[class^=lp-],
[class^=lp-] *,
[class^=lp-] *::before,
[class^=lp-] *::after,
[class*=" lp-"],
[class*=" lp-"] *,
[class*=" lp-"] *::before,
[class*=" lp-"] *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp-grad {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #6652E7;
}

.lp-grad--pillars {
  background-image: linear-gradient(172.03deg, #2A95E2 13.277%, #6652E7 53.017%, #B000EE 92.757%);
}

.lp-grad--split {
  background-image: linear-gradient(162.79deg, #2A95E2 13.277%, #6652E7 53.017%, #B000EE 92.757%);
}

.lp-grad--stats {
  background-image: linear-gradient(176.39deg, #2A95E2 13.277%, #6652E7 53.017%, #B000EE 92.757%);
}

.lp-grad--steps {
  background-image: linear-gradient(172.65deg, #2A95E2 4.2215%, #8353FD 97.052%);
}

.lp-grad--security {
  background-image: linear-gradient(172.32deg, #2A95E2 4.2215%, #8353FD 97.052%);
}

.lp-grad--native {
  background-image: linear-gradient(166.57deg, #2A95E2 4.2215%, #8353FD 97.052%);
}

.lp-grad--docs {
  background-image: linear-gradient(163.56deg, #2A95E2 4.2215%, #8353FD 97.052%);
}

.lp-grad--more {
  background-image: linear-gradient(170.62deg, #2A95E2 4.2215%, #8353FD 97.052%);
}

.lp-grad--hero {
  background-image: linear-gradient(172.65deg, #2A95E2 4.2215%, #8353FD 97.052%);
}

.lp-grad--reach {
  background-image: linear-gradient(174.25deg, #2A95E2 13.277%, #6652E7 53.017%, #B000EE 92.757%);
}

.lp-grad--control {
  background-image: linear-gradient(160.87deg, #2A95E2 4.2215%, #8353FD 97.052%);
}

.lp-hero {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
}

.lp-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.lp-hero__stage {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2500px;
  height: 600px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lp-hero__blob {
  position: absolute;
  top: 0;
  left: 0;
  width: 2500px;
  height: 614px;
  background-image: var(--lp-hero-art);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.lp-hero__rings {
  position: absolute;
  top: 367px;
  left: 1654px;
}

.lp-hero__ring {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(180deg) scaleY(-1);
      -ms-transform: translate(-50%, -50%) rotate(180deg) scaleY(-1);
          transform: translate(-50%, -50%) rotate(180deg) scaleY(-1);
  background-image: var(--lp-hero-art);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.lp-hero__ring--1 {
  width: 310px;
  height: 310px;
}

.lp-hero__ring--2 {
  width: 458px;
  height: 458px;
}

.lp-hero__ring--3 {
  width: 614px;
  height: 614px;
}

.lp-hero__doc {
  position: absolute;
  top: 148px;
  left: 1476px;
  width: 369px;
  height: 466px;
  -webkit-mask-image: var(--lp-hero-doc-mask);
  mask-image: var(--lp-hero-doc-mask);
  -webkit-mask-size: 2500px 614px;
  mask-size: 2500px 614px;
  -webkit-mask-position: -1476px -148px;
  mask-position: -1476px -148px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.lp-hero__doc img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.lp-hero__spark {
  position: absolute;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  background-image: var(--lp-hero-art);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.lp-hero__spark--corner {
  top: 81px;
  left: 1830px;
  width: 83px;
  height: 83px;
}

.lp-hero__wave {
  position: absolute;
  top: -2.43%;
  left: -9.41%;
  width: 89.66%;
  height: 65.81%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  background-image: var(--lp-hero-art);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.lp-hero__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  min-height: 700px;
  padding: 146px 40px 43px;
}

.lp-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 68px;
  width: 683px;
  max-width: 100%;
}

.lp-hero__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.lp-hero__eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 20px;
  text-transform: uppercase;
}

.lp-hero__title {
  position: relative;
  margin: 0;
  color: #FFFFFF;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
}

.lp-hero__title-spark {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 4px;
  -webkit-transform: scaleY(-1) translateY(6px);
      -ms-transform: scaleY(-1) translateY(6px);
          transform: scaleY(-1) translateY(6px);
  vertical-align: baseline;
}

.lp-hero__title-spark img {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-hero__text {
  width: 540px;
  max-width: 100%;
  margin: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.lp-hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 24px;
}

.lp-hero__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 260px;
  height: 64px;
  padding: 16px 36px;
  border: 1px solid rgba(17, 3, 106, 0.2);
  border-radius: 16px;
  background: linear-gradient(60.26deg, #2A95E2 7.7516%, #B000EE 65%, #C01CAF 101.46%);
  -webkit-box-shadow: 4px 6px 12px rgba(102, 82, 231, 0.3);
          box-shadow: 4px 6px 12px rgba(102, 82, 231, 0.3);
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.lp-hero__btn:hover,
.lp-hero__btn:focus-visible {
  color: #FFFFFF;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 4px 8px 14px rgba(102, 82, 231, 0.36);
          box-shadow: 4px 8px 14px rgba(102, 82, 231, 0.36);
}

.lp-hero__btn img {
  display: block;
  width: 20px;
  height: 20px;
}

.lp-hero__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}

.lp-hero__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.lp-hero__stars img,
.lp-hero__g2 img {
  display: block;
  width: 18px;
  height: 18px;
}

@media (max-width: 1200px) {
  .lp-hero__inner {
    min-height: 0;
    padding: 130px 40px 64px;
  }
}
@media (max-width: 1024px) {
  .lp-hero__title {
    font-size: 48px;
  }
  .lp-hero__content {
    gap: 48px;
  }
  .lp-hero__doc,
  .lp-hero__rings,
  .lp-hero__spark--corner {
    display: none;
  }
}
@media (max-width: 850px) {
  .lp-hero__inner {
    min-height: 0;
    padding: 108px 20px 56px;
  }
  .lp-hero__title {
    font-size: 34px;
  }
  .lp-hero__title-spark {
    width: 22px;
    height: 22px;
  }
  .lp-hero__text {
    width: auto;
    font-size: 16px;
    line-height: 26px;
  }
  .lp-hero__content {
    gap: 36px;
    width: auto;
  }
  .lp-hero__cta {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lp-hero__btn {
    width: 100%;
    max-width: 320px;
    height: 56px;
    font-size: 18px;
  }
  .lp-hero__stage {
    height: 100%;
    min-height: 460px;
  }
  .lp-hero__blob {
    height: 100%;
    background-size: cover;
  }
}
.lp-hero--split .lp-hero__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}

.lp-hero__media {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
}

.lp-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 560px;
}

.lp-hero--split .lp-hero__media {
  position: absolute;
  top: 5px;
  right: 42px;
  -ms-flex-item-align: auto;
      align-self: auto;
}

.lp-hero--split .lp-hero__title-spark {
  position: relative;
  top: -54px;
  width: 80px;
  height: 80px;
  margin-left: 12px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.lp-hero--split .lp-hero__media img {
  width: 567px;
  max-width: none;
}

@media (max-width: 1200px) {
  .lp-hero--split .lp-hero__media {
    right: 0;
  }
  .lp-hero--split .lp-hero__media img {
    width: 488px;
  }
}
@media (max-width: 1024px) {
  .lp-hero--split .lp-hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lp-hero--split .lp-hero__media {
    position: static;
    right: auto;
  }
  .lp-hero__media {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .lp-hero__media img {
    max-width: 420px;
  }
  .lp-hero--split .lp-hero__media img {
    width: 100%;
    max-width: 434px;
  }
}
@media (max-width: 850px) {
  .lp-hero--split .lp-hero__stage {
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .lp-hero--split .lp-hero__blob {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(165deg, #369CFC 0%, #6166F5 30%, #823DF0 58%, #EC57BE 100%);
    background-size: 100% 100%;
  }
  .lp-hero--split .lp-hero__wave {
    display: none;
  }
  .lp-hero--split .lp-hero__title-spark {
    top: -8px;
    width: 42px;
    height: 42px;
    margin-left: 8px;
  }
}
.lp-pillars {
  background: #FFFFFF;
  padding: 80px 40px;
}
@media (max-width: 850px) {
  .lp-pillars {
    padding: 56px 20px;
  }
}

.lp-pillars--soft {
  background: #F9FAFB;
}

.lp-pillars__inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}

.lp-pillars__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  text-align: center;
}

.lp-pillars__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0;
  color: #232834;
  margin: 0;
}
@media (max-width: 850px) {
  .lp-pillars__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.lp-pillars__title {
  position: relative;
  width: 708px;
  max-width: 100%;
}

.lp-pillars__title--wide {
  width: 880px;
}

.lp-pillars__title--full {
  width: 984px;
}

.lp-pillars__title--wide span:not([class]) {
  background: linear-gradient(173.58deg, #2A95E2 13.277%, #6652E7 53.017%, #B000EE 92.757%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #6652E7;
  font-weight: 700;
}

.lp-pillars__title b {
  font-weight: 700;
}

.lp-pillars__spark {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-left: 2px;
  -webkit-transform: scaleY(-1) translateY(8px);
      -ms-transform: scaleY(-1) translateY(8px);
          transform: scaleY(-1) translateY(8px);
}

.lp-pillars__spark img {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-pillars__sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #717B87;
  margin: 0;
}
@media (max-width: 850px) {
  .lp-pillars__sub {
    font-size: 16px;
    line-height: 26px;
  }
}
.lp-pillars__sub {
  width: 800px;
  max-width: 100%;
}

.lp-pillars__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
  width: 984px;
  max-width: 100%;
}

.lp-pillars__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 460px;
          flex: 1 1 460px;
  gap: 24px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-pillars__list--rows {
  width: 100%;
}

.lp-pillars__list--grid .lp-pillars__col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 460px));
  gap: 24px 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-pillars__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}

.lp-pillars__slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 9px rgba(10, 11, 13, 0.08);
          box-shadow: 0 4px 9px rgba(10, 11, 13, 0.08);
}

.lp-pillars__slot img {
  display: block;
  width: 48px;
  height: 48px;
}

.lp-pillars__slot--plate {
  position: relative;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lp-pillars__slot--plate img {
  position: absolute;
  top: -5px;
  left: -9px;
  width: 82px;
  height: 82px;
  max-width: none;
}

.lp-pillars__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.lp-pillars__name {
  margin: 0;
  color: #232834;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 28px;
}

.lp-pillars__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #717B87;
  margin: 0;
}

.lp-pillars__media {
  width: 830px;
  max-width: 100%;
  padding: 17px;
}

.lp-pillars__frame {
  padding: 24px;
  border: 1px solid #4c93dc;
  border-radius: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 18px rgba(76, 147, 220, 0.1);
          box-shadow: 0 4px 18px rgba(76, 147, 220, 0.1);
}

.lp-pillars__video,
.lp-pillars__shot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
}

.lp-pillars__video::-webkit-media-controls-timeline,
.lp-pillars__video::-webkit-media-controls-current-time-display,
.lp-pillars__video::-webkit-media-controls-time-remaining-display {
  display: none !important;
}

@media (max-width: 1200px) {
  .lp-pillars__list {
    gap: 40px;
  }
  .lp-pillars__list--grid .lp-pillars__col {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (max-width: 850px) {
  .lp-pillars__inner {
    gap: 36px;
  }
  .lp-pillars__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .lp-pillars__list--grid .lp-pillars__col {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .lp-pillars__slot {
    width: 52px;
    height: 52px;
    border-radius: 12px;
  }
  .lp-pillars__slot img {
    width: 36px;
    height: 36px;
  }
  .lp-pillars__slot--plate img {
    top: -4px;
    left: -7px;
    width: 67px;
    height: 67px;
  }
  .lp-pillars__item {
    gap: 16px;
  }
  .lp-pillars__media {
    padding: 8px;
  }
  .lp-pillars__frame {
    padding: 12px;
    border-radius: 20px;
  }
}
.lp-steps {
  background: #FFFFFF;
  padding: 80px 40px;
}
@media (max-width: 850px) {
  .lp-steps {
    padding: 56px 20px;
  }
}

.lp-steps--soft {
  background: #F9FAFB;
}

.lp-steps__inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}

.lp-steps__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 920px;
  max-width: 100%;
  text-align: center;
}

.lp-steps__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0;
  color: #232834;
  margin: 0;
}
@media (max-width: 850px) {
  .lp-steps__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.lp-steps__title {
  position: relative;
}

.lp-steps__spark {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-left: 2px;
  -webkit-transform: scaleY(-1) translateY(8px);
      -ms-transform: scaleY(-1) translateY(8px);
          transform: scaleY(-1) translateY(8px);
}

.lp-steps__spark img {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-steps__sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #717B87;
  margin: 0;
}
@media (max-width: 850px) {
  .lp-steps__sub {
    font-size: 16px;
    line-height: 26px;
  }
}
.lp-steps__sub {
  width: 610px;
  max-width: 100%;
}

.lp-steps__sub--wide {
  width: 760px;
}

.lp-steps__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
}

.lp-steps__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-steps__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  min-width: 0;
  padding: 36px;
  border-radius: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 4.5px rgba(10, 11, 13, 0.08);
          box-shadow: 0 4px 4.5px rgba(10, 11, 13, 0.08);
}

.lp-steps--soft .lp-steps__card {
  background: #FFFFFF;
}

.lp-steps__card--plain {
  background: #F9FAFB;
}

.lp-steps__card--wide {
  width: 496px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 496px;
          flex: 0 1 496px;
}

.lp-steps__card--half {
  width: 568px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 568px;
          flex: 0 1 568px;
  min-height: 308px;
}

.lp-steps__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 232px;
          flex: 0 1 232px;
  width: 232px;
  min-width: 0;
}

.lp-steps__card--wide .lp-steps__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 220px;
          flex: 0 1 220px;
  width: 220px;
}

.lp-steps__card--half:first-child .lp-steps__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 260px;
          flex: 0 1 260px;
  width: 260px;
}

.lp-steps__card--half:last-child .lp-steps__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 220px;
          flex: 0 1 220px;
  width: 220px;
}

.lp-steps__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.lp-steps__num--1 {
  background: #FFBA52;
  -webkit-box-shadow: 1px 4px 8px rgba(255, 186, 82, 0.3);
          box-shadow: 1px 4px 8px rgba(255, 186, 82, 0.3);
}

.lp-steps__num--2 {
  background: #2A95E2;
  -webkit-box-shadow: 1px 4px 8px rgba(42, 149, 226, 0.3);
          box-shadow: 1px 4px 8px rgba(42, 149, 226, 0.3);
}

.lp-steps__num--3 {
  background: #695CFD;
  -webkit-box-shadow: 1px 4px 8px rgba(105, 92, 253, 0.3);
          box-shadow: 1px 4px 8px rgba(105, 92, 253, 0.3);
}

.lp-steps__num--4 {
  background: #9452E7;
  -webkit-box-shadow: 1px 4px 8px rgba(148, 82, 231, 0.3);
          box-shadow: 1px 4px 8px rgba(148, 82, 231, 0.3);
}

.lp-steps__num--5 {
  background: #EE6B00;
  -webkit-box-shadow: 1px 4px 8px rgba(238, 107, 0, 0.3);
          box-shadow: 1px 4px 8px rgba(238, 107, 0, 0.3);
}

.lp-steps__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.lp-steps__name {
  margin: 0;
  color: #232834;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.24px;
  line-height: 32px;
}

.lp-steps__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #717B87;
  margin: 0;
}

.lp-steps__illo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.lp-steps__illo img {
  display: block;
  width: 100%;
  max-width: 168px;
  height: auto;
  aspect-ratio: 1;
}

.lp-steps__card--half .lp-steps__illo img {
  max-width: 160px;
}

@media (max-width: 1200px) {
  .lp-steps__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lp-steps__card,
  .lp-steps__card--wide,
  .lp-steps__card--half {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 320px;
            flex: 1 1 320px;
    width: auto;
  }
  .lp-steps__body,
  .lp-steps__card--wide .lp-steps__body,
  .lp-steps__card--half:first-child .lp-steps__body,
  .lp-steps__card--half:last-child .lp-steps__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media (max-width: 850px) {
  .lp-steps__inner {
    gap: 36px;
  }
  .lp-steps__rows,
  .lp-steps__row {
    gap: 16px;
  }
  .lp-steps__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-steps__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 28px 24px;
    min-height: 0;
  }
  .lp-steps__name {
    font-size: 20px;
    line-height: 28px;
  }
  .lp-steps__illo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .lp-steps__illo img,
  .lp-steps__card--half .lp-steps__illo img {
    max-width: 120px;
  }
}
.lp-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 16px;
}

.lp-timeline__frame {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 34px 18px 28px;
  background: linear-gradient(to bottom, rgba(249, 250, 251, 0) 118px, #F9FAFB 148px), radial-gradient(120px 130px at 85px 98px, rgba(227, 163, 249, 0.55), rgba(227, 163, 249, 0.26) 48%, rgba(227, 163, 249, 0) 100%), radial-gradient(124px 130px at calc(100% - 88px) 98px, rgba(240, 189, 144, 0.55), rgba(240, 189, 144, 0.26) 48%, rgba(240, 189, 144, 0) 100%);
}

.lp-timeline__frame::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 35px;
  border: 2px dashed rgba(42, 149, 226, 0.45);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.lp-timeline__title {
  position: absolute;
  top: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 36px);
  margin: 0;
  padding: 0 18px;
  background: #F9FAFB;
  color: #2A95E2;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}

.lp-timeline__track {
  width: 100%;
  padding: 6px 0 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(42, 149, 226, 0.35) transparent;
}

.lp-timeline__track::-webkit-scrollbar {
  height: 6px;
}

.lp-timeline__track::-webkit-scrollbar-track {
  background: transparent;
}

.lp-timeline__track::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(42, 149, 226, 0.35);
}

.lp-timeline__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 983px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-timeline__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 190px;
  height: 84px;
}

.lp-timeline__step + .lp-timeline__step {
  margin-left: -10px;
}

.lp-timeline__step--start {
  width: 133px;
  padding-right: 22px;
}

.lp-timeline__step--end {
  width: 140px;
  padding-left: 13px;
}

.lp-timeline__shape {
  position: absolute;
  top: -5px;
  right: -13px;
  bottom: -15px;
  left: -3px;
  width: auto;
  height: auto;
  max-width: none;
  -webkit-filter: drop-shadow(0 -4px 11px rgba(42, 149, 226, 0.18));
          filter: drop-shadow(0 -4px 11px rgba(42, 149, 226, 0.18));
}

.lp-timeline__step--start .lp-timeline__shape {
  left: -7px;
  -webkit-filter: drop-shadow(0 -4px 12px rgba(176, 0, 238, 0.24));
          filter: drop-shadow(0 -4px 12px rgba(176, 0, 238, 0.24));
}

.lp-timeline__step--end .lp-timeline__shape {
  -webkit-filter: drop-shadow(0 -4px 12px rgba(238, 107, 0, 0.24));
          filter: drop-shadow(0 -4px 12px rgba(238, 107, 0, 0.24));
}

.lp-timeline__label {
  position: relative;
  color: #232834;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  line-height: 22px;
  text-align: center;
}

@media (max-width: 1120px) {
  .lp-timeline__track {
    overflow-x: auto;
  }
}
@media (max-width: 850px) {
  .lp-timeline__frame {
    max-width: 448px;
    padding: 30px 12px 24px;
    background: radial-gradient(150px 62px at 50% 67px, rgba(227, 163, 249, 0.45), rgba(227, 163, 249, 0) 74%), radial-gradient(150px 62px at 50% calc(100% - 61px), rgba(240, 189, 144, 0.45), rgba(240, 189, 144, 0) 74%);
  }
  .lp-timeline__frame::before {
    height: 30px;
    border-radius: 16px 16px 0 0;
  }
  .lp-timeline__title {
    max-width: calc(100% - 24px);
    padding: 0 12px;
    font-size: 17px;
    line-height: 24px;
  }
  .lp-timeline__track {
    overflow-x: visible;
    padding: 0;
  }
  .lp-timeline__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
    min-width: 0;
  }
  .lp-timeline__step,
  .lp-timeline__step--start,
  .lp-timeline__step--end {
    width: 100%;
    max-width: 420px;
    height: auto;
    min-height: 74px;
    padding: 13px 16px;
    border: 2px solid #B2D9F5;
    border-radius: 12px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 -4px 12px rgba(42, 149, 226, 0.18);
            box-shadow: 0 -4px 12px rgba(42, 149, 226, 0.18);
  }
  .lp-timeline__step + .lp-timeline__step {
    margin-left: 0;
  }
  .lp-timeline__step--start {
    border-color: #E3A3F9;
    -webkit-box-shadow: 0 -4px 13px rgba(176, 0, 238, 0.24);
            box-shadow: 0 -4px 13px rgba(176, 0, 238, 0.24);
  }
  .lp-timeline__step--end {
    border-color: #F0BD90;
    -webkit-box-shadow: 0 -4px 13px rgba(238, 107, 0, 0.24);
            box-shadow: 0 -4px 13px rgba(238, 107, 0, 0.24);
  }
  .lp-timeline__step::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 9px;
    height: 9px;
    margin-top: 7px;
    border-right: 2px solid rgba(42, 149, 226, 0.5);
    border-bottom: 2px solid rgba(42, 149, 226, 0.5);
    -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .lp-timeline__step:last-child::after {
    content: none;
  }
  .lp-timeline__shape {
    display: none;
  }
}
.lp-cards {
  background: #FFFFFF;
  padding: 80px 40px;
}
@media (max-width: 850px) {
  .lp-cards {
    padding: 56px 20px;
  }
}

.lp-cards--soft {
  background: #F9FAFB;
}

.lp-cards__inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}

.lp-cards__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0;
  color: #232834;
  margin: 0;
}
@media (max-width: 850px) {
  .lp-cards__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.lp-cards__title {
  width: 100%;
  text-align: center;
}

.lp-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #F9FAFB;
  -webkit-box-shadow: inset 0 0 0 1px #E9EBF0;
          box-shadow: inset 0 0 0 1px #E9EBF0;
}

.lp-cards--soft .lp-cards__item {
  background: #FFFFFF;
}

.lp-cards__slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.lp-cards__slot img {
  display: block;
  width: 32px;
  height: 32px;
}

.lp-cards__slot--indigo {
  background: #695CFD;
  -webkit-box-shadow: 1px 4px 8px rgba(105, 92, 253, 0.3);
          box-shadow: 1px 4px 8px rgba(105, 92, 253, 0.3);
}

.lp-cards__slot--purple {
  background: #9452E7;
  -webkit-box-shadow: 1px 4px 8px rgba(148, 82, 231, 0.3);
          box-shadow: 1px 4px 8px rgba(148, 82, 231, 0.3);
}

.lp-cards__slot--blue {
  background: #2A95E2;
  -webkit-box-shadow: 1px 4px 8px rgba(42, 149, 226, 0.3);
          box-shadow: 1px 4px 8px rgba(42, 149, 226, 0.3);
}

.lp-cards__slot--violet {
  background: #B000EE;
  -webkit-box-shadow: 1px 4px 8px rgba(176, 0, 238, 0.3);
          box-shadow: 1px 4px 8px rgba(176, 0, 238, 0.3);
}

.lp-cards__slot--amber {
  background: #FFBA52;
  -webkit-box-shadow: 1px 4px 8px rgba(255, 186, 82, 0.3);
          box-shadow: 1px 4px 8px rgba(255, 186, 82, 0.3);
}

.lp-cards__slot--orange {
  background: #EE6B00;
  -webkit-box-shadow: 1px 4px 8px rgba(238, 107, 0, 0.3);
          box-shadow: 1px 4px 8px rgba(238, 107, 0, 0.3);
}

.lp-cards__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.lp-cards__name {
  margin: 0;
  color: #232834;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 28px;
}

.lp-cards__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #717B87;
  margin: 0;
}

@media (max-width: 850px) {
  .lp-cards__inner {
    gap: 36px;
  }
  .lp-cards__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .lp-cards__name {
    font-size: 18px;
    line-height: 26px;
  }
}
.lp-cards--bare .lp-cards__grid {
  grid-template-columns: repeat(2, minmax(0, 556px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  row-gap: 36px;
}

.lp-cards--bare .lp-cards__head .lp-cards__title {
  max-width: 800px;
}

.lp-cards--bare .lp-cards__item {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lp-cards__sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #717B87;
  margin: 0;
}
@media (max-width: 850px) {
  .lp-cards__sub {
    font-size: 16px;
    line-height: 26px;
  }
}
.lp-cards__sub {
  width: 800px;
  max-width: 100%;
  text-align: center;
}

.lp-cards__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}

.lp-cards__head .lp-cards__title {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .lp-cards--bare .lp-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 850px) {
  .lp-cards--bare .lp-cards__grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 16px;
  }
}
.lp-stats {
  background: #FFFFFF;
  padding: 80px 40px;
}
@media (max-width: 850px) {
  .lp-stats {
    padding: 56px 20px;
  }
}

.lp-stats--soft {
  background: #F9FAFB;
}

.lp-stats__inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}

.lp-stats__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0;
  color: #232834;
  margin: 0;
}
@media (max-width: 850px) {
  .lp-stats__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.lp-stats__title {
  width: 786px;
  max-width: 100%;
  text-align: center;
}

.lp-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-stats__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  min-height: 212px;
  padding: 32px;
  border-radius: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 9px rgba(10, 11, 13, 0.08);
          box-shadow: 0 4px 9px rgba(10, 11, 13, 0.08);
  overflow: hidden;
}

.lp-stats__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(86.12deg, #8358FC 19.426%, #5E8BFF 82.118%);
}

.lp-stats__figure {
  margin: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.05;
}

.lp-stats__item:nth-child(1) .lp-stats__figure {
  background: linear-gradient(167.71deg, #2A95E2 13.277%, #6652E7 53.017%, #B000EE 92.757%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #6652E7;
}

.lp-stats__item:nth-child(2) .lp-stats__figure {
  background: linear-gradient(170.62deg, #2A95E2 13.277%, #6652E7 53.017%, #B000EE 92.757%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #6652E7;
}

.lp-stats__item:nth-child(3) .lp-stats__figure {
  background: linear-gradient(171.93deg, #2A95E2 13.277%, #6652E7 53.017%, #B000EE 92.757%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #6652E7;
}

.lp-stats__label {
  margin: 0;
  color: #717B87;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.lp-stats__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  min-height: 212px;
  padding: 48px 32px;
  border-radius: 16px;
  background: linear-gradient(19.84deg, #7E51FF 44.142%, #5484FF 116.52%);
  -webkit-box-shadow: 0 4px 9px rgba(10, 11, 13, 0.08);
          box-shadow: 0 4px 9px rgba(10, 11, 13, 0.08);
  text-align: center;
}

.lp-stats__cta-title {
  margin: 0;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.lp-stats__cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border: 1px solid #2A95E2;
  border-radius: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 6px 12px rgba(102, 82, 231, 0.3);
          box-shadow: 4px 6px 12px rgba(102, 82, 231, 0.3);
  color: #232834;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.lp-stats__cta-btn:hover, .lp-stats__cta-btn:focus-visible {
  color: #232834;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 4px 8px 14px rgba(102, 82, 231, 0.36);
          box-shadow: 4px 8px 14px rgba(102, 82, 231, 0.36);
}
.lp-stats__cta-btn {
  height: 60px;
  padding: 0 32px;
}

@media (max-width: 850px) {
  .lp-stats__inner {
    gap: 36px;
  }
  .lp-stats__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .lp-stats__item {
    min-height: 0;
    padding: 28px 24px;
  }
  .lp-stats__figure {
    font-size: 44px;
  }
  .lp-stats__label {
    font-size: 16px;
    line-height: 26px;
  }
  .lp-stats__cta {
    min-height: 0;
    padding: 36px 24px;
  }
  .lp-stats__cta-title {
    font-size: 26px;
    line-height: 34px;
  }
}
.lp-split {
  background: #F9FAFB;
  padding: 80px 40px;
}
@media (max-width: 850px) {
  .lp-split {
    padding: 56px 20px;
  }
}

.lp-split__inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 81px;
}

.lp-split__media {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 532px;
          flex: 0 0 532px;
  width: 532px;
  border: 10px solid #FFFFFF;
  border-radius: 24px;
  background: linear-gradient(122.87deg, #2A95E2 4.2215%, #8353FD 97.052%);
  -webkit-box-shadow: 0 0 141px rgba(120, 54, 186, 0), 0 4px 9px rgba(10, 11, 13, 0.08);
          box-shadow: 0 0 141px rgba(120, 54, 186, 0), 0 4px 9px rgba(10, 11, 13, 0.08);
  overflow: hidden;
}

.lp-split__media-back,
.lp-split__media-front {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lp-split__media-back {
  width: 455px;
  height: 287px;
  -webkit-transform: translate(calc(-50% + 154.5px), calc(-50% - 89.5px));
      -ms-transform: translate(calc(-50% + 154.5px), calc(-50% - 89.5px));
          transform: translate(calc(-50% + 154.5px), calc(-50% - 89.5px));
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.4;
}

.lp-split__media-front {
  width: 439px;
  height: 277px;
  -webkit-transform: translate(calc(-50% - 0.5px), calc(-50% + 0.5px));
      -ms-transform: translate(calc(-50% - 0.5px), calc(-50% + 0.5px));
          transform: translate(calc(-50% - 0.5px), calc(-50% + 0.5px));
}

.lp-split__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-split__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  width: 480px;
  -ms-flex-item-align: center;
      align-self: center;
}

.lp-split__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}

.lp-split__eyebrow {
  margin: 0;
  color: #3A414D;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 32px;
  text-transform: uppercase;
}

.lp-split__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0;
  color: #232834;
  margin: 0;
}
@media (max-width: 850px) {
  .lp-split__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.lp-split__title {
  width: 480px;
  max-width: 100%;
}

.lp-split__text {
  margin: 0;
  color: #3A414D;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.lp-split__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border: 1px solid rgba(17, 3, 106, 0.2);
  border-radius: 16px;
  background: linear-gradient(58.64deg, #2A95E2 7.7516%, #B000EE 65%, #C01CAF 101.46%);
  -webkit-box-shadow: 4px 6px 12px rgba(102, 82, 231, 0.3);
          box-shadow: 4px 6px 12px rgba(102, 82, 231, 0.3);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.lp-split__btn:hover, .lp-split__btn:focus-visible {
  color: #FFFFFF;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 4px 8px 14px rgba(102, 82, 231, 0.36);
          box-shadow: 4px 8px 14px rgba(102, 82, 231, 0.36);
}
.lp-split__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: 60px;
  padding: 0 32px;
}

.lp-split__btn img {
  display: block;
  width: 20px;
  height: 20px;
}

@media (max-width: 1200px) {
  .lp-split__inner {
    gap: 40px;
  }
  .lp-split__media {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    min-height: 340px;
  }
  .lp-split__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  .lp-split__title {
    width: auto;
  }
}
@media (max-width: 850px) {
  .lp-split__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
  .lp-split__media {
    min-height: 260px;
    border-width: 6px;
  }
  .lp-split__media-back {
    display: none;
  }
  .lp-split__media-front {
    width: 88%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .lp-split__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .lp-split__eyebrow {
    font-size: 16px;
    line-height: 26px;
  }
}
.lp-table-block {
  background: #F9FAFB;
  padding: 64px 40px;
}
@media (max-width: 850px) {
  .lp-table-block {
    padding: 56px 20px;
  }
}

.lp-table-block__inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}

.lp-table-block__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0;
  color: #232834;
  margin: 0;
}
@media (max-width: 850px) {
  .lp-table-block__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.lp-table-block__title {
  width: 804px;
  max-width: 100%;
  text-align: center;
}

.lp-table {
  width: 100%;
  margin: 0;
  padding: 24px;
  border: 0;
  border-radius: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0 0 0 1px #EBEBEB;
          box-shadow: inset 0 0 0 1px #EBEBEB;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.lp-table th,
.lp-table td {
  padding: 16px 24px;
  border: 0;
  text-align: left;
  vertical-align: middle;
}

.lp-table thead th {
  height: 55px;
  background: #F9FAFB;
  color: #232834;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.lp-table thead th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.lp-table thead th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.lp-table__accent {
  background: linear-gradient(171.89deg, #2A95E2 13.277%, #6652E7 53.017%, #B000EE 92.757%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #6652E7;
}

.lp-table tbody td {
  height: 84px;
  border-bottom: 1px solid #E9EBF0;
  background: #FFFFFF;
  color: #232834;
  font-size: 18px;
  line-height: 24px;
}

.lp-table tbody tr:last-child td {
  border-bottom: 0;
}

.lp-table tbody td:first-child {
  font-weight: 600;
}

.lp-table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.lp-table__cell img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.lp-table__scroll {
  width: 100%;
  overflow-x: auto;
}

@media (max-width: 850px) {
  .lp-table-block__inner {
    gap: 28px;
  }
  .lp-table {
    min-width: 620px;
    padding: 12px;
  }
  .lp-table th,
  .lp-table td {
    padding: 12px 16px;
  }
  .lp-table tbody td {
    height: auto;
    font-size: 16px;
  }
}
.lp-table-block--invert {
  background: #FFFFFF;
}

.lp-table-block--invert .lp-table {
  background: #F9FAFB;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 760px;
}

.lp-table-block--invert .lp-table thead th {
  background: #FFFFFF;
  white-space: nowrap;
}

.lp-table-block--invert .lp-table__accent {
  background: linear-gradient(165.33deg, #2A95E2 13.277%, #6652E7 53.017%, #B000EE 92.757%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #6652E7;
}

.lp-table-block--invert .lp-table tbody td {
  background: #F9FAFB;
}

.lp-table-block--invert .lp-table tbody td:first-child {
  font-weight: 600;
}

.lp-badges {
  background: #FFFFFF;
  padding: 80px 40px;
}
@media (max-width: 850px) {
  .lp-badges {
    padding: 56px 20px;
  }
}

.lp-badges__inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}

.lp-badges__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  text-align: center;
}

.lp-badges__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0;
  color: #232834;
  margin: 0;
}
@media (max-width: 850px) {
  .lp-badges__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.lp-badges__title {
  width: 880px;
  max-width: 100%;
}

.lp-badges__sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #717B87;
  margin: 0;
}
@media (max-width: 850px) {
  .lp-badges__sub {
    font-size: 16px;
    line-height: 26px;
  }
}
.lp-badges__sub {
  width: 880px;
  max-width: 100%;
}

.lp-badges__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 133px;
  padding: 7px;
  margin: 0;
  list-style: none;
}

.lp-badges__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 172px;
  height: 172px;
}

.lp-badges__item--tint {
  position: relative;
}

.lp-badges__item--tint::after {
  content: "";
  position: absolute;
  inset: 3.04%;
  border-radius: 50%;
  background: #8531EB;
  mix-blend-mode: color;
  pointer-events: none;
}

.lp-badges__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1200px) {
  .lp-badges__list {
    gap: 72px;
  }
}
@media (max-width: 850px) {
  .lp-badges__inner {
    gap: 36px;
  }
  .lp-badges__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
  .lp-badges__item {
    width: 120px;
    height: 120px;
  }
}
.lp-banner {
  position: relative;
  min-height: 352px;
  overflow: hidden;
  background: linear-gradient(13.43deg, #8358FC 44.142%, #5E8BFF 116.52%);
}

.lp-banner__pattern {
  position: absolute;
  top: -30px;
  left: -21px;
  width: 1494px;
  height: 403px;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  pointer-events: none;
}

.lp-banner__pattern img {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-banner__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  padding: 80px 20px;
  text-align: center;
}

.lp-banner__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 16px;
}

.lp-banner__title {
  width: 880px;
  max-width: 100%;
  margin: 0;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-wrap: balance;
}

.lp-banner__text {
  max-width: 880px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.lp-banner__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border: 1px solid #2A95E2;
  border-radius: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 6px 12px rgba(102, 82, 231, 0.3);
          box-shadow: 4px 6px 12px rgba(102, 82, 231, 0.3);
  color: #232834;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.lp-banner__btn:hover, .lp-banner__btn:focus-visible {
  color: #232834;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 4px 8px 14px rgba(102, 82, 231, 0.36);
          box-shadow: 4px 8px 14px rgba(102, 82, 231, 0.36);
}

.lp-banner__btn--gradient {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border: 1px solid rgba(17, 3, 106, 0.2);
  border-radius: 16px;
  background: linear-gradient(58.64deg, #2A95E2 7.7516%, #B000EE 65%, #C01CAF 101.46%);
  -webkit-box-shadow: 4px 6px 12px rgba(102, 82, 231, 0.3);
          box-shadow: 4px 6px 12px rgba(102, 82, 231, 0.3);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.lp-banner__btn--gradient:hover, .lp-banner__btn--gradient:focus-visible {
  color: #FFFFFF;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 4px 8px 14px rgba(102, 82, 231, 0.36);
          box-shadow: 4px 8px 14px rgba(102, 82, 231, 0.36);
}

@media (max-width: 850px) {
  .lp-banner {
    min-height: 0;
  }
  .lp-banner__inner {
    gap: 24px;
    padding: 48px 20px;
  }
  .lp-banner__title {
    font-size: 26px;
    line-height: 34px;
  }
  .lp-banner__text {
    font-size: 16px;
    line-height: 26px;
  }
}
.lp-faq {
  background: #FFFFFF;
  padding: 80px 40px;
}
@media (max-width: 850px) {
  .lp-faq {
    padding: 56px 20px;
  }
}

.lp-faq__inner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}

.lp-faq__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0;
  color: #232834;
  margin: 0;
}
@media (max-width: 850px) {
  .lp-faq__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.lp-faq__title {
  width: 832px;
  max-width: 100%;
  text-align: center;
}

.lp-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 832px;
  max-width: 100%;
}

.lp-faq__item {
  padding: 20px 0;
  border-bottom: 1px solid #E9EBF0;
}

.lp-faq__item:first-child {
  padding-top: 0;
}

.lp-faq__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.lp-faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 68px;
  min-height: 64px;
  cursor: pointer;
  list-style: none;
}

.lp-faq__q::-webkit-details-marker {
  display: none;
}

.lp-faq__q h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #232834;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.24px;
  line-height: 36px;
}

.lp-faq__chevron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.lp-faq__chevron img {
  display: block;
  width: 16px;
  height: 28px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.lp-faq__item[open] .lp-faq__chevron img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.lp-faq__a {
  max-width: 732px;
  margin-top: 24px;
  color: #717B87;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.lp-faq__a p {
  margin: 0 0 12px;
}

.lp-faq__a p:last-child {
  margin-bottom: 0;
}

@media (max-width: 850px) {
  .lp-faq__inner {
    gap: 32px;
  }
  .lp-faq__item {
    padding: 16px 0;
  }
  .lp-faq__q {
    gap: 16px;
    min-height: 0;
  }
  .lp-faq__q h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .lp-faq__chevron {
    width: 24px;
    height: 24px;
  }
  .lp-faq__chevron img {
    width: 12px;
    height: 21px;
  }
  .lp-faq__a {
    margin-top: 16px;
  }
}
.lp-calc-hidden {
  display: none;
}

.lp-calc,
.fancybox-slide--html .lp-calc.fancybox-content {
  display: inline-block;
  vertical-align: middle;
  width: 1168px;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  border-radius: 32px;
  background: #f3f3f3;
  -webkit-box-shadow: 2px 4px 20px rgba(57, 92, 166, 0.25);
          box-shadow: 2px 4px 20px rgba(57, 92, 166, 0.25);
  color: #232834;
  text-align: left;
}

.lp-calc .fancybox-close-small {
  display: none;
}

.lp-calc__scroll {
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #D7DCE7 transparent;
}

.lp-calc__scroll::-webkit-scrollbar {
  width: 8px;
}

.lp-calc__scroll::-webkit-scrollbar-track {
  background: transparent;
}

.lp-calc__scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #D7DCE7;
}

.lp-calc__bar {
  position: sticky;
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 0;
  padding: 20px 20px 0;
  overflow: visible;
}

.lp-calc__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #E9EBF0;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 14px 20px rgba(38, 40, 60, 0.07);
          box-shadow: 0 14px 20px rgba(38, 40, 60, 0.07);
  color: #717B87;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.lp-calc__close:hover,
.lp-calc__close:focus-visible {
  color: #232834;
  border-color: #D7DCE7;
}

.lp-calc__close svg {
  display: block;
  width: 14px;
  height: 14px;
}

.lp-calc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  padding: 78px 24px;
}

.lp-calc__title {
  width: 526px;
  max-width: 100%;
  margin: 0;
  color: #232834;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}

.lp-calc__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.lp-calc__card {
  width: 1012px;
  max-width: 100%;
  border: 1px solid #E9EBF0;
  border-radius: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 14px 20px rgba(38, 40, 60, 0.07);
          box-shadow: 0 14px 20px rgba(38, 40, 60, 0.07);
}

.lp-calc__fields-card {
  padding: 26px 28px;
}

.lp-calc__card-title {
  margin: 0;
  color: #232834;
  font-size: 19px;
  font-weight: 700;
  line-height: 28.5px;
}

.lp-calc__hint {
  margin: 4px 0 0;
  color: #717B87;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.lp-calc__fields {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.lp-calc__label {
  display: block;
  color: #717B87;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lp-calc__input-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}

.lp-calc__prefix {
  position: absolute;
  left: 16px;
  color: #717B87;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  pointer-events: none;
}

.lp-calc__input {
  width: 100%;
  height: 61px;
  padding: 14px 16px;
  border: 1.5px solid #E9EBF0;
  border-radius: 12px;
  background: #FFFFFF;
  color: #232834;
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  outline: none;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.lp-calc__field--money .lp-calc__input {
  padding-left: 34px;
}

.lp-calc__input:focus {
  border-color: #6652E7;
  -webkit-box-shadow: 0 0 0 4px rgba(102, 82, 231, 0.14);
          box-shadow: 0 0 0 4px rgba(102, 82, 231, 0.14);
}

.lp-calc__unit {
  margin: 7px 0 0;
  color: #717B87;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 18.75px;
}

.lp-calc__results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 1012px;
  max-width: 100%;
  margin-top: 26px;
}

.lp-calc__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px;
}

.lp-calc__tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #F1EEFE;
  color: #6652E7;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-calc__result--fin .lp-calc__tag {
  background: #EAF4FC;
  color: #2A95E2;
}

.lp-calc__big {
  margin: 0;
  font-size: 52px;
  font-weight: 800;
  line-height: 52px;
  background: linear-gradient(164.78deg, #2A95E2 13.277%, #6652E7 53.017%, #B000EE 92.757%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #6652E7;
}

.lp-calc__result--fin .lp-calc__big {
  background: linear-gradient(167.53deg, #2A95E2 13.277%, #6652E7 53.017%, #B000EE 92.757%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #6652E7;
}

.lp-calc__big-label {
  margin: 8px 0 0;
  color: #717B87;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.lp-calc__metrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #E9EBF0;
}

.lp-calc__metric {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

.lp-calc__metric-val {
  color: #232834;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.lp-calc__metric-lab {
  margin-top: 6px;
  color: #717B87;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 18.75px;
}

.lp-calc__plain {
  margin: 18px 0 0;
  color: #717B87;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 21.75px;
}

.lp-calc__plain b {
  color: #232834;
  font-weight: 600;
}

.lp-calc__custom {
  margin: 0;
  color: #717B87;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 21.75px;
}

.lp-calc__custom-q {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  background: linear-gradient(92deg, #2A95E2 4.2215%, #8353FD 97.052%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #6652E7;
}

.lp-calc__strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 18px;
  width: 1012px;
  max-width: 100%;
  margin-top: 22px;
  padding: 22px 28px;
  background: #F9FAFB;
}

.lp-calc__strip-title {
  grid-column: 1/-1;
  margin: 0 0 6px;
  color: #717B87;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.lp-calc__strip-col {
  text-align: center;
}

.lp-calc__strip-lab {
  margin: 0;
  color: #717B87;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 18.75px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lp-calc__strip-val {
  margin: 6px 0 0;
  color: #232834;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.lp-calc__strip-col--today .lp-calc__strip-val {
  color: #717B87;
}

.lp-calc__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24.75px;
  height: 39px;
  color: #6652E7;
}

.lp-calc__arrow svg {
  display: block;
  width: 18px;
  height: 18px;
}

.lp-calc__assump {
  width: 1012px;
  max-width: 100%;
  margin-top: 40px;
  padding-top: 22px;
  padding-bottom: 4px;
  border-top: 1px solid #E9EBF0;
}

.lp-calc__assump-title {
  margin: 0;
  color: #8B95A1;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 18.75px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lp-calc__assump-list {
  margin: 8px 0 0;
  padding-left: 18px;
  list-style: disc;
}

.lp-calc__assump-list li {
  color: #717B87;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 18.75px;
}

.lp-calc__assump-list li + li {
  margin-top: 4px;
}

@media (max-width: 1200px) {
  .lp-calc__inner {
    padding: 64px 20px;
  }
  .lp-calc__title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 850px) {
  .lp-calc,
  .fancybox-slide--html .lp-calc.fancybox-content {
    border-radius: 20px;
  }
  .lp-calc__bar {
    padding: 14px 14px 0;
  }
  .lp-calc__inner {
    gap: 32px;
    padding: 48px 16px 40px;
  }
  .lp-calc__title {
    font-size: 26px;
    line-height: 34px;
  }
  .lp-calc__fields-card {
    padding: 22px 20px;
  }
  .lp-calc__fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .lp-calc__results {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin-top: 16px;
  }
  .lp-calc__result {
    padding: 24px 20px;
  }
  .lp-calc__big {
    font-size: 40px;
    line-height: 44px;
  }
  .lp-calc__strip {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 16px;
    padding: 20px;
  }
  .lp-calc__arrow {
    width: 100%;
    height: auto;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .lp-calc__strip-val {
    font-size: 26px;
    line-height: 34px;
  }
  .lp-calc__assump {
    margin-top: 28px;
  }
}
