  .circle-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .circle-container {
    position: absolute;
    transform: translateY(-10vh);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .circle-container .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    mix-blend-mode: screen;
    background-image: radial-gradient(
      hsl(52, 100%, 80%),
      hsl(52, 100%, 80%) 10%,
      hsla(180, 100%, 80%, 0) 56%
    );
    animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
  }
  @keyframes fade-frames {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.7;
    }
    100% {
      opacity: 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;
    animation-name: move-frames-1;
    animation-duration: 36247ms;
    animation-delay: 6540ms;
  }
  @keyframes move-frames-1 {
    from {
      transform: translate3d(76vw, 108vh, 0);
    }
    to {
      transform: translate3d(84vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(1) .circle {
    animation-delay: 1125ms;
  }
  .circle-container:nth-child(2) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-2;
    animation-duration: 31882ms;
    animation-delay: 18813ms;
  }
  @keyframes move-frames-2 {
    from {
      transform: translate3d(24vw, 110vh, 0);
    }
    to {
      transform: translate3d(4vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(2) .circle {
    animation-delay: 852ms;
  }
  .circle-container:nth-child(3) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-3;
    animation-duration: 34862ms;
    animation-delay: 7729ms;
  }
  @keyframes move-frames-3 {
    from {
      transform: translate3d(20vw, 104vh, 0);
    }
    to {
      transform: translate3d(87vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(3) .circle {
    animation-delay: 2039ms;
  }
  .circle-container:nth-child(4) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-4;
    animation-duration: 30851ms;
    animation-delay: 36513ms;
  }
  @keyframes move-frames-4 {
    from {
      transform: translate3d(43vw, 109vh, 0);
    }
    to {
      transform: translate3d(98vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(4) .circle {
    animation-delay: 1678ms;
  }
  .circle-container:nth-child(5) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-5;
    animation-duration: 36040ms;
    animation-delay: 8276ms;
  }
  @keyframes move-frames-5 {
    from {
      transform: translate3d(27vw, 101vh, 0);
    }
    to {
      transform: translate3d(4vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(5) .circle {
    animation-delay: 1641ms;
  }
  .circle-container:nth-child(6) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-6;
    animation-duration: 36861ms;
    animation-delay: 26121ms;
  }
  @keyframes move-frames-6 {
    from {
      transform: translate3d(16vw, 110vh, 0);
    }
    to {
      transform: translate3d(49vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(6) .circle {
    animation-delay: 954ms;
  }
  .circle-container:nth-child(7) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-7;
    animation-duration: 33365ms;
    animation-delay: 15149ms;
  }
  @keyframes move-frames-7 {
    from {
      transform: translate3d(16vw, 104vh, 0);
    }
    to {
      transform: translate3d(18vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(7) .circle {
    animation-delay: 1954ms;
  }
  .circle-container:nth-child(8) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-8;
    animation-duration: 32783ms;
    animation-delay: 805ms;
  }
  @keyframes move-frames-8 {
    from {
      transform: translate3d(47vw, 108vh, 0);
    }
    to {
      transform: translate3d(24vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(8) .circle {
    animation-delay: 1584ms;
  }
  .circle-container:nth-child(9) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-9;
    animation-duration: 29541ms;
    animation-delay: 35055ms;
  }
  @keyframes move-frames-9 {
    from {
      transform: translate3d(50vw, 109vh, 0);
    }
    to {
      transform: translate3d(14vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(9) .circle {
    animation-delay: 1136ms;
  }
  .circle-container:nth-child(10) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-10;
    animation-duration: 28618ms;
    animation-delay: 24999ms;
  }
  @keyframes move-frames-10 {
    from {
      transform: translate3d(30vw, 103vh, 0);
    }
    to {
      transform: translate3d(73vw, -104vh, 0);
    }
  }
  .circle-container:nth-child(10) .circle {
    animation-delay: 3488ms;
  }
  .circle-container:nth-child(11) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-11;
    animation-duration: 31943ms;
    animation-delay: 17988ms;
  }
  @keyframes move-frames-11 {
    from {
      transform: translate3d(40vw, 110vh, 0);
    }
    to {
      transform: translate3d(26vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(11) .circle {
    animation-delay: 2256ms;
  }
  .circle-container:nth-child(12) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-12;
    animation-duration: 31431ms;
    animation-delay: 1175ms;
  }
  @keyframes move-frames-12 {
    from {
      transform: translate3d(71vw, 110vh, 0);
    }
    to {
      transform: translate3d(98vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(12) .circle {
    animation-delay: 1269ms;
  }
  .circle-container:nth-child(13) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-13;
    animation-duration: 31136ms;
    animation-delay: 32825ms;
  }
  @keyframes move-frames-13 {
    from {
      transform: translate3d(53vw, 104vh, 0);
    }
    to {
      transform: translate3d(91vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(13) .circle {
    animation-delay: 3546ms;
  }
  .circle-container:nth-child(14) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-14;
    animation-duration: 31080ms;
    animation-delay: 19459ms;
  }
  @keyframes move-frames-14 {
    from {
      transform: translate3d(31vw, 106vh, 0);
    }
    to {
      transform: translate3d(59vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(14) .circle {
    animation-delay: 2828ms;
  }
  .circle-container:nth-child(15) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-15;
    animation-duration: 28499ms;
    animation-delay: 7529ms;
  }
  @keyframes move-frames-15 {
    from {
      transform: translate3d(67vw, 109vh, 0);
    }
    to {
      transform: translate3d(5vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(15) .circle {
    animation-delay: 476ms;
  }
  .circle-container:nth-child(16) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-16;
    animation-duration: 29059ms;
    animation-delay: 9871ms;
  }
  @keyframes move-frames-16 {
    from {
      transform: translate3d(77vw, 104vh, 0);
    }
    to {
      transform: translate3d(80vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(16) .circle {
    animation-delay: 345ms;
  }
  .circle-container:nth-child(17) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-17;
    animation-duration: 28862ms;
    animation-delay: 167ms;
  }
  @keyframes move-frames-17 {
    from {
      transform: translate3d(26vw, 102vh, 0);
    }
    to {
      transform: translate3d(66vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(17) .circle {
    animation-delay: 879ms;
  }
  .circle-container:nth-child(18) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-18;
    animation-duration: 28697ms;
    animation-delay: 13494ms;
  }
  @keyframes move-frames-18 {
    from {
      transform: translate3d(37vw, 102vh, 0);
    }
    to {
      transform: translate3d(82vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(18) .circle {
    animation-delay: 2574ms;
  }
  .circle-container:nth-child(19) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-19;
    animation-duration: 31406ms;
    animation-delay: 6336ms;
  }
  @keyframes move-frames-19 {
    from {
      transform: translate3d(89vw, 103vh, 0);
    }
    to {
      transform: translate3d(58vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(19) .circle {
    animation-delay: 2620ms;
  }
  .circle-container:nth-child(20) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-20;
    animation-duration: 36360ms;
    animation-delay: 22514ms;
  }
  @keyframes move-frames-20 {
    from {
      transform: translate3d(55vw, 104vh, 0);
    }
    to {
      transform: translate3d(95vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(20) .circle {
    animation-delay: 3571ms;
  }
  .circle-container:nth-child(21) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-21;
    animation-duration: 30717ms;
    animation-delay: 23573ms;
  }
  @keyframes move-frames-21 {
    from {
      transform: translate3d(72vw, 105vh, 0);
    }
    to {
      transform: translate3d(10vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(21) .circle {
    animation-delay: 1397ms;
  }
  .circle-container:nth-child(22) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-22;
    animation-duration: 34902ms;
    animation-delay: 6581ms;
  }
  @keyframes move-frames-22 {
    from {
      transform: translate3d(53vw, 107vh, 0);
    }
    to {
      transform: translate3d(93vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(22) .circle {
    animation-delay: 2780ms;
  }
  .circle-container:nth-child(23) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-23;
    animation-duration: 30398ms;
    animation-delay: 22815ms;
  }
  @keyframes move-frames-23 {
    from {
      transform: translate3d(72vw, 108vh, 0);
    }
    to {
      transform: translate3d(51vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(23) .circle {
    animation-delay: 3807ms;
  }
  .circle-container:nth-child(24) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-24;
    animation-duration: 32927ms;
    animation-delay: 10158ms;
  }
  @keyframes move-frames-24 {
    from {
      transform: translate3d(98vw, 110vh, 0);
    }
    to {
      transform: translate3d(17vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(24) .circle {
    animation-delay: 2711ms;
  }
  .circle-container:nth-child(25) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-25;
    animation-duration: 30048ms;
    animation-delay: 35634ms;
  }
  @keyframes move-frames-25 {
    from {
      transform: translate3d(13vw, 107vh, 0);
    }
    to {
      transform: translate3d(90vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(25) .circle {
    animation-delay: 750ms;
  }
  .circle-container:nth-child(26) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-26;
    animation-duration: 28413ms;
    animation-delay: 6024ms;
  }
  @keyframes move-frames-26 {
    from {
      transform: translate3d(16vw, 108vh, 0);
    }
    to {
      transform: translate3d(81vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(26) .circle {
    animation-delay: 2114ms;
  }
  .circle-container:nth-child(27) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-27;
    animation-duration: 29665ms;
    animation-delay: 23118ms;
  }
  @keyframes move-frames-27 {
    from {
      transform: translate3d(91vw, 109vh, 0);
    }
    to {
      transform: translate3d(55vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(27) .circle {
    animation-delay: 3904ms;
  }
  .circle-container:nth-child(28) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-28;
    animation-duration: 33142ms;
    animation-delay: 2037ms;
  }
  @keyframes move-frames-28 {
    from {
      transform: translate3d(19vw, 102vh, 0);
    }
    to {
      transform: translate3d(83vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(28) .circle {
    animation-delay: 1369ms;
  }
  .circle-container:nth-child(29) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-29;
    animation-duration: 31581ms;
    animation-delay: 3128ms;
  }
  @keyframes move-frames-29 {
    from {
      transform: translate3d(47vw, 102vh, 0);
    }
    to {
      transform: translate3d(27vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(29) .circle {
    animation-delay: 2142ms;
  }
  .circle-container:nth-child(30) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-30;
    animation-duration: 31161ms;
    animation-delay: 6533ms;
  }
  @keyframes move-frames-30 {
    from {
      transform: translate3d(92vw, 109vh, 0);
    }
    to {
      transform: translate3d(30vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(30) .circle {
    animation-delay: 2660ms;
  }
  .circle-container:nth-child(31) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-31;
    animation-duration: 30623ms;
    animation-delay: 27061ms;
  }
  @keyframes move-frames-31 {
    from {
      transform: translate3d(30vw, 105vh, 0);
    }
    to {
      transform: translate3d(29vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(31) .circle {
    animation-delay: 2529ms;
  }
  .circle-container:nth-child(32) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-32;
    animation-duration: 33333ms;
    animation-delay: 9574ms;
  }
  @keyframes move-frames-32 {
    from {
      transform: translate3d(84vw, 109vh, 0);
    }
    to {
      transform: translate3d(83vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(32) .circle {
    animation-delay: 2092ms;
  }
  .circle-container:nth-child(33) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-33;
    animation-duration: 34838ms;
    animation-delay: 9372ms;
  }
  @keyframes move-frames-33 {
    from {
      transform: translate3d(30vw, 105vh, 0);
    }
    to {
      transform: translate3d(15vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(33) .circle {
    animation-delay: 2240ms;
  }
  .circle-container:nth-child(34) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-34;
    animation-duration: 33772ms;
    animation-delay: 31715ms;
  }
  @keyframes move-frames-34 {
    from {
      transform: translate3d(32vw, 108vh, 0);
    }
    to {
      transform: translate3d(88vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(34) .circle {
    animation-delay: 3868ms;
  }
  .circle-container:nth-child(35) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-35;
    animation-duration: 34707ms;
    animation-delay: 35021ms;
  }
  @keyframes move-frames-35 {
    from {
      transform: translate3d(86vw, 108vh, 0);
    }
    to {
      transform: translate3d(85vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(35) .circle {
    animation-delay: 3486ms;
  }
  .circle-container:nth-child(36) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-36;
    animation-duration: 31123ms;
    animation-delay: 16855ms;
  }
  @keyframes move-frames-36 {
    from {
      transform: translate3d(6vw, 106vh, 0);
    }
    to {
      transform: translate3d(80vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(36) .circle {
    animation-delay: 930ms;
  }
  .circle-container:nth-child(37) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-37;
    animation-duration: 34172ms;
    animation-delay: 6052ms;
  }
  @keyframes move-frames-37 {
    from {
      transform: translate3d(75vw, 106vh, 0);
    }
    to {
      transform: translate3d(6vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(37) .circle {
    animation-delay: 3058ms;
  }
  .circle-container:nth-child(38) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-38;
    animation-duration: 29507ms;
    animation-delay: 22073ms;
  }
  @keyframes move-frames-38 {
    from {
      transform: translate3d(8vw, 109vh, 0);
    }
    to {
      transform: translate3d(81vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(38) .circle {
    animation-delay: 2833ms;
  }
  .circle-container:nth-child(39) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-39;
    animation-duration: 32953ms;
    animation-delay: 12348ms;
  }
  @keyframes move-frames-39 {
    from {
      transform: translate3d(47vw, 103vh, 0);
    }
    to {
      transform: translate3d(7vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(39) .circle {
    animation-delay: 2626ms;
  }
  .circle-container:nth-child(40) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-40;
    animation-duration: 33883ms;
    animation-delay: 2692ms;
  }
  @keyframes move-frames-40 {
    from {
      transform: translate3d(97vw, 104vh, 0);
    }
    to {
      transform: translate3d(60vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(40) .circle {
    animation-delay: 3993ms;
  }
  .circle-container:nth-child(41) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-41;
    animation-duration: 29693ms;
    animation-delay: 15838ms;
  }
  @keyframes move-frames-41 {
    from {
      transform: translate3d(5vw, 101vh, 0);
    }
    to {
      transform: translate3d(35vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(41) .circle {
    animation-delay: 2809ms;
  }
  .circle-container:nth-child(42) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-42;
    animation-duration: 30944ms;
    animation-delay: 16297ms;
  }
  @keyframes move-frames-42 {
    from {
      transform: translate3d(86vw, 105vh, 0);
    }
    to {
      transform: translate3d(38vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(42) .circle {
    animation-delay: 3973ms;
  }
  .circle-container:nth-child(43) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-43;
    animation-duration: 28029ms;
    animation-delay: 34511ms;
  }
  @keyframes move-frames-43 {
    from {
      transform: translate3d(36vw, 101vh, 0);
    }
    to {
      transform: translate3d(24vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(43) .circle {
    animation-delay: 2154ms;
  }
  .circle-container:nth-child(44) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-44;
    animation-duration: 29731ms;
    animation-delay: 7148ms;
  }
  @keyframes move-frames-44 {
    from {
      transform: translate3d(66vw, 101vh, 0);
    }
    to {
      transform: translate3d(30vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(44) .circle {
    animation-delay: 3355ms;
  }
  .circle-container:nth-child(45) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-45;
    animation-duration: 30840ms;
    animation-delay: 2817ms;
  }
  @keyframes move-frames-45 {
    from {
      transform: translate3d(47vw, 106vh, 0);
    }
    to {
      transform: translate3d(32vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(45) .circle {
    animation-delay: 2188ms;
  }
  .circle-container:nth-child(46) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-46;
    animation-duration: 30251ms;
    animation-delay: 12295ms;
  }
  @keyframes move-frames-46 {
    from {
      transform: translate3d(2vw, 108vh, 0);
    }
    to {
      transform: translate3d(23vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(46) .circle {
    animation-delay: 2997ms;
  }
  .circle-container:nth-child(47) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-47;
    animation-duration: 35981ms;
    animation-delay: 10098ms;
  }
  @keyframes move-frames-47 {
    from {
      transform: translate3d(78vw, 106vh, 0);
    }
    to {
      transform: translate3d(30vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(47) .circle {
    animation-delay: 1853ms;
  }
  .circle-container:nth-child(48) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-48;
    animation-duration: 35811ms;
    animation-delay: 16743ms;
  }
  @keyframes move-frames-48 {
    from {
      transform: translate3d(91vw, 109vh, 0);
    }
    to {
      transform: translate3d(94vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(48) .circle {
    animation-delay: 3671ms;
  }
  .circle-container:nth-child(49) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-49;
    animation-duration: 31062ms;
    animation-delay: 4661ms;
  }
  @keyframes move-frames-49 {
    from {
      transform: translate3d(19vw, 105vh, 0);
    }
    to {
      transform: translate3d(57vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(49) .circle {
    animation-delay: 686ms;
  }
  .circle-container:nth-child(50) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-50;
    animation-duration: 31152ms;
    animation-delay: 6208ms;
  }
  @keyframes move-frames-50 {
    from {
      transform: translate3d(72vw, 101vh, 0);
    }
    to {
      transform: translate3d(91vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(50) .circle {
    animation-delay: 730ms;
  }
  .circle-container:nth-child(51) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-51;
    animation-duration: 29731ms;
    animation-delay: 17456ms;
  }
  @keyframes move-frames-51 {
    from {
      transform: translate3d(9vw, 101vh, 0);
    }
    to {
      transform: translate3d(96vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(51) .circle {
    animation-delay: 878ms;
  }
  .circle-container:nth-child(52) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-52;
    animation-duration: 31505ms;
    animation-delay: 34369ms;
  }
  @keyframes move-frames-52 {
    from {
      transform: translate3d(13vw, 105vh, 0);
    }
    to {
      transform: translate3d(99vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(52) .circle {
    animation-delay: 1234ms;
  }
  .circle-container:nth-child(53) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-53;
    animation-duration: 33149ms;
    animation-delay: 20959ms;
  }
  @keyframes move-frames-53 {
    from {
      transform: translate3d(2vw, 108vh, 0);
    }
    to {
      transform: translate3d(47vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(53) .circle {
    animation-delay: 1016ms;
  }
  .circle-container:nth-child(54) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-54;
    animation-duration: 35871ms;
    animation-delay: 4978ms;
  }
  @keyframes move-frames-54 {
    from {
      transform: translate3d(71vw, 109vh, 0);
    }
    to {
      transform: translate3d(93vw, -138vh, 0);
    }
  }
  .circle-container:nth-child(54) .circle {
    animation-delay: 1830ms;
  }
  .circle-container:nth-child(55) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-55;
    animation-duration: 28735ms;
    animation-delay: 25170ms;
  }
  @keyframes move-frames-55 {
    from {
      transform: translate3d(12vw, 104vh, 0);
    }
    to {
      transform: translate3d(89vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(55) .circle {
    animation-delay: 2024ms;
  }
  .circle-container:nth-child(56) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-56;
    animation-duration: 29876ms;
    animation-delay: 989ms;
  }
  @keyframes move-frames-56 {
    from {
      transform: translate3d(35vw, 101vh, 0);
    }
    to {
      transform: translate3d(64vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(56) .circle {
    animation-delay: 2438ms;
  }
  .circle-container:nth-child(57) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-57;
    animation-duration: 28186ms;
    animation-delay: 892ms;
  }
  @keyframes move-frames-57 {
    from {
      transform: translate3d(34vw, 101vh, 0);
    }
    to {
      transform: translate3d(87vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(57) .circle {
    animation-delay: 761ms;
  }
  .circle-container:nth-child(58) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-58;
    animation-duration: 35773ms;
    animation-delay: 27593ms;
  }
  @keyframes move-frames-58 {
    from {
      transform: translate3d(51vw, 104vh, 0);
    }
    to {
      transform: translate3d(41vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(58) .circle {
    animation-delay: 1852ms;
  }
  .circle-container:nth-child(59) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-59;
    animation-duration: 33577ms;
    animation-delay: 23788ms;
  }
  @keyframes move-frames-59 {
    from {
      transform: translate3d(68vw, 101vh, 0);
    }
    to {
      transform: translate3d(1vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(59) .circle {
    animation-delay: 1634ms;
  }
  .circle-container:nth-child(60) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-60;
    animation-duration: 32706ms;
    animation-delay: 28970ms;
  }
  @keyframes move-frames-60 {
    from {
      transform: translate3d(50vw, 102vh, 0);
    }
    to {
      transform: translate3d(60vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(60) .circle {
    animation-delay: 3124ms;
  }
  .circle-container:nth-child(61) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-61;
    animation-duration: 33491ms;
    animation-delay: 5260ms;
  }
  @keyframes move-frames-61 {
    from {
      transform: translate3d(80vw, 103vh, 0);
    }
    to {
      transform: translate3d(45vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(61) .circle {
    animation-delay: 3740ms;
  }
  .circle-container:nth-child(62) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-62;
    animation-duration: 29066ms;
    animation-delay: 20110ms;
  }
  @keyframes move-frames-62 {
    from {
      transform: translate3d(24vw, 109vh, 0);
    }
    to {
      transform: translate3d(21vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(62) .circle {
    animation-delay: 2007ms;
  }
  .circle-container:nth-child(63) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-63;
    animation-duration: 36615ms;
    animation-delay: 35091ms;
  }
  @keyframes move-frames-63 {
    from {
      transform: translate3d(85vw, 107vh, 0);
    }
    to {
      transform: translate3d(1vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(63) .circle {
    animation-delay: 1138ms;
  }
  .circle-container:nth-child(64) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-64;
    animation-duration: 29968ms;
    animation-delay: 7066ms;
  }
  @keyframes move-frames-64 {
    from {
      transform: translate3d(70vw, 103vh, 0);
    }
    to {
      transform: translate3d(83vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(64) .circle {
    animation-delay: 17ms;
  }
  .circle-container:nth-child(65) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-65;
    animation-duration: 33393ms;
    animation-delay: 29937ms;
  }
  @keyframes move-frames-65 {
    from {
      transform: translate3d(8vw, 108vh, 0);
    }
    to {
      transform: translate3d(49vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(65) .circle {
    animation-delay: 727ms;
  }
  .circle-container:nth-child(66) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-66;
    animation-duration: 28948ms;
    animation-delay: 13223ms;
  }
  @keyframes move-frames-66 {
    from {
      transform: translate3d(62vw, 101vh, 0);
    }
    to {
      transform: translate3d(62vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(66) .circle {
    animation-delay: 1434ms;
  }
  .circle-container:nth-child(67) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-67;
    animation-duration: 32116ms;
    animation-delay: 6886ms;
  }
  @keyframes move-frames-67 {
    from {
      transform: translate3d(23vw, 108vh, 0);
    }
    to {
      transform: translate3d(22vw, -138vh, 0);
    }
  }
  .circle-container:nth-child(67) .circle {
    animation-delay: 1583ms;
  }
  .circle-container:nth-child(68) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-68;
    animation-duration: 28702ms;
    animation-delay: 9400ms;
  }
  @keyframes move-frames-68 {
    from {
      transform: translate3d(43vw, 106vh, 0);
    }
    to {
      transform: translate3d(94vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(68) .circle {
    animation-delay: 1410ms;
  }
  .circle-container:nth-child(69) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-69;
    animation-duration: 29741ms;
    animation-delay: 605ms;
  }
  @keyframes move-frames-69 {
    from {
      transform: translate3d(84vw, 102vh, 0);
    }
    to {
      transform: translate3d(83vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(69) .circle {
    animation-delay: 3245ms;
  }
  .circle-container:nth-child(70) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-70;
    animation-duration: 36195ms;
    animation-delay: 28753ms;
  }
  @keyframes move-frames-70 {
    from {
      transform: translate3d(69vw, 110vh, 0);
    }
    to {
      transform: translate3d(43vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(70) .circle {
    animation-delay: 1282ms;
  }
  .circle-container:nth-child(71) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-71;
    animation-duration: 35415ms;
    animation-delay: 24589ms;
  }
  @keyframes move-frames-71 {
    from {
      transform: translate3d(91vw, 110vh, 0);
    }
    to {
      transform: translate3d(6vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(71) .circle {
    animation-delay: 142ms;
  }
  .circle-container:nth-child(72) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-72;
    animation-duration: 30441ms;
    animation-delay: 1424ms;
  }
  @keyframes move-frames-72 {
    from {
      transform: translate3d(17vw, 102vh, 0);
    }
    to {
      transform: translate3d(26vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(72) .circle {
    animation-delay: 1049ms;
  }
  .circle-container:nth-child(73) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-73;
    animation-duration: 36372ms;
    animation-delay: 25105ms;
  }
  @keyframes move-frames-73 {
    from {
      transform: translate3d(46vw, 105vh, 0);
    }
    to {
      transform: translate3d(59vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(73) .circle {
    animation-delay: 3564ms;
  }
  .circle-container:nth-child(74) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-74;
    animation-duration: 31788ms;
    animation-delay: 6954ms;
  }
  @keyframes move-frames-74 {
    from {
      transform: translate3d(76vw, 110vh, 0);
    }
    to {
      transform: translate3d(37vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(74) .circle {
    animation-delay: 717ms;
  }
  .circle-container:nth-child(75) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-75;
    animation-duration: 36557ms;
    animation-delay: 18387ms;
  }
  @keyframes move-frames-75 {
    from {
      transform: translate3d(12vw, 101vh, 0);
    }
    to {
      transform: translate3d(30vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(75) .circle {
    animation-delay: 2265ms;
  }
  .circle-container:nth-child(76) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-76;
    animation-duration: 28585ms;
    animation-delay: 27685ms;
  }
  @keyframes move-frames-76 {
    from {
      transform: translate3d(33vw, 104vh, 0);
    }
    to {
      transform: translate3d(42vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(76) .circle {
    animation-delay: 2261ms;
  }
  .circle-container:nth-child(77) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-77;
    animation-duration: 33551ms;
    animation-delay: 17925ms;
  }
  @keyframes move-frames-77 {
    from {
      transform: translate3d(23vw, 104vh, 0);
    }
    to {
      transform: translate3d(86vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(77) .circle {
    animation-delay: 1248ms;
  }
  .circle-container:nth-child(78) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-78;
    animation-duration: 30410ms;
    animation-delay: 28444ms;
  }
  @keyframes move-frames-78 {
    from {
      transform: translate3d(80vw, 104vh, 0);
    }
    to {
      transform: translate3d(49vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(78) .circle {
    animation-delay: 737ms;
  }
  .circle-container:nth-child(79) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-79;
    animation-duration: 29369ms;
    animation-delay: 22224ms;
  }
  @keyframes move-frames-79 {
    from {
      transform: translate3d(75vw, 106vh, 0);
    }
    to {
      transform: translate3d(55vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(79) .circle {
    animation-delay: 627ms;
  }
  .circle-container:nth-child(80) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-80;
    animation-duration: 36284ms;
    animation-delay: 22979ms;
  }
  @keyframes move-frames-80 {
    from {
      transform: translate3d(62vw, 105vh, 0);
    }
    to {
      transform: translate3d(99vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(80) .circle {
    animation-delay: 1923ms;
  }
  .circle-container:nth-child(81) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-81;
    animation-duration: 34181ms;
    animation-delay: 13767ms;
  }
  @keyframes move-frames-81 {
    from {
      transform: translate3d(63vw, 106vh, 0);
    }
    to {
      transform: translate3d(5vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(81) .circle {
    animation-delay: 155ms;
  }
  .circle-container:nth-child(82) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-82;
    animation-duration: 36927ms;
    animation-delay: 14870ms;
  }
  @keyframes move-frames-82 {
    from {
      transform: translate3d(84vw, 103vh, 0);
    }
    to {
      transform: translate3d(100vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(82) .circle {
    animation-delay: 3935ms;
  }
  .circle-container:nth-child(83) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-83;
    animation-duration: 32177ms;
    animation-delay: 13857ms;
  }
  @keyframes move-frames-83 {
    from {
      transform: translate3d(33vw, 107vh, 0);
    }
    to {
      transform: translate3d(86vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(83) .circle {
    animation-delay: 3184ms;
  }
  .circle-container:nth-child(84) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-84;
    animation-duration: 29341ms;
    animation-delay: 21832ms;
  }
  @keyframes move-frames-84 {
    from {
      transform: translate3d(15vw, 101vh, 0);
    }
    to {
      transform: translate3d(98vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(84) .circle {
    animation-delay: 2223ms;
  }
  .circle-container:nth-child(85) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-85;
    animation-duration: 36211ms;
    animation-delay: 25022ms;
  }
  @keyframes move-frames-85 {
    from {
      transform: translate3d(21vw, 106vh, 0);
    }
    to {
      transform: translate3d(92vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(85) .circle {
    animation-delay: 3178ms;
  }
  .circle-container:nth-child(86) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-86;
    animation-duration: 32790ms;
    animation-delay: 22611ms;
  }
  @keyframes move-frames-86 {
    from {
      transform: translate3d(46vw, 110vh, 0);
    }
    to {
      transform: translate3d(8vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(86) .circle {
    animation-delay: 456ms;
  }
  .circle-container:nth-child(87) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-87;
    animation-duration: 36994ms;
    animation-delay: 27030ms;
  }
  @keyframes move-frames-87 {
    from {
      transform: translate3d(91vw, 110vh, 0);
    }
    to {
      transform: translate3d(22vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(87) .circle {
    animation-delay: 929ms;
  }
  .circle-container:nth-child(88) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-88;
    animation-duration: 33698ms;
    animation-delay: 8002ms;
  }
  @keyframes move-frames-88 {
    from {
      transform: translate3d(63vw, 103vh, 0);
    }
    to {
      transform: translate3d(66vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(88) .circle {
    animation-delay: 3715ms;
  }
  .circle-container:nth-child(89) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-89;
    animation-duration: 30661ms;
    animation-delay: 33547ms;
  }
  @keyframes move-frames-89 {
    from {
      transform: translate3d(21vw, 107vh, 0);
    }
    to {
      transform: translate3d(64vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(89) .circle {
    animation-delay: 634ms;
  }
  .circle-container:nth-child(90) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-90;
    animation-duration: 35156ms;
    animation-delay: 24500ms;
  }
  @keyframes move-frames-90 {
    from {
      transform: translate3d(65vw, 104vh, 0);
    }
    to {
      transform: translate3d(94vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(90) .circle {
    animation-delay: 3540ms;
  }
  .circle-container:nth-child(91) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-91;
    animation-duration: 35330ms;
    animation-delay: 22844ms;
  }
  @keyframes move-frames-91 {
    from {
      transform: translate3d(83vw, 108vh, 0);
    }
    to {
      transform: translate3d(88vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(91) .circle {
    animation-delay: 1485ms;
  }
  .circle-container:nth-child(92) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-92;
    animation-duration: 30695ms;
    animation-delay: 34828ms;
  }
  @keyframes move-frames-92 {
    from {
      transform: translate3d(100vw, 110vh, 0);
    }
    to {
      transform: translate3d(87vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(92) .circle {
    animation-delay: 2602ms;
  }
  .circle-container:nth-child(93) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-93;
    animation-duration: 36392ms;
    animation-delay: 29117ms;
  }
  @keyframes move-frames-93 {
    from {
      transform: translate3d(47vw, 110vh, 0);
    }
    to {
      transform: translate3d(75vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(93) .circle {
    animation-delay: 3810ms;
  }
  .circle-container:nth-child(94) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-94;
    animation-duration: 36187ms;
    animation-delay: 33317ms;
  }
  @keyframes move-frames-94 {
    from {
      transform: translate3d(42vw, 110vh, 0);
    }
    to {
      transform: translate3d(17vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(94) .circle {
    animation-delay: 2585ms;
  }
  .circle-container:nth-child(95) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-95;
    animation-duration: 30314ms;
    animation-delay: 2165ms;
  }
  @keyframes move-frames-95 {
    from {
      transform: translate3d(54vw, 103vh, 0);
    }
    to {
      transform: translate3d(75vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(95) .circle {
    animation-delay: 1376ms;
  }
  .circle-container:nth-child(96) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-96;
    animation-duration: 36900ms;
    animation-delay: 23963ms;
  }
  @keyframes move-frames-96 {
    from {
      transform: translate3d(44vw, 104vh, 0);
    }
    to {
      transform: translate3d(52vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(96) .circle {
    animation-delay: 2581ms;
  }
  .circle-container:nth-child(97) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-97;
    animation-duration: 35548ms;
    animation-delay: 17428ms;
  }
  @keyframes move-frames-97 {
    from {
      transform: translate3d(13vw, 103vh, 0);
    }
    to {
      transform: translate3d(53vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(97) .circle {
    animation-delay: 1207ms;
  }
  .circle-container:nth-child(98) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-98;
    animation-duration: 30245ms;
    animation-delay: 18246ms;
  }
  @keyframes move-frames-98 {
    from {
      transform: translate3d(18vw, 104vh, 0);
    }
    to {
      transform: translate3d(70vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(98) .circle {
    animation-delay: 2794ms;
  }
  .circle-container:nth-child(99) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-99;
    animation-duration: 32699ms;
    animation-delay: 22024ms;
  }
  @keyframes move-frames-99 {
    from {
      transform: translate3d(33vw, 109vh, 0);
    }
    to {
      transform: translate3d(99vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(99) .circle {
    animation-delay: 3229ms;
  }
  .circle-container:nth-child(100) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-100;
    animation-duration: 30113ms;
    animation-delay: 28594ms;
  }
  @keyframes move-frames-100 {
    from {
      transform: translate3d(60vw, 110vh, 0);
    }
    to {
      transform: translate3d(1vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(100) .circle {
    animation-delay: 1806ms;
  }
  .circle-container:nth-child(101) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-101;
    animation-duration: 36858ms;
    animation-delay: 36680ms;
  }
  @keyframes move-frames-101 {
    from {
      transform: translate3d(1vw, 102vh, 0);
    }
    to {
      transform: translate3d(57vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(101) .circle {
    animation-delay: 2576ms;
  }
  .circle-container:nth-child(102) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-102;
    animation-duration: 30123ms;
    animation-delay: 12800ms;
  }
  @keyframes move-frames-102 {
    from {
      transform: translate3d(28vw, 104vh, 0);
    }
    to {
      transform: translate3d(54vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(102) .circle {
    animation-delay: 1865ms;
  }
  .circle-container:nth-child(103) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-103;
    animation-duration: 34376ms;
    animation-delay: 14271ms;
  }
  @keyframes move-frames-103 {
    from {
      transform: translate3d(10vw, 107vh, 0);
    }
    to {
      transform: translate3d(96vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(103) .circle {
    animation-delay: 2999ms;
  }
  .circle-container:nth-child(104) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-104;
    animation-duration: 31238ms;
    animation-delay: 16600ms;
  }
  @keyframes move-frames-104 {
    from {
      transform: translate3d(60vw, 103vh, 0);
    }
    to {
      transform: translate3d(50vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(104) .circle {
    animation-delay: 3254ms;
  }
  .circle-container:nth-child(105) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-105;
    animation-duration: 32809ms;
    animation-delay: 10585ms;
  }
  @keyframes move-frames-105 {
    from {
      transform: translate3d(14vw, 110vh, 0);
    }
    to {
      transform: translate3d(22vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(105) .circle {
    animation-delay: 1819ms;
  }
  .circle-container:nth-child(106) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-106;
    animation-duration: 35226ms;
    animation-delay: 7465ms;
  }
  @keyframes move-frames-106 {
    from {
      transform: translate3d(94vw, 106vh, 0);
    }
    to {
      transform: translate3d(79vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(106) .circle {
    animation-delay: 3989ms;
  }
  .circle-container:nth-child(107) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-107;
    animation-duration: 30991ms;
    animation-delay: 19947ms;
  }
  @keyframes move-frames-107 {
    from {
      transform: translate3d(85vw, 106vh, 0);
    }
    to {
      transform: translate3d(25vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(107) .circle {
    animation-delay: 151ms;
  }
  .circle-container:nth-child(108) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-108;
    animation-duration: 30777ms;
    animation-delay: 6039ms;
  }
  @keyframes move-frames-108 {
    from {
      transform: translate3d(98vw, 104vh, 0);
    }
    to {
      transform: translate3d(52vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(108) .circle {
    animation-delay: 2398ms;
  }
  .circle-container:nth-child(109) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-109;
    animation-duration: 30234ms;
    animation-delay: 19082ms;
  }
  @keyframes move-frames-109 {
    from {
      transform: translate3d(39vw, 102vh, 0);
    }
    to {
      transform: translate3d(12vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(109) .circle {
    animation-delay: 2310ms;
  }
  .circle-container:nth-child(110) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-110;
    animation-duration: 34710ms;
    animation-delay: 11772ms;
  }
  @keyframes move-frames-110 {
    from {
      transform: translate3d(88vw, 101vh, 0);
    }
    to {
      transform: translate3d(98vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(110) .circle {
    animation-delay: 586ms;
  }
  .circle-container:nth-child(111) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-111;
    animation-duration: 34728ms;
    animation-delay: 3803ms;
  }
  @keyframes move-frames-111 {
    from {
      transform: translate3d(97vw, 101vh, 0);
    }
    to {
      transform: translate3d(60vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(111) .circle {
    animation-delay: 2266ms;
  }
  .circle-container:nth-child(112) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-112;
    animation-duration: 30422ms;
    animation-delay: 5288ms;
  }
  @keyframes move-frames-112 {
    from {
      transform: translate3d(86vw, 105vh, 0);
    }
    to {
      transform: translate3d(83vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(112) .circle {
    animation-delay: 248ms;
  }
  .circle-container:nth-child(113) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-113;
    animation-duration: 35990ms;
    animation-delay: 19677ms;
  }
  @keyframes move-frames-113 {
    from {
      transform: translate3d(35vw, 104vh, 0);
    }
    to {
      transform: translate3d(43vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(113) .circle {
    animation-delay: 1588ms;
  }
  .circle-container:nth-child(114) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-114;
    animation-duration: 29579ms;
    animation-delay: 12092ms;
  }
  @keyframes move-frames-114 {
    from {
      transform: translate3d(34vw, 101vh, 0);
    }
    to {
      transform: translate3d(78vw, -103vh, 0);
    }
  }
  .circle-container:nth-child(114) .circle {
    animation-delay: 3129ms;
  }
  .circle-container:nth-child(115) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-115;
    animation-duration: 29453ms;
    animation-delay: 821ms;
  }
  @keyframes move-frames-115 {
    from {
      transform: translate3d(91vw, 103vh, 0);
    }
    to {
      transform: translate3d(38vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(115) .circle {
    animation-delay: 1200ms;
  }
  .circle-container:nth-child(116) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-116;
    animation-duration: 35768ms;
    animation-delay: 36330ms;
  }
  @keyframes move-frames-116 {
    from {
      transform: translate3d(80vw, 106vh, 0);
    }
    to {
      transform: translate3d(12vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(116) .circle {
    animation-delay: 3640ms;
  }
  .circle-container:nth-child(117) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-117;
    animation-duration: 31259ms;
    animation-delay: 17526ms;
  }
  @keyframes move-frames-117 {
    from {
      transform: translate3d(95vw, 107vh, 0);
    }
    to {
      transform: translate3d(83vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(117) .circle {
    animation-delay: 2157ms;
  }
  .circle-container:nth-child(118) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-118;
    animation-duration: 34218ms;
    animation-delay: 30612ms;
  }
  @keyframes move-frames-118 {
    from {
      transform: translate3d(29vw, 106vh, 0);
    }
    to {
      transform: translate3d(48vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(118) .circle {
    animation-delay: 1239ms;
  }
  .circle-container:nth-child(119) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-119;
    animation-duration: 31752ms;
    animation-delay: 31940ms;
  }
  @keyframes move-frames-119 {
    from {
      transform: translate3d(12vw, 101vh, 0);
    }
    to {
      transform: translate3d(54vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(119) .circle {
    animation-delay: 2195ms;
  }
  .circle-container:nth-child(120) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-120;
    animation-duration: 33900ms;
    animation-delay: 16114ms;
  }
  @keyframes move-frames-120 {
    from {
      transform: translate3d(65vw, 110vh, 0);
    }
    to {
      transform: translate3d(97vw, -140vh, 0);
    }
  }
  .circle-container:nth-child(120) .circle {
    animation-delay: 3035ms;
  }
  .circle-container:nth-child(121) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-121;
    animation-duration: 32493ms;
    animation-delay: 19939ms;
  }
  @keyframes move-frames-121 {
    from {
      transform: translate3d(46vw, 109vh, 0);
    }
    to {
      transform: translate3d(68vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(121) .circle {
    animation-delay: 676ms;
  }
  .circle-container:nth-child(122) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-122;
    animation-duration: 34322ms;
    animation-delay: 33552ms;
  }
  @keyframes move-frames-122 {
    from {
      transform: translate3d(59vw, 105vh, 0);
    }
    to {
      transform: translate3d(3vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(122) .circle {
    animation-delay: 569ms;
  }
  .circle-container:nth-child(123) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-123;
    animation-duration: 34139ms;
    animation-delay: 18709ms;
  }
  @keyframes move-frames-123 {
    from {
      transform: translate3d(3vw, 107vh, 0);
    }
    to {
      transform: translate3d(96vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(123) .circle {
    animation-delay: 2137ms;
  }
  .circle-container:nth-child(124) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-124;
    animation-duration: 30514ms;
    animation-delay: 20074ms;
  }
  @keyframes move-frames-124 {
    from {
      transform: translate3d(13vw, 107vh, 0);
    }
    to {
      transform: translate3d(67vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(124) .circle {
    animation-delay: 542ms;
  }
  .circle-container:nth-child(125) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-125;
    animation-duration: 33886ms;
    animation-delay: 5624ms;
  }
  @keyframes move-frames-125 {
    from {
      transform: translate3d(25vw, 108vh, 0);
    }
    to {
      transform: translate3d(44vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(125) .circle {
    animation-delay: 2548ms;
  }
  .circle-container:nth-child(126) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-126;
    animation-duration: 30706ms;
    animation-delay: 36033ms;
  }
  @keyframes move-frames-126 {
    from {
      transform: translate3d(14vw, 109vh, 0);
    }
    to {
      transform: translate3d(44vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(126) .circle {
    animation-delay: 2763ms;
  }
  .circle-container:nth-child(127) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-127;
    animation-duration: 36561ms;
    animation-delay: 26497ms;
  }
  @keyframes move-frames-127 {
    from {
      transform: translate3d(12vw, 110vh, 0);
    }
    to {
      transform: translate3d(27vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(127) .circle {
    animation-delay: 3363ms;
  }
  .circle-container:nth-child(128) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-128;
    animation-duration: 35076ms;
    animation-delay: 13106ms;
  }
  @keyframes move-frames-128 {
    from {
      transform: translate3d(59vw, 107vh, 0);
    }
    to {
      transform: translate3d(3vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(128) .circle {
    animation-delay: 152ms;
  }
  .circle-container:nth-child(129) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-129;
    animation-duration: 36061ms;
    animation-delay: 28155ms;
  }
  @keyframes move-frames-129 {
    from {
      transform: translate3d(19vw, 107vh, 0);
    }
    to {
      transform: translate3d(57vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(129) .circle {
    animation-delay: 1848ms;
  }
  .circle-container:nth-child(130) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-130;
    animation-duration: 30571ms;
    animation-delay: 25500ms;
  }
  @keyframes move-frames-130 {
    from {
      transform: translate3d(14vw, 107vh, 0);
    }
    to {
      transform: translate3d(46vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(130) .circle {
    animation-delay: 983ms;
  }
  .circle-container:nth-child(131) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-131;
    animation-duration: 33438ms;
    animation-delay: 31500ms;
  }
  @keyframes move-frames-131 {
    from {
      transform: translate3d(87vw, 108vh, 0);
    }
    to {
      transform: translate3d(98vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(131) .circle {
    animation-delay: 392ms;
  }
  .circle-container:nth-child(132) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-132;
    animation-duration: 31270ms;
    animation-delay: 18072ms;
  }
  @keyframes move-frames-132 {
    from {
      transform: translate3d(12vw, 101vh, 0);
    }
    to {
      transform: translate3d(29vw, -103vh, 0);
    }
  }
  .circle-container:nth-child(132) .circle {
    animation-delay: 1732ms;
  }
  .circle-container:nth-child(133) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-133;
    animation-duration: 36417ms;
    animation-delay: 7327ms;
  }
  @keyframes move-frames-133 {
    from {
      transform: translate3d(44vw, 103vh, 0);
    }
    to {
      transform: translate3d(56vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(133) .circle {
    animation-delay: 409ms;
  }
  .circle-container:nth-child(134) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-134;
    animation-duration: 35688ms;
    animation-delay: 9766ms;
  }
  @keyframes move-frames-134 {
    from {
      transform: translate3d(10vw, 104vh, 0);
    }
    to {
      transform: translate3d(54vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(134) .circle {
    animation-delay: 88ms;
  }
  .circle-container:nth-child(135) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-135;
    animation-duration: 33785ms;
    animation-delay: 20501ms;
  }
  @keyframes move-frames-135 {
    from {
      transform: translate3d(26vw, 103vh, 0);
    }
    to {
      transform: translate3d(49vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(135) .circle {
    animation-delay: 271ms;
  }
  .circle-container:nth-child(136) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-136;
    animation-duration: 32774ms;
    animation-delay: 23643ms;
  }
  @keyframes move-frames-136 {
    from {
      transform: translate3d(36vw, 105vh, 0);
    }
    to {
      transform: translate3d(88vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(136) .circle {
    animation-delay: 1493ms;
  }
  .circle-container:nth-child(137) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-137;
    animation-duration: 31135ms;
    animation-delay: 3169ms;
  }
  @keyframes move-frames-137 {
    from {
      transform: translate3d(49vw, 103vh, 0);
    }
    to {
      transform: translate3d(27vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(137) .circle {
    animation-delay: 1585ms;
  }
  .circle-container:nth-child(138) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-138;
    animation-duration: 30711ms;
    animation-delay: 19049ms;
  }
  @keyframes move-frames-138 {
    from {
      transform: translate3d(81vw, 109vh, 0);
    }
    to {
      transform: translate3d(33vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(138) .circle {
    animation-delay: 2518ms;
  }
  .circle-container:nth-child(139) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-139;
    animation-duration: 35298ms;
    animation-delay: 17514ms;
  }
  @keyframes move-frames-139 {
    from {
      transform: translate3d(18vw, 105vh, 0);
    }
    to {
      transform: translate3d(5vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(139) .circle {
    animation-delay: 1896ms;
  }
  .circle-container:nth-child(140) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-140;
    animation-duration: 28914ms;
    animation-delay: 4425ms;
  }
  @keyframes move-frames-140 {
    from {
      transform: translate3d(32vw, 103vh, 0);
    }
    to {
      transform: translate3d(99vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(140) .circle {
    animation-delay: 173ms;
  }
  .circle-container:nth-child(141) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-141;
    animation-duration: 34559ms;
    animation-delay: 12102ms;
  }
  @keyframes move-frames-141 {
    from {
      transform: translate3d(80vw, 109vh, 0);
    }
    to {
      transform: translate3d(67vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(141) .circle {
    animation-delay: 955ms;
  }
  .circle-container:nth-child(142) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-142;
    animation-duration: 35794ms;
    animation-delay: 24052ms;
  }
  @keyframes move-frames-142 {
    from {
      transform: translate3d(66vw, 105vh, 0);
    }
    to {
      transform: translate3d(91vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(142) .circle {
    animation-delay: 34ms;
  }
  .circle-container:nth-child(143) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-143;
    animation-duration: 35869ms;
    animation-delay: 31604ms;
  }
  @keyframes move-frames-143 {
    from {
      transform: translate3d(79vw, 107vh, 0);
    }
    to {
      transform: translate3d(12vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(143) .circle {
    animation-delay: 3586ms;
  }
  .circle-container:nth-child(144) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-144;
    animation-duration: 35562ms;
    animation-delay: 26495ms;
  }
  @keyframes move-frames-144 {
    from {
      transform: translate3d(56vw, 109vh, 0);
    }
    to {
      transform: translate3d(70vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(144) .circle {
    animation-delay: 3248ms;
  }
  .circle-container:nth-child(145) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-145;
    animation-duration: 33688ms;
    animation-delay: 12884ms;
  }
  @keyframes move-frames-145 {
    from {
      transform: translate3d(5vw, 107vh, 0);
    }
    to {
      transform: translate3d(11vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(145) .circle {
    animation-delay: 356ms;
  }
  .circle-container:nth-child(146) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-146;
    animation-duration: 31964ms;
    animation-delay: 9346ms;
  }
  @keyframes move-frames-146 {
    from {
      transform: translate3d(7vw, 109vh, 0);
    }
    to {
      transform: translate3d(67vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(146) .circle {
    animation-delay: 2488ms;
  }
  .circle-container:nth-child(147) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-147;
    animation-duration: 36391ms;
    animation-delay: 35169ms;
  }
  @keyframes move-frames-147 {
    from {
      transform: translate3d(86vw, 106vh, 0);
    }
    to {
      transform: translate3d(91vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(147) .circle {
    animation-delay: 2104ms;
  }
  .circle-container:nth-child(148) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-148;
    animation-duration: 32978ms;
    animation-delay: 7396ms;
  }
  @keyframes move-frames-148 {
    from {
      transform: translate3d(44vw, 104vh, 0);
    }
    to {
      transform: translate3d(27vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(148) .circle {
    animation-delay: 1260ms;
  }
  .circle-container:nth-child(149) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-149;
    animation-duration: 30039ms;
    animation-delay: 30518ms;
  }
  @keyframes move-frames-149 {
    from {
      transform: translate3d(83vw, 105vh, 0);
    }
    to {
      transform: translate3d(56vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(149) .circle {
    animation-delay: 1565ms;
  }
  .circle-container:nth-child(150) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-150;
    animation-duration: 35995ms;
    animation-delay: 26469ms;
  }
  @keyframes move-frames-150 {
    from {
      transform: translate3d(31vw, 104vh, 0);
    }
    to {
      transform: translate3d(80vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(150) .circle {
    animation-delay: 2266ms;
  }
  .circle-container:nth-child(151) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-151;
    animation-duration: 31120ms;
    animation-delay: 21428ms;
  }
  @keyframes move-frames-151 {
    from {
      transform: translate3d(49vw, 103vh, 0);
    }
    to {
      transform: translate3d(93vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(151) .circle {
    animation-delay: 2333ms;
  }
  .circle-container:nth-child(152) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-152;
    animation-duration: 28379ms;
    animation-delay: 12466ms;
  }
  @keyframes move-frames-152 {
    from {
      transform: translate3d(32vw, 107vh, 0);
    }
    to {
      transform: translate3d(21vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(152) .circle {
    animation-delay: 430ms;
  }
  .circle-container:nth-child(153) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-153;
    animation-duration: 34966ms;
    animation-delay: 11114ms;
  }
  @keyframes move-frames-153 {
    from {
      transform: translate3d(3vw, 101vh, 0);
    }
    to {
      transform: translate3d(50vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(153) .circle {
    animation-delay: 2960ms;
  }
  .circle-container:nth-child(154) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-154;
    animation-duration: 35207ms;
    animation-delay: 9425ms;
  }
  @keyframes move-frames-154 {
    from {
      transform: translate3d(26vw, 105vh, 0);
    }
    to {
      transform: translate3d(24vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(154) .circle {
    animation-delay: 1130ms;
  }
  .circle-container:nth-child(155) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-155;
    animation-duration: 35991ms;
    animation-delay: 11818ms;
  }
  @keyframes move-frames-155 {
    from {
      transform: translate3d(73vw, 107vh, 0);
    }
    to {
      transform: translate3d(63vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(155) .circle {
    animation-delay: 134ms;
  }
  .circle-container:nth-child(156) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-156;
    animation-duration: 35885ms;
    animation-delay: 2668ms;
  }
  @keyframes move-frames-156 {
    from {
      transform: translate3d(59vw, 106vh, 0);
    }
    to {
      transform: translate3d(50vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(156) .circle {
    animation-delay: 1066ms;
  }
  .circle-container:nth-child(157) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-157;
    animation-duration: 31610ms;
    animation-delay: 20980ms;
  }
  @keyframes move-frames-157 {
    from {
      transform: translate3d(80vw, 104vh, 0);
    }
    to {
      transform: translate3d(30vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(157) .circle {
    animation-delay: 1506ms;
  }
  .circle-container:nth-child(158) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-158;
    animation-duration: 34954ms;
    animation-delay: 20950ms;
  }
  @keyframes move-frames-158 {
    from {
      transform: translate3d(19vw, 107vh, 0);
    }
    to {
      transform: translate3d(66vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(158) .circle {
    animation-delay: 1986ms;
  }
  .circle-container:nth-child(159) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-159;
    animation-duration: 30533ms;
    animation-delay: 29163ms;
  }
  @keyframes move-frames-159 {
    from {
      transform: translate3d(75vw, 105vh, 0);
    }
    to {
      transform: translate3d(13vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(159) .circle {
    animation-delay: 531ms;
  }
  .circle-container:nth-child(160) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-160;
    animation-duration: 34968ms;
    animation-delay: 13204ms;
  }
  @keyframes move-frames-160 {
    from {
      transform: translate3d(48vw, 104vh, 0);
    }
    to {
      transform: translate3d(66vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(160) .circle {
    animation-delay: 97ms;
  }
  .circle-container:nth-child(161) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-161;
    animation-duration: 33528ms;
    animation-delay: 10704ms;
  }
  @keyframes move-frames-161 {
    from {
      transform: translate3d(63vw, 104vh, 0);
    }
    to {
      transform: translate3d(61vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(161) .circle {
    animation-delay: 3597ms;
  }
  .circle-container:nth-child(162) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-162;
    animation-duration: 31938ms;
    animation-delay: 25745ms;
  }
  @keyframes move-frames-162 {
    from {
      transform: translate3d(78vw, 107vh, 0);
    }
    to {
      transform: translate3d(30vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(162) .circle {
    animation-delay: 3439ms;
  }
  .circle-container:nth-child(163) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-163;
    animation-duration: 33354ms;
    animation-delay: 23076ms;
  }
  @keyframes move-frames-163 {
    from {
      transform: translate3d(14vw, 102vh, 0);
    }
    to {
      transform: translate3d(65vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(163) .circle {
    animation-delay: 2224ms;
  }
  .circle-container:nth-child(164) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-164;
    animation-duration: 33568ms;
    animation-delay: 25570ms;
  }
  @keyframes move-frames-164 {
    from {
      transform: translate3d(50vw, 102vh, 0);
    }
    to {
      transform: translate3d(31vw, -104vh, 0);
    }
  }
  .circle-container:nth-child(164) .circle {
    animation-delay: 1114ms;
  }
  .circle-container:nth-child(165) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-165;
    animation-duration: 33691ms;
    animation-delay: 26755ms;
  }
  @keyframes move-frames-165 {
    from {
      transform: translate3d(83vw, 110vh, 0);
    }
    to {
      transform: translate3d(28vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(165) .circle {
    animation-delay: 447ms;
  }
  .circle-container:nth-child(166) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-166;
    animation-duration: 30502ms;
    animation-delay: 8806ms;
  }
  @keyframes move-frames-166 {
    from {
      transform: translate3d(25vw, 102vh, 0);
    }
    to {
      transform: translate3d(79vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(166) .circle {
    animation-delay: 3838ms;
  }
  .circle-container:nth-child(167) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-167;
    animation-duration: 30649ms;
    animation-delay: 7620ms;
  }
  @keyframes move-frames-167 {
    from {
      transform: translate3d(37vw, 103vh, 0);
    }
    to {
      transform: translate3d(98vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(167) .circle {
    animation-delay: 841ms;
  }
  .circle-container:nth-child(168) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-168;
    animation-duration: 29630ms;
    animation-delay: 36585ms;
  }
  @keyframes move-frames-168 {
    from {
      transform: translate3d(26vw, 101vh, 0);
    }
    to {
      transform: translate3d(35vw, -103vh, 0);
    }
  }
  .circle-container:nth-child(168) .circle {
    animation-delay: 1173ms;
  }
  .circle-container:nth-child(169) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-169;
    animation-duration: 36008ms;
    animation-delay: 21830ms;
  }
  @keyframes move-frames-169 {
    from {
      transform: translate3d(31vw, 101vh, 0);
    }
    to {
      transform: translate3d(11vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(169) .circle {
    animation-delay: 1126ms;
  }
  .circle-container:nth-child(170) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-170;
    animation-duration: 34171ms;
    animation-delay: 19872ms;
  }
  @keyframes move-frames-170 {
    from {
      transform: translate3d(24vw, 101vh, 0);
    }
    to {
      transform: translate3d(90vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(170) .circle {
    animation-delay: 662ms;
  }
  .circle-container:nth-child(171) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-171;
    animation-duration: 28380ms;
    animation-delay: 8735ms;
  }
  @keyframes move-frames-171 {
    from {
      transform: translate3d(59vw, 110vh, 0);
    }
    to {
      transform: translate3d(42vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(171) .circle {
    animation-delay: 1229ms;
  }
  .circle-container:nth-child(172) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-172;
    animation-duration: 35586ms;
    animation-delay: 7288ms;
  }
  @keyframes move-frames-172 {
    from {
      transform: translate3d(5vw, 101vh, 0);
    }
    to {
      transform: translate3d(85vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(172) .circle {
    animation-delay: 948ms;
  }
  .circle-container:nth-child(173) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-173;
    animation-duration: 28012ms;
    animation-delay: 7556ms;
  }
  @keyframes move-frames-173 {
    from {
      transform: translate3d(2vw, 106vh, 0);
    }
    to {
      transform: translate3d(99vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(173) .circle {
    animation-delay: 78ms;
  }
  .circle-container:nth-child(174) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-174;
    animation-duration: 36595ms;
    animation-delay: 36360ms;
  }
  @keyframes move-frames-174 {
    from {
      transform: translate3d(92vw, 105vh, 0);
    }
    to {
      transform: translate3d(98vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(174) .circle {
    animation-delay: 3361ms;
  }
  .circle-container:nth-child(175) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-175;
    animation-duration: 28137ms;
    animation-delay: 28109ms;
  }
  @keyframes move-frames-175 {
    from {
      transform: translate3d(34vw, 103vh, 0);
    }
    to {
      transform: translate3d(59vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(175) .circle {
    animation-delay: 3448ms;
  }
  .circle-container:nth-child(176) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-176;
    animation-duration: 33060ms;
    animation-delay: 16635ms;
  }
  @keyframes move-frames-176 {
    from {
      transform: translate3d(86vw, 103vh, 0);
    }
    to {
      transform: translate3d(63vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(176) .circle {
    animation-delay: 3897ms;
  }
  .circle-container:nth-child(177) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-177;
    animation-duration: 33847ms;
    animation-delay: 11671ms;
  }
  @keyframes move-frames-177 {
    from {
      transform: translate3d(91vw, 109vh, 0);
    }
    to {
      transform: translate3d(59vw, -139vh, 0);
    }
  }
  .circle-container:nth-child(177) .circle {
    animation-delay: 2353ms;
  }
  .circle-container:nth-child(178) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-178;
    animation-duration: 30468ms;
    animation-delay: 7694ms;
  }
  @keyframes move-frames-178 {
    from {
      transform: translate3d(60vw, 102vh, 0);
    }
    to {
      transform: translate3d(5vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(178) .circle {
    animation-delay: 2536ms;
  }
  .circle-container:nth-child(179) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-179;
    animation-duration: 32969ms;
    animation-delay: 19583ms;
  }
  @keyframes move-frames-179 {
    from {
      transform: translate3d(97vw, 106vh, 0);
    }
    to {
      transform: translate3d(35vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(179) .circle {
    animation-delay: 1202ms;
  }
  .circle-container:nth-child(180) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-180;
    animation-duration: 36820ms;
    animation-delay: 25404ms;
  }
  @keyframes move-frames-180 {
    from {
      transform: translate3d(69vw, 106vh, 0);
    }
    to {
      transform: translate3d(39vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(180) .circle {
    animation-delay: 329ms;
  }
  .circle-container:nth-child(181) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-181;
    animation-duration: 35690ms;
    animation-delay: 2424ms;
  }
  @keyframes move-frames-181 {
    from {
      transform: translate3d(17vw, 102vh, 0);
    }
    to {
      transform: translate3d(41vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(181) .circle {
    animation-delay: 1946ms;
  }
  .circle-container:nth-child(182) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-182;
    animation-duration: 34686ms;
    animation-delay: 6064ms;
  }
  @keyframes move-frames-182 {
    from {
      transform: translate3d(55vw, 101vh, 0);
    }
    to {
      transform: translate3d(52vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(182) .circle {
    animation-delay: 1240ms;
  }
  .circle-container:nth-child(183) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-183;
    animation-duration: 30261ms;
    animation-delay: 8912ms;
  }
  @keyframes move-frames-183 {
    from {
      transform: translate3d(89vw, 110vh, 0);
    }
    to {
      transform: translate3d(3vw, -140vh, 0);
    }
  }
  .circle-container:nth-child(183) .circle {
    animation-delay: 3411ms;
  }
  .circle-container:nth-child(184) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-184;
    animation-duration: 32828ms;
    animation-delay: 3152ms;
  }
  @keyframes move-frames-184 {
    from {
      transform: translate3d(47vw, 105vh, 0);
    }
    to {
      transform: translate3d(34vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(184) .circle {
    animation-delay: 1240ms;
  }
  .circle-container:nth-child(185) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-185;
    animation-duration: 29466ms;
    animation-delay: 1874ms;
  }
  @keyframes move-frames-185 {
    from {
      transform: translate3d(10vw, 110vh, 0);
    }
    to {
      transform: translate3d(82vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(185) .circle {
    animation-delay: 1831ms;
  }
  .circle-container:nth-child(186) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-186;
    animation-duration: 29070ms;
    animation-delay: 21393ms;
  }
  @keyframes move-frames-186 {
    from {
      transform: translate3d(82vw, 108vh, 0);
    }
    to {
      transform: translate3d(19vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(186) .circle {
    animation-delay: 1138ms;
  }
  .circle-container:nth-child(187) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-187;
    animation-duration: 34014ms;
    animation-delay: 34638ms;
  }
  @keyframes move-frames-187 {
    from {
      transform: translate3d(17vw, 108vh, 0);
    }
    to {
      transform: translate3d(79vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(187) .circle {
    animation-delay: 3506ms;
  }
  .circle-container:nth-child(188) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-188;
    animation-duration: 29118ms;
    animation-delay: 5553ms;
  }
  @keyframes move-frames-188 {
    from {
      transform: translate3d(28vw, 108vh, 0);
    }
    to {
      transform: translate3d(45vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(188) .circle {
    animation-delay: 2539ms;
  }
  .circle-container:nth-child(189) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-189;
    animation-duration: 29204ms;
    animation-delay: 31033ms;
  }
  @keyframes move-frames-189 {
    from {
      transform: translate3d(20vw, 104vh, 0);
    }
    to {
      transform: translate3d(13vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(189) .circle {
    animation-delay: 1661ms;
  }
  .circle-container:nth-child(190) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-190;
    animation-duration: 30024ms;
    animation-delay: 7743ms;
  }
  @keyframes move-frames-190 {
    from {
      transform: translate3d(89vw, 101vh, 0);
    }
    to {
      transform: translate3d(12vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(190) .circle {
    animation-delay: 153ms;
  }
  .circle-container:nth-child(191) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-191;
    animation-duration: 29781ms;
    animation-delay: 32167ms;
  }
  @keyframes move-frames-191 {
    from {
      transform: translate3d(79vw, 104vh, 0);
    }
    to {
      transform: translate3d(70vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(191) .circle {
    animation-delay: 194ms;
  }
  .circle-container:nth-child(192) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-192;
    animation-duration: 28990ms;
    animation-delay: 22345ms;
  }
  @keyframes move-frames-192 {
    from {
      transform: translate3d(42vw, 101vh, 0);
    }
    to {
      transform: translate3d(19vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(192) .circle {
    animation-delay: 1363ms;
  }
  .circle-container:nth-child(193) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-193;
    animation-duration: 33529ms;
    animation-delay: 30905ms;
  }
  @keyframes move-frames-193 {
    from {
      transform: translate3d(87vw, 109vh, 0);
    }
    to {
      transform: translate3d(65vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(193) .circle {
    animation-delay: 3945ms;
  }
  .circle-container:nth-child(194) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-194;
    animation-duration: 30099ms;
    animation-delay: 6859ms;
  }
  @keyframes move-frames-194 {
    from {
      transform: translate3d(97vw, 110vh, 0);
    }
    to {
      transform: translate3d(20vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(194) .circle {
    animation-delay: 3086ms;
  }
  .circle-container:nth-child(195) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-195;
    animation-duration: 32275ms;
    animation-delay: 814ms;
  }
  @keyframes move-frames-195 {
    from {
      transform: translate3d(97vw, 102vh, 0);
    }
    to {
      transform: translate3d(77vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(195) .circle {
    animation-delay: 1467ms;
  }
  .circle-container:nth-child(196) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-196;
    animation-duration: 36055ms;
    animation-delay: 22507ms;
  }
  @keyframes move-frames-196 {
    from {
      transform: translate3d(50vw, 106vh, 0);
    }
    to {
      transform: translate3d(76vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(196) .circle {
    animation-delay: 2769ms;
  }
  .circle-container:nth-child(197) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-197;
    animation-duration: 35765ms;
    animation-delay: 26087ms;
  }
  @keyframes move-frames-197 {
    from {
      transform: translate3d(66vw, 101vh, 0);
    }
    to {
      transform: translate3d(92vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(197) .circle {
    animation-delay: 2594ms;
  }
  .circle-container:nth-child(198) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-198;
    animation-duration: 30833ms;
    animation-delay: 21658ms;
  }
  @keyframes move-frames-198 {
    from {
      transform: translate3d(62vw, 109vh, 0);
    }
    to {
      transform: translate3d(97vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(198) .circle {
    animation-delay: 448ms;
  }
  .circle-container:nth-child(199) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-199;
    animation-duration: 35281ms;
    animation-delay: 3948ms;
  }
  @keyframes move-frames-199 {
    from {
      transform: translate3d(87vw, 105vh, 0);
    }
    to {
      transform: translate3d(8vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(199) .circle {
    animation-delay: 1513ms;
  }
  .circle-container:nth-child(200) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-200;
    animation-duration: 35939ms;
    animation-delay: 1828ms;
  }
  @keyframes move-frames-200 {
    from {
      transform: translate3d(86vw, 107vh, 0);
    }
    to {
      transform: translate3d(53vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(200) .circle {
    animation-delay: 3038ms;
  } /*# sourceMappingURL=style.css.map */
  