:root {
  --font-family: Inter, sans-serif;
  --color--white: white;
  --text-size--h1: 5vw;
  --color--primary: #1080cf;
  --text-size--h2: 60px;
  --text-size--h3: 44px;
  --text-size--h4: 32px;
  --text-size--h5: 24px;
  --color--bg: #1d1d1d;
  --color--heading-gradient: #107fcf;
  --color--card-gradient-01: #2b2b2b;
  --color--card-gradient-02: #121212;
  --color--text-color: #bdbdbd;
  --text-size--paragraph-16px: 16px;
  --text-size--paragraph-18px: 18px;
  --color--gradient-01: #d9d9d9;
  --color--text-color-2: #1a1a1a;
  --color--background: #2b2b2b;
  --color--testimonial-gradient-01: #d5d5d5;
  --color--text-color-3: #595959;
}

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

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

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

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

h1 {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  background-image: linear-gradient(84.46deg, var(--color--white) 49%, var(--color--primary) 79%);
  font-family: var(--font-family);
  font-size: var(--text-size--h2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1290px;
  padding: 5em 2em;
}

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

.style-guide-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  display: flex;
}

.styleguide-header {
  background-image: linear-gradient(79deg, var(--color--white) 49%, var(--color--heading-gradient) 79%);
  font-family: var(--font-family);
  font-size: var(--text-size--h2);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}

.styleguide-heading-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.headings {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(131deg, var(--color--card-gradient-01) 25%, var(--color--card-gradient-02) 75%);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.style-guide-small-heading {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-16px);
  font-weight: 500;
  line-height: 1.5;
}

.heading-4 {
  background-image: linear-gradient(84.46deg, var(--color--white) 49%, var(--color--heading-gradient) 79%);
}

.body-16px {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-16px);
  text-align: center;
  letter-spacing: -.03px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
}

.body-16px.how-it, .body-16px.audience-paragrapg, .body-16px.assistant, .body-16px.tab, .body-16px.testimonial {
  text-align: left;
}

.body-16px.price {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.body-16px.faq {
  text-align: left;
}

.body-16px.black {
  color: var(--color--bg);
  max-width: 500px;
}

.body-16px.card-stacking {
  max-width: 500px;
}

.body-16px.rattings {
  max-width: 70%;
}

.body-18px {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-18px);
  letter-spacing: -.03px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
}

.body-18px.black {
  color: var(--color--bg);
}

.color-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-color {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styleguide-top-color {
  width: 235px;
  height: 150px;
}

.styleguide-top-color.background-color {
  background-color: var(--color--bg);
}

.styleguide-top-color.primary {
  background-color: var(--color--primary);
}

.styleguide-top-color.white {
  background-color: var(--color--white);
}

.styleguide-top-color.text-color {
  background-color: var(--color--text-color);
}

.styleguide-top-color.gradient-01 {
  background-color: var(--color--gradient-01);
}

.styleguide-top-color.card-gradient-01 {
  background-color: var(--color--card-gradient-01);
}

.styleguide-top-color.card-gradient-02 {
  background-color: var(--color--card-gradient-02);
}

.styleguide-top-color.text-color-02 {
  background-color: var(--color--text-color-2);
}

.styleguide-top-color.heading-gradient {
  background-color: var(--color--heading-gradient);
}

.color-description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color--card-gradient-01);
  flex-flow: column;
  width: 235px;
  padding: 20px;
  display: flex;
}

.style-guide-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color--primary);
  font-family: var(--font-family);
  color: var(--color--text-color-2);
  font-size: var(--text-size--paragraph-16px);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.nav-button-text-flex-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-button-text-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-button-text {
  letter-spacing: -.03px;
}

.nav-button-text.is-relative {
  position: relative;
}

.nav-button-text.is-absolute {
  position: absolute;
}

.nav-button-arrow-wrap {
  border: 1.3px solid var(--color--text-color-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.nav-button-arrow {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 9px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-button-arrow-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button-arrow-svg.is-relative {
  position: relative;
}

.nav-button-arrow-svg.is-absolute {
  position: absolute;
}

.primary-button {
  background-color: var(--color--white);
  font-family: var(--font-family);
  color: var(--color--bg);
  font-size: var(--text-size--paragraph-16px);
  border-radius: 60px;
  padding: 10px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.primary-button-text {
  position: static;
}

.primary-button-text.is-relative {
  position: relative;
}

.primary-button-text.is-absolue {
  position: absolute;
}

.secondary-button {
  border: 1px solid var(--color--white);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--paragraph-16px);
  overflow-wrap: normal;
  border-radius: 60px;
  padding: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.secondary-button-text.is-relative {
  position: relative;
}

.secondary-button-text.is-absolute {
  position: absolute;
}

.navbar {
  z-index: 99;
  position: static;
  top: 21px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: var(--color--background);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 60px;
  width: 100%;
  max-width: 1020px;
  max-height: 90px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand.w--current {
  max-width: 180px;
  max-height: 35px;
  overflow: clip;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.image {
  vertical-align: top;
  object-fit: cover;
  border-radius: 60px;
  width: 145px;
  height: 35px;
  overflow: visible;
}

.nav-link-block {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-14px);
  padding: 8px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
  position: relative;
  overflow: clip;
}

.nav-link-block:hover {
  color: var(--color--primary);
}

.nav-link-text.is-relative {
  position: relative;
}

.footer-section {
  overflow: hidden;
}

.footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: clip;
}

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

.footer-infinity {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

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

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

.footer-header-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-logo.w--current {
  max-width: 180px;
  overflow: clip;
}

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

.footer-link {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-16px);
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-link:hover {
  color: var(--color--primary);
}

.footer-link._1st {
  padding-left: 0;
}

.form-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.form-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.form-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.form-button.is-button-small {
  grid-row-gap: .5rem;
  background-color: var(--color--primary);
  font-family: var(--font-family);
  color: #ffffff;
  font-size: var(--text-size--paragraph-16px);
  letter-spacing: -.03px;
  border: 0 #0000;
  border-radius: 60px;
  padding: 8px 16px;
  font-weight: 500;
}

.form-button.is-button-small:focus {
  box-shadow: none;
}

.success-message {
  background-image: linear-gradient(131deg, var(--color--background) 39%, var(--color--card-gradient-02));
  border-radius: 20px;
  padding: 30px;
}

.form-input {
  border: 1px solid var(--color--white);
  font-family: var(--font-family);
  color: var(--color--text-color);
  background-color: #0000;
  border-radius: 60px;
  min-height: 30px;
  margin-bottom: 0;
  padding: 8px;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  border: 1px none var(--color--white);
  box-shadow: none;
  color: var(--color--text-color);
}

.form-input:focus-visible, .form-input[data-wf-focus-visible] {
  border-style: solid;
}

.form-input::placeholder {
  color: #667085;
}

.footer-form-block {
  max-width: 35rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.error-message {
  background-image: linear-gradient(131deg, var(--color--background) 39%, var(--color--card-gradient-02));
  border-radius: 20px;
  margin-top: 1.5rem;
  padding: 30px;
}

.footer-search-heading {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h5);
  letter-spacing: -.04px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-form {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-right-wrapper {
  flex-direction: column;
  display: flex;
}

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

.footer-social-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.social {
  color: var(--color--white);
  width: 30px;
  height: 32px;
  transition: color .3s;
}

.social:hover {
  color: var(--color--primary);
}

.infinity-tracker-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.footer-infinity-text {
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--heading-gradient));
  font-family: var(--font-family);
  font-size: var(--text-size--h1);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  line-height: 1.2;
}

.footer-infinity-text.style-guide-button-wrapper {
  background-image: linear-gradient(84.46deg, var(--color--white) 49%, var(--color--heading-gradient) 79%);
}

.footer-infinity-left-color {
  background-image: linear-gradient(90deg, var(--color--bg), #1d1d1d00);
  width: 152px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer-infinity-right-color {
  background-image: linear-gradient(90deg, #1d1d1d00, var(--color--bg));
  width: 152px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-license-text {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-16px);
  font-weight: 500;
  line-height: 1.5;
}

.hero-section {
  z-index: 1;
  position: relative;
  overflow: clip;
}

.hero-section-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-section-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-sticky {
  width: 100%;
  position: sticky;
  top: 50%;
}

.sticky-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-big-heading {
  perspective: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.big-heading {
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--heading-gradient));
  font-family: var(--font-family);
  font-size: var(--text-size--h1);
  text-align: center;
  letter-spacing: -4px;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.big-heading.changelog {
  line-height: 1.2;
}

.mobile-holder {
  z-index: 0;
  flex-flow: column;
  align-items: center;
  width: 50%;
  height: 350px;
  display: flex;
  position: relative;
}

.mobile-image {
  width: 35%;
  z-index: 2;
  position: relative;
}

.mobile-drop-shadow {
  filter: blur(60px);
  background-color: #000;
  width: 20%;
  height: 70%;
  position: absolute;
}

.hero-paragraph {
  z-index: 99;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-top: 160px;
  display: flex;
  position: relative;
}

.hero-paragraph-holder {
  font-family: var(--font-family);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 664px;
  display: flex;
}

.hero-button-wrapper {
  z-index: 12;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.brand-section {
  overflow: hidden;
}

.brand-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-marquee-section {
  overflow: hidden;
}

.brand-marquee-section.second {
  position: relative;
  overflow: hidden;
}

.marque-wrap-big-oppsite {
  z-index: 10;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marque-text-two {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: none;
  align-items: center;
  min-height: 40px;
  margin-right: 100px;
  display: flex;
}

.home-brand-wrapper {
  opacity: .7;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-width: 160px;
}

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

.hero-color-overlay {
  background-image: linear-gradient(0deg, var(--color--bg) 4%, #1d1d1d00 85%);
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0%;
}

.tools-section {
  overflow: clip;
}

.tools-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-heading {
  background-image: linear-gradient(84.46deg, var(--color--white) 68%, var(--color--primary));
  text-align: center;
  letter-spacing: -2px;
}

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

.tool-sticky-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.how-it-work-section {
  overflow: clip;
}

.how-it-work-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.how-it-work-grid {
  grid-column-gap: 2em;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.2fr 1fr;
  width: 100%;
}

.mobile-mockup {
  padding-top: 18.5em;
  padding-bottom: 18.5em;
  position: relative;
}

.mobile-mockup-sticky {
  perspective: 1500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.rotate {
  z-index: 1;
  perspective: 1000px;
  mix-blend-mode: difference;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto;
  transform: translate3d(0, 0, -400px)scale3d(3.3, 3.3, .1);
}

.rotate.tab-color-change {
  z-index: -1;
  bottom: 60%;
  right: 65%;
}

.rotate-orange {
  background-color: var(--color--primary);
  filter: blur(20px);
  perspective: 1000px;
  mix-blend-mode: hard-light;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 13em;
  height: 13em;
  display: flex;
  position: relative;
}

.rotate-white {
  background-color: var(--color--text-color);
  mix-blend-mode: hard-light;
  border-radius: 100%;
  width: 60%;
  height: 60%;
}

.phone-holder-wrapper {
  z-index: 22;
  position: relative;
}

.phone-holder {
  justify-content: center;
  align-items: center;
  max-width: 24em;
  display: flex;
  position: relative;
}

.phone-holder-shadow {
  z-index: -52;
  filter: none;
  transform-style: preserve-3d;
  background-color: #12121233;
  border-radius: 30px;
  display: none;
  position: absolute;
  inset: 0%;
  transform: translate3d(.8px, .8px, 1px)translate3d(0, 0, -200px);
}

.mobile-mockup-image {
  z-index: 50;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.mockup-01 {
  z-index: 10;
  border-radius: 30px;
  width: 100%;
  max-height: 90vh;
  position: relative;
}

.mockup-02 {
  z-index: 20;
  width: 100%;
  max-height: 90vh;
  position: absolute;
  inset: 0%;
}

.mockup-03 {
  z-index: 30;
  width: 100%;
  max-height: 90vh;
  position: absolute;
  inset: 0%;
}

.mockup-04 {
  z-index: 40;
  width: 100%;
  max-height: 90vh;
  position: absolute;
  inset: 0%;
}

.how-it-work-card {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 50vh;
  padding-top: 9em;
  display: flex;
  position: relative;
}

.how-it-work-card-holder {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.how-it-work-icon-wrapper {
  background-color: var(--color--primary);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 80px;
  margin-top: 12px;
  display: flex;
}

.how-it-work-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.how-it-work-icon {
  object-fit: cover;
  width: 48px;
  height: 48px;
}

.card-heading {
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--primary));
  letter-spacing: -2px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.audience-section {
  overflow: clip;
}

.audience-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.audience-heading {
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--primary));
  letter-spacing: -2px;
  text-align: center;
}

.audience-paragraph {
  max-width: 450px;
}

.audience-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.audience-card {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color--card-gradient-01);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: border-color .3s;
  display: flex;
  position: relative;
}

.audience-icon-holder {
  border: .5px solid var(--color--text-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 20px;
  display: flex;
}

.audience-card-heading {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h4);
  letter-spacing: -.04px;
  font-weight: 600;
  line-height: 1.5;
}

.audience-icon {
  width: 225%;
  max-width: none !important;
}

.audience-big-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color--card-gradient-01);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: border-color .3s;
  display: flex;
}

.assistants-section {
  overflow: hidden;
}

.assistants-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.assistants-header-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.assistant-header-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 53%;
  display: flex;
}

.header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  min-width: 439px;
  display: flex;
}

.iso-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color--white);
  font-family: var(--font-family);
  color: var(--color--bg);
  font-size: var(--text-size--paragraph-16px);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iso-button-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.iso-icon {
  width: 24px;
  height: 24px;
}

.android-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--color--white);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--paragraph-16px);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.assistant-header {
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--primary));
  letter-spacing: -2px;
}

.assistant-tab-wrapper {
  perspective: 1000px;
  width: 100%;
  position: relative;
}

.tab-wrapper {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 460px;
  min-height: 460px;
  display: grid;
}

.tab-link-assistant-01 {
  background-color: var(--color--background);
  transform-style: preserve-3d;
  border: 1px solid #ffffff1a;
  border-radius: 20px 20px 0 0;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 460px;
  margin-bottom: -16px;
  padding: 30px 20px;
  transition: transform .3s, color .3s;
  display: flex;
  transform: translate3d(0, 0, .01px);
}

.tab-link-assistant-01.w--current {
  background-color: var(--color--background);
  font-family: var(--font-family);
  border: 1px solid #ffffff1a;
  border-radius: 20px 20px 0 0;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 460px;
  margin-bottom: -16px;
  padding: 30px 20px;
  transition: transform .3s, color .3s;
  display: flex;
  transform: translate3d(0, 0, .01px);
}

.tab-link-assistant-01.bottom {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.right-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-icon-wrapper {
  background-color: #ffffff1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.icon-embed-xsmall {
  color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.tab-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-24px {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h5);
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.text-24px.black {
  color: var(--color--bg);
}

.tab-arrow {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-embed-xsmall-2 {
  font-family: var(--font-family);
  color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 6px;
  font-weight: 500;
  display: flex;
}

.tab-small-paragraph {
  overflow: hidden;
}

.tab-image-wrapper {
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content {
  z-index: 50;
  overflow: hidden;
}

.testimonial-section {
  overflow: hidden;
}

.testimonial-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.testimonial-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  max-height: 1240px;
  display: flex;
  position: relative;
  overflow: clip;
}

.vertical-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
  position: relative;
}

.testimonial-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(131.9deg, var(--color--background) 40%, var(--color--card-gradient-02));
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 419.62px;
  max-width: 419.62px;
  min-height: 353.68px;
  padding: 20px;
  display: flex;
}

.testimonial-icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .5px solid var(--color--text-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.testimonial-icon {
  object-fit: cover;
  width: 24px;
  height: 16px;
}

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

.client {
  width: 60px;
  height: 60px;
}

.clinent-name {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.client-name-text {
  opacity: .85;
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h5);
  letter-spacing: -.8px;
  font-weight: 500;
  line-height: 1;
}

.client-history {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-16px);
  font-weight: 500;
  line-height: 1;
}

.testimonial-shadow {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--color--bg), #1d1d1d00);
  width: 10%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto -.5%;
}

.testimonial-lower-shadow {
  background-image: linear-gradient(180deg, #1d1d1d00 22%, var(--color--bg));
  width: 110%;
  height: 400px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -5%;
}

.testimonial-header {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pricing-section {
  overflow: hidden;
}

.pricing-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pricing-heading {
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--primary));
  letter-spacing: -2px;
}

.pricing-plan {
  background-image: linear-gradient(131.9deg, var(--color--background) 39.99%, var(--color--card-gradient-02));
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.pricing-tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--font-family);
  color: var(--color--white);
  background-color: #0000;
  border-radius: .375rem;
  align-items: center;
  padding: 8px;
  font-weight: 600;
  display: flex;
}

.pricing-tab-link.w--current {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--color--primary);
  font-family: var(--font-family);
  color: var(--color--bg);
  border-radius: 60px;
  padding: 8px;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.pricing-tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color--background);
  font-family: var(--font-family);
  border-radius: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 80px;
  padding: 8px;
  display: grid;
}

.price-button-text {
  font-family: var(--font-family);
  font-size: var(--text-size--paragraph-16px);
  letter-spacing: -.03px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.pricing-tab-content {
  overflow: visible;
}

.pricing-components {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.discount {
  font-family: var(--font-family);
  border-radius: 40px;
  padding: 4px;
  box-shadow: 4px 4px 8px #00000040;
}

.pricing-card {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.price-middle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-lower {
  align-self: stretch;
}

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

.plan {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h4);
  font-weight: 500;
  line-height: 1;
}

.usd-price {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.main-price {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h3);
  font-weight: 500;
  line-height: 1;
}

.annual-price {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-18px);
  padding-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
}

.price-divider {
  background-color: var(--color--text-color);
  width: 100%;
  height: .5px;
}

.price-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.price-listing-text {
  font-family: var(--font-family);
  letter-spacing: -.03px;
  font-weight: 500;
  line-height: 1.5;
}

.price-primary-button {
  background-color: var(--color--white);
  font-family: var(--font-family);
  color: var(--color--background);
  font-size: var(--text-size--paragraph-16px);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.price-secondary-button {
  background-color: var(--color--primary);
  font-family: var(--font-family);
  color: var(--color--background);
  font-size: var(--text-size--paragraph-16px);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.testiminial-gradient {
  z-index: -1;
  background-color: var(--color--primary);
  filter: blur(200px);
  border-radius: 100%;
  width: 15%;
  height: 35%;
  position: absolute;
  inset: auto auto 5% 40%;
}

.faq-section {
  overflow: hidden;
}

.faq-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.faq-icon-wrapper {
  color: #0000;
}

.faq-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-answer {
  overflow: hidden;
}

.faq-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.max-width-large-3 {
  width: 100%;
  max-width: 48rem;
  padding-left: 76px;
}

.faq-question-text {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h5);
  font-weight: 500;
  line-height: 1.5;
}

.faq-question-text.white {
  font-family: var(--font-family);
  color: #fff;
  font-size: var(--text-size--h5);
  line-height: 1.5;
}

.text-16px {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-16px);
  font-weight: 500;
  line-height: 1.5;
}

.text-16px.message {
  text-align: center;
}

.space-medium-2 {
  width: 100%;
  min-height: 1rem;
}

.faq-card {
  border: 1px solid #0000;
  padding-left: 0;
}

.faq-list-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  text-align: center;
}

.faq-header.faq {
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--primary));
}

.accordion-icon-horizontal-line-2 {
  color: #fff;
  background-color: #fff;
  border-radius: 1px;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.accordion-icon-vertical-line {
  color: #fff;
  background-color: #fff;
  border-radius: 1px;
  width: 2px;
  height: 1rem;
  position: absolute;
}

.accordion-icon-component-2 {
  border-style: none;
  border-width: 0;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.faq-answer-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-icon-wrap {
  background-color: var(--color--background);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.faq-icon {
  color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.faq-divider {
  width: 100%;
  height: 1px;
}

.faq-initial-divider {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
}

.cta-section {
  overflow: hidden;
}

.cta-wrapper {
  background-image: url('../images/CTA-BG.svg'), linear-gradient(131deg, var(--color--card-gradient-01) 25%, var(--color--card-gradient-02) 75%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.cta-grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  width: 100%;
  height: 100%;
}

.cta-left {
  z-index: 1;
  position: relative;
}

.cta-centerCB {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 517px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.cta-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 517px;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
}

.cta-right {
  position: relative;
}

.cta-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(84.46deg, var(--color--white) 67%, var(--color--heading-gradient));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  display: flex;
}

.cta-cubheading {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h5);
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}

.cta-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
  display: flex;
}

.left-gradient {
  background-color: var(--color--white);
  filter: blur(83px);
  width: 350px;
  height: 350px;
  position: absolute;
  inset: auto auto -19% -50%;
}

.left-gradient.tablet {
  width: 25%;
  height: 25%;
}

.left-orange-gradient {
  background-color: var(--color--primary);
  filter: blur(83px);
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto auto -16% -68%;
}

.cta-left-image {
  max-width: 226px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: none;
}

.right-white-gradient {
  background-color: var(--color--white);
  filter: blur(83px);
  width: 350px;
  height: 350px;
  position: absolute;
  top: -19%;
  right: -50%;
}

.right-white-gradient.tablet {
  width: 25%;
  height: 25%;
}

.right-orange-gradient {
  background-color: var(--color--primary);
  filter: blur(83px);
  width: 400px;
  height: 400px;
  position: absolute;
  top: -16px;
  right: -68%;
}

.cta-right-image {
  max-width: 226px;
  position: absolute;
  inset: auto;
  transform: none;
}

.sticky-card-black {
  z-index: 3;
  grid-column-gap: 48px;
  grid-row-gap: 10px;
  background-image: linear-gradient(131deg, var(--color--background) 40%, var(--color--bg));
  perspective: 1000px;
  border-radius: 20px;
  flex-flow: column;
  max-height: 658px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 5%;
  overflow: clip;
}

.sticky-heading {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--text-size--h3);
  letter-spacing: -.02px;
  font-weight: 500;
  line-height: 1.5;
}

.sticky-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0fr 1fr;
}

.sticky-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

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

.sticky-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.inner-card {
  background-image: linear-gradient(153deg, var(--color--background) 50%, var(--color--heading-gradient) 95%);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.inner-card-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--background);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  box-shadow: 12px 12px 21px #16161640;
}

.sticky-iconwrapper {
  border: 1px solid var(--color--white);
  color: var(--color--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.sticky-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.sticky-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inner-card-holder-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--background);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  box-shadow: 12px 12px 32px #16161640;
}

.inner-card-right {
  background-image: linear-gradient(205deg, var(--color--background) 50%, var(--color--heading-gradient) 95%);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.sticky-orange-black {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color--primary);
  perspective: 1000px;
  border-radius: 20px;
  flex-flow: column;
  max-height: 658px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 7%;
  overflow: clip;
}

.sticky-black-heading {
  font-family: var(--font-family);
  color: var(--color--bg);
  font-size: var(--text-size--h4);
  letter-spacing: -.02px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.sticky-iconwrapper-black {
  border: 1.5px solid #fafafa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.sticky-icon-black {
  color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.inner-card-orange {
  background-image: linear-gradient(135deg, var(--color--primary) 50%, var(--color--white) 95%);
  border-radius: 20px;
  padding: 1px;
}

.inner-card-holder-orange {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--heading-gradient);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  box-shadow: 12px 12px 32px #b9b9b940;
}

.inner-card-orange-right {
  background-image: linear-gradient(205deg, var(--color--primary) 50%, var(--color--white) 95%);
  border-radius: 20px;
  padding: 1px;
}

.sticky-orange-white {
  z-index: 5;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--color--white);
  perspective: 1000px;
  border-radius: 20px;
  flex-flow: column;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 9%;
  overflow: clip;
}

.sticky-iconwrapper-orange {
  border: 1px solid var(--color--primary);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.sticky-icon-black-orange {
  color: var(--color--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.inner-card-white {
  background-image: linear-gradient(153deg, var(--color--white) 50%, var(--color--heading-gradient) 95%);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.inner-card-holder-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  box-shadow: 12px 12px 32px #b9b9b940;
}

.inner-card-white-right {
  background-image: linear-gradient(205deg, var(--color--white) 50%, var(--color--heading-gradient) 95%);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.white-circle {
  z-index: -999;
  background-color: var(--color--gradient-01);
  filter: blur(121px);
  width: 50%;
  height: 50%;
  position: absolute;
  inset: auto auto 10%;
}

.orange-circle {
  background-color: var(--color--primary);
  filter: blur(83px);
  width: 100%;
  height: 75%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-revel {
  white-space: nowrap;
}

.mask {
  background-color: #1d1d1dbf;
  position: absolute;
  inset: 0%;
}

.big-header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-text {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--paragraph-18px);
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

.tab-pane-tab-1 {
  border-radius: 22px;
  overflow: hidden;
}

.faq-gradient, .faq-gradient-02 {
  background-image: linear-gradient(90deg, var(--color--bg), var(--color--heading-gradient) 79%);
  width: 100%;
  height: 1px;
}

.faq-question-02, .faq-question-03 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.faq-gradient-03 {
  background-image: linear-gradient(90deg, var(--color--bg), var(--color--heading-gradient) 79%);
  width: 100%;
  height: 1px;
}

.faq-question-04 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.faq-gradient-04 {
  background-image: linear-gradient(90deg, var(--color--bg), var(--color--heading-gradient) 79%);
  width: 100%;
  height: 1px;
}

.faq-question-05 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.faq-gradient-05 {
  background-image: linear-gradient(90deg, var(--color--bg), var(--color--heading-gradient) 79%);
  width: 100%;
  height: 1px;
}

.sticky-audience {
  background-image: linear-gradient(134deg, var(--color--background) 50%, #9b9b9b 95%);
  border-radius: 20px;
  padding: .8px;
  transition: background-color .3s;
  position: sticky;
  top: 15vh;
  overflow: hidden;
}

.sticky-audience:hover {
  background-image: linear-gradient(134deg, var(--color--background) 50%, var(--color--heading-gradient) 95%);
}

.sticky-2nd {
  background-image: linear-gradient(134deg, var(--color--background) 50%, #9b9b9b);
  border-radius: 20px;
  margin-top: 80vh;
  padding: .8px;
  transition: background-color .3s;
  position: sticky;
  top: 15vh;
}

.sticky-2nd:hover {
  background-image: linear-gradient(134deg, var(--color--background) 50%, var(--color--heading-gradient) 95%);
}

.sticky-3rd {
  background-image: linear-gradient(134deg, var(--color--background) 50%, #9b9b9b);
  border-radius: 20px;
  margin-top: 160vh;
  padding: .8px;
  transition: background-color .3s;
  position: sticky;
  top: 15vh;
}

.sticky-3rd:hover {
  background-image: linear-gradient(134deg, var(--color--background) 50%, var(--color--heading-gradient) 95%);
}

.stycky-4th {
  background-image: linear-gradient(134deg, var(--color--background) 50%, #9b9b9b);
  border-radius: 20px;
  margin-top: 240vh;
  padding: .8px;
  transition: background-color .3s;
  position: sticky;
  top: 15vh;
  overflow: hidden;
}

.stycky-4th:hover {
  background-image: linear-gradient(134deg, var(--color--background) 50%, var(--color--heading-gradient) 95%);
}

.big-card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: -50px;
}

.big-gradient-card {
  background-image: linear-gradient(153deg, var(--color--background) 50%, #2b2b2b 50%, #9b9b9b);
  border-radius: 20px;
  padding: .8px;
  transition: background-color .3s;
  overflow: hidden;
}

.big-gradient-card:hover {
  background-image: linear-gradient(153deg, #2b2b2b 29%, var(--color--background) 50%, var(--color--heading-gradient));
}

.tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6 {
  border-radius: 22px;
  overflow: hidden;
}

.license-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.license-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-license {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.image-grid {
  grid-template-rows: auto;
}

.image-license-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(131deg, var(--color--background) 25%, var(--color--card-gradient-02) 75%);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.license-image {
  width: 250px;
  height: 250px;
}

.lincese-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.license-link {
  font-family: var(--font-family);
  color: var(--color--heading-gradient);
  font-size: var(--text-size--paragraph-16px);
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
}

.icon-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-self: center;
}

.icon-license-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(131deg, var(--color--background) 25%, var(--color--card-gradient-02) 75%);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.changelog-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.changelog-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(131deg, var(--color--background) 25%, var(--color--card-gradient-02) 75%, var(--color--card-gradient-02) 75%);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.changelog-header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 5rem;
  display: flex;
}

._404-image-wrapper {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.error {
  color: var(--color--heading-gradient);
}

.star-card {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(131deg, var(--color--background) 40%, var(--color--card-gradient-02));
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 419.62px;
  max-width: 419.62px;
  min-height: 353.68px;
  padding: 20px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.star-text {
  font-family: var(--font-family);
  color: var(--color--text-color);
  font-size: var(--text-size--h2);
  letter-spacing: -2px;
  font-weight: 500;
  line-height: 1;
}

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

.star {
  width: 24px;
  height: 24px;
}

.feature-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.left-shadow {
  z-index: 10;
  background-image: linear-gradient(90deg, var(--color--bg), #1d1d1d00);
  width: 10%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-shadow {
  z-index: 10;
  background-image: linear-gradient(90deg, #1d1d1d00, var(--color--bg));
  width: 10%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.avatar-group-component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: .5rem;
  display: flex;
}

.avatar-group-item {
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.testimonial-rightshadow {
  background-image: linear-gradient(90deg, #1d1d1d00, var(--color--bg));
  width: 10%;
  height: 100%;
  position: absolute;
  inset: 0% -.5% 0% auto;
}

.mobile-rotate.hode-desktop, .mobile-rotate-bottom.hide-desktop {
  display: none;
}

.first-infinity-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.vertical-wrapper-holder {
  border-radius: 20px;
  position: relative;
  overflow: clip;
}

.first-shadow {
  background-image: linear-gradient(90deg, var(--color--bg), #1d1d1d00);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 150px;
  position: absolute;
  inset: 0% auto 0% -.2%;
}

.pricing-middle-gradient {
  background-image: linear-gradient(134deg, var(--color--background) 50%, var(--color--heading-gradient) 95%);
  border-radius: 20px;
  padding: 1px;
  overflow: hidden;
}

.price-button-dark-text {
  font-family: var(--font-family);
  font-size: var(--text-size--paragraph-16px);
  letter-spacing: -.03px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

._14px-text-dark {
  font-family: var(--font-family);
  letter-spacing: -.06px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link-brand, .footer-link-agency, .webflow-brand {
  color: var(--color--text-color);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-2 {
  object-fit: cover;
  height: 100%;
}

.image-3 {
  object-fit: cover;
  width: 180px;
  height: 35px;
}

@media screen and (min-width: 1280px) {
  .hero-paragraph {
    padding-top: 160px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-paragraph {
    padding-top: 180px;
  }

  .first-shadow {
    width: 4%;
  }
}

@media screen and (min-width: 1920px) {
  .body-16px._1920 {
    margin-top: 32px;
  }

  .hero-paragraph {
    padding-top: 240px;
  }

  .faq-list {
    border-radius: 12px;
  }

  .big-header-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .body, .heading-4 {
    --font-family: Inter, sans-serif;
    --color--white: white;
    --text-size--h1: 11vw;
    --color--primary: #1080cf;
    --text-size--h2: 40px;
    --text-size--h3: 30px;
    --text-size--h4: 26px;
    --text-size--h5: 22px;
    --color--bg: #1d1d1d;
    --color--heading-gradient: #1080cf;
    --color--card-gradient-01: #2b2b2b;
    --color--card-gradient-02: #121212;
    --color--text-color: #bdbdbd;
    --text-size--paragraph-16px: 16px;
    --text-size--paragraph-18px: 18px;
    --color--gradient-01: #d9d9d9;
    --color--text-color-2: #1a1a1a;
    --color--background: #2b2b2b;
    --color--testimonial-gradient-01: #d5d5d5;
    --color--text-color-3: #595959;
  }

  .color-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-wrapper.tablet {
    border-radius: 20px;
    margin-top: 10px;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu.tablet {
    background-color: var(--color--background);
    border-radius: 20px;
    padding: 8px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .lottie-animation {
    width: 32px;
    height: 32px;
  }

  .footer-header, .footer-lower {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .footer-header-left {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-right {
    justify-content: center;
    align-items: flex-end;
  }

  .hero-sticky {
    top: 50%;
  }

  .hero-paragraph {
    padding-top: 140px;
  }

  .marque-text-two {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-right: 100px;
  }

  .rotate {
    transform: translate3d(0, 0, -400px)scale3d(2.5, 2.5, .1);
  }

  .phone-holder {
    max-width: 16em;
  }

  .how-it-work-card-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .how-it-work-icon-wrapper {
    min-width: 60px;
    min-height: 60px;
  }

  .how-it-work-icon {
    width: 32px;
    height: 32px;
  }

  .audience-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .assistants-header-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .assistant-header-holder {
    max-width: none;
  }

  .tab-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1.2fr;
  }

  .tabs-menu {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .tab-link-assistant-01 {
    width: 379.639px;
    min-width: 379.639px;
    max-width: 379.639px;
  }

  .tab-link-assistant-01.w--current {
    width: 379.639px;
    min-width: 379.639px;
  }

  .tab-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 300px;
    min-width: auto;
    height: 300px;
    min-height: auto;
    display: flex;
  }

  .tabs-content {
    width: 300px;
  }

  .pricing-components {
    grid-template-columns: 1fr;
  }

  .testiminial-gradient {
    width: 25%;
    height: 20%;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

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

  .cta-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cta-center {
    padding: 100px 24px;
  }

  .left-gradient.tablet {
    width: 25%;
    height: 25%;
    bottom: auto;
    left: auto;
  }

  .left-orange-gradient {
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 175px;
    display: flex;
  }

  .cta-left-image {
    max-width: 150px;
    max-height: 240px;
    transform: none;
  }

  .right-white-gradient.tablet {
    width: 25%;
    height: 25%;
    top: auto;
    right: auto;
  }

  .right-orange-gradient {
    width: 175px;
    height: 175px;
  }

  .cta-right-image {
    max-width: 120px;
    max-height: 240px;
    right: 0;
    transform: none;
  }

  .sticky-card-black {
    padding: 16px;
  }

  .sticky-card-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

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

  .sticky-image.hide-mobile {
    display: none;
  }

  .center-image {
    object-fit: contain;
  }

  .sticky-orange-black, .sticky-orange-white {
    padding: 16px;
  }

  .tab-pane-tab-1 {
    width: 300px;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .sticky-audience {
    position: static;
  }

  .sticky-2nd, .sticky-3rd, .stycky-4th {
    margin-top: 0;
    position: static;
  }

  .tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5 {
    width: 300px;
    min-width: auto;
    height: 300px;
    min-height: auto;
  }

  .tab-pane-tab-6 {
    width: 300px;
    min-width: auto;
    height: 300px;
    min-height: auto;
    overflow: clip;
  }

  .pricing-middle-gradient {
    background-image: linear-gradient(152deg, var(--color--background) 50%, var(--color--heading-gradient) 95%);
  }
}

@media screen and (max-width: 767px) {
  .section, .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .body, .heading-4 {
    --font-family: Inter, sans-serif;
    --color--white: white;
    --text-size--h1: 11vw;
    --color--primary: #1080cf;
    --text-size--h2: 40px;
    --text-size--h3: 30px;
    --text-size--h4: 26px;
    --text-size--h5: 22px;
    --color--bg: #1d1d1d;
    --color--heading-gradient: #1080cf;
    --color--card-gradient-01: #2b2b2b;
    --color--card-gradient-02: #121212;
    --color--text-color: #bdbdbd;
    --text-size--paragraph-16px: 16px;
    --text-size--paragraph-18px: 18px;
    --color--gradient-01: #d9d9d9;
    --color--text-color-2: #1a1a1a;
    --color--background: #2b2b2b;
    --color--testimonial-gradient-01: #d5d5d5;
    --color--text-color-3: #595959;
  }

  .body-16px.faq {
    text-align: center;
  }

  .color-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-button-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-menu.tablet {
    padding-bottom: 16px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .form-button {
    font-size: 1rem;
  }

  .form-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .footer-search-heading {
    text-align: center;
  }

  .footer-right-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-license-text {
    text-align: center;
    line-height: 1.8;
  }

  .hero-section-title {
    height: 60vh;
  }

  .mobile-holder {
    height: 400px;
  }

  .mobile-image {
    max-width: 200px;
  }

  .hero-paragraph {
    padding-top: 100px;
  }

  .brand-section, .tools-section {
    overflow: hidden;
  }

  .rotate.tab-color-change {
    display: none;
  }

  .how-it-work-card {
    min-height: 49vh;
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .how-it-work-card-holder {
    flex-flow: column;
  }

  .audience-section {
    overflow: hidden;
  }

  .audience-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .assistants-section {
    overflow: hidden;
  }

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

  .tabs-menu {
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-assistant-01 {
    width: 520px;
    min-width: 520px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-assistant-01.w--current {
    width: 520px;
    min-width: 520px;
    max-width: 520px;
  }

  .tab-image-wrapper {
    width: 520px;
    min-width: 520px;
    height: 520px;
    min-height: 520px;
  }

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

  .testimonial-section {
    overflow: hidden;
  }

  .vertical-wrapper.opacity-0 {
    opacity: 0;
  }

  .pricing-section {
    overflow: hidden;
  }

  .pricing-plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-components {
    grid-template-columns: 1fr;
  }

  .pricing-component {
    margin-top: 2rem;
  }

  .faq-section {
    overflow: hidden;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .max-width-large-3 {
    padding-left: 57px;
  }

  .space-medium-2 {
    min-height: 1.5rem;
  }

  .cta-section {
    overflow: hidden;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-left.hide-mobile {
    display: none;
  }

  .cta-center {
    z-index: 5;
    min-width: auto;
    min-height: 80vh;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: clip;
  }

  .cta-right.hide-mobile {
    display: none;
  }

  .sticky-card-black {
    max-height: none;
    position: static;
  }

  .sticky-card-grid {
    grid-template-columns: 1fr;
  }

  .sticky-left {
    padding-top: 0;
  }

  .sticky-image.hide-mobile {
    display: none;
  }

  .sticky-right {
    padding-top: 0;
  }

  .sticky-orange-black {
    max-height: none;
    padding: 16px;
    position: static;
  }

  .inner-card-holder-white {
    width: 100%;
  }

  .tab-pane-tab-1 {
    width: 520px;
    min-width: 520px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-question-02, .faq-question-03, .faq-question-04, .faq-question-05 {
    padding: 1rem 1.25rem;
  }

  .sticky-audience {
    background-image: none;
  }

  .big-card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tab-pane-tab-2, .tab-pane-tab-3 {
    width: 520px;
    min-width: 520px;
    height: 520px;
    min-height: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6 {
    width: 520px;
    height: 520px;
    min-height: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-grid, .icon-grid {
    grid-template-columns: 1fr;
  }

  .icon-license-card {
    width: 100%;
  }

  ._404-wrapper {
    padding-top: 4rem;
  }

  .star-card {
    width: 100%;
    min-width: 100%;
    left: 0;
  }

  .star-text {
    letter-spacing: -6px;
    font-size: 80px;
  }

  .mobile-rotate {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .mobile-rotate.hode-desktop {
    display: block;
  }

  .cta-mobile-orange {
    background-color: var(--color--primary);
    filter: blur(83px);
    width: 120px;
    height: 120px;
  }

  .cta-mobile-white {
    background-color: var(--color--white);
    filter: blur(83px);
    width: 60%;
    height: 60%;
  }

  .mobile-rotate-bottom {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .mobile-rotate-bottom.hide-desktop {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section, .container {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .body {
    --font-family: Inter, sans-serif;
    --color--white: white;
    --text-size--h1: 11vw;
    --color--primary: #1080cf;
    --text-size--h2: 26px;
    --text-size--h3: 22px;
    --text-size--h4: 20px;
    --text-size--h5: 18px;
    --color--bg: #1d1d1d;
    --color--heading-gradient: #1080cf;
    --color--card-gradient-01: #2b2b2b;
    --color--card-gradient-02: #121212;
    --color--text-color: #bdbdbd;
    --text-size--paragraph-16px: 16px;
    --text-size--paragraph-18px: 18px;
    --color--gradient-01: #d9d9d9;
    --color--text-color-2: #1a1a1a;
    --color--background: #2b2b2b;
    --color--testimonial-gradient-01: #d5d5d5;
    --color--text-color-3: #595959;
  }

  .headings {
    justify-content: space-between;
    align-items: center;
  }

  .heading-4 {
    --font-family: Inter, sans-serif;
    --color--white: white;
    --text-size--h1: 11vw;
    --color--primary: #ff8a03;
    --text-size--h2: 26px;
    --text-size--h3: 22px;
    --text-size--h4: 20px;
    --text-size--h5: 18px;
    --color--bg: #1d1d1d;
    --color--heading-gradient: #ff9a03;
    --color--card-gradient-01: #2b2b2b;
    --color--card-gradient-02: #121212;
    --color--text-color: #bdbdbd;
    --text-size--paragraph-16px: 16px;
    --text-size--paragraph-18px: 18px;
    --color--gradient-01: #d9d9d9;
    --color--text-color-2: #1a1a1a;
    --color--background: #2b2b2b;
    --color--testimonial-gradient-01: #d5d5d5;
    --color--text-color-3: #595959;
  }

  .body-16px.assistant {
    text-align: center;
  }

  .body-18px {
    font-size: var(--text-size--paragraph-16px);
  }

  .color-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

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

  .navbar-brand.w--current {
    max-width: 160px;
    max-height: 30px;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .image {
    width: 160px;
    height: 30px;
  }

  .footer-header-right {
    align-self: stretch;
  }

  .footer-logo.w--current {
    max-width: 160px;
    max-height: 30px;
  }

  .footer-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-right {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .footer-license-text {
    line-height: 2;
  }

  .big-heading {
    font-size: var(--text-size--h1);
    letter-spacing: 0;
    width: 100%;
  }

  .hero-paragraph {
    padding-top: 60px;
  }

  .hero-button-wrapper {
    flex-flow: wrap;
    max-width: 175px;
  }

  .marque-text-two {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-right: 60px;
  }

  .how-it-work-grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .mobile-mockup {
    padding-bottom: 8em;
  }

  .rotate-orange {
    width: 35vw;
    height: 35vw;
  }

  .phone-holder {
    max-width: 45vw;
  }

  .mobile-mockup-image {
    overflow: visible;
  }

  .mockup-01 {
    transform: rotate(-8deg);
  }

  .mockup-02 {
    transform: translate(50px, -110px)rotate(0);
  }

  .mockup-03 {
    transform: translate(-42px, -65px)rotate(-26deg);
  }

  .mockup-04 {
    transform: rotate(-8deg);
  }

  .how-it-work-card {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .how-it-work-card.top {
    margin-top: 40px;
  }

  .card-heading {
    letter-spacing: normal;
  }

  .audience-card-heading {
    font-size: var(--text-size--h4);
  }

  .assistants-header-wrapper {
    justify-content: center;
    align-items: center;
  }

  .header-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    min-width: auto;
  }

  .iso-button {
    flex: 1;
    align-self: stretch;
  }

  .android-button {
    flex: 1;
  }

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

  .tabs-menu {
    width: 292px;
    min-width: 292px;
  }

  .tab-link-assistant-01, .tab-link-assistant-01.w--current {
    width: 292px;
    min-width: 292px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tab-link-assistant-01.bottom.w--current {
    width: 292px;
    min-width: 292px;
  }

  .right-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-24px {
    font-size: var(--text-size--h4);
  }

  .tab-image-wrapper {
    width: 292px;
    min-width: 292px;
    height: 292px;
    min-height: 292px;
  }

  .tabs-content {
    width: 292px;
    min-width: 292px;
    max-width: 292px;
    margin-left: auto;
    margin-right: auto;
  }

  .client-name {
    justify-content: center;
    align-items: center;
  }

  .max-width-large-3 {
    padding-left: 40px;
  }

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

  .faq-answer-heading {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-icon-wrap {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

  .faq-icon {
    width: 1rem;
    height: 1rem;
  }

  .cta-center {
    min-width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .sticky-card-black {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sticky-heading {
    font-size: var(--text-size--h2);
  }

  .sticky-card-grid {
    grid-template-columns: 1fr;
  }

  .sticky-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sticky-orange-black {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sticky-black-heading {
    font-size: var(--text-size--h2);
  }

  .sticky-orange-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-revel.letter-spacing {
    letter-spacing: -3px;
  }

  .big-header-wrapper {
    width: 200px;
  }

  .tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6 {
    width: 292px;
    min-width: 292px;
    height: auto;
   
  }

  ._404-wrapper {
    padding-top: 2rem;
  }

  .star-text {
    letter-spacing: -6px;
    font-size: 80px;
  }

  .cta-mobile-orange {
    filter: blur(65px);
    width: 95px;
    height: 75px;
  }

  .image-3 {
    width: 160px;
    height: 30px;
  }
}

#w-node-bd669916-8ab7-4c0e-0bbd-715f885dacde-cf9b8736, #w-node-_2da7628e-d779-db53-97a4-bb21bca0fa49-cf9b8736, #w-node-_15ea43a1-96ee-1151-7553-501f5fd90f6c-cf9b8736 {
  align-self: start;
}

#w-node-_12364568-7d22-2916-e3fa-a33231134390-cf9b8736 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_1d569cab-5d74-7bd6-dddb-c0c1ffa8b45d-cf9b8736, #w-node-_4fc6cbf6-a555-6627-cdd1-675e43b3232f-cf9b8736, #w-node-_2b5f28a1-6e37-87c7-b993-de947fd34caa-cf9b8736, #w-node-_92c97b53-82be-7d93-1ae5-6883996b7784-cf9b8736 {
  align-self: start;
}

#w-node-eaaa5718-6302-b5d1-7b62-835d56596d8e-cf9b8736, #w-node-_10582c7b-5f91-7a27-8f3e-5284cade8b8f-cf9b8736 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaaa5718-6302-b5d1-7b62-835d56596d97-cf9b8736 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_78aaf4ff-a14c-1df4-9bae-38a18deff20e-cf9b8736 {
  align-self: start;
}

#w-node-_7293a2a5-0cc4-2e97-8ad5-d5697f66759b-cf9b8736 {
  place-self: stretch stretch;
}

#w-node-_76ff602d-e33f-7ebf-23d9-59468e8aeffb-cf9b8738, #w-node-_5af9d6f9-5e3f-a263-f67e-5f10c073986b-cf9b8738 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-bd669916-8ab7-4c0e-0bbd-715f885dacde-cf9b8736 {
    align-self: start;
  }

  #w-node-_2da7628e-d779-db53-97a4-bb21bca0fa49-cf9b8736 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: start;
  }

  #w-node-_15ea43a1-96ee-1151-7553-501f5fd90f6c-cf9b8736 {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bd669916-8ab7-4c0e-0bbd-715f885dacde-cf9b8736 {
    order: 9999;
    align-self: auto;
  }

  #w-node-_2da7628e-d779-db53-97a4-bb21bca0fa49-cf9b8736, #w-node-_15ea43a1-96ee-1151-7553-501f5fd90f6c-cf9b8736 {
    order: 9999;
  }

  #w-node-eaaa5718-6302-b5d1-7b62-835d56596d8d-cf9b8736 {
    order: -9999;
  }

  #w-node-ea26707f-6433-0f9e-534d-00e5551f85c3-cf9b8736, #w-node-_630b1657-5fd8-b47d-0250-43f1ad6ac486-cf9b8736, #w-node-ffeabdc4-786a-8050-f4e7-9da815014fc5-cf9b8736, #w-node-a34c9a8d-4b8b-7a7b-e61a-25ec7bd147fd-cf9b8736, #w-node-f873b03c-a0ad-17bd-cb2f-7b3b4b19cbac-cf9b8736, #w-node-_42a60a48-bcfe-0f8b-02c3-b242b71b0a5d-cf9b8736 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_12364568-7d22-2916-e3fa-a33231134390-cf9b8736 {
    grid-row: span 1 / span 1;
  }

  #w-node-eaaa5718-6302-b5d1-7b62-835d56596d97-cf9b8736 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ed74dfd8-ec6f-3d20-de2b-79ad2b4c7f9b-cf9b8736 {
    justify-self: stretch;
  }

  #w-node-_514cdc82-2404-bd35-eac2-e08e455f0270-455f0256 {
    justify-self: center;
  }
}


.btn-area-clientes {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #007bff; /* azul tipo Bootstrap */
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  padding: 10px 18px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-family: "Inter", "Segoe UI", sans-serif;
}
.btn-area-clientes:hover {
  background-color: #0056d2;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 91, 234, 0.3);
}
.btn-area-clientes i {
  font-size: 16px;
}

/* 🔧 Solución para evitar overflow del título */
.hero-section-title,
.hero-sticky,
.sticky-holder,
.hero-big-heading,
.first-heading,
.second-heading {
    min-width: 0 !important;
    max-width: 100% !important;
}

/* 🔧 Permitir que el texto de los headings haga wrap */
.big-heading {
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    max-width: 100% !important;
    line-height: 1.1 !important;
    font-size: clamp(28px, 6vw, 64px);
}

/* General: permitir que el logo escale sin romper nada */
.mobile-image {
  width: clamp(180px, 28vw, 420px);
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* Ajuste para tablets */
@media (max-width: 991px) {
  .mobile-image {
    width: clamp(160px, 40vw, 340px);
  }
}

/* Ajuste para móviles */
@media (max-width: 767px) {
  .mobile-holder {
    display: flex;
    justify-content: center;
  }

  .mobile-image {
    width: clamp(140px, 55vw, 280px);
  }
}

/* Móviles muy pequeños */
@media (max-width: 479px) {
  .mobile-image {
    width: clamp(120px, 65vw, 240px);
  }
}


.menu-button svg path {
  stroke: #1080cf !important;
  fill: #1080cf !important;
}

.swal-contact-popup {
  background: #1d1d1d !important;
  color: #e0f4ff !important;
  border: 1px solid #0d4f8e;
  border-radius: 18px !important;
  padding: 0 !important;
}

.swal-contact-container {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.swal-contact-logo {
  flex: 1;
  background: radial-gradient(circle at 50% 30%, #efefef 0%, #0f172a 80%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px 0 0 14px;
  padding: 30px;
}

.swal-contact-logo img {
  max-width: 250px;
  filter: drop-shadow(0 0 12px #5dbdff);
}

.swal-contact-form {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.swal-label {
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 6px;
}

.swal2-input, .swal2-textarea, select#motivo {
  border: 1px solid #5dbdff !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  color: #0f172a !important;
  font-size: 15px !important;
  padding: 10px 12px !important;
}

.swal-confirm-btn {
  background: linear-gradient(90deg, #1b75c9 0%, #5dbdff 100%) !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  padding: 10px 25px !important;
}

.swal-cancel-btn {
  background-color: #394867 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 10px 25px !important;
}



.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Móvil: una sola columna */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  /* Hace que elementos que ocupaban 2 columnas vuelvan a ocupar 1 */
  .contact-grid > div[style*="grid-column"] {
    grid-column: auto !important;
  }
}
/* ------------------------------
   CONTENEDOR DEL FORMULARIO
------------------------------ */
.contact-form-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  max-width: 900px;
  margin: 40px auto;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  border: 1px solid #e6e6e6;
}

/* TÍTULO INTERNO OPCIONAL */
.contact-form-wrapper h3 {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 700;
  color: #222;
}

/* ------------------------------
   GRID 2 COLUMNAS
------------------------------ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 25px;
}

@media (max-width: 780px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------
   LABEL
------------------------------ */
.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
  display: block;
}

/* ------------------------------
   INPUTS & SELECTS
------------------------------ */
.form-input,
.w-select,
textarea.form-input {
  width: 100%;
  padding: 5px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  background: #fafafa;
  font-size: 12px;
  color: #000000;
  transition: 0.25s ease;
}

/* Hover + Focus */
.form-input:focus,
.w-select:focus,
textarea.form-input:focus {
  border-color: #2e7bff;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(46,123,255,0.3);
  outline: none;
}

/* Textarea */
textarea.form-input {
  grid-column: span 2;
  height: 150px;
  resize: vertical;
}

/* ------------------------------
   VALIDACIÓN WEBFLOW
------------------------------ */
.w-input.w--error,
textarea.w-input.w--error,
.w-select.w--error {
  border-color: #ff4b4b !important;
  background: #ffecec !important;
}

/* ------------------------------
   BOTÓN
------------------------------ */
.submit-button {
  grid-column: span 2;
  width: 180px;
  padding: 14px 22px;
  background: #2e7bff;
  color: #fff !important;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.25s ease;
}

.submit-button:hover {
  background: #1b64e0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

/* ------------------------------
   TEXTO LEGAL
------------------------------ */
.legal-small {
  grid-column: span 2;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}

.legal-small a {
  color: #2e7bff !important;
  font-weight: 600;
}


/* GRID AJUSTADO A CUALQUIER CONTENEDOR */
.direct-contact-grid.small {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  width: 100%;
  margin-top: 20px;
}

/* TARJETA COMPACTA */
.direct-card.small {
  background: #ffffff;
  padding: 18px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 3px 12px rgba(0,0,0,0.06);
  border: 1px solid #e5e5e5;
}

/* QR PEQUEÑO */
.qr-img.small {
  width: 100px;
  height: 100px;
  margin: 0 auto 12px;
  border-radius: 8px;
}

/* TITULO */
.direct-card.small h4 {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
}

/* TEXTO */
.direct-card.small p {
  font-size: 13px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.4;
}

/* BOTÓN */
.direct-button.small {
  background: #2e7bff;
  padding: 10px 16px;
  color: white !important;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  transition: 0.25s ease;
}

.direct-button.small:hover {
  background: #1b64e0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* RESPONSIVE MEJORADO */
@media (max-width: 480px) {
  .qr-img.small {
    width: 80px;
    height: 80px;
  }

  .direct-card.small {
    padding: 15px;
  }
}
