.circle-container {
  position: absolute;
  transform: translateY(-10vh);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(hsl(180, 100%, 80%), hsl(180, 100%, 80%) 10%, hsla(180, 100%, 80%, 0) 56%);
  animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
.circle-container:nth-child(1) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-1;
  animation-duration: 33807ms;
  animation-delay: 10441ms;
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(67vw, 110vh, 0);
  }
  to {
    transform: translate3d(63vw, -133vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  animation-delay: 244ms;
}
.circle-container:nth-child(2) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-2;
  animation-duration: 31245ms;
  animation-delay: 36650ms;
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(2vw, 106vh, 0);
  }
  to {
    transform: translate3d(76vw, -108vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  animation-delay: 1412ms;
}
.circle-container:nth-child(3) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-3;
  animation-duration: 30735ms;
  animation-delay: 14907ms;
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(10vw, 105vh, 0);
  }
  to {
    transform: translate3d(89vw, -114vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  animation-delay: 1391ms;
}
.circle-container:nth-child(4) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-4;
  animation-duration: 29052ms;
  animation-delay: 29270ms;
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(85vw, 106vh, 0);
  }
  to {
    transform: translate3d(79vw, -130vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  animation-delay: 2850ms;
}
.circle-container:nth-child(5) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-5;
  animation-duration: 29417ms;
  animation-delay: 11381ms;
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(46vw, 105vh, 0);
  }
  to {
    transform: translate3d(5vw, -126vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  animation-delay: 1673ms;
}
.circle-container:nth-child(6) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-6;
  animation-duration: 32310ms;
  animation-delay: 13737ms;
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(19vw, 106vh, 0);
  }
  to {
    transform: translate3d(62vw, -122vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  animation-delay: 3159ms;
}
.circle-container:nth-child(7) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-7;
  animation-duration: 28062ms;
  animation-delay: 1088ms;
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(67vw, 110vh, 0);
  }
  to {
    transform: translate3d(24vw, -116vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  animation-delay: 1371ms;
}
.circle-container:nth-child(8) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-8;
  animation-duration: 28741ms;
  animation-delay: 25328ms;
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(91vw, 101vh, 0);
  }
  to {
    transform: translate3d(33vw, -119vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  animation-delay: 498ms;
}
.circle-container:nth-child(9) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-9;
  animation-duration: 30881ms;
  animation-delay: 32137ms;
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(18vw, 102vh, 0);
  }
  to {
    transform: translate3d(19vw, -118vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  animation-delay: 1078ms;
}
.circle-container:nth-child(10) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-10;
  animation-duration: 36772ms;
  animation-delay: 17735ms;
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(30vw, 108vh, 0);
  }
  to {
    transform: translate3d(93vw, -112vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  animation-delay: 2778ms;
}
.circle-container:nth-child(11) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-11;
  animation-duration: 36791ms;
  animation-delay: 33813ms;
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(80vw, 108vh, 0);
  }
  to {
    transform: translate3d(13vw, -117vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  animation-delay: 2879ms;
}
.circle-container:nth-child(12) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-12;
  animation-duration: 33403ms;
  animation-delay: 7595ms;
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(68vw, 104vh, 0);
  }
  to {
    transform: translate3d(83vw, -113vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  animation-delay: 799ms;
}
.circle-container:nth-child(13) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-13;
  animation-duration: 34972ms;
  animation-delay: 34888ms;
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(3vw, 106vh, 0);
  }
  to {
    transform: translate3d(9vw, -135vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  animation-delay: 285ms;
}
.circle-container:nth-child(14) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-14;
  animation-duration: 28646ms;
  animation-delay: 9929ms;
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(11vw, 109vh, 0);
  }
  to {
    transform: translate3d(55vw, -112vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  animation-delay: 1023ms;
}
.circle-container:nth-child(15) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-15;
  animation-duration: 36887ms;
  animation-delay: 16101ms;
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(97vw, 105vh, 0);
  }
  to {
    transform: translate3d(2vw, -122vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  animation-delay: 497ms;
}
.circle-container:nth-child(16) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-16;
  animation-duration: 30225ms;
  animation-delay: 35507ms;
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(55vw, 109vh, 0);
  }
  to {
    transform: translate3d(97vw, -125vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  animation-delay: 2739ms;
}
.circle-container:nth-child(17) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-17;
  animation-duration: 28022ms;
  animation-delay: 507ms;
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(14vw, 102vh, 0);
  }
  to {
    transform: translate3d(100vw, -130vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  animation-delay: 1574ms;
}
.circle-container:nth-child(18) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-18;
  animation-duration: 36458ms;
  animation-delay: 8941ms;
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(68vw, 107vh, 0);
  }
  to {
    transform: translate3d(86vw, -118vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  animation-delay: 2515ms;
}
.circle-container:nth-child(19) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-19;
  animation-duration: 34412ms;
  animation-delay: 9125ms;
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(65vw, 101vh, 0);
  }
  to {
    transform: translate3d(48vw, -122vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  animation-delay: 2537ms;
}
.circle-container:nth-child(20) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-20;
  animation-duration: 29302ms;
  animation-delay: 18533ms;
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(100vw, 102vh, 0);
  }
  to {
    transform: translate3d(16vw, -109vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  animation-delay: 1595ms;
}
.circle-container:nth-child(21) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-21;
  animation-duration: 30720ms;
  animation-delay: 30075ms;
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(56vw, 104vh, 0);
  }
  to {
    transform: translate3d(76vw, -120vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  animation-delay: 1270ms;
}
.circle-container:nth-child(22) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-22;
  animation-duration: 30174ms;
  animation-delay: 21016ms;
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(49vw, 104vh, 0);
  }
  to {
    transform: translate3d(47vw, -126vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  animation-delay: 2477ms;
}
.circle-container:nth-child(23) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-23;
  animation-duration: 35057ms;
  animation-delay: 12764ms;
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(93vw, -132vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  animation-delay: 3414ms;
}
.circle-container:nth-child(24) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-24;
  animation-duration: 33468ms;
  animation-delay: 5285ms;
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(89vw, 102vh, 0);
  }
  to {
    transform: translate3d(53vw, -127vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  animation-delay: 2463ms;
}
.circle-container:nth-child(25) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-25;
  animation-duration: 28891ms;
  animation-delay: 10207ms;
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(31vw, 101vh, 0);
  }
  to {
    transform: translate3d(76vw, -130vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  animation-delay: 3906ms;
}
.circle-container:nth-child(26) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-26;
  animation-duration: 31295ms;
  animation-delay: 22416ms;
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(13vw, 101vh, 0);
  }
  to {
    transform: translate3d(27vw, -104vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  animation-delay: 3725ms;
}
.circle-container:nth-child(27) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-27;
  animation-duration: 29893ms;
  animation-delay: 5130ms;
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(72vw, 107vh, 0);
  }
  to {
    transform: translate3d(82vw, -115vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  animation-delay: 275ms;
}
.circle-container:nth-child(28) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-28;
  animation-duration: 34210ms;
  animation-delay: 324ms;
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(61vw, 109vh, 0);
  }
  to {
    transform: translate3d(17vw, -124vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  animation-delay: 3333ms;
}
.circle-container:nth-child(29) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-29;
  animation-duration: 36357ms;
  animation-delay: 12658ms;
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(56vw, 109vh, 0);
  }
  to {
    transform: translate3d(48vw, -132vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  animation-delay: 1869ms;
}
.circle-container:nth-child(30) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-30;
  animation-duration: 33598ms;
  animation-delay: 33909ms;
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(39vw, -121vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  animation-delay: 3067ms;
}
.circle-container:nth-child(31) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-31;
  animation-duration: 29782ms;
  animation-delay: 1509ms;
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(28vw, 106vh, 0);
  }
  to {
    transform: translate3d(8vw, -125vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  animation-delay: 1044ms;
}
.circle-container:nth-child(32) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-32;
  animation-duration: 32828ms;
  animation-delay: 23438ms;
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(29vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -124vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  animation-delay: 1372ms;
}
.circle-container:nth-child(33) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-33;
  animation-duration: 28029ms;
  animation-delay: 20903ms;
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(49vw, 108vh, 0);
  }
  to {
    transform: translate3d(87vw, -134vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  animation-delay: 1413ms;
}
.circle-container:nth-child(34) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-34;
  animation-duration: 31130ms;
  animation-delay: 16294ms;
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(29vw, 105vh, 0);
  }
  to {
    transform: translate3d(20vw, -117vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  animation-delay: 3158ms;
}
.circle-container:nth-child(35) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-35;
  animation-duration: 35040ms;
  animation-delay: 8950ms;
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(98vw, 103vh, 0);
  }
  to {
    transform: translate3d(60vw, -109vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  animation-delay: 3502ms;
}
.circle-container:nth-child(36) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-36;
  animation-duration: 32124ms;
  animation-delay: 5243ms;
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(75vw, 105vh, 0);
  }
  to {
    transform: translate3d(36vw, -120vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  animation-delay: 2171ms;
}
.circle-container:nth-child(37) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-37;
  animation-duration: 36854ms;
  animation-delay: 9108ms;
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(45vw, 104vh, 0);
  }
  to {
    transform: translate3d(74vw, -119vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  animation-delay: 2647ms;
}
.circle-container:nth-child(38) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-38;
  animation-duration: 31427ms;
  animation-delay: 30550ms;
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(39vw, 109vh, 0);
  }
  to {
    transform: translate3d(79vw, -116vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  animation-delay: 2457ms;
}
.circle-container:nth-child(39) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-39;
  animation-duration: 36253ms;
  animation-delay: 28203ms;
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(93vw, 105vh, 0);
  }
  to {
    transform: translate3d(60vw, -119vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  animation-delay: 3314ms;
}
.circle-container:nth-child(40) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-40;
  animation-duration: 34282ms;
  animation-delay: 31188ms;
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(60vw, 105vh, 0);
  }
  to {
    transform: translate3d(17vw, -126vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  animation-delay: 421ms;
}
.circle-container:nth-child(41) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-41;
  animation-duration: 28348ms;
  animation-delay: 7436ms;
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(95vw, 103vh, 0);
  }
  to {
    transform: translate3d(39vw, -124vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  animation-delay: 3637ms;
}
.circle-container:nth-child(42) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-42;
  animation-duration: 28905ms;
  animation-delay: 9018ms;
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(63vw, 108vh, 0);
  }
  to {
    transform: translate3d(92vw, -114vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  animation-delay: 3750ms;
}
.circle-container:nth-child(43) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-43;
  animation-duration: 29158ms;
  animation-delay: 5626ms;
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(7vw, 104vh, 0);
  }
  to {
    transform: translate3d(69vw, -108vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  animation-delay: 1704ms;
}
.circle-container:nth-child(44) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-44;
  animation-duration: 28384ms;
  animation-delay: 5386ms;
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(96vw, 103vh, 0);
  }
  to {
    transform: translate3d(80vw, -108vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  animation-delay: 891ms;
}
.circle-container:nth-child(45) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-45;
  animation-duration: 34125ms;
  animation-delay: 13510ms;
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(56vw, 105vh, 0);
  }
  to {
    transform: translate3d(61vw, -123vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  animation-delay: 1374ms;
}
.circle-container:nth-child(46) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-46;
  animation-duration: 31805ms;
  animation-delay: 21683ms;
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(82vw, 102vh, 0);
  }
  to {
    transform: translate3d(13vw, -122vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  animation-delay: 945ms;
}
.circle-container:nth-child(47) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-47;
  animation-duration: 29880ms;
  animation-delay: 34483ms;
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(24vw, 107vh, 0);
  }
  to {
    transform: translate3d(84vw, -110vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  animation-delay: 1487ms;
}
.circle-container:nth-child(48) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-48;
  animation-duration: 29863ms;
  animation-delay: 36380ms;
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(48vw, 103vh, 0);
  }
  to {
    transform: translate3d(33vw, -123vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  animation-delay: 38ms;
}
.circle-container:nth-child(49) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-49;
  animation-duration: 33177ms;
  animation-delay: 11757ms;
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(73vw, 106vh, 0);
  }
  to {
    transform: translate3d(89vw, -131vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  animation-delay: 342ms;
}
.circle-container:nth-child(50) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-50;
  animation-duration: 30946ms;
  animation-delay: 451ms;
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(94vw, 110vh, 0);
  }
  to {
    transform: translate3d(35vw, -116vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  animation-delay: 1292ms;
}
.circle-container:nth-child(51) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-51;
  animation-duration: 31312ms;
  animation-delay: 9168ms;
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(99vw, 105vh, 0);
  }
  to {
    transform: translate3d(43vw, -133vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  animation-delay: 3394ms;
}
.circle-container:nth-child(52) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-52;
  animation-duration: 35927ms;
  animation-delay: 19742ms;
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(87vw, 104vh, 0);
  }
  to {
    transform: translate3d(51vw, -108vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  animation-delay: 2709ms;
}
.circle-container:nth-child(53) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-53;
  animation-duration: 33665ms;
  animation-delay: 24257ms;
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(3vw, 108vh, 0);
  }
  to {
    transform: translate3d(47vw, -119vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  animation-delay: 1536ms;
}
.circle-container:nth-child(54) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-54;
  animation-duration: 32086ms;
  animation-delay: 11467ms;
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(90vw, 110vh, 0);
  }
  to {
    transform: translate3d(99vw, -129vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  animation-delay: 3050ms;
}
.circle-container:nth-child(55) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-55;
  animation-duration: 30387ms;
  animation-delay: 23556ms;
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(45vw, 110vh, 0);
  }
  to {
    transform: translate3d(50vw, -114vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  animation-delay: 998ms;
}
.circle-container:nth-child(56) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-56;
  animation-duration: 33137ms;
  animation-delay: 4996ms;
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(24vw, 108vh, 0);
  }
  to {
    transform: translate3d(39vw, -138vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  animation-delay: 3894ms;
}
.circle-container:nth-child(57) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-57;
  animation-duration: 33855ms;
  animation-delay: 33662ms;
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(47vw, 106vh, 0);
  }
  to {
    transform: translate3d(20vw, -113vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  animation-delay: 3439ms;
}
.circle-container:nth-child(58) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-58;
  animation-duration: 35065ms;
  animation-delay: 31490ms;
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(49vw, 103vh, 0);
  }
  to {
    transform: translate3d(77vw, -125vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  animation-delay: 2065ms;
}
.circle-container:nth-child(59) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-59;
  animation-duration: 30922ms;
  animation-delay: 36363ms;
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(34vw, 110vh, 0);
  }
  to {
    transform: translate3d(8vw, -117vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  animation-delay: 1064ms;
}
.circle-container:nth-child(60) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-60;
  animation-duration: 34654ms;
  animation-delay: 28131ms;
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(1vw, 101vh, 0);
  }
  to {
    transform: translate3d(87vw, -110vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  animation-delay: 3166ms;
}
.circle-container:nth-child(61) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-61;
  animation-duration: 31658ms;
  animation-delay: 31968ms;
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(47vw, 110vh, 0);
  }
  to {
    transform: translate3d(74vw, -112vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  animation-delay: 2923ms;
}
.circle-container:nth-child(62) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-62;
  animation-duration: 32345ms;
  animation-delay: 11863ms;
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(72vw, 110vh, 0);
  }
  to {
    transform: translate3d(14vw, -137vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  animation-delay: 1396ms;
}
.circle-container:nth-child(63) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-63;
  animation-duration: 32591ms;
  animation-delay: 30513ms;
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(96vw, 108vh, 0);
  }
  to {
    transform: translate3d(45vw, -118vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  animation-delay: 3865ms;
}
.circle-container:nth-child(64) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-64;
  animation-duration: 29380ms;
  animation-delay: 4662ms;
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(88vw, 109vh, 0);
  }
  to {
    transform: translate3d(33vw, -124vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  animation-delay: 1227ms;
}
.circle-container:nth-child(65) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-65;
  animation-duration: 31327ms;
  animation-delay: 6167ms;
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(74vw, 105vh, 0);
  }
  to {
    transform: translate3d(44vw, -106vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  animation-delay: 1156ms;
}
.circle-container:nth-child(66) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-66;
  animation-duration: 36261ms;
  animation-delay: 4877ms;
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(98vw, 108vh, 0);
  }
  to {
    transform: translate3d(30vw, -114vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  animation-delay: 2349ms;
}
.circle-container:nth-child(67) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-67;
  animation-duration: 28679ms;
  animation-delay: 24512ms;
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(83vw, 107vh, 0);
  }
  to {
    transform: translate3d(37vw, -113vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  animation-delay: 3946ms;
}
.circle-container:nth-child(68) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-68;
  animation-duration: 31124ms;
  animation-delay: 7046ms;
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(98vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -102vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  animation-delay: 2935ms;
}
.circle-container:nth-child(69) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-69;
  animation-duration: 36891ms;
  animation-delay: 4352ms;
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(22vw, 104vh, 0);
  }
  to {
    transform: translate3d(5vw, -122vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  animation-delay: 3525ms;
}
.circle-container:nth-child(70) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-70;
  animation-duration: 36879ms;
  animation-delay: 3183ms;
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(4vw, 102vh, 0);
  }
  to {
    transform: translate3d(27vw, -118vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  animation-delay: 36ms;
}
.circle-container:nth-child(71) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-71;
  animation-duration: 30746ms;
  animation-delay: 19422ms;
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(90vw, 107vh, 0);
  }
  to {
    transform: translate3d(4vw, -121vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  animation-delay: 496ms;
}
.circle-container:nth-child(72) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-72;
  animation-duration: 28320ms;
  animation-delay: 18599ms;
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(62vw, 108vh, 0);
  }
  to {
    transform: translate3d(46vw, -128vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  animation-delay: 60ms;
}
.circle-container:nth-child(73) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-73;
  animation-duration: 30314ms;
  animation-delay: 27039ms;
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(25vw, -124vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  animation-delay: 3720ms;
}
.circle-container:nth-child(74) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-74;
  animation-duration: 32775ms;
  animation-delay: 28902ms;
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(84vw, 105vh, 0);
  }
  to {
    transform: translate3d(99vw, -109vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  animation-delay: 2706ms;
}
.circle-container:nth-child(75) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-75;
  animation-duration: 30048ms;
  animation-delay: 5294ms;
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(40vw, 105vh, 0);
  }
  to {
    transform: translate3d(85vw, -123vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  animation-delay: 3410ms;
}
.circle-container:nth-child(76) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-76;
  animation-duration: 31486ms;
  animation-delay: 23923ms;
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(4vw, 107vh, 0);
  }
  to {
    transform: translate3d(60vw, -116vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  animation-delay: 2820ms;
}
.circle-container:nth-child(77) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-77;
  animation-duration: 32439ms;
  animation-delay: 36162ms;
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(15vw, 104vh, 0);
  }
  to {
    transform: translate3d(35vw, -130vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  animation-delay: 1447ms;
}
.circle-container:nth-child(78) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-78;
  animation-duration: 34028ms;
  animation-delay: 7589ms;
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(82vw, 106vh, 0);
  }
  to {
    transform: translate3d(91vw, -133vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  animation-delay: 3272ms;
}
.circle-container:nth-child(79) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-79;
  animation-duration: 28192ms;
  animation-delay: 6369ms;
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(56vw, 107vh, 0);
  }
  to {
    transform: translate3d(4vw, -118vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  animation-delay: 3761ms;
}
.circle-container:nth-child(80) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-80;
  animation-duration: 29943ms;
  animation-delay: 33723ms;
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(48vw, 101vh, 0);
  }
  to {
    transform: translate3d(8vw, -103vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  animation-delay: 1412ms;
}
.circle-container:nth-child(81) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-81;
  animation-duration: 31274ms;
  animation-delay: 26143ms;
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(74vw, 103vh, 0);
  }
  to {
    transform: translate3d(71vw, -122vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  animation-delay: 2090ms;
}
.circle-container:nth-child(82) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-82;
  animation-duration: 36607ms;
  animation-delay: 19553ms;
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(17vw, 106vh, 0);
  }
  to {
    transform: translate3d(39vw, -125vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  animation-delay: 634ms;
}
.circle-container:nth-child(83) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-83;
  animation-duration: 33784ms;
  animation-delay: 34546ms;
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(62vw, 107vh, 0);
  }
  to {
    transform: translate3d(43vw, -117vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  animation-delay: 373ms;
}
.circle-container:nth-child(84) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-84;
  animation-duration: 29811ms;
  animation-delay: 17265ms;
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(95vw, 105vh, 0);
  }
  to {
    transform: translate3d(93vw, -127vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  animation-delay: 1297ms;
}
.circle-container:nth-child(85) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-85;
  animation-duration: 35120ms;
  animation-delay: 13469ms;
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(31vw, 105vh, 0);
  }
  to {
    transform: translate3d(15vw, -135vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  animation-delay: 719ms;
}
.circle-container:nth-child(86) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-86;
  animation-duration: 30719ms;
  animation-delay: 30356ms;
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(6vw, 103vh, 0);
  }
  to {
    transform: translate3d(10vw, -109vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  animation-delay: 3631ms;
}
.circle-container:nth-child(87) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-87;
  animation-duration: 33162ms;
  animation-delay: 34019ms;
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(54vw, 108vh, 0);
  }
  to {
    transform: translate3d(45vw, -124vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  animation-delay: 3698ms;
}
.circle-container:nth-child(88) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-88;
  animation-duration: 33520ms;
  animation-delay: 16110ms;
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(27vw, 101vh, 0);
  }
  to {
    transform: translate3d(97vw, -114vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  animation-delay: 2922ms;
}
.circle-container:nth-child(89) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-89;
  animation-duration: 32934ms;
  animation-delay: 20057ms;
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(20vw, 106vh, 0);
  }
  to {
    transform: translate3d(19vw, -122vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  animation-delay: 1194ms;
}
.circle-container:nth-child(90) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-90;
  animation-duration: 30824ms;
  animation-delay: 25171ms;
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(24vw, 106vh, 0);
  }
  to {
    transform: translate3d(25vw, -134vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  animation-delay: 1339ms;
}
.circle-container:nth-child(91) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-91;
  animation-duration: 30095ms;
  animation-delay: 6712ms;
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(70vw, 107vh, 0);
  }
  to {
    transform: translate3d(65vw, -128vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  animation-delay: 320ms;
}
.circle-container:nth-child(92) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-92;
  animation-duration: 34037ms;
  animation-delay: 6075ms;
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(27vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -110vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  animation-delay: 1903ms;
}
.circle-container:nth-child(93) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-93;
  animation-duration: 28405ms;
  animation-delay: 27000ms;
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(69vw, 107vh, 0);
  }
  to {
    transform: translate3d(63vw, -129vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  animation-delay: 1632ms;
}
.circle-container:nth-child(94) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-94;
  animation-duration: 28202ms;
  animation-delay: 32256ms;
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(83vw, 107vh, 0);
  }
  to {
    transform: translate3d(77vw, -118vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  animation-delay: 1555ms;
}
.circle-container:nth-child(95) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-95;
  animation-duration: 33457ms;
  animation-delay: 18683ms;
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(18vw, 107vh, 0);
  }
  to {
    transform: translate3d(38vw, -108vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  animation-delay: 2970ms;
}
.circle-container:nth-child(96) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-96;
  animation-duration: 34886ms;
  animation-delay: 22442ms;
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(2vw, -111vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  animation-delay: 2419ms;
}
.circle-container:nth-child(97) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-97;
  animation-duration: 30849ms;
  animation-delay: 32683ms;
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(6vw, 107vh, 0);
  }
  to {
    transform: translate3d(14vw, -120vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  animation-delay: 1400ms;
}
.circle-container:nth-child(98) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-98;
  animation-duration: 28278ms;
  animation-delay: 32614ms;
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(78vw, 103vh, 0);
  }
  to {
    transform: translate3d(75vw, -115vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  animation-delay: 1059ms;
}
.circle-container:nth-child(99) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-99;
  animation-duration: 36230ms;
  animation-delay: 1637ms;
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(96vw, 110vh, 0);
  }
  to {
    transform: translate3d(87vw, -119vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  animation-delay: 3771ms;
}
.circle-container:nth-child(100) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-100;
  animation-duration: 30822ms;
  animation-delay: 17556ms;
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(100vw, 106vh, 0);
  }
  to {
    transform: translate3d(56vw, -111vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  animation-delay: 3057ms;
}
.circle-container:nth-child(101) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-101;
  animation-duration: 28535ms;
  animation-delay: 19396ms;
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(85vw, 110vh, 0);
  }
  to {
    transform: translate3d(100vw, -116vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  animation-delay: 1895ms;
}
.circle-container:nth-child(102) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-102;
  animation-duration: 36755ms;
  animation-delay: 3472ms;
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(16vw, 106vh, 0);
  }
  to {
    transform: translate3d(6vw, -133vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  animation-delay: 443ms;
}
.circle-container:nth-child(103) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-103;
  animation-duration: 29305ms;
  animation-delay: 5265ms;
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(70vw, 105vh, 0);
  }
  to {
    transform: translate3d(91vw, -127vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  animation-delay: 255ms;
}
.circle-container:nth-child(104) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-104;
  animation-duration: 35348ms;
  animation-delay: 19157ms;
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(68vw, 105vh, 0);
  }
  to {
    transform: translate3d(81vw, -130vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  animation-delay: 2507ms;
}
.circle-container:nth-child(105) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-105;
  animation-duration: 29234ms;
  animation-delay: 29037ms;
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(73vw, 110vh, 0);
  }
  to {
    transform: translate3d(67vw, -132vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  animation-delay: 290ms;
}
.circle-container:nth-child(106) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-106;
  animation-duration: 31382ms;
  animation-delay: 29584ms;
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(39vw, 102vh, 0);
  }
  to {
    transform: translate3d(83vw, -114vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  animation-delay: 1315ms;
}
.circle-container:nth-child(107) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-107;
  animation-duration: 29816ms;
  animation-delay: 35883ms;
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(61vw, 104vh, 0);
  }
  to {
    transform: translate3d(5vw, -107vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  animation-delay: 2908ms;
}
.circle-container:nth-child(108) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-108;
  animation-duration: 34916ms;
  animation-delay: 25385ms;
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(65vw, 106vh, 0);
  }
  to {
    transform: translate3d(29vw, -110vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  animation-delay: 1131ms;
}
.circle-container:nth-child(109) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-109;
  animation-duration: 31070ms;
  animation-delay: 10982ms;
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(71vw, 106vh, 0);
  }
  to {
    transform: translate3d(81vw, -121vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  animation-delay: 2605ms;
}
.circle-container:nth-child(110) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-110;
  animation-duration: 29336ms;
  animation-delay: 10319ms;
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(95vw, 102vh, 0);
  }
  to {
    transform: translate3d(97vw, -106vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  animation-delay: 1172ms;
}
.circle-container:nth-child(111) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-111;
  animation-duration: 30138ms;
  animation-delay: 3655ms;
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(68vw, 102vh, 0);
  }
  to {
    transform: translate3d(40vw, -123vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  animation-delay: 1547ms;
}
.circle-container:nth-child(112) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-112;
  animation-duration: 28633ms;
  animation-delay: 10876ms;
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(90vw, 108vh, 0);
  }
  to {
    transform: translate3d(6vw, -126vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  animation-delay: 3050ms;
}
.circle-container:nth-child(113) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-113;
  animation-duration: 33086ms;
  animation-delay: 13031ms;
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(66vw, 103vh, 0);
  }
  to {
    transform: translate3d(1vw, -109vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  animation-delay: 3115ms;
}
.circle-container:nth-child(114) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-114;
  animation-duration: 29010ms;
  animation-delay: 2536ms;
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(72vw, 104vh, 0);
  }
  to {
    transform: translate3d(69vw, -132vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  animation-delay: 312ms;
}
.circle-container:nth-child(115) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-115;
  animation-duration: 33992ms;
  animation-delay: 16755ms;
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(66vw, 104vh, 0);
  }
  to {
    transform: translate3d(61vw, -114vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  animation-delay: 139ms;
}
.circle-container:nth-child(116) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-116;
  animation-duration: 31581ms;
  animation-delay: 25403ms;
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(100vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -136vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  animation-delay: 2ms;
}
.circle-container:nth-child(117) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-117;
  animation-duration: 32744ms;
  animation-delay: 5558ms;
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(35vw, 106vh, 0);
  }
  to {
    transform: translate3d(85vw, -119vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  animation-delay: 3351ms;
}
.circle-container:nth-child(118) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-118;
  animation-duration: 34407ms;
  animation-delay: 1431ms;
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(33vw, 105vh, 0);
  }
  to {
    transform: translate3d(96vw, -108vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  animation-delay: 3911ms;
}
.circle-container:nth-child(119) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-119;
  animation-duration: 32421ms;
  animation-delay: 13253ms;
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(7vw, 107vh, 0);
  }
  to {
    transform: translate3d(100vw, -116vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  animation-delay: 808ms;
}
.circle-container:nth-child(120) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-120;
  animation-duration: 33482ms;
  animation-delay: 4697ms;
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(65vw, 109vh, 0);
  }
  to {
    transform: translate3d(69vw, -115vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  animation-delay: 3687ms;
}
.circle-container:nth-child(121) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-121;
  animation-duration: 29574ms;
  animation-delay: 23661ms;
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(70vw, 108vh, 0);
  }
  to {
    transform: translate3d(45vw, -126vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  animation-delay: 2622ms;
}
.circle-container:nth-child(122) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-122;
  animation-duration: 28780ms;
  animation-delay: 8560ms;
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(60vw, 105vh, 0);
  }
  to {
    transform: translate3d(60vw, -107vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  animation-delay: 644ms;
}
.circle-container:nth-child(123) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-123;
  animation-duration: 31160ms;
  animation-delay: 29727ms;
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(22vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -116vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  animation-delay: 2063ms;
}
.circle-container:nth-child(124) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-124;
  animation-duration: 32666ms;
  animation-delay: 35114ms;
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(99vw, 104vh, 0);
  }
  to {
    transform: translate3d(69vw, -129vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  animation-delay: 3246ms;
}
.circle-container:nth-child(125) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-125;
  animation-duration: 29960ms;
  animation-delay: 21955ms;
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(9vw, 105vh, 0);
  }
  to {
    transform: translate3d(33vw, -111vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  animation-delay: 3434ms;
}
.circle-container:nth-child(126) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-126;
  animation-duration: 36245ms;
  animation-delay: 19660ms;
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(48vw, 110vh, 0);
  }
  to {
    transform: translate3d(16vw, -111vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  animation-delay: 544ms;
}
.circle-container:nth-child(127) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-127;
  animation-duration: 36415ms;
  animation-delay: 29720ms;
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(47vw, 105vh, 0);
  }
  to {
    transform: translate3d(60vw, -112vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  animation-delay: 361ms;
}
.circle-container:nth-child(128) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-128;
  animation-duration: 35395ms;
  animation-delay: 17161ms;
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(64vw, 101vh, 0);
  }
  to {
    transform: translate3d(16vw, -116vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  animation-delay: 1560ms;
}
.circle-container:nth-child(129) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-129;
  animation-duration: 36842ms;
  animation-delay: 1587ms;
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(53vw, 105vh, 0);
  }
  to {
    transform: translate3d(76vw, -117vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  animation-delay: 1739ms;
}
.circle-container:nth-child(130) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-130;
  animation-duration: 29143ms;
  animation-delay: 36599ms;
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(65vw, 109vh, 0);
  }
  to {
    transform: translate3d(39vw, -121vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  animation-delay: 3750ms;
}
.circle-container:nth-child(131) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-131;
  animation-duration: 30388ms;
  animation-delay: 14361ms;
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(84vw, 101vh, 0);
  }
  to {
    transform: translate3d(18vw, -112vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  animation-delay: 2634ms;
}
.circle-container:nth-child(132) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-132;
  animation-duration: 35267ms;
  animation-delay: 6401ms;
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(34vw, 107vh, 0);
  }
  to {
    transform: translate3d(73vw, -109vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  animation-delay: 2461ms;
}
.circle-container:nth-child(133) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-133;
  animation-duration: 36304ms;
  animation-delay: 5772ms;
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(92vw, -121vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  animation-delay: 1351ms;
}
.circle-container:nth-child(134) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-134;
  animation-duration: 33362ms;
  animation-delay: 24352ms;
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(71vw, 105vh, 0);
  }
  to {
    transform: translate3d(88vw, -133vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  animation-delay: 958ms;
}
.circle-container:nth-child(135) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-135;
  animation-duration: 35196ms;
  animation-delay: 23998ms;
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(92vw, -134vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  animation-delay: 1163ms;
}
.circle-container:nth-child(136) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-136;
  animation-duration: 32252ms;
  animation-delay: 8297ms;
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(50vw, 102vh, 0);
  }
  to {
    transform: translate3d(65vw, -111vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  animation-delay: 1089ms;
}
.circle-container:nth-child(137) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-137;
  animation-duration: 32448ms;
  animation-delay: 22597ms;
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(79vw, 101vh, 0);
  }
  to {
    transform: translate3d(8vw, -113vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  animation-delay: 1204ms;
}
.circle-container:nth-child(138) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-138;
  animation-duration: 33388ms;
  animation-delay: 14240ms;
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(91vw, 109vh, 0);
  }
  to {
    transform: translate3d(82vw, -115vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  animation-delay: 921ms;
}
.circle-container:nth-child(139) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-139;
  animation-duration: 28261ms;
  animation-delay: 32741ms;
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(21vw, 108vh, 0);
  }
  to {
    transform: translate3d(27vw, -119vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  animation-delay: 686ms;
}
.circle-container:nth-child(140) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-140;
  animation-duration: 35996ms;
  animation-delay: 35167ms;
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(2vw, 107vh, 0);
  }
  to {
    transform: translate3d(91vw, -124vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  animation-delay: 1839ms;
}
.circle-container:nth-child(141) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-141;
  animation-duration: 33463ms;
  animation-delay: 1556ms;
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(39vw, 110vh, 0);
  }
  to {
    transform: translate3d(96vw, -121vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  animation-delay: 3942ms;
}
.circle-container:nth-child(142) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-142;
  animation-duration: 29760ms;
  animation-delay: 438ms;
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(75vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -123vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  animation-delay: 2025ms;
}
.circle-container:nth-child(143) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-143;
  animation-duration: 34020ms;
  animation-delay: 21695ms;
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(66vw, 106vh, 0);
  }
  to {
    transform: translate3d(37vw, -136vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  animation-delay: 2929ms;
}
.circle-container:nth-child(144) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-144;
  animation-duration: 32860ms;
  animation-delay: 28459ms;
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(2vw, 105vh, 0);
  }
  to {
    transform: translate3d(13vw, -120vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  animation-delay: 3517ms;
}
.circle-container:nth-child(145) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-145;
  animation-duration: 29751ms;
  animation-delay: 18437ms;
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(72vw, 106vh, 0);
  }
  to {
    transform: translate3d(41vw, -132vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  animation-delay: 316ms;
}
.circle-container:nth-child(146) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-146;
  animation-duration: 36051ms;
  animation-delay: 16784ms;
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(19vw, 101vh, 0);
  }
  to {
    transform: translate3d(20vw, -126vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  animation-delay: 923ms;
}
.circle-container:nth-child(147) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-147;
  animation-duration: 36406ms;
  animation-delay: 1303ms;
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(99vw, 107vh, 0);
  }
  to {
    transform: translate3d(1vw, -134vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  animation-delay: 3854ms;
}
.circle-container:nth-child(148) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-148;
  animation-duration: 35370ms;
  animation-delay: 13651ms;
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(35vw, 106vh, 0);
  }
  to {
    transform: translate3d(54vw, -108vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  animation-delay: 719ms;
}
.circle-container:nth-child(149) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-149;
  animation-duration: 33338ms;
  animation-delay: 23032ms;
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(19vw, 109vh, 0);
  }
  to {
    transform: translate3d(21vw, -113vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  animation-delay: 2255ms;
}
.circle-container:nth-child(150) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-150;
  animation-duration: 34820ms;
  animation-delay: 26944ms;
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(97vw, -121vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  animation-delay: 299ms;
}
.circle-container:nth-child(151) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-151;
  animation-duration: 33424ms;
  animation-delay: 13752ms;
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(95vw, 110vh, 0);
  }
  to {
    transform: translate3d(45vw, -126vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  animation-delay: 2229ms;
}
.circle-container:nth-child(152) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-152;
  animation-duration: 31641ms;
  animation-delay: 5422ms;
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(76vw, 104vh, 0);
  }
  to {
    transform: translate3d(42vw, -117vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  animation-delay: 1350ms;
}
.circle-container:nth-child(153) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-153;
  animation-duration: 29522ms;
  animation-delay: 20524ms;
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(95vw, 109vh, 0);
  }
  to {
    transform: translate3d(71vw, -110vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  animation-delay: 1228ms;
}
.circle-container:nth-child(154) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-154;
  animation-duration: 36767ms;
  animation-delay: 34742ms;
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(18vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -129vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  animation-delay: 3580ms;
}
.circle-container:nth-child(155) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-155;
  animation-duration: 33810ms;
  animation-delay: 9635ms;
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(56vw, 106vh, 0);
  }
  to {
    transform: translate3d(96vw, -110vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  animation-delay: 2435ms;
}
.circle-container:nth-child(156) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-156;
  animation-duration: 32545ms;
  animation-delay: 32591ms;
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(24vw, 105vh, 0);
  }
  to {
    transform: translate3d(13vw, -127vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  animation-delay: 495ms;
}
.circle-container:nth-child(157) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-157;
  animation-duration: 30149ms;
  animation-delay: 26968ms;
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(87vw, 105vh, 0);
  }
  to {
    transform: translate3d(63vw, -117vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  animation-delay: 3461ms;
}
.circle-container:nth-child(158) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-158;
  animation-duration: 35586ms;
  animation-delay: 36923ms;
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(9vw, 103vh, 0);
  }
  to {
    transform: translate3d(66vw, -118vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  animation-delay: 931ms;
}
.circle-container:nth-child(159) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-159;
  animation-duration: 34949ms;
  animation-delay: 36470ms;
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(81vw, 110vh, 0);
  }
  to {
    transform: translate3d(47vw, -116vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  animation-delay: 1103ms;
}
.circle-container:nth-child(160) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-160;
  animation-duration: 35015ms;
  animation-delay: 12515ms;
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(95vw, 102vh, 0);
  }
  to {
    transform: translate3d(36vw, -131vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  animation-delay: 598ms;
}
.circle-container:nth-child(161) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-161;
  animation-duration: 31598ms;
  animation-delay: 7482ms;
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(24vw, 104vh, 0);
  }
  to {
    transform: translate3d(30vw, -123vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  animation-delay: 1500ms;
}
.circle-container:nth-child(162) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-162;
  animation-duration: 33009ms;
  animation-delay: 15025ms;
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(2vw, 102vh, 0);
  }
  to {
    transform: translate3d(35vw, -117vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  animation-delay: 1059ms;
}
.circle-container:nth-child(163) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-163;
  animation-duration: 30798ms;
  animation-delay: 7340ms;
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(88vw, 110vh, 0);
  }
  to {
    transform: translate3d(74vw, -134vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  animation-delay: 2860ms;
}
.circle-container:nth-child(164) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-164;
  animation-duration: 31640ms;
  animation-delay: 22731ms;
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(53vw, 108vh, 0);
  }
  to {
    transform: translate3d(11vw, -122vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  animation-delay: 2151ms;
}
.circle-container:nth-child(165) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-165;
  animation-duration: 35477ms;
  animation-delay: 30646ms;
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(34vw, 109vh, 0);
  }
  to {
    transform: translate3d(84vw, -127vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  animation-delay: 3954ms;
}
.circle-container:nth-child(166) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-166;
  animation-duration: 35599ms;
  animation-delay: 10165ms;
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(83vw, 104vh, 0);
  }
  to {
    transform: translate3d(95vw, -109vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  animation-delay: 2805ms;
}
.circle-container:nth-child(167) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-167;
  animation-duration: 30687ms;
  animation-delay: 28742ms;
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(58vw, 101vh, 0);
  }
  to {
    transform: translate3d(97vw, -130vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  animation-delay: 385ms;
}
.circle-container:nth-child(168) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-168;
  animation-duration: 33293ms;
  animation-delay: 27666ms;
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(59vw, 104vh, 0);
  }
  to {
    transform: translate3d(58vw, -127vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  animation-delay: 3327ms;
}
.circle-container:nth-child(169) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-169;
  animation-duration: 28992ms;
  animation-delay: 11243ms;
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(43vw, 101vh, 0);
  }
  to {
    transform: translate3d(92vw, -116vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  animation-delay: 2877ms;
}
.circle-container:nth-child(170) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-170;
  animation-duration: 29646ms;
  animation-delay: 32601ms;
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(75vw, 103vh, 0);
  }
  to {
    transform: translate3d(72vw, -121vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  animation-delay: 121ms;
}
.circle-container:nth-child(171) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-171;
  animation-duration: 36188ms;
  animation-delay: 24210ms;
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(8vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -136vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  animation-delay: 495ms;
}
.circle-container:nth-child(172) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-172;
  animation-duration: 31999ms;
  animation-delay: 23585ms;
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(35vw, 102vh, 0);
  }
  to {
    transform: translate3d(60vw, -122vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  animation-delay: 2090ms;
}
.circle-container:nth-child(173) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-173;
  animation-duration: 28179ms;
  animation-delay: 30664ms;
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(28vw, 105vh, 0);
  }
  to {
    transform: translate3d(36vw, -115vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  animation-delay: 399ms;
}
.circle-container:nth-child(174) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-174;
  animation-duration: 29831ms;
  animation-delay: 1892ms;
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(44vw, -131vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  animation-delay: 773ms;
}
.circle-container:nth-child(175) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-175;
  animation-duration: 36318ms;
  animation-delay: 4347ms;
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(7vw, 102vh, 0);
  }
  to {
    transform: translate3d(46vw, -114vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  animation-delay: 1921ms;
}
.circle-container:nth-child(176) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-176;
  animation-duration: 35384ms;
  animation-delay: 686ms;
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(71vw, 107vh, 0);
  }
  to {
    transform: translate3d(26vw, -115vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  animation-delay: 2263ms;
}
.circle-container:nth-child(177) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-177;
  animation-duration: 36049ms;
  animation-delay: 10078ms;
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(13vw, 103vh, 0);
  }
  to {
    transform: translate3d(27vw, -128vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  animation-delay: 2511ms;
}
.circle-container:nth-child(178) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-178;
  animation-duration: 35490ms;
  animation-delay: 32269ms;
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(73vw, 104vh, 0);
  }
  to {
    transform: translate3d(52vw, -113vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  animation-delay: 2621ms;
}
.circle-container:nth-child(179) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-179;
  animation-duration: 34991ms;
  animation-delay: 7453ms;
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(89vw, 108vh, 0);
  }
  to {
    transform: translate3d(59vw, -109vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  animation-delay: 2233ms;
}
.circle-container:nth-child(180) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-180;
  animation-duration: 33200ms;
  animation-delay: 35907ms;
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(48vw, 101vh, 0);
  }
  to {
    transform: translate3d(90vw, -106vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  animation-delay: 306ms;
}
.circle-container:nth-child(181) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-181;
  animation-duration: 31716ms;
  animation-delay: 19889ms;
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(43vw, 107vh, 0);
  }
  to {
    transform: translate3d(60vw, -134vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  animation-delay: 2897ms;
}
.circle-container:nth-child(182) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-182;
  animation-duration: 33346ms;
  animation-delay: 14969ms;
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(72vw, 107vh, 0);
  }
  to {
    transform: translate3d(96vw, -130vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  animation-delay: 1475ms;
}
.circle-container:nth-child(183) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-183;
  animation-duration: 28924ms;
  animation-delay: 33300ms;
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(84vw, 103vh, 0);
  }
  to {
    transform: translate3d(94vw, -108vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  animation-delay: 1053ms;
}
.circle-container:nth-child(184) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-184;
  animation-duration: 33653ms;
  animation-delay: 12752ms;
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(36vw, 107vh, 0);
  }
  to {
    transform: translate3d(82vw, -114vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  animation-delay: 1837ms;
}
.circle-container:nth-child(185) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-185;
  animation-duration: 31844ms;
  animation-delay: 11295ms;
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(97vw, 102vh, 0);
  }
  to {
    transform: translate3d(57vw, -119vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  animation-delay: 9ms;
}
.circle-container:nth-child(186) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-186;
  animation-duration: 33870ms;
  animation-delay: 13589ms;
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(96vw, -129vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  animation-delay: 2321ms;
}
.circle-container:nth-child(187) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-187;
  animation-duration: 34233ms;
  animation-delay: 9760ms;
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(15vw, 109vh, 0);
  }
  to {
    transform: translate3d(93vw, -134vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  animation-delay: 1346ms;
}
.circle-container:nth-child(188) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-188;
  animation-duration: 33080ms;
  animation-delay: 27595ms;
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(30vw, 102vh, 0);
  }
  to {
    transform: translate3d(13vw, -125vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  animation-delay: 452ms;
}
.circle-container:nth-child(189) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-189;
  animation-duration: 30733ms;
  animation-delay: 35110ms;
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(52vw, 101vh, 0);
  }
  to {
    transform: translate3d(78vw, -126vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  animation-delay: 3725ms;
}
.circle-container:nth-child(190) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-190;
  animation-duration: 28471ms;
  animation-delay: 36472ms;
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(94vw, 110vh, 0);
  }
  to {
    transform: translate3d(61vw, -115vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  animation-delay: 2868ms;
}
.circle-container:nth-child(191) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-191;
  animation-duration: 28211ms;
  animation-delay: 1104ms;
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(50vw, 102vh, 0);
  }
  to {
    transform: translate3d(99vw, -108vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  animation-delay: 3220ms;
}
.circle-container:nth-child(192) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-192;
  animation-duration: 36383ms;
  animation-delay: 24663ms;
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(61vw, 107vh, 0);
  }
  to {
    transform: translate3d(42vw, -110vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  animation-delay: 599ms;
}
.circle-container:nth-child(193) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-193;
  animation-duration: 36739ms;
  animation-delay: 36198ms;
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(23vw, 103vh, 0);
  }
  to {
    transform: translate3d(10vw, -106vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  animation-delay: 2941ms;
}
.circle-container:nth-child(194) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-194;
  animation-duration: 36303ms;
  animation-delay: 23844ms;
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(2vw, 103vh, 0);
  }
  to {
    transform: translate3d(88vw, -104vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  animation-delay: 1658ms;
}
.circle-container:nth-child(195) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-195;
  animation-duration: 35124ms;
  animation-delay: 17310ms;
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(87vw, 103vh, 0);
  }
  to {
    transform: translate3d(1vw, -131vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  animation-delay: 511ms;
}
.circle-container:nth-child(196) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-196;
  animation-duration: 35067ms;
  animation-delay: 30137ms;
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(3vw, 102vh, 0);
  }
  to {
    transform: translate3d(89vw, -131vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  animation-delay: 2491ms;
}
.circle-container:nth-child(197) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-197;
  animation-duration: 32744ms;
  animation-delay: 30143ms;
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(14vw, 105vh, 0);
  }
  to {
    transform: translate3d(52vw, -133vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  animation-delay: 3029ms;
}
.circle-container:nth-child(198) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-198;
  animation-duration: 36026ms;
  animation-delay: 20249ms;
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(85vw, 107vh, 0);
  }
  to {
    transform: translate3d(37vw, -117vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  animation-delay: 2992ms;
}
.circle-container:nth-child(199) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-199;
  animation-duration: 31861ms;
  animation-delay: 12007ms;
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(65vw, 102vh, 0);
  }
  to {
    transform: translate3d(83vw, -104vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  animation-delay: 3017ms;
}
.circle-container:nth-child(200) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-200;
  animation-duration: 34199ms;
  animation-delay: 23689ms;
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(55vw, 108vh, 0);
  }
  to {
    transform: translate3d(49vw, -137vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  animation-delay: 3876ms;
}/*# sourceMappingURL=particles.css.map */