*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
  font-family: "Satoshi", sans-serif;
  font-weight: 900;
  letter-spacing: -0.5px;
}
h1,
h2,
h3 {
  letter-spacing: -1px;
  margin-top: 0;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2"), url("../fonts/Satoshi-Variable.woff") format("woff"), url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff"), url("../fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.hidden2 {
  display: none;
}
a {
  text-decoration: none;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.row {
  margin-left: -40px;
  margin-right: -40px;
}
.flex.space {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex.column.middle {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex.nowrap {
  flex-wrap: nowrap;
}
.text-center {
  text-align: center;
}
.container {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.btn {
  background: #f3ece5;
  color: #2c2723;
  font-size: 21px;
  display: inline-block;
  line-height: 16px;
  padding: 20px 44px;
  border-radius: 56px;
  border: 0;
  transition: opacity 0.15s ease-in-out;
  text-align: center;
  margin-top: 40px;
}

.btn:hover {
  opacity: 0.85;
}

.btn.hide {
  pointer-events: none;
  opacity: 0;

  -webkit-animation: btn-show 2s ease forwards;
  animation: btn-show 2s ease forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 13s;
  animation-delay: 13s;
}

.btn:disabled {
  background: #2c27231a;
  color: #2c272359;
}
.btn.btn-2 {
  color: #3355ff;
}
h2 {
  font-size: 64px;
  line-height: 70px;
  /* margin-bottom: 92px; */
  font-weight: 900;
}
#wrap {
  height: 100%;
  width: 100%;
  background: #3355ff;
  overflow: hidden;
  position: relative;
}
.bg-wr {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  opacity: 0.25;
  width: 131%;
  height: 234%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  gap: 30px;
  perspective: 200px;
  transform-style: preserve-3d;
  perspective-origin: 50% 50%;
}
.bg-wr .inner {
  height: 100%;
  width: 100%;
  -webkit-transform: rotateX(6deg) translate(0px) scaleX(1) skew(0deg, 0deg);
  transform: rotateX(6deg) translate(0px) scaleX(1) skew(0deg, 0deg);
}
.bg-wr .col-inner {
  gap: 24px;
  will-change: transform;
}

/* .bg-wr .col {
  gap: 25px;
  width: -webkit-calc(16.66666% - 30px * 5 / 6);
  width: calc(16.66666% - 30px * 5 / 6);
} */


.bg-wr .col.laptop {
    gap: 25px;
    width: -webkit-calc(16.66666% - 30px * 5 / 6);
    width: calc(16.66666% - 30px * 5 / 6);
    display: block;
}

.bg-wr .col.tablet {
    gap: 25px;
    width: -webkit-calc(25% - 30px * 5 / 6);
    width: calc(25% - 20px * 5 / 6);
    display: none;
}

.bg-wr .col.mobile {
    gap: 25px;
    width: -webkit-calc(50% - 30px * 5 / 6);
    width: calc(50% - 10px * 5 / 6);
    display: none;
}

.animate .bg-wr .inner .col:nth-child(odd) .col-inner.laptop {
    -webkit-animation: scrolling 20s linear infinite;
    animation: scrolling 20s linear infinite;
}
.animate .bg-wr .inner .col:nth-child(even) .col-inner.laptop {
  -webkit-animation: scrollingrev 20s linear infinite;
  animation: scrollingrev 20s linear infinite;
}

.animate .bg-wr .inner .col:nth-child(odd) .col-inner.tablet {
    -webkit-animation: scrolling 30s linear infinite;
    animation: scrolling 30s linear infinite;
}
.animate .bg-wr .inner .col:nth-child(even) .col-inner.tablet {
    -webkit-animation: scrollingrev 30s linear infinite;
    animation: scrollingrev 30s linear infinite;
}

.animate .bg-wr .inner .col:nth-child(odd) .col-inner.mobile {
    -webkit-animation: scrolling 40s linear infinite;
    animation: scrolling 40s linear infinite;
}
.animate .bg-wr .inner .col:nth-child(even) .col-inner.mobile {
    -webkit-animation: scrollingrev 40s linear infinite;
    animation: scrollingrev 40s linear infinite;
}


.bg-wr .col .el {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}
.bg-wr .col .col-inner:not(:last-child) {
  margin-bottom: 24px;
}
.bg-wr .col-inner .el:not(:last-child) {
  margin-bottom: 24px;
}
.bg-wr .img {
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 14px;
  overflow: hidden;
}
.bg-wr .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bg-wr .img .mark {
  font-size: 16px;
  position: absolute;
  padding: 14px 44px 14px 14px;
  background: #ff3131;
  border-radius: 12px;
  color: #fff;
  left: 14px;
  top: 14px;
}
.bg-wr .img .mark:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../images/trending.svg) no-repeat center center;
}
.bg-wr .tags {
  color: #2c272359;
  gap: 12px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 14px;
}
.bg-wr .info {
  padding: 0 20px 23px;
  gap: 8px;
}
.info-col {
  flex: auto;
}
.info-col .price {
  color: #59b973;
  font-size: 28px;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: center;
}
.info-col .users {
  text-align: center;
  color: #2c2723b2;
  font-size: 16px;
  line-height: 14px;
}
.info-col .users:before {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto 4px;
  width: 24px;
  height: 24px;
  background: url(../images/users.svg) no-repeat center center;
}
.info-col .title {
  color: #2c2723;
  font-size: 28px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 900;
}
.info-col .text {
  font-size: 14px;
  line-height: 17px;
}
.top {
  padding: 44px 0 0;
  width: 100%;
  position: absolute;
  top: 0;
}
.logo {
  display: inline-block;
}
.logo img {
  max-width: 100%;
}
.content {
  color: #f3ece5;
  /* padding-top: 50px; */
  width: 100%;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}
.content .text {
  font-size: 32px;
  line-height: 35px;
  max-width: 667px;
  margin: 0 auto;
  will-change: transform;
  opacity: 0;
}
.animate .content .text {
  -webkit-animation: text2 0.3s ease forwards;
  animation: text2 0.3s ease forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}
.footer {
  /* position: relative; */
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #94fd08;
  color: #000000;
  font-size: 18px;
  line-height: 16px;
}
.footer a {
  color: #000000;
}
.marquee {
  padding: 12px 0;
}
.marquee .group {
  gap: 25px;
  will-change: transform;
}
.animate .marquee .group {
  -webkit-animation: marq 10s linear infinite;
  animation: marq 15s linear infinite;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  flex: 0 0 auto;
  padding: 0 12px;
}
.marquee .el {
  white-space: nowrap;
  gap: 25px;
  flex: 0 0 auto;
}
.marquee img {
  margin: -8px 0 -3px;
  vertical-align: middle;
  height: 25px;
}
.popup-wr {
  position: fixed;
  z-index: 9999;
  background: rgba(51, 85, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.15s ease-in-out;
}
.popup-content {
  width: 376px;
  max-width: 100%;
  background: #f3ece5;
  border-radius: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 12px 36px 36px;
}
.popup-content .close {
  margin: 0 -24px 4px auto;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #2c27231a url(../images/close.svg) no-repeat center center;
  cursor: pointer;
}
.popup-content .btn {
  width: 100%;
}
.popup-content .btn:not(:disabled) {
  background: #2c2723;
  color: #f3ece5;
}
.popup-title {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 54px;
  font-weight: 900;
}
input[type="text"],
input[type="email"] {
  background: #e0d9d1;
  font-size: 18px;
  color: #1e1a28;
  height: 76px;
  padding: 36px 18px 16px;
  border: 2px solid #e0d9d1;
  border-radius: 16px;
  width: 100%;
  outline: none;
}
input[type="text"].error,
input[type="email"].error {
  border-color: red !important;
}
input:focus,
input:not(:placeholder-shown) {
  background: #f3ece5;
  border-color: #3355ff;
}
input[type="text"] ~ .label,
input[type="email"] ~ .label {
  position: absolute;
  left: 20px;
  color: #2c2723b2;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.15s ease-in-out;
}
input:focus ~ .label,
input:not(:placeholder-shown) ~ .label {
  top: 16px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cb-wr input {
  display: none;
}
.cb-wr label {
  position: relative;
  font-size: 14px;
}
.cb-wr label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border: 2px solid #e0d9d1;
  border-radius: 8px;
  background: #e0d9d1;
  margin: 0 7px 0 0;
  transition: all 0.15s ease-in-out;
  background-position: center center;
}
.cb-wr label.error:before {
  border-color: red !important;
}
.cb-wr input:checked ~ label:before {
  background: #3355ff url(../images/check.svg) no-repeat center center;
}
.cb-wr a {
  color: #3355ff;
  border-bottom: 1px solid #3355ff;
  margin-right: 24px;
  position: relative;
  display: inline-block;
}
.cb-wr a:after {
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  top: -2px;
  width: 22px;
  height: 22px;
  background: url(../images/link.svg) no-repeat right top;
}
.form {
  row-gap: 11px;
}
.form-row {
  position: relative;
}
.cb-wr {
  padding: 13px 0;
}
.thankyou .popup-title {
  margin-bottom: 36px;
}
.thankyou .text {
  margin-bottom: 54px;
  font-size: 18px;
}
#emph {
  color: #3355ff;
}
.preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  box-shadow: 0 0 0 100vw #3355ff inset;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200%;
  padding-bottom: 200%;
  will-change: transform;
}
.animate .preloader {
  -webkit-animation: preloader 1s ease forwards;
  animation: preloader 1s ease forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.preloader .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f3ece5;
  font-size: 24px;
  line-height: 26px;
}
.screen {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rocket {
  position: absolute;
  right: 14px;
  bottom: 46px;
  background: url(../images/preloader/rocket.svg);
  width: 100px;
  height: 100px;
  will-change: transform;
  opacity: 0;
  z-index: 99999;
}
.animate .rocket {
  -webkit-animation: rocket 4s linear forwards;
  animation: rocket 4s linear forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.logo-text {
  gap: 4px;
}
.logo-text .el {
  transition: all 0.15s ease;
}
.logo-text .el:nth-child(4) {
  padding-right: 4px;
}
.pre-logo-wr {
  padding: 8px 11px 25px;
  gap: 24px;
  will-change: transform;
}
.animate .pre-logo-wr {
  -webkit-animation: prelogowr 0.3s ease forwards;
  animation: prelogowr 0.3s ease forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.preloader .text {
  will-change: transform;
  line-height: 20px;
  height: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
}
.animate .preloader .text {
  -webkit-animation: logotext 1.4s ease forwards;
  animation: logotext 1.4s ease forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.pre-logo {
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
  will-change: transform;
}
.animate .pre-logo {
  -webkit-animation: prelogo 1s ease forwards;
  animation: prelogo 1s ease forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}
.pre-logo * {
  position: relative;
}
.pre-logo-inner {
  will-change: transform;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.animate .pre-logo-inner {
  -webkit-animation: prelogoinner 0.8s ease forwards;
  animation: prelogoinner 0.8s ease forwards;
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}
.pre-logo .left {
  width: 64px;
  height: 147px;
  background: url(../images/preloader/logo-l.svg) no-repeat center center;
  margin-top: 5px;
  will-change: transform;
  -webkit-transform: translate(-10px, 23px) scale(1.2);
  transform: translate(-10px, 23px) scale(1.2);
  opacity: 0;
}
.animate .pre-logo .left {
  -webkit-animation: preleft 0.8s linear forwards;
  animation: preleft 0.8s linear forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform: translate(-10px, 23px) scale(1.2);
  transform: translate(-10px, 23px) scale(1.2);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.pre-logo .right {
  width: 66px;
  height: 103px;
  background: url(../images/preloader/logo-r.svg) no-repeat center center;
  margin-left: -9px;
  z-index: 1;
  will-change: transform;
  -webkit-transform: translate(10px, -23px) scale(1.2);
  transform: translate(10px, -23px) scale(1.2);
  opacity: 0.3;
}
.animate .pre-logo .right {
  -webkit-animation: preright 0.8s linear forwards;
  animation: preright 0.8s linear forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.pre-logo .left .shadow {
  display: block;
  position: absolute;
  width: 12px;
  height: 30px;
  background: url(../images/preloader/logo-s1.svg) no-repeat center center;
  z-index: 1;
}
.pre-logo .left .s1 {
  top: 3px;
  left: 56px;
}
.pre-logo .left .s2 {
  top: 64px;
  left: 50px;
}
.animated-title {
  opacity: 0;
  will-change: transform;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  gap: 20px;
}
.animated-title .inner {
  column-gap: 20px;
}
.animate .animated-title {
  -webkit-animation: anititle 0.5s ease forwards;
  animation: anititle 0.5s ease forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}
.animated-title .inner span {
  /*opacity: 0;*/
  will-change: transform;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.animate .animated-title .inner span:not(.inv) {
  -webkit-animation: anititlespan 0.1s ease forwards;
  animation: anititlespan 0.1s ease forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.animate .animated-title .inner {
  font-size: 60px;
  letter-spacing: 0;
  position: relative;
  animation-name: text;
  animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-delay: 5.5s;

  margin-bottom: 20px;

  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 150%;
  /* height: 58px; */

}

.numbers {
  display: flex;
  will-change: transform;
  opacity: 0;
}
.animate .numbers {
  -webkit-animation: text2 0.5s ease forwards;
  animation: text2 0.5s ease forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-delay: 9s;
}
.numbers .val {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 58px;
}
.numbers .val span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 2s ease;
  transform: translateY(0);
  line-height: 1;
}
.numbers .val span span {
  flex: 0 0 100%;
  height: 100%;
}
.appear7,
.appear8,
.appear9 {
  gap: 8px;
}
.appear7 div,
.appear8 div,
.appear9 div {
  display: inline-block;
  padding-right: 8px;
}
.appear7 .an,
.appear8 .an,
.appear9 .an {
  will-change: transform;
  display: inline-block;
}
.an:empty {
  width: 8px;
}
.appear8 .an,
.appear9 .an {
  opacity: 0;
}
/*1.5*/
.animate .appear7 .an:not(.inv) {
  -webkit-animation: appear7 15s linear infinite;
  animation: appear7 15s linear infinite;
}
.animate .appear8 .an:not(.inv) {
  -webkit-animation: appear8 15s linear infinite;
  animation: appear8 15s linear infinite;
}
/*1*/
.animate .appear9 .an:not(.inv) {
  -webkit-animation: appear9 15s linear infinite;
  animation: appear9 15s linear infinite;
}
/*Animations*/
@-webkit-keyframes appear7 {
  0% {
    color: #fff;
  }
  5% {
    color: #94fd08;
  }
  10% {
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
@keyframes appear7 {
  0% {
    color: #fff;
  }
  5% {
    color: #94fd08;
  }
  10% {
    color: #fff;
  }
  100% {
    color: #fff;
  }
}

@-webkit-keyframes appear8 {
  0% {
    color: #fff;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  5% {
    -webkit-transform: rotateX(0);
  }
  7% {
    color: #94fd08;
    -webkit-transform: rotateX(180deg);
  }
  9% {
    -webkit-transform: rotateX(0);
  }
  10% {
    color: #fff;
  }
  100% {
    color: #fff;
    opacity: 1;
  }
}
@keyframes appear8 {
  0% {
    color: #fff;
    opacity: 1;
  }
  1% {
    opacity: 1;
  }
  5% {
    transform: rotateX(0);
  }
  7% {
    color: #94fd08;
    transform: rotateX(180deg);
  }
  9% {
    transform: rotateX(0);
  }
  10% {
    color: #fff;
  }
  100% {
    color: #fff;
    opacity: 1;
  }
}
@-webkit-keyframes appear9 {
  0% {
    color: #fff;
    -webkit-transform: translateY(80%);
    opacity: 0;
  }
  2% {
    -webkit-transform: translateY(-30%);
    opacity: 1;
  }
  3% {
    -webkit-transform: translateY(30%);
    opacity: 1;
  }
  4% {
    -webkit-transform: translateY(-15%);
    opacity: 1;
  }
  5% {
    -webkit-transform: translateY(0%);
    color: #94fd08;
    opacity: 1;
  }
  6% {
    opacity: 1;
  }
  7% {
    color: #fff;
  }
  100% {
    color: #fff;
    opacity: 1;
  }
}
@keyframes appear9 {
  0% {
    color: #fff;
    transform: translateY(80%);
    opacity: 0;
  }
  2% {
    transform: translateY(-30%);
    opacity: 1;
  }
  3% {
    transform: translateY(30%);
    opacity: 1;
  }
  4% {
    transform: translateY(-15%);
    opacity: 1;
  }
  5% {
    transform: translateY(0%);
    color: #94fd08;
    opacity: 1;
  }
  6% {
    opacity: 1;
  }
  7% {
    color: #fff;
  }
  100% {
    color: #fff;
    opacity: 1;
  }
}
@-webkit-keyframes text {
  0% {
    color: transparent;
    margin-bottom: -78px;
  }
  30% {
    letter-spacing: 15px;
    margin-bottom: -78px;
  }
  85% {
    letter-spacing: 8px;
    margin-bottom: -78px;
  }
  100% {
    margin-bottom: 20px;
  }
}
@keyframes text {
  0% {
    color: transparent;
    margin-bottom: -78px;
  }
  30% {
    letter-spacing: 15px;
    margin-bottom: -78px;
  }
  85% {
    letter-spacing: 0;
    margin-bottom: -78px;
  }
  100% {
    margin-bottom: 20px;
  }
}
@-webkit-keyframes text2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes btn-show {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
  }
}
@keyframes btn-show {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
  }
}

@-webkit-keyframes anititle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes anititle {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes anititlespan {
  0% {
    -webkit-transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes anititlespan {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes rocket {
  0% {
    bottom: 46px;
    -webkit-transform: scale(0.5);
  }
  15% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    bottom: 90%;
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
}
@keyframes rocket {
  0% {
    bottom: 46px;
    transform: scale(0.5);
  }
  15% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    bottom: 90%;
    opacity: 0;
    transform: scale(0.5);
  }
}
@-webkit-keyframes logotext {
  0% {
    height: 0;
    opacity: 0;
    -webkit-transform: scale(0.6);
  }
  10% {
    height: 26px;
    opacity: 1;
    -webkit-transform: scale(1);
  }
  80% {
    height: 26px;
    opacity: 1;
    -webkit-transform: scale(1);
  }
  85% {
    height: 26px;
    opacity: 1;
    -webkit-transform: scale(0.8);
  }
  100% {
    height: 26px;
    opacity: 0;
    -webkit-transform: translateY(-70%) scale(0.8);
  }
}
@keyframes logotext {
  0% {
    height: 0;
    opacity: 0;
    transform: scale(0.6);
  }
  10% {
    height: 26px;
    opacity: 1;
    transform: scale(1);
  }
  80% {
    height: 26px;
    opacity: 1;
    transform: scale(1);
  }
  85% {
    height: 26px;
    opacity: 1;
    transform: scale(0.8);
  }
  100% {
    height: 26px;
    opacity: 0;
    transform: translateY(-70%) scale(0.8);
  }
}
@-webkit-keyframes preloader {
  0% {
    box-shadow: 0 0 0 80vw #3355ff inset;
  }
  100% {
    box-shadow: 0 0 0 0 #3355ff inset;
  }
}
@keyframes preloader {
  0% {
    box-shadow: 0 0 0 80vw #3355ff inset;
  }
  100% {
    box-shadow: 0 0 0 0 #3355ff inset;
  }
}
@-webkit-keyframes prelogo {
  0% {
    -webkit-transform: translateX(300px);
  }
  40% {
    -webkit-transform: translateX(600px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes prelogo {
  0% {
    transform: translateX(300px);
  }
  40% {
    transform: translateX(600px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes prelogowr {
  0% {
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-10%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0.8);
    opacity: 0;
  }
}
@keyframes prelogowr {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  40% {
    transform: translateY(-10%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes prelogoinner {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.7);
  }
  90% {
    -webkit-transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes prelogoinner {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.7);
  }
  90% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes preleft {
  0% {
    -webkit-transform: translate(-12px, 26px) scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0) scale(1);
    opacity: 1;
  }
}
@keyframes preleft {
  0% {
    transform: translate(-12px, 26px) scale(1.2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes preright {
  0% {
    -webkit-transform: translate(12px, -26px) scale(1.2);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(0) scale(1);
    opacity: 1;
  }
}
@keyframes preright {
  0% {
    transform: translate(12px, -26px) scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scrolling {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-webkit-calc(-100% - 24px));
  }
}
@keyframes scrolling {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100% - 24px));
  }
}
@-webkit-keyframes scrollingrev {
  0% {
    -webkit-transform: translateY(-webkit-calc(-100% - 24px));
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes scrollingrev {
  0% {
    transform: translateY(calc(-100% - 24px));
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes marq {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
  }
}
@keyframes marq {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*Media*/
@media screen and (max-width: 1439px) {
  .bg-wr {
    width: 2300px;
  }
}

@media screen and (max-width: 1024px) {


    .bg-wr {
        width: 1680px;
    }

    .bg-wr .col.laptop {
        display: none;
    }
    .bg-wr .col.mobile {
        display: none;
    }
    .bg-wr .col.tablet {
        display: block;
    }

}

@media screen and (max-width: 767px) {
  .top {
    padding: 24px 0 0;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .logo {
    max-width: 136px;
  }
  .btn {
    font-size: 18px;
    line-height: 14px;
    padding: 14.5px 29px;
  }
  h2 {
    font-size: 38px;
    line-height: 46px;
    /* margin-bottom: 126px; */
  }
  .content .text {
    font-size: 21px;
    line-height: 23px;
  }
  .popup-content {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0;
    padding: 12px 32px 32px;
  }
  .popup-content .close {
    margin: 0 -22px 4px auto;
  }
  .animated-title {
    gap: 10px;
  }
  .animated-title .inner {
    gap: 8px;
  }
  .preloader .inner {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
  }
  .preloader {
    box-shadow: 0 0 0 200vw #3355ff inset;
    width: 400%;
    padding-bottom: 400%;
  }
  .rocket {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .preloader .text {
    font-size: 30px;
  }
  .numbers .val {
    height: 50px;
  }
  .animate .animated-title .inner {
    font-size: 38px;
  }
}
@media screen and (max-width: 560px) {
    .bg-wr .col.tablet {
        display: none;
    }
    .bg-wr .col.mobile {
        display: block;
    }
    .bg-wr .col.laptop {
        display: none;
    }
  .bg-wr {
    /* width: 2300px; */
    width: calc(200% - 24vw);
    -webkit-transform: translate(-50%, -50%) scale(0.55);
    transform: translate(-50%, -50%) scale(0.55);
    perspective: none;
  }
  .appear7,
  .appear8,
  .appear9 {
    gap: 4px;
  }
  .appear7 div,
  .appear8 div,
  .appear9 div {
    display: inline-block;
    padding-right: 4px;
  }
  @-webkit-keyframes text {
    0% {
      color: transparent;
      margin-bottom: -78px;
    }
    30% {
      letter-spacing: 8px;
      margin-bottom: -78px;
    }
    85% {
      letter-spacing: 8px;
      margin-bottom: -78px;
    }
    100% {
      margin-bottom: 20px;
    }
  }
  @keyframes text {
    0% {
      color: transparent;
      margin-bottom: -78px;
    }
    30% {
      letter-spacing: 8px;
      margin-bottom: -78px;
    }
    85% {
      letter-spacing: 0;
      margin-bottom: -78px;
    }
    100% {
      margin-bottom: 20px;
    }
  }
}
@media screen and (max-width: 420px) {


  .animate .animated-title .inner {
    font-size: 36px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}



/* terms-and-conditions */

.wrapper-terms-and-conditions {
  font-family: "Satoshi", sans-serif;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #f3ece5;
  background: #3355ff;
}

.terms-and-conditions-logo {
  cursor: pointer;
  user-select: none;
}

.header-terms-and-conditions {
  position: absolute;
  top: 44px;
  height: 56px;
  display: flex;
  align-items: center;
}

.content-terms-and-conditions {
  padding-top: 96px;
  overflow: scroll;
  height: 100%;
}

.wrapper-terms-and-conditions h1 {
  font-size: 2em;
  text-align: center;
}

.wrapper-terms-and-conditions h2 {
  font-size: 1.4em;
  margin: 0;
}

.wrapper-terms-and-conditions p {
  margin: 0;
  padding-bottom: 8px;
}

.wrapper-terms-and-conditions a {
  color: #f3ece5;
  text-decoration: underline;
  cursor: pointer;
  user-select: none;
}


@media screen and (max-width: 767px) {
    .header-terms-and-conditions {
        top: 24px;
        height: 43px;
    }

    .content-terms-and-conditions { 
        padding-top: 67px;

    }

    .header-terms-and-conditions{
        max-width: 136px;
    }
}