* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100vh;
  color:#fff;        
}
body{
    background-color: #021027;
}
.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity:0.7;
  z-index:-2;
  } 

.center {
      border-radius: 120px;
      width: 120px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      background: black;
        }
      
h1{
      text-align: center;
      font-family: 'Poppins', sans-serif;
      height: 40px;
      font-size: 22px;
      font-weight: bold;
      background: solid;
      }
div.alok{
      display: table;
      margin: auto;
      padding: 2rem 2rem 2rem 2rem;
      border-radius:  15px 15px 15px 15px;
      backdrop-filter: blur(5px);
      box-shadow: 0px 0px 20px black;
      z-index: -1;
      }

  
li {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 17px;
      }
      
      
ul.alok {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: black;
      }
      
      
p.alok {
      text-align: center;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      color:honeydew;
      }   


.okokok {
      border-radius: 50%;
      width: 37px;
      position: relative;
      margin-left: 25px;
      margin-right: 25px;
      z-index:0;
      }
.link-preview {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20%;
      padding: 10px;
      margin-left:30px;
      margin-right:30px;
      border-radius: 10px;
      backdrop-filter: blur(10px);
      box-shadow: 0px 0px 20px black;
      z-index:0;
      }
.link-preview img {
      width: 100%;
      margin: auto;
      z-index:-1
      }
  
           
.circle-container {
  position: absolute;
  transform: translateY(-10vh);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
  -webkit-animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
          animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@-webkit-keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
.circle-container:nth-child(1) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-1;
          animation-name: move-frames-1;
  -webkit-animation-duration: 29042ms;
          animation-duration: 29042ms;
  -webkit-animation-delay: 23395ms;
          animation-delay: 23395ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    transform: translate3d(41vw, 103vh, 0);
  }
  to {
    transform: translate3d(54vw, -115vh, 0);
  }
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(41vw, 103vh, 0);
  }
  to {
    transform: translate3d(54vw, -115vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 2806ms;
          animation-delay: 2806ms;
}
.circle-container:nth-child(2) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-2;
          animation-name: move-frames-2;
  -webkit-animation-duration: 34637ms;
          animation-duration: 34637ms;
  -webkit-animation-delay: 14914ms;
          animation-delay: 14914ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    transform: translate3d(87vw, 107vh, 0);
  }
  to {
    transform: translate3d(88vw, -134vh, 0);
  }
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(87vw, 107vh, 0);
  }
  to {
    transform: translate3d(88vw, -134vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 1122ms;
          animation-delay: 1122ms;
}
.circle-container:nth-child(3) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-3;
          animation-name: move-frames-3;
  -webkit-animation-duration: 33464ms;
          animation-duration: 33464ms;
  -webkit-animation-delay: 1109ms;
          animation-delay: 1109ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(68vw, -113vh, 0);
  }
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(68vw, -113vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 3918ms;
          animation-delay: 3918ms;
}
.circle-container:nth-child(4) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-4;
          animation-name: move-frames-4;
  -webkit-animation-duration: 35547ms;
          animation-duration: 35547ms;
  -webkit-animation-delay: 29669ms;
          animation-delay: 29669ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    transform: translate3d(87vw, 110vh, 0);
  }
  to {
    transform: translate3d(37vw, -117vh, 0);
  }
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(87vw, 110vh, 0);
  }
  to {
    transform: translate3d(37vw, -117vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 997ms;
          animation-delay: 997ms;
}
.circle-container:nth-child(5) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-5;
          animation-name: move-frames-5;
  -webkit-animation-duration: 31404ms;
          animation-duration: 31404ms;
  -webkit-animation-delay: 7140ms;
          animation-delay: 7140ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    transform: translate3d(73vw, 103vh, 0);
  }
  to {
    transform: translate3d(40vw, -117vh, 0);
  }
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(73vw, 103vh, 0);
  }
  to {
    transform: translate3d(40vw, -117vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 2611ms;
          animation-delay: 2611ms;
}
.circle-container:nth-child(6) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-6;
          animation-name: move-frames-6;
  -webkit-animation-duration: 36907ms;
          animation-duration: 36907ms;
  -webkit-animation-delay: 23349ms;
          animation-delay: 23349ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    transform: translate3d(86vw, 105vh, 0);
  }
  to {
    transform: translate3d(23vw, -129vh, 0);
  }
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(86vw, 105vh, 0);
  }
  to {
    transform: translate3d(23vw, -129vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 3154ms;
          animation-delay: 3154ms;
}
.circle-container:nth-child(7) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-7;
          animation-name: move-frames-7;
  -webkit-animation-duration: 36103ms;
          animation-duration: 36103ms;
  -webkit-animation-delay: 23014ms;
          animation-delay: 23014ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    transform: translate3d(99vw, 101vh, 0);
  }
  to {
    transform: translate3d(79vw, -115vh, 0);
  }
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(99vw, 101vh, 0);
  }
  to {
    transform: translate3d(79vw, -115vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 3177ms;
          animation-delay: 3177ms;
}
.circle-container:nth-child(8) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-8;
          animation-name: move-frames-8;
  -webkit-animation-duration: 28409ms;
          animation-duration: 28409ms;
  -webkit-animation-delay: 15261ms;
          animation-delay: 15261ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(33vw, -114vh, 0);
  }
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(33vw, -114vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 3750ms;
          animation-delay: 3750ms;
}
.circle-container:nth-child(9) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-9;
          animation-name: move-frames-9;
  -webkit-animation-duration: 31466ms;
          animation-duration: 31466ms;
  -webkit-animation-delay: 31030ms;
          animation-delay: 31030ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    transform: translate3d(100vw, 108vh, 0);
  }
  to {
    transform: translate3d(92vw, -116vh, 0);
  }
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(100vw, 108vh, 0);
  }
  to {
    transform: translate3d(92vw, -116vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 2414ms;
          animation-delay: 2414ms;
}
.circle-container:nth-child(10) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-10;
          animation-name: move-frames-10;
  -webkit-animation-duration: 32476ms;
          animation-duration: 32476ms;
  -webkit-animation-delay: 13669ms;
          animation-delay: 13669ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    transform: translate3d(68vw, 102vh, 0);
  }
  to {
    transform: translate3d(29vw, -128vh, 0);
  }
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(68vw, 102vh, 0);
  }
  to {
    transform: translate3d(29vw, -128vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 2106ms;
          animation-delay: 2106ms;
}
.circle-container:nth-child(11) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-11;
          animation-name: move-frames-11;
  -webkit-animation-duration: 35196ms;
          animation-duration: 35196ms;
  -webkit-animation-delay: 4096ms;
          animation-delay: 4096ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(95vw, -119vh, 0);
  }
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(95vw, -119vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 812ms;
          animation-delay: 812ms;
}
.circle-container:nth-child(12) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-12;
          animation-name: move-frames-12;
  -webkit-animation-duration: 29906ms;
          animation-duration: 29906ms;
  -webkit-animation-delay: 26495ms;
          animation-delay: 26495ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    transform: translate3d(50vw, 109vh, 0);
  }
  to {
    transform: translate3d(31vw, -138vh, 0);
  }
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(50vw, 109vh, 0);
  }
  to {
    transform: translate3d(31vw, -138vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 2140ms;
          animation-delay: 2140ms;
}
.circle-container:nth-child(13) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-13;
          animation-name: move-frames-13;
  -webkit-animation-duration: 30861ms;
          animation-duration: 30861ms;
  -webkit-animation-delay: 10360ms;
          animation-delay: 10360ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    transform: translate3d(12vw, 105vh, 0);
  }
  to {
    transform: translate3d(39vw, -125vh, 0);
  }
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(12vw, 105vh, 0);
  }
  to {
    transform: translate3d(39vw, -125vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 2487ms;
          animation-delay: 2487ms;
}
.circle-container:nth-child(14) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-14;
          animation-name: move-frames-14;
  -webkit-animation-duration: 28647ms;
          animation-duration: 28647ms;
  -webkit-animation-delay: 1232ms;
          animation-delay: 1232ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    transform: translate3d(46vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -135vh, 0);
  }
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(46vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -135vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 2645ms;
          animation-delay: 2645ms;
}
.circle-container:nth-child(15) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-15;
          animation-name: move-frames-15;
  -webkit-animation-duration: 30831ms;
          animation-duration: 30831ms;
  -webkit-animation-delay: 22374ms;
          animation-delay: 22374ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    transform: translate3d(9vw, 101vh, 0);
  }
  to {
    transform: translate3d(92vw, -118vh, 0);
  }
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(9vw, 101vh, 0);
  }
  to {
    transform: translate3d(92vw, -118vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 1664ms;
          animation-delay: 1664ms;
}
.circle-container:nth-child(16) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-16;
          animation-name: move-frames-16;
  -webkit-animation-duration: 30157ms;
          animation-duration: 30157ms;
  -webkit-animation-delay: 16874ms;
          animation-delay: 16874ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    transform: translate3d(8vw, 105vh, 0);
  }
  to {
    transform: translate3d(48vw, -113vh, 0);
  }
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(8vw, 105vh, 0);
  }
  to {
    transform: translate3d(48vw, -113vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 424ms;
          animation-delay: 424ms;
}
.circle-container:nth-child(17) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-17;
          animation-name: move-frames-17;
  -webkit-animation-duration: 29494ms;
          animation-duration: 29494ms;
  -webkit-animation-delay: 893ms;
          animation-delay: 893ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    transform: translate3d(25vw, 103vh, 0);
  }
  to {
    transform: translate3d(30vw, -125vh, 0);
  }
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(25vw, 103vh, 0);
  }
  to {
    transform: translate3d(30vw, -125vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 2108ms;
          animation-delay: 2108ms;
}
.circle-container:nth-child(18) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-18;
          animation-name: move-frames-18;
  -webkit-animation-duration: 32307ms;
          animation-duration: 32307ms;
  -webkit-animation-delay: 6193ms;
          animation-delay: 6193ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    transform: translate3d(2vw, 109vh, 0);
  }
  to {
    transform: translate3d(14vw, -130vh, 0);
  }
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(2vw, 109vh, 0);
  }
  to {
    transform: translate3d(14vw, -130vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 406ms;
          animation-delay: 406ms;
}
.circle-container:nth-child(19) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-19;
          animation-name: move-frames-19;
  -webkit-animation-duration: 35122ms;
          animation-duration: 35122ms;
  -webkit-animation-delay: 14667ms;
          animation-delay: 14667ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    transform: translate3d(33vw, 103vh, 0);
  }
  to {
    transform: translate3d(88vw, -107vh, 0);
  }
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(33vw, 103vh, 0);
  }
  to {
    transform: translate3d(88vw, -107vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 3692ms;
          animation-delay: 3692ms;
}
.circle-container:nth-child(20) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-20;
          animation-name: move-frames-20;
  -webkit-animation-duration: 29890ms;
          animation-duration: 29890ms;
  -webkit-animation-delay: 1069ms;
          animation-delay: 1069ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    transform: translate3d(78vw, 106vh, 0);
  }
  to {
    transform: translate3d(43vw, -112vh, 0);
  }
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(78vw, 106vh, 0);
  }
  to {
    transform: translate3d(43vw, -112vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 1750ms;
          animation-delay: 1750ms;
}
.circle-container:nth-child(21) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-21;
          animation-name: move-frames-21;
  -webkit-animation-duration: 31323ms;
          animation-duration: 31323ms;
  -webkit-animation-delay: 15626ms;
          animation-delay: 15626ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    transform: translate3d(53vw, 109vh, 0);
  }
  to {
    transform: translate3d(70vw, -124vh, 0);
  }
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(53vw, 109vh, 0);
  }
  to {
    transform: translate3d(70vw, -124vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 2025ms;
          animation-delay: 2025ms;
}
.circle-container:nth-child(22) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-22;
          animation-name: move-frames-22;
  -webkit-animation-duration: 34073ms;
          animation-duration: 34073ms;
  -webkit-animation-delay: 36789ms;
          animation-delay: 36789ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    transform: translate3d(77vw, 107vh, 0);
  }
  to {
    transform: translate3d(35vw, -121vh, 0);
  }
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(77vw, 107vh, 0);
  }
  to {
    transform: translate3d(35vw, -121vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 571ms;
          animation-delay: 571ms;
}
.circle-container:nth-child(23) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-23;
          animation-name: move-frames-23;
  -webkit-animation-duration: 28291ms;
          animation-duration: 28291ms;
  -webkit-animation-delay: 24480ms;
          animation-delay: 24480ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    transform: translate3d(42vw, 103vh, 0);
  }
  to {
    transform: translate3d(75vw, -132vh, 0);
  }
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(42vw, 103vh, 0);
  }
  to {
    transform: translate3d(75vw, -132vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 2761ms;
          animation-delay: 2761ms;
}
.circle-container:nth-child(24) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-24;
          animation-name: move-frames-24;
  -webkit-animation-duration: 31827ms;
          animation-duration: 31827ms;
  -webkit-animation-delay: 30387ms;
          animation-delay: 30387ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    transform: translate3d(67vw, 106vh, 0);
  }
  to {
    transform: translate3d(85vw, -132vh, 0);
  }
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(67vw, 106vh, 0);
  }
  to {
    transform: translate3d(85vw, -132vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 130ms;
          animation-delay: 130ms;
}
.circle-container:nth-child(25) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-25;
          animation-name: move-frames-25;
  -webkit-animation-duration: 30012ms;
          animation-duration: 30012ms;
  -webkit-animation-delay: 89ms;
          animation-delay: 89ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    transform: translate3d(39vw, 107vh, 0);
  }
  to {
    transform: translate3d(41vw, -108vh, 0);
  }
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(39vw, 107vh, 0);
  }
  to {
    transform: translate3d(41vw, -108vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 3404ms;
          animation-delay: 3404ms;
}
.circle-container:nth-child(26) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-26;
          animation-name: move-frames-26;
  -webkit-animation-duration: 31506ms;
          animation-duration: 31506ms;
  -webkit-animation-delay: 31572ms;
          animation-delay: 31572ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    transform: translate3d(56vw, 101vh, 0);
  }
  to {
    transform: translate3d(89vw, -116vh, 0);
  }
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(56vw, 101vh, 0);
  }
  to {
    transform: translate3d(89vw, -116vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 192ms;
          animation-delay: 192ms;
}
.circle-container:nth-child(27) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-27;
          animation-name: move-frames-27;
  -webkit-animation-duration: 32996ms;
          animation-duration: 32996ms;
  -webkit-animation-delay: 36970ms;
          animation-delay: 36970ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    transform: translate3d(82vw, 106vh, 0);
  }
  to {
    transform: translate3d(93vw, -108vh, 0);
  }
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(82vw, 106vh, 0);
  }
  to {
    transform: translate3d(93vw, -108vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 485ms;
          animation-delay: 485ms;
}
.circle-container:nth-child(28) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-28;
          animation-name: move-frames-28;
  -webkit-animation-duration: 34261ms;
          animation-duration: 34261ms;
  -webkit-animation-delay: 28582ms;
          animation-delay: 28582ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    transform: translate3d(43vw, 109vh, 0);
  }
  to {
    transform: translate3d(90vw, -112vh, 0);
  }
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(43vw, 109vh, 0);
  }
  to {
    transform: translate3d(90vw, -112vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 3345ms;
          animation-delay: 3345ms;
}
.circle-container:nth-child(29) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-29;
          animation-name: move-frames-29;
  -webkit-animation-duration: 31050ms;
          animation-duration: 31050ms;
  -webkit-animation-delay: 20070ms;
          animation-delay: 20070ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    transform: translate3d(64vw, 103vh, 0);
  }
  to {
    transform: translate3d(36vw, -121vh, 0);
  }
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(64vw, 103vh, 0);
  }
  to {
    transform: translate3d(36vw, -121vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 1386ms;
          animation-delay: 1386ms;
}
.circle-container:nth-child(30) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-30;
          animation-name: move-frames-30;
  -webkit-animation-duration: 28133ms;
          animation-duration: 28133ms;
  -webkit-animation-delay: 20301ms;
          animation-delay: 20301ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    transform: translate3d(28vw, 109vh, 0);
  }
  to {
    transform: translate3d(12vw, -119vh, 0);
  }
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(28vw, 109vh, 0);
  }
  to {
    transform: translate3d(12vw, -119vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 2609ms;
          animation-delay: 2609ms;
}
.circle-container:nth-child(31) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-31;
          animation-name: move-frames-31;
  -webkit-animation-duration: 32358ms;
          animation-duration: 32358ms;
  -webkit-animation-delay: 7977ms;
          animation-delay: 7977ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    transform: translate3d(46vw, 109vh, 0);
  }
  to {
    transform: translate3d(93vw, -121vh, 0);
  }
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(46vw, 109vh, 0);
  }
  to {
    transform: translate3d(93vw, -121vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 2781ms;
          animation-delay: 2781ms;
}
.circle-container:nth-child(32) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-32;
          animation-name: move-frames-32;
  -webkit-animation-duration: 36035ms;
          animation-duration: 36035ms;
  -webkit-animation-delay: 20613ms;
          animation-delay: 20613ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    transform: translate3d(16vw, 108vh, 0);
  }
  to {
    transform: translate3d(73vw, -125vh, 0);
  }
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(16vw, 108vh, 0);
  }
  to {
    transform: translate3d(73vw, -125vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 1507ms;
          animation-delay: 1507ms;
}
.circle-container:nth-child(33) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-33;
          animation-name: move-frames-33;
  -webkit-animation-duration: 28870ms;
          animation-duration: 28870ms;
  -webkit-animation-delay: 22744ms;
          animation-delay: 22744ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    transform: translate3d(9vw, 104vh, 0);
  }
  to {
    transform: translate3d(79vw, -128vh, 0);
  }
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(9vw, 104vh, 0);
  }
  to {
    transform: translate3d(79vw, -128vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 3808ms;
          animation-delay: 3808ms;
}
.circle-container:nth-child(34) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-34;
          animation-name: move-frames-34;
  -webkit-animation-duration: 34348ms;
          animation-duration: 34348ms;
  -webkit-animation-delay: 24671ms;
          animation-delay: 24671ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    transform: translate3d(39vw, 101vh, 0);
  }
  to {
    transform: translate3d(53vw, -106vh, 0);
  }
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(39vw, 101vh, 0);
  }
  to {
    transform: translate3d(53vw, -106vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 3384ms;
          animation-delay: 3384ms;
}
.circle-container:nth-child(35) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-35;
          animation-name: move-frames-35;
  -webkit-animation-duration: 33539ms;
          animation-duration: 33539ms;
  -webkit-animation-delay: 242ms;
          animation-delay: 242ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    transform: translate3d(21vw, 101vh, 0);
  }
  to {
    transform: translate3d(33vw, -106vh, 0);
  }
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(21vw, 101vh, 0);
  }
  to {
    transform: translate3d(33vw, -106vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 3663ms;
          animation-delay: 3663ms;
}
.circle-container:nth-child(36) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-36;
          animation-name: move-frames-36;
  -webkit-animation-duration: 34247ms;
          animation-duration: 34247ms;
  -webkit-animation-delay: 8358ms;
          animation-delay: 8358ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(38vw, -112vh, 0);
  }
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(38vw, -112vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 241ms;
          animation-delay: 241ms;
}
.circle-container:nth-child(37) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-37;
          animation-name: move-frames-37;
  -webkit-animation-duration: 35912ms;
          animation-duration: 35912ms;
  -webkit-animation-delay: 23266ms;
          animation-delay: 23266ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    transform: translate3d(19vw, 101vh, 0);
  }
  to {
    transform: translate3d(10vw, -110vh, 0);
  }
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(19vw, 101vh, 0);
  }
  to {
    transform: translate3d(10vw, -110vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
}
.circle-container:nth-child(38) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-38;
          animation-name: move-frames-38;
  -webkit-animation-duration: 31688ms;
          animation-duration: 31688ms;
  -webkit-animation-delay: 22241ms;
          animation-delay: 22241ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    transform: translate3d(24vw, 105vh, 0);
  }
  to {
    transform: translate3d(60vw, -130vh, 0);
  }
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(24vw, 105vh, 0);
  }
  to {
    transform: translate3d(60vw, -130vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 1554ms;
          animation-delay: 1554ms;
}
.circle-container:nth-child(39) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-39;
          animation-name: move-frames-39;
  -webkit-animation-duration: 32623ms;
          animation-duration: 32623ms;
  -webkit-animation-delay: 25929ms;
          animation-delay: 25929ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    transform: translate3d(17vw, 102vh, 0);
  }
  to {
    transform: translate3d(89vw, -113vh, 0);
  }
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(17vw, 102vh, 0);
  }
  to {
    transform: translate3d(89vw, -113vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 1517ms;
          animation-delay: 1517ms;
}
.circle-container:nth-child(40) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-40;
          animation-name: move-frames-40;
  -webkit-animation-duration: 33751ms;
          animation-duration: 33751ms;
  -webkit-animation-delay: 24589ms;
          animation-delay: 24589ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    transform: translate3d(98vw, 104vh, 0);
  }
  to {
    transform: translate3d(35vw, -128vh, 0);
  }
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(98vw, 104vh, 0);
  }
  to {
    transform: translate3d(35vw, -128vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 2763ms;
          animation-delay: 2763ms;
}
.circle-container:nth-child(41) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-41;
          animation-name: move-frames-41;
  -webkit-animation-duration: 28641ms;
          animation-duration: 28641ms;
  -webkit-animation-delay: 1758ms;
          animation-delay: 1758ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    transform: translate3d(44vw, 103vh, 0);
  }
  to {
    transform: translate3d(69vw, -122vh, 0);
  }
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(44vw, 103vh, 0);
  }
  to {
    transform: translate3d(69vw, -122vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 2417ms;
          animation-delay: 2417ms;
}
.circle-container:nth-child(42) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-42;
          animation-name: move-frames-42;
  -webkit-animation-duration: 32420ms;
          animation-duration: 32420ms;
  -webkit-animation-delay: 2409ms;
          animation-delay: 2409ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(47vw, -129vh, 0);
  }
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(47vw, -129vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 495ms;
          animation-delay: 495ms;
}
.circle-container:nth-child(43) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-43;
          animation-name: move-frames-43;
  -webkit-animation-duration: 28852ms;
          animation-duration: 28852ms;
  -webkit-animation-delay: 548ms;
          animation-delay: 548ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    transform: translate3d(23vw, 103vh, 0);
  }
  to {
    transform: translate3d(1vw, -121vh, 0);
  }
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(23vw, 103vh, 0);
  }
  to {
    transform: translate3d(1vw, -121vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 686ms;
          animation-delay: 686ms;
}
.circle-container:nth-child(44) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-44;
          animation-name: move-frames-44;
  -webkit-animation-duration: 34134ms;
          animation-duration: 34134ms;
  -webkit-animation-delay: 34600ms;
          animation-delay: 34600ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    transform: translate3d(95vw, 102vh, 0);
  }
  to {
    transform: translate3d(48vw, -121vh, 0);
  }
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(95vw, 102vh, 0);
  }
  to {
    transform: translate3d(48vw, -121vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 1719ms;
          animation-delay: 1719ms;
}
.circle-container:nth-child(45) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-45;
          animation-name: move-frames-45;
  -webkit-animation-duration: 30770ms;
          animation-duration: 30770ms;
  -webkit-animation-delay: 1178ms;
          animation-delay: 1178ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    transform: translate3d(90vw, 109vh, 0);
  }
  to {
    transform: translate3d(38vw, -127vh, 0);
  }
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(90vw, 109vh, 0);
  }
  to {
    transform: translate3d(38vw, -127vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 1825ms;
          animation-delay: 1825ms;
}
.circle-container:nth-child(46) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-46;
          animation-name: move-frames-46;
  -webkit-animation-duration: 34170ms;
          animation-duration: 34170ms;
  -webkit-animation-delay: 680ms;
          animation-delay: 680ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    transform: translate3d(90vw, 106vh, 0);
  }
  to {
    transform: translate3d(47vw, -124vh, 0);
  }
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(90vw, 106vh, 0);
  }
  to {
    transform: translate3d(47vw, -124vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 212ms;
          animation-delay: 212ms;
}
.circle-container:nth-child(47) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-47;
          animation-name: move-frames-47;
  -webkit-animation-duration: 36782ms;
          animation-duration: 36782ms;
  -webkit-animation-delay: 9677ms;
          animation-delay: 9677ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    transform: translate3d(8vw, 105vh, 0);
  }
  to {
    transform: translate3d(79vw, -117vh, 0);
  }
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(8vw, 105vh, 0);
  }
  to {
    transform: translate3d(79vw, -117vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 1772ms;
          animation-delay: 1772ms;
}
.circle-container:nth-child(48) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-48;
          animation-name: move-frames-48;
  -webkit-animation-duration: 30101ms;
          animation-duration: 30101ms;
  -webkit-animation-delay: 15321ms;
          animation-delay: 15321ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    transform: translate3d(100vw, 103vh, 0);
  }
  to {
    transform: translate3d(24vw, -130vh, 0);
  }
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(100vw, 103vh, 0);
  }
  to {
    transform: translate3d(24vw, -130vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 3023ms;
          animation-delay: 3023ms;
}
.circle-container:nth-child(49) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-49;
          animation-name: move-frames-49;
  -webkit-animation-duration: 34433ms;
          animation-duration: 34433ms;
  -webkit-animation-delay: 12492ms;
          animation-delay: 12492ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    transform: translate3d(98vw, 104vh, 0);
  }
  to {
    transform: translate3d(100vw, -107vh, 0);
  }
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(98vw, 104vh, 0);
  }
  to {
    transform: translate3d(100vw, -107vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 3448ms;
          animation-delay: 3448ms;
}
.circle-container:nth-child(50) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-50;
          animation-name: move-frames-50;
  -webkit-animation-duration: 31614ms;
          animation-duration: 31614ms;
  -webkit-animation-delay: 11788ms;
          animation-delay: 11788ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    transform: translate3d(5vw, 101vh, 0);
  }
  to {
    transform: translate3d(13vw, -105vh, 0);
  }
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(5vw, 101vh, 0);
  }
  to {
    transform: translate3d(13vw, -105vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 3698ms;
          animation-delay: 3698ms;
}
.circle-container:nth-child(51) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-51;
          animation-name: move-frames-51;
  -webkit-animation-duration: 34233ms;
          animation-duration: 34233ms;
  -webkit-animation-delay: 14571ms;
          animation-delay: 14571ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    transform: translate3d(99vw, 109vh, 0);
  }
  to {
    transform: translate3d(57vw, -118vh, 0);
  }
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(99vw, 109vh, 0);
  }
  to {
    transform: translate3d(57vw, -118vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 3131ms;
          animation-delay: 3131ms;
}
.circle-container:nth-child(52) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-52;
          animation-name: move-frames-52;
  -webkit-animation-duration: 36601ms;
          animation-duration: 36601ms;
  -webkit-animation-delay: 4215ms;
          animation-delay: 4215ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    transform: translate3d(81vw, 104vh, 0);
  }
  to {
    transform: translate3d(36vw, -110vh, 0);
  }
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(81vw, 104vh, 0);
  }
  to {
    transform: translate3d(36vw, -110vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 323ms;
          animation-delay: 323ms;
}
.circle-container:nth-child(53) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-53;
          animation-name: move-frames-53;
  -webkit-animation-duration: 29546ms;
          animation-duration: 29546ms;
  -webkit-animation-delay: 12902ms;
          animation-delay: 12902ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(60vw, -117vh, 0);
  }
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(60vw, -117vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 1891ms;
          animation-delay: 1891ms;
}
.circle-container:nth-child(54) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-54;
          animation-name: move-frames-54;
  -webkit-animation-duration: 32546ms;
          animation-duration: 32546ms;
  -webkit-animation-delay: 1394ms;
          animation-delay: 1394ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    transform: translate3d(63vw, 101vh, 0);
  }
  to {
    transform: translate3d(71vw, -107vh, 0);
  }
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(63vw, 101vh, 0);
  }
  to {
    transform: translate3d(71vw, -107vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 1713ms;
          animation-delay: 1713ms;
}
.circle-container:nth-child(55) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-55;
          animation-name: move-frames-55;
  -webkit-animation-duration: 31539ms;
          animation-duration: 31539ms;
  -webkit-animation-delay: 34664ms;
          animation-delay: 34664ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    transform: translate3d(70vw, 110vh, 0);
  }
  to {
    transform: translate3d(66vw, -113vh, 0);
  }
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(70vw, 110vh, 0);
  }
  to {
    transform: translate3d(66vw, -113vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 291ms;
          animation-delay: 291ms;
}
.circle-container:nth-child(56) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-56;
          animation-name: move-frames-56;
  -webkit-animation-duration: 29518ms;
          animation-duration: 29518ms;
  -webkit-animation-delay: 12150ms;
          animation-delay: 12150ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    transform: translate3d(53vw, 101vh, 0);
  }
  to {
    transform: translate3d(88vw, -127vh, 0);
  }
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(53vw, 101vh, 0);
  }
  to {
    transform: translate3d(88vw, -127vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 671ms;
          animation-delay: 671ms;
}
.circle-container:nth-child(57) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-57;
          animation-name: move-frames-57;
  -webkit-animation-duration: 31952ms;
          animation-duration: 31952ms;
  -webkit-animation-delay: 22591ms;
          animation-delay: 22591ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    transform: translate3d(13vw, 106vh, 0);
  }
  to {
    transform: translate3d(19vw, -118vh, 0);
  }
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(13vw, 106vh, 0);
  }
  to {
    transform: translate3d(19vw, -118vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 2108ms;
          animation-delay: 2108ms;
}
.circle-container:nth-child(58) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-58;
          animation-name: move-frames-58;
  -webkit-animation-duration: 34710ms;
          animation-duration: 34710ms;
  -webkit-animation-delay: 25499ms;
          animation-delay: 25499ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    transform: translate3d(77vw, 107vh, 0);
  }
  to {
    transform: translate3d(68vw, -136vh, 0);
  }
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(77vw, 107vh, 0);
  }
  to {
    transform: translate3d(68vw, -136vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 3849ms;
          animation-delay: 3849ms;
}
.circle-container:nth-child(59) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-59;
          animation-name: move-frames-59;
  -webkit-animation-duration: 36540ms;
          animation-duration: 36540ms;
  -webkit-animation-delay: 31939ms;
          animation-delay: 31939ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(95vw, -111vh, 0);
  }
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(95vw, -111vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 1856ms;
          animation-delay: 1856ms;
}
.circle-container:nth-child(60) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-60;
          animation-name: move-frames-60;
  -webkit-animation-duration: 29239ms;
          animation-duration: 29239ms;
  -webkit-animation-delay: 3082ms;
          animation-delay: 3082ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    transform: translate3d(2vw, 109vh, 0);
  }
  to {
    transform: translate3d(74vw, -126vh, 0);
  }
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(2vw, 109vh, 0);
  }
  to {
    transform: translate3d(74vw, -126vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 3187ms;
          animation-delay: 3187ms;
}
.circle-container:nth-child(61) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-61;
          animation-name: move-frames-61;
  -webkit-animation-duration: 34272ms;
          animation-duration: 34272ms;
  -webkit-animation-delay: 8070ms;
          animation-delay: 8070ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    transform: translate3d(69vw, 102vh, 0);
  }
  to {
    transform: translate3d(77vw, -116vh, 0);
  }
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(69vw, 102vh, 0);
  }
  to {
    transform: translate3d(77vw, -116vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 3488ms;
          animation-delay: 3488ms;
}
.circle-container:nth-child(62) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-62;
          animation-name: move-frames-62;
  -webkit-animation-duration: 28311ms;
          animation-duration: 28311ms;
  -webkit-animation-delay: 31119ms;
          animation-delay: 31119ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    transform: translate3d(87vw, 107vh, 0);
  }
  to {
    transform: translate3d(31vw, -114vh, 0);
  }
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(87vw, 107vh, 0);
  }
  to {
    transform: translate3d(31vw, -114vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 3030ms;
          animation-delay: 3030ms;
}
.circle-container:nth-child(63) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-63;
          animation-name: move-frames-63;
  -webkit-animation-duration: 32186ms;
          animation-duration: 32186ms;
  -webkit-animation-delay: 7264ms;
          animation-delay: 7264ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    transform: translate3d(83vw, 109vh, 0);
  }
  to {
    transform: translate3d(41vw, -115vh, 0);
  }
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(83vw, 109vh, 0);
  }
  to {
    transform: translate3d(41vw, -115vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 1154ms;
          animation-delay: 1154ms;
}
.circle-container:nth-child(64) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-64;
          animation-name: move-frames-64;
  -webkit-animation-duration: 36364ms;
          animation-duration: 36364ms;
  -webkit-animation-delay: 20397ms;
          animation-delay: 20397ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    transform: translate3d(54vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -127vh, 0);
  }
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(54vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -127vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 2626ms;
          animation-delay: 2626ms;
}
.circle-container:nth-child(65) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-65;
          animation-name: move-frames-65;
  -webkit-animation-duration: 34311ms;
          animation-duration: 34311ms;
  -webkit-animation-delay: 17000ms;
          animation-delay: 17000ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    transform: translate3d(55vw, 105vh, 0);
  }
  to {
    transform: translate3d(63vw, -120vh, 0);
  }
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(55vw, 105vh, 0);
  }
  to {
    transform: translate3d(63vw, -120vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 3486ms;
          animation-delay: 3486ms;
}
.circle-container:nth-child(66) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-66;
          animation-name: move-frames-66;
  -webkit-animation-duration: 29818ms;
          animation-duration: 29818ms;
  -webkit-animation-delay: 3934ms;
          animation-delay: 3934ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    transform: translate3d(95vw, 104vh, 0);
  }
  to {
    transform: translate3d(27vw, -118vh, 0);
  }
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(95vw, 104vh, 0);
  }
  to {
    transform: translate3d(27vw, -118vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 1539ms;
          animation-delay: 1539ms;
}
.circle-container:nth-child(67) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-67;
          animation-name: move-frames-67;
  -webkit-animation-duration: 31568ms;
          animation-duration: 31568ms;
  -webkit-animation-delay: 31039ms;
          animation-delay: 31039ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    transform: translate3d(21vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -115vh, 0);
  }
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(21vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -115vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 122ms;
          animation-delay: 122ms;
}
.circle-container:nth-child(68) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-68;
          animation-name: move-frames-68;
  -webkit-animation-duration: 30573ms;
          animation-duration: 30573ms;
  -webkit-animation-delay: 19430ms;
          animation-delay: 19430ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    transform: translate3d(6vw, 101vh, 0);
  }
  to {
    transform: translate3d(60vw, -104vh, 0);
  }
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(6vw, 101vh, 0);
  }
  to {
    transform: translate3d(60vw, -104vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 2926ms;
          animation-delay: 2926ms;
}
.circle-container:nth-child(69) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-69;
          animation-name: move-frames-69;
  -webkit-animation-duration: 34208ms;
          animation-duration: 34208ms;
  -webkit-animation-delay: 28523ms;
          animation-delay: 28523ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    transform: translate3d(30vw, 110vh, 0);
  }
  to {
    transform: translate3d(27vw, -126vh, 0);
  }
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(30vw, 110vh, 0);
  }
  to {
    transform: translate3d(27vw, -126vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 2442ms;
          animation-delay: 2442ms;
}
.circle-container:nth-child(70) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-70;
          animation-name: move-frames-70;
  -webkit-animation-duration: 29973ms;
          animation-duration: 29973ms;
  -webkit-animation-delay: 32368ms;
          animation-delay: 32368ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    transform: translate3d(65vw, 107vh, 0);
  }
  to {
    transform: translate3d(29vw, -126vh, 0);
  }
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(65vw, 107vh, 0);
  }
  to {
    transform: translate3d(29vw, -126vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 3871ms;
          animation-delay: 3871ms;
}
.circle-container:nth-child(71) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-71;
          animation-name: move-frames-71;
  -webkit-animation-duration: 30418ms;
          animation-duration: 30418ms;
  -webkit-animation-delay: 9994ms;
          animation-delay: 9994ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    transform: translate3d(26vw, 108vh, 0);
  }
  to {
    transform: translate3d(18vw, -131vh, 0);
  }
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(26vw, 108vh, 0);
  }
  to {
    transform: translate3d(18vw, -131vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 3057ms;
          animation-delay: 3057ms;
}
.circle-container:nth-child(72) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-72;
          animation-name: move-frames-72;
  -webkit-animation-duration: 28292ms;
          animation-duration: 28292ms;
  -webkit-animation-delay: 5173ms;
          animation-delay: 5173ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    transform: translate3d(50vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -127vh, 0);
  }
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(50vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -127vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 2757ms;
          animation-delay: 2757ms;
}
.circle-container:nth-child(73) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-73;
          animation-name: move-frames-73;
  -webkit-animation-duration: 35212ms;
          animation-duration: 35212ms;
  -webkit-animation-delay: 23726ms;
          animation-delay: 23726ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    transform: translate3d(21vw, 103vh, 0);
  }
  to {
    transform: translate3d(43vw, -114vh, 0);
  }
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(21vw, 103vh, 0);
  }
  to {
    transform: translate3d(43vw, -114vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 3656ms;
          animation-delay: 3656ms;
}
.circle-container:nth-child(74) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-74;
          animation-name: move-frames-74;
  -webkit-animation-duration: 29825ms;
          animation-duration: 29825ms;
  -webkit-animation-delay: 5890ms;
          animation-delay: 5890ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    transform: translate3d(87vw, 101vh, 0);
  }
  to {
    transform: translate3d(15vw, -124vh, 0);
  }
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(87vw, 101vh, 0);
  }
  to {
    transform: translate3d(15vw, -124vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 3450ms;
          animation-delay: 3450ms;
}
.circle-container:nth-child(75) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-75;
          animation-name: move-frames-75;
  -webkit-animation-duration: 30455ms;
          animation-duration: 30455ms;
  -webkit-animation-delay: 27250ms;
          animation-delay: 27250ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    transform: translate3d(71vw, 106vh, 0);
  }
  to {
    transform: translate3d(48vw, -107vh, 0);
  }
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(71vw, 106vh, 0);
  }
  to {
    transform: translate3d(48vw, -107vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 2877ms;
          animation-delay: 2877ms;
}
.circle-container:nth-child(76) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-76;
          animation-name: move-frames-76;
  -webkit-animation-duration: 28902ms;
          animation-duration: 28902ms;
  -webkit-animation-delay: 22032ms;
          animation-delay: 22032ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    transform: translate3d(90vw, 104vh, 0);
  }
  to {
    transform: translate3d(76vw, -130vh, 0);
  }
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(90vw, 104vh, 0);
  }
  to {
    transform: translate3d(76vw, -130vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 3230ms;
          animation-delay: 3230ms;
}
.circle-container:nth-child(77) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-77;
          animation-name: move-frames-77;
  -webkit-animation-duration: 30335ms;
          animation-duration: 30335ms;
  -webkit-animation-delay: 29929ms;
          animation-delay: 29929ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    transform: translate3d(20vw, 107vh, 0);
  }
  to {
    transform: translate3d(22vw, -115vh, 0);
  }
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(20vw, 107vh, 0);
  }
  to {
    transform: translate3d(22vw, -115vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 3667ms;
          animation-delay: 3667ms;
}
.circle-container:nth-child(78) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-78;
          animation-name: move-frames-78;
  -webkit-animation-duration: 36196ms;
          animation-duration: 36196ms;
  -webkit-animation-delay: 14672ms;
          animation-delay: 14672ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    transform: translate3d(38vw, 106vh, 0);
  }
  to {
    transform: translate3d(100vw, -110vh, 0);
  }
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(38vw, 106vh, 0);
  }
  to {
    transform: translate3d(100vw, -110vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 451ms;
          animation-delay: 451ms;
}
.circle-container:nth-child(79) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-79;
          animation-name: move-frames-79;
  -webkit-animation-duration: 30096ms;
          animation-duration: 30096ms;
  -webkit-animation-delay: 19003ms;
          animation-delay: 19003ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    transform: translate3d(70vw, 105vh, 0);
  }
  to {
    transform: translate3d(53vw, -125vh, 0);
  }
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(70vw, 105vh, 0);
  }
  to {
    transform: translate3d(53vw, -125vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 91ms;
          animation-delay: 91ms;
}
.circle-container:nth-child(80) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-80;
          animation-name: move-frames-80;
  -webkit-animation-duration: 28544ms;
          animation-duration: 28544ms;
  -webkit-animation-delay: 20318ms;
          animation-delay: 20318ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(27vw, -127vh, 0);
  }
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(27vw, -127vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 1652ms;
          animation-delay: 1652ms;
}
.circle-container:nth-child(81) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-81;
          animation-name: move-frames-81;
  -webkit-animation-duration: 36102ms;
          animation-duration: 36102ms;
  -webkit-animation-delay: 4063ms;
          animation-delay: 4063ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    transform: translate3d(73vw, 104vh, 0);
  }
  to {
    transform: translate3d(92vw, -134vh, 0);
  }
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(73vw, 104vh, 0);
  }
  to {
    transform: translate3d(92vw, -134vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 157ms;
          animation-delay: 157ms;
}
.circle-container:nth-child(82) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-82;
          animation-name: move-frames-82;
  -webkit-animation-duration: 31044ms;
          animation-duration: 31044ms;
  -webkit-animation-delay: 34167ms;
          animation-delay: 34167ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    transform: translate3d(82vw, 104vh, 0);
  }
  to {
    transform: translate3d(67vw, -117vh, 0);
  }
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(82vw, 104vh, 0);
  }
  to {
    transform: translate3d(67vw, -117vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 3190ms;
          animation-delay: 3190ms;
}
.circle-container:nth-child(83) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-83;
          animation-name: move-frames-83;
  -webkit-animation-duration: 36553ms;
          animation-duration: 36553ms;
  -webkit-animation-delay: 6256ms;
          animation-delay: 6256ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(20vw, -128vh, 0);
  }
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(20vw, -128vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 3578ms;
          animation-delay: 3578ms;
}
.circle-container:nth-child(84) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-84;
          animation-name: move-frames-84;
  -webkit-animation-duration: 30824ms;
          animation-duration: 30824ms;
  -webkit-animation-delay: 9510ms;
          animation-delay: 9510ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    transform: translate3d(56vw, 110vh, 0);
  }
  to {
    transform: translate3d(85vw, -135vh, 0);
  }
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(56vw, 110vh, 0);
  }
  to {
    transform: translate3d(85vw, -135vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 155ms;
          animation-delay: 155ms;
}
.circle-container:nth-child(85) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-85;
          animation-name: move-frames-85;
  -webkit-animation-duration: 29674ms;
          animation-duration: 29674ms;
  -webkit-animation-delay: 32650ms;
          animation-delay: 32650ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    transform: translate3d(39vw, 106vh, 0);
  }
  to {
    transform: translate3d(34vw, -130vh, 0);
  }
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(39vw, 106vh, 0);
  }
  to {
    transform: translate3d(34vw, -130vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 374ms;
          animation-delay: 374ms;
}
.circle-container:nth-child(86) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-86;
          animation-name: move-frames-86;
  -webkit-animation-duration: 31448ms;
          animation-duration: 31448ms;
  -webkit-animation-delay: 12628ms;
          animation-delay: 12628ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    transform: translate3d(64vw, 110vh, 0);
  }
  to {
    transform: translate3d(74vw, -140vh, 0);
  }
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(64vw, 110vh, 0);
  }
  to {
    transform: translate3d(74vw, -140vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 2764ms;
          animation-delay: 2764ms;
}
.circle-container:nth-child(87) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-87;
          animation-name: move-frames-87;
  -webkit-animation-duration: 30260ms;
          animation-duration: 30260ms;
  -webkit-animation-delay: 12586ms;
          animation-delay: 12586ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -135vh, 0);
  }
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -135vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 1016ms;
          animation-delay: 1016ms;
}
.circle-container:nth-child(88) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-88;
          animation-name: move-frames-88;
  -webkit-animation-duration: 35623ms;
          animation-duration: 35623ms;
  -webkit-animation-delay: 30594ms;
          animation-delay: 30594ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    transform: translate3d(6vw, 108vh, 0);
  }
  to {
    transform: translate3d(19vw, -130vh, 0);
  }
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(6vw, 108vh, 0);
  }
  to {
    transform: translate3d(19vw, -130vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 2281ms;
          animation-delay: 2281ms;
}
.circle-container:nth-child(89) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-89;
          animation-name: move-frames-89;
  -webkit-animation-duration: 32575ms;
          animation-duration: 32575ms;
  -webkit-animation-delay: 12961ms;
          animation-delay: 12961ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    transform: translate3d(64vw, 110vh, 0);
  }
  to {
    transform: translate3d(98vw, -132vh, 0);
  }
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(64vw, 110vh, 0);
  }
  to {
    transform: translate3d(98vw, -132vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 151ms;
          animation-delay: 151ms;
}
.circle-container:nth-child(90) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-90;
          animation-name: move-frames-90;
  -webkit-animation-duration: 28469ms;
          animation-duration: 28469ms;
  -webkit-animation-delay: 18099ms;
          animation-delay: 18099ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    transform: translate3d(34vw, 107vh, 0);
  }
  to {
    transform: translate3d(69vw, -117vh, 0);
  }
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(34vw, 107vh, 0);
  }
  to {
    transform: translate3d(69vw, -117vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 1948ms;
          animation-delay: 1948ms;
}
.circle-container:nth-child(91) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-91;
          animation-name: move-frames-91;
  -webkit-animation-duration: 32991ms;
          animation-duration: 32991ms;
  -webkit-animation-delay: 9223ms;
          animation-delay: 9223ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    transform: translate3d(24vw, 108vh, 0);
  }
  to {
    transform: translate3d(46vw, -135vh, 0);
  }
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(24vw, 108vh, 0);
  }
  to {
    transform: translate3d(46vw, -135vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 1727ms;
          animation-delay: 1727ms;
}
.circle-container:nth-child(92) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-92;
          animation-name: move-frames-92;
  -webkit-animation-duration: 30633ms;
          animation-duration: 30633ms;
  -webkit-animation-delay: 28286ms;
          animation-delay: 28286ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    transform: translate3d(45vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -114vh, 0);
  }
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(45vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -114vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 1102ms;
          animation-delay: 1102ms;
}
.circle-container:nth-child(93) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-93;
          animation-name: move-frames-93;
  -webkit-animation-duration: 35754ms;
          animation-duration: 35754ms;
  -webkit-animation-delay: 17837ms;
          animation-delay: 17837ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    transform: translate3d(4vw, 110vh, 0);
  }
  to {
    transform: translate3d(35vw, -137vh, 0);
  }
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(4vw, 110vh, 0);
  }
  to {
    transform: translate3d(35vw, -137vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 659ms;
          animation-delay: 659ms;
}
.circle-container:nth-child(94) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-94;
          animation-name: move-frames-94;
  -webkit-animation-duration: 36523ms;
          animation-duration: 36523ms;
  -webkit-animation-delay: 11758ms;
          animation-delay: 11758ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    transform: translate3d(49vw, 105vh, 0);
  }
  to {
    transform: translate3d(89vw, -125vh, 0);
  }
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(49vw, 105vh, 0);
  }
  to {
    transform: translate3d(89vw, -125vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 2682ms;
          animation-delay: 2682ms;
}
.circle-container:nth-child(95) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-95;
          animation-name: move-frames-95;
  -webkit-animation-duration: 29030ms;
          animation-duration: 29030ms;
  -webkit-animation-delay: 3458ms;
          animation-delay: 3458ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    transform: translate3d(15vw, 110vh, 0);
  }
  to {
    transform: translate3d(29vw, -112vh, 0);
  }
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(15vw, 110vh, 0);
  }
  to {
    transform: translate3d(29vw, -112vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 148ms;
          animation-delay: 148ms;
}
.circle-container:nth-child(96) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-96;
          animation-name: move-frames-96;
  -webkit-animation-duration: 32744ms;
          animation-duration: 32744ms;
  -webkit-animation-delay: 2134ms;
          animation-delay: 2134ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    transform: translate3d(32vw, 104vh, 0);
  }
  to {
    transform: translate3d(88vw, -111vh, 0);
  }
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(32vw, 104vh, 0);
  }
  to {
    transform: translate3d(88vw, -111vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 2479ms;
          animation-delay: 2479ms;
}
.circle-container:nth-child(97) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-97;
          animation-name: move-frames-97;
  -webkit-animation-duration: 28159ms;
          animation-duration: 28159ms;
  -webkit-animation-delay: 2329ms;
          animation-delay: 2329ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    transform: translate3d(8vw, 106vh, 0);
  }
  to {
    transform: translate3d(45vw, -119vh, 0);
  }
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(8vw, 106vh, 0);
  }
  to {
    transform: translate3d(45vw, -119vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}
.circle-container:nth-child(98) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-98;
          animation-name: move-frames-98;
  -webkit-animation-duration: 35923ms;
          animation-duration: 35923ms;
  -webkit-animation-delay: 29860ms;
          animation-delay: 29860ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    transform: translate3d(74vw, 104vh, 0);
  }
  to {
    transform: translate3d(31vw, -133vh, 0);
  }
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(74vw, 104vh, 0);
  }
  to {
    transform: translate3d(31vw, -133vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 1222ms;
          animation-delay: 1222ms;
}
.circle-container:nth-child(99) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-99;
          animation-name: move-frames-99;
  -webkit-animation-duration: 34343ms;
          animation-duration: 34343ms;
  -webkit-animation-delay: 4553ms;
          animation-delay: 4553ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    transform: translate3d(16vw, 107vh, 0);
  }
  to {
    transform: translate3d(10vw, -136vh, 0);
  }
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(16vw, 107vh, 0);
  }
  to {
    transform: translate3d(10vw, -136vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 1038ms;
          animation-delay: 1038ms;
}
.circle-container:nth-child(100) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-100;
          animation-name: move-frames-100;
  -webkit-animation-duration: 33271ms;
          animation-duration: 33271ms;
  -webkit-animation-delay: 10169ms;
          animation-delay: 10169ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    transform: translate3d(12vw, 109vh, 0);
  }
  to {
    transform: translate3d(85vw, -129vh, 0);
  }
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(12vw, 109vh, 0);
  }
  to {
    transform: translate3d(85vw, -129vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 176ms;
          animation-delay: 176ms;
}
.circle-container:nth-child(101) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-101;
          animation-name: move-frames-101;
  -webkit-animation-duration: 34950ms;
          animation-duration: 34950ms;
  -webkit-animation-delay: 26311ms;
          animation-delay: 26311ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    transform: translate3d(31vw, 104vh, 0);
  }
  to {
    transform: translate3d(26vw, -116vh, 0);
  }
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(31vw, 104vh, 0);
  }
  to {
    transform: translate3d(26vw, -116vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 1071ms;
          animation-delay: 1071ms;
}
.circle-container:nth-child(102) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-102;
          animation-name: move-frames-102;
  -webkit-animation-duration: 29333ms;
          animation-duration: 29333ms;
  -webkit-animation-delay: 1765ms;
          animation-delay: 1765ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    transform: translate3d(90vw, 110vh, 0);
  }
  to {
    transform: translate3d(13vw, -112vh, 0);
  }
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(90vw, 110vh, 0);
  }
  to {
    transform: translate3d(13vw, -112vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 938ms;
          animation-delay: 938ms;
}
.circle-container:nth-child(103) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-103;
          animation-name: move-frames-103;
  -webkit-animation-duration: 33335ms;
          animation-duration: 33335ms;
  -webkit-animation-delay: 4391ms;
          animation-delay: 4391ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    transform: translate3d(28vw, 108vh, 0);
  }
  to {
    transform: translate3d(93vw, -120vh, 0);
  }
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(28vw, 108vh, 0);
  }
  to {
    transform: translate3d(93vw, -120vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 2804ms;
          animation-delay: 2804ms;
}
.circle-container:nth-child(104) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-104;
          animation-name: move-frames-104;
  -webkit-animation-duration: 29667ms;
          animation-duration: 29667ms;
  -webkit-animation-delay: 8204ms;
          animation-delay: 8204ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    transform: translate3d(73vw, 109vh, 0);
  }
  to {
    transform: translate3d(93vw, -117vh, 0);
  }
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(73vw, 109vh, 0);
  }
  to {
    transform: translate3d(93vw, -117vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 2942ms;
          animation-delay: 2942ms;
}
.circle-container:nth-child(105) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-105;
          animation-name: move-frames-105;
  -webkit-animation-duration: 32128ms;
          animation-duration: 32128ms;
  -webkit-animation-delay: 25863ms;
          animation-delay: 25863ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    transform: translate3d(61vw, 107vh, 0);
  }
  to {
    transform: translate3d(6vw, -134vh, 0);
  }
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(61vw, 107vh, 0);
  }
  to {
    transform: translate3d(6vw, -134vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 3047ms;
          animation-delay: 3047ms;
}
.circle-container:nth-child(106) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-106;
          animation-name: move-frames-106;
  -webkit-animation-duration: 34947ms;
          animation-duration: 34947ms;
  -webkit-animation-delay: 20217ms;
          animation-delay: 20217ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    transform: translate3d(16vw, 109vh, 0);
  }
  to {
    transform: translate3d(85vw, -116vh, 0);
  }
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(16vw, 109vh, 0);
  }
  to {
    transform: translate3d(85vw, -116vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 1917ms;
          animation-delay: 1917ms;
}
.circle-container:nth-child(107) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-107;
          animation-name: move-frames-107;
  -webkit-animation-duration: 32108ms;
          animation-duration: 32108ms;
  -webkit-animation-delay: 31626ms;
          animation-delay: 31626ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    transform: translate3d(76vw, 101vh, 0);
  }
  to {
    transform: translate3d(71vw, -107vh, 0);
  }
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(76vw, 101vh, 0);
  }
  to {
    transform: translate3d(71vw, -107vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 972ms;
          animation-delay: 972ms;
}
.circle-container:nth-child(108) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-108;
          animation-name: move-frames-108;
  -webkit-animation-duration: 33872ms;
          animation-duration: 33872ms;
  -webkit-animation-delay: 30676ms;
          animation-delay: 30676ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    transform: translate3d(21vw, 109vh, 0);
  }
  to {
    transform: translate3d(66vw, -132vh, 0);
  }
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(21vw, 109vh, 0);
  }
  to {
    transform: translate3d(66vw, -132vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 2273ms;
          animation-delay: 2273ms;
}
.circle-container:nth-child(109) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-109;
          animation-name: move-frames-109;
  -webkit-animation-duration: 32527ms;
          animation-duration: 32527ms;
  -webkit-animation-delay: 1954ms;
          animation-delay: 1954ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    transform: translate3d(24vw, 105vh, 0);
  }
  to {
    transform: translate3d(95vw, -114vh, 0);
  }
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(24vw, 105vh, 0);
  }
  to {
    transform: translate3d(95vw, -114vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 1361ms;
          animation-delay: 1361ms;
}
.circle-container:nth-child(110) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-110;
          animation-name: move-frames-110;
  -webkit-animation-duration: 29656ms;
          animation-duration: 29656ms;
  -webkit-animation-delay: 31536ms;
          animation-delay: 31536ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    transform: translate3d(24vw, 102vh, 0);
  }
  to {
    transform: translate3d(48vw, -112vh, 0);
  }
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(24vw, 102vh, 0);
  }
  to {
    transform: translate3d(48vw, -112vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 354ms;
          animation-delay: 354ms;
}
.circle-container:nth-child(111) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-111;
          animation-name: move-frames-111;
  -webkit-animation-duration: 34964ms;
          animation-duration: 34964ms;
  -webkit-animation-delay: 19044ms;
          animation-delay: 19044ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    transform: translate3d(100vw, 106vh, 0);
  }
  to {
    transform: translate3d(7vw, -125vh, 0);
  }
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(100vw, 106vh, 0);
  }
  to {
    transform: translate3d(7vw, -125vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 126ms;
          animation-delay: 126ms;
}
.circle-container:nth-child(112) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-112;
          animation-name: move-frames-112;
  -webkit-animation-duration: 35165ms;
          animation-duration: 35165ms;
  -webkit-animation-delay: 11540ms;
          animation-delay: 11540ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    transform: translate3d(55vw, 104vh, 0);
  }
  to {
    transform: translate3d(30vw, -132vh, 0);
  }
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(55vw, 104vh, 0);
  }
  to {
    transform: translate3d(30vw, -132vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 245ms;
          animation-delay: 245ms;
}
.circle-container:nth-child(113) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-113;
          animation-name: move-frames-113;
  -webkit-animation-duration: 28804ms;
          animation-duration: 28804ms;
  -webkit-animation-delay: 17963ms;
          animation-delay: 17963ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    transform: translate3d(70vw, 101vh, 0);
  }
  to {
    transform: translate3d(100vw, -123vh, 0);
  }
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(70vw, 101vh, 0);
  }
  to {
    transform: translate3d(100vw, -123vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 3477ms;
          animation-delay: 3477ms;
}
.circle-container:nth-child(114) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-114;
          animation-name: move-frames-114;
  -webkit-animation-duration: 31762ms;
          animation-duration: 31762ms;
  -webkit-animation-delay: 31273ms;
          animation-delay: 31273ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    transform: translate3d(80vw, 109vh, 0);
  }
  to {
    transform: translate3d(59vw, -121vh, 0);
  }
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(80vw, 109vh, 0);
  }
  to {
    transform: translate3d(59vw, -121vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 1659ms;
          animation-delay: 1659ms;
}
.circle-container:nth-child(115) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-115;
          animation-name: move-frames-115;
  -webkit-animation-duration: 33472ms;
          animation-duration: 33472ms;
  -webkit-animation-delay: 9101ms;
          animation-delay: 9101ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    transform: translate3d(39vw, 103vh, 0);
  }
  to {
    transform: translate3d(9vw, -122vh, 0);
  }
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(39vw, 103vh, 0);
  }
  to {
    transform: translate3d(9vw, -122vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 2066ms;
          animation-delay: 2066ms;
}
.circle-container:nth-child(116) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-116;
          animation-name: move-frames-116;
  -webkit-animation-duration: 31417ms;
          animation-duration: 31417ms;
  -webkit-animation-delay: 26991ms;
          animation-delay: 26991ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    transform: translate3d(49vw, 108vh, 0);
  }
  to {
    transform: translate3d(37vw, -124vh, 0);
  }
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(49vw, 108vh, 0);
  }
  to {
    transform: translate3d(37vw, -124vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 2214ms;
          animation-delay: 2214ms;
}
.circle-container:nth-child(117) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-117;
          animation-name: move-frames-117;
  -webkit-animation-duration: 28763ms;
          animation-duration: 28763ms;
  -webkit-animation-delay: 11173ms;
          animation-delay: 11173ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    transform: translate3d(35vw, 107vh, 0);
  }
  to {
    transform: translate3d(86vw, -120vh, 0);
  }
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(35vw, 107vh, 0);
  }
  to {
    transform: translate3d(86vw, -120vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 651ms;
          animation-delay: 651ms;
}
.circle-container:nth-child(118) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-118;
          animation-name: move-frames-118;
  -webkit-animation-duration: 31850ms;
          animation-duration: 31850ms;
  -webkit-animation-delay: 5979ms;
          animation-delay: 5979ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    transform: translate3d(61vw, 105vh, 0);
  }
  to {
    transform: translate3d(45vw, -115vh, 0);
  }
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(61vw, 105vh, 0);
  }
  to {
    transform: translate3d(45vw, -115vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 902ms;
          animation-delay: 902ms;
}
.circle-container:nth-child(119) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-119;
          animation-name: move-frames-119;
  -webkit-animation-duration: 31794ms;
          animation-duration: 31794ms;
  -webkit-animation-delay: 14928ms;
          animation-delay: 14928ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    transform: translate3d(89vw, 105vh, 0);
  }
  to {
    transform: translate3d(4vw, -112vh, 0);
  }
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(89vw, 105vh, 0);
  }
  to {
    transform: translate3d(4vw, -112vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 267ms;
          animation-delay: 267ms;
}
.circle-container:nth-child(120) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-120;
          animation-name: move-frames-120;
  -webkit-animation-duration: 28647ms;
          animation-duration: 28647ms;
  -webkit-animation-delay: 663ms;
          animation-delay: 663ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    transform: translate3d(84vw, 103vh, 0);
  }
  to {
    transform: translate3d(92vw, -107vh, 0);
  }
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(84vw, 103vh, 0);
  }
  to {
    transform: translate3d(92vw, -107vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 1927ms;
          animation-delay: 1927ms;
}
.circle-container:nth-child(121) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-121;
          animation-name: move-frames-121;
  -webkit-animation-duration: 34272ms;
          animation-duration: 34272ms;
  -webkit-animation-delay: 19983ms;
          animation-delay: 19983ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    transform: translate3d(74vw, 102vh, 0);
  }
  to {
    transform: translate3d(19vw, -113vh, 0);
  }
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(74vw, 102vh, 0);
  }
  to {
    transform: translate3d(19vw, -113vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 3025ms;
          animation-delay: 3025ms;
}
.circle-container:nth-child(122) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-122;
          animation-name: move-frames-122;
  -webkit-animation-duration: 33279ms;
          animation-duration: 33279ms;
  -webkit-animation-delay: 7298ms;
          animation-delay: 7298ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    transform: translate3d(72vw, 105vh, 0);
  }
  to {
    transform: translate3d(76vw, -118vh, 0);
  }
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(72vw, 105vh, 0);
  }
  to {
    transform: translate3d(76vw, -118vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 3557ms;
          animation-delay: 3557ms;
}
.circle-container:nth-child(123) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-123;
          animation-name: move-frames-123;
  -webkit-animation-duration: 30826ms;
          animation-duration: 30826ms;
  -webkit-animation-delay: 1602ms;
          animation-delay: 1602ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    transform: translate3d(98vw, 102vh, 0);
  }
  to {
    transform: translate3d(30vw, -120vh, 0);
  }
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(98vw, 102vh, 0);
  }
  to {
    transform: translate3d(30vw, -120vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 1915ms;
          animation-delay: 1915ms;
}
.circle-container:nth-child(124) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-124;
          animation-name: move-frames-124;
  -webkit-animation-duration: 34214ms;
          animation-duration: 34214ms;
  -webkit-animation-delay: 1350ms;
          animation-delay: 1350ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    transform: translate3d(81vw, 105vh, 0);
  }
  to {
    transform: translate3d(94vw, -113vh, 0);
  }
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(81vw, 105vh, 0);
  }
  to {
    transform: translate3d(94vw, -113vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 1397ms;
          animation-delay: 1397ms;
}
.circle-container:nth-child(125) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-125;
          animation-name: move-frames-125;
  -webkit-animation-duration: 31937ms;
          animation-duration: 31937ms;
  -webkit-animation-delay: 24419ms;
          animation-delay: 24419ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(56vw, -112vh, 0);
  }
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(56vw, -112vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 835ms;
          animation-delay: 835ms;
}
.circle-container:nth-child(126) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-126;
          animation-name: move-frames-126;
  -webkit-animation-duration: 29018ms;
          animation-duration: 29018ms;
  -webkit-animation-delay: 10884ms;
          animation-delay: 10884ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    transform: translate3d(71vw, 103vh, 0);
  }
  to {
    transform: translate3d(53vw, -112vh, 0);
  }
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(71vw, 103vh, 0);
  }
  to {
    transform: translate3d(53vw, -112vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 779ms;
          animation-delay: 779ms;
}
.circle-container:nth-child(127) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-127;
          animation-name: move-frames-127;
  -webkit-animation-duration: 34634ms;
          animation-duration: 34634ms;
  -webkit-animation-delay: 26052ms;
          animation-delay: 26052ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(83vw, -106vh, 0);
  }
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(83vw, -106vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 3284ms;
          animation-delay: 3284ms;
}
.circle-container:nth-child(128) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-128;
          animation-name: move-frames-128;
  -webkit-animation-duration: 34891ms;
          animation-duration: 34891ms;
  -webkit-animation-delay: 30752ms;
          animation-delay: 30752ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    transform: translate3d(42vw, 106vh, 0);
  }
  to {
    transform: translate3d(92vw, -116vh, 0);
  }
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(42vw, 106vh, 0);
  }
  to {
    transform: translate3d(92vw, -116vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 1503ms;
          animation-delay: 1503ms;
}
.circle-container:nth-child(129) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-129;
          animation-name: move-frames-129;
  -webkit-animation-duration: 31218ms;
          animation-duration: 31218ms;
  -webkit-animation-delay: 2595ms;
          animation-delay: 2595ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    transform: translate3d(65vw, 106vh, 0);
  }
  to {
    transform: translate3d(7vw, -120vh, 0);
  }
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(65vw, 106vh, 0);
  }
  to {
    transform: translate3d(7vw, -120vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 1378ms;
          animation-delay: 1378ms;
}
.circle-container:nth-child(130) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-130;
          animation-name: move-frames-130;
  -webkit-animation-duration: 33774ms;
          animation-duration: 33774ms;
  -webkit-animation-delay: 28100ms;
          animation-delay: 28100ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    transform: translate3d(88vw, 103vh, 0);
  }
  to {
    transform: translate3d(15vw, -128vh, 0);
  }
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(88vw, 103vh, 0);
  }
  to {
    transform: translate3d(15vw, -128vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 1983ms;
          animation-delay: 1983ms;
}
.circle-container:nth-child(131) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-131;
          animation-name: move-frames-131;
  -webkit-animation-duration: 32730ms;
          animation-duration: 32730ms;
  -webkit-animation-delay: 32514ms;
          animation-delay: 32514ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    transform: translate3d(100vw, 109vh, 0);
  }
  to {
    transform: translate3d(72vw, -134vh, 0);
  }
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(100vw, 109vh, 0);
  }
  to {
    transform: translate3d(72vw, -134vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 208ms;
          animation-delay: 208ms;
}
.circle-container:nth-child(132) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-132;
          animation-name: move-frames-132;
  -webkit-animation-duration: 36094ms;
          animation-duration: 36094ms;
  -webkit-animation-delay: 25783ms;
          animation-delay: 25783ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    transform: translate3d(1vw, 101vh, 0);
  }
  to {
    transform: translate3d(66vw, -113vh, 0);
  }
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(1vw, 101vh, 0);
  }
  to {
    transform: translate3d(66vw, -113vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 2657ms;
          animation-delay: 2657ms;
}
.circle-container:nth-child(133) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-133;
          animation-name: move-frames-133;
  -webkit-animation-duration: 30769ms;
          animation-duration: 30769ms;
  -webkit-animation-delay: 19486ms;
          animation-delay: 19486ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    transform: translate3d(88vw, 106vh, 0);
  }
  to {
    transform: translate3d(95vw, -119vh, 0);
  }
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(88vw, 106vh, 0);
  }
  to {
    transform: translate3d(95vw, -119vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 1431ms;
          animation-delay: 1431ms;
}
.circle-container:nth-child(134) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-134;
          animation-name: move-frames-134;
  -webkit-animation-duration: 34823ms;
          animation-duration: 34823ms;
  -webkit-animation-delay: 5861ms;
          animation-delay: 5861ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    transform: translate3d(36vw, 105vh, 0);
  }
  to {
    transform: translate3d(40vw, -124vh, 0);
  }
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(36vw, 105vh, 0);
  }
  to {
    transform: translate3d(40vw, -124vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 1275ms;
          animation-delay: 1275ms;
}
.circle-container:nth-child(135) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-135;
          animation-name: move-frames-135;
  -webkit-animation-duration: 30063ms;
          animation-duration: 30063ms;
  -webkit-animation-delay: 6399ms;
          animation-delay: 6399ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    transform: translate3d(62vw, 105vh, 0);
  }
  to {
    transform: translate3d(19vw, -123vh, 0);
  }
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(62vw, 105vh, 0);
  }
  to {
    transform: translate3d(19vw, -123vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 26ms;
          animation-delay: 26ms;
}
.circle-container:nth-child(136) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-136;
          animation-name: move-frames-136;
  -webkit-animation-duration: 35896ms;
          animation-duration: 35896ms;
  -webkit-animation-delay: 33679ms;
          animation-delay: 33679ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    transform: translate3d(52vw, 103vh, 0);
  }
  to {
    transform: translate3d(91vw, -128vh, 0);
  }
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(52vw, 103vh, 0);
  }
  to {
    transform: translate3d(91vw, -128vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 194ms;
          animation-delay: 194ms;
}
.circle-container:nth-child(137) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-137;
          animation-name: move-frames-137;
  -webkit-animation-duration: 34621ms;
          animation-duration: 34621ms;
  -webkit-animation-delay: 18451ms;
          animation-delay: 18451ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    transform: translate3d(89vw, 106vh, 0);
  }
  to {
    transform: translate3d(3vw, -134vh, 0);
  }
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(89vw, 106vh, 0);
  }
  to {
    transform: translate3d(3vw, -134vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 1026ms;
          animation-delay: 1026ms;
}
.circle-container:nth-child(138) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-138;
          animation-name: move-frames-138;
  -webkit-animation-duration: 29954ms;
          animation-duration: 29954ms;
  -webkit-animation-delay: 24018ms;
          animation-delay: 24018ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    transform: translate3d(1vw, 101vh, 0);
  }
  to {
    transform: translate3d(81vw, -111vh, 0);
  }
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(1vw, 101vh, 0);
  }
  to {
    transform: translate3d(81vw, -111vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 417ms;
          animation-delay: 417ms;
}
.circle-container:nth-child(139) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-139;
          animation-name: move-frames-139;
  -webkit-animation-duration: 31419ms;
          animation-duration: 31419ms;
  -webkit-animation-delay: 25250ms;
          animation-delay: 25250ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    transform: translate3d(31vw, 101vh, 0);
  }
  to {
    transform: translate3d(41vw, -113vh, 0);
  }
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(31vw, 101vh, 0);
  }
  to {
    transform: translate3d(41vw, -113vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 2050ms;
          animation-delay: 2050ms;
}
.circle-container:nth-child(140) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-140;
          animation-name: move-frames-140;
  -webkit-animation-duration: 30379ms;
          animation-duration: 30379ms;
  -webkit-animation-delay: 35687ms;
          animation-delay: 35687ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    transform: translate3d(14vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -114vh, 0);
  }
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(14vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -114vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 3437ms;
          animation-delay: 3437ms;
}
.circle-container:nth-child(141) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-141;
          animation-name: move-frames-141;
  -webkit-animation-duration: 35129ms;
          animation-duration: 35129ms;
  -webkit-animation-delay: 3298ms;
          animation-delay: 3298ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(6vw, -130vh, 0);
  }
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(6vw, -130vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 461ms;
          animation-delay: 461ms;
}
.circle-container:nth-child(142) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-142;
          animation-name: move-frames-142;
  -webkit-animation-duration: 28462ms;
          animation-duration: 28462ms;
  -webkit-animation-delay: 26877ms;
          animation-delay: 26877ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    transform: translate3d(30vw, 102vh, 0);
  }
  to {
    transform: translate3d(100vw, -131vh, 0);
  }
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(30vw, 102vh, 0);
  }
  to {
    transform: translate3d(100vw, -131vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 2099ms;
          animation-delay: 2099ms;
}
.circle-container:nth-child(143) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-143;
          animation-name: move-frames-143;
  -webkit-animation-duration: 33696ms;
          animation-duration: 33696ms;
  -webkit-animation-delay: 8216ms;
          animation-delay: 8216ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    transform: translate3d(31vw, 110vh, 0);
  }
  to {
    transform: translate3d(40vw, -136vh, 0);
  }
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(31vw, 110vh, 0);
  }
  to {
    transform: translate3d(40vw, -136vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 2596ms;
          animation-delay: 2596ms;
}
.circle-container:nth-child(144) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-144;
          animation-name: move-frames-144;
  -webkit-animation-duration: 33377ms;
          animation-duration: 33377ms;
  -webkit-animation-delay: 1620ms;
          animation-delay: 1620ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    transform: translate3d(58vw, 102vh, 0);
  }
  to {
    transform: translate3d(64vw, -125vh, 0);
  }
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(58vw, 102vh, 0);
  }
  to {
    transform: translate3d(64vw, -125vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 1470ms;
          animation-delay: 1470ms;
}
.circle-container:nth-child(145) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-145;
          animation-name: move-frames-145;
  -webkit-animation-duration: 33193ms;
          animation-duration: 33193ms;
  -webkit-animation-delay: 10438ms;
          animation-delay: 10438ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    transform: translate3d(99vw, 108vh, 0);
  }
  to {
    transform: translate3d(100vw, -126vh, 0);
  }
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(99vw, 108vh, 0);
  }
  to {
    transform: translate3d(100vw, -126vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 1893ms;
          animation-delay: 1893ms;
}
.circle-container:nth-child(146) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-146;
          animation-name: move-frames-146;
  -webkit-animation-duration: 28776ms;
          animation-duration: 28776ms;
  -webkit-animation-delay: 18093ms;
          animation-delay: 18093ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    transform: translate3d(72vw, 106vh, 0);
  }
  to {
    transform: translate3d(73vw, -129vh, 0);
  }
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(72vw, 106vh, 0);
  }
  to {
    transform: translate3d(73vw, -129vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 1070ms;
          animation-delay: 1070ms;
}
.circle-container:nth-child(147) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-147;
          animation-name: move-frames-147;
  -webkit-animation-duration: 36691ms;
          animation-duration: 36691ms;
  -webkit-animation-delay: 31325ms;
          animation-delay: 31325ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    transform: translate3d(9vw, 107vh, 0);
  }
  to {
    transform: translate3d(92vw, -131vh, 0);
  }
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(9vw, 107vh, 0);
  }
  to {
    transform: translate3d(92vw, -131vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 202ms;
          animation-delay: 202ms;
}
.circle-container:nth-child(148) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-148;
          animation-name: move-frames-148;
  -webkit-animation-duration: 31520ms;
          animation-duration: 31520ms;
  -webkit-animation-delay: 5243ms;
          animation-delay: 5243ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(49vw, -113vh, 0);
  }
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(49vw, -113vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 2823ms;
          animation-delay: 2823ms;
}
.circle-container:nth-child(149) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-149;
          animation-name: move-frames-149;
  -webkit-animation-duration: 33010ms;
          animation-duration: 33010ms;
  -webkit-animation-delay: 2762ms;
          animation-delay: 2762ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    transform: translate3d(85vw, 103vh, 0);
  }
  to {
    transform: translate3d(7vw, -106vh, 0);
  }
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(85vw, 103vh, 0);
  }
  to {
    transform: translate3d(7vw, -106vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 2689ms;
          animation-delay: 2689ms;
}
.circle-container:nth-child(150) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-150;
          animation-name: move-frames-150;
  -webkit-animation-duration: 35783ms;
          animation-duration: 35783ms;
  -webkit-animation-delay: 3127ms;
          animation-delay: 3127ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    transform: translate3d(85vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -105vh, 0);
  }
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(85vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -105vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 1599ms;
          animation-delay: 1599ms;
}
.circle-container:nth-child(151) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-151;
          animation-name: move-frames-151;
  -webkit-animation-duration: 32075ms;
          animation-duration: 32075ms;
  -webkit-animation-delay: 28392ms;
          animation-delay: 28392ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    transform: translate3d(14vw, 102vh, 0);
  }
  to {
    transform: translate3d(90vw, -124vh, 0);
  }
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(14vw, 102vh, 0);
  }
  to {
    transform: translate3d(90vw, -124vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 2846ms;
          animation-delay: 2846ms;
}
.circle-container:nth-child(152) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-152;
          animation-name: move-frames-152;
  -webkit-animation-duration: 28092ms;
          animation-duration: 28092ms;
  -webkit-animation-delay: 29779ms;
          animation-delay: 29779ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    transform: translate3d(49vw, 107vh, 0);
  }
  to {
    transform: translate3d(92vw, -110vh, 0);
  }
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(49vw, 107vh, 0);
  }
  to {
    transform: translate3d(92vw, -110vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 970ms;
          animation-delay: 970ms;
}
.circle-container:nth-child(153) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-153;
          animation-name: move-frames-153;
  -webkit-animation-duration: 31669ms;
          animation-duration: 31669ms;
  -webkit-animation-delay: 21340ms;
          animation-delay: 21340ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    transform: translate3d(69vw, 102vh, 0);
  }
  to {
    transform: translate3d(73vw, -115vh, 0);
  }
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(69vw, 102vh, 0);
  }
  to {
    transform: translate3d(73vw, -115vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 3393ms;
          animation-delay: 3393ms;
}
.circle-container:nth-child(154) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-154;
          animation-name: move-frames-154;
  -webkit-animation-duration: 34790ms;
          animation-duration: 34790ms;
  -webkit-animation-delay: 16297ms;
          animation-delay: 16297ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    transform: translate3d(1vw, 106vh, 0);
  }
  to {
    transform: translate3d(39vw, -130vh, 0);
  }
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(1vw, 106vh, 0);
  }
  to {
    transform: translate3d(39vw, -130vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 3580ms;
          animation-delay: 3580ms;
}
.circle-container:nth-child(155) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-155;
          animation-name: move-frames-155;
  -webkit-animation-duration: 32453ms;
          animation-duration: 32453ms;
  -webkit-animation-delay: 21570ms;
          animation-delay: 21570ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(48vw, -119vh, 0);
  }
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(48vw, -119vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 2825ms;
          animation-delay: 2825ms;
}
.circle-container:nth-child(156) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-156;
          animation-name: move-frames-156;
  -webkit-animation-duration: 36476ms;
          animation-duration: 36476ms;
  -webkit-animation-delay: 9884ms;
          animation-delay: 9884ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    transform: translate3d(26vw, 107vh, 0);
  }
  to {
    transform: translate3d(17vw, -114vh, 0);
  }
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(26vw, 107vh, 0);
  }
  to {
    transform: translate3d(17vw, -114vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 1058ms;
          animation-delay: 1058ms;
}
.circle-container:nth-child(157) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-157;
          animation-name: move-frames-157;
  -webkit-animation-duration: 33582ms;
          animation-duration: 33582ms;
  -webkit-animation-delay: 20022ms;
          animation-delay: 20022ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    transform: translate3d(26vw, 109vh, 0);
  }
  to {
    transform: translate3d(50vw, -123vh, 0);
  }
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(26vw, 109vh, 0);
  }
  to {
    transform: translate3d(50vw, -123vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 3577ms;
          animation-delay: 3577ms;
}
.circle-container:nth-child(158) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-158;
          animation-name: move-frames-158;
  -webkit-animation-duration: 29993ms;
          animation-duration: 29993ms;
  -webkit-animation-delay: 12355ms;
          animation-delay: 12355ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    transform: translate3d(83vw, 108vh, 0);
  }
  to {
    transform: translate3d(2vw, -111vh, 0);
  }
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(83vw, 108vh, 0);
  }
  to {
    transform: translate3d(2vw, -111vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 3689ms;
          animation-delay: 3689ms;
}
.circle-container:nth-child(159) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-159;
          animation-name: move-frames-159;
  -webkit-animation-duration: 31647ms;
          animation-duration: 31647ms;
  -webkit-animation-delay: 24010ms;
          animation-delay: 24010ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    transform: translate3d(83vw, 102vh, 0);
  }
  to {
    transform: translate3d(16vw, -108vh, 0);
  }
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(83vw, 102vh, 0);
  }
  to {
    transform: translate3d(16vw, -108vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 1762ms;
          animation-delay: 1762ms;
}
.circle-container:nth-child(160) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-160;
          animation-name: move-frames-160;
  -webkit-animation-duration: 34313ms;
          animation-duration: 34313ms;
  -webkit-animation-delay: 13187ms;
          animation-delay: 13187ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    transform: translate3d(36vw, 101vh, 0);
  }
  to {
    transform: translate3d(70vw, -103vh, 0);
  }
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(36vw, 101vh, 0);
  }
  to {
    transform: translate3d(70vw, -103vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 546ms;
          animation-delay: 546ms;
}
.circle-container:nth-child(161) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-161;
          animation-name: move-frames-161;
  -webkit-animation-duration: 32652ms;
          animation-duration: 32652ms;
  -webkit-animation-delay: 8011ms;
          animation-delay: 8011ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    transform: translate3d(56vw, 107vh, 0);
  }
  to {
    transform: translate3d(21vw, -114vh, 0);
  }
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(56vw, 107vh, 0);
  }
  to {
    transform: translate3d(21vw, -114vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 177ms;
          animation-delay: 177ms;
}
.circle-container:nth-child(162) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-162;
          animation-name: move-frames-162;
  -webkit-animation-duration: 34125ms;
          animation-duration: 34125ms;
  -webkit-animation-delay: 18848ms;
          animation-delay: 18848ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    transform: translate3d(22vw, 101vh, 0);
  }
  to {
    transform: translate3d(22vw, -113vh, 0);
  }
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(22vw, 101vh, 0);
  }
  to {
    transform: translate3d(22vw, -113vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 2579ms;
          animation-delay: 2579ms;
}
.circle-container:nth-child(163) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-163;
          animation-name: move-frames-163;
  -webkit-animation-duration: 34904ms;
          animation-duration: 34904ms;
  -webkit-animation-delay: 32012ms;
          animation-delay: 32012ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    transform: translate3d(49vw, 107vh, 0);
  }
  to {
    transform: translate3d(43vw, -136vh, 0);
  }
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(49vw, 107vh, 0);
  }
  to {
    transform: translate3d(43vw, -136vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 1733ms;
          animation-delay: 1733ms;
}
.circle-container:nth-child(164) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-164;
          animation-name: move-frames-164;
  -webkit-animation-duration: 30609ms;
          animation-duration: 30609ms;
  -webkit-animation-delay: 23807ms;
          animation-delay: 23807ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    transform: translate3d(69vw, 101vh, 0);
  }
  to {
    transform: translate3d(52vw, -130vh, 0);
  }
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(69vw, 101vh, 0);
  }
  to {
    transform: translate3d(52vw, -130vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 2765ms;
          animation-delay: 2765ms;
}
.circle-container:nth-child(165) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-165;
          animation-name: move-frames-165;
  -webkit-animation-duration: 34951ms;
          animation-duration: 34951ms;
  -webkit-animation-delay: 12611ms;
          animation-delay: 12611ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(36vw, -106vh, 0);
  }
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(36vw, -106vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 3995ms;
          animation-delay: 3995ms;
}
.circle-container:nth-child(166) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-166;
          animation-name: move-frames-166;
  -webkit-animation-duration: 28263ms;
          animation-duration: 28263ms;
  -webkit-animation-delay: 23320ms;
          animation-delay: 23320ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    transform: translate3d(29vw, 109vh, 0);
  }
  to {
    transform: translate3d(45vw, -123vh, 0);
  }
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(29vw, 109vh, 0);
  }
  to {
    transform: translate3d(45vw, -123vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 12ms;
          animation-delay: 12ms;
}
.circle-container:nth-child(167) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-167;
          animation-name: move-frames-167;
  -webkit-animation-duration: 35331ms;
          animation-duration: 35331ms;
  -webkit-animation-delay: 24613ms;
          animation-delay: 24613ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    transform: translate3d(27vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -121vh, 0);
  }
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(27vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -121vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 2842ms;
          animation-delay: 2842ms;
}
.circle-container:nth-child(168) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-168;
          animation-name: move-frames-168;
  -webkit-animation-duration: 31389ms;
          animation-duration: 31389ms;
  -webkit-animation-delay: 27221ms;
          animation-delay: 27221ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    transform: translate3d(74vw, 110vh, 0);
  }
  to {
    transform: translate3d(12vw, -137vh, 0);
  }
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(74vw, 110vh, 0);
  }
  to {
    transform: translate3d(12vw, -137vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 541ms;
          animation-delay: 541ms;
}
.circle-container:nth-child(169) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-169;
          animation-name: move-frames-169;
  -webkit-animation-duration: 31275ms;
          animation-duration: 31275ms;
  -webkit-animation-delay: 31846ms;
          animation-delay: 31846ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    transform: translate3d(60vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -110vh, 0);
  }
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(60vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -110vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 48ms;
          animation-delay: 48ms;
}
.circle-container:nth-child(170) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-170;
          animation-name: move-frames-170;
  -webkit-animation-duration: 29701ms;
          animation-duration: 29701ms;
  -webkit-animation-delay: 26191ms;
          animation-delay: 26191ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    transform: translate3d(78vw, 101vh, 0);
  }
  to {
    transform: translate3d(40vw, -131vh, 0);
  }
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(78vw, 101vh, 0);
  }
  to {
    transform: translate3d(40vw, -131vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 2312ms;
          animation-delay: 2312ms;
}
.circle-container:nth-child(171) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-171;
          animation-name: move-frames-171;
  -webkit-animation-duration: 36113ms;
          animation-duration: 36113ms;
  -webkit-animation-delay: 31306ms;
          animation-delay: 31306ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    transform: translate3d(8vw, 105vh, 0);
  }
  to {
    transform: translate3d(27vw, -115vh, 0);
  }
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(8vw, 105vh, 0);
  }
  to {
    transform: translate3d(27vw, -115vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 1416ms;
          animation-delay: 1416ms;
}
.circle-container:nth-child(172) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-172;
          animation-name: move-frames-172;
  -webkit-animation-duration: 32986ms;
          animation-duration: 32986ms;
  -webkit-animation-delay: 12720ms;
          animation-delay: 12720ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    transform: translate3d(49vw, 104vh, 0);
  }
  to {
    transform: translate3d(26vw, -124vh, 0);
  }
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(49vw, 104vh, 0);
  }
  to {
    transform: translate3d(26vw, -124vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 555ms;
          animation-delay: 555ms;
}
.circle-container:nth-child(173) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-173;
          animation-name: move-frames-173;
  -webkit-animation-duration: 36819ms;
          animation-duration: 36819ms;
  -webkit-animation-delay: 31955ms;
          animation-delay: 31955ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    transform: translate3d(8vw, 108vh, 0);
  }
  to {
    transform: translate3d(93vw, -136vh, 0);
  }
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(8vw, 108vh, 0);
  }
  to {
    transform: translate3d(93vw, -136vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 2121ms;
          animation-delay: 2121ms;
}
.circle-container:nth-child(174) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-174;
          animation-name: move-frames-174;
  -webkit-animation-duration: 35023ms;
          animation-duration: 35023ms;
  -webkit-animation-delay: 9614ms;
          animation-delay: 9614ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    transform: translate3d(75vw, 101vh, 0);
  }
  to {
    transform: translate3d(55vw, -120vh, 0);
  }
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(75vw, 101vh, 0);
  }
  to {
    transform: translate3d(55vw, -120vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 1268ms;
          animation-delay: 1268ms;
}
.circle-container:nth-child(175) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-175;
          animation-name: move-frames-175;
  -webkit-animation-duration: 33323ms;
          animation-duration: 33323ms;
  -webkit-animation-delay: 30014ms;
          animation-delay: 30014ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    transform: translate3d(42vw, 107vh, 0);
  }
  to {
    transform: translate3d(42vw, -116vh, 0);
  }
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(42vw, 107vh, 0);
  }
  to {
    transform: translate3d(42vw, -116vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 2161ms;
          animation-delay: 2161ms;
}
.circle-container:nth-child(176) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-176;
          animation-name: move-frames-176;
  -webkit-animation-duration: 31230ms;
          animation-duration: 31230ms;
  -webkit-animation-delay: 31907ms;
          animation-delay: 31907ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    transform: translate3d(75vw, 102vh, 0);
  }
  to {
    transform: translate3d(30vw, -109vh, 0);
  }
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(75vw, 102vh, 0);
  }
  to {
    transform: translate3d(30vw, -109vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 660ms;
          animation-delay: 660ms;
}
.circle-container:nth-child(177) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-177;
          animation-name: move-frames-177;
  -webkit-animation-duration: 33882ms;
          animation-duration: 33882ms;
  -webkit-animation-delay: 8228ms;
          animation-delay: 8228ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    transform: translate3d(66vw, 104vh, 0);
  }
  to {
    transform: translate3d(58vw, -121vh, 0);
  }
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(66vw, 104vh, 0);
  }
  to {
    transform: translate3d(58vw, -121vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 418ms;
          animation-delay: 418ms;
}
.circle-container:nth-child(178) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-178;
          animation-name: move-frames-178;
  -webkit-animation-duration: 28786ms;
          animation-duration: 28786ms;
  -webkit-animation-delay: 32792ms;
          animation-delay: 32792ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    transform: translate3d(97vw, 106vh, 0);
  }
  to {
    transform: translate3d(63vw, -135vh, 0);
  }
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(97vw, 106vh, 0);
  }
  to {
    transform: translate3d(63vw, -135vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 2145ms;
          animation-delay: 2145ms;
}
.circle-container:nth-child(179) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-179;
          animation-name: move-frames-179;
  -webkit-animation-duration: 31308ms;
          animation-duration: 31308ms;
  -webkit-animation-delay: 1234ms;
          animation-delay: 1234ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    transform: translate3d(57vw, 107vh, 0);
  }
  to {
    transform: translate3d(82vw, -131vh, 0);
  }
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(57vw, 107vh, 0);
  }
  to {
    transform: translate3d(82vw, -131vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 2702ms;
          animation-delay: 2702ms;
}
.circle-container:nth-child(180) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-180;
          animation-name: move-frames-180;
  -webkit-animation-duration: 33395ms;
          animation-duration: 33395ms;
  -webkit-animation-delay: 1836ms;
          animation-delay: 1836ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    transform: translate3d(78vw, 104vh, 0);
  }
  to {
    transform: translate3d(9vw, -120vh, 0);
  }
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(78vw, 104vh, 0);
  }
  to {
    transform: translate3d(9vw, -120vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 3372ms;
          animation-delay: 3372ms;
}
.circle-container:nth-child(181) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-181;
          animation-name: move-frames-181;
  -webkit-animation-duration: 28324ms;
          animation-duration: 28324ms;
  -webkit-animation-delay: 4405ms;
          animation-delay: 4405ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    transform: translate3d(22vw, 108vh, 0);
  }
  to {
    transform: translate3d(57vw, -109vh, 0);
  }
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(22vw, 108vh, 0);
  }
  to {
    transform: translate3d(57vw, -109vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 1677ms;
          animation-delay: 1677ms;
}
.circle-container:nth-child(182) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-182;
          animation-name: move-frames-182;
  -webkit-animation-duration: 33830ms;
          animation-duration: 33830ms;
  -webkit-animation-delay: 26017ms;
          animation-delay: 26017ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    transform: translate3d(42vw, 107vh, 0);
  }
  to {
    transform: translate3d(50vw, -111vh, 0);
  }
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(42vw, 107vh, 0);
  }
  to {
    transform: translate3d(50vw, -111vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 2133ms;
          animation-delay: 2133ms;
}
.circle-container:nth-child(183) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-183;
          animation-name: move-frames-183;
  -webkit-animation-duration: 36877ms;
          animation-duration: 36877ms;
  -webkit-animation-delay: 6405ms;
          animation-delay: 6405ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    transform: translate3d(35vw, 102vh, 0);
  }
  to {
    transform: translate3d(35vw, -108vh, 0);
  }
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(35vw, 102vh, 0);
  }
  to {
    transform: translate3d(35vw, -108vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 421ms;
          animation-delay: 421ms;
}
.circle-container:nth-child(184) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-184;
          animation-name: move-frames-184;
  -webkit-animation-duration: 30319ms;
          animation-duration: 30319ms;
  -webkit-animation-delay: 29603ms;
          animation-delay: 29603ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    transform: translate3d(93vw, 105vh, 0);
  }
  to {
    transform: translate3d(13vw, -134vh, 0);
  }
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(93vw, 105vh, 0);
  }
  to {
    transform: translate3d(13vw, -134vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 1399ms;
          animation-delay: 1399ms;
}
.circle-container:nth-child(185) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-185;
          animation-name: move-frames-185;
  -webkit-animation-duration: 31112ms;
          animation-duration: 31112ms;
  -webkit-animation-delay: 29218ms;
          animation-delay: 29218ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    transform: translate3d(41vw, 107vh, 0);
  }
  to {
    transform: translate3d(99vw, -111vh, 0);
  }
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(41vw, 107vh, 0);
  }
  to {
    transform: translate3d(99vw, -111vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 71ms;
          animation-delay: 71ms;
}
.circle-container:nth-child(186) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-186;
          animation-name: move-frames-186;
  -webkit-animation-duration: 33747ms;
          animation-duration: 33747ms;
  -webkit-animation-delay: 24798ms;
          animation-delay: 24798ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    transform: translate3d(79vw, 108vh, 0);
  }
  to {
    transform: translate3d(67vw, -120vh, 0);
  }
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(79vw, 108vh, 0);
  }
  to {
    transform: translate3d(67vw, -120vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 2454ms;
          animation-delay: 2454ms;
}
.circle-container:nth-child(187) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-187;
          animation-name: move-frames-187;
  -webkit-animation-duration: 33259ms;
          animation-duration: 33259ms;
  -webkit-animation-delay: 27147ms;
          animation-delay: 27147ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    transform: translate3d(67vw, 107vh, 0);
  }
  to {
    transform: translate3d(44vw, -123vh, 0);
  }
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(67vw, 107vh, 0);
  }
  to {
    transform: translate3d(44vw, -123vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 3324ms;
          animation-delay: 3324ms;
}
.circle-container:nth-child(188) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-188;
          animation-name: move-frames-188;
  -webkit-animation-duration: 31318ms;
          animation-duration: 31318ms;
  -webkit-animation-delay: 36728ms;
          animation-delay: 36728ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    transform: translate3d(19vw, 108vh, 0);
  }
  to {
    transform: translate3d(73vw, -137vh, 0);
  }
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(19vw, 108vh, 0);
  }
  to {
    transform: translate3d(73vw, -137vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 3875ms;
          animation-delay: 3875ms;
}
.circle-container:nth-child(189) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-189;
          animation-name: move-frames-189;
  -webkit-animation-duration: 30544ms;
          animation-duration: 30544ms;
  -webkit-animation-delay: 27996ms;
          animation-delay: 27996ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    transform: translate3d(76vw, 101vh, 0);
  }
  to {
    transform: translate3d(80vw, -129vh, 0);
  }
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(76vw, 101vh, 0);
  }
  to {
    transform: translate3d(80vw, -129vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 2998ms;
          animation-delay: 2998ms;
}
.circle-container:nth-child(190) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-190;
          animation-name: move-frames-190;
  -webkit-animation-duration: 31045ms;
          animation-duration: 31045ms;
  -webkit-animation-delay: 36122ms;
          animation-delay: 36122ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    transform: translate3d(7vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -130vh, 0);
  }
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(7vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -130vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 375ms;
          animation-delay: 375ms;
}
.circle-container:nth-child(191) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-191;
          animation-name: move-frames-191;
  -webkit-animation-duration: 36847ms;
          animation-duration: 36847ms;
  -webkit-animation-delay: 27706ms;
          animation-delay: 27706ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    transform: translate3d(14vw, 101vh, 0);
  }
  to {
    transform: translate3d(13vw, -123vh, 0);
  }
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(14vw, 101vh, 0);
  }
  to {
    transform: translate3d(13vw, -123vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 166ms;
          animation-delay: 166ms;
}
.circle-container:nth-child(192) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-192;
          animation-name: move-frames-192;
  -webkit-animation-duration: 28440ms;
          animation-duration: 28440ms;
  -webkit-animation-delay: 12481ms;
          animation-delay: 12481ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    transform: translate3d(93vw, 110vh, 0);
  }
  to {
    transform: translate3d(7vw, -135vh, 0);
  }
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(93vw, 110vh, 0);
  }
  to {
    transform: translate3d(7vw, -135vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 229ms;
          animation-delay: 229ms;
}
.circle-container:nth-child(193) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-193;
          animation-name: move-frames-193;
  -webkit-animation-duration: 33109ms;
          animation-duration: 33109ms;
  -webkit-animation-delay: 10386ms;
          animation-delay: 10386ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(8vw, -129vh, 0);
  }
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(8vw, -129vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 957ms;
          animation-delay: 957ms;
}
.circle-container:nth-child(194) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-194;
          animation-name: move-frames-194;
  -webkit-animation-duration: 33691ms;
          animation-duration: 33691ms;
  -webkit-animation-delay: 20207ms;
          animation-delay: 20207ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    transform: translate3d(75vw, 109vh, 0);
  }
  to {
    transform: translate3d(24vw, -125vh, 0);
  }
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(75vw, 109vh, 0);
  }
  to {
    transform: translate3d(24vw, -125vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 1876ms;
          animation-delay: 1876ms;
}
.circle-container:nth-child(195) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-195;
          animation-name: move-frames-195;
  -webkit-animation-duration: 31817ms;
          animation-duration: 31817ms;
  -webkit-animation-delay: 15156ms;
          animation-delay: 15156ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    transform: translate3d(73vw, 103vh, 0);
  }
  to {
    transform: translate3d(48vw, -115vh, 0);
  }
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(73vw, 103vh, 0);
  }
  to {
    transform: translate3d(48vw, -115vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 3408ms;
          animation-delay: 3408ms;
}
.circle-container:nth-child(196) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-196;
          animation-name: move-frames-196;
  -webkit-animation-duration: 31083ms;
          animation-duration: 31083ms;
  -webkit-animation-delay: 2832ms;
          animation-delay: 2832ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    transform: translate3d(20vw, 106vh, 0);
  }
  to {
    transform: translate3d(65vw, -131vh, 0);
  }
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(20vw, 106vh, 0);
  }
  to {
    transform: translate3d(65vw, -131vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 2999ms;
          animation-delay: 2999ms;
}
.circle-container:nth-child(197) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-197;
          animation-name: move-frames-197;
  -webkit-animation-duration: 32954ms;
          animation-duration: 32954ms;
  -webkit-animation-delay: 20757ms;
          animation-delay: 20757ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    transform: translate3d(38vw, 109vh, 0);
  }
  to {
    transform: translate3d(81vw, -125vh, 0);
  }
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(38vw, 109vh, 0);
  }
  to {
    transform: translate3d(81vw, -125vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 3434ms;
          animation-delay: 3434ms;
}
.circle-container:nth-child(198) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-198;
          animation-name: move-frames-198;
  -webkit-animation-duration: 34225ms;
          animation-duration: 34225ms;
  -webkit-animation-delay: 31314ms;
          animation-delay: 31314ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    transform: translate3d(36vw, 103vh, 0);
  }
  to {
    transform: translate3d(91vw, -112vh, 0);
  }
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(36vw, 103vh, 0);
  }
  to {
    transform: translate3d(91vw, -112vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 3608ms;
          animation-delay: 3608ms;
}
.circle-container:nth-child(199) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-199;
          animation-name: move-frames-199;
  -webkit-animation-duration: 32125ms;
          animation-duration: 32125ms;
  -webkit-animation-delay: 26837ms;
          animation-delay: 26837ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    transform: translate3d(89vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -131vh, 0);
  }
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(89vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -131vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 2216ms;
          animation-delay: 2216ms;
}
.circle-container:nth-child(200) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-200;
          animation-name: move-frames-200;
  -webkit-animation-duration: 30745ms;
          animation-duration: 30745ms;
  -webkit-animation-delay: 7322ms;
          animation-delay: 7322ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    transform: translate3d(83vw, 106vh, 0);
  }
  to {
    transform: translate3d(99vw, -112vh, 0);
  }
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(83vw, 106vh, 0);
  }
  to {
    transform: translate3d(99vw, -112vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

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