@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  min-width: 375px;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-family: "Manrope", sans-serif;
  /* text-rendering: optimizeSpeed; */
  font-variant-numeric: lining-nums tabular-nums;
  background: #060509;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-text-size-adjust: 100%;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}

input {
  border-radius: 0;
}

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

button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
}

video {
  pointer-events: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1616px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 1640px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1300px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 700px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main {
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blur-label {
  padding: 6px 12px;
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1)), color-stop(99.71%, rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1.52%, rgba(255, 255, 255, 0.13) 99.71%);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.blur-label::before {
  content: "";
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3BEC4F;
  -webkit-box-shadow: 0px 0px 10.8px #3BEC4F;
          box-shadow: 0px 0px 10.8px #3BEC4F;
}
.blur-label::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.grad-text {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.94%, #FFF), to(#948A98));
  background: linear-gradient(90deg, #FFF 60.94%, #948A98 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.grad-text.pink {
  background: -webkit-gradient(linear, left top, right top, color-stop(52.27%, #FFF), to(#EAC9E4));
  background: linear-gradient(90deg, #FFF 52.27%, #EAC9E4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grad-text.blue {
  background: linear-gradient(91deg, #FFF 52.96%, #5A4BFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-button {
  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;
  padding: 4px;
  white-space: nowrap;
  position: relative;
  border-radius: 38px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px; /* 125% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.gradient-button::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1.52%, rgba(255, 255, 255, 0.13) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.gradient-button__wrap {
  position: relative;
  padding: 24px 36px;
  border-radius: 40px;
  background: radial-gradient(134.63% 144.12% at 50% 100%, #635A75 0%, #7A7096 100%);
  overflow: hidden;
}
.gradient-button__wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1.52%, rgba(255, 255, 255, 0.13) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.gradient-button__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: radial-gradient(134.63% 144.12% at 50% 100%, #695A85 0%, #493F69 100%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gradient-button__wrap span {
  position: relative;
  z-index: 3;
}
.gradient-button:hover .gradient-button__wrap::before {
  opacity: 1;
}

h2 {
  text-align: center;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%; /* 61.6px */
  letter-spacing: -2.24px;
}
@media (max-width: 1300px) {
  h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }
}
@media (max-width: 700px) {
  h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}

/* Stretching corners effect - карточка деформируется к курсору */
.stretch-card {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: hidden;
}

/* Деформация карточки через transform */
.stretch-card {
  -webkit-transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateZ(var(--translate-z, 0px));
  transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateZ(var(--translate-z, 0px));
}

/* Эффект свечения при наведении */
.stretch-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.stretch-card:hover::before {
  opacity: 1;
}

/* Содержимое карточки поверх эффекта */
.stretch-card > * {
  position: relative;
  z-index: 2;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 1000px) {
  .header {
    position: fixed;
    width: calc(100% - 20px);
    left: 10px;
    top: 10px;
    border-radius: 100px;
  }
  .header.scroll {
    background: rgba(15, 15, 15, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
  }
}
@media (max-width: 1640px) {
  .header .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 1300px) {
  .header .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 600px) {
  .header .container {
    padding-left: 16px;
    padding-right: 10px;
  }
}
.header__wrap {
  width: 100%;
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1200px) {
  .header__wrap {
    padding: 24px 0;
  }
}
@media (max-width: 1000px) {
  .header__wrap {
    padding: 10px 0;
  }
}
.header__logo {
  display: block;
  width: 148px;
}
@media (max-width: 1000px) {
  .header__logo {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
  }
}
@media (max-width: 1000px) {
  .header__logo img {
    width: 148px;
    max-width: 148px;
    min-width: 148px;
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  color: var(--Medium-Gray, #8A8F98);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .header__list {
    display: none;
  }
}
.header__list-item {
  position: relative;
}
.header__list-item.sub:hover {
  color: #fff;
}
.header__list-item.sub:hover .header__list-link .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.header__list-item.sub:hover .sublist {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__list-item .sublist {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  white-space: nowrap;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1)), color-stop(99.71%, rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1.52%, rgba(255, 255, 255, 0.13) 99.71%);
  -webkit-box-shadow: 0px 12px 64px 0px rgba(0, 0, 0, 0.77);
          box-shadow: 0px 12px 64px 0px rgba(0, 0, 0, 0.77);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  color: #E6E6E6;
  padding: 4px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__list-item .sublist::before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 12px;
  width: 100%;
}
.header__list-item .sublist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 16px;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__list-item .sublist a:hover {
  color: #fff;
}
.header__list-item .sublist a .icon {
  width: 24px;
  height: 24px;
}
.header__list-item .sublist a.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header__list-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.header__list-link .icon {
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__list-link:hover {
  color: #fff;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 700px) {
  .header__nav {
    gap: 16px;
  }
}
.header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid #FFF;
  background: rgba(138, 143, 152, 0.18);
  padding: 13px 14px;
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.header__login .icon {
  width: 16px;
  height: 16px;
}
@media (max-width: 700px) {
  .header .header__login {
    display: none;
  }
}
.header__lang {
  position: relative;
}
.header__lang .lang-list {
  position: absolute;
  top: calc(100% + 12px);
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1)), color-stop(99.71%, rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1.52%, rgba(255, 255, 255, 0.13) 99.71%);
  -webkit-box-shadow: 0px 12px 64px 0px rgba(0, 0, 0, 0.77);
          box-shadow: 0px 12px 64px 0px rgba(0, 0, 0, 0.77);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__lang.open .lang-list {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__lang.open .header__lang-current .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.header__lang .header__lang-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  padding: 16px;
  width: 100%;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
}
.header__lang .header__lang-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header__lang .header__lang-item .icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 1000px) {
  .header__lang .header__lang-item .flag {
    display: none;
  }
}
.header__lang .header__lang-item.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header__lang-current {
  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;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F6F6F6;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  cursor: pointer;
  border-radius: 24px;
  background: rgba(138, 143, 152, 0.18);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: relative;
}
.header__lang-current::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.header__lang-current .icon {
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  .header__lang-current .flag {
    display: none;
  }
}
@media (max-width: 1000px) {
  .header .header__lang {
    display: none;
  }
}
.header .burger {
  display: none;
}
@media (max-width: 1000px) {
  .header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 48px;
    height: 48px;
  }
}
.header .burger::after, .header .burger::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .header .burger::after, .header .burger::before {
    width: 28px;
  }
}
.header .burger:after {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.header .burger:before {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.mobile-menu {
  display: none;
  background: rgba(15, 15, 15, 0.5);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .mobile-menu {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
.mobile-menu__wrap {
  width: 100%;
  padding: 160px 32px 40px;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100dvh;
  overflow: auto;
  gap: 16px;
}
@media (max-width: 700px) {
  .mobile-menu__wrap {
    padding: 130px 20px 40px;
  }
}
.mobile-menu .mob-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}
.mobile-menu .mob-nav a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mobile-menu .lang-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  z-index: 10;
}
.mobile-menu__list {
  color: var(--Medium-Gray, #8A8F98);
  font-family: Manrope;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 74.074% */
  text-transform: uppercase;
  width: 100%;
}
.mobile-menu__list li {
  margin-bottom: 78px;
}
@media (max-width: 600px) {
  .mobile-menu__list li {
    margin-bottom: 42px;
  }
}
.mobile-menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 6px;
}
.mobile-menu__list li .icon {
  width: 32px;
  height: 32px;
}
.mobile-menu__list .sublist {
  padding-top: 32px;
  display: none;
  font-size: 18px;
}
.mobile-menu__list .sublist li {
  margin-bottom: 24px;
}
.mobile-menu__list .sublist li:last-child {
  margin-bottom: 0;
}
.mobile-menu__list .sublink .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-menu__list .open > a > .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.mobile-menu__list .open .sublist {
  display: block;
}
.mobile-menu__list .open .sublist a {
  width: 100%;
  max-width: 100% !important;
  color: var(--Secondary-Light, #E6E6E6);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
  padding: 16px;
  border-radius: 12px;
}
.mobile-menu__list .open .sublist a .icon {
  width: 24px;
  height: 24px;
}
.mobile-menu__list .open .sublist a.active {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1000px) {
  .mobile-menu-open {
    overflow: hidden;
  }
  .mobile-menu-open .header {
    background: none !important;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  .mobile-menu-open .mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.mobile-menu-open .burger::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu-open .burger span {
  opacity: 0;
}
.mobile-menu-open .burger::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hero {
  --headerHeight: 112px;
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .hero {
    --headerHeight: 96px;
  }
}
.hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -228px;
  left: 0;
  width: 100%;
  height: 540px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 5, 9, 0)), color-stop(42.41%, rgba(6, 5, 9, 0.97)), to(#060509));
  background: linear-gradient(180deg, rgba(6, 5, 9, 0) 0%, rgba(6, 5, 9, 0.97) 42.41%, #060509 100%);
}
.hero__vector {
  position: absolute;
  width: 140%;
  bottom: -470px;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: none;
  pointer-events: none;
  max-width: 2500px;
}
@media (max-width: 1300px) {
  .hero__vector {
    width: 250%;
  }
}
@media (max-width: 1000px) {
  .hero__vector {
    width: 300%;
  }
}
@media (max-width: 700px) {
  .hero__vector {
    bottom: -300px;
    width: 500%;
  }
}
.hero__vector-css {
  position: absolute;
  width: 180%;
  bottom: -300px;
  z-index: 3;
  left: -40%;
  max-width: none;
  pointer-events: none;
  height: 400px;
  background: radial-gradient(ellipse 800px 200px at 50% 50%, rgba(38, 13, 212, 0.3) 0%, rgba(146, 54, 115, 0.2) 50%, rgba(50, 20, 162, 0.1) 100%);
  -webkit-filter: blur(80px);
          filter: blur(80px);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  contain: layout style paint;
}
@media (max-width: 1000px) {
  .hero__vector-css {
    width: 300%;
    left: -100%;
  }
}
@media (max-width: 700px) {
  .hero__vector-css {
    width: 300%;
    left: -100%;
    height: 300px;
    -webkit-filter: blur(60px);
            filter: blur(60px);
  }
}
.hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0.42)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 100%);
  z-index: 2;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -80px;
     object-position: center -80px;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  contain: layout style paint;
}
.hero__wrap {
  width: 100%;
  padding-top: calc(192px + var(--headerHeight));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  max-width: 872px;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .hero__wrap {
    padding-top: calc(62px + var(--headerHeight));
  }
}
@media (max-width: 1300px) {
  .hero__wrap {
    padding-top: calc(106px + var(--headerHeight));
  }
}
@media (max-width: 700px) {
  .hero__wrap {
    padding-top: calc(40px + var(--headerHeight));
  }
}
.hero__wrap h1 {
  text-align: center;
  font-size: 85px;
  font-style: normal;
  font-weight: 600;
  line-height: 94px; /* 110.588% */
  letter-spacing: -3.4px;
  margin-bottom: 56px;
}
@media (max-width: 700px) {
  .hero__wrap h1 {
    font-size: 50px;
    line-height: 60px; /* 120% */
    letter-spacing: -2px;
    max-width: 400px;
    margin-bottom: 40px;
  }
}
.hero .blur-label {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .hero .blur-label {
    margin-bottom: 24px;
  }
}
.hero__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  max-width: 786px;
  margin-bottom: 56px;
}
@media (max-width: 1300px) {
  .hero__text {
    margin-bottom: 48px;
  }
}
@media (max-width: 700px) {
  .hero__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}
.hero__text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  max-width: 768px;
  text-align: center;
}
@media (max-width: 700px) {
  .hero__text p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 700px) {
  .hero__text a {
    max-width: 100%;
    width: 100%;
  }
  .hero__text a .gradient-button__wrap {
    width: 100%;
  }
}
.hero__bottom {
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid #373054;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
}
@media (max-width: 800px) {
  .hero__bottom {
    gap: 32px;
  }
}
@media (max-width: 700px) {
  .hero__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero__safety {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.hero__safety .label {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hero__safety .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.hero__logos {
  min-height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 700px) {
  .hero__logos {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.hero__logos .icon {
  height: auto;
  max-height: 62px;
}
.hero__logos .hr {
  width: 1px;
  min-width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.16);
}

.icon-border {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1)), color-stop(99.71%, rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1.52%, rgba(255, 255, 255, 0.13) 99.71%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  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;
  border-radius: 100px;
  position: relative;
}
.icon-border::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.icon-border .icon {
  width: 48px;
  height: 48px;
  margin-bottom: -4px;
}

.products {
  width: 100%;
  position: relative;
  z-index: 4;
}
.products__wrap {
  width: 100%;
  padding: 200px 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1600px) {
  .products__wrap {
    padding-top: 180px;
  }
}
@media (max-width: 1000px) {
  .products__wrap {
    padding-top: 144px;
  }
}
@media (max-width: 700px) {
  .products__wrap {
    padding-top: 128px;
  }
}
.products__wrap h2 {
  margin-bottom: 16px;
  text-align: left;
}
.products__wrap > p {
  color: var(--Secondary-Light, #e6e6e6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.18px;
  max-width: 687px;
  margin-bottom: 40px;
}
.products__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1300px) {
  .products__grid {
    gap: 16px;
  }
}
@media (max-width: 1190px) {
  .products__grid {
    grid-template-columns: 1fr;
  }
}
.products__item {
  position: relative;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 720px) {
  .products__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.products__item::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.products__item-text {
  padding: 32px;
}
@media (max-width: 720px) {
  .products__item-text {
    padding: 24px;
    max-width: 100% !important;
  }
}
.products__item-text .title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 100% */
  letter-spacing: -1.6px;
  margin-bottom: 16px;
}
@media (max-width: 1190px) {
  .products__item-text .title {
    font-size: 32px;
    line-height: 40px; /* 125% */
    letter-spacing: -1.28px;
  }
}
@media (max-width: 720px) {
  .products__item-text .title {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.96px;
  }
}
.products__item-text p {
  color: var(--Secondary-Light, #e6e6e6);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 24px;
}
@media (max-width: 720px) {
  .products__item-text a {
    max-width: 100%;
    width: 100%;
  }
  .products__item-text a .gradient-button__wrap {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.products__item-label {
  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;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  padding: 6px 12px;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1)), color-stop(99.71%, rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1.52%, rgba(255, 255, 255, 0.13) 99.71%);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  color: var(--Secondary-Light, #e6e6e6);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 16px;
}
.products__item-label::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.13)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1.52%, rgba(255, 255, 255, 0) 100%);
}
.products__item-1 {
  background: linear-gradient(4deg, rgba(252, 195, 255, 0.06) 42.3%, rgba(255, 255, 255, 0.01) 100.48%);
  grid-column: span 2;
  padding-right: 400px;
}
@media (max-width: 1300px) {
  .products__item-1 {
    padding-right: 300px;
  }
}
@media (max-width: 1190px) {
  .products__item-1 {
    grid-column: span 1;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}
@media (max-width: 720px) {
  .products__item-1 {
    padding-right: 0;
  }
}
.products__item-1::after {
  background: linear-gradient(300deg, rgba(255, 255, 255, 0.13) 1.52%, rgba(255, 255, 255, 0) 100%);
}
.products__item-1 .products__item-text {
  max-width: 540px;
  z-index: 3;
}
.products__item-2 {
  grid-row: span 2;
  background: linear-gradient(4deg, rgba(252, 195, 255, 0.06) 42.3%, rgba(255, 255, 255, 0.01) 100.48%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
}
@media (max-width: 1190px) {
  .products__item-2 {
    grid-row: span 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-right: 300px;
  }
}
@media (max-width: 990px) {
  .products__item-2 {
    padding-right: 350px;
  }
}
@media (max-width: 800px) {
  .products__item-2 {
    padding-right: 300px;
  }
}
@media (max-width: 720px) {
  .products__item-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
@media (max-width: 1190px) {
  .products__item-2 .products__item-text {
    max-width: 540px;
  }
}
@media (max-width: 720px) {
  .products__item-2 .products__item-text {
    margin-bottom: 24px;
  }
}
.products__item-2::after {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.13) 1.52%, rgba(255, 255, 255, 0) 100%);
}
.products__item-3 {
  grid-column: span 2;
  background: linear-gradient(160deg, rgba(252, 195, 255, 0.06) 28.04%, rgba(255, 255, 255, 0.01) 83.08%);
  padding-right: 400px;
}
@media (max-width: 1300px) {
  .products__item-3 {
    padding-right: 300px;
  }
}
@media (max-width: 1190px) {
  .products__item-3 {
    grid-column: span 1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 720px) {
  .products__item-3 {
    padding-right: 0;
    padding-bottom: 285px;
  }
}
.products__item-3::after {
  background: linear-gradient(220deg, rgba(255, 255, 255, 0.13) 1.52%, rgba(255, 255, 255, 0) 100%);
}
.products__item-3 .products__item-text {
  max-width: 540px;
  z-index: 3;
}
.products__item-4 {
  grid-column: span 3;
  background: linear-gradient(4deg, rgba(252, 195, 255, 0.06) 42.3%, rgba(255, 255, 255, 0.01) 100.48%);
  gap: 28px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1500px) {
  .products__item-4 {
    gap: 0;
  }
}
@media (max-width: 1190px) {
  .products__item-4 {
    grid-column: span 1;
  }
}
@media (max-width: 900px) {
  .products__item-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.products__item-4::after {
  background: linear-gradient(220deg, rgba(255, 255, 255, 0.13) 1.52%, rgba(255, 255, 255, 0) 100%);
}
.products__item-4 .products__item-text {
  max-width: 730px;
}
@media (max-width: 1500px) {
  .products__item-4 .products__item-text {
    padding-left: 68px;
  }
}
@media (max-width: 1190px) {
  .products__item-4 .products__item-text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 32px;
    padding-right: 0;
    min-width: 400px;
  }
}
@media (max-width: 900px) {
  .products__item-4 .products__item-text {
    max-width: 100%;
    padding-right: 32px;
    padding-bottom: 20px;
  }
}
@media (max-width: 720px) {
  .products__item-4 .products__item-text {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    min-width: 0;
  }
}

.products__item-image1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 389px;
  font-size: 20px;
}
@media (max-width: 720px) {
  .products__item-image1 {
    position: relative;
    height: 287px;
    width: 100%;
    font-size: 18px;
  }
}
.products__item-image1::before {
  content: "";
  display: block;
  position: absolute;
  right: -90px;
  bottom: -40%;
  width: 363px;
  height: 239px;
  -webkit-transform: rotate(-68deg);
          transform: rotate(-68deg);
  border-radius: 363.357px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.24) 2.78%, rgba(54, 156, 255, 0.24) 122.3%);
  -webkit-filter: blur(64px);
          filter: blur(64px);
  will-change: filter;
}
.products__item-image1 .grid {
  position: absolute;
  top: 0;
  left: 1.2em;
  width: 100%;
  height: 100%;
}
.products__item-image1 .earh {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(40%, 45%);
          transform: translate(40%, 45%);
  z-index: 2;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: filter, transform;
}
.products__item-image1 .line1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 1.2em;
  right: 1.2em;
  gap: 0.75em;
}
.products__item-image1 .line1 .text {
  background: linear-gradient(87deg, #312c3b 0%, #7a7096 74.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 150% */
  letter-spacing: -0.024em;
  margin-right: 0.5em;
  -ms-flex-item-align: start;
      align-self: start;
}
.products__item-image1 .cuntry {
  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;
  padding: 0.4em;
  gap: 0.3em;
  border-radius: 1.5em;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.1) 2.85%, rgba(255, 255, 255, 0.03) 94.16%);
  -webkit-box-shadow: 10px 10px 32px -6px rgba(15, 16, 18, 0.08);
          box-shadow: 10px 10px 32px -6px rgba(15, 16, 18, 0.08);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.products__item-image1 .cuntry span {
  font-size: 0.65em;
}
.products__item-image1 .line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 3.2em;
  right: 2.3em;
  gap: 0.75em;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  will-change: transform;
}
.products__item-image1 .line3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 5.2em;
  right: 1.2em;
  gap: 0.75em;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  will-change: transform;
  z-index: 3;
}
.products__item-image1 .text2 {
  position: absolute;
  top: 7.7em;
  right: 7.4em;
}
.products__item-image1 .text2 span {
  background: linear-gradient(87deg, #312c3b 0%, #7a7096 74.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 150% */
  letter-spacing: -0.024em;
}
.products__item-image1 .swap-block {
  position: absolute;
  bottom: 1.2em;
  left: 2.5em;
  padding: 0.5em 0.6em;
  border-radius: 0.6em;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  -webkit-box-shadow: 30px 25px 33.25px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 30px 25px 33.25px 0px rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 3;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateZ(var(--translate-z, 0px));
          transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateZ(var(--translate-z, 0px));
}
@media (max-width: 720px) {
  .products__item-image1 .swap-block {
    left: auto;
    right: 8.8em;
  }
}
.products__item-image1 .swap-block .title {
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.55em;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9em; /* 163.636% */
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
.products__item-image1 .swap-block::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(236deg, rgba(255, 255, 255, 0.13) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.products__item-image1 .swap-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75em;
}
.products__item-image1 .swap-block-wrap .label {
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.45em;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 200% */
  text-transform: uppercase;
}
.products__item-image1 .swap-block-wrap .num {
  color: #fff;
  font-size: 0.65em;
  font-style: normal;
  font-weight: 700;
  line-height: 138.462%; /* 138.462% */
  letter-spacing: -1px;
  text-transform: uppercase;
}
.products__item-image1 .swap-icon {
  width: 1.6em;
  height: 1.6em;
  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;
}

.products__item-image2 {
  width: 100%;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  position: relative;
  -webkit-text-size-adjust: none;
}
@media (max-width: 1190px) {
  .products__item-image2 {
    padding-top: 13px;
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 492px;
  }
}
@media (max-width: 990px) {
  .products__item-image2 {
    left: calc(100% - 400px);
  }
}
@media (max-width: 800px) {
  .products__item-image2 {
    left: calc(100% - 350px);
  }
}
@media (max-width: 720px) {
  .products__item-image2 {
    position: relative;
    left: 0;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  .products__item-image2 {
    font-size: 18px;
    -webkit-text-size-adjust: none;
  }
}
.products__item-image2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
  width: 440px;
  height: 239px;
  border-radius: 363px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.24) 2.78%, rgba(54, 156, 255, 0.24) 122.3%);
  -webkit-filter: blur(64px);
          filter: blur(64px);
  will-change: filter;
}
.products__item-image2 .bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 17.5em;
  margin-bottom: 1.2em;
}
@media (max-width: 1190px) {
  .products__item-image2 .bars {
    -webkit-transform: translateX(8%);
            transform: translateX(8%);
  }
}
@media (max-width: 720px) {
  .products__item-image2 .bars {
    -webkit-transform: none;
            transform: none;
  }
}
.products__item-image2 .bar {
  width: 1.75em;
  height: 3em;
  border-radius: 0.4em;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(2.78%, rgba(142, 30, 128, 0.24)), color-stop(122.3%, rgba(19, 44, 68, 0.24)));
  background: linear-gradient(0deg, rgba(142, 30, 128, 0.24) 2.78%, rgba(19, 44, 68, 0.24) 122.3%);
  position: relative;
}
.products__item-image2 .bar span {
  width: 100%;
  border-radius: 0.4em;
  background: #483761;
  display: block;
  position: absolute;
  bottom: 0;
}
.products__item-image2 .bar:nth-child(1) span {
  height: 1.5em;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.products__item-image2 .bar:nth-child(2) span {
  height: 0.75em;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.products__item-image2 .bar:nth-child(3) span {
  height: 1.85em;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.products__item-image2 .bar:nth-child(4) span {
  height: 1.25em;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.products__item-image2 .bar:nth-child(5) span {
  height: 1.75em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.products__item-image2 .bar:nth-child(6) span {
  height: 2.25em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products__item-image2 .bar:nth-child(7) span {
  height: 1.35em;
  -webkit-transition: 1s;
  transition: 1s;
}
.products__item-image2 .line1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6em;
  margin-bottom: 0.6em;
  position: relative;
  right: -14%;
  -webkit-transition: 1s;
  transition: 1s;
  will-change: transform, filter;
}
.products__item-image2 .crypto-item {
  width: 9em;
  padding: 0.7em;
  border-radius: 0.7em;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  -webkit-box-shadow: 35px 29px 39px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 35px 29px 39px 0px rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
}
.products__item-image2 .crypto-item::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(236deg, rgba(255, 255, 255, 0.13) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.products__item-image2 .top {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
.products__item-image2 .coin {
  width: 1.4em;
  height: 1.4em;
}
.products__item-image2 .name {
  color: #fff;
  font-size: 0.65em;
  font-style: normal;
  font-weight: 500;
  line-height: 163%;
  letter-spacing: -0.26px;
}
.products__item-image2 .netw {
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.55em;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 120% */
  text-transform: uppercase;
}
.products__item-image2 .proc {
  position: absolute;
  top: 0;
  right: 0;
  color: #54ec3a;
  text-align: right;
  font-size: 0.55em;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 120% */
  text-transform: uppercase;
}
.products__item-image2 .cost {
  display: block;
  margin-top: 0.25em;
  color: #fff;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 100% */
  letter-spacing: -1px;
  text-transform: uppercase;
}
.products__item-image2 .line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6em;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  will-change: transform, filter;
}

.products__item-image3 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 389px;
  min-width: 389px;
  font-size: 20px;
}
@media (max-width: 720px) {
  .products__item-image3 {
    top: auto;
    height: 285px;
    bottom: 0;
    position: absolute;
    margin-left: auto;
  }
}
.products__item-image3::before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  right: -140px;
  -webkit-transform: rotate(66deg);
          transform: rotate(66deg);
  width: 440px;
  height: 239px;
  border-radius: 363px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.24) 2.78%, rgba(54, 156, 255, 0.24) 122.3%);
  -webkit-filter: blur(64px);
          filter: blur(64px);
  will-change: filter;
}
@media (max-width: 720px) {
  .products__item-image3::before {
    display: none;
  }
}
.products__item-image3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -220px;
  left: 0;
  -webkit-transform: rotate(66deg);
          transform: rotate(66deg);
  width: 440px;
  height: 239px;
  border-radius: 363px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.24) 2.78%, rgba(54, 156, 255, 0.24) 122.3%);
  -webkit-filter: blur(64px);
          filter: blur(64px);
  will-change: filter;
}
.products__item-image3 .chart {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 100%;
}
.products__item-image3 .information {
  position: absolute;
  bottom: 8.25em;
  right: 5.5em;
  -webkit-transition: 1s;
  transition: 1s;
}
.products__item-image3 .information-tooltip {
  position: absolute;
  right: calc(100% + 0.5em);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0.4em;
  border: 0.05em solid #17141A;
  background: #0A070B;
  -webkit-box-shadow: 11px 11px 12px 0px rgba(0, 0, 0, 0.36);
          box-shadow: 11px 11px 12px 0px rgba(0, 0, 0, 0.36);
  padding: 0.6em 0.8em;
}
.products__item-image3 .information-tooltip .label {
  color: rgba(238, 238, 238, 0.48);
  font-size: 0.6em;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.24px;
}
.products__item-image3 .information-tooltip .cost {
  color: var(--Grayscale-200, #EEE);
  font-size: 0.6em;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.28px;
}
.products__item-image3 .information-tooltip img {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.products__item-image3 .information-lab {
  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;
  position: relative;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  -webkit-box-shadow: 0px 0px 32.7px rgba(238, 179, 255, 0.56);
          box-shadow: 0px 0px 32.7px rgba(238, 179, 255, 0.56);
}
.products__item-image3 .information-lab::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #F5E1FF;
  border: 0.2em solid #241B30;
  z-index: 2;
}
.products__item-image3 .information-lab .hr {
  position: absolute;
  min-width: 1px;
  max-width: 1px;
}
.products__item-image3 .tops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 1.2em;
  right: 1.2em;
  z-index: 2;
  gap: 1.6em;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.products__item-image3 .text span {
  background: linear-gradient(95deg, #312C3B -2.36%, #7A7096 98.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 150% */
  letter-spacing: -0.48px;
}
.products__item-image3 .bottom {
  position: absolute;
  z-index: 3;
  bottom: 1.2em;
  right: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6em;
}
.products__item-image3 .bottom .item {
  padding: 0.6em;
  border-radius: 1.5em;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.07) 2.85%, rgba(255, 255, 255, 0.03) 94.16%);
  -webkit-box-shadow: 10px 10px 32px -6px rgba(15, 16, 18, 0.08);
          box-shadow: 10px 10px 32px -6px rgba(15, 16, 18, 0.08);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  height: 2em;
  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;
}
.products__item-image3 .bottom .item span {
  color: var(--White, #FFF);
  font-size: 0.75em;
  font-weight: 600;
  line-height: 0px; /* 15px */
  text-transform: uppercase;
}

.products__item-image4 {
  padding: 24px;
  padding-right: 0;
  height: 100%;
  font-size: 20px;
  width: 562px;
  min-width: 562px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1190px) {
  .products__item-image4 {
    position: relative;
    padding-right: 24px;
    max-width: 542px;
    min-width: 542px;
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .products__item-image4 {
    font-size: 21px;
    max-width: 619px;
    min-width: 619px;
  }
}
@media (max-width: 670px) {
  .products__item-image4 {
    font-size: 3vw;
    width: 100%;
    min-width: 100%;
    padding: 24px;
    padding-bottom: 40px;
  }
}
@media (max-width: 475px) {
  .products__item-image4 {
    padding: 20px;
  }
}
.products__item-image4::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: -140px;
  -webkit-transform: rotate(-148deg);
          transform: rotate(-148deg);
  width: 638px;
  height: 239px;
  border-radius: 363px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.24) 2.78%, rgba(54, 156, 255, 0.24) 122.3%);
  -webkit-filter: blur(64px);
          filter: blur(64px);
  will-change: filter;
}
@media (max-width: 1190px) {
  .products__item-image4::before {
    left: auto;
    right: -300px;
  }
}
.products__item-image4 .top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5em;
  width: 100%;
  z-index: 2;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.products__item-image4 .top-list .item {
  -webkit-transition: 1s;
  transition: 1s;
}
.products__item-image4 .top-list .title-label {
  margin-top: 0.8em;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.products__item-image4 .item {
  padding: 0.2em;
  position: relative;
  border-radius: 0.6em;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  -webkit-box-shadow: 3.8px 16.15px 33.25px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 3.8px 16.15px 33.25px 0px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(19px);
          backdrop-filter: blur(19px);
  width: 7.8em;
  min-width: 7.8em;
}
.products__item-image4 .item::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.13) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.products__item-image4 .item .title {
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.6em;
  font-style: normal;
  font-weight: 400;
  line-height: 104%; /* 104.599% */
  text-transform: uppercase;
  margin-top: 0.4em;
  margin-left: 0.4em;
  margin-bottom: 0.5em;
}
.products__item-image4 .item .netw {
  margin-left: 0.4em;
  height: 1.2em;
  margin-bottom: 0.5em;
}
.products__item-image4 .orange {
  color: #FF6E26;
}
.products__item-image4 .green {
  color: #54EC3A;
}
.products__item-image4 .cost {
  color: #FFF;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  margin-left: 0.25em;
}
.products__item-image4 .select {
  padding: 0.3em 0.6em 0.3em 0.3em;
  border-radius: 0.8em;
  background: rgba(255, 255, 255, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.55em;
}
.products__item-image4 .select .logo {
  height: 1.2em;
  margin-right: 0.3em;
}
.products__item-image4 .select .name {
  color: #FFF;
  font-size: 0.65em;
  font-weight: 500;
  line-height: 92%; /* 92.308% */
  letter-spacing: -0.26px;
}
.products__item-image4 .select .arrow {
  margin-left: auto;
}
.products__item-image4 .title-label {
  border-radius: 0.6em;
  background: linear-gradient(282deg, rgba(142, 103, 161, 0.16) -2.11%, rgba(201, 158, 222, 0.03) 81.95%);
  -webkit-box-shadow: 10px 10px 32px -6px rgba(15, 16, 18, 0.08);
          box-shadow: 10px 10px 32px -6px rgba(15, 16, 18, 0.08);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  padding: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.products__item-image4 .title-label span {
  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.6em;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 12px */
  text-transform: uppercase;
  gap: 2px;
  background: linear-gradient(95deg, #63577A 5.63%, #D9D2EF 100.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.products__item-image4 .title-label span svg {
  color: #BBB2D1;
}
.products__item-image4 .bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5em;
  width: 100%;
  z-index: 2;
  position: relative;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.products__item-image4 .bottom-list .item {
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.products__item-image4 .bottom-list .title-label {
  margin-bottom: 0.8em;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.products__item-image4 .middle-items {
  width: calc(100% - 7em);
  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;
  height: 2.2em;
  max-height: 2.2em;
  gap: 0.4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products__item-image4 .middle-items .logo {
  position: absolute;
  padding: 0.7em;
  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;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  -webkit-box-shadow: 4px 17px 35px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 4px 17px 35px 0px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 3;
  width: 7.15em;
  max-width: 7.15em;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.products__item-image4 .middle-items .logo::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#DABAE8), to(#7B5EDA));
  background: linear-gradient(90deg, #DABAE8 0%, #7B5EDA 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.products__item-image4 .top-grad {
  width: 100%;
  height: 1.8em;
  min-height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.35em;
}
.products__item-image4 .top-grad img {
  width: 6em;
}
.products__item-image4 .bottom-grad {
  width: 100%;
  height: 1.8em;
  min-height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.35em;
}
.products__item-image4 .bottom-grad img {
  width: 6em;
}

.products__item:hover .products__item-image1 .earh {
  -webkit-transform: translate(40%, 45%) rotate(-5deg);
          transform: translate(40%, 45%) rotate(-5deg);
}
.products__item:hover .products__item-image1 .line2 {
  right: 1.8em;
}
.products__item:hover .products__item-image1 .line3 {
  right: 2.8em;
}
.products__item:hover .products__item-image1 .swap-block {
  -webkit-transform: perspective(1000px) rotateX(var(--rotate-x, 8deg)) rotateY(var(--rotate-y, 7deg)) translateZ(var(--translate-z, 0px));
          transform: perspective(1000px) rotateX(var(--rotate-x, 8deg)) rotateY(var(--rotate-y, 7deg)) translateZ(var(--translate-z, 0px));
}
.products__item:hover .products__item-image2 .bar:nth-child(1) span {
  height: 1.05em;
}
.products__item:hover .products__item-image2 .bar:nth-child(2) span {
  height: 1.35em;
}
.products__item:hover .products__item-image2 .bar:nth-child(3) span {
  height: 1.5em;
}
.products__item:hover .products__item-image2 .bar:nth-child(4) span {
  height: 2.25em;
}
.products__item:hover .products__item-image2 .bar:nth-child(5) span {
  height: 1.35em;
}
.products__item:hover .products__item-image2 .bar:nth-child(6) span {
  height: 2.4em;
}
.products__item:hover .products__item-image2 .bar:nth-child(7) span {
  height: 2.55em;
}
.products__item:hover .products__item-image2 .line1 {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.products__item:hover .products__item-image2 .line2 {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.products__item:hover .products__item-image3 .bottom .item:nth-child(1) {
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}
.products__item:hover .products__item-image3 .information {
  bottom: 9em;
  right: 4.4em;
}
.products__item:hover .products__item-image3 .tops {
  gap: 1.2em;
}
.products__item:hover .products__item-image4 .top-list .item:nth-child(1) {
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
.products__item:hover .products__item-image4 .top-list .item:nth-child(3) {
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}
.products__item:hover .products__item-image4 .top-list .title-label {
  margin-top: 1em;
}
.products__item:hover .products__item-image4 .bottom-list .item:nth-child(1) {
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
.products__item:hover .products__item-image4 .bottom-list .item:nth-child(3) {
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}
.products__item:hover .products__item-image4 .bottom-list .title-label {
  margin-bottom: 1em;
}
.products__item:hover .products__item-image4 .middle-items .logo {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.benefits {
  width: 100%;
}
.benefits__wrap {
  width: 100%;
  padding-top: 200px;
}
@media (max-width: 1500px) {
  .benefits__wrap {
    padding-top: 160px;
  }
}
@media (max-width: 990px) {
  .benefits__wrap {
    padding-top: 128px;
  }
}
.benefits__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 990px) {
  .benefits__grid {
    grid-template-columns: 1fr;
  }
}
.benefits__item {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(252, 195, 255, 0.06) 28.04%, rgba(255, 255, 255, 0.01) 83.08%);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 310px;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 990px) {
  .benefits__item {
    min-height: 0;
    margin-top: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px;
  }
}
@media (max-width: 720px) {
  .benefits__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.benefits__item::before {
  content: "";
  display: block;
  width: 363px;
  height: 239px;
  -webkit-transform: rotate(66deg);
          transform: rotate(66deg);
  border-radius: 363px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.2) 2.78%, rgba(54, 156, 255, 0.2) 122.3%);
  -webkit-filter: blur(64px);
          filter: blur(64px);
  position: absolute;
  left: -137px;
  top: -283px;
}
.benefits__item:nth-child(1) {
  margin-top: 100px;
}
.benefits__item:nth-child(2) {
  margin-top: 50px;
}
.benefits__item:nth-child(2)::before {
  left: 61px;
  top: -295px;
}
.benefits__item:nth-child(3)::before {
  left: auto;
  right: 28px;
  top: -279px;
}
.benefits__item::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  background: linear-gradient(300deg, rgba(255, 255, 255, 0.13) 1.52%, rgba(255, 255, 255, 0) 100%);
}
.benefits__item .icon {
  height: 80px;
  margin-bottom: 32px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 990px) {
  .benefits__item .icon {
    margin-bottom: 0;
  }
}
.benefits__item.aos-animate .icon {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.benefits__item.aos-animate:hover .icon {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: rotateY(360deg) !important;
          transform: rotateY(360deg) !important;
}
.benefits__item .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.96px;
  margin-top: auto;
  margin-bottom: 16px;
}
@media (max-width: 990px) {
  .benefits__item .title {
    font-size: 27px;
    line-height: 40px; /* 148.148% */
    letter-spacing: -0.81px;
  }
}
@media (max-width: 720px) {
  .benefits__item .title {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
  }
}
.benefits__item p {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.market {
  width: 100%;
  margin-bottom: 124px;
}
.market__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 74px 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(252, 195, 255, 0.06) 28.04%, rgba(255, 255, 255, 0.01) 83.08%);
  overflow: hidden;
}
@media (max-width: 1500px) {
  .market__wrap {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 1300px) {
  .market__wrap {
    grid-template-columns: 1fr 1.4fr;
  }
}
@media (max-width: 990px) {
  .market__wrap {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 48px 32px 0;
    padding-bottom: 302px;
  }
}
@media (max-width: 720px) {
  .market__wrap {
    padding-bottom: 0;
  }
}
.market__wrap::before {
  content: "";
  display: block;
  border-radius: 545px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.2) 2.78%, rgba(54, 156, 255, 0.2) 122.3%);
  -webkit-filter: blur(64px);
          filter: blur(64px);
  width: 545px;
  height: 359px;
  -webkit-transform: rotate(66deg);
          transform: rotate(66deg);
  position: absolute;
  top: 100%;
  right: -170px;
  pointer-events: none;
}
.market__wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.13)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (max-width: 990px) {
  .market__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    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;
  }
}
@media (max-width: 720px) {
  .market__image {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: static;
    margin-top: 48px;
    width: 100%;
  }
}
.market__image img {
  height: 320px;
  position: absolute;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1500px) {
  .market__image img {
    left: -110px;
  }
}
@media (max-width: 1300px) {
  .market__image img {
    left: auto;
    right: 65%;
  }
}
@media (max-width: 990px) {
  .market__image img {
    left: auto;
    top: auto;
    right: auto;
    margin-bottom: -144px;
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  .market__image img {
    max-width: 120%;
    height: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: -3%;
  }
}
.market .text {
  max-width: 691px;
  width: 100%;
}
@media (max-width: 990px) {
  .market .text {
    max-width: 100%;
  }
}
.market .text h2 {
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 990px) {
  .market .text h2 {
    text-align: center;
    margin: 0 auto 33px;
  }
}
@media (max-width: 720px) {
  .market .text h2 {
    margin-bottom: 24px;
  }
}
.market .text p {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.18px;
  margin-bottom: 48px;
  max-width: 603px;
}
@media (max-width: 990px) {
  .market .text p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 720px) {
  .market .text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
  }
}
.market .text .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: -0.72px;
}
@media (max-width: 990px) {
  .market .text .bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 720px) {
  .market .text .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.54px;
  }
}
.market .text .bottom span {
  background: linear-gradient(87deg, #3E3C42 0%, #898594 74.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.about {
  width: 100%;
  position: relative;
  z-index: 20;
}
.about__wrap {
  width: 100%;
  padding: 200px 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1600px) {
  .about__wrap {
    padding-top: 180px;
  }
}
@media (max-width: 1000px) {
  .about__wrap {
    padding-top: 144px;
  }
}
@media (max-width: 700px) {
  .about__wrap {
    padding-top: 128px;
  }
}
.about__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
@media (max-width: 1100px) {
  .about__grid {
    grid-template-columns: 1fr;
  }
}
.about__item {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(252, 195, 255, 0.06) 28.04%, rgba(255, 255, 255, 0.01) 83.08%);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 720px) {
  .about__item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
.about__item:nth-child(2) {
  grid-row: span 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}
@media (max-width: 1100px) {
  .about__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 24px;
  }
}
.about__item::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  background: linear-gradient(300deg, rgba(255, 255, 255, 0.13) 1.52%, rgba(255, 255, 255, 0) 100%);
}
.about__item .icon-wrap {
  width: 200px;
  min-width: 200px;
  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;
}
@media (max-width: 720px) {
  .about__item .icon-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 0;
  }
}
.about__item .icon {
  height: 130px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 990px) {
  .about__item .icon {
    margin-bottom: 0;
  }
}
@media (max-width: 720px) {
  .about__item .icon {
    height: 80px;
  }
}
.about__item.aos-animate .icon {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.about__item.aos-animate:hover .icon {
  -webkit-transform: rotateY(360deg) !important;
          transform: rotateY(360deg) !important;
}
.about__item .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.96px;
  margin-top: auto;
  margin-bottom: 16px;
}
@media (max-width: 990px) {
  .about__item .title {
    font-size: 27px;
    line-height: 40px; /* 148.148% */
    letter-spacing: -0.81px;
  }
}
@media (max-width: 720px) {
  .about__item .title {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
  }
}
.about__item p {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  max-width: 450px;
}
@media (max-width: 720px) {
  .about__item p {
    max-width: 100%;
  }
}

.rate {
  width: 100%;
  margin-bottom: 200px;
  position: relative;
}
.rate .looking__bg {
  position: absolute;
  top: -300px;
}
@media (max-width: 1000px) {
  .rate .looking__bg {
    width: 1000px;
    max-width: 1000px;
  }
}
.rate__wrap {
  padding: 200px 0 0;
  position: relative;
  z-index: 3;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 568px;
  gap: 32px;
}
@media (max-width: 1600px) {
  .rate__wrap {
    padding-top: 180px;
  }
}
@media (max-width: 1300px) {
  .rate__wrap {
    grid-template-columns: 1fr 408px;
  }
}
@media (max-width: 1000px) {
  .rate__wrap {
    padding-top: 144px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .rate__wrap {
    padding-top: 128px;
  }
}
@media (max-width: 1000px) {
  .rate .titles {
    margin-bottom: 48px;
  }
}
@media (max-width: 720px) {
  .rate .titles {
    margin-bottom: 0;
  }
}
.rate .titles h2 {
  margin-bottom: 32px;
}
@media (max-width: 720px) {
  .rate .titles h2 {
    margin-bottom: 24px;
  }
}
.rate .titles p {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 133.333% */
  letter-spacing: -0.18px;
  max-width: 540px;
}
@media (max-width: 720px) {
  .rate .titles p {
    font-size: 16px;
  }
}
.rate .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media (max-width: 1000px) {
  .rate .logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 720px) {
  .rate .logos {
    gap: 16px;
  }
}
.rate .logo {
  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;
  position: relative;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(252, 195, 255, 0.06) 28.04%, rgba(255, 255, 255, 0.01) 83.08%);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
.rate .logo:nth-child(1) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.rate .logo img {
  min-height: 60px;
}
.rate .logo::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.13) 1.52%, rgba(255, 255, 255, 0) 100%);
}

.text-section {
  width: 100%;
}
.text-section__wrap {
  width: 100%;
  padding: 200px 0;
  position: relative;
  z-index: 3;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .text-section__wrap {
    padding: 180px 0;
  }
}
@media (max-width: 1000px) {
  .text-section__wrap {
    padding: 144px 0;
  }
}
@media (max-width: 700px) {
  .text-section__wrap {
    padding: 128px 0;
  }
}
.text-section__wrap h1 {
  font-size: 85px;
  font-style: normal;
  font-weight: 600;
  line-height: 94px; /* 110.588% */
  letter-spacing: -3.4px;
  margin-bottom: 32px;
}
@media (max-width: 700px) {
  .text-section__wrap h1 {
    font-size: 50px;
    line-height: 60px; /* 120% */
    letter-spacing: -2px;
    margin-bottom: 32px;
  }
}
.text-section__wrap .date {
  color: var(--Medium-Gray, #8A8F98);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 164.706% */
  letter-spacing: -0.34px;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.text-section__wrap h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.96px;
  margin-top: auto;
  margin: 32px 0 24px;
}
@media (max-width: 990px) {
  .text-section__wrap h3 {
    font-size: 27px;
    line-height: 40px; /* 148.148% */
    letter-spacing: -0.81px;
  }
}
@media (max-width: 720px) {
  .text-section__wrap h3 {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
  }
}
.text-section__wrap p {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 16px 0;
}

.faq {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 200px;
}
@media (max-width: 1600px) {
  .faq {
    margin-bottom: 160px;
  }
}
.faq__wrap {
  width: 100%;
  padding-top: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .faq__wrap {
    padding-top: 180px;
  }
}
@media (max-width: 700px) {
  .faq__wrap {
    padding-top: 128px;
  }
}
.faq h2 {
  margin-bottom: 48px;
}
.faq__list {
  width: 100%;
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.faq__item {
  width: 100%;
  position: relative;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  -webkit-box-shadow: 3.8px 16.15px 33.25px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 3.8px 16.15px 33.25px 0px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(19px);
          backdrop-filter: blur(19px);
  overflow: hidden;
}
.faq__item::before {
  content: "";
  position: absolute;
  width: 919px;
  height: 136px;
  position: absolute;
  right: 0.06px;
  bottom: -302px;
  border-radius: 100%;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.3) 2.78%, rgba(54, 156, 255, 0.3) 122.3%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.faq__item::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(137deg, rgba(255, 255, 255, 0.16) 1.52%, rgba(255, 255, 255, 0.01) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.faq__item.open .faq__item-content {
  grid-template-rows: 1fr;
}
.faq__item.open::before {
  opacity: 1;
  bottom: -102px;
}
.faq__item.open .faq__item-top button .minus {
  opacity: 1;
}
.faq__item.open .faq__item-top button .plus {
  opacity: 0;
}
.faq__item-top {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 23.1px */
  letter-spacing: -0.84px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 700px) {
  .faq__item-top {
    padding: 16px;
    font-size: 16px;
    letter-spacing: -0.64px;
  }
}
.faq__item-top button {
  width: 32px;
  height: 32px;
  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;
}
.faq__item-top button .icon {
  width: 32px;
  height: 32px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__item-top button .minus {
  opacity: 0;
}
.faq__item-top button .plus {
  opacity: 1;
}
.faq__item-content {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  .faq__item-content {
    font-size: 12px;
    line-height: 20px;
  }
}
.faq__item-content div {
  max-height: 100%;
  overflow: hidden;
}
.faq__item-content p {
  padding: 0 24px 20px;
}
@media (max-width: 700px) {
  .faq__item-content p {
    padding: 0 16px 16px;
  }
}

.looking {
  width: 100%;
  position: relative;
}
.looking .looking__bg {
  position: absolute;
  right: 0;
  top: -390px;
  pointer-events: none;
  width: 1400px;
}
.looking .looking__bg-css {
  position: absolute;
  left: 30%;
  top: 0px;
  pointer-events: none;
  width: 100%;
  height: 600px;
  background: radial-gradient(ellipse 1200px 300px at 30% 50%, rgba(38, 13, 212, 0.2) 0%, rgba(146, 54, 115, 0.15) 50%, rgba(50, 20, 162, 0.1) 100%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
@media (max-width: 1300px) {
  .looking .looking__bg-css {
    left: 0;
    top: -400px;
  }
}
.looking__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 200px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1500px) {
  .looking__wrap {
    padding-top: 160px;
  }
}
@media (max-width: 990px) {
  .looking__wrap {
    padding-top: 128px;
  }
}
.looking__wrap h2 {
  margin-bottom: 18px;
  text-align: center;
  line-height: 140%;
}
.looking__wrap p {
  color: var(--Secondary-Light, #E6E6E6);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.18px;
  max-width: 690px;
  text-align: center;
  margin-bottom: 32px;
}
.looking__nav {
  margin-bottom: 40px;
  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;
  border-radius: 128px;
  background: rgba(255, 255, 255, 0.12);
  padding: 4px;
}
.looking__nav button {
  padding: 12px 16px;
  border-radius: 32px;
  color: #F6F6F6;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  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;
  min-width: 156px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.looking__nav button.active {
  background: #FFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.6);
          box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.6);
  color: #0D0D0D;
}

.contact-form {
  width: 100%;
  position: relative;
  margin-bottom: 96px;
}
@media (max-width: 1500px) {
  .contact-form {
    margin-bottom: 160px;
  }
}
@media (max-width: 1300px) {
  .contact-form {
    margin-bottom: 128px;
  }
}
.contact-form .cta__vector {
  max-width: 1920px;
  left: 17%;
  z-index: 2;
}
@media (max-width: 1300px) {
  .contact-form .cta__vector {
    left: 0;
    top: -400px;
  }
}
@media (max-width: 900px) {
  .contact-form .cta__vector {
    display: none;
  }
}
.contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.09)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .contact-form::before {
    display: none;
  }
}
.contact-form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  background: #0e0d10;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .contact-form::after {
    display: none;
  }
}
.contact-form .container {
  max-width: 1808px;
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 1300px) {
  .contact-form .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 700px) {
  .contact-form .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-form__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 5;
}
@media (max-width: 1300px) {
  .contact-form__wrap {
    grid-template-columns: 1fr;
  }
}
.contact-form__left {
  padding: 80px 0 80px 128px;
  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;
}
@media (max-width: 1800px) {
  .contact-form__left {
    padding-left: 64px;
  }
}
@media (max-width: 1600px) {
  .contact-form__left {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 1300px) {
  .contact-form__left {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 0px;
  }
}
@media (max-width: 1300px) {
  .contact-form__left {
    position: relative;
    padding-right: 0;
  }
  .contact-form__left::before {
    content: "";
    position: absolute;
    top: 0;
    left: -32px;
    width: calc(100% + 64px);
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.09)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
    z-index: 0;
    pointer-events: none;
  }
  .contact-form__left > * {
    position: relative;
  }
}
@media (max-width: 990px) {
  .contact-form__left {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media (max-width: 700px) {
  .contact-form__left {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .contact-form__left::before {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.contact-form__left .title {
  color: #F6F6F6;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 32px;
}
@media (max-width: 1300px) {
  .contact-form__left .title {
    text-align: center;
    margin-bottom: 56px;
  }
}
@media (max-width: 990px) {
  .contact-form__left .title {
    text-align: left;
  }
}
.contact-form__left .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 38px;
}
@media (max-width: 1300px) {
  .contact-form__left .items {
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 990px) {
  .contact-form__left .items {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.contact-form__left .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  position: relative;
}
@media (max-width: 1300px) {
  .contact-form__left .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 32px;
  }
}
@media (max-width: 990px) {
  .contact-form__left .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    text-align: left;
  }
}
.contact-form__left .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 31px;
  height: 38px;
  width: 1px;
  background: #565656;
  top: 100%;
}
@media (max-width: 1300px) {
  .contact-form__left .item::before {
    height: 1px;
    width: calc(100% - 64px + 48px);
    top: 32px;
    left: calc(50% + 32px);
  }
}
@media (max-width: 990px) {
  .contact-form__left .item::before {
    width: 1px;
    height: calc(100% - 32px);
    top: 64px;
    left: 31px;
  }
}
.contact-form__left .item:last-child::before {
  display: none;
}
.contact-form__left .item .num {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 32px;
  border: 1px solid #565656;
  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;
  color: #E7E7E7;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.48px;
}
.contact-form__left .item .label {
  color: #F6F6F6;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.72px;
  margin-bottom: 8px;
}
@media (max-width: 1300px) {
  .contact-form__left .item .label {
    font-size: 21px;
    line-height: 28px; /* 133.333% */
    letter-spacing: -0.63px;
  }
}
.contact-form__left .item p {
  color: var(--Secondary-Light, #E6E6E6);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-form__right {
  padding: 80px 128px 80px 0;
}
@media (max-width: 1800px) {
  .contact-form__right {
    padding-right: 64px;
  }
}
@media (max-width: 1600px) {
  .contact-form__right {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 1300px) {
  .contact-form__right {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 0px;
  }
}
@media (max-width: 1300px) {
  .contact-form__right {
    position: relative;
    padding-right: 0;
  }
  .contact-form__right::before {
    content: "";
    position: absolute;
    top: 0;
    left: -32px;
    width: calc(100% + 64px);
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
    z-index: 0;
    pointer-events: none;
  }
  .contact-form__right > * {
    position: relative;
  }
}
@media (max-width: 990px) {
  .contact-form__right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 700px) {
  .contact-form__right::before {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.contact-form__right .form {
  width: 100%;
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .contact-form__right .form {
    max-width: 710px;
    margin: 0 auto;
  }
}
@media (max-width: 1100px) {
  .contact-form__right .form {
    max-width: 100%;
  }
}
.contact-form__right .form.hidden {
  display: none;
}
.contact-form__right .form > p {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 160% */
  text-transform: uppercase;
  margin-bottom: 32px;
}
.contact-form__right .form > p a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.contact-form__right .form__field {
  width: 100%;
  margin-bottom: 24px;
}
.contact-form__right .form__field label {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  display: block;
  margin-bottom: 12px;
}
.contact-form__right .form__field .input {
  position: relative;
  width: 100%;
  position: relative;
  border-radius: 12px;
}
.contact-form__right .form__field .input span {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(83deg, #FF3BE7 2.57%, #369CFF 98.93%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-form__right .form__field .input input:focus + span {
  opacity: 1;
}
.contact-form__right .form__field input {
  width: 100%;
  height: 56px;
  border-radius: inherit;
  background: #1E1B21;
  padding: 6px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-form__right .form__field input:hover {
  background: #242128;
}
.contact-form__right .form__field input::-webkit-input-placeholder {
  color: #474251;
}
.contact-form__right .form__field input::-moz-placeholder {
  color: #474251;
}
.contact-form__right .form__field input:-ms-input-placeholder {
  color: #474251;
}
.contact-form__right .form__field input::-ms-input-placeholder {
  color: #474251;
}
.contact-form__right .form__field input::placeholder {
  color: #474251;
}
.contact-form__right .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  margin-top: auto;
}
@media (max-width: 1300px) {
  .contact-form__right .form__actions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .contact-form__right .form__actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 990px) {
  .contact-form__right .form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 990px) {
  .contact-form__right .form__actions button {
    width: 100%;
    max-width: 100%;
  }
  .contact-form__right .form__actions button .gradient-button__wrap {
    width: 100%;
  }
}
.contact-form__right .form__actions button .gradient-button__wrap {
  background: radial-gradient(134.63% 144.12% at 50% 100%, #E83BFF 0%, #369CFF 100%);
}
.contact-form__right .form__actions button .gradient-button__wrap::before {
  background: radial-gradient(134.63% 144.12% at 50% 100%, #C710DF 0%, #1E90FF 100%);
}
.contact-form__right .form__actions p {
  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;
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  text-transform: uppercase;
}
.contact-form__right .form__actions p .icon {
  width: 32px;
  height: 32px;
}

.contact-form-support {
  width: 100%;
  position: relative;
}
.contact-form-support .cta__vector {
  max-width: 1920px;
  left: 17%;
  z-index: 2;
}
@media (max-width: 1300px) {
  .contact-form-support .cta__vector {
    left: 0;
    top: -400px;
  }
}
@media (max-width: 900px) {
  .contact-form-support .cta__vector {
    display: none;
  }
}
.contact-form-support::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(176% 120.1% at 50% 100%, #E83BFF 0%, #369CFF 100%);
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 950px) {
  .contact-form-support::before {
    display: none;
  }
}
.contact-form-support::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  background: #0e0d10;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 950px) {
  .contact-form-support::after {
    display: none;
  }
}
.contact-form-support .container {
  max-width: 1808px;
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 1300px) {
  .contact-form-support .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 700px) {
  .contact-form-support .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-form-support__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 5;
}
@media (max-width: 950px) {
  .contact-form-support__wrap {
    grid-template-columns: 1fr;
  }
}
.contact-form-support__left {
  padding: 120px 80px 120px 0;
  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;
}
@media (max-width: 1800px) {
  .contact-form-support__left {
    padding-right: 64px;
  }
}
@media (max-width: 1600px) {
  .contact-form-support__left {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 1300px) {
  .contact-form-support__left {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 32px;
  }
}
@media (max-width: 950px) {
  .contact-form-support__left {
    position: relative;
    padding-right: 0;
  }
  .contact-form-support__left::before {
    content: "";
    position: absolute;
    top: 0;
    left: -32px;
    width: calc(100% + 64px);
    height: 100%;
    background: radial-gradient(176% 120.1% at 50% 100%, #E83BFF 0%, #369CFF 100%);
    z-index: 0;
    pointer-events: none;
  }
  .contact-form-support__left > * {
    position: relative;
  }
}
@media (max-width: 700px) {
  .contact-form-support__left {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .contact-form-support__left::before {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.contact-form-support__left .title {
  font-size: 156px;
  font-style: normal;
  font-weight: 600;
  line-height: 134px; /* 85.897% */
  letter-spacing: -9.36px;
  margin-bottom: 20px;
}
@media (max-width: 1190px) {
  .contact-form-support__left .title {
    font-size: 120px;
    line-height: 102px; /* 85% */
    letter-spacing: -7.2px;
  }
}
@media (max-width: 950px) {
  .contact-form-support__left .title {
    margin-bottom: 48px;
  }
  .contact-form-support__left .title br {
    display: none;
  }
}
@media (max-width: 800px) {
  .contact-form-support__left .title {
    font-size: 100px;
    line-height: 90px; /* 90% */
    letter-spacing: -6px;
  }
}
.contact-form-support__left .title svg {
  margin-left: 8px;
  margin-right: -3px;
}
@media (max-width: 1190px) {
  .contact-form-support__left .title svg {
    height: 65px;
    width: 127px;
  }
}
@media (max-width: 800px) {
  .contact-form-support__left .title svg {
    height: 54px;
    width: 105px;
  }
}
.contact-form-support__left .title .grad-text {
  padding-right: 10px;
}
@media (max-width: 950px) {
  .contact-form-support__left .title .grad-text {
    display: inline-block;
  }
}
.contact-form-support__left p {
  max-width: 556px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 800px) {
  .contact-form-support__left p {
    font-size: 16px;
  }
}
.contact-form-support__right {
  padding: 120px 0 120px 120px;
}
@media (max-width: 1800px) {
  .contact-form-support__right {
    padding-left: 64px;
  }
}
@media (max-width: 1600px) {
  .contact-form-support__right {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 1300px) {
  .contact-form-support__right {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 32px;
  }
}
@media (max-width: 950px) {
  .contact-form-support__right {
    position: relative;
    padding-left: 0;
  }
  .contact-form-support__right::before {
    content: "";
    position: absolute;
    top: 0;
    left: -32px;
    width: calc(100% + 64px);
    height: 100%;
    background: #0e0d10;
    z-index: 0;
    pointer-events: none;
  }
  .contact-form-support__right > * {
    position: relative;
  }
}
@media (max-width: 700px) {
  .contact-form-support__right::before {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.contact-form-support__right .form {
  width: 100%;
}
.contact-form-support__right .form__field {
  width: 100%;
  margin-bottom: 24px;
}
.contact-form-support__right .form__field label {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  display: block;
  margin-bottom: 12px;
}
.contact-form-support__right .form__field input {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  background: #1E1B21;
  padding: 6px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.contact-form-support__right .form__field input::-webkit-input-placeholder {
  color: #474251;
}
.contact-form-support__right .form__field input::-moz-placeholder {
  color: #474251;
}
.contact-form-support__right .form__field input:-ms-input-placeholder {
  color: #474251;
}
.contact-form-support__right .form__field input::-ms-input-placeholder {
  color: #474251;
}
.contact-form-support__right .form__field input::placeholder {
  color: #474251;
}
.contact-form-support__right .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1100px) {
  .contact-form-support__right .form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1100px) {
  .contact-form-support__right .form__actions button {
    width: 100%;
    max-width: 100%;
  }
  .contact-form-support__right .form__actions button .gradient-button__wrap {
    width: 100%;
  }
}
.contact-form-support__right .form__actions p {
  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;
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  text-transform: uppercase;
}
.contact-form-support__right .form__actions p .icon {
  width: 32px;
  height: 32px;
}

.contact-form-support__right .gradient-button__wrap {
  background: radial-gradient(134.63% 144.12% at 50% 100%, #E83BFF 0%, #369CFF 100%);
}

.contact-form-support__right .gradient-button__wrap::before {
  background: radial-gradient(134.63% 144.12% at 50% 100%, #C710DF 0%, #1E90FF 100%);
}

.footer {
  width: 100%;
  background: #060509;
}
.footer__wrap {
  width: 100%;
  padding: 72px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 48px;
}
@media (max-width: 1300px) {
  .footer__wrap {
    padding: 52px 0;
  }
}
@media (max-width: 950px) {
  .footer__wrap {
    row-gap: 40px;
  }
}
@media (max-width: 600px) {
  .footer__wrap {
    gap: 32px;
    padding: 23px 0;
  }
}
@media (max-width: 950px) {
  .footer__left {
    grid-column: span 2;
  }
}
.footer__left p {
  color: var(--Medium-Gray, #8A8F98);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  max-width: 410px;
}
@media (max-width: 950px) {
  .footer__left p {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .footer__left p {
    font-size: 11px;
    line-height: 16px;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .footer__logo {
    width: 120px;
    margin-bottom: 24px;
  }
}
.footer__nav {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 950px) {
  .footer__nav {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .footer__nav {
    grid-template-columns: 1fr 1fr;
  }
}
.footer__list {
  color: var(--Medium-Gray, #8A8F98);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 164.706% */
  letter-spacing: -0.34px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.footer__list a {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: -0.3px;
  text-transform: none;
}
@media (max-width: 760px) {
  .footer__logos {
    grid-column: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.footer__logos .label {
  color: var(--Medium-Gray, #8A8F98);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
}
@media (max-width: 760px) {
  .footer__logos .label {
    margin-bottom: 0;
  }
}
.footer__logos .icon {
  height: auto;
  max-height: 32px;
}
.footer__logos .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--Medium-Gray, #8A8F98);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 950px) {
  .footer__info {
    gap: 16px;
  }
}
@media (max-width: 760px) {
  .footer__info {
    grid-column: span 2;
  }
}
.footer__info p {
  min-width: 320px;
}
@media (max-width: 950px) {
  .footer__info p {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}/*# sourceMappingURL=style.css.map */
