*,
*::before,
*::after {
  box-sizing: border-box;
}

:where(ul, ol):where([class]) {
  padding-left: 0;
}

body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0;
}

[data-js-deposit-multiply-word],
[data-js-deposit-multiply-round],
[data-js-deposit-multiply-bignumber],
[data-js-deposit-multiply],
[data-js-deposit-multiply] {
  white-space: nowrap;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

:where(ul[class]) {
  list-style: none;
}

p {
  --paragraphMarginBottom: 24px;
  margin-block: 0;
}

p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom);
}

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

input,
textarea,
select,
button {
  font: inherit;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  line-height: 1.5;
}

svg * {
  transition-property: fill, stroke;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
dialog {
  padding: 0;
}

ol[class]:not(.ol),
ul[class]:not(.ul) {
  list-style: none;
}
:root {
  --clr-accent: #5674e9;
  --clr-accent-alt: #3a48e0;
  --clr-dark: #222222;
  --clr-black: #0c1a27;
  --clr-white: #ffffff;
  --clr-white-alt: #f5f5f5;
  --clr-white-01: rgba(255, 255, 255, 0.1);
  --clr-white-03: rgba(255, 255, 255, 0.3);
  --clr-white-04: rgba(255, 255, 255, 0.4);
  --clr-white-05: rgba(255, 255, 255, 0.5);
  --clr-bg: #0d1b28;
  --disable-pagination: #2e4380;
  --rd-gradient-button: radial-gradient(
    48.29% 190.83% at 50% 216.67%,
    #fcfcff 0%,
    var(--clr-accent-alt) 100%
  );
  --ln-gradient-accent: linear-gradient(149deg, var(--clr-accent) 18.57%, #304183 111.7%);
  --bf-blur-s: blur(17px);
  --bf-blur-xs: blur(12px);
  --bsw-form: 0 0 3.75rem 0 rgba(86, 116, 233, 0.2);
  --brd-white: 0.0625rem solid var(--clr-white);
  --brd-header: 0.125rem solid var(--clr-white-01);
  --brd-form: 0.125rem solid var(--clr-white-04);
  --brd-button: 0.0625rem solid rgba(237, 241, 255, 0.15);
  --brd-rd-circle: 50%;
  --brd-rd-xxl: 5rem;
  --brd-rd-xl: 2.5rem;
  --brd-rd-l: 2.25rem;
  --brd-rd-m: 2rem;
  --brd-rd-s: 1.25rem;
  --brd-rd-xs: 1rem;
  --ff-base: "SF Pro Display", sans-serif;
  --container-width: 73.75rem;
  --container-padding-x: 1rem;
  --transition-duration: 0.2s;
  --transition-duration-lg: 0.4s;
  --transition-duration-xl: 0.8s;
}

.container {
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(100%) !important;
          clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

@media (width <= 37.56125rem) {
  .hidden-mobile-s {
    display: none !important;
  }
}

@media (width > 37.56125rem) {
  .visible-mobile-s {
    display: none !important;
  }
}

@media (width <= 47.99875rem) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (width > 47.99875rem) {
  .visible-mobile {
    display: none !important;
  }
}

@media (width <= 63.99875rem) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (width > 63.99875rem) {
  .visible-tablet {
    display: none !important;
  }
}

@media (width <= 90.06125rem) {
  .hidden-laptop {
    display: none !important;
  }
}

@media (width > 90.06125rem) {
  .visible-laptop {
    display: none !important;
  }
}

.absolute-copyright {
  position: absolute;
  bottom: 2rem;
  padding-inline: 1.5rem;
  width: 100%;
}

.separator {
  display: block;
  background-color: var(--clr-white);
  opacity: 0.1;
}

html {
  scroll-behavior: smooth;
  scroll-margin-top: 10rem;
}

body {
  font-size: clamp(0.875rem, 0.8431372549rem + 0.1307189542vw, 1rem);
  display: flex;
  flex-direction: column;
  font-family: var(--ff-base);
  color: var(--clr-white);
  background-color: var(--clr-bg);
}

main {
  flex-grow: 1;
  overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--clr-white);
}

h1,
.h1 {
  font-size: 2rem;
  font-weight: 700;
}

h2,
.h2 {
  font-size: clamp(1.25rem, 1.0588235294rem + 0.7843137255vw, 2rem);
}

h3,
.h3 {
  font-size: 1.25rem;
}

a,
button,
label,
input,
textarea,
select,
svg * {
  transition-duration: var(--transition-duration);
  cursor: pointer;
}

hr {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}
a[class] {
  text-decoration: none;
}

img,
svg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

:focus-visible {
  outline: 2px dashed var(--color-white);
  outline-offset: 4px;
  transition-duration: 0s !important;
}

::-webkit-scrollbar {
  width: 0.625rem;
}

::-webkit-scrollbar-track {
  background-color: var(--clr-black);
  border-left: var(--brd-white-alt);
}

::-webkit-scrollbar-thumb {
  background-color: var(--clr-accent);
  cursor: pointer;
}

::-moz-selection {
  background-color: rgba(57, 77, 206, 0.7);
  color: var(--clr-white);
}

::selection {
  background-color: rgba(57, 77, 206, 0.7);
  color: var(--clr-white);
}

[data-js-deposit],
[data-js-deposit-multiply],
[data-js-deposit-multiply-word],
[data-js-deposit-multiply-round],
[data-js-deposit-multiply-bignumber],
[data-js-deposit-multiply-bignumber-noword],
[data-js-deposit-round-up] {
  white-space: nowrap;
}

img[data-js-fade-in] {
  transform: scale(1.05);
  opacity: 0;
  transition-duration: var(--transition-duration-lg);
}

img[data-js-fade-in].is-loaded {
  opacity: 1;
  transform: scale(1);
}

.logo {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  color: var(--clr-white);
  font-family: var(--ff-logo);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.logo::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  background: url("logo.svg") no-repeat center center/contain;
}

.button {
  position: relative;
  width: 100%;
  max-width: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(1rem, 0.9362745098rem + 0.2614379085vw, 1.25rem) 1.25rem;
  color: var(--clr-white);
  border-radius: var(--brd-rd-s);
  border: var(--brd-button);
  background: var(--rd-gradient-button);
  transition-duration: var(--transition-duration-lg);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 10;
}
@media (any-hover: hover) {
  .button:hover {
    transform: rotate(2deg);
  }
}
@media (any-hover: none) {
  .button:active {
    transform: rotate(2deg);
  }
}

.button-play {
  --brd-rd-button-play: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 2rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  outline: 0.25rem solid var(--clr-accent-alt);
  outline-offset: 0.25rem;
  border-radius: var(--brd-rd-button-play);
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5rem 0.75rem;
  transition-duration: var(--transition-duration);
  z-index: 2;
}
.button-play__title {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.button-play__btn {
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: var(--brd-rd-button-play);
  border: 0.0625rem solid var(--clr-white-01);
}
@media (any-hover: hover) {
  .button-play__btn:hover {
    background-color: var(--clr-white-01);
  }
}
@media (any-hover: none) {
  .button-play__btn:active {
    background-color: var(--clr-white-01);
  }
}

.header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 68.75rem;
  z-index: 100;
  transition-duration: var(--transition-duration-lg);
}
@media (width <= 63.99875rem) {
  .header__button {
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 8.75rem;
  }
}
.header__inner {
  margin-top: 3.5rem;
  transition-duration: var(--transition-duration-xl);
}
@media (width > 63.99875rem) {
  .header__inner {
    animation-name: scrolling-header-padding;
    animation-fill-mode: both;
    animation-timeline: scroll();
    animation-range: 0 31.25rem;
  }
  @keyframes scrolling-header-padding {
    to {
      margin-top: 1.5rem;
    }
  }
}
@media (width <= 63.99875rem) {
  .header__inner {
    margin-top: 0.6875rem;
  }
}
.header__content {
  background-color: rgba(24, 45, 65, 0.8);
  border: var(--brd-header);
  border-radius: var(--brd-rd-s);
  -webkit-backdrop-filter: var(--bf-blur-xs);
          backdrop-filter: var(--bf-blur-xs);
  padding: 1.25rem clamp(1.25rem, 0.931372549rem + 1.3071895425vw, 2.5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.header__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.header__item-link {
  display: block;
  color: var(--clr-white);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (any-hover: hover) {
  .header__item-link:hover {
    color: var(--clr-accent);
    transform: rotate(2deg);
  }
}
@media (any-hover: none) {
  .header__item-link:active {
    color: var(--clr-accent);
    transform: rotate(2deg);
  }
}

.header.is-hidden .header__inner {
  opacity: 0;
  transform: translateY(-100%);
}

.header.is-visible .header__inner {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  position: relative;
  padding-bottom: 2rem;
}
.footer::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0;
  width: 100%;
  max-width: 81.25rem;
  height: 34.375rem;
  background-image: url("img.png"), radial-gradient(circle at center bottom, var(--clr-accent) 0%, transparent 70%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (width <= 63.99875rem) {
  .footer__list {
    gap: 0.5rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer__item {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
}

@media (width > 63.99875rem) {
  [data-js-time-year]::after {
    content: ",";
  }
}
.welcome {
  position: relative;
  padding-top: 1.5rem;
  padding-inline: 1.5rem;
}
@media (width <= 63.99875rem) {
  .welcome {
    padding: 0;
  }
}
.welcome::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -31.25rem;
  width: 187.5rem;
  height: 218.75rem;
  pointer-events: none;
  z-index: -1;
}
.welcome__wrapper {
  position: relative;
  max-width: 125rem;
  margin-inline: auto;
  overflow: hidden;
  border-radius: var(--brd-rd-l);
  transition-duration: var(--transition-duration-xl);
}
@media (width <= 63.99875rem) {
  .welcome__wrapper {
    overflow: unset;
  }
}
.welcome__video {
  width: 100%;
  height: 56.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--brd-rd-l);
  opacity: 0.8;
  z-index: 0;
  pointer-events: none;
  transition-duration: var(--transition-duration-xl);
  will-change: opacity, transform, max-width, height;
}
@media (width <= 63.99875rem) {
  .welcome__video {
    height: 46.25rem;
    opacity: 0.2;
    border-radius: unset;
  }
}
.welcome__inner {
  position: relative;
  max-width: 68.75rem;
  padding-block: 11.25rem;
}
.welcome__content {
  display: flex;
  justify-content: space-between;
  align-items: end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  position: relative;
  transition-duration: var(--transition-duration-xl);
  z-index: 2;
}
@media (width <= 63.99875rem) {
  .welcome__content {
    flex-direction: column;
  }
}
.welcome__content.is-hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
.welcome__text {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  max-width: 33.75rem;
  padding-bottom: 1.75rem;
  transition-duration: var(--transition-duration-lg);
}
@media (width <= 63.99875rem) {
  .welcome__text {
    margin-inline: auto;
  }
}
.welcome__text.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.welcome__title {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  color: var(--clr-white);
}
.welcome__title-sm {
  font-size: clamp(1.25rem, 1.1862745098rem + 0.2614379085vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.4px;
}
.welcome__title-lg {
  font-size: clamp(2.5rem, 2.0539215686rem + 1.8300653595vw, 4.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.welcome__title-lg span {
  color: var(--clr-accent);
}
@media (width <= 63.99875rem) {
  .welcome__title-lg span {
    color: var(--clr-white);
  }
}
.welcome__separator {
  display: block;
  width: 100%;
  max-width: 21.25rem;
  height: 0.0625rem;
  background-color: var(--clr-white);
}
@media (width <= 63.99875rem) {
  .welcome__separator {
    opacity: 0.1;
  }
}
.welcome__description {
  font-size: clamp(1rem, 0.9681372549rem + 0.1307189542vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}
.welcome__description-transparent {
  color: var(--clr-white-03);
}
.welcome__description-active span {
  color: var(--clr-accent);
}
@media (width <= 63.99875rem) {
  .welcome__description-transparent {
    color: var(--clr-white);
  }
  .welcome__description-active span {
    color: var(--clr-white);
  }
}
.welcome__scroll {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: absolute;
  left: 50%;
  translate: -50%;
  text-align: center;
  bottom: 2rem;
  align-items: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
  transition-duration: var(--transition-duration-lg);
}
@media (width <= 63.99875rem) {
  .welcome__scroll {
    bottom: 105%;
  }
}
@media (width <= 63.99875rem) {
  .welcome__scroll::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("../icons/icon-swipe.svg");
  }
}
.welcome__form {
  transition-duration: var(--transition-duration-xl);
  z-index: 20;
}
@media (width <= 63.99875rem) {
  .welcome__form {
    position: absolute;
    transform: translateY(30rem);
    width: 100%;
  }
}
.welcome .welcome__play-btn,
.welcome .welcome__preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 9.375rem;
  height: 9.375rem;
  z-index: 3;
  transition: opacity var(--transition-duration-lg);
}
.welcome .welcome__play-btn {
  background-color: var(--clr-accent);
  mask: url("../icons/icon-play.svg") center/contain no-repeat;
  -webkit-mask: url("../icons/icon-play.svg") center/contain no-repeat;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.welcome .welcome__play-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.welcome .welcome__play-btn:hover {
  background-color: var(--clr-dark);
}
@media (width <= 63.99875rem) {
  .welcome .welcome__play-btn {
    width: 6.25rem;
    height: 6.25rem;
    top: calc(14.5625rem + 6.25rem);
  }
}
@media (width <= 37.56125rem) {
  .welcome .welcome__play-btn {
    width: 3.125rem;
    height: 3.125rem;
    top: calc(8.3125rem + 6.25rem);
  }
}
.welcome .welcome__preloader {
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 9.375rem;
  height: 9.375rem;
  z-index: 3;
}
.welcome .welcome__preloader.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media (width <= 63.99875rem) {
  .welcome .welcome__preloader {
    width: 3.125rem;
    height: 3.125rem;
    top: calc(8.3125rem + 6.25rem);
  }
}
.welcome.is-active .welcome__play-btn {
  z-index: 11;
}
.welcome.is-active .welcome__play-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.welcome.is-active .welcome__video {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
@media (width <= 63.99875rem) {
  .welcome.is-active .welcome__video {
    height: 25rem;
    margin-inline: auto;
    margin-top: 8.3125rem;
    border-radius: var(--brd-rd-s);
  }
}
@media (width <= 37.56125rem) {
  .welcome.is-active .welcome__video {
    height: 12.5rem;
  }
}
.welcome.is-active .welcome__text {
  transform: translateY(-100%);
  opacity: 0;
}
.welcome.is-active .welcome__scroll {
  opacity: 0;
}
.welcome.is-active .welcome__content {
  pointer-events: none;
}
@media (width > 63.99875rem) {
  .welcome.is-active .welcome__content {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@media (width <= 63.99875rem) {
  .welcome.is-active .welcome__content {
    opacity: 1;
  }
}
@media (width <= 63.99875rem) {
  .welcome.is-active .welcome__form {
    transform: translateY(23.5rem);
    pointer-events: auto;
  }
}
@media (width <= 37.56125rem) {
  .welcome.is-active .welcome__form {
    transform: translateY(10.5rem);
  }
}
@media (width <= 63.99875rem) {
  .welcome.is-active .video {
    padding-inline: 1rem;
  }
}
@media (width > 63.99875rem) {
  .welcome.is-active .button-play {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity var(--transition-duration-lg);
  }
}

.video {
  position: absolute;
  top: 0;
  width: 100%;
  transition-duration: var(--transition-duration-xl);
}

.loader {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border: 0.25rem solid var(--clr-white-03);
  border-top: 0.25rem solid var(--clr-accent);
  border-radius: var(--brd-rd-circle);
  animation: spin 1s linear infinite;
}
@media (width <= 63.99875rem) {
  .loader {
    width: 2rem;
    height: 2rem;
    border-width: 0.1875rem;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about {
  margin-top: 5rem;
}
@media (width <= 63.99875rem) {
  .about {
    margin-top: 34.375rem;
  }
}
@media (width <= 37.56125rem) {
  .about {
    margin-top: 22.1875rem;
  }
}
.about__content {
  margin-top: 3rem;
}
@media (width <= 63.99875rem) {
  .about__content {
    margin-top: 7.5rem;
  }
}
.about__description {
  font-size: clamp(0.875rem, 0.8431372549rem + 0.1307189542vw, 1rem);
  max-width: 40rem;
  margin-inline: auto;
  text-wrap: balance;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  color: var(--clr-white-05);
}
@media (width <= 63.99875rem) {
  .about__description {
    text-wrap: unset;
    margin-top: 4.25rem;
    padding-inline: 1.25rem;
  }
  .about__description br {
    display: none;
  }
}
.about__slide {
  padding: 3.75rem 4rem;
  opacity: 0.2;
}
@media (width <= 63.99875rem) {
  .about__slide {
    padding: 0;
  }
}
.about__slide.is-active {
  opacity: 1;
  transition-duration: 0.8s;
}
@media (width <= 63.99875rem) {
  .about__slide.is-active {
    transition-duration: 0.5s;
  }
}
.about__slide.is-next, .about__slide.is-prev {
  padding-inline: 0;
}
.about__slide.is-next.about-card {
  margin-left: 0 !important;
}
.about__track {
  overflow: visible !important;
}

#about-slider .splide__pagination {
  bottom: -2.25rem;
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
#about-slider .splide__pagination li button {
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--disable-pagination);
  margin: 0;
}
#about-slider .splide__pagination li button.is-active {
  background-color: var(--clr-accent);
  transform: scale(1);
}

.about-card {
  position: relative;
  width: 100%;
  max-width: 61.25rem;
  margin-inline: auto;
  padding: 5.125rem 3.5rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-radius: var(--brd-rd-xl);
  background: var(--clr-white-alt);
}
@media (width <= 63.99875rem) {
  .about-card {
    padding: 7.5rem 1rem 2rem;
    min-height: 18.3125rem;
  }
}
.about-card__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  flex: 1;
}
@media (width <= 63.99875rem) {
  .about-card__content {
    justify-content: center;
  }
}
.about-card__text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 25rem;
}
@media (width <= 63.99875rem) {
  .about-card__text {
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }
}
.about-card__text-title {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: var(--clr-accent);
}
.about-card__text-title::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.about-card__text-description {
  font-size: clamp(0.875rem, 0.8431372549rem + 0.1307189542vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--clr-dark);
}
@media (width <= 63.99875rem) {
  .about-card__text-description br {
    display: none;
  }
}
.about-card__image {
  position: absolute;
  right: 0;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  width: 25rem;
  height: 25rem;
}
@media (width <= 63.99875rem) {
  .about-card__image {
    position: absolute;
    left: 50%;
    translate: -50%;
    width: 12.5rem;
    height: 12.5rem;
    top: -5rem;
  }
}
.about-card__image > img {
  width: 25rem;
  height: 25rem;
}
@media (width <= 63.99875rem) {
  .about-card__image > img {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.about-card__pagination {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 0.25rem;
  height: 0.25rem;
  position: relative;
  border-radius: var(--brd-rd-circle);
  background-color: #d5dbf3;
}
.about-card__pagination::before, .about-card__pagination::after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  left: 0;
  border-radius: var(--brd-rd-circle);
  background-color: #d5dbf3;
}
.about-card__pagination::before {
  top: calc(-1 * 0.75rem);
}
.about-card__pagination::after {
  top: 0.75rem;
}
.about-card__pagination[data-pagination=top]::before {
  background-color: var(--clr-accent);
}
.about-card__pagination[data-pagination=middle] {
  background-color: var(--clr-accent);
}
.about-card__pagination[data-pagination=bottom]::after {
  background-color: var(--clr-accent);
}

.instructions {
  position: relative;
  margin-top: 7.5rem;
}
@media (width <= 63.99875rem) {
  .instructions {
    margin-top: 6.5625rem;
  }
}
.instructions__inner {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.instructions__content {
  width: 100%;
}
.instructions__list {
  width: 100%;
  display: flex;
  gap: 1.25rem;
}
@media (width <= 63.99875rem) {
  .instructions__list {
    flex-direction: column;
  }
}
.instructions__item:nth-child(1), .instructions__item:nth-child(2) {
  flex: 0 0 17.5rem;
  max-width: 17.5rem;
}
@media (width <= 63.99875rem) {
  .instructions__item:nth-child(1), .instructions__item:nth-child(2) {
    max-width: 100%;
    flex: unset;
  }
}
.instructions__item:nth-child(3) {
  flex: 1;
}

.instruction-card {
  position: relative;
  width: 100%;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.5rem;
  border-radius: var(--brd-rd-s);
}
.instructions__item:nth-child(1) .instruction-card {
  background-color: var(--clr-white-03);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.instructions__item:nth-child(2) .instruction-card {
  background-color: var(--clr-white);
}
.instructions__item:nth-child(3) .instruction-card {
  background: var(--ln-gradient-accent);
}
@media (width <= 63.99875rem) {
  .instructions__item:nth-child(3) .instruction-card {
    height: 100%;
    min-height: 22.5rem;
  }
}
.instruction-card__header {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.32px;
  color: var(--clr-white-05);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.instructions__item:nth-child(2) .instruction-card__header {
  color: var(--clr-dark);
  opacity: 0.5;
}
.instruction-card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
@media (width > 63.99875rem) {
  .instruction-card__body {
    height: 8.4375rem;
  }
}
.instruction-card__title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.48px;
}
@media (width <= 63.99875rem) {
  .instruction-card__title {
    font-size: 2rem;
  }
}
.instructions__item:nth-child(2) .instruction-card__title {
  color: var(--clr-accent);
}
.instruction-card__description {
  max-width: 14.5rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.32px;
}
@media (width <= 63.99875rem) {
  .instruction-card__description {
    font-size: 1rem;
  }
}
.instructions__item:nth-child(2) .instruction-card__description {
  color: var(--clr-dark);
}
.instruction-card__image {
  display: contents;
}
.instruction-card__image img {
  position: absolute;
  bottom: 0;
  right: 0;
  flex-shrink: 0;
}
@media (width <= 63.99875rem) {
  .instruction-card__image img {
    bottom: 5.1875rem;
    width: 12.5rem;
  }
}
.instruction-card__image::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  right: 10rem;
  width: 7.1875rem;
  height: 5.4375rem;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 10;
}
@media (width <= 63.99875rem) {
  .instruction-card__image::before {
    width: 9.375rem;
    height: 7.1875rem;
    top: -0.625rem;
    right: 3.125rem;
  }
}
.instruction-card__image::after {
  content: "";
  position: absolute;
  width: 5.625rem;
  height: 5.625rem;
  top: 1.25rem;
  right: 0.25rem;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 10;
}
@media (width <= 63.99875rem) {
  .instruction-card__image::after {
    top: 30%;
  }
}

.help {
  --transition-animation-time: transform 1.5s ease-out, opacity 1.2s ease-out;
  position: relative;
  margin-top: 12rem;
  padding-bottom: 15.25rem;
}
@media (width <= 63.99875rem) {
  .help {
    margin-top: 11.4375rem;
    padding-bottom: 14.0625rem;
  }
}
.help::before {
  content: "";
  position: absolute;
  top: -37.5rem;
  left: -62.5rem;
  width: 100rem;
  height: 118.75rem;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateX(-100%) rotate(0deg);
  opacity: 0;
  transition: var(--transition-animation-time);
}
@media (width <= 63.99875rem) {
  .help::before {
    width: 30.625rem;
    height: 35rem;
    left: 50%;
    transform: translateX(-50%) !important;
    top: unset;
    bottom: 100%;
    opacity: 1;
  }
}
.help::after {
  content: "";
  position: absolute;
  top: -62.5rem;
  right: -50rem;
  width: 100rem;
  height: 118.75rem;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateX(100%) rotate(0deg);
  opacity: 0;
  transition: var(--transition-animation-time);
}
@media (width <= 63.99875rem) {
  .help::after {
    width: 49.375rem;
    height: 56.25rem;
    left: 50%;
    transform: translateX(-50%) !important;
    top: unset;
    bottom: -6.25rem;
    opacity: 1;
  }
}
.help__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
}
@media (width <= 63.99875rem) {
  .help__inner {
    padding-inline: 1rem;
  }
}
.help__inner::before {
  content: "";
  position: absolute;
  top: 1.875rem;
  left: clamp(-18.75rem, -23.5294117647rem + 19.6078431373vw, 0rem);
  width: 39.375rem;
  height: 26.875rem;
  flex-shrink: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: translateX(-100%);
  opacity: 0;
  transition: var(--transition-animation-time);
}
@media (width <= 63.99875rem) {
  .help__inner::before {
    width: 20.625rem;
    height: 14.0625rem;
    left: -4.375rem;
    top: 110%;
    transform: rotate(335deg) !important;
    opacity: 1;
  }
}
.help__inner::after {
  content: "";
  position: absolute;
  top: -18.75rem;
  right: clamp(-18.75rem, -23.5294117647rem + 19.6078431373vw, 0rem);
  width: 47.5rem;
  height: 37.5rem;
  flex-shrink: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: translateX(100%);
  opacity: 0;
  transition: var(--transition-animation-time);
}
@media (width <= 63.99875rem) {
  .help__inner::after {
    width: 23.75rem;
    height: 17.5rem;
    top: -17.5rem;
    right: -1.875rem;
    transform: rotate(330deg) !important;
    opacity: 1;
  }
}
.help.animate-in::before {
  transform: translateX(0) rotate(0deg);
  opacity: 1;
}
.help.animate-in::after {
  transform: translateX(0) rotate(0deg);
  opacity: 1;
}
.help.animate-in .help__inner::before {
  transform: translateX(0);
  opacity: 1;
}
.help.animate-in .help__inner::after {
  transform: translateX(0);
  opacity: 1;
}
.help__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
@media (width <= 63.99875rem) {
  .help__header {
    text-align: center;
  }
}
.help__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.64px;
}
.help__description {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.help__button {
  width: 100%;
  margin-inline: auto;
}
@media (width <= 63.99875rem) {
  .help__button {
    max-width: 100%;
  }
}

.advantages {
  position: relative;
}
@media (width <= 63.99875rem) {
  .advantages__inner {
    padding-inline: 1rem;
  }
}
.advantages__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.advantages__content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 47.5rem;
  height: 54.125rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width <= 63.99875rem) {
  .advantages__content::before {
    width: 23.4375rem;
    height: 26.625rem;
  }
}
.advantages__pagination {
  position: relative !important;
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.advantages__pagination li button {
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--disable-pagination);
  margin: 0;
}
.advantages__pagination li button.is-active {
  background-color: var(--clr-accent);
  transform: scale(1);
}
.advantages__button {
  margin-inline: auto;
}
@media (width <= 63.99875rem) {
  .advantages__button {
    max-width: 100%;
  }
}

.advantages-description > span {
  display: inline-flex;
  color: var(--clr-white-03);
}
.advantages-description > span::before {
  content: "*";
  color: var(--clr-accent);
}
@media (width <= 63.99875rem) {
  .advantages-description {
    text-wrap: auto;
  }
}

#advantages-slider {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (width <= 63.99875rem) {
  #advantages-slider .splide__arrows {
    position: absolute;
    top: 7.5rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

#advantages-slider .splide__slide .advantages-card {
  transition-duration: 1s;
  opacity: 0.2;
  scale: 0.7;
}
@media (any-hover: hover) {
  #advantages-slider .splide__slide .advantages-card:hover {
    opacity: 1;
  }
}
@media (any-hover: none) {
  #advantages-slider .splide__slide .advantages-card:active {
    opacity: 1;
  }
}

#advantages-slider .splide__slide.is-active .advantages-card {
  opacity: 1;
  scale: 1;
}

#advantages-slider .splide__pagination {
  display: flex !important;
}

.advantages-card {
  width: 100%;
  max-width: 30rem;
  margin-inline: auto;
}
.advantages-card__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}
.advantages-card__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.advantages-card__description {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-wrap: balance;
}
@media (width <= 63.99875rem) {
  .advantages-card__header > img {
    margin-inline: auto;
    width: 13.75rem;
    height: 13.75rem;
  }
}

.stories {
  margin-top: 13.0625rem;
}
@media (width <= 63.99875rem) {
  .stories {
    margin-top: 8.75rem;
  }
}
.stories__inner {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (width <= 63.99875rem) {
  .stories__inner {
    padding-inline: 1rem;
  }
}
.stories__content {
  position: relative;
}
.stories__content::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -12.5rem;
  min-width: 41.25rem;
  min-height: 54.6875rem;
  border-radius: var(--brd-rd-xxl);
  background-color: var(--clr-accent);
  filter: blur(130px);
}
@media (width <= 63.99875rem) {
  .stories__content::before {
    background: radial-gradient(ellipse at center, rgba(86, 116, 233, 0.8) 0%, rgba(86, 116, 233, 0.4) 40%, rgba(86, 116, 233, 0) 70%);
    pointer-events: none;
    border-radius: unset;
    filter: unset;
  }
}
.stories__slide {
  max-width: 8.75rem;
}
.stories__slide .stories-card__text {
  display: none;
}
.stories__slide.is-active {
  max-width: 31.375rem;
}
@media (width <= 63.99875rem) {
  .stories__slide.is-active {
    max-width: 100%;
  }
}
.stories__slide.is-active .stories-card__text {
  display: flex;
}
.stories__arrows {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 10.625rem;
  width: 100%;
  max-width: 31.375rem;
  z-index: 10;
}
@media (width <= 63.99875rem) {
  .stories__arrows {
    top: 6.875rem;
  }
}

#stories-slider .splide__slide .stories-card {
  transition-duration: 0.3s;
  opacity: 0.5;
  scale: 0.5;
}
@media (width <= 63.99875rem) {
  #stories-slider .splide__slide .stories-card {
    scale: 0.8;
  }
}

#stories-slider .splide__slide.is-active .stories-card {
  opacity: 1;
  scale: 1;
}

#stories-slider .splide__track {
  overflow: hidden;
  max-width: calc(8.75rem * 4 + 31.375rem + 15rem);
  margin: 0 auto;
}
@media (width <= 63.99875rem) {
  #stories-slider .splide__track {
    max-width: 100%;
  }
}

.stories-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
}
.stories-card__image {
  flex-shrink: 0;
}
.stories-card__image > img {
  max-width: 17.5rem;
  max-height: 21.25rem;
  border-radius: var(--brd-rd-l);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 63.99875rem) {
  .stories-card__image > img {
    max-width: 11.5625rem;
    max-height: 14.0625rem;
  }
}
.stories-card__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.stories-card__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.stories-card__info::after {
  content: "";
  margin-top: 0.25rem;
  width: 0.0625rem;
  height: 1.25rem;
  background-color: var(--clr-white);
}
.stories-card__info-name {
  font-size: 1.25rem;
}
.stories-card__info-position {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--clr-white-05);
}
.stories-card__description {
  font-size: clamp(1.25rem, 1.1862745098rem + 0.2614379085vw, 1.5rem);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

.registration {
  margin-block: 14.375rem 1.5rem;
}
@media (width <= 63.99875rem) {
  .registration {
    margin-top: 8.75rem;
  }
}
.registration__inner {
  max-width: 45.625rem;
}
.registration__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
}
.registration__title {
  font-size: clamp(2.5rem, 1.862745098rem + 2.614379085vw, 5rem);
  text-align: center;
  text-wrap: balance;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.registration__title-color {
  color: var(--clr-accent);
}
@media (width > 63.99875rem) {
  .registration__title-sm::after {
    content: ".";
    display: inline;
  }
}
@media (width <= 63.99875rem) {
  .registration__title-sm {
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.4px;
    margin-bottom: 1.5rem;
  }
}

.subtitle {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  max-width: 41.25rem;
  margin-inline: auto;
  text-align: center;
  text-wrap: balance;
  z-index: 1;
}
.subtitle__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 2rem;
  border-radius: var(--brd-rd-xl);
  border: var(--brd-white);
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.subtitle__badge-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.subtitle__badge-text {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.subtitle__title {
  font-size: clamp(2.25rem, 2.1862745098rem + 0.2614379085vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.8px;
}
@media (width <= 63.99875rem) {
  .subtitle__title {
    text-wrap: balance;
  }
}
.subtitle__title span {
  color: var(--clr-accent);
}
.subtitle__title-about {
  position: relative;
  display: inline-flex;
  align-items: end;
  height: 2rem;
  background-color: rgba(86, 116, 233, 0.15);
  padding-inline: 0.125rem 0.25rem;
  border-right: 0.125rem solid var(--clr-accent);
}
@media (width <= 63.99875rem) {
  .subtitle__title-about {
    border: none;
    background-color: transparent;
  }
}
.subtitle__title-about small {
  position: absolute;
  bottom: 100%;
  left: 100%;
  color: var(--clr-white);
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.22px;
  text-transform: lowercase;
  border-radius: 0.125rem 0.125rem 0.125rem 0;
  background-color: var(--clr-accent);
  padding: 0.125rem 0.375rem;
}
.subtitle__text {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.subtitle__description {
  font-size: clamp(1.125rem, 1.0931372549rem + 0.1307189542vw, 1.25rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
}
.subtitle__description br {
  display: none;
}
.subtitle__description-small {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
}
.subtitle__description-small span {
  color: var(--clr-accent);
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 23.75rem;
  min-height: 33.75rem;
  height: auto;
  background-color: var(--clr-white);
  outline: var(--brd-form);
  border-radius: var(--brd-rd-s);
  box-shadow: var(--bsw-form);
  padding: 2.5rem 0.75rem 1.5rem;
}
@media (width <= 63.99875rem) {
  .form {
    max-width: 100%;
  }
}
.form__header {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  align-items: center;
  margin-bottom: 3.125rem;
}
.form__logo .logo {
  color: var(--clr-accent);
  line-height: 1;
}
.form__logo .logo::before {
  background: url("../icons/logo-2.svg") no-repeat center center/contain;
}
.form__title {
  text-align: center;
  text-wrap: balance;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: var(--clr-dark);
}
.form__title span {
  color: var(--clr-accent);
}
@media (width <= 63.99875rem) {
  .form__title {
    font-size: 1.75rem;
  }
}
.form__main {
  width: 100%;
  flex-grow: 1;
  overflow: visible !important;
}
.form__description {
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.28px;
  color: var(--clr-dark);
  opacity: 0.3;
}

.particles-container {
  position: relative;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  z-index: -2;
}

@media (width <= 63.99875rem) {
  .particles__instructions .particles-js-canvas-el {
    top: -9.375rem;
    height: 135% !important;
  }
}
.particles__about .particles-js-canvas-el {
  top: unset;
  bottom: 60%;
}
.particles__stories .particles-js-canvas-el {
  height: 135% !important;
  top: 100%;
}
@media (width <= 63.99875rem) {
  .particles__stories .particles-js-canvas-el {
    height: 100% !important;
    top: 160%;
  }
}/*# sourceMappingURL=main.css.map */