:root {
  --font-family-primary: Inter, sans-serif;
  --primary-color: #1f2937;
  --font-weight-medium: 600;
  --seconday-color: #6b7280;
  --font-weight-normal: 400;
  --button-color: #1c3870;
  --white-color: white;
  --color-gray: #a1acbd;
  --color-yellow: #f59e0b;
  --font-weight-bold: 700;
  --font-weight-semibold: 500;
  --font-weight-extrabold: 800;
}

h1 {
  font-family: var(--font-family-primary);
  color: var(--primary-color);
  font-size: 3rem;
  line-height: 120%;
  font-weight: var(--font-weight-medium);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-family: var(--font-family-primary);
  color: var(--primary-color);
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: var(--font-weight-medium);
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
}

p {
  font-family: var(--font-family-primary);
  color: var(--seconday-color);
  font-size: 1rem;
  line-height: 160%;
  font-weight: var(--font-weight-normal);
  margin-bottom: 0;
}

.container {
  height: auto;
  margin-bottom: 80px;
  overflow: auto;
}

.container.bg-linear {
  background-image: linear-gradient(#eef8ff, #fff0 100%, #fff);
  height: 150px;
}

.container.bg-linear.overflow-visible {
  background-image: linear-gradient(#d4edff, #fff0 100%, #fff);
}

.container.position-relative {
  position: relative;
}

.container.footer {
  padding-bottom: 80px;
}

.container.overflow-visible {
  overflow: auto;
}

.padding-global {
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.main-navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch start;
  padding-top: 16px;
  display: flex;
}

.flex {
  display: flex;
}

.navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#ffffff0a, #ffffff0a);
  border: 1px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 0 4px #0003;
}

.logo {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  font-family: var(--font-family-primary);
  color: var(--primary-color);
  font-size: .8rem;
  font-weight: var(--font-weight-medium);
  text-decoration: none;
}

.primary-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--button-color);
  width: 208px;
  height: 56px;
  font-family: var(--font-family-primary);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px 0 20px;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--white-color);
  font-size: 18px;
  font-weight: var(--font-weight-medium);
  text-decoration: none;
}

.code-embed {
  padding-top: 5px;
}

.container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.container-sm.position-relative {
  position: relative;
}

.container-sm.position-relative.z-index-100 {
  z-index: 100;
}

.heading-text.text-center {
  font-family: var(--font-family-primary);
  color: var(--primary-color);
  font-size: 1rem;
  line-height: 120%;
  font-weight: var(--font-weight-medium);
  text-align: center;
}

.heading-text.text-center.mb-24 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.heading-text.text-center.mb-24.h1 {
  font-size: 2.5rem;
}

.heading-text.text-center.text-xl {
  font-size: 4rem;
}

.image {
  position: relative;
  inset: -100px 0% 0%;
}

.heading {
  font-size: 2.5rem;
}

.heading-2 {
  font-size: 4rem;
}

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

.heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 4rem;
}

.eyebrown {
  font-family: var(--font-family-primary);
  color: var(--color-gray);
  background-color: #ffffff14;
  border-radius: 999px;
  padding: 10px 16px;
  display: inline-block;
  box-shadow: 0 0 5px #0003;
}

.content-center {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-image {
  position: relative;
}

.content-image.pt-60 {
  text-align: center;
  padding-top: 40px;
  position: relative;
}

.banner-image {
  z-index: 100;
  width: 668px;
  position: relative;
}

.content-text {
  margin-top: 60px;
}

.text-md-medium {
  font-family: var(--font-family-primary);
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
}

.text-md-medium.color-primary {
  color: var(--primary-color);
}

.text-md-medium.color-primary.text-center.mb-32 {
  margin-bottom: 32px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.grid.padding-x {
  padding-left: 100px;
  padding-right: 100px;
}

.block-image-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.block-image-text:where(.w-variant-e3803ba3-8b6a-6713-92d7-ea8491acff48) {
  margin-bottom: 24px;
}

.text-highlight {
  color: var(--color-yellow);
}

.content-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.item-block {
  grid-column-gap: 8px;
  background-color: #fdfdff;
  border: 1px solid #e5e9ee;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.item-block-content {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.item-block-heading {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.item-block-heading-text {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tag {
  background-color: #f59e0b1a;
  border: 1px solid #f59e0b;
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tag-text {
  font-family: var(--font-family-primary);
  color: var(--color-yellow);
  font-size: .875rem;
  line-height: 100%;
  font-weight: var(--font-weight-medium);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.item-block-heading-title {
  width: 100%;
  font-family: var(--font-family-primary);
  color: var(--primary-color);
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: var(--font-weight-bold);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.item-block-body {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.item-block-heading-subtext {
  font-family: var(--font-family-primary);
  color: var(--primary-color);
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: var(--font-weight-semibold);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.item-block-heading-subtext.bold-normal {
  font-weight: var(--font-weight-normal);
}

.item-block-heading-subtext.bold-normal.font-sm {
  font-size: 1rem;
}

.item-block-heading-subtext.bold-normal.font-sm.color-secondary {
  color: var(--seconday-color);
}

.item-block-body-text {
  color: #6b7280;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 210%;
  text-decoration: none;
}

.item-block-copy-text {
  font-family: var(--font-family-primary);
  color: var(--primary-color);
  font-size: 1rem;
  line-height: 160%;
  font-weight: var(--font-weight-semibold);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.imgi_2_calendar-2 {
  object-fit: contain;
  border-radius: 18px;
  width: 100%;
}

.item-block-list {
  font-family: var(--font-family-primary);
  color: var(--color-gray);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 20px;
}

.text-block-2, .item-list {
  font-family: var(--font-family-primary);
}

.item-block-list-item {
  padding-bottom: 20px;
}

.heading-4 {
  font-size: 3.5rem;
}

.heading-4.font-xl {
  font-size: 5.5rem;
}

.heading-5 {
  font-size: 3.5rem;
}

.heading-6 {
  margin-bottom: 0;
  font-size: 3.5rem;
}

.step {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.line {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.tag-content {
  background-color: #f59e0b;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tag-number {
  font-family: var(--font-family-primary);
  color: #fff;
  font-size: .875rem;
  line-height: 100%;
  font-weight: var(--font-weight-medium);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

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

.image-2 {
  width: 100%;
}

.content-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.text-block-3 {
  font-family: var(--font-family-primary);
  color: var(--primary-color);
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: var(--font-weight-medium);
  letter-spacing: -1px;
}

.text-span {
  opacity: .3;
}

.content-left-box {
  grid-column-gap: 8px;
  background-color: #fdfdff;
  border: 1px solid #e5e9ee;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-left-text {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-left-heading {
  width: 100%;
  font-family: var(--font-family-primary);
  color: var(--primary-color);
  font-size: 2rem;
  line-height: 130%;
  font-weight: var(--font-weight-bold);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.content-left-body {
  font-family: var(--font-family-primary);
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: var(--font-weight-semibold);
}

.image-container {
  position: absolute;
  top: 15px;
  left: 460px;
}

._139446498_e86bb942-10f9-40b4-83fb-31a7a5d22092-2 {
  object-fit: cover;
  position: absolute;
  top: 31.5259px;
  left: 0;
}

.hero-copy-0 {
  color: #6b7280;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.hero-copy-1 {
  color: #1f2937;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.content-right {
  grid-row-gap: 24px;
  background-color: #fdfdff;
  border: 1px solid #e5e9ee;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 624px;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.tag-2 {
  background-color: #f59e0b1a;
  border: 1px solid #f59e0b;
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tag-text-2 {
  font-family: var(--font-family-primary);
  color: var(--color-yellow);
  font-size: .875rem;
  line-height: 100%;
  font-weight: var(--font-weight-medium);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.content-right-heading {
  font-family: var(--font-family-primary);
  color: #1f2937;
  font-size: 2rem;
  line-height: 130%;
  font-weight: var(--font-weight-bold);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.content-section {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.item {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-container {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.hero-copy-2 {
  color: #6b7280;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.item-2 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 193px;
  text-decoration: none;
  display: flex;
}

.hero-copy-3 {
  color: #1f2937;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.image-3 {
  width: 100%;
  margin-top: 10px;
}

.text-span-3 {
  color: var(--seconday-color);
}

.paragraph:where(.w-variant-553c3476-f2aa-595c-c8c0-e65b7029ff6b) {
  color: var(--primary-color);
}

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

.marquee-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-icon {
  width: 40px;
  height: 40px;
}

.marquee-text {
  font-family: var(--font-family-primary);
  color: var(--primary-color);
  font-size: 2.25rem;
  line-height: 120%;
  font-weight: var(--font-weight-semibold);
}

.section-wrap {
  position: relative;
}

.swiper.doom-swiper {
  height: 650px;
  position: relative;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.swiper-slide.border-radius {
  border: 0 #e5e9ee;
  border-radius: 0;
  margin-bottom: 40px;
  display: block;
}

.copy.text-center {
  text-align: left;
}

.highlight {
  color: var(--color-yellow);
  font-size: 2rem;
  font-weight: var(--font-weight-medium);
}

.highlight.mb-40 {
  margin-bottom: 40px;
}

.highlight.mb-40.mt-16 {
  margin-top: 16px;
}

.media-col {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-left {
  text-align: left;
}

.hero-vertical-slider.swiper {
  border: 1px solid #e5e9ee;
  border-radius: 48px;
  width: 100%;
  height: 670px;
  margin-bottom: 64px;
  padding: 40px 80px;
  position: relative;
  overflow: scroll;
}

.slide-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.text-block-4 {
  font-family: var(--font-family-primary);
  color: var(--seconday-color);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
}

.font-md {
  font-size: 1.125rem;
}

.font-md.font-bold {
  font-weight: var(--font-weight-bold);
}

.font-md.font-bold.color-primary {
  color: var(--primary-color);
}

.heading-7 {
  font-family: var(--font-family-primary);
  font-size: 2.5rem;
  line-height: 140%;
  font-weight: var(--font-weight-extrabold);
}

.container-md {
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-4 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.flex-center.mt-24 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-block-1 {
  width: 100%;
  height: 100%;
}

.footer-block-1-social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 60px;
  display: flex;
}

.footer-block-2 {
  width: 120px;
  height: 100%;
}

.link-block-2 {
  text-decoration: none;
}

.footer-block-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.footer-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.image-5 {
  margin-bottom: 16px;
}

.image-6 {
  width: 120px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.main-navigation-mobile {
  display: none;
}

.div-block-6 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: flex;
}

.image-7, .image-8, .image-8.floating-img {
  display: none;
}

.image-9 {
  position: absolute;
  inset: 6% auto auto 3%;
}

.image-9.floating-img {
  z-index: 1000;
}

.image-floating-3 {
  position: absolute;
  inset: auto auto 10% -11%;
}

.image-floating-3.floating-img {
  left: -5%;
}

.image-11 {
  z-index: 1000;
  position: absolute;
  inset: 6% 0% auto auto;
}

.image-12 {
  z-index: 1000;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.image-13.zoom-img {
  width: 300px;
  bottom: 20%;
  left: 3%;
}

.image-14 {
  position: absolute;
  inset: 26% auto auto -6%;
}

.image-14.zoom-img {
  width: 250px;
  left: 8%;
}

.image-15 {
  position: absolute;
  inset: 23% 0% 0% auto;
}

.image-15.zoom-img {
  width: 200px;
  top: 27%;
  right: 12%;
}

.image-16 {
  position: absolute;
  inset: 42% 0% 0% auto;
}

.image-16.zoom-img {
  width: 250px;
  top: 49%;
  right: 7%;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.5rem;
  }

  .container {
    margin-bottom: 80px;
    overflow: scroll;
  }

  .container.position-relative {
    background-image: none;
  }

  .container.footer {
    margin-top: 100px;
  }

  .link-block {
    font-size: 1rem;
  }

  .container-sm {
    padding-left: 150px;
    padding-right: 150px;
  }

  .container-sm.position-relative {
    position: relative;
  }

  .container-sm.position-relative.z-index-100, .container-sm.position-relative.z-index-100-copy {
    z-index: 100;
  }

  .heading-text.text-center.mb-24.h1 {
    font-size: 4rem;
  }

  .image {
    width: 100%;
    top: -140px;
  }

  .heading, .h2 {
    font-size: 3.5rem;
  }

  .eyebrown {
    font-family: var(--font-family-primary);
    color: var(--color-gray);
    font-size: 1rem;
    font-weight: var(--font-weight-medium);
    text-align: center;
    background-color: #ffffff14;
    border-radius: 999px;
    padding: 10px 16px;
    display: inline-block;
  }

  .content-center {
    text-align: center;
  }

  .content-image.pt-60 {
    padding-top: 60px;
  }

  .banner-image {
    width: 80%;
  }

  .content-text {
    margin-top: 88px;
  }

  .text-md-medium {
    font-family: var(--font-family-primary);
    font-size: 1rem;
    line-height: 120%;
    font-weight: var(--font-weight-medium);
  }

  .text-md-medium.color-primary {
    color: var(--primary-color);
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    margin-top: 32px;
    display: grid;
  }

  .block-image-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    display: flex;
  }

  .text-highlight {
    color: var(--color-yellow);
  }

  .content-blocks {
    margin-top: 72px;
  }

  .hero-vertical-slider.swiper {
    overflow: hidden;
  }

  .footer-block-2 {
    width: 120px;
  }

  .image-6 {
    display: block;
    position: absolute;
  }

  .div-block-6 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    display: flex;
  }

  .image-floating-3.floating-img {
    left: -13%;
  }

  .image-13.zoom-img {
    left: 1%;
  }

  .image-14.zoom-img {
    left: 6%;
  }

  .image-16.zoom-img {
    right: 3%;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    background-image: none;
    overflow: scroll;
  }

  .container.position-relative {
    background-image: none;
    position: static;
  }

  .navigation {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .image {
    top: -150px;
  }

  .content-image {
    position: relative;
  }

  .content-image.pt-60 {
    text-align: center;
    position: relative;
  }

  .banner-image {
    width: 668px;
  }

  .grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .grid.padding-x {
    padding-left: 100px;
    padding-right: 100px;
  }

  .item-block-content {
    max-width: 100%;
  }

  .heading-6 {
    margin-bottom: 0;
  }

  .text-span-2 {
    opacity: .3;
  }

  .content-left-box {
    max-width: 100%;
  }

  .content-left-heading {
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-bold);
  }

  ._139446498_e86bb942-10f9-40b4-83fb-31a7a5d22092-2 {
    width: 100%;
  }

  .content-right {
    max-width: 100%;
    height: 100%;
  }

  .div-block-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    margin-top: 64px;
    display: grid;
  }

  .image-3 {
    width: 100%;
    margin-top: 10px;
  }

  .marquee-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .marquee-icon {
    width: 40px;
    height: 40px;
  }

  .marquee-text {
    font-family: var(--font-family-primary);
    font-size: 2.25rem;
    font-weight: var(--font-weight-medium);
  }

  .section-wrap {
    position: relative;
  }

  .swiper.doom-swiper {
    width: 100%;
    height: 650px;
  }

  .swiper-wrapper {
    height: 100%;
  }

  .swiper-slide {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .swiper-slide.border-radius {
    border: 1px #e5e9ee;
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .copy.text-center {
    text-align: left;
  }

  .highlight {
    color: var(--color-yellow);
    font-size: 2rem;
    font-weight: var(--font-weight-medium);
  }

  .highlight.mb-40.mt-16.text-center, .text-left {
    text-align: left;
  }

  .hero-vertical-slider.swiper {
    height: 670px;
  }

  .font-md.color-primary {
    color: var(--primary-color);
  }

  .font-md.font-bold {
    font-weight: var(--font-weight-bold);
  }

  .container-md {
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-4 {
    margin-bottom: 20px;
  }

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

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

  .flex-center.mt-24 {
    margin-top: 24px;
  }

  .footer-block-1 {
    width: 100%;
  }

  .footer-block-1-social {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 60px;
    display: flex;
  }

  .footer-block-2 {
    width: 120px;
    height: 100%;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .footer-block-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .footer-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .image-6 {
    width: 160px;
    inset: 5% 0% 0% auto;
  }

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

  .image-9 {
    position: absolute;
    inset: 15% auto auto -10%;
  }

  .image-9.floating-img {
    top: 12%;
    left: 7%;
  }

  .image-floating-3 {
    position: absolute;
    inset: auto auto 0% -12%;
  }

  .image-floating-3.floating-img {
    left: 0%;
  }

  .image-11.floating-img {
    top: 13%;
    right: 8%;
  }

  .image-12.floating-img {
    top: auto;
    bottom: -4%;
    right: 9%;
  }

  .image-13.zoom-img {
    left: 6%;
  }

  .image-14.zoom-img {
    left: 9%;
  }

  .image-15.zoom-img {
    right: 15%;
  }

  .image-16.zoom-img {
    right: 8%;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 4.5rem;
  }

  .container {
    background-image: none;
  }

  .link-block {
    font-size: 1.2rem;
  }

  .heading-text.text-center.mb-24.h1 {
    font-size: 5rem;
  }

  .image {
    width: 100%;
    top: -200px;
  }

  .heading {
    font-size: 4.5rem;
  }

  .banner-image {
    width: 800px;
  }

  .grid.padding-x {
    padding-left: 220px;
    padding-right: 220px;
  }

  .step {
    max-width: 100%;
  }

  .image-2, .div-block-3 {
    width: 100%;
  }

  .image-9.floating-img {
    left: 19%;
  }

  .image-floating-3.floating-img {
    left: 10%;
  }

  .image-11.floating-img {
    right: 16%;
  }

  .image-12.floating-img {
    right: 18%;
  }

  .image-13.zoom-img {
    width: auto;
    bottom: 28%;
    left: 9%;
  }

  .image-14.zoom-img {
    width: auto;
    left: 15%;
  }

  .image-15.zoom-img {
    width: auto;
    right: 17%;
  }

  .image-16.zoom-img {
    width: auto;
    right: 14%;
  }
}

@media screen and (max-width: 991px) {
  .container.bg-linear {
    margin-bottom: 0;
  }

  .padding-global {
    padding-left: 24px;
    padding-right: 24px;
  }

  .primary-button {
    height: 50px;
  }

  .text-block {
    font-size: 1rem;
  }

  .code-embed {
    width: auto;
  }

  .container-sm.position-relative {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image {
    top: -60px;
  }

  .grid.padding-x {
    place-items: center start;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .heading-4.font-xl {
    font-size: 4.5rem;
  }

  .heading-5, .heading-6 {
    font-size: 2.5rem;
  }

  .text-block-3 {
    font-size: 1.2rem;
  }

  .section-wrap {
    position: relative;
  }

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

  .highlight.mb-40.mt-16.text-center {
    margin-bottom: 16px;
    font-size: 1.5rem;
  }

  .text-left {
    text-align: center;
    font-size: 2rem;
  }

  .footer-block-2 {
    width: 60px;
  }

  .footer-block {
    place-items: start center;
  }

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

  .image-13.zoom-img, .image-14.zoom-img, .image-15.zoom-img {
    width: 200px;
  }

  .image-16.zoom-img {
    width: 200px;
    top: 56%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-bottom: 40px;
  }

  .container.bg-linear {
    height: 60px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 20px;
  }

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

  .main-navigation {
    display: none;
  }

  .text-block {
    font-size: 1.125rem;
  }

  .container-sm, .container-sm.position-relative.z-index-100 {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    display: none;
  }

  .text-center {
    font-size: .875rem;
  }

  .heading-3 {
    font-size: 2.313rem;
  }

  .grid {
    display: block;
  }

  .grid.padding-x {
    padding-left: 0;
    padding-right: 0;
  }

  .block-image-text {
    margin-bottom: 18px;
  }

  .content-blocks {
    flex-flow: column;
    display: flex;
  }

  .item-block {
    justify-content: center;
    align-items: flex-start;
  }

  .item-block-heading-title {
    font-size: 1.25rem;
  }

  .item-block-heading-subtext {
    font-size: 1rem;
  }

  .item-list {
    font-size: .875rem;
  }

  .item-block-list-item {
    padding-bottom: 8px;
  }

  .heading-4 {
    font-size: 1.75rem;
  }

  .heading-4.font-xl {
    font-size: 3rem;
  }

  .heading-5 {
    font-size: 1.755rem;
  }

  .heading-6 {
    font-size: 1.75rem;
  }

  .div-block {
    display: none;
  }

  .content-copy {
    margin-top: 24px;
  }

  .text-block-3 {
    font-size: 1rem;
  }

  .content-left-heading {
    font-size: 1.25rem;
  }

  .content-left-body {
    font-size: 1rem;
  }

  .content-right-heading {
    font-size: 1.25rem;
  }

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

  .image-3 {
    display: none;
  }

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

  .marquee-icon {
    width: 28px;
    height: 28px;
  }

  .marquee-text {
    font-size: 1.5rem;
  }

  .section-wrap {
    position: relative;
  }

  .swiper.doom-swiper {
    height: 90vh;
  }

  .swiper-slide {
    display: block;
  }

  .swiper-slide.border-radius {
    height: auto;
    overflow: hidden;
  }

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

  .highlight.mb-40.mt-16 {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }

  .text-left {
    text-align: center;
    font-size: 1.75rem;
  }

  .hero-vertical-slider.swiper {
    padding: 24px;
  }

  .slide-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .slide-image {
    margin-top: 20px;
  }

  .text-block-4 {
    font-size: .875rem;
  }

  .font-md {
    font-size: 1rem;
  }

  .heading-7 {
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .div-block-4 {
    display: block;
  }

  .footer-block-2 {
    width: 100%;
  }

  .footer-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: block;
  }

  .div-block-5 {
    display: block;
  }

  .main-navigation-mobile {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    width: 100%;
    margin-top: 40px;
    display: grid;
  }

  .image-7 {
    width: 100%;
    margin-top: 40px;
    display: block;
  }

  .image-8 {
    display: block;
  }

  .image-9.floating-img {
    width: 200px;
    top: 30%;
  }

  .image-floating-3.floating-img {
    display: none;
  }

  .image-11.floating-img {
    width: 200px;
    top: 18%;
  }

  .image-12.floating-img {
    width: 200px;
    bottom: -5%;
  }

  .image-13.zoom-img {
    width: 200px;
    left: -3%;
  }

  .image-14.zoom-img {
    width: 200px;
    top: 18%;
    left: -3%;
  }

  .image-15.zoom-img {
    width: 200px;
    top: 16%;
  }

  .image-16.zoom-img {
    width: 200px;
    top: 45%;
  }
}

@media screen and (max-width: 479px) {
  .container.bg-linear {
    height: 60px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .container.footer {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .container.max-height {
    height: 700px;
  }

  .main-navigation {
    display: none;
  }

  .container-sm.position-relative, .grid.padding-x {
    padding-left: 0;
    padding-right: 0;
  }

  .content-blocks {
    margin-top: 0;
  }

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

  .content-copy {
    margin-top: 24px;
  }

  .text-block-3 {
    line-height: 140%;
  }

  .swiper.doom-swiper {
    height: 680px;
  }

  .swiper-slide.border-radius {
    height: 800px;
  }

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

  .slide-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 32px;
  }

  .text-block-4 {
    font-size: 1rem;
  }

  .heading-7 {
    margin-bottom: 0;
  }

  .main-navigation-mobile {
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .brand-logo-mobile {
    width: 164px;
  }

  .section {
    height: 0;
  }

  .paragraph-2 {
    font-size: .85rem;
  }

  .image-9.floating-img, .image-11.floating-img, .image-12.floating-img {
    width: 160px;
  }

  .image-13.zoom-img, .image-14.zoom-img, .image-15.zoom-img, .image-16.zoom-img {
    width: 90px;
  }
}


