* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Nunito", sans-serif;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

::-moz-selection {
  background: #a100ca;
}

::selection {
  background: #a100ca;
}

:root {
  --main-white: rgba(255, 255, 255, 0.85);
  --main-bg: rgb(68 68 68 / 15%);
  --main-shadow: 0px 0px 10px rgb(255 255 255 / 25%);
  --main-blue: #7166f9;
  scrollbar-color: #a100ca #373536;
  scrollbar-width: auto;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: #373536;
}

body::-webkit-scrollbar-thumb {
  background-color: #a100ca;
  border-radius: 10px;
}

#mouse-circle {
  position: absolute;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background-color: #a100ca;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1000000;
}

@media (max-width: 768px) {
  #mouse-circle {
    display: none;
  }
}

html {
  background: rgb(35, 41, 43);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.76) 100%, rgba(0, 0, 0, 0.84) 100%), url("../img/noise.svg");
  font-size: 14px;
}

body {
  scroll-behavior: smooth;
  overflow-y: hidden;
  overflow-x: hidden;
}

.preloader {
  background: #000118;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.preloader-ready {
  -webkit-animation: slide-out-right 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-right 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.loader {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.loader .loader-inner-1 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #a100ca;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-animation: loading-1 2.88s 0s infinite both;
  animation: loading-1 2.88s 0s infinite both;
}

.loader .loader-inner-2 {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #a100ca;
  position: absolute;
  -webkit-animation: loading-2 2.88s 0s infinite both;
  animation: loading-2 2.88s 0s infinite both;
}

@-webkit-keyframes loading-1 {

  0%,
  100% {
    -webkit-box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
    box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  25%,
  75% {
    -webkit-box-shadow: 27px 0 0 #a100ca, -27px 0 0 #a100ca, 0 27px 0 #a100ca, 0 -27px 0 #a100ca, 19px -19px 0 #a100ca, 19px 19px 0 #a100ca, -19px -19px 0 #a100ca, -19px 19px 0 #a100ca;
    box-shadow: 27px 0 0 #a100ca, -27px 0 0 #a100ca, 0 27px 0 #a100ca, 0 -27px 0 #a100ca, 19px -19px 0 #a100ca, 19px 19px 0 #a100ca, -19px -19px 0 #a100ca, -19px 19px 0 #a100ca;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
    box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
  }
}

@keyframes loading-1 {

  0%,
  100% {
    -webkit-box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
    box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  25%,
  75% {
    -webkit-box-shadow: 27px 0 0 #a100ca, -27px 0 0 #a100ca, 0 27px 0 #a100ca, 0 -27px 0 #a100ca, 19px -19px 0 #a100ca, 19px 19px 0 #a100ca, -19px -19px 0 #a100ca, -19px 19px 0 #a100ca;
    box-shadow: 27px 0 0 #a100ca, -27px 0 0 #a100ca, 0 27px 0 #a100ca, 0 -27px 0 #a100ca, 19px -19px 0 #a100ca, 19px 19px 0 #a100ca, -19px -19px 0 #a100ca, -19px 19px 0 #a100ca;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
    box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
  }
}

@-webkit-keyframes loading-2 {

  0%,
  100% {
    -webkit-box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
    box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  25%,
  75% {
    -webkit-box-shadow: 51px 0 0 #a100ca, -51px 0 0 #a100ca, 0 51px 0 #a100ca, 0 -51px 0 #a100ca, 37px -37px 0 #a100ca, 37px 37px 0 #a100ca, -37px -37px 0 #a100ca, -37px 37px 0 #a100ca;
    box-shadow: 51px 0 0 #a100ca, -51px 0 0 #a100ca, 0 51px 0 #a100ca, 0 -51px 0 #a100ca, 37px -37px 0 #a100ca, 37px 37px 0 #a100ca, -37px -37px 0 #a100ca, -37px 37px 0 #a100ca;
    background: transparent;
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
    box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
  }
}

@keyframes loading-2 {

  0%,
  100% {
    -webkit-box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
    box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  25%,
  75% {
    -webkit-box-shadow: 51px 0 0 #a100ca, -51px 0 0 #a100ca, 0 51px 0 #a100ca, 0 -51px 0 #a100ca, 37px -37px 0 #a100ca, 37px 37px 0 #a100ca, -37px -37px 0 #a100ca, -37px 37px 0 #a100ca;
    box-shadow: 51px 0 0 #a100ca, -51px 0 0 #a100ca, 0 51px 0 #a100ca, 0 -51px 0 #a100ca, 37px -37px 0 #a100ca, 37px 37px 0 #a100ca, -37px -37px 0 #a100ca, -37px 37px 0 #a100ca;
    background: transparent;
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
    box-shadow: 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca, 0 0 0 #a100ca;
  }
}

.noise-bg {
  background-image: url("../img/noise.svg");
  background-repeat: repeat;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  height: 100%;
}

.effect1 {
  color: #ffffff;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 24px;
  position: relative;
  padding: 10px 40px 10px 20px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-shadow: 0px 0px 10px #550160;
}

.effect1 .bg {
  background: #fdd641;
  width: 0px;
  height: 0px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.effect1:hover {
  padding-right: 20px;
  color: #333333;
  text-shadow: none;
}

.finger {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: text-shadow 0s, -webkit-transform 0.3s;
  transition: text-shadow 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, text-shadow 0s;
  transition: transform 0.3s, text-shadow 0s, -webkit-transform 0.3s;
  background: transparent;
  -webkit-transform: translate3d(0, -20%, 0) rotateZ(180deg);
  transform: translate3d(0, -20%, 0) rotateZ(180deg);
}

.effect1:hover .finger {
  -webkit-transform: translateX(100%) rotateZ(180deg);
  transform: translateX(100%) rotateZ(180deg);
}

.effect1:hover .bg {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.effect1 .bg:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.effect1 .bg:after {
  top: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.effect1:hover .bg:before,
.effect1:hover .bg:after {
  right: 0;
}

.effect1:hover .bg:before {
  bottom: 6px;
}

.effect1:hover .bg:after {
  top: 6px;
}

.webgl {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}

.section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0;
  padding: 0;
  scroll-snap-align: start;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.brand-color {
  color: #a100ca !important;
}

.header {
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  max-width: 900px;
  width: 90%;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: "Nunito", sans-serif;
  z-index: 100001;
  -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@media (max-width: 500px) {
  .header #conv {
    display: none;
  }
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--main-bg);
  padding: 5px;
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
  border-radius: 20px;
}

.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .logo img {
  height: 60px;
}

@media (max-width: 500px) {
  .header .logo img {
    height: 45px;
  }
}

.header .logo .logo_text {
  font-size: 34px;
  margin-left: 10px;
  font-weight: 700;
  color: #a100ca;
}

.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
}

.header nav .nav_item {
  position: relative;
  margin: 0 15px;
}

.header nav .nav_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#a100ca), color-stop(50%, #1d84b5));
  background: linear-gradient(to right, #a100ca, #1d84b5 50%);
  -webkit-transition: width 275ms ease;
  transition: width 275ms ease;
}

.header nav a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#a100ca), color-stop(50%, #1d84b5), color-stop(50%, #fff));
  background: linear-gradient(to right, #a100ca, #1d84b5 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: background-position 275ms ease;
  transition: background-position 275ms ease;
  text-decoration: none;
}

.hero--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  width: 50%;
  top: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero--container {
    width: 90%;
  }
}

.hero--container .hero--content {
  width: 100%;
  max-width: 800px;
  margin-right: 20%;
}

.hero--container .hero--content .subtitle {
  font-size: 46px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

@media (max-width: 500px) {
  .hero--container .hero--content .subtitle {
    font-size: 24px;
  }
}

.hero--container .hero--content h1 {
  position: relative;
  left: -12px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16rem;
  line-height: 87%;
  letter-spacing: 0;
  color: #333333;
  text-align: right;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 500px) {
  .hero--container .hero--content h1 {
    font-size: 0;
    margin-bottom: -25px;
  }
}

.hero--container .hero--content h1 svg {
  overflow: visible;
  width: 100%;
}

.hero--container .hero--content h1 svg path {
  -webkit-animation: glow-intro 0.6s ease-in-out infinite alternate both;
  animation: glow-intro 0.6s ease-in-out infinite alternate both;
}

.hero--container .hero--content h1 span.fz {
  font-size: 79px;
}

.hero--container .hero--content p {
  font-weight: 200;
  font-size: 1.6rem;
  text-align: right;
  margin-bottom: 30px;
  color: var(--main-white);
}

.hero--container .hero--content .button {
  background-color: transparent;
  width: 180px;
  height: 60px;
  border: 1px solid #52322B;
  border-radius: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 200;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
  color: #52322B;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  gap: 1em;
  font-weight: 100;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  transition: all 0.8s ease-in-out;
}

.hero--container .hero--content .button svg path {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.hero--container .hero--content .button:hover {
  border-color: #BB4C33;
  color: #BB4C33;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.hero--container .hero--content .button:hover svg path {
  stroke: #BB4C33;
}

/* Ads Types */
.adstypes--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: static;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  top: 0;
  left: 0;
  min-height: 100vh;
  opacity: 0;
  z-index: 2;
}

@media (max-width: 1280px) {
  .adstypes--container {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .adstypes--container {
    width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .adstypes--container {
    padding: 0 10px;
  }
}

.adstypes--container .adstypes--content {
  width: 100%;
  max-width: 800px;
  margin-left: 30%;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  background-color: var(--main-bg);
  padding: 40px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  margin-bottom: 25px;
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
}

@media (max-width: 768px) {
  .adstypes--container .adstypes--content {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .adstypes--container .adstypes--content {
    padding: 25px;
  }
}

.adstypes--container .adstypes--content h2 {
  position: relative;
  left: -12px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 87%;
  letter-spacing: -0.04em;
  color: var(--main-white);
  text-align: left;
  margin-bottom: 15px;
}

@media (max-width: 500px) {
  .adstypes--container .adstypes--content h2 {
    font-size: 3rem;
  }
}

.adstypes--container .adstypes--content p {
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 180%;
  text-align: left;
  margin-bottom: 30px;
  color: var(--main-white);
}

@media (max-width: 500px) {
  .adstypes--container .adstypes--content p {
    font-size: 1rem;
  }
}

.adstypes--container .adstypes--content .button {
  background-color: transparent;
  width: 180px;
  height: 60px;
  border: 1px solid #52322B;
  border-radius: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 200;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
  color: #52322B;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  gap: 1em;
  font-weight: 100;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  transition: all 0.8s ease-in-out;
}

.adstypes--container .adstypes--content .button svg path {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.adstypes--container .adstypes--content .button:hover {
  border-color: #BB4C33;
  color: #BB4C33;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.adstypes--container .adstypes--content .button:hover svg path {
  stroke: #BB4C33;
}

.adstypes--container .adstypes--content2.animate .adstypes--content-split-item {
  -webkit-animation: flip-in-hor-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: flip-in-hor-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.adstypes--container .adstypes--content2.animate .adstypes--content-split-item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.adstypes--container .adstypes--content2.animate .adstypes--content-split-item:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.adstypes--container .adstypes--content2.animate .adstypes--content-split-item:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.adstypes--container .adstypes--content2.animate .adstypes--content-split-item:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.adstypes--container .adstypes--content2.animate .adstypes--content-split-item:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.adstypes--container .adstypes--content2.animate .adstypes--content-split-item:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.adstypes--container .adstypes--content2.animate .adstypes--content-split-item:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.adstypes--container .adstypes--content-split-4 {
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  gap: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.adstypes--container .adstypes--content-split-4 .adstypes--content-split-item {
  background-color: var(--main-bg);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 2rem);
  flex: 1 1 calc(50% - 2rem);
  padding: 10x;
  -webkit-transition: 1s ease-in-out, border 0s;
  transition: 1s ease-in-out, border 0s;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  max-height: 100px;
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
}

.adstypes--container .adstypes--content-split-4 .adstypes--content-split-item p {
  margin-bottom: 0;
  overflow: hidden;
}

.adstypes--container .adstypes--content-split-4 .adstypes--content-split-item p:first-child {
  font-size: 18px;
  text-align: center;
  color: #a100ca;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  max-height: 30px;
  text-align: left;
}

@media (max-width: 500px) {
  .adstypes--container .adstypes--content-split-4 .adstypes--content-split-item p:first-child {
    font-size: 14px;
  }
}

.adstypes--container .adstypes--content-split-4 .adstypes--content-split-item p:last-child {
  font-size: 16px;
  color: #ffffff;
  max-height: 60px;
  padding-right: 10px;
  line-height: 120%;
}

@media (max-width: 500px) {
  .adstypes--container .adstypes--content-split-4 .adstypes--content-split-item p:last-child {
    font-size: 12px;
  }
}

.adstypes--container .adstypes--content-split-4 .adstypes--content-split-item .card-front {
  z-index: 2;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.adstypes--container .adstypes--content-split-4 .adstypes--content-split-item .item-image {
  max-width: 30%;
  height: 100px;
}

@media (max-width: 1280px) {
  .adstypes--container .adstypes--content-split-4 .adstypes--content-split-item .item-image {
    height: unset;
  }
}

.adstypes--container .adstypes--content-split-4 .adstypes--content-split-item .item-image img {
  height: 100%;
}

@media (max-width: 1280px) {
  .adstypes--container .adstypes--content-split-4 .adstypes--content-split-item .item-image img {
    width: 100%;
  }
}

.adstypes--container .adstypes--content-split-4 .adstypes--content-split-item:hover .card-front .item-text {
  color: #a100ca;
}

.lineleft,
.lineright {
  position: fixed;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  font-size: 64px;
  white-space: nowrap;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding: 20px;
  color: #ffffff;
  border-radius: 20px;
}

@media (max-width: 500px) {

  .lineleft,
  .lineright {
    font-size: 48px;
    padding: 25px 10px;
  }
}

.lineleft {
  left: 5%;
  bottom: -200%;
  background-color: #d757d1;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.lineright {
  right: 5%;
  top: -200%;
  background-color: #48e33f;
}

.partners-wrap {
  margin-top: 200px;
}

.partners {
  overflow: hidden;
  height: 200px;
  width: 100vw;
  position: relative;
  background-color: rgba(255, 255, 255, 0.4862745098);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.partners-bottom {
  background-color: rgba(112, 102, 249, 0.4666666667);
  margin-top: -110px;
  -webkit-clip-path: polygon(0 10%, 100% 40%, 100% 100%, 0% 100%);
  clip-path: polygon(0 10%, 100% 40%, 100% 100%, 0% 100%);
}

.partners-bottom .partners-items {
  padding: 0;
}

.partners a {
  color: var(--main-blue);
  font-family: "Raleway", sans-serif;
}

.partners-bottom a {
  color: #ffffff;
}

.partners-items {
  font-size: 90px;
  white-space: nowrap;
  position: absolute;
  max-width: 100vw;
  font-weight: 600;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.partners-items a {
  position: relative;
  text-shadow: 0 0 5px rgba(197, 197, 197, 0.168627451);
}

.partners-items a.part:hover {
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
}

.partners-items a.aff:hover {
  -webkit-text-fill-color: #000000;
  -webkit-text-stroke-color: #000000;
}

.partners-items a.aff:hover span {
  -webkit-text-fill-color: #feb802;
  -webkit-text-stroke-color: #feb802;
}

.partners-items a.biz:hover {
  -webkit-text-fill-color: #004b84;
  -webkit-text-stroke-color: #004b84;
}

.partners-items a.cy:hover {
  -webkit-text-fill-color: #4c638f;
  -webkit-text-stroke-color: #ffffff;
}

.partners-items a.maf:hover {
  -webkit-text-fill-color: #f54747;
  -webkit-text-stroke-color: #000000;
}

.partners-items a.dz:hover {
  -webkit-text-fill-color: #000000;
  -webkit-text-stroke-color: #000000;
}

.partners-items a.tg:hover {
  -webkit-text-fill-color: #25a1de;
  -webkit-text-stroke-color: #ffffff;
}

.partners-items a.arb:hover {
  -webkit-text-fill-color: #000000;
  -webkit-text-stroke-color: #000000;
}

.partners-items a.sear:hover {
  -webkit-text-fill-color: #042189;
  -webkit-text-stroke-color: #042189;
}

.partners-items a::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  right: -45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--main-blue);
}

.partners-bottom .partners-items a::after {
  background-color: #ffffff;
}

.sec2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 2;
}

@media (max-width: 768px) {
  .about--container {
    width: 100%;
    padding: 10px 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

.about--container.animate-up {
  position: fixed;
}

.about--container.animate-up h2>div {
  -webkit-animation: animate-up 1s ease-in-out both;
  animation: animate-up 1s ease-in-out both;
}

.about--container.animate-up .steps-wrapper:first-child .steps-item:first-child {
  -webkit-animation: animate-up 1s 0.3s ease-in-out both;
  animation: animate-up 1s 0.3s ease-in-out both;
}

.about--container.animate-up .steps-wrapper:first-child .steps-item:last-child {
  -webkit-animation: animate-up 1s 0.6s ease-in-out both;
  animation: animate-up 1s 0.6s ease-in-out both;
}

.about--container.animate-up .steps-wrapper:last-child .steps-item:first-child {
  -webkit-animation: animate-up 1s 0.9s ease-in-out both;
  animation: animate-up 1s 0.9s ease-in-out both;
}

.about--container.animate-up .steps-wrapper:last-child .steps-item:last-child {
  -webkit-animation: animate-up 1s 1.2s ease-in-out both;
  animation: animate-up 1s 1.2s ease-in-out both;
}

.about--container h2 {
  color: var(--main-white);
  font-family: "Raleway", sans-serif;
  font-size: 2.8vw;
  padding-right: 5%;
  font-weight: 400;
  margin: 100px 5px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .about--container h2 {
    font-size: 8vw;
    padding: 10px;
    background-color: var(--main-bg);
    -webkit-box-shadow: var(--main-shadow);
    box-shadow: var(--main-shadow);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    margin: 15px auto;
  }
}

.about--container h2>div {
  position: relative;
}

.about--container h2 p {
  font-size: 2.7vw;
  font-weight: 600;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .about--container h2 p {
    font-size: 7vw;
  }
}

.about--container h2 p span {
  border-right: 0.05em solid;
  -webkit-animation: caret 1s steps(1) infinite;
  animation: caret 1s steps(1) infinite;
}

.about--container .steps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow-y: hidden;
  padding: 10px 5px;
}

@media (max-width: 768px) {
  .about--container .steps-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.about--container .steps-wrapper .steps-item {
  position: relative;
  width: 45%;
}

@media (max-width: 768px) {
  .about--container .steps-wrapper .steps-item {
    padding: 10px;
    background-color: var(--main-bg);
    -webkit-box-shadow: var(--main-shadow);
    box-shadow: var(--main-shadow);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
  }
}

.about--container .steps-wrapper .steps-item-icon {
  padding: 10px;
  background-color: var(--main-bg);
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 16px;
}

@media (max-width: 500px) {
  .about--container .steps-wrapper .steps-item-icon {
    padding: 7px;
  }
}

.about--container .steps-wrapper .steps-item-icon img {
  width: 40px;
}

@media (max-width: 500px) {
  .about--container .steps-wrapper .steps-item-icon img {
    width: 30px;
  }
}

.about--container .steps-wrapper .steps-item-title {
  color: var(--main-white);
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.about--container .steps-wrapper .steps-item-subtitle {
  color: var(--main-white);
  font-size: 14px;
}

.partners .partners-items {
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: scrollmarq 15s infinite linear both alternate;
  animation: scrollmarq 15s infinite linear both alternate;
}

.partners-bottom .partners-items {
  padding-left: 0;
  padding-right: 100%;
  padding-top: 70px;
}

.partners-bottom .partners-items {
  -webkit-animation: scrollmarqBack 15s infinite linear both alternate;
  animation: scrollmarqBack 15s infinite linear both alternate;
}

.partners .partners-items>a {
  margin-right: 50px;
}

.footer {
  background-color: #0B0D17;
  padding: 50px;
  width: 100%;
  position: fixed;
  bottom: -100%;
}

.footer .footer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 650px) {
  .footer .footer-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-family: "Nunito", sans-serif;
  color: #a100ca;
  font-size: 32px;
  margin-bottom: 12px;
}

.footer .footer-logo img {
  width: 35px;
}

.footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 12px;
}

@media (max-width: 650px) {
  .footer .footer-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: 15px;
  }
}

.footer .footer-links img {
  height: 16px;
  margin-right: 10px;
}

.footer .footer-links a {
  color: var(--main-white);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-copyrights {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 300;
  color: #D9DBE1;
}

.footer .footer-right {
  max-width: 140px;
}

@media (max-width: 650px) {
  .footer .footer-right {
    margin: 0 auto;
  }
}

.footer .footer-right-text {
  color: #D9DBE1;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}

@media (max-width: 650px) {
  .footer .footer-right-text {
    margin-top: 30px;
  }
}

.footer .footer-payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 14px;
}

.footer .footer-payments img {
  height: 20px;
}

.footer .footer-subtext {
  font-weight: 300;
  color: var(--main-white);
  font-size: 10px;
  margin-top: 16px;
  text-align: right;
}

.footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 650px) {
  .footer .footer-social {
    margin: 0 auto;
  }
}

.footer .footer-social img {
  height: 20px;
}

.footer svg {
  width: 50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -200px;
}

@media (max-width: 768px) {
  .footer svg {
    display: none;
  }
}

.footer svg #wheel {
  -webkit-animation: scrollwheel ease 1.5s infinite;
  animation: scrollwheel ease 1.5s infinite;
}

.sec-end {
  height: 100vh;
  width: 100vw;
  z-index: 100;
  margin-bottom: 1000px;
}

.sec-end .sec-end-trigger {
  width: 0;
  height: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: rgba(162, 0, 202, 0.6509803922);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.363);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.363);
}

@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2) translateX(-50%);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2) translateX(-50%);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1) translateX(-50%);
    transform: translateY(0) scaleY(1) scaleX(1) translateX(-50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2) translateX(-50%);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2) translateX(-50%);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1) translateX(-50%);
    transform: translateY(0) scaleY(1) scaleX(1) translateX(-50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@-webkit-keyframes caret {
  50% {
    border-color: transparent;
  }
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

@-webkit-keyframes animate-up {
  0% {
    top: 200px;
  }

  100% {
    top: 0;
  }
}

@keyframes animate-up {
  0% {
    top: 200px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes flip-in-hor-top {
  0% {
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes flip-in-hor-top {
  0% {
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes glow-intro {
  0% {
    -webkit-filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #706aa8) drop-shadow(0 0 3px #a100ca);
    filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #706aa8) drop-shadow(0 0 3px #a100ca);
  }

  100% {
    -webkit-filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 13px #706aa8) drop-shadow(0 0 7px #a100ca);
    filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 13px #706aa8) drop-shadow(0 0 7px #a100ca);
  }
}

@keyframes glow-intro {
  0% {
    -webkit-filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #706aa8) drop-shadow(0 0 3px #a100ca);
    filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #706aa8) drop-shadow(0 0 3px #a100ca);
  }

  100% {
    -webkit-filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 13px #706aa8) drop-shadow(0 0 7px #a100ca);
    filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 13px #706aa8) drop-shadow(0 0 7px #a100ca);
  }
}

@-webkit-keyframes svg-text-anim {
  40% {
    stroke-dashoffset: 0;
    fill: transparent;
  }

  60% {
    stroke-dashoffset: 0;
    fill: var(--main-white);
  }

  100% {
    stroke-dashoffset: 0;
    fill: var(--main-white);
  }
}

@keyframes svg-text-anim {
  40% {
    stroke-dashoffset: 0;
    fill: transparent;
  }

  60% {
    stroke-dashoffset: 0;
    fill: var(--main-white);
  }

  100% {
    stroke-dashoffset: 0;
    fill: var(--main-white);
  }
}

@-webkit-keyframes scrollmarq {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 50%, 0);
    transform: translate3d(-100%, 50%, 0);
  }
}

@keyframes scrollmarq {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 50%, 0);
    transform: translate3d(-100%, 50%, 0);
  }
}

@-webkit-keyframes scrollmarqBack {
  0% {
    -webkit-transform: rotate(3deg) translate3d(-100%, 50%, 0);
    transform: rotate(3deg) translate3d(-100%, 50%, 0);
  }

  100% {
    -webkit-transform: rotate(3deg) translate3d(0, 50%, 0);
    transform: rotate(3deg) translate3d(0, 50%, 0);
  }
}

@keyframes scrollmarqBack {
  0% {
    -webkit-transform: rotate(3deg) translate3d(-100%, 50%, 0);
    transform: rotate(3deg) translate3d(-100%, 50%, 0);
  }

  100% {
    -webkit-transform: rotate(3deg) translate3d(0, 50%, 0);
    transform: rotate(3deg) translate3d(0, 50%, 0);
  }
}

@-webkit-keyframes scrollwheel {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@keyframes scrollwheel {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}