@font-face {
  font-family: Founders Grotesk R;
  src: url('../fonts/FoundersGrotesk-R-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Founders Grotesk R;
  src: url('../fonts/FoundersGrotesk-R-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Founders Grotesk R;
  src: url('../fonts/FoundersGrotesk-R-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Founders Grotesk R;
  src: url('../fonts/FoundersGrotesk-R-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--200: #efedf2;
  --brand--orange-500: #f05537;
  --neutral--1000: #13002d;
  --brand--orange-600: #cc3f24;
  --brand--secondary-500: #13002d;
  --neutral--500: #a9a8b3;
  --blueberry-200: #eaeefd;
  --neutral--100: #f8f7fa;
  --white: white;
  --neutral--700: #4b4d63;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.container {
  max-width: 1600px;
  padding-top: 60px;
  padding-left: 3%;
  padding-right: 3%;
}

.div-block {
  text-align: center;
  max-width: 1440px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  background-image: linear-gradient(180deg, var(--neutral--200), var(--neutral--200) 80%, #efedf200 80%);
}

.c-heading__h1 {
  color: var(--brand--orange-500);
  margin-bottom: 42px;
  font-family: Neue Plak;
  font-size: clamp(74.5px, 18px + 8vw, 102px);
  font-weight: 900;
  line-height: clamp(74.5px, 18px + 8vw, 102px);
}

.c-paragraph__l {
  color: var(--neutral--1000);
  flex: 1;
  font-family: Neue Plak;
  font-size: 27px;
  font-weight: 400;
  line-height: 32px;
}

.c-paragraph__l.has-mw-620 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.c-paragraph__l.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.c-paragraph__l.no-margin.is-white {
  color: #fff;
}

.div-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: stretch;
  margin-top: 42px;
  display: flex;
}

.section-2 {
  margin-top: 120px;
}

.c-subheader__block {
  border-radius: 20px;
  margin-top: 80px;
  margin-bottom: 50px;
  padding: 46px 7vw;
  display: flex;
}

.c-subheader__block.mood-orange {
  background-color: var(--brand--orange-600);
}

.c-subheader__block.mood-purple {
  background-color: var(--brand--secondary-500);
}

.c-subheader__info-container {
  flex: 1;
  align-self: center;
  max-width: 50%;
}

.c-subheader__info-container.has-p-right-80 {
  padding-right: 80px;
}

.c-subheader__info-container.has-p-left-80 {
  padding-left: 80px;
}

.c-subheader__img-container {
  flex: 1;
  max-width: 50%;
}

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

.c-subheader__subinfo-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
}

.c-subheader__subinfo-container.has-separator {
  border-right: 2px solid var(--neutral--200);
}

.container-2 {
  max-width: 1440px;
  padding-left: 3%;
  padding-right: 3%;
}

.div-block-9 {
  margin-bottom: 140px;
}

.c-heading__h2 {
  color: var(--neutral--1000);
  margin-bottom: 32px;
  font-family: Neue Plak;
  font-size: clamp(48px, 18px + 8vw, 72px);
  font-weight: 900;
  line-height: clamp(54px, 18px + 8vw, 78px);
}

.c-heading__h2.is-white {
  color: #fff;
}

.c-heading__h3 {
  font-family: Neue Plak;
  font-size: clamp(32px, 11px + 9.725vw, 52px);
  font-weight: 700;
  line-height: clamp(36px, 11px + 9.725vw, 56px);
}

.c-heading__h3.is-white {
  color: #fff;
  margin-bottom: 22px;
}

.c-paragraph__r {
  color: var(--neutral--1000);
  font-family: Neue Plak;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.c-paragraph__r.is-white {
  color: #fff;
}

.c-paragraph__r.has-b-top {
  border-top: 1.5px solid var(--neutral--500);
  margin-top: 22px;
  padding-top: 16px;
}

.c-linkblock__container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  margin-top: 24px;
  font-family: Neue Plak;
  font-size: 21px;
  font-weight: 400;
  display: flex;
}

.c-heading__h4 {
  color: var(--neutral--1000);
  font-family: Neue Plak;
  font-weight: 600;
}

.c-heading__h4.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.container-3 {
  max-width: 1440px;
  padding-left: 3%;
  padding-right: 3%;
}

.c-sh__slider-left-arrow {
  background-color: #7a7c811a;
  border-radius: 500px;
  width: 32px;
  height: 32px;
  inset: auto 52px -22px auto;
}

.slider {
  background-color: #0000;
  height: auto;
  position: static;
  overflow: visible;
}

.c-sh__slider-right-arrow {
  background-color: #7a7c811a;
  border-radius: 500px;
  width: 32px;
  height: 32px;
  inset: auto 0 -22px auto;
}

.div-block-10 {
  max-width: 100%;
  margin-bottom: 52px;
  padding-bottom: 32px;
  position: relative;
}

.c-sh__slider-slider-nav {
  display: none;
}

.mask {
  width: 604px;
  height: auto;
  margin-bottom: 12px;
  overflow: visible;
}

.c-slide__regular {
  background-color: #fff;
  border-radius: 12px;
  margin-right: 32px;
  padding: 29px 26px 22px;
}

.icon {
  border-radius: 500%;
  font-family: Neue Plak;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
}

.section-3 {
  background-color: #eeedf2;
  margin-bottom: 140px;
  padding-top: 95px;
  padding-bottom: 26px;
  overflow: hidden;
}

.div-block-11 {
  text-align: center;
  margin-bottom: 38px;
}

.container-4 {
  max-width: 1440px;
  padding-left: 3%;
  padding-right: 3%;
}

.quick-stack {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  padding: 0;
}

.div-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.c-list__list-item {
  border-top: 1.5px solid var(--neutral--500);
  padding-top: 14px;
  padding-bottom: 14px;
}

.div-block-13 {
  border: 1.5px solid var(--neutral--500);
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 34px 2.5vw 48px;
  display: flex;
}

.div-block-14 {
  text-align: center;
  margin-top: 200px;
  margin-bottom: 195px;
}

.c-ani__brand-003 {
  color: var(--brand--orange-500);
  display: inline-block;
}

.div-block-15 {
  text-align: center;
}

.div-block-16 {
  margin-top: 70px;
  margin-bottom: 140px;
}

.embedded-media-player {
  width: 100%;
  max-width: 1660px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  padding-right: 1%;
}

.code-embed {
  z-index: 2;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

.div-block-17 {
  text-align: center;
  margin-top: 180px;
  margin-bottom: 92px;
}

.c-heading__h2-m {
  color: var(--neutral--1000);
  flex: 1;
  margin-bottom: 32px;
  font-family: Neue Plak;
  font-size: clamp(38px, 8px + 8vw, 58px);
  font-weight: 700;
  line-height: clamp(38px, 8px + 8vw, 58px);
}

.c-heading__h2-m.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-18 {
  background-color: var(--blueberry-200);
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 34px;
  padding-left: 6.5vw;
  padding-right: 6.5vw;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  margin-top: 48px;
  padding: 0;
}

.div-block-19 {
  margin-bottom: 41px;
}

.image-2 {
  width: 308px;
}

.c-branded-paragraph__xl {
  color: var(--neutral--1000);
  margin-bottom: 32px;
  font-family: Neue Plak;
  font-size: clamp(38px, 8px + 8vw, 72px);
  font-weight: 900;
  line-height: clamp(48px, 18px + 8vw, 72px);
}

.div-block-20 {
  align-items: flex-end;
  display: flex;
}

.quick-stack-3 {
  margin-top: 84px;
  padding: 0;
}

.c-dataproof__orange-xl {
  color: var(--brand--orange-500);
  margin-bottom: 12px;
  font-size: 80px;
  font-weight: 600;
  line-height: 82px;
  display: block;
}

.div-block-21 {
  border: 1.5px solid var(--neutral--500);
  border-radius: 12px;
  width: 100%;
  padding: 21px 5vw 62px 2.5vw;
}

.div-block-22 {
  margin-bottom: 130px;
}

.div-block-23 {
  text-align: center;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 55px;
  margin-bottom: 115px;
  padding: 0;
}

.div-block-24 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border-right: 2px solid var(--neutral--200);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 12px 5vw;
  display: flex;
}

.div-block-24.no-border {
  border-right-style: none;
  border-right-width: 0;
}

.section-4 {
  z-index: 2;
  background-color: #fff;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  position: relative;
}

.section-5 {
  z-index: 1;
  background-color: var(--brand--secondary-500);
  margin-top: -80px;
  padding-top: 200px;
  position: relative;
}

.div-block-25 {
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.c-paragraph__xs {
  font-family: Neue Plak;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.c-paragraph__xs.is-white {
  color: #fff;
}

.div-block-26 {
  margin-top: 180px;
  margin-bottom: 60px;
}

.container-5 {
  max-width: 1440px;
  padding-left: 3%;
  padding-right: 3%;
}

.c-bttn__base {
  letter-spacing: .325px;
  border-radius: 500px;
  padding: 12px 75px 18px;
  font-family: Neue Plak;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
}

.c-bttn__base.is-orange {
  background-color: var(--brand--orange-600);
  color: #fff;
}

.c-bttn__base.is-purple {
  background-color: var(--brand--secondary-500);
  color: #fff;
}

.image-3 {
  width: 100%;
}

.c-heading__h3-m {
  color: var(--neutral--1000);
  font-family: Neue Plak;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.div-block-27 {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.c-paragraph__s {
  color: var(--neutral--1000);
  font-family: Neue Plak;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.c-icon__grid-val-prop {
  width: 32px;
}

.c-support__icon {
  max-width: 32px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.c-ani__brand-001, .c-ani__brand-002 {
  display: inline-block;
}

.c-hero-img__header-m {
  display: none;
}

.lottie-animation {
  width: 100%;
}

.c-sh__container-r {
  max-width: 1440px;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Neue Plak;
  font-weight: 700;
}

.c-sh__container-r.is-relative {
  z-index: 1;
  position: relative;
}

.text-span {
  display: inline-block;
}

.c-sh__section.is-hero {
  background-image: url('../images/a-sh__hero-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-sh__section.no-overflow {
  overflow: hidden;
}

.c-sh__section.is-grey-100 {
  background-color: var(--neutral--100);
}

.div-block-28 {
  margin-top: 300px;
  margin-bottom: 64px;
}

.c-sh__heading-h1 {
  color: var(--neutral--1000);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Neue Plak;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.c-sh__heading-h1.is-white {
  color: var(--white);
}

.c-sh__heading-h1.is-white.no-margin {
  margin-bottom: 0;
}

.c-sh__paragraph-l {
  color: var(--neutral--1000);
  font-family: Neue Plak;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.c-sh__paragraph-l.is-white {
  color: var(--white);
}

.div-block-29 {
  margin-top: 40px;
}

.text-span-2 {
  font-style: italic;
  text-decoration: underline;
}

.div-block-30 {
  text-align: center;
  margin-top: 195px;
  margin-bottom: 175px;
}

.c-sh__tabs-container {
  border-bottom: 1px solid var(--neutral--200);
  font-family: Neue Plak;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.tabs {
  margin-top: 20px;
}

.c-sh__heading-h2 {
  color: #161719;
  margin-top: 0;
  margin-bottom: 24px;
  scroll-margin-top: 100px;
  font-family: Founders Grotesk R, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.c-sh__heading-h2.is-purple {
  color: #161719;
  margin-bottom: 32px;
}

.c-sh__heading-h2.is-purple.m-b-20 {
  margin-bottom: 20px;
}

.c-sh__heading-h2.centered-m.no-margin {
  margin-bottom: 4px;
}

.c-sh__heading-h2.is-white {
  color: var(--white);
}

.c-sh__heading-h2.no-margin {
  margin-bottom: 0;
}

.c-sh__heading-h2.no-margin.exp-001 {
  text-transform: uppercase;
  font-family: Founders Grotesk R, Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 61px;
}

.c-sh__heading-h2.exp-002 {
  margin-bottom: 14px;
  font-size: 52px;
  line-height: 58px;
}

.c-sh__heading-h2.m-b20 {
  margin-bottom: 20px;
}

.c-sh__tab-link {
  color: var(--neutral--700);
  background-color: #0000;
  padding-bottom: 14px;
  transition: all .2s cubic-bezier(.47, 0, .745, .715);
}

.c-sh__tab-link.w--current {
  border-bottom: 1px solid var(--neutral--1000);
  color: var(--neutral--1000);
  background-color: #0000;
}

.c-sh__paragraph-r {
  color: #3d3f43;
  margin-bottom: 4px;
  font-family: Founders Grotesk R, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.c-sh__paragraph-r.is-white {
  color: var(--white);
}

.c-sh__paragraph-r.is-white.no-margin {
  margin: 0;
}

.c-sh__paragraph-r.is-footnote {
  color: var(--neutral--700);
  font-size: 15px;
}

.c-sh__paragraph-r.no-margin {
  margin-bottom: 0;
}

.c-sh__paragraph-r.max-w-520 {
  max-width: 520px;
}

.a-sh__cell-centered {
  justify-content: center;
  align-items: center;
}

.tabs-content {
  margin-top: 30px;
}

.div-block-31 {
  max-width: 510px;
}

.c-sh__tabs-img--r {
  width: 100%;
}

.div-block-32 {
  text-align: center;
  max-width: 840px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.c-sh__slider {
  background-color: #0000;
  height: auto;
  position: static;
  overflow: visible;
}

.c-sh__mask {
  width: 460px;
  height: auto;
  margin-bottom: 12px;
  overflow: visible;
}

.c-sh__slider-slide_regular {
  aspect-ratio: 1 / 1.35;
  background-color: #fff;
  border-radius: 12px;
  margin-right: 32px;
  padding: 0;
}

.c-sh__slider-slide_container {
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 60px 0 13px;
  display: flex;
  overflow: hidden;
}

.c-sh__slider-slide_container._1 {
  background-image: url('../images/a-sh-slider__img-bg--006.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.c-sh__slider-slide_container._2 {
  background-image: url('../images/a-sh-slider__img-bg--005.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.c-sh__slider-slide_container._3 {
  background-image: url('../images/a-sh-slider__img-bg--004.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.c-sh__slider-slide_container._4 {
  background-image: url('../images/a-sh-slider__img-bg--003.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.c-sh__slider-slide_container._5 {
  background-image: url('../images/a-sh-slider__img-bg--002.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.c-sh__slider-slide_container._6 {
  background-image: url('../images/a-sh-slider__img-bg--001.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.c-sh__slider-component {
  max-width: 100%;
  margin-bottom: 200px;
  padding-bottom: 32px;
  position: relative;
}

.c-sh-slider__steps-tab {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--white);
  background-color: #fff3;
  border-radius: 500px;
  margin-bottom: 12px;
  padding: 5px 32px 0;
  display: inline-block;
}

.c-sh__heading-h3 {
  color: var(--brand--orange-500);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Founders Grotesk R, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.c-sh__heading-h3.is-black {
  color: #161719;
  font-size: 20px;
}

.c-sh__heading-h3.is-white {
  color: var(--white);
}

.c-sh__paragraph-s {
  color: var(--neutral--1000);
  font-family: Neue Plak;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.c-sh__paragraph-s.is-white {
  color: var(--white);
}

.c-sh__slider-bg__overlay {
  z-index: 0;
  opacity: .9;
  mix-blend-mode: multiply;
  background-image: linear-gradient(10deg, #00000054 7%, #fff0 38%), radial-gradient(circle at 100% 0, #fff0 50%, #000000bf 83%);
  position: absolute;
  inset: 0%;
}

.c-sh__slider-content-container {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 35%;
  display: flex;
  position: relative;
}

.c-sh__arrow-icon {
  color: #161719;
  border-radius: 500%;
  font-family: Neue Plak;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
}

.c-sh__cell-icon__container {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 12px .5vw;
  display: flex;
}

.div-block-33 {
  margin-bottom: 160px;
}

.c-sh__branded-title-xl {
  color: var(--brand--orange-500);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Neue Plak;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.c-sh__branded-title-xl.is-purple {
  color: var(--neutral--1000);
}

.div-block-34 {
  aspect-ratio: 3.5 / 1.25;
  background-image: url('../images/a-sh__section-3-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  min-height: 550px;
  margin-bottom: 28px;
}

.tabs-2 {
  text-align: center;
  margin-bottom: 120px;
}

.a-sh__pill-tab-link {
  color: var(--neutral--700);
  background-color: #0000;
  border-radius: 500px;
  padding-bottom: 14px;
  transition: all 50ms cubic-bezier(.47, 0, .745, .715);
}

.a-sh__pill-tab-link.w--current {
  background-color: var(--neutral--700);
  color: var(--white);
}

.c-sh__pill-tabs-container {
  background-color: var(--neutral--200);
  border-radius: 50px;
  margin-bottom: 60px;
  padding: 6px;
  font-family: Neue Plak;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.div-block-35 {
  text-align: left;
}

.div-block-36 {
  background-color: var(--brand--orange-500);
  width: 32px;
  height: 3px;
  margin-bottom: 8px;
}

.quick-stack-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 0;
}

.div-block-37 {
  text-align: center;
  max-width: 840px;
  margin: 74px auto 140px;
}

.c-b-phone-container__regular {
  background-color: #000;
  border: 8px solid #000;
  border-radius: clamp(20px, 5px + 5vw, 53px);
  width: clamp(300px, 50px + 15vw, 480px);
  max-width: 320px;
  overflow: hidden;
  box-shadow: -8px 5px 20px 9px #00000012;
}

.c-b-phone-container__regular.is-b-large {
  z-index: 10;
  aspect-ratio: 9 / 18.35;
  width: clamp(300px, 50px + 15vw, 480px);
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: -8px 5px 20px 9px #00000012;
}

.c-b-phone-container__regular.is-b-large.is-white {
  background-color: #fff;
  border-color: #fff;
}

.c-b-phone-container__regular.is-b-large.only-mobile {
  display: none;
}

.c-b-img__phone-001 {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.c-b-img__phone-001._1 {
  z-index: 6;
}

.c-b-img__phone-001._2 {
  z-index: 5;
}

.c-b-img__phone-001._3 {
  z-index: 4;
}

.c-b-img__phone-001._4 {
  z-index: 3;
}

.c-b-img__phone-001._5 {
  z-index: 2;
}

.c-b-img__phone-001._6 {
  z-index: 1;
}

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

.quick-stack-6 {
  padding: 0 0 120px;
  position: relative;
}

.quick-stack-7, .quick-stack-8 {
  padding: 0;
}

.cell-2 {
  align-items: stretch;
}

.div-block-38 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 8%;
  margin-bottom: 6%;
  padding-top: 40%;
  padding-bottom: 40%;
  padding-right: 7vw;
  display: flex;
}

.div-block-39 {
  margin-bottom: 40px;
  position: sticky;
  top: 20%;
}

.c-sh__heading-h3-xl {
  color: var(--brand--orange-500);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Neue Plak;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.c-sh__heading-h3-xl.is-purple {
  color: var(--neutral--1000);
  font-size: 32px;
  line-height: 36px;
}

.div-block-40 {
  margin-top: 160px;
  margin-bottom: 81px;
}

.div-block-41 {
  margin-bottom: 140px;
}

.tabs-3 {
  display: flex;
}

.tabs-content-2 {
  flex: 1;
}

.tabs-menu {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  font-family: Neue Plak;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.image-4 {
  width: 100%;
}

.a-sh__tabs-w-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .65;
  color: var(--brand--orange-600);
  background-color: #0000;
  flex-flow: column;
  max-height: 58px;
  padding-top: 8px;
  padding-bottom: 32px;
  padding-right: 5vw;
  display: flex;
  overflow: hidden;
}

.a-sh__tabs-w-content.w--current {
  opacity: 1;
  background-color: #0000;
  max-height: 400px;
}

.quick-stack-9 {
  padding: 0;
}

.quick-stack-10 {
  aspect-ratio: 16 / 11;
  padding: 36px 0 80px;
}

.div-block-42 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.section-6 {
  background-color: #353535;
  background-image: url('../images/a-sh-img__section--003-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: relative;
}

.div-block-43 {
  max-width: 410px;
}

.div-block-44 {
  z-index: 0;
  mix-blend-mode: multiply;
  background-color: #261b3633;
  background-image: radial-gradient(circle at 100% 0, #0000001a 71%, #0009 88%);
  position: absolute;
  inset: 0%;
}

.div-block-45 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff21;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 18px;
  display: flex;
}

.text-block {
  color: var(--white);
  font-family: Neue Plak;
  font-size: 72px;
  font-weight: 400;
  line-height: 40px;
}

.cell-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
}

.cell-4 {
  justify-content: space-between;
}

.c-sh__3-col_container-2 {
  margin-top: 70px;
  margin-bottom: 140px;
}

.div-block-46 {
  background-color: #e6e3e3;
  background-image: radial-gradient(circle at 100% 0, #fff0 45%, #00000075), url('../images/a-sh__footer-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 22px;
  margin-bottom: 70px;
  padding: 280px 42px 46px;
}

.div-block-47 {
  max-width: 590px;
}

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

.div-block-49 {
  margin-bottom: 70px;
}

.div-block-50 {
  text-align: center;
  margin-bottom: 200px;
}

.c-sh__link {
  color: inherit !important;
}

.quick-stack-11 {
  padding: 0;
}

.quick-stack-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 16px;
  padding: 0;
}

.quick-stack-13 {
  padding: 0;
}

.c-f-lpm__menu-link {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  height: 100%;
  padding: 16px 6px;
  text-decoration: none;
  transition: all .125s cubic-bezier(.55, .055, .675, .19);
  display: grid;
  position: relative;
}

.c-f-lpm__menu-link:hover {
  z-index: 2;
  box-shadow: 0 7px 20px 2px #1308381a, 0 0 20px 1px #2e2b2b0d;
}

.c-f-lpm__menu-link.first-item {
  height: 100%;
}

.body {
  background-color: var(--neutral--100);
}

.c-f-lpm__container-r {
  max-width: 1440px;
  padding: 72px 3%;
  font-family: Neue Plak;
  font-weight: 700;
}

.c-f-lpm__container-r.is-relative {
  z-index: 1;
  position: relative;
}

.c-f-lpm__container-r.no-padding-top {
  padding-top: 32px;
}

.c-f-lpm__section {
  background-color: #f5f5f0;
  overflow: hidden;
}

.c-f-lpm__section.is-hero {
  background-color: #d6cec1;
  background-image: linear-gradient(#f5f5f0, #f0f9d8 38%, #fa8d59 90%, #ff5010);
  padding-top: 3%;
  padding-bottom: 3%;
}

.c-f-lpm__section.no-overflow {
  overflow: hidden;
}

.c-f-lpm__section.is-grey-100 {
  background-color: var(--neutral--100);
}

.c-f-lpm__section.is-purple {
  background-color: #f5f5f0;
}

.c-f-lpm__section.is-n-200 {
  background-color: #eceae3;
}

.c-f-lpm__section.is-white {
  background-color: #fff;
}

.c-f-lpm__section.is-n-100 {
  z-index: 2;
  background-color: #f5f5f0;
  position: relative;
}

.c-f-lpm__section.is-b-600 {
  background-color: #f5f5f0;
}

.c-list__menu-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 0;
  padding: 12px;
  display: grid;
}

.c-f-lpm__icon-menu {
  max-width: 30px;
}

.c-f-lpm__text-menu {
  color: #161719;
  margin-bottom: 6px;
  font-family: Founders Grotesk R, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.c-f-lpm__text-menu.is-white {
  color: var(--white);
}

.c-f-lpm__text-menu.is-white.no-margin {
  margin: 0;
}

.c-f-lpm__text-menu.is-footnote {
  color: var(--neutral--700);
  font-size: 15px;
}

.c-f-lpm__text-menu.is-regular {
  font-weight: 400;
}

.c-f-lpm__text-menu.is-regular.color-700 {
  color: var(--neutral--700);
}

.c-f-lpm__text-menu.is-subtext {
  color: #696c71;
  letter-spacing: .125px;
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
  font-family: Founders Grotesk R, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.c-f-lpm-heading__h1 {
  color: #161719;
  text-align: center;
  margin-bottom: 12px;
  font-family: Founders Grotesk R, Arial, sans-serif;
  font-size: clamp(32px, 18px + 8vw, 50px);
  font-weight: 500;
  line-height: clamp(28px, 18px + 8vw, 46px);
}

.c-f-lpm__eyelash {
  color: #211d1a;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Founders Grotesk R, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.c-f-lpm__slider-component {
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 32px;
  position: relative;
}

.c-f-lpm__slider {
  background-color: #0000;
  height: auto;
  position: static;
  overflow: visible;
}

.c-f-lpm__mask {
  width: 360px;
  height: auto;
  margin-bottom: 12px;
  overflow: visible;
}

.c-f-lpm__slider-slide_regular {
  aspect-ratio: 3 / 2.25;
  border: 1px #eceae3;
  border-radius: 12px;
  margin-right: 32px;
  padding: 0;
}

.c-f-lpm__slider-slide_regular.is-tint-light {
  border-style: none;
}

.c-f-lpm__slider-slide_regular.is-n-100 {
  background-color: var(--neutral--100);
}

.c-f-lpm__slider-slide_container {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 20px 24px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.c-f-lpm__slider-slide_container._1 {
  background-image: url('../images/a-sh-slider__img-bg--006.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.c-f-lpm__slider-slide_container._2 {
  background-image: url('../images/a-sh-slider__img-bg--005.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.c-f-lpm__slider-slide_container._3 {
  background-image: url('../images/a-sh-slider__img-bg--004.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.c-f-lpm__slider-slide_container._4 {
  background-image: url('../images/a-sh-slider__img-bg--003.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.c-f-lpm__slider-slide_container._5 {
  background-image: url('../images/a-sh-slider__img-bg--002.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.c-f-lpm__slider-slide_container._6 {
  background-image: url('../images/a-sh-slider__img-bg--001.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.c-f-lpm__slider-slide_container.is-white {
  background-color: #fff;
}

.c-f-lpm__slider-slide_container.is-n-100 {
  background-color: var(--neutral--100);
}

.c-f-lpm__slider-bg__overlay {
  z-index: 0;
  opacity: .9;
  mix-blend-mode: multiply;
  background-image: linear-gradient(10deg, #00000054 7%, #fff0 38%), radial-gradient(circle at 100% 0, #fff0 50%, #000000bf 83%);
  position: absolute;
  inset: 0%;
}

.c-f-lpm__slider-content-container {
  z-index: 1;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: flex-start start;
  height: 100%;
  display: flex;
  position: relative;
}

.c-f-lpm-slider__steps-tab {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--white);
  background-color: #fff3;
  border-radius: 500px;
  margin-bottom: 12px;
  padding: 5px 32px 0;
  display: inline-block;
}

.c-f__link-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #2f3ef6;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  font-family: Founders Grotesk R, Arial, sans-serif;
  text-decoration: none;
  display: inline-flex;
}

.c-f__link-block.is-white {
  color: #fff;
}

.c-f__link-block.is-black {
  color: #161719;
}

.c-f-lpm__chevron {
  border-radius: 500%;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Neue Plak;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
}

.c-f-lpm__text-link-s {
  margin-bottom: 0;
  font-family: Founders Grotesk R, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.c-f-lpm__text-link-s.is-white {
  color: var(--white);
}

.c-f-lpm__text-link-s.is-white.no-margin {
  margin: 0;
}

.c-f-lpm__text-link-s.is-footnote {
  color: var(--neutral--700);
  font-size: 15px;
}

.c-f-lpm__text-link-s.no-margin {
  margin-bottom: 0;
}

.no-padding-stack {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  padding: 0;
}

.no-padding-stack.is-f-resources {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 40px;
}

.cell-5 {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-52 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 26px;
}

.div-block-53 {
  text-align: center;
  flex-flow: column;
  max-width: 800px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cell-6 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-7 {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-54 {
  text-align: center;
  margin-bottom: 62px;
}

.c-f-lpm__icon-cards {
  max-width: 32px;
  margin-bottom: 6px;
}

.image-5 {
  object-position: 0% 0%;
}

.cell-8 {
  background-image: url('../images/a-all-features__hero-0001.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.c-f-bttn__base {
  letter-spacing: .325px;
  white-space: nowrap;
  border-radius: 500px;
  padding: 12px 40px;
  font-family: Founders Grotesk R, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.c-f-bttn__base.is-black {
  color: #fff;
  background-color: #161719;
}

.c-f-bttn__base.is-purple {
  background-color: var(--brand--secondary-500);
  color: #fff;
}

.c-f-bttn__base.is-s-purple {
  color: #161719;
  background-color: #7a7c8133;
}

.c-f-cell__content-m {
  max-width: 520px;
}

.c-f-cell__content-m.is-centered {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  max-width: 1440px;
  display: flex;
}

.c-f-cell__border-t {
  border-top: 1px solid #d7d7df;
  padding-top: 28px;
}

.c-f-cell__border-t.no-border {
  border-top-style: none;
}

.cell-9 {
  justify-content: space-around;
  align-items: center;
}

.c-resource__image {
  aspect-ratio: 1;
  width: 100%;
  margin-bottom: 18px;
}

.div-block-56 {
  text-align: center;
  align-self: center;
}

.c-ai-event__blob {
  background-color: var(--neutral--1000);
  background-image: linear-gradient(#f0f9d8, #f3d8b1 0%, #f7ab7c 54%, #ff5010);
  border-radius: 20px;
  align-self: center;
  padding: 60px 3vw;
}

.div-block-58 {
  text-align: center;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-resources__content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.c-resources__cell {
  background-color: #fff;
  border-radius: 12px;
  padding-bottom: 24px;
  overflow: hidden;
  box-shadow: 0 4px 12px #00000017;
}

.cell-12 {
  background-image: url('../images/a-hero__all-features-00.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  min-height: 450px;
}

.div-block-59 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .c-sh__heading-h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .c-sh__mask {
    width: 400px;
  }

  .c-sh__slider-component {
    margin-bottom: 120px;
  }

  .div-block-33 {
    margin-bottom: 80px;
  }

  .div-block-34 {
    min-height: 400px;
  }

  .quick-stack-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block {
    font-size: 56px;
    line-height: 27px;
  }

  .c-sh__3-col_container-2 {
    margin-bottom: 100px;
  }

  .div-block-46 {
    padding-top: 180px;
  }

  .quick-stack-12 {
    align-self: center;
  }

  .c-f-lpm__menu-link {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .c-f-lpm__container-r {
    padding-top: 70px;
    padding-bottom: 45px;
  }

  .c-f-lpm__eyelash {
    margin-left: auto;
    margin-right: auto;
  }

  .c-f-lpm__slider-component {
    margin-bottom: 60px;
  }

  .c-f-lpm__mask {
    width: 400px;
  }

  .image-5 {
    position: relative;
    left: 0%;
  }

  .cell-8 {
    min-height: 470px;
  }

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

  .div-block-55 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .div-block-16 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .code-embed {
    border-radius: 12px;
  }

  .div-block-18 {
    align-self: center;
    align-items: center;
  }

  .quick-stack-4 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .div-block-24 {
    border-bottom: 2px solid var(--neutral--200);
    border-right-style: none;
  }

  .div-block-24.no-border {
    border-bottom-style: none;
  }

  .div-block-28 {
    margin-top: 180px;
  }

  .c-sh__heading-h1 {
    font-size: 62px;
    line-height: 62px;
  }

  .c-sh__heading-h1.is-white {
    margin-bottom: 20px;
  }

  .c-sh__paragraph-l {
    font-size: 24px;
  }

  .div-block-30 {
    margin-top: 120px;
    margin-bottom: 100px;
  }

  .c-sh__tabs-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    border-bottom-style: none;
    flex-flow: row;
    align-items: stretch;
    display: flex;
  }

  .c-sh__heading-h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .c-sh__heading-h2.is-purple.no-margin {
    margin-bottom: 0;
  }

  .c-sh__tab-link {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabs-content {
    margin-top: 10px;
  }

  .c-sh__mask {
    width: 390px;
  }

  .c-sh__slider-slide_regular {
    aspect-ratio: 1 / 1.65;
  }

  .c-sh__slider-slide_container {
    padding-right: 20px;
  }

  .c-sh__cell-icon__container {
    border-bottom: 2px solid var(--neutral--200);
    border-right-style: none;
  }

  .div-block-37 {
    margin-bottom: 0;
  }

  .c-b-phone-container__regular.is-b-large.only-mobile {
    margin-bottom: 24px;
    display: block;
  }

  .cell {
    display: none;
  }

  .div-block-38 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .c-sh__heading-h3-xl.is-purple {
    font-size: 28px;
    line-height: 34px;
  }

  .tabs-3 {
    flex-flow: column;
  }

  .a-sh__tabs-w-content {
    padding-left: 4px;
  }

  .div-block-45 {
    width: 75%;
  }

  .c-list__menu-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .c-f-lpm__mask {
    width: 390px;
  }

  .c-f-lpm__slider-slide_regular {
    aspect-ratio: 3 / 2.65;
  }

  .c-f-lpm__slider-slide_container {
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 20px;
  }

  .section {
    background-image: linear-gradient(180deg, var(--neutral--200), var(--neutral--200) 90%, #efedf200 90%);
  }

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

  .c-paragraph__l {
    font-size: 22px;
    line-height: 29px;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 22px;
  }

  .c-subheader__block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .c-subheader__block.mood-orange {
    flex-flow: column-reverse;
  }

  .c-subheader__block.mood-purple {
    flex-flow: column wrap;
  }

  .c-subheader__info-container {
    max-width: 100%;
  }

  .c-subheader__info-container.has-p-right-80 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-subheader__info-container.has-p-left-80 {
    padding-left: 10px;
  }

  .c-subheader__img-container {
    max-width: 100%;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .c-subheader__subinfo-container.has-separator {
    border-bottom: 2px solid var(--neutral--200);
    border-right-style: none;
    padding-bottom: 7vw;
  }

  .div-block-9 {
    margin-bottom: 80px;
  }

  .c-paragraph__r {
    font-size: 20px;
    line-height: 30px;
  }

  .mask {
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
  }

  .c-slide__regular {
    background-color: #0000;
  }

  .section-3 {
    margin-bottom: 70px;
    padding-top: 45px;
    padding-bottom: 0;
  }

  .c-list__list-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-13 {
    padding: 14px 4vw;
  }

  .div-block-14 {
    margin-top: 120px;
  }

  .div-block-16 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .c-heading__h3-m {
    font-size: 28px;
    line-height: 32px;
  }

  .c-hero-img__header-d {
    display: none;
  }

  .c-hero-img__header-m {
    width: 100%;
    display: block;
  }

  .c-sh__container-r {
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-span {
    display: inline;
  }

  .div-block-28 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 48px;
  }

  .c-sh__heading-h1 {
    font-size: 52px;
    line-height: 54px;
  }

  .c-sh__heading-h1.is-white.no-margin.centered-m {
    margin-left: auto;
    margin-right: auto;
  }

  .c-sh__heading-h1.is-white.c-size-m {
    font-size: 40px;
  }

  .c-sh__paragraph-l {
    font-size: 19px;
    line-height: 26px;
  }

  .div-block-30 {
    margin-top: 70px;
    margin-bottom: 60px;
  }

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

  .c-sh__heading-h2 {
    text-align: left;
    font-size: 26px;
    line-height: 30px;
  }

  .c-sh__heading-h2.is-purple.centered-m {
    text-align: center;
    margin-bottom: 14px;
  }

  .c-sh__heading-h2.centered-m {
    text-align: center;
  }

  .c-sh__heading-h2.centered-m.no-margin {
    margin-bottom: 10px;
  }

  .c-sh__heading-h2.exp-002 {
    text-align: center;
    font-size: 42px;
    line-height: 47px;
  }

  .c-sh__tab-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .c-sh__paragraph-r {
    font-size: 19px;
    line-height: 25px;
  }

  .a-sh__cell-centered {
    grid-row-gap: 0px;
  }

  .div-block-32 {
    margin-bottom: 40px;
  }

  .c-sh__mask {
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
  }

  .c-sh__slider-slide_regular {
    aspect-ratio: 1 / 1.34;
    background-color: #0000;
  }

  .c-sh__slider-slide_container {
    padding-bottom: 13px;
  }

  .c-sh__slider-slide_container._1 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .c-sh__slider-content-container {
    height: auto;
  }

  .c-sh__cell-icon__container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-34 {
    min-height: 370px;
    margin-top: -20px;
  }

  .tabs-2 {
    margin-bottom: 60px;
  }

  .a-sh__pill-tab-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-sh__pill-tabs-container {
    justify-content: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
  }

  .quick-stack-5 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .div-block-37 {
    text-align: center;
    margin-top: 48px;
  }

  .c-b-phone-container__regular {
    border-radius: 44px;
  }

  .c-b-phone-container__regular.is-b-large.only-mobile {
    border-width: 6px;
    border-radius: clamp(10px, 5px + 5vw, 53px);
    width: clamp(170px, 50px + 15vw, 480px);
  }

  .c-b-img__phone-001 {
    width: 102%;
    max-width: 102%;
    top: .1%;
  }

  .quick-stack-6 {
    padding-bottom: 60px;
  }

  .quick-stack-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .quick-stack-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-38 {
    padding-right: 0;
  }

  .div-block-40 {
    margin-top: 80px;
  }

  .tabs-3 {
    flex-flow: column-reverse;
  }

  .a-sh__tabs-w-content {
    color: var(--brand--orange-600);
  }

  .div-block-44 {
    background-color: #261b3666;
  }

  .div-block-46 {
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-block-48 {
    text-align: center;
  }

  .div-block-50 {
    margin-bottom: 140px;
  }

  .quick-stack-11 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }

  .div-block-51 {
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-12 {
    align-self: center;
  }

  .c-list__menu-content {
    scrollbar-width: none;
    grid-template-rows: auto;
    grid-template-columns: 75vw;
    grid-auto-columns: 75vw;
    overflow: scroll;
  }

  .c-f-lpm__text-menu {
    font-size: 19px;
    line-height: 25px;
  }

  .c-f-lpm-heading__h1 {
    max-width: 100%;
    margin-bottom: 24px;
    line-height: clamp(42px, 18px + 8vw, 62px);
  }

  .c-f-lpm__mask {
    border-radius: 12px;
    width: 100%;
  }

  .c-f-lpm__slider-slide_regular {
    aspect-ratio: 1 / 1.1;
    background-color: #fff;
  }

  .c-f-lpm__slider-slide_container {
    padding: 23px 10px 13px 12px;
  }

  .c-f-lpm__slider-slide_container._1 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .c-f-lpm__slider-content-container {
    height: auto;
  }

  .c-f-lpm__text-link-s {
    font-size: 19px;
    line-height: 25px;
  }

  .no-padding-stack {
    padding-top: 42px;
  }

  .cell-6, .cell-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .cell-8 {
    min-height: 370px;
  }

  .c-f-bttn__base {
    width: 100%;
  }

  .cell-10, .cell-11 {
    justify-content: flex-start;
    align-items: center;
  }

  .c-ai-event__blob {
    padding: 6vw 8.5vw;
  }

  .cell-12 {
    width: 100%;
    max-width: 95%;
    min-height: 360px;
    margin: 0 auto;
    padding-left: 3%;
    padding-right: 3%;
  }
}

#w-node-df1510a8-03da-3e2d-b837-bb6e58b1d0b9-38c701f0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_23e2735f-cb6b-fdc6-6979-4a3e98934c95-38c701f0, #w-node-a6707dfd-7aa3-f92b-b884-d6b15704540e-38c701f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_174add8b-f584-f1e7-eb43-0294feb40e2a-38c701f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fc1a0fd8-1f43-b59b-561a-0a1359adcc78-56054fc6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1d047d76-c5b7-4f44-73f6-ef2aad2e8391-56054fc6 {
  grid-column: span 2 / span 2;
}

#w-node-ec62ff33-1800-c974-6066-1249a499ddd7-56054fc6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ec62ff33-1800-c974-6066-1249a499dddc-56054fc6 {
  grid-column: span 2 / span 2;
}

#w-node-_93161f95-a83a-4d8e-3215-6cdb78fb3ffc-56054fc6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_93161f95-a83a-4d8e-3215-6cdb78fb4001-56054fc6 {
  grid-column: span 2 / span 2;
}

#w-node-_67067b7d-9cce-3250-71f8-a58754fd3324-56054fc6, #w-node-_36fb0090-2631-73d4-98dd-f7db5dbee743-56054fc6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f3167c71-0984-bb58-70b2-56031c582dd7-56054fc6, #w-node-afc10180-95f6-b2bf-cc06-59cf32e68420-56054fc6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6fa6eacd-7cbf-04bf-cfee-b9afe73b929d-56054fc6, #w-node-afa778b1-88a5-3451-b107-75db7f4e0dd4-56054fc6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_501f5e15-d5be-3b4e-ed70-7f68b20822bf-56054fc6 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-d151cbfc-6e04-a5dd-b348-6d7ff9eac9cb-56054fc6, #w-node-d151cbfc-6e04-a5dd-b348-6d7ff9eac9cc-56054fc6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5b8ad7f9-4d2c-423a-90c7-7b980bdd2f85-2c2e7b35 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-ee197a9d-d259-da85-486f-1b251c8ce044-2c2e7b35 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_9cf2423b-68c1-1203-24de-5b8b98da8838-2c2e7b35 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4d85011c-36aa-eb17-fc02-10ce530cc4b7-2c2e7b35 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6ce11bba-a451-bf1e-5a33-9bce5a8d5674-2c2e7b35 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_26e0165d-e9db-dc6f-75ad-1dbcb536b214-2c2e7b35, #w-node-b17f394d-f123-1538-95ef-c349ed499d33-2c2e7b35 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-cd1635ad-8e40-db86-1a32-f1e20e13eeac-2c2e7b35 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5a1939e2-021e-7e08-e2aa-6bdc2ab792dc-2c2e7b35 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5a1939e2-021e-7e08-e2aa-6bdc2ab792e2-2c2e7b35 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5ee01ba2-9d05-5f24-83f4-4be593185b30-2c2e7b35 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_5b8ad7f9-4d2c-423a-90c7-7b980bdd2f85-2c2e7b35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ee197a9d-d259-da85-486f-1b251c8ce044-2c2e7b35 {
    grid-template-rows: auto;
    grid-template-columns: .25fr .25fr;
  }

  #w-node-cd1635ad-8e40-db86-1a32-f1e20e13eeac-2c2e7b35 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-df1510a8-03da-3e2d-b837-bb6e58b1d0b9-38c701f0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_23e2735f-cb6b-fdc6-6979-4a3e98934c95-38c701f0, #w-node-_174add8b-f584-f1e7-eb43-0294feb40e2a-38c701f0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fc1a0fd8-1f43-b59b-561a-0a1359adcc78-56054fc6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36fb0090-2631-73d4-98dd-f7db5dbee743-56054fc6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f3167c71-0984-bb58-70b2-56031c582dd7-56054fc6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6fa6eacd-7cbf-04bf-cfee-b9afe73b929d-56054fc6, #w-node-afa778b1-88a5-3451-b107-75db7f4e0dd4-56054fc6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_501f5e15-d5be-3b4e-ed70-7f68b20822bf-56054fc6 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-d151cbfc-6e04-a5dd-b348-6d7ff9eac9cc-56054fc6, #w-node-_9cf2423b-68c1-1203-24de-5b8b98da8838-2c2e7b35, #w-node-_26e0165d-e9db-dc6f-75ad-1dbcb536b214-2c2e7b35, #w-node-_5a1939e2-021e-7e08-e2aa-6bdc2ab792dc-2c2e7b35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a6707dfd-7aa3-f92b-b884-d6b15704540e-38c701f0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fc1a0fd8-1f43-b59b-561a-0a1359adcc78-56054fc6, #w-node-f3167c71-0984-bb58-70b2-56031c582dd7-56054fc6, #w-node-afc10180-95f6-b2bf-cc06-59cf32e68420-56054fc6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5b8ad7f9-4d2c-423a-90c7-7b980bdd2f85-2c2e7b35 {
    grid-template-rows: auto;
    grid-template-columns: 100%;
  }

  #w-node-ee197a9d-d259-da85-486f-1b251c8ce044-2c2e7b35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cd1635ad-8e40-db86-1a32-f1e20e13eeac-2c2e7b35 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ee01ba2-9d05-5f24-83f4-4be593185b30-2c2e7b35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Founders Grotesk R';
  src: url('../fonts/FoundersGrotesk-R-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk R';
  src: url('../fonts/FoundersGrotesk-R-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk R';
  src: url('../fonts/FoundersGrotesk-R-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk R';
  src: url('../fonts/FoundersGrotesk-R-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}