.container {
  width: 100%;
  max-width: 1470px;
  padding: 0 40px;
  margin: 0 auto;
}
.container--w1520 {
  max-width: 1600px;
}

@media only screen and (max-width: 1599px) {
  .container {
    max-width: 1600px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
:root {
  --black: #020211;
  --blue: #5599FF;
  --violet: #9F5CFF;
  --periwinkle: #A7B9FF;
  --green: #AFCC5C;
  --gradient: linear-gradient(90deg, #9F5CFF, #3295FF);
  --brs: 20px;
  --blur: blur(15px);
}

@media (pointer: fine) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ::-webkit-scrollbar-thumb {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9F5CFF), to(#3295FF));
    background-image: linear-gradient(-180deg, #9F5CFF, #3295FF);
    border-radius: 0px;
  }
  ::-webkit-scrollbar-track {
    background-color: var(--black);
  }
  @-moz-document url-prefix() {
    * {
      scrollbar-color: #9F5CFF var(--black);
    }
  }
}
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  min-width: 320px;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background-color: var(--black);
  margin: 0;
}

img {
  max-width: 100%;
}

input:required, textarea:required {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input:invalid, textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}
input:focus, textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #fff;
}
a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

button:active, button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input, select, button {
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
}

input:disabled {
  opacity: 1;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal,
input[type=tel]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

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

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.slick-slide {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.hidden {
  display: none;
}

svg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wrap {
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.wrap:before {
  position: absolute;
  content: "";
  left: 0;
  -webkit-transform: translate(-64%, -64%);
          transform: translate(-64%, -64%);
  top: 0;
  border-radius: 100%;
  background-color: #90f;
  width: 34%;
  aspect-ratio: 1;
  -webkit-filter: blur(300px);
          filter: blur(300px);
  pointer-events: none;
  z-index: 2;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section {
  margin: 200px 0;
  position: relative;
}
.section-subtitle {
  margin-top: 30px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: var(--periwinkle);
}

.h1 {
  margin: 0;
  font-weight: 700;
  font-size: 70px;
  text-align: center;
  line-height: 1.2;
}
.h1 span {
  background: -webkit-gradient(linear, left top, right top, from(#9f5cff), to(#3295ff));
  background: linear-gradient(90deg, #9f5cff 0%, #3295ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
.h2 span {
  background-image: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h3 {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
}
.h3 span {
  background-image: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.format-text-p p {
  margin: 20px 0;
}
.format-text-p p:nth-child(1) {
  margin-top: 0;
}
.format-text-p p:last-child {
  margin-bottom: 0;
}
.format-text-p b, .format-text-p strong {
  font-weight: 700;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border: none;
  text-align: center;
  border-radius: 10em;
  font-weight: 600;
  padding: 30px 80px;
  color: #fff;
  background-image: var(--gradient);
  background-color: transparent;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
}
.btn:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  content: "";
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#9F5CFF), to(#3295FF));
  background-image: linear-gradient(-90deg, #9F5CFF, #3295FF);
  border-radius: 10em;
  z-index: 2;
}
.btn:after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  content: "";
  opacity: 1;
  background-image: var(--gradient);
  border-radius: 10em;
}
.btn__title {
  position: relative;
  z-index: 2;
}
.btn__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.btn:active:before {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.btn--sm {
  padding: 10px 40px;
}
.btn--blue {
  background-color: var(--blue);
  background-image: none;
}
.btn--blue:after {
  opacity: 0;
}
.btn--blue:active:before {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (hover) {
  .btn:hover:before {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .btn--blue:hover:before {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.social__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f0d2b), to(#151242));
  background-image: linear-gradient(180deg, #0f0d2b 0%, #151242 100%);
}
.social__link svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.social__link + .social__link {
  margin-left: 22px;
}
.social__link:active svg path {
  fill: var(--blue);
}

@media (hover) {
  .social__link:hover svg path {
    fill: var(--blue);
  }
}
.swiper-pagination {
  z-index: 3;
  position: relative;
  top: auto;
  bottom: auto;
  line-height: 1;
}
.swiper-pagination-bullet {
  width: 45px;
  height: 5px;
  background: #16133F;
  border: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 10em;
  margin: 0 5px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: var(--blue);
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-top: 40px;
}

.wow {
  visibility: hidden;
}

@media (hover) {
  .swiper-pagination-bullet:hover {
    background-color: var(--blue);
  }
}
.page-section {
  padding: 195px 0 200px;
}
.page-header {
  text-align: center;
  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: 130px;
}
.page-subtitle {
  margin-top: 50px;
  font-weight: 500;
  font-size: 24px;
  color: var(--periwinkle);
  max-width: 540px;
}
.page-subtitle p {
  margin: 35px 0;
}

@media only screen and (max-width: 1199px) {
  body.noscroll {
    overflow: hidden;
  }
  .wrap:before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 35%;
    -webkit-filter: blur(200px);
            filter: blur(200px);
  }
  .section {
    margin: 150px 0;
  }
  .section-subtitle {
    font-size: 22px;
  }
  .h1 {
    font-size: 52px;
  }
  .h2 {
    font-size: 40px;
  }
  .h3 {
    font-size: 28px;
  }
  .page-section {
    padding: 150px 0;
  }
  .page-header {
    padding-bottom: 100px;
  }
  .page-subtitle {
    font-size: 22px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .wrap:before {
    width: 70%;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
  .section {
    margin: 100px 0;
  }
  .section-subtitle {
    font-size: 20px;
    margin-top: 20px;
  }
  .btn:not(.btn--sm, .user-btn) {
    padding: 30px 60px;
  }
  .h1 {
    font-size: 36px;
  }
  .h2 {
    font-size: 30px;
  }
  .h3 {
    font-size: 24px;
  }
  .page-section {
    padding-bottom: 100px;
  }
  .page-subtitle {
    font-size: 20px;
    margin-top: 30px;
  }
  .page-subtitle p {
    margin: 30px 0;
  }
}
.slideInLeftOpacity {
  -webkit-animation-name: slideInLeftOpacity;
          animation-name: slideInLeftOpacity;
}

@-webkit-keyframes slideInLeftOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeftOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slideInRightOpacity {
  -webkit-animation-name: slideInRightOpacity;
          animation-name: slideInRightOpacity;
}

@-webkit-keyframes slideInRightOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRightOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slideInUpOpacity {
  -webkit-animation-name: slideInUpOpacity;
          animation-name: slideInUpOpacity;
}

@-webkit-keyframes slideInUpOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUpOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideInDownOpacity {
  -webkit-animation-name: slideInDownOpacity;
          animation-name: slideInDownOpacity;
}

@-webkit-keyframes slideInDownOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDownOpacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInOpacity {
  -webkit-animation-name: fadeInOpacity;
          animation-name: fadeInOpacity;
}

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInImage {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInImage {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes rotateImage {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes rotateImage {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.rotateImage {
  -webkit-animation-name: rotateImage;
          animation-name: rotateImage;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo img {
  width: 100%;
}

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.language-icon {
  width: 20px;
  height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}
.language-title {
  font-weight: 600;
  font-size: 14px;
  color: #dbdad9;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.language:hover .language-title {
  color: var(--blue);
}

.header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  padding-top: 40px;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: padding-top 0.3s ease, height 0.3s ease;
  transition: padding-top 0.3s ease, height 0.3s ease;
}
.header.fixed {
  background-color: #0B0922;
  padding-top: 0;
  height: 80px;
  border-color: #1b1858;
}
.header-block {
  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;
  height: 80px;
  position: relative;
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 170px;
  margin-right: 100px;
}
.header__menu {
  margin-right: auto;
}
.header__language {
  z-index: 2;
  position: relative;
  margin-left: 30px;
}
.header-btns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-btns .btn + .btn {
  margin-left: 20px;
}

.menu__list {
  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;
}
.menu__item + .menu__item {
  margin-left: 60px;
}
.menu__item.current_page_item .menu__link {
  color: var(--blue);
}
.menu__link {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu__link:active {
  color: var(--blue);
}

.hamburger {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 0;
  height: 42px;
  background-color: transparent;
  z-index: 12;
}
.hamburger .hamburger-box {
  width: 42px;
  height: 24px;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
  background-color: var(--blue);
  height: 3px;
  width: 42px;
  border-radius: 10em;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-inner::before {
  top: 10px;
}

@media (hover) {
  .menu__link:hover {
    color: var(--blue);
  }
}
@media only screen and (max-width: 1599px) {
  .header {
    padding-top: 20px;
    height: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .header {
    padding-top: 0;
    height: 80px;
  }
  .header__logo {
    position: relative;
    z-index: 20;
    margin-right: auto;
  }
  .header.opened .header__menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .header.opened .header__menu .menu__list {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .header__hamburger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 30px;
  }
  .header__menu {
    margin: 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: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #0B0922;
    opacity: 0;
    visibility: hidden;
    padding: 100px 0;
  }
  .header__menu .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .header__menu .menu__item {
    margin-right: 0;
    width: 100%;
  }
  .header__menu .menu__item + .menu__item {
    margin-left: 0;
    margin-top: 40px;
  }
  .menu__hamburger {
    position: absolute;
    top: 30px;
    right: 0;
    opacity: 0;
    visibility: hidden;
  }
  .menu__hamburger.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .menu__hamburger .hamburger-inner,
  .menu__hamburger .hamburger-inner::after,
  .menu__hamburger .hamburger-inner::before {
    background-color: #fff;
  }
}
@media only screen and (max-width: 991px) {
  .header-btns {
    display: none;
  }
  .header__language {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-block {
    position: relative;
  }
  .header__logo {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .header__hamburger {
    margin-left: 20px;
  }
}
.notifications {
  margin-left: 30px;
  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;
  z-index: 21;
}
.notifications.visible .notifications-button:before {
  opacity: 1;
}
.notifications.visible .notifications-button .notifications-button__icon path {
  fill: #fff;
}
.notifications.visible .notifications-dropdown {
  opacity: 1;
  visibility: visible;
}
.notifications-button {
  padding: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}
.notifications-button:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#5954aa), to(#433e86));
  background-image: linear-gradient(90deg, #5954aa 0%, #433e86 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.notifications-button__icon {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.notifications-button__icon path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.notifications-button__count {
  position: absolute;
  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;
  bottom: 5px;
  right: 5px;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ead281), to(#95c94c));
  background-image: linear-gradient(180deg, #ead281 0%, #95c94c 100%);
  z-index: 2;
  font-weight: 800;
  font-size: 11px;
  color: var(--black);
}
.notifications-button:active:before {
  opacity: 1;
}
.notifications-button:active .notifications-button__icon path {
  fill: #fff;
}
.notifications-dropdown {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  border: 1px solid #1b1858;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 13, 43, 0.8)), to(rgba(21, 18, 66, 0.8)));
  background: linear-gradient(180deg, rgba(15, 13, 43, 0.8) 0%, rgba(21, 18, 66, 0.8) 100%);
  border-radius: 10px;
  padding: 30px;
  width: 350px;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.notifications-list {
  overflow: hidden;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(70vh - 200px);
}
.notifications-top {
  padding-right: 66px;
}
.notifications-title {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.notifications-close {
  padding: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  background-color: var(--blue);
  width: 36px;
  height: 36px;
  border-radius: 100%;
  position: absolute;
  top: 26px;
  right: 20px;
}
.notifications-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
.notifications-filter {
  margin-top: 30px;
}
.notifications-filter .btn {
  width: 100%;
}
.notifications-overlay {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  height: 100dvh;
  z-index: 21;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.notifications-overlay.visible {
  opacity: 0.75;
  visibility: visible;
}

.notification.read {
  color: var(--periwinkle);
}
.notification + .notification {
  margin-top: 30px;
}
.notification-data, .notification-time {
  color: var(--periwinkle);
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
.notification-time {
  border-left: 1px solid var(--periwinkle);
  padding-left: 5px;
  margin-left: 5px;
}
.notification-text {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
.notification-text a {
  color: inherit;
  text-decoration: none;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}
.notification-text a:hover {
  text-decoration: underline;
  text-decoration-color: inherit;
}
.notification-text b, .notification-text strong {
  font-weight: 700;
}

@media (hover) {
  .notifications-button:hover:before {
    opacity: 1;
  }
  .notifications-button:hover .notifications-button__icon path {
    fill: #fff;
  }
}
.is-user .header-block {
  position: relative;
}
.is-user .notifications {
  position: static;
}
.is-user .notifications-dropdown {
  left: auto;
  right: 0;
  margin-top: -30px;
}

@media only screen and (max-width: 1199px) {
  .is-user .notifications-dropdown {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .notifications {
    position: static;
  }
  .notifications-dropdown {
    left: auto;
    right: 0;
    width: 280px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .notifications {
    margin-left: 20px;
  }
}
.hero {
  background-color: var(--black);
  position: relative;
  aspect-ratio: 1.77;
  padding-top: 16vw;
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.hero-video__hover-block {
  width: 37vw;
  top: 12vw;
  right: 13vw;
  aspect-ratio: 1;
  position: absolute;
  z-index: 2;
}
.hero-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 595px;
}
.hero-title {
  text-align: left;
}
.hero-subtitle {
  font-size: 24px;
  color: var(--periwinkle);
  margin-top: 26px;
}

@media only screen and (max-width: 1599px) {
  .hero {
    aspect-ratio: 1.5;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-subtitle {
    font-size: 22px;
    margin-top: 20px;
  }
  .hero-video__hover-block {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .hero {
    aspect-ratio: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    aspect-ratio: auto;
    padding-top: 80px;
  }
  .hero-video {
    position: relative;
    aspect-ratio: 1.013;
    bottom: auto;
    margin-top: -40px;
  }
  .hero-block {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 50px;
  }
  .hero-title {
    text-align: center;
  }
  .hero-subtitle {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-subtitle {
    font-size: 20px;
  }
}
*::-webkit-input-placeholder {
  opacity: 1;
  font-size: 15px;
  font-weight: 500;
  color: #435082;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
*::-moz-placeholder {
  opacity: 1;
  font-size: 15px;
  font-weight: 500;
  color: #435082;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
*:-ms-input-placeholder {
  opacity: 1;
  font-size: 15px;
  font-weight: 500;
  color: #435082;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
*::-ms-input-placeholder {
  opacity: 1;
  font-size: 15px;
  font-weight: 500;
  color: #435082;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
*::placeholder {
  opacity: 1;
  font-size: 15px;
  font-weight: 500;
  color: #435082;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.form input[type=text],
.form input[type=password],
.form input[type=url],
.form input[type=email],
.form input[type=number],
.form textarea {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  padding: 0 20px;
  text-align: left;
  border: 1px solid var(--black);
  border-radius: 10em;
  background-color: var(--black);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.form input[type=text] + input[type=text], .form input[type=text] + input[type=password], .form input[type=text] + input[type=url], .form input[type=text] + input[type=email], .form input[type=text] + input[type=number],
.form input[type=password] + input[type=text],
.form input[type=password] + input[type=password],
.form input[type=password] + input[type=url],
.form input[type=password] + input[type=email],
.form input[type=password] + input[type=number],
.form input[type=url] + input[type=text],
.form input[type=url] + input[type=password],
.form input[type=url] + input[type=url],
.form input[type=url] + input[type=email],
.form input[type=url] + input[type=number],
.form input[type=email] + input[type=text],
.form input[type=email] + input[type=password],
.form input[type=email] + input[type=url],
.form input[type=email] + input[type=email],
.form input[type=email] + input[type=number],
.form input[type=number] + input[type=text],
.form input[type=number] + input[type=password],
.form input[type=number] + input[type=url],
.form input[type=number] + input[type=email],
.form input[type=number] + input[type=number],
.form textarea + input[type=text],
.form textarea + input[type=password],
.form textarea + input[type=url],
.form textarea + input[type=email],
.form textarea + input[type=number] {
  margin-top: 30px;
}
.form input[type=text]:focus::-webkit-input-placeholder, .form input[type=password]:focus::-webkit-input-placeholder, .form input[type=url]:focus::-webkit-input-placeholder, .form input[type=email]:focus::-webkit-input-placeholder, .form input[type=number]:focus::-webkit-input-placeholder, .form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form input[type=text]:focus::-moz-placeholder, .form input[type=password]:focus::-moz-placeholder, .form input[type=url]:focus::-moz-placeholder, .form input[type=email]:focus::-moz-placeholder, .form input[type=number]:focus::-moz-placeholder, .form textarea:focus::-moz-placeholder {
  opacity: 0;
}
.form input[type=text]:focus:-ms-input-placeholder, .form input[type=password]:focus:-ms-input-placeholder, .form input[type=url]:focus:-ms-input-placeholder, .form input[type=email]:focus:-ms-input-placeholder, .form input[type=number]:focus:-ms-input-placeholder, .form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.form input[type=text]:focus::-ms-input-placeholder, .form input[type=password]:focus::-ms-input-placeholder, .form input[type=url]:focus::-ms-input-placeholder, .form input[type=email]:focus::-ms-input-placeholder, .form input[type=number]:focus::-ms-input-placeholder, .form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.form input[type=text]:focus::placeholder,
.form input[type=password]:focus::placeholder,
.form input[type=url]:focus::placeholder,
.form input[type=email]:focus::placeholder,
.form input[type=number]:focus::placeholder,
.form textarea:focus::placeholder {
  opacity: 0;
}
.form input[type=text]:disabled,
.form input[type=password]:disabled,
.form input[type=url]:disabled,
.form input[type=email]:disabled,
.form input[type=number]:disabled,
.form textarea:disabled {
  border-color: var(--blue);
}
.form textarea {
  resize: none;
  height: 180px;
  border-radius: 25px;
  padding-top: 20px;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: inset 0 0 0 50px var(--black);
  -webkit-text-fill-color: #fff;
}
.form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form .form-row .input-group {
  width: calc(50% - 20px);
}

.input-group {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input-group-addon {
  font-weight: 400;
  font-size: 16px;
  color: var(--periwinkle);
  margin-bottom: 5px;
}

.select {
  visibility: hidden;
}

.jq-selectbox {
  width: 100%;
}
.jq-selectbox.opened .jq-selectbox__trigger {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.jq-selectbox__select {
  width: 100%;
  height: 50px;
  padding: 0 40px 0 20px;
  border: none;
  border-radius: 10em;
  background-image: none;
  background-color: var(--black);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.jq-selectbox__select-text {
  font-family: "Nunito Sans";
  color: #fff;
  height: 100%;
  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;
}
.jq-selectbox__select:hover {
  background-image: none;
  background-color: var(--black);
}
.jq-selectbox__select:active {
  background-color: var(--black);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jq-selectbox.focused .jq-selectbox__select {
  background-color: var(--black);
  border: none;
}
.jq-selectbox__trigger {
  border: none;
  position: absolute;
  right: 20px;
  width: 16px;
  background-image: url("./img/caret.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.jq-selectbox__trigger-arrow {
  display: none;
}
.jq-selectbox__dropdown {
  background-color: var(--black);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 25px;
  padding: 0px;
  overflow: hidden;
  border: none;
}
.jq-selectbox__dropdown li {
  padding: 10px 20px;
  font-family: "Nunito Sans";
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.jq-selectbox__dropdown li:hover {
  background-color: #16133F;
}
.jq-selectbox__dropdown li.selected {
  background-color: var(--black);
}
.jq-selectbox__dropdown li.selected:hover {
  background-color: #16133F;
}

.range-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.range-wrapper label {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.range-wrapper .range-track-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #9aa5d3;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.range-wrapper .range-value {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 1rem;
  color: #ffffff;
}

.ui-slider {
  position: relative;
  height: 6px;
  background: var(--black);
  border-radius: 3px;
  border: none;
  margin: 0 1px;
}
.ui-slider:before {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0E0C2F), to(#252168));
  background-image: linear-gradient(-180deg, #0E0C2F 0%, #252168 100%);
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 4px;
  z-index: -1;
  pointer-events: none;
}
.ui-slider-range {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3px;
  background: var(--gradient);
}
.ui-slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background: var(--blue);
  border: none;
  border-radius: 100%;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.ui-slider-handle:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(85, 153, 255, 0.3);
          box-shadow: 0 0 0 4px rgba(85, 153, 255, 0.3);
}
.ui-slider-handle:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px rgba(85, 153, 255, 0.3);
          box-shadow: 0 0 0 5px rgba(85, 153, 255, 0.3);
}

.fancybox-bg {
  background-color: var(--black);
}

.fancybox-is-open .fancybox-bg {
  background-color: var(--black);
  opacity: 0.75;
}

/* Custom animation */
.fancybox-fx-slide-in-down.fancybox-slide--previous {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.fancybox-fx-slide-in-down.fancybox-slide--next {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.fancybox-fx-slide-in-down.fancybox-slide--current {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fancybox-fx-slide-in-up.fancybox-slide--previous {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.fancybox-fx-slide-in-up.fancybox-slide--next {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.fancybox-fx-slide-in-up.fancybox-slide--current {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fancybox-fx-slide-in-right.fancybox-slide--previous {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.fancybox-fx-slide-in-right.fancybox-slide--next {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.fancybox-fx-slide-in-right.fancybox-slide--current {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.popup {
  overflow: visible;
  border: 1px solid #1b1858;
  border-radius: var(--brs);
  padding: 40px;
  width: 450px;
  -webkit-backdrop-filter: var(--blur);
          backdrop-filter: var(--blur);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 13, 43, 0.8)), to(rgba(21, 18, 66, 0.8)));
  background: linear-gradient(180deg, rgba(15, 13, 43, 0.8) 0%, rgba(21, 18, 66, 0.8) 100%);
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  display: none;
  margin: 20px auto;
  text-align: center;
}
.popup-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -95px;
}
.popup-subtitle {
  margin: 0;
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  color: var(--periwinkle);
}
.popup .fancybox-close-small {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .form .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form .form-row .input-group {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .input-group {
    margin-bottom: 30px;
  }
  .popup {
    width: calc(100% - 40px);
  }
  .popup-image {
    margin-top: -80px;
  }
  .popup-subtitle {
    font-size: 14px;
  }
}
.page-content {
  font-size: 15px;
}
.page-content p {
  margin: 20px 0;
}
.page-content strong, .page-content b {
  font-weight: 700;
}
.page-content a {
  text-decoration: underline;
  text-decoration-color: inherit;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}
.page-content a:hover {
  text-decoration: none;
  text-decoration-color: transparent;
}
.page-content ul li {
  padding-left: 25px;
  position: relative;
}
.page-content ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
  left: 10px;
  top: 9px;
}
.page-content h1 {
  margin: 0;
  font-weight: 700;
  font-size: 70px;
  line-height: 1.2;
}
.page-content h1 span {
  background: -webkit-gradient(linear, left top, right top, from(#9f5cff), to(#3295ff));
  background: linear-gradient(90deg, #9f5cff 0%, #3295ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-content h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}
.page-content h2 span {
  background-image: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-content h3 {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
}
.page-content h3 span {
  background-image: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .page-content h1 {
    font-size: 52px;
  }
  .page-content h2 {
    font-size: 40px;
  }
  .page-content h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .page-content {
    font-size: 14px;
  }
  .page-content ul li {
    padding-left: 15px;
  }
  .page-content ul li:before {
    left: 0px;
    top: 8px;
  }
  .page-content h1 {
    font-size: 36px;
  }
  .page-content h2 {
    font-size: 30px;
  }
  .page-content h3 {
    font-size: 24px;
  }
}
.staking-calculator {
  position: relative;
  z-index: 2;
  border: 1px solid #1b1858;
  border-radius: var(--brs);
  padding: 70px 90px;
  -webkit-backdrop-filter: var(--blur);
          backdrop-filter: var(--blur);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 13, 43, 0.8)), to(rgba(21, 18, 66, 0.8)));
  background: linear-gradient(180deg, rgba(15, 13, 43, 0.8) 0%, rgba(21, 18, 66, 0.8) 100%);
}
.staking-calculator-section {
  margin-top: -110px;
}
.staking-calculator-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.staking-calculator-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 90px;
  width: 100%;
}
.staking-calculator-total-block {
  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: var(--brs);
  padding: 40px;
  height: 220px;
  background-color: #16133f;
}
.staking-calculator-total-block + .staking-calculator-total-block {
  margin-top: 20px;
}
.staking-calculator-total__title {
  font-size: 16px;
  color: var(--periwinkle);
}
.staking-calculator-crypto {
  text-align: center;
  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;
}
.staking-calculator-crypto__icon {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}
.staking-calculator-crypto__percent, .staking-calculator-crypto__crypto-total {
  margin-top: 10px;
  font-weight: 700;
  font-size: 32px;
  background-image: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.staking-calculator-crypto__percent span, .staking-calculator-crypto__crypto-total span {
  font-size: 16px;
}
.staking-calculator-crypto__usd-total {
  margin-top: 10px;
  font-size: 16px;
}
.staking-calculator-form {
  width: 51.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.staking-calculator-form-group {
  margin-top: 60px;
}
.staking-calculator-form-group + .staking-calculator-form-group {
  padding-top: 60px;
  border-top: 1px solid #221F5B;
}
.staking-calculator-form-row {
  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;
}
.staking-calculator-form-label {
  font-weight: 500;
  font-size: 20px;
}
.staking-calculator-form__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px;
}
.staking-calculator-form__labels span {
  white-space: nowrap;
  font-size: 16px;
  color: var(--periwinkle);
}
.staking-calculator-form input[type=text],
.staking-calculator-form input[type=password],
.staking-calculator-form input[type=url],
.staking-calculator-form input[type=email],
.staking-calculator-form input[type=number] {
  background-color: #16133f;
  width: 120px;
  height: 37px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.staking-calculator-form input:-webkit-autofill,
.staking-calculator-form input:-webkit-autofill:hover,
.staking-calculator-form input:-webkit-autofill:focus,
.staking-calculator-form input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: inset 0 0 0 37px #16133f;
  -webkit-text-fill-color: #fff;
}

.token-option {
  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;
  width: 100%;
}
.token-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.token-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 28px;
}
.token-name {
  font-weight: 500;
  font-size: 15px;
}
.token-symbol {
  font-weight: 500;
  font-size: 15px;
  color: var(--periwinkle);
}
.token-data {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--blue);
  white-space: nowrap;
}

.range-slider {
  margin-top: 30px;
}

@media only screen and (max-width: 1599px) {
  .staking-calculator-section {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 1199px) {
  .staking-calculator {
    padding: 70px;
  }
  .staking-calculator-section {
    margin-top: -60px;
  }
  .staking-calculator-total {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .staking-calculator-section {
    margin-top: 0px;
  }
  .staking-calculator-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .staking-calculator-total {
    margin-left: 0;
    margin-top: 50px;
  }
  .staking-calculator-form {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .staking-calculator {
    padding: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .staking-calculator {
    padding: 30px 20px;
  }
  .staking-calculator-block {
    margin-top: 30px;
  }
  .staking-calculator-total {
    margin-top: 30px;
  }
  .staking-calculator-form-label {
    font-size: 16px;
  }
  .staking-calculator-form__labels span {
    font-size: 14px;
  }
  .staking-calculator-form-group {
    margin-top: 30px;
  }
  .staking-calculator-form-group + .staking-calculator-form-group {
    padding-top: 30px;
  }
  .token-name {
    font-size: 14px;
  }
  .token-symbol {
    font-size: 14px;
  }
  .token-data {
    font-size: 14px;
  }
}
.community-statistics {
  margin-bottom: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 700px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 100px;
}
.community-statistics-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.community-statistics-info {
  max-width: 500px;
}
.community-statistics-info .h2 {
  text-align: left;
}

.community-statistic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
.community-statistic__value {
  font-weight: 800;
  font-size: 48px;
  background-image: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.community-statistic__text {
  font-size: 18px;
  color: var(--periwinkle);
}
.community-statistic:nth-child(1) .community-statistic__value {
  background-image: -webkit-gradient(linear, right top, left top, from(#d288f4), to(#e54f7f));
  background-image: linear-gradient(270deg, #d288f4 0%, #e54f7f 100%);
}
.community-statistic:nth-child(3) .community-statistic__value {
  background-image: -webkit-gradient(linear, right top, left top, from(#ead281), to(#95c94c));
  background-image: linear-gradient(270deg, #ead281 0%, #95c94c 100%);
}

@media only screen and (max-width: 1299px) {
  .community-statistics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    margin-left: 70px;
    margin-bottom: -40px;
  }
  .community-statistic {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .community-statistics {
    text-align: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .community-statistics-info {
    text-align: center;
  }
  .community-statistics-info .h2 {
    text-align: center;
  }
  .community-statistics-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .community-statistics {
    margin-top: 50px;
    margin-bottom: -30px;
  }
  .community-statistic {
    margin-bottom: 30px;
  }
  .community-statistic__value {
    font-size: 40px;
  }
  .community-statistic__text {
    font-size: 16px;
  }
}
.programs {
  margin-top: 60px;
  position: relative;
}
.programs-bg {
  position: absolute;
  top: 50%;
  margin-top: -2vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  aspect-ratio: 1.777;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
.programs-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.programs-column {
  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: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 220px;
}
.programs-column:nth-child(2n) {
  width: 240px;
}
.programs-column:nth-child(2n) .program {
  margin-left: 0;
  margin-right: auto;
}
.programs-column:nth-child(2n) .program:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
}
.programs-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  pointer-events: none;
  z-index: -1;
}
.programs-circle {
  width: 1080px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.program {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  text-align: center;
  margin-left: auto;
}
.program:nth-child(2n) {
  margin-left: 0;
  margin-right: auto;
  margin-top: 94px;
  margin-bottom: 114px;
}
.program__level {
  font-size: 16px;
  background-color: var(--blue);
  border-radius: 10em;
  padding: 5px 15px;
  white-space: nowrap;
  margin-bottom: 13px;
}
.program__percent {
  font-weight: 700;
  font-size: 48px;
}
.program__text {
  margin-top: 13px;
  font-weight: 500;
  font-size: 16px;
  color: var(--periwinkle);
}

.programs-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 130px;
  margin-bottom: -20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.program-card {
  border: 1px solid #1b1858;
  width: calc(20% - 20px);
  margin: 0 10px 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: var(--brs);
  padding: 40px 20px;
  -webkit-backdrop-filter: var(--blur);
          backdrop-filter: var(--blur);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 13, 43, 0.8)), to(rgba(21, 18, 66, 0.8)));
  background: linear-gradient(180deg, rgba(15, 13, 43, 0.8) 0%, rgba(21, 18, 66, 0.8) 100%);
}
.program-card__level {
  border-radius: 10em;
  background-color: var(--blue);
  font-size: 16px;
  padding: 5px 15px;
  white-space: nowrap;
  margin-bottom: 20px;
}
.program-card__total {
  font-weight: 700;
  font-size: 32px;
  white-space: nowrap;
}

@media only screen and (min-width: 1200px) {
  .programs__container {
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 1599px) {
  .programs-cards {
    margin-top: 100px;
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 1199px) {
  .programs-bg {
    display: none;
  }
  .programs-image {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .program-card {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .programs {
    text-align: center;
  }
  .programs-cards {
    margin-top: 50px;
  }
  .programs-image {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: 50px;
  }
  .programs-circle {
    width: 800px;
  }
  .programs-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% + 20px);
  }
  .programs-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
  }
  .programs-column:nth-child(2n) {
    width: 100%;
    margin-top: 50px;
  }
  .programs-column:nth-child(2n) .program {
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .programs-column:nth-child(2n) .program:nth-child(2n) {
    margin: 0;
  }
  .program {
    margin: 0 10px;
    width: calc(33.33% - 20px);
  }
  .program:nth-child(2n) {
    margin: 0;
  }
  .program-card__total {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .programs {
    margin-top: 50px;
  }
  .programs-circle {
    width: 160%;
  }
  .program__level {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .program__percent {
    font-weight: 700;
    font-size: 36px;
  }
  .program__text {
    margin-top: 10px;
    font-size: 13px;
  }
  .program__text br {
    display: none;
  }
  .programs-cards {
    margin-top: 70px;
  }
  .program-card {
    width: calc(50% - 20px);
  }
  .program-card__level {
    font-size: 14px;
  }
  .program-card__total {
    font-size: 24px;
  }
}
.terms {
  border-radius: 10em;
  width: 100%;
  height: 52px;
  background-color: var(--black);
  border: 5px solid var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.terms-slider {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  border-radius: 10em;
  width: 33.33%;
  background-color: var(--blue);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 1;
}

.term {
  width: 33.33%;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.term strong {
  font-weight: 500;
}
.term.active {
  pointer-events: none;
}

.strategies {
  border: 1px solid #1b1858;
  border-radius: var(--brs);
  padding: 70px 90px;
  -webkit-backdrop-filter: var(--blur);
          backdrop-filter: var(--blur);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 13, 43, 0.8)), to(rgba(21, 18, 66, 0.8)));
  background: linear-gradient(180deg, rgba(15, 13, 43, 0.8) 0%, rgba(21, 18, 66, 0.8) 100%);
}
.strategies-section {
  text-align: center;
}
.strategies-bg {
  position: absolute;
  top: -8.5vw;
  left: 0;
  right: 0;
  aspect-ratio: 1.777;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}
.strategies-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  text-align: left;
}
.strategies__btn {
  margin-top: 60px;
}

.strategy {
  width: calc(50% - 15px);
  border: 1px solid #292761;
  border-radius: var(--brs);
  padding: 40px;
  -webkit-backdrop-filter: var(--blur);
          backdrop-filter: var(--blur);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 22, 67, 0.8)), to(rgba(37, 33, 92, 0.8)));
  background: linear-gradient(180deg, rgba(25, 22, 67, 0.8) 0%, rgba(37, 33, 92, 0.8) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.strategy__title {
  text-align: left;
}
.strategy__subtitle {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.strategy__subtitle strong, .strategy__subtitle b {
  font-weight: 700;
}
.strategy__terms {
  margin-top: 20px;
}
.strategy-grid {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}
.strategy-card {
  width: calc(33.33% - 10px);
  margin: 0 5px 10px;
  border-radius: var(--brs);
  padding: 20px;
  background-color: #151340;
  text-align: center;
  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;
}
.strategy-card__icon {
  width: 39px;
  height: 39px;
}
.strategy-card__title {
  white-space: nowrap;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  color: var(--periwinkle);
  margin-bottom: 30px;
}
.strategy-card__percent {
  white-space: nowrap;
  font-weight: 700;
  font-size: 20px;
  margin-top: auto;
}

@media only screen and (max-width: 1199px) {
  .strategies {
    padding: 70px;
  }
  .strategy__subtitle {
    font-size: 18px;
  }
  .strategy-card {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 991px) {
  .strategies-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .strategies-bg {
    aspect-ratio: 1.5;
    top: -15vw;
  }
  .strategy {
    width: 100%;
  }
  .strategy + .strategy {
    margin-top: 30px;
  }
  .strategy-card {
    width: calc(33.33% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .strategies {
    padding: 50px;
  }
  .strategies__btn {
    margin-top: 50px;
  }
  .strategy-card {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 575px) {
  .strategy__terms .term {
    font-size: 14px;
  }
  .strategy {
    padding: 0px;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border: none;
    border-radius: 0;
    text-align: center;
  }
  .strategy + .strategy {
    margin-top: 50px;
  }
  .strategy__title {
    text-align: center;
  }
  .strategy__subtitle {
    font-size: 16px;
    margin-top: 10px;
  }
  .strategy-card__title {
    margin-bottom: 20px;
  }
  .strategies {
    padding: 30px 20px;
  }
  .strategies-block {
    margin-top: 50px;
  }
  .strategies__btn {
    margin-top: 40px;
    width: 100%;
  }
}
.assets {
  text-align: center;
}
.assets .section-subtitle {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.assets__btn {
  margin-top: 60px;
}
.assets-swiper {
  margin-top: 60px;
  height: 300px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.assets-swiper.swiper-initialized {
  opacity: 1;
}
.assets-swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.assets-bg {
  position: absolute;
  top: -4.5vw;
  left: 0;
  right: 0;
  aspect-ratio: 1.777;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.asset {
  height: 240px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  border-radius: 10px;
  padding: 50px 20px;
  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;
  text-align: center;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.asset__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
}
.asset__title {
  font-weight: 500;
  font-size: 20px;
}
.asset__percent {
  margin-top: 10px;
  font-weight: 700;
  font-size: 48px;
}
.asset__label {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  .asset:nth-child(2), .asset:nth-child(5) {
    height: 270px;
  }
  .asset:nth-child(3), .asset:nth-child(4) {
    height: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .asset.swiper-slide-prev, .asset.swiper-slide-next {
    height: 240px;
  }
  .asset.swiper-slide-active {
    height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .asset__percent {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .assets-swiper {
    height: 270px;
  }
  .asset.swiper-slide-prev, .asset.swiper-slide-next {
    height: 240px;
  }
  .asset.swiper-slide-active {
    height: 270px;
  }
  .asset__percent {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .assets-swiper {
    height: 300px;
    overflow: visible;
    margin-top: 50px;
  }
  .assets__btn {
    margin-top: 50px;
  }
  .assets-bg {
    top: -15vw;
    background-position: top right;
    aspect-ratio: 1.3;
    background-size: 140%;
  }
  .asset {
    height: 300px;
  }
  .asset.swiper-slide-prev, .asset.swiper-slide-next {
    height: 240px;
  }
  .asset.swiper-slide-active {
    height: 300px;
  }
  .asset__pertcent {
    font-size: 48px;
  }
}
.faq-items {
  margin-top: 50px;
  max-width: 987px;
  margin-left: auto;
  margin-right: auto;
}
.faq-item {
  -webkit-backdrop-filter: var(--blur);
          backdrop-filter: var(--blur);
  border-radius: var(--brs);
  border: 1px solid #1b1858;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 13, 43, 0.8)), to(rgba(21, 18, 66, 0.8)));
  background: linear-gradient(180deg, rgba(15, 13, 43, 0.8) 0%, rgba(21, 18, 66, 0.8) 100%);
}
.faq-item + .faq-item {
  margin-top: 30px;
}
.faq-item.is-open {
  padding-bottom: 20px;
}
.faq-item.is-open .faq-item__body {
  max-height: 1000px;
  opacity: 1;
}
.faq-item.is-open .faq-item__toggle:before {
  opacity: 0;
}
.faq-item__header {
  padding: 20px 40px;
  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;
  cursor: pointer;
}
.faq-item__title {
  font-weight: 500;
  font-size: 20px;
  margin-right: 40px;
}
.faq-item__toggle {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-color: var(--blue);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100%;
}
.faq-item__toggle:before, .faq-item__toggle:after {
  position: absolute;
  border-radius: 10em;
  top: 10px;
  bottom: 10px;
  width: 2px;
  content: "";
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.faq-item__toggle:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-item__toggle:hover {
  background-image: var(--gradient);
}
.faq-item__body {
  padding: 0 40px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.faq-contacts {
  margin-top: 70px;
  color: var(--periwinkle);
  text-align: center;
}
.faq-contacts__text {
  font-size: 20px;
  margin-top: 40px;
}
.faq-contacts__social {
  margin-top: 30px;
}

.faq-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  aspect-ratio: 1.777;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}
.faq-section .faq-items {
  margin-top: 0;
}

@media only screen and (max-width: 1199px) {
  .faq-contacts__text {
    font-size: 18px;
  }
  .faq-section-bg {
    aspect-ratio: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section-bg {
    background-position: top right -30px;
    aspect-ratio: 1.3;
    top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-items {
    margin-top: 40px;
  }
  .faq-item + .faq-item {
    margin-top: 20px;
  }
  .faq-item__header, .faq-item__body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .faq-item__title {
    font-size: 18px;
    margin-right: 30px;
  }
  .faq-contacts {
    margin-top: 50px;
    color: var(--periwinkle);
    text-align: center;
  }
  .faq-contacts__text {
    font-size: 16px;
    margin-top: 30px;
  }
  .faq-contacts__social {
    margin-top: 20px;
  }
}
.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px -10px -20px;
}
.steps-section .section-subtitle {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.step {
  margin: 0 10px 20px;
  width: calc(33.33% - 20px);
  border: 1px solid #1b1858;
  border-radius: var(--brs);
  padding: 40px;
  -webkit-backdrop-filter: var(--blur);
          backdrop-filter: var(--blur);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 13, 43, 0.8)), to(rgba(21, 18, 66, 0.8)));
  background: linear-gradient(180deg, rgba(15, 13, 43, 0.8) 0%, rgba(21, 18, 66, 0.8) 100%);
  text-align: center;
  overflow: hidden;
}
.step__label {
  display: inline-block;
  border-radius: 10em;
  padding: 5px 15px;
  text-align: center;
  white-space: nowrap;
  background-color: var(--blue);
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
}
.step__text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  color: var(--periwinkle);
}
.step__btn {
  margin-top: 20px;
}
.step__bg {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .step__label {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .step {
    width: 100%;
    margin: 0;
  }
  .step + .step {
    margin-top: 30px;
  }
  .step__bg {
    top: 50%;
    background-position: bottom right;
  }
}
@media only screen and (max-width: 575px) {
  .steps {
    margin-top: 50px;
  }
  .step {
    padding: 30px;
  }
  .step__label {
    font-size: 20px;
  }
  .step__text {
    font-size: 14px;
  }
  .step__bg {
    background-size: cover;
    background-position: bottom center;
  }
}
.about .h2 {
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
}
.about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.about-info {
  width: 414px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-image {
  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;
  margin: 0 40px;
}
.about-text p {
  margin: 45px 0;
}
.about-bg {
  position: absolute;
  top: -7vw;
  left: 0;
  right: 0;
  aspect-ratio: 1.777;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.advantages {
  width: 376px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.advantage + .advantage {
  margin-top: 60px;
}
.advantage__icon {
  width: 72px;
  height: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  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;
}
.advantage__icon img {
  width: 100%;
}
.advantage__title {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
}
.advantage__text {
  font-weight: 500;
  font-size: 16px;
  color: var(--periwinkle);
  margin-top: 10px;
}

@media only screen and (max-width: 1599px) {
  .about-info {
    width: 374px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-image {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .about-info {
    width: calc(50% - 30px);
  }
  .advantages {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-info {
    width: 100%;
    text-align: center;
  }
  .advantages {
    width: 100%;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .about-bg {
    top: -15vw;
  }
  .about-block {
    margin-top: 50px;
  }
  .about-text {
    font-size: 14px;
  }
  .about-text p {
    margin: 30px 0;
  }
  .advantages {
    margin-top: 50px;
  }
  .advantage + .advantage {
    margin-top: 40px;
  }
  .advantage__title {
    font-size: 20px;
  }
  .advantage__text {
    font-size: 14px;
  }
}
.logos-sliders-section {
  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;
}

.logos-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: scrollLogos 20s linear infinite;
          animation: scrollLogos 20s linear infinite;
}
.logos-slider + .logos-slider {
  margin-top: 60px;
}
.logos-slider:nth-child(2n) {
  -webkit-animation: scrollLogosReverse 20s linear infinite;
          animation: scrollLogosReverse 20s linear infinite;
}
.logos-slider__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes scrollLogos {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrollLogos {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scrollLogosReverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes scrollLogosReverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media only screen and (max-width: 575px) {
  .logos-slider__slide {
    margin: 0 30px;
  }
}
.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.countdown-section {
  padding: 100px 0;
}
.countdown-section .container {
  position: relative;
}
.countdown-section .container:before {
  position: absolute;
  content: "";
  border-radius: 100%;
  top: -40px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1;
  z-index: -1;
  pointer-events: none;
  border-radius: 100%;
  background-color: #5e00ff;
  -webkit-filter: blur(135px);
          filter: blur(135px);
  opacity: 0.25;
}
.countdown-left-coins, .countdown-right-coins {
  position: absolute;
  pointer-events: none;
  right: calc(50% + 390px);
  top: -50px;
  z-index: -1;
}
.countdown-right-coins {
  right: auto;
  left: calc(50% + 400px);
}
.countdown-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 40px;
}
.countdown-title {
  margin-top: 0;
}
.countdown-item {
  width: 125px;
}
.countdown-item__value {
  width: 100%;
  aspect-ratio: 1;
  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;
  text-align: center;
  border: 1px solid #1b1858;
  font-weight: 700;
  font-size: 48px;
  border-radius: var(--brs);
  -webkit-backdrop-filter: var(--blur);
          backdrop-filter: var(--blur);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 13, 43, 0.8)), to(rgba(21, 18, 66, 0.8)));
  background: linear-gradient(180deg, rgba(15, 13, 43, 0.8) 0%, rgba(21, 18, 66, 0.8) 100%);
}
.countdown-item__label {
  font-size: 16px;
  color: var(--periwinkle);
  margin-top: 10px;
}

@media only screen and (max-width: 1599px) {
  .countdown-left-coins, .countdown-right-coins {
    right: calc(50% + 290px);
    height: 700px;
  }
  .countdown-right-coins {
    left: calc(50% + 300px);
  }
}
@media only screen and (max-width: 1199px) {
  .countdown-left-coins, .countdown-right-coins {
    right: calc(50% + 290px);
    height: 600px;
    top: 0;
  }
  .countdown-right-coins {
    left: calc(50% + 300px);
  }
}
@media only screen and (max-width: 991px) {
  .countdown-section {
    padding: 100px 0 0;
  }
  .countdown-left-coins, .countdown-right-coins {
    right: calc(50% + 190px);
    height: 300px;
  }
  .countdown-right-coins {
    left: calc(50% + 200px);
  }
}
@media only screen and (max-width: 575px) {
  .countdown {
    width: 100%;
  }
  .countdown-section .container {
    position: relative;
  }
  .countdown-section .container:before {
    top: 0px;
    bottom: 0px;
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  .countdown-left-coins, .countdown-right-coins {
    right: auto;
    left: 0;
    height: 200px;
    top: 50px;
  }
  .countdown-right-coins {
    left: auto;
    right: 0;
  }
  .countdown-block {
    margin-top: 30px;
  }
  .countdown-item {
    width: calc(33.33% - 20px);
  }
  .countdown-item__value {
    font-size: 36px;
  }
  .countdown-item__label {
    font-size: 14px;
  }
}
.footer {
  background-color: #0B0922;
  padding: 90px 0;
}
.footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-top {
  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;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-menu {
  margin-right: auto;
  margin-left: 100px;
}
.footer-menu__list {
  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;
}
.footer-menu__item + .footer-menu__item {
  margin-left: 60px;
}
.footer-menu__link {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-menu__link:active {
  color: var(--blue);
}
.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-links a {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-links a + a {
  margin-left: 45px;
}
.footer-links a:active {
  color: var(--blue);
}
.footer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 70px;
}
.footer-btns a + a {
  margin-left: 20px;
}
.footer-copy {
  font-weight: 500;
  font-size: 16px;
  color: var(--periwinkle);
}
.footer-copy p {
  margin: 23px 0;
}
.footer-disclaimer {
  font-weight: 500;
  font-size: 16px;
  color: var(--periwinkle);
}
.footer-disclaimer p {
  margin: 29px 0;
}

@media (hover) {
  .footer-menu__link:hover {
    color: var(--blue);
  }
  .footer-links a:hover {
    color: var(--blue);
  }
}
@media only screen and (max-width: 1599px) {
  .footer-menu {
    margin-left: 70px;
  }
  .footer-menu__item + .footer-menu__item {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 1299px) {
  .footer-menu {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .footer-right, .footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    width: 100%;
  }
  .footer-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-btns {
    margin-left: 0;
    margin-top: 50px;
  }
  .footer-disclaimer {
    text-align: center;
  }
  .footer-disclaimer p {
    margin: 20px 0;
  }
  .footer-copy {
    text-align: center;
  }
  .footer-copy p {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer {
    padding: 60px 0;
  }
  .footer-right {
    margin-top: 20px;
  }
  .footer-bottom {
    margin-top: 20px;
  }
  .footer-menu {
    margin-top: 40px;
  }
  .footer-menu__link {
    font-size: 14px;
  }
  .footer-links a {
    font-size: 14px;
  }
  .footer-copy {
    font-size: 13px;
  }
  .footer-disclaimer {
    font-size: 13px;
  }
  .footer-btns {
    margin-top: 40px;
  }
  .footer-btns .btn + .btn {
    margin-left: 10px;
  }
}
.login-form,
.reg-form {
  text-align: center;
  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;
  border: 1px solid #1b1858;
  border-radius: 10px;
  padding: 70px 90px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 13, 43, 0.8)), to(rgba(21, 18, 66, 0.8)));
  background: linear-gradient(180deg, rgba(15, 13, 43, 0.8) 0%, rgba(21, 18, 66, 0.8) 100%);
}
.login-form input[type=text],
.login-form input[type=password],
.login-form input[type=url],
.login-form input[type=email],
.login-form input[type=number],
.reg-form input[type=text],
.reg-form input[type=password],
.reg-form input[type=url],
.reg-form input[type=email],
.reg-form input[type=number] {
  text-align: center;
}
.login-form .btn,
.reg-form .btn {
  margin-top: 30px;
}

.form-link {
  font-weight: 400;
  font-size: 16px;
  margin-top: 30px;
}
.form-link + .form-link {
  margin-top: 10px;
}
.form-link a {
  font-weight: 500;
  color: var(--blue);
  text-decoration: none;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}
.form-link a:hover {
  text-decoration: underline;
  text-decoration-color: var(--blue);
}

.login-section-bg {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  aspect-ratio: 2.13;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}
.login-section-image {
  position: absolute;
  top: 420px;
  left: 0;
  right: 0;
  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;
  z-index: -1;
}
.login-section-image img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .login-section-image {
    left: -100px;
    right: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .login-form,
  .reg-form {
    padding-left: 70px;
    padding-right: 70px;
  }
  .login-section-image {
    top: 70px;
    left: -300px;
    right: -100px;
  }
  .login-section-bg {
    top: 60px;
    background-position: top right -30px;
    aspect-ratio: 1.3;
  }
}
@media only screen and (max-width: 575px) {
  .login-form,
  .reg-form {
    padding: 50px 30px;
  }
  .login-form .btn,
  .reg-form .btn {
    width: 100%;
  }
  .login-section-image {
    top: 70px;
  }
}
.about-section .page-subtitle {
  max-width: 937px;
}
.about-section .faq-items {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}
.about-section .steps-section {
  margin: 130px 0 0;
}
.about-section-bg {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  aspect-ratio: 1.777;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}
.about-item {
  text-align: center;
}
.about-item + .about-item {
  margin-top: 130px;
}
.about-item .container {
  max-width: 1050px;
}
.about-item__pretext {
  display: inline-block;
  margin-top: 40px;
  font-weight: 500;
  font-size: 24px;
  color: var(--periwinkle);
  max-width: 710px;
}
.about-item__pretext p {
  margin: 35px 0;
}
.about-item__text {
  margin-top: 40px;
}
.about-item__text p {
  margin: 23px 0;
}
.about-side-left-images, .about-side-right-images {
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.about-side-left-images {
  right: calc(50% + 485px);
  top: 1260px;
  width: 24.5vw;
}
.about-side-right-images {
  left: calc(50% + 390px);
  top: 1260px;
  width: 31vw;
}

@media only screen and (max-width: 1199px) {
  .about-section .steps-section {
    margin-top: 100px;
  }
  .about-section-bg {
    aspect-ratio: 1.5;
  }
  .about-item + .about-item {
    margin-top: 100px;
  }
  .about-item__pretext {
    font-size: 22px;
  }
  .about-side-left-images, .about-side-right-images {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .about-section-bg {
    top: 5vw;
    background-position: top right -30px;
    aspect-ratio: 1.3;
  }
  .about-item__pretext {
    font-size: 20px;
    margin-top: 30px;
  }
  .about-item__text {
    font-size: 14px;
    margin-top: 30px;
  }
}
.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts-section-bg {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  aspect-ratio: 2.13;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}
.contacts-form {
  width: 65.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #1b1858;
  border-radius: 10px;
  padding: 70px 90px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 13, 43, 0.8)), to(rgba(21, 18, 66, 0.8)));
  background: linear-gradient(180deg, rgba(15, 13, 43, 0.8) 0%, rgba(21, 18, 66, 0.8) 100%);
}
.contacts-info {
  width: calc(35.5% - 80px);
  color: var(--periwinkle);
  font-weight: 500;
}
.contacts-info p {
  margin: 23px 0;
}
.contacts-info p a {
  color: var(--blue);
  text-decoration: none;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}
.contacts-info p a:hover {
  text-decoration: underline;
  text-decoration-color: var(--blue);
}
.contacts__social {
  margin-top: 15px;
}

@media only screen and (max-width: 1199px) {
  .contacts-form {
    padding: 70px;
    width: 50%;
  }
  .contacts-form .form .btn {
    width: 100%;
  }
  .contacts-info {
    width: calc(50% - 60px);
  }
}
@media only screen and (max-width: 991px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-form {
    width: 100%;
  }
  .contacts-info {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contacts-section-bg {
    top: 60px;
    background-position: top right -30px;
    aspect-ratio: 1.3;
  }
}
@media only screen and (max-width: 575px) {
  .contacts-form {
    padding: 50px 30px;
  }
}
.is-user {
  line-height: 1.23;
}
.is-user:before {
  display: none;
}
.is-user .container {
  max-width: 1520px;
}
.is-user .header {
  padding-top: 0;
  height: 120px;
}
.is-user .header-block {
  height: 120px;
}
.is-user .footer {
  display: none;
}

.user-btn {
  padding: 20px 60px;
}
.user-btn:before {
  display: none;
}
.user-btn:after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  content: "";
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: -webkit-gradient(linear, right top, left top, from(#7124de), to(#2083ee));
  background: linear-gradient(270deg, #7124de 0%, #2083ee 100%);
  border-radius: 10em;
}
.user-btn__title {
  position: relative;
  z-index: 2;
}
.user-btn__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.user-btn:active:after {
  opacity: 1;
}
.user-btn--sm {
  padding: 10px 40px;
  font-size: 13px;
  border: 1px solid #454086;
  background-image: -webkit-gradient(linear, left top, right top, from(#464188), to(#2f2a6c));
  background-image: linear-gradient(90deg, #464188 0%, #2f2a6c 100%);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.user-btn--sm:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#5954aa), to(#433e86));
  background-image: linear-gradient(90deg, #5954aa 0%, #433e86 100%);
}
.user-btn--sm:active {
  border-color: #2f2b71;
}
.user-btn--sm:active:after {
  opacity: 1;
}
.user-btn--green {
  color: var(--black);
  background-image: -webkit-gradient(linear, left top, right top, from(#ead281), to(#95c94c));
  background-image: linear-gradient(90deg, #ead281 0%, #95c94c 100%);
}
.user-btn--green:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#d3b44e), to(#7dad3b));
  background: linear-gradient(180deg, #d3b44e 0%, #7dad3b 100%);
}

@media (hover) {
  .user-btn:hover:after {
    opacity: 1;
  }
  .user-btn--sm:hover {
    border-color: #2f2b71;
  }
  .user-btn--sm:hover:after {
    opacity: 1;
  }
}
.user {
  margin-top: 120px;
}
.user__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: -1;
}
.user-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 160px);
}
.user-aside {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
  position: relative;
  padding: 30px 5px;
  height: 100%;
  border: 1px solid #1b1858;
  border-radius: var(--brs);
  -webkit-backdrop-filter: var(--blur);
          backdrop-filter: var(--blur);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 13, 43, 0.8)), to(rgba(21, 18, 66, 0.8)));
  background: linear-gradient(180deg, rgba(15, 13, 43, 0.8) 0%, rgba(21, 18, 66, 0.8) 100%);
}
.user-aside__inner {
  position: relative;
  padding: 0 25px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.user-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-greeting {
  font-weight: 500;
  font-size: 15px;
  color: var(--periwinkle);
}
.user-avatar {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #282239;
  position: relative;
  background-image: url("./img/user-icon.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.user-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-nav {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.user-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.user-nav__link:hover, .user-nav__link.active {
  color: var(--blue);
}
.user-nav__link:hover svg path, .user-nav__link.active svg path {
  fill: var(--blue);
}
.user-nav__link + .user-nav__link {
  margin-top: 30px;
}
.user-nav__link svg {
  width: 24px;
  height: 24px;
  margin-right: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.user-nav__link svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.user-logout {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin: 80px 0;
}
.user-logout:hover {
  color: var(--blue);
}
.user-logout:hover svg path {
  fill: var(--blue);
}
.user-logout svg {
  width: 24px;
  height: 24px;
  margin-right: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.user-logout svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.user-copy {
  color: var(--periwinkle);
  font-size: 12px;
  margin-top: auto;
  line-height: 1.5;
}
.user-content {
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 120px);
  padding-bottom: 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.user-content__title {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
}
.user-grid {
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.user-grid__column {
  width: 50%;
}
.user-grid__column--w70 {
  width: 66.5%;
}
.user-grid__column--w30 {
  width: 33.5%;
}
.user-grid__column .user-grid__item {
  width: calc(100% - 20px);
}
.user-grid__column--stretch .user-grid__item {
  min-height: calc(100% - 20px);
}
.user-grid__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.user-grid__item {
  width: 100%;
  margin: 20px 10px 0;
  border: 1px solid #1b1858;
  border-radius: var(--brs);
  -webkit-backdrop-filter: var(--blur);
          backdrop-filter: var(--blur);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 13, 43, 0.8)), to(rgba(21, 18, 66, 0.8)));
  background: linear-gradient(180deg, rgba(15, 13, 43, 0.8) 0%, rgba(21, 18, 66, 0.8) 100%);
  padding: 30px;
  position: relative;
}
.user-grid__item--w70 {
  width: calc(66.5% - 20px);
}
.user-grid__item--w30 {
  width: calc(33.5% - 20px);
}
.user-grid__item--w40 {
  width: calc(40% - 20px);
}
.user-grid__item--w60 {
  width: calc(60% - 20px);
}
.user-grid__item-inner {
  position: relative;
  z-index: 2;
  height: 100%;
}
.user-grid__item--w50 {
  width: calc(50% - 20px);
}
.user-grid__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.user-grid__item-top .btn {
  margin-left: 20px;
}

@media only screen and (max-width: 1599px) {
  .user-nav {
    margin-top: 40px;
  }
  .user-logout {
    margin: 30px 0 50px;
  }
  .user-aside {
    margin-right: 40px;
  }
  .user-grid__item--w70 {
    width: calc(60% - 20px);
  }
  .user-grid__item--w30 {
    width: calc(40% - 20px);
  }
  .user-grid__column {
    width: 50%;
  }
  .user-grid__column--w70 {
    width: 60%;
  }
  .user-grid__column--w30 {
    width: 40%;
  }
  .user-grid__column .user-grid__item {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 1199px) {
  .is-user .header {
    height: 80px;
  }
  .is-user .header-block {
    height: 80px;
  }
  .user {
    margin-top: 80px;
  }
  .user__bg {
    display: none;
  }
  .user-content {
    height: calc(100vh - 80px);
  }
  .user-block {
    height: calc(100vh - 120px);
  }
  .user-grid__item--w70 {
    width: calc(100% + 20px);
  }
  .user-grid__item--w30 {
    width: calc(100% + 20px);
  }
  .user-grid__item--w40 {
    width: calc(50% - 20px);
  }
  .user-grid__item--w60 {
    width: calc(50% - 20px);
  }
  .user-grid__column--w70 {
    width: calc(100% + 20px);
  }
  .user-grid__column--w30 {
    width: calc(100% + 20px);
  }
}
@media only screen and (max-width: 991px) {
  .is-user:before {
    display: block;
    z-index: -1;
  }
  .is-user .header__menu {
    display: none;
  }
  .is-user .header__hamburger {
    display: none;
  }
  .is-user .user__hamburger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 30px;
    z-index: 20;
  }
  .is-user .footer {
    display: block;
  }
  .user {
    padding-top: 20px;
  }
  .user-overlay {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    height: 100dvh;
    z-index: 20;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
  }
  .user-overlay.opened {
    opacity: 0.75;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .user-aside {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: -101%;
    width: 250px;
    height: 100dvh;
    z-index: 20;
    border-radius: 0;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
  .user-aside.opened {
    left: 0;
  }
  .user-nav {
    margin-top: 60px;
  }
  .user-logout {
    margin: 60px 0;
  }
  .user-block {
    height: auto;
  }
  .user-content {
    height: auto;
  }
  .user-grid__item--w40 {
    width: calc(100% - 20px);
  }
  .user-grid__item--w60 {
    width: calc(1000% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .is-user .user__hamburger {
    margin-left: 20px;
  }
  .user-grid__item--w50 {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 575px) {
  .user-grid__title {
    font-size: 18px;
  }
  .user-grid__item {
    padding: 30px 20px;
  }
}
.total-balance__currency {
  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;
  margin-top: 30px;
}
.total-balance__currency img {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.total-balance__currency span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.total-balance__value {
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ead281), to(#95c94c));
  background: linear-gradient(180deg, #ead281 0%, #95c94c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.total-balance__invest {
  margin-top: 20px;
  color: var(--periwinkle);
  font-size: 14px;
}

.deposits {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.deposits__no-entries {
  font-size: 13px;
  color: var(--periwinkle);
}
.deposits table {
  width: 100%;
  border-spacing: 0 10px;
}

.closed-deposits .deposits {
  margin-top: 0;
}

.deposit {
  padding: 20px 0;
  padding-left: 30px;
  background-color: #16133f;
}
.deposit:nth-child(1) {
  border-radius: 10px 0 0 10px;
}
.deposit:last-child {
  padding-right: 30px;
  border-radius: 0 10px 10px 0;
}
.deposit__currency {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.deposit__currency img {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}
.deposit__currency span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.deposit__amount {
  font-weight: 500;
  font-size: 24px;
  white-space: nowrap;
}
.deposit__rate {
  font-size: 12px;
  margin-top: 10px;
  display: block;
  color: var(--periwinkle);
}
.deposit__income {
  color: var(--green);
  font-size: 12px;
}
.deposit__term {
  margin-top: 10px;
  font-size: 12px;
  display: block;
  color: var(--periwinkle);
}
.deposit__staking {
  font-weight: 700;
  font-size: 14px;
}
.deposit__id {
  font-size: 14px;
  white-space: nowrap;
  text-align: right;
  color: var(--periwinkle);
}

.open-deposit-staking {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-radius: 10em;
  min-height: 52px;
  overflow: hidden;
  background-color: var(--black);
  border: 5px solid var(--black);
  margin-bottom: 30px;
  position: relative;
}
.open-deposit-staking__radio {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.open-deposit-staking__slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: var(--blue);
  border-radius: 10em;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.open-deposit-staking__slider.active {
  left: 50%;
}
.open-deposit-staking input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.open-deposit-staking input + span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 0 65px;
  white-space: nowrap;
  position: relative;
}

@media only screen and (max-width: 1599px) {
  .open-deposit-staking {
    width: 100%;
  }
  .open-deposit-staking input + span {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .open-deposit-staking {
    width: auto;
  }
  .open-deposit-staking input + span {
    padding: 0 65px;
  }
}
@media only screen and (max-width: 767px) {
  .deposit {
    padding-left: 20px;
  }
  .deposit:last-child {
    padding-right: 20px;
  }
  .open-deposit-staking {
    width: 100%;
  }
  .open-deposit-staking input + span {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .deposits table {
    border-colapse: colapse;
    border-spacing: 0;
  }
  .deposits table tr {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    background-color: #16133f;
  }
  .deposits table tr + tr {
    margin-top: 10px;
  }
  .deposit {
    padding: 0;
    border-radius: 0px;
    background-color: transparent;
  }
  .deposit:nth-child(1) {
    border-radius: 0px;
    padding: 0;
  }
  .deposit:last-child {
    border-radius: 0px;
    padding: 0;
  }
  .deposit:nth-child(3), .deposit:nth-child(4) {
    width: 100%;
  }
  .deposit__currency {
    margin-right: 30px;
  }
  .deposit__rate {
    margin-top: 7px;
  }
  .deposit__income-block {
    margin-top: 20px;
  }
  .deposit__staking {
    margin-top: 10px;
  }
  .deposit__id {
    margin-top: 20px;
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .open-deposit-staking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .open-deposit-staking input + span {
    font-size: 14px;
    white-space: normal;
  }
  .deposit__balance {
    text-align: right;
  }
}
.receive-form,
.send-form,
.open-deposit-form {
  margin-top: 30px;
}
.receive-form input[type=text],
.receive-form input[type=password],
.receive-form input[type=url],
.receive-form input[type=email],
.receive-form input[type=number],
.send-form input[type=text],
.send-form input[type=password],
.send-form input[type=url],
.send-form input[type=email],
.send-form input[type=number],
.open-deposit-form input[type=text],
.open-deposit-form input[type=password],
.open-deposit-form input[type=url],
.open-deposit-form input[type=email],
.open-deposit-form input[type=number] {
  margin-bottom: 0;
}
.receive-form .btn,
.send-form .btn,
.open-deposit-form .btn {
  margin-top: 30px;
}
.receive-form .form-inputs,
.send-form .form-inputs,
.open-deposit-form .form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 570px;
}
.receive-form .form-group,
.send-form .form-group,
.open-deposit-form .form-group {
  width: 100%;
}
.receive-form .form-group + .form-group,
.send-form .form-group + .form-group,
.open-deposit-form .form-group + .form-group {
  margin-left: 30px;
}
.receive-form .form-label,
.send-form .form-label,
.open-deposit-form .form-label {
  font-size: 13px;
  margin-bottom: 5px;
  white-space: nowrap;
  color: var(--periwinkle);
}
.receive-form .form-label__amount,
.send-form .form-label__amount,
.open-deposit-form .form-label__amount {
  color: var(--pale);
}
.receive-form .form__foot,
.send-form .form__foot,
.open-deposit-form .form__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.receive-form .form__foot .btn,
.send-form .form__foot .btn,
.open-deposit-form .form__foot .btn {
  margin-top: 0;
}
.receive-form .form__send,
.send-form .form__send,
.open-deposit-form .form__send {
  margin-left: 30px;
}
.receive-form .form__send-amount,
.send-form .form__send-amount,
.open-deposit-form .form__send-amount {
  font-weight: 600;
  font-size: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#9f5cff), to(#3295ff));
  background: linear-gradient(90deg, #9f5cff 0%, #3295ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.receive-form .form__send-amount-currency,
.send-form .form__send-amount-currency,
.open-deposit-form .form__send-amount-currency {
  font-size: 15px;
}
.receive-form .form__send-text,
.send-form .form__send-text,
.open-deposit-form .form__send-text {
  font-size: 14px;
  color: var(--periwinkle);
  margin-top: 5px;
}

.open-deposit-form .form-inputs {
  max-width: 100%;
}

@media only screen and (max-width: 1299px) {
  .open-deposit-form .form-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .open-deposit-form .form-group + .form-group {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .open-deposit-form .form-inputs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .open-deposit-form .form-group + .form-group {
    margin-top: 0px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .open-deposit-form .form-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .open-deposit-form .form-group + .form-group {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .receive-form .form__foot,
  .send-form .form__foot,
  .open-deposit-form .form__foot {
    -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;
  }
  .receive-form .form__send,
  .send-form .form__send,
  .open-deposit-form .form__send {
    margin-left: 0px;
    margin-top: 10px;
  }
  .receive-form .form__send-amount,
  .send-form .form__send-amount,
  .open-deposit-form .form__send-amount {
    font-size: 20px;
  }
  .receive-form .form__send-amount-currency,
  .send-form .form__send-amount-currency,
  .open-deposit-form .form__send-amount-currency {
    font-size: 13px;
  }
  .receive-form .form__send-text,
  .send-form .form__send-text,
  .open-deposit-form .form__send-text {
    font-size: 12px;
  }
  .receive-form .form-inputs,
  .send-form .form-inputs,
  .open-deposit-form .form-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .receive-form .form-group + .form-group,
  .send-form .form-group + .form-group,
  .open-deposit-form .form-group + .form-group {
    margin-top: 20px;
  }
  .receive-form .form-group + .form-group,
  .send-form .form-group + .form-group {
    margin-left: 0;
  }
}
.balance-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.balance-card {
  padding: 10px 20px;
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  background-color: #16133F;
  border-radius: 10px;
}
.balance-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.balance-card__title img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.balance-card__title span {
  font-size: 13px;
  font-weight: 600;
}
.balance-card__deposit {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 15px;
}
.balance-card__deposit-token {
  color: var(--pale);
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 10px;
}

@media only screen and (max-width: 1599px) {
  .balance-card {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 1199px) {
  .balance-card {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .balance-card {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 575px) {
  .balance-card {
    width: calc(100% - 20px);
  }
}
.referrals-link {
  height: 100%;
  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;
}
.referrals-link-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.referrals-link-copy__text {
  width: 100%;
  border: 1px solid var(--black);
  background-color: var(--black);
  border-radius: 10em;
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
}
.referrals-link-copy__btn {
  padding: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
}
.referrals-link-copy__btn svg {
  width: 24px;
  height: 24px;
}
.referrals-link-copy__btn svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.referrals-link-copy__btn:hover svg path {
  fill: var(--blue);
}
.referrals-link-copy__btn + svg {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
}
.referrals-link-copy__btn.copied {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.referrals-link-copy__btn.copied + svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.referrals .referrals-link-copy {
  margin-top: 30px;
}
.referrals-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px -30px -30px 0;
}
.referrals-status__card {
  background-color: #16133F;
  border-radius: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px 30px;
}
.referrals-status__value {
  font-size: 20px;
  font-weight: 600;
}
.referrals-status__title {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}

.refernce-table {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
.refernce-table table {
  width: 100%;
  border-spacing: 0 10px;
}
.refernce-table table td {
  padding: 24.5px 0;
  padding-left: 30px;
  background-color: #16133F;
}
.refernce-table table td:nth-child(1) {
  border-radius: 10px 0 0 10px;
}
.refernce-table table td:last-child {
  padding-right: 30px;
  border-radius: 0 10px 10px 0;
}
.refernce-table table td strong {
  font-weight: 600;
  font-size: 16px;
}
.refernce-table table td span {
  font-size: 12px;
  font-weight: 400;
  color: var(--pale);
  display: block;
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .referrals-status__value {
    font-size: 18px;
  }
  .referrals-status__title {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .referrals-link-copy__text {
    font-size: 12px;
  }
  .referrals-link-copy__btn {
    margin-left: 20px;
  }
  .referrals-status {
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .referrals-status__card {
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(50% - 20px);
  }
  .refernce-table {
    border-colapse: colapse;
    border-spacing: 0;
  }
  .refernce-table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 20px 0;
    background-color: #16133F;
  }
  .refernce-table table tr + tr {
    margin-top: 10px;
  }
  .refernce-table table td {
    text-align: ceenter;
    padding: 0;
    border-radius: 0px;
    background-color: transparent;
    width: 50%;
    margin-bottom: 20px;
  }
  .refernce-table table td:nth-child(1) {
    border-radius: 0;
    padding-right: 20px;
  }
  .refernce-table table td:last-child {
    padding-right: 0px;
    border-radius: 0;
  }
}
.history__no-entries {
  font-size: 13px;
  color: var(--periwinkle);
}
.history-table {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
.history-table table {
  width: 100%;
}
.history-table table td {
  white-space: nowrap;
  padding-bottom: 20px;
  padding-right: 10px;
}
.history-table table td:last-child {
  padding-right: 0;
}
.history-table table tr:last-child td {
  padding-bottom: 0;
}
.history-token {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  position: relative;
  top: 2px;
}
.history-token img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  flex-shribk: 0;
}

.verification__text {
  color: var(--periwinkle);
  font-size: 13px;
  margin-top: 30px;
}
.verification .btn {
  margin-top: 30px;
}

.verification-form {
  margin-top: 30px;
  max-width: 770px;
}
.verification-form .form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.verification-form .input-file {
  margin: 0 10px;
  width: calc(33.33% - 20px);
}
.verification-form .input-file__name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  padding: 0 20px;
  text-align: center;
  border: 1px solid var(--black);
  border-radius: 10em;
  background-color: var(--black);
  overflow: hidden;
  line-height: 1;
}
.verification-form .input-file__name.selected {
  border-color: var(--blue);
}
.verification-form .input-file input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
}

.wallets__text {
  color: var(--periwinkle);
  font-size: 13px;
  margin-top: 30px;
}
.wallets-form {
  margin-top: 30px;
}
.wallets-form .btn {
  margin-top: 30px;
}
.wallets-form .form-group + .form-group {
  margin-top: 30px;
}
.wallets-form .form-label {
  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;
  margin-bottom: 10px;
}
.wallets-form .form-label img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wallets-form .form-label span {
  font-size: 13px;
  font-weight: 600;
}

.user-form {
  margin-top: 20px;
}
.user-form .btn {
  margin-top: 20px;
}
.user-form .form-group + .form-group {
  margin-top: 20px;
}
.user-form .form-label {
  font-size: 13px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
  .verification-form .form__btn {
    width: 100%;
  }
  .verification-form .form-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .verification-form .input-file {
    width: calc(100% - 20px);
  }
  .verification-form .input-file + .input-file {
    margin-top: 20px;
  }
}