* {
  margin: 0;
  padding: 0;
}

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

body {
  background-color: #021027;
}

.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
          mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
}

.circle-container {
  position: absolute;
  transform: translateY(-10vh);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(#ffc107, #ffc107 10%, rgba(255, 193, 7, 0) 56%);
  -webkit-animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
          animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@-webkit-keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-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);
  }
}
@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: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-1;
          animation-name: move-frames-1;
  -webkit-animation-duration: 28028ms;
          animation-duration: 28028ms;
  -webkit-animation-delay: 20925ms;
          animation-delay: 20925ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    transform: translate3d(83vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -106vh, 0);
  }
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(83vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -106vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 2096ms;
          animation-delay: 2096ms;
}
.circle-container:nth-child(2) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-2;
          animation-name: move-frames-2;
  -webkit-animation-duration: 35247ms;
          animation-duration: 35247ms;
  -webkit-animation-delay: 33265ms;
          animation-delay: 33265ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    transform: translate3d(49vw, 101vh, 0);
  }
  to {
    transform: translate3d(8vw, -118vh, 0);
  }
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(49vw, 101vh, 0);
  }
  to {
    transform: translate3d(8vw, -118vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 2930ms;
          animation-delay: 2930ms;
}
.circle-container:nth-child(3) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-3;
          animation-name: move-frames-3;
  -webkit-animation-duration: 35680ms;
          animation-duration: 35680ms;
  -webkit-animation-delay: 13533ms;
          animation-delay: 13533ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    transform: translate3d(20vw, 106vh, 0);
  }
  to {
    transform: translate3d(51vw, -114vh, 0);
  }
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(20vw, 106vh, 0);
  }
  to {
    transform: translate3d(51vw, -114vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 3357ms;
          animation-delay: 3357ms;
}
.circle-container:nth-child(4) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-4;
          animation-name: move-frames-4;
  -webkit-animation-duration: 28764ms;
          animation-duration: 28764ms;
  -webkit-animation-delay: 5004ms;
          animation-delay: 5004ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    transform: translate3d(27vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -134vh, 0);
  }
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(27vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -134vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 849ms;
          animation-delay: 849ms;
}
.circle-container:nth-child(5) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-5;
          animation-name: move-frames-5;
  -webkit-animation-duration: 31082ms;
          animation-duration: 31082ms;
  -webkit-animation-delay: 7875ms;
          animation-delay: 7875ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    transform: translate3d(66vw, 108vh, 0);
  }
  to {
    transform: translate3d(19vw, -118vh, 0);
  }
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(66vw, 108vh, 0);
  }
  to {
    transform: translate3d(19vw, -118vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 1313ms;
          animation-delay: 1313ms;
}
.circle-container:nth-child(6) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-6;
          animation-name: move-frames-6;
  -webkit-animation-duration: 34041ms;
          animation-duration: 34041ms;
  -webkit-animation-delay: 34819ms;
          animation-delay: 34819ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    transform: translate3d(87vw, 107vh, 0);
  }
  to {
    transform: translate3d(26vw, -113vh, 0);
  }
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(87vw, 107vh, 0);
  }
  to {
    transform: translate3d(26vw, -113vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 1553ms;
          animation-delay: 1553ms;
}
.circle-container:nth-child(7) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-7;
          animation-name: move-frames-7;
  -webkit-animation-duration: 32791ms;
          animation-duration: 32791ms;
  -webkit-animation-delay: 13587ms;
          animation-delay: 13587ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(1vw, -113vh, 0);
  }
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(1vw, -113vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 1117ms;
          animation-delay: 1117ms;
}
.circle-container:nth-child(8) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-8;
          animation-name: move-frames-8;
  -webkit-animation-duration: 36634ms;
          animation-duration: 36634ms;
  -webkit-animation-delay: 15363ms;
          animation-delay: 15363ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    transform: translate3d(49vw, 108vh, 0);
  }
  to {
    transform: translate3d(91vw, -114vh, 0);
  }
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(49vw, 108vh, 0);
  }
  to {
    transform: translate3d(91vw, -114vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 1840ms;
          animation-delay: 1840ms;
}
.circle-container:nth-child(9) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-9;
          animation-name: move-frames-9;
  -webkit-animation-duration: 36456ms;
          animation-duration: 36456ms;
  -webkit-animation-delay: 12183ms;
          animation-delay: 12183ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -120vh, 0);
  }
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -120vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 3074ms;
          animation-delay: 3074ms;
}
.circle-container:nth-child(10) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-10;
          animation-name: move-frames-10;
  -webkit-animation-duration: 31301ms;
          animation-duration: 31301ms;
  -webkit-animation-delay: 2260ms;
          animation-delay: 2260ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    transform: translate3d(70vw, 106vh, 0);
  }
  to {
    transform: translate3d(90vw, -114vh, 0);
  }
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(70vw, 106vh, 0);
  }
  to {
    transform: translate3d(90vw, -114vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 518ms;
          animation-delay: 518ms;
}
.circle-container:nth-child(11) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-11;
          animation-name: move-frames-11;
  -webkit-animation-duration: 33043ms;
          animation-duration: 33043ms;
  -webkit-animation-delay: 11923ms;
          animation-delay: 11923ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    transform: translate3d(76vw, 104vh, 0);
  }
  to {
    transform: translate3d(41vw, -122vh, 0);
  }
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(76vw, 104vh, 0);
  }
  to {
    transform: translate3d(41vw, -122vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 1945ms;
          animation-delay: 1945ms;
}
.circle-container:nth-child(12) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-12;
          animation-name: move-frames-12;
  -webkit-animation-duration: 35771ms;
          animation-duration: 35771ms;
  -webkit-animation-delay: 7589ms;
          animation-delay: 7589ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    transform: translate3d(96vw, 101vh, 0);
  }
  to {
    transform: translate3d(52vw, -116vh, 0);
  }
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(96vw, 101vh, 0);
  }
  to {
    transform: translate3d(52vw, -116vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 2582ms;
          animation-delay: 2582ms;
}
.circle-container:nth-child(13) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-13;
          animation-name: move-frames-13;
  -webkit-animation-duration: 32108ms;
          animation-duration: 32108ms;
  -webkit-animation-delay: 22971ms;
          animation-delay: 22971ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    transform: translate3d(72vw, 103vh, 0);
  }
  to {
    transform: translate3d(22vw, -131vh, 0);
  }
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(72vw, 103vh, 0);
  }
  to {
    transform: translate3d(22vw, -131vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 3149ms;
          animation-delay: 3149ms;
}
.circle-container:nth-child(14) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-14;
          animation-name: move-frames-14;
  -webkit-animation-duration: 31934ms;
          animation-duration: 31934ms;
  -webkit-animation-delay: 33291ms;
          animation-delay: 33291ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    transform: translate3d(3vw, 101vh, 0);
  }
  to {
    transform: translate3d(42vw, -114vh, 0);
  }
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(3vw, 101vh, 0);
  }
  to {
    transform: translate3d(42vw, -114vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 2483ms;
          animation-delay: 2483ms;
}
.circle-container:nth-child(15) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-15;
          animation-name: move-frames-15;
  -webkit-animation-duration: 36174ms;
          animation-duration: 36174ms;
  -webkit-animation-delay: 15042ms;
          animation-delay: 15042ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    transform: translate3d(43vw, 110vh, 0);
  }
  to {
    transform: translate3d(42vw, -123vh, 0);
  }
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(43vw, 110vh, 0);
  }
  to {
    transform: translate3d(42vw, -123vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 3530ms;
          animation-delay: 3530ms;
}
.circle-container:nth-child(16) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-16;
          animation-name: move-frames-16;
  -webkit-animation-duration: 29277ms;
          animation-duration: 29277ms;
  -webkit-animation-delay: 24608ms;
          animation-delay: 24608ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    transform: translate3d(94vw, 106vh, 0);
  }
  to {
    transform: translate3d(48vw, -126vh, 0);
  }
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(94vw, 106vh, 0);
  }
  to {
    transform: translate3d(48vw, -126vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 3ms;
          animation-delay: 3ms;
}
.circle-container:nth-child(17) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-17;
          animation-name: move-frames-17;
  -webkit-animation-duration: 36428ms;
          animation-duration: 36428ms;
  -webkit-animation-delay: 29756ms;
          animation-delay: 29756ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    transform: translate3d(66vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -106vh, 0);
  }
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(66vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -106vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 1392ms;
          animation-delay: 1392ms;
}
.circle-container:nth-child(18) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-18;
          animation-name: move-frames-18;
  -webkit-animation-duration: 33597ms;
          animation-duration: 33597ms;
  -webkit-animation-delay: 31655ms;
          animation-delay: 31655ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    transform: translate3d(94vw, 103vh, 0);
  }
  to {
    transform: translate3d(46vw, -105vh, 0);
  }
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(94vw, 103vh, 0);
  }
  to {
    transform: translate3d(46vw, -105vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 1672ms;
          animation-delay: 1672ms;
}
.circle-container:nth-child(19) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-19;
          animation-name: move-frames-19;
  -webkit-animation-duration: 29723ms;
          animation-duration: 29723ms;
  -webkit-animation-delay: 11422ms;
          animation-delay: 11422ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    transform: translate3d(10vw, 109vh, 0);
  }
  to {
    transform: translate3d(62vw, -126vh, 0);
  }
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(10vw, 109vh, 0);
  }
  to {
    transform: translate3d(62vw, -126vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 2954ms;
          animation-delay: 2954ms;
}
.circle-container:nth-child(20) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-20;
          animation-name: move-frames-20;
  -webkit-animation-duration: 33000ms;
          animation-duration: 33000ms;
  -webkit-animation-delay: 30612ms;
          animation-delay: 30612ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    transform: translate3d(52vw, 104vh, 0);
  }
  to {
    transform: translate3d(61vw, -107vh, 0);
  }
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(52vw, 104vh, 0);
  }
  to {
    transform: translate3d(61vw, -107vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 1402ms;
          animation-delay: 1402ms;
}
.circle-container:nth-child(21) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-21;
          animation-name: move-frames-21;
  -webkit-animation-duration: 32412ms;
          animation-duration: 32412ms;
  -webkit-animation-delay: 34629ms;
          animation-delay: 34629ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    transform: translate3d(8vw, 101vh, 0);
  }
  to {
    transform: translate3d(6vw, -116vh, 0);
  }
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(8vw, 101vh, 0);
  }
  to {
    transform: translate3d(6vw, -116vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 1652ms;
          animation-delay: 1652ms;
}
.circle-container:nth-child(22) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-22;
          animation-name: move-frames-22;
  -webkit-animation-duration: 29351ms;
          animation-duration: 29351ms;
  -webkit-animation-delay: 4743ms;
          animation-delay: 4743ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    transform: translate3d(63vw, 104vh, 0);
  }
  to {
    transform: translate3d(11vw, -116vh, 0);
  }
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(63vw, 104vh, 0);
  }
  to {
    transform: translate3d(11vw, -116vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 3768ms;
          animation-delay: 3768ms;
}
.circle-container:nth-child(23) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-23;
          animation-name: move-frames-23;
  -webkit-animation-duration: 36267ms;
          animation-duration: 36267ms;
  -webkit-animation-delay: 5321ms;
          animation-delay: 5321ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    transform: translate3d(39vw, 103vh, 0);
  }
  to {
    transform: translate3d(25vw, -104vh, 0);
  }
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(39vw, 103vh, 0);
  }
  to {
    transform: translate3d(25vw, -104vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 457ms;
          animation-delay: 457ms;
}
.circle-container:nth-child(24) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-24;
          animation-name: move-frames-24;
  -webkit-animation-duration: 36629ms;
          animation-duration: 36629ms;
  -webkit-animation-delay: 19032ms;
          animation-delay: 19032ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    transform: translate3d(10vw, 106vh, 0);
  }
  to {
    transform: translate3d(89vw, -113vh, 0);
  }
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(10vw, 106vh, 0);
  }
  to {
    transform: translate3d(89vw, -113vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 989ms;
          animation-delay: 989ms;
}
.circle-container:nth-child(25) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-25;
          animation-name: move-frames-25;
  -webkit-animation-duration: 28958ms;
          animation-duration: 28958ms;
  -webkit-animation-delay: 17403ms;
          animation-delay: 17403ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    transform: translate3d(83vw, 106vh, 0);
  }
  to {
    transform: translate3d(14vw, -115vh, 0);
  }
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(83vw, 106vh, 0);
  }
  to {
    transform: translate3d(14vw, -115vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 787ms;
          animation-delay: 787ms;
}
.circle-container:nth-child(26) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-26;
          animation-name: move-frames-26;
  -webkit-animation-duration: 32695ms;
          animation-duration: 32695ms;
  -webkit-animation-delay: 10910ms;
          animation-delay: 10910ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    transform: translate3d(22vw, 103vh, 0);
  }
  to {
    transform: translate3d(9vw, -120vh, 0);
  }
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(22vw, 103vh, 0);
  }
  to {
    transform: translate3d(9vw, -120vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 1924ms;
          animation-delay: 1924ms;
}
.circle-container:nth-child(27) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-27;
          animation-name: move-frames-27;
  -webkit-animation-duration: 30192ms;
          animation-duration: 30192ms;
  -webkit-animation-delay: 35599ms;
          animation-delay: 35599ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    transform: translate3d(19vw, 102vh, 0);
  }
  to {
    transform: translate3d(60vw, -125vh, 0);
  }
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(19vw, 102vh, 0);
  }
  to {
    transform: translate3d(60vw, -125vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 3238ms;
          animation-delay: 3238ms;
}
.circle-container:nth-child(28) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-28;
          animation-name: move-frames-28;
  -webkit-animation-duration: 32633ms;
          animation-duration: 32633ms;
  -webkit-animation-delay: 22624ms;
          animation-delay: 22624ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    transform: translate3d(70vw, 104vh, 0);
  }
  to {
    transform: translate3d(42vw, -132vh, 0);
  }
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(70vw, 104vh, 0);
  }
  to {
    transform: translate3d(42vw, -132vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 2996ms;
          animation-delay: 2996ms;
}
.circle-container:nth-child(29) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-29;
          animation-name: move-frames-29;
  -webkit-animation-duration: 34942ms;
          animation-duration: 34942ms;
  -webkit-animation-delay: 8839ms;
          animation-delay: 8839ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    transform: translate3d(72vw, 102vh, 0);
  }
  to {
    transform: translate3d(71vw, -119vh, 0);
  }
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(72vw, 102vh, 0);
  }
  to {
    transform: translate3d(71vw, -119vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 1260ms;
          animation-delay: 1260ms;
}
.circle-container:nth-child(30) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-30;
          animation-name: move-frames-30;
  -webkit-animation-duration: 30551ms;
          animation-duration: 30551ms;
  -webkit-animation-delay: 21170ms;
          animation-delay: 21170ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    transform: translate3d(30vw, 102vh, 0);
  }
  to {
    transform: translate3d(58vw, -104vh, 0);
  }
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(30vw, 102vh, 0);
  }
  to {
    transform: translate3d(58vw, -104vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 2195ms;
          animation-delay: 2195ms;
}
.circle-container:nth-child(31) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-31;
          animation-name: move-frames-31;
  -webkit-animation-duration: 32953ms;
          animation-duration: 32953ms;
  -webkit-animation-delay: 23622ms;
          animation-delay: 23622ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    transform: translate3d(17vw, 110vh, 0);
  }
  to {
    transform: translate3d(63vw, -135vh, 0);
  }
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(17vw, 110vh, 0);
  }
  to {
    transform: translate3d(63vw, -135vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 3260ms;
          animation-delay: 3260ms;
}
.circle-container:nth-child(32) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-32;
          animation-name: move-frames-32;
  -webkit-animation-duration: 34896ms;
          animation-duration: 34896ms;
  -webkit-animation-delay: 26666ms;
          animation-delay: 26666ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    transform: translate3d(21vw, 103vh, 0);
  }
  to {
    transform: translate3d(14vw, -131vh, 0);
  }
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(21vw, 103vh, 0);
  }
  to {
    transform: translate3d(14vw, -131vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 1976ms;
          animation-delay: 1976ms;
}
.circle-container:nth-child(33) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-33;
          animation-name: move-frames-33;
  -webkit-animation-duration: 30988ms;
          animation-duration: 30988ms;
  -webkit-animation-delay: 15785ms;
          animation-delay: 15785ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    transform: translate3d(59vw, 104vh, 0);
  }
  to {
    transform: translate3d(41vw, -127vh, 0);
  }
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(59vw, 104vh, 0);
  }
  to {
    transform: translate3d(41vw, -127vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 2882ms;
          animation-delay: 2882ms;
}
.circle-container:nth-child(34) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-34;
          animation-name: move-frames-34;
  -webkit-animation-duration: 32281ms;
          animation-duration: 32281ms;
  -webkit-animation-delay: 24341ms;
          animation-delay: 24341ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    transform: translate3d(29vw, 103vh, 0);
  }
  to {
    transform: translate3d(76vw, -108vh, 0);
  }
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(29vw, 103vh, 0);
  }
  to {
    transform: translate3d(76vw, -108vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 2561ms;
          animation-delay: 2561ms;
}
.circle-container:nth-child(35) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-35;
          animation-name: move-frames-35;
  -webkit-animation-duration: 36371ms;
          animation-duration: 36371ms;
  -webkit-animation-delay: 10805ms;
          animation-delay: 10805ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    transform: translate3d(86vw, 107vh, 0);
  }
  to {
    transform: translate3d(30vw, -111vh, 0);
  }
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(86vw, 107vh, 0);
  }
  to {
    transform: translate3d(30vw, -111vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 1847ms;
          animation-delay: 1847ms;
}
.circle-container:nth-child(36) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-36;
          animation-name: move-frames-36;
  -webkit-animation-duration: 29728ms;
          animation-duration: 29728ms;
  -webkit-animation-delay: 1711ms;
          animation-delay: 1711ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    transform: translate3d(13vw, 106vh, 0);
  }
  to {
    transform: translate3d(29vw, -124vh, 0);
  }
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(13vw, 106vh, 0);
  }
  to {
    transform: translate3d(29vw, -124vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 1816ms;
          animation-delay: 1816ms;
}
.circle-container:nth-child(37) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-37;
          animation-name: move-frames-37;
  -webkit-animation-duration: 32939ms;
          animation-duration: 32939ms;
  -webkit-animation-delay: 28376ms;
          animation-delay: 28376ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(82vw, -108vh, 0);
  }
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(82vw, -108vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 3755ms;
          animation-delay: 3755ms;
}
.circle-container:nth-child(38) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-38;
          animation-name: move-frames-38;
  -webkit-animation-duration: 36410ms;
          animation-duration: 36410ms;
  -webkit-animation-delay: 21857ms;
          animation-delay: 21857ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    transform: translate3d(92vw, 109vh, 0);
  }
  to {
    transform: translate3d(92vw, -122vh, 0);
  }
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(92vw, 109vh, 0);
  }
  to {
    transform: translate3d(92vw, -122vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 3860ms;
          animation-delay: 3860ms;
}
.circle-container:nth-child(39) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-39;
          animation-name: move-frames-39;
  -webkit-animation-duration: 31206ms;
          animation-duration: 31206ms;
  -webkit-animation-delay: 36767ms;
          animation-delay: 36767ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    transform: translate3d(47vw, 103vh, 0);
  }
  to {
    transform: translate3d(2vw, -108vh, 0);
  }
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(47vw, 103vh, 0);
  }
  to {
    transform: translate3d(2vw, -108vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 642ms;
          animation-delay: 642ms;
}
.circle-container:nth-child(40) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-40;
          animation-name: move-frames-40;
  -webkit-animation-duration: 36016ms;
          animation-duration: 36016ms;
  -webkit-animation-delay: 34205ms;
          animation-delay: 34205ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    transform: translate3d(39vw, 109vh, 0);
  }
  to {
    transform: translate3d(16vw, -131vh, 0);
  }
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(39vw, 109vh, 0);
  }
  to {
    transform: translate3d(16vw, -131vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 902ms;
          animation-delay: 902ms;
}
.circle-container:nth-child(41) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-41;
          animation-name: move-frames-41;
  -webkit-animation-duration: 34545ms;
          animation-duration: 34545ms;
  -webkit-animation-delay: 35040ms;
          animation-delay: 35040ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    transform: translate3d(4vw, 108vh, 0);
  }
  to {
    transform: translate3d(45vw, -136vh, 0);
  }
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(4vw, 108vh, 0);
  }
  to {
    transform: translate3d(45vw, -136vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 2537ms;
          animation-delay: 2537ms;
}
.circle-container:nth-child(42) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-42;
          animation-name: move-frames-42;
  -webkit-animation-duration: 34189ms;
          animation-duration: 34189ms;
  -webkit-animation-delay: 28482ms;
          animation-delay: 28482ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    transform: translate3d(65vw, 104vh, 0);
  }
  to {
    transform: translate3d(68vw, -111vh, 0);
  }
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(65vw, 104vh, 0);
  }
  to {
    transform: translate3d(68vw, -111vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 1891ms;
          animation-delay: 1891ms;
}
.circle-container:nth-child(43) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-43;
          animation-name: move-frames-43;
  -webkit-animation-duration: 31264ms;
          animation-duration: 31264ms;
  -webkit-animation-delay: 23176ms;
          animation-delay: 23176ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    transform: translate3d(88vw, 109vh, 0);
  }
  to {
    transform: translate3d(86vw, -121vh, 0);
  }
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(88vw, 109vh, 0);
  }
  to {
    transform: translate3d(86vw, -121vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 405ms;
          animation-delay: 405ms;
}
.circle-container:nth-child(44) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-44;
          animation-name: move-frames-44;
  -webkit-animation-duration: 34106ms;
          animation-duration: 34106ms;
  -webkit-animation-delay: 12729ms;
          animation-delay: 12729ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    transform: translate3d(40vw, 110vh, 0);
  }
  to {
    transform: translate3d(52vw, -118vh, 0);
  }
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(40vw, 110vh, 0);
  }
  to {
    transform: translate3d(52vw, -118vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 2234ms;
          animation-delay: 2234ms;
}
.circle-container:nth-child(45) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-45;
          animation-name: move-frames-45;
  -webkit-animation-duration: 29384ms;
          animation-duration: 29384ms;
  -webkit-animation-delay: 12769ms;
          animation-delay: 12769ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    transform: translate3d(84vw, 103vh, 0);
  }
  to {
    transform: translate3d(32vw, -126vh, 0);
  }
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(84vw, 103vh, 0);
  }
  to {
    transform: translate3d(32vw, -126vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 3449ms;
          animation-delay: 3449ms;
}
.circle-container:nth-child(46) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-46;
          animation-name: move-frames-46;
  -webkit-animation-duration: 33937ms;
          animation-duration: 33937ms;
  -webkit-animation-delay: 23117ms;
          animation-delay: 23117ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    transform: translate3d(89vw, 101vh, 0);
  }
  to {
    transform: translate3d(58vw, -109vh, 0);
  }
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(89vw, 101vh, 0);
  }
  to {
    transform: translate3d(58vw, -109vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 3715ms;
          animation-delay: 3715ms;
}
.circle-container:nth-child(47) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-47;
          animation-name: move-frames-47;
  -webkit-animation-duration: 28640ms;
          animation-duration: 28640ms;
  -webkit-animation-delay: 7713ms;
          animation-delay: 7713ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    transform: translate3d(30vw, 106vh, 0);
  }
  to {
    transform: translate3d(3vw, -111vh, 0);
  }
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(30vw, 106vh, 0);
  }
  to {
    transform: translate3d(3vw, -111vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 1163ms;
          animation-delay: 1163ms;
}
.circle-container:nth-child(48) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-48;
          animation-name: move-frames-48;
  -webkit-animation-duration: 35201ms;
          animation-duration: 35201ms;
  -webkit-animation-delay: 8158ms;
          animation-delay: 8158ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    transform: translate3d(66vw, 104vh, 0);
  }
  to {
    transform: translate3d(96vw, -130vh, 0);
  }
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(66vw, 104vh, 0);
  }
  to {
    transform: translate3d(96vw, -130vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 1576ms;
          animation-delay: 1576ms;
}
.circle-container:nth-child(49) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-49;
          animation-name: move-frames-49;
  -webkit-animation-duration: 35913ms;
          animation-duration: 35913ms;
  -webkit-animation-delay: 12171ms;
          animation-delay: 12171ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    transform: translate3d(37vw, 102vh, 0);
  }
  to {
    transform: translate3d(67vw, -105vh, 0);
  }
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(37vw, 102vh, 0);
  }
  to {
    transform: translate3d(67vw, -105vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 3255ms;
          animation-delay: 3255ms;
}
.circle-container:nth-child(50) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-50;
          animation-name: move-frames-50;
  -webkit-animation-duration: 29927ms;
          animation-duration: 29927ms;
  -webkit-animation-delay: 24096ms;
          animation-delay: 24096ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    transform: translate3d(96vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -134vh, 0);
  }
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(96vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -134vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 2373ms;
          animation-delay: 2373ms;
}
.circle-container:nth-child(51) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-51;
          animation-name: move-frames-51;
  -webkit-animation-duration: 31383ms;
          animation-duration: 31383ms;
  -webkit-animation-delay: 30712ms;
          animation-delay: 30712ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    transform: translate3d(15vw, 107vh, 0);
  }
  to {
    transform: translate3d(88vw, -131vh, 0);
  }
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(15vw, 107vh, 0);
  }
  to {
    transform: translate3d(88vw, -131vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 3207ms;
          animation-delay: 3207ms;
}
.circle-container:nth-child(52) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-52;
          animation-name: move-frames-52;
  -webkit-animation-duration: 30606ms;
          animation-duration: 30606ms;
  -webkit-animation-delay: 25919ms;
          animation-delay: 25919ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    transform: translate3d(44vw, 107vh, 0);
  }
  to {
    transform: translate3d(61vw, -125vh, 0);
  }
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(44vw, 107vh, 0);
  }
  to {
    transform: translate3d(61vw, -125vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 927ms;
          animation-delay: 927ms;
}
.circle-container:nth-child(53) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-53;
          animation-name: move-frames-53;
  -webkit-animation-duration: 35542ms;
          animation-duration: 35542ms;
  -webkit-animation-delay: 31670ms;
          animation-delay: 31670ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    transform: translate3d(90vw, 101vh, 0);
  }
  to {
    transform: translate3d(60vw, -125vh, 0);
  }
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(90vw, 101vh, 0);
  }
  to {
    transform: translate3d(60vw, -125vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 441ms;
          animation-delay: 441ms;
}
.circle-container:nth-child(54) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-54;
          animation-name: move-frames-54;
  -webkit-animation-duration: 34808ms;
          animation-duration: 34808ms;
  -webkit-animation-delay: 10576ms;
          animation-delay: 10576ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    transform: translate3d(30vw, 103vh, 0);
  }
  to {
    transform: translate3d(93vw, -126vh, 0);
  }
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(30vw, 103vh, 0);
  }
  to {
    transform: translate3d(93vw, -126vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 1982ms;
          animation-delay: 1982ms;
}
.circle-container:nth-child(55) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-55;
          animation-name: move-frames-55;
  -webkit-animation-duration: 32387ms;
          animation-duration: 32387ms;
  -webkit-animation-delay: 914ms;
          animation-delay: 914ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    transform: translate3d(55vw, 103vh, 0);
  }
  to {
    transform: translate3d(78vw, -107vh, 0);
  }
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(55vw, 103vh, 0);
  }
  to {
    transform: translate3d(78vw, -107vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 3092ms;
          animation-delay: 3092ms;
}
.circle-container:nth-child(56) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-56;
          animation-name: move-frames-56;
  -webkit-animation-duration: 35114ms;
          animation-duration: 35114ms;
  -webkit-animation-delay: 868ms;
          animation-delay: 868ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    transform: translate3d(98vw, 103vh, 0);
  }
  to {
    transform: translate3d(69vw, -130vh, 0);
  }
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(98vw, 103vh, 0);
  }
  to {
    transform: translate3d(69vw, -130vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 1210ms;
          animation-delay: 1210ms;
}
.circle-container:nth-child(57) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-57;
          animation-name: move-frames-57;
  -webkit-animation-duration: 30404ms;
          animation-duration: 30404ms;
  -webkit-animation-delay: 31919ms;
          animation-delay: 31919ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    transform: translate3d(14vw, 103vh, 0);
  }
  to {
    transform: translate3d(57vw, -132vh, 0);
  }
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(14vw, 103vh, 0);
  }
  to {
    transform: translate3d(57vw, -132vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 2592ms;
          animation-delay: 2592ms;
}
.circle-container:nth-child(58) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-58;
          animation-name: move-frames-58;
  -webkit-animation-duration: 35439ms;
          animation-duration: 35439ms;
  -webkit-animation-delay: 29256ms;
          animation-delay: 29256ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    transform: translate3d(15vw, 103vh, 0);
  }
  to {
    transform: translate3d(40vw, -111vh, 0);
  }
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(15vw, 103vh, 0);
  }
  to {
    transform: translate3d(40vw, -111vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 514ms;
          animation-delay: 514ms;
}
.circle-container:nth-child(59) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-59;
          animation-name: move-frames-59;
  -webkit-animation-duration: 31326ms;
          animation-duration: 31326ms;
  -webkit-animation-delay: 5213ms;
          animation-delay: 5213ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    transform: translate3d(30vw, 106vh, 0);
  }
  to {
    transform: translate3d(71vw, -109vh, 0);
  }
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(30vw, 106vh, 0);
  }
  to {
    transform: translate3d(71vw, -109vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 2117ms;
          animation-delay: 2117ms;
}
.circle-container:nth-child(60) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-60;
          animation-name: move-frames-60;
  -webkit-animation-duration: 29884ms;
          animation-duration: 29884ms;
  -webkit-animation-delay: 32292ms;
          animation-delay: 32292ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    transform: translate3d(1vw, 106vh, 0);
  }
  to {
    transform: translate3d(34vw, -119vh, 0);
  }
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(1vw, 106vh, 0);
  }
  to {
    transform: translate3d(34vw, -119vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 2548ms;
          animation-delay: 2548ms;
}
.circle-container:nth-child(61) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-61;
          animation-name: move-frames-61;
  -webkit-animation-duration: 32467ms;
          animation-duration: 32467ms;
  -webkit-animation-delay: 14921ms;
          animation-delay: 14921ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    transform: translate3d(77vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -131vh, 0);
  }
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(77vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -131vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 372ms;
          animation-delay: 372ms;
}
.circle-container:nth-child(62) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-62;
          animation-name: move-frames-62;
  -webkit-animation-duration: 31403ms;
          animation-duration: 31403ms;
  -webkit-animation-delay: 31787ms;
          animation-delay: 31787ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    transform: translate3d(8vw, 105vh, 0);
  }
  to {
    transform: translate3d(7vw, -132vh, 0);
  }
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(8vw, 105vh, 0);
  }
  to {
    transform: translate3d(7vw, -132vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 790ms;
          animation-delay: 790ms;
}
.circle-container:nth-child(63) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-63;
          animation-name: move-frames-63;
  -webkit-animation-duration: 34242ms;
          animation-duration: 34242ms;
  -webkit-animation-delay: 8255ms;
          animation-delay: 8255ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    transform: translate3d(44vw, 109vh, 0);
  }
  to {
    transform: translate3d(22vw, -116vh, 0);
  }
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(44vw, 109vh, 0);
  }
  to {
    transform: translate3d(22vw, -116vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 2811ms;
          animation-delay: 2811ms;
}
.circle-container:nth-child(64) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-64;
          animation-name: move-frames-64;
  -webkit-animation-duration: 31654ms;
          animation-duration: 31654ms;
  -webkit-animation-delay: 27613ms;
          animation-delay: 27613ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    transform: translate3d(53vw, 102vh, 0);
  }
  to {
    transform: translate3d(47vw, -110vh, 0);
  }
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(53vw, 102vh, 0);
  }
  to {
    transform: translate3d(47vw, -110vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 947ms;
          animation-delay: 947ms;
}
.circle-container:nth-child(65) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-65;
          animation-name: move-frames-65;
  -webkit-animation-duration: 31491ms;
          animation-duration: 31491ms;
  -webkit-animation-delay: 15890ms;
          animation-delay: 15890ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    transform: translate3d(51vw, 109vh, 0);
  }
  to {
    transform: translate3d(39vw, -137vh, 0);
  }
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(51vw, 109vh, 0);
  }
  to {
    transform: translate3d(39vw, -137vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 3427ms;
          animation-delay: 3427ms;
}
.circle-container:nth-child(66) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-66;
          animation-name: move-frames-66;
  -webkit-animation-duration: 35543ms;
          animation-duration: 35543ms;
  -webkit-animation-delay: 8293ms;
          animation-delay: 8293ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    transform: translate3d(44vw, 102vh, 0);
  }
  to {
    transform: translate3d(13vw, -104vh, 0);
  }
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(44vw, 102vh, 0);
  }
  to {
    transform: translate3d(13vw, -104vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 2658ms;
          animation-delay: 2658ms;
}
.circle-container:nth-child(67) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-67;
          animation-name: move-frames-67;
  -webkit-animation-duration: 33451ms;
          animation-duration: 33451ms;
  -webkit-animation-delay: 17660ms;
          animation-delay: 17660ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    transform: translate3d(6vw, 103vh, 0);
  }
  to {
    transform: translate3d(84vw, -116vh, 0);
  }
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(6vw, 103vh, 0);
  }
  to {
    transform: translate3d(84vw, -116vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 299ms;
          animation-delay: 299ms;
}
.circle-container:nth-child(68) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-68;
          animation-name: move-frames-68;
  -webkit-animation-duration: 29052ms;
          animation-duration: 29052ms;
  -webkit-animation-delay: 19939ms;
          animation-delay: 19939ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    transform: translate3d(61vw, 103vh, 0);
  }
  to {
    transform: translate3d(66vw, -124vh, 0);
  }
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(61vw, 103vh, 0);
  }
  to {
    transform: translate3d(66vw, -124vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 2262ms;
          animation-delay: 2262ms;
}
.circle-container:nth-child(69) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-69;
          animation-name: move-frames-69;
  -webkit-animation-duration: 34874ms;
          animation-duration: 34874ms;
  -webkit-animation-delay: 20295ms;
          animation-delay: 20295ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    transform: translate3d(60vw, 108vh, 0);
  }
  to {
    transform: translate3d(54vw, -119vh, 0);
  }
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(60vw, 108vh, 0);
  }
  to {
    transform: translate3d(54vw, -119vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 3110ms;
          animation-delay: 3110ms;
}
.circle-container:nth-child(70) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-70;
          animation-name: move-frames-70;
  -webkit-animation-duration: 35504ms;
          animation-duration: 35504ms;
  -webkit-animation-delay: 29838ms;
          animation-delay: 29838ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    transform: translate3d(89vw, 110vh, 0);
  }
  to {
    transform: translate3d(9vw, -123vh, 0);
  }
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(89vw, 110vh, 0);
  }
  to {
    transform: translate3d(9vw, -123vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 710ms;
          animation-delay: 710ms;
}
.circle-container:nth-child(71) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-71;
          animation-name: move-frames-71;
  -webkit-animation-duration: 28113ms;
          animation-duration: 28113ms;
  -webkit-animation-delay: 18188ms;
          animation-delay: 18188ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    transform: translate3d(9vw, 103vh, 0);
  }
  to {
    transform: translate3d(41vw, -119vh, 0);
  }
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(9vw, 103vh, 0);
  }
  to {
    transform: translate3d(41vw, -119vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 3506ms;
          animation-delay: 3506ms;
}
.circle-container:nth-child(72) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-72;
          animation-name: move-frames-72;
  -webkit-animation-duration: 31837ms;
          animation-duration: 31837ms;
  -webkit-animation-delay: 34377ms;
          animation-delay: 34377ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    transform: translate3d(4vw, 110vh, 0);
  }
  to {
    transform: translate3d(92vw, -139vh, 0);
  }
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(4vw, 110vh, 0);
  }
  to {
    transform: translate3d(92vw, -139vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 2943ms;
          animation-delay: 2943ms;
}
.circle-container:nth-child(73) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-73;
          animation-name: move-frames-73;
  -webkit-animation-duration: 31967ms;
          animation-duration: 31967ms;
  -webkit-animation-delay: 28618ms;
          animation-delay: 28618ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    transform: translate3d(54vw, 108vh, 0);
  }
  to {
    transform: translate3d(55vw, -117vh, 0);
  }
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(54vw, 108vh, 0);
  }
  to {
    transform: translate3d(55vw, -117vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 1801ms;
          animation-delay: 1801ms;
}
.circle-container:nth-child(74) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-74;
          animation-name: move-frames-74;
  -webkit-animation-duration: 31752ms;
          animation-duration: 31752ms;
  -webkit-animation-delay: 14135ms;
          animation-delay: 14135ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    transform: translate3d(14vw, 109vh, 0);
  }
  to {
    transform: translate3d(34vw, -126vh, 0);
  }
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(14vw, 109vh, 0);
  }
  to {
    transform: translate3d(34vw, -126vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 3516ms;
          animation-delay: 3516ms;
}
.circle-container:nth-child(75) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-75;
          animation-name: move-frames-75;
  -webkit-animation-duration: 32876ms;
          animation-duration: 32876ms;
  -webkit-animation-delay: 15059ms;
          animation-delay: 15059ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    transform: translate3d(95vw, 110vh, 0);
  }
  to {
    transform: translate3d(62vw, -118vh, 0);
  }
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(95vw, 110vh, 0);
  }
  to {
    transform: translate3d(62vw, -118vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 1452ms;
          animation-delay: 1452ms;
}
.circle-container:nth-child(76) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-76;
          animation-name: move-frames-76;
  -webkit-animation-duration: 28229ms;
          animation-duration: 28229ms;
  -webkit-animation-delay: 23970ms;
          animation-delay: 23970ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    transform: translate3d(41vw, 101vh, 0);
  }
  to {
    transform: translate3d(56vw, -125vh, 0);
  }
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(41vw, 101vh, 0);
  }
  to {
    transform: translate3d(56vw, -125vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 1652ms;
          animation-delay: 1652ms;
}
.circle-container:nth-child(77) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-77;
          animation-name: move-frames-77;
  -webkit-animation-duration: 33612ms;
          animation-duration: 33612ms;
  -webkit-animation-delay: 19373ms;
          animation-delay: 19373ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    transform: translate3d(19vw, 103vh, 0);
  }
  to {
    transform: translate3d(22vw, -120vh, 0);
  }
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(19vw, 103vh, 0);
  }
  to {
    transform: translate3d(22vw, -120vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}
.circle-container:nth-child(78) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-78;
          animation-name: move-frames-78;
  -webkit-animation-duration: 28174ms;
          animation-duration: 28174ms;
  -webkit-animation-delay: 33106ms;
          animation-delay: 33106ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    transform: translate3d(89vw, 101vh, 0);
  }
  to {
    transform: translate3d(68vw, -117vh, 0);
  }
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(89vw, 101vh, 0);
  }
  to {
    transform: translate3d(68vw, -117vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 997ms;
          animation-delay: 997ms;
}
.circle-container:nth-child(79) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-79;
          animation-name: move-frames-79;
  -webkit-animation-duration: 29378ms;
          animation-duration: 29378ms;
  -webkit-animation-delay: 20235ms;
          animation-delay: 20235ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    transform: translate3d(50vw, 105vh, 0);
  }
  to {
    transform: translate3d(18vw, -131vh, 0);
  }
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(50vw, 105vh, 0);
  }
  to {
    transform: translate3d(18vw, -131vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 1722ms;
          animation-delay: 1722ms;
}
.circle-container:nth-child(80) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-80;
          animation-name: move-frames-80;
  -webkit-animation-duration: 34631ms;
          animation-duration: 34631ms;
  -webkit-animation-delay: 14859ms;
          animation-delay: 14859ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    transform: translate3d(31vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -131vh, 0);
  }
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(31vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -131vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 624ms;
          animation-delay: 624ms;
}
.circle-container:nth-child(81) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-81;
          animation-name: move-frames-81;
  -webkit-animation-duration: 33362ms;
          animation-duration: 33362ms;
  -webkit-animation-delay: 34353ms;
          animation-delay: 34353ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    transform: translate3d(9vw, 102vh, 0);
  }
  to {
    transform: translate3d(77vw, -128vh, 0);
  }
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(9vw, 102vh, 0);
  }
  to {
    transform: translate3d(77vw, -128vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 1447ms;
          animation-delay: 1447ms;
}
.circle-container:nth-child(82) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-82;
          animation-name: move-frames-82;
  -webkit-animation-duration: 31865ms;
          animation-duration: 31865ms;
  -webkit-animation-delay: 23015ms;
          animation-delay: 23015ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(32vw, -115vh, 0);
  }
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(32vw, -115vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 683ms;
          animation-delay: 683ms;
}
.circle-container:nth-child(83) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-83;
          animation-name: move-frames-83;
  -webkit-animation-duration: 33500ms;
          animation-duration: 33500ms;
  -webkit-animation-delay: 7258ms;
          animation-delay: 7258ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    transform: translate3d(18vw, 108vh, 0);
  }
  to {
    transform: translate3d(77vw, -129vh, 0);
  }
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(18vw, 108vh, 0);
  }
  to {
    transform: translate3d(77vw, -129vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 1278ms;
          animation-delay: 1278ms;
}
.circle-container:nth-child(84) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-84;
          animation-name: move-frames-84;
  -webkit-animation-duration: 28874ms;
          animation-duration: 28874ms;
  -webkit-animation-delay: 32421ms;
          animation-delay: 32421ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    transform: translate3d(19vw, 106vh, 0);
  }
  to {
    transform: translate3d(2vw, -108vh, 0);
  }
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(19vw, 106vh, 0);
  }
  to {
    transform: translate3d(2vw, -108vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 2664ms;
          animation-delay: 2664ms;
}
.circle-container:nth-child(85) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-85;
          animation-name: move-frames-85;
  -webkit-animation-duration: 35942ms;
          animation-duration: 35942ms;
  -webkit-animation-delay: 8819ms;
          animation-delay: 8819ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    transform: translate3d(24vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -132vh, 0);
  }
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(24vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -132vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 2588ms;
          animation-delay: 2588ms;
}
.circle-container:nth-child(86) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-86;
          animation-name: move-frames-86;
  -webkit-animation-duration: 29144ms;
          animation-duration: 29144ms;
  -webkit-animation-delay: 34235ms;
          animation-delay: 34235ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    transform: translate3d(88vw, 110vh, 0);
  }
  to {
    transform: translate3d(80vw, -130vh, 0);
  }
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(88vw, 110vh, 0);
  }
  to {
    transform: translate3d(80vw, -130vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 1478ms;
          animation-delay: 1478ms;
}
.circle-container:nth-child(87) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-87;
          animation-name: move-frames-87;
  -webkit-animation-duration: 29462ms;
          animation-duration: 29462ms;
  -webkit-animation-delay: 30384ms;
          animation-delay: 30384ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    transform: translate3d(27vw, 101vh, 0);
  }
  to {
    transform: translate3d(20vw, -105vh, 0);
  }
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(27vw, 101vh, 0);
  }
  to {
    transform: translate3d(20vw, -105vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 1295ms;
          animation-delay: 1295ms;
}
.circle-container:nth-child(88) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-88;
          animation-name: move-frames-88;
  -webkit-animation-duration: 29004ms;
          animation-duration: 29004ms;
  -webkit-animation-delay: 34322ms;
          animation-delay: 34322ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    transform: translate3d(26vw, 109vh, 0);
  }
  to {
    transform: translate3d(66vw, -136vh, 0);
  }
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(26vw, 109vh, 0);
  }
  to {
    transform: translate3d(66vw, -136vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 1457ms;
          animation-delay: 1457ms;
}
.circle-container:nth-child(89) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-89;
          animation-name: move-frames-89;
  -webkit-animation-duration: 30705ms;
          animation-duration: 30705ms;
  -webkit-animation-delay: 9670ms;
          animation-delay: 9670ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    transform: translate3d(97vw, 103vh, 0);
  }
  to {
    transform: translate3d(28vw, -118vh, 0);
  }
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(97vw, 103vh, 0);
  }
  to {
    transform: translate3d(28vw, -118vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 1956ms;
          animation-delay: 1956ms;
}
.circle-container:nth-child(90) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-90;
          animation-name: move-frames-90;
  -webkit-animation-duration: 33602ms;
          animation-duration: 33602ms;
  -webkit-animation-delay: 2209ms;
          animation-delay: 2209ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    transform: translate3d(6vw, 104vh, 0);
  }
  to {
    transform: translate3d(57vw, -123vh, 0);
  }
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(6vw, 104vh, 0);
  }
  to {
    transform: translate3d(57vw, -123vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 2063ms;
          animation-delay: 2063ms;
}
.circle-container:nth-child(91) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-91;
          animation-name: move-frames-91;
  -webkit-animation-duration: 34388ms;
          animation-duration: 34388ms;
  -webkit-animation-delay: 8534ms;
          animation-delay: 8534ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    transform: translate3d(69vw, 101vh, 0);
  }
  to {
    transform: translate3d(91vw, -104vh, 0);
  }
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(69vw, 101vh, 0);
  }
  to {
    transform: translate3d(91vw, -104vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 2759ms;
          animation-delay: 2759ms;
}
.circle-container:nth-child(92) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-92;
          animation-name: move-frames-92;
  -webkit-animation-duration: 34907ms;
          animation-duration: 34907ms;
  -webkit-animation-delay: 36649ms;
          animation-delay: 36649ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    transform: translate3d(99vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -122vh, 0);
  }
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(99vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -122vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 520ms;
          animation-delay: 520ms;
}
.circle-container:nth-child(93) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-93;
          animation-name: move-frames-93;
  -webkit-animation-duration: 30482ms;
          animation-duration: 30482ms;
  -webkit-animation-delay: 16418ms;
          animation-delay: 16418ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    transform: translate3d(56vw, 109vh, 0);
  }
  to {
    transform: translate3d(88vw, -112vh, 0);
  }
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(56vw, 109vh, 0);
  }
  to {
    transform: translate3d(88vw, -112vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 175ms;
          animation-delay: 175ms;
}
.circle-container:nth-child(94) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-94;
          animation-name: move-frames-94;
  -webkit-animation-duration: 30290ms;
          animation-duration: 30290ms;
  -webkit-animation-delay: 9964ms;
          animation-delay: 9964ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    transform: translate3d(43vw, 104vh, 0);
  }
  to {
    transform: translate3d(73vw, -132vh, 0);
  }
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(43vw, 104vh, 0);
  }
  to {
    transform: translate3d(73vw, -132vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 1548ms;
          animation-delay: 1548ms;
}
.circle-container:nth-child(95) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-95;
          animation-name: move-frames-95;
  -webkit-animation-duration: 36271ms;
          animation-duration: 36271ms;
  -webkit-animation-delay: 11462ms;
          animation-delay: 11462ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    transform: translate3d(41vw, 110vh, 0);
  }
  to {
    transform: translate3d(14vw, -117vh, 0);
  }
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(41vw, 110vh, 0);
  }
  to {
    transform: translate3d(14vw, -117vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 535ms;
          animation-delay: 535ms;
}
.circle-container:nth-child(96) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-96;
          animation-name: move-frames-96;
  -webkit-animation-duration: 33712ms;
          animation-duration: 33712ms;
  -webkit-animation-delay: 17117ms;
          animation-delay: 17117ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    transform: translate3d(79vw, 104vh, 0);
  }
  to {
    transform: translate3d(23vw, -113vh, 0);
  }
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(79vw, 104vh, 0);
  }
  to {
    transform: translate3d(23vw, -113vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 1678ms;
          animation-delay: 1678ms;
}
.circle-container:nth-child(97) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-97;
          animation-name: move-frames-97;
  -webkit-animation-duration: 33000ms;
          animation-duration: 33000ms;
  -webkit-animation-delay: 6886ms;
          animation-delay: 6886ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    transform: translate3d(30vw, 105vh, 0);
  }
  to {
    transform: translate3d(33vw, -131vh, 0);
  }
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(30vw, 105vh, 0);
  }
  to {
    transform: translate3d(33vw, -131vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 1032ms;
          animation-delay: 1032ms;
}
.circle-container:nth-child(98) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-98;
          animation-name: move-frames-98;
  -webkit-animation-duration: 35894ms;
          animation-duration: 35894ms;
  -webkit-animation-delay: 18199ms;
          animation-delay: 18199ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    transform: translate3d(96vw, 108vh, 0);
  }
  to {
    transform: translate3d(34vw, -124vh, 0);
  }
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(96vw, 108vh, 0);
  }
  to {
    transform: translate3d(34vw, -124vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 1782ms;
          animation-delay: 1782ms;
}
.circle-container:nth-child(99) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-99;
          animation-name: move-frames-99;
  -webkit-animation-duration: 34175ms;
          animation-duration: 34175ms;
  -webkit-animation-delay: 10034ms;
          animation-delay: 10034ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    transform: translate3d(89vw, 103vh, 0);
  }
  to {
    transform: translate3d(8vw, -108vh, 0);
  }
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(89vw, 103vh, 0);
  }
  to {
    transform: translate3d(8vw, -108vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 1422ms;
          animation-delay: 1422ms;
}
.circle-container:nth-child(100) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-100;
          animation-name: move-frames-100;
  -webkit-animation-duration: 30737ms;
          animation-duration: 30737ms;
  -webkit-animation-delay: 14366ms;
          animation-delay: 14366ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    transform: translate3d(47vw, 101vh, 0);
  }
  to {
    transform: translate3d(38vw, -129vh, 0);
  }
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(47vw, 101vh, 0);
  }
  to {
    transform: translate3d(38vw, -129vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 1470ms;
          animation-delay: 1470ms;
}
.circle-container:nth-child(101) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-101;
          animation-name: move-frames-101;
  -webkit-animation-duration: 33646ms;
          animation-duration: 33646ms;
  -webkit-animation-delay: 12975ms;
          animation-delay: 12975ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    transform: translate3d(67vw, 105vh, 0);
  }
  to {
    transform: translate3d(25vw, -106vh, 0);
  }
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(67vw, 105vh, 0);
  }
  to {
    transform: translate3d(25vw, -106vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 1615ms;
          animation-delay: 1615ms;
}
.circle-container:nth-child(102) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-102;
          animation-name: move-frames-102;
  -webkit-animation-duration: 33519ms;
          animation-duration: 33519ms;
  -webkit-animation-delay: 8302ms;
          animation-delay: 8302ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    transform: translate3d(65vw, 109vh, 0);
  }
  to {
    transform: translate3d(82vw, -137vh, 0);
  }
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(65vw, 109vh, 0);
  }
  to {
    transform: translate3d(82vw, -137vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 2555ms;
          animation-delay: 2555ms;
}
.circle-container:nth-child(103) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-103;
          animation-name: move-frames-103;
  -webkit-animation-duration: 28411ms;
          animation-duration: 28411ms;
  -webkit-animation-delay: 7843ms;
          animation-delay: 7843ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    transform: translate3d(56vw, 108vh, 0);
  }
  to {
    transform: translate3d(25vw, -116vh, 0);
  }
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(56vw, 108vh, 0);
  }
  to {
    transform: translate3d(25vw, -116vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 3244ms;
          animation-delay: 3244ms;
}
.circle-container:nth-child(104) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-104;
          animation-name: move-frames-104;
  -webkit-animation-duration: 31301ms;
          animation-duration: 31301ms;
  -webkit-animation-delay: 9675ms;
          animation-delay: 9675ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    transform: translate3d(10vw, 103vh, 0);
  }
  to {
    transform: translate3d(66vw, -109vh, 0);
  }
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(10vw, 103vh, 0);
  }
  to {
    transform: translate3d(66vw, -109vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 1182ms;
          animation-delay: 1182ms;
}
.circle-container:nth-child(105) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-105;
          animation-name: move-frames-105;
  -webkit-animation-duration: 34901ms;
          animation-duration: 34901ms;
  -webkit-animation-delay: 7206ms;
          animation-delay: 7206ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    transform: translate3d(72vw, 101vh, 0);
  }
  to {
    transform: translate3d(38vw, -102vh, 0);
  }
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(72vw, 101vh, 0);
  }
  to {
    transform: translate3d(38vw, -102vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 278ms;
          animation-delay: 278ms;
}
.circle-container:nth-child(106) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-106;
          animation-name: move-frames-106;
  -webkit-animation-duration: 34997ms;
          animation-duration: 34997ms;
  -webkit-animation-delay: 21370ms;
          animation-delay: 21370ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    transform: translate3d(74vw, 107vh, 0);
  }
  to {
    transform: translate3d(32vw, -136vh, 0);
  }
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(74vw, 107vh, 0);
  }
  to {
    transform: translate3d(32vw, -136vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 3917ms;
          animation-delay: 3917ms;
}
.circle-container:nth-child(107) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-107;
          animation-name: move-frames-107;
  -webkit-animation-duration: 34907ms;
          animation-duration: 34907ms;
  -webkit-animation-delay: 33888ms;
          animation-delay: 33888ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    transform: translate3d(46vw, 103vh, 0);
  }
  to {
    transform: translate3d(24vw, -113vh, 0);
  }
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(46vw, 103vh, 0);
  }
  to {
    transform: translate3d(24vw, -113vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 166ms;
          animation-delay: 166ms;
}
.circle-container:nth-child(108) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-108;
          animation-name: move-frames-108;
  -webkit-animation-duration: 32667ms;
          animation-duration: 32667ms;
  -webkit-animation-delay: 22110ms;
          animation-delay: 22110ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    transform: translate3d(83vw, 107vh, 0);
  }
  to {
    transform: translate3d(6vw, -126vh, 0);
  }
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(83vw, 107vh, 0);
  }
  to {
    transform: translate3d(6vw, -126vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 814ms;
          animation-delay: 814ms;
}
.circle-container:nth-child(109) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-109;
          animation-name: move-frames-109;
  -webkit-animation-duration: 34641ms;
          animation-duration: 34641ms;
  -webkit-animation-delay: 19838ms;
          animation-delay: 19838ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(98vw, -135vh, 0);
  }
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(98vw, -135vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 1585ms;
          animation-delay: 1585ms;
}
.circle-container:nth-child(110) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-110;
          animation-name: move-frames-110;
  -webkit-animation-duration: 35093ms;
          animation-duration: 35093ms;
  -webkit-animation-delay: 18299ms;
          animation-delay: 18299ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(22vw, -121vh, 0);
  }
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(22vw, -121vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 3468ms;
          animation-delay: 3468ms;
}
.circle-container:nth-child(111) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-111;
          animation-name: move-frames-111;
  -webkit-animation-duration: 31797ms;
          animation-duration: 31797ms;
  -webkit-animation-delay: 16806ms;
          animation-delay: 16806ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    transform: translate3d(97vw, 110vh, 0);
  }
  to {
    transform: translate3d(4vw, -140vh, 0);
  }
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(97vw, 110vh, 0);
  }
  to {
    transform: translate3d(4vw, -140vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 2137ms;
          animation-delay: 2137ms;
}
.circle-container:nth-child(112) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-112;
          animation-name: move-frames-112;
  -webkit-animation-duration: 30662ms;
          animation-duration: 30662ms;
  -webkit-animation-delay: 35797ms;
          animation-delay: 35797ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    transform: translate3d(70vw, 109vh, 0);
  }
  to {
    transform: translate3d(11vw, -134vh, 0);
  }
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(70vw, 109vh, 0);
  }
  to {
    transform: translate3d(11vw, -134vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 2456ms;
          animation-delay: 2456ms;
}
.circle-container:nth-child(113) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-113;
          animation-name: move-frames-113;
  -webkit-animation-duration: 35971ms;
          animation-duration: 35971ms;
  -webkit-animation-delay: 19672ms;
          animation-delay: 19672ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    transform: translate3d(29vw, 102vh, 0);
  }
  to {
    transform: translate3d(93vw, -106vh, 0);
  }
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(29vw, 102vh, 0);
  }
  to {
    transform: translate3d(93vw, -106vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 3806ms;
          animation-delay: 3806ms;
}
.circle-container:nth-child(114) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-114;
          animation-name: move-frames-114;
  -webkit-animation-duration: 32390ms;
          animation-duration: 32390ms;
  -webkit-animation-delay: 11924ms;
          animation-delay: 11924ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    transform: translate3d(7vw, 101vh, 0);
  }
  to {
    transform: translate3d(52vw, -122vh, 0);
  }
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(7vw, 101vh, 0);
  }
  to {
    transform: translate3d(52vw, -122vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 1867ms;
          animation-delay: 1867ms;
}
.circle-container:nth-child(115) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-115;
          animation-name: move-frames-115;
  -webkit-animation-duration: 30505ms;
          animation-duration: 30505ms;
  -webkit-animation-delay: 10558ms;
          animation-delay: 10558ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    transform: translate3d(95vw, 108vh, 0);
  }
  to {
    transform: translate3d(70vw, -133vh, 0);
  }
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(95vw, 108vh, 0);
  }
  to {
    transform: translate3d(70vw, -133vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 1815ms;
          animation-delay: 1815ms;
}
.circle-container:nth-child(116) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-116;
          animation-name: move-frames-116;
  -webkit-animation-duration: 36927ms;
          animation-duration: 36927ms;
  -webkit-animation-delay: 30168ms;
          animation-delay: 30168ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    transform: translate3d(38vw, 105vh, 0);
  }
  to {
    transform: translate3d(50vw, -117vh, 0);
  }
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(38vw, 105vh, 0);
  }
  to {
    transform: translate3d(50vw, -117vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 3474ms;
          animation-delay: 3474ms;
}
.circle-container:nth-child(117) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-117;
          animation-name: move-frames-117;
  -webkit-animation-duration: 28718ms;
          animation-duration: 28718ms;
  -webkit-animation-delay: 15197ms;
          animation-delay: 15197ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(8vw, -134vh, 0);
  }
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(8vw, -134vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 1016ms;
          animation-delay: 1016ms;
}
.circle-container:nth-child(118) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-118;
          animation-name: move-frames-118;
  -webkit-animation-duration: 30327ms;
          animation-duration: 30327ms;
  -webkit-animation-delay: 20935ms;
          animation-delay: 20935ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(62vw, -108vh, 0);
  }
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(62vw, -108vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 3870ms;
          animation-delay: 3870ms;
}
.circle-container:nth-child(119) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-119;
          animation-name: move-frames-119;
  -webkit-animation-duration: 30769ms;
          animation-duration: 30769ms;
  -webkit-animation-delay: 32995ms;
          animation-delay: 32995ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    transform: translate3d(46vw, 101vh, 0);
  }
  to {
    transform: translate3d(24vw, -117vh, 0);
  }
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(46vw, 101vh, 0);
  }
  to {
    transform: translate3d(24vw, -117vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 1444ms;
          animation-delay: 1444ms;
}
.circle-container:nth-child(120) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-120;
          animation-name: move-frames-120;
  -webkit-animation-duration: 36530ms;
          animation-duration: 36530ms;
  -webkit-animation-delay: 11082ms;
          animation-delay: 11082ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    transform: translate3d(83vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -117vh, 0);
  }
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(83vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -117vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 2787ms;
          animation-delay: 2787ms;
}
.circle-container:nth-child(121) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-121;
          animation-name: move-frames-121;
  -webkit-animation-duration: 36464ms;
          animation-duration: 36464ms;
  -webkit-animation-delay: 19226ms;
          animation-delay: 19226ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    transform: translate3d(76vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -116vh, 0);
  }
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(76vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -116vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 3496ms;
          animation-delay: 3496ms;
}
.circle-container:nth-child(122) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-122;
          animation-name: move-frames-122;
  -webkit-animation-duration: 36496ms;
          animation-duration: 36496ms;
  -webkit-animation-delay: 32766ms;
          animation-delay: 32766ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    transform: translate3d(39vw, 106vh, 0);
  }
  to {
    transform: translate3d(17vw, -117vh, 0);
  }
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(39vw, 106vh, 0);
  }
  to {
    transform: translate3d(17vw, -117vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 582ms;
          animation-delay: 582ms;
}
.circle-container:nth-child(123) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-123;
          animation-name: move-frames-123;
  -webkit-animation-duration: 31353ms;
          animation-duration: 31353ms;
  -webkit-animation-delay: 23663ms;
          animation-delay: 23663ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(52vw, -121vh, 0);
  }
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(52vw, -121vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 349ms;
          animation-delay: 349ms;
}
.circle-container:nth-child(124) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-124;
          animation-name: move-frames-124;
  -webkit-animation-duration: 29418ms;
          animation-duration: 29418ms;
  -webkit-animation-delay: 10130ms;
          animation-delay: 10130ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    transform: translate3d(85vw, 104vh, 0);
  }
  to {
    transform: translate3d(84vw, -129vh, 0);
  }
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(85vw, 104vh, 0);
  }
  to {
    transform: translate3d(84vw, -129vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 1992ms;
          animation-delay: 1992ms;
}
.circle-container:nth-child(125) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-125;
          animation-name: move-frames-125;
  -webkit-animation-duration: 36935ms;
          animation-duration: 36935ms;
  -webkit-animation-delay: 29154ms;
          animation-delay: 29154ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    transform: translate3d(7vw, 103vh, 0);
  }
  to {
    transform: translate3d(55vw, -107vh, 0);
  }
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(7vw, 103vh, 0);
  }
  to {
    transform: translate3d(55vw, -107vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 3619ms;
          animation-delay: 3619ms;
}
.circle-container:nth-child(126) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-126;
          animation-name: move-frames-126;
  -webkit-animation-duration: 35250ms;
          animation-duration: 35250ms;
  -webkit-animation-delay: 7128ms;
          animation-delay: 7128ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    transform: translate3d(64vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -112vh, 0);
  }
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(64vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -112vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 1577ms;
          animation-delay: 1577ms;
}
.circle-container:nth-child(127) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-127;
          animation-name: move-frames-127;
  -webkit-animation-duration: 30853ms;
          animation-duration: 30853ms;
  -webkit-animation-delay: 7089ms;
          animation-delay: 7089ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    transform: translate3d(74vw, 109vh, 0);
  }
  to {
    transform: translate3d(22vw, -116vh, 0);
  }
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(74vw, 109vh, 0);
  }
  to {
    transform: translate3d(22vw, -116vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 1710ms;
          animation-delay: 1710ms;
}
.circle-container:nth-child(128) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-128;
          animation-name: move-frames-128;
  -webkit-animation-duration: 36865ms;
          animation-duration: 36865ms;
  -webkit-animation-delay: 14ms;
          animation-delay: 14ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(42vw, -113vh, 0);
  }
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(42vw, -113vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 917ms;
          animation-delay: 917ms;
}
.circle-container:nth-child(129) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-129;
          animation-name: move-frames-129;
  -webkit-animation-duration: 28478ms;
          animation-duration: 28478ms;
  -webkit-animation-delay: 14281ms;
          animation-delay: 14281ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    transform: translate3d(23vw, 102vh, 0);
  }
  to {
    transform: translate3d(56vw, -125vh, 0);
  }
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(23vw, 102vh, 0);
  }
  to {
    transform: translate3d(56vw, -125vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 3608ms;
          animation-delay: 3608ms;
}
.circle-container:nth-child(130) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-130;
          animation-name: move-frames-130;
  -webkit-animation-duration: 34804ms;
          animation-duration: 34804ms;
  -webkit-animation-delay: 20505ms;
          animation-delay: 20505ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    transform: translate3d(62vw, 108vh, 0);
  }
  to {
    transform: translate3d(87vw, -109vh, 0);
  }
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(62vw, 108vh, 0);
  }
  to {
    transform: translate3d(87vw, -109vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 1586ms;
          animation-delay: 1586ms;
}
.circle-container:nth-child(131) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-131;
          animation-name: move-frames-131;
  -webkit-animation-duration: 28114ms;
          animation-duration: 28114ms;
  -webkit-animation-delay: 27242ms;
          animation-delay: 27242ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    transform: translate3d(66vw, 109vh, 0);
  }
  to {
    transform: translate3d(72vw, -126vh, 0);
  }
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(66vw, 109vh, 0);
  }
  to {
    transform: translate3d(72vw, -126vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 2922ms;
          animation-delay: 2922ms;
}
.circle-container:nth-child(132) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-132;
          animation-name: move-frames-132;
  -webkit-animation-duration: 28615ms;
          animation-duration: 28615ms;
  -webkit-animation-delay: 21719ms;
          animation-delay: 21719ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    transform: translate3d(53vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -122vh, 0);
  }
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(53vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -122vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 3547ms;
          animation-delay: 3547ms;
}
.circle-container:nth-child(133) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-133;
          animation-name: move-frames-133;
  -webkit-animation-duration: 36194ms;
          animation-duration: 36194ms;
  -webkit-animation-delay: 23335ms;
          animation-delay: 23335ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(58vw, -134vh, 0);
  }
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(58vw, -134vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 2799ms;
          animation-delay: 2799ms;
}
.circle-container:nth-child(134) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-134;
          animation-name: move-frames-134;
  -webkit-animation-duration: 28126ms;
          animation-duration: 28126ms;
  -webkit-animation-delay: 4164ms;
          animation-delay: 4164ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    transform: translate3d(43vw, 101vh, 0);
  }
  to {
    transform: translate3d(99vw, -118vh, 0);
  }
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(43vw, 101vh, 0);
  }
  to {
    transform: translate3d(99vw, -118vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 1659ms;
          animation-delay: 1659ms;
}
.circle-container:nth-child(135) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-135;
          animation-name: move-frames-135;
  -webkit-animation-duration: 28143ms;
          animation-duration: 28143ms;
  -webkit-animation-delay: 23403ms;
          animation-delay: 23403ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    transform: translate3d(58vw, 103vh, 0);
  }
  to {
    transform: translate3d(3vw, -118vh, 0);
  }
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(58vw, 103vh, 0);
  }
  to {
    transform: translate3d(3vw, -118vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 3729ms;
          animation-delay: 3729ms;
}
.circle-container:nth-child(136) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-136;
          animation-name: move-frames-136;
  -webkit-animation-duration: 30448ms;
          animation-duration: 30448ms;
  -webkit-animation-delay: 5365ms;
          animation-delay: 5365ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    transform: translate3d(32vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -129vh, 0);
  }
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(32vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -129vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 3805ms;
          animation-delay: 3805ms;
}
.circle-container:nth-child(137) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-137;
          animation-name: move-frames-137;
  -webkit-animation-duration: 31015ms;
          animation-duration: 31015ms;
  -webkit-animation-delay: 9200ms;
          animation-delay: 9200ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    transform: translate3d(39vw, 104vh, 0);
  }
  to {
    transform: translate3d(21vw, -131vh, 0);
  }
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(39vw, 104vh, 0);
  }
  to {
    transform: translate3d(21vw, -131vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 686ms;
          animation-delay: 686ms;
}
.circle-container:nth-child(138) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-138;
          animation-name: move-frames-138;
  -webkit-animation-duration: 31517ms;
          animation-duration: 31517ms;
  -webkit-animation-delay: 25569ms;
          animation-delay: 25569ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    transform: translate3d(90vw, 101vh, 0);
  }
  to {
    transform: translate3d(1vw, -110vh, 0);
  }
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(90vw, 101vh, 0);
  }
  to {
    transform: translate3d(1vw, -110vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 2785ms;
          animation-delay: 2785ms;
}
.circle-container:nth-child(139) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-139;
          animation-name: move-frames-139;
  -webkit-animation-duration: 32767ms;
          animation-duration: 32767ms;
  -webkit-animation-delay: 20824ms;
          animation-delay: 20824ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    transform: translate3d(22vw, 110vh, 0);
  }
  to {
    transform: translate3d(51vw, -114vh, 0);
  }
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(22vw, 110vh, 0);
  }
  to {
    transform: translate3d(51vw, -114vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 1482ms;
          animation-delay: 1482ms;
}
.circle-container:nth-child(140) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-140;
          animation-name: move-frames-140;
  -webkit-animation-duration: 32328ms;
          animation-duration: 32328ms;
  -webkit-animation-delay: 21108ms;
          animation-delay: 21108ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    transform: translate3d(40vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -116vh, 0);
  }
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(40vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -116vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 2280ms;
          animation-delay: 2280ms;
}
.circle-container:nth-child(141) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-141;
          animation-name: move-frames-141;
  -webkit-animation-duration: 34820ms;
          animation-duration: 34820ms;
  -webkit-animation-delay: 28091ms;
          animation-delay: 28091ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    transform: translate3d(64vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -119vh, 0);
  }
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(64vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -119vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 2529ms;
          animation-delay: 2529ms;
}
.circle-container:nth-child(142) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-142;
          animation-name: move-frames-142;
  -webkit-animation-duration: 31291ms;
          animation-duration: 31291ms;
  -webkit-animation-delay: 3583ms;
          animation-delay: 3583ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    transform: translate3d(86vw, 109vh, 0);
  }
  to {
    transform: translate3d(10vw, -133vh, 0);
  }
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(86vw, 109vh, 0);
  }
  to {
    transform: translate3d(10vw, -133vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 2791ms;
          animation-delay: 2791ms;
}
.circle-container:nth-child(143) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-143;
          animation-name: move-frames-143;
  -webkit-animation-duration: 34935ms;
          animation-duration: 34935ms;
  -webkit-animation-delay: 24007ms;
          animation-delay: 24007ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    transform: translate3d(6vw, 105vh, 0);
  }
  to {
    transform: translate3d(50vw, -133vh, 0);
  }
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(6vw, 105vh, 0);
  }
  to {
    transform: translate3d(50vw, -133vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 2991ms;
          animation-delay: 2991ms;
}
.circle-container:nth-child(144) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-144;
          animation-name: move-frames-144;
  -webkit-animation-duration: 36065ms;
          animation-duration: 36065ms;
  -webkit-animation-delay: 31507ms;
          animation-delay: 31507ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    transform: translate3d(38vw, 104vh, 0);
  }
  to {
    transform: translate3d(63vw, -131vh, 0);
  }
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(38vw, 104vh, 0);
  }
  to {
    transform: translate3d(63vw, -131vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 148ms;
          animation-delay: 148ms;
}
.circle-container:nth-child(145) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-145;
          animation-name: move-frames-145;
  -webkit-animation-duration: 32878ms;
          animation-duration: 32878ms;
  -webkit-animation-delay: 13230ms;
          animation-delay: 13230ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    transform: translate3d(4vw, 102vh, 0);
  }
  to {
    transform: translate3d(65vw, -104vh, 0);
  }
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(4vw, 102vh, 0);
  }
  to {
    transform: translate3d(65vw, -104vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 726ms;
          animation-delay: 726ms;
}
.circle-container:nth-child(146) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-146;
          animation-name: move-frames-146;
  -webkit-animation-duration: 32236ms;
          animation-duration: 32236ms;
  -webkit-animation-delay: 8530ms;
          animation-delay: 8530ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    transform: translate3d(54vw, 105vh, 0);
  }
  to {
    transform: translate3d(74vw, -133vh, 0);
  }
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(54vw, 105vh, 0);
  }
  to {
    transform: translate3d(74vw, -133vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 3719ms;
          animation-delay: 3719ms;
}
.circle-container:nth-child(147) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-147;
          animation-name: move-frames-147;
  -webkit-animation-duration: 34053ms;
          animation-duration: 34053ms;
  -webkit-animation-delay: 36964ms;
          animation-delay: 36964ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    transform: translate3d(63vw, 107vh, 0);
  }
  to {
    transform: translate3d(82vw, -116vh, 0);
  }
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(63vw, 107vh, 0);
  }
  to {
    transform: translate3d(82vw, -116vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 1806ms;
          animation-delay: 1806ms;
}
.circle-container:nth-child(148) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-148;
          animation-name: move-frames-148;
  -webkit-animation-duration: 33908ms;
          animation-duration: 33908ms;
  -webkit-animation-delay: 36131ms;
          animation-delay: 36131ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    transform: translate3d(12vw, 108vh, 0);
  }
  to {
    transform: translate3d(50vw, -137vh, 0);
  }
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(12vw, 108vh, 0);
  }
  to {
    transform: translate3d(50vw, -137vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 659ms;
          animation-delay: 659ms;
}
.circle-container:nth-child(149) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-149;
          animation-name: move-frames-149;
  -webkit-animation-duration: 36294ms;
          animation-duration: 36294ms;
  -webkit-animation-delay: 938ms;
          animation-delay: 938ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    transform: translate3d(68vw, 106vh, 0);
  }
  to {
    transform: translate3d(31vw, -123vh, 0);
  }
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(68vw, 106vh, 0);
  }
  to {
    transform: translate3d(31vw, -123vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 1397ms;
          animation-delay: 1397ms;
}
.circle-container:nth-child(150) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-150;
          animation-name: move-frames-150;
  -webkit-animation-duration: 33778ms;
          animation-duration: 33778ms;
  -webkit-animation-delay: 12100ms;
          animation-delay: 12100ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    transform: translate3d(39vw, 101vh, 0);
  }
  to {
    transform: translate3d(68vw, -113vh, 0);
  }
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(39vw, 101vh, 0);
  }
  to {
    transform: translate3d(68vw, -113vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 2206ms;
          animation-delay: 2206ms;
}
.circle-container:nth-child(151) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-151;
          animation-name: move-frames-151;
  -webkit-animation-duration: 35374ms;
          animation-duration: 35374ms;
  -webkit-animation-delay: 11390ms;
          animation-delay: 11390ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    transform: translate3d(51vw, 104vh, 0);
  }
  to {
    transform: translate3d(93vw, -121vh, 0);
  }
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(51vw, 104vh, 0);
  }
  to {
    transform: translate3d(93vw, -121vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 2994ms;
          animation-delay: 2994ms;
}
.circle-container:nth-child(152) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-152;
          animation-name: move-frames-152;
  -webkit-animation-duration: 30786ms;
          animation-duration: 30786ms;
  -webkit-animation-delay: 9845ms;
          animation-delay: 9845ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    transform: translate3d(49vw, 110vh, 0);
  }
  to {
    transform: translate3d(80vw, -123vh, 0);
  }
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(49vw, 110vh, 0);
  }
  to {
    transform: translate3d(80vw, -123vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 1095ms;
          animation-delay: 1095ms;
}
.circle-container:nth-child(153) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-153;
          animation-name: move-frames-153;
  -webkit-animation-duration: 35402ms;
          animation-duration: 35402ms;
  -webkit-animation-delay: 21832ms;
          animation-delay: 21832ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    transform: translate3d(41vw, 105vh, 0);
  }
  to {
    transform: translate3d(65vw, -131vh, 0);
  }
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(41vw, 105vh, 0);
  }
  to {
    transform: translate3d(65vw, -131vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 3958ms;
          animation-delay: 3958ms;
}
.circle-container:nth-child(154) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-154;
          animation-name: move-frames-154;
  -webkit-animation-duration: 30405ms;
          animation-duration: 30405ms;
  -webkit-animation-delay: 1181ms;
          animation-delay: 1181ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    transform: translate3d(40vw, 109vh, 0);
  }
  to {
    transform: translate3d(99vw, -115vh, 0);
  }
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(40vw, 109vh, 0);
  }
  to {
    transform: translate3d(99vw, -115vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 1463ms;
          animation-delay: 1463ms;
}
.circle-container:nth-child(155) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-155;
          animation-name: move-frames-155;
  -webkit-animation-duration: 29455ms;
          animation-duration: 29455ms;
  -webkit-animation-delay: 25900ms;
          animation-delay: 25900ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    transform: translate3d(29vw, 103vh, 0);
  }
  to {
    transform: translate3d(40vw, -132vh, 0);
  }
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(29vw, 103vh, 0);
  }
  to {
    transform: translate3d(40vw, -132vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 3543ms;
          animation-delay: 3543ms;
}
.circle-container:nth-child(156) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-156;
          animation-name: move-frames-156;
  -webkit-animation-duration: 36962ms;
          animation-duration: 36962ms;
  -webkit-animation-delay: 21725ms;
          animation-delay: 21725ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    transform: translate3d(49vw, 102vh, 0);
  }
  to {
    transform: translate3d(11vw, -121vh, 0);
  }
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(49vw, 102vh, 0);
  }
  to {
    transform: translate3d(11vw, -121vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 853ms;
          animation-delay: 853ms;
}
.circle-container:nth-child(157) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-157;
          animation-name: move-frames-157;
  -webkit-animation-duration: 36096ms;
          animation-duration: 36096ms;
  -webkit-animation-delay: 5636ms;
          animation-delay: 5636ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    transform: translate3d(41vw, 104vh, 0);
  }
  to {
    transform: translate3d(3vw, -121vh, 0);
  }
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(41vw, 104vh, 0);
  }
  to {
    transform: translate3d(3vw, -121vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 1762ms;
          animation-delay: 1762ms;
}
.circle-container:nth-child(158) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-158;
          animation-name: move-frames-158;
  -webkit-animation-duration: 33616ms;
          animation-duration: 33616ms;
  -webkit-animation-delay: 2718ms;
          animation-delay: 2718ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    transform: translate3d(30vw, 108vh, 0);
  }
  to {
    transform: translate3d(13vw, -124vh, 0);
  }
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(30vw, 108vh, 0);
  }
  to {
    transform: translate3d(13vw, -124vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 3064ms;
          animation-delay: 3064ms;
}
.circle-container:nth-child(159) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-159;
          animation-name: move-frames-159;
  -webkit-animation-duration: 31410ms;
          animation-duration: 31410ms;
  -webkit-animation-delay: 25660ms;
          animation-delay: 25660ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    transform: translate3d(85vw, 108vh, 0);
  }
  to {
    transform: translate3d(98vw, -120vh, 0);
  }
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(85vw, 108vh, 0);
  }
  to {
    transform: translate3d(98vw, -120vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 2291ms;
          animation-delay: 2291ms;
}
.circle-container:nth-child(160) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-160;
          animation-name: move-frames-160;
  -webkit-animation-duration: 30127ms;
          animation-duration: 30127ms;
  -webkit-animation-delay: 17657ms;
          animation-delay: 17657ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    transform: translate3d(9vw, 107vh, 0);
  }
  to {
    transform: translate3d(79vw, -136vh, 0);
  }
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(9vw, 107vh, 0);
  }
  to {
    transform: translate3d(79vw, -136vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 158ms;
          animation-delay: 158ms;
}
.circle-container:nth-child(161) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-161;
          animation-name: move-frames-161;
  -webkit-animation-duration: 31772ms;
          animation-duration: 31772ms;
  -webkit-animation-delay: 1870ms;
          animation-delay: 1870ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    transform: translate3d(40vw, 107vh, 0);
  }
  to {
    transform: translate3d(93vw, -120vh, 0);
  }
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(40vw, 107vh, 0);
  }
  to {
    transform: translate3d(93vw, -120vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 2035ms;
          animation-delay: 2035ms;
}
.circle-container:nth-child(162) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-162;
          animation-name: move-frames-162;
  -webkit-animation-duration: 36605ms;
          animation-duration: 36605ms;
  -webkit-animation-delay: 23969ms;
          animation-delay: 23969ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    transform: translate3d(23vw, 107vh, 0);
  }
  to {
    transform: translate3d(21vw, -113vh, 0);
  }
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(23vw, 107vh, 0);
  }
  to {
    transform: translate3d(21vw, -113vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 1813ms;
          animation-delay: 1813ms;
}
.circle-container:nth-child(163) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-163;
          animation-name: move-frames-163;
  -webkit-animation-duration: 33587ms;
          animation-duration: 33587ms;
  -webkit-animation-delay: 21333ms;
          animation-delay: 21333ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    transform: translate3d(82vw, 109vh, 0);
  }
  to {
    transform: translate3d(80vw, -120vh, 0);
  }
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(82vw, 109vh, 0);
  }
  to {
    transform: translate3d(80vw, -120vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 538ms;
          animation-delay: 538ms;
}
.circle-container:nth-child(164) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-164;
          animation-name: move-frames-164;
  -webkit-animation-duration: 36297ms;
          animation-duration: 36297ms;
  -webkit-animation-delay: 22123ms;
          animation-delay: 22123ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    transform: translate3d(5vw, 108vh, 0);
  }
  to {
    transform: translate3d(70vw, -134vh, 0);
  }
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(5vw, 108vh, 0);
  }
  to {
    transform: translate3d(70vw, -134vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 1046ms;
          animation-delay: 1046ms;
}
.circle-container:nth-child(165) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-165;
          animation-name: move-frames-165;
  -webkit-animation-duration: 35869ms;
          animation-duration: 35869ms;
  -webkit-animation-delay: 32332ms;
          animation-delay: 32332ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    transform: translate3d(41vw, 101vh, 0);
  }
  to {
    transform: translate3d(27vw, -119vh, 0);
  }
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(41vw, 101vh, 0);
  }
  to {
    transform: translate3d(27vw, -119vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 1365ms;
          animation-delay: 1365ms;
}
.circle-container:nth-child(166) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-166;
          animation-name: move-frames-166;
  -webkit-animation-duration: 36610ms;
          animation-duration: 36610ms;
  -webkit-animation-delay: 7978ms;
          animation-delay: 7978ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    transform: translate3d(94vw, 109vh, 0);
  }
  to {
    transform: translate3d(9vw, -125vh, 0);
  }
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(94vw, 109vh, 0);
  }
  to {
    transform: translate3d(9vw, -125vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 1951ms;
          animation-delay: 1951ms;
}
.circle-container:nth-child(167) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-167;
          animation-name: move-frames-167;
  -webkit-animation-duration: 36587ms;
          animation-duration: 36587ms;
  -webkit-animation-delay: 6248ms;
          animation-delay: 6248ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    transform: translate3d(88vw, 106vh, 0);
  }
  to {
    transform: translate3d(97vw, -133vh, 0);
  }
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(88vw, 106vh, 0);
  }
  to {
    transform: translate3d(97vw, -133vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 1601ms;
          animation-delay: 1601ms;
}
.circle-container:nth-child(168) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-168;
          animation-name: move-frames-168;
  -webkit-animation-duration: 29131ms;
          animation-duration: 29131ms;
  -webkit-animation-delay: 34417ms;
          animation-delay: 34417ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    transform: translate3d(50vw, 102vh, 0);
  }
  to {
    transform: translate3d(56vw, -127vh, 0);
  }
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(50vw, 102vh, 0);
  }
  to {
    transform: translate3d(56vw, -127vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 3503ms;
          animation-delay: 3503ms;
}
.circle-container:nth-child(169) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-169;
          animation-name: move-frames-169;
  -webkit-animation-duration: 36671ms;
          animation-duration: 36671ms;
  -webkit-animation-delay: 9421ms;
          animation-delay: 9421ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    transform: translate3d(53vw, 107vh, 0);
  }
  to {
    transform: translate3d(15vw, -122vh, 0);
  }
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(53vw, 107vh, 0);
  }
  to {
    transform: translate3d(15vw, -122vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 1854ms;
          animation-delay: 1854ms;
}
.circle-container:nth-child(170) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-170;
          animation-name: move-frames-170;
  -webkit-animation-duration: 30668ms;
          animation-duration: 30668ms;
  -webkit-animation-delay: 5566ms;
          animation-delay: 5566ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(15vw, -112vh, 0);
  }
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(15vw, -112vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 3895ms;
          animation-delay: 3895ms;
}
.circle-container:nth-child(171) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-171;
          animation-name: move-frames-171;
  -webkit-animation-duration: 29403ms;
          animation-duration: 29403ms;
  -webkit-animation-delay: 32921ms;
          animation-delay: 32921ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    transform: translate3d(78vw, 108vh, 0);
  }
  to {
    transform: translate3d(16vw, -135vh, 0);
  }
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(78vw, 108vh, 0);
  }
  to {
    transform: translate3d(16vw, -135vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 1533ms;
          animation-delay: 1533ms;
}
.circle-container:nth-child(172) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-172;
          animation-name: move-frames-172;
  -webkit-animation-duration: 36560ms;
          animation-duration: 36560ms;
  -webkit-animation-delay: 3999ms;
          animation-delay: 3999ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    transform: translate3d(21vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -128vh, 0);
  }
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(21vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -128vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 2486ms;
          animation-delay: 2486ms;
}
.circle-container:nth-child(173) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-173;
          animation-name: move-frames-173;
  -webkit-animation-duration: 35510ms;
          animation-duration: 35510ms;
  -webkit-animation-delay: 15568ms;
          animation-delay: 15568ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    transform: translate3d(7vw, 110vh, 0);
  }
  to {
    transform: translate3d(37vw, -124vh, 0);
  }
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(7vw, 110vh, 0);
  }
  to {
    transform: translate3d(37vw, -124vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 3492ms;
          animation-delay: 3492ms;
}
.circle-container:nth-child(174) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-174;
          animation-name: move-frames-174;
  -webkit-animation-duration: 31199ms;
          animation-duration: 31199ms;
  -webkit-animation-delay: 12270ms;
          animation-delay: 12270ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(49vw, -114vh, 0);
  }
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(49vw, -114vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 1936ms;
          animation-delay: 1936ms;
}
.circle-container:nth-child(175) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-175;
          animation-name: move-frames-175;
  -webkit-animation-duration: 28146ms;
          animation-duration: 28146ms;
  -webkit-animation-delay: 26322ms;
          animation-delay: 26322ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    transform: translate3d(45vw, 101vh, 0);
  }
  to {
    transform: translate3d(28vw, -110vh, 0);
  }
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(45vw, 101vh, 0);
  }
  to {
    transform: translate3d(28vw, -110vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 2494ms;
          animation-delay: 2494ms;
}
.circle-container:nth-child(176) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-176;
          animation-name: move-frames-176;
  -webkit-animation-duration: 33279ms;
          animation-duration: 33279ms;
  -webkit-animation-delay: 29399ms;
          animation-delay: 29399ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    transform: translate3d(21vw, 107vh, 0);
  }
  to {
    transform: translate3d(65vw, -123vh, 0);
  }
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(21vw, 107vh, 0);
  }
  to {
    transform: translate3d(65vw, -123vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 839ms;
          animation-delay: 839ms;
}
.circle-container:nth-child(177) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-177;
          animation-name: move-frames-177;
  -webkit-animation-duration: 29555ms;
          animation-duration: 29555ms;
  -webkit-animation-delay: 21537ms;
          animation-delay: 21537ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    transform: translate3d(11vw, 105vh, 0);
  }
  to {
    transform: translate3d(12vw, -116vh, 0);
  }
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(11vw, 105vh, 0);
  }
  to {
    transform: translate3d(12vw, -116vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 640ms;
          animation-delay: 640ms;
}
.circle-container:nth-child(178) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-178;
          animation-name: move-frames-178;
  -webkit-animation-duration: 35619ms;
          animation-duration: 35619ms;
  -webkit-animation-delay: 20840ms;
          animation-delay: 20840ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    transform: translate3d(78vw, 109vh, 0);
  }
  to {
    transform: translate3d(94vw, -135vh, 0);
  }
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(78vw, 109vh, 0);
  }
  to {
    transform: translate3d(94vw, -135vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 987ms;
          animation-delay: 987ms;
}
.circle-container:nth-child(179) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-179;
          animation-name: move-frames-179;
  -webkit-animation-duration: 32880ms;
          animation-duration: 32880ms;
  -webkit-animation-delay: 34715ms;
          animation-delay: 34715ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    transform: translate3d(30vw, 101vh, 0);
  }
  to {
    transform: translate3d(76vw, -126vh, 0);
  }
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(30vw, 101vh, 0);
  }
  to {
    transform: translate3d(76vw, -126vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 3252ms;
          animation-delay: 3252ms;
}
.circle-container:nth-child(180) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-180;
          animation-name: move-frames-180;
  -webkit-animation-duration: 28202ms;
          animation-duration: 28202ms;
  -webkit-animation-delay: 34254ms;
          animation-delay: 34254ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    transform: translate3d(44vw, 103vh, 0);
  }
  to {
    transform: translate3d(100vw, -121vh, 0);
  }
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(44vw, 103vh, 0);
  }
  to {
    transform: translate3d(100vw, -121vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 252ms;
          animation-delay: 252ms;
}
.circle-container:nth-child(181) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-181;
          animation-name: move-frames-181;
  -webkit-animation-duration: 35431ms;
          animation-duration: 35431ms;
  -webkit-animation-delay: 14011ms;
          animation-delay: 14011ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -132vh, 0);
  }
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -132vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 225ms;
          animation-delay: 225ms;
}
.circle-container:nth-child(182) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-182;
          animation-name: move-frames-182;
  -webkit-animation-duration: 30394ms;
          animation-duration: 30394ms;
  -webkit-animation-delay: 12504ms;
          animation-delay: 12504ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    transform: translate3d(94vw, 103vh, 0);
  }
  to {
    transform: translate3d(25vw, -116vh, 0);
  }
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(94vw, 103vh, 0);
  }
  to {
    transform: translate3d(25vw, -116vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 911ms;
          animation-delay: 911ms;
}
.circle-container:nth-child(183) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-183;
          animation-name: move-frames-183;
  -webkit-animation-duration: 36550ms;
          animation-duration: 36550ms;
  -webkit-animation-delay: 13231ms;
          animation-delay: 13231ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    transform: translate3d(70vw, 106vh, 0);
  }
  to {
    transform: translate3d(58vw, -136vh, 0);
  }
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(70vw, 106vh, 0);
  }
  to {
    transform: translate3d(58vw, -136vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 3907ms;
          animation-delay: 3907ms;
}
.circle-container:nth-child(184) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-184;
          animation-name: move-frames-184;
  -webkit-animation-duration: 35565ms;
          animation-duration: 35565ms;
  -webkit-animation-delay: 6772ms;
          animation-delay: 6772ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    transform: translate3d(89vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -116vh, 0);
  }
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(89vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -116vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 3653ms;
          animation-delay: 3653ms;
}
.circle-container:nth-child(185) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-185;
          animation-name: move-frames-185;
  -webkit-animation-duration: 33003ms;
          animation-duration: 33003ms;
  -webkit-animation-delay: 1770ms;
          animation-delay: 1770ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(40vw, -111vh, 0);
  }
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(40vw, -111vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 1703ms;
          animation-delay: 1703ms;
}
.circle-container:nth-child(186) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-186;
          animation-name: move-frames-186;
  -webkit-animation-duration: 28765ms;
          animation-duration: 28765ms;
  -webkit-animation-delay: 27286ms;
          animation-delay: 27286ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    transform: translate3d(92vw, 106vh, 0);
  }
  to {
    transform: translate3d(15vw, -122vh, 0);
  }
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(92vw, 106vh, 0);
  }
  to {
    transform: translate3d(15vw, -122vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 459ms;
          animation-delay: 459ms;
}
.circle-container:nth-child(187) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-187;
          animation-name: move-frames-187;
  -webkit-animation-duration: 29144ms;
          animation-duration: 29144ms;
  -webkit-animation-delay: 32236ms;
          animation-delay: 32236ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    transform: translate3d(70vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -116vh, 0);
  }
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(70vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -116vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 3254ms;
          animation-delay: 3254ms;
}
.circle-container:nth-child(188) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-188;
          animation-name: move-frames-188;
  -webkit-animation-duration: 35432ms;
          animation-duration: 35432ms;
  -webkit-animation-delay: 26269ms;
          animation-delay: 26269ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    transform: translate3d(84vw, 108vh, 0);
  }
  to {
    transform: translate3d(100vw, -131vh, 0);
  }
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(84vw, 108vh, 0);
  }
  to {
    transform: translate3d(100vw, -131vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 2148ms;
          animation-delay: 2148ms;
}
.circle-container:nth-child(189) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-189;
          animation-name: move-frames-189;
  -webkit-animation-duration: 36025ms;
          animation-duration: 36025ms;
  -webkit-animation-delay: 15791ms;
          animation-delay: 15791ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    transform: translate3d(44vw, 102vh, 0);
  }
  to {
    transform: translate3d(91vw, -108vh, 0);
  }
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(44vw, 102vh, 0);
  }
  to {
    transform: translate3d(91vw, -108vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 625ms;
          animation-delay: 625ms;
}
.circle-container:nth-child(190) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-190;
          animation-name: move-frames-190;
  -webkit-animation-duration: 29451ms;
          animation-duration: 29451ms;
  -webkit-animation-delay: 30982ms;
          animation-delay: 30982ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    transform: translate3d(8vw, 107vh, 0);
  }
  to {
    transform: translate3d(67vw, -112vh, 0);
  }
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(8vw, 107vh, 0);
  }
  to {
    transform: translate3d(67vw, -112vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 316ms;
          animation-delay: 316ms;
}
.circle-container:nth-child(191) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-191;
          animation-name: move-frames-191;
  -webkit-animation-duration: 31279ms;
          animation-duration: 31279ms;
  -webkit-animation-delay: 1902ms;
          animation-delay: 1902ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    transform: translate3d(66vw, 101vh, 0);
  }
  to {
    transform: translate3d(85vw, -114vh, 0);
  }
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(66vw, 101vh, 0);
  }
  to {
    transform: translate3d(85vw, -114vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 3572ms;
          animation-delay: 3572ms;
}
.circle-container:nth-child(192) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-192;
          animation-name: move-frames-192;
  -webkit-animation-duration: 28393ms;
          animation-duration: 28393ms;
  -webkit-animation-delay: 18081ms;
          animation-delay: 18081ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    transform: translate3d(85vw, 110vh, 0);
  }
  to {
    transform: translate3d(33vw, -140vh, 0);
  }
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(85vw, 110vh, 0);
  }
  to {
    transform: translate3d(33vw, -140vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 2778ms;
          animation-delay: 2778ms;
}
.circle-container:nth-child(193) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-193;
          animation-name: move-frames-193;
  -webkit-animation-duration: 29592ms;
          animation-duration: 29592ms;
  -webkit-animation-delay: 4136ms;
          animation-delay: 4136ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    transform: translate3d(3vw, 108vh, 0);
  }
  to {
    transform: translate3d(52vw, -133vh, 0);
  }
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(3vw, 108vh, 0);
  }
  to {
    transform: translate3d(52vw, -133vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 2399ms;
          animation-delay: 2399ms;
}
.circle-container:nth-child(194) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-194;
          animation-name: move-frames-194;
  -webkit-animation-duration: 32224ms;
          animation-duration: 32224ms;
  -webkit-animation-delay: 4734ms;
          animation-delay: 4734ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    transform: translate3d(30vw, 106vh, 0);
  }
  to {
    transform: translate3d(93vw, -115vh, 0);
  }
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(30vw, 106vh, 0);
  }
  to {
    transform: translate3d(93vw, -115vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 774ms;
          animation-delay: 774ms;
}
.circle-container:nth-child(195) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-195;
          animation-name: move-frames-195;
  -webkit-animation-duration: 28956ms;
          animation-duration: 28956ms;
  -webkit-animation-delay: 31178ms;
          animation-delay: 31178ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    transform: translate3d(66vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -117vh, 0);
  }
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(66vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -117vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 2005ms;
          animation-delay: 2005ms;
}
.circle-container:nth-child(196) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-196;
          animation-name: move-frames-196;
  -webkit-animation-duration: 29848ms;
          animation-duration: 29848ms;
  -webkit-animation-delay: 13810ms;
          animation-delay: 13810ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    transform: translate3d(32vw, 101vh, 0);
  }
  to {
    transform: translate3d(7vw, -107vh, 0);
  }
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(32vw, 101vh, 0);
  }
  to {
    transform: translate3d(7vw, -107vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 2535ms;
          animation-delay: 2535ms;
}
.circle-container:nth-child(197) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-197;
          animation-name: move-frames-197;
  -webkit-animation-duration: 35987ms;
          animation-duration: 35987ms;
  -webkit-animation-delay: 8896ms;
          animation-delay: 8896ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    transform: translate3d(19vw, 103vh, 0);
  }
  to {
    transform: translate3d(13vw, -123vh, 0);
  }
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(19vw, 103vh, 0);
  }
  to {
    transform: translate3d(13vw, -123vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 225ms;
          animation-delay: 225ms;
}
.circle-container:nth-child(198) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-198;
          animation-name: move-frames-198;
  -webkit-animation-duration: 31692ms;
          animation-duration: 31692ms;
  -webkit-animation-delay: 24129ms;
          animation-delay: 24129ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    transform: translate3d(99vw, 101vh, 0);
  }
  to {
    transform: translate3d(63vw, -103vh, 0);
  }
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(99vw, 101vh, 0);
  }
  to {
    transform: translate3d(63vw, -103vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 874ms;
          animation-delay: 874ms;
}
.circle-container:nth-child(199) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-199;
          animation-name: move-frames-199;
  -webkit-animation-duration: 31180ms;
          animation-duration: 31180ms;
  -webkit-animation-delay: 28224ms;
          animation-delay: 28224ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    transform: translate3d(7vw, 105vh, 0);
  }
  to {
    transform: translate3d(10vw, -112vh, 0);
  }
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(7vw, 105vh, 0);
  }
  to {
    transform: translate3d(10vw, -112vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 205ms;
          animation-delay: 205ms;
}
.circle-container:nth-child(200) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-200;
          animation-name: move-frames-200;
  -webkit-animation-duration: 33030ms;
          animation-duration: 33030ms;
  -webkit-animation-delay: 35635ms;
          animation-delay: 35635ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(32vw, -109vh, 0);
  }
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(32vw, -109vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 1202ms;
          animation-delay: 1202ms;
}

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