
.ring {
  position: relative;
  width: 0px;
  height: 0px;
  background: red;
  transition: all 0.2s linear;
  transform-style: preserve-3d;
  animation: ringRotate 15s linear infinite;
}
.ring .particle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  opacity: 0;
}

.particle:nth-child(1) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth1 8s infinite;
  animation-delay: 0.01s;
  background: #82cffd;
}

@keyframes birth1 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(212deg) rotateX(296deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(212deg) rotateX(296deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(212deg) rotateX(296deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(2) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth2 8s infinite;
  animation-delay: 0.02s;
  background: #82cffd;
}

@keyframes birth2 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(76deg) rotateX(268deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(76deg) rotateX(268deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(76deg) rotateX(268deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(3) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth3 8s infinite;
  animation-delay: 0.03s;
  background: #82cffd;
}

@keyframes birth3 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(168deg) rotateX(4deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(168deg) rotateX(4deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(168deg) rotateX(4deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(4) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth4 8s infinite;
  animation-delay: 0.04s;
  background: #82cffd;
}

@keyframes birth4 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(20deg) rotateX(68deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(20deg) rotateX(68deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(20deg) rotateX(68deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(5) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth5 8s infinite;
  animation-delay: 0.05s;
  background: #82cffd;
}

@keyframes birth5 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(8deg) rotateX(96deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(8deg) rotateX(96deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(8deg) rotateX(96deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(6) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth6 8s infinite;
  animation-delay: 0.06s;
  background: #82cffd;
}

@keyframes birth6 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(260deg) rotateX(60deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(260deg) rotateX(60deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(260deg) rotateX(60deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(7) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth7 8s infinite;
  animation-delay: 0.07s;
  background: #82cffd;
}

@keyframes birth7 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(92deg) rotateX(140deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(92deg) rotateX(140deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(92deg) rotateX(140deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(8) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth8 8s infinite;
  animation-delay: 0.08s;
  background: #82cffd;
}

@keyframes birth8 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(76deg) rotateX(344deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(76deg) rotateX(344deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(76deg) rotateX(344deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(9) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth9 8s infinite;
  animation-delay: 0.09s;
  background: #82cffd;
}

@keyframes birth9 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(20deg) rotateX(260deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(20deg) rotateX(260deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(20deg) rotateX(260deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(10) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth10 8s infinite;
  animation-delay: 0.1s;
  background: #82cffd;
}

@keyframes birth10 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(16deg) rotateX(292deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(16deg) rotateX(292deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(16deg) rotateX(292deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(11) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth11 8s infinite;
  animation-delay: 0.11s;
  background: #82cffd;
}

@keyframes birth11 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(76deg) rotateX(136deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(76deg) rotateX(136deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(76deg) rotateX(136deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(12) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth12 8s infinite;
  animation-delay: 0.12s;
  background: #82cffd;
}

@keyframes birth12 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(160deg) rotateX(248deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(160deg) rotateX(248deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(160deg) rotateX(248deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(13) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth13 8s infinite;
  animation-delay: 0.13s;
  background: #82cffd;
}

@keyframes birth13 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(64deg) rotateX(144deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(64deg) rotateX(144deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(64deg) rotateX(144deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(14) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth14 8s infinite;
  animation-delay: 0.14s;
  background: #82cffd;
}

@keyframes birth14 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(220deg) rotateX(264deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(220deg) rotateX(264deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(220deg) rotateX(264deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(15) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth15 8s infinite;
  animation-delay: 0.15s;
  background: #82cffd;
}

@keyframes birth15 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(112deg) rotateX(128deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(112deg) rotateX(128deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(112deg) rotateX(128deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(16) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth16 8s infinite;
  animation-delay: 0.16s;
  background: #82cffd;
}

@keyframes birth16 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(168deg) rotateX(292deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(168deg) rotateX(292deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(168deg) rotateX(292deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(17) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth17 8s infinite;
  animation-delay: 0.17s;
  background: #82cffd;
}

@keyframes birth17 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(292deg) rotateX(304deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(292deg) rotateX(304deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(292deg) rotateX(304deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(18) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth18 8s infinite;
  animation-delay: 0.18s;
  background: #82cffd;
}

@keyframes birth18 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(360deg) rotateX(40deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(360deg) rotateX(40deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(360deg) rotateX(40deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(19) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth19 8s infinite;
  animation-delay: 0.19s;
  background: #82cffd;
}

@keyframes birth19 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(224deg) rotateX(224deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(224deg) rotateX(224deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(224deg) rotateX(224deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(20) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth20 8s infinite;
  animation-delay: 0.2s;
  background: #82cffd;
}

@keyframes birth20 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(68deg) rotateX(240deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(68deg) rotateX(240deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(68deg) rotateX(240deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(21) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth21 8s infinite;
  animation-delay: 0.21s;
  background: #82cffd;
}

@keyframes birth21 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(172deg) rotateX(72deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(172deg) rotateX(72deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(172deg) rotateX(72deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(22) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth22 8s infinite;
  animation-delay: 0.22s;
  background: #82cffd;
}

@keyframes birth22 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(192deg) rotateX(88deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(192deg) rotateX(88deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(192deg) rotateX(88deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(23) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth23 8s infinite;
  animation-delay: 0.23s;
  background: #82cffd;
}

@keyframes birth23 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(216deg) rotateX(244deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(216deg) rotateX(244deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(216deg) rotateX(244deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(24) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth24 8s infinite;
  animation-delay: 0.24s;
  background: #82cffd;
}

@keyframes birth24 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(124deg) rotateX(248deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(124deg) rotateX(248deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(124deg) rotateX(248deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(25) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth25 8s infinite;
  animation-delay: 0.25s;
  background: #82cffd;
}

@keyframes birth25 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(336deg) rotateX(324deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(336deg) rotateX(324deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(336deg) rotateX(324deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(26) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth26 8s infinite;
  animation-delay: 0.26s;
  background: #82cffd;
}

@keyframes birth26 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(56deg) rotateX(156deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(56deg) rotateX(156deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(56deg) rotateX(156deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(27) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth27 8s infinite;
  animation-delay: 0.27s;
  background: #82cffd;
}

@keyframes birth27 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(292deg) rotateX(328deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(292deg) rotateX(328deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(292deg) rotateX(328deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(28) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth28 8s infinite;
  animation-delay: 0.28s;
  background: #82cffd;
}

@keyframes birth28 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(192deg) rotateX(300deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(192deg) rotateX(300deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(192deg) rotateX(300deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(29) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth29 8s infinite;
  animation-delay: 0.29s;
  background: #82cffd;
}

@keyframes birth29 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(104deg) rotateX(88deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(104deg) rotateX(88deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(104deg) rotateX(88deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(30) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth30 8s infinite;
  animation-delay: 0.3s;
  background: #82cffd;
}

@keyframes birth30 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(168deg) rotateX(336deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(168deg) rotateX(336deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(168deg) rotateX(336deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(31) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth31 8s infinite;
  animation-delay: 0.31s;
  background: #82cffd;
}

@keyframes birth31 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(276deg) rotateX(344deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(276deg) rotateX(344deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(276deg) rotateX(344deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(32) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth32 8s infinite;
  animation-delay: 0.32s;
  background: #82cffd;
}

@keyframes birth32 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(248deg) rotateX(288deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(248deg) rotateX(288deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(248deg) rotateX(288deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(33) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth33 8s infinite;
  animation-delay: 0.33s;
  background: #82cffd;
}

@keyframes birth33 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(332deg) rotateX(96deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(332deg) rotateX(96deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(332deg) rotateX(96deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(34) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth34 8s infinite;
  animation-delay: 0.34s;
  background: #82cffd;
}

@keyframes birth34 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(192deg) rotateX(352deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(192deg) rotateX(352deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(192deg) rotateX(352deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(35) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth35 8s infinite;
  animation-delay: 0.35s;
  background: #82cffd;
}

@keyframes birth35 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(32deg) rotateX(276deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(32deg) rotateX(276deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(32deg) rotateX(276deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(36) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth36 8s infinite;
  animation-delay: 0.36s;
  background: #82cffd;
}

@keyframes birth36 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(284deg) rotateX(184deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(284deg) rotateX(184deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(284deg) rotateX(184deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(37) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth37 8s infinite;
  animation-delay: 0.37s;
  background: #82cffd;
}

@keyframes birth37 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(100deg) rotateX(124deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(100deg) rotateX(124deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(100deg) rotateX(124deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(38) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth38 8s infinite;
  animation-delay: 0.38s;
  background: #82cffd;
}

@keyframes birth38 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(208deg) rotateX(292deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(208deg) rotateX(292deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(208deg) rotateX(292deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(39) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth39 8s infinite;
  animation-delay: 0.39s;
  background: #82cffd;
}

@keyframes birth39 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(64deg) rotateX(8deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(64deg) rotateX(8deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(64deg) rotateX(8deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(40) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth40 8s infinite;
  animation-delay: 0.4s;
  background: #82cffd;
}

@keyframes birth40 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(148deg) rotateX(312deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(148deg) rotateX(312deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(148deg) rotateX(312deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(41) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth41 8s infinite;
  animation-delay: 0.41s;
  background: #82cffd;
}

@keyframes birth41 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(300deg) rotateX(108deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(300deg) rotateX(108deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(300deg) rotateX(108deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(42) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth42 8s infinite;
  animation-delay: 0.42s;
  background: #82cffd;
}

@keyframes birth42 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(32deg) rotateX(348deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(32deg) rotateX(348deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(32deg) rotateX(348deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(43) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth43 8s infinite;
  animation-delay: 0.43s;
  background: #82cffd;
}

@keyframes birth43 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(76deg) rotateX(176deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(76deg) rotateX(176deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(76deg) rotateX(176deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(44) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth44 8s infinite;
  animation-delay: 0.44s;
  background: #82cffd;
}

@keyframes birth44 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(236deg) rotateX(100deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(236deg) rotateX(100deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(236deg) rotateX(100deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(45) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth45 8s infinite;
  animation-delay: 0.45s;
  background: #82cffd;
}

@keyframes birth45 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(324deg) rotateX(96deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(324deg) rotateX(96deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(324deg) rotateX(96deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(46) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth46 8s infinite;
  animation-delay: 0.46s;
  background: #82cffd;
}

@keyframes birth46 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(120deg) rotateX(224deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(120deg) rotateX(224deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(120deg) rotateX(224deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(47) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth47 8s infinite;
  animation-delay: 0.47s;
  background: #82cffd;
}

@keyframes birth47 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(212deg) rotateX(308deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(212deg) rotateX(308deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(212deg) rotateX(308deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(48) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth48 8s infinite;
  animation-delay: 0.48s;
  background: #82cffd;
}

@keyframes birth48 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(180deg) rotateX(268deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(180deg) rotateX(268deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(180deg) rotateX(268deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(49) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth49 8s infinite;
  animation-delay: 0.49s;
  background: #82cffd;
}

@keyframes birth49 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(108deg) rotateX(352deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(108deg) rotateX(352deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(108deg) rotateX(352deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(50) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth50 8s infinite;
  animation-delay: 0.5s;
  background: #82cffd;
}

@keyframes birth50 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(88deg) rotateX(212deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(88deg) rotateX(212deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(88deg) rotateX(212deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(51) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth51 8s infinite;
  animation-delay: 0.51s;
  background: #82cffd;
}

@keyframes birth51 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(104deg) rotateX(132deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(104deg) rotateX(132deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(104deg) rotateX(132deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(52) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth52 8s infinite;
  animation-delay: 0.52s;
  background: #82cffd;
}

@keyframes birth52 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(352deg) rotateX(276deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(352deg) rotateX(276deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(352deg) rotateX(276deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(53) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth53 8s infinite;
  animation-delay: 0.53s;
  background: #82cffd;
}

@keyframes birth53 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(32deg) rotateX(64deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(32deg) rotateX(64deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(32deg) rotateX(64deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(54) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth54 8s infinite;
  animation-delay: 0.54s;
  background: #82cffd;
}

@keyframes birth54 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(264deg) rotateX(164deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(264deg) rotateX(164deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(264deg) rotateX(164deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(55) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth55 8s infinite;
  animation-delay: 0.55s;
  background: #82cffd;
}

@keyframes birth55 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(12deg) rotateX(12deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(12deg) rotateX(12deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(12deg) rotateX(12deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(56) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth56 8s infinite;
  animation-delay: 0.56s;
  background: #82cffd;
}

@keyframes birth56 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(88deg) rotateX(260deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(88deg) rotateX(260deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(88deg) rotateX(260deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(57) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth57 8s infinite;
  animation-delay: 0.57s;
  background: #82cffd;
}

@keyframes birth57 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(72deg) rotateX(280deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(72deg) rotateX(280deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(72deg) rotateX(280deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(58) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth58 8s infinite;
  animation-delay: 0.58s;
  background: #82cffd;
}

@keyframes birth58 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(140deg) rotateX(292deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(140deg) rotateX(292deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(140deg) rotateX(292deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(59) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth59 8s infinite;
  animation-delay: 0.59s;
  background: #82cffd;
}

@keyframes birth59 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(12deg) rotateX(192deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(12deg) rotateX(192deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(12deg) rotateX(192deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(60) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth60 8s infinite;
  animation-delay: 0.6s;
  background: #82cffd;
}

@keyframes birth60 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(116deg) rotateX(88deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(116deg) rotateX(88deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(116deg) rotateX(88deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(61) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth61 8s infinite;
  animation-delay: 0.61s;
  background: #82cffd;
}

@keyframes birth61 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(68deg) rotateX(112deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(68deg) rotateX(112deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(68deg) rotateX(112deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(62) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth62 8s infinite;
  animation-delay: 0.62s;
  background: #82cffd;
}

@keyframes birth62 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(340deg) rotateX(300deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(340deg) rotateX(300deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(340deg) rotateX(300deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(63) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth63 8s infinite;
  animation-delay: 0.63s;
  background: #82cffd;
}

@keyframes birth63 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(308deg) rotateX(60deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(308deg) rotateX(60deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(308deg) rotateX(60deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(64) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth64 8s infinite;
  animation-delay: 0.64s;
  background: #82cffd;
}

@keyframes birth64 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(4deg) rotateX(84deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(4deg) rotateX(84deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(4deg) rotateX(84deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(65) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth65 8s infinite;
  animation-delay: 0.65s;
  background: #82cffd;
}

@keyframes birth65 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(72deg) rotateX(76deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(72deg) rotateX(76deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(72deg) rotateX(76deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(66) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth66 8s infinite;
  animation-delay: 0.66s;
  background: #82cffd;
}

@keyframes birth66 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(48deg) rotateX(72deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(48deg) rotateX(72deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(48deg) rotateX(72deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(67) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth67 8s infinite;
  animation-delay: 0.67s;
  background: #82cffd;
}

@keyframes birth67 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(132deg) rotateX(28deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(132deg) rotateX(28deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(132deg) rotateX(28deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(68) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth68 8s infinite;
  animation-delay: 0.68s;
  background: #82cffd;
}

@keyframes birth68 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(216deg) rotateX(204deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(216deg) rotateX(204deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(216deg) rotateX(204deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(69) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth69 8s infinite;
  animation-delay: 0.69s;
  background: #82cffd;
}

@keyframes birth69 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(260deg) rotateX(208deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(260deg) rotateX(208deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(260deg) rotateX(208deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(70) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth70 8s infinite;
  animation-delay: 0.7s;
  background: #82cffd;
}

@keyframes birth70 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(232deg) rotateX(160deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(232deg) rotateX(160deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(232deg) rotateX(160deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(71) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth71 8s infinite;
  animation-delay: 0.71s;
  background: #82cffd;
}

@keyframes birth71 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(36deg) rotateX(12deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(36deg) rotateX(12deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(36deg) rotateX(12deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(72) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth72 8s infinite;
  animation-delay: 0.72s;
  background: #82cffd;
}

@keyframes birth72 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(336deg) rotateX(136deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(336deg) rotateX(136deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(336deg) rotateX(136deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(73) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth73 8s infinite;
  animation-delay: 0.73s;
  background: #82cffd;
}

@keyframes birth73 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(72deg) rotateX(84deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(72deg) rotateX(84deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(72deg) rotateX(84deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(74) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth74 8s infinite;
  animation-delay: 0.74s;
  background: #82cffd;
}

@keyframes birth74 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(204deg) rotateX(220deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(204deg) rotateX(220deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(204deg) rotateX(220deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(75) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth75 8s infinite;
  animation-delay: 0.75s;
  background: #82cffd;
}

@keyframes birth75 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(336deg) rotateX(324deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(336deg) rotateX(324deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(336deg) rotateX(324deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(76) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth76 8s infinite;
  animation-delay: 0.76s;
  background: #82cffd;
}

@keyframes birth76 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(12deg) rotateX(336deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(12deg) rotateX(336deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(12deg) rotateX(336deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(77) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth77 8s infinite;
  animation-delay: 0.77s;
  background: #82cffd;
}

@keyframes birth77 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(84deg) rotateX(332deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(84deg) rotateX(332deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(84deg) rotateX(332deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(78) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth78 8s infinite;
  animation-delay: 0.78s;
  background: #82cffd;
}

@keyframes birth78 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(248deg) rotateX(120deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(248deg) rotateX(120deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(248deg) rotateX(120deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(79) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth79 8s infinite;
  animation-delay: 0.79s;
  background: #82cffd;
}

@keyframes birth79 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(188deg) rotateX(56deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(188deg) rotateX(56deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(188deg) rotateX(56deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(80) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth80 8s infinite;
  animation-delay: 0.8s;
  background: #82cffd;
}

@keyframes birth80 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(180deg) rotateX(304deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(180deg) rotateX(304deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(180deg) rotateX(304deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(81) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth81 8s infinite;
  animation-delay: 0.81s;
  background: #82cffd;
}

@keyframes birth81 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(324deg) rotateX(76deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(324deg) rotateX(76deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(324deg) rotateX(76deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(82) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth82 8s infinite;
  animation-delay: 0.82s;
  background: #82cffd;
}

@keyframes birth82 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(80deg) rotateX(100deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(80deg) rotateX(100deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(80deg) rotateX(100deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(83) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth83 8s infinite;
  animation-delay: 0.83s;
  background: #82cffd;
}

@keyframes birth83 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(248deg) rotateX(116deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(248deg) rotateX(116deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(248deg) rotateX(116deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(84) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth84 8s infinite;
  animation-delay: 0.84s;
  background: #82cffd;
}

@keyframes birth84 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(348deg) rotateX(72deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(348deg) rotateX(72deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(348deg) rotateX(72deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(85) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth85 8s infinite;
  animation-delay: 0.85s;
  background: #82cffd;
}

@keyframes birth85 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(36deg) rotateX(332deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(36deg) rotateX(332deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(36deg) rotateX(332deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(86) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth86 8s infinite;
  animation-delay: 0.86s;
  background: #82cffd;
}

@keyframes birth86 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(212deg) rotateX(304deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(212deg) rotateX(304deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(212deg) rotateX(304deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(87) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth87 8s infinite;
  animation-delay: 0.87s;
  background: #82cffd;
}

@keyframes birth87 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(4deg) rotateX(132deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(4deg) rotateX(132deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(4deg) rotateX(132deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(88) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth88 8s infinite;
  animation-delay: 0.88s;
  background: #82cffd;
}

@keyframes birth88 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(228deg) rotateX(24deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(228deg) rotateX(24deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(228deg) rotateX(24deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(89) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth89 8s infinite;
  animation-delay: 0.89s;
  background: #82cffd;
}

@keyframes birth89 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(256deg) rotateX(332deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(256deg) rotateX(332deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(256deg) rotateX(332deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(90) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth90 8s infinite;
  animation-delay: 0.9s;
  background: #82cffd;
}

@keyframes birth90 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(8deg) rotateX(156deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(8deg) rotateX(156deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(8deg) rotateX(156deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(91) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth91 8s infinite;
  animation-delay: 0.91s;
  background: #82cffd;
}

@keyframes birth91 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(256deg) rotateX(80deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(256deg) rotateX(80deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(256deg) rotateX(80deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(92) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth92 8s infinite;
  animation-delay: 0.92s;
  background: #82cffd;
}

@keyframes birth92 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(20deg) rotateX(344deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(20deg) rotateX(344deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(20deg) rotateX(344deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(93) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth93 8s infinite;
  animation-delay: 0.93s;
  background: #82cffd;
}

@keyframes birth93 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(52deg) rotateX(256deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(52deg) rotateX(256deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(52deg) rotateX(256deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(94) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth94 8s infinite;
  animation-delay: 0.94s;
  background: #82cffd;
}

@keyframes birth94 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(272deg) rotateX(64deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(272deg) rotateX(64deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(272deg) rotateX(64deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(95) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth95 8s infinite;
  animation-delay: 0.95s;
  background: #82cffd;
}

@keyframes birth95 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(128deg) rotateX(312deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(128deg) rotateX(312deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(128deg) rotateX(312deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(96) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth96 8s infinite;
  animation-delay: 0.96s;
  background: #82cffd;
}

@keyframes birth96 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(48deg) rotateX(284deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(48deg) rotateX(284deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(48deg) rotateX(284deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(97) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth97 8s infinite;
  animation-delay: 0.97s;
  background: #82cffd;
}

@keyframes birth97 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(252deg) rotateX(316deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(252deg) rotateX(316deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(252deg) rotateX(316deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(98) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth98 8s infinite;
  animation-delay: 0.98s;
  background: #82cffd;
}

@keyframes birth98 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(324deg) rotateX(324deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(324deg) rotateX(324deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(324deg) rotateX(324deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(99) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth99 8s infinite;
  animation-delay: 0.99s;
  background: #82cffd;
}

@keyframes birth99 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(304deg) rotateX(92deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(304deg) rotateX(92deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(304deg) rotateX(92deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(100) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth100 8s infinite;
  animation-delay: 1s;
  background: #82cffd;
}

@keyframes birth100 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(92deg) rotateX(220deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(92deg) rotateX(220deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(92deg) rotateX(220deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(101) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth101 8s infinite;
  animation-delay: 1.01s;
  background: #82cffd;
}

@keyframes birth101 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(224deg) rotateX(36deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(224deg) rotateX(36deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(224deg) rotateX(36deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(102) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth102 8s infinite;
  animation-delay: 1.02s;
  background: #82cffd;
}

@keyframes birth102 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(264deg) rotateX(284deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(264deg) rotateX(284deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(264deg) rotateX(284deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(103) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth103 8s infinite;
  animation-delay: 1.03s;
  background: #82cffd;
}

@keyframes birth103 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(168deg) rotateX(176deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(168deg) rotateX(176deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(168deg) rotateX(176deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(104) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth104 8s infinite;
  animation-delay: 1.04s;
  background: #82cffd;
}

@keyframes birth104 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(308deg) rotateX(172deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(308deg) rotateX(172deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(308deg) rotateX(172deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(105) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth105 8s infinite;
  animation-delay: 1.05s;
  background: #82cffd;
}

@keyframes birth105 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(336deg) rotateX(188deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(336deg) rotateX(188deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(336deg) rotateX(188deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(106) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth106 8s infinite;
  animation-delay: 1.06s;
  background: #82cffd;
}

@keyframes birth106 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(224deg) rotateX(360deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(224deg) rotateX(360deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(224deg) rotateX(360deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(107) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth107 8s infinite;
  animation-delay: 1.07s;
  background: #82cffd;
}

@keyframes birth107 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(104deg) rotateX(188deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(104deg) rotateX(188deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(104deg) rotateX(188deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(108) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth108 8s infinite;
  animation-delay: 1.08s;
  background: #82cffd;
}

@keyframes birth108 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(92deg) rotateX(320deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(92deg) rotateX(320deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(92deg) rotateX(320deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(109) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth109 8s infinite;
  animation-delay: 1.09s;
  background: #82cffd;
}

@keyframes birth109 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(16deg) rotateX(244deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(16deg) rotateX(244deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(16deg) rotateX(244deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(110) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth110 8s infinite;
  animation-delay: 1.1s;
  background: #82cffd;
}

@keyframes birth110 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(64deg) rotateX(96deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(64deg) rotateX(96deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(64deg) rotateX(96deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(111) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth111 8s infinite;
  animation-delay: 1.11s;
  background: #82cffd;
}

@keyframes birth111 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(44deg) rotateX(248deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(44deg) rotateX(248deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(44deg) rotateX(248deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(112) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth112 8s infinite;
  animation-delay: 1.12s;
  background: #82cffd;
}

@keyframes birth112 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(268deg) rotateX(164deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(268deg) rotateX(164deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(268deg) rotateX(164deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(113) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth113 8s infinite;
  animation-delay: 1.13s;
  background: #82cffd;
}

@keyframes birth113 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(124deg) rotateX(292deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(124deg) rotateX(292deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(124deg) rotateX(292deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(114) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth114 8s infinite;
  animation-delay: 1.14s;
  background: #82cffd;
}

@keyframes birth114 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(220deg) rotateX(360deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(220deg) rotateX(360deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(220deg) rotateX(360deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(115) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth115 8s infinite;
  animation-delay: 1.15s;
  background: #82cffd;
}

@keyframes birth115 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(36deg) rotateX(136deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(36deg) rotateX(136deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(36deg) rotateX(136deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(116) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth116 8s infinite;
  animation-delay: 1.16s;
  background: #82cffd;
}

@keyframes birth116 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(272deg) rotateX(304deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(272deg) rotateX(304deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(272deg) rotateX(304deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(117) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth117 8s infinite;
  animation-delay: 1.17s;
  background: #82cffd;
}

@keyframes birth117 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(344deg) rotateX(140deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(344deg) rotateX(140deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(344deg) rotateX(140deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(118) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth118 8s infinite;
  animation-delay: 1.18s;
  background: #82cffd;
}

@keyframes birth118 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(108deg) rotateX(4deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(108deg) rotateX(4deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(108deg) rotateX(4deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(119) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth119 8s infinite;
  animation-delay: 1.19s;
  background: #82cffd;
}

@keyframes birth119 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(224deg) rotateX(336deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(224deg) rotateX(336deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(224deg) rotateX(336deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(120) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth120 8s infinite;
  animation-delay: 1.2s;
  background: #82cffd;
}

@keyframes birth120 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(16deg) rotateX(348deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(16deg) rotateX(348deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(16deg) rotateX(348deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(121) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth121 8s infinite;
  animation-delay: 1.21s;
  background: #82cffd;
}

@keyframes birth121 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(144deg) rotateX(208deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(144deg) rotateX(208deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(144deg) rotateX(208deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(122) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth122 8s infinite;
  animation-delay: 1.22s;
  background: #82cffd;
}

@keyframes birth122 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(296deg) rotateX(156deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(296deg) rotateX(156deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(296deg) rotateX(156deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(123) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth123 8s infinite;
  animation-delay: 1.23s;
  background: #82cffd;
}

@keyframes birth123 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(272deg) rotateX(148deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(272deg) rotateX(148deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(272deg) rotateX(148deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(124) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth124 8s infinite;
  animation-delay: 1.24s;
  background: #82cffd;
}

@keyframes birth124 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(344deg) rotateX(332deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(344deg) rotateX(332deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(344deg) rotateX(332deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(125) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth125 8s infinite;
  animation-delay: 1.25s;
  background: #82cffd;
}

@keyframes birth125 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(180deg) rotateX(160deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(180deg) rotateX(160deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(180deg) rotateX(160deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(126) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth126 8s infinite;
  animation-delay: 1.26s;
  background: #82cffd;
}

@keyframes birth126 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(272deg) rotateX(28deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(272deg) rotateX(28deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(272deg) rotateX(28deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(127) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth127 8s infinite;
  animation-delay: 1.27s;
  background: #82cffd;
}

@keyframes birth127 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(356deg) rotateX(196deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(356deg) rotateX(196deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(356deg) rotateX(196deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(128) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth128 8s infinite;
  animation-delay: 1.28s;
  background: #82cffd;
}

@keyframes birth128 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(92deg) rotateX(224deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(92deg) rotateX(224deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(92deg) rotateX(224deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(129) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth129 8s infinite;
  animation-delay: 1.29s;
  background: #82cffd;
}

@keyframes birth129 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(8deg) rotateX(336deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(8deg) rotateX(336deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(8deg) rotateX(336deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(130) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth130 8s infinite;
  animation-delay: 1.3s;
  background: #82cffd;
}

@keyframes birth130 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(128deg) rotateX(148deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(128deg) rotateX(148deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(128deg) rotateX(148deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(131) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth131 8s infinite;
  animation-delay: 1.31s;
  background: #82cffd;
}

@keyframes birth131 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(224deg) rotateX(68deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(224deg) rotateX(68deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(224deg) rotateX(68deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(132) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth132 8s infinite;
  animation-delay: 1.32s;
  background: #82cffd;
}

@keyframes birth132 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(16deg) rotateX(28deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(16deg) rotateX(28deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(16deg) rotateX(28deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(133) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth133 8s infinite;
  animation-delay: 1.33s;
  background: #82cffd;
}

@keyframes birth133 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(96deg) rotateX(292deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(96deg) rotateX(292deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(96deg) rotateX(292deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(134) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth134 8s infinite;
  animation-delay: 1.34s;
  background: #82cffd;
}

@keyframes birth134 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(280deg) rotateX(192deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(280deg) rotateX(192deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(280deg) rotateX(192deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(135) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth135 8s infinite;
  animation-delay: 1.35s;
  background: #82cffd;
}

@keyframes birth135 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(108deg) rotateX(272deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(108deg) rotateX(272deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(108deg) rotateX(272deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(136) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth136 8s infinite;
  animation-delay: 1.36s;
  background: #82cffd;
}

@keyframes birth136 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(200deg) rotateX(204deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(200deg) rotateX(204deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(200deg) rotateX(204deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(137) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth137 8s infinite;
  animation-delay: 1.37s;
  background: #82cffd;
}

@keyframes birth137 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(88deg) rotateX(180deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(88deg) rotateX(180deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(88deg) rotateX(180deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(138) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth138 8s infinite;
  animation-delay: 1.38s;
  background: #82cffd;
}

@keyframes birth138 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(348deg) rotateX(264deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(348deg) rotateX(264deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(348deg) rotateX(264deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(139) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth139 8s infinite;
  animation-delay: 1.39s;
  background: #82cffd;
}

@keyframes birth139 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(212deg) rotateX(64deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(212deg) rotateX(64deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(212deg) rotateX(64deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(140) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth140 8s infinite;
  animation-delay: 1.4s;
  background: #82cffd;
}

@keyframes birth140 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(4deg) rotateX(132deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(4deg) rotateX(132deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(4deg) rotateX(132deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(141) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth141 8s infinite;
  animation-delay: 1.41s;
  background: #82cffd;
}

@keyframes birth141 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(308deg) rotateX(208deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(308deg) rotateX(208deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(308deg) rotateX(208deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(142) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth142 8s infinite;
  animation-delay: 1.42s;
  background: #82cffd;
}

@keyframes birth142 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(152deg) rotateX(324deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(152deg) rotateX(324deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(152deg) rotateX(324deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(143) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth143 8s infinite;
  animation-delay: 1.43s;
  background: #82cffd;
}

@keyframes birth143 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(112deg) rotateX(268deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(112deg) rotateX(268deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(112deg) rotateX(268deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(144) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth144 8s infinite;
  animation-delay: 1.44s;
  background: #82cffd;
}

@keyframes birth144 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(360deg) rotateX(68deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(360deg) rotateX(68deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(360deg) rotateX(68deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(145) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth145 8s infinite;
  animation-delay: 1.45s;
  background: #82cffd;
}

@keyframes birth145 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(148deg) rotateX(112deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(148deg) rotateX(112deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(148deg) rotateX(112deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(146) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth146 8s infinite;
  animation-delay: 1.46s;
  background: #82cffd;
}

@keyframes birth146 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(132deg) rotateX(76deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(132deg) rotateX(76deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(132deg) rotateX(76deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(147) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth147 8s infinite;
  animation-delay: 1.47s;
  background: #82cffd;
}

@keyframes birth147 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(100deg) rotateX(128deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(100deg) rotateX(128deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(100deg) rotateX(128deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(148) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth148 8s infinite;
  animation-delay: 1.48s;
  background: #82cffd;
}

@keyframes birth148 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(112deg) rotateX(128deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(112deg) rotateX(128deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(112deg) rotateX(128deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(149) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth149 8s infinite;
  animation-delay: 1.49s;
  background: #82cffd;
}

@keyframes birth149 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(228deg) rotateX(152deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(228deg) rotateX(152deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(228deg) rotateX(152deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(150) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth150 8s infinite;
  animation-delay: 1.5s;
  background: #82cffd;
}

@keyframes birth150 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(16deg) rotateX(220deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(16deg) rotateX(220deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(16deg) rotateX(220deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(151) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth151 8s infinite;
  animation-delay: 1.51s;
  background: #82cffd;
}

@keyframes birth151 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(172deg) rotateX(184deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(172deg) rotateX(184deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(172deg) rotateX(184deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(152) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth152 8s infinite;
  animation-delay: 1.52s;
  background: #82cffd;
}

@keyframes birth152 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(192deg) rotateX(296deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(192deg) rotateX(296deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(192deg) rotateX(296deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(153) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth153 8s infinite;
  animation-delay: 1.53s;
  background: #82cffd;
}

@keyframes birth153 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(356deg) rotateX(208deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(356deg) rotateX(208deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(356deg) rotateX(208deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(154) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth154 8s infinite;
  animation-delay: 1.54s;
  background: #82cffd;
}

@keyframes birth154 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(60deg) rotateX(192deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(60deg) rotateX(192deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(60deg) rotateX(192deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(155) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth155 8s infinite;
  animation-delay: 1.55s;
  background: #82cffd;
}

@keyframes birth155 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(60deg) rotateX(124deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(60deg) rotateX(124deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(60deg) rotateX(124deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(156) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth156 8s infinite;
  animation-delay: 1.56s;
  background: #82cffd;
}

@keyframes birth156 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(152deg) rotateX(136deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(152deg) rotateX(136deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(152deg) rotateX(136deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(157) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth157 8s infinite;
  animation-delay: 1.57s;
  background: #82cffd;
}

@keyframes birth157 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(128deg) rotateX(316deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(128deg) rotateX(316deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(128deg) rotateX(316deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(158) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth158 8s infinite;
  animation-delay: 1.58s;
  background: #82cffd;
}

@keyframes birth158 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(168deg) rotateX(120deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(168deg) rotateX(120deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(168deg) rotateX(120deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(159) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth159 8s infinite;
  animation-delay: 1.59s;
  background: #82cffd;
}

@keyframes birth159 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(208deg) rotateX(108deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(208deg) rotateX(108deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(208deg) rotateX(108deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(160) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth160 8s infinite;
  animation-delay: 1.6s;
  background: #82cffd;
}

@keyframes birth160 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(276deg) rotateX(360deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(276deg) rotateX(360deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(276deg) rotateX(360deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(161) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth161 8s infinite;
  animation-delay: 1.61s;
  background: #82cffd;
}

@keyframes birth161 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(324deg) rotateX(192deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(324deg) rotateX(192deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(324deg) rotateX(192deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(162) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth162 8s infinite;
  animation-delay: 1.62s;
  background: #82cffd;
}

@keyframes birth162 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(180deg) rotateX(84deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(180deg) rotateX(84deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(180deg) rotateX(84deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(163) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth163 8s infinite;
  animation-delay: 1.63s;
  background: #82cffd;
}

@keyframes birth163 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(292deg) rotateX(100deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(292deg) rotateX(100deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(292deg) rotateX(100deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(164) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth164 8s infinite;
  animation-delay: 1.64s;
  background: #82cffd;
}

@keyframes birth164 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(244deg) rotateX(216deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(244deg) rotateX(216deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(244deg) rotateX(216deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(165) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth165 8s infinite;
  animation-delay: 1.65s;
  background: #82cffd;
}

@keyframes birth165 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(160deg) rotateX(48deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(160deg) rotateX(48deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(160deg) rotateX(48deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(166) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth166 8s infinite;
  animation-delay: 1.66s;
  background: #82cffd;
}

@keyframes birth166 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(320deg) rotateX(236deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(320deg) rotateX(236deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(320deg) rotateX(236deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(167) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth167 8s infinite;
  animation-delay: 1.67s;
  background: #82cffd;
}

@keyframes birth167 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(348deg) rotateX(24deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(348deg) rotateX(24deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(348deg) rotateX(24deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(168) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth168 8s infinite;
  animation-delay: 1.68s;
  background: #82cffd;
}

@keyframes birth168 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(164deg) rotateX(20deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(164deg) rotateX(20deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(164deg) rotateX(20deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(169) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth169 8s infinite;
  animation-delay: 1.69s;
  background: #82cffd;
}

@keyframes birth169 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(176deg) rotateX(244deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(176deg) rotateX(244deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(176deg) rotateX(244deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(170) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth170 8s infinite;
  animation-delay: 1.7s;
  background: #82cffd;
}

@keyframes birth170 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(120deg) rotateX(240deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(120deg) rotateX(240deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(120deg) rotateX(240deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(171) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth171 8s infinite;
  animation-delay: 1.71s;
  background: #82cffd;
}

@keyframes birth171 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(32deg) rotateX(328deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(32deg) rotateX(328deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(32deg) rotateX(328deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(172) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth172 8s infinite;
  animation-delay: 1.72s;
  background: #82cffd;
}

@keyframes birth172 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(140deg) rotateX(168deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(140deg) rotateX(168deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(140deg) rotateX(168deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(173) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth173 8s infinite;
  animation-delay: 1.73s;
  background: #82cffd;
}

@keyframes birth173 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(356deg) rotateX(232deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(356deg) rotateX(232deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(356deg) rotateX(232deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(174) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth174 8s infinite;
  animation-delay: 1.74s;
  background: #82cffd;
}

@keyframes birth174 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(124deg) rotateX(148deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(124deg) rotateX(148deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(124deg) rotateX(148deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(175) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth175 8s infinite;
  animation-delay: 1.75s;
  background: #82cffd;
}

@keyframes birth175 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(252deg) rotateX(348deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(252deg) rotateX(348deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(252deg) rotateX(348deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(176) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth176 8s infinite;
  animation-delay: 1.76s;
  background: #82cffd;
}

@keyframes birth176 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(236deg) rotateX(120deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(236deg) rotateX(120deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(236deg) rotateX(120deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(177) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth177 8s infinite;
  animation-delay: 1.77s;
  background: #82cffd;
}

@keyframes birth177 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(228deg) rotateX(56deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(228deg) rotateX(56deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(228deg) rotateX(56deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(178) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth178 8s infinite;
  animation-delay: 1.78s;
  background: #82cffd;
}

@keyframes birth178 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(288deg) rotateX(176deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(288deg) rotateX(176deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(288deg) rotateX(176deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(179) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth179 8s infinite;
  animation-delay: 1.79s;
  background: #82cffd;
}

@keyframes birth179 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(252deg) rotateX(340deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(252deg) rotateX(340deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(252deg) rotateX(340deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(180) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth180 8s infinite;
  animation-delay: 1.8s;
  background: #82cffd;
}

@keyframes birth180 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(248deg) rotateX(252deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(248deg) rotateX(252deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(248deg) rotateX(252deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(181) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth181 8s infinite;
  animation-delay: 1.81s;
  background: #82cffd;
}

@keyframes birth181 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(180deg) rotateX(8deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(180deg) rotateX(8deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(180deg) rotateX(8deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(182) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth182 8s infinite;
  animation-delay: 1.82s;
  background: #82cffd;
}

@keyframes birth182 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(100deg) rotateX(84deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(100deg) rotateX(84deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(100deg) rotateX(84deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(183) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth183 8s infinite;
  animation-delay: 1.83s;
  background: #82cffd;
}

@keyframes birth183 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(156deg) rotateX(140deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(156deg) rotateX(140deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(156deg) rotateX(140deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(184) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth184 8s infinite;
  animation-delay: 1.84s;
  background: #82cffd;
}

@keyframes birth184 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(28deg) rotateX(316deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(28deg) rotateX(316deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(28deg) rotateX(316deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(185) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth185 8s infinite;
  animation-delay: 1.85s;
  background: #82cffd;
}

@keyframes birth185 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(128deg) rotateX(188deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(128deg) rotateX(188deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(128deg) rotateX(188deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(186) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth186 8s infinite;
  animation-delay: 1.86s;
  background: #82cffd;
}

@keyframes birth186 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(132deg) rotateX(32deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(132deg) rotateX(32deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(132deg) rotateX(32deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(187) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth187 8s infinite;
  animation-delay: 1.87s;
  background: #82cffd;
}

@keyframes birth187 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(204deg) rotateX(116deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(204deg) rotateX(116deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(204deg) rotateX(116deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(188) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth188 8s infinite;
  animation-delay: 1.88s;
  background: #82cffd;
}

@keyframes birth188 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(288deg) rotateX(180deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(288deg) rotateX(180deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(288deg) rotateX(180deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(189) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth189 8s infinite;
  animation-delay: 1.89s;
  background: #82cffd;
}

@keyframes birth189 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(188deg) rotateX(264deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(188deg) rotateX(264deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(188deg) rotateX(264deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(190) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth190 8s infinite;
  animation-delay: 1.9s;
  background: #82cffd;
}

@keyframes birth190 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(204deg) rotateX(348deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(204deg) rotateX(348deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(204deg) rotateX(348deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(191) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth191 8s infinite;
  animation-delay: 1.91s;
  background: #82cffd;
}

@keyframes birth191 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(20deg) rotateX(268deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(20deg) rotateX(268deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(20deg) rotateX(268deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(192) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth192 8s infinite;
  animation-delay: 1.92s;
  background: #82cffd;
}

@keyframes birth192 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(148deg) rotateX(192deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(148deg) rotateX(192deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(148deg) rotateX(192deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(193) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth193 8s infinite;
  animation-delay: 1.93s;
  background: #82cffd;
}

@keyframes birth193 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(100deg) rotateX(92deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(100deg) rotateX(92deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(100deg) rotateX(92deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(194) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth194 8s infinite;
  animation-delay: 1.94s;
  background: #82cffd;
}

@keyframes birth194 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(92deg) rotateX(224deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(92deg) rotateX(224deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(92deg) rotateX(224deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(195) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth195 8s infinite;
  animation-delay: 1.95s;
  background: #82cffd;
}

@keyframes birth195 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(224deg) rotateX(276deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(224deg) rotateX(276deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(224deg) rotateX(276deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(196) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth196 8s infinite;
  animation-delay: 1.96s;
  background: #82cffd;
}

@keyframes birth196 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(276deg) rotateX(200deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(276deg) rotateX(200deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(276deg) rotateX(200deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(197) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth197 8s infinite;
  animation-delay: 1.97s;
  background: #82cffd;
}

@keyframes birth197 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(276deg) rotateX(192deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(276deg) rotateX(192deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(276deg) rotateX(192deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(198) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth198 8s infinite;
  animation-delay: 1.98s;
  background: #82cffd;
}

@keyframes birth198 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(328deg) rotateX(336deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(328deg) rotateX(336deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(328deg) rotateX(336deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(199) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth199 8s infinite;
  animation-delay: 1.99s;
  background: #82cffd;
}

@keyframes birth199 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(324deg) rotateX(280deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(324deg) rotateX(280deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(324deg) rotateX(280deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(200) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth200 8s infinite;
  animation-delay: 2s;
  background: #82cffd;
}

@keyframes birth200 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(260deg) rotateX(224deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(260deg) rotateX(224deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(260deg) rotateX(224deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(201) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth201 8s infinite;
  animation-delay: 2.01s;
  background: #82cffd;
}

@keyframes birth201 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(360deg) rotateX(124deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(360deg) rotateX(124deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(360deg) rotateX(124deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(202) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth202 8s infinite;
  animation-delay: 2.02s;
  background: #82cffd;
}

@keyframes birth202 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(48deg) rotateX(176deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(48deg) rotateX(176deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(48deg) rotateX(176deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(203) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth203 8s infinite;
  animation-delay: 2.03s;
  background: #82cffd;
}

@keyframes birth203 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(76deg) rotateX(12deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(76deg) rotateX(12deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(76deg) rotateX(12deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(204) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth204 8s infinite;
  animation-delay: 2.04s;
  background: #82cffd;
}

@keyframes birth204 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(64deg) rotateX(124deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(64deg) rotateX(124deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(64deg) rotateX(124deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(205) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth205 8s infinite;
  animation-delay: 2.05s;
  background: #82cffd;
}

@keyframes birth205 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(328deg) rotateX(264deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(328deg) rotateX(264deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(328deg) rotateX(264deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(206) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth206 8s infinite;
  animation-delay: 2.06s;
  background: #82cffd;
}

@keyframes birth206 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(164deg) rotateX(48deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(164deg) rotateX(48deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(164deg) rotateX(48deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(207) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth207 8s infinite;
  animation-delay: 2.07s;
  background: #82cffd;
}

@keyframes birth207 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(148deg) rotateX(336deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(148deg) rotateX(336deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(148deg) rotateX(336deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(208) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth208 8s infinite;
  animation-delay: 2.08s;
  background: #82cffd;
}

@keyframes birth208 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(140deg) rotateX(88deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(140deg) rotateX(88deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(140deg) rotateX(88deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(209) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth209 8s infinite;
  animation-delay: 2.09s;
  background: #82cffd;
}

@keyframes birth209 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(272deg) rotateX(92deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(272deg) rotateX(92deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(272deg) rotateX(92deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(210) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth210 8s infinite;
  animation-delay: 2.1s;
  background: #82cffd;
}

@keyframes birth210 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(332deg) rotateX(276deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(332deg) rotateX(276deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(332deg) rotateX(276deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(211) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth211 8s infinite;
  animation-delay: 2.11s;
  background: #82cffd;
}

@keyframes birth211 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(16deg) rotateX(80deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(16deg) rotateX(80deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(16deg) rotateX(80deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(212) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth212 8s infinite;
  animation-delay: 2.12s;
  background: #82cffd;
}

@keyframes birth212 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(176deg) rotateX(324deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(176deg) rotateX(324deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(176deg) rotateX(324deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(213) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth213 8s infinite;
  animation-delay: 2.13s;
  background: #82cffd;
}

@keyframes birth213 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(68deg) rotateX(292deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(68deg) rotateX(292deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(68deg) rotateX(292deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(214) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth214 8s infinite;
  animation-delay: 2.14s;
  background: #82cffd;
}

@keyframes birth214 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(236deg) rotateX(120deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(236deg) rotateX(120deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(236deg) rotateX(120deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(215) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth215 8s infinite;
  animation-delay: 2.15s;
  background: #82cffd;
}

@keyframes birth215 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(256deg) rotateX(160deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(256deg) rotateX(160deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(256deg) rotateX(160deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(216) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth216 8s infinite;
  animation-delay: 2.16s;
  background: #82cffd;
}

@keyframes birth216 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(276deg) rotateX(76deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(276deg) rotateX(76deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(276deg) rotateX(76deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(217) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth217 8s infinite;
  animation-delay: 2.17s;
  background: #82cffd;
}

@keyframes birth217 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(284deg) rotateX(44deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(284deg) rotateX(44deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(284deg) rotateX(44deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(218) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth218 8s infinite;
  animation-delay: 2.18s;
  background: #82cffd;
}

@keyframes birth218 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(160deg) rotateX(4deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(160deg) rotateX(4deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(160deg) rotateX(4deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(219) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth219 8s infinite;
  animation-delay: 2.19s;
  background: #82cffd;
}

@keyframes birth219 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(76deg) rotateX(108deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(76deg) rotateX(108deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(76deg) rotateX(108deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(220) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth220 8s infinite;
  animation-delay: 2.2s;
  background: #82cffd;
}

@keyframes birth220 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(100deg) rotateX(320deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(100deg) rotateX(320deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(100deg) rotateX(320deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(221) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth221 8s infinite;
  animation-delay: 2.21s;
  background: #82cffd;
}

@keyframes birth221 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(152deg) rotateX(252deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(152deg) rotateX(252deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(152deg) rotateX(252deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(222) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth222 8s infinite;
  animation-delay: 2.22s;
  background: #82cffd;
}

@keyframes birth222 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(120deg) rotateX(164deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(120deg) rotateX(164deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(120deg) rotateX(164deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(223) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth223 8s infinite;
  animation-delay: 2.23s;
  background: #82cffd;
}

@keyframes birth223 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(340deg) rotateX(92deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(340deg) rotateX(92deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(340deg) rotateX(92deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(224) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth224 8s infinite;
  animation-delay: 2.24s;
  background: #82cffd;
}

@keyframes birth224 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(292deg) rotateX(232deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(292deg) rotateX(232deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(292deg) rotateX(232deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(225) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth225 8s infinite;
  animation-delay: 2.25s;
  background: #82cffd;
}

@keyframes birth225 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(212deg) rotateX(200deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(212deg) rotateX(200deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(212deg) rotateX(200deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(226) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth226 8s infinite;
  animation-delay: 2.26s;
  background: #82cffd;
}

@keyframes birth226 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(104deg) rotateX(40deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(104deg) rotateX(40deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(104deg) rotateX(40deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(227) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth227 8s infinite;
  animation-delay: 2.27s;
  background: #82cffd;
}

@keyframes birth227 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(152deg) rotateX(40deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(152deg) rotateX(40deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(152deg) rotateX(40deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(228) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth228 8s infinite;
  animation-delay: 2.28s;
  background: #82cffd;
}

@keyframes birth228 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(316deg) rotateX(228deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(316deg) rotateX(228deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(316deg) rotateX(228deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(229) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth229 8s infinite;
  animation-delay: 2.29s;
  background: #82cffd;
}

@keyframes birth229 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(16deg) rotateX(264deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(16deg) rotateX(264deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(16deg) rotateX(264deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(230) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth230 8s infinite;
  animation-delay: 2.3s;
  background: #82cffd;
}

@keyframes birth230 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(60deg) rotateX(176deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(60deg) rotateX(176deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(60deg) rotateX(176deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(231) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth231 8s infinite;
  animation-delay: 2.31s;
  background: #82cffd;
}

@keyframes birth231 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(72deg) rotateX(48deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(72deg) rotateX(48deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(72deg) rotateX(48deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(232) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth232 8s infinite;
  animation-delay: 2.32s;
  background: #82cffd;
}

@keyframes birth232 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(244deg) rotateX(20deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(244deg) rotateX(20deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(244deg) rotateX(20deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(233) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth233 8s infinite;
  animation-delay: 2.33s;
  background: #82cffd;
}

@keyframes birth233 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(8deg) rotateX(264deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(8deg) rotateX(264deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(8deg) rotateX(264deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(234) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth234 8s infinite;
  animation-delay: 2.34s;
  background: #82cffd;
}

@keyframes birth234 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(72deg) rotateX(176deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(72deg) rotateX(176deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(72deg) rotateX(176deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(235) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth235 8s infinite;
  animation-delay: 2.35s;
  background: #82cffd;
}

@keyframes birth235 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(120deg) rotateX(92deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(120deg) rotateX(92deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(120deg) rotateX(92deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(236) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth236 8s infinite;
  animation-delay: 2.36s;
  background: #82cffd;
}

@keyframes birth236 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(348deg) rotateX(304deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(348deg) rotateX(304deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(348deg) rotateX(304deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(237) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth237 8s infinite;
  animation-delay: 2.37s;
  background: #82cffd;
}

@keyframes birth237 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(288deg) rotateX(304deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(288deg) rotateX(304deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(288deg) rotateX(304deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(238) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth238 8s infinite;
  animation-delay: 2.38s;
  background: #82cffd;
}

@keyframes birth238 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(296deg) rotateX(340deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(296deg) rotateX(340deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(296deg) rotateX(340deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(239) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth239 8s infinite;
  animation-delay: 2.39s;
  background: #82cffd;
}

@keyframes birth239 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(72deg) rotateX(16deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(72deg) rotateX(16deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(72deg) rotateX(16deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(240) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth240 8s infinite;
  animation-delay: 2.4s;
  background: #82cffd;
}

@keyframes birth240 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(24deg) rotateX(136deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(24deg) rotateX(136deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(24deg) rotateX(136deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(241) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth241 8s infinite;
  animation-delay: 2.41s;
  background: #82cffd;
}

@keyframes birth241 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(128deg) rotateX(168deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(128deg) rotateX(168deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(128deg) rotateX(168deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(242) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth242 8s infinite;
  animation-delay: 2.42s;
  background: #82cffd;
}

@keyframes birth242 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(172deg) rotateX(96deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(172deg) rotateX(96deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(172deg) rotateX(96deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(243) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth243 8s infinite;
  animation-delay: 2.43s;
  background: #82cffd;
}

@keyframes birth243 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(308deg) rotateX(300deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(308deg) rotateX(300deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(308deg) rotateX(300deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(244) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth244 8s infinite;
  animation-delay: 2.44s;
  background: #82cffd;
}

@keyframes birth244 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(316deg) rotateX(136deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(316deg) rotateX(136deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(316deg) rotateX(136deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(245) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth245 8s infinite;
  animation-delay: 2.45s;
  background: #82cffd;
}

@keyframes birth245 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(148deg) rotateX(100deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(148deg) rotateX(100deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(148deg) rotateX(100deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(246) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth246 8s infinite;
  animation-delay: 2.46s;
  background: #82cffd;
}

@keyframes birth246 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(32deg) rotateX(80deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(32deg) rotateX(80deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(32deg) rotateX(80deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(247) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth247 8s infinite;
  animation-delay: 2.47s;
  background: #82cffd;
}

@keyframes birth247 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(20deg) rotateX(40deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(20deg) rotateX(40deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(20deg) rotateX(40deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(248) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth248 8s infinite;
  animation-delay: 2.48s;
  background: #82cffd;
}

@keyframes birth248 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(16deg) rotateX(124deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(16deg) rotateX(124deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(16deg) rotateX(124deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(249) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth249 8s infinite;
  animation-delay: 2.49s;
  background: #82cffd;
}

@keyframes birth249 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(240deg) rotateX(324deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(240deg) rotateX(324deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(240deg) rotateX(324deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(250) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth250 8s infinite;
  animation-delay: 2.5s;
  background: #82cffd;
}

@keyframes birth250 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(68deg) rotateX(360deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(68deg) rotateX(360deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(68deg) rotateX(360deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(251) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth251 8s infinite;
  animation-delay: 2.51s;
  background: #82cffd;
}

@keyframes birth251 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(332deg) rotateX(8deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(332deg) rotateX(8deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(332deg) rotateX(8deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(252) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth252 8s infinite;
  animation-delay: 2.52s;
  background: #82cffd;
}

@keyframes birth252 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(44deg) rotateX(320deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(44deg) rotateX(320deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(44deg) rotateX(320deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(253) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth253 8s infinite;
  animation-delay: 2.53s;
  background: #82cffd;
}

@keyframes birth253 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(96deg) rotateX(332deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(96deg) rotateX(332deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(96deg) rotateX(332deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(254) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth254 8s infinite;
  animation-delay: 2.54s;
  background: #82cffd;
}

@keyframes birth254 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(56deg) rotateX(8deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(56deg) rotateX(8deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(56deg) rotateX(8deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(255) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth255 8s infinite;
  animation-delay: 2.55s;
  background: #82cffd;
}

@keyframes birth255 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(280deg) rotateX(296deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(280deg) rotateX(296deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(280deg) rotateX(296deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(256) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth256 8s infinite;
  animation-delay: 2.56s;
  background: #82cffd;
}

@keyframes birth256 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(48deg) rotateX(192deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(48deg) rotateX(192deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(48deg) rotateX(192deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(257) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth257 8s infinite;
  animation-delay: 2.57s;
  background: #82cffd;
}

@keyframes birth257 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(328deg) rotateX(284deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(328deg) rotateX(284deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(328deg) rotateX(284deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(258) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth258 8s infinite;
  animation-delay: 2.58s;
  background: #82cffd;
}

@keyframes birth258 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(36deg) rotateX(308deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(36deg) rotateX(308deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(36deg) rotateX(308deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(259) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth259 8s infinite;
  animation-delay: 2.59s;
  background: #82cffd;
}

@keyframes birth259 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(44deg) rotateX(172deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(44deg) rotateX(172deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(44deg) rotateX(172deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(260) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth260 8s infinite;
  animation-delay: 2.6s;
  background: #82cffd;
}

@keyframes birth260 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(292deg) rotateX(244deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(292deg) rotateX(244deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(292deg) rotateX(244deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(261) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth261 8s infinite;
  animation-delay: 2.61s;
  background: #82cffd;
}

@keyframes birth261 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(152deg) rotateX(196deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(152deg) rotateX(196deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(152deg) rotateX(196deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(262) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth262 8s infinite;
  animation-delay: 2.62s;
  background: #82cffd;
}

@keyframes birth262 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(116deg) rotateX(24deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(116deg) rotateX(24deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(116deg) rotateX(24deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(263) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth263 8s infinite;
  animation-delay: 2.63s;
  background: #82cffd;
}

@keyframes birth263 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(152deg) rotateX(104deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(152deg) rotateX(104deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(152deg) rotateX(104deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(264) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth264 8s infinite;
  animation-delay: 2.64s;
  background: #82cffd;
}

@keyframes birth264 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(300deg) rotateX(184deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(300deg) rotateX(184deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(300deg) rotateX(184deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(265) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth265 8s infinite;
  animation-delay: 2.65s;
  background: #82cffd;
}

@keyframes birth265 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(124deg) rotateX(296deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(124deg) rotateX(296deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(124deg) rotateX(296deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(266) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth266 8s infinite;
  animation-delay: 2.66s;
  background: #82cffd;
}

@keyframes birth266 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(124deg) rotateX(284deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(124deg) rotateX(284deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(124deg) rotateX(284deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(267) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth267 8s infinite;
  animation-delay: 2.67s;
  background: #82cffd;
}

@keyframes birth267 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(108deg) rotateX(232deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(108deg) rotateX(232deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(108deg) rotateX(232deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(268) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth268 8s infinite;
  animation-delay: 2.68s;
  background: #82cffd;
}

@keyframes birth268 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(40deg) rotateX(48deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(40deg) rotateX(48deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(40deg) rotateX(48deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(269) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth269 8s infinite;
  animation-delay: 2.69s;
  background: #82cffd;
}

@keyframes birth269 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(336deg) rotateX(136deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(336deg) rotateX(136deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(336deg) rotateX(136deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(270) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth270 8s infinite;
  animation-delay: 2.7s;
  background: #82cffd;
}

@keyframes birth270 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(28deg) rotateX(296deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(28deg) rotateX(296deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(28deg) rotateX(296deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(271) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth271 8s infinite;
  animation-delay: 2.71s;
  background: #82cffd;
}

@keyframes birth271 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(108deg) rotateX(356deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(108deg) rotateX(356deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(108deg) rotateX(356deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(272) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth272 8s infinite;
  animation-delay: 2.72s;
  background: #82cffd;
}

@keyframes birth272 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(4deg) rotateX(176deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(4deg) rotateX(176deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(4deg) rotateX(176deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(273) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth273 8s infinite;
  animation-delay: 2.73s;
  background: #82cffd;
}

@keyframes birth273 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(12deg) rotateX(300deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(12deg) rotateX(300deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(12deg) rotateX(300deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(274) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth274 8s infinite;
  animation-delay: 2.74s;
  background: #82cffd;
}

@keyframes birth274 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(48deg) rotateX(308deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(48deg) rotateX(308deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(48deg) rotateX(308deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(275) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth275 8s infinite;
  animation-delay: 2.75s;
  background: #82cffd;
}

@keyframes birth275 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(264deg) rotateX(344deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(264deg) rotateX(344deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(264deg) rotateX(344deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(276) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth276 8s infinite;
  animation-delay: 2.76s;
  background: #82cffd;
}

@keyframes birth276 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(288deg) rotateX(348deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(288deg) rotateX(348deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(288deg) rotateX(348deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(277) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth277 8s infinite;
  animation-delay: 2.77s;
  background: #82cffd;
}

@keyframes birth277 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(136deg) rotateX(72deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(136deg) rotateX(72deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(136deg) rotateX(72deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(278) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth278 8s infinite;
  animation-delay: 2.78s;
  background: #82cffd;
}

@keyframes birth278 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(56deg) rotateX(280deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(56deg) rotateX(280deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(56deg) rotateX(280deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(279) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth279 8s infinite;
  animation-delay: 2.79s;
  background: #82cffd;
}

@keyframes birth279 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(252deg) rotateX(228deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(252deg) rotateX(228deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(252deg) rotateX(228deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(280) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth280 8s infinite;
  animation-delay: 2.8s;
  background: #82cffd;
}

@keyframes birth280 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(32deg) rotateX(260deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(32deg) rotateX(260deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(32deg) rotateX(260deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(281) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth281 8s infinite;
  animation-delay: 2.81s;
  background: #82cffd;
}

@keyframes birth281 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(52deg) rotateX(352deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(52deg) rotateX(352deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(52deg) rotateX(352deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(282) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth282 8s infinite;
  animation-delay: 2.82s;
  background: #82cffd;
}

@keyframes birth282 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(244deg) rotateX(320deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(244deg) rotateX(320deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(244deg) rotateX(320deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(283) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth283 8s infinite;
  animation-delay: 2.83s;
  background: #82cffd;
}

@keyframes birth283 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(28deg) rotateX(152deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(28deg) rotateX(152deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(28deg) rotateX(152deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(284) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth284 8s infinite;
  animation-delay: 2.84s;
  background: #82cffd;
}

@keyframes birth284 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(232deg) rotateX(84deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(232deg) rotateX(84deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(232deg) rotateX(84deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(285) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth285 8s infinite;
  animation-delay: 2.85s;
  background: #82cffd;
}

@keyframes birth285 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(184deg) rotateX(136deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(184deg) rotateX(136deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(184deg) rotateX(136deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(286) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth286 8s infinite;
  animation-delay: 2.86s;
  background: #82cffd;
}

@keyframes birth286 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(308deg) rotateX(116deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(308deg) rotateX(116deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(308deg) rotateX(116deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(287) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth287 8s infinite;
  animation-delay: 2.87s;
  background: #82cffd;
}

@keyframes birth287 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(180deg) rotateX(76deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(180deg) rotateX(76deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(180deg) rotateX(76deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(288) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth288 8s infinite;
  animation-delay: 2.88s;
  background: #82cffd;
}

@keyframes birth288 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(236deg) rotateX(300deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(236deg) rotateX(300deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(236deg) rotateX(300deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(289) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth289 8s infinite;
  animation-delay: 2.89s;
  background: #82cffd;
}

@keyframes birth289 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(268deg) rotateX(164deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(268deg) rotateX(164deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(268deg) rotateX(164deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(290) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth290 8s infinite;
  animation-delay: 2.9s;
  background: #82cffd;
}

@keyframes birth290 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(36deg) rotateX(308deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(36deg) rotateX(308deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(36deg) rotateX(308deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(291) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth291 8s infinite;
  animation-delay: 2.91s;
  background: #82cffd;
}

@keyframes birth291 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(92deg) rotateX(168deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(92deg) rotateX(168deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(92deg) rotateX(168deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(292) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth292 8s infinite;
  animation-delay: 2.92s;
  background: #82cffd;
}

@keyframes birth292 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(72deg) rotateX(80deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(72deg) rotateX(80deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(72deg) rotateX(80deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(293) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth293 8s infinite;
  animation-delay: 2.93s;
  background: #82cffd;
}

@keyframes birth293 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(164deg) rotateX(288deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(164deg) rotateX(288deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(164deg) rotateX(288deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(294) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth294 8s infinite;
  animation-delay: 2.94s;
  background: #82cffd;
}

@keyframes birth294 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(184deg) rotateX(228deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(184deg) rotateX(228deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(184deg) rotateX(228deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(295) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth295 8s infinite;
  animation-delay: 2.95s;
  background: #82cffd;
}

@keyframes birth295 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(348deg) rotateX(268deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(348deg) rotateX(268deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(348deg) rotateX(268deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(296) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth296 8s infinite;
  animation-delay: 2.96s;
  background: #82cffd;
}

@keyframes birth296 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(76deg) rotateX(336deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(76deg) rotateX(336deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(76deg) rotateX(336deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(297) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth297 8s infinite;
  animation-delay: 2.97s;
  background: #82cffd;
}

@keyframes birth297 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(100deg) rotateX(184deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(100deg) rotateX(184deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(100deg) rotateX(184deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(298) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth298 8s infinite;
  animation-delay: 2.98s;
  background: #82cffd;
}

@keyframes birth298 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(324deg) rotateX(104deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(324deg) rotateX(104deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(324deg) rotateX(104deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(299) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth299 8s infinite;
  animation-delay: 2.99s;
  background: #82cffd;
}

@keyframes birth299 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(280deg) rotateX(228deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(280deg) rotateX(228deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(280deg) rotateX(228deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(300) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth300 8s infinite;
  animation-delay: 3s;
  background: #82cffd;
}

@keyframes birth300 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(84deg) rotateX(96deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(84deg) rotateX(96deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(84deg) rotateX(96deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(301) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth301 8s infinite;
  animation-delay: 3.01s;
  background: #82cffd;
}

@keyframes birth301 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(264deg) rotateX(280deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(264deg) rotateX(280deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(264deg) rotateX(280deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(302) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth302 8s infinite;
  animation-delay: 3.02s;
  background: #82cffd;
}

@keyframes birth302 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(108deg) rotateX(328deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(108deg) rotateX(328deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(108deg) rotateX(328deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(303) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth303 8s infinite;
  animation-delay: 3.03s;
  background: #82cffd;
}

@keyframes birth303 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(112deg) rotateX(52deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(112deg) rotateX(52deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(112deg) rotateX(52deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(304) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth304 8s infinite;
  animation-delay: 3.04s;
  background: #82cffd;
}

@keyframes birth304 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(352deg) rotateX(204deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(352deg) rotateX(204deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(352deg) rotateX(204deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(305) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth305 8s infinite;
  animation-delay: 3.05s;
  background: #82cffd;
}

@keyframes birth305 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(92deg) rotateX(312deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(92deg) rotateX(312deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(92deg) rotateX(312deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(306) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth306 8s infinite;
  animation-delay: 3.06s;
  background: #82cffd;
}

@keyframes birth306 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(204deg) rotateX(68deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(204deg) rotateX(68deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(204deg) rotateX(68deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(307) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth307 8s infinite;
  animation-delay: 3.07s;
  background: #82cffd;
}

@keyframes birth307 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(344deg) rotateX(48deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(344deg) rotateX(48deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(344deg) rotateX(48deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(308) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth308 8s infinite;
  animation-delay: 3.08s;
  background: #82cffd;
}

@keyframes birth308 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(196deg) rotateX(36deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(196deg) rotateX(36deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(196deg) rotateX(36deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(309) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth309 8s infinite;
  animation-delay: 3.09s;
  background: #82cffd;
}

@keyframes birth309 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(352deg) rotateX(288deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(352deg) rotateX(288deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(352deg) rotateX(288deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(310) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth310 8s infinite;
  animation-delay: 3.1s;
  background: #82cffd;
}

@keyframes birth310 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(188deg) rotateX(12deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(188deg) rotateX(12deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(188deg) rotateX(12deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(311) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth311 8s infinite;
  animation-delay: 3.11s;
  background: #82cffd;
}

@keyframes birth311 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(344deg) rotateX(192deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(344deg) rotateX(192deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(344deg) rotateX(192deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(312) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth312 8s infinite;
  animation-delay: 3.12s;
  background: #82cffd;
}

@keyframes birth312 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(88deg) rotateX(40deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(88deg) rotateX(40deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(88deg) rotateX(40deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(313) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth313 8s infinite;
  animation-delay: 3.13s;
  background: #82cffd;
}

@keyframes birth313 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(224deg) rotateX(312deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(224deg) rotateX(312deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(224deg) rotateX(312deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(314) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth314 8s infinite;
  animation-delay: 3.14s;
  background: #82cffd;
}

@keyframes birth314 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(336deg) rotateX(84deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(336deg) rotateX(84deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(336deg) rotateX(84deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(315) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth315 8s infinite;
  animation-delay: 3.15s;
  background: #82cffd;
}

@keyframes birth315 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(8deg) rotateX(272deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(8deg) rotateX(272deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(8deg) rotateX(272deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(316) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth316 8s infinite;
  animation-delay: 3.16s;
  background: #82cffd;
}

@keyframes birth316 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(20deg) rotateX(136deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(20deg) rotateX(136deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(20deg) rotateX(136deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(317) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth317 8s infinite;
  animation-delay: 3.17s;
  background: #82cffd;
}

@keyframes birth317 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(136deg) rotateX(236deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(136deg) rotateX(236deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(136deg) rotateX(236deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(318) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth318 8s infinite;
  animation-delay: 3.18s;
  background: #82cffd;
}

@keyframes birth318 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(36deg) rotateX(184deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(36deg) rotateX(184deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(36deg) rotateX(184deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(319) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth319 8s infinite;
  animation-delay: 3.19s;
  background: #82cffd;
}

@keyframes birth319 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(252deg) rotateX(356deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(252deg) rotateX(356deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(252deg) rotateX(356deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(320) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth320 8s infinite;
  animation-delay: 3.2s;
  background: #82cffd;
}

@keyframes birth320 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(120deg) rotateX(196deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(120deg) rotateX(196deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(120deg) rotateX(196deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(321) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth321 8s infinite;
  animation-delay: 3.21s;
  background: #82cffd;
}

@keyframes birth321 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(96deg) rotateX(352deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(96deg) rotateX(352deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(96deg) rotateX(352deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(322) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth322 8s infinite;
  animation-delay: 3.22s;
  background: #82cffd;
}

@keyframes birth322 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(124deg) rotateX(180deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(124deg) rotateX(180deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(124deg) rotateX(180deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(323) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth323 8s infinite;
  animation-delay: 3.23s;
  background: #82cffd;
}

@keyframes birth323 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(244deg) rotateX(44deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(244deg) rotateX(44deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(244deg) rotateX(44deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(324) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth324 8s infinite;
  animation-delay: 3.24s;
  background: #82cffd;
}

@keyframes birth324 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(308deg) rotateX(80deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(308deg) rotateX(80deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(308deg) rotateX(80deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(325) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth325 8s infinite;
  animation-delay: 3.25s;
  background: #82cffd;
}

@keyframes birth325 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(148deg) rotateX(120deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(148deg) rotateX(120deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(148deg) rotateX(120deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(326) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth326 8s infinite;
  animation-delay: 3.26s;
  background: #82cffd;
}

@keyframes birth326 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(52deg) rotateX(276deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(52deg) rotateX(276deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(52deg) rotateX(276deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(327) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth327 8s infinite;
  animation-delay: 3.27s;
  background: #82cffd;
}

@keyframes birth327 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(44deg) rotateX(16deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(44deg) rotateX(16deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(44deg) rotateX(16deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(328) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth328 8s infinite;
  animation-delay: 3.28s;
  background: #82cffd;
}

@keyframes birth328 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(316deg) rotateX(152deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(316deg) rotateX(152deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(316deg) rotateX(152deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(329) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth329 8s infinite;
  animation-delay: 3.29s;
  background: #82cffd;
}

@keyframes birth329 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(232deg) rotateX(180deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(232deg) rotateX(180deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(232deg) rotateX(180deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(330) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth330 8s infinite;
  animation-delay: 3.3s;
  background: #82cffd;
}

@keyframes birth330 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(328deg) rotateX(108deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(328deg) rotateX(108deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(328deg) rotateX(108deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(331) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth331 8s infinite;
  animation-delay: 3.31s;
  background: #82cffd;
}

@keyframes birth331 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(200deg) rotateX(296deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(200deg) rotateX(296deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(200deg) rotateX(296deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(332) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth332 8s infinite;
  animation-delay: 3.32s;
  background: #82cffd;
}

@keyframes birth332 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(40deg) rotateX(220deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(40deg) rotateX(220deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(40deg) rotateX(220deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(333) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth333 8s infinite;
  animation-delay: 3.33s;
  background: #82cffd;
}

@keyframes birth333 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(80deg) rotateX(244deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(80deg) rotateX(244deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(80deg) rotateX(244deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(334) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth334 8s infinite;
  animation-delay: 3.34s;
  background: #82cffd;
}

@keyframes birth334 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(112deg) rotateX(304deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(112deg) rotateX(304deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(112deg) rotateX(304deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(335) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth335 8s infinite;
  animation-delay: 3.35s;
  background: #82cffd;
}

@keyframes birth335 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(176deg) rotateX(192deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(176deg) rotateX(192deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(176deg) rotateX(192deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(336) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth336 8s infinite;
  animation-delay: 3.36s;
  background: #82cffd;
}

@keyframes birth336 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(52deg) rotateX(212deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(52deg) rotateX(212deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(52deg) rotateX(212deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(337) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth337 8s infinite;
  animation-delay: 3.37s;
  background: #82cffd;
}

@keyframes birth337 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(140deg) rotateX(104deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(140deg) rotateX(104deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(140deg) rotateX(104deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(338) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth338 8s infinite;
  animation-delay: 3.38s;
  background: #82cffd;
}

@keyframes birth338 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(52deg) rotateX(136deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(52deg) rotateX(136deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(52deg) rotateX(136deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(339) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth339 8s infinite;
  animation-delay: 3.39s;
  background: #82cffd;
}

@keyframes birth339 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(156deg) rotateX(36deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(156deg) rotateX(36deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(156deg) rotateX(36deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(340) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth340 8s infinite;
  animation-delay: 3.4s;
  background: #82cffd;
}

@keyframes birth340 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(260deg) rotateX(140deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(260deg) rotateX(140deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(260deg) rotateX(140deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(341) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth341 8s infinite;
  animation-delay: 3.41s;
  background: #82cffd;
}

@keyframes birth341 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(108deg) rotateX(20deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(108deg) rotateX(20deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(108deg) rotateX(20deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(342) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth342 8s infinite;
  animation-delay: 3.42s;
  background: #82cffd;
}

@keyframes birth342 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(328deg) rotateX(20deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(328deg) rotateX(20deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(328deg) rotateX(20deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(343) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth343 8s infinite;
  animation-delay: 3.43s;
  background: #82cffd;
}

@keyframes birth343 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(232deg) rotateX(312deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(232deg) rotateX(312deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(232deg) rotateX(312deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(344) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth344 8s infinite;
  animation-delay: 3.44s;
  background: #82cffd;
}

@keyframes birth344 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(4deg) rotateX(292deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(4deg) rotateX(292deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(4deg) rotateX(292deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(345) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth345 8s infinite;
  animation-delay: 3.45s;
  background: #82cffd;
}

@keyframes birth345 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(308deg) rotateX(72deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(308deg) rotateX(72deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(308deg) rotateX(72deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(346) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth346 8s infinite;
  animation-delay: 3.46s;
  background: #82cffd;
}

@keyframes birth346 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(276deg) rotateX(268deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(276deg) rotateX(268deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(276deg) rotateX(268deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(347) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth347 8s infinite;
  animation-delay: 3.47s;
  background: #82cffd;
}

@keyframes birth347 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(360deg) rotateX(320deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(360deg) rotateX(320deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(360deg) rotateX(320deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(348) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth348 8s infinite;
  animation-delay: 3.48s;
  background: #82cffd;
}

@keyframes birth348 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(24deg) rotateX(184deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(24deg) rotateX(184deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(24deg) rotateX(184deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(349) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth349 8s infinite;
  animation-delay: 3.49s;
  background: #82cffd;
}

@keyframes birth349 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(144deg) rotateX(36deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(144deg) rotateX(36deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(144deg) rotateX(36deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}
.particle:nth-child(350) {
  border-radius: 100%;
  transform-style: preserve-3d;
  animation: birth350 8s infinite;
  animation-delay: 3.5s;
  background: #82cffd;
}

@keyframes birth350 {
  10% {
    opacity: 1;
  }
  12% {
    transform: rotateZ(184deg) rotateX(96deg) translate3d(150px, 0, 0);
  }
  40% {
    transform: rotateZ(184deg) rotateX(96deg) translate3d(150px, 0, 0) translateX(150px);
    opacity: 1;
  }
  60% {
    transform: rotateZ(184deg) rotateX(96deg) translate3d(40px, 0, 0) translateX(16.6666666667px);
  }
}