.current-status-server[asteriosx5] {
    color: #ff3838 !important;
}
.current-status-server[asteriosx5] .status-server-icon {
    filter: hue-rotate(233deg);
}

.current-status-server[bexarx1] {
    color: orange !important;
}
.current-status-server[bexarx1] .status-server-icon {
    filter: hue-rotate(285deg);
}
.right-footer img {
    width: 200px;
}
.main-footer {
    align-items: center;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
body {
    background-color: #000029;
    background-image: url(/style/img/bg.png);
    background-size: cover;
    height: 100vh;
}
i {
    font-family: "Font Awesome 5";
}
.main-all {
    width: 80%;
    margin: 0 auto;
}
.main-header {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    z-index: 2;
    position: relative;
}

.main-header-left > div > a {
    text-decoration: none;
    color: #e1e1e1;
    text-transform: uppercase;
    border-radius: 20px;
    border-left: 2px solid #1d2e69;
    border-right: 2px solid #1d2e69;
    padding: 10px 15px;
    transition: 0.4s;
    font-size: 14px;
}
.main-header-left > div > a:hover {
    color: #5a8aff;
    background: #1724514f;
}
.main-header-left {
    display: flex;
    flex-direction: row;
    gap: 160px;
    align-items: center;
}

.main-header-left-menu {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
a.link-menu-panel {
    text-decoration: none;
    text-transform: uppercase;
    color: #e1e1e1;
    background-image: url(/style/img/bg_button.png);
    padding: 15px 35px;
    border-radius: 5px;
    background-size: 100%;
    background-position-y: 100px;
    transition: 0.4s;
    font-size: 15px;
}
a.link-menu-panel:hover {
    background-image: url(/style/img/bg_button_hover.png);
    background-size: 128%;
    background-position-y: 126px;
    background-position-x: -23px;
}
.main-header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}
.main-header-status-server {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #e1e1e1;
}
.main-header-status-server > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #11df23;
}
.status-server-icon {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #11df23;
    border: 5px solid #005507;
    animation: status_open 2s ease infinite;
}
@keyframes status_open {
    0% {
        border: 5px solid #005507;
    }
    50% {
        border: 5px solid #001702;
    }
    100% {
        border: 5px solid #005507;
    }
}
.main-header-left-social {
    display: flex;
    gap: 5px;
}
.main-header-left-social > a {
    background: #1724514f;
}
.main-header-left-social > a {
    padding: 8px 15px !important;
    font-size: 20px !important;
}

.main-body {
    display: flex;
    flex-direction: row;
}
.main-body-left {
    text-align: center;
    width: 40%;
}
.main-body-left-desc {
    color: #e1e1e1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-body-right > img {
    width: 86%;
    margin-left: 270px;
}
.main-body-right {
    pointer-events: none;
}
a.go-play-game {
    text-decoration: none;
    text-transform: uppercase;
    color: #e1e1e1;
    background-image: url(/style/img/go-play.png);
    padding: 15px 35px;
    border-radius: 5px;
    background-size: 128%;
    background-position-y: 201px;
    background-position-x: -23px;
    transition: 0.4s;
    font-size: 15px;
    margin-top: 50PX;
    width: 450px;
    z-index: 2;
}
a.go-play-game:hover {
    background-image: url(/style/img/bg_button_hover.png);
    background-size: 128%;
    background-position-y: 126px;
    background-position-x: -23px;
}
.main-footer {
    display: flex;
    justify-content: space-between;
    color: #394f70;
    margin-top: -20px;
    position: fixed;
    bottom: 0;
    margin-bottom: 35px;
    width: 80%;
}
.main-body-left-desc {
    color: #e1e1e1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-body-left > a > img {
    width: 190%;
    margin-top: -80px;
    margin-left: -50px;
    pointer-events: none;
    z-index: 1;
    position: relative;
}
.main-body-left-desc {
    margin-left: 28%;
    margin-top: -23%;
}
a.go-play-game {
    width: 370px;
    margin-top: 55px;
    background-position-y: bottom;
    font-weight: bold;
}
.right-footer > a {
    color: #7b7b95;
    text-decoration: none;
}

@media (max-width: 790px)  {
    .main-header,.main-body-right {
        display: none;
    }
    .main-body-left {
        width: 100%;
    }
    .main-body-left > img {
        width: 100%;
        margin: 0;
    }
    .main-body-left-desc {
        margin: 0;
    }
    a.go-play-game {
        width: 70% !important;
    }
    .main-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .main-all {
        width: 98%;
    }
    body {
        background-position: center;
    }
}
.main-body-left > a:after {
    content: "";
    width: 580px;
    height: 440px;
    background: url(https://rf.playgames.su/forum_image/logotype.png);
    position: absolute;
    margin-left: -140px;
    margin-top: -485px;
    background-size: contain;
    background-position: center;
    transform: scale(1.5);
    background-repeat: no-repeat;
    animation: logopulse 1s infinite;
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
}
@keyframes logopulse {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }

    50% {
        transform: scale(1.6);
        opacity: 0.2;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.container {
    width: 100%;
    height: 100%;
    POSITION: FIXED;
    Z-INDEX: 0;
}

.circle-container {
    position: absolute;
    transform: translateY(-10vh);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.circle-container .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    mix-blend-mode: screen;
    background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
    -webkit-animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
    animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@-webkit-keyframes fade-frames {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-frames {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes scale-frames {
    0% {
        transform: scale3d(0.4, 0.4, 1);
    }
    50% {
        transform: scale3d(2.2, 2.2, 1);
    }
    100% {
        transform: scale3d(0.4, 0.4, 1);
    }
}
@keyframes scale-frames {
    0% {
        transform: scale3d(0.4, 0.4, 1);
    }
    50% {
        transform: scale3d(2.2, 2.2, 1);
    }
    100% {
        transform: scale3d(0.4, 0.4, 1);
    }
}
.circle-container:nth-child(1) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-1;
    animation-name: move-frames-1;
    -webkit-animation-duration: 7212ms;
    animation-duration: 7212ms;
    -webkit-animation-delay: 1008ms;
    animation-delay: 1008ms;
}
@-webkit-keyframes move-frames-1 {
    from {
        transform: translate3d(33vw, 109vh, 0);
    }
    to {
        transform: translate3d(98vw, -113vh, 0);
    }
}
@keyframes move-frames-1 {
    from {
        transform: translate3d(33vw, 109vh, 0);
    }
    to {
        transform: translate3d(98vw, -113vh, 0);
    }
}
.circle-container:nth-child(1) .circle {
    -webkit-animation-delay: 14ms;
    animation-delay: 14ms;
}
.circle-container:nth-child(2) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-2;
    animation-name: move-frames-2;
    -webkit-animation-duration: 9927ms;
    animation-duration: 9927ms;
    -webkit-animation-delay: 757ms;
    animation-delay: 757ms;
}
@-webkit-keyframes move-frames-2 {
    from {
        transform: translate3d(19vw, 104vh, 0);
    }
    to {
        transform: translate3d(88vw, -124vh, 0);
    }
}
@keyframes move-frames-2 {
    from {
        transform: translate3d(19vw, 104vh, 0);
    }
    to {
        transform: translate3d(88vw, -124vh, 0);
    }
}
.circle-container:nth-child(2) .circle {
    -webkit-animation-delay: 563ms;
    animation-delay: 563ms;
}
.circle-container:nth-child(3) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-3;
    animation-name: move-frames-3;
    -webkit-animation-duration: 9488ms;
    animation-duration: 9488ms;
    -webkit-animation-delay: 8670ms;
    animation-delay: 8670ms;
}
@-webkit-keyframes move-frames-3 {
    from {
        transform: translate3d(17vw, 106vh, 0);
    }
    to {
        transform: translate3d(82vw, -120vh, 0);
    }
}
@keyframes move-frames-3 {
    from {
        transform: translate3d(17vw, 106vh, 0);
    }
    to {
        transform: translate3d(82vw, -120vh, 0);
    }
}
.circle-container:nth-child(3) .circle {
    -webkit-animation-delay: 1396ms;
    animation-delay: 1396ms;
}
.circle-container:nth-child(4) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-4;
    animation-name: move-frames-4;
    -webkit-animation-duration: 7891ms;
    animation-duration: 7891ms;
    -webkit-animation-delay: 9074ms;
    animation-delay: 9074ms;
}
@-webkit-keyframes move-frames-4 {
    from {
        transform: translate3d(83vw, 105vh, 0);
    }
    to {
        transform: translate3d(1vw, -130vh, 0);
    }
}
@keyframes move-frames-4 {
    from {
        transform: translate3d(83vw, 105vh, 0);
    }
    to {
        transform: translate3d(1vw, -130vh, 0);
    }
}
.circle-container:nth-child(4) .circle {
    -webkit-animation-delay: 2836ms;
    animation-delay: 2836ms;
}
.circle-container:nth-child(5) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-5;
    animation-name: move-frames-5;
    -webkit-animation-duration: 10208ms;
    animation-duration: 10208ms;
    -webkit-animation-delay: 112ms;
    animation-delay: 112ms;
}
@-webkit-keyframes move-frames-5 {
    from {
        transform: translate3d(37vw, 101vh, 0);
    }
    to {
        transform: translate3d(100vw, -120vh, 0);
    }
}
@keyframes move-frames-5 {
    from {
        transform: translate3d(37vw, 101vh, 0);
    }
    to {
        transform: translate3d(100vw, -120vh, 0);
    }
}
.circle-container:nth-child(5) .circle {
    -webkit-animation-delay: 3213ms;
    animation-delay: 3213ms;
}
.circle-container:nth-child(6) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-6;
    animation-name: move-frames-6;
    -webkit-animation-duration: 10547ms;
    animation-duration: 10547ms;
    -webkit-animation-delay: 1786ms;
    animation-delay: 1786ms;
}
@-webkit-keyframes move-frames-6 {
    from {
        transform: translate3d(78vw, 104vh, 0);
    }
    to {
        transform: translate3d(46vw, -105vh, 0);
    }
}
@keyframes move-frames-6 {
    from {
        transform: translate3d(78vw, 104vh, 0);
    }
    to {
        transform: translate3d(46vw, -105vh, 0);
    }
}
.circle-container:nth-child(6) .circle {
    -webkit-animation-delay: 153ms;
    animation-delay: 153ms;
}
.circle-container:nth-child(7) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-7;
    animation-name: move-frames-7;
    -webkit-animation-duration: 7393ms;
    animation-duration: 7393ms;
    -webkit-animation-delay: 4594ms;
    animation-delay: 4594ms;
}
@-webkit-keyframes move-frames-7 {
    from {
        transform: translate3d(76vw, 102vh, 0);
    }
    to {
        transform: translate3d(32vw, -132vh, 0);
    }
}
@keyframes move-frames-7 {
    from {
        transform: translate3d(76vw, 102vh, 0);
    }
    to {
        transform: translate3d(32vw, -132vh, 0);
    }
}
.circle-container:nth-child(7) .circle {
    -webkit-animation-delay: 171ms;
    animation-delay: 171ms;
}
.circle-container:nth-child(8) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-8;
    animation-name: move-frames-8;
    -webkit-animation-duration: 7864ms;
    animation-duration: 7864ms;
    -webkit-animation-delay: 9955ms;
    animation-delay: 9955ms;
}
@-webkit-keyframes move-frames-8 {
    from {
        transform: translate3d(11vw, 107vh, 0);
    }
    to {
        transform: translate3d(11vw, -128vh, 0);
    }
}
@keyframes move-frames-8 {
    from {
        transform: translate3d(11vw, 107vh, 0);
    }
    to {
        transform: translate3d(11vw, -128vh, 0);
    }
}
.circle-container:nth-child(8) .circle {
    -webkit-animation-delay: 1336ms;
    animation-delay: 1336ms;
}
.circle-container:nth-child(9) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-9;
    animation-name: move-frames-9;
    -webkit-animation-duration: 9803ms;
    animation-duration: 9803ms;
    -webkit-animation-delay: 8245ms;
    animation-delay: 8245ms;
}
@-webkit-keyframes move-frames-9 {
    from {
        transform: translate3d(70vw, 102vh, 0);
    }
    to {
        transform: translate3d(88vw, -105vh, 0);
    }
}
@keyframes move-frames-9 {
    from {
        transform: translate3d(70vw, 102vh, 0);
    }
    to {
        transform: translate3d(88vw, -105vh, 0);
    }
}
.circle-container:nth-child(9) .circle {
    -webkit-animation-delay: 751ms;
    animation-delay: 751ms;
}
.circle-container:nth-child(10) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-10;
    animation-name: move-frames-10;
    -webkit-animation-duration: 7879ms;
    animation-duration: 7879ms;
    -webkit-animation-delay: 10722ms;
    animation-delay: 10722ms;
}
@-webkit-keyframes move-frames-10 {
    from {
        transform: translate3d(10vw, 104vh, 0);
    }
    to {
        transform: translate3d(18vw, -121vh, 0);
    }
}
@keyframes move-frames-10 {
    from {
        transform: translate3d(10vw, 104vh, 0);
    }
    to {
        transform: translate3d(18vw, -121vh, 0);
    }
}
.circle-container:nth-child(10) .circle {
    -webkit-animation-delay: 1707ms;
    animation-delay: 1707ms;
}
.circle-container:nth-child(11) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-11;
    animation-name: move-frames-11;
    -webkit-animation-duration: 9716ms;
    animation-duration: 9716ms;
    -webkit-animation-delay: 1715ms;
    animation-delay: 1715ms;
}
@-webkit-keyframes move-frames-11 {
    from {
        transform: translate3d(77vw, 102vh, 0);
    }
    to {
        transform: translate3d(85vw, -131vh, 0);
    }
}
@keyframes move-frames-11 {
    from {
        transform: translate3d(77vw, 102vh, 0);
    }
    to {
        transform: translate3d(85vw, -131vh, 0);
    }
}
.circle-container:nth-child(11) .circle {
    -webkit-animation-delay: 3694ms;
    animation-delay: 3694ms;
}
.circle-container:nth-child(12) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-12;
    animation-name: move-frames-12;
    -webkit-animation-duration: 9877ms;
    animation-duration: 9877ms;
    -webkit-animation-delay: 5917ms;
    animation-delay: 5917ms;
}
@-webkit-keyframes move-frames-12 {
    from {
        transform: translate3d(59vw, 105vh, 0);
    }
    to {
        transform: translate3d(48vw, -124vh, 0);
    }
}
@keyframes move-frames-12 {
    from {
        transform: translate3d(59vw, 105vh, 0);
    }
    to {
        transform: translate3d(48vw, -124vh, 0);
    }
}
.circle-container:nth-child(12) .circle {
    -webkit-animation-delay: 2784ms;
    animation-delay: 2784ms;
}
.circle-container:nth-child(13) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-13;
    animation-name: move-frames-13;
    -webkit-animation-duration: 7217ms;
    animation-duration: 7217ms;
    -webkit-animation-delay: 4353ms;
    animation-delay: 4353ms;
}
@-webkit-keyframes move-frames-13 {
    from {
        transform: translate3d(83vw, 110vh, 0);
    }
    to {
        transform: translate3d(69vw, -139vh, 0);
    }
}
@keyframes move-frames-13 {
    from {
        transform: translate3d(83vw, 110vh, 0);
    }
    to {
        transform: translate3d(69vw, -139vh, 0);
    }
}
.circle-container:nth-child(13) .circle {
    -webkit-animation-delay: 2677ms;
    animation-delay: 2677ms;
}
.circle-container:nth-child(14) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-14;
    animation-name: move-frames-14;
    -webkit-animation-duration: 8324ms;
    animation-duration: 8324ms;
    -webkit-animation-delay: 9209ms;
    animation-delay: 9209ms;
}
@-webkit-keyframes move-frames-14 {
    from {
        transform: translate3d(67vw, 110vh, 0);
    }
    to {
        transform: translate3d(11vw, -113vh, 0);
    }
}
@keyframes move-frames-14 {
    from {
        transform: translate3d(67vw, 110vh, 0);
    }
    to {
        transform: translate3d(11vw, -113vh, 0);
    }
}
.circle-container:nth-child(14) .circle {
    -webkit-animation-delay: 1232ms;
    animation-delay: 1232ms;
}
.circle-container:nth-child(15) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-15;
    animation-name: move-frames-15;
    -webkit-animation-duration: 8936ms;
    animation-duration: 8936ms;
    -webkit-animation-delay: 2005ms;
    animation-delay: 2005ms;
}
@-webkit-keyframes move-frames-15 {
    from {
        transform: translate3d(51vw, 107vh, 0);
    }
    to {
        transform: translate3d(67vw, -122vh, 0);
    }
}
@keyframes move-frames-15 {
    from {
        transform: translate3d(51vw, 107vh, 0);
    }
    to {
        transform: translate3d(67vw, -122vh, 0);
    }
}
.circle-container:nth-child(15) .circle {
    -webkit-animation-delay: 1087ms;
    animation-delay: 1087ms;
}
.circle-container:nth-child(16) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-16;
    animation-name: move-frames-16;
    -webkit-animation-duration: 9900ms;
    animation-duration: 9900ms;
    -webkit-animation-delay: 860ms;
    animation-delay: 860ms;
}
@-webkit-keyframes move-frames-16 {
    from {
        transform: translate3d(48vw, 102vh, 0);
    }
    to {
        transform: translate3d(32vw, -124vh, 0);
    }
}
@keyframes move-frames-16 {
    from {
        transform: translate3d(48vw, 102vh, 0);
    }
    to {
        transform: translate3d(32vw, -124vh, 0);
    }
}
.circle-container:nth-child(16) .circle {
    -webkit-animation-delay: 1179ms;
    animation-delay: 1179ms;
}
.circle-container:nth-child(17) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-17;
    animation-name: move-frames-17;
    -webkit-animation-duration: 10405ms;
    animation-duration: 10405ms;
    -webkit-animation-delay: 10118ms;
    animation-delay: 10118ms;
}
@-webkit-keyframes move-frames-17 {
    from {
        transform: translate3d(15vw, 108vh, 0);
    }
    to {
        transform: translate3d(12vw, -116vh, 0);
    }
}
@keyframes move-frames-17 {
    from {
        transform: translate3d(15vw, 108vh, 0);
    }
    to {
        transform: translate3d(12vw, -116vh, 0);
    }
}
.circle-container:nth-child(17) .circle {
    -webkit-animation-delay: 3007ms;
    animation-delay: 3007ms;
}
.circle-container:nth-child(18) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-18;
    animation-name: move-frames-18;
    -webkit-animation-duration: 9264ms;
    animation-duration: 9264ms;
    -webkit-animation-delay: 3140ms;
    animation-delay: 3140ms;
}
@-webkit-keyframes move-frames-18 {
    from {
        transform: translate3d(90vw, 105vh, 0);
    }
    to {
        transform: translate3d(58vw, -128vh, 0);
    }
}
@keyframes move-frames-18 {
    from {
        transform: translate3d(90vw, 105vh, 0);
    }
    to {
        transform: translate3d(58vw, -128vh, 0);
    }
}
.circle-container:nth-child(18) .circle {
    -webkit-animation-delay: 1457ms;
    animation-delay: 1457ms;
}
.circle-container:nth-child(19) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-19;
    animation-name: move-frames-19;
    -webkit-animation-duration: 7681ms;
    animation-duration: 7681ms;
    -webkit-animation-delay: 5336ms;
    animation-delay: 5336ms;
}
@-webkit-keyframes move-frames-19 {
    from {
        transform: translate3d(90vw, 105vh, 0);
    }
    to {
        transform: translate3d(79vw, -129vh, 0);
    }
}
@keyframes move-frames-19 {
    from {
        transform: translate3d(90vw, 105vh, 0);
    }
    to {
        transform: translate3d(79vw, -129vh, 0);
    }
}
.circle-container:nth-child(19) .circle {
    -webkit-animation-delay: 687ms;
    animation-delay: 687ms;
}
.circle-container:nth-child(20) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-20;
    animation-name: move-frames-20;
    -webkit-animation-duration: 7742ms;
    animation-duration: 7742ms;
    -webkit-animation-delay: 488ms;
    animation-delay: 488ms;
}
@-webkit-keyframes move-frames-20 {
    from {
        transform: translate3d(78vw, 107vh, 0);
    }
    to {
        transform: translate3d(62vw, -108vh, 0);
    }
}
@keyframes move-frames-20 {
    from {
        transform: translate3d(78vw, 107vh, 0);
    }
    to {
        transform: translate3d(62vw, -108vh, 0);
    }
}
.circle-container:nth-child(20) .circle {
    -webkit-animation-delay: 3694ms;
    animation-delay: 3694ms;
}
.circle-container:nth-child(21) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-21;
    animation-name: move-frames-21;
    -webkit-animation-duration: 8800ms;
    animation-duration: 8800ms;
    -webkit-animation-delay: 4170ms;
    animation-delay: 4170ms;
}
@-webkit-keyframes move-frames-21 {
    from {
        transform: translate3d(40vw, 101vh, 0);
    }
    to {
        transform: translate3d(10vw, -119vh, 0);
    }
}
@keyframes move-frames-21 {
    from {
        transform: translate3d(40vw, 101vh, 0);
    }
    to {
        transform: translate3d(10vw, -119vh, 0);
    }
}
.circle-container:nth-child(21) .circle {
    -webkit-animation-delay: 3560ms;
    animation-delay: 3560ms;
}
.circle-container:nth-child(22) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-22;
    animation-name: move-frames-22;
    -webkit-animation-duration: 10831ms;
    animation-duration: 10831ms;
    -webkit-animation-delay: 3759ms;
    animation-delay: 3759ms;
}
@-webkit-keyframes move-frames-22 {
    from {
        transform: translate3d(90vw, 103vh, 0);
    }
    to {
        transform: translate3d(39vw, -105vh, 0);
    }
}
@keyframes move-frames-22 {
    from {
        transform: translate3d(90vw, 103vh, 0);
    }
    to {
        transform: translate3d(39vw, -105vh, 0);
    }
}
.circle-container:nth-child(22) .circle {
    -webkit-animation-delay: 84ms;
    animation-delay: 84ms;
}
.circle-container:nth-child(23) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-23;
    animation-name: move-frames-23;
    -webkit-animation-duration: 9453ms;
    animation-duration: 9453ms;
    -webkit-animation-delay: 794ms;
    animation-delay: 794ms;
}
@-webkit-keyframes move-frames-23 {
    from {
        transform: translate3d(35vw, 107vh, 0);
    }
    to {
        transform: translate3d(28vw, -115vh, 0);
    }
}
@keyframes move-frames-23 {
    from {
        transform: translate3d(35vw, 107vh, 0);
    }
    to {
        transform: translate3d(28vw, -115vh, 0);
    }
}
.circle-container:nth-child(23) .circle {
    -webkit-animation-delay: 2764ms;
    animation-delay: 2764ms;
}
.circle-container:nth-child(24) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-24;
    animation-name: move-frames-24;
    -webkit-animation-duration: 7182ms;
    animation-duration: 7182ms;
    -webkit-animation-delay: 217ms;
    animation-delay: 217ms;
}
@-webkit-keyframes move-frames-24 {
    from {
        transform: translate3d(27vw, 101vh, 0);
    }
    to {
        transform: translate3d(21vw, -106vh, 0);
    }
}
@keyframes move-frames-24 {
    from {
        transform: translate3d(27vw, 101vh, 0);
    }
    to {
        transform: translate3d(21vw, -106vh, 0);
    }
}
.circle-container:nth-child(24) .circle {
    -webkit-animation-delay: 1931ms;
    animation-delay: 1931ms;
}
.circle-container:nth-child(25) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-25;
    animation-name: move-frames-25;
    -webkit-animation-duration: 8424ms;
    animation-duration: 8424ms;
    -webkit-animation-delay: 6792ms;
    animation-delay: 6792ms;
}
@-webkit-keyframes move-frames-25 {
    from {
        transform: translate3d(77vw, 103vh, 0);
    }
    to {
        transform: translate3d(56vw, -125vh, 0);
    }
}
@keyframes move-frames-25 {
    from {
        transform: translate3d(77vw, 103vh, 0);
    }
    to {
        transform: translate3d(56vw, -125vh, 0);
    }
}
.circle-container:nth-child(25) .circle {
    -webkit-animation-delay: 185ms;
    animation-delay: 185ms;
}
.circle-container:nth-child(26) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-26;
    animation-name: move-frames-26;
    -webkit-animation-duration: 7932ms;
    animation-duration: 7932ms;
    -webkit-animation-delay: 4131ms;
    animation-delay: 4131ms;
}
@-webkit-keyframes move-frames-26 {
    from {
        transform: translate3d(52vw, 102vh, 0);
    }
    to {
        transform: translate3d(97vw, -106vh, 0);
    }
}
@keyframes move-frames-26 {
    from {
        transform: translate3d(52vw, 102vh, 0);
    }
    to {
        transform: translate3d(97vw, -106vh, 0);
    }
}
.circle-container:nth-child(26) .circle {
    -webkit-animation-delay: 297ms;
    animation-delay: 297ms;
}
.circle-container:nth-child(27) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-27;
    animation-name: move-frames-27;
    -webkit-animation-duration: 8907ms;
    animation-duration: 8907ms;
    -webkit-animation-delay: 5835ms;
    animation-delay: 5835ms;
}
@-webkit-keyframes move-frames-27 {
    from {
        transform: translate3d(25vw, 110vh, 0);
    }
    to {
        transform: translate3d(95vw, -122vh, 0);
    }
}
@keyframes move-frames-27 {
    from {
        transform: translate3d(25vw, 110vh, 0);
    }
    to {
        transform: translate3d(95vw, -122vh, 0);
    }
}
.circle-container:nth-child(27) .circle {
    -webkit-animation-delay: 3943ms;
    animation-delay: 3943ms;
}
.circle-container:nth-child(28) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-28;
    animation-name: move-frames-28;
    -webkit-animation-duration: 7293ms;
    animation-duration: 7293ms;
    -webkit-animation-delay: 10176ms;
    animation-delay: 10176ms;
}
@-webkit-keyframes move-frames-28 {
    from {
        transform: translate3d(92vw, 106vh, 0);
    }
    to {
        transform: translate3d(10vw, -117vh, 0);
    }
}
@keyframes move-frames-28 {
    from {
        transform: translate3d(92vw, 106vh, 0);
    }
    to {
        transform: translate3d(10vw, -117vh, 0);
    }
}
.circle-container:nth-child(28) .circle {
    -webkit-animation-delay: 1759ms;
    animation-delay: 1759ms;
}
.circle-container:nth-child(29) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-29;
    animation-name: move-frames-29;
    -webkit-animation-duration: 10802ms;
    animation-duration: 10802ms;
    -webkit-animation-delay: 1191ms;
    animation-delay: 1191ms;
}
@-webkit-keyframes move-frames-29 {
    from {
        transform: translate3d(40vw, 108vh, 0);
    }
    to {
        transform: translate3d(19vw, -112vh, 0);
    }
}
@keyframes move-frames-29 {
    from {
        transform: translate3d(40vw, 108vh, 0);
    }
    to {
        transform: translate3d(19vw, -112vh, 0);
    }
}
.circle-container:nth-child(29) .circle {
    -webkit-animation-delay: 843ms;
    animation-delay: 843ms;
}
.circle-container:nth-child(30) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-30;
    animation-name: move-frames-30;
    -webkit-animation-duration: 9392ms;
    animation-duration: 9392ms;
    -webkit-animation-delay: 9677ms;
    animation-delay: 9677ms;
}
@-webkit-keyframes move-frames-30 {
    from {
        transform: translate3d(75vw, 107vh, 0);
    }
    to {
        transform: translate3d(60vw, -118vh, 0);
    }
}
@keyframes move-frames-30 {
    from {
        transform: translate3d(75vw, 107vh, 0);
    }
    to {
        transform: translate3d(60vw, -118vh, 0);
    }
}
.circle-container:nth-child(30) .circle {
    -webkit-animation-delay: 3490ms;
    animation-delay: 3490ms;
}
.circle-container:nth-child(31) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-31;
    animation-name: move-frames-31;
    -webkit-animation-duration: 10542ms;
    animation-duration: 10542ms;
    -webkit-animation-delay: 10948ms;
    animation-delay: 10948ms;
}
@-webkit-keyframes move-frames-31 {
    from {
        transform: translate3d(37vw, 101vh, 0);
    }
    to {
        transform: translate3d(41vw, -130vh, 0);
    }
}
@keyframes move-frames-31 {
    from {
        transform: translate3d(37vw, 101vh, 0);
    }
    to {
        transform: translate3d(41vw, -130vh, 0);
    }
}
.circle-container:nth-child(31) .circle {
    -webkit-animation-delay: 3031ms;
    animation-delay: 3031ms;
}
.circle-container:nth-child(32) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-32;
    animation-name: move-frames-32;
    -webkit-animation-duration: 8178ms;
    animation-duration: 8178ms;
    -webkit-animation-delay: 4436ms;
    animation-delay: 4436ms;
}
@-webkit-keyframes move-frames-32 {
    from {
        transform: translate3d(62vw, 110vh, 0);
    }
    to {
        transform: translate3d(47vw, -127vh, 0);
    }
}
@keyframes move-frames-32 {
    from {
        transform: translate3d(62vw, 110vh, 0);
    }
    to {
        transform: translate3d(47vw, -127vh, 0);
    }
}
.circle-container:nth-child(32) .circle {
    -webkit-animation-delay: 1914ms;
    animation-delay: 1914ms;
}
.circle-container:nth-child(33) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-33;
    animation-name: move-frames-33;
    -webkit-animation-duration: 9449ms;
    animation-duration: 9449ms;
    -webkit-animation-delay: 5176ms;
    animation-delay: 5176ms;
}
@-webkit-keyframes move-frames-33 {
    from {
        transform: translate3d(48vw, 106vh, 0);
    }
    to {
        transform: translate3d(47vw, -131vh, 0);
    }
}
@keyframes move-frames-33 {
    from {
        transform: translate3d(48vw, 106vh, 0);
    }
    to {
        transform: translate3d(47vw, -131vh, 0);
    }
}
.circle-container:nth-child(33) .circle {
    -webkit-animation-delay: 3134ms;
    animation-delay: 3134ms;
}
.circle-container:nth-child(34) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-34;
    animation-name: move-frames-34;
    -webkit-animation-duration: 9463ms;
    animation-duration: 9463ms;
    -webkit-animation-delay: 6205ms;
    animation-delay: 6205ms;
}
@-webkit-keyframes move-frames-34 {
    from {
        transform: translate3d(64vw, 107vh, 0);
    }
    to {
        transform: translate3d(47vw, -129vh, 0);
    }
}
@keyframes move-frames-34 {
    from {
        transform: translate3d(64vw, 107vh, 0);
    }
    to {
        transform: translate3d(47vw, -129vh, 0);
    }
}
.circle-container:nth-child(34) .circle {
    -webkit-animation-delay: 1651ms;
    animation-delay: 1651ms;
}
.circle-container:nth-child(35) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-35;
    animation-name: move-frames-35;
    -webkit-animation-duration: 10974ms;
    animation-duration: 10974ms;
    -webkit-animation-delay: 4087ms;
    animation-delay: 4087ms;
}
@-webkit-keyframes move-frames-35 {
    from {
        transform: translate3d(96vw, 104vh, 0);
    }
    to {
        transform: translate3d(32vw, -130vh, 0);
    }
}
@keyframes move-frames-35 {
    from {
        transform: translate3d(96vw, 104vh, 0);
    }
    to {
        transform: translate3d(32vw, -130vh, 0);
    }
}
.circle-container:nth-child(35) .circle {
    -webkit-animation-delay: 2712ms;
    animation-delay: 2712ms;
}
.circle-container:nth-child(36) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-36;
    animation-name: move-frames-36;
    -webkit-animation-duration: 9602ms;
    animation-duration: 9602ms;
    -webkit-animation-delay: 10312ms;
    animation-delay: 10312ms;
}
@-webkit-keyframes move-frames-36 {
    from {
        transform: translate3d(74vw, 104vh, 0);
    }
    to {
        transform: translate3d(78vw, -134vh, 0);
    }
}
@keyframes move-frames-36 {
    from {
        transform: translate3d(74vw, 104vh, 0);
    }
    to {
        transform: translate3d(78vw, -134vh, 0);
    }
}
.circle-container:nth-child(36) .circle {
    -webkit-animation-delay: 2887ms;
    animation-delay: 2887ms;
}
.circle-container:nth-child(37) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-37;
    animation-name: move-frames-37;
    -webkit-animation-duration: 7177ms;
    animation-duration: 7177ms;
    -webkit-animation-delay: 1742ms;
    animation-delay: 1742ms;
}
@-webkit-keyframes move-frames-37 {
    from {
        transform: translate3d(44vw, 110vh, 0);
    }
    to {
        transform: translate3d(40vw, -111vh, 0);
    }
}
@keyframes move-frames-37 {
    from {
        transform: translate3d(44vw, 110vh, 0);
    }
    to {
        transform: translate3d(40vw, -111vh, 0);
    }
}
.circle-container:nth-child(37) .circle {
    -webkit-animation-delay: 1654ms;
    animation-delay: 1654ms;
}
.circle-container:nth-child(38) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-38;
    animation-name: move-frames-38;
    -webkit-animation-duration: 9743ms;
    animation-duration: 9743ms;
    -webkit-animation-delay: 1920ms;
    animation-delay: 1920ms;
}
@-webkit-keyframes move-frames-38 {
    from {
        transform: translate3d(92vw, 109vh, 0);
    }
    to {
        transform: translate3d(19vw, -113vh, 0);
    }
}
@keyframes move-frames-38 {
    from {
        transform: translate3d(92vw, 109vh, 0);
    }
    to {
        transform: translate3d(19vw, -113vh, 0);
    }
}
.circle-container:nth-child(38) .circle {
    -webkit-animation-delay: 283ms;
    animation-delay: 283ms;
}
.circle-container:nth-child(39) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-39;
    animation-name: move-frames-39;
    -webkit-animation-duration: 7200ms;
    animation-duration: 7200ms;
    -webkit-animation-delay: 10330ms;
    animation-delay: 10330ms;
}
@-webkit-keyframes move-frames-39 {
    from {
        transform: translate3d(92vw, 109vh, 0);
    }
    to {
        transform: translate3d(74vw, -120vh, 0);
    }
}
@keyframes move-frames-39 {
    from {
        transform: translate3d(92vw, 109vh, 0);
    }
    to {
        transform: translate3d(74vw, -120vh, 0);
    }
}
.circle-container:nth-child(39) .circle {
    -webkit-animation-delay: 1304ms;
    animation-delay: 1304ms;
}
.circle-container:nth-child(40) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-40;
    animation-name: move-frames-40;
    -webkit-animation-duration: 10796ms;
    animation-duration: 10796ms;
    -webkit-animation-delay: 9862ms;
    animation-delay: 9862ms;
}
@-webkit-keyframes move-frames-40 {
    from {
        transform: translate3d(40vw, 103vh, 0);
    }
    to {
        transform: translate3d(72vw, -115vh, 0);
    }
}
@keyframes move-frames-40 {
    from {
        transform: translate3d(40vw, 103vh, 0);
    }
    to {
        transform: translate3d(72vw, -115vh, 0);
    }
}
.circle-container:nth-child(40) .circle {
    -webkit-animation-delay: 3730ms;
    animation-delay: 3730ms;
}
.circle-container:nth-child(41) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-41;
    animation-name: move-frames-41;
    -webkit-animation-duration: 9031ms;
    animation-duration: 9031ms;
    -webkit-animation-delay: 4361ms;
    animation-delay: 4361ms;
}
@-webkit-keyframes move-frames-41 {
    from {
        transform: translate3d(64vw, 101vh, 0);
    }
    to {
        transform: translate3d(78vw, -105vh, 0);
    }
}
@keyframes move-frames-41 {
    from {
        transform: translate3d(64vw, 101vh, 0);
    }
    to {
        transform: translate3d(78vw, -105vh, 0);
    }
}
.circle-container:nth-child(41) .circle {
    -webkit-animation-delay: 1940ms;
    animation-delay: 1940ms;
}
.circle-container:nth-child(42) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-42;
    animation-name: move-frames-42;
    -webkit-animation-duration: 9337ms;
    animation-duration: 9337ms;
    -webkit-animation-delay: 710ms;
    animation-delay: 710ms;
}
@-webkit-keyframes move-frames-42 {
    from {
        transform: translate3d(14vw, 109vh, 0);
    }
    to {
        transform: translate3d(67vw, -130vh, 0);
    }
}
@keyframes move-frames-42 {
    from {
        transform: translate3d(14vw, 109vh, 0);
    }
    to {
        transform: translate3d(67vw, -130vh, 0);
    }
}
.circle-container:nth-child(42) .circle {
    -webkit-animation-delay: 1120ms;
    animation-delay: 1120ms;
}
.circle-container:nth-child(43) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-43;
    animation-name: move-frames-43;
    -webkit-animation-duration: 8828ms;
    animation-duration: 8828ms;
    -webkit-animation-delay: 6938ms;
    animation-delay: 6938ms;
}
@-webkit-keyframes move-frames-43 {
    from {
        transform: translate3d(97vw, 107vh, 0);
    }
    to {
        transform: translate3d(53vw, -116vh, 0);
    }
}
@keyframes move-frames-43 {
    from {
        transform: translate3d(97vw, 107vh, 0);
    }
    to {
        transform: translate3d(53vw, -116vh, 0);
    }
}
.circle-container:nth-child(43) .circle {
    -webkit-animation-delay: 3542ms;
    animation-delay: 3542ms;
}
.circle-container:nth-child(44) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-44;
    animation-name: move-frames-44;
    -webkit-animation-duration: 7915ms;
    animation-duration: 7915ms;
    -webkit-animation-delay: 3785ms;
    animation-delay: 3785ms;
}
@-webkit-keyframes move-frames-44 {
    from {
        transform: translate3d(22vw, 102vh, 0);
    }
    to {
        transform: translate3d(75vw, -115vh, 0);
    }
}
@keyframes move-frames-44 {
    from {
        transform: translate3d(22vw, 102vh, 0);
    }
    to {
        transform: translate3d(75vw, -115vh, 0);
    }
}
.circle-container:nth-child(44) .circle {
    -webkit-animation-delay: 1206ms;
    animation-delay: 1206ms;
}
.circle-container:nth-child(45) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-45;
    animation-name: move-frames-45;
    -webkit-animation-duration: 7388ms;
    animation-duration: 7388ms;
    -webkit-animation-delay: 3461ms;
    animation-delay: 3461ms;
}
@-webkit-keyframes move-frames-45 {
    from {
        transform: translate3d(93vw, 102vh, 0);
    }
    to {
        transform: translate3d(74vw, -110vh, 0);
    }
}
@keyframes move-frames-45 {
    from {
        transform: translate3d(93vw, 102vh, 0);
    }
    to {
        transform: translate3d(74vw, -110vh, 0);
    }
}
.circle-container:nth-child(45) .circle {
    -webkit-animation-delay: 3573ms;
    animation-delay: 3573ms;
}
.circle-container:nth-child(46) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-46;
    animation-name: move-frames-46;
    -webkit-animation-duration: 8956ms;
    animation-duration: 8956ms;
    -webkit-animation-delay: 6434ms;
    animation-delay: 6434ms;
}
@-webkit-keyframes move-frames-46 {
    from {
        transform: translate3d(37vw, 102vh, 0);
    }
    to {
        transform: translate3d(40vw, -120vh, 0);
    }
}
@keyframes move-frames-46 {
    from {
        transform: translate3d(37vw, 102vh, 0);
    }
    to {
        transform: translate3d(40vw, -120vh, 0);
    }
}
.circle-container:nth-child(46) .circle {
    -webkit-animation-delay: 2130ms;
    animation-delay: 2130ms;
}
.circle-container:nth-child(47) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-47;
    animation-name: move-frames-47;
    -webkit-animation-duration: 7486ms;
    animation-duration: 7486ms;
    -webkit-animation-delay: 3590ms;
    animation-delay: 3590ms;
}
@-webkit-keyframes move-frames-47 {
    from {
        transform: translate3d(1vw, 101vh, 0);
    }
    to {
        transform: translate3d(11vw, -125vh, 0);
    }
}
@keyframes move-frames-47 {
    from {
        transform: translate3d(1vw, 101vh, 0);
    }
    to {
        transform: translate3d(11vw, -125vh, 0);
    }
}
.circle-container:nth-child(47) .circle {
    -webkit-animation-delay: 1897ms;
    animation-delay: 1897ms;
}
.circle-container:nth-child(48) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-48;
    animation-name: move-frames-48;
    -webkit-animation-duration: 8555ms;
    animation-duration: 8555ms;
    -webkit-animation-delay: 155ms;
    animation-delay: 155ms;
}
@-webkit-keyframes move-frames-48 {
    from {
        transform: translate3d(29vw, 107vh, 0);
    }
    to {
        transform: translate3d(50vw, -118vh, 0);
    }
}
@keyframes move-frames-48 {
    from {
        transform: translate3d(29vw, 107vh, 0);
    }
    to {
        transform: translate3d(50vw, -118vh, 0);
    }
}
.circle-container:nth-child(48) .circle {
    -webkit-animation-delay: 2912ms;
    animation-delay: 2912ms;
}
.circle-container:nth-child(49) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-49;
    animation-name: move-frames-49;
    -webkit-animation-duration: 7221ms;
    animation-duration: 7221ms;
    -webkit-animation-delay: 6207ms;
    animation-delay: 6207ms;
}
@-webkit-keyframes move-frames-49 {
    from {
        transform: translate3d(53vw, 107vh, 0);
    }
    to {
        transform: translate3d(24vw, -134vh, 0);
    }
}
@keyframes move-frames-49 {
    from {
        transform: translate3d(53vw, 107vh, 0);
    }
    to {
        transform: translate3d(24vw, -134vh, 0);
    }
}
.circle-container:nth-child(49) .circle {
    -webkit-animation-delay: 1541ms;
    animation-delay: 1541ms;
}
.circle-container:nth-child(50) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-50;
    animation-name: move-frames-50;
    -webkit-animation-duration: 10524ms;
    animation-duration: 10524ms;
    -webkit-animation-delay: 10187ms;
    animation-delay: 10187ms;
}
@-webkit-keyframes move-frames-50 {
    from {
        transform: translate3d(77vw, 106vh, 0);
    }
    to {
        transform: translate3d(30vw, -112vh, 0);
    }
}
@keyframes move-frames-50 {
    from {
        transform: translate3d(77vw, 106vh, 0);
    }
    to {
        transform: translate3d(30vw, -112vh, 0);
    }
}
.circle-container:nth-child(50) .circle {
    -webkit-animation-delay: 2285ms;
    animation-delay: 2285ms;
}
.circle-container:nth-child(51) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-51;
    animation-name: move-frames-51;
    -webkit-animation-duration: 10710ms;
    animation-duration: 10710ms;
    -webkit-animation-delay: 5971ms;
    animation-delay: 5971ms;
}
@-webkit-keyframes move-frames-51 {
    from {
        transform: translate3d(55vw, 106vh, 0);
    }
    to {
        transform: translate3d(40vw, -129vh, 0);
    }
}
@keyframes move-frames-51 {
    from {
        transform: translate3d(55vw, 106vh, 0);
    }
    to {
        transform: translate3d(40vw, -129vh, 0);
    }
}
.circle-container:nth-child(51) .circle {
    -webkit-animation-delay: 3082ms;
    animation-delay: 3082ms;
}
.circle-container:nth-child(52) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-52;
    animation-name: move-frames-52;
    -webkit-animation-duration: 10865ms;
    animation-duration: 10865ms;
    -webkit-animation-delay: 3696ms;
    animation-delay: 3696ms;
}
@-webkit-keyframes move-frames-52 {
    from {
        transform: translate3d(5vw, 105vh, 0);
    }
    to {
        transform: translate3d(58vw, -135vh, 0);
    }
}
@keyframes move-frames-52 {
    from {
        transform: translate3d(5vw, 105vh, 0);
    }
    to {
        transform: translate3d(58vw, -135vh, 0);
    }
}
.circle-container:nth-child(52) .circle {
    -webkit-animation-delay: 2164ms;
    animation-delay: 2164ms;
}
.circle-container:nth-child(53) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-53;
    animation-name: move-frames-53;
    -webkit-animation-duration: 8706ms;
    animation-duration: 8706ms;
    -webkit-animation-delay: 9425ms;
    animation-delay: 9425ms;
}
@-webkit-keyframes move-frames-53 {
    from {
        transform: translate3d(26vw, 102vh, 0);
    }
    to {
        transform: translate3d(89vw, -113vh, 0);
    }
}
@keyframes move-frames-53 {
    from {
        transform: translate3d(26vw, 102vh, 0);
    }
    to {
        transform: translate3d(89vw, -113vh, 0);
    }
}
.circle-container:nth-child(53) .circle {
    -webkit-animation-delay: 3209ms;
    animation-delay: 3209ms;
}
.circle-container:nth-child(54) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-54;
    animation-name: move-frames-54;
    -webkit-animation-duration: 10866ms;
    animation-duration: 10866ms;
    -webkit-animation-delay: 4770ms;
    animation-delay: 4770ms;
}
@-webkit-keyframes move-frames-54 {
    from {
        transform: translate3d(30vw, 105vh, 0);
    }
    to {
        transform: translate3d(17vw, -114vh, 0);
    }
}
@keyframes move-frames-54 {
    from {
        transform: translate3d(30vw, 105vh, 0);
    }
    to {
        transform: translate3d(17vw, -114vh, 0);
    }
}
.circle-container:nth-child(54) .circle {
    -webkit-animation-delay: 2100ms;
    animation-delay: 2100ms;
}
.circle-container:nth-child(55) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-55;
    animation-name: move-frames-55;
    -webkit-animation-duration: 9184ms;
    animation-duration: 9184ms;
    -webkit-animation-delay: 9972ms;
    animation-delay: 9972ms;
}
@-webkit-keyframes move-frames-55 {
    from {
        transform: translate3d(56vw, 101vh, 0);
    }
    to {
        transform: translate3d(16vw, -115vh, 0);
    }
}
@keyframes move-frames-55 {
    from {
        transform: translate3d(56vw, 101vh, 0);
    }
    to {
        transform: translate3d(16vw, -115vh, 0);
    }
}
.circle-container:nth-child(55) .circle {
    -webkit-animation-delay: 3563ms;
    animation-delay: 3563ms;
}
.circle-container:nth-child(56) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-56;
    animation-name: move-frames-56;
    -webkit-animation-duration: 9662ms;
    animation-duration: 9662ms;
    -webkit-animation-delay: 8622ms;
    animation-delay: 8622ms;
}
@-webkit-keyframes move-frames-56 {
    from {
        transform: translate3d(84vw, 101vh, 0);
    }
    to {
        transform: translate3d(91vw, -116vh, 0);
    }
}
@keyframes move-frames-56 {
    from {
        transform: translate3d(84vw, 101vh, 0);
    }
    to {
        transform: translate3d(91vw, -116vh, 0);
    }
}
.circle-container:nth-child(56) .circle {
    -webkit-animation-delay: 1610ms;
    animation-delay: 1610ms;
}
.circle-container:nth-child(57) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-57;
    animation-name: move-frames-57;
    -webkit-animation-duration: 10831ms;
    animation-duration: 10831ms;
    -webkit-animation-delay: 8701ms;
    animation-delay: 8701ms;
}
@-webkit-keyframes move-frames-57 {
    from {
        transform: translate3d(76vw, 107vh, 0);
    }
    to {
        transform: translate3d(89vw, -127vh, 0);
    }
}
@keyframes move-frames-57 {
    from {
        transform: translate3d(76vw, 107vh, 0);
    }
    to {
        transform: translate3d(89vw, -127vh, 0);
    }
}
.circle-container:nth-child(57) .circle {
    -webkit-animation-delay: 3589ms;
    animation-delay: 3589ms;
}
.circle-container:nth-child(58) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-58;
    animation-name: move-frames-58;
    -webkit-animation-duration: 10260ms;
    animation-duration: 10260ms;
    -webkit-animation-delay: 4877ms;
    animation-delay: 4877ms;
}
@-webkit-keyframes move-frames-58 {
    from {
        transform: translate3d(13vw, 102vh, 0);
    }
    to {
        transform: translate3d(84vw, -129vh, 0);
    }
}
@keyframes move-frames-58 {
    from {
        transform: translate3d(13vw, 102vh, 0);
    }
    to {
        transform: translate3d(84vw, -129vh, 0);
    }
}
.circle-container:nth-child(58) .circle {
    -webkit-animation-delay: 1206ms;
    animation-delay: 1206ms;
}
.circle-container:nth-child(59) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-59;
    animation-name: move-frames-59;
    -webkit-animation-duration: 9446ms;
    animation-duration: 9446ms;
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms;
}
@-webkit-keyframes move-frames-59 {
    from {
        transform: translate3d(28vw, 106vh, 0);
    }
    to {
        transform: translate3d(14vw, -126vh, 0);
    }
}
@keyframes move-frames-59 {
    from {
        transform: translate3d(28vw, 106vh, 0);
    }
    to {
        transform: translate3d(14vw, -126vh, 0);
    }
}
.circle-container:nth-child(59) .circle {
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms;
}
.circle-container:nth-child(60) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-60;
    animation-name: move-frames-60;
    -webkit-animation-duration: 9711ms;
    animation-duration: 9711ms;
    -webkit-animation-delay: 8261ms;
    animation-delay: 8261ms;
}
@-webkit-keyframes move-frames-60 {
    from {
        transform: translate3d(10vw, 108vh, 0);
    }
    to {
        transform: translate3d(72vw, -123vh, 0);
    }
}
@keyframes move-frames-60 {
    from {
        transform: translate3d(10vw, 108vh, 0);
    }
    to {
        transform: translate3d(72vw, -123vh, 0);
    }
}
.circle-container:nth-child(60) .circle {
    -webkit-animation-delay: 3497ms;
    animation-delay: 3497ms;
}
.circle-container:nth-child(61) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-61;
    animation-name: move-frames-61;
    -webkit-animation-duration: 7981ms;
    animation-duration: 7981ms;
    -webkit-animation-delay: 10697ms;
    animation-delay: 10697ms;
}
@-webkit-keyframes move-frames-61 {
    from {
        transform: translate3d(31vw, 104vh, 0);
    }
    to {
        transform: translate3d(75vw, -114vh, 0);
    }
}
@keyframes move-frames-61 {
    from {
        transform: translate3d(31vw, 104vh, 0);
    }
    to {
        transform: translate3d(75vw, -114vh, 0);
    }
}
.circle-container:nth-child(61) .circle {
    -webkit-animation-delay: 1606ms;
    animation-delay: 1606ms;
}
.circle-container:nth-child(62) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-62;
    animation-name: move-frames-62;
    -webkit-animation-duration: 9621ms;
    animation-duration: 9621ms;
    -webkit-animation-delay: 2430ms;
    animation-delay: 2430ms;
}
@-webkit-keyframes move-frames-62 {
    from {
        transform: translate3d(8vw, 102vh, 0);
    }
    to {
        transform: translate3d(42vw, -125vh, 0);
    }
}
@keyframes move-frames-62 {
    from {
        transform: translate3d(8vw, 102vh, 0);
    }
    to {
        transform: translate3d(42vw, -125vh, 0);
    }
}
.circle-container:nth-child(62) .circle {
    -webkit-animation-delay: 1209ms;
    animation-delay: 1209ms;
}
.circle-container:nth-child(63) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-63;
    animation-name: move-frames-63;
    -webkit-animation-duration: 7909ms;
    animation-duration: 7909ms;
    -webkit-animation-delay: 6132ms;
    animation-delay: 6132ms;
}
@-webkit-keyframes move-frames-63 {
    from {
        transform: translate3d(67vw, 106vh, 0);
    }
    to {
        transform: translate3d(15vw, -123vh, 0);
    }
}
@keyframes move-frames-63 {
    from {
        transform: translate3d(67vw, 106vh, 0);
    }
    to {
        transform: translate3d(15vw, -123vh, 0);
    }
}
.circle-container:nth-child(63) .circle {
    -webkit-animation-delay: 1523ms;
    animation-delay: 1523ms;
}
.circle-container:nth-child(64) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-64;
    animation-name: move-frames-64;
    -webkit-animation-duration: 7121ms;
    animation-duration: 7121ms;
    -webkit-animation-delay: 1745ms;
    animation-delay: 1745ms;
}
@-webkit-keyframes move-frames-64 {
    from {
        transform: translate3d(92vw, 106vh, 0);
    }
    to {
        transform: translate3d(21vw, -130vh, 0);
    }
}
@keyframes move-frames-64 {
    from {
        transform: translate3d(92vw, 106vh, 0);
    }
    to {
        transform: translate3d(21vw, -130vh, 0);
    }
}
.circle-container:nth-child(64) .circle {
    -webkit-animation-delay: 2325ms;
    animation-delay: 2325ms;
}
.circle-container:nth-child(65) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-65;
    animation-name: move-frames-65;
    -webkit-animation-duration: 9456ms;
    animation-duration: 9456ms;
    -webkit-animation-delay: 7221ms;
    animation-delay: 7221ms;
}
@-webkit-keyframes move-frames-65 {
    from {
        transform: translate3d(41vw, 104vh, 0);
    }
    to {
        transform: translate3d(26vw, -106vh, 0);
    }
}
@keyframes move-frames-65 {
    from {
        transform: translate3d(41vw, 104vh, 0);
    }
    to {
        transform: translate3d(26vw, -106vh, 0);
    }
}
.circle-container:nth-child(65) .circle {
    -webkit-animation-delay: 1472ms;
    animation-delay: 1472ms;
}
.circle-container:nth-child(66) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-66;
    animation-name: move-frames-66;
    -webkit-animation-duration: 8772ms;
    animation-duration: 8772ms;
    -webkit-animation-delay: 2891ms;
    animation-delay: 2891ms;
}
@-webkit-keyframes move-frames-66 {
    from {
        transform: translate3d(3vw, 102vh, 0);
    }
    to {
        transform: translate3d(83vw, -115vh, 0);
    }
}
@keyframes move-frames-66 {
    from {
        transform: translate3d(3vw, 102vh, 0);
    }
    to {
        transform: translate3d(83vw, -115vh, 0);
    }
}
.circle-container:nth-child(66) .circle {
    -webkit-animation-delay: 682ms;
    animation-delay: 682ms;
}
.circle-container:nth-child(67) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-67;
    animation-name: move-frames-67;
    -webkit-animation-duration: 8462ms;
    animation-duration: 8462ms;
    -webkit-animation-delay: 3832ms;
    animation-delay: 3832ms;
}
@-webkit-keyframes move-frames-67 {
    from {
        transform: translate3d(44vw, 107vh, 0);
    }
    to {
        transform: translate3d(5vw, -125vh, 0);
    }
}
@keyframes move-frames-67 {
    from {
        transform: translate3d(44vw, 107vh, 0);
    }
    to {
        transform: translate3d(5vw, -125vh, 0);
    }
}
.circle-container:nth-child(67) .circle {
    -webkit-animation-delay: 2299ms;
    animation-delay: 2299ms;
}
.circle-container:nth-child(68) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-68;
    animation-name: move-frames-68;
    -webkit-animation-duration: 7860ms;
    animation-duration: 7860ms;
    -webkit-animation-delay: 10866ms;
    animation-delay: 10866ms;
}
@-webkit-keyframes move-frames-68 {
    from {
        transform: translate3d(64vw, 105vh, 0);
    }
    to {
        transform: translate3d(54vw, -125vh, 0);
    }
}
@keyframes move-frames-68 {
    from {
        transform: translate3d(64vw, 105vh, 0);
    }
    to {
        transform: translate3d(54vw, -125vh, 0);
    }
}
.circle-container:nth-child(68) .circle {
    -webkit-animation-delay: 801ms;
    animation-delay: 801ms;
}
.circle-container:nth-child(69) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-69;
    animation-name: move-frames-69;
    -webkit-animation-duration: 9273ms;
    animation-duration: 9273ms;
    -webkit-animation-delay: 7750ms;
    animation-delay: 7750ms;
}
@-webkit-keyframes move-frames-69 {
    from {
        transform: translate3d(98vw, 102vh, 0);
    }
    to {
        transform: translate3d(36vw, -116vh, 0);
    }
}
@keyframes move-frames-69 {
    from {
        transform: translate3d(98vw, 102vh, 0);
    }
    to {
        transform: translate3d(36vw, -116vh, 0);
    }
}
.circle-container:nth-child(69) .circle {
    -webkit-animation-delay: 764ms;
    animation-delay: 764ms;
}
.circle-container:nth-child(70) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-70;
    animation-name: move-frames-70;
    -webkit-animation-duration: 8093ms;
    animation-duration: 8093ms;
    -webkit-animation-delay: 6320ms;
    animation-delay: 6320ms;
}
@-webkit-keyframes move-frames-70 {
    from {
        transform: translate3d(29vw, 110vh, 0);
    }
    to {
        transform: translate3d(96vw, -137vh, 0);
    }
}
@keyframes move-frames-70 {
    from {
        transform: translate3d(29vw, 110vh, 0);
    }
    to {
        transform: translate3d(96vw, -137vh, 0);
    }
}
.circle-container:nth-child(70) .circle {
    -webkit-animation-delay: 3939ms;
    animation-delay: 3939ms;
}
.circle-container:nth-child(71) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-71;
    animation-name: move-frames-71;
    -webkit-animation-duration: 9030ms;
    animation-duration: 9030ms;
    -webkit-animation-delay: 1234ms;
    animation-delay: 1234ms;
}
@-webkit-keyframes move-frames-71 {
    from {
        transform: translate3d(37vw, 110vh, 0);
    }
    to {
        transform: translate3d(53vw, -120vh, 0);
    }
}
@keyframes move-frames-71 {
    from {
        transform: translate3d(37vw, 110vh, 0);
    }
    to {
        transform: translate3d(53vw, -120vh, 0);
    }
}
.circle-container:nth-child(71) .circle {
    -webkit-animation-delay: 1993ms;
    animation-delay: 1993ms;
}
.circle-container:nth-child(72) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-72;
    animation-name: move-frames-72;
    -webkit-animation-duration: 7198ms;
    animation-duration: 7198ms;
    -webkit-animation-delay: 5877ms;
    animation-delay: 5877ms;
}
@-webkit-keyframes move-frames-72 {
    from {
        transform: translate3d(2vw, 102vh, 0);
    }
    to {
        transform: translate3d(83vw, -120vh, 0);
    }
}
@keyframes move-frames-72 {
    from {
        transform: translate3d(2vw, 102vh, 0);
    }
    to {
        transform: translate3d(83vw, -120vh, 0);
    }
}
.circle-container:nth-child(72) .circle {
    -webkit-animation-delay: 387ms;
    animation-delay: 387ms;
}
.circle-container:nth-child(73) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-73;
    animation-name: move-frames-73;
    -webkit-animation-duration: 10602ms;
    animation-duration: 10602ms;
    -webkit-animation-delay: 10826ms;
    animation-delay: 10826ms;
}
@-webkit-keyframes move-frames-73 {
    from {
        transform: translate3d(17vw, 104vh, 0);
    }
    to {
        transform: translate3d(43vw, -126vh, 0);
    }
}
@keyframes move-frames-73 {
    from {
        transform: translate3d(17vw, 104vh, 0);
    }
    to {
        transform: translate3d(43vw, -126vh, 0);
    }
}
.circle-container:nth-child(73) .circle {
    -webkit-animation-delay: 608ms;
    animation-delay: 608ms;
}
.circle-container:nth-child(74) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-74;
    animation-name: move-frames-74;
    -webkit-animation-duration: 8719ms;
    animation-duration: 8719ms;
    -webkit-animation-delay: 6633ms;
    animation-delay: 6633ms;
}
@-webkit-keyframes move-frames-74 {
    from {
        transform: translate3d(39vw, 103vh, 0);
    }
    to {
        transform: translate3d(12vw, -108vh, 0);
    }
}
@keyframes move-frames-74 {
    from {
        transform: translate3d(39vw, 103vh, 0);
    }
    to {
        transform: translate3d(12vw, -108vh, 0);
    }
}
.circle-container:nth-child(74) .circle {
    -webkit-animation-delay: 1535ms;
    animation-delay: 1535ms;
}
.circle-container:nth-child(75) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-75;
    animation-name: move-frames-75;
    -webkit-animation-duration: 10881ms;
    animation-duration: 10881ms;
    -webkit-animation-delay: 522ms;
    animation-delay: 522ms;
}
@-webkit-keyframes move-frames-75 {
    from {
        transform: translate3d(2vw, 101vh, 0);
    }
    to {
        transform: translate3d(18vw, -125vh, 0);
    }
}
@keyframes move-frames-75 {
    from {
        transform: translate3d(2vw, 101vh, 0);
    }
    to {
        transform: translate3d(18vw, -125vh, 0);
    }
}
.circle-container:nth-child(75) .circle {
    -webkit-animation-delay: 3423ms;
    animation-delay: 3423ms;
}
.circle-container:nth-child(76) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-76;
    animation-name: move-frames-76;
    -webkit-animation-duration: 9961ms;
    animation-duration: 9961ms;
    -webkit-animation-delay: 6409ms;
    animation-delay: 6409ms;
}
@-webkit-keyframes move-frames-76 {
    from {
        transform: translate3d(27vw, 101vh, 0);
    }
    to {
        transform: translate3d(90vw, -131vh, 0);
    }
}
@keyframes move-frames-76 {
    from {
        transform: translate3d(27vw, 101vh, 0);
    }
    to {
        transform: translate3d(90vw, -131vh, 0);
    }
}
.circle-container:nth-child(76) .circle {
    -webkit-animation-delay: 2374ms;
    animation-delay: 2374ms;
}
.circle-container:nth-child(77) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-77;
    animation-name: move-frames-77;
    -webkit-animation-duration: 7958ms;
    animation-duration: 7958ms;
    -webkit-animation-delay: 5353ms;
    animation-delay: 5353ms;
}
@-webkit-keyframes move-frames-77 {
    from {
        transform: translate3d(90vw, 103vh, 0);
    }
    to {
        transform: translate3d(38vw, -124vh, 0);
    }
}
@keyframes move-frames-77 {
    from {
        transform: translate3d(90vw, 103vh, 0);
    }
    to {
        transform: translate3d(38vw, -124vh, 0);
    }
}
.circle-container:nth-child(77) .circle {
    -webkit-animation-delay: 2467ms;
    animation-delay: 2467ms;
}
.circle-container:nth-child(78) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-78;
    animation-name: move-frames-78;
    -webkit-animation-duration: 7589ms;
    animation-duration: 7589ms;
    -webkit-animation-delay: 5010ms;
    animation-delay: 5010ms;
}
@-webkit-keyframes move-frames-78 {
    from {
        transform: translate3d(31vw, 104vh, 0);
    }
    to {
        transform: translate3d(82vw, -125vh, 0);
    }
}
@keyframes move-frames-78 {
    from {
        transform: translate3d(31vw, 104vh, 0);
    }
    to {
        transform: translate3d(82vw, -125vh, 0);
    }
}
.circle-container:nth-child(78) .circle {
    -webkit-animation-delay: 606ms;
    animation-delay: 606ms;
}
.circle-container:nth-child(79) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-79;
    animation-name: move-frames-79;
    -webkit-animation-duration: 7537ms;
    animation-duration: 7537ms;
    -webkit-animation-delay: 1909ms;
    animation-delay: 1909ms;
}
@-webkit-keyframes move-frames-79 {
    from {
        transform: translate3d(30vw, 105vh, 0);
    }
    to {
        transform: translate3d(36vw, -117vh, 0);
    }
}
@keyframes move-frames-79 {
    from {
        transform: translate3d(30vw, 105vh, 0);
    }
    to {
        transform: translate3d(36vw, -117vh, 0);
    }
}
.circle-container:nth-child(79) .circle {
    -webkit-animation-delay: 1932ms;
    animation-delay: 1932ms;
}
.circle-container:nth-child(80) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-80;
    animation-name: move-frames-80;
    -webkit-animation-duration: 9722ms;
    animation-duration: 9722ms;
    -webkit-animation-delay: 1434ms;
    animation-delay: 1434ms;
}
@-webkit-keyframes move-frames-80 {
    from {
        transform: translate3d(22vw, 104vh, 0);
    }
    to {
        transform: translate3d(38vw, -111vh, 0);
    }
}
@keyframes move-frames-80 {
    from {
        transform: translate3d(22vw, 104vh, 0);
    }
    to {
        transform: translate3d(38vw, -111vh, 0);
    }
}
.circle-container:nth-child(80) .circle {
    -webkit-animation-delay: 652ms;
    animation-delay: 652ms;
}
.circle-container:nth-child(81) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-81;
    animation-name: move-frames-81;
    -webkit-animation-duration: 9880ms;
    animation-duration: 9880ms;
    -webkit-animation-delay: 2536ms;
    animation-delay: 2536ms;
}
@-webkit-keyframes move-frames-81 {
    from {
        transform: translate3d(6vw, 108vh, 0);
    }
    to {
        transform: translate3d(25vw, -131vh, 0);
    }
}
@keyframes move-frames-81 {
    from {
        transform: translate3d(6vw, 108vh, 0);
    }
    to {
        transform: translate3d(25vw, -131vh, 0);
    }
}
.circle-container:nth-child(81) .circle {
    -webkit-animation-delay: 2618ms;
    animation-delay: 2618ms;
}
.circle-container:nth-child(82) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-82;
    animation-name: move-frames-82;
    -webkit-animation-duration: 10079ms;
    animation-duration: 10079ms;
    -webkit-animation-delay: 10987ms;
    animation-delay: 10987ms;
}
@-webkit-keyframes move-frames-82 {
    from {
        transform: translate3d(30vw, 101vh, 0);
    }
    to {
        transform: translate3d(25vw, -109vh, 0);
    }
}
@keyframes move-frames-82 {
    from {
        transform: translate3d(30vw, 101vh, 0);
    }
    to {
        transform: translate3d(25vw, -109vh, 0);
    }
}
.circle-container:nth-child(82) .circle {
    -webkit-animation-delay: 207ms;
    animation-delay: 207ms;
}
.circle-container:nth-child(83) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-83;
    animation-name: move-frames-83;
    -webkit-animation-duration: 8933ms;
    animation-duration: 8933ms;
    -webkit-animation-delay: 6335ms;
    animation-delay: 6335ms;
}
@-webkit-keyframes move-frames-83 {
    from {
        transform: translate3d(75vw, 107vh, 0);
    }
    to {
        transform: translate3d(8vw, -134vh, 0);
    }
}
@keyframes move-frames-83 {
    from {
        transform: translate3d(75vw, 107vh, 0);
    }
    to {
        transform: translate3d(8vw, -134vh, 0);
    }
}
.circle-container:nth-child(83) .circle {
    -webkit-animation-delay: 1378ms;
    animation-delay: 1378ms;
}
.circle-container:nth-child(84) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-84;
    animation-name: move-frames-84;
    -webkit-animation-duration: 9401ms;
    animation-duration: 9401ms;
    -webkit-animation-delay: 4565ms;
    animation-delay: 4565ms;
}
@-webkit-keyframes move-frames-84 {
    from {
        transform: translate3d(89vw, 101vh, 0);
    }
    to {
        transform: translate3d(48vw, -126vh, 0);
    }
}
@keyframes move-frames-84 {
    from {
        transform: translate3d(89vw, 101vh, 0);
    }
    to {
        transform: translate3d(48vw, -126vh, 0);
    }
}
.circle-container:nth-child(84) .circle {
    -webkit-animation-delay: 160ms;
    animation-delay: 160ms;
}
.circle-container:nth-child(85) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-85;
    animation-name: move-frames-85;
    -webkit-animation-duration: 9435ms;
    animation-duration: 9435ms;
    -webkit-animation-delay: 429ms;
    animation-delay: 429ms;
}
@-webkit-keyframes move-frames-85 {
    from {
        transform: translate3d(73vw, 108vh, 0);
    }
    to {
        transform: translate3d(45vw, -133vh, 0);
    }
}
@keyframes move-frames-85 {
    from {
        transform: translate3d(73vw, 108vh, 0);
    }
    to {
        transform: translate3d(45vw, -133vh, 0);
    }
}
.circle-container:nth-child(85) .circle {
    -webkit-animation-delay: 53ms;
    animation-delay: 53ms;
}
.circle-container:nth-child(86) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-86;
    animation-name: move-frames-86;
    -webkit-animation-duration: 10710ms;
    animation-duration: 10710ms;
    -webkit-animation-delay: 1002ms;
    animation-delay: 1002ms;
}
@-webkit-keyframes move-frames-86 {
    from {
        transform: translate3d(58vw, 104vh, 0);
    }
    to {
        transform: translate3d(65vw, -131vh, 0);
    }
}
@keyframes move-frames-86 {
    from {
        transform: translate3d(58vw, 104vh, 0);
    }
    to {
        transform: translate3d(65vw, -131vh, 0);
    }
}
.circle-container:nth-child(86) .circle {
    -webkit-animation-delay: 348ms;
    animation-delay: 348ms;
}
.circle-container:nth-child(87) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-87;
    animation-name: move-frames-87;
    -webkit-animation-duration: 10641ms;
    animation-duration: 10641ms;
    -webkit-animation-delay: 7648ms;
    animation-delay: 7648ms;
}
@-webkit-keyframes move-frames-87 {
    from {
        transform: translate3d(72vw, 105vh, 0);
    }
    to {
        transform: translate3d(74vw, -106vh, 0);
    }
}
@keyframes move-frames-87 {
    from {
        transform: translate3d(72vw, 105vh, 0);
    }
    to {
        transform: translate3d(74vw, -106vh, 0);
    }
}
.circle-container:nth-child(87) .circle {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
}
.circle-container:nth-child(88) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-88;
    animation-name: move-frames-88;
    -webkit-animation-duration: 10556ms;
    animation-duration: 10556ms;
    -webkit-animation-delay: 126ms;
    animation-delay: 126ms;
}
@-webkit-keyframes move-frames-88 {
    from {
        transform: translate3d(41vw, 102vh, 0);
    }
    to {
        transform: translate3d(29vw, -114vh, 0);
    }
}
@keyframes move-frames-88 {
    from {
        transform: translate3d(41vw, 102vh, 0);
    }
    to {
        transform: translate3d(29vw, -114vh, 0);
    }
}
.circle-container:nth-child(88) .circle {
    -webkit-animation-delay: 3093ms;
    animation-delay: 3093ms;
}
.circle-container:nth-child(89) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-89;
    animation-name: move-frames-89;
    -webkit-animation-duration: 8701ms;
    animation-duration: 8701ms;
    -webkit-animation-delay: 1908ms;
    animation-delay: 1908ms;
}
@-webkit-keyframes move-frames-89 {
    from {
        transform: translate3d(55vw, 109vh, 0);
    }
    to {
        transform: translate3d(86vw, -117vh, 0);
    }
}
@keyframes move-frames-89 {
    from {
        transform: translate3d(55vw, 109vh, 0);
    }
    to {
        transform: translate3d(86vw, -117vh, 0);
    }
}
.circle-container:nth-child(89) .circle {
    -webkit-animation-delay: 3502ms;
    animation-delay: 3502ms;
}
.circle-container:nth-child(90) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-90;
    animation-name: move-frames-90;
    -webkit-animation-duration: 7777ms;
    animation-duration: 7777ms;
    -webkit-animation-delay: 10086ms;
    animation-delay: 10086ms;
}
@-webkit-keyframes move-frames-90 {
    from {
        transform: translate3d(8vw, 107vh, 0);
    }
    to {
        transform: translate3d(73vw, -115vh, 0);
    }
}
@keyframes move-frames-90 {
    from {
        transform: translate3d(8vw, 107vh, 0);
    }
    to {
        transform: translate3d(73vw, -115vh, 0);
    }
}
.circle-container:nth-child(90) .circle {
    -webkit-animation-delay: 903ms;
    animation-delay: 903ms;
}
.circle-container:nth-child(91) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-91;
    animation-name: move-frames-91;
    -webkit-animation-duration: 8635ms;
    animation-duration: 8635ms;
    -webkit-animation-delay: 10843ms;
    animation-delay: 10843ms;
}
@-webkit-keyframes move-frames-91 {
    from {
        transform: translate3d(15vw, 109vh, 0);
    }
    to {
        transform: translate3d(100vw, -123vh, 0);
    }
}
@keyframes move-frames-91 {
    from {
        transform: translate3d(15vw, 109vh, 0);
    }
    to {
        transform: translate3d(100vw, -123vh, 0);
    }
}
.circle-container:nth-child(91) .circle {
    -webkit-animation-delay: 1922ms;
    animation-delay: 1922ms;
}
.circle-container:nth-child(92) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-92;
    animation-name: move-frames-92;
    -webkit-animation-duration: 7740ms;
    animation-duration: 7740ms;
    -webkit-animation-delay: 3661ms;
    animation-delay: 3661ms;
}
@-webkit-keyframes move-frames-92 {
    from {
        transform: translate3d(57vw, 109vh, 0);
    }
    to {
        transform: translate3d(88vw, -122vh, 0);
    }
}
@keyframes move-frames-92 {
    from {
        transform: translate3d(57vw, 109vh, 0);
    }
    to {
        transform: translate3d(88vw, -122vh, 0);
    }
}
.circle-container:nth-child(92) .circle {
    -webkit-animation-delay: 1578ms;
    animation-delay: 1578ms;
}
.circle-container:nth-child(93) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-93;
    animation-name: move-frames-93;
    -webkit-animation-duration: 8055ms;
    animation-duration: 8055ms;
    -webkit-animation-delay: 5932ms;
    animation-delay: 5932ms;
}
@-webkit-keyframes move-frames-93 {
    from {
        transform: translate3d(15vw, 109vh, 0);
    }
    to {
        transform: translate3d(69vw, -129vh, 0);
    }
}
@keyframes move-frames-93 {
    from {
        transform: translate3d(15vw, 109vh, 0);
    }
    to {
        transform: translate3d(69vw, -129vh, 0);
    }
}
.circle-container:nth-child(93) .circle {
    -webkit-animation-delay: 1126ms;
    animation-delay: 1126ms;
}
.circle-container:nth-child(94) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-94;
    animation-name: move-frames-94;
    -webkit-animation-duration: 9787ms;
    animation-duration: 9787ms;
    -webkit-animation-delay: 1818ms;
    animation-delay: 1818ms;
}
@-webkit-keyframes move-frames-94 {
    from {
        transform: translate3d(10vw, 102vh, 0);
    }
    to {
        transform: translate3d(91vw, -103vh, 0);
    }
}
@keyframes move-frames-94 {
    from {
        transform: translate3d(10vw, 102vh, 0);
    }
    to {
        transform: translate3d(91vw, -103vh, 0);
    }
}
.circle-container:nth-child(94) .circle {
    -webkit-animation-delay: 3130ms;
    animation-delay: 3130ms;
}
.circle-container:nth-child(95) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-95;
    animation-name: move-frames-95;
    -webkit-animation-duration: 10306ms;
    animation-duration: 10306ms;
    -webkit-animation-delay: 3068ms;
    animation-delay: 3068ms;
}
@-webkit-keyframes move-frames-95 {
    from {
        transform: translate3d(35vw, 104vh, 0);
    }
    to {
        transform: translate3d(88vw, -110vh, 0);
    }
}
@keyframes move-frames-95 {
    from {
        transform: translate3d(35vw, 104vh, 0);
    }
    to {
        transform: translate3d(88vw, -110vh, 0);
    }
}
.circle-container:nth-child(95) .circle {
    -webkit-animation-delay: 1880ms;
    animation-delay: 1880ms;
}
.circle-container:nth-child(96) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-96;
    animation-name: move-frames-96;
    -webkit-animation-duration: 9194ms;
    animation-duration: 9194ms;
    -webkit-animation-delay: 2153ms;
    animation-delay: 2153ms;
}
@-webkit-keyframes move-frames-96 {
    from {
        transform: translate3d(21vw, 108vh, 0);
    }
    to {
        transform: translate3d(82vw, -119vh, 0);
    }
}
@keyframes move-frames-96 {
    from {
        transform: translate3d(21vw, 108vh, 0);
    }
    to {
        transform: translate3d(82vw, -119vh, 0);
    }
}
.circle-container:nth-child(96) .circle {
    -webkit-animation-delay: 3372ms;
    animation-delay: 3372ms;
}
.circle-container:nth-child(97) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-97;
    animation-name: move-frames-97;
    -webkit-animation-duration: 9641ms;
    animation-duration: 9641ms;
    -webkit-animation-delay: 1754ms;
    animation-delay: 1754ms;
}
@-webkit-keyframes move-frames-97 {
    from {
        transform: translate3d(8vw, 109vh, 0);
    }
    to {
        transform: translate3d(98vw, -118vh, 0);
    }
}
@keyframes move-frames-97 {
    from {
        transform: translate3d(8vw, 109vh, 0);
    }
    to {
        transform: translate3d(98vw, -118vh, 0);
    }
}
.circle-container:nth-child(97) .circle {
    -webkit-animation-delay: 3842ms;
    animation-delay: 3842ms;
}
.circle-container:nth-child(98) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-98;
    animation-name: move-frames-98;
    -webkit-animation-duration: 7480ms;
    animation-duration: 7480ms;
    -webkit-animation-delay: 6220ms;
    animation-delay: 6220ms;
}
@-webkit-keyframes move-frames-98 {
    from {
        transform: translate3d(29vw, 101vh, 0);
    }
    to {
        transform: translate3d(50vw, -107vh, 0);
    }
}
@keyframes move-frames-98 {
    from {
        transform: translate3d(29vw, 101vh, 0);
    }
    to {
        transform: translate3d(50vw, -107vh, 0);
    }
}
.circle-container:nth-child(98) .circle {
    -webkit-animation-delay: 308ms;
    animation-delay: 308ms;
}
.circle-container:nth-child(99) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-99;
    animation-name: move-frames-99;
    -webkit-animation-duration: 7201ms;
    animation-duration: 7201ms;
    -webkit-animation-delay: 5048ms;
    animation-delay: 5048ms;
}
@-webkit-keyframes move-frames-99 {
    from {
        transform: translate3d(13vw, 102vh, 0);
    }
    to {
        transform: translate3d(67vw, -128vh, 0);
    }
}
@keyframes move-frames-99 {
    from {
        transform: translate3d(13vw, 102vh, 0);
    }
    to {
        transform: translate3d(67vw, -128vh, 0);
    }
}
.circle-container:nth-child(99) .circle {
    -webkit-animation-delay: 2100ms;
    animation-delay: 2100ms;
}
.circle-container:nth-child(100) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-100;
    animation-name: move-frames-100;
    -webkit-animation-duration: 10545ms;
    animation-duration: 10545ms;
    -webkit-animation-delay: 5598ms;
    animation-delay: 5598ms;
}
@-webkit-keyframes move-frames-100 {
    from {
        transform: translate3d(57vw, 107vh, 0);
    }
    to {
        transform: translate3d(49vw, -130vh, 0);
    }
}
@keyframes move-frames-100 {
    from {
        transform: translate3d(57vw, 107vh, 0);
    }
    to {
        transform: translate3d(49vw, -130vh, 0);
    }
}
.circle-container:nth-child(100) .circle {
    -webkit-animation-delay: 1646ms;
    animation-delay: 1646ms;
}
.circle-container:nth-child(101) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-101;
    animation-name: move-frames-101;
    -webkit-animation-duration: 9114ms;
    animation-duration: 9114ms;
    -webkit-animation-delay: 5870ms;
    animation-delay: 5870ms;
}
@-webkit-keyframes move-frames-101 {
    from {
        transform: translate3d(67vw, 104vh, 0);
    }
    to {
        transform: translate3d(83vw, -120vh, 0);
    }
}
@keyframes move-frames-101 {
    from {
        transform: translate3d(67vw, 104vh, 0);
    }
    to {
        transform: translate3d(83vw, -120vh, 0);
    }
}
.circle-container:nth-child(101) .circle {
    -webkit-animation-delay: 2235ms;
    animation-delay: 2235ms;
}
.circle-container:nth-child(102) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-102;
    animation-name: move-frames-102;
    -webkit-animation-duration: 7155ms;
    animation-duration: 7155ms;
    -webkit-animation-delay: 4469ms;
    animation-delay: 4469ms;
}
@-webkit-keyframes move-frames-102 {
    from {
        transform: translate3d(71vw, 110vh, 0);
    }
    to {
        transform: translate3d(70vw, -135vh, 0);
    }
}
@keyframes move-frames-102 {
    from {
        transform: translate3d(71vw, 110vh, 0);
    }
    to {
        transform: translate3d(70vw, -135vh, 0);
    }
}
.circle-container:nth-child(102) .circle {
    -webkit-animation-delay: 1636ms;
    animation-delay: 1636ms;
}
.circle-container:nth-child(103) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-103;
    animation-name: move-frames-103;
    -webkit-animation-duration: 10313ms;
    animation-duration: 10313ms;
    -webkit-animation-delay: 7549ms;
    animation-delay: 7549ms;
}
@-webkit-keyframes move-frames-103 {
    from {
        transform: translate3d(62vw, 106vh, 0);
    }
    to {
        transform: translate3d(94vw, -136vh, 0);
    }
}
@keyframes move-frames-103 {
    from {
        transform: translate3d(62vw, 106vh, 0);
    }
    to {
        transform: translate3d(94vw, -136vh, 0);
    }
}
.circle-container:nth-child(103) .circle {
    -webkit-animation-delay: 3360ms;
    animation-delay: 3360ms;
}
.circle-container:nth-child(104) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-104;
    animation-name: move-frames-104;
    -webkit-animation-duration: 9364ms;
    animation-duration: 9364ms;
    -webkit-animation-delay: 436ms;
    animation-delay: 436ms;
}
@-webkit-keyframes move-frames-104 {
    from {
        transform: translate3d(34vw, 108vh, 0);
    }
    to {
        transform: translate3d(6vw, -134vh, 0);
    }
}
@keyframes move-frames-104 {
    from {
        transform: translate3d(34vw, 108vh, 0);
    }
    to {
        transform: translate3d(6vw, -134vh, 0);
    }
}
.circle-container:nth-child(104) .circle {
    -webkit-animation-delay: 3733ms;
    animation-delay: 3733ms;
}
.circle-container:nth-child(105) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-105;
    animation-name: move-frames-105;
    -webkit-animation-duration: 7863ms;
    animation-duration: 7863ms;
    -webkit-animation-delay: 6511ms;
    animation-delay: 6511ms;
}
@-webkit-keyframes move-frames-105 {
    from {
        transform: translate3d(11vw, 102vh, 0);
    }
    to {
        transform: translate3d(11vw, -113vh, 0);
    }
}
@keyframes move-frames-105 {
    from {
        transform: translate3d(11vw, 102vh, 0);
    }
    to {
        transform: translate3d(11vw, -113vh, 0);
    }
}
.circle-container:nth-child(105) .circle {
    -webkit-animation-delay: 2834ms;
    animation-delay: 2834ms;
}
.circle-container:nth-child(106) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-106;
    animation-name: move-frames-106;
    -webkit-animation-duration: 10470ms;
    animation-duration: 10470ms;
    -webkit-animation-delay: 1031ms;
    animation-delay: 1031ms;
}
@-webkit-keyframes move-frames-106 {
    from {
        transform: translate3d(35vw, 108vh, 0);
    }
    to {
        transform: translate3d(91vw, -118vh, 0);
    }
}
@keyframes move-frames-106 {
    from {
        transform: translate3d(35vw, 108vh, 0);
    }
    to {
        transform: translate3d(91vw, -118vh, 0);
    }
}
.circle-container:nth-child(106) .circle {
    -webkit-animation-delay: 3808ms;
    animation-delay: 3808ms;
}
.circle-container:nth-child(107) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-107;
    animation-name: move-frames-107;
    -webkit-animation-duration: 7498ms;
    animation-duration: 7498ms;
    -webkit-animation-delay: 8714ms;
    animation-delay: 8714ms;
}
@-webkit-keyframes move-frames-107 {
    from {
        transform: translate3d(36vw, 110vh, 0);
    }
    to {
        transform: translate3d(24vw, -129vh, 0);
    }
}
@keyframes move-frames-107 {
    from {
        transform: translate3d(36vw, 110vh, 0);
    }
    to {
        transform: translate3d(24vw, -129vh, 0);
    }
}
.circle-container:nth-child(107) .circle {
    -webkit-animation-delay: 2848ms;
    animation-delay: 2848ms;
}
.circle-container:nth-child(108) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-108;
    animation-name: move-frames-108;
    -webkit-animation-duration: 10785ms;
    animation-duration: 10785ms;
    -webkit-animation-delay: 2868ms;
    animation-delay: 2868ms;
}
@-webkit-keyframes move-frames-108 {
    from {
        transform: translate3d(64vw, 101vh, 0);
    }
    to {
        transform: translate3d(93vw, -123vh, 0);
    }
}
@keyframes move-frames-108 {
    from {
        transform: translate3d(64vw, 101vh, 0);
    }
    to {
        transform: translate3d(93vw, -123vh, 0);
    }
}
.circle-container:nth-child(108) .circle {
    -webkit-animation-delay: 2957ms;
    animation-delay: 2957ms;
}
.circle-container:nth-child(109) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-109;
    animation-name: move-frames-109;
    -webkit-animation-duration: 10036ms;
    animation-duration: 10036ms;
    -webkit-animation-delay: 3753ms;
    animation-delay: 3753ms;
}
@-webkit-keyframes move-frames-109 {
    from {
        transform: translate3d(82vw, 102vh, 0);
    }
    to {
        transform: translate3d(1vw, -103vh, 0);
    }
}
@keyframes move-frames-109 {
    from {
        transform: translate3d(82vw, 102vh, 0);
    }
    to {
        transform: translate3d(1vw, -103vh, 0);
    }
}
.circle-container:nth-child(109) .circle {
    -webkit-animation-delay: 3201ms;
    animation-delay: 3201ms;
}
.circle-container:nth-child(110) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-110;
    animation-name: move-frames-110;
    -webkit-animation-duration: 7758ms;
    animation-duration: 7758ms;
    -webkit-animation-delay: 4947ms;
    animation-delay: 4947ms;
}
@-webkit-keyframes move-frames-110 {
    from {
        transform: translate3d(58vw, 108vh, 0);
    }
    to {
        transform: translate3d(65vw, -111vh, 0);
    }
}
@keyframes move-frames-110 {
    from {
        transform: translate3d(58vw, 108vh, 0);
    }
    to {
        transform: translate3d(65vw, -111vh, 0);
    }
}
.circle-container:nth-child(110) .circle {
    -webkit-animation-delay: 1795ms;
    animation-delay: 1795ms;
}
.circle-container:nth-child(111) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-111;
    animation-name: move-frames-111;
    -webkit-animation-duration: 10197ms;
    animation-duration: 10197ms;
    -webkit-animation-delay: 4046ms;
    animation-delay: 4046ms;
}
@-webkit-keyframes move-frames-111 {
    from {
        transform: translate3d(96vw, 105vh, 0);
    }
    to {
        transform: translate3d(20vw, -113vh, 0);
    }
}
@keyframes move-frames-111 {
    from {
        transform: translate3d(96vw, 105vh, 0);
    }
    to {
        transform: translate3d(20vw, -113vh, 0);
    }
}
.circle-container:nth-child(111) .circle {
    -webkit-animation-delay: 1033ms;
    animation-delay: 1033ms;
}
.circle-container:nth-child(112) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-112;
    animation-name: move-frames-112;
    -webkit-animation-duration: 10696ms;
    animation-duration: 10696ms;
    -webkit-animation-delay: 3214ms;
    animation-delay: 3214ms;
}
@-webkit-keyframes move-frames-112 {
    from {
        transform: translate3d(29vw, 102vh, 0);
    }
    to {
        transform: translate3d(83vw, -121vh, 0);
    }
}
@keyframes move-frames-112 {
    from {
        transform: translate3d(29vw, 102vh, 0);
    }
    to {
        transform: translate3d(83vw, -121vh, 0);
    }
}
.circle-container:nth-child(112) .circle {
    -webkit-animation-delay: 648ms;
    animation-delay: 648ms;
}
.circle-container:nth-child(113) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-113;
    animation-name: move-frames-113;
    -webkit-animation-duration: 8484ms;
    animation-duration: 8484ms;
    -webkit-animation-delay: 2347ms;
    animation-delay: 2347ms;
}
@-webkit-keyframes move-frames-113 {
    from {
        transform: translate3d(28vw, 101vh, 0);
    }
    to {
        transform: translate3d(8vw, -131vh, 0);
    }
}
@keyframes move-frames-113 {
    from {
        transform: translate3d(28vw, 101vh, 0);
    }
    to {
        transform: translate3d(8vw, -131vh, 0);
    }
}
.circle-container:nth-child(113) .circle {
    -webkit-animation-delay: 384ms;
    animation-delay: 384ms;
}
.circle-container:nth-child(114) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-114;
    animation-name: move-frames-114;
    -webkit-animation-duration: 8462ms;
    animation-duration: 8462ms;
    -webkit-animation-delay: 6244ms;
    animation-delay: 6244ms;
}
@-webkit-keyframes move-frames-114 {
    from {
        transform: translate3d(13vw, 107vh, 0);
    }
    to {
        transform: translate3d(85vw, -108vh, 0);
    }
}
@keyframes move-frames-114 {
    from {
        transform: translate3d(13vw, 107vh, 0);
    }
    to {
        transform: translate3d(85vw, -108vh, 0);
    }
}
.circle-container:nth-child(114) .circle {
    -webkit-animation-delay: 3170ms;
    animation-delay: 3170ms;
}
.circle-container:nth-child(115) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-115;
    animation-name: move-frames-115;
    -webkit-animation-duration: 9210ms;
    animation-duration: 9210ms;
    -webkit-animation-delay: 10267ms;
    animation-delay: 10267ms;
}
@-webkit-keyframes move-frames-115 {
    from {
        transform: translate3d(70vw, 102vh, 0);
    }
    to {
        transform: translate3d(33vw, -108vh, 0);
    }
}
@keyframes move-frames-115 {
    from {
        transform: translate3d(70vw, 102vh, 0);
    }
    to {
        transform: translate3d(33vw, -108vh, 0);
    }
}
.circle-container:nth-child(115) .circle {
    -webkit-animation-delay: 387ms;
    animation-delay: 387ms;
}
.circle-container:nth-child(116) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-116;
    animation-name: move-frames-116;
    -webkit-animation-duration: 9976ms;
    animation-duration: 9976ms;
    -webkit-animation-delay: 10697ms;
    animation-delay: 10697ms;
}
@-webkit-keyframes move-frames-116 {
    from {
        transform: translate3d(25vw, 101vh, 0);
    }
    to {
        transform: translate3d(53vw, -119vh, 0);
    }
}
@keyframes move-frames-116 {
    from {
        transform: translate3d(25vw, 101vh, 0);
    }
    to {
        transform: translate3d(53vw, -119vh, 0);
    }
}
.circle-container:nth-child(116) .circle {
    -webkit-animation-delay: 802ms;
    animation-delay: 802ms;
}
.circle-container:nth-child(117) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-117;
    animation-name: move-frames-117;
    -webkit-animation-duration: 7496ms;
    animation-duration: 7496ms;
    -webkit-animation-delay: 1706ms;
    animation-delay: 1706ms;
}
@-webkit-keyframes move-frames-117 {
    from {
        transform: translate3d(38vw, 103vh, 0);
    }
    to {
        transform: translate3d(93vw, -118vh, 0);
    }
}
@keyframes move-frames-117 {
    from {
        transform: translate3d(38vw, 103vh, 0);
    }
    to {
        transform: translate3d(93vw, -118vh, 0);
    }
}
.circle-container:nth-child(117) .circle {
    -webkit-animation-delay: 1524ms;
    animation-delay: 1524ms;
}
.circle-container:nth-child(118) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-118;
    animation-name: move-frames-118;
    -webkit-animation-duration: 7186ms;
    animation-duration: 7186ms;
    -webkit-animation-delay: 3484ms;
    animation-delay: 3484ms;
}
@-webkit-keyframes move-frames-118 {
    from {
        transform: translate3d(60vw, 105vh, 0);
    }
    to {
        transform: translate3d(12vw, -114vh, 0);
    }
}
@keyframes move-frames-118 {
    from {
        transform: translate3d(60vw, 105vh, 0);
    }
    to {
        transform: translate3d(12vw, -114vh, 0);
    }
}
.circle-container:nth-child(118) .circle {
    -webkit-animation-delay: 881ms;
    animation-delay: 881ms;
}
.circle-container:nth-child(119) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-119;
    animation-name: move-frames-119;
    -webkit-animation-duration: 9358ms;
    animation-duration: 9358ms;
    -webkit-animation-delay: 1957ms;
    animation-delay: 1957ms;
}
@-webkit-keyframes move-frames-119 {
    from {
        transform: translate3d(86vw, 102vh, 0);
    }
    to {
        transform: translate3d(85vw, -112vh, 0);
    }
}
@keyframes move-frames-119 {
    from {
        transform: translate3d(86vw, 102vh, 0);
    }
    to {
        transform: translate3d(85vw, -112vh, 0);
    }
}
.circle-container:nth-child(119) .circle {
    -webkit-animation-delay: 2710ms;
    animation-delay: 2710ms;
}
.circle-container:nth-child(120) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-120;
    animation-name: move-frames-120;
    -webkit-animation-duration: 10367ms;
    animation-duration: 10367ms;
    -webkit-animation-delay: 9057ms;
    animation-delay: 9057ms;
}
@-webkit-keyframes move-frames-120 {
    from {
        transform: translate3d(4vw, 109vh, 0);
    }
    to {
        transform: translate3d(59vw, -120vh, 0);
    }
}
@keyframes move-frames-120 {
    from {
        transform: translate3d(4vw, 109vh, 0);
    }
    to {
        transform: translate3d(59vw, -120vh, 0);
    }
}
.circle-container:nth-child(120) .circle {
    -webkit-animation-delay: 2834ms;
    animation-delay: 2834ms;
}
.circle-container:nth-child(121) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-121;
    animation-name: move-frames-121;
    -webkit-animation-duration: 7715ms;
    animation-duration: 7715ms;
    -webkit-animation-delay: 9707ms;
    animation-delay: 9707ms;
}
@-webkit-keyframes move-frames-121 {
    from {
        transform: translate3d(17vw, 105vh, 0);
    }
    to {
        transform: translate3d(60vw, -128vh, 0);
    }
}
@keyframes move-frames-121 {
    from {
        transform: translate3d(17vw, 105vh, 0);
    }
    to {
        transform: translate3d(60vw, -128vh, 0);
    }
}
.circle-container:nth-child(121) .circle {
    -webkit-animation-delay: 713ms;
    animation-delay: 713ms;
}
.circle-container:nth-child(122) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-122;
    animation-name: move-frames-122;
    -webkit-animation-duration: 10778ms;
    animation-duration: 10778ms;
    -webkit-animation-delay: 9769ms;
    animation-delay: 9769ms;
}
@-webkit-keyframes move-frames-122 {
    from {
        transform: translate3d(99vw, 104vh, 0);
    }
    to {
        transform: translate3d(36vw, -106vh, 0);
    }
}
@keyframes move-frames-122 {
    from {
        transform: translate3d(99vw, 104vh, 0);
    }
    to {
        transform: translate3d(36vw, -106vh, 0);
    }
}
.circle-container:nth-child(122) .circle {
    -webkit-animation-delay: 1759ms;
    animation-delay: 1759ms;
}
.circle-container:nth-child(123) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-123;
    animation-name: move-frames-123;
    -webkit-animation-duration: 9707ms;
    animation-duration: 9707ms;
    -webkit-animation-delay: 2753ms;
    animation-delay: 2753ms;
}
@-webkit-keyframes move-frames-123 {
    from {
        transform: translate3d(12vw, 104vh, 0);
    }
    to {
        transform: translate3d(86vw, -121vh, 0);
    }
}
@keyframes move-frames-123 {
    from {
        transform: translate3d(12vw, 104vh, 0);
    }
    to {
        transform: translate3d(86vw, -121vh, 0);
    }
}
.circle-container:nth-child(123) .circle {
    -webkit-animation-delay: 358ms;
    animation-delay: 358ms;
}
.circle-container:nth-child(124) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-124;
    animation-name: move-frames-124;
    -webkit-animation-duration: 8275ms;
    animation-duration: 8275ms;
    -webkit-animation-delay: 5236ms;
    animation-delay: 5236ms;
}
@-webkit-keyframes move-frames-124 {
    from {
        transform: translate3d(49vw, 101vh, 0);
    }
    to {
        transform: translate3d(52vw, -131vh, 0);
    }
}
@keyframes move-frames-124 {
    from {
        transform: translate3d(49vw, 101vh, 0);
    }
    to {
        transform: translate3d(52vw, -131vh, 0);
    }
}
.circle-container:nth-child(124) .circle {
    -webkit-animation-delay: 277ms;
    animation-delay: 277ms;
}
.circle-container:nth-child(125) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-125;
    animation-name: move-frames-125;
    -webkit-animation-duration: 8083ms;
    animation-duration: 8083ms;
    -webkit-animation-delay: 845ms;
    animation-delay: 845ms;
}
@-webkit-keyframes move-frames-125 {
    from {
        transform: translate3d(72vw, 102vh, 0);
    }
    to {
        transform: translate3d(84vw, -120vh, 0);
    }
}
@keyframes move-frames-125 {
    from {
        transform: translate3d(72vw, 102vh, 0);
    }
    to {
        transform: translate3d(84vw, -120vh, 0);
    }
}
.circle-container:nth-child(125) .circle {
    -webkit-animation-delay: 787ms;
    animation-delay: 787ms;
}
.circle-container:nth-child(126) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-126;
    animation-name: move-frames-126;
    -webkit-animation-duration: 8427ms;
    animation-duration: 8427ms;
    -webkit-animation-delay: 7483ms;
    animation-delay: 7483ms;
}
@-webkit-keyframes move-frames-126 {
    from {
        transform: translate3d(34vw, 104vh, 0);
    }
    to {
        transform: translate3d(22vw, -130vh, 0);
    }
}
@keyframes move-frames-126 {
    from {
        transform: translate3d(34vw, 104vh, 0);
    }
    to {
        transform: translate3d(22vw, -130vh, 0);
    }
}
.circle-container:nth-child(126) .circle {
    -webkit-animation-delay: 3806ms;
    animation-delay: 3806ms;
}
.circle-container:nth-child(127) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-127;
    animation-name: move-frames-127;
    -webkit-animation-duration: 8648ms;
    animation-duration: 8648ms;
    -webkit-animation-delay: 187ms;
    animation-delay: 187ms;
}
@-webkit-keyframes move-frames-127 {
    from {
        transform: translate3d(80vw, 109vh, 0);
    }
    to {
        transform: translate3d(14vw, -117vh, 0);
    }
}
@keyframes move-frames-127 {
    from {
        transform: translate3d(80vw, 109vh, 0);
    }
    to {
        transform: translate3d(14vw, -117vh, 0);
    }
}
.circle-container:nth-child(127) .circle {
    -webkit-animation-delay: 809ms;
    animation-delay: 809ms;
}
.circle-container:nth-child(128) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-128;
    animation-name: move-frames-128;
    -webkit-animation-duration: 9138ms;
    animation-duration: 9138ms;
    -webkit-animation-delay: 3480ms;
    animation-delay: 3480ms;
}
@-webkit-keyframes move-frames-128 {
    from {
        transform: translate3d(90vw, 105vh, 0);
    }
    to {
        transform: translate3d(3vw, -123vh, 0);
    }
}
@keyframes move-frames-128 {
    from {
        transform: translate3d(90vw, 105vh, 0);
    }
    to {
        transform: translate3d(3vw, -123vh, 0);
    }
}
.circle-container:nth-child(128) .circle {
    -webkit-animation-delay: 536ms;
    animation-delay: 536ms;
}
.circle-container:nth-child(129) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-129;
    animation-name: move-frames-129;
    -webkit-animation-duration: 10537ms;
    animation-duration: 10537ms;
    -webkit-animation-delay: 6370ms;
    animation-delay: 6370ms;
}
@-webkit-keyframes move-frames-129 {
    from {
        transform: translate3d(48vw, 103vh, 0);
    }
    to {
        transform: translate3d(85vw, -118vh, 0);
    }
}
@keyframes move-frames-129 {
    from {
        transform: translate3d(48vw, 103vh, 0);
    }
    to {
        transform: translate3d(85vw, -118vh, 0);
    }
}
.circle-container:nth-child(129) .circle {
    -webkit-animation-delay: 327ms;
    animation-delay: 327ms;
}
.circle-container:nth-child(130) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-130;
    animation-name: move-frames-130;
    -webkit-animation-duration: 7207ms;
    animation-duration: 7207ms;
    -webkit-animation-delay: 6211ms;
    animation-delay: 6211ms;
}
@-webkit-keyframes move-frames-130 {
    from {
        transform: translate3d(43vw, 107vh, 0);
    }
    to {
        transform: translate3d(78vw, -129vh, 0);
    }
}
@keyframes move-frames-130 {
    from {
        transform: translate3d(43vw, 107vh, 0);
    }
    to {
        transform: translate3d(78vw, -129vh, 0);
    }
}
.circle-container:nth-child(130) .circle {
    -webkit-animation-delay: 535ms;
    animation-delay: 535ms;
}
.circle-container:nth-child(131) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-131;
    animation-name: move-frames-131;
    -webkit-animation-duration: 8005ms;
    animation-duration: 8005ms;
    -webkit-animation-delay: 2289ms;
    animation-delay: 2289ms;
}
@-webkit-keyframes move-frames-131 {
    from {
        transform: translate3d(58vw, 103vh, 0);
    }
    to {
        transform: translate3d(34vw, -130vh, 0);
    }
}
@keyframes move-frames-131 {
    from {
        transform: translate3d(58vw, 103vh, 0);
    }
    to {
        transform: translate3d(34vw, -130vh, 0);
    }
}
.circle-container:nth-child(131) .circle {
    -webkit-animation-delay: 3731ms;
    animation-delay: 3731ms;
}
.circle-container:nth-child(132) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-132;
    animation-name: move-frames-132;
    -webkit-animation-duration: 9933ms;
    animation-duration: 9933ms;
    -webkit-animation-delay: 9850ms;
    animation-delay: 9850ms;
}
@-webkit-keyframes move-frames-132 {
    from {
        transform: translate3d(22vw, 106vh, 0);
    }
    to {
        transform: translate3d(68vw, -135vh, 0);
    }
}
@keyframes move-frames-132 {
    from {
        transform: translate3d(22vw, 106vh, 0);
    }
    to {
        transform: translate3d(68vw, -135vh, 0);
    }
}
.circle-container:nth-child(132) .circle {
    -webkit-animation-delay: 1968ms;
    animation-delay: 1968ms;
}
.circle-container:nth-child(133) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-133;
    animation-name: move-frames-133;
    -webkit-animation-duration: 10474ms;
    animation-duration: 10474ms;
    -webkit-animation-delay: 9789ms;
    animation-delay: 9789ms;
}
@-webkit-keyframes move-frames-133 {
    from {
        transform: translate3d(16vw, 107vh, 0);
    }
    to {
        transform: translate3d(25vw, -117vh, 0);
    }
}
@keyframes move-frames-133 {
    from {
        transform: translate3d(16vw, 107vh, 0);
    }
    to {
        transform: translate3d(25vw, -117vh, 0);
    }
}
.circle-container:nth-child(133) .circle {
    -webkit-animation-delay: 1696ms;
    animation-delay: 1696ms;
}
.circle-container:nth-child(134) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-134;
    animation-name: move-frames-134;
    -webkit-animation-duration: 9449ms;
    animation-duration: 9449ms;
    -webkit-animation-delay: 1917ms;
    animation-delay: 1917ms;
}
@-webkit-keyframes move-frames-134 {
    from {
        transform: translate3d(68vw, 108vh, 0);
    }
    to {
        transform: translate3d(92vw, -115vh, 0);
    }
}
@keyframes move-frames-134 {
    from {
        transform: translate3d(68vw, 108vh, 0);
    }
    to {
        transform: translate3d(92vw, -115vh, 0);
    }
}
.circle-container:nth-child(134) .circle {
    -webkit-animation-delay: 1939ms;
    animation-delay: 1939ms;
}
.circle-container:nth-child(135) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-135;
    animation-name: move-frames-135;
    -webkit-animation-duration: 9837ms;
    animation-duration: 9837ms;
    -webkit-animation-delay: 1889ms;
    animation-delay: 1889ms;
}
@-webkit-keyframes move-frames-135 {
    from {
        transform: translate3d(88vw, 109vh, 0);
    }
    to {
        transform: translate3d(68vw, -129vh, 0);
    }
}
@keyframes move-frames-135 {
    from {
        transform: translate3d(88vw, 109vh, 0);
    }
    to {
        transform: translate3d(68vw, -129vh, 0);
    }
}
.circle-container:nth-child(135) .circle {
    -webkit-animation-delay: 2266ms;
    animation-delay: 2266ms;
}
.circle-container:nth-child(136) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-136;
    animation-name: move-frames-136;
    -webkit-animation-duration: 7131ms;
    animation-duration: 7131ms;
    -webkit-animation-delay: 4408ms;
    animation-delay: 4408ms;
}
@-webkit-keyframes move-frames-136 {
    from {
        transform: translate3d(93vw, 102vh, 0);
    }
    to {
        transform: translate3d(53vw, -129vh, 0);
    }
}
@keyframes move-frames-136 {
    from {
        transform: translate3d(93vw, 102vh, 0);
    }
    to {
        transform: translate3d(53vw, -129vh, 0);
    }
}
.circle-container:nth-child(136) .circle {
    -webkit-animation-delay: 2563ms;
    animation-delay: 2563ms;
}
.circle-container:nth-child(137) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-137;
    animation-name: move-frames-137;
    -webkit-animation-duration: 7314ms;
    animation-duration: 7314ms;
    -webkit-animation-delay: 1307ms;
    animation-delay: 1307ms;
}
@-webkit-keyframes move-frames-137 {
    from {
        transform: translate3d(82vw, 109vh, 0);
    }
    to {
        transform: translate3d(11vw, -132vh, 0);
    }
}
@keyframes move-frames-137 {
    from {
        transform: translate3d(82vw, 109vh, 0);
    }
    to {
        transform: translate3d(11vw, -132vh, 0);
    }
}
.circle-container:nth-child(137) .circle {
    -webkit-animation-delay: 2106ms;
    animation-delay: 2106ms;
}
.circle-container:nth-child(138) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-138;
    animation-name: move-frames-138;
    -webkit-animation-duration: 8246ms;
    animation-duration: 8246ms;
    -webkit-animation-delay: 6181ms;
    animation-delay: 6181ms;
}
@-webkit-keyframes move-frames-138 {
    from {
        transform: translate3d(26vw, 109vh, 0);
    }
    to {
        transform: translate3d(62vw, -129vh, 0);
    }
}
@keyframes move-frames-138 {
    from {
        transform: translate3d(26vw, 109vh, 0);
    }
    to {
        transform: translate3d(62vw, -129vh, 0);
    }
}
.circle-container:nth-child(138) .circle {
    -webkit-animation-delay: 3970ms;
    animation-delay: 3970ms;
}
.circle-container:nth-child(139) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-139;
    animation-name: move-frames-139;
    -webkit-animation-duration: 7259ms;
    animation-duration: 7259ms;
    -webkit-animation-delay: 8332ms;
    animation-delay: 8332ms;
}
@-webkit-keyframes move-frames-139 {
    from {
        transform: translate3d(12vw, 104vh, 0);
    }
    to {
        transform: translate3d(96vw, -131vh, 0);
    }
}
@keyframes move-frames-139 {
    from {
        transform: translate3d(12vw, 104vh, 0);
    }
    to {
        transform: translate3d(96vw, -131vh, 0);
    }
}
.circle-container:nth-child(139) .circle {
    -webkit-animation-delay: 2234ms;
    animation-delay: 2234ms;
}
.circle-container:nth-child(140) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-140;
    animation-name: move-frames-140;
    -webkit-animation-duration: 9202ms;
    animation-duration: 9202ms;
    -webkit-animation-delay: 7185ms;
    animation-delay: 7185ms;
}
@-webkit-keyframes move-frames-140 {
    from {
        transform: translate3d(27vw, 108vh, 0);
    }
    to {
        transform: translate3d(91vw, -130vh, 0);
    }
}
@keyframes move-frames-140 {
    from {
        transform: translate3d(27vw, 108vh, 0);
    }
    to {
        transform: translate3d(91vw, -130vh, 0);
    }
}
.circle-container:nth-child(140) .circle {
    -webkit-animation-delay: 3581ms;
    animation-delay: 3581ms;
}
.circle-container:nth-child(141) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-141;
    animation-name: move-frames-141;
    -webkit-animation-duration: 9366ms;
    animation-duration: 9366ms;
    -webkit-animation-delay: 4781ms;
    animation-delay: 4781ms;
}
@-webkit-keyframes move-frames-141 {
    from {
        transform: translate3d(62vw, 105vh, 0);
    }
    to {
        transform: translate3d(71vw, -119vh, 0);
    }
}
@keyframes move-frames-141 {
    from {
        transform: translate3d(62vw, 105vh, 0);
    }
    to {
        transform: translate3d(71vw, -119vh, 0);
    }
}
.circle-container:nth-child(141) .circle {
    -webkit-animation-delay: 547ms;
    animation-delay: 547ms;
}
.circle-container:nth-child(142) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-142;
    animation-name: move-frames-142;
    -webkit-animation-duration: 7922ms;
    animation-duration: 7922ms;
    -webkit-animation-delay: 2250ms;
    animation-delay: 2250ms;
}
@-webkit-keyframes move-frames-142 {
    from {
        transform: translate3d(16vw, 102vh, 0);
    }
    to {
        transform: translate3d(53vw, -123vh, 0);
    }
}
@keyframes move-frames-142 {
    from {
        transform: translate3d(16vw, 102vh, 0);
    }
    to {
        transform: translate3d(53vw, -123vh, 0);
    }
}
.circle-container:nth-child(142) .circle {
    -webkit-animation-delay: 1057ms;
    animation-delay: 1057ms;
}
.circle-container:nth-child(143) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-143;
    animation-name: move-frames-143;
    -webkit-animation-duration: 8193ms;
    animation-duration: 8193ms;
    -webkit-animation-delay: 2519ms;
    animation-delay: 2519ms;
}
@-webkit-keyframes move-frames-143 {
    from {
        transform: translate3d(18vw, 101vh, 0);
    }
    to {
        transform: translate3d(17vw, -125vh, 0);
    }
}
@keyframes move-frames-143 {
    from {
        transform: translate3d(18vw, 101vh, 0);
    }
    to {
        transform: translate3d(17vw, -125vh, 0);
    }
}
.circle-container:nth-child(143) .circle {
    -webkit-animation-delay: 526ms;
    animation-delay: 526ms;
}
.circle-container:nth-child(144) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-144;
    animation-name: move-frames-144;
    -webkit-animation-duration: 7092ms;
    animation-duration: 7092ms;
    -webkit-animation-delay: 8128ms;
    animation-delay: 8128ms;
}
@-webkit-keyframes move-frames-144 {
    from {
        transform: translate3d(22vw, 107vh, 0);
    }
    to {
        transform: translate3d(35vw, -133vh, 0);
    }
}
@keyframes move-frames-144 {
    from {
        transform: translate3d(22vw, 107vh, 0);
    }
    to {
        transform: translate3d(35vw, -133vh, 0);
    }
}
.circle-container:nth-child(144) .circle {
    -webkit-animation-delay: 139ms;
    animation-delay: 139ms;
}
.circle-container:nth-child(145) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-145;
    animation-name: move-frames-145;
    -webkit-animation-duration: 10412ms;
    animation-duration: 10412ms;
    -webkit-animation-delay: 5894ms;
    animation-delay: 5894ms;
}
@-webkit-keyframes move-frames-145 {
    from {
        transform: translate3d(83vw, 107vh, 0);
    }
    to {
        transform: translate3d(99vw, -118vh, 0);
    }
}
@keyframes move-frames-145 {
    from {
        transform: translate3d(83vw, 107vh, 0);
    }
    to {
        transform: translate3d(99vw, -118vh, 0);
    }
}
.circle-container:nth-child(145) .circle {
    -webkit-animation-delay: 2184ms;
    animation-delay: 2184ms;
}
.circle-container:nth-child(146) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-146;
    animation-name: move-frames-146;
    -webkit-animation-duration: 9720ms;
    animation-duration: 9720ms;
    -webkit-animation-delay: 5974ms;
    animation-delay: 5974ms;
}
@-webkit-keyframes move-frames-146 {
    from {
        transform: translate3d(72vw, 101vh, 0);
    }
    to {
        transform: translate3d(24vw, -122vh, 0);
    }
}
@keyframes move-frames-146 {
    from {
        transform: translate3d(72vw, 101vh, 0);
    }
    to {
        transform: translate3d(24vw, -122vh, 0);
    }
}
.circle-container:nth-child(146) .circle {
    -webkit-animation-delay: 1913ms;
    animation-delay: 1913ms;
}
.circle-container:nth-child(147) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-147;
    animation-name: move-frames-147;
    -webkit-animation-duration: 8420ms;
    animation-duration: 8420ms;
    -webkit-animation-delay: 6427ms;
    animation-delay: 6427ms;
}
@-webkit-keyframes move-frames-147 {
    from {
        transform: translate3d(60vw, 108vh, 0);
    }
    to {
        transform: translate3d(60vw, -134vh, 0);
    }
}
@keyframes move-frames-147 {
    from {
        transform: translate3d(60vw, 108vh, 0);
    }
    to {
        transform: translate3d(60vw, -134vh, 0);
    }
}
.circle-container:nth-child(147) .circle {
    -webkit-animation-delay: 1807ms;
    animation-delay: 1807ms;
}
.circle-container:nth-child(148) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-148;
    animation-name: move-frames-148;
    -webkit-animation-duration: 8327ms;
    animation-duration: 8327ms;
    -webkit-animation-delay: 8879ms;
    animation-delay: 8879ms;
}
@-webkit-keyframes move-frames-148 {
    from {
        transform: translate3d(53vw, 102vh, 0);
    }
    to {
        transform: translate3d(88vw, -111vh, 0);
    }
}
@keyframes move-frames-148 {
    from {
        transform: translate3d(53vw, 102vh, 0);
    }
    to {
        transform: translate3d(88vw, -111vh, 0);
    }
}
.circle-container:nth-child(148) .circle {
    -webkit-animation-delay: 2762ms;
    animation-delay: 2762ms;
}
.circle-container:nth-child(149) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-149;
    animation-name: move-frames-149;
    -webkit-animation-duration: 7911ms;
    animation-duration: 7911ms;
    -webkit-animation-delay: 9399ms;
    animation-delay: 9399ms;
}
@-webkit-keyframes move-frames-149 {
    from {
        transform: translate3d(77vw, 103vh, 0);
    }
    to {
        transform: translate3d(80vw, -124vh, 0);
    }
}
@keyframes move-frames-149 {
    from {
        transform: translate3d(77vw, 103vh, 0);
    }
    to {
        transform: translate3d(80vw, -124vh, 0);
    }
}
.circle-container:nth-child(149) .circle {
    -webkit-animation-delay: 817ms;
    animation-delay: 817ms;
}
.circle-container:nth-child(150) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-150;
    animation-name: move-frames-150;
    -webkit-animation-duration: 7886ms;
    animation-duration: 7886ms;
    -webkit-animation-delay: 1727ms;
    animation-delay: 1727ms;
}
@-webkit-keyframes move-frames-150 {
    from {
        transform: translate3d(1vw, 101vh, 0);
    }
    to {
        transform: translate3d(98vw, -112vh, 0);
    }
}
@keyframes move-frames-150 {
    from {
        transform: translate3d(1vw, 101vh, 0);
    }
    to {
        transform: translate3d(98vw, -112vh, 0);
    }
}
.circle-container:nth-child(150) .circle {
    -webkit-animation-delay: 1829ms;
    animation-delay: 1829ms;
}
.circle-container:nth-child(151) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-151;
    animation-name: move-frames-151;
    -webkit-animation-duration: 10743ms;
    animation-duration: 10743ms;
    -webkit-animation-delay: 5183ms;
    animation-delay: 5183ms;
}
@-webkit-keyframes move-frames-151 {
    from {
        transform: translate3d(20vw, 106vh, 0);
    }
    to {
        transform: translate3d(30vw, -111vh, 0);
    }
}
@keyframes move-frames-151 {
    from {
        transform: translate3d(20vw, 106vh, 0);
    }
    to {
        transform: translate3d(30vw, -111vh, 0);
    }
}
.circle-container:nth-child(151) .circle {
    -webkit-animation-delay: 3123ms;
    animation-delay: 3123ms;
}
.circle-container:nth-child(152) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-152;
    animation-name: move-frames-152;
    -webkit-animation-duration: 7121ms;
    animation-duration: 7121ms;
    -webkit-animation-delay: 2042ms;
    animation-delay: 2042ms;
}
@-webkit-keyframes move-frames-152 {
    from {
        transform: translate3d(74vw, 107vh, 0);
    }
    to {
        transform: translate3d(58vw, -110vh, 0);
    }
}
@keyframes move-frames-152 {
    from {
        transform: translate3d(74vw, 107vh, 0);
    }
    to {
        transform: translate3d(58vw, -110vh, 0);
    }
}
.circle-container:nth-child(152) .circle {
    -webkit-animation-delay: 3939ms;
    animation-delay: 3939ms;
}
.circle-container:nth-child(153) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-153;
    animation-name: move-frames-153;
    -webkit-animation-duration: 9237ms;
    animation-duration: 9237ms;
    -webkit-animation-delay: 8487ms;
    animation-delay: 8487ms;
}
@-webkit-keyframes move-frames-153 {
    from {
        transform: translate3d(42vw, 104vh, 0);
    }
    to {
        transform: translate3d(40vw, -109vh, 0);
    }
}
@keyframes move-frames-153 {
    from {
        transform: translate3d(42vw, 104vh, 0);
    }
    to {
        transform: translate3d(40vw, -109vh, 0);
    }
}
.circle-container:nth-child(153) .circle {
    -webkit-animation-delay: 2068ms;
    animation-delay: 2068ms;
}
.circle-container:nth-child(154) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-154;
    animation-name: move-frames-154;
    -webkit-animation-duration: 7521ms;
    animation-duration: 7521ms;
    -webkit-animation-delay: 3304ms;
    animation-delay: 3304ms;
}
@-webkit-keyframes move-frames-154 {
    from {
        transform: translate3d(85vw, 101vh, 0);
    }
    to {
        transform: translate3d(76vw, -130vh, 0);
    }
}
@keyframes move-frames-154 {
    from {
        transform: translate3d(85vw, 101vh, 0);
    }
    to {
        transform: translate3d(76vw, -130vh, 0);
    }
}
.circle-container:nth-child(154) .circle {
    -webkit-animation-delay: 282ms;
    animation-delay: 282ms;
}
.circle-container:nth-child(155) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-155;
    animation-name: move-frames-155;
    -webkit-animation-duration: 10047ms;
    animation-duration: 10047ms;
    -webkit-animation-delay: 1552ms;
    animation-delay: 1552ms;
}
@-webkit-keyframes move-frames-155 {
    from {
        transform: translate3d(70vw, 107vh, 0);
    }
    to {
        transform: translate3d(100vw, -127vh, 0);
    }
}
@keyframes move-frames-155 {
    from {
        transform: translate3d(70vw, 107vh, 0);
    }
    to {
        transform: translate3d(100vw, -127vh, 0);
    }
}
.circle-container:nth-child(155) .circle {
    -webkit-animation-delay: 3354ms;
    animation-delay: 3354ms;
}
.circle-container:nth-child(156) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-156;
    animation-name: move-frames-156;
    -webkit-animation-duration: 10151ms;
    animation-duration: 10151ms;
    -webkit-animation-delay: 6193ms;
    animation-delay: 6193ms;
}
@-webkit-keyframes move-frames-156 {
    from {
        transform: translate3d(77vw, 106vh, 0);
    }
    to {
        transform: translate3d(24vw, -124vh, 0);
    }
}
@keyframes move-frames-156 {
    from {
        transform: translate3d(77vw, 106vh, 0);
    }
    to {
        transform: translate3d(24vw, -124vh, 0);
    }
}
.circle-container:nth-child(156) .circle {
    -webkit-animation-delay: 1071ms;
    animation-delay: 1071ms;
}
.circle-container:nth-child(157) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-157;
    animation-name: move-frames-157;
    -webkit-animation-duration: 7577ms;
    animation-duration: 7577ms;
    -webkit-animation-delay: 3387ms;
    animation-delay: 3387ms;
}
@-webkit-keyframes move-frames-157 {
    from {
        transform: translate3d(65vw, 102vh, 0);
    }
    to {
        transform: translate3d(44vw, -132vh, 0);
    }
}
@keyframes move-frames-157 {
    from {
        transform: translate3d(65vw, 102vh, 0);
    }
    to {
        transform: translate3d(44vw, -132vh, 0);
    }
}
.circle-container:nth-child(157) .circle {
    -webkit-animation-delay: 3417ms;
    animation-delay: 3417ms;
}
.circle-container:nth-child(158) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-158;
    animation-name: move-frames-158;
    -webkit-animation-duration: 8448ms;
    animation-duration: 8448ms;
    -webkit-animation-delay: 1721ms;
    animation-delay: 1721ms;
}
@-webkit-keyframes move-frames-158 {
    from {
        transform: translate3d(49vw, 108vh, 0);
    }
    to {
        transform: translate3d(86vw, -114vh, 0);
    }
}
@keyframes move-frames-158 {
    from {
        transform: translate3d(49vw, 108vh, 0);
    }
    to {
        transform: translate3d(86vw, -114vh, 0);
    }
}
.circle-container:nth-child(158) .circle {
    -webkit-animation-delay: 988ms;
    animation-delay: 988ms;
}
.circle-container:nth-child(159) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-159;
    animation-name: move-frames-159;
    -webkit-animation-duration: 8740ms;
    animation-duration: 8740ms;
    -webkit-animation-delay: 8726ms;
    animation-delay: 8726ms;
}
@-webkit-keyframes move-frames-159 {
    from {
        transform: translate3d(42vw, 101vh, 0);
    }
    to {
        transform: translate3d(69vw, -118vh, 0);
    }
}
@keyframes move-frames-159 {
    from {
        transform: translate3d(42vw, 101vh, 0);
    }
    to {
        transform: translate3d(69vw, -118vh, 0);
    }
}
.circle-container:nth-child(159) .circle {
    -webkit-animation-delay: 614ms;
    animation-delay: 614ms;
}
.circle-container:nth-child(160) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-160;
    animation-name: move-frames-160;
    -webkit-animation-duration: 7078ms;
    animation-duration: 7078ms;
    -webkit-animation-delay: 10767ms;
    animation-delay: 10767ms;
}
@-webkit-keyframes move-frames-160 {
    from {
        transform: translate3d(6vw, 101vh, 0);
    }
    to {
        transform: translate3d(23vw, -121vh, 0);
    }
}
@keyframes move-frames-160 {
    from {
        transform: translate3d(6vw, 101vh, 0);
    }
    to {
        transform: translate3d(23vw, -121vh, 0);
    }
}
.circle-container:nth-child(160) .circle {
    -webkit-animation-delay: 1343ms;
    animation-delay: 1343ms;
}
.circle-container:nth-child(161) {
    width: 9px;
    height: 9px;
    -webkit-animation-name: move-frames-161;
    animation-name: move-frames-161;
    -webkit-animation-duration: 10697ms;
    animation-duration: 10697ms;
    -webkit-animation-delay: 8874ms;
    animation-delay: 8874ms;
}
@-webkit-keyframes move-frames-161 {
    from {
        transform: translate3d(85vw, 102vh, 0);
    }
    to {
        transform: translate3d(20vw, -108vh, 0);
    }
}
@keyframes move-frames-161 {
    from {
        transform: translate3d(85vw, 102vh, 0);
    }
    to {
        transform: translate3d(20vw, -108vh, 0);
    }
}
.circle-container:nth-child(161) .circle {
    -webkit-animation-delay: 207ms;
    animation-delay: 207ms;
}
.circle-container:nth-child(162) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-162;
    animation-name: move-frames-162;
    -webkit-animation-duration: 7241ms;
    animation-duration: 7241ms;
    -webkit-animation-delay: 10273ms;
    animation-delay: 10273ms;
}
@-webkit-keyframes move-frames-162 {
    from {
        transform: translate3d(28vw, 102vh, 0);
    }
    to {
        transform: translate3d(96vw, -128vh, 0);
    }
}
@keyframes move-frames-162 {
    from {
        transform: translate3d(28vw, 102vh, 0);
    }
    to {
        transform: translate3d(96vw, -128vh, 0);
    }
}
.circle-container:nth-child(162) .circle {
    -webkit-animation-delay: 1604ms;
    animation-delay: 1604ms;
}
.circle-container:nth-child(163) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-163;
    animation-name: move-frames-163;
    -webkit-animation-duration: 8227ms;
    animation-duration: 8227ms;
    -webkit-animation-delay: 192ms;
    animation-delay: 192ms;
}
@-webkit-keyframes move-frames-163 {
    from {
        transform: translate3d(40vw, 110vh, 0);
    }
    to {
        transform: translate3d(72vw, -111vh, 0);
    }
}
@keyframes move-frames-163 {
    from {
        transform: translate3d(40vw, 110vh, 0);
    }
    to {
        transform: translate3d(72vw, -111vh, 0);
    }
}
.circle-container:nth-child(163) .circle {
    -webkit-animation-delay: 1450ms;
    animation-delay: 1450ms;
}
.circle-container:nth-child(164) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-164;
    animation-name: move-frames-164;
    -webkit-animation-duration: 7814ms;
    animation-duration: 7814ms;
    -webkit-animation-delay: 4070ms;
    animation-delay: 4070ms;
}
@-webkit-keyframes move-frames-164 {
    from {
        transform: translate3d(11vw, 108vh, 0);
    }
    to {
        transform: translate3d(15vw, -130vh, 0);
    }
}
@keyframes move-frames-164 {
    from {
        transform: translate3d(11vw, 108vh, 0);
    }
    to {
        transform: translate3d(15vw, -130vh, 0);
    }
}
.circle-container:nth-child(164) .circle {
    -webkit-animation-delay: 670ms;
    animation-delay: 670ms;
}
.circle-container:nth-child(165) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-165;
    animation-name: move-frames-165;
    -webkit-animation-duration: 10482ms;
    animation-duration: 10482ms;
    -webkit-animation-delay: 283ms;
    animation-delay: 283ms;
}
@-webkit-keyframes move-frames-165 {
    from {
        transform: translate3d(62vw, 110vh, 0);
    }
    to {
        transform: translate3d(8vw, -116vh, 0);
    }
}
@keyframes move-frames-165 {
    from {
        transform: translate3d(62vw, 110vh, 0);
    }
    to {
        transform: translate3d(8vw, -116vh, 0);
    }
}
.circle-container:nth-child(165) .circle {
    -webkit-animation-delay: 427ms;
    animation-delay: 427ms;
}
.circle-container:nth-child(166) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-166;
    animation-name: move-frames-166;
    -webkit-animation-duration: 10284ms;
    animation-duration: 10284ms;
    -webkit-animation-delay: 10768ms;
    animation-delay: 10768ms;
}
@-webkit-keyframes move-frames-166 {
    from {
        transform: translate3d(41vw, 102vh, 0);
    }
    to {
        transform: translate3d(80vw, -117vh, 0);
    }
}
@keyframes move-frames-166 {
    from {
        transform: translate3d(41vw, 102vh, 0);
    }
    to {
        transform: translate3d(80vw, -117vh, 0);
    }
}
.circle-container:nth-child(166) .circle {
    -webkit-animation-delay: 2171ms;
    animation-delay: 2171ms;
}
.circle-container:nth-child(167) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-167;
    animation-name: move-frames-167;
    -webkit-animation-duration: 7361ms;
    animation-duration: 7361ms;
    -webkit-animation-delay: 10793ms;
    animation-delay: 10793ms;
}
@-webkit-keyframes move-frames-167 {
    from {
        transform: translate3d(39vw, 107vh, 0);
    }
    to {
        transform: translate3d(97vw, -125vh, 0);
    }
}
@keyframes move-frames-167 {
    from {
        transform: translate3d(39vw, 107vh, 0);
    }
    to {
        transform: translate3d(97vw, -125vh, 0);
    }
}
.circle-container:nth-child(167) .circle {
    -webkit-animation-delay: 1849ms;
    animation-delay: 1849ms;
}
.circle-container:nth-child(168) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-168;
    animation-name: move-frames-168;
    -webkit-animation-duration: 8974ms;
    animation-duration: 8974ms;
    -webkit-animation-delay: 10198ms;
    animation-delay: 10198ms;
}
@-webkit-keyframes move-frames-168 {
    from {
        transform: translate3d(95vw, 101vh, 0);
    }
    to {
        transform: translate3d(40vw, -115vh, 0);
    }
}
@keyframes move-frames-168 {
    from {
        transform: translate3d(95vw, 101vh, 0);
    }
    to {
        transform: translate3d(40vw, -115vh, 0);
    }
}
.circle-container:nth-child(168) .circle {
    -webkit-animation-delay: 1030ms;
    animation-delay: 1030ms;
}
.circle-container:nth-child(169) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-169;
    animation-name: move-frames-169;
    -webkit-animation-duration: 10805ms;
    animation-duration: 10805ms;
    -webkit-animation-delay: 1348ms;
    animation-delay: 1348ms;
}
@-webkit-keyframes move-frames-169 {
    from {
        transform: translate3d(6vw, 104vh, 0);
    }
    to {
        transform: translate3d(50vw, -129vh, 0);
    }
}
@keyframes move-frames-169 {
    from {
        transform: translate3d(6vw, 104vh, 0);
    }
    to {
        transform: translate3d(50vw, -129vh, 0);
    }
}
.circle-container:nth-child(169) .circle {
    -webkit-animation-delay: 2252ms;
    animation-delay: 2252ms;
}
.circle-container:nth-child(170) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-170;
    animation-name: move-frames-170;
    -webkit-animation-duration: 7935ms;
    animation-duration: 7935ms;
    -webkit-animation-delay: 5288ms;
    animation-delay: 5288ms;
}
@-webkit-keyframes move-frames-170 {
    from {
        transform: translate3d(32vw, 104vh, 0);
    }
    to {
        transform: translate3d(42vw, -129vh, 0);
    }
}
@keyframes move-frames-170 {
    from {
        transform: translate3d(32vw, 104vh, 0);
    }
    to {
        transform: translate3d(42vw, -129vh, 0);
    }
}
.circle-container:nth-child(170) .circle {
    -webkit-animation-delay: 2398ms;
    animation-delay: 2398ms;
}
.circle-container:nth-child(171) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-171;
    animation-name: move-frames-171;
    -webkit-animation-duration: 9058ms;
    animation-duration: 9058ms;
    -webkit-animation-delay: 8303ms;
    animation-delay: 8303ms;
}
@-webkit-keyframes move-frames-171 {
    from {
        transform: translate3d(97vw, 109vh, 0);
    }
    to {
        transform: translate3d(50vw, -128vh, 0);
    }
}
@keyframes move-frames-171 {
    from {
        transform: translate3d(97vw, 109vh, 0);
    }
    to {
        transform: translate3d(50vw, -128vh, 0);
    }
}
.circle-container:nth-child(171) .circle {
    -webkit-animation-delay: 264ms;
    animation-delay: 264ms;
}
.circle-container:nth-child(172) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-172;
    animation-name: move-frames-172;
    -webkit-animation-duration: 9191ms;
    animation-duration: 9191ms;
    -webkit-animation-delay: 6624ms;
    animation-delay: 6624ms;
}
@-webkit-keyframes move-frames-172 {
    from {
        transform: translate3d(49vw, 106vh, 0);
    }
    to {
        transform: translate3d(90vw, -132vh, 0);
    }
}
@keyframes move-frames-172 {
    from {
        transform: translate3d(49vw, 106vh, 0);
    }
    to {
        transform: translate3d(90vw, -132vh, 0);
    }
}
.circle-container:nth-child(172) .circle {
    -webkit-animation-delay: 3258ms;
    animation-delay: 3258ms;
}
.circle-container:nth-child(173) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-173;
    animation-name: move-frames-173;
    -webkit-animation-duration: 7741ms;
    animation-duration: 7741ms;
    -webkit-animation-delay: 1259ms;
    animation-delay: 1259ms;
}
@-webkit-keyframes move-frames-173 {
    from {
        transform: translate3d(9vw, 101vh, 0);
    }
    to {
        transform: translate3d(52vw, -120vh, 0);
    }
}
@keyframes move-frames-173 {
    from {
        transform: translate3d(9vw, 101vh, 0);
    }
    to {
        transform: translate3d(52vw, -120vh, 0);
    }
}
.circle-container:nth-child(173) .circle {
    -webkit-animation-delay: 1996ms;
    animation-delay: 1996ms;
}
.circle-container:nth-child(174) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-174;
    animation-name: move-frames-174;
    -webkit-animation-duration: 9152ms;
    animation-duration: 9152ms;
    -webkit-animation-delay: 196ms;
    animation-delay: 196ms;
}
@-webkit-keyframes move-frames-174 {
    from {
        transform: translate3d(93vw, 107vh, 0);
    }
    to {
        transform: translate3d(55vw, -129vh, 0);
    }
}
@keyframes move-frames-174 {
    from {
        transform: translate3d(93vw, 107vh, 0);
    }
    to {
        transform: translate3d(55vw, -129vh, 0);
    }
}
.circle-container:nth-child(174) .circle {
    -webkit-animation-delay: 1013ms;
    animation-delay: 1013ms;
}
.circle-container:nth-child(175) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-175;
    animation-name: move-frames-175;
    -webkit-animation-duration: 9058ms;
    animation-duration: 9058ms;
    -webkit-animation-delay: 1008ms;
    animation-delay: 1008ms;
}
@-webkit-keyframes move-frames-175 {
    from {
        transform: translate3d(54vw, 108vh, 0);
    }
    to {
        transform: translate3d(84vw, -120vh, 0);
    }
}
@keyframes move-frames-175 {
    from {
        transform: translate3d(54vw, 108vh, 0);
    }
    to {
        transform: translate3d(84vw, -120vh, 0);
    }
}
.circle-container:nth-child(175) .circle {
    -webkit-animation-delay: 2737ms;
    animation-delay: 2737ms;
}
.circle-container:nth-child(176) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-176;
    animation-name: move-frames-176;
    -webkit-animation-duration: 7178ms;
    animation-duration: 7178ms;
    -webkit-animation-delay: 2111ms;
    animation-delay: 2111ms;
}
@-webkit-keyframes move-frames-176 {
    from {
        transform: translate3d(38vw, 104vh, 0);
    }
    to {
        transform: translate3d(28vw, -111vh, 0);
    }
}
@keyframes move-frames-176 {
    from {
        transform: translate3d(38vw, 104vh, 0);
    }
    to {
        transform: translate3d(28vw, -111vh, 0);
    }
}
.circle-container:nth-child(176) .circle {
    -webkit-animation-delay: 2929ms;
    animation-delay: 2929ms;
}
.circle-container:nth-child(177) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-177;
    animation-name: move-frames-177;
    -webkit-animation-duration: 7955ms;
    animation-duration: 7955ms;
    -webkit-animation-delay: 7911ms;
    animation-delay: 7911ms;
}
@-webkit-keyframes move-frames-177 {
    from {
        transform: translate3d(63vw, 109vh, 0);
    }
    to {
        transform: translate3d(63vw, -114vh, 0);
    }
}
@keyframes move-frames-177 {
    from {
        transform: translate3d(63vw, 109vh, 0);
    }
    to {
        transform: translate3d(63vw, -114vh, 0);
    }
}
.circle-container:nth-child(177) .circle {
    -webkit-animation-delay: 1358ms;
    animation-delay: 1358ms;
}
.circle-container:nth-child(178) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-178;
    animation-name: move-frames-178;
    -webkit-animation-duration: 7438ms;
    animation-duration: 7438ms;
    -webkit-animation-delay: 4002ms;
    animation-delay: 4002ms;
}
@-webkit-keyframes move-frames-178 {
    from {
        transform: translate3d(40vw, 106vh, 0);
    }
    to {
        transform: translate3d(100vw, -120vh, 0);
    }
}
@keyframes move-frames-178 {
    from {
        transform: translate3d(40vw, 106vh, 0);
    }
    to {
        transform: translate3d(100vw, -120vh, 0);
    }
}
.circle-container:nth-child(178) .circle {
    -webkit-animation-delay: 956ms;
    animation-delay: 956ms;
}
.circle-container:nth-child(179) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-179;
    animation-name: move-frames-179;
    -webkit-animation-duration: 10548ms;
    animation-duration: 10548ms;
    -webkit-animation-delay: 8717ms;
    animation-delay: 8717ms;
}
@-webkit-keyframes move-frames-179 {
    from {
        transform: translate3d(42vw, 109vh, 0);
    }
    to {
        transform: translate3d(98vw, -117vh, 0);
    }
}
@keyframes move-frames-179 {
    from {
        transform: translate3d(42vw, 109vh, 0);
    }
    to {
        transform: translate3d(98vw, -117vh, 0);
    }
}
.circle-container:nth-child(179) .circle {
    -webkit-animation-delay: 1359ms;
    animation-delay: 1359ms;
}
.circle-container:nth-child(180) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-180;
    animation-name: move-frames-180;
    -webkit-animation-duration: 10630ms;
    animation-duration: 10630ms;
    -webkit-animation-delay: 9005ms;
    animation-delay: 9005ms;
}
@-webkit-keyframes move-frames-180 {
    from {
        transform: translate3d(45vw, 109vh, 0);
    }
    to {
        transform: translate3d(48vw, -112vh, 0);
    }
}
@keyframes move-frames-180 {
    from {
        transform: translate3d(45vw, 109vh, 0);
    }
    to {
        transform: translate3d(48vw, -112vh, 0);
    }
}
.circle-container:nth-child(180) .circle {
    -webkit-animation-delay: 3430ms;
    animation-delay: 3430ms;
}
.circle-container:nth-child(181) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-181;
    animation-name: move-frames-181;
    -webkit-animation-duration: 8390ms;
    animation-duration: 8390ms;
    -webkit-animation-delay: 6953ms;
    animation-delay: 6953ms;
}
@-webkit-keyframes move-frames-181 {
    from {
        transform: translate3d(8vw, 105vh, 0);
    }
    to {
        transform: translate3d(62vw, -112vh, 0);
    }
}
@keyframes move-frames-181 {
    from {
        transform: translate3d(8vw, 105vh, 0);
    }
    to {
        transform: translate3d(62vw, -112vh, 0);
    }
}
.circle-container:nth-child(181) .circle {
    -webkit-animation-delay: 2062ms;
    animation-delay: 2062ms;
}
.circle-container:nth-child(182) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-182;
    animation-name: move-frames-182;
    -webkit-animation-duration: 9042ms;
    animation-duration: 9042ms;
    -webkit-animation-delay: 2910ms;
    animation-delay: 2910ms;
}
@-webkit-keyframes move-frames-182 {
    from {
        transform: translate3d(54vw, 109vh, 0);
    }
    to {
        transform: translate3d(63vw, -139vh, 0);
    }
}
@keyframes move-frames-182 {
    from {
        transform: translate3d(54vw, 109vh, 0);
    }
    to {
        transform: translate3d(63vw, -139vh, 0);
    }
}
.circle-container:nth-child(182) .circle {
    -webkit-animation-delay: 610ms;
    animation-delay: 610ms;
}
.circle-container:nth-child(183) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-183;
    animation-name: move-frames-183;
    -webkit-animation-duration: 9432ms;
    animation-duration: 9432ms;
    -webkit-animation-delay: 6808ms;
    animation-delay: 6808ms;
}
@-webkit-keyframes move-frames-183 {
    from {
        transform: translate3d(5vw, 108vh, 0);
    }
    to {
        transform: translate3d(5vw, -132vh, 0);
    }
}
@keyframes move-frames-183 {
    from {
        transform: translate3d(5vw, 108vh, 0);
    }
    to {
        transform: translate3d(5vw, -132vh, 0);
    }
}
.circle-container:nth-child(183) .circle {
    -webkit-animation-delay: 107ms;
    animation-delay: 107ms;
}
.circle-container:nth-child(184) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-184;
    animation-name: move-frames-184;
    -webkit-animation-duration: 7420ms;
    animation-duration: 7420ms;
    -webkit-animation-delay: 4365ms;
    animation-delay: 4365ms;
}
@-webkit-keyframes move-frames-184 {
    from {
        transform: translate3d(28vw, 108vh, 0);
    }
    to {
        transform: translate3d(45vw, -113vh, 0);
    }
}
@keyframes move-frames-184 {
    from {
        transform: translate3d(28vw, 108vh, 0);
    }
    to {
        transform: translate3d(45vw, -113vh, 0);
    }
}
.circle-container:nth-child(184) .circle {
    -webkit-animation-delay: 2297ms;
    animation-delay: 2297ms;
}
.circle-container:nth-child(185) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-185;
    animation-name: move-frames-185;
    -webkit-animation-duration: 9248ms;
    animation-duration: 9248ms;
    -webkit-animation-delay: 10886ms;
    animation-delay: 10886ms;
}
@-webkit-keyframes move-frames-185 {
    from {
        transform: translate3d(23vw, 102vh, 0);
    }
    to {
        transform: translate3d(81vw, -109vh, 0);
    }
}
@keyframes move-frames-185 {
    from {
        transform: translate3d(23vw, 102vh, 0);
    }
    to {
        transform: translate3d(81vw, -109vh, 0);
    }
}
.circle-container:nth-child(185) .circle {
    -webkit-animation-delay: 2053ms;
    animation-delay: 2053ms;
}
.circle-container:nth-child(186) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-186;
    animation-name: move-frames-186;
    -webkit-animation-duration: 7373ms;
    animation-duration: 7373ms;
    -webkit-animation-delay: 10660ms;
    animation-delay: 10660ms;
}
@-webkit-keyframes move-frames-186 {
    from {
        transform: translate3d(30vw, 110vh, 0);
    }
    to {
        transform: translate3d(83vw, -131vh, 0);
    }
}
@keyframes move-frames-186 {
    from {
        transform: translate3d(30vw, 110vh, 0);
    }
    to {
        transform: translate3d(83vw, -131vh, 0);
    }
}
.circle-container:nth-child(186) .circle {
    -webkit-animation-delay: 1093ms;
    animation-delay: 1093ms;
}
.circle-container:nth-child(187) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-187;
    animation-name: move-frames-187;
    -webkit-animation-duration: 8973ms;
    animation-duration: 8973ms;
    -webkit-animation-delay: 4387ms;
    animation-delay: 4387ms;
}
@-webkit-keyframes move-frames-187 {
    from {
        transform: translate3d(3vw, 108vh, 0);
    }
    to {
        transform: translate3d(88vw, -113vh, 0);
    }
}
@keyframes move-frames-187 {
    from {
        transform: translate3d(3vw, 108vh, 0);
    }
    to {
        transform: translate3d(88vw, -113vh, 0);
    }
}
.circle-container:nth-child(187) .circle {
    -webkit-animation-delay: 2313ms;
    animation-delay: 2313ms;
}
.circle-container:nth-child(188) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-188;
    animation-name: move-frames-188;
    -webkit-animation-duration: 8120ms;
    animation-duration: 8120ms;
    -webkit-animation-delay: 1439ms;
    animation-delay: 1439ms;
}
@-webkit-keyframes move-frames-188 {
    from {
        transform: translate3d(75vw, 103vh, 0);
    }
    to {
        transform: translate3d(28vw, -126vh, 0);
    }
}
@keyframes move-frames-188 {
    from {
        transform: translate3d(75vw, 103vh, 0);
    }
    to {
        transform: translate3d(28vw, -126vh, 0);
    }
}
.circle-container:nth-child(188) .circle {
    -webkit-animation-delay: 1478ms;
    animation-delay: 1478ms;
}
.circle-container:nth-child(189) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-189;
    animation-name: move-frames-189;
    -webkit-animation-duration: 7670ms;
    animation-duration: 7670ms;
    -webkit-animation-delay: 5562ms;
    animation-delay: 5562ms;
}
@-webkit-keyframes move-frames-189 {
    from {
        transform: translate3d(100vw, 110vh, 0);
    }
    to {
        transform: translate3d(24vw, -131vh, 0);
    }
}
@keyframes move-frames-189 {
    from {
        transform: translate3d(100vw, 110vh, 0);
    }
    to {
        transform: translate3d(24vw, -131vh, 0);
    }
}
.circle-container:nth-child(189) .circle {
    -webkit-animation-delay: 1755ms;
    animation-delay: 1755ms;
}
.circle-container:nth-child(190) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: move-frames-190;
    animation-name: move-frames-190;
    -webkit-animation-duration: 9941ms;
    animation-duration: 9941ms;
    -webkit-animation-delay: 3898ms;
    animation-delay: 3898ms;
}
@-webkit-keyframes move-frames-190 {
    from {
        transform: translate3d(96vw, 106vh, 0);
    }
    to {
        transform: translate3d(21vw, -113vh, 0);
    }
}
@keyframes move-frames-190 {
    from {
        transform: translate3d(96vw, 106vh, 0);
    }
    to {
        transform: translate3d(21vw, -113vh, 0);
    }
}
.circle-container:nth-child(190) .circle {
    -webkit-animation-delay: 772ms;
    animation-delay: 772ms;
}
.circle-container:nth-child(191) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-191;
    animation-name: move-frames-191;
    -webkit-animation-duration: 7093ms;
    animation-duration: 7093ms;
    -webkit-animation-delay: 899ms;
    animation-delay: 899ms;
}
@-webkit-keyframes move-frames-191 {
    from {
        transform: translate3d(42vw, 108vh, 0);
    }
    to {
        transform: translate3d(52vw, -112vh, 0);
    }
}
@keyframes move-frames-191 {
    from {
        transform: translate3d(42vw, 108vh, 0);
    }
    to {
        transform: translate3d(52vw, -112vh, 0);
    }
}
.circle-container:nth-child(191) .circle {
    -webkit-animation-delay: 1255ms;
    animation-delay: 1255ms;
}
.circle-container:nth-child(192) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-192;
    animation-name: move-frames-192;
    -webkit-animation-duration: 10390ms;
    animation-duration: 10390ms;
    -webkit-animation-delay: 5625ms;
    animation-delay: 5625ms;
}
@-webkit-keyframes move-frames-192 {
    from {
        transform: translate3d(100vw, 103vh, 0);
    }
    to {
        transform: translate3d(21vw, -111vh, 0);
    }
}
@keyframes move-frames-192 {
    from {
        transform: translate3d(100vw, 103vh, 0);
    }
    to {
        transform: translate3d(21vw, -111vh, 0);
    }
}
.circle-container:nth-child(192) .circle {
    -webkit-animation-delay: 1675ms;
    animation-delay: 1675ms;
}
.circle-container:nth-child(193) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-193;
    animation-name: move-frames-193;
    -webkit-animation-duration: 7561ms;
    animation-duration: 7561ms;
    -webkit-animation-delay: 10070ms;
    animation-delay: 10070ms;
}
@-webkit-keyframes move-frames-193 {
    from {
        transform: translate3d(77vw, 106vh, 0);
    }
    to {
        transform: translate3d(60vw, -109vh, 0);
    }
}
@keyframes move-frames-193 {
    from {
        transform: translate3d(77vw, 106vh, 0);
    }
    to {
        transform: translate3d(60vw, -109vh, 0);
    }
}
.circle-container:nth-child(193) .circle {
    -webkit-animation-delay: 556ms;
    animation-delay: 556ms;
}
.circle-container:nth-child(194) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-194;
    animation-name: move-frames-194;
    -webkit-animation-duration: 7629ms;
    animation-duration: 7629ms;
    -webkit-animation-delay: 8612ms;
    animation-delay: 8612ms;
}
@-webkit-keyframes move-frames-194 {
    from {
        transform: translate3d(52vw, 107vh, 0);
    }
    to {
        transform: translate3d(75vw, -109vh, 0);
    }
}
@keyframes move-frames-194 {
    from {
        transform: translate3d(52vw, 107vh, 0);
    }
    to {
        transform: translate3d(75vw, -109vh, 0);
    }
}
.circle-container:nth-child(194) .circle {
    -webkit-animation-delay: 125ms;
    animation-delay: 125ms;
}
.circle-container:nth-child(195) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-195;
    animation-name: move-frames-195;
    -webkit-animation-duration: 10333ms;
    animation-duration: 10333ms;
    -webkit-animation-delay: 10489ms;
    animation-delay: 10489ms;
}
@-webkit-keyframes move-frames-195 {
    from {
        transform: translate3d(18vw, 106vh, 0);
    }
    to {
        transform: translate3d(33vw, -119vh, 0);
    }
}
@keyframes move-frames-195 {
    from {
        transform: translate3d(18vw, 106vh, 0);
    }
    to {
        transform: translate3d(33vw, -119vh, 0);
    }
}
.circle-container:nth-child(195) .circle {
    -webkit-animation-delay: 569ms;
    animation-delay: 569ms;
}
.circle-container:nth-child(196) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-196;
    animation-name: move-frames-196;
    -webkit-animation-duration: 9898ms;
    animation-duration: 9898ms;
    -webkit-animation-delay: 5838ms;
    animation-delay: 5838ms;
}
@-webkit-keyframes move-frames-196 {
    from {
        transform: translate3d(95vw, 110vh, 0);
    }
    to {
        transform: translate3d(23vw, -133vh, 0);
    }
}
@keyframes move-frames-196 {
    from {
        transform: translate3d(95vw, 110vh, 0);
    }
    to {
        transform: translate3d(23vw, -133vh, 0);
    }
}
.circle-container:nth-child(196) .circle {
    -webkit-animation-delay: 2974ms;
    animation-delay: 2974ms;
}
.circle-container:nth-child(197) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-197;
    animation-name: move-frames-197;
    -webkit-animation-duration: 10888ms;
    animation-duration: 10888ms;
    -webkit-animation-delay: 9720ms;
    animation-delay: 9720ms;
}
@-webkit-keyframes move-frames-197 {
    from {
        transform: translate3d(18vw, 110vh, 0);
    }
    to {
        transform: translate3d(75vw, -115vh, 0);
    }
}
@keyframes move-frames-197 {
    from {
        transform: translate3d(18vw, 110vh, 0);
    }
    to {
        transform: translate3d(75vw, -115vh, 0);
    }
}
.circle-container:nth-child(197) .circle {
    -webkit-animation-delay: 1571ms;
    animation-delay: 1571ms;
}
.circle-container:nth-child(198) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-198;
    animation-name: move-frames-198;
    -webkit-animation-duration: 7853ms;
    animation-duration: 7853ms;
    -webkit-animation-delay: 10040ms;
    animation-delay: 10040ms;
}
@-webkit-keyframes move-frames-198 {
    from {
        transform: translate3d(34vw, 107vh, 0);
    }
    to {
        transform: translate3d(14vw, -126vh, 0);
    }
}
@keyframes move-frames-198 {
    from {
        transform: translate3d(34vw, 107vh, 0);
    }
    to {
        transform: translate3d(14vw, -126vh, 0);
    }
}
.circle-container:nth-child(198) .circle {
    -webkit-animation-delay: 3120ms;
    animation-delay: 3120ms;
}
.circle-container:nth-child(199) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-199;
    animation-name: move-frames-199;
    -webkit-animation-duration: 7065ms;
    animation-duration: 7065ms;
    -webkit-animation-delay: 1696ms;
    animation-delay: 1696ms;
}
@-webkit-keyframes move-frames-199 {
    from {
        transform: translate3d(49vw, 108vh, 0);
    }
    to {
        transform: translate3d(75vw, -119vh, 0);
    }
}
@keyframes move-frames-199 {
    from {
        transform: translate3d(49vw, 108vh, 0);
    }
    to {
        transform: translate3d(75vw, -119vh, 0);
    }
}
.circle-container:nth-child(199) .circle {
    -webkit-animation-delay: 892ms;
    animation-delay: 892ms;
}
.circle-container:nth-child(200) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-200;
    animation-name: move-frames-200;
    -webkit-animation-duration: 9125ms;
    animation-duration: 9125ms;
    -webkit-animation-delay: 6246ms;
    animation-delay: 6246ms;
}
@-webkit-keyframes move-frames-200 {
    from {
        transform: translate3d(29vw, 106vh, 0);
    }
    to {
        transform: translate3d(67vw, -122vh, 0);
    }
}
@keyframes move-frames-200 {
    from {
        transform: translate3d(29vw, 106vh, 0);
    }
    to {
        transform: translate3d(67vw, -122vh, 0);
    }
}
.circle-container:nth-child(200) .circle {
    -webkit-animation-delay: 1697ms;
    animation-delay: 1697ms;
}
.right-footer i {
	color:red;
}
@media (max-width: 1780px)  {
	.main-header-left {
		justify-content: flex-start;
		gap: 5px;
	}
	.main-header-left-menu {
		gap: 5px;
	}
}
@media (max-width: 1565px)  {
	.main-body-right > img {
		margin-left: 160px;
	}
}

@media (max-width: 1505px)  {
	.main-header-right {
		display: flex;
		flex-direction: column-reverse;
		gap: 10px;
		margin-top: 20px;
	}
}
@media (max-width: 1400px)  {
	.main-body-right, .main-body-left > a:after {
		display: none;
	}
	.main-body-left {
		width: auto;
	}
	.main-body-left > a > img {
		width: 85%;
	}
	.main-body-left-desc {
		margin-left: 0;
		margin-top: -15%;
		
		& > p {
			width: 50%;
		}
	}
	.main-body-left > a > img {
		margin-top: 0;
		margin-left: 0;
	}
}
@media (max-width: 1245px)  {
	.main-header-left {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px;
    }
}
@media (max-width: 920px)  {
	.main-header-right {
		display: none;
	}
	.main-header-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        width: 1000%;
    }
}
@media (max-width: 800px)  {
	.main-body-left-desc {
		& > p {
			width: 90%;
		}
	}
	.main-body {
		margin-top: 100px;
	}
}

.news-alert {
    padding: 25px 10px;
    background: linear-gradient(3deg, rgb(0 2 82 / 31%) 0%, rgb(0 78 204 / 32%) 100%);
    border-radius: 10px;
    margin-top: 20px;
    width: 440px;
    box-sizing: border-box;
    color: #b6c4ff;
    border-left: 3px solid #0d30a1;
    border-right: 3px solid #0d30a1;
    backdrop-filter: blur(5px);
}