@charset "UTF-8";
.button-primary {
  display: flex;
  justify-content: center;
  border: none;
  margin: 0;
  cursor: pointer;
  align-items: center;
  max-width: fit-content;
  border-radius: 16px;
  background: #8878FF;
  transition: background 0.3s ease-in-out;
  padding: 0.42vw 0.42vw 0.42vw 0.94vw;
}
@media (max-width: 1919px) {
  .button-primary {
    padding: 0.5vw 0.5vw 0.5vw 1.13vw;
  }
}
@media (max-width: 1599px) {
  .button-primary {
    padding: 0.56vw 0.56vw 0.56vw 1.25vw;
  }
}
@media (max-width: 1439px) {
  .button-primary {
    padding: 0.8vw 0.8vw 0.8vw 1.8vw;
  }
}
@media (max-width: 999px) {
  .button-primary {
    padding: 1.86vw 1.86vw 1.86vw 4.2vw;
  }
}
.button-primary {
  gap: 0.94vw;
}
@media (max-width: 1919px) {
  .button-primary {
    gap: 1.13vw;
  }
}
@media (max-width: 1599px) {
  .button-primary {
    gap: 1.25vw;
  }
}
@media (max-width: 1439px) {
  .button-primary {
    gap: 1.8vw;
  }
}
@media (max-width: 999px) {
  .button-primary {
    gap: 4.2vw;
  }
}
.button-primary:hover {
  background: #4534CA;
}
.button-primary:hover .button-primary__icon-box svg path {
  stroke: #4534CA;
}
.button-primary:active {
  background: #25159D;
}
.button-primary:active .button-primary__icon-box svg path {
  stroke: #25159D;
}
.button-primary span {
  color: #FFFFFF;
  font-family: NunitoSans, "Nunito Sans-fallback";
  font-style: normal;
  font-weight: 600;
  font-size: 0.83vw;
}
@media (max-width: 1919px) {
  .button-primary span {
    font-size: 1vw;
  }
}
@media (max-width: 1599px) {
  .button-primary span {
    font-size: 1.11vw;
  }
}
@media (max-width: 1439px) {
  .button-primary span {
    font-size: 1.6vw;
  }
}
@media (max-width: 999px) {
  .button-primary span {
    font-size: 3.73vw;
  }
}
.button-primary span {
  line-height: 1.25vw;
}
@media (max-width: 1919px) {
  .button-primary span {
    line-height: 1.5vw;
  }
}
@media (max-width: 1599px) {
  .button-primary span {
    line-height: 1.67vw;
  }
}
@media (max-width: 1439px) {
  .button-primary span {
    line-height: 2.4vw;
  }
}
@media (max-width: 999px) {
  .button-primary span {
    line-height: 5.59vw;
  }
}
.button-primary_green {
  background: #C5FFBE;
  z-index: 1;
}
.button-primary_green span {
  color: #4534CA;
}
.button-primary_green:hover {
  background: #ACFFA2;
}
.button-primary_green:hover .button-primary__icon-box svg path {
  stroke: #FFFFFF;
}
.button-primary_green:active {
  background: #ACFFA2;
}
.button-primary_green:active .button-primary__icon-box svg path {
  stroke: #FFFFFF;
}
.button-primary_purple span {
  font-weight: 500;
}
.button-primary .button-primary__icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #C5FFBE;
  padding: 0.26vw;
}
@media (max-width: 1919px) {
  .button-primary .button-primary__icon-box {
    padding: 0.31vw;
  }
}
@media (max-width: 1599px) {
  .button-primary .button-primary__icon-box {
    padding: 0.35vw;
  }
}
@media (max-width: 1439px) {
  .button-primary .button-primary__icon-box {
    padding: 0.5vw;
  }
}
@media (max-width: 999px) {
  .button-primary .button-primary__icon-box {
    padding: 1.17vw;
  }
}
.button-primary .button-primary__icon-box {
  width: 1.77vw;
}
@media (max-width: 1919px) {
  .button-primary .button-primary__icon-box {
    width: 2.13vw;
  }
}
@media (max-width: 1599px) {
  .button-primary .button-primary__icon-box {
    width: 2.36vw;
  }
}
@media (max-width: 1439px) {
  .button-primary .button-primary__icon-box {
    width: 3.4vw;
  }
}
@media (max-width: 999px) {
  .button-primary .button-primary__icon-box {
    width: 7.93vw;
  }
}
.button-primary .button-primary__icon-box {
  height: 1.77vw;
}
@media (max-width: 1919px) {
  .button-primary .button-primary__icon-box {
    height: 2.13vw;
  }
}
@media (max-width: 1599px) {
  .button-primary .button-primary__icon-box {
    height: 2.36vw;
  }
}
@media (max-width: 1439px) {
  .button-primary .button-primary__icon-box {
    height: 3.4vw;
  }
}
@media (max-width: 999px) {
  .button-primary .button-primary__icon-box {
    height: 7.93vw;
  }
}
.button-primary .button-primary__icon-box img {
  display: block;
  object-fit: contain;
  width: 0.63vw;
}
@media (max-width: 1919px) {
  .button-primary .button-primary__icon-box img {
    width: 0.75vw;
  }
}
@media (max-width: 1599px) {
  .button-primary .button-primary__icon-box img {
    width: 0.83vw;
  }
}
@media (max-width: 1439px) {
  .button-primary .button-primary__icon-box img {
    width: 1.2vw;
  }
}
@media (max-width: 999px) {
  .button-primary .button-primary__icon-box img {
    width: 2.8vw;
  }
}
.button-primary .button-primary__icon-box img {
  height: 0.63vw;
}
@media (max-width: 1919px) {
  .button-primary .button-primary__icon-box img {
    height: 0.75vw;
  }
}
@media (max-width: 1599px) {
  .button-primary .button-primary__icon-box img {
    height: 0.83vw;
  }
}
@media (max-width: 1439px) {
  .button-primary .button-primary__icon-box img {
    height: 1.2vw;
  }
}
@media (max-width: 999px) {
  .button-primary .button-primary__icon-box img {
    height: 2.8vw;
  }
}
.button-primary .button-primary__icon-box svg {
  width: 1.25vw;
}
@media (max-width: 1919px) {
  .button-primary .button-primary__icon-box svg {
    width: 1.5vw;
  }
}
@media (max-width: 1599px) {
  .button-primary .button-primary__icon-box svg {
    width: 1.67vw;
  }
}
@media (max-width: 1439px) {
  .button-primary .button-primary__icon-box svg {
    width: 2.4vw;
  }
}
@media (max-width: 999px) {
  .button-primary .button-primary__icon-box svg {
    width: 5.59vw;
  }
}
.button-primary .button-primary__icon-box svg {
  height: 1.25vw;
}
@media (max-width: 1919px) {
  .button-primary .button-primary__icon-box svg {
    height: 1.5vw;
  }
}
@media (max-width: 1599px) {
  .button-primary .button-primary__icon-box svg {
    height: 1.67vw;
  }
}
@media (max-width: 1439px) {
  .button-primary .button-primary__icon-box svg {
    height: 2.4vw;
  }
}
@media (max-width: 999px) {
  .button-primary .button-primary__icon-box svg {
    height: 5.59vw;
  }
}
.button-primary .button-primary__icon-box svg path {
  transition: stroke 0.3s ease-in-out;
  stroke: #8878FF;
}
.button-primary .button-primary__icon-box_purple {
  background: #8878FF;
}
.button-primary .button-primary__icon-box_purple svg path {
  stroke: #FFFFFF;
}
.button-primary .button-primary__icon-box_purple img {
  filter: brightness(0) invert(1);
}
.button-primary-hero {
  width: 9.379885357vw;
}
@media (max-width: 1919px) {
  .button-primary-hero {
    width: 11.2570356473vw;
  }
}
@media (max-width: 1599px) {
  .button-primary-hero {
    width: 12.5086865879vw;
  }
}
@media (max-width: 1439px) {
  .button-primary-hero {
    width: 18.018018018vw;
  }
}
@media (max-width: 999px) {
  .button-primary-hero {
    width: 41.958041958vw;
  }
}
.button-primary-hero span {
  font-family: NunitoSans, "Nunito Sans-fallback";
}
.button-primary-hero .button-primary__icon-box img {
  width: 0.63vw;
}
@media (max-width: 1919px) {
  .button-primary-hero .button-primary__icon-box img {
    width: 0.75vw;
  }
}
@media (max-width: 1599px) {
  .button-primary-hero .button-primary__icon-box img {
    width: 0.83vw;
  }
}
@media (max-width: 1439px) {
  .button-primary-hero .button-primary__icon-box img {
    width: 1.2vw;
  }
}
@media (max-width: 999px) {
  .button-primary-hero .button-primary__icon-box img {
    width: 2.8vw;
  }
}
.button-primary-hero .button-primary__icon-box img {
  height: 0.63vw;
}
@media (max-width: 1919px) {
  .button-primary-hero .button-primary__icon-box img {
    height: 0.75vw;
  }
}
@media (max-width: 1599px) {
  .button-primary-hero .button-primary__icon-box img {
    height: 0.83vw;
  }
}
@media (max-width: 1439px) {
  .button-primary-hero .button-primary__icon-box img {
    height: 1.2vw;
  }
}
@media (max-width: 999px) {
  .button-primary-hero .button-primary__icon-box img {
    height: 2.8vw;
  }
}
.button-primary-hero .button-primary__icon-box svg {
  width: 0.52vw;
}
@media (max-width: 1919px) {
  .button-primary-hero .button-primary__icon-box svg {
    width: 0.63vw;
  }
}
@media (max-width: 1599px) {
  .button-primary-hero .button-primary__icon-box svg {
    width: 0.69vw;
  }
}
@media (max-width: 1439px) {
  .button-primary-hero .button-primary__icon-box svg {
    width: 1vw;
  }
}
@media (max-width: 999px) {
  .button-primary-hero .button-primary__icon-box svg {
    width: 2.33vw;
  }
}
.button-primary-hero .button-primary__icon-box svg {
  height: 0.52vw;
}
@media (max-width: 1919px) {
  .button-primary-hero .button-primary__icon-box svg {
    height: 0.63vw;
  }
}
@media (max-width: 1599px) {
  .button-primary-hero .button-primary__icon-box svg {
    height: 0.69vw;
  }
}
@media (max-width: 1439px) {
  .button-primary-hero .button-primary__icon-box svg {
    height: 1vw;
  }
}
@media (max-width: 999px) {
  .button-primary-hero .button-primary__icon-box svg {
    height: 2.33vw;
  }
}

.home-section__first_right-card {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 2.07vw;
}

.home-section__first_text-block h1 {
  font-family: NunitoSans, "Nunito Sans-fallback";
  font-size: 2.51vw !important;
  line-height: 2.92vw !important;
  font-weight: 500 !important;
  text-align: left;
  display: inline-block;
  background: #fff;
  border-radius: 26px 26px 0 0;
}
.home-section__first_text-block h1:nth-child(1) {
  padding: 0.77vw 1.07vw 0.17vw;
}
.home-section__first_text-block h1:nth-child(2) {
  padding: 0.17vw 1.07vw;
  border-radius: 0 26px 0 0;
}
.home-section__first_text-block h1:nth-child(3) {
  padding: 0.17vw 1.07vw 0.77vw 1.07vw;
  border-radius: 0 26px 26px 26px;
}

.home-section__first_text-block span {
  color: var(--Black-90, #1F212C) !important;
}

.home-section__first_star-card {
  position: absolute;
  top: 88px;
}

.home-section__first {
  position: relative;
  overflow: hidden;
  min-height: 31.27vw;
  padding: 0 5.07vw;
  display: flex;
  justify-content: space-around;
  background: var(--Purple-8, #EAE6FF);
  border-radius: 0;
}

.home-section__first::after {
  content: "";
  position: absolute;
  right: 5.53vw;
  top: -3.07vw;
  width: 26.07vw;
  height: 26.07vw;
  border-radius: 621px;
  border: 129px solid rgba(202, 195, 255, 0.51);
  z-index: 0;
}

.home-section__first_bg-text {
  position: absolute;
  inset: 0;
  font-size: 150px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-12deg);
  z-index: 0;
  pointer-events: none;
}

.home-section__first_text-block {
  position: relative;
  z-index: 2;
  max-width: 470px;
}

.home-section__first_title-card {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.home-section__first_title-card h1 {
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
  margin: 0;
}

.home-section__first_title-card span {
  color: #7568ff;
}

.home-section__first_description {
  font-size: 20px;
  line-height: 1.5;
  max-width: 522px;
  color: #2f2f2f;
}
.home-section__first_description > p {
  color: var(--Black-90, #1F212C);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-block-end: 0;
}

.home-section__button {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.home-section__button a {
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 0;
}
.home-section__button .home-section__button {
  background: var(--Purple-40, #8878FF);
  width: 1.07vw;
}
.home-section__button .button__banner {
  color: var(--White, #FFF);
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  width: 162px;
}

.home-section__button-arrow {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--Green-10, #C5FFBE);
}
.home-section__button-arrow img {
  color: var(--White, #fff);
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
}

.botButton {
  background: #7568ff;
  border-radius: 14px;
  padding: 18px 32px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(117, 104, 255, 0.25);
}

.home-section__first_image-block {
  position: relative;
  z-index: 2;
}

.home-section__first_image-block-mobile {
  display: none;
}

.home-section__first_image {
  display: block;
  width: 47.14vw !important;
  max-width: 100%;
}

.messenger-icons {
  position: absolute;
  left: -90px;
  top: 40%;
  display: flex;
  gap: 18px;
  z-index: 3;
}

.messenger-icons__item {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.messenger-icons__item img {
  width: 42px;
}

.button__banner {
  display: flex;
  width: 180px;
  padding: 8px 8px 8px 18px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .home-section__first {
    flex-direction: column;
    text-align: center;
  }
  .home-section__first_title-card {
    align-items: center;
  }
  .home-section__first_title-card h1 {
    font-size: 34px;
  }
  .home-section__first_image {
    width: 320px;
    margin-top: 30px;
  }
  .home-section__first_text-block {
    align-items: center;
    gap: 20px;
  }
  .home-section__first_text-block h1 {
    font-family: NunitoSans, "Nunito Sans-fallback";
    font-size: 6.51vw !important;
    line-height: 7.52vw !important;
    font-weight: 600 !important;
    text-align: center;
    display: inline-block;
  }
  .home-section__first_text-block h1:nth-child(1) {
    padding: 0.77vw 1.07vw 0.17vw;
  }
  .home-section__first_text-block h1:nth-child(2) {
    padding: 0.17vw 1.07vw;
    border-radius: 0 26px 0 0;
  }
  .home-section__first_text-block h1:nth-child(3) {
    padding: 0.17vw 1.07vw 0.77vw 1.07vw;
    border-radius: 0 26px 26px 26px;
  }
  .home-section__first_bg-text {
    font-size: 80px;
  }
}
#how-work-screen .home-section__title {
  text-align: center;
  margin-top: 1.5vw;
}

.home-section__title_center {
  text-align: center;
}

.home-section__first {
  padding-top: 0;
}

.home-section__first__button {
  margin-top: 2.23vw;
}

.home-section__first_text-block {
  max-width: 39.58vw;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
.home-section__first_text-block h3 {
  font-size: 1.67vw;
  line-height: 2.23vw;
  margin: 0 0 1.67vw;
  font-weight: 500;
  font-family: NunitoSans, "Nunito Sans-fallback";
}
.home-section__first_text-block span {
  color: #6d5bf7;
}
.home-section__first_text-block ul {
  margin: 0;
  padding: 0;
}
.home-section__first_text-block li {
  list-style-type: none;
  padding-left: 2.08vw;
  position: relative;
}
.home-section__first_text-block li:not(:last-child) {
  margin-bottom: 0.55vw;
}
.home-section__first_text-block li:before {
  content: " ";
  width: 1.2vw;
  height: 2px;
  background-color: #6d5bf7;
  border-radius: 4px;
  position: absolute;
  top: 0.8vw;
  left: 0.2vw;
}

.home-section__first_image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.home-section__first_image-block img {
  width: 40.14vw;
  height: auto;
  z-index: 2;
}

.home-section__first_ellips-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 25.9vw;
  height: auto;
  -webkit-transform: translate(-34%, -31%);
  -ms-transform: translate(-34%, -31%);
  transform: translate(-34%, -31%);
  pointer-events: none;
}

.home-section__first_ellips-purple {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25.9vw;
  height: auto;
  -webkit-transform: translate(6%, 45%);
  -ms-transform: translate(6%, 45%);
  transform: translate(6%, 45%);
  pointer-events: none;
}

.home-section__second {
  padding-top: 6.95vw;
  position: relative;
  min-height: 44.428vw;
}

.home-section__third {
  padding-bottom: 0;
}

.home-section__forth {
  margin-top: 4.5vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
}

.slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.12vw;
}

.slider__arrows .slick-arrow {
  line-height: normal;
  border-radius: 50%;
  border: 1px solid #1f212c;
  width: 3.34vw;
  height: 3.34vw;
  background: #fff;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.slider__arrows .slick-arrow:before {
  content: " ";
  background: url(/assets/icons/slider-arrow.svg);
  width: 1.67vw;
  height: 1.67vw;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}

.slider__arrows .slick-arrow:hover {
  border-color: #6d5bf7;
  background: #C1CCFF;
}

.slider__arrows .slick-arrow:active {
  background: #6d5bf7;
}

.slider__arrows .slick-arrow.slick-next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider__arrows .slick-arrow.slick-disabled {
  cursor: default;
  background: #fff !important;
  border-color: #8592a3;
}

.slider__arrows .slick-arrow.slick-disabled::before {
  opacity: 0.5;
}

.how-work__img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.how-work__img {
  width: 38.89vw;
  position: relative;
  z-index: 3;
}

.how-work__img_gear {
  position: absolute;
  width: 10.07vw;
  height: 10.07vw;
  top: 0;
  right: 29.17vw;
  z-index: 2;
}

.how-work__img_bg {
  position: absolute;
  width: 38.89vw;
  height: auto;
  top: 0;
  right: 0;
  z-index: -1;
}

.how-work__text-block {
  margin-left: 7.64vw;
}
.how-work__text-block h2 {
  font-size: 2.78vw;
  line-height: 3.75vw;
  font-family: NunitoSans, "Nunito Sans-fallback";
  font-weight: 400;
  margin: 0;
  z-index: 2;
  position: relative;
}
.how-work__text-block ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.53vw;
  max-width: 24.31vw;
  margin-top: 1.53vw;
  list-style-type: none;
  padding: 0;
}
.how-work__text-block li {
  margin: 0;
}

.how-work__button {
  margin-top: 2.78vw;
}

.our-plans {
  max-width: 76.12vw;
  margin: 5.56vw auto 0;
  display: grid;
  grid-template-columns: 33.34vw 35.42vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-plans__subtitle {
  color: #658ec3;
  font-size: 0.98vw;
  line-height: 1.18vw;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.our-plans__right {
  position: relative;
}

.our-plans__right::before {
  content: " ";
  width: 0.15vw;
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 91, 247, 0)), color-stop(11.46%, #6d5bf7), color-stop(90.62%, #6d5bf7), to(rgba(109, 91, 247, 0)));
  background: -o-linear-gradient(top, rgba(109, 91, 247, 0) 0, #6d5bf7 11.46%, #6d5bf7 90.62%, rgba(109, 91, 247, 0) 100%);
  background: linear-gradient(180deg, rgba(109, 91, 247, 0) 0, #6d5bf7 11.46%, #6d5bf7 90.62%, rgba(109, 91, 247, 0) 100%);
  height: 117%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-2.78vw, -54%);
  -ms-transform: translate(-2.78vw, -54%);
  transform: translate(-2.78vw, -54%);
}

.our-plans__soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.38vw;
}

.our-plans__soon_item {
  background: #fff;
  border: 2px dashed #c0e8ff;
  padding: 1.53vw 1.53vw 1.53vw 0.98vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.55vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.12vw;
}

.our-plans__soon_img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 2.78vw;
  height: 2.78vw;
}

.our-plans__soon_text {
  font-size: 1.12vw;
  line-height: 1.25vw;
  font-weight: 500;
  margin-bottom: 0;
}

.our-plans__now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.67vw;
}

.our-plans__now_date {
  color: #fff;
  background: #6d5bf7;
  padding: 0.04vw 1.53vw 0;
  font-size: 0.98vw;
  height: 1.7365vw;
  line-height: 1.7365vw;
  border-radius: 1.67vw;
  margin-bottom: 0.55vw;
  min-width: 6.67vw;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.our-plans__now_date a {
  color: #fff;
}

.our-plans__now_date::before {
  content: " ";
  width: 1.67vw;
  height: 0.15vw;
  border-radius: 0.15vw;
  background: #6d5bf7;
  position: absolute;
  top: 50%;
  left: -1.12vw;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.our-plans__now_date::first-letter {
  text-transform: uppercase;
}

.our-plans__now_text-block {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-plans__now_text-block_one-page {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
}

.our-plans__now_text-block_one-page .our-plans__now_text {
  margin: 0;
  -webkit-line-clamp: 4;
}

.our-plans__now_item {
  background: #fff;
  border: 1px solid #e4e7ef;
  border-radius: 1.12vw;
  padding: 0.84vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.12vw;
}

.our-plans__now_img {
  height: 100%;
  min-height: 9.45vw;
  width: 13.2vw;
  border-radius: 1.12vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  object-fit: cover;
}

.our-plans__now_title {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 1.38vw;
  line-height: 1.67vw;
  margin: 0 0 0.55vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.our-plans__now_text {
  font-size: 0.98vw;
  line-height: 1.18vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.our-plans__now_text p {
  font-size: 0.98vw !important;
  line-height: 1.18vw !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
}

.our-plans__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.78vw;
}

.partnership {
  background: #C1CCFF;
  border-radius: 2.23vw;
  padding: 5.42vw 7.35vw;
  display: grid;
  grid-template-columns: 32.63vw 1fr;
  gap: 4.17vw;
  position: relative;
  overflow: hidden;
  margin-top: 0.55vw;
}
.partnership__content p {
  font-size: 0.98vw;
  line-height: 1.18vw;
  margin-bottom: 0;
}
.partnership__content p + p {
  margin-top: 2.5vw;
}
.partnership__content a {
  font-size: 0.98vw;
  line-height: 1.18vw;
  color: #6d5bf7;
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  text-decoration: none;
  font-weight: 500;
}
.partnership__content p span {
  background-color: transparent !important;
}

.partnership__title {
  margin-bottom: 1.38vw !important;
  max-width: 300px;
}

.partnership__text {
  font-size: 0.98vw;
  line-height: 1.18vw;
  margin-bottom: 0;
}

.partnership__buttons {
  margin-top: 2.92vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.12vw;
}

.partnership__img {
  object-fit: contain;
  width: 39.58vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 9.08vw;
  z-index: 2;
}

.partnership__img_bg {
  width: 13.89vw;
  height: auto;
  position: absolute;
  bottom: -0.98vw;
  right: 0;
  pointer-events: none;
}

.partnership__img_ellipse-purple {
  width: 25.84vw;
  height: 25.84vw;
  background: #930bff;
  opacity: 0.6;
  position: absolute;
  bottom: -6.25vw;
  right: 2.08vw;
  pointer-events: none;
  -webkit-filter: blur(13.89vw);
  filter: blur(13.89vw);
}

@-moz-document url-prefix() {
  .partnership__img_ellipse-purple {
    opacity: 0.25;
  }
}
.partnership__img_ellipse-blue {
  width: 25.84vw;
  height: 25.84vw;
  background: #b3fefe;
  opacity: 0.6;
  position: absolute;
  top: -6.25vw;
  right: 17.57vw;
  pointer-events: none;
  -webkit-filter: blur(13.89vw);
  filter: blur(13.89vw);
}

@-moz-document url-prefix() {
  .partnership__img_ellipse-blue {
    opacity: 0.25;
  }
}
.reviews {
  max-width: 87.45vw;
  margin: 0 auto;
}

.review-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9.08vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.review-item__photo-block {
  width: 27.78vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 29.17vw;
  position: relative;
}

.review-item__photo-block::after {
  content: " ";
  background: url(/assets/images/home/home_reviews-quotes.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 5.21vw;
  height: 4.17vw;
  position: absolute;
  top: 2.78vw;
  left: 22.63vw;
  opacity: 0.3;
  pointer-events: none;
}

.review-item__01 .review-item__photo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 1.12vw;
}

.review-item__01-photo {
  width: 27.78vw;
  height: auto;
}

.review-item__text-block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.review-item__text {
  margin-bottom: 1.25vw;
}

.review-item__contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.53vw;
  text-decoration: none;
}

.review-item__contact-block svg {
  width: 3.13vw;
  height: 3.13vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.review-item__name {
  font-size: 1.38vw;
  line-height: 1.67vw;
  font-weight: 600;
  margin-bottom: 0.15vw;
  text-decoration: none;
  color: #1f212c;
}

.review-item__company {
  opacity: 0.3;
  font-size: 0.98vw;
  line-height: 1.18vw;
  margin: 0;
  text-decoration: none;
  color: #1f212c;
}

.review-item__arrows {
  width: 27.78vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  gap: 1.12vw;
}

.review-item__arrows .slick-arrow {
  width: 3.34vw;
  height: 3.34vw;
  background: #1f212c;
  border-radius: 50%;
  border: 1px solid #fff;
  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;
  font-size: 0;
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  cursor: pointer;
}

.review-item__arrows .slick-arrow:before {
  content: " ";
  background-image: url(/assets/icons/slider-arrow-white.svg);
  width: 1.67vw;
  height: 1.67vw;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}

.review-item__arrows .slick-arrow.slick-next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.review-item__arrows .slick-arrow:hover {
  border-color: #1f212c;
  background: #fff;
}

.review-item__arrows .slick-arrow:hover::before {
  background-image: url(/assets/icons/slider-arrow.svg);
}

.review-item__arrows .slick-arrow:active {
  border-color: #fff;
  background: #C1CCFF;
}

.review-item__arrows .slick-arrow.slick-disabled {
  cursor: default;
  background: #cdcfdc !important;
  border: 1px solid #fff !important;
}

.review-item__arrows .slick-arrow.slick-disabled:before {
  background-image: url(/assets/icons/slider-arrow-white.svg) !important;
}

.review-item:not(:first-child) {
  display: none !important;
}

.review-item.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.review-item__comment-block {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #658ec3;
  min-width: 16.5vw;
  min-height: 4.17vw;
  position: absolute;
  top: 2.2vw;
  left: 0;
  border-radius: 20px;
  text-align: center;
  padding: 0 16px;
}
.review-item__comment-block p:last-child {
  margin-bottom: 0;
}

.review-item__comment-block::after {
  content: " ";
  position: absolute;
  top: 3.6vw;
  left: 11vw;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-top: 32px solid #658ec3;
}

.review-item__feedback {
  display: flex;
  justify-content: space-between;
  margin-top: 2.78vw;
}

.review-item__feedback img {
  width: 3.13vw;
  height: 3.13vw;
  margin-right: 8px;
}

.review-item__feedback__block {
  display: flex;
  align-items: center;
  font-weight: 450;
}
.review-item__feedback__block p {
  margin: 0;
}

.logos-track {
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: center;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.home-section__two-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.604vw;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 2;
}
.home-section__two-column a {
  color: var(--Black-90, #1F212C);
  text-align: center;
  font-size: 1.875vw;
  font-weight: 500;
  line-height: 2.396vw;
  margin: 0;
}
.home-section__two-column p {
  color: var(--Black-90, #1F212C);
  font-size: 1.354vw;
  font-weight: 500;
  line-height: 1.771vw;
  text-align: center;
}

.home-section__second:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 90vw;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  background-image: url("/assets/icons/no-code.svg");
}

.button__solid_violet {
  background: #7a6aff;
  color: #fff;
  border-radius: 14px;
  padding: 16px 32px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.button__solid_violet:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(122, 106, 255, 0.35);
}

.slider__arrows {
  display: flex;
  gap: 12px;
  margin-left: 20px;
}

.slider__arrows button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #d8d4ff;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.slider__arrows button:hover {
  background: #7a6aff;
  border-color: #7a6aff;
}

@media (max-width: 1439px) and (min-width: 1000px) {
  .home-section__second {
    padding-top: 0;
    min-height: 67.1vw;
  }
  .home-section__two-column {
    margin: 0 auto;
  }
  .home-section__button {
    margin: 0;
  }
}
@media (max-width: 430px) {
  .home-section__second {
    padding-top: 0;
    min-height: 157.58vw;
  }
  .home-section__two-column {
    margin: 0 auto;
    align-items: center;
    gap: 6.99vw;
  }
  .home-section__button {
    margin: 0;
  }
}
.hero {
  display: flex;
  background: #EAE6FF;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  max-height: 31.2662845232vw;
}
@media (max-width: 1919px) {
  .hero {
    max-height: 33.3958724203vw;
  }
}
@media (max-width: 1599px) {
  .hero {
    max-height: 36.9006254343vw;
  }
}
@media (max-width: 1439px) {
  .hero {
    max-height: 53.1531531532vw;
  }
}
@media (max-width: 999px) {
  .hero {
    max-height: 157.5757575758vw;
  }
}
.hero {
  min-height: 31.2662845232vw;
}
@media (max-width: 1919px) {
  .hero {
    min-height: 33.3958724203vw;
  }
}
@media (max-width: 1599px) {
  .hero {
    min-height: 36.9006254343vw;
  }
}
@media (max-width: 1439px) {
  .hero {
    min-height: 53.1531531532vw;
  }
}
@media (max-width: 999px) {
  .hero {
    min-height: 157.5757575758vw;
  }
}
.hero {
  padding: 4.7420531527vw 8.3376758729vw 6.096925482vw;
}
@media (max-width: 1919px) {
  .hero {
    padding: 0vw 2.5015634772vw 0vw 6.2539086929vw;
  }
}
@media (max-width: 1599px) {
  .hero {
    padding: 0vw 2.7797081306vw 0vw 10.4239054899vw;
  }
}
@media (max-width: 1439px) {
  .hero {
    padding: 0vw 0vw 0vw 5.005005005vw;
  }
}
@media (max-width: 999px) {
  .hero {
    padding: 0vw 3.4965034965vw;
  }
}
@media (max-width: 999px) {
  .hero {
    margin-top: 60px;
  }
}
.hero__bg-ellipsis {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  filter: blur(107px);
  width: 30.2240750391vw;
}
@media (max-width: 1919px) {
  .hero__bg-ellipsis {
    width: 36.272670419vw;
  }
}
@media (max-width: 1599px) {
  .hero__bg-ellipsis {
    width: 40.3057678944vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-ellipsis {
    width: 58.0580580581vw;
  }
}
.hero__bg-ellipsis {
  height: 30.2240750391vw;
}
@media (max-width: 1919px) {
  .hero__bg-ellipsis {
    height: 36.272670419vw;
  }
}
@media (max-width: 1599px) {
  .hero__bg-ellipsis {
    height: 40.3057678944vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-ellipsis {
    height: 58.0580580581vw;
  }
}
@media (max-width: 999px) {
  .hero__bg-ellipsis {
    display: none;
  }
}
.hero__bg-ellipsis_1 {
  background: rgba(109, 91, 247, 0.2);
  width: 41.8968212611vw;
}
@media (max-width: 1919px) {
  .hero__bg-ellipsis_1 {
    width: 50.2814258912vw;
  }
}
@media (max-width: 1599px) {
  .hero__bg-ellipsis_1 {
    width: 55.872133426vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-ellipsis_1 {
    width: 80.4804804805vw;
  }
}
.hero__bg-ellipsis_1 {
  height: 41.8968212611vw;
}
@media (max-width: 1919px) {
  .hero__bg-ellipsis_1 {
    height: 50.2814258912vw;
  }
}
@media (max-width: 1599px) {
  .hero__bg-ellipsis_1 {
    height: 55.872133426vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-ellipsis_1 {
    height: 80.4804804805vw;
  }
}
.hero__bg-ellipsis_1 {
  top: -22.4596143825vw;
  left: -22.9286086503vw;
}
@media (max-width: 1919px) {
  .hero__bg-ellipsis_1 {
    top: -26.9543464665vw;
    left: -40.3377110694vw;
  }
}
@media (max-width: 1599px) {
  .hero__bg-ellipsis_1 {
    top: -29.9513551077vw;
    left: -44.8227936067vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-ellipsis_1 {
    top: -43.1431431431vw;
    left: -64.5645645646vw;
  }
}
.hero__bg-ellipsis_2 {
  background: rgba(109, 91, 247, 0.35);
  top: 22.4075039083vw;
  left: 32.8295987493vw;
}
@media (max-width: 1919px) {
  .hero__bg-ellipsis_2 {
    top: 21.8886804253vw;
    left: 33.9587242026vw;
  }
}
@media (max-width: 1599px) {
  .hero__bg-ellipsis_2 {
    top: 26.5462126477vw;
    left: 31.9666435024vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-ellipsis_2 {
    top: 35.8358358358vw;
    left: 30.3303303303vw;
  }
}
.hero__bg-ellipsis_3 {
  background: rgba(109, 91, 247, 0.35);
  top: 12.4022928609vw;
  right: -6.1490359562vw;
}
@media (max-width: 1919px) {
  .hero__bg-ellipsis_3 {
    top: 14.8843026892vw;
    right: -14.5716072545vw;
  }
}
@media (max-width: 1599px) {
  .hero__bg-ellipsis_3 {
    top: 16.5392633773vw;
    right: -27.3106323836vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-ellipsis_3 {
    display: none;
  }
}
.hero__bg-ellipsis_4 {
  background: rgba(109, 91, 247, 0.29);
  top: -0.5732152163vw;
  right: 6.8264721209vw;
}
@media (max-width: 1919px) {
  .hero__bg-ellipsis_4 {
    top: -6.0662914321vw;
    right: 4.3777360851vw;
  }
}
@media (max-width: 1599px) {
  .hero__bg-ellipsis_4 {
    top: 0.4864489229vw;
    right: -1.2508686588vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-ellipsis_4 {
    top: -2.4024024024vw;
    right: -26.3263263263vw;
  }
}
.hero__bg-ellipsis_5 {
  background: rgba(109, 91, 247, 0.2);
  top: 1.4069828035vw;
  right: 19.8540906722vw;
}
@media (max-width: 1599px) {
  .hero__bg-ellipsis_5 {
    top: 16.5392633773vw;
    right: -27.3106323836vw;
  }
}
@media (max-width: 1919px) {
  .hero__bg-ellipsis_5 {
    display: none;
  }
}
.hero__text-block {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 2.0844189682vw;
}
@media (max-width: 1919px) {
  .hero__text-block {
    gap: 2.5015634772vw;
  }
}
@media (max-width: 1599px) {
  .hero__text-block {
    gap: 2.7797081306vw;
  }
}
@media (max-width: 1439px) {
  .hero__text-block {
    gap: 2.002002002vw;
  }
}
@media (max-width: 999px) {
  .hero__text-block {
    gap: 0vw;
  }
}
.hero__text-block {
  top: -0.260552371vw;
}
@media (max-width: 1919px) {
  .hero__text-block {
    top: -0.3126954346vw;
  }
}
@media (max-width: 1599px) {
  .hero__text-block {
    top: -0.3474635163vw;
  }
}
@media (max-width: 1439px) {
  .hero__text-block {
    top: 0.5005005005vw;
  }
}
@media (max-width: 999px) {
  .hero__text-block {
    top: 6.993006993vw;
  }
}
@media (max-width: 999px) {
  .hero__text-block {
    align-items: center;
    justify-content: center;
    min-height: 157.58vw;
  }
}
@media (max-width: 999px) {
  .hero__text-block button {
    margin-top: 4.7vw;
  }
}
@media (max-width: 430px) {
  .hero__text-block button {
    margin-top: 4.7vw;
  }
}
.hero__title {
  position: relative;
  top: 0vw;
}
@media (max-width: 1919px) {
  .hero__title {
    top: 0.8130081301vw;
  }
}
@media (max-width: 1599px) {
  .hero__title {
    top: 0.3474635163vw;
  }
}
@media (max-width: 1439px) {
  .hero__title {
    top: -0.5005005005vw;
  }
}
@media (max-width: 999px) {
  .hero__title {
    top: 8.1585081585vw;
  }
}
.hero__title h1 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin: 0;
  color: #1F212C;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  font-size: 2.5013027619vw;
}
@media (max-width: 1919px) {
  .hero__title h1 {
    font-size: 2.626641651vw;
  }
}
@media (max-width: 1599px) {
  .hero__title h1 {
    font-size: 2.9186935372vw;
  }
}
@media (max-width: 1439px) {
  .hero__title h1 {
    font-size: 2.8028028028vw;
  }
}
@media (max-width: 999px) {
  .hero__title h1 {
    font-size: 6.5268065268vw;
  }
}
.hero__title h1 {
  line-height: 2.9181865555vw;
}
@media (max-width: 1919px) {
  .hero__title h1 {
    line-height: 3.2520325203vw;
  }
}
@media (max-width: 1599px) {
  .hero__title h1 {
    line-height: 3.6136205698vw;
  }
}
@media (max-width: 1439px) {
  .hero__title h1 {
    line-height: 3.6036036036vw;
  }
}
@media (max-width: 999px) {
  .hero__title h1 {
    line-height: 8.3916083916vw;
  }
}
@media (max-width: 1439px) {
  .hero__title h1 {
    font-weight: 600;
  }
}
@media (max-width: 999px) {
  .hero__title h1 {
    text-align: center;
    align-items: center;
  }
}
.hero__title h1 {
  max-height: 9.900990099vw;
}
@media (max-width: 1919px) {
  .hero__title h1 {
    max-height: 11.8824265166vw;
  }
}
@media (max-width: 1599px) {
  .hero__title h1 {
    max-height: 12.8561501042vw;
  }
}
@media (max-width: 1439px) {
  .hero__title h1 {
    max-height: 12.8128128128vw;
  }
}
@media (max-width: 999px) {
  .hero__title h1 {
    max-height: 48.951048951vw;
  }
}
.hero__title h1 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  padding: 0.7295466389vw 1.0422094841vw;
}
@media (max-width: 1919px) {
  .hero__title h1 span {
    padding: 0.875547217vw 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .hero__title h1 span {
    padding: 0.9728978457vw 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .hero__title h1 span {
    padding: 2.2022022022vw 1.6016016016vw;
  }
}
@media (max-width: 999px) {
  .hero__title h1 span {
    padding: 5.1282051282vw 3.7296037296vw;
  }
}
.hero__title h1 span {
  border-radius: 1.3548723293vw 1.3548723293vw 0vw 0vw;
}
@media (max-width: 1919px) {
  .hero__title h1 span {
    border-radius: 1.6260162602vw 1.6260162602vw 0vw 0vw;
  }
}
@media (max-width: 1599px) {
  .hero__title h1 span {
    border-radius: 1.8068102849vw 1.8068102849vw 0vw 0vw;
  }
}
@media (max-width: 1439px) {
  .hero__title h1 span {
    border-radius: 2.6026026026vw 2.6026026026vw 0vw 0vw;
  }
}
@media (max-width: 999px) {
  .hero__title h1 span {
    border-radius: 5.1282051282vw 5.1282051282vw 0vw 0vw;
  }
}
.hero__title h1 span:nth-child(2) {
  z-index: 1;
  color: #8878FF;
  top: -1.5633142262vw;
}
@media (max-width: 1919px) {
  .hero__title h1 span:nth-child(2) {
    top: -1.8761726079vw;
  }
}
@media (max-width: 1599px) {
  .hero__title h1 span:nth-child(2) {
    top: -2.084781098vw;
  }
}
@media (max-width: 1439px) {
  .hero__title h1 span:nth-child(2) {
    top: -3.003003003vw;
  }
}
@media (max-width: 999px) {
  .hero__title h1 span:nth-child(2) {
    top: -8.1585081585vw;
  }
}
.hero__title h1 span:nth-child(2) {
  border-radius: 1.3548723293vw;
}
@media (max-width: 1919px) {
  .hero__title h1 span:nth-child(2) {
    border-radius: 1.6260162602vw;
  }
}
@media (max-width: 1599px) {
  .hero__title h1 span:nth-child(2) {
    border-radius: 1.8068102849vw;
  }
}
@media (max-width: 1439px) {
  .hero__title h1 span:nth-child(2) {
    border-radius: 2.6026026026vw;
  }
}
@media (max-width: 999px) {
  .hero__title h1 span:nth-child(2) {
    border-radius: 6.0606060606vw;
  }
}
.hero__title h1 span:nth-child(3) {
  z-index: 0;
  top: -3.2308494007vw;
}
@media (max-width: 1919px) {
  .hero__title h1 span:nth-child(3) {
    top: -3.8774233896vw;
  }
}
@media (max-width: 1599px) {
  .hero__title h1 span:nth-child(3) {
    top: -4.0305767894vw;
  }
}
@media (max-width: 1439px) {
  .hero__title h1 span:nth-child(3) {
    top: -5.8058058058vw;
  }
}
@media (max-width: 999px) {
  .hero__title h1 span:nth-child(3) {
    top: -15.1515151515vw;
  }
}
.hero__title h1 span:nth-child(3) {
  border-radius: 0vw 1.3548723293vw 1.3548723293vw 1.3548723293vw;
}
@media (max-width: 1919px) {
  .hero__title h1 span:nth-child(3) {
    border-radius: 0vw 1.6260162602vw 1.6260162602vw 1.6260162602vw;
  }
}
@media (max-width: 1599px) {
  .hero__title h1 span:nth-child(3) {
    border-radius: 0vw 1.8068102849vw 1.8068102849vw 1.8068102849vw;
  }
}
@media (max-width: 1439px) {
  .hero__title h1 span:nth-child(3) {
    border-radius: 0vw 2.6026026026vw 2.6026026026vw 2.6026026026vw;
  }
}
@media (max-width: 999px) {
  .hero__title h1 span:nth-child(3) {
    border-radius: 6.0606060606vw;
  }
}
@media (max-width: 1439px) {
  .hero__description {
    margin-top: 5.07vw;
  }
}
.hero__description p {
  color: #1F212C;
  font-style: normal;
  font-weight: 400;
  max-width: 27.2016675352vw;
}
@media (max-width: 1919px) {
  .hero__description p {
    max-width: 32.6454033771vw;
  }
}
@media (max-width: 1599px) {
  .hero__description p {
    max-width: 36.2751911049vw;
  }
}
@media (max-width: 1439px) {
  .hero__description p {
    max-width: 40.04004004vw;
  }
}
@media (max-width: 999px) {
  .hero__description p {
    max-width: 93.2400932401vw;
  }
}
.hero__description p {
  font-size: 1.0422094841vw;
}
@media (max-width: 1919px) {
  .hero__description p {
    font-size: 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .hero__description p {
    font-size: 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .hero__description p {
    font-size: 2.002002002vw;
  }
}
@media (max-width: 999px) {
  .hero__description p {
    font-size: 4.662004662vw;
  }
}
.hero__description p {
  line-height: 1.6675351746vw;
}
@media (max-width: 1919px) {
  .hero__description p {
    line-height: 2.0012507817vw;
  }
}
@media (max-width: 1599px) {
  .hero__description p {
    line-height: 2.2237665045vw;
  }
}
@media (max-width: 1439px) {
  .hero__description p {
    line-height: 3.2032032032vw;
  }
}
@media (max-width: 999px) {
  .hero__description p {
    line-height: 7.4592074592vw;
  }
}
@media (max-width: 1439px) {
  .hero__description p {
    min-width: 40.07vw;
    margin-top: 5.07vw;
  }
}
@media (max-width: 999px) {
  .hero__description p {
    text-align: center;
    max-width: 68.07vw;
  }
}
@media (max-width: 430px) {
  .hero__description p {
    max-width: 90.07vw;
  }
}
.hero__description p:last-child {
  margin: 0;
}
.hero__stars {
  position: absolute;
  top: 0vw;
  right: 0.1563314226vw;
}
@media (max-width: 1919px) {
  .hero__stars {
    top: 0.4377736085vw;
    right: -0.1250781739vw;
  }
}
@media (max-width: 1599px) {
  .hero__stars {
    top: 0vw;
    right: -0.1389854065vw;
  }
}
@media (max-width: 1439px) {
  .hero__stars {
    top: 0.6006006006vw;
    right: -2.002002002vw;
  }
}
@media (max-width: 999px) {
  .hero__stars {
    top: 40.5594405594vw;
    right: 0.6993006993vw;
  }
}
@media (max-width: 999px) {
  .hero__stars path:nth-child(1) {
    display: none;
  }
}
.hero__image-box {
  position: relative;
  z-index: 2;
  top: 10.0052110474vw;
}
@media (max-width: 1919px) {
  .hero__image-box {
    top: 12.0075046904vw;
  }
}
@media (max-width: 1599px) {
  .hero__image-box {
    top: 7.2967338429vw;
  }
}
@media (max-width: 1439px) {
  .hero__image-box {
    top: 11.011011011vw;
    right: -8.6086086086vw;
  }
}
@media (max-width: 999px) {
  .hero__image-box {
    display: none;
  }
}
.hero__img {
  position: absolute;
  top: -28.4523189161vw;
}
@media (max-width: 1919px) {
  .hero__img {
    top: -30.8317698562vw;
  }
}
@media (max-width: 1599px) {
  .hero__img {
    top: -28.0750521195vw;
  }
}
@media (max-width: 1439px) {
  .hero__img {
    top: -40.04004004vw;
  }
}
@media (max-width: 999px) {
  .hero__img {
    top: -8.1585081585vw;
  }
}
.hero__img {
  right: -0.8337675873vw;
}
@media (max-width: 1919px) {
  .hero__img {
    right: 2.3764853033vw;
  }
}
@media (max-width: 1599px) {
  .hero__img {
    right: -2.084781098vw;
  }
}
@media (max-width: 1439px) {
  .hero__img {
    right: -5.005005005vw;
  }
}
@media (max-width: 999px) {
  .hero__img {
    right: -8.1585081585vw;
  }
}
.hero__img {
  display: block;
  width: 32.7253778009vw;
}
@media (max-width: 1919px) {
  .hero__img {
    width: 30.8943089431vw;
  }
}
@media (max-width: 1599px) {
  .hero__img {
    width: 34.3988881167vw;
  }
}
@media (max-width: 1439px) {
  .hero__img {
    width: 48.4484484484vw;
  }
}
.hero__img {
  height: auto;
}
@media (max-width: 1919px) {
  .hero__img {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .hero__img {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .hero__img {
    height: auto;
  }
}
@media (max-width: 999px) {
  .hero__img {
    display: none;
  }
}
.hero__bg-left {
  position: absolute;
  z-index: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: rotate(0deg);
  top: -2.292860865vw;
  left: -5.3673788431vw;
}
@media (max-width: 1919px) {
  .hero__bg-left {
    top: -2.8767979987vw;
    right: 33.3333333333vw;
    left: initial;
  }
}
@media (max-width: 1599px) {
  .hero__bg-left {
    top: -1.1813759555vw;
    right: 33.2175121612vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-left {
    top: -10.4104104104vw;
    right: 34.034034034vw;
  }
}
@media (max-width: 999px) {
  .hero__bg-left {
    top: -6.993006993vw;
    right: 50%;
  }
}
.hero__bg-left {
  width: 65.2944241793vw;
}
@media (max-width: 1919px) {
  .hero__bg-left {
    width: 78.3614759225vw;
  }
}
@media (max-width: 1599px) {
  .hero__bg-left {
    width: 87.0743571925vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-left {
    width: 125.4254254254vw;
  }
}
@media (max-width: 999px) {
  .hero__bg-left {
    width: 171.5617715618vw;
  }
}
.hero__bg-left {
  height: auto;
}
@media (max-width: 1919px) {
  .hero__bg-left {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .hero__bg-left {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .hero__bg-left {
    height: auto;
  }
}
@media (max-width: 999px) {
  .hero__bg-left {
    height: auto;
  }
}
.hero__bg-left {
  border: 9.4841063054vw solid rgba(192, 185, 246, 0.6117647059);
}
@media (max-width: 1919px) {
  .hero__bg-left {
    border: 11.3821138211vw solid rgba(192, 185, 246, 0.6117647059);
  }
}
@media (max-width: 1599px) {
  .hero__bg-left {
    border: 12.6476719944vw solid rgba(192, 185, 246, 0.6117647059);
  }
}
@media (max-width: 1439px) {
  .hero__bg-left {
    border: 18.2182182182vw solid rgba(192, 185, 246, 0.6117647059);
  }
}
@media (max-width: 999px) {
  .hero__bg-left {
    border: 30.0699300699vw solid #DFDBFF;
  }
}
@media (max-width: 999px) {
  .hero__bg-left {
    transform: translateX(50%);
    opacity: 0.9;
  }
}
.hero__bg-ring {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: rotate(0deg);
  top: -2.292860865vw;
  left: 55.6018759771vw;
}
@media (max-width: 1919px) {
  .hero__bg-ring {
    top: -4.8780487805vw;
    right: -2.626641651vw;
    left: initial;
  }
}
@media (max-width: 1599px) {
  .hero__bg-ring {
    top: -3.1966643502vw;
    right: -7.7831827658vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-ring {
    top: -4.4044044044vw;
    right: -24.5245245245vw;
  }
}
@media (max-width: 999px) {
  .hero__bg-ring {
    top: -6.993006993vw;
    right: 50%;
  }
}
.hero__bg-ring {
  width: 38.3533090151vw;
}
@media (max-width: 1919px) {
  .hero__bg-ring {
    width: 46.02876798vw;
  }
}
@media (max-width: 1599px) {
  .hero__bg-ring {
    width: 51.1466296039vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-ring {
    width: 73.6736736737vw;
  }
}
@media (max-width: 999px) {
  .hero__bg-ring {
    width: 171.5617715618vw;
  }
}
.hero__bg-ring {
  height: auto;
}
@media (max-width: 1919px) {
  .hero__bg-ring {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .hero__bg-ring {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .hero__bg-ring {
    height: auto;
  }
}
@media (max-width: 999px) {
  .hero__bg-ring {
    height: auto;
  }
}
.hero__bg-ring {
  border: 6.7222511725vw solid #C2BAFF;
}
@media (max-width: 1919px) {
  .hero__bg-ring {
    border: 8.0675422139vw solid #C2BAFF;
  }
}
@media (max-width: 1599px) {
  .hero__bg-ring {
    border: 8.9645587213vw solid #C2BAFF;
  }
}
@media (max-width: 1439px) {
  .hero__bg-ring {
    border: 12.9129129129vw solid #C2BAFF;
  }
}
@media (max-width: 999px) {
  .hero__bg-ring {
    border: 30.0699300699vw solid #DFDBFF;
  }
}
@media (max-width: 999px) {
  .hero__bg-ring {
    transform: translateX(50%);
  }
}
.hero__bg-text {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1/1;
  transform: rotate(0deg);
  top: -2.3449713392vw;
  right: 8.1813444502vw;
}
@media (max-width: 1919px) {
  .hero__bg-text {
    top: -5.6285178236vw;
    right: -0.9380863039vw;
  }
}
@media (max-width: 1599px) {
  .hero__bg-text {
    top: -4.1626129256vw;
    right: -5.4204308548vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-text {
    top: -5.2052052052vw;
    right: -20.2202202202vw;
  }
}
@media (max-width: 999px) {
  .hero__bg-text {
    top: 0.6993006993vw;
    right: 50%;
  }
}
.hero__bg-text {
  width: 34.6534653465vw;
}
@media (max-width: 1919px) {
  .hero__bg-text {
    width: 42.5265791119vw;
  }
}
@media (max-width: 1599px) {
  .hero__bg-text {
    width: 46.212647672vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-text {
    width: 66.5665665666vw;
  }
}
@media (max-width: 999px) {
  .hero__bg-text {
    width: 156.8764568765vw;
  }
}
.hero__bg-text {
  height: auto;
}
@media (max-width: 1919px) {
  .hero__bg-text {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .hero__bg-text {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .hero__bg-text {
    height: auto;
  }
}
@media (max-width: 999px) {
  .hero__bg-text {
    height: auto;
  }
}
@media (max-width: 999px) {
  .hero__bg-text {
    display: none;
  }
}
.hero__bg-text_mob {
  display: none;
}
@media (max-width: 999px) {
  .hero__bg-text_mob {
    display: block;
    transform: translateX(50%);
  }
}
.hero__bg-text-left {
  position: absolute;
  z-index: 0;
  aspect-ratio: 1/1;
  transform: rotate(0deg);
  top: -20.0104220948vw;
  right: 29.3903074518vw;
}
@media (max-width: 1919px) {
  .hero__bg-text-left {
    top: -23.01438399vw;
    right: 24.765478424vw;
  }
}
@media (max-width: 1599px) {
  .hero__bg-text-left {
    top: -24.6699096595vw;
    right: 22.5156358582vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-text-left {
    top: -40.6406406406vw;
    right: 17.2172172172vw;
  }
}
@media (max-width: 999px) {
  .hero__bg-text-left {
    top: 0.6993006993vw;
    right: 50%;
  }
}
.hero__bg-text-left {
  width: 71.2871287129vw;
}
@media (max-width: 1919px) {
  .hero__bg-text-left {
    width: 78.3614759225vw;
  }
}
@media (max-width: 1599px) {
  .hero__bg-text-left {
    width: 87.0743571925vw;
  }
}
@media (max-width: 1439px) {
  .hero__bg-text-left {
    width: 125.4254254254vw;
  }
}
@media (max-width: 999px) {
  .hero__bg-text-left {
    width: 156.8764568765vw;
  }
}
.hero__bg-text-left {
  height: auto;
}
@media (max-width: 1919px) {
  .hero__bg-text-left {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .hero__bg-text-left {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .hero__bg-text-left {
    height: auto;
  }
}
@media (max-width: 999px) {
  .hero__bg-text-left {
    height: auto;
  }
}
@media (max-width: 999px) {
  .hero__bg-text-left {
    display: none;
  }
}
.hero__bg-text-left_mob {
  display: none;
}
@media (max-width: 999px) {
  .hero__bg-text-left_mob {
    display: block;
    transform: translateX(50%);
  }
}
.hero__domino {
  position: absolute;
}
.hero__domino_tg {
  z-index: 2;
  top: 11.9854090672vw;
  right: 49.8176133403vw;
}
@media (max-width: 1919px) {
  .hero__domino_tg {
    top: 11.3821138211vw;
    right: 45.6535334584vw;
  }
}
@media (max-width: 1599px) {
  .hero__domino_tg {
    top: 15.2883947186vw;
    right: 40.8617095205vw;
  }
}
@media (max-width: 1439px) {
  .hero__domino_tg {
    top: 20.8208208208vw;
    right: 45.5455455455vw;
  }
}
@media (max-width: 999px) {
  .hero__domino_tg {
    top: 14.9184149184vw;
    right: 59.9067599068vw;
  }
}
.hero__domino_tg {
  width: 6.0448150078vw;
}
@media (max-width: 1919px) {
  .hero__domino_tg {
    width: 7.2545340838vw;
  }
}
@media (max-width: 1599px) {
  .hero__domino_tg {
    width: 6.254343294vw;
  }
}
@media (max-width: 1439px) {
  .hero__domino_tg {
    width: 9.009009009vw;
  }
}
@media (max-width: 999px) {
  .hero__domino_tg {
    width: 21.048951049vw;
  }
}
.hero__domino_tg {
  height: auto;
}
@media (max-width: 1919px) {
  .hero__domino_tg {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .hero__domino_tg {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .hero__domino_tg {
    height: auto;
  }
}
@media (max-width: 999px) {
  .hero__domino_tg {
    height: auto;
  }
}
.hero__domino_vk {
  z-index: 2;
  top: 10.2657634184vw;
  right: 44.6065659197vw;
}
@media (max-width: 1919px) {
  .hero__domino_vk {
    top: 9.0056285178vw;
    right: 40.2751719825vw;
  }
}
@media (max-width: 1599px) {
  .hero__domino_vk {
    top: 14.107018763vw;
    right: 36.1362056984vw;
  }
}
@media (max-width: 1439px) {
  .hero__domino_vk {
    top: 19.2192192192vw;
    right: 38.5385385385vw;
  }
}
@media (max-width: 999px) {
  .hero__domino_vk {
    top: 10.4895104895vw;
    right: 41.7249417249vw;
  }
}
.hero__domino_vk {
  width: 7.3475768629vw;
}
@media (max-width: 1919px) {
  .hero__domino_vk {
    width: 8.0675422139vw;
  }
}
@media (max-width: 1599px) {
  .hero__domino_vk {
    width: 6.9492703266vw;
  }
}
@media (max-width: 1439px) {
  .hero__domino_vk {
    width: 10.01001001vw;
  }
}
@media (max-width: 999px) {
  .hero__domino_vk {
    width: 24.9417249417vw;
  }
}
.hero__domino_vk {
  height: auto;
}
@media (max-width: 1919px) {
  .hero__domino_vk {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .hero__domino_vk {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .hero__domino_vk {
    height: auto;
  }
}
@media (max-width: 999px) {
  .hero__domino_vk {
    height: auto;
  }
}
.hero__domino_web {
  z-index: 2;
  top: 10.4742053153vw;
  right: 39.0307451798vw;
}
@media (max-width: 1919px) {
  .hero__domino_web {
    top: 8.7554721701vw;
    right: 34.2088805503vw;
  }
}
@media (max-width: 1599px) {
  .hero__domino_web {
    top: 14.107018763vw;
    right: 31.06323836vw;
  }
}
@media (max-width: 1439px) {
  .hero__domino_web {
    top: 19.2192192192vw;
    right: 31.1311311311vw;
  }
}
@media (max-width: 999px) {
  .hero__domino_web {
    top: 10.0233100233vw;
    right: 22.8438228438vw;
  }
}
.hero__domino_web {
  width: 6.7222511725vw;
}
@media (max-width: 1919px) {
  .hero__domino_web {
    width: 7.4421513446vw;
  }
}
@media (max-width: 1599px) {
  .hero__domino_web {
    width: 6.254343294vw;
  }
}
@media (max-width: 1439px) {
  .hero__domino_web {
    width: 8.9089089089vw;
  }
}
@media (max-width: 999px) {
  .hero__domino_web {
    width: 22.6107226107vw;
  }
}
.hero__domino_web {
  height: auto;
}
@media (max-width: 1919px) {
  .hero__domino_web {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .hero__domino_web {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .hero__domino_web {
    height: auto;
  }
}
@media (max-width: 999px) {
  .hero__domino_web {
    height: auto;
  }
}
.hero__domino_hands {
  top: 20.4273058885vw;
  right: 34.0281396561vw;
}
@media (max-width: 1919px) {
  .hero__domino_hands {
    top: 23.5772357724vw;
    right: 30.7692307692vw;
  }
}
@media (max-width: 1599px) {
  .hero__domino_hands {
    top: 25.851285615vw;
    right: 29.2564280751vw;
  }
}
@media (max-width: 1439px) {
  .hero__domino_hands {
    top: 37.8378378378vw;
    right: 26.4264264264vw;
  }
}
.hero__domino_hands {
  width: 19.4893173528vw;
}
@media (max-width: 1919px) {
  .hero__domino_hands {
    width: 15.3846153846vw;
  }
}
@media (max-width: 1599px) {
  .hero__domino_hands {
    width: 17.0952050035vw;
  }
}
@media (max-width: 1439px) {
  .hero__domino_hands {
    width: 23.9239239239vw;
  }
}
.hero__domino_hands {
  height: 16.1542470036vw;
}
@media (max-width: 1919px) {
  .hero__domino_hands {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .hero__domino_hands {
    height: 14.1765114663vw;
  }
}
@media (max-width: 1439px) {
  .hero__domino_hands {
    height: 19.8198198198vw;
  }
}
@media (max-width: 999px) {
  .hero__domino_hands {
    display: none;
  }
}
.hero__star {
  position: absolute;
  z-index: 3;
}
@media (max-width: 999px) {
  .hero__star {
    display: none;
  }
}
.hero__star_1 {
  top: 4.1167274622vw;
  right: 35.6956748306vw;
}
@media (max-width: 1919px) {
  .hero__star_1 {
    top: 3.6272670419vw;
    right: 30.95684803vw;
  }
}
@media (max-width: 1599px) {
  .hero__star_1 {
    top: 4.0305767894vw;
    right: 29.5343988881vw;
  }
}
@media (max-width: 1439px) {
  .hero__star_1 {
    top: 6.8068068068vw;
    right: 27.7277277277vw;
  }
}
.hero__star_1 {
  width: 1.6675351746vw;
}
@media (max-width: 1919px) {
  .hero__star_1 {
    width: 2.0012507817vw;
  }
}
@media (max-width: 1599px) {
  .hero__star_1 {
    width: 2.2237665045vw;
  }
}
@media (max-width: 1439px) {
  .hero__star_1 {
    width: 3.2032032032vw;
  }
}
.hero__star_1 {
  height: 1.6675351746vw;
}
@media (max-width: 1919px) {
  .hero__star_1 {
    height: 2.0012507817vw;
  }
}
@media (max-width: 1599px) {
  .hero__star_1 {
    height: 2.2237665045vw;
  }
}
@media (max-width: 1439px) {
  .hero__star_1 {
    height: 3.2032032032vw;
  }
}
.hero__star_2 {
  top: 5.9405940594vw;
  right: 14.7993746743vw;
}
@media (max-width: 1919px) {
  .hero__star_2 {
    top: 6.0662914321vw;
    right: 11.8824265166vw;
  }
}
@media (max-width: 1599px) {
  .hero__star_2 {
    top: 6.6018068103vw;
    right: 8.5476025017vw;
  }
}
.hero__star_2 {
  width: 3.543512246vw;
}
@media (max-width: 1919px) {
  .hero__star_2 {
    width: 3.2520325203vw;
  }
}
@media (max-width: 1599px) {
  .hero__star_2 {
    width: 3.6136205698vw;
  }
}
.hero__star_2 {
  height: 3.543512246vw;
}
@media (max-width: 1919px) {
  .hero__star_2 {
    height: 3.2520325203vw;
  }
}
@media (max-width: 1599px) {
  .hero__star_2 {
    height: 3.6136205698vw;
  }
}
@media (max-width: 1439px) {
  .hero__star_2 {
    display: none;
  }
}
.hero__star_3 {
  right: 61.4382490881vw;
  bottom: 3.804064617vw;
}
@media (max-width: 1919px) {
  .hero__star_3 {
    right: 63.727329581vw;
    bottom: 2.9393370857vw;
  }
}
@media (max-width: 1599px) {
  .hero__star_3 {
    right: 65.2536483669vw;
    bottom: 3.2661570535vw;
  }
}
@media (max-width: 1439px) {
  .hero__star_3 {
    right: 58.3583583584vw;
    bottom: 6.9069069069vw;
  }
}
.hero__star_3 {
  width: 4.064616988vw;
}
@media (max-width: 1919px) {
  .hero__star_3 {
    width: 4.8780487805vw;
  }
}
@media (max-width: 1599px) {
  .hero__star_3 {
    width: 5.4204308548vw;
  }
}
@media (max-width: 1439px) {
  .hero__star_3 {
    width: 5.4054054054vw;
  }
}
.hero__star_3 {
  height: 4.064616988vw;
}
@media (max-width: 1919px) {
  .hero__star_3 {
    height: 4.8780487805vw;
  }
}
@media (max-width: 1599px) {
  .hero__star_3 {
    height: 5.4204308548vw;
  }
}
@media (max-width: 1439px) {
  .hero__star_3 {
    height: 5.4054054054vw;
  }
}
.hero__star_4 {
  right: 66.1281917665vw;
  bottom: 1.9801980198vw;
}
@media (max-width: 1919px) {
  .hero__star_4 {
    right: 69.3558474046vw;
    bottom: 0.7504690432vw;
  }
}
@media (max-width: 1599px) {
  .hero__star_4 {
    right: 71.5079916609vw;
    bottom: 0.8339124392vw;
  }
}
@media (max-width: 1439px) {
  .hero__star_4 {
    right: 66.1661661662vw;
    bottom: 2.2022022022vw;
  }
}
.hero__star_4 {
  width: 1.4590932777vw;
}
@media (max-width: 1919px) {
  .hero__star_4 {
    width: 1.751094434vw;
  }
}
@media (max-width: 1599px) {
  .hero__star_4 {
    width: 1.9457956915vw;
  }
}
@media (max-width: 1439px) {
  .hero__star_4 {
    width: 2.8028028028vw;
  }
}
.hero__star_4 {
  height: 1.4590932777vw;
}
@media (max-width: 1919px) {
  .hero__star_4 {
    height: 1.751094434vw;
  }
}
@media (max-width: 1599px) {
  .hero__star_4 {
    height: 1.9457956915vw;
  }
}
@media (max-width: 1439px) {
  .hero__star_4 {
    height: 2.8028028028vw;
  }
}

@media (max-width: 999px) {
  .button-primary-hero {
    margin-top: 4.7vw;
  }
}
@media (max-width: 430px) {
  .button-primary-hero {
    margin-top: 4.7vw;
  }
}

.home-section__first_image_mob {
  display: none;
}

@media (max-width: 992px) {
  #how-work-screen .home-section__title {
    text-align: left;
    margin-top: 0;
    padding-bottom: 2vw;
  }
  .home-section {
    padding: 10.67vw 0;
  }
  .home-section__two-column {
    grid-template-columns: 1fr;
  }
  .home-section__first {
    padding-top: 12.34vw;
    padding-bottom: 0;
  }
  .home-section__first_text-block {
    max-width: initial;
    position: relative;
    z-index: 3;
  }
  .home-section__first_text-block h1 {
    font-size: 8.54vw;
    line-height: 9.6vw;
    margin-bottom: 0;
  }
  .home-section__first_text-block h3 {
    font-size: 4.27vw;
    line-height: 5.87vw;
  }
  .home-section__first_text-block ul {
    margin: 0;
    padding: 0;
  }
  .home-section__first_text-block li {
    padding-left: 7.47vw;
    font-size: 3.74vw;
    line-height: 5.34vw;
  }
  .home-section__first_text-block li:not(:last-child) {
    margin-bottom: 2.14vw;
  }
  .home-section__first_text-block li:before {
    width: 4.27vw;
    height: 4px;
    left: 0.54vw;
    top: 2.2vw;
  }
  .home-section__first_text-block h1:nth-child(1) {
    padding: 3.47vw 3.77vw 0;
  }
  .home-section__first_text-block h1:nth-child(2) {
    padding: 2.17vw 3.77vw;
    border-radius: 26px 26px 0 0;
    height: 48px;
  }
  .home-section__first_text-block h1:nth-child(3) {
    padding: 1.17vw 3.77vw 1.77vw;
    border-radius: 26px;
    height: 48px;
  }
  .home-section__first_text-block {
    gap: 20px;
  }
  .home-section__first_image-block {
    position: static;
    display: none;
  }
  .home-section__button {
    margin: 0 16.14vw 15.47vw;
  }
  .home-section__button img {
    display: none;
  }
  .home-section__button-arrow img {
    display: block;
  }
  .messenger-icons__item img {
    width: 57.07vw;
  }
  .messenger-icons {
    position: sticky;
    display: flex;
    justify-content: center;
    z-index: 2;
    margin-top: 8.57vw;
  }
  .tg {
    width: auto;
    height: auto;
    margin: 0;
  }
  .home-section__first_title-card {
    margin-top: 7.27vw;
  }
  .home-section__first::after {
    content: "";
    position: absolute;
    right: 0;
    left: -34.53vw;
    top: 0;
    width: 109.07vw;
    height: 109.07vw;
  }
  .home-section__first_image-block-mobile {
    display: block;
  }
  .home-section__first_image-block img {
    width: 113.33vw;
  }
  .home-section__first_image {
    display: none;
  }
  .home-section__first_image_mob {
    display: block;
    width: 80vw;
    margin: 6.4vw auto;
    min-height: 205px;
  }
  .home-section__first__button {
    margin: 6.4vw auto 0;
    display: block;
  }
  .home-section__first__button_none {
    display: none;
  }
  .home-section__first_ellips-blue {
    left: initial;
    right: 0;
    transform: translate(41%, -34%);
  }
  .home-section__first_ellips-purple {
    transform: translate(-4%, 50%);
  }
  .home-section__second {
    z-index: 3;
  }
  .home-section__second:after {
    display: none;
  }
  .how-work__img-block {
    justify-content: center;
    margin-bottom: 6.4vw;
  }
  .how-work__img {
    width: 100%;
  }
  .how-work__img_bg {
    width: 100%;
  }
  .how-work__img_gear {
    width: 22.4vw;
    height: 22.4vw;
    top: 0;
    right: initial;
    left: 0;
  }
  .how-work__text-block {
    margin: 0;
  }
  .how-work__text-block h2 {
    font-size: 6.4vw;
    line-height: 8.54vw;
  }
  .how-work__text-block ul {
    max-width: initial;
    margin-top: 8.54vw;
    list-style-type: none;
  }
  .how-work__text-block li {
    font-size: 4.27vw;
    line-height: 5.87vw;
  }
  .how-work__text-block li:not(:last-child) {
    margin-bottom: 5.34vw;
  }
  .how-work__button {
    margin: 6.4vw auto 0;
    display: block;
  }
  .our-plans {
    max-width: initial;
    grid-template-columns: 1fr;
    margin-top: 6.4vw;
  }
  .our-plans__subtitle {
    font-size: 3.74vw;
    line-height: 4.27vw;
    margin-bottom: 4.27vw;
    color: #6d5bf7;
  }
  .our-plans__soon {
    gap: 4.27vw;
  }
  .our-plans__soon_item {
    padding: 6.4vw 6.4vw 6.4vw 4.27vw;
    border-radius: 4.27vw;
  }
  .our-plans__soon_img {
    width: 10.67vw;
    height: 10.67vw;
    margin-right: 4.27vw;
  }
  .our-plans__soon_text {
    font-size: 4.27vw;
    line-height: 5.87vw;
  }
  .our-plans__right {
    margin-top: 11.74vw;
  }
  .our-plans__right::before {
    width: 0.54vw;
    transform: translate(-2.14vw, 0);
    top: 4.27vw;
    background: linear-gradient(180deg, rgba(109, 91, 247, 0) 0%, #6d5bf7 6%, #6d5bf7 94%, rgba(109, 91, 247, 0) 100%);
    height: 100%;
  }
  .our-plans__now {
    gap: 6.4vw;
  }
  .our-plans__now_item {
    padding: 1.07vw;
    gap: 4.27vw;
    border-radius: 4.27vw;
  }
  .our-plans__now_img {
    width: 33.6vw;
    height: 100%;
    min-height: 29.87vw;
    border-radius: 4.27vw;
    object-fit: cover;
  }
  .our-plans__now_title {
    font-size: 3.74vw;
    line-height: 4.27vw;
    margin-bottom: 1.07vw;
  }
  .our-plans__now_text-block {
    padding: 1.07vw 0 0.54vw;
  }
  .our-plans__now_text {
    font-size: 3.2vw;
    line-height: 3.74vw;
    margin-bottom: 1.6vw;
  }
  .our-plans__now_text p {
    font-size: 3.2vw !important;
    line-height: 3.74vw !important;
    margin-bottom: 1.6vw !important;
  }
  .our-plans__now_date {
    font-size: 3.2vw;
    height: 6.135vw;
    line-height: 6.135vw;
    padding: 0.4vw 4.27vw 0;
    border-radius: 5.34vw;
    margin-bottom: 1.07vw;
  }
  .our-plans__now_date::before {
    height: 0.54vw;
    width: 1.34vw;
    border-radius: 0.54vw;
    left: -0.8vw;
  }
  .our-plans__buttons {
    margin-top: 6.4vw;
  }
  .partnership {
    display: flex;
    flex-direction: column-reverse;
    padding: 7.47vw 3.2vw;
    gap: 6.4vw;
    border-radius: 8.54vw;
  }
  .partnership__content p {
    font-size: 3.74vw;
    line-height: 5.34vw;
  }
  .partnership__content p + p {
    margin-top: 4.5vw;
  }
  .partnership__content a {
    font-size: 3.2vw;
    line-height: 3.74vw;
  }
  .partnership__text-block {
    grid-row: 2;
    max-width: 100%;
  }
  .partnership__img {
    position: relative;
    width: 85.34vw;
    height: 66.5vw;
    left: 0;
  }
  .partnership__img_bg {
    width: 22.4vw;
    top: 52.27vw;
  }
  .partnership__img_ellipse-purple {
    top: 8%;
    right: -12%;
    width: 52.27vw;
    height: 52.27vw;
    opacity: 0.35;
  }
  .partnership__img_ellipse-blue {
    width: 52.27vw;
    height: 52.27vw;
    top: 30%;
    left: -8%;
    opacity: 0.6;
  }
  .partnership__title {
    margin-bottom: 5.34vw !important;
  }
  .partnership__text {
    font-size: 3.74vw;
    line-height: 5.34vw;
  }
  .partnership__buttons {
    margin-top: 6.4vw;
    gap: 5.34vw;
  }
  .partnership__buttons .button__solid {
    min-width: 42.67vw;
    padding: 3.2vw 6.4vw;
  }
  .reviews {
    max-width: initial;
  }
  .reviews-slider {
    margin-top: 10.67vw;
  }
  .review-item {
    flex-direction: column;
    gap: 17.34vw;
  }
  .review-item__photo-block {
    width: 100%;
    height: 85.34vw;
  }
  .review-item__photo-block::after {
    width: 17.34vw;
    height: 12.8vw;
    right: 0;
  }
  .review-item__01-photo {
    width: 100%;
    height: 100%;
  }
  .review-item__text {
    font-size: 3.74vw;
    line-height: 5.34vw;
    margin-bottom: 6.4vw;
  }
  .review-item__contact-block {
    gap: 6.4vw;
  }
  .review-item__contact-block svg {
    width: 11.74vw;
    height: 11.74vw;
  }
  .review-item__name {
    font-size: 4.27vw;
    line-height: 4.8vw;
    margin-bottom: 1.6vw;
  }
  .review-item__company {
    font-size: 3.2vw;
    line-height: 4.27vw;
  }
  .review-item__arrows {
    position: absolute;
    right: 0;
    top: 145vw;
    gap: 4.27vw;
  }
  .review-item__arrows .slick-arrow {
    width: 12.8vw;
    height: 12.8vw;
    flex-shrink: 0;
  }
  .review-item__arrows .slick-arrow:before {
    width: 6.4vw;
    height: 6.4vw;
  }
  .review-item__feedback {
    display: none;
  }
  .review-item__comment-block {
    min-width: 57.5vw;
    height: 13.17vw;
    top: 1.2vw;
    left: 0;
  }
  .review-item__comment-block::after {
    top: 12.6vw;
    left: 37vw;
    border-left: 40px solid transparent;
  }
  .logos-track {
    animation: none !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 492px) {
  .review-item__comment-block {
    border-radius: 8px;
  }
  .review-item__comment-block::after {
    top: 11.4vw;
    left: 31vw;
    border-left: 32px solid transparent;
    border-top: 24px solid #658ec3;
  }
}
@media (max-width: 1919px) {
  .home-section__second:after {
    margin-left: 0;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1599px) {
  .home-section__second:after {
    margin-left: 0;
    left: 0;
  }
}
@media (max-width: 1439px) {
  .trusted-slider__slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
    padding: 20px;
    box-sizing: border-box;
  }
  .trusted-slider__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .trusted-slider__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #D0CDE8;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s;
  }
  .trusted-slider__dot--active {
    background: #6B5CE7;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) {
  .home-section__two-column {
    margin: 0 auto;
    gap: 30px;
  }
  .home-section__button {
    margin: 0;
  }
}
@media (max-width: 1439px) {
  #how-work-screen .home-section__title {
    text-align: center;
  }
  #how-work-screen .home-section__two-column {
    display: block;
  }
  #how-work-screen .how-work__img-block {
    display: none;
  }
  #how-work-screen .how-work__text-block {
    margin: 0 16px;
  }
  #how-work-screen .how-work__text-block h2 {
    text-align: center;
    font-size: 5.6vw;
    line-height: 7.5vw;
  }
  #how-work-screen .how-work__text-block ul {
    background: #fff;
    border-radius: 20px;
    padding: 8px;
    gap: 0;
    margin-top: 24px;
    max-width: 100%;
    counter-reset: how-work-step;
  }
  #how-work-screen .how-work__text-block li {
    counter-increment: how-work-step;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 12px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0 !important;
  }
  #how-work-screen .how-work__text-block li::before {
    content: counter(how-work-step);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: rgba(109, 91, 247, 0.12);
    color: #6d5bf7;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
  }
  #how-work-screen .how-work__text-block li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0;
  }
  #how-work-screen .how-work__text-block li + li:last-child {
    border-radius: 0 0 14px 14px;
  }
  #how-work-screen .how-work__text-block li:first-child {
    background: #6d5bf7;
    color: #fff;
    border-radius: 14px;
  }
  #how-work-screen .how-work__text-block li:first-child::before {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
  }
  #how-work-screen .how-work__text-block li:first-child::after {
    content: "→";
    margin-left: auto;
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
  }
  #how-work-screen .home-section__first__button {
    display: block;
    margin: 24px auto 0;
  }
}
@media (max-width: 999px) and (min-width: 431px) {
  .home-section__second {
    padding-top: 0;
    min-height: 676px;
  }
}
.advantages-section {
  background-color: #FFFFFF;
  padding: 5.2110474205vw 8.3376758729vw 5.7321521626vw;
}
@media (max-width: 1919px) {
  .advantages-section {
    padding: 5.0031269543vw 6.2539086929vw;
  }
}
@media (max-width: 1599px) {
  .advantages-section {
    padding: 5.5594162613vw 10.4239054899vw;
  }
}
@media (max-width: 1439px) {
  .advantages-section {
    padding: 8.008008008vw 5.005005005vw;
  }
}
@media (max-width: 999px) {
  .advantages-section {
    padding: 13.986013986vw 0vw 23.31002331vw 3.4965034965vw;
  }
}
.advantages-section__title {
  color: #1F212C;
  font-family: NunitoSans, "Nunito Sans-fallback";
  text-align: center;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  margin: 0vw 0vw 2.6055237103vw;
}
@media (max-width: 1919px) {
  .advantages-section__title {
    margin: 0vw 0vw 3.1269543465vw;
  }
}
@media (max-width: 1599px) {
  .advantages-section__title {
    margin: 0vw 0vw 3.4746351633vw;
  }
}
@media (max-width: 1439px) {
  .advantages-section__title {
    margin: 0vw 0vw 5.005005005vw;
  }
}
@media (max-width: 999px) {
  .advantages-section__title {
    margin: 0vw 6.993006993vw 6.993006993vw;
  }
}
.advantages-section__title {
  font-size: 1.8759770714vw;
}
@media (max-width: 1919px) {
  .advantages-section__title {
    font-size: 2.0012507817vw;
  }
}
@media (max-width: 1599px) {
  .advantages-section__title {
    font-size: 2.2237665045vw;
  }
}
@media (max-width: 1439px) {
  .advantages-section__title {
    font-size: 3.2032032032vw;
  }
}
@media (max-width: 999px) {
  .advantages-section__title {
    font-size: 6.5268065268vw;
  }
}
.advantages-section__title {
  line-height: 2.3970818134vw;
}
@media (max-width: 1919px) {
  .advantages-section__title {
    line-height: 2.626641651vw;
  }
}
@media (max-width: 1599px) {
  .advantages-section__title {
    line-height: 2.9186935372vw;
  }
}
@media (max-width: 1439px) {
  .advantages-section__title {
    line-height: 4.2042042042vw;
  }
}
@media (max-width: 999px) {
  .advantages-section__title {
    line-height: 8.3916083916vw;
  }
}
@media (max-width: 999px) {
  .advantages-section__title {
    font-weight: 600;
  }
}

.advantages {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 1.0422094841vw;
}
@media (max-width: 1919px) {
  .advantages {
    gap: 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .advantages {
    gap: 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .advantages {
    gap: 2.002002002vw;
  }
}
@media (max-width: 999px) {
  .advantages {
    gap: 4.662004662vw;
  }
}
@media (max-width: 1599px) {
  .advantages {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 999px) {
  .advantages {
    display: block;
  }
  .advantages.slick-slider {
    margin-bottom: 0;
  }
  .advantages .slick-list {
    overflow: hidden;
  }
  .advantages .advantages__item + .advantages__item {
    margin-left: 4.66vw;
  }
  .advantages .slick-slide {
    height: inherit;
  }
}
@media (max-width: 999px) and (max-width: 999px) {
  .advantages .slick-slide {
    width: 83.9160839161vw;
  }
}
@media (max-width: 999px) {
  .advantages .slick-slide > div {
    display: flex;
    justify-content: center;
  }
  .advantages .slick-dots {
    position: static;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 6.99vw 0 0;
    gap: 1.86vw;
  }
  .advantages .slick-dots li {
    width: 2.8vw;
    height: 2.8vw;
    margin: 0;
    font-size: 0;
    line-height: 0;
  }
  .advantages .slick-dots button {
    width: 2.8vw;
    height: 2.8vw;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #DFDBFF;
    font-size: 0;
    line-height: 0;
  }
  .advantages .slick-dots .slick-active button {
    background: #8878FF;
  }
}
.advantages__item {
  flex: 1;
  background: #FBFBFF;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 15.8415841584vw;
}
@media (max-width: 1919px) {
  .advantages__item {
    flex-basis: 16.4477798624vw;
  }
}
@media (max-width: 1599px) {
  .advantages__item {
    flex-basis: 25.4343293954vw;
  }
}
@media (max-width: 1439px) {
  .advantages__item {
    flex-basis: 28.6286286286vw;
  }
}
@media (max-width: 999px) {
  .advantages__item {
    flex-basis: 84.3822843823vw;
  }
}
.advantages__item {
  padding: 1.4069828035vw 1.1464304325vw;
}
@media (max-width: 1919px) {
  .advantages__item {
    padding: 1.6885553471vw 1.3758599124vw;
  }
}
@media (max-width: 1599px) {
  .advantages__item {
    padding: 1.5288394719vw 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .advantages__item {
    padding: 2.2022022022vw 2.002002002vw;
  }
}
@media (max-width: 999px) {
  .advantages__item {
    padding: 5.1282051282vw 4.662004662vw;
  }
}
.advantages__item {
  min-height: 19.4372068786vw;
}
@media (max-width: 1919px) {
  .advantages__item {
    min-height: 24.9530956848vw;
  }
}
@media (max-width: 1599px) {
  .advantages__item {
    min-height: 20.9173036831vw;
  }
}
@media (max-width: 1439px) {
  .advantages__item {
    min-height: 30.1301301301vw;
  }
}
@media (max-width: 999px) {
  .advantages__item {
    min-height: 70.1631701632vw;
  }
}
@media (max-width: 1599px) {
  .advantages__item {
    flex-grow: 0;
    justify-content: center;
  }
}
@media (max-width: 999px) {
  .advantages__item {
    max-height: 100%;
  }
}
.advantages__item_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantages__item_img-01 {
  width: 8.0771235018vw;
}
@media (max-width: 1919px) {
  .advantages__item_img-01 {
    width: 9.693558474vw;
  }
}
@media (max-width: 1599px) {
  .advantages__item_img-01 {
    width: 6.8102849201vw;
  }
}
@media (max-width: 1439px) {
  .advantages__item_img-01 {
    width: 9.8098098098vw;
  }
}
@media (max-width: 999px) {
  .advantages__item_img-01 {
    width: 22.8438228438vw;
  }
}
.advantages__item_img-01 {
  height: auto;
}
.advantages__item_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.0422094841vw;
}
@media (max-width: 1919px) {
  .advantages__item_description {
    gap: 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .advantages__item_description {
    gap: 0.6949270327vw;
  }
}
@media (max-width: 1439px) {
  .advantages__item_description {
    gap: 1.001001001vw;
  }
}
@media (max-width: 999px) {
  .advantages__item_description {
    gap: 2.331002331vw;
  }
}
@media (max-width: 999px) and (max-width: 999px) {
  .advantages__item_description {
    min-height: 29.1375291375vw;
  }
}
.advantages__item_title {
  color: #1F212C;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  font-size: 1.3548723293vw;
}
@media (max-width: 1919px) {
  .advantages__item_title {
    font-size: 1.6260162602vw;
  }
}
@media (max-width: 1599px) {
  .advantages__item_title {
    font-size: 1.5288394719vw;
  }
}
@media (max-width: 1439px) {
  .advantages__item_title {
    font-size: 2.2022022022vw;
  }
}
@media (max-width: 999px) {
  .advantages__item_title {
    font-size: 5.1282051282vw;
  }
}
.advantages__item_title {
  line-height: 1.771756123vw;
}
@media (max-width: 1919px) {
  .advantages__item_title {
    line-height: 2.1263289556vw;
  }
}
@media (max-width: 1599px) {
  .advantages__item_title {
    line-height: 2.084781098vw;
  }
}
@media (max-width: 1439px) {
  .advantages__item_title {
    line-height: 3.003003003vw;
  }
}
@media (max-width: 999px) {
  .advantages__item_title {
    line-height: 6.993006993vw;
  }
}
.advantages__item_text {
  flex: 1 0 0;
  color: #1F212C;
  text-align: center;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9379885357vw;
}
@media (max-width: 1919px) {
  .advantages__item_text {
    font-size: 1.1257035647vw;
  }
}
@media (max-width: 1599px) {
  .advantages__item_text {
    font-size: 1.1118832523vw;
  }
}
@media (max-width: 1439px) {
  .advantages__item_text {
    font-size: 1.6016016016vw;
  }
}
@media (max-width: 999px) {
  .advantages__item_text {
    font-size: 3.7296037296vw;
  }
}
.advantages__item_text {
  line-height: 1.3548723293vw;
}
@media (max-width: 1919px) {
  .advantages__item_text {
    line-height: 1.6260162602vw;
  }
}
@media (max-width: 1599px) {
  .advantages__item_text {
    line-height: 1.6678248784vw;
  }
}
@media (max-width: 1439px) {
  .advantages__item_text {
    line-height: 2.4024024024vw;
  }
}
@media (max-width: 999px) {
  .advantages__item_text {
    line-height: 5.5944055944vw;
  }
}
@media (max-width: 1919px) {
  .advantages__item_text {
    font-weight: 500;
  }
}
.advantages__button {
  margin-top: auto;
  display: flex;
  color: #8878FF;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
  font-size: 0.7295466389vw;
}
@media (max-width: 1919px) {
  .advantages__button {
    font-size: 0.875547217vw;
  }
}
@media (max-width: 1599px) {
  .advantages__button {
    font-size: 0.9728978457vw;
  }
}
@media (max-width: 1439px) {
  .advantages__button {
    font-size: 1.4014014014vw;
  }
}
@media (max-width: 999px) {
  .advantages__button {
    font-size: 3.2634032634vw;
  }
}
.advantages__button {
  line-height: normal;
}
@media (max-width: 1919px) {
  .advantages__button {
    line-height: normal;
  }
}
@media (max-width: 1599px) {
  .advantages__button {
    line-height: normal;
  }
}
@media (max-width: 1439px) {
  .advantages__button {
    line-height: normal;
  }
}
@media (max-width: 999px) {
  .advantages__button {
    line-height: normal;
  }
}
.advantages__button {
  gap: 0.7295466389vw;
}
@media (max-width: 1919px) {
  .advantages__button {
    gap: 0.875547217vw;
  }
}
@media (max-width: 1599px) {
  .advantages__button {
    gap: 0.9728978457vw;
  }
}
@media (max-width: 1439px) {
  .advantages__button {
    gap: 1.4014014014vw;
  }
}
@media (max-width: 999px) {
  .advantages__button {
    gap: 3.2634032634vw;
  }
}
.advantages__button svg {
  flex-shrink: 0;
  width: 1.2506513809vw;
}
@media (max-width: 1919px) {
  .advantages__button svg {
    width: 1.5009380863vw;
  }
}
@media (max-width: 1599px) {
  .advantages__button svg {
    width: 1.6678248784vw;
  }
}
@media (max-width: 1439px) {
  .advantages__button svg {
    width: 2.4024024024vw;
  }
}
@media (max-width: 999px) {
  .advantages__button svg {
    width: 5.5944055944vw;
  }
}
.advantages__button svg {
  height: 1.2506513809vw;
}
@media (max-width: 1919px) {
  .advantages__button svg {
    height: 1.5009380863vw;
  }
}
@media (max-width: 1599px) {
  .advantages__button svg {
    height: 1.6678248784vw;
  }
}
@media (max-width: 1439px) {
  .advantages__button svg {
    height: 2.4024024024vw;
  }
}
@media (max-width: 999px) {
  .advantages__button svg {
    height: 5.5944055944vw;
  }
}
.advantages__button svg path {
  transition: stroke 0.3s ease-in-out;
}
.advantages__button:hover {
  color: #4534CA;
}
.advantages__button:hover .advantages__item_icon {
  border-color: #4534CA;
}
.advantages__button:hover svg path {
  stroke: #4534CA;
}
.advantages__button:active {
  color: #25159D;
}
.advantages__button:active .advantages__item_icon {
  border-color: #25159D;
}
.advantages__button:active svg path {
  stroke: #25159D;
}
.advantages__item_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #8878FF;
  transition: border-color 0.3s ease-in-out;
  width: 1.771756123vw;
}
@media (max-width: 1919px) {
  .advantages__item_icon {
    width: 2.1263289556vw;
  }
}
@media (max-width: 1599px) {
  .advantages__item_icon {
    width: 2.362751911vw;
  }
}
@media (max-width: 1439px) {
  .advantages__item_icon {
    width: 3.4034034034vw;
  }
}
@media (max-width: 999px) {
  .advantages__item_icon {
    width: 7.9254079254vw;
  }
}
.advantages__item_icon {
  height: 1.771756123vw;
}
@media (max-width: 1919px) {
  .advantages__item_icon {
    height: 2.1263289556vw;
  }
}
@media (max-width: 1599px) {
  .advantages__item_icon {
    height: 2.362751911vw;
  }
}
@media (max-width: 1439px) {
  .advantages__item_icon {
    height: 3.4034034034vw;
  }
}
@media (max-width: 999px) {
  .advantages__item_icon {
    height: 7.9254079254vw;
  }
}
.advantages__item_icon {
  padding: 0.260552371vw;
}
@media (max-width: 1919px) {
  .advantages__item_icon {
    padding: 0.3126954346vw;
  }
}
@media (max-width: 1599px) {
  .advantages__item_icon {
    padding: 0.3474635163vw;
  }
}
@media (max-width: 1439px) {
  .advantages__item_icon {
    padding: 0.5005005005vw;
  }
}
@media (max-width: 999px) {
  .advantages__item_icon {
    padding: 1.1655011655vw;
  }
}

.possibilities {
  position: relative;
  overflow: hidden;
  display: flex;
  background: #EAE6FF;
  padding: 5.2110474205vw 8.3376758729vw;
}
@media (max-width: 1919px) {
  .possibilities {
    padding: 6.0037523452vw 6.2539086929vw 6.2539086929vw;
  }
}
@media (max-width: 1599px) {
  .possibilities {
    padding: 5.5594162613vw 10.4239054899vw 4.8644892286vw;
  }
}
@media (max-width: 1439px) {
  .possibilities {
    padding: 7.8078078078vw 21.4214214214vw 6.7067067067vw;
  }
}
@media (max-width: 999px) {
  .possibilities {
    padding: 12.5874125874vw 3.4965034965vw 13.5198135198vw;
  }
}
.possibilities {
  gap: 2.9702970297vw;
}
@media (max-width: 1919px) {
  .possibilities {
    gap: 3.8148843027vw;
  }
}
@media (max-width: 1599px) {
  .possibilities {
    gap: 4.447533009vw;
  }
}
@media (max-width: 1439px) {
  .possibilities {
    gap: 0vw;
  }
}
@media (max-width: 999px) {
  .possibilities {
    gap: 0vw;
  }
}
.possibilities {
  min-height: 41.8447107869vw;
}
@media (max-width: 1919px) {
  .possibilities {
    min-height: 46.7792370231vw;
  }
}
@media (max-width: 1599px) {
  .possibilities {
    min-height: 46.6296038916vw;
  }
}
@media (max-width: 1439px) {
  .possibilities {
    min-height: 67.1671671672vw;
  }
}
@media (max-width: 999px) {
  .possibilities {
    min-height: 157.5757575758vw;
  }
}
.possibilities__bg-circle {
  position: absolute;
  transform: rotate(50.701deg);
  border-radius: 50%;
  border: 182px solid #E2DFFF;
  border-width: 9.4841063054vw;
}
@media (max-width: 1919px) {
  .possibilities__bg-circle {
    border-width: 11.3821138211vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__bg-circle {
    border-width: 12.6476719944vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__bg-circle {
    border-width: 18.2182182182vw;
  }
}
@media (max-width: 999px) {
  .possibilities__bg-circle {
    border-width: 42.4242424242vw;
  }
}
.possibilities__bg-circle {
  width: 65.2944241793vw;
}
@media (max-width: 1919px) {
  .possibilities__bg-circle {
    width: 78.3614759225vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__bg-circle {
    width: 87.0743571925vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__bg-circle {
    width: 125.4254254254vw;
  }
}
.possibilities__bg-circle {
  height: 65.2944241793vw;
}
@media (max-width: 1919px) {
  .possibilities__bg-circle {
    height: 78.3614759225vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__bg-circle {
    height: 87.0743571925vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__bg-circle {
    height: 125.4254254254vw;
  }
}
.possibilities__bg-circle {
  top: -11.8811881188vw;
  left: 1.1985409067vw;
}
@media (max-width: 1919px) {
  .possibilities__bg-circle {
    top: -14.0712945591vw;
    left: -8.2551594747vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__bg-circle {
    top: -15.4273801251vw;
    left: -14.7324530924vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__bg-circle {
    top: -28.3283283283vw;
    left: 50%;
  }
}
@media (max-width: 1439px) {
  .possibilities__bg-circle {
    transform: translateX(-50%);
  }
}
@media (max-width: 999px) {
  .possibilities__bg-circle {
    display: none;
  }
}
.possibilities__circle-text {
  position: absolute;
  width: 76.0812923398vw;
}
@media (max-width: 1919px) {
  .possibilities__circle-text {
    width: 91.3070669168vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__circle-text {
    width: 101.4593467686vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__circle-text {
    width: 146.1461461461vw;
  }
}
.possibilities__circle-text {
  height: 76.0812923398vw;
}
@media (max-width: 1919px) {
  .possibilities__circle-text {
    height: 91.3070669168vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__circle-text {
    height: 101.4593467686vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__circle-text {
    height: 146.1461461461vw;
  }
}
.possibilities__circle-text {
  top: -17.3527879104vw;
  left: -0.1563314226vw;
}
@media (max-width: 1919px) {
  .possibilities__circle-text {
    top: -20.7004377736vw;
    left: -9.8811757348vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__circle-text {
    top: -22.8630993746vw;
    left: -16.6087560806vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__circle-text {
    top: -39.039039039vw;
    left: -15.3153153153vw;
  }
}
@media (max-width: 999px) {
  .possibilities__circle-text {
    display: none;
  }
}
.possibilities__circle-text_mob {
  display: none;
}
@media (max-width: 1439px) {
  .possibilities__circle-text_mob {
    display: block;
  }
}
@media (max-width: 999px) {
  .possibilities__circle-text_mob {
    display: none;
  }
}
.possibilities__steps {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 32.6211568525vw;
}
@media (max-width: 1919px) {
  .possibilities__steps {
    min-width: 33.5209505941vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__steps {
    min-width: 37.2480889507vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__steps {
    min-width: 57.2572572573vw;
  }
}
@media (max-width: 999px) {
  .possibilities__steps {
    min-width: 93.2400932401vw;
  }
}
.possibilities__steps {
  gap: 2.6055237103vw;
}
@media (max-width: 1919px) {
  .possibilities__steps {
    gap: 3.1269543465vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__steps {
    gap: 3.4746351633vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__steps {
    gap: 5.005005005vw;
  }
}
@media (max-width: 999px) {
  .possibilities__steps {
    gap: 6.993006993vw;
  }
}
.possibilities__steps {
  margin-top: 0vw;
}
@media (max-width: 1919px) {
  .possibilities__steps {
    margin-top: 0.6253908693vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__steps {
    margin-top: 0vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__steps {
    margin-top: 0vw;
  }
}
@media (max-width: 999px) {
  .possibilities__steps {
    margin-top: 0vw;
  }
}
.possibilities__title {
  margin: 0;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8759770714vw;
}
@media (max-width: 1919px) {
  .possibilities__title {
    font-size: 2.0012507817vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__title {
    font-size: 2.2237665045vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__title {
    font-size: 3.2032032032vw;
  }
}
@media (max-width: 999px) {
  .possibilities__title {
    font-size: 6.5268065268vw;
  }
}
.possibilities__title {
  line-height: 2.3970818134vw;
}
@media (max-width: 1919px) {
  .possibilities__title {
    line-height: 2.626641651vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__title {
    line-height: 2.9186935372vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__title {
    line-height: 4.2042042042vw;
  }
}
@media (max-width: 999px) {
  .possibilities__title {
    line-height: 8.3916083916vw;
  }
}
@media (max-width: 999px) {
  .possibilities__title {
    font-weight: 600;
  }
}
.possibilities__description {
  margin: 0;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.3548723293vw;
}
@media (max-width: 1919px) {
  .possibilities__description {
    font-size: 1.3758599124vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__description {
    font-size: 1.5288394719vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__description {
    font-size: 2.2022022022vw;
  }
}
@media (max-width: 999px) {
  .possibilities__description {
    font-size: 5.1282051282vw;
  }
}
.possibilities__description {
  line-height: 1.771756123vw;
}
@media (max-width: 1919px) {
  .possibilities__description {
    line-height: 1.8761726079vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__description {
    line-height: 2.084781098vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__description {
    line-height: 3.003003003vw;
  }
}
@media (max-width: 999px) {
  .possibilities__description {
    line-height: 6.993006993vw;
  }
}
.possibilities__step-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 40px;
  background: #FFFFFF;
  box-shadow: 0 14px 24px 0 rgba(49, 43, 96, 0.1);
  gap: 0.5211047421vw;
}
@media (max-width: 1919px) {
  .possibilities__step-box {
    gap: 0.6253908693vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__step-box {
    gap: 0.2779708131vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__step-box {
    gap: 0.4004004004vw;
  }
}
@media (max-width: 999px) {
  .possibilities__step-box {
    gap: 0.9324009324vw;
  }
}
.possibilities__step-box {
  padding: 0.5211047421vw;
}
@media (max-width: 1919px) {
  .possibilities__step-box {
    padding: 0.6253908693vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__step-box {
    padding: 0.6949270327vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__step-box {
    padding: 1.001001001vw;
  }
}
@media (max-width: 999px) {
  .possibilities__step-box {
    padding: 2.331002331vw;
  }
}
.possibilities__step {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 1.0422094841vw;
}
@media (max-width: 1919px) {
  .possibilities__step {
    gap: 0.6253908693vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__step {
    gap: 0.6949270327vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__step {
    gap: 1.001001001vw;
  }
}
@media (max-width: 999px) {
  .possibilities__step {
    gap: 2.331002331vw;
  }
}
.possibilities__step {
  padding: 1.2506513809vw;
}
@media (max-width: 1919px) {
  .possibilities__step {
    padding: 0.875547217vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__step {
    padding: 0.9728978457vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__step {
    padding: 1.4014014014vw;
  }
}
@media (max-width: 999px) {
  .possibilities__step {
    padding: 3.2634032634vw;
  }
}
.possibilities__step {
  border-radius: 30px;
  transition: ease-out 0.3s;
}
.possibilities__step_active {
  background: linear-gradient(92deg, #6D5BF7 0%, #9789FF 100%);
}
.possibilities__step_active .possibilities__number {
  background: #FFFFFF;
}
.possibilities__step_active .possibilities__step-text .possibilities__step-title,
.possibilities__step_active .possibilities__step-text .possibilities__step-description {
  color: #FFFFFF;
}
.possibilities__step_active .possibilities__step-arrow {
  display: block;
}
.possibilities__step:hover:not(.possibilities__step_active) {
  background: #EFEDFF;
}
.possibilities__step:hover:not(.possibilities__step_active) .possibilities__number {
  background: #FFFFFF;
}
.possibilities__number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 18px;
  color: #8878FF;
  background: #DFDBFF;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  transition: ease-out 0.3s;
  width: 3.2308494007vw;
}
@media (max-width: 1919px) {
  .possibilities__number {
    width: 3.8774233896vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__number {
    width: 4.3085476025vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__number {
    width: 6.2062062062vw;
  }
}
@media (max-width: 999px) {
  .possibilities__number {
    width: 14.4522144522vw;
  }
}
.possibilities__number {
  height: 3.2308494007vw;
}
@media (max-width: 1919px) {
  .possibilities__number {
    height: 3.8774233896vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__number {
    height: 4.3085476025vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__number {
    height: 6.2062062062vw;
  }
}
@media (max-width: 999px) {
  .possibilities__number {
    height: 14.4522144522vw;
  }
}
.possibilities__number {
  font-size: 1.3548723293vw;
}
@media (max-width: 1919px) {
  .possibilities__number {
    font-size: 1.6260162602vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__number {
    font-size: 1.8068102849vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__number {
    font-size: 2.6026026026vw;
  }
}
@media (max-width: 999px) {
  .possibilities__number {
    font-size: 6.0606060606vw;
  }
}
.possibilities__number {
  line-height: 1.771756123vw;
}
@media (max-width: 1919px) {
  .possibilities__number {
    line-height: 2.1263289556vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__number {
    line-height: 2.362751911vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__number {
    line-height: 3.4034034034vw;
  }
}
@media (max-width: 999px) {
  .possibilities__number {
    line-height: 7.9254079254vw;
  }
}
@media (max-width: 999px) {
  .possibilities__number {
    align-self: flex-start;
  }
}
.possibilities__step-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  gap: 0.2084418968vw;
}
@media (max-width: 1919px) {
  .possibilities__step-text {
    gap: 0.2501563477vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__step-text {
    gap: 0.2779708131vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__step-text {
    gap: 0.4004004004vw;
  }
}
@media (max-width: 999px) {
  .possibilities__step-text {
    gap: 0.9324009324vw;
  }
}
.possibilities__step-text .possibilities__step-title {
  margin: 0;
  color: #6C6699;
  font-style: normal;
  font-weight: 700;
  font-size: 1.0422094841vw;
}
@media (max-width: 1919px) {
  .possibilities__step-text .possibilities__step-title {
    font-size: 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__step-text .possibilities__step-title {
    font-size: 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__step-text .possibilities__step-title {
    font-size: 2.002002002vw;
  }
}
@media (max-width: 999px) {
  .possibilities__step-text .possibilities__step-title {
    font-size: 4.662004662vw;
  }
}
.possibilities__step-text .possibilities__step-title {
  line-height: 1.6675351746vw;
}
@media (max-width: 1919px) {
  .possibilities__step-text .possibilities__step-title {
    line-height: 2.0012507817vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__step-text .possibilities__step-title {
    line-height: 2.2237665045vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__step-text .possibilities__step-title {
    line-height: 3.2032032032vw;
  }
}
@media (max-width: 999px) {
  .possibilities__step-text .possibilities__step-title {
    line-height: 7.4592074592vw;
  }
}
.possibilities__step-text .possibilities__step-description {
  margin: 0;
  color: #6C6699;
  font-style: normal;
  font-weight: 400;
  font-size: 0.7295466389vw;
}
@media (max-width: 1919px) {
  .possibilities__step-text .possibilities__step-description {
    font-size: 0.875547217vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__step-text .possibilities__step-description {
    font-size: 0.9728978457vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__step-text .possibilities__step-description {
    font-size: 1.4014014014vw;
  }
}
@media (max-width: 999px) {
  .possibilities__step-text .possibilities__step-description {
    font-size: 3.2634032634vw;
  }
}
.possibilities__step-text .possibilities__step-description {
  line-height: 1.4590932777vw;
}
@media (max-width: 1919px) {
  .possibilities__step-text .possibilities__step-description {
    line-height: 1.751094434vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__step-text .possibilities__step-description {
    line-height: 1.9457956915vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__step-text .possibilities__step-description {
    line-height: 2.8028028028vw;
  }
}
@media (max-width: 999px) {
  .possibilities__step-text .possibilities__step-description {
    line-height: 6.5268065268vw;
  }
}
.possibilities__step-arrow {
  display: none;
  align-items: center;
  align-self: center;
  margin-left: auto;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2506513809vw;
}
@media (max-width: 1919px) {
  .possibilities__step-arrow {
    right: 0.875547217vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__step-arrow {
    right: 0.9728978457vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__step-arrow {
    right: 1.4014014014vw;
  }
}
@media (max-width: 999px) {
  .possibilities__step-arrow {
    right: 3.2634032634vw;
  }
}
.possibilities__step-arrow img {
  width: 1.2506513809vw;
}
@media (max-width: 1919px) {
  .possibilities__step-arrow img {
    width: 1.5009380863vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__step-arrow img {
    width: 1.6678248784vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__step-arrow img {
    width: 2.4024024024vw;
  }
}
@media (max-width: 999px) {
  .possibilities__step-arrow img {
    width: 5.5944055944vw;
  }
}
.possibilities__step-arrow img {
  height: 1.2506513809vw;
}
@media (max-width: 1919px) {
  .possibilities__step-arrow img {
    height: 1.5009380863vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__step-arrow img {
    height: 1.6678248784vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__step-arrow img {
    height: 2.4024024024vw;
  }
}
@media (max-width: 999px) {
  .possibilities__step-arrow img {
    height: 5.5944055944vw;
  }
}
@media (max-width: 999px) {
  .possibilities__step-arrow {
    display: none !important;
  }
}
.possibilities__button-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.possibilities__screen {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 29.2860865034vw;
}
@media (max-width: 1919px) {
  .possibilities__screen {
    height: 30.8317698562vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__screen {
    height: 22.7936066713vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__screen {
    margin-top: 8.1306462821vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__screen {
    height: auto;
  }
}
.possibilities__screen-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1439px) {
  .possibilities__screen-bg {
    display: none;
  }
}
.possibilities__laptop-wrapper {
  position: absolute;
  width: 59.3538301199vw;
}
@media (max-width: 1919px) {
  .possibilities__laptop-wrapper {
    width: 62.2889305816vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__laptop-wrapper {
    width: 46.3132731063vw;
  }
}
.possibilities__laptop-wrapper {
  height: 2.2407503908vw;
}
@media (max-width: 1919px) {
  .possibilities__laptop-wrapper {
    height: 2.3514696685vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__laptop-wrapper {
    height: 1.7484364142vw;
  }
}
.possibilities__laptop-wrapper {
  bottom: -1.6675351746vw;
  left: -5.7842626368vw;
}
@media (max-width: 1919px) {
  .possibilities__laptop-wrapper {
    bottom: -1.751094434vw;
    left: -5.9412132583vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__laptop-wrapper {
    bottom: -1.5983321751vw;
    left: -4.3085476025vw;
  }
}
@media (max-width: 1439px) {
  .possibilities__laptop-wrapper {
    display: none;
  }
}
.possibilities__laptop {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.possibilities__laptop-cap {
  position: absolute;
  z-index: 2;
  transform: translateX(-50%);
  width: 9.4700364773vw;
}
@media (max-width: 1919px) {
  .possibilities__laptop-cap {
    width: 9.9383364603vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__laptop-cap {
    width: 7.3893676164vw;
  }
}
.possibilities__laptop-cap {
  height: 1.0645648775vw;
}
@media (max-width: 1919px) {
  .possibilities__laptop-cap {
    height: 1.1171982489vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__laptop-cap {
    height: 0.8306462821vw;
  }
}
.possibilities__laptop-cap {
  bottom: 1.1464304325vw;
  left: 50%;
}
@media (max-width: 1919px) {
  .possibilities__laptop-cap {
    bottom: 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__laptop-cap {
    bottom: 0.8339124392vw;
  }
}
.possibilities__laptop-shadow {
  position: absolute;
  filter: blur(37px);
  background: linear-gradient(180deg, #8D86C0 33.02%, rgba(162, 156, 206, 0.83) 52.02%, #9B8EFF 100%);
  opacity: 0.8;
  width: 59.3538301199vw;
}
@media (max-width: 1919px) {
  .possibilities__laptop-shadow {
    width: 62.2889305816vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__laptop-shadow {
    width: 46.3132731063vw;
  }
}
.possibilities__laptop-shadow {
  height: 2.2407503908vw;
}
@media (max-width: 1919px) {
  .possibilities__laptop-shadow {
    height: 2.3514696685vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__laptop-shadow {
    height: 1.7484364142vw;
  }
}
.possibilities__laptop-shadow {
  bottom: -2.5534132361vw;
  left: 0vw;
}
@media (max-width: 1919px) {
  .possibilities__laptop-shadow {
    bottom: -2.0637898687vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__laptop-shadow {
    bottom: -1.3898540653vw;
  }
}
.possibilities__video {
  position: absolute;
  width: calc(100% - 2.08vw);
  transform: translateX(-50%);
  left: 50%;
  top: 1.0422094841vw;
  left: 50%;
}
@media (max-width: 1919px) {
  .possibilities__video {
    top: 1.1257035647vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__video {
    top: 1.042390549vw;
  }
}
@media (max-width: 1919px) {
  .possibilities__video {
    width: calc(100% - 1.88vw);
  }
}
@media (max-width: 1599px) {
  .possibilities__video {
    width: calc(100% - 2.08vw);
  }
}
@media (max-width: 1439px) {
  .possibilities__video {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
    left: auto;
    top: auto;
    border-radius: 20px;
  }
}
.possibilities__star {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  background: #FFFFFF;
  mask-image: url(../../assets/icons/star.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (max-width: 1439px) {
  .possibilities__star {
    display: none;
  }
}
.possibilities__star_1 {
  width: 1.4590932777vw;
}
@media (max-width: 1919px) {
  .possibilities__star_1 {
    width: 1.751094434vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__star_1 {
    width: 1.9457956915vw;
  }
}
.possibilities__star_1 {
  height: 1.4590932777vw;
}
@media (max-width: 1919px) {
  .possibilities__star_1 {
    height: 1.751094434vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__star_1 {
    height: 1.9457956915vw;
  }
}
.possibilities__star_1 {
  top: 0.9379885357vw;
  left: -2.032308494vw;
}
@media (max-width: 1919px) {
  .possibilities__star_1 {
    top: 1.3758599124vw;
    left: -3.4396497811vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__star_1 {
    top: -1.8068102849vw;
    left: -3.1966643502vw;
  }
}
.possibilities__star_2 {
  width: 4.064616988vw;
}
@media (max-width: 1919px) {
  .possibilities__star_2 {
    width: 4.8780487805vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__star_2 {
    width: 5.4204308548vw;
  }
}
.possibilities__star_2 {
  height: 4.064616988vw;
}
@media (max-width: 1919px) {
  .possibilities__star_2 {
    height: 4.8780487805vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__star_2 {
    height: 5.4204308548vw;
  }
}
.possibilities__star_2 {
  top: -3.6998436686vw;
  left: 0vw;
}
@media (max-width: 1919px) {
  .possibilities__star_2 {
    top: -3.9399624765vw;
    left: -0.9380863039vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__star_2 {
    top: -7.7136900625vw;
    left: -0.3474635163vw;
  }
}
.possibilities__star_3 {
  width: 2.3449713392vw;
}
@media (max-width: 1919px) {
  .possibilities__star_3 {
    width: 2.8142589118vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__star_3 {
    width: 2.084781098vw;
  }
}
.possibilities__star_3 {
  height: 2.3449713392vw;
}
@media (max-width: 1919px) {
  .possibilities__star_3 {
    height: 2.8142589118vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__star_3 {
    height: 2.084781098vw;
  }
}
.possibilities__star_3 {
  right: 3.8561750912vw;
  bottom: -0.5732152163vw;
}
@media (max-width: 1919px) {
  .possibilities__star_3 {
    right: 4.6278924328vw;
    bottom: -0.6879299562vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__star_3 {
    right: 3.2661570535vw;
    bottom: -0.8339124392vw;
  }
}
.possibilities__star_4 {
  width: 3.4392912976vw;
}
@media (max-width: 1919px) {
  .possibilities__star_4 {
    width: 4.1275797373vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__star_4 {
    width: 2.9881862404vw;
  }
}
.possibilities__star_4 {
  height: 3.4392912976vw;
}
@media (max-width: 1919px) {
  .possibilities__star_4 {
    height: 4.1275797373vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__star_4 {
    height: 2.9881862404vw;
  }
}
.possibilities__star_4 {
  right: -1.7196456488vw;
  bottom: -2.3449713392vw;
}
@media (max-width: 1919px) {
  .possibilities__star_4 {
    right: -2.0637898687vw;
    bottom: -2.8142589118vw;
  }
}
@media (max-width: 1599px) {
  .possibilities__star_4 {
    right: -1.5288394719vw;
    bottom: -2.2932592078vw;
  }
}
.possibilities__drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
}
.possibilities__drawer--open {
  pointer-events: auto;
}
.possibilities__drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}
.possibilities__drawer--open .possibilities__drawer-overlay {
  opacity: 1;
}
.possibilities__drawer-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 30px;
  border-radius: 24px 24px 0 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}
.possibilities__drawer--open .possibilities__drawer-panel {
  transform: translateY(0);
}
.possibilities__drawer-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 0 16px;
  margin-left: auto;
}
.possibilities__drawer-close svg {
  width: 24px;
  height: 24px;
}
.possibilities__drawer-video {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 16/9;
  object-fit: contain;
}

.two-blocks-bot {
  background-color: #FFFFFF;
  font-family: NunitoSans, "Nunito Sans-fallback";
  padding: 5.2110474205vw 8.3376758729vw 0vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot {
    padding: 5.0031269543vw 6.2539086929vw 0vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot {
    padding: 5.5594162613vw 10.4239054899vw 0vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot {
    padding: 8.008008008vw 5.005005005vw 0vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot {
    padding: 13.986013986vw 3.4965034965vw 0vw;
  }
}
.two-blocks-bot__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 2.61vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__list {
    gap: 3.13vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__list {
    gap: 1.39vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__list {
    gap: 2vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__list {
    gap: 4.66vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__list {
    display: flex;
    flex-direction: column;
  }
}
.two-blocks-bot__item {
  position: relative;
  overflow: hidden;
  border-radius: 1.5633142262vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__item {
    border-radius: 1.8761726079vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__item {
    border-radius: 2.084781098vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__item {
    border-radius: 3.003003003vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__item {
    border-radius: 6.993006993vw;
  }
}
.two-blocks-bot__item {
  background: #D9D4FF;
  display: flex;
}
.two-blocks-bot__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.5633142262vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__item::before {
    border-radius: 1.8761726079vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__item::before {
    border-radius: 2.084781098vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__item::before {
    border-radius: 3.003003003vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__item::before {
    border-radius: 6.993006993vw;
  }
}
.two-blocks-bot__item::before {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(244deg, rgba(109, 91, 247, 0) 15%, #6D5BF7 69.34%);
  z-index: 1;
}
@media (max-width: 430px) {
  .two-blocks-bot__item::before {
    background: linear-gradient(274deg, rgba(109, 91, 247, 0) 15.05%, #6d5bf7 44.34%);
  }
}
.two-blocks-bot__item {
  padding: 2.61vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__item {
    padding: 3.13vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__item {
    padding: 3.47vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__item {
    padding: 3.2vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__item {
    padding: 7.46vw;
  }
}
.two-blocks-bot__item_light {
  background: #C5FFBE;
  display: flex;
  align-items: flex-end;
}
.two-blocks-bot__item_light::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.5633142262vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__item_light::before {
    border-radius: 1.8761726079vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__item_light::before {
    border-radius: 2.084781098vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__item_light::before {
    border-radius: 3.003003003vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__item_light::before {
    border-radius: 6.993006993vw;
  }
}
.two-blocks-bot__item_light::before {
  width: 100%;
  height: 100%;
  content: "";
  background: var(--Green-0-50, linear-gradient(235deg, rgba(197, 255, 190, 0) 23.1%, #DDFFD9 74.38%));
  z-index: 1;
}
@media (max-width: 430px) {
  .two-blocks-bot__item_light::before {
    background: var(--Green-0-50, linear-gradient(235deg, rgba(197, 255, 190, 0) 23.1%, #DDFFD9 74.38%));
  }
}
.two-blocks-bot__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  gap: 1.25vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__box {
    gap: 1.5vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__box {
    gap: 1.67vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__box {
    gap: 2.4vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__box {
    gap: 5.59vw;
  }
}
.two-blocks-bot__stars-box {
  display: flex;
  align-items: flex-end;
  gap: 1.25vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__stars-box {
    gap: 1.5vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__stars-box {
    gap: 1.67vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__stars-box {
    gap: 2.4vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__stars-box {
    gap: 5.59vw;
  }
}
.two-blocks-bot__star {
  width: 3.54vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__star {
    width: 4.25vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__star {
    width: 4.72vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__star {
    width: 6.81vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__star {
    width: 15.85vw;
  }
}
.two-blocks-bot__star {
  height: 3.54vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__star {
    height: 4.25vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__star {
    height: 4.72vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__star {
    height: 6.81vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__star {
    height: 15.85vw;
  }
}
.two-blocks-bot__star_small {
  width: 2.03vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__star_small {
    width: 2.44vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__star_small {
    width: 2.71vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__star_small {
    width: 3.9vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__star_small {
    width: 9.09vw;
  }
}
.two-blocks-bot__star_small {
  height: 2.03vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__star_small {
    height: 2.44vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__star_small {
    height: 2.71vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__star_small {
    height: 3.9vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__star_small {
    height: 9.09vw;
  }
}
.two-blocks-bot__text {
  display: flex;
  flex-direction: column;
  gap: 0.83vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__text {
    gap: 1vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__text {
    gap: 1.11vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__text {
    gap: 1.6vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__text {
    gap: 3.73vw;
  }
}
.two-blocks-bot__title {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
  max-width: 25.117248567vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__title {
    max-width: 26.579111945vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__title {
    max-width: 29.5343988881vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__title {
    max-width: 31.031031031vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__title {
    max-width: 72.2610722611vw;
  }
}
.two-blocks-bot__title {
  font-size: 1.88vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__title {
    font-size: 2vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__title {
    font-size: 2.22vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__title {
    font-size: 2.4vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__title {
    font-size: 5.59vw;
  }
}
.two-blocks-bot__title {
  line-height: 2.4vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__title {
    line-height: 2.63vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__title {
    line-height: 2.92vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__title {
    line-height: 3.4vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__title {
    line-height: 7.93vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__title {
    font-weight: 600;
  }
}
.two-blocks-bot__title_right {
  color: #1F212C;
}
.two-blocks-bot__description {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  max-width: 26.5763418447vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__description {
    max-width: 26.2664165103vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__description {
    max-width: 29.1869353718vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__description {
    max-width: 30.03003003vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__description {
    max-width: 69.9300699301vw;
  }
}
.two-blocks-bot__description p {
  font-style: normal;
  font-weight: 700;
  font-size: 1.04vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__description p {
    font-size: 1vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__description p {
    font-size: 1.11vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__description p {
    font-size: 1.6vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__description p {
    font-size: 3.73vw;
  }
}
.two-blocks-bot__description p {
  line-height: 1.67vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__description p {
    line-height: 1.5vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__description p {
    line-height: 1.67vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__description p {
    line-height: 2.4vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__description p {
    line-height: 5.59vw;
  }
}
.two-blocks-bot__description p {
  max-width: 22.4075039083vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__description p {
    max-width: 22.6391494684vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__description p {
    max-width: 25.1563585823vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__description p {
    max-width: 25.025025025vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__description p {
    max-width: 55.9440559441vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__description p {
    font-weight: 500;
  }
}
.two-blocks-bot__description > p:last-child {
  margin: 0;
}
@media (max-width: 1439px) {
  .two-blocks-bot__description_left p {
    min-width: 27.38vw;
  }
}
@media (max-width: 430px) {
  .two-blocks-bot__description_left p {
    min-width: 63.38vw;
  }
}
.two-blocks-bot__description_right {
  color: #1F212C;
}
@media (max-width: 430px) {
  .two-blocks-bot__description p {
    margin-block-end: 0;
  }
}
.two-blocks-bot__description li {
  font-size: 1.04vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__description li {
    font-size: 1vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__description li {
    font-size: 1.11vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__description li {
    font-size: 1.6vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__description li {
    font-size: 3.73vw;
  }
}
.two-blocks-bot__description li {
  line-height: 1.67vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__description li {
    line-height: 1.5vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__description li {
    line-height: 1.67vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__description li {
    line-height: 2.4vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__description li {
    line-height: 5.59vw;
  }
}
.two-blocks-bot__description li::marker {
  content: "•  ";
}
.two-blocks-bot__description ul {
  padding-left: 1.7196456488vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__description ul {
    padding-left: 1.5634771732vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__description ul {
    padding-left: 1.7373175817vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__description ul {
    padding-left: 2.5025025025vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__description ul {
    padding-left: 5.8275058275vw;
  }
}
.two-blocks-bot__image-left {
  position: absolute;
  top: 3.8561750912vw;
  right: 1.1464304325vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__image-left {
    top: 4.0025015635vw;
    right: 1.3758599124vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__image-left {
    top: 4.447533009vw;
    right: -9.4510076442vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__image-left {
    top: 3.1031031031vw;
    right: -12.5125125125vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__image-left {
    top: 7.2261072261vw;
    right: -33.1002331002vw;
  }
}
.two-blocks-bot__image-left img {
  display: block;
  object-fit: cover;
  width: 16.3105784263vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__image-left img {
    width: 19.5747342089vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__image-left img {
    width: 21.7512161223vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__image-left img {
    width: 31.3313313313vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__image-left img {
    width: 72.9603729604vw;
  }
}
.two-blocks-bot__image-left img {
  height: 14.5388223033vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__image-left img {
    height: 17.4484052533vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__image-left img {
    height: 19.3884642113vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__image-left img {
    height: 27.9279279279vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__image-left img {
    height: 65.034965035vw;
  }
}
.two-blocks-bot__image-right {
  position: absolute;
  top: 3.8561750912vw;
  right: 1.1464304325vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__image-right {
    top: 4.0025015635vw;
    right: 1.3758599124vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__image-right {
    top: 4.447533009vw;
    right: -9.4510076442vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__image-right {
    top: 3.1031031031vw;
    right: -12.5125125125vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__image-right {
    top: 7.2261072261vw;
    right: -33.1002331002vw;
  }
}
.two-blocks-bot__image-right img {
  display: block;
  object-fit: cover;
}
.two-blocks-bot__shadow {
  position: absolute;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(31, 33, 44, 0.1);
  filter: blur(12px);
  width: 245px;
  height: 18px;
  left: 50%;
  bottom: -45px;
}
.two-blocks-bot__button_green {
  min-width: 13.4966128192vw;
}
@media (max-width: 1919px) {
  .two-blocks-bot__button_green {
    min-width: 16.1976235147vw;
  }
}
@media (max-width: 1599px) {
  .two-blocks-bot__button_green {
    min-width: 17.9986101459vw;
  }
}
@media (max-width: 1439px) {
  .two-blocks-bot__button_green {
    min-width: 25.9259259259vw;
  }
}
@media (max-width: 999px) {
  .two-blocks-bot__button_green {
    min-width: 78.3216783217vw;
  }
}
.two-blocks-bot__button_purple {
  font-weight: 500;
}
@media (max-width: 999px) {
  .two-blocks-bot__button_purple {
    min-width: 78.32vw;
  }
}
@media (max-width: 430px) {
  .two-blocks-bot__button_purple {
    min-width: 78.32vw;
  }
}

.home-section__bitrix-banner {
  padding: 0;
  background-color: #FFFFFF;
}

.bitrix-banner {
  padding: 0vw 8.3376758729vw 8.3376758729vw;
}
@media (max-width: 1919px) {
  .bitrix-banner {
    padding: 0vw 6.2539086929vw 5.0031269543vw;
  }
}
@media (max-width: 1599px) {
  .bitrix-banner {
    padding: 0vw 10.4239054899vw 8.8950660181vw;
  }
}
@media (max-width: 1439px) {
  .bitrix-banner {
    padding: 0vw 5.005005005vw 8.008008008vw;
  }
}
@media (max-width: 999px) {
  .bitrix-banner {
    padding: 0vw 3.4965034965vw 13.986013986vw;
  }
}
.bitrix-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radios: 1.5633142262vw;
}
@media (max-width: 1919px) {
  .bitrix-banner {
    border-radios: 1.8761726079vw;
  }
}
@media (max-width: 1599px) {
  .bitrix-banner {
    border-radios: 2.084781098vw;
  }
}
@media (max-width: 1439px) {
  .bitrix-banner {
    border-radios: 3.003003003vw;
  }
}
@media (max-width: 999px) {
  .bitrix-banner {
    border-radios: 6.993006993vw;
  }
}
.bitrix-banner {
  gap: 2.6055237103vw;
}
@media (max-width: 1919px) {
  .bitrix-banner {
    gap: 3.1269543465vw;
  }
}
@media (max-width: 1599px) {
  .bitrix-banner {
    gap: 3.4746351633vw;
  }
}
@media (max-width: 1439px) {
  .bitrix-banner {
    gap: 3.003003003vw;
  }
}
@media (max-width: 999px) {
  .bitrix-banner {
    gap: 11.655011655vw;
  }
}

.simplicity-explained__bitrix-banner {
  width: 100%;
  background: linear-gradient(90deg, #7F6EFF 0%, #0BF 100%);
  padding: 1.9801980198vw 2.6055237103vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-banner {
    padding: 2.3764853033vw 3.1269543465vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-banner {
    padding: 2.9186935372vw 3.4746351633vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-banner {
    padding: 3.2032032032vw 3.2032032032vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-banner {
    padding: 7.4592074592vw 7.4592074592vw;
  }
}
.simplicity-explained__bitrix-banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: auto;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-banner {
    gap: auto;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-banner {
    gap: 0.9034051425vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-banner {
    gap: 1.3013013013vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-banner {
    gap: 3.0303030303vw;
  }
}
.simplicity-explained__bitrix-banner {
  border-radius: 1.5633142262vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-banner {
    border-radius: 1.8761726079vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-banner {
    border-radius: 2.084781098vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-banner {
    border-radius: 3.003003003vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-banner {
    border-radius: 6.993006993vw;
  }
}
.simplicity-explained__bitrix-banner {
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.simplicity-explained__bitrix-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/home/bitrix_background.svg");
  background-repeat: no-repeat;
  pointer-events: none;
  background-size: cover;
  opacity: 0.8;
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-banner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-banner {
    justify-items: center;
    grid-template-columns: 1fr;
    grid-template-areas: "left" "text" "center";
    background: linear-gradient(90deg, #7F6EFF 0%, #0BF 100%);
  }
  .simplicity-explained__bitrix-banner::before {
    background-image: url("/assets/images/home/bitrix_background1000.svg");
  }
}
@media (max-width: 1439px) and (max-width: 430px) {
  .simplicity-explained__bitrix-banner {
    width: 103%;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-banner {
    justify-items: center;
    grid-template-columns: 1fr;
    grid-template-areas: "left" "text" "center";
    background: linear-gradient(90deg, #7F6EFF 0%, #0BF 100%);
  }
  .simplicity-explained__bitrix-banner::before {
    background-size: 100%;
    background-image: url("/assets/images/home/bitrix_background1000.svg");
  }
}
@media (max-width: 430px) {
  .simplicity-explained__bitrix-banner {
    border-radius: 7vw;
    padding: 7.46vw;
    gap: 3.04vw;
    background: linear-gradient(90deg, #7F6EFF 0%, #0BF 100%);
  }
  .simplicity-explained__bitrix-banner::before {
    background-image: url("/assets/images/home/bitrix_background430.svg");
  }
}

.simplicity-explained__bitrix-desc {
  font-size: 1.0422094841vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-desc {
    font-size: 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-desc {
    font-size: 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-desc {
    font-size: 2.002002002vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-desc {
    font-size: 4.662004662vw;
  }
}
.simplicity-explained__bitrix-desc {
  line-height: 1.6675351746vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-desc {
    line-height: 2.0012507817vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-desc {
    line-height: 2.2237665045vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-desc {
    line-height: 3.2032032032vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-desc {
    line-height: 7.4592074592vw;
  }
}
.simplicity-explained__bitrix-desc {
  width: 25.2214695154vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-desc {
    width: 30.2689180738vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-desc {
    width: 33.6344683808vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-desc {
    width: auto;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-desc {
    width: 78.0885780886vw;
  }
}
.simplicity-explained__bitrix-desc {
  font-weight: 400;
  color: #FFFFFF;
  text-align: right;
  margin-block-end: 0;
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-desc {
    align-self: stretch;
    text-align: justify;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-desc {
    text-align: center;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-desc {
    text-align: left;
  }
}

.simplicity-explained__bitrix-left {
  width: 26.0031266285vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-left {
    width: 31.2070043777vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-left {
    width: auto;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-left {
    width: auto;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-left {
    width: auto;
  }
}
.simplicity-explained__bitrix-left {
  z-index: 1;
  font-weight: 500;
  color: #FFFFFF;
  white-space: nowrap;
}
.simplicity-explained__bitrix-left span {
  font-size: 1.8759770714vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-left span {
    font-size: 2.2514071295vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-left span {
    font-size: 2.5017373176vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-left span {
    font-size: 3.6036036036vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-left span {
    font-size: 8.3916083916vw;
  }
}
.simplicity-explained__bitrix-left span {
  line-height: 2.3970818134vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-left span {
    line-height: 2.8767979987vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-left span {
    line-height: 3.1966643502vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-left span {
    line-height: 0vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-left span {
    line-height: 10.7226107226vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-left span {
    display: block;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-left {
    grid-area: left;
    white-space: break-spaces;
  }
}
@media (max-width: 1439px) and (max-width: 999px) {
  .simplicity-explained__bitrix-left {
    padding-left: 2.34vw;
  }
}
@media (max-width: 1439px) and (max-width: 430px) {
  .simplicity-explained__bitrix-left {
    padding-left: 2.34vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-left {
    display: flex;
  }
  .simplicity-explained__bitrix-left span {
    text-align: left;
  }
}

.simplicity-explained__bitrix-center {
  display: flex;
  align-items: center;
  z-index: 1;
  gap: -0.1042209484vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-center {
    gap: -0.1250781739vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-center {
    gap: 1.2508686588vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-center {
    gap: 1.2012012012vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-center {
    gap: 2.7972027972vw;
  }
}
.simplicity-explained__bitrix-center {
  margin-left: 0vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-center {
    margin-left: -2.0637898687vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-center {
    margin-left: 0vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-center {
    margin-left: 0vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-center {
    margin-left: 0vw;
  }
}
.simplicity-explained__bitrix-center {
  justify-content: center;
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-center {
    grid-row: span 2;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-center {
    grid-area: center;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-center {
    padding-top: 8.87vw;
  }
}
@media (max-width: 430px) {
  .simplicity-explained__bitrix-center {
    padding-top: 8.87vw;
  }
}

.simplicity-explained__bitrix-text {
  margin-left: 0vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-text {
    margin-left: -2.5015634772vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-text {
    margin-left: 0vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-text {
    margin-left: 0vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-text {
    margin-left: 0vw;
  }
}
.simplicity-explained__bitrix-text {
  z-index: 1;
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-text {
    grid-area: text;
    margin-left: 0;
  }
}

.simplicity-explained__bitrix-logo-domino {
  padding: 0.6774361647vw 1.0943199583vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-logo-domino {
    padding: 0.8130081301vw 1.3133208255vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-logo-domino {
    padding: 0.9728978457vw 0.9728978457vw 0.9034051425vw 1.042390549vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-logo-domino {
    padding: 1.1011011011vw 1.3013013013vw 1.001001001vw 1.4014014014vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-logo-domino {
    padding: 2.5641025641vw 3.0303030303vw 2.331002331vw 3.2634032634vw;
  }
}
.simplicity-explained__bitrix-logo-domino {
  height: 3.2308494007vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-logo-domino {
    height: 3.8774233896vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-logo-domino {
    height: 5.489923558vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-logo-domino {
    height: 5.5055055055vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-logo-domino {
    height: 12.8205128205vw;
  }
}
.simplicity-explained__bitrix-logo-domino {
  width: auto;
  filter: brightness(0) invert(1);
}

.simplicity-explained__bitrix-cross {
  height: 0.9074517978vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-cross {
    height: 1.0890556598vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-cross {
    height: 1.2101459347vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-cross {
    height: 1.7431431431vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-cross {
    height: 4.0592074592vw;
  }
}
.simplicity-explained__bitrix-cross {
  width: auto;
  filter: brightness(0) invert(1);
}

.simplicity-explained__bitrix-b24-text {
  font-size: 1.39vw;
  font-weight: 700;
  color: #FFFFFF;
  white-space: nowrap;
}
.simplicity-explained__bitrix-b24-text sup {
  font-size: 0.6em;
  vertical-align: super;
}

.simplicity-explained__bitrix-right {
  max-width: 320px;
  flex-shrink: 0;
}
.simplicity-explained__bitrix-right p {
  font-size: 0.9vw;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  text-align: right;
}

.simplicity-explained__bitrix-logo-bitrix {
  padding: 0.8337675873vw 1.0531526837vw 1.1464304325vw 1.0307451798vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-logo-bitrix {
    padding: 1.0006253909vw 1.2639149468vw 1.3758599124vw 1.2370231395vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-logo-bitrix {
    padding: 1.3898540653vw 1.3349548297vw 1.5288394719vw 1.3752605976vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-logo-bitrix {
    padding: 1.4014014014vw 1.3423423423vw 1.6016016016vw 1.3603603604vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-logo-bitrix {
    padding: 3.2634032634vw 3.1258741259vw 3.7296037296vw 3.1678321678vw;
  }
}
.simplicity-explained__bitrix-logo-bitrix {
  height: 3.2308494007vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__bitrix-logo-bitrix {
    height: 3.8774233896vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__bitrix-logo-bitrix {
    height: 5.489923558vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__bitrix-logo-bitrix {
    height: 5.5055055055vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__bitrix-logo-bitrix {
    height: 12.8205128205vw;
  }
}
.simplicity-explained__bitrix-logo-bitrix {
  width: auto;
  filter: brightness(0) invert(1);
}

.simplicity-explained__gradient-1 {
  position: absolute;
  bottom: 0vw;
  left: 0vw;
  background: linear-gradient(90deg, #6D5BF7 0%, rgba(109, 91, 247, 0) 100%);
  width: 60%;
}
@media (max-width: 1919px) {
  .simplicity-explained__gradient-1 {
    width: 60%;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__gradient-1 {
    width: 60%;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__gradient-1 {
    width: 60%;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__gradient-1 {
    width: 60%;
  }
}
.simplicity-explained__gradient-1 {
  height: 100%;
  border-radius: 1.5633142262vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__gradient-1 {
    border-radius: 1.8761726079vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__gradient-1 {
    border-radius: 2.084781098vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__gradient-1 {
    border-radius: 3.003003003vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__gradient-1 {
    border-radius: 6.993006993vw;
  }
}
.simplicity-explained__gradient-2 {
  width: 90%;
}
@media (max-width: 1919px) {
  .simplicity-explained__gradient-2 {
    width: 90%;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__gradient-2 {
    width: 90%;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__gradient-2 {
    width: 90%;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__gradient-2 {
    width: 140%;
  }
}
.simplicity-explained__gradient-2 {
  height: 100%;
  position: absolute;
  bottom: 0vw;
  right: 1px;
  border-radius: 1.5633142262vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__gradient-2 {
    border-radius: 1.8761726079vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__gradient-2 {
    border-radius: 2.084781098vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__gradient-2 {
    border-radius: 3.003003003vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__gradient-2 {
    border-radius: 6.993006993vw;
  }
}
.simplicity-explained__gradient-2 {
  background: linear-gradient(269deg, #00A9E6 0%, rgba(0, 159, 217, 0) 100%);
}

.home-section__simplicity-explained {
  padding: 0;
  background-color: #FFFFFF;
}

.simplicity-explained {
  padding: 5.2110474205vw 8.3376758729vw;
}
@media (max-width: 1919px) {
  .simplicity-explained {
    padding: 5.0031269543vw 6.2539086929vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained {
    padding: 5.5594162613vw 10.4239054899vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained {
    padding: 8.4084084084vw 5.005005005vw 8.008008008vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained {
    padding: 13.986013986vw 3.4965034965vw 4.1958041958vw;
  }
}
.simplicity-explained {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6055237103vw;
}
@media (max-width: 1919px) {
  .simplicity-explained {
    gap: 3.1269543465vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained {
    gap: 3.4746351633vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained {
    gap: 3.003003003vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained {
    gap: 11.655011655vw;
  }
}
.simplicity-explained__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1985409067vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__title {
    gap: 1.4383989994vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__title {
    gap: 1.5983321751vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__title {
    gap: 2.3023023023vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__title {
    gap: 3.2634032634vw;
  }
}
.simplicity-explained__title-text {
  font-size: 1.8759770714vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__title-text {
    font-size: 2.0012507817vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__title-text {
    font-size: 2.2237665045vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__title-text {
    font-size: 3.2032032032vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__title-text {
    font-size: 7.4592074592vw;
  }
}
.simplicity-explained__title-text {
  line-height: 2.3970818134vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__title-text {
    line-height: 2.626641651vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__title-text {
    line-height: 2.9186935372vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__title-text {
    line-height: 4.2042042042vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__title-text {
    line-height: 9.7902097902vw;
  }
}
.simplicity-explained__title-text {
  margin: 0;
  font-weight: 500;
  color: #1F212C;
}
.simplicity-explained__title-text:hover {
  color: #1F212C;
}
.simplicity-explained__description-text {
  font-size: 1vw;
  font-size: 1.0422094841vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__description-text {
    font-size: 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__description-text {
    font-size: 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__description-text {
    font-size: 2.002002002vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__description-text {
    font-size: 4.662004662vw;
  }
}
.simplicity-explained__description-text {
  line-height: 1.6675351746vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__description-text {
    line-height: 2.0012507817vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__description-text {
    line-height: 2.2237665045vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__description-text {
    line-height: 3.2032032032vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__description-text {
    line-height: 7.4592074592vw;
  }
}
.simplicity-explained__description-text {
  font-weight: 500;
  color: #1F212C;
  margin: 0vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__description-text {
    margin: 0vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__description-text {
    margin: 0vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__description-text {
    margin: 0vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__description-text {
    margin: 0vw;
  }
}
.simplicity-explained__stats {
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: center;
  gap: 1.0422094841vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__stats {
    gap: 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__stats {
    gap: 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__stats {
    gap: 2.002002002vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__stats {
    gap: 4.662004662vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__stats {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (max-width: 999px) {
  .simplicity-explained__stats {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.simplicity-explained__stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 1.5633142262vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__stat-item {
    border-radius: 1.8761726079vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__stat-item {
    border-radius: 2.084781098vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__stat-item {
    border-radius: 3.003003003vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__stat-item {
    border-radius: 6.993006993vw;
  }
}
.simplicity-explained__stat-item {
  gap: 1.0422094841vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__stat-item {
    gap: 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__stat-item {
    gap: 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__stat-item {
    gap: 2.002002002vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__stat-item {
    gap: 4.662004662vw;
  }
}
.simplicity-explained__stat-item {
  padding: 1.9801980198vw 0.8337675873vw 1.9801980198vw 1.4590932777vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__stat-item {
    padding: 2.3764853033vw 1.0006253909vw 2.3764853033vw 1.751094434vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__stat-item {
    padding: 2.6407227241vw 1.1118832523vw 2.6407227241vw 1.9457956915vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__stat-item {
    padding: 3.8038038038vw 1.6016016016vw 3.8038038038vw 2.8028028028vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__stat-item {
    padding: 8.8578088578vw 3.7296037296vw 8.8578088578vw 6.5268065268vw;
  }
}
.simplicity-explained__stat-item {
  background: var(--Grey-5, #FBFBFF);
}
.simplicity-explained__stat-item:nth-child(-n+3) {
  grid-column: span 2;
}
.simplicity-explained__stat-item:nth-child(4) {
  grid-column: 2/span 2;
}
.simplicity-explained__stat-item:nth-child(5) {
  grid-column: 4/span 2;
}
.simplicity-explained__stat-number {
  font-size: 2.3970818134vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__stat-number {
    font-size: 2.8767979987vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__stat-number {
    font-size: 3.1966643502vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__stat-number {
    font-size: 4.6046046046vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__stat-number {
    font-size: 10.7226107226vw;
  }
}
.simplicity-explained__stat-number {
  line-height: 2.3970818134vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__stat-number {
    line-height: 2.8767979987vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__stat-number {
    line-height: 3.1966643502vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__stat-number {
    line-height: 4.6046046046vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__stat-number {
    line-height: 10.7226107226vw;
  }
}
.simplicity-explained__stat-number {
  font-weight: 800;
  color: #6D5BF7;
  background: #6D5BF7;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.simplicity-explained__stat-label {
  font-size: 0.9379885357vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__stat-label {
    font-size: 1.1257035647vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__stat-label {
    font-size: 1.2508686588vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__stat-label {
    font-size: 1.8018018018vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__stat-label {
    font-size: 4.1958041958vw;
  }
}
.simplicity-explained__stat-label {
  line-height: 1.3548723293vw;
}
@media (max-width: 1919px) {
  .simplicity-explained__stat-label {
    line-height: 1.6260162602vw;
  }
}
@media (max-width: 1599px) {
  .simplicity-explained__stat-label {
    line-height: 1.8068102849vw;
  }
}
@media (max-width: 1439px) {
  .simplicity-explained__stat-label {
    line-height: 2.6026026026vw;
  }
}
@media (max-width: 999px) {
  .simplicity-explained__stat-label {
    line-height: 6.0606060606vw;
  }
}
.simplicity-explained__stat-label {
  font-weight: 400;
  margin: 0;
}

.trusted-by {
  background-color: #FFFFFF;
  padding: 2.6055237103vw 1.3027618551vw;
}
@media (max-width: 1919px) {
  .trusted-by {
    padding: 3.1269543465vw 1.5634771732vw;
  }
}
@media (max-width: 1599px) {
  .trusted-by {
    padding: 3.4746351633vw 1.7373175817vw;
  }
}
@media (max-width: 1439px) {
  .trusted-by {
    padding: 5.005005005vw 0vw;
  }
}
@media (max-width: 999px) {
  .trusted-by {
    padding: 11.655011655vw 0vw 8.8578088578vw 0vw;
  }
}
.trusted-by {
  position: relative;
}
.trusted-by::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.5633142262vw;
}
@media (max-width: 1919px) {
  .trusted-by::before {
    height: 1.8761726079vw;
  }
}
@media (max-width: 1599px) {
  .trusted-by::before {
    height: 2.084781098vw;
  }
}
@media (max-width: 1439px) {
  .trusted-by::before {
    height: 3.003003003vw;
  }
}
@media (max-width: 999px) {
  .trusted-by::before {
    height: 6.993006993vw;
  }
}
.trusted-by::before {
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.02) 50%, transparent 100%);
}
.trusted-by__logos {
  display: flex;
  gap: 40px;
  gap: 1.0422094841vw;
}
@media (max-width: 1919px) {
  .trusted-by__logos {
    gap: 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .trusted-by__logos {
    gap: 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .trusted-by__logos {
    gap: 6.006006006vw;
  }
}
@media (max-width: 999px) {
  .trusted-by__logos {
    gap: 4.662004662vw;
  }
}
.trusted-by__logos {
  height: 7.608129234vw;
}
@media (max-width: 1919px) {
  .trusted-by__logos {
    height: 9.1307066917vw;
  }
}
@media (max-width: 1599px) {
  .trusted-by__logos {
    height: 10.1459346769vw;
  }
}
@media (max-width: 1439px) {
  .trusted-by__logos {
    height: 14.6146146146vw;
  }
}
@media (max-width: 999px) {
  .trusted-by__logos {
    height: 23.7762237762vw;
  }
}
.trusted-by__logos {
  width: 13.0276185513vw;
}
@media (max-width: 1919px) {
  .trusted-by__logos {
    width: 15.6347717323vw;
  }
}
@media (max-width: 1599px) {
  .trusted-by__logos {
    width: 17.3731758165vw;
  }
}
@media (max-width: 1439px) {
  .trusted-by__logos {
    width: 25.025025025vw;
  }
}
@media (max-width: 999px) {
  .trusted-by__logos {
    width: 40.7925407925vw;
  }
}
.trusted-by__logos {
  align-items: center;
  flex-wrap: nowrap;
}
.trusted-by__logos a, .trusted-by__logos span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.608129234vw;
}
@media (max-width: 1919px) {
  .trusted-by__logos a, .trusted-by__logos span {
    min-height: 9.1307066917vw;
  }
}
@media (max-width: 1599px) {
  .trusted-by__logos a, .trusted-by__logos span {
    min-height: 10.1459346769vw;
  }
}
@media (max-width: 1439px) {
  .trusted-by__logos a, .trusted-by__logos span {
    min-height: 14.6146146146vw;
  }
}
@media (max-width: 999px) {
  .trusted-by__logos a, .trusted-by__logos span {
    min-height: 23.7762237762vw;
  }
}
.trusted-by__logos a, .trusted-by__logos span {
  min-width: 13.0276185513vw;
}
@media (max-width: 1919px) {
  .trusted-by__logos a, .trusted-by__logos span {
    min-width: 15.6347717323vw;
  }
}
@media (max-width: 1599px) {
  .trusted-by__logos a, .trusted-by__logos span {
    min-width: 17.3731758165vw;
  }
}
@media (max-width: 1439px) {
  .trusted-by__logos a, .trusted-by__logos span {
    min-width: 25.025025025vw;
  }
}
@media (max-width: 999px) {
  .trusted-by__logos a, .trusted-by__logos span {
    min-width: 40.7925407925vw;
  }
}
.trusted-by__logos.animate {
  animation: scroll-left 40s linear infinite;
  min-width: 100%;
}
.trusted-by__icon {
  transition: opacity 0.3s;
  flex-shrink: 0;
}
.trusted-by__icon:hover {
  opacity: 1;
}
.trusted-by__title_center {
  color: #1F212C;
  text-align: center;
  font-family: NunitoSans, "Nunito Sans";
  font-size: 1.8759770714vw;
}
@media (max-width: 1919px) {
  .trusted-by__title_center {
    font-size: 2.0012507817vw;
  }
}
@media (max-width: 1599px) {
  .trusted-by__title_center {
    font-size: 2.2237665045vw;
  }
}
@media (max-width: 1439px) {
  .trusted-by__title_center {
    font-size: 3.2032032032vw;
  }
}
@media (max-width: 999px) {
  .trusted-by__title_center {
    font-size: 7.4592074592vw;
  }
}
.trusted-by__title_center {
  line-height: 2.3970818134vw;
}
@media (max-width: 1919px) {
  .trusted-by__title_center {
    line-height: 2.626641651vw;
  }
}
@media (max-width: 1599px) {
  .trusted-by__title_center {
    line-height: 2.9186935372vw;
  }
}
@media (max-width: 1439px) {
  .trusted-by__title_center {
    line-height: 4.2042042042vw;
  }
}
@media (max-width: 999px) {
  .trusted-by__title_center {
    line-height: 9.7902097902vw;
  }
}
.trusted-by__title_center {
  margin-bottom: 2.0844189682vw;
}
@media (max-width: 1919px) {
  .trusted-by__title_center {
    margin-bottom: 2.7517198249vw;
  }
}
@media (max-width: 1599px) {
  .trusted-by__title_center {
    margin-bottom: 3.0576789437vw;
  }
}
@media (max-width: 1439px) {
  .trusted-by__title_center {
    margin-bottom: 4.4044044044vw;
  }
}
@media (max-width: 999px) {
  .trusted-by__title_center {
    margin-bottom: 10.2564102564vw;
  }
}
.trusted-by__title_center {
  font-weight: 500;
  font-style: normal;
}
.trusted-by .logos-scroll-wrapper .logos-track {
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 999px) {
  .trusted-by .trusted-slider__track {
    display: flex;
    transition: transform 0.35s ease;
    width: 100%;
    height: 24.07vw;
    align-items: center;
  }
}

.bottom-banners {
  display: flex;
  background: #DFDBFF;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  max-height: 26.6805627931vw;
}
@media (max-width: 1919px) {
  .bottom-banners {
    max-height: 32.0200125078vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners {
    max-height: 31.6191799861vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners {
    max-height: 45.5455455455vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners {
    max-height: 157.5757575758vw;
  }
}
.bottom-banners {
  min-height: 26.6805627931vw;
}
@media (max-width: 1919px) {
  .bottom-banners {
    min-height: 32.0200125078vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners {
    min-height: 31.6191799861vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners {
    min-height: 45.5455455455vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners {
    min-height: 157.5757575758vw;
  }
}
.bottom-banners {
  padding: 0vw 8.3376758729vw;
}
@media (max-width: 1919px) {
  .bottom-banners {
    padding: 0vw 2.5015634772vw 0vw 6.2539086929vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners {
    padding: 4.2390548992vw 2.7797081306vw 4.1000694927vw 10.4239054899vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners {
    padding: 0vw 0vw 0vw 5.005005005vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners {
    padding: 0vw 3.4965034965vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners {
    justify-content: center;
    background: #EAE6FF;
  }
}
.bottom-banners__bg-ellipsis {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  filter: blur(107px);
  width: 30.2240750391vw;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-ellipsis {
    width: 36.272670419vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-ellipsis {
    width: 40.3057678944vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-ellipsis {
    width: 58.0580580581vw;
  }
}
.bottom-banners__bg-ellipsis {
  height: 30.2240750391vw;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-ellipsis {
    height: 36.272670419vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-ellipsis {
    height: 40.3057678944vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-ellipsis {
    height: 58.0580580581vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-ellipsis {
    display: none;
  }
}
.bottom-banners__bg-ellipsis_1 {
  background: rgba(109, 91, 247, 0.2);
  width: 41.8968212611vw;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-ellipsis_1 {
    width: 50.2814258912vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-ellipsis_1 {
    width: 55.872133426vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-ellipsis_1 {
    width: 80.4804804805vw;
  }
}
.bottom-banners__bg-ellipsis_1 {
  height: 41.8968212611vw;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-ellipsis_1 {
    height: 50.2814258912vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-ellipsis_1 {
    height: 55.872133426vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-ellipsis_1 {
    height: 80.4804804805vw;
  }
}
.bottom-banners__bg-ellipsis_1 {
  top: -22.4596143825vw;
  left: -22.9286086503vw;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-ellipsis_1 {
    top: -26.9543464665vw;
    left: -40.3377110694vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-ellipsis_1 {
    top: -29.9513551077vw;
    left: -44.8227936067vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-ellipsis_1 {
    top: -43.1431431431vw;
    left: -64.5645645646vw;
  }
}
.bottom-banners__bg-ellipsis_2 {
  background: #7B69FF;
  top: -18.5513288171vw;
  left: 91.9228764982vw;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-ellipsis_2 {
    top: -29.0806754221vw;
    left: 92.9956222639vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-ellipsis_2 {
    top: -35.0938151494vw;
    left: 96.0389159138vw;
  }
}
.bottom-banners__bg-ellipsis_2 {
  opacity: 0.4;
}
@media (max-width: 1439px) {
  .bottom-banners__bg-ellipsis_2 {
    display: none;
  }
}
.bottom-banners__bg-ellipsis_3 {
  display: none;
  background: #7B69FF;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-ellipsis_3 {
    top: 27.454659162vw;
    left: 72.7954971857vw;
  }
}
.bottom-banners__bg-ellipsis_3 {
  opacity: 0.4;
}
@media (max-width: 1599px) {
  .bottom-banners__bg-ellipsis_3 {
    display: block;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-ellipsis_3 {
    display: none;
  }
}
.bottom-banners__text-block {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 2.0844189682vw;
}
@media (max-width: 1919px) {
  .bottom-banners__text-block {
    gap: 2.5015634772vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__text-block {
    gap: 2.7797081306vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__text-block {
    gap: 2.002002002vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__text-block {
    gap: 4.662004662vw;
  }
}
.bottom-banners__text-block {
  max-width: 27.2016675352vw;
}
@media (max-width: 1919px) {
  .bottom-banners__text-block {
    max-width: 31.2695434647vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__text-block {
    max-width: 31.2717164698vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__text-block {
    max-width: 35.035035035vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__text-block {
    max-width: 100%;
  }
}
.bottom-banners__text-block {
  top: -0.260552371vw;
}
@media (max-width: 1919px) {
  .bottom-banners__text-block {
    top: -0.3126954346vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__text-block {
    top: -0.9728978457vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__text-block {
    top: 0.5005005005vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__text-block {
    top: -1.6317016317vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__text-block {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 999px) {
  .bottom-banners__text-block button {
    margin-top: 4.7vw;
  }
}
@media (max-width: 430px) {
  .bottom-banners__text-block button {
    margin-top: 0;
  }
}
.bottom-banners__title {
  position: relative;
  top: 1.0422094841vw;
}
@media (max-width: 1919px) {
  .bottom-banners__title {
    top: 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__title {
    top: 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__title {
    top: -0.5005005005vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__title {
    top: 3.9627039627vw;
  }
}
.bottom-banners__title h2 {
  margin: 0;
  color: #1F212C;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  font-size: 2.5013027619vw;
}
@media (max-width: 1919px) {
  .bottom-banners__title h2 {
    font-size: 3.0018761726vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__title h2 {
    font-size: 3.3356497568vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__title h2 {
    font-size: 2.8028028028vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__title h2 {
    font-size: 6.5268065268vw;
  }
}
.bottom-banners__title h2 {
  line-height: 2.9181865555vw;
}
@media (max-width: 1919px) {
  .bottom-banners__title h2 {
    line-height: 3.502188868vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__title h2 {
    line-height: 3.8915913829vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__title h2 {
    line-height: 3.6036036036vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__title h2 {
    line-height: 8.3916083916vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__title h2 {
    font-weight: 600;
  }
}
@media (max-width: 999px) {
  .bottom-banners__title h2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.bottom-banners__title h2 {
  max-height: 9.900990099vw;
}
@media (max-width: 1919px) {
  .bottom-banners__title h2 {
    max-height: 11.8824265166vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__title h2 {
    max-height: 10.8408617095vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__title h2 {
    max-height: 14.014014014vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__title h2 {
    max-height: 48.951048951vw;
  }
}
.bottom-banners__title h2 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  padding: 0.7295466389vw 1.0422094841vw;
}
@media (max-width: 1919px) {
  .bottom-banners__title h2 span {
    padding: 0.875547217vw 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__title h2 span {
    padding: 0.9728978457vw 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__title h2 span {
    padding: 2.2022022022vw 1.6016016016vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__title h2 span {
    padding: 5.1282051282vw 3.7296037296vw;
  }
}
.bottom-banners__title h2 span {
  border-radius: 1.3548723293vw 1.3548723293vw 1.3548723293vw 0vw;
}
@media (max-width: 1919px) {
  .bottom-banners__title h2 span {
    border-radius: 1.6260162602vw 1.6260162602vw 1.6260162602vw 0vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__title h2 span {
    border-radius: 1.8068102849vw 1.8068102849vw 1.8068102849vw 0vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__title h2 span {
    border-radius: 2.2022022022vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__title h2 span {
    border-radius: 5.1282051282vw;
  }
}
.bottom-banners__title h2 span:nth-child(2) {
  z-index: 1;
  top: -1.1464304325vw;
}
@media (max-width: 1919px) {
  .bottom-banners__title h2 span:nth-child(2) {
    top: -1.4383989994vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__title h2 span:nth-child(2) {
    top: -1.5288394719vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__title h2 span:nth-child(2) {
    top: -2.002002002vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__title h2 span:nth-child(2) {
    top: -4.662004662vw;
  }
}
.bottom-banners__title h2 span:nth-child(2) {
  border-radius: 0vw 1.3548723293vw 1.3548723293vw 1.3548723293vw;
}
@media (max-width: 1919px) {
  .bottom-banners__title h2 span:nth-child(2) {
    border-radius: 0vw 1.6260162602vw 1.6260162602vw 1.6260162602vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__title h2 span:nth-child(2) {
    border-radius: 0vw 1.8068102849vw 1.8068102849vw 1.8068102849vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__title h2 span:nth-child(2) {
    border-radius: 2.2022022022vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__title h2 span:nth-child(2) {
    border-radius: 5.1282051282vw;
  }
}
.bottom-banners__description p {
  color: #1F212C;
  font-style: normal;
  font-weight: 400;
  font-size: 1.0422094841vw;
}
@media (max-width: 1919px) {
  .bottom-banners__description p {
    font-size: 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__description p {
    font-size: 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__description p {
    font-size: 2.002002002vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__description p {
    font-size: 4.662004662vw;
  }
}
.bottom-banners__description p {
  line-height: 1.6675351746vw;
}
@media (max-width: 1919px) {
  .bottom-banners__description p {
    line-height: 2.0012507817vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__description p {
    line-height: 2.2237665045vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__description p {
    line-height: 3.2032032032vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__description p {
    line-height: 7.4592074592vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__description p {
    min-width: 35.07vw;
    margin-top: 5.07vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__description p {
    text-align: center;
    max-width: 68.07vw;
  }
}
@media (max-width: 430px) {
  .bottom-banners__description p {
    max-width: 90.07vw;
  }
}
.bottom-banners__description p:last-child {
  margin: 0;
}
.bottom-banners__image-box {
  position: relative;
  z-index: 2;
  top: 10.0052110474vw;
}
@media (max-width: 1919px) {
  .bottom-banners__image-box {
    top: 12.0075046904vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__image-box {
    top: 7.2967338429vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__image-box {
    top: 11.011011011vw;
    right: -8.6086086086vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__image-box {
    display: none;
  }
}
.bottom-banners__img {
  position: absolute;
  top: -19.3032829599vw;
}
@media (max-width: 1919px) {
  .bottom-banners__img {
    top: -19.0744215134vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__img {
    top: -13.9680333565vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__img {
    top: -20.6876876877vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__img {
    top: -8.1585081585vw;
  }
}
.bottom-banners__img {
  right: 4.7941636269vw;
}
@media (max-width: 1919px) {
  .bottom-banners__img {
    right: 8.880550344vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__img {
    right: 3.2661570535vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__img {
    right: -4.8048048048vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__img {
    right: -8.1585081585vw;
  }
}
.bottom-banners__img {
  display: block;
  width: 46.0135487233vw;
}
@media (max-width: 1919px) {
  .bottom-banners__img {
    width: 46.8417761101vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__img {
    width: 45.5872133426vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__img {
    width: 65.6656656657vw;
  }
}
.bottom-banners__img {
  height: auto;
}
@media (max-width: 1919px) {
  .bottom-banners__img {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__img {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__img {
    height: auto;
  }
}
@media (max-width: 999px) {
  .bottom-banners__img {
    display: none;
  }
}
.bottom-banners__bg-left {
  position: absolute;
  z-index: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: rotate(0deg);
  top: -2.292860865vw;
  left: -5.3673788431vw;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-left {
    top: -2.8767979987vw;
    right: 33.3333333333vw;
    left: initial;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-left {
    top: -1.1813759555vw;
    right: 33.2175121612vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-left {
    top: -10.4104104104vw;
    right: 34.034034034vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-left {
    top: -6.993006993vw;
    right: 50%;
  }
}
.bottom-banners__bg-left {
  width: 65.2944241793vw;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-left {
    width: 78.3614759225vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-left {
    width: 87.0743571925vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-left {
    width: 125.4254254254vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-left {
    width: 171.5617715618vw;
  }
}
.bottom-banners__bg-left {
  height: auto;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-left {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-left {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-left {
    height: auto;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-left {
    height: auto;
  }
}
.bottom-banners__bg-left {
  border: 9.4841063054vw solid rgba(192, 185, 246, 0.6117647059);
}
@media (max-width: 1919px) {
  .bottom-banners__bg-left {
    border: 11.3821138211vw solid rgba(192, 185, 246, 0.6117647059);
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-left {
    border: 12.6476719944vw solid rgba(192, 185, 246, 0.6117647059);
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-left {
    border: 18.2182182182vw solid rgba(192, 185, 246, 0.6117647059);
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-left {
    border: 30.0699300699vw solid #DFDBFF;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-left {
    transform: translateX(50%);
    opacity: 0.9;
  }
}
.bottom-banners__bg-ring {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: rotate(0deg);
  top: -4.1167274622vw;
  left: 30.5367378843vw;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-ring {
    top: -4.8780487805vw;
    right: -4.6278924328vw;
    left: initial;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-ring {
    top: -5.8373870744vw;
    right: -11.0493398193vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-ring {
    top: -8.8088088088vw;
    right: -13.5135135135vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-ring {
    top: -6.993006993vw;
    right: 50%;
  }
}
.bottom-banners__bg-ring {
  width: 65.1380927566vw;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-ring {
    width: 78.4076923077vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-ring {
    width: 87.1257123002vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-ring {
    width: 125.4993993994vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-ring {
    width: 171.5617715618vw;
  }
}
.bottom-banners__bg-ring {
  height: auto;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-ring {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-ring {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-ring {
    height: auto;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-ring {
    height: auto;
  }
}
.bottom-banners__bg-ring {
  border: 9.4841063054vw solid #D8D4FF;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-ring {
    border: 11.3821138211vw solid #D8D4FF;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-ring {
    border: 12.6476719944vw solid #D8D4FF;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-ring {
    border: 18.2182182182vw solid #D8D4FF;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-ring {
    border: 30.0699300699vw solid #DFDBFF;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-ring {
    transform: translateX(50%);
  }
}
.bottom-banners__bg-text {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1/1;
  transform: rotate(0deg);
  top: -22.8764981761vw;
  right: 0.9900990099vw;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-text {
    top: -27.3295809881vw;
    right: -8.2551594747vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-text {
    top: -31.06323836vw;
    right: -15.4968728284vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-text {
    top: -45.4454454454vw;
    right: -20.4204204204vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-text {
    top: 0.6993006993vw;
    right: 50%;
  }
}
.bottom-banners__bg-text {
  width: 72.2251172486vw;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-text {
    width: 86.3039399625vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-text {
    width: 96.3168867269vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-text {
    width: 138.7387387387vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-text {
    width: 156.8764568765vw;
  }
}
.bottom-banners__bg-text {
  height: auto;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-text {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-text {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-text {
    height: auto;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-text {
    height: auto;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-text {
    display: none;
  }
}
.bottom-banners__bg-text_mob {
  display: none;
}
@media (max-width: 999px) {
  .bottom-banners__bg-text_mob {
    display: block;
    transform: translateX(50%);
  }
}
.bottom-banners__bg-text-left {
  position: absolute;
  z-index: 0;
  aspect-ratio: 1/1;
  transform: rotate(0deg);
  top: -20.0104220948vw;
  right: 29.3903074518vw;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-text-left {
    top: -23.01438399vw;
    right: 24.765478424vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-text-left {
    top: -24.6699096595vw;
    right: 22.5156358582vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-text-left {
    top: -40.6406406406vw;
    right: 17.2172172172vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-text-left {
    top: 0.6993006993vw;
    right: 50%;
  }
}
.bottom-banners__bg-text-left {
  width: 71.2871287129vw;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-text-left {
    width: 78.3614759225vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-text-left {
    width: 87.0743571925vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-text-left {
    width: 125.4254254254vw;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-text-left {
    width: 156.8764568765vw;
  }
}
.bottom-banners__bg-text-left {
  height: auto;
}
@media (max-width: 1919px) {
  .bottom-banners__bg-text-left {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__bg-text-left {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__bg-text-left {
    height: auto;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-text-left {
    height: auto;
  }
}
@media (max-width: 999px) {
  .bottom-banners__bg-text-left {
    display: none;
  }
}
.bottom-banners__bg-text-left_mob {
  display: none;
}
@media (max-width: 999px) {
  .bottom-banners__bg-text-left_mob {
    display: block;
    transform: translateX(50%);
  }
}
.bottom-banners__iphone {
  position: absolute;
}
.bottom-banners__iphone_1 {
  z-index: 2;
  right: 48.983845753vw;
  bottom: 0vw;
}
@media (max-width: 1919px) {
  .bottom-banners__iphone_1 {
    right: 47.779862414vw;
    bottom: 0vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__iphone_1 {
    right: 41.4871438499vw;
    bottom: 0vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__iphone_1 {
    right: 37.7377377377vw;
    bottom: 0vw;
  }
}
.bottom-banners__iphone_1 {
  width: 16.4147993747vw;
}
@media (max-width: 1919px) {
  .bottom-banners__iphone_1 {
    width: 16.7604752971vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__iphone_1 {
    width: 16.2612925643vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__iphone_1 {
    width: 23.4234234234vw;
  }
}
.bottom-banners__iphone_1 {
  height: auto;
}
@media (max-width: 1919px) {
  .bottom-banners__iphone_1 {
    height: auto;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__iphone_1 {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__iphone_1 {
    height: auto;
  }
}
@media (max-width: 430px) {
  .bottom-banners__iphone_1 {
    display: none;
  }
}
@media (max-width: 999px) {
  .bottom-banners__iphone_1 {
    display: none;
  }
}
.bottom-banners__iphone_2 {
  z-index: 2;
  top: 0vw;
  right: 5.836373111vw;
  width: 16.3105784263vw;
  height: auto;
}
@media (max-width: 1919px) {
  .bottom-banners__iphone_2 {
    display: none;
  }
}
.bottom-banners__iphone_2-mob {
  display: none;
}
@media (max-width: 1919px) {
  .bottom-banners__iphone_2-mob {
    display: block;
    z-index: 2;
    top: 0vw;
    right: 5.836373111vw;
    width: 16.3105784263vw;
    height: auto;
  }
}
@media (max-width: 1919px) and (max-width: 1919px) {
  .bottom-banners__iphone_2-mob {
    top: 2.5015634772vw;
    right: 3.8148843027vw;
  }
}
@media (max-width: 1919px) and (max-width: 1599px) {
  .bottom-banners__iphone_2-mob {
    top: 2.7797081306vw;
    right: -1.3203613621vw;
  }
}
@media (max-width: 1919px) and (max-width: 1919px) {
  .bottom-banners__iphone_2-mob {
    width: 16.6353971232vw;
  }
}
@media (max-width: 1919px) and (max-width: 1599px) {
  .bottom-banners__iphone_2-mob {
    width: 16.191799861vw;
  }
}
@media (max-width: 1919px) and (max-width: 1919px) {
  .bottom-banners__iphone_2-mob {
    height: auto;
  }
}
@media (max-width: 1919px) and (max-width: 1599px) {
  .bottom-banners__iphone_2-mob {
    height: auto;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__iphone_2-mob {
    display: none;
  }
}
.bottom-banners__iphone_hands {
  top: 17.4570088588vw;
  right: 34.0281396561vw;
}
@media (max-width: 1919px) {
  .bottom-banners__iphone_hands {
    top: 21.7636022514vw;
    right: 28.2676672921vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__iphone_hands {
    top: 27.7970813065vw;
    right: 27.3801250869vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__iphone_hands {
    top: 41.8418418418vw;
    right: 25.3253253253vw;
  }
}
.bottom-banners__iphone_hands {
  width: 19.4893173528vw;
}
@media (max-width: 1919px) {
  .bottom-banners__iphone_hands {
    width: 15.3846153846vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__iphone_hands {
    width: 16.4002779708vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__iphone_hands {
    width: 21.4214214214vw;
  }
}
.bottom-banners__iphone_hands {
  height: 16.1542470036vw;
}
@media (max-width: 1919px) {
  .bottom-banners__iphone_hands {
    height: 10.0062539087vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__iphone_hands {
    height: 11.1188325226vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__iphone_hands {
    height: auto;
  }
}
@media (max-width: 999px) {
  .bottom-banners__iphone_hands {
    display: none;
  }
}
.bottom-banners__star {
  position: absolute;
  z-index: 3;
}
@media (max-width: 999px) {
  .bottom-banners__star {
    display: none;
  }
}
.bottom-banners__star_1 {
  right: 23.2933819698vw;
  bottom: 0.8337675873vw;
}
@media (max-width: 1919px) {
  .bottom-banners__star_1 {
    right: 21.3883677298vw;
    bottom: 0.6879299562vw;
  }
}
.bottom-banners__star_1 {
  width: 1.6675351746vw;
}
@media (max-width: 1919px) {
  .bottom-banners__star_1 {
    width: 2.0012507817vw;
  }
}
.bottom-banners__star_1 {
  height: 1.6675351746vw;
}
@media (max-width: 1919px) {
  .bottom-banners__star_1 {
    height: 2.0012507817vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__star_1 {
    display: none;
  }
}
.bottom-banners__star_2 {
  right: 18.0823345492vw;
  bottom: 0.3647733194vw;
}
@media (max-width: 1919px) {
  .bottom-banners__star_2 {
    right: 15.1344590369vw;
    bottom: 0.1250781739vw;
  }
}
.bottom-banners__star_2 {
  width: 2.6055237103vw;
}
@media (max-width: 1919px) {
  .bottom-banners__star_2 {
    width: 3.1269543465vw;
  }
}
.bottom-banners__star_2 {
  height: 2.6055237103vw;
}
@media (max-width: 1919px) {
  .bottom-banners__star_2 {
    height: 3.1269543465vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__star_2 {
    display: none;
  }
}
.bottom-banners__star_3 {
  right: 72.4335591454vw;
  bottom: 4.064616988vw;
}
@media (max-width: 1919px) {
  .bottom-banners__star_3 {
    right: 76.98561601vw;
    bottom: 4.8780487805vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__star_3 {
    right: 52.952952953vw;
    bottom: 33.6336336336vw;
  }
}
.bottom-banners__star_3 {
  width: 3.6998436686vw;
}
@media (max-width: 1919px) {
  .bottom-banners__star_3 {
    width: 4.440275172vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__star_3 {
    width: 4.9339819319vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__star_3 {
    width: 3.6036036036vw;
  }
}
.bottom-banners__star_3 {
  height: 3.6998436686vw;
}
@media (max-width: 1919px) {
  .bottom-banners__star_3 {
    height: 4.440275172vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__star_3 {
    height: 4.9339819319vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__star_3 {
    height: 3.6036036036vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__star_3 {
    display: none;
  }
}
.bottom-banners__star_4 {
  top: 2.0844189682vw;
  right: 61.8551328817vw;
}
@media (max-width: 1919px) {
  .bottom-banners__star_4 {
    top: 2.5015634772vw;
    right: 64.2276422764vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__star_4 {
    top: 10.9109109109vw;
    right: 55.1551551552vw;
  }
}
.bottom-banners__star_4 {
  width: 2.6576341845vw;
}
@media (max-width: 1919px) {
  .bottom-banners__star_4 {
    width: 3.1894934334vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__star_4 {
    width: 3.5441278666vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__star_4 {
    width: 5.005005005vw;
  }
}
.bottom-banners__star_4 {
  height: 2.6576341845vw;
}
@media (max-width: 1919px) {
  .bottom-banners__star_4 {
    height: 3.1894934334vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__star_4 {
    height: 3.5441278666vw;
  }
}
@media (max-width: 1439px) {
  .bottom-banners__star_4 {
    height: 5.005005005vw;
  }
}
@media (max-width: 1599px) {
  .bottom-banners__star_4 {
    display: none;
  }
}

@media (max-width: 999px) {
  .button-primary-hero {
    margin-top: 4.7vw;
  }
}
@media (max-width: 430px) {
  .button-primary-hero {
    margin-top: 4.7vw;
  }
}
