    * {
  margin: 0;
  padding: 0;
}

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

body {
  background-color: #021027;
}

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

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

.circle-container {
  position: absolute;
  transform: translateY(-10vh);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(#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: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-1;
          animation-name: move-frames-1;
  -webkit-animation-duration: 34398ms;
          animation-duration: 34398ms;
  -webkit-animation-delay: 11476ms;
          animation-delay: 11476ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    transform: translate3d(32vw, 103vh, 0);
  }
  to {
    transform: translate3d(33vw, -111vh, 0);
  }
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(32vw, 103vh, 0);
  }
  to {
    transform: translate3d(33vw, -111vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 3064ms;
          animation-delay: 3064ms;
}
.circle-container:nth-child(2) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-2;
          animation-name: move-frames-2;
  -webkit-animation-duration: 32052ms;
          animation-duration: 32052ms;
  -webkit-animation-delay: 13011ms;
          animation-delay: 13011ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    transform: translate3d(56vw, 105vh, 0);
  }
  to {
    transform: translate3d(91vw, -116vh, 0);
  }
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(56vw, 105vh, 0);
  }
  to {
    transform: translate3d(91vw, -116vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 336ms;
          animation-delay: 336ms;
}
.circle-container:nth-child(3) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-3;
          animation-name: move-frames-3;
  -webkit-animation-duration: 30048ms;
          animation-duration: 30048ms;
  -webkit-animation-delay: 16797ms;
          animation-delay: 16797ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(41vw, -121vh, 0);
  }
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(41vw, -121vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 2023ms;
          animation-delay: 2023ms;
}
.circle-container:nth-child(4) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-4;
          animation-name: move-frames-4;
  -webkit-animation-duration: 34037ms;
          animation-duration: 34037ms;
  -webkit-animation-delay: 31731ms;
          animation-delay: 31731ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    transform: translate3d(63vw, 108vh, 0);
  }
  to {
    transform: translate3d(23vw, -113vh, 0);
  }
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(63vw, 108vh, 0);
  }
  to {
    transform: translate3d(23vw, -113vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 980ms;
          animation-delay: 980ms;
}
.circle-container:nth-child(5) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-5;
          animation-name: move-frames-5;
  -webkit-animation-duration: 28997ms;
          animation-duration: 28997ms;
  -webkit-animation-delay: 18709ms;
          animation-delay: 18709ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    transform: translate3d(24vw, 108vh, 0);
  }
  to {
    transform: translate3d(61vw, -126vh, 0);
  }
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(24vw, 108vh, 0);
  }
  to {
    transform: translate3d(61vw, -126vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 3234ms;
          animation-delay: 3234ms;
}
.circle-container:nth-child(6) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-6;
          animation-name: move-frames-6;
  -webkit-animation-duration: 36012ms;
          animation-duration: 36012ms;
  -webkit-animation-delay: 15798ms;
          animation-delay: 15798ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    transform: translate3d(95vw, 110vh, 0);
  }
  to {
    transform: translate3d(84vw, -127vh, 0);
  }
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(95vw, 110vh, 0);
  }
  to {
    transform: translate3d(84vw, -127vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 1796ms;
          animation-delay: 1796ms;
}
.circle-container:nth-child(7) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-7;
          animation-name: move-frames-7;
  -webkit-animation-duration: 35785ms;
          animation-duration: 35785ms;
  -webkit-animation-delay: 14009ms;
          animation-delay: 14009ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    transform: translate3d(30vw, 103vh, 0);
  }
  to {
    transform: translate3d(65vw, -123vh, 0);
  }
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(30vw, 103vh, 0);
  }
  to {
    transform: translate3d(65vw, -123vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 1286ms;
          animation-delay: 1286ms;
}
.circle-container:nth-child(8) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-8;
          animation-name: move-frames-8;
  -webkit-animation-duration: 29688ms;
          animation-duration: 29688ms;
  -webkit-animation-delay: 32193ms;
          animation-delay: 32193ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    transform: translate3d(76vw, 106vh, 0);
  }
  to {
    transform: translate3d(24vw, -114vh, 0);
  }
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(76vw, 106vh, 0);
  }
  to {
    transform: translate3d(24vw, -114vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 3288ms;
          animation-delay: 3288ms;
}
.circle-container:nth-child(9) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-9;
          animation-name: move-frames-9;
  -webkit-animation-duration: 35282ms;
          animation-duration: 35282ms;
  -webkit-animation-delay: 5984ms;
          animation-delay: 5984ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(85vw, -119vh, 0);
  }
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(85vw, -119vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 1990ms;
          animation-delay: 1990ms;
}
.circle-container:nth-child(10) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-10;
          animation-name: move-frames-10;
  -webkit-animation-duration: 32675ms;
          animation-duration: 32675ms;
  -webkit-animation-delay: 14597ms;
          animation-delay: 14597ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    transform: translate3d(69vw, 107vh, 0);
  }
  to {
    transform: translate3d(66vw, -132vh, 0);
  }
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(69vw, 107vh, 0);
  }
  to {
    transform: translate3d(66vw, -132vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 266ms;
          animation-delay: 266ms;
}
.circle-container:nth-child(11) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-11;
          animation-name: move-frames-11;
  -webkit-animation-duration: 32127ms;
          animation-duration: 32127ms;
  -webkit-animation-delay: 19056ms;
          animation-delay: 19056ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    transform: translate3d(9vw, 103vh, 0);
  }
  to {
    transform: translate3d(12vw, -106vh, 0);
  }
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(9vw, 103vh, 0);
  }
  to {
    transform: translate3d(12vw, -106vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 2186ms;
          animation-delay: 2186ms;
}
.circle-container:nth-child(12) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-12;
          animation-name: move-frames-12;
  -webkit-animation-duration: 32301ms;
          animation-duration: 32301ms;
  -webkit-animation-delay: 847ms;
          animation-delay: 847ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    transform: translate3d(6vw, 101vh, 0);
  }
  to {
    transform: translate3d(86vw, -115vh, 0);
  }
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(6vw, 101vh, 0);
  }
  to {
    transform: translate3d(86vw, -115vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 860ms;
          animation-delay: 860ms;
}
.circle-container:nth-child(13) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-13;
          animation-name: move-frames-13;
  -webkit-animation-duration: 29735ms;
          animation-duration: 29735ms;
  -webkit-animation-delay: 14872ms;
          animation-delay: 14872ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    transform: translate3d(55vw, 107vh, 0);
  }
  to {
    transform: translate3d(17vw, -134vh, 0);
  }
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(55vw, 107vh, 0);
  }
  to {
    transform: translate3d(17vw, -134vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 1160ms;
          animation-delay: 1160ms;
}
.circle-container:nth-child(14) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-14;
          animation-name: move-frames-14;
  -webkit-animation-duration: 32508ms;
          animation-duration: 32508ms;
  -webkit-animation-delay: 4729ms;
          animation-delay: 4729ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    transform: translate3d(21vw, 102vh, 0);
  }
  to {
    transform: translate3d(100vw, -103vh, 0);
  }
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(21vw, 102vh, 0);
  }
  to {
    transform: translate3d(100vw, -103vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 1634ms;
          animation-delay: 1634ms;
}
.circle-container:nth-child(15) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-15;
          animation-name: move-frames-15;
  -webkit-animation-duration: 29145ms;
          animation-duration: 29145ms;
  -webkit-animation-delay: 25882ms;
          animation-delay: 25882ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    transform: translate3d(89vw, 104vh, 0);
  }
  to {
    transform: translate3d(22vw, -131vh, 0);
  }
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(89vw, 104vh, 0);
  }
  to {
    transform: translate3d(22vw, -131vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 242ms;
          animation-delay: 242ms;
}
.circle-container:nth-child(16) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-16;
          animation-name: move-frames-16;
  -webkit-animation-duration: 34634ms;
          animation-duration: 34634ms;
  -webkit-animation-delay: 17930ms;
          animation-delay: 17930ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(2vw, -132vh, 0);
  }
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(2vw, -132vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 3936ms;
          animation-delay: 3936ms;
}
.circle-container:nth-child(17) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-17;
          animation-name: move-frames-17;
  -webkit-animation-duration: 33483ms;
          animation-duration: 33483ms;
  -webkit-animation-delay: 11402ms;
          animation-delay: 11402ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    transform: translate3d(91vw, 109vh, 0);
  }
  to {
    transform: translate3d(15vw, -117vh, 0);
  }
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(91vw, 109vh, 0);
  }
  to {
    transform: translate3d(15vw, -117vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 2778ms;
          animation-delay: 2778ms;
}
.circle-container:nth-child(18) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-18;
          animation-name: move-frames-18;
  -webkit-animation-duration: 31314ms;
          animation-duration: 31314ms;
  -webkit-animation-delay: 16566ms;
          animation-delay: 16566ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    transform: translate3d(37vw, 103vh, 0);
  }
  to {
    transform: translate3d(14vw, -122vh, 0);
  }
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(37vw, 103vh, 0);
  }
  to {
    transform: translate3d(14vw, -122vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 178ms;
          animation-delay: 178ms;
}
.circle-container:nth-child(19) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-19;
          animation-name: move-frames-19;
  -webkit-animation-duration: 36097ms;
          animation-duration: 36097ms;
  -webkit-animation-delay: 34592ms;
          animation-delay: 34592ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    transform: translate3d(65vw, 105vh, 0);
  }
  to {
    transform: translate3d(77vw, -126vh, 0);
  }
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(65vw, 105vh, 0);
  }
  to {
    transform: translate3d(77vw, -126vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 2686ms;
          animation-delay: 2686ms;
}
.circle-container:nth-child(20) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-20;
          animation-name: move-frames-20;
  -webkit-animation-duration: 31938ms;
          animation-duration: 31938ms;
  -webkit-animation-delay: 6091ms;
          animation-delay: 6091ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(83vw, -106vh, 0);
  }
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(83vw, -106vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 3015ms;
          animation-delay: 3015ms;
}
.circle-container:nth-child(21) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-21;
          animation-name: move-frames-21;
  -webkit-animation-duration: 32389ms;
          animation-duration: 32389ms;
  -webkit-animation-delay: 3643ms;
          animation-delay: 3643ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    transform: translate3d(82vw, 101vh, 0);
  }
  to {
    transform: translate3d(42vw, -107vh, 0);
  }
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(82vw, 101vh, 0);
  }
  to {
    transform: translate3d(42vw, -107vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 3566ms;
          animation-delay: 3566ms;
}
.circle-container:nth-child(22) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-22;
          animation-name: move-frames-22;
  -webkit-animation-duration: 29265ms;
          animation-duration: 29265ms;
  -webkit-animation-delay: 26087ms;
          animation-delay: 26087ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    transform: translate3d(33vw, 109vh, 0);
  }
  to {
    transform: translate3d(99vw, -122vh, 0);
  }
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(33vw, 109vh, 0);
  }
  to {
    transform: translate3d(99vw, -122vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 3117ms;
          animation-delay: 3117ms;
}
.circle-container:nth-child(23) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-23;
          animation-name: move-frames-23;
  -webkit-animation-duration: 35619ms;
          animation-duration: 35619ms;
  -webkit-animation-delay: 9368ms;
          animation-delay: 9368ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    transform: translate3d(66vw, 108vh, 0);
  }
  to {
    transform: translate3d(11vw, -114vh, 0);
  }
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(66vw, 108vh, 0);
  }
  to {
    transform: translate3d(11vw, -114vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 2219ms;
          animation-delay: 2219ms;
}
.circle-container:nth-child(24) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-24;
          animation-name: move-frames-24;
  -webkit-animation-duration: 31844ms;
          animation-duration: 31844ms;
  -webkit-animation-delay: 35880ms;
          animation-delay: 35880ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    transform: translate3d(32vw, 110vh, 0);
  }
  to {
    transform: translate3d(75vw, -135vh, 0);
  }
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(32vw, 110vh, 0);
  }
  to {
    transform: translate3d(75vw, -135vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 881ms;
          animation-delay: 881ms;
}
.circle-container:nth-child(25) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-25;
          animation-name: move-frames-25;
  -webkit-animation-duration: 32660ms;
          animation-duration: 32660ms;
  -webkit-animation-delay: 36489ms;
          animation-delay: 36489ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    transform: translate3d(4vw, 106vh, 0);
  }
  to {
    transform: translate3d(96vw, -129vh, 0);
  }
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(4vw, 106vh, 0);
  }
  to {
    transform: translate3d(96vw, -129vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 3779ms;
          animation-delay: 3779ms;
}
.circle-container:nth-child(26) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-26;
          animation-name: move-frames-26;
  -webkit-animation-duration: 36058ms;
          animation-duration: 36058ms;
  -webkit-animation-delay: 6892ms;
          animation-delay: 6892ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -133vh, 0);
  }
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -133vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 2636ms;
          animation-delay: 2636ms;
}
.circle-container:nth-child(27) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-27;
          animation-name: move-frames-27;
  -webkit-animation-duration: 31665ms;
          animation-duration: 31665ms;
  -webkit-animation-delay: 20191ms;
          animation-delay: 20191ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    transform: translate3d(56vw, 109vh, 0);
  }
  to {
    transform: translate3d(10vw, -112vh, 0);
  }
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(56vw, 109vh, 0);
  }
  to {
    transform: translate3d(10vw, -112vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 403ms;
          animation-delay: 403ms;
}
.circle-container:nth-child(28) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-28;
          animation-name: move-frames-28;
  -webkit-animation-duration: 31216ms;
          animation-duration: 31216ms;
  -webkit-animation-delay: 27200ms;
          animation-delay: 27200ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    transform: translate3d(1vw, 108vh, 0);
  }
  to {
    transform: translate3d(85vw, -113vh, 0);
  }
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(1vw, 108vh, 0);
  }
  to {
    transform: translate3d(85vw, -113vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 1357ms;
          animation-delay: 1357ms;
}
.circle-container:nth-child(29) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-29;
          animation-name: move-frames-29;
  -webkit-animation-duration: 36094ms;
          animation-duration: 36094ms;
  -webkit-animation-delay: 28422ms;
          animation-delay: 28422ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    transform: translate3d(95vw, 109vh, 0);
  }
  to {
    transform: translate3d(68vw, -122vh, 0);
  }
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(95vw, 109vh, 0);
  }
  to {
    transform: translate3d(68vw, -122vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 915ms;
          animation-delay: 915ms;
}
.circle-container:nth-child(30) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-30;
          animation-name: move-frames-30;
  -webkit-animation-duration: 36532ms;
          animation-duration: 36532ms;
  -webkit-animation-delay: 7588ms;
          animation-delay: 7588ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    transform: translate3d(57vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -130vh, 0);
  }
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(57vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -130vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 3736ms;
          animation-delay: 3736ms;
}
.circle-container:nth-child(31) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-31;
          animation-name: move-frames-31;
  -webkit-animation-duration: 32579ms;
          animation-duration: 32579ms;
  -webkit-animation-delay: 21388ms;
          animation-delay: 21388ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(45vw, -119vh, 0);
  }
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(45vw, -119vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 3555ms;
          animation-delay: 3555ms;
}
.circle-container:nth-child(32) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-32;
          animation-name: move-frames-32;
  -webkit-animation-duration: 30991ms;
          animation-duration: 30991ms;
  -webkit-animation-delay: 20458ms;
          animation-delay: 20458ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    transform: translate3d(64vw, 105vh, 0);
  }
  to {
    transform: translate3d(37vw, -113vh, 0);
  }
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(64vw, 105vh, 0);
  }
  to {
    transform: translate3d(37vw, -113vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 424ms;
          animation-delay: 424ms;
}
.circle-container:nth-child(33) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-33;
          animation-name: move-frames-33;
  -webkit-animation-duration: 34941ms;
          animation-duration: 34941ms;
  -webkit-animation-delay: 21625ms;
          animation-delay: 21625ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    transform: translate3d(83vw, 107vh, 0);
  }
  to {
    transform: translate3d(20vw, -111vh, 0);
  }
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(83vw, 107vh, 0);
  }
  to {
    transform: translate3d(20vw, -111vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 3661ms;
          animation-delay: 3661ms;
}
.circle-container:nth-child(34) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-34;
          animation-name: move-frames-34;
  -webkit-animation-duration: 34713ms;
          animation-duration: 34713ms;
  -webkit-animation-delay: 17834ms;
          animation-delay: 17834ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    transform: translate3d(97vw, 110vh, 0);
  }
  to {
    transform: translate3d(8vw, -138vh, 0);
  }
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(97vw, 110vh, 0);
  }
  to {
    transform: translate3d(8vw, -138vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 1885ms;
          animation-delay: 1885ms;
}
.circle-container:nth-child(35) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-35;
          animation-name: move-frames-35;
  -webkit-animation-duration: 29770ms;
          animation-duration: 29770ms;
  -webkit-animation-delay: 26155ms;
          animation-delay: 26155ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    transform: translate3d(65vw, 110vh, 0);
  }
  to {
    transform: translate3d(61vw, -133vh, 0);
  }
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(65vw, 110vh, 0);
  }
  to {
    transform: translate3d(61vw, -133vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 704ms;
          animation-delay: 704ms;
}
.circle-container:nth-child(36) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-36;
          animation-name: move-frames-36;
  -webkit-animation-duration: 33092ms;
          animation-duration: 33092ms;
  -webkit-animation-delay: 34183ms;
          animation-delay: 34183ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    transform: translate3d(33vw, 108vh, 0);
  }
  to {
    transform: translate3d(32vw, -135vh, 0);
  }
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(33vw, 108vh, 0);
  }
  to {
    transform: translate3d(32vw, -135vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 2151ms;
          animation-delay: 2151ms;
}
.circle-container:nth-child(37) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-37;
          animation-name: move-frames-37;
  -webkit-animation-duration: 29008ms;
          animation-duration: 29008ms;
  -webkit-animation-delay: 36770ms;
          animation-delay: 36770ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    transform: translate3d(96vw, 103vh, 0);
  }
  to {
    transform: translate3d(21vw, -122vh, 0);
  }
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(96vw, 103vh, 0);
  }
  to {
    transform: translate3d(21vw, -122vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 2917ms;
          animation-delay: 2917ms;
}
.circle-container:nth-child(38) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-38;
          animation-name: move-frames-38;
  -webkit-animation-duration: 31424ms;
          animation-duration: 31424ms;
  -webkit-animation-delay: 24013ms;
          animation-delay: 24013ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    transform: translate3d(39vw, 103vh, 0);
  }
  to {
    transform: translate3d(32vw, -130vh, 0);
  }
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(39vw, 103vh, 0);
  }
  to {
    transform: translate3d(32vw, -130vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 1191ms;
          animation-delay: 1191ms;
}
.circle-container:nth-child(39) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-39;
          animation-name: move-frames-39;
  -webkit-animation-duration: 30545ms;
          animation-duration: 30545ms;
  -webkit-animation-delay: 16297ms;
          animation-delay: 16297ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    transform: translate3d(38vw, 104vh, 0);
  }
  to {
    transform: translate3d(21vw, -127vh, 0);
  }
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(38vw, 104vh, 0);
  }
  to {
    transform: translate3d(21vw, -127vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 1015ms;
          animation-delay: 1015ms;
}
.circle-container:nth-child(40) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-40;
          animation-name: move-frames-40;
  -webkit-animation-duration: 32361ms;
          animation-duration: 32361ms;
  -webkit-animation-delay: 1679ms;
          animation-delay: 1679ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    transform: translate3d(88vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -123vh, 0);
  }
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(88vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -123vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 1503ms;
          animation-delay: 1503ms;
}
.circle-container:nth-child(41) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-41;
          animation-name: move-frames-41;
  -webkit-animation-duration: 32142ms;
          animation-duration: 32142ms;
  -webkit-animation-delay: 19130ms;
          animation-delay: 19130ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    transform: translate3d(39vw, 110vh, 0);
  }
  to {
    transform: translate3d(49vw, -130vh, 0);
  }
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(39vw, 110vh, 0);
  }
  to {
    transform: translate3d(49vw, -130vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 895ms;
          animation-delay: 895ms;
}
.circle-container:nth-child(42) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-42;
          animation-name: move-frames-42;
  -webkit-animation-duration: 33063ms;
          animation-duration: 33063ms;
  -webkit-animation-delay: 15468ms;
          animation-delay: 15468ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    transform: translate3d(61vw, 107vh, 0);
  }
  to {
    transform: translate3d(31vw, -136vh, 0);
  }
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(61vw, 107vh, 0);
  }
  to {
    transform: translate3d(31vw, -136vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 713ms;
          animation-delay: 713ms;
}
.circle-container:nth-child(43) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-43;
          animation-name: move-frames-43;
  -webkit-animation-duration: 34197ms;
          animation-duration: 34197ms;
  -webkit-animation-delay: 20748ms;
          animation-delay: 20748ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    transform: translate3d(87vw, 103vh, 0);
  }
  to {
    transform: translate3d(73vw, -120vh, 0);
  }
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(87vw, 103vh, 0);
  }
  to {
    transform: translate3d(73vw, -120vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 1987ms;
          animation-delay: 1987ms;
}
.circle-container:nth-child(44) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-44;
          animation-name: move-frames-44;
  -webkit-animation-duration: 28104ms;
          animation-duration: 28104ms;
  -webkit-animation-delay: 6125ms;
          animation-delay: 6125ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    transform: translate3d(55vw, 105vh, 0);
  }
  to {
    transform: translate3d(18vw, -130vh, 0);
  }
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(55vw, 105vh, 0);
  }
  to {
    transform: translate3d(18vw, -130vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 610ms;
          animation-delay: 610ms;
}
.circle-container:nth-child(45) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-45;
          animation-name: move-frames-45;
  -webkit-animation-duration: 33499ms;
          animation-duration: 33499ms;
  -webkit-animation-delay: 26053ms;
          animation-delay: 26053ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    transform: translate3d(47vw, 108vh, 0);
  }
  to {
    transform: translate3d(95vw, -109vh, 0);
  }
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(47vw, 108vh, 0);
  }
  to {
    transform: translate3d(95vw, -109vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 291ms;
          animation-delay: 291ms;
}
.circle-container:nth-child(46) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-46;
          animation-name: move-frames-46;
  -webkit-animation-duration: 29045ms;
          animation-duration: 29045ms;
  -webkit-animation-delay: 10405ms;
          animation-delay: 10405ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    transform: translate3d(67vw, 107vh, 0);
  }
  to {
    transform: translate3d(86vw, -111vh, 0);
  }
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(67vw, 107vh, 0);
  }
  to {
    transform: translate3d(86vw, -111vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 87ms;
          animation-delay: 87ms;
}
.circle-container:nth-child(47) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-47;
          animation-name: move-frames-47;
  -webkit-animation-duration: 29280ms;
          animation-duration: 29280ms;
  -webkit-animation-delay: 28494ms;
          animation-delay: 28494ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    transform: translate3d(82vw, 109vh, 0);
  }
  to {
    transform: translate3d(32vw, -123vh, 0);
  }
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(82vw, 109vh, 0);
  }
  to {
    transform: translate3d(32vw, -123vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 1047ms;
          animation-delay: 1047ms;
}
.circle-container:nth-child(48) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-48;
          animation-name: move-frames-48;
  -webkit-animation-duration: 30904ms;
          animation-duration: 30904ms;
  -webkit-animation-delay: 33029ms;
          animation-delay: 33029ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    transform: translate3d(21vw, 104vh, 0);
  }
  to {
    transform: translate3d(33vw, -109vh, 0);
  }
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(21vw, 104vh, 0);
  }
  to {
    transform: translate3d(33vw, -109vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 1861ms;
          animation-delay: 1861ms;
}
.circle-container:nth-child(49) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-49;
          animation-name: move-frames-49;
  -webkit-animation-duration: 36913ms;
          animation-duration: 36913ms;
  -webkit-animation-delay: 5491ms;
          animation-delay: 5491ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    transform: translate3d(21vw, 103vh, 0);
  }
  to {
    transform: translate3d(61vw, -112vh, 0);
  }
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(21vw, 103vh, 0);
  }
  to {
    transform: translate3d(61vw, -112vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 3401ms;
          animation-delay: 3401ms;
}
.circle-container:nth-child(50) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-50;
          animation-name: move-frames-50;
  -webkit-animation-duration: 33908ms;
          animation-duration: 33908ms;
  -webkit-animation-delay: 25111ms;
          animation-delay: 25111ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    transform: translate3d(53vw, 109vh, 0);
  }
  to {
    transform: translate3d(51vw, -110vh, 0);
  }
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(53vw, 109vh, 0);
  }
  to {
    transform: translate3d(51vw, -110vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 2810ms;
          animation-delay: 2810ms;
}
.circle-container:nth-child(51) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-51;
          animation-name: move-frames-51;
  -webkit-animation-duration: 36358ms;
          animation-duration: 36358ms;
  -webkit-animation-delay: 34075ms;
          animation-delay: 34075ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    transform: translate3d(90vw, 104vh, 0);
  }
  to {
    transform: translate3d(64vw, -116vh, 0);
  }
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(90vw, 104vh, 0);
  }
  to {
    transform: translate3d(64vw, -116vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 3528ms;
          animation-delay: 3528ms;
}
.circle-container:nth-child(52) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-52;
          animation-name: move-frames-52;
  -webkit-animation-duration: 30473ms;
          animation-duration: 30473ms;
  -webkit-animation-delay: 36742ms;
          animation-delay: 36742ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    transform: translate3d(56vw, 102vh, 0);
  }
  to {
    transform: translate3d(29vw, -113vh, 0);
  }
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(56vw, 102vh, 0);
  }
  to {
    transform: translate3d(29vw, -113vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 855ms;
          animation-delay: 855ms;
}
.circle-container:nth-child(53) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-53;
          animation-name: move-frames-53;
  -webkit-animation-duration: 32154ms;
          animation-duration: 32154ms;
  -webkit-animation-delay: 28288ms;
          animation-delay: 28288ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    transform: translate3d(45vw, 103vh, 0);
  }
  to {
    transform: translate3d(38vw, -105vh, 0);
  }
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(45vw, 103vh, 0);
  }
  to {
    transform: translate3d(38vw, -105vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 3887ms;
          animation-delay: 3887ms;
}
.circle-container:nth-child(54) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-54;
          animation-name: move-frames-54;
  -webkit-animation-duration: 36763ms;
          animation-duration: 36763ms;
  -webkit-animation-delay: 36335ms;
          animation-delay: 36335ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    transform: translate3d(9vw, 102vh, 0);
  }
  to {
    transform: translate3d(95vw, -126vh, 0);
  }
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(9vw, 102vh, 0);
  }
  to {
    transform: translate3d(95vw, -126vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 297ms;
          animation-delay: 297ms;
}
.circle-container:nth-child(55) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-55;
          animation-name: move-frames-55;
  -webkit-animation-duration: 30032ms;
          animation-duration: 30032ms;
  -webkit-animation-delay: 13495ms;
          animation-delay: 13495ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    transform: translate3d(87vw, 102vh, 0);
  }
  to {
    transform: translate3d(61vw, -124vh, 0);
  }
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(87vw, 102vh, 0);
  }
  to {
    transform: translate3d(61vw, -124vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 3262ms;
          animation-delay: 3262ms;
}
.circle-container:nth-child(56) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-56;
          animation-name: move-frames-56;
  -webkit-animation-duration: 36713ms;
          animation-duration: 36713ms;
  -webkit-animation-delay: 23296ms;
          animation-delay: 23296ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    transform: translate3d(99vw, 105vh, 0);
  }
  to {
    transform: translate3d(27vw, -128vh, 0);
  }
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(99vw, 105vh, 0);
  }
  to {
    transform: translate3d(27vw, -128vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 1134ms;
          animation-delay: 1134ms;
}
.circle-container:nth-child(57) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-57;
          animation-name: move-frames-57;
  -webkit-animation-duration: 34993ms;
          animation-duration: 34993ms;
  -webkit-animation-delay: 36606ms;
          animation-delay: 36606ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    transform: translate3d(20vw, 101vh, 0);
  }
  to {
    transform: translate3d(54vw, -124vh, 0);
  }
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(20vw, 101vh, 0);
  }
  to {
    transform: translate3d(54vw, -124vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 3841ms;
          animation-delay: 3841ms;
}
.circle-container:nth-child(58) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-58;
          animation-name: move-frames-58;
  -webkit-animation-duration: 29643ms;
          animation-duration: 29643ms;
  -webkit-animation-delay: 11398ms;
          animation-delay: 11398ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    transform: translate3d(58vw, 104vh, 0);
  }
  to {
    transform: translate3d(55vw, -127vh, 0);
  }
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(58vw, 104vh, 0);
  }
  to {
    transform: translate3d(55vw, -127vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 528ms;
          animation-delay: 528ms;
}
.circle-container:nth-child(59) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-59;
          animation-name: move-frames-59;
  -webkit-animation-duration: 31696ms;
          animation-duration: 31696ms;
  -webkit-animation-delay: 9377ms;
          animation-delay: 9377ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    transform: translate3d(95vw, 106vh, 0);
  }
  to {
    transform: translate3d(47vw, -130vh, 0);
  }
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(95vw, 106vh, 0);
  }
  to {
    transform: translate3d(47vw, -130vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 2681ms;
          animation-delay: 2681ms;
}
.circle-container:nth-child(60) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-60;
          animation-name: move-frames-60;
  -webkit-animation-duration: 32852ms;
          animation-duration: 32852ms;
  -webkit-animation-delay: 18188ms;
          animation-delay: 18188ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    transform: translate3d(30vw, 106vh, 0);
  }
  to {
    transform: translate3d(12vw, -125vh, 0);
  }
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(30vw, 106vh, 0);
  }
  to {
    transform: translate3d(12vw, -125vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 3784ms;
          animation-delay: 3784ms;
}
.circle-container:nth-child(61) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-61;
          animation-name: move-frames-61;
  -webkit-animation-duration: 30120ms;
          animation-duration: 30120ms;
  -webkit-animation-delay: 16161ms;
          animation-delay: 16161ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    transform: translate3d(38vw, 108vh, 0);
  }
  to {
    transform: translate3d(84vw, -135vh, 0);
  }
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(38vw, 108vh, 0);
  }
  to {
    transform: translate3d(84vw, -135vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 917ms;
          animation-delay: 917ms;
}
.circle-container:nth-child(62) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-62;
          animation-name: move-frames-62;
  -webkit-animation-duration: 29031ms;
          animation-duration: 29031ms;
  -webkit-animation-delay: 26075ms;
          animation-delay: 26075ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    transform: translate3d(27vw, 104vh, 0);
  }
  to {
    transform: translate3d(6vw, -117vh, 0);
  }
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(27vw, 104vh, 0);
  }
  to {
    transform: translate3d(6vw, -117vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 2887ms;
          animation-delay: 2887ms;
}
.circle-container:nth-child(63) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-63;
          animation-name: move-frames-63;
  -webkit-animation-duration: 30360ms;
          animation-duration: 30360ms;
  -webkit-animation-delay: 3802ms;
          animation-delay: 3802ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    transform: translate3d(39vw, 110vh, 0);
  }
  to {
    transform: translate3d(54vw, -119vh, 0);
  }
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(39vw, 110vh, 0);
  }
  to {
    transform: translate3d(54vw, -119vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 1543ms;
          animation-delay: 1543ms;
}
.circle-container:nth-child(64) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-64;
          animation-name: move-frames-64;
  -webkit-animation-duration: 32613ms;
          animation-duration: 32613ms;
  -webkit-animation-delay: 8226ms;
          animation-delay: 8226ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    transform: translate3d(60vw, 109vh, 0);
  }
  to {
    transform: translate3d(66vw, -137vh, 0);
  }
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(60vw, 109vh, 0);
  }
  to {
    transform: translate3d(66vw, -137vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 2390ms;
          animation-delay: 2390ms;
}
.circle-container:nth-child(65) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-65;
          animation-name: move-frames-65;
  -webkit-animation-duration: 36040ms;
          animation-duration: 36040ms;
  -webkit-animation-delay: 31387ms;
          animation-delay: 31387ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    transform: translate3d(87vw, 101vh, 0);
  }
  to {
    transform: translate3d(26vw, -119vh, 0);
  }
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(87vw, 101vh, 0);
  }
  to {
    transform: translate3d(26vw, -119vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 3545ms;
          animation-delay: 3545ms;
}
.circle-container:nth-child(66) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-66;
          animation-name: move-frames-66;
  -webkit-animation-duration: 31850ms;
          animation-duration: 31850ms;
  -webkit-animation-delay: 23151ms;
          animation-delay: 23151ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    transform: translate3d(7vw, 102vh, 0);
  }
  to {
    transform: translate3d(70vw, -114vh, 0);
  }
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(7vw, 102vh, 0);
  }
  to {
    transform: translate3d(70vw, -114vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 579ms;
          animation-delay: 579ms;
}
.circle-container:nth-child(67) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-67;
          animation-name: move-frames-67;
  -webkit-animation-duration: 36634ms;
          animation-duration: 36634ms;
  -webkit-animation-delay: 23561ms;
          animation-delay: 23561ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(45vw, -139vh, 0);
  }
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(45vw, -139vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 2747ms;
          animation-delay: 2747ms;
}
.circle-container:nth-child(68) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-68;
          animation-name: move-frames-68;
  -webkit-animation-duration: 31823ms;
          animation-duration: 31823ms;
  -webkit-animation-delay: 31926ms;
          animation-delay: 31926ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    transform: translate3d(69vw, 107vh, 0);
  }
  to {
    transform: translate3d(68vw, -125vh, 0);
  }
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(69vw, 107vh, 0);
  }
  to {
    transform: translate3d(68vw, -125vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}
.circle-container:nth-child(69) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-69;
          animation-name: move-frames-69;
  -webkit-animation-duration: 34258ms;
          animation-duration: 34258ms;
  -webkit-animation-delay: 8152ms;
          animation-delay: 8152ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    transform: translate3d(52vw, 108vh, 0);
  }
  to {
    transform: translate3d(68vw, -113vh, 0);
  }
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(52vw, 108vh, 0);
  }
  to {
    transform: translate3d(68vw, -113vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 3674ms;
          animation-delay: 3674ms;
}
.circle-container:nth-child(70) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-70;
          animation-name: move-frames-70;
  -webkit-animation-duration: 29395ms;
          animation-duration: 29395ms;
  -webkit-animation-delay: 15357ms;
          animation-delay: 15357ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    transform: translate3d(1vw, 102vh, 0);
  }
  to {
    transform: translate3d(52vw, -110vh, 0);
  }
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(1vw, 102vh, 0);
  }
  to {
    transform: translate3d(52vw, -110vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 304ms;
          animation-delay: 304ms;
}
.circle-container:nth-child(71) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-71;
          animation-name: move-frames-71;
  -webkit-animation-duration: 35161ms;
          animation-duration: 35161ms;
  -webkit-animation-delay: 4186ms;
          animation-delay: 4186ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    transform: translate3d(97vw, 103vh, 0);
  }
  to {
    transform: translate3d(14vw, -112vh, 0);
  }
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(97vw, 103vh, 0);
  }
  to {
    transform: translate3d(14vw, -112vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 3796ms;
          animation-delay: 3796ms;
}
.circle-container:nth-child(72) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-72;
          animation-name: move-frames-72;
  -webkit-animation-duration: 29300ms;
          animation-duration: 29300ms;
  -webkit-animation-delay: 29054ms;
          animation-delay: 29054ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    transform: translate3d(29vw, 110vh, 0);
  }
  to {
    transform: translate3d(24vw, -113vh, 0);
  }
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(29vw, 110vh, 0);
  }
  to {
    transform: translate3d(24vw, -113vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 556ms;
          animation-delay: 556ms;
}
.circle-container:nth-child(73) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-73;
          animation-name: move-frames-73;
  -webkit-animation-duration: 29608ms;
          animation-duration: 29608ms;
  -webkit-animation-delay: 16503ms;
          animation-delay: 16503ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    transform: translate3d(33vw, 107vh, 0);
  }
  to {
    transform: translate3d(68vw, -109vh, 0);
  }
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(33vw, 107vh, 0);
  }
  to {
    transform: translate3d(68vw, -109vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 3366ms;
          animation-delay: 3366ms;
}
.circle-container:nth-child(74) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-74;
          animation-name: move-frames-74;
  -webkit-animation-duration: 34386ms;
          animation-duration: 34386ms;
  -webkit-animation-delay: 31957ms;
          animation-delay: 31957ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    transform: translate3d(11vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -123vh, 0);
  }
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(11vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -123vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 986ms;
          animation-delay: 986ms;
}
.circle-container:nth-child(75) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-75;
          animation-name: move-frames-75;
  -webkit-animation-duration: 31351ms;
          animation-duration: 31351ms;
  -webkit-animation-delay: 29725ms;
          animation-delay: 29725ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    transform: translate3d(44vw, 101vh, 0);
  }
  to {
    transform: translate3d(37vw, -112vh, 0);
  }
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(44vw, 101vh, 0);
  }
  to {
    transform: translate3d(37vw, -112vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 1974ms;
          animation-delay: 1974ms;
}
.circle-container:nth-child(76) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-76;
          animation-name: move-frames-76;
  -webkit-animation-duration: 30973ms;
          animation-duration: 30973ms;
  -webkit-animation-delay: 26662ms;
          animation-delay: 26662ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    transform: translate3d(70vw, 105vh, 0);
  }
  to {
    transform: translate3d(68vw, -106vh, 0);
  }
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(70vw, 105vh, 0);
  }
  to {
    transform: translate3d(68vw, -106vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 3512ms;
          animation-delay: 3512ms;
}
.circle-container:nth-child(77) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-77;
          animation-name: move-frames-77;
  -webkit-animation-duration: 30222ms;
          animation-duration: 30222ms;
  -webkit-animation-delay: 29673ms;
          animation-delay: 29673ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(98vw, -122vh, 0);
  }
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(98vw, -122vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 890ms;
          animation-delay: 890ms;
}
.circle-container:nth-child(78) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-78;
          animation-name: move-frames-78;
  -webkit-animation-duration: 34817ms;
          animation-duration: 34817ms;
  -webkit-animation-delay: 13866ms;
          animation-delay: 13866ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    transform: translate3d(85vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -118vh, 0);
  }
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(85vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -118vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 1957ms;
          animation-delay: 1957ms;
}
.circle-container:nth-child(79) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-79;
          animation-name: move-frames-79;
  -webkit-animation-duration: 30063ms;
          animation-duration: 30063ms;
  -webkit-animation-delay: 6552ms;
          animation-delay: 6552ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    transform: translate3d(94vw, 106vh, 0);
  }
  to {
    transform: translate3d(70vw, -127vh, 0);
  }
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(94vw, 106vh, 0);
  }
  to {
    transform: translate3d(70vw, -127vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 2618ms;
          animation-delay: 2618ms;
}
.circle-container:nth-child(80) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-80;
          animation-name: move-frames-80;
  -webkit-animation-duration: 30242ms;
          animation-duration: 30242ms;
  -webkit-animation-delay: 36393ms;
          animation-delay: 36393ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    transform: translate3d(34vw, 107vh, 0);
  }
  to {
    transform: translate3d(81vw, -131vh, 0);
  }
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(34vw, 107vh, 0);
  }
  to {
    transform: translate3d(81vw, -131vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 3911ms;
          animation-delay: 3911ms;
}
.circle-container:nth-child(81) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-81;
          animation-name: move-frames-81;
  -webkit-animation-duration: 30090ms;
          animation-duration: 30090ms;
  -webkit-animation-delay: 13761ms;
          animation-delay: 13761ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    transform: translate3d(100vw, 108vh, 0);
  }
  to {
    transform: translate3d(93vw, -129vh, 0);
  }
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(100vw, 108vh, 0);
  }
  to {
    transform: translate3d(93vw, -129vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 2189ms;
          animation-delay: 2189ms;
}
.circle-container:nth-child(82) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-82;
          animation-name: move-frames-82;
  -webkit-animation-duration: 30352ms;
          animation-duration: 30352ms;
  -webkit-animation-delay: 30093ms;
          animation-delay: 30093ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    transform: translate3d(78vw, 103vh, 0);
  }
  to {
    transform: translate3d(74vw, -111vh, 0);
  }
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(78vw, 103vh, 0);
  }
  to {
    transform: translate3d(74vw, -111vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 1276ms;
          animation-delay: 1276ms;
}
.circle-container:nth-child(83) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-83;
          animation-name: move-frames-83;
  -webkit-animation-duration: 33136ms;
          animation-duration: 33136ms;
  -webkit-animation-delay: 24573ms;
          animation-delay: 24573ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(62vw, -125vh, 0);
  }
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(62vw, -125vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 1941ms;
          animation-delay: 1941ms;
}
.circle-container:nth-child(84) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-84;
          animation-name: move-frames-84;
  -webkit-animation-duration: 29617ms;
          animation-duration: 29617ms;
  -webkit-animation-delay: 17257ms;
          animation-delay: 17257ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    transform: translate3d(6vw, 110vh, 0);
  }
  to {
    transform: translate3d(75vw, -131vh, 0);
  }
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(6vw, 110vh, 0);
  }
  to {
    transform: translate3d(75vw, -131vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 3172ms;
          animation-delay: 3172ms;
}
.circle-container:nth-child(85) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-85;
          animation-name: move-frames-85;
  -webkit-animation-duration: 28227ms;
          animation-duration: 28227ms;
  -webkit-animation-delay: 13884ms;
          animation-delay: 13884ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    transform: translate3d(41vw, 101vh, 0);
  }
  to {
    transform: translate3d(71vw, -114vh, 0);
  }
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(41vw, 101vh, 0);
  }
  to {
    transform: translate3d(71vw, -114vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 323ms;
          animation-delay: 323ms;
}
.circle-container:nth-child(86) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-86;
          animation-name: move-frames-86;
  -webkit-animation-duration: 29154ms;
          animation-duration: 29154ms;
  -webkit-animation-delay: 30094ms;
          animation-delay: 30094ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    transform: translate3d(41vw, 108vh, 0);
  }
  to {
    transform: translate3d(76vw, -125vh, 0);
  }
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(41vw, 108vh, 0);
  }
  to {
    transform: translate3d(76vw, -125vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 1810ms;
          animation-delay: 1810ms;
}
.circle-container:nth-child(87) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-87;
          animation-name: move-frames-87;
  -webkit-animation-duration: 31974ms;
          animation-duration: 31974ms;
  -webkit-animation-delay: 3999ms;
          animation-delay: 3999ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    transform: translate3d(42vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -120vh, 0);
  }
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(42vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -120vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 2691ms;
          animation-delay: 2691ms;
}
.circle-container:nth-child(88) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-88;
          animation-name: move-frames-88;
  -webkit-animation-duration: 28495ms;
          animation-duration: 28495ms;
  -webkit-animation-delay: 31750ms;
          animation-delay: 31750ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    transform: translate3d(20vw, 108vh, 0);
  }
  to {
    transform: translate3d(21vw, -109vh, 0);
  }
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(20vw, 108vh, 0);
  }
  to {
    transform: translate3d(21vw, -109vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 2592ms;
          animation-delay: 2592ms;
}
.circle-container:nth-child(89) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-89;
          animation-name: move-frames-89;
  -webkit-animation-duration: 28869ms;
          animation-duration: 28869ms;
  -webkit-animation-delay: 35194ms;
          animation-delay: 35194ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    transform: translate3d(45vw, 103vh, 0);
  }
  to {
    transform: translate3d(45vw, -107vh, 0);
  }
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(45vw, 103vh, 0);
  }
  to {
    transform: translate3d(45vw, -107vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}
.circle-container:nth-child(90) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-90;
          animation-name: move-frames-90;
  -webkit-animation-duration: 32954ms;
          animation-duration: 32954ms;
  -webkit-animation-delay: 14491ms;
          animation-delay: 14491ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    transform: translate3d(55vw, 110vh, 0);
  }
  to {
    transform: translate3d(25vw, -111vh, 0);
  }
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(55vw, 110vh, 0);
  }
  to {
    transform: translate3d(25vw, -111vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 796ms;
          animation-delay: 796ms;
}
.circle-container:nth-child(91) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-91;
          animation-name: move-frames-91;
  -webkit-animation-duration: 32454ms;
          animation-duration: 32454ms;
  -webkit-animation-delay: 20873ms;
          animation-delay: 20873ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    transform: translate3d(81vw, 109vh, 0);
  }
  to {
    transform: translate3d(47vw, -113vh, 0);
  }
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(81vw, 109vh, 0);
  }
  to {
    transform: translate3d(47vw, -113vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 1874ms;
          animation-delay: 1874ms;
}
.circle-container:nth-child(92) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-92;
          animation-name: move-frames-92;
  -webkit-animation-duration: 29458ms;
          animation-duration: 29458ms;
  -webkit-animation-delay: 6987ms;
          animation-delay: 6987ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    transform: translate3d(49vw, 105vh, 0);
  }
  to {
    transform: translate3d(69vw, -124vh, 0);
  }
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(49vw, 105vh, 0);
  }
  to {
    transform: translate3d(69vw, -124vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 1043ms;
          animation-delay: 1043ms;
}
.circle-container:nth-child(93) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-93;
          animation-name: move-frames-93;
  -webkit-animation-duration: 35037ms;
          animation-duration: 35037ms;
  -webkit-animation-delay: 23595ms;
          animation-delay: 23595ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    transform: translate3d(55vw, 106vh, 0);
  }
  to {
    transform: translate3d(71vw, -122vh, 0);
  }
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(55vw, 106vh, 0);
  }
  to {
    transform: translate3d(71vw, -122vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 1329ms;
          animation-delay: 1329ms;
}
.circle-container:nth-child(94) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-94;
          animation-name: move-frames-94;
  -webkit-animation-duration: 29592ms;
          animation-duration: 29592ms;
  -webkit-animation-delay: 1952ms;
          animation-delay: 1952ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    transform: translate3d(99vw, 107vh, 0);
  }
  to {
    transform: translate3d(1vw, -115vh, 0);
  }
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(99vw, 107vh, 0);
  }
  to {
    transform: translate3d(1vw, -115vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 2482ms;
          animation-delay: 2482ms;
}
.circle-container:nth-child(95) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-95;
          animation-name: move-frames-95;
  -webkit-animation-duration: 34382ms;
          animation-duration: 34382ms;
  -webkit-animation-delay: 27082ms;
          animation-delay: 27082ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    transform: translate3d(32vw, 105vh, 0);
  }
  to {
    transform: translate3d(8vw, -110vh, 0);
  }
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(32vw, 105vh, 0);
  }
  to {
    transform: translate3d(8vw, -110vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 422ms;
          animation-delay: 422ms;
}
.circle-container:nth-child(96) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-96;
          animation-name: move-frames-96;
  -webkit-animation-duration: 33089ms;
          animation-duration: 33089ms;
  -webkit-animation-delay: 32949ms;
          animation-delay: 32949ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    transform: translate3d(96vw, 109vh, 0);
  }
  to {
    transform: translate3d(31vw, -137vh, 0);
  }
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(96vw, 109vh, 0);
  }
  to {
    transform: translate3d(31vw, -137vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 3939ms;
          animation-delay: 3939ms;
}
.circle-container:nth-child(97) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-97;
          animation-name: move-frames-97;
  -webkit-animation-duration: 28665ms;
          animation-duration: 28665ms;
  -webkit-animation-delay: 1462ms;
          animation-delay: 1462ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    transform: translate3d(13vw, 105vh, 0);
  }
  to {
    transform: translate3d(77vw, -122vh, 0);
  }
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(13vw, 105vh, 0);
  }
  to {
    transform: translate3d(77vw, -122vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 1767ms;
          animation-delay: 1767ms;
}
.circle-container:nth-child(98) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-98;
          animation-name: move-frames-98;
  -webkit-animation-duration: 29207ms;
          animation-duration: 29207ms;
  -webkit-animation-delay: 7148ms;
          animation-delay: 7148ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    transform: translate3d(36vw, 103vh, 0);
  }
  to {
    transform: translate3d(13vw, -106vh, 0);
  }
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(36vw, 103vh, 0);
  }
  to {
    transform: translate3d(13vw, -106vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 3534ms;
          animation-delay: 3534ms;
}
.circle-container:nth-child(99) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-99;
          animation-name: move-frames-99;
  -webkit-animation-duration: 31382ms;
          animation-duration: 31382ms;
  -webkit-animation-delay: 1852ms;
          animation-delay: 1852ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    transform: translate3d(65vw, 105vh, 0);
  }
  to {
    transform: translate3d(42vw, -131vh, 0);
  }
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(65vw, 105vh, 0);
  }
  to {
    transform: translate3d(42vw, -131vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 157ms;
          animation-delay: 157ms;
}
.circle-container:nth-child(100) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-100;
          animation-name: move-frames-100;
  -webkit-animation-duration: 36064ms;
          animation-duration: 36064ms;
  -webkit-animation-delay: 8956ms;
          animation-delay: 8956ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    transform: translate3d(73vw, 105vh, 0);
  }
  to {
    transform: translate3d(10vw, -133vh, 0);
  }
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(73vw, 105vh, 0);
  }
  to {
    transform: translate3d(10vw, -133vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 1705ms;
          animation-delay: 1705ms;
}
.circle-container:nth-child(101) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-101;
          animation-name: move-frames-101;
  -webkit-animation-duration: 31895ms;
          animation-duration: 31895ms;
  -webkit-animation-delay: 26659ms;
          animation-delay: 26659ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    transform: translate3d(90vw, 109vh, 0);
  }
  to {
    transform: translate3d(68vw, -129vh, 0);
  }
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(90vw, 109vh, 0);
  }
  to {
    transform: translate3d(68vw, -129vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 3012ms;
          animation-delay: 3012ms;
}
.circle-container:nth-child(102) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-102;
          animation-name: move-frames-102;
  -webkit-animation-duration: 32369ms;
          animation-duration: 32369ms;
  -webkit-animation-delay: 30415ms;
          animation-delay: 30415ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    transform: translate3d(46vw, 105vh, 0);
  }
  to {
    transform: translate3d(91vw, -115vh, 0);
  }
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(46vw, 105vh, 0);
  }
  to {
    transform: translate3d(91vw, -115vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 1104ms;
          animation-delay: 1104ms;
}
.circle-container:nth-child(103) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-103;
          animation-name: move-frames-103;
  -webkit-animation-duration: 36152ms;
          animation-duration: 36152ms;
  -webkit-animation-delay: 36100ms;
          animation-delay: 36100ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    transform: translate3d(33vw, 105vh, 0);
  }
  to {
    transform: translate3d(92vw, -128vh, 0);
  }
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(33vw, 105vh, 0);
  }
  to {
    transform: translate3d(92vw, -128vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 1563ms;
          animation-delay: 1563ms;
}
.circle-container:nth-child(104) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-104;
          animation-name: move-frames-104;
  -webkit-animation-duration: 28062ms;
          animation-duration: 28062ms;
  -webkit-animation-delay: 15990ms;
          animation-delay: 15990ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    transform: translate3d(9vw, 107vh, 0);
  }
  to {
    transform: translate3d(98vw, -116vh, 0);
  }
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(9vw, 107vh, 0);
  }
  to {
    transform: translate3d(98vw, -116vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 3081ms;
          animation-delay: 3081ms;
}
.circle-container:nth-child(105) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-105;
          animation-name: move-frames-105;
  -webkit-animation-duration: 29650ms;
          animation-duration: 29650ms;
  -webkit-animation-delay: 15975ms;
          animation-delay: 15975ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    transform: translate3d(9vw, 106vh, 0);
  }
  to {
    transform: translate3d(30vw, -112vh, 0);
  }
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(9vw, 106vh, 0);
  }
  to {
    transform: translate3d(30vw, -112vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 2534ms;
          animation-delay: 2534ms;
}
.circle-container:nth-child(106) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-106;
          animation-name: move-frames-106;
  -webkit-animation-duration: 28769ms;
          animation-duration: 28769ms;
  -webkit-animation-delay: 22906ms;
          animation-delay: 22906ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    transform: translate3d(47vw, 106vh, 0);
  }
  to {
    transform: translate3d(55vw, -114vh, 0);
  }
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(47vw, 106vh, 0);
  }
  to {
    transform: translate3d(55vw, -114vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 3933ms;
          animation-delay: 3933ms;
}
.circle-container:nth-child(107) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-107;
          animation-name: move-frames-107;
  -webkit-animation-duration: 35912ms;
          animation-duration: 35912ms;
  -webkit-animation-delay: 29301ms;
          animation-delay: 29301ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    transform: translate3d(15vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -116vh, 0);
  }
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(15vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -116vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 688ms;
          animation-delay: 688ms;
}
.circle-container:nth-child(108) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-108;
          animation-name: move-frames-108;
  -webkit-animation-duration: 31703ms;
          animation-duration: 31703ms;
  -webkit-animation-delay: 17390ms;
          animation-delay: 17390ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    transform: translate3d(58vw, 108vh, 0);
  }
  to {
    transform: translate3d(64vw, -126vh, 0);
  }
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(58vw, 108vh, 0);
  }
  to {
    transform: translate3d(64vw, -126vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 3546ms;
          animation-delay: 3546ms;
}
.circle-container:nth-child(109) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-109;
          animation-name: move-frames-109;
  -webkit-animation-duration: 29258ms;
          animation-duration: 29258ms;
  -webkit-animation-delay: 27862ms;
          animation-delay: 27862ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    transform: translate3d(96vw, 108vh, 0);
  }
  to {
    transform: translate3d(76vw, -123vh, 0);
  }
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(96vw, 108vh, 0);
  }
  to {
    transform: translate3d(76vw, -123vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 529ms;
          animation-delay: 529ms;
}
.circle-container:nth-child(110) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-110;
          animation-name: move-frames-110;
  -webkit-animation-duration: 32324ms;
          animation-duration: 32324ms;
  -webkit-animation-delay: 25992ms;
          animation-delay: 25992ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    transform: translate3d(32vw, 101vh, 0);
  }
  to {
    transform: translate3d(75vw, -111vh, 0);
  }
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(32vw, 101vh, 0);
  }
  to {
    transform: translate3d(75vw, -111vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 608ms;
          animation-delay: 608ms;
}
.circle-container:nth-child(111) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-111;
          animation-name: move-frames-111;
  -webkit-animation-duration: 32933ms;
          animation-duration: 32933ms;
  -webkit-animation-delay: 29003ms;
          animation-delay: 29003ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    transform: translate3d(8vw, 104vh, 0);
  }
  to {
    transform: translate3d(62vw, -106vh, 0);
  }
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(8vw, 104vh, 0);
  }
  to {
    transform: translate3d(62vw, -106vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 796ms;
          animation-delay: 796ms;
}
.circle-container:nth-child(112) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-112;
          animation-name: move-frames-112;
  -webkit-animation-duration: 36073ms;
          animation-duration: 36073ms;
  -webkit-animation-delay: 26489ms;
          animation-delay: 26489ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(1vw, -129vh, 0);
  }
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(1vw, -129vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 147ms;
          animation-delay: 147ms;
}
.circle-container:nth-child(113) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-113;
          animation-name: move-frames-113;
  -webkit-animation-duration: 28040ms;
          animation-duration: 28040ms;
  -webkit-animation-delay: 26548ms;
          animation-delay: 26548ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    transform: translate3d(75vw, 104vh, 0);
  }
  to {
    transform: translate3d(88vw, -111vh, 0);
  }
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(75vw, 104vh, 0);
  }
  to {
    transform: translate3d(88vw, -111vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 2681ms;
          animation-delay: 2681ms;
}
.circle-container:nth-child(114) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-114;
          animation-name: move-frames-114;
  -webkit-animation-duration: 32351ms;
          animation-duration: 32351ms;
  -webkit-animation-delay: 26497ms;
          animation-delay: 26497ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    transform: translate3d(31vw, 110vh, 0);
  }
  to {
    transform: translate3d(34vw, -133vh, 0);
  }
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(31vw, 110vh, 0);
  }
  to {
    transform: translate3d(34vw, -133vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 2565ms;
          animation-delay: 2565ms;
}
.circle-container:nth-child(115) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-115;
          animation-name: move-frames-115;
  -webkit-animation-duration: 31361ms;
          animation-duration: 31361ms;
  -webkit-animation-delay: 6142ms;
          animation-delay: 6142ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    transform: translate3d(6vw, 103vh, 0);
  }
  to {
    transform: translate3d(71vw, -104vh, 0);
  }
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(6vw, 103vh, 0);
  }
  to {
    transform: translate3d(71vw, -104vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 3621ms;
          animation-delay: 3621ms;
}
.circle-container:nth-child(116) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-116;
          animation-name: move-frames-116;
  -webkit-animation-duration: 34208ms;
          animation-duration: 34208ms;
  -webkit-animation-delay: 12913ms;
          animation-delay: 12913ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    transform: translate3d(100vw, 110vh, 0);
  }
  to {
    transform: translate3d(6vw, -134vh, 0);
  }
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(100vw, 110vh, 0);
  }
  to {
    transform: translate3d(6vw, -134vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 1386ms;
          animation-delay: 1386ms;
}
.circle-container:nth-child(117) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-117;
          animation-name: move-frames-117;
  -webkit-animation-duration: 35769ms;
          animation-duration: 35769ms;
  -webkit-animation-delay: 31649ms;
          animation-delay: 31649ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    transform: translate3d(39vw, 107vh, 0);
  }
  to {
    transform: translate3d(88vw, -111vh, 0);
  }
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(39vw, 107vh, 0);
  }
  to {
    transform: translate3d(88vw, -111vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 890ms;
          animation-delay: 890ms;
}
.circle-container:nth-child(118) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-118;
          animation-name: move-frames-118;
  -webkit-animation-duration: 31972ms;
          animation-duration: 31972ms;
  -webkit-animation-delay: 13569ms;
          animation-delay: 13569ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    transform: translate3d(64vw, 108vh, 0);
  }
  to {
    transform: translate3d(99vw, -122vh, 0);
  }
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(64vw, 108vh, 0);
  }
  to {
    transform: translate3d(99vw, -122vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 617ms;
          animation-delay: 617ms;
}
.circle-container:nth-child(119) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-119;
          animation-name: move-frames-119;
  -webkit-animation-duration: 32162ms;
          animation-duration: 32162ms;
  -webkit-animation-delay: 8423ms;
          animation-delay: 8423ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    transform: translate3d(90vw, 102vh, 0);
  }
  to {
    transform: translate3d(30vw, -123vh, 0);
  }
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(90vw, 102vh, 0);
  }
  to {
    transform: translate3d(30vw, -123vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 3769ms;
          animation-delay: 3769ms;
}
.circle-container:nth-child(120) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-120;
          animation-name: move-frames-120;
  -webkit-animation-duration: 33268ms;
          animation-duration: 33268ms;
  -webkit-animation-delay: 14282ms;
          animation-delay: 14282ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    transform: translate3d(59vw, 102vh, 0);
  }
  to {
    transform: translate3d(25vw, -106vh, 0);
  }
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(59vw, 102vh, 0);
  }
  to {
    transform: translate3d(25vw, -106vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 723ms;
          animation-delay: 723ms;
}
.circle-container:nth-child(121) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-121;
          animation-name: move-frames-121;
  -webkit-animation-duration: 34837ms;
          animation-duration: 34837ms;
  -webkit-animation-delay: 19695ms;
          animation-delay: 19695ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    transform: translate3d(71vw, 106vh, 0);
  }
  to {
    transform: translate3d(88vw, -111vh, 0);
  }
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(71vw, 106vh, 0);
  }
  to {
    transform: translate3d(88vw, -111vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 1515ms;
          animation-delay: 1515ms;
}
.circle-container:nth-child(122) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-122;
          animation-name: move-frames-122;
  -webkit-animation-duration: 31226ms;
          animation-duration: 31226ms;
  -webkit-animation-delay: 36495ms;
          animation-delay: 36495ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    transform: translate3d(42vw, 101vh, 0);
  }
  to {
    transform: translate3d(87vw, -121vh, 0);
  }
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(42vw, 101vh, 0);
  }
  to {
    transform: translate3d(87vw, -121vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 3625ms;
          animation-delay: 3625ms;
}
.circle-container:nth-child(123) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-123;
          animation-name: move-frames-123;
  -webkit-animation-duration: 28125ms;
          animation-duration: 28125ms;
  -webkit-animation-delay: 17630ms;
          animation-delay: 17630ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    transform: translate3d(34vw, 110vh, 0);
  }
  to {
    transform: translate3d(96vw, -137vh, 0);
  }
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(34vw, 110vh, 0);
  }
  to {
    transform: translate3d(96vw, -137vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 2415ms;
          animation-delay: 2415ms;
}
.circle-container:nth-child(124) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-124;
          animation-name: move-frames-124;
  -webkit-animation-duration: 29348ms;
          animation-duration: 29348ms;
  -webkit-animation-delay: 36569ms;
          animation-delay: 36569ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    transform: translate3d(39vw, 104vh, 0);
  }
  to {
    transform: translate3d(85vw, -132vh, 0);
  }
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(39vw, 104vh, 0);
  }
  to {
    transform: translate3d(85vw, -132vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 2705ms;
          animation-delay: 2705ms;
}
.circle-container:nth-child(125) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-125;
          animation-name: move-frames-125;
  -webkit-animation-duration: 36981ms;
          animation-duration: 36981ms;
  -webkit-animation-delay: 850ms;
          animation-delay: 850ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    transform: translate3d(21vw, 106vh, 0);
  }
  to {
    transform: translate3d(39vw, -135vh, 0);
  }
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(21vw, 106vh, 0);
  }
  to {
    transform: translate3d(39vw, -135vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 784ms;
          animation-delay: 784ms;
}
.circle-container:nth-child(126) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-126;
          animation-name: move-frames-126;
  -webkit-animation-duration: 35071ms;
          animation-duration: 35071ms;
  -webkit-animation-delay: 32730ms;
          animation-delay: 32730ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    transform: translate3d(94vw, 102vh, 0);
  }
  to {
    transform: translate3d(25vw, -110vh, 0);
  }
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(94vw, 102vh, 0);
  }
  to {
    transform: translate3d(25vw, -110vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 168ms;
          animation-delay: 168ms;
}
.circle-container:nth-child(127) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-127;
          animation-name: move-frames-127;
  -webkit-animation-duration: 36128ms;
          animation-duration: 36128ms;
  -webkit-animation-delay: 629ms;
          animation-delay: 629ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    transform: translate3d(74vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -112vh, 0);
  }
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(74vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -112vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 1817ms;
          animation-delay: 1817ms;
}
.circle-container:nth-child(128) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-128;
          animation-name: move-frames-128;
  -webkit-animation-duration: 30227ms;
          animation-duration: 30227ms;
  -webkit-animation-delay: 3396ms;
          animation-delay: 3396ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    transform: translate3d(92vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -138vh, 0);
  }
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(92vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -138vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 3228ms;
          animation-delay: 3228ms;
}
.circle-container:nth-child(129) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-129;
          animation-name: move-frames-129;
  -webkit-animation-duration: 33494ms;
          animation-duration: 33494ms;
  -webkit-animation-delay: 16329ms;
          animation-delay: 16329ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    transform: translate3d(96vw, 106vh, 0);
  }
  to {
    transform: translate3d(82vw, -129vh, 0);
  }
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(96vw, 106vh, 0);
  }
  to {
    transform: translate3d(82vw, -129vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 410ms;
          animation-delay: 410ms;
}
.circle-container:nth-child(130) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-130;
          animation-name: move-frames-130;
  -webkit-animation-duration: 29991ms;
          animation-duration: 29991ms;
  -webkit-animation-delay: 15952ms;
          animation-delay: 15952ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    transform: translate3d(22vw, 105vh, 0);
  }
  to {
    transform: translate3d(20vw, -132vh, 0);
  }
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(22vw, 105vh, 0);
  }
  to {
    transform: translate3d(20vw, -132vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 478ms;
          animation-delay: 478ms;
}
.circle-container:nth-child(131) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-131;
          animation-name: move-frames-131;
  -webkit-animation-duration: 31260ms;
          animation-duration: 31260ms;
  -webkit-animation-delay: 4274ms;
          animation-delay: 4274ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    transform: translate3d(65vw, 105vh, 0);
  }
  to {
    transform: translate3d(7vw, -119vh, 0);
  }
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(65vw, 105vh, 0);
  }
  to {
    transform: translate3d(7vw, -119vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 3057ms;
          animation-delay: 3057ms;
}
.circle-container:nth-child(132) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-132;
          animation-name: move-frames-132;
  -webkit-animation-duration: 33347ms;
          animation-duration: 33347ms;
  -webkit-animation-delay: 27170ms;
          animation-delay: 27170ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    transform: translate3d(1vw, 105vh, 0);
  }
  to {
    transform: translate3d(99vw, -111vh, 0);
  }
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(1vw, 105vh, 0);
  }
  to {
    transform: translate3d(99vw, -111vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 2283ms;
          animation-delay: 2283ms;
}
.circle-container:nth-child(133) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-133;
          animation-name: move-frames-133;
  -webkit-animation-duration: 29666ms;
          animation-duration: 29666ms;
  -webkit-animation-delay: 13455ms;
          animation-delay: 13455ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    transform: translate3d(36vw, 101vh, 0);
  }
  to {
    transform: translate3d(87vw, -110vh, 0);
  }
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(36vw, 101vh, 0);
  }
  to {
    transform: translate3d(87vw, -110vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 2660ms;
          animation-delay: 2660ms;
}
.circle-container:nth-child(134) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-134;
          animation-name: move-frames-134;
  -webkit-animation-duration: 36108ms;
          animation-duration: 36108ms;
  -webkit-animation-delay: 35670ms;
          animation-delay: 35670ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    transform: translate3d(43vw, 109vh, 0);
  }
  to {
    transform: translate3d(74vw, -119vh, 0);
  }
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(43vw, 109vh, 0);
  }
  to {
    transform: translate3d(74vw, -119vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 994ms;
          animation-delay: 994ms;
}
.circle-container:nth-child(135) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-135;
          animation-name: move-frames-135;
  -webkit-animation-duration: 29950ms;
          animation-duration: 29950ms;
  -webkit-animation-delay: 12946ms;
          animation-delay: 12946ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    transform: translate3d(44vw, 104vh, 0);
  }
  to {
    transform: translate3d(69vw, -124vh, 0);
  }
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(44vw, 104vh, 0);
  }
  to {
    transform: translate3d(69vw, -124vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 611ms;
          animation-delay: 611ms;
}
.circle-container:nth-child(136) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-136;
          animation-name: move-frames-136;
  -webkit-animation-duration: 33344ms;
          animation-duration: 33344ms;
  -webkit-animation-delay: 26769ms;
          animation-delay: 26769ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    transform: translate3d(83vw, 105vh, 0);
  }
  to {
    transform: translate3d(96vw, -110vh, 0);
  }
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(83vw, 105vh, 0);
  }
  to {
    transform: translate3d(96vw, -110vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 2559ms;
          animation-delay: 2559ms;
}
.circle-container:nth-child(137) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-137;
          animation-name: move-frames-137;
  -webkit-animation-duration: 36444ms;
          animation-duration: 36444ms;
  -webkit-animation-delay: 10914ms;
          animation-delay: 10914ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(77vw, -110vh, 0);
  }
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(77vw, -110vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 2146ms;
          animation-delay: 2146ms;
}
.circle-container:nth-child(138) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-138;
          animation-name: move-frames-138;
  -webkit-animation-duration: 29997ms;
          animation-duration: 29997ms;
  -webkit-animation-delay: 30983ms;
          animation-delay: 30983ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    transform: translate3d(70vw, 102vh, 0);
  }
  to {
    transform: translate3d(30vw, -119vh, 0);
  }
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(70vw, 102vh, 0);
  }
  to {
    transform: translate3d(30vw, -119vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 2333ms;
          animation-delay: 2333ms;
}
.circle-container:nth-child(139) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-139;
          animation-name: move-frames-139;
  -webkit-animation-duration: 32720ms;
          animation-duration: 32720ms;
  -webkit-animation-delay: 990ms;
          animation-delay: 990ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    transform: translate3d(22vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -114vh, 0);
  }
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(22vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -114vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 2057ms;
          animation-delay: 2057ms;
}
.circle-container:nth-child(140) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-140;
          animation-name: move-frames-140;
  -webkit-animation-duration: 31027ms;
          animation-duration: 31027ms;
  -webkit-animation-delay: 15254ms;
          animation-delay: 15254ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    transform: translate3d(61vw, 104vh, 0);
  }
  to {
    transform: translate3d(16vw, -118vh, 0);
  }
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(61vw, 104vh, 0);
  }
  to {
    transform: translate3d(16vw, -118vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 2279ms;
          animation-delay: 2279ms;
}
.circle-container:nth-child(141) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-141;
          animation-name: move-frames-141;
  -webkit-animation-duration: 29193ms;
          animation-duration: 29193ms;
  -webkit-animation-delay: 33283ms;
          animation-delay: 33283ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    transform: translate3d(64vw, 106vh, 0);
  }
  to {
    transform: translate3d(95vw, -121vh, 0);
  }
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(64vw, 106vh, 0);
  }
  to {
    transform: translate3d(95vw, -121vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 2263ms;
          animation-delay: 2263ms;
}
.circle-container:nth-child(142) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-142;
          animation-name: move-frames-142;
  -webkit-animation-duration: 30239ms;
          animation-duration: 30239ms;
  -webkit-animation-delay: 9858ms;
          animation-delay: 9858ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -114vh, 0);
  }
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -114vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 3204ms;
          animation-delay: 3204ms;
}
.circle-container:nth-child(143) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-143;
          animation-name: move-frames-143;
  -webkit-animation-duration: 33952ms;
          animation-duration: 33952ms;
  -webkit-animation-delay: 12281ms;
          animation-delay: 12281ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    transform: translate3d(69vw, 107vh, 0);
  }
  to {
    transform: translate3d(49vw, -110vh, 0);
  }
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(69vw, 107vh, 0);
  }
  to {
    transform: translate3d(49vw, -110vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 24ms;
          animation-delay: 24ms;
}
.circle-container:nth-child(144) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-144;
          animation-name: move-frames-144;
  -webkit-animation-duration: 32141ms;
          animation-duration: 32141ms;
  -webkit-animation-delay: 7967ms;
          animation-delay: 7967ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    transform: translate3d(51vw, 110vh, 0);
  }
  to {
    transform: translate3d(90vw, -131vh, 0);
  }
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(51vw, 110vh, 0);
  }
  to {
    transform: translate3d(90vw, -131vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 2364ms;
          animation-delay: 2364ms;
}
.circle-container:nth-child(145) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-145;
          animation-name: move-frames-145;
  -webkit-animation-duration: 35519ms;
          animation-duration: 35519ms;
  -webkit-animation-delay: 3742ms;
          animation-delay: 3742ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    transform: translate3d(40vw, 110vh, 0);
  }
  to {
    transform: translate3d(96vw, -125vh, 0);
  }
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(40vw, 110vh, 0);
  }
  to {
    transform: translate3d(96vw, -125vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 3134ms;
          animation-delay: 3134ms;
}
.circle-container:nth-child(146) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-146;
          animation-name: move-frames-146;
  -webkit-animation-duration: 35858ms;
          animation-duration: 35858ms;
  -webkit-animation-delay: 12404ms;
          animation-delay: 12404ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    transform: translate3d(89vw, 108vh, 0);
  }
  to {
    transform: translate3d(23vw, -136vh, 0);
  }
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(89vw, 108vh, 0);
  }
  to {
    transform: translate3d(23vw, -136vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 2018ms;
          animation-delay: 2018ms;
}
.circle-container:nth-child(147) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-147;
          animation-name: move-frames-147;
  -webkit-animation-duration: 28408ms;
          animation-duration: 28408ms;
  -webkit-animation-delay: 7001ms;
          animation-delay: 7001ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(62vw, -113vh, 0);
  }
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(62vw, -113vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 3954ms;
          animation-delay: 3954ms;
}
.circle-container:nth-child(148) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-148;
          animation-name: move-frames-148;
  -webkit-animation-duration: 35987ms;
          animation-duration: 35987ms;
  -webkit-animation-delay: 30857ms;
          animation-delay: 30857ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    transform: translate3d(67vw, 105vh, 0);
  }
  to {
    transform: translate3d(90vw, -113vh, 0);
  }
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(67vw, 105vh, 0);
  }
  to {
    transform: translate3d(90vw, -113vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 2142ms;
          animation-delay: 2142ms;
}
.circle-container:nth-child(149) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-149;
          animation-name: move-frames-149;
  -webkit-animation-duration: 35734ms;
          animation-duration: 35734ms;
  -webkit-animation-delay: 21772ms;
          animation-delay: 21772ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    transform: translate3d(37vw, 105vh, 0);
  }
  to {
    transform: translate3d(5vw, -126vh, 0);
  }
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(37vw, 105vh, 0);
  }
  to {
    transform: translate3d(5vw, -126vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 2270ms;
          animation-delay: 2270ms;
}
.circle-container:nth-child(150) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-150;
          animation-name: move-frames-150;
  -webkit-animation-duration: 28217ms;
          animation-duration: 28217ms;
  -webkit-animation-delay: 19764ms;
          animation-delay: 19764ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    transform: translate3d(2vw, 103vh, 0);
  }
  to {
    transform: translate3d(25vw, -119vh, 0);
  }
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(2vw, 103vh, 0);
  }
  to {
    transform: translate3d(25vw, -119vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 1423ms;
          animation-delay: 1423ms;
}
.circle-container:nth-child(151) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-151;
          animation-name: move-frames-151;
  -webkit-animation-duration: 32883ms;
          animation-duration: 32883ms;
  -webkit-animation-delay: 4596ms;
          animation-delay: 4596ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    transform: translate3d(52vw, 103vh, 0);
  }
  to {
    transform: translate3d(78vw, -119vh, 0);
  }
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(52vw, 103vh, 0);
  }
  to {
    transform: translate3d(78vw, -119vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 3655ms;
          animation-delay: 3655ms;
}
.circle-container:nth-child(152) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-152;
          animation-name: move-frames-152;
  -webkit-animation-duration: 34441ms;
          animation-duration: 34441ms;
  -webkit-animation-delay: 3386ms;
          animation-delay: 3386ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    transform: translate3d(16vw, 106vh, 0);
  }
  to {
    transform: translate3d(71vw, -115vh, 0);
  }
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(16vw, 106vh, 0);
  }
  to {
    transform: translate3d(71vw, -115vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 44ms;
          animation-delay: 44ms;
}
.circle-container:nth-child(153) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-153;
          animation-name: move-frames-153;
  -webkit-animation-duration: 28866ms;
          animation-duration: 28866ms;
  -webkit-animation-delay: 11501ms;
          animation-delay: 11501ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(22vw, -116vh, 0);
  }
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(22vw, -116vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 989ms;
          animation-delay: 989ms;
}
.circle-container:nth-child(154) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-154;
          animation-name: move-frames-154;
  -webkit-animation-duration: 35671ms;
          animation-duration: 35671ms;
  -webkit-animation-delay: 15164ms;
          animation-delay: 15164ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    transform: translate3d(15vw, 102vh, 0);
  }
  to {
    transform: translate3d(79vw, -109vh, 0);
  }
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(15vw, 102vh, 0);
  }
  to {
    transform: translate3d(79vw, -109vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 3718ms;
          animation-delay: 3718ms;
}
.circle-container:nth-child(155) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-155;
          animation-name: move-frames-155;
  -webkit-animation-duration: 28613ms;
          animation-duration: 28613ms;
  -webkit-animation-delay: 5392ms;
          animation-delay: 5392ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    transform: translate3d(30vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -117vh, 0);
  }
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(30vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -117vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 686ms;
          animation-delay: 686ms;
}
.circle-container:nth-child(156) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-156;
          animation-name: move-frames-156;
  -webkit-animation-duration: 29049ms;
          animation-duration: 29049ms;
  -webkit-animation-delay: 35464ms;
          animation-delay: 35464ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    transform: translate3d(61vw, 107vh, 0);
  }
  to {
    transform: translate3d(65vw, -129vh, 0);
  }
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(61vw, 107vh, 0);
  }
  to {
    transform: translate3d(65vw, -129vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 3370ms;
          animation-delay: 3370ms;
}
.circle-container:nth-child(157) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-157;
          animation-name: move-frames-157;
  -webkit-animation-duration: 30883ms;
          animation-duration: 30883ms;
  -webkit-animation-delay: 25022ms;
          animation-delay: 25022ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(5vw, -118vh, 0);
  }
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(5vw, -118vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 2820ms;
          animation-delay: 2820ms;
}
.circle-container:nth-child(158) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-158;
          animation-name: move-frames-158;
  -webkit-animation-duration: 32043ms;
          animation-duration: 32043ms;
  -webkit-animation-delay: 2435ms;
          animation-delay: 2435ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    transform: translate3d(54vw, 108vh, 0);
  }
  to {
    transform: translate3d(81vw, -112vh, 0);
  }
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(54vw, 108vh, 0);
  }
  to {
    transform: translate3d(81vw, -112vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 2726ms;
          animation-delay: 2726ms;
}
.circle-container:nth-child(159) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-159;
          animation-name: move-frames-159;
  -webkit-animation-duration: 36419ms;
          animation-duration: 36419ms;
  -webkit-animation-delay: 16360ms;
          animation-delay: 16360ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    transform: translate3d(7vw, 109vh, 0);
  }
  to {
    transform: translate3d(6vw, -119vh, 0);
  }
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(7vw, 109vh, 0);
  }
  to {
    transform: translate3d(6vw, -119vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 3209ms;
          animation-delay: 3209ms;
}
.circle-container:nth-child(160) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-160;
          animation-name: move-frames-160;
  -webkit-animation-duration: 29549ms;
          animation-duration: 29549ms;
  -webkit-animation-delay: 311ms;
          animation-delay: 311ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    transform: translate3d(17vw, 103vh, 0);
  }
  to {
    transform: translate3d(88vw, -123vh, 0);
  }
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(17vw, 103vh, 0);
  }
  to {
    transform: translate3d(88vw, -123vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 2246ms;
          animation-delay: 2246ms;
}
.circle-container:nth-child(161) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-161;
          animation-name: move-frames-161;
  -webkit-animation-duration: 29227ms;
          animation-duration: 29227ms;
  -webkit-animation-delay: 27160ms;
          animation-delay: 27160ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    transform: translate3d(94vw, 110vh, 0);
  }
  to {
    transform: translate3d(2vw, -116vh, 0);
  }
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(94vw, 110vh, 0);
  }
  to {
    transform: translate3d(2vw, -116vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 161ms;
          animation-delay: 161ms;
}
.circle-container:nth-child(162) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-162;
          animation-name: move-frames-162;
  -webkit-animation-duration: 29170ms;
          animation-duration: 29170ms;
  -webkit-animation-delay: 26733ms;
          animation-delay: 26733ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    transform: translate3d(62vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -105vh, 0);
  }
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(62vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -105vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 728ms;
          animation-delay: 728ms;
}
.circle-container:nth-child(163) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-163;
          animation-name: move-frames-163;
  -webkit-animation-duration: 35207ms;
          animation-duration: 35207ms;
  -webkit-animation-delay: 6749ms;
          animation-delay: 6749ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(37vw, -122vh, 0);
  }
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(37vw, -122vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 3663ms;
          animation-delay: 3663ms;
}
.circle-container:nth-child(164) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-164;
          animation-name: move-frames-164;
  -webkit-animation-duration: 29664ms;
          animation-duration: 29664ms;
  -webkit-animation-delay: 33398ms;
          animation-delay: 33398ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    transform: translate3d(24vw, 103vh, 0);
  }
  to {
    transform: translate3d(36vw, -129vh, 0);
  }
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(24vw, 103vh, 0);
  }
  to {
    transform: translate3d(36vw, -129vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 3532ms;
          animation-delay: 3532ms;
}
.circle-container:nth-child(165) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-165;
          animation-name: move-frames-165;
  -webkit-animation-duration: 30091ms;
          animation-duration: 30091ms;
  -webkit-animation-delay: 34248ms;
          animation-delay: 34248ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(82vw, -131vh, 0);
  }
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(82vw, -131vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 2834ms;
          animation-delay: 2834ms;
}
.circle-container:nth-child(166) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-166;
          animation-name: move-frames-166;
  -webkit-animation-duration: 33807ms;
          animation-duration: 33807ms;
  -webkit-animation-delay: 12831ms;
          animation-delay: 12831ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    transform: translate3d(38vw, 108vh, 0);
  }
  to {
    transform: translate3d(74vw, -110vh, 0);
  }
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(38vw, 108vh, 0);
  }
  to {
    transform: translate3d(74vw, -110vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 753ms;
          animation-delay: 753ms;
}
.circle-container:nth-child(167) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-167;
          animation-name: move-frames-167;
  -webkit-animation-duration: 29483ms;
          animation-duration: 29483ms;
  -webkit-animation-delay: 14684ms;
          animation-delay: 14684ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    transform: translate3d(23vw, 106vh, 0);
  }
  to {
    transform: translate3d(95vw, -120vh, 0);
  }
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(23vw, 106vh, 0);
  }
  to {
    transform: translate3d(95vw, -120vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 72ms;
          animation-delay: 72ms;
}
.circle-container:nth-child(168) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-168;
          animation-name: move-frames-168;
  -webkit-animation-duration: 29201ms;
          animation-duration: 29201ms;
  -webkit-animation-delay: 22510ms;
          animation-delay: 22510ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    transform: translate3d(43vw, 109vh, 0);
  }
  to {
    transform: translate3d(16vw, -120vh, 0);
  }
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(43vw, 109vh, 0);
  }
  to {
    transform: translate3d(16vw, -120vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 3425ms;
          animation-delay: 3425ms;
}
.circle-container:nth-child(169) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-169;
          animation-name: move-frames-169;
  -webkit-animation-duration: 32849ms;
          animation-duration: 32849ms;
  -webkit-animation-delay: 8700ms;
          animation-delay: 8700ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    transform: translate3d(20vw, 106vh, 0);
  }
  to {
    transform: translate3d(68vw, -109vh, 0);
  }
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(20vw, 106vh, 0);
  }
  to {
    transform: translate3d(68vw, -109vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 1058ms;
          animation-delay: 1058ms;
}
.circle-container:nth-child(170) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-170;
          animation-name: move-frames-170;
  -webkit-animation-duration: 28964ms;
          animation-duration: 28964ms;
  -webkit-animation-delay: 16523ms;
          animation-delay: 16523ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    transform: translate3d(56vw, 107vh, 0);
  }
  to {
    transform: translate3d(65vw, -121vh, 0);
  }
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(56vw, 107vh, 0);
  }
  to {
    transform: translate3d(65vw, -121vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 1570ms;
          animation-delay: 1570ms;
}
.circle-container:nth-child(171) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-171;
          animation-name: move-frames-171;
  -webkit-animation-duration: 28024ms;
          animation-duration: 28024ms;
  -webkit-animation-delay: 26070ms;
          animation-delay: 26070ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    transform: translate3d(98vw, 110vh, 0);
  }
  to {
    transform: translate3d(34vw, -114vh, 0);
  }
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(98vw, 110vh, 0);
  }
  to {
    transform: translate3d(34vw, -114vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 1236ms;
          animation-delay: 1236ms;
}
.circle-container:nth-child(172) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-172;
          animation-name: move-frames-172;
  -webkit-animation-duration: 33400ms;
          animation-duration: 33400ms;
  -webkit-animation-delay: 35265ms;
          animation-delay: 35265ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    transform: translate3d(28vw, 101vh, 0);
  }
  to {
    transform: translate3d(38vw, -122vh, 0);
  }
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(28vw, 101vh, 0);
  }
  to {
    transform: translate3d(38vw, -122vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 1577ms;
          animation-delay: 1577ms;
}
.circle-container:nth-child(173) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-173;
          animation-name: move-frames-173;
  -webkit-animation-duration: 33959ms;
          animation-duration: 33959ms;
  -webkit-animation-delay: 28731ms;
          animation-delay: 28731ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    transform: translate3d(87vw, 108vh, 0);
  }
  to {
    transform: translate3d(1vw, -127vh, 0);
  }
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(87vw, 108vh, 0);
  }
  to {
    transform: translate3d(1vw, -127vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 3198ms;
          animation-delay: 3198ms;
}
.circle-container:nth-child(174) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-174;
          animation-name: move-frames-174;
  -webkit-animation-duration: 36389ms;
          animation-duration: 36389ms;
  -webkit-animation-delay: 14241ms;
          animation-delay: 14241ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    transform: translate3d(45vw, 108vh, 0);
  }
  to {
    transform: translate3d(52vw, -111vh, 0);
  }
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(45vw, 108vh, 0);
  }
  to {
    transform: translate3d(52vw, -111vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 3598ms;
          animation-delay: 3598ms;
}
.circle-container:nth-child(175) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-175;
          animation-name: move-frames-175;
  -webkit-animation-duration: 33659ms;
          animation-duration: 33659ms;
  -webkit-animation-delay: 36833ms;
          animation-delay: 36833ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    transform: translate3d(91vw, 103vh, 0);
  }
  to {
    transform: translate3d(16vw, -132vh, 0);
  }
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(91vw, 103vh, 0);
  }
  to {
    transform: translate3d(16vw, -132vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 1581ms;
          animation-delay: 1581ms;
}
.circle-container:nth-child(176) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-176;
          animation-name: move-frames-176;
  -webkit-animation-duration: 29945ms;
          animation-duration: 29945ms;
  -webkit-animation-delay: 30616ms;
          animation-delay: 30616ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    transform: translate3d(93vw, 110vh, 0);
  }
  to {
    transform: translate3d(40vw, -130vh, 0);
  }
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(93vw, 110vh, 0);
  }
  to {
    transform: translate3d(40vw, -130vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 1968ms;
          animation-delay: 1968ms;
}
.circle-container:nth-child(177) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-177;
          animation-name: move-frames-177;
  -webkit-animation-duration: 34187ms;
          animation-duration: 34187ms;
  -webkit-animation-delay: 7403ms;
          animation-delay: 7403ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    transform: translate3d(69vw, 110vh, 0);
  }
  to {
    transform: translate3d(53vw, -111vh, 0);
  }
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(69vw, 110vh, 0);
  }
  to {
    transform: translate3d(53vw, -111vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 3170ms;
          animation-delay: 3170ms;
}
.circle-container:nth-child(178) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-178;
          animation-name: move-frames-178;
  -webkit-animation-duration: 30258ms;
          animation-duration: 30258ms;
  -webkit-animation-delay: 31188ms;
          animation-delay: 31188ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    transform: translate3d(46vw, 105vh, 0);
  }
  to {
    transform: translate3d(16vw, -123vh, 0);
  }
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(46vw, 105vh, 0);
  }
  to {
    transform: translate3d(16vw, -123vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 386ms;
          animation-delay: 386ms;
}
.circle-container:nth-child(179) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-179;
          animation-name: move-frames-179;
  -webkit-animation-duration: 35124ms;
          animation-duration: 35124ms;
  -webkit-animation-delay: 16281ms;
          animation-delay: 16281ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    transform: translate3d(71vw, 106vh, 0);
  }
  to {
    transform: translate3d(76vw, -112vh, 0);
  }
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(71vw, 106vh, 0);
  }
  to {
    transform: translate3d(76vw, -112vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 2782ms;
          animation-delay: 2782ms;
}
.circle-container:nth-child(180) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-180;
          animation-name: move-frames-180;
  -webkit-animation-duration: 35044ms;
          animation-duration: 35044ms;
  -webkit-animation-delay: 13490ms;
          animation-delay: 13490ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    transform: translate3d(98vw, 102vh, 0);
  }
  to {
    transform: translate3d(29vw, -126vh, 0);
  }
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(98vw, 102vh, 0);
  }
  to {
    transform: translate3d(29vw, -126vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 3454ms;
          animation-delay: 3454ms;
}
.circle-container:nth-child(181) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-181;
          animation-name: move-frames-181;
  -webkit-animation-duration: 33509ms;
          animation-duration: 33509ms;
  -webkit-animation-delay: 24678ms;
          animation-delay: 24678ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    transform: translate3d(77vw, 102vh, 0);
  }
  to {
    transform: translate3d(94vw, -112vh, 0);
  }
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(77vw, 102vh, 0);
  }
  to {
    transform: translate3d(94vw, -112vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 427ms;
          animation-delay: 427ms;
}
.circle-container:nth-child(182) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-182;
          animation-name: move-frames-182;
  -webkit-animation-duration: 35924ms;
          animation-duration: 35924ms;
  -webkit-animation-delay: 25804ms;
          animation-delay: 25804ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    transform: translate3d(91vw, 109vh, 0);
  }
  to {
    transform: translate3d(24vw, -112vh, 0);
  }
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(91vw, 109vh, 0);
  }
  to {
    transform: translate3d(24vw, -112vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 1064ms;
          animation-delay: 1064ms;
}
.circle-container:nth-child(183) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-183;
          animation-name: move-frames-183;
  -webkit-animation-duration: 34803ms;
          animation-duration: 34803ms;
  -webkit-animation-delay: 7623ms;
          animation-delay: 7623ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    transform: translate3d(56vw, 102vh, 0);
  }
  to {
    transform: translate3d(26vw, -106vh, 0);
  }
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(56vw, 102vh, 0);
  }
  to {
    transform: translate3d(26vw, -106vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 3273ms;
          animation-delay: 3273ms;
}
.circle-container:nth-child(184) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-184;
          animation-name: move-frames-184;
  -webkit-animation-duration: 33403ms;
          animation-duration: 33403ms;
  -webkit-animation-delay: 24298ms;
          animation-delay: 24298ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    transform: translate3d(89vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -108vh, 0);
  }
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(89vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -108vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 2309ms;
          animation-delay: 2309ms;
}
.circle-container:nth-child(185) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-185;
          animation-name: move-frames-185;
  -webkit-animation-duration: 28584ms;
          animation-duration: 28584ms;
  -webkit-animation-delay: 17110ms;
          animation-delay: 17110ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    transform: translate3d(38vw, 109vh, 0);
  }
  to {
    transform: translate3d(59vw, -119vh, 0);
  }
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(38vw, 109vh, 0);
  }
  to {
    transform: translate3d(59vw, -119vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 1294ms;
          animation-delay: 1294ms;
}
.circle-container:nth-child(186) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-186;
          animation-name: move-frames-186;
  -webkit-animation-duration: 35142ms;
          animation-duration: 35142ms;
  -webkit-animation-delay: 32051ms;
          animation-delay: 32051ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    transform: translate3d(59vw, 106vh, 0);
  }
  to {
    transform: translate3d(44vw, -110vh, 0);
  }
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(59vw, 106vh, 0);
  }
  to {
    transform: translate3d(44vw, -110vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 3993ms;
          animation-delay: 3993ms;
}
.circle-container:nth-child(187) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-187;
          animation-name: move-frames-187;
  -webkit-animation-duration: 29159ms;
          animation-duration: 29159ms;
  -webkit-animation-delay: 14682ms;
          animation-delay: 14682ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    transform: translate3d(84vw, 108vh, 0);
  }
  to {
    transform: translate3d(60vw, -131vh, 0);
  }
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(84vw, 108vh, 0);
  }
  to {
    transform: translate3d(60vw, -131vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 176ms;
          animation-delay: 176ms;
}
.circle-container:nth-child(188) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-188;
          animation-name: move-frames-188;
  -webkit-animation-duration: 34234ms;
          animation-duration: 34234ms;
  -webkit-animation-delay: 113ms;
          animation-delay: 113ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    transform: translate3d(72vw, 106vh, 0);
  }
  to {
    transform: translate3d(24vw, -129vh, 0);
  }
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(72vw, 106vh, 0);
  }
  to {
    transform: translate3d(24vw, -129vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 2863ms;
          animation-delay: 2863ms;
}
.circle-container:nth-child(189) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-189;
          animation-name: move-frames-189;
  -webkit-animation-duration: 33526ms;
          animation-duration: 33526ms;
  -webkit-animation-delay: 9249ms;
          animation-delay: 9249ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    transform: translate3d(15vw, 102vh, 0);
  }
  to {
    transform: translate3d(97vw, -131vh, 0);
  }
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(15vw, 102vh, 0);
  }
  to {
    transform: translate3d(97vw, -131vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 1449ms;
          animation-delay: 1449ms;
}
.circle-container:nth-child(190) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-190;
          animation-name: move-frames-190;
  -webkit-animation-duration: 36044ms;
          animation-duration: 36044ms;
  -webkit-animation-delay: 27443ms;
          animation-delay: 27443ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(25vw, -135vh, 0);
  }
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(25vw, -135vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 1674ms;
          animation-delay: 1674ms;
}
.circle-container:nth-child(191) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-191;
          animation-name: move-frames-191;
  -webkit-animation-duration: 31226ms;
          animation-duration: 31226ms;
  -webkit-animation-delay: 19073ms;
          animation-delay: 19073ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    transform: translate3d(91vw, 105vh, 0);
  }
  to {
    transform: translate3d(16vw, -133vh, 0);
  }
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(91vw, 105vh, 0);
  }
  to {
    transform: translate3d(16vw, -133vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 226ms;
          animation-delay: 226ms;
}
.circle-container:nth-child(192) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-192;
          animation-name: move-frames-192;
  -webkit-animation-duration: 36144ms;
          animation-duration: 36144ms;
  -webkit-animation-delay: 25001ms;
          animation-delay: 25001ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    transform: translate3d(9vw, 102vh, 0);
  }
  to {
    transform: translate3d(25vw, -107vh, 0);
  }
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(9vw, 102vh, 0);
  }
  to {
    transform: translate3d(25vw, -107vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 730ms;
          animation-delay: 730ms;
}
.circle-container:nth-child(193) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-193;
          animation-name: move-frames-193;
  -webkit-animation-duration: 32049ms;
          animation-duration: 32049ms;
  -webkit-animation-delay: 8684ms;
          animation-delay: 8684ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    transform: translate3d(92vw, 101vh, 0);
  }
  to {
    transform: translate3d(67vw, -104vh, 0);
  }
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(92vw, 101vh, 0);
  }
  to {
    transform: translate3d(67vw, -104vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 2380ms;
          animation-delay: 2380ms;
}
.circle-container:nth-child(194) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-194;
          animation-name: move-frames-194;
  -webkit-animation-duration: 28732ms;
          animation-duration: 28732ms;
  -webkit-animation-delay: 29692ms;
          animation-delay: 29692ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    transform: translate3d(31vw, 110vh, 0);
  }
  to {
    transform: translate3d(20vw, -118vh, 0);
  }
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(31vw, 110vh, 0);
  }
  to {
    transform: translate3d(20vw, -118vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 382ms;
          animation-delay: 382ms;
}
.circle-container:nth-child(195) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-195;
          animation-name: move-frames-195;
  -webkit-animation-duration: 28927ms;
          animation-duration: 28927ms;
  -webkit-animation-delay: 36561ms;
          animation-delay: 36561ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    transform: translate3d(88vw, 110vh, 0);
  }
  to {
    transform: translate3d(4vw, -118vh, 0);
  }
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(88vw, 110vh, 0);
  }
  to {
    transform: translate3d(4vw, -118vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 2243ms;
          animation-delay: 2243ms;
}
.circle-container:nth-child(196) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-196;
          animation-name: move-frames-196;
  -webkit-animation-duration: 34997ms;
          animation-duration: 34997ms;
  -webkit-animation-delay: 17686ms;
          animation-delay: 17686ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(88vw, -124vh, 0);
  }
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(88vw, -124vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 1365ms;
          animation-delay: 1365ms;
}
.circle-container:nth-child(197) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-197;
          animation-name: move-frames-197;
  -webkit-animation-duration: 35912ms;
          animation-duration: 35912ms;
  -webkit-animation-delay: 2632ms;
          animation-delay: 2632ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    transform: translate3d(73vw, 102vh, 0);
  }
  to {
    transform: translate3d(97vw, -110vh, 0);
  }
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(73vw, 102vh, 0);
  }
  to {
    transform: translate3d(97vw, -110vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 2320ms;
          animation-delay: 2320ms;
}
.circle-container:nth-child(198) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-198;
          animation-name: move-frames-198;
  -webkit-animation-duration: 35467ms;
          animation-duration: 35467ms;
  -webkit-animation-delay: 11023ms;
          animation-delay: 11023ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    transform: translate3d(8vw, 107vh, 0);
  }
  to {
    transform: translate3d(16vw, -125vh, 0);
  }
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(8vw, 107vh, 0);
  }
  to {
    transform: translate3d(16vw, -125vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 2174ms;
          animation-delay: 2174ms;
}
.circle-container:nth-child(199) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-199;
          animation-name: move-frames-199;
  -webkit-animation-duration: 29923ms;
          animation-duration: 29923ms;
  -webkit-animation-delay: 34116ms;
          animation-delay: 34116ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    transform: translate3d(60vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -107vh, 0);
  }
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(60vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -107vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 972ms;
          animation-delay: 972ms;
}
.circle-container:nth-child(200) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-200;
          animation-name: move-frames-200;
  -webkit-animation-duration: 28099ms;
          animation-duration: 28099ms;
  -webkit-animation-delay: 32520ms;
          animation-delay: 32520ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    transform: translate3d(40vw, 103vh, 0);
  }
  to {
    transform: translate3d(72vw, -131vh, 0);
  }
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(40vw, 103vh, 0);
  }
  to {
    transform: translate3d(72vw, -131vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 1278ms;
          animation-delay: 1278ms;
}

.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;
  }
}