
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');

/* Virtu Prep header Blink Effect */
@keyframes header-blink {
        0% { text-shadow: 0 0 0.1rem #ebb773; }
        50% { text-shadow: none; }
        100% { text-shadow: 0 0 0.1rem #ebb773; }
}

@-webkit-keyframes header-blink {
        0% { text-shadow: 0 0 0.1rem #ebb773; }
        50% { text-shadow: 0 0 0; }
        100% { text-shadow:0 0 0.1rem #ebb773; }
}

@keyframes header-profle-blink {
        0% { box-shadow:0 0 0.1rem #eab773, 0 0 0.1rem #eab773, 0 0 0.1rem #eab773, 0 0 0.2rem #eab773, 0 0 0.3rem #eab773, 0 0 0.3rem #eab773;; }
        50% { box-shadow: 0 0 0.1rem #eab773, 0 0 0.1rem #eab773, 0 0 0.1rem #eab773, 0 0 0.2rem; }
        100% { box-shadow: 0 0 0.1rem #eab773, 0 0 0.1rem #eab773, 0 0 0.1rem #eab773, 0 0 0.2rem #eab773, 0 0 0.3rem #eab773, 0 0 0.3rem #eab773;; }
}

@-webkit-keyframes header-profle-blink {
        0% { box-shadow: 0 0 0.1rem #eab773, 0 0 0.1rem #eab773, 0 0 0.1rem #eab773, 0 0 0.2rem #eab773, 0 0 0.3rem #eab773, 0 0 0.3rem #eab773;; }
        50% { box-shadow: 0 0 0.1rem #eab773, 0 0 0.1rem #eab773, 0 0 0.1rem #eab773, 0 0 0.2rem; }
        100% { box-shadow:0 0 0.1rem #eab773, 0 0 0.1rem #eab773, 0 0 0.1rem #eab773, 0 0 0.2rem #eab773, 0 0 0.3rem #eab773, 0 0 0.3rem #eab773;; }
}

@keyframes animate {
    to {
        transform: rotateY(-360deg);
    }
}
#openNewProfile.open #UserNameLbl, .threeLinksBlock a.headerLinks.activeMainDash, .threeLinksBlock a.headerLinks.newBtn, #nextProfile .nav-tabs .active a{
        -webkit-animation: header-blink 1.0s linear infinite;
        -moz-animation: header-blink 1.0s linear infinite;
        -ms-animation: header-blink 1.0s linear infinite;
        -o-animation: header-blink 1.0s linear infinite;
        animation: header-blink 1.0s linear infinite;
}

.dash-prac-blinker{
        -webkit-animation: dash-prac-blink 1.0s linear infinite;
        -moz-animation: dash-prac-blink 1.0s linear infinite;
        -ms-animation: dash-prac-blink 1.0s linear infinite;
        -o-animation: dash-prac-blink 1.0s linear infinite;
        animation: dash-prac-blink 1.0s linear infinite;
        color: #83b06d;
}

@keyframes dash-prac-blink {
        0% { text-shadow: 0 0 0.1rem #83b06d; }
        50% { text-shadow: none; }
        100% { text-shadow: 0 0 0.1rem #83b06d; }
}

@-webkit-keyframes dash-prac-blink {
        0% { text-shadow: 0 0 0.1rem #83b06d; }
        50% { text-shadow: 0 0 0; }
        100% { text-shadow:0 0 0.1rem #83b06d; }
}

/* Virtu Prep practice button animation */
:root {
--inset: 0.2vmin;
--color0: #83b06d;
--color1: #efefef;
--duration: 1s;
}


/* Virtu Prep tutorial typing animation Effect */
.css-typing p {
	line-height: normal;
	color: #ffe6c8;
	border-right: 0vh solid #ffe6c8;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}
.css-typing p:nth-child(1) {
	width: 20vw;
	-webkit-animation: type 1s steps(20, end);
	animation: type 1s steps(20, end);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.css-typing p:nth-child(2) {
	width: 20vw;
	opacity: 0;
	-webkit-animation: type2 1s steps(20, end);
	animation: type2 1s steps(20, end);
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.css-typing p:nth-child(3) {
	width: 20vw;
	opacity: 0;
	-webkit-animation: type3 1s steps(20, end);
	animation: type3 1s steps(20, end);
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.css-typing p:nth-child(4) {
	width: 20vw;
	opacity: 0;
	-webkit-animation: type4 1s steps(20, end);
	animation: type4 1s steps(20, end);
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.css-typing p:nth-child(5) {
	width: 30em;
	opacity: 0;
	-webkit-animation: type5 1s steps(20, end);
	animation: type5 1s steps(20, end);
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.css-typing p:nth-child(6) {
	width: 30em;
	opacity: 0;
	-webkit-animation: type6 1s steps(20, end);
	animation: type6 1s steps(20, end);
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.css-typing p:nth-child(7) {
	width: 30em;
	opacity: 0;
	-webkit-animation: type7 1s steps(20, end);
	animation: type7 1s steps(20, end);
	-webkit-animation-delay: 5s;
	animation-delay: 6s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.css-typing p:nth-child(8) {
	width: 30em;
	opacity: 0;
	-webkit-animation: type8 1s steps(20, end);
	animation: type8 1s steps(20, end);
	-webkit-animation-delay: 5s;
	animation-delay: 7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.css-typing p:nth-child(9) {
	width: 30em;
	opacity: 0;
	-webkit-animation: type8 1s steps(20, end);
	animation: type8 1s steps(20, end);
	-webkit-animation-delay: 5s;
	animation-delay: 8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}


@keyframes type {
0% {
        width: 0;
}
1% {
        opacity: 1;
        }
100% {
        border: none;
}
}

@-webkit-keyframes type {
0% {
        width: 0;
}
1% {
        opacity: 1;
        }
100% {
        border: none;
}
}

@keyframes type2 {
0% {
        width: 0;
}
1% {
        opacity: 1;
}

100% {
        opacity: 1;
        border: none;
}
}

@-webkit-keyframes type2 {
0% {
        width: 0;
}
1% {
        opacity: 1;
}

100% {
        opacity: 1;
        border: none;
}
}

@keyframes type3 {
0% {
        width: 0;
}
1% {
        opacity: 1;
}
100% {
        opacity: 1;
        border: none;
}
}

@-webkit-keyframes type3 {
0% {
        width: 0;
}
1% {
        opacity: 1;
}
100% {
        opacity: 1;
        border: none;
}
}

@keyframes type4 {
0% {
        width: 0;
}
1% {
        opacity: 1;
}
100% {
        opacity: 1;
        border: none;
}
}

@-webkit-keyframes type4 {
0% {
        width: 0;
}
1% {
        opacity: 1;
}
100% {
        opacity: 1;
        border: none;
}
}

@keyframes type5 {
0% {
        width: 0;
}
1% {
        opacity: 1;
}
100% {
        opacity: 1;
        border: none;
}
}

@-webkit-keyframes type5 {
0% {
        width: 0;
}
1% {
        opacity: 1;
}
100% {
        opacity: 1;
        border: none;
}
}

@keyframes type6 {
0% {
        width: 0;
}
1% {
        opacity: 1;
}
100% {
        opacity: 1;
        border: none;
}
}

@-webkit-keyframes type6 {
0% {
        width: 0;
}
1% {
        opacity: 1;
}
100% {
        opacity: 1;
        border: none;
}
}


@keyframes type7 {
0% {
		width: 0;
}
1% {
		opacity: 1;
}
100% {
		opacity: 1;
		border: none;
}
}

@-webkit-keyframes type7 {
0% {
		width: 0;
}
1% {
		opacity: 1;
}
100% {
		opacity: 1;
		border: none;
}
}



@keyframes type8 {
0% {
		width: 0;
}
1% {
		opacity: 1;
}
100% {
		opacity: 1;
		border: none;
}
}

@-webkit-keyframes type8 {
0% {
		width: 0;
}
1% {
		opacity: 1;
}
100% {
		opacity: 1;
		border: none;
}
}

@keyframes type9 {
0% {
		width: 0;
}
1% {
		opacity: 1;
}
100% {
		opacity: 1;
		border: none;
}
}

@-webkit-keyframes type9 {
0% {
		width: 0;
}
1% {
		opacity: 1;
}
100% {
		opacity: 1;
		border: none;
}
}
	
	


@keyframes blink {
        50% {
                border-color: transparent;
        }
}
@-webkit-keyframes blink {
        50% {
                border-color: tranparent;
        }
}


/* Create css type */
.create-css-typing p {
        line-height: normal;
        color: #ffe6c8;
        border-right: 0vh solid #ffe6c8;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 auto;
}
.create-css-typing p:nth-child(1) {
        width: 10vw;
        -webkit-animation: type .2s steps(10, end);
        animation: type .2s steps(10, end);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
}

.create-css-typing p:nth-child(2) {
        width: 20vw;
        opacity: 0;
        -webkit-animation: type2 1s steps(20, end);
        animation: type2 1s steps(20, end);
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
}

.create-css-typing p:nth-child(3) {
        width: 24vw;
        opacity: 0;
        -webkit-animation: type3 1s steps(20, end);
        animation: type3 1s steps(20, end);
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
}

/* practice css type */

.practice-css-typing p {
        line-height: normal;
        color: #ffe6c8;
        border-right: 0vh solid #ffe6c8;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 auto;
}
.practice-css-typing p:nth-child(1) {
        width: 5vw;
        -webkit-animation: type .2s steps(10, end);
        animation: type .2s steps(10, end);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
}

.practice-css-typing p:nth-child(2) {
        width: 20vw;
        opacity: 0;
        -webkit-animation: type2 1s steps(20, end);
        animation: type2 1s steps(20, end);
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
}



.imgcontainer {
	overflow: hidden;
  }
  
  
.imgbackground {
	display: block;
	position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
	height: 100%;
	border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  
  .circle-container {
	position: absolute;
	transform: translateY(-20vh);
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
  }
  .circle-container .circle {
	width: 300%;
	height: 300%;
	border-radius: 50%;
	mix-blend-mode: screen;
	background-image: radial-gradient(#c9e8f950, #c9e8f950 10%, rgba(0, 102, 102, 0) 56%);
	-webkit-animation: fadein-frames 2s infinite, scale-frames 2s infinite;
									animation: fadein-frames 2s infinite, scale-frames 2s infinite;
  }
  @-webkit-keyframes fade-frames {
	0% {
	  opacity: 1;
	}
	50% {
	  opacity: 0.7;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes fade-frames {
	0% {
	  opacity: 1;
	}
	50% {
	  opacity: 0.7;
	}
	100% {
	  opacity: 1;
	}
  }
  @-webkit-keyframes scale-frames {
	0% {
	  transform: scale3d(0.4, 0.4, 1);
	}
	50% {
	  transform: scale3d(2.2, 2.2, 1);
	}
	100% {
	  transform: scale3d(0.4, 0.4, 1);
	}
  }
  @keyframes scale-frames {
	0% {
	  transform: scale3d(0.4, 0.4, 1);
	}
	50% {
	  transform: scale3d(2.2, 2.2, 1);
	}
	100% {
	  transform: scale3d(0.4, 0.4, 1);
	}
  }
  .circle-container:nth-child(1) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-1;
			animation-name: move-frames-1;
	-webkit-animation-duration: 28990ms;
			animation-duration: 28990ms;
	-webkit-animation-delay: 32422ms;
			animation-delay: 32422ms;
  }
  @-webkit-keyframes move-frames-1 {
	from {
	  transform: translate3d(42vw, 105vh, 0);
	}
	to {
	  transform: translate3d(52vw, -134vh, 0);
	}
  }
  @keyframes move-frames-1 {
	from {
	  transform: translate3d(42vw, 105vh, 0);
	}
	to {
	  transform: translate3d(52vw, -134vh, 0);
	}
  }
  .circle-container:nth-child(1) .circle {
	-webkit-animation-delay: 670ms;
			animation-delay: 670ms;
  }
  .circle-container:nth-child(2) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-2;
			animation-name: move-frames-2;
	-webkit-animation-duration: 29208ms;
			animation-duration: 29208ms;
	-webkit-animation-delay: 30272ms;
			animation-delay: 30272ms;
  }
  @-webkit-keyframes move-frames-2 {
	from {
	  transform: translate3d(59vw, 103vh, 0);
	}
	to {
	  transform: translate3d(69vw, -110vh, 0);
	}
  }
  @keyframes move-frames-2 {
	from {
	  transform: translate3d(59vw, 103vh, 0);
	}
	to {
	  transform: translate3d(69vw, -110vh, 0);
	}
  }
  .circle-container:nth-child(2) .circle {
	-webkit-animation-delay: 3563ms;
			animation-delay: 3563ms;
  }
  .circle-container:nth-child(3) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-3;
			animation-name: move-frames-3;
	-webkit-animation-duration: 31464ms;
			animation-duration: 31464ms;
	-webkit-animation-delay: 24695ms;
			animation-delay: 24695ms;
  }
  @-webkit-keyframes move-frames-3 {
	from {
	  transform: translate3d(24vw, 103vh, 0);
	}
	to {
	  transform: translate3d(36vw, -124vh, 0);
	}
  }
  @keyframes move-frames-3 {
	from {
	  transform: translate3d(24vw, 103vh, 0);
	}
	to {
	  transform: translate3d(36vw, -124vh, 0);
	}
  }
  .circle-container:nth-child(3) .circle {
	-webkit-animation-delay: 3851ms;
			animation-delay: 3851ms;
  }
  .circle-container:nth-child(4) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-4;
			animation-name: move-frames-4;
	-webkit-animation-duration: 34821ms;
			animation-duration: 34821ms;
	-webkit-animation-delay: 2311ms;
			animation-delay: 2311ms;
  }
  @-webkit-keyframes move-frames-4 {
	from {
	  transform: translate3d(19vw, 108vh, 0);
	}
	to {
	  transform: translate3d(88vw, -129vh, 0);
	}
  }
  @keyframes move-frames-4 {
	from {
	  transform: translate3d(19vw, 108vh, 0);
	}
	to {
	  transform: translate3d(88vw, -129vh, 0);
	}
  }
  .circle-container:nth-child(4) .circle {
	-webkit-animation-delay: 1955ms;
			animation-delay: 1955ms;
  }
  .circle-container:nth-child(5) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-5;
			animation-name: move-frames-5;
	-webkit-animation-duration: 30483ms;
			animation-duration: 30483ms;
	-webkit-animation-delay: 8753ms;
			animation-delay: 8753ms;
  }
  @-webkit-keyframes move-frames-5 {
	from {
	  transform: translate3d(5vw, 106vh, 0);
	}
	to {
	  transform: translate3d(19vw, -122vh, 0);
	}
  }
  @keyframes move-frames-5 {
	from {
	  transform: translate3d(5vw, 106vh, 0);
	}
	to {
	  transform: translate3d(19vw, -122vh, 0);
	}
  }
  .circle-container:nth-child(5) .circle {
	-webkit-animation-delay: 1462ms;
			animation-delay: 1462ms;
  }
  .circle-container:nth-child(6) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-6;
			animation-name: move-frames-6;
	-webkit-animation-duration: 33882ms;
			animation-duration: 33882ms;
	-webkit-animation-delay: 21347ms;
			animation-delay: 21347ms;
  }
  @-webkit-keyframes move-frames-6 {
	from {
	  transform: translate3d(19vw, 106vh, 0);
	}
	to {
	  transform: translate3d(52vw, -134vh, 0);
	}
  }
  @keyframes move-frames-6 {
	from {
	  transform: translate3d(19vw, 106vh, 0);
	}
	to {
	  transform: translate3d(52vw, -134vh, 0);
	}
  }
  .circle-container:nth-child(6) .circle {
	-webkit-animation-delay: 3238ms;
			animation-delay: 3238ms;
  }
  .circle-container:nth-child(7) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-7;
			animation-name: move-frames-7;
	-webkit-animation-duration: 32479ms;
			animation-duration: 32479ms;
	-webkit-animation-delay: 19638ms;
			animation-delay: 19638ms;
  }
  @-webkit-keyframes move-frames-7 {
	from {
	  transform: translate3d(33vw, 105vh, 0);
	}
	to {
	  transform: translate3d(72vw, -119vh, 0);
	}
  }
  @keyframes move-frames-7 {
	from {
	  transform: translate3d(33vw, 105vh, 0);
	}
	to {
	  transform: translate3d(72vw, -119vh, 0);
	}
  }
  .circle-container:nth-child(7) .circle {
	-webkit-animation-delay: 862ms;
			animation-delay: 862ms;
  }
  .circle-container:nth-child(8) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-8;
			animation-name: move-frames-8;
	-webkit-animation-duration: 31328ms;
			animation-duration: 31328ms;
	-webkit-animation-delay: 15164ms;
			animation-delay: 15164ms;
  }
  @-webkit-keyframes move-frames-8 {
	from {
	  transform: translate3d(22vw, 110vh, 0);
	}
	to {
	  transform: translate3d(7vw, -136vh, 0);
	}
  }
  @keyframes move-frames-8 {
	from {
	  transform: translate3d(22vw, 110vh, 0);
	}
	to {
	  transform: translate3d(7vw, -136vh, 0);
	}
  }
  .circle-container:nth-child(8) .circle {
	-webkit-animation-delay: 3436ms;
			animation-delay: 3436ms;
  }
  .circle-container:nth-child(9) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-9;
			animation-name: move-frames-9;
	-webkit-animation-duration: 29636ms;
			animation-duration: 29636ms;
	-webkit-animation-delay: 16417ms;
			animation-delay: 16417ms;
  }
  @-webkit-keyframes move-frames-9 {
	from {
	  transform: translate3d(46vw, 101vh, 0);
	}
	to {
	  transform: translate3d(11vw, -126vh, 0);
	}
  }
  @keyframes move-frames-9 {
	from {
	  transform: translate3d(46vw, 101vh, 0);
	}
	to {
	  transform: translate3d(11vw, -126vh, 0);
	}
  }
  .circle-container:nth-child(9) .circle {
	-webkit-animation-delay: 1312ms;
			animation-delay: 1312ms;
  }
  .circle-container:nth-child(10) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-10;
			animation-name: move-frames-10;
	-webkit-animation-duration: 29070ms;
			animation-duration: 29070ms;
	-webkit-animation-delay: 16962ms;
			animation-delay: 16962ms;
  }
  @-webkit-keyframes move-frames-10 {
	from {
	  transform: translate3d(76vw, 104vh, 0);
	}
	to {
	  transform: translate3d(44vw, -121vh, 0);
	}
  }
  @keyframes move-frames-10 {
	from {
	  transform: translate3d(76vw, 104vh, 0);
	}
	to {
	  transform: translate3d(44vw, -121vh, 0);
	}
  }
  .circle-container:nth-child(10) .circle {
	-webkit-animation-delay: 873ms;
			animation-delay: 873ms;
  }
  .circle-container:nth-child(11) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-11;
			animation-name: move-frames-11;
	-webkit-animation-duration: 33138ms;
			animation-duration: 33138ms;
	-webkit-animation-delay: 32418ms;
			animation-delay: 32418ms;
  }
  @-webkit-keyframes move-frames-11 {
	from {
	  transform: translate3d(94vw, 103vh, 0);
	}
	to {
	  transform: translate3d(49vw, -127vh, 0);
	}
  }
  @keyframes move-frames-11 {
	from {
	  transform: translate3d(94vw, 103vh, 0);
	}
	to {
	  transform: translate3d(49vw, -127vh, 0);
	}
  }
  .circle-container:nth-child(11) .circle {
	-webkit-animation-delay: 3361ms;
			animation-delay: 3361ms;
  }
  .circle-container:nth-child(12) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-12;
			animation-name: move-frames-12;
	-webkit-animation-duration: 32410ms;
			animation-duration: 32410ms;
	-webkit-animation-delay: 23205ms;
			animation-delay: 23205ms;
  }
  @-webkit-keyframes move-frames-12 {
	from {
	  transform: translate3d(78vw, 104vh, 0);
	}
	to {
	  transform: translate3d(68vw, -115vh, 0);
	}
  }
  @keyframes move-frames-12 {
	from {
	  transform: translate3d(78vw, 104vh, 0);
	}
	to {
	  transform: translate3d(68vw, -115vh, 0);
	}
  }
  .circle-container:nth-child(12) .circle {
	-webkit-animation-delay: 2808ms;
			animation-delay: 2808ms;
  }
  .circle-container:nth-child(13) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-13;
			animation-name: move-frames-13;
	-webkit-animation-duration: 28177ms;
			animation-duration: 28177ms;
	-webkit-animation-delay: 34833ms;
			animation-delay: 34833ms;
  }
  @-webkit-keyframes move-frames-13 {
	from {
	  transform: translate3d(32vw, 102vh, 0);
	}
	to {
	  transform: translate3d(60vw, -116vh, 0);
	}
  }
  @keyframes move-frames-13 {
	from {
	  transform: translate3d(32vw, 102vh, 0);
	}
	to {
	  transform: translate3d(60vw, -116vh, 0);
	}
  }
  .circle-container:nth-child(13) .circle {
	-webkit-animation-delay: 1744ms;
			animation-delay: 1744ms;
  }
  .circle-container:nth-child(14) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-14;
			animation-name: move-frames-14;
	-webkit-animation-duration: 36665ms;
			animation-duration: 36665ms;
	-webkit-animation-delay: 6679ms;
			animation-delay: 6679ms;
  }
  @-webkit-keyframes move-frames-14 {
	from {
	  transform: translate3d(50vw, 104vh, 0);
	}
	to {
	  transform: translate3d(38vw, -106vh, 0);
	}
  }
  @keyframes move-frames-14 {
	from {
	  transform: translate3d(50vw, 104vh, 0);
	}
	to {
	  transform: translate3d(38vw, -106vh, 0);
	}
  }
  .circle-container:nth-child(14) .circle {
	-webkit-animation-delay: 984ms;
			animation-delay: 984ms;
  }
  .circle-container:nth-child(15) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-15;
			animation-name: move-frames-15;
	-webkit-animation-duration: 33331ms;
			animation-duration: 33331ms;
	-webkit-animation-delay: 20689ms;
			animation-delay: 20689ms;
  }
  @-webkit-keyframes move-frames-15 {
	from {
	  transform: translate3d(48vw, 102vh, 0);
	}
	to {
	  transform: translate3d(18vw, -111vh, 0);
	}
  }
  @keyframes move-frames-15 {
	from {
	  transform: translate3d(48vw, 102vh, 0);
	}
	to {
	  transform: translate3d(18vw, -111vh, 0);
	}
  }
  .circle-container:nth-child(15) .circle {
	-webkit-animation-delay: 862ms;
			animation-delay: 862ms;
  }
  .circle-container:nth-child(16) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-16;
			animation-name: move-frames-16;
	-webkit-animation-duration: 29711ms;
			animation-duration: 29711ms;
	-webkit-animation-delay: 21839ms;
			animation-delay: 21839ms;
  }
  @-webkit-keyframes move-frames-16 {
	from {
	  transform: translate3d(5vw, 104vh, 0);
	}
	to {
	  transform: translate3d(61vw, -110vh, 0);
	}
  }
  @keyframes move-frames-16 {
	from {
	  transform: translate3d(5vw, 104vh, 0);
	}
	to {
	  transform: translate3d(61vw, -110vh, 0);
	}
  }
  .circle-container:nth-child(16) .circle {
	-webkit-animation-delay: 3275ms;
			animation-delay: 3275ms;
  }
  .circle-container:nth-child(17) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-17;
			animation-name: move-frames-17;
	-webkit-animation-duration: 32191ms;
			animation-duration: 32191ms;
	-webkit-animation-delay: 35971ms;
			animation-delay: 35971ms;
  }
  @-webkit-keyframes move-frames-17 {
	from {
	  transform: translate3d(79vw, 103vh, 0);
	}
	to {
	  transform: translate3d(41vw, -113vh, 0);
	}
  }
  @keyframes move-frames-17 {
	from {
	  transform: translate3d(79vw, 103vh, 0);
	}
	to {
	  transform: translate3d(41vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(17) .circle {
	-webkit-animation-delay: 2220ms;
			animation-delay: 2220ms;
  }
  .circle-container:nth-child(18) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-18;
			animation-name: move-frames-18;
	-webkit-animation-duration: 28246ms;
			animation-duration: 28246ms;
	-webkit-animation-delay: 9689ms;
			animation-delay: 9689ms;
  }
  @-webkit-keyframes move-frames-18 {
	from {
	  transform: translate3d(18vw, 106vh, 0);
	}
	to {
	  transform: translate3d(96vw, -133vh, 0);
	}
  }
  @keyframes move-frames-18 {
	from {
	  transform: translate3d(18vw, 106vh, 0);
	}
	to {
	  transform: translate3d(96vw, -133vh, 0);
	}
  }
  .circle-container:nth-child(18) .circle {
	-webkit-animation-delay: 2849ms;
			animation-delay: 2849ms;
  }
  .circle-container:nth-child(19) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-19;
			animation-name: move-frames-19;
	-webkit-animation-duration: 31491ms;
			animation-duration: 31491ms;
	-webkit-animation-delay: 12879ms;
			animation-delay: 12879ms;
  }
  @-webkit-keyframes move-frames-19 {
	from {
	  transform: translate3d(62vw, 102vh, 0);
	}
	to {
	  transform: translate3d(80vw, -122vh, 0);
	}
  }
  @keyframes move-frames-19 {
	from {
	  transform: translate3d(62vw, 102vh, 0);
	}
	to {
	  transform: translate3d(80vw, -122vh, 0);
	}
  }
  .circle-container:nth-child(19) .circle {
	-webkit-animation-delay: 3407ms;
			animation-delay: 3407ms;
  }
  .circle-container:nth-child(20) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-20;
			animation-name: move-frames-20;
	-webkit-animation-duration: 33112ms;
			animation-duration: 33112ms;
	-webkit-animation-delay: 19629ms;
			animation-delay: 19629ms;
  }
  @-webkit-keyframes move-frames-20 {
	from {
	  transform: translate3d(36vw, 107vh, 0);
	}
	to {
	  transform: translate3d(14vw, -111vh, 0);
	}
  }
  @keyframes move-frames-20 {
	from {
	  transform: translate3d(36vw, 107vh, 0);
	}
	to {
	  transform: translate3d(14vw, -111vh, 0);
	}
  }
  .circle-container:nth-child(20) .circle {
	-webkit-animation-delay: 69ms;
			animation-delay: 69ms;
  }
  .circle-container:nth-child(21) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-21;
			animation-name: move-frames-21;
	-webkit-animation-duration: 35421ms;
			animation-duration: 35421ms;
	-webkit-animation-delay: 27963ms;
			animation-delay: 27963ms;
  }
  @-webkit-keyframes move-frames-21 {
	from {
	  transform: translate3d(37vw, 109vh, 0);
	}
	to {
	  transform: translate3d(13vw, -136vh, 0);
	}
  }
  @keyframes move-frames-21 {
	from {
	  transform: translate3d(37vw, 109vh, 0);
	}
	to {
	  transform: translate3d(13vw, -136vh, 0);
	}
  }
  .circle-container:nth-child(21) .circle {
	-webkit-animation-delay: 1308ms;
			animation-delay: 1308ms;
  }
  .circle-container:nth-child(22) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-22;
			animation-name: move-frames-22;
	-webkit-animation-duration: 31955ms;
			animation-duration: 31955ms;
	-webkit-animation-delay: 6025ms;
			animation-delay: 6025ms;
  }
  @-webkit-keyframes move-frames-22 {
	from {
	  transform: translate3d(87vw, 102vh, 0);
	}
	to {
	  transform: translate3d(22vw, -118vh, 0);
	}
  }
  @keyframes move-frames-22 {
	from {
	  transform: translate3d(87vw, 102vh, 0);
	}
	to {
	  transform: translate3d(22vw, -118vh, 0);
	}
  }
  .circle-container:nth-child(22) .circle {
	-webkit-animation-delay: 1782ms;
			animation-delay: 1782ms;
  }
  .circle-container:nth-child(23) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-23;
			animation-name: move-frames-23;
	-webkit-animation-duration: 34013ms;
			animation-duration: 34013ms;
	-webkit-animation-delay: 35202ms;
			animation-delay: 35202ms;
  }
  @-webkit-keyframes move-frames-23 {
	from {
	  transform: translate3d(7vw, 105vh, 0);
	}
	to {
	  transform: translate3d(42vw, -112vh, 0);
	}
  }
  @keyframes move-frames-23 {
	from {
	  transform: translate3d(7vw, 105vh, 0);
	}
	to {
	  transform: translate3d(42vw, -112vh, 0);
	}
  }
  .circle-container:nth-child(23) .circle {
	-webkit-animation-delay: 3688ms;
			animation-delay: 3688ms;
  }
  .circle-container:nth-child(24) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-24;
			animation-name: move-frames-24;
	-webkit-animation-duration: 31747ms;
			animation-duration: 31747ms;
	-webkit-animation-delay: 4426ms;
			animation-delay: 4426ms;
  }
  @-webkit-keyframes move-frames-24 {
	from {
	  transform: translate3d(69vw, 110vh, 0);
	}
	to {
	  transform: translate3d(27vw, -112vh, 0);
	}
  }
  @keyframes move-frames-24 {
	from {
	  transform: translate3d(69vw, 110vh, 0);
	}
	to {
	  transform: translate3d(27vw, -112vh, 0);
	}
  }
  .circle-container:nth-child(24) .circle {
	-webkit-animation-delay: 1114ms;
			animation-delay: 1114ms;
  }
  .circle-container:nth-child(25) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-25;
			animation-name: move-frames-25;
	-webkit-animation-duration: 28549ms;
			animation-duration: 28549ms;
	-webkit-animation-delay: 7320ms;
			animation-delay: 7320ms;
  }
  @-webkit-keyframes move-frames-25 {
	from {
	  transform: translate3d(11vw, 110vh, 0);
	}
	to {
	  transform: translate3d(84vw, -123vh, 0);
	}
  }
  @keyframes move-frames-25 {
	from {
	  transform: translate3d(11vw, 110vh, 0);
	}
	to {
	  transform: translate3d(84vw, -123vh, 0);
	}
  }
  .circle-container:nth-child(25) .circle {
	-webkit-animation-delay: 1844ms;
			animation-delay: 1844ms;
  }
  .circle-container:nth-child(26) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-26;
			animation-name: move-frames-26;
	-webkit-animation-duration: 30229ms;
			animation-duration: 30229ms;
	-webkit-animation-delay: 7592ms;
			animation-delay: 7592ms;
  }
  @-webkit-keyframes move-frames-26 {
	from {
	  transform: translate3d(26vw, 106vh, 0);
	}
	to {
	  transform: translate3d(47vw, -115vh, 0);
	}
  }
  @keyframes move-frames-26 {
	from {
	  transform: translate3d(26vw, 106vh, 0);
	}
	to {
	  transform: translate3d(47vw, -115vh, 0);
	}
  }
  .circle-container:nth-child(26) .circle {
	-webkit-animation-delay: 973ms;
			animation-delay: 973ms;
  }
  .circle-container:nth-child(27) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-27;
			animation-name: move-frames-27;
	-webkit-animation-duration: 35577ms;
			animation-duration: 35577ms;
	-webkit-animation-delay: 33564ms;
			animation-delay: 33564ms;
  }
  @-webkit-keyframes move-frames-27 {
	from {
	  transform: translate3d(55vw, 104vh, 0);
	}
	to {
	  transform: translate3d(72vw, -122vh, 0);
	}
  }
  @keyframes move-frames-27 {
	from {
	  transform: translate3d(55vw, 104vh, 0);
	}
	to {
	  transform: translate3d(72vw, -122vh, 0);
	}
  }
  .circle-container:nth-child(27) .circle {
	-webkit-animation-delay: 1297ms;
			animation-delay: 1297ms;
  }
  .circle-container:nth-child(28) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-28;
			animation-name: move-frames-28;
	-webkit-animation-duration: 33331ms;
			animation-duration: 33331ms;
	-webkit-animation-delay: 6059ms;
			animation-delay: 6059ms;
  }
  @-webkit-keyframes move-frames-28 {
	from {
	  transform: translate3d(40vw, 108vh, 0);
	}
	to {
	  transform: translate3d(28vw, -133vh, 0);
	}
  }
  @keyframes move-frames-28 {
	from {
	  transform: translate3d(40vw, 108vh, 0);
	}
	to {
	  transform: translate3d(28vw, -133vh, 0);
	}
  }
  .circle-container:nth-child(28) .circle {
	-webkit-animation-delay: 3837ms;
			animation-delay: 3837ms;
  }
  .circle-container:nth-child(29) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-29;
			animation-name: move-frames-29;
	-webkit-animation-duration: 30572ms;
			animation-duration: 30572ms;
	-webkit-animation-delay: 19917ms;
			animation-delay: 19917ms;
  }
  @-webkit-keyframes move-frames-29 {
	from {
	  transform: translate3d(78vw, 110vh, 0);
	}
	to {
	  transform: translate3d(95vw, -122vh, 0);
	}
  }
  @keyframes move-frames-29 {
	from {
	  transform: translate3d(78vw, 110vh, 0);
	}
	to {
	  transform: translate3d(95vw, -122vh, 0);
	}
  }
  .circle-container:nth-child(29) .circle {
	-webkit-animation-delay: 2828ms;
			animation-delay: 2828ms;
  }
  .circle-container:nth-child(30) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-30;
			animation-name: move-frames-30;
	-webkit-animation-duration: 35918ms;
			animation-duration: 35918ms;
	-webkit-animation-delay: 20605ms;
			animation-delay: 20605ms;
  }
  @-webkit-keyframes move-frames-30 {
	from {
	  transform: translate3d(75vw, 101vh, 0);
	}
	to {
	  transform: translate3d(64vw, -113vh, 0);
	}
  }
  @keyframes move-frames-30 {
	from {
	  transform: translate3d(75vw, 101vh, 0);
	}
	to {
	  transform: translate3d(64vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(30) .circle {
	-webkit-animation-delay: 1820ms;
			animation-delay: 1820ms;
  }
  .circle-container:nth-child(31) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-31;
			animation-name: move-frames-31;
	-webkit-animation-duration: 32158ms;
			animation-duration: 32158ms;
	-webkit-animation-delay: 25604ms;
			animation-delay: 25604ms;
  }
  @-webkit-keyframes move-frames-31 {
	from {
	  transform: translate3d(35vw, 105vh, 0);
	}
	to {
	  transform: translate3d(13vw, -113vh, 0);
	}
  }
  @keyframes move-frames-31 {
	from {
	  transform: translate3d(35vw, 105vh, 0);
	}
	to {
	  transform: translate3d(13vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(31) .circle {
	-webkit-animation-delay: 1410ms;
			animation-delay: 1410ms;
  }
  .circle-container:nth-child(32) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-32;
			animation-name: move-frames-32;
	-webkit-animation-duration: 32246ms;
			animation-duration: 32246ms;
	-webkit-animation-delay: 7622ms;
			animation-delay: 7622ms;
  }
  @-webkit-keyframes move-frames-32 {
	from {
	  transform: translate3d(58vw, 102vh, 0);
	}
	to {
	  transform: translate3d(74vw, -113vh, 0);
	}
  }
  @keyframes move-frames-32 {
	from {
	  transform: translate3d(58vw, 102vh, 0);
	}
	to {
	  transform: translate3d(74vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(32) .circle {
	-webkit-animation-delay: 166ms;
			animation-delay: 166ms;
  }
  .circle-container:nth-child(33) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-33;
			animation-name: move-frames-33;
	-webkit-animation-duration: 33521ms;
			animation-duration: 33521ms;
	-webkit-animation-delay: 1300ms;
			animation-delay: 1300ms;
  }
  @-webkit-keyframes move-frames-33 {
	from {
	  transform: translate3d(78vw, 107vh, 0);
	}
	to {
	  transform: translate3d(8vw, -118vh, 0);
	}
  }
  @keyframes move-frames-33 {
	from {
	  transform: translate3d(78vw, 107vh, 0);
	}
	to {
	  transform: translate3d(8vw, -118vh, 0);
	}
  }
  .circle-container:nth-child(33) .circle {
	-webkit-animation-delay: 3486ms;
			animation-delay: 3486ms;
  }
  .circle-container:nth-child(34) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-34;
			animation-name: move-frames-34;
	-webkit-animation-duration: 30366ms;
			animation-duration: 30366ms;
	-webkit-animation-delay: 9588ms;
			animation-delay: 9588ms;
  }
  @-webkit-keyframes move-frames-34 {
	from {
	  transform: translate3d(55vw, 106vh, 0);
	}
	to {
	  transform: translate3d(89vw, -127vh, 0);
	}
  }
  @keyframes move-frames-34 {
	from {
	  transform: translate3d(55vw, 106vh, 0);
	}
	to {
	  transform: translate3d(89vw, -127vh, 0);
	}
  }
  .circle-container:nth-child(34) .circle {
	-webkit-animation-delay: 2746ms;
			animation-delay: 2746ms;
  }
  .circle-container:nth-child(35) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-35;
			animation-name: move-frames-35;
	-webkit-animation-duration: 29509ms;
			animation-duration: 29509ms;
	-webkit-animation-delay: 6862ms;
			animation-delay: 6862ms;
  }
  @-webkit-keyframes move-frames-35 {
	from {
	  transform: translate3d(5vw, 109vh, 0);
	}
	to {
	  transform: translate3d(90vw, -115vh, 0);
	}
  }
  @keyframes move-frames-35 {
	from {
	  transform: translate3d(5vw, 109vh, 0);
	}
	to {
	  transform: translate3d(90vw, -115vh, 0);
	}
  }
  .circle-container:nth-child(35) .circle {
	-webkit-animation-delay: 160ms;
			animation-delay: 160ms;
  }
  .circle-container:nth-child(36) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-36;
			animation-name: move-frames-36;
	-webkit-animation-duration: 28041ms;
			animation-duration: 28041ms;
	-webkit-animation-delay: 20498ms;
			animation-delay: 20498ms;
  }
  @-webkit-keyframes move-frames-36 {
	from {
	  transform: translate3d(92vw, 109vh, 0);
	}
	to {
	  transform: translate3d(63vw, -131vh, 0);
	}
  }
  @keyframes move-frames-36 {
	from {
	  transform: translate3d(92vw, 109vh, 0);
	}
	to {
	  transform: translate3d(63vw, -131vh, 0);
	}
  }
  .circle-container:nth-child(36) .circle {
	-webkit-animation-delay: 3543ms;
			animation-delay: 3543ms;
  }
  .circle-container:nth-child(37) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-37;
			animation-name: move-frames-37;
	-webkit-animation-duration: 30520ms;
			animation-duration: 30520ms;
	-webkit-animation-delay: 19677ms;
			animation-delay: 19677ms;
  }
  @-webkit-keyframes move-frames-37 {
	from {
	  transform: translate3d(3vw, 107vh, 0);
	}
	to {
	  transform: translate3d(8vw, -129vh, 0);
	}
  }
  @keyframes move-frames-37 {
	from {
	  transform: translate3d(3vw, 107vh, 0);
	}
	to {
	  transform: translate3d(8vw, -129vh, 0);
	}
  }
  .circle-container:nth-child(37) .circle {
	-webkit-animation-delay: 564ms;
			animation-delay: 564ms;
  }
  .circle-container:nth-child(38) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-38;
			animation-name: move-frames-38;
	-webkit-animation-duration: 36252ms;
			animation-duration: 36252ms;
	-webkit-animation-delay: 27870ms;
			animation-delay: 27870ms;
  }
  @-webkit-keyframes move-frames-38 {
	from {
	  transform: translate3d(7vw, 101vh, 0);
	}
	to {
	  transform: translate3d(19vw, -125vh, 0);
	}
  }
  @keyframes move-frames-38 {
	from {
	  transform: translate3d(7vw, 101vh, 0);
	}
	to {
	  transform: translate3d(19vw, -125vh, 0);
	}
  }
  .circle-container:nth-child(38) .circle {
	-webkit-animation-delay: 1960ms;
			animation-delay: 1960ms;
  }
  .circle-container:nth-child(39) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-39;
			animation-name: move-frames-39;
	-webkit-animation-duration: 33412ms;
			animation-duration: 33412ms;
	-webkit-animation-delay: 14693ms;
			animation-delay: 14693ms;
  }
  @-webkit-keyframes move-frames-39 {
	from {
	  transform: translate3d(77vw, 110vh, 0);
	}
	to {
	  transform: translate3d(36vw, -113vh, 0);
	}
  }
  @keyframes move-frames-39 {
	from {
	  transform: translate3d(77vw, 110vh, 0);
	}
	to {
	  transform: translate3d(36vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(39) .circle {
	-webkit-animation-delay: 612ms;
			animation-delay: 612ms;
  }
  .circle-container:nth-child(40) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-40;
			animation-name: move-frames-40;
	-webkit-animation-duration: 31176ms;
			animation-duration: 31176ms;
	-webkit-animation-delay: 12447ms;
			animation-delay: 12447ms;
  }
  @-webkit-keyframes move-frames-40 {
	from {
	  transform: translate3d(41vw, 109vh, 0);
	}
	to {
	  transform: translate3d(59vw, -111vh, 0);
	}
  }
  @keyframes move-frames-40 {
	from {
	  transform: translate3d(41vw, 109vh, 0);
	}
	to {
	  transform: translate3d(59vw, -111vh, 0);
	}
  }
  .circle-container:nth-child(40) .circle {
	-webkit-animation-delay: 424ms;
			animation-delay: 424ms;
  }
  .circle-container:nth-child(41) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-41;
			animation-name: move-frames-41;
	-webkit-animation-duration: 32513ms;
			animation-duration: 32513ms;
	-webkit-animation-delay: 15190ms;
			animation-delay: 15190ms;
  }
  @-webkit-keyframes move-frames-41 {
	from {
	  transform: translate3d(82vw, 108vh, 0);
	}
	to {
	  transform: translate3d(43vw, -135vh, 0);
	}
  }
  @keyframes move-frames-41 {
	from {
	  transform: translate3d(82vw, 108vh, 0);
	}
	to {
	  transform: translate3d(43vw, -135vh, 0);
	}
  }
  .circle-container:nth-child(41) .circle {
	-webkit-animation-delay: 2704ms;
			animation-delay: 2704ms;
  }
  .circle-container:nth-child(42) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-42;
			animation-name: move-frames-42;
	-webkit-animation-duration: 34654ms;
			animation-duration: 34654ms;
	-webkit-animation-delay: 2873ms;
			animation-delay: 2873ms;
  }
  @-webkit-keyframes move-frames-42 {
	from {
	  transform: translate3d(73vw, 107vh, 0);
	}
	to {
	  transform: translate3d(96vw, -130vh, 0);
	}
  }
  @keyframes move-frames-42 {
	from {
	  transform: translate3d(73vw, 107vh, 0);
	}
	to {
	  transform: translate3d(96vw, -130vh, 0);
	}
  }
  .circle-container:nth-child(42) .circle {
	-webkit-animation-delay: 3022ms;
			animation-delay: 3022ms;
  }
  .circle-container:nth-child(43) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-43;
			animation-name: move-frames-43;
	-webkit-animation-duration: 33533ms;
			animation-duration: 33533ms;
	-webkit-animation-delay: 2487ms;
			animation-delay: 2487ms;
  }
  @-webkit-keyframes move-frames-43 {
	from {
	  transform: translate3d(96vw, 103vh, 0);
	}
	to {
	  transform: translate3d(64vw, -124vh, 0);
	}
  }
  @keyframes move-frames-43 {
	from {
	  transform: translate3d(96vw, 103vh, 0);
	}
	to {
	  transform: translate3d(64vw, -124vh, 0);
	}
  }
  .circle-container:nth-child(43) .circle {
	-webkit-animation-delay: 3210ms;
			animation-delay: 3210ms;
  }
  .circle-container:nth-child(44) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-44;
			animation-name: move-frames-44;
	-webkit-animation-duration: 31320ms;
			animation-duration: 31320ms;
	-webkit-animation-delay: 18820ms;
			animation-delay: 18820ms;
  }
  @-webkit-keyframes move-frames-44 {
	from {
	  transform: translate3d(25vw, 109vh, 0);
	}
	to {
	  transform: translate3d(86vw, -133vh, 0);
	}
  }
  @keyframes move-frames-44 {
	from {
	  transform: translate3d(25vw, 109vh, 0);
	}
	to {
	  transform: translate3d(86vw, -133vh, 0);
	}
  }
  .circle-container:nth-child(44) .circle {
	-webkit-animation-delay: 1252ms;
			animation-delay: 1252ms;
  }
  .circle-container:nth-child(45) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-45;
			animation-name: move-frames-45;
	-webkit-animation-duration: 30125ms;
			animation-duration: 30125ms;
	-webkit-animation-delay: 28352ms;
			animation-delay: 28352ms;
  }
  @-webkit-keyframes move-frames-45 {
	from {
	  transform: translate3d(40vw, 109vh, 0);
	}
	to {
	  transform: translate3d(51vw, -139vh, 0);
	}
  }
  @keyframes move-frames-45 {
	from {
	  transform: translate3d(40vw, 109vh, 0);
	}
	to {
	  transform: translate3d(51vw, -139vh, 0);
	}
  }
  .circle-container:nth-child(45) .circle {
	-webkit-animation-delay: 2191ms;
			animation-delay: 2191ms;
  }
  .circle-container:nth-child(46) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-46;
			animation-name: move-frames-46;
	-webkit-animation-duration: 35793ms;
			animation-duration: 35793ms;
	-webkit-animation-delay: 9943ms;
			animation-delay: 9943ms;
  }
  @-webkit-keyframes move-frames-46 {
	from {
	  transform: translate3d(60vw, 106vh, 0);
	}
	to {
	  transform: translate3d(58vw, -124vh, 0);
	}
  }
  @keyframes move-frames-46 {
	from {
	  transform: translate3d(60vw, 106vh, 0);
	}
	to {
	  transform: translate3d(58vw, -124vh, 0);
	}
  }
  .circle-container:nth-child(46) .circle {
	-webkit-animation-delay: 2225ms;
			animation-delay: 2225ms;
  }
  .circle-container:nth-child(47) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-47;
			animation-name: move-frames-47;
	-webkit-animation-duration: 29342ms;
			animation-duration: 29342ms;
	-webkit-animation-delay: 35989ms;
			animation-delay: 35989ms;
  }
  @-webkit-keyframes move-frames-47 {
	from {
	  transform: translate3d(91vw, 105vh, 0);
	}
	to {
	  transform: translate3d(98vw, -111vh, 0);
	}
  }
  @keyframes move-frames-47 {
	from {
	  transform: translate3d(91vw, 105vh, 0);
	}
	to {
	  transform: translate3d(98vw, -111vh, 0);
	}
  }
  .circle-container:nth-child(47) .circle {
	-webkit-animation-delay: 3672ms;
			animation-delay: 3672ms;
  }
  .circle-container:nth-child(48) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-48;
			animation-name: move-frames-48;
	-webkit-animation-duration: 28110ms;
			animation-duration: 28110ms;
	-webkit-animation-delay: 3330ms;
			animation-delay: 3330ms;
  }
  @-webkit-keyframes move-frames-48 {
	from {
	  transform: translate3d(62vw, 103vh, 0);
	}
	to {
	  transform: translate3d(21vw, -112vh, 0);
	}
  }
  @keyframes move-frames-48 {
	from {
	  transform: translate3d(62vw, 103vh, 0);
	}
	to {
	  transform: translate3d(21vw, -112vh, 0);
	}
  }
  .circle-container:nth-child(48) .circle {
	-webkit-animation-delay: 2674ms;
			animation-delay: 2674ms;
  }
  .circle-container:nth-child(49) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-49;
			animation-name: move-frames-49;
	-webkit-animation-duration: 31852ms;
			animation-duration: 31852ms;
	-webkit-animation-delay: 16985ms;
			animation-delay: 16985ms;
  }
  @-webkit-keyframes move-frames-49 {
	from {
	  transform: translate3d(58vw, 110vh, 0);
	}
	to {
	  transform: translate3d(27vw, -124vh, 0);
	}
  }
  @keyframes move-frames-49 {
	from {
	  transform: translate3d(58vw, 110vh, 0);
	}
	to {
	  transform: translate3d(27vw, -124vh, 0);
	}
  }
  .circle-container:nth-child(49) .circle {
	-webkit-animation-delay: 1484ms;
			animation-delay: 1484ms;
  }
  .circle-container:nth-child(50) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-50;
			animation-name: move-frames-50;
	-webkit-animation-duration: 33812ms;
			animation-duration: 33812ms;
	-webkit-animation-delay: 4653ms;
			animation-delay: 4653ms;
  }
  @-webkit-keyframes move-frames-50 {
	from {
	  transform: translate3d(86vw, 106vh, 0);
	}
	to {
	  transform: translate3d(40vw, -124vh, 0);
	}
  }
  @keyframes move-frames-50 {
	from {
	  transform: translate3d(86vw, 106vh, 0);
	}
	to {
	  transform: translate3d(40vw, -124vh, 0);
	}
  }
  .circle-container:nth-child(50) .circle {
	-webkit-animation-delay: 3631ms;
			animation-delay: 3631ms;
  }
  .circle-container:nth-child(51) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-51;
			animation-name: move-frames-51;
	-webkit-animation-duration: 29905ms;
			animation-duration: 29905ms;
	-webkit-animation-delay: 22673ms;
			animation-delay: 22673ms;
  }
  @-webkit-keyframes move-frames-51 {
	from {
	  transform: translate3d(35vw, 108vh, 0);
	}
	to {
	  transform: translate3d(3vw, -113vh, 0);
	}
  }
  @keyframes move-frames-51 {
	from {
	  transform: translate3d(35vw, 108vh, 0);
	}
	to {
	  transform: translate3d(3vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(51) .circle {
	-webkit-animation-delay: 110ms;
			animation-delay: 110ms;
  }
  .circle-container:nth-child(52) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-52;
			animation-name: move-frames-52;
	-webkit-animation-duration: 36021ms;
			animation-duration: 36021ms;
	-webkit-animation-delay: 28712ms;
			animation-delay: 28712ms;
  }
  @-webkit-keyframes move-frames-52 {
	from {
	  transform: translate3d(67vw, 106vh, 0);
	}
	to {
	  transform: translate3d(51vw, -119vh, 0);
	}
  }
  @keyframes move-frames-52 {
	from {
	  transform: translate3d(67vw, 106vh, 0);
	}
	to {
	  transform: translate3d(51vw, -119vh, 0);
	}
  }
  .circle-container:nth-child(52) .circle {
	-webkit-animation-delay: 2170ms;
			animation-delay: 2170ms;
  }
  .circle-container:nth-child(53) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-53;
			animation-name: move-frames-53;
	-webkit-animation-duration: 31653ms;
			animation-duration: 31653ms;
	-webkit-animation-delay: 1660ms;
			animation-delay: 1660ms;
  }
  @-webkit-keyframes move-frames-53 {
	from {
	  transform: translate3d(19vw, 104vh, 0);
	}
	to {
	  transform: translate3d(28vw, -109vh, 0);
	}
  }
  @keyframes move-frames-53 {
	from {
	  transform: translate3d(19vw, 104vh, 0);
	}
	to {
	  transform: translate3d(28vw, -109vh, 0);
	}
  }
  .circle-container:nth-child(53) .circle {
	-webkit-animation-delay: 2878ms;
			animation-delay: 2878ms;
  }
  .circle-container:nth-child(54) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-54;
			animation-name: move-frames-54;
	-webkit-animation-duration: 35180ms;
			animation-duration: 35180ms;
	-webkit-animation-delay: 9228ms;
			animation-delay: 9228ms;
  }
  @-webkit-keyframes move-frames-54 {
	from {
	  transform: translate3d(48vw, 104vh, 0);
	}
	to {
	  transform: translate3d(10vw, -105vh, 0);
	}
  }
  @keyframes move-frames-54 {
	from {
	  transform: translate3d(48vw, 104vh, 0);
	}
	to {
	  transform: translate3d(10vw, -105vh, 0);
	}
  }
  .circle-container:nth-child(54) .circle {
	-webkit-animation-delay: 129ms;
			animation-delay: 129ms;
  }
  .circle-container:nth-child(55) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-55;
			animation-name: move-frames-55;
	-webkit-animation-duration: 32363ms;
			animation-duration: 32363ms;
	-webkit-animation-delay: 23007ms;
			animation-delay: 23007ms;
  }
  @-webkit-keyframes move-frames-55 {
	from {
	  transform: translate3d(66vw, 106vh, 0);
	}
	to {
	  transform: translate3d(63vw, -114vh, 0);
	}
  }
  @keyframes move-frames-55 {
	from {
	  transform: translate3d(66vw, 106vh, 0);
	}
	to {
	  transform: translate3d(63vw, -114vh, 0);
	}
  }
  .circle-container:nth-child(55) .circle {
	-webkit-animation-delay: 40ms;
			animation-delay: 40ms;
  }
  .circle-container:nth-child(56) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-56;
			animation-name: move-frames-56;
	-webkit-animation-duration: 30268ms;
			animation-duration: 30268ms;
	-webkit-animation-delay: 34379ms;
			animation-delay: 34379ms;
  }
  @-webkit-keyframes move-frames-56 {
	from {
	  transform: translate3d(16vw, 107vh, 0);
	}
	to {
	  transform: translate3d(80vw, -135vh, 0);
	}
  }
  @keyframes move-frames-56 {
	from {
	  transform: translate3d(16vw, 107vh, 0);
	}
	to {
	  transform: translate3d(80vw, -135vh, 0);
	}
  }
  .circle-container:nth-child(56) .circle {
	-webkit-animation-delay: 2620ms;
			animation-delay: 2620ms;
  }
  .circle-container:nth-child(57) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-57;
			animation-name: move-frames-57;
	-webkit-animation-duration: 32113ms;
			animation-duration: 32113ms;
	-webkit-animation-delay: 36542ms;
			animation-delay: 36542ms;
  }
  @-webkit-keyframes move-frames-57 {
	from {
	  transform: translate3d(67vw, 108vh, 0);
	}
	to {
	  transform: translate3d(71vw, -128vh, 0);
	}
  }
  @keyframes move-frames-57 {
	from {
	  transform: translate3d(67vw, 108vh, 0);
	}
	to {
	  transform: translate3d(71vw, -128vh, 0);
	}
  }
  .circle-container:nth-child(57) .circle {
	-webkit-animation-delay: 148ms;
			animation-delay: 148ms;
  }
  .circle-container:nth-child(58) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-58;
			animation-name: move-frames-58;
	-webkit-animation-duration: 34184ms;
			animation-duration: 34184ms;
	-webkit-animation-delay: 33956ms;
			animation-delay: 33956ms;
  }
  @-webkit-keyframes move-frames-58 {
	from {
	  transform: translate3d(78vw, 110vh, 0);
	}
	to {
	  transform: translate3d(36vw, -135vh, 0);
	}
  }
  @keyframes move-frames-58 {
	from {
	  transform: translate3d(78vw, 110vh, 0);
	}
	to {
	  transform: translate3d(36vw, -135vh, 0);
	}
  }
  .circle-container:nth-child(58) .circle {
	-webkit-animation-delay: 821ms;
			animation-delay: 821ms;
  }
  .circle-container:nth-child(59) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-59;
			animation-name: move-frames-59;
	-webkit-animation-duration: 30213ms;
			animation-duration: 30213ms;
	-webkit-animation-delay: 21454ms;
			animation-delay: 21454ms;
  }
  @-webkit-keyframes move-frames-59 {
	from {
	  transform: translate3d(36vw, 108vh, 0);
	}
	to {
	  transform: translate3d(87vw, -135vh, 0);
	}
  }
  @keyframes move-frames-59 {
	from {
	  transform: translate3d(36vw, 108vh, 0);
	}
	to {
	  transform: translate3d(87vw, -135vh, 0);
	}
  }
  .circle-container:nth-child(59) .circle {
	-webkit-animation-delay: 606ms;
			animation-delay: 606ms;
  }
  .circle-container:nth-child(60) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-60;
			animation-name: move-frames-60;
	-webkit-animation-duration: 34061ms;
			animation-duration: 34061ms;
	-webkit-animation-delay: 15504ms;
			animation-delay: 15504ms;
  }
  @-webkit-keyframes move-frames-60 {
	from {
	  transform: translate3d(8vw, 110vh, 0);
	}
	to {
	  transform: translate3d(97vw, -117vh, 0);
	}
  }
  @keyframes move-frames-60 {
	from {
	  transform: translate3d(8vw, 110vh, 0);
	}
	to {
	  transform: translate3d(97vw, -117vh, 0);
	}
  }
  .circle-container:nth-child(60) .circle {
	-webkit-animation-delay: 3457ms;
			animation-delay: 3457ms;
  }
  .circle-container:nth-child(61) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-61;
			animation-name: move-frames-61;
	-webkit-animation-duration: 28592ms;
			animation-duration: 28592ms;
	-webkit-animation-delay: 29328ms;
			animation-delay: 29328ms;
  }
  @-webkit-keyframes move-frames-61 {
	from {
	  transform: translate3d(56vw, 104vh, 0);
	}
	to {
	  transform: translate3d(50vw, -113vh, 0);
	}
  }
  @keyframes move-frames-61 {
	from {
	  transform: translate3d(56vw, 104vh, 0);
	}
	to {
	  transform: translate3d(50vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(61) .circle {
	-webkit-animation-delay: 2410ms;
			animation-delay: 2410ms;
  }
  .circle-container:nth-child(62) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-62;
			animation-name: move-frames-62;
	-webkit-animation-duration: 31173ms;
			animation-duration: 31173ms;
	-webkit-animation-delay: 33465ms;
			animation-delay: 33465ms;
  }
  @-webkit-keyframes move-frames-62 {
	from {
	  transform: translate3d(75vw, 110vh, 0);
	}
	to {
	  transform: translate3d(53vw, -133vh, 0);
	}
  }
  @keyframes move-frames-62 {
	from {
	  transform: translate3d(75vw, 110vh, 0);
	}
	to {
	  transform: translate3d(53vw, -133vh, 0);
	}
  }
  .circle-container:nth-child(62) .circle {
	-webkit-animation-delay: 2515ms;
			animation-delay: 2515ms;
  }
  .circle-container:nth-child(63) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-63;
			animation-name: move-frames-63;
	-webkit-animation-duration: 34497ms;
			animation-duration: 34497ms;
	-webkit-animation-delay: 11617ms;
			animation-delay: 11617ms;
  }
  @-webkit-keyframes move-frames-63 {
	from {
	  transform: translate3d(15vw, 106vh, 0);
	}
	to {
	  transform: translate3d(76vw, -120vh, 0);
	}
  }
  @keyframes move-frames-63 {
	from {
	  transform: translate3d(15vw, 106vh, 0);
	}
	to {
	  transform: translate3d(76vw, -120vh, 0);
	}
  }
  .circle-container:nth-child(63) .circle {
	-webkit-animation-delay: 1958ms;
			animation-delay: 1958ms;
  }
  .circle-container:nth-child(64) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-64;
			animation-name: move-frames-64;
	-webkit-animation-duration: 36528ms;
			animation-duration: 36528ms;
	-webkit-animation-delay: 36651ms;
			animation-delay: 36651ms;
  }
  @-webkit-keyframes move-frames-64 {
	from {
	  transform: translate3d(35vw, 103vh, 0);
	}
	to {
	  transform: translate3d(30vw, -124vh, 0);
	}
  }
  @keyframes move-frames-64 {
	from {
	  transform: translate3d(35vw, 103vh, 0);
	}
	to {
	  transform: translate3d(30vw, -124vh, 0);
	}
  }
  .circle-container:nth-child(64) .circle {
	-webkit-animation-delay: 2460ms;
			animation-delay: 2460ms;
  }
  .circle-container:nth-child(65) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-65;
			animation-name: move-frames-65;
	-webkit-animation-duration: 34795ms;
			animation-duration: 34795ms;
	-webkit-animation-delay: 4755ms;
			animation-delay: 4755ms;
  }
  @-webkit-keyframes move-frames-65 {
	from {
	  transform: translate3d(90vw, 103vh, 0);
	}
	to {
	  transform: translate3d(19vw, -130vh, 0);
	}
  }
  @keyframes move-frames-65 {
	from {
	  transform: translate3d(90vw, 103vh, 0);
	}
	to {
	  transform: translate3d(19vw, -130vh, 0);
	}
  }
  .circle-container:nth-child(65) .circle {
	-webkit-animation-delay: 3737ms;
			animation-delay: 3737ms;
  }
  .circle-container:nth-child(66) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-66;
			animation-name: move-frames-66;
	-webkit-animation-duration: 33717ms;
			animation-duration: 33717ms;
	-webkit-animation-delay: 9140ms;
			animation-delay: 9140ms;
  }
  @-webkit-keyframes move-frames-66 {
	from {
	  transform: translate3d(97vw, 104vh, 0);
	}
	to {
	  transform: translate3d(14vw, -117vh, 0);
	}
  }
  @keyframes move-frames-66 {
	from {
	  transform: translate3d(97vw, 104vh, 0);
	}
	to {
	  transform: translate3d(14vw, -117vh, 0);
	}
  }
  .circle-container:nth-child(66) .circle {
	-webkit-animation-delay: 2697ms;
			animation-delay: 2697ms;
  }
  .circle-container:nth-child(67) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-67;
			animation-name: move-frames-67;
	-webkit-animation-duration: 31018ms;
			animation-duration: 31018ms;
	-webkit-animation-delay: 5160ms;
			animation-delay: 5160ms;
  }
  @-webkit-keyframes move-frames-67 {
	from {
	  transform: translate3d(8vw, 109vh, 0);
	}
	to {
	  transform: translate3d(66vw, -113vh, 0);
	}
  }
  @keyframes move-frames-67 {
	from {
	  transform: translate3d(8vw, 109vh, 0);
	}
	to {
	  transform: translate3d(66vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(67) .circle {
	-webkit-animation-delay: 411ms;
			animation-delay: 411ms;
  }
  .circle-container:nth-child(68) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-68;
			animation-name: move-frames-68;
	-webkit-animation-duration: 35487ms;
			animation-duration: 35487ms;
	-webkit-animation-delay: 4932ms;
			animation-delay: 4932ms;
  }
  @-webkit-keyframes move-frames-68 {
	from {
	  transform: translate3d(90vw, 103vh, 0);
	}
	to {
	  transform: translate3d(37vw, -115vh, 0);
	}
  }
  @keyframes move-frames-68 {
	from {
	  transform: translate3d(90vw, 103vh, 0);
	}
	to {
	  transform: translate3d(37vw, -115vh, 0);
	}
  }
  .circle-container:nth-child(68) .circle {
	-webkit-animation-delay: 1097ms;
			animation-delay: 1097ms;
  }
  .circle-container:nth-child(69) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-69;
			animation-name: move-frames-69;
	-webkit-animation-duration: 29349ms;
			animation-duration: 29349ms;
	-webkit-animation-delay: 22026ms;
			animation-delay: 22026ms;
  }
  @-webkit-keyframes move-frames-69 {
	from {
	  transform: translate3d(34vw, 108vh, 0);
	}
	to {
	  transform: translate3d(70vw, -127vh, 0);
	}
  }
  @keyframes move-frames-69 {
	from {
	  transform: translate3d(34vw, 108vh, 0);
	}
	to {
	  transform: translate3d(70vw, -127vh, 0);
	}
  }
  .circle-container:nth-child(69) .circle {
	-webkit-animation-delay: 3072ms;
			animation-delay: 3072ms;
  }
  .circle-container:nth-child(70) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-70;
			animation-name: move-frames-70;
	-webkit-animation-duration: 34967ms;
			animation-duration: 34967ms;
	-webkit-animation-delay: 23801ms;
			animation-delay: 23801ms;
  }
  @-webkit-keyframes move-frames-70 {
	from {
	  transform: translate3d(54vw, 106vh, 0);
	}
	to {
	  transform: translate3d(30vw, -109vh, 0);
	}
  }
  @keyframes move-frames-70 {
	from {
	  transform: translate3d(54vw, 106vh, 0);
	}
	to {
	  transform: translate3d(30vw, -109vh, 0);
	}
  }
  .circle-container:nth-child(70) .circle {
	-webkit-animation-delay: 2452ms;
			animation-delay: 2452ms;
  }
  .circle-container:nth-child(71) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-71;
			animation-name: move-frames-71;
	-webkit-animation-duration: 36672ms;
			animation-duration: 36672ms;
	-webkit-animation-delay: 12545ms;
			animation-delay: 12545ms;
  }
  @-webkit-keyframes move-frames-71 {
	from {
	  transform: translate3d(74vw, 104vh, 0);
	}
	to {
	  transform: translate3d(67vw, -132vh, 0);
	}
  }
  @keyframes move-frames-71 {
	from {
	  transform: translate3d(74vw, 104vh, 0);
	}
	to {
	  transform: translate3d(67vw, -132vh, 0);
	}
  }
  .circle-container:nth-child(71) .circle {
	-webkit-animation-delay: 3196ms;
			animation-delay: 3196ms;
  }
  .circle-container:nth-child(72) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-72;
			animation-name: move-frames-72;
	-webkit-animation-duration: 33133ms;
			animation-duration: 33133ms;
	-webkit-animation-delay: 22113ms;
			animation-delay: 22113ms;
  }
  @-webkit-keyframes move-frames-72 {
	from {
	  transform: translate3d(91vw, 108vh, 0);
	}
	to {
	  transform: translate3d(100vw, -109vh, 0);
	}
  }
  @keyframes move-frames-72 {
	from {
	  transform: translate3d(91vw, 108vh, 0);
	}
	to {
	  transform: translate3d(100vw, -109vh, 0);
	}
  }
  .circle-container:nth-child(72) .circle {
	-webkit-animation-delay: 280ms;
			animation-delay: 280ms;
  }
  .circle-container:nth-child(73) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-73;
			animation-name: move-frames-73;
	-webkit-animation-duration: 34414ms;
			animation-duration: 34414ms;
	-webkit-animation-delay: 4947ms;
			animation-delay: 4947ms;
  }
  @-webkit-keyframes move-frames-73 {
	from {
	  transform: translate3d(60vw, 105vh, 0);
	}
	to {
	  transform: translate3d(64vw, -119vh, 0);
	}
  }
  @keyframes move-frames-73 {
	from {
	  transform: translate3d(60vw, 105vh, 0);
	}
	to {
	  transform: translate3d(64vw, -119vh, 0);
	}
  }
  .circle-container:nth-child(73) .circle {
	-webkit-animation-delay: 969ms;
			animation-delay: 969ms;
  }
  .circle-container:nth-child(74) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-74;
			animation-name: move-frames-74;
	-webkit-animation-duration: 35618ms;
			animation-duration: 35618ms;
	-webkit-animation-delay: 17024ms;
			animation-delay: 17024ms;
  }
  @-webkit-keyframes move-frames-74 {
	from {
	  transform: translate3d(41vw, 104vh, 0);
	}
	to {
	  transform: translate3d(7vw, -134vh, 0);
	}
  }
  @keyframes move-frames-74 {
	from {
	  transform: translate3d(41vw, 104vh, 0);
	}
	to {
	  transform: translate3d(7vw, -134vh, 0);
	}
  }
  .circle-container:nth-child(74) .circle {
	-webkit-animation-delay: 246ms;
			animation-delay: 246ms;
  }
  .circle-container:nth-child(75) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-75;
			animation-name: move-frames-75;
	-webkit-animation-duration: 30658ms;
			animation-duration: 30658ms;
	-webkit-animation-delay: 2308ms;
			animation-delay: 2308ms;
  }
  @-webkit-keyframes move-frames-75 {
	from {
	  transform: translate3d(76vw, 103vh, 0);
	}
	to {
	  transform: translate3d(60vw, -118vh, 0);
	}
  }
  @keyframes move-frames-75 {
	from {
	  transform: translate3d(76vw, 103vh, 0);
	}
	to {
	  transform: translate3d(60vw, -118vh, 0);
	}
  }
  .circle-container:nth-child(75) .circle {
	-webkit-animation-delay: 3301ms;
			animation-delay: 3301ms;
  }
  .circle-container:nth-child(76) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-76;
			animation-name: move-frames-76;
	-webkit-animation-duration: 29950ms;
			animation-duration: 29950ms;
	-webkit-animation-delay: 36167ms;
			animation-delay: 36167ms;
  }
  @-webkit-keyframes move-frames-76 {
	from {
	  transform: translate3d(25vw, 110vh, 0);
	}
	to {
	  transform: translate3d(37vw, -121vh, 0);
	}
  }
  @keyframes move-frames-76 {
	from {
	  transform: translate3d(25vw, 110vh, 0);
	}
	to {
	  transform: translate3d(37vw, -121vh, 0);
	}
  }
  .circle-container:nth-child(76) .circle {
	-webkit-animation-delay: 1580ms;
			animation-delay: 1580ms;
  }
  .circle-container:nth-child(77) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-77;
			animation-name: move-frames-77;
	-webkit-animation-duration: 36944ms;
			animation-duration: 36944ms;
	-webkit-animation-delay: 31359ms;
			animation-delay: 31359ms;
  }
  @-webkit-keyframes move-frames-77 {
	from {
	  transform: translate3d(78vw, 103vh, 0);
	}
	to {
	  transform: translate3d(72vw, -133vh, 0);
	}
  }
  @keyframes move-frames-77 {
	from {
	  transform: translate3d(78vw, 103vh, 0);
	}
	to {
	  transform: translate3d(72vw, -133vh, 0);
	}
  }
  .circle-container:nth-child(77) .circle {
	-webkit-animation-delay: 3206ms;
			animation-delay: 3206ms;
  }
  .circle-container:nth-child(78) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-78;
			animation-name: move-frames-78;
	-webkit-animation-duration: 36219ms;
			animation-duration: 36219ms;
	-webkit-animation-delay: 28534ms;
			animation-delay: 28534ms;
  }
  @-webkit-keyframes move-frames-78 {
	from {
	  transform: translate3d(31vw, 105vh, 0);
	}
	to {
	  transform: translate3d(12vw, -131vh, 0);
	}
  }
  @keyframes move-frames-78 {
	from {
	  transform: translate3d(31vw, 105vh, 0);
	}
	to {
	  transform: translate3d(12vw, -131vh, 0);
	}
  }
  .circle-container:nth-child(78) .circle {
	-webkit-animation-delay: 1704ms;
			animation-delay: 1704ms;
  }
  .circle-container:nth-child(79) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-79;
			animation-name: move-frames-79;
	-webkit-animation-duration: 34910ms;
			animation-duration: 34910ms;
	-webkit-animation-delay: 31259ms;
			animation-delay: 31259ms;
  }
  @-webkit-keyframes move-frames-79 {
	from {
	  transform: translate3d(31vw, 101vh, 0);
	}
	to {
	  transform: translate3d(77vw, -124vh, 0);
	}
  }
  @keyframes move-frames-79 {
	from {
	  transform: translate3d(31vw, 101vh, 0);
	}
	to {
	  transform: translate3d(77vw, -124vh, 0);
	}
  }
  .circle-container:nth-child(79) .circle {
	-webkit-animation-delay: 2496ms;
			animation-delay: 2496ms;
  }
  .circle-container:nth-child(80) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-80;
			animation-name: move-frames-80;
	-webkit-animation-duration: 32416ms;
			animation-duration: 32416ms;
	-webkit-animation-delay: 7807ms;
			animation-delay: 7807ms;
  }
  @-webkit-keyframes move-frames-80 {
	from {
	  transform: translate3d(3vw, 104vh, 0);
	}
	to {
	  transform: translate3d(3vw, -112vh, 0);
	}
  }
  @keyframes move-frames-80 {
	from {
	  transform: translate3d(3vw, 104vh, 0);
	}
	to {
	  transform: translate3d(3vw, -112vh, 0);
	}
  }
  .circle-container:nth-child(80) .circle {
	-webkit-animation-delay: 1363ms;
			animation-delay: 1363ms;
  }
  .circle-container:nth-child(81) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-81;
			animation-name: move-frames-81;
	-webkit-animation-duration: 35258ms;
			animation-duration: 35258ms;
	-webkit-animation-delay: 34612ms;
			animation-delay: 34612ms;
  }
  @-webkit-keyframes move-frames-81 {
	from {
	  transform: translate3d(78vw, 106vh, 0);
	}
	to {
	  transform: translate3d(26vw, -127vh, 0);
	}
  }
  @keyframes move-frames-81 {
	from {
	  transform: translate3d(78vw, 106vh, 0);
	}
	to {
	  transform: translate3d(26vw, -127vh, 0);
	}
  }
  .circle-container:nth-child(81) .circle {
	-webkit-animation-delay: 360ms;
			animation-delay: 360ms;
  }
  .circle-container:nth-child(82) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-82;
			animation-name: move-frames-82;
	-webkit-animation-duration: 28235ms;
			animation-duration: 28235ms;
	-webkit-animation-delay: 31974ms;
			animation-delay: 31974ms;
  }
  @-webkit-keyframes move-frames-82 {
	from {
	  transform: translate3d(49vw, 103vh, 0);
	}
	to {
	  transform: translate3d(77vw, -128vh, 0);
	}
  }
  @keyframes move-frames-82 {
	from {
	  transform: translate3d(49vw, 103vh, 0);
	}
	to {
	  transform: translate3d(77vw, -128vh, 0);
	}
  }
  .circle-container:nth-child(82) .circle {
	-webkit-animation-delay: 1475ms;
			animation-delay: 1475ms;
  }
  .circle-container:nth-child(83) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-83;
			animation-name: move-frames-83;
	-webkit-animation-duration: 33859ms;
			animation-duration: 33859ms;
	-webkit-animation-delay: 9574ms;
			animation-delay: 9574ms;
  }
  @-webkit-keyframes move-frames-83 {
	from {
	  transform: translate3d(55vw, 105vh, 0);
	}
	to {
	  transform: translate3d(59vw, -133vh, 0);
	}
  }
  @keyframes move-frames-83 {
	from {
	  transform: translate3d(55vw, 105vh, 0);
	}
	to {
	  transform: translate3d(59vw, -133vh, 0);
	}
  }
  .circle-container:nth-child(83) .circle {
	-webkit-animation-delay: 1520ms;
			animation-delay: 1520ms;
  }
  .circle-container:nth-child(84) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-84;
			animation-name: move-frames-84;
	-webkit-animation-duration: 31414ms;
			animation-duration: 31414ms;
	-webkit-animation-delay: 962ms;
			animation-delay: 962ms;
  }
  @-webkit-keyframes move-frames-84 {
	from {
	  transform: translate3d(3vw, 107vh, 0);
	}
	to {
	  transform: translate3d(63vw, -137vh, 0);
	}
  }
  @keyframes move-frames-84 {
	from {
	  transform: translate3d(3vw, 107vh, 0);
	}
	to {
	  transform: translate3d(63vw, -137vh, 0);
	}
  }
  .circle-container:nth-child(84) .circle {
	-webkit-animation-delay: 1763ms;
			animation-delay: 1763ms;
  }
  .circle-container:nth-child(85) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-85;
			animation-name: move-frames-85;
	-webkit-animation-duration: 33119ms;
			animation-duration: 33119ms;
	-webkit-animation-delay: 21824ms;
			animation-delay: 21824ms;
  }
  @-webkit-keyframes move-frames-85 {
	from {
	  transform: translate3d(56vw, 103vh, 0);
	}
	to {
	  transform: translate3d(50vw, -130vh, 0);
	}
  }
  @keyframes move-frames-85 {
	from {
	  transform: translate3d(56vw, 103vh, 0);
	}
	to {
	  transform: translate3d(50vw, -130vh, 0);
	}
  }
  .circle-container:nth-child(85) .circle {
	-webkit-animation-delay: 320ms;
			animation-delay: 320ms;
  }
  .circle-container:nth-child(86) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-86;
			animation-name: move-frames-86;
	-webkit-animation-duration: 36447ms;
			animation-duration: 36447ms;
	-webkit-animation-delay: 27342ms;
			animation-delay: 27342ms;
  }
  @-webkit-keyframes move-frames-86 {
	from {
	  transform: translate3d(94vw, 109vh, 0);
	}
	to {
	  transform: translate3d(11vw, -134vh, 0);
	}
  }
  @keyframes move-frames-86 {
	from {
	  transform: translate3d(94vw, 109vh, 0);
	}
	to {
	  transform: translate3d(11vw, -134vh, 0);
	}
  }
  .circle-container:nth-child(86) .circle {
	-webkit-animation-delay: 1310ms;
			animation-delay: 1310ms;
  }
  .circle-container:nth-child(87) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-87;
			animation-name: move-frames-87;
	-webkit-animation-duration: 34772ms;
			animation-duration: 34772ms;
	-webkit-animation-delay: 66ms;
			animation-delay: 66ms;
  }
  @-webkit-keyframes move-frames-87 {
	from {
	  transform: translate3d(77vw, 109vh, 0);
	}
	to {
	  transform: translate3d(98vw, -130vh, 0);
	}
  }
  @keyframes move-frames-87 {
	from {
	  transform: translate3d(77vw, 109vh, 0);
	}
	to {
	  transform: translate3d(98vw, -130vh, 0);
	}
  }
  .circle-container:nth-child(87) .circle {
	-webkit-animation-delay: 495ms;
			animation-delay: 495ms;
  }
  .circle-container:nth-child(88) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-88;
			animation-name: move-frames-88;
	-webkit-animation-duration: 36922ms;
			animation-duration: 36922ms;
	-webkit-animation-delay: 27236ms;
			animation-delay: 27236ms;
  }
  @-webkit-keyframes move-frames-88 {
	from {
	  transform: translate3d(80vw, 103vh, 0);
	}
	to {
	  transform: translate3d(88vw, -119vh, 0);
	}
  }
  @keyframes move-frames-88 {
	from {
	  transform: translate3d(80vw, 103vh, 0);
	}
	to {
	  transform: translate3d(88vw, -119vh, 0);
	}
  }
  .circle-container:nth-child(88) .circle {
	-webkit-animation-delay: 2031ms;
			animation-delay: 2031ms;
  }
  .circle-container:nth-child(89) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-89;
			animation-name: move-frames-89;
	-webkit-animation-duration: 34362ms;
			animation-duration: 34362ms;
	-webkit-animation-delay: 29360ms;
			animation-delay: 29360ms;
  }
  @-webkit-keyframes move-frames-89 {
	from {
	  transform: translate3d(26vw, 109vh, 0);
	}
	to {
	  transform: translate3d(91vw, -126vh, 0);
	}
  }
  @keyframes move-frames-89 {
	from {
	  transform: translate3d(26vw, 109vh, 0);
	}
	to {
	  transform: translate3d(91vw, -126vh, 0);
	}
  }
  .circle-container:nth-child(89) .circle {
	-webkit-animation-delay: 2439ms;
			animation-delay: 2439ms;
  }
  .circle-container:nth-child(90) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-90;
			animation-name: move-frames-90;
	-webkit-animation-duration: 28301ms;
			animation-duration: 28301ms;
	-webkit-animation-delay: 30987ms;
			animation-delay: 30987ms;
  }
  @-webkit-keyframes move-frames-90 {
	from {
	  transform: translate3d(75vw, 109vh, 0);
	}
	to {
	  transform: translate3d(81vw, -138vh, 0);
	}
  }
  @keyframes move-frames-90 {
	from {
	  transform: translate3d(75vw, 109vh, 0);
	}
	to {
	  transform: translate3d(81vw, -138vh, 0);
	}
  }
  .circle-container:nth-child(90) .circle {
	-webkit-animation-delay: 1341ms;
			animation-delay: 1341ms;
  }
  .circle-container:nth-child(91) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-91;
			animation-name: move-frames-91;
	-webkit-animation-duration: 36100ms;
			animation-duration: 36100ms;
	-webkit-animation-delay: 24109ms;
			animation-delay: 24109ms;
  }
  @-webkit-keyframes move-frames-91 {
	from {
	  transform: translate3d(22vw, 108vh, 0);
	}
	to {
	  transform: translate3d(57vw, -132vh, 0);
	}
  }
  @keyframes move-frames-91 {
	from {
	  transform: translate3d(22vw, 108vh, 0);
	}
	to {
	  transform: translate3d(57vw, -132vh, 0);
	}
  }
  .circle-container:nth-child(91) .circle {
	-webkit-animation-delay: 218ms;
			animation-delay: 218ms;
  }
  .circle-container:nth-child(92) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-92;
			animation-name: move-frames-92;
	-webkit-animation-duration: 35134ms;
			animation-duration: 35134ms;
	-webkit-animation-delay: 30821ms;
			animation-delay: 30821ms;
  }
  @-webkit-keyframes move-frames-92 {
	from {
	  transform: translate3d(38vw, 110vh, 0);
	}
	to {
	  transform: translate3d(97vw, -127vh, 0);
	}
  }
  @keyframes move-frames-92 {
	from {
	  transform: translate3d(38vw, 110vh, 0);
	}
	to {
	  transform: translate3d(97vw, -127vh, 0);
	}
  }
  .circle-container:nth-child(92) .circle {
	-webkit-animation-delay: 1454ms;
			animation-delay: 1454ms;
  }
  .circle-container:nth-child(93) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-93;
			animation-name: move-frames-93;
	-webkit-animation-duration: 33682ms;
			animation-duration: 33682ms;
	-webkit-animation-delay: 20546ms;
			animation-delay: 20546ms;
  }
  @-webkit-keyframes move-frames-93 {
	from {
	  transform: translate3d(91vw, 107vh, 0);
	}
	to {
	  transform: translate3d(84vw, -132vh, 0);
	}
  }
  @keyframes move-frames-93 {
	from {
	  transform: translate3d(91vw, 107vh, 0);
	}
	to {
	  transform: translate3d(84vw, -132vh, 0);
	}
  }
  .circle-container:nth-child(93) .circle {
	-webkit-animation-delay: 2001ms;
			animation-delay: 2001ms;
  }
  .circle-container:nth-child(94) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-94;
			animation-name: move-frames-94;
	-webkit-animation-duration: 32897ms;
			animation-duration: 32897ms;
	-webkit-animation-delay: 26503ms;
			animation-delay: 26503ms;
  }
  @-webkit-keyframes move-frames-94 {
	from {
	  transform: translate3d(92vw, 106vh, 0);
	}
	to {
	  transform: translate3d(66vw, -122vh, 0);
	}
  }
  @keyframes move-frames-94 {
	from {
	  transform: translate3d(92vw, 106vh, 0);
	}
	to {
	  transform: translate3d(66vw, -122vh, 0);
	}
  }
  .circle-container:nth-child(94) .circle {
	-webkit-animation-delay: 2745ms;
			animation-delay: 2745ms;
  }
  .circle-container:nth-child(95) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-95;
			animation-name: move-frames-95;
	-webkit-animation-duration: 36878ms;
			animation-duration: 36878ms;
	-webkit-animation-delay: 36598ms;
			animation-delay: 36598ms;
  }
  @-webkit-keyframes move-frames-95 {
	from {
	  transform: translate3d(3vw, 107vh, 0);
	}
	to {
	  transform: translate3d(28vw, -127vh, 0);
	}
  }
  @keyframes move-frames-95 {
	from {
	  transform: translate3d(3vw, 107vh, 0);
	}
	to {
	  transform: translate3d(28vw, -127vh, 0);
	}
  }
  .circle-container:nth-child(95) .circle {
	-webkit-animation-delay: 1053ms;
			animation-delay: 1053ms;
  }
  .circle-container:nth-child(96) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-96;
			animation-name: move-frames-96;
	-webkit-animation-duration: 32513ms;
			animation-duration: 32513ms;
	-webkit-animation-delay: 36151ms;
			animation-delay: 36151ms;
  }
  @-webkit-keyframes move-frames-96 {
	from {
	  transform: translate3d(54vw, 102vh, 0);
	}
	to {
	  transform: translate3d(29vw, -119vh, 0);
	}
  }
  @keyframes move-frames-96 {
	from {
	  transform: translate3d(54vw, 102vh, 0);
	}
	to {
	  transform: translate3d(29vw, -119vh, 0);
	}
  }
  .circle-container:nth-child(96) .circle {
	-webkit-animation-delay: 1107ms;
			animation-delay: 1107ms;
  }
  .circle-container:nth-child(97) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-97;
			animation-name: move-frames-97;
	-webkit-animation-duration: 31760ms;
			animation-duration: 31760ms;
	-webkit-animation-delay: 23864ms;
			animation-delay: 23864ms;
  }
  @-webkit-keyframes move-frames-97 {
	from {
	  transform: translate3d(4vw, 104vh, 0);
	}
	to {
	  transform: translate3d(8vw, -133vh, 0);
	}
  }
  @keyframes move-frames-97 {
	from {
	  transform: translate3d(4vw, 104vh, 0);
	}
	to {
	  transform: translate3d(8vw, -133vh, 0);
	}
  }
  .circle-container:nth-child(97) .circle {
	-webkit-animation-delay: 3148ms;
			animation-delay: 3148ms;
  }
  .circle-container:nth-child(98) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-98;
			animation-name: move-frames-98;
	-webkit-animation-duration: 33177ms;
			animation-duration: 33177ms;
	-webkit-animation-delay: 3449ms;
			animation-delay: 3449ms;
  }
  @-webkit-keyframes move-frames-98 {
	from {
	  transform: translate3d(73vw, 106vh, 0);
	}
	to {
	  transform: translate3d(8vw, -136vh, 0);
	}
  }
  @keyframes move-frames-98 {
	from {
	  transform: translate3d(73vw, 106vh, 0);
	}
	to {
	  transform: translate3d(8vw, -136vh, 0);
	}
  }
  .circle-container:nth-child(98) .circle {
	-webkit-animation-delay: 3469ms;
			animation-delay: 3469ms;
  }
  .circle-container:nth-child(99) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-99;
			animation-name: move-frames-99;
	-webkit-animation-duration: 30902ms;
			animation-duration: 30902ms;
	-webkit-animation-delay: 18129ms;
			animation-delay: 18129ms;
  }
  @-webkit-keyframes move-frames-99 {
	from {
	  transform: translate3d(66vw, 104vh, 0);
	}
	to {
	  transform: translate3d(52vw, -130vh, 0);
	}
  }
  @keyframes move-frames-99 {
	from {
	  transform: translate3d(66vw, 104vh, 0);
	}
	to {
	  transform: translate3d(52vw, -130vh, 0);
	}
  }
  .circle-container:nth-child(99) .circle {
	-webkit-animation-delay: 2929ms;
			animation-delay: 2929ms;
  }
  .circle-container:nth-child(100) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-100;
			animation-name: move-frames-100;
	-webkit-animation-duration: 32054ms;
			animation-duration: 32054ms;
	-webkit-animation-delay: 1998ms;
			animation-delay: 1998ms;
  }
  @-webkit-keyframes move-frames-100 {
	from {
	  transform: translate3d(75vw, 107vh, 0);
	}
	to {
	  transform: translate3d(58vw, -119vh, 0);
	}
  }
  @keyframes move-frames-100 {
	from {
	  transform: translate3d(75vw, 107vh, 0);
	}
	to {
	  transform: translate3d(58vw, -119vh, 0);
	}
  }
  .circle-container:nth-child(100) .circle {
	-webkit-animation-delay: 1456ms;
			animation-delay: 1456ms;
  }
  .circle-container:nth-child(101) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-101;
			animation-name: move-frames-101;
	-webkit-animation-duration: 30176ms;
			animation-duration: 30176ms;
	-webkit-animation-delay: 11838ms;
			animation-delay: 11838ms;
  }
  @-webkit-keyframes move-frames-101 {
	from {
	  transform: translate3d(90vw, 110vh, 0);
	}
	to {
	  transform: translate3d(55vw, -120vh, 0);
	}
  }
  @keyframes move-frames-101 {
	from {
	  transform: translate3d(90vw, 110vh, 0);
	}
	to {
	  transform: translate3d(55vw, -120vh, 0);
	}
  }
  .circle-container:nth-child(101) .circle {
	-webkit-animation-delay: 2637ms;
			animation-delay: 2637ms;
  }
  .circle-container:nth-child(102) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-102;
			animation-name: move-frames-102;
	-webkit-animation-duration: 33885ms;
			animation-duration: 33885ms;
	-webkit-animation-delay: 4803ms;
			animation-delay: 4803ms;
  }
  @-webkit-keyframes move-frames-102 {
	from {
	  transform: translate3d(53vw, 101vh, 0);
	}
	to {
	  transform: translate3d(78vw, -121vh, 0);
	}
  }
  @keyframes move-frames-102 {
	from {
	  transform: translate3d(53vw, 101vh, 0);
	}
	to {
	  transform: translate3d(78vw, -121vh, 0);
	}
  }
  .circle-container:nth-child(102) .circle {
	-webkit-animation-delay: 2553ms;
			animation-delay: 2553ms;
  }
  .circle-container:nth-child(103) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-103;
			animation-name: move-frames-103;
	-webkit-animation-duration: 30335ms;
			animation-duration: 30335ms;
	-webkit-animation-delay: 17587ms;
			animation-delay: 17587ms;
  }
  @-webkit-keyframes move-frames-103 {
	from {
	  transform: translate3d(44vw, 103vh, 0);
	}
	to {
	  transform: translate3d(4vw, -123vh, 0);
	}
  }
  @keyframes move-frames-103 {
	from {
	  transform: translate3d(44vw, 103vh, 0);
	}
	to {
	  transform: translate3d(4vw, -123vh, 0);
	}
  }
  .circle-container:nth-child(103) .circle {
	-webkit-animation-delay: 3775ms;
			animation-delay: 3775ms;
  }
  .circle-container:nth-child(104) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-104;
			animation-name: move-frames-104;
	-webkit-animation-duration: 34194ms;
			animation-duration: 34194ms;
	-webkit-animation-delay: 21986ms;
			animation-delay: 21986ms;
  }
  @-webkit-keyframes move-frames-104 {
	from {
	  transform: translate3d(67vw, 105vh, 0);
	}
	to {
	  transform: translate3d(16vw, -112vh, 0);
	}
  }
  @keyframes move-frames-104 {
	from {
	  transform: translate3d(67vw, 105vh, 0);
	}
	to {
	  transform: translate3d(16vw, -112vh, 0);
	}
  }
  .circle-container:nth-child(104) .circle {
	-webkit-animation-delay: 1701ms;
			animation-delay: 1701ms;
  }
  .circle-container:nth-child(105) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-105;
			animation-name: move-frames-105;
	-webkit-animation-duration: 36781ms;
			animation-duration: 36781ms;
	-webkit-animation-delay: 9327ms;
			animation-delay: 9327ms;
  }
  @-webkit-keyframes move-frames-105 {
	from {
	  transform: translate3d(57vw, 106vh, 0);
	}
	to {
	  transform: translate3d(78vw, -116vh, 0);
	}
  }
  @keyframes move-frames-105 {
	from {
	  transform: translate3d(57vw, 106vh, 0);
	}
	to {
	  transform: translate3d(78vw, -116vh, 0);
	}
  }
  .circle-container:nth-child(105) .circle {
	-webkit-animation-delay: 77ms;
			animation-delay: 77ms;
  }
  .circle-container:nth-child(106) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-106;
			animation-name: move-frames-106;
	-webkit-animation-duration: 28971ms;
			animation-duration: 28971ms;
	-webkit-animation-delay: 4967ms;
			animation-delay: 4967ms;
  }
  @-webkit-keyframes move-frames-106 {
	from {
	  transform: translate3d(81vw, 109vh, 0);
	}
	to {
	  transform: translate3d(31vw, -131vh, 0);
	}
  }
  @keyframes move-frames-106 {
	from {
	  transform: translate3d(81vw, 109vh, 0);
	}
	to {
	  transform: translate3d(31vw, -131vh, 0);
	}
  }
  .circle-container:nth-child(106) .circle {
	-webkit-animation-delay: 2782ms;
			animation-delay: 2782ms;
  }
  .circle-container:nth-child(107) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-107;
			animation-name: move-frames-107;
	-webkit-animation-duration: 29164ms;
			animation-duration: 29164ms;
	-webkit-animation-delay: 13352ms;
			animation-delay: 13352ms;
  }
  @-webkit-keyframes move-frames-107 {
	from {
	  transform: translate3d(26vw, 106vh, 0);
	}
	to {
	  transform: translate3d(55vw, -110vh, 0);
	}
  }
  @keyframes move-frames-107 {
	from {
	  transform: translate3d(26vw, 106vh, 0);
	}
	to {
	  transform: translate3d(55vw, -110vh, 0);
	}
  }
  .circle-container:nth-child(107) .circle {
	-webkit-animation-delay: 2661ms;
			animation-delay: 2661ms;
  }
  .circle-container:nth-child(108) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-108;
			animation-name: move-frames-108;
	-webkit-animation-duration: 34516ms;
			animation-duration: 34516ms;
	-webkit-animation-delay: 28187ms;
			animation-delay: 28187ms;
  }
  @-webkit-keyframes move-frames-108 {
	from {
	  transform: translate3d(93vw, 105vh, 0);
	}
	to {
	  transform: translate3d(90vw, -126vh, 0);
	}
  }
  @keyframes move-frames-108 {
	from {
	  transform: translate3d(93vw, 105vh, 0);
	}
	to {
	  transform: translate3d(90vw, -126vh, 0);
	}
  }
  .circle-container:nth-child(108) .circle {
	-webkit-animation-delay: 1991ms;
			animation-delay: 1991ms;
  }
  .circle-container:nth-child(109) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-109;
			animation-name: move-frames-109;
	-webkit-animation-duration: 28831ms;
			animation-duration: 28831ms;
	-webkit-animation-delay: 32132ms;
			animation-delay: 32132ms;
  }
  @-webkit-keyframes move-frames-109 {
	from {
	  transform: translate3d(69vw, 108vh, 0);
	}
	to {
	  transform: translate3d(69vw, -109vh, 0);
	}
  }
  @keyframes move-frames-109 {
	from {
	  transform: translate3d(69vw, 108vh, 0);
	}
	to {
	  transform: translate3d(69vw, -109vh, 0);
	}
  }
  .circle-container:nth-child(109) .circle {
	-webkit-animation-delay: 60ms;
			animation-delay: 60ms;
  }
  .circle-container:nth-child(110) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-110;
			animation-name: move-frames-110;
	-webkit-animation-duration: 30795ms;
			animation-duration: 30795ms;
	-webkit-animation-delay: 17171ms;
			animation-delay: 17171ms;
  }
  @-webkit-keyframes move-frames-110 {
	from {
	  transform: translate3d(18vw, 103vh, 0);
	}
	to {
	  transform: translate3d(21vw, -105vh, 0);
	}
  }
  @keyframes move-frames-110 {
	from {
	  transform: translate3d(18vw, 103vh, 0);
	}
	to {
	  transform: translate3d(21vw, -105vh, 0);
	}
  }
  .circle-container:nth-child(110) .circle {
	-webkit-animation-delay: 1711ms;
			animation-delay: 1711ms;
  }
  .circle-container:nth-child(111) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-111;
			animation-name: move-frames-111;
	-webkit-animation-duration: 36465ms;
			animation-duration: 36465ms;
	-webkit-animation-delay: 19484ms;
			animation-delay: 19484ms;
  }
  @-webkit-keyframes move-frames-111 {
	from {
	  transform: translate3d(82vw, 106vh, 0);
	}
	to {
	  transform: translate3d(91vw, -130vh, 0);
	}
  }
  @keyframes move-frames-111 {
	from {
	  transform: translate3d(82vw, 106vh, 0);
	}
	to {
	  transform: translate3d(91vw, -130vh, 0);
	}
  }
  .circle-container:nth-child(111) .circle {
	-webkit-animation-delay: 1991ms;
			animation-delay: 1991ms;
  }
  .circle-container:nth-child(112) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-112;
			animation-name: move-frames-112;
	-webkit-animation-duration: 29678ms;
			animation-duration: 29678ms;
	-webkit-animation-delay: 6639ms;
			animation-delay: 6639ms;
  }
  @-webkit-keyframes move-frames-112 {
	from {
	  transform: translate3d(67vw, 102vh, 0);
	}
	to {
	  transform: translate3d(15vw, -105vh, 0);
	}
  }
  @keyframes move-frames-112 {
	from {
	  transform: translate3d(67vw, 102vh, 0);
	}
	to {
	  transform: translate3d(15vw, -105vh, 0);
	}
  }
  .circle-container:nth-child(112) .circle {
	-webkit-animation-delay: 1910ms;
			animation-delay: 1910ms;
  }
  .circle-container:nth-child(113) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-113;
			animation-name: move-frames-113;
	-webkit-animation-duration: 29612ms;
			animation-duration: 29612ms;
	-webkit-animation-delay: 36192ms;
			animation-delay: 36192ms;
  }
  @-webkit-keyframes move-frames-113 {
	from {
	  transform: translate3d(25vw, 106vh, 0);
	}
	to {
	  transform: translate3d(11vw, -129vh, 0);
	}
  }
  @keyframes move-frames-113 {
	from {
	  transform: translate3d(25vw, 106vh, 0);
	}
	to {
	  transform: translate3d(11vw, -129vh, 0);
	}
  }
  .circle-container:nth-child(113) .circle {
	-webkit-animation-delay: 2998ms;
			animation-delay: 2998ms;
  }
  .circle-container:nth-child(114) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-114;
			animation-name: move-frames-114;
	-webkit-animation-duration: 28837ms;
			animation-duration: 28837ms;
	-webkit-animation-delay: 20178ms;
			animation-delay: 20178ms;
  }
  @-webkit-keyframes move-frames-114 {
	from {
	  transform: translate3d(56vw, 106vh, 0);
	}
	to {
	  transform: translate3d(75vw, -108vh, 0);
	}
  }
  @keyframes move-frames-114 {
	from {
	  transform: translate3d(56vw, 106vh, 0);
	}
	to {
	  transform: translate3d(75vw, -108vh, 0);
	}
  }
  .circle-container:nth-child(114) .circle {
	-webkit-animation-delay: 1829ms;
			animation-delay: 1829ms;
  }
  .circle-container:nth-child(115) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-115;
			animation-name: move-frames-115;
	-webkit-animation-duration: 31326ms;
			animation-duration: 31326ms;
	-webkit-animation-delay: 4433ms;
			animation-delay: 4433ms;
  }
  @-webkit-keyframes move-frames-115 {
	from {
	  transform: translate3d(98vw, 101vh, 0);
	}
	to {
	  transform: translate3d(36vw, -129vh, 0);
	}
  }
  @keyframes move-frames-115 {
	from {
	  transform: translate3d(98vw, 101vh, 0);
	}
	to {
	  transform: translate3d(36vw, -129vh, 0);
	}
  }
  .circle-container:nth-child(115) .circle {
	-webkit-animation-delay: 4ms;
			animation-delay: 4ms;
  }
  .circle-container:nth-child(116) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-116;
			animation-name: move-frames-116;
	-webkit-animation-duration: 35325ms;
			animation-duration: 35325ms;
	-webkit-animation-delay: 7926ms;
			animation-delay: 7926ms;
  }
  @-webkit-keyframes move-frames-116 {
	from {
	  transform: translate3d(25vw, 105vh, 0);
	}
	to {
	  transform: translate3d(70vw, -131vh, 0);
	}
  }
  @keyframes move-frames-116 {
	from {
	  transform: translate3d(25vw, 105vh, 0);
	}
	to {
	  transform: translate3d(70vw, -131vh, 0);
	}
  }
  .circle-container:nth-child(116) .circle {
	-webkit-animation-delay: 1975ms;
			animation-delay: 1975ms;
  }
  .circle-container:nth-child(117) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-117;
			animation-name: move-frames-117;
	-webkit-animation-duration: 28396ms;
			animation-duration: 28396ms;
	-webkit-animation-delay: 5865ms;
			animation-delay: 5865ms;
  }
  @-webkit-keyframes move-frames-117 {
	from {
	  transform: translate3d(55vw, 106vh, 0);
	}
	to {
	  transform: translate3d(34vw, -134vh, 0);
	}
  }
  @keyframes move-frames-117 {
	from {
	  transform: translate3d(55vw, 106vh, 0);
	}
	to {
	  transform: translate3d(34vw, -134vh, 0);
	}
  }
  .circle-container:nth-child(117) .circle {
	-webkit-animation-delay: 1080ms;
			animation-delay: 1080ms;
  }
  .circle-container:nth-child(118) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-118;
			animation-name: move-frames-118;
	-webkit-animation-duration: 29555ms;
			animation-duration: 29555ms;
	-webkit-animation-delay: 3064ms;
			animation-delay: 3064ms;
  }
  @-webkit-keyframes move-frames-118 {
	from {
	  transform: translate3d(2vw, 104vh, 0);
	}
	to {
	  transform: translate3d(91vw, -134vh, 0);
	}
  }
  @keyframes move-frames-118 {
	from {
	  transform: translate3d(2vw, 104vh, 0);
	}
	to {
	  transform: translate3d(91vw, -134vh, 0);
	}
  }
  .circle-container:nth-child(118) .circle {
	-webkit-animation-delay: 2095ms;
			animation-delay: 2095ms;
  }
  .circle-container:nth-child(119) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-119;
			animation-name: move-frames-119;
	-webkit-animation-duration: 32762ms;
			animation-duration: 32762ms;
	-webkit-animation-delay: 22500ms;
			animation-delay: 22500ms;
  }
  @-webkit-keyframes move-frames-119 {
	from {
	  transform: translate3d(17vw, 108vh, 0);
	}
	to {
	  transform: translate3d(70vw, -113vh, 0);
	}
  }
  @keyframes move-frames-119 {
	from {
	  transform: translate3d(17vw, 108vh, 0);
	}
	to {
	  transform: translate3d(70vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(119) .circle {
	-webkit-animation-delay: 1386ms;
			animation-delay: 1386ms;
  }
  .circle-container:nth-child(120) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-120;
			animation-name: move-frames-120;
	-webkit-animation-duration: 31318ms;
			animation-duration: 31318ms;
	-webkit-animation-delay: 30124ms;
			animation-delay: 30124ms;
  }
  @-webkit-keyframes move-frames-120 {
	from {
	  transform: translate3d(42vw, 109vh, 0);
	}
	to {
	  transform: translate3d(98vw, -135vh, 0);
	}
  }
  @keyframes move-frames-120 {
	from {
	  transform: translate3d(42vw, 109vh, 0);
	}
	to {
	  transform: translate3d(98vw, -135vh, 0);
	}
  }
  .circle-container:nth-child(120) .circle {
	-webkit-animation-delay: 1144ms;
			animation-delay: 1144ms;
  }
  .circle-container:nth-child(121) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-121;
			animation-name: move-frames-121;
	-webkit-animation-duration: 35357ms;
			animation-duration: 35357ms;
	-webkit-animation-delay: 36035ms;
			animation-delay: 36035ms;
  }
  @-webkit-keyframes move-frames-121 {
	from {
	  transform: translate3d(95vw, 107vh, 0);
	}
	to {
	  transform: translate3d(82vw, -130vh, 0);
	}
  }
  @keyframes move-frames-121 {
	from {
	  transform: translate3d(95vw, 107vh, 0);
	}
	to {
	  transform: translate3d(82vw, -130vh, 0);
	}
  }
  .circle-container:nth-child(121) .circle {
	-webkit-animation-delay: 3158ms;
			animation-delay: 3158ms;
  }
  .circle-container:nth-child(122) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-122;
			animation-name: move-frames-122;
	-webkit-animation-duration: 31453ms;
			animation-duration: 31453ms;
	-webkit-animation-delay: 36115ms;
			animation-delay: 36115ms;
  }
  @-webkit-keyframes move-frames-122 {
	from {
	  transform: translate3d(39vw, 108vh, 0);
	}
	to {
	  transform: translate3d(90vw, -128vh, 0);
	}
  }
  @keyframes move-frames-122 {
	from {
	  transform: translate3d(39vw, 108vh, 0);
	}
	to {
	  transform: translate3d(90vw, -128vh, 0);
	}
  }
  .circle-container:nth-child(122) .circle {
	-webkit-animation-delay: 3697ms;
			animation-delay: 3697ms;
  }
  .circle-container:nth-child(123) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-123;
			animation-name: move-frames-123;
	-webkit-animation-duration: 34835ms;
			animation-duration: 34835ms;
	-webkit-animation-delay: 21243ms;
			animation-delay: 21243ms;
  }
  @-webkit-keyframes move-frames-123 {
	from {
	  transform: translate3d(95vw, 102vh, 0);
	}
	to {
	  transform: translate3d(10vw, -130vh, 0);
	}
  }
  @keyframes move-frames-123 {
	from {
	  transform: translate3d(95vw, 102vh, 0);
	}
	to {
	  transform: translate3d(10vw, -130vh, 0);
	}
  }
  .circle-container:nth-child(123) .circle {
	-webkit-animation-delay: 2395ms;
			animation-delay: 2395ms;
  }
  .circle-container:nth-child(124) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-124;
			animation-name: move-frames-124;
	-webkit-animation-duration: 36300ms;
			animation-duration: 36300ms;
	-webkit-animation-delay: 8425ms;
			animation-delay: 8425ms;
  }
  @-webkit-keyframes move-frames-124 {
	from {
	  transform: translate3d(26vw, 107vh, 0);
	}
	to {
	  transform: translate3d(85vw, -135vh, 0);
	}
  }
  @keyframes move-frames-124 {
	from {
	  transform: translate3d(26vw, 107vh, 0);
	}
	to {
	  transform: translate3d(85vw, -135vh, 0);
	}
  }
  .circle-container:nth-child(124) .circle {
	-webkit-animation-delay: 2088ms;
			animation-delay: 2088ms;
  }
  .circle-container:nth-child(125) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-125;
			animation-name: move-frames-125;
	-webkit-animation-duration: 36757ms;
			animation-duration: 36757ms;
	-webkit-animation-delay: 5795ms;
			animation-delay: 5795ms;
  }
  @-webkit-keyframes move-frames-125 {
	from {
	  transform: translate3d(93vw, 101vh, 0);
	}
	to {
	  transform: translate3d(39vw, -117vh, 0);
	}
  }
  @keyframes move-frames-125 {
	from {
	  transform: translate3d(93vw, 101vh, 0);
	}
	to {
	  transform: translate3d(39vw, -117vh, 0);
	}
  }
  .circle-container:nth-child(125) .circle {
	-webkit-animation-delay: 1805ms;
			animation-delay: 1805ms;
  }
  .circle-container:nth-child(126) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-126;
			animation-name: move-frames-126;
	-webkit-animation-duration: 33764ms;
			animation-duration: 33764ms;
	-webkit-animation-delay: 2990ms;
			animation-delay: 2990ms;
  }
  @-webkit-keyframes move-frames-126 {
	from {
	  transform: translate3d(47vw, 101vh, 0);
	}
	to {
	  transform: translate3d(1vw, -113vh, 0);
	}
  }
  @keyframes move-frames-126 {
	from {
	  transform: translate3d(47vw, 101vh, 0);
	}
	to {
	  transform: translate3d(1vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(126) .circle {
	-webkit-animation-delay: 3446ms;
			animation-delay: 3446ms;
  }
  .circle-container:nth-child(127) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-127;
			animation-name: move-frames-127;
	-webkit-animation-duration: 32653ms;
			animation-duration: 32653ms;
	-webkit-animation-delay: 3151ms;
			animation-delay: 3151ms;
  }
  @-webkit-keyframes move-frames-127 {
	from {
	  transform: translate3d(56vw, 106vh, 0);
	}
	to {
	  transform: translate3d(73vw, -126vh, 0);
	}
  }
  @keyframes move-frames-127 {
	from {
	  transform: translate3d(56vw, 106vh, 0);
	}
	to {
	  transform: translate3d(73vw, -126vh, 0);
	}
  }
  .circle-container:nth-child(127) .circle {
	-webkit-animation-delay: 1301ms;
			animation-delay: 1301ms;
  }
  .circle-container:nth-child(128) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-128;
			animation-name: move-frames-128;
	-webkit-animation-duration: 33325ms;
			animation-duration: 33325ms;
	-webkit-animation-delay: 9631ms;
			animation-delay: 9631ms;
  }
  @-webkit-keyframes move-frames-128 {
	from {
	  transform: translate3d(52vw, 106vh, 0);
	}
	to {
	  transform: translate3d(22vw, -113vh, 0);
	}
  }
  @keyframes move-frames-128 {
	from {
	  transform: translate3d(52vw, 106vh, 0);
	}
	to {
	  transform: translate3d(22vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(128) .circle {
	-webkit-animation-delay: 3854ms;
			animation-delay: 3854ms;
  }
  .circle-container:nth-child(129) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-129;
			animation-name: move-frames-129;
	-webkit-animation-duration: 32840ms;
			animation-duration: 32840ms;
	-webkit-animation-delay: 36342ms;
			animation-delay: 36342ms;
  }
  @-webkit-keyframes move-frames-129 {
	from {
	  transform: translate3d(21vw, 110vh, 0);
	}
	to {
	  transform: translate3d(87vw, -113vh, 0);
	}
  }
  @keyframes move-frames-129 {
	from {
	  transform: translate3d(21vw, 110vh, 0);
	}
	to {
	  transform: translate3d(87vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(129) .circle {
	-webkit-animation-delay: 1622ms;
			animation-delay: 1622ms;
  }
  .circle-container:nth-child(130) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-130;
			animation-name: move-frames-130;
	-webkit-animation-duration: 30852ms;
			animation-duration: 30852ms;
	-webkit-animation-delay: 21993ms;
			animation-delay: 21993ms;
  }
  @-webkit-keyframes move-frames-130 {
	from {
	  transform: translate3d(15vw, 108vh, 0);
	}
	to {
	  transform: translate3d(42vw, -113vh, 0);
	}
  }
  @keyframes move-frames-130 {
	from {
	  transform: translate3d(15vw, 108vh, 0);
	}
	to {
	  transform: translate3d(42vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(130) .circle {
	-webkit-animation-delay: 1371ms;
			animation-delay: 1371ms;
  }
  .circle-container:nth-child(131) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-131;
			animation-name: move-frames-131;
	-webkit-animation-duration: 36432ms;
			animation-duration: 36432ms;
	-webkit-animation-delay: 16463ms;
			animation-delay: 16463ms;
  }
  @-webkit-keyframes move-frames-131 {
	from {
	  transform: translate3d(21vw, 101vh, 0);
	}
	to {
	  transform: translate3d(67vw, -121vh, 0);
	}
  }
  @keyframes move-frames-131 {
	from {
	  transform: translate3d(21vw, 101vh, 0);
	}
	to {
	  transform: translate3d(67vw, -121vh, 0);
	}
  }
  .circle-container:nth-child(131) .circle {
	-webkit-animation-delay: 2553ms;
			animation-delay: 2553ms;
  }
  .circle-container:nth-child(132) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-132;
			animation-name: move-frames-132;
	-webkit-animation-duration: 30618ms;
			animation-duration: 30618ms;
	-webkit-animation-delay: 18924ms;
			animation-delay: 18924ms;
  }
  @-webkit-keyframes move-frames-132 {
	from {
	  transform: translate3d(95vw, 106vh, 0);
	}
	to {
	  transform: translate3d(15vw, -115vh, 0);
	}
  }
  @keyframes move-frames-132 {
	from {
	  transform: translate3d(95vw, 106vh, 0);
	}
	to {
	  transform: translate3d(15vw, -115vh, 0);
	}
  }
  .circle-container:nth-child(132) .circle {
	-webkit-animation-delay: 845ms;
			animation-delay: 845ms;
  }
  .circle-container:nth-child(133) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-133;
			animation-name: move-frames-133;
	-webkit-animation-duration: 29362ms;
			animation-duration: 29362ms;
	-webkit-animation-delay: 36344ms;
			animation-delay: 36344ms;
  }
  @-webkit-keyframes move-frames-133 {
	from {
	  transform: translate3d(4vw, 106vh, 0);
	}
	to {
	  transform: translate3d(90vw, -107vh, 0);
	}
  }
  @keyframes move-frames-133 {
	from {
	  transform: translate3d(4vw, 106vh, 0);
	}
	to {
	  transform: translate3d(90vw, -107vh, 0);
	}
  }
  .circle-container:nth-child(133) .circle {
	-webkit-animation-delay: 2717ms;
			animation-delay: 2717ms;
  }
  .circle-container:nth-child(134) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-134;
			animation-name: move-frames-134;
	-webkit-animation-duration: 33248ms;
			animation-duration: 33248ms;
	-webkit-animation-delay: 34909ms;
			animation-delay: 34909ms;
  }
  @-webkit-keyframes move-frames-134 {
	from {
	  transform: translate3d(44vw, 109vh, 0);
	}
	to {
	  transform: translate3d(79vw, -113vh, 0);
	}
  }
  @keyframes move-frames-134 {
	from {
	  transform: translate3d(44vw, 109vh, 0);
	}
	to {
	  transform: translate3d(79vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(134) .circle {
	-webkit-animation-delay: 787ms;
			animation-delay: 787ms;
  }
  .circle-container:nth-child(135) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-135;
			animation-name: move-frames-135;
	-webkit-animation-duration: 30655ms;
			animation-duration: 30655ms;
	-webkit-animation-delay: 25295ms;
			animation-delay: 25295ms;
  }
  @-webkit-keyframes move-frames-135 {
	from {
	  transform: translate3d(13vw, 104vh, 0);
	}
	to {
	  transform: translate3d(79vw, -127vh, 0);
	}
  }
  @keyframes move-frames-135 {
	from {
	  transform: translate3d(13vw, 104vh, 0);
	}
	to {
	  transform: translate3d(79vw, -127vh, 0);
	}
  }
  .circle-container:nth-child(135) .circle {
	-webkit-animation-delay: 3339ms;
			animation-delay: 3339ms;
  }
  .circle-container:nth-child(136) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-136;
			animation-name: move-frames-136;
	-webkit-animation-duration: 29691ms;
			animation-duration: 29691ms;
	-webkit-animation-delay: 6211ms;
			animation-delay: 6211ms;
  }
  @-webkit-keyframes move-frames-136 {
	from {
	  transform: translate3d(61vw, 106vh, 0);
	}
	to {
	  transform: translate3d(35vw, -133vh, 0);
	}
  }
  @keyframes move-frames-136 {
	from {
	  transform: translate3d(61vw, 106vh, 0);
	}
	to {
	  transform: translate3d(35vw, -133vh, 0);
	}
  }
  .circle-container:nth-child(136) .circle {
	-webkit-animation-delay: 2511ms;
			animation-delay: 2511ms;
  }
  .circle-container:nth-child(137) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-137;
			animation-name: move-frames-137;
	-webkit-animation-duration: 36194ms;
			animation-duration: 36194ms;
	-webkit-animation-delay: 36450ms;
			animation-delay: 36450ms;
  }
  @-webkit-keyframes move-frames-137 {
	from {
	  transform: translate3d(78vw, 102vh, 0);
	}
	to {
	  transform: translate3d(56vw, -131vh, 0);
	}
  }
  @keyframes move-frames-137 {
	from {
	  transform: translate3d(78vw, 102vh, 0);
	}
	to {
	  transform: translate3d(56vw, -131vh, 0);
	}
  }
  .circle-container:nth-child(137) .circle {
	-webkit-animation-delay: 3734ms;
			animation-delay: 3734ms;
  }
  .circle-container:nth-child(138) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-138;
			animation-name: move-frames-138;
	-webkit-animation-duration: 32143ms;
			animation-duration: 32143ms;
	-webkit-animation-delay: 13100ms;
			animation-delay: 13100ms;
  }
  @-webkit-keyframes move-frames-138 {
	from {
	  transform: translate3d(64vw, 102vh, 0);
	}
	to {
	  transform: translate3d(81vw, -113vh, 0);
	}
  }
  @keyframes move-frames-138 {
	from {
	  transform: translate3d(64vw, 102vh, 0);
	}
	to {
	  transform: translate3d(81vw, -113vh, 0);
	}
  }
  .circle-container:nth-child(138) .circle {
	-webkit-animation-delay: 1813ms;
			animation-delay: 1813ms;
  }
  .circle-container:nth-child(139) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-139;
			animation-name: move-frames-139;
	-webkit-animation-duration: 31128ms;
			animation-duration: 31128ms;
	-webkit-animation-delay: 33148ms;
			animation-delay: 33148ms;
  }
  @-webkit-keyframes move-frames-139 {
	from {
	  transform: translate3d(64vw, 110vh, 0);
	}
	to {
	  transform: translate3d(85vw, -115vh, 0);
	}
  }
  @keyframes move-frames-139 {
	from {
	  transform: translate3d(64vw, 110vh, 0);
	}
	to {
	  transform: translate3d(85vw, -115vh, 0);
	}
  }
  .circle-container:nth-child(139) .circle {
	-webkit-animation-delay: 1254ms;
			animation-delay: 1254ms;
  }
  .circle-container:nth-child(140) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-140;
			animation-name: move-frames-140;
	-webkit-animation-duration: 36903ms;
			animation-duration: 36903ms;
	-webkit-animation-delay: 14688ms;
			animation-delay: 14688ms;
  }
  @-webkit-keyframes move-frames-140 {
	from {
	  transform: translate3d(20vw, 105vh, 0);
	}
	to {
	  transform: translate3d(48vw, -126vh, 0);
	}
  }
  @keyframes move-frames-140 {
	from {
	  transform: translate3d(20vw, 105vh, 0);
	}
	to {
	  transform: translate3d(48vw, -126vh, 0);
	}
  }
  .circle-container:nth-child(140) .circle {
	-webkit-animation-delay: 1483ms;
			animation-delay: 1483ms;
  }
  .circle-container:nth-child(141) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-141;
			animation-name: move-frames-141;
	-webkit-animation-duration: 32747ms;
			animation-duration: 32747ms;
	-webkit-animation-delay: 19548ms;
			animation-delay: 19548ms;
  }
  @-webkit-keyframes move-frames-141 {
	from {
	  transform: translate3d(84vw, 108vh, 0);
	}
	to {
	  transform: translate3d(65vw, -117vh, 0);
	}
  }
  @keyframes move-frames-141 {
	from {
	  transform: translate3d(84vw, 108vh, 0);
	}
	to {
	  transform: translate3d(65vw, -117vh, 0);
	}
  }
  .circle-container:nth-child(141) .circle {
	-webkit-animation-delay: 1123ms;
			animation-delay: 1123ms;
  }
  .circle-container:nth-child(142) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-142;
			animation-name: move-frames-142;
	-webkit-animation-duration: 30535ms;
			animation-duration: 30535ms;
	-webkit-animation-delay: 14036ms;
			animation-delay: 14036ms;
  }
  @-webkit-keyframes move-frames-142 {
	from {
	  transform: translate3d(75vw, 102vh, 0);
	}
	to {
	  transform: translate3d(1vw, -104vh, 0);
	}
  }
  @keyframes move-frames-142 {
	from {
	  transform: translate3d(75vw, 102vh, 0);
	}
	to {
	  transform: translate3d(1vw, -104vh, 0);
	}
  }
  .circle-container:nth-child(142) .circle {
	-webkit-animation-delay: 3980ms;
			animation-delay: 3980ms;
  }
  .circle-container:nth-child(143) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-143;
			animation-name: move-frames-143;
	-webkit-animation-duration: 35109ms;
			animation-duration: 35109ms;
	-webkit-animation-delay: 6323ms;
			animation-delay: 6323ms;
  }
  @-webkit-keyframes move-frames-143 {
	from {
	  transform: translate3d(93vw, 102vh, 0);
	}
	to {
	  transform: translate3d(7vw, -111vh, 0);
	}
  }
  @keyframes move-frames-143 {
	from {
	  transform: translate3d(93vw, 102vh, 0);
	}
	to {
	  transform: translate3d(7vw, -111vh, 0);
	}
  }
  .circle-container:nth-child(143) .circle {
	-webkit-animation-delay: 2438ms;
			animation-delay: 2438ms;
  }
  .circle-container:nth-child(144) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-144;
			animation-name: move-frames-144;
	-webkit-animation-duration: 29942ms;
			animation-duration: 29942ms;
	-webkit-animation-delay: 13079ms;
			animation-delay: 13079ms;
  }
  @-webkit-keyframes move-frames-144 {
	from {
	  transform: translate3d(94vw, 107vh, 0);
	}
	to {
	  transform: translate3d(14vw, -109vh, 0);
	}
  }
  @keyframes move-frames-144 {
	from {
	  transform: translate3d(94vw, 107vh, 0);
	}
	to {
	  transform: translate3d(14vw, -109vh, 0);
	}
  }
  .circle-container:nth-child(144) .circle {
	-webkit-animation-delay: 2055ms;
			animation-delay: 2055ms;
  }
  .circle-container:nth-child(145) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-145;
			animation-name: move-frames-145;
	-webkit-animation-duration: 30787ms;
			animation-duration: 30787ms;
	-webkit-animation-delay: 35862ms;
			animation-delay: 35862ms;
  }
  @-webkit-keyframes move-frames-145 {
	from {
	  transform: translate3d(9vw, 102vh, 0);
	}
	to {
	  transform: translate3d(96vw, -122vh, 0);
	}
  }
  @keyframes move-frames-145 {
	from {
	  transform: translate3d(9vw, 102vh, 0);
	}
	to {
	  transform: translate3d(96vw, -122vh, 0);
	}
  }
  .circle-container:nth-child(145) .circle {
	-webkit-animation-delay: 2473ms;
			animation-delay: 2473ms;
  }
  .circle-container:nth-child(146) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-146;
			animation-name: move-frames-146;
	-webkit-animation-duration: 28307ms;
			animation-duration: 28307ms;
	-webkit-animation-delay: 13474ms;
			animation-delay: 13474ms;
  }
  @-webkit-keyframes move-frames-146 {
	from {
	  transform: translate3d(79vw, 110vh, 0);
	}
	to {
	  transform: translate3d(65vw, -135vh, 0);
	}
  }
  @keyframes move-frames-146 {
	from {
	  transform: translate3d(79vw, 110vh, 0);
	}
	to {
	  transform: translate3d(65vw, -135vh, 0);
	}
  }
  .circle-container:nth-child(146) .circle {
	-webkit-animation-delay: 524ms;
			animation-delay: 524ms;
  }
  .circle-container:nth-child(147) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-147;
			animation-name: move-frames-147;
	-webkit-animation-duration: 28780ms;
			animation-duration: 28780ms;
	-webkit-animation-delay: 6541ms;
			animation-delay: 6541ms;
  }
  @-webkit-keyframes move-frames-147 {
	from {
	  transform: translate3d(49vw, 109vh, 0);
	}
	to {
	  transform: translate3d(92vw, -135vh, 0);
	}
  }
  @keyframes move-frames-147 {
	from {
	  transform: translate3d(49vw, 109vh, 0);
	}
	to {
	  transform: translate3d(92vw, -135vh, 0);
	}
  }
  .circle-container:nth-child(147) .circle {
	-webkit-animation-delay: 2262ms;
			animation-delay: 2262ms;
  }
  .circle-container:nth-child(148) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-148;
			animation-name: move-frames-148;
	-webkit-animation-duration: 34496ms;
			animation-duration: 34496ms;
	-webkit-animation-delay: 32989ms;
			animation-delay: 32989ms;
  }
  @-webkit-keyframes move-frames-148 {
	from {
	  transform: translate3d(7vw, 103vh, 0);
	}
	to {
	  transform: translate3d(17vw, -123vh, 0);
	}
  }
  @keyframes move-frames-148 {
	from {
	  transform: translate3d(7vw, 103vh, 0);
	}
	to {
	  transform: translate3d(17vw, -123vh, 0);
	}
  }
  .circle-container:nth-child(148) .circle {
	-webkit-animation-delay: 3917ms;
			animation-delay: 3917ms;
  }
  .circle-container:nth-child(149) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-149;
			animation-name: move-frames-149;
	-webkit-animation-duration: 31634ms;
			animation-duration: 31634ms;
	-webkit-animation-delay: 10340ms;
			animation-delay: 10340ms;
  }
  @-webkit-keyframes move-frames-149 {
	from {
	  transform: translate3d(50vw, 105vh, 0);
	}
	to {
	  transform: translate3d(55vw, -115vh, 0);
	}
  }
  @keyframes move-frames-149 {
	from {
	  transform: translate3d(50vw, 105vh, 0);
	}
	to {
	  transform: translate3d(55vw, -115vh, 0);
	}
  }
  .circle-container:nth-child(149) .circle {
	-webkit-animation-delay: 3228ms;
			animation-delay: 3228ms;
  }
  .circle-container:nth-child(150) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-150;
			animation-name: move-frames-150;
	-webkit-animation-duration: 34344ms;
			animation-duration: 34344ms;
	-webkit-animation-delay: 2484ms;
			animation-delay: 2484ms;
  }
  @-webkit-keyframes move-frames-150 {
	from {
	  transform: translate3d(53vw, 103vh, 0);
	}
	to {
	  transform: translate3d(68vw, -124vh, 0);
	}
  }
  @keyframes move-frames-150 {
	from {
	  transform: translate3d(53vw, 103vh, 0);
	}
	to {
	  transform: translate3d(68vw, -124vh, 0);
	}
  }
  .circle-container:nth-child(150) .circle {
	-webkit-animation-delay: 43ms;
			animation-delay: 43ms;
  }
  .circle-container:nth-child(151) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-151;
			animation-name: move-frames-151;
	-webkit-animation-duration: 36841ms;
			animation-duration: 36841ms;
	-webkit-animation-delay: 19862ms;
			animation-delay: 19862ms;
  }
  @-webkit-keyframes move-frames-151 {
	from {
	  transform: translate3d(37vw, 105vh, 0);
	}
	to {
	  transform: translate3d(39vw, -116vh, 0);
	}
  }
  @keyframes move-frames-151 {
	from {
	  transform: translate3d(37vw, 105vh, 0);
	}
	to {
	  transform: translate3d(39vw, -116vh, 0);
	}
  }
  .circle-container:nth-child(151) .circle {
	-webkit-animation-delay: 713ms;
			animation-delay: 713ms;
  }
  .circle-container:nth-child(152) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-152;
			animation-name: move-frames-152;
	-webkit-animation-duration: 36074ms;
			animation-duration: 36074ms;
	-webkit-animation-delay: 36847ms;
			animation-delay: 36847ms;
  }
  @-webkit-keyframes move-frames-152 {
	from {
	  transform: translate3d(47vw, 103vh, 0);
	}
	to {
	  transform: translate3d(11vw, -104vh, 0);
	}
  }
  @keyframes move-frames-152 {
	from {
	  transform: translate3d(47vw, 103vh, 0);
	}
	to {
	  transform: translate3d(11vw, -104vh, 0);
	}
  }
  .circle-container:nth-child(152) .circle {
	-webkit-animation-delay: 2361ms;
			animation-delay: 2361ms;
  }
  .circle-container:nth-child(153) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-153;
			animation-name: move-frames-153;
	-webkit-animation-duration: 35172ms;
			animation-duration: 35172ms;
	-webkit-animation-delay: 5012ms;
			animation-delay: 5012ms;
  }
  @-webkit-keyframes move-frames-153 {
	from {
	  transform: translate3d(80vw, 101vh, 0);
	}
	to {
	  transform: translate3d(15vw, -119vh, 0);
	}
  }
  @keyframes move-frames-153 {
	from {
	  transform: translate3d(80vw, 101vh, 0);
	}
	to {
	  transform: translate3d(15vw, -119vh, 0);
	}
  }
  .circle-container:nth-child(153) .circle {
	-webkit-animation-delay: 2513ms;
			animation-delay: 2513ms;
  }
  .circle-container:nth-child(154) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-154;
			animation-name: move-frames-154;
	-webkit-animation-duration: 30237ms;
			animation-duration: 30237ms;
	-webkit-animation-delay: 29197ms;
			animation-delay: 29197ms;
  }
  @-webkit-keyframes move-frames-154 {
	from {
	  transform: translate3d(40vw, 108vh, 0);
	}
	to {
	  transform: translate3d(31vw, -126vh, 0);
	}
  }
  @keyframes move-frames-154 {
	from {
	  transform: translate3d(40vw, 108vh, 0);
	}
	to {
	  transform: translate3d(31vw, -126vh, 0);
	}
  }
  .circle-container:nth-child(154) .circle {
	-webkit-animation-delay: 2474ms;
			animation-delay: 2474ms;
  }
  .circle-container:nth-child(155) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-155;
			animation-name: move-frames-155;
	-webkit-animation-duration: 35870ms;
			animation-duration: 35870ms;
	-webkit-animation-delay: 109ms;
			animation-delay: 109ms;
  }
  @-webkit-keyframes move-frames-155 {
	from {
	  transform: translate3d(69vw, 104vh, 0);
	}
	to {
	  transform: translate3d(50vw, -117vh, 0);
	}
  }
  @keyframes move-frames-155 {
	from {
	  transform: translate3d(69vw, 104vh, 0);
	}
	to {
	  transform: translate3d(50vw, -117vh, 0);
	}
  }
  .circle-container:nth-child(155) .circle {
	-webkit-animation-delay: 1445ms;
			animation-delay: 1445ms;
  }
  .circle-container:nth-child(156) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-156;
			animation-name: move-frames-156;
	-webkit-animation-duration: 35295ms;
			animation-duration: 35295ms;
	-webkit-animation-delay: 11819ms;
			animation-delay: 11819ms;
  }
  @-webkit-keyframes move-frames-156 {
	from {
	  transform: translate3d(28vw, 102vh, 0);
	}
	to {
	  transform: translate3d(100vw, -107vh, 0);
	}
  }
  @keyframes move-frames-156 {
	from {
	  transform: translate3d(28vw, 102vh, 0);
	}
	to {
	  transform: translate3d(100vw, -107vh, 0);
	}
  }
  .circle-container:nth-child(156) .circle {
	-webkit-animation-delay: 1680ms;
			animation-delay: 1680ms;
  }
  .circle-container:nth-child(157) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-157;
			animation-name: move-frames-157;
	-webkit-animation-duration: 28806ms;
			animation-duration: 28806ms;
	-webkit-animation-delay: 26168ms;
			animation-delay: 26168ms;
  }
  @-webkit-keyframes move-frames-157 {
	from {
	  transform: translate3d(87vw, 101vh, 0);
	}
	to {
	  transform: translate3d(41vw, -128vh, 0);
	}
  }
  @keyframes move-frames-157 {
	from {
	  transform: translate3d(87vw, 101vh, 0);
	}
	to {
	  transform: translate3d(41vw, -128vh, 0);
	}
  }
  .circle-container:nth-child(157) .circle {
	-webkit-animation-delay: 1619ms;
			animation-delay: 1619ms;
  }
  .circle-container:nth-child(158) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-158;
			animation-name: move-frames-158;
	-webkit-animation-duration: 30150ms;
			animation-duration: 30150ms;
	-webkit-animation-delay: 32080ms;
			animation-delay: 32080ms;
  }
  @-webkit-keyframes move-frames-158 {
	from {
	  transform: translate3d(35vw, 101vh, 0);
	}
	to {
	  transform: translate3d(32vw, -103vh, 0);
	}
  }
  @keyframes move-frames-158 {
	from {
	  transform: translate3d(35vw, 101vh, 0);
	}
	to {
	  transform: translate3d(32vw, -103vh, 0);
	}
  }
  .circle-container:nth-child(158) .circle {
	-webkit-animation-delay: 3153ms;
			animation-delay: 3153ms;
  }
  .circle-container:nth-child(159) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-159;
			animation-name: move-frames-159;
	-webkit-animation-duration: 31550ms;
			animation-duration: 31550ms;
	-webkit-animation-delay: 3368ms;
			animation-delay: 3368ms;
  }
  @-webkit-keyframes move-frames-159 {
	from {
	  transform: translate3d(8vw, 104vh, 0);
	}
	to {
	  transform: translate3d(27vw, -132vh, 0);
	}
  }
  @keyframes move-frames-159 {
	from {
	  transform: translate3d(8vw, 104vh, 0);
	}
	to {
	  transform: translate3d(27vw, -132vh, 0);
	}
  }
  .circle-container:nth-child(159) .circle {
	-webkit-animation-delay: 1882ms;
			animation-delay: 1882ms;
  }
  .circle-container:nth-child(160) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-160;
			animation-name: move-frames-160;
	-webkit-animation-duration: 31066ms;
			animation-duration: 31066ms;
	-webkit-animation-delay: 10303ms;
			animation-delay: 10303ms;
  }
  @-webkit-keyframes move-frames-160 {
	from {
	  transform: translate3d(9vw, 109vh, 0);
	}
	to {
	  transform: translate3d(91vw, -121vh, 0);
	}
  }
  @keyframes move-frames-160 {
	from {
	  transform: translate3d(9vw, 109vh, 0);
	}
	to {
	  transform: translate3d(91vw, -121vh, 0);
	}
  }
  .circle-container:nth-child(160) .circle {
	-webkit-animation-delay: 1077ms;
			animation-delay: 1077ms;
  }
  .circle-container:nth-child(161) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-161;
			animation-name: move-frames-161;
	-webkit-animation-duration: 35309ms;
			animation-duration: 35309ms;
	-webkit-animation-delay: 4839ms;
			animation-delay: 4839ms;
  }
  @-webkit-keyframes move-frames-161 {
	from {
	  transform: translate3d(82vw, 105vh, 0);
	}
	to {
	  transform: translate3d(35vw, -110vh, 0);
	}
  }
  @keyframes move-frames-161 {
	from {
	  transform: translate3d(82vw, 105vh, 0);
	}
	to {
	  transform: translate3d(35vw, -110vh, 0);
	}
  }
  .circle-container:nth-child(161) .circle {
	-webkit-animation-delay: 3563ms;
			animation-delay: 3563ms;
  }
  .circle-container:nth-child(162) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-162;
			animation-name: move-frames-162;
	-webkit-animation-duration: 33713ms;
			animation-duration: 33713ms;
	-webkit-animation-delay: 27418ms;
			animation-delay: 27418ms;
  }
  @-webkit-keyframes move-frames-162 {
	from {
	  transform: translate3d(100vw, 109vh, 0);
	}
	to {
	  transform: translate3d(70vw, -125vh, 0);
	}
  }
  @keyframes move-frames-162 {
	from {
	  transform: translate3d(100vw, 109vh, 0);
	}
	to {
	  transform: translate3d(70vw, -125vh, 0);
	}
  }
  .circle-container:nth-child(162) .circle {
	-webkit-animation-delay: 977ms;
			animation-delay: 977ms;
  }
  .circle-container:nth-child(163) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-163;
			animation-name: move-frames-163;
	-webkit-animation-duration: 36290ms;
			animation-duration: 36290ms;
	-webkit-animation-delay: 2214ms;
			animation-delay: 2214ms;
  }
  @-webkit-keyframes move-frames-163 {
	from {
	  transform: translate3d(64vw, 110vh, 0);
	}
	to {
	  transform: translate3d(39vw, -135vh, 0);
	}
  }
  @keyframes move-frames-163 {
	from {
	  transform: translate3d(64vw, 110vh, 0);
	}
	to {
	  transform: translate3d(39vw, -135vh, 0);
	}
  }
  .circle-container:nth-child(163) .circle {
	-webkit-animation-delay: 2947ms;
			animation-delay: 2947ms;
  }
  .circle-container:nth-child(164) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-164;
			animation-name: move-frames-164;
	-webkit-animation-duration: 31515ms;
			animation-duration: 31515ms;
	-webkit-animation-delay: 800ms;
			animation-delay: 800ms;
  }
  @-webkit-keyframes move-frames-164 {
	from {
	  transform: translate3d(47vw, 109vh, 0);
	}
	to {
	  transform: translate3d(15vw, -129vh, 0);
	}
  }
  @keyframes move-frames-164 {
	from {
	  transform: translate3d(47vw, 109vh, 0);
	}
	to {
	  transform: translate3d(15vw, -129vh, 0);
	}
  }
  .circle-container:nth-child(164) .circle {
	-webkit-animation-delay: 2064ms;
			animation-delay: 2064ms;
  }
  .circle-container:nth-child(165) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-165;
			animation-name: move-frames-165;
	-webkit-animation-duration: 31401ms;
			animation-duration: 31401ms;
	-webkit-animation-delay: 30536ms;
			animation-delay: 30536ms;
  }
  @-webkit-keyframes move-frames-165 {
	from {
	  transform: translate3d(66vw, 105vh, 0);
	}
	to {
	  transform: translate3d(40vw, -132vh, 0);
	}
  }
  @keyframes move-frames-165 {
	from {
	  transform: translate3d(66vw, 105vh, 0);
	}
	to {
	  transform: translate3d(40vw, -132vh, 0);
	}
  }
  .circle-container:nth-child(165) .circle {
	-webkit-animation-delay: 2466ms;
			animation-delay: 2466ms;
  }
  .circle-container:nth-child(166) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-166;
			animation-name: move-frames-166;
	-webkit-animation-duration: 35220ms;
			animation-duration: 35220ms;
	-webkit-animation-delay: 2518ms;
			animation-delay: 2518ms;
  }
  @-webkit-keyframes move-frames-166 {
	from {
	  transform: translate3d(86vw, 109vh, 0);
	}
	to {
	  transform: translate3d(55vw, -130vh, 0);
	}
  }
  @keyframes move-frames-166 {
	from {
	  transform: translate3d(86vw, 109vh, 0);
	}
	to {
	  transform: translate3d(55vw, -130vh, 0);
	}
  }
  .circle-container:nth-child(166) .circle {
	-webkit-animation-delay: 1520ms;
			animation-delay: 1520ms;
  }
  .circle-container:nth-child(167) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-167;
			animation-name: move-frames-167;
	-webkit-animation-duration: 34961ms;
			animation-duration: 34961ms;
	-webkit-animation-delay: 27771ms;
			animation-delay: 27771ms;
  }
  @-webkit-keyframes move-frames-167 {
	from {
	  transform: translate3d(54vw, 109vh, 0);
	}
	to {
	  transform: translate3d(32vw, -117vh, 0);
	}
  }
  @keyframes move-frames-167 {
	from {
	  transform: translate3d(54vw, 109vh, 0);
	}
	to {
	  transform: translate3d(32vw, -117vh, 0);
	}
  }
  .circle-container:nth-child(167) .circle {
	-webkit-animation-delay: 3966ms;
			animation-delay: 3966ms;
  }
  .circle-container:nth-child(168) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-168;
			animation-name: move-frames-168;
	-webkit-animation-duration: 34878ms;
			animation-duration: 34878ms;
	-webkit-animation-delay: 11730ms;
			animation-delay: 11730ms;
  }
  @-webkit-keyframes move-frames-168 {
	from {
	  transform: translate3d(94vw, 105vh, 0);
	}
	to {
	  transform: translate3d(100vw, -128vh, 0);
	}
  }
  @keyframes move-frames-168 {
	from {
	  transform: translate3d(94vw, 105vh, 0);
	}
	to {
	  transform: translate3d(100vw, -128vh, 0);
	}
  }
  .circle-container:nth-child(168) .circle {
	-webkit-animation-delay: 3952ms;
			animation-delay: 3952ms;
  }
  .circle-container:nth-child(169) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-169;
			animation-name: move-frames-169;
	-webkit-animation-duration: 28902ms;
			animation-duration: 28902ms;
	-webkit-animation-delay: 8202ms;
			animation-delay: 8202ms;
  }
  @-webkit-keyframes move-frames-169 {
	from {
	  transform: translate3d(92vw, 103vh, 0);
	}
	to {
	  transform: translate3d(44vw, -128vh, 0);
	}
  }
  @keyframes move-frames-169 {
	from {
	  transform: translate3d(92vw, 103vh, 0);
	}
	to {
	  transform: translate3d(44vw, -128vh, 0);
	}
  }
  .circle-container:nth-child(169) .circle {
	-webkit-animation-delay: 921ms;
			animation-delay: 921ms;
  }
  .circle-container:nth-child(170) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-170;
			animation-name: move-frames-170;
	-webkit-animation-duration: 32414ms;
			animation-duration: 32414ms;
	-webkit-animation-delay: 28482ms;
			animation-delay: 28482ms;
  }
  @-webkit-keyframes move-frames-170 {
	from {
	  transform: translate3d(88vw, 104vh, 0);
	}
	to {
	  transform: translate3d(35vw, -125vh, 0);
	}
  }
  @keyframes move-frames-170 {
	from {
	  transform: translate3d(88vw, 104vh, 0);
	}
	to {
	  transform: translate3d(35vw, -125vh, 0);
	}
  }
  .circle-container:nth-child(170) .circle {
	-webkit-animation-delay: 2605ms;
			animation-delay: 2605ms;
  }
  .circle-container:nth-child(171) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-171;
			animation-name: move-frames-171;
	-webkit-animation-duration: 33241ms;
			animation-duration: 33241ms;
	-webkit-animation-delay: 25658ms;
			animation-delay: 25658ms;
  }
  @-webkit-keyframes move-frames-171 {
	from {
	  transform: translate3d(50vw, 110vh, 0);
	}
	to {
	  transform: translate3d(97vw, -136vh, 0);
	}
  }
  @keyframes move-frames-171 {
	from {
	  transform: translate3d(50vw, 110vh, 0);
	}
	to {
	  transform: translate3d(97vw, -136vh, 0);
	}
  }
  .circle-container:nth-child(171) .circle {
	-webkit-animation-delay: 1613ms;
			animation-delay: 1613ms;
  }
  .circle-container:nth-child(172) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-172;
			animation-name: move-frames-172;
	-webkit-animation-duration: 31370ms;
			animation-duration: 31370ms;
	-webkit-animation-delay: 12585ms;
			animation-delay: 12585ms;
  }
  @-webkit-keyframes move-frames-172 {
	from {
	  transform: translate3d(69vw, 104vh, 0);
	}
	to {
	  transform: translate3d(54vw, -124vh, 0);
	}
  }
  @keyframes move-frames-172 {
	from {
	  transform: translate3d(69vw, 104vh, 0);
	}
	to {
	  transform: translate3d(54vw, -124vh, 0);
	}
  }
  .circle-container:nth-child(172) .circle {
	-webkit-animation-delay: 2527ms;
			animation-delay: 2527ms;
  }
  .circle-container:nth-child(173) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-173;
			animation-name: move-frames-173;
	-webkit-animation-duration: 36682ms;
			animation-duration: 36682ms;
	-webkit-animation-delay: 35789ms;
			animation-delay: 35789ms;
  }
  @-webkit-keyframes move-frames-173 {
	from {
	  transform: translate3d(32vw, 110vh, 0);
	}
	to {
	  transform: translate3d(64vw, -116vh, 0);
	}
  }
  @keyframes move-frames-173 {
	from {
	  transform: translate3d(32vw, 110vh, 0);
	}
	to {
	  transform: translate3d(64vw, -116vh, 0);
	}
  }
  .circle-container:nth-child(173) .circle {
	-webkit-animation-delay: 3559ms;
			animation-delay: 3559ms;
  }
  .circle-container:nth-child(174) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-174;
			animation-name: move-frames-174;
	-webkit-animation-duration: 30329ms;
			animation-duration: 30329ms;
	-webkit-animation-delay: 6594ms;
			animation-delay: 6594ms;
  }
  @-webkit-keyframes move-frames-174 {
	from {
	  transform: translate3d(75vw, 104vh, 0);
	}
	to {
	  transform: translate3d(48vw, -127vh, 0);
	}
  }
  @keyframes move-frames-174 {
	from {
	  transform: translate3d(75vw, 104vh, 0);
	}
	to {
	  transform: translate3d(48vw, -127vh, 0);
	}
  }
  .circle-container:nth-child(174) .circle {
	-webkit-animation-delay: 511ms;
			animation-delay: 511ms;
  }
  .circle-container:nth-child(175) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-175;
			animation-name: move-frames-175;
	-webkit-animation-duration: 28510ms;
			animation-duration: 28510ms;
	-webkit-animation-delay: 27332ms;
			animation-delay: 27332ms;
  }
  @-webkit-keyframes move-frames-175 {
	from {
	  transform: translate3d(80vw, 104vh, 0);
	}
	to {
	  transform: translate3d(29vw, -118vh, 0);
	}
  }
  @keyframes move-frames-175 {
	from {
	  transform: translate3d(80vw, 104vh, 0);
	}
	to {
	  transform: translate3d(29vw, -118vh, 0);
	}
  }
  .circle-container:nth-child(175) .circle {
	-webkit-animation-delay: 857ms;
			animation-delay: 857ms;
  }
  .circle-container:nth-child(176) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-176;
			animation-name: move-frames-176;
	-webkit-animation-duration: 34413ms;
			animation-duration: 34413ms;
	-webkit-animation-delay: 11379ms;
			animation-delay: 11379ms;
  }
  @-webkit-keyframes move-frames-176 {
	from {
	  transform: translate3d(70vw, 104vh, 0);
	}
	to {
	  transform: translate3d(22vw, -112vh, 0);
	}
  }
  @keyframes move-frames-176 {
	from {
	  transform: translate3d(70vw, 104vh, 0);
	}
	to {
	  transform: translate3d(22vw, -112vh, 0);
	}
  }
  .circle-container:nth-child(176) .circle {
	-webkit-animation-delay: 417ms;
			animation-delay: 417ms;
  }
  .circle-container:nth-child(177) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-177;
			animation-name: move-frames-177;
	-webkit-animation-duration: 29423ms;
			animation-duration: 29423ms;
	-webkit-animation-delay: 32092ms;
			animation-delay: 32092ms;
  }
  @-webkit-keyframes move-frames-177 {
	from {
	  transform: translate3d(72vw, 101vh, 0);
	}
	to {
	  transform: translate3d(73vw, -128vh, 0);
	}
  }
  @keyframes move-frames-177 {
	from {
	  transform: translate3d(72vw, 101vh, 0);
	}
	to {
	  transform: translate3d(73vw, -128vh, 0);
	}
  }
  .circle-container:nth-child(177) .circle {
	-webkit-animation-delay: 2179ms;
			animation-delay: 2179ms;
  }
  .circle-container:nth-child(178) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-178;
			animation-name: move-frames-178;
	-webkit-animation-duration: 32323ms;
			animation-duration: 32323ms;
	-webkit-animation-delay: 35770ms;
			animation-delay: 35770ms;
  }
  @-webkit-keyframes move-frames-178 {
	from {
	  transform: translate3d(60vw, 106vh, 0);
	}
	to {
	  transform: translate3d(30vw, -132vh, 0);
	}
  }
  @keyframes move-frames-178 {
	from {
	  transform: translate3d(60vw, 106vh, 0);
	}
	to {
	  transform: translate3d(30vw, -132vh, 0);
	}
  }
  .circle-container:nth-child(178) .circle {
	-webkit-animation-delay: 1057ms;
			animation-delay: 1057ms;
  }
  .circle-container:nth-child(179) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-179;
			animation-name: move-frames-179;
	-webkit-animation-duration: 28909ms;
			animation-duration: 28909ms;
	-webkit-animation-delay: 7487ms;
			animation-delay: 7487ms;
  }
  @-webkit-keyframes move-frames-179 {
	from {
	  transform: translate3d(13vw, 105vh, 0);
	}
	to {
	  transform: translate3d(95vw, -129vh, 0);
	}
  }
  @keyframes move-frames-179 {
	from {
	  transform: translate3d(13vw, 105vh, 0);
	}
	to {
	  transform: translate3d(95vw, -129vh, 0);
	}
  }
  .circle-container:nth-child(179) .circle {
	-webkit-animation-delay: 2221ms;
			animation-delay: 2221ms;
  }
  .circle-container:nth-child(180) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-180;
			animation-name: move-frames-180;
	-webkit-animation-duration: 33382ms;
			animation-duration: 33382ms;
	-webkit-animation-delay: 32759ms;
			animation-delay: 32759ms;
  }
  @-webkit-keyframes move-frames-180 {
	from {
	  transform: translate3d(6vw, 104vh, 0);
	}
	to {
	  transform: translate3d(74vw, -117vh, 0);
	}
  }
  @keyframes move-frames-180 {
	from {
	  transform: translate3d(6vw, 104vh, 0);
	}
	to {
	  transform: translate3d(74vw, -117vh, 0);
	}
  }
  .circle-container:nth-child(180) .circle {
	-webkit-animation-delay: 611ms;
			animation-delay: 611ms;
  }
  .circle-container:nth-child(181) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-181;
			animation-name: move-frames-181;
	-webkit-animation-duration: 31506ms;
			animation-duration: 31506ms;
	-webkit-animation-delay: 35464ms;
			animation-delay: 35464ms;
  }
  @-webkit-keyframes move-frames-181 {
	from {
	  transform: translate3d(14vw, 106vh, 0);
	}
	to {
	  transform: translate3d(58vw, -116vh, 0);
	}
  }
  @keyframes move-frames-181 {
	from {
	  transform: translate3d(14vw, 106vh, 0);
	}
	to {
	  transform: translate3d(58vw, -116vh, 0);
	}
  }
  .circle-container:nth-child(181) .circle {
	-webkit-animation-delay: 114ms;
			animation-delay: 114ms;
  }
  .circle-container:nth-child(182) {
	width: 3px;
	height: 3px;
	-webkit-animation-name: move-frames-182;
			animation-name: move-frames-182;
	-webkit-animation-duration: 30631ms;
			animation-duration: 30631ms;
	-webkit-animation-delay: 29077ms;
			animation-delay: 29077ms;
  }
  @-webkit-keyframes move-frames-182 {
	from {
	  transform: translate3d(79vw, 103vh, 0);
	}
	to {
	  transform: translate3d(7vw, -122vh, 0);
	}
  }
  @keyframes move-frames-182 {
	from {
	  transform: translate3d(79vw, 103vh, 0);
	}
	to {
	  transform: translate3d(7vw, -122vh, 0);
	}
  }
  .circle-container:nth-child(182) .circle {
	-webkit-animation-delay: 2429ms;
			animation-delay: 2429ms;
  }
  .circle-container:nth-child(183) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-183;
			animation-name: move-frames-183;
	-webkit-animation-duration: 36511ms;
			animation-duration: 36511ms;
	-webkit-animation-delay: 33807ms;
			animation-delay: 33807ms;
  }
  @-webkit-keyframes move-frames-183 {
	from {
	  transform: translate3d(88vw, 110vh, 0);
	}
	to {
	  transform: translate3d(98vw, -137vh, 0);
	}
  }
  @keyframes move-frames-183 {
	from {
	  transform: translate3d(88vw, 110vh, 0);
	}
	to {
	  transform: translate3d(98vw, -137vh, 0);
	}
  }
  .circle-container:nth-child(183) .circle {
	-webkit-animation-delay: 3101ms;
			animation-delay: 3101ms;
  }
  .circle-container:nth-child(184) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-184;
			animation-name: move-frames-184;
	-webkit-animation-duration: 31318ms;
			animation-duration: 31318ms;
	-webkit-animation-delay: 33566ms;
			animation-delay: 33566ms;
  }
  @-webkit-keyframes move-frames-184 {
	from {
	  transform: translate3d(75vw, 105vh, 0);
	}
	to {
	  transform: translate3d(24vw, -121vh, 0);
	}
  }
  @keyframes move-frames-184 {
	from {
	  transform: translate3d(75vw, 105vh, 0);
	}
	to {
	  transform: translate3d(24vw, -121vh, 0);
	}
  }
  .circle-container:nth-child(184) .circle {
	-webkit-animation-delay: 211ms;
			animation-delay: 211ms;
  }
  .circle-container:nth-child(185) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-185;
			animation-name: move-frames-185;
	-webkit-animation-duration: 35131ms;
			animation-duration: 35131ms;
	-webkit-animation-delay: 33780ms;
			animation-delay: 33780ms;
  }
  @-webkit-keyframes move-frames-185 {
	from {
	  transform: translate3d(35vw, 105vh, 0);
	}
	to {
	  transform: translate3d(15vw, -120vh, 0);
	}
  }
  @keyframes move-frames-185 {
	from {
	  transform: translate3d(35vw, 105vh, 0);
	}
	to {
	  transform: translate3d(15vw, -120vh, 0);
	}
  }
  .circle-container:nth-child(185) .circle {
	-webkit-animation-delay: 2769ms;
			animation-delay: 2769ms;
  }
  .circle-container:nth-child(186) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-186;
			animation-name: move-frames-186;
	-webkit-animation-duration: 33280ms;
			animation-duration: 33280ms;
	-webkit-animation-delay: 24195ms;
			animation-delay: 24195ms;
  }
  @-webkit-keyframes move-frames-186 {
	from {
	  transform: translate3d(72vw, 110vh, 0);
	}
	to {
	  transform: translate3d(33vw, -130vh, 0);
	}
  }
  @keyframes move-frames-186 {
	from {
	  transform: translate3d(72vw, 110vh, 0);
	}
	to {
	  transform: translate3d(33vw, -130vh, 0);
	}
  }
  .circle-container:nth-child(186) .circle {
	-webkit-animation-delay: 3316ms;
			animation-delay: 3316ms;
  }
  .circle-container:nth-child(187) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-187;
			animation-name: move-frames-187;
	-webkit-animation-duration: 31752ms;
			animation-duration: 31752ms;
	-webkit-animation-delay: 14628ms;
			animation-delay: 14628ms;
  }
  @-webkit-keyframes move-frames-187 {
	from {
	  transform: translate3d(80vw, 102vh, 0);
	}
	to {
	  transform: translate3d(13vw, -130vh, 0);
	}
  }
  @keyframes move-frames-187 {
	from {
	  transform: translate3d(80vw, 102vh, 0);
	}
	to {
	  transform: translate3d(13vw, -130vh, 0);
	}
  }
  .circle-container:nth-child(187) .circle {
	-webkit-animation-delay: 16ms;
			animation-delay: 16ms;
  }
  .circle-container:nth-child(188) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-188;
			animation-name: move-frames-188;
	-webkit-animation-duration: 36980ms;
			animation-duration: 36980ms;
	-webkit-animation-delay: 31256ms;
			animation-delay: 31256ms;
  }
  @-webkit-keyframes move-frames-188 {
	from {
	  transform: translate3d(64vw, 105vh, 0);
	}
	to {
	  transform: translate3d(5vw, -123vh, 0);
	}
  }
  @keyframes move-frames-188 {
	from {
	  transform: translate3d(64vw, 105vh, 0);
	}
	to {
	  transform: translate3d(5vw, -123vh, 0);
	}
  }
  .circle-container:nth-child(188) .circle {
	-webkit-animation-delay: 913ms;
			animation-delay: 913ms;
  }
  .circle-container:nth-child(189) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-189;
			animation-name: move-frames-189;
	-webkit-animation-duration: 31106ms;
			animation-duration: 31106ms;
	-webkit-animation-delay: 30983ms;
			animation-delay: 30983ms;
  }
  @-webkit-keyframes move-frames-189 {
	from {
	  transform: translate3d(72vw, 105vh, 0);
	}
	to {
	  transform: translate3d(67vw, -123vh, 0);
	}
  }
  @keyframes move-frames-189 {
	from {
	  transform: translate3d(72vw, 105vh, 0);
	}
	to {
	  transform: translate3d(67vw, -123vh, 0);
	}
  }
  .circle-container:nth-child(189) .circle {
	-webkit-animation-delay: 3665ms;
			animation-delay: 3665ms;
  }
  .circle-container:nth-child(190) {
	width: 4px;
	height: 4px;
	-webkit-animation-name: move-frames-190;
			animation-name: move-frames-190;
	-webkit-animation-duration: 32200ms;
			animation-duration: 32200ms;
	-webkit-animation-delay: 14148ms;
			animation-delay: 14148ms;
  }
  @-webkit-keyframes move-frames-190 {
	from {
	  transform: translate3d(6vw, 106vh, 0);
	}
	to {
	  transform: translate3d(93vw, -133vh, 0);
	}
  }
  @keyframes move-frames-190 {
	from {
	  transform: translate3d(6vw, 106vh, 0);
	}
	to {
	  transform: translate3d(93vw, -133vh, 0);
	}
  }
  .circle-container:nth-child(190) .circle {
	-webkit-animation-delay: 3314ms;
			animation-delay: 3314ms;
  }
  .circle-container:nth-child(191) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-191;
			animation-name: move-frames-191;
	-webkit-animation-duration: 30229ms;
			animation-duration: 30229ms;
	-webkit-animation-delay: 31094ms;
			animation-delay: 31094ms;
  }
  @-webkit-keyframes move-frames-191 {
	from {
	  transform: translate3d(12vw, 103vh, 0);
	}
	to {
	  transform: translate3d(6vw, -131vh, 0);
	}
  }
  @keyframes move-frames-191 {
	from {
	  transform: translate3d(12vw, 103vh, 0);
	}
	to {
	  transform: translate3d(6vw, -131vh, 0);
	}
  }
  .circle-container:nth-child(191) .circle {
	-webkit-animation-delay: 1606ms;
			animation-delay: 1606ms;
  }
  .circle-container:nth-child(192) {
	width: 5px;
	height: 5px;
	-webkit-animation-name: move-frames-192;
			animation-name: move-frames-192;
	-webkit-animation-duration: 36918ms;
			animation-duration: 36918ms;
	-webkit-animation-delay: 13476ms;
			animation-delay: 13476ms;
  }
  @-webkit-keyframes move-frames-192 {
	from {
	  transform: translate3d(78vw, 110vh, 0);
	}
	to {
	  transform: translate3d(29vw, -124vh, 0);
	}
  }
  @keyframes move-frames-192 {
	from {
	  transform: translate3d(78vw, 110vh, 0);
	}
	to {
	  transform: translate3d(29vw, -124vh, 0);
	}
  }
  .circle-container:nth-child(192) .circle {
	-webkit-animation-delay: 1651ms;
			animation-delay: 1651ms;
  }
  .circle-container:nth-child(193) {
	width: 1px;
	height: 1px;
	-webkit-animation-name: move-frames-193;
			animation-name: move-frames-193;
	-webkit-animation-duration: 35060ms;
			animation-duration: 35060ms;
	-webkit-animation-delay: 2843ms;
			animation-delay: 2843ms;
  }
  @-webkit-keyframes move-frames-193 {
	from {
	  transform: translate3d(90vw, 108vh, 0);
	}
	to {
	  transform: translate3d(92vw, -132vh, 0);
	}
  }
  @keyframes move-frames-193 {
	from {
	  transform: translate3d(90vw, 108vh, 0);
	}
	to {
	  transform: translate3d(92vw, -132vh, 0);
	}
  }
  .circle-container:nth-child(193) .circle {
	-webkit-animation-delay: 455ms;
			animation-delay: 455ms;
  }
  .circle-container:nth-child(194) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-194;
			animation-name: move-frames-194;
	-webkit-animation-duration: 36563ms;
			animation-duration: 36563ms;
	-webkit-animation-delay: 36267ms;
			animation-delay: 36267ms;
  }
  @-webkit-keyframes move-frames-194 {
	from {
	  transform: translate3d(70vw, 108vh, 0);
	}
	to {
	  transform: translate3d(21vw, -120vh, 0);
	}
  }
  @keyframes move-frames-194 {
	from {
	  transform: translate3d(70vw, 108vh, 0);
	}
	to {
	  transform: translate3d(21vw, -120vh, 0);
	}
  }
  .circle-container:nth-child(194) .circle {
	-webkit-animation-delay: 2387ms;
			animation-delay: 2387ms;
  }
  .circle-container:nth-child(195) {
	width: 8px;
	height: 8px;
	-webkit-animation-name: move-frames-195;
			animation-name: move-frames-195;
	-webkit-animation-duration: 30761ms;
			animation-duration: 30761ms;
	-webkit-animation-delay: 6928ms;
			animation-delay: 6928ms;
  }
  @-webkit-keyframes move-frames-195 {
	from {
	  transform: translate3d(37vw, 107vh, 0);
	}
	to {
	  transform: translate3d(35vw, -112vh, 0);
	}
  }
  @keyframes move-frames-195 {
	from {
	  transform: translate3d(37vw, 107vh, 0);
	}
	to {
	  transform: translate3d(35vw, -112vh, 0);
	}
  }
  .circle-container:nth-child(195) .circle {
	-webkit-animation-delay: 1504ms;
			animation-delay: 1504ms;
  }
  .circle-container:nth-child(196) {
	width: 6px;
	height: 6px;
	-webkit-animation-name: move-frames-196;
			animation-name: move-frames-196;
	-webkit-animation-duration: 36390ms;
			animation-duration: 36390ms;
	-webkit-animation-delay: 5377ms;
			animation-delay: 5377ms;
  }
  @-webkit-keyframes move-frames-196 {
	from {
	  transform: translate3d(90vw, 101vh, 0);
	}
	to {
	  transform: translate3d(5vw, -125vh, 0);
	}
  }
  @keyframes move-frames-196 {
	from {
	  transform: translate3d(90vw, 101vh, 0);
	}
	to {
	  transform: translate3d(5vw, -125vh, 0);
	}
  }
  .circle-container:nth-child(196) .circle {
	-webkit-animation-delay: 3394ms;
			animation-delay: 3394ms;
  }
  .circle-container:nth-child(197) {
	width: 7px;
	height: 7px;
	-webkit-animation-name: move-frames-197;
			animation-name: move-frames-197;
	-webkit-animation-duration: 32709ms;
			animation-duration: 32709ms;
	-webkit-animation-delay: 15170ms;
			animation-delay: 15170ms;
  }
  @-webkit-keyframes move-frames-197 {
	from {
	  transform: translate3d(100vw, 101vh, 0);
	}
	to {
	  transform: translate3d(99vw, -126vh, 0);
	}
  }
  @keyframes move-frames-197 {
	from {
	  transform: translate3d(100vw, 101vh, 0);
	}
	to {
	  transform: translate3d(99vw, -126vh, 0);
	}
  }
  .circle-container:nth-child(197) .circle {
	-webkit-animation-delay: 2774ms;
			animation-delay: 2774ms;
  }
  .circle-container:nth-child(198) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-198;
			animation-name: move-frames-198;
	-webkit-animation-duration: 35529ms;
			animation-duration: 35529ms;
	-webkit-animation-delay: 5260ms;
			animation-delay: 5260ms;
  }
  @-webkit-keyframes move-frames-198 {
	from {
	  transform: translate3d(12vw, 110vh, 0);
	}
	to {
	  transform: translate3d(27vw, -115vh, 0);
	}
  }
  @keyframes move-frames-198 {
	from {
	  transform: translate3d(12vw, 110vh, 0);
	}
	to {
	  transform: translate3d(27vw, -115vh, 0);
	}
  }
  .circle-container:nth-child(198) .circle {
	-webkit-animation-delay: 2ms;
			animation-delay: 2ms;
  }
  .circle-container:nth-child(199) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-199;
			animation-name: move-frames-199;
	-webkit-animation-duration: 33309ms;
			animation-duration: 33309ms;
	-webkit-animation-delay: 7417ms;
			animation-delay: 7417ms;
  }
  @-webkit-keyframes move-frames-199 {
	from {
	  transform: translate3d(73vw, 103vh, 0);
	}
	to {
	  transform: translate3d(91vw, -133vh, 0);
	}
  }
  @keyframes move-frames-199 {
	from {
	  transform: translate3d(73vw, 103vh, 0);
	}
	to {
	  transform: translate3d(91vw, -133vh, 0);
	}
  }
  .circle-container:nth-child(199) .circle {
	-webkit-animation-delay: 3338ms;
			animation-delay: 3338ms;
  }
  .circle-container:nth-child(200) {
	width: 2px;
	height: 2px;
	-webkit-animation-name: move-frames-200;
			animation-name: move-frames-200;
	-webkit-animation-duration: 35740ms;
			animation-duration: 35740ms;
	-webkit-animation-delay: 6097ms;
			animation-delay: 6097ms;
  }
  @-webkit-keyframes move-frames-200 {
	from {
	  transform: translate3d(66vw, 105vh, 0);
	}
	to {
	  transform: translate3d(44vw, -126vh, 0);
	}
  }
  @keyframes move-frames-200 {
	from {
	  transform: translate3d(66vw, 105vh, 0);
	}
	to {
	  transform: translate3d(44vw, -126vh, 0);
	}
  }
  .circle-container:nth-child(200) .circle {
	-webkit-animation-delay: 401ms;
			animation-delay: 401ms;
  }

  @keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.grid {
	position: relative;
    display: grid;
    opacity: .2;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    max-width: 100%;
    height: 100%;
    gap: 0.3vw;
    margin: 0;
    animation: resize 700ms ease infinite both;
    z-index:11;
}

.vp-grid-item {
	--delay: 300ms;
  animation: colorChange 2100ms ease var(--delay) infinite both;
}

@keyframes colorChange {
	0% {
		background-color: #c9e8f9;
	}
	
	25% {
		background-color: #69a8d6;
	}
		
	50% {
		background-color: #37678b;
	}
	
	75% {
		background-color: #69a8d6;
	}
	
	100% {
		background-color: #c9e8f9;
	}
}

@keyframes resize {
	0% {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
	}
	
	25% {
		grid-template-columns: 1fr 2fr 3fr 4fr;
		grid-template-rows: 1fr 2fr 3fr 4fr 5fr;
	}
	
	50% {
		grid-template-columns: 1fr 5fr 1fr 5fr;
		grid-template-rows: 1fr 5fr 1fr 5fr 1fr;
	}
	
	75% {
		grid-template-columns: 4fr 3fr 2fr 1fr;
		grid-template-rows: 3fr 2fr 1fr 2fr 3fr;
	}
	
	100% {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
	}
}

.conditionalClose {
	-webkit-animation: conditionalClose 1s normal forwards;
		-moz-animation: conditionalClose 1s normal forwards;
			animation: conditionalClose 1s normal forwards;
	-webkit-transform-origin: 100% 0%;
		-moz-transform-origin: 100% 0%;
			transform-origin: 100% 0%;
		animation-iteration-count: 1
  }

  
  @-webkit-keyframes conditionalOpen {
	  from { transform: scaleY(0) }
	  to { transform: scaleY(1) }
  }
  @-moz-keyframes conditionalOpen {
	  from { transform: scaleY(0) }
	  to { transform: scaleY(1) }
  }
  @keyframes conditionalOpen {
	  from { transform: scaleY(0) }
	  to { transform: scaleY(1) }
  }

  @-webkit-keyframes conditionalClose {
	  from { transform: scaleY(1) }
	  to { transform: scaleY(0) }
  }
  @-moz-keyframes conditionalClose {
	  from { transform: scaleY(1) }
	  to { transform: scaleY(0) }
  }
  @keyframes conditionalClose {
	  from { transform: scaleY(1) }
	  to { transform: scaleY(0) }
  }
  .conditionalOpen {
		-webkit-animation: conditionalOpen 1s normal forwards;
			-moz-animation: conditionalOpen 1s normal forwards;
				animation: conditionalOpen 1s normal forwards;
		-webkit-transform-origin: 50% 0%;
			-moz-transform-origin: 50% 0%;
				transform-origin: 50% 0%;
				animation-iteration-count: 1
	}

.rotate-icon {
	animation: rotation-icon 1s infinite linear;
    color: #c7626d !important;
    font-size:1.89vh !important;
}
	
@keyframes rotation-icon {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

	