* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #021027;
}

.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -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: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-1;
          animation-name: move-frames-1;
  -webkit-animation-duration: 32885ms;
          animation-duration: 32885ms;
  -webkit-animation-delay: 24209ms;
          animation-delay: 24209ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    transform: translate3d(68vw, 106vh, 0);
  }
  to {
    transform: translate3d(73vw, -135vh, 0);
  }
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(68vw, 106vh, 0);
  }
  to {
    transform: translate3d(73vw, -135vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 1665ms;
          animation-delay: 1665ms;
}
.circle-container:nth-child(2) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-2;
          animation-name: move-frames-2;
  -webkit-animation-duration: 30340ms;
          animation-duration: 30340ms;
  -webkit-animation-delay: 28355ms;
          animation-delay: 28355ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    transform: translate3d(9vw, 104vh, 0);
  }
  to {
    transform: translate3d(49vw, -112vh, 0);
  }
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(9vw, 104vh, 0);
  }
  to {
    transform: translate3d(49vw, -112vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 2577ms;
          animation-delay: 2577ms;
}
.circle-container:nth-child(3) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-3;
          animation-name: move-frames-3;
  -webkit-animation-duration: 28114ms;
          animation-duration: 28114ms;
  -webkit-animation-delay: 33685ms;
          animation-delay: 33685ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    transform: translate3d(2vw, 108vh, 0);
  }
  to {
    transform: translate3d(90vw, -131vh, 0);
  }
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(2vw, 108vh, 0);
  }
  to {
    transform: translate3d(90vw, -131vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 2598ms;
          animation-delay: 2598ms;
}
.circle-container:nth-child(4) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-4;
          animation-name: move-frames-4;
  -webkit-animation-duration: 35526ms;
          animation-duration: 35526ms;
  -webkit-animation-delay: 5928ms;
          animation-delay: 5928ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    transform: translate3d(93vw, 107vh, 0);
  }
  to {
    transform: translate3d(84vw, -124vh, 0);
  }
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(93vw, 107vh, 0);
  }
  to {
    transform: translate3d(84vw, -124vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 583ms;
          animation-delay: 583ms;
}
.circle-container:nth-child(5) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-5;
          animation-name: move-frames-5;
  -webkit-animation-duration: 31350ms;
          animation-duration: 31350ms;
  -webkit-animation-delay: 12576ms;
          animation-delay: 12576ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    transform: translate3d(43vw, 108vh, 0);
  }
  to {
    transform: translate3d(35vw, -131vh, 0);
  }
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(43vw, 108vh, 0);
  }
  to {
    transform: translate3d(35vw, -131vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 545ms;
          animation-delay: 545ms;
}
.circle-container:nth-child(6) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-6;
          animation-name: move-frames-6;
  -webkit-animation-duration: 28833ms;
          animation-duration: 28833ms;
  -webkit-animation-delay: 20274ms;
          animation-delay: 20274ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    transform: translate3d(33vw, 103vh, 0);
  }
  to {
    transform: translate3d(56vw, -111vh, 0);
  }
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(33vw, 103vh, 0);
  }
  to {
    transform: translate3d(56vw, -111vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 3885ms;
          animation-delay: 3885ms;
}
.circle-container:nth-child(7) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-7;
          animation-name: move-frames-7;
  -webkit-animation-duration: 34721ms;
          animation-duration: 34721ms;
  -webkit-animation-delay: 24314ms;
          animation-delay: 24314ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    transform: translate3d(23vw, 105vh, 0);
  }
  to {
    transform: translate3d(15vw, -134vh, 0);
  }
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(23vw, 105vh, 0);
  }
  to {
    transform: translate3d(15vw, -134vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 1802ms;
          animation-delay: 1802ms;
}
.circle-container:nth-child(8) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-8;
          animation-name: move-frames-8;
  -webkit-animation-duration: 29127ms;
          animation-duration: 29127ms;
  -webkit-animation-delay: 14348ms;
          animation-delay: 14348ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    transform: translate3d(31vw, 101vh, 0);
  }
  to {
    transform: translate3d(40vw, -131vh, 0);
  }
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(31vw, 101vh, 0);
  }
  to {
    transform: translate3d(40vw, -131vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 2167ms;
          animation-delay: 2167ms;
}
.circle-container:nth-child(9) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-9;
          animation-name: move-frames-9;
  -webkit-animation-duration: 29843ms;
          animation-duration: 29843ms;
  -webkit-animation-delay: 21261ms;
          animation-delay: 21261ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    transform: translate3d(81vw, 104vh, 0);
  }
  to {
    transform: translate3d(76vw, -107vh, 0);
  }
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(81vw, 104vh, 0);
  }
  to {
    transform: translate3d(76vw, -107vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 2030ms;
          animation-delay: 2030ms;
}
.circle-container:nth-child(10) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-10;
          animation-name: move-frames-10;
  -webkit-animation-duration: 30107ms;
          animation-duration: 30107ms;
  -webkit-animation-delay: 36666ms;
          animation-delay: 36666ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    transform: translate3d(55vw, 101vh, 0);
  }
  to {
    transform: translate3d(49vw, -126vh, 0);
  }
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(55vw, 101vh, 0);
  }
  to {
    transform: translate3d(49vw, -126vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 3653ms;
          animation-delay: 3653ms;
}
.circle-container:nth-child(11) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-11;
          animation-name: move-frames-11;
  -webkit-animation-duration: 32531ms;
          animation-duration: 32531ms;
  -webkit-animation-delay: 7535ms;
          animation-delay: 7535ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    transform: translate3d(32vw, 108vh, 0);
  }
  to {
    transform: translate3d(32vw, -129vh, 0);
  }
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(32vw, 108vh, 0);
  }
  to {
    transform: translate3d(32vw, -129vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 2006ms;
          animation-delay: 2006ms;
}
.circle-container:nth-child(12) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-12;
          animation-name: move-frames-12;
  -webkit-animation-duration: 28269ms;
          animation-duration: 28269ms;
  -webkit-animation-delay: 14227ms;
          animation-delay: 14227ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    transform: translate3d(17vw, 109vh, 0);
  }
  to {
    transform: translate3d(27vw, -127vh, 0);
  }
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(17vw, 109vh, 0);
  }
  to {
    transform: translate3d(27vw, -127vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 517ms;
          animation-delay: 517ms;
}
.circle-container:nth-child(13) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-13;
          animation-name: move-frames-13;
  -webkit-animation-duration: 29194ms;
          animation-duration: 29194ms;
  -webkit-animation-delay: 19322ms;
          animation-delay: 19322ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    transform: translate3d(5vw, 101vh, 0);
  }
  to {
    transform: translate3d(46vw, -111vh, 0);
  }
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(5vw, 101vh, 0);
  }
  to {
    transform: translate3d(46vw, -111vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}
.circle-container:nth-child(14) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-14;
          animation-name: move-frames-14;
  -webkit-animation-duration: 29595ms;
          animation-duration: 29595ms;
  -webkit-animation-delay: 14571ms;
          animation-delay: 14571ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -132vh, 0);
  }
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -132vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 966ms;
          animation-delay: 966ms;
}
.circle-container:nth-child(15) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-15;
          animation-name: move-frames-15;
  -webkit-animation-duration: 32098ms;
          animation-duration: 32098ms;
  -webkit-animation-delay: 34951ms;
          animation-delay: 34951ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    transform: translate3d(46vw, 106vh, 0);
  }
  to {
    transform: translate3d(84vw, -124vh, 0);
  }
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(46vw, 106vh, 0);
  }
  to {
    transform: translate3d(84vw, -124vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 2498ms;
          animation-delay: 2498ms;
}
.circle-container:nth-child(16) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-16;
          animation-name: move-frames-16;
  -webkit-animation-duration: 29613ms;
          animation-duration: 29613ms;
  -webkit-animation-delay: 9566ms;
          animation-delay: 9566ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    transform: translate3d(57vw, 105vh, 0);
  }
  to {
    transform: translate3d(23vw, -108vh, 0);
  }
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(57vw, 105vh, 0);
  }
  to {
    transform: translate3d(23vw, -108vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 2223ms;
          animation-delay: 2223ms;
}
.circle-container:nth-child(17) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-17;
          animation-name: move-frames-17;
  -webkit-animation-duration: 29542ms;
          animation-duration: 29542ms;
  -webkit-animation-delay: 36128ms;
          animation-delay: 36128ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    transform: translate3d(86vw, 107vh, 0);
  }
  to {
    transform: translate3d(89vw, -124vh, 0);
  }
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(86vw, 107vh, 0);
  }
  to {
    transform: translate3d(89vw, -124vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 1089ms;
          animation-delay: 1089ms;
}
.circle-container:nth-child(18) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-18;
          animation-name: move-frames-18;
  -webkit-animation-duration: 33152ms;
          animation-duration: 33152ms;
  -webkit-animation-delay: 18107ms;
          animation-delay: 18107ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    transform: translate3d(54vw, 101vh, 0);
  }
  to {
    transform: translate3d(54vw, -115vh, 0);
  }
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(54vw, 101vh, 0);
  }
  to {
    transform: translate3d(54vw, -115vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 52ms;
          animation-delay: 52ms;
}
.circle-container:nth-child(19) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-19;
          animation-name: move-frames-19;
  -webkit-animation-duration: 32608ms;
          animation-duration: 32608ms;
  -webkit-animation-delay: 29066ms;
          animation-delay: 29066ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    transform: translate3d(32vw, 109vh, 0);
  }
  to {
    transform: translate3d(62vw, -132vh, 0);
  }
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(32vw, 109vh, 0);
  }
  to {
    transform: translate3d(62vw, -132vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 1940ms;
          animation-delay: 1940ms;
}
.circle-container:nth-child(20) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-20;
          animation-name: move-frames-20;
  -webkit-animation-duration: 36639ms;
          animation-duration: 36639ms;
  -webkit-animation-delay: 15066ms;
          animation-delay: 15066ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    transform: translate3d(40vw, 102vh, 0);
  }
  to {
    transform: translate3d(2vw, -115vh, 0);
  }
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(40vw, 102vh, 0);
  }
  to {
    transform: translate3d(2vw, -115vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 1802ms;
          animation-delay: 1802ms;
}
.circle-container:nth-child(21) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-21;
          animation-name: move-frames-21;
  -webkit-animation-duration: 33211ms;
          animation-duration: 33211ms;
  -webkit-animation-delay: 18732ms;
          animation-delay: 18732ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    transform: translate3d(32vw, 104vh, 0);
  }
  to {
    transform: translate3d(98vw, -119vh, 0);
  }
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(32vw, 104vh, 0);
  }
  to {
    transform: translate3d(98vw, -119vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 1247ms;
          animation-delay: 1247ms;
}
.circle-container:nth-child(22) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-22;
          animation-name: move-frames-22;
  -webkit-animation-duration: 35754ms;
          animation-duration: 35754ms;
  -webkit-animation-delay: 16991ms;
          animation-delay: 16991ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    transform: translate3d(58vw, 104vh, 0);
  }
  to {
    transform: translate3d(77vw, -105vh, 0);
  }
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(58vw, 104vh, 0);
  }
  to {
    transform: translate3d(77vw, -105vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 2584ms;
          animation-delay: 2584ms;
}
.circle-container:nth-child(23) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-23;
          animation-name: move-frames-23;
  -webkit-animation-duration: 30925ms;
          animation-duration: 30925ms;
  -webkit-animation-delay: 19303ms;
          animation-delay: 19303ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    transform: translate3d(97vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -138vh, 0);
  }
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(97vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -138vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 2082ms;
          animation-delay: 2082ms;
}
.circle-container:nth-child(24) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-24;
          animation-name: move-frames-24;
  -webkit-animation-duration: 29305ms;
          animation-duration: 29305ms;
  -webkit-animation-delay: 12286ms;
          animation-delay: 12286ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    transform: translate3d(84vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -124vh, 0);
  }
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(84vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -124vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 2759ms;
          animation-delay: 2759ms;
}
.circle-container:nth-child(25) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-25;
          animation-name: move-frames-25;
  -webkit-animation-duration: 31287ms;
          animation-duration: 31287ms;
  -webkit-animation-delay: 470ms;
          animation-delay: 470ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    transform: translate3d(14vw, 107vh, 0);
  }
  to {
    transform: translate3d(87vw, -115vh, 0);
  }
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(14vw, 107vh, 0);
  }
  to {
    transform: translate3d(87vw, -115vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 3735ms;
          animation-delay: 3735ms;
}
.circle-container:nth-child(26) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-26;
          animation-name: move-frames-26;
  -webkit-animation-duration: 29925ms;
          animation-duration: 29925ms;
  -webkit-animation-delay: 566ms;
          animation-delay: 566ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    transform: translate3d(37vw, 107vh, 0);
  }
  to {
    transform: translate3d(44vw, -136vh, 0);
  }
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(37vw, 107vh, 0);
  }
  to {
    transform: translate3d(44vw, -136vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 258ms;
          animation-delay: 258ms;
}
.circle-container:nth-child(27) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-27;
          animation-name: move-frames-27;
  -webkit-animation-duration: 32435ms;
          animation-duration: 32435ms;
  -webkit-animation-delay: 8803ms;
          animation-delay: 8803ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    transform: translate3d(36vw, 109vh, 0);
  }
  to {
    transform: translate3d(98vw, -113vh, 0);
  }
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(36vw, 109vh, 0);
  }
  to {
    transform: translate3d(98vw, -113vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 94ms;
          animation-delay: 94ms;
}
.circle-container:nth-child(28) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-28;
          animation-name: move-frames-28;
  -webkit-animation-duration: 29942ms;
          animation-duration: 29942ms;
  -webkit-animation-delay: 27886ms;
          animation-delay: 27886ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    transform: translate3d(78vw, 101vh, 0);
  }
  to {
    transform: translate3d(37vw, -105vh, 0);
  }
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(78vw, 101vh, 0);
  }
  to {
    transform: translate3d(37vw, -105vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 2675ms;
          animation-delay: 2675ms;
}
.circle-container:nth-child(29) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-29;
          animation-name: move-frames-29;
  -webkit-animation-duration: 33402ms;
          animation-duration: 33402ms;
  -webkit-animation-delay: 22082ms;
          animation-delay: 22082ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    transform: translate3d(12vw, 104vh, 0);
  }
  to {
    transform: translate3d(98vw, -109vh, 0);
  }
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(12vw, 104vh, 0);
  }
  to {
    transform: translate3d(98vw, -109vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 2321ms;
          animation-delay: 2321ms;
}
.circle-container:nth-child(30) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-30;
          animation-name: move-frames-30;
  -webkit-animation-duration: 30585ms;
          animation-duration: 30585ms;
  -webkit-animation-delay: 13054ms;
          animation-delay: 13054ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    transform: translate3d(10vw, 101vh, 0);
  }
  to {
    transform: translate3d(91vw, -109vh, 0);
  }
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(10vw, 101vh, 0);
  }
  to {
    transform: translate3d(91vw, -109vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 2014ms;
          animation-delay: 2014ms;
}
.circle-container:nth-child(31) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-31;
          animation-name: move-frames-31;
  -webkit-animation-duration: 30118ms;
          animation-duration: 30118ms;
  -webkit-animation-delay: 14354ms;
          animation-delay: 14354ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    transform: translate3d(92vw, 108vh, 0);
  }
  to {
    transform: translate3d(4vw, -118vh, 0);
  }
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(92vw, 108vh, 0);
  }
  to {
    transform: translate3d(4vw, -118vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 3922ms;
          animation-delay: 3922ms;
}
.circle-container:nth-child(32) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-32;
          animation-name: move-frames-32;
  -webkit-animation-duration: 28960ms;
          animation-duration: 28960ms;
  -webkit-animation-delay: 29417ms;
          animation-delay: 29417ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    transform: translate3d(90vw, 105vh, 0);
  }
  to {
    transform: translate3d(32vw, -111vh, 0);
  }
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(90vw, 105vh, 0);
  }
  to {
    transform: translate3d(32vw, -111vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 2226ms;
          animation-delay: 2226ms;
}
.circle-container:nth-child(33) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-33;
          animation-name: move-frames-33;
  -webkit-animation-duration: 34383ms;
          animation-duration: 34383ms;
  -webkit-animation-delay: 13669ms;
          animation-delay: 13669ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    transform: translate3d(50vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -119vh, 0);
  }
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(50vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -119vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 231ms;
          animation-delay: 231ms;
}
.circle-container:nth-child(34) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-34;
          animation-name: move-frames-34;
  -webkit-animation-duration: 33877ms;
          animation-duration: 33877ms;
  -webkit-animation-delay: 18126ms;
          animation-delay: 18126ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    transform: translate3d(45vw, 110vh, 0);
  }
  to {
    transform: translate3d(15vw, -138vh, 0);
  }
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(45vw, 110vh, 0);
  }
  to {
    transform: translate3d(15vw, -138vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 1698ms;
          animation-delay: 1698ms;
}
.circle-container:nth-child(35) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-35;
          animation-name: move-frames-35;
  -webkit-animation-duration: 30604ms;
          animation-duration: 30604ms;
  -webkit-animation-delay: 15097ms;
          animation-delay: 15097ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    transform: translate3d(80vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -127vh, 0);
  }
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(80vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -127vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 3427ms;
          animation-delay: 3427ms;
}
.circle-container:nth-child(36) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-36;
          animation-name: move-frames-36;
  -webkit-animation-duration: 31034ms;
          animation-duration: 31034ms;
  -webkit-animation-delay: 31255ms;
          animation-delay: 31255ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    transform: translate3d(40vw, 103vh, 0);
  }
  to {
    transform: translate3d(95vw, -113vh, 0);
  }
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(40vw, 103vh, 0);
  }
  to {
    transform: translate3d(95vw, -113vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 2125ms;
          animation-delay: 2125ms;
}
.circle-container:nth-child(37) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-37;
          animation-name: move-frames-37;
  -webkit-animation-duration: 35409ms;
          animation-duration: 35409ms;
  -webkit-animation-delay: 36500ms;
          animation-delay: 36500ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    transform: translate3d(34vw, 103vh, 0);
  }
  to {
    transform: translate3d(95vw, -104vh, 0);
  }
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(34vw, 103vh, 0);
  }
  to {
    transform: translate3d(95vw, -104vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 1751ms;
          animation-delay: 1751ms;
}
.circle-container:nth-child(38) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-38;
          animation-name: move-frames-38;
  -webkit-animation-duration: 32321ms;
          animation-duration: 32321ms;
  -webkit-animation-delay: 751ms;
          animation-delay: 751ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    transform: translate3d(49vw, 109vh, 0);
  }
  to {
    transform: translate3d(43vw, -132vh, 0);
  }
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(49vw, 109vh, 0);
  }
  to {
    transform: translate3d(43vw, -132vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 2212ms;
          animation-delay: 2212ms;
}
.circle-container:nth-child(39) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-39;
          animation-name: move-frames-39;
  -webkit-animation-duration: 29693ms;
          animation-duration: 29693ms;
  -webkit-animation-delay: 26301ms;
          animation-delay: 26301ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    transform: translate3d(39vw, 105vh, 0);
  }
  to {
    transform: translate3d(81vw, -113vh, 0);
  }
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(39vw, 105vh, 0);
  }
  to {
    transform: translate3d(81vw, -113vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 1460ms;
          animation-delay: 1460ms;
}
.circle-container:nth-child(40) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-40;
          animation-name: move-frames-40;
  -webkit-animation-duration: 29782ms;
          animation-duration: 29782ms;
  -webkit-animation-delay: 17886ms;
          animation-delay: 17886ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    transform: translate3d(16vw, 106vh, 0);
  }
  to {
    transform: translate3d(49vw, -113vh, 0);
  }
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(16vw, 106vh, 0);
  }
  to {
    transform: translate3d(49vw, -113vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 2076ms;
          animation-delay: 2076ms;
}
.circle-container:nth-child(41) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-41;
          animation-name: move-frames-41;
  -webkit-animation-duration: 32982ms;
          animation-duration: 32982ms;
  -webkit-animation-delay: 1359ms;
          animation-delay: 1359ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    transform: translate3d(65vw, 103vh, 0);
  }
  to {
    transform: translate3d(12vw, -116vh, 0);
  }
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(65vw, 103vh, 0);
  }
  to {
    transform: translate3d(12vw, -116vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 295ms;
          animation-delay: 295ms;
}
.circle-container:nth-child(42) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-42;
          animation-name: move-frames-42;
  -webkit-animation-duration: 30961ms;
          animation-duration: 30961ms;
  -webkit-animation-delay: 4668ms;
          animation-delay: 4668ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    transform: translate3d(12vw, 110vh, 0);
  }
  to {
    transform: translate3d(97vw, -132vh, 0);
  }
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(12vw, 110vh, 0);
  }
  to {
    transform: translate3d(97vw, -132vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 2706ms;
          animation-delay: 2706ms;
}
.circle-container:nth-child(43) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-43;
          animation-name: move-frames-43;
  -webkit-animation-duration: 32668ms;
          animation-duration: 32668ms;
  -webkit-animation-delay: 573ms;
          animation-delay: 573ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(34vw, -137vh, 0);
  }
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(34vw, -137vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 3194ms;
          animation-delay: 3194ms;
}
.circle-container:nth-child(44) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-44;
          animation-name: move-frames-44;
  -webkit-animation-duration: 32369ms;
          animation-duration: 32369ms;
  -webkit-animation-delay: 28698ms;
          animation-delay: 28698ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    transform: translate3d(25vw, 103vh, 0);
  }
  to {
    transform: translate3d(9vw, -125vh, 0);
  }
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(25vw, 103vh, 0);
  }
  to {
    transform: translate3d(9vw, -125vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 3688ms;
          animation-delay: 3688ms;
}
.circle-container:nth-child(45) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-45;
          animation-name: move-frames-45;
  -webkit-animation-duration: 33513ms;
          animation-duration: 33513ms;
  -webkit-animation-delay: 28160ms;
          animation-delay: 28160ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(29vw, -136vh, 0);
  }
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(29vw, -136vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 1602ms;
          animation-delay: 1602ms;
}
.circle-container:nth-child(46) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-46;
          animation-name: move-frames-46;
  -webkit-animation-duration: 34784ms;
          animation-duration: 34784ms;
  -webkit-animation-delay: 16367ms;
          animation-delay: 16367ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    transform: translate3d(95vw, 109vh, 0);
  }
  to {
    transform: translate3d(21vw, -125vh, 0);
  }
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(95vw, 109vh, 0);
  }
  to {
    transform: translate3d(21vw, -125vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 3177ms;
          animation-delay: 3177ms;
}
.circle-container:nth-child(47) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-47;
          animation-name: move-frames-47;
  -webkit-animation-duration: 34648ms;
          animation-duration: 34648ms;
  -webkit-animation-delay: 6781ms;
          animation-delay: 6781ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    transform: translate3d(84vw, 102vh, 0);
  }
  to {
    transform: translate3d(60vw, -103vh, 0);
  }
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(84vw, 102vh, 0);
  }
  to {
    transform: translate3d(60vw, -103vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 3710ms;
          animation-delay: 3710ms;
}
.circle-container:nth-child(48) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-48;
          animation-name: move-frames-48;
  -webkit-animation-duration: 33126ms;
          animation-duration: 33126ms;
  -webkit-animation-delay: 16957ms;
          animation-delay: 16957ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    transform: translate3d(70vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -126vh, 0);
  }
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(70vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -126vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 2341ms;
          animation-delay: 2341ms;
}
.circle-container:nth-child(49) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-49;
          animation-name: move-frames-49;
  -webkit-animation-duration: 28542ms;
          animation-duration: 28542ms;
  -webkit-animation-delay: 30155ms;
          animation-delay: 30155ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    transform: translate3d(37vw, 101vh, 0);
  }
  to {
    transform: translate3d(70vw, -125vh, 0);
  }
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(37vw, 101vh, 0);
  }
  to {
    transform: translate3d(70vw, -125vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 3035ms;
          animation-delay: 3035ms;
}
.circle-container:nth-child(50) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-50;
          animation-name: move-frames-50;
  -webkit-animation-duration: 34739ms;
          animation-duration: 34739ms;
  -webkit-animation-delay: 8000ms;
          animation-delay: 8000ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    transform: translate3d(41vw, 109vh, 0);
  }
  to {
    transform: translate3d(98vw, -113vh, 0);
  }
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(41vw, 109vh, 0);
  }
  to {
    transform: translate3d(98vw, -113vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 1558ms;
          animation-delay: 1558ms;
}
.circle-container:nth-child(51) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-51;
          animation-name: move-frames-51;
  -webkit-animation-duration: 36578ms;
          animation-duration: 36578ms;
  -webkit-animation-delay: 10699ms;
          animation-delay: 10699ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    transform: translate3d(9vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -124vh, 0);
  }
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(9vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -124vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 2969ms;
          animation-delay: 2969ms;
}
.circle-container:nth-child(52) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-52;
          animation-name: move-frames-52;
  -webkit-animation-duration: 30319ms;
          animation-duration: 30319ms;
  -webkit-animation-delay: 24154ms;
          animation-delay: 24154ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    transform: translate3d(28vw, 101vh, 0);
  }
  to {
    transform: translate3d(30vw, -117vh, 0);
  }
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(28vw, 101vh, 0);
  }
  to {
    transform: translate3d(30vw, -117vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 1520ms;
          animation-delay: 1520ms;
}
.circle-container:nth-child(53) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-53;
          animation-name: move-frames-53;
  -webkit-animation-duration: 32714ms;
          animation-duration: 32714ms;
  -webkit-animation-delay: 32333ms;
          animation-delay: 32333ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(31vw, -106vh, 0);
  }
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(31vw, -106vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 76ms;
          animation-delay: 76ms;
}
.circle-container:nth-child(54) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-54;
          animation-name: move-frames-54;
  -webkit-animation-duration: 33529ms;
          animation-duration: 33529ms;
  -webkit-animation-delay: 2932ms;
          animation-delay: 2932ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(31vw, -125vh, 0);
  }
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(31vw, -125vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 3876ms;
          animation-delay: 3876ms;
}
.circle-container:nth-child(55) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-55;
          animation-name: move-frames-55;
  -webkit-animation-duration: 30216ms;
          animation-duration: 30216ms;
  -webkit-animation-delay: 27329ms;
          animation-delay: 27329ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -109vh, 0);
  }
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -109vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 1055ms;
          animation-delay: 1055ms;
}
.circle-container:nth-child(56) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-56;
          animation-name: move-frames-56;
  -webkit-animation-duration: 31332ms;
          animation-duration: 31332ms;
  -webkit-animation-delay: 21290ms;
          animation-delay: 21290ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(93vw, -130vh, 0);
  }
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(93vw, -130vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 3543ms;
          animation-delay: 3543ms;
}
.circle-container:nth-child(57) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-57;
          animation-name: move-frames-57;
  -webkit-animation-duration: 31057ms;
          animation-duration: 31057ms;
  -webkit-animation-delay: 24276ms;
          animation-delay: 24276ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    transform: translate3d(19vw, 106vh, 0);
  }
  to {
    transform: translate3d(3vw, -114vh, 0);
  }
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(19vw, 106vh, 0);
  }
  to {
    transform: translate3d(3vw, -114vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 2380ms;
          animation-delay: 2380ms;
}
.circle-container:nth-child(58) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-58;
          animation-name: move-frames-58;
  -webkit-animation-duration: 34973ms;
          animation-duration: 34973ms;
  -webkit-animation-delay: 5075ms;
          animation-delay: 5075ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    transform: translate3d(5vw, 107vh, 0);
  }
  to {
    transform: translate3d(32vw, -120vh, 0);
  }
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(5vw, 107vh, 0);
  }
  to {
    transform: translate3d(32vw, -120vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 1805ms;
          animation-delay: 1805ms;
}
.circle-container:nth-child(59) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-59;
          animation-name: move-frames-59;
  -webkit-animation-duration: 35857ms;
          animation-duration: 35857ms;
  -webkit-animation-delay: 28220ms;
          animation-delay: 28220ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    transform: translate3d(94vw, 107vh, 0);
  }
  to {
    transform: translate3d(5vw, -121vh, 0);
  }
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(94vw, 107vh, 0);
  }
  to {
    transform: translate3d(5vw, -121vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 1497ms;
          animation-delay: 1497ms;
}
.circle-container:nth-child(60) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-60;
          animation-name: move-frames-60;
  -webkit-animation-duration: 33851ms;
          animation-duration: 33851ms;
  -webkit-animation-delay: 22324ms;
          animation-delay: 22324ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    transform: translate3d(35vw, 101vh, 0);
  }
  to {
    transform: translate3d(36vw, -122vh, 0);
  }
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(35vw, 101vh, 0);
  }
  to {
    transform: translate3d(36vw, -122vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 2849ms;
          animation-delay: 2849ms;
}
.circle-container:nth-child(61) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-61;
          animation-name: move-frames-61;
  -webkit-animation-duration: 28011ms;
          animation-duration: 28011ms;
  -webkit-animation-delay: 19833ms;
          animation-delay: 19833ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(12vw, -130vh, 0);
  }
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(12vw, -130vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 3552ms;
          animation-delay: 3552ms;
}
.circle-container:nth-child(62) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-62;
          animation-name: move-frames-62;
  -webkit-animation-duration: 29354ms;
          animation-duration: 29354ms;
  -webkit-animation-delay: 23436ms;
          animation-delay: 23436ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    transform: translate3d(58vw, 108vh, 0);
  }
  to {
    transform: translate3d(56vw, -120vh, 0);
  }
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(58vw, 108vh, 0);
  }
  to {
    transform: translate3d(56vw, -120vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 3582ms;
          animation-delay: 3582ms;
}
.circle-container:nth-child(63) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-63;
          animation-name: move-frames-63;
  -webkit-animation-duration: 32590ms;
          animation-duration: 32590ms;
  -webkit-animation-delay: 5697ms;
          animation-delay: 5697ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    transform: translate3d(31vw, 102vh, 0);
  }
  to {
    transform: translate3d(43vw, -106vh, 0);
  }
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(31vw, 102vh, 0);
  }
  to {
    transform: translate3d(43vw, -106vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 2541ms;
          animation-delay: 2541ms;
}
.circle-container:nth-child(64) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-64;
          animation-name: move-frames-64;
  -webkit-animation-duration: 28490ms;
          animation-duration: 28490ms;
  -webkit-animation-delay: 3598ms;
          animation-delay: 3598ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(28vw, -116vh, 0);
  }
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(28vw, -116vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 33ms;
          animation-delay: 33ms;
}
.circle-container:nth-child(65) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-65;
          animation-name: move-frames-65;
  -webkit-animation-duration: 33972ms;
          animation-duration: 33972ms;
  -webkit-animation-delay: 20363ms;
          animation-delay: 20363ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    transform: translate3d(4vw, 105vh, 0);
  }
  to {
    transform: translate3d(16vw, -107vh, 0);
  }
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(4vw, 105vh, 0);
  }
  to {
    transform: translate3d(16vw, -107vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 3968ms;
          animation-delay: 3968ms;
}
.circle-container:nth-child(66) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-66;
          animation-name: move-frames-66;
  -webkit-animation-duration: 36312ms;
          animation-duration: 36312ms;
  -webkit-animation-delay: 14920ms;
          animation-delay: 14920ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    transform: translate3d(38vw, 101vh, 0);
  }
  to {
    transform: translate3d(48vw, -114vh, 0);
  }
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(38vw, 101vh, 0);
  }
  to {
    transform: translate3d(48vw, -114vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 625ms;
          animation-delay: 625ms;
}
.circle-container:nth-child(67) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-67;
          animation-name: move-frames-67;
  -webkit-animation-duration: 33164ms;
          animation-duration: 33164ms;
  -webkit-animation-delay: 29760ms;
          animation-delay: 29760ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    transform: translate3d(57vw, 106vh, 0);
  }
  to {
    transform: translate3d(65vw, -126vh, 0);
  }
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(57vw, 106vh, 0);
  }
  to {
    transform: translate3d(65vw, -126vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 44ms;
          animation-delay: 44ms;
}
.circle-container:nth-child(68) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-68;
          animation-name: move-frames-68;
  -webkit-animation-duration: 30674ms;
          animation-duration: 30674ms;
  -webkit-animation-delay: 19984ms;
          animation-delay: 19984ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    transform: translate3d(78vw, 110vh, 0);
  }
  to {
    transform: translate3d(36vw, -125vh, 0);
  }
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(78vw, 110vh, 0);
  }
  to {
    transform: translate3d(36vw, -125vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 718ms;
          animation-delay: 718ms;
}
.circle-container:nth-child(69) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-69;
          animation-name: move-frames-69;
  -webkit-animation-duration: 36622ms;
          animation-duration: 36622ms;
  -webkit-animation-delay: 15561ms;
          animation-delay: 15561ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    transform: translate3d(72vw, 102vh, 0);
  }
  to {
    transform: translate3d(74vw, -103vh, 0);
  }
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(72vw, 102vh, 0);
  }
  to {
    transform: translate3d(74vw, -103vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 569ms;
          animation-delay: 569ms;
}
.circle-container:nth-child(70) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-70;
          animation-name: move-frames-70;
  -webkit-animation-duration: 28745ms;
          animation-duration: 28745ms;
  -webkit-animation-delay: 31222ms;
          animation-delay: 31222ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    transform: translate3d(46vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -131vh, 0);
  }
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(46vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -131vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 2533ms;
          animation-delay: 2533ms;
}
.circle-container:nth-child(71) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-71;
          animation-name: move-frames-71;
  -webkit-animation-duration: 28572ms;
          animation-duration: 28572ms;
  -webkit-animation-delay: 2682ms;
          animation-delay: 2682ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    transform: translate3d(15vw, 107vh, 0);
  }
  to {
    transform: translate3d(99vw, -122vh, 0);
  }
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(15vw, 107vh, 0);
  }
  to {
    transform: translate3d(99vw, -122vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 1322ms;
          animation-delay: 1322ms;
}
.circle-container:nth-child(72) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-72;
          animation-name: move-frames-72;
  -webkit-animation-duration: 31931ms;
          animation-duration: 31931ms;
  -webkit-animation-delay: 14476ms;
          animation-delay: 14476ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    transform: translate3d(3vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -121vh, 0);
  }
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(3vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -121vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 3834ms;
          animation-delay: 3834ms;
}
.circle-container:nth-child(73) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-73;
          animation-name: move-frames-73;
  -webkit-animation-duration: 33946ms;
          animation-duration: 33946ms;
  -webkit-animation-delay: 26453ms;
          animation-delay: 26453ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    transform: translate3d(48vw, 107vh, 0);
  }
  to {
    transform: translate3d(31vw, -117vh, 0);
  }
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(48vw, 107vh, 0);
  }
  to {
    transform: translate3d(31vw, -117vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 999ms;
          animation-delay: 999ms;
}
.circle-container:nth-child(74) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-74;
          animation-name: move-frames-74;
  -webkit-animation-duration: 35698ms;
          animation-duration: 35698ms;
  -webkit-animation-delay: 4771ms;
          animation-delay: 4771ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    transform: translate3d(93vw, 103vh, 0);
  }
  to {
    transform: translate3d(30vw, -105vh, 0);
  }
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(93vw, 103vh, 0);
  }
  to {
    transform: translate3d(30vw, -105vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 3526ms;
          animation-delay: 3526ms;
}
.circle-container:nth-child(75) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-75;
          animation-name: move-frames-75;
  -webkit-animation-duration: 29051ms;
          animation-duration: 29051ms;
  -webkit-animation-delay: 1157ms;
          animation-delay: 1157ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    transform: translate3d(29vw, 108vh, 0);
  }
  to {
    transform: translate3d(35vw, -119vh, 0);
  }
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(29vw, 108vh, 0);
  }
  to {
    transform: translate3d(35vw, -119vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 2041ms;
          animation-delay: 2041ms;
}
.circle-container:nth-child(76) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-76;
          animation-name: move-frames-76;
  -webkit-animation-duration: 28733ms;
          animation-duration: 28733ms;
  -webkit-animation-delay: 33524ms;
          animation-delay: 33524ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    transform: translate3d(39vw, 108vh, 0);
  }
  to {
    transform: translate3d(1vw, -113vh, 0);
  }
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(39vw, 108vh, 0);
  }
  to {
    transform: translate3d(1vw, -113vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 3313ms;
          animation-delay: 3313ms;
}
.circle-container:nth-child(77) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-77;
          animation-name: move-frames-77;
  -webkit-animation-duration: 35925ms;
          animation-duration: 35925ms;
  -webkit-animation-delay: 7616ms;
          animation-delay: 7616ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(26vw, -132vh, 0);
  }
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(26vw, -132vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 1831ms;
          animation-delay: 1831ms;
}
.circle-container:nth-child(78) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-78;
          animation-name: move-frames-78;
  -webkit-animation-duration: 32110ms;
          animation-duration: 32110ms;
  -webkit-animation-delay: 21123ms;
          animation-delay: 21123ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    transform: translate3d(29vw, 110vh, 0);
  }
  to {
    transform: translate3d(63vw, -130vh, 0);
  }
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(29vw, 110vh, 0);
  }
  to {
    transform: translate3d(63vw, -130vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 569ms;
          animation-delay: 569ms;
}
.circle-container:nth-child(79) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-79;
          animation-name: move-frames-79;
  -webkit-animation-duration: 30039ms;
          animation-duration: 30039ms;
  -webkit-animation-delay: 13516ms;
          animation-delay: 13516ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    transform: translate3d(30vw, 105vh, 0);
  }
  to {
    transform: translate3d(2vw, -115vh, 0);
  }
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(30vw, 105vh, 0);
  }
  to {
    transform: translate3d(2vw, -115vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 3962ms;
          animation-delay: 3962ms;
}
.circle-container:nth-child(80) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-80;
          animation-name: move-frames-80;
  -webkit-animation-duration: 29134ms;
          animation-duration: 29134ms;
  -webkit-animation-delay: 5486ms;
          animation-delay: 5486ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(14vw, -109vh, 0);
  }
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(14vw, -109vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 1432ms;
          animation-delay: 1432ms;
}
.circle-container:nth-child(81) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-81;
          animation-name: move-frames-81;
  -webkit-animation-duration: 33664ms;
          animation-duration: 33664ms;
  -webkit-animation-delay: 1006ms;
          animation-delay: 1006ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    transform: translate3d(13vw, 103vh, 0);
  }
  to {
    transform: translate3d(70vw, -104vh, 0);
  }
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(13vw, 103vh, 0);
  }
  to {
    transform: translate3d(70vw, -104vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 2457ms;
          animation-delay: 2457ms;
}
.circle-container:nth-child(82) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-82;
          animation-name: move-frames-82;
  -webkit-animation-duration: 30321ms;
          animation-duration: 30321ms;
  -webkit-animation-delay: 10166ms;
          animation-delay: 10166ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    transform: translate3d(65vw, 108vh, 0);
  }
  to {
    transform: translate3d(38vw, -135vh, 0);
  }
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(65vw, 108vh, 0);
  }
  to {
    transform: translate3d(38vw, -135vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 613ms;
          animation-delay: 613ms;
}
.circle-container:nth-child(83) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-83;
          animation-name: move-frames-83;
  -webkit-animation-duration: 32513ms;
          animation-duration: 32513ms;
  -webkit-animation-delay: 18173ms;
          animation-delay: 18173ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    transform: translate3d(40vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -135vh, 0);
  }
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(40vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -135vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 854ms;
          animation-delay: 854ms;
}
.circle-container:nth-child(84) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-84;
          animation-name: move-frames-84;
  -webkit-animation-duration: 31148ms;
          animation-duration: 31148ms;
  -webkit-animation-delay: 13566ms;
          animation-delay: 13566ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    transform: translate3d(60vw, 105vh, 0);
  }
  to {
    transform: translate3d(67vw, -106vh, 0);
  }
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(60vw, 105vh, 0);
  }
  to {
    transform: translate3d(67vw, -106vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 221ms;
          animation-delay: 221ms;
}
.circle-container:nth-child(85) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-85;
          animation-name: move-frames-85;
  -webkit-animation-duration: 29090ms;
          animation-duration: 29090ms;
  -webkit-animation-delay: 13404ms;
          animation-delay: 13404ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    transform: translate3d(53vw, 107vh, 0);
  }
  to {
    transform: translate3d(16vw, -128vh, 0);
  }
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(53vw, 107vh, 0);
  }
  to {
    transform: translate3d(16vw, -128vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 1372ms;
          animation-delay: 1372ms;
}
.circle-container:nth-child(86) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-86;
          animation-name: move-frames-86;
  -webkit-animation-duration: 34645ms;
          animation-duration: 34645ms;
  -webkit-animation-delay: 4052ms;
          animation-delay: 4052ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    transform: translate3d(7vw, 104vh, 0);
  }
  to {
    transform: translate3d(28vw, -114vh, 0);
  }
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(7vw, 104vh, 0);
  }
  to {
    transform: translate3d(28vw, -114vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 3725ms;
          animation-delay: 3725ms;
}
.circle-container:nth-child(87) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-87;
          animation-name: move-frames-87;
  -webkit-animation-duration: 33293ms;
          animation-duration: 33293ms;
  -webkit-animation-delay: 22970ms;
          animation-delay: 22970ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    transform: translate3d(29vw, 106vh, 0);
  }
  to {
    transform: translate3d(91vw, -129vh, 0);
  }
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(29vw, 106vh, 0);
  }
  to {
    transform: translate3d(91vw, -129vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 2695ms;
          animation-delay: 2695ms;
}
.circle-container:nth-child(88) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-88;
          animation-name: move-frames-88;
  -webkit-animation-duration: 34381ms;
          animation-duration: 34381ms;
  -webkit-animation-delay: 4870ms;
          animation-delay: 4870ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    transform: translate3d(38vw, 108vh, 0);
  }
  to {
    transform: translate3d(89vw, -120vh, 0);
  }
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(38vw, 108vh, 0);
  }
  to {
    transform: translate3d(89vw, -120vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 2278ms;
          animation-delay: 2278ms;
}
.circle-container:nth-child(89) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-89;
          animation-name: move-frames-89;
  -webkit-animation-duration: 35037ms;
          animation-duration: 35037ms;
  -webkit-animation-delay: 9719ms;
          animation-delay: 9719ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    transform: translate3d(13vw, 110vh, 0);
  }
  to {
    transform: translate3d(34vw, -131vh, 0);
  }
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(13vw, 110vh, 0);
  }
  to {
    transform: translate3d(34vw, -131vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 2570ms;
          animation-delay: 2570ms;
}
.circle-container:nth-child(90) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-90;
          animation-name: move-frames-90;
  -webkit-animation-duration: 28747ms;
          animation-duration: 28747ms;
  -webkit-animation-delay: 33417ms;
          animation-delay: 33417ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    transform: translate3d(82vw, 101vh, 0);
  }
  to {
    transform: translate3d(75vw, -131vh, 0);
  }
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(82vw, 101vh, 0);
  }
  to {
    transform: translate3d(75vw, -131vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 415ms;
          animation-delay: 415ms;
}
.circle-container:nth-child(91) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-91;
          animation-name: move-frames-91;
  -webkit-animation-duration: 32179ms;
          animation-duration: 32179ms;
  -webkit-animation-delay: 16183ms;
          animation-delay: 16183ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    transform: translate3d(89vw, 105vh, 0);
  }
  to {
    transform: translate3d(46vw, -122vh, 0);
  }
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(89vw, 105vh, 0);
  }
  to {
    transform: translate3d(46vw, -122vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 2628ms;
          animation-delay: 2628ms;
}
.circle-container:nth-child(92) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-92;
          animation-name: move-frames-92;
  -webkit-animation-duration: 33398ms;
          animation-duration: 33398ms;
  -webkit-animation-delay: 11975ms;
          animation-delay: 11975ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    transform: translate3d(95vw, 110vh, 0);
  }
  to {
    transform: translate3d(42vw, -113vh, 0);
  }
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(95vw, 110vh, 0);
  }
  to {
    transform: translate3d(42vw, -113vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 35ms;
          animation-delay: 35ms;
}
.circle-container:nth-child(93) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-93;
          animation-name: move-frames-93;
  -webkit-animation-duration: 28694ms;
          animation-duration: 28694ms;
  -webkit-animation-delay: 25631ms;
          animation-delay: 25631ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    transform: translate3d(54vw, 101vh, 0);
  }
  to {
    transform: translate3d(5vw, -110vh, 0);
  }
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(54vw, 101vh, 0);
  }
  to {
    transform: translate3d(5vw, -110vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 3694ms;
          animation-delay: 3694ms;
}
.circle-container:nth-child(94) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-94;
          animation-name: move-frames-94;
  -webkit-animation-duration: 32906ms;
          animation-duration: 32906ms;
  -webkit-animation-delay: 6555ms;
          animation-delay: 6555ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    transform: translate3d(49vw, 109vh, 0);
  }
  to {
    transform: translate3d(80vw, -110vh, 0);
  }
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(49vw, 109vh, 0);
  }
  to {
    transform: translate3d(80vw, -110vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 1338ms;
          animation-delay: 1338ms;
}
.circle-container:nth-child(95) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-95;
          animation-name: move-frames-95;
  -webkit-animation-duration: 34290ms;
          animation-duration: 34290ms;
  -webkit-animation-delay: 3542ms;
          animation-delay: 3542ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    transform: translate3d(47vw, 109vh, 0);
  }
  to {
    transform: translate3d(47vw, -116vh, 0);
  }
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(47vw, 109vh, 0);
  }
  to {
    transform: translate3d(47vw, -116vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 330ms;
          animation-delay: 330ms;
}
.circle-container:nth-child(96) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-96;
          animation-name: move-frames-96;
  -webkit-animation-duration: 33251ms;
          animation-duration: 33251ms;
  -webkit-animation-delay: 19063ms;
          animation-delay: 19063ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    transform: translate3d(27vw, 108vh, 0);
  }
  to {
    transform: translate3d(100vw, -114vh, 0);
  }
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(27vw, 108vh, 0);
  }
  to {
    transform: translate3d(100vw, -114vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.circle-container:nth-child(97) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-97;
          animation-name: move-frames-97;
  -webkit-animation-duration: 30719ms;
          animation-duration: 30719ms;
  -webkit-animation-delay: 631ms;
          animation-delay: 631ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    transform: translate3d(27vw, 109vh, 0);
  }
  to {
    transform: translate3d(21vw, -119vh, 0);
  }
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(27vw, 109vh, 0);
  }
  to {
    transform: translate3d(21vw, -119vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 2709ms;
          animation-delay: 2709ms;
}
.circle-container:nth-child(98) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-98;
          animation-name: move-frames-98;
  -webkit-animation-duration: 35948ms;
          animation-duration: 35948ms;
  -webkit-animation-delay: 10237ms;
          animation-delay: 10237ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    transform: translate3d(46vw, 110vh, 0);
  }
  to {
    transform: translate3d(30vw, -137vh, 0);
  }
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(46vw, 110vh, 0);
  }
  to {
    transform: translate3d(30vw, -137vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 3181ms;
          animation-delay: 3181ms;
}
.circle-container:nth-child(99) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-99;
          animation-name: move-frames-99;
  -webkit-animation-duration: 34026ms;
          animation-duration: 34026ms;
  -webkit-animation-delay: 13702ms;
          animation-delay: 13702ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    transform: translate3d(77vw, 103vh, 0);
  }
  to {
    transform: translate3d(41vw, -126vh, 0);
  }
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(77vw, 103vh, 0);
  }
  to {
    transform: translate3d(41vw, -126vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 3767ms;
          animation-delay: 3767ms;
}
.circle-container:nth-child(100) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-100;
          animation-name: move-frames-100;
  -webkit-animation-duration: 31560ms;
          animation-duration: 31560ms;
  -webkit-animation-delay: 15756ms;
          animation-delay: 15756ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    transform: translate3d(60vw, 101vh, 0);
  }
  to {
    transform: translate3d(73vw, -121vh, 0);
  }
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(60vw, 101vh, 0);
  }
  to {
    transform: translate3d(73vw, -121vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 1841ms;
          animation-delay: 1841ms;
}
.circle-container:nth-child(101) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-101;
          animation-name: move-frames-101;
  -webkit-animation-duration: 32642ms;
          animation-duration: 32642ms;
  -webkit-animation-delay: 12690ms;
          animation-delay: 12690ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    transform: translate3d(6vw, 101vh, 0);
  }
  to {
    transform: translate3d(28vw, -118vh, 0);
  }
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(6vw, 101vh, 0);
  }
  to {
    transform: translate3d(28vw, -118vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 2076ms;
          animation-delay: 2076ms;
}
.circle-container:nth-child(102) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-102;
          animation-name: move-frames-102;
  -webkit-animation-duration: 29673ms;
          animation-duration: 29673ms;
  -webkit-animation-delay: 13203ms;
          animation-delay: 13203ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(83vw, -127vh, 0);
  }
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(83vw, -127vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 2464ms;
          animation-delay: 2464ms;
}
.circle-container:nth-child(103) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-103;
          animation-name: move-frames-103;
  -webkit-animation-duration: 34954ms;
          animation-duration: 34954ms;
  -webkit-animation-delay: 24311ms;
          animation-delay: 24311ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    transform: translate3d(79vw, 106vh, 0);
  }
  to {
    transform: translate3d(18vw, -122vh, 0);
  }
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(79vw, 106vh, 0);
  }
  to {
    transform: translate3d(18vw, -122vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 2029ms;
          animation-delay: 2029ms;
}
.circle-container:nth-child(104) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-104;
          animation-name: move-frames-104;
  -webkit-animation-duration: 36659ms;
          animation-duration: 36659ms;
  -webkit-animation-delay: 14989ms;
          animation-delay: 14989ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    transform: translate3d(61vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -111vh, 0);
  }
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(61vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -111vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 3314ms;
          animation-delay: 3314ms;
}
.circle-container:nth-child(105) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-105;
          animation-name: move-frames-105;
  -webkit-animation-duration: 34253ms;
          animation-duration: 34253ms;
  -webkit-animation-delay: 23465ms;
          animation-delay: 23465ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    transform: translate3d(25vw, 103vh, 0);
  }
  to {
    transform: translate3d(31vw, -115vh, 0);
  }
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(25vw, 103vh, 0);
  }
  to {
    transform: translate3d(31vw, -115vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 1839ms;
          animation-delay: 1839ms;
}
.circle-container:nth-child(106) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-106;
          animation-name: move-frames-106;
  -webkit-animation-duration: 30532ms;
          animation-duration: 30532ms;
  -webkit-animation-delay: 28424ms;
          animation-delay: 28424ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    transform: translate3d(54vw, 109vh, 0);
  }
  to {
    transform: translate3d(97vw, -131vh, 0);
  }
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(54vw, 109vh, 0);
  }
  to {
    transform: translate3d(97vw, -131vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 3989ms;
          animation-delay: 3989ms;
}
.circle-container:nth-child(107) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-107;
          animation-name: move-frames-107;
  -webkit-animation-duration: 30242ms;
          animation-duration: 30242ms;
  -webkit-animation-delay: 30899ms;
          animation-delay: 30899ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    transform: translate3d(99vw, 105vh, 0);
  }
  to {
    transform: translate3d(42vw, -119vh, 0);
  }
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(99vw, 105vh, 0);
  }
  to {
    transform: translate3d(42vw, -119vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 2990ms;
          animation-delay: 2990ms;
}
.circle-container:nth-child(108) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-108;
          animation-name: move-frames-108;
  -webkit-animation-duration: 33084ms;
          animation-duration: 33084ms;
  -webkit-animation-delay: 13774ms;
          animation-delay: 13774ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    transform: translate3d(70vw, 104vh, 0);
  }
  to {
    transform: translate3d(6vw, -130vh, 0);
  }
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(70vw, 104vh, 0);
  }
  to {
    transform: translate3d(6vw, -130vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 417ms;
          animation-delay: 417ms;
}
.circle-container:nth-child(109) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-109;
          animation-name: move-frames-109;
  -webkit-animation-duration: 28923ms;
          animation-duration: 28923ms;
  -webkit-animation-delay: 36459ms;
          animation-delay: 36459ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    transform: translate3d(19vw, 101vh, 0);
  }
  to {
    transform: translate3d(37vw, -102vh, 0);
  }
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(19vw, 101vh, 0);
  }
  to {
    transform: translate3d(37vw, -102vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}
.circle-container:nth-child(110) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-110;
          animation-name: move-frames-110;
  -webkit-animation-duration: 31199ms;
          animation-duration: 31199ms;
  -webkit-animation-delay: 28070ms;
          animation-delay: 28070ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    transform: translate3d(90vw, 104vh, 0);
  }
  to {
    transform: translate3d(82vw, -123vh, 0);
  }
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(90vw, 104vh, 0);
  }
  to {
    transform: translate3d(82vw, -123vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 130ms;
          animation-delay: 130ms;
}
.circle-container:nth-child(111) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-111;
          animation-name: move-frames-111;
  -webkit-animation-duration: 28009ms;
          animation-duration: 28009ms;
  -webkit-animation-delay: 11967ms;
          animation-delay: 11967ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    transform: translate3d(9vw, 106vh, 0);
  }
  to {
    transform: translate3d(37vw, -110vh, 0);
  }
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(9vw, 106vh, 0);
  }
  to {
    transform: translate3d(37vw, -110vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 2958ms;
          animation-delay: 2958ms;
}
.circle-container:nth-child(112) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-112;
          animation-name: move-frames-112;
  -webkit-animation-duration: 28265ms;
          animation-duration: 28265ms;
  -webkit-animation-delay: 2371ms;
          animation-delay: 2371ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    transform: translate3d(5vw, 104vh, 0);
  }
  to {
    transform: translate3d(40vw, -129vh, 0);
  }
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(5vw, 104vh, 0);
  }
  to {
    transform: translate3d(40vw, -129vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 1948ms;
          animation-delay: 1948ms;
}
.circle-container:nth-child(113) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-113;
          animation-name: move-frames-113;
  -webkit-animation-duration: 33354ms;
          animation-duration: 33354ms;
  -webkit-animation-delay: 11852ms;
          animation-delay: 11852ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    transform: translate3d(81vw, 106vh, 0);
  }
  to {
    transform: translate3d(60vw, -132vh, 0);
  }
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(81vw, 106vh, 0);
  }
  to {
    transform: translate3d(60vw, -132vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 829ms;
          animation-delay: 829ms;
}
.circle-container:nth-child(114) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-114;
          animation-name: move-frames-114;
  -webkit-animation-duration: 32391ms;
          animation-duration: 32391ms;
  -webkit-animation-delay: 28435ms;
          animation-delay: 28435ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(95vw, -120vh, 0);
  }
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(95vw, -120vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 241ms;
          animation-delay: 241ms;
}
.circle-container:nth-child(115) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-115;
          animation-name: move-frames-115;
  -webkit-animation-duration: 36489ms;
          animation-duration: 36489ms;
  -webkit-animation-delay: 30260ms;
          animation-delay: 30260ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    transform: translate3d(78vw, 107vh, 0);
  }
  to {
    transform: translate3d(90vw, -131vh, 0);
  }
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(78vw, 107vh, 0);
  }
  to {
    transform: translate3d(90vw, -131vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 2542ms;
          animation-delay: 2542ms;
}
.circle-container:nth-child(116) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-116;
          animation-name: move-frames-116;
  -webkit-animation-duration: 34260ms;
          animation-duration: 34260ms;
  -webkit-animation-delay: 1980ms;
          animation-delay: 1980ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    transform: translate3d(13vw, 105vh, 0);
  }
  to {
    transform: translate3d(69vw, -107vh, 0);
  }
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(13vw, 105vh, 0);
  }
  to {
    transform: translate3d(69vw, -107vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 2753ms;
          animation-delay: 2753ms;
}
.circle-container:nth-child(117) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-117;
          animation-name: move-frames-117;
  -webkit-animation-duration: 35679ms;
          animation-duration: 35679ms;
  -webkit-animation-delay: 34638ms;
          animation-delay: 34638ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(25vw, -134vh, 0);
  }
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(25vw, -134vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 1464ms;
          animation-delay: 1464ms;
}
.circle-container:nth-child(118) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-118;
          animation-name: move-frames-118;
  -webkit-animation-duration: 36501ms;
          animation-duration: 36501ms;
  -webkit-animation-delay: 12703ms;
          animation-delay: 12703ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    transform: translate3d(96vw, 110vh, 0);
  }
  to {
    transform: translate3d(43vw, -140vh, 0);
  }
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(96vw, 110vh, 0);
  }
  to {
    transform: translate3d(43vw, -140vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 1283ms;
          animation-delay: 1283ms;
}
.circle-container:nth-child(119) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-119;
          animation-name: move-frames-119;
  -webkit-animation-duration: 29137ms;
          animation-duration: 29137ms;
  -webkit-animation-delay: 5197ms;
          animation-delay: 5197ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    transform: translate3d(58vw, 102vh, 0);
  }
  to {
    transform: translate3d(35vw, -111vh, 0);
  }
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(58vw, 102vh, 0);
  }
  to {
    transform: translate3d(35vw, -111vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 2992ms;
          animation-delay: 2992ms;
}
.circle-container:nth-child(120) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-120;
          animation-name: move-frames-120;
  -webkit-animation-duration: 32541ms;
          animation-duration: 32541ms;
  -webkit-animation-delay: 36850ms;
          animation-delay: 36850ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    transform: translate3d(90vw, 110vh, 0);
  }
  to {
    transform: translate3d(56vw, -112vh, 0);
  }
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(90vw, 110vh, 0);
  }
  to {
    transform: translate3d(56vw, -112vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 419ms;
          animation-delay: 419ms;
}
.circle-container:nth-child(121) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-121;
          animation-name: move-frames-121;
  -webkit-animation-duration: 34930ms;
          animation-duration: 34930ms;
  -webkit-animation-delay: 2701ms;
          animation-delay: 2701ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    transform: translate3d(88vw, 102vh, 0);
  }
  to {
    transform: translate3d(91vw, -119vh, 0);
  }
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(88vw, 102vh, 0);
  }
  to {
    transform: translate3d(91vw, -119vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 2175ms;
          animation-delay: 2175ms;
}
.circle-container:nth-child(122) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-122;
          animation-name: move-frames-122;
  -webkit-animation-duration: 35016ms;
          animation-duration: 35016ms;
  -webkit-animation-delay: 31609ms;
          animation-delay: 31609ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    transform: translate3d(29vw, 109vh, 0);
  }
  to {
    transform: translate3d(45vw, -139vh, 0);
  }
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(29vw, 109vh, 0);
  }
  to {
    transform: translate3d(45vw, -139vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 2817ms;
          animation-delay: 2817ms;
}
.circle-container:nth-child(123) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-123;
          animation-name: move-frames-123;
  -webkit-animation-duration: 29038ms;
          animation-duration: 29038ms;
  -webkit-animation-delay: 29430ms;
          animation-delay: 29430ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    transform: translate3d(82vw, 106vh, 0);
  }
  to {
    transform: translate3d(9vw, -130vh, 0);
  }
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(82vw, 106vh, 0);
  }
  to {
    transform: translate3d(9vw, -130vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 641ms;
          animation-delay: 641ms;
}
.circle-container:nth-child(124) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-124;
          animation-name: move-frames-124;
  -webkit-animation-duration: 33884ms;
          animation-duration: 33884ms;
  -webkit-animation-delay: 1173ms;
          animation-delay: 1173ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    transform: translate3d(46vw, 104vh, 0);
  }
  to {
    transform: translate3d(84vw, -125vh, 0);
  }
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(46vw, 104vh, 0);
  }
  to {
    transform: translate3d(84vw, -125vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 21ms;
          animation-delay: 21ms;
}
.circle-container:nth-child(125) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-125;
          animation-name: move-frames-125;
  -webkit-animation-duration: 29730ms;
          animation-duration: 29730ms;
  -webkit-animation-delay: 8935ms;
          animation-delay: 8935ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    transform: translate3d(95vw, 107vh, 0);
  }
  to {
    transform: translate3d(60vw, -130vh, 0);
  }
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(95vw, 107vh, 0);
  }
  to {
    transform: translate3d(60vw, -130vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 1318ms;
          animation-delay: 1318ms;
}
.circle-container:nth-child(126) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-126;
          animation-name: move-frames-126;
  -webkit-animation-duration: 31107ms;
          animation-duration: 31107ms;
  -webkit-animation-delay: 9713ms;
          animation-delay: 9713ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    transform: translate3d(31vw, 105vh, 0);
  }
  to {
    transform: translate3d(63vw, -128vh, 0);
  }
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(31vw, 105vh, 0);
  }
  to {
    transform: translate3d(63vw, -128vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 2955ms;
          animation-delay: 2955ms;
}
.circle-container:nth-child(127) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-127;
          animation-name: move-frames-127;
  -webkit-animation-duration: 34823ms;
          animation-duration: 34823ms;
  -webkit-animation-delay: 16476ms;
          animation-delay: 16476ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    transform: translate3d(50vw, 110vh, 0);
  }
  to {
    transform: translate3d(38vw, -131vh, 0);
  }
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(50vw, 110vh, 0);
  }
  to {
    transform: translate3d(38vw, -131vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 2765ms;
          animation-delay: 2765ms;
}
.circle-container:nth-child(128) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-128;
          animation-name: move-frames-128;
  -webkit-animation-duration: 33000ms;
          animation-duration: 33000ms;
  -webkit-animation-delay: 18808ms;
          animation-delay: 18808ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    transform: translate3d(62vw, 106vh, 0);
  }
  to {
    transform: translate3d(44vw, -134vh, 0);
  }
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(62vw, 106vh, 0);
  }
  to {
    transform: translate3d(44vw, -134vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 1761ms;
          animation-delay: 1761ms;
}
.circle-container:nth-child(129) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-129;
          animation-name: move-frames-129;
  -webkit-animation-duration: 34538ms;
          animation-duration: 34538ms;
  -webkit-animation-delay: 21947ms;
          animation-delay: 21947ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    transform: translate3d(86vw, 101vh, 0);
  }
  to {
    transform: translate3d(35vw, -102vh, 0);
  }
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(86vw, 101vh, 0);
  }
  to {
    transform: translate3d(35vw, -102vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 49ms;
          animation-delay: 49ms;
}
.circle-container:nth-child(130) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-130;
          animation-name: move-frames-130;
  -webkit-animation-duration: 30229ms;
          animation-duration: 30229ms;
  -webkit-animation-delay: 24328ms;
          animation-delay: 24328ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    transform: translate3d(25vw, 109vh, 0);
  }
  to {
    transform: translate3d(76vw, -130vh, 0);
  }
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(25vw, 109vh, 0);
  }
  to {
    transform: translate3d(76vw, -130vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 190ms;
          animation-delay: 190ms;
}
.circle-container:nth-child(131) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-131;
          animation-name: move-frames-131;
  -webkit-animation-duration: 30482ms;
          animation-duration: 30482ms;
  -webkit-animation-delay: 27360ms;
          animation-delay: 27360ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    transform: translate3d(53vw, 109vh, 0);
  }
  to {
    transform: translate3d(51vw, -132vh, 0);
  }
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(53vw, 109vh, 0);
  }
  to {
    transform: translate3d(51vw, -132vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 1672ms;
          animation-delay: 1672ms;
}
.circle-container:nth-child(132) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-132;
          animation-name: move-frames-132;
  -webkit-animation-duration: 29728ms;
          animation-duration: 29728ms;
  -webkit-animation-delay: 33928ms;
          animation-delay: 33928ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    transform: translate3d(68vw, 101vh, 0);
  }
  to {
    transform: translate3d(4vw, -111vh, 0);
  }
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(68vw, 101vh, 0);
  }
  to {
    transform: translate3d(4vw, -111vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 3417ms;
          animation-delay: 3417ms;
}
.circle-container:nth-child(133) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-133;
          animation-name: move-frames-133;
  -webkit-animation-duration: 34609ms;
          animation-duration: 34609ms;
  -webkit-animation-delay: 26984ms;
          animation-delay: 26984ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    transform: translate3d(37vw, 109vh, 0);
  }
  to {
    transform: translate3d(52vw, -115vh, 0);
  }
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(37vw, 109vh, 0);
  }
  to {
    transform: translate3d(52vw, -115vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 3315ms;
          animation-delay: 3315ms;
}
.circle-container:nth-child(134) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-134;
          animation-name: move-frames-134;
  -webkit-animation-duration: 33894ms;
          animation-duration: 33894ms;
  -webkit-animation-delay: 16023ms;
          animation-delay: 16023ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    transform: translate3d(44vw, 103vh, 0);
  }
  to {
    transform: translate3d(7vw, -130vh, 0);
  }
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(44vw, 103vh, 0);
  }
  to {
    transform: translate3d(7vw, -130vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 1258ms;
          animation-delay: 1258ms;
}
.circle-container:nth-child(135) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-135;
          animation-name: move-frames-135;
  -webkit-animation-duration: 32849ms;
          animation-duration: 32849ms;
  -webkit-animation-delay: 27181ms;
          animation-delay: 27181ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(36vw, -134vh, 0);
  }
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(36vw, -134vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 2922ms;
          animation-delay: 2922ms;
}
.circle-container:nth-child(136) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-136;
          animation-name: move-frames-136;
  -webkit-animation-duration: 34829ms;
          animation-duration: 34829ms;
  -webkit-animation-delay: 30367ms;
          animation-delay: 30367ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    transform: translate3d(95vw, 102vh, 0);
  }
  to {
    transform: translate3d(68vw, -115vh, 0);
  }
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(95vw, 102vh, 0);
  }
  to {
    transform: translate3d(68vw, -115vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 2506ms;
          animation-delay: 2506ms;
}
.circle-container:nth-child(137) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-137;
          animation-name: move-frames-137;
  -webkit-animation-duration: 36506ms;
          animation-duration: 36506ms;
  -webkit-animation-delay: 23095ms;
          animation-delay: 23095ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    transform: translate3d(54vw, 108vh, 0);
  }
  to {
    transform: translate3d(15vw, -125vh, 0);
  }
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(54vw, 108vh, 0);
  }
  to {
    transform: translate3d(15vw, -125vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 824ms;
          animation-delay: 824ms;
}
.circle-container:nth-child(138) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-138;
          animation-name: move-frames-138;
  -webkit-animation-duration: 30430ms;
          animation-duration: 30430ms;
  -webkit-animation-delay: 3356ms;
          animation-delay: 3356ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    transform: translate3d(43vw, 101vh, 0);
  }
  to {
    transform: translate3d(24vw, -102vh, 0);
  }
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(43vw, 101vh, 0);
  }
  to {
    transform: translate3d(24vw, -102vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 956ms;
          animation-delay: 956ms;
}
.circle-container:nth-child(139) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-139;
          animation-name: move-frames-139;
  -webkit-animation-duration: 29600ms;
          animation-duration: 29600ms;
  -webkit-animation-delay: 33349ms;
          animation-delay: 33349ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    transform: translate3d(12vw, 102vh, 0);
  }
  to {
    transform: translate3d(51vw, -107vh, 0);
  }
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(12vw, 102vh, 0);
  }
  to {
    transform: translate3d(51vw, -107vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.circle-container:nth-child(140) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-140;
          animation-name: move-frames-140;
  -webkit-animation-duration: 30768ms;
          animation-duration: 30768ms;
  -webkit-animation-delay: 14900ms;
          animation-delay: 14900ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    transform: translate3d(51vw, 104vh, 0);
  }
  to {
    transform: translate3d(20vw, -123vh, 0);
  }
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(51vw, 104vh, 0);
  }
  to {
    transform: translate3d(20vw, -123vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 2093ms;
          animation-delay: 2093ms;
}
.circle-container:nth-child(141) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-141;
          animation-name: move-frames-141;
  -webkit-animation-duration: 30479ms;
          animation-duration: 30479ms;
  -webkit-animation-delay: 24673ms;
          animation-delay: 24673ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    transform: translate3d(22vw, 110vh, 0);
  }
  to {
    transform: translate3d(90vw, -114vh, 0);
  }
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(22vw, 110vh, 0);
  }
  to {
    transform: translate3d(90vw, -114vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 367ms;
          animation-delay: 367ms;
}
.circle-container:nth-child(142) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-142;
          animation-name: move-frames-142;
  -webkit-animation-duration: 28536ms;
          animation-duration: 28536ms;
  -webkit-animation-delay: 16068ms;
          animation-delay: 16068ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    transform: translate3d(14vw, 106vh, 0);
  }
  to {
    transform: translate3d(85vw, -111vh, 0);
  }
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(14vw, 106vh, 0);
  }
  to {
    transform: translate3d(85vw, -111vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 3644ms;
          animation-delay: 3644ms;
}
.circle-container:nth-child(143) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-143;
          animation-name: move-frames-143;
  -webkit-animation-duration: 36466ms;
          animation-duration: 36466ms;
  -webkit-animation-delay: 4696ms;
          animation-delay: 4696ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    transform: translate3d(38vw, 105vh, 0);
  }
  to {
    transform: translate3d(98vw, -129vh, 0);
  }
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(38vw, 105vh, 0);
  }
  to {
    transform: translate3d(98vw, -129vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 1781ms;
          animation-delay: 1781ms;
}
.circle-container:nth-child(144) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-144;
          animation-name: move-frames-144;
  -webkit-animation-duration: 33711ms;
          animation-duration: 33711ms;
  -webkit-animation-delay: 23037ms;
          animation-delay: 23037ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    transform: translate3d(100vw, 109vh, 0);
  }
  to {
    transform: translate3d(33vw, -130vh, 0);
  }
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(100vw, 109vh, 0);
  }
  to {
    transform: translate3d(33vw, -130vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 3481ms;
          animation-delay: 3481ms;
}
.circle-container:nth-child(145) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-145;
          animation-name: move-frames-145;
  -webkit-animation-duration: 28354ms;
          animation-duration: 28354ms;
  -webkit-animation-delay: 21197ms;
          animation-delay: 21197ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    transform: translate3d(24vw, 108vh, 0);
  }
  to {
    transform: translate3d(68vw, -123vh, 0);
  }
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(24vw, 108vh, 0);
  }
  to {
    transform: translate3d(68vw, -123vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 3888ms;
          animation-delay: 3888ms;
}
.circle-container:nth-child(146) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-146;
          animation-name: move-frames-146;
  -webkit-animation-duration: 33190ms;
          animation-duration: 33190ms;
  -webkit-animation-delay: 23992ms;
          animation-delay: 23992ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    transform: translate3d(86vw, 105vh, 0);
  }
  to {
    transform: translate3d(20vw, -132vh, 0);
  }
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(86vw, 105vh, 0);
  }
  to {
    transform: translate3d(20vw, -132vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 2359ms;
          animation-delay: 2359ms;
}
.circle-container:nth-child(147) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-147;
          animation-name: move-frames-147;
  -webkit-animation-duration: 31383ms;
          animation-duration: 31383ms;
  -webkit-animation-delay: 17531ms;
          animation-delay: 17531ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    transform: translate3d(80vw, 102vh, 0);
  }
  to {
    transform: translate3d(87vw, -127vh, 0);
  }
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(80vw, 102vh, 0);
  }
  to {
    transform: translate3d(87vw, -127vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 2778ms;
          animation-delay: 2778ms;
}
.circle-container:nth-child(148) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-148;
          animation-name: move-frames-148;
  -webkit-animation-duration: 34083ms;
          animation-duration: 34083ms;
  -webkit-animation-delay: 25008ms;
          animation-delay: 25008ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    transform: translate3d(6vw, 102vh, 0);
  }
  to {
    transform: translate3d(81vw, -106vh, 0);
  }
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(6vw, 102vh, 0);
  }
  to {
    transform: translate3d(81vw, -106vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 2391ms;
          animation-delay: 2391ms;
}
.circle-container:nth-child(149) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-149;
          animation-name: move-frames-149;
  -webkit-animation-duration: 32827ms;
          animation-duration: 32827ms;
  -webkit-animation-delay: 14452ms;
          animation-delay: 14452ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    transform: translate3d(33vw, 105vh, 0);
  }
  to {
    transform: translate3d(35vw, -115vh, 0);
  }
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(33vw, 105vh, 0);
  }
  to {
    transform: translate3d(35vw, -115vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 3440ms;
          animation-delay: 3440ms;
}
.circle-container:nth-child(150) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-150;
          animation-name: move-frames-150;
  -webkit-animation-duration: 30295ms;
          animation-duration: 30295ms;
  -webkit-animation-delay: 22016ms;
          animation-delay: 22016ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    transform: translate3d(35vw, 104vh, 0);
  }
  to {
    transform: translate3d(20vw, -114vh, 0);
  }
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(35vw, 104vh, 0);
  }
  to {
    transform: translate3d(20vw, -114vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 2650ms;
          animation-delay: 2650ms;
}
.circle-container:nth-child(151) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-151;
          animation-name: move-frames-151;
  -webkit-animation-duration: 33262ms;
          animation-duration: 33262ms;
  -webkit-animation-delay: 25214ms;
          animation-delay: 25214ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    transform: translate3d(34vw, 102vh, 0);
  }
  to {
    transform: translate3d(22vw, -126vh, 0);
  }
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(34vw, 102vh, 0);
  }
  to {
    transform: translate3d(22vw, -126vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 758ms;
          animation-delay: 758ms;
}
.circle-container:nth-child(152) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-152;
          animation-name: move-frames-152;
  -webkit-animation-duration: 29179ms;
          animation-duration: 29179ms;
  -webkit-animation-delay: 33093ms;
          animation-delay: 33093ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    transform: translate3d(62vw, 110vh, 0);
  }
  to {
    transform: translate3d(91vw, -136vh, 0);
  }
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(62vw, 110vh, 0);
  }
  to {
    transform: translate3d(91vw, -136vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 2843ms;
          animation-delay: 2843ms;
}
.circle-container:nth-child(153) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-153;
          animation-name: move-frames-153;
  -webkit-animation-duration: 34376ms;
          animation-duration: 34376ms;
  -webkit-animation-delay: 24777ms;
          animation-delay: 24777ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    transform: translate3d(91vw, 110vh, 0);
  }
  to {
    transform: translate3d(64vw, -114vh, 0);
  }
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(91vw, 110vh, 0);
  }
  to {
    transform: translate3d(64vw, -114vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 2044ms;
          animation-delay: 2044ms;
}
.circle-container:nth-child(154) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-154;
          animation-name: move-frames-154;
  -webkit-animation-duration: 28619ms;
          animation-duration: 28619ms;
  -webkit-animation-delay: 26837ms;
          animation-delay: 26837ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    transform: translate3d(48vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -118vh, 0);
  }
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(48vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -118vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 2952ms;
          animation-delay: 2952ms;
}
.circle-container:nth-child(155) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-155;
          animation-name: move-frames-155;
  -webkit-animation-duration: 36550ms;
          animation-duration: 36550ms;
  -webkit-animation-delay: 15375ms;
          animation-delay: 15375ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    transform: translate3d(88vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -131vh, 0);
  }
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(88vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -131vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 3544ms;
          animation-delay: 3544ms;
}
.circle-container:nth-child(156) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-156;
          animation-name: move-frames-156;
  -webkit-animation-duration: 32912ms;
          animation-duration: 32912ms;
  -webkit-animation-delay: 16139ms;
          animation-delay: 16139ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    transform: translate3d(25vw, 102vh, 0);
  }
  to {
    transform: translate3d(5vw, -104vh, 0);
  }
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(25vw, 102vh, 0);
  }
  to {
    transform: translate3d(5vw, -104vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 1839ms;
          animation-delay: 1839ms;
}
.circle-container:nth-child(157) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-157;
          animation-name: move-frames-157;
  -webkit-animation-duration: 33470ms;
          animation-duration: 33470ms;
  -webkit-animation-delay: 33836ms;
          animation-delay: 33836ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    transform: translate3d(72vw, 102vh, 0);
  }
  to {
    transform: translate3d(94vw, -120vh, 0);
  }
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(72vw, 102vh, 0);
  }
  to {
    transform: translate3d(94vw, -120vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 2740ms;
          animation-delay: 2740ms;
}
.circle-container:nth-child(158) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-158;
          animation-name: move-frames-158;
  -webkit-animation-duration: 31018ms;
          animation-duration: 31018ms;
  -webkit-animation-delay: 36552ms;
          animation-delay: 36552ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    transform: translate3d(10vw, 109vh, 0);
  }
  to {
    transform: translate3d(100vw, -123vh, 0);
  }
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(10vw, 109vh, 0);
  }
  to {
    transform: translate3d(100vw, -123vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 625ms;
          animation-delay: 625ms;
}
.circle-container:nth-child(159) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-159;
          animation-name: move-frames-159;
  -webkit-animation-duration: 30921ms;
          animation-duration: 30921ms;
  -webkit-animation-delay: 14872ms;
          animation-delay: 14872ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    transform: translate3d(97vw, 103vh, 0);
  }
  to {
    transform: translate3d(37vw, -114vh, 0);
  }
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(97vw, 103vh, 0);
  }
  to {
    transform: translate3d(37vw, -114vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 3219ms;
          animation-delay: 3219ms;
}
.circle-container:nth-child(160) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-160;
          animation-name: move-frames-160;
  -webkit-animation-duration: 29456ms;
          animation-duration: 29456ms;
  -webkit-animation-delay: 9636ms;
          animation-delay: 9636ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    transform: translate3d(21vw, 110vh, 0);
  }
  to {
    transform: translate3d(30vw, -124vh, 0);
  }
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(21vw, 110vh, 0);
  }
  to {
    transform: translate3d(30vw, -124vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 1403ms;
          animation-delay: 1403ms;
}
.circle-container:nth-child(161) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-161;
          animation-name: move-frames-161;
  -webkit-animation-duration: 31246ms;
          animation-duration: 31246ms;
  -webkit-animation-delay: 14813ms;
          animation-delay: 14813ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    transform: translate3d(34vw, 108vh, 0);
  }
  to {
    transform: translate3d(90vw, -110vh, 0);
  }
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(34vw, 108vh, 0);
  }
  to {
    transform: translate3d(90vw, -110vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 1306ms;
          animation-delay: 1306ms;
}
.circle-container:nth-child(162) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-162;
          animation-name: move-frames-162;
  -webkit-animation-duration: 29645ms;
          animation-duration: 29645ms;
  -webkit-animation-delay: 35634ms;
          animation-delay: 35634ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    transform: translate3d(99vw, 102vh, 0);
  }
  to {
    transform: translate3d(90vw, -122vh, 0);
  }
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(99vw, 102vh, 0);
  }
  to {
    transform: translate3d(90vw, -122vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 2302ms;
          animation-delay: 2302ms;
}
.circle-container:nth-child(163) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-163;
          animation-name: move-frames-163;
  -webkit-animation-duration: 30769ms;
          animation-duration: 30769ms;
  -webkit-animation-delay: 31245ms;
          animation-delay: 31245ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    transform: translate3d(58vw, 104vh, 0);
  }
  to {
    transform: translate3d(98vw, -132vh, 0);
  }
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(58vw, 104vh, 0);
  }
  to {
    transform: translate3d(98vw, -132vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 637ms;
          animation-delay: 637ms;
}
.circle-container:nth-child(164) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-164;
          animation-name: move-frames-164;
  -webkit-animation-duration: 31428ms;
          animation-duration: 31428ms;
  -webkit-animation-delay: 18164ms;
          animation-delay: 18164ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    transform: translate3d(3vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -113vh, 0);
  }
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(3vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -113vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 926ms;
          animation-delay: 926ms;
}
.circle-container:nth-child(165) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-165;
          animation-name: move-frames-165;
  -webkit-animation-duration: 32131ms;
          animation-duration: 32131ms;
  -webkit-animation-delay: 17332ms;
          animation-delay: 17332ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    transform: translate3d(17vw, 104vh, 0);
  }
  to {
    transform: translate3d(11vw, -117vh, 0);
  }
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(17vw, 104vh, 0);
  }
  to {
    transform: translate3d(11vw, -117vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 3044ms;
          animation-delay: 3044ms;
}
.circle-container:nth-child(166) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-166;
          animation-name: move-frames-166;
  -webkit-animation-duration: 31464ms;
          animation-duration: 31464ms;
  -webkit-animation-delay: 34636ms;
          animation-delay: 34636ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    transform: translate3d(65vw, 109vh, 0);
  }
  to {
    transform: translate3d(39vw, -138vh, 0);
  }
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(65vw, 109vh, 0);
  }
  to {
    transform: translate3d(39vw, -138vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 538ms;
          animation-delay: 538ms;
}
.circle-container:nth-child(167) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-167;
          animation-name: move-frames-167;
  -webkit-animation-duration: 36434ms;
          animation-duration: 36434ms;
  -webkit-animation-delay: 19274ms;
          animation-delay: 19274ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    transform: translate3d(48vw, 108vh, 0);
  }
  to {
    transform: translate3d(16vw, -109vh, 0);
  }
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(48vw, 108vh, 0);
  }
  to {
    transform: translate3d(16vw, -109vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 2370ms;
          animation-delay: 2370ms;
}
.circle-container:nth-child(168) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-168;
          animation-name: move-frames-168;
  -webkit-animation-duration: 30913ms;
          animation-duration: 30913ms;
  -webkit-animation-delay: 31826ms;
          animation-delay: 31826ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    transform: translate3d(47vw, 104vh, 0);
  }
  to {
    transform: translate3d(87vw, -113vh, 0);
  }
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(47vw, 104vh, 0);
  }
  to {
    transform: translate3d(87vw, -113vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 2591ms;
          animation-delay: 2591ms;
}
.circle-container:nth-child(169) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-169;
          animation-name: move-frames-169;
  -webkit-animation-duration: 30503ms;
          animation-duration: 30503ms;
  -webkit-animation-delay: 25893ms;
          animation-delay: 25893ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    transform: translate3d(85vw, 108vh, 0);
  }
  to {
    transform: translate3d(44vw, -137vh, 0);
  }
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(85vw, 108vh, 0);
  }
  to {
    transform: translate3d(44vw, -137vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 1664ms;
          animation-delay: 1664ms;
}
.circle-container:nth-child(170) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-170;
          animation-name: move-frames-170;
  -webkit-animation-duration: 35198ms;
          animation-duration: 35198ms;
  -webkit-animation-delay: 10494ms;
          animation-delay: 10494ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    transform: translate3d(37vw, 103vh, 0);
  }
  to {
    transform: translate3d(5vw, -124vh, 0);
  }
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(37vw, 103vh, 0);
  }
  to {
    transform: translate3d(5vw, -124vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 2690ms;
          animation-delay: 2690ms;
}
.circle-container:nth-child(171) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-171;
          animation-name: move-frames-171;
  -webkit-animation-duration: 33597ms;
          animation-duration: 33597ms;
  -webkit-animation-delay: 17562ms;
          animation-delay: 17562ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    transform: translate3d(87vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -124vh, 0);
  }
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(87vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -124vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 2839ms;
          animation-delay: 2839ms;
}
.circle-container:nth-child(172) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-172;
          animation-name: move-frames-172;
  -webkit-animation-duration: 29938ms;
          animation-duration: 29938ms;
  -webkit-animation-delay: 15720ms;
          animation-delay: 15720ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    transform: translate3d(70vw, 103vh, 0);
  }
  to {
    transform: translate3d(59vw, -116vh, 0);
  }
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(70vw, 103vh, 0);
  }
  to {
    transform: translate3d(59vw, -116vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 2265ms;
          animation-delay: 2265ms;
}
.circle-container:nth-child(173) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-173;
          animation-name: move-frames-173;
  -webkit-animation-duration: 31194ms;
          animation-duration: 31194ms;
  -webkit-animation-delay: 28768ms;
          animation-delay: 28768ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    transform: translate3d(97vw, 104vh, 0);
  }
  to {
    transform: translate3d(83vw, -113vh, 0);
  }
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(97vw, 104vh, 0);
  }
  to {
    transform: translate3d(83vw, -113vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 2153ms;
          animation-delay: 2153ms;
}
.circle-container:nth-child(174) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-174;
          animation-name: move-frames-174;
  -webkit-animation-duration: 31632ms;
          animation-duration: 31632ms;
  -webkit-animation-delay: 6141ms;
          animation-delay: 6141ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    transform: translate3d(12vw, 109vh, 0);
  }
  to {
    transform: translate3d(95vw, -121vh, 0);
  }
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(12vw, 109vh, 0);
  }
  to {
    transform: translate3d(95vw, -121vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 1910ms;
          animation-delay: 1910ms;
}
.circle-container:nth-child(175) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-175;
          animation-name: move-frames-175;
  -webkit-animation-duration: 31785ms;
          animation-duration: 31785ms;
  -webkit-animation-delay: 3617ms;
          animation-delay: 3617ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    transform: translate3d(23vw, 101vh, 0);
  }
  to {
    transform: translate3d(94vw, -114vh, 0);
  }
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(23vw, 101vh, 0);
  }
  to {
    transform: translate3d(94vw, -114vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 328ms;
          animation-delay: 328ms;
}
.circle-container:nth-child(176) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-176;
          animation-name: move-frames-176;
  -webkit-animation-duration: 31687ms;
          animation-duration: 31687ms;
  -webkit-animation-delay: 13847ms;
          animation-delay: 13847ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    transform: translate3d(71vw, 109vh, 0);
  }
  to {
    transform: translate3d(51vw, -133vh, 0);
  }
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(71vw, 109vh, 0);
  }
  to {
    transform: translate3d(51vw, -133vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 3741ms;
          animation-delay: 3741ms;
}
.circle-container:nth-child(177) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-177;
          animation-name: move-frames-177;
  -webkit-animation-duration: 30578ms;
          animation-duration: 30578ms;
  -webkit-animation-delay: 2724ms;
          animation-delay: 2724ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    transform: translate3d(97vw, 103vh, 0);
  }
  to {
    transform: translate3d(97vw, -123vh, 0);
  }
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(97vw, 103vh, 0);
  }
  to {
    transform: translate3d(97vw, -123vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 2405ms;
          animation-delay: 2405ms;
}
.circle-container:nth-child(178) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-178;
          animation-name: move-frames-178;
  -webkit-animation-duration: 32247ms;
          animation-duration: 32247ms;
  -webkit-animation-delay: 1405ms;
          animation-delay: 1405ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    transform: translate3d(95vw, 108vh, 0);
  }
  to {
    transform: translate3d(52vw, -128vh, 0);
  }
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(95vw, 108vh, 0);
  }
  to {
    transform: translate3d(52vw, -128vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 2604ms;
          animation-delay: 2604ms;
}
.circle-container:nth-child(179) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-179;
          animation-name: move-frames-179;
  -webkit-animation-duration: 34789ms;
          animation-duration: 34789ms;
  -webkit-animation-delay: 15532ms;
          animation-delay: 15532ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    transform: translate3d(79vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -131vh, 0);
  }
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(79vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -131vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 3497ms;
          animation-delay: 3497ms;
}
.circle-container:nth-child(180) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-180;
          animation-name: move-frames-180;
  -webkit-animation-duration: 35344ms;
          animation-duration: 35344ms;
  -webkit-animation-delay: 18752ms;
          animation-delay: 18752ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(89vw, -126vh, 0);
  }
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(89vw, -126vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 2289ms;
          animation-delay: 2289ms;
}
.circle-container:nth-child(181) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-181;
          animation-name: move-frames-181;
  -webkit-animation-duration: 36072ms;
          animation-duration: 36072ms;
  -webkit-animation-delay: 19451ms;
          animation-delay: 19451ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    transform: translate3d(49vw, 101vh, 0);
  }
  to {
    transform: translate3d(35vw, -106vh, 0);
  }
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(49vw, 101vh, 0);
  }
  to {
    transform: translate3d(35vw, -106vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 341ms;
          animation-delay: 341ms;
}
.circle-container:nth-child(182) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-182;
          animation-name: move-frames-182;
  -webkit-animation-duration: 28928ms;
          animation-duration: 28928ms;
  -webkit-animation-delay: 30003ms;
          animation-delay: 30003ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    transform: translate3d(4vw, 104vh, 0);
  }
  to {
    transform: translate3d(40vw, -127vh, 0);
  }
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(4vw, 104vh, 0);
  }
  to {
    transform: translate3d(40vw, -127vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 2457ms;
          animation-delay: 2457ms;
}
.circle-container:nth-child(183) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-183;
          animation-name: move-frames-183;
  -webkit-animation-duration: 32744ms;
          animation-duration: 32744ms;
  -webkit-animation-delay: 4399ms;
          animation-delay: 4399ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    transform: translate3d(35vw, 105vh, 0);
  }
  to {
    transform: translate3d(20vw, -131vh, 0);
  }
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(35vw, 105vh, 0);
  }
  to {
    transform: translate3d(20vw, -131vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 2721ms;
          animation-delay: 2721ms;
}
.circle-container:nth-child(184) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-184;
          animation-name: move-frames-184;
  -webkit-animation-duration: 32949ms;
          animation-duration: 32949ms;
  -webkit-animation-delay: 23199ms;
          animation-delay: 23199ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(55vw, -132vh, 0);
  }
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(55vw, -132vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 1634ms;
          animation-delay: 1634ms;
}
.circle-container:nth-child(185) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-185;
          animation-name: move-frames-185;
  -webkit-animation-duration: 32686ms;
          animation-duration: 32686ms;
  -webkit-animation-delay: 36063ms;
          animation-delay: 36063ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    transform: translate3d(77vw, 107vh, 0);
  }
  to {
    transform: translate3d(32vw, -135vh, 0);
  }
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(77vw, 107vh, 0);
  }
  to {
    transform: translate3d(32vw, -135vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 77ms;
          animation-delay: 77ms;
}
.circle-container:nth-child(186) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-186;
          animation-name: move-frames-186;
  -webkit-animation-duration: 34592ms;
          animation-duration: 34592ms;
  -webkit-animation-delay: 15737ms;
          animation-delay: 15737ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    transform: translate3d(18vw, 110vh, 0);
  }
  to {
    transform: translate3d(23vw, -128vh, 0);
  }
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(18vw, 110vh, 0);
  }
  to {
    transform: translate3d(23vw, -128vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 2487ms;
          animation-delay: 2487ms;
}
.circle-container:nth-child(187) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-187;
          animation-name: move-frames-187;
  -webkit-animation-duration: 30417ms;
          animation-duration: 30417ms;
  -webkit-animation-delay: 20948ms;
          animation-delay: 20948ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(12vw, -126vh, 0);
  }
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(12vw, -126vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 1198ms;
          animation-delay: 1198ms;
}
.circle-container:nth-child(188) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-188;
          animation-name: move-frames-188;
  -webkit-animation-duration: 29409ms;
          animation-duration: 29409ms;
  -webkit-animation-delay: 33495ms;
          animation-delay: 33495ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    transform: translate3d(77vw, 104vh, 0);
  }
  to {
    transform: translate3d(100vw, -127vh, 0);
  }
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(77vw, 104vh, 0);
  }
  to {
    transform: translate3d(100vw, -127vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 3182ms;
          animation-delay: 3182ms;
}
.circle-container:nth-child(189) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-189;
          animation-name: move-frames-189;
  -webkit-animation-duration: 34118ms;
          animation-duration: 34118ms;
  -webkit-animation-delay: 11198ms;
          animation-delay: 11198ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    transform: translate3d(66vw, 109vh, 0);
  }
  to {
    transform: translate3d(55vw, -133vh, 0);
  }
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(66vw, 109vh, 0);
  }
  to {
    transform: translate3d(55vw, -133vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 1966ms;
          animation-delay: 1966ms;
}
.circle-container:nth-child(190) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-190;
          animation-name: move-frames-190;
  -webkit-animation-duration: 35744ms;
          animation-duration: 35744ms;
  -webkit-animation-delay: 1525ms;
          animation-delay: 1525ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    transform: translate3d(64vw, 109vh, 0);
  }
  to {
    transform: translate3d(94vw, -139vh, 0);
  }
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(64vw, 109vh, 0);
  }
  to {
    transform: translate3d(94vw, -139vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 3419ms;
          animation-delay: 3419ms;
}
.circle-container:nth-child(191) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-191;
          animation-name: move-frames-191;
  -webkit-animation-duration: 35733ms;
          animation-duration: 35733ms;
  -webkit-animation-delay: 20062ms;
          animation-delay: 20062ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    transform: translate3d(44vw, 102vh, 0);
  }
  to {
    transform: translate3d(80vw, -127vh, 0);
  }
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(44vw, 102vh, 0);
  }
  to {
    transform: translate3d(80vw, -127vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 1639ms;
          animation-delay: 1639ms;
}
.circle-container:nth-child(192) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-192;
          animation-name: move-frames-192;
  -webkit-animation-duration: 35784ms;
          animation-duration: 35784ms;
  -webkit-animation-delay: 36437ms;
          animation-delay: 36437ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    transform: translate3d(4vw, 106vh, 0);
  }
  to {
    transform: translate3d(70vw, -122vh, 0);
  }
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(4vw, 106vh, 0);
  }
  to {
    transform: translate3d(70vw, -122vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 3431ms;
          animation-delay: 3431ms;
}
.circle-container:nth-child(193) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-193;
          animation-name: move-frames-193;
  -webkit-animation-duration: 34413ms;
          animation-duration: 34413ms;
  -webkit-animation-delay: 34740ms;
          animation-delay: 34740ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    transform: translate3d(58vw, 108vh, 0);
  }
  to {
    transform: translate3d(13vw, -110vh, 0);
  }
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(58vw, 108vh, 0);
  }
  to {
    transform: translate3d(13vw, -110vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 2411ms;
          animation-delay: 2411ms;
}
.circle-container:nth-child(194) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-194;
          animation-name: move-frames-194;
  -webkit-animation-duration: 36407ms;
          animation-duration: 36407ms;
  -webkit-animation-delay: 23681ms;
          animation-delay: 23681ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(39vw, -110vh, 0);
  }
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(39vw, -110vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 3262ms;
          animation-delay: 3262ms;
}
.circle-container:nth-child(195) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-195;
          animation-name: move-frames-195;
  -webkit-animation-duration: 28644ms;
          animation-duration: 28644ms;
  -webkit-animation-delay: 5225ms;
          animation-delay: 5225ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    transform: translate3d(33vw, 104vh, 0);
  }
  to {
    transform: translate3d(33vw, -132vh, 0);
  }
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(33vw, 104vh, 0);
  }
  to {
    transform: translate3d(33vw, -132vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 3162ms;
          animation-delay: 3162ms;
}
.circle-container:nth-child(196) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-196;
          animation-name: move-frames-196;
  -webkit-animation-duration: 34150ms;
          animation-duration: 34150ms;
  -webkit-animation-delay: 14314ms;
          animation-delay: 14314ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    transform: translate3d(25vw, 110vh, 0);
  }
  to {
    transform: translate3d(1vw, -140vh, 0);
  }
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(25vw, 110vh, 0);
  }
  to {
    transform: translate3d(1vw, -140vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 1997ms;
          animation-delay: 1997ms;
}
.circle-container:nth-child(197) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-197;
          animation-name: move-frames-197;
  -webkit-animation-duration: 29530ms;
          animation-duration: 29530ms;
  -webkit-animation-delay: 9826ms;
          animation-delay: 9826ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    transform: translate3d(32vw, 109vh, 0);
  }
  to {
    transform: translate3d(75vw, -136vh, 0);
  }
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(32vw, 109vh, 0);
  }
  to {
    transform: translate3d(75vw, -136vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 1390ms;
          animation-delay: 1390ms;
}
.circle-container:nth-child(198) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-198;
          animation-name: move-frames-198;
  -webkit-animation-duration: 28049ms;
          animation-duration: 28049ms;
  -webkit-animation-delay: 16179ms;
          animation-delay: 16179ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    transform: translate3d(9vw, 102vh, 0);
  }
  to {
    transform: translate3d(58vw, -119vh, 0);
  }
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(9vw, 102vh, 0);
  }
  to {
    transform: translate3d(58vw, -119vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 1156ms;
          animation-delay: 1156ms;
}
.circle-container:nth-child(199) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-199;
          animation-name: move-frames-199;
  -webkit-animation-duration: 34955ms;
          animation-duration: 34955ms;
  -webkit-animation-delay: 35143ms;
          animation-delay: 35143ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    transform: translate3d(44vw, 105vh, 0);
  }
  to {
    transform: translate3d(87vw, -115vh, 0);
  }
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(44vw, 105vh, 0);
  }
  to {
    transform: translate3d(87vw, -115vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 1946ms;
          animation-delay: 1946ms;
}
.circle-container:nth-child(200) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-200;
          animation-name: move-frames-200;
  -webkit-animation-duration: 31661ms;
          animation-duration: 31661ms;
  -webkit-animation-delay: 25607ms;
          animation-delay: 25607ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    transform: translate3d(88vw, 107vh, 0);
  }
  to {
    transform: translate3d(43vw, -118vh, 0);
  }
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(88vw, 107vh, 0);
  }
  to {
    transform: translate3d(43vw, -118vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 1701ms;
          animation-delay: 1701ms;
}

.avatar {
  position: relative;
  text-align: center;
  vertical-align: center;
  margin: 3% auto 75px auto;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  border: 5px white solid;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
}

.avatar img { 
  width: 100%;
  height: auto;
}

.title {
  position: relative;
  text-align: center;
  vertical-align: center;
  margin: auto 25%;
  color: white;
  font-family: "Oswald", serif;
  line-height: 80px;
  font-size: 60px;
  pointer-events: none;
  text-shadow: darkblue 3px 3px;
}

.subtitle {
  position: relative;
  text-align: center;
  vertical-align: center;
  margin: auto 25%;
  color: white;
  font-family: monospace;
  line-height: 28px;
  font-size: 28px;
  pointer-events: none;
  text-shadow: darkblue 2px 2px;
}

.quote {
  position: absolute;
  right: 28px;
  bottom: 50px;
  color: white;
  font-family: "Oswald", serif;
  line-height: 28px;
  font-size: 28px;
  text-align: right;
  pointer-events: none;
  animation: fadein 5s;
}
.author {
  position: absolute;
  right: 28px;
  bottom: 20px;
  color: lightblue;
  font-family: "Oswald", serif;
  line-height: 22px;
  font-size: 18px;
  text-align: right;
  pointer-events: none;
  animation: fadein 5s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}
@keyframes fadein {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}