.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 14px;
  line-height: 20px;
}

.widget-wrapper {
  position: absolute;
  left: 0px;
  bottom: 280px;
  z-index: 4;
  width: 140px;
  height: 80px;
  background-image: url('../images/CleanShot-2021-09-21-at-14.59-1.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.slide-nav {
  display: none;
}

.process-bar-end-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: -41px;
  padding-bottom: 180px;
  -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: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper.tablet-social-link {
  display: none;
}

.wrapper.hide-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper.phone-social-link {
  display: none;
}

.heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-wrapper.vertical-flex {
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brand {
  position: static;
}

.brand.w--current {
  position: static;
  z-index: auto;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
}

.baby-text-block {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 200;
}

.slider {
  width: auto;
  height: auto;
  margin-top: 0px;
  background-color: transparent;
}

.wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.line-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.grid-2 {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line-loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.info-about-me.gray {
  margin-bottom: 8px;
  line-height: 1.4;
}

.heart-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-cta {
  margin-right: 35px;
  padding: 13px 33px;
  border-style: solid;
  border-width: 2px;
  border-color: #e9e9e9;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 400;
}

.footer-cta:hover {
  background-color: #e9e9e9;
  color: #262626;
  font-weight: 500;
}

.footer-cta.solid-button {
  background-color: #e9e9e9;
  color: #262626;
  font-weight: 500;
}

.footer-cta.solid-button:hover {
  background-color: hsla(0, 0%, 91.4%, 0.79);
  color: #262626;
  font-weight: 500;
}

.sub-heading {
  position: static;
  z-index: 4;
  display: block;
  margin-top: 12px;
  margin-right: 0px;
  margin-left: -3px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 200;
  text-align: center;
}

.sub-heading.small_font {
  margin-top: 5px;
  font-size: 15px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 55px;
  font-weight: 300;
}

.heading.orange-heading {
  margin-left: 15px;
  color: #ff6d4a;
}

.heading.orange-heading.prefix-orange {
  margin-right: 10px;
  margin-left: 0px;
}

.heading.grey-heading {
  width: 780px;
  margin-bottom: 0px;
  color: #262626;
  font-size: 55px;
  line-height: 65px;
  font-weight: 400;
  text-align: center;
}

.link-description {
  margin-top: 3px;
  margin-right: 6px;
  margin-left: 6px;
  color: #e9e9e9;
  font-size: 16px;
  font-weight: 200;
  text-decoration: underline;
}

.slider-portfolio {
  position: relative;
  display: none;
}

.line-loop-wrapper {
  overflow: hidden;
  width: 100%;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-button {
  position: fixed;
  top: 22px;
  z-index: auto;
  display: none;
  margin-right: 0px;
  padding: 12px 37px;
  border-radius: 10px;
  background-color: #ff6d4a;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-weight: 600;
  cursor: pointer;
}

.cta-button:hover {
  background-color: rgba(255, 109, 74, 0.88);
}

.cta-button:active {
  background-color: #ff6d4a;
}

.image-5 {
  padding-left: 5px;
}

.hero-sub-heading {
  position: absolute;
  z-index: 4;
  display: block;
  width: 460px;
  height: 100px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 21px;
  line-height: 40px;
  font-weight: 200;
  text-align: center;
}

.hero-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.horizontal-end {
  width: 50px;
  height: 3px;
  background-color: #e9e9e9;
}

.process_steps {
  font-size: 25px;
  font-weight: 400;
  text-align: right;
}

.process-grid {
  width: 100%;
  padding-bottom: 150px;
  justify-items: end;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 160px 1fr;
  grid-template-columns: 1fr 160px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fixed-cta-container {
  position: fixed;
  left: 0%;
  top: 24px;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.scroll-to-top-arrow {
  position: absolute;
  margin-top: 14px;
  margin-left: 14px;
}

.phone-wrapper {
  position: absolute;
  left: 466px;
  top: 34px;
  right: auto;
  z-index: 2;
  width: 143px;
  height: 300px;
  background-image: url('../images/phone.png');
  background-position: 50% 50%;
  background-size: 143px;
  background-repeat: no-repeat;
  -webkit-transform: perspective(100px);
  transform: perspective(100px);
}

._2nd-line-headng-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.service-description {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
  text-align: center;
}

.image-13 {
  display: none;
}

.grey-paragraph {
  margin-bottom: 30px;
  color: #262626;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.line-loop-text {
  display: inline-block;
  margin-top: 0px;
  margin-right: 1.4vh;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 4vh;
  line-height: 1;
  font-weight: 200;
  white-space: nowrap;
}

.image-6 {
  display: block;
  margin-top: 50px;
  text-align: center;
}

.hero-description {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-9 {
  width: 20px;
}

.step-sub-heading {
  margin-top: 8px;
  font-weight: 200;
  text-align: right;
}

.main-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 400px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/laptop-transparent-no-shadow-min.png');
  background-position: 50% 30%;
  background-size: 600px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.portfolio-showcase {
  max-width: 1250px;
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
}

.footer-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grey-text-block {
  color: #262626;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.webflow-users {
  width: 90%;
  max-width: 1360px;
  margin-top: 125px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.page-wrapper {
  position: static;
  overflow: hidden;
}

.process-image {
  margin-top: 30px;
}

.nav-bar-container {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: transparent;
}

.service-image {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.service-image:hover {
  box-shadow: 0 0 20px -6px rgba(255, 109, 74, 0.4);
}

.name {
  font-size: 25px;
}

.name.gray {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.footer-heading {
  font-weight: 400;
}

.paragraph-wrapper {
  max-width: 450px;
}

.hero-copy {
  margin-top: 65px;
  color: #e9e9e9;
}

.hero-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.webflow-mockup {
  position: relative;
  z-index: 5;
  max-height: 440px;
  border: 2px solid #262626;
  border-radius: 15px;
}

.webflow-intro {
  width: 90%;
  max-width: 1360px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  grid-row-gap: 80px;
}

.step-wrapper {
  position: static;
  top: 50vh;
}

.image-12 {
  display: none;
}

.hero-section {
  background-color: #262626;
  background-image: url('../images/White-Grain.png'), url('../images/DecorativeLine-2-hero.svg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, 100vw;
  background-repeat: repeat, no-repeat;
}

.footer {
  background-color: #262626;
  background-image: url('../images/DecorativeLine-2-hero.svg'), url('../images/White-Grain.png');
  background-position: 50% 90%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.description-with-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.portfolio-slide {
  width: 750px;
  height: auto;
  margin: 60px 65px;
  background-color: transparent;
}

.about {
  margin-bottom: 90px;
  padding-top: 140px;
}

.social-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.about-me-wrapper {
  display: block;
  width: 100%;
  max-width: 565px;
  padding: 30px;
  border: 2px solid #262626;
  border-radius: 15px;
}

.about-me-wrapper.flexed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.service-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -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;
}

.heading-2 {
  margin-top: 20px;
  font-size: 200%;
  font-weight: 300;
  text-align: center;
}

.phone-process-wrapper {
  display: none;
}

.capabilities {
  font-weight: 500;
}

.capabilities.gray {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}

.capabilites-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.webflow-description-wrapper {
  max-width: 600px;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 10%;
  padding-top: 45px;
}

.about-me {
  margin-top: 30px;
  margin-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 25px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -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;
}

.social-link {
  margin-left: 8px;
  color: #262626;
  font-size: 14px;
  font-weight: 400;
}

.cta-button-with-arrow {
  position: fixed;
  left: auto;
  top: 24px;
  right: 5vw;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 17px 12px 20px;
  -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: #ff6d4a;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.cta-button-with-arrow:hover {
  background-color: #f26846;
}

.process_circle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 35px;
  height: 35px;
  border-style: none;
  border-color: #000;
  border-radius: 100%;
  background-color: #e9e9e9;
}

.step-description {
  max-width: 350px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 200;
}

.logo {
  position: static;
  z-index: 1;
  cursor: pointer;
}

.line-heading {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 65px;
  line-height: 80px;
  font-weight: 300;
  text-align: center;
}

.line-heading.orange-heading {
  color: #ff6d4a;
}

.nav-link {
  padding: 5px 17px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #e9e9e9;
}

.nav-link.nav-menu-cta {
  display: none;
}

.nav-link.not-yet-made {
  display: none;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.webflow-section {
  padding-top: 120px;
  background-color: transparent;
  background-image: none;
}

.button-text {
  position: static;
  margin-right: 13px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 16px;
  font-weight: 500;
}

.copyright {
  margin-bottom: 10px;
  color: hsla(0, 0%, 91.4%, 0.47);
  font-weight: 200;
}

.tablet-cta-temporary {
  display: none;
  margin-right: 35px;
  padding: 13px 33px;
  border-style: solid;
  border-width: 2px;
  border-color: #e9e9e9;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 400;
}

.tablet-cta-temporary:hover {
  background-color: #e9e9e9;
  color: #262626;
  font-weight: 500;
}

.process-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-top: 0px;
  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;
}

.scroll-to-top {
  position: fixed;
  left: auto;
  top: 88%;
  right: 2%;
  bottom: 0%;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-style: none;
  border-width: 2px;
  border-color: #e9e9e9;
  border-radius: 100px;
  background-color: #e9e9e9;
  text-decoration: none;
}

.scroll-to-top:hover {
  background-color: hsla(0, 0%, 91.4%, 0.8);
}

.scroll-to-top.w--current {
  background-color: #e9e9e9;
}

.webflow-mockup-wrapper {
  position: relative;
  max-height: 440px;
  max-width: 600px;
  border: 2px none transparent;
  border-radius: 0px;
}

.gray {
  margin-bottom: 0px;
  color: #262626;
  font-size: 15px;
  font-weight: 400;
}

.mask {
  width: auto;
  height: auto;
}

.services-section {
  margin-bottom: 80px;
}

.process-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-graphic-wrapper {
  width: 100%;
  height: auto;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.laptop-mockup {
  width: 420px;
  height: 260px;
  background-image: url('../images/CleanShot-2021-09-21-at-15.12.412x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.capabilities-block {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 5px 11px;
  border-radius: 5px;
  background-color: #e9e9e9;
  color: #262626;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.section {
  padding: 60px;
}

.section.less_padding {
  position: static;
  margin-top: 200px;
  padding-bottom: 35px;
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section.timeline {
  position: static;
  z-index: 14;
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section.less-margin {
  margin-right: auto;
  margin-bottom: -180px;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section.webflow-section {
  position: relative;
  height: auto;
  padding-top: 0px;
  background-color: #c1c1c1;
  background-image: url('../images/black-grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.project-card {
  width: 750px;
  height: 615px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 15px;
  background-color: #262626;
  box-shadow: 0 -4px 40px 0 rgba(0, 0, 0, 0.25);
}

.footer-grid {
  margin-top: 0px;
  margin-bottom: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.image-7 {
  display: block;
}

.portfolio-section {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 60px;
  padding-left: 60px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92px;
  -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: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.text-block-11 {
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
}

.div-block-6 {
  display: -ms-grid;
  display: grid;
  max-width: 1250px;
  margin-top: 95px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 90px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lottie-animation {
  position: absolute;
  left: 278px;
  bottom: 52px;
  z-index: 5;
  width: 40px;
  height: 40px;
}

.grey-text-link {
  margin-right: 8px;
  margin-left: 8px;
  color: #262626;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.sub-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 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-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;
  line-height: 20px;
}

.sub-heading-wrapper.form-sub-heading {
  max-width: 380px;
  margin-top: -10px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.horizontal-divider {
  width: 80px;
  height: 1px;
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: rgba(57, 57, 57, 0.43);
}

.portfolio-arrow {
  position: absolute;
  left: 47vw;
  top: 3px;
  bottom: auto;
  width: 50px;
  height: 50px;
}

.portfolio-arrow.right-arrpw {
  position: absolute;
  left: 6vw;
  top: 2px;
  bottom: auto;
}

.webflow-update-caption {
  position: absolute;
  left: 26px;
  top: 18px;
  z-index: 6;
  color: #262626;
  font-weight: 500;
}

.video-wrapper {
  position: absolute;
  left: 88px;
  top: 27px;
  z-index: 1;
  width: 420px;
  height: 260px;
}

.small-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #e9e9e9;
}

.small-arrow.hide-small-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thumbnail {
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.thumbnail:hover {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(255, 109, 74, 0.4);
}

.tag {
  margin-right: 12px;
  padding: 3px 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.tag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.link-block-2 {
  display: block;
}

.text-link {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 28px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 27px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: none;
}

.text-link:hover {
  display: inline;
  text-decoration: underline;
}

.thumbnail-wrapper {
  display: none;
  max-width: 100%;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.arrow-base {
  position: absolute;
  display: none;
  margin-left: -10px;
}

.paragraph {
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 16px;
  line-height: 180%;
  font-weight: 200;
}

.project-description-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.arrow-on-hover-base {
  position: static;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-left: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.project-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin-top: 3vw;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: #e9e9e9;
  text-decoration: none;
}

.grid {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 200px;
  grid-column-gap: 6vw;
  grid-row-gap: 15px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-heading {
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 40px;
  font-weight: 300;
}

.process-bar-progress-2 {
  position: fixed;
  bottom: 50vh;
  width: 3px;
  height: 50vh;
  background-color: #e9e9e9;
}

.process-bar-line-2 {
  position: absolute;
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #393939;
}

.process-steps {
  position: static;
  z-index: -3;
}

.body {
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.image-15 {
  margin-bottom: 0px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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: #393939;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.close-area {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  background-color: transparent;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 55px;
  line-height: 75px;
  font-weight: 300;
}

.close-icon-wrapper {
  position: absolute;
  left: auto;
  top: 4%;
  right: 25%;
  bottom: 0px;
  width: 50px;
  height: 50px;
}

.hand-waving-emoji {
  margin-left: 20px;
}

.field-label {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.success-message {
  border-style: solid;
  border-width: 2px;
  border-color: #e9e9e9;
  border-radius: 15px;
  background-color: transparent;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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: #393939;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.textarea {
  min-height: 200px;
  margin-bottom: 40px;
  padding: 20px 12px;
  border-radius: 10px;
  background-color: #e9e9e9;
  color: #262626;
}

.grid-3 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.email-form-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e9e9e9;
  font-size: 14px;
  font-weight: 300;
}

.form-button {
  height: 55px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 10px;
  background-color: #e9e9e9;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #262626;
  font-size: 15px;
  font-weight: 500;
}

.form-button:hover {
  background-color: hsla(0, 0%, 91.4%, 0.8);
}

.heading-4 {
  font-size: 14px;
  font-weight: 300;
}

.close-icon {
  padding: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.close-icon:hover {
  opacity: 0.7;
}

.form-text-field {
  height: 56px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #e9e9e9;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-10 {
  position: fixed;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px none #000;
  background-color: transparent;
  background-image: none;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brand-2 {
  position: fixed;
}

.brand-2.w--current {
  position: static;
  z-index: auto;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 55px;
  font-weight: 300;
}

.project-description {
  max-width: 735px;
  margin-top: 30px;
  font-weight: 200;
  text-align: center;
}

.project-hero-section {
  height: 710px;
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.project-hero-section.project-hero {
  height: 710px;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.project-hero-section.project-hero {
  height: 710px;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.link {
  color: #e9e9e9;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.footer-2 {
  background-color: #262626;
  background-image: url('../images/DecorativeLine-2-hero.svg'), none;
  background-position: 50% 90%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-top: 10px;
  -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;
  text-decoration: none;
}

.light-grey-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #393939;
  background-image: url('../images/White-Grain.png');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-4 {
  color: #c1c1c1;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.image-10 {
  margin-top: -260px;
  margin-bottom: 0px;
}

.project-hero-grid {
  margin-top: 60px;
  justify-items: center;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

@media screen and (min-width: 1280px) {
  .wrapper.hide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-2 {
    background-color: transparent;
  }

  .sub-heading {
    height: auto;
  }

  .hero-sub-heading {
    height: auto;
  }

  .hero-description {
    margin-right: 0px;
    margin-left: 0px;
  }

  .name {
    margin-top: 0px;
  }

  .name.gray {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer {
    background-color: #262626;
    background-image: url('../images/footer-2-DecorativeLine.svg'), url('../images/White-Grain.png');
    background-position: 50% 50%, 0px 0px;
    background-size: auto, auto;
    background-repeat: no-repeat, repeat;
  }

  .about {
    margin-top: 60px;
  }

  .social-link-wrapper {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-link {
    color: #262626;
    font-weight: 400;
    text-decoration: underline;
  }

  .copyright-wrapper {
    margin-top: 45px;
  }

  .tablet-cta-temporary {
    display: none;
  }

  .navbar {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .sub-heading-wrapper.form-sub-heading {
    max-width: 380px;
  }

  .text-link:hover {
    text-decoration: underline;
  }

  .text-block-7 {
    max-width: 550px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
  }

  .modal-bg {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    background-color: #393939;
    background-image: url('../images/White-Grain.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .text-block-10 {
    color: #262626;
  }

  .close-area {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: transparent;
  }

  .close-icon-wrapper {
    cursor: pointer;
  }

  .success-message {
    margin-top: 40px;
    padding-bottom: 40px;
    border-style: solid;
    border-width: 2px;
    border-color: #e9e9e9;
    border-radius: 15px;
    background-color: transparent;
  }

  .grid-3 {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-11 {
    margin-right: 20px;
  }

  .error-message {
    margin-top: 20px;
    border-radius: 10px;
    background-color: #ffbdbd;
  }

  .close-icon {
    position: absolute;
    left: auto;
    top: -1%;
    right: -20%;
    bottom: auto;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .close-icon:hover {
    opacity: 0.7;
  }

  .div-block-10 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: rgba(57, 57, 57, 0.81);
  }

  .footer-2 {
    background-image: url('../images/footer-2-DecorativeLine.svg'), none;
    background-position: 50% 50%, 0px 0px;
    background-size: auto, auto;
    background-repeat: no-repeat, repeat;
  }
}

@media screen and (max-width: 991px) {
  .widget-wrapper {
    display: none;
  }

  .heading-wrapper.vertical-flex {
    margin-bottom: 45px;
  }

  .brand.w--current {
    position: static;
  }

  .footer-cta {
    margin-right: 3vw;
  }

  .sub-heading.small_font {
    margin-top: 0px;
  }

  .heading.grey-heading {
    font-size: 6vw;
    line-height: 1.3;
  }

  .line-loop-wrapper {
    margin-top: 30px;
  }

  .cta-button {
    top: 505px;
  }

  .hero-sub-heading {
    margin-top: 0px;
    font-size: 18px;
    line-height: 30px;
  }

  .hero-heading-wrapper {
    -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-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .process_steps {
    line-height: 1.3;
  }

  .process-grid {
    padding-bottom: 120px;
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: 1fr 100px 1fr;
  }

  .fixed-cta-container {
    display: none;
  }

  .phone-wrapper {
    left: 443px;
    top: 71px;
    height: 250px;
    background-size: 130px;
  }

  .text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-description {
    font-size: 14px;
  }

  .image-13 {
    display: none;
  }

  .grey-paragraph {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 30px;
  }

  .image-6 {
    margin-top: 30px;
  }

  .main-image-wrapper {
    bottom: 25px;
  }

  .portfolio-showcase {
    margin-top: 60px;
  }

  .grey-text-block {
    font-size: 17px;
    line-height: 30px;
  }

  .nav-bar-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }

  .hero-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .webflow-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-section {
    background-image: url('../images/White-Grain.png');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .about {
    margin-bottom: 30px;
    padding-top: 60px;
  }

  .about-me-wrapper {
    max-width: 600px;
    margin-bottom: 30px;
  }

  .service-wrapper {
    max-width: 350px;
    margin-bottom: 5vw;
  }

  .heading-2 {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .phone-process-wrapper {
    display: none;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .webflow-description-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin: 0px auto -30px;
    padding-top: 0px;
    -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;
  }

  .about-me {
    margin-bottom: 0px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cta-button-with-arrow.tablet-cta {
    position: absolute;
    top: 372px;
    right: auto;
    padding-right: 80px;
    padding-left: 80px;
    border-style: solid;
    border-width: 2px;
    border-color: #e9e9e9;
    border-radius: 10px;
    background-color: transparent;
  }

  .cta-button-with-arrow.tablet-cta:hover {
    border-style: none;
    background-color: #ff6d4a;
  }

  .icon {
    color: #e9e9e9;
  }

  .step-description {
    font-size: 14px;
  }

  .logo {
    margin-top: 13px;
  }

  .line-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    font-size: 55px;
    line-height: 70px;
    font-weight: 300;
  }

  .line-heading.orange-heading {
    -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;
  }

  .nav-link {
    margin-top: 5vw;
    margin-bottom: 5vw;
    border-radius: 0px;
    color: #262626;
    font-size: 16px;
    text-align: center;
  }

  .nav-link.nav-menu-cta {
    width: 300px;
    margin-bottom: 60px;
    padding: 13px 60px;
    border: 2px solid #262626;
    border-radius: 10px;
    font-weight: 500;
  }

  .nav-menu {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #c1c1c1;
    background-image: url('../images/black-grain.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .webflow-section {
    height: auto;
    padding-top: 60px;
  }

  .tablet-cta-temporary {
    position: absolute;
    left: auto;
    top: 372px;
    right: auto;
    z-index: 5;
    display: none;
    width: 300px;
    margin-right: 0px;
    padding-right: 25px;
    padding-left: 25px;
    border-style: none;
    border-radius: 7px;
    background-color: #ff6d4a;
    text-align: center;
  }

  .tablet-cta-temporary:hover {
    border-style: solid;
    background-color: transparent;
    color: #e9e9e9;
    font-weight: 400;
  }

  .webflow-mockup-wrapper {
    display: -ms-grid;
    display: grid;
    max-width: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .services-section {
    margin-bottom: 0px;
  }

  .image-graphic-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.less_padding {
    border: 1px none #000;
  }

  .section.less-margin {
    padding-top: 30px;
  }

  .portfolio-section {
    margin-top: 50px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .navbar {
    height: 70px;
    background-color: #262626;
    background-image: url('../images/White-Grain.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .menu-button {
    margin-top: 13px;
    padding: 10px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .div-block-6 {
    margin-top: 70px;
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .lottie-animation {
    left: 498px;
    display: block;
  }

  .grey-text-link {
    display: block;
    font-size: 17px;
    line-height: 30px;
  }

  .webflow-update-caption {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: hsla(0, 0%, 91.4%, 0.57);
  }

  .small-arrow {
    display: block;
  }

  .small-arrow.hide-small-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .thumbnail {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .tag {
    font-size: 10px;
  }

  .text-link {
    position: relative;
    font-size: 13px;
  }

  .arrow-base {
    display: none;
    margin-left: -25px;
  }

  .paragraph {
    font-size: 15px;
  }

  .project-description-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .arrow-on-hover-base {
    position: relative;
    width: 50px;
    margin-left: 20px;
  }

  .project-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid {
    padding-bottom: 60px;
    justify-items: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .project-heading {
    font-size: 35px;
  }

  .brand-2.w--current {
    position: static;
  }

  .project-hero-section {
    background-image: url('../images/White-Grain.png');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
}

@media screen and (max-width: 767px) {
  .process-bar-end-cover {
    display: none;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .process-center {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .phone-process-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    padding: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-style: solid;
    border-width: 2px;
    border-color: #e9e9e9;
    border-radius: 10px;
  }

  .baby-text-block {
    margin-left: 10px;
  }

  .footer-cta.solid-button {
    margin-right: 0px;
  }

  .sub-heading {
    font-size: 17px;
    line-height: 1.7;
  }

  .heading {
    font-size: 7vw;
  }

  .heading.grey-heading {
    width: auto;
    font-size: 7vw;
    line-height: 1.4;
  }

  .line-loop-wrapper {
    margin-top: -20px;
  }

  .hero-sub-heading {
    margin-top: -5px;
    font-size: 2.7vw;
    line-height: 1.4;
  }

  .process_steps {
    line-height: 1.2;
    text-align: left;
  }

  .process-left {
    width: 60%;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 0px;
  }

  .phone-wrapper {
    left: 62%;
    top: 66px;
    background-size: 80px;
  }

  .image-6 {
    display: none;
  }

  .step-sub-heading {
    text-align: left;
  }

  .main-image-wrapper {
    margin-top: -15px;
    background-image: url('../images/new-mock.png');
    background-size: 400px;
  }

  .portfolio-showcase {
    margin-top: 30px;
  }

  .footer-cta-wrapper {
    margin-top: 45px;
  }

  .grey-text-block.center-alignment {
    text-align: center;
  }

  .webflow-users {
    margin-top: 100px;
  }

  .footer-heading {
    margin-bottom: 15px;
  }

  .webflow-mockup {
    max-height: 380px;
  }

  .webflow-intro {
    display: -ms-grid;
    display: grid;
    width: 90vw;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-12 {
    display: block;
    margin-top: 10px;
  }

  .footer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .about {
    padding-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .phone-process-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vertical-divider {
    width: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 91.4%, 0.34);
  }

  .webflow-description-wrapper {
    margin-top: 30px;
    margin-bottom: 45px;
  }

  .footer-wrapper {
    margin-top: 60px;
  }

  .cta-button-with-arrow.tablet-cta {
    top: 275px;
    display: none;
  }

  .process_circle {
    width: 25px;
    height: 25px;
  }

  .step-description {
    max-width: 200px;
    margin-left: 10px;
    line-height: 1.5;
  }

  .line-heading {
    font-size: 7vw;
    line-height: 1.4;
  }

  .webflow-section {
    margin-right: auto;
    margin-left: auto;
  }

  .tablet-cta-temporary {
    top: 300px;
  }

  .process-wrapper {
    display: none;
  }

  .webflow-mockup-wrapper {
    display: block;
  }

  .process-right {
    width: 40%;
    margin-left: 5px;
    padding-right: 0px;
  }

  .image-graphic-wrapper {
    margin-top: -40px;
  }

  .laptop-mockup {
    display: none;
  }

  .section.less_padding {
    padding-bottom: 60px;
  }

  .section.timeline {
    padding: 0px 30px 30px;
  }

  .section.less-margin {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.webflow-section {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .portfolio-section {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .lottie-animation {
    left: 48%;
    bottom: 119px;
    display: block;
    width: 20px;
    height: 20px;
  }

  .webflow-update-caption {
    margin-top: 10px;
  }

  .video-wrapper {
    display: none;
  }

  .tag-wrapper {
    margin-top: 0px;
  }

  .paragraph {
    margin-top: 15px;
  }

  .project-description-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid {
    padding-right: 30px;
    padding-left: 30px;
  }

  .project-heading {
    font-size: 30px;
  }

  .process-bar-progress-2 {
    display: none;
  }

  .process-bar-line-2 {
    width: 2px;
    background-color: #e9e9e9;
  }

  .heading-3 {
    font-size: 40px;
  }

  .close-icon {
    position: relative;
    left: 34px;
  }

  .form-text-field {
    height: 50px;
  }

  .heading-5 {
    font-size: 40px;
  }

  .footer-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
  }

  .wrapper.tablet-social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wrapper.hide-wrapper {
    display: none;
  }

  .heading-wrapper.vertical-flex {
    margin-bottom: 5vw;
  }

  .phone-process-grid {
    margin-right: 4vw;
    margin-bottom: 60px;
    margin-left: 4vw;
    padding: 15px 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-2 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-cta {
    margin-right: 0px;
    margin-bottom: 5vw;
  }

  .sub-heading {
    font-size: 14px;
    line-height: 1.7;
  }

  .sub-heading.small_font {
    margin-top: -5px;
    font-size: 3vw;
  }

  .heading {
    font-size: 9vw;
    line-height: 1.4;
  }

  .heading.orange-heading {
    margin-left: 2vw;
    line-height: 1.4;
  }

  .heading.grey-heading {
    font-size: 7vw;
  }

  .line-loop-wrapper {
    margin-top: -40px;
  }

  .hero-sub-heading {
    height: 3vh;
    font-size: 3vw;
  }

  .process_steps {
    margin-top: 10px;
  }

  .process-left {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .phone-wrapper {
    left: 52%;
    top: 19px;
    background-size: 50px;
  }

  .text-wrapper {
    margin-top: 5vw;
  }

  .service-description {
    font-size: 3vw;
    line-height: 1.5;
  }

  .grey-paragraph {
    font-size: 3.5vw;
    line-height: 1.7;
  }

  .line-loop-text {
    font-size: 2vh;
  }

  .image-6 {
    display: none;
  }

  .hero-description {
    height: 5vh;
  }

  .main-image-wrapper {
    height: 40vh;
    margin-top: 5px;
    background-size: 250px;
  }

  .portfolio-showcase {
    margin-top: 30px;
  }

  .footer-cta-wrapper {
    margin-top: 30px;
    -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;
    text-align: center;
  }

  .grey-text-block {
    font-size: 3.5vw;
    line-height: 1.7;
    text-align: left;
  }

  .grey-text-block.center-alignment {
    margin-bottom: 2vw;
    text-align: center;
  }

  .webflow-users {
    margin-top: 15vw;
  }

  .nav-bar-container {
    grid-template-areas: ". . Area";
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .name.gray {
    font-size: 4.5vw;
  }

  .footer-heading {
    line-height: 1.1;
    text-align: center;
  }

  .webflow-mockup {
    max-height: 270px;
  }

  .image-12 {
    max-width: 90%;
  }

  .footer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .about {
    margin-bottom: 0px;
    padding-top: 30px;
  }

  .about-me-wrapper {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .about-me-wrapper.flexed {
    margin-bottom: 30px;
  }

  .service-wrapper {
    margin-bottom: 8vw;
  }

  .heading-2 {
    font-size: 6vw;
    line-height: 1.4;
  }

  .vertical-divider {
    display: none;
  }

  .about-me {
    padding-right: 0px;
    padding-left: 0px;
  }

  .social-link {
    font-size: 3vw;
    line-height: 1.2px;
  }

  .cta-button-with-arrow.tablet-cta {
    top: 213px;
    display: none;
    padding: 10px 20vw;
  }

  .step-description {
    max-width: none;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 12px;
  }

  .line-heading {
    font-size: 7vw;
  }

  .webflow-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .copyright {
    font-size: 12px;
  }

  .tablet-cta-temporary {
    top: 245px;
    width: 90%;
    max-width: 400px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .gray {
    font-size: 3vw;
    line-height: 1.5;
  }

  .process-right {
    width: 100%;
    margin-left: 0px;
  }

  .capabilities-block {
    margin-right: 2vw;
    margin-bottom: 2vw;
    padding: 1vw 2vw 1vw 3vw;
    font-size: 2.5vw;
  }

  .section.less_padding {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.less-margin {
    margin-right: auto;
    padding-top: 0px;
  }

  .section.webflow-section {
    padding-bottom: 0px;
  }

  .footer-grid {
    justify-items: center;
  }

  .div-block-6 {
    margin-top: 5vw;
  }

  .lottie-animation {
    left: 47%;
    top: 195.391px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grey-text-link {
    font-size: 3.5vw;
    line-height: 1.7;
  }

  .webflow-update-caption {
    left: 17px;
    top: 10px;
    font-size: 3.5vw;
  }

  .tag {
    margin-top: 2vw;
    margin-right: 2vw;
    padding: 1px 2vw;
    font-size: 2vw;
  }

  .tag-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph {
    margin-top: 20px;
    color: #e9e9e9;
    font-size: 12px;
  }

  .project-description-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .project-link {
    width: auto;
  }

  .grid {
    padding-bottom: 30px;
  }

  .project-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
  }

  .modal-bg {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-3 {
    font-size: 9vw;
    line-height: 1.4;
  }

  .email-form-link {
    margin-left: 0px;
  }

  .heading-4 {
    margin-bottom: 0px;
  }

  .close-icon {
    left: 62px;
  }

  .form-text-field {
    height: 45px;
    font-size: 13px;
  }

  .link-wrapper {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-5 {
    font-size: 9vw;
    line-height: 1.4;
  }

  .footer-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed07d1-91c2ebe3 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed07dd-91c2ebe3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed08f6-91c2ebe3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0909-91c2ebe3 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0918-91c2ebe3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed091d-91c2ebe3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0947-91c2ebe3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_16739b1a-df25-00d9-ea42-c72e632ea4bc-632ea4ba {
  -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;
}

#brand-logo.w-node-_75bcbeb9-db2b-16af-da1c-9a5ec4bfb56d-c4bfb56b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_75bcbeb9-db2b-16af-da1c-9a5ec4bfb56f-c4bfb56b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0f2a15d5-8fe3-0851-7103-f100e28f5f10-99c2ebe6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#brand-logo.w-node-_81ef9380-5922-bfcd-d15a-810f2d4a8352-93c2ebe7 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_81ef9380-5922-bfcd-d15a-810f2d4a8354-93c2ebe7 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0f948839-6fbf-a6cc-5dc5-0889d829ba9e-93c2ebe7 {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_0f948839-6fbf-a6cc-5dc5-0889d829baa0-93c2ebe7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_0f948839-6fbf-a6cc-5dc5-0889d829baa2-93c2ebe7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0f948839-6fbf-a6cc-5dc5-0889d829baa4-93c2ebe7 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed07d1-61909f18 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed07dd-61909f18 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_420eb81b-c2ac-ac5d-f8ea-a42b1f770167-61909f18 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed082c-61909f18 {
  -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-b132cc92-7409-a55d-ddb9-f532ecdaf86e-61909f18 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf87f-61909f18 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf88e-61909f18 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf89d-61909f18 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8ac-61909f18 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8b3-61909f18 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8ba-61909f18 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8bc-61909f18 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8c8-61909f18 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8cf-61909f18 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8d1-61909f18 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8de-61909f18 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8e0-61909f18 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8eb-61909f18 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8ed-61909f18 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8f8-61909f18 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8fa-61909f18 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed08f6-61909f18 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0909-61909f18 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0910-61909f18 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0913-61909f18 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0918-61909f18 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed091d-61909f18 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0947-61909f18 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-_0f2a15d5-8fe3-0851-7103-f100e28f5f0c-99c2ebe6 {
    -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-_0f2a15d5-8fe3-0851-7103-f100e28f5f10-99c2ebe6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed091d-91c2ebe3 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0933-91c2ebe3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #brand-logo.w-node-_75bcbeb9-db2b-16af-da1c-9a5ec4bfb56d-c4bfb56b {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_75bcbeb9-db2b-16af-da1c-9a5ec4bfb57c-c4bfb56b {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #brand-logo.w-node-_81ef9380-5922-bfcd-d15a-810f2d4a8352-93c2ebe7 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_81ef9380-5922-bfcd-d15a-810f2d4a8361-93c2ebe7 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_420eb81b-c2ac-ac5d-f8ea-a42b1f770167-61909f18 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_420eb81b-c2ac-ac5d-f8ea-a42b1f77017b-61909f18 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed082c-61909f18 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0839-61909f18 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed091d-61909f18 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0933-61909f18 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed08f6-91c2ebe3 {
    -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-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0909-91c2ebe3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf85b-61909f18 {
    -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-b132cc92-7409-a55d-ddb9-f532ecdaf863-61909f18 {
    -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-b132cc92-7409-a55d-ddb9-f532ecdaf86e-61909f18 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf872-61909f18 {
    -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-b132cc92-7409-a55d-ddb9-f532ecdaf87a-61909f18 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf87f-61909f18 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf883-61909f18 {
    -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-b132cc92-7409-a55d-ddb9-f532ecdaf88b-61909f18 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf88e-61909f18 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf892-61909f18 {
    -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-b132cc92-7409-a55d-ddb9-f532ecdaf89a-61909f18 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf89d-61909f18 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8a1-61909f18 {
    -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-b132cc92-7409-a55d-ddb9-f532ecdaf8a9-61909f18 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8ac-61909f18 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b132cc92-7409-a55d-ddb9-f532ecdaf8bc-61909f18 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed08f6-61909f18 {
    -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-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0909-61909f18 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0933-91c2ebe3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0949-91c2ebe3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0952-91c2ebe3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_16739b1a-df25-00d9-ea42-c72e632ea4c1-632ea4ba {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #brand-logo.w-node-_75bcbeb9-db2b-16af-da1c-9a5ec4bfb56d-c4bfb56b {
    -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-_420eb81b-c2ac-ac5d-f8ea-a42b1f770167-61909f18 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0823-61909f18 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0933-61909f18 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0949-61909f18 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3bdcb48b-e4a1-8ff7-a178-ae8a64ed0952-61909f18 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

