.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.banner-1 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 156px 24px 80px;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -153px;
  left: 1115px;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 452px;
  left: 7px;
}

.container {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 152px;
  grid-row-gap: 152px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text {
  max-width: 100%;
  color: #0c0a09;
  object-fit: contain;
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
}

.text.grey {
  color: #78716c;
  font-weight: 600;
}

.text.grey.medium-text {
  font-weight: 400;
}

.text.grey._24-px {
  font-size: 24px;
}

.text.green {
  color: #21695c;
  overflow-wrap: normal;
  font-size: 32px;
}

.text.heading {
  font-size: 48px;
}

.text.heading.banner {
  max-width: 100%;
  font-size: 2.5em;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #21695c;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #21695c;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #21695c;
  font-size: 20px;
  font-weight: 600;
}

.column-2 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.banner-1-1 {
  object-fit: cover;
}

.snap {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  padding: 160px 24px 100px 48px;
  display: flex;
  position: relative;
}

.snap.hidden {
  align-items: center;
  display: flex;
}

.snap.hidden-web, .snap.not-visible {
  display: none;
}

.banner-bg-1 {
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
}

.content-wrapper {
  width: 90%;
  max-width: 1200px;
  grid-column-gap: 152px;
  grid-row-gap: 152px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrapper {
  width: 90%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.action {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.button-prime {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #21695c;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: block;
}

.button-prime.outine {
  color: #21695c;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #21695c;
}

.text-4 {
  font-size: 16px;
  font-weight: 500;
}

.button-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #21695c;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #21695c;
  font-size: 16px;
  font-weight: 500;
}

.image-container {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.banner-1-2 {
  object-fit: cover;
}

.body {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  font-family: Poppins, sans-serif;
  display: block;
}

.section {
  display: flex;
}

.hashtag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.superscript {
  width: 13px;
}

.testimonial-slider-large {
  background-color: #f5f5f4;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 40px;
  display: block;
  position: relative;
}

.testimonial-slider-large.banner-section {
  padding: 0;
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.banner-image {
  max-width: 100%;
}

.testimonial-slider-two {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  width: 100%;
  max-width: 640px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  object-fit: fill;
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.youtube {
  max-width: 100%;
}

.image {
  width: 100%;
}

.footer {
  color: #21695c;
  background-color: #e9f0ef;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.footer-container {
  justify-content: space-between;
  display: flex;
}

.socials {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 1;
  align-items: center;
}

.body-text {
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 150%;
}

.body-text.small {
  font-size: .75em;
  font-weight: 600;
}

.body-text.highlight {
  margin-top: 2em;
  line-height: 26px;
}

.btn_p {
  align-items: center;
  line-height: 0;
  display: flex;
}

.nav-link {
  opacity: .8;
  color: #323232;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 1em;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link:hover {
  opacity: 1;
  color: #323232;
  text-decoration: none;
}

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

.btn__block {
  width: 150px;
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: .5em;
  padding: .4em 1em;
  display: flex;
}

.btn__block.hide {
  width: 176px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: border-radius .4s;
}

.btn__block.hide:hover {
  border-style: none;
  border-radius: 40px;
}

.btn__block.hide.bigg {
  align-items: center;
}

.btn__block.hide.bigg.nav {
  display: none;
}

.fixed-nav {
  z-index: 9999;
  height: 75px;
  background-color: #fff;
  border-bottom: 1px #222;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-logo {
  height: 40px;
}

.nav-logo.mobile {
  display: none;
}

.top-cta {
  width: 100%;
  grid-column-gap: 16px;
  justify-content: flex-end;
  display: flex;
}

.brand {
  z-index: 2;
  align-self: center;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.left-aligned-timeline {
  max-width: 1138px;
  border: 0 solid #000;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
}

.left-aligned-timeline.nav-container {
  height: 100%;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.image-36 {
  height: 24px;
}

.nav-link-text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.mobile {
  display: none;
}

.menu-button {
  z-index: 2;
}

.main-cta {
  width: 10em;
  height: 3em;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #121212;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.main-cta.outline {
  color: #fff;
  -webkit-text-stroke-color: #21695c;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.main-cta.outline.with-icon {
  display: none;
}

.nav-menu {
  z-index: 1;
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  display: none;
}

.button-stack {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.icon {
  max-height: 100%;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 130%;
}

.h1.mobile {
  display: none;
}

.text-block {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.image-59 {
  max-width: 50%;
}

._2x-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

._2x-grid.head {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  justify-content: stretch;
  padding-top: 140px;
  display: flex;
}

.container-big {
  max-width: 1000px;
}

.text-span-2 {
  color: #21695c;
}

.mobile-header {
  display: none;
}

.header-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.primary-button {
  height: 3em;
  color: #121212;
  border: 1px solid #121212;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.primary-button:visited {
  text-decoration: none;
}

.primary-button.green {
  color: #22695c;
  border-color: #22695c;
}

.primary-button.filled {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  background-color: #21695c;
  border-width: 0;
}

.text-span-3 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 30px;
}

.mask {
  height: 100%;
  max-height: 1800px;
  max-width: 1250px;
}

.slider {
  width: auto;
  height: auto;
  background-image: url('../images/Banner-Bg-1.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  padding-bottom: 40px;
  display: none;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  margin-top: 0;
}

.hero-without-image {
  background-color: #21695c;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 750px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-2 {
  color: #fff;
  -webkit-text-stroke-color: white;
}

.carousel-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-top: 160px;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.mask-2 {
  height: 100vh;
}

.slider-2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.body-bg {
  z-index: -1;
  height: 100vh;
  background-image: linear-gradient(72deg, rgba(19, 151, 129, .1), rgba(201, 139, 240, .1));
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav-2 {
  font-size: 8px;
  display: block;
}

.video-container {
  border-radius: 16px;
  overflow: hidden;
}

.section-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 100px 24px 48px;
}

@media screen and (min-width: 1280px) {
  .snap {
    padding-top: 100px;
    display: flex;
  }

  .snap.not-visible {
    display: none;
  }

  .content-wrapper {
    justify-content: center;
  }

  .body {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .left-aligned-timeline {
    max-width: 1138px;
  }
}

@media screen and (min-width: 1440px) {
  .text.heading.banner {
    max-width: 460px;
    display: block;
  }

  .snap {
    justify-content: center;
    display: flex;
  }

  .snap.not-visible {
    display: none;
  }

  .content-wrapper {
    display: flex;
  }

  .body {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .btn__block.hide {
    width: 176px;
    transition: border-radius .5s;
  }

  .btn__block.hide:hover {
    border-radius: 40px;
  }

  .btn__block.hide.bigg {
    width: 176px;
    align-items: center;
    line-height: 1;
  }

  .top-cta {
    width: 100%;
    justify-content: flex-end;
    display: flex;
  }

  .left-aligned-timeline {
    max-width: 1278px;
  }

  .left-aligned-timeline.nav-container {
    justify-content: flex-start;
  }

  ._2x-grid.head {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.05fr .75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    padding-top: 60px;
    display: grid;
  }

  .header-copy {
    padding-top: 40px;
  }

  .mask {
    width: 100%;
  }

  .slider {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    background-size: auto;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 100px;
    display: flex;
  }

  .slide {
    width: 100%;
  }

  .left-arrow, .right-arrow, .div-block {
    display: block;
  }

  .slide-nav {
    background-color: #fff;
  }

  .slide-3 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

  .text {
    text-align: center;
  }

  .text.green {
    font-size: 24px;
  }

  .text.heading.banner {
    max-width: 80%;
  }

  .snap {
    align-items: center;
  }

  .content-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapper.flip {
    flex-direction: column-reverse;
  }

  .text-wrapper {
    align-items: center;
  }

  .action {
    flex-direction: row;
  }

  .button-prime {
    text-align: center;
  }

  .text-4 {
    font-size: 16px;
  }

  .image-container {
    justify-content: center;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .nav-link {
    text-align: left;
    margin-bottom: .5em;
    margin-left: 0;
    font-weight: 600;
  }

  .btn__block.hide {
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    text-align: center;
    background-image: linear-gradient(135deg, #fa5853, #f46692 49%, #ffc444);
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    line-height: 1;
    transition: background-color .2s;
    display: none;
    position: absolute;
    top: 7px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

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

  .nav-menu {
    background-color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  }

  .image-59 {
    max-width: 45%;
    display: none;
  }

  .container-big {
    max-height: 100vh;
  }

  .mobile-header {
    max-width: 40%;
    display: block;
  }

  .header-copy {
    text-align: center;
    align-items: center;
  }

  .slider {
    display: none;
  }

  .container-3 {
    max-width: 728px;
  }

  .carousel-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .text {
    text-align: center;
    font-size: 25px;
  }

  .text.grey {
    font-size: 24px;
  }

  .text.green {
    font-size: 28px;
  }

  .content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    align-items: center;
  }

  .text-wrapper {
    align-items: center;
  }

  .action {
    align-self: auto;
  }

  .text-4 {
    font-size: 16px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .nav-logo {
    display: block;
  }

  .nav-logo.mobile {
    width: 34.2px;
    height: 34.2px;
    display: block;
  }

  .nav-logo.desktop {
    display: none;
  }

  .left-aligned-timeline {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .menu-button {
    background-image: linear-gradient(132deg, #fa5853, #f46692 49%, #ffc444);
  }

  .menu-button.w--open {
    color: #000;
  }

  .nav-menu {
    flex-direction: column;
    display: none;
  }

  .hero-without-image {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .text {
    max-width: 400px;
    text-align: center;
    font-size: 24px;
  }

  .text.grey, .text.grey._24-px {
    font-size: 20px;
  }

  .text.green {
    text-align: center;
    font-size: 20px;
  }

  .text.heading.banner {
    max-width: 100%;
    min-height: 120px;
    font-size: 28px;
  }

  .snap {
    justify-content: center;
    padding-left: 24px;
  }

  .snap.hidden {
    display: none;
  }

  .snap.mobile-version, .snap.hidden-web {
    display: block;
  }

  .content-wrapper {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 48px;
    justify-content: center;
  }

  .text-wrapper {
    width: 100%;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
  }

  .action {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .text-4 {
    font-size: 16px;
  }

  .button-4 {
    margin-top: 16px;
  }

  .section {
    overflow: visible;
  }

  .hashtag {
    text-align: center;
  }

  .just-healthify {
    flex: 0 auto;
    display: block;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .footer-container {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
  }

  .socials {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    align-self: flex-start;
    align-items: center;
  }

  .body-text {
    display: block;
  }

  .body-text.highlight {
    margin-top: 1em;
  }

  .body-text.highlight.head {
    color: #78716c;
  }

  .body-text.head {
    display: none;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn__block.hide.bigg {
    width: auto;
    align-items: center;
    margin-bottom: 18px;
    margin-right: 0;
    display: flex;
  }

  .btn__block.hide.bigg.nav {
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .fixed-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .desktop {
    display: none;
  }

  .top-cta {
    width: auto;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .brand {
    width: auto;
  }

  .left-aligned-timeline {
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-aligned-timeline.nav-container {
    justify-content: space-between;
  }

  .image-36 {
    display: none;
  }

  .mobile {
    display: block;
  }

  .nav-menu {
    display: none;
  }

  .button-stack {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-top: 2em;
  }

  .h1 {
    font-size: 2em;
  }

  .h1.desktop {
    display: none;
  }

  .h1.mobile {
    display: block;
  }

  .image-59 {
    width: auto;
    display: none;
  }

  ._2x-grid {
    background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._2x-grid.head {
    grid-column-gap: 140px;
    grid-row-gap: 40px;
    text-align: center;
    background-image: linear-gradient(#fff 76%, rgba(255, 255, 255, 0));
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 100px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-big {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-span-2 {
    display: none;
  }

  .mobile-header {
    max-width: 80%;
    display: block;
  }

  .header-copy {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .text-span-3 {
    font-size: 1em;
  }

  .slider, .right-arrow {
    display: none;
  }

  .right-arrow.hide {
    display: none;
    overflow: hidden;
  }

  .div-block {
    align-self: auto;
    display: block;
  }

  .container-3 {
    max-width: none;
  }

  .heading-2 {
    font-size: 24px;
  }

  .carousel-wrapper {
    margin-top: 100px;
  }

  .mask-2 {
    height: 100%;
  }

  .right-arrow-2 {
    display: none;
  }

  .slide-nav-2 {
    top: auto;
    bottom: -10%;
    left: 0%;
    right: 0%;
  }

  .section-2 {
    padding-top: 140px;
  }

  .section-3 {
    display: block;
  }
}

#w-node-_21153938-294e-adef-3993-5d06f3b3b506-74a7dfbb, #w-node-_918ca8b6-6ff0-9fa2-c4c5-df2b5a78407d-74a7dfbb, #w-node-_343a8b4f-10b8-549b-2618-78cd68405686-74a7dfbb, #w-node-d3663d32-29f3-3607-4ce5-b1e1ca2f4f21-74a7dfbb {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_21153938-294e-adef-3993-5d06f3b3b506-74a7dfbb, #w-node-_918ca8b6-6ff0-9fa2-c4c5-df2b5a78407d-74a7dfbb, #w-node-_343a8b4f-10b8-549b-2618-78cd68405686-74a7dfbb, #w-node-d3663d32-29f3-3607-4ce5-b1e1ca2f4f21-74a7dfbb {
    justify-self: center;
  }
}


