@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #000;
}

.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(#ffdb78, #ffdb78 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: 30485ms;
          animation-duration: 30485ms;
  -webkit-animation-delay: 27007ms;
          animation-delay: 27007ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    transform: translate3d(26vw, 106vh, 0);
  }
  to {
    transform: translate3d(17vw, -109vh, 0);
  }
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(26vw, 106vh, 0);
  }
  to {
    transform: translate3d(17vw, -109vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 1230ms;
          animation-delay: 1230ms;
}
.circle-container:nth-child(2) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-2;
          animation-name: move-frames-2;
  -webkit-animation-duration: 30515ms;
          animation-duration: 30515ms;
  -webkit-animation-delay: 34329ms;
          animation-delay: 34329ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    transform: translate3d(3vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -135vh, 0);
  }
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(3vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -135vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 417ms;
          animation-delay: 417ms;
}
.circle-container:nth-child(3) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-3;
          animation-name: move-frames-3;
  -webkit-animation-duration: 32275ms;
          animation-duration: 32275ms;
  -webkit-animation-delay: 21525ms;
          animation-delay: 21525ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    transform: translate3d(25vw, 101vh, 0);
  }
  to {
    transform: translate3d(71vw, -122vh, 0);
  }
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(25vw, 101vh, 0);
  }
  to {
    transform: translate3d(71vw, -122vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 1570ms;
          animation-delay: 1570ms;
}
.circle-container:nth-child(4) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-4;
          animation-name: move-frames-4;
  -webkit-animation-duration: 35002ms;
          animation-duration: 35002ms;
  -webkit-animation-delay: 5040ms;
          animation-delay: 5040ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    transform: translate3d(39vw, 102vh, 0);
  }
  to {
    transform: translate3d(55vw, -118vh, 0);
  }
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(39vw, 102vh, 0);
  }
  to {
    transform: translate3d(55vw, -118vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 1952ms;
          animation-delay: 1952ms;
}
.circle-container:nth-child(5) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-5;
          animation-name: move-frames-5;
  -webkit-animation-duration: 28980ms;
          animation-duration: 28980ms;
  -webkit-animation-delay: 8709ms;
          animation-delay: 8709ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    transform: translate3d(97vw, 108vh, 0);
  }
  to {
    transform: translate3d(73vw, -125vh, 0);
  }
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(97vw, 108vh, 0);
  }
  to {
    transform: translate3d(73vw, -125vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 90ms;
          animation-delay: 90ms;
}
.circle-container:nth-child(6) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-6;
          animation-name: move-frames-6;
  -webkit-animation-duration: 29213ms;
          animation-duration: 29213ms;
  -webkit-animation-delay: 21833ms;
          animation-delay: 21833ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    transform: translate3d(67vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -132vh, 0);
  }
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(67vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -132vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 3141ms;
          animation-delay: 3141ms;
}
.circle-container:nth-child(7) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-7;
          animation-name: move-frames-7;
  -webkit-animation-duration: 29633ms;
          animation-duration: 29633ms;
  -webkit-animation-delay: 23362ms;
          animation-delay: 23362ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    transform: translate3d(2vw, 101vh, 0);
  }
  to {
    transform: translate3d(75vw, -119vh, 0);
  }
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(2vw, 101vh, 0);
  }
  to {
    transform: translate3d(75vw, -119vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 785ms;
          animation-delay: 785ms;
}
.circle-container:nth-child(8) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-8;
          animation-name: move-frames-8;
  -webkit-animation-duration: 35100ms;
          animation-duration: 35100ms;
  -webkit-animation-delay: 23690ms;
          animation-delay: 23690ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    transform: translate3d(47vw, 106vh, 0);
  }
  to {
    transform: translate3d(1vw, -131vh, 0);
  }
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(47vw, 106vh, 0);
  }
  to {
    transform: translate3d(1vw, -131vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 3825ms;
          animation-delay: 3825ms;
}
.circle-container:nth-child(9) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-9;
          animation-name: move-frames-9;
  -webkit-animation-duration: 36636ms;
          animation-duration: 36636ms;
  -webkit-animation-delay: 30627ms;
          animation-delay: 30627ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    transform: translate3d(34vw, 101vh, 0);
  }
  to {
    transform: translate3d(59vw, -108vh, 0);
  }
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(34vw, 101vh, 0);
  }
  to {
    transform: translate3d(59vw, -108vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 1849ms;
          animation-delay: 1849ms;
}
.circle-container:nth-child(10) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-10;
          animation-name: move-frames-10;
  -webkit-animation-duration: 36722ms;
          animation-duration: 36722ms;
  -webkit-animation-delay: 16472ms;
          animation-delay: 16472ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    transform: translate3d(77vw, 103vh, 0);
  }
  to {
    transform: translate3d(83vw, -114vh, 0);
  }
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(77vw, 103vh, 0);
  }
  to {
    transform: translate3d(83vw, -114vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 1459ms;
          animation-delay: 1459ms;
}
.circle-container:nth-child(11) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-11;
          animation-name: move-frames-11;
  -webkit-animation-duration: 31941ms;
          animation-duration: 31941ms;
  -webkit-animation-delay: 28155ms;
          animation-delay: 28155ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    transform: translate3d(27vw, 106vh, 0);
  }
  to {
    transform: translate3d(55vw, -119vh, 0);
  }
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(27vw, 106vh, 0);
  }
  to {
    transform: translate3d(55vw, -119vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 2899ms;
          animation-delay: 2899ms;
}
.circle-container:nth-child(12) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-12;
          animation-name: move-frames-12;
  -webkit-animation-duration: 35674ms;
          animation-duration: 35674ms;
  -webkit-animation-delay: 34098ms;
          animation-delay: 34098ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    transform: translate3d(27vw, 110vh, 0);
  }
  to {
    transform: translate3d(3vw, -123vh, 0);
  }
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(27vw, 110vh, 0);
  }
  to {
    transform: translate3d(3vw, -123vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 517ms;
          animation-delay: 517ms;
}
.circle-container:nth-child(13) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-13;
          animation-name: move-frames-13;
  -webkit-animation-duration: 29550ms;
          animation-duration: 29550ms;
  -webkit-animation-delay: 5614ms;
          animation-delay: 5614ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    transform: translate3d(38vw, 108vh, 0);
  }
  to {
    transform: translate3d(5vw, -111vh, 0);
  }
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(38vw, 108vh, 0);
  }
  to {
    transform: translate3d(5vw, -111vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 922ms;
          animation-delay: 922ms;
}
.circle-container:nth-child(14) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-14;
          animation-name: move-frames-14;
  -webkit-animation-duration: 29678ms;
          animation-duration: 29678ms;
  -webkit-animation-delay: 3458ms;
          animation-delay: 3458ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    transform: translate3d(61vw, 102vh, 0);
  }
  to {
    transform: translate3d(18vw, -109vh, 0);
  }
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(61vw, 102vh, 0);
  }
  to {
    transform: translate3d(18vw, -109vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 2826ms;
          animation-delay: 2826ms;
}
.circle-container:nth-child(15) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-15;
          animation-name: move-frames-15;
  -webkit-animation-duration: 34320ms;
          animation-duration: 34320ms;
  -webkit-animation-delay: 13720ms;
          animation-delay: 13720ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    transform: translate3d(80vw, 109vh, 0);
  }
  to {
    transform: translate3d(12vw, -112vh, 0);
  }
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(80vw, 109vh, 0);
  }
  to {
    transform: translate3d(12vw, -112vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 2993ms;
          animation-delay: 2993ms;
}
.circle-container:nth-child(16) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-16;
          animation-name: move-frames-16;
  -webkit-animation-duration: 36160ms;
          animation-duration: 36160ms;
  -webkit-animation-delay: 35046ms;
          animation-delay: 35046ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    transform: translate3d(99vw, 107vh, 0);
  }
  to {
    transform: translate3d(12vw, -129vh, 0);
  }
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(99vw, 107vh, 0);
  }
  to {
    transform: translate3d(12vw, -129vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 2ms;
          animation-delay: 2ms;
}
.circle-container:nth-child(17) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-17;
          animation-name: move-frames-17;
  -webkit-animation-duration: 32219ms;
          animation-duration: 32219ms;
  -webkit-animation-delay: 15901ms;
          animation-delay: 15901ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    transform: translate3d(72vw, 105vh, 0);
  }
  to {
    transform: translate3d(17vw, -116vh, 0);
  }
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(72vw, 105vh, 0);
  }
  to {
    transform: translate3d(17vw, -116vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 2756ms;
          animation-delay: 2756ms;
}
.circle-container:nth-child(18) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-18;
          animation-name: move-frames-18;
  -webkit-animation-duration: 35642ms;
          animation-duration: 35642ms;
  -webkit-animation-delay: 1889ms;
          animation-delay: 1889ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    transform: translate3d(17vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -120vh, 0);
  }
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(17vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -120vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 3465ms;
          animation-delay: 3465ms;
}
.circle-container:nth-child(19) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-19;
          animation-name: move-frames-19;
  -webkit-animation-duration: 34685ms;
          animation-duration: 34685ms;
  -webkit-animation-delay: 7322ms;
          animation-delay: 7322ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    transform: translate3d(97vw, 109vh, 0);
  }
  to {
    transform: translate3d(6vw, -117vh, 0);
  }
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(97vw, 109vh, 0);
  }
  to {
    transform: translate3d(6vw, -117vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 418ms;
          animation-delay: 418ms;
}
.circle-container:nth-child(20) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-20;
          animation-name: move-frames-20;
  -webkit-animation-duration: 36554ms;
          animation-duration: 36554ms;
  -webkit-animation-delay: 23087ms;
          animation-delay: 23087ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    transform: translate3d(69vw, 109vh, 0);
  }
  to {
    transform: translate3d(38vw, -112vh, 0);
  }
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(69vw, 109vh, 0);
  }
  to {
    transform: translate3d(38vw, -112vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 204ms;
          animation-delay: 204ms;
}
.circle-container:nth-child(21) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-21;
          animation-name: move-frames-21;
  -webkit-animation-duration: 34326ms;
          animation-duration: 34326ms;
  -webkit-animation-delay: 27046ms;
          animation-delay: 27046ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    transform: translate3d(50vw, 109vh, 0);
  }
  to {
    transform: translate3d(87vw, -126vh, 0);
  }
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(50vw, 109vh, 0);
  }
  to {
    transform: translate3d(87vw, -126vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 1881ms;
          animation-delay: 1881ms;
}
.circle-container:nth-child(22) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-22;
          animation-name: move-frames-22;
  -webkit-animation-duration: 31998ms;
          animation-duration: 31998ms;
  -webkit-animation-delay: 5526ms;
          animation-delay: 5526ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    transform: translate3d(45vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -120vh, 0);
  }
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(45vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -120vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 3798ms;
          animation-delay: 3798ms;
}
.circle-container:nth-child(23) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-23;
          animation-name: move-frames-23;
  -webkit-animation-duration: 31870ms;
          animation-duration: 31870ms;
  -webkit-animation-delay: 4850ms;
          animation-delay: 4850ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    transform: translate3d(87vw, 103vh, 0);
  }
  to {
    transform: translate3d(60vw, -133vh, 0);
  }
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(87vw, 103vh, 0);
  }
  to {
    transform: translate3d(60vw, -133vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 3344ms;
          animation-delay: 3344ms;
}
.circle-container:nth-child(24) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-24;
          animation-name: move-frames-24;
  -webkit-animation-duration: 35292ms;
          animation-duration: 35292ms;
  -webkit-animation-delay: 10882ms;
          animation-delay: 10882ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    transform: translate3d(98vw, 104vh, 0);
  }
  to {
    transform: translate3d(48vw, -112vh, 0);
  }
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(98vw, 104vh, 0);
  }
  to {
    transform: translate3d(48vw, -112vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 3831ms;
          animation-delay: 3831ms;
}
.circle-container:nth-child(25) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-25;
          animation-name: move-frames-25;
  -webkit-animation-duration: 31124ms;
          animation-duration: 31124ms;
  -webkit-animation-delay: 1199ms;
          animation-delay: 1199ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    transform: translate3d(86vw, 106vh, 0);
  }
  to {
    transform: translate3d(8vw, -125vh, 0);
  }
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(86vw, 106vh, 0);
  }
  to {
    transform: translate3d(8vw, -125vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 3512ms;
          animation-delay: 3512ms;
}
.circle-container:nth-child(26) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-26;
          animation-name: move-frames-26;
  -webkit-animation-duration: 35483ms;
          animation-duration: 35483ms;
  -webkit-animation-delay: 10223ms;
          animation-delay: 10223ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    transform: translate3d(56vw, 105vh, 0);
  }
  to {
    transform: translate3d(66vw, -124vh, 0);
  }
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(56vw, 105vh, 0);
  }
  to {
    transform: translate3d(66vw, -124vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 1358ms;
          animation-delay: 1358ms;
}
.circle-container:nth-child(27) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-27;
          animation-name: move-frames-27;
  -webkit-animation-duration: 28794ms;
          animation-duration: 28794ms;
  -webkit-animation-delay: 7333ms;
          animation-delay: 7333ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(51vw, -131vh, 0);
  }
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(51vw, -131vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 2367ms;
          animation-delay: 2367ms;
}
.circle-container:nth-child(28) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-28;
          animation-name: move-frames-28;
  -webkit-animation-duration: 33458ms;
          animation-duration: 33458ms;
  -webkit-animation-delay: 35974ms;
          animation-delay: 35974ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    transform: translate3d(77vw, 108vh, 0);
  }
  to {
    transform: translate3d(95vw, -111vh, 0);
  }
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(77vw, 108vh, 0);
  }
  to {
    transform: translate3d(95vw, -111vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 648ms;
          animation-delay: 648ms;
}
.circle-container:nth-child(29) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-29;
          animation-name: move-frames-29;
  -webkit-animation-duration: 30540ms;
          animation-duration: 30540ms;
  -webkit-animation-delay: 22702ms;
          animation-delay: 22702ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    transform: translate3d(31vw, 110vh, 0);
  }
  to {
    transform: translate3d(24vw, -130vh, 0);
  }
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(31vw, 110vh, 0);
  }
  to {
    transform: translate3d(24vw, -130vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 2982ms;
          animation-delay: 2982ms;
}
.circle-container:nth-child(30) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-30;
          animation-name: move-frames-30;
  -webkit-animation-duration: 29254ms;
          animation-duration: 29254ms;
  -webkit-animation-delay: 36512ms;
          animation-delay: 36512ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    transform: translate3d(44vw, 105vh, 0);
  }
  to {
    transform: translate3d(20vw, -114vh, 0);
  }
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(44vw, 105vh, 0);
  }
  to {
    transform: translate3d(20vw, -114vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 2967ms;
          animation-delay: 2967ms;
}
.circle-container:nth-child(31) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-31;
          animation-name: move-frames-31;
  -webkit-animation-duration: 33918ms;
          animation-duration: 33918ms;
  -webkit-animation-delay: 16458ms;
          animation-delay: 16458ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    transform: translate3d(97vw, 105vh, 0);
  }
  to {
    transform: translate3d(16vw, -132vh, 0);
  }
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(97vw, 105vh, 0);
  }
  to {
    transform: translate3d(16vw, -132vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 747ms;
          animation-delay: 747ms;
}
.circle-container:nth-child(32) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-32;
          animation-name: move-frames-32;
  -webkit-animation-duration: 30750ms;
          animation-duration: 30750ms;
  -webkit-animation-delay: 36127ms;
          animation-delay: 36127ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    transform: translate3d(81vw, 103vh, 0);
  }
  to {
    transform: translate3d(31vw, -131vh, 0);
  }
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(81vw, 103vh, 0);
  }
  to {
    transform: translate3d(31vw, -131vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 353ms;
          animation-delay: 353ms;
}
.circle-container:nth-child(33) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-33;
          animation-name: move-frames-33;
  -webkit-animation-duration: 34828ms;
          animation-duration: 34828ms;
  -webkit-animation-delay: 23856ms;
          animation-delay: 23856ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    transform: translate3d(65vw, 102vh, 0);
  }
  to {
    transform: translate3d(18vw, -120vh, 0);
  }
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(65vw, 102vh, 0);
  }
  to {
    transform: translate3d(18vw, -120vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 2886ms;
          animation-delay: 2886ms;
}
.circle-container:nth-child(34) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-34;
          animation-name: move-frames-34;
  -webkit-animation-duration: 35086ms;
          animation-duration: 35086ms;
  -webkit-animation-delay: 25045ms;
          animation-delay: 25045ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    transform: translate3d(52vw, 110vh, 0);
  }
  to {
    transform: translate3d(12vw, -118vh, 0);
  }
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(52vw, 110vh, 0);
  }
  to {
    transform: translate3d(12vw, -118vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 1672ms;
          animation-delay: 1672ms;
}
.circle-container:nth-child(35) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-35;
          animation-name: move-frames-35;
  -webkit-animation-duration: 28356ms;
          animation-duration: 28356ms;
  -webkit-animation-delay: 12188ms;
          animation-delay: 12188ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    transform: translate3d(90vw, 102vh, 0);
  }
  to {
    transform: translate3d(82vw, -115vh, 0);
  }
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(90vw, 102vh, 0);
  }
  to {
    transform: translate3d(82vw, -115vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 2488ms;
          animation-delay: 2488ms;
}
.circle-container:nth-child(36) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-36;
          animation-name: move-frames-36;
  -webkit-animation-duration: 36958ms;
          animation-duration: 36958ms;
  -webkit-animation-delay: 296ms;
          animation-delay: 296ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    transform: translate3d(71vw, 105vh, 0);
  }
  to {
    transform: translate3d(31vw, -108vh, 0);
  }
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(71vw, 105vh, 0);
  }
  to {
    transform: translate3d(31vw, -108vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 2167ms;
          animation-delay: 2167ms;
}
.circle-container:nth-child(37) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-37;
          animation-name: move-frames-37;
  -webkit-animation-duration: 29017ms;
          animation-duration: 29017ms;
  -webkit-animation-delay: 20051ms;
          animation-delay: 20051ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    transform: translate3d(37vw, 110vh, 0);
  }
  to {
    transform: translate3d(60vw, -120vh, 0);
  }
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(37vw, 110vh, 0);
  }
  to {
    transform: translate3d(60vw, -120vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 242ms;
          animation-delay: 242ms;
}
.circle-container:nth-child(38) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-38;
          animation-name: move-frames-38;
  -webkit-animation-duration: 36542ms;
          animation-duration: 36542ms;
  -webkit-animation-delay: 31749ms;
          animation-delay: 31749ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    transform: translate3d(28vw, 105vh, 0);
  }
  to {
    transform: translate3d(9vw, -116vh, 0);
  }
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(28vw, 105vh, 0);
  }
  to {
    transform: translate3d(9vw, -116vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 983ms;
          animation-delay: 983ms;
}
.circle-container:nth-child(39) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-39;
          animation-name: move-frames-39;
  -webkit-animation-duration: 28128ms;
          animation-duration: 28128ms;
  -webkit-animation-delay: 3531ms;
          animation-delay: 3531ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    transform: translate3d(44vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -118vh, 0);
  }
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(44vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -118vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 3767ms;
          animation-delay: 3767ms;
}
.circle-container:nth-child(40) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-40;
          animation-name: move-frames-40;
  -webkit-animation-duration: 31486ms;
          animation-duration: 31486ms;
  -webkit-animation-delay: 20966ms;
          animation-delay: 20966ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    transform: translate3d(33vw, 110vh, 0);
  }
  to {
    transform: translate3d(41vw, -120vh, 0);
  }
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(33vw, 110vh, 0);
  }
  to {
    transform: translate3d(41vw, -120vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 1582ms;
          animation-delay: 1582ms;
}
.circle-container:nth-child(41) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-41;
          animation-name: move-frames-41;
  -webkit-animation-duration: 35799ms;
          animation-duration: 35799ms;
  -webkit-animation-delay: 11737ms;
          animation-delay: 11737ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    transform: translate3d(83vw, 109vh, 0);
  }
  to {
    transform: translate3d(44vw, -124vh, 0);
  }
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(83vw, 109vh, 0);
  }
  to {
    transform: translate3d(44vw, -124vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 636ms;
          animation-delay: 636ms;
}
.circle-container:nth-child(42) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-42;
          animation-name: move-frames-42;
  -webkit-animation-duration: 28917ms;
          animation-duration: 28917ms;
  -webkit-animation-delay: 32188ms;
          animation-delay: 32188ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    transform: translate3d(53vw, 107vh, 0);
  }
  to {
    transform: translate3d(57vw, -134vh, 0);
  }
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(53vw, 107vh, 0);
  }
  to {
    transform: translate3d(57vw, -134vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 1607ms;
          animation-delay: 1607ms;
}
.circle-container:nth-child(43) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-43;
          animation-name: move-frames-43;
  -webkit-animation-duration: 29522ms;
          animation-duration: 29522ms;
  -webkit-animation-delay: 34171ms;
          animation-delay: 34171ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    transform: translate3d(96vw, 102vh, 0);
  }
  to {
    transform: translate3d(34vw, -128vh, 0);
  }
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(96vw, 102vh, 0);
  }
  to {
    transform: translate3d(34vw, -128vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 125ms;
          animation-delay: 125ms;
}
.circle-container:nth-child(44) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-44;
          animation-name: move-frames-44;
  -webkit-animation-duration: 31537ms;
          animation-duration: 31537ms;
  -webkit-animation-delay: 30396ms;
          animation-delay: 30396ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    transform: translate3d(43vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -134vh, 0);
  }
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(43vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -134vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 869ms;
          animation-delay: 869ms;
}
.circle-container:nth-child(45) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-45;
          animation-name: move-frames-45;
  -webkit-animation-duration: 32157ms;
          animation-duration: 32157ms;
  -webkit-animation-delay: 24614ms;
          animation-delay: 24614ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    transform: translate3d(77vw, 106vh, 0);
  }
  to {
    transform: translate3d(93vw, -127vh, 0);
  }
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(77vw, 106vh, 0);
  }
  to {
    transform: translate3d(93vw, -127vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.circle-container:nth-child(46) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-46;
          animation-name: move-frames-46;
  -webkit-animation-duration: 31255ms;
          animation-duration: 31255ms;
  -webkit-animation-delay: 30421ms;
          animation-delay: 30421ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    transform: translate3d(82vw, 106vh, 0);
  }
  to {
    transform: translate3d(51vw, -114vh, 0);
  }
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(82vw, 106vh, 0);
  }
  to {
    transform: translate3d(51vw, -114vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 3477ms;
          animation-delay: 3477ms;
}
.circle-container:nth-child(47) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-47;
          animation-name: move-frames-47;
  -webkit-animation-duration: 29756ms;
          animation-duration: 29756ms;
  -webkit-animation-delay: 36744ms;
          animation-delay: 36744ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    transform: translate3d(11vw, 101vh, 0);
  }
  to {
    transform: translate3d(86vw, -122vh, 0);
  }
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(11vw, 101vh, 0);
  }
  to {
    transform: translate3d(86vw, -122vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 706ms;
          animation-delay: 706ms;
}
.circle-container:nth-child(48) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-48;
          animation-name: move-frames-48;
  -webkit-animation-duration: 34724ms;
          animation-duration: 34724ms;
  -webkit-animation-delay: 21800ms;
          animation-delay: 21800ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    transform: translate3d(88vw, 102vh, 0);
  }
  to {
    transform: translate3d(11vw, -126vh, 0);
  }
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(88vw, 102vh, 0);
  }
  to {
    transform: translate3d(11vw, -126vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 410ms;
          animation-delay: 410ms;
}
.circle-container:nth-child(49) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-49;
          animation-name: move-frames-49;
  -webkit-animation-duration: 29904ms;
          animation-duration: 29904ms;
  -webkit-animation-delay: 25480ms;
          animation-delay: 25480ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    transform: translate3d(20vw, 104vh, 0);
  }
  to {
    transform: translate3d(13vw, -122vh, 0);
  }
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(20vw, 104vh, 0);
  }
  to {
    transform: translate3d(13vw, -122vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 1175ms;
          animation-delay: 1175ms;
}
.circle-container:nth-child(50) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-50;
          animation-name: move-frames-50;
  -webkit-animation-duration: 35082ms;
          animation-duration: 35082ms;
  -webkit-animation-delay: 20334ms;
          animation-delay: 20334ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    transform: translate3d(23vw, 109vh, 0);
  }
  to {
    transform: translate3d(1vw, -111vh, 0);
  }
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(23vw, 109vh, 0);
  }
  to {
    transform: translate3d(1vw, -111vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 1678ms;
          animation-delay: 1678ms;
}
.circle-container:nth-child(51) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-51;
          animation-name: move-frames-51;
  -webkit-animation-duration: 33548ms;
          animation-duration: 33548ms;
  -webkit-animation-delay: 27469ms;
          animation-delay: 27469ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    transform: translate3d(15vw, 109vh, 0);
  }
  to {
    transform: translate3d(55vw, -134vh, 0);
  }
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(15vw, 109vh, 0);
  }
  to {
    transform: translate3d(55vw, -134vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 743ms;
          animation-delay: 743ms;
}
.circle-container:nth-child(52) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-52;
          animation-name: move-frames-52;
  -webkit-animation-duration: 34639ms;
          animation-duration: 34639ms;
  -webkit-animation-delay: 34363ms;
          animation-delay: 34363ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    transform: translate3d(75vw, 103vh, 0);
  }
  to {
    transform: translate3d(50vw, -104vh, 0);
  }
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(75vw, 103vh, 0);
  }
  to {
    transform: translate3d(50vw, -104vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 2635ms;
          animation-delay: 2635ms;
}
.circle-container:nth-child(53) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-53;
          animation-name: move-frames-53;
  -webkit-animation-duration: 34732ms;
          animation-duration: 34732ms;
  -webkit-animation-delay: 33246ms;
          animation-delay: 33246ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    transform: translate3d(63vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -116vh, 0);
  }
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(63vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -116vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 1432ms;
          animation-delay: 1432ms;
}
.circle-container:nth-child(54) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-54;
          animation-name: move-frames-54;
  -webkit-animation-duration: 36057ms;
          animation-duration: 36057ms;
  -webkit-animation-delay: 29502ms;
          animation-delay: 29502ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    transform: translate3d(4vw, 107vh, 0);
  }
  to {
    transform: translate3d(30vw, -121vh, 0);
  }
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(4vw, 107vh, 0);
  }
  to {
    transform: translate3d(30vw, -121vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 1735ms;
          animation-delay: 1735ms;
}
.circle-container:nth-child(55) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-55;
          animation-name: move-frames-55;
  -webkit-animation-duration: 28217ms;
          animation-duration: 28217ms;
  -webkit-animation-delay: 10889ms;
          animation-delay: 10889ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    transform: translate3d(68vw, 104vh, 0);
  }
  to {
    transform: translate3d(100vw, -124vh, 0);
  }
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(68vw, 104vh, 0);
  }
  to {
    transform: translate3d(100vw, -124vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 2433ms;
          animation-delay: 2433ms;
}
.circle-container:nth-child(56) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-56;
          animation-name: move-frames-56;
  -webkit-animation-duration: 34226ms;
          animation-duration: 34226ms;
  -webkit-animation-delay: 15120ms;
          animation-delay: 15120ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    transform: translate3d(96vw, 105vh, 0);
  }
  to {
    transform: translate3d(44vw, -120vh, 0);
  }
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(96vw, 105vh, 0);
  }
  to {
    transform: translate3d(44vw, -120vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 544ms;
          animation-delay: 544ms;
}
.circle-container:nth-child(57) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-57;
          animation-name: move-frames-57;
  -webkit-animation-duration: 36223ms;
          animation-duration: 36223ms;
  -webkit-animation-delay: 33839ms;
          animation-delay: 33839ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    transform: translate3d(53vw, 108vh, 0);
  }
  to {
    transform: translate3d(36vw, -110vh, 0);
  }
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(53vw, 108vh, 0);
  }
  to {
    transform: translate3d(36vw, -110vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 1841ms;
          animation-delay: 1841ms;
}
.circle-container:nth-child(58) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-58;
          animation-name: move-frames-58;
  -webkit-animation-duration: 33994ms;
          animation-duration: 33994ms;
  -webkit-animation-delay: 7535ms;
          animation-delay: 7535ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    transform: translate3d(28vw, 101vh, 0);
  }
  to {
    transform: translate3d(40vw, -128vh, 0);
  }
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(28vw, 101vh, 0);
  }
  to {
    transform: translate3d(40vw, -128vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 2999ms;
          animation-delay: 2999ms;
}
.circle-container:nth-child(59) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-59;
          animation-name: move-frames-59;
  -webkit-animation-duration: 32046ms;
          animation-duration: 32046ms;
  -webkit-animation-delay: 32365ms;
          animation-delay: 32365ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    transform: translate3d(60vw, 101vh, 0);
  }
  to {
    transform: translate3d(84vw, -118vh, 0);
  }
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(60vw, 101vh, 0);
  }
  to {
    transform: translate3d(84vw, -118vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 3357ms;
          animation-delay: 3357ms;
}
.circle-container:nth-child(60) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-60;
          animation-name: move-frames-60;
  -webkit-animation-duration: 28368ms;
          animation-duration: 28368ms;
  -webkit-animation-delay: 19489ms;
          animation-delay: 19489ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    transform: translate3d(34vw, 101vh, 0);
  }
  to {
    transform: translate3d(69vw, -117vh, 0);
  }
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(34vw, 101vh, 0);
  }
  to {
    transform: translate3d(69vw, -117vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 393ms;
          animation-delay: 393ms;
}
.circle-container:nth-child(61) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-61;
          animation-name: move-frames-61;
  -webkit-animation-duration: 34548ms;
          animation-duration: 34548ms;
  -webkit-animation-delay: 6117ms;
          animation-delay: 6117ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    transform: translate3d(82vw, 103vh, 0);
  }
  to {
    transform: translate3d(88vw, -126vh, 0);
  }
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(82vw, 103vh, 0);
  }
  to {
    transform: translate3d(88vw, -126vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 188ms;
          animation-delay: 188ms;
}
.circle-container:nth-child(62) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-62;
          animation-name: move-frames-62;
  -webkit-animation-duration: 31138ms;
          animation-duration: 31138ms;
  -webkit-animation-delay: 16897ms;
          animation-delay: 16897ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    transform: translate3d(55vw, 109vh, 0);
  }
  to {
    transform: translate3d(8vw, -122vh, 0);
  }
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(55vw, 109vh, 0);
  }
  to {
    transform: translate3d(8vw, -122vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 2863ms;
          animation-delay: 2863ms;
}
.circle-container:nth-child(63) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-63;
          animation-name: move-frames-63;
  -webkit-animation-duration: 32562ms;
          animation-duration: 32562ms;
  -webkit-animation-delay: 31097ms;
          animation-delay: 31097ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    transform: translate3d(15vw, 110vh, 0);
  }
  to {
    transform: translate3d(96vw, -121vh, 0);
  }
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(15vw, 110vh, 0);
  }
  to {
    transform: translate3d(96vw, -121vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 211ms;
          animation-delay: 211ms;
}
.circle-container:nth-child(64) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-64;
          animation-name: move-frames-64;
  -webkit-animation-duration: 32414ms;
          animation-duration: 32414ms;
  -webkit-animation-delay: 21271ms;
          animation-delay: 21271ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    transform: translate3d(22vw, 109vh, 0);
  }
  to {
    transform: translate3d(92vw, -124vh, 0);
  }
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(22vw, 109vh, 0);
  }
  to {
    transform: translate3d(92vw, -124vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 3720ms;
          animation-delay: 3720ms;
}
.circle-container:nth-child(65) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-65;
          animation-name: move-frames-65;
  -webkit-animation-duration: 32337ms;
          animation-duration: 32337ms;
  -webkit-animation-delay: 33520ms;
          animation-delay: 33520ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    transform: translate3d(93vw, 102vh, 0);
  }
  to {
    transform: translate3d(11vw, -131vh, 0);
  }
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(93vw, 102vh, 0);
  }
  to {
    transform: translate3d(11vw, -131vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 2387ms;
          animation-delay: 2387ms;
}
.circle-container:nth-child(66) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-66;
          animation-name: move-frames-66;
  -webkit-animation-duration: 29436ms;
          animation-duration: 29436ms;
  -webkit-animation-delay: 12277ms;
          animation-delay: 12277ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    transform: translate3d(95vw, 104vh, 0);
  }
  to {
    transform: translate3d(27vw, -128vh, 0);
  }
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(95vw, 104vh, 0);
  }
  to {
    transform: translate3d(27vw, -128vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 3769ms;
          animation-delay: 3769ms;
}
.circle-container:nth-child(67) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-67;
          animation-name: move-frames-67;
  -webkit-animation-duration: 28736ms;
          animation-duration: 28736ms;
  -webkit-animation-delay: 32105ms;
          animation-delay: 32105ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    transform: translate3d(61vw, 107vh, 0);
  }
  to {
    transform: translate3d(89vw, -120vh, 0);
  }
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(61vw, 107vh, 0);
  }
  to {
    transform: translate3d(89vw, -120vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 1286ms;
          animation-delay: 1286ms;
}
.circle-container:nth-child(68) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-68;
          animation-name: move-frames-68;
  -webkit-animation-duration: 30155ms;
          animation-duration: 30155ms;
  -webkit-animation-delay: 15526ms;
          animation-delay: 15526ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    transform: translate3d(84vw, 108vh, 0);
  }
  to {
    transform: translate3d(99vw, -119vh, 0);
  }
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(84vw, 108vh, 0);
  }
  to {
    transform: translate3d(99vw, -119vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 1871ms;
          animation-delay: 1871ms;
}
.circle-container:nth-child(69) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-69;
          animation-name: move-frames-69;
  -webkit-animation-duration: 29839ms;
          animation-duration: 29839ms;
  -webkit-animation-delay: 7165ms;
          animation-delay: 7165ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    transform: translate3d(5vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -128vh, 0);
  }
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(5vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -128vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 2727ms;
          animation-delay: 2727ms;
}
.circle-container:nth-child(70) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-70;
          animation-name: move-frames-70;
  -webkit-animation-duration: 33438ms;
          animation-duration: 33438ms;
  -webkit-animation-delay: 5256ms;
          animation-delay: 5256ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    transform: translate3d(14vw, 109vh, 0);
  }
  to {
    transform: translate3d(98vw, -129vh, 0);
  }
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(14vw, 109vh, 0);
  }
  to {
    transform: translate3d(98vw, -129vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 2948ms;
          animation-delay: 2948ms;
}
.circle-container:nth-child(71) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-71;
          animation-name: move-frames-71;
  -webkit-animation-duration: 35945ms;
          animation-duration: 35945ms;
  -webkit-animation-delay: 10076ms;
          animation-delay: 10076ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    transform: translate3d(25vw, 103vh, 0);
  }
  to {
    transform: translate3d(72vw, -112vh, 0);
  }
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(25vw, 103vh, 0);
  }
  to {
    transform: translate3d(72vw, -112vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 3448ms;
          animation-delay: 3448ms;
}
.circle-container:nth-child(72) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-72;
          animation-name: move-frames-72;
  -webkit-animation-duration: 31502ms;
          animation-duration: 31502ms;
  -webkit-animation-delay: 11307ms;
          animation-delay: 11307ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    transform: translate3d(37vw, 109vh, 0);
  }
  to {
    transform: translate3d(87vw, -128vh, 0);
  }
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(37vw, 109vh, 0);
  }
  to {
    transform: translate3d(87vw, -128vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 1149ms;
          animation-delay: 1149ms;
}
.circle-container:nth-child(73) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-73;
          animation-name: move-frames-73;
  -webkit-animation-duration: 35527ms;
          animation-duration: 35527ms;
  -webkit-animation-delay: 589ms;
          animation-delay: 589ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    transform: translate3d(20vw, 110vh, 0);
  }
  to {
    transform: translate3d(73vw, -120vh, 0);
  }
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(20vw, 110vh, 0);
  }
  to {
    transform: translate3d(73vw, -120vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 3569ms;
          animation-delay: 3569ms;
}
.circle-container:nth-child(74) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-74;
          animation-name: move-frames-74;
  -webkit-animation-duration: 35355ms;
          animation-duration: 35355ms;
  -webkit-animation-delay: 21939ms;
          animation-delay: 21939ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    transform: translate3d(60vw, 108vh, 0);
  }
  to {
    transform: translate3d(98vw, -133vh, 0);
  }
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(60vw, 108vh, 0);
  }
  to {
    transform: translate3d(98vw, -133vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 1985ms;
          animation-delay: 1985ms;
}
.circle-container:nth-child(75) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-75;
          animation-name: move-frames-75;
  -webkit-animation-duration: 29014ms;
          animation-duration: 29014ms;
  -webkit-animation-delay: 10339ms;
          animation-delay: 10339ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    transform: translate3d(20vw, 103vh, 0);
  }
  to {
    transform: translate3d(97vw, -116vh, 0);
  }
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(20vw, 103vh, 0);
  }
  to {
    transform: translate3d(97vw, -116vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 49ms;
          animation-delay: 49ms;
}
.circle-container:nth-child(76) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-76;
          animation-name: move-frames-76;
  -webkit-animation-duration: 28408ms;
          animation-duration: 28408ms;
  -webkit-animation-delay: 26801ms;
          animation-delay: 26801ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    transform: translate3d(29vw, 109vh, 0);
  }
  to {
    transform: translate3d(48vw, -118vh, 0);
  }
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(29vw, 109vh, 0);
  }
  to {
    transform: translate3d(48vw, -118vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 2126ms;
          animation-delay: 2126ms;
}
.circle-container:nth-child(77) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-77;
          animation-name: move-frames-77;
  -webkit-animation-duration: 33999ms;
          animation-duration: 33999ms;
  -webkit-animation-delay: 28733ms;
          animation-delay: 28733ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    transform: translate3d(29vw, 104vh, 0);
  }
  to {
    transform: translate3d(36vw, -111vh, 0);
  }
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(29vw, 104vh, 0);
  }
  to {
    transform: translate3d(36vw, -111vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 3892ms;
          animation-delay: 3892ms;
}
.circle-container:nth-child(78) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-78;
          animation-name: move-frames-78;
  -webkit-animation-duration: 30968ms;
          animation-duration: 30968ms;
  -webkit-animation-delay: 11807ms;
          animation-delay: 11807ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    transform: translate3d(33vw, 110vh, 0);
  }
  to {
    transform: translate3d(59vw, -117vh, 0);
  }
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(33vw, 110vh, 0);
  }
  to {
    transform: translate3d(59vw, -117vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 1171ms;
          animation-delay: 1171ms;
}
.circle-container:nth-child(79) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-79;
          animation-name: move-frames-79;
  -webkit-animation-duration: 32855ms;
          animation-duration: 32855ms;
  -webkit-animation-delay: 14028ms;
          animation-delay: 14028ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    transform: translate3d(89vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -130vh, 0);
  }
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(89vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -130vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 1910ms;
          animation-delay: 1910ms;
}
.circle-container:nth-child(80) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-80;
          animation-name: move-frames-80;
  -webkit-animation-duration: 36836ms;
          animation-duration: 36836ms;
  -webkit-animation-delay: 15855ms;
          animation-delay: 15855ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    transform: translate3d(26vw, 107vh, 0);
  }
  to {
    transform: translate3d(71vw, -111vh, 0);
  }
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(26vw, 107vh, 0);
  }
  to {
    transform: translate3d(71vw, -111vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 51ms;
          animation-delay: 51ms;
}
.circle-container:nth-child(81) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-81;
          animation-name: move-frames-81;
  -webkit-animation-duration: 34199ms;
          animation-duration: 34199ms;
  -webkit-animation-delay: 25449ms;
          animation-delay: 25449ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    transform: translate3d(62vw, 107vh, 0);
  }
  to {
    transform: translate3d(68vw, -117vh, 0);
  }
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(62vw, 107vh, 0);
  }
  to {
    transform: translate3d(68vw, -117vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 2403ms;
          animation-delay: 2403ms;
}
.circle-container:nth-child(82) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-82;
          animation-name: move-frames-82;
  -webkit-animation-duration: 34001ms;
          animation-duration: 34001ms;
  -webkit-animation-delay: 32296ms;
          animation-delay: 32296ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    transform: translate3d(65vw, 104vh, 0);
  }
  to {
    transform: translate3d(30vw, -133vh, 0);
  }
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(65vw, 104vh, 0);
  }
  to {
    transform: translate3d(30vw, -133vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 1595ms;
          animation-delay: 1595ms;
}
.circle-container:nth-child(83) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-83;
          animation-name: move-frames-83;
  -webkit-animation-duration: 32021ms;
          animation-duration: 32021ms;
  -webkit-animation-delay: 8665ms;
          animation-delay: 8665ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    transform: translate3d(20vw, 108vh, 0);
  }
  to {
    transform: translate3d(18vw, -116vh, 0);
  }
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(20vw, 108vh, 0);
  }
  to {
    transform: translate3d(18vw, -116vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 3329ms;
          animation-delay: 3329ms;
}
.circle-container:nth-child(84) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-84;
          animation-name: move-frames-84;
  -webkit-animation-duration: 35517ms;
          animation-duration: 35517ms;
  -webkit-animation-delay: 8113ms;
          animation-delay: 8113ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    transform: translate3d(85vw, 107vh, 0);
  }
  to {
    transform: translate3d(9vw, -118vh, 0);
  }
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(85vw, 107vh, 0);
  }
  to {
    transform: translate3d(9vw, -118vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 209ms;
          animation-delay: 209ms;
}
.circle-container:nth-child(85) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-85;
          animation-name: move-frames-85;
  -webkit-animation-duration: 35252ms;
          animation-duration: 35252ms;
  -webkit-animation-delay: 25436ms;
          animation-delay: 25436ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    transform: translate3d(26vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -104vh, 0);
  }
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(26vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -104vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 2643ms;
          animation-delay: 2643ms;
}
.circle-container:nth-child(86) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-86;
          animation-name: move-frames-86;
  -webkit-animation-duration: 30716ms;
          animation-duration: 30716ms;
  -webkit-animation-delay: 23908ms;
          animation-delay: 23908ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(42vw, -116vh, 0);
  }
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(42vw, -116vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 710ms;
          animation-delay: 710ms;
}
.circle-container:nth-child(87) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-87;
          animation-name: move-frames-87;
  -webkit-animation-duration: 32932ms;
          animation-duration: 32932ms;
  -webkit-animation-delay: 1676ms;
          animation-delay: 1676ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    transform: translate3d(53vw, 109vh, 0);
  }
  to {
    transform: translate3d(16vw, -134vh, 0);
  }
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(53vw, 109vh, 0);
  }
  to {
    transform: translate3d(16vw, -134vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 2360ms;
          animation-delay: 2360ms;
}
.circle-container:nth-child(88) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-88;
          animation-name: move-frames-88;
  -webkit-animation-duration: 36778ms;
          animation-duration: 36778ms;
  -webkit-animation-delay: 24560ms;
          animation-delay: 24560ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    transform: translate3d(60vw, 105vh, 0);
  }
  to {
    transform: translate3d(99vw, -114vh, 0);
  }
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(60vw, 105vh, 0);
  }
  to {
    transform: translate3d(99vw, -114vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 2164ms;
          animation-delay: 2164ms;
}
.circle-container:nth-child(89) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-89;
          animation-name: move-frames-89;
  -webkit-animation-duration: 35838ms;
          animation-duration: 35838ms;
  -webkit-animation-delay: 32255ms;
          animation-delay: 32255ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    transform: translate3d(54vw, 107vh, 0);
  }
  to {
    transform: translate3d(26vw, -133vh, 0);
  }
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(54vw, 107vh, 0);
  }
  to {
    transform: translate3d(26vw, -133vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 3593ms;
          animation-delay: 3593ms;
}
.circle-container:nth-child(90) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-90;
          animation-name: move-frames-90;
  -webkit-animation-duration: 30049ms;
          animation-duration: 30049ms;
  -webkit-animation-delay: 7142ms;
          animation-delay: 7142ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    transform: translate3d(93vw, 105vh, 0);
  }
  to {
    transform: translate3d(83vw, -109vh, 0);
  }
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(93vw, 105vh, 0);
  }
  to {
    transform: translate3d(83vw, -109vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 3629ms;
          animation-delay: 3629ms;
}
.circle-container:nth-child(91) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-91;
          animation-name: move-frames-91;
  -webkit-animation-duration: 31001ms;
          animation-duration: 31001ms;
  -webkit-animation-delay: 15867ms;
          animation-delay: 15867ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    transform: translate3d(16vw, 108vh, 0);
  }
  to {
    transform: translate3d(79vw, -113vh, 0);
  }
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(16vw, 108vh, 0);
  }
  to {
    transform: translate3d(79vw, -113vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 3906ms;
          animation-delay: 3906ms;
}
.circle-container:nth-child(92) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-92;
          animation-name: move-frames-92;
  -webkit-animation-duration: 32669ms;
          animation-duration: 32669ms;
  -webkit-animation-delay: 36013ms;
          animation-delay: 36013ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    transform: translate3d(60vw, 109vh, 0);
  }
  to {
    transform: translate3d(20vw, -128vh, 0);
  }
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(60vw, 109vh, 0);
  }
  to {
    transform: translate3d(20vw, -128vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 2927ms;
          animation-delay: 2927ms;
}
.circle-container:nth-child(93) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-93;
          animation-name: move-frames-93;
  -webkit-animation-duration: 33233ms;
          animation-duration: 33233ms;
  -webkit-animation-delay: 29647ms;
          animation-delay: 29647ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    transform: translate3d(67vw, 103vh, 0);
  }
  to {
    transform: translate3d(39vw, -123vh, 0);
  }
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(67vw, 103vh, 0);
  }
  to {
    transform: translate3d(39vw, -123vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 697ms;
          animation-delay: 697ms;
}
.circle-container:nth-child(94) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-94;
          animation-name: move-frames-94;
  -webkit-animation-duration: 30236ms;
          animation-duration: 30236ms;
  -webkit-animation-delay: 726ms;
          animation-delay: 726ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    transform: translate3d(77vw, 109vh, 0);
  }
  to {
    transform: translate3d(14vw, -126vh, 0);
  }
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(77vw, 109vh, 0);
  }
  to {
    transform: translate3d(14vw, -126vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 3153ms;
          animation-delay: 3153ms;
}
.circle-container:nth-child(95) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-95;
          animation-name: move-frames-95;
  -webkit-animation-duration: 29637ms;
          animation-duration: 29637ms;
  -webkit-animation-delay: 371ms;
          animation-delay: 371ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(43vw, -126vh, 0);
  }
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(43vw, -126vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 1784ms;
          animation-delay: 1784ms;
}
.circle-container:nth-child(96) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-96;
          animation-name: move-frames-96;
  -webkit-animation-duration: 30207ms;
          animation-duration: 30207ms;
  -webkit-animation-delay: 9451ms;
          animation-delay: 9451ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(69vw, -108vh, 0);
  }
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(69vw, -108vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 3757ms;
          animation-delay: 3757ms;
}
.circle-container:nth-child(97) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-97;
          animation-name: move-frames-97;
  -webkit-animation-duration: 28034ms;
          animation-duration: 28034ms;
  -webkit-animation-delay: 6059ms;
          animation-delay: 6059ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    transform: translate3d(4vw, 108vh, 0);
  }
  to {
    transform: translate3d(17vw, -113vh, 0);
  }
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(4vw, 108vh, 0);
  }
  to {
    transform: translate3d(17vw, -113vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 2546ms;
          animation-delay: 2546ms;
}
.circle-container:nth-child(98) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-98;
          animation-name: move-frames-98;
  -webkit-animation-duration: 31502ms;
          animation-duration: 31502ms;
  -webkit-animation-delay: 14910ms;
          animation-delay: 14910ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    transform: translate3d(93vw, 110vh, 0);
  }
  to {
    transform: translate3d(57vw, -113vh, 0);
  }
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(93vw, 110vh, 0);
  }
  to {
    transform: translate3d(57vw, -113vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 3138ms;
          animation-delay: 3138ms;
}
.circle-container:nth-child(99) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-99;
          animation-name: move-frames-99;
  -webkit-animation-duration: 33806ms;
          animation-duration: 33806ms;
  -webkit-animation-delay: 24378ms;
          animation-delay: 24378ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    transform: translate3d(90vw, 109vh, 0);
  }
  to {
    transform: translate3d(97vw, -117vh, 0);
  }
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(90vw, 109vh, 0);
  }
  to {
    transform: translate3d(97vw, -117vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 1150ms;
          animation-delay: 1150ms;
}
.circle-container:nth-child(100) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-100;
          animation-name: move-frames-100;
  -webkit-animation-duration: 33174ms;
          animation-duration: 33174ms;
  -webkit-animation-delay: 12904ms;
          animation-delay: 12904ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    transform: translate3d(87vw, 107vh, 0);
  }
  to {
    transform: translate3d(43vw, -137vh, 0);
  }
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(87vw, 107vh, 0);
  }
  to {
    transform: translate3d(43vw, -137vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 1987ms;
          animation-delay: 1987ms;
}
.circle-container:nth-child(101) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-101;
          animation-name: move-frames-101;
  -webkit-animation-duration: 32755ms;
          animation-duration: 32755ms;
  -webkit-animation-delay: 8385ms;
          animation-delay: 8385ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    transform: translate3d(78vw, 108vh, 0);
  }
  to {
    transform: translate3d(74vw, -133vh, 0);
  }
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(78vw, 108vh, 0);
  }
  to {
    transform: translate3d(74vw, -133vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 2218ms;
          animation-delay: 2218ms;
}
.circle-container:nth-child(102) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-102;
          animation-name: move-frames-102;
  -webkit-animation-duration: 30707ms;
          animation-duration: 30707ms;
  -webkit-animation-delay: 1463ms;
          animation-delay: 1463ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    transform: translate3d(4vw, 101vh, 0);
  }
  to {
    transform: translate3d(87vw, -118vh, 0);
  }
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(4vw, 101vh, 0);
  }
  to {
    transform: translate3d(87vw, -118vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 1738ms;
          animation-delay: 1738ms;
}
.circle-container:nth-child(103) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-103;
          animation-name: move-frames-103;
  -webkit-animation-duration: 29905ms;
          animation-duration: 29905ms;
  -webkit-animation-delay: 36809ms;
          animation-delay: 36809ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    transform: translate3d(53vw, 108vh, 0);
  }
  to {
    transform: translate3d(56vw, -129vh, 0);
  }
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(53vw, 108vh, 0);
  }
  to {
    transform: translate3d(56vw, -129vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 3033ms;
          animation-delay: 3033ms;
}
.circle-container:nth-child(104) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-104;
          animation-name: move-frames-104;
  -webkit-animation-duration: 34288ms;
          animation-duration: 34288ms;
  -webkit-animation-delay: 4062ms;
          animation-delay: 4062ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    transform: translate3d(52vw, 109vh, 0);
  }
  to {
    transform: translate3d(65vw, -115vh, 0);
  }
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(52vw, 109vh, 0);
  }
  to {
    transform: translate3d(65vw, -115vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 3649ms;
          animation-delay: 3649ms;
}
.circle-container:nth-child(105) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-105;
          animation-name: move-frames-105;
  -webkit-animation-duration: 34003ms;
          animation-duration: 34003ms;
  -webkit-animation-delay: 8286ms;
          animation-delay: 8286ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    transform: translate3d(76vw, 104vh, 0);
  }
  to {
    transform: translate3d(19vw, -110vh, 0);
  }
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(76vw, 104vh, 0);
  }
  to {
    transform: translate3d(19vw, -110vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 1713ms;
          animation-delay: 1713ms;
}
.circle-container:nth-child(106) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-106;
          animation-name: move-frames-106;
  -webkit-animation-duration: 29522ms;
          animation-duration: 29522ms;
  -webkit-animation-delay: 21348ms;
          animation-delay: 21348ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    transform: translate3d(100vw, 107vh, 0);
  }
  to {
    transform: translate3d(59vw, -111vh, 0);
  }
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(100vw, 107vh, 0);
  }
  to {
    transform: translate3d(59vw, -111vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 1986ms;
          animation-delay: 1986ms;
}
.circle-container:nth-child(107) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-107;
          animation-name: move-frames-107;
  -webkit-animation-duration: 32341ms;
          animation-duration: 32341ms;
  -webkit-animation-delay: 24065ms;
          animation-delay: 24065ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    transform: translate3d(47vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -132vh, 0);
  }
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(47vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -132vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 2248ms;
          animation-delay: 2248ms;
}
.circle-container:nth-child(108) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-108;
          animation-name: move-frames-108;
  -webkit-animation-duration: 34654ms;
          animation-duration: 34654ms;
  -webkit-animation-delay: 20359ms;
          animation-delay: 20359ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    transform: translate3d(84vw, 101vh, 0);
  }
  to {
    transform: translate3d(83vw, -123vh, 0);
  }
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(84vw, 101vh, 0);
  }
  to {
    transform: translate3d(83vw, -123vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}
.circle-container:nth-child(109) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-109;
          animation-name: move-frames-109;
  -webkit-animation-duration: 31208ms;
          animation-duration: 31208ms;
  -webkit-animation-delay: 24930ms;
          animation-delay: 24930ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    transform: translate3d(23vw, 104vh, 0);
  }
  to {
    transform: translate3d(45vw, -112vh, 0);
  }
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(23vw, 104vh, 0);
  }
  to {
    transform: translate3d(45vw, -112vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 1991ms;
          animation-delay: 1991ms;
}
.circle-container:nth-child(110) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-110;
          animation-name: move-frames-110;
  -webkit-animation-duration: 28033ms;
          animation-duration: 28033ms;
  -webkit-animation-delay: 30293ms;
          animation-delay: 30293ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    transform: translate3d(10vw, 105vh, 0);
  }
  to {
    transform: translate3d(49vw, -131vh, 0);
  }
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(10vw, 105vh, 0);
  }
  to {
    transform: translate3d(49vw, -131vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 1956ms;
          animation-delay: 1956ms;
}
.circle-container:nth-child(111) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-111;
          animation-name: move-frames-111;
  -webkit-animation-duration: 31020ms;
          animation-duration: 31020ms;
  -webkit-animation-delay: 19980ms;
          animation-delay: 19980ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    transform: translate3d(79vw, 102vh, 0);
  }
  to {
    transform: translate3d(37vw, -123vh, 0);
  }
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(79vw, 102vh, 0);
  }
  to {
    transform: translate3d(37vw, -123vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 2185ms;
          animation-delay: 2185ms;
}
.circle-container:nth-child(112) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-112;
          animation-name: move-frames-112;
  -webkit-animation-duration: 34942ms;
          animation-duration: 34942ms;
  -webkit-animation-delay: 14444ms;
          animation-delay: 14444ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    transform: translate3d(15vw, 106vh, 0);
  }
  to {
    transform: translate3d(49vw, -134vh, 0);
  }
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(15vw, 106vh, 0);
  }
  to {
    transform: translate3d(49vw, -134vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 3834ms;
          animation-delay: 3834ms;
}
.circle-container:nth-child(113) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-113;
          animation-name: move-frames-113;
  -webkit-animation-duration: 28659ms;
          animation-duration: 28659ms;
  -webkit-animation-delay: 17638ms;
          animation-delay: 17638ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    transform: translate3d(8vw, 110vh, 0);
  }
  to {
    transform: translate3d(26vw, -128vh, 0);
  }
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(8vw, 110vh, 0);
  }
  to {
    transform: translate3d(26vw, -128vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 3334ms;
          animation-delay: 3334ms;
}
.circle-container:nth-child(114) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-114;
          animation-name: move-frames-114;
  -webkit-animation-duration: 33588ms;
          animation-duration: 33588ms;
  -webkit-animation-delay: 23127ms;
          animation-delay: 23127ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    transform: translate3d(37vw, 106vh, 0);
  }
  to {
    transform: translate3d(77vw, -122vh, 0);
  }
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(37vw, 106vh, 0);
  }
  to {
    transform: translate3d(77vw, -122vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 686ms;
          animation-delay: 686ms;
}
.circle-container:nth-child(115) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-115;
          animation-name: move-frames-115;
  -webkit-animation-duration: 31200ms;
          animation-duration: 31200ms;
  -webkit-animation-delay: 5888ms;
          animation-delay: 5888ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    transform: translate3d(33vw, 108vh, 0);
  }
  to {
    transform: translate3d(58vw, -126vh, 0);
  }
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(33vw, 108vh, 0);
  }
  to {
    transform: translate3d(58vw, -126vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 630ms;
          animation-delay: 630ms;
}
.circle-container:nth-child(116) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-116;
          animation-name: move-frames-116;
  -webkit-animation-duration: 36370ms;
          animation-duration: 36370ms;
  -webkit-animation-delay: 32373ms;
          animation-delay: 32373ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    transform: translate3d(27vw, 107vh, 0);
  }
  to {
    transform: translate3d(55vw, -122vh, 0);
  }
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(27vw, 107vh, 0);
  }
  to {
    transform: translate3d(55vw, -122vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 2227ms;
          animation-delay: 2227ms;
}
.circle-container:nth-child(117) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-117;
          animation-name: move-frames-117;
  -webkit-animation-duration: 36052ms;
          animation-duration: 36052ms;
  -webkit-animation-delay: 22346ms;
          animation-delay: 22346ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    transform: translate3d(49vw, 101vh, 0);
  }
  to {
    transform: translate3d(74vw, -102vh, 0);
  }
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(49vw, 101vh, 0);
  }
  to {
    transform: translate3d(74vw, -102vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 114ms;
          animation-delay: 114ms;
}
.circle-container:nth-child(118) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-118;
          animation-name: move-frames-118;
  -webkit-animation-duration: 31765ms;
          animation-duration: 31765ms;
  -webkit-animation-delay: 30525ms;
          animation-delay: 30525ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(2vw, -132vh, 0);
  }
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(2vw, -132vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 455ms;
          animation-delay: 455ms;
}
.circle-container:nth-child(119) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-119;
          animation-name: move-frames-119;
  -webkit-animation-duration: 35513ms;
          animation-duration: 35513ms;
  -webkit-animation-delay: 10934ms;
          animation-delay: 10934ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    transform: translate3d(45vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -108vh, 0);
  }
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(45vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -108vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 2476ms;
          animation-delay: 2476ms;
}
.circle-container:nth-child(120) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-120;
          animation-name: move-frames-120;
  -webkit-animation-duration: 30018ms;
          animation-duration: 30018ms;
  -webkit-animation-delay: 26162ms;
          animation-delay: 26162ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    transform: translate3d(77vw, 105vh, 0);
  }
  to {
    transform: translate3d(91vw, -114vh, 0);
  }
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(77vw, 105vh, 0);
  }
  to {
    transform: translate3d(91vw, -114vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 3050ms;
          animation-delay: 3050ms;
}
.circle-container:nth-child(121) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-121;
          animation-name: move-frames-121;
  -webkit-animation-duration: 29497ms;
          animation-duration: 29497ms;
  -webkit-animation-delay: 23942ms;
          animation-delay: 23942ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    transform: translate3d(11vw, 102vh, 0);
  }
  to {
    transform: translate3d(66vw, -131vh, 0);
  }
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(11vw, 102vh, 0);
  }
  to {
    transform: translate3d(66vw, -131vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 1276ms;
          animation-delay: 1276ms;
}
.circle-container:nth-child(122) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-122;
          animation-name: move-frames-122;
  -webkit-animation-duration: 34125ms;
          animation-duration: 34125ms;
  -webkit-animation-delay: 19795ms;
          animation-delay: 19795ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    transform: translate3d(42vw, 107vh, 0);
  }
  to {
    transform: translate3d(78vw, -109vh, 0);
  }
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(42vw, 107vh, 0);
  }
  to {
    transform: translate3d(78vw, -109vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 535ms;
          animation-delay: 535ms;
}
.circle-container:nth-child(123) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-123;
          animation-name: move-frames-123;
  -webkit-animation-duration: 35365ms;
          animation-duration: 35365ms;
  -webkit-animation-delay: 30303ms;
          animation-delay: 30303ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    transform: translate3d(59vw, 105vh, 0);
  }
  to {
    transform: translate3d(65vw, -135vh, 0);
  }
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(59vw, 105vh, 0);
  }
  to {
    transform: translate3d(65vw, -135vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 2893ms;
          animation-delay: 2893ms;
}
.circle-container:nth-child(124) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-124;
          animation-name: move-frames-124;
  -webkit-animation-duration: 36802ms;
          animation-duration: 36802ms;
  -webkit-animation-delay: 11931ms;
          animation-delay: 11931ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(88vw, -104vh, 0);
  }
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(88vw, -104vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 1489ms;
          animation-delay: 1489ms;
}
.circle-container:nth-child(125) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-125;
          animation-name: move-frames-125;
  -webkit-animation-duration: 32150ms;
          animation-duration: 32150ms;
  -webkit-animation-delay: 36545ms;
          animation-delay: 36545ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    transform: translate3d(27vw, 101vh, 0);
  }
  to {
    transform: translate3d(97vw, -107vh, 0);
  }
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(27vw, 101vh, 0);
  }
  to {
    transform: translate3d(97vw, -107vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 2748ms;
          animation-delay: 2748ms;
}
.circle-container:nth-child(126) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-126;
          animation-name: move-frames-126;
  -webkit-animation-duration: 30467ms;
          animation-duration: 30467ms;
  -webkit-animation-delay: 5198ms;
          animation-delay: 5198ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    transform: translate3d(80vw, 110vh, 0);
  }
  to {
    transform: translate3d(79vw, -111vh, 0);
  }
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(80vw, 110vh, 0);
  }
  to {
    transform: translate3d(79vw, -111vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 1742ms;
          animation-delay: 1742ms;
}
.circle-container:nth-child(127) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-127;
          animation-name: move-frames-127;
  -webkit-animation-duration: 34337ms;
          animation-duration: 34337ms;
  -webkit-animation-delay: 11516ms;
          animation-delay: 11516ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    transform: translate3d(58vw, 103vh, 0);
  }
  to {
    transform: translate3d(91vw, -119vh, 0);
  }
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(58vw, 103vh, 0);
  }
  to {
    transform: translate3d(91vw, -119vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 3756ms;
          animation-delay: 3756ms;
}
.circle-container:nth-child(128) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-128;
          animation-name: move-frames-128;
  -webkit-animation-duration: 28745ms;
          animation-duration: 28745ms;
  -webkit-animation-delay: 31254ms;
          animation-delay: 31254ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    transform: translate3d(7vw, 107vh, 0);
  }
  to {
    transform: translate3d(87vw, -111vh, 0);
  }
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(7vw, 107vh, 0);
  }
  to {
    transform: translate3d(87vw, -111vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 3339ms;
          animation-delay: 3339ms;
}
.circle-container:nth-child(129) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-129;
          animation-name: move-frames-129;
  -webkit-animation-duration: 32881ms;
          animation-duration: 32881ms;
  -webkit-animation-delay: 23905ms;
          animation-delay: 23905ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    transform: translate3d(83vw, 103vh, 0);
  }
  to {
    transform: translate3d(75vw, -124vh, 0);
  }
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(83vw, 103vh, 0);
  }
  to {
    transform: translate3d(75vw, -124vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 1315ms;
          animation-delay: 1315ms;
}
.circle-container:nth-child(130) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-130;
          animation-name: move-frames-130;
  -webkit-animation-duration: 34319ms;
          animation-duration: 34319ms;
  -webkit-animation-delay: 23814ms;
          animation-delay: 23814ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    transform: translate3d(94vw, 110vh, 0);
  }
  to {
    transform: translate3d(17vw, -121vh, 0);
  }
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(94vw, 110vh, 0);
  }
  to {
    transform: translate3d(17vw, -121vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 2259ms;
          animation-delay: 2259ms;
}
.circle-container:nth-child(131) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-131;
          animation-name: move-frames-131;
  -webkit-animation-duration: 28592ms;
          animation-duration: 28592ms;
  -webkit-animation-delay: 18466ms;
          animation-delay: 18466ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    transform: translate3d(89vw, 109vh, 0);
  }
  to {
    transform: translate3d(100vw, -136vh, 0);
  }
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(89vw, 109vh, 0);
  }
  to {
    transform: translate3d(100vw, -136vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 1304ms;
          animation-delay: 1304ms;
}
.circle-container:nth-child(132) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-132;
          animation-name: move-frames-132;
  -webkit-animation-duration: 34476ms;
          animation-duration: 34476ms;
  -webkit-animation-delay: 15474ms;
          animation-delay: 15474ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(86vw, -119vh, 0);
  }
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(86vw, -119vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 1934ms;
          animation-delay: 1934ms;
}
.circle-container:nth-child(133) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-133;
          animation-name: move-frames-133;
  -webkit-animation-duration: 36655ms;
          animation-duration: 36655ms;
  -webkit-animation-delay: 15988ms;
          animation-delay: 15988ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    transform: translate3d(97vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -129vh, 0);
  }
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(97vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -129vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 1855ms;
          animation-delay: 1855ms;
}
.circle-container:nth-child(134) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-134;
          animation-name: move-frames-134;
  -webkit-animation-duration: 28179ms;
          animation-duration: 28179ms;
  -webkit-animation-delay: 31131ms;
          animation-delay: 31131ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    transform: translate3d(5vw, 107vh, 0);
  }
  to {
    transform: translate3d(32vw, -115vh, 0);
  }
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(5vw, 107vh, 0);
  }
  to {
    transform: translate3d(32vw, -115vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 407ms;
          animation-delay: 407ms;
}
.circle-container:nth-child(135) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-135;
          animation-name: move-frames-135;
  -webkit-animation-duration: 29144ms;
          animation-duration: 29144ms;
  -webkit-animation-delay: 29428ms;
          animation-delay: 29428ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    transform: translate3d(71vw, 106vh, 0);
  }
  to {
    transform: translate3d(45vw, -120vh, 0);
  }
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(71vw, 106vh, 0);
  }
  to {
    transform: translate3d(45vw, -120vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 2581ms;
          animation-delay: 2581ms;
}
.circle-container:nth-child(136) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-136;
          animation-name: move-frames-136;
  -webkit-animation-duration: 28740ms;
          animation-duration: 28740ms;
  -webkit-animation-delay: 32378ms;
          animation-delay: 32378ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    transform: translate3d(10vw, 108vh, 0);
  }
  to {
    transform: translate3d(25vw, -126vh, 0);
  }
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(10vw, 108vh, 0);
  }
  to {
    transform: translate3d(25vw, -126vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 963ms;
          animation-delay: 963ms;
}
.circle-container:nth-child(137) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-137;
          animation-name: move-frames-137;
  -webkit-animation-duration: 35920ms;
          animation-duration: 35920ms;
  -webkit-animation-delay: 15481ms;
          animation-delay: 15481ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    transform: translate3d(97vw, 102vh, 0);
  }
  to {
    transform: translate3d(50vw, -104vh, 0);
  }
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(97vw, 102vh, 0);
  }
  to {
    transform: translate3d(50vw, -104vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 803ms;
          animation-delay: 803ms;
}
.circle-container:nth-child(138) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-138;
          animation-name: move-frames-138;
  -webkit-animation-duration: 33672ms;
          animation-duration: 33672ms;
  -webkit-animation-delay: 22873ms;
          animation-delay: 22873ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    transform: translate3d(14vw, 102vh, 0);
  }
  to {
    transform: translate3d(5vw, -117vh, 0);
  }
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(14vw, 102vh, 0);
  }
  to {
    transform: translate3d(5vw, -117vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 473ms;
          animation-delay: 473ms;
}
.circle-container:nth-child(139) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-139;
          animation-name: move-frames-139;
  -webkit-animation-duration: 30240ms;
          animation-duration: 30240ms;
  -webkit-animation-delay: 21752ms;
          animation-delay: 21752ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    transform: translate3d(76vw, 103vh, 0);
  }
  to {
    transform: translate3d(44vw, -133vh, 0);
  }
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(76vw, 103vh, 0);
  }
  to {
    transform: translate3d(44vw, -133vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 1024ms;
          animation-delay: 1024ms;
}
.circle-container:nth-child(140) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-140;
          animation-name: move-frames-140;
  -webkit-animation-duration: 30210ms;
          animation-duration: 30210ms;
  -webkit-animation-delay: 21870ms;
          animation-delay: 21870ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    transform: translate3d(51vw, 107vh, 0);
  }
  to {
    transform: translate3d(97vw, -132vh, 0);
  }
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(51vw, 107vh, 0);
  }
  to {
    transform: translate3d(97vw, -132vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 3486ms;
          animation-delay: 3486ms;
}
.circle-container:nth-child(141) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-141;
          animation-name: move-frames-141;
  -webkit-animation-duration: 35318ms;
          animation-duration: 35318ms;
  -webkit-animation-delay: 106ms;
          animation-delay: 106ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    transform: translate3d(40vw, 109vh, 0);
  }
  to {
    transform: translate3d(100vw, -128vh, 0);
  }
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(40vw, 109vh, 0);
  }
  to {
    transform: translate3d(100vw, -128vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 768ms;
          animation-delay: 768ms;
}
.circle-container:nth-child(142) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-142;
          animation-name: move-frames-142;
  -webkit-animation-duration: 36755ms;
          animation-duration: 36755ms;
  -webkit-animation-delay: 29557ms;
          animation-delay: 29557ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    transform: translate3d(70vw, 105vh, 0);
  }
  to {
    transform: translate3d(42vw, -115vh, 0);
  }
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(70vw, 105vh, 0);
  }
  to {
    transform: translate3d(42vw, -115vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 308ms;
          animation-delay: 308ms;
}
.circle-container:nth-child(143) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-143;
          animation-name: move-frames-143;
  -webkit-animation-duration: 34798ms;
          animation-duration: 34798ms;
  -webkit-animation-delay: 36163ms;
          animation-delay: 36163ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    transform: translate3d(86vw, 109vh, 0);
  }
  to {
    transform: translate3d(2vw, -138vh, 0);
  }
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(86vw, 109vh, 0);
  }
  to {
    transform: translate3d(2vw, -138vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 956ms;
          animation-delay: 956ms;
}
.circle-container:nth-child(144) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-144;
          animation-name: move-frames-144;
  -webkit-animation-duration: 30280ms;
          animation-duration: 30280ms;
  -webkit-animation-delay: 14257ms;
          animation-delay: 14257ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    transform: translate3d(29vw, 104vh, 0);
  }
  to {
    transform: translate3d(11vw, -105vh, 0);
  }
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(29vw, 104vh, 0);
  }
  to {
    transform: translate3d(11vw, -105vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 263ms;
          animation-delay: 263ms;
}
.circle-container:nth-child(145) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-145;
          animation-name: move-frames-145;
  -webkit-animation-duration: 29317ms;
          animation-duration: 29317ms;
  -webkit-animation-delay: 3726ms;
          animation-delay: 3726ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    transform: translate3d(39vw, 109vh, 0);
  }
  to {
    transform: translate3d(50vw, -117vh, 0);
  }
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(39vw, 109vh, 0);
  }
  to {
    transform: translate3d(50vw, -117vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 513ms;
          animation-delay: 513ms;
}
.circle-container:nth-child(146) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-146;
          animation-name: move-frames-146;
  -webkit-animation-duration: 34643ms;
          animation-duration: 34643ms;
  -webkit-animation-delay: 24685ms;
          animation-delay: 24685ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    transform: translate3d(99vw, 109vh, 0);
  }
  to {
    transform: translate3d(67vw, -127vh, 0);
  }
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(99vw, 109vh, 0);
  }
  to {
    transform: translate3d(67vw, -127vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 2593ms;
          animation-delay: 2593ms;
}
.circle-container:nth-child(147) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-147;
          animation-name: move-frames-147;
  -webkit-animation-duration: 33072ms;
          animation-duration: 33072ms;
  -webkit-animation-delay: 27714ms;
          animation-delay: 27714ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    transform: translate3d(80vw, 106vh, 0);
  }
  to {
    transform: translate3d(67vw, -131vh, 0);
  }
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(80vw, 106vh, 0);
  }
  to {
    transform: translate3d(67vw, -131vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 1310ms;
          animation-delay: 1310ms;
}
.circle-container:nth-child(148) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-148;
          animation-name: move-frames-148;
  -webkit-animation-duration: 29349ms;
          animation-duration: 29349ms;
  -webkit-animation-delay: 32062ms;
          animation-delay: 32062ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    transform: translate3d(18vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -108vh, 0);
  }
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(18vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -108vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 2714ms;
          animation-delay: 2714ms;
}
.circle-container:nth-child(149) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-149;
          animation-name: move-frames-149;
  -webkit-animation-duration: 29145ms;
          animation-duration: 29145ms;
  -webkit-animation-delay: 35196ms;
          animation-delay: 35196ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    transform: translate3d(93vw, 109vh, 0);
  }
  to {
    transform: translate3d(1vw, -124vh, 0);
  }
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(93vw, 109vh, 0);
  }
  to {
    transform: translate3d(1vw, -124vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 2370ms;
          animation-delay: 2370ms;
}
.circle-container:nth-child(150) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-150;
          animation-name: move-frames-150;
  -webkit-animation-duration: 32426ms;
          animation-duration: 32426ms;
  -webkit-animation-delay: 28008ms;
          animation-delay: 28008ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    transform: translate3d(31vw, 107vh, 0);
  }
  to {
    transform: translate3d(45vw, -108vh, 0);
  }
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(31vw, 107vh, 0);
  }
  to {
    transform: translate3d(45vw, -108vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 942ms;
          animation-delay: 942ms;
}
.circle-container:nth-child(151) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-151;
          animation-name: move-frames-151;
  -webkit-animation-duration: 31365ms;
          animation-duration: 31365ms;
  -webkit-animation-delay: 13029ms;
          animation-delay: 13029ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    transform: translate3d(55vw, 105vh, 0);
  }
  to {
    transform: translate3d(5vw, -113vh, 0);
  }
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(55vw, 105vh, 0);
  }
  to {
    transform: translate3d(5vw, -113vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 3793ms;
          animation-delay: 3793ms;
}
.circle-container:nth-child(152) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-152;
          animation-name: move-frames-152;
  -webkit-animation-duration: 32981ms;
          animation-duration: 32981ms;
  -webkit-animation-delay: 3334ms;
          animation-delay: 3334ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    transform: translate3d(4vw, 101vh, 0);
  }
  to {
    transform: translate3d(14vw, -129vh, 0);
  }
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(4vw, 101vh, 0);
  }
  to {
    transform: translate3d(14vw, -129vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 437ms;
          animation-delay: 437ms;
}
.circle-container:nth-child(153) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-153;
          animation-name: move-frames-153;
  -webkit-animation-duration: 35293ms;
          animation-duration: 35293ms;
  -webkit-animation-delay: 4569ms;
          animation-delay: 4569ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    transform: translate3d(4vw, 101vh, 0);
  }
  to {
    transform: translate3d(50vw, -106vh, 0);
  }
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(4vw, 101vh, 0);
  }
  to {
    transform: translate3d(50vw, -106vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 1346ms;
          animation-delay: 1346ms;
}
.circle-container:nth-child(154) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-154;
          animation-name: move-frames-154;
  -webkit-animation-duration: 29346ms;
          animation-duration: 29346ms;
  -webkit-animation-delay: 4929ms;
          animation-delay: 4929ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    transform: translate3d(49vw, 103vh, 0);
  }
  to {
    transform: translate3d(25vw, -113vh, 0);
  }
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(49vw, 103vh, 0);
  }
  to {
    transform: translate3d(25vw, -113vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 2801ms;
          animation-delay: 2801ms;
}
.circle-container:nth-child(155) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-155;
          animation-name: move-frames-155;
  -webkit-animation-duration: 28318ms;
          animation-duration: 28318ms;
  -webkit-animation-delay: 4082ms;
          animation-delay: 4082ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    transform: translate3d(59vw, 105vh, 0);
  }
  to {
    transform: translate3d(23vw, -116vh, 0);
  }
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(59vw, 105vh, 0);
  }
  to {
    transform: translate3d(23vw, -116vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 1262ms;
          animation-delay: 1262ms;
}
.circle-container:nth-child(156) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-156;
          animation-name: move-frames-156;
  -webkit-animation-duration: 36096ms;
          animation-duration: 36096ms;
  -webkit-animation-delay: 9016ms;
          animation-delay: 9016ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    transform: translate3d(18vw, 106vh, 0);
  }
  to {
    transform: translate3d(69vw, -111vh, 0);
  }
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(18vw, 106vh, 0);
  }
  to {
    transform: translate3d(69vw, -111vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 3302ms;
          animation-delay: 3302ms;
}
.circle-container:nth-child(157) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-157;
          animation-name: move-frames-157;
  -webkit-animation-duration: 32166ms;
          animation-duration: 32166ms;
  -webkit-animation-delay: 26051ms;
          animation-delay: 26051ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(45vw, -125vh, 0);
  }
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(45vw, -125vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 2666ms;
          animation-delay: 2666ms;
}
.circle-container:nth-child(158) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-158;
          animation-name: move-frames-158;
  -webkit-animation-duration: 28456ms;
          animation-duration: 28456ms;
  -webkit-animation-delay: 14534ms;
          animation-delay: 14534ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    transform: translate3d(75vw, 103vh, 0);
  }
  to {
    transform: translate3d(94vw, -132vh, 0);
  }
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(75vw, 103vh, 0);
  }
  to {
    transform: translate3d(94vw, -132vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 1818ms;
          animation-delay: 1818ms;
}
.circle-container:nth-child(159) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-159;
          animation-name: move-frames-159;
  -webkit-animation-duration: 28180ms;
          animation-duration: 28180ms;
  -webkit-animation-delay: 3960ms;
          animation-delay: 3960ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    transform: translate3d(100vw, 101vh, 0);
  }
  to {
    transform: translate3d(94vw, -117vh, 0);
  }
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(100vw, 101vh, 0);
  }
  to {
    transform: translate3d(94vw, -117vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 2264ms;
          animation-delay: 2264ms;
}
.circle-container:nth-child(160) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-160;
          animation-name: move-frames-160;
  -webkit-animation-duration: 30088ms;
          animation-duration: 30088ms;
  -webkit-animation-delay: 7602ms;
          animation-delay: 7602ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    transform: translate3d(82vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -105vh, 0);
  }
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(82vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -105vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 956ms;
          animation-delay: 956ms;
}
.circle-container:nth-child(161) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-161;
          animation-name: move-frames-161;
  -webkit-animation-duration: 29959ms;
          animation-duration: 29959ms;
  -webkit-animation-delay: 18124ms;
          animation-delay: 18124ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(50vw, -124vh, 0);
  }
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(50vw, -124vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 271ms;
          animation-delay: 271ms;
}
.circle-container:nth-child(162) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-162;
          animation-name: move-frames-162;
  -webkit-animation-duration: 28058ms;
          animation-duration: 28058ms;
  -webkit-animation-delay: 23737ms;
          animation-delay: 23737ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    transform: translate3d(57vw, 110vh, 0);
  }
  to {
    transform: translate3d(97vw, -122vh, 0);
  }
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(57vw, 110vh, 0);
  }
  to {
    transform: translate3d(97vw, -122vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 264ms;
          animation-delay: 264ms;
}
.circle-container:nth-child(163) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-163;
          animation-name: move-frames-163;
  -webkit-animation-duration: 29267ms;
          animation-duration: 29267ms;
  -webkit-animation-delay: 13435ms;
          animation-delay: 13435ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    transform: translate3d(9vw, 106vh, 0);
  }
  to {
    transform: translate3d(100vw, -123vh, 0);
  }
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(9vw, 106vh, 0);
  }
  to {
    transform: translate3d(100vw, -123vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 1032ms;
          animation-delay: 1032ms;
}
.circle-container:nth-child(164) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-164;
          animation-name: move-frames-164;
  -webkit-animation-duration: 32782ms;
          animation-duration: 32782ms;
  -webkit-animation-delay: 30188ms;
          animation-delay: 30188ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    transform: translate3d(39vw, 108vh, 0);
  }
  to {
    transform: translate3d(84vw, -127vh, 0);
  }
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(39vw, 108vh, 0);
  }
  to {
    transform: translate3d(84vw, -127vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 3206ms;
          animation-delay: 3206ms;
}
.circle-container:nth-child(165) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-165;
          animation-name: move-frames-165;
  -webkit-animation-duration: 35298ms;
          animation-duration: 35298ms;
  -webkit-animation-delay: 31798ms;
          animation-delay: 31798ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    transform: translate3d(21vw, 108vh, 0);
  }
  to {
    transform: translate3d(96vw, -122vh, 0);
  }
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(21vw, 108vh, 0);
  }
  to {
    transform: translate3d(96vw, -122vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 3168ms;
          animation-delay: 3168ms;
}
.circle-container:nth-child(166) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-166;
          animation-name: move-frames-166;
  -webkit-animation-duration: 29791ms;
          animation-duration: 29791ms;
  -webkit-animation-delay: 8814ms;
          animation-delay: 8814ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    transform: translate3d(30vw, 105vh, 0);
  }
  to {
    transform: translate3d(90vw, -127vh, 0);
  }
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(30vw, 105vh, 0);
  }
  to {
    transform: translate3d(90vw, -127vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 1102ms;
          animation-delay: 1102ms;
}
.circle-container:nth-child(167) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-167;
          animation-name: move-frames-167;
  -webkit-animation-duration: 29105ms;
          animation-duration: 29105ms;
  -webkit-animation-delay: 28271ms;
          animation-delay: 28271ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    transform: translate3d(26vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -125vh, 0);
  }
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(26vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -125vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 672ms;
          animation-delay: 672ms;
}
.circle-container:nth-child(168) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-168;
          animation-name: move-frames-168;
  -webkit-animation-duration: 28503ms;
          animation-duration: 28503ms;
  -webkit-animation-delay: 12776ms;
          animation-delay: 12776ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    transform: translate3d(1vw, 101vh, 0);
  }
  to {
    transform: translate3d(61vw, -118vh, 0);
  }
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(1vw, 101vh, 0);
  }
  to {
    transform: translate3d(61vw, -118vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 2625ms;
          animation-delay: 2625ms;
}
.circle-container:nth-child(169) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-169;
          animation-name: move-frames-169;
  -webkit-animation-duration: 31330ms;
          animation-duration: 31330ms;
  -webkit-animation-delay: 6126ms;
          animation-delay: 6126ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    transform: translate3d(26vw, 101vh, 0);
  }
  to {
    transform: translate3d(53vw, -129vh, 0);
  }
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(26vw, 101vh, 0);
  }
  to {
    transform: translate3d(53vw, -129vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 3283ms;
          animation-delay: 3283ms;
}
.circle-container:nth-child(170) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-170;
          animation-name: move-frames-170;
  -webkit-animation-duration: 34074ms;
          animation-duration: 34074ms;
  -webkit-animation-delay: 27753ms;
          animation-delay: 27753ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    transform: translate3d(17vw, 104vh, 0);
  }
  to {
    transform: translate3d(12vw, -108vh, 0);
  }
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(17vw, 104vh, 0);
  }
  to {
    transform: translate3d(12vw, -108vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 1467ms;
          animation-delay: 1467ms;
}
.circle-container:nth-child(171) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-171;
          animation-name: move-frames-171;
  -webkit-animation-duration: 33880ms;
          animation-duration: 33880ms;
  -webkit-animation-delay: 25851ms;
          animation-delay: 25851ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    transform: translate3d(65vw, 110vh, 0);
  }
  to {
    transform: translate3d(52vw, -119vh, 0);
  }
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(65vw, 110vh, 0);
  }
  to {
    transform: translate3d(52vw, -119vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 168ms;
          animation-delay: 168ms;
}
.circle-container:nth-child(172) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-172;
          animation-name: move-frames-172;
  -webkit-animation-duration: 35401ms;
          animation-duration: 35401ms;
  -webkit-animation-delay: 15104ms;
          animation-delay: 15104ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    transform: translate3d(8vw, 105vh, 0);
  }
  to {
    transform: translate3d(100vw, -116vh, 0);
  }
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(8vw, 105vh, 0);
  }
  to {
    transform: translate3d(100vw, -116vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 2664ms;
          animation-delay: 2664ms;
}
.circle-container:nth-child(173) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-173;
          animation-name: move-frames-173;
  -webkit-animation-duration: 30494ms;
          animation-duration: 30494ms;
  -webkit-animation-delay: 19461ms;
          animation-delay: 19461ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    transform: translate3d(87vw, 110vh, 0);
  }
  to {
    transform: translate3d(27vw, -130vh, 0);
  }
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(87vw, 110vh, 0);
  }
  to {
    transform: translate3d(27vw, -130vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 674ms;
          animation-delay: 674ms;
}
.circle-container:nth-child(174) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-174;
          animation-name: move-frames-174;
  -webkit-animation-duration: 34749ms;
          animation-duration: 34749ms;
  -webkit-animation-delay: 11966ms;
          animation-delay: 11966ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    transform: translate3d(4vw, 108vh, 0);
  }
  to {
    transform: translate3d(94vw, -117vh, 0);
  }
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(4vw, 108vh, 0);
  }
  to {
    transform: translate3d(94vw, -117vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 2307ms;
          animation-delay: 2307ms;
}
.circle-container:nth-child(175) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-175;
          animation-name: move-frames-175;
  -webkit-animation-duration: 30431ms;
          animation-duration: 30431ms;
  -webkit-animation-delay: 16566ms;
          animation-delay: 16566ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    transform: translate3d(33vw, 106vh, 0);
  }
  to {
    transform: translate3d(20vw, -126vh, 0);
  }
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(33vw, 106vh, 0);
  }
  to {
    transform: translate3d(20vw, -126vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 2948ms;
          animation-delay: 2948ms;
}
.circle-container:nth-child(176) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-176;
          animation-name: move-frames-176;
  -webkit-animation-duration: 28128ms;
          animation-duration: 28128ms;
  -webkit-animation-delay: 11796ms;
          animation-delay: 11796ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    transform: translate3d(9vw, 110vh, 0);
  }
  to {
    transform: translate3d(37vw, -124vh, 0);
  }
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(9vw, 110vh, 0);
  }
  to {
    transform: translate3d(37vw, -124vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 3360ms;
          animation-delay: 3360ms;
}
.circle-container:nth-child(177) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-177;
          animation-name: move-frames-177;
  -webkit-animation-duration: 29684ms;
          animation-duration: 29684ms;
  -webkit-animation-delay: 30807ms;
          animation-delay: 30807ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    transform: translate3d(27vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -132vh, 0);
  }
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(27vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -132vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 2896ms;
          animation-delay: 2896ms;
}
.circle-container:nth-child(178) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-178;
          animation-name: move-frames-178;
  -webkit-animation-duration: 35583ms;
          animation-duration: 35583ms;
  -webkit-animation-delay: 6876ms;
          animation-delay: 6876ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    transform: translate3d(40vw, 108vh, 0);
  }
  to {
    transform: translate3d(19vw, -135vh, 0);
  }
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(40vw, 108vh, 0);
  }
  to {
    transform: translate3d(19vw, -135vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 725ms;
          animation-delay: 725ms;
}
.circle-container:nth-child(179) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-179;
          animation-name: move-frames-179;
  -webkit-animation-duration: 31953ms;
          animation-duration: 31953ms;
  -webkit-animation-delay: 7916ms;
          animation-delay: 7916ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    transform: translate3d(18vw, 105vh, 0);
  }
  to {
    transform: translate3d(37vw, -117vh, 0);
  }
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(18vw, 105vh, 0);
  }
  to {
    transform: translate3d(37vw, -117vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 966ms;
          animation-delay: 966ms;
}
.circle-container:nth-child(180) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-180;
          animation-name: move-frames-180;
  -webkit-animation-duration: 29456ms;
          animation-duration: 29456ms;
  -webkit-animation-delay: 5833ms;
          animation-delay: 5833ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    transform: translate3d(45vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -130vh, 0);
  }
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(45vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -130vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 572ms;
          animation-delay: 572ms;
}
.circle-container:nth-child(181) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-181;
          animation-name: move-frames-181;
  -webkit-animation-duration: 35519ms;
          animation-duration: 35519ms;
  -webkit-animation-delay: 14893ms;
          animation-delay: 14893ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    transform: translate3d(2vw, 103vh, 0);
  }
  to {
    transform: translate3d(15vw, -125vh, 0);
  }
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(2vw, 103vh, 0);
  }
  to {
    transform: translate3d(15vw, -125vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 1314ms;
          animation-delay: 1314ms;
}
.circle-container:nth-child(182) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-182;
          animation-name: move-frames-182;
  -webkit-animation-duration: 28069ms;
          animation-duration: 28069ms;
  -webkit-animation-delay: 1454ms;
          animation-delay: 1454ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(82vw, -124vh, 0);
  }
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(82vw, -124vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 2967ms;
          animation-delay: 2967ms;
}
.circle-container:nth-child(183) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-183;
          animation-name: move-frames-183;
  -webkit-animation-duration: 28979ms;
          animation-duration: 28979ms;
  -webkit-animation-delay: 1134ms;
          animation-delay: 1134ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    transform: translate3d(53vw, 107vh, 0);
  }
  to {
    transform: translate3d(81vw, -111vh, 0);
  }
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(53vw, 107vh, 0);
  }
  to {
    transform: translate3d(81vw, -111vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 299ms;
          animation-delay: 299ms;
}
.circle-container:nth-child(184) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-184;
          animation-name: move-frames-184;
  -webkit-animation-duration: 31271ms;
          animation-duration: 31271ms;
  -webkit-animation-delay: 12236ms;
          animation-delay: 12236ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    transform: translate3d(100vw, 103vh, 0);
  }
  to {
    transform: translate3d(90vw, -115vh, 0);
  }
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(100vw, 103vh, 0);
  }
  to {
    transform: translate3d(90vw, -115vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 1976ms;
          animation-delay: 1976ms;
}
.circle-container:nth-child(185) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-185;
          animation-name: move-frames-185;
  -webkit-animation-duration: 36805ms;
          animation-duration: 36805ms;
  -webkit-animation-delay: 25712ms;
          animation-delay: 25712ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    transform: translate3d(83vw, 104vh, 0);
  }
  to {
    transform: translate3d(26vw, -108vh, 0);
  }
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(83vw, 104vh, 0);
  }
  to {
    transform: translate3d(26vw, -108vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 946ms;
          animation-delay: 946ms;
}
.circle-container:nth-child(186) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-186;
          animation-name: move-frames-186;
  -webkit-animation-duration: 34838ms;
          animation-duration: 34838ms;
  -webkit-animation-delay: 21898ms;
          animation-delay: 21898ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    transform: translate3d(85vw, 110vh, 0);
  }
  to {
    transform: translate3d(54vw, -139vh, 0);
  }
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(85vw, 110vh, 0);
  }
  to {
    transform: translate3d(54vw, -139vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 720ms;
          animation-delay: 720ms;
}
.circle-container:nth-child(187) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-187;
          animation-name: move-frames-187;
  -webkit-animation-duration: 29412ms;
          animation-duration: 29412ms;
  -webkit-animation-delay: 29114ms;
          animation-delay: 29114ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    transform: translate3d(57vw, 105vh, 0);
  }
  to {
    transform: translate3d(82vw, -135vh, 0);
  }
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(57vw, 105vh, 0);
  }
  to {
    transform: translate3d(82vw, -135vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 2306ms;
          animation-delay: 2306ms;
}
.circle-container:nth-child(188) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-188;
          animation-name: move-frames-188;
  -webkit-animation-duration: 28320ms;
          animation-duration: 28320ms;
  -webkit-animation-delay: 7634ms;
          animation-delay: 7634ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    transform: translate3d(26vw, 105vh, 0);
  }
  to {
    transform: translate3d(53vw, -107vh, 0);
  }
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(26vw, 105vh, 0);
  }
  to {
    transform: translate3d(53vw, -107vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 1483ms;
          animation-delay: 1483ms;
}
.circle-container:nth-child(189) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-189;
          animation-name: move-frames-189;
  -webkit-animation-duration: 35610ms;
          animation-duration: 35610ms;
  -webkit-animation-delay: 3565ms;
          animation-delay: 3565ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    transform: translate3d(45vw, 108vh, 0);
  }
  to {
    transform: translate3d(2vw, -116vh, 0);
  }
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(45vw, 108vh, 0);
  }
  to {
    transform: translate3d(2vw, -116vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 3128ms;
          animation-delay: 3128ms;
}
.circle-container:nth-child(190) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-190;
          animation-name: move-frames-190;
  -webkit-animation-duration: 28478ms;
          animation-duration: 28478ms;
  -webkit-animation-delay: 27909ms;
          animation-delay: 27909ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    transform: translate3d(50vw, 107vh, 0);
  }
  to {
    transform: translate3d(44vw, -123vh, 0);
  }
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(50vw, 107vh, 0);
  }
  to {
    transform: translate3d(44vw, -123vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 833ms;
          animation-delay: 833ms;
}
.circle-container:nth-child(191) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-191;
          animation-name: move-frames-191;
  -webkit-animation-duration: 33529ms;
          animation-duration: 33529ms;
  -webkit-animation-delay: 32399ms;
          animation-delay: 32399ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    transform: translate3d(80vw, 101vh, 0);
  }
  to {
    transform: translate3d(38vw, -117vh, 0);
  }
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(80vw, 101vh, 0);
  }
  to {
    transform: translate3d(38vw, -117vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 2152ms;
          animation-delay: 2152ms;
}
.circle-container:nth-child(192) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-192;
          animation-name: move-frames-192;
  -webkit-animation-duration: 28987ms;
          animation-duration: 28987ms;
  -webkit-animation-delay: 13240ms;
          animation-delay: 13240ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    transform: translate3d(95vw, 110vh, 0);
  }
  to {
    transform: translate3d(45vw, -117vh, 0);
  }
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(95vw, 110vh, 0);
  }
  to {
    transform: translate3d(45vw, -117vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 626ms;
          animation-delay: 626ms;
}
.circle-container:nth-child(193) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-193;
          animation-name: move-frames-193;
  -webkit-animation-duration: 29079ms;
          animation-duration: 29079ms;
  -webkit-animation-delay: 19808ms;
          animation-delay: 19808ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    transform: translate3d(44vw, 106vh, 0);
  }
  to {
    transform: translate3d(94vw, -118vh, 0);
  }
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(44vw, 106vh, 0);
  }
  to {
    transform: translate3d(94vw, -118vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 3161ms;
          animation-delay: 3161ms;
}
.circle-container:nth-child(194) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-194;
          animation-name: move-frames-194;
  -webkit-animation-duration: 35075ms;
          animation-duration: 35075ms;
  -webkit-animation-delay: 8749ms;
          animation-delay: 8749ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    transform: translate3d(99vw, 102vh, 0);
  }
  to {
    transform: translate3d(35vw, -127vh, 0);
  }
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(99vw, 102vh, 0);
  }
  to {
    transform: translate3d(35vw, -127vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 1656ms;
          animation-delay: 1656ms;
}
.circle-container:nth-child(195) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-195;
          animation-name: move-frames-195;
  -webkit-animation-duration: 32842ms;
          animation-duration: 32842ms;
  -webkit-animation-delay: 1737ms;
          animation-delay: 1737ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    transform: translate3d(45vw, 106vh, 0);
  }
  to {
    transform: translate3d(83vw, -116vh, 0);
  }
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(45vw, 106vh, 0);
  }
  to {
    transform: translate3d(83vw, -116vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 2506ms;
          animation-delay: 2506ms;
}
.circle-container:nth-child(196) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-196;
          animation-name: move-frames-196;
  -webkit-animation-duration: 30626ms;
          animation-duration: 30626ms;
  -webkit-animation-delay: 11727ms;
          animation-delay: 11727ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    transform: translate3d(72vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -110vh, 0);
  }
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(72vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -110vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.circle-container:nth-child(197) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-197;
          animation-name: move-frames-197;
  -webkit-animation-duration: 31707ms;
          animation-duration: 31707ms;
  -webkit-animation-delay: 1518ms;
          animation-delay: 1518ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    transform: translate3d(85vw, 104vh, 0);
  }
  to {
    transform: translate3d(12vw, -133vh, 0);
  }
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(85vw, 104vh, 0);
  }
  to {
    transform: translate3d(12vw, -133vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 1165ms;
          animation-delay: 1165ms;
}
.circle-container:nth-child(198) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-198;
          animation-name: move-frames-198;
  -webkit-animation-duration: 36431ms;
          animation-duration: 36431ms;
  -webkit-animation-delay: 1667ms;
          animation-delay: 1667ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    transform: translate3d(56vw, 105vh, 0);
  }
  to {
    transform: translate3d(2vw, -119vh, 0);
  }
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(56vw, 105vh, 0);
  }
  to {
    transform: translate3d(2vw, -119vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 2085ms;
          animation-delay: 2085ms;
}
.circle-container:nth-child(199) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-199;
          animation-name: move-frames-199;
  -webkit-animation-duration: 31061ms;
          animation-duration: 31061ms;
  -webkit-animation-delay: 29381ms;
          animation-delay: 29381ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    transform: translate3d(21vw, 104vh, 0);
  }
  to {
    transform: translate3d(10vw, -129vh, 0);
  }
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(21vw, 104vh, 0);
  }
  to {
    transform: translate3d(10vw, -129vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 1348ms;
          animation-delay: 1348ms;
}
.circle-container:nth-child(200) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-200;
          animation-name: move-frames-200;
  -webkit-animation-duration: 29526ms;
          animation-duration: 29526ms;
  -webkit-animation-delay: 5851ms;
          animation-delay: 5851ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    transform: translate3d(34vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -128vh, 0);
  }
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(34vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -128vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 2209ms;
          animation-delay: 2209ms;
}

.message {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: white;
  font-family: "Josefin Slab", serif;
  line-height: 27px;
  font-size: 18px;
  text-align: right;
  pointer-events: none;
  -webkit-animation: message-frames 1.5s ease 5s forwards;
          animation: message-frames 1.5s ease 5s forwards;
  opacity: 0;
}
@-webkit-keyframes message-frames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes message-frames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.mainLogo {
    max-width: 1600px;
    margin-inline: auto;
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 10;
    padding-inline: 30px;
}
.mainLogo img {
    max-width: 250px;
}
.mainInfo {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    display: none;
}
.mainInfo p {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: #fff;
    font-size: 100px;
    letter-spacing: 8px;
    text-transform: uppercase;
    line-height: 9vh;
    white-space: nowrap;
}


/* new */
.mainOpenNow {
    position: absolute;
    top: -21.4%;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
}
.mainOpenNow svg {
	font-family: "Russo One", sans-serif;
	position: absolute;
	width: 100%;
	height: 100%;
}
.mainOpenNow svg text {
    text-transform: uppercase;
    animation: stroke 5s infinite alternate;
    stroke-width: 1;
    stroke: #d59e6f;
    font-size: 90px;
    font-weight: 800;
    fill: rgba(0, 0, 0, 0.4) !important;  
}
@keyframes stroke {
	0% {
		fill: rgba(72, 138, 20, 0);
		stroke: #d59e6f;
		stroke-dashoffset: 25%;
		stroke-dasharray: 0 50%;
		stroke-width: 1;
	}
	70% {
		fill: rgba(72, 138, 20, 0);
		stroke: #d59e6f;
	}
	80% {
		fill: rgba(72, 138, 20, 0);
		stroke: #d59e6f;
		stroke-width: 1;
	}
	100% {
		fill: #d59e6f;
		stroke: rgba(54, 95, 160, 0);
		stroke-dashoffset: -25%;
		stroke-dasharray: 50% 0;
		stroke-width: 0;
	}
}

@media (max-width: 1024px) {
  .mainOpenNow svg text {
      font-size: 130px;
  }
  .mainOpenNow {
      top: -18.9%;
  }
}
@media (max-width: 767px) {
  .mainLogo {
      text-align: center;
  }
}
@media (max-width: 425px) {
  .mainOpenNow svg text {
      font-size: 170px;
  }
}