.md-tabs {
  font-family: "Orbitron", regular;
}
.md-header {
  font-family: "Orbitron", regular;
}
h1 {
  font-family: "Orbitron", regular;
}
:root {
  --md-text-font: "Arial";
}

.md-footer {
  background: radial-gradient(ellipse at bottom, #0d1d31 0%, #0c0d13 100%);
  overflow: hidden;
}

.md-footer-meta {
  background: #0f0f1f;
  overflow: hidden;
}

[data-md-color-primary="black"] .md-header {
  background: #0f0f1f;
}

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

.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(#99ffff, #99ffff 10%, rgba(153, 255, 255, 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: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-1;
          animation-name: move-frames-1;
  -webkit-animation-duration: 35443ms;
          animation-duration: 35443ms;
  -webkit-animation-delay: 14546ms;
          animation-delay: 14546ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    transform: translate3d(59vw, 105vh, 0);
  }
  to {
    transform: translate3d(83vw, -122vh, 0);
  }
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(59vw, 105vh, 0);
  }
  to {
    transform: translate3d(83vw, -122vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 1804ms;
          animation-delay: 1804ms;
}
.circle-container:nth-child(2) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-2;
          animation-name: move-frames-2;
  -webkit-animation-duration: 28698ms;
          animation-duration: 28698ms;
  -webkit-animation-delay: 22562ms;
          animation-delay: 22562ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    transform: translate3d(49vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -125vh, 0);
  }
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(49vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -125vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 971ms;
          animation-delay: 971ms;
}
.circle-container:nth-child(3) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-3;
          animation-name: move-frames-3;
  -webkit-animation-duration: 33457ms;
          animation-duration: 33457ms;
  -webkit-animation-delay: 3716ms;
          animation-delay: 3716ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    transform: translate3d(32vw, 105vh, 0);
  }
  to {
    transform: translate3d(6vw, -122vh, 0);
  }
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(32vw, 105vh, 0);
  }
  to {
    transform: translate3d(6vw, -122vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 3240ms;
          animation-delay: 3240ms;
}
.circle-container:nth-child(4) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-4;
          animation-name: move-frames-4;
  -webkit-animation-duration: 29857ms;
          animation-duration: 29857ms;
  -webkit-animation-delay: 13878ms;
          animation-delay: 13878ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    transform: translate3d(46vw, 102vh, 0);
  }
  to {
    transform: translate3d(23vw, -120vh, 0);
  }
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(46vw, 102vh, 0);
  }
  to {
    transform: translate3d(23vw, -120vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 304ms;
          animation-delay: 304ms;
}
.circle-container:nth-child(5) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-5;
          animation-name: move-frames-5;
  -webkit-animation-duration: 34495ms;
          animation-duration: 34495ms;
  -webkit-animation-delay: 23338ms;
          animation-delay: 23338ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    transform: translate3d(81vw, 105vh, 0);
  }
  to {
    transform: translate3d(51vw, -129vh, 0);
  }
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(81vw, 105vh, 0);
  }
  to {
    transform: translate3d(51vw, -129vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 1894ms;
          animation-delay: 1894ms;
}
.circle-container:nth-child(6) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-6;
          animation-name: move-frames-6;
  -webkit-animation-duration: 32512ms;
          animation-duration: 32512ms;
  -webkit-animation-delay: 30072ms;
          animation-delay: 30072ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    transform: translate3d(19vw, 102vh, 0);
  }
  to {
    transform: translate3d(28vw, -104vh, 0);
  }
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(19vw, 102vh, 0);
  }
  to {
    transform: translate3d(28vw, -104vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 2201ms;
          animation-delay: 2201ms;
}
.circle-container:nth-child(7) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-7;
          animation-name: move-frames-7;
  -webkit-animation-duration: 32153ms;
          animation-duration: 32153ms;
  -webkit-animation-delay: 22324ms;
          animation-delay: 22324ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    transform: translate3d(19vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -127vh, 0);
  }
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(19vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -127vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 2860ms;
          animation-delay: 2860ms;
}
.circle-container:nth-child(8) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-8;
          animation-name: move-frames-8;
  -webkit-animation-duration: 30621ms;
          animation-duration: 30621ms;
  -webkit-animation-delay: 7532ms;
          animation-delay: 7532ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    transform: translate3d(92vw, 105vh, 0);
  }
  to {
    transform: translate3d(34vw, -106vh, 0);
  }
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(92vw, 105vh, 0);
  }
  to {
    transform: translate3d(34vw, -106vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 2337ms;
          animation-delay: 2337ms;
}
.circle-container:nth-child(9) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-9;
          animation-name: move-frames-9;
  -webkit-animation-duration: 34846ms;
          animation-duration: 34846ms;
  -webkit-animation-delay: 17780ms;
          animation-delay: 17780ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    transform: translate3d(14vw, 107vh, 0);
  }
  to {
    transform: translate3d(100vw, -135vh, 0);
  }
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(14vw, 107vh, 0);
  }
  to {
    transform: translate3d(100vw, -135vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.circle-container:nth-child(10) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-10;
          animation-name: move-frames-10;
  -webkit-animation-duration: 30522ms;
          animation-duration: 30522ms;
  -webkit-animation-delay: 16850ms;
          animation-delay: 16850ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    transform: translate3d(74vw, 106vh, 0);
  }
  to {
    transform: translate3d(60vw, -112vh, 0);
  }
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(74vw, 106vh, 0);
  }
  to {
    transform: translate3d(60vw, -112vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 1245ms;
          animation-delay: 1245ms;
}
.circle-container:nth-child(11) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-11;
          animation-name: move-frames-11;
  -webkit-animation-duration: 29188ms;
          animation-duration: 29188ms;
  -webkit-animation-delay: 116ms;
          animation-delay: 116ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    transform: translate3d(86vw, 106vh, 0);
  }
  to {
    transform: translate3d(94vw, -133vh, 0);
  }
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(86vw, 106vh, 0);
  }
  to {
    transform: translate3d(94vw, -133vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 3542ms;
          animation-delay: 3542ms;
}
.circle-container:nth-child(12) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-12;
          animation-name: move-frames-12;
  -webkit-animation-duration: 33101ms;
          animation-duration: 33101ms;
  -webkit-animation-delay: 27528ms;
          animation-delay: 27528ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    transform: translate3d(94vw, 102vh, 0);
  }
  to {
    transform: translate3d(67vw, -117vh, 0);
  }
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(94vw, 102vh, 0);
  }
  to {
    transform: translate3d(67vw, -117vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 2826ms;
          animation-delay: 2826ms;
}
.circle-container:nth-child(13) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-13;
          animation-name: move-frames-13;
  -webkit-animation-duration: 35189ms;
          animation-duration: 35189ms;
  -webkit-animation-delay: 22641ms;
          animation-delay: 22641ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    transform: translate3d(50vw, 107vh, 0);
  }
  to {
    transform: translate3d(95vw, -127vh, 0);
  }
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(50vw, 107vh, 0);
  }
  to {
    transform: translate3d(95vw, -127vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 3462ms;
          animation-delay: 3462ms;
}
.circle-container:nth-child(14) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-14;
          animation-name: move-frames-14;
  -webkit-animation-duration: 32272ms;
          animation-duration: 32272ms;
  -webkit-animation-delay: 28189ms;
          animation-delay: 28189ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    transform: translate3d(37vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -136vh, 0);
  }
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(37vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -136vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 2515ms;
          animation-delay: 2515ms;
}
.circle-container:nth-child(15) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-15;
          animation-name: move-frames-15;
  -webkit-animation-duration: 33933ms;
          animation-duration: 33933ms;
  -webkit-animation-delay: 17855ms;
          animation-delay: 17855ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    transform: translate3d(38vw, 106vh, 0);
  }
  to {
    transform: translate3d(83vw, -127vh, 0);
  }
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(38vw, 106vh, 0);
  }
  to {
    transform: translate3d(83vw, -127vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 1198ms;
          animation-delay: 1198ms;
}
.circle-container:nth-child(16) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-16;
          animation-name: move-frames-16;
  -webkit-animation-duration: 36538ms;
          animation-duration: 36538ms;
  -webkit-animation-delay: 10126ms;
          animation-delay: 10126ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    transform: translate3d(54vw, 107vh, 0);
  }
  to {
    transform: translate3d(89vw, -123vh, 0);
  }
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(54vw, 107vh, 0);
  }
  to {
    transform: translate3d(89vw, -123vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 1522ms;
          animation-delay: 1522ms;
}
.circle-container:nth-child(17) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-17;
          animation-name: move-frames-17;
  -webkit-animation-duration: 35455ms;
          animation-duration: 35455ms;
  -webkit-animation-delay: 33432ms;
          animation-delay: 33432ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    transform: translate3d(48vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -128vh, 0);
  }
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(48vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -128vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 3115ms;
          animation-delay: 3115ms;
}
.circle-container:nth-child(18) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-18;
          animation-name: move-frames-18;
  -webkit-animation-duration: 33738ms;
          animation-duration: 33738ms;
  -webkit-animation-delay: 33084ms;
          animation-delay: 33084ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    transform: translate3d(68vw, 108vh, 0);
  }
  to {
    transform: translate3d(96vw, -131vh, 0);
  }
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(68vw, 108vh, 0);
  }
  to {
    transform: translate3d(96vw, -131vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 396ms;
          animation-delay: 396ms;
}
.circle-container:nth-child(19) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-19;
          animation-name: move-frames-19;
  -webkit-animation-duration: 28215ms;
          animation-duration: 28215ms;
  -webkit-animation-delay: 28446ms;
          animation-delay: 28446ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(29vw, -123vh, 0);
  }
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(29vw, -123vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 3598ms;
          animation-delay: 3598ms;
}
.circle-container:nth-child(20) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-20;
          animation-name: move-frames-20;
  -webkit-animation-duration: 32011ms;
          animation-duration: 32011ms;
  -webkit-animation-delay: 18716ms;
          animation-delay: 18716ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    transform: translate3d(5vw, 101vh, 0);
  }
  to {
    transform: translate3d(40vw, -121vh, 0);
  }
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(5vw, 101vh, 0);
  }
  to {
    transform: translate3d(40vw, -121vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 550ms;
          animation-delay: 550ms;
}
.circle-container:nth-child(21) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-21;
          animation-name: move-frames-21;
  -webkit-animation-duration: 30783ms;
          animation-duration: 30783ms;
  -webkit-animation-delay: 13349ms;
          animation-delay: 13349ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    transform: translate3d(49vw, 108vh, 0);
  }
  to {
    transform: translate3d(60vw, -119vh, 0);
  }
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(49vw, 108vh, 0);
  }
  to {
    transform: translate3d(60vw, -119vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 2032ms;
          animation-delay: 2032ms;
}
.circle-container:nth-child(22) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-22;
          animation-name: move-frames-22;
  -webkit-animation-duration: 32748ms;
          animation-duration: 32748ms;
  -webkit-animation-delay: 32966ms;
          animation-delay: 32966ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    transform: translate3d(32vw, 103vh, 0);
  }
  to {
    transform: translate3d(99vw, -116vh, 0);
  }
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(32vw, 103vh, 0);
  }
  to {
    transform: translate3d(99vw, -116vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 272ms;
          animation-delay: 272ms;
}
.circle-container:nth-child(23) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-23;
          animation-name: move-frames-23;
  -webkit-animation-duration: 31931ms;
          animation-duration: 31931ms;
  -webkit-animation-delay: 19987ms;
          animation-delay: 19987ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    transform: translate3d(21vw, 109vh, 0);
  }
  to {
    transform: translate3d(43vw, -117vh, 0);
  }
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(21vw, 109vh, 0);
  }
  to {
    transform: translate3d(43vw, -117vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 616ms;
          animation-delay: 616ms;
}
.circle-container:nth-child(24) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-24;
          animation-name: move-frames-24;
  -webkit-animation-duration: 31812ms;
          animation-duration: 31812ms;
  -webkit-animation-delay: 30486ms;
          animation-delay: 30486ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    transform: translate3d(11vw, 107vh, 0);
  }
  to {
    transform: translate3d(32vw, -117vh, 0);
  }
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(11vw, 107vh, 0);
  }
  to {
    transform: translate3d(32vw, -117vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 1410ms;
          animation-delay: 1410ms;
}
.circle-container:nth-child(25) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-25;
          animation-name: move-frames-25;
  -webkit-animation-duration: 28531ms;
          animation-duration: 28531ms;
  -webkit-animation-delay: 11143ms;
          animation-delay: 11143ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    transform: translate3d(11vw, 101vh, 0);
  }
  to {
    transform: translate3d(55vw, -121vh, 0);
  }
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(11vw, 101vh, 0);
  }
  to {
    transform: translate3d(55vw, -121vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 1371ms;
          animation-delay: 1371ms;
}
.circle-container:nth-child(26) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-26;
          animation-name: move-frames-26;
  -webkit-animation-duration: 30650ms;
          animation-duration: 30650ms;
  -webkit-animation-delay: 34516ms;
          animation-delay: 34516ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    transform: translate3d(10vw, 109vh, 0);
  }
  to {
    transform: translate3d(94vw, -119vh, 0);
  }
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(10vw, 109vh, 0);
  }
  to {
    transform: translate3d(94vw, -119vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 431ms;
          animation-delay: 431ms;
}
.circle-container:nth-child(27) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-27;
          animation-name: move-frames-27;
  -webkit-animation-duration: 28258ms;
          animation-duration: 28258ms;
  -webkit-animation-delay: 24604ms;
          animation-delay: 24604ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    transform: translate3d(11vw, 105vh, 0);
  }
  to {
    transform: translate3d(30vw, -125vh, 0);
  }
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(11vw, 105vh, 0);
  }
  to {
    transform: translate3d(30vw, -125vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 3263ms;
          animation-delay: 3263ms;
}
.circle-container:nth-child(28) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-28;
          animation-name: move-frames-28;
  -webkit-animation-duration: 34922ms;
          animation-duration: 34922ms;
  -webkit-animation-delay: 15216ms;
          animation-delay: 15216ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    transform: translate3d(14vw, 104vh, 0);
  }
  to {
    transform: translate3d(76vw, -127vh, 0);
  }
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(14vw, 104vh, 0);
  }
  to {
    transform: translate3d(76vw, -127vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 838ms;
          animation-delay: 838ms;
}
.circle-container:nth-child(29) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-29;
          animation-name: move-frames-29;
  -webkit-animation-duration: 36952ms;
          animation-duration: 36952ms;
  -webkit-animation-delay: 3197ms;
          animation-delay: 3197ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    transform: translate3d(11vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -108vh, 0);
  }
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(11vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -108vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 3922ms;
          animation-delay: 3922ms;
}
.circle-container:nth-child(30) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-30;
          animation-name: move-frames-30;
  -webkit-animation-duration: 33117ms;
          animation-duration: 33117ms;
  -webkit-animation-delay: 34409ms;
          animation-delay: 34409ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    transform: translate3d(82vw, 107vh, 0);
  }
  to {
    transform: translate3d(50vw, -114vh, 0);
  }
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(82vw, 107vh, 0);
  }
  to {
    transform: translate3d(50vw, -114vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 3153ms;
          animation-delay: 3153ms;
}
.circle-container:nth-child(31) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-31;
          animation-name: move-frames-31;
  -webkit-animation-duration: 28189ms;
          animation-duration: 28189ms;
  -webkit-animation-delay: 4654ms;
          animation-delay: 4654ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    transform: translate3d(20vw, 102vh, 0);
  }
  to {
    transform: translate3d(78vw, -117vh, 0);
  }
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(20vw, 102vh, 0);
  }
  to {
    transform: translate3d(78vw, -117vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 2421ms;
          animation-delay: 2421ms;
}
.circle-container:nth-child(32) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-32;
          animation-name: move-frames-32;
  -webkit-animation-duration: 32019ms;
          animation-duration: 32019ms;
  -webkit-animation-delay: 24061ms;
          animation-delay: 24061ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    transform: translate3d(97vw, 105vh, 0);
  }
  to {
    transform: translate3d(8vw, -130vh, 0);
  }
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(97vw, 105vh, 0);
  }
  to {
    transform: translate3d(8vw, -130vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 3739ms;
          animation-delay: 3739ms;
}
.circle-container:nth-child(33) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-33;
          animation-name: move-frames-33;
  -webkit-animation-duration: 30934ms;
          animation-duration: 30934ms;
  -webkit-animation-delay: 27725ms;
          animation-delay: 27725ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    transform: translate3d(3vw, 102vh, 0);
  }
  to {
    transform: translate3d(17vw, -129vh, 0);
  }
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(3vw, 102vh, 0);
  }
  to {
    transform: translate3d(17vw, -129vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 369ms;
          animation-delay: 369ms;
}
.circle-container:nth-child(34) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-34;
          animation-name: move-frames-34;
  -webkit-animation-duration: 31201ms;
          animation-duration: 31201ms;
  -webkit-animation-delay: 13995ms;
          animation-delay: 13995ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    transform: translate3d(18vw, 102vh, 0);
  }
  to {
    transform: translate3d(96vw, -126vh, 0);
  }
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(18vw, 102vh, 0);
  }
  to {
    transform: translate3d(96vw, -126vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 3676ms;
          animation-delay: 3676ms;
}
.circle-container:nth-child(35) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-35;
          animation-name: move-frames-35;
  -webkit-animation-duration: 34040ms;
          animation-duration: 34040ms;
  -webkit-animation-delay: 16300ms;
          animation-delay: 16300ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    transform: translate3d(24vw, 104vh, 0);
  }
  to {
    transform: translate3d(2vw, -112vh, 0);
  }
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(24vw, 104vh, 0);
  }
  to {
    transform: translate3d(2vw, -112vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 1022ms;
          animation-delay: 1022ms;
}
.circle-container:nth-child(36) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-36;
          animation-name: move-frames-36;
  -webkit-animation-duration: 35150ms;
          animation-duration: 35150ms;
  -webkit-animation-delay: 12518ms;
          animation-delay: 12518ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    transform: translate3d(30vw, 104vh, 0);
  }
  to {
    transform: translate3d(42vw, -131vh, 0);
  }
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(30vw, 104vh, 0);
  }
  to {
    transform: translate3d(42vw, -131vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 1127ms;
          animation-delay: 1127ms;
}
.circle-container:nth-child(37) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-37;
          animation-name: move-frames-37;
  -webkit-animation-duration: 32239ms;
          animation-duration: 32239ms;
  -webkit-animation-delay: 770ms;
          animation-delay: 770ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    transform: translate3d(66vw, 105vh, 0);
  }
  to {
    transform: translate3d(10vw, -113vh, 0);
  }
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(66vw, 105vh, 0);
  }
  to {
    transform: translate3d(10vw, -113vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 192ms;
          animation-delay: 192ms;
}
.circle-container:nth-child(38) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-38;
          animation-name: move-frames-38;
  -webkit-animation-duration: 28144ms;
          animation-duration: 28144ms;
  -webkit-animation-delay: 18161ms;
          animation-delay: 18161ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    transform: translate3d(46vw, 102vh, 0);
  }
  to {
    transform: translate3d(65vw, -109vh, 0);
  }
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(46vw, 102vh, 0);
  }
  to {
    transform: translate3d(65vw, -109vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 3204ms;
          animation-delay: 3204ms;
}
.circle-container:nth-child(39) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-39;
          animation-name: move-frames-39;
  -webkit-animation-duration: 31949ms;
          animation-duration: 31949ms;
  -webkit-animation-delay: 10054ms;
          animation-delay: 10054ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    transform: translate3d(83vw, 103vh, 0);
  }
  to {
    transform: translate3d(56vw, -112vh, 0);
  }
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(83vw, 103vh, 0);
  }
  to {
    transform: translate3d(56vw, -112vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 1667ms;
          animation-delay: 1667ms;
}
.circle-container:nth-child(40) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-40;
          animation-name: move-frames-40;
  -webkit-animation-duration: 35413ms;
          animation-duration: 35413ms;
  -webkit-animation-delay: 8251ms;
          animation-delay: 8251ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    transform: translate3d(25vw, 103vh, 0);
  }
  to {
    transform: translate3d(66vw, -115vh, 0);
  }
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(25vw, 103vh, 0);
  }
  to {
    transform: translate3d(66vw, -115vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 621ms;
          animation-delay: 621ms;
}
.circle-container:nth-child(41) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-41;
          animation-name: move-frames-41;
  -webkit-animation-duration: 35179ms;
          animation-duration: 35179ms;
  -webkit-animation-delay: 19667ms;
          animation-delay: 19667ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    transform: translate3d(87vw, 106vh, 0);
  }
  to {
    transform: translate3d(47vw, -131vh, 0);
  }
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(87vw, 106vh, 0);
  }
  to {
    transform: translate3d(47vw, -131vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.circle-container:nth-child(42) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-42;
          animation-name: move-frames-42;
  -webkit-animation-duration: 35997ms;
          animation-duration: 35997ms;
  -webkit-animation-delay: 18083ms;
          animation-delay: 18083ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    transform: translate3d(3vw, 105vh, 0);
  }
  to {
    transform: translate3d(58vw, -113vh, 0);
  }
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(3vw, 105vh, 0);
  }
  to {
    transform: translate3d(58vw, -113vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 3306ms;
          animation-delay: 3306ms;
}
.circle-container:nth-child(43) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-43;
          animation-name: move-frames-43;
  -webkit-animation-duration: 28610ms;
          animation-duration: 28610ms;
  -webkit-animation-delay: 18411ms;
          animation-delay: 18411ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    transform: translate3d(98vw, 102vh, 0);
  }
  to {
    transform: translate3d(54vw, -109vh, 0);
  }
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(98vw, 102vh, 0);
  }
  to {
    transform: translate3d(54vw, -109vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 1236ms;
          animation-delay: 1236ms;
}
.circle-container:nth-child(44) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-44;
          animation-name: move-frames-44;
  -webkit-animation-duration: 33888ms;
          animation-duration: 33888ms;
  -webkit-animation-delay: 15284ms;
          animation-delay: 15284ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    transform: translate3d(45vw, 107vh, 0);
  }
  to {
    transform: translate3d(1vw, -123vh, 0);
  }
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(45vw, 107vh, 0);
  }
  to {
    transform: translate3d(1vw, -123vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 703ms;
          animation-delay: 703ms;
}
.circle-container:nth-child(45) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-45;
          animation-name: move-frames-45;
  -webkit-animation-duration: 35605ms;
          animation-duration: 35605ms;
  -webkit-animation-delay: 13454ms;
          animation-delay: 13454ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(72vw, -117vh, 0);
  }
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(72vw, -117vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 1416ms;
          animation-delay: 1416ms;
}
.circle-container:nth-child(46) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-46;
          animation-name: move-frames-46;
  -webkit-animation-duration: 33545ms;
          animation-duration: 33545ms;
  -webkit-animation-delay: 14214ms;
          animation-delay: 14214ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    transform: translate3d(85vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -123vh, 0);
  }
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(85vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -123vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 3779ms;
          animation-delay: 3779ms;
}
.circle-container:nth-child(47) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-47;
          animation-name: move-frames-47;
  -webkit-animation-duration: 35353ms;
          animation-duration: 35353ms;
  -webkit-animation-delay: 11199ms;
          animation-delay: 11199ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    transform: translate3d(59vw, 101vh, 0);
  }
  to {
    transform: translate3d(2vw, -128vh, 0);
  }
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(59vw, 101vh, 0);
  }
  to {
    transform: translate3d(2vw, -128vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 1187ms;
          animation-delay: 1187ms;
}
.circle-container:nth-child(48) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-48;
          animation-name: move-frames-48;
  -webkit-animation-duration: 36754ms;
          animation-duration: 36754ms;
  -webkit-animation-delay: 15302ms;
          animation-delay: 15302ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    transform: translate3d(67vw, 106vh, 0);
  }
  to {
    transform: translate3d(28vw, -135vh, 0);
  }
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(67vw, 106vh, 0);
  }
  to {
    transform: translate3d(28vw, -135vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 3852ms;
          animation-delay: 3852ms;
}
.circle-container:nth-child(49) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-49;
          animation-name: move-frames-49;
  -webkit-animation-duration: 36984ms;
          animation-duration: 36984ms;
  -webkit-animation-delay: 6587ms;
          animation-delay: 6587ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    transform: translate3d(50vw, 109vh, 0);
  }
  to {
    transform: translate3d(17vw, -110vh, 0);
  }
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(50vw, 109vh, 0);
  }
  to {
    transform: translate3d(17vw, -110vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 2883ms;
          animation-delay: 2883ms;
}
.circle-container:nth-child(50) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-50;
          animation-name: move-frames-50;
  -webkit-animation-duration: 34166ms;
          animation-duration: 34166ms;
  -webkit-animation-delay: 2425ms;
          animation-delay: 2425ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    transform: translate3d(91vw, 102vh, 0);
  }
  to {
    transform: translate3d(81vw, -108vh, 0);
  }
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(91vw, 102vh, 0);
  }
  to {
    transform: translate3d(81vw, -108vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 3613ms;
          animation-delay: 3613ms;
}
.circle-container:nth-child(51) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-51;
          animation-name: move-frames-51;
  -webkit-animation-duration: 29292ms;
          animation-duration: 29292ms;
  -webkit-animation-delay: 22329ms;
          animation-delay: 22329ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    transform: translate3d(87vw, 104vh, 0);
  }
  to {
    transform: translate3d(29vw, -118vh, 0);
  }
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(87vw, 104vh, 0);
  }
  to {
    transform: translate3d(29vw, -118vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 3118ms;
          animation-delay: 3118ms;
}
.circle-container:nth-child(52) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-52;
          animation-name: move-frames-52;
  -webkit-animation-duration: 36697ms;
          animation-duration: 36697ms;
  -webkit-animation-delay: 19848ms;
          animation-delay: 19848ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    transform: translate3d(90vw, 107vh, 0);
  }
  to {
    transform: translate3d(38vw, -118vh, 0);
  }
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(90vw, 107vh, 0);
  }
  to {
    transform: translate3d(38vw, -118vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 198ms;
          animation-delay: 198ms;
}
.circle-container:nth-child(53) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-53;
          animation-name: move-frames-53;
  -webkit-animation-duration: 32970ms;
          animation-duration: 32970ms;
  -webkit-animation-delay: 31051ms;
          animation-delay: 31051ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    transform: translate3d(90vw, 107vh, 0);
  }
  to {
    transform: translate3d(40vw, -127vh, 0);
  }
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(90vw, 107vh, 0);
  }
  to {
    transform: translate3d(40vw, -127vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 1087ms;
          animation-delay: 1087ms;
}
.circle-container:nth-child(54) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-54;
          animation-name: move-frames-54;
  -webkit-animation-duration: 30816ms;
          animation-duration: 30816ms;
  -webkit-animation-delay: 3512ms;
          animation-delay: 3512ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    transform: translate3d(30vw, 102vh, 0);
  }
  to {
    transform: translate3d(74vw, -104vh, 0);
  }
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(30vw, 102vh, 0);
  }
  to {
    transform: translate3d(74vw, -104vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 3678ms;
          animation-delay: 3678ms;
}
.circle-container:nth-child(55) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-55;
          animation-name: move-frames-55;
  -webkit-animation-duration: 30178ms;
          animation-duration: 30178ms;
  -webkit-animation-delay: 8851ms;
          animation-delay: 8851ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    transform: translate3d(60vw, 102vh, 0);
  }
  to {
    transform: translate3d(49vw, -124vh, 0);
  }
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(60vw, 102vh, 0);
  }
  to {
    transform: translate3d(49vw, -124vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 2773ms;
          animation-delay: 2773ms;
}
.circle-container:nth-child(56) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-56;
          animation-name: move-frames-56;
  -webkit-animation-duration: 34315ms;
          animation-duration: 34315ms;
  -webkit-animation-delay: 18679ms;
          animation-delay: 18679ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    transform: translate3d(36vw, 102vh, 0);
  }
  to {
    transform: translate3d(42vw, -108vh, 0);
  }
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(36vw, 102vh, 0);
  }
  to {
    transform: translate3d(42vw, -108vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 1977ms;
          animation-delay: 1977ms;
}
.circle-container:nth-child(57) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-57;
          animation-name: move-frames-57;
  -webkit-animation-duration: 33282ms;
          animation-duration: 33282ms;
  -webkit-animation-delay: 35757ms;
          animation-delay: 35757ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    transform: translate3d(2vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -125vh, 0);
  }
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(2vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -125vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 145ms;
          animation-delay: 145ms;
}
.circle-container:nth-child(58) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-58;
          animation-name: move-frames-58;
  -webkit-animation-duration: 35661ms;
          animation-duration: 35661ms;
  -webkit-animation-delay: 413ms;
          animation-delay: 413ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    transform: translate3d(87vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -113vh, 0);
  }
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(87vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -113vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 3828ms;
          animation-delay: 3828ms;
}
.circle-container:nth-child(59) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-59;
          animation-name: move-frames-59;
  -webkit-animation-duration: 34563ms;
          animation-duration: 34563ms;
  -webkit-animation-delay: 15355ms;
          animation-delay: 15355ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    transform: translate3d(14vw, 107vh, 0);
  }
  to {
    transform: translate3d(75vw, -116vh, 0);
  }
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(14vw, 107vh, 0);
  }
  to {
    transform: translate3d(75vw, -116vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 357ms;
          animation-delay: 357ms;
}
.circle-container:nth-child(60) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-60;
          animation-name: move-frames-60;
  -webkit-animation-duration: 35450ms;
          animation-duration: 35450ms;
  -webkit-animation-delay: 15644ms;
          animation-delay: 15644ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    transform: translate3d(2vw, 102vh, 0);
  }
  to {
    transform: translate3d(96vw, -107vh, 0);
  }
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(2vw, 102vh, 0);
  }
  to {
    transform: translate3d(96vw, -107vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 3593ms;
          animation-delay: 3593ms;
}
.circle-container:nth-child(61) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-61;
          animation-name: move-frames-61;
  -webkit-animation-duration: 36691ms;
          animation-duration: 36691ms;
  -webkit-animation-delay: 2435ms;
          animation-delay: 2435ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    transform: translate3d(95vw, 107vh, 0);
  }
  to {
    transform: translate3d(10vw, -113vh, 0);
  }
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(95vw, 107vh, 0);
  }
  to {
    transform: translate3d(10vw, -113vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 2688ms;
          animation-delay: 2688ms;
}
.circle-container:nth-child(62) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-62;
          animation-name: move-frames-62;
  -webkit-animation-duration: 34362ms;
          animation-duration: 34362ms;
  -webkit-animation-delay: 22687ms;
          animation-delay: 22687ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    transform: translate3d(28vw, 109vh, 0);
  }
  to {
    transform: translate3d(29vw, -111vh, 0);
  }
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(28vw, 109vh, 0);
  }
  to {
    transform: translate3d(29vw, -111vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 1247ms;
          animation-delay: 1247ms;
}
.circle-container:nth-child(63) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-63;
          animation-name: move-frames-63;
  -webkit-animation-duration: 28629ms;
          animation-duration: 28629ms;
  -webkit-animation-delay: 27028ms;
          animation-delay: 27028ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    transform: translate3d(62vw, 105vh, 0);
  }
  to {
    transform: translate3d(58vw, -126vh, 0);
  }
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(62vw, 105vh, 0);
  }
  to {
    transform: translate3d(58vw, -126vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 3240ms;
          animation-delay: 3240ms;
}
.circle-container:nth-child(64) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-64;
          animation-name: move-frames-64;
  -webkit-animation-duration: 29067ms;
          animation-duration: 29067ms;
  -webkit-animation-delay: 14971ms;
          animation-delay: 14971ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    transform: translate3d(17vw, 104vh, 0);
  }
  to {
    transform: translate3d(27vw, -116vh, 0);
  }
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(17vw, 104vh, 0);
  }
  to {
    transform: translate3d(27vw, -116vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 1452ms;
          animation-delay: 1452ms;
}
.circle-container:nth-child(65) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-65;
          animation-name: move-frames-65;
  -webkit-animation-duration: 31964ms;
          animation-duration: 31964ms;
  -webkit-animation-delay: 12775ms;
          animation-delay: 12775ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    transform: translate3d(39vw, 102vh, 0);
  }
  to {
    transform: translate3d(85vw, -118vh, 0);
  }
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(39vw, 102vh, 0);
  }
  to {
    transform: translate3d(85vw, -118vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 1033ms;
          animation-delay: 1033ms;
}
.circle-container:nth-child(66) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-66;
          animation-name: move-frames-66;
  -webkit-animation-duration: 31358ms;
          animation-duration: 31358ms;
  -webkit-animation-delay: 17279ms;
          animation-delay: 17279ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    transform: translate3d(65vw, 107vh, 0);
  }
  to {
    transform: translate3d(26vw, -120vh, 0);
  }
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(65vw, 107vh, 0);
  }
  to {
    transform: translate3d(26vw, -120vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 803ms;
          animation-delay: 803ms;
}
.circle-container:nth-child(67) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-67;
          animation-name: move-frames-67;
  -webkit-animation-duration: 34002ms;
          animation-duration: 34002ms;
  -webkit-animation-delay: 18827ms;
          animation-delay: 18827ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    transform: translate3d(84vw, 109vh, 0);
  }
  to {
    transform: translate3d(49vw, -121vh, 0);
  }
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(84vw, 109vh, 0);
  }
  to {
    transform: translate3d(49vw, -121vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 1365ms;
          animation-delay: 1365ms;
}
.circle-container:nth-child(68) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-68;
          animation-name: move-frames-68;
  -webkit-animation-duration: 34531ms;
          animation-duration: 34531ms;
  -webkit-animation-delay: 16965ms;
          animation-delay: 16965ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    transform: translate3d(83vw, 110vh, 0);
  }
  to {
    transform: translate3d(83vw, -123vh, 0);
  }
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(83vw, 110vh, 0);
  }
  to {
    transform: translate3d(83vw, -123vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 2151ms;
          animation-delay: 2151ms;
}
.circle-container:nth-child(69) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-69;
          animation-name: move-frames-69;
  -webkit-animation-duration: 34533ms;
          animation-duration: 34533ms;
  -webkit-animation-delay: 7789ms;
          animation-delay: 7789ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    transform: translate3d(50vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -126vh, 0);
  }
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(50vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -126vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 1869ms;
          animation-delay: 1869ms;
}
.circle-container:nth-child(70) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-70;
          animation-name: move-frames-70;
  -webkit-animation-duration: 32793ms;
          animation-duration: 32793ms;
  -webkit-animation-delay: 20779ms;
          animation-delay: 20779ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    transform: translate3d(62vw, 106vh, 0);
  }
  to {
    transform: translate3d(20vw, -136vh, 0);
  }
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(62vw, 106vh, 0);
  }
  to {
    transform: translate3d(20vw, -136vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 2797ms;
          animation-delay: 2797ms;
}
.circle-container:nth-child(71) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-71;
          animation-name: move-frames-71;
  -webkit-animation-duration: 35244ms;
          animation-duration: 35244ms;
  -webkit-animation-delay: 23257ms;
          animation-delay: 23257ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    transform: translate3d(9vw, 110vh, 0);
  }
  to {
    transform: translate3d(16vw, -133vh, 0);
  }
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(9vw, 110vh, 0);
  }
  to {
    transform: translate3d(16vw, -133vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 3175ms;
          animation-delay: 3175ms;
}
.circle-container:nth-child(72) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-72;
          animation-name: move-frames-72;
  -webkit-animation-duration: 29209ms;
          animation-duration: 29209ms;
  -webkit-animation-delay: 25936ms;
          animation-delay: 25936ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    transform: translate3d(23vw, 106vh, 0);
  }
  to {
    transform: translate3d(2vw, -118vh, 0);
  }
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(23vw, 106vh, 0);
  }
  to {
    transform: translate3d(2vw, -118vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 1414ms;
          animation-delay: 1414ms;
}
.circle-container:nth-child(73) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-73;
          animation-name: move-frames-73;
  -webkit-animation-duration: 30351ms;
          animation-duration: 30351ms;
  -webkit-animation-delay: 23271ms;
          animation-delay: 23271ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    transform: translate3d(33vw, 101vh, 0);
  }
  to {
    transform: translate3d(47vw, -114vh, 0);
  }
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(33vw, 101vh, 0);
  }
  to {
    transform: translate3d(47vw, -114vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 540ms;
          animation-delay: 540ms;
}
.circle-container:nth-child(74) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-74;
          animation-name: move-frames-74;
  -webkit-animation-duration: 31003ms;
          animation-duration: 31003ms;
  -webkit-animation-delay: 3173ms;
          animation-delay: 3173ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(71vw, -119vh, 0);
  }
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(71vw, -119vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 907ms;
          animation-delay: 907ms;
}
.circle-container:nth-child(75) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-75;
          animation-name: move-frames-75;
  -webkit-animation-duration: 29186ms;
          animation-duration: 29186ms;
  -webkit-animation-delay: 3431ms;
          animation-delay: 3431ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    transform: translate3d(38vw, 102vh, 0);
  }
  to {
    transform: translate3d(80vw, -132vh, 0);
  }
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(38vw, 102vh, 0);
  }
  to {
    transform: translate3d(80vw, -132vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 530ms;
          animation-delay: 530ms;
}
.circle-container:nth-child(76) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-76;
          animation-name: move-frames-76;
  -webkit-animation-duration: 29455ms;
          animation-duration: 29455ms;
  -webkit-animation-delay: 2767ms;
          animation-delay: 2767ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    transform: translate3d(1vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -133vh, 0);
  }
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(1vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -133vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 1458ms;
          animation-delay: 1458ms;
}
.circle-container:nth-child(77) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-77;
          animation-name: move-frames-77;
  -webkit-animation-duration: 31742ms;
          animation-duration: 31742ms;
  -webkit-animation-delay: 13783ms;
          animation-delay: 13783ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    transform: translate3d(54vw, 103vh, 0);
  }
  to {
    transform: translate3d(93vw, -127vh, 0);
  }
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(54vw, 103vh, 0);
  }
  to {
    transform: translate3d(93vw, -127vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 3790ms;
          animation-delay: 3790ms;
}
.circle-container:nth-child(78) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-78;
          animation-name: move-frames-78;
  -webkit-animation-duration: 32549ms;
          animation-duration: 32549ms;
  -webkit-animation-delay: 23118ms;
          animation-delay: 23118ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    transform: translate3d(33vw, 106vh, 0);
  }
  to {
    transform: translate3d(2vw, -115vh, 0);
  }
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(33vw, 106vh, 0);
  }
  to {
    transform: translate3d(2vw, -115vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 2111ms;
          animation-delay: 2111ms;
}
.circle-container:nth-child(79) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-79;
          animation-name: move-frames-79;
  -webkit-animation-duration: 28777ms;
          animation-duration: 28777ms;
  -webkit-animation-delay: 36606ms;
          animation-delay: 36606ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    transform: translate3d(22vw, 108vh, 0);
  }
  to {
    transform: translate3d(41vw, -109vh, 0);
  }
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(22vw, 108vh, 0);
  }
  to {
    transform: translate3d(41vw, -109vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 451ms;
          animation-delay: 451ms;
}
.circle-container:nth-child(80) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-80;
          animation-name: move-frames-80;
  -webkit-animation-duration: 33148ms;
          animation-duration: 33148ms;
  -webkit-animation-delay: 36476ms;
          animation-delay: 36476ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    transform: translate3d(46vw, 101vh, 0);
  }
  to {
    transform: translate3d(58vw, -118vh, 0);
  }
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(46vw, 101vh, 0);
  }
  to {
    transform: translate3d(58vw, -118vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 3350ms;
          animation-delay: 3350ms;
}
.circle-container:nth-child(81) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-81;
          animation-name: move-frames-81;
  -webkit-animation-duration: 30138ms;
          animation-duration: 30138ms;
  -webkit-animation-delay: 8502ms;
          animation-delay: 8502ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(54vw, -128vh, 0);
  }
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(54vw, -128vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 2923ms;
          animation-delay: 2923ms;
}
.circle-container:nth-child(82) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-82;
          animation-name: move-frames-82;
  -webkit-animation-duration: 36830ms;
          animation-duration: 36830ms;
  -webkit-animation-delay: 35354ms;
          animation-delay: 35354ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    transform: translate3d(14vw, 108vh, 0);
  }
  to {
    transform: translate3d(99vw, -138vh, 0);
  }
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(14vw, 108vh, 0);
  }
  to {
    transform: translate3d(99vw, -138vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 2531ms;
          animation-delay: 2531ms;
}
.circle-container:nth-child(83) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-83;
          animation-name: move-frames-83;
  -webkit-animation-duration: 30151ms;
          animation-duration: 30151ms;
  -webkit-animation-delay: 36775ms;
          animation-delay: 36775ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    transform: translate3d(72vw, 102vh, 0);
  }
  to {
    transform: translate3d(50vw, -125vh, 0);
  }
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(72vw, 102vh, 0);
  }
  to {
    transform: translate3d(50vw, -125vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 1769ms;
          animation-delay: 1769ms;
}
.circle-container:nth-child(84) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-84;
          animation-name: move-frames-84;
  -webkit-animation-duration: 28951ms;
          animation-duration: 28951ms;
  -webkit-animation-delay: 10669ms;
          animation-delay: 10669ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    transform: translate3d(42vw, 110vh, 0);
  }
  to {
    transform: translate3d(19vw, -131vh, 0);
  }
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(42vw, 110vh, 0);
  }
  to {
    transform: translate3d(19vw, -131vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 2491ms;
          animation-delay: 2491ms;
}
.circle-container:nth-child(85) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-85;
          animation-name: move-frames-85;
  -webkit-animation-duration: 35475ms;
          animation-duration: 35475ms;
  -webkit-animation-delay: 10643ms;
          animation-delay: 10643ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    transform: translate3d(78vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -119vh, 0);
  }
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(78vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -119vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 877ms;
          animation-delay: 877ms;
}
.circle-container:nth-child(86) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-86;
          animation-name: move-frames-86;
  -webkit-animation-duration: 29536ms;
          animation-duration: 29536ms;
  -webkit-animation-delay: 21732ms;
          animation-delay: 21732ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    transform: translate3d(96vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -130vh, 0);
  }
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(96vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -130vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 1265ms;
          animation-delay: 1265ms;
}
.circle-container:nth-child(87) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-87;
          animation-name: move-frames-87;
  -webkit-animation-duration: 35443ms;
          animation-duration: 35443ms;
  -webkit-animation-delay: 24755ms;
          animation-delay: 24755ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    transform: translate3d(82vw, 108vh, 0);
  }
  to {
    transform: translate3d(53vw, -127vh, 0);
  }
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(82vw, 108vh, 0);
  }
  to {
    transform: translate3d(53vw, -127vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 1516ms;
          animation-delay: 1516ms;
}
.circle-container:nth-child(88) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-88;
          animation-name: move-frames-88;
  -webkit-animation-duration: 36068ms;
          animation-duration: 36068ms;
  -webkit-animation-delay: 18850ms;
          animation-delay: 18850ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    transform: translate3d(23vw, 109vh, 0);
  }
  to {
    transform: translate3d(12vw, -114vh, 0);
  }
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(23vw, 109vh, 0);
  }
  to {
    transform: translate3d(12vw, -114vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 3458ms;
          animation-delay: 3458ms;
}
.circle-container:nth-child(89) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-89;
          animation-name: move-frames-89;
  -webkit-animation-duration: 30661ms;
          animation-duration: 30661ms;
  -webkit-animation-delay: 23486ms;
          animation-delay: 23486ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    transform: translate3d(35vw, 102vh, 0);
  }
  to {
    transform: translate3d(75vw, -127vh, 0);
  }
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(35vw, 102vh, 0);
  }
  to {
    transform: translate3d(75vw, -127vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 2565ms;
          animation-delay: 2565ms;
}
.circle-container:nth-child(90) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-90;
          animation-name: move-frames-90;
  -webkit-animation-duration: 35080ms;
          animation-duration: 35080ms;
  -webkit-animation-delay: 26285ms;
          animation-delay: 26285ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    transform: translate3d(11vw, 105vh, 0);
  }
  to {
    transform: translate3d(33vw, -123vh, 0);
  }
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(11vw, 105vh, 0);
  }
  to {
    transform: translate3d(33vw, -123vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 3576ms;
          animation-delay: 3576ms;
}
.circle-container:nth-child(91) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-91;
          animation-name: move-frames-91;
  -webkit-animation-duration: 28432ms;
          animation-duration: 28432ms;
  -webkit-animation-delay: 10195ms;
          animation-delay: 10195ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    transform: translate3d(47vw, 101vh, 0);
  }
  to {
    transform: translate3d(69vw, -118vh, 0);
  }
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(47vw, 101vh, 0);
  }
  to {
    transform: translate3d(69vw, -118vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 836ms;
          animation-delay: 836ms;
}
.circle-container:nth-child(92) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-92;
          animation-name: move-frames-92;
  -webkit-animation-duration: 29287ms;
          animation-duration: 29287ms;
  -webkit-animation-delay: 35321ms;
          animation-delay: 35321ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    transform: translate3d(96vw, 106vh, 0);
  }
  to {
    transform: translate3d(100vw, -125vh, 0);
  }
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(96vw, 106vh, 0);
  }
  to {
    transform: translate3d(100vw, -125vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 1199ms;
          animation-delay: 1199ms;
}
.circle-container:nth-child(93) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-93;
          animation-name: move-frames-93;
  -webkit-animation-duration: 33993ms;
          animation-duration: 33993ms;
  -webkit-animation-delay: 33567ms;
          animation-delay: 33567ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    transform: translate3d(30vw, 109vh, 0);
  }
  to {
    transform: translate3d(9vw, -135vh, 0);
  }
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(30vw, 109vh, 0);
  }
  to {
    transform: translate3d(9vw, -135vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 2059ms;
          animation-delay: 2059ms;
}
.circle-container:nth-child(94) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-94;
          animation-name: move-frames-94;
  -webkit-animation-duration: 32467ms;
          animation-duration: 32467ms;
  -webkit-animation-delay: 24601ms;
          animation-delay: 24601ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    transform: translate3d(89vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -103vh, 0);
  }
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(89vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -103vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 1303ms;
          animation-delay: 1303ms;
}
.circle-container:nth-child(95) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-95;
          animation-name: move-frames-95;
  -webkit-animation-duration: 33661ms;
          animation-duration: 33661ms;
  -webkit-animation-delay: 31558ms;
          animation-delay: 31558ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    transform: translate3d(52vw, 101vh, 0);
  }
  to {
    transform: translate3d(43vw, -109vh, 0);
  }
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(52vw, 101vh, 0);
  }
  to {
    transform: translate3d(43vw, -109vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 752ms;
          animation-delay: 752ms;
}
.circle-container:nth-child(96) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-96;
          animation-name: move-frames-96;
  -webkit-animation-duration: 34515ms;
          animation-duration: 34515ms;
  -webkit-animation-delay: 24957ms;
          animation-delay: 24957ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    transform: translate3d(4vw, 104vh, 0);
  }
  to {
    transform: translate3d(26vw, -110vh, 0);
  }
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(4vw, 104vh, 0);
  }
  to {
    transform: translate3d(26vw, -110vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 1331ms;
          animation-delay: 1331ms;
}
.circle-container:nth-child(97) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-97;
          animation-name: move-frames-97;
  -webkit-animation-duration: 31842ms;
          animation-duration: 31842ms;
  -webkit-animation-delay: 23990ms;
          animation-delay: 23990ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    transform: translate3d(57vw, 105vh, 0);
  }
  to {
    transform: translate3d(82vw, -121vh, 0);
  }
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(57vw, 105vh, 0);
  }
  to {
    transform: translate3d(82vw, -121vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 1745ms;
          animation-delay: 1745ms;
}
.circle-container:nth-child(98) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-98;
          animation-name: move-frames-98;
  -webkit-animation-duration: 31441ms;
          animation-duration: 31441ms;
  -webkit-animation-delay: 32619ms;
          animation-delay: 32619ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    transform: translate3d(46vw, 103vh, 0);
  }
  to {
    transform: translate3d(50vw, -130vh, 0);
  }
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(46vw, 103vh, 0);
  }
  to {
    transform: translate3d(50vw, -130vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 3119ms;
          animation-delay: 3119ms;
}
.circle-container:nth-child(99) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-99;
          animation-name: move-frames-99;
  -webkit-animation-duration: 29422ms;
          animation-duration: 29422ms;
  -webkit-animation-delay: 2960ms;
          animation-delay: 2960ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    transform: translate3d(29vw, 105vh, 0);
  }
  to {
    transform: translate3d(3vw, -120vh, 0);
  }
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(29vw, 105vh, 0);
  }
  to {
    transform: translate3d(3vw, -120vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 2426ms;
          animation-delay: 2426ms;
}
.circle-container:nth-child(100) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-100;
          animation-name: move-frames-100;
  -webkit-animation-duration: 31754ms;
          animation-duration: 31754ms;
  -webkit-animation-delay: 151ms;
          animation-delay: 151ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    transform: translate3d(93vw, 104vh, 0);
  }
  to {
    transform: translate3d(83vw, -129vh, 0);
  }
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(93vw, 104vh, 0);
  }
  to {
    transform: translate3d(83vw, -129vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 1053ms;
          animation-delay: 1053ms;
}
.circle-container:nth-child(101) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-101;
          animation-name: move-frames-101;
  -webkit-animation-duration: 32622ms;
          animation-duration: 32622ms;
  -webkit-animation-delay: 3669ms;
          animation-delay: 3669ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    transform: translate3d(92vw, 103vh, 0);
  }
  to {
    transform: translate3d(84vw, -111vh, 0);
  }
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(92vw, 103vh, 0);
  }
  to {
    transform: translate3d(84vw, -111vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 481ms;
          animation-delay: 481ms;
}
.circle-container:nth-child(102) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-102;
          animation-name: move-frames-102;
  -webkit-animation-duration: 30735ms;
          animation-duration: 30735ms;
  -webkit-animation-delay: 8164ms;
          animation-delay: 8164ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    transform: translate3d(60vw, 102vh, 0);
  }
  to {
    transform: translate3d(9vw, -120vh, 0);
  }
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(60vw, 102vh, 0);
  }
  to {
    transform: translate3d(9vw, -120vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 923ms;
          animation-delay: 923ms;
}
.circle-container:nth-child(103) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-103;
          animation-name: move-frames-103;
  -webkit-animation-duration: 31535ms;
          animation-duration: 31535ms;
  -webkit-animation-delay: 23367ms;
          animation-delay: 23367ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    transform: translate3d(17vw, 103vh, 0);
  }
  to {
    transform: translate3d(3vw, -123vh, 0);
  }
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(17vw, 103vh, 0);
  }
  to {
    transform: translate3d(3vw, -123vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 2238ms;
          animation-delay: 2238ms;
}
.circle-container:nth-child(104) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-104;
          animation-name: move-frames-104;
  -webkit-animation-duration: 28077ms;
          animation-duration: 28077ms;
  -webkit-animation-delay: 2591ms;
          animation-delay: 2591ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(45vw, -130vh, 0);
  }
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(45vw, -130vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 3063ms;
          animation-delay: 3063ms;
}
.circle-container:nth-child(105) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-105;
          animation-name: move-frames-105;
  -webkit-animation-duration: 30479ms;
          animation-duration: 30479ms;
  -webkit-animation-delay: 2538ms;
          animation-delay: 2538ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    transform: translate3d(25vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -129vh, 0);
  }
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(25vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -129vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 82ms;
          animation-delay: 82ms;
}
.circle-container:nth-child(106) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-106;
          animation-name: move-frames-106;
  -webkit-animation-duration: 35882ms;
          animation-duration: 35882ms;
  -webkit-animation-delay: 1039ms;
          animation-delay: 1039ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(12vw, -131vh, 0);
  }
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(12vw, -131vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 2323ms;
          animation-delay: 2323ms;
}
.circle-container:nth-child(107) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-107;
          animation-name: move-frames-107;
  -webkit-animation-duration: 30592ms;
          animation-duration: 30592ms;
  -webkit-animation-delay: 11671ms;
          animation-delay: 11671ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    transform: translate3d(11vw, 101vh, 0);
  }
  to {
    transform: translate3d(100vw, -128vh, 0);
  }
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(11vw, 101vh, 0);
  }
  to {
    transform: translate3d(100vw, -128vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 3647ms;
          animation-delay: 3647ms;
}
.circle-container:nth-child(108) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-108;
          animation-name: move-frames-108;
  -webkit-animation-duration: 28386ms;
          animation-duration: 28386ms;
  -webkit-animation-delay: 32264ms;
          animation-delay: 32264ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    transform: translate3d(68vw, 101vh, 0);
  }
  to {
    transform: translate3d(26vw, -112vh, 0);
  }
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(68vw, 101vh, 0);
  }
  to {
    transform: translate3d(26vw, -112vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 1829ms;
          animation-delay: 1829ms;
}
.circle-container:nth-child(109) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-109;
          animation-name: move-frames-109;
  -webkit-animation-duration: 34048ms;
          animation-duration: 34048ms;
  -webkit-animation-delay: 24768ms;
          animation-delay: 24768ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    transform: translate3d(49vw, 110vh, 0);
  }
  to {
    transform: translate3d(41vw, -120vh, 0);
  }
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(49vw, 110vh, 0);
  }
  to {
    transform: translate3d(41vw, -120vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.circle-container:nth-child(110) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-110;
          animation-name: move-frames-110;
  -webkit-animation-duration: 31020ms;
          animation-duration: 31020ms;
  -webkit-animation-delay: 16672ms;
          animation-delay: 16672ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    transform: translate3d(81vw, 106vh, 0);
  }
  to {
    transform: translate3d(52vw, -117vh, 0);
  }
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(81vw, 106vh, 0);
  }
  to {
    transform: translate3d(52vw, -117vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 2628ms;
          animation-delay: 2628ms;
}
.circle-container:nth-child(111) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-111;
          animation-name: move-frames-111;
  -webkit-animation-duration: 30094ms;
          animation-duration: 30094ms;
  -webkit-animation-delay: 12808ms;
          animation-delay: 12808ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    transform: translate3d(15vw, 108vh, 0);
  }
  to {
    transform: translate3d(50vw, -125vh, 0);
  }
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(15vw, 108vh, 0);
  }
  to {
    transform: translate3d(50vw, -125vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 3573ms;
          animation-delay: 3573ms;
}
.circle-container:nth-child(112) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-112;
          animation-name: move-frames-112;
  -webkit-animation-duration: 36402ms;
          animation-duration: 36402ms;
  -webkit-animation-delay: 33155ms;
          animation-delay: 33155ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    transform: translate3d(2vw, 105vh, 0);
  }
  to {
    transform: translate3d(80vw, -121vh, 0);
  }
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(2vw, 105vh, 0);
  }
  to {
    transform: translate3d(80vw, -121vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 2344ms;
          animation-delay: 2344ms;
}
.circle-container:nth-child(113) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-113;
          animation-name: move-frames-113;
  -webkit-animation-duration: 29006ms;
          animation-duration: 29006ms;
  -webkit-animation-delay: 20960ms;
          animation-delay: 20960ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    transform: translate3d(11vw, 102vh, 0);
  }
  to {
    transform: translate3d(56vw, -119vh, 0);
  }
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(11vw, 102vh, 0);
  }
  to {
    transform: translate3d(56vw, -119vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 2545ms;
          animation-delay: 2545ms;
}
.circle-container:nth-child(114) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-114;
          animation-name: move-frames-114;
  -webkit-animation-duration: 33974ms;
          animation-duration: 33974ms;
  -webkit-animation-delay: 12429ms;
          animation-delay: 12429ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    transform: translate3d(51vw, 110vh, 0);
  }
  to {
    transform: translate3d(36vw, -130vh, 0);
  }
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(51vw, 110vh, 0);
  }
  to {
    transform: translate3d(36vw, -130vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 907ms;
          animation-delay: 907ms;
}
.circle-container:nth-child(115) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-115;
          animation-name: move-frames-115;
  -webkit-animation-duration: 28065ms;
          animation-duration: 28065ms;
  -webkit-animation-delay: 16246ms;
          animation-delay: 16246ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    transform: translate3d(73vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -118vh, 0);
  }
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(73vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -118vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 1071ms;
          animation-delay: 1071ms;
}
.circle-container:nth-child(116) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-116;
          animation-name: move-frames-116;
  -webkit-animation-duration: 31180ms;
          animation-duration: 31180ms;
  -webkit-animation-delay: 7332ms;
          animation-delay: 7332ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    transform: translate3d(14vw, 108vh, 0);
  }
  to {
    transform: translate3d(74vw, -128vh, 0);
  }
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(14vw, 108vh, 0);
  }
  to {
    transform: translate3d(74vw, -128vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 2056ms;
          animation-delay: 2056ms;
}
.circle-container:nth-child(117) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-117;
          animation-name: move-frames-117;
  -webkit-animation-duration: 35273ms;
          animation-duration: 35273ms;
  -webkit-animation-delay: 36016ms;
          animation-delay: 36016ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    transform: translate3d(6vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -126vh, 0);
  }
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(6vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -126vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 1497ms;
          animation-delay: 1497ms;
}
.circle-container:nth-child(118) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-118;
          animation-name: move-frames-118;
  -webkit-animation-duration: 35965ms;
          animation-duration: 35965ms;
  -webkit-animation-delay: 3594ms;
          animation-delay: 3594ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    transform: translate3d(59vw, 102vh, 0);
  }
  to {
    transform: translate3d(90vw, -106vh, 0);
  }
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(59vw, 102vh, 0);
  }
  to {
    transform: translate3d(90vw, -106vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 1118ms;
          animation-delay: 1118ms;
}
.circle-container:nth-child(119) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-119;
          animation-name: move-frames-119;
  -webkit-animation-duration: 30965ms;
          animation-duration: 30965ms;
  -webkit-animation-delay: 35015ms;
          animation-delay: 35015ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    transform: translate3d(42vw, 108vh, 0);
  }
  to {
    transform: translate3d(48vw, -113vh, 0);
  }
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(42vw, 108vh, 0);
  }
  to {
    transform: translate3d(48vw, -113vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 597ms;
          animation-delay: 597ms;
}
.circle-container:nth-child(120) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-120;
          animation-name: move-frames-120;
  -webkit-animation-duration: 31955ms;
          animation-duration: 31955ms;
  -webkit-animation-delay: 23147ms;
          animation-delay: 23147ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    transform: translate3d(98vw, 101vh, 0);
  }
  to {
    transform: translate3d(97vw, -123vh, 0);
  }
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(98vw, 101vh, 0);
  }
  to {
    transform: translate3d(97vw, -123vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 3500ms;
          animation-delay: 3500ms;
}
.circle-container:nth-child(121) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-121;
          animation-name: move-frames-121;
  -webkit-animation-duration: 28557ms;
          animation-duration: 28557ms;
  -webkit-animation-delay: 14411ms;
          animation-delay: 14411ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    transform: translate3d(65vw, 107vh, 0);
  }
  to {
    transform: translate3d(58vw, -126vh, 0);
  }
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(65vw, 107vh, 0);
  }
  to {
    transform: translate3d(58vw, -126vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 3897ms;
          animation-delay: 3897ms;
}
.circle-container:nth-child(122) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-122;
          animation-name: move-frames-122;
  -webkit-animation-duration: 30826ms;
          animation-duration: 30826ms;
  -webkit-animation-delay: 104ms;
          animation-delay: 104ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    transform: translate3d(42vw, 101vh, 0);
  }
  to {
    transform: translate3d(33vw, -115vh, 0);
  }
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(42vw, 101vh, 0);
  }
  to {
    transform: translate3d(33vw, -115vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 2169ms;
          animation-delay: 2169ms;
}
.circle-container:nth-child(123) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-123;
          animation-name: move-frames-123;
  -webkit-animation-duration: 35293ms;
          animation-duration: 35293ms;
  -webkit-animation-delay: 20419ms;
          animation-delay: 20419ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    transform: translate3d(97vw, 104vh, 0);
  }
  to {
    transform: translate3d(91vw, -134vh, 0);
  }
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(97vw, 104vh, 0);
  }
  to {
    transform: translate3d(91vw, -134vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 3649ms;
          animation-delay: 3649ms;
}
.circle-container:nth-child(124) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-124;
          animation-name: move-frames-124;
  -webkit-animation-duration: 34244ms;
          animation-duration: 34244ms;
  -webkit-animation-delay: 15353ms;
          animation-delay: 15353ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    transform: translate3d(100vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -110vh, 0);
  }
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(100vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -110vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 2878ms;
          animation-delay: 2878ms;
}
.circle-container:nth-child(125) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-125;
          animation-name: move-frames-125;
  -webkit-animation-duration: 30947ms;
          animation-duration: 30947ms;
  -webkit-animation-delay: 2809ms;
          animation-delay: 2809ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    transform: translate3d(67vw, 110vh, 0);
  }
  to {
    transform: translate3d(67vw, -138vh, 0);
  }
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(67vw, 110vh, 0);
  }
  to {
    transform: translate3d(67vw, -138vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 2257ms;
          animation-delay: 2257ms;
}
.circle-container:nth-child(126) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-126;
          animation-name: move-frames-126;
  -webkit-animation-duration: 29921ms;
          animation-duration: 29921ms;
  -webkit-animation-delay: 2053ms;
          animation-delay: 2053ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    transform: translate3d(37vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -129vh, 0);
  }
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(37vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -129vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 2663ms;
          animation-delay: 2663ms;
}
.circle-container:nth-child(127) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-127;
          animation-name: move-frames-127;
  -webkit-animation-duration: 32194ms;
          animation-duration: 32194ms;
  -webkit-animation-delay: 16405ms;
          animation-delay: 16405ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    transform: translate3d(87vw, 108vh, 0);
  }
  to {
    transform: translate3d(94vw, -109vh, 0);
  }
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(87vw, 108vh, 0);
  }
  to {
    transform: translate3d(94vw, -109vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 1283ms;
          animation-delay: 1283ms;
}
.circle-container:nth-child(128) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-128;
          animation-name: move-frames-128;
  -webkit-animation-duration: 31582ms;
          animation-duration: 31582ms;
  -webkit-animation-delay: 24994ms;
          animation-delay: 24994ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(97vw, -123vh, 0);
  }
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(97vw, -123vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 2508ms;
          animation-delay: 2508ms;
}
.circle-container:nth-child(129) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-129;
          animation-name: move-frames-129;
  -webkit-animation-duration: 29606ms;
          animation-duration: 29606ms;
  -webkit-animation-delay: 15331ms;
          animation-delay: 15331ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    transform: translate3d(68vw, 102vh, 0);
  }
  to {
    transform: translate3d(53vw, -122vh, 0);
  }
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(68vw, 102vh, 0);
  }
  to {
    transform: translate3d(53vw, -122vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 2871ms;
          animation-delay: 2871ms;
}
.circle-container:nth-child(130) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-130;
          animation-name: move-frames-130;
  -webkit-animation-duration: 33948ms;
          animation-duration: 33948ms;
  -webkit-animation-delay: 10304ms;
          animation-delay: 10304ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    transform: translate3d(99vw, 109vh, 0);
  }
  to {
    transform: translate3d(76vw, -118vh, 0);
  }
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(99vw, 109vh, 0);
  }
  to {
    transform: translate3d(76vw, -118vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 545ms;
          animation-delay: 545ms;
}
.circle-container:nth-child(131) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-131;
          animation-name: move-frames-131;
  -webkit-animation-duration: 34494ms;
          animation-duration: 34494ms;
  -webkit-animation-delay: 14533ms;
          animation-delay: 14533ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    transform: translate3d(59vw, 106vh, 0);
  }
  to {
    transform: translate3d(23vw, -122vh, 0);
  }
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(59vw, 106vh, 0);
  }
  to {
    transform: translate3d(23vw, -122vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 3273ms;
          animation-delay: 3273ms;
}
.circle-container:nth-child(132) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-132;
          animation-name: move-frames-132;
  -webkit-animation-duration: 32735ms;
          animation-duration: 32735ms;
  -webkit-animation-delay: 21573ms;
          animation-delay: 21573ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    transform: translate3d(89vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -121vh, 0);
  }
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(89vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -121vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 3488ms;
          animation-delay: 3488ms;
}
.circle-container:nth-child(133) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-133;
          animation-name: move-frames-133;
  -webkit-animation-duration: 28611ms;
          animation-duration: 28611ms;
  -webkit-animation-delay: 1281ms;
          animation-delay: 1281ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    transform: translate3d(81vw, 106vh, 0);
  }
  to {
    transform: translate3d(11vw, -111vh, 0);
  }
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(81vw, 106vh, 0);
  }
  to {
    transform: translate3d(11vw, -111vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 3595ms;
          animation-delay: 3595ms;
}
.circle-container:nth-child(134) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-134;
          animation-name: move-frames-134;
  -webkit-animation-duration: 35304ms;
          animation-duration: 35304ms;
  -webkit-animation-delay: 14279ms;
          animation-delay: 14279ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    transform: translate3d(72vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -105vh, 0);
  }
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(72vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -105vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 1638ms;
          animation-delay: 1638ms;
}
.circle-container:nth-child(135) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-135;
          animation-name: move-frames-135;
  -webkit-animation-duration: 33887ms;
          animation-duration: 33887ms;
  -webkit-animation-delay: 14359ms;
          animation-delay: 14359ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    transform: translate3d(46vw, 107vh, 0);
  }
  to {
    transform: translate3d(25vw, -119vh, 0);
  }
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(46vw, 107vh, 0);
  }
  to {
    transform: translate3d(25vw, -119vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 1526ms;
          animation-delay: 1526ms;
}
.circle-container:nth-child(136) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-136;
          animation-name: move-frames-136;
  -webkit-animation-duration: 30371ms;
          animation-duration: 30371ms;
  -webkit-animation-delay: 27506ms;
          animation-delay: 27506ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    transform: translate3d(72vw, 106vh, 0);
  }
  to {
    transform: translate3d(6vw, -135vh, 0);
  }
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(72vw, 106vh, 0);
  }
  to {
    transform: translate3d(6vw, -135vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 1493ms;
          animation-delay: 1493ms;
}
.circle-container:nth-child(137) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-137;
          animation-name: move-frames-137;
  -webkit-animation-duration: 35531ms;
          animation-duration: 35531ms;
  -webkit-animation-delay: 4898ms;
          animation-delay: 4898ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(54vw, -135vh, 0);
  }
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(54vw, -135vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 1325ms;
          animation-delay: 1325ms;
}
.circle-container:nth-child(138) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-138;
          animation-name: move-frames-138;
  -webkit-animation-duration: 34465ms;
          animation-duration: 34465ms;
  -webkit-animation-delay: 7902ms;
          animation-delay: 7902ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    transform: translate3d(82vw, 108vh, 0);
  }
  to {
    transform: translate3d(98vw, -113vh, 0);
  }
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(82vw, 108vh, 0);
  }
  to {
    transform: translate3d(98vw, -113vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 3462ms;
          animation-delay: 3462ms;
}
.circle-container:nth-child(139) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-139;
          animation-name: move-frames-139;
  -webkit-animation-duration: 33983ms;
          animation-duration: 33983ms;
  -webkit-animation-delay: 20632ms;
          animation-delay: 20632ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    transform: translate3d(68vw, 106vh, 0);
  }
  to {
    transform: translate3d(1vw, -119vh, 0);
  }
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(68vw, 106vh, 0);
  }
  to {
    transform: translate3d(1vw, -119vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 3761ms;
          animation-delay: 3761ms;
}
.circle-container:nth-child(140) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-140;
          animation-name: move-frames-140;
  -webkit-animation-duration: 32337ms;
          animation-duration: 32337ms;
  -webkit-animation-delay: 7711ms;
          animation-delay: 7711ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    transform: translate3d(92vw, 108vh, 0);
  }
  to {
    transform: translate3d(44vw, -127vh, 0);
  }
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(92vw, 108vh, 0);
  }
  to {
    transform: translate3d(44vw, -127vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 2992ms;
          animation-delay: 2992ms;
}
.circle-container:nth-child(141) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-141;
          animation-name: move-frames-141;
  -webkit-animation-duration: 28159ms;
          animation-duration: 28159ms;
  -webkit-animation-delay: 28303ms;
          animation-delay: 28303ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    transform: translate3d(16vw, 101vh, 0);
  }
  to {
    transform: translate3d(85vw, -111vh, 0);
  }
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(16vw, 101vh, 0);
  }
  to {
    transform: translate3d(85vw, -111vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 3704ms;
          animation-delay: 3704ms;
}
.circle-container:nth-child(142) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-142;
          animation-name: move-frames-142;
  -webkit-animation-duration: 29402ms;
          animation-duration: 29402ms;
  -webkit-animation-delay: 30541ms;
          animation-delay: 30541ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    transform: translate3d(83vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -103vh, 0);
  }
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(83vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -103vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 85ms;
          animation-delay: 85ms;
}
.circle-container:nth-child(143) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-143;
          animation-name: move-frames-143;
  -webkit-animation-duration: 29979ms;
          animation-duration: 29979ms;
  -webkit-animation-delay: 4942ms;
          animation-delay: 4942ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    transform: translate3d(72vw, 107vh, 0);
  }
  to {
    transform: translate3d(14vw, -109vh, 0);
  }
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(72vw, 107vh, 0);
  }
  to {
    transform: translate3d(14vw, -109vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 2667ms;
          animation-delay: 2667ms;
}
.circle-container:nth-child(144) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-144;
          animation-name: move-frames-144;
  -webkit-animation-duration: 33972ms;
          animation-duration: 33972ms;
  -webkit-animation-delay: 17217ms;
          animation-delay: 17217ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    transform: translate3d(47vw, 101vh, 0);
  }
  to {
    transform: translate3d(77vw, -110vh, 0);
  }
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(47vw, 101vh, 0);
  }
  to {
    transform: translate3d(77vw, -110vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 1419ms;
          animation-delay: 1419ms;
}
.circle-container:nth-child(145) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-145;
          animation-name: move-frames-145;
  -webkit-animation-duration: 33747ms;
          animation-duration: 33747ms;
  -webkit-animation-delay: 19189ms;
          animation-delay: 19189ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    transform: translate3d(74vw, 108vh, 0);
  }
  to {
    transform: translate3d(39vw, -127vh, 0);
  }
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(74vw, 108vh, 0);
  }
  to {
    transform: translate3d(39vw, -127vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 2425ms;
          animation-delay: 2425ms;
}
.circle-container:nth-child(146) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-146;
          animation-name: move-frames-146;
  -webkit-animation-duration: 36696ms;
          animation-duration: 36696ms;
  -webkit-animation-delay: 29848ms;
          animation-delay: 29848ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    transform: translate3d(48vw, 109vh, 0);
  }
  to {
    transform: translate3d(68vw, -114vh, 0);
  }
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(48vw, 109vh, 0);
  }
  to {
    transform: translate3d(68vw, -114vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 1109ms;
          animation-delay: 1109ms;
}
.circle-container:nth-child(147) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-147;
          animation-name: move-frames-147;
  -webkit-animation-duration: 33951ms;
          animation-duration: 33951ms;
  -webkit-animation-delay: 26031ms;
          animation-delay: 26031ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    transform: translate3d(37vw, 106vh, 0);
  }
  to {
    transform: translate3d(42vw, -127vh, 0);
  }
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(37vw, 106vh, 0);
  }
  to {
    transform: translate3d(42vw, -127vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 485ms;
          animation-delay: 485ms;
}
.circle-container:nth-child(148) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-148;
          animation-name: move-frames-148;
  -webkit-animation-duration: 28802ms;
          animation-duration: 28802ms;
  -webkit-animation-delay: 4697ms;
          animation-delay: 4697ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    transform: translate3d(36vw, 101vh, 0);
  }
  to {
    transform: translate3d(58vw, -111vh, 0);
  }
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(36vw, 101vh, 0);
  }
  to {
    transform: translate3d(58vw, -111vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 2419ms;
          animation-delay: 2419ms;
}
.circle-container:nth-child(149) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-149;
          animation-name: move-frames-149;
  -webkit-animation-duration: 33531ms;
          animation-duration: 33531ms;
  -webkit-animation-delay: 13922ms;
          animation-delay: 13922ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(30vw, -116vh, 0);
  }
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(30vw, -116vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 2769ms;
          animation-delay: 2769ms;
}
.circle-container:nth-child(150) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-150;
          animation-name: move-frames-150;
  -webkit-animation-duration: 28432ms;
          animation-duration: 28432ms;
  -webkit-animation-delay: 24699ms;
          animation-delay: 24699ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    transform: translate3d(20vw, 108vh, 0);
  }
  to {
    transform: translate3d(32vw, -114vh, 0);
  }
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(20vw, 108vh, 0);
  }
  to {
    transform: translate3d(32vw, -114vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 3564ms;
          animation-delay: 3564ms;
}
.circle-container:nth-child(151) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-151;
          animation-name: move-frames-151;
  -webkit-animation-duration: 29348ms;
          animation-duration: 29348ms;
  -webkit-animation-delay: 2577ms;
          animation-delay: 2577ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    transform: translate3d(100vw, 105vh, 0);
  }
  to {
    transform: translate3d(73vw, -112vh, 0);
  }
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(100vw, 105vh, 0);
  }
  to {
    transform: translate3d(73vw, -112vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 3453ms;
          animation-delay: 3453ms;
}
.circle-container:nth-child(152) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-152;
          animation-name: move-frames-152;
  -webkit-animation-duration: 36800ms;
          animation-duration: 36800ms;
  -webkit-animation-delay: 33093ms;
          animation-delay: 33093ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    transform: translate3d(73vw, 110vh, 0);
  }
  to {
    transform: translate3d(47vw, -112vh, 0);
  }
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(73vw, 110vh, 0);
  }
  to {
    transform: translate3d(47vw, -112vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 679ms;
          animation-delay: 679ms;
}
.circle-container:nth-child(153) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-153;
          animation-name: move-frames-153;
  -webkit-animation-duration: 30822ms;
          animation-duration: 30822ms;
  -webkit-animation-delay: 32002ms;
          animation-delay: 32002ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    transform: translate3d(58vw, 106vh, 0);
  }
  to {
    transform: translate3d(58vw, -116vh, 0);
  }
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(58vw, 106vh, 0);
  }
  to {
    transform: translate3d(58vw, -116vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 1265ms;
          animation-delay: 1265ms;
}
.circle-container:nth-child(154) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-154;
          animation-name: move-frames-154;
  -webkit-animation-duration: 30295ms;
          animation-duration: 30295ms;
  -webkit-animation-delay: 16285ms;
          animation-delay: 16285ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    transform: translate3d(44vw, 107vh, 0);
  }
  to {
    transform: translate3d(14vw, -122vh, 0);
  }
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(44vw, 107vh, 0);
  }
  to {
    transform: translate3d(14vw, -122vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 1923ms;
          animation-delay: 1923ms;
}
.circle-container:nth-child(155) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-155;
          animation-name: move-frames-155;
  -webkit-animation-duration: 30158ms;
          animation-duration: 30158ms;
  -webkit-animation-delay: 24886ms;
          animation-delay: 24886ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    transform: translate3d(10vw, 107vh, 0);
  }
  to {
    transform: translate3d(75vw, -110vh, 0);
  }
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(10vw, 107vh, 0);
  }
  to {
    transform: translate3d(75vw, -110vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 1368ms;
          animation-delay: 1368ms;
}
.circle-container:nth-child(156) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-156;
          animation-name: move-frames-156;
  -webkit-animation-duration: 31463ms;
          animation-duration: 31463ms;
  -webkit-animation-delay: 28238ms;
          animation-delay: 28238ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    transform: translate3d(69vw, 103vh, 0);
  }
  to {
    transform: translate3d(23vw, -115vh, 0);
  }
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(69vw, 103vh, 0);
  }
  to {
    transform: translate3d(23vw, -115vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 443ms;
          animation-delay: 443ms;
}
.circle-container:nth-child(157) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-157;
          animation-name: move-frames-157;
  -webkit-animation-duration: 30500ms;
          animation-duration: 30500ms;
  -webkit-animation-delay: 2102ms;
          animation-delay: 2102ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    transform: translate3d(31vw, 106vh, 0);
  }
  to {
    transform: translate3d(53vw, -109vh, 0);
  }
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(31vw, 106vh, 0);
  }
  to {
    transform: translate3d(53vw, -109vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 3672ms;
          animation-delay: 3672ms;
}
.circle-container:nth-child(158) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-158;
          animation-name: move-frames-158;
  -webkit-animation-duration: 32813ms;
          animation-duration: 32813ms;
  -webkit-animation-delay: 816ms;
          animation-delay: 816ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    transform: translate3d(96vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -115vh, 0);
  }
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(96vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -115vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 3186ms;
          animation-delay: 3186ms;
}
.circle-container:nth-child(159) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-159;
          animation-name: move-frames-159;
  -webkit-animation-duration: 32687ms;
          animation-duration: 32687ms;
  -webkit-animation-delay: 27037ms;
          animation-delay: 27037ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    transform: translate3d(40vw, 106vh, 0);
  }
  to {
    transform: translate3d(28vw, -112vh, 0);
  }
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(40vw, 106vh, 0);
  }
  to {
    transform: translate3d(28vw, -112vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 1240ms;
          animation-delay: 1240ms;
}
.circle-container:nth-child(160) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-160;
          animation-name: move-frames-160;
  -webkit-animation-duration: 34758ms;
          animation-duration: 34758ms;
  -webkit-animation-delay: 25805ms;
          animation-delay: 25805ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    transform: translate3d(39vw, 107vh, 0);
  }
  to {
    transform: translate3d(60vw, -118vh, 0);
  }
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(39vw, 107vh, 0);
  }
  to {
    transform: translate3d(60vw, -118vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 1565ms;
          animation-delay: 1565ms;
}
.circle-container:nth-child(161) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-161;
          animation-name: move-frames-161;
  -webkit-animation-duration: 35101ms;
          animation-duration: 35101ms;
  -webkit-animation-delay: 34300ms;
          animation-delay: 34300ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    transform: translate3d(23vw, 104vh, 0);
  }
  to {
    transform: translate3d(55vw, -110vh, 0);
  }
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(23vw, 104vh, 0);
  }
  to {
    transform: translate3d(55vw, -110vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 612ms;
          animation-delay: 612ms;
}
.circle-container:nth-child(162) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-162;
          animation-name: move-frames-162;
  -webkit-animation-duration: 31231ms;
          animation-duration: 31231ms;
  -webkit-animation-delay: 2922ms;
          animation-delay: 2922ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    transform: translate3d(61vw, 105vh, 0);
  }
  to {
    transform: translate3d(58vw, -113vh, 0);
  }
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(61vw, 105vh, 0);
  }
  to {
    transform: translate3d(58vw, -113vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 3192ms;
          animation-delay: 3192ms;
}
.circle-container:nth-child(163) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-163;
          animation-name: move-frames-163;
  -webkit-animation-duration: 34947ms;
          animation-duration: 34947ms;
  -webkit-animation-delay: 8931ms;
          animation-delay: 8931ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    transform: translate3d(10vw, 107vh, 0);
  }
  to {
    transform: translate3d(19vw, -109vh, 0);
  }
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(10vw, 107vh, 0);
  }
  to {
    transform: translate3d(19vw, -109vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 348ms;
          animation-delay: 348ms;
}
.circle-container:nth-child(164) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-164;
          animation-name: move-frames-164;
  -webkit-animation-duration: 36107ms;
          animation-duration: 36107ms;
  -webkit-animation-delay: 11631ms;
          animation-delay: 11631ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(37vw, -121vh, 0);
  }
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(37vw, -121vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 2497ms;
          animation-delay: 2497ms;
}
.circle-container:nth-child(165) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-165;
          animation-name: move-frames-165;
  -webkit-animation-duration: 36950ms;
          animation-duration: 36950ms;
  -webkit-animation-delay: 18702ms;
          animation-delay: 18702ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    transform: translate3d(47vw, 102vh, 0);
  }
  to {
    transform: translate3d(36vw, -109vh, 0);
  }
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(47vw, 102vh, 0);
  }
  to {
    transform: translate3d(36vw, -109vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 1841ms;
          animation-delay: 1841ms;
}
.circle-container:nth-child(166) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-166;
          animation-name: move-frames-166;
  -webkit-animation-duration: 35116ms;
          animation-duration: 35116ms;
  -webkit-animation-delay: 34619ms;
          animation-delay: 34619ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    transform: translate3d(74vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -131vh, 0);
  }
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(74vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -131vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 208ms;
          animation-delay: 208ms;
}
.circle-container:nth-child(167) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-167;
          animation-name: move-frames-167;
  -webkit-animation-duration: 35383ms;
          animation-duration: 35383ms;
  -webkit-animation-delay: 29003ms;
          animation-delay: 29003ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    transform: translate3d(65vw, 103vh, 0);
  }
  to {
    transform: translate3d(87vw, -115vh, 0);
  }
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(65vw, 103vh, 0);
  }
  to {
    transform: translate3d(87vw, -115vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 1515ms;
          animation-delay: 1515ms;
}
.circle-container:nth-child(168) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-168;
          animation-name: move-frames-168;
  -webkit-animation-duration: 32112ms;
          animation-duration: 32112ms;
  -webkit-animation-delay: 30776ms;
          animation-delay: 30776ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    transform: translate3d(33vw, 107vh, 0);
  }
  to {
    transform: translate3d(89vw, -119vh, 0);
  }
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(33vw, 107vh, 0);
  }
  to {
    transform: translate3d(89vw, -119vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 1490ms;
          animation-delay: 1490ms;
}
.circle-container:nth-child(169) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-169;
          animation-name: move-frames-169;
  -webkit-animation-duration: 34079ms;
          animation-duration: 34079ms;
  -webkit-animation-delay: 2829ms;
          animation-delay: 2829ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    transform: translate3d(61vw, 108vh, 0);
  }
  to {
    transform: translate3d(77vw, -117vh, 0);
  }
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(61vw, 108vh, 0);
  }
  to {
    transform: translate3d(77vw, -117vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 1238ms;
          animation-delay: 1238ms;
}
.circle-container:nth-child(170) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-170;
          animation-name: move-frames-170;
  -webkit-animation-duration: 35746ms;
          animation-duration: 35746ms;
  -webkit-animation-delay: 32336ms;
          animation-delay: 32336ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    transform: translate3d(51vw, 103vh, 0);
  }
  to {
    transform: translate3d(37vw, -119vh, 0);
  }
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(51vw, 103vh, 0);
  }
  to {
    transform: translate3d(37vw, -119vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 225ms;
          animation-delay: 225ms;
}
.circle-container:nth-child(171) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-171;
          animation-name: move-frames-171;
  -webkit-animation-duration: 35069ms;
          animation-duration: 35069ms;
  -webkit-animation-delay: 36447ms;
          animation-delay: 36447ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    transform: translate3d(83vw, 105vh, 0);
  }
  to {
    transform: translate3d(43vw, -112vh, 0);
  }
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(83vw, 105vh, 0);
  }
  to {
    transform: translate3d(43vw, -112vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 2776ms;
          animation-delay: 2776ms;
}
.circle-container:nth-child(172) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-172;
          animation-name: move-frames-172;
  -webkit-animation-duration: 36023ms;
          animation-duration: 36023ms;
  -webkit-animation-delay: 22739ms;
          animation-delay: 22739ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    transform: translate3d(25vw, 109vh, 0);
  }
  to {
    transform: translate3d(54vw, -112vh, 0);
  }
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(25vw, 109vh, 0);
  }
  to {
    transform: translate3d(54vw, -112vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 920ms;
          animation-delay: 920ms;
}
.circle-container:nth-child(173) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-173;
          animation-name: move-frames-173;
  -webkit-animation-duration: 33184ms;
          animation-duration: 33184ms;
  -webkit-animation-delay: 14602ms;
          animation-delay: 14602ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    transform: translate3d(93vw, 106vh, 0);
  }
  to {
    transform: translate3d(77vw, -123vh, 0);
  }
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(93vw, 106vh, 0);
  }
  to {
    transform: translate3d(77vw, -123vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 1380ms;
          animation-delay: 1380ms;
}
.circle-container:nth-child(174) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-174;
          animation-name: move-frames-174;
  -webkit-animation-duration: 31329ms;
          animation-duration: 31329ms;
  -webkit-animation-delay: 28939ms;
          animation-delay: 28939ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    transform: translate3d(86vw, 102vh, 0);
  }
  to {
    transform: translate3d(12vw, -119vh, 0);
  }
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(86vw, 102vh, 0);
  }
  to {
    transform: translate3d(12vw, -119vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 1603ms;
          animation-delay: 1603ms;
}
.circle-container:nth-child(175) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-175;
          animation-name: move-frames-175;
  -webkit-animation-duration: 31201ms;
          animation-duration: 31201ms;
  -webkit-animation-delay: 6017ms;
          animation-delay: 6017ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    transform: translate3d(1vw, 109vh, 0);
  }
  to {
    transform: translate3d(19vw, -129vh, 0);
  }
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(1vw, 109vh, 0);
  }
  to {
    transform: translate3d(19vw, -129vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 3809ms;
          animation-delay: 3809ms;
}
.circle-container:nth-child(176) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-176;
          animation-name: move-frames-176;
  -webkit-animation-duration: 31628ms;
          animation-duration: 31628ms;
  -webkit-animation-delay: 23050ms;
          animation-delay: 23050ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    transform: translate3d(23vw, 105vh, 0);
  }
  to {
    transform: translate3d(64vw, -127vh, 0);
  }
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(23vw, 105vh, 0);
  }
  to {
    transform: translate3d(64vw, -127vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 1730ms;
          animation-delay: 1730ms;
}
.circle-container:nth-child(177) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-177;
          animation-name: move-frames-177;
  -webkit-animation-duration: 34497ms;
          animation-duration: 34497ms;
  -webkit-animation-delay: 6056ms;
          animation-delay: 6056ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    transform: translate3d(72vw, 108vh, 0);
  }
  to {
    transform: translate3d(56vw, -110vh, 0);
  }
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(72vw, 108vh, 0);
  }
  to {
    transform: translate3d(56vw, -110vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 3416ms;
          animation-delay: 3416ms;
}
.circle-container:nth-child(178) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-178;
          animation-name: move-frames-178;
  -webkit-animation-duration: 30208ms;
          animation-duration: 30208ms;
  -webkit-animation-delay: 10050ms;
          animation-delay: 10050ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    transform: translate3d(15vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -131vh, 0);
  }
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(15vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -131vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 2325ms;
          animation-delay: 2325ms;
}
.circle-container:nth-child(179) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-179;
          animation-name: move-frames-179;
  -webkit-animation-duration: 35436ms;
          animation-duration: 35436ms;
  -webkit-animation-delay: 5616ms;
          animation-delay: 5616ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    transform: translate3d(47vw, 110vh, 0);
  }
  to {
    transform: translate3d(1vw, -129vh, 0);
  }
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(47vw, 110vh, 0);
  }
  to {
    transform: translate3d(1vw, -129vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 2335ms;
          animation-delay: 2335ms;
}
.circle-container:nth-child(180) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-180;
          animation-name: move-frames-180;
  -webkit-animation-duration: 29636ms;
          animation-duration: 29636ms;
  -webkit-animation-delay: 36312ms;
          animation-delay: 36312ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    transform: translate3d(93vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -127vh, 0);
  }
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(93vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -127vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 2577ms;
          animation-delay: 2577ms;
}
.circle-container:nth-child(181) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-181;
          animation-name: move-frames-181;
  -webkit-animation-duration: 31600ms;
          animation-duration: 31600ms;
  -webkit-animation-delay: 1806ms;
          animation-delay: 1806ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    transform: translate3d(47vw, 105vh, 0);
  }
  to {
    transform: translate3d(22vw, -122vh, 0);
  }
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(47vw, 105vh, 0);
  }
  to {
    transform: translate3d(22vw, -122vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 2174ms;
          animation-delay: 2174ms;
}
.circle-container:nth-child(182) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-182;
          animation-name: move-frames-182;
  -webkit-animation-duration: 35709ms;
          animation-duration: 35709ms;
  -webkit-animation-delay: 7708ms;
          animation-delay: 7708ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    transform: translate3d(40vw, 106vh, 0);
  }
  to {
    transform: translate3d(58vw, -134vh, 0);
  }
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(40vw, 106vh, 0);
  }
  to {
    transform: translate3d(58vw, -134vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 2327ms;
          animation-delay: 2327ms;
}
.circle-container:nth-child(183) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-183;
          animation-name: move-frames-183;
  -webkit-animation-duration: 29100ms;
          animation-duration: 29100ms;
  -webkit-animation-delay: 7331ms;
          animation-delay: 7331ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    transform: translate3d(75vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -128vh, 0);
  }
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(75vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -128vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 2702ms;
          animation-delay: 2702ms;
}
.circle-container:nth-child(184) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-184;
          animation-name: move-frames-184;
  -webkit-animation-duration: 32724ms;
          animation-duration: 32724ms;
  -webkit-animation-delay: 7798ms;
          animation-delay: 7798ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    transform: translate3d(38vw, 102vh, 0);
  }
  to {
    transform: translate3d(30vw, -114vh, 0);
  }
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(38vw, 102vh, 0);
  }
  to {
    transform: translate3d(30vw, -114vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 2151ms;
          animation-delay: 2151ms;
}
.circle-container:nth-child(185) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-185;
          animation-name: move-frames-185;
  -webkit-animation-duration: 34635ms;
          animation-duration: 34635ms;
  -webkit-animation-delay: 22630ms;
          animation-delay: 22630ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    transform: translate3d(43vw, 104vh, 0);
  }
  to {
    transform: translate3d(1vw, -130vh, 0);
  }
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(43vw, 104vh, 0);
  }
  to {
    transform: translate3d(1vw, -130vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 3675ms;
          animation-delay: 3675ms;
}
.circle-container:nth-child(186) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-186;
          animation-name: move-frames-186;
  -webkit-animation-duration: 28346ms;
          animation-duration: 28346ms;
  -webkit-animation-delay: 2942ms;
          animation-delay: 2942ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    transform: translate3d(59vw, 103vh, 0);
  }
  to {
    transform: translate3d(86vw, -106vh, 0);
  }
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(59vw, 103vh, 0);
  }
  to {
    transform: translate3d(86vw, -106vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 1919ms;
          animation-delay: 1919ms;
}
.circle-container:nth-child(187) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-187;
          animation-name: move-frames-187;
  -webkit-animation-duration: 34411ms;
          animation-duration: 34411ms;
  -webkit-animation-delay: 32130ms;
          animation-delay: 32130ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    transform: translate3d(29vw, 104vh, 0);
  }
  to {
    transform: translate3d(96vw, -125vh, 0);
  }
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(29vw, 104vh, 0);
  }
  to {
    transform: translate3d(96vw, -125vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 3728ms;
          animation-delay: 3728ms;
}
.circle-container:nth-child(188) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-188;
          animation-name: move-frames-188;
  -webkit-animation-duration: 34969ms;
          animation-duration: 34969ms;
  -webkit-animation-delay: 15741ms;
          animation-delay: 15741ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    transform: translate3d(15vw, 102vh, 0);
  }
  to {
    transform: translate3d(8vw, -122vh, 0);
  }
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(15vw, 102vh, 0);
  }
  to {
    transform: translate3d(8vw, -122vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 490ms;
          animation-delay: 490ms;
}
.circle-container:nth-child(189) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-189;
          animation-name: move-frames-189;
  -webkit-animation-duration: 34658ms;
          animation-duration: 34658ms;
  -webkit-animation-delay: 20921ms;
          animation-delay: 20921ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    transform: translate3d(35vw, 104vh, 0);
  }
  to {
    transform: translate3d(35vw, -127vh, 0);
  }
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(35vw, 104vh, 0);
  }
  to {
    transform: translate3d(35vw, -127vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 560ms;
          animation-delay: 560ms;
}
.circle-container:nth-child(190) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-190;
          animation-name: move-frames-190;
  -webkit-animation-duration: 30556ms;
          animation-duration: 30556ms;
  -webkit-animation-delay: 121ms;
          animation-delay: 121ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    transform: translate3d(64vw, 102vh, 0);
  }
  to {
    transform: translate3d(7vw, -109vh, 0);
  }
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(64vw, 102vh, 0);
  }
  to {
    transform: translate3d(7vw, -109vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 3080ms;
          animation-delay: 3080ms;
}
.circle-container:nth-child(191) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-191;
          animation-name: move-frames-191;
  -webkit-animation-duration: 33571ms;
          animation-duration: 33571ms;
  -webkit-animation-delay: 8183ms;
          animation-delay: 8183ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    transform: translate3d(30vw, 108vh, 0);
  }
  to {
    transform: translate3d(90vw, -133vh, 0);
  }
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(30vw, 108vh, 0);
  }
  to {
    transform: translate3d(90vw, -133vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 2111ms;
          animation-delay: 2111ms;
}
.circle-container:nth-child(192) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-192;
          animation-name: move-frames-192;
  -webkit-animation-duration: 36413ms;
          animation-duration: 36413ms;
  -webkit-animation-delay: 11659ms;
          animation-delay: 11659ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    transform: translate3d(88vw, 110vh, 0);
  }
  to {
    transform: translate3d(60vw, -131vh, 0);
  }
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(88vw, 110vh, 0);
  }
  to {
    transform: translate3d(60vw, -131vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 2105ms;
          animation-delay: 2105ms;
}
.circle-container:nth-child(193) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-193;
          animation-name: move-frames-193;
  -webkit-animation-duration: 35270ms;
          animation-duration: 35270ms;
  -webkit-animation-delay: 21408ms;
          animation-delay: 21408ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    transform: translate3d(46vw, 109vh, 0);
  }
  to {
    transform: translate3d(28vw, -115vh, 0);
  }
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(46vw, 109vh, 0);
  }
  to {
    transform: translate3d(28vw, -115vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 3269ms;
          animation-delay: 3269ms;
}
.circle-container:nth-child(194) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-194;
          animation-name: move-frames-194;
  -webkit-animation-duration: 32782ms;
          animation-duration: 32782ms;
  -webkit-animation-delay: 11013ms;
          animation-delay: 11013ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    transform: translate3d(49vw, 107vh, 0);
  }
  to {
    transform: translate3d(78vw, -133vh, 0);
  }
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(49vw, 107vh, 0);
  }
  to {
    transform: translate3d(78vw, -133vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 2085ms;
          animation-delay: 2085ms;
}
.circle-container:nth-child(195) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-195;
          animation-name: move-frames-195;
  -webkit-animation-duration: 28799ms;
          animation-duration: 28799ms;
  -webkit-animation-delay: 13251ms;
          animation-delay: 13251ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    transform: translate3d(37vw, 108vh, 0);
  }
  to {
    transform: translate3d(30vw, -119vh, 0);
  }
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(37vw, 108vh, 0);
  }
  to {
    transform: translate3d(30vw, -119vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 667ms;
          animation-delay: 667ms;
}
.circle-container:nth-child(196) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-196;
          animation-name: move-frames-196;
  -webkit-animation-duration: 28705ms;
          animation-duration: 28705ms;
  -webkit-animation-delay: 14114ms;
          animation-delay: 14114ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    transform: translate3d(62vw, 108vh, 0);
  }
  to {
    transform: translate3d(37vw, -132vh, 0);
  }
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(62vw, 108vh, 0);
  }
  to {
    transform: translate3d(37vw, -132vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 716ms;
          animation-delay: 716ms;
}
.circle-container:nth-child(197) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-197;
          animation-name: move-frames-197;
  -webkit-animation-duration: 34824ms;
          animation-duration: 34824ms;
  -webkit-animation-delay: 14730ms;
          animation-delay: 14730ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    transform: translate3d(58vw, 102vh, 0);
  }
  to {
    transform: translate3d(4vw, -129vh, 0);
  }
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(58vw, 102vh, 0);
  }
  to {
    transform: translate3d(4vw, -129vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 552ms;
          animation-delay: 552ms;
}
.circle-container:nth-child(198) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-198;
          animation-name: move-frames-198;
  -webkit-animation-duration: 29664ms;
          animation-duration: 29664ms;
  -webkit-animation-delay: 25694ms;
          animation-delay: 25694ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    transform: translate3d(92vw, 109vh, 0);
  }
  to {
    transform: translate3d(38vw, -124vh, 0);
  }
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(92vw, 109vh, 0);
  }
  to {
    transform: translate3d(38vw, -124vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 3142ms;
          animation-delay: 3142ms;
}
.circle-container:nth-child(199) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-199;
          animation-name: move-frames-199;
  -webkit-animation-duration: 28373ms;
          animation-duration: 28373ms;
  -webkit-animation-delay: 7709ms;
          animation-delay: 7709ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    transform: translate3d(44vw, 104vh, 0);
  }
  to {
    transform: translate3d(100vw, -124vh, 0);
  }
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(44vw, 104vh, 0);
  }
  to {
    transform: translate3d(100vw, -124vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 3054ms;
          animation-delay: 3054ms;
}
.circle-container:nth-child(200) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-200;
          animation-name: move-frames-200;
  -webkit-animation-duration: 29167ms;
          animation-duration: 29167ms;
  -webkit-animation-delay: 34838ms;
          animation-delay: 34838ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    transform: translate3d(41vw, 110vh, 0);
  }
  to {
    transform: translate3d(42vw, -125vh, 0);
  }
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(41vw, 110vh, 0);
  }
  to {
    transform: translate3d(42vw, -125vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 1719ms;
          animation-delay: 1719ms;
}

.message {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: white;
  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;
  }
}

.blog-title {
  color: var(--md-typeset-a-color);
}
 @media only screen and (max-width: 600px) {
  .blog-item-content {
    /* display: grid; */
    /* grid-template-columns: auto auto auto; */
    padding: 10px;
  }
  .blog-item-content img {
    width: 100%;
    border-radius: 32px;
    border: 2px solid var(--md-typeset-a-color);
  }
  .blog-item-content div {
    padding: 2em 1em 2em 1em;
    font-size: 1.5em;
    font-style: oblique;
  }
}

@media only screen and (min-width: 600px) {
  .blog-item-content {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
  }
  .blog-item-content img {
    width: 300px;
    border-radius: 32px;
    border: 2px solid var(--md-typeset-a-color);
  }
  .blog-item-content div {
    padding: 2em 1em 2em 1em;
    font-size: 1.5em;
    font-style: oblique;
  }
}

.blog-date {
  padding:5px;
  font-size: 1em;
  border-top: 2px solid var(--md-typeset-a-color);
  font-family: "Orbitron", regular;
  color: var(--md-typeset-a-color);
  text-align: right;
}
.blog-item {
  padding: 1em;
}
.blog-item:hover {
  background-color: rgba(54, 25, 255, .05);
}
.blog-item:hover .blog-date {
  border-top: 2px solid #88f;
  color: #88f;
}
.blog-item:hover .blog-item-content img {
  border: 2px solid #88f;
}
.blog-item:hover .blog-title {
  color: #88f;
}
