:root {
  --medican-blue: #6ab8d5;
  --orangika: #f70;
}

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

.hero {
  height: 95vh;
}

.hero.homepage {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 110vh;
  padding-top: 200px;
  padding-left: 300px;
  padding-right: 300px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-block {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  width: 700px;
  font-family: Inria Serif, sans-serif;
  font-size: 60px;
  line-height: 120%;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button {
  border: 1px solid var(--medican-blue);
  color: #fff;
  background-color: #3898ec00;
  border-radius: 3px;
  padding: 20px 80px;
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
}

.button:hover {
  background-color: var(--medican-blue);
}

.track {
  height: 110vh;
  margin-top: -70px;
}

.div-block-2 {
  z-index: -5;
  border-radius: 20px;
  position: static;
  inset: 2%;
  overflow: hidden;
}

.section-2 {
  padding-left: 200px;
  padding-right: 200px;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-4 {
  z-index: -1;
  background-image: linear-gradient(#0009, #0009), linear-gradient(#14bfff9e, #6ab8d533);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 99999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 150px;
  padding-right: 150px;
  display: block;
  position: sticky;
  inset: 3% 0% auto;
}

.nav-center {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #000;
  -webkit-text-stroke-color: #000;
  justify-content: center;
  align-items: center;
  width: 550px;
  font-family: Inria Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.nav-right {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_link {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: font-size .3s cubic-bezier(1, 0, 0, 1);
}

.nav_link:hover {
  color: var(--medican-blue);
  font-size: 15px;
}

.nav_link.w--current {
  transition: font-size .3s cubic-bezier(1, 0, 0, 1);
}

.text-block-3 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #000;
  font-family: Inria Sans, sans-serif;
  font-weight: 600;
}

.div-block-6 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff;
  border-radius: 9px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  padding: 10px 35px;
  text-decoration: none;
  transition: background-color .325s cubic-bezier(.68, -.55, .265, 1.55);
  display: none;
}

.div-block-6:hover {
  background-color: var(--orangika);
  color: #fff;
}

.div-block-6.w--current {
  text-decoration: none;
}

.div-block-7 {
  height: 100%;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos {
  color: #3e7284;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.div-block-8 {
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 170px;
  display: grid;
}

.div-block-9 {
  background-color: #dbdbdb;
  border-radius: 100px;
  width: 1px;
  height: 100%;
}

.div-block-10 {
  background-color: #dbdbdb;
  width: 100vw;
  height: 1px;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  width: 250px;
  display: flex;
}

.text-block-4 {
  text-align: center;
  font-family: Inria Serif, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.text-block-5 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.section-3 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  height: 100vh;
  padding-top: 100px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-block {
  border-top-left-radius: 40px;
  width: 500px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.video-block._02 {
  border-top-left-radius: 0;
  border-top-right-radius: 40px;
}

.video-block._03 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 40px;
}

.video-block._04 {
  border-top-left-radius: 0;
  border-bottom-right-radius: 40px;
}

.awards {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.div-block-14 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: var(--medican-blue);
  font-family: Inria Sans, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-15 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #6bb8d5;
  border-radius: 100px 100px 100px 0;
  flex-flow: column;
  padding: 100px 50px;
  display: flex;
}

.section-5 {
  color: #000;
  background-color: #fff;
  padding: 5% 5% 0%;
  font-family: Inria Sans, sans-serif;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-5-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.link {
  color: #fff;
  font-family: Inria Sans, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: padding-left .2s cubic-bezier(1, 0, 0, 1), color .2s cubic-bezier(1, 0, 0, 1);
}

.link:hover {
  color: #000;
  padding-left: 5px;
}

.div-block-17 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.section-6 {
  justify-content: space-between;
  align-items: center;
  height: 5vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.heading-14 {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.heading-14.link {
  color: #3b86a4;
  transition: all .2s;
}

.heading-14.link:hover {
  color: var(--orangika);
}

.section-7 {
  background-image: linear-gradient(#0032448c, #0032448c), url('../images/Cook_Childrens_Stills_005.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 0 0 60px 60px;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: -70px;
  display: flex;
  position: relative;
}

.text-block-copy {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  width: 1000px;
  font-family: Inria Serif, sans-serif;
  font-size: 60px;
  line-height: 120%;
}

.text-block-copy-copy {
  width: 700px;
  color: var(--medican-blue);
  text-align: center;
  mix-blend-mode: normal;
  font-family: Inria Serif, sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.text-block-copy-copy-copy {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  width: 700px;
  font-family: Inria Sans, sans-serif;
  font-size: 15px;
  line-height: 120%;
}

.section-8 {
  z-index: 1;
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  background-color: var(--medican-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  padding: 180px 100px 170px;
  display: flex;
  position: static;
}

.text-block-14 {
  color: #21527c;
  font-size: 40px;
  line-height: 120%;
}

.text-block-14.scroll-highlight {
  z-index: 100;
  color: #fff;
  text-align: center;
  font-family: Inria Serif, sans-serif;
  font-size: 50px;
  position: relative;
}

.text-span-17 {
  text-decoration: underline;
}

.text-block-14-copy {
  color: #21527c;
  font-size: 40px;
  line-height: 120%;
}

.text-block-14-copy.scroll-highlight {
  z-index: 100;
  color: #000;
  text-align: center;
  font-family: Inria Serif, sans-serif;
  font-size: 22px;
  position: relative;
}

.subtitle {
  color: #000;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Inria Serif, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.section-9 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300vh;
  padding: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-19 {
  flex-flow: column;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div_20 {
  width: 500px;
  position: relative;
}

.div_20._01 {
  width: 400px;
  position: relative;
}

.div-block-21 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-22 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.text-block-15 {
  color: var(--medican-blue);
  font-size: 16px;
  font-weight: 700;
}

.text-block-16 {
  font-family: Inria Serif, sans-serif;
  font-size: 25px;
}

.div-block-23 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.section_10 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: linear-gradient(#fff, #eee);
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  flex-flow: column;
  padding: 100px;
  display: flex;
}

.section-10 {
  justify-content: center;
  align-items: center;
  height: 30vh;
  margin-top: -54px;
  padding-top: 200px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.text-block-17 {
  color: var(--medican-blue);
  text-align: center;
  font-family: Inria Sans, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
}

.section-11 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -100px;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.image-4 {
  margin-top: -175px;
}

.marquee_wrap {
  width: 200vw;
  margin-left: 1280px;
  display: flex;
}

.marquee_wrap.all {
  margin-left: 0;
}

.static-marquee_logos {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-around;
  align-items: stretch;
  width: 100vw;
  display: flex;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  width: 8%;
  max-width: 100%;
  display: flex;
}

.section-12 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-flow: column;
  width: 100vw;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.text-block-18 {
  text-align: center;
  font-family: Inria Serif, sans-serif;
  font-size: 45px;
  line-height: 100%;
}

.text-block-19 {
  text-align: center;
  width: 800px;
  font-size: 25px;
  line-height: 100%;
}

.section-13 {
  color: #000;
  background-color: #fff;
  padding: 80px 100px;
}

.div-block-24 {
  background-color: #c2c2c2;
  width: 100%;
  height: 1px;
}

.div-block-25 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-14, .body-2 {
  background-color: #fff;
}

.code-embed-4 {
  display: block;
}

.code-embed-5 {
  margin-bottom: 80px;
}

.video_embed {
  z-index: -5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-16 {
  background-image: linear-gradient(#4094b1, #72d0b6 39%, #fff 75%);
  height: 100vh;
  margin-top: -70px;
}

.video_overlay {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, #000, #00000054);
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 40px 80px 100px;
  display: flex;
  position: absolute;
  inset: 135px 40px 40px;
}

.div-block-26 {
  width: 100%;
  height: 100%;
  padding: 135px 40px 40px;
  position: relative;
}

.image-5 {
  width: 350px;
}

.text-block-20 {
  color: #fff;
  font-family: Inria Serif, sans-serif;
  font-size: 150px;
  line-height: 100%;
}

.text-block-20-copy {
  color: #fff;
  font-family: Inria Serif, sans-serif;
  font-size: 55px;
  line-height: 100%;
}

.text-block-21 {
  color: #fff;
  text-transform: uppercase;
  background-color: #ff80001c;
  border: 1px solid #ff8000;
  padding: 8px 20px;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.text-block-22 {
  color: #fff;
  width: 550px;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
}

.div-block-28 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  display: flex;
}

.text-block-21-copy {
  color: #000;
  text-transform: uppercase;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .7;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  transition: opacity .2s cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.div-block-29:hover {
  opacity: 100;
}

.image-6 {
  width: 15px;
}

.div-block-29-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #ffffff42;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  transition: background-color .2s cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.div-block-29-copy:hover {
  background-color: #ffffff70;
}

.text-block-21new {
  color: #fff;
  text-transform: uppercase;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.zts-video-row {
  color: #a3a3a3;
  margin: 0 0 10px;
  position: relative;
}

.zts-video-row-swiper {
  height: 170px;
  position: relative;
  overflow: hidden;
}

.zts-video-row-wrapper {
  box-sizing: content-box;
  will-change: transform;
  flex-direction: row;
  height: 100%;
  transition-property: transform;
  display: flex;
}

.zts-video-row-slide {
  box-sizing: border-box;
  color: #bdbdbd;
  background-color: #555;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zts-video-row-navigation-prev-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  left: 10px;
  transform: translateY(-50%);
}

.zts-video-row-navigation-prev-button:hover {
  background-color: #222c;
}

.zts-video-row-navigation-prev-button.zts-video-row-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.zts-video-row-navigation-next-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  right: 10px;
  transform: translateY(-50%);
}

.zts-video-row-navigation-next-button:hover {
  background-color: #222c;
}

.zts-video-row-navigation-next-button.zts-video-row-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.image-7 {
  width: 100%;
  height: 100%;
}

.image-8 {
  max-height: 50px;
  position: absolute;
  inset: auto 5% 10% auto;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(270deg, #000, #0000 66%);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  inset: 0%;
}

.zts-2nd {
  color: #a3a3a3;
  margin: 10px 0;
  position: relative;
}

.zts-2nd-swiper {
  height: 170px;
  position: relative;
  overflow: hidden;
}

.zts-2nd-wrapper {
  box-sizing: content-box;
  will-change: transform;
  flex-direction: row;
  height: 100%;
  transition-property: transform;
  display: flex;
}

.zts-2nd-slide {
  box-sizing: border-box;
  color: #bdbdbd;
  background-color: #555;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zts-2nd-navigation-prev-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  left: 10px;
  transform: translateY(-50%);
}

.zts-2nd-navigation-prev-button:hover {
  background-color: #222c;
}

.zts-2nd-navigation-prev-button.zts-2nd-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.zts-2nd-navigation-next-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  right: 10px;
  transform: translateY(-50%);
}

.zts-2nd-navigation-next-button:hover {
  background-color: #222c;
}

.zts-2nd-navigation-next-button.zts-2nd-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.div-block-32 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.text-block-23 {
  font-family: Inria Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-33 {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -120px;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.text-block-23-copy {
  color: #fff;
  font-family: Inria Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.zts-3rd-slider {
  color: #a3a3a3;
  margin: 10px 10px 10px 0;
  position: relative;
}

.zts-3rd-slider-swiper {
  height: 170px;
  position: relative;
  overflow: hidden;
}

.zts-3rd-slider-wrapper {
  box-sizing: content-box;
  will-change: transform;
  flex-direction: row;
  height: 100%;
  transition-property: transform;
  display: flex;
}

.zts-3rd-slider-slide {
  box-sizing: border-box;
  color: #bdbdbd;
  background-color: #555;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zts-3rd-slider-navigation-prev-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  left: 10px;
  transform: translateY(-50%);
}

.zts-3rd-slider-navigation-prev-button:hover {
  background-color: #222c;
}

.zts-3rd-slider-navigation-prev-button.zts-3rd-slider-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.zts-3rd-slider-navigation-next-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  right: 10px;
  transform: translateY(-50%);
}

.zts-3rd-slider-navigation-next-button:hover {
  background-color: #222c;
}

.zts-3rd-slider-navigation-next-button.zts-3rd-slider-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.div-block-35 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.condensed {
  color: #cacaca;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
}

.list {
  color: #6ab8d5;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
}

.icon {
  color: #6ab8d5;
}

.black_list {
  color: #fff;
}

.div-block-36 {
  z-index: -5;
  position: absolute;
  inset: 0%;
}

.vimeo_embed {
  z-index: 2;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.background-video {
  height: 100%;
}

.div-block-38 {
  margin-top: -20px;
}

.section-17 {
  border-radius: 0 0 50px 50px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 110vh;
  margin-top: -70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-18 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 200px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-12 {
  width: 40%;
  position: absolute;
  bottom: 33%;
  left: 10%;
}

.image-13 {
  width: 55%;
  position: absolute;
  right: 10%;
}

.image-14 {
  width: 35%;
  position: absolute;
  right: 47%;
}

.text-block-24 {
  color: #fff;
  text-align: center;
  font-family: Inria Sans, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.div-block-39 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  display: flex;
}

.sub_text {
  color: var(--medican-blue);
  text-align: center;
  font-family: Inria Sans, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.text-block-26 {
  font-family: Inria Serif, sans-serif;
  font-size: 120px;
  line-height: 100%;
  position: absolute;
}

.text-block-26.real {
  color: #f70;
  font-size: 140px;
  bottom: 81%;
  left: 10%;
}

.text-block-26.in-the {
  font-size: 140px;
  bottom: 73%;
  right: 17%;
}

.text-block-26.ai {
  font-size: 140px;
  top: 67%;
  left: 22%;
}

.text-block-26.era {
  color: #f70;
  font-size: 140px;
  top: 72%;
  right: 11%;
}

.text-block-27 {
  color: var(--medican-blue);
  font-family: Inria Serif, sans-serif;
  font-size: 60px;
  line-height: 110%;
}

.section-19 {
  padding: 80px 250px;
}

.sectopn-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-28 {
  color: #fff;
  font-family: Inria Serif, sans-serif;
  font-size: 60px;
  line-height: 110%;
}

.div-block-41 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #f70;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 80px 40px;
  display: flex;
}

.div-block-42 {
  background-color: #ffffff78;
  width: 1px;
  height: 300px;
}

.list-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  flex-flow: column;
  width: 300px;
  margin-bottom: 0;
  margin-left: 80px;
  padding-left: 0;
  font-family: Inria Sans, sans-serif;
  font-size: 20px;
  display: flex;
}

.div-block-43 {
  display: flex;
}

.list-item, .list-item-2 {
  border-bottom: 1px solid #ffffff78;
  padding-bottom: 40px;
}

.list-item-3 {
  padding-bottom: 40px;
}

.list-item-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-44 {
  background-color: #ffffff78;
  height: 1px;
}

.div-block-45 {
  width: 340px;
}

.section-20 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.text-block-29 {
  color: var(--medican-blue);
  font-family: Inria Serif, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.text-block-30 {
  font-family: Inria Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-46 {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-47 {
  background-color: #fafafa;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 80px 50px;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-31 {
  color: #f70;
  width: 280px;
  font-family: Inria Serif, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.text-block-32 {
  color: var(--medican-blue);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-31-copy {
  width: 450px;
  color: var(--medican-blue);
  font-family: Inria Serif, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.div-block-48-copy {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-33 {
  width: 400px;
  font-family: Inria Sans, sans-serif;
  font-weight: 600;
}

.div-block-49 {
  background-color: #0000001a;
  width: 1px;
  height: 100%;
}

.section-21 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f6f6f6;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 100px 200px;
  display: flex;
}

.text-block-34 {
  color: var(--medican-blue);
  justify-content: center;
  align-items: center;
  font-family: Inria Serif, sans-serif;
  font-size: 50px;
  line-height: 100%;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-52 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px;
  display: flex;
  position: relative;
}

.text-block-35 {
  text-align: right;
  font-family: Inria Sans, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

.text-block-36 {
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
}

.text-block-37 {
  color: #ff770029;
  font-family: Inria Sans, sans-serif;
  font-size: 110px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-22 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--medican-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.text-block-32-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-34-copy {
  color: #fff;
  text-align: center;
  font-family: Inria Serif, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.text-block-30-copy {
  text-align: center;
  font-family: Inria Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-55 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-56 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #ffffff91;
  flex-flow: column;
  padding: 25px;
  display: flex;
}

.code-embed-6 {
  color: #fff;
  width: 45px;
  height: 48px;
}

.text-block-30-copy-copy {
  color: #fff;
  text-align: left;
  font-family: Inria Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-57 {
  background-color: #ffffff94;
  height: 1px;
}

.list-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.section-23 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.div-block-50-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-34-cop2y {
  color: var(--medican-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Inria Serif, sans-serif;
  font-size: 50px;
  line-height: 100%;
  display: flex;
}

.text-block-38 {
  font-family: Inria Serif, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.div-block-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0000001f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: center;
  place-items: center;
  width: 90%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.div-block-60 {
  width: 100%;
}

.div-block-61 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-62 {
  width: 100%;
}

.code-embed-7, .code-embed-8, .code-embed-9 {
  color: var(--medican-blue);
}

.text-block-38asd-copy {
  color: #f70;
  font-family: Inria Serif, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.asd {
  color: #f70;
  text-align: right;
  font-family: Inria Sans, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

.code-embed-10 {
  color: #f70;
}

.div-block-5as9-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-width: 1px;
  border-bottom-color: #0000001f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: center;
  place-items: center;
  width: 90%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.image-16 {
  padding-top: 135px;
  position: absolute;
}

.image-16._02 {
  opacity: 0;
}

.image-16.up {
  padding-top: 70px;
}

.image-16.up._05, .image-16.up._04, .image-16.up._06, .image-16._03 {
  opacity: 0;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
}

.field-label-5 {
  color: #fff;
  font-family: Inria Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-63 {
  z-index: 5;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 500px;
  display: flex;
  position: relative;
}

.section-24 {
  z-index: -1;
  background-image: linear-gradient(#0000003b, #00000017), linear-gradient(90deg, #21527c05, #21527cc4 0%, #21527c6e);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 90vh;
  margin-top: -110px;
  padding: 20vh 80px 100px;
  display: flex;
  position: static;
  overflow: hidden;
}

.section-24.contact {
  z-index: 5;
  background-image: none;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 95vh;
  margin-top: -70px;
  padding-top: 10vh;
  position: relative;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-field-2 {
  opacity: .7;
  color: #fff;
  background-color: #fff0;
  border-radius: 7px;
  height: 60px;
}

.text-field-2::placeholder {
  color: #f6f6f6;
  font-weight: 300;
}

.success-message {
  background-color: #ddd0;
}

.text-field {
  opacity: .7;
  color: #fff;
  background-color: #fff0;
  border-radius: 7px;
  height: 60px;
}

.text-field::placeholder {
  color: #f6f6f6;
  background-color: #fff0;
  font-weight: 300;
}

.field-label {
  color: #fff;
  font-family: Inria Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-64 {
  z-index: 5;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.error-message {
  text-align: left;
  border-radius: 7px;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.field-label-2 {
  color: #fff;
  font-family: Inria Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.submit-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #ffffff73;
  border-radius: 7px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inria Sans, sans-serif;
  font-size: 20px;
  transition: all .2s;
}

.submit-button:hover {
  background-color: #e68c92;
  font-size: 16px;
}

.text-span-5 {
  color: #e68c92;
}

.textarea {
  opacity: .7;
  color: #fff;
  background-color: #fff0;
  border-radius: 7px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
}

.textarea::placeholder {
  color: #f6f6f6;
  text-align: left;
}

.text-block-39 {
  color: #fff;
  font-family: Inria Serif, sans-serif;
  font-size: 100px;
  line-height: 100%;
}

.text-block-40 {
  color: #fff;
  font-family: Inria Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-block-40-copy {
  color: #fff;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-89 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  width: 230px;
  display: flex;
}

.div-block-90 {
  z-index: 5;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 230px;
  display: flex;
  position: relative;
}

.div-block-91 {
  z-index: 5;
  position: relative;
}

.image-17 {
  width: 200px;
  position: absolute;
  top: -286px;
  left: -44px;
}

.image-18 {
  z-index: -1;
  width: 280px;
  position: absolute;
  top: -253px;
  left: 72px;
}

.image-19 {
  z-index: -2;
  position: absolute;
  top: 43px;
  left: 1px;
}

.div-block-92 {
  z-index: -4;
  background-color: #4094b1b8;
  background-image: linear-gradient(#00000029, #00000029);
  position: absolute;
  inset: 0%;
}

.link-block {
  color: #000;
  width: 250px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.page-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slider-text {
  opacity: 0;
  color: #000;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.1;
  transition: opacity .3s;
}

.swiper-button-next {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s cubic-bezier(1, 0, 0, 1);
  display: flex;
  position: absolute;
  inset: auto 2% 50% auto;
}

.swiper-button-next:hover {
  color: #7acdff;
  width: 80px;
  height: 80px;
}

.swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  background-color: #7acdff;
}

.swiper-button-next.custom-arrow {
  color: #fff;
}

.swiper-button-next.custom-arrow:hover {
  color: #03ffea;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  z-index: 0;
  cursor: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 692px;
  transition: transform .3s;
  position: relative;
}

.swiper-button-prev {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s cubic-bezier(1, 0, 0, 1);
  display: flex;
  position: absolute;
  inset: auto auto 50% 2%;
}

.swiper-button-prev:hover {
  color: #7acdff;
}

.swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  background-color: #7acdff;
}

.swiper-button-prev.custom-arrow {
  color: #fff;
}

.swiper-button-prev.custom-arrow:hover {
  color: #03ffea;
}

.page-style {
  display: none;
}

.slider-image {
  opacity: 1;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  position: static;
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
}

.slider-custom-style {
  display: none;
}

.swrper_component {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.main {
  width: 100%;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.swiper-wrapper {
  display: flex;
}

.div-block-93 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-left: 80px;
  display: flex;
}

.text-block-23-cdsopy {
  padding-left: 80px;
  font-family: Inria Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-94 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-left: 80px;
  display: flex;
}

.text-block-21-copy {
  color: #fff;
  text-transform: uppercase;
  background-color: #ff80001c;
  border: 1px solid #ff8000;
  padding: 12px 20px;
  font-family: Inria Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.div-block-95 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.code-embed-11 {
  color: #04ab9d66;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.text-block-41 {
  color: #fff;
  text-align: center;
  font-family: Inria Sans, sans-serif;
  font-size: 70px;
  line-height: 100%;
}

.text-block-42 {
  color: #fff;
  text-align: center;
  width: 800px;
  font-size: 20px;
  line-height: 100%;
}

.div-block-96 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.play_button_slider_homepage {
  color: #04ab9d;
  cursor: pointer;
  background-color: #04ab9d2b;
  border: 1px solid #04ab9d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
  transition: all .2s cubic-bezier(1, 0, 0, 1);
  display: flex;
  position: relative;
  bottom: 50%;
}

.play_button_slider_homepage:hover {
  color: #ff8000;
  background-color: #ff800033;
  border-color: #ff8000;
}

.code-embed-12 {
  width: 30px;
  height: 36px;
}

.play-button {
  color: #000;
  text-transform: uppercase;
  font-family: Inria Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.div-block-98 {
  background-color: #000000bf;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  position: absolute;
  inset: 0%;
}

.div-block-98.screening {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.homepage_slider_content {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  display: flex;
  position: absolute;
  inset: auto auto 7.5% 10%;
}

.homepage_slider-title {
  color: #fff;
  text-align: left;
  font-family: Inria Sans, sans-serif;
  font-size: 55px;
  line-height: 100%;
}

.homepage_slider_subtitle {
  color: #fff;
  text-align: left;
  width: 700px;
  font-size: 20px;
  line-height: 100%;
}

.slider-image-homepage {
  opacity: 1;
  object-fit: cover;
  border-radius: 1.5rem 1.5rem 0 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  position: static;
}

.div-block-99 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.awards_tag {
  color: #fff;
  text-transform: uppercase;
  font-family: Inria Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.homepage_slider_client {
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 100%;
}

.div-block-100 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-101 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-13 {
  color: #fff;
  width: 50px;
}

.div-block-102 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #04ab9d2e;
  border: 1px solid #04ab9d;
  border-radius: 1px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.code-embed-14 {
  color: #fff;
}

.code-embed-15 {
  color: #fff;
  width: 10px;
}

.homepage_slider_subtitle-category {
  color: var(--medican-blue);
  text-align: left;
  font-size: 20px;
  line-height: 100%;
}

.homepage_slider_subtitle-desc {
  color: #7f7f7f;
  text-align: left;
  font-size: 20px;
  line-height: 100%;
}

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

.bold-text-2 {
  width: 145px;
  font-size: 22px;
}

.div-block-96_homepage-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.global_embed {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.button-2 {
  color: #c6fb50;
  background-color: #0000;
  border: 1.5px solid #c6fb50;
  border-radius: 100vw;
  padding: .1em 1.7em;
  font-size: 1.13em;
}

.button-2:hover {
  color: #111606;
  background-color: #c6fb50;
}

.overview_img-list {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta_title-list {
  height: 12.2em;
  transition: transform .6s;
}

.overview_img-item {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4%;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta_numbers {
  z-index: 2;
  font-size: 1.13em;
  position: relative;
}

.cta_img-list {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.overview_scroll-progress {
  z-index: 3;
  background-color: #c6fb50;
  width: 5px;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.overview_numbers {
  z-index: 2;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.overview_visual {
  border-top-left-radius: 3.13em;
  border-bottom-left-radius: 3.13em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overview_tab-item {
  opacity: .3;
  cursor: pointer;
  transition: opacity .2s;
}

.cta_title-wrap {
  z-index: 2;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta_progress {
  z-index: 20;
  background-color: #c6fb50;
  width: 0%;
  height: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.overview_tab-list {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta_component {
  text-align: center;
  position: relative;
}

.overview_trigger {
  height: 80vh;
}

.footer_component {
  text-align: center;
  background-color: #00000026;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 10%;
  display: flex;
}

.overview_content-list {
  position: relative;
}

.overview_content-item {
  z-index: -1;
  opacity: 0;
  width: 100%;
  max-width: 27em;
  transition: opacity .2s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta_trigger {
  height: 100vh;
}

.overview_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 3em;
  display: flex;
}

.cta_content {
  z-index: 2;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_img-item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta_sticky {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.overview_sticky {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cta_img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section {
  overflow: hidden;
}

.wrapper {
  height: 100dvh;
}

.list-4 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.div-block-103 {
  z-index: -1;
  background-image: linear-gradient(225deg, #6bb8d480, #ff770091 50%, #6bb8d480);
  position: absolute;
  inset: 0%;
}

.section-25 {
  height: 300vh;
}

.div-block-104 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.video_embed_animation {
  z-index: 2;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  display: block;
  position: relative;
  overflow: hidden;
}

.html {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.header_text-move.is--last {
  padding-bottom: 2.4em;
}

.is--alt-text {
  color: var(--orangika);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inria Sans, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.sticky-circle_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.header_text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-circle {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 6em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.container-2.is--header {
  text-align: center;
  padding-top: 29.28em;
  padding-bottom: 8.78em;
}

.header_text-wrap {
  position: relative;
  overflow: hidden;
}

.sticky-circle_element {
  border-radius: 35em;
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-circle_wrap {
  height: 300vh;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inria Sans, sans-serif;
  font-size: 80px;
  line-height: 120%;
}

.heading-16, .heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inria Sans, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.background-video-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.trailer-popup-link {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-105 {
  z-index: 2;
  background-color: red;
  display: none;
  position: absolute;
  inset: 0%;
}

.popup_overlay {
  z-index: 1000;
  cursor: auto;
  background-color: #181d2499;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
}

.popup-play-link {
  opacity: .8;
  color: #bc82dc;
  width: 5rem;
  height: 5rem;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.popup-play-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.popup-play-icon {
  width: 100%;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.popup-close-overlay {
  position: absolute;
  inset: 0%;
}

.iframe-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  display: flex;
  position: relative;
}

.popup-script {
  display: none;
}

.popup-play-link-overlay {
  justify-content: center;
  align-items: center;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.popup {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  max-width: 60rem;
  display: flex;
}

.text-block-57 {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.popup-close-button {
  color: #fff;
  background-color: #04ab9d;
  border-radius: 5rem;
  margin-left: auto;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.popup-video-thumbnail {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-27 {
  margin-top: -70px;
}

.div-block-106 {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #00000078;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  font-family: Inria Sans, sans-serif;
  display: grid;
  position: relative;
}

.code-embed-16 {
  color: #fff;
}

.nav_menu {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #000000bf;
  background-image: linear-gradient(0deg, #0000 96%, #fff);
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 67px 50px 55px;
  display: flex;
  position: absolute;
  top: 32.5347px;
  left: 150px;
  right: 150px;
}

.nav {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  font-family: Inria Sans, sans-serif;
  transition: all .4s cubic-bezier(1, -.32, 0, 1.283);
  display: flex;
}

.nav:hover {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.text-block-58 {
  color: #fff;
  font-size: 55px;
  line-height: 100%;
  text-decoration: none;
}

.text-block-58:hover {
  color: var(--medican-blue);
}

.nav_container_top {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.nav_container_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-59 {
  color: #04ab9d;
  font-family: Inria Sans, sans-serif;
  font-weight: 600;
}

.div-block-107 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-20, .image-21 {
  width: 25px;
}

.div-block-108 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-22, .image-23 {
  width: 25px;
}

.code-embed-17 {
  color: #bcbcbc;
  width: 22px;
  height: 22px;
  transition: color .3s cubic-bezier(1, 0, 0, 1);
}

.code-embed-17:hover {
  color: #fff;
}

.code-embed-18 {
  color: #bcbcbc;
  width: 28px;
  height: 20px;
  transition: color .3s cubic-bezier(1, 0, 0, 1);
}

.code-embed-18:hover {
  color: #fff;
}

.div-block-109 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.info {
  color: #bcbcbc;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s cubic-bezier(1, 0, 0, 1);
}

.info:hover {
  color: var(--orangika);
}

.lottie-animation {
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.scroll_track {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  height: 120vh;
  margin-top: -70px;
  padding-left: 100px;
  display: flex;
  position: relative;
}

.text-block-60 {
  color: #fff;
  padding-left: 50px;
  padding-right: 30%;
  font-family: Inria Sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.italic-text {
  font-family: Inria Sans, sans-serif;
  font-size: 25px;
}

.div-block-110 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  padding-top: 20%;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
  position: sticky;
  top: 0;
}

.sean {
  color: var(--medican-blue);
  padding-left: 50px;
  padding-right: 150px;
  font-family: Inria Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

.scroll-image {
  z-index: -5;
  object-fit: cover;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-111 {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.div-block-112 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border: 1px #fff;
  border-left-style: solid;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 25%;
  display: flex;
}

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

.cta_trust {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff5e;
  border: 1px solid #ffffff4a;
  border-radius: 500px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  padding: 20px 50px;
  text-decoration: none;
  transition: all .2s cubic-bezier(1, 0, 0, 1);
  display: flex;
  box-shadow: inset -1px 2px 20px 8px #0003;
}

.cta_trust:hover {
  background-color: #ff770061;
  box-shadow: inset -3px 2px 20px 8px #c5702654;
}

.cta_trust.w--current {
  text-decoration: none;
}

.text-block-3-copy {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #000;
  font-family: Inria Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.image-24 {
  width: 300px;
  margin-right: 50px;
}

.div-block-113 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-28 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -60px;
  padding: 150px;
  display: flex;
  position: relative;
}

.black_copy {
  z-index: 5;
  color: #000;
  text-align: left;
  font-family: Inria Serif, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.div-block-114 {
  z-index: -10;
  background-color: var(--medican-blue);
  position: absolute;
  inset: 0%;
}

.text-block-61 {
  color: #000;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
}

.text-span-18 {
  color: #fff;
}

.div-block-115 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-62 {
  color: #fff;
  font-family: Inria Serif, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-63 {
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
}

.div-block-116 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #ffffff29;
  border: 1px solid #ffffff52;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 280px;
  padding: 30px 15px;
  display: flex;
}

.image-25 {
  width: 50px;
}

.section-29 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 150px;
  display: grid;
}

.div-block-117 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-118 {
  background-color: #ff770024;
  border-radius: 20px;
  padding: 30px 20px;
}

.bold-text-3 {
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
}

.div-block-119 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-26 {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  margin-top: -30px;
  box-shadow: 0 2px 20px 1px #00000061;
}

.image-27 {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 20px #0003;
}

.image-28 {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  margin-top: -30px;
  box-shadow: 0 2px 20px #00000061;
}

.image-29 {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 20px #00000061;
}

.div-block-120, .div-block-121, .div-block-122, .div-block-123 {
  height: 300px;
}

.overlay {
  z-index: -1;
  background-image: linear-gradient(#0009, #0009), linear-gradient(#14bfff9e, #6ab8d533);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: absolute;
  inset: 0%;
}

.sean-copy {
  color: var(--medican-blue);
  padding-left: 50px;
  padding-right: 150px;
  font-family: Inria Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

.headline {
  font-family: Inria Serif, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 100%;
}

.code-embed-19 {
  color: #fff;
}

.section-30 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 150px;
  display: flex;
}

.text-block-64 {
  text-align: center;
  font-family: Inria Sans, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.centered_body {
  color: #494949;
  text-align: center;
  width: 600px;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
}

.div-block-125 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-126 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.div-block-127 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.code-embed-20 {
  height: 24px;
  color: var(--medican-blue);
}

.div-block-128 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.code-embed-21 {
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.div-block-129 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-127-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.desc-022 {
  color: #747474;
  font-family: Inria Sans, sans-serif;
  font-size: 14px;
}

.div-block-130 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.div-block-131 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-19 {
  color: var(--medican-blue);
}

.italic-text-2 {
  font-size: 30px;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  place-items: center;
  padding: 120px 150px;
}

.image-30 {
  z-index: -2;
  box-sizing: border-box;
  object-fit: cover;
  object-position: 25% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.bolded-body {
  color: #000;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-132 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-20-copy {
  height: 24px;
  color: var(--orangika);
}

.div-block-133 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-134 {
  background-color: #dbdbdb;
  height: 1px;
}

.div-block-135 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

.bold-text-4 {
  color: var(--orangika);
}

.section-31 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-color: #000;
  flex-flow: column;
  padding: 120px 150px;
  display: flex;
}

.div-block-136 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-137 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.white {
  color: #fff;
  text-align: center;
  font-family: Inria Sans, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.centered_body-bigger {
  color: #777;
  text-align: center;
  font-family: Inria Sans, sans-serif;
  font-size: 25px;
  line-height: 100%;
}

.italic-text-3 {
  line-height: 110%;
}

.text-block-65 {
  font-family: Inria Serif, sans-serif;
  font-size: 30px;
}

.text-block-66 {
  font-family: Inria Sans, sans-serif;
}

.div-block-138 {
  background-color: var(--orangika);
  width: 100px;
  height: 2px;
}

.text-span-20 {
  color: var(--orangika);
}

.text-span-21 {
  color: var(--medican-blue);
}

.div-block-139 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-67 {
  border: 1px solid #dfdfdf;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
  transition: border-color .15s cubic-bezier(1, 0, 0, 1), color .15s cubic-bezier(1, 0, 0, 1);
}

.text-block-67:hover {
  border-color: var(--medican-blue);
  color: var(--medican-blue);
}

.div-block-140 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-141 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.div-block-135-copy {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  border-radius: 20px;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-142 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.text-block-69 {
  color: #fff;
  font-family: Inria Sans, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

.whites {
  color: #fff;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
}

.div-block-143 {
  z-index: -1;
  background-image: linear-gradient(#6ab8d500, #6ab8d5);
  position: absolute;
  inset: 0%;
}

.play_button_slider_methodology {
  color: #04ab9d;
  cursor: pointer;
  background-color: #04ab9d2b;
  border: 1px solid #04ab9d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
  transition: all .2s cubic-bezier(1, 0, 0, 1);
  display: flex;
  position: static;
  bottom: 50%;
}

.play_button_slider_methodology:hover {
  color: #ff8000;
  background-color: #ff800033;
  border-color: #ff8000;
}

.teaser-container {
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}

.p-xs-start {
  padding-top: 1em;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img._3 {
  z-index: 2;
  padding-top: 10%;
  padding-bottom: 10%;
}

.teaser-img._1 {
  z-index: 4;
  padding-top: 10%;
  padding-bottom: 10%;
}

.teaser-img._2 {
  z-index: 3;
  padding-top: 10%;
  padding-bottom: 10%;
}

.teaser-img._4 {
  z-index: 1;
  padding-top: 10%;
  padding-bottom: 10%;
}

.teaser-section {
  font-family: Inria Sans, sans-serif;
}

.copy-small {
  font-size: .95em;
}

.teaser-copy {
  max-width: 650px;
  padding-right: 20%;
}

.teaser-img-tablet-down {
  display: none;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
}

.teaser-column {
  width: 50%;
  position: relative;
}

.p-teaser-img-wrap {
  height: 90vh;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.teaser-copy-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.title1 {
  color: var(--medican-blue);
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.spacer-large {
  padding-top: 1rem;
}

.pricing_wrapper {
  padding-top: 3rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-medium {
  width: auto;
}

.text-size-regular {
  line-height: 1.3;
}

.price_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 25rem;
  padding: 2.5rem 1rem 1.6rem;
  display: flex;
}

.swiper-slide-2 {
  z-index: 1;
}

.swiper-slide-2.is-list {
  flex: none;
  width: 16rem;
  height: 9rem;
  position: relative;
}

.swiper-slide-2.is-list:hover {
  z-index: 500;
}

.swiper-button-prev-2 {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  width: 3rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.faq-top_question {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 1.25rem;
  font-weight: 500;
}

.combine-text-size-regular {
  color: #eee;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2;
}

.combine-pricing4_span-white {
  color: #fff;
  font-size: 1.25rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.faq_wrapper {
  z-index: 0;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-icon {
  width: 1.4rem;
  box-shadow: none;
  opacity: .58;
  filter: brightness(0%) invert();
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.faq-buttom {
  padding-right: 2rem;
  display: flex;
  overflow: hidden;
}

.heading-style-h5 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon_img {
  border-radius: 0;
  width: 2rem;
  height: 2rem;
}

.combine-line_divider {
  background-color: #222;
  width: 100%;
  height: 1px;
}

.pricing_grid {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  max-width: 51rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.swiper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.arrow_row {
  width: 3rem;
}

.combine-pricing4_details {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-text-color-white {
  color: #fff;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.3;
}

.combine-pricing4_cost {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}

.combine-pricing4_cost.menor {
  color: #ff006b;
  margin-top: -.5rem;
  font-size: 1rem;
}

.combine-pricing4_cost-secondary {
  color: #ff006b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.5;
}

.margin-top, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq-model {
  border: 1px solid #0000001c;
  border-radius: .3rem;
  padding: .3rem;
  box-shadow: 0 0 5px #00000008;
}

.swiper-wrapper-2 {
  z-index: 1;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: inline-flex;
}

.price_item-best {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  background-color: #ff003a;
  border-radius: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 25rem;
  padding: 1.5rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

.price_item-best:hover {
  transform: scale(1.1);
}

.btn-buy {
  color: #fff;
  text-align: center;
  background-color: #ff003a;
  border-radius: .5rem;
  padding: 1rem 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.btn-buy:hover {
  background-color: #ff006b;
}

.btn-buy.best_card {
  color: #000;
  background-color: #fff;
}

.combine-pricing4_title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.combine-pricing4_span {
  color: #ff006b;
  font-size: 1.25rem;
}

.combine-text-weight-semibold {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
}

.info-price_wrapper {
  padding-top: 1rem;
}

.faq_list {
  max-width: 58.75rem;
}

.faq_list.align-center {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  max-width: 100%;
  display: flex;
}

.faq-item {
  z-index: 2;
  text-align: left;
  cursor: pointer;
  background-color: #161722;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 1rem 1rem 1rem 1.5rem;
  transition: all .2s;
  display: flex;
}

.swiper-button-next-2 {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  width: 3rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slider-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.zts-4th-slider {
  color: #a3a3a3;
  margin: 10px;
  position: relative;
}

.zts-4th-slider-swiper {
  height: 170px;
  position: relative;
  overflow: hidden;
}

.zts-4th-slider-wrapper {
  box-sizing: content-box;
  will-change: transform;
  flex-direction: row;
  height: 100%;
  transition-property: transform;
  display: flex;
}

.zts-4th-slider-slide {
  box-sizing: border-box;
  color: #bdbdbd;
  background-color: #555;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zts-4th-slider-navigation-prev-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  left: 10px;
  transform: translateY(-50%);
}

.zts-4th-slider-navigation-prev-button:hover {
  background-color: #222c;
}

.zts-4th-slider-navigation-prev-button.zts-4th-slider-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.zts-4th-slider-navigation-next-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  right: 10px;
  transform: translateY(-50%);
}

.zts-4th-slider-navigation-next-button:hover {
  background-color: #222c;
}

.zts-4th-slider-navigation-next-button.zts-4th-slider-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.zts-4th-slicer {
  color: #a3a3a3;
  margin: 10px;
  position: relative;
}

.zts-4th-slicer-swiper {
  height: 170px;
  position: relative;
  overflow: hidden;
}

.zts-4th-slicer-wrapper {
  box-sizing: content-box;
  will-change: transform;
  flex-direction: row;
  height: 100%;
  transition-property: transform;
  display: flex;
}

.zts-4th-slicer-slide {
  box-sizing: border-box;
  color: #bdbdbd;
  background-color: #555;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zts-4th-slicer-navigation-prev-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  left: 10px;
  transform: translateY(-50%);
}

.zts-4th-slicer-navigation-prev-button:hover {
  background-color: #222c;
}

.zts-4th-slicer-navigation-prev-button.zts-4th-slicer-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.zts-4th-slicer-navigation-next-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  right: 10px;
  transform: translateY(-50%);
}

.zts-4th-slicer-navigation-next-button:hover {
  background-color: #222c;
}

.zts-4th-slicer-navigation-next-button.zts-4th-slicer-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.zts-5th {
  color: #a3a3a3;
  margin: 10px;
  position: relative;
}

.zts-5th-swiper {
  height: 170px;
  position: relative;
  overflow: hidden;
}

.zts-5th-wrapper {
  box-sizing: content-box;
  will-change: transform;
  flex-direction: row;
  height: 100%;
  transition-property: transform;
  display: flex;
}

.zts-5th-slide {
  box-sizing: border-box;
  color: #bdbdbd;
  background-color: #555;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zts-5th-navigation-prev-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  left: 10px;
  transform: translateY(-50%);
}

.zts-5th-navigation-prev-button:hover {
  background-color: #222c;
}

.zts-5th-navigation-prev-button.zts-5th-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.zts-5th-navigation-next-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  right: 10px;
  transform: translateY(-50%);
}

.zts-5th-navigation-next-button:hover {
  background-color: #222c;
}

.zts-5th-navigation-next-button.zts-5th-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.text-block-70 {
  color: #fff;
  text-align: center;
  font-family: Inria Serif, sans-serif;
  font-size: 25px;
  line-height: 100%;
  position: absolute;
  inset: auto 0% 10%;
}

.image-31 {
  position: absolute;
  inset: 8% auto auto 8%;
}

.div-block-144 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-145 {
  position: relative;
  overflow: hidden;
}

.div-block-146 {
  z-index: 2;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
}

.blue_background {
  z-index: 1;
  background-image: linear-gradient(0deg, #6ab8d5b8, #6ab8d500 72%);
  position: absolute;
  inset: 0%;
}

.image-33, .image-34, .image-35 {
  z-index: 2;
  position: relative;
}

.orange_background {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(0deg, #ff6200b8, #6ab8d500 72%);
  position: absolute;
  inset: 0%;
}

.image-36 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-147 {
  z-index: 2;
  background-color: #0f3d4773;
  background-image: linear-gradient(#0000004a, #0000004a);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-148 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.text-block-333-copy {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #000;
  font-family: Inria Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-61z-copy {
  color: #000;
  font-family: Inria Sans, sans-serif;
  font-size: 16px;
}

.sean-copy {
  color: var(--medican-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Inria Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.div-block-17-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-18-copy {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.italic-text-2-copy {
  text-align: center;
  font-size: 30px;
}

.black_copy-copy {
  z-index: 5;
  color: #000;
  text-align: center;
  font-family: Inria Serif, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.ws-button-08-blob-8 {
  background-color: var(--orangika);
  filter: blur(60px);
  width: 40%;
  height: 100%;
  position: absolute;
  bottom: -40%;
  right: -20%;
}

.ws-button-08-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ws-button-08-blob-7 {
  filter: blur(35px);
  background-color: #f70;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 20% 0% 0% 30%;
}

.ws-button-08-blob-6 {
  filter: blur(35px);
  background-color: #24c4ff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 40% 0% 0% -20%;
}

.ws-button-08-content {
  z-index: 3;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.ws-button-08-icon-fill {
  width: 1em;
  max-height: 1em;
  position: absolute;
  transform: scale(0);
}

.ws-button-08-blob-5 {
  filter: blur(25px);
  background-color: #1b7496;
  width: 140%;
  height: 140%;
  position: absolute;
  inset: -20% 0% 0% -20%;
}

.ws-button-08-blobs-wrapper {
  z-index: 2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ws-button {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: 1.5em 2.25em;
  font-size: calc(1.1 * clamp(.7rem, .65rem + .8vw, 1.1rem));
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 1px 1px #0000001a;
}

.ws-button.ws-button-08 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  background-color: #fff;
  border-style: none;
  border-radius: .25em;
  padding: 15px 30px;
  overflow: hidden;
}

.ws-button-08-icon {
  width: 1em;
  max-height: 1em;
}

.text-block-71 {
  font-size: 16px;
}

.div-block-150 {
  margin-left: 26px;
}

.div-block-98-screening {
  background-color: #000000bf;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  position: absolute;
  inset: 0%;
}

.div-block-98-screening.screening {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

@media screen and (min-width: 1440px) {
  .section-16 {
    margin-top: -65px;
  }

  .text-block-23, .text-block-23-copy {
    font-size: 30px;
  }

  .field-label-5, .field-label, .field-label-2 {
    color: #fff;
    font-size: 18px;
  }

  .text-span-5 {
    color: #e68c92;
  }

  .text-block-23-cdsopy {
    font-size: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-6 {
    display: none;
  }

  .section-6 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .section-7 {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }

  .text-block-14.scroll-highlight {
    align-self: flex-start;
    font-size: 70px;
  }

  .text-block-14-copy.scroll-highlight {
    align-self: flex-start;
    font-size: 35px;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-22 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 400px;
  }

  .marquee_wrap {
    margin-left: -125px;
    margin-right: -2466px;
    overflow: hidden;
  }

  .div-block-25 {
    transition: all .2s cubic-bezier(1, 0, 0, 1);
  }

  .div-block-25:hover {
    background-image: linear-gradient(45deg, #6ab8d5, #ffa60080 50%, #6ab8d5);
  }

  .video_overlay {
    z-index: 3;
    top: 135px;
  }

  .div-block-26 {
    padding-top: 135px;
  }

  .div-block-33 {
    z-index: 3;
  }

  .vimeo_embed {
    border-radius: 20px;
  }

  .image-12 {
    width: 30%;
    bottom: 32%;
    left: 17%;
  }

  .image-13 {
    width: 40%;
    right: 18%;
  }

  .image-14 {
    width: 25%;
    right: 45%;
  }

  .text-block-26.real {
    font-size: 120px;
    bottom: 85%;
    left: 17%;
  }

  .text-block-26.in-the {
    font-size: 120px;
    bottom: 74%;
    right: 30%;
  }

  .text-block-26.ai {
    font-size: 120px;
    top: 72%;
    left: 34%;
  }

  .text-block-26.era {
    font-size: 120px;
    top: 76%;
    right: 18%;
  }

  .image-16._02 {
    opacity: 0;
    width: 80%;
  }

  .image-16.up._05, .image-16.up._04, .image-16.up._06 {
    opacity: 0;
    margin-top: -85px;
    padding-top: 0;
  }

  .image-16._01 {
    width: 90%;
    padding-top: 0;
  }

  .image-16._03 {
    opacity: 0;
    width: 80%;
  }

  .div-block-63 {
    width: 700px;
    padding-top: 30px;
  }

  .section-24 {
    height: 80vh;
    padding-top: 25vh;
    padding-left: 200px;
    padding-right: 200px;
    overflow: hidden;
  }

  .video_embed_animation {
    border-radius: 20px;
  }

  .text-block-58 {
    color: #fff;
    font-size: 70px;
    text-decoration: none;
    transition: color .2s cubic-bezier(1, 0, 0, 1);
  }

  .text-block-58:hover {
    color: var(--medican-blue);
  }

  .nav_container_top {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .lottie-animation {
    height: 40px;
  }

  .sean {
    color: #fff;
    font-weight: 600;
  }

  .overlay {
    background-image: linear-gradient(#00000075, #00000075), linear-gradient(#14bfff42, #6ab8d533);
  }

  .div-block-124 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .sean-copy {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
  }

  .div-block-144 {
    overflow: hidden;
  }

  .div-block-145 {
    align-self: center;
  }

  .sean-copy {
    color: #fff;
    font-weight: 600;
  }

  .ws-button.ws-button-08 {
    padding: 15px 30px;
  }
}

@media screen and (max-width: 991px) {
  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-center {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: auto;
  }

  .nav-right {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .nav_link.about, .nav_link.meth {
    display: none;
  }

  .div-block-6 {
    margin-left: 0;
  }

  .logos {
    width: 120px;
  }

  .div-block-8 {
    grid-row-gap: 20px;
  }

  .div-block-12 {
    width: auto;
  }

  .section-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .video-block._01, .video-block._02, .video-block._03, .video-block._04 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awards {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .text-block-6 {
    font-size: 40px;
  }

  .section-5 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block-5-copy {
    letter-spacing: 3px;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-14 {
    text-align: center;
    font-size: 12px;
  }

  .section-7 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-copy {
    width: auto;
  }

  .section-8 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-14.scroll-highlight, .text-block-14-copy.scroll-highlight {
    font-size: 30px;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .marquee_wrap {
    width: 400vw;
  }

  .static-marquee_logos {
    width: 200vw;
  }

  .text-block-19 {
    width: auto;
  }

  .section-13 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .video_overlay {
    left: 30px;
    right: 30px;
  }

  .div-block-26 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .zts-video-row-slide, .zts-2nd-slide {
    width: auto;
    height: 100%;
  }

  .div-block-33 {
    margin-top: -180px;
    padding-left: 50px;
  }

  .zts-3rd-slider-slide {
    width: auto;
    height: 100%;
  }

  .div-block-35 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .condensed {
    letter-spacing: 1px;
  }

  .section-17 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-26.real {
    font-size: 100px;
    bottom: 63%;
    left: 4%;
  }

  .text-block-26.in-the {
    font-size: 100px;
    bottom: 67%;
  }

  .text-block-26.ai {
    font-size: 100px;
  }

  .text-block-26.era {
    font-size: 100px;
    top: 65%;
    right: 27%;
  }

  .section-19 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-41 {
    grid-column-gap: 74px;
    grid-row-gap: 74px;
    flex-flow: column;
  }

  .div-block-42._01 {
    display: none;
  }

  .list-2 {
    width: auto;
  }

  .section-20 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-46 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-47 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 30px 20px;
  }

  .div-block-48 {
    justify-content: center;
    align-items: center;
  }

  .text-block-31 {
    text-align: center;
    width: 180px;
    font-size: 50px;
  }

  .text-block-32 {
    font-size: 16px;
  }

  .text-block-31-copy {
    text-align: center;
    width: 280px;
    font-size: 30px;
  }

  .text-block-33 {
    width: 250px;
  }

  .section-21 {
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-52 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-35 {
    text-align: left;
    font-size: 22px;
  }

  .section-22 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-34-copy {
    font-size: 45px;
  }

  .section-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-38, .text-block-38asd-copy {
    width: 275px;
    font-size: 40px;
  }

  .asd {
    text-align: left;
    font-size: 22px;
  }

  .image-16 {
    width: 50%;
    padding-top: 0;
  }

  .image-16._02, .image-16.up._05, .image-16.up._04 {
    width: 100%;
  }

  .image-16.up._06 {
    order: -9999;
    width: 100%;
  }

  .image-16._01, .image-16._03 {
    width: 100%;
  }

  .field-label-5 {
    font-size: 25px;
  }

  .div-block-63 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    width: 100%;
  }

  .section-24.contact {
    height: 99vh;
    padding-top: 16vh;
  }

  .form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .field-label {
    font-size: 25px;
  }

  .div-block-64 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    align-self: auto;
    place-items: center stretch;
  }

  .field-label-2 {
    font-size: 25px;
  }

  .textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .text-block-39 {
    font-size: 80px;
  }

  .text-block-40 {
    font-size: 25px;
  }

  .div-block-89 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-90 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .div-block-91 {
    display: none;
  }

  .link-block {
    width: 180px;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .div-block-93, .div-block-94 {
    padding-left: 50px;
  }

  .text-block-21-copy {
    font-size: 14px;
  }

  .div-block-95 {
    width: 90%;
  }

  .text-block-41 {
    font-size: 40px;
  }

  .text-block-42 {
    width: auto;
    font-size: 16px;
  }

  .homepage_slider_content {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    bottom: 5%;
  }

  .homepage_slider-title {
    font-size: 40px;
  }

  .homepage_slider_subtitle {
    width: 500px;
    font-size: 16px;
  }

  .homepage_slider_client {
    font-size: 16px;
  }

  .div-block-100, .div-block-101 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .homepage_slider_subtitle-category, .homepage_slider_subtitle-desc {
    font-size: 18px;
  }

  .bold-text {
    font-size: 14px;
  }

  .bold-text-2 {
    width: auto;
    font-size: 18px;
  }

  .div-block-96_homepage-copy {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .overview_visual, .overview_trigger {
    display: none;
  }

  .overview_content-list {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .overview_content-item {
    z-index: 2;
    opacity: 1;
    max-width: none;
    position: relative;
  }

  .overview_content {
    padding-left: 6%;
    padding-right: 6%;
  }

  .overview_tab-wrapper {
    display: none;
  }

  .overview_sticky {
    grid-template-columns: 1fr;
    height: auto;
    position: relative;
  }

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .div-block-106 {
    place-items: center stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav_menu {
    left: 30px;
    right: 30px;
  }

  .scroll_track {
    height: 110vh;
    padding-left: 0;
  }

  .text-block-60 {
    padding-right: 9%;
  }

  .div-block-112 {
    border: 1px #000;
  }

  .section-28 {
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .black_copy {
    text-align: center;
    font-size: 40px;
  }

  .text-block-61 {
    text-align: center;
  }

  .div-block-115 {
    grid-template-columns: 1fr 1fr;
  }

  .section-29 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-119 {
    grid-template-rows: auto auto;
  }

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

  .div-block-125 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-31 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-135-copy {
    width: 100%;
  }

  .teaser-container {
    padding-top: 80px;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .teaser-copy {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    height: auto;
  }

  .title1 {
    font-size: 3em;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h5 {
    text-wrap: pretty;
  }

  .pricing_grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .zts-4th-slider-slide {
    width: 100%;
    height: 100%;
  }

  .zts-4th-slicer-slide, .zts-5th-slide {
    width: auto;
    height: 100%;
  }

  .div-block-146 {
    width: 100px;
  }

  .image-37 {
    width: 150px;
  }

  .div-block-149 {
    width: 180px;
  }

  .text-block-61z-copy {
    text-align: left;
  }

  .black_copy-copy {
    text-align: center;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .zts-video-row-slide, .zts-2nd-slide, .zts-3rd-slider-slide {
    width: auto;
    height: 100%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

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

  .section-spacing.project {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta_title-wrap {
    font-size: 2vw;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .title1 {
    font-size: 2.6em;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-top_question {
    font-size: 1.2rem;
  }

  .faq-icon {
    width: 2.5rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .zts-4th-slider-slide {
    width: 100%;
    height: 100%;
  }

  .zts-4th-slicer-slide, .zts-5th-slide {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero.homepage {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    width: auto;
    font-size: 40px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-center {
    display: none;
  }

  .nav-right {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-6 {
    width: 89%;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 85px;
  }

  .div-block-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-9 {
    display: none;
  }

  .section-3 {
    height: auto;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-block._01 {
    padding: 20px 10px 10px 15px;
  }

  .video-block._02, .video-block._03, .video-block._04 {
    padding: 20px 10px 10px;
  }

  .awards {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-15 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-16 {
    grid-template-columns: 1fr 1fr;
    place-items: start stretch;
  }

  .section-6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 120px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-14 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 120%;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-copy {
    font-size: 30px;
  }

  .text-block-copy-copy {
    width: auto;
    font-size: 25px;
  }

  .text-block-copy-copy-copy {
    width: auto;
    font-size: 14px;
  }

  .section-8 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-14.scroll-highlight {
    font-size: 26px;
  }

  .text-block-14-copy.scroll-highlight {
    font-size: 20px;
  }

  .subtitle {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
  }

  .div_20 {
    width: 300px;
  }

  .div-block-21 {
    grid-template-columns: 1fr;
  }

  .marquee_wrap {
    width: 800vw;
  }

  .static-marquee_logos {
    width: 400vw;
  }

  .text-block-18 {
    font-size: 25px;
  }

  .text-block-19 {
    font-size: 14px;
  }

  .section-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-25 {
    height: 68px;
  }

  .video_overlay {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 20px;
    left: 20px;
    right: 20px;
  }

  .div-block-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    width: 250px;
  }

  .text-block-20 {
    font-size: 70px;
  }

  .text-block-20-copy {
    font-size: 26px;
  }

  .text-block-21 {
    font-size: 16px;
  }

  .text-block-22 {
    width: 300px;
    font-size: 14px;
  }

  .div-block-28 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-29, .div-block-29-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-33 {
    margin-top: -150px;
    padding-left: 30px;
  }

  .div-block-35 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .condensed {
    font-size: 14px;
  }

  .list {
    padding-left: 20px;
    font-size: 14px;
  }

  .section-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-12 {
    bottom: 45%;
  }

  .image-13 {
    width: 60%;
  }

  .image-14 {
    width: 40%;
  }

  .text-block-24 {
    font-size: 35px;
  }

  .div-block-39 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .sub_text {
    font-size: 20px;
  }

  .text-block-25 {
    font-size: 14px;
  }

  .text-block-26.real {
    text-align: center;
    inset: 24% 0% auto;
  }

  .text-block-26.in-the {
    text-align: center;
    inset: 32% 0% auto;
  }

  .text-block-26.ai {
    text-align: center;
    inset: 58% 0% auto;
  }

  .text-block-26.era {
    text-align: center;
    inset: 66% 0% auto;
  }

  .text-block-27 {
    font-size: 40px;
  }

  .section-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-28 {
    font-size: 40px;
  }

  .div-block-41 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-2 {
    width: 150px;
    margin-left: 25px;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    font-size: 14px;
  }

  .div-block-45 {
    width: auto;
  }

  .section-20 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-29 {
    text-align: center;
    font-size: 30px;
  }

  .text-block-30 {
    text-align: center;
    font-size: 15px;
  }

  .div-block-46 {
    grid-column-gap: 41%;
    grid-row-gap: 41%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-47 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    padding: 15px;
  }

  .div-block-48 {
    justify-content: center;
    align-items: center;
  }

  .text-block-31 {
    text-align: center;
    font-size: 50px;
  }

  .text-block-32 {
    font-size: 12px;
  }

  .text-block-31-copy {
    text-align: center;
    font-size: 25px;
  }

  .text-block-33 {
    text-align: center;
  }

  .section-21 {
    height: auto;
  }

  .div-block-51 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-35 {
    font-size: 18px;
  }

  .section-22 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    height: auto;
    padding: 80px 20px;
  }

  .text-block-34-copy {
    font-size: 35px;
  }

  .div-block-56 {
    padding-left: 20px;
  }

  .section-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-34-cop2y {
    font-size: 35px;
  }

  .text-block-38 {
    width: 120px;
    font-size: 18px;
  }

  .div-block-59 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
  }

  .code-embed-9 {
    width: 100px;
  }

  .text-block-38asd-copy {
    width: auto;
    font-size: 22px;
  }

  .asd {
    font-size: 18px;
  }

  .image-16._02, .image-16.up._05, .image-16.up._04, .image-16.up._06, .image-16._01, .image-16._03 {
    width: 100%;
  }

  .field-label-5 {
    font-size: 20px;
  }

  .section-24 {
    height: 100vh;
    padding-top: 10vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-24.contact {
    height: 100%;
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-label, .field-label-2 {
    font-size: 20px;
  }

  .textarea {
    min-height: 10px;
  }

  .text-block-39 {
    font-size: 70px;
  }

  .text-block-40 {
    font-size: 20px;
  }

  .text-block-40-copy {
    font-size: 14px;
  }

  .div-block-90 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-block {
    width: 150px;
  }

  .link-block.w--current {
    width: 140px;
  }

  .swiper-button-next {
    width: 2.4rem;
    height: 2.4rem;
  }

  .swiper-button-next.custom-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
  }

  .swiper-button-prev.custom-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  .slider-image {
    height: 350px;
  }

  .div-block-93, .div-block-94 {
    padding-left: 30px;
  }

  .text-block-41 {
    font-size: 30px;
  }

  .text-block-42 {
    font-size: 14px;
  }

  .play_button_slider_homepage {
    width: 150px;
    height: 60px;
  }

  .code-embed-12 {
    width: 25px;
    height: 26px;
  }

  .div-block-98 {
    background-color: #00000094;
    left: 0;
    right: 0;
  }

  .homepage_slider_content {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    bottom: 2%;
    left: 5%;
  }

  .homepage_slider-title {
    font-size: 20px;
  }

  .homepage_slider_subtitle {
    width: 100%;
    font-size: 10px;
  }

  .slider-image-homepage {
    height: 350px;
  }

  .homepage_slider_client {
    font-size: 14px;
  }

  .div-block-100, .div-block-101 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-102 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .homepage_slider_subtitle-category, .homepage_slider_subtitle-desc {
    font-size: 14px;
  }

  .bold-text {
    font-size: 9px;
  }

  .bold-text-2 {
    font-size: 13px;
  }

  .div-block-96_homepage-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cta_title-wrap {
    font-size: 2.4vw;
  }

  .item {
    grid-template-columns: 100%;
  }

  .is--alt-text, .heading-15, .heading-16, .heading-17 {
    font-size: 50px;
  }

  .div-block-106 {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 2px;
  }

  .code-embed-16 {
    width: 150px;
  }

  .nav_menu {
    padding-left: 30px;
    padding-right: 30px;
    display: none;
    top: 18.5347px;
    left: 20px;
    right: 20px;
  }

  .text-block-58 {
    font-size: 45px;
  }

  .text-block-59 {
    font-size: 12px;
  }

  .info {
    font-size: 14px;
  }

  .lottie-animation {
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex;
  }

  .scroll_track {
    height: 100%;
    padding-bottom: 65px;
  }

  .text-block-60 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .div-block-112 {
    padding-top: 150px;
  }

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

  .black_copy {
    font-size: 25px;
  }

  .div-block-115, .section-29 {
    grid-template-columns: 1fr;
  }

  .div-block-124 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .sean-copy {
    text-align: left;
    font-size: 15px;
  }

  .text-block-64 {
    font-size: 40px;
  }

  .centered_body {
    width: auto;
  }

  .div-block-125 {
    grid-template-columns: 1fr;
  }

  .text-span-19 {
    font-size: 30px;
  }

  .grid, .section-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-136 {
    grid-template-columns: 1fr;
  }

  .white {
    font-size: 30px;
  }

  .centered_body-bigger {
    line-height: 50%;
  }

  .italic-text-3 {
    font-size: 14px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular {
    font-size: .85rem;
  }

  .price_item {
    padding: 2rem 1.5rem;
  }

  .faq-top_question {
    font-size: 1rem;
  }

  .faq-icon {
    width: 1.3rem;
  }

  .faq-buttom {
    padding-right: 1rem;
  }

  .faq-top {
    justify-content: space-between;
    align-items: center;
  }

  .pricing_grid {
    flex-flow: column;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .price_item-best {
    background-image: none;
    margin-top: 1rem;
    padding: 2rem 1.5rem;
  }

  .btn-buy {
    background-image: none;
  }

  .faq_list.align-center {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .faq-item {
    flex-direction: column;
    justify-content: space-between;
    padding: .8rem 1rem;
  }

  .faq-item:hover {
    padding: 1rem;
  }

  .div-block-144 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-148 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .list-item-5 {
    font-size: 14px;
  }

  .sean-copy {
    text-align: center;
  }

  .black_copy-copy {
    font-size: 25px;
  }

  .code-embed-22 {
    width: 200px;
  }

  .ws-button.ws-button-08 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-71 {
    font-size: 14px;
  }

  .div-block-98-screening {
    background-color: #00000094;
    left: 10px;
    right: 10px;
  }
}

#w-node-_31446e13-ebb1-39c2-fc40-e222fa77b305-5167bcbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_948d1771-e2d1-ffce-e983-ffa3c77189c1-c77189bd, #w-node-_948d1771-e2d1-ffce-e983-ffa3c77189cf-c77189bd {
  place-self: start center;
}

#w-node-_948d1771-e2d1-ffce-e983-ffa3c77189d7-c77189bd {
  place-self: start end;
}

#w-node-_948d1771-e2d1-ffce-e983-ffa3c77189e0-c77189bd, #w-node-_948d1771-e2d1-ffce-e983-ffa3c77189e8-c77189bd {
  place-self: start center;
}

#w-node-b4b622e2-b84f-a8e8-b086-5f7f36c33208-719563e1 {
  place-self: stretch stretch;
}

#w-node-_94d7ea5d-41b1-d4e2-65bc-738ec6a9fd50-e96e2464, #w-node-_7b941443-e99b-f21a-601e-56f6a7babee7-e96e2464, #w-node-ba868edd-f1b5-544d-1dae-40461b445ae5-e96e2464, #w-node-eb59e1c9-7982-6ca4-dbf9-7087304831a2-e96e2464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-e42c4003-1f85-4af1-da85-127c10abe9e6-6c50d605, #w-node-_82e80e9d-cc68-b573-2668-414d2e4d73fb-6c50d605, #w-node-e6b716c6-e7bb-6210-45e0-5c0137ef9bf0-6c50d605 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_96e1730a-a8b9-e2a1-8f5d-b7b8806ba3a4-429f5d42 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_948d1771-e2d1-ffce-e983-ffa3c77189c1-c77189bd, #w-node-_948d1771-e2d1-ffce-e983-ffa3c77189cf-c77189bd, #w-node-_948d1771-e2d1-ffce-e983-ffa3c77189d7-c77189bd {
    justify-self: start;
  }

  #w-node-_948d1771-e2d1-ffce-e983-ffa3c77189e0-c77189bd {
    justify-self: end;
  }

  #w-node-_948d1771-e2d1-ffce-e983-ffa3c77189e8-c77189bd, #w-node-_4a911607-7d4c-e615-c0b6-6810c2970a48-429f5d42 {
    order: -9999;
  }
}


