@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,700;1,900&display=swap');

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.banner {
  position: relative;
  min-width: 280px;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  background: #000341;
  overflow: hidden;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 2522px;
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
}

.logo {
  position: absolute;
  width: 186px;
  height: 43px;
  left: 94px;
  top: 48%;
  transform: translateY(-50%);
  background: url(../img/logo.svg) center no-repeat;
  background-size: contain;
  z-index: 10;
}

.btn-wrap {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  right: 107px;
  width: 198px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #93e20b;
  border-radius: 60px;
}

.btn {
  width: 182px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #00102c;

  background-color: #93e20b;
  border-radius: 60px;
  box-shadow: inset 0px 1px 0px 0px #bdff82;
}

.block-bcg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bcg {
  position: absolute;
  top: 0px;
  left: -517px;
  width: 1948px;
  height: 90px;
  background: url(../img/bcg.png) center no-repeat;
  background-size: contain;
}

.bcg::after {
  content: "";
  position: absolute;
  bottom: -17px;
  right: -10px;
  width: 32px;
  height: 32px;
  background: url(../img/i8.png) center no-repeat;
  background-size: contain;
}

.block-txt {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 100%;
  text-align: center;
  text-shadow: 1px 0.5px 2px #0b0e41,
    0px 0px 11px #3a7aff,
    0px 0px 16px #3a7aff,
    0px 0px 19px #3a7aff,
    0px 0px 21px #3a7aff;
}

.slide-one .txt-shdw {
  color: transparent !important;
}

.slide-one .txt-main {
  text-shadow: none !important;
}

.clr {
  color: #fbff00;
}

.slide-one .block-txt {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: 1.2px;
  left: -152px;
  top: 23px;
  animation: txt-an 6s infinite;
}

.slide-one .img-one {
  position: absolute;
  top: -9px;
  left: 847px;
  width: 184px;
  height: 144px;
  background: url(../img/main1920.png) center no-repeat;
  background-size: contain;
}

.slide-one .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/x-1920.png) center no-repeat;
  background-size: contain;
  z-index: 1;
}

.slide-one .img-one::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/flare2-1920.png) center no-repeat;
  background-size: contain;
  animation: main2-an 6s infinite;
}

.slide-one .img-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/flarex-1920.png) center no-repeat;
  background-size: contain;
  z-index: 2;
  animation: mainx-an 6s infinite;
}

.block-bcg .img-1 {
  position: absolute;
  top: -12px;
  left: 505px;
  width: 9px;
  height: 12px;
  background: url(../img/i1.png) center no-repeat;
  background-size: contain;
  animation: bcg-i1 6s infinite;
}

.block-bcg .img-2 {
  position: absolute;
  top: -17px;
  left: 538px;
  width: 14px;
  height: 16px;
  background: url(../img/i2.png) center no-repeat;
  background-size: contain;
  animation: bcg-i2 6s infinite;
}

.block-bcg .img-3 {
  position: absolute;
  top: -20px;
  left: 226px;
  width: 14px;
  height: 16px;
  background: url(../img/i3.png) center no-repeat;
  background-size: contain;
  animation: bcg-i3 6s infinite;
}

.block-bcg .img-4 {
  position: absolute;
  top: -20px;
  left: 306px;
  width: 14px;
  height: 16px;
  background: url(../img/i4.png) center no-repeat;
  background-size: contain;
  animation: bcg-i4 6s infinite;
}

.block-bcg .img-5 {
  position: absolute;
  top: -57px;
  left: -472px;
  width: 24px;
  height: 40px;
  background: url(../img/i5.png) center no-repeat;
  background-size: contain;
  animation: bcg-i5 6s infinite;
}

.block-bcg .img-6 {
  position: absolute;
  top: -73px;
  left: 1015px;
  width: 52px;
  height: 57px;
  background: url(../img/i6.png) center no-repeat;
  background-size: contain;
  animation: bcg-i6 6s infinite;
}

.block-bcg .img-7 {
  position: absolute;
  top: -63px;
  left: -188px;
  width: 37px;
  height: 46px;
  background: url(../img/i7.png) center no-repeat;
  background-size: contain;
  animation: bcg-i7 6s infinite;
}

.block-bcg .img-8 {
  position: absolute;
  top: -45px;
  left: 613px;
  width: 32px;
  height: 32px;
  background: url(../img/i8.png) center no-repeat;
  background-size: contain;
  animation: bcg-i8 6s infinite;
}

.block-bcg .img-9 {
  position: absolute;
  top: -21px;
  left: 186px;
  width: 19px;
  height: 20px;
  background: url(../img/i9.png) center no-repeat;
  background-size: contain;
  animation: bcg-i9 6s infinite;
}

.block-bcg .img-10 {
  position: absolute;
  top: -52px;
  left: 3px;
  width: 42px;
  height: 42px;
  background: url(../img/i10.png) center no-repeat;
  background-size: contain;
  animation: bcg-i10 6s infinite;
}

.block-bcg .img-11 {
  position: absolute;
  top: -40px;
  left: 1359px;
  width: 31px;
  height: 32px;
  background: url(../img/i11.png) center no-repeat;
  background-size: contain;
  animation: bcg-i11 6s infinite;
}

  

@media (max-width: 1899px) {
  .wrapper {
    max-width: 1648px;
  }

  .logo {
    left: 43px;
    width: 141px;
    filter: drop-shadow(0px 0px 15px #000341);
  }

  .btn-wrap {
    right: 46px;
    width: 148px;
    height: 38px;
  }

  .btn {
    font-size: 11.5px;
    padding-top: 1px;
    width: 136px;
    height: 28px;
  }

  .bcg {
    left: -180px;
    width: 1280px;
    background: url(../img/bcg1280.png) center no-repeat;
    background-size: contain;
  }
  
  .bcg::after {
    bottom: -6px;
    right: -18px;
  }

  .bcg::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -25px;
    width: 32px;
    height: 32px;
    background: url(../img/i8.png) center no-repeat;
    background-size: contain;
  }

  .slide-one .block-txt {
    font-size: 27px;
    letter-spacing: 0.8px;
    left: -126px;
    top: 25px;
  }

  .slide-one .img-one {
    left: 693px;
  }

  .block-bcg .img-1 {
    width: 9px;
    height: 11px;
    top: -11px;
    left: 225px;
  }

  .block-bcg .img-2 {
    width: 13px;
    height: 16px;
    top: -17px;
    left: 558px;
  }

  .block-bcg .img-3 {
    width: 13px;
    height: 16px;
    top: -20px;
    left: 246px;
  }

  .block-bcg .img-4 {
    width: 13px;
    height: 16px;
    top: -20px;
    left: 326px;
  }

  .block-bcg .img-5 {
    width: 13px;
    height: 22px;
    top: -24px;
    left: 671px;
  }

  .block-bcg .img-6 {
    width: 25px;
    height: 28px;
    top: -31px;
    left: 944px;
  }

  .block-bcg .img-7 {
    width: 15px;
    height: 18px;
    top: -21px;
    left: 443px;
  }

  .block-bcg .img-8 {
    width: 19px;
    height: 19px;
    top: -21px;
    left: 485px;
  }

  .block-bcg .img-9 {
    width: 19px;
    height: 19px;
    top: -20px;
    left: 206px;
  }

  .block-bcg .img-10 {
    width: 26px;
    height: 26px;
    top: -30px;
    left: 113px;
  }

  .block-bcg .img-11 {
    width: 15px;
    height: 15px;
    top: -16px;
    left: 837px;
  }
}



@media (max-width: 1279px) {
  .container {
    max-width: 768px;
  }

  .wrapper {
    max-width: 1108px;
  }

  .logo {
    left: 32px;
    width: 115px;
    filter: drop-shadow(0px 0px 15px #000341);
  }

  .btn-wrap {
    right: 17px;
    width: 122px;
    height: 32px;
    border-width: 1px;
  }

  .btn {
    font-size: 10px;
    padding-top: 0px;
    width: 114px;
    height: 24px;
  }

  .bcg {
    left: 0px;
    width: 768px;
    background: url(../img/bcg768.png) center no-repeat;
    background-size: contain;
  }

  .block-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .slide-one .block-txt {
    width: 500px;
    font-size: 18px;
    letter-spacing: 0.6px;
    left: 67px;
    top: -1px;
  }

  .slide-one .img-one {
    top: -12px;
    left: 444px;
    width: 170px;
  }

  .block-bcg .img-1 {
    width: 9px;
    height: 12px;
    top: -12px;
    left: 429px;
  }

  .block-bcg .img-2 {
    width: 14px;
    height: 16px;
    top: -17px;
    left: 462px;
  }

  .block-bcg .img-3 {
    width: 14px;
    height: 16px;
    top: -20px;
    left: 150px;
  }

  .block-bcg .img-4 {
    width: 14px;
    height: 16px;
    top: -20px;
    left: 230px;
  }

  .block-bcg .img-5 {
    width: 13px;
    height: 22px;
    top: -24px;
    left: 575px;
  }

  .block-bcg .img-6 {
    width: 25px;
    height: 29px;
    top: -35px;
    left: 648px;
  }

  .block-bcg .img-7 {
    width: 15px;
    height: 19px;
    top: -22px;
    left: 347px;
  }

  .block-bcg .img-8 {
    width: 19px;
    height: 20px;
    top: -22px;
    left: 389px;
  }

  .block-bcg .img-9 {
    width: 19px;
    height: 20px;
    top: -21px;
    left: 110px;
  }

  .block-bcg .img-10 {
    width: 26px;
    height: 26px;
    top: -30px;
    left: 17px;
  }

  .block-bcg .img-11 {
    width: 15px;
    height: 15px;
    top: -16px;
    left: 741px;
  }
}



@media (max-width: 767px) {
  .container {
    max-width: 468px;
  }

  .wrapper {
    max-width: 640px;
  }

  .logo {
    top: 46%;
    left: 18px;
    width: 81px;
    filter: drop-shadow(0px 0px 15px #000341);
  }

  .btn-wrap {
    left: 46%;
    top: 47px;
    transform: translate(-50%, 0);
    width: 104px;
    height: 26px;
  }

  .btn {
    font-size: 8px;
    width: 98px;
    height: 20px;
  }

  .bcg {
    left: 0px;
    width: 468px;
    background: url(../img/bcg468.png) center no-repeat;
    background-size: contain;
  }
  
  .bcg::after {
    bottom: -7px;
    right: -18px;
    width: 26px;
  }

  .bcg::before {
    bottom: -6px;
    left: -16px;
    width: 24px;
  }
  
  .slide-one .block-txt {
    width: 300px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    left: 65px;
    top: -18px;
  }

  .slide-one .img-one {
    left: 294px;
  }

  .block-bcg .img-1 {
    width: 9px;
    height: 12px;
    top: -12px;
    left: 279px;
  }

  .block-bcg .img-2 {
    width: 13px;
    height: 16px;
    top: -17px;
    left: 312px;
  }

  .block-bcg .img-3 {
    width: 13px;
    height: 16px;
    top: -20px;
    left: 0;
  }

  .block-bcg .img-4 {
    width: 13px;
    height: 16px;
    top: -20px;
    left: 80px;
  }

  .block-bcg .img-5 {
    width: 13px;
    height: 22px;
    top: -24px;
    left: 425px;
  }

  .block-bcg .img-6 {
    width: 25px;
    height: 28px;
    top: -32px;
    left: 438px;
  }

  .block-bcg .img-7 {
    width: 15px;
    height: 18px;
    top: -23px;
    left: 197px;
  }

  .block-bcg .img-8 {
    width: 19px;
    height: 19px;
    top: -21px;
    left: 239px;
  }

  .block-bcg .img-9 {
    width: 19px;
    height: 19px;
    top: -20px;
    left: 50px;
  }

  .block-bcg .img-10 {
    width: 19px;
    height: 19px;
    top: -20px;
    left: 150px;
  }

  .block-bcg .img-11 {
    width: 15px;
    height: 15px;
    top: -16px;
    left: 394px;
  }
}



@media (max-width: 467px) {
  .container {
    max-width: 380px;
  }

  .wrapper {
    max-width: 380px;
  }

  .logo {
    top: 2px;
    left: 50px;
    transform: translate(0);
    width: 67px;
    height: 25px;
    filter: drop-shadow(0px 0px 0px #000341);
  }

  .btn-wrap {
    top: 56px;
    left: 39px;
    transform: translate(0);
    width: 89px;
    height: 23px;
  }

  .btn {
    font-size: 7px;
    width: 83px;
    height: 17px;
  }

  .bcg {
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    background: url(../img/bcg280.png) center no-repeat;
    background-size: contain;
  }

  .bcg::before {
    display: none;
  }
  
  .slide-one .block-txt {
    width: 160px;
    font-size: 12px;
    letter-spacing: 0.3px;
    left: 4px;
    top: -6px;
  }

  .slide-one .img-one {
    top: 2px;
    right: 6px;
    left: auto;
    width: 136px;
    height: 119px;
    background: url(../img/main280.png) center no-repeat;
    background-size: contain;
  }

  .slide-one .inner {
    top: 2px;
    height: 116px;
    background: url(../img/x-280.png) center no-repeat;
    background-size: contain;
  }

  .slide-one .img-one::after {
    background: url(../img/flare2-280.png) center no-repeat;
    background-size: contain;
  }
  
  .slide-one .img-one::before {
    background: url(../img/flarex-280.png) center no-repeat;
    background-size: contain;
  }

  .block-bcg .img-1,
  .block-bcg .img-3,
  .block-bcg .img-9,
  .block-bcg .img-10 {
    display: none;
  }

  .block-bcg .img-2 {
    width: 9px;
    height: 12px;
    top: -18px;
    left: 91px;
  }

  .block-bcg .img-4 {
    width: 13px;
    height: 16px;
    top: -18px;
    left: 124px;
  }

  .block-bcg .img-5 {
    width: 13px;
    height: 22px;
    top: -24px;
    left: 237px;
  }

  .block-bcg .img-6 {
    width: 25px;
    height: 29px;
    top: -38px;
    left: 250px;
  }

  .block-bcg .img-7 {
    width: 15px;
    height: 18px;
    top: -27px;
    left: 9px;
  }

  .block-bcg .img-8 {
    width: 19px;
    height: 19px;
    top: -20px;
    left: 51px;
    animation: bcg-i8-280 6s infinite;
  }

  .block-bcg .img-11 {
    width: 15px;
    height: 15px;
    top: -18px;
    left: 206px;
  }
}





@keyframes txt-an {
  0%, 53.33%, 100% {
    text-shadow: 1px 0.5px 2px #0b0e41, 
    0px 0px 11px #3a7aff, 
    0px 0px 11px #3a7aff, 
    0px 0px 11px #3a7aff, 
    0px 0px 16px #3a7aff, 
    0px 0px 16px #3a7aff, 
    0px 0px 16px #3a7aff, 
    0px 0px 19px #3a7aff,
    0px 0px 19px #3a7aff,
    0px 0px 19px #3a7aff,
    0px 0px 21px #3a7aff;
  }

  26.67%, 76% {
    text-shadow: 1px 0.5px 2px #0b0e41, 
    0px 0px 0px #3a7aff, 
    0px 0px 3px #3a7aff, 
    0px 0px 3px #3a7aff, 
    0px 0px 3px #3a7aff;
  }
}

@keyframes main2-an {
  0%, 8%, 17.33%, 33.33%, 37.33%, 40%, 50.67%, 76%, 92%, 100% {
    opacity: 0;
  }

  18.67%, 26.67%, 44%, 49.33%, 52%, 64%, 69.33%, 96% {
    opacity: 0.2;
  }

  14.67%, 29.33%, 32%, 68%, 82.67%, 90.67% {
    opacity: 0.5;
  }

  13.33%, 28%, 38.67%, 42.67%, 72%, 81.33% {
    opacity: 1;
  }
}

@keyframes mainx-an {
  0%, 13.33%, 17.33%, 25.33%, 32%, 34.67%, 38.67%, 66.67%, 73.33%, 85.33%, 94.67%, 97.33%, 100% {
    opacity: 0;
  }

  20%, 24%, 41.33%, 54.67%, 57.33%, 88%, 93.33% {
    opacity: 0.2;
  }

  58.67%, 65.33%, 76%, 84% {
    opacity: 0.5;
  }

  16%, 18.67%, 33.33%, 36%, 40%, 56%, 98.67% {
    opacity: 1;
  }
}



@keyframes bcg-i1 {
  0%, 4%, 22.67%, 41.33%, 57.33%, 73.33%, 89.33% {
    opacity: 1;
    transform: translateY(0px);
  }

  18.67%, 21.33%, 37.33%, 40%, 53.33%, 56%, 69.33%, 72%, 85.33%, 88%, 100% {
    opacity: 1;
    transform: translateY(110px);
  }

  21.67%, 40.33%, 56.33%, 72.33%, 88.33% {
    opacity: 0;
    transform: translateY(110px);
  }

  22.33%, 41%, 57%, 73%, 89% {
    opacity: 0;
    transform: translateY(0px);
  }
}

@keyframes bcg-i23 {
  0%, 9.33%, 29.33%, 52%, 73.33% {
    opacity: 1;
    transform: translateY(0px);
  }

  26.67%, 28%, 48%, 50.67%, 69.33%, 72%, 90.67%, 100% {
    opacity: 1;
    transform: translateY(130px);
  }

  28.33%, 51%, 56.33%, 72.33% {
    opacity: 0;
    transform: translateY(130px);
  }

  29%, 51.67%, 57%, 73% {
    opacity: 0;
    transform: translateY(0px);
  }
}

@keyframes bcg-i4 {
  0%, 13.33%, 36%, 58.67%, 81.33% {
    opacity: 1;
    transform: translateY(0px);
  }

  33.33%, 34.67%, 56%, 57.33%, 78.67%, 80%, 100% {
    opacity: 1;
    transform: translateY(130px);
  }

  35%, 57.67%, 80.33% {
    opacity: 0;
    transform: translateY(130px);
  }

  35.67%, 58.33%, 81% {
    opacity: 0;
    transform: translateY(0px);
  }
}

@keyframes bcg-i5 {
  0%, 5.33%, 26.67%, 50.67%, 74.67% {
    opacity: 1;
    transform: translateY(0px);
  }

  22.67%, 25.33%, 45.33%, 49.33%, 70.67%, 73.33%, 94.67%, 100% {
    opacity: 1;
    transform: translateY(150px);
  }

  25.67%, 49.67%, 73.67% {
    opacity: 0;
    transform: translateY(150px);
  }

  26.33%, 50.33%, 74.33% {
    opacity: 0;
    transform: translateY(0px);
  }
}

@keyframes bcg-i6 {
  0%, 22.67%, 48%, 72% {
    opacity: 1;
    transform: translateY(0px);
  }

  16%, 21.33%, 40%, 46.67%, 66.67%, 70.67%, 96%, 100% {
    opacity: 1;
    transform: translateY(170px);
  }

  21.67%, 47%, 71% {
    opacity: 0;
    transform: translateY(170px);
  }

  22.33%, 47.67%, 71.67% {
    opacity: 0;
    transform: translateY(0px);
  }
}

@keyframes bcg-i7 {
  0%, 5.33%, 26.67%, 53.33%, 73.33% {
    opacity: 1;
    transform: translateY(0px);
  }

  20%, 25.33%, 46.67%, 52%, 69.33%, 72%, 96%, 100% {
    opacity: 1;
    transform: translateY(170px);
  }

  25.67%, 52.33%, 72.33% {
    opacity: 0;
    transform: translateY(170px);
  }

  26.33%, 53%, 73% {
    opacity: 0;
    transform: translateY(0px);
  }
}

@keyframes bcg-i8 {
  0% {
    opacity: 1;
    transform: translate(0px);
  }

  18.67%, 22.67% {
    opacity: 1;
    transform: translate(0px, 160px);
  }

  23% {
    opacity: 0;
    transform: translate(0px, 160px);
  }

  23.67% {
    opacity: 0;
    transform: translate(93px, 0px);
  }

  24% {
    opacity: 1;
    transform: translate(93px, 0px);
  }

  48%, 54.67% {
    opacity: 1;
    transform: translate(93px, 160px);
  }

  55% {
    opacity: 0;
    transform: translate(93px, 160px);
  }

  55.67% {
    opacity: 0;
    transform: translate(66px, 0px);
  }

  56% {
    opacity: 1;
    transform: translate(66px, 0px);
  }

  77.33%, 100% {
    opacity: 1;
    transform: translate(66px, 160px);
  }
}

@keyframes bcg-i9 {
  0%, 5.33%, 34.67% {
    opacity: 1;
    transform: translate(0px);
  }

  32%, 33.33%, 61.33%, 62.67% {
    opacity: 1;
    transform: translate(0px, 120px);
  }

  33.67%, 63% {
    opacity: 0;
    transform: translate(0px, 120px);
  }

  34.33% {
    opacity: 0;
    transform: translate(0px, 0px);
  }

  63.67% {
    opacity: 0;
    transform: translate(-60px, 0px);
  }

  64% {
    opacity: 1;
    transform: translate(-60px, 0px);
  }

  92%, 100% {
    opacity: 1;
    transform: translate(-60px, 120px);
  }
}

@keyframes bcg-i10 {
  0% {
    opacity: 1;
    transform: translate(0px);
  }

  22.67%, 28% {
    opacity: 1;
    transform: translate(0px, 150px);
  }

  28.33% {
    opacity: 0;
    transform: translate(0px, 150px);
  }

  29% {
    opacity: 0;
    transform: translate(30px, 0px);
  }

  29.33% {
    opacity: 1;
    transform: translate(30px, 0px);
  }

  52%, 57.33% {
    opacity: 1;
    transform: translate(30px, 150px);
  }

  57.67% {
    opacity: 0;
    transform: translate(30px, 150px);
  }

  58.33% {
    opacity: 0;
    transform: translate(75px, 0px);
  }

  58.67% {
    opacity: 1;
    transform: translate(75px, 0px);
  }

  85.33%, 100% {
    opacity: 1;
    transform: translate(75px, 150px);
  }
}

@keyframes bcg-i11 {
  0%, 2.67%, 17.33%, 38.67%, 58.67%, 84% {
    opacity: 1;
    transform: translateY(0px);
  }

  14.67%, 16%, 33.33%, 37.33%, 54.67%, 57.33%, 80%, 82.67%, 100% {
    opacity: 1;
    transform: translateY(160px);
  }

  16.33%, 37.67%, 57.67%, 83% {
    opacity: 0;
    transform: translateY(160px);
  }

  17%, 38.33%, 58.33%, 83.67% {
    opacity: 0;
    transform: translateY(0px);
  }
}





@keyframes bcg-i8-280 {
  0% {
    opacity: 1;
    transform: translate(140px, 0px);
  }

  18.67%, 22.67% {
    opacity: 1;
    transform: translate(140px, 160px);
  }

  23% {
    opacity: 0;
    transform: translate(140px, 160px);
  }

  23.67% {
    opacity: 0;
    transform: translate(93px, 0px);
  }

  24% {
    opacity: 1;
    transform: translate(93px, 0px);
  }

  48%, 54.67% {
    opacity: 1;
    transform: translate(93px, 160px);
  }

  55% {
    opacity: 0;
    transform: translate(93px, 160px);
  }

  55.67% {
    opacity: 0;
    transform: translate(66px, 0px);
  }

  56% {
    opacity: 1;
    transform: translate(66px, 0px);
  }

  77.33%, 100% {
    opacity: 1;
    transform: translate(66px, 160px);
  }
}