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

html,
body {
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
}

.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  /*background-color:#131241;*/
}

.background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /*object-fit: cover;*/
  width: 100%;
  height: 100%;
  /*mask-image: radial-gradient( white 0%, white 30%, transparent 80%, transparent );*/
  animation: grow-scale 120s ease-in-out infinite, grow-move 10s ease-in-out infinite;
  animation-delay: 3s;
}
.background.grow {
  transition: all 20s ease-in-out;
}
.background.grow:hover {
  transform: scale(2);
}

@keyframes grow-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes grow-move {
  0% {
    transform: translate3d(0%);
  }
  50% {
    transform: translate3d(10%);
  }
  100% {
    transform: translate3d(0);
  }
}
.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(#99ffff, #99ffff 10%, rgba(153, 255, 255, 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: 8px;
  height: 8px;
  animation-name: move-frames-1;
  animation-duration: 33759ms;
  animation-delay: 9560ms;
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(63vw, 110vh, 0);
  }
  to {
    transform: translate3d(59vw, -120vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  animation-delay: 586ms;
}
.circle-container:nth-child(2) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-2;
  animation-duration: 33409ms;
  animation-delay: 13728ms;
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(11vw, 102vh, 0);
  }
  to {
    transform: translate3d(56vw, -123vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  animation-delay: 1949ms;
}
.circle-container:nth-child(3) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-3;
  animation-duration: 35250ms;
  animation-delay: 12529ms;
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(99vw, 110vh, 0);
  }
  to {
    transform: translate3d(9vw, -111vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  animation-delay: 3527ms;
}
.circle-container:nth-child(4) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-4;
  animation-duration: 33343ms;
  animation-delay: 15613ms;
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(26vw, 104vh, 0);
  }
  to {
    transform: translate3d(54vw, -131vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  animation-delay: 799ms;
}
.circle-container:nth-child(5) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-5;
  animation-duration: 36626ms;
  animation-delay: 5821ms;
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(2vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -112vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  animation-delay: 3097ms;
}
.circle-container:nth-child(6) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-6;
  animation-duration: 32996ms;
  animation-delay: 28062ms;
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(63vw, 104vh, 0);
  }
  to {
    transform: translate3d(8vw, -112vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  animation-delay: 3236ms;
}
.circle-container:nth-child(7) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-7;
  animation-duration: 28975ms;
  animation-delay: 33045ms;
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(25vw, -112vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  animation-delay: 3774ms;
}
.circle-container:nth-child(8) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-8;
  animation-duration: 31680ms;
  animation-delay: 19641ms;
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(40vw, 105vh, 0);
  }
  to {
    transform: translate3d(58vw, -116vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  animation-delay: 1914ms;
}
.circle-container:nth-child(9) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-9;
  animation-duration: 29367ms;
  animation-delay: 24822ms;
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(90vw, 110vh, 0);
  }
  to {
    transform: translate3d(33vw, -128vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  animation-delay: 3734ms;
}
.circle-container:nth-child(10) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-10;
  animation-duration: 32542ms;
  animation-delay: 34837ms;
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -130vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  animation-delay: 3819ms;
}
.circle-container:nth-child(11) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-11;
  animation-duration: 35428ms;
  animation-delay: 11187ms;
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(62vw, 104vh, 0);
  }
  to {
    transform: translate3d(20vw, -127vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  animation-delay: 587ms;
}
.circle-container:nth-child(12) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-12;
  animation-duration: 36257ms;
  animation-delay: 17067ms;
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(11vw, 103vh, 0);
  }
  to {
    transform: translate3d(34vw, -127vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  animation-delay: 3834ms;
}
.circle-container:nth-child(13) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-13;
  animation-duration: 34823ms;
  animation-delay: 3263ms;
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(39vw, 106vh, 0);
  }
  to {
    transform: translate3d(54vw, -130vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  animation-delay: 3640ms;
}
.circle-container:nth-child(14) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-14;
  animation-duration: 34461ms;
  animation-delay: 5809ms;
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(55vw, 104vh, 0);
  }
  to {
    transform: translate3d(60vw, -129vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  animation-delay: 1853ms;
}
.circle-container:nth-child(15) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-15;
  animation-duration: 32967ms;
  animation-delay: 32307ms;
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(90vw, 109vh, 0);
  }
  to {
    transform: translate3d(49vw, -117vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  animation-delay: 1904ms;
}
.circle-container:nth-child(16) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-16;
  animation-duration: 31148ms;
  animation-delay: 11803ms;
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(30vw, 101vh, 0);
  }
  to {
    transform: translate3d(52vw, -114vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  animation-delay: 3412ms;
}
.circle-container:nth-child(17) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-17;
  animation-duration: 35122ms;
  animation-delay: 11086ms;
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(58vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -121vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  animation-delay: 3294ms;
}
.circle-container:nth-child(18) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-18;
  animation-duration: 36910ms;
  animation-delay: 28952ms;
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(37vw, 109vh, 0);
  }
  to {
    transform: translate3d(32vw, -136vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  animation-delay: 2706ms;
}
.circle-container:nth-child(19) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-19;
  animation-duration: 32616ms;
  animation-delay: 35271ms;
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(50vw, 103vh, 0);
  }
  to {
    transform: translate3d(100vw, -107vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  animation-delay: 3331ms;
}
.circle-container:nth-child(20) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-20;
  animation-duration: 29296ms;
  animation-delay: 23673ms;
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(8vw, 109vh, 0);
  }
  to {
    transform: translate3d(10vw, -138vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  animation-delay: 828ms;
}
.circle-container:nth-child(21) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-21;
  animation-duration: 34384ms;
  animation-delay: 4491ms;
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(63vw, 110vh, 0);
  }
  to {
    transform: translate3d(32vw, -128vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  animation-delay: 3269ms;
}
.circle-container:nth-child(22) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-22;
  animation-duration: 30349ms;
  animation-delay: 5862ms;
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(78vw, 101vh, 0);
  }
  to {
    transform: translate3d(28vw, -128vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  animation-delay: 3192ms;
}
.circle-container:nth-child(23) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-23;
  animation-duration: 31124ms;
  animation-delay: 15832ms;
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(87vw, 106vh, 0);
  }
  to {
    transform: translate3d(52vw, -113vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  animation-delay: 781ms;
}
.circle-container:nth-child(24) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-24;
  animation-duration: 32718ms;
  animation-delay: 35471ms;
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(52vw, 106vh, 0);
  }
  to {
    transform: translate3d(36vw, -116vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  animation-delay: 2727ms;
}
.circle-container:nth-child(25) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-25;
  animation-duration: 34638ms;
  animation-delay: 24308ms;
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(15vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -129vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  animation-delay: 3539ms;
}
.circle-container:nth-child(26) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-26;
  animation-duration: 30167ms;
  animation-delay: 26482ms;
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(53vw, 102vh, 0);
  }
  to {
    transform: translate3d(11vw, -127vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  animation-delay: 1386ms;
}
.circle-container:nth-child(27) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-27;
  animation-duration: 30645ms;
  animation-delay: 26400ms;
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(44vw, 108vh, 0);
  }
  to {
    transform: translate3d(30vw, -112vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  animation-delay: 2773ms;
}
.circle-container:nth-child(28) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-28;
  animation-duration: 34362ms;
  animation-delay: 19609ms;
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(92vw, 105vh, 0);
  }
  to {
    transform: translate3d(85vw, -115vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  animation-delay: 1572ms;
}
.circle-container:nth-child(29) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-29;
  animation-duration: 28572ms;
  animation-delay: 22330ms;
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(47vw, 102vh, 0);
  }
  to {
    transform: translate3d(97vw, -117vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  animation-delay: 2715ms;
}
.circle-container:nth-child(30) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-30;
  animation-duration: 35763ms;
  animation-delay: 27613ms;
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(83vw, -132vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  animation-delay: 2917ms;
}
.circle-container:nth-child(31) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-31;
  animation-duration: 32174ms;
  animation-delay: 23690ms;
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(68vw, 103vh, 0);
  }
  to {
    transform: translate3d(19vw, -116vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  animation-delay: 641ms;
}
.circle-container:nth-child(32) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-32;
  animation-duration: 28429ms;
  animation-delay: 25720ms;
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(68vw, 104vh, 0);
  }
  to {
    transform: translate3d(91vw, -111vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  animation-delay: 1490ms;
}
.circle-container:nth-child(33) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-33;
  animation-duration: 36444ms;
  animation-delay: 19361ms;
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(32vw, 105vh, 0);
  }
  to {
    transform: translate3d(57vw, -123vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  animation-delay: 2342ms;
}
.circle-container:nth-child(34) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-34;
  animation-duration: 33362ms;
  animation-delay: 16600ms;
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(72vw, 103vh, 0);
  }
  to {
    transform: translate3d(30vw, -126vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  animation-delay: 2962ms;
}
.circle-container:nth-child(35) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-35;
  animation-duration: 32429ms;
  animation-delay: 14279ms;
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(27vw, 106vh, 0);
  }
  to {
    transform: translate3d(47vw, -121vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  animation-delay: 2302ms;
}
.circle-container:nth-child(36) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-36;
  animation-duration: 36785ms;
  animation-delay: 911ms;
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(85vw, 103vh, 0);
  }
  to {
    transform: translate3d(87vw, -118vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  animation-delay: 1052ms;
}
.circle-container:nth-child(37) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-37;
  animation-duration: 32529ms;
  animation-delay: 35185ms;
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(45vw, 105vh, 0);
  }
  to {
    transform: translate3d(17vw, -112vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  animation-delay: 862ms;
}
.circle-container:nth-child(38) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-38;
  animation-duration: 34679ms;
  animation-delay: 27991ms;
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(13vw, -112vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  animation-delay: 2602ms;
}
.circle-container:nth-child(39) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-39;
  animation-duration: 32048ms;
  animation-delay: 5128ms;
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(11vw, 106vh, 0);
  }
  to {
    transform: translate3d(35vw, -114vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  animation-delay: 3882ms;
}
.circle-container:nth-child(40) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-40;
  animation-duration: 36023ms;
  animation-delay: 15157ms;
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(37vw, 101vh, 0);
  }
  to {
    transform: translate3d(71vw, -111vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  animation-delay: 797ms;
}
.circle-container:nth-child(41) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-41;
  animation-duration: 30298ms;
  animation-delay: 21639ms;
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(32vw, 101vh, 0);
  }
  to {
    transform: translate3d(5vw, -126vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  animation-delay: 3832ms;
}
.circle-container:nth-child(42) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-42;
  animation-duration: 33963ms;
  animation-delay: 6682ms;
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(7vw, 108vh, 0);
  }
  to {
    transform: translate3d(10vw, -127vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  animation-delay: 404ms;
}
.circle-container:nth-child(43) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-43;
  animation-duration: 32338ms;
  animation-delay: 13263ms;
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(87vw, 101vh, 0);
  }
  to {
    transform: translate3d(94vw, -105vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  animation-delay: 2489ms;
}
.circle-container:nth-child(44) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-44;
  animation-duration: 34055ms;
  animation-delay: 2754ms;
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(77vw, 110vh, 0);
  }
  to {
    transform: translate3d(73vw, -129vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  animation-delay: 3888ms;
}
.circle-container:nth-child(45) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-45;
  animation-duration: 30553ms;
  animation-delay: 3045ms;
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(61vw, 109vh, 0);
  }
  to {
    transform: translate3d(89vw, -121vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  animation-delay: 2463ms;
}
.circle-container:nth-child(46) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-46;
  animation-duration: 36918ms;
  animation-delay: 3763ms;
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(50vw, 104vh, 0);
  }
  to {
    transform: translate3d(80vw, -117vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  animation-delay: 3706ms;
}
.circle-container:nth-child(47) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-47;
  animation-duration: 30139ms;
  animation-delay: 36837ms;
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(37vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -129vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  animation-delay: 662ms;
}
.circle-container:nth-child(48) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-48;
  animation-duration: 35601ms;
  animation-delay: 24222ms;
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(76vw, 106vh, 0);
  }
  to {
    transform: translate3d(2vw, -125vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  animation-delay: 3984ms;
}
.circle-container:nth-child(49) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-49;
  animation-duration: 28330ms;
  animation-delay: 4789ms;
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(75vw, 110vh, 0);
  }
  to {
    transform: translate3d(70vw, -138vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  animation-delay: 430ms;
}
.circle-container:nth-child(50) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-50;
  animation-duration: 34611ms;
  animation-delay: 9060ms;
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(13vw, 103vh, 0);
  }
  to {
    transform: translate3d(14vw, -125vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  animation-delay: 1219ms;
}
.circle-container:nth-child(51) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-51;
  animation-duration: 28333ms;
  animation-delay: 36483ms;
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(49vw, -117vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  animation-delay: 2403ms;
}
.circle-container:nth-child(52) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-52;
  animation-duration: 35930ms;
  animation-delay: 24508ms;
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(3vw, -132vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  animation-delay: 3354ms;
}
.circle-container:nth-child(53) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-53;
  animation-duration: 31240ms;
  animation-delay: 13279ms;
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(51vw, 106vh, 0);
  }
  to {
    transform: translate3d(44vw, -125vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  animation-delay: 2018ms;
}
.circle-container:nth-child(54) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-54;
  animation-duration: 36460ms;
  animation-delay: 33571ms;
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(71vw, 103vh, 0);
  }
  to {
    transform: translate3d(56vw, -121vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  animation-delay: 2249ms;
}
.circle-container:nth-child(55) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-55;
  animation-duration: 32178ms;
  animation-delay: 15656ms;
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(47vw, 103vh, 0);
  }
  to {
    transform: translate3d(71vw, -123vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  animation-delay: 796ms;
}
.circle-container:nth-child(56) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-56;
  animation-duration: 36738ms;
  animation-delay: 11457ms;
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(80vw, 102vh, 0);
  }
  to {
    transform: translate3d(89vw, -128vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  animation-delay: 2670ms;
}
.circle-container:nth-child(57) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-57;
  animation-duration: 36076ms;
  animation-delay: 13509ms;
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(4vw, 106vh, 0);
  }
  to {
    transform: translate3d(90vw, -130vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  animation-delay: 1793ms;
}
.circle-container:nth-child(58) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-58;
  animation-duration: 29548ms;
  animation-delay: 21023ms;
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(84vw, 102vh, 0);
  }
  to {
    transform: translate3d(61vw, -106vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  animation-delay: 615ms;
}
.circle-container:nth-child(59) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-59;
  animation-duration: 33031ms;
  animation-delay: 2907ms;
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(51vw, 101vh, 0);
  }
  to {
    transform: translate3d(49vw, -119vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  animation-delay: 3210ms;
}
.circle-container:nth-child(60) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-60;
  animation-duration: 29273ms;
  animation-delay: 31326ms;
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(47vw, 105vh, 0);
  }
  to {
    transform: translate3d(79vw, -112vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  animation-delay: 3331ms;
}
.circle-container:nth-child(61) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-61;
  animation-duration: 29514ms;
  animation-delay: 27317ms;
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(12vw, 103vh, 0);
  }
  to {
    transform: translate3d(81vw, -111vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  animation-delay: 3004ms;
}
.circle-container:nth-child(62) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-62;
  animation-duration: 34866ms;
  animation-delay: 20569ms;
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(99vw, 108vh, 0);
  }
  to {
    transform: translate3d(15vw, -127vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  animation-delay: 1890ms;
}
.circle-container:nth-child(63) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-63;
  animation-duration: 32115ms;
  animation-delay: 10887ms;
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(24vw, 108vh, 0);
  }
  to {
    transform: translate3d(65vw, -137vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  animation-delay: 1033ms;
}
.circle-container:nth-child(64) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-64;
  animation-duration: 35304ms;
  animation-delay: 13454ms;
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(28vw, 105vh, 0);
  }
  to {
    transform: translate3d(6vw, -119vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  animation-delay: 6ms;
}
.circle-container:nth-child(65) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-65;
  animation-duration: 28258ms;
  animation-delay: 31871ms;
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(45vw, 102vh, 0);
  }
  to {
    transform: translate3d(98vw, -119vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  animation-delay: 1515ms;
}
.circle-container:nth-child(66) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-66;
  animation-duration: 35149ms;
  animation-delay: 8836ms;
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(50vw, 105vh, 0);
  }
  to {
    transform: translate3d(3vw, -115vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  animation-delay: 3751ms;
}
.circle-container:nth-child(67) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-67;
  animation-duration: 30886ms;
  animation-delay: 32749ms;
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(95vw, 108vh, 0);
  }
  to {
    transform: translate3d(61vw, -136vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  animation-delay: 1084ms;
}
.circle-container:nth-child(68) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-68;
  animation-duration: 33134ms;
  animation-delay: 27656ms;
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(67vw, 108vh, 0);
  }
  to {
    transform: translate3d(86vw, -115vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  animation-delay: 2627ms;
}
.circle-container:nth-child(69) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-69;
  animation-duration: 31352ms;
  animation-delay: 23715ms;
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(23vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -110vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  animation-delay: 1580ms;
}
.circle-container:nth-child(70) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-70;
  animation-duration: 34089ms;
  animation-delay: 19111ms;
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(38vw, 110vh, 0);
  }
  to {
    transform: translate3d(15vw, -125vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  animation-delay: 193ms;
}
.circle-container:nth-child(71) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-71;
  animation-duration: 31924ms;
  animation-delay: 18033ms;
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(80vw, 110vh, 0);
  }
  to {
    transform: translate3d(73vw, -122vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  animation-delay: 2070ms;
}
.circle-container:nth-child(72) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-72;
  animation-duration: 32765ms;
  animation-delay: 8529ms;
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(83vw, 104vh, 0);
  }
  to {
    transform: translate3d(8vw, -126vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  animation-delay: 1687ms;
}
.circle-container:nth-child(73) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-73;
  animation-duration: 30805ms;
  animation-delay: 16110ms;
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(1vw, 106vh, 0);
  }
  to {
    transform: translate3d(29vw, -136vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  animation-delay: 3369ms;
}
.circle-container:nth-child(74) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-74;
  animation-duration: 35334ms;
  animation-delay: 15390ms;
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(71vw, 110vh, 0);
  }
  to {
    transform: translate3d(79vw, -137vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  animation-delay: 137ms;
}
.circle-container:nth-child(75) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-75;
  animation-duration: 28671ms;
  animation-delay: 8298ms;
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(58vw, 109vh, 0);
  }
  to {
    transform: translate3d(64vw, -133vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  animation-delay: 3723ms;
}
.circle-container:nth-child(76) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-76;
  animation-duration: 34042ms;
  animation-delay: 12480ms;
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(4vw, 110vh, 0);
  }
  to {
    transform: translate3d(52vw, -129vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  animation-delay: 3857ms;
}
.circle-container:nth-child(77) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-77;
  animation-duration: 30488ms;
  animation-delay: 14149ms;
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(18vw, 103vh, 0);
  }
  to {
    transform: translate3d(49vw, -107vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  animation-delay: 179ms;
}
.circle-container:nth-child(78) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-78;
  animation-duration: 32345ms;
  animation-delay: 28600ms;
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(18vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -129vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  animation-delay: 1781ms;
}
.circle-container:nth-child(79) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-79;
  animation-duration: 33897ms;
  animation-delay: 23455ms;
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(17vw, 107vh, 0);
  }
  to {
    transform: translate3d(47vw, -131vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  animation-delay: 933ms;
}
.circle-container:nth-child(80) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-80;
  animation-duration: 31313ms;
  animation-delay: 27532ms;
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(41vw, 106vh, 0);
  }
  to {
    transform: translate3d(44vw, -109vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  animation-delay: 1634ms;
}
.circle-container:nth-child(81) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-81;
  animation-duration: 31073ms;
  animation-delay: 23215ms;
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(94vw, 104vh, 0);
  }
  to {
    transform: translate3d(3vw, -111vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  animation-delay: 2396ms;
}
.circle-container:nth-child(82) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-82;
  animation-duration: 31774ms;
  animation-delay: 24861ms;
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(55vw, 103vh, 0);
  }
  to {
    transform: translate3d(46vw, -124vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  animation-delay: 510ms;
}
.circle-container:nth-child(83) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-83;
  animation-duration: 35852ms;
  animation-delay: 19399ms;
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(89vw, 101vh, 0);
  }
  to {
    transform: translate3d(89vw, -109vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  animation-delay: 3988ms;
}
.circle-container:nth-child(84) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-84;
  animation-duration: 28467ms;
  animation-delay: 12605ms;
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(81vw, 102vh, 0);
  }
  to {
    transform: translate3d(66vw, -121vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  animation-delay: 1280ms;
}
.circle-container:nth-child(85) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-85;
  animation-duration: 31453ms;
  animation-delay: 5983ms;
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(55vw, 108vh, 0);
  }
  to {
    transform: translate3d(19vw, -119vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  animation-delay: 2940ms;
}
.circle-container:nth-child(86) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-86;
  animation-duration: 31017ms;
  animation-delay: 10967ms;
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(22vw, 103vh, 0);
  }
  to {
    transform: translate3d(83vw, -109vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  animation-delay: 174ms;
}
.circle-container:nth-child(87) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-87;
  animation-duration: 30439ms;
  animation-delay: 10061ms;
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(44vw, 108vh, 0);
  }
  to {
    transform: translate3d(48vw, -126vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  animation-delay: 3821ms;
}
.circle-container:nth-child(88) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-88;
  animation-duration: 34340ms;
  animation-delay: 28563ms;
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(36vw, 106vh, 0);
  }
  to {
    transform: translate3d(77vw, -130vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  animation-delay: 3727ms;
}
.circle-container:nth-child(89) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-89;
  animation-duration: 28542ms;
  animation-delay: 36098ms;
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(53vw, 109vh, 0);
  }
  to {
    transform: translate3d(47vw, -116vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  animation-delay: 3726ms;
}
.circle-container:nth-child(90) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-90;
  animation-duration: 29003ms;
  animation-delay: 8391ms;
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(93vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -119vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  animation-delay: 3166ms;
}
.circle-container:nth-child(91) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-91;
  animation-duration: 28969ms;
  animation-delay: 18703ms;
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(57vw, 106vh, 0);
  }
  to {
    transform: translate3d(89vw, -111vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  animation-delay: 2191ms;
}
.circle-container:nth-child(92) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-92;
  animation-duration: 34349ms;
  animation-delay: 11933ms;
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(88vw, 107vh, 0);
  }
  to {
    transform: translate3d(41vw, -127vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  animation-delay: 100ms;
}
.circle-container:nth-child(93) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-93;
  animation-duration: 28743ms;
  animation-delay: 16076ms;
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(75vw, 107vh, 0);
  }
  to {
    transform: translate3d(69vw, -126vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  animation-delay: 3973ms;
}
.circle-container:nth-child(94) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-94;
  animation-duration: 33244ms;
  animation-delay: 22827ms;
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(18vw, 106vh, 0);
  }
  to {
    transform: translate3d(33vw, -121vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  animation-delay: 838ms;
}
.circle-container:nth-child(95) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-95;
  animation-duration: 33075ms;
  animation-delay: 23856ms;
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(95vw, 102vh, 0);
  }
  to {
    transform: translate3d(45vw, -122vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  animation-delay: 670ms;
}
.circle-container:nth-child(96) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-96;
  animation-duration: 36386ms;
  animation-delay: 28385ms;
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(74vw, 107vh, 0);
  }
  to {
    transform: translate3d(80vw, -132vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  animation-delay: 1334ms;
}
.circle-container:nth-child(97) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-97;
  animation-duration: 36994ms;
  animation-delay: 24349ms;
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(69vw, 108vh, 0);
  }
  to {
    transform: translate3d(90vw, -114vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  animation-delay: 707ms;
}
.circle-container:nth-child(98) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-98;
  animation-duration: 36171ms;
  animation-delay: 29069ms;
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(84vw, 104vh, 0);
  }
  to {
    transform: translate3d(88vw, -132vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  animation-delay: 2024ms;
}
.circle-container:nth-child(99) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-99;
  animation-duration: 30647ms;
  animation-delay: 36397ms;
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(25vw, 103vh, 0);
  }
  to {
    transform: translate3d(34vw, -114vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  animation-delay: 1205ms;
}
.circle-container:nth-child(100) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-100;
  animation-duration: 34222ms;
  animation-delay: 7584ms;
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(32vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -119vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  animation-delay: 2311ms;
}
.circle-container:nth-child(101) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-101;
  animation-duration: 33384ms;
  animation-delay: 7707ms;
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(82vw, 103vh, 0);
  }
  to {
    transform: translate3d(48vw, -126vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  animation-delay: 1611ms;
}
.circle-container:nth-child(102) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-102;
  animation-duration: 31633ms;
  animation-delay: 6801ms;
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(8vw, 110vh, 0);
  }
  to {
    transform: translate3d(6vw, -136vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  animation-delay: 2934ms;
}
.circle-container:nth-child(103) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-103;
  animation-duration: 31945ms;
  animation-delay: 28988ms;
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(90vw, 102vh, 0);
  }
  to {
    transform: translate3d(59vw, -128vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  animation-delay: 2814ms;
}
.circle-container:nth-child(104) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-104;
  animation-duration: 33665ms;
  animation-delay: 4295ms;
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(50vw, 108vh, 0);
  }
  to {
    transform: translate3d(21vw, -128vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  animation-delay: 2616ms;
}
.circle-container:nth-child(105) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-105;
  animation-duration: 36471ms;
  animation-delay: 10492ms;
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(98vw, 107vh, 0);
  }
  to {
    transform: translate3d(96vw, -124vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  animation-delay: 3554ms;
}
.circle-container:nth-child(106) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-106;
  animation-duration: 30558ms;
  animation-delay: 28236ms;
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(73vw, 105vh, 0);
  }
  to {
    transform: translate3d(59vw, -132vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  animation-delay: 667ms;
}
.circle-container:nth-child(107) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-107;
  animation-duration: 30578ms;
  animation-delay: 29078ms;
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(70vw, 108vh, 0);
  }
  to {
    transform: translate3d(39vw, -123vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  animation-delay: 2161ms;
}
.circle-container:nth-child(108) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-108;
  animation-duration: 36061ms;
  animation-delay: 18185ms;
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(21vw, -140vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  animation-delay: 3499ms;
}
.circle-container:nth-child(109) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-109;
  animation-duration: 28196ms;
  animation-delay: 28658ms;
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(3vw, 108vh, 0);
  }
  to {
    transform: translate3d(34vw, -136vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  animation-delay: 2409ms;
}
.circle-container:nth-child(110) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-110;
  animation-duration: 34454ms;
  animation-delay: 25135ms;
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(63vw, 107vh, 0);
  }
  to {
    transform: translate3d(47vw, -136vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  animation-delay: 3644ms;
}
.circle-container:nth-child(111) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-111;
  animation-duration: 34860ms;
  animation-delay: 15545ms;
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(1vw, 110vh, 0);
  }
  to {
    transform: translate3d(91vw, -129vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  animation-delay: 1516ms;
}
.circle-container:nth-child(112) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-112;
  animation-duration: 31182ms;
  animation-delay: 13314ms;
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(93vw, 105vh, 0);
  }
  to {
    transform: translate3d(26vw, -109vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  animation-delay: 2966ms;
}
.circle-container:nth-child(113) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-113;
  animation-duration: 33099ms;
  animation-delay: 26532ms;
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(96vw, 106vh, 0);
  }
  to {
    transform: translate3d(60vw, -125vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  animation-delay: 3631ms;
}
.circle-container:nth-child(114) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-114;
  animation-duration: 36965ms;
  animation-delay: 11148ms;
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(92vw, 107vh, 0);
  }
  to {
    transform: translate3d(65vw, -110vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  animation-delay: 1774ms;
}
.circle-container:nth-child(115) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-115;
  animation-duration: 34057ms;
  animation-delay: 33001ms;
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(37vw, 101vh, 0);
  }
  to {
    transform: translate3d(16vw, -113vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  animation-delay: 2759ms;
}
.circle-container:nth-child(116) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-116;
  animation-duration: 32479ms;
  animation-delay: 25457ms;
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(86vw, 104vh, 0);
  }
  to {
    transform: translate3d(21vw, -120vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  animation-delay: 1341ms;
}
.circle-container:nth-child(117) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-117;
  animation-duration: 33201ms;
  animation-delay: 32476ms;
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(30vw, 106vh, 0);
  }
  to {
    transform: translate3d(38vw, -114vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  animation-delay: 3022ms;
}
.circle-container:nth-child(118) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-118;
  animation-duration: 35209ms;
  animation-delay: 4554ms;
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(70vw, 110vh, 0);
  }
  to {
    transform: translate3d(92vw, -136vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  animation-delay: 870ms;
}
.circle-container:nth-child(119) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-119;
  animation-duration: 29574ms;
  animation-delay: 833ms;
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(43vw, 108vh, 0);
  }
  to {
    transform: translate3d(75vw, -136vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  animation-delay: 3112ms;
}
.circle-container:nth-child(120) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-120;
  animation-duration: 29274ms;
  animation-delay: 2215ms;
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(27vw, 108vh, 0);
  }
  to {
    transform: translate3d(92vw, -119vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  animation-delay: 1102ms;
}
.circle-container:nth-child(121) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-121;
  animation-duration: 32970ms;
  animation-delay: 10918ms;
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(2vw, 107vh, 0);
  }
  to {
    transform: translate3d(26vw, -133vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  animation-delay: 1300ms;
}
.circle-container:nth-child(122) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-122;
  animation-duration: 33264ms;
  animation-delay: 9683ms;
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(79vw, 104vh, 0);
  }
  to {
    transform: translate3d(20vw, -123vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  animation-delay: 403ms;
}
.circle-container:nth-child(123) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-123;
  animation-duration: 29543ms;
  animation-delay: 30451ms;
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(60vw, 102vh, 0);
  }
  to {
    transform: translate3d(10vw, -116vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  animation-delay: 1436ms;
}
.circle-container:nth-child(124) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-124;
  animation-duration: 31244ms;
  animation-delay: 5515ms;
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -109vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  animation-delay: 1818ms;
}
.circle-container:nth-child(125) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-125;
  animation-duration: 32289ms;
  animation-delay: 13346ms;
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(9vw, 101vh, 0);
  }
  to {
    transform: translate3d(25vw, -118vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  animation-delay: 521ms;
}
.circle-container:nth-child(126) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-126;
  animation-duration: 36181ms;
  animation-delay: 32254ms;
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(3vw, 103vh, 0);
  }
  to {
    transform: translate3d(5vw, -109vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  animation-delay: 3823ms;
}
.circle-container:nth-child(127) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-127;
  animation-duration: 34736ms;
  animation-delay: 21152ms;
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(21vw, 108vh, 0);
  }
  to {
    transform: translate3d(51vw, -124vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  animation-delay: 2044ms;
}
.circle-container:nth-child(128) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-128;
  animation-duration: 32185ms;
  animation-delay: 32727ms;
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(62vw, 103vh, 0);
  }
  to {
    transform: translate3d(31vw, -123vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  animation-delay: 363ms;
}
.circle-container:nth-child(129) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-129;
  animation-duration: 36349ms;
  animation-delay: 15052ms;
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(62vw, 110vh, 0);
  }
  to {
    transform: translate3d(75vw, -112vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  animation-delay: 1929ms;
}
.circle-container:nth-child(130) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-130;
  animation-duration: 31266ms;
  animation-delay: 10523ms;
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(8vw, 105vh, 0);
  }
  to {
    transform: translate3d(76vw, -117vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  animation-delay: 236ms;
}
.circle-container:nth-child(131) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-131;
  animation-duration: 35289ms;
  animation-delay: 3010ms;
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(12vw, 109vh, 0);
  }
  to {
    transform: translate3d(78vw, -110vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  animation-delay: 1449ms;
}
.circle-container:nth-child(132) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-132;
  animation-duration: 31436ms;
  animation-delay: 17578ms;
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(92vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -126vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  animation-delay: 3190ms;
}
.circle-container:nth-child(133) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-133;
  animation-duration: 32798ms;
  animation-delay: 10835ms;
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(36vw, 101vh, 0);
  }
  to {
    transform: translate3d(18vw, -106vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  animation-delay: 1310ms;
}
.circle-container:nth-child(134) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-134;
  animation-duration: 31989ms;
  animation-delay: 18715ms;
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(50vw, 101vh, 0);
  }
  to {
    transform: translate3d(12vw, -113vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  animation-delay: 3360ms;
}
.circle-container:nth-child(135) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-135;
  animation-duration: 36927ms;
  animation-delay: 28650ms;
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(6vw, 101vh, 0);
  }
  to {
    transform: translate3d(64vw, -127vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  animation-delay: 52ms;
}
.circle-container:nth-child(136) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-136;
  animation-duration: 29613ms;
  animation-delay: 21604ms;
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(63vw, 105vh, 0);
  }
  to {
    transform: translate3d(69vw, -113vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  animation-delay: 2879ms;
}
.circle-container:nth-child(137) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-137;
  animation-duration: 30174ms;
  animation-delay: 27320ms;
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(28vw, 107vh, 0);
  }
  to {
    transform: translate3d(9vw, -124vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  animation-delay: 703ms;
}
.circle-container:nth-child(138) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-138;
  animation-duration: 30048ms;
  animation-delay: 16801ms;
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(20vw, 109vh, 0);
  }
  to {
    transform: translate3d(54vw, -131vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  animation-delay: 3213ms;
}
.circle-container:nth-child(139) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-139;
  animation-duration: 36846ms;
  animation-delay: 1206ms;
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(13vw, 110vh, 0);
  }
  to {
    transform: translate3d(41vw, -123vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  animation-delay: 2061ms;
}
.circle-container:nth-child(140) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-140;
  animation-duration: 30679ms;
  animation-delay: 10652ms;
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(50vw, 108vh, 0);
  }
  to {
    transform: translate3d(69vw, -131vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  animation-delay: 2348ms;
}
.circle-container:nth-child(141) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-141;
  animation-duration: 36799ms;
  animation-delay: 4754ms;
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(44vw, 110vh, 0);
  }
  to {
    transform: translate3d(37vw, -137vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  animation-delay: 876ms;
}
.circle-container:nth-child(142) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-142;
  animation-duration: 29560ms;
  animation-delay: 955ms;
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(88vw, -119vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  animation-delay: 1737ms;
}
.circle-container:nth-child(143) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-143;
  animation-duration: 34701ms;
  animation-delay: 21125ms;
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(39vw, 108vh, 0);
  }
  to {
    transform: translate3d(20vw, -135vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  animation-delay: 3457ms;
}
.circle-container:nth-child(144) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-144;
  animation-duration: 31544ms;
  animation-delay: 31543ms;
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(39vw, 105vh, 0);
  }
  to {
    transform: translate3d(98vw, -115vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  animation-delay: 866ms;
}
.circle-container:nth-child(145) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-145;
  animation-duration: 28503ms;
  animation-delay: 25299ms;
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(75vw, 102vh, 0);
  }
  to {
    transform: translate3d(54vw, -118vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  animation-delay: 863ms;
}
.circle-container:nth-child(146) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-146;
  animation-duration: 29949ms;
  animation-delay: 20726ms;
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(92vw, 102vh, 0);
  }
  to {
    transform: translate3d(13vw, -131vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  animation-delay: 2112ms;
}
.circle-container:nth-child(147) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-147;
  animation-duration: 36390ms;
  animation-delay: 24917ms;
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(4vw, 107vh, 0);
  }
  to {
    transform: translate3d(76vw, -114vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  animation-delay: 2464ms;
}
.circle-container:nth-child(148) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-148;
  animation-duration: 35280ms;
  animation-delay: 4847ms;
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(17vw, 110vh, 0);
  }
  to {
    transform: translate3d(17vw, -125vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  animation-delay: 976ms;
}
.circle-container:nth-child(149) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-149;
  animation-duration: 34568ms;
  animation-delay: 15188ms;
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(83vw, 102vh, 0);
  }
  to {
    transform: translate3d(29vw, -114vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  animation-delay: 2103ms;
}
.circle-container:nth-child(150) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-150;
  animation-duration: 32285ms;
  animation-delay: 5345ms;
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(80vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -132vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  animation-delay: 1436ms;
}
.circle-container:nth-child(151) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-151;
  animation-duration: 36167ms;
  animation-delay: 2701ms;
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(50vw, 103vh, 0);
  }
  to {
    transform: translate3d(59vw, -125vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  animation-delay: 2630ms;
}
.circle-container:nth-child(152) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-152;
  animation-duration: 36450ms;
  animation-delay: 33467ms;
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(86vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -136vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  animation-delay: 1172ms;
}
.circle-container:nth-child(153) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-153;
  animation-duration: 29542ms;
  animation-delay: 21773ms;
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(49vw, 109vh, 0);
  }
  to {
    transform: translate3d(32vw, -129vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  animation-delay: 1141ms;
}
.circle-container:nth-child(154) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-154;
  animation-duration: 33493ms;
  animation-delay: 5527ms;
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(23vw, 110vh, 0);
  }
  to {
    transform: translate3d(44vw, -133vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  animation-delay: 2071ms;
}
.circle-container:nth-child(155) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-155;
  animation-duration: 33038ms;
  animation-delay: 25557ms;
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(48vw, 107vh, 0);
  }
  to {
    transform: translate3d(99vw, -111vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  animation-delay: 870ms;
}
.circle-container:nth-child(156) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-156;
  animation-duration: 29169ms;
  animation-delay: 35926ms;
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(15vw, 104vh, 0);
  }
  to {
    transform: translate3d(88vw, -132vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  animation-delay: 2133ms;
}
.circle-container:nth-child(157) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-157;
  animation-duration: 35624ms;
  animation-delay: 30807ms;
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(84vw, 108vh, 0);
  }
  to {
    transform: translate3d(52vw, -127vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  animation-delay: 1781ms;
}
.circle-container:nth-child(158) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-158;
  animation-duration: 34897ms;
  animation-delay: 8797ms;
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(61vw, 105vh, 0);
  }
  to {
    transform: translate3d(43vw, -118vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  animation-delay: 699ms;
}
.circle-container:nth-child(159) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-159;
  animation-duration: 34305ms;
  animation-delay: 12585ms;
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(59vw, 108vh, 0);
  }
  to {
    transform: translate3d(50vw, -117vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  animation-delay: 3828ms;
}
.circle-container:nth-child(160) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-160;
  animation-duration: 29863ms;
  animation-delay: 8561ms;
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(59vw, 107vh, 0);
  }
  to {
    transform: translate3d(12vw, -116vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  animation-delay: 63ms;
}
.circle-container:nth-child(161) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-161;
  animation-duration: 36249ms;
  animation-delay: 24476ms;
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(79vw, 103vh, 0);
  }
  to {
    transform: translate3d(77vw, -106vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  animation-delay: 312ms;
}
.circle-container:nth-child(162) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-162;
  animation-duration: 34247ms;
  animation-delay: 9936ms;
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(64vw, -109vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  animation-delay: 1341ms;
}
.circle-container:nth-child(163) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-163;
  animation-duration: 34687ms;
  animation-delay: 25979ms;
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(31vw, 104vh, 0);
  }
  to {
    transform: translate3d(73vw, -116vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  animation-delay: 2064ms;
}
.circle-container:nth-child(164) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-164;
  animation-duration: 34959ms;
  animation-delay: 12558ms;
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(12vw, 108vh, 0);
  }
  to {
    transform: translate3d(83vw, -135vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  animation-delay: 2474ms;
}
.circle-container:nth-child(165) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-165;
  animation-duration: 34632ms;
  animation-delay: 26448ms;
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(20vw, 107vh, 0);
  }
  to {
    transform: translate3d(58vw, -136vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  animation-delay: 1474ms;
}
.circle-container:nth-child(166) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-166;
  animation-duration: 36766ms;
  animation-delay: 12328ms;
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(45vw, 108vh, 0);
  }
  to {
    transform: translate3d(65vw, -135vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  animation-delay: 3104ms;
}
.circle-container:nth-child(167) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-167;
  animation-duration: 30519ms;
  animation-delay: 2063ms;
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(47vw, 109vh, 0);
  }
  to {
    transform: translate3d(90vw, -122vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  animation-delay: 1851ms;
}
.circle-container:nth-child(168) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-168;
  animation-duration: 31451ms;
  animation-delay: 33258ms;
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(51vw, 105vh, 0);
  }
  to {
    transform: translate3d(3vw, -110vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  animation-delay: 3526ms;
}
.circle-container:nth-child(169) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-169;
  animation-duration: 36534ms;
  animation-delay: 32485ms;
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(89vw, 103vh, 0);
  }
  to {
    transform: translate3d(32vw, -121vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  animation-delay: 3335ms;
}
.circle-container:nth-child(170) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-170;
  animation-duration: 34137ms;
  animation-delay: 34231ms;
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(64vw, 102vh, 0);
  }
  to {
    transform: translate3d(43vw, -129vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  animation-delay: 1160ms;
}
.circle-container:nth-child(171) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-171;
  animation-duration: 31133ms;
  animation-delay: 31802ms;
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(27vw, 101vh, 0);
  }
  to {
    transform: translate3d(72vw, -120vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  animation-delay: 2302ms;
}
.circle-container:nth-child(172) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-172;
  animation-duration: 35160ms;
  animation-delay: 30318ms;
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(47vw, 109vh, 0);
  }
  to {
    transform: translate3d(90vw, -130vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  animation-delay: 2718ms;
}
.circle-container:nth-child(173) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-173;
  animation-duration: 33435ms;
  animation-delay: 7391ms;
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(80vw, -135vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  animation-delay: 1889ms;
}
.circle-container:nth-child(174) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-174;
  animation-duration: 33014ms;
  animation-delay: 9577ms;
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(42vw, 101vh, 0);
  }
  to {
    transform: translate3d(99vw, -111vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  animation-delay: 3778ms;
}
.circle-container:nth-child(175) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-175;
  animation-duration: 30745ms;
  animation-delay: 36621ms;
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(12vw, 107vh, 0);
  }
  to {
    transform: translate3d(95vw, -133vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  animation-delay: 1249ms;
}
.circle-container:nth-child(176) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-176;
  animation-duration: 30476ms;
  animation-delay: 29442ms;
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(45vw, 110vh, 0);
  }
  to {
    transform: translate3d(25vw, -121vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  animation-delay: 26ms;
}
.circle-container:nth-child(177) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-177;
  animation-duration: 31300ms;
  animation-delay: 32593ms;
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(95vw, 109vh, 0);
  }
  to {
    transform: translate3d(98vw, -132vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  animation-delay: 3764ms;
}
.circle-container:nth-child(178) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-178;
  animation-duration: 28752ms;
  animation-delay: 34791ms;
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(88vw, 101vh, 0);
  }
  to {
    transform: translate3d(97vw, -104vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  animation-delay: 3344ms;
}
.circle-container:nth-child(179) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-179;
  animation-duration: 31251ms;
  animation-delay: 16374ms;
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(26vw, 106vh, 0);
  }
  to {
    transform: translate3d(65vw, -108vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  animation-delay: 1028ms;
}
.circle-container:nth-child(180) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-180;
  animation-duration: 30711ms;
  animation-delay: 24091ms;
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(42vw, 101vh, 0);
  }
  to {
    transform: translate3d(34vw, -116vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  animation-delay: 3987ms;
}
.circle-container:nth-child(181) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-181;
  animation-duration: 35057ms;
  animation-delay: 16876ms;
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(94vw, 107vh, 0);
  }
  to {
    transform: translate3d(15vw, -124vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  animation-delay: 2943ms;
}
.circle-container:nth-child(182) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-182;
  animation-duration: 28809ms;
  animation-delay: 30313ms;
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(11vw, 102vh, 0);
  }
  to {
    transform: translate3d(67vw, -117vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  animation-delay: 1343ms;
}
.circle-container:nth-child(183) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-183;
  animation-duration: 36233ms;
  animation-delay: 32910ms;
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(6vw, 103vh, 0);
  }
  to {
    transform: translate3d(48vw, -120vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  animation-delay: 3072ms;
}
.circle-container:nth-child(184) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-184;
  animation-duration: 31078ms;
  animation-delay: 14952ms;
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(12vw, 106vh, 0);
  }
  to {
    transform: translate3d(98vw, -112vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  animation-delay: 2194ms;
}
.circle-container:nth-child(185) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-185;
  animation-duration: 28906ms;
  animation-delay: 35229ms;
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(6vw, 103vh, 0);
  }
  to {
    transform: translate3d(50vw, -129vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  animation-delay: 1700ms;
}
.circle-container:nth-child(186) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-186;
  animation-duration: 29541ms;
  animation-delay: 31903ms;
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(59vw, 102vh, 0);
  }
  to {
    transform: translate3d(86vw, -109vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  animation-delay: 3406ms;
}
.circle-container:nth-child(187) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-187;
  animation-duration: 34020ms;
  animation-delay: 10977ms;
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(13vw, 105vh, 0);
  }
  to {
    transform: translate3d(25vw, -131vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  animation-delay: 2575ms;
}
.circle-container:nth-child(188) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-188;
  animation-duration: 30790ms;
  animation-delay: 26020ms;
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(28vw, 108vh, 0);
  }
  to {
    transform: translate3d(100vw, -121vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  animation-delay: 565ms;
}
.circle-container:nth-child(189) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-189;
  animation-duration: 36469ms;
  animation-delay: 31854ms;
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(96vw, 110vh, 0);
  }
  to {
    transform: translate3d(93vw, -138vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  animation-delay: 842ms;
}
.circle-container:nth-child(190) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-190;
  animation-duration: 33099ms;
  animation-delay: 11304ms;
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(63vw, 104vh, 0);
  }
  to {
    transform: translate3d(88vw, -116vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  animation-delay: 2721ms;
}
.circle-container:nth-child(191) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-191;
  animation-duration: 30109ms;
  animation-delay: 4252ms;
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(76vw, 104vh, 0);
  }
  to {
    transform: translate3d(62vw, -110vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  animation-delay: 3248ms;
}
.circle-container:nth-child(192) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-192;
  animation-duration: 30536ms;
  animation-delay: 28120ms;
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(11vw, 109vh, 0);
  }
  to {
    transform: translate3d(27vw, -111vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  animation-delay: 2723ms;
}
.circle-container:nth-child(193) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-193;
  animation-duration: 31517ms;
  animation-delay: 6086ms;
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(71vw, 104vh, 0);
  }
  to {
    transform: translate3d(88vw, -121vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  animation-delay: 604ms;
}
.circle-container:nth-child(194) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-194;
  animation-duration: 28935ms;
  animation-delay: 13616ms;
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(3vw, 104vh, 0);
  }
  to {
    transform: translate3d(51vw, -127vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  animation-delay: 3185ms;
}
.circle-container:nth-child(195) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-195;
  animation-duration: 28782ms;
  animation-delay: 34424ms;
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(33vw, 110vh, 0);
  }
  to {
    transform: translate3d(82vw, -126vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  animation-delay: 1732ms;
}
.circle-container:nth-child(196) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-196;
  animation-duration: 35875ms;
  animation-delay: 13886ms;
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(94vw, 103vh, 0);
  }
  to {
    transform: translate3d(34vw, -110vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  animation-delay: 1422ms;
}
.circle-container:nth-child(197) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-197;
  animation-duration: 36812ms;
  animation-delay: 15556ms;
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(49vw, -119vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  animation-delay: 1693ms;
}
.circle-container:nth-child(198) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-198;
  animation-duration: 35651ms;
  animation-delay: 14280ms;
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(32vw, 108vh, 0);
  }
  to {
    transform: translate3d(28vw, -110vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  animation-delay: 3682ms;
}
.circle-container:nth-child(199) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-199;
  animation-duration: 31725ms;
  animation-delay: 23136ms;
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(19vw, 107vh, 0);
  }
  to {
    transform: translate3d(10vw, -135vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  animation-delay: 3330ms;
}
.circle-container:nth-child(200) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-200;
  animation-duration: 31307ms;
  animation-delay: 9162ms;
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(100vw, 102vh, 0);
  }
  to {
    transform: translate3d(99vw, -126vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  animation-delay: 3790ms;
}

.message {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #999;
  font-family: "Arial", serif;
  line-height: 27px;
  font-size: 18px;
  text-align: right;
  pointer-events: none;
  animation: message-frames 1.5s ease 5s forwards;
  opacity: 0;
}
@keyframes message-frames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
