:root {
  --main-font-family: "Host Grotesk Variable", Arial, sans-serif;
  --text-icon--default--main: #191a1f;
  --secondary-font-family: "Montagu Slab Variable", Georgia, sans-serif;
  --text-icon--default--strong: #3e3e4e;
  --fill--default--main-inverse: #0e0e11;
  --text-icon--default--weak: #b5b6c4;
  --text-icon--default--main-inverse: #f7f7f8;
  --text-icon--default--strong-inverse: #d7d8e0;
  --text-icon--default--medium: #595a70;
  --black: black;
  --white: white;
  --text-icon--accent--weak: white;
  --stroke--default--main: #d7d8e0;
  --fill--default--main: #f8fbfe;
  --stroke--accent--medium: #c188f7;
  --stroke--default--weak: #ededf1;
  --fill--accent--strong: #953be2;
  --fill--default--weak: #f7f7f8;
  --text-icon--semantic--error--main: #f04849;
}

body {
  font-family: var(--main-font-family);
  color: var(--text-icon--default--main);
  background-color: #f8fbfe;
  flex-flow: column;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: color .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #f8fbfecc;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0);
}

.container {
  width: 100%;
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container.container--md {
  max-width: 69.375rem;
}

.container.container--footer {
  grid-column-gap: 40px;
  grid-row-gap: 26px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.container.container--hero {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: wrap;
  display: flex;
}

.container.container--metrics {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.container.container--navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.container.container--plans-dialog {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.container.container--sm {
  max-width: 55.875rem;
}

.title-1 {
  letter-spacing: -.7px;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
}

.body-1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.body-1.body-1--medium {
  font-weight: 500;
}

.body-1.body-1--semibold {
  font-weight: 600;
}

.body-2 {
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.375rem;
}

.body-2.body-2--medium {
  font-weight: 500;
}

.body-2.body-2--semibold {
  font-weight: 600;
}

.body-2.body-2--alternative {
  font-family: var(--secondary-font-family);
}

.footnote {
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.footnote.footnote--medium {
  font-weight: 500;
}

.footnote.footnote--semibold {
  font-weight: 600;
}

.caption {
  letter-spacing: 0;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1;
}

.caption.caption--medium {
  font-weight: 500;
}

.overline {
  letter-spacing: .08125rem;
  text-transform: uppercase;
  font-size: .6875rem;
  font-weight: 600;
  line-height: .75rem;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-color: #8a50ff;
  background-image: linear-gradient(90deg, #8a50ff80, #56f0ca80 25%, #86d7ff80 57%, #d470f980 80%, #8a50ff80);
  -webkit-background-clip: text;
  background-clip: text;
}

.button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  letter-spacing: .025px;
  background-color: #0d0f13;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  min-height: 3.5rem;
  padding: .75rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4375rem;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-flex;
}

.button:hover {
  background-color: #323a48;
}

.button:active {
  background-color: #374255;
}

.button.button--sm {
  min-height: 2.75rem;
  padding: .75rem;
}

.button.button--xs {
  min-height: 2.25rem;
  padding: .5rem;
  font-size: .9375rem;
}

.button.button--stroke {
  box-shadow: inset 0 0 0 1px var(--\<unknown\|variable-ba258f48-8964-17b6-408e-72c4e09bf555\>);
  color: #15181e;
  background-color: #0000;
}

.button.button--ghost {
  color: #15181e;
  background-color: #0000;
}

.button.button--inverse {
  color: #15181e;
  background-color: #fff;
}

.button.button--inverse:hover {
  background-color: #eceef2;
}

.button.button--inverse:active {
  background-color: #d4dae3;
}

.button.button--inverse:focus-visible, .button.button--inverse[data-wf-focus-visible] {
  outline-color: #fff;
}

.button.button--stroke-inverse {
  box-shadow: inset 0 0 0 1px var(--\<unknown\|variable-7a900681-d2f0-9523-ef89-e669105db837\>);
  background-color: #0000;
}

.button.button--stroke-inverse:focus-visible, .button.button--stroke-inverse[data-wf-focus-visible] {
  outline-color: #fff;
}

.button.button--gradient {
  background-image: url("https://cdn.prod.website-files.com/68593429bc8ec38ce824fcdd/6870027275fa2942fcd0d85b_gradient-button.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.button__text {
  padding-left: .25rem;
  padding-right: .25rem;
}

.button__text.button__text--mobile {
  display: none;
}

.brand {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.brand__icon {
  width: 2.5rem;
  height: 2.5rem;
}

.brand__logo {
  width: 5.5625rem;
  height: auto;
}

.main {
  flex: 1;
}

.footer {
  background-color: var(--fill--default--main-inverse);
  color: var(--text-icon--default--weak);
  padding-top: 26px;
  padding-bottom: 26px;
}

.footer__content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.footer__link {
  color: var(--text-icon--default--main-inverse);
  text-decoration: none;
}

.footer__link:hover {
  color: var(--text-icon--default--strong-inverse);
}

.footer__address {
  font-style: normal;
}

.footer__links {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: baseline;
  display: flex;
}

.footer__list {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: baseline;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.hero {
  padding-top: 180px;
  padding-bottom: 98px;
}

.hero__content {
  width: 46rem;
  max-width: 58%;
  padding-top: 43px;
}

.hero__subtitle {
  color: var(--text-icon--default--medium);
  letter-spacing: .03125rem;
  margin-top: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.4375rem;
}

.hero__button {
  margin-top: 2.5rem;
}

.title-4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.9375rem;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.section--video {
  text-align: center;
  background-image: url("https://cdn.prod.website-files.com/68593429bc8ec38ce824fcdd/685d54adbae5f80fe4771e6a_logo-variant-3.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.section--pricing {
  background-image: url("https://cdn.prod.website-files.com/68593429bc8ec38ce824fcdd/685d7a289096faf4f515f10e_ellipse-logo-gradients.svg");
  background-position: 50% 356px;
  background-repeat: no-repeat;
  background-size: 2041px 990px;
  padding-bottom: 120px;
}

.section.section--faqs {
  background-color: #eff5fb;
}

.section__title.section__title--video {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.title-2 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.875rem;
}

.title-2.title-2--alternative {
  font-family: var(--secondary-font-family);
}

.video {
  aspect-ratio: 9 / 5;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 846px;
  margin: 2rem auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-video__description {
  color: var(--text-icon--default--strong);
  max-width: 42.25rem;
  margin-left: auto;
  margin-right: auto;
}

.hero__images {
  aspect-ratio: 7 / 8;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 525px;
  max-width: 100%;
  display: flex;
  position: relative;
}

.hero__img {
  position: absolute;
}

.hero__img.hero__img--graphic-card {
  z-index: 3;
  border-radius: 14px;
  width: 182px;
  max-width: 35%;
  height: auto;
  top: 11%;
  left: 0;
  box-shadow: 2.24px 6.72px 24.88px -3.23px #1634501a;
}

.hero__img.hero__img--picture-2 {
  border-radius: 20px;
  width: 258px;
  max-width: 50%;
  height: auto;
  top: 0;
  right: 5%;
}

.hero__img.hero__img--picture-1 {
  z-index: 2;
  border-radius: 20px;
  width: 258px;
  max-width: 50%;
  height: auto;
  top: 19%;
  left: 8%;
}

.hero__img.hero__img--gradient {
  z-index: 1;
  opacity: .7;
  width: 416px;
  max-width: 78%;
  bottom: 0;
  right: 3%;
}

.hero__card {
  z-index: 4;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #fcfbfc;
  border-radius: 16px;
  flex-flow: column;
  align-items: center;
  width: 158px;
  max-width: 31%;
  margin-bottom: 18px;
  padding: 14px 8px;
  display: flex;
  position: relative;
  box-shadow: 2.79px 8.38px 31.03px -4.03px #1634501a;
}

.hero__card-logo {
  object-fit: contain;
  width: 107px;
  max-width: 80%;
  height: auto;
}

.hero__card-text {
  color: var(--black);
  letter-spacing: -.2px;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.12;
  display: flex;
}

.hero__subtitle-strong {
  margin-left: .5rem;
  margin-right: .5rem;
  font-weight: 600;
  display: inline-block;
}

.subtitle-motion {
  font-weight: 600;
  position: relative;
}

.subtitle-motion__text {
  opacity: 0;
  white-space: nowrap;
  opacity: 0;
  white-space: nowrap;
  position: absolute;
  left: 8px;
}

.hero__subtitle-full {
  display: block;
}

.button__logo {
  object-fit: contain;
  width: 1.75rem;
  height: 1.75rem;
}

.button__logo:where(.w-variant-9f397ce9-aa47-ed62-d655-2ceb227661e6) {
  display: none;
}

.slides-card {
  background-color: var(--black);
  color: var(--white);
  background-image: radial-gradient(circle farthest-side at 40% -80%, #8a50ffb3, #8a50ff00);
  border-radius: 24px;
  overflow: hidden;
}

.slides-card__header {
  text-align: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 110px 40px 58px;
}

.slides-card__subtitle {
  color: var(--text-icon--default--strong-inverse);
  margin-top: 1.5rem;
}

.slides-card__button {
  margin-top: 1.5rem;
}

.slides-card__scroll-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
  padding-left: 0;
  display: flex;
}

.slide-card {
  background-color: var(--black);
  background-image: linear-gradient(150deg, #0b061766, #e5ccef66);
  border-radius: 20px;
  min-width: 493px;
  padding: 1px;
  overflow: hidden;
}

.slide-card__header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.slide-card__info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.slide-card__image {
  background-image: url("https://cdn.prod.website-files.com/68593429bc8ec38ce824fcdd/686ffbfe437ddd721f2fcc0d_team-gradient.webp");
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

.slide-card__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-card__position {
  color: var(--text-icon--accent--weak);
}

.slide-card__content {
  background-color: var(--black);
  color: var(--white);
  background-image: linear-gradient(148deg, #372a51b3, #0b0617b3);
  border-radius: 20px;
  height: 100%;
  padding: 20px 32px 24px 24px;
  overflow: hidden;
}

.slides-card__marquee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.gallery-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #eff5fb;
  border-radius: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.gallery-card__images {
  aspect-ratio: 628 / 720;
  flex: 1;
  width: 628px;
  max-width: 53%;
  position: relative;
}

.gallery-card__content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 524px;
  max-width: 44%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.list-card {
  border: 1px solid var(--stroke--default--main);
  background-color: var(--fill--default--main);
  border-radius: 20px;
  padding: 24px 28px 32px;
}

.list-card__item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.list-card__list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.pricing__header {
  text-align: center;
  max-width: 52.5rem;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.pricing__header:where(.w-variant-a750de28-ef55-dac5-9cad-6108d1ecd87e) {
  margin-bottom: 56px;
}

.pricing__subtitle {
  color: var(--text-icon--default--strong);
  margin-top: 1rem;
}

.pricing__footer {
  text-align: center;
  max-width: 39.125rem;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
}

.pricing__footer-text {
  color: var(--text-icon--default--medium);
  margin-top: .125rem;
}

.gallery-card__subtitle {
  margin-top: .75rem;
}

.gallery-card__button {
  margin-top: 1.5rem;
}

.list-card__text {
  font-size: 1rem;
}

.list-card__icon {
  flex: none;
  width: 2rem;
  height: 2rem;
}

.list-card__icon-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.gallery-card__img {
  border-radius: 24px;
  width: 302px;
  height: auto;
  position: absolute;
}

.gallery-card__img.gallery-card__img--1 {
  max-width: 49%;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
}

.gallery-card__img.gallery-card__img--2 {
  max-width: 49%;
  top: -10%;
  right: 0;
}

.gallery-card__img.gallery-card__img--3 {
  z-index: 2;
  max-width: 49%;
  top: 62%;
  right: 0;
}

.gallery-card__img.gallery-card__img--logo {
  width: 452px;
  max-width: 72%;
  bottom: 2%;
  right: 21%;
}

.plan-card {
  border: 1px solid var(--stroke--default--main);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff9;
  border-radius: 16px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 343px;
  min-height: 0;
  max-height: 100%;
  display: flex;
  position: relative;
}

.plan-card:where(.w-variant-5cbd38cf-513a-d736-fc29-766ae97229da) {
  border-color: var(--stroke--accent--medium);
  box-shadow: 2.63px 6px 26.2px -3.79px #963bff2e;
}

.pricing__list {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.pricing__list:where(.w-variant-a750de28-ef55-dac5-9cad-6108d1ecd87e) {
  min-height: 0;
  max-height: 100%;
}

.plan-card__header {
  border-bottom: 1px solid var(--stroke--default--weak);
  text-align: center;
  width: 100%;
  padding: 20px;
}

.title-3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 32px;
}

.plan-card__title.title-3.text-gradient {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
}

.plan-card__title.title-3.text-gradient:where(.w-variant-5cbd38cf-513a-d736-fc29-766ae97229da) {
  -webkit-text-fill-color: transparent;
  background-color: #8a50ff;
  background-image: linear-gradient(90deg, #8a50ff80, #56f0ca80 25%, #86d7ff80 57%, #d470f980 80%, #8a50ff80);
  -webkit-background-clip: text;
  background-clip: text;
}

.plan-card__content {
  flex-flow: column;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  padding: 26px 20px 24px;
  display: flex;
  overflow: auto;
}

.plan-card__icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: .125rem;
  display: flex;
}

.plan-card__icon-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.plan-card__item {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  display: flex;
}

.plan-card-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.plan-card__list-text {
  color: var(--text-icon--default--medium);
}

.headline {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4375rem;
}

.plan-card__price {
  color: var(--text-icon--default--strong);
}

.plan-card__frequency {
  color: var(--text-icon--default--medium);
}

.plan-card__subtitle {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: baseline;
  margin-top: .25rem;
  display: flex;
}

.plan-card__additions {
  margin-bottom: .75rem;
}

.plan-card__badge {
  background-color: var(--fill--accent--strong);
  color: var(--text-icon--default--main-inverse);
  background-image: linear-gradient(90deg, #8a50ff99, #d470f999 40%, #8a50ff99);
  border-radius: 8px;
  padding: .0625rem .5rem .125rem;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1rem;
  display: none;
  position: absolute;
  top: 0%;
  transform: translate(0, -50%);
}

.plan-card__badge:where(.w-variant-5cbd38cf-513a-d736-fc29-766ae97229da) {
  display: inline-flex;
}

.metrics__header {
  width: 100%;
  max-width: 405px;
}

.metrics__subtitle {
  color: var(--text-icon--default--medium);
  margin-top: .75rem;
}

.metric-card {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 405px;
  padding: 20px;
  box-shadow: 0 0 12px -2px #1018281f;
}

.metrics__list {
  display: contents;
}

.metric-card__name {
  color: var(--text-icon--default--medium);
  margin-bottom: .75rem;
}

.metric-card__value {
  font-family: var(--secondary-font-family);
  font-size: 2.25rem;
  line-height: 2.875rem;
}

.metric-card__description {
  margin-top: .25rem;
}

.faqs__title {
  text-align: center;
  text-align: center;
  margin-bottom: 1.5rem;
}

.faq-details__row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-details__icon {
  flex: none;
}

.faq-details__summary {
  color: var(--text-icon--default--main);
  padding: 24px 28px;
}

.faq-details__summary:focus-visible, .faq-details__summary[data-wf-focus-visible] {
  outline-offset: -4px;
  border-radius: 16px;
  outline: 2px solid #111827bf;
}

.faq-details__img {
  width: 1.5rem;
  height: 1.5625rem;
}

.faq-details {
  background-color: var(--fill--default--main);
  border-radius: 16px;
  transition: border-color .2s, background-color .2s;
  overflow: hidden;
  box-shadow: 0 0 6px #10182814;
}

.faq-details__content {
  padding-bottom: 24px;
  padding-left: 28px;
  padding-right: 28px;
}

.faqa__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.faq-details__richtext {
  color: var(--text-icon--default--main);
  margin-top: -8px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.faq-details__richtext strong {
  font-weight: 700;
}

.faq-details__richtext h1, .faq-details__richtext h2, .faq-details__richtext h3, .faq-details__richtext h4, .faq-details__richtext h5, .faq-details__richtext h6, .faq-details__richtext blockquote {
  display: none;
}

.faq-details__richtext a {
  color: var(--text-icon--default--strong);
  text-decoration: underline;
}

.faq-details__richtext a:hover {
  color: var(--text-icon--default--medium);
}

.plans-dialog {
  z-index: 9999;
  background-color: var(--white);
  border: 1px #000;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.show-plans.button:where(.w-variant-9f397ce9-aa47-ed62-d655-2ceb227661e6) {
  background-image: url("https://cdn.prod.website-files.com/68593429bc8ec38ce824fcdd/6870027275fa2942fcd0d85b_gradient-button.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.plan-card__button {
  width: 100%;
}

.plan-card__button.button.button--gradient {
  background-image: url("https://cdn.prod.website-files.com/68593429bc8ec38ce824fcdd/6870027275fa2942fcd0d85b_gradient-button.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.plan-card__button.button.button--gradient:where(.w-variant-5cbd38cf-513a-d736-fc29-766ae97229da) {
  background-color: var(--fill--accent--strong);
}

.plans:where(.w-variant-a750de28-ef55-dac5-9cad-6108d1ecd87e) {
  flex-flow: column;
  min-height: 0;
  max-height: 100%;
  display: flex;
}

.features__header {
  text-align: center;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}

.features__content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.feature__content {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 25.5625rem;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.feature__icon {
  background-color: var(--white);
  border-radius: 1rem;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 2rem;
  overflow: hidden;
  box-shadow: 2.63px 7.88px 29.18px -3.79px #0003;
}

.feature__text {
  color: var(--text-icon--default--strong);
  margin-top: 1rem;
}

.feature__icon-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.feature__image-img {
  object-fit: cover;
  border-radius: 16px;
  width: 413px;
  height: 413px;
  box-shadow: 2.32px 6.95px 25.73px -3.34px #1634501a;
}

.feature-chat {
  color: var(--text-icon--default--strong);
  text-align: center;
  background-color: #fcfbfc;
  background-image: url("https://cdn.prod.website-files.com/68593429bc8ec38ce824fcdd/686e24e5ab74e7908c678ba7_feature-gradient.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid #ffffff57;
  border-radius: 14px;
  padding: 10px 14px 17px;
  font-size: 12px;
  line-height: 1.31;
  overflow: hidden;
  box-shadow: 3.23px 9.68px 35.85px -4.66px #1634501a;
}

.feature-chat.feature-chat--logo {
  text-align: left;
  text-align: left;
  background-image: none;
  padding-top: 17px;
}

.feature-scene.feature-scene--3, .feature-scene.feature-scene--4, .feature-scene.feature-scene--2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-scene {
  position: relative;
}

.feature-scene.feature-scene--3, .feature-scene.feature-scene--4, .feature-scene.feature-scene--2, .feature-scene.feature-scene--3, .feature-scene.feature-scene--4, .feature-scene.feature-scene--2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-chat__title {
  font-family: var(--secondary-font-family);
  color: var(--text-icon--default--main);
  margin-bottom: 13px;
  font-size: 8px;
  line-height: 1.31;
}

.feature__image-chat.feature__image-chat--1.feature__image-chat--1-2, .feature__image-chat.feature__image-chat--1.feature__image-chat--1-3, .feature__image-chat.feature__image-chat--1.feature__image-chat--1-5, .feature__image-chat.feature__image-chat--1.feature__image-chat--1-6 {
  opacity: 0;
}

.feature__image-chat.feature__image-chat--4.feature__image-chat--4-2, .feature__image-chat.feature__image-chat--4.feature__image-chat--4-3 {
  opacity: 0;
}

.feature__image-chat {
  position: absolute;
}

.feature__image-chat.feature__image-chat--1.feature__image-chat--1-2, .feature__image-chat.feature__image-chat--1.feature__image-chat--1-3, .feature__image-chat.feature__image-chat--1.feature__image-chat--1-5, .feature__image-chat.feature__image-chat--1.feature__image-chat--1-6 {
  opacity: 0;
}

.feature__image-chat.feature__image-chat--4.feature__image-chat--4-2, .feature__image-chat.feature__image-chat--4.feature__image-chat--4-3 {
  opacity: 0;
}

.feature__image-chat.feature__image-chat--1.feature__image-chat--1-2, .feature__image-chat.feature__image-chat--1.feature__image-chat--1-3, .feature__image-chat.feature__image-chat--1.feature__image-chat--1-5, .feature__image-chat.feature__image-chat--1.feature__image-chat--1-6, .feature__image-chat.feature__image-chat--1.feature__image-chat--1-2, .feature__image-chat.feature__image-chat--1.feature__image-chat--1-3, .feature__image-chat.feature__image-chat--1.feature__image-chat--1-5, .feature__image-chat.feature__image-chat--1.feature__image-chat--1-6 {
  opacity: 0;
}

.feature__image-chat.feature__image-chat--2 {
  min-width: 162px;
  max-width: 223px;
  top: 240px;
  left: -26px;
}

.feature__image-chat.feature__image-chat--2.feature__image-chat--2-2 {
  opacity: 0;
  opacity: 0;
}

.feature__image-chat.feature__image-chat--3 {
  min-width: 157px;
  max-width: 201px;
  top: 70px;
  left: 172px;
}

.feature__image-chat.feature__image-chat--3.feature__image-chat--3-2 {
  opacity: 0;
  opacity: 0;
}

.feature__image-chat.feature__image-chat--4 {
  min-width: 182px;
  max-width: 230px;
  top: 189px;
  right: -24px;
}

.feature__image-chat.feature__image-chat--4.feature__image-chat--4-2, .feature__image-chat.feature__image-chat--4.feature__image-chat--4-3, .feature__image-chat.feature__image-chat--4.feature__image-chat--4-2, .feature__image-chat.feature__image-chat--4.feature__image-chat--4-3 {
  opacity: 0;
}

.feature__image-chat.feature__image-chat--1 {
  justify-content: center;
  align-items: flex-start;
  width: 230px;
  display: flex;
  top: 183px;
  right: -24px;
}

.feature__image-chat.feature__image-chat--1.feature__image-chat--1-4 {
  opacity: 0;
  opacity: 0;
}

.feature-chat__logo {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--white);
  border: 1px solid #ffffff57;
  border-radius: 14px;
  padding: 5px 9px 5px 5px;
  display: flex;
  position: absolute;
  top: -18px;
  left: -19px;
  overflow: hidden;
  box-shadow: 3.16px 9.49px 35.15px -4.57px #1634501a;
}

.feature-chat__logo-icon {
  width: 17px;
  height: 17px;
}

.feature-chat__logo-text {
  width: 36px;
  height: auto;
}

.plans-dialog__plans {
  flex-flow: column;
  min-height: 0;
  max-height: 100%;
  display: flex;
}

.features__scroll {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row-reverse;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.features__images {
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  position: sticky;
  top: 0;
}

.features__content-scroll.features__content-scroll--2, .features__content-scroll.features__content-scroll--3 {
  min-height: 150vh;
}

.features__content-scroll {
  min-height: 100vh;
  padding-top: 28px;
  padding-bottom: 28px;
}

.features__content-scroll.features__content-scroll--2, .features__content-scroll.features__content-scroll--3 {
  min-height: 150vh;
}

.features__content-scroll.features__content-scroll--1 {
  min-height: 500vh;
}

.features__content-scroll.features__content-scroll--2, .features__content-scroll.features__content-scroll--3 {
  min-height: 150vh;
}

.features__content-scroll.features__content-scroll--4 {
  min-height: 200vh;
}

.features__scenes {
  position: relative;
}

.features__footer {
  text-align: center;
  max-width: 39.25rem;
  margin-left: auto;
  margin-right: auto;
}

.features__footer-text {
  color: var(--text-icon--default--strong);
  margin-top: 1rem;
}

.features__footer-title {
  font-family: var(--secondary-font-family);
  font-size: 1.75rem;
  line-height: 2rem;
}

.features__footer-logo {
  object-fit: contain;
  width: 107px;
  max-width: 80%;
  height: auto;
  margin-bottom: 1.5rem;
}

.slide-card__image-overlay {
  mix-blend-mode: soft-light;
  background-color: #3d0f9a33;
  position: absolute;
  inset: 0%;
}

.plans-dialog__form {
  display: none;
}

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

.plans-dialog__close-button {
  margin-left: auto;
}

.button-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--text-icon--default--strong);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-link:hover {
  color: var(--text-icon--default--medium);
}

.button-link__icon {
  width: 1.25rem;
  height: 1.25rem;
}

.back-plans {
  display: none;
}

.plans-form {
  max-width: 25.625rem;
  margin-bottom: 0;
}

.plans-dialog__content {
  flex-flow: column;
  height: 100vh;
  padding-top: 24px;
  display: flex;
}

.plans-form__header {
  text-align: center;
  margin-bottom: 72px;
}

.plans-form__subtitle {
  color: var(--text-icon--default--strong);
  margin-top: .75rem;
}

.plans-form__button {
  width: 100%;
  margin-top: 2rem;
}

.input {
  border: 1px solid var(--stroke--default--main);
  background-color: var(--fill--default--weak);
  color: var(--text-icon--default--main);
  border-radius: 8px;
  min-height: 52px;
  margin-bottom: 0;
  padding: 12px 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.input:focus {
  border-color: var(--stroke--accent--medium);
}

.input::placeholder {
  color: var(--text-icon--default--medium);
}

.plans-dialog__fields {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.plan-card__footer {
  border-top: 1px solid var(--stroke--default--weak);
  width: 100%;
  margin-top: auto;
  padding: 12px 20px 20px;
}

.checkbox {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox__input {
  border: 2px solid var(--text-icon--default--weak);
  border-radius: .25rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
}

.checkbox__input.w--redirected-checked {
  border-color: var(--fill--default--main-inverse);
  background-color: var(--fill--default--main-inverse);
  color: var(--text-icon--default--main-inverse);
  background-image: url("https://cdn.prod.website-files.com/68593429bc8ec38ce824fcdd/6871363bc1efa75c0aca5e2a_checkbox.svg");
  background-position: 50%;
  background-size: 14px;
}

.checkbox__input.w--redirected-focus {
  outline-color: var(--stroke--accent--medium);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  box-shadow: 0 0 #0000;
}

.checkbox__label {
  color: var(--text-icon--default--medium);
  margin-bottom: 0;
  margin-left: .75rem;
}

.checkbox__link {
  color: var(--text-icon--default--main);
  min-width: 0;
}

.checkbox__link:hover {
  color: var(--text-icon--default--strong);
}

.plans-form__success {
  background-color: #0000;
}

.plans-form__error {
  color: var(--text-icon--semantic--error--main);
  background-color: #0000;
  margin-top: 1rem;
  padding: 0;
}

.hero__text {
  color: var(--text-icon--default--strong);
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.4375rem;
}

.plan-form__list {
  margin-top: 2rem;
  padding-left: 0;
}

.form-details {
  border-top: 1px solid var(--stroke--default--main);
}

.form-details__summary {
  color: var(--text-icon--default--main);
  padding: 12px 0 8px;
}

.form-details__content {
  padding: 4px 0 8px;
}

.form-details__row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-details__icon {
  flex: none;
}

.form-details__img {
  width: 1rem;
  height: auto;
}

.form-details__richtext {
  color: var(--text-icon--default--medium);
  font-size: .6875rem;
  line-height: 1rem;
}

.form-details__richtext strong {
  font-weight: 700;
}

.form-details__richtext h1, .form-details__richtext h2, .form-details__richtext h3, .form-details__richtext h4, .form-details__richtext h5, .form-details__richtext h6, .form-details__richtext blockquote {
  display: none;
}

.form-details__richtext a {
  color: var(--text-icon--default--strong);
  text-decoration: underline;
}

.form-details__richtext a:hover {
  color: var(--text-icon--default--medium);
}

@media screen and (max-width: 991px) {
  .title-1 {
    letter-spacing: .038rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .hero__content {
    padding-top: 0;
  }

  .slides-card__scroll-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .slides-card__scroll-list:where(.w-variant-226e8da8-b9df-feae-05f1-ebfe1a788019) {
    display: none;
  }

  .slide-card {
    min-width: auto;
    max-width: 320px;
  }

  .gallery-card__images {
    flex: 0 auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-card__content {
    width: 100%;
    max-width: 100%;
  }

  .plan-card {
    max-height: none;
  }

  .plan-card__content {
    overflow: visible;
  }

  .metrics__header {
    text-align: center;
  }

  .feature__image-chat.feature__image-chat--1 {
    right: -8px;
  }

  .feature__image-chat.feature__image-chat--4, .feature__image-chat.feature__image-chat--1 {
    right: -8px;
  }

  .feature__image-chat.feature__image-chat--2 {
    left: 12px;
  }

  .feature__image-chat.feature__image-chat--4 {
    right: -8px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .container.container--footer {
    grid-row-gap: 56px;
    flex-flow: column;
    align-items: center;
  }

  .container.container--hero {
    flex-flow: column;
  }

  .title-1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .body-2 {
    font-size: .875rem;
  }

  .caption {
    font-size: .6875rem;
  }

  .button {
    font-size: 1rem;
  }

  .button.button--xs {
    font-size: .875rem;
  }

  .button__text.button__text--desktop:where(.w-variant-a7c55280-bb09-0299-a695-bab2e798b08a) {
    display: none;
  }

  .button__text.button__text--mobile:where(.w-variant-a7c55280-bb09-0299-a695-bab2e798b08a) {
    display: block;
  }

  .brand__icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .brand__logo {
    width: 4.5625rem;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer__content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
  }

  .footer__links, .footer__list {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero {
    padding-top: 144px;
  }

  .hero__content {
    max-width: 100%;
    padding-top: 0;
  }

  .hero__subtitle {
    flex-flow: wrap;
    display: flex;
  }

  .title-4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section--video {
    background-size: contain;
  }

  .section.section--pricing {
    padding-bottom: 80px;
  }

  .title-2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .hero__images {
    margin-left: auto;
    margin-right: auto;
  }

  .hero__subtitle-strong {
    margin-left: 0;
  }

  .button__logo:where(.w-variant-a7c55280-bb09-0299-a695-bab2e798b08a) {
    width: 1.375rem;
    height: 1.375rem;
  }

  .slides-card__header {
    padding: 80px 16px 40px;
  }

  .slide-card {
    max-width: 493px;
  }

  .slide-card__info {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .slide-card__image {
    width: 48px;
    height: 48px;
  }

  .slide-card__content, .slides-card__marquee, .gallery-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gallery-card__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .list-card__item {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .pricing__header {
    margin-bottom: 48px;
  }

  .pricing__header:where(.w-variant-a750de28-ef55-dac5-9cad-6108d1ecd87e) {
    margin-bottom: 24px;
  }

  .hero__subtitle__first-line {
    width: 100%;
  }

  .faq-details__summary, .faq-details__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .plans-dialog {
    padding: 16px 0 32px;
  }

  .show-plans.button:where(.w-variant-a7c55280-bb09-0299-a695-bab2e798b08a) {
    min-height: 2.375rem;
    padding: .5rem .875rem .5rem .75rem;
    font-size: .875rem;
    line-height: 1.0625rem;
  }

  .features__content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    position: relative;
    top: -50vh;
  }

  .feature__content {
    max-width: none;
    min-height: 55vh;
    max-height: 55vh;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .feature__icon {
    border-radius: 8px;
    flex: none;
    width: 40px;
    height: 40px;
    margin-bottom: 1.5rem;
  }

  .feature__image-img {
    aspect-ratio: 1;
    width: calc(45vh - 32px);
    max-width: calc(100vw - 32px);
    height: auto;
  }

  .feature-scene.feature-scene--2 {
    opacity: 0;
    opacity: 0;
    display: flex;
    right: 0;
  }

  .feature__image-chat.feature__image-chat--1 {
    top: 50%;
  }

  .feature__image-chat.feature__image-chat--2 {
    top: 60%;
  }

  .feature__image-chat.feature__image-chat--3 {
    top: 0%;
  }

  .feature__image-chat.feature__image-chat--4 {
    top: 53%;
  }

  .features__scroll {
    flex-flow: column-reverse;
    align-items: center;
  }

  .features__images {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 55vh;
    padding-bottom: 0;
  }

  .features__content-scroll.features__content-scroll--2, .features__content-scroll.features__content-scroll--3 {
    min-height: 105vh;
  }

  .features__content-scroll.features__content-scroll--1 {
    min-height: 350vh;
  }

  .features__content-scroll.features__content-scroll--2, .features__content-scroll.features__content-scroll--3 {
    min-height: 105vh;
  }

  .features__content-scroll.features__content-scroll--4 {
    min-height: 140vh;
  }

  .features__scenes {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .features__scenes-bg {
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    height: 45vh;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .features__footer {
    margin-top: 40px;
  }

  .legal {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-details__summary, .form-details__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .footer__links, .footer__list {
    flex-flow: column;
  }

  .subtitle-motion {
    width: 17rem;
    min-height: 1.9375rem;
  }

  .subtitle-motion__text {
    left: 0;
  }

  .hero-subtitle__plus {
    margin-right: 8px;
  }

  .feature__image-chat.feature__image-chat--3 {
    left: auto;
    right: 12px;
  }
}
