body {
  background-color: #f5f5f5;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 43px;
  line-height: 47px;
  font-weight: 500;
}

h2 {
  margin: 30px 0px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  line-height: 31px;
  font-weight: 400;
}

h3 {
  margin: 10px 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin: 10px 0px 18px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin: 5px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Roboto Slab';
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}

.all-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  max-height: 100vh;
  border-bottom: 3px solid #000;
}

.side-heading {
  position: relative;
  display: block;
  overflow: hidden;
  width: 80%;
  height: auto;
  margin: auto;
  padding: 17.5px 30px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 7px;
  border-color: hsla(0, 0%, 100%, 0.55) #fff #fff hsla(0, 0%, 100%, 0.55);
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: auto;
  font-weight: 400;
}

.social-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7vh;
  border-top: 3px solid #000;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.64);
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: auto;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid none solid solid;
  border-width: 3px;
  border-color: #000;
  background-color: #e8c353;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.64);
}

.social-link:hover {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.social-link.linkedin {
  border-left-style: none;
  background-image: url('../images/icons8-linkedin-50.png');
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.social-link.linkedin:hover {
  background-image: url('../images/icons8-linkedin-50-1.png');
  background-position: 50% 50%;
  background-size: 32px 32px;
}

.social-link.document {
  background-image: url('../images/icons8-document-48.png');
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.social-link.document:hover {
  background-image: url('../images/icons8-document-48-1.png');
  background-position: 50% 50%;
  background-size: 32px 32px;
}

.social-link.github {
  background-image: url('../images/icons8-github-48.png');
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.social-link.github:hover {
  background-image: url('../images/icons8-github-48-1.png');
  background-position: 50% 50%;
  background-size: 32px 32px;
}

.main-column {
  position: relative;
  width: 67.5vw;
  height: 100%;
  float: left;
}

.main-column.header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 67.5%;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32.5vw;
  height: 100%;
  padding: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-style: none none none solid;
  border-right-width: 1px;
  border-right-color: #38c8b2;
  border-bottom-width: 3px;
  border-bottom-color: #000;
  border-left-width: 6px;
  border-left-color: #000;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.64);
}

.main-column.content {
  position: static;
  width: 67.5vw;
  padding-top: 0px;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 8px -3px #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.profile-block {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px 40px 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.profile-block:hover {
  background-color: #fcfcfc;
  color: #0050b8;
}

.image-wrapper {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: none;
  text-align: center;
}

.image-wrapper:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.article-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  max-height: 100%;
  padding: 1vh 0px 0px 1vw;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  text-align: left;
}

.article-text-wrapper:hover {
  border: 1px none #53ade8;
}

.arrow {
  margin-top: 0px;
  float: right;
  font-size: 23px;
}

.tag-wrapper {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 92px;
  display: block;
  width: auto;
  margin-top: 0vh;
  padding: auto;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 0.5px 0.5px 1px;
  border-bottom-color: #000;
  border-radius: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 100;
  text-align: center;
  cursor: default;
}

.tag-text {
  display: none;
  margin-right: 6px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.34);
  font-size: 12px;
  line-height: 10px;
}

.tag-text.tag {
  display: inline-block;
  height: 100%;
  margin-right: 5px;
  margin-bottom: 0px;
  padding: 6.75px 10px 6.25px;
  float: left;
  clear: none;
  border-top: 0.5px none rgba(0, 0, 0, 0.8);
  border-right: 0.5px none rgba(0, 0, 0, 0.8);
  border-left: 0.5px none rgba(0, 0, 0, 0.8);
  border-radius: 30px;
  direction: ltr;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.form-wrapper {
  margin-top: 29px;
}

.success-message {
  padding: 22px;
  border: 1px solid rgba(0, 80, 184, 0.22);
  background-color: rgba(0, 80, 184, 0.11);
  color: #0050b8;
}

.success-message.on-dark {
  border-color: #000;
  background-color: #fff;
}

.subscribe-section {
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: #b8c6cc;
  background-image: url('../images/waterfall.jpg');
  background-position: 0px 50%;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  text-align: center;
}

.sign-up-field {
  width: 80%;
  height: 57px;
  margin-bottom: 0px;
  float: left;
  border: 0px solid #000;
  background-color: #fff;
  box-shadow: inset 0 0 8px 0 transparent;
  -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.sign-up-field:focus {
  box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 2px #0050b8;
}

.sign-up-button {
  width: 20%;
  height: 57px;
  background-color: #0050b8;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.sign-up-button:hover {
  background-color: rgba(0, 80, 184, 0.72);
}

.alternative-h2 {
  margin-top: 0px;
  font-weight: 300;
}

.item-title {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px none #000;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: auto;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  background-color: #fff;
  direction: ltr;
  font-family: Lato, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.tab-link:hover {
  border-bottom: 1px none #fff;
  background-color: #e8c353;
}

.tab-link:focus {
  border-bottom: 2px solid #fff;
}

.tab-link.w--current {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  padding: auto;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-left: 3px none #000;
  background-color: #e8c353;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.tab-link.w--current:hover {
  border-bottom-style: none;
  background-color: #e8c353;
  color: #000;
}

.tab-link.w--current:focus {
  border-bottom-color: #53ade8;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 #53ade8;
}

.tabs-menu {
  position: fixed;
  left: 32.5%;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 7vh;
  padding: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none solid solid;
  border-width: 3px;
  border-color: #000;
}

.contact-footer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  border-top: 2px solid hsla(0, 0%, 100%, 0.34);
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.34);
  background-color: transparent;
  text-align: center;
}

.quote-button {
  position: static;
  display: none;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #000;
  border-right: 2px none rgba(0, 0, 0, 0.34);
  opacity: 0.85;
  -webkit-transition: opacity 250ms ease, background-color 250ms ease;
  transition: opacity 250ms ease, background-color 250ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
}

.quote-button:hover {
  background-color: hsla(0, 0%, 100%, 0.09);
  opacity: 1;
}

.quote-button-text {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 18px;
  text-transform: uppercase;
}

.tabs-content {
  overflow: auto;
  height: 100%;
  border-left: 1px none #000;
}

.item-paragraph {
  display: block;
  margin-bottom: 0vh;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.tab-text {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  padding-top: auto;
  padding-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
  text-transform: lowercase;
}

.social-logo {
  display: none;
  width: 32px;
  height: 32px;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e8c353;
  background-image: url('../images/icons8-linkedin-50.png');
  background-size: contain;
  background-repeat: no-repeat;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.64);
}

.team-image-wrapper {
  width: 25%;
  height: auto;
  margin-right: 0px;
  padding-right: 0px;
  float: left;
  text-align: center;
}

.app-wrapper {
  height: auto;
  max-width: 100%;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  float: left;
  box-shadow: none;
  text-align: center;
}

.app-wrapper:hover {
  height: 100%;
}

.app-wrapper._w-shadow {
  box-shadow: 0 4px 17px -4px #000;
}

.profile-para {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  text-align: left;
}

.website-image {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.portfolio-item {
  position: static;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  height: auto;
  padding: 20px 30px 20px 20px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none solid solid;
  border-width: 1px 3px 3px;
  border-color: #000;
  background-color: #fff;
  box-shadow: none;
  color: #000;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.portfolio-item:hover {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
}

.portfolio-item.hidden {
  display: none;
}

.portfolio-item.last-app {
  display: none;
  border-bottom-style: none;
}

.portfolio-item.last-website {
  border-bottom-style: none;
}

.portfolio-item.apple-api {
  display: none;
}

.nexup-legal-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.blog-content-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.main-blog-content {
  position: relative;
  z-index: 0;
  overflow: scroll;
  width: 67.5%;
  height: 100%;
  padding: 5vh 5vw;
  float: none;
  background-color: #fff;
  font-weight: 400;
}

.blog-heading {
  margin-bottom: 0px;
  padding: 5px;
  font-weight: 700;
  text-align: center;
}

.blog-heading.white {
  position: relative;
  z-index: 1;
  background-color: transparent;
  color: #fff;
}

.heading-div {
  position: relative;
  z-index: 2;
  margin-top: 0vh;
}

.paragraph-div {
  margin-top: 2vh;
}

.blog-detail-div {
  position: relative;
  z-index: 2;
}

.blog-detail {
  padding: 0px 5px 5px;
  color: #858585;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.blog-detail.white {
  position: relative;
  z-index: 1;
  color: #fff;
}

.code-pen {
  margin-top: 4vh;
}

.html-embed-2 {
  margin-top: 4vh;
  text-align: left;
}

.column-heading {
  display: block;
  width: auto;
  height: auto;
  margin-right: 2vw;
  margin-left: 2vw;
  padding: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 7px;
  border-color: hsla(0, 0%, 100%, 0.7) #fff #fff hsla(0, 0%, 100%, 0.7);
}

.contact-heading {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 12.5px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.qg-basics {
  width: 40%;
  height: auto;
  padding: 35px 0px;
  border-radius: 15px;
  background-color: #ebebeb;
}

.heading-5 {
  width: 100%;
  margin: 0px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid #000;
  color: #000;
  font-size: 32px;
}

.div-block-10 {
  width: 100%;
  padding: auto 35px 20px;
}

.input {
  display: inline-block;
  width: 100%;
  height: 50px;
  margin-top: 1.75vh;
  border-style: none;
}

.div-block-11 {
  position: static;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: auto 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #2dc9b2;
  text-align: center;
}

.textarea {
  display: inline-block;
  width: 100%;
  height: 14vh;
  margin-top: 1.75vh;
  margin-bottom: 0px;
  border-style: none;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding: auto 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.templates {
  overflow: visible;
  width: 75%;
  height: auto;
  padding: 45px 0px 35px;
  border-radius: 15px;
  background-color: hsla(0, 0%, 98.8%, 0.88);
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25vh;
  margin-bottom: 2.25vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.first-input {
  display: inline-block;
  width: 100%;
  height: 50px;
  margin-top: 0vh;
  border-style: none;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 4.5px;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
}

.last-template-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25vh;
  margin-bottom: 1vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #38c8b2;
  font-weight: 300;
  text-align: center;
}

.div-block-case {
  display: block;
  margin-bottom: 1vh;
  float: left;
}

.back {
  position: fixed;
  left: 37%;
  top: 3px;
  margin-top: 20px;
}

.go-back {
  display: inline;
  color: #fff;
}

.nexup-link {
  width: 25vw;
  margin-top: 2vh;
  border: 1px solid #000;
  background-color: #000;
  text-align: center;
}

.tabs {
  overflow: auto;
  height: 100%;
}

.quote-popup-background {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0px;
  z-index: 8;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.77);
}

.lead-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  padding: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 5px 5px 3px;
  border-color: #1bcfb4;
  background-color: #000;
  color: #000;
}

.close-popup {
  position: absolute;
  left: -5px;
  top: -63px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100px;
  height: 45px;
  padding: 3px;
  border-style: solid;
  border-width: 3px 3px 4px;
  border-color: #1bcfb4;
  border-radius: 0px;
  background-color: #000;
  background-image: url('../images/icons8-delete-30_1icons8-delete-30.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
}

.dbl-body {
  overflow: auto;
  max-height: 100vh;
  background-color: #e8c353;
  background-image: none;
}

.tab-pane-contact {
  padding-top: 7vh;
  background-color: #fff;
}

.tri {
  width: 65%;
  max-width: 100%;
  margin-top: 13.5vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 4.5vh;
  padding-bottom: 4.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.banner:hover {
  background-color: #53ade8;
  background-image: linear-gradient(356deg, #1bcdcf, #53ade8);
  color: #fff;
}

.banner.blog:hover {
  background-color: #53ade8;
  background-image: none;
}

.banner.main {
  display: block;
  padding: 7.5vh 4.5vh;
  background-color: #53ade8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#53ade8), to(#1bcdcf));
  background-image: linear-gradient(180deg, #53ade8, #1bcdcf);
  color: #fff;
  text-align: center;
}

.cell-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 33px;
  line-height: 42px;
  font-weight: 500;
  text-decoration: none;
}

.cell-heading.blog {
  font-size: 28px;
  line-height: 32px;
}

.cell-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  line-height: 29px;
  font-weight: 300;
  text-decoration: none;
}

.cell-subtitle.blog {
  font-size: 16px;
  line-height: 22px;
}

.lead-title {
  margin-top: 3.75vh;
  color: #fff;
}

.html-embed-6 {
  width: 85%;
  margin-bottom: 3.75vh;
}

.qg-website-info {
  width: 40%;
  height: auto;
  padding: 35px 0px;
  border-radius: 15px;
  background-color: #ebebeb;
}

.nexup-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 25vw;
  height: 25vw;
  margin-top: 4vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #000;
  background-color: #fff;
  background-image: url('../images/webclip.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #000;
  text-align: center;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(114deg, #1bcfb4, #53ade8);
}

.preload-logo {
  position: relative;
  z-index: 100;
  width: 25%;
}

.logo {
  width: 75%;
  max-height: 40%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lozad {
  width: 100%;
}

.html-embed-7 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 67.5vw;
}

.tab-pane-blog {
  height: 100%;
  padding-top: 7vh;
  background-color: #fff;
}

.contact-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 0.75vw;
  margin-bottom: 2.5px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 7px;
  border-color: hsla(0, 0%, 100%, 0.55) #fff #fff hsla(0, 0%, 100%, 0.55);
  background-image: url('../images/icons8-secured-letter-90_1icons8-secured-letter-90.png');
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}

.contact-info.phone {
  width: 11vw;
  margin-right: 0.75vw;
  margin-bottom: 0px;
  padding-top: auto;
  padding-bottom: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-width: 4px;
  background-image: url('../images/icons8-phone-60_1icons8-phone-60.png');
  background-size: 30px;
}

.contact-info.phone:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.contact-info.email {
  width: 11vw;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0.75vw;
  padding-top: auto;
  padding-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-width: 4px;
  background-image: url('../images/icons8-secured-letter-60_1icons8-secured-letter-60.png');
  background-size: 30px;
}

.contact-info.email:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: auto 0px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 14px;
}

.tab-pane-portfolio {
  overflow: auto;
  padding-top: 7vh;
}

.contact-url {
  color: #53ade8;
  text-decoration: none;
}

.portfolio-item-copy {
  position: static;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 25px 35px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.45fr 1fr;
  grid-template-columns: 0.45fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none none solid;
  border-top-width: 1px;
  border-top-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
  color: #000;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.portfolio-item-copy:hover {
  border-style: none none solid;
  border-color: #fff #fff rgba(0, 0, 0, 0.12);
  border-top-width: 1px;
  border-bottom-width: 1px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
}

.preload-title {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  margin-top: 6vh;
  padding-top: 1px;
  color: #fff;
  font-size: 46px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

._200-body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #53ade8;
}

._200-heading {
  display: block;
  margin: auto auto 5px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
}

._200-paragraph {
  display: block;
  width: 25%;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
}

._200-image {
  display: block;
  margin: 18% auto 25px;
}

.soundcloud-player {
  position: static;
  left: 0px;
  top: 10vh;
  right: 0px;
  width: 100%;
  height: 125px;
  margin-top: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.snackbar {
  display: block;
  width: 100%;
  height: 6vh;
  margin-top: 2vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.snackbar-text {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0vh;
  float: left;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 6vh;
  font-weight: 300;
  text-align: center;
}

.snackbar-response {
  display: block;
  width: 100%;
  height: 6vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: rgba(27, 205, 207, 0.8);
}

.snackbar-response.cancel {
  background-color: rgba(246, 82, 82, 0.8);
}

.snackbar-response-text {
  display: block;
  height: 100%;
  margin-top: 10px;
  padding-left: 0vh;
  float: none;
  clear: both;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 6vh;
  font-weight: 300;
  text-align: center;
}

.snackbar-container {
  display: block;
  width: 40%;
  margin-top: 2vh;
  margin-right: auto;
  margin-left: auto;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 12.5px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.left-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 7vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-shadow: none;
}

.main-heading {
  display: block;
  margin: auto auto 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 46px;
  font-weight: 400;
  text-align: center;
}

.sub-heading {
  display: block;
  width: 75%;
  margin: auto auto 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.main-paragraph {
  margin: 7.5px auto auto;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.head-banner {
  display: block;
  width: 100%;
  height: auto;
  padding: 7vh 2.5vh 7vh 4.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #53ade8;
  color: #fff;
  text-decoration: none;
  cursor: context-menu;
}

.head-banner:hover {
  background-color: #53ade8;
  background-image: linear-gradient(356deg, #1bcdcf, #53ade8);
  color: #fff;
}

.link-block {
  padding-top: 6.25vh;
  padding-bottom: 6.25vh;
}

.content-column {
  position: relative;
  z-index: 0;
  overflow: scroll;
  width: 67.5vw;
  height: 100%;
  float: left;
}

.content-column.header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 67.5%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32.5%;
  height: 100%;
  padding: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #38c8b2;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.64);
}

.content-column.content {
  position: static;
  width: 67.5vw;
  padding-top: 0px;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 8px -3px #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.google-tag-manager {
  display: none;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-top: 2.5%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(64deg, #1bcfb4, #1bcdcf 51%);
}

.div-block-17 {
  height: auto;
  margin: 0% 5% 2.5%;
  padding-top: 0%;
  padding-bottom: 0%;
  border-radius: 0px;
  background-color: #fff;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  margin: -13px 0% 0%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #4585e4;
  text-decoration: none;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 32px;
  font-weight: 300;
}

.paragraph-2 {
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 0%;
  text-decoration: none;
}

.mockup-viewer {
  height: 100vh;
  margin: 0% 5% 2.5%;
  background-color: #fff;
}

.slider {
  height: 100%;
}

.slide {
  overflow: scroll;
  background-image: url('../images/mafj.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-text {
  height: auto;
  padding: 2.5% 5%;
}

.text-block {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.case-study-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #0050b8;
}

.hero-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 45vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.39);
}

.heading-9 {
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 70px;
  font-style: normal;
  font-weight: 700;
}

.hero-heading {
  padding: 5px;
  color: #fff;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0050b8;
  color: #fff;
}

.hero-text {
  margin-bottom: 0px;
  padding: 5px;
  background-color: transparent;
  color: #fff;
}

.nav-projects-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 10%;
  margin-bottom: 0vh;
  padding: 0vh 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.projects-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 200vh;
  padding: 20px 250px 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.link-4 {
  margin-right: 15px;
  padding: 5px;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.project-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin: 0px 15px;
  padding-bottom: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.project-block-content {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 0vh;
  padding-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.logo-project-block {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 3%;
  margin-bottom: -4%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-block-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 100%;
  margin-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-decoration: none;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 7vh;
  padding-top: 8vh;
  padding-bottom: 8vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  text-shadow: none;
}

.image-2 {
  display: block;
  margin-bottom: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  box-shadow: -3px -2px 0 8px #000;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.heading-13 {
  position: relative;
  margin: 0px 0px 50px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 62px;
  line-height: 62px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: none;
}

.text-block-2 {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
}

.div-block-19 {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
  text-shadow: none;
}

.paragraph-3 {
  position: relative;
  height: auto;
  margin: auto 25px 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: none;
}

.link-block-4 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 32.5vw;
  height: 7vh;
  border-top: 3px solid #000;
  background-image: url('../images/icons8-important-mail-48-1.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.paragraph-4 {
  position: relative;
  height: auto;
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 25px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: none;
}

.paragraph-5 {
  position: relative;
  height: auto;
  margin: 0px 0px 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: none;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-14 {
  margin-bottom: 0px;
  text-align: center;
}

.link-5 {
  color: #000;
}

.portfolio-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-item {
  width: 42px;
  height: 42px;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-item.website-link {
  padding: 4px;
}

@media screen and (max-width: 991px) {
  .side-heading {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    padding-bottom: 12px;
    font-size: 46px;
  }

  .main-column.header {
    width: 40%;
    padding: 0px;
  }

  .main-column.content {
    width: 100%;
    float: none;
  }

  .profile-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-wrapper {
    width: 55%;
    margin-bottom: 8px;
    padding-top: 0px;
  }

  .article-text-wrapper {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 5px 0px;
  }

  .tag-wrapper {
    display: block;
    width: 100%;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: center;
  }

  .tag-text.tag {
    float: none;
  }

  .item-title {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    font-size: 26px;
    text-align: center;
  }

  .tab-link {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab-link:hover {
    border-bottom-width: 2px;
    border-bottom-color: #fff;
  }

  .tab-link:active {
    border-bottom-color: #fff;
  }

  .tab-link:focus {
    border-right: 1px none #000;
    border-left: 1px none #000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .tab-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: auto;
    padding-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px none #fff;
  }

  .tab-link.w--current:hover {
    border-bottom-color: #fff;
  }

  .tab-link.w--current:focus {
    border-bottom-color: #fff;
  }

  .tabs-menu {
    position: fixed;
    left: 0%;
    top: 0px;
    right: 0px;
    width: 100%;
    border-top: 3px solid #000;
  }

  .quote-button-text {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .tabs-content {
    overflow: auto;
  }

  .item-paragraph {
    display: block;
    margin-bottom: 0px;
    text-align: center;
  }

  .tab-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
  }

  .tab-text:hover {
    color: #000;
  }

  .team-image-wrapper {
    overflow: hidden;
    width: 45%;
  }

  .app-wrapper {
    width: 55%;
    max-width: 100%;
    padding-top: 0px;
  }

  .profile-para {
    margin-top: 12.5px;
    margin-bottom: auto;
    text-align: center;
  }

  .portfolio-item {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 35px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .portfolio-item:hover {
    box-shadow: none;
  }

  .column-heading {
    margin-right: 0vw;
    margin-left: 0vw;
    padding: 0vh auto;
    font-size: 32px;
  }

  .contact-heading {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 12.5px;
    margin-left: auto;
    font-size: 32px;
    text-align: center;
  }

  .tabs {
    overflow: scroll;
    width: 100%;
  }

  .dbl-body {
    background-image: none;
  }

  .tab-pane-contact {
    padding-top: 7vh;
  }

  .tri {
    margin-top: 13.5vh;
  }

  .banner {
    padding-top: 3.25vh;
    padding-bottom: 3.25vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner:hover {
    background-color: #53b6e8;
    background-image: none;
  }

  .banner.blog:hover {
    background-color: #1bcdcf;
  }

  .banner.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10vh;
    padding-top: auto;
    padding-bottom: auto;
    background-color: #53b6e8;
    color: #fff;
  }

  .banner.main:hover {
    background-color: #1bcdcf;
  }

  .cell-heading {
    margin: auto;
    padding: auto;
    font-size: 36px;
    text-align: center;
  }

  .cell-heading.blog {
    font-size: 22px;
  }

  .cell-subtitle {
    margin: auto;
    padding: auto;
    font-size: 16px;
    line-height: 32px;
  }

  .cell-subtitle.blog {
    font-size: 16px;
    text-align: center;
  }

  .preloader {
    display: none;
  }

  .preload-logo {
    width: 45%;
  }

  .logo {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .lozad {
    width: 100%;
    float: none;
    clear: none;
  }

  .tab-pane-blog {
    padding-top: 7vh;
  }

  .contact-info {
    margin-bottom: 2.5px;
    font-size: 15px;
  }

  .contact {
    margin: auto;
  }

  .tab-pane-portfolio {
    padding-top: 7vh;
  }

  .contact-url {
    margin-right: auto;
    margin-left: auto;
  }

  .portfolio-item-copy {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-wrapper {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .left-column-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 0vh;
    padding: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .head-banner {
    padding: 5.5vh 3.5vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #53ade8;
    background-image: none;
    color: #fff;
  }

  .head-banner:hover {
    background-color: #53b6e8;
    background-image: linear-gradient(356deg, #1bcdcf, #53ade8);
  }

  .content-column {
    width: 100%;
  }

  .content-column.header {
    width: 40%;
    padding: 0px;
  }

  .content-column.content {
    width: 100%;
    float: none;
  }

  .button {
    width: 55%;
    margin-top: 2.75vh;
    text-align: center;
  }

  .image {
    width: 1500px;
  }

  .portfolio-link-container {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .all-content {
    position: relative;
    overflow: visible;
    padding-bottom: 0px;
  }

  .side-heading {
    display: inline-block;
    margin-top: 0px;
    margin-right: 14px;
    margin-bottom: 0px;
    padding: 13px 14px;
    float: left;
    border-width: 5px;
    font-size: 42px;
    line-height: 30px;
  }

  .social-wrapper {
    background-color: #000;
  }

  .main-column {
    width: 100%;
    max-width: 1000px;
  }

  .main-column.header {
    position: static;
    display: none;
    max-width: 1000px;
    padding-top: 37px;
    padding-bottom: 42px;
    text-align: left;
  }

  .main-column.content {
    width: 100%;
  }

  .image-wrapper {
    width: 80%;
    height: auto;
    max-width: 100%;
    margin-bottom: 4vh;
  }

  .article-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 2vh;
    text-align: center;
  }

  .tag-wrapper {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .subscribe-section {
    padding-right: 28px;
    padding-left: 28px;
  }

  .sign-up-field {
    width: 70%;
  }

  .sign-up-button {
    width: 30%;
  }

  .item-title {
    margin-bottom: 1vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link {
    width: 33.33%;
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.23);
  }

  .tab-link:hover {
    box-shadow: none;
  }

  .tab-link.w--current {
    width: 33.33%;
    border-top-style: solid;
    box-shadow: none;
  }

  .tabs-menu {
    left: 0%;
    top: 0px;
    right: 0px;
    width: 100%;
    border-top: 3px solid #000;
  }

  .contact-footer {
    background-color: #000;
  }

  .quote-button-text {
    color: #000;
  }

  .tabs-content {
    overflow: scroll;
  }

  .app-wrapper {
    width: 70%;
    height: auto;
  }

  .website-image {
    display: block;
  }

  .portfolio-item {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }

  .html-embed-2 {
    margin-top: 0.5vh;
  }

  .contact-heading {
    margin-bottom: 1vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .preloader {
    display: none;
  }

  .preload-logo {
    width: 55%;
  }

  .lozad {
    width: 100%;
  }

  .preload-title {
    margin-top: 5.5vh;
  }

  ._200-paragraph {
    width: 70%;
  }

  .content-column {
    width: 100%;
    max-width: 1000px;
  }

  .content-column.header {
    position: static;
    display: none;
    max-width: 1000px;
    padding-top: 37px;
    padding-bottom: 42px;
    text-align: left;
  }

  .content-column.content {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  .all-content {
    overflow: auto;
    padding-top: auto;
    padding-bottom: 0px;
  }

  .side-heading {
    display: inline-block;
    margin-bottom: 13px;
    float: none;
  }

  .main-column.header {
    padding-bottom: 41px;
  }

  .main-column.content {
    overflow: scroll;
    padding-top: 0px;
    float: left;
  }

  .profile-block {
    padding: 40px 0px 30px;
  }

  .image-wrapper {
    overflow: hidden;
    width: 65%;
    height: auto;
    max-width: 100%;
    margin-bottom: 2vh;
    box-shadow: 0 3px 4px -4px #000;
  }

  .image-wrapper:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .article-text-wrapper {
    width: 100%;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tag-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: left;
  }

  .tag-text.tag {
    float: none;
  }

  .sign-up-field {
    width: 100%;
    margin-bottom: 13px;
  }

  .sign-up-button {
    width: 100%;
  }

  .item-title {
    width: 100%;
    margin-bottom: 2.5px;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
  }

  .tab-link {
    display: block;
    width: 33.33333%;
    margin-right: auto;
    margin-left: auto;
    padding: 1vh 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none solid solid none;
    border-width: 0px 3px 0px 0px;
    border-bottom-color: #000;
  }

  .tab-link:hover {
    border-style: none solid none none;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-color: #e8c353;
  }

  .tab-link:active {
    border-right-style: solid;
    background-color: #e8c353;
    color: #000;
  }

  .tab-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    height: 100%;
    padding-right: auto;
    padding-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none solid none none;
    border-bottom-color: #000;
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.22);
    color: #000;
  }

  .tabs-menu {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 5vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 3px solid #000;
    font-size: 12px;
  }

  .quote-button-text {
    font-size: 12px;
  }

  .tabs-content {
    overflow: auto;
  }

  .item-paragraph {
    display: block;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .tab-text {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: auto;
    padding-right: auto;
    padding-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 10px;
  }

  .team-image-wrapper {
    width: 80%;
  }

  .app-wrapper {
    overflow: visible;
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .profile-para {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 2vh;
    margin-left: auto;
    text-align: center;
  }

  .portfolio-item {
    position: static;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-content-section {
    position: static;
    overflow: auto;
  }

  .main-blog-content {
    overflow: scroll;
    width: 100%;
    padding-top: 8vh;
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .blog-heading {
    margin-top: 2vh;
    font-size: 38px;
    line-height: 38px;
  }

  .code-pen {
    margin-bottom: 4vh;
  }

  .html-embed-2 {
    overflow: hidden;
    text-align: center;
  }

  .contact-heading {
    width: 100%;
    margin-bottom: auto;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
  }

  .back {
    position: static;
    left: 8vw;
    top: 5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs {
    overflow: visible;
  }

  .quote-popup-background {
    position: fixed;
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: 0px;
    display: none;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lead-wrapper {
    width: 90%;
  }

  .dbl-body {
    display: block;
    overflow: hidden;
    max-width: 100vw;
    background-image: none;
  }

  .tab-pane-contact {
    overflow: visible;
    padding-top: 5.65vh;
  }

  .banner {
    padding: 3.25vh 1vw;
    box-shadow: none;
  }

  .banner:hover {
    background-image: none;
  }

  .banner:focus {
    background-color: #53ade8;
    color: #fff;
  }

  .cell-heading {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 2.5px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
  }

  .cell-heading.blog {
    font-size: 20px;
  }

  .cell-subtitle {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }

  .cell-subtitle.blog {
    font-size: 14px;
  }

  .lead-title {
    margin-top: 3vh;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .html-embed-6 {
    display: block;
    width: 90%;
    margin-right: 10px;
    margin-bottom: 3vh;
    margin-left: 10px;
  }

  .preloader {
    display: none;
    overflow: hidden;
  }

  .preload-logo {
    width: 60%;
  }

  .lozad {
    width: 100%;
    float: left;
  }

  .tab-pane-blog {
    padding-top: 3.65vh;
  }

  .tab-pane-portfolio {
    overflow: auto;
    padding-top: 5vh;
  }

  .contact-url {
    width: 100%;
    text-align: center;
  }

  .portfolio-item-copy {
    position: static;
    padding: 40px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .preload-title {
    margin-top: 2.75vh;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 34px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0px;
  }

  ._200-heading {
    margin-bottom: 2.5px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
  }

  ._200-paragraph {
    width: 85%;
    font-size: 14px;
  }

  .toolbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 100;
    display: block;
    height: 7vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1bcdcf;
  }

  .contact-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-heading {
    margin-bottom: auto;
    font-size: 22px;
    line-height: 26px;
  }

  .sub-heading {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .main-paragraph {
    margin-top: 5px;
    margin-right: 2vw;
    margin-left: 2vw;
    font-size: 12px;
  }

  .head-banner {
    padding: 4.25vh 1vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#53ade8), to(#1bcfb4));
    background-image: linear-gradient(180deg, #53ade8, #1bcfb4);
    box-shadow: none;
  }

  .head-banner:hover {
    background-image: none;
  }

  .head-banner:focus {
    background-color: #53ade8;
    color: #fff;
  }

  .content-column {
    overflow: auto;
  }

  .content-column.header {
    padding-bottom: 41px;
  }

  .content-column.content {
    overflow: scroll;
    padding-top: 0px;
    float: left;
  }

  .portfolio-link-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#w-node-c6669785-8994-5836-cdc0-322e2bde82fe-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c6669785-8994-5836-cdc0-322e2bde8300-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_27e9a8fc-ce9b-1313-cc8a-d764e5018a4d-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_27e9a8fc-ce9b-1313-cc8a-d764e5018a4f-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_95cfc74d-5670-3afc-e9ba-f28498994e69-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_95cfc74d-5670-3afc-e9ba-f28498994e6b-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_4ee82879-1991-e322-715b-1d3000b68da5-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4ee82879-1991-e322-715b-1d3000b68da7-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_2dd4f2b8-dc06-ce91-e15d-3621ea46ce5a-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_46589b28-9d78-5a42-f582-b9d284531698-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_69d90a05-45a6-bd30-23bd-04cc009542f9-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_44873d9a-e863-d748-64d8-ac183ae79492-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c946d878-0494-9b78-3e05-f920ef80c47d-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_187fd9fb-48d9-cfd6-f928-25ed7de098c7-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a4391307-6fa6-c602-92e1-e7701aaac063-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6e845e75-5866-0927-7778-18200bb0a447-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_550de022-55b6-f7c1-fdb0-2d743b79d8bf-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_550de022-55b6-f7c1-fdb0-2d743b79d8c1-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_9652a1f7-0cbb-2adf-d197-f5f925695c05-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_9652a1f7-0cbb-2adf-d197-f5f925695c07-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-be5bbbbf-8b56-2e8d-f47a-1dd8cc83f779-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-be5bbbbf-8b56-2e8d-f47a-1dd8cc83f77b-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_8863f004-f8a0-69aa-eb25-b3f9d60c4060-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_94421871-2d7f-8b26-3390-8c0b9773dfce-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8c8ce5b4-eaa2-ec9d-0b66-fa2557a69bd3-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_02f79894-2334-7a50-195b-2ba9422058f2-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1a5c4048-4d33-102b-6a3b-a29f026bef48-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d483ba2c-ac2a-6762-d7dd-41d94abc879e-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5aa039e2-5539-2f12-082e-ba9ebed2716e-3c0b3a80 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_990ab0c6-990c-311f-6ed0-8dd2b7532e33-3c0b3a80 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

