* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #000000;
}

.fade-in {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9999;
  animation: fade-in-background 1s ease-in;
}

@keyframes fade-in-background {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fade-in-content {
  opacity: 1;
  animation: fade-in-content 1s ease-in 1s; /* Delay the animation */
}

@keyframes fade-in-content {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}





.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade-out.active {
    opacity: 1;
}


.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 0%, transparent 100%, transparent);
          mask-image: radial-gradient(white 0%, white 30%, transparent 1000%, 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(#FFD700, #FFD700 10%, rgba(255, 215, 0, 0) 56%);
  -webkit-animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
          animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@-webkit-keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
.circle-container:nth-child(1) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-1;
          animation-name: move-frames-1;
  -webkit-animation-duration: 31031ms;
          animation-duration: 31031ms;
  -webkit-animation-delay: 3876ms;
          animation-delay: 3876ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    transform: translate3d(55vw, 104vh, 0);
  }
  to {
    transform: translate3d(82vw, -127vh, 0);
  }
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(55vw, 104vh, 0);
  }
  to {
    transform: translate3d(82vw, -127vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 203ms;
          animation-delay: 203ms;
}
.circle-container:nth-child(2) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-2;
          animation-name: move-frames-2;
  -webkit-animation-duration: 35604ms;
          animation-duration: 35604ms;
  -webkit-animation-delay: 27432ms;
          animation-delay: 27432ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    transform: translate3d(99vw, 103vh, 0);
  }
  to {
    transform: translate3d(78vw, -123vh, 0);
  }
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(99vw, 103vh, 0);
  }
  to {
    transform: translate3d(78vw, -123vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 97ms;
          animation-delay: 97ms;
}
.circle-container:nth-child(3) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-3;
          animation-name: move-frames-3;
  -webkit-animation-duration: 32691ms;
          animation-duration: 32691ms;
  -webkit-animation-delay: 36846ms;
          animation-delay: 36846ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(8vw, -128vh, 0);
  }
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(8vw, -128vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 856ms;
          animation-delay: 856ms;
}
.circle-container:nth-child(4) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-4;
          animation-name: move-frames-4;
  -webkit-animation-duration: 32542ms;
          animation-duration: 32542ms;
  -webkit-animation-delay: 7361ms;
          animation-delay: 7361ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    transform: translate3d(24vw, 107vh, 0);
  }
  to {
    transform: translate3d(60vw, -124vh, 0);
  }
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(24vw, 107vh, 0);
  }
  to {
    transform: translate3d(60vw, -124vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 772ms;
          animation-delay: 772ms;
}
.circle-container:nth-child(5) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-5;
          animation-name: move-frames-5;
  -webkit-animation-duration: 31624ms;
          animation-duration: 31624ms;
  -webkit-animation-delay: 1090ms;
          animation-delay: 1090ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    transform: translate3d(83vw, 110vh, 0);
  }
  to {
    transform: translate3d(46vw, -112vh, 0);
  }
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(83vw, 110vh, 0);
  }
  to {
    transform: translate3d(46vw, -112vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 2657ms;
          animation-delay: 2657ms;
}
.circle-container:nth-child(6) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-6;
          animation-name: move-frames-6;
  -webkit-animation-duration: 32292ms;
          animation-duration: 32292ms;
  -webkit-animation-delay: 20598ms;
          animation-delay: 20598ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(33vw, -114vh, 0);
  }
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(33vw, -114vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 2351ms;
          animation-delay: 2351ms;
}
.circle-container:nth-child(7) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-7;
          animation-name: move-frames-7;
  -webkit-animation-duration: 34900ms;
          animation-duration: 34900ms;
  -webkit-animation-delay: 14350ms;
          animation-delay: 14350ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    transform: translate3d(81vw, 105vh, 0);
  }
  to {
    transform: translate3d(73vw, -106vh, 0);
  }
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(81vw, 105vh, 0);
  }
  to {
    transform: translate3d(73vw, -106vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 1825ms;
          animation-delay: 1825ms;
}
.circle-container:nth-child(8) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-8;
          animation-name: move-frames-8;
  -webkit-animation-duration: 35349ms;
          animation-duration: 35349ms;
  -webkit-animation-delay: 16391ms;
          animation-delay: 16391ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    transform: translate3d(43vw, 102vh, 0);
  }
  to {
    transform: translate3d(85vw, -130vh, 0);
  }
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(43vw, 102vh, 0);
  }
  to {
    transform: translate3d(85vw, -130vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 1915ms;
          animation-delay: 1915ms;
}
.circle-container:nth-child(9) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-9;
          animation-name: move-frames-9;
  -webkit-animation-duration: 28668ms;
          animation-duration: 28668ms;
  -webkit-animation-delay: 9919ms;
          animation-delay: 9919ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    transform: translate3d(69vw, 104vh, 0);
  }
  to {
    transform: translate3d(8vw, -115vh, 0);
  }
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(69vw, 104vh, 0);
  }
  to {
    transform: translate3d(8vw, -115vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 1404ms;
          animation-delay: 1404ms;
}
.circle-container:nth-child(10) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-10;
          animation-name: move-frames-10;
  -webkit-animation-duration: 28883ms;
          animation-duration: 28883ms;
  -webkit-animation-delay: 5934ms;
          animation-delay: 5934ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    transform: translate3d(26vw, 101vh, 0);
  }
  to {
    transform: translate3d(98vw, -119vh, 0);
  }
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(26vw, 101vh, 0);
  }
  to {
    transform: translate3d(98vw, -119vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 3077ms;
          animation-delay: 3077ms;
}
.circle-container:nth-child(11) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-11;
          animation-name: move-frames-11;
  -webkit-animation-duration: 33664ms;
          animation-duration: 33664ms;
  -webkit-animation-delay: 3858ms;
          animation-delay: 3858ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(21vw, -109vh, 0);
  }
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(21vw, -109vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 3018ms;
          animation-delay: 3018ms;
}
.circle-container:nth-child(12) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-12;
          animation-name: move-frames-12;
  -webkit-animation-duration: 35036ms;
          animation-duration: 35036ms;
  -webkit-animation-delay: 17348ms;
          animation-delay: 17348ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    transform: translate3d(96vw, 105vh, 0);
  }
  to {
    transform: translate3d(52vw, -107vh, 0);
  }
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(96vw, 105vh, 0);
  }
  to {
    transform: translate3d(52vw, -107vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 2939ms;
          animation-delay: 2939ms;
}
.circle-container:nth-child(13) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-13;
          animation-name: move-frames-13;
  -webkit-animation-duration: 32469ms;
          animation-duration: 32469ms;
  -webkit-animation-delay: 16953ms;
          animation-delay: 16953ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    transform: translate3d(88vw, 102vh, 0);
  }
  to {
    transform: translate3d(77vw, -127vh, 0);
  }
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(88vw, 102vh, 0);
  }
  to {
    transform: translate3d(77vw, -127vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 3179ms;
          animation-delay: 3179ms;
}
.circle-container:nth-child(14) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-14;
          animation-name: move-frames-14;
  -webkit-animation-duration: 35230ms;
          animation-duration: 35230ms;
  -webkit-animation-delay: 556ms;
          animation-delay: 556ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    transform: translate3d(68vw, 103vh, 0);
  }
  to {
    transform: translate3d(19vw, -104vh, 0);
  }
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(68vw, 103vh, 0);
  }
  to {
    transform: translate3d(19vw, -104vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 1687ms;
          animation-delay: 1687ms;
}
.circle-container:nth-child(15) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-15;
          animation-name: move-frames-15;
  -webkit-animation-duration: 36961ms;
          animation-duration: 36961ms;
  -webkit-animation-delay: 6634ms;
          animation-delay: 6634ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    transform: translate3d(40vw, 110vh, 0);
  }
  to {
    transform: translate3d(6vw, -114vh, 0);
  }
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(40vw, 110vh, 0);
  }
  to {
    transform: translate3d(6vw, -114vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 2042ms;
          animation-delay: 2042ms;
}
.circle-container:nth-child(16) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-16;
          animation-name: move-frames-16;
  -webkit-animation-duration: 35902ms;
          animation-duration: 35902ms;
  -webkit-animation-delay: 11999ms;
          animation-delay: 11999ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    transform: translate3d(42vw, 109vh, 0);
  }
  to {
    transform: translate3d(29vw, -122vh, 0);
  }
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(42vw, 109vh, 0);
  }
  to {
    transform: translate3d(29vw, -122vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 911ms;
          animation-delay: 911ms;
}
.circle-container:nth-child(17) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-17;
          animation-name: move-frames-17;
  -webkit-animation-duration: 30150ms;
          animation-duration: 30150ms;
  -webkit-animation-delay: 22511ms;
          animation-delay: 22511ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    transform: translate3d(50vw, 106vh, 0);
  }
  to {
    transform: translate3d(65vw, -119vh, 0);
  }
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(50vw, 106vh, 0);
  }
  to {
    transform: translate3d(65vw, -119vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 2989ms;
          animation-delay: 2989ms;
}
.circle-container:nth-child(18) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-18;
          animation-name: move-frames-18;
  -webkit-animation-duration: 30543ms;
          animation-duration: 30543ms;
  -webkit-animation-delay: 11917ms;
          animation-delay: 11917ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    transform: translate3d(28vw, 107vh, 0);
  }
  to {
    transform: translate3d(97vw, -116vh, 0);
  }
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(28vw, 107vh, 0);
  }
  to {
    transform: translate3d(97vw, -116vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 498ms;
          animation-delay: 498ms;
}
.circle-container:nth-child(19) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-19;
          animation-name: move-frames-19;
  -webkit-animation-duration: 33141ms;
          animation-duration: 33141ms;
  -webkit-animation-delay: 34176ms;
          animation-delay: 34176ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    transform: translate3d(62vw, 104vh, 0);
  }
  to {
    transform: translate3d(47vw, -118vh, 0);
  }
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(62vw, 104vh, 0);
  }
  to {
    transform: translate3d(47vw, -118vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 1821ms;
          animation-delay: 1821ms;
}
.circle-container:nth-child(20) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-20;
          animation-name: move-frames-20;
  -webkit-animation-duration: 31818ms;
          animation-duration: 31818ms;
  -webkit-animation-delay: 913ms;
          animation-delay: 913ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    transform: translate3d(78vw, 102vh, 0);
  }
  to {
    transform: translate3d(2vw, -120vh, 0);
  }
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(78vw, 102vh, 0);
  }
  to {
    transform: translate3d(2vw, -120vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 301ms;
          animation-delay: 301ms;
}
.circle-container:nth-child(21) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-21;
          animation-name: move-frames-21;
  -webkit-animation-duration: 32602ms;
          animation-duration: 32602ms;
  -webkit-animation-delay: 30660ms;
          animation-delay: 30660ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    transform: translate3d(16vw, 102vh, 0);
  }
  to {
    transform: translate3d(82vw, -120vh, 0);
  }
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(16vw, 102vh, 0);
  }
  to {
    transform: translate3d(82vw, -120vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 199ms;
          animation-delay: 199ms;
}
.circle-container:nth-child(22) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-22;
          animation-name: move-frames-22;
  -webkit-animation-duration: 36221ms;
          animation-duration: 36221ms;
  -webkit-animation-delay: 30468ms;
          animation-delay: 30468ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    transform: translate3d(23vw, 108vh, 0);
  }
  to {
    transform: translate3d(4vw, -126vh, 0);
  }
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(23vw, 108vh, 0);
  }
  to {
    transform: translate3d(4vw, -126vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 2422ms;
          animation-delay: 2422ms;
}
.circle-container:nth-child(23) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-23;
          animation-name: move-frames-23;
  -webkit-animation-duration: 36223ms;
          animation-duration: 36223ms;
  -webkit-animation-delay: 1764ms;
          animation-delay: 1764ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    transform: translate3d(84vw, 105vh, 0);
  }
  to {
    transform: translate3d(16vw, -111vh, 0);
  }
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(84vw, 105vh, 0);
  }
  to {
    transform: translate3d(16vw, -111vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 3806ms;
          animation-delay: 3806ms;
}
.circle-container:nth-child(24) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-24;
          animation-name: move-frames-24;
  -webkit-animation-duration: 29858ms;
          animation-duration: 29858ms;
  -webkit-animation-delay: 1311ms;
          animation-delay: 1311ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    transform: translate3d(23vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -112vh, 0);
  }
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(23vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -112vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 741ms;
          animation-delay: 741ms;
}
.circle-container:nth-child(25) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-25;
          animation-name: move-frames-25;
  -webkit-animation-duration: 30133ms;
          animation-duration: 30133ms;
  -webkit-animation-delay: 19981ms;
          animation-delay: 19981ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    transform: translate3d(37vw, 101vh, 0);
  }
  to {
    transform: translate3d(64vw, -112vh, 0);
  }
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(37vw, 101vh, 0);
  }
  to {
    transform: translate3d(64vw, -112vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 1852ms;
          animation-delay: 1852ms;
}
.circle-container:nth-child(26) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-26;
          animation-name: move-frames-26;
  -webkit-animation-duration: 31161ms;
          animation-duration: 31161ms;
  -webkit-animation-delay: 16986ms;
          animation-delay: 16986ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    transform: translate3d(52vw, 104vh, 0);
  }
  to {
    transform: translate3d(36vw, -120vh, 0);
  }
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(52vw, 104vh, 0);
  }
  to {
    transform: translate3d(36vw, -120vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 307ms;
          animation-delay: 307ms;
}
.circle-container:nth-child(27) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-27;
          animation-name: move-frames-27;
  -webkit-animation-duration: 36293ms;
          animation-duration: 36293ms;
  -webkit-animation-delay: 31249ms;
          animation-delay: 31249ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    transform: translate3d(70vw, 109vh, 0);
  }
  to {
    transform: translate3d(74vw, -137vh, 0);
  }
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(70vw, 109vh, 0);
  }
  to {
    transform: translate3d(74vw, -137vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 621ms;
          animation-delay: 621ms;
}
.circle-container:nth-child(28) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-28;
          animation-name: move-frames-28;
  -webkit-animation-duration: 28446ms;
          animation-duration: 28446ms;
  -webkit-animation-delay: 22159ms;
          animation-delay: 22159ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    transform: translate3d(56vw, 109vh, 0);
  }
  to {
    transform: translate3d(11vw, -133vh, 0);
  }
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(56vw, 109vh, 0);
  }
  to {
    transform: translate3d(11vw, -133vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 1139ms;
          animation-delay: 1139ms;
}
.circle-container:nth-child(29) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-29;
          animation-name: move-frames-29;
  -webkit-animation-duration: 30851ms;
          animation-duration: 30851ms;
  -webkit-animation-delay: 2839ms;
          animation-delay: 2839ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    transform: translate3d(80vw, 110vh, 0);
  }
  to {
    transform: translate3d(32vw, -140vh, 0);
  }
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(80vw, 110vh, 0);
  }
  to {
    transform: translate3d(32vw, -140vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 3223ms;
          animation-delay: 3223ms;
}
.circle-container:nth-child(30) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-30;
          animation-name: move-frames-30;
  -webkit-animation-duration: 32654ms;
          animation-duration: 32654ms;
  -webkit-animation-delay: 16592ms;
          animation-delay: 16592ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    transform: translate3d(9vw, 105vh, 0);
  }
  to {
    transform: translate3d(51vw, -129vh, 0);
  }
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(9vw, 105vh, 0);
  }
  to {
    transform: translate3d(51vw, -129vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 3053ms;
          animation-delay: 3053ms;
}
.circle-container:nth-child(31) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-31;
          animation-name: move-frames-31;
  -webkit-animation-duration: 30199ms;
          animation-duration: 30199ms;
  -webkit-animation-delay: 9317ms;
          animation-delay: 9317ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    transform: translate3d(78vw, 103vh, 0);
  }
  to {
    transform: translate3d(53vw, -120vh, 0);
  }
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(78vw, 103vh, 0);
  }
  to {
    transform: translate3d(53vw, -120vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 1315ms;
          animation-delay: 1315ms;
}
.circle-container:nth-child(32) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-32;
          animation-name: move-frames-32;
  -webkit-animation-duration: 35453ms;
          animation-duration: 35453ms;
  -webkit-animation-delay: 23866ms;
          animation-delay: 23866ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(47vw, -135vh, 0);
  }
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(47vw, -135vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 2511ms;
          animation-delay: 2511ms;
}
.circle-container:nth-child(33) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-33;
          animation-name: move-frames-33;
  -webkit-animation-duration: 34625ms;
          animation-duration: 34625ms;
  -webkit-animation-delay: 28770ms;
          animation-delay: 28770ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    transform: translate3d(82vw, 101vh, 0);
  }
  to {
    transform: translate3d(59vw, -119vh, 0);
  }
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(82vw, 101vh, 0);
  }
  to {
    transform: translate3d(59vw, -119vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 1446ms;
          animation-delay: 1446ms;
}
.circle-container:nth-child(34) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-34;
          animation-name: move-frames-34;
  -webkit-animation-duration: 32950ms;
          animation-duration: 32950ms;
  -webkit-animation-delay: 2002ms;
          animation-delay: 2002ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    transform: translate3d(29vw, 105vh, 0);
  }
  to {
    transform: translate3d(4vw, -129vh, 0);
  }
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(29vw, 105vh, 0);
  }
  to {
    transform: translate3d(4vw, -129vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 883ms;
          animation-delay: 883ms;
}
.circle-container:nth-child(35) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-35;
          animation-name: move-frames-35;
  -webkit-animation-duration: 33146ms;
          animation-duration: 33146ms;
  -webkit-animation-delay: 22295ms;
          animation-delay: 22295ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    transform: translate3d(28vw, 108vh, 0);
  }
  to {
    transform: translate3d(51vw, -110vh, 0);
  }
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(28vw, 108vh, 0);
  }
  to {
    transform: translate3d(51vw, -110vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 1121ms;
          animation-delay: 1121ms;
}
.circle-container:nth-child(36) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-36;
          animation-name: move-frames-36;
  -webkit-animation-duration: 34413ms;
          animation-duration: 34413ms;
  -webkit-animation-delay: 6654ms;
          animation-delay: 6654ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    transform: translate3d(20vw, 109vh, 0);
  }
  to {
    transform: translate3d(62vw, -113vh, 0);
  }
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(20vw, 109vh, 0);
  }
  to {
    transform: translate3d(62vw, -113vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 3881ms;
          animation-delay: 3881ms;
}
.circle-container:nth-child(37) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-37;
          animation-name: move-frames-37;
  -webkit-animation-duration: 31407ms;
          animation-duration: 31407ms;
  -webkit-animation-delay: 645ms;
          animation-delay: 645ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    transform: translate3d(69vw, 102vh, 0);
  }
  to {
    transform: translate3d(82vw, -119vh, 0);
  }
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(69vw, 102vh, 0);
  }
  to {
    transform: translate3d(82vw, -119vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 3347ms;
          animation-delay: 3347ms;
}
.circle-container:nth-child(38) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-38;
          animation-name: move-frames-38;
  -webkit-animation-duration: 30668ms;
          animation-duration: 30668ms;
  -webkit-animation-delay: 36573ms;
          animation-delay: 36573ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    transform: translate3d(17vw, 106vh, 0);
  }
  to {
    transform: translate3d(48vw, -126vh, 0);
  }
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(17vw, 106vh, 0);
  }
  to {
    transform: translate3d(48vw, -126vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 3235ms;
          animation-delay: 3235ms;
}
.circle-container:nth-child(39) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-39;
          animation-name: move-frames-39;
  -webkit-animation-duration: 29269ms;
          animation-duration: 29269ms;
  -webkit-animation-delay: 15078ms;
          animation-delay: 15078ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    transform: translate3d(34vw, 107vh, 0);
  }
  to {
    transform: translate3d(77vw, -116vh, 0);
  }
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(34vw, 107vh, 0);
  }
  to {
    transform: translate3d(77vw, -116vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 3ms;
          animation-delay: 3ms;
}
.circle-container:nth-child(40) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-40;
          animation-name: move-frames-40;
  -webkit-animation-duration: 34855ms;
          animation-duration: 34855ms;
  -webkit-animation-delay: 9815ms;
          animation-delay: 9815ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    transform: translate3d(76vw, 103vh, 0);
  }
  to {
    transform: translate3d(71vw, -129vh, 0);
  }
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(76vw, 103vh, 0);
  }
  to {
    transform: translate3d(71vw, -129vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 43ms;
          animation-delay: 43ms;
}
.circle-container:nth-child(41) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-41;
          animation-name: move-frames-41;
  -webkit-animation-duration: 28220ms;
          animation-duration: 28220ms;
  -webkit-animation-delay: 21792ms;
          animation-delay: 21792ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    transform: translate3d(38vw, 104vh, 0);
  }
  to {
    transform: translate3d(67vw, -128vh, 0);
  }
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(38vw, 104vh, 0);
  }
  to {
    transform: translate3d(67vw, -128vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 1793ms;
          animation-delay: 1793ms;
}
.circle-container:nth-child(42) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-42;
          animation-name: move-frames-42;
  -webkit-animation-duration: 31768ms;
          animation-duration: 31768ms;
  -webkit-animation-delay: 34320ms;
          animation-delay: 34320ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    transform: translate3d(90vw, 109vh, 0);
  }
  to {
    transform: translate3d(31vw, -124vh, 0);
  }
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(90vw, 109vh, 0);
  }
  to {
    transform: translate3d(31vw, -124vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 78ms;
          animation-delay: 78ms;
}
.circle-container:nth-child(43) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-43;
          animation-name: move-frames-43;
  -webkit-animation-duration: 33845ms;
          animation-duration: 33845ms;
  -webkit-animation-delay: 31216ms;
          animation-delay: 31216ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    transform: translate3d(44vw, 104vh, 0);
  }
  to {
    transform: translate3d(16vw, -109vh, 0);
  }
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(44vw, 104vh, 0);
  }
  to {
    transform: translate3d(16vw, -109vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 2371ms;
          animation-delay: 2371ms;
}
.circle-container:nth-child(44) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-44;
          animation-name: move-frames-44;
  -webkit-animation-duration: 29253ms;
          animation-duration: 29253ms;
  -webkit-animation-delay: 4031ms;
          animation-delay: 4031ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    transform: translate3d(2vw, 105vh, 0);
  }
  to {
    transform: translate3d(46vw, -135vh, 0);
  }
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(2vw, 105vh, 0);
  }
  to {
    transform: translate3d(46vw, -135vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 3273ms;
          animation-delay: 3273ms;
}
.circle-container:nth-child(45) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-45;
          animation-name: move-frames-45;
  -webkit-animation-duration: 34590ms;
          animation-duration: 34590ms;
  -webkit-animation-delay: 19871ms;
          animation-delay: 19871ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    transform: translate3d(2vw, 105vh, 0);
  }
  to {
    transform: translate3d(61vw, -117vh, 0);
  }
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(2vw, 105vh, 0);
  }
  to {
    transform: translate3d(61vw, -117vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 2178ms;
          animation-delay: 2178ms;
}
.circle-container:nth-child(46) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-46;
          animation-name: move-frames-46;
  -webkit-animation-duration: 36734ms;
          animation-duration: 36734ms;
  -webkit-animation-delay: 13099ms;
          animation-delay: 13099ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    transform: translate3d(54vw, 108vh, 0);
  }
  to {
    transform: translate3d(65vw, -119vh, 0);
  }
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(54vw, 108vh, 0);
  }
  to {
    transform: translate3d(65vw, -119vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 3154ms;
          animation-delay: 3154ms;
}
.circle-container:nth-child(47) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-47;
          animation-name: move-frames-47;
  -webkit-animation-duration: 34017ms;
          animation-duration: 34017ms;
  -webkit-animation-delay: 2747ms;
          animation-delay: 2747ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    transform: translate3d(89vw, 110vh, 0);
  }
  to {
    transform: translate3d(55vw, -131vh, 0);
  }
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(89vw, 110vh, 0);
  }
  to {
    transform: translate3d(55vw, -131vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 2619ms;
          animation-delay: 2619ms;
}
.circle-container:nth-child(48) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-48;
          animation-name: move-frames-48;
  -webkit-animation-duration: 36602ms;
          animation-duration: 36602ms;
  -webkit-animation-delay: 15235ms;
          animation-delay: 15235ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    transform: translate3d(60vw, 105vh, 0);
  }
  to {
    transform: translate3d(76vw, -112vh, 0);
  }
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(60vw, 105vh, 0);
  }
  to {
    transform: translate3d(76vw, -112vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 905ms;
          animation-delay: 905ms;
}
.circle-container:nth-child(49) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-49;
          animation-name: move-frames-49;
  -webkit-animation-duration: 36079ms;
          animation-duration: 36079ms;
  -webkit-animation-delay: 6189ms;
          animation-delay: 6189ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    transform: translate3d(5vw, 107vh, 0);
  }
  to {
    transform: translate3d(8vw, -129vh, 0);
  }
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(5vw, 107vh, 0);
  }
  to {
    transform: translate3d(8vw, -129vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 2866ms;
          animation-delay: 2866ms;
}
.circle-container:nth-child(50) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-50;
          animation-name: move-frames-50;
  -webkit-animation-duration: 34046ms;
          animation-duration: 34046ms;
  -webkit-animation-delay: 8724ms;
          animation-delay: 8724ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    transform: translate3d(50vw, 104vh, 0);
  }
  to {
    transform: translate3d(36vw, -134vh, 0);
  }
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(50vw, 104vh, 0);
  }
  to {
    transform: translate3d(36vw, -134vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 3480ms;
          animation-delay: 3480ms;
}
.circle-container:nth-child(51) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-51;
          animation-name: move-frames-51;
  -webkit-animation-duration: 36885ms;
          animation-duration: 36885ms;
  -webkit-animation-delay: 8319ms;
          animation-delay: 8319ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    transform: translate3d(43vw, 109vh, 0);
  }
  to {
    transform: translate3d(48vw, -121vh, 0);
  }
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(43vw, 109vh, 0);
  }
  to {
    transform: translate3d(48vw, -121vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 3343ms;
          animation-delay: 3343ms;
}
.circle-container:nth-child(52) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-52;
          animation-name: move-frames-52;
  -webkit-animation-duration: 33847ms;
          animation-duration: 33847ms;
  -webkit-animation-delay: 2409ms;
          animation-delay: 2409ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    transform: translate3d(11vw, 105vh, 0);
  }
  to {
    transform: translate3d(63vw, -127vh, 0);
  }
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(11vw, 105vh, 0);
  }
  to {
    transform: translate3d(63vw, -127vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 1628ms;
          animation-delay: 1628ms;
}
.circle-container:nth-child(53) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-53;
          animation-name: move-frames-53;
  -webkit-animation-duration: 29487ms;
          animation-duration: 29487ms;
  -webkit-animation-delay: 15213ms;
          animation-delay: 15213ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    transform: translate3d(61vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -121vh, 0);
  }
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(61vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -121vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 1186ms;
          animation-delay: 1186ms;
}
.circle-container:nth-child(54) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-54;
          animation-name: move-frames-54;
  -webkit-animation-duration: 34338ms;
          animation-duration: 34338ms;
  -webkit-animation-delay: 16895ms;
          animation-delay: 16895ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    transform: translate3d(35vw, 108vh, 0);
  }
  to {
    transform: translate3d(92vw, -133vh, 0);
  }
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(35vw, 108vh, 0);
  }
  to {
    transform: translate3d(92vw, -133vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 105ms;
          animation-delay: 105ms;
}
.circle-container:nth-child(55) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-55;
          animation-name: move-frames-55;
  -webkit-animation-duration: 33390ms;
          animation-duration: 33390ms;
  -webkit-animation-delay: 27560ms;
          animation-delay: 27560ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    transform: translate3d(33vw, 106vh, 0);
  }
  to {
    transform: translate3d(89vw, -117vh, 0);
  }
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(33vw, 106vh, 0);
  }
  to {
    transform: translate3d(89vw, -117vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 1899ms;
          animation-delay: 1899ms;
}
.circle-container:nth-child(56) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-56;
          animation-name: move-frames-56;
  -webkit-animation-duration: 35413ms;
          animation-duration: 35413ms;
  -webkit-animation-delay: 34464ms;
          animation-delay: 34464ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(69vw, -111vh, 0);
  }
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(69vw, -111vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 1649ms;
          animation-delay: 1649ms;
}
.circle-container:nth-child(57) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-57;
          animation-name: move-frames-57;
  -webkit-animation-duration: 33397ms;
          animation-duration: 33397ms;
  -webkit-animation-delay: 13301ms;
          animation-delay: 13301ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    transform: translate3d(99vw, 108vh, 0);
  }
  to {
    transform: translate3d(89vw, -112vh, 0);
  }
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(99vw, 108vh, 0);
  }
  to {
    transform: translate3d(89vw, -112vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 2480ms;
          animation-delay: 2480ms;
}
.circle-container:nth-child(58) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-58;
          animation-name: move-frames-58;
  -webkit-animation-duration: 35034ms;
          animation-duration: 35034ms;
  -webkit-animation-delay: 18572ms;
          animation-delay: 18572ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    transform: translate3d(55vw, 108vh, 0);
  }
  to {
    transform: translate3d(47vw, -112vh, 0);
  }
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(55vw, 108vh, 0);
  }
  to {
    transform: translate3d(47vw, -112vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 2188ms;
          animation-delay: 2188ms;
}
.circle-container:nth-child(59) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-59;
          animation-name: move-frames-59;
  -webkit-animation-duration: 32905ms;
          animation-duration: 32905ms;
  -webkit-animation-delay: 2540ms;
          animation-delay: 2540ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    transform: translate3d(63vw, 103vh, 0);
  }
  to {
    transform: translate3d(87vw, -125vh, 0);
  }
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(63vw, 103vh, 0);
  }
  to {
    transform: translate3d(87vw, -125vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 1929ms;
          animation-delay: 1929ms;
}
.circle-container:nth-child(60) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-60;
          animation-name: move-frames-60;
  -webkit-animation-duration: 28611ms;
          animation-duration: 28611ms;
  -webkit-animation-delay: 30940ms;
          animation-delay: 30940ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    transform: translate3d(84vw, 107vh, 0);
  }
  to {
    transform: translate3d(86vw, -135vh, 0);
  }
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(84vw, 107vh, 0);
  }
  to {
    transform: translate3d(86vw, -135vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 2069ms;
          animation-delay: 2069ms;
}
.circle-container:nth-child(61) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-61;
          animation-name: move-frames-61;
  -webkit-animation-duration: 31866ms;
          animation-duration: 31866ms;
  -webkit-animation-delay: 34336ms;
          animation-delay: 34336ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    transform: translate3d(38vw, 105vh, 0);
  }
  to {
    transform: translate3d(83vw, -134vh, 0);
  }
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(38vw, 105vh, 0);
  }
  to {
    transform: translate3d(83vw, -134vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 1916ms;
          animation-delay: 1916ms;
}
.circle-container:nth-child(62) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-62;
          animation-name: move-frames-62;
  -webkit-animation-duration: 36088ms;
          animation-duration: 36088ms;
  -webkit-animation-delay: 13347ms;
          animation-delay: 13347ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    transform: translate3d(82vw, 103vh, 0);
  }
  to {
    transform: translate3d(40vw, -125vh, 0);
  }
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(82vw, 103vh, 0);
  }
  to {
    transform: translate3d(40vw, -125vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 2265ms;
          animation-delay: 2265ms;
}
.circle-container:nth-child(63) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-63;
          animation-name: move-frames-63;
  -webkit-animation-duration: 33339ms;
          animation-duration: 33339ms;
  -webkit-animation-delay: 22239ms;
          animation-delay: 22239ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    transform: translate3d(22vw, 105vh, 0);
  }
  to {
    transform: translate3d(37vw, -114vh, 0);
  }
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(22vw, 105vh, 0);
  }
  to {
    transform: translate3d(37vw, -114vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 122ms;
          animation-delay: 122ms;
}
.circle-container:nth-child(64) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-64;
          animation-name: move-frames-64;
  -webkit-animation-duration: 33190ms;
          animation-duration: 33190ms;
  -webkit-animation-delay: 7300ms;
          animation-delay: 7300ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    transform: translate3d(62vw, 109vh, 0);
  }
  to {
    transform: translate3d(37vw, -126vh, 0);
  }
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(62vw, 109vh, 0);
  }
  to {
    transform: translate3d(37vw, -126vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 374ms;
          animation-delay: 374ms;
}
.circle-container:nth-child(65) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-65;
          animation-name: move-frames-65;
  -webkit-animation-duration: 36214ms;
          animation-duration: 36214ms;
  -webkit-animation-delay: 4488ms;
          animation-delay: 4488ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    transform: translate3d(18vw, 104vh, 0);
  }
  to {
    transform: translate3d(10vw, -127vh, 0);
  }
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(18vw, 104vh, 0);
  }
  to {
    transform: translate3d(10vw, -127vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 3573ms;
          animation-delay: 3573ms;
}
.circle-container:nth-child(66) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-66;
          animation-name: move-frames-66;
  -webkit-animation-duration: 36404ms;
          animation-duration: 36404ms;
  -webkit-animation-delay: 27079ms;
          animation-delay: 27079ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    transform: translate3d(55vw, 107vh, 0);
  }
  to {
    transform: translate3d(63vw, -128vh, 0);
  }
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(55vw, 107vh, 0);
  }
  to {
    transform: translate3d(63vw, -128vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 122ms;
          animation-delay: 122ms;
}
.circle-container:nth-child(67) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-67;
          animation-name: move-frames-67;
  -webkit-animation-duration: 32253ms;
          animation-duration: 32253ms;
  -webkit-animation-delay: 8785ms;
          animation-delay: 8785ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    transform: translate3d(88vw, 107vh, 0);
  }
  to {
    transform: translate3d(85vw, -131vh, 0);
  }
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(88vw, 107vh, 0);
  }
  to {
    transform: translate3d(85vw, -131vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 1861ms;
          animation-delay: 1861ms;
}
.circle-container:nth-child(68) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-68;
          animation-name: move-frames-68;
  -webkit-animation-duration: 30559ms;
          animation-duration: 30559ms;
  -webkit-animation-delay: 8744ms;
          animation-delay: 8744ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    transform: translate3d(96vw, 110vh, 0);
  }
  to {
    transform: translate3d(27vw, -130vh, 0);
  }
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(96vw, 110vh, 0);
  }
  to {
    transform: translate3d(27vw, -130vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 3105ms;
          animation-delay: 3105ms;
}
.circle-container:nth-child(69) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-69;
          animation-name: move-frames-69;
  -webkit-animation-duration: 28319ms;
          animation-duration: 28319ms;
  -webkit-animation-delay: 26785ms;
          animation-delay: 26785ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    transform: translate3d(88vw, 105vh, 0);
  }
  to {
    transform: translate3d(82vw, -120vh, 0);
  }
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(88vw, 105vh, 0);
  }
  to {
    transform: translate3d(82vw, -120vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 550ms;
          animation-delay: 550ms;
}
.circle-container:nth-child(70) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-70;
          animation-name: move-frames-70;
  -webkit-animation-duration: 29003ms;
          animation-duration: 29003ms;
  -webkit-animation-delay: 22967ms;
          animation-delay: 22967ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    transform: translate3d(37vw, 109vh, 0);
  }
  to {
    transform: translate3d(85vw, -132vh, 0);
  }
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(37vw, 109vh, 0);
  }
  to {
    transform: translate3d(85vw, -132vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
.circle-container:nth-child(71) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-71;
          animation-name: move-frames-71;
  -webkit-animation-duration: 28808ms;
          animation-duration: 28808ms;
  -webkit-animation-delay: 1878ms;
          animation-delay: 1878ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    transform: translate3d(18vw, 105vh, 0);
  }
  to {
    transform: translate3d(36vw, -114vh, 0);
  }
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(18vw, 105vh, 0);
  }
  to {
    transform: translate3d(36vw, -114vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 1892ms;
          animation-delay: 1892ms;
}
.circle-container:nth-child(72) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-72;
          animation-name: move-frames-72;
  -webkit-animation-duration: 28444ms;
          animation-duration: 28444ms;
  -webkit-animation-delay: 23752ms;
          animation-delay: 23752ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    transform: translate3d(100vw, 109vh, 0);
  }
  to {
    transform: translate3d(83vw, -131vh, 0);
  }
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(100vw, 109vh, 0);
  }
  to {
    transform: translate3d(83vw, -131vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 2703ms;
          animation-delay: 2703ms;
}
.circle-container:nth-child(73) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-73;
          animation-name: move-frames-73;
  -webkit-animation-duration: 30043ms;
          animation-duration: 30043ms;
  -webkit-animation-delay: 23659ms;
          animation-delay: 23659ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    transform: translate3d(52vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -120vh, 0);
  }
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(52vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -120vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 1709ms;
          animation-delay: 1709ms;
}
.circle-container:nth-child(74) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-74;
          animation-name: move-frames-74;
  -webkit-animation-duration: 35740ms;
          animation-duration: 35740ms;
  -webkit-animation-delay: 9600ms;
          animation-delay: 9600ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    transform: translate3d(9vw, 101vh, 0);
  }
  to {
    transform: translate3d(73vw, -118vh, 0);
  }
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(9vw, 101vh, 0);
  }
  to {
    transform: translate3d(73vw, -118vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 1481ms;
          animation-delay: 1481ms;
}
.circle-container:nth-child(75) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-75;
          animation-name: move-frames-75;
  -webkit-animation-duration: 30767ms;
          animation-duration: 30767ms;
  -webkit-animation-delay: 30629ms;
          animation-delay: 30629ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    transform: translate3d(61vw, 108vh, 0);
  }
  to {
    transform: translate3d(84vw, -120vh, 0);
  }
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(61vw, 108vh, 0);
  }
  to {
    transform: translate3d(84vw, -120vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 3143ms;
          animation-delay: 3143ms;
}
.circle-container:nth-child(76) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-76;
          animation-name: move-frames-76;
  -webkit-animation-duration: 31561ms;
          animation-duration: 31561ms;
  -webkit-animation-delay: 33709ms;
          animation-delay: 33709ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(12vw, -125vh, 0);
  }
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(12vw, -125vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 1248ms;
          animation-delay: 1248ms;
}
.circle-container:nth-child(77) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-77;
          animation-name: move-frames-77;
  -webkit-animation-duration: 29526ms;
          animation-duration: 29526ms;
  -webkit-animation-delay: 29815ms;
          animation-delay: 29815ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    transform: translate3d(68vw, 108vh, 0);
  }
  to {
    transform: translate3d(2vw, -109vh, 0);
  }
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(68vw, 108vh, 0);
  }
  to {
    transform: translate3d(2vw, -109vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 2676ms;
          animation-delay: 2676ms;
}
.circle-container:nth-child(78) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-78;
          animation-name: move-frames-78;
  -webkit-animation-duration: 33713ms;
          animation-duration: 33713ms;
  -webkit-animation-delay: 11040ms;
          animation-delay: 11040ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    transform: translate3d(19vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -134vh, 0);
  }
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(19vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -134vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 3067ms;
          animation-delay: 3067ms;
}
.circle-container:nth-child(79) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-79;
          animation-name: move-frames-79;
  -webkit-animation-duration: 31518ms;
          animation-duration: 31518ms;
  -webkit-animation-delay: 23348ms;
          animation-delay: 23348ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    transform: translate3d(96vw, 103vh, 0);
  }
  to {
    transform: translate3d(64vw, -123vh, 0);
  }
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(96vw, 103vh, 0);
  }
  to {
    transform: translate3d(64vw, -123vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 699ms;
          animation-delay: 699ms;
}
.circle-container:nth-child(80) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-80;
          animation-name: move-frames-80;
  -webkit-animation-duration: 34544ms;
          animation-duration: 34544ms;
  -webkit-animation-delay: 20173ms;
          animation-delay: 20173ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    transform: translate3d(55vw, 105vh, 0);
  }
  to {
    transform: translate3d(1vw, -107vh, 0);
  }
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(55vw, 105vh, 0);
  }
  to {
    transform: translate3d(1vw, -107vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 1307ms;
          animation-delay: 1307ms;
}
.circle-container:nth-child(81) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-81;
          animation-name: move-frames-81;
  -webkit-animation-duration: 30332ms;
          animation-duration: 30332ms;
  -webkit-animation-delay: 34620ms;
          animation-delay: 34620ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    transform: translate3d(86vw, 103vh, 0);
  }
  to {
    transform: translate3d(96vw, -117vh, 0);
  }
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(86vw, 103vh, 0);
  }
  to {
    transform: translate3d(96vw, -117vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 3097ms;
          animation-delay: 3097ms;
}
.circle-container:nth-child(82) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-82;
          animation-name: move-frames-82;
  -webkit-animation-duration: 31893ms;
          animation-duration: 31893ms;
  -webkit-animation-delay: 7553ms;
          animation-delay: 7553ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    transform: translate3d(10vw, 103vh, 0);
  }
  to {
    transform: translate3d(94vw, -104vh, 0);
  }
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(10vw, 103vh, 0);
  }
  to {
    transform: translate3d(94vw, -104vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 993ms;
          animation-delay: 993ms;
}
.circle-container:nth-child(83) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-83;
          animation-name: move-frames-83;
  -webkit-animation-duration: 36744ms;
          animation-duration: 36744ms;
  -webkit-animation-delay: 6786ms;
          animation-delay: 6786ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    transform: translate3d(53vw, 107vh, 0);
  }
  to {
    transform: translate3d(54vw, -136vh, 0);
  }
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(53vw, 107vh, 0);
  }
  to {
    transform: translate3d(54vw, -136vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 3716ms;
          animation-delay: 3716ms;
}
.circle-container:nth-child(84) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-84;
          animation-name: move-frames-84;
  -webkit-animation-duration: 36413ms;
          animation-duration: 36413ms;
  -webkit-animation-delay: 2302ms;
          animation-delay: 2302ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    transform: translate3d(88vw, 110vh, 0);
  }
  to {
    transform: translate3d(27vw, -139vh, 0);
  }
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(88vw, 110vh, 0);
  }
  to {
    transform: translate3d(27vw, -139vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 637ms;
          animation-delay: 637ms;
}
.circle-container:nth-child(85) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-85;
          animation-name: move-frames-85;
  -webkit-animation-duration: 30672ms;
          animation-duration: 30672ms;
  -webkit-animation-delay: 22740ms;
          animation-delay: 22740ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    transform: translate3d(33vw, 104vh, 0);
  }
  to {
    transform: translate3d(82vw, -119vh, 0);
  }
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(33vw, 104vh, 0);
  }
  to {
    transform: translate3d(82vw, -119vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 140ms;
          animation-delay: 140ms;
}
.circle-container:nth-child(86) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-86;
          animation-name: move-frames-86;
  -webkit-animation-duration: 33277ms;
          animation-duration: 33277ms;
  -webkit-animation-delay: 19900ms;
          animation-delay: 19900ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(42vw, -133vh, 0);
  }
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(42vw, -133vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 2093ms;
          animation-delay: 2093ms;
}
.circle-container:nth-child(87) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-87;
          animation-name: move-frames-87;
  -webkit-animation-duration: 33464ms;
          animation-duration: 33464ms;
  -webkit-animation-delay: 11742ms;
          animation-delay: 11742ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    transform: translate3d(63vw, 110vh, 0);
  }
  to {
    transform: translate3d(2vw, -113vh, 0);
  }
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(63vw, 110vh, 0);
  }
  to {
    transform: translate3d(2vw, -113vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 2080ms;
          animation-delay: 2080ms;
}
.circle-container:nth-child(88) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-88;
          animation-name: move-frames-88;
  -webkit-animation-duration: 34522ms;
          animation-duration: 34522ms;
  -webkit-animation-delay: 24039ms;
          animation-delay: 24039ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    transform: translate3d(50vw, 101vh, 0);
  }
  to {
    transform: translate3d(80vw, -118vh, 0);
  }
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(50vw, 101vh, 0);
  }
  to {
    transform: translate3d(80vw, -118vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 2290ms;
          animation-delay: 2290ms;
}
.circle-container:nth-child(89) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-89;
          animation-name: move-frames-89;
  -webkit-animation-duration: 34340ms;
          animation-duration: 34340ms;
  -webkit-animation-delay: 17496ms;
          animation-delay: 17496ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    transform: translate3d(11vw, 109vh, 0);
  }
  to {
    transform: translate3d(58vw, -116vh, 0);
  }
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(11vw, 109vh, 0);
  }
  to {
    transform: translate3d(58vw, -116vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 1513ms;
          animation-delay: 1513ms;
}
.circle-container:nth-child(90) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-90;
          animation-name: move-frames-90;
  -webkit-animation-duration: 30420ms;
          animation-duration: 30420ms;
  -webkit-animation-delay: 12205ms;
          animation-delay: 12205ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    transform: translate3d(91vw, 108vh, 0);
  }
  to {
    transform: translate3d(77vw, -131vh, 0);
  }
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(91vw, 108vh, 0);
  }
  to {
    transform: translate3d(77vw, -131vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 498ms;
          animation-delay: 498ms;
}
.circle-container:nth-child(91) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-91;
          animation-name: move-frames-91;
  -webkit-animation-duration: 32978ms;
          animation-duration: 32978ms;
  -webkit-animation-delay: 12079ms;
          animation-delay: 12079ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    transform: translate3d(92vw, 101vh, 0);
  }
  to {
    transform: translate3d(55vw, -113vh, 0);
  }
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(92vw, 101vh, 0);
  }
  to {
    transform: translate3d(55vw, -113vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 3426ms;
          animation-delay: 3426ms;
}
.circle-container:nth-child(92) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-92;
          animation-name: move-frames-92;
  -webkit-animation-duration: 32292ms;
          animation-duration: 32292ms;
  -webkit-animation-delay: 5510ms;
          animation-delay: 5510ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    transform: translate3d(31vw, 109vh, 0);
  }
  to {
    transform: translate3d(28vw, -132vh, 0);
  }
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(31vw, 109vh, 0);
  }
  to {
    transform: translate3d(28vw, -132vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 1767ms;
          animation-delay: 1767ms;
}
.circle-container:nth-child(93) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-93;
          animation-name: move-frames-93;
  -webkit-animation-duration: 36413ms;
          animation-duration: 36413ms;
  -webkit-animation-delay: 35058ms;
          animation-delay: 35058ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    transform: translate3d(73vw, 110vh, 0);
  }
  to {
    transform: translate3d(40vw, -133vh, 0);
  }
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(73vw, 110vh, 0);
  }
  to {
    transform: translate3d(40vw, -133vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 1178ms;
          animation-delay: 1178ms;
}
.circle-container:nth-child(94) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-94;
          animation-name: move-frames-94;
  -webkit-animation-duration: 35513ms;
          animation-duration: 35513ms;
  -webkit-animation-delay: 23850ms;
          animation-delay: 23850ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    transform: translate3d(88vw, 105vh, 0);
  }
  to {
    transform: translate3d(100vw, -120vh, 0);
  }
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(88vw, 105vh, 0);
  }
  to {
    transform: translate3d(100vw, -120vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 580ms;
          animation-delay: 580ms;
}
.circle-container:nth-child(95) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-95;
          animation-name: move-frames-95;
  -webkit-animation-duration: 35775ms;
          animation-duration: 35775ms;
  -webkit-animation-delay: 36165ms;
          animation-delay: 36165ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    transform: translate3d(2vw, 107vh, 0);
  }
  to {
    transform: translate3d(89vw, -116vh, 0);
  }
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(2vw, 107vh, 0);
  }
  to {
    transform: translate3d(89vw, -116vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 61ms;
          animation-delay: 61ms;
}
.circle-container:nth-child(96) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-96;
          animation-name: move-frames-96;
  -webkit-animation-duration: 34479ms;
          animation-duration: 34479ms;
  -webkit-animation-delay: 17347ms;
          animation-delay: 17347ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    transform: translate3d(97vw, 107vh, 0);
  }
  to {
    transform: translate3d(61vw, -115vh, 0);
  }
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(97vw, 107vh, 0);
  }
  to {
    transform: translate3d(61vw, -115vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 1972ms;
          animation-delay: 1972ms;
}
.circle-container:nth-child(97) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-97;
          animation-name: move-frames-97;
  -webkit-animation-duration: 31729ms;
          animation-duration: 31729ms;
  -webkit-animation-delay: 5295ms;
          animation-delay: 5295ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    transform: translate3d(12vw, 103vh, 0);
  }
  to {
    transform: translate3d(76vw, -117vh, 0);
  }
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(12vw, 103vh, 0);
  }
  to {
    transform: translate3d(76vw, -117vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 1746ms;
          animation-delay: 1746ms;
}
.circle-container:nth-child(98) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-98;
          animation-name: move-frames-98;
  -webkit-animation-duration: 28492ms;
          animation-duration: 28492ms;
  -webkit-animation-delay: 23048ms;
          animation-delay: 23048ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    transform: translate3d(4vw, 107vh, 0);
  }
  to {
    transform: translate3d(87vw, -125vh, 0);
  }
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(4vw, 107vh, 0);
  }
  to {
    transform: translate3d(87vw, -125vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 1999ms;
          animation-delay: 1999ms;
}
.circle-container:nth-child(99) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-99;
          animation-name: move-frames-99;
  -webkit-animation-duration: 28561ms;
          animation-duration: 28561ms;
  -webkit-animation-delay: 15765ms;
          animation-delay: 15765ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    transform: translate3d(75vw, 107vh, 0);
  }
  to {
    transform: translate3d(80vw, -134vh, 0);
  }
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(75vw, 107vh, 0);
  }
  to {
    transform: translate3d(80vw, -134vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 1360ms;
          animation-delay: 1360ms;
}
.circle-container:nth-child(100) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-100;
          animation-name: move-frames-100;
  -webkit-animation-duration: 29485ms;
          animation-duration: 29485ms;
  -webkit-animation-delay: 12853ms;
          animation-delay: 12853ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    transform: translate3d(21vw, 104vh, 0);
  }
  to {
    transform: translate3d(99vw, -129vh, 0);
  }
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(21vw, 104vh, 0);
  }
  to {
    transform: translate3d(99vw, -129vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 2337ms;
          animation-delay: 2337ms;
}
.circle-container:nth-child(101) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-101;
          animation-name: move-frames-101;
  -webkit-animation-duration: 31710ms;
          animation-duration: 31710ms;
  -webkit-animation-delay: 2160ms;
          animation-delay: 2160ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    transform: translate3d(18vw, 104vh, 0);
  }
  to {
    transform: translate3d(80vw, -124vh, 0);
  }
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(18vw, 104vh, 0);
  }
  to {
    transform: translate3d(80vw, -124vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 1358ms;
          animation-delay: 1358ms;
}
.circle-container:nth-child(102) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-102;
          animation-name: move-frames-102;
  -webkit-animation-duration: 33616ms;
          animation-duration: 33616ms;
  -webkit-animation-delay: 3566ms;
          animation-delay: 3566ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    transform: translate3d(13vw, 102vh, 0);
  }
  to {
    transform: translate3d(49vw, -111vh, 0);
  }
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(13vw, 102vh, 0);
  }
  to {
    transform: translate3d(49vw, -111vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 1420ms;
          animation-delay: 1420ms;
}
.circle-container:nth-child(103) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-103;
          animation-name: move-frames-103;
  -webkit-animation-duration: 33199ms;
          animation-duration: 33199ms;
  -webkit-animation-delay: 2421ms;
          animation-delay: 2421ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    transform: translate3d(35vw, 104vh, 0);
  }
  to {
    transform: translate3d(81vw, -119vh, 0);
  }
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(35vw, 104vh, 0);
  }
  to {
    transform: translate3d(81vw, -119vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 2735ms;
          animation-delay: 2735ms;
}
.circle-container:nth-child(104) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-104;
          animation-name: move-frames-104;
  -webkit-animation-duration: 35592ms;
          animation-duration: 35592ms;
  -webkit-animation-delay: 19226ms;
          animation-delay: 19226ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    transform: translate3d(83vw, 108vh, 0);
  }
  to {
    transform: translate3d(79vw, -133vh, 0);
  }
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(83vw, 108vh, 0);
  }
  to {
    transform: translate3d(79vw, -133vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 1430ms;
          animation-delay: 1430ms;
}
.circle-container:nth-child(105) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-105;
          animation-name: move-frames-105;
  -webkit-animation-duration: 33339ms;
          animation-duration: 33339ms;
  -webkit-animation-delay: 7959ms;
          animation-delay: 7959ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    transform: translate3d(34vw, 103vh, 0);
  }
  to {
    transform: translate3d(44vw, -115vh, 0);
  }
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(34vw, 103vh, 0);
  }
  to {
    transform: translate3d(44vw, -115vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 1399ms;
          animation-delay: 1399ms;
}
.circle-container:nth-child(106) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-106;
          animation-name: move-frames-106;
  -webkit-animation-duration: 33412ms;
          animation-duration: 33412ms;
  -webkit-animation-delay: 16639ms;
          animation-delay: 16639ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    transform: translate3d(85vw, 101vh, 0);
  }
  to {
    transform: translate3d(47vw, -123vh, 0);
  }
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(85vw, 101vh, 0);
  }
  to {
    transform: translate3d(47vw, -123vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 2190ms;
          animation-delay: 2190ms;
}
.circle-container:nth-child(107) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-107;
          animation-name: move-frames-107;
  -webkit-animation-duration: 29196ms;
          animation-duration: 29196ms;
  -webkit-animation-delay: 2032ms;
          animation-delay: 2032ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    transform: translate3d(40vw, 102vh, 0);
  }
  to {
    transform: translate3d(54vw, -113vh, 0);
  }
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(40vw, 102vh, 0);
  }
  to {
    transform: translate3d(54vw, -113vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 1648ms;
          animation-delay: 1648ms;
}
.circle-container:nth-child(108) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-108;
          animation-name: move-frames-108;
  -webkit-animation-duration: 28401ms;
          animation-duration: 28401ms;
  -webkit-animation-delay: 32010ms;
          animation-delay: 32010ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    transform: translate3d(47vw, 101vh, 0);
  }
  to {
    transform: translate3d(5vw, -102vh, 0);
  }
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(47vw, 101vh, 0);
  }
  to {
    transform: translate3d(5vw, -102vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 187ms;
          animation-delay: 187ms;
}
.circle-container:nth-child(109) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-109;
          animation-name: move-frames-109;
  -webkit-animation-duration: 34191ms;
          animation-duration: 34191ms;
  -webkit-animation-delay: 33650ms;
          animation-delay: 33650ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    transform: translate3d(65vw, 103vh, 0);
  }
  to {
    transform: translate3d(85vw, -122vh, 0);
  }
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(65vw, 103vh, 0);
  }
  to {
    transform: translate3d(85vw, -122vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 3495ms;
          animation-delay: 3495ms;
}
.circle-container:nth-child(110) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-110;
          animation-name: move-frames-110;
  -webkit-animation-duration: 31802ms;
          animation-duration: 31802ms;
  -webkit-animation-delay: 19022ms;
          animation-delay: 19022ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    transform: translate3d(53vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -129vh, 0);
  }
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(53vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -129vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 2863ms;
          animation-delay: 2863ms;
}
.circle-container:nth-child(111) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-111;
          animation-name: move-frames-111;
  -webkit-animation-duration: 29079ms;
          animation-duration: 29079ms;
  -webkit-animation-delay: 26694ms;
          animation-delay: 26694ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    transform: translate3d(51vw, 107vh, 0);
  }
  to {
    transform: translate3d(47vw, -113vh, 0);
  }
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(51vw, 107vh, 0);
  }
  to {
    transform: translate3d(47vw, -113vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 3534ms;
          animation-delay: 3534ms;
}
.circle-container:nth-child(112) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-112;
          animation-name: move-frames-112;
  -webkit-animation-duration: 36824ms;
          animation-duration: 36824ms;
  -webkit-animation-delay: 26341ms;
          animation-delay: 26341ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    transform: translate3d(92vw, 109vh, 0);
  }
  to {
    transform: translate3d(45vw, -132vh, 0);
  }
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(92vw, 109vh, 0);
  }
  to {
    transform: translate3d(45vw, -132vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 3011ms;
          animation-delay: 3011ms;
}
.circle-container:nth-child(113) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-113;
          animation-name: move-frames-113;
  -webkit-animation-duration: 33247ms;
          animation-duration: 33247ms;
  -webkit-animation-delay: 17797ms;
          animation-delay: 17797ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    transform: translate3d(30vw, 107vh, 0);
  }
  to {
    transform: translate3d(51vw, -111vh, 0);
  }
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(30vw, 107vh, 0);
  }
  to {
    transform: translate3d(51vw, -111vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 2538ms;
          animation-delay: 2538ms;
}
.circle-container:nth-child(114) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-114;
          animation-name: move-frames-114;
  -webkit-animation-duration: 31821ms;
          animation-duration: 31821ms;
  -webkit-animation-delay: 16603ms;
          animation-delay: 16603ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    transform: translate3d(59vw, 108vh, 0);
  }
  to {
    transform: translate3d(69vw, -137vh, 0);
  }
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(59vw, 108vh, 0);
  }
  to {
    transform: translate3d(69vw, -137vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 2535ms;
          animation-delay: 2535ms;
}
.circle-container:nth-child(115) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-115;
          animation-name: move-frames-115;
  -webkit-animation-duration: 28860ms;
          animation-duration: 28860ms;
  -webkit-animation-delay: 2952ms;
          animation-delay: 2952ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    transform: translate3d(14vw, 107vh, 0);
  }
  to {
    transform: translate3d(55vw, -124vh, 0);
  }
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(14vw, 107vh, 0);
  }
  to {
    transform: translate3d(55vw, -124vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 1946ms;
          animation-delay: 1946ms;
}
.circle-container:nth-child(116) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-116;
          animation-name: move-frames-116;
  -webkit-animation-duration: 36624ms;
          animation-duration: 36624ms;
  -webkit-animation-delay: 35317ms;
          animation-delay: 35317ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    transform: translate3d(40vw, 110vh, 0);
  }
  to {
    transform: translate3d(74vw, -115vh, 0);
  }
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(40vw, 110vh, 0);
  }
  to {
    transform: translate3d(74vw, -115vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 438ms;
          animation-delay: 438ms;
}
.circle-container:nth-child(117) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-117;
          animation-name: move-frames-117;
  -webkit-animation-duration: 35679ms;
          animation-duration: 35679ms;
  -webkit-animation-delay: 36897ms;
          animation-delay: 36897ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    transform: translate3d(92vw, 110vh, 0);
  }
  to {
    transform: translate3d(91vw, -121vh, 0);
  }
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(92vw, 110vh, 0);
  }
  to {
    transform: translate3d(91vw, -121vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 510ms;
          animation-delay: 510ms;
}
.circle-container:nth-child(118) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-118;
          animation-name: move-frames-118;
  -webkit-animation-duration: 32860ms;
          animation-duration: 32860ms;
  -webkit-animation-delay: 9403ms;
          animation-delay: 9403ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    transform: translate3d(96vw, 106vh, 0);
  }
  to {
    transform: translate3d(11vw, -116vh, 0);
  }
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(96vw, 106vh, 0);
  }
  to {
    transform: translate3d(11vw, -116vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 3532ms;
          animation-delay: 3532ms;
}
.circle-container:nth-child(119) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-119;
          animation-name: move-frames-119;
  -webkit-animation-duration: 31754ms;
          animation-duration: 31754ms;
  -webkit-animation-delay: 18001ms;
          animation-delay: 18001ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    transform: translate3d(81vw, 101vh, 0);
  }
  to {
    transform: translate3d(78vw, -108vh, 0);
  }
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(81vw, 101vh, 0);
  }
  to {
    transform: translate3d(78vw, -108vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 3902ms;
          animation-delay: 3902ms;
}
.circle-container:nth-child(120) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-120;
          animation-name: move-frames-120;
  -webkit-animation-duration: 36607ms;
          animation-duration: 36607ms;
  -webkit-animation-delay: 32263ms;
          animation-delay: 32263ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    transform: translate3d(84vw, 110vh, 0);
  }
  to {
    transform: translate3d(53vw, -132vh, 0);
  }
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(84vw, 110vh, 0);
  }
  to {
    transform: translate3d(53vw, -132vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 2716ms;
          animation-delay: 2716ms;
}
.circle-container:nth-child(121) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-121;
          animation-name: move-frames-121;
  -webkit-animation-duration: 34375ms;
          animation-duration: 34375ms;
  -webkit-animation-delay: 2581ms;
          animation-delay: 2581ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    transform: translate3d(97vw, 109vh, 0);
  }
  to {
    transform: translate3d(45vw, -130vh, 0);
  }
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(97vw, 109vh, 0);
  }
  to {
    transform: translate3d(45vw, -130vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 1319ms;
          animation-delay: 1319ms;
}
.circle-container:nth-child(122) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-122;
          animation-name: move-frames-122;
  -webkit-animation-duration: 29403ms;
          animation-duration: 29403ms;
  -webkit-animation-delay: 10534ms;
          animation-delay: 10534ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    transform: translate3d(57vw, 108vh, 0);
  }
  to {
    transform: translate3d(39vw, -116vh, 0);
  }
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(57vw, 108vh, 0);
  }
  to {
    transform: translate3d(39vw, -116vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 3149ms;
          animation-delay: 3149ms;
}
.circle-container:nth-child(123) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-123;
          animation-name: move-frames-123;
  -webkit-animation-duration: 35582ms;
          animation-duration: 35582ms;
  -webkit-animation-delay: 8477ms;
          animation-delay: 8477ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    transform: translate3d(96vw, 105vh, 0);
  }
  to {
    transform: translate3d(82vw, -117vh, 0);
  }
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(96vw, 105vh, 0);
  }
  to {
    transform: translate3d(82vw, -117vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 1507ms;
          animation-delay: 1507ms;
}
.circle-container:nth-child(124) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-124;
          animation-name: move-frames-124;
  -webkit-animation-duration: 33288ms;
          animation-duration: 33288ms;
  -webkit-animation-delay: 21130ms;
          animation-delay: 21130ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    transform: translate3d(61vw, 108vh, 0);
  }
  to {
    transform: translate3d(96vw, -113vh, 0);
  }
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(61vw, 108vh, 0);
  }
  to {
    transform: translate3d(96vw, -113vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 3216ms;
          animation-delay: 3216ms;
}
.circle-container:nth-child(125) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-125;
          animation-name: move-frames-125;
  -webkit-animation-duration: 33622ms;
          animation-duration: 33622ms;
  -webkit-animation-delay: 26151ms;
          animation-delay: 26151ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    transform: translate3d(46vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -123vh, 0);
  }
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(46vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -123vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 3054ms;
          animation-delay: 3054ms;
}
.circle-container:nth-child(126) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-126;
          animation-name: move-frames-126;
  -webkit-animation-duration: 36698ms;
          animation-duration: 36698ms;
  -webkit-animation-delay: 30639ms;
          animation-delay: 30639ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    transform: translate3d(48vw, 103vh, 0);
  }
  to {
    transform: translate3d(96vw, -121vh, 0);
  }
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(48vw, 103vh, 0);
  }
  to {
    transform: translate3d(96vw, -121vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 3683ms;
          animation-delay: 3683ms;
}
.circle-container:nth-child(127) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-127;
          animation-name: move-frames-127;
  -webkit-animation-duration: 33341ms;
          animation-duration: 33341ms;
  -webkit-animation-delay: 17573ms;
          animation-delay: 17573ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    transform: translate3d(55vw, 103vh, 0);
  }
  to {
    transform: translate3d(66vw, -120vh, 0);
  }
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(55vw, 103vh, 0);
  }
  to {
    transform: translate3d(66vw, -120vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 3491ms;
          animation-delay: 3491ms;
}
.circle-container:nth-child(128) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-128;
          animation-name: move-frames-128;
  -webkit-animation-duration: 35757ms;
          animation-duration: 35757ms;
  -webkit-animation-delay: 25451ms;
          animation-delay: 25451ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    transform: translate3d(77vw, 101vh, 0);
  }
  to {
    transform: translate3d(42vw, -127vh, 0);
  }
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(77vw, 101vh, 0);
  }
  to {
    transform: translate3d(42vw, -127vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 3099ms;
          animation-delay: 3099ms;
}
.circle-container:nth-child(129) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-129;
          animation-name: move-frames-129;
  -webkit-animation-duration: 35144ms;
          animation-duration: 35144ms;
  -webkit-animation-delay: 31721ms;
          animation-delay: 31721ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    transform: translate3d(80vw, 107vh, 0);
  }
  to {
    transform: translate3d(92vw, -114vh, 0);
  }
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(80vw, 107vh, 0);
  }
  to {
    transform: translate3d(92vw, -114vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 3564ms;
          animation-delay: 3564ms;
}
.circle-container:nth-child(130) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-130;
          animation-name: move-frames-130;
  -webkit-animation-duration: 35059ms;
          animation-duration: 35059ms;
  -webkit-animation-delay: 24584ms;
          animation-delay: 24584ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(52vw, -137vh, 0);
  }
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(52vw, -137vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 2360ms;
          animation-delay: 2360ms;
}
.circle-container:nth-child(131) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-131;
          animation-name: move-frames-131;
  -webkit-animation-duration: 31774ms;
          animation-duration: 31774ms;
  -webkit-animation-delay: 24488ms;
          animation-delay: 24488ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    transform: translate3d(15vw, 102vh, 0);
  }
  to {
    transform: translate3d(39vw, -121vh, 0);
  }
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(15vw, 102vh, 0);
  }
  to {
    transform: translate3d(39vw, -121vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 3741ms;
          animation-delay: 3741ms;
}
.circle-container:nth-child(132) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-132;
          animation-name: move-frames-132;
  -webkit-animation-duration: 36495ms;
          animation-duration: 36495ms;
  -webkit-animation-delay: 27774ms;
          animation-delay: 27774ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    transform: translate3d(4vw, 110vh, 0);
  }
  to {
    transform: translate3d(7vw, -127vh, 0);
  }
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(4vw, 110vh, 0);
  }
  to {
    transform: translate3d(7vw, -127vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 3629ms;
          animation-delay: 3629ms;
}
.circle-container:nth-child(133) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-133;
          animation-name: move-frames-133;
  -webkit-animation-duration: 34795ms;
          animation-duration: 34795ms;
  -webkit-animation-delay: 30734ms;
          animation-delay: 30734ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    transform: translate3d(37vw, 109vh, 0);
  }
  to {
    transform: translate3d(96vw, -114vh, 0);
  }
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(37vw, 109vh, 0);
  }
  to {
    transform: translate3d(96vw, -114vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 925ms;
          animation-delay: 925ms;
}
.circle-container:nth-child(134) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-134;
          animation-name: move-frames-134;
  -webkit-animation-duration: 30660ms;
          animation-duration: 30660ms;
  -webkit-animation-delay: 20224ms;
          animation-delay: 20224ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    transform: translate3d(89vw, 108vh, 0);
  }
  to {
    transform: translate3d(33vw, -137vh, 0);
  }
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(89vw, 108vh, 0);
  }
  to {
    transform: translate3d(33vw, -137vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 1563ms;
          animation-delay: 1563ms;
}
.circle-container:nth-child(135) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-135;
          animation-name: move-frames-135;
  -webkit-animation-duration: 33770ms;
          animation-duration: 33770ms;
  -webkit-animation-delay: 28690ms;
          animation-delay: 28690ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    transform: translate3d(19vw, 101vh, 0);
  }
  to {
    transform: translate3d(34vw, -130vh, 0);
  }
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(19vw, 101vh, 0);
  }
  to {
    transform: translate3d(34vw, -130vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 1324ms;
          animation-delay: 1324ms;
}
.circle-container:nth-child(136) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-136;
          animation-name: move-frames-136;
  -webkit-animation-duration: 35551ms;
          animation-duration: 35551ms;
  -webkit-animation-delay: 34260ms;
          animation-delay: 34260ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    transform: translate3d(54vw, 109vh, 0);
  }
  to {
    transform: translate3d(72vw, -121vh, 0);
  }
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(54vw, 109vh, 0);
  }
  to {
    transform: translate3d(72vw, -121vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 474ms;
          animation-delay: 474ms;
}
.circle-container:nth-child(137) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-137;
          animation-name: move-frames-137;
  -webkit-animation-duration: 28126ms;
          animation-duration: 28126ms;
  -webkit-animation-delay: 17809ms;
          animation-delay: 17809ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    transform: translate3d(23vw, 105vh, 0);
  }
  to {
    transform: translate3d(11vw, -119vh, 0);
  }
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(23vw, 105vh, 0);
  }
  to {
    transform: translate3d(11vw, -119vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 3893ms;
          animation-delay: 3893ms;
}
.circle-container:nth-child(138) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-138;
          animation-name: move-frames-138;
  -webkit-animation-duration: 29506ms;
          animation-duration: 29506ms;
  -webkit-animation-delay: 1284ms;
          animation-delay: 1284ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    transform: translate3d(5vw, 105vh, 0);
  }
  to {
    transform: translate3d(7vw, -111vh, 0);
  }
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(5vw, 105vh, 0);
  }
  to {
    transform: translate3d(7vw, -111vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 582ms;
          animation-delay: 582ms;
}
.circle-container:nth-child(139) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-139;
          animation-name: move-frames-139;
  -webkit-animation-duration: 30956ms;
          animation-duration: 30956ms;
  -webkit-animation-delay: 32975ms;
          animation-delay: 32975ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    transform: translate3d(86vw, 103vh, 0);
  }
  to {
    transform: translate3d(7vw, -122vh, 0);
  }
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(86vw, 103vh, 0);
  }
  to {
    transform: translate3d(7vw, -122vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 385ms;
          animation-delay: 385ms;
}
.circle-container:nth-child(140) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-140;
          animation-name: move-frames-140;
  -webkit-animation-duration: 28367ms;
          animation-duration: 28367ms;
  -webkit-animation-delay: 4767ms;
          animation-delay: 4767ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    transform: translate3d(45vw, 106vh, 0);
  }
  to {
    transform: translate3d(37vw, -116vh, 0);
  }
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(45vw, 106vh, 0);
  }
  to {
    transform: translate3d(37vw, -116vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 1474ms;
          animation-delay: 1474ms;
}
.circle-container:nth-child(141) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-141;
          animation-name: move-frames-141;
  -webkit-animation-duration: 36925ms;
          animation-duration: 36925ms;
  -webkit-animation-delay: 17651ms;
          animation-delay: 17651ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    transform: translate3d(4vw, 106vh, 0);
  }
  to {
    transform: translate3d(90vw, -108vh, 0);
  }
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(4vw, 106vh, 0);
  }
  to {
    transform: translate3d(90vw, -108vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 121ms;
          animation-delay: 121ms;
}
.circle-container:nth-child(142) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-142;
          animation-name: move-frames-142;
  -webkit-animation-duration: 30444ms;
          animation-duration: 30444ms;
  -webkit-animation-delay: 34893ms;
          animation-delay: 34893ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    transform: translate3d(35vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -123vh, 0);
  }
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(35vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -123vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 2877ms;
          animation-delay: 2877ms;
}
.circle-container:nth-child(143) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-143;
          animation-name: move-frames-143;
  -webkit-animation-duration: 34339ms;
          animation-duration: 34339ms;
  -webkit-animation-delay: 19575ms;
          animation-delay: 19575ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    transform: translate3d(74vw, 107vh, 0);
  }
  to {
    transform: translate3d(22vw, -119vh, 0);
  }
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(74vw, 107vh, 0);
  }
  to {
    transform: translate3d(22vw, -119vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 1681ms;
          animation-delay: 1681ms;
}
.circle-container:nth-child(144) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-144;
          animation-name: move-frames-144;
  -webkit-animation-duration: 30209ms;
          animation-duration: 30209ms;
  -webkit-animation-delay: 12726ms;
          animation-delay: 12726ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    transform: translate3d(35vw, 104vh, 0);
  }
  to {
    transform: translate3d(22vw, -127vh, 0);
  }
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(35vw, 104vh, 0);
  }
  to {
    transform: translate3d(22vw, -127vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 2705ms;
          animation-delay: 2705ms;
}
.circle-container:nth-child(145) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-145;
          animation-name: move-frames-145;
  -webkit-animation-duration: 28591ms;
          animation-duration: 28591ms;
  -webkit-animation-delay: 26976ms;
          animation-delay: 26976ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(38vw, -111vh, 0);
  }
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(38vw, -111vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 2605ms;
          animation-delay: 2605ms;
}
.circle-container:nth-child(146) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-146;
          animation-name: move-frames-146;
  -webkit-animation-duration: 35680ms;
          animation-duration: 35680ms;
  -webkit-animation-delay: 2898ms;
          animation-delay: 2898ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    transform: translate3d(50vw, 102vh, 0);
  }
  to {
    transform: translate3d(86vw, -131vh, 0);
  }
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(50vw, 102vh, 0);
  }
  to {
    transform: translate3d(86vw, -131vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 3932ms;
          animation-delay: 3932ms;
}
.circle-container:nth-child(147) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-147;
          animation-name: move-frames-147;
  -webkit-animation-duration: 35487ms;
          animation-duration: 35487ms;
  -webkit-animation-delay: 11812ms;
          animation-delay: 11812ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    transform: translate3d(10vw, 104vh, 0);
  }
  to {
    transform: translate3d(80vw, -134vh, 0);
  }
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(10vw, 104vh, 0);
  }
  to {
    transform: translate3d(80vw, -134vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 2914ms;
          animation-delay: 2914ms;
}
.circle-container:nth-child(148) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-148;
          animation-name: move-frames-148;
  -webkit-animation-duration: 33082ms;
          animation-duration: 33082ms;
  -webkit-animation-delay: 5966ms;
          animation-delay: 5966ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    transform: translate3d(20vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -134vh, 0);
  }
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(20vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -134vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 1256ms;
          animation-delay: 1256ms;
}
.circle-container:nth-child(149) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-149;
          animation-name: move-frames-149;
  -webkit-animation-duration: 31749ms;
          animation-duration: 31749ms;
  -webkit-animation-delay: 28113ms;
          animation-delay: 28113ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -117vh, 0);
  }
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -117vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 1250ms;
          animation-delay: 1250ms;
}
.circle-container:nth-child(150) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-150;
          animation-name: move-frames-150;
  -webkit-animation-duration: 28697ms;
          animation-duration: 28697ms;
  -webkit-animation-delay: 16333ms;
          animation-delay: 16333ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(99vw, -130vh, 0);
  }
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(99vw, -130vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 1235ms;
          animation-delay: 1235ms;
}
.circle-container:nth-child(151) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-151;
          animation-name: move-frames-151;
  -webkit-animation-duration: 28214ms;
          animation-duration: 28214ms;
  -webkit-animation-delay: 1282ms;
          animation-delay: 1282ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    transform: translate3d(43vw, 109vh, 0);
  }
  to {
    transform: translate3d(90vw, -139vh, 0);
  }
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(43vw, 109vh, 0);
  }
  to {
    transform: translate3d(90vw, -139vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 986ms;
          animation-delay: 986ms;
}
.circle-container:nth-child(152) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-152;
          animation-name: move-frames-152;
  -webkit-animation-duration: 34088ms;
          animation-duration: 34088ms;
  -webkit-animation-delay: 18188ms;
          animation-delay: 18188ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    transform: translate3d(37vw, 108vh, 0);
  }
  to {
    transform: translate3d(61vw, -123vh, 0);
  }
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(37vw, 108vh, 0);
  }
  to {
    transform: translate3d(61vw, -123vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 2880ms;
          animation-delay: 2880ms;
}
.circle-container:nth-child(153) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-153;
          animation-name: move-frames-153;
  -webkit-animation-duration: 35408ms;
          animation-duration: 35408ms;
  -webkit-animation-delay: 30735ms;
          animation-delay: 30735ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    transform: translate3d(97vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -127vh, 0);
  }
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(97vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -127vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 1298ms;
          animation-delay: 1298ms;
}
.circle-container:nth-child(154) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-154;
          animation-name: move-frames-154;
  -webkit-animation-duration: 32394ms;
          animation-duration: 32394ms;
  -webkit-animation-delay: 30956ms;
          animation-delay: 30956ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    transform: translate3d(14vw, 106vh, 0);
  }
  to {
    transform: translate3d(19vw, -126vh, 0);
  }
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(14vw, 106vh, 0);
  }
  to {
    transform: translate3d(19vw, -126vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 605ms;
          animation-delay: 605ms;
}
.circle-container:nth-child(155) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-155;
          animation-name: move-frames-155;
  -webkit-animation-duration: 33565ms;
          animation-duration: 33565ms;
  -webkit-animation-delay: 4596ms;
          animation-delay: 4596ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    transform: translate3d(91vw, 108vh, 0);
  }
  to {
    transform: translate3d(63vw, -112vh, 0);
  }
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(91vw, 108vh, 0);
  }
  to {
    transform: translate3d(63vw, -112vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 2375ms;
          animation-delay: 2375ms;
}
.circle-container:nth-child(156) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-156;
          animation-name: move-frames-156;
  -webkit-animation-duration: 36173ms;
          animation-duration: 36173ms;
  -webkit-animation-delay: 25892ms;
          animation-delay: 25892ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    transform: translate3d(21vw, 109vh, 0);
  }
  to {
    transform: translate3d(7vw, -134vh, 0);
  }
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(21vw, 109vh, 0);
  }
  to {
    transform: translate3d(7vw, -134vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 3205ms;
          animation-delay: 3205ms;
}
.circle-container:nth-child(157) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-157;
          animation-name: move-frames-157;
  -webkit-animation-duration: 30187ms;
          animation-duration: 30187ms;
  -webkit-animation-delay: 29111ms;
          animation-delay: 29111ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    transform: translate3d(23vw, 107vh, 0);
  }
  to {
    transform: translate3d(36vw, -128vh, 0);
  }
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(23vw, 107vh, 0);
  }
  to {
    transform: translate3d(36vw, -128vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 2539ms;
          animation-delay: 2539ms;
}
.circle-container:nth-child(158) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-158;
          animation-name: move-frames-158;
  -webkit-animation-duration: 34684ms;
          animation-duration: 34684ms;
  -webkit-animation-delay: 6851ms;
          animation-delay: 6851ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    transform: translate3d(6vw, 106vh, 0);
  }
  to {
    transform: translate3d(55vw, -126vh, 0);
  }
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(6vw, 106vh, 0);
  }
  to {
    transform: translate3d(55vw, -126vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 2564ms;
          animation-delay: 2564ms;
}
.circle-container:nth-child(159) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-159;
          animation-name: move-frames-159;
  -webkit-animation-duration: 29931ms;
          animation-duration: 29931ms;
  -webkit-animation-delay: 7606ms;
          animation-delay: 7606ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    transform: translate3d(63vw, 105vh, 0);
  }
  to {
    transform: translate3d(83vw, -123vh, 0);
  }
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(63vw, 105vh, 0);
  }
  to {
    transform: translate3d(83vw, -123vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 1613ms;
          animation-delay: 1613ms;
}
.circle-container:nth-child(160) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-160;
          animation-name: move-frames-160;
  -webkit-animation-duration: 30563ms;
          animation-duration: 30563ms;
  -webkit-animation-delay: 6499ms;
          animation-delay: 6499ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    transform: translate3d(13vw, 110vh, 0);
  }
  to {
    transform: translate3d(10vw, -134vh, 0);
  }
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(13vw, 110vh, 0);
  }
  to {
    transform: translate3d(10vw, -134vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 3901ms;
          animation-delay: 3901ms;
}
.circle-container:nth-child(161) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-161;
          animation-name: move-frames-161;
  -webkit-animation-duration: 36792ms;
          animation-duration: 36792ms;
  -webkit-animation-delay: 13827ms;
          animation-delay: 13827ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    transform: translate3d(36vw, 103vh, 0);
  }
  to {
    transform: translate3d(1vw, -131vh, 0);
  }
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(36vw, 103vh, 0);
  }
  to {
    transform: translate3d(1vw, -131vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 2173ms;
          animation-delay: 2173ms;
}
.circle-container:nth-child(162) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-162;
          animation-name: move-frames-162;
  -webkit-animation-duration: 28998ms;
          animation-duration: 28998ms;
  -webkit-animation-delay: 6472ms;
          animation-delay: 6472ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    transform: translate3d(13vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -109vh, 0);
  }
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(13vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -109vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 1905ms;
          animation-delay: 1905ms;
}
.circle-container:nth-child(163) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-163;
          animation-name: move-frames-163;
  -webkit-animation-duration: 35390ms;
          animation-duration: 35390ms;
  -webkit-animation-delay: 34507ms;
          animation-delay: 34507ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -136vh, 0);
  }
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -136vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 3006ms;
          animation-delay: 3006ms;
}
.circle-container:nth-child(164) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-164;
          animation-name: move-frames-164;
  -webkit-animation-duration: 34114ms;
          animation-duration: 34114ms;
  -webkit-animation-delay: 6611ms;
          animation-delay: 6611ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    transform: translate3d(91vw, 102vh, 0);
  }
  to {
    transform: translate3d(62vw, -127vh, 0);
  }
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(91vw, 102vh, 0);
  }
  to {
    transform: translate3d(62vw, -127vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 608ms;
          animation-delay: 608ms;
}
.circle-container:nth-child(165) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-165;
          animation-name: move-frames-165;
  -webkit-animation-duration: 29652ms;
          animation-duration: 29652ms;
  -webkit-animation-delay: 9712ms;
          animation-delay: 9712ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    transform: translate3d(66vw, 109vh, 0);
  }
  to {
    transform: translate3d(49vw, -128vh, 0);
  }
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(66vw, 109vh, 0);
  }
  to {
    transform: translate3d(49vw, -128vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 3773ms;
          animation-delay: 3773ms;
}
.circle-container:nth-child(166) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-166;
          animation-name: move-frames-166;
  -webkit-animation-duration: 29738ms;
          animation-duration: 29738ms;
  -webkit-animation-delay: 25338ms;
          animation-delay: 25338ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    transform: translate3d(72vw, 105vh, 0);
  }
  to {
    transform: translate3d(17vw, -134vh, 0);
  }
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(72vw, 105vh, 0);
  }
  to {
    transform: translate3d(17vw, -134vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 826ms;
          animation-delay: 826ms;
}
.circle-container:nth-child(167) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-167;
          animation-name: move-frames-167;
  -webkit-animation-duration: 35146ms;
          animation-duration: 35146ms;
  -webkit-animation-delay: 11641ms;
          animation-delay: 11641ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    transform: translate3d(86vw, 104vh, 0);
  }
  to {
    transform: translate3d(55vw, -128vh, 0);
  }
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(86vw, 104vh, 0);
  }
  to {
    transform: translate3d(55vw, -128vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 1043ms;
          animation-delay: 1043ms;
}
.circle-container:nth-child(168) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-168;
          animation-name: move-frames-168;
  -webkit-animation-duration: 36630ms;
          animation-duration: 36630ms;
  -webkit-animation-delay: 27924ms;
          animation-delay: 27924ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    transform: translate3d(19vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -112vh, 0);
  }
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(19vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -112vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 366ms;
          animation-delay: 366ms;
}
.circle-container:nth-child(169) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-169;
          animation-name: move-frames-169;
  -webkit-animation-duration: 28737ms;
          animation-duration: 28737ms;
  -webkit-animation-delay: 1813ms;
          animation-delay: 1813ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    transform: translate3d(77vw, 108vh, 0);
  }
  to {
    transform: translate3d(34vw, -118vh, 0);
  }
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(77vw, 108vh, 0);
  }
  to {
    transform: translate3d(34vw, -118vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 572ms;
          animation-delay: 572ms;
}
.circle-container:nth-child(170) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-170;
          animation-name: move-frames-170;
  -webkit-animation-duration: 36845ms;
          animation-duration: 36845ms;
  -webkit-animation-delay: 18281ms;
          animation-delay: 18281ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    transform: translate3d(96vw, 110vh, 0);
  }
  to {
    transform: translate3d(22vw, -127vh, 0);
  }
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(96vw, 110vh, 0);
  }
  to {
    transform: translate3d(22vw, -127vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 1317ms;
          animation-delay: 1317ms;
}
.circle-container:nth-child(171) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-171;
          animation-name: move-frames-171;
  -webkit-animation-duration: 32602ms;
          animation-duration: 32602ms;
  -webkit-animation-delay: 18592ms;
          animation-delay: 18592ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    transform: translate3d(18vw, 108vh, 0);
  }
  to {
    transform: translate3d(47vw, -127vh, 0);
  }
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(18vw, 108vh, 0);
  }
  to {
    transform: translate3d(47vw, -127vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 3521ms;
          animation-delay: 3521ms;
}
.circle-container:nth-child(172) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-172;
          animation-name: move-frames-172;
  -webkit-animation-duration: 29241ms;
          animation-duration: 29241ms;
  -webkit-animation-delay: 36943ms;
          animation-delay: 36943ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    transform: translate3d(83vw, 102vh, 0);
  }
  to {
    transform: translate3d(79vw, -118vh, 0);
  }
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(83vw, 102vh, 0);
  }
  to {
    transform: translate3d(79vw, -118vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 1233ms;
          animation-delay: 1233ms;
}
.circle-container:nth-child(173) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-173;
          animation-name: move-frames-173;
  -webkit-animation-duration: 29056ms;
          animation-duration: 29056ms;
  -webkit-animation-delay: 21921ms;
          animation-delay: 21921ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    transform: translate3d(51vw, 106vh, 0);
  }
  to {
    transform: translate3d(35vw, -109vh, 0);
  }
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(51vw, 106vh, 0);
  }
  to {
    transform: translate3d(35vw, -109vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 3769ms;
          animation-delay: 3769ms;
}
.circle-container:nth-child(174) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-174;
          animation-name: move-frames-174;
  -webkit-animation-duration: 31368ms;
          animation-duration: 31368ms;
  -webkit-animation-delay: 31374ms;
          animation-delay: 31374ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    transform: translate3d(19vw, 110vh, 0);
  }
  to {
    transform: translate3d(1vw, -133vh, 0);
  }
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(19vw, 110vh, 0);
  }
  to {
    transform: translate3d(1vw, -133vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 849ms;
          animation-delay: 849ms;
}
.circle-container:nth-child(175) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-175;
          animation-name: move-frames-175;
  -webkit-animation-duration: 30178ms;
          animation-duration: 30178ms;
  -webkit-animation-delay: 4966ms;
          animation-delay: 4966ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(62vw, -134vh, 0);
  }
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(62vw, -134vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 3634ms;
          animation-delay: 3634ms;
}
.circle-container:nth-child(176) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-176;
          animation-name: move-frames-176;
  -webkit-animation-duration: 34042ms;
          animation-duration: 34042ms;
  -webkit-animation-delay: 28166ms;
          animation-delay: 28166ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    transform: translate3d(33vw, 105vh, 0);
  }
  to {
    transform: translate3d(91vw, -131vh, 0);
  }
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(33vw, 105vh, 0);
  }
  to {
    transform: translate3d(91vw, -131vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 904ms;
          animation-delay: 904ms;
}
.circle-container:nth-child(177) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-177;
          animation-name: move-frames-177;
  -webkit-animation-duration: 31008ms;
          animation-duration: 31008ms;
  -webkit-animation-delay: 8639ms;
          animation-delay: 8639ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    transform: translate3d(68vw, 105vh, 0);
  }
  to {
    transform: translate3d(26vw, -118vh, 0);
  }
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(68vw, 105vh, 0);
  }
  to {
    transform: translate3d(26vw, -118vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 1529ms;
          animation-delay: 1529ms;
}
.circle-container:nth-child(178) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-178;
          animation-name: move-frames-178;
  -webkit-animation-duration: 32838ms;
          animation-duration: 32838ms;
  -webkit-animation-delay: 23787ms;
          animation-delay: 23787ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    transform: translate3d(84vw, 105vh, 0);
  }
  to {
    transform: translate3d(71vw, -113vh, 0);
  }
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(84vw, 105vh, 0);
  }
  to {
    transform: translate3d(71vw, -113vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 1132ms;
          animation-delay: 1132ms;
}
.circle-container:nth-child(179) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-179;
          animation-name: move-frames-179;
  -webkit-animation-duration: 36983ms;
          animation-duration: 36983ms;
  -webkit-animation-delay: 31587ms;
          animation-delay: 31587ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    transform: translate3d(89vw, 106vh, 0);
  }
  to {
    transform: translate3d(33vw, -123vh, 0);
  }
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(89vw, 106vh, 0);
  }
  to {
    transform: translate3d(33vw, -123vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 2ms;
          animation-delay: 2ms;
}
.circle-container:nth-child(180) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-180;
          animation-name: move-frames-180;
  -webkit-animation-duration: 30888ms;
          animation-duration: 30888ms;
  -webkit-animation-delay: 4314ms;
          animation-delay: 4314ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    transform: translate3d(31vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -119vh, 0);
  }
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(31vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -119vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 1911ms;
          animation-delay: 1911ms;
}
.circle-container:nth-child(181) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-181;
          animation-name: move-frames-181;
  -webkit-animation-duration: 34049ms;
          animation-duration: 34049ms;
  -webkit-animation-delay: 4590ms;
          animation-delay: 4590ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    transform: translate3d(20vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -130vh, 0);
  }
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(20vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -130vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 2452ms;
          animation-delay: 2452ms;
}
.circle-container:nth-child(182) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-182;
          animation-name: move-frames-182;
  -webkit-animation-duration: 28679ms;
          animation-duration: 28679ms;
  -webkit-animation-delay: 21150ms;
          animation-delay: 21150ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    transform: translate3d(86vw, 108vh, 0);
  }
  to {
    transform: translate3d(87vw, -121vh, 0);
  }
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(86vw, 108vh, 0);
  }
  to {
    transform: translate3d(87vw, -121vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 2290ms;
          animation-delay: 2290ms;
}
.circle-container:nth-child(183) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-183;
          animation-name: move-frames-183;
  -webkit-animation-duration: 31852ms;
          animation-duration: 31852ms;
  -webkit-animation-delay: 17219ms;
          animation-delay: 17219ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    transform: translate3d(85vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -124vh, 0);
  }
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(85vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -124vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 536ms;
          animation-delay: 536ms;
}
.circle-container:nth-child(184) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-184;
          animation-name: move-frames-184;
  -webkit-animation-duration: 31569ms;
          animation-duration: 31569ms;
  -webkit-animation-delay: 13321ms;
          animation-delay: 13321ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    transform: translate3d(95vw, 109vh, 0);
  }
  to {
    transform: translate3d(18vw, -127vh, 0);
  }
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(95vw, 109vh, 0);
  }
  to {
    transform: translate3d(18vw, -127vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 2337ms;
          animation-delay: 2337ms;
}
.circle-container:nth-child(185) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-185;
          animation-name: move-frames-185;
  -webkit-animation-duration: 35901ms;
          animation-duration: 35901ms;
  -webkit-animation-delay: 32014ms;
          animation-delay: 32014ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    transform: translate3d(24vw, 109vh, 0);
  }
  to {
    transform: translate3d(51vw, -118vh, 0);
  }
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(24vw, 109vh, 0);
  }
  to {
    transform: translate3d(51vw, -118vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}
.circle-container:nth-child(186) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-186;
          animation-name: move-frames-186;
  -webkit-animation-duration: 31337ms;
          animation-duration: 31337ms;
  -webkit-animation-delay: 19963ms;
          animation-delay: 19963ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    transform: translate3d(24vw, 101vh, 0);
  }
  to {
    transform: translate3d(63vw, -111vh, 0);
  }
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(24vw, 101vh, 0);
  }
  to {
    transform: translate3d(63vw, -111vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 2025ms;
          animation-delay: 2025ms;
}
.circle-container:nth-child(187) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-187;
          animation-name: move-frames-187;
  -webkit-animation-duration: 34196ms;
          animation-duration: 34196ms;
  -webkit-animation-delay: 12944ms;
          animation-delay: 12944ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    transform: translate3d(51vw, 104vh, 0);
  }
  to {
    transform: translate3d(2vw, -133vh, 0);
  }
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(51vw, 104vh, 0);
  }
  to {
    transform: translate3d(2vw, -133vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 2202ms;
          animation-delay: 2202ms;
}
.circle-container:nth-child(188) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-188;
          animation-name: move-frames-188;
  -webkit-animation-duration: 30558ms;
          animation-duration: 30558ms;
  -webkit-animation-delay: 10638ms;
          animation-delay: 10638ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    transform: translate3d(51vw, 107vh, 0);
  }
  to {
    transform: translate3d(85vw, -111vh, 0);
  }
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(51vw, 107vh, 0);
  }
  to {
    transform: translate3d(85vw, -111vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 764ms;
          animation-delay: 764ms;
}
.circle-container:nth-child(189) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-189;
          animation-name: move-frames-189;
  -webkit-animation-duration: 35256ms;
          animation-duration: 35256ms;
  -webkit-animation-delay: 19628ms;
          animation-delay: 19628ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    transform: translate3d(20vw, 105vh, 0);
  }
  to {
    transform: translate3d(81vw, -111vh, 0);
  }
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(20vw, 105vh, 0);
  }
  to {
    transform: translate3d(81vw, -111vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 367ms;
          animation-delay: 367ms;
}
.circle-container:nth-child(190) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-190;
          animation-name: move-frames-190;
  -webkit-animation-duration: 32175ms;
          animation-duration: 32175ms;
  -webkit-animation-delay: 12143ms;
          animation-delay: 12143ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    transform: translate3d(40vw, 109vh, 0);
  }
  to {
    transform: translate3d(83vw, -125vh, 0);
  }
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(40vw, 109vh, 0);
  }
  to {
    transform: translate3d(83vw, -125vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 2983ms;
          animation-delay: 2983ms;
}
.circle-container:nth-child(191) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-191;
          animation-name: move-frames-191;
  -webkit-animation-duration: 30541ms;
          animation-duration: 30541ms;
  -webkit-animation-delay: 7291ms;
          animation-delay: 7291ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    transform: translate3d(92vw, 102vh, 0);
  }
  to {
    transform: translate3d(31vw, -118vh, 0);
  }
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(92vw, 102vh, 0);
  }
  to {
    transform: translate3d(31vw, -118vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 3446ms;
          animation-delay: 3446ms;
}
.circle-container:nth-child(192) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-192;
          animation-name: move-frames-192;
  -webkit-animation-duration: 33302ms;
          animation-duration: 33302ms;
  -webkit-animation-delay: 29115ms;
          animation-delay: 29115ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    transform: translate3d(45vw, 101vh, 0);
  }
  to {
    transform: translate3d(95vw, -127vh, 0);
  }
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(45vw, 101vh, 0);
  }
  to {
    transform: translate3d(95vw, -127vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 754ms;
          animation-delay: 754ms;
}
.circle-container:nth-child(193) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-193;
          animation-name: move-frames-193;
  -webkit-animation-duration: 32676ms;
          animation-duration: 32676ms;
  -webkit-animation-delay: 4769ms;
          animation-delay: 4769ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    transform: translate3d(55vw, 109vh, 0);
  }
  to {
    transform: translate3d(41vw, -118vh, 0);
  }
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(55vw, 109vh, 0);
  }
  to {
    transform: translate3d(41vw, -118vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 2828ms;
          animation-delay: 2828ms;
}
.circle-container:nth-child(194) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-194;
          animation-name: move-frames-194;
  -webkit-animation-duration: 33028ms;
          animation-duration: 33028ms;
  -webkit-animation-delay: 25000ms;
          animation-delay: 25000ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    transform: translate3d(66vw, 105vh, 0);
  }
  to {
    transform: translate3d(66vw, -135vh, 0);
  }
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(66vw, 105vh, 0);
  }
  to {
    transform: translate3d(66vw, -135vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 3572ms;
          animation-delay: 3572ms;
}
.circle-container:nth-child(195) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-195;
          animation-name: move-frames-195;
  -webkit-animation-duration: 34460ms;
          animation-duration: 34460ms;
  -webkit-animation-delay: 24753ms;
          animation-delay: 24753ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    transform: translate3d(5vw, 107vh, 0);
  }
  to {
    transform: translate3d(11vw, -126vh, 0);
  }
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(5vw, 107vh, 0);
  }
  to {
    transform: translate3d(11vw, -126vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 3685ms;
          animation-delay: 3685ms;
}
.circle-container:nth-child(196) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-196;
          animation-name: move-frames-196;
  -webkit-animation-duration: 34244ms;
          animation-duration: 34244ms;
  -webkit-animation-delay: 15621ms;
          animation-delay: 15621ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    transform: translate3d(41vw, 106vh, 0);
  }
  to {
    transform: translate3d(35vw, -108vh, 0);
  }
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(41vw, 106vh, 0);
  }
  to {
    transform: translate3d(35vw, -108vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 368ms;
          animation-delay: 368ms;
}
.circle-container:nth-child(197) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-197;
          animation-name: move-frames-197;
  -webkit-animation-duration: 36772ms;
          animation-duration: 36772ms;
  -webkit-animation-delay: 35604ms;
          animation-delay: 35604ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    transform: translate3d(98vw, 104vh, 0);
  }
  to {
    transform: translate3d(44vw, -110vh, 0);
  }
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(98vw, 104vh, 0);
  }
  to {
    transform: translate3d(44vw, -110vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 2952ms;
          animation-delay: 2952ms;
}
.circle-container:nth-child(198) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-198;
          animation-name: move-frames-198;
  -webkit-animation-duration: 28968ms;
          animation-duration: 28968ms;
  -webkit-animation-delay: 19530ms;
          animation-delay: 19530ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    transform: translate3d(25vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -110vh, 0);
  }
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(25vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -110vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 223ms;
          animation-delay: 223ms;
}
.circle-container:nth-child(199) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-199;
          animation-name: move-frames-199;
  -webkit-animation-duration: 30569ms;
          animation-duration: 30569ms;
  -webkit-animation-delay: 26309ms;
          animation-delay: 26309ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(49vw, -109vh, 0);
  }
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(49vw, -109vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 1633ms;
          animation-delay: 1633ms;
}
.circle-container:nth-child(200) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-200;
          animation-name: move-frames-200;
  -webkit-animation-duration: 30205ms;
          animation-duration: 30205ms;
  -webkit-animation-delay: 2966ms;
          animation-delay: 2966ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    transform: translate3d(79vw, 102vh, 0);
  }
  to {
    transform: translate3d(88vw, -104vh, 0);
  }
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(79vw, 102vh, 0);
  }
  to {
    transform: translate3d(88vw, -104vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 3914ms;
          animation-delay: 3914ms;
}

.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;
  }
}
