:root {
  --money-green: #03c8bf;
  --grey: #111;
}

.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;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: #ffffff80;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #fff;
  text-decoration: none;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-style: solid;
  border-width: 1px 3px;
  border-color: var(--money-green);
  text-transform: none;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 20px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 20px;
  font-style: normal;
  line-height: 1.7;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.white-colors-show-case {
  background-color: #fff;
  border-radius: 300px;
  width: 54px;
  height: 54px;
  box-shadow: 0 0 9px #00000047;
}

.white-colors-show-case.black {
  box-shadow: none;
  background-color: #7d7d7d;
}

.yellow-color-show-case {
  background-color: var(--money-green);
  border-radius: 300px;
  width: 54px;
  height: 54px;
}

.color-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-background {
  background-color: #151515;
}

.color-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

._4-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.black-background-padding {
  padding: 40px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container.navbar-container {
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: #1818181a;
  border-bottom: 1px solid #ffffff0d;
  align-items: center;
  height: 100%;
  padding: 0 2em;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

._100width {
  width: 100%;
}

.border-box {
  border: 1px solid #cdcdcd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.button {
  background-color: var(--money-green);
  color: #000;
  border-radius: 13px;
  padding: 15px 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-position .25s, background-color .45s;
}

.button:hover {
  background-color: #0a945c;
}

.button.video {
  background-image: url('../images/Arrow-Right.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 38px;
}

.button.navbar-button {
  background-color: var(--money-green);
  color: #000;
  background-image: linear-gradient(#03c8bf, #03c8bf);
  border-radius: 6px;
  padding: 7px 24px;
  font-size: 15px;
  font-weight: 600;
}

.button.white {
  color: #000;
  background-color: #fff;
}

.button.white:hover {
  background-color: #b6b6b6;
}

.style-guide-box-holder {
  background-color: #000;
  padding: 20px;
}

.style-guide-box-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.colors-buttons {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.section.hero-section {
  background-color: #050505;
  overflow: hidden;
}

.section.grey-section,
.section.grey-section-copy {
  background-color: #0d0d0d;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #151515;
  border: 2px solid #ebebeb;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

._8-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._6-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cols-text {
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-xl {
  font-size: 20px;
  line-height: 1.5;
}

.navbar {
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: #ddd0;
  height: 70px;
  position: sticky;
  top: 0;
}

.navbar-holder {
  width: 100%;
  height: 100%;
}

.navbar-container,
.nav-menu-link-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-link-container {
  flex: 1;
  justify-content: center;
  height: 100%;
  display: flex;
}

.brand-image {
  width: 100%;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-links {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  color: #fff;
  border-bottom: 3px solid #fff0;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  transition: border-color .6s;
  display: flex;
  bottom: -1px;
}

.nav-link.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 120px;
  display: flex;
}

.footer-brand {
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

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

.footer-block {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-link {
  color: #7d7d7d;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .475s;
}

.footer-link:hover {
  color: #fff;
}

.footer-divider {
  border-top: 1px solid #2b2b2b;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  display: flex;
}

.footer-copyright-center {
  text-transform: uppercase;
  font-size: 15px;
}

.footer-brand-image {
  width: 140px;
}

.white-link {
  color: #fff;
  text-decoration: underline;
  transition: color .375s;
}

.white-link:hover {
  color: #a1a1a1;
}

.hero-section-holder {
  z-index: 2;
  padding-top: 184px;
  position: relative;
}

.hero-section-container {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-section-header-holder {
  grid-column-gap: 9px;
  perspective: 1500px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 860px;
  display: flex;
}

.hero-section-paragraph-holder {
  max-width: 430px;
}

.hero-section-button-holder {
  grid-column-gap: 30px;
  display: flex;
}

.hero-section-mac-holder {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.hero-blur-bg-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.hero-blur-bg {
  flex: 0 auto;
  order: 1;
  width: 140%;
  min-width: 115%;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.iphone-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.white-text {
  color: #fff;
}

.arrow-holder {
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.arrow {
  width: 16px;
}

.featured-logos-section {
  z-index: 5;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.center-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-logo-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.featured-logo-scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* 确保容器足够宽，能看到第二组logo提前显示 */
}

.featured-logo-grid {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  animation: scroll-logos 30s linear infinite;
  white-space: nowrap;
  width: max-content;
  flex-shrink: 0;
  will-change: transform;
}

.featured-logo-wrapper {
  width: 110px;
}

.featured-logo {
  width: 100%;
}

.title-holder {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-container {
  max-width: 762px;
}

.paragraph-holder {
  max-width: 650px;
}

.early-access-card {
  perspective: 1500px;
  width: 100%;
  min-width: 370px;
  position: relative;
}

.early-access-tag-holder {
  grid-column-gap: 10px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew;
  font-size: 18px;
  display: flex;
}

.early-access-title-holder {
  max-width: 349px;
}

.power-feature-card-container {
  background-color: #0d0d0d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.power-feature-heading {
  font-size: 20px;
}

.testimonails-wrapper {
  padding-top: 55px;
  padding-bottom: 55px;
  overflow: hidden;
}

.testimonail-slider-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonial-mask {
  width: 500px;
  height: auto;
  overflow: visible;
}

.testimonial-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.testimonial-slide {
  width: 100%;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  left: -15px;
}

.testimonail-card-holder {
  height: 100%;
}

.testimonial-content-holder {
  z-index: 1;
  grid-row-gap: 50px;
  background-color: #000;
  border: 1px solid #323338;
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.testimonial-text {
  color: #8b8b8b;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.testimonial-user-wrapper {
  grid-column-gap: 14px;
  align-items: center;
  display: flex;
}

.user-image-holder {
  background-color: #635bff66;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
  overflow: hidden;
}

.user-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 3px;
}

.user-content-holder {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.user-name {
  font-size: 17px;
}

.user-job-position {
  color: #fff6;
  text-transform: uppercase;
  font-size: 14px;
}

.hide {
  display: none;
}

.left-arrow-slider {
  inset: auto auto -16% 44%;
}

.right-arrow-slider {
  inset: auto 44% -16% auto;
}

.pricing-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pricing-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.pricing-table-holder {
  background-color: var(--grey);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #0d5739, var(--grey) 73%);
  border-radius: 12px;
  overflow: hidden;
}

.pricing-table-holder._02 {
  background-color: #0d0d0d;
  background-image: none;
}

.pricing-table {
  padding: 50px;
}

.pricing-header-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-tag {
  text-transform: uppercase;
  background-color: #1f1f1f;
  border: 1px solid #fff3;
  border-radius: 100px;
  padding: 9px 16px;
  font-size: 18px;
}

.pricing-header {
  font-size: 42px;
  font-weight: 500;
}

.pricing-list-holder {
  border-top: 1px solid #414142;
  border-bottom: 1px solid #414142;
  margin-top: 19px;
  margin-bottom: 19px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.list-holder {
  justify-content: space-between;
  display: flex;
}

.checked-list-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.check-icon-holder {
  width: 18px;
}

.check-icon-holder.bigger {
  width: 24px;
}

.check-icon {
  width: 100%;
}

.check-list-text {
  font-size: 20px;
  font-weight: 400;
}

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

.pricing-price-holder {
  grid-column-gap: 8px;
  align-items: flex-end;
  display: flex;
}

.pricing {
  font-size: 24px;
}

.pricing-description {
  color: #fff6;
  font-size: 18px;
}

.cta-wrapper {
  padding-top: 52px;
  padding-bottom: 52px;
}

.cta-holder {
  flex-direction: column;
  align-items: center;
  padding-top: 37px;
  padding-bottom: 37px;
  display: flex;
}

.cta-container {
  background-color: #1b1c1d;
  background-image: radial-gradient(circle farthest-corner at 50% 290%, var(--money-green) 17%, var(--grey) 83%);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 970px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-form-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 61px;
  padding-bottom: 61px;
  display: flex;
  position: relative;
}

.cta-form-holder.no-paddings {
  padding-top: 13px;
  padding-bottom: 13px;
}

.cta-heading-holder {
  z-index: 2;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-heading {
  font-size: 42px;
  font-weight: 500;
}

.cta-paragraph-holder {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 440px;
  display: flex;
}

.text-field {
  background-color: var(--grey);
  color: #fff;
  border: 1px solid #2e2e2e;
  border-radius: 8px;
  width: 100%;
  height: 51px;
  margin-bottom: 0;
  transition: border-color .45s, box-shadow .425s;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #02c1731f;
}

.text-field:hover {
  border-color: #777;
  box-shadow: 0 0 4px #0000003d, 0 17px 20px #0000003d, 0 21px 36px #02c1731f;
}

.text-field:focus {
  border-color: var(--money-green);
  box-shadow: 0 4px 18px #0000003d, 0 0 14px #0000003d, 0 21px 90px #2ddb941f;
}

.text-field::placeholder {
  color: #7d7d7d;
  font-size: 15px;
}

.form {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-block {
  width: 370px;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--money-green);
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  padding: 14px 2px 2px;
  transition: background-color .375s;
  position: absolute;
  right: 10px;
}

.submit-button:hover {
  background-color: #0a794b;
}

.form-holder {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cta-cricle-holder {
  width: 350px;
  position: absolute;
  inset: auto auto -32% -15%;
}

.cta-cricle-holder._02 {
  inset: -18% -14% auto auto;
  transform: rotate(180deg);
}

.cta-circle {
  width: 100%;
}

.thank-you-message {
  border: 1px solid var(--money-green);
  color: #7d7d7d;
  background-color: #333;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #02c17330;
}

.thank-you-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.error-message {
  color: #7d7d7d;
  text-align: center;
  background-color: #333;
  border: 1px solid #aa5252;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #ff00041f;
}

.error-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.fixed-navbar {
  z-index: 19;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.help-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-container {
  border-right: 1px solid #242424;
  min-width: 280px;
  padding-top: 80px;
  position: relative;
}

.help-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.help-back-link-holder {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder:hover {
  color: #fff;
}

.help-icon-holder {
  width: 8px;
}

.help-icon {
  width: 100%;
}

.help-link-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-link-container {
  z-index: 3;
  grid-column-gap: 16px;
  opacity: .5;
  color: #fff;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  opacity: 1;
  border-right: 3px solid #fff;
}

.help-link-icon-holder {
  width: 26px;
}

.help-link-icon {
  width: 100%;
}

.help-center-pragraph-holder {
  max-width: 570px;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.figma-file-container {
  grid-column-gap: 32px;
  opacity: 1;
  background-color: #333;
  border: 1px solid #515151;
  border-radius: 8px;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040, 1px 1px 14px #00000040, 0 21px 36px #635bff21;
}

.figma-file-container.center {
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.figma-file-icon-holder {
  width: 41px;
  min-width: 41px;
  height: 41px;
}

.figla-file-icon {
  width: 100%;
}

.figma-file-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.figma-header {
  font-size: 24px;
  font-weight: 500;
}

.full-width-image-holder {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.full-width-image {
  border-radius: 20px;
  width: 100%;
}

.sticky {
  position: sticky;
  top: 85px;
}

.link {
  text-decoration: underline;
  transition: color .375s;
}

.link:hover {
  color: #afafaf;
}

.change-log-block-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.utility-page-wrap {
  background-color: #0d0d0d;
  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: 600px;
  display: flex;
}

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

._404 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand {
  width: 130px;
}

.hero-cards-holder {
  z-index: 2;
  position: relative;
}

.hero-cards-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.5fr 1.25fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.hero-card {
  background-image: linear-gradient(#ffffff45, #fff0);
  border-radius: 25px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.hero-card-image {
  object-fit: cover;
  background-color: #111;
  border-radius: 24px;
  width: 100%;
  margin: 1px;
}

.hero-card-wrapper {
  grid-row-gap: 30px;
  perspective: 1500px;
  border-radius: 24px;
  flex-direction: column;
  display: flex;
}

.animated-text-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 610px;
  line-height: 1.6;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animated-text {
  font-size: 32px;
  font-weight: 500;
}

.gradient-text {
  background-image: linear-gradient(#0000 6%, #000 47%);
  height: 200%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 96%);
}

.animated-text-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}

.mobile-app-holder {
  background-image: linear-gradient(to right, #ffffff36, #fff0);
  border-radius: 24px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.mobile-app-container {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 1px;
  padding: 60px 90px;
  display: grid;
}

.mobile-app-phone-holder {
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
}

.mobile-app {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iphone-app-holder {
  align-self: center;
  position: absolute;
  inset: 0%;
}

.iphone-app {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50px 50px 0 0;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
}

.tag {
  color: var(--money-green);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.mobile-app-description {
  margin-top: 21px;
}

.iphone-gradient {
  z-index: 1;
  background-image: linear-gradient(to top, var(--grey) 16%, #1110 92%);
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.feature-container {
  grid-column-gap: 30px;
  grid-row-gap: 12px;
  background-color: var(--grey);
  border-radius: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 1px;
  display: flex;
  overflow: hidden;
}

.feature-image {
  width: 100%;
}

.feature-app-content {
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.features-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 120px;
  display: flex;
}

.download-section-holder {
  padding-bottom: 120px;
}

.download-grid {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.download-content {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 20%;
}

.download-images-holder {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.download-images-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.download-app-image {
  width: 100%;
}

.badge {
  object-fit: cover;
  border-radius: 9px;
  width: 200px;
  transition: opacity .3s;
}

.badge:hover {
  opacity: .56;
}

.download-app-container {
  grid-column-gap: 7px;
  background-color: var(--grey);
  border-radius: 14px;
  margin: 1px;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

.download-app-bg {
  background-image: linear-gradient(to right, #ffffff36, #fff0);
  border-radius: 14px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.small-download-image {
  width: 200px;
  position: absolute;
  inset: 13% auto auto -13%;
}

.small-download-image._02 {
  inset: 21% -9% auto auto;
}

.testimonail-user {
  z-index: 3;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.qoute {
  width: 150px;
}

.blured-circles-holder {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blured-circle {
  opacity: .51;
  width: 60%;
  position: relative;
  top: -41%;
  left: -25%;
}

.blured-circle._02 {
  opacity: .34;
  position: absolute;
  inset: -53% -33% auto auto;
}

.blured-circle._01 {
  position: absolute;
  inset: -46% auto auto -34%;
}

.light {
  opacity: 0;
  filter: blur(70px);
  background-color: #fff;
  border-radius: 200px;
  width: 300px;
  height: 300px;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94), opacity .7s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  top: 61%;
}

.light-holder {
  border-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bold-text,
.bold-text-2,
.bold-text-3,
.bold-text-4,
.bold-text-5,
.bold-text-6,
.bold-text-7,
.bold-text-8 {
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }

  .featured-logo-wrapper {
    width: 130px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-menu-link-holder {
    grid-row-gap: 20px;
    background-color: #0d0d0d;
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-link-container,
  .nav-menu {
    height: auto;
  }

  .nav-links {
    grid-row-gap: 20px;
    flex-direction: column;
    height: auto;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-section-header-holder {
    max-width: 430px;
  }

  .featured-logo-holder {
    padding-top: 24px;
  }

  .featured-logo-grid {
    grid-column-gap: 30px;
    width: 100%;
  }

  .featured-logo-wrapper {
    width: 150px;
  }

  .testimonial-mask {
    width: 100%;
  }

  .left-arrow-slider {
    left: 35%;
  }

  .right-arrow-slider {
    right: 35%;
  }

  .pricing-content {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .cta-container {
    width: 100%;
  }

  .cta-cricle-holder._02 {
    right: -26%;
  }

  .cta-cricle-holder._01 {
    left: -28%;
  }

  .help-holder {
    flex-direction: column;
    display: flex;
  }

  .help-container {
    border-right-style: none;
  }

  .help-link-holder {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .help-link-container.w--current {
    border-right-style: none;
  }

  .menu-button {
    border-radius: 12px;
    padding: 13px;
  }

  .menu-button.w--open {
    background-color: var(--money-green);
  }

  .hero-cards-grid {
    grid-template-columns: 1.25fr 2fr;
    width: 100%;
  }

  .mobile-app-container {
    grid-row-gap: 60px;
    flex-direction: column;
    padding: 37px;
    display: flex;
  }

  .feature-app-content {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .download-grid {
    grid-column-gap: 50px;
  }

  .download-app-container {
    grid-row-gap: 7px;
    flex-direction: column;
  }

  .small-download-image._02 {
    right: -4%;
  }

  .blured-circle._02 {
    top: -18%;
    right: -32%;
  }

  .blured-circle._01 {
    top: -19%;
    left: -32%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .border-box {
    padding: 2px;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-content {
    text-align: left;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-section-holder {
    padding-top: 180px;
  }

  .hero-section-mac-holder {
    padding-top: 0;
    top: 60px;
  }

  .featured-logos-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonails-wrapper,
  .testimonail-slider-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-content-holder {
    width: 100%;
    max-width: none;
  }

  .cta-cricle-holder._02 {
    width: 270px;
  }

  .cta-cricle-holder._01 {
    width: 260px;
  }

  .help-link-holder {
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

  .hero-cards-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .animated-text-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .features-grid {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .small-download-image {
    width: 130px;
  }
}

@media screen and (max-width: 479px) {
  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .black-background-padding {
    padding: 7px;
  }

  .container,
  .container.navbar-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button.white,
  .button.full {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .style-guide-box-holder {
    padding: 4px;
  }

  .style-guide-box-container {
    grid-row-gap: 7px;
  }

  .colors-buttons {
    flex-direction: column;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-divider {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }

  .hero-section-holder {
    padding-top: 67px;
  }

  .hero-section-container {
    grid-row-gap: 20px;
  }

  .hero-section-button-holder {
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  .hero-section-mac-holder {
    align-items: flex-start;
    margin-top: -49px;
  }

  .hero-blur-bg {
    opacity: .4;
    width: 160%;
    min-width: 350%;
  }

  .featured-logo-grid {
    grid-column-gap: 60px;
    flex-direction: row;
    display: flex;
    animation: scroll-logos-mobile 25s linear infinite;
    width: max-content;
    flex-shrink: 0;
    will-change: transform;
  }

  .featured-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 110px;
    flex-shrink: 0;
    display: flex;
  }

  .featured-logo.last {
    width: 100%;
  }

  .title-holder {
    grid-row-gap: 8px;
  }

  .early-access-card {
    min-width: 0;
  }

  .power-feature-card-container {
    border-radius: 20px;
  }

  .testimonial-content-holder {
    grid-row-gap: 40px;
    padding: 120px 16px 16px;
  }

  .testimonial-text {
    font-size: 18px;
  }

  .user-name {
    font-size: 18px;
    font-weight: 500;
  }

  .user-job-position {
    font-size: 15px;
  }

  .left-arrow-slider {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 25%;
  }

  .right-arrow-slider {
    justify-content: center;
    align-items: center;
    display: flex;
    right: 25%;
  }

  .pricing-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-table {
    padding: 14px;
  }

  .pricing-header {
    font-size: 32px;
  }

  .pricing-list-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .list-holder {
    flex-direction: column;
  }

  .pricing-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-button-holder {
    width: 100%;
  }

  .cta-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-holder {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .cta-heading {
    font-size: 25px;
    font-weight: 400;
  }

  .cta-paragraph-holder {
    padding-left: 11px;
    padding-right: 11px;
  }

  .form-block {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta-cricle-holder._02,
  .cta-cricle-holder._01 {
    width: 180px;
  }

  .figma-file-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .full-width-image {
    border-radius: 7px;
  }

  .second-list {
    border-top: 1px solid #1d1d1d;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-cards-grid {
    flex-direction: column;
    display: flex;
  }

  .hero-card {
    height: auto;
  }

  .hero-card-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .animated-text {
    font-size: 26px;
  }

  .mobile-app-phone-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-app {
    height: 350px;
  }

  .iphone-app {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 10px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .features-wrapper {
    margin-top: 30px;
  }

  .download-grid {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .download-app-image {
    width: 80%;
  }

  .download-app,
  .badge,
  .download-app-container,
  .download-app-bg {
    width: 100%;
  }

  .small-download-image {
    border: 1px solid #868686;
    border-radius: 26px;
    box-shadow: 0 0 20px #000;
  }

  .small-download-image._02 {
    right: 4%;
  }

  .small-download-image._01 {
    left: 0%;
  }

  .small-download-image._03 {
    left: -2%;
  }

  .testimonail-user {
    grid-row-gap: 12px;
    flex-direction: column-reverse;
    position: static;
  }

  .qoute {
    width: 80px;
    position: absolute;
    inset: 6% auto auto 6%;
  }

  .blured-circles-holder {
    display: none;
  }

  .blured-circle._01 {
    width: 100%;
  }
}

#w-node-_4ec59143-c552-b734-253f-054b0050200d-8ecb6955,
#w-node-_8c427be2-638e-75b4-d887-74cad843006e-8ecb6955,
#w-node-_7598db86-4990-89a5-2dd6-f68ceb1eec75-8ecb6955,
#w-node-_7598db86-4990-89a5-2dd6-f68ceb1eec78-8ecb6955,
#w-node-_7598db86-4990-89a5-2dd6-f68ceb1eec7a-8ecb6955,
#w-node-_7598db86-4990-89a5-2dd6-f68ceb1eec7b-8ecb6955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bf277f8-c04a-4a78-7e24-4b644b038692-8ecb6955,
#w-node-_018fd87f-ee78-f68d-c7fa-9e76c55f0ca7-8ecb6955,
#w-node-_233f3b92-059f-54c5-faf5-3c57287b77b5-8ecb6955,
#w-node-_6a6d429f-728f-5578-9323-17d88467c732-8ecb6955,
#w-node-_931653cf-d897-fac3-e140-334c782aaa22-8ecb6955 {
  justify-self: end;
}

#w-node-_57838972-9b8d-72c2-ce68-bcc5be543bc7-8ecb6955,
#w-node-df279eda-3ee3-d989-d2d9-4fa5557fa2f7-8ecb6955,
#w-node-e92bf484-a605-4132-f141-4518468af7e2-468af7d9,
#w-node-e92bf484-a605-4132-f141-4518468af7ef-468af7d9,
#w-node-_1a28ebeb-9162-d3cb-8468-7300a05229ba-8ecb6958,
#w-node-_8595b4cc-f73c-3ac7-f9ab-37cddb2978a1-8ecb6959,
#w-node-_63c7100f-9342-3d29-c1e8-a026ad70c2f3-8ecb695a,
#w-node-_50d429f7-a276-3f83-9b9a-bc93d36794c4-8ecb695b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdc2-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fdc5-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fdc8-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fdcb-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fdce-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fdd1-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fdd4-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fdd7-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fddc-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fddf-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fde2-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fde5-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fde8-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fdeb-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fdf0-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fdf3-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fdf6-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fdf9-8ecb695b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-8ecb695b,
#w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-8ecb695b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_7598db86-4990-89a5-2dd6-f68ceb1eec71-8ecb6955 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7598db86-4990-89a5-2dd6-f68ceb1eec73-8ecb6955,
  #w-node-_7598db86-4990-89a5-2dd6-f68ceb1eec7b-8ecb6955,
  #w-node-_7598db86-4990-89a5-2dd6-f68ceb1eec7d-8ecb6955 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7f877cdf-245a-90e9-0e5f-bdcad33353f9-8ecb6955 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-8ecb695b,
  #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-8ecb695b {
    grid-column: span 2 / span 2;
  }
}

@keyframes scroll-logos {
  0% {
    /* 从0开始，第一组logo显示 */
    transform: translateX(0);
  }

  100% {
    /* 精确计算：
     * 第一组宽度 = 10个logo (110px * 10 = 1100px) + 9个间距 (80px * 9 = 720px) = 1820px
     * 两组之间还有一个80px间距
     * 要无缝循环，需要滚动：1820px + 80px = 1900px
     * 这样第二组第一个logo会精确接上第一组第一个logo的起始位置
     */
    transform: translateX(-1900px);
  }
}

@keyframes scroll-logos-mobile {
  0% {
    transform: translateX(0);
  }

  100% {
    /* 移动端：1640px + 60px = 1700px */
    transform: translateX(-1700px);
  }
}

.jump-button {
  cursor: pointer;
}