@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
/**
* get random number.
* @param {number} min - min number.
* @param {number} max - max number.
*/
/*
* variable
*/
html,
body {
  height: 100vh;
  width: 100vw;
}
/*

body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  position: relative;
  overflow: hidden;
  font-size: 100%;
  text-align: center;
}
*/
.criterion {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  transform: translate(-20px, -20px);
}
/*
* background
*/
.background {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 0;
  -webkit-animation: background-animation 2s ese-in-out 4s 1 normal forwards;
          animation: background-animation 2s ease-in-out 4s 1 normal forwards;
}
.background0 {
  left: 0%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #eb4747;
}
.background1 {
  left: 12.5%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #ebae47;
}
.background2 {
  left: 25%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #c0eb47;
}
.background3 {
  left: 37.5%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #59eb47;
}
.background4 {
  left: 50%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #47eb9d;
}
.background5 {
  left: 62.5%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #47d1eb;
}
.background6 {
  left: 75%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #476aeb;
}
.background7 {
  left: 87.5%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #8c47eb;
}
.background8 {
  left: 100%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #eb47e2;
}
.background9 {
  left: 112.5%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #eb477b;
}
.background10 {
  left: 125%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #eb7b47;
}
.background11 {
  left: 137.5%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #ebe247;
}
.background12 {
  left: 150%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #8ceb47;
}
.background13 {
  left: 162.5%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #47eb6a;
}
.background14 {
  left: 175%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #47ebd1;
}
.background15 {
  left: 187.5%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #479deb;
}
.background16 {
  left: 200%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #5947eb;
}
.background17 {
  left: 212.5%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #c047eb;
}
.background18 {
  left: 225%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #eb47ae;
}
.background19 {
  left: 237.5%;
  height: 100%;
  position: absolute;
  z-index: 400000;
  background-color: #eb4747;
}
/*
* text
*/
.text {
  position: absolute;
  width: 40px;
  line-height: 40px;
  opacity: 0;
  overflow: hidden;
}
.text::after {
  z-index: -1;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 40px;
}
.text0 {
  left: -360px;
  top: 0;
  -webkit-animation: text-animation0 1s ease-in-out 1s 1 normal forwards, text2-animation0 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation0 1s ease-in-out 1s 1 normal forwards, text2-animation0 2s ease-in-out 5s 1 normal forwards;
}
.text0::after {
  -webkit-animation: text-after-animation0 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation0 2s ease-in-out 3s 1 normal forwards;
}
.text1 {
  left: -320px;
  top: 0;
  -webkit-animation: text-animation1 1s ease-in-out 1.2s 1 normal forwards, text2-animation1 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation1 1s ease-in-out 1.2s 1 normal forwards, text2-animation1 2s ease-in-out 5s 1 normal forwards;
}
.text1::after {
  -webkit-animation: text-after-animation1 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation1 2s ease-in-out 3s 1 normal forwards;
}
.text2 {
  left: -280px;
  top: 0;
  -webkit-animation: text-animation2 1s ease-in-out 1.4s 1 normal forwards, text2-animation2 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation2 1s ease-in-out 1.4s 1 normal forwards, text2-animation2 2s ease-in-out 5s 1 normal forwards;
}
.text2::after {
  -webkit-animation: text-after-animation2 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation2 2s ease-in-out 3s 1 normal forwards;
}
.text3 {
  left: -240px;
  top: 0;
  -webkit-animation: text-animation3 1s ease-in-out 1.6s 1 normal forwards, text2-animation3 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation3 1s ease-in-out 1.6s 1 normal forwards, text2-animation3 2s ease-in-out 5s 1 normal forwards;
}
.text3::after {
  -webkit-animation: text-after-animation3 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation3 2s ease-in-out 3s 1 normal forwards;
}
.text4 {
  left: -200px;
  top: 0;
  -webkit-animation: text-animation4 1s ease-in-out 1.8s 1 normal forwards, text2-animation4 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation4 1s ease-in-out 1.8s 1 normal forwards, text2-animation4 2s ease-in-out 5s 1 normal forwards;
}
.text4::after {
  -webkit-animation: text-after-animation4 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation4 2s ease-in-out 3s 1 normal forwards;
}
.text5 {
  left: -160px;
  top: 0;
  -webkit-animation: text-animation5 1s ease-in-out 2s 1 normal forwards, text2-animation5 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation5 1s ease-in-out 2s 1 normal forwards, text2-animation5 2s ease-in-out 5s 1 normal forwards;
}
.text5::after {
  -webkit-animation: text-after-animation5 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation5 2s ease-in-out 3s 1 normal forwards;
}
.text6 {
  left: -120px;
  top: 0;
  -webkit-animation: text-animation6 1s ease-in-out 2.2s 1 normal forwards, text2-animation6 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation6 1s ease-in-out 2.2s 1 normal forwards, text2-animation6 2s ease-in-out 5s 1 normal forwards;
}
.text6::after {
  -webkit-animation: text-after-animation6 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation6 2s ease-in-out 3s 1 normal forwards;
}
.text7 {
  left: -80px;
  top: 0;
  -webkit-animation: text-animation7 1s ease-in-out 2.4s 1 normal forwards, text2-animation7 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation7 1s ease-in-out 2.4s 1 normal forwards, text2-animation7 2s ease-in-out 5s 1 normal forwards;
}
.text7::after {
  -webkit-animation: text-after-animation7 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation7 2s ease-in-out 3s 1 normal forwards;
}
.text8 {
  left: -40px;
  top: 0;
  -webkit-animation: text-animation8 1s ease-in-out 2.6s 1 normal forwards, text2-animation8 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation8 1s ease-in-out 2.6s 1 normal forwards, text2-animation8 2s ease-in-out 5s 1 normal forwards;
}
.text8::after {
  -webkit-animation: text-after-animation8 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation8 2s ease-in-out 3s 1 normal forwards;
}
.text9 {
  left: 0px;
  top: 0;
  -webkit-animation: text-animation9 1s ease-in-out 2.8s 1 normal forwards, text2-animation9 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation9 1s ease-in-out 2.8s 1 normal forwards, text2-animation9 2s ease-in-out 5s 1 normal forwards;
}
.text9::after {
  -webkit-animation: text-after-animation9 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation9 2s ease-in-out 3s 1 normal forwards;
}
.text10 {
  left: 40px;
  top: 0;
  -webkit-animation: text-animation10 1s ease-in-out 3s 1 normal forwards, text2-animation10 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation10 1s ease-in-out 3s 1 normal forwards, text2-animation10 2s ease-in-out 5s 1 normal forwards;
}
.text10::after {
  -webkit-animation: text-after-animation10 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation10 2s ease-in-out 3s 1 normal forwards;
}
.text11 {
  left: 80px;
  top: 0;
  -webkit-animation: text-animation11 1s ease-in-out 3.2s 1 normal forwards, text2-animation11 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation11 1s ease-in-out 3.2s 1 normal forwards, text2-animation11 2s ease-in-out 5s 1 normal forwards;
}
.text11::after {
  -webkit-animation: text-after-animation11 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation11 2s ease-in-out 3s 1 normal forwards;
}
.text12 {
  left: 120px;
  top: 0;
  -webkit-animation: text-animation12 1s ease-in-out 3.4s 1 normal forwards, text2-animation12 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation12 1s ease-in-out 3.4s 1 normal forwards, text2-animation12 2s ease-in-out 5s 1 normal forwards;
}
.text12::after {
  -webkit-animation: text-after-animation12 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation12 2s ease-in-out 3s 1 normal forwards;
}
.text13 {
  left: 160px;
  top: 0;
  -webkit-animation: text-animation13 1s ease-in-out 3.6s 1 normal forwards, text2-animation13 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation13 1s ease-in-out 3.6s 1 normal forwards, text2-animation13 2s ease-in-out 5s 1 normal forwards;
}
.text13::after {
  -webkit-animation: text-after-animation13 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation13 2s ease-in-out 3s 1 normal forwards;
}
.text14 {
  left: 200px;
  top: 0;
  -webkit-animation: text-animation14 1s ease-in-out 3.8s 1 normal forwards, text2-animation14 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation14 1s ease-in-out 3.8s 1 normal forwards, text2-animation14 2s ease-in-out 5s 1 normal forwards;
}
.text14::after {
  -webkit-animation: text-after-animation14 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation14 2s ease-in-out 3s 1 normal forwards;
}
.text15 {
  left: 240px;
  top: 0;
  -webkit-animation: text-animation15 1s ease-in-out 4s 1 normal forwards, text2-animation15 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation15 1s ease-in-out 4s 1 normal forwards, text2-animation15 2s ease-in-out 5s 1 normal forwards;
}
.text15::after {
  -webkit-animation: text-after-animation15 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation15 2s ease-in-out 3s 1 normal forwards;
}
.text16 {
  left: 280px;
  top: 0;
  -webkit-animation: text-animation16 1s ease-in-out 4.2s 1 normal forwards, text2-animation16 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation16 1s ease-in-out 4.2s 1 normal forwards, text2-animation16 2s ease-in-out 5s 1 normal forwards;
}
.text16::after {
  -webkit-animation: text-after-animation16 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation16 2s ease-in-out 3s 1 normal forwards;
}
.text17 {
  left: 320px;
  top: 0;
  -webkit-animation: text-animation17 1s ease-in-out 4.4s 1 normal forwards, text2-animation17 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation17 1s ease-in-out 4.4s 1 normal forwards, text2-animation17 2s ease-in-out 5s 1 normal forwards;
}
.text17::after {
  -webkit-animation: text-after-animation17 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation17 2s ease-in-out 3s 1 normal forwards;
}
.text18 {
  left: 360px;
  top: 0;
  -webkit-animation: text-animation18 1s ease-in-out 4.6s 1 normal forwards, text2-animation18 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation18 1s ease-in-out 4.6s 1 normal forwards, text2-animation18 2s ease-in-out 5s 1 normal forwards;
}
.text18::after {
  -webkit-animation: text-after-animation18 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation18 2s ease-in-out 3s 1 normal forwards;
}
.text19 {
  left: 400px;
  top: 0;
  -webkit-animation: text-animation19 1s ease-in-out 4.800000000000001s 1 normal forwards, text2-animation19 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation19 1s ease-in-out 4.800000000000001s 1 normal forwards, text2-animation19 2s ease-in-out 5s 1 normal forwards;
}
.text19::after {
  -webkit-animation: text-after-animation19 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation19 2s ease-in-out 3s 1 normal forwards;
}
@-webkit-keyframes text-animation0 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation0 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation1 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation1 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation2 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation2 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation3 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation3 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation4 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation4 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation5 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation5 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation6 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation6 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation7 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation7 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation8 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation8 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation9 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation9 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation10 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation10 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation11 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation11 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation12 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation12 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation13 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation13 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation14 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation14 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation15 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation15 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation16 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation16 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation17 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation17 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation18 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation18 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation19 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation19 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-after-animation0 {
  0% {
    width: 0px;
    background-color: #eb4747;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation0 {
  0% {
    width: 0px;
    background-color: #eb4747;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation1 {
  0% {
    width: 0px;
    background-color: #ebae47;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation1 {
  0% {
    width: 0px;
    background-color: #ebae47;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation2 {
  0% {
    width: 0px;
    background-color: #c0eb47;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation2 {
  0% {
    width: 0px;
    background-color: #c0eb47;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation3 {
  0% {
    width: 0px;
    background-color: #59eb47;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation3 {
  0% {
    width: 0px;
    background-color: #59eb47;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation4 {
  0% {
    width: 0px;
    background-color: #47eb9d;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation4 {
  0% {
    width: 0px;
    background-color: #47eb9d;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation5 {
  0% {
    width: 0px;
    background-color: #47d1eb;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation5 {
  0% {
    width: 0px;
    background-color: #47d1eb;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation6 {
  0% {
    width: 0px;
    background-color: #476aeb;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation6 {
  0% {
    width: 0px;
    background-color: #476aeb;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation7 {
  0% {
    width: 0px;
    background-color: #8c47eb;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation7 {
  0% {
    width: 0px;
    background-color: #8c47eb;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation8 {
  0% {
    width: 0px;
    background-color: #eb47e2;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation8 {
  0% {
    width: 0px;
    background-color: #eb47e2;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation9 {
  0% {
    width: 0px;
    background-color: #eb477b;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation9 {
  0% {
    width: 0px;
    background-color: #eb477b;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation10 {
  0% {
    width: 0px;
    background-color: #eb7b47;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation10 {
  0% {
    width: 0px;
    background-color: #eb7b47;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation11 {
  0% {
    width: 0px;
    background-color: #ebe247;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation11 {
  0% {
    width: 0px;
    background-color: #ebe247;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation12 {
  0% {
    width: 0px;
    background-color: #8ceb47;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation12 {
  0% {
    width: 0px;
    background-color: #8ceb47;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation13 {
  0% {
    width: 0px;
    background-color: #47eb6a;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation13 {
  0% {
    width: 0px;
    background-color: #47eb6a;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation14 {
  0% {
    width: 0px;
    background-color: #47ebd1;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation14 {
  0% {
    width: 0px;
    background-color: #47ebd1;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation15 {
  0% {
    width: 0px;
    background-color: #479deb;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation15 {
  0% {
    width: 0px;
    background-color: #479deb;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation16 {
  0% {
    width: 0px;
    background-color: #5947eb;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation16 {
  0% {
    width: 0px;
    background-color: #5947eb;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation17 {
  0% {
    width: 0px;
    background-color: #c047eb;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation17 {
  0% {
    width: 0px;
    background-color: #c047eb;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation18 {
  0% {
    width: 0px;
    background-color: #eb47ae;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation18 {
  0% {
    width: 0px;
    background-color: #eb47ae;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation19 {
  0% {
    width: 0px;
    background-color: #eb4747;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation19 {
  0% {
    width: 0px;
    background-color: #eb4747;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation0 {
  0% {
    left: -360px;
    opacity: 1;
  }
  50% {
    left: -320px;
    opacity: 0;
  }
  100% {
    left: -320px;
    opacity: 0;
  }
}
@keyframes text2-animation0 {
  0% {
    left: -360px;
    opacity: 1;
  }
  50% {
    left: -320px;
    opacity: 0;
  }
  100% {
    left: -320px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation1 {
  0% {
    left: -320px;
    opacity: 1;
  }
  50% {
    left: -280px;
    opacity: 0;
  }
  100% {
    left: -280px;
    opacity: 0;
  }
}
@keyframes text2-animation1 {
  0% {
    left: -320px;
    opacity: 1;
  }
  50% {
    left: -280px;
    opacity: 0;
  }
  100% {
    left: -280px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation2 {
  0% {
    left: -280px;
    opacity: 1;
  }
  50% {
    left: -240px;
    opacity: 0;
  }
  100% {
    left: -240px;
    opacity: 0;
  }
}
@keyframes text2-animation2 {
  0% {
    left: -280px;
    opacity: 1;
  }
  50% {
    left: -240px;
    opacity: 0;
  }
  100% {
    left: -240px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation3 {
  0% {
    left: -240px;
    opacity: 1;
  }
  50% {
    left: -200px;
    opacity: 0;
  }
  100% {
    left: -200px;
    opacity: 0;
  }
}
@keyframes text2-animation3 {
  0% {
    left: -240px;
    opacity: 1;
  }
  50% {
    left: -200px;
    opacity: 0;
  }
  100% {
    left: -200px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation4 {
  0% {
    left: -200px;
    opacity: 1;
  }
  50% {
    left: -160px;
    opacity: 0;
  }
  100% {
    left: -160px;
    opacity: 0;
  }
}
@keyframes text2-animation4 {
  0% {
    left: -200px;
    opacity: 1;
  }
  50% {
    left: -160px;
    opacity: 0;
  }
  100% {
    left: -160px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation5 {
  0% {
    left: -160px;
    opacity: 1;
  }
  50% {
    left: -120px;
    opacity: 0;
  }
  100% {
    left: -120px;
    opacity: 0;
  }
}
@keyframes text2-animation5 {
  0% {
    left: -160px;
    opacity: 1;
  }
  50% {
    left: -120px;
    opacity: 0;
  }
  100% {
    left: -120px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation6 {
  0% {
    left: -120px;
    opacity: 1;
  }
  50% {
    left: -80px;
    opacity: 0;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}
@keyframes text2-animation6 {
  0% {
    left: -120px;
    opacity: 1;
  }
  50% {
    left: -80px;
    opacity: 0;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation7 {
  0% {
    left: -80px;
    opacity: 1;
  }
  50% {
    left: -40px;
    opacity: 0;
  }
  100% {
    left: -40px;
    opacity: 0;
  }
}
@keyframes text2-animation7 {
  0% {
    left: -80px;
    opacity: 1;
  }
  50% {
    left: -40px;
    opacity: 0;
  }
  100% {
    left: -40px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation8 {
  0% {
    left: -40px;
    opacity: 1;
  }
  50% {
    left: 0px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 0;
  }
}
@keyframes text2-animation8 {
  0% {
    left: -40px;
    opacity: 1;
  }
  50% {
    left: 0px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation9 {
  0% {
    left: 0px;
    opacity: 1;
  }
  50% {
    left: 40px;
    opacity: 0;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text2-animation9 {
  0% {
    left: 0px;
    opacity: 1;
  }
  50% {
    left: 40px;
    opacity: 0;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation10 {
  0% {
    left: 40px;
    opacity: 1;
  }
  50% {
    left: 80px;
    opacity: 0;
  }
  100% {
    left: 80px;
    opacity: 0;
  }
}
@keyframes text2-animation10 {
  0% {
    left: 40px;
    opacity: 1;
  }
  50% {
    left: 80px;
    opacity: 0;
  }
  100% {
    left: 80px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation11 {
  0% {
    left: 80px;
    opacity: 1;
  }
  50% {
    left: 120px;
    opacity: 0;
  }
  100% {
    left: 120px;
    opacity: 0;
  }
}
@keyframes text2-animation11 {
  0% {
    left: 80px;
    opacity: 1;
  }
  50% {
    left: 120px;
    opacity: 0;
  }
  100% {
    left: 120px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation12 {
  0% {
    left: 120px;
    opacity: 1;
  }
  50% {
    left: 160px;
    opacity: 0;
  }
  100% {
    left: 160px;
    opacity: 0;
  }
}
@keyframes text2-animation12 {
  0% {
    left: 120px;
    opacity: 1;
  }
  50% {
    left: 160px;
    opacity: 0;
  }
  100% {
    left: 160px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation13 {
  0% {
    left: 160px;
    opacity: 1;
  }
  50% {
    left: 200px;
    opacity: 0;
  }
  100% {
    left: 200px;
    opacity: 0;
  }
}
@keyframes text2-animation13 {
  0% {
    left: 160px;
    opacity: 1;
  }
  50% {
    left: 200px;
    opacity: 0;
  }
  100% {
    left: 200px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation14 {
  0% {
    left: 200px;
    opacity: 1;
  }
  50% {
    left: 240px;
    opacity: 0;
  }
  100% {
    left: 240px;
    opacity: 0;
  }
}
@keyframes text2-animation14 {
  0% {
    left: 200px;
    opacity: 1;
  }
  50% {
    left: 240px;
    opacity: 0;
  }
  100% {
    left: 240px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation15 {
  0% {
    left: 240px;
    opacity: 1;
  }
  50% {
    left: 280px;
    opacity: 0;
  }
  100% {
    left: 280px;
    opacity: 0;
  }
}
@keyframes text2-animation15 {
  0% {
    left: 240px;
    opacity: 1;
  }
  50% {
    left: 280px;
    opacity: 0;
  }
  100% {
    left: 280px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation16 {
  0% {
    left: 280px;
    opacity: 1;
  }
  50% {
    left: 320px;
    opacity: 0;
  }
  100% {
    left: 320px;
    opacity: 0;
  }
}
@keyframes text2-animation16 {
  0% {
    left: 280px;
    opacity: 1;
  }
  50% {
    left: 320px;
    opacity: 0;
  }
  100% {
    left: 320px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation17 {
  0% {
    left: 320px;
    opacity: 1;
  }
  50% {
    left: 360px;
    opacity: 0;
  }
  100% {
    left: 360px;
    opacity: 0;
  }
}
@keyframes text2-animation17 {
  0% {
    left: 320px;
    opacity: 1;
  }
  50% {
    left: 360px;
    opacity: 0;
  }
  100% {
    left: 360px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation18 {
  0% {
    left: 360px;
    opacity: 1;
    top: 0;
    transform: scale(1, 1);
  }
  50% {
    left: 400px;
    opacity: 1;
    transform: scale(1, 1);
  }
  65% {
    top: 0;
    transform: scale(1, 1);
  }
  70% {
    transform: scale(3, 3) rotate(90deg);
    top: -30px;
  }
  75% {
    left: 400px;
    top: 0;
    opacity: 1;
    transform: scale(2, 2) rotate(90deg);
  }
  85% {
    left: 400px;
  }
  100% {
    left: 1000px;
    opacity: 0;
    transform: scale(2, 2) rotate(90deg);
  }
}
@keyframes text2-animation18 {
  0% {
    left: 360px;
    opacity: 1;
    top: 0;
    transform: scale(1, 1);
  }
  50% {
    left: 400px;
    opacity: 1;
    transform: scale(1, 1);
  }
  65% {
    top: 0;
    transform: scale(1, 1);
  }
  70% {
    transform: scale(3, 3) rotate(90deg);
    top: -30px;
  }
  75% {
    left: 400px;
    top: 0;
    opacity: 1;
    transform: scale(2, 2) rotate(90deg);
  }
  85% {
    left: 400px;
  }
  100% {
    left: 1000px;
    opacity: 0;
    transform: scale(2, 2) rotate(90deg);
  }
}
@-webkit-keyframes text2-animation19 {
  0% {
    left: 400px;
    opacity: 1;
  }
  50% {
    left: 440px;
    opacity: 0;
  }
  100% {
    left: 440px;
    opacity: 0;
  }
}
@keyframes text2-animation19 {
  0% {
    left: 400px;
    opacity: 1;
  }
  50% {
    left: 440px;
    opacity: 0;
  }
  100% {
    left: 440px;
    opacity: 0;
  }
}
/*
* frame
*/
.frame {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
}
.frame0 {
  left: -360px;
  top: 0;
  -webkit-animation: frame-animation0 1s ease-in-out 0ms 1 normal forwards;
          animation: frame-animation0 1s ease-in-out 0ms 1 normal forwards;
  background-color: #eb4747;
}
.frame1 {
  left: -320px;
  top: 0;
  -webkit-animation: frame-animation1 1s ease-in-out 200ms 1 normal forwards;
          animation: frame-animation1 1s ease-in-out 200ms 1 normal forwards;
  background-color: #ebae47;
}
.frame2 {
  left: -280px;
  top: 0;
  -webkit-animation: frame-animation2 1s ease-in-out 400ms 1 normal forwards;
          animation: frame-animation2 1s ease-in-out 400ms 1 normal forwards;
  background-color: #c0eb47;
}
.frame3 {
  left: -240px;
  top: 0;
  -webkit-animation: frame-animation3 1s ease-in-out 600ms 1 normal forwards;
          animation: frame-animation3 1s ease-in-out 600ms 1 normal forwards;
  background-color: #59eb47;
}
.frame4 {
  left: -200px;
  top: 0;
  -webkit-animation: frame-animation4 1s ease-in-out 800ms 1 normal forwards;
          animation: frame-animation4 1s ease-in-out 800ms 1 normal forwards;
  background-color: #47eb9d;
}
.frame5 {
  left: -160px;
  top: 0;
  -webkit-animation: frame-animation5 1s ease-in-out 1000ms 1 normal forwards;
          animation: frame-animation5 1s ease-in-out 1000ms 1 normal forwards;
  background-color: #47d1eb;
}
.frame6 {
  left: -120px;
  top: 0;
  -webkit-animation: frame-animation6 1s ease-in-out 1200ms 1 normal forwards;
          animation: frame-animation6 1s ease-in-out 1200ms 1 normal forwards;
  background-color: #476aeb;
}
.frame7 {
  left: -80px;
  top: 0;
  -webkit-animation: frame-animation7 1s ease-in-out 1400ms 1 normal forwards;
          animation: frame-animation7 1s ease-in-out 1400ms 1 normal forwards;
  background-color: #8c47eb;
}
.frame8 {
  left: -40px;
  top: 0;
  -webkit-animation: frame-animation8 1s ease-in-out 1600ms 1 normal forwards;
          animation: frame-animation8 1s ease-in-out 1600ms 1 normal forwards;
  background-color: #eb47e2;
}
.frame9 {
  left: 0px;
  top: 0;
  -webkit-animation: frame-animation9 1s ease-in-out 1800ms 1 normal forwards;
          animation: frame-animation9 1s ease-in-out 1800ms 1 normal forwards;
  background-color: #eb477b;
}
.frame10 {
  left: 40px;
  top: 0;
  -webkit-animation: frame-animation10 1s ease-in-out 2000ms 1 normal forwards;
          animation: frame-animation10 1s ease-in-out 2000ms 1 normal forwards;
  background-color: #eb7b47;
}
.frame11 {
  left: 80px;
  top: 0;
  -webkit-animation: frame-animation11 1s ease-in-out 2200ms 1 normal forwards;
          animation: frame-animation11 1s ease-in-out 2200ms 1 normal forwards;
  background-color: #ebe247;
}
.frame12 {
  left: 120px;
  top: 0;
  -webkit-animation: frame-animation12 1s ease-in-out 2400ms 1 normal forwards;
          animation: frame-animation12 1s ease-in-out 2400ms 1 normal forwards;
  background-color: #8ceb47;
}
.frame13 {
  left: 160px;
  top: 0;
  -webkit-animation: frame-animation13 1s ease-in-out 2600ms 1 normal forwards;
          animation: frame-animation13 1s ease-in-out 2600ms 1 normal forwards;
  background-color: #47eb6a;
}
.frame14 {
  left: 200px;
  top: 0;
  -webkit-animation: frame-animation14 1s ease-in-out 2800ms 1 normal forwards;
          animation: frame-animation14 1s ease-in-out 2800ms 1 normal forwards;
  background-color: #47ebd1;
}
.frame15 {
  left: 240px;
  top: 0;
  -webkit-animation: frame-animation15 1s ease-in-out 3000ms 1 normal forwards;
          animation: frame-animation15 1s ease-in-out 3000ms 1 normal forwards;
  background-color: #479deb;
}
.frame16 {
  left: 280px;
  top: 0;
  -webkit-animation: frame-animation16 1s ease-in-out 3200ms 1 normal forwards;
          animation: frame-animation16 1s ease-in-out 3200ms 1 normal forwards;
  background-color: #5947eb;
}
.frame17 {
  left: 320px;
  top: 0;
  -webkit-animation: frame-animation17 1s ease-in-out 3400ms 1 normal forwards;
          animation: frame-animation17 1s ease-in-out 3400ms 1 normal forwards;
  background-color: #c047eb;
}
.frame18 {
  left: 360px;
  top: 0;
  -webkit-animation: frame-animation18 1s ease-in-out 3600ms 1 normal forwards;
          animation: frame-animation18 1s ease-in-out 3600ms 1 normal forwards;
  background-color: #eb47ae;
}
.frame19 {
  left: 400px;
  top: 0;
  -webkit-animation: frame-animation19 1s ease-in-out 3800ms 1 normal forwards;
          animation: frame-animation19 1s ease-in-out 3800ms 1 normal forwards;
  background-color: #eb4747;
}
@-webkit-keyframes frame-animation0 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation0 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation1 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation1 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation2 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation2 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation3 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation3 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation4 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation4 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation5 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation5 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation6 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation6 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation7 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation7 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation8 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation8 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation9 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation9 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation10 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation10 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation11 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation11 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation12 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation12 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation13 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation13 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation14 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation14 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation15 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation15 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation16 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation16 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation17 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation17 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation18 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation18 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation19 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation19 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
/*
* particle
*/
.particle {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.particle00 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation00 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation00 1s ease-in-out 1s 1 normal forwards;
}
.particle01 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation01 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation01 1s ease-in-out 1s 1 normal forwards;
}
.particle02 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation02 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation02 1s ease-in-out 1s 1 normal forwards;
}
.particle03 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation03 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation03 1s ease-in-out 1s 1 normal forwards;
}
.particle04 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation04 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation04 1s ease-in-out 1s 1 normal forwards;
}
.particle05 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation05 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation05 1s ease-in-out 1s 1 normal forwards;
}
.particle06 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation06 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation06 1s ease-in-out 1s 1 normal forwards;
}
.particle07 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation07 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation07 1s ease-in-out 1s 1 normal forwards;
}
.particle08 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation08 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation08 1s ease-in-out 1s 1 normal forwards;
}
.particle09 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation09 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation09 1s ease-in-out 1s 1 normal forwards;
}
.particle010 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation010 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation010 1s ease-in-out 1s 1 normal forwards;
}
.particle011 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation011 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation011 1s ease-in-out 1s 1 normal forwards;
}
.particle012 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation012 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation012 1s ease-in-out 1s 1 normal forwards;
}
.particle013 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation013 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation013 1s ease-in-out 1s 1 normal forwards;
}
.particle014 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation014 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation014 1s ease-in-out 1s 1 normal forwards;
}
.particle015 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation015 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation015 1s ease-in-out 1s 1 normal forwards;
}
.particle016 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation016 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation016 1s ease-in-out 1s 1 normal forwards;
}
.particle017 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation017 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation017 1s ease-in-out 1s 1 normal forwards;
}
.particle018 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation018 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation018 1s ease-in-out 1s 1 normal forwards;
}
.particle019 {
  left: -360px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation019 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation019 1s ease-in-out 1s 1 normal forwards;
}
.particle10 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation10 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation10 1s ease-in-out 1.2s 1 normal forwards;
}
.particle11 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation11 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation11 1s ease-in-out 1.2s 1 normal forwards;
}
.particle12 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation12 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation12 1s ease-in-out 1.2s 1 normal forwards;
}
.particle13 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation13 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation13 1s ease-in-out 1.2s 1 normal forwards;
}
.particle14 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation14 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation14 1s ease-in-out 1.2s 1 normal forwards;
}
.particle15 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation15 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation15 1s ease-in-out 1.2s 1 normal forwards;
}
.particle16 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation16 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation16 1s ease-in-out 1.2s 1 normal forwards;
}
.particle17 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation17 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation17 1s ease-in-out 1.2s 1 normal forwards;
}
.particle18 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation18 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation18 1s ease-in-out 1.2s 1 normal forwards;
}
.particle19 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation19 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation19 1s ease-in-out 1.2s 1 normal forwards;
}
.particle110 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation110 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation110 1s ease-in-out 1.2s 1 normal forwards;
}
.particle111 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation111 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation111 1s ease-in-out 1.2s 1 normal forwards;
}
.particle112 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation112 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation112 1s ease-in-out 1.2s 1 normal forwards;
}
.particle113 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation113 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation113 1s ease-in-out 1.2s 1 normal forwards;
}
.particle114 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation114 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation114 1s ease-in-out 1.2s 1 normal forwards;
}
.particle115 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation115 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation115 1s ease-in-out 1.2s 1 normal forwards;
}
.particle116 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation116 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation116 1s ease-in-out 1.2s 1 normal forwards;
}
.particle117 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation117 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation117 1s ease-in-out 1.2s 1 normal forwards;
}
.particle118 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation118 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation118 1s ease-in-out 1.2s 1 normal forwards;
}
.particle119 {
  left: -320px;
  opacity: 0;
  background-color: #ebae47;
  -webkit-animation: particle-animation119 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation119 1s ease-in-out 1.2s 1 normal forwards;
}
.particle20 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation20 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation20 1s ease-in-out 1.4s 1 normal forwards;
}
.particle21 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation21 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation21 1s ease-in-out 1.4s 1 normal forwards;
}
.particle22 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation22 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation22 1s ease-in-out 1.4s 1 normal forwards;
}
.particle23 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation23 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation23 1s ease-in-out 1.4s 1 normal forwards;
}
.particle24 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation24 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation24 1s ease-in-out 1.4s 1 normal forwards;
}
.particle25 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation25 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation25 1s ease-in-out 1.4s 1 normal forwards;
}
.particle26 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation26 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation26 1s ease-in-out 1.4s 1 normal forwards;
}
.particle27 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation27 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation27 1s ease-in-out 1.4s 1 normal forwards;
}
.particle28 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation28 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation28 1s ease-in-out 1.4s 1 normal forwards;
}
.particle29 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation29 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation29 1s ease-in-out 1.4s 1 normal forwards;
}
.particle210 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation210 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation210 1s ease-in-out 1.4s 1 normal forwards;
}
.particle211 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation211 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation211 1s ease-in-out 1.4s 1 normal forwards;
}
.particle212 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation212 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation212 1s ease-in-out 1.4s 1 normal forwards;
}
.particle213 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation213 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation213 1s ease-in-out 1.4s 1 normal forwards;
}
.particle214 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation214 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation214 1s ease-in-out 1.4s 1 normal forwards;
}
.particle215 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation215 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation215 1s ease-in-out 1.4s 1 normal forwards;
}
.particle216 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation216 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation216 1s ease-in-out 1.4s 1 normal forwards;
}
.particle217 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation217 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation217 1s ease-in-out 1.4s 1 normal forwards;
}
.particle218 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation218 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation218 1s ease-in-out 1.4s 1 normal forwards;
}
.particle219 {
  left: -280px;
  opacity: 0;
  background-color: #c0eb47;
  -webkit-animation: particle-animation219 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation219 1s ease-in-out 1.4s 1 normal forwards;
}
.particle30 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation30 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation30 1s ease-in-out 1.6s 1 normal forwards;
}
.particle31 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation31 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation31 1s ease-in-out 1.6s 1 normal forwards;
}
.particle32 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation32 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation32 1s ease-in-out 1.6s 1 normal forwards;
}
.particle33 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation33 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation33 1s ease-in-out 1.6s 1 normal forwards;
}
.particle34 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation34 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation34 1s ease-in-out 1.6s 1 normal forwards;
}
.particle35 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation35 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation35 1s ease-in-out 1.6s 1 normal forwards;
}
.particle36 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation36 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation36 1s ease-in-out 1.6s 1 normal forwards;
}
.particle37 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation37 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation37 1s ease-in-out 1.6s 1 normal forwards;
}
.particle38 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation38 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation38 1s ease-in-out 1.6s 1 normal forwards;
}
.particle39 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation39 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation39 1s ease-in-out 1.6s 1 normal forwards;
}
.particle310 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation310 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation310 1s ease-in-out 1.6s 1 normal forwards;
}
.particle311 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation311 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation311 1s ease-in-out 1.6s 1 normal forwards;
}
.particle312 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation312 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation312 1s ease-in-out 1.6s 1 normal forwards;
}
.particle313 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation313 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation313 1s ease-in-out 1.6s 1 normal forwards;
}
.particle314 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation314 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation314 1s ease-in-out 1.6s 1 normal forwards;
}
.particle315 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation315 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation315 1s ease-in-out 1.6s 1 normal forwards;
}
.particle316 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation316 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation316 1s ease-in-out 1.6s 1 normal forwards;
}
.particle317 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation317 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation317 1s ease-in-out 1.6s 1 normal forwards;
}
.particle318 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation318 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation318 1s ease-in-out 1.6s 1 normal forwards;
}
.particle319 {
  left: -240px;
  opacity: 0;
  background-color: #59eb47;
  -webkit-animation: particle-animation319 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation319 1s ease-in-out 1.6s 1 normal forwards;
}
.particle40 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation40 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation40 1s ease-in-out 1.8s 1 normal forwards;
}
.particle41 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation41 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation41 1s ease-in-out 1.8s 1 normal forwards;
}
.particle42 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation42 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation42 1s ease-in-out 1.8s 1 normal forwards;
}
.particle43 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation43 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation43 1s ease-in-out 1.8s 1 normal forwards;
}
.particle44 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation44 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation44 1s ease-in-out 1.8s 1 normal forwards;
}
.particle45 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation45 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation45 1s ease-in-out 1.8s 1 normal forwards;
}
.particle46 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation46 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation46 1s ease-in-out 1.8s 1 normal forwards;
}
.particle47 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation47 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation47 1s ease-in-out 1.8s 1 normal forwards;
}
.particle48 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation48 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation48 1s ease-in-out 1.8s 1 normal forwards;
}
.particle49 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation49 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation49 1s ease-in-out 1.8s 1 normal forwards;
}
.particle410 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation410 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation410 1s ease-in-out 1.8s 1 normal forwards;
}
.particle411 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation411 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation411 1s ease-in-out 1.8s 1 normal forwards;
}
.particle412 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation412 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation412 1s ease-in-out 1.8s 1 normal forwards;
}
.particle413 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation413 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation413 1s ease-in-out 1.8s 1 normal forwards;
}
.particle414 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation414 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation414 1s ease-in-out 1.8s 1 normal forwards;
}
.particle415 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation415 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation415 1s ease-in-out 1.8s 1 normal forwards;
}
.particle416 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation416 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation416 1s ease-in-out 1.8s 1 normal forwards;
}
.particle417 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation417 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation417 1s ease-in-out 1.8s 1 normal forwards;
}
.particle418 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation418 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation418 1s ease-in-out 1.8s 1 normal forwards;
}
.particle419 {
  left: -200px;
  opacity: 0;
  background-color: #47eb9d;
  -webkit-animation: particle-animation419 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation419 1s ease-in-out 1.8s 1 normal forwards;
}
.particle50 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation50 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation50 1s ease-in-out 2s 1 normal forwards;
}
.particle51 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation51 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation51 1s ease-in-out 2s 1 normal forwards;
}
.particle52 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation52 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation52 1s ease-in-out 2s 1 normal forwards;
}
.particle53 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation53 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation53 1s ease-in-out 2s 1 normal forwards;
}
.particle54 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation54 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation54 1s ease-in-out 2s 1 normal forwards;
}
.particle55 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation55 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation55 1s ease-in-out 2s 1 normal forwards;
}
.particle56 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation56 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation56 1s ease-in-out 2s 1 normal forwards;
}
.particle57 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation57 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation57 1s ease-in-out 2s 1 normal forwards;
}
.particle58 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation58 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation58 1s ease-in-out 2s 1 normal forwards;
}
.particle59 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation59 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation59 1s ease-in-out 2s 1 normal forwards;
}
.particle510 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation510 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation510 1s ease-in-out 2s 1 normal forwards;
}
.particle511 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation511 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation511 1s ease-in-out 2s 1 normal forwards;
}
.particle512 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation512 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation512 1s ease-in-out 2s 1 normal forwards;
}
.particle513 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation513 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation513 1s ease-in-out 2s 1 normal forwards;
}
.particle514 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation514 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation514 1s ease-in-out 2s 1 normal forwards;
}
.particle515 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation515 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation515 1s ease-in-out 2s 1 normal forwards;
}
.particle516 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation516 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation516 1s ease-in-out 2s 1 normal forwards;
}
.particle517 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation517 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation517 1s ease-in-out 2s 1 normal forwards;
}
.particle518 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation518 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation518 1s ease-in-out 2s 1 normal forwards;
}
.particle519 {
  left: -160px;
  opacity: 0;
  background-color: #47d1eb;
  -webkit-animation: particle-animation519 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation519 1s ease-in-out 2s 1 normal forwards;
}
.particle60 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation60 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation60 1s ease-in-out 2.2s 1 normal forwards;
}
.particle61 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation61 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation61 1s ease-in-out 2.2s 1 normal forwards;
}
.particle62 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation62 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation62 1s ease-in-out 2.2s 1 normal forwards;
}
.particle63 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation63 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation63 1s ease-in-out 2.2s 1 normal forwards;
}
.particle64 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation64 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation64 1s ease-in-out 2.2s 1 normal forwards;
}
.particle65 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation65 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation65 1s ease-in-out 2.2s 1 normal forwards;
}
.particle66 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation66 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation66 1s ease-in-out 2.2s 1 normal forwards;
}
.particle67 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation67 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation67 1s ease-in-out 2.2s 1 normal forwards;
}
.particle68 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation68 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation68 1s ease-in-out 2.2s 1 normal forwards;
}
.particle69 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation69 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation69 1s ease-in-out 2.2s 1 normal forwards;
}
.particle610 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation610 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation610 1s ease-in-out 2.2s 1 normal forwards;
}
.particle611 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation611 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation611 1s ease-in-out 2.2s 1 normal forwards;
}
.particle612 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation612 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation612 1s ease-in-out 2.2s 1 normal forwards;
}
.particle613 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation613 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation613 1s ease-in-out 2.2s 1 normal forwards;
}
.particle614 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation614 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation614 1s ease-in-out 2.2s 1 normal forwards;
}
.particle615 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation615 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation615 1s ease-in-out 2.2s 1 normal forwards;
}
.particle616 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation616 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation616 1s ease-in-out 2.2s 1 normal forwards;
}
.particle617 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation617 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation617 1s ease-in-out 2.2s 1 normal forwards;
}
.particle618 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation618 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation618 1s ease-in-out 2.2s 1 normal forwards;
}
.particle619 {
  left: -120px;
  opacity: 0;
  background-color: #476aeb;
  -webkit-animation: particle-animation619 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation619 1s ease-in-out 2.2s 1 normal forwards;
}
.particle70 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation70 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation70 1s ease-in-out 2.4s 1 normal forwards;
}
.particle71 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation71 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation71 1s ease-in-out 2.4s 1 normal forwards;
}
.particle72 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation72 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation72 1s ease-in-out 2.4s 1 normal forwards;
}
.particle73 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation73 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation73 1s ease-in-out 2.4s 1 normal forwards;
}
.particle74 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation74 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation74 1s ease-in-out 2.4s 1 normal forwards;
}
.particle75 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation75 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation75 1s ease-in-out 2.4s 1 normal forwards;
}
.particle76 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation76 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation76 1s ease-in-out 2.4s 1 normal forwards;
}
.particle77 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation77 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation77 1s ease-in-out 2.4s 1 normal forwards;
}
.particle78 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation78 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation78 1s ease-in-out 2.4s 1 normal forwards;
}
.particle79 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation79 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation79 1s ease-in-out 2.4s 1 normal forwards;
}
.particle710 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation710 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation710 1s ease-in-out 2.4s 1 normal forwards;
}
.particle711 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation711 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation711 1s ease-in-out 2.4s 1 normal forwards;
}
.particle712 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation712 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation712 1s ease-in-out 2.4s 1 normal forwards;
}
.particle713 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation713 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation713 1s ease-in-out 2.4s 1 normal forwards;
}
.particle714 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation714 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation714 1s ease-in-out 2.4s 1 normal forwards;
}
.particle715 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation715 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation715 1s ease-in-out 2.4s 1 normal forwards;
}
.particle716 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation716 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation716 1s ease-in-out 2.4s 1 normal forwards;
}
.particle717 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation717 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation717 1s ease-in-out 2.4s 1 normal forwards;
}
.particle718 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation718 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation718 1s ease-in-out 2.4s 1 normal forwards;
}
.particle719 {
  left: -80px;
  opacity: 0;
  background-color: #8c47eb;
  -webkit-animation: particle-animation719 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation719 1s ease-in-out 2.4s 1 normal forwards;
}
.particle80 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation80 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation80 1s ease-in-out 2.6s 1 normal forwards;
}
.particle81 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation81 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation81 1s ease-in-out 2.6s 1 normal forwards;
}
.particle82 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation82 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation82 1s ease-in-out 2.6s 1 normal forwards;
}
.particle83 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation83 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation83 1s ease-in-out 2.6s 1 normal forwards;
}
.particle84 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation84 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation84 1s ease-in-out 2.6s 1 normal forwards;
}
.particle85 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation85 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation85 1s ease-in-out 2.6s 1 normal forwards;
}
.particle86 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation86 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation86 1s ease-in-out 2.6s 1 normal forwards;
}
.particle87 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation87 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation87 1s ease-in-out 2.6s 1 normal forwards;
}
.particle88 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation88 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation88 1s ease-in-out 2.6s 1 normal forwards;
}
.particle89 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation89 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation89 1s ease-in-out 2.6s 1 normal forwards;
}
.particle810 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation810 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation810 1s ease-in-out 2.6s 1 normal forwards;
}
.particle811 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation811 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation811 1s ease-in-out 2.6s 1 normal forwards;
}
.particle812 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation812 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation812 1s ease-in-out 2.6s 1 normal forwards;
}
.particle813 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation813 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation813 1s ease-in-out 2.6s 1 normal forwards;
}
.particle814 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation814 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation814 1s ease-in-out 2.6s 1 normal forwards;
}
.particle815 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation815 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation815 1s ease-in-out 2.6s 1 normal forwards;
}
.particle816 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation816 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation816 1s ease-in-out 2.6s 1 normal forwards;
}
.particle817 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation817 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation817 1s ease-in-out 2.6s 1 normal forwards;
}
.particle818 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation818 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation818 1s ease-in-out 2.6s 1 normal forwards;
}
.particle819 {
  left: -40px;
  opacity: 0;
  background-color: #eb47e2;
  -webkit-animation: particle-animation819 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation819 1s ease-in-out 2.6s 1 normal forwards;
}
.particle90 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation90 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation90 1s ease-in-out 2.8s 1 normal forwards;
}
.particle91 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation91 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation91 1s ease-in-out 2.8s 1 normal forwards;
}
.particle92 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation92 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation92 1s ease-in-out 2.8s 1 normal forwards;
}
.particle93 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation93 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation93 1s ease-in-out 2.8s 1 normal forwards;
}
.particle94 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation94 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation94 1s ease-in-out 2.8s 1 normal forwards;
}
.particle95 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation95 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation95 1s ease-in-out 2.8s 1 normal forwards;
}
.particle96 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation96 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation96 1s ease-in-out 2.8s 1 normal forwards;
}
.particle97 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation97 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation97 1s ease-in-out 2.8s 1 normal forwards;
}
.particle98 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation98 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation98 1s ease-in-out 2.8s 1 normal forwards;
}
.particle99 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation99 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation99 1s ease-in-out 2.8s 1 normal forwards;
}
.particle910 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation910 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation910 1s ease-in-out 2.8s 1 normal forwards;
}
.particle911 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation911 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation911 1s ease-in-out 2.8s 1 normal forwards;
}
.particle912 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation912 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation912 1s ease-in-out 2.8s 1 normal forwards;
}
.particle913 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation913 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation913 1s ease-in-out 2.8s 1 normal forwards;
}
.particle914 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation914 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation914 1s ease-in-out 2.8s 1 normal forwards;
}
.particle915 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation915 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation915 1s ease-in-out 2.8s 1 normal forwards;
}
.particle916 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation916 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation916 1s ease-in-out 2.8s 1 normal forwards;
}
.particle917 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation917 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation917 1s ease-in-out 2.8s 1 normal forwards;
}
.particle918 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation918 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation918 1s ease-in-out 2.8s 1 normal forwards;
}
.particle919 {
  left: 0px;
  opacity: 0;
  background-color: #eb477b;
  -webkit-animation: particle-animation919 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation919 1s ease-in-out 2.8s 1 normal forwards;
}
.particle100 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation100 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation100 1s ease-in-out 3s 1 normal forwards;
}
.particle101 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation101 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation101 1s ease-in-out 3s 1 normal forwards;
}
.particle102 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation102 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation102 1s ease-in-out 3s 1 normal forwards;
}
.particle103 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation103 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation103 1s ease-in-out 3s 1 normal forwards;
}
.particle104 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation104 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation104 1s ease-in-out 3s 1 normal forwards;
}
.particle105 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation105 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation105 1s ease-in-out 3s 1 normal forwards;
}
.particle106 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation106 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation106 1s ease-in-out 3s 1 normal forwards;
}
.particle107 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation107 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation107 1s ease-in-out 3s 1 normal forwards;
}
.particle108 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation108 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation108 1s ease-in-out 3s 1 normal forwards;
}
.particle109 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation109 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation109 1s ease-in-out 3s 1 normal forwards;
}
.particle1010 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation1010 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation1010 1s ease-in-out 3s 1 normal forwards;
}
.particle1011 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation1011 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation1011 1s ease-in-out 3s 1 normal forwards;
}
.particle1012 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation1012 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation1012 1s ease-in-out 3s 1 normal forwards;
}
.particle1013 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation1013 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation1013 1s ease-in-out 3s 1 normal forwards;
}
.particle1014 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation1014 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation1014 1s ease-in-out 3s 1 normal forwards;
}
.particle1015 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation1015 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation1015 1s ease-in-out 3s 1 normal forwards;
}
.particle1016 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation1016 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation1016 1s ease-in-out 3s 1 normal forwards;
}
.particle1017 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation1017 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation1017 1s ease-in-out 3s 1 normal forwards;
}
.particle1018 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation1018 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation1018 1s ease-in-out 3s 1 normal forwards;
}
.particle1019 {
  left: 40px;
  opacity: 0;
  background-color: #eb7b47;
  -webkit-animation: particle-animation1019 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation1019 1s ease-in-out 3s 1 normal forwards;
}
.particle110 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation110 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation110 1s ease-in-out 3.2s 1 normal forwards;
}
.particle111 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation111 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation111 1s ease-in-out 3.2s 1 normal forwards;
}
.particle112 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation112 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation112 1s ease-in-out 3.2s 1 normal forwards;
}
.particle113 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation113 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation113 1s ease-in-out 3.2s 1 normal forwards;
}
.particle114 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation114 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation114 1s ease-in-out 3.2s 1 normal forwards;
}
.particle115 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation115 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation115 1s ease-in-out 3.2s 1 normal forwards;
}
.particle116 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation116 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation116 1s ease-in-out 3.2s 1 normal forwards;
}
.particle117 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation117 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation117 1s ease-in-out 3.2s 1 normal forwards;
}
.particle118 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation118 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation118 1s ease-in-out 3.2s 1 normal forwards;
}
.particle119 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation119 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation119 1s ease-in-out 3.2s 1 normal forwards;
}
.particle1110 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation1110 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation1110 1s ease-in-out 3.2s 1 normal forwards;
}
.particle1111 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation1111 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation1111 1s ease-in-out 3.2s 1 normal forwards;
}
.particle1112 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation1112 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation1112 1s ease-in-out 3.2s 1 normal forwards;
}
.particle1113 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation1113 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation1113 1s ease-in-out 3.2s 1 normal forwards;
}
.particle1114 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation1114 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation1114 1s ease-in-out 3.2s 1 normal forwards;
}
.particle1115 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation1115 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation1115 1s ease-in-out 3.2s 1 normal forwards;
}
.particle1116 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation1116 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation1116 1s ease-in-out 3.2s 1 normal forwards;
}
.particle1117 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation1117 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation1117 1s ease-in-out 3.2s 1 normal forwards;
}
.particle1118 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation1118 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation1118 1s ease-in-out 3.2s 1 normal forwards;
}
.particle1119 {
  left: 80px;
  opacity: 0;
  background-color: #ebe247;
  -webkit-animation: particle-animation1119 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation1119 1s ease-in-out 3.2s 1 normal forwards;
}
.particle120 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation120 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation120 1s ease-in-out 3.4s 1 normal forwards;
}
.particle121 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation121 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation121 1s ease-in-out 3.4s 1 normal forwards;
}
.particle122 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation122 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation122 1s ease-in-out 3.4s 1 normal forwards;
}
.particle123 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation123 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation123 1s ease-in-out 3.4s 1 normal forwards;
}
.particle124 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation124 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation124 1s ease-in-out 3.4s 1 normal forwards;
}
.particle125 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation125 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation125 1s ease-in-out 3.4s 1 normal forwards;
}
.particle126 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation126 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation126 1s ease-in-out 3.4s 1 normal forwards;
}
.particle127 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation127 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation127 1s ease-in-out 3.4s 1 normal forwards;
}
.particle128 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation128 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation128 1s ease-in-out 3.4s 1 normal forwards;
}
.particle129 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation129 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation129 1s ease-in-out 3.4s 1 normal forwards;
}
.particle1210 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation1210 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation1210 1s ease-in-out 3.4s 1 normal forwards;
}
.particle1211 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation1211 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation1211 1s ease-in-out 3.4s 1 normal forwards;
}
.particle1212 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation1212 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation1212 1s ease-in-out 3.4s 1 normal forwards;
}
.particle1213 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation1213 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation1213 1s ease-in-out 3.4s 1 normal forwards;
}
.particle1214 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation1214 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation1214 1s ease-in-out 3.4s 1 normal forwards;
}
.particle1215 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation1215 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation1215 1s ease-in-out 3.4s 1 normal forwards;
}
.particle1216 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation1216 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation1216 1s ease-in-out 3.4s 1 normal forwards;
}
.particle1217 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation1217 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation1217 1s ease-in-out 3.4s 1 normal forwards;
}
.particle1218 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation1218 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation1218 1s ease-in-out 3.4s 1 normal forwards;
}
.particle1219 {
  left: 120px;
  opacity: 0;
  background-color: #8ceb47;
  -webkit-animation: particle-animation1219 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation1219 1s ease-in-out 3.4s 1 normal forwards;
}
.particle130 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation130 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation130 1s ease-in-out 3.6s 1 normal forwards;
}
.particle131 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation131 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation131 1s ease-in-out 3.6s 1 normal forwards;
}
.particle132 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation132 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation132 1s ease-in-out 3.6s 1 normal forwards;
}
.particle133 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation133 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation133 1s ease-in-out 3.6s 1 normal forwards;
}
.particle134 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation134 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation134 1s ease-in-out 3.6s 1 normal forwards;
}
.particle135 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation135 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation135 1s ease-in-out 3.6s 1 normal forwards;
}
.particle136 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation136 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation136 1s ease-in-out 3.6s 1 normal forwards;
}
.particle137 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation137 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation137 1s ease-in-out 3.6s 1 normal forwards;
}
.particle138 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation138 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation138 1s ease-in-out 3.6s 1 normal forwards;
}
.particle139 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation139 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation139 1s ease-in-out 3.6s 1 normal forwards;
}
.particle1310 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation1310 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation1310 1s ease-in-out 3.6s 1 normal forwards;
}
.particle1311 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation1311 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation1311 1s ease-in-out 3.6s 1 normal forwards;
}
.particle1312 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation1312 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation1312 1s ease-in-out 3.6s 1 normal forwards;
}
.particle1313 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation1313 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation1313 1s ease-in-out 3.6s 1 normal forwards;
}
.particle1314 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation1314 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation1314 1s ease-in-out 3.6s 1 normal forwards;
}
.particle1315 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation1315 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation1315 1s ease-in-out 3.6s 1 normal forwards;
}
.particle1316 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation1316 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation1316 1s ease-in-out 3.6s 1 normal forwards;
}
.particle1317 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation1317 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation1317 1s ease-in-out 3.6s 1 normal forwards;
}
.particle1318 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation1318 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation1318 1s ease-in-out 3.6s 1 normal forwards;
}
.particle1319 {
  left: 160px;
  opacity: 0;
  background-color: #47eb6a;
  -webkit-animation: particle-animation1319 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation1319 1s ease-in-out 3.6s 1 normal forwards;
}
.particle140 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation140 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation140 1s ease-in-out 3.8s 1 normal forwards;
}
.particle141 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation141 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation141 1s ease-in-out 3.8s 1 normal forwards;
}
.particle142 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation142 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation142 1s ease-in-out 3.8s 1 normal forwards;
}
.particle143 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation143 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation143 1s ease-in-out 3.8s 1 normal forwards;
}
.particle144 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation144 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation144 1s ease-in-out 3.8s 1 normal forwards;
}
.particle145 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation145 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation145 1s ease-in-out 3.8s 1 normal forwards;
}
.particle146 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation146 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation146 1s ease-in-out 3.8s 1 normal forwards;
}
.particle147 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation147 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation147 1s ease-in-out 3.8s 1 normal forwards;
}
.particle148 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation148 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation148 1s ease-in-out 3.8s 1 normal forwards;
}
.particle149 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation149 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation149 1s ease-in-out 3.8s 1 normal forwards;
}
.particle1410 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation1410 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation1410 1s ease-in-out 3.8s 1 normal forwards;
}
.particle1411 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation1411 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation1411 1s ease-in-out 3.8s 1 normal forwards;
}
.particle1412 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation1412 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation1412 1s ease-in-out 3.8s 1 normal forwards;
}
.particle1413 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation1413 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation1413 1s ease-in-out 3.8s 1 normal forwards;
}
.particle1414 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation1414 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation1414 1s ease-in-out 3.8s 1 normal forwards;
}
.particle1415 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation1415 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation1415 1s ease-in-out 3.8s 1 normal forwards;
}
.particle1416 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation1416 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation1416 1s ease-in-out 3.8s 1 normal forwards;
}
.particle1417 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation1417 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation1417 1s ease-in-out 3.8s 1 normal forwards;
}
.particle1418 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation1418 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation1418 1s ease-in-out 3.8s 1 normal forwards;
}
.particle1419 {
  left: 200px;
  opacity: 0;
  background-color: #47ebd1;
  -webkit-animation: particle-animation1419 1s ease-in-out 3.8s 1 normal forwards;
          animation: particle-animation1419 1s ease-in-out 3.8s 1 normal forwards;
}
.particle150 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation150 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation150 1s ease-in-out 4s 1 normal forwards;
}
.particle151 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation151 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation151 1s ease-in-out 4s 1 normal forwards;
}
.particle152 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation152 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation152 1s ease-in-out 4s 1 normal forwards;
}
.particle153 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation153 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation153 1s ease-in-out 4s 1 normal forwards;
}
.particle154 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation154 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation154 1s ease-in-out 4s 1 normal forwards;
}
.particle155 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation155 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation155 1s ease-in-out 4s 1 normal forwards;
}
.particle156 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation156 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation156 1s ease-in-out 4s 1 normal forwards;
}
.particle157 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation157 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation157 1s ease-in-out 4s 1 normal forwards;
}
.particle158 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation158 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation158 1s ease-in-out 4s 1 normal forwards;
}
.particle159 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation159 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation159 1s ease-in-out 4s 1 normal forwards;
}
.particle1510 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation1510 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation1510 1s ease-in-out 4s 1 normal forwards;
}
.particle1511 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation1511 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation1511 1s ease-in-out 4s 1 normal forwards;
}
.particle1512 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation1512 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation1512 1s ease-in-out 4s 1 normal forwards;
}
.particle1513 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation1513 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation1513 1s ease-in-out 4s 1 normal forwards;
}
.particle1514 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation1514 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation1514 1s ease-in-out 4s 1 normal forwards;
}
.particle1515 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation1515 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation1515 1s ease-in-out 4s 1 normal forwards;
}
.particle1516 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation1516 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation1516 1s ease-in-out 4s 1 normal forwards;
}
.particle1517 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation1517 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation1517 1s ease-in-out 4s 1 normal forwards;
}
.particle1518 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation1518 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation1518 1s ease-in-out 4s 1 normal forwards;
}
.particle1519 {
  left: 240px;
  opacity: 0;
  background-color: #479deb;
  -webkit-animation: particle-animation1519 1s ease-in-out 4s 1 normal forwards;
          animation: particle-animation1519 1s ease-in-out 4s 1 normal forwards;
}
.particle160 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation160 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation160 1s ease-in-out 4.2s 1 normal forwards;
}
.particle161 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation161 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation161 1s ease-in-out 4.2s 1 normal forwards;
}
.particle162 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation162 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation162 1s ease-in-out 4.2s 1 normal forwards;
}
.particle163 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation163 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation163 1s ease-in-out 4.2s 1 normal forwards;
}
.particle164 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation164 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation164 1s ease-in-out 4.2s 1 normal forwards;
}
.particle165 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation165 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation165 1s ease-in-out 4.2s 1 normal forwards;
}
.particle166 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation166 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation166 1s ease-in-out 4.2s 1 normal forwards;
}
.particle167 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation167 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation167 1s ease-in-out 4.2s 1 normal forwards;
}
.particle168 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation168 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation168 1s ease-in-out 4.2s 1 normal forwards;
}
.particle169 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation169 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation169 1s ease-in-out 4.2s 1 normal forwards;
}
.particle1610 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation1610 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation1610 1s ease-in-out 4.2s 1 normal forwards;
}
.particle1611 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation1611 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation1611 1s ease-in-out 4.2s 1 normal forwards;
}
.particle1612 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation1612 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation1612 1s ease-in-out 4.2s 1 normal forwards;
}
.particle1613 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation1613 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation1613 1s ease-in-out 4.2s 1 normal forwards;
}
.particle1614 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation1614 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation1614 1s ease-in-out 4.2s 1 normal forwards;
}
.particle1615 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation1615 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation1615 1s ease-in-out 4.2s 1 normal forwards;
}
.particle1616 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation1616 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation1616 1s ease-in-out 4.2s 1 normal forwards;
}
.particle1617 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation1617 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation1617 1s ease-in-out 4.2s 1 normal forwards;
}
.particle1618 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation1618 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation1618 1s ease-in-out 4.2s 1 normal forwards;
}
.particle1619 {
  left: 280px;
  opacity: 0;
  background-color: #5947eb;
  -webkit-animation: particle-animation1619 1s ease-in-out 4.2s 1 normal forwards;
          animation: particle-animation1619 1s ease-in-out 4.2s 1 normal forwards;
}
.particle170 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation170 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation170 1s ease-in-out 4.4s 1 normal forwards;
}
.particle171 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation171 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation171 1s ease-in-out 4.4s 1 normal forwards;
}
.particle172 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation172 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation172 1s ease-in-out 4.4s 1 normal forwards;
}
.particle173 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation173 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation173 1s ease-in-out 4.4s 1 normal forwards;
}
.particle174 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation174 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation174 1s ease-in-out 4.4s 1 normal forwards;
}
.particle175 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation175 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation175 1s ease-in-out 4.4s 1 normal forwards;
}
.particle176 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation176 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation176 1s ease-in-out 4.4s 1 normal forwards;
}
.particle177 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation177 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation177 1s ease-in-out 4.4s 1 normal forwards;
}
.particle178 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation178 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation178 1s ease-in-out 4.4s 1 normal forwards;
}
.particle179 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation179 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation179 1s ease-in-out 4.4s 1 normal forwards;
}
.particle1710 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation1710 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation1710 1s ease-in-out 4.4s 1 normal forwards;
}
.particle1711 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation1711 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation1711 1s ease-in-out 4.4s 1 normal forwards;
}
.particle1712 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation1712 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation1712 1s ease-in-out 4.4s 1 normal forwards;
}
.particle1713 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation1713 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation1713 1s ease-in-out 4.4s 1 normal forwards;
}
.particle1714 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation1714 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation1714 1s ease-in-out 4.4s 1 normal forwards;
}
.particle1715 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation1715 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation1715 1s ease-in-out 4.4s 1 normal forwards;
}
.particle1716 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation1716 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation1716 1s ease-in-out 4.4s 1 normal forwards;
}
.particle1717 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation1717 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation1717 1s ease-in-out 4.4s 1 normal forwards;
}
.particle1718 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation1718 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation1718 1s ease-in-out 4.4s 1 normal forwards;
}
.particle1719 {
  left: 320px;
  opacity: 0;
  background-color: #c047eb;
  -webkit-animation: particle-animation1719 1s ease-in-out 4.4s 1 normal forwards;
          animation: particle-animation1719 1s ease-in-out 4.4s 1 normal forwards;
}
.particle180 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation180 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation180 1s ease-in-out 4.6s 1 normal forwards;
}
.particle181 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation181 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation181 1s ease-in-out 4.6s 1 normal forwards;
}
.particle182 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation182 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation182 1s ease-in-out 4.6s 1 normal forwards;
}
.particle183 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation183 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation183 1s ease-in-out 4.6s 1 normal forwards;
}
.particle184 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation184 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation184 1s ease-in-out 4.6s 1 normal forwards;
}
.particle185 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation185 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation185 1s ease-in-out 4.6s 1 normal forwards;
}
.particle186 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation186 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation186 1s ease-in-out 4.6s 1 normal forwards;
}
.particle187 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation187 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation187 1s ease-in-out 4.6s 1 normal forwards;
}
.particle188 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation188 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation188 1s ease-in-out 4.6s 1 normal forwards;
}
.particle189 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation189 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation189 1s ease-in-out 4.6s 1 normal forwards;
}
.particle1810 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation1810 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation1810 1s ease-in-out 4.6s 1 normal forwards;
}
.particle1811 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation1811 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation1811 1s ease-in-out 4.6s 1 normal forwards;
}
.particle1812 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation1812 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation1812 1s ease-in-out 4.6s 1 normal forwards;
}
.particle1813 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation1813 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation1813 1s ease-in-out 4.6s 1 normal forwards;
}
.particle1814 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation1814 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation1814 1s ease-in-out 4.6s 1 normal forwards;
}
.particle1815 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation1815 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation1815 1s ease-in-out 4.6s 1 normal forwards;
}
.particle1816 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation1816 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation1816 1s ease-in-out 4.6s 1 normal forwards;
}
.particle1817 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation1817 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation1817 1s ease-in-out 4.6s 1 normal forwards;
}
.particle1818 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation1818 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation1818 1s ease-in-out 4.6s 1 normal forwards;
}
.particle1819 {
  left: 360px;
  opacity: 0;
  background-color: #eb47ae;
  -webkit-animation: particle-animation1819 1s ease-in-out 4.6s 1 normal forwards;
          animation: particle-animation1819 1s ease-in-out 4.6s 1 normal forwards;
}
.particle190 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation190 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation190 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle191 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation191 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation191 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle192 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation192 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation192 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle193 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation193 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation193 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle194 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation194 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation194 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle195 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation195 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation195 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle196 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation196 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation196 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle197 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation197 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation197 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle198 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation198 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation198 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle199 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation199 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation199 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle1910 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation1910 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation1910 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle1911 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation1911 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation1911 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle1912 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation1912 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation1912 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle1913 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation1913 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation1913 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle1914 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation1914 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation1914 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle1915 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation1915 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation1915 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle1916 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation1916 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation1916 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle1917 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation1917 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation1917 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle1918 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation1918 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation1918 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
.particle1919 {
  left: 400px;
  opacity: 0;
  background-color: #eb4747;
  -webkit-animation: particle-animation1919 1s ease-in-out 4.800000000000001s 1 normal forwards;
          animation: particle-animation1919 1s ease-in-out 4.800000000000001s 1 normal forwards;
}
@-webkit-keyframes particle-animation00 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -260px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation00 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -260px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation01 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -281.0859491px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation01 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -281.0859491px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation02 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -335.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation02 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -335.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation03 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -400.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation03 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -400.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation04 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -447.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation04 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -447.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation05 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -458.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation05 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -458.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation06 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -427.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation06 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -427.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation07 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -368.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation07 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -368.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation08 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -305.3051842px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation08 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -305.3051842px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation09 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -265.4182758px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation09 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -265.4182758px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation010 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -265.4182758px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation010 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -265.4182758px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation011 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -305.3051842px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation011 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -305.3051842px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation012 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -368.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation012 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -368.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation013 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -427.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation013 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -427.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation014 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -458.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation014 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -458.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation015 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -447.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation015 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -447.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation016 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -400.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation016 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -400.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation017 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -335.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation017 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -335.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation018 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -281.0859491px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation018 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -281.0859491px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation019 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -260px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation019 {
  0% {
    left: -360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -260px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation10 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -220px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation10 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -220px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation11 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -241.0859491px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation11 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -241.0859491px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation12 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -295.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation12 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -295.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation13 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -360.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation13 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -360.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation14 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -407.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation14 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -407.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation15 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -418.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation15 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -418.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation16 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -387.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation16 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -387.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation17 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -328.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation17 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -328.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation18 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -265.3051842px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation18 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -265.3051842px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation19 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -225.4182758px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation19 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -225.4182758px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation110 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -225.4182758px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation110 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -225.4182758px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation111 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -265.3051842px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation111 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -265.3051842px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation112 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -328.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation112 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -328.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation113 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -387.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation113 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -387.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation114 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -418.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation114 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -418.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation115 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -407.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation115 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -407.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation116 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -360.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation116 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -360.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation117 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -295.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation117 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -295.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation118 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -241.0859491px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation118 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -241.0859491px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation119 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -220px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation119 {
  0% {
    left: -320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -220px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation20 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation20 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation21 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -201.0859491px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation21 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -201.0859491px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation22 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -255.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation22 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -255.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation23 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -320.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation23 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -320.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation24 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -367.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation24 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -367.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation25 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -378.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation25 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -378.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation26 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -347.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation26 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -347.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation27 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -288.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation27 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -288.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation28 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -225.3051842px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation28 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -225.3051842px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation29 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -185.4182758px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation29 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -185.4182758px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation210 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -185.4182758px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation210 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -185.4182758px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation211 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -225.3051842px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation211 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -225.3051842px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation212 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -288.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation212 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -288.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation213 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -347.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation213 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -347.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation214 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -378.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation214 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -378.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation215 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -367.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation215 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -367.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation216 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -320.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation216 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -320.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation217 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -255.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation217 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -255.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation218 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -201.0859491px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation218 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -201.0859491px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation219 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation219 {
  0% {
    left: -280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation30 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation30 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation31 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -161.0859491px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation31 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -161.0859491px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation32 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -215.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation32 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -215.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation33 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -280.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation33 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -280.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation34 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -327.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation34 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -327.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation35 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -338.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation35 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -338.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation36 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -307.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation36 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -307.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation37 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -248.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation37 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -248.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation38 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -185.3051842px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation38 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -185.3051842px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation39 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -145.4182758px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation39 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -145.4182758px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation310 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -145.4182758px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation310 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -145.4182758px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation311 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -185.3051842px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation311 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -185.3051842px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation312 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -248.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation312 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -248.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation313 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -307.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation313 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -307.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation314 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -338.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation314 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -338.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation315 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -327.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation315 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -327.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation316 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -280.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation316 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -280.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation317 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -215.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation317 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -215.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation318 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -161.0859491px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation318 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -161.0859491px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation319 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation319 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation40 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation40 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation41 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -121.08594910000001px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation41 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -121.08594910000001px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation42 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -175.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation42 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -175.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation43 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -240.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation43 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -240.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation44 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -287.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation44 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -287.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation45 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -298.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation45 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -298.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation46 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -267.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation46 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -267.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation47 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -208.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation47 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -208.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation48 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -145.3051842px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation48 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -145.3051842px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation49 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -105.4182758px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation49 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -105.4182758px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation410 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -105.4182758px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation410 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -105.4182758px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation411 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -145.3051842px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation411 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -145.3051842px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation412 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -208.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation412 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -208.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation413 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -267.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation413 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -267.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation414 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -298.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation414 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -298.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation415 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -287.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation415 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -287.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation416 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -240.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation416 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -240.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation417 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -175.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation417 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -175.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation418 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -121.08594910000001px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation418 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -121.08594910000001px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation419 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation419 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation50 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation50 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation51 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -81.08594910000001px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation51 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -81.08594910000001px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation52 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -135.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation52 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -135.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation53 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -200.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation53 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -200.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation54 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -247.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation54 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -247.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation55 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -258.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation55 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -258.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation56 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -227.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation56 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -227.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation57 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -168.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation57 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -168.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation58 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -105.30518420000001px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation58 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -105.30518420000001px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation59 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -65.4182758px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation59 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -65.4182758px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation510 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -65.4182758px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation510 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -65.4182758px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation511 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -105.30518420000001px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation511 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -105.30518420000001px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation512 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -168.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation512 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -168.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation513 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -227.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation513 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -227.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation514 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -258.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation514 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -258.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation515 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -247.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation515 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -247.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation516 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -200.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation516 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -200.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation517 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -135.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation517 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -135.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation518 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -81.08594910000001px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation518 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -81.08594910000001px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation519 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation519 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation60 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation60 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation61 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -41.08594910000001px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation61 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -41.08594910000001px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation62 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -95.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation62 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -95.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation63 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -160.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation63 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -160.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation64 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -207.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation64 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -207.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation65 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -218.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation65 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -218.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation66 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -187.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation66 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -187.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation67 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -128.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation67 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -128.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation68 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -65.30518420000001px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation68 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -65.30518420000001px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation69 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -25.418275800000004px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation69 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -25.418275800000004px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation610 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -25.418275800000004px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation610 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -25.418275800000004px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation611 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -65.30518420000001px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation611 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -65.30518420000001px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation612 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -128.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation612 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -128.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation613 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -187.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation613 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -187.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation614 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -218.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation614 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -218.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation615 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -207.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation615 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -207.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation616 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -160.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation616 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -160.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation617 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -95.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation617 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -95.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation618 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -41.08594910000001px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation618 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -41.08594910000001px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation619 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation619 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation70 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation70 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation71 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -1.085949100000008px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation71 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -1.085949100000008px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation72 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -55.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation72 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -55.4514513px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation73 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -120.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation73 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -120.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation74 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -167.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation74 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -167.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation75 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -178.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation75 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -178.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation76 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -147.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation76 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -147.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation77 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -88.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation77 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -88.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation78 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -25.305184200000006px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation78 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -25.305184200000006px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation79 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 14.581724199999996px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation79 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 14.581724199999996px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation710 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 14.581724199999996px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation710 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 14.581724199999996px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation711 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -25.305184200000006px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation711 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -25.305184200000006px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation712 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -88.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation712 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -88.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation713 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -147.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation713 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -147.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation714 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -178.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation714 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -178.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation715 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -167.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation715 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -167.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation716 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -120.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation716 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -120.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation717 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -55.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation717 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -55.4514513px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation718 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -1.085949100000008px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation718 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -1.085949100000008px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation719 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation719 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation80 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation80 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation81 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 38.91405089999999px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation81 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 38.91405089999999px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation82 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -15.451451299999999px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation82 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -15.451451299999999px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation83 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -80.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation83 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -80.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation84 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -127.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation84 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -127.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation85 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -138.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation85 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -138.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation86 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -107.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation86 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -107.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation87 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -48.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation87 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -48.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation88 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 14.694815799999994px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation88 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 14.694815799999994px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation89 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 54.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation89 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 54.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation810 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 54.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation810 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 54.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation811 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 14.694815799999994px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation811 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 14.694815799999994px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation812 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -48.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation812 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -48.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation813 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -107.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation813 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -107.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation814 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -138.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation814 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -138.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation815 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -127.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation815 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -127.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation816 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -80.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation816 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -80.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation817 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -15.451451299999999px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation817 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -15.451451299999999px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation818 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 38.91405089999999px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation818 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 38.91405089999999px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation819 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation819 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation90 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation90 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation91 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 78.91405089999999px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation91 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 78.91405089999999px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation92 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 24.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation92 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 24.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation93 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -40.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation93 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -40.1695425px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation94 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -87.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation94 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -87.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation95 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -98.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation95 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -98.6361303px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation96 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -67.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation96 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -67.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation97 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -8.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation97 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -8.2579345px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation98 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 54.69481579999999px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation98 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 54.69481579999999px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation99 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 94.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation99 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 94.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation910 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 94.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation910 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 94.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation911 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 54.69481579999999px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation911 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 54.69481579999999px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation912 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -8.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation912 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -8.2579345px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation913 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -67.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation913 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -67.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation914 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -98.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation914 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -98.6361303px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation915 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -87.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation915 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -87.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation916 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -40.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation916 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -40.1695425px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation917 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 24.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation917 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 24.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation918 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 78.91405089999999px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation918 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 78.91405089999999px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation919 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation919 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation100 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation100 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation101 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 118.91405089999999px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation101 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 118.91405089999999px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation102 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 64.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation102 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 64.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation103 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -0.169542499999999px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation103 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -0.169542499999999px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation104 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -47.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation104 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -47.9473751px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation105 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -58.636130300000005px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation105 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -58.636130300000005px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation106 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -27.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation106 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -27.7281572px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation107 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 31.742065500000002px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation107 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 31.742065500000002px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation108 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 94.69481579999999px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation108 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 94.69481579999999px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation109 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 134.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation109 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 134.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1010 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 134.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1010 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 134.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1011 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 94.69481579999999px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1011 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 94.69481579999999px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1012 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 31.742065500000002px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1012 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 31.742065500000002px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1013 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -27.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1013 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -27.7281572px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1014 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -58.636130300000005px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1014 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -58.636130300000005px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1015 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -47.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1015 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -47.9473751px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1016 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -0.169542499999999px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1016 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -0.169542499999999px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1017 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 64.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1017 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 64.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1018 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 118.91405089999999px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1018 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 118.91405089999999px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1019 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1019 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation110 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation110 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation111 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 158.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation111 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 158.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation112 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 104.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation112 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 104.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation113 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 39.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation113 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 39.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation114 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -7.947375100000002px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation114 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -7.947375100000002px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation115 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -18.636130300000005px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation115 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -18.636130300000005px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation116 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 12.271842800000002px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation116 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 12.271842800000002px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation117 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 71.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation117 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 71.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation118 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 134.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation118 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 134.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation119 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 174.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation119 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 174.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1110 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 174.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1110 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 174.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1111 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 134.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1111 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 134.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1112 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 71.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1112 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 71.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1113 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 12.271842800000002px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1113 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 12.271842800000002px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1114 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -18.636130300000005px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1114 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -18.636130300000005px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1115 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -7.947375100000002px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1115 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -7.947375100000002px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1116 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 39.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1116 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 39.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1117 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 104.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1117 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 104.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1118 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 158.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1118 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 158.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1119 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1119 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation120 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 220px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation120 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 220px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation121 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 198.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation121 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 198.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation122 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 144.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation122 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 144.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation123 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 79.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation123 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 79.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation124 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 32.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation124 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 32.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation125 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 21.363869699999995px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation125 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 21.363869699999995px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation126 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 52.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation126 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 52.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation127 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 111.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation127 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 111.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation128 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 174.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation128 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 174.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation129 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 214.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation129 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 214.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1210 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 214.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1210 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 214.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1211 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 174.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1211 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 174.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1212 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 111.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1212 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 111.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1213 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 52.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1213 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 52.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1214 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 21.363869699999995px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1214 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 21.363869699999995px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1215 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 32.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1215 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 32.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1216 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 79.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1216 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 79.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1217 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 144.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1217 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 144.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1218 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 198.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1218 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 198.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1219 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 220px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1219 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 220px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation130 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 260px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation130 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 260px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation131 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 238.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation131 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 238.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation132 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 184.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation132 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 184.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation133 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 119.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation133 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 119.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation134 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 72.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation134 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 72.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation135 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 61.363869699999995px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation135 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 61.363869699999995px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation136 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 92.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation136 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 92.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation137 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 151.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation137 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 151.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation138 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 214.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation138 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 214.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation139 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 254.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation139 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 254.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1310 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 254.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1310 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 254.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1311 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 214.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1311 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 214.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1312 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 151.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1312 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 151.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1313 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 92.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1313 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 92.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1314 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 61.363869699999995px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1314 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 61.363869699999995px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1315 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 72.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1315 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 72.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1316 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 119.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1316 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 119.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1317 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 184.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1317 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 184.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1318 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 238.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1318 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 238.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1319 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 260px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1319 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 260px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation140 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 300px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation140 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 300px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation141 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 278.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation141 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 278.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation142 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 224.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation142 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 224.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation143 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 159.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation143 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 159.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation144 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 112.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation144 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 112.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation145 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 101.3638697px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation145 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 101.3638697px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation146 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 132.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation146 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 132.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation147 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 191.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation147 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 191.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation148 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 254.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation148 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 254.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation149 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 294.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation149 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 294.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1410 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 294.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1410 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 294.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1411 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 254.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1411 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 254.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1412 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 191.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1412 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 191.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1413 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 132.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1413 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 132.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1414 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 101.3638697px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1414 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 101.3638697px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1415 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 112.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1415 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 112.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1416 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 159.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1416 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 159.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1417 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 224.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1417 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 224.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1418 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 278.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1418 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 278.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1419 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 300px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1419 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 300px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation150 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 340px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation150 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 340px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation151 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 318.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation151 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 318.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation152 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 264.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation152 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 264.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation153 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 199.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation153 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 199.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation154 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 152.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation154 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 152.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation155 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 141.3638697px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation155 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 141.3638697px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation156 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 172.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation156 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 172.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation157 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 231.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation157 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 231.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation158 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 294.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation158 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 294.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation159 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 334.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation159 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 334.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1510 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 334.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1510 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 334.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1511 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 294.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1511 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 294.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1512 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 231.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1512 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 231.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1513 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 172.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1513 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 172.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1514 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 141.3638697px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1514 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 141.3638697px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1515 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 152.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1515 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 152.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1516 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 199.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1516 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 199.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1517 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 264.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1517 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 264.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1518 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 318.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1518 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 318.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1519 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 340px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1519 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 340px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation160 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 380px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation160 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 380px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation161 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 358.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation161 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 358.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation162 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 304.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation162 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 304.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation163 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 239.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation163 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 239.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation164 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 192.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation164 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 192.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation165 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 181.3638697px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation165 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 181.3638697px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation166 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 212.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation166 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 212.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation167 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 271.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation167 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 271.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation168 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 334.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation168 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 334.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation169 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 374.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation169 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 374.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1610 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 374.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1610 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 374.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1611 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 334.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1611 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 334.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1612 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 271.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1612 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 271.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1613 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 212.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1613 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 212.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1614 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 181.3638697px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1614 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 181.3638697px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1615 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 192.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1615 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 192.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1616 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 239.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1616 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 239.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1617 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 304.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1617 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 304.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1618 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 358.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1618 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 358.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1619 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 380px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1619 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 380px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation170 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 420px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation170 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 420px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation171 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 398.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation171 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 398.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation172 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 344.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation172 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 344.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation173 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 279.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation173 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 279.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation174 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 232.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation174 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 232.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation175 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 221.3638697px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation175 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 221.3638697px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation176 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 252.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation176 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 252.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation177 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 311.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation177 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 311.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation178 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 374.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation178 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 374.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation179 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 414.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation179 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 414.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1710 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 414.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1710 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 414.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1711 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 374.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1711 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 374.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1712 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 311.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1712 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 311.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1713 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 252.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1713 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 252.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1714 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 221.3638697px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1714 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 221.3638697px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1715 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 232.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1715 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 232.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1716 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 279.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1716 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 279.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1717 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 344.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1717 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 344.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1718 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 398.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1718 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 398.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1719 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 420px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1719 {
  0% {
    left: 320px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 420px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation180 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 460px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation180 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 460px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation181 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 438.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation181 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 438.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation182 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 384.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation182 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 384.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation183 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 319.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation183 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 319.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation184 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 272.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation184 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 272.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation185 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 261.3638697px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation185 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 261.3638697px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation186 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 292.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation186 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 292.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation187 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 351.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation187 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 351.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation188 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 414.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation188 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 414.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation189 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 454.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation189 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 454.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1810 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 454.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1810 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 454.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1811 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 414.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1811 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 414.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1812 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 351.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1812 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 351.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1813 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 292.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1813 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 292.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1814 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 261.3638697px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1814 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 261.3638697px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1815 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 272.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1815 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 272.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1816 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 319.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1816 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 319.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1817 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 384.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1817 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 384.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1818 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 438.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1818 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 438.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1819 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 460px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1819 {
  0% {
    left: 360px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 460px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation190 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 500px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation190 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 500px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation191 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 478.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation191 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 478.9140509px;
    top: 61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation192 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 424.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation192 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 424.5485487px;
    top: 96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation193 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 359.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation193 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 359.8304575px;
    top: 91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation194 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 312.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation194 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 312.0526249px;
    top: 47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation195 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 301.3638697px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation195 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 301.3638697px;
    top: -16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation196 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 332.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation196 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 332.2718428px;
    top: -73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation197 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 391.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation197 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 391.7420655px;
    top: -99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation198 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 454.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation198 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 454.6948158px;
    top: -83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation199 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 494.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation199 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 494.5817242px;
    top: -32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1910 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 494.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1910 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 494.5817242px;
    top: 32.469946900000004px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1911 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 454.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1911 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 454.6948158px;
    top: 83.7166478px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1912 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 391.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1912 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 391.7420655px;
    top: 99.6584493px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1913 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 332.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1913 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 332.2718428px;
    top: 73.5723911px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1914 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 301.3638697px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1914 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 301.3638697px;
    top: 16.459459000000003px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1915 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 312.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1915 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 312.0526249px;
    top: -47.5947393px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1916 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 359.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1916 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 359.8304575px;
    top: -91.5773327px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1917 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 424.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1917 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 424.5485487px;
    top: -96.9400266px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1918 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 478.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1918 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 478.9140509px;
    top: -61.4212713px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1919 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 500px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1919 {
  0% {
    left: 400px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 500px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes background-animation {
  0% {
    width: 0;
  }
  50% {
    width: 12.5%;
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 25%;
  }
}
@keyframes background-animation {
  0% {
    width: 0;
  }
  50% {
    width: 12.5%;
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 25%;
  }
}
