* {
    margin: 0;
    padding: 0;
  }
  
  html,
  body {
    width: 100%;
    height: 100%;
  }
  
  body {
    background-color: #021027;
  }

  
  .container-t {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
   
  }
  
  .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
            mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
  }
  
  .circle-container {
    position: absolute;
    transform: translateY(-10vh);
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .circle-container .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    mix-blend-mode: screen;
    background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
    -webkit-animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
            animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
  }
  @-webkit-keyframes fade-frames {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.7;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-frames {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.7;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes scale-frames {
    0% {
      transform: scale3d(0.4, 0.4, 1);
    }
    50% {
      transform: scale3d(2.2, 2.2, 1);
    }
    100% {
      transform: scale3d(0.4, 0.4, 1);
    }
  }
  @keyframes scale-frames {
    0% {
      transform: scale3d(0.4, 0.4, 1);
    }
    50% {
      transform: scale3d(2.2, 2.2, 1);
    }
    100% {
      transform: scale3d(0.4, 0.4, 1);
    }
  }
  .circle-container:nth-child(1) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-1;
            animation-name: move-frames-1;
    -webkit-animation-duration: 34677ms;
            animation-duration: 34677ms;
    -webkit-animation-delay: 22815ms;
            animation-delay: 22815ms;
  }
  @-webkit-keyframes move-frames-1 {
    from {
      transform: translate3d(76vw, 110vh, 0);
    }
    to {
      transform: translate3d(21vw, -122vh, 0);
    }
  }
  @keyframes move-frames-1 {
    from {
      transform: translate3d(76vw, 110vh, 0);
    }
    to {
      transform: translate3d(21vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(1) .circle {
    -webkit-animation-delay: 917ms;
            animation-delay: 917ms;
  }
  .circle-container:nth-child(2) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-2;
            animation-name: move-frames-2;
    -webkit-animation-duration: 31969ms;
            animation-duration: 31969ms;
    -webkit-animation-delay: 7956ms;
            animation-delay: 7956ms;
  }
  @-webkit-keyframes move-frames-2 {
    from {
      transform: translate3d(9vw, 108vh, 0);
    }
    to {
      transform: translate3d(4vw, -116vh, 0);
    }
  }
  @keyframes move-frames-2 {
    from {
      transform: translate3d(9vw, 108vh, 0);
    }
    to {
      transform: translate3d(4vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(2) .circle {
    -webkit-animation-delay: 306ms;
            animation-delay: 306ms;
  }
  .circle-container:nth-child(3) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-3;
            animation-name: move-frames-3;
    -webkit-animation-duration: 33468ms;
            animation-duration: 33468ms;
    -webkit-animation-delay: 1125ms;
            animation-delay: 1125ms;
  }
  @-webkit-keyframes move-frames-3 {
    from {
      transform: translate3d(64vw, 110vh, 0);
    }
    to {
      transform: translate3d(39vw, -133vh, 0);
    }
  }
  @keyframes move-frames-3 {
    from {
      transform: translate3d(64vw, 110vh, 0);
    }
    to {
      transform: translate3d(39vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(3) .circle {
    -webkit-animation-delay: 1754ms;
            animation-delay: 1754ms;
  }
  .circle-container:nth-child(4) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-4;
            animation-name: move-frames-4;
    -webkit-animation-duration: 31091ms;
            animation-duration: 31091ms;
    -webkit-animation-delay: 4649ms;
            animation-delay: 4649ms;
  }
  @-webkit-keyframes move-frames-4 {
    from {
      transform: translate3d(8vw, 107vh, 0);
    }
    to {
      transform: translate3d(6vw, -117vh, 0);
    }
  }
  @keyframes move-frames-4 {
    from {
      transform: translate3d(8vw, 107vh, 0);
    }
    to {
      transform: translate3d(6vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(4) .circle {
    -webkit-animation-delay: 3197ms;
            animation-delay: 3197ms;
  }
  .circle-container:nth-child(5) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-5;
            animation-name: move-frames-5;
    -webkit-animation-duration: 35270ms;
            animation-duration: 35270ms;
    -webkit-animation-delay: 14753ms;
            animation-delay: 14753ms;
  }
  @-webkit-keyframes move-frames-5 {
    from {
      transform: translate3d(10vw, 106vh, 0);
    }
    to {
      transform: translate3d(40vw, -131vh, 0);
    }
  }
  @keyframes move-frames-5 {
    from {
      transform: translate3d(10vw, 106vh, 0);
    }
    to {
      transform: translate3d(40vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(5) .circle {
    -webkit-animation-delay: 1844ms;
            animation-delay: 1844ms;
  }
  .circle-container:nth-child(6) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-6;
            animation-name: move-frames-6;
    -webkit-animation-duration: 33664ms;
            animation-duration: 33664ms;
    -webkit-animation-delay: 25754ms;
            animation-delay: 25754ms;
  }
  @-webkit-keyframes move-frames-6 {
    from {
      transform: translate3d(90vw, 102vh, 0);
    }
    to {
      transform: translate3d(5vw, -130vh, 0);
    }
  }
  @keyframes move-frames-6 {
    from {
      transform: translate3d(90vw, 102vh, 0);
    }
    to {
      transform: translate3d(5vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(6) .circle {
    -webkit-animation-delay: 2855ms;
            animation-delay: 2855ms;
  }
  .circle-container:nth-child(7) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-7;
            animation-name: move-frames-7;
    -webkit-animation-duration: 34280ms;
            animation-duration: 34280ms;
    -webkit-animation-delay: 21732ms;
            animation-delay: 21732ms;
  }
  @-webkit-keyframes move-frames-7 {
    from {
      transform: translate3d(67vw, 104vh, 0);
    }
    to {
      transform: translate3d(78vw, -115vh, 0);
    }
  }
  @keyframes move-frames-7 {
    from {
      transform: translate3d(67vw, 104vh, 0);
    }
    to {
      transform: translate3d(78vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(7) .circle {
    -webkit-animation-delay: 3079ms;
            animation-delay: 3079ms;
  }
  .circle-container:nth-child(8) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-8;
            animation-name: move-frames-8;
    -webkit-animation-duration: 35331ms;
            animation-duration: 35331ms;
    -webkit-animation-delay: 21794ms;
            animation-delay: 21794ms;
  }
  @-webkit-keyframes move-frames-8 {
    from {
      transform: translate3d(40vw, 110vh, 0);
    }
    to {
      transform: translate3d(94vw, -136vh, 0);
    }
  }
  @keyframes move-frames-8 {
    from {
      transform: translate3d(40vw, 110vh, 0);
    }
    to {
      transform: translate3d(94vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(8) .circle {
    -webkit-animation-delay: 2457ms;
            animation-delay: 2457ms;
  }
  .circle-container:nth-child(9) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-9;
            animation-name: move-frames-9;
    -webkit-animation-duration: 34212ms;
            animation-duration: 34212ms;
    -webkit-animation-delay: 24498ms;
            animation-delay: 24498ms;
  }
  @-webkit-keyframes move-frames-9 {
    from {
      transform: translate3d(88vw, 110vh, 0);
    }
    to {
      transform: translate3d(13vw, -122vh, 0);
    }
  }
  @keyframes move-frames-9 {
    from {
      transform: translate3d(88vw, 110vh, 0);
    }
    to {
      transform: translate3d(13vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(9) .circle {
    -webkit-animation-delay: 2277ms;
            animation-delay: 2277ms;
  }
  .circle-container:nth-child(10) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-10;
            animation-name: move-frames-10;
    -webkit-animation-duration: 33867ms;
            animation-duration: 33867ms;
    -webkit-animation-delay: 31069ms;
            animation-delay: 31069ms;
  }
  @-webkit-keyframes move-frames-10 {
    from {
      transform: translate3d(34vw, 105vh, 0);
    }
    to {
      transform: translate3d(20vw, -122vh, 0);
    }
  }
  @keyframes move-frames-10 {
    from {
      transform: translate3d(34vw, 105vh, 0);
    }
    to {
      transform: translate3d(20vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(10) .circle {
    -webkit-animation-delay: 1437ms;
            animation-delay: 1437ms;
  }
  .circle-container:nth-child(11) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-11;
            animation-name: move-frames-11;
    -webkit-animation-duration: 34761ms;
            animation-duration: 34761ms;
    -webkit-animation-delay: 2209ms;
            animation-delay: 2209ms;
  }
  @-webkit-keyframes move-frames-11 {
    from {
      transform: translate3d(46vw, 108vh, 0);
    }
    to {
      transform: translate3d(55vw, -121vh, 0);
    }
  }
  @keyframes move-frames-11 {
    from {
      transform: translate3d(46vw, 108vh, 0);
    }
    to {
      transform: translate3d(55vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(11) .circle {
    -webkit-animation-delay: 2747ms;
            animation-delay: 2747ms;
  }
  .circle-container:nth-child(12) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-12;
            animation-name: move-frames-12;
    -webkit-animation-duration: 36272ms;
            animation-duration: 36272ms;
    -webkit-animation-delay: 11838ms;
            animation-delay: 11838ms;
  }
  @-webkit-keyframes move-frames-12 {
    from {
      transform: translate3d(85vw, 108vh, 0);
    }
    to {
      transform: translate3d(96vw, -109vh, 0);
    }
  }
  @keyframes move-frames-12 {
    from {
      transform: translate3d(85vw, 108vh, 0);
    }
    to {
      transform: translate3d(96vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(12) .circle {
    -webkit-animation-delay: 1408ms;
            animation-delay: 1408ms;
  }
  .circle-container:nth-child(13) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-13;
            animation-name: move-frames-13;
    -webkit-animation-duration: 35583ms;
            animation-duration: 35583ms;
    -webkit-animation-delay: 35423ms;
            animation-delay: 35423ms;
  }
  @-webkit-keyframes move-frames-13 {
    from {
      transform: translate3d(79vw, 109vh, 0);
    }
    to {
      transform: translate3d(51vw, -113vh, 0);
    }
  }
  @keyframes move-frames-13 {
    from {
      transform: translate3d(79vw, 109vh, 0);
    }
    to {
      transform: translate3d(51vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(13) .circle {
    -webkit-animation-delay: 733ms;
            animation-delay: 733ms;
  }
  .circle-container:nth-child(14) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-14;
            animation-name: move-frames-14;
    -webkit-animation-duration: 34848ms;
            animation-duration: 34848ms;
    -webkit-animation-delay: 4040ms;
            animation-delay: 4040ms;
  }
  @-webkit-keyframes move-frames-14 {
    from {
      transform: translate3d(14vw, 106vh, 0);
    }
    to {
      transform: translate3d(70vw, -124vh, 0);
    }
  }
  @keyframes move-frames-14 {
    from {
      transform: translate3d(14vw, 106vh, 0);
    }
    to {
      transform: translate3d(70vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(14) .circle {
    -webkit-animation-delay: 3630ms;
            animation-delay: 3630ms;
  }
  .circle-container:nth-child(15) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-15;
            animation-name: move-frames-15;
    -webkit-animation-duration: 31216ms;
            animation-duration: 31216ms;
    -webkit-animation-delay: 32254ms;
            animation-delay: 32254ms;
  }
  @-webkit-keyframes move-frames-15 {
    from {
      transform: translate3d(100vw, 107vh, 0);
    }
    to {
      transform: translate3d(91vw, -133vh, 0);
    }
  }
  @keyframes move-frames-15 {
    from {
      transform: translate3d(100vw, 107vh, 0);
    }
    to {
      transform: translate3d(91vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(15) .circle {
    -webkit-animation-delay: 2821ms;
            animation-delay: 2821ms;
  }
  .circle-container:nth-child(16) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-16;
            animation-name: move-frames-16;
    -webkit-animation-duration: 29418ms;
            animation-duration: 29418ms;
    -webkit-animation-delay: 20432ms;
            animation-delay: 20432ms;
  }
  @-webkit-keyframes move-frames-16 {
    from {
      transform: translate3d(49vw, 107vh, 0);
    }
    to {
      transform: translate3d(85vw, -133vh, 0);
    }
  }
  @keyframes move-frames-16 {
    from {
      transform: translate3d(49vw, 107vh, 0);
    }
    to {
      transform: translate3d(85vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(16) .circle {
    -webkit-animation-delay: 1462ms;
            animation-delay: 1462ms;
  }
  .circle-container:nth-child(17) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-17;
            animation-name: move-frames-17;
    -webkit-animation-duration: 33003ms;
            animation-duration: 33003ms;
    -webkit-animation-delay: 23795ms;
            animation-delay: 23795ms;
  }
  @-webkit-keyframes move-frames-17 {
    from {
      transform: translate3d(33vw, 109vh, 0);
    }
    to {
      transform: translate3d(22vw, -114vh, 0);
    }
  }
  @keyframes move-frames-17 {
    from {
      transform: translate3d(33vw, 109vh, 0);
    }
    to {
      transform: translate3d(22vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(17) .circle {
    -webkit-animation-delay: 3267ms;
            animation-delay: 3267ms;
  }
  .circle-container:nth-child(18) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-18;
            animation-name: move-frames-18;
    -webkit-animation-duration: 34141ms;
            animation-duration: 34141ms;
    -webkit-animation-delay: 33834ms;
            animation-delay: 33834ms;
  }
  @-webkit-keyframes move-frames-18 {
    from {
      transform: translate3d(98vw, 103vh, 0);
    }
    to {
      transform: translate3d(8vw, -129vh, 0);
    }
  }
  @keyframes move-frames-18 {
    from {
      transform: translate3d(98vw, 103vh, 0);
    }
    to {
      transform: translate3d(8vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(18) .circle {
    -webkit-animation-delay: 3418ms;
            animation-delay: 3418ms;
  }
  .circle-container:nth-child(19) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-19;
            animation-name: move-frames-19;
    -webkit-animation-duration: 32583ms;
            animation-duration: 32583ms;
    -webkit-animation-delay: 27934ms;
            animation-delay: 27934ms;
  }
  @-webkit-keyframes move-frames-19 {
    from {
      transform: translate3d(90vw, 102vh, 0);
    }
    to {
      transform: translate3d(3vw, -112vh, 0);
    }
  }
  @keyframes move-frames-19 {
    from {
      transform: translate3d(90vw, 102vh, 0);
    }
    to {
      transform: translate3d(3vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(19) .circle {
    -webkit-animation-delay: 3901ms;
            animation-delay: 3901ms;
  }
  .circle-container:nth-child(20) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-20;
            animation-name: move-frames-20;
    -webkit-animation-duration: 28594ms;
            animation-duration: 28594ms;
    -webkit-animation-delay: 14302ms;
            animation-delay: 14302ms;
  }
  @-webkit-keyframes move-frames-20 {
    from {
      transform: translate3d(62vw, 108vh, 0);
    }
    to {
      transform: translate3d(64vw, -122vh, 0);
    }
  }
  @keyframes move-frames-20 {
    from {
      transform: translate3d(62vw, 108vh, 0);
    }
    to {
      transform: translate3d(64vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(20) .circle {
    -webkit-animation-delay: 3654ms;
            animation-delay: 3654ms;
  }
  .circle-container:nth-child(21) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-21;
            animation-name: move-frames-21;
    -webkit-animation-duration: 29815ms;
            animation-duration: 29815ms;
    -webkit-animation-delay: 34424ms;
            animation-delay: 34424ms;
  }
  @-webkit-keyframes move-frames-21 {
    from {
      transform: translate3d(31vw, 108vh, 0);
    }
    to {
      transform: translate3d(22vw, -120vh, 0);
    }
  }
  @keyframes move-frames-21 {
    from {
      transform: translate3d(31vw, 108vh, 0);
    }
    to {
      transform: translate3d(22vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(21) .circle {
    -webkit-animation-delay: 3550ms;
            animation-delay: 3550ms;
  }
  .circle-container:nth-child(22) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-22;
            animation-name: move-frames-22;
    -webkit-animation-duration: 31419ms;
            animation-duration: 31419ms;
    -webkit-animation-delay: 11220ms;
            animation-delay: 11220ms;
  }
  @-webkit-keyframes move-frames-22 {
    from {
      transform: translate3d(35vw, 108vh, 0);
    }
    to {
      transform: translate3d(13vw, -110vh, 0);
    }
  }
  @keyframes move-frames-22 {
    from {
      transform: translate3d(35vw, 108vh, 0);
    }
    to {
      transform: translate3d(13vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(22) .circle {
    -webkit-animation-delay: 2497ms;
            animation-delay: 2497ms;
  }
  .circle-container:nth-child(23) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-23;
            animation-name: move-frames-23;
    -webkit-animation-duration: 31140ms;
            animation-duration: 31140ms;
    -webkit-animation-delay: 24501ms;
            animation-delay: 24501ms;
  }
  @-webkit-keyframes move-frames-23 {
    from {
      transform: translate3d(18vw, 109vh, 0);
    }
    to {
      transform: translate3d(40vw, -120vh, 0);
    }
  }
  @keyframes move-frames-23 {
    from {
      transform: translate3d(18vw, 109vh, 0);
    }
    to {
      transform: translate3d(40vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(23) .circle {
    -webkit-animation-delay: 3060ms;
            animation-delay: 3060ms;
  }
  .circle-container:nth-child(24) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-24;
            animation-name: move-frames-24;
    -webkit-animation-duration: 33805ms;
            animation-duration: 33805ms;
    -webkit-animation-delay: 3400ms;
            animation-delay: 3400ms;
  }
  @-webkit-keyframes move-frames-24 {
    from {
      transform: translate3d(50vw, 110vh, 0);
    }
    to {
      transform: translate3d(52vw, -134vh, 0);
    }
  }
  @keyframes move-frames-24 {
    from {
      transform: translate3d(50vw, 110vh, 0);
    }
    to {
      transform: translate3d(52vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(24) .circle {
    -webkit-animation-delay: 1678ms;
            animation-delay: 1678ms;
  }
  .circle-container:nth-child(25) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-25;
            animation-name: move-frames-25;
    -webkit-animation-duration: 29711ms;
            animation-duration: 29711ms;
    -webkit-animation-delay: 33168ms;
            animation-delay: 33168ms;
  }
  @-webkit-keyframes move-frames-25 {
    from {
      transform: translate3d(89vw, 102vh, 0);
    }
    to {
      transform: translate3d(12vw, -112vh, 0);
    }
  }
  @keyframes move-frames-25 {
    from {
      transform: translate3d(89vw, 102vh, 0);
    }
    to {
      transform: translate3d(12vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(25) .circle {
    -webkit-animation-delay: 1572ms;
            animation-delay: 1572ms;
  }
  .circle-container:nth-child(26) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-26;
            animation-name: move-frames-26;
    -webkit-animation-duration: 32996ms;
            animation-duration: 32996ms;
    -webkit-animation-delay: 2860ms;
            animation-delay: 2860ms;
  }
  @-webkit-keyframes move-frames-26 {
    from {
      transform: translate3d(62vw, 107vh, 0);
    }
    to {
      transform: translate3d(29vw, -137vh, 0);
    }
  }
  @keyframes move-frames-26 {
    from {
      transform: translate3d(62vw, 107vh, 0);
    }
    to {
      transform: translate3d(29vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(26) .circle {
    -webkit-animation-delay: 2820ms;
            animation-delay: 2820ms;
  }
  .circle-container:nth-child(27) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-27;
            animation-name: move-frames-27;
    -webkit-animation-duration: 31724ms;
            animation-duration: 31724ms;
    -webkit-animation-delay: 20934ms;
            animation-delay: 20934ms;
  }
  @-webkit-keyframes move-frames-27 {
    from {
      transform: translate3d(68vw, 108vh, 0);
    }
    to {
      transform: translate3d(62vw, -120vh, 0);
    }
  }
  @keyframes move-frames-27 {
    from {
      transform: translate3d(68vw, 108vh, 0);
    }
    to {
      transform: translate3d(62vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(27) .circle {
    -webkit-animation-delay: 2638ms;
            animation-delay: 2638ms;
  }
  .circle-container:nth-child(28) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-28;
            animation-name: move-frames-28;
    -webkit-animation-duration: 32017ms;
            animation-duration: 32017ms;
    -webkit-animation-delay: 29373ms;
            animation-delay: 29373ms;
  }
  @-webkit-keyframes move-frames-28 {
    from {
      transform: translate3d(60vw, 103vh, 0);
    }
    to {
      transform: translate3d(97vw, -130vh, 0);
    }
  }
  @keyframes move-frames-28 {
    from {
      transform: translate3d(60vw, 103vh, 0);
    }
    to {
      transform: translate3d(97vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(28) .circle {
    -webkit-animation-delay: 3148ms;
            animation-delay: 3148ms;
  }
  .circle-container:nth-child(29) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-29;
            animation-name: move-frames-29;
    -webkit-animation-duration: 36771ms;
            animation-duration: 36771ms;
    -webkit-animation-delay: 24301ms;
            animation-delay: 24301ms;
  }
  @-webkit-keyframes move-frames-29 {
    from {
      transform: translate3d(7vw, 107vh, 0);
    }
    to {
      transform: translate3d(54vw, -135vh, 0);
    }
  }
  @keyframes move-frames-29 {
    from {
      transform: translate3d(7vw, 107vh, 0);
    }
    to {
      transform: translate3d(54vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(29) .circle {
    -webkit-animation-delay: 3526ms;
            animation-delay: 3526ms;
  }
  .circle-container:nth-child(30) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-30;
            animation-name: move-frames-30;
    -webkit-animation-duration: 29363ms;
            animation-duration: 29363ms;
    -webkit-animation-delay: 20278ms;
            animation-delay: 20278ms;
  }
  @-webkit-keyframes move-frames-30 {
    from {
      transform: translate3d(53vw, 101vh, 0);
    }
    to {
      transform: translate3d(31vw, -124vh, 0);
    }
  }
  @keyframes move-frames-30 {
    from {
      transform: translate3d(53vw, 101vh, 0);
    }
    to {
      transform: translate3d(31vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(30) .circle {
    -webkit-animation-delay: 1771ms;
            animation-delay: 1771ms;
  }
  .circle-container:nth-child(31) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-31;
            animation-name: move-frames-31;
    -webkit-animation-duration: 33943ms;
            animation-duration: 33943ms;
    -webkit-animation-delay: 30223ms;
            animation-delay: 30223ms;
  }
  @-webkit-keyframes move-frames-31 {
    from {
      transform: translate3d(23vw, 109vh, 0);
    }
    to {
      transform: translate3d(33vw, -110vh, 0);
    }
  }
  @keyframes move-frames-31 {
    from {
      transform: translate3d(23vw, 109vh, 0);
    }
    to {
      transform: translate3d(33vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(31) .circle {
    -webkit-animation-delay: 2601ms;
            animation-delay: 2601ms;
  }
  .circle-container:nth-child(32) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-32;
            animation-name: move-frames-32;
    -webkit-animation-duration: 30125ms;
            animation-duration: 30125ms;
    -webkit-animation-delay: 9631ms;
            animation-delay: 9631ms;
  }
  @-webkit-keyframes move-frames-32 {
    from {
      transform: translate3d(57vw, 106vh, 0);
    }
    to {
      transform: translate3d(5vw, -135vh, 0);
    }
  }
  @keyframes move-frames-32 {
    from {
      transform: translate3d(57vw, 106vh, 0);
    }
    to {
      transform: translate3d(5vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(32) .circle {
    -webkit-animation-delay: 737ms;
            animation-delay: 737ms;
  }
  .circle-container:nth-child(33) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-33;
            animation-name: move-frames-33;
    -webkit-animation-duration: 33053ms;
            animation-duration: 33053ms;
    -webkit-animation-delay: 32361ms;
            animation-delay: 32361ms;
  }
  @-webkit-keyframes move-frames-33 {
    from {
      transform: translate3d(40vw, 103vh, 0);
    }
    to {
      transform: translate3d(57vw, -126vh, 0);
    }
  }
  @keyframes move-frames-33 {
    from {
      transform: translate3d(40vw, 103vh, 0);
    }
    to {
      transform: translate3d(57vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(33) .circle {
    -webkit-animation-delay: 1920ms;
            animation-delay: 1920ms;
  }
  .circle-container:nth-child(34) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-34;
            animation-name: move-frames-34;
    -webkit-animation-duration: 34694ms;
            animation-duration: 34694ms;
    -webkit-animation-delay: 34378ms;
            animation-delay: 34378ms;
  }
  @-webkit-keyframes move-frames-34 {
    from {
      transform: translate3d(45vw, 109vh, 0);
    }
    to {
      transform: translate3d(80vw, -112vh, 0);
    }
  }
  @keyframes move-frames-34 {
    from {
      transform: translate3d(45vw, 109vh, 0);
    }
    to {
      transform: translate3d(80vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(34) .circle {
    -webkit-animation-delay: 2057ms;
            animation-delay: 2057ms;
  }
  .circle-container:nth-child(35) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-35;
            animation-name: move-frames-35;
    -webkit-animation-duration: 28254ms;
            animation-duration: 28254ms;
    -webkit-animation-delay: 11640ms;
            animation-delay: 11640ms;
  }
  @-webkit-keyframes move-frames-35 {
    from {
      transform: translate3d(95vw, 108vh, 0);
    }
    to {
      transform: translate3d(91vw, -132vh, 0);
    }
  }
  @keyframes move-frames-35 {
    from {
      transform: translate3d(95vw, 108vh, 0);
    }
    to {
      transform: translate3d(91vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(35) .circle {
    -webkit-animation-delay: 2001ms;
            animation-delay: 2001ms;
  }
  .circle-container:nth-child(36) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-36;
            animation-name: move-frames-36;
    -webkit-animation-duration: 32829ms;
            animation-duration: 32829ms;
    -webkit-animation-delay: 18859ms;
            animation-delay: 18859ms;
  }
  @-webkit-keyframes move-frames-36 {
    from {
      transform: translate3d(14vw, 106vh, 0);
    }
    to {
      transform: translate3d(100vw, -115vh, 0);
    }
  }
  @keyframes move-frames-36 {
    from {
      transform: translate3d(14vw, 106vh, 0);
    }
    to {
      transform: translate3d(100vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(36) .circle {
    -webkit-animation-delay: 3725ms;
            animation-delay: 3725ms;
  }
  .circle-container:nth-child(37) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-37;
            animation-name: move-frames-37;
    -webkit-animation-duration: 35876ms;
            animation-duration: 35876ms;
    -webkit-animation-delay: 36455ms;
            animation-delay: 36455ms;
  }
  @-webkit-keyframes move-frames-37 {
    from {
      transform: translate3d(18vw, 110vh, 0);
    }
    to {
      transform: translate3d(97vw, -121vh, 0);
    }
  }
  @keyframes move-frames-37 {
    from {
      transform: translate3d(18vw, 110vh, 0);
    }
    to {
      transform: translate3d(97vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(37) .circle {
    -webkit-animation-delay: 323ms;
            animation-delay: 323ms;
  }
  .circle-container:nth-child(38) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-38;
            animation-name: move-frames-38;
    -webkit-animation-duration: 33346ms;
            animation-duration: 33346ms;
    -webkit-animation-delay: 24693ms;
            animation-delay: 24693ms;
  }
  @-webkit-keyframes move-frames-38 {
    from {
      transform: translate3d(8vw, 104vh, 0);
    }
    to {
      transform: translate3d(74vw, -120vh, 0);
    }
  }
  @keyframes move-frames-38 {
    from {
      transform: translate3d(8vw, 104vh, 0);
    }
    to {
      transform: translate3d(74vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(38) .circle {
    -webkit-animation-delay: 3763ms;
            animation-delay: 3763ms;
  }
  .circle-container:nth-child(39) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-39;
            animation-name: move-frames-39;
    -webkit-animation-duration: 30110ms;
            animation-duration: 30110ms;
    -webkit-animation-delay: 30405ms;
            animation-delay: 30405ms;
  }
  @-webkit-keyframes move-frames-39 {
    from {
      transform: translate3d(45vw, 110vh, 0);
    }
    to {
      transform: translate3d(79vw, -123vh, 0);
    }
  }
  @keyframes move-frames-39 {
    from {
      transform: translate3d(45vw, 110vh, 0);
    }
    to {
      transform: translate3d(79vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(39) .circle {
    -webkit-animation-delay: 1607ms;
            animation-delay: 1607ms;
  }
  .circle-container:nth-child(40) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-40;
            animation-name: move-frames-40;
    -webkit-animation-duration: 30427ms;
            animation-duration: 30427ms;
    -webkit-animation-delay: 11920ms;
            animation-delay: 11920ms;
  }
  @-webkit-keyframes move-frames-40 {
    from {
      transform: translate3d(30vw, 106vh, 0);
    }
    to {
      transform: translate3d(70vw, -125vh, 0);
    }
  }
  @keyframes move-frames-40 {
    from {
      transform: translate3d(30vw, 106vh, 0);
    }
    to {
      transform: translate3d(70vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(40) .circle {
    -webkit-animation-delay: 3748ms;
            animation-delay: 3748ms;
  }
  .circle-container:nth-child(41) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-41;
            animation-name: move-frames-41;
    -webkit-animation-duration: 32352ms;
            animation-duration: 32352ms;
    -webkit-animation-delay: 10080ms;
            animation-delay: 10080ms;
  }
  @-webkit-keyframes move-frames-41 {
    from {
      transform: translate3d(95vw, 105vh, 0);
    }
    to {
      transform: translate3d(68vw, -124vh, 0);
    }
  }
  @keyframes move-frames-41 {
    from {
      transform: translate3d(95vw, 105vh, 0);
    }
    to {
      transform: translate3d(68vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(41) .circle {
    -webkit-animation-delay: 2028ms;
            animation-delay: 2028ms;
  }
  .circle-container:nth-child(42) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-42;
            animation-name: move-frames-42;
    -webkit-animation-duration: 28454ms;
            animation-duration: 28454ms;
    -webkit-animation-delay: 19832ms;
            animation-delay: 19832ms;
  }
  @-webkit-keyframes move-frames-42 {
    from {
      transform: translate3d(25vw, 108vh, 0);
    }
    to {
      transform: translate3d(69vw, -112vh, 0);
    }
  }
  @keyframes move-frames-42 {
    from {
      transform: translate3d(25vw, 108vh, 0);
    }
    to {
      transform: translate3d(69vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(42) .circle {
    -webkit-animation-delay: 1714ms;
            animation-delay: 1714ms;
  }
  .circle-container:nth-child(43) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-43;
            animation-name: move-frames-43;
    -webkit-animation-duration: 30293ms;
            animation-duration: 30293ms;
    -webkit-animation-delay: 5498ms;
            animation-delay: 5498ms;
  }
  @-webkit-keyframes move-frames-43 {
    from {
      transform: translate3d(26vw, 109vh, 0);
    }
    to {
      transform: translate3d(4vw, -137vh, 0);
    }
  }
  @keyframes move-frames-43 {
    from {
      transform: translate3d(26vw, 109vh, 0);
    }
    to {
      transform: translate3d(4vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(43) .circle {
    -webkit-animation-delay: 79ms;
            animation-delay: 79ms;
  }
  .circle-container:nth-child(44) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-44;
            animation-name: move-frames-44;
    -webkit-animation-duration: 34770ms;
            animation-duration: 34770ms;
    -webkit-animation-delay: 6023ms;
            animation-delay: 6023ms;
  }
  @-webkit-keyframes move-frames-44 {
    from {
      transform: translate3d(16vw, 108vh, 0);
    }
    to {
      transform: translate3d(26vw, -134vh, 0);
    }
  }
  @keyframes move-frames-44 {
    from {
      transform: translate3d(16vw, 108vh, 0);
    }
    to {
      transform: translate3d(26vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(44) .circle {
    -webkit-animation-delay: 2064ms;
            animation-delay: 2064ms;
  }
  .circle-container:nth-child(45) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-45;
            animation-name: move-frames-45;
    -webkit-animation-duration: 30257ms;
            animation-duration: 30257ms;
    -webkit-animation-delay: 36316ms;
            animation-delay: 36316ms;
  }
  @-webkit-keyframes move-frames-45 {
    from {
      transform: translate3d(3vw, 105vh, 0);
    }
    to {
      transform: translate3d(88vw, -132vh, 0);
    }
  }
  @keyframes move-frames-45 {
    from {
      transform: translate3d(3vw, 105vh, 0);
    }
    to {
      transform: translate3d(88vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(45) .circle {
    -webkit-animation-delay: 1626ms;
            animation-delay: 1626ms;
  }
  .circle-container:nth-child(46) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-46;
            animation-name: move-frames-46;
    -webkit-animation-duration: 34657ms;
            animation-duration: 34657ms;
    -webkit-animation-delay: 31195ms;
            animation-delay: 31195ms;
  }
  @-webkit-keyframes move-frames-46 {
    from {
      transform: translate3d(80vw, 104vh, 0);
    }
    to {
      transform: translate3d(57vw, -121vh, 0);
    }
  }
  @keyframes move-frames-46 {
    from {
      transform: translate3d(80vw, 104vh, 0);
    }
    to {
      transform: translate3d(57vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(46) .circle {
    -webkit-animation-delay: 1141ms;
            animation-delay: 1141ms;
  }
  .circle-container:nth-child(47) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-47;
            animation-name: move-frames-47;
    -webkit-animation-duration: 28311ms;
            animation-duration: 28311ms;
    -webkit-animation-delay: 3387ms;
            animation-delay: 3387ms;
  }
  @-webkit-keyframes move-frames-47 {
    from {
      transform: translate3d(50vw, 105vh, 0);
    }
    to {
      transform: translate3d(65vw, -132vh, 0);
    }
  }
  @keyframes move-frames-47 {
    from {
      transform: translate3d(50vw, 105vh, 0);
    }
    to {
      transform: translate3d(65vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(47) .circle {
    -webkit-animation-delay: 3207ms;
            animation-delay: 3207ms;
  }
  .circle-container:nth-child(48) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-48;
            animation-name: move-frames-48;
    -webkit-animation-duration: 35463ms;
            animation-duration: 35463ms;
    -webkit-animation-delay: 30891ms;
            animation-delay: 30891ms;
  }
  @-webkit-keyframes move-frames-48 {
    from {
      transform: translate3d(17vw, 102vh, 0);
    }
    to {
      transform: translate3d(38vw, -124vh, 0);
    }
  }
  @keyframes move-frames-48 {
    from {
      transform: translate3d(17vw, 102vh, 0);
    }
    to {
      transform: translate3d(38vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(48) .circle {
    -webkit-animation-delay: 3479ms;
            animation-delay: 3479ms;
  }
  .circle-container:nth-child(49) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-49;
            animation-name: move-frames-49;
    -webkit-animation-duration: 33277ms;
            animation-duration: 33277ms;
    -webkit-animation-delay: 11717ms;
            animation-delay: 11717ms;
  }
  @-webkit-keyframes move-frames-49 {
    from {
      transform: translate3d(53vw, 110vh, 0);
    }
    to {
      transform: translate3d(40vw, -121vh, 0);
    }
  }
  @keyframes move-frames-49 {
    from {
      transform: translate3d(53vw, 110vh, 0);
    }
    to {
      transform: translate3d(40vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(49) .circle {
    -webkit-animation-delay: 277ms;
            animation-delay: 277ms;
  }
  .circle-container:nth-child(50) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-50;
            animation-name: move-frames-50;
    -webkit-animation-duration: 36247ms;
            animation-duration: 36247ms;
    -webkit-animation-delay: 7500ms;
            animation-delay: 7500ms;
  }
  @-webkit-keyframes move-frames-50 {
    from {
      transform: translate3d(19vw, 101vh, 0);
    }
    to {
      transform: translate3d(15vw, -105vh, 0);
    }
  }
  @keyframes move-frames-50 {
    from {
      transform: translate3d(19vw, 101vh, 0);
    }
    to {
      transform: translate3d(15vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(50) .circle {
    -webkit-animation-delay: 2017ms;
            animation-delay: 2017ms;
  }
  .circle-container:nth-child(51) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-51;
            animation-name: move-frames-51;
    -webkit-animation-duration: 34456ms;
            animation-duration: 34456ms;
    -webkit-animation-delay: 10533ms;
            animation-delay: 10533ms;
  }
  @-webkit-keyframes move-frames-51 {
    from {
      transform: translate3d(55vw, 107vh, 0);
    }
    to {
      transform: translate3d(61vw, -116vh, 0);
    }
  }
  @keyframes move-frames-51 {
    from {
      transform: translate3d(55vw, 107vh, 0);
    }
    to {
      transform: translate3d(61vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(51) .circle {
    -webkit-animation-delay: 1333ms;
            animation-delay: 1333ms;
  }
  .circle-container:nth-child(52) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-52;
            animation-name: move-frames-52;
    -webkit-animation-duration: 34860ms;
            animation-duration: 34860ms;
    -webkit-animation-delay: 3367ms;
            animation-delay: 3367ms;
  }
  @-webkit-keyframes move-frames-52 {
    from {
      transform: translate3d(94vw, 102vh, 0);
    }
    to {
      transform: translate3d(22vw, -117vh, 0);
    }
  }
  @keyframes move-frames-52 {
    from {
      transform: translate3d(94vw, 102vh, 0);
    }
    to {
      transform: translate3d(22vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(52) .circle {
    -webkit-animation-delay: 296ms;
            animation-delay: 296ms;
  }
  .circle-container:nth-child(53) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-53;
            animation-name: move-frames-53;
    -webkit-animation-duration: 34747ms;
            animation-duration: 34747ms;
    -webkit-animation-delay: 28984ms;
            animation-delay: 28984ms;
  }
  @-webkit-keyframes move-frames-53 {
    from {
      transform: translate3d(82vw, 109vh, 0);
    }
    to {
      transform: translate3d(79vw, -119vh, 0);
    }
  }
  @keyframes move-frames-53 {
    from {
      transform: translate3d(82vw, 109vh, 0);
    }
    to {
      transform: translate3d(79vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(53) .circle {
    -webkit-animation-delay: 3671ms;
            animation-delay: 3671ms;
  }
  .circle-container:nth-child(54) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-54;
            animation-name: move-frames-54;
    -webkit-animation-duration: 28967ms;
            animation-duration: 28967ms;
    -webkit-animation-delay: 15909ms;
            animation-delay: 15909ms;
  }
  @-webkit-keyframes move-frames-54 {
    from {
      transform: translate3d(60vw, 106vh, 0);
    }
    to {
      transform: translate3d(83vw, -109vh, 0);
    }
  }
  @keyframes move-frames-54 {
    from {
      transform: translate3d(60vw, 106vh, 0);
    }
    to {
      transform: translate3d(83vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(54) .circle {
    -webkit-animation-delay: 3595ms;
            animation-delay: 3595ms;
  }
  .circle-container:nth-child(55) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-55;
            animation-name: move-frames-55;
    -webkit-animation-duration: 30498ms;
            animation-duration: 30498ms;
    -webkit-animation-delay: 34870ms;
            animation-delay: 34870ms;
  }
  @-webkit-keyframes move-frames-55 {
    from {
      transform: translate3d(88vw, 101vh, 0);
    }
    to {
      transform: translate3d(93vw, -102vh, 0);
    }
  }
  @keyframes move-frames-55 {
    from {
      transform: translate3d(88vw, 101vh, 0);
    }
    to {
      transform: translate3d(93vw, -102vh, 0);
    }
  }
  .circle-container:nth-child(55) .circle {
    -webkit-animation-delay: 916ms;
            animation-delay: 916ms;
  }
  .circle-container:nth-child(56) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-56;
            animation-name: move-frames-56;
    -webkit-animation-duration: 34431ms;
            animation-duration: 34431ms;
    -webkit-animation-delay: 36222ms;
            animation-delay: 36222ms;
  }
  @-webkit-keyframes move-frames-56 {
    from {
      transform: translate3d(99vw, 110vh, 0);
    }
    to {
      transform: translate3d(47vw, -125vh, 0);
    }
  }
  @keyframes move-frames-56 {
    from {
      transform: translate3d(99vw, 110vh, 0);
    }
    to {
      transform: translate3d(47vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(56) .circle {
    -webkit-animation-delay: 1569ms;
            animation-delay: 1569ms;
  }
  .circle-container:nth-child(57) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-57;
            animation-name: move-frames-57;
    -webkit-animation-duration: 28399ms;
            animation-duration: 28399ms;
    -webkit-animation-delay: 30801ms;
            animation-delay: 30801ms;
  }
  @-webkit-keyframes move-frames-57 {
    from {
      transform: translate3d(68vw, 102vh, 0);
    }
    to {
      transform: translate3d(61vw, -125vh, 0);
    }
  }
  @keyframes move-frames-57 {
    from {
      transform: translate3d(68vw, 102vh, 0);
    }
    to {
      transform: translate3d(61vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(57) .circle {
    -webkit-animation-delay: 2344ms;
            animation-delay: 2344ms;
  }
  .circle-container:nth-child(58) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-58;
            animation-name: move-frames-58;
    -webkit-animation-duration: 35324ms;
            animation-duration: 35324ms;
    -webkit-animation-delay: 280ms;
            animation-delay: 280ms;
  }
  @-webkit-keyframes move-frames-58 {
    from {
      transform: translate3d(1vw, 107vh, 0);
    }
    to {
      transform: translate3d(21vw, -117vh, 0);
    }
  }
  @keyframes move-frames-58 {
    from {
      transform: translate3d(1vw, 107vh, 0);
    }
    to {
      transform: translate3d(21vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(58) .circle {
    -webkit-animation-delay: 3012ms;
            animation-delay: 3012ms;
  }
  .circle-container:nth-child(59) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-59;
            animation-name: move-frames-59;
    -webkit-animation-duration: 33186ms;
            animation-duration: 33186ms;
    -webkit-animation-delay: 17738ms;
            animation-delay: 17738ms;
  }
  @-webkit-keyframes move-frames-59 {
    from {
      transform: translate3d(25vw, 107vh, 0);
    }
    to {
      transform: translate3d(42vw, -109vh, 0);
    }
  }
  @keyframes move-frames-59 {
    from {
      transform: translate3d(25vw, 107vh, 0);
    }
    to {
      transform: translate3d(42vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(59) .circle {
    -webkit-animation-delay: 622ms;
            animation-delay: 622ms;
  }
  .circle-container:nth-child(60) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-60;
            animation-name: move-frames-60;
    -webkit-animation-duration: 32075ms;
            animation-duration: 32075ms;
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms;
  }
  @-webkit-keyframes move-frames-60 {
    from {
      transform: translate3d(21vw, 105vh, 0);
    }
    to {
      transform: translate3d(75vw, -116vh, 0);
    }
  }
  @keyframes move-frames-60 {
    from {
      transform: translate3d(21vw, 105vh, 0);
    }
    to {
      transform: translate3d(75vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(60) .circle {
    -webkit-animation-delay: 3193ms;
            animation-delay: 3193ms;
  }
  .circle-container:nth-child(61) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-61;
            animation-name: move-frames-61;
    -webkit-animation-duration: 30127ms;
            animation-duration: 30127ms;
    -webkit-animation-delay: 4654ms;
            animation-delay: 4654ms;
  }
  @-webkit-keyframes move-frames-61 {
    from {
      transform: translate3d(80vw, 104vh, 0);
    }
    to {
      transform: translate3d(96vw, -114vh, 0);
    }
  }
  @keyframes move-frames-61 {
    from {
      transform: translate3d(80vw, 104vh, 0);
    }
    to {
      transform: translate3d(96vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(61) .circle {
    -webkit-animation-delay: 656ms;
            animation-delay: 656ms;
  }
  .circle-container:nth-child(62) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-62;
            animation-name: move-frames-62;
    -webkit-animation-duration: 30417ms;
            animation-duration: 30417ms;
    -webkit-animation-delay: 16557ms;
            animation-delay: 16557ms;
  }
  @-webkit-keyframes move-frames-62 {
    from {
      transform: translate3d(53vw, 108vh, 0);
    }
    to {
      transform: translate3d(96vw, -120vh, 0);
    }
  }
  @keyframes move-frames-62 {
    from {
      transform: translate3d(53vw, 108vh, 0);
    }
    to {
      transform: translate3d(96vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(62) .circle {
    -webkit-animation-delay: 1970ms;
            animation-delay: 1970ms;
  }
  .circle-container:nth-child(63) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-63;
            animation-name: move-frames-63;
    -webkit-animation-duration: 34065ms;
            animation-duration: 34065ms;
    -webkit-animation-delay: 9514ms;
            animation-delay: 9514ms;
  }
  @-webkit-keyframes move-frames-63 {
    from {
      transform: translate3d(9vw, 110vh, 0);
    }
    to {
      transform: translate3d(42vw, -121vh, 0);
    }
  }
  @keyframes move-frames-63 {
    from {
      transform: translate3d(9vw, 110vh, 0);
    }
    to {
      transform: translate3d(42vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(63) .circle {
    -webkit-animation-delay: 1670ms;
            animation-delay: 1670ms;
  }
  .circle-container:nth-child(64) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-64;
            animation-name: move-frames-64;
    -webkit-animation-duration: 36584ms;
            animation-duration: 36584ms;
    -webkit-animation-delay: 5891ms;
            animation-delay: 5891ms;
  }
  @-webkit-keyframes move-frames-64 {
    from {
      transform: translate3d(24vw, 110vh, 0);
    }
    to {
      transform: translate3d(2vw, -128vh, 0);
    }
  }
  @keyframes move-frames-64 {
    from {
      transform: translate3d(24vw, 110vh, 0);
    }
    to {
      transform: translate3d(2vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(64) .circle {
    -webkit-animation-delay: 3639ms;
            animation-delay: 3639ms;
  }
  .circle-container:nth-child(65) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-65;
            animation-name: move-frames-65;
    -webkit-animation-duration: 35685ms;
            animation-duration: 35685ms;
    -webkit-animation-delay: 1437ms;
            animation-delay: 1437ms;
  }
  @-webkit-keyframes move-frames-65 {
    from {
      transform: translate3d(80vw, 106vh, 0);
    }
    to {
      transform: translate3d(19vw, -129vh, 0);
    }
  }
  @keyframes move-frames-65 {
    from {
      transform: translate3d(80vw, 106vh, 0);
    }
    to {
      transform: translate3d(19vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(65) .circle {
    -webkit-animation-delay: 1569ms;
            animation-delay: 1569ms;
  }
  .circle-container:nth-child(66) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-66;
            animation-name: move-frames-66;
    -webkit-animation-duration: 36064ms;
            animation-duration: 36064ms;
    -webkit-animation-delay: 26248ms;
            animation-delay: 26248ms;
  }
  @-webkit-keyframes move-frames-66 {
    from {
      transform: translate3d(35vw, 110vh, 0);
    }
    to {
      transform: translate3d(10vw, -114vh, 0);
    }
  }
  @keyframes move-frames-66 {
    from {
      transform: translate3d(35vw, 110vh, 0);
    }
    to {
      transform: translate3d(10vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(66) .circle {
    -webkit-animation-delay: 3091ms;
            animation-delay: 3091ms;
  }
  .circle-container:nth-child(67) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-67;
            animation-name: move-frames-67;
    -webkit-animation-duration: 33666ms;
            animation-duration: 33666ms;
    -webkit-animation-delay: 3199ms;
            animation-delay: 3199ms;
  }
  @-webkit-keyframes move-frames-67 {
    from {
      transform: translate3d(13vw, 110vh, 0);
    }
    to {
      transform: translate3d(53vw, -122vh, 0);
    }
  }
  @keyframes move-frames-67 {
    from {
      transform: translate3d(13vw, 110vh, 0);
    }
    to {
      transform: translate3d(53vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(67) .circle {
    -webkit-animation-delay: 207ms;
            animation-delay: 207ms;
  }
  .circle-container:nth-child(68) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-68;
            animation-name: move-frames-68;
    -webkit-animation-duration: 28892ms;
            animation-duration: 28892ms;
    -webkit-animation-delay: 35484ms;
            animation-delay: 35484ms;
  }
  @-webkit-keyframes move-frames-68 {
    from {
      transform: translate3d(14vw, 104vh, 0);
    }
    to {
      transform: translate3d(2vw, -105vh, 0);
    }
  }
  @keyframes move-frames-68 {
    from {
      transform: translate3d(14vw, 104vh, 0);
    }
    to {
      transform: translate3d(2vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(68) .circle {
    -webkit-animation-delay: 413ms;
            animation-delay: 413ms;
  }
  .circle-container:nth-child(69) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-69;
            animation-name: move-frames-69;
    -webkit-animation-duration: 32561ms;
            animation-duration: 32561ms;
    -webkit-animation-delay: 15059ms;
            animation-delay: 15059ms;
  }
  @-webkit-keyframes move-frames-69 {
    from {
      transform: translate3d(91vw, 108vh, 0);
    }
    to {
      transform: translate3d(20vw, -132vh, 0);
    }
  }
  @keyframes move-frames-69 {
    from {
      transform: translate3d(91vw, 108vh, 0);
    }
    to {
      transform: translate3d(20vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(69) .circle {
    -webkit-animation-delay: 641ms;
            animation-delay: 641ms;
  }
  .circle-container:nth-child(70) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-70;
            animation-name: move-frames-70;
    -webkit-animation-duration: 36069ms;
            animation-duration: 36069ms;
    -webkit-animation-delay: 33371ms;
            animation-delay: 33371ms;
  }
  @-webkit-keyframes move-frames-70 {
    from {
      transform: translate3d(30vw, 105vh, 0);
    }
    to {
      transform: translate3d(58vw, -111vh, 0);
    }
  }
  @keyframes move-frames-70 {
    from {
      transform: translate3d(30vw, 105vh, 0);
    }
    to {
      transform: translate3d(58vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(70) .circle {
    -webkit-animation-delay: 37ms;
            animation-delay: 37ms;
  }
  .circle-container:nth-child(71) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-71;
            animation-name: move-frames-71;
    -webkit-animation-duration: 34543ms;
            animation-duration: 34543ms;
    -webkit-animation-delay: 876ms;
            animation-delay: 876ms;
  }
  @-webkit-keyframes move-frames-71 {
    from {
      transform: translate3d(93vw, 103vh, 0);
    }
    to {
      transform: translate3d(84vw, -115vh, 0);
    }
  }
  @keyframes move-frames-71 {
    from {
      transform: translate3d(93vw, 103vh, 0);
    }
    to {
      transform: translate3d(84vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(71) .circle {
    -webkit-animation-delay: 2782ms;
            animation-delay: 2782ms;
  }
  .circle-container:nth-child(72) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-72;
            animation-name: move-frames-72;
    -webkit-animation-duration: 31387ms;
            animation-duration: 31387ms;
    -webkit-animation-delay: 368ms;
            animation-delay: 368ms;
  }
  @-webkit-keyframes move-frames-72 {
    from {
      transform: translate3d(62vw, 102vh, 0);
    }
    to {
      transform: translate3d(13vw, -130vh, 0);
    }
  }
  @keyframes move-frames-72 {
    from {
      transform: translate3d(62vw, 102vh, 0);
    }
    to {
      transform: translate3d(13vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(72) .circle {
    -webkit-animation-delay: 2326ms;
            animation-delay: 2326ms;
  }
  .circle-container:nth-child(73) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-73;
            animation-name: move-frames-73;
    -webkit-animation-duration: 36431ms;
            animation-duration: 36431ms;
    -webkit-animation-delay: 27589ms;
            animation-delay: 27589ms;
  }
  @-webkit-keyframes move-frames-73 {
    from {
      transform: translate3d(29vw, 103vh, 0);
    }
    to {
      transform: translate3d(62vw, -110vh, 0);
    }
  }
  @keyframes move-frames-73 {
    from {
      transform: translate3d(29vw, 103vh, 0);
    }
    to {
      transform: translate3d(62vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(73) .circle {
    -webkit-animation-delay: 1420ms;
            animation-delay: 1420ms;
  }
  .circle-container:nth-child(74) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-74;
            animation-name: move-frames-74;
    -webkit-animation-duration: 36869ms;
            animation-duration: 36869ms;
    -webkit-animation-delay: 17695ms;
            animation-delay: 17695ms;
  }
  @-webkit-keyframes move-frames-74 {
    from {
      transform: translate3d(25vw, 110vh, 0);
    }
    to {
      transform: translate3d(54vw, -140vh, 0);
    }
  }
  @keyframes move-frames-74 {
    from {
      transform: translate3d(25vw, 110vh, 0);
    }
    to {
      transform: translate3d(54vw, -140vh, 0);
    }
  }
  .circle-container:nth-child(74) .circle {
    -webkit-animation-delay: 1952ms;
            animation-delay: 1952ms;
  }
  .circle-container:nth-child(75) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-75;
            animation-name: move-frames-75;
    -webkit-animation-duration: 34828ms;
            animation-duration: 34828ms;
    -webkit-animation-delay: 4569ms;
            animation-delay: 4569ms;
  }
  @-webkit-keyframes move-frames-75 {
    from {
      transform: translate3d(63vw, 106vh, 0);
    }
    to {
      transform: translate3d(49vw, -119vh, 0);
    }
  }
  @keyframes move-frames-75 {
    from {
      transform: translate3d(63vw, 106vh, 0);
    }
    to {
      transform: translate3d(49vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(75) .circle {
    -webkit-animation-delay: 2460ms;
            animation-delay: 2460ms;
  }
  .circle-container:nth-child(76) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-76;
            animation-name: move-frames-76;
    -webkit-animation-duration: 28784ms;
            animation-duration: 28784ms;
    -webkit-animation-delay: 9177ms;
            animation-delay: 9177ms;
  }
  @-webkit-keyframes move-frames-76 {
    from {
      transform: translate3d(43vw, 104vh, 0);
    }
    to {
      transform: translate3d(24vw, -117vh, 0);
    }
  }
  @keyframes move-frames-76 {
    from {
      transform: translate3d(43vw, 104vh, 0);
    }
    to {
      transform: translate3d(24vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(76) .circle {
    -webkit-animation-delay: 2652ms;
            animation-delay: 2652ms;
  }
  .circle-container:nth-child(77) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-77;
            animation-name: move-frames-77;
    -webkit-animation-duration: 28160ms;
            animation-duration: 28160ms;
    -webkit-animation-delay: 28963ms;
            animation-delay: 28963ms;
  }
  @-webkit-keyframes move-frames-77 {
    from {
      transform: translate3d(28vw, 103vh, 0);
    }
    to {
      transform: translate3d(27vw, -116vh, 0);
    }
  }
  @keyframes move-frames-77 {
    from {
      transform: translate3d(28vw, 103vh, 0);
    }
    to {
      transform: translate3d(27vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(77) .circle {
    -webkit-animation-delay: 3034ms;
            animation-delay: 3034ms;
  }
  .circle-container:nth-child(78) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-78;
            animation-name: move-frames-78;
    -webkit-animation-duration: 31795ms;
            animation-duration: 31795ms;
    -webkit-animation-delay: 3770ms;
            animation-delay: 3770ms;
  }
  @-webkit-keyframes move-frames-78 {
    from {
      transform: translate3d(80vw, 108vh, 0);
    }
    to {
      transform: translate3d(79vw, -131vh, 0);
    }
  }
  @keyframes move-frames-78 {
    from {
      transform: translate3d(80vw, 108vh, 0);
    }
    to {
      transform: translate3d(79vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(78) .circle {
    -webkit-animation-delay: 3578ms;
            animation-delay: 3578ms;
  }
  .circle-container:nth-child(79) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-79;
            animation-name: move-frames-79;
    -webkit-animation-duration: 31865ms;
            animation-duration: 31865ms;
    -webkit-animation-delay: 29155ms;
            animation-delay: 29155ms;
  }
  @-webkit-keyframes move-frames-79 {
    from {
      transform: translate3d(95vw, 107vh, 0);
    }
    to {
      transform: translate3d(78vw, -134vh, 0);
    }
  }
  @keyframes move-frames-79 {
    from {
      transform: translate3d(95vw, 107vh, 0);
    }
    to {
      transform: translate3d(78vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(79) .circle {
    -webkit-animation-delay: 3827ms;
            animation-delay: 3827ms;
  }
  .circle-container:nth-child(80) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-80;
            animation-name: move-frames-80;
    -webkit-animation-duration: 31454ms;
            animation-duration: 31454ms;
    -webkit-animation-delay: 13208ms;
            animation-delay: 13208ms;
  }
  @-webkit-keyframes move-frames-80 {
    from {
      transform: translate3d(33vw, 105vh, 0);
    }
    to {
      transform: translate3d(15vw, -106vh, 0);
    }
  }
  @keyframes move-frames-80 {
    from {
      transform: translate3d(33vw, 105vh, 0);
    }
    to {
      transform: translate3d(15vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(80) .circle {
    -webkit-animation-delay: 76ms;
            animation-delay: 76ms;
  }
  .circle-container:nth-child(81) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-81;
            animation-name: move-frames-81;
    -webkit-animation-duration: 36371ms;
            animation-duration: 36371ms;
    -webkit-animation-delay: 22886ms;
            animation-delay: 22886ms;
  }
  @-webkit-keyframes move-frames-81 {
    from {
      transform: translate3d(14vw, 104vh, 0);
    }
    to {
      transform: translate3d(4vw, -108vh, 0);
    }
  }
  @keyframes move-frames-81 {
    from {
      transform: translate3d(14vw, 104vh, 0);
    }
    to {
      transform: translate3d(4vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(81) .circle {
    -webkit-animation-delay: 1696ms;
            animation-delay: 1696ms;
  }
  .circle-container:nth-child(82) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-82;
            animation-name: move-frames-82;
    -webkit-animation-duration: 33956ms;
            animation-duration: 33956ms;
    -webkit-animation-delay: 33319ms;
            animation-delay: 33319ms;
  }
  @-webkit-keyframes move-frames-82 {
    from {
      transform: translate3d(21vw, 104vh, 0);
    }
    to {
      transform: translate3d(66vw, -124vh, 0);
    }
  }
  @keyframes move-frames-82 {
    from {
      transform: translate3d(21vw, 104vh, 0);
    }
    to {
      transform: translate3d(66vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(82) .circle {
    -webkit-animation-delay: 1019ms;
            animation-delay: 1019ms;
  }
  .circle-container:nth-child(83) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-83;
            animation-name: move-frames-83;
    -webkit-animation-duration: 35722ms;
            animation-duration: 35722ms;
    -webkit-animation-delay: 11153ms;
            animation-delay: 11153ms;
  }
  @-webkit-keyframes move-frames-83 {
    from {
      transform: translate3d(21vw, 104vh, 0);
    }
    to {
      transform: translate3d(18vw, -123vh, 0);
    }
  }
  @keyframes move-frames-83 {
    from {
      transform: translate3d(21vw, 104vh, 0);
    }
    to {
      transform: translate3d(18vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(83) .circle {
    -webkit-animation-delay: 1437ms;
            animation-delay: 1437ms;
  }
  .circle-container:nth-child(84) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-84;
            animation-name: move-frames-84;
    -webkit-animation-duration: 36622ms;
            animation-duration: 36622ms;
    -webkit-animation-delay: 17461ms;
            animation-delay: 17461ms;
  }
  @-webkit-keyframes move-frames-84 {
    from {
      transform: translate3d(22vw, 106vh, 0);
    }
    to {
      transform: translate3d(88vw, -122vh, 0);
    }
  }
  @keyframes move-frames-84 {
    from {
      transform: translate3d(22vw, 106vh, 0);
    }
    to {
      transform: translate3d(88vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(84) .circle {
    -webkit-animation-delay: 1751ms;
            animation-delay: 1751ms;
  }
  .circle-container:nth-child(85) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-85;
            animation-name: move-frames-85;
    -webkit-animation-duration: 36557ms;
            animation-duration: 36557ms;
    -webkit-animation-delay: 33069ms;
            animation-delay: 33069ms;
  }
  @-webkit-keyframes move-frames-85 {
    from {
      transform: translate3d(61vw, 101vh, 0);
    }
    to {
      transform: translate3d(7vw, -104vh, 0);
    }
  }
  @keyframes move-frames-85 {
    from {
      transform: translate3d(61vw, 101vh, 0);
    }
    to {
      transform: translate3d(7vw, -104vh, 0);
    }
  }
  .circle-container:nth-child(85) .circle {
    -webkit-animation-delay: 3062ms;
            animation-delay: 3062ms;
  }
  .circle-container:nth-child(86) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-86;
            animation-name: move-frames-86;
    -webkit-animation-duration: 32734ms;
            animation-duration: 32734ms;
    -webkit-animation-delay: 18195ms;
            animation-delay: 18195ms;
  }
  @-webkit-keyframes move-frames-86 {
    from {
      transform: translate3d(35vw, 101vh, 0);
    }
    to {
      transform: translate3d(65vw, -110vh, 0);
    }
  }
  @keyframes move-frames-86 {
    from {
      transform: translate3d(35vw, 101vh, 0);
    }
    to {
      transform: translate3d(65vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(86) .circle {
    -webkit-animation-delay: 1007ms;
            animation-delay: 1007ms;
  }
  .circle-container:nth-child(87) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-87;
            animation-name: move-frames-87;
    -webkit-animation-duration: 32104ms;
            animation-duration: 32104ms;
    -webkit-animation-delay: 29083ms;
            animation-delay: 29083ms;
  }
  @-webkit-keyframes move-frames-87 {
    from {
      transform: translate3d(8vw, 109vh, 0);
    }
    to {
      transform: translate3d(18vw, -135vh, 0);
    }
  }
  @keyframes move-frames-87 {
    from {
      transform: translate3d(8vw, 109vh, 0);
    }
    to {
      transform: translate3d(18vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(87) .circle {
    -webkit-animation-delay: 92ms;
            animation-delay: 92ms;
  }
  .circle-container:nth-child(88) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-88;
            animation-name: move-frames-88;
    -webkit-animation-duration: 34881ms;
            animation-duration: 34881ms;
    -webkit-animation-delay: 9585ms;
            animation-delay: 9585ms;
  }
  @-webkit-keyframes move-frames-88 {
    from {
      transform: translate3d(5vw, 110vh, 0);
    }
    to {
      transform: translate3d(73vw, -114vh, 0);
    }
  }
  @keyframes move-frames-88 {
    from {
      transform: translate3d(5vw, 110vh, 0);
    }
    to {
      transform: translate3d(73vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(88) .circle {
    -webkit-animation-delay: 382ms;
            animation-delay: 382ms;
  }
  .circle-container:nth-child(89) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-89;
            animation-name: move-frames-89;
    -webkit-animation-duration: 36370ms;
            animation-duration: 36370ms;
    -webkit-animation-delay: 23412ms;
            animation-delay: 23412ms;
  }
  @-webkit-keyframes move-frames-89 {
    from {
      transform: translate3d(82vw, 102vh, 0);
    }
    to {
      transform: translate3d(81vw, -108vh, 0);
    }
  }
  @keyframes move-frames-89 {
    from {
      transform: translate3d(82vw, 102vh, 0);
    }
    to {
      transform: translate3d(81vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(89) .circle {
    -webkit-animation-delay: 3674ms;
            animation-delay: 3674ms;
  }
  .circle-container:nth-child(90) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-90;
            animation-name: move-frames-90;
    -webkit-animation-duration: 29913ms;
            animation-duration: 29913ms;
    -webkit-animation-delay: 18215ms;
            animation-delay: 18215ms;
  }
  @-webkit-keyframes move-frames-90 {
    from {
      transform: translate3d(74vw, 105vh, 0);
    }
    to {
      transform: translate3d(93vw, -129vh, 0);
    }
  }
  @keyframes move-frames-90 {
    from {
      transform: translate3d(74vw, 105vh, 0);
    }
    to {
      transform: translate3d(93vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(90) .circle {
    -webkit-animation-delay: 747ms;
            animation-delay: 747ms;
  }
  .circle-container:nth-child(91) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-91;
            animation-name: move-frames-91;
    -webkit-animation-duration: 30080ms;
            animation-duration: 30080ms;
    -webkit-animation-delay: 8634ms;
            animation-delay: 8634ms;
  }
  @-webkit-keyframes move-frames-91 {
    from {
      transform: translate3d(43vw, 105vh, 0);
    }
    to {
      transform: translate3d(2vw, -122vh, 0);
    }
  }
  @keyframes move-frames-91 {
    from {
      transform: translate3d(43vw, 105vh, 0);
    }
    to {
      transform: translate3d(2vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(91) .circle {
    -webkit-animation-delay: 1617ms;
            animation-delay: 1617ms;
  }
  .circle-container:nth-child(92) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-92;
            animation-name: move-frames-92;
    -webkit-animation-duration: 29041ms;
            animation-duration: 29041ms;
    -webkit-animation-delay: 12254ms;
            animation-delay: 12254ms;
  }
  @-webkit-keyframes move-frames-92 {
    from {
      transform: translate3d(78vw, 108vh, 0);
    }
    to {
      transform: translate3d(68vw, -122vh, 0);
    }
  }
  @keyframes move-frames-92 {
    from {
      transform: translate3d(78vw, 108vh, 0);
    }
    to {
      transform: translate3d(68vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(92) .circle {
    -webkit-animation-delay: 3568ms;
            animation-delay: 3568ms;
  }
  .circle-container:nth-child(93) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-93;
            animation-name: move-frames-93;
    -webkit-animation-duration: 33966ms;
            animation-duration: 33966ms;
    -webkit-animation-delay: 15809ms;
            animation-delay: 15809ms;
  }
  @-webkit-keyframes move-frames-93 {
    from {
      transform: translate3d(54vw, 109vh, 0);
    }
    to {
      transform: translate3d(85vw, -117vh, 0);
    }
  }
  @keyframes move-frames-93 {
    from {
      transform: translate3d(54vw, 109vh, 0);
    }
    to {
      transform: translate3d(85vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(93) .circle {
    -webkit-animation-delay: 715ms;
            animation-delay: 715ms;
  }
  .circle-container:nth-child(94) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-94;
            animation-name: move-frames-94;
    -webkit-animation-duration: 31185ms;
            animation-duration: 31185ms;
    -webkit-animation-delay: 2852ms;
            animation-delay: 2852ms;
  }
  @-webkit-keyframes move-frames-94 {
    from {
      transform: translate3d(62vw, 107vh, 0);
    }
    to {
      transform: translate3d(93vw, -133vh, 0);
    }
  }
  @keyframes move-frames-94 {
    from {
      transform: translate3d(62vw, 107vh, 0);
    }
    to {
      transform: translate3d(93vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(94) .circle {
    -webkit-animation-delay: 3284ms;
            animation-delay: 3284ms;
  }
  .circle-container:nth-child(95) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-95;
            animation-name: move-frames-95;
    -webkit-animation-duration: 35419ms;
            animation-duration: 35419ms;
    -webkit-animation-delay: 21948ms;
            animation-delay: 21948ms;
  }
  @-webkit-keyframes move-frames-95 {
    from {
      transform: translate3d(14vw, 105vh, 0);
    }
    to {
      transform: translate3d(10vw, -126vh, 0);
    }
  }
  @keyframes move-frames-95 {
    from {
      transform: translate3d(14vw, 105vh, 0);
    }
    to {
      transform: translate3d(10vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(95) .circle {
    -webkit-animation-delay: 2468ms;
            animation-delay: 2468ms;
  }
  .circle-container:nth-child(96) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-96;
            animation-name: move-frames-96;
    -webkit-animation-duration: 31818ms;
            animation-duration: 31818ms;
    -webkit-animation-delay: 28865ms;
            animation-delay: 28865ms;
  }
  @-webkit-keyframes move-frames-96 {
    from {
      transform: translate3d(28vw, 107vh, 0);
    }
    to {
      transform: translate3d(55vw, -116vh, 0);
    }
  }
  @keyframes move-frames-96 {
    from {
      transform: translate3d(28vw, 107vh, 0);
    }
    to {
      transform: translate3d(55vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(96) .circle {
    -webkit-animation-delay: 3576ms;
            animation-delay: 3576ms;
  }
  .circle-container:nth-child(97) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-97;
            animation-name: move-frames-97;
    -webkit-animation-duration: 28477ms;
            animation-duration: 28477ms;
    -webkit-animation-delay: 5457ms;
            animation-delay: 5457ms;
  }
  @-webkit-keyframes move-frames-97 {
    from {
      transform: translate3d(47vw, 108vh, 0);
    }
    to {
      transform: translate3d(10vw, -121vh, 0);
    }
  }
  @keyframes move-frames-97 {
    from {
      transform: translate3d(47vw, 108vh, 0);
    }
    to {
      transform: translate3d(10vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(97) .circle {
    -webkit-animation-delay: 2731ms;
            animation-delay: 2731ms;
  }
  .circle-container:nth-child(98) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-98;
            animation-name: move-frames-98;
    -webkit-animation-duration: 29042ms;
            animation-duration: 29042ms;
    -webkit-animation-delay: 22467ms;
            animation-delay: 22467ms;
  }
  @-webkit-keyframes move-frames-98 {
    from {
      transform: translate3d(76vw, 101vh, 0);
    }
    to {
      transform: translate3d(21vw, -105vh, 0);
    }
  }
  @keyframes move-frames-98 {
    from {
      transform: translate3d(76vw, 101vh, 0);
    }
    to {
      transform: translate3d(21vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(98) .circle {
    -webkit-animation-delay: 3156ms;
            animation-delay: 3156ms;
  }
  .circle-container:nth-child(99) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-99;
            animation-name: move-frames-99;
    -webkit-animation-duration: 34358ms;
            animation-duration: 34358ms;
    -webkit-animation-delay: 27444ms;
            animation-delay: 27444ms;
  }
  @-webkit-keyframes move-frames-99 {
    from {
      transform: translate3d(73vw, 106vh, 0);
    }
    to {
      transform: translate3d(38vw, -115vh, 0);
    }
  }
  @keyframes move-frames-99 {
    from {
      transform: translate3d(73vw, 106vh, 0);
    }
    to {
      transform: translate3d(38vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(99) .circle {
    -webkit-animation-delay: 743ms;
            animation-delay: 743ms;
  }
  .circle-container:nth-child(100) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-100;
            animation-name: move-frames-100;
    -webkit-animation-duration: 36299ms;
            animation-duration: 36299ms;
    -webkit-animation-delay: 34771ms;
            animation-delay: 34771ms;
  }
  @-webkit-keyframes move-frames-100 {
    from {
      transform: translate3d(1vw, 102vh, 0);
    }
    to {
      transform: translate3d(42vw, -131vh, 0);
    }
  }
  @keyframes move-frames-100 {
    from {
      transform: translate3d(1vw, 102vh, 0);
    }
    to {
      transform: translate3d(42vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(100) .circle {
    -webkit-animation-delay: 746ms;
            animation-delay: 746ms;
  }
  .circle-container:nth-child(101) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-101;
            animation-name: move-frames-101;
    -webkit-animation-duration: 28508ms;
            animation-duration: 28508ms;
    -webkit-animation-delay: 18545ms;
            animation-delay: 18545ms;
  }
  @-webkit-keyframes move-frames-101 {
    from {
      transform: translate3d(47vw, 105vh, 0);
    }
    to {
      transform: translate3d(46vw, -129vh, 0);
    }
  }
  @keyframes move-frames-101 {
    from {
      transform: translate3d(47vw, 105vh, 0);
    }
    to {
      transform: translate3d(46vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(101) .circle {
    -webkit-animation-delay: 1237ms;
            animation-delay: 1237ms;
  }
  .circle-container:nth-child(102) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-102;
            animation-name: move-frames-102;
    -webkit-animation-duration: 28060ms;
            animation-duration: 28060ms;
    -webkit-animation-delay: 24838ms;
            animation-delay: 24838ms;
  }
  @-webkit-keyframes move-frames-102 {
    from {
      transform: translate3d(87vw, 106vh, 0);
    }
    to {
      transform: translate3d(7vw, -126vh, 0);
    }
  }
  @keyframes move-frames-102 {
    from {
      transform: translate3d(87vw, 106vh, 0);
    }
    to {
      transform: translate3d(7vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(102) .circle {
    -webkit-animation-delay: 1911ms;
            animation-delay: 1911ms;
  }
  .circle-container:nth-child(103) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-103;
            animation-name: move-frames-103;
    -webkit-animation-duration: 29094ms;
            animation-duration: 29094ms;
    -webkit-animation-delay: 5031ms;
            animation-delay: 5031ms;
  }
  @-webkit-keyframes move-frames-103 {
    from {
      transform: translate3d(14vw, 105vh, 0);
    }
    to {
      transform: translate3d(9vw, -118vh, 0);
    }
  }
  @keyframes move-frames-103 {
    from {
      transform: translate3d(14vw, 105vh, 0);
    }
    to {
      transform: translate3d(9vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(103) .circle {
    -webkit-animation-delay: 2376ms;
            animation-delay: 2376ms;
  }
  .circle-container:nth-child(104) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-104;
            animation-name: move-frames-104;
    -webkit-animation-duration: 29750ms;
            animation-duration: 29750ms;
    -webkit-animation-delay: 6574ms;
            animation-delay: 6574ms;
  }
  @-webkit-keyframes move-frames-104 {
    from {
      transform: translate3d(47vw, 109vh, 0);
    }
    to {
      transform: translate3d(31vw, -130vh, 0);
    }
  }
  @keyframes move-frames-104 {
    from {
      transform: translate3d(47vw, 109vh, 0);
    }
    to {
      transform: translate3d(31vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(104) .circle {
    -webkit-animation-delay: 802ms;
            animation-delay: 802ms;
  }
  .circle-container:nth-child(105) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-105;
            animation-name: move-frames-105;
    -webkit-animation-duration: 30611ms;
            animation-duration: 30611ms;
    -webkit-animation-delay: 22780ms;
            animation-delay: 22780ms;
  }
  @-webkit-keyframes move-frames-105 {
    from {
      transform: translate3d(67vw, 102vh, 0);
    }
    to {
      transform: translate3d(49vw, -123vh, 0);
    }
  }
  @keyframes move-frames-105 {
    from {
      transform: translate3d(67vw, 102vh, 0);
    }
    to {
      transform: translate3d(49vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(105) .circle {
    -webkit-animation-delay: 2581ms;
            animation-delay: 2581ms;
  }
  .circle-container:nth-child(106) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-106;
            animation-name: move-frames-106;
    -webkit-animation-duration: 31325ms;
            animation-duration: 31325ms;
    -webkit-animation-delay: 25244ms;
            animation-delay: 25244ms;
  }
  @-webkit-keyframes move-frames-106 {
    from {
      transform: translate3d(88vw, 106vh, 0);
    }
    to {
      transform: translate3d(61vw, -134vh, 0);
    }
  }
  @keyframes move-frames-106 {
    from {
      transform: translate3d(88vw, 106vh, 0);
    }
    to {
      transform: translate3d(61vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(106) .circle {
    -webkit-animation-delay: 2762ms;
            animation-delay: 2762ms;
  }
  .circle-container:nth-child(107) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-107;
            animation-name: move-frames-107;
    -webkit-animation-duration: 36474ms;
            animation-duration: 36474ms;
    -webkit-animation-delay: 26326ms;
            animation-delay: 26326ms;
  }
  @-webkit-keyframes move-frames-107 {
    from {
      transform: translate3d(27vw, 103vh, 0);
    }
    to {
      transform: translate3d(11vw, -106vh, 0);
    }
  }
  @keyframes move-frames-107 {
    from {
      transform: translate3d(27vw, 103vh, 0);
    }
    to {
      transform: translate3d(11vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(107) .circle {
    -webkit-animation-delay: 1614ms;
            animation-delay: 1614ms;
  }
  .circle-container:nth-child(108) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-108;
            animation-name: move-frames-108;
    -webkit-animation-duration: 31375ms;
            animation-duration: 31375ms;
    -webkit-animation-delay: 30548ms;
            animation-delay: 30548ms;
  }
  @-webkit-keyframes move-frames-108 {
    from {
      transform: translate3d(97vw, 101vh, 0);
    }
    to {
      transform: translate3d(73vw, -116vh, 0);
    }
  }
  @keyframes move-frames-108 {
    from {
      transform: translate3d(97vw, 101vh, 0);
    }
    to {
      transform: translate3d(73vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(108) .circle {
    -webkit-animation-delay: 3268ms;
            animation-delay: 3268ms;
  }
  .circle-container:nth-child(109) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-109;
            animation-name: move-frames-109;
    -webkit-animation-duration: 36343ms;
            animation-duration: 36343ms;
    -webkit-animation-delay: 30906ms;
            animation-delay: 30906ms;
  }
  @-webkit-keyframes move-frames-109 {
    from {
      transform: translate3d(58vw, 102vh, 0);
    }
    to {
      transform: translate3d(48vw, -104vh, 0);
    }
  }
  @keyframes move-frames-109 {
    from {
      transform: translate3d(58vw, 102vh, 0);
    }
    to {
      transform: translate3d(48vw, -104vh, 0);
    }
  }
  .circle-container:nth-child(109) .circle {
    -webkit-animation-delay: 1995ms;
            animation-delay: 1995ms;
  }
  .circle-container:nth-child(110) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-110;
            animation-name: move-frames-110;
    -webkit-animation-duration: 36452ms;
            animation-duration: 36452ms;
    -webkit-animation-delay: 20407ms;
            animation-delay: 20407ms;
  }
  @-webkit-keyframes move-frames-110 {
    from {
      transform: translate3d(89vw, 107vh, 0);
    }
    to {
      transform: translate3d(18vw, -129vh, 0);
    }
  }
  @keyframes move-frames-110 {
    from {
      transform: translate3d(89vw, 107vh, 0);
    }
    to {
      transform: translate3d(18vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(110) .circle {
    -webkit-animation-delay: 1867ms;
            animation-delay: 1867ms;
  }
  .circle-container:nth-child(111) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-111;
            animation-name: move-frames-111;
    -webkit-animation-duration: 36352ms;
            animation-duration: 36352ms;
    -webkit-animation-delay: 27844ms;
            animation-delay: 27844ms;
  }
  @-webkit-keyframes move-frames-111 {
    from {
      transform: translate3d(1vw, 103vh, 0);
    }
    to {
      transform: translate3d(26vw, -132vh, 0);
    }
  }
  @keyframes move-frames-111 {
    from {
      transform: translate3d(1vw, 103vh, 0);
    }
    to {
      transform: translate3d(26vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(111) .circle {
    -webkit-animation-delay: 3914ms;
            animation-delay: 3914ms;
  }
  .circle-container:nth-child(112) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-112;
            animation-name: move-frames-112;
    -webkit-animation-duration: 29654ms;
            animation-duration: 29654ms;
    -webkit-animation-delay: 36302ms;
            animation-delay: 36302ms;
  }
  @-webkit-keyframes move-frames-112 {
    from {
      transform: translate3d(77vw, 101vh, 0);
    }
    to {
      transform: translate3d(99vw, -119vh, 0);
    }
  }
  @keyframes move-frames-112 {
    from {
      transform: translate3d(77vw, 101vh, 0);
    }
    to {
      transform: translate3d(99vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(112) .circle {
    -webkit-animation-delay: 3302ms;
            animation-delay: 3302ms;
  }
  .circle-container:nth-child(113) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-113;
            animation-name: move-frames-113;
    -webkit-animation-duration: 31580ms;
            animation-duration: 31580ms;
    -webkit-animation-delay: 1243ms;
            animation-delay: 1243ms;
  }
  @-webkit-keyframes move-frames-113 {
    from {
      transform: translate3d(89vw, 103vh, 0);
    }
    to {
      transform: translate3d(62vw, -123vh, 0);
    }
  }
  @keyframes move-frames-113 {
    from {
      transform: translate3d(89vw, 103vh, 0);
    }
    to {
      transform: translate3d(62vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(113) .circle {
    -webkit-animation-delay: 3074ms;
            animation-delay: 3074ms;
  }
  .circle-container:nth-child(114) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-114;
            animation-name: move-frames-114;
    -webkit-animation-duration: 35992ms;
            animation-duration: 35992ms;
    -webkit-animation-delay: 1795ms;
            animation-delay: 1795ms;
  }
  @-webkit-keyframes move-frames-114 {
    from {
      transform: translate3d(52vw, 101vh, 0);
    }
    to {
      transform: translate3d(77vw, -109vh, 0);
    }
  }
  @keyframes move-frames-114 {
    from {
      transform: translate3d(52vw, 101vh, 0);
    }
    to {
      transform: translate3d(77vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(114) .circle {
    -webkit-animation-delay: 1667ms;
            animation-delay: 1667ms;
  }
  .circle-container:nth-child(115) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-115;
            animation-name: move-frames-115;
    -webkit-animation-duration: 31280ms;
            animation-duration: 31280ms;
    -webkit-animation-delay: 14814ms;
            animation-delay: 14814ms;
  }
  @-webkit-keyframes move-frames-115 {
    from {
      transform: translate3d(73vw, 109vh, 0);
    }
    to {
      transform: translate3d(8vw, -135vh, 0);
    }
  }
  @keyframes move-frames-115 {
    from {
      transform: translate3d(73vw, 109vh, 0);
    }
    to {
      transform: translate3d(8vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(115) .circle {
    -webkit-animation-delay: 2510ms;
            animation-delay: 2510ms;
  }
  .circle-container:nth-child(116) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-116;
            animation-name: move-frames-116;
    -webkit-animation-duration: 33066ms;
            animation-duration: 33066ms;
    -webkit-animation-delay: 1709ms;
            animation-delay: 1709ms;
  }
  @-webkit-keyframes move-frames-116 {
    from {
      transform: translate3d(47vw, 106vh, 0);
    }
    to {
      transform: translate3d(35vw, -114vh, 0);
    }
  }
  @keyframes move-frames-116 {
    from {
      transform: translate3d(47vw, 106vh, 0);
    }
    to {
      transform: translate3d(35vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(116) .circle {
    -webkit-animation-delay: 1133ms;
            animation-delay: 1133ms;
  }
  .circle-container:nth-child(117) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-117;
            animation-name: move-frames-117;
    -webkit-animation-duration: 36683ms;
            animation-duration: 36683ms;
    -webkit-animation-delay: 8016ms;
            animation-delay: 8016ms;
  }
  @-webkit-keyframes move-frames-117 {
    from {
      transform: translate3d(12vw, 108vh, 0);
    }
    to {
      transform: translate3d(81vw, -123vh, 0);
    }
  }
  @keyframes move-frames-117 {
    from {
      transform: translate3d(12vw, 108vh, 0);
    }
    to {
      transform: translate3d(81vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(117) .circle {
    -webkit-animation-delay: 3963ms;
            animation-delay: 3963ms;
  }
  .circle-container:nth-child(118) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-118;
            animation-name: move-frames-118;
    -webkit-animation-duration: 30915ms;
            animation-duration: 30915ms;
    -webkit-animation-delay: 25194ms;
            animation-delay: 25194ms;
  }
  @-webkit-keyframes move-frames-118 {
    from {
      transform: translate3d(53vw, 103vh, 0);
    }
    to {
      transform: translate3d(49vw, -105vh, 0);
    }
  }
  @keyframes move-frames-118 {
    from {
      transform: translate3d(53vw, 103vh, 0);
    }
    to {
      transform: translate3d(49vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(118) .circle {
    -webkit-animation-delay: 204ms;
            animation-delay: 204ms;
  }
  .circle-container:nth-child(119) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-119;
            animation-name: move-frames-119;
    -webkit-animation-duration: 28108ms;
            animation-duration: 28108ms;
    -webkit-animation-delay: 743ms;
            animation-delay: 743ms;
  }
  @-webkit-keyframes move-frames-119 {
    from {
      transform: translate3d(21vw, 101vh, 0);
    }
    to {
      transform: translate3d(73vw, -114vh, 0);
    }
  }
  @keyframes move-frames-119 {
    from {
      transform: translate3d(21vw, 101vh, 0);
    }
    to {
      transform: translate3d(73vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(119) .circle {
    -webkit-animation-delay: 766ms;
            animation-delay: 766ms;
  }
  .circle-container:nth-child(120) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-120;
            animation-name: move-frames-120;
    -webkit-animation-duration: 33234ms;
            animation-duration: 33234ms;
    -webkit-animation-delay: 16750ms;
            animation-delay: 16750ms;
  }
  @-webkit-keyframes move-frames-120 {
    from {
      transform: translate3d(76vw, 105vh, 0);
    }
    to {
      transform: translate3d(16vw, -113vh, 0);
    }
  }
  @keyframes move-frames-120 {
    from {
      transform: translate3d(76vw, 105vh, 0);
    }
    to {
      transform: translate3d(16vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(120) .circle {
    -webkit-animation-delay: 1426ms;
            animation-delay: 1426ms;
  }
  .circle-container:nth-child(121) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-121;
            animation-name: move-frames-121;
    -webkit-animation-duration: 34167ms;
            animation-duration: 34167ms;
    -webkit-animation-delay: 2319ms;
            animation-delay: 2319ms;
  }
  @-webkit-keyframes move-frames-121 {
    from {
      transform: translate3d(47vw, 103vh, 0);
    }
    to {
      transform: translate3d(17vw, -128vh, 0);
    }
  }
  @keyframes move-frames-121 {
    from {
      transform: translate3d(47vw, 103vh, 0);
    }
    to {
      transform: translate3d(17vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(121) .circle {
    -webkit-animation-delay: 2801ms;
            animation-delay: 2801ms;
  }
  .circle-container:nth-child(122) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-122;
            animation-name: move-frames-122;
    -webkit-animation-duration: 32492ms;
            animation-duration: 32492ms;
    -webkit-animation-delay: 22203ms;
            animation-delay: 22203ms;
  }
  @-webkit-keyframes move-frames-122 {
    from {
      transform: translate3d(60vw, 107vh, 0);
    }
    to {
      transform: translate3d(53vw, -128vh, 0);
    }
  }
  @keyframes move-frames-122 {
    from {
      transform: translate3d(60vw, 107vh, 0);
    }
    to {
      transform: translate3d(53vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(122) .circle {
    -webkit-animation-delay: 2765ms;
            animation-delay: 2765ms;
  }
  .circle-container:nth-child(123) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-123;
            animation-name: move-frames-123;
    -webkit-animation-duration: 36836ms;
            animation-duration: 36836ms;
    -webkit-animation-delay: 32200ms;
            animation-delay: 32200ms;
  }
  @-webkit-keyframes move-frames-123 {
    from {
      transform: translate3d(39vw, 102vh, 0);
    }
    to {
      transform: translate3d(92vw, -107vh, 0);
    }
  }
  @keyframes move-frames-123 {
    from {
      transform: translate3d(39vw, 102vh, 0);
    }
    to {
      transform: translate3d(92vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(123) .circle {
    -webkit-animation-delay: 3013ms;
            animation-delay: 3013ms;
  }
  .circle-container:nth-child(124) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-124;
            animation-name: move-frames-124;
    -webkit-animation-duration: 33773ms;
            animation-duration: 33773ms;
    -webkit-animation-delay: 26793ms;
            animation-delay: 26793ms;
  }
  @-webkit-keyframes move-frames-124 {
    from {
      transform: translate3d(83vw, 103vh, 0);
    }
    to {
      transform: translate3d(6vw, -118vh, 0);
    }
  }
  @keyframes move-frames-124 {
    from {
      transform: translate3d(83vw, 103vh, 0);
    }
    to {
      transform: translate3d(6vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(124) .circle {
    -webkit-animation-delay: 516ms;
            animation-delay: 516ms;
  }
  .circle-container:nth-child(125) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-125;
            animation-name: move-frames-125;
    -webkit-animation-duration: 35695ms;
            animation-duration: 35695ms;
    -webkit-animation-delay: 33211ms;
            animation-delay: 33211ms;
  }
  @-webkit-keyframes move-frames-125 {
    from {
      transform: translate3d(73vw, 110vh, 0);
    }
    to {
      transform: translate3d(43vw, -128vh, 0);
    }
  }
  @keyframes move-frames-125 {
    from {
      transform: translate3d(73vw, 110vh, 0);
    }
    to {
      transform: translate3d(43vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(125) .circle {
    -webkit-animation-delay: 734ms;
            animation-delay: 734ms;
  }
  .circle-container:nth-child(126) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-126;
            animation-name: move-frames-126;
    -webkit-animation-duration: 31559ms;
            animation-duration: 31559ms;
    -webkit-animation-delay: 32937ms;
            animation-delay: 32937ms;
  }
  @-webkit-keyframes move-frames-126 {
    from {
      transform: translate3d(87vw, 102vh, 0);
    }
    to {
      transform: translate3d(54vw, -119vh, 0);
    }
  }
  @keyframes move-frames-126 {
    from {
      transform: translate3d(87vw, 102vh, 0);
    }
    to {
      transform: translate3d(54vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(126) .circle {
    -webkit-animation-delay: 895ms;
            animation-delay: 895ms;
  }
  .circle-container:nth-child(127) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-127;
            animation-name: move-frames-127;
    -webkit-animation-duration: 35633ms;
            animation-duration: 35633ms;
    -webkit-animation-delay: 5761ms;
            animation-delay: 5761ms;
  }
  @-webkit-keyframes move-frames-127 {
    from {
      transform: translate3d(64vw, 105vh, 0);
    }
    to {
      transform: translate3d(76vw, -127vh, 0);
    }
  }
  @keyframes move-frames-127 {
    from {
      transform: translate3d(64vw, 105vh, 0);
    }
    to {
      transform: translate3d(76vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(127) .circle {
    -webkit-animation-delay: 829ms;
            animation-delay: 829ms;
  }
  .circle-container:nth-child(128) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-128;
            animation-name: move-frames-128;
    -webkit-animation-duration: 28458ms;
            animation-duration: 28458ms;
    -webkit-animation-delay: 21901ms;
            animation-delay: 21901ms;
  }
  @-webkit-keyframes move-frames-128 {
    from {
      transform: translate3d(15vw, 105vh, 0);
    }
    to {
      transform: translate3d(81vw, -114vh, 0);
    }
  }
  @keyframes move-frames-128 {
    from {
      transform: translate3d(15vw, 105vh, 0);
    }
    to {
      transform: translate3d(81vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(128) .circle {
    -webkit-animation-delay: 1792ms;
            animation-delay: 1792ms;
  }
  .circle-container:nth-child(129) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-129;
            animation-name: move-frames-129;
    -webkit-animation-duration: 33015ms;
            animation-duration: 33015ms;
    -webkit-animation-delay: 3697ms;
            animation-delay: 3697ms;
  }
  @-webkit-keyframes move-frames-129 {
    from {
      transform: translate3d(26vw, 109vh, 0);
    }
    to {
      transform: translate3d(60vw, -139vh, 0);
    }
  }
  @keyframes move-frames-129 {
    from {
      transform: translate3d(26vw, 109vh, 0);
    }
    to {
      transform: translate3d(60vw, -139vh, 0);
    }
  }
  .circle-container:nth-child(129) .circle {
    -webkit-animation-delay: 1510ms;
            animation-delay: 1510ms;
  }
  .circle-container:nth-child(130) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-130;
            animation-name: move-frames-130;
    -webkit-animation-duration: 36213ms;
            animation-duration: 36213ms;
    -webkit-animation-delay: 4736ms;
            animation-delay: 4736ms;
  }
  @-webkit-keyframes move-frames-130 {
    from {
      transform: translate3d(65vw, 108vh, 0);
    }
    to {
      transform: translate3d(54vw, -130vh, 0);
    }
  }
  @keyframes move-frames-130 {
    from {
      transform: translate3d(65vw, 108vh, 0);
    }
    to {
      transform: translate3d(54vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(130) .circle {
    -webkit-animation-delay: 1061ms;
            animation-delay: 1061ms;
  }
  .circle-container:nth-child(131) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-131;
            animation-name: move-frames-131;
    -webkit-animation-duration: 29503ms;
            animation-duration: 29503ms;
    -webkit-animation-delay: 20819ms;
            animation-delay: 20819ms;
  }
  @-webkit-keyframes move-frames-131 {
    from {
      transform: translate3d(12vw, 107vh, 0);
    }
    to {
      transform: translate3d(55vw, -124vh, 0);
    }
  }
  @keyframes move-frames-131 {
    from {
      transform: translate3d(12vw, 107vh, 0);
    }
    to {
      transform: translate3d(55vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(131) .circle {
    -webkit-animation-delay: 1599ms;
            animation-delay: 1599ms;
  }
  .circle-container:nth-child(132) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-132;
            animation-name: move-frames-132;
    -webkit-animation-duration: 31681ms;
            animation-duration: 31681ms;
    -webkit-animation-delay: 13000ms;
            animation-delay: 13000ms;
  }
  @-webkit-keyframes move-frames-132 {
    from {
      transform: translate3d(9vw, 104vh, 0);
    }
    to {
      transform: translate3d(52vw, -126vh, 0);
    }
  }
  @keyframes move-frames-132 {
    from {
      transform: translate3d(9vw, 104vh, 0);
    }
    to {
      transform: translate3d(52vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(132) .circle {
    -webkit-animation-delay: 1288ms;
            animation-delay: 1288ms;
  }
  .circle-container:nth-child(133) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-133;
            animation-name: move-frames-133;
    -webkit-animation-duration: 34061ms;
            animation-duration: 34061ms;
    -webkit-animation-delay: 25232ms;
            animation-delay: 25232ms;
  }
  @-webkit-keyframes move-frames-133 {
    from {
      transform: translate3d(73vw, 104vh, 0);
    }
    to {
      transform: translate3d(89vw, -122vh, 0);
    }
  }
  @keyframes move-frames-133 {
    from {
      transform: translate3d(73vw, 104vh, 0);
    }
    to {
      transform: translate3d(89vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(133) .circle {
    -webkit-animation-delay: 135ms;
            animation-delay: 135ms;
  }
  .circle-container:nth-child(134) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-134;
            animation-name: move-frames-134;
    -webkit-animation-duration: 29551ms;
            animation-duration: 29551ms;
    -webkit-animation-delay: 18235ms;
            animation-delay: 18235ms;
  }
  @-webkit-keyframes move-frames-134 {
    from {
      transform: translate3d(12vw, 101vh, 0);
    }
    to {
      transform: translate3d(98vw, -124vh, 0);
    }
  }
  @keyframes move-frames-134 {
    from {
      transform: translate3d(12vw, 101vh, 0);
    }
    to {
      transform: translate3d(98vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(134) .circle {
    -webkit-animation-delay: 3380ms;
            animation-delay: 3380ms;
  }
  .circle-container:nth-child(135) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-135;
            animation-name: move-frames-135;
    -webkit-animation-duration: 35000ms;
            animation-duration: 35000ms;
    -webkit-animation-delay: 33701ms;
            animation-delay: 33701ms;
  }
  @-webkit-keyframes move-frames-135 {
    from {
      transform: translate3d(11vw, 101vh, 0);
    }
    to {
      transform: translate3d(12vw, -121vh, 0);
    }
  }
  @keyframes move-frames-135 {
    from {
      transform: translate3d(11vw, 101vh, 0);
    }
    to {
      transform: translate3d(12vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(135) .circle {
    -webkit-animation-delay: 3086ms;
            animation-delay: 3086ms;
  }
  .circle-container:nth-child(136) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-136;
            animation-name: move-frames-136;
    -webkit-animation-duration: 36157ms;
            animation-duration: 36157ms;
    -webkit-animation-delay: 35789ms;
            animation-delay: 35789ms;
  }
  @-webkit-keyframes move-frames-136 {
    from {
      transform: translate3d(8vw, 104vh, 0);
    }
    to {
      transform: translate3d(53vw, -124vh, 0);
    }
  }
  @keyframes move-frames-136 {
    from {
      transform: translate3d(8vw, 104vh, 0);
    }
    to {
      transform: translate3d(53vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(136) .circle {
    -webkit-animation-delay: 3918ms;
            animation-delay: 3918ms;
  }
  .circle-container:nth-child(137) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-137;
            animation-name: move-frames-137;
    -webkit-animation-duration: 32676ms;
            animation-duration: 32676ms;
    -webkit-animation-delay: 34473ms;
            animation-delay: 34473ms;
  }
  @-webkit-keyframes move-frames-137 {
    from {
      transform: translate3d(35vw, 108vh, 0);
    }
    to {
      transform: translate3d(74vw, -128vh, 0);
    }
  }
  @keyframes move-frames-137 {
    from {
      transform: translate3d(35vw, 108vh, 0);
    }
    to {
      transform: translate3d(74vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(137) .circle {
    -webkit-animation-delay: 681ms;
            animation-delay: 681ms;
  }
  .circle-container:nth-child(138) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-138;
            animation-name: move-frames-138;
    -webkit-animation-duration: 29270ms;
            animation-duration: 29270ms;
    -webkit-animation-delay: 7046ms;
            animation-delay: 7046ms;
  }
  @-webkit-keyframes move-frames-138 {
    from {
      transform: translate3d(30vw, 101vh, 0);
    }
    to {
      transform: translate3d(34vw, -122vh, 0);
    }
  }
  @keyframes move-frames-138 {
    from {
      transform: translate3d(30vw, 101vh, 0);
    }
    to {
      transform: translate3d(34vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(138) .circle {
    -webkit-animation-delay: 726ms;
            animation-delay: 726ms;
  }
  .circle-container:nth-child(139) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-139;
            animation-name: move-frames-139;
    -webkit-animation-duration: 36203ms;
            animation-duration: 36203ms;
    -webkit-animation-delay: 3192ms;
            animation-delay: 3192ms;
  }
  @-webkit-keyframes move-frames-139 {
    from {
      transform: translate3d(27vw, 103vh, 0);
    }
    to {
      transform: translate3d(53vw, -116vh, 0);
    }
  }
  @keyframes move-frames-139 {
    from {
      transform: translate3d(27vw, 103vh, 0);
    }
    to {
      transform: translate3d(53vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(139) .circle {
    -webkit-animation-delay: 425ms;
            animation-delay: 425ms;
  }
  .circle-container:nth-child(140) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-140;
            animation-name: move-frames-140;
    -webkit-animation-duration: 31278ms;
            animation-duration: 31278ms;
    -webkit-animation-delay: 2388ms;
            animation-delay: 2388ms;
  }
  @-webkit-keyframes move-frames-140 {
    from {
      transform: translate3d(76vw, 101vh, 0);
    }
    to {
      transform: translate3d(81vw, -126vh, 0);
    }
  }
  @keyframes move-frames-140 {
    from {
      transform: translate3d(76vw, 101vh, 0);
    }
    to {
      transform: translate3d(81vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(140) .circle {
    -webkit-animation-delay: 1759ms;
            animation-delay: 1759ms;
  }
  .circle-container:nth-child(141) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-141;
            animation-name: move-frames-141;
    -webkit-animation-duration: 30283ms;
            animation-duration: 30283ms;
    -webkit-animation-delay: 18449ms;
            animation-delay: 18449ms;
  }
  @-webkit-keyframes move-frames-141 {
    from {
      transform: translate3d(88vw, 102vh, 0);
    }
    to {
      transform: translate3d(95vw, -127vh, 0);
    }
  }
  @keyframes move-frames-141 {
    from {
      transform: translate3d(88vw, 102vh, 0);
    }
    to {
      transform: translate3d(95vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(141) .circle {
    -webkit-animation-delay: 3114ms;
            animation-delay: 3114ms;
  }
  .circle-container:nth-child(142) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-142;
            animation-name: move-frames-142;
    -webkit-animation-duration: 29436ms;
            animation-duration: 29436ms;
    -webkit-animation-delay: 17951ms;
            animation-delay: 17951ms;
  }
  @-webkit-keyframes move-frames-142 {
    from {
      transform: translate3d(57vw, 107vh, 0);
    }
    to {
      transform: translate3d(6vw, -123vh, 0);
    }
  }
  @keyframes move-frames-142 {
    from {
      transform: translate3d(57vw, 107vh, 0);
    }
    to {
      transform: translate3d(6vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(142) .circle {
    -webkit-animation-delay: 153ms;
            animation-delay: 153ms;
  }
  .circle-container:nth-child(143) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-143;
            animation-name: move-frames-143;
    -webkit-animation-duration: 36331ms;
            animation-duration: 36331ms;
    -webkit-animation-delay: 24761ms;
            animation-delay: 24761ms;
  }
  @-webkit-keyframes move-frames-143 {
    from {
      transform: translate3d(25vw, 101vh, 0);
    }
    to {
      transform: translate3d(52vw, -126vh, 0);
    }
  }
  @keyframes move-frames-143 {
    from {
      transform: translate3d(25vw, 101vh, 0);
    }
    to {
      transform: translate3d(52vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(143) .circle {
    -webkit-animation-delay: 2948ms;
            animation-delay: 2948ms;
  }
  .circle-container:nth-child(144) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-144;
            animation-name: move-frames-144;
    -webkit-animation-duration: 34799ms;
            animation-duration: 34799ms;
    -webkit-animation-delay: 19281ms;
            animation-delay: 19281ms;
  }
  @-webkit-keyframes move-frames-144 {
    from {
      transform: translate3d(2vw, 107vh, 0);
    }
    to {
      transform: translate3d(91vw, -120vh, 0);
    }
  }
  @keyframes move-frames-144 {
    from {
      transform: translate3d(2vw, 107vh, 0);
    }
    to {
      transform: translate3d(91vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(144) .circle {
    -webkit-animation-delay: 12ms;
            animation-delay: 12ms;
  }
  .circle-container:nth-child(145) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-145;
            animation-name: move-frames-145;
    -webkit-animation-duration: 31026ms;
            animation-duration: 31026ms;
    -webkit-animation-delay: 33167ms;
            animation-delay: 33167ms;
  }
  @-webkit-keyframes move-frames-145 {
    from {
      transform: translate3d(40vw, 103vh, 0);
    }
    to {
      transform: translate3d(83vw, -122vh, 0);
    }
  }
  @keyframes move-frames-145 {
    from {
      transform: translate3d(40vw, 103vh, 0);
    }
    to {
      transform: translate3d(83vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(145) .circle {
    -webkit-animation-delay: 2676ms;
            animation-delay: 2676ms;
  }
  .circle-container:nth-child(146) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-146;
            animation-name: move-frames-146;
    -webkit-animation-duration: 36241ms;
            animation-duration: 36241ms;
    -webkit-animation-delay: 29388ms;
            animation-delay: 29388ms;
  }
  @-webkit-keyframes move-frames-146 {
    from {
      transform: translate3d(14vw, 103vh, 0);
    }
    to {
      transform: translate3d(24vw, -119vh, 0);
    }
  }
  @keyframes move-frames-146 {
    from {
      transform: translate3d(14vw, 103vh, 0);
    }
    to {
      transform: translate3d(24vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(146) .circle {
    -webkit-animation-delay: 3635ms;
            animation-delay: 3635ms;
  }
  .circle-container:nth-child(147) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-147;
            animation-name: move-frames-147;
    -webkit-animation-duration: 32625ms;
            animation-duration: 32625ms;
    -webkit-animation-delay: 35499ms;
            animation-delay: 35499ms;
  }
  @-webkit-keyframes move-frames-147 {
    from {
      transform: translate3d(25vw, 108vh, 0);
    }
    to {
      transform: translate3d(87vw, -125vh, 0);
    }
  }
  @keyframes move-frames-147 {
    from {
      transform: translate3d(25vw, 108vh, 0);
    }
    to {
      transform: translate3d(87vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(147) .circle {
    -webkit-animation-delay: 2913ms;
            animation-delay: 2913ms;
  }
  .circle-container:nth-child(148) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-148;
            animation-name: move-frames-148;
    -webkit-animation-duration: 31240ms;
            animation-duration: 31240ms;
    -webkit-animation-delay: 22446ms;
            animation-delay: 22446ms;
  }
  @-webkit-keyframes move-frames-148 {
    from {
      transform: translate3d(10vw, 110vh, 0);
    }
    to {
      transform: translate3d(71vw, -132vh, 0);
    }
  }
  @keyframes move-frames-148 {
    from {
      transform: translate3d(10vw, 110vh, 0);
    }
    to {
      transform: translate3d(71vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(148) .circle {
    -webkit-animation-delay: 3465ms;
            animation-delay: 3465ms;
  }
  .circle-container:nth-child(149) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-149;
            animation-name: move-frames-149;
    -webkit-animation-duration: 30139ms;
            animation-duration: 30139ms;
    -webkit-animation-delay: 23348ms;
            animation-delay: 23348ms;
  }
  @-webkit-keyframes move-frames-149 {
    from {
      transform: translate3d(73vw, 105vh, 0);
    }
    to {
      transform: translate3d(96vw, -127vh, 0);
    }
  }
  @keyframes move-frames-149 {
    from {
      transform: translate3d(73vw, 105vh, 0);
    }
    to {
      transform: translate3d(96vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(149) .circle {
    -webkit-animation-delay: 3592ms;
            animation-delay: 3592ms;
  }
  .circle-container:nth-child(150) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-150;
            animation-name: move-frames-150;
    -webkit-animation-duration: 30661ms;
            animation-duration: 30661ms;
    -webkit-animation-delay: 24697ms;
            animation-delay: 24697ms;
  }
  @-webkit-keyframes move-frames-150 {
    from {
      transform: translate3d(48vw, 102vh, 0);
    }
    to {
      transform: translate3d(41vw, -124vh, 0);
    }
  }
  @keyframes move-frames-150 {
    from {
      transform: translate3d(48vw, 102vh, 0);
    }
    to {
      transform: translate3d(41vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(150) .circle {
    -webkit-animation-delay: 1895ms;
            animation-delay: 1895ms;
  }
  .circle-container:nth-child(151) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-151;
            animation-name: move-frames-151;
    -webkit-animation-duration: 30776ms;
            animation-duration: 30776ms;
    -webkit-animation-delay: 7914ms;
            animation-delay: 7914ms;
  }
  @-webkit-keyframes move-frames-151 {
    from {
      transform: translate3d(74vw, 101vh, 0);
    }
    to {
      transform: translate3d(41vw, -103vh, 0);
    }
  }
  @keyframes move-frames-151 {
    from {
      transform: translate3d(74vw, 101vh, 0);
    }
    to {
      transform: translate3d(41vw, -103vh, 0);
    }
  }
  .circle-container:nth-child(151) .circle {
    -webkit-animation-delay: 291ms;
            animation-delay: 291ms;
  }
  .circle-container:nth-child(152) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-152;
            animation-name: move-frames-152;
    -webkit-animation-duration: 29299ms;
            animation-duration: 29299ms;
    -webkit-animation-delay: 18484ms;
            animation-delay: 18484ms;
  }
  @-webkit-keyframes move-frames-152 {
    from {
      transform: translate3d(85vw, 109vh, 0);
    }
    to {
      transform: translate3d(92vw, -114vh, 0);
    }
  }
  @keyframes move-frames-152 {
    from {
      transform: translate3d(85vw, 109vh, 0);
    }
    to {
      transform: translate3d(92vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(152) .circle {
    -webkit-animation-delay: 3401ms;
            animation-delay: 3401ms;
  }
  .circle-container:nth-child(153) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-153;
            animation-name: move-frames-153;
    -webkit-animation-duration: 36882ms;
            animation-duration: 36882ms;
    -webkit-animation-delay: 21474ms;
            animation-delay: 21474ms;
  }
  @-webkit-keyframes move-frames-153 {
    from {
      transform: translate3d(75vw, 102vh, 0);
    }
    to {
      transform: translate3d(64vw, -131vh, 0);
    }
  }
  @keyframes move-frames-153 {
    from {
      transform: translate3d(75vw, 102vh, 0);
    }
    to {
      transform: translate3d(64vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(153) .circle {
    -webkit-animation-delay: 2965ms;
            animation-delay: 2965ms;
  }
  .circle-container:nth-child(154) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-154;
            animation-name: move-frames-154;
    -webkit-animation-duration: 28588ms;
            animation-duration: 28588ms;
    -webkit-animation-delay: 20795ms;
            animation-delay: 20795ms;
  }
  @-webkit-keyframes move-frames-154 {
    from {
      transform: translate3d(40vw, 101vh, 0);
    }
    to {
      transform: translate3d(89vw, -130vh, 0);
    }
  }
  @keyframes move-frames-154 {
    from {
      transform: translate3d(40vw, 101vh, 0);
    }
    to {
      transform: translate3d(89vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(154) .circle {
    -webkit-animation-delay: 2942ms;
            animation-delay: 2942ms;
  }
  .circle-container:nth-child(155) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-155;
            animation-name: move-frames-155;
    -webkit-animation-duration: 32042ms;
            animation-duration: 32042ms;
    -webkit-animation-delay: 6980ms;
            animation-delay: 6980ms;
  }
  @-webkit-keyframes move-frames-155 {
    from {
      transform: translate3d(48vw, 104vh, 0);
    }
    to {
      transform: translate3d(94vw, -123vh, 0);
    }
  }
  @keyframes move-frames-155 {
    from {
      transform: translate3d(48vw, 104vh, 0);
    }
    to {
      transform: translate3d(94vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(155) .circle {
    -webkit-animation-delay: 3989ms;
            animation-delay: 3989ms;
  }
  .circle-container:nth-child(156) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-156;
            animation-name: move-frames-156;
    -webkit-animation-duration: 28650ms;
            animation-duration: 28650ms;
    -webkit-animation-delay: 18877ms;
            animation-delay: 18877ms;
  }
  @-webkit-keyframes move-frames-156 {
    from {
      transform: translate3d(64vw, 107vh, 0);
    }
    to {
      transform: translate3d(81vw, -136vh, 0);
    }
  }
  @keyframes move-frames-156 {
    from {
      transform: translate3d(64vw, 107vh, 0);
    }
    to {
      transform: translate3d(81vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(156) .circle {
    -webkit-animation-delay: 3276ms;
            animation-delay: 3276ms;
  }
  .circle-container:nth-child(157) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-157;
            animation-name: move-frames-157;
    -webkit-animation-duration: 34783ms;
            animation-duration: 34783ms;
    -webkit-animation-delay: 23063ms;
            animation-delay: 23063ms;
  }
  @-webkit-keyframes move-frames-157 {
    from {
      transform: translate3d(33vw, 103vh, 0);
    }
    to {
      transform: translate3d(64vw, -118vh, 0);
    }
  }
  @keyframes move-frames-157 {
    from {
      transform: translate3d(33vw, 103vh, 0);
    }
    to {
      transform: translate3d(64vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(157) .circle {
    -webkit-animation-delay: 3557ms;
            animation-delay: 3557ms;
  }
  .circle-container:nth-child(158) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-158;
            animation-name: move-frames-158;
    -webkit-animation-duration: 36355ms;
            animation-duration: 36355ms;
    -webkit-animation-delay: 32289ms;
            animation-delay: 32289ms;
  }
  @-webkit-keyframes move-frames-158 {
    from {
      transform: translate3d(15vw, 105vh, 0);
    }
    to {
      transform: translate3d(95vw, -115vh, 0);
    }
  }
  @keyframes move-frames-158 {
    from {
      transform: translate3d(15vw, 105vh, 0);
    }
    to {
      transform: translate3d(95vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(158) .circle {
    -webkit-animation-delay: 3259ms;
            animation-delay: 3259ms;
  }
  .circle-container:nth-child(159) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-159;
            animation-name: move-frames-159;
    -webkit-animation-duration: 31338ms;
            animation-duration: 31338ms;
    -webkit-animation-delay: 548ms;
            animation-delay: 548ms;
  }
  @-webkit-keyframes move-frames-159 {
    from {
      transform: translate3d(31vw, 105vh, 0);
    }
    to {
      transform: translate3d(61vw, -107vh, 0);
    }
  }
  @keyframes move-frames-159 {
    from {
      transform: translate3d(31vw, 105vh, 0);
    }
    to {
      transform: translate3d(61vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(159) .circle {
    -webkit-animation-delay: 76ms;
            animation-delay: 76ms;
  }
  .circle-container:nth-child(160) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-160;
            animation-name: move-frames-160;
    -webkit-animation-duration: 33849ms;
            animation-duration: 33849ms;
    -webkit-animation-delay: 21369ms;
            animation-delay: 21369ms;
  }
  @-webkit-keyframes move-frames-160 {
    from {
      transform: translate3d(49vw, 102vh, 0);
    }
    to {
      transform: translate3d(4vw, -124vh, 0);
    }
  }
  @keyframes move-frames-160 {
    from {
      transform: translate3d(49vw, 102vh, 0);
    }
    to {
      transform: translate3d(4vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(160) .circle {
    -webkit-animation-delay: 3256ms;
            animation-delay: 3256ms;
  }
  .circle-container:nth-child(161) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-161;
            animation-name: move-frames-161;
    -webkit-animation-duration: 34628ms;
            animation-duration: 34628ms;
    -webkit-animation-delay: 35340ms;
            animation-delay: 35340ms;
  }
  @-webkit-keyframes move-frames-161 {
    from {
      transform: translate3d(1vw, 107vh, 0);
    }
    to {
      transform: translate3d(97vw, -126vh, 0);
    }
  }
  @keyframes move-frames-161 {
    from {
      transform: translate3d(1vw, 107vh, 0);
    }
    to {
      transform: translate3d(97vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(161) .circle {
    -webkit-animation-delay: 3098ms;
            animation-delay: 3098ms;
  }
  .circle-container:nth-child(162) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-162;
            animation-name: move-frames-162;
    -webkit-animation-duration: 29164ms;
            animation-duration: 29164ms;
    -webkit-animation-delay: 21624ms;
            animation-delay: 21624ms;
  }
  @-webkit-keyframes move-frames-162 {
    from {
      transform: translate3d(67vw, 104vh, 0);
    }
    to {
      transform: translate3d(9vw, -114vh, 0);
    }
  }
  @keyframes move-frames-162 {
    from {
      transform: translate3d(67vw, 104vh, 0);
    }
    to {
      transform: translate3d(9vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(162) .circle {
    -webkit-animation-delay: 930ms;
            animation-delay: 930ms;
  }
  .circle-container:nth-child(163) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-163;
            animation-name: move-frames-163;
    -webkit-animation-duration: 32157ms;
            animation-duration: 32157ms;
    -webkit-animation-delay: 35758ms;
            animation-delay: 35758ms;
  }
  @-webkit-keyframes move-frames-163 {
    from {
      transform: translate3d(13vw, 102vh, 0);
    }
    to {
      transform: translate3d(31vw, -115vh, 0);
    }
  }
  @keyframes move-frames-163 {
    from {
      transform: translate3d(13vw, 102vh, 0);
    }
    to {
      transform: translate3d(31vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(163) .circle {
    -webkit-animation-delay: 969ms;
            animation-delay: 969ms;
  }
  .circle-container:nth-child(164) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-164;
            animation-name: move-frames-164;
    -webkit-animation-duration: 28848ms;
            animation-duration: 28848ms;
    -webkit-animation-delay: 18698ms;
            animation-delay: 18698ms;
  }
  @-webkit-keyframes move-frames-164 {
    from {
      transform: translate3d(77vw, 102vh, 0);
    }
    to {
      transform: translate3d(88vw, -128vh, 0);
    }
  }
  @keyframes move-frames-164 {
    from {
      transform: translate3d(77vw, 102vh, 0);
    }
    to {
      transform: translate3d(88vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(164) .circle {
    -webkit-animation-delay: 216ms;
            animation-delay: 216ms;
  }
  .circle-container:nth-child(165) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-165;
            animation-name: move-frames-165;
    -webkit-animation-duration: 34123ms;
            animation-duration: 34123ms;
    -webkit-animation-delay: 24828ms;
            animation-delay: 24828ms;
  }
  @-webkit-keyframes move-frames-165 {
    from {
      transform: translate3d(59vw, 108vh, 0);
    }
    to {
      transform: translate3d(26vw, -134vh, 0);
    }
  }
  @keyframes move-frames-165 {
    from {
      transform: translate3d(59vw, 108vh, 0);
    }
    to {
      transform: translate3d(26vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(165) .circle {
    -webkit-animation-delay: 2661ms;
            animation-delay: 2661ms;
  }
  .circle-container:nth-child(166) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-166;
            animation-name: move-frames-166;
    -webkit-animation-duration: 33947ms;
            animation-duration: 33947ms;
    -webkit-animation-delay: 22513ms;
            animation-delay: 22513ms;
  }
  @-webkit-keyframes move-frames-166 {
    from {
      transform: translate3d(74vw, 103vh, 0);
    }
    to {
      transform: translate3d(1vw, -110vh, 0);
    }
  }
  @keyframes move-frames-166 {
    from {
      transform: translate3d(74vw, 103vh, 0);
    }
    to {
      transform: translate3d(1vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(166) .circle {
    -webkit-animation-delay: 1081ms;
            animation-delay: 1081ms;
  }
  .circle-container:nth-child(167) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-167;
            animation-name: move-frames-167;
    -webkit-animation-duration: 30374ms;
            animation-duration: 30374ms;
    -webkit-animation-delay: 13251ms;
            animation-delay: 13251ms;
  }
  @-webkit-keyframes move-frames-167 {
    from {
      transform: translate3d(23vw, 109vh, 0);
    }
    to {
      transform: translate3d(30vw, -110vh, 0);
    }
  }
  @keyframes move-frames-167 {
    from {
      transform: translate3d(23vw, 109vh, 0);
    }
    to {
      transform: translate3d(30vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(167) .circle {
    -webkit-animation-delay: 3577ms;
            animation-delay: 3577ms;
  }
  .circle-container:nth-child(168) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-168;
            animation-name: move-frames-168;
    -webkit-animation-duration: 36940ms;
            animation-duration: 36940ms;
    -webkit-animation-delay: 20052ms;
            animation-delay: 20052ms;
  }
  @-webkit-keyframes move-frames-168 {
    from {
      transform: translate3d(87vw, 106vh, 0);
    }
    to {
      transform: translate3d(98vw, -121vh, 0);
    }
  }
  @keyframes move-frames-168 {
    from {
      transform: translate3d(87vw, 106vh, 0);
    }
    to {
      transform: translate3d(98vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(168) .circle {
    -webkit-animation-delay: 2276ms;
            animation-delay: 2276ms;
  }
  .circle-container:nth-child(169) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-169;
            animation-name: move-frames-169;
    -webkit-animation-duration: 36172ms;
            animation-duration: 36172ms;
    -webkit-animation-delay: 16361ms;
            animation-delay: 16361ms;
  }
  @-webkit-keyframes move-frames-169 {
    from {
      transform: translate3d(6vw, 109vh, 0);
    }
    to {
      transform: translate3d(60vw, -113vh, 0);
    }
  }
  @keyframes move-frames-169 {
    from {
      transform: translate3d(6vw, 109vh, 0);
    }
    to {
      transform: translate3d(60vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(169) .circle {
    -webkit-animation-delay: 1746ms;
            animation-delay: 1746ms;
  }
  .circle-container:nth-child(170) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-170;
            animation-name: move-frames-170;
    -webkit-animation-duration: 28308ms;
            animation-duration: 28308ms;
    -webkit-animation-delay: 34109ms;
            animation-delay: 34109ms;
  }
  @-webkit-keyframes move-frames-170 {
    from {
      transform: translate3d(58vw, 105vh, 0);
    }
    to {
      transform: translate3d(66vw, -133vh, 0);
    }
  }
  @keyframes move-frames-170 {
    from {
      transform: translate3d(58vw, 105vh, 0);
    }
    to {
      transform: translate3d(66vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(170) .circle {
    -webkit-animation-delay: 3473ms;
            animation-delay: 3473ms;
  }
  .circle-container:nth-child(171) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-171;
            animation-name: move-frames-171;
    -webkit-animation-duration: 29457ms;
            animation-duration: 29457ms;
    -webkit-animation-delay: 4073ms;
            animation-delay: 4073ms;
  }
  @-webkit-keyframes move-frames-171 {
    from {
      transform: translate3d(73vw, 108vh, 0);
    }
    to {
      transform: translate3d(70vw, -128vh, 0);
    }
  }
  @keyframes move-frames-171 {
    from {
      transform: translate3d(73vw, 108vh, 0);
    }
    to {
      transform: translate3d(70vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(171) .circle {
    -webkit-animation-delay: 2474ms;
            animation-delay: 2474ms;
  }
  .circle-container:nth-child(172) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-172;
            animation-name: move-frames-172;
    -webkit-animation-duration: 33395ms;
            animation-duration: 33395ms;
    -webkit-animation-delay: 27651ms;
            animation-delay: 27651ms;
  }
  @-webkit-keyframes move-frames-172 {
    from {
      transform: translate3d(18vw, 106vh, 0);
    }
    to {
      transform: translate3d(44vw, -117vh, 0);
    }
  }
  @keyframes move-frames-172 {
    from {
      transform: translate3d(18vw, 106vh, 0);
    }
    to {
      transform: translate3d(44vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(172) .circle {
    -webkit-animation-delay: 2234ms;
            animation-delay: 2234ms;
  }
  .circle-container:nth-child(173) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-173;
            animation-name: move-frames-173;
    -webkit-animation-duration: 33751ms;
            animation-duration: 33751ms;
    -webkit-animation-delay: 36330ms;
            animation-delay: 36330ms;
  }
  @-webkit-keyframes move-frames-173 {
    from {
      transform: translate3d(89vw, 108vh, 0);
    }
    to {
      transform: translate3d(64vw, -125vh, 0);
    }
  }
  @keyframes move-frames-173 {
    from {
      transform: translate3d(89vw, 108vh, 0);
    }
    to {
      transform: translate3d(64vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(173) .circle {
    -webkit-animation-delay: 1797ms;
            animation-delay: 1797ms;
  }
  .circle-container:nth-child(174) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-174;
            animation-name: move-frames-174;
    -webkit-animation-duration: 36099ms;
            animation-duration: 36099ms;
    -webkit-animation-delay: 21185ms;
            animation-delay: 21185ms;
  }
  @-webkit-keyframes move-frames-174 {
    from {
      transform: translate3d(45vw, 102vh, 0);
    }
    to {
      transform: translate3d(10vw, -114vh, 0);
    }
  }
  @keyframes move-frames-174 {
    from {
      transform: translate3d(45vw, 102vh, 0);
    }
    to {
      transform: translate3d(10vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(174) .circle {
    -webkit-animation-delay: 2356ms;
            animation-delay: 2356ms;
  }
  .circle-container:nth-child(175) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-175;
            animation-name: move-frames-175;
    -webkit-animation-duration: 31169ms;
            animation-duration: 31169ms;
    -webkit-animation-delay: 32115ms;
            animation-delay: 32115ms;
  }
  @-webkit-keyframes move-frames-175 {
    from {
      transform: translate3d(49vw, 110vh, 0);
    }
    to {
      transform: translate3d(62vw, -126vh, 0);
    }
  }
  @keyframes move-frames-175 {
    from {
      transform: translate3d(49vw, 110vh, 0);
    }
    to {
      transform: translate3d(62vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(175) .circle {
    -webkit-animation-delay: 3936ms;
            animation-delay: 3936ms;
  }
  .circle-container:nth-child(176) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-176;
            animation-name: move-frames-176;
    -webkit-animation-duration: 30969ms;
            animation-duration: 30969ms;
    -webkit-animation-delay: 22172ms;
            animation-delay: 22172ms;
  }
  @-webkit-keyframes move-frames-176 {
    from {
      transform: translate3d(52vw, 104vh, 0);
    }
    to {
      transform: translate3d(44vw, -132vh, 0);
    }
  }
  @keyframes move-frames-176 {
    from {
      transform: translate3d(52vw, 104vh, 0);
    }
    to {
      transform: translate3d(44vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(176) .circle {
    -webkit-animation-delay: 1587ms;
            animation-delay: 1587ms;
  }
  .circle-container:nth-child(177) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-177;
            animation-name: move-frames-177;
    -webkit-animation-duration: 33795ms;
            animation-duration: 33795ms;
    -webkit-animation-delay: 8305ms;
            animation-delay: 8305ms;
  }
  @-webkit-keyframes move-frames-177 {
    from {
      transform: translate3d(62vw, 109vh, 0);
    }
    to {
      transform: translate3d(87vw, -112vh, 0);
    }
  }
  @keyframes move-frames-177 {
    from {
      transform: translate3d(62vw, 109vh, 0);
    }
    to {
      transform: translate3d(87vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(177) .circle {
    -webkit-animation-delay: 3722ms;
            animation-delay: 3722ms;
  }
  .circle-container:nth-child(178) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-178;
            animation-name: move-frames-178;
    -webkit-animation-duration: 34177ms;
            animation-duration: 34177ms;
    -webkit-animation-delay: 4193ms;
            animation-delay: 4193ms;
  }
  @-webkit-keyframes move-frames-178 {
    from {
      transform: translate3d(87vw, 103vh, 0);
    }
    to {
      transform: translate3d(35vw, -113vh, 0);
    }
  }
  @keyframes move-frames-178 {
    from {
      transform: translate3d(87vw, 103vh, 0);
    }
    to {
      transform: translate3d(35vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(178) .circle {
    -webkit-animation-delay: 829ms;
            animation-delay: 829ms;
  }
  .circle-container:nth-child(179) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-179;
            animation-name: move-frames-179;
    -webkit-animation-duration: 33970ms;
            animation-duration: 33970ms;
    -webkit-animation-delay: 9433ms;
            animation-delay: 9433ms;
  }
  @-webkit-keyframes move-frames-179 {
    from {
      transform: translate3d(12vw, 103vh, 0);
    }
    to {
      transform: translate3d(84vw, -113vh, 0);
    }
  }
  @keyframes move-frames-179 {
    from {
      transform: translate3d(12vw, 103vh, 0);
    }
    to {
      transform: translate3d(84vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(179) .circle {
    -webkit-animation-delay: 207ms;
            animation-delay: 207ms;
  }
  .circle-container:nth-child(180) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-180;
            animation-name: move-frames-180;
    -webkit-animation-duration: 33191ms;
            animation-duration: 33191ms;
    -webkit-animation-delay: 31515ms;
            animation-delay: 31515ms;
  }
  @-webkit-keyframes move-frames-180 {
    from {
      transform: translate3d(1vw, 108vh, 0);
    }
    to {
      transform: translate3d(64vw, -122vh, 0);
    }
  }
  @keyframes move-frames-180 {
    from {
      transform: translate3d(1vw, 108vh, 0);
    }
    to {
      transform: translate3d(64vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(180) .circle {
    -webkit-animation-delay: 242ms;
            animation-delay: 242ms;
  }
  .circle-container:nth-child(181) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-181;
            animation-name: move-frames-181;
    -webkit-animation-duration: 31882ms;
            animation-duration: 31882ms;
    -webkit-animation-delay: 998ms;
            animation-delay: 998ms;
  }
  @-webkit-keyframes move-frames-181 {
    from {
      transform: translate3d(37vw, 109vh, 0);
    }
    to {
      transform: translate3d(7vw, -131vh, 0);
    }
  }
  @keyframes move-frames-181 {
    from {
      transform: translate3d(37vw, 109vh, 0);
    }
    to {
      transform: translate3d(7vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(181) .circle {
    -webkit-animation-delay: 3096ms;
            animation-delay: 3096ms;
  }
  .circle-container:nth-child(182) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-182;
            animation-name: move-frames-182;
    -webkit-animation-duration: 28358ms;
            animation-duration: 28358ms;
    -webkit-animation-delay: 11377ms;
            animation-delay: 11377ms;
  }
  @-webkit-keyframes move-frames-182 {
    from {
      transform: translate3d(33vw, 106vh, 0);
    }
    to {
      transform: translate3d(41vw, -129vh, 0);
    }
  }
  @keyframes move-frames-182 {
    from {
      transform: translate3d(33vw, 106vh, 0);
    }
    to {
      transform: translate3d(41vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(182) .circle {
    -webkit-animation-delay: 625ms;
            animation-delay: 625ms;
  }
  .circle-container:nth-child(183) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-183;
            animation-name: move-frames-183;
    -webkit-animation-duration: 35880ms;
            animation-duration: 35880ms;
    -webkit-animation-delay: 19230ms;
            animation-delay: 19230ms;
  }
  @-webkit-keyframes move-frames-183 {
    from {
      transform: translate3d(48vw, 103vh, 0);
    }
    to {
      transform: translate3d(89vw, -109vh, 0);
    }
  }
  @keyframes move-frames-183 {
    from {
      transform: translate3d(48vw, 103vh, 0);
    }
    to {
      transform: translate3d(89vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(183) .circle {
    -webkit-animation-delay: 266ms;
            animation-delay: 266ms;
  }
  .circle-container:nth-child(184) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-184;
            animation-name: move-frames-184;
    -webkit-animation-duration: 33753ms;
            animation-duration: 33753ms;
    -webkit-animation-delay: 23747ms;
            animation-delay: 23747ms;
  }
  @-webkit-keyframes move-frames-184 {
    from {
      transform: translate3d(27vw, 106vh, 0);
    }
    to {
      transform: translate3d(93vw, -134vh, 0);
    }
  }
  @keyframes move-frames-184 {
    from {
      transform: translate3d(27vw, 106vh, 0);
    }
    to {
      transform: translate3d(93vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(184) .circle {
    -webkit-animation-delay: 1185ms;
            animation-delay: 1185ms;
  }
  .circle-container:nth-child(185) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-185;
            animation-name: move-frames-185;
    -webkit-animation-duration: 35598ms;
            animation-duration: 35598ms;
    -webkit-animation-delay: 16634ms;
            animation-delay: 16634ms;
  }
  @-webkit-keyframes move-frames-185 {
    from {
      transform: translate3d(72vw, 109vh, 0);
    }
    to {
      transform: translate3d(50vw, -119vh, 0);
    }
  }
  @keyframes move-frames-185 {
    from {
      transform: translate3d(72vw, 109vh, 0);
    }
    to {
      transform: translate3d(50vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(185) .circle {
    -webkit-animation-delay: 26ms;
            animation-delay: 26ms;
  }
  .circle-container:nth-child(186) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-186;
            animation-name: move-frames-186;
    -webkit-animation-duration: 32335ms;
            animation-duration: 32335ms;
    -webkit-animation-delay: 30332ms;
            animation-delay: 30332ms;
  }
  @-webkit-keyframes move-frames-186 {
    from {
      transform: translate3d(97vw, 110vh, 0);
    }
    to {
      transform: translate3d(84vw, -129vh, 0);
    }
  }
  @keyframes move-frames-186 {
    from {
      transform: translate3d(97vw, 110vh, 0);
    }
    to {
      transform: translate3d(84vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(186) .circle {
    -webkit-animation-delay: 1162ms;
            animation-delay: 1162ms;
  }
  .circle-container:nth-child(187) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-187;
            animation-name: move-frames-187;
    -webkit-animation-duration: 32683ms;
            animation-duration: 32683ms;
    -webkit-animation-delay: 692ms;
            animation-delay: 692ms;
  }
  @-webkit-keyframes move-frames-187 {
    from {
      transform: translate3d(11vw, 106vh, 0);
    }
    to {
      transform: translate3d(30vw, -135vh, 0);
    }
  }
  @keyframes move-frames-187 {
    from {
      transform: translate3d(11vw, 106vh, 0);
    }
    to {
      transform: translate3d(30vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(187) .circle {
    -webkit-animation-delay: 2940ms;
            animation-delay: 2940ms;
  }
  .circle-container:nth-child(188) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-188;
            animation-name: move-frames-188;
    -webkit-animation-duration: 33026ms;
            animation-duration: 33026ms;
    -webkit-animation-delay: 3415ms;
            animation-delay: 3415ms;
  }
  @-webkit-keyframes move-frames-188 {
    from {
      transform: translate3d(69vw, 102vh, 0);
    }
    to {
      transform: translate3d(25vw, -108vh, 0);
    }
  }
  @keyframes move-frames-188 {
    from {
      transform: translate3d(69vw, 102vh, 0);
    }
    to {
      transform: translate3d(25vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(188) .circle {
    -webkit-animation-delay: 1339ms;
            animation-delay: 1339ms;
  }
  .circle-container:nth-child(189) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-189;
            animation-name: move-frames-189;
    -webkit-animation-duration: 29937ms;
            animation-duration: 29937ms;
    -webkit-animation-delay: 27453ms;
            animation-delay: 27453ms;
  }
  @-webkit-keyframes move-frames-189 {
    from {
      transform: translate3d(32vw, 106vh, 0);
    }
    to {
      transform: translate3d(87vw, -131vh, 0);
    }
  }
  @keyframes move-frames-189 {
    from {
      transform: translate3d(32vw, 106vh, 0);
    }
    to {
      transform: translate3d(87vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(189) .circle {
    -webkit-animation-delay: 3063ms;
            animation-delay: 3063ms;
  }
  .circle-container:nth-child(190) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-190;
            animation-name: move-frames-190;
    -webkit-animation-duration: 34415ms;
            animation-duration: 34415ms;
    -webkit-animation-delay: 20119ms;
            animation-delay: 20119ms;
  }
  @-webkit-keyframes move-frames-190 {
    from {
      transform: translate3d(56vw, 110vh, 0);
    }
    to {
      transform: translate3d(88vw, -131vh, 0);
    }
  }
  @keyframes move-frames-190 {
    from {
      transform: translate3d(56vw, 110vh, 0);
    }
    to {
      transform: translate3d(88vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(190) .circle {
    -webkit-animation-delay: 1102ms;
            animation-delay: 1102ms;
  }
  .circle-container:nth-child(191) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-191;
            animation-name: move-frames-191;
    -webkit-animation-duration: 28071ms;
            animation-duration: 28071ms;
    -webkit-animation-delay: 15163ms;
            animation-delay: 15163ms;
  }
  @-webkit-keyframes move-frames-191 {
    from {
      transform: translate3d(90vw, 107vh, 0);
    }
    to {
      transform: translate3d(4vw, -108vh, 0);
    }
  }
  @keyframes move-frames-191 {
    from {
      transform: translate3d(90vw, 107vh, 0);
    }
    to {
      transform: translate3d(4vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(191) .circle {
    -webkit-animation-delay: 807ms;
            animation-delay: 807ms;
  }
  .circle-container:nth-child(192) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-192;
            animation-name: move-frames-192;
    -webkit-animation-duration: 35617ms;
            animation-duration: 35617ms;
    -webkit-animation-delay: 29527ms;
            animation-delay: 29527ms;
  }
  @-webkit-keyframes move-frames-192 {
    from {
      transform: translate3d(41vw, 108vh, 0);
    }
    to {
      transform: translate3d(48vw, -128vh, 0);
    }
  }
  @keyframes move-frames-192 {
    from {
      transform: translate3d(41vw, 108vh, 0);
    }
    to {
      transform: translate3d(48vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(192) .circle {
    -webkit-animation-delay: 1270ms;
            animation-delay: 1270ms;
  }
  .circle-container:nth-child(193) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-193;
            animation-name: move-frames-193;
    -webkit-animation-duration: 35049ms;
            animation-duration: 35049ms;
    -webkit-animation-delay: 33612ms;
            animation-delay: 33612ms;
  }
  @-webkit-keyframes move-frames-193 {
    from {
      transform: translate3d(6vw, 107vh, 0);
    }
    to {
      transform: translate3d(41vw, -131vh, 0);
    }
  }
  @keyframes move-frames-193 {
    from {
      transform: translate3d(6vw, 107vh, 0);
    }
    to {
      transform: translate3d(41vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(193) .circle {
    -webkit-animation-delay: 3543ms;
            animation-delay: 3543ms;
  }
  .circle-container:nth-child(194) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-194;
            animation-name: move-frames-194;
    -webkit-animation-duration: 34733ms;
            animation-duration: 34733ms;
    -webkit-animation-delay: 35136ms;
            animation-delay: 35136ms;
  }
  @-webkit-keyframes move-frames-194 {
    from {
      transform: translate3d(63vw, 102vh, 0);
    }
    to {
      transform: translate3d(39vw, -118vh, 0);
    }
  }
  @keyframes move-frames-194 {
    from {
      transform: translate3d(63vw, 102vh, 0);
    }
    to {
      transform: translate3d(39vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(194) .circle {
    -webkit-animation-delay: 3630ms;
            animation-delay: 3630ms;
  }
  .circle-container:nth-child(195) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-195;
            animation-name: move-frames-195;
    -webkit-animation-duration: 31190ms;
            animation-duration: 31190ms;
    -webkit-animation-delay: 35052ms;
            animation-delay: 35052ms;
  }
  @-webkit-keyframes move-frames-195 {
    from {
      transform: translate3d(67vw, 110vh, 0);
    }
    to {
      transform: translate3d(41vw, -136vh, 0);
    }
  }
  @keyframes move-frames-195 {
    from {
      transform: translate3d(67vw, 110vh, 0);
    }
    to {
      transform: translate3d(41vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(195) .circle {
    -webkit-animation-delay: 572ms;
            animation-delay: 572ms;
  }
  .circle-container:nth-child(196) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-196;
            animation-name: move-frames-196;
    -webkit-animation-duration: 36502ms;
            animation-duration: 36502ms;
    -webkit-animation-delay: 10196ms;
            animation-delay: 10196ms;
  }
  @-webkit-keyframes move-frames-196 {
    from {
      transform: translate3d(89vw, 110vh, 0);
    }
    to {
      transform: translate3d(93vw, -118vh, 0);
    }
  }
  @keyframes move-frames-196 {
    from {
      transform: translate3d(89vw, 110vh, 0);
    }
    to {
      transform: translate3d(93vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(196) .circle {
    -webkit-animation-delay: 3967ms;
            animation-delay: 3967ms;
  }
  .circle-container:nth-child(197) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-197;
            animation-name: move-frames-197;
    -webkit-animation-duration: 35785ms;
            animation-duration: 35785ms;
    -webkit-animation-delay: 25627ms;
            animation-delay: 25627ms;
  }
  @-webkit-keyframes move-frames-197 {
    from {
      transform: translate3d(14vw, 107vh, 0);
    }
    to {
      transform: translate3d(69vw, -121vh, 0);
    }
  }
  @keyframes move-frames-197 {
    from {
      transform: translate3d(14vw, 107vh, 0);
    }
    to {
      transform: translate3d(69vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(197) .circle {
    -webkit-animation-delay: 3948ms;
            animation-delay: 3948ms;
  }
  .circle-container:nth-child(198) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-198;
            animation-name: move-frames-198;
    -webkit-animation-duration: 29532ms;
            animation-duration: 29532ms;
    -webkit-animation-delay: 12091ms;
            animation-delay: 12091ms;
  }
  @-webkit-keyframes move-frames-198 {
    from {
      transform: translate3d(78vw, 107vh, 0);
    }
    to {
      transform: translate3d(74vw, -130vh, 0);
    }
  }
  @keyframes move-frames-198 {
    from {
      transform: translate3d(78vw, 107vh, 0);
    }
    to {
      transform: translate3d(74vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(198) .circle {
    -webkit-animation-delay: 3793ms;
            animation-delay: 3793ms;
  }
  .circle-container:nth-child(199) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-199;
            animation-name: move-frames-199;
    -webkit-animation-duration: 31427ms;
            animation-duration: 31427ms;
    -webkit-animation-delay: 19318ms;
            animation-delay: 19318ms;
  }
  @-webkit-keyframes move-frames-199 {
    from {
      transform: translate3d(67vw, 105vh, 0);
    }
    to {
      transform: translate3d(47vw, -119vh, 0);
    }
  }
  @keyframes move-frames-199 {
    from {
      transform: translate3d(67vw, 105vh, 0);
    }
    to {
      transform: translate3d(47vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(199) .circle {
    -webkit-animation-delay: 2707ms;
            animation-delay: 2707ms;
  }
  .circle-container:nth-child(200) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-200;
            animation-name: move-frames-200;
    -webkit-animation-duration: 31732ms;
            animation-duration: 31732ms;
    -webkit-animation-delay: 17439ms;
            animation-delay: 17439ms;
  }
  @-webkit-keyframes move-frames-200 {
    from {
      transform: translate3d(11vw, 107vh, 0);
    }
    to {
      transform: translate3d(65vw, -112vh, 0);
    }
  }
  @keyframes move-frames-200 {
    from {
      transform: translate3d(11vw, 107vh, 0);
    }
    to {
      transform: translate3d(65vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(200) .circle {
    -webkit-animation-delay: 476ms;
            animation-delay: 476ms;
  }
  
  .message {
    position: absolute;
    right: 20px;
    bottom: 10px;
    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;
    z-index: 15;
  }
  @-webkit-keyframes message-frames {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes message-frames {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }