
  .partical {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    /* -webkit-mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
            mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent); */
  }
  
  .circle-container {
    position: absolute;
    transform: translateY(-10vh);
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .circle-container .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    mix-blend-mode: screen;
    background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
    -webkit-animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
            animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
  }
  @-webkit-keyframes fade-frames {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.7;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-frames {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.7;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes scale-frames {
    0% {
      transform: scale3d(0.4, 0.4, 1);
    }
    50% {
      transform: scale3d(2.2, 2.2, 1);
    }
    100% {
      transform: scale3d(0.4, 0.4, 1);
    }
  }
  @keyframes scale-frames {
    0% {
      transform: scale3d(0.4, 0.4, 1);
    }
    50% {
      transform: scale3d(2.2, 2.2, 1);
    }
    100% {
      transform: scale3d(0.4, 0.4, 1);
    }
  }
  .circle-container:nth-child(1) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-1;
            animation-name: move-frames-1;
    -webkit-animation-duration: 33027ms;
            animation-duration: 33027ms;
    -webkit-animation-delay: 18729ms;
            animation-delay: 18729ms;
  }
  @-webkit-keyframes move-frames-1 {
    from {
      transform: translate3d(42vw, 109vh, 0);
    }
    to {
      transform: translate3d(57vw, -129vh, 0);
    }
  }
  @keyframes move-frames-1 {
    from {
      transform: translate3d(42vw, 109vh, 0);
    }
    to {
      transform: translate3d(57vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(1) .circle {
    -webkit-animation-delay: 2024ms;
            animation-delay: 2024ms;
  }
  .circle-container:nth-child(2) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-2;
            animation-name: move-frames-2;
    -webkit-animation-duration: 36660ms;
            animation-duration: 36660ms;
    -webkit-animation-delay: 16352ms;
            animation-delay: 16352ms;
  }
  @-webkit-keyframes move-frames-2 {
    from {
      transform: translate3d(22vw, 107vh, 0);
    }
    to {
      transform: translate3d(76vw, -125vh, 0);
    }
  }
  @keyframes move-frames-2 {
    from {
      transform: translate3d(22vw, 107vh, 0);
    }
    to {
      transform: translate3d(76vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(2) .circle {
    -webkit-animation-delay: 2511ms;
            animation-delay: 2511ms;
  }
  .circle-container:nth-child(3) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-3;
            animation-name: move-frames-3;
    -webkit-animation-duration: 31714ms;
            animation-duration: 31714ms;
    -webkit-animation-delay: 9234ms;
            animation-delay: 9234ms;
  }
  @-webkit-keyframes move-frames-3 {
    from {
      transform: translate3d(100vw, 110vh, 0);
    }
    to {
      transform: translate3d(29vw, -138vh, 0);
    }
  }
  @keyframes move-frames-3 {
    from {
      transform: translate3d(100vw, 110vh, 0);
    }
    to {
      transform: translate3d(29vw, -138vh, 0);
    }
  }
  .circle-container:nth-child(3) .circle {
    -webkit-animation-delay: 823ms;
            animation-delay: 823ms;
  }
  .circle-container:nth-child(4) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-4;
            animation-name: move-frames-4;
    -webkit-animation-duration: 35328ms;
            animation-duration: 35328ms;
    -webkit-animation-delay: 36688ms;
            animation-delay: 36688ms;
  }
  @-webkit-keyframes move-frames-4 {
    from {
      transform: translate3d(16vw, 101vh, 0);
    }
    to {
      transform: translate3d(66vw, -109vh, 0);
    }
  }
  @keyframes move-frames-4 {
    from {
      transform: translate3d(16vw, 101vh, 0);
    }
    to {
      transform: translate3d(66vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(4) .circle {
    -webkit-animation-delay: 1585ms;
            animation-delay: 1585ms;
  }
  .circle-container:nth-child(5) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-5;
            animation-name: move-frames-5;
    -webkit-animation-duration: 35282ms;
            animation-duration: 35282ms;
    -webkit-animation-delay: 24693ms;
            animation-delay: 24693ms;
  }
  @-webkit-keyframes move-frames-5 {
    from {
      transform: translate3d(77vw, 102vh, 0);
    }
    to {
      transform: translate3d(48vw, -104vh, 0);
    }
  }
  @keyframes move-frames-5 {
    from {
      transform: translate3d(77vw, 102vh, 0);
    }
    to {
      transform: translate3d(48vw, -104vh, 0);
    }
  }
  .circle-container:nth-child(5) .circle {
    -webkit-animation-delay: 740ms;
            animation-delay: 740ms;
  }
  .circle-container:nth-child(6) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-6;
            animation-name: move-frames-6;
    -webkit-animation-duration: 36354ms;
            animation-duration: 36354ms;
    -webkit-animation-delay: 10695ms;
            animation-delay: 10695ms;
  }
  @-webkit-keyframes move-frames-6 {
    from {
      transform: translate3d(37vw, 101vh, 0);
    }
    to {
      transform: translate3d(83vw, -129vh, 0);
    }
  }
  @keyframes move-frames-6 {
    from {
      transform: translate3d(37vw, 101vh, 0);
    }
    to {
      transform: translate3d(83vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(6) .circle {
    -webkit-animation-delay: 131ms;
            animation-delay: 131ms;
  }
  .circle-container:nth-child(7) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-7;
            animation-name: move-frames-7;
    -webkit-animation-duration: 32416ms;
            animation-duration: 32416ms;
    -webkit-animation-delay: 30441ms;
            animation-delay: 30441ms;
  }
  @-webkit-keyframes move-frames-7 {
    from {
      transform: translate3d(41vw, 110vh, 0);
    }
    to {
      transform: translate3d(83vw, -135vh, 0);
    }
  }
  @keyframes move-frames-7 {
    from {
      transform: translate3d(41vw, 110vh, 0);
    }
    to {
      transform: translate3d(83vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(7) .circle {
    -webkit-animation-delay: 2770ms;
            animation-delay: 2770ms;
  }
  .circle-container:nth-child(8) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-8;
            animation-name: move-frames-8;
    -webkit-animation-duration: 36261ms;
            animation-duration: 36261ms;
    -webkit-animation-delay: 6734ms;
            animation-delay: 6734ms;
  }
  @-webkit-keyframes move-frames-8 {
    from {
      transform: translate3d(5vw, 108vh, 0);
    }
    to {
      transform: translate3d(13vw, -119vh, 0);
    }
  }
  @keyframes move-frames-8 {
    from {
      transform: translate3d(5vw, 108vh, 0);
    }
    to {
      transform: translate3d(13vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(8) .circle {
    -webkit-animation-delay: 738ms;
            animation-delay: 738ms;
  }
  .circle-container:nth-child(9) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-9;
            animation-name: move-frames-9;
    -webkit-animation-duration: 31837ms;
            animation-duration: 31837ms;
    -webkit-animation-delay: 30025ms;
            animation-delay: 30025ms;
  }
  @-webkit-keyframes move-frames-9 {
    from {
      transform: translate3d(63vw, 110vh, 0);
    }
    to {
      transform: translate3d(70vw, -112vh, 0);
    }
  }
  @keyframes move-frames-9 {
    from {
      transform: translate3d(63vw, 110vh, 0);
    }
    to {
      transform: translate3d(70vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(9) .circle {
    -webkit-animation-delay: 1166ms;
            animation-delay: 1166ms;
  }
  .circle-container:nth-child(10) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-10;
            animation-name: move-frames-10;
    -webkit-animation-duration: 28613ms;
            animation-duration: 28613ms;
    -webkit-animation-delay: 29037ms;
            animation-delay: 29037ms;
  }
  @-webkit-keyframes move-frames-10 {
    from {
      transform: translate3d(42vw, 101vh, 0);
    }
    to {
      transform: translate3d(71vw, -131vh, 0);
    }
  }
  @keyframes move-frames-10 {
    from {
      transform: translate3d(42vw, 101vh, 0);
    }
    to {
      transform: translate3d(71vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(10) .circle {
    -webkit-animation-delay: 842ms;
            animation-delay: 842ms;
  }
  .circle-container:nth-child(11) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-11;
            animation-name: move-frames-11;
    -webkit-animation-duration: 29889ms;
            animation-duration: 29889ms;
    -webkit-animation-delay: 23625ms;
            animation-delay: 23625ms;
  }
  @-webkit-keyframes move-frames-11 {
    from {
      transform: translate3d(99vw, 102vh, 0);
    }
    to {
      transform: translate3d(83vw, -112vh, 0);
    }
  }
  @keyframes move-frames-11 {
    from {
      transform: translate3d(99vw, 102vh, 0);
    }
    to {
      transform: translate3d(83vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(11) .circle {
    -webkit-animation-delay: 1559ms;
            animation-delay: 1559ms;
  }
  .circle-container:nth-child(12) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-12;
            animation-name: move-frames-12;
    -webkit-animation-duration: 31845ms;
            animation-duration: 31845ms;
    -webkit-animation-delay: 29795ms;
            animation-delay: 29795ms;
  }
  @-webkit-keyframes move-frames-12 {
    from {
      transform: translate3d(20vw, 108vh, 0);
    }
    to {
      transform: translate3d(95vw, -133vh, 0);
    }
  }
  @keyframes move-frames-12 {
    from {
      transform: translate3d(20vw, 108vh, 0);
    }
    to {
      transform: translate3d(95vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(12) .circle {
    -webkit-animation-delay: 582ms;
            animation-delay: 582ms;
  }
  .circle-container:nth-child(13) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-13;
            animation-name: move-frames-13;
    -webkit-animation-duration: 29855ms;
            animation-duration: 29855ms;
    -webkit-animation-delay: 19576ms;
            animation-delay: 19576ms;
  }
  @-webkit-keyframes move-frames-13 {
    from {
      transform: translate3d(80vw, 109vh, 0);
    }
    to {
      transform: translate3d(56vw, -120vh, 0);
    }
  }
  @keyframes move-frames-13 {
    from {
      transform: translate3d(80vw, 109vh, 0);
    }
    to {
      transform: translate3d(56vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(13) .circle {
    -webkit-animation-delay: 1900ms;
            animation-delay: 1900ms;
  }
  .circle-container:nth-child(14) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-14;
            animation-name: move-frames-14;
    -webkit-animation-duration: 33772ms;
            animation-duration: 33772ms;
    -webkit-animation-delay: 24660ms;
            animation-delay: 24660ms;
  }
  @-webkit-keyframes move-frames-14 {
    from {
      transform: translate3d(71vw, 107vh, 0);
    }
    to {
      transform: translate3d(79vw, -121vh, 0);
    }
  }
  @keyframes move-frames-14 {
    from {
      transform: translate3d(71vw, 107vh, 0);
    }
    to {
      transform: translate3d(79vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(14) .circle {
    -webkit-animation-delay: 1702ms;
            animation-delay: 1702ms;
  }
  .circle-container:nth-child(15) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-15;
            animation-name: move-frames-15;
    -webkit-animation-duration: 32345ms;
            animation-duration: 32345ms;
    -webkit-animation-delay: 13362ms;
            animation-delay: 13362ms;
  }
  @-webkit-keyframes move-frames-15 {
    from {
      transform: translate3d(21vw, 104vh, 0);
    }
    to {
      transform: translate3d(72vw, -105vh, 0);
    }
  }
  @keyframes move-frames-15 {
    from {
      transform: translate3d(21vw, 104vh, 0);
    }
    to {
      transform: translate3d(72vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(15) .circle {
    -webkit-animation-delay: 1108ms;
            animation-delay: 1108ms;
  }
  .circle-container:nth-child(16) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-16;
            animation-name: move-frames-16;
    -webkit-animation-duration: 36045ms;
            animation-duration: 36045ms;
    -webkit-animation-delay: 335ms;
            animation-delay: 335ms;
  }
  @-webkit-keyframes move-frames-16 {
    from {
      transform: translate3d(25vw, 103vh, 0);
    }
    to {
      transform: translate3d(12vw, -119vh, 0);
    }
  }
  @keyframes move-frames-16 {
    from {
      transform: translate3d(25vw, 103vh, 0);
    }
    to {
      transform: translate3d(12vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(16) .circle {
    -webkit-animation-delay: 3370ms;
            animation-delay: 3370ms;
  }
  .circle-container:nth-child(17) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-17;
            animation-name: move-frames-17;
    -webkit-animation-duration: 32801ms;
            animation-duration: 32801ms;
    -webkit-animation-delay: 34406ms;
            animation-delay: 34406ms;
  }
  @-webkit-keyframes move-frames-17 {
    from {
      transform: translate3d(11vw, 107vh, 0);
    }
    to {
      transform: translate3d(96vw, -128vh, 0);
    }
  }
  @keyframes move-frames-17 {
    from {
      transform: translate3d(11vw, 107vh, 0);
    }
    to {
      transform: translate3d(96vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(17) .circle {
    -webkit-animation-delay: 1324ms;
            animation-delay: 1324ms;
  }
  .circle-container:nth-child(18) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-18;
            animation-name: move-frames-18;
    -webkit-animation-duration: 29235ms;
            animation-duration: 29235ms;
    -webkit-animation-delay: 31879ms;
            animation-delay: 31879ms;
  }
  @-webkit-keyframes move-frames-18 {
    from {
      transform: translate3d(79vw, 105vh, 0);
    }
    to {
      transform: translate3d(14vw, -130vh, 0);
    }
  }
  @keyframes move-frames-18 {
    from {
      transform: translate3d(79vw, 105vh, 0);
    }
    to {
      transform: translate3d(14vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(18) .circle {
    -webkit-animation-delay: 3252ms;
            animation-delay: 3252ms;
  }
  .circle-container:nth-child(19) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-19;
            animation-name: move-frames-19;
    -webkit-animation-duration: 35448ms;
            animation-duration: 35448ms;
    -webkit-animation-delay: 9549ms;
            animation-delay: 9549ms;
  }
  @-webkit-keyframes move-frames-19 {
    from {
      transform: translate3d(94vw, 107vh, 0);
    }
    to {
      transform: translate3d(80vw, -128vh, 0);
    }
  }
  @keyframes move-frames-19 {
    from {
      transform: translate3d(94vw, 107vh, 0);
    }
    to {
      transform: translate3d(80vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(19) .circle {
    -webkit-animation-delay: 319ms;
            animation-delay: 319ms;
  }
  .circle-container:nth-child(20) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-20;
            animation-name: move-frames-20;
    -webkit-animation-duration: 28502ms;
            animation-duration: 28502ms;
    -webkit-animation-delay: 14564ms;
            animation-delay: 14564ms;
  }
  @-webkit-keyframes move-frames-20 {
    from {
      transform: translate3d(2vw, 101vh, 0);
    }
    to {
      transform: translate3d(98vw, -122vh, 0);
    }
  }
  @keyframes move-frames-20 {
    from {
      transform: translate3d(2vw, 101vh, 0);
    }
    to {
      transform: translate3d(98vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(20) .circle {
    -webkit-animation-delay: 3659ms;
            animation-delay: 3659ms;
  }
  .circle-container:nth-child(21) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-21;
            animation-name: move-frames-21;
    -webkit-animation-duration: 35826ms;
            animation-duration: 35826ms;
    -webkit-animation-delay: 5798ms;
            animation-delay: 5798ms;
  }
  @-webkit-keyframes move-frames-21 {
    from {
      transform: translate3d(41vw, 104vh, 0);
    }
    to {
      transform: translate3d(52vw, -121vh, 0);
    }
  }
  @keyframes move-frames-21 {
    from {
      transform: translate3d(41vw, 104vh, 0);
    }
    to {
      transform: translate3d(52vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(21) .circle {
    -webkit-animation-delay: 2917ms;
            animation-delay: 2917ms;
  }
  .circle-container:nth-child(22) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-22;
            animation-name: move-frames-22;
    -webkit-animation-duration: 35897ms;
            animation-duration: 35897ms;
    -webkit-animation-delay: 1129ms;
            animation-delay: 1129ms;
  }
  @-webkit-keyframes move-frames-22 {
    from {
      transform: translate3d(65vw, 108vh, 0);
    }
    to {
      transform: translate3d(55vw, -113vh, 0);
    }
  }
  @keyframes move-frames-22 {
    from {
      transform: translate3d(65vw, 108vh, 0);
    }
    to {
      transform: translate3d(55vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(22) .circle {
    -webkit-animation-delay: 2422ms;
            animation-delay: 2422ms;
  }
  .circle-container:nth-child(23) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-23;
            animation-name: move-frames-23;
    -webkit-animation-duration: 28561ms;
            animation-duration: 28561ms;
    -webkit-animation-delay: 12807ms;
            animation-delay: 12807ms;
  }
  @-webkit-keyframes move-frames-23 {
    from {
      transform: translate3d(46vw, 105vh, 0);
    }
    to {
      transform: translate3d(13vw, -129vh, 0);
    }
  }
  @keyframes move-frames-23 {
    from {
      transform: translate3d(46vw, 105vh, 0);
    }
    to {
      transform: translate3d(13vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(23) .circle {
    -webkit-animation-delay: 3934ms;
            animation-delay: 3934ms;
  }
  .circle-container:nth-child(24) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-24;
            animation-name: move-frames-24;
    -webkit-animation-duration: 34411ms;
            animation-duration: 34411ms;
    -webkit-animation-delay: 11054ms;
            animation-delay: 11054ms;
  }
  @-webkit-keyframes move-frames-24 {
    from {
      transform: translate3d(10vw, 107vh, 0);
    }
    to {
      transform: translate3d(8vw, -110vh, 0);
    }
  }
  @keyframes move-frames-24 {
    from {
      transform: translate3d(10vw, 107vh, 0);
    }
    to {
      transform: translate3d(8vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(24) .circle {
    -webkit-animation-delay: 1440ms;
            animation-delay: 1440ms;
  }
  .circle-container:nth-child(25) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-25;
            animation-name: move-frames-25;
    -webkit-animation-duration: 33335ms;
            animation-duration: 33335ms;
    -webkit-animation-delay: 22166ms;
            animation-delay: 22166ms;
  }
  @-webkit-keyframes move-frames-25 {
    from {
      transform: translate3d(30vw, 103vh, 0);
    }
    to {
      transform: translate3d(59vw, -106vh, 0);
    }
  }
  @keyframes move-frames-25 {
    from {
      transform: translate3d(30vw, 103vh, 0);
    }
    to {
      transform: translate3d(59vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(25) .circle {
    -webkit-animation-delay: 1858ms;
            animation-delay: 1858ms;
  }
  .circle-container:nth-child(26) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-26;
            animation-name: move-frames-26;
    -webkit-animation-duration: 32916ms;
            animation-duration: 32916ms;
    -webkit-animation-delay: 23747ms;
            animation-delay: 23747ms;
  }
  @-webkit-keyframes move-frames-26 {
    from {
      transform: translate3d(40vw, 108vh, 0);
    }
    to {
      transform: translate3d(16vw, -116vh, 0);
    }
  }
  @keyframes move-frames-26 {
    from {
      transform: translate3d(40vw, 108vh, 0);
    }
    to {
      transform: translate3d(16vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(26) .circle {
    -webkit-animation-delay: 3721ms;
            animation-delay: 3721ms;
  }
  .circle-container:nth-child(27) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-27;
            animation-name: move-frames-27;
    -webkit-animation-duration: 29438ms;
            animation-duration: 29438ms;
    -webkit-animation-delay: 4713ms;
            animation-delay: 4713ms;
  }
  @-webkit-keyframes move-frames-27 {
    from {
      transform: translate3d(25vw, 110vh, 0);
    }
    to {
      transform: translate3d(2vw, -132vh, 0);
    }
  }
  @keyframes move-frames-27 {
    from {
      transform: translate3d(25vw, 110vh, 0);
    }
    to {
      transform: translate3d(2vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(27) .circle {
    -webkit-animation-delay: 413ms;
            animation-delay: 413ms;
  }
  .circle-container:nth-child(28) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-28;
            animation-name: move-frames-28;
    -webkit-animation-duration: 28052ms;
            animation-duration: 28052ms;
    -webkit-animation-delay: 20887ms;
            animation-delay: 20887ms;
  }
  @-webkit-keyframes move-frames-28 {
    from {
      transform: translate3d(69vw, 105vh, 0);
    }
    to {
      transform: translate3d(71vw, -107vh, 0);
    }
  }
  @keyframes move-frames-28 {
    from {
      transform: translate3d(69vw, 105vh, 0);
    }
    to {
      transform: translate3d(71vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(28) .circle {
    -webkit-animation-delay: 277ms;
            animation-delay: 277ms;
  }
  .circle-container:nth-child(29) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-29;
            animation-name: move-frames-29;
    -webkit-animation-duration: 35334ms;
            animation-duration: 35334ms;
    -webkit-animation-delay: 22565ms;
            animation-delay: 22565ms;
  }
  @-webkit-keyframes move-frames-29 {
    from {
      transform: translate3d(64vw, 109vh, 0);
    }
    to {
      transform: translate3d(59vw, -137vh, 0);
    }
  }
  @keyframes move-frames-29 {
    from {
      transform: translate3d(64vw, 109vh, 0);
    }
    to {
      transform: translate3d(59vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(29) .circle {
    -webkit-animation-delay: 2794ms;
            animation-delay: 2794ms;
  }
  .circle-container:nth-child(30) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-30;
            animation-name: move-frames-30;
    -webkit-animation-duration: 28569ms;
            animation-duration: 28569ms;
    -webkit-animation-delay: 1655ms;
            animation-delay: 1655ms;
  }
  @-webkit-keyframes move-frames-30 {
    from {
      transform: translate3d(83vw, 102vh, 0);
    }
    to {
      transform: translate3d(78vw, -112vh, 0);
    }
  }
  @keyframes move-frames-30 {
    from {
      transform: translate3d(83vw, 102vh, 0);
    }
    to {
      transform: translate3d(78vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(30) .circle {
    -webkit-animation-delay: 3865ms;
            animation-delay: 3865ms;
  }
  .circle-container:nth-child(31) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-31;
            animation-name: move-frames-31;
    -webkit-animation-duration: 29505ms;
            animation-duration: 29505ms;
    -webkit-animation-delay: 23512ms;
            animation-delay: 23512ms;
  }
  @-webkit-keyframes move-frames-31 {
    from {
      transform: translate3d(7vw, 105vh, 0);
    }
    to {
      transform: translate3d(23vw, -114vh, 0);
    }
  }
  @keyframes move-frames-31 {
    from {
      transform: translate3d(7vw, 105vh, 0);
    }
    to {
      transform: translate3d(23vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(31) .circle {
    -webkit-animation-delay: 135ms;
            animation-delay: 135ms;
  }
  .circle-container:nth-child(32) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-32;
            animation-name: move-frames-32;
    -webkit-animation-duration: 28329ms;
            animation-duration: 28329ms;
    -webkit-animation-delay: 18563ms;
            animation-delay: 18563ms;
  }
  @-webkit-keyframes move-frames-32 {
    from {
      transform: translate3d(59vw, 108vh, 0);
    }
    to {
      transform: translate3d(60vw, -135vh, 0);
    }
  }
  @keyframes move-frames-32 {
    from {
      transform: translate3d(59vw, 108vh, 0);
    }
    to {
      transform: translate3d(60vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(32) .circle {
    -webkit-animation-delay: 2882ms;
            animation-delay: 2882ms;
  }
  .circle-container:nth-child(33) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-33;
            animation-name: move-frames-33;
    -webkit-animation-duration: 30709ms;
            animation-duration: 30709ms;
    -webkit-animation-delay: 15645ms;
            animation-delay: 15645ms;
  }
  @-webkit-keyframes move-frames-33 {
    from {
      transform: translate3d(78vw, 103vh, 0);
    }
    to {
      transform: translate3d(26vw, -110vh, 0);
    }
  }
  @keyframes move-frames-33 {
    from {
      transform: translate3d(78vw, 103vh, 0);
    }
    to {
      transform: translate3d(26vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(33) .circle {
    -webkit-animation-delay: 398ms;
            animation-delay: 398ms;
  }
  .circle-container:nth-child(34) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-34;
            animation-name: move-frames-34;
    -webkit-animation-duration: 35035ms;
            animation-duration: 35035ms;
    -webkit-animation-delay: 8605ms;
            animation-delay: 8605ms;
  }
  @-webkit-keyframes move-frames-34 {
    from {
      transform: translate3d(39vw, 106vh, 0);
    }
    to {
      transform: translate3d(82vw, -127vh, 0);
    }
  }
  @keyframes move-frames-34 {
    from {
      transform: translate3d(39vw, 106vh, 0);
    }
    to {
      transform: translate3d(82vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(34) .circle {
    -webkit-animation-delay: 2803ms;
            animation-delay: 2803ms;
  }
  .circle-container:nth-child(35) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-35;
            animation-name: move-frames-35;
    -webkit-animation-duration: 36831ms;
            animation-duration: 36831ms;
    -webkit-animation-delay: 34478ms;
            animation-delay: 34478ms;
  }
  @-webkit-keyframes move-frames-35 {
    from {
      transform: translate3d(74vw, 108vh, 0);
    }
    to {
      transform: translate3d(59vw, -125vh, 0);
    }
  }
  @keyframes move-frames-35 {
    from {
      transform: translate3d(74vw, 108vh, 0);
    }
    to {
      transform: translate3d(59vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(35) .circle {
    -webkit-animation-delay: 3940ms;
            animation-delay: 3940ms;
  }
  .circle-container:nth-child(36) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-36;
            animation-name: move-frames-36;
    -webkit-animation-duration: 34908ms;
            animation-duration: 34908ms;
    -webkit-animation-delay: 26110ms;
            animation-delay: 26110ms;
  }
  @-webkit-keyframes move-frames-36 {
    from {
      transform: translate3d(6vw, 105vh, 0);
    }
    to {
      transform: translate3d(39vw, -120vh, 0);
    }
  }
  @keyframes move-frames-36 {
    from {
      transform: translate3d(6vw, 105vh, 0);
    }
    to {
      transform: translate3d(39vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(36) .circle {
    -webkit-animation-delay: 2485ms;
            animation-delay: 2485ms;
  }
  .circle-container:nth-child(37) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-37;
            animation-name: move-frames-37;
    -webkit-animation-duration: 33555ms;
            animation-duration: 33555ms;
    -webkit-animation-delay: 9765ms;
            animation-delay: 9765ms;
  }
  @-webkit-keyframes move-frames-37 {
    from {
      transform: translate3d(76vw, 102vh, 0);
    }
    to {
      transform: translate3d(48vw, -129vh, 0);
    }
  }
  @keyframes move-frames-37 {
    from {
      transform: translate3d(76vw, 102vh, 0);
    }
    to {
      transform: translate3d(48vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(37) .circle {
    -webkit-animation-delay: 1084ms;
            animation-delay: 1084ms;
  }
  .circle-container:nth-child(38) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-38;
            animation-name: move-frames-38;
    -webkit-animation-duration: 31289ms;
            animation-duration: 31289ms;
    -webkit-animation-delay: 35858ms;
            animation-delay: 35858ms;
  }
  @-webkit-keyframes move-frames-38 {
    from {
      transform: translate3d(74vw, 109vh, 0);
    }
    to {
      transform: translate3d(64vw, -138vh, 0);
    }
  }
  @keyframes move-frames-38 {
    from {
      transform: translate3d(74vw, 109vh, 0);
    }
    to {
      transform: translate3d(64vw, -138vh, 0);
    }
  }
  .circle-container:nth-child(38) .circle {
    -webkit-animation-delay: 1687ms;
            animation-delay: 1687ms;
  }
  .circle-container:nth-child(39) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-39;
            animation-name: move-frames-39;
    -webkit-animation-duration: 34920ms;
            animation-duration: 34920ms;
    -webkit-animation-delay: 10472ms;
            animation-delay: 10472ms;
  }
  @-webkit-keyframes move-frames-39 {
    from {
      transform: translate3d(7vw, 106vh, 0);
    }
    to {
      transform: translate3d(62vw, -109vh, 0);
    }
  }
  @keyframes move-frames-39 {
    from {
      transform: translate3d(7vw, 106vh, 0);
    }
    to {
      transform: translate3d(62vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(39) .circle {
    -webkit-animation-delay: 3559ms;
            animation-delay: 3559ms;
  }
  .circle-container:nth-child(40) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-40;
            animation-name: move-frames-40;
    -webkit-animation-duration: 30467ms;
            animation-duration: 30467ms;
    -webkit-animation-delay: 1166ms;
            animation-delay: 1166ms;
  }
  @-webkit-keyframes move-frames-40 {
    from {
      transform: translate3d(11vw, 108vh, 0);
    }
    to {
      transform: translate3d(69vw, -120vh, 0);
    }
  }
  @keyframes move-frames-40 {
    from {
      transform: translate3d(11vw, 108vh, 0);
    }
    to {
      transform: translate3d(69vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(40) .circle {
    -webkit-animation-delay: 494ms;
            animation-delay: 494ms;
  }
  .circle-container:nth-child(41) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-41;
            animation-name: move-frames-41;
    -webkit-animation-duration: 31534ms;
            animation-duration: 31534ms;
    -webkit-animation-delay: 417ms;
            animation-delay: 417ms;
  }
  @-webkit-keyframes move-frames-41 {
    from {
      transform: translate3d(9vw, 101vh, 0);
    }
    to {
      transform: translate3d(99vw, -119vh, 0);
    }
  }
  @keyframes move-frames-41 {
    from {
      transform: translate3d(9vw, 101vh, 0);
    }
    to {
      transform: translate3d(99vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(41) .circle {
    -webkit-animation-delay: 2354ms;
            animation-delay: 2354ms;
  }
  .circle-container:nth-child(42) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-42;
            animation-name: move-frames-42;
    -webkit-animation-duration: 28128ms;
            animation-duration: 28128ms;
    -webkit-animation-delay: 21424ms;
            animation-delay: 21424ms;
  }
  @-webkit-keyframes move-frames-42 {
    from {
      transform: translate3d(48vw, 105vh, 0);
    }
    to {
      transform: translate3d(59vw, -132vh, 0);
    }
  }
  @keyframes move-frames-42 {
    from {
      transform: translate3d(48vw, 105vh, 0);
    }
    to {
      transform: translate3d(59vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(42) .circle {
    -webkit-animation-delay: 3504ms;
            animation-delay: 3504ms;
  }
  .circle-container:nth-child(43) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-43;
            animation-name: move-frames-43;
    -webkit-animation-duration: 31220ms;
            animation-duration: 31220ms;
    -webkit-animation-delay: 19907ms;
            animation-delay: 19907ms;
  }
  @-webkit-keyframes move-frames-43 {
    from {
      transform: translate3d(47vw, 103vh, 0);
    }
    to {
      transform: translate3d(4vw, -132vh, 0);
    }
  }
  @keyframes move-frames-43 {
    from {
      transform: translate3d(47vw, 103vh, 0);
    }
    to {
      transform: translate3d(4vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(43) .circle {
    -webkit-animation-delay: 2351ms;
            animation-delay: 2351ms;
  }
  .circle-container:nth-child(44) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-44;
            animation-name: move-frames-44;
    -webkit-animation-duration: 29322ms;
            animation-duration: 29322ms;
    -webkit-animation-delay: 7509ms;
            animation-delay: 7509ms;
  }
  @-webkit-keyframes move-frames-44 {
    from {
      transform: translate3d(2vw, 109vh, 0);
    }
    to {
      transform: translate3d(66vw, -137vh, 0);
    }
  }
  @keyframes move-frames-44 {
    from {
      transform: translate3d(2vw, 109vh, 0);
    }
    to {
      transform: translate3d(66vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(44) .circle {
    -webkit-animation-delay: 120ms;
            animation-delay: 120ms;
  }
  .circle-container:nth-child(45) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-45;
            animation-name: move-frames-45;
    -webkit-animation-duration: 35978ms;
            animation-duration: 35978ms;
    -webkit-animation-delay: 30031ms;
            animation-delay: 30031ms;
  }
  @-webkit-keyframes move-frames-45 {
    from {
      transform: translate3d(67vw, 108vh, 0);
    }
    to {
      transform: translate3d(89vw, -125vh, 0);
    }
  }
  @keyframes move-frames-45 {
    from {
      transform: translate3d(67vw, 108vh, 0);
    }
    to {
      transform: translate3d(89vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(45) .circle {
    -webkit-animation-delay: 80ms;
            animation-delay: 80ms;
  }
  .circle-container:nth-child(46) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-46;
            animation-name: move-frames-46;
    -webkit-animation-duration: 35387ms;
            animation-duration: 35387ms;
    -webkit-animation-delay: 35481ms;
            animation-delay: 35481ms;
  }
  @-webkit-keyframes move-frames-46 {
    from {
      transform: translate3d(29vw, 103vh, 0);
    }
    to {
      transform: translate3d(1vw, -123vh, 0);
    }
  }
  @keyframes move-frames-46 {
    from {
      transform: translate3d(29vw, 103vh, 0);
    }
    to {
      transform: translate3d(1vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(46) .circle {
    -webkit-animation-delay: 623ms;
            animation-delay: 623ms;
  }
  .circle-container:nth-child(47) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-47;
            animation-name: move-frames-47;
    -webkit-animation-duration: 36121ms;
            animation-duration: 36121ms;
    -webkit-animation-delay: 35956ms;
            animation-delay: 35956ms;
  }
  @-webkit-keyframes move-frames-47 {
    from {
      transform: translate3d(40vw, 108vh, 0);
    }
    to {
      transform: translate3d(65vw, -126vh, 0);
    }
  }
  @keyframes move-frames-47 {
    from {
      transform: translate3d(40vw, 108vh, 0);
    }
    to {
      transform: translate3d(65vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(47) .circle {
    -webkit-animation-delay: 1958ms;
            animation-delay: 1958ms;
  }
  .circle-container:nth-child(48) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-48;
            animation-name: move-frames-48;
    -webkit-animation-duration: 34301ms;
            animation-duration: 34301ms;
    -webkit-animation-delay: 24107ms;
            animation-delay: 24107ms;
  }
  @-webkit-keyframes move-frames-48 {
    from {
      transform: translate3d(72vw, 103vh, 0);
    }
    to {
      transform: translate3d(81vw, -108vh, 0);
    }
  }
  @keyframes move-frames-48 {
    from {
      transform: translate3d(72vw, 103vh, 0);
    }
    to {
      transform: translate3d(81vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(48) .circle {
    -webkit-animation-delay: 1506ms;
            animation-delay: 1506ms;
  }
  .circle-container:nth-child(49) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-49;
            animation-name: move-frames-49;
    -webkit-animation-duration: 31135ms;
            animation-duration: 31135ms;
    -webkit-animation-delay: 5067ms;
            animation-delay: 5067ms;
  }
  @-webkit-keyframes move-frames-49 {
    from {
      transform: translate3d(99vw, 103vh, 0);
    }
    to {
      transform: translate3d(66vw, -132vh, 0);
    }
  }
  @keyframes move-frames-49 {
    from {
      transform: translate3d(99vw, 103vh, 0);
    }
    to {
      transform: translate3d(66vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(49) .circle {
    -webkit-animation-delay: 2804ms;
            animation-delay: 2804ms;
  }
  .circle-container:nth-child(50) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-50;
            animation-name: move-frames-50;
    -webkit-animation-duration: 35313ms;
            animation-duration: 35313ms;
    -webkit-animation-delay: 5412ms;
            animation-delay: 5412ms;
  }
  @-webkit-keyframes move-frames-50 {
    from {
      transform: translate3d(90vw, 108vh, 0);
    }
    to {
      transform: translate3d(45vw, -117vh, 0);
    }
  }
  @keyframes move-frames-50 {
    from {
      transform: translate3d(90vw, 108vh, 0);
    }
    to {
      transform: translate3d(45vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(50) .circle {
    -webkit-animation-delay: 628ms;
            animation-delay: 628ms;
  }
  .circle-container:nth-child(51) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-51;
            animation-name: move-frames-51;
    -webkit-animation-duration: 33454ms;
            animation-duration: 33454ms;
    -webkit-animation-delay: 9259ms;
            animation-delay: 9259ms;
  }
  @-webkit-keyframes move-frames-51 {
    from {
      transform: translate3d(1vw, 107vh, 0);
    }
    to {
      transform: translate3d(58vw, -137vh, 0);
    }
  }
  @keyframes move-frames-51 {
    from {
      transform: translate3d(1vw, 107vh, 0);
    }
    to {
      transform: translate3d(58vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(51) .circle {
    -webkit-animation-delay: 676ms;
            animation-delay: 676ms;
  }
  .circle-container:nth-child(52) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-52;
            animation-name: move-frames-52;
    -webkit-animation-duration: 30017ms;
            animation-duration: 30017ms;
    -webkit-animation-delay: 1017ms;
            animation-delay: 1017ms;
  }
  @-webkit-keyframes move-frames-52 {
    from {
      transform: translate3d(55vw, 105vh, 0);
    }
    to {
      transform: translate3d(37vw, -114vh, 0);
    }
  }
  @keyframes move-frames-52 {
    from {
      transform: translate3d(55vw, 105vh, 0);
    }
    to {
      transform: translate3d(37vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(52) .circle {
    -webkit-animation-delay: 1871ms;
            animation-delay: 1871ms;
  }
  .circle-container:nth-child(53) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-53;
            animation-name: move-frames-53;
    -webkit-animation-duration: 28328ms;
            animation-duration: 28328ms;
    -webkit-animation-delay: 36541ms;
            animation-delay: 36541ms;
  }
  @-webkit-keyframes move-frames-53 {
    from {
      transform: translate3d(71vw, 109vh, 0);
    }
    to {
      transform: translate3d(49vw, -129vh, 0);
    }
  }
  @keyframes move-frames-53 {
    from {
      transform: translate3d(71vw, 109vh, 0);
    }
    to {
      transform: translate3d(49vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(53) .circle {
    -webkit-animation-delay: 394ms;
            animation-delay: 394ms;
  }
  .circle-container:nth-child(54) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-54;
            animation-name: move-frames-54;
    -webkit-animation-duration: 33506ms;
            animation-duration: 33506ms;
    -webkit-animation-delay: 20173ms;
            animation-delay: 20173ms;
  }
  @-webkit-keyframes move-frames-54 {
    from {
      transform: translate3d(88vw, 101vh, 0);
    }
    to {
      transform: translate3d(80vw, -129vh, 0);
    }
  }
  @keyframes move-frames-54 {
    from {
      transform: translate3d(88vw, 101vh, 0);
    }
    to {
      transform: translate3d(80vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(54) .circle {
    -webkit-animation-delay: 2235ms;
            animation-delay: 2235ms;
  }
  .circle-container:nth-child(55) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-55;
            animation-name: move-frames-55;
    -webkit-animation-duration: 32205ms;
            animation-duration: 32205ms;
    -webkit-animation-delay: 1638ms;
            animation-delay: 1638ms;
  }
  @-webkit-keyframes move-frames-55 {
    from {
      transform: translate3d(93vw, 104vh, 0);
    }
    to {
      transform: translate3d(96vw, -108vh, 0);
    }
  }
  @keyframes move-frames-55 {
    from {
      transform: translate3d(93vw, 104vh, 0);
    }
    to {
      transform: translate3d(96vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(55) .circle {
    -webkit-animation-delay: 398ms;
            animation-delay: 398ms;
  }
  .circle-container:nth-child(56) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-56;
            animation-name: move-frames-56;
    -webkit-animation-duration: 35812ms;
            animation-duration: 35812ms;
    -webkit-animation-delay: 6048ms;
            animation-delay: 6048ms;
  }
  @-webkit-keyframes move-frames-56 {
    from {
      transform: translate3d(56vw, 102vh, 0);
    }
    to {
      transform: translate3d(5vw, -103vh, 0);
    }
  }
  @keyframes move-frames-56 {
    from {
      transform: translate3d(56vw, 102vh, 0);
    }
    to {
      transform: translate3d(5vw, -103vh, 0);
    }
  }
  .circle-container:nth-child(56) .circle {
    -webkit-animation-delay: 1403ms;
            animation-delay: 1403ms;
  }
  .circle-container:nth-child(57) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-57;
            animation-name: move-frames-57;
    -webkit-animation-duration: 28316ms;
            animation-duration: 28316ms;
    -webkit-animation-delay: 24573ms;
            animation-delay: 24573ms;
  }
  @-webkit-keyframes move-frames-57 {
    from {
      transform: translate3d(30vw, 101vh, 0);
    }
    to {
      transform: translate3d(9vw, -127vh, 0);
    }
  }
  @keyframes move-frames-57 {
    from {
      transform: translate3d(30vw, 101vh, 0);
    }
    to {
      transform: translate3d(9vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(57) .circle {
    -webkit-animation-delay: 1681ms;
            animation-delay: 1681ms;
  }
  .circle-container:nth-child(58) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-58;
            animation-name: move-frames-58;
    -webkit-animation-duration: 32552ms;
            animation-duration: 32552ms;
    -webkit-animation-delay: 2658ms;
            animation-delay: 2658ms;
  }
  @-webkit-keyframes move-frames-58 {
    from {
      transform: translate3d(26vw, 110vh, 0);
    }
    to {
      transform: translate3d(51vw, -138vh, 0);
    }
  }
  @keyframes move-frames-58 {
    from {
      transform: translate3d(26vw, 110vh, 0);
    }
    to {
      transform: translate3d(51vw, -138vh, 0);
    }
  }
  .circle-container:nth-child(58) .circle {
    -webkit-animation-delay: 3962ms;
            animation-delay: 3962ms;
  }
  .circle-container:nth-child(59) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-59;
            animation-name: move-frames-59;
    -webkit-animation-duration: 35854ms;
            animation-duration: 35854ms;
    -webkit-animation-delay: 15507ms;
            animation-delay: 15507ms;
  }
  @-webkit-keyframes move-frames-59 {
    from {
      transform: translate3d(58vw, 107vh, 0);
    }
    to {
      transform: translate3d(15vw, -110vh, 0);
    }
  }
  @keyframes move-frames-59 {
    from {
      transform: translate3d(58vw, 107vh, 0);
    }
    to {
      transform: translate3d(15vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(59) .circle {
    -webkit-animation-delay: 3064ms;
            animation-delay: 3064ms;
  }
  .circle-container:nth-child(60) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-60;
            animation-name: move-frames-60;
    -webkit-animation-duration: 33418ms;
            animation-duration: 33418ms;
    -webkit-animation-delay: 18151ms;
            animation-delay: 18151ms;
  }
  @-webkit-keyframes move-frames-60 {
    from {
      transform: translate3d(98vw, 106vh, 0);
    }
    to {
      transform: translate3d(21vw, -113vh, 0);
    }
  }
  @keyframes move-frames-60 {
    from {
      transform: translate3d(98vw, 106vh, 0);
    }
    to {
      transform: translate3d(21vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(60) .circle {
    -webkit-animation-delay: 3828ms;
            animation-delay: 3828ms;
  }
  .circle-container:nth-child(61) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-61;
            animation-name: move-frames-61;
    -webkit-animation-duration: 28516ms;
            animation-duration: 28516ms;
    -webkit-animation-delay: 3431ms;
            animation-delay: 3431ms;
  }
  @-webkit-keyframes move-frames-61 {
    from {
      transform: translate3d(2vw, 101vh, 0);
    }
    to {
      transform: translate3d(76vw, -102vh, 0);
    }
  }
  @keyframes move-frames-61 {
    from {
      transform: translate3d(2vw, 101vh, 0);
    }
    to {
      transform: translate3d(76vw, -102vh, 0);
    }
  }
  .circle-container:nth-child(61) .circle {
    -webkit-animation-delay: 3476ms;
            animation-delay: 3476ms;
  }
  .circle-container:nth-child(62) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-62;
            animation-name: move-frames-62;
    -webkit-animation-duration: 31800ms;
            animation-duration: 31800ms;
    -webkit-animation-delay: 14017ms;
            animation-delay: 14017ms;
  }
  @-webkit-keyframes move-frames-62 {
    from {
      transform: translate3d(27vw, 105vh, 0);
    }
    to {
      transform: translate3d(78vw, -130vh, 0);
    }
  }
  @keyframes move-frames-62 {
    from {
      transform: translate3d(27vw, 105vh, 0);
    }
    to {
      transform: translate3d(78vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(62) .circle {
    -webkit-animation-delay: 3863ms;
            animation-delay: 3863ms;
  }
  .circle-container:nth-child(63) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-63;
            animation-name: move-frames-63;
    -webkit-animation-duration: 32418ms;
            animation-duration: 32418ms;
    -webkit-animation-delay: 217ms;
            animation-delay: 217ms;
  }
  @-webkit-keyframes move-frames-63 {
    from {
      transform: translate3d(60vw, 107vh, 0);
    }
    to {
      transform: translate3d(47vw, -128vh, 0);
    }
  }
  @keyframes move-frames-63 {
    from {
      transform: translate3d(60vw, 107vh, 0);
    }
    to {
      transform: translate3d(47vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(63) .circle {
    -webkit-animation-delay: 2479ms;
            animation-delay: 2479ms;
  }
  .circle-container:nth-child(64) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-64;
            animation-name: move-frames-64;
    -webkit-animation-duration: 34360ms;
            animation-duration: 34360ms;
    -webkit-animation-delay: 36918ms;
            animation-delay: 36918ms;
  }
  @-webkit-keyframes move-frames-64 {
    from {
      transform: translate3d(83vw, 101vh, 0);
    }
    to {
      transform: translate3d(58vw, -109vh, 0);
    }
  }
  @keyframes move-frames-64 {
    from {
      transform: translate3d(83vw, 101vh, 0);
    }
    to {
      transform: translate3d(58vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(64) .circle {
    -webkit-animation-delay: 2269ms;
            animation-delay: 2269ms;
  }
  .circle-container:nth-child(65) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-65;
            animation-name: move-frames-65;
    -webkit-animation-duration: 29481ms;
            animation-duration: 29481ms;
    -webkit-animation-delay: 21208ms;
            animation-delay: 21208ms;
  }
  @-webkit-keyframes move-frames-65 {
    from {
      transform: translate3d(24vw, 102vh, 0);
    }
    to {
      transform: translate3d(19vw, -103vh, 0);
    }
  }
  @keyframes move-frames-65 {
    from {
      transform: translate3d(24vw, 102vh, 0);
    }
    to {
      transform: translate3d(19vw, -103vh, 0);
    }
  }
  .circle-container:nth-child(65) .circle {
    -webkit-animation-delay: 932ms;
            animation-delay: 932ms;
  }
  .circle-container:nth-child(66) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-66;
            animation-name: move-frames-66;
    -webkit-animation-duration: 33614ms;
            animation-duration: 33614ms;
    -webkit-animation-delay: 21865ms;
            animation-delay: 21865ms;
  }
  @-webkit-keyframes move-frames-66 {
    from {
      transform: translate3d(51vw, 105vh, 0);
    }
    to {
      transform: translate3d(16vw, -118vh, 0);
    }
  }
  @keyframes move-frames-66 {
    from {
      transform: translate3d(51vw, 105vh, 0);
    }
    to {
      transform: translate3d(16vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(66) .circle {
    -webkit-animation-delay: 287ms;
            animation-delay: 287ms;
  }
  .circle-container:nth-child(67) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-67;
            animation-name: move-frames-67;
    -webkit-animation-duration: 33891ms;
            animation-duration: 33891ms;
    -webkit-animation-delay: 155ms;
            animation-delay: 155ms;
  }
  @-webkit-keyframes move-frames-67 {
    from {
      transform: translate3d(32vw, 105vh, 0);
    }
    to {
      transform: translate3d(4vw, -113vh, 0);
    }
  }
  @keyframes move-frames-67 {
    from {
      transform: translate3d(32vw, 105vh, 0);
    }
    to {
      transform: translate3d(4vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(67) .circle {
    -webkit-animation-delay: 3775ms;
            animation-delay: 3775ms;
  }
  .circle-container:nth-child(68) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-68;
            animation-name: move-frames-68;
    -webkit-animation-duration: 35290ms;
            animation-duration: 35290ms;
    -webkit-animation-delay: 28762ms;
            animation-delay: 28762ms;
  }
  @-webkit-keyframes move-frames-68 {
    from {
      transform: translate3d(56vw, 105vh, 0);
    }
    to {
      transform: translate3d(16vw, -117vh, 0);
    }
  }
  @keyframes move-frames-68 {
    from {
      transform: translate3d(56vw, 105vh, 0);
    }
    to {
      transform: translate3d(16vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(68) .circle {
    -webkit-animation-delay: 837ms;
            animation-delay: 837ms;
  }
  .circle-container:nth-child(69) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-69;
            animation-name: move-frames-69;
    -webkit-animation-duration: 29572ms;
            animation-duration: 29572ms;
    -webkit-animation-delay: 19167ms;
            animation-delay: 19167ms;
  }
  @-webkit-keyframes move-frames-69 {
    from {
      transform: translate3d(62vw, 108vh, 0);
    }
    to {
      transform: translate3d(68vw, -111vh, 0);
    }
  }
  @keyframes move-frames-69 {
    from {
      transform: translate3d(62vw, 108vh, 0);
    }
    to {
      transform: translate3d(68vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(69) .circle {
    -webkit-animation-delay: 482ms;
            animation-delay: 482ms;
  }
  .circle-container:nth-child(70) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-70;
            animation-name: move-frames-70;
    -webkit-animation-duration: 29741ms;
            animation-duration: 29741ms;
    -webkit-animation-delay: 5623ms;
            animation-delay: 5623ms;
  }
  @-webkit-keyframes move-frames-70 {
    from {
      transform: translate3d(56vw, 110vh, 0);
    }
    to {
      transform: translate3d(36vw, -123vh, 0);
    }
  }
  @keyframes move-frames-70 {
    from {
      transform: translate3d(56vw, 110vh, 0);
    }
    to {
      transform: translate3d(36vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(70) .circle {
    -webkit-animation-delay: 628ms;
            animation-delay: 628ms;
  }
  .circle-container:nth-child(71) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-71;
            animation-name: move-frames-71;
    -webkit-animation-duration: 33856ms;
            animation-duration: 33856ms;
    -webkit-animation-delay: 1598ms;
            animation-delay: 1598ms;
  }
  @-webkit-keyframes move-frames-71 {
    from {
      transform: translate3d(95vw, 106vh, 0);
    }
    to {
      transform: translate3d(30vw, -122vh, 0);
    }
  }
  @keyframes move-frames-71 {
    from {
      transform: translate3d(95vw, 106vh, 0);
    }
    to {
      transform: translate3d(30vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(71) .circle {
    -webkit-animation-delay: 530ms;
            animation-delay: 530ms;
  }
  .circle-container:nth-child(72) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-72;
            animation-name: move-frames-72;
    -webkit-animation-duration: 35337ms;
            animation-duration: 35337ms;
    -webkit-animation-delay: 32981ms;
            animation-delay: 32981ms;
  }
  @-webkit-keyframes move-frames-72 {
    from {
      transform: translate3d(6vw, 106vh, 0);
    }
    to {
      transform: translate3d(17vw, -107vh, 0);
    }
  }
  @keyframes move-frames-72 {
    from {
      transform: translate3d(6vw, 106vh, 0);
    }
    to {
      transform: translate3d(17vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(72) .circle {
    -webkit-animation-delay: 1614ms;
            animation-delay: 1614ms;
  }
  .circle-container:nth-child(73) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-73;
            animation-name: move-frames-73;
    -webkit-animation-duration: 32165ms;
            animation-duration: 32165ms;
    -webkit-animation-delay: 13195ms;
            animation-delay: 13195ms;
  }
  @-webkit-keyframes move-frames-73 {
    from {
      transform: translate3d(79vw, 102vh, 0);
    }
    to {
      transform: translate3d(15vw, -108vh, 0);
    }
  }
  @keyframes move-frames-73 {
    from {
      transform: translate3d(79vw, 102vh, 0);
    }
    to {
      transform: translate3d(15vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(73) .circle {
    -webkit-animation-delay: 3708ms;
            animation-delay: 3708ms;
  }
  .circle-container:nth-child(74) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-74;
            animation-name: move-frames-74;
    -webkit-animation-duration: 36937ms;
            animation-duration: 36937ms;
    -webkit-animation-delay: 33885ms;
            animation-delay: 33885ms;
  }
  @-webkit-keyframes move-frames-74 {
    from {
      transform: translate3d(59vw, 107vh, 0);
    }
    to {
      transform: translate3d(72vw, -135vh, 0);
    }
  }
  @keyframes move-frames-74 {
    from {
      transform: translate3d(59vw, 107vh, 0);
    }
    to {
      transform: translate3d(72vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(74) .circle {
    -webkit-animation-delay: 3097ms;
            animation-delay: 3097ms;
  }
  .circle-container:nth-child(75) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-75;
            animation-name: move-frames-75;
    -webkit-animation-duration: 33570ms;
            animation-duration: 33570ms;
    -webkit-animation-delay: 35313ms;
            animation-delay: 35313ms;
  }
  @-webkit-keyframes move-frames-75 {
    from {
      transform: translate3d(87vw, 109vh, 0);
    }
    to {
      transform: translate3d(47vw, -136vh, 0);
    }
  }
  @keyframes move-frames-75 {
    from {
      transform: translate3d(87vw, 109vh, 0);
    }
    to {
      transform: translate3d(47vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(75) .circle {
    -webkit-animation-delay: 617ms;
            animation-delay: 617ms;
  }
  .circle-container:nth-child(76) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-76;
            animation-name: move-frames-76;
    -webkit-animation-duration: 34988ms;
            animation-duration: 34988ms;
    -webkit-animation-delay: 29812ms;
            animation-delay: 29812ms;
  }
  @-webkit-keyframes move-frames-76 {
    from {
      transform: translate3d(94vw, 108vh, 0);
    }
    to {
      transform: translate3d(98vw, -125vh, 0);
    }
  }
  @keyframes move-frames-76 {
    from {
      transform: translate3d(94vw, 108vh, 0);
    }
    to {
      transform: translate3d(98vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(76) .circle {
    -webkit-animation-delay: 2084ms;
            animation-delay: 2084ms;
  }
  .circle-container:nth-child(77) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-77;
            animation-name: move-frames-77;
    -webkit-animation-duration: 28801ms;
            animation-duration: 28801ms;
    -webkit-animation-delay: 28411ms;
            animation-delay: 28411ms;
  }
  @-webkit-keyframes move-frames-77 {
    from {
      transform: translate3d(70vw, 110vh, 0);
    }
    to {
      transform: translate3d(100vw, -126vh, 0);
    }
  }
  @keyframes move-frames-77 {
    from {
      transform: translate3d(70vw, 110vh, 0);
    }
    to {
      transform: translate3d(100vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(77) .circle {
    -webkit-animation-delay: 214ms;
            animation-delay: 214ms;
  }
  .circle-container:nth-child(78) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-78;
            animation-name: move-frames-78;
    -webkit-animation-duration: 32873ms;
            animation-duration: 32873ms;
    -webkit-animation-delay: 34036ms;
            animation-delay: 34036ms;
  }
  @-webkit-keyframes move-frames-78 {
    from {
      transform: translate3d(3vw, 110vh, 0);
    }
    to {
      transform: translate3d(37vw, -111vh, 0);
    }
  }
  @keyframes move-frames-78 {
    from {
      transform: translate3d(3vw, 110vh, 0);
    }
    to {
      transform: translate3d(37vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(78) .circle {
    -webkit-animation-delay: 1479ms;
            animation-delay: 1479ms;
  }
  .circle-container:nth-child(79) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-79;
            animation-name: move-frames-79;
    -webkit-animation-duration: 28644ms;
            animation-duration: 28644ms;
    -webkit-animation-delay: 13082ms;
            animation-delay: 13082ms;
  }
  @-webkit-keyframes move-frames-79 {
    from {
      transform: translate3d(22vw, 102vh, 0);
    }
    to {
      transform: translate3d(88vw, -120vh, 0);
    }
  }
  @keyframes move-frames-79 {
    from {
      transform: translate3d(22vw, 102vh, 0);
    }
    to {
      transform: translate3d(88vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(79) .circle {
    -webkit-animation-delay: 3198ms;
            animation-delay: 3198ms;
  }
  .circle-container:nth-child(80) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-80;
            animation-name: move-frames-80;
    -webkit-animation-duration: 34812ms;
            animation-duration: 34812ms;
    -webkit-animation-delay: 36734ms;
            animation-delay: 36734ms;
  }
  @-webkit-keyframes move-frames-80 {
    from {
      transform: translate3d(7vw, 110vh, 0);
    }
    to {
      transform: translate3d(5vw, -113vh, 0);
    }
  }
  @keyframes move-frames-80 {
    from {
      transform: translate3d(7vw, 110vh, 0);
    }
    to {
      transform: translate3d(5vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(80) .circle {
    -webkit-animation-delay: 668ms;
            animation-delay: 668ms;
  }
  .circle-container:nth-child(81) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-81;
            animation-name: move-frames-81;
    -webkit-animation-duration: 28170ms;
            animation-duration: 28170ms;
    -webkit-animation-delay: 14161ms;
            animation-delay: 14161ms;
  }
  @-webkit-keyframes move-frames-81 {
    from {
      transform: translate3d(23vw, 109vh, 0);
    }
    to {
      transform: translate3d(74vw, -127vh, 0);
    }
  }
  @keyframes move-frames-81 {
    from {
      transform: translate3d(23vw, 109vh, 0);
    }
    to {
      transform: translate3d(74vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(81) .circle {
    -webkit-animation-delay: 889ms;
            animation-delay: 889ms;
  }
  .circle-container:nth-child(82) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-82;
            animation-name: move-frames-82;
    -webkit-animation-duration: 36812ms;
            animation-duration: 36812ms;
    -webkit-animation-delay: 27278ms;
            animation-delay: 27278ms;
  }
  @-webkit-keyframes move-frames-82 {
    from {
      transform: translate3d(81vw, 108vh, 0);
    }
    to {
      transform: translate3d(57vw, -136vh, 0);
    }
  }
  @keyframes move-frames-82 {
    from {
      transform: translate3d(81vw, 108vh, 0);
    }
    to {
      transform: translate3d(57vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(82) .circle {
    -webkit-animation-delay: 3776ms;
            animation-delay: 3776ms;
  }
  .circle-container:nth-child(83) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-83;
            animation-name: move-frames-83;
    -webkit-animation-duration: 33710ms;
            animation-duration: 33710ms;
    -webkit-animation-delay: 1496ms;
            animation-delay: 1496ms;
  }
  @-webkit-keyframes move-frames-83 {
    from {
      transform: translate3d(93vw, 101vh, 0);
    }
    to {
      transform: translate3d(81vw, -122vh, 0);
    }
  }
  @keyframes move-frames-83 {
    from {
      transform: translate3d(93vw, 101vh, 0);
    }
    to {
      transform: translate3d(81vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(83) .circle {
    -webkit-animation-delay: 537ms;
            animation-delay: 537ms;
  }
  .circle-container:nth-child(84) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-84;
            animation-name: move-frames-84;
    -webkit-animation-duration: 33921ms;
            animation-duration: 33921ms;
    -webkit-animation-delay: 21071ms;
            animation-delay: 21071ms;
  }
  @-webkit-keyframes move-frames-84 {
    from {
      transform: translate3d(98vw, 105vh, 0);
    }
    to {
      transform: translate3d(45vw, -114vh, 0);
    }
  }
  @keyframes move-frames-84 {
    from {
      transform: translate3d(98vw, 105vh, 0);
    }
    to {
      transform: translate3d(45vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(84) .circle {
    -webkit-animation-delay: 1998ms;
            animation-delay: 1998ms;
  }
  .circle-container:nth-child(85) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-85;
            animation-name: move-frames-85;
    -webkit-animation-duration: 31334ms;
            animation-duration: 31334ms;
    -webkit-animation-delay: 10261ms;
            animation-delay: 10261ms;
  }
  @-webkit-keyframes move-frames-85 {
    from {
      transform: translate3d(13vw, 103vh, 0);
    }
    to {
      transform: translate3d(5vw, -131vh, 0);
    }
  }
  @keyframes move-frames-85 {
    from {
      transform: translate3d(13vw, 103vh, 0);
    }
    to {
      transform: translate3d(5vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(85) .circle {
    -webkit-animation-delay: 3729ms;
            animation-delay: 3729ms;
  }
  .circle-container:nth-child(86) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-86;
            animation-name: move-frames-86;
    -webkit-animation-duration: 36954ms;
            animation-duration: 36954ms;
    -webkit-animation-delay: 24469ms;
            animation-delay: 24469ms;
  }
  @-webkit-keyframes move-frames-86 {
    from {
      transform: translate3d(37vw, 106vh, 0);
    }
    to {
      transform: translate3d(51vw, -112vh, 0);
    }
  }
  @keyframes move-frames-86 {
    from {
      transform: translate3d(37vw, 106vh, 0);
    }
    to {
      transform: translate3d(51vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(86) .circle {
    -webkit-animation-delay: 1406ms;
            animation-delay: 1406ms;
  }
  .circle-container:nth-child(87) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-87;
            animation-name: move-frames-87;
    -webkit-animation-duration: 29364ms;
            animation-duration: 29364ms;
    -webkit-animation-delay: 34359ms;
            animation-delay: 34359ms;
  }
  @-webkit-keyframes move-frames-87 {
    from {
      transform: translate3d(29vw, 107vh, 0);
    }
    to {
      transform: translate3d(98vw, -118vh, 0);
    }
  }
  @keyframes move-frames-87 {
    from {
      transform: translate3d(29vw, 107vh, 0);
    }
    to {
      transform: translate3d(98vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(87) .circle {
    -webkit-animation-delay: 3465ms;
            animation-delay: 3465ms;
  }
  .circle-container:nth-child(88) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-88;
            animation-name: move-frames-88;
    -webkit-animation-duration: 31897ms;
            animation-duration: 31897ms;
    -webkit-animation-delay: 34095ms;
            animation-delay: 34095ms;
  }
  @-webkit-keyframes move-frames-88 {
    from {
      transform: translate3d(64vw, 104vh, 0);
    }
    to {
      transform: translate3d(92vw, -108vh, 0);
    }
  }
  @keyframes move-frames-88 {
    from {
      transform: translate3d(64vw, 104vh, 0);
    }
    to {
      transform: translate3d(92vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(88) .circle {
    -webkit-animation-delay: 2879ms;
            animation-delay: 2879ms;
  }
  .circle-container:nth-child(89) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-89;
            animation-name: move-frames-89;
    -webkit-animation-duration: 34127ms;
            animation-duration: 34127ms;
    -webkit-animation-delay: 31309ms;
            animation-delay: 31309ms;
  }
  @-webkit-keyframes move-frames-89 {
    from {
      transform: translate3d(17vw, 109vh, 0);
    }
    to {
      transform: translate3d(87vw, -120vh, 0);
    }
  }
  @keyframes move-frames-89 {
    from {
      transform: translate3d(17vw, 109vh, 0);
    }
    to {
      transform: translate3d(87vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(89) .circle {
    -webkit-animation-delay: 1316ms;
            animation-delay: 1316ms;
  }
  .circle-container:nth-child(90) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-90;
            animation-name: move-frames-90;
    -webkit-animation-duration: 31834ms;
            animation-duration: 31834ms;
    -webkit-animation-delay: 10762ms;
            animation-delay: 10762ms;
  }
  @-webkit-keyframes move-frames-90 {
    from {
      transform: translate3d(35vw, 105vh, 0);
    }
    to {
      transform: translate3d(83vw, -119vh, 0);
    }
  }
  @keyframes move-frames-90 {
    from {
      transform: translate3d(35vw, 105vh, 0);
    }
    to {
      transform: translate3d(83vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(90) .circle {
    -webkit-animation-delay: 2710ms;
            animation-delay: 2710ms;
  }
  .circle-container:nth-child(91) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-91;
            animation-name: move-frames-91;
    -webkit-animation-duration: 33959ms;
            animation-duration: 33959ms;
    -webkit-animation-delay: 24996ms;
            animation-delay: 24996ms;
  }
  @-webkit-keyframes move-frames-91 {
    from {
      transform: translate3d(95vw, 102vh, 0);
    }
    to {
      transform: translate3d(57vw, -132vh, 0);
    }
  }
  @keyframes move-frames-91 {
    from {
      transform: translate3d(95vw, 102vh, 0);
    }
    to {
      transform: translate3d(57vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(91) .circle {
    -webkit-animation-delay: 1318ms;
            animation-delay: 1318ms;
  }
  .circle-container:nth-child(92) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-92;
            animation-name: move-frames-92;
    -webkit-animation-duration: 29450ms;
            animation-duration: 29450ms;
    -webkit-animation-delay: 11999ms;
            animation-delay: 11999ms;
  }
  @-webkit-keyframes move-frames-92 {
    from {
      transform: translate3d(38vw, 104vh, 0);
    }
    to {
      transform: translate3d(66vw, -112vh, 0);
    }
  }
  @keyframes move-frames-92 {
    from {
      transform: translate3d(38vw, 104vh, 0);
    }
    to {
      transform: translate3d(66vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(92) .circle {
    -webkit-animation-delay: 1672ms;
            animation-delay: 1672ms;
  }
  .circle-container:nth-child(93) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-93;
            animation-name: move-frames-93;
    -webkit-animation-duration: 32584ms;
            animation-duration: 32584ms;
    -webkit-animation-delay: 27041ms;
            animation-delay: 27041ms;
  }
  @-webkit-keyframes move-frames-93 {
    from {
      transform: translate3d(23vw, 104vh, 0);
    }
    to {
      transform: translate3d(79vw, -116vh, 0);
    }
  }
  @keyframes move-frames-93 {
    from {
      transform: translate3d(23vw, 104vh, 0);
    }
    to {
      transform: translate3d(79vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(93) .circle {
    -webkit-animation-delay: 1114ms;
            animation-delay: 1114ms;
  }
  .circle-container:nth-child(94) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-94;
            animation-name: move-frames-94;
    -webkit-animation-duration: 28140ms;
            animation-duration: 28140ms;
    -webkit-animation-delay: 17233ms;
            animation-delay: 17233ms;
  }
  @-webkit-keyframes move-frames-94 {
    from {
      transform: translate3d(76vw, 110vh, 0);
    }
    to {
      transform: translate3d(78vw, -133vh, 0);
    }
  }
  @keyframes move-frames-94 {
    from {
      transform: translate3d(76vw, 110vh, 0);
    }
    to {
      transform: translate3d(78vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(94) .circle {
    -webkit-animation-delay: 343ms;
            animation-delay: 343ms;
  }
  .circle-container:nth-child(95) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-95;
            animation-name: move-frames-95;
    -webkit-animation-duration: 31652ms;
            animation-duration: 31652ms;
    -webkit-animation-delay: 32121ms;
            animation-delay: 32121ms;
  }
  @-webkit-keyframes move-frames-95 {
    from {
      transform: translate3d(54vw, 106vh, 0);
    }
    to {
      transform: translate3d(24vw, -126vh, 0);
    }
  }
  @keyframes move-frames-95 {
    from {
      transform: translate3d(54vw, 106vh, 0);
    }
    to {
      transform: translate3d(24vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(95) .circle {
    -webkit-animation-delay: 1068ms;
            animation-delay: 1068ms;
  }
  .circle-container:nth-child(96) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-96;
            animation-name: move-frames-96;
    -webkit-animation-duration: 35651ms;
            animation-duration: 35651ms;
    -webkit-animation-delay: 34670ms;
            animation-delay: 34670ms;
  }
  @-webkit-keyframes move-frames-96 {
    from {
      transform: translate3d(1vw, 107vh, 0);
    }
    to {
      transform: translate3d(82vw, -129vh, 0);
    }
  }
  @keyframes move-frames-96 {
    from {
      transform: translate3d(1vw, 107vh, 0);
    }
    to {
      transform: translate3d(82vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(96) .circle {
    -webkit-animation-delay: 511ms;
            animation-delay: 511ms;
  }
  .circle-container:nth-child(97) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-97;
            animation-name: move-frames-97;
    -webkit-animation-duration: 32865ms;
            animation-duration: 32865ms;
    -webkit-animation-delay: 33363ms;
            animation-delay: 33363ms;
  }
  @-webkit-keyframes move-frames-97 {
    from {
      transform: translate3d(6vw, 107vh, 0);
    }
    to {
      transform: translate3d(38vw, -111vh, 0);
    }
  }
  @keyframes move-frames-97 {
    from {
      transform: translate3d(6vw, 107vh, 0);
    }
    to {
      transform: translate3d(38vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(97) .circle {
    -webkit-animation-delay: 2206ms;
            animation-delay: 2206ms;
  }
  .circle-container:nth-child(98) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-98;
            animation-name: move-frames-98;
    -webkit-animation-duration: 30071ms;
            animation-duration: 30071ms;
    -webkit-animation-delay: 16335ms;
            animation-delay: 16335ms;
  }
  @-webkit-keyframes move-frames-98 {
    from {
      transform: translate3d(54vw, 104vh, 0);
    }
    to {
      transform: translate3d(25vw, -119vh, 0);
    }
  }
  @keyframes move-frames-98 {
    from {
      transform: translate3d(54vw, 104vh, 0);
    }
    to {
      transform: translate3d(25vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(98) .circle {
    -webkit-animation-delay: 1343ms;
            animation-delay: 1343ms;
  }
  .circle-container:nth-child(99) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-99;
            animation-name: move-frames-99;
    -webkit-animation-duration: 32044ms;
            animation-duration: 32044ms;
    -webkit-animation-delay: 852ms;
            animation-delay: 852ms;
  }
  @-webkit-keyframes move-frames-99 {
    from {
      transform: translate3d(72vw, 109vh, 0);
    }
    to {
      transform: translate3d(98vw, -122vh, 0);
    }
  }
  @keyframes move-frames-99 {
    from {
      transform: translate3d(72vw, 109vh, 0);
    }
    to {
      transform: translate3d(98vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(99) .circle {
    -webkit-animation-delay: 2294ms;
            animation-delay: 2294ms;
  }
  .circle-container:nth-child(100) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-100;
            animation-name: move-frames-100;
    -webkit-animation-duration: 35870ms;
            animation-duration: 35870ms;
    -webkit-animation-delay: 25906ms;
            animation-delay: 25906ms;
  }
  @-webkit-keyframes move-frames-100 {
    from {
      transform: translate3d(30vw, 108vh, 0);
    }
    to {
      transform: translate3d(7vw, -136vh, 0);
    }
  }
  @keyframes move-frames-100 {
    from {
      transform: translate3d(30vw, 108vh, 0);
    }
    to {
      transform: translate3d(7vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(100) .circle {
    -webkit-animation-delay: 2159ms;
            animation-delay: 2159ms;
  }
  .circle-container:nth-child(101) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-101;
            animation-name: move-frames-101;
    -webkit-animation-duration: 28433ms;
            animation-duration: 28433ms;
    -webkit-animation-delay: 7813ms;
            animation-delay: 7813ms;
  }
  @-webkit-keyframes move-frames-101 {
    from {
      transform: translate3d(8vw, 107vh, 0);
    }
    to {
      transform: translate3d(69vw, -114vh, 0);
    }
  }
  @keyframes move-frames-101 {
    from {
      transform: translate3d(8vw, 107vh, 0);
    }
    to {
      transform: translate3d(69vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(101) .circle {
    -webkit-animation-delay: 2721ms;
            animation-delay: 2721ms;
  }
  .circle-container:nth-child(102) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-102;
            animation-name: move-frames-102;
    -webkit-animation-duration: 33367ms;
            animation-duration: 33367ms;
    -webkit-animation-delay: 7791ms;
            animation-delay: 7791ms;
  }
  @-webkit-keyframes move-frames-102 {
    from {
      transform: translate3d(48vw, 105vh, 0);
    }
    to {
      transform: translate3d(13vw, -135vh, 0);
    }
  }
  @keyframes move-frames-102 {
    from {
      transform: translate3d(48vw, 105vh, 0);
    }
    to {
      transform: translate3d(13vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(102) .circle {
    -webkit-animation-delay: 1931ms;
            animation-delay: 1931ms;
  }
  .circle-container:nth-child(103) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-103;
            animation-name: move-frames-103;
    -webkit-animation-duration: 33295ms;
            animation-duration: 33295ms;
    -webkit-animation-delay: 13483ms;
            animation-delay: 13483ms;
  }
  @-webkit-keyframes move-frames-103 {
    from {
      transform: translate3d(8vw, 108vh, 0);
    }
    to {
      transform: translate3d(86vw, -117vh, 0);
    }
  }
  @keyframes move-frames-103 {
    from {
      transform: translate3d(8vw, 108vh, 0);
    }
    to {
      transform: translate3d(86vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(103) .circle {
    -webkit-animation-delay: 2768ms;
            animation-delay: 2768ms;
  }
  .circle-container:nth-child(104) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-104;
            animation-name: move-frames-104;
    -webkit-animation-duration: 34176ms;
            animation-duration: 34176ms;
    -webkit-animation-delay: 11616ms;
            animation-delay: 11616ms;
  }
  @-webkit-keyframes move-frames-104 {
    from {
      transform: translate3d(31vw, 103vh, 0);
    }
    to {
      transform: translate3d(21vw, -130vh, 0);
    }
  }
  @keyframes move-frames-104 {
    from {
      transform: translate3d(31vw, 103vh, 0);
    }
    to {
      transform: translate3d(21vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(104) .circle {
    -webkit-animation-delay: 3372ms;
            animation-delay: 3372ms;
  }
  .circle-container:nth-child(105) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-105;
            animation-name: move-frames-105;
    -webkit-animation-duration: 34676ms;
            animation-duration: 34676ms;
    -webkit-animation-delay: 842ms;
            animation-delay: 842ms;
  }
  @-webkit-keyframes move-frames-105 {
    from {
      transform: translate3d(62vw, 104vh, 0);
    }
    to {
      transform: translate3d(91vw, -110vh, 0);
    }
  }
  @keyframes move-frames-105 {
    from {
      transform: translate3d(62vw, 104vh, 0);
    }
    to {
      transform: translate3d(91vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(105) .circle {
    -webkit-animation-delay: 3532ms;
            animation-delay: 3532ms;
  }
  .circle-container:nth-child(106) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-106;
            animation-name: move-frames-106;
    -webkit-animation-duration: 29281ms;
            animation-duration: 29281ms;
    -webkit-animation-delay: 30066ms;
            animation-delay: 30066ms;
  }
  @-webkit-keyframes move-frames-106 {
    from {
      transform: translate3d(90vw, 110vh, 0);
    }
    to {
      transform: translate3d(47vw, -121vh, 0);
    }
  }
  @keyframes move-frames-106 {
    from {
      transform: translate3d(90vw, 110vh, 0);
    }
    to {
      transform: translate3d(47vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(106) .circle {
    -webkit-animation-delay: 2062ms;
            animation-delay: 2062ms;
  }
  .circle-container:nth-child(107) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-107;
            animation-name: move-frames-107;
    -webkit-animation-duration: 32124ms;
            animation-duration: 32124ms;
    -webkit-animation-delay: 15898ms;
            animation-delay: 15898ms;
  }
  @-webkit-keyframes move-frames-107 {
    from {
      transform: translate3d(31vw, 101vh, 0);
    }
    to {
      transform: translate3d(54vw, -104vh, 0);
    }
  }
  @keyframes move-frames-107 {
    from {
      transform: translate3d(31vw, 101vh, 0);
    }
    to {
      transform: translate3d(54vw, -104vh, 0);
    }
  }
  .circle-container:nth-child(107) .circle {
    -webkit-animation-delay: 3993ms;
            animation-delay: 3993ms;
  }
  .circle-container:nth-child(108) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-108;
            animation-name: move-frames-108;
    -webkit-animation-duration: 33126ms;
            animation-duration: 33126ms;
    -webkit-animation-delay: 33648ms;
            animation-delay: 33648ms;
  }
  @-webkit-keyframes move-frames-108 {
    from {
      transform: translate3d(50vw, 103vh, 0);
    }
    to {
      transform: translate3d(76vw, -107vh, 0);
    }
  }
  @keyframes move-frames-108 {
    from {
      transform: translate3d(50vw, 103vh, 0);
    }
    to {
      transform: translate3d(76vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(108) .circle {
    -webkit-animation-delay: 1920ms;
            animation-delay: 1920ms;
  }
  .circle-container:nth-child(109) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-109;
            animation-name: move-frames-109;
    -webkit-animation-duration: 28744ms;
            animation-duration: 28744ms;
    -webkit-animation-delay: 33977ms;
            animation-delay: 33977ms;
  }
  @-webkit-keyframes move-frames-109 {
    from {
      transform: translate3d(56vw, 104vh, 0);
    }
    to {
      transform: translate3d(96vw, -132vh, 0);
    }
  }
  @keyframes move-frames-109 {
    from {
      transform: translate3d(56vw, 104vh, 0);
    }
    to {
      transform: translate3d(96vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(109) .circle {
    -webkit-animation-delay: 75ms;
            animation-delay: 75ms;
  }
  .circle-container:nth-child(110) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-110;
            animation-name: move-frames-110;
    -webkit-animation-duration: 33913ms;
            animation-duration: 33913ms;
    -webkit-animation-delay: 14595ms;
            animation-delay: 14595ms;
  }
  @-webkit-keyframes move-frames-110 {
    from {
      transform: translate3d(21vw, 108vh, 0);
    }
    to {
      transform: translate3d(92vw, -116vh, 0);
    }
  }
  @keyframes move-frames-110 {
    from {
      transform: translate3d(21vw, 108vh, 0);
    }
    to {
      transform: translate3d(92vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(110) .circle {
    -webkit-animation-delay: 3324ms;
            animation-delay: 3324ms;
  }
  .circle-container:nth-child(111) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-111;
            animation-name: move-frames-111;
    -webkit-animation-duration: 36042ms;
            animation-duration: 36042ms;
    -webkit-animation-delay: 26963ms;
            animation-delay: 26963ms;
  }
  @-webkit-keyframes move-frames-111 {
    from {
      transform: translate3d(38vw, 108vh, 0);
    }
    to {
      transform: translate3d(50vw, -137vh, 0);
    }
  }
  @keyframes move-frames-111 {
    from {
      transform: translate3d(38vw, 108vh, 0);
    }
    to {
      transform: translate3d(50vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(111) .circle {
    -webkit-animation-delay: 3010ms;
            animation-delay: 3010ms;
  }
  .circle-container:nth-child(112) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-112;
            animation-name: move-frames-112;
    -webkit-animation-duration: 31578ms;
            animation-duration: 31578ms;
    -webkit-animation-delay: 14201ms;
            animation-delay: 14201ms;
  }
  @-webkit-keyframes move-frames-112 {
    from {
      transform: translate3d(7vw, 105vh, 0);
    }
    to {
      transform: translate3d(74vw, -134vh, 0);
    }
  }
  @keyframes move-frames-112 {
    from {
      transform: translate3d(7vw, 105vh, 0);
    }
    to {
      transform: translate3d(74vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(112) .circle {
    -webkit-animation-delay: 1122ms;
            animation-delay: 1122ms;
  }
  .circle-container:nth-child(113) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-113;
            animation-name: move-frames-113;
    -webkit-animation-duration: 32552ms;
            animation-duration: 32552ms;
    -webkit-animation-delay: 5631ms;
            animation-delay: 5631ms;
  }
  @-webkit-keyframes move-frames-113 {
    from {
      transform: translate3d(43vw, 102vh, 0);
    }
    to {
      transform: translate3d(52vw, -121vh, 0);
    }
  }
  @keyframes move-frames-113 {
    from {
      transform: translate3d(43vw, 102vh, 0);
    }
    to {
      transform: translate3d(52vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(113) .circle {
    -webkit-animation-delay: 79ms;
            animation-delay: 79ms;
  }
  .circle-container:nth-child(114) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-114;
            animation-name: move-frames-114;
    -webkit-animation-duration: 33238ms;
            animation-duration: 33238ms;
    -webkit-animation-delay: 33498ms;
            animation-delay: 33498ms;
  }
  @-webkit-keyframes move-frames-114 {
    from {
      transform: translate3d(32vw, 109vh, 0);
    }
    to {
      transform: translate3d(18vw, -137vh, 0);
    }
  }
  @keyframes move-frames-114 {
    from {
      transform: translate3d(32vw, 109vh, 0);
    }
    to {
      transform: translate3d(18vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(114) .circle {
    -webkit-animation-delay: 1714ms;
            animation-delay: 1714ms;
  }
  .circle-container:nth-child(115) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-115;
            animation-name: move-frames-115;
    -webkit-animation-duration: 29024ms;
            animation-duration: 29024ms;
    -webkit-animation-delay: 23838ms;
            animation-delay: 23838ms;
  }
  @-webkit-keyframes move-frames-115 {
    from {
      transform: translate3d(71vw, 101vh, 0);
    }
    to {
      transform: translate3d(56vw, -129vh, 0);
    }
  }
  @keyframes move-frames-115 {
    from {
      transform: translate3d(71vw, 101vh, 0);
    }
    to {
      transform: translate3d(56vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(115) .circle {
    -webkit-animation-delay: 2040ms;
            animation-delay: 2040ms;
  }
  .circle-container:nth-child(116) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-116;
            animation-name: move-frames-116;
    -webkit-animation-duration: 30278ms;
            animation-duration: 30278ms;
    -webkit-animation-delay: 28869ms;
            animation-delay: 28869ms;
  }
  @-webkit-keyframes move-frames-116 {
    from {
      transform: translate3d(25vw, 102vh, 0);
    }
    to {
      transform: translate3d(19vw, -127vh, 0);
    }
  }
  @keyframes move-frames-116 {
    from {
      transform: translate3d(25vw, 102vh, 0);
    }
    to {
      transform: translate3d(19vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(116) .circle {
    -webkit-animation-delay: 3254ms;
            animation-delay: 3254ms;
  }
  .circle-container:nth-child(117) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-117;
            animation-name: move-frames-117;
    -webkit-animation-duration: 32711ms;
            animation-duration: 32711ms;
    -webkit-animation-delay: 24165ms;
            animation-delay: 24165ms;
  }
  @-webkit-keyframes move-frames-117 {
    from {
      transform: translate3d(81vw, 106vh, 0);
    }
    to {
      transform: translate3d(25vw, -124vh, 0);
    }
  }
  @keyframes move-frames-117 {
    from {
      transform: translate3d(81vw, 106vh, 0);
    }
    to {
      transform: translate3d(25vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(117) .circle {
    -webkit-animation-delay: 1529ms;
            animation-delay: 1529ms;
  }
  .circle-container:nth-child(118) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-118;
            animation-name: move-frames-118;
    -webkit-animation-duration: 36874ms;
            animation-duration: 36874ms;
    -webkit-animation-delay: 2981ms;
            animation-delay: 2981ms;
  }
  @-webkit-keyframes move-frames-118 {
    from {
      transform: translate3d(43vw, 110vh, 0);
    }
    to {
      transform: translate3d(26vw, -123vh, 0);
    }
  }
  @keyframes move-frames-118 {
    from {
      transform: translate3d(43vw, 110vh, 0);
    }
    to {
      transform: translate3d(26vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(118) .circle {
    -webkit-animation-delay: 3053ms;
            animation-delay: 3053ms;
  }
  .circle-container:nth-child(119) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-119;
            animation-name: move-frames-119;
    -webkit-animation-duration: 36454ms;
            animation-duration: 36454ms;
    -webkit-animation-delay: 10226ms;
            animation-delay: 10226ms;
  }
  @-webkit-keyframes move-frames-119 {
    from {
      transform: translate3d(36vw, 108vh, 0);
    }
    to {
      transform: translate3d(97vw, -130vh, 0);
    }
  }
  @keyframes move-frames-119 {
    from {
      transform: translate3d(36vw, 108vh, 0);
    }
    to {
      transform: translate3d(97vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(119) .circle {
    -webkit-animation-delay: 1641ms;
            animation-delay: 1641ms;
  }
  .circle-container:nth-child(120) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-120;
            animation-name: move-frames-120;
    -webkit-animation-duration: 30767ms;
            animation-duration: 30767ms;
    -webkit-animation-delay: 25985ms;
            animation-delay: 25985ms;
  }
  @-webkit-keyframes move-frames-120 {
    from {
      transform: translate3d(98vw, 108vh, 0);
    }
    to {
      transform: translate3d(96vw, -131vh, 0);
    }
  }
  @keyframes move-frames-120 {
    from {
      transform: translate3d(98vw, 108vh, 0);
    }
    to {
      transform: translate3d(96vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(120) .circle {
    -webkit-animation-delay: 3255ms;
            animation-delay: 3255ms;
  }
  .circle-container:nth-child(121) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-121;
            animation-name: move-frames-121;
    -webkit-animation-duration: 28141ms;
            animation-duration: 28141ms;
    -webkit-animation-delay: 16305ms;
            animation-delay: 16305ms;
  }
  @-webkit-keyframes move-frames-121 {
    from {
      transform: translate3d(13vw, 103vh, 0);
    }
    to {
      transform: translate3d(86vw, -111vh, 0);
    }
  }
  @keyframes move-frames-121 {
    from {
      transform: translate3d(13vw, 103vh, 0);
    }
    to {
      transform: translate3d(86vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(121) .circle {
    -webkit-animation-delay: 3ms;
            animation-delay: 3ms;
  }
  .circle-container:nth-child(122) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-122;
            animation-name: move-frames-122;
    -webkit-animation-duration: 34949ms;
            animation-duration: 34949ms;
    -webkit-animation-delay: 28217ms;
            animation-delay: 28217ms;
  }
  @-webkit-keyframes move-frames-122 {
    from {
      transform: translate3d(61vw, 107vh, 0);
    }
    to {
      transform: translate3d(98vw, -121vh, 0);
    }
  }
  @keyframes move-frames-122 {
    from {
      transform: translate3d(61vw, 107vh, 0);
    }
    to {
      transform: translate3d(98vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(122) .circle {
    -webkit-animation-delay: 374ms;
            animation-delay: 374ms;
  }
  .circle-container:nth-child(123) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-123;
            animation-name: move-frames-123;
    -webkit-animation-duration: 33926ms;
            animation-duration: 33926ms;
    -webkit-animation-delay: 34712ms;
            animation-delay: 34712ms;
  }
  @-webkit-keyframes move-frames-123 {
    from {
      transform: translate3d(5vw, 105vh, 0);
    }
    to {
      transform: translate3d(23vw, -119vh, 0);
    }
  }
  @keyframes move-frames-123 {
    from {
      transform: translate3d(5vw, 105vh, 0);
    }
    to {
      transform: translate3d(23vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(123) .circle {
    -webkit-animation-delay: 285ms;
            animation-delay: 285ms;
  }
  .circle-container:nth-child(124) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-124;
            animation-name: move-frames-124;
    -webkit-animation-duration: 29226ms;
            animation-duration: 29226ms;
    -webkit-animation-delay: 31174ms;
            animation-delay: 31174ms;
  }
  @-webkit-keyframes move-frames-124 {
    from {
      transform: translate3d(88vw, 101vh, 0);
    }
    to {
      transform: translate3d(41vw, -118vh, 0);
    }
  }
  @keyframes move-frames-124 {
    from {
      transform: translate3d(88vw, 101vh, 0);
    }
    to {
      transform: translate3d(41vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(124) .circle {
    -webkit-animation-delay: 2454ms;
            animation-delay: 2454ms;
  }
  .circle-container:nth-child(125) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-125;
            animation-name: move-frames-125;
    -webkit-animation-duration: 33065ms;
            animation-duration: 33065ms;
    -webkit-animation-delay: 32312ms;
            animation-delay: 32312ms;
  }
  @-webkit-keyframes move-frames-125 {
    from {
      transform: translate3d(54vw, 103vh, 0);
    }
    to {
      transform: translate3d(73vw, -133vh, 0);
    }
  }
  @keyframes move-frames-125 {
    from {
      transform: translate3d(54vw, 103vh, 0);
    }
    to {
      transform: translate3d(73vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(125) .circle {
    -webkit-animation-delay: 2983ms;
            animation-delay: 2983ms;
  }
  .circle-container:nth-child(126) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-126;
            animation-name: move-frames-126;
    -webkit-animation-duration: 32693ms;
            animation-duration: 32693ms;
    -webkit-animation-delay: 17038ms;
            animation-delay: 17038ms;
  }
  @-webkit-keyframes move-frames-126 {
    from {
      transform: translate3d(45vw, 101vh, 0);
    }
    to {
      transform: translate3d(51vw, -105vh, 0);
    }
  }
  @keyframes move-frames-126 {
    from {
      transform: translate3d(45vw, 101vh, 0);
    }
    to {
      transform: translate3d(51vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(126) .circle {
    -webkit-animation-delay: 2750ms;
            animation-delay: 2750ms;
  }
  .circle-container:nth-child(127) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-127;
            animation-name: move-frames-127;
    -webkit-animation-duration: 30120ms;
            animation-duration: 30120ms;
    -webkit-animation-delay: 17207ms;
            animation-delay: 17207ms;
  }
  @-webkit-keyframes move-frames-127 {
    from {
      transform: translate3d(4vw, 105vh, 0);
    }
    to {
      transform: translate3d(71vw, -109vh, 0);
    }
  }
  @keyframes move-frames-127 {
    from {
      transform: translate3d(4vw, 105vh, 0);
    }
    to {
      transform: translate3d(71vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(127) .circle {
    -webkit-animation-delay: 3768ms;
            animation-delay: 3768ms;
  }
  .circle-container:nth-child(128) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-128;
            animation-name: move-frames-128;
    -webkit-animation-duration: 34751ms;
            animation-duration: 34751ms;
    -webkit-animation-delay: 439ms;
            animation-delay: 439ms;
  }
  @-webkit-keyframes move-frames-128 {
    from {
      transform: translate3d(37vw, 105vh, 0);
    }
    to {
      transform: translate3d(48vw, -123vh, 0);
    }
  }
  @keyframes move-frames-128 {
    from {
      transform: translate3d(37vw, 105vh, 0);
    }
    to {
      transform: translate3d(48vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(128) .circle {
    -webkit-animation-delay: 826ms;
            animation-delay: 826ms;
  }
  .circle-container:nth-child(129) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-129;
            animation-name: move-frames-129;
    -webkit-animation-duration: 28278ms;
            animation-duration: 28278ms;
    -webkit-animation-delay: 16154ms;
            animation-delay: 16154ms;
  }
  @-webkit-keyframes move-frames-129 {
    from {
      transform: translate3d(36vw, 108vh, 0);
    }
    to {
      transform: translate3d(54vw, -138vh, 0);
    }
  }
  @keyframes move-frames-129 {
    from {
      transform: translate3d(36vw, 108vh, 0);
    }
    to {
      transform: translate3d(54vw, -138vh, 0);
    }
  }
  .circle-container:nth-child(129) .circle {
    -webkit-animation-delay: 547ms;
            animation-delay: 547ms;
  }
  .circle-container:nth-child(130) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-130;
            animation-name: move-frames-130;
    -webkit-animation-duration: 36289ms;
            animation-duration: 36289ms;
    -webkit-animation-delay: 36974ms;
            animation-delay: 36974ms;
  }
  @-webkit-keyframes move-frames-130 {
    from {
      transform: translate3d(65vw, 104vh, 0);
    }
    to {
      transform: translate3d(64vw, -117vh, 0);
    }
  }
  @keyframes move-frames-130 {
    from {
      transform: translate3d(65vw, 104vh, 0);
    }
    to {
      transform: translate3d(64vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(130) .circle {
    -webkit-animation-delay: 1330ms;
            animation-delay: 1330ms;
  }
  .circle-container:nth-child(131) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-131;
            animation-name: move-frames-131;
    -webkit-animation-duration: 30797ms;
            animation-duration: 30797ms;
    -webkit-animation-delay: 1305ms;
            animation-delay: 1305ms;
  }
  @-webkit-keyframes move-frames-131 {
    from {
      transform: translate3d(65vw, 105vh, 0);
    }
    to {
      transform: translate3d(24vw, -112vh, 0);
    }
  }
  @keyframes move-frames-131 {
    from {
      transform: translate3d(65vw, 105vh, 0);
    }
    to {
      transform: translate3d(24vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(131) .circle {
    -webkit-animation-delay: 1441ms;
            animation-delay: 1441ms;
  }
  .circle-container:nth-child(132) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-132;
            animation-name: move-frames-132;
    -webkit-animation-duration: 36873ms;
            animation-duration: 36873ms;
    -webkit-animation-delay: 34373ms;
            animation-delay: 34373ms;
  }
  @-webkit-keyframes move-frames-132 {
    from {
      transform: translate3d(11vw, 108vh, 0);
    }
    to {
      transform: translate3d(36vw, -123vh, 0);
    }
  }
  @keyframes move-frames-132 {
    from {
      transform: translate3d(11vw, 108vh, 0);
    }
    to {
      transform: translate3d(36vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(132) .circle {
    -webkit-animation-delay: 2188ms;
            animation-delay: 2188ms;
  }
  .circle-container:nth-child(133) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-133;
            animation-name: move-frames-133;
    -webkit-animation-duration: 34960ms;
            animation-duration: 34960ms;
    -webkit-animation-delay: 25021ms;
            animation-delay: 25021ms;
  }
  @-webkit-keyframes move-frames-133 {
    from {
      transform: translate3d(43vw, 107vh, 0);
    }
    to {
      transform: translate3d(70vw, -135vh, 0);
    }
  }
  @keyframes move-frames-133 {
    from {
      transform: translate3d(43vw, 107vh, 0);
    }
    to {
      transform: translate3d(70vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(133) .circle {
    -webkit-animation-delay: 3364ms;
            animation-delay: 3364ms;
  }
  .circle-container:nth-child(134) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-134;
            animation-name: move-frames-134;
    -webkit-animation-duration: 36044ms;
            animation-duration: 36044ms;
    -webkit-animation-delay: 10743ms;
            animation-delay: 10743ms;
  }
  @-webkit-keyframes move-frames-134 {
    from {
      transform: translate3d(34vw, 102vh, 0);
    }
    to {
      transform: translate3d(57vw, -132vh, 0);
    }
  }
  @keyframes move-frames-134 {
    from {
      transform: translate3d(34vw, 102vh, 0);
    }
    to {
      transform: translate3d(57vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(134) .circle {
    -webkit-animation-delay: 189ms;
            animation-delay: 189ms;
  }
  .circle-container:nth-child(135) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-135;
            animation-name: move-frames-135;
    -webkit-animation-duration: 35887ms;
            animation-duration: 35887ms;
    -webkit-animation-delay: 36245ms;
            animation-delay: 36245ms;
  }
  @-webkit-keyframes move-frames-135 {
    from {
      transform: translate3d(37vw, 105vh, 0);
    }
    to {
      transform: translate3d(77vw, -124vh, 0);
    }
  }
  @keyframes move-frames-135 {
    from {
      transform: translate3d(37vw, 105vh, 0);
    }
    to {
      transform: translate3d(77vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(135) .circle {
    -webkit-animation-delay: 2822ms;
            animation-delay: 2822ms;
  }
  .circle-container:nth-child(136) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-136;
            animation-name: move-frames-136;
    -webkit-animation-duration: 36391ms;
            animation-duration: 36391ms;
    -webkit-animation-delay: 27333ms;
            animation-delay: 27333ms;
  }
  @-webkit-keyframes move-frames-136 {
    from {
      transform: translate3d(9vw, 104vh, 0);
    }
    to {
      transform: translate3d(3vw, -109vh, 0);
    }
  }
  @keyframes move-frames-136 {
    from {
      transform: translate3d(9vw, 104vh, 0);
    }
    to {
      transform: translate3d(3vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(136) .circle {
    -webkit-animation-delay: 2246ms;
            animation-delay: 2246ms;
  }
  .circle-container:nth-child(137) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-137;
            animation-name: move-frames-137;
    -webkit-animation-duration: 35037ms;
            animation-duration: 35037ms;
    -webkit-animation-delay: 16851ms;
            animation-delay: 16851ms;
  }
  @-webkit-keyframes move-frames-137 {
    from {
      transform: translate3d(43vw, 110vh, 0);
    }
    to {
      transform: translate3d(31vw, -113vh, 0);
    }
  }
  @keyframes move-frames-137 {
    from {
      transform: translate3d(43vw, 110vh, 0);
    }
    to {
      transform: translate3d(31vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(137) .circle {
    -webkit-animation-delay: 1670ms;
            animation-delay: 1670ms;
  }
  .circle-container:nth-child(138) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-138;
            animation-name: move-frames-138;
    -webkit-animation-duration: 29131ms;
            animation-duration: 29131ms;
    -webkit-animation-delay: 19004ms;
            animation-delay: 19004ms;
  }
  @-webkit-keyframes move-frames-138 {
    from {
      transform: translate3d(67vw, 105vh, 0);
    }
    to {
      transform: translate3d(86vw, -109vh, 0);
    }
  }
  @keyframes move-frames-138 {
    from {
      transform: translate3d(67vw, 105vh, 0);
    }
    to {
      transform: translate3d(86vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(138) .circle {
    -webkit-animation-delay: 2517ms;
            animation-delay: 2517ms;
  }
  .circle-container:nth-child(139) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-139;
            animation-name: move-frames-139;
    -webkit-animation-duration: 34060ms;
            animation-duration: 34060ms;
    -webkit-animation-delay: 31249ms;
            animation-delay: 31249ms;
  }
  @-webkit-keyframes move-frames-139 {
    from {
      transform: translate3d(21vw, 105vh, 0);
    }
    to {
      transform: translate3d(73vw, -130vh, 0);
    }
  }
  @keyframes move-frames-139 {
    from {
      transform: translate3d(21vw, 105vh, 0);
    }
    to {
      transform: translate3d(73vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(139) .circle {
    -webkit-animation-delay: 3167ms;
            animation-delay: 3167ms;
  }
  .circle-container:nth-child(140) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-140;
            animation-name: move-frames-140;
    -webkit-animation-duration: 28141ms;
            animation-duration: 28141ms;
    -webkit-animation-delay: 1372ms;
            animation-delay: 1372ms;
  }
  @-webkit-keyframes move-frames-140 {
    from {
      transform: translate3d(33vw, 107vh, 0);
    }
    to {
      transform: translate3d(50vw, -111vh, 0);
    }
  }
  @keyframes move-frames-140 {
    from {
      transform: translate3d(33vw, 107vh, 0);
    }
    to {
      transform: translate3d(50vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(140) .circle {
    -webkit-animation-delay: 2617ms;
            animation-delay: 2617ms;
  }
  .circle-container:nth-child(141) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-141;
            animation-name: move-frames-141;
    -webkit-animation-duration: 32512ms;
            animation-duration: 32512ms;
    -webkit-animation-delay: 9576ms;
            animation-delay: 9576ms;
  }
  @-webkit-keyframes move-frames-141 {
    from {
      transform: translate3d(72vw, 105vh, 0);
    }
    to {
      transform: translate3d(77vw, -106vh, 0);
    }
  }
  @keyframes move-frames-141 {
    from {
      transform: translate3d(72vw, 105vh, 0);
    }
    to {
      transform: translate3d(77vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(141) .circle {
    -webkit-animation-delay: 3097ms;
            animation-delay: 3097ms;
  }
  .circle-container:nth-child(142) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-142;
            animation-name: move-frames-142;
    -webkit-animation-duration: 35964ms;
            animation-duration: 35964ms;
    -webkit-animation-delay: 7785ms;
            animation-delay: 7785ms;
  }
  @-webkit-keyframes move-frames-142 {
    from {
      transform: translate3d(19vw, 109vh, 0);
    }
    to {
      transform: translate3d(50vw, -112vh, 0);
    }
  }
  @keyframes move-frames-142 {
    from {
      transform: translate3d(19vw, 109vh, 0);
    }
    to {
      transform: translate3d(50vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(142) .circle {
    -webkit-animation-delay: 1805ms;
            animation-delay: 1805ms;
  }
  .circle-container:nth-child(143) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-143;
            animation-name: move-frames-143;
    -webkit-animation-duration: 34493ms;
            animation-duration: 34493ms;
    -webkit-animation-delay: 25993ms;
            animation-delay: 25993ms;
  }
  @-webkit-keyframes move-frames-143 {
    from {
      transform: translate3d(38vw, 107vh, 0);
    }
    to {
      transform: translate3d(97vw, -127vh, 0);
    }
  }
  @keyframes move-frames-143 {
    from {
      transform: translate3d(38vw, 107vh, 0);
    }
    to {
      transform: translate3d(97vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(143) .circle {
    -webkit-animation-delay: 361ms;
            animation-delay: 361ms;
  }
  .circle-container:nth-child(144) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-144;
            animation-name: move-frames-144;
    -webkit-animation-duration: 29400ms;
            animation-duration: 29400ms;
    -webkit-animation-delay: 8787ms;
            animation-delay: 8787ms;
  }
  @-webkit-keyframes move-frames-144 {
    from {
      transform: translate3d(40vw, 105vh, 0);
    }
    to {
      transform: translate3d(93vw, -130vh, 0);
    }
  }
  @keyframes move-frames-144 {
    from {
      transform: translate3d(40vw, 105vh, 0);
    }
    to {
      transform: translate3d(93vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(144) .circle {
    -webkit-animation-delay: 1373ms;
            animation-delay: 1373ms;
  }
  .circle-container:nth-child(145) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-145;
            animation-name: move-frames-145;
    -webkit-animation-duration: 33580ms;
            animation-duration: 33580ms;
    -webkit-animation-delay: 18456ms;
            animation-delay: 18456ms;
  }
  @-webkit-keyframes move-frames-145 {
    from {
      transform: translate3d(70vw, 110vh, 0);
    }
    to {
      transform: translate3d(38vw, -128vh, 0);
    }
  }
  @keyframes move-frames-145 {
    from {
      transform: translate3d(70vw, 110vh, 0);
    }
    to {
      transform: translate3d(38vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(145) .circle {
    -webkit-animation-delay: 2378ms;
            animation-delay: 2378ms;
  }
  .circle-container:nth-child(146) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-146;
            animation-name: move-frames-146;
    -webkit-animation-duration: 30368ms;
            animation-duration: 30368ms;
    -webkit-animation-delay: 5583ms;
            animation-delay: 5583ms;
  }
  @-webkit-keyframes move-frames-146 {
    from {
      transform: translate3d(73vw, 105vh, 0);
    }
    to {
      transform: translate3d(11vw, -122vh, 0);
    }
  }
  @keyframes move-frames-146 {
    from {
      transform: translate3d(73vw, 105vh, 0);
    }
    to {
      transform: translate3d(11vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(146) .circle {
    -webkit-animation-delay: 3371ms;
            animation-delay: 3371ms;
  }
  .circle-container:nth-child(147) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-147;
            animation-name: move-frames-147;
    -webkit-animation-duration: 28785ms;
            animation-duration: 28785ms;
    -webkit-animation-delay: 34516ms;
            animation-delay: 34516ms;
  }
  @-webkit-keyframes move-frames-147 {
    from {
      transform: translate3d(77vw, 101vh, 0);
    }
    to {
      transform: translate3d(28vw, -124vh, 0);
    }
  }
  @keyframes move-frames-147 {
    from {
      transform: translate3d(77vw, 101vh, 0);
    }
    to {
      transform: translate3d(28vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(147) .circle {
    -webkit-animation-delay: 2167ms;
            animation-delay: 2167ms;
  }
  .circle-container:nth-child(148) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-148;
            animation-name: move-frames-148;
    -webkit-animation-duration: 30189ms;
            animation-duration: 30189ms;
    -webkit-animation-delay: 2655ms;
            animation-delay: 2655ms;
  }
  @-webkit-keyframes move-frames-148 {
    from {
      transform: translate3d(60vw, 109vh, 0);
    }
    to {
      transform: translate3d(56vw, -116vh, 0);
    }
  }
  @keyframes move-frames-148 {
    from {
      transform: translate3d(60vw, 109vh, 0);
    }
    to {
      transform: translate3d(56vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(148) .circle {
    -webkit-animation-delay: 368ms;
            animation-delay: 368ms;
  }
  .circle-container:nth-child(149) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-149;
            animation-name: move-frames-149;
    -webkit-animation-duration: 31212ms;
            animation-duration: 31212ms;
    -webkit-animation-delay: 33307ms;
            animation-delay: 33307ms;
  }
  @-webkit-keyframes move-frames-149 {
    from {
      transform: translate3d(81vw, 106vh, 0);
    }
    to {
      transform: translate3d(97vw, -115vh, 0);
    }
  }
  @keyframes move-frames-149 {
    from {
      transform: translate3d(81vw, 106vh, 0);
    }
    to {
      transform: translate3d(97vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(149) .circle {
    -webkit-animation-delay: 3093ms;
            animation-delay: 3093ms;
  }
  .circle-container:nth-child(150) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-150;
            animation-name: move-frames-150;
    -webkit-animation-duration: 28316ms;
            animation-duration: 28316ms;
    -webkit-animation-delay: 26754ms;
            animation-delay: 26754ms;
  }
  @-webkit-keyframes move-frames-150 {
    from {
      transform: translate3d(47vw, 101vh, 0);
    }
    to {
      transform: translate3d(78vw, -103vh, 0);
    }
  }
  @keyframes move-frames-150 {
    from {
      transform: translate3d(47vw, 101vh, 0);
    }
    to {
      transform: translate3d(78vw, -103vh, 0);
    }
  }
  .circle-container:nth-child(150) .circle {
    -webkit-animation-delay: 882ms;
            animation-delay: 882ms;
  }
  .circle-container:nth-child(151) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-151;
            animation-name: move-frames-151;
    -webkit-animation-duration: 33723ms;
            animation-duration: 33723ms;
    -webkit-animation-delay: 27923ms;
            animation-delay: 27923ms;
  }
  @-webkit-keyframes move-frames-151 {
    from {
      transform: translate3d(60vw, 109vh, 0);
    }
    to {
      transform: translate3d(95vw, -111vh, 0);
    }
  }
  @keyframes move-frames-151 {
    from {
      transform: translate3d(60vw, 109vh, 0);
    }
    to {
      transform: translate3d(95vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(151) .circle {
    -webkit-animation-delay: 513ms;
            animation-delay: 513ms;
  }
  .circle-container:nth-child(152) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-152;
            animation-name: move-frames-152;
    -webkit-animation-duration: 28932ms;
            animation-duration: 28932ms;
    -webkit-animation-delay: 25955ms;
            animation-delay: 25955ms;
  }
  @-webkit-keyframes move-frames-152 {
    from {
      transform: translate3d(92vw, 101vh, 0);
    }
    to {
      transform: translate3d(91vw, -130vh, 0);
    }
  }
  @keyframes move-frames-152 {
    from {
      transform: translate3d(92vw, 101vh, 0);
    }
    to {
      transform: translate3d(91vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(152) .circle {
    -webkit-animation-delay: 3860ms;
            animation-delay: 3860ms;
  }
  .circle-container:nth-child(153) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-153;
            animation-name: move-frames-153;
    -webkit-animation-duration: 34629ms;
            animation-duration: 34629ms;
    -webkit-animation-delay: 17272ms;
            animation-delay: 17272ms;
  }
  @-webkit-keyframes move-frames-153 {
    from {
      transform: translate3d(37vw, 109vh, 0);
    }
    to {
      transform: translate3d(26vw, -130vh, 0);
    }
  }
  @keyframes move-frames-153 {
    from {
      transform: translate3d(37vw, 109vh, 0);
    }
    to {
      transform: translate3d(26vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(153) .circle {
    -webkit-animation-delay: 3204ms;
            animation-delay: 3204ms;
  }
  .circle-container:nth-child(154) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-154;
            animation-name: move-frames-154;
    -webkit-animation-duration: 34207ms;
            animation-duration: 34207ms;
    -webkit-animation-delay: 19365ms;
            animation-delay: 19365ms;
  }
  @-webkit-keyframes move-frames-154 {
    from {
      transform: translate3d(35vw, 105vh, 0);
    }
    to {
      transform: translate3d(28vw, -125vh, 0);
    }
  }
  @keyframes move-frames-154 {
    from {
      transform: translate3d(35vw, 105vh, 0);
    }
    to {
      transform: translate3d(28vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(154) .circle {
    -webkit-animation-delay: 756ms;
            animation-delay: 756ms;
  }
  .circle-container:nth-child(155) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-155;
            animation-name: move-frames-155;
    -webkit-animation-duration: 36319ms;
            animation-duration: 36319ms;
    -webkit-animation-delay: 1951ms;
            animation-delay: 1951ms;
  }
  @-webkit-keyframes move-frames-155 {
    from {
      transform: translate3d(58vw, 102vh, 0);
    }
    to {
      transform: translate3d(49vw, -125vh, 0);
    }
  }
  @keyframes move-frames-155 {
    from {
      transform: translate3d(58vw, 102vh, 0);
    }
    to {
      transform: translate3d(49vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(155) .circle {
    -webkit-animation-delay: 6ms;
            animation-delay: 6ms;
  }
  .circle-container:nth-child(156) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-156;
            animation-name: move-frames-156;
    -webkit-animation-duration: 34322ms;
            animation-duration: 34322ms;
    -webkit-animation-delay: 10719ms;
            animation-delay: 10719ms;
  }
  @-webkit-keyframes move-frames-156 {
    from {
      transform: translate3d(98vw, 104vh, 0);
    }
    to {
      transform: translate3d(8vw, -106vh, 0);
    }
  }
  @keyframes move-frames-156 {
    from {
      transform: translate3d(98vw, 104vh, 0);
    }
    to {
      transform: translate3d(8vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(156) .circle {
    -webkit-animation-delay: 1294ms;
            animation-delay: 1294ms;
  }
  .circle-container:nth-child(157) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-157;
            animation-name: move-frames-157;
    -webkit-animation-duration: 30061ms;
            animation-duration: 30061ms;
    -webkit-animation-delay: 18260ms;
            animation-delay: 18260ms;
  }
  @-webkit-keyframes move-frames-157 {
    from {
      transform: translate3d(14vw, 104vh, 0);
    }
    to {
      transform: translate3d(53vw, -106vh, 0);
    }
  }
  @keyframes move-frames-157 {
    from {
      transform: translate3d(14vw, 104vh, 0);
    }
    to {
      transform: translate3d(53vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(157) .circle {
    -webkit-animation-delay: 2442ms;
            animation-delay: 2442ms;
  }
  .circle-container:nth-child(158) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-158;
            animation-name: move-frames-158;
    -webkit-animation-duration: 30469ms;
            animation-duration: 30469ms;
    -webkit-animation-delay: 27238ms;
            animation-delay: 27238ms;
  }
  @-webkit-keyframes move-frames-158 {
    from {
      transform: translate3d(66vw, 107vh, 0);
    }
    to {
      transform: translate3d(56vw, -135vh, 0);
    }
  }
  @keyframes move-frames-158 {
    from {
      transform: translate3d(66vw, 107vh, 0);
    }
    to {
      transform: translate3d(56vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(158) .circle {
    -webkit-animation-delay: 2108ms;
            animation-delay: 2108ms;
  }
  .circle-container:nth-child(159) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-159;
            animation-name: move-frames-159;
    -webkit-animation-duration: 28374ms;
            animation-duration: 28374ms;
    -webkit-animation-delay: 4113ms;
            animation-delay: 4113ms;
  }
  @-webkit-keyframes move-frames-159 {
    from {
      transform: translate3d(47vw, 108vh, 0);
    }
    to {
      transform: translate3d(95vw, -115vh, 0);
    }
  }
  @keyframes move-frames-159 {
    from {
      transform: translate3d(47vw, 108vh, 0);
    }
    to {
      transform: translate3d(95vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(159) .circle {
    -webkit-animation-delay: 2720ms;
            animation-delay: 2720ms;
  }
  .circle-container:nth-child(160) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-160;
            animation-name: move-frames-160;
    -webkit-animation-duration: 30515ms;
            animation-duration: 30515ms;
    -webkit-animation-delay: 30235ms;
            animation-delay: 30235ms;
  }
  @-webkit-keyframes move-frames-160 {
    from {
      transform: translate3d(29vw, 105vh, 0);
    }
    to {
      transform: translate3d(13vw, -130vh, 0);
    }
  }
  @keyframes move-frames-160 {
    from {
      transform: translate3d(29vw, 105vh, 0);
    }
    to {
      transform: translate3d(13vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(160) .circle {
    -webkit-animation-delay: 1392ms;
            animation-delay: 1392ms;
  }
  .circle-container:nth-child(161) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-161;
            animation-name: move-frames-161;
    -webkit-animation-duration: 32048ms;
            animation-duration: 32048ms;
    -webkit-animation-delay: 36681ms;
            animation-delay: 36681ms;
  }
  @-webkit-keyframes move-frames-161 {
    from {
      transform: translate3d(3vw, 106vh, 0);
    }
    to {
      transform: translate3d(54vw, -129vh, 0);
    }
  }
  @keyframes move-frames-161 {
    from {
      transform: translate3d(3vw, 106vh, 0);
    }
    to {
      transform: translate3d(54vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(161) .circle {
    -webkit-animation-delay: 3662ms;
            animation-delay: 3662ms;
  }
  .circle-container:nth-child(162) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-162;
            animation-name: move-frames-162;
    -webkit-animation-duration: 33617ms;
            animation-duration: 33617ms;
    -webkit-animation-delay: 18572ms;
            animation-delay: 18572ms;
  }
  @-webkit-keyframes move-frames-162 {
    from {
      transform: translate3d(99vw, 102vh, 0);
    }
    to {
      transform: translate3d(73vw, -127vh, 0);
    }
  }
  @keyframes move-frames-162 {
    from {
      transform: translate3d(99vw, 102vh, 0);
    }
    to {
      transform: translate3d(73vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(162) .circle {
    -webkit-animation-delay: 1894ms;
            animation-delay: 1894ms;
  }
  .circle-container:nth-child(163) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-163;
            animation-name: move-frames-163;
    -webkit-animation-duration: 28946ms;
            animation-duration: 28946ms;
    -webkit-animation-delay: 26644ms;
            animation-delay: 26644ms;
  }
  @-webkit-keyframes move-frames-163 {
    from {
      transform: translate3d(41vw, 104vh, 0);
    }
    to {
      transform: translate3d(22vw, -118vh, 0);
    }
  }
  @keyframes move-frames-163 {
    from {
      transform: translate3d(41vw, 104vh, 0);
    }
    to {
      transform: translate3d(22vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(163) .circle {
    -webkit-animation-delay: 2480ms;
            animation-delay: 2480ms;
  }
  .circle-container:nth-child(164) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-164;
            animation-name: move-frames-164;
    -webkit-animation-duration: 35685ms;
            animation-duration: 35685ms;
    -webkit-animation-delay: 1941ms;
            animation-delay: 1941ms;
  }
  @-webkit-keyframes move-frames-164 {
    from {
      transform: translate3d(51vw, 109vh, 0);
    }
    to {
      transform: translate3d(97vw, -134vh, 0);
    }
  }
  @keyframes move-frames-164 {
    from {
      transform: translate3d(51vw, 109vh, 0);
    }
    to {
      transform: translate3d(97vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(164) .circle {
    -webkit-animation-delay: 3444ms;
            animation-delay: 3444ms;
  }
  .circle-container:nth-child(165) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-165;
            animation-name: move-frames-165;
    -webkit-animation-duration: 29562ms;
            animation-duration: 29562ms;
    -webkit-animation-delay: 30216ms;
            animation-delay: 30216ms;
  }
  @-webkit-keyframes move-frames-165 {
    from {
      transform: translate3d(6vw, 109vh, 0);
    }
    to {
      transform: translate3d(59vw, -120vh, 0);
    }
  }
  @keyframes move-frames-165 {
    from {
      transform: translate3d(6vw, 109vh, 0);
    }
    to {
      transform: translate3d(59vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(165) .circle {
    -webkit-animation-delay: 2034ms;
            animation-delay: 2034ms;
  }
  .circle-container:nth-child(166) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-166;
            animation-name: move-frames-166;
    -webkit-animation-duration: 30446ms;
            animation-duration: 30446ms;
    -webkit-animation-delay: 15427ms;
            animation-delay: 15427ms;
  }
  @-webkit-keyframes move-frames-166 {
    from {
      transform: translate3d(64vw, 107vh, 0);
    }
    to {
      transform: translate3d(19vw, -122vh, 0);
    }
  }
  @keyframes move-frames-166 {
    from {
      transform: translate3d(64vw, 107vh, 0);
    }
    to {
      transform: translate3d(19vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(166) .circle {
    -webkit-animation-delay: 2366ms;
            animation-delay: 2366ms;
  }
  .circle-container:nth-child(167) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-167;
            animation-name: move-frames-167;
    -webkit-animation-duration: 29515ms;
            animation-duration: 29515ms;
    -webkit-animation-delay: 28253ms;
            animation-delay: 28253ms;
  }
  @-webkit-keyframes move-frames-167 {
    from {
      transform: translate3d(64vw, 102vh, 0);
    }
    to {
      transform: translate3d(29vw, -128vh, 0);
    }
  }
  @keyframes move-frames-167 {
    from {
      transform: translate3d(64vw, 102vh, 0);
    }
    to {
      transform: translate3d(29vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(167) .circle {
    -webkit-animation-delay: 1340ms;
            animation-delay: 1340ms;
  }
  .circle-container:nth-child(168) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-168;
            animation-name: move-frames-168;
    -webkit-animation-duration: 30831ms;
            animation-duration: 30831ms;
    -webkit-animation-delay: 21902ms;
            animation-delay: 21902ms;
  }
  @-webkit-keyframes move-frames-168 {
    from {
      transform: translate3d(99vw, 105vh, 0);
    }
    to {
      transform: translate3d(27vw, -132vh, 0);
    }
  }
  @keyframes move-frames-168 {
    from {
      transform: translate3d(99vw, 105vh, 0);
    }
    to {
      transform: translate3d(27vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(168) .circle {
    -webkit-animation-delay: 130ms;
            animation-delay: 130ms;
  }
  .circle-container:nth-child(169) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-169;
            animation-name: move-frames-169;
    -webkit-animation-duration: 29894ms;
            animation-duration: 29894ms;
    -webkit-animation-delay: 15168ms;
            animation-delay: 15168ms;
  }
  @-webkit-keyframes move-frames-169 {
    from {
      transform: translate3d(33vw, 107vh, 0);
    }
    to {
      transform: translate3d(50vw, -111vh, 0);
    }
  }
  @keyframes move-frames-169 {
    from {
      transform: translate3d(33vw, 107vh, 0);
    }
    to {
      transform: translate3d(50vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(169) .circle {
    -webkit-animation-delay: 291ms;
            animation-delay: 291ms;
  }
  .circle-container:nth-child(170) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-170;
            animation-name: move-frames-170;
    -webkit-animation-duration: 30074ms;
            animation-duration: 30074ms;
    -webkit-animation-delay: 12789ms;
            animation-delay: 12789ms;
  }
  @-webkit-keyframes move-frames-170 {
    from {
      transform: translate3d(74vw, 103vh, 0);
    }
    to {
      transform: translate3d(59vw, -115vh, 0);
    }
  }
  @keyframes move-frames-170 {
    from {
      transform: translate3d(74vw, 103vh, 0);
    }
    to {
      transform: translate3d(59vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(170) .circle {
    -webkit-animation-delay: 3166ms;
            animation-delay: 3166ms;
  }
  .circle-container:nth-child(171) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-171;
            animation-name: move-frames-171;
    -webkit-animation-duration: 36019ms;
            animation-duration: 36019ms;
    -webkit-animation-delay: 19746ms;
            animation-delay: 19746ms;
  }
  @-webkit-keyframes move-frames-171 {
    from {
      transform: translate3d(98vw, 110vh, 0);
    }
    to {
      transform: translate3d(92vw, -139vh, 0);
    }
  }
  @keyframes move-frames-171 {
    from {
      transform: translate3d(98vw, 110vh, 0);
    }
    to {
      transform: translate3d(92vw, -139vh, 0);
    }
  }
  .circle-container:nth-child(171) .circle {
    -webkit-animation-delay: 3055ms;
            animation-delay: 3055ms;
  }
  .circle-container:nth-child(172) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-172;
            animation-name: move-frames-172;
    -webkit-animation-duration: 28931ms;
            animation-duration: 28931ms;
    -webkit-animation-delay: 34093ms;
            animation-delay: 34093ms;
  }
  @-webkit-keyframes move-frames-172 {
    from {
      transform: translate3d(71vw, 102vh, 0);
    }
    to {
      transform: translate3d(76vw, -104vh, 0);
    }
  }
  @keyframes move-frames-172 {
    from {
      transform: translate3d(71vw, 102vh, 0);
    }
    to {
      transform: translate3d(76vw, -104vh, 0);
    }
  }
  .circle-container:nth-child(172) .circle {
    -webkit-animation-delay: 3508ms;
            animation-delay: 3508ms;
  }
  .circle-container:nth-child(173) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-173;
            animation-name: move-frames-173;
    -webkit-animation-duration: 34467ms;
            animation-duration: 34467ms;
    -webkit-animation-delay: 10556ms;
            animation-delay: 10556ms;
  }
  @-webkit-keyframes move-frames-173 {
    from {
      transform: translate3d(17vw, 110vh, 0);
    }
    to {
      transform: translate3d(17vw, -132vh, 0);
    }
  }
  @keyframes move-frames-173 {
    from {
      transform: translate3d(17vw, 110vh, 0);
    }
    to {
      transform: translate3d(17vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(173) .circle {
    -webkit-animation-delay: 1476ms;
            animation-delay: 1476ms;
  }
  .circle-container:nth-child(174) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-174;
            animation-name: move-frames-174;
    -webkit-animation-duration: 33889ms;
            animation-duration: 33889ms;
    -webkit-animation-delay: 27793ms;
            animation-delay: 27793ms;
  }
  @-webkit-keyframes move-frames-174 {
    from {
      transform: translate3d(97vw, 108vh, 0);
    }
    to {
      transform: translate3d(5vw, -115vh, 0);
    }
  }
  @keyframes move-frames-174 {
    from {
      transform: translate3d(97vw, 108vh, 0);
    }
    to {
      transform: translate3d(5vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(174) .circle {
    -webkit-animation-delay: 1483ms;
            animation-delay: 1483ms;
  }
  .circle-container:nth-child(175) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-175;
            animation-name: move-frames-175;
    -webkit-animation-duration: 28367ms;
            animation-duration: 28367ms;
    -webkit-animation-delay: 29169ms;
            animation-delay: 29169ms;
  }
  @-webkit-keyframes move-frames-175 {
    from {
      transform: translate3d(52vw, 109vh, 0);
    }
    to {
      transform: translate3d(70vw, -135vh, 0);
    }
  }
  @keyframes move-frames-175 {
    from {
      transform: translate3d(52vw, 109vh, 0);
    }
    to {
      transform: translate3d(70vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(175) .circle {
    -webkit-animation-delay: 2434ms;
            animation-delay: 2434ms;
  }
  .circle-container:nth-child(176) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-176;
            animation-name: move-frames-176;
    -webkit-animation-duration: 32533ms;
            animation-duration: 32533ms;
    -webkit-animation-delay: 15827ms;
            animation-delay: 15827ms;
  }
  @-webkit-keyframes move-frames-176 {
    from {
      transform: translate3d(54vw, 101vh, 0);
    }
    to {
      transform: translate3d(27vw, -103vh, 0);
    }
  }
  @keyframes move-frames-176 {
    from {
      transform: translate3d(54vw, 101vh, 0);
    }
    to {
      transform: translate3d(27vw, -103vh, 0);
    }
  }
  .circle-container:nth-child(176) .circle {
    -webkit-animation-delay: 2478ms;
            animation-delay: 2478ms;
  }
  .circle-container:nth-child(177) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-177;
            animation-name: move-frames-177;
    -webkit-animation-duration: 31565ms;
            animation-duration: 31565ms;
    -webkit-animation-delay: 32097ms;
            animation-delay: 32097ms;
  }
  @-webkit-keyframes move-frames-177 {
    from {
      transform: translate3d(36vw, 102vh, 0);
    }
    to {
      transform: translate3d(3vw, -110vh, 0);
    }
  }
  @keyframes move-frames-177 {
    from {
      transform: translate3d(36vw, 102vh, 0);
    }
    to {
      transform: translate3d(3vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(177) .circle {
    -webkit-animation-delay: 1090ms;
            animation-delay: 1090ms;
  }
  .circle-container:nth-child(178) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-178;
            animation-name: move-frames-178;
    -webkit-animation-duration: 29161ms;
            animation-duration: 29161ms;
    -webkit-animation-delay: 29913ms;
            animation-delay: 29913ms;
  }
  @-webkit-keyframes move-frames-178 {
    from {
      transform: translate3d(78vw, 109vh, 0);
    }
    to {
      transform: translate3d(28vw, -123vh, 0);
    }
  }
  @keyframes move-frames-178 {
    from {
      transform: translate3d(78vw, 109vh, 0);
    }
    to {
      transform: translate3d(28vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(178) .circle {
    -webkit-animation-delay: 1909ms;
            animation-delay: 1909ms;
  }
  .circle-container:nth-child(179) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-179;
            animation-name: move-frames-179;
    -webkit-animation-duration: 36471ms;
            animation-duration: 36471ms;
    -webkit-animation-delay: 29128ms;
            animation-delay: 29128ms;
  }
  @-webkit-keyframes move-frames-179 {
    from {
      transform: translate3d(12vw, 107vh, 0);
    }
    to {
      transform: translate3d(33vw, -110vh, 0);
    }
  }
  @keyframes move-frames-179 {
    from {
      transform: translate3d(12vw, 107vh, 0);
    }
    to {
      transform: translate3d(33vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(179) .circle {
    -webkit-animation-delay: 1307ms;
            animation-delay: 1307ms;
  }
  .circle-container:nth-child(180) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-180;
            animation-name: move-frames-180;
    -webkit-animation-duration: 31151ms;
            animation-duration: 31151ms;
    -webkit-animation-delay: 14515ms;
            animation-delay: 14515ms;
  }
  @-webkit-keyframes move-frames-180 {
    from {
      transform: translate3d(76vw, 106vh, 0);
    }
    to {
      transform: translate3d(31vw, -136vh, 0);
    }
  }
  @keyframes move-frames-180 {
    from {
      transform: translate3d(76vw, 106vh, 0);
    }
    to {
      transform: translate3d(31vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(180) .circle {
    -webkit-animation-delay: 3924ms;
            animation-delay: 3924ms;
  }
  .circle-container:nth-child(181) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-181;
            animation-name: move-frames-181;
    -webkit-animation-duration: 29995ms;
            animation-duration: 29995ms;
    -webkit-animation-delay: 34594ms;
            animation-delay: 34594ms;
  }
  @-webkit-keyframes move-frames-181 {
    from {
      transform: translate3d(26vw, 108vh, 0);
    }
    to {
      transform: translate3d(72vw, -110vh, 0);
    }
  }
  @keyframes move-frames-181 {
    from {
      transform: translate3d(26vw, 108vh, 0);
    }
    to {
      transform: translate3d(72vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(181) .circle {
    -webkit-animation-delay: 854ms;
            animation-delay: 854ms;
  }
  .circle-container:nth-child(182) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-182;
            animation-name: move-frames-182;
    -webkit-animation-duration: 30177ms;
            animation-duration: 30177ms;
    -webkit-animation-delay: 34426ms;
            animation-delay: 34426ms;
  }
  @-webkit-keyframes move-frames-182 {
    from {
      transform: translate3d(76vw, 101vh, 0);
    }
    to {
      transform: translate3d(48vw, -127vh, 0);
    }
  }
  @keyframes move-frames-182 {
    from {
      transform: translate3d(76vw, 101vh, 0);
    }
    to {
      transform: translate3d(48vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(182) .circle {
    -webkit-animation-delay: 2933ms;
            animation-delay: 2933ms;
  }
  .circle-container:nth-child(183) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-183;
            animation-name: move-frames-183;
    -webkit-animation-duration: 31815ms;
            animation-duration: 31815ms;
    -webkit-animation-delay: 31886ms;
            animation-delay: 31886ms;
  }
  @-webkit-keyframes move-frames-183 {
    from {
      transform: translate3d(89vw, 101vh, 0);
    }
    to {
      transform: translate3d(24vw, -121vh, 0);
    }
  }
  @keyframes move-frames-183 {
    from {
      transform: translate3d(89vw, 101vh, 0);
    }
    to {
      transform: translate3d(24vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(183) .circle {
    -webkit-animation-delay: 2031ms;
            animation-delay: 2031ms;
  }
  .circle-container:nth-child(184) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-184;
            animation-name: move-frames-184;
    -webkit-animation-duration: 29684ms;
            animation-duration: 29684ms;
    -webkit-animation-delay: 11724ms;
            animation-delay: 11724ms;
  }
  @-webkit-keyframes move-frames-184 {
    from {
      transform: translate3d(47vw, 106vh, 0);
    }
    to {
      transform: translate3d(63vw, -123vh, 0);
    }
  }
  @keyframes move-frames-184 {
    from {
      transform: translate3d(47vw, 106vh, 0);
    }
    to {
      transform: translate3d(63vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(184) .circle {
    -webkit-animation-delay: 291ms;
            animation-delay: 291ms;
  }
  .circle-container:nth-child(185) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-185;
            animation-name: move-frames-185;
    -webkit-animation-duration: 31876ms;
            animation-duration: 31876ms;
    -webkit-animation-delay: 9256ms;
            animation-delay: 9256ms;
  }
  @-webkit-keyframes move-frames-185 {
    from {
      transform: translate3d(49vw, 101vh, 0);
    }
    to {
      transform: translate3d(78vw, -114vh, 0);
    }
  }
  @keyframes move-frames-185 {
    from {
      transform: translate3d(49vw, 101vh, 0);
    }
    to {
      transform: translate3d(78vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(185) .circle {
    -webkit-animation-delay: 1504ms;
            animation-delay: 1504ms;
  }
  .circle-container:nth-child(186) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-186;
            animation-name: move-frames-186;
    -webkit-animation-duration: 34635ms;
            animation-duration: 34635ms;
    -webkit-animation-delay: 25038ms;
            animation-delay: 25038ms;
  }
  @-webkit-keyframes move-frames-186 {
    from {
      transform: translate3d(96vw, 102vh, 0);
    }
    to {
      transform: translate3d(37vw, -117vh, 0);
    }
  }
  @keyframes move-frames-186 {
    from {
      transform: translate3d(96vw, 102vh, 0);
    }
    to {
      transform: translate3d(37vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(186) .circle {
    -webkit-animation-delay: 1217ms;
            animation-delay: 1217ms;
  }
  .circle-container:nth-child(187) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-187;
            animation-name: move-frames-187;
    -webkit-animation-duration: 33694ms;
            animation-duration: 33694ms;
    -webkit-animation-delay: 11072ms;
            animation-delay: 11072ms;
  }
  @-webkit-keyframes move-frames-187 {
    from {
      transform: translate3d(78vw, 101vh, 0);
    }
    to {
      transform: translate3d(75vw, -128vh, 0);
    }
  }
  @keyframes move-frames-187 {
    from {
      transform: translate3d(78vw, 101vh, 0);
    }
    to {
      transform: translate3d(75vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(187) .circle {
    -webkit-animation-delay: 3162ms;
            animation-delay: 3162ms;
  }
  .circle-container:nth-child(188) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-188;
            animation-name: move-frames-188;
    -webkit-animation-duration: 35558ms;
            animation-duration: 35558ms;
    -webkit-animation-delay: 1133ms;
            animation-delay: 1133ms;
  }
  @-webkit-keyframes move-frames-188 {
    from {
      transform: translate3d(27vw, 102vh, 0);
    }
    to {
      transform: translate3d(38vw, -118vh, 0);
    }
  }
  @keyframes move-frames-188 {
    from {
      transform: translate3d(27vw, 102vh, 0);
    }
    to {
      transform: translate3d(38vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(188) .circle {
    -webkit-animation-delay: 2288ms;
            animation-delay: 2288ms;
  }
  .circle-container:nth-child(189) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-189;
            animation-name: move-frames-189;
    -webkit-animation-duration: 32742ms;
            animation-duration: 32742ms;
    -webkit-animation-delay: 30289ms;
            animation-delay: 30289ms;
  }
  @-webkit-keyframes move-frames-189 {
    from {
      transform: translate3d(65vw, 104vh, 0);
    }
    to {
      transform: translate3d(100vw, -107vh, 0);
    }
  }
  @keyframes move-frames-189 {
    from {
      transform: translate3d(65vw, 104vh, 0);
    }
    to {
      transform: translate3d(100vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(189) .circle {
    -webkit-animation-delay: 1734ms;
            animation-delay: 1734ms;
  }
  .circle-container:nth-child(190) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-190;
            animation-name: move-frames-190;
    -webkit-animation-duration: 35269ms;
            animation-duration: 35269ms;
    -webkit-animation-delay: 34542ms;
            animation-delay: 34542ms;
  }
  @-webkit-keyframes move-frames-190 {
    from {
      transform: translate3d(20vw, 103vh, 0);
    }
    to {
      transform: translate3d(49vw, -113vh, 0);
    }
  }
  @keyframes move-frames-190 {
    from {
      transform: translate3d(20vw, 103vh, 0);
    }
    to {
      transform: translate3d(49vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(190) .circle {
    -webkit-animation-delay: 1094ms;
            animation-delay: 1094ms;
  }
  .circle-container:nth-child(191) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-191;
            animation-name: move-frames-191;
    -webkit-animation-duration: 30947ms;
            animation-duration: 30947ms;
    -webkit-animation-delay: 4488ms;
            animation-delay: 4488ms;
  }
  @-webkit-keyframes move-frames-191 {
    from {
      transform: translate3d(80vw, 102vh, 0);
    }
    to {
      transform: translate3d(96vw, -117vh, 0);
    }
  }
  @keyframes move-frames-191 {
    from {
      transform: translate3d(80vw, 102vh, 0);
    }
    to {
      transform: translate3d(96vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(191) .circle {
    -webkit-animation-delay: 2710ms;
            animation-delay: 2710ms;
  }
  .circle-container:nth-child(192) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-192;
            animation-name: move-frames-192;
    -webkit-animation-duration: 31139ms;
            animation-duration: 31139ms;
    -webkit-animation-delay: 16517ms;
            animation-delay: 16517ms;
  }
  @-webkit-keyframes move-frames-192 {
    from {
      transform: translate3d(4vw, 101vh, 0);
    }
    to {
      transform: translate3d(58vw, -110vh, 0);
    }
  }
  @keyframes move-frames-192 {
    from {
      transform: translate3d(4vw, 101vh, 0);
    }
    to {
      transform: translate3d(58vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(192) .circle {
    -webkit-animation-delay: 1246ms;
            animation-delay: 1246ms;
  }
  .circle-container:nth-child(193) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-193;
            animation-name: move-frames-193;
    -webkit-animation-duration: 28211ms;
            animation-duration: 28211ms;
    -webkit-animation-delay: 8011ms;
            animation-delay: 8011ms;
  }
  @-webkit-keyframes move-frames-193 {
    from {
      transform: translate3d(19vw, 105vh, 0);
    }
    to {
      transform: translate3d(72vw, -131vh, 0);
    }
  }
  @keyframes move-frames-193 {
    from {
      transform: translate3d(19vw, 105vh, 0);
    }
    to {
      transform: translate3d(72vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(193) .circle {
    -webkit-animation-delay: 2005ms;
            animation-delay: 2005ms;
  }
  .circle-container:nth-child(194) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-194;
            animation-name: move-frames-194;
    -webkit-animation-duration: 34770ms;
            animation-duration: 34770ms;
    -webkit-animation-delay: 26016ms;
            animation-delay: 26016ms;
  }
  @-webkit-keyframes move-frames-194 {
    from {
      transform: translate3d(65vw, 103vh, 0);
    }
    to {
      transform: translate3d(30vw, -119vh, 0);
    }
  }
  @keyframes move-frames-194 {
    from {
      transform: translate3d(65vw, 103vh, 0);
    }
    to {
      transform: translate3d(30vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(194) .circle {
    -webkit-animation-delay: 2094ms;
            animation-delay: 2094ms;
  }
  .circle-container:nth-child(195) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-195;
            animation-name: move-frames-195;
    -webkit-animation-duration: 29221ms;
            animation-duration: 29221ms;
    -webkit-animation-delay: 33877ms;
            animation-delay: 33877ms;
  }
  @-webkit-keyframes move-frames-195 {
    from {
      transform: translate3d(29vw, 105vh, 0);
    }
    to {
      transform: translate3d(25vw, -130vh, 0);
    }
  }
  @keyframes move-frames-195 {
    from {
      transform: translate3d(29vw, 105vh, 0);
    }
    to {
      transform: translate3d(25vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(195) .circle {
    -webkit-animation-delay: 3434ms;
            animation-delay: 3434ms;
  }
  .circle-container:nth-child(196) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-196;
            animation-name: move-frames-196;
    -webkit-animation-duration: 31142ms;
            animation-duration: 31142ms;
    -webkit-animation-delay: 23450ms;
            animation-delay: 23450ms;
  }
  @-webkit-keyframes move-frames-196 {
    from {
      transform: translate3d(83vw, 108vh, 0);
    }
    to {
      transform: translate3d(77vw, -129vh, 0);
    }
  }
  @keyframes move-frames-196 {
    from {
      transform: translate3d(83vw, 108vh, 0);
    }
    to {
      transform: translate3d(77vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(196) .circle {
    -webkit-animation-delay: 3825ms;
            animation-delay: 3825ms;
  }
  .circle-container:nth-child(197) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-197;
            animation-name: move-frames-197;
    -webkit-animation-duration: 34583ms;
            animation-duration: 34583ms;
    -webkit-animation-delay: 3356ms;
            animation-delay: 3356ms;
  }
  @-webkit-keyframes move-frames-197 {
    from {
      transform: translate3d(6vw, 101vh, 0);
    }
    to {
      transform: translate3d(46vw, -123vh, 0);
    }
  }
  @keyframes move-frames-197 {
    from {
      transform: translate3d(6vw, 101vh, 0);
    }
    to {
      transform: translate3d(46vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(197) .circle {
    -webkit-animation-delay: 1357ms;
            animation-delay: 1357ms;
  }
  .circle-container:nth-child(198) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-198;
            animation-name: move-frames-198;
    -webkit-animation-duration: 34354ms;
            animation-duration: 34354ms;
    -webkit-animation-delay: 36581ms;
            animation-delay: 36581ms;
  }
  @-webkit-keyframes move-frames-198 {
    from {
      transform: translate3d(50vw, 101vh, 0);
    }
    to {
      transform: translate3d(38vw, -131vh, 0);
    }
  }
  @keyframes move-frames-198 {
    from {
      transform: translate3d(50vw, 101vh, 0);
    }
    to {
      transform: translate3d(38vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(198) .circle {
    -webkit-animation-delay: 3863ms;
            animation-delay: 3863ms;
  }
  .circle-container:nth-child(199) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-199;
            animation-name: move-frames-199;
    -webkit-animation-duration: 36674ms;
            animation-duration: 36674ms;
    -webkit-animation-delay: 30395ms;
            animation-delay: 30395ms;
  }
  @-webkit-keyframes move-frames-199 {
    from {
      transform: translate3d(95vw, 106vh, 0);
    }
    to {
      transform: translate3d(25vw, -117vh, 0);
    }
  }
  @keyframes move-frames-199 {
    from {
      transform: translate3d(95vw, 106vh, 0);
    }
    to {
      transform: translate3d(25vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(199) .circle {
    -webkit-animation-delay: 1145ms;
            animation-delay: 1145ms;
  }
  .circle-container:nth-child(200) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-200;
            animation-name: move-frames-200;
    -webkit-animation-duration: 36520ms;
            animation-duration: 36520ms;
    -webkit-animation-delay: 34495ms;
            animation-delay: 34495ms;
  }
  @-webkit-keyframes move-frames-200 {
    from {
      transform: translate3d(89vw, 110vh, 0);
    }
    to {
      transform: translate3d(79vw, -124vh, 0);
    }
  }
  @keyframes move-frames-200 {
    from {
      transform: translate3d(89vw, 110vh, 0);
    }
    to {
      transform: translate3d(79vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(200) .circle {
    -webkit-animation-delay: 3703ms;
            animation-delay: 3703ms;
  }
  
  .message {
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: white;
    font-family: "Josefin Slab", serif;
    line-height: 27px;
    font-size: 18px;
    text-align: right;
    pointer-events: none;
    -webkit-animation: message-frames 1.5s ease 5s forwards;
            animation: message-frames 1.5s ease 5s forwards;
    opacity: 0;
  }
  @-webkit-keyframes message-frames {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes message-frames {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }