html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1550px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-panels {
  background-image: url(../images/bg.png);
}

.container-login {
  background-image: url(../img/bg.png);
  background-size: 100% 100%;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}

.footer span {
  padding: 0 20px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1.05);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* 登录界面样式
-----------------------------------------------------*/

.login-box {
  background-image: url(../img/login-box.png);
  position: absolute;
  top: 50%;
  right: 18%;
  transform: translateY(-50%);
  /* padding: 0 43px; */
  width: 1200px;
  height: 600px;
}
.login-form {
  width: 43.5%;
  height:100%;
  position: absolute;
  top: 0px;
  right: 0px;

}
.login-content {
  
}
.login-logo {
  margin: 10px 12px;
}
.login-title {
  margin-top: 60px;
  text-align: center;
  color: #0E95FF;
  font-size: 32px;
  height: 24px;
  font-weight: 600;
  height: 500p
}

.login-input-box {
  position: relative;
  margin-top: 56px;
  padding: 0;
}

.login-item {
  position: relative;
}

.login-item--left {
  float: left;
  width: 300px;
  position: relative;
}

.login-item--left .login-input {
  /* width: 46px; */
  width: 210px;
}

.login-item--left .icon-verify {
  width: 22px;
  height: 27px;
  z-index: 1;
  top: 20px;
  left: 20px;
  position: absolute;
  padding-right: 8px;
  background: url("../img/verify.png") no-repeat;
}

.verify-img {
  margin-right: 60px;
  float: right;
  width: 160px;
  height: 68px;
}

.login-icon {
  z-index: 1;
  top: 20px;
  left: 20px;
  position: absolute;
  background-image: url("../img/acc.png");
  background-repeat: no-repeat;
  padding-right: 8px;
}
.login-icon1 {
  z-index: 1;
  top: 20px;
  left: 20px;
  position: absolute;
  background-image: url("../img/lock.png");
  background-repeat: no-repeat;
  padding-right: 8px;
}

.login-icon2 {
  z-index: 1;
  top: 21px;
  left: 420px;
  position: absolute;
  background-image: url("../img/eyes.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 8px;
}


.login-icon3 {
  z-index: 1;
  top: 21px;
  left: 420px;
  position: absolute;
  background-image: url("../img/eyes-close.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 8px;
}


.icon-account {
  width: 22px;
  height: 27px;
  /* background-position: -9px -9px; */
}

.icon-password {
  width: 22px;
  height: 27px;
}

.login-input {
  position: relative;
  padding: 13px 0 13px 65px;
  margin: 0 0 27px;
  width: 396px;
  height: 40px;
  color: #AFB1B7;
  font-size: 18px;
  border-radius: 5px;
  outline-style: none;
  border: 1px solid #eceef2;
}

.login-input::-webkit-input-placeholder {
  color: #bdbdbd;
}
input::-moz-input-placeholder {
  color: #bdbdbd;
}
input::-ms-input-placeholder {
  color: #bdbdbd;
}

.login-input:focus {
  border-style: solid;
  border-color: #eceef2;
}

.login-button-box {
  width: 462px;
  display: flex;
  justify-content: space-around;
}

.login-button {
  flex: 1;
  cursor: pointer;
  width: 460px;
  height: 68px;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  line-height: 68px;
  outline-style: none;
  text-align: center;
  margin-top: 25px;
  font-size: 26px;
  background: #3094FF;
  box-shadow: 0px 2px 8px 0px rgba(61,112,179,0.5);
  border-radius: 8px;
}
.form-footer {
  width: 88%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  
}
.login-button.btn-common {
  background-color: #0E95FF;
}

.login-button.btn-common:hover {
  background-color: #0E95FF;
}

.login-button.btn-ca {
  margin-left: 20px;
  background-color: #0E95FF;
}
.login-button.btn-ca:hover {
  background-color: #518dff;
}
.container-footer {
  z-index: 0;
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 70px;
  background-color: #fff;
  opacity: 0.2;
}
.footer-content {
  width: 100%;
  bottom: 0px;
  position: absolute;
  height: 66px;
  line-height: 28px;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: center;
  opacity: 1!important;
  font-size: 15px;
}
.footer-icon {
  width: 20px;
  height: 20px;
}
.tip1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer-content-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-content-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer-content-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.error {
  position: absolute;
  top: 65px;
  left: 0px;
  color: red;
}
.noClick {
  background: #D7D7D7;
  cursor: pointer;
  width: 154px;
  height: 68px;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  line-height: 68px;
  outline-style: none;
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  border-radius: 8px;
}
.btn-code {
  cursor: pointer;
  width: 162px;
  height: 68px;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  line-height: 68px;
  outline-style: none;
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  background: #3094FF;
  box-shadow: 0px 2px 8px 0px rgba(61,112,179,0.5);
  border-radius: 8px;
}
.bg-container{
  position: relative;
  width: 1284px;
  height: 827px;
  position: absolute;
  top: 50%;
  transform: scale(0.8) translateY(-50%);
}
.logo{
  width: 1200px;
  height: 121px;
  background:  url(../img/logo-name.png) 90px 21px no-repeat;
  position: absolute;
  top: -4px;
  left: -10px;
  transform: scale(0.9);
}
.center{
  width: 318px;
  height: 547px;
  left: 50% !important;
  margin-left: -205px;
  -webkit-animation: totop 3s ease infinite;
  animation: totop 3s ease infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@-webkit-keyframes totop {
  0% {
      -webkit-transform: translateY(0px);
  }
  50% {
      -webkit-transform: translateY(-25px);
  }
  100% {
      -webkit-transform:  translateY(0px);
  }
}
@keyframes totop {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
  50% {
      -webkit-transform: translateY(-25px);
      transform: translateY(5px);
  }
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
} 

.layer{
  position: absolute;
}
.layer .bg1{
  position: absolute;
  left: 820px;
  top: 40px;
}
.layer .bg2{
  position: absolute;
  left: 835px;
  top: 435px;
}
.layer .bg3{
  position: absolute;
  left: 620px;
  top: 540px;
}
.layer .bg4{
  position: absolute;
  left: -20px;
  top: 340px;
}
.layer .bg5{
  position: absolute;
  left: 105px;
  top: 100px;
}
.bottom-bg{
  position: absolute;
  cursor:pointer;
	-webkit-animation:scaleout 3s infinite ease-in-out;
  animation:scaleout 3s infinite ease-in-out;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
@-webkit-keyframes scaleout {
	0% {
	-webkit-transform:scale(1.0)
}
100% {
	-webkit-transform:scale(1.1);
	opacity:0;
}
}@keyframes scaleout {
	0% {
	transform:scale(1.0);
	-webkit-transform:scale(1.0);
	opacity:0;
}
10% {
	transform:scale(1.0);
	-webkit-transform:scale(1.0);
	opacity:1;
}
100% {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	opacity:0;
}
}

@-webkit-keyframes wateranimate {
  0% {
      -webkit-transform: scale(0);
      opacity: 0.5;
  }
  100% {
      -webkit-transform: scale(2);
      opacity: 0;
  }
}
@keyframes wateranimate {
  0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0.5;
  }
  100% {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0;
  }
}  
.waves-ripple {
  position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -820px;
    width: 1500px;
    height: 500px;
    /* margin: 50px auto; */
    transform: rotateX(60deg);
}
.water1 {
  -webkit-animation: wateranimate 12s 2s ease-out infinite;
  animation: wateranimate 12s 2s ease-out infinite;
}           
.water2 {
  -webkit-animation: wateranimate 12s 1s ease-out infinite;
  animation: wateranimate 12s 1s ease-out infinite;
}           
.water3 {
  -webkit-animation: wateranimate 12s 0s ease-out infinite;
  animation: wateranimate 12s 0s ease-out infinite;
}           
.water4 {
  -webkit-animation: wateranimate 12s 6s ease-out infinite;
  animation: wateranimate 12s 6s ease-out infinite;
}           
.water1, .water2, .water3, .water4 {
  padding: 20%;
  position: absolute;
  left: 30%;
  top: 30%;
  border: 1px solid rgb(13, 40, 194);
  box-shadow: 0 0 120px 30px rgb(105 248 254) inset;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
}
.center-3{
  position: absolute;
  left: 50%;
  margin-left: -301px;
  top: 253px;
  /* -webkit-animation: tobottom 3s ease-out infinite;
  animation: tobottom 3s ease-out infinite; */
}
@-webkit-keyframes tobottom {
  0% {
      -webkit-transform: translateY(0px);
  }
  50% {
      -webkit-transform: translateY(5px);
  }
  100% {
      -webkit-transform:  translateY(0px);
  }
}
@keyframes tobottom {
  0% {
      transform: translateY(0px);
  }
  50% {
      transform: translateY(5px);
  }
  0% {
      transform: translateY(0px);
  }
} 
.el-divider{
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
  background-color: #dcdfe6;
  position: relative;
  text-align: center;
}
.el-divider__text{
  background-color: #ddf3ff;
  padding: 0 20px;
  display: inline-block;
  font-weight: 500;
  color: #303133;
  font-size: 14px;
  /* padding-left: 0px; */
  transform: translateY(-50%);
  margin: 0px;
}

a.action-link{
  cursor:pointer;
  text-align: center;
  display: block;
  color: #3094FF;
  font-size: 18px;
}

a.other-link{
  cursor:pointer;
  text-align: center;
  display: block;
  color: #3094FF;
  font-size: 18px;
}

a.download-link{
  cursor:pointer;
  text-align: center;
  display: block;
  color: #3094FF;
  font-size: 18px;
}


.show-container {
  width: 100px;
  height: 100px;
  position: absolute;
}
.show-container1{
  top: 163px;
  left: 152px;
}
.show-container.show-container2 {
  left: 810px;
  width: 150px;
  top: 50px;
}
.show-container.show-container3 {
  top: 400px;
  left: 0px;
}
.show-container.show-container4 {
  top: 500px;
  left: 668px;
}
.show-container.show-container5 {
  top: 386px;
  left: 900px;
}
.circle-container {
  position: absolute;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -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% {
    -webkit-transform: scale3d(0.4, 0.4, 1);
            transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    -webkit-transform: scale3d(2.2, 2.2, 1);
            transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    -webkit-transform: scale3d(0.4, 0.4, 1);
            transform: scale3d(0.4, 0.4, 1);
  }
}
@keyframes scale-frames {
  0% {
    -webkit-transform: scale3d(0.4, 0.4, 1);
            transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    -webkit-transform: scale3d(2.2, 2.2, 1);
            transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    -webkit-transform: scale3d(0.4, 0.4, 1);
            transform: scale3d(0.4, 0.4, 1);
  }
}
.circle-container:nth-child(1) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-1;
          animation-name: move-frames-1;
  -webkit-animation-duration: 8441ms;
          animation-duration: 8441ms;
  -webkit-animation-delay: 4544ms;
          animation-delay: 4544ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    -webkit-transform: translate3d(50px, 102px, 0);
            transform: translate3d(50px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(2px, -117px, 0);
            transform: translate3d(2px, -117px, 0);
  }
}
@keyframes move-frames-1 {
  from {
    -webkit-transform: translate3d(50px, 102px, 0);
            transform: translate3d(50px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(2px, -117px, 0);
            transform: translate3d(2px, -117px, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 3734ms;
          animation-delay: 3734ms;
}
.circle-container:nth-child(2) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-2;
          animation-name: move-frames-2;
  -webkit-animation-duration: 9921ms;
          animation-duration: 9921ms;
  -webkit-animation-delay: 5982ms;
          animation-delay: 5982ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    -webkit-transform: translate3d(89px, 108px, 0);
            transform: translate3d(89px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(72px, -123px, 0);
            transform: translate3d(72px, -123px, 0);
  }
}
@keyframes move-frames-2 {
  from {
    -webkit-transform: translate3d(89px, 108px, 0);
            transform: translate3d(89px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(72px, -123px, 0);
            transform: translate3d(72px, -123px, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 2516ms;
          animation-delay: 2516ms;
}
.circle-container:nth-child(3) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-3;
          animation-name: move-frames-3;
  -webkit-animation-duration: 10427ms;
          animation-duration: 10427ms;
  -webkit-animation-delay: 3649ms;
          animation-delay: 3649ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    -webkit-transform: translate3d(85px, 107px, 0);
            transform: translate3d(85px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(30px, -133px, 0);
            transform: translate3d(30px, -133px, 0);
  }
}
@keyframes move-frames-3 {
  from {
    -webkit-transform: translate3d(85px, 107px, 0);
            transform: translate3d(85px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(30px, -133px, 0);
            transform: translate3d(30px, -133px, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 731ms;
          animation-delay: 731ms;
}
.circle-container:nth-child(4) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-4;
          animation-name: move-frames-4;
  -webkit-animation-duration: 10951ms;
          animation-duration: 10951ms;
  -webkit-animation-delay: 8909ms;
          animation-delay: 8909ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    -webkit-transform: translate3d(50px, 104px, 0);
            transform: translate3d(50px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(74px, -122px, 0);
            transform: translate3d(74px, -122px, 0);
  }
}
@keyframes move-frames-4 {
  from {
    -webkit-transform: translate3d(50px, 104px, 0);
            transform: translate3d(50px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(74px, -122px, 0);
            transform: translate3d(74px, -122px, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 2526ms;
          animation-delay: 2526ms;
}
.circle-container:nth-child(5) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-5;
          animation-name: move-frames-5;
  -webkit-animation-duration: 7642ms;
          animation-duration: 7642ms;
  -webkit-animation-delay: 2502ms;
          animation-delay: 2502ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    -webkit-transform: translate3d(9px, 108px, 0);
            transform: translate3d(9px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(39px, -126px, 0);
            transform: translate3d(39px, -126px, 0);
  }
}
@keyframes move-frames-5 {
  from {
    -webkit-transform: translate3d(9px, 108px, 0);
            transform: translate3d(9px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(39px, -126px, 0);
            transform: translate3d(39px, -126px, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 2755ms;
          animation-delay: 2755ms;
}
.circle-container:nth-child(6) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-6;
          animation-name: move-frames-6;
  -webkit-animation-duration: 8439ms;
          animation-duration: 8439ms;
  -webkit-animation-delay: 455ms;
          animation-delay: 455ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    -webkit-transform: translate3d(29px, 101px, 0);
            transform: translate3d(29px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(21px, -109px, 0);
            transform: translate3d(21px, -109px, 0);
  }
}
@keyframes move-frames-6 {
  from {
    -webkit-transform: translate3d(29px, 101px, 0);
            transform: translate3d(29px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(21px, -109px, 0);
            transform: translate3d(21px, -109px, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 3506ms;
          animation-delay: 3506ms;
}
.circle-container:nth-child(7) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-7;
          animation-name: move-frames-7;
  -webkit-animation-duration: 7539ms;
          animation-duration: 7539ms;
  -webkit-animation-delay: 3595ms;
          animation-delay: 3595ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    -webkit-transform: translate3d(11px, 101px, 0);
            transform: translate3d(11px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(31px, -125px, 0);
            transform: translate3d(31px, -125px, 0);
  }
}
@keyframes move-frames-7 {
  from {
    -webkit-transform: translate3d(11px, 101px, 0);
            transform: translate3d(11px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(31px, -125px, 0);
            transform: translate3d(31px, -125px, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 749ms;
          animation-delay: 749ms;
}
.circle-container:nth-child(8) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-8;
          animation-name: move-frames-8;
  -webkit-animation-duration: 7480ms;
          animation-duration: 7480ms;
  -webkit-animation-delay: 2680ms;
          animation-delay: 2680ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    -webkit-transform: translate3d(15px, 101px, 0);
            transform: translate3d(15px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(88px, -111px, 0);
            transform: translate3d(88px, -111px, 0);
  }
}
@keyframes move-frames-8 {
  from {
    -webkit-transform: translate3d(15px, 101px, 0);
            transform: translate3d(15px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(88px, -111px, 0);
            transform: translate3d(88px, -111px, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 1888ms;
          animation-delay: 1888ms;
}
.circle-container:nth-child(9) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-9;
          animation-name: move-frames-9;
  -webkit-animation-duration: 9087ms;
          animation-duration: 9087ms;
  -webkit-animation-delay: 9461ms;
          animation-delay: 9461ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    -webkit-transform: translate3d(100px, 107px, 0);
            transform: translate3d(100px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(40px, -130px, 0);
            transform: translate3d(40px, -130px, 0);
  }
}
@keyframes move-frames-9 {
  from {
    -webkit-transform: translate3d(100px, 107px, 0);
            transform: translate3d(100px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(40px, -130px, 0);
            transform: translate3d(40px, -130px, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 1721ms;
          animation-delay: 1721ms;
}
.circle-container:nth-child(10) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-10;
          animation-name: move-frames-10;
  -webkit-animation-duration: 9860ms;
          animation-duration: 9860ms;
  -webkit-animation-delay: 8969ms;
          animation-delay: 8969ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    -webkit-transform: translate3d(74px, 110px, 0);
            transform: translate3d(74px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(30px, -127px, 0);
            transform: translate3d(30px, -127px, 0);
  }
}
@keyframes move-frames-10 {
  from {
    -webkit-transform: translate3d(74px, 110px, 0);
            transform: translate3d(74px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(30px, -127px, 0);
            transform: translate3d(30px, -127px, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 1801ms;
          animation-delay: 1801ms;
}
.circle-container:nth-child(11) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-11;
          animation-name: move-frames-11;
  -webkit-animation-duration: 9292ms;
          animation-duration: 9292ms;
  -webkit-animation-delay: 9812ms;
          animation-delay: 9812ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    -webkit-transform: translate3d(29px, 108px, 0);
            transform: translate3d(29px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(58px, -135px, 0);
            transform: translate3d(58px, -135px, 0);
  }
}
@keyframes move-frames-11 {
  from {
    -webkit-transform: translate3d(29px, 108px, 0);
            transform: translate3d(29px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(58px, -135px, 0);
            transform: translate3d(58px, -135px, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 3834ms;
          animation-delay: 3834ms;
}
.circle-container:nth-child(12) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-12;
          animation-name: move-frames-12;
  -webkit-animation-duration: 7920ms;
          animation-duration: 7920ms;
  -webkit-animation-delay: 2180ms;
          animation-delay: 2180ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    -webkit-transform: translate3d(10px, 105px, 0);
            transform: translate3d(10px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(18px, -123px, 0);
            transform: translate3d(18px, -123px, 0);
  }
}
@keyframes move-frames-12 {
  from {
    -webkit-transform: translate3d(10px, 105px, 0);
            transform: translate3d(10px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(18px, -123px, 0);
            transform: translate3d(18px, -123px, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 1995ms;
          animation-delay: 1995ms;
}
.circle-container:nth-child(13) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-13;
          animation-name: move-frames-13;
  -webkit-animation-duration: 7293ms;
          animation-duration: 7293ms;
  -webkit-animation-delay: 6446ms;
          animation-delay: 6446ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    -webkit-transform: translate3d(26px, 107px, 0);
            transform: translate3d(26px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(15px, -123px, 0);
            transform: translate3d(15px, -123px, 0);
  }
}
@keyframes move-frames-13 {
  from {
    -webkit-transform: translate3d(26px, 107px, 0);
            transform: translate3d(26px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(15px, -123px, 0);
            transform: translate3d(15px, -123px, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 1282ms;
          animation-delay: 1282ms;
}
.circle-container:nth-child(14) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-14;
          animation-name: move-frames-14;
  -webkit-animation-duration: 9677ms;
          animation-duration: 9677ms;
  -webkit-animation-delay: 5675ms;
          animation-delay: 5675ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    -webkit-transform: translate3d(80px, 102px, 0);
            transform: translate3d(80px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(76px, -110px, 0);
            transform: translate3d(76px, -110px, 0);
  }
}
@keyframes move-frames-14 {
  from {
    -webkit-transform: translate3d(80px, 102px, 0);
            transform: translate3d(80px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(76px, -110px, 0);
            transform: translate3d(76px, -110px, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 542ms;
          animation-delay: 542ms;
}
.circle-container:nth-child(15) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-15;
          animation-name: move-frames-15;
  -webkit-animation-duration: 8055ms;
          animation-duration: 8055ms;
  -webkit-animation-delay: 7418ms;
          animation-delay: 7418ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    -webkit-transform: translate3d(7px, 103px, 0);
            transform: translate3d(7px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(100px, -129px, 0);
            transform: translate3d(100px, -129px, 0);
  }
}
@keyframes move-frames-15 {
  from {
    -webkit-transform: translate3d(7px, 103px, 0);
            transform: translate3d(7px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(100px, -129px, 0);
            transform: translate3d(100px, -129px, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
.circle-container:nth-child(16) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-16;
          animation-name: move-frames-16;
  -webkit-animation-duration: 9673ms;
          animation-duration: 9673ms;
  -webkit-animation-delay: 871ms;
          animation-delay: 871ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    -webkit-transform: translate3d(58px, 102px, 0);
            transform: translate3d(58px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(86px, -126px, 0);
            transform: translate3d(86px, -126px, 0);
  }
}
@keyframes move-frames-16 {
  from {
    -webkit-transform: translate3d(58px, 102px, 0);
            transform: translate3d(58px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(86px, -126px, 0);
            transform: translate3d(86px, -126px, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 2783ms;
          animation-delay: 2783ms;
}
.circle-container:nth-child(17) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-17;
          animation-name: move-frames-17;
  -webkit-animation-duration: 8468ms;
          animation-duration: 8468ms;
  -webkit-animation-delay: 2038ms;
          animation-delay: 2038ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    -webkit-transform: translate3d(65px, 108px, 0);
            transform: translate3d(65px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(35px, -134px, 0);
            transform: translate3d(35px, -134px, 0);
  }
}
@keyframes move-frames-17 {
  from {
    -webkit-transform: translate3d(65px, 108px, 0);
            transform: translate3d(65px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(35px, -134px, 0);
            transform: translate3d(35px, -134px, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 346ms;
          animation-delay: 346ms;
}
.circle-container:nth-child(18) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-18;
          animation-name: move-frames-18;
  -webkit-animation-duration: 9523ms;
          animation-duration: 9523ms;
  -webkit-animation-delay: 2150ms;
          animation-delay: 2150ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    -webkit-transform: translate3d(48px, 102px, 0);
            transform: translate3d(48px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(97px, -127px, 0);
            transform: translate3d(97px, -127px, 0);
  }
}
@keyframes move-frames-18 {
  from {
    -webkit-transform: translate3d(48px, 102px, 0);
            transform: translate3d(48px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(97px, -127px, 0);
            transform: translate3d(97px, -127px, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 2065ms;
          animation-delay: 2065ms;
}
.circle-container:nth-child(19) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-19;
          animation-name: move-frames-19;
  -webkit-animation-duration: 9472ms;
          animation-duration: 9472ms;
  -webkit-animation-delay: 428ms;
          animation-delay: 428ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    -webkit-transform: translate3d(63px, 107px, 0);
            transform: translate3d(63px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(39px, -122px, 0);
            transform: translate3d(39px, -122px, 0);
  }
}
@keyframes move-frames-19 {
  from {
    -webkit-transform: translate3d(63px, 107px, 0);
            transform: translate3d(63px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(39px, -122px, 0);
            transform: translate3d(39px, -122px, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 2105ms;
          animation-delay: 2105ms;
}
.circle-container:nth-child(20) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-20;
          animation-name: move-frames-20;
  -webkit-animation-duration: 10290ms;
          animation-duration: 10290ms;
  -webkit-animation-delay: 8685ms;
          animation-delay: 8685ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    -webkit-transform: translate3d(39px, 106px, 0);
            transform: translate3d(39px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(21px, -128px, 0);
            transform: translate3d(21px, -128px, 0);
  }
}
@keyframes move-frames-20 {
  from {
    -webkit-transform: translate3d(39px, 106px, 0);
            transform: translate3d(39px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(21px, -128px, 0);
            transform: translate3d(21px, -128px, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 246ms;
          animation-delay: 246ms;
}
.circle-container:nth-child(21) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-21;
          animation-name: move-frames-21;
  -webkit-animation-duration: 8708ms;
          animation-duration: 8708ms;
  -webkit-animation-delay: 2550ms;
          animation-delay: 2550ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    -webkit-transform: translate3d(55px, 110px, 0);
            transform: translate3d(55px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(60px, -112px, 0);
            transform: translate3d(60px, -112px, 0);
  }
}
@keyframes move-frames-21 {
  from {
    -webkit-transform: translate3d(55px, 110px, 0);
            transform: translate3d(55px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(60px, -112px, 0);
            transform: translate3d(60px, -112px, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 3603ms;
          animation-delay: 3603ms;
}
.circle-container:nth-child(22) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-22;
          animation-name: move-frames-22;
  -webkit-animation-duration: 8465ms;
          animation-duration: 8465ms;
  -webkit-animation-delay: 2241ms;
          animation-delay: 2241ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    -webkit-transform: translate3d(14px, 110px, 0);
            transform: translate3d(14px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(37px, -128px, 0);
            transform: translate3d(37px, -128px, 0);
  }
}
@keyframes move-frames-22 {
  from {
    -webkit-transform: translate3d(14px, 110px, 0);
            transform: translate3d(14px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(37px, -128px, 0);
            transform: translate3d(37px, -128px, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 3872ms;
          animation-delay: 3872ms;
}
.circle-container:nth-child(23) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-23;
          animation-name: move-frames-23;
  -webkit-animation-duration: 10859ms;
          animation-duration: 10859ms;
  -webkit-animation-delay: 7216ms;
          animation-delay: 7216ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    -webkit-transform: translate3d(68px, 105px, 0);
            transform: translate3d(68px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(37px, -128px, 0);
            transform: translate3d(37px, -128px, 0);
  }
}
@keyframes move-frames-23 {
  from {
    -webkit-transform: translate3d(68px, 105px, 0);
            transform: translate3d(68px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(37px, -128px, 0);
            transform: translate3d(37px, -128px, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 3342ms;
          animation-delay: 3342ms;
}
.circle-container:nth-child(24) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-24;
          animation-name: move-frames-24;
  -webkit-animation-duration: 10469ms;
          animation-duration: 10469ms;
  -webkit-animation-delay: 6779ms;
          animation-delay: 6779ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    -webkit-transform: translate3d(8px, 102px, 0);
            transform: translate3d(8px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(7px, -118px, 0);
            transform: translate3d(7px, -118px, 0);
  }
}
@keyframes move-frames-24 {
  from {
    -webkit-transform: translate3d(8px, 102px, 0);
            transform: translate3d(8px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(7px, -118px, 0);
            transform: translate3d(7px, -118px, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 3406ms;
          animation-delay: 3406ms;
}
.circle-container:nth-child(25) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-25;
          animation-name: move-frames-25;
  -webkit-animation-duration: 7010ms;
          animation-duration: 7010ms;
  -webkit-animation-delay: 7524ms;
          animation-delay: 7524ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    -webkit-transform: translate3d(10px, 109px, 0);
            transform: translate3d(10px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(57px, -132px, 0);
            transform: translate3d(57px, -132px, 0);
  }
}
@keyframes move-frames-25 {
  from {
    -webkit-transform: translate3d(10px, 109px, 0);
            transform: translate3d(10px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(57px, -132px, 0);
            transform: translate3d(57px, -132px, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 3430ms;
          animation-delay: 3430ms;
}
.circle-container:nth-child(26) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-26;
          animation-name: move-frames-26;
  -webkit-animation-duration: 10471ms;
          animation-duration: 10471ms;
  -webkit-animation-delay: 1648ms;
          animation-delay: 1648ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    -webkit-transform: translate3d(38px, 104px, 0);
            transform: translate3d(38px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(9px, -116px, 0);
            transform: translate3d(9px, -116px, 0);
  }
}
@keyframes move-frames-26 {
  from {
    -webkit-transform: translate3d(38px, 104px, 0);
            transform: translate3d(38px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(9px, -116px, 0);
            transform: translate3d(9px, -116px, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 3602ms;
          animation-delay: 3602ms;
}
.circle-container:nth-child(27) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-27;
          animation-name: move-frames-27;
  -webkit-animation-duration: 7423ms;
          animation-duration: 7423ms;
  -webkit-animation-delay: 5797ms;
          animation-delay: 5797ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    -webkit-transform: translate3d(24px, 107px, 0);
            transform: translate3d(24px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(78px, -109px, 0);
            transform: translate3d(78px, -109px, 0);
  }
}
@keyframes move-frames-27 {
  from {
    -webkit-transform: translate3d(24px, 107px, 0);
            transform: translate3d(24px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(78px, -109px, 0);
            transform: translate3d(78px, -109px, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 3981ms;
          animation-delay: 3981ms;
}
.circle-container:nth-child(28) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-28;
          animation-name: move-frames-28;
  -webkit-animation-duration: 10775ms;
          animation-duration: 10775ms;
  -webkit-animation-delay: 10637ms;
          animation-delay: 10637ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    -webkit-transform: translate3d(91px, 108px, 0);
            transform: translate3d(91px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(85px, -111px, 0);
            transform: translate3d(85px, -111px, 0);
  }
}
@keyframes move-frames-28 {
  from {
    -webkit-transform: translate3d(91px, 108px, 0);
            transform: translate3d(91px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(85px, -111px, 0);
            transform: translate3d(85px, -111px, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 487ms;
          animation-delay: 487ms;
}
.circle-container:nth-child(29) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-29;
          animation-name: move-frames-29;
  -webkit-animation-duration: 10713ms;
          animation-duration: 10713ms;
  -webkit-animation-delay: 1330ms;
          animation-delay: 1330ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    -webkit-transform: translate3d(68px, 109px, 0);
            transform: translate3d(68px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(87px, -122px, 0);
            transform: translate3d(87px, -122px, 0);
  }
}
@keyframes move-frames-29 {
  from {
    -webkit-transform: translate3d(68px, 109px, 0);
            transform: translate3d(68px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(87px, -122px, 0);
            transform: translate3d(87px, -122px, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 3338ms;
          animation-delay: 3338ms;
}
.circle-container:nth-child(30) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-30;
          animation-name: move-frames-30;
  -webkit-animation-duration: 8127ms;
          animation-duration: 8127ms;
  -webkit-animation-delay: 10773ms;
          animation-delay: 10773ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    -webkit-transform: translate3d(66px, 101px, 0);
            transform: translate3d(66px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(19px, -113px, 0);
            transform: translate3d(19px, -113px, 0);
  }
}
@keyframes move-frames-30 {
  from {
    -webkit-transform: translate3d(66px, 101px, 0);
            transform: translate3d(66px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(19px, -113px, 0);
            transform: translate3d(19px, -113px, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 967ms;
          animation-delay: 967ms;
}
.circle-container:nth-child(31) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-31;
          animation-name: move-frames-31;
  -webkit-animation-duration: 10070ms;
          animation-duration: 10070ms;
  -webkit-animation-delay: 1791ms;
          animation-delay: 1791ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    -webkit-transform: translate3d(13px, 104px, 0);
            transform: translate3d(13px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(42px, -117px, 0);
            transform: translate3d(42px, -117px, 0);
  }
}
@keyframes move-frames-31 {
  from {
    -webkit-transform: translate3d(13px, 104px, 0);
            transform: translate3d(13px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(42px, -117px, 0);
            transform: translate3d(42px, -117px, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 758ms;
          animation-delay: 758ms;
}
.circle-container:nth-child(32) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-32;
          animation-name: move-frames-32;
  -webkit-animation-duration: 8451ms;
          animation-duration: 8451ms;
  -webkit-animation-delay: 6828ms;
          animation-delay: 6828ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    -webkit-transform: translate3d(27px, 101px, 0);
            transform: translate3d(27px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(54px, -120px, 0);
            transform: translate3d(54px, -120px, 0);
  }
}
@keyframes move-frames-32 {
  from {
    -webkit-transform: translate3d(27px, 101px, 0);
            transform: translate3d(27px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(54px, -120px, 0);
            transform: translate3d(54px, -120px, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 102ms;
          animation-delay: 102ms;
}
.circle-container:nth-child(33) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-33;
          animation-name: move-frames-33;
  -webkit-animation-duration: 8210ms;
          animation-duration: 8210ms;
  -webkit-animation-delay: 3585ms;
          animation-delay: 3585ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    -webkit-transform: translate3d(26px, 107px, 0);
            transform: translate3d(26px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(94px, -108px, 0);
            transform: translate3d(94px, -108px, 0);
  }
}
@keyframes move-frames-33 {
  from {
    -webkit-transform: translate3d(26px, 107px, 0);
            transform: translate3d(26px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(94px, -108px, 0);
            transform: translate3d(94px, -108px, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 3895ms;
          animation-delay: 3895ms;
}
.circle-container:nth-child(34) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-34;
          animation-name: move-frames-34;
  -webkit-animation-duration: 10257ms;
          animation-duration: 10257ms;
  -webkit-animation-delay: 3610ms;
          animation-delay: 3610ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    -webkit-transform: translate3d(87px, 107px, 0);
            transform: translate3d(87px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(90px, -125px, 0);
            transform: translate3d(90px, -125px, 0);
  }
}
@keyframes move-frames-34 {
  from {
    -webkit-transform: translate3d(87px, 107px, 0);
            transform: translate3d(87px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(90px, -125px, 0);
            transform: translate3d(90px, -125px, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 1663ms;
          animation-delay: 1663ms;
}
.circle-container:nth-child(35) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-35;
          animation-name: move-frames-35;
  -webkit-animation-duration: 9587ms;
          animation-duration: 9587ms;
  -webkit-animation-delay: 5481ms;
          animation-delay: 5481ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    -webkit-transform: translate3d(10px, 109px, 0);
            transform: translate3d(10px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(11px, -120px, 0);
            transform: translate3d(11px, -120px, 0);
  }
}
@keyframes move-frames-35 {
  from {
    -webkit-transform: translate3d(10px, 109px, 0);
            transform: translate3d(10px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(11px, -120px, 0);
            transform: translate3d(11px, -120px, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 1846ms;
          animation-delay: 1846ms;
}
.circle-container:nth-child(36) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-36;
          animation-name: move-frames-36;
  -webkit-animation-duration: 9067ms;
          animation-duration: 9067ms;
  -webkit-animation-delay: 6362ms;
          animation-delay: 6362ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    -webkit-transform: translate3d(76px, 106px, 0);
            transform: translate3d(76px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(8px, -114px, 0);
            transform: translate3d(8px, -114px, 0);
  }
}
@keyframes move-frames-36 {
  from {
    -webkit-transform: translate3d(76px, 106px, 0);
            transform: translate3d(76px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(8px, -114px, 0);
            transform: translate3d(8px, -114px, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 629ms;
          animation-delay: 629ms;
}
.circle-container:nth-child(37) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-37;
          animation-name: move-frames-37;
  -webkit-animation-duration: 10464ms;
          animation-duration: 10464ms;
  -webkit-animation-delay: 459ms;
          animation-delay: 459ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    -webkit-transform: translate3d(87px, 106px, 0);
            transform: translate3d(87px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(19px, -111px, 0);
            transform: translate3d(19px, -111px, 0);
  }
}
@keyframes move-frames-37 {
  from {
    -webkit-transform: translate3d(87px, 106px, 0);
            transform: translate3d(87px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(19px, -111px, 0);
            transform: translate3d(19px, -111px, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 2923ms;
          animation-delay: 2923ms;
}
.circle-container:nth-child(38) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-38;
          animation-name: move-frames-38;
  -webkit-animation-duration: 7636ms;
          animation-duration: 7636ms;
  -webkit-animation-delay: 7001ms;
          animation-delay: 7001ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    -webkit-transform: translate3d(5px, 106px, 0);
            transform: translate3d(5px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(6px, -110px, 0);
            transform: translate3d(6px, -110px, 0);
  }
}
@keyframes move-frames-38 {
  from {
    -webkit-transform: translate3d(5px, 106px, 0);
            transform: translate3d(5px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(6px, -110px, 0);
            transform: translate3d(6px, -110px, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 2952ms;
          animation-delay: 2952ms;
}
.circle-container:nth-child(39) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-39;
          animation-name: move-frames-39;
  -webkit-animation-duration: 7141ms;
          animation-duration: 7141ms;
  -webkit-animation-delay: 7364ms;
          animation-delay: 7364ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    -webkit-transform: translate3d(40px, 101px, 0);
            transform: translate3d(40px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(60px, -114px, 0);
            transform: translate3d(60px, -114px, 0);
  }
}
@keyframes move-frames-39 {
  from {
    -webkit-transform: translate3d(40px, 101px, 0);
            transform: translate3d(40px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(60px, -114px, 0);
            transform: translate3d(60px, -114px, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 2547ms;
          animation-delay: 2547ms;
}
.circle-container:nth-child(40) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-40;
          animation-name: move-frames-40;
  -webkit-animation-duration: 8810ms;
          animation-duration: 8810ms;
  -webkit-animation-delay: 2995ms;
          animation-delay: 2995ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    -webkit-transform: translate3d(97px, 104px, 0);
            transform: translate3d(97px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(67px, -119px, 0);
            transform: translate3d(67px, -119px, 0);
  }
}
@keyframes move-frames-40 {
  from {
    -webkit-transform: translate3d(97px, 104px, 0);
            transform: translate3d(97px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(67px, -119px, 0);
            transform: translate3d(67px, -119px, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 2456ms;
          animation-delay: 2456ms;
}
.circle-container:nth-child(41) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-41;
          animation-name: move-frames-41;
  -webkit-animation-duration: 9821ms;
          animation-duration: 9821ms;
  -webkit-animation-delay: 6398ms;
          animation-delay: 6398ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    -webkit-transform: translate3d(21px, 104px, 0);
            transform: translate3d(21px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(71px, -129px, 0);
            transform: translate3d(71px, -129px, 0);
  }
}
@keyframes move-frames-41 {
  from {
    -webkit-transform: translate3d(21px, 104px, 0);
            transform: translate3d(21px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(71px, -129px, 0);
            transform: translate3d(71px, -129px, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 3442ms;
          animation-delay: 3442ms;
}
.circle-container:nth-child(42) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-42;
          animation-name: move-frames-42;
  -webkit-animation-duration: 8587ms;
          animation-duration: 8587ms;
  -webkit-animation-delay: 9325ms;
          animation-delay: 9325ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    -webkit-transform: translate3d(56px, 109px, 0);
            transform: translate3d(56px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(19px, -110px, 0);
            transform: translate3d(19px, -110px, 0);
  }
}
@keyframes move-frames-42 {
  from {
    -webkit-transform: translate3d(56px, 109px, 0);
            transform: translate3d(56px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(19px, -110px, 0);
            transform: translate3d(19px, -110px, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 1786ms;
          animation-delay: 1786ms;
}
.circle-container:nth-child(43) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-43;
          animation-name: move-frames-43;
  -webkit-animation-duration: 9314ms;
          animation-duration: 9314ms;
  -webkit-animation-delay: 2538ms;
          animation-delay: 2538ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    -webkit-transform: translate3d(77px, 101px, 0);
            transform: translate3d(77px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(21px, -123px, 0);
            transform: translate3d(21px, -123px, 0);
  }
}
@keyframes move-frames-43 {
  from {
    -webkit-transform: translate3d(77px, 101px, 0);
            transform: translate3d(77px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(21px, -123px, 0);
            transform: translate3d(21px, -123px, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 278ms;
          animation-delay: 278ms;
}
.circle-container:nth-child(44) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-44;
          animation-name: move-frames-44;
  -webkit-animation-duration: 10350ms;
          animation-duration: 10350ms;
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    -webkit-transform: translate3d(70px, 108px, 0);
            transform: translate3d(70px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(35px, -128px, 0);
            transform: translate3d(35px, -128px, 0);
  }
}
@keyframes move-frames-44 {
  from {
    -webkit-transform: translate3d(70px, 108px, 0);
            transform: translate3d(70px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(35px, -128px, 0);
            transform: translate3d(35px, -128px, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 1914ms;
          animation-delay: 1914ms;
}
.circle-container:nth-child(45) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-45;
          animation-name: move-frames-45;
  -webkit-animation-duration: 8763ms;
          animation-duration: 8763ms;
  -webkit-animation-delay: 9612ms;
          animation-delay: 9612ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    -webkit-transform: translate3d(10px, 105px, 0);
            transform: translate3d(10px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(47px, -122px, 0);
            transform: translate3d(47px, -122px, 0);
  }
}
@keyframes move-frames-45 {
  from {
    -webkit-transform: translate3d(10px, 105px, 0);
            transform: translate3d(10px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(47px, -122px, 0);
            transform: translate3d(47px, -122px, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 489ms;
          animation-delay: 489ms;
}
.circle-container:nth-child(46) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-46;
          animation-name: move-frames-46;
  -webkit-animation-duration: 8664ms;
          animation-duration: 8664ms;
  -webkit-animation-delay: 2027ms;
          animation-delay: 2027ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    -webkit-transform: translate3d(12px, 107px, 0);
            transform: translate3d(12px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(50px, -129px, 0);
            transform: translate3d(50px, -129px, 0);
  }
}
@keyframes move-frames-46 {
  from {
    -webkit-transform: translate3d(12px, 107px, 0);
            transform: translate3d(12px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(50px, -129px, 0);
            transform: translate3d(50px, -129px, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 3695ms;
          animation-delay: 3695ms;
}
.circle-container:nth-child(47) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-47;
          animation-name: move-frames-47;
  -webkit-animation-duration: 7560ms;
          animation-duration: 7560ms;
  -webkit-animation-delay: 1148ms;
          animation-delay: 1148ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    -webkit-transform: translate3d(19px, 109px, 0);
            transform: translate3d(19px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(64px, -132px, 0);
            transform: translate3d(64px, -132px, 0);
  }
}
@keyframes move-frames-47 {
  from {
    -webkit-transform: translate3d(19px, 109px, 0);
            transform: translate3d(19px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(64px, -132px, 0);
            transform: translate3d(64px, -132px, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 2281ms;
          animation-delay: 2281ms;
}
.circle-container:nth-child(48) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-48;
          animation-name: move-frames-48;
  -webkit-animation-duration: 8113ms;
          animation-duration: 8113ms;
  -webkit-animation-delay: 10176ms;
          animation-delay: 10176ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    -webkit-transform: translate3d(71px, 102px, 0);
            transform: translate3d(71px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(59px, -130px, 0);
            transform: translate3d(59px, -130px, 0);
  }
}
@keyframes move-frames-48 {
  from {
    -webkit-transform: translate3d(71px, 102px, 0);
            transform: translate3d(71px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(59px, -130px, 0);
            transform: translate3d(59px, -130px, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 2287ms;
          animation-delay: 2287ms;
}
.circle-container:nth-child(49) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-49;
          animation-name: move-frames-49;
  -webkit-animation-duration: 8320ms;
          animation-duration: 8320ms;
  -webkit-animation-delay: 6863ms;
          animation-delay: 6863ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    -webkit-transform: translate3d(44px, 106px, 0);
            transform: translate3d(44px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(92px, -110px, 0);
            transform: translate3d(92px, -110px, 0);
  }
}
@keyframes move-frames-49 {
  from {
    -webkit-transform: translate3d(44px, 106px, 0);
            transform: translate3d(44px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(92px, -110px, 0);
            transform: translate3d(92px, -110px, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 2657ms;
          animation-delay: 2657ms;
}
.circle-container:nth-child(50) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-50;
          animation-name: move-frames-50;
  -webkit-animation-duration: 10040ms;
          animation-duration: 10040ms;
  -webkit-animation-delay: 5659ms;
          animation-delay: 5659ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    -webkit-transform: translate3d(91px, 106px, 0);
            transform: translate3d(91px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(7px, -127px, 0);
            transform: translate3d(7px, -127px, 0);
  }
}
@keyframes move-frames-50 {
  from {
    -webkit-transform: translate3d(91px, 106px, 0);
            transform: translate3d(91px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(7px, -127px, 0);
            transform: translate3d(7px, -127px, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 305ms;
          animation-delay: 305ms;
}
.circle-container:nth-child(51) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-51;
          animation-name: move-frames-51;
  -webkit-animation-duration: 7733ms;
          animation-duration: 7733ms;
  -webkit-animation-delay: 3199ms;
          animation-delay: 3199ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    -webkit-transform: translate3d(18px, 101px, 0);
            transform: translate3d(18px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(44px, -118px, 0);
            transform: translate3d(44px, -118px, 0);
  }
}
@keyframes move-frames-51 {
  from {
    -webkit-transform: translate3d(18px, 101px, 0);
            transform: translate3d(18px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(44px, -118px, 0);
            transform: translate3d(44px, -118px, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 2575ms;
          animation-delay: 2575ms;
}
.circle-container:nth-child(52) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-52;
          animation-name: move-frames-52;
  -webkit-animation-duration: 9205ms;
          animation-duration: 9205ms;
  -webkit-animation-delay: 3615ms;
          animation-delay: 3615ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    -webkit-transform: translate3d(75px, 108px, 0);
            transform: translate3d(75px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(73px, -126px, 0);
            transform: translate3d(73px, -126px, 0);
  }
}
@keyframes move-frames-52 {
  from {
    -webkit-transform: translate3d(75px, 108px, 0);
            transform: translate3d(75px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(73px, -126px, 0);
            transform: translate3d(73px, -126px, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 3111ms;
          animation-delay: 3111ms;
}
.circle-container:nth-child(53) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-53;
          animation-name: move-frames-53;
  -webkit-animation-duration: 9986ms;
          animation-duration: 9986ms;
  -webkit-animation-delay: 591ms;
          animation-delay: 591ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    -webkit-transform: translate3d(12px, 107px, 0);
            transform: translate3d(12px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(60px, -112px, 0);
            transform: translate3d(60px, -112px, 0);
  }
}
@keyframes move-frames-53 {
  from {
    -webkit-transform: translate3d(12px, 107px, 0);
            transform: translate3d(12px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(60px, -112px, 0);
            transform: translate3d(60px, -112px, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 3881ms;
          animation-delay: 3881ms;
}
.circle-container:nth-child(54) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-54;
          animation-name: move-frames-54;
  -webkit-animation-duration: 7951ms;
          animation-duration: 7951ms;
  -webkit-animation-delay: 4744ms;
          animation-delay: 4744ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    -webkit-transform: translate3d(2px, 110px, 0);
            transform: translate3d(2px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(38px, -124px, 0);
            transform: translate3d(38px, -124px, 0);
  }
}
@keyframes move-frames-54 {
  from {
    -webkit-transform: translate3d(2px, 110px, 0);
            transform: translate3d(2px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(38px, -124px, 0);
            transform: translate3d(38px, -124px, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 2891ms;
          animation-delay: 2891ms;
}
.circle-container:nth-child(55) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-55;
          animation-name: move-frames-55;
  -webkit-animation-duration: 10203ms;
          animation-duration: 10203ms;
  -webkit-animation-delay: 6172ms;
          animation-delay: 6172ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    -webkit-transform: translate3d(58px, 103px, 0);
            transform: translate3d(58px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(66px, -115px, 0);
            transform: translate3d(66px, -115px, 0);
  }
}
@keyframes move-frames-55 {
  from {
    -webkit-transform: translate3d(58px, 103px, 0);
            transform: translate3d(58px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(66px, -115px, 0);
            transform: translate3d(66px, -115px, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 271ms;
          animation-delay: 271ms;
}
.circle-container:nth-child(56) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-56;
          animation-name: move-frames-56;
  -webkit-animation-duration: 8809ms;
          animation-duration: 8809ms;
  -webkit-animation-delay: 1972ms;
          animation-delay: 1972ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    -webkit-transform: translate3d(1px, 101px, 0);
            transform: translate3d(1px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(87px, -102px, 0);
            transform: translate3d(87px, -102px, 0);
  }
}
@keyframes move-frames-56 {
  from {
    -webkit-transform: translate3d(1px, 101px, 0);
            transform: translate3d(1px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(87px, -102px, 0);
            transform: translate3d(87px, -102px, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 3175ms;
          animation-delay: 3175ms;
}
.circle-container:nth-child(57) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-57;
          animation-name: move-frames-57;
  -webkit-animation-duration: 8823ms;
          animation-duration: 8823ms;
  -webkit-animation-delay: 9617ms;
          animation-delay: 9617ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    -webkit-transform: translate3d(81px, 107px, 0);
            transform: translate3d(81px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(68px, -115px, 0);
            transform: translate3d(68px, -115px, 0);
  }
}
@keyframes move-frames-57 {
  from {
    -webkit-transform: translate3d(81px, 107px, 0);
            transform: translate3d(81px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(68px, -115px, 0);
            transform: translate3d(68px, -115px, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 3929ms;
          animation-delay: 3929ms;
}
.circle-container:nth-child(58) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-58;
          animation-name: move-frames-58;
  -webkit-animation-duration: 10905ms;
          animation-duration: 10905ms;
  -webkit-animation-delay: 7747ms;
          animation-delay: 7747ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    -webkit-transform: translate3d(54px, 109px, 0);
            transform: translate3d(54px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(26px, -135px, 0);
            transform: translate3d(26px, -135px, 0);
  }
}
@keyframes move-frames-58 {
  from {
    -webkit-transform: translate3d(54px, 109px, 0);
            transform: translate3d(54px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(26px, -135px, 0);
            transform: translate3d(26px, -135px, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 268ms;
          animation-delay: 268ms;
}
.circle-container:nth-child(59) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-59;
          animation-name: move-frames-59;
  -webkit-animation-duration: 8679ms;
          animation-duration: 8679ms;
  -webkit-animation-delay: 6838ms;
          animation-delay: 6838ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    -webkit-transform: translate3d(93px, 110px, 0);
            transform: translate3d(93px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(56px, -138px, 0);
            transform: translate3d(56px, -138px, 0);
  }
}
@keyframes move-frames-59 {
  from {
    -webkit-transform: translate3d(93px, 110px, 0);
            transform: translate3d(93px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(56px, -138px, 0);
            transform: translate3d(56px, -138px, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 933ms;
          animation-delay: 933ms;
}
.circle-container:nth-child(60) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-60;
          animation-name: move-frames-60;
  -webkit-animation-duration: 10727ms;
          animation-duration: 10727ms;
  -webkit-animation-delay: 6300ms;
          animation-delay: 6300ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    -webkit-transform: translate3d(31px, 102px, 0);
            transform: translate3d(31px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(3px, -126px, 0);
            transform: translate3d(3px, -126px, 0);
  }
}
@keyframes move-frames-60 {
  from {
    -webkit-transform: translate3d(31px, 102px, 0);
            transform: translate3d(31px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(3px, -126px, 0);
            transform: translate3d(3px, -126px, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 1802ms;
          animation-delay: 1802ms;
}
.circle-container:nth-child(61) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-61;
          animation-name: move-frames-61;
  -webkit-animation-duration: 7874ms;
          animation-duration: 7874ms;
  -webkit-animation-delay: 2384ms;
          animation-delay: 2384ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    -webkit-transform: translate3d(87px, 104px, 0);
            transform: translate3d(87px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(92px, -134px, 0);
            transform: translate3d(92px, -134px, 0);
  }
}
@keyframes move-frames-61 {
  from {
    -webkit-transform: translate3d(87px, 104px, 0);
            transform: translate3d(87px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(92px, -134px, 0);
            transform: translate3d(92px, -134px, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 2326ms;
          animation-delay: 2326ms;
}
.circle-container:nth-child(62) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-62;
          animation-name: move-frames-62;
  -webkit-animation-duration: 9350ms;
          animation-duration: 9350ms;
  -webkit-animation-delay: 8693ms;
          animation-delay: 8693ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    -webkit-transform: translate3d(36px, 108px, 0);
            transform: translate3d(36px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(76px, -138px, 0);
            transform: translate3d(76px, -138px, 0);
  }
}
@keyframes move-frames-62 {
  from {
    -webkit-transform: translate3d(36px, 108px, 0);
            transform: translate3d(36px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(76px, -138px, 0);
            transform: translate3d(76px, -138px, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 2265ms;
          animation-delay: 2265ms;
}
.circle-container:nth-child(63) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-63;
          animation-name: move-frames-63;
  -webkit-animation-duration: 9490ms;
          animation-duration: 9490ms;
  -webkit-animation-delay: 8587ms;
          animation-delay: 8587ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    -webkit-transform: translate3d(52px, 102px, 0);
            transform: translate3d(52px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(21px, -113px, 0);
            transform: translate3d(21px, -113px, 0);
  }
}
@keyframes move-frames-63 {
  from {
    -webkit-transform: translate3d(52px, 102px, 0);
            transform: translate3d(52px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(21px, -113px, 0);
            transform: translate3d(21px, -113px, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 3567ms;
          animation-delay: 3567ms;
}
.circle-container:nth-child(64) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-64;
          animation-name: move-frames-64;
  -webkit-animation-duration: 9062ms;
          animation-duration: 9062ms;
  -webkit-animation-delay: 859ms;
          animation-delay: 859ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    -webkit-transform: translate3d(88px, 105px, 0);
            transform: translate3d(88px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(51px, -125px, 0);
            transform: translate3d(51px, -125px, 0);
  }
}
@keyframes move-frames-64 {
  from {
    -webkit-transform: translate3d(88px, 105px, 0);
            transform: translate3d(88px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(51px, -125px, 0);
            transform: translate3d(51px, -125px, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 1843ms;
          animation-delay: 1843ms;
}
.circle-container:nth-child(65) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-65;
          animation-name: move-frames-65;
  -webkit-animation-duration: 9967ms;
          animation-duration: 9967ms;
  -webkit-animation-delay: 2021ms;
          animation-delay: 2021ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    -webkit-transform: translate3d(11px, 110px, 0);
            transform: translate3d(11px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(43px, -116px, 0);
            transform: translate3d(43px, -116px, 0);
  }
}
@keyframes move-frames-65 {
  from {
    -webkit-transform: translate3d(11px, 110px, 0);
            transform: translate3d(11px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(43px, -116px, 0);
            transform: translate3d(43px, -116px, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 258ms;
          animation-delay: 258ms;
}
.circle-container:nth-child(66) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-66;
          animation-name: move-frames-66;
  -webkit-animation-duration: 9722ms;
          animation-duration: 9722ms;
  -webkit-animation-delay: 1232ms;
          animation-delay: 1232ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    -webkit-transform: translate3d(14px, 104px, 0);
            transform: translate3d(14px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(20px, -124px, 0);
            transform: translate3d(20px, -124px, 0);
  }
}
@keyframes move-frames-66 {
  from {
    -webkit-transform: translate3d(14px, 104px, 0);
            transform: translate3d(14px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(20px, -124px, 0);
            transform: translate3d(20px, -124px, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 1045ms;
          animation-delay: 1045ms;
}
.circle-container:nth-child(67) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-67;
          animation-name: move-frames-67;
  -webkit-animation-duration: 9866ms;
          animation-duration: 9866ms;
  -webkit-animation-delay: 2433ms;
          animation-delay: 2433ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    -webkit-transform: translate3d(49px, 105px, 0);
            transform: translate3d(49px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(47px, -117px, 0);
            transform: translate3d(47px, -117px, 0);
  }
}
@keyframes move-frames-67 {
  from {
    -webkit-transform: translate3d(49px, 105px, 0);
            transform: translate3d(49px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(47px, -117px, 0);
            transform: translate3d(47px, -117px, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 2715ms;
          animation-delay: 2715ms;
}
.circle-container:nth-child(68) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-68;
          animation-name: move-frames-68;
  -webkit-animation-duration: 7814ms;
          animation-duration: 7814ms;
  -webkit-animation-delay: 8587ms;
          animation-delay: 8587ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    -webkit-transform: translate3d(32px, 103px, 0);
            transform: translate3d(32px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(2px, -116px, 0);
            transform: translate3d(2px, -116px, 0);
  }
}
@keyframes move-frames-68 {
  from {
    -webkit-transform: translate3d(32px, 103px, 0);
            transform: translate3d(32px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(2px, -116px, 0);
            transform: translate3d(2px, -116px, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 1485ms;
          animation-delay: 1485ms;
}
.circle-container:nth-child(69) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-69;
          animation-name: move-frames-69;
  -webkit-animation-duration: 10708ms;
          animation-duration: 10708ms;
  -webkit-animation-delay: 2875ms;
          animation-delay: 2875ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    -webkit-transform: translate3d(35px, 104px, 0);
            transform: translate3d(35px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(59px, -132px, 0);
            transform: translate3d(59px, -132px, 0);
  }
}
@keyframes move-frames-69 {
  from {
    -webkit-transform: translate3d(35px, 104px, 0);
            transform: translate3d(35px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(59px, -132px, 0);
            transform: translate3d(59px, -132px, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 418ms;
          animation-delay: 418ms;
}
.circle-container:nth-child(70) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-70;
          animation-name: move-frames-70;
  -webkit-animation-duration: 7155ms;
          animation-duration: 7155ms;
  -webkit-animation-delay: 7642ms;
          animation-delay: 7642ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    -webkit-transform: translate3d(36px, 109px, 0);
            transform: translate3d(36px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(76px, -111px, 0);
            transform: translate3d(76px, -111px, 0);
  }
}
@keyframes move-frames-70 {
  from {
    -webkit-transform: translate3d(36px, 109px, 0);
            transform: translate3d(36px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(76px, -111px, 0);
            transform: translate3d(76px, -111px, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 3561ms;
          animation-delay: 3561ms;
}
.circle-container:nth-child(71) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-71;
          animation-name: move-frames-71;
  -webkit-animation-duration: 10435ms;
          animation-duration: 10435ms;
  -webkit-animation-delay: 4267ms;
          animation-delay: 4267ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    -webkit-transform: translate3d(74px, 105px, 0);
            transform: translate3d(74px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(67px, -128px, 0);
            transform: translate3d(67px, -128px, 0);
  }
}
@keyframes move-frames-71 {
  from {
    -webkit-transform: translate3d(74px, 105px, 0);
            transform: translate3d(74px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(67px, -128px, 0);
            transform: translate3d(67px, -128px, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 2186ms;
          animation-delay: 2186ms;
}
.circle-container:nth-child(72) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-72;
          animation-name: move-frames-72;
  -webkit-animation-duration: 7478ms;
          animation-duration: 7478ms;
  -webkit-animation-delay: 5776ms;
          animation-delay: 5776ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    -webkit-transform: translate3d(51px, 110px, 0);
            transform: translate3d(51px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(58px, -116px, 0);
            transform: translate3d(58px, -116px, 0);
  }
}
@keyframes move-frames-72 {
  from {
    -webkit-transform: translate3d(51px, 110px, 0);
            transform: translate3d(51px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(58px, -116px, 0);
            transform: translate3d(58px, -116px, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 1254ms;
          animation-delay: 1254ms;
}
.circle-container:nth-child(73) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-73;
          animation-name: move-frames-73;
  -webkit-animation-duration: 7309ms;
          animation-duration: 7309ms;
  -webkit-animation-delay: 10241ms;
          animation-delay: 10241ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    -webkit-transform: translate3d(76px, 105px, 0);
            transform: translate3d(76px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(65px, -125px, 0);
            transform: translate3d(65px, -125px, 0);
  }
}
@keyframes move-frames-73 {
  from {
    -webkit-transform: translate3d(76px, 105px, 0);
            transform: translate3d(76px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(65px, -125px, 0);
            transform: translate3d(65px, -125px, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 2095ms;
          animation-delay: 2095ms;
}
.circle-container:nth-child(74) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-74;
          animation-name: move-frames-74;
  -webkit-animation-duration: 10996ms;
          animation-duration: 10996ms;
  -webkit-animation-delay: 3358ms;
          animation-delay: 3358ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    -webkit-transform: translate3d(32px, 110px, 0);
            transform: translate3d(32px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(86px, -133px, 0);
            transform: translate3d(86px, -133px, 0);
  }
}
@keyframes move-frames-74 {
  from {
    -webkit-transform: translate3d(32px, 110px, 0);
            transform: translate3d(32px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(86px, -133px, 0);
            transform: translate3d(86px, -133px, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 2220ms;
          animation-delay: 2220ms;
}
.circle-container:nth-child(75) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-75;
          animation-name: move-frames-75;
  -webkit-animation-duration: 10472ms;
          animation-duration: 10472ms;
  -webkit-animation-delay: 7501ms;
          animation-delay: 7501ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    -webkit-transform: translate3d(1px, 108px, 0);
            transform: translate3d(1px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(43px, -134px, 0);
            transform: translate3d(43px, -134px, 0);
  }
}
@keyframes move-frames-75 {
  from {
    -webkit-transform: translate3d(1px, 108px, 0);
            transform: translate3d(1px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(43px, -134px, 0);
            transform: translate3d(43px, -134px, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 516ms;
          animation-delay: 516ms;
}
.circle-container:nth-child(76) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-76;
          animation-name: move-frames-76;
  -webkit-animation-duration: 10365ms;
          animation-duration: 10365ms;
  -webkit-animation-delay: 10039ms;
          animation-delay: 10039ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    -webkit-transform: translate3d(90px, 108px, 0);
            transform: translate3d(90px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(10px, -110px, 0);
            transform: translate3d(10px, -110px, 0);
  }
}
@keyframes move-frames-76 {
  from {
    -webkit-transform: translate3d(90px, 108px, 0);
            transform: translate3d(90px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(10px, -110px, 0);
            transform: translate3d(10px, -110px, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 2136ms;
          animation-delay: 2136ms;
}
.circle-container:nth-child(77) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-77;
          animation-name: move-frames-77;
  -webkit-animation-duration: 7324ms;
          animation-duration: 7324ms;
  -webkit-animation-delay: 5206ms;
          animation-delay: 5206ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    -webkit-transform: translate3d(77px, 108px, 0);
            transform: translate3d(77px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(49px, -133px, 0);
            transform: translate3d(49px, -133px, 0);
  }
}
@keyframes move-frames-77 {
  from {
    -webkit-transform: translate3d(77px, 108px, 0);
            transform: translate3d(77px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(49px, -133px, 0);
            transform: translate3d(49px, -133px, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 2074ms;
          animation-delay: 2074ms;
}
.circle-container:nth-child(78) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-78;
          animation-name: move-frames-78;
  -webkit-animation-duration: 9891ms;
          animation-duration: 9891ms;
  -webkit-animation-delay: 2591ms;
          animation-delay: 2591ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    -webkit-transform: translate3d(18px, 108px, 0);
            transform: translate3d(18px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(64px, -128px, 0);
            transform: translate3d(64px, -128px, 0);
  }
}
@keyframes move-frames-78 {
  from {
    -webkit-transform: translate3d(18px, 108px, 0);
            transform: translate3d(18px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(64px, -128px, 0);
            transform: translate3d(64px, -128px, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 1553ms;
          animation-delay: 1553ms;
}
.circle-container:nth-child(79) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-79;
          animation-name: move-frames-79;
  -webkit-animation-duration: 8874ms;
          animation-duration: 8874ms;
  -webkit-animation-delay: 248ms;
          animation-delay: 248ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    -webkit-transform: translate3d(54px, 106px, 0);
            transform: translate3d(54px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(60px, -129px, 0);
            transform: translate3d(60px, -129px, 0);
  }
}
@keyframes move-frames-79 {
  from {
    -webkit-transform: translate3d(54px, 106px, 0);
            transform: translate3d(54px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(60px, -129px, 0);
            transform: translate3d(60px, -129px, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 3636ms;
          animation-delay: 3636ms;
}
.circle-container:nth-child(80) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-80;
          animation-name: move-frames-80;
  -webkit-animation-duration: 9729ms;
          animation-duration: 9729ms;
  -webkit-animation-delay: 2633ms;
          animation-delay: 2633ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    -webkit-transform: translate3d(43px, 109px, 0);
            transform: translate3d(43px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(2px, -118px, 0);
            transform: translate3d(2px, -118px, 0);
  }
}
@keyframes move-frames-80 {
  from {
    -webkit-transform: translate3d(43px, 109px, 0);
            transform: translate3d(43px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(2px, -118px, 0);
            transform: translate3d(2px, -118px, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 714ms;
          animation-delay: 714ms;
}
.circle-container:nth-child(81) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-81;
          animation-name: move-frames-81;
  -webkit-animation-duration: 7842ms;
          animation-duration: 7842ms;
  -webkit-animation-delay: 546ms;
          animation-delay: 546ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    -webkit-transform: translate3d(10px, 104px, 0);
            transform: translate3d(10px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(57px, -111px, 0);
            transform: translate3d(57px, -111px, 0);
  }
}
@keyframes move-frames-81 {
  from {
    -webkit-transform: translate3d(10px, 104px, 0);
            transform: translate3d(10px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(57px, -111px, 0);
            transform: translate3d(57px, -111px, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 1170ms;
          animation-delay: 1170ms;
}
.circle-container:nth-child(82) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-82;
          animation-name: move-frames-82;
  -webkit-animation-duration: 9802ms;
          animation-duration: 9802ms;
  -webkit-animation-delay: 1939ms;
          animation-delay: 1939ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    -webkit-transform: translate3d(34px, 110px, 0);
            transform: translate3d(34px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(72px, -140px, 0);
            transform: translate3d(72px, -140px, 0);
  }
}
@keyframes move-frames-82 {
  from {
    -webkit-transform: translate3d(34px, 110px, 0);
            transform: translate3d(34px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(72px, -140px, 0);
            transform: translate3d(72px, -140px, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 1031ms;
          animation-delay: 1031ms;
}
.circle-container:nth-child(83) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-83;
          animation-name: move-frames-83;
  -webkit-animation-duration: 7859ms;
          animation-duration: 7859ms;
  -webkit-animation-delay: 446ms;
          animation-delay: 446ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    -webkit-transform: translate3d(100px, 107px, 0);
            transform: translate3d(100px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(29px, -110px, 0);
            transform: translate3d(29px, -110px, 0);
  }
}
@keyframes move-frames-83 {
  from {
    -webkit-transform: translate3d(100px, 107px, 0);
            transform: translate3d(100px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(29px, -110px, 0);
            transform: translate3d(29px, -110px, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 1491ms;
          animation-delay: 1491ms;
}
.circle-container:nth-child(84) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-84;
          animation-name: move-frames-84;
  -webkit-animation-duration: 10792ms;
          animation-duration: 10792ms;
  -webkit-animation-delay: 6434ms;
          animation-delay: 6434ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    -webkit-transform: translate3d(39px, 107px, 0);
            transform: translate3d(39px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(31px, -124px, 0);
            transform: translate3d(31px, -124px, 0);
  }
}
@keyframes move-frames-84 {
  from {
    -webkit-transform: translate3d(39px, 107px, 0);
            transform: translate3d(39px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(31px, -124px, 0);
            transform: translate3d(31px, -124px, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 2321ms;
          animation-delay: 2321ms;
}
.circle-container:nth-child(85) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-85;
          animation-name: move-frames-85;
  -webkit-animation-duration: 9683ms;
          animation-duration: 9683ms;
  -webkit-animation-delay: 6951ms;
          animation-delay: 6951ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    -webkit-transform: translate3d(15px, 104px, 0);
            transform: translate3d(15px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(34px, -129px, 0);
            transform: translate3d(34px, -129px, 0);
  }
}
@keyframes move-frames-85 {
  from {
    -webkit-transform: translate3d(15px, 104px, 0);
            transform: translate3d(15px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(34px, -129px, 0);
            transform: translate3d(34px, -129px, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 983ms;
          animation-delay: 983ms;
}
.circle-container:nth-child(86) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-86;
          animation-name: move-frames-86;
  -webkit-animation-duration: 10918ms;
          animation-duration: 10918ms;
  -webkit-animation-delay: 4101ms;
          animation-delay: 4101ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    -webkit-transform: translate3d(89px, 102px, 0);
            transform: translate3d(89px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(42px, -104px, 0);
            transform: translate3d(42px, -104px, 0);
  }
}
@keyframes move-frames-86 {
  from {
    -webkit-transform: translate3d(89px, 102px, 0);
            transform: translate3d(89px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(42px, -104px, 0);
            transform: translate3d(42px, -104px, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 3608ms;
          animation-delay: 3608ms;
}
.circle-container:nth-child(87) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-87;
          animation-name: move-frames-87;
  -webkit-animation-duration: 8780ms;
          animation-duration: 8780ms;
  -webkit-animation-delay: 10426ms;
          animation-delay: 10426ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    -webkit-transform: translate3d(69px, 110px, 0);
            transform: translate3d(69px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(71px, -140px, 0);
            transform: translate3d(71px, -140px, 0);
  }
}
@keyframes move-frames-87 {
  from {
    -webkit-transform: translate3d(69px, 110px, 0);
            transform: translate3d(69px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(71px, -140px, 0);
            transform: translate3d(71px, -140px, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 2568ms;
          animation-delay: 2568ms;
}
.circle-container:nth-child(88) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-88;
          animation-name: move-frames-88;
  -webkit-animation-duration: 10452ms;
          animation-duration: 10452ms;
  -webkit-animation-delay: 9403ms;
          animation-delay: 9403ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    -webkit-transform: translate3d(7px, 107px, 0);
            transform: translate3d(7px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(56px, -119px, 0);
            transform: translate3d(56px, -119px, 0);
  }
}
@keyframes move-frames-88 {
  from {
    -webkit-transform: translate3d(7px, 107px, 0);
            transform: translate3d(7px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(56px, -119px, 0);
            transform: translate3d(56px, -119px, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 1258ms;
          animation-delay: 1258ms;
}
.circle-container:nth-child(89) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-89;
          animation-name: move-frames-89;
  -webkit-animation-duration: 7294ms;
          animation-duration: 7294ms;
  -webkit-animation-delay: 3320ms;
          animation-delay: 3320ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    -webkit-transform: translate3d(4px, 107px, 0);
            transform: translate3d(4px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(82px, -121px, 0);
            transform: translate3d(82px, -121px, 0);
  }
}
@keyframes move-frames-89 {
  from {
    -webkit-transform: translate3d(4px, 107px, 0);
            transform: translate3d(4px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(82px, -121px, 0);
            transform: translate3d(82px, -121px, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 2167ms;
          animation-delay: 2167ms;
}
.circle-container:nth-child(90) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-90;
          animation-name: move-frames-90;
  -webkit-animation-duration: 7597ms;
          animation-duration: 7597ms;
  -webkit-animation-delay: 6477ms;
          animation-delay: 6477ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    -webkit-transform: translate3d(56px, 106px, 0);
            transform: translate3d(56px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(36px, -114px, 0);
            transform: translate3d(36px, -114px, 0);
  }
}
@keyframes move-frames-90 {
  from {
    -webkit-transform: translate3d(56px, 106px, 0);
            transform: translate3d(56px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(36px, -114px, 0);
            transform: translate3d(36px, -114px, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 1757ms;
          animation-delay: 1757ms;
}
.circle-container:nth-child(91) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-91;
          animation-name: move-frames-91;
  -webkit-animation-duration: 7882ms;
          animation-duration: 7882ms;
  -webkit-animation-delay: 1017ms;
          animation-delay: 1017ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    -webkit-transform: translate3d(11px, 109px, 0);
            transform: translate3d(11px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(62px, -136px, 0);
            transform: translate3d(62px, -136px, 0);
  }
}
@keyframes move-frames-91 {
  from {
    -webkit-transform: translate3d(11px, 109px, 0);
            transform: translate3d(11px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(62px, -136px, 0);
            transform: translate3d(62px, -136px, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 1223ms;
          animation-delay: 1223ms;
}
.circle-container:nth-child(92) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-92;
          animation-name: move-frames-92;
  -webkit-animation-duration: 7522ms;
          animation-duration: 7522ms;
  -webkit-animation-delay: 4140ms;
          animation-delay: 4140ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    -webkit-transform: translate3d(42px, 105px, 0);
            transform: translate3d(42px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(88px, -112px, 0);
            transform: translate3d(88px, -112px, 0);
  }
}
@keyframes move-frames-92 {
  from {
    -webkit-transform: translate3d(42px, 105px, 0);
            transform: translate3d(42px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(88px, -112px, 0);
            transform: translate3d(88px, -112px, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 3443ms;
          animation-delay: 3443ms;
}
.circle-container:nth-child(93) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-93;
          animation-name: move-frames-93;
  -webkit-animation-duration: 8902ms;
          animation-duration: 8902ms;
  -webkit-animation-delay: 10303ms;
          animation-delay: 10303ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    -webkit-transform: translate3d(39px, 101px, 0);
            transform: translate3d(39px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(19px, -103px, 0);
            transform: translate3d(19px, -103px, 0);
  }
}
@keyframes move-frames-93 {
  from {
    -webkit-transform: translate3d(39px, 101px, 0);
            transform: translate3d(39px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(19px, -103px, 0);
            transform: translate3d(19px, -103px, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 2379ms;
          animation-delay: 2379ms;
}
.circle-container:nth-child(94) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-94;
          animation-name: move-frames-94;
  -webkit-animation-duration: 9244ms;
          animation-duration: 9244ms;
  -webkit-animation-delay: 9422ms;
          animation-delay: 9422ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    -webkit-transform: translate3d(56px, 109px, 0);
            transform: translate3d(56px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(97px, -122px, 0);
            transform: translate3d(97px, -122px, 0);
  }
}
@keyframes move-frames-94 {
  from {
    -webkit-transform: translate3d(56px, 109px, 0);
            transform: translate3d(56px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(97px, -122px, 0);
            transform: translate3d(97px, -122px, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 2003ms;
          animation-delay: 2003ms;
}
.circle-container:nth-child(95) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-95;
          animation-name: move-frames-95;
  -webkit-animation-duration: 9826ms;
          animation-duration: 9826ms;
  -webkit-animation-delay: 10570ms;
          animation-delay: 10570ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    -webkit-transform: translate3d(7px, 101px, 0);
            transform: translate3d(7px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(46px, -103px, 0);
            transform: translate3d(46px, -103px, 0);
  }
}
@keyframes move-frames-95 {
  from {
    -webkit-transform: translate3d(7px, 101px, 0);
            transform: translate3d(7px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(46px, -103px, 0);
            transform: translate3d(46px, -103px, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 362ms;
          animation-delay: 362ms;
}
.circle-container:nth-child(96) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-96;
          animation-name: move-frames-96;
  -webkit-animation-duration: 10054ms;
          animation-duration: 10054ms;
  -webkit-animation-delay: 1056ms;
          animation-delay: 1056ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    -webkit-transform: translate3d(76px, 107px, 0);
            transform: translate3d(76px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(39px, -121px, 0);
            transform: translate3d(39px, -121px, 0);
  }
}
@keyframes move-frames-96 {
  from {
    -webkit-transform: translate3d(76px, 107px, 0);
            transform: translate3d(76px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(39px, -121px, 0);
            transform: translate3d(39px, -121px, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 2821ms;
          animation-delay: 2821ms;
}
.circle-container:nth-child(97) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-97;
          animation-name: move-frames-97;
  -webkit-animation-duration: 9045ms;
          animation-duration: 9045ms;
  -webkit-animation-delay: 7780ms;
          animation-delay: 7780ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    -webkit-transform: translate3d(6px, 109px, 0);
            transform: translate3d(6px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(54px, -132px, 0);
            transform: translate3d(54px, -132px, 0);
  }
}
@keyframes move-frames-97 {
  from {
    -webkit-transform: translate3d(6px, 109px, 0);
            transform: translate3d(6px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(54px, -132px, 0);
            transform: translate3d(54px, -132px, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 105ms;
          animation-delay: 105ms;
}
.circle-container:nth-child(98) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-98;
          animation-name: move-frames-98;
  -webkit-animation-duration: 9139ms;
          animation-duration: 9139ms;
  -webkit-animation-delay: 5911ms;
          animation-delay: 5911ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    -webkit-transform: translate3d(6px, 108px, 0);
            transform: translate3d(6px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(99px, -113px, 0);
            transform: translate3d(99px, -113px, 0);
  }
}
@keyframes move-frames-98 {
  from {
    -webkit-transform: translate3d(6px, 108px, 0);
            transform: translate3d(6px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(99px, -113px, 0);
            transform: translate3d(99px, -113px, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 3731ms;
          animation-delay: 3731ms;
}
.circle-container:nth-child(99) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-99;
          animation-name: move-frames-99;
  -webkit-animation-duration: 7596ms;
          animation-duration: 7596ms;
  -webkit-animation-delay: 8503ms;
          animation-delay: 8503ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    -webkit-transform: translate3d(73px, 110px, 0);
            transform: translate3d(73px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(83px, -119px, 0);
            transform: translate3d(83px, -119px, 0);
  }
}
@keyframes move-frames-99 {
  from {
    -webkit-transform: translate3d(73px, 110px, 0);
            transform: translate3d(73px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(83px, -119px, 0);
            transform: translate3d(83px, -119px, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 2521ms;
          animation-delay: 2521ms;
}
.circle-container:nth-child(100) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-100;
          animation-name: move-frames-100;
  -webkit-animation-duration: 10293ms;
          animation-duration: 10293ms;
  -webkit-animation-delay: 8481ms;
          animation-delay: 8481ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    -webkit-transform: translate3d(74px, 103px, 0);
            transform: translate3d(74px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(6px, -109px, 0);
            transform: translate3d(6px, -109px, 0);
  }
}
@keyframes move-frames-100 {
  from {
    -webkit-transform: translate3d(74px, 103px, 0);
            transform: translate3d(74px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(6px, -109px, 0);
            transform: translate3d(6px, -109px, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 962ms;
          animation-delay: 962ms;
}
.circle-container:nth-child(101) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-101;
          animation-name: move-frames-101;
  -webkit-animation-duration: 7016ms;
          animation-duration: 7016ms;
  -webkit-animation-delay: 1697ms;
          animation-delay: 1697ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    -webkit-transform: translate3d(42px, 105px, 0);
            transform: translate3d(42px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(79px, -132px, 0);
            transform: translate3d(79px, -132px, 0);
  }
}
@keyframes move-frames-101 {
  from {
    -webkit-transform: translate3d(42px, 105px, 0);
            transform: translate3d(42px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(79px, -132px, 0);
            transform: translate3d(79px, -132px, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 922ms;
          animation-delay: 922ms;
}
.circle-container:nth-child(102) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-102;
          animation-name: move-frames-102;
  -webkit-animation-duration: 10652ms;
          animation-duration: 10652ms;
  -webkit-animation-delay: 9063ms;
          animation-delay: 9063ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    -webkit-transform: translate3d(26px, 102px, 0);
            transform: translate3d(26px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(79px, -112px, 0);
            transform: translate3d(79px, -112px, 0);
  }
}
@keyframes move-frames-102 {
  from {
    -webkit-transform: translate3d(26px, 102px, 0);
            transform: translate3d(26px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(79px, -112px, 0);
            transform: translate3d(79px, -112px, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 3345ms;
          animation-delay: 3345ms;
}
.circle-container:nth-child(103) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-103;
          animation-name: move-frames-103;
  -webkit-animation-duration: 7234ms;
          animation-duration: 7234ms;
  -webkit-animation-delay: 6845ms;
          animation-delay: 6845ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    -webkit-transform: translate3d(57px, 106px, 0);
            transform: translate3d(57px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(65px, -122px, 0);
            transform: translate3d(65px, -122px, 0);
  }
}
@keyframes move-frames-103 {
  from {
    -webkit-transform: translate3d(57px, 106px, 0);
            transform: translate3d(57px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(65px, -122px, 0);
            transform: translate3d(65px, -122px, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 258ms;
          animation-delay: 258ms;
}
.circle-container:nth-child(104) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-104;
          animation-name: move-frames-104;
  -webkit-animation-duration: 7793ms;
          animation-duration: 7793ms;
  -webkit-animation-delay: 6048ms;
          animation-delay: 6048ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    -webkit-transform: translate3d(96px, 102px, 0);
            transform: translate3d(96px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(82px, -111px, 0);
            transform: translate3d(82px, -111px, 0);
  }
}
@keyframes move-frames-104 {
  from {
    -webkit-transform: translate3d(96px, 102px, 0);
            transform: translate3d(96px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(82px, -111px, 0);
            transform: translate3d(82px, -111px, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 3582ms;
          animation-delay: 3582ms;
}
.circle-container:nth-child(105) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-105;
          animation-name: move-frames-105;
  -webkit-animation-duration: 9140ms;
          animation-duration: 9140ms;
  -webkit-animation-delay: 8626ms;
          animation-delay: 8626ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    -webkit-transform: translate3d(77px, 108px, 0);
            transform: translate3d(77px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(83px, -134px, 0);
            transform: translate3d(83px, -134px, 0);
  }
}
@keyframes move-frames-105 {
  from {
    -webkit-transform: translate3d(77px, 108px, 0);
            transform: translate3d(77px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(83px, -134px, 0);
            transform: translate3d(83px, -134px, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 2630ms;
          animation-delay: 2630ms;
}
.circle-container:nth-child(106) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-106;
          animation-name: move-frames-106;
  -webkit-animation-duration: 7381ms;
          animation-duration: 7381ms;
  -webkit-animation-delay: 5221ms;
          animation-delay: 5221ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    -webkit-transform: translate3d(74px, 106px, 0);
            transform: translate3d(74px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(26px, -128px, 0);
            transform: translate3d(26px, -128px, 0);
  }
}
@keyframes move-frames-106 {
  from {
    -webkit-transform: translate3d(74px, 106px, 0);
            transform: translate3d(74px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(26px, -128px, 0);
            transform: translate3d(26px, -128px, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 2376ms;
          animation-delay: 2376ms;
}
.circle-container:nth-child(107) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-107;
          animation-name: move-frames-107;
  -webkit-animation-duration: 7716ms;
          animation-duration: 7716ms;
  -webkit-animation-delay: 3094ms;
          animation-delay: 3094ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    -webkit-transform: translate3d(87px, 105px, 0);
            transform: translate3d(87px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(65px, -129px, 0);
            transform: translate3d(65px, -129px, 0);
  }
}
@keyframes move-frames-107 {
  from {
    -webkit-transform: translate3d(87px, 105px, 0);
            transform: translate3d(87px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(65px, -129px, 0);
            transform: translate3d(65px, -129px, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 3718ms;
          animation-delay: 3718ms;
}
.circle-container:nth-child(108) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-108;
          animation-name: move-frames-108;
  -webkit-animation-duration: 7870ms;
          animation-duration: 7870ms;
  -webkit-animation-delay: 4563ms;
          animation-delay: 4563ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    -webkit-transform: translate3d(4px, 103px, 0);
            transform: translate3d(4px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(45px, -130px, 0);
            transform: translate3d(45px, -130px, 0);
  }
}
@keyframes move-frames-108 {
  from {
    -webkit-transform: translate3d(4px, 103px, 0);
            transform: translate3d(4px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(45px, -130px, 0);
            transform: translate3d(45px, -130px, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 2035ms;
          animation-delay: 2035ms;
}
.circle-container:nth-child(109) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-109;
          animation-name: move-frames-109;
  -webkit-animation-duration: 7879ms;
          animation-duration: 7879ms;
  -webkit-animation-delay: 10644ms;
          animation-delay: 10644ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    -webkit-transform: translate3d(68px, 107px, 0);
            transform: translate3d(68px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(97px, -131px, 0);
            transform: translate3d(97px, -131px, 0);
  }
}
@keyframes move-frames-109 {
  from {
    -webkit-transform: translate3d(68px, 107px, 0);
            transform: translate3d(68px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(97px, -131px, 0);
            transform: translate3d(97px, -131px, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 2454ms;
          animation-delay: 2454ms;
}
.circle-container:nth-child(110) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-110;
          animation-name: move-frames-110;
  -webkit-animation-duration: 8829ms;
          animation-duration: 8829ms;
  -webkit-animation-delay: 9834ms;
          animation-delay: 9834ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    -webkit-transform: translate3d(82px, 110px, 0);
            transform: translate3d(82px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(60px, -118px, 0);
            transform: translate3d(60px, -118px, 0);
  }
}
@keyframes move-frames-110 {
  from {
    -webkit-transform: translate3d(82px, 110px, 0);
            transform: translate3d(82px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(60px, -118px, 0);
            transform: translate3d(60px, -118px, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 2585ms;
          animation-delay: 2585ms;
}
.circle-container:nth-child(111) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-111;
          animation-name: move-frames-111;
  -webkit-animation-duration: 10875ms;
          animation-duration: 10875ms;
  -webkit-animation-delay: 6403ms;
          animation-delay: 6403ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    -webkit-transform: translate3d(45px, 108px, 0);
            transform: translate3d(45px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(76px, -133px, 0);
            transform: translate3d(76px, -133px, 0);
  }
}
@keyframes move-frames-111 {
  from {
    -webkit-transform: translate3d(45px, 108px, 0);
            transform: translate3d(45px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(76px, -133px, 0);
            transform: translate3d(76px, -133px, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 1117ms;
          animation-delay: 1117ms;
}
.circle-container:nth-child(112) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-112;
          animation-name: move-frames-112;
  -webkit-animation-duration: 9977ms;
          animation-duration: 9977ms;
  -webkit-animation-delay: 3062ms;
          animation-delay: 3062ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    -webkit-transform: translate3d(84px, 108px, 0);
            transform: translate3d(84px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(100px, -111px, 0);
            transform: translate3d(100px, -111px, 0);
  }
}
@keyframes move-frames-112 {
  from {
    -webkit-transform: translate3d(84px, 108px, 0);
            transform: translate3d(84px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(100px, -111px, 0);
            transform: translate3d(100px, -111px, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 366ms;
          animation-delay: 366ms;
}
.circle-container:nth-child(113) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-113;
          animation-name: move-frames-113;
  -webkit-animation-duration: 9739ms;
          animation-duration: 9739ms;
  -webkit-animation-delay: 6453ms;
          animation-delay: 6453ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    -webkit-transform: translate3d(92px, 108px, 0);
            transform: translate3d(92px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(86px, -127px, 0);
            transform: translate3d(86px, -127px, 0);
  }
}
@keyframes move-frames-113 {
  from {
    -webkit-transform: translate3d(92px, 108px, 0);
            transform: translate3d(92px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(86px, -127px, 0);
            transform: translate3d(86px, -127px, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 1186ms;
          animation-delay: 1186ms;
}
.circle-container:nth-child(114) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-114;
          animation-name: move-frames-114;
  -webkit-animation-duration: 10857ms;
          animation-duration: 10857ms;
  -webkit-animation-delay: 10467ms;
          animation-delay: 10467ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    -webkit-transform: translate3d(82px, 104px, 0);
            transform: translate3d(82px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(65px, -108px, 0);
            transform: translate3d(65px, -108px, 0);
  }
}
@keyframes move-frames-114 {
  from {
    -webkit-transform: translate3d(82px, 104px, 0);
            transform: translate3d(82px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(65px, -108px, 0);
            transform: translate3d(65px, -108px, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 518ms;
          animation-delay: 518ms;
}
.circle-container:nth-child(115) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-115;
          animation-name: move-frames-115;
  -webkit-animation-duration: 9241ms;
          animation-duration: 9241ms;
  -webkit-animation-delay: 9990ms;
          animation-delay: 9990ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    -webkit-transform: translate3d(33px, 102px, 0);
            transform: translate3d(33px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(54px, -108px, 0);
            transform: translate3d(54px, -108px, 0);
  }
}
@keyframes move-frames-115 {
  from {
    -webkit-transform: translate3d(33px, 102px, 0);
            transform: translate3d(33px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(54px, -108px, 0);
            transform: translate3d(54px, -108px, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 2148ms;
          animation-delay: 2148ms;
}
.circle-container:nth-child(116) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-116;
          animation-name: move-frames-116;
  -webkit-animation-duration: 10454ms;
          animation-duration: 10454ms;
  -webkit-animation-delay: 8526ms;
          animation-delay: 8526ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    -webkit-transform: translate3d(34px, 109px, 0);
            transform: translate3d(34px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(7px, -133px, 0);
            transform: translate3d(7px, -133px, 0);
  }
}
@keyframes move-frames-116 {
  from {
    -webkit-transform: translate3d(34px, 109px, 0);
            transform: translate3d(34px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(7px, -133px, 0);
            transform: translate3d(7px, -133px, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 154ms;
          animation-delay: 154ms;
}
.circle-container:nth-child(117) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-117;
          animation-name: move-frames-117;
  -webkit-animation-duration: 9465ms;
          animation-duration: 9465ms;
  -webkit-animation-delay: 4586ms;
          animation-delay: 4586ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    -webkit-transform: translate3d(29px, 107px, 0);
            transform: translate3d(29px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(67px, -130px, 0);
            transform: translate3d(67px, -130px, 0);
  }
}
@keyframes move-frames-117 {
  from {
    -webkit-transform: translate3d(29px, 107px, 0);
            transform: translate3d(29px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(67px, -130px, 0);
            transform: translate3d(67px, -130px, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 1871ms;
          animation-delay: 1871ms;
}
.circle-container:nth-child(118) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-118;
          animation-name: move-frames-118;
  -webkit-animation-duration: 9886ms;
          animation-duration: 9886ms;
  -webkit-animation-delay: 8293ms;
          animation-delay: 8293ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    -webkit-transform: translate3d(40px, 105px, 0);
            transform: translate3d(40px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(1px, -113px, 0);
            transform: translate3d(1px, -113px, 0);
  }
}
@keyframes move-frames-118 {
  from {
    -webkit-transform: translate3d(40px, 105px, 0);
            transform: translate3d(40px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(1px, -113px, 0);
            transform: translate3d(1px, -113px, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 219ms;
          animation-delay: 219ms;
}
.circle-container:nth-child(119) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-119;
          animation-name: move-frames-119;
  -webkit-animation-duration: 10227ms;
          animation-duration: 10227ms;
  -webkit-animation-delay: 3018ms;
          animation-delay: 3018ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    -webkit-transform: translate3d(80px, 107px, 0);
            transform: translate3d(80px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(50px, -118px, 0);
            transform: translate3d(50px, -118px, 0);
  }
}
@keyframes move-frames-119 {
  from {
    -webkit-transform: translate3d(80px, 107px, 0);
            transform: translate3d(80px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(50px, -118px, 0);
            transform: translate3d(50px, -118px, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 2611ms;
          animation-delay: 2611ms;
}
.circle-container:nth-child(120) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-120;
          animation-name: move-frames-120;
  -webkit-animation-duration: 9422ms;
          animation-duration: 9422ms;
  -webkit-animation-delay: 182ms;
          animation-delay: 182ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    -webkit-transform: translate3d(37px, 102px, 0);
            transform: translate3d(37px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(51px, -106px, 0);
            transform: translate3d(51px, -106px, 0);
  }
}
@keyframes move-frames-120 {
  from {
    -webkit-transform: translate3d(37px, 102px, 0);
            transform: translate3d(37px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(51px, -106px, 0);
            transform: translate3d(51px, -106px, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 3320ms;
          animation-delay: 3320ms;
}
.circle-container:nth-child(121) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-121;
          animation-name: move-frames-121;
  -webkit-animation-duration: 10706ms;
          animation-duration: 10706ms;
  -webkit-animation-delay: 10552ms;
          animation-delay: 10552ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    -webkit-transform: translate3d(60px, 107px, 0);
            transform: translate3d(60px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(48px, -117px, 0);
            transform: translate3d(48px, -117px, 0);
  }
}
@keyframes move-frames-121 {
  from {
    -webkit-transform: translate3d(60px, 107px, 0);
            transform: translate3d(60px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(48px, -117px, 0);
            transform: translate3d(48px, -117px, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 1511ms;
          animation-delay: 1511ms;
}
.circle-container:nth-child(122) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-122;
          animation-name: move-frames-122;
  -webkit-animation-duration: 7843ms;
          animation-duration: 7843ms;
  -webkit-animation-delay: 6047ms;
          animation-delay: 6047ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    -webkit-transform: translate3d(75px, 101px, 0);
            transform: translate3d(75px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(89px, -108px, 0);
            transform: translate3d(89px, -108px, 0);
  }
}
@keyframes move-frames-122 {
  from {
    -webkit-transform: translate3d(75px, 101px, 0);
            transform: translate3d(75px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(89px, -108px, 0);
            transform: translate3d(89px, -108px, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 3722ms;
          animation-delay: 3722ms;
}
.circle-container:nth-child(123) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-123;
          animation-name: move-frames-123;
  -webkit-animation-duration: 7725ms;
          animation-duration: 7725ms;
  -webkit-animation-delay: 3323ms;
          animation-delay: 3323ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    -webkit-transform: translate3d(15px, 110px, 0);
            transform: translate3d(15px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(97px, -126px, 0);
            transform: translate3d(97px, -126px, 0);
  }
}
@keyframes move-frames-123 {
  from {
    -webkit-transform: translate3d(15px, 110px, 0);
            transform: translate3d(15px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(97px, -126px, 0);
            transform: translate3d(97px, -126px, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 2141ms;
          animation-delay: 2141ms;
}
.circle-container:nth-child(124) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-124;
          animation-name: move-frames-124;
  -webkit-animation-duration: 10994ms;
          animation-duration: 10994ms;
  -webkit-animation-delay: 4420ms;
          animation-delay: 4420ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    -webkit-transform: translate3d(97px, 102px, 0);
            transform: translate3d(97px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(55px, -107px, 0);
            transform: translate3d(55px, -107px, 0);
  }
}
@keyframes move-frames-124 {
  from {
    -webkit-transform: translate3d(97px, 102px, 0);
            transform: translate3d(97px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(55px, -107px, 0);
            transform: translate3d(55px, -107px, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 67ms;
          animation-delay: 67ms;
}
.circle-container:nth-child(125) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-125;
          animation-name: move-frames-125;
  -webkit-animation-duration: 10941ms;
          animation-duration: 10941ms;
  -webkit-animation-delay: 6333ms;
          animation-delay: 6333ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    -webkit-transform: translate3d(43px, 106px, 0);
            transform: translate3d(43px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(19px, -127px, 0);
            transform: translate3d(19px, -127px, 0);
  }
}
@keyframes move-frames-125 {
  from {
    -webkit-transform: translate3d(43px, 106px, 0);
            transform: translate3d(43px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(19px, -127px, 0);
            transform: translate3d(19px, -127px, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 3949ms;
          animation-delay: 3949ms;
}
.circle-container:nth-child(126) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-126;
          animation-name: move-frames-126;
  -webkit-animation-duration: 10844ms;
          animation-duration: 10844ms;
  -webkit-animation-delay: 4612ms;
          animation-delay: 4612ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    -webkit-transform: translate3d(37px, 103px, 0);
            transform: translate3d(37px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(1px, -123px, 0);
            transform: translate3d(1px, -123px, 0);
  }
}
@keyframes move-frames-126 {
  from {
    -webkit-transform: translate3d(37px, 103px, 0);
            transform: translate3d(37px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(1px, -123px, 0);
            transform: translate3d(1px, -123px, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 2673ms;
          animation-delay: 2673ms;
}
.circle-container:nth-child(127) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-127;
          animation-name: move-frames-127;
  -webkit-animation-duration: 10377ms;
          animation-duration: 10377ms;
  -webkit-animation-delay: 7308ms;
          animation-delay: 7308ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    -webkit-transform: translate3d(70px, 101px, 0);
            transform: translate3d(70px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(16px, -114px, 0);
            transform: translate3d(16px, -114px, 0);
  }
}
@keyframes move-frames-127 {
  from {
    -webkit-transform: translate3d(70px, 101px, 0);
            transform: translate3d(70px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(16px, -114px, 0);
            transform: translate3d(16px, -114px, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 1787ms;
          animation-delay: 1787ms;
}
.circle-container:nth-child(128) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-128;
          animation-name: move-frames-128;
  -webkit-animation-duration: 8543ms;
          animation-duration: 8543ms;
  -webkit-animation-delay: 7446ms;
          animation-delay: 7446ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    -webkit-transform: translate3d(10px, 102px, 0);
            transform: translate3d(10px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(79px, -105px, 0);
            transform: translate3d(79px, -105px, 0);
  }
}
@keyframes move-frames-128 {
  from {
    -webkit-transform: translate3d(10px, 102px, 0);
            transform: translate3d(10px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(79px, -105px, 0);
            transform: translate3d(79px, -105px, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 3258ms;
          animation-delay: 3258ms;
}
.circle-container:nth-child(129) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-129;
          animation-name: move-frames-129;
  -webkit-animation-duration: 9468ms;
          animation-duration: 9468ms;
  -webkit-animation-delay: 2707ms;
          animation-delay: 2707ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    -webkit-transform: translate3d(26px, 104px, 0);
            transform: translate3d(26px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(33px, -132px, 0);
            transform: translate3d(33px, -132px, 0);
  }
}
@keyframes move-frames-129 {
  from {
    -webkit-transform: translate3d(26px, 104px, 0);
            transform: translate3d(26px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(33px, -132px, 0);
            transform: translate3d(33px, -132px, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 3283ms;
          animation-delay: 3283ms;
}
.circle-container:nth-child(130) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-130;
          animation-name: move-frames-130;
  -webkit-animation-duration: 7489ms;
          animation-duration: 7489ms;
  -webkit-animation-delay: 9556ms;
          animation-delay: 9556ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    -webkit-transform: translate3d(45px, 103px, 0);
            transform: translate3d(45px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(14px, -129px, 0);
            transform: translate3d(14px, -129px, 0);
  }
}
@keyframes move-frames-130 {
  from {
    -webkit-transform: translate3d(45px, 103px, 0);
            transform: translate3d(45px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(14px, -129px, 0);
            transform: translate3d(14px, -129px, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 1740ms;
          animation-delay: 1740ms;
}
.circle-container:nth-child(131) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-131;
          animation-name: move-frames-131;
  -webkit-animation-duration: 10221ms;
          animation-duration: 10221ms;
  -webkit-animation-delay: 9258ms;
          animation-delay: 9258ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    -webkit-transform: translate3d(95px, 105px, 0);
            transform: translate3d(95px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(50px, -117px, 0);
            transform: translate3d(50px, -117px, 0);
  }
}
@keyframes move-frames-131 {
  from {
    -webkit-transform: translate3d(95px, 105px, 0);
            transform: translate3d(95px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(50px, -117px, 0);
            transform: translate3d(50px, -117px, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 2395ms;
          animation-delay: 2395ms;
}
.circle-container:nth-child(132) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-132;
          animation-name: move-frames-132;
  -webkit-animation-duration: 8634ms;
          animation-duration: 8634ms;
  -webkit-animation-delay: 1681ms;
          animation-delay: 1681ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    -webkit-transform: translate3d(90px, 110px, 0);
            transform: translate3d(90px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(97px, -131px, 0);
            transform: translate3d(97px, -131px, 0);
  }
}
@keyframes move-frames-132 {
  from {
    -webkit-transform: translate3d(90px, 110px, 0);
            transform: translate3d(90px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(97px, -131px, 0);
            transform: translate3d(97px, -131px, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 2701ms;
          animation-delay: 2701ms;
}
.circle-container:nth-child(133) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-133;
          animation-name: move-frames-133;
  -webkit-animation-duration: 7351ms;
          animation-duration: 7351ms;
  -webkit-animation-delay: 3449ms;
          animation-delay: 3449ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    -webkit-transform: translate3d(55px, 106px, 0);
            transform: translate3d(55px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(65px, -129px, 0);
            transform: translate3d(65px, -129px, 0);
  }
}
@keyframes move-frames-133 {
  from {
    -webkit-transform: translate3d(55px, 106px, 0);
            transform: translate3d(55px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(65px, -129px, 0);
            transform: translate3d(65px, -129px, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 2587ms;
          animation-delay: 2587ms;
}
.circle-container:nth-child(134) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-134;
          animation-name: move-frames-134;
  -webkit-animation-duration: 10483ms;
          animation-duration: 10483ms;
  -webkit-animation-delay: 8838ms;
          animation-delay: 8838ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    -webkit-transform: translate3d(84px, 109px, 0);
            transform: translate3d(84px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(98px, -137px, 0);
            transform: translate3d(98px, -137px, 0);
  }
}
@keyframes move-frames-134 {
  from {
    -webkit-transform: translate3d(84px, 109px, 0);
            transform: translate3d(84px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(98px, -137px, 0);
            transform: translate3d(98px, -137px, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 289ms;
          animation-delay: 289ms;
}
.circle-container:nth-child(135) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-135;
          animation-name: move-frames-135;
  -webkit-animation-duration: 9796ms;
          animation-duration: 9796ms;
  -webkit-animation-delay: 10852ms;
          animation-delay: 10852ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    -webkit-transform: translate3d(71px, 101px, 0);
            transform: translate3d(71px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(93px, -103px, 0);
            transform: translate3d(93px, -103px, 0);
  }
}
@keyframes move-frames-135 {
  from {
    -webkit-transform: translate3d(71px, 101px, 0);
            transform: translate3d(71px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(93px, -103px, 0);
            transform: translate3d(93px, -103px, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 3803ms;
          animation-delay: 3803ms;
}
.circle-container:nth-child(136) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-136;
          animation-name: move-frames-136;
  -webkit-animation-duration: 9439ms;
          animation-duration: 9439ms;
  -webkit-animation-delay: 6657ms;
          animation-delay: 6657ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    -webkit-transform: translate3d(52px, 110px, 0);
            transform: translate3d(52px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(31px, -134px, 0);
            transform: translate3d(31px, -134px, 0);
  }
}
@keyframes move-frames-136 {
  from {
    -webkit-transform: translate3d(52px, 110px, 0);
            transform: translate3d(52px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(31px, -134px, 0);
            transform: translate3d(31px, -134px, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 3454ms;
          animation-delay: 3454ms;
}
.circle-container:nth-child(137) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-137;
          animation-name: move-frames-137;
  -webkit-animation-duration: 10353ms;
          animation-duration: 10353ms;
  -webkit-animation-delay: 10189ms;
          animation-delay: 10189ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    -webkit-transform: translate3d(28px, 102px, 0);
            transform: translate3d(28px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(14px, -129px, 0);
            transform: translate3d(14px, -129px, 0);
  }
}
@keyframes move-frames-137 {
  from {
    -webkit-transform: translate3d(28px, 102px, 0);
            transform: translate3d(28px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(14px, -129px, 0);
            transform: translate3d(14px, -129px, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 3086ms;
          animation-delay: 3086ms;
}
.circle-container:nth-child(138) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-138;
          animation-name: move-frames-138;
  -webkit-animation-duration: 10221ms;
          animation-duration: 10221ms;
  -webkit-animation-delay: 7210ms;
          animation-delay: 7210ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    -webkit-transform: translate3d(44px, 107px, 0);
            transform: translate3d(44px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(20px, -108px, 0);
            transform: translate3d(20px, -108px, 0);
  }
}
@keyframes move-frames-138 {
  from {
    -webkit-transform: translate3d(44px, 107px, 0);
            transform: translate3d(44px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(20px, -108px, 0);
            transform: translate3d(20px, -108px, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 670ms;
          animation-delay: 670ms;
}
.circle-container:nth-child(139) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-139;
          animation-name: move-frames-139;
  -webkit-animation-duration: 8579ms;
          animation-duration: 8579ms;
  -webkit-animation-delay: 542ms;
          animation-delay: 542ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    -webkit-transform: translate3d(50px, 108px, 0);
            transform: translate3d(50px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(5px, -114px, 0);
            transform: translate3d(5px, -114px, 0);
  }
}
@keyframes move-frames-139 {
  from {
    -webkit-transform: translate3d(50px, 108px, 0);
            transform: translate3d(50px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(5px, -114px, 0);
            transform: translate3d(5px, -114px, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 3404ms;
          animation-delay: 3404ms;
}
.circle-container:nth-child(140) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-140;
          animation-name: move-frames-140;
  -webkit-animation-duration: 8957ms;
          animation-duration: 8957ms;
  -webkit-animation-delay: 5236ms;
          animation-delay: 5236ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    -webkit-transform: translate3d(63px, 105px, 0);
            transform: translate3d(63px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(22px, -120px, 0);
            transform: translate3d(22px, -120px, 0);
  }
}
@keyframes move-frames-140 {
  from {
    -webkit-transform: translate3d(63px, 105px, 0);
            transform: translate3d(63px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(22px, -120px, 0);
            transform: translate3d(22px, -120px, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 3372ms;
          animation-delay: 3372ms;
}
.circle-container:nth-child(141) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-141;
          animation-name: move-frames-141;
  -webkit-animation-duration: 7185ms;
          animation-duration: 7185ms;
  -webkit-animation-delay: 9467ms;
          animation-delay: 9467ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    -webkit-transform: translate3d(15px, 106px, 0);
            transform: translate3d(15px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(23px, -126px, 0);
            transform: translate3d(23px, -126px, 0);
  }
}
@keyframes move-frames-141 {
  from {
    -webkit-transform: translate3d(15px, 106px, 0);
            transform: translate3d(15px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(23px, -126px, 0);
            transform: translate3d(23px, -126px, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 2444ms;
          animation-delay: 2444ms;
}
.circle-container:nth-child(142) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-142;
          animation-name: move-frames-142;
  -webkit-animation-duration: 7400ms;
          animation-duration: 7400ms;
  -webkit-animation-delay: 5527ms;
          animation-delay: 5527ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    -webkit-transform: translate3d(55px, 107px, 0);
            transform: translate3d(55px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(45px, -109px, 0);
            transform: translate3d(45px, -109px, 0);
  }
}
@keyframes move-frames-142 {
  from {
    -webkit-transform: translate3d(55px, 107px, 0);
            transform: translate3d(55px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(45px, -109px, 0);
            transform: translate3d(45px, -109px, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 966ms;
          animation-delay: 966ms;
}
.circle-container:nth-child(143) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-143;
          animation-name: move-frames-143;
  -webkit-animation-duration: 7743ms;
          animation-duration: 7743ms;
  -webkit-animation-delay: 9193ms;
          animation-delay: 9193ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    -webkit-transform: translate3d(73px, 103px, 0);
            transform: translate3d(73px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(44px, -127px, 0);
            transform: translate3d(44px, -127px, 0);
  }
}
@keyframes move-frames-143 {
  from {
    -webkit-transform: translate3d(73px, 103px, 0);
            transform: translate3d(73px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(44px, -127px, 0);
            transform: translate3d(44px, -127px, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 79ms;
          animation-delay: 79ms;
}
.circle-container:nth-child(144) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-144;
          animation-name: move-frames-144;
  -webkit-animation-duration: 10720ms;
          animation-duration: 10720ms;
  -webkit-animation-delay: 7913ms;
          animation-delay: 7913ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    -webkit-transform: translate3d(38px, 104px, 0);
            transform: translate3d(38px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(43px, -117px, 0);
            transform: translate3d(43px, -117px, 0);
  }
}
@keyframes move-frames-144 {
  from {
    -webkit-transform: translate3d(38px, 104px, 0);
            transform: translate3d(38px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(43px, -117px, 0);
            transform: translate3d(43px, -117px, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 3592ms;
          animation-delay: 3592ms;
}
.circle-container:nth-child(145) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-145;
          animation-name: move-frames-145;
  -webkit-animation-duration: 9667ms;
          animation-duration: 9667ms;
  -webkit-animation-delay: 9881ms;
          animation-delay: 9881ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    -webkit-transform: translate3d(7px, 109px, 0);
            transform: translate3d(7px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(70px, -123px, 0);
            transform: translate3d(70px, -123px, 0);
  }
}
@keyframes move-frames-145 {
  from {
    -webkit-transform: translate3d(7px, 109px, 0);
            transform: translate3d(7px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(70px, -123px, 0);
            transform: translate3d(70px, -123px, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 3827ms;
          animation-delay: 3827ms;
}
.circle-container:nth-child(146) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-146;
          animation-name: move-frames-146;
  -webkit-animation-duration: 10791ms;
          animation-duration: 10791ms;
  -webkit-animation-delay: 5691ms;
          animation-delay: 5691ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    -webkit-transform: translate3d(40px, 107px, 0);
            transform: translate3d(40px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(17px, -116px, 0);
            transform: translate3d(17px, -116px, 0);
  }
}
@keyframes move-frames-146 {
  from {
    -webkit-transform: translate3d(40px, 107px, 0);
            transform: translate3d(40px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(17px, -116px, 0);
            transform: translate3d(17px, -116px, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 855ms;
          animation-delay: 855ms;
}
.circle-container:nth-child(147) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-147;
          animation-name: move-frames-147;
  -webkit-animation-duration: 8015ms;
          animation-duration: 8015ms;
  -webkit-animation-delay: 850ms;
          animation-delay: 850ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    -webkit-transform: translate3d(87px, 108px, 0);
            transform: translate3d(87px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(18px, -122px, 0);
            transform: translate3d(18px, -122px, 0);
  }
}
@keyframes move-frames-147 {
  from {
    -webkit-transform: translate3d(87px, 108px, 0);
            transform: translate3d(87px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(18px, -122px, 0);
            transform: translate3d(18px, -122px, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 3790ms;
          animation-delay: 3790ms;
}
.circle-container:nth-child(148) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-148;
          animation-name: move-frames-148;
  -webkit-animation-duration: 8558ms;
          animation-duration: 8558ms;
  -webkit-animation-delay: 2807ms;
          animation-delay: 2807ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    -webkit-transform: translate3d(34px, 107px, 0);
            transform: translate3d(34px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(69px, -113px, 0);
            transform: translate3d(69px, -113px, 0);
  }
}
@keyframes move-frames-148 {
  from {
    -webkit-transform: translate3d(34px, 107px, 0);
            transform: translate3d(34px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(69px, -113px, 0);
            transform: translate3d(69px, -113px, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 3621ms;
          animation-delay: 3621ms;
}
.circle-container:nth-child(149) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-149;
          animation-name: move-frames-149;
  -webkit-animation-duration: 7391ms;
          animation-duration: 7391ms;
  -webkit-animation-delay: 7884ms;
          animation-delay: 7884ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    -webkit-transform: translate3d(69px, 101px, 0);
            transform: translate3d(69px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(44px, -107px, 0);
            transform: translate3d(44px, -107px, 0);
  }
}
@keyframes move-frames-149 {
  from {
    -webkit-transform: translate3d(69px, 101px, 0);
            transform: translate3d(69px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(44px, -107px, 0);
            transform: translate3d(44px, -107px, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 389ms;
          animation-delay: 389ms;
}
.circle-container:nth-child(150) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-150;
          animation-name: move-frames-150;
  -webkit-animation-duration: 8840ms;
          animation-duration: 8840ms;
  -webkit-animation-delay: 3781ms;
          animation-delay: 3781ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    -webkit-transform: translate3d(23px, 101px, 0);
            transform: translate3d(23px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(53px, -115px, 0);
            transform: translate3d(53px, -115px, 0);
  }
}
@keyframes move-frames-150 {
  from {
    -webkit-transform: translate3d(23px, 101px, 0);
            transform: translate3d(23px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(53px, -115px, 0);
            transform: translate3d(53px, -115px, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 3727ms;
          animation-delay: 3727ms;
}
.circle-container:nth-child(151) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-151;
          animation-name: move-frames-151;
  -webkit-animation-duration: 9777ms;
          animation-duration: 9777ms;
  -webkit-animation-delay: 10110ms;
          animation-delay: 10110ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    -webkit-transform: translate3d(8px, 101px, 0);
            transform: translate3d(8px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(55px, -126px, 0);
            transform: translate3d(55px, -126px, 0);
  }
}
@keyframes move-frames-151 {
  from {
    -webkit-transform: translate3d(8px, 101px, 0);
            transform: translate3d(8px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(55px, -126px, 0);
            transform: translate3d(55px, -126px, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 3406ms;
          animation-delay: 3406ms;
}
.circle-container:nth-child(152) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-152;
          animation-name: move-frames-152;
  -webkit-animation-duration: 7865ms;
          animation-duration: 7865ms;
  -webkit-animation-delay: 4573ms;
          animation-delay: 4573ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    -webkit-transform: translate3d(49px, 107px, 0);
            transform: translate3d(49px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(85px, -125px, 0);
            transform: translate3d(85px, -125px, 0);
  }
}
@keyframes move-frames-152 {
  from {
    -webkit-transform: translate3d(49px, 107px, 0);
            transform: translate3d(49px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(85px, -125px, 0);
            transform: translate3d(85px, -125px, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 2418ms;
          animation-delay: 2418ms;
}
.circle-container:nth-child(153) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-153;
          animation-name: move-frames-153;
  -webkit-animation-duration: 8269ms;
          animation-duration: 8269ms;
  -webkit-animation-delay: 7324ms;
          animation-delay: 7324ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    -webkit-transform: translate3d(88px, 101px, 0);
            transform: translate3d(88px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(20px, -113px, 0);
            transform: translate3d(20px, -113px, 0);
  }
}
@keyframes move-frames-153 {
  from {
    -webkit-transform: translate3d(88px, 101px, 0);
            transform: translate3d(88px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(20px, -113px, 0);
            transform: translate3d(20px, -113px, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 1809ms;
          animation-delay: 1809ms;
}
.circle-container:nth-child(154) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-154;
          animation-name: move-frames-154;
  -webkit-animation-duration: 7667ms;
          animation-duration: 7667ms;
  -webkit-animation-delay: 4874ms;
          animation-delay: 4874ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    -webkit-transform: translate3d(27px, 105px, 0);
            transform: translate3d(27px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(22px, -114px, 0);
            transform: translate3d(22px, -114px, 0);
  }
}
@keyframes move-frames-154 {
  from {
    -webkit-transform: translate3d(27px, 105px, 0);
            transform: translate3d(27px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(22px, -114px, 0);
            transform: translate3d(22px, -114px, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 3688ms;
          animation-delay: 3688ms;
}
.circle-container:nth-child(155) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-155;
          animation-name: move-frames-155;
  -webkit-animation-duration: 10555ms;
          animation-duration: 10555ms;
  -webkit-animation-delay: 37ms;
          animation-delay: 37ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    -webkit-transform: translate3d(27px, 102px, 0);
            transform: translate3d(27px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(7px, -106px, 0);
            transform: translate3d(7px, -106px, 0);
  }
}
@keyframes move-frames-155 {
  from {
    -webkit-transform: translate3d(27px, 102px, 0);
            transform: translate3d(27px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(7px, -106px, 0);
            transform: translate3d(7px, -106px, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 2894ms;
          animation-delay: 2894ms;
}
.circle-container:nth-child(156) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-156;
          animation-name: move-frames-156;
  -webkit-animation-duration: 10143ms;
          animation-duration: 10143ms;
  -webkit-animation-delay: 3296ms;
          animation-delay: 3296ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    -webkit-transform: translate3d(20px, 101px, 0);
            transform: translate3d(20px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(18px, -103px, 0);
            transform: translate3d(18px, -103px, 0);
  }
}
@keyframes move-frames-156 {
  from {
    -webkit-transform: translate3d(20px, 101px, 0);
            transform: translate3d(20px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(18px, -103px, 0);
            transform: translate3d(18px, -103px, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 456ms;
          animation-delay: 456ms;
}
.circle-container:nth-child(157) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-157;
          animation-name: move-frames-157;
  -webkit-animation-duration: 10369ms;
          animation-duration: 10369ms;
  -webkit-animation-delay: 9790ms;
          animation-delay: 9790ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    -webkit-transform: translate3d(18px, 104px, 0);
            transform: translate3d(18px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(93px, -126px, 0);
            transform: translate3d(93px, -126px, 0);
  }
}
@keyframes move-frames-157 {
  from {
    -webkit-transform: translate3d(18px, 104px, 0);
            transform: translate3d(18px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(93px, -126px, 0);
            transform: translate3d(93px, -126px, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 1530ms;
          animation-delay: 1530ms;
}
.circle-container:nth-child(158) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-158;
          animation-name: move-frames-158;
  -webkit-animation-duration: 7391ms;
          animation-duration: 7391ms;
  -webkit-animation-delay: 7592ms;
          animation-delay: 7592ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    -webkit-transform: translate3d(74px, 105px, 0);
            transform: translate3d(74px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(15px, -108px, 0);
            transform: translate3d(15px, -108px, 0);
  }
}
@keyframes move-frames-158 {
  from {
    -webkit-transform: translate3d(74px, 105px, 0);
            transform: translate3d(74px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(15px, -108px, 0);
            transform: translate3d(15px, -108px, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 197ms;
          animation-delay: 197ms;
}
.circle-container:nth-child(159) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-159;
          animation-name: move-frames-159;
  -webkit-animation-duration: 7347ms;
          animation-duration: 7347ms;
  -webkit-animation-delay: 10820ms;
          animation-delay: 10820ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    -webkit-transform: translate3d(22px, 102px, 0);
            transform: translate3d(22px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(5px, -106px, 0);
            transform: translate3d(5px, -106px, 0);
  }
}
@keyframes move-frames-159 {
  from {
    -webkit-transform: translate3d(22px, 102px, 0);
            transform: translate3d(22px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(5px, -106px, 0);
            transform: translate3d(5px, -106px, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 1253ms;
          animation-delay: 1253ms;
}
.circle-container:nth-child(160) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-160;
          animation-name: move-frames-160;
  -webkit-animation-duration: 7294ms;
          animation-duration: 7294ms;
  -webkit-animation-delay: 9595ms;
          animation-delay: 9595ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    -webkit-transform: translate3d(88px, 105px, 0);
            transform: translate3d(88px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(70px, -125px, 0);
            transform: translate3d(70px, -125px, 0);
  }
}
@keyframes move-frames-160 {
  from {
    -webkit-transform: translate3d(88px, 105px, 0);
            transform: translate3d(88px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(70px, -125px, 0);
            transform: translate3d(70px, -125px, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 569ms;
          animation-delay: 569ms;
}
.circle-container:nth-child(161) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-161;
          animation-name: move-frames-161;
  -webkit-animation-duration: 7483ms;
          animation-duration: 7483ms;
  -webkit-animation-delay: 10982ms;
          animation-delay: 10982ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    -webkit-transform: translate3d(30px, 103px, 0);
            transform: translate3d(30px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(69px, -112px, 0);
            transform: translate3d(69px, -112px, 0);
  }
}
@keyframes move-frames-161 {
  from {
    -webkit-transform: translate3d(30px, 103px, 0);
            transform: translate3d(30px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(69px, -112px, 0);
            transform: translate3d(69px, -112px, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 1801ms;
          animation-delay: 1801ms;
}
.circle-container:nth-child(162) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-162;
          animation-name: move-frames-162;
  -webkit-animation-duration: 7648ms;
          animation-duration: 7648ms;
  -webkit-animation-delay: 3841ms;
          animation-delay: 3841ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    -webkit-transform: translate3d(84px, 105px, 0);
            transform: translate3d(84px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(41px, -127px, 0);
            transform: translate3d(41px, -127px, 0);
  }
}
@keyframes move-frames-162 {
  from {
    -webkit-transform: translate3d(84px, 105px, 0);
            transform: translate3d(84px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(41px, -127px, 0);
            transform: translate3d(41px, -127px, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 3266ms;
          animation-delay: 3266ms;
}
.circle-container:nth-child(163) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-163;
          animation-name: move-frames-163;
  -webkit-animation-duration: 7231ms;
          animation-duration: 7231ms;
  -webkit-animation-delay: 466ms;
          animation-delay: 466ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    -webkit-transform: translate3d(12px, 103px, 0);
            transform: translate3d(12px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(53px, -128px, 0);
            transform: translate3d(53px, -128px, 0);
  }
}
@keyframes move-frames-163 {
  from {
    -webkit-transform: translate3d(12px, 103px, 0);
            transform: translate3d(12px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(53px, -128px, 0);
            transform: translate3d(53px, -128px, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 2178ms;
          animation-delay: 2178ms;
}
.circle-container:nth-child(164) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-164;
          animation-name: move-frames-164;
  -webkit-animation-duration: 8705ms;
          animation-duration: 8705ms;
  -webkit-animation-delay: 4573ms;
          animation-delay: 4573ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    -webkit-transform: translate3d(8px, 102px, 0);
            transform: translate3d(8px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(14px, -104px, 0);
            transform: translate3d(14px, -104px, 0);
  }
}
@keyframes move-frames-164 {
  from {
    -webkit-transform: translate3d(8px, 102px, 0);
            transform: translate3d(8px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(14px, -104px, 0);
            transform: translate3d(14px, -104px, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 352ms;
          animation-delay: 352ms;
}
.circle-container:nth-child(165) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-165;
          animation-name: move-frames-165;
  -webkit-animation-duration: 8091ms;
          animation-duration: 8091ms;
  -webkit-animation-delay: 3901ms;
          animation-delay: 3901ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    -webkit-transform: translate3d(84px, 106px, 0);
            transform: translate3d(84px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(52px, -108px, 0);
            transform: translate3d(52px, -108px, 0);
  }
}
@keyframes move-frames-165 {
  from {
    -webkit-transform: translate3d(84px, 106px, 0);
            transform: translate3d(84px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(52px, -108px, 0);
            transform: translate3d(52px, -108px, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 2333ms;
          animation-delay: 2333ms;
}
.circle-container:nth-child(166) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-166;
          animation-name: move-frames-166;
  -webkit-animation-duration: 9693ms;
          animation-duration: 9693ms;
  -webkit-animation-delay: 6099ms;
          animation-delay: 6099ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    -webkit-transform: translate3d(78px, 107px, 0);
            transform: translate3d(78px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(38px, -111px, 0);
            transform: translate3d(38px, -111px, 0);
  }
}
@keyframes move-frames-166 {
  from {
    -webkit-transform: translate3d(78px, 107px, 0);
            transform: translate3d(78px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(38px, -111px, 0);
            transform: translate3d(38px, -111px, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 1118ms;
          animation-delay: 1118ms;
}
.circle-container:nth-child(167) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-167;
          animation-name: move-frames-167;
  -webkit-animation-duration: 9033ms;
          animation-duration: 9033ms;
  -webkit-animation-delay: 1903ms;
          animation-delay: 1903ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    -webkit-transform: translate3d(93px, 108px, 0);
            transform: translate3d(93px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(33px, -127px, 0);
            transform: translate3d(33px, -127px, 0);
  }
}
@keyframes move-frames-167 {
  from {
    -webkit-transform: translate3d(93px, 108px, 0);
            transform: translate3d(93px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(33px, -127px, 0);
            transform: translate3d(33px, -127px, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 3229ms;
          animation-delay: 3229ms;
}
.circle-container:nth-child(168) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-168;
          animation-name: move-frames-168;
  -webkit-animation-duration: 8360ms;
          animation-duration: 8360ms;
  -webkit-animation-delay: 8244ms;
          animation-delay: 8244ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    -webkit-transform: translate3d(7px, 105px, 0);
            transform: translate3d(7px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(79px, -108px, 0);
            transform: translate3d(79px, -108px, 0);
  }
}
@keyframes move-frames-168 {
  from {
    -webkit-transform: translate3d(7px, 105px, 0);
            transform: translate3d(7px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(79px, -108px, 0);
            transform: translate3d(79px, -108px, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 1552ms;
          animation-delay: 1552ms;
}
.circle-container:nth-child(169) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-169;
          animation-name: move-frames-169;
  -webkit-animation-duration: 8642ms;
          animation-duration: 8642ms;
  -webkit-animation-delay: 3989ms;
          animation-delay: 3989ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    -webkit-transform: translate3d(33px, 104px, 0);
            transform: translate3d(33px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(6px, -122px, 0);
            transform: translate3d(6px, -122px, 0);
  }
}
@keyframes move-frames-169 {
  from {
    -webkit-transform: translate3d(33px, 104px, 0);
            transform: translate3d(33px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(6px, -122px, 0);
            transform: translate3d(6px, -122px, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 1116ms;
          animation-delay: 1116ms;
}
.circle-container:nth-child(170) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-170;
          animation-name: move-frames-170;
  -webkit-animation-duration: 9107ms;
          animation-duration: 9107ms;
  -webkit-animation-delay: 655ms;
          animation-delay: 655ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    -webkit-transform: translate3d(85px, 104px, 0);
            transform: translate3d(85px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(6px, -112px, 0);
            transform: translate3d(6px, -112px, 0);
  }
}
@keyframes move-frames-170 {
  from {
    -webkit-transform: translate3d(85px, 104px, 0);
            transform: translate3d(85px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(6px, -112px, 0);
            transform: translate3d(6px, -112px, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 2983ms;
          animation-delay: 2983ms;
}
.circle-container:nth-child(171) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-171;
          animation-name: move-frames-171;
  -webkit-animation-duration: 10755ms;
          animation-duration: 10755ms;
  -webkit-animation-delay: 10396ms;
          animation-delay: 10396ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    -webkit-transform: translate3d(83px, 108px, 0);
            transform: translate3d(83px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(64px, -116px, 0);
            transform: translate3d(64px, -116px, 0);
  }
}
@keyframes move-frames-171 {
  from {
    -webkit-transform: translate3d(83px, 108px, 0);
            transform: translate3d(83px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(64px, -116px, 0);
            transform: translate3d(64px, -116px, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 146ms;
          animation-delay: 146ms;
}
.circle-container:nth-child(172) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-172;
          animation-name: move-frames-172;
  -webkit-animation-duration: 9275ms;
          animation-duration: 9275ms;
  -webkit-animation-delay: 7768ms;
          animation-delay: 7768ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    -webkit-transform: translate3d(75px, 104px, 0);
            transform: translate3d(75px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(14px, -120px, 0);
            transform: translate3d(14px, -120px, 0);
  }
}
@keyframes move-frames-172 {
  from {
    -webkit-transform: translate3d(75px, 104px, 0);
            transform: translate3d(75px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(14px, -120px, 0);
            transform: translate3d(14px, -120px, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 2976ms;
          animation-delay: 2976ms;
}
.circle-container:nth-child(173) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-173;
          animation-name: move-frames-173;
  -webkit-animation-duration: 8634ms;
          animation-duration: 8634ms;
  -webkit-animation-delay: 2179ms;
          animation-delay: 2179ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    -webkit-transform: translate3d(78px, 106px, 0);
            transform: translate3d(78px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(44px, -126px, 0);
            transform: translate3d(44px, -126px, 0);
  }
}
@keyframes move-frames-173 {
  from {
    -webkit-transform: translate3d(78px, 106px, 0);
            transform: translate3d(78px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(44px, -126px, 0);
            transform: translate3d(44px, -126px, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 1807ms;
          animation-delay: 1807ms;
}
.circle-container:nth-child(174) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-174;
          animation-name: move-frames-174;
  -webkit-animation-duration: 7890ms;
          animation-duration: 7890ms;
  -webkit-animation-delay: 924ms;
          animation-delay: 924ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    -webkit-transform: translate3d(32px, 101px, 0);
            transform: translate3d(32px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(65px, -126px, 0);
            transform: translate3d(65px, -126px, 0);
  }
}
@keyframes move-frames-174 {
  from {
    -webkit-transform: translate3d(32px, 101px, 0);
            transform: translate3d(32px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(65px, -126px, 0);
            transform: translate3d(65px, -126px, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 2869ms;
          animation-delay: 2869ms;
}
.circle-container:nth-child(175) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-175;
          animation-name: move-frames-175;
  -webkit-animation-duration: 8573ms;
          animation-duration: 8573ms;
  -webkit-animation-delay: 829ms;
          animation-delay: 829ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    -webkit-transform: translate3d(7px, 110px, 0);
            transform: translate3d(7px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(86px, -118px, 0);
            transform: translate3d(86px, -118px, 0);
  }
}
@keyframes move-frames-175 {
  from {
    -webkit-transform: translate3d(7px, 110px, 0);
            transform: translate3d(7px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(86px, -118px, 0);
            transform: translate3d(86px, -118px, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 1685ms;
          animation-delay: 1685ms;
}
.circle-container:nth-child(176) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-176;
          animation-name: move-frames-176;
  -webkit-animation-duration: 9613ms;
          animation-duration: 9613ms;
  -webkit-animation-delay: 1689ms;
          animation-delay: 1689ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    -webkit-transform: translate3d(85px, 101px, 0);
            transform: translate3d(85px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(27px, -127px, 0);
            transform: translate3d(27px, -127px, 0);
  }
}
@keyframes move-frames-176 {
  from {
    -webkit-transform: translate3d(85px, 101px, 0);
            transform: translate3d(85px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(27px, -127px, 0);
            transform: translate3d(27px, -127px, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 3298ms;
          animation-delay: 3298ms;
}
.circle-container:nth-child(177) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-177;
          animation-name: move-frames-177;
  -webkit-animation-duration: 8876ms;
          animation-duration: 8876ms;
  -webkit-animation-delay: 3252ms;
          animation-delay: 3252ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    -webkit-transform: translate3d(16px, 106px, 0);
            transform: translate3d(16px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(8px, -117px, 0);
            transform: translate3d(8px, -117px, 0);
  }
}
@keyframes move-frames-177 {
  from {
    -webkit-transform: translate3d(16px, 106px, 0);
            transform: translate3d(16px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(8px, -117px, 0);
            transform: translate3d(8px, -117px, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 3262ms;
          animation-delay: 3262ms;
}
.circle-container:nth-child(178) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-178;
          animation-name: move-frames-178;
  -webkit-animation-duration: 7741ms;
          animation-duration: 7741ms;
  -webkit-animation-delay: 1829ms;
          animation-delay: 1829ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    -webkit-transform: translate3d(8px, 102px, 0);
            transform: translate3d(8px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(91px, -123px, 0);
            transform: translate3d(91px, -123px, 0);
  }
}
@keyframes move-frames-178 {
  from {
    -webkit-transform: translate3d(8px, 102px, 0);
            transform: translate3d(8px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(91px, -123px, 0);
            transform: translate3d(91px, -123px, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 628ms;
          animation-delay: 628ms;
}
.circle-container:nth-child(179) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-179;
          animation-name: move-frames-179;
  -webkit-animation-duration: 10722ms;
          animation-duration: 10722ms;
  -webkit-animation-delay: 4451ms;
          animation-delay: 4451ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    -webkit-transform: translate3d(44px, 101px, 0);
            transform: translate3d(44px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(71px, -117px, 0);
            transform: translate3d(71px, -117px, 0);
  }
}
@keyframes move-frames-179 {
  from {
    -webkit-transform: translate3d(44px, 101px, 0);
            transform: translate3d(44px, 101px, 0);
  }
  to {
    -webkit-transform: translate3d(71px, -117px, 0);
            transform: translate3d(71px, -117px, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 2717ms;
          animation-delay: 2717ms;
}
.circle-container:nth-child(180) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-180;
          animation-name: move-frames-180;
  -webkit-animation-duration: 8662ms;
          animation-duration: 8662ms;
  -webkit-animation-delay: 10529ms;
          animation-delay: 10529ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    -webkit-transform: translate3d(35px, 105px, 0);
            transform: translate3d(35px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(64px, -107px, 0);
            transform: translate3d(64px, -107px, 0);
  }
}
@keyframes move-frames-180 {
  from {
    -webkit-transform: translate3d(35px, 105px, 0);
            transform: translate3d(35px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(64px, -107px, 0);
            transform: translate3d(64px, -107px, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 2530ms;
          animation-delay: 2530ms;
}
.circle-container:nth-child(181) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-181;
          animation-name: move-frames-181;
  -webkit-animation-duration: 8549ms;
          animation-duration: 8549ms;
  -webkit-animation-delay: 6293ms;
          animation-delay: 6293ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    -webkit-transform: translate3d(59px, 105px, 0);
            transform: translate3d(59px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(5px, -113px, 0);
            transform: translate3d(5px, -113px, 0);
  }
}
@keyframes move-frames-181 {
  from {
    -webkit-transform: translate3d(59px, 105px, 0);
            transform: translate3d(59px, 105px, 0);
  }
  to {
    -webkit-transform: translate3d(5px, -113px, 0);
            transform: translate3d(5px, -113px, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 3933ms;
          animation-delay: 3933ms;
}
.circle-container:nth-child(182) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-182;
          animation-name: move-frames-182;
  -webkit-animation-duration: 7961ms;
          animation-duration: 7961ms;
  -webkit-animation-delay: 3713ms;
          animation-delay: 3713ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    -webkit-transform: translate3d(36px, 109px, 0);
            transform: translate3d(36px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(31px, -129px, 0);
            transform: translate3d(31px, -129px, 0);
  }
}
@keyframes move-frames-182 {
  from {
    -webkit-transform: translate3d(36px, 109px, 0);
            transform: translate3d(36px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(31px, -129px, 0);
            transform: translate3d(31px, -129px, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 3838ms;
          animation-delay: 3838ms;
}
.circle-container:nth-child(183) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-183;
          animation-name: move-frames-183;
  -webkit-animation-duration: 10258ms;
          animation-duration: 10258ms;
  -webkit-animation-delay: 1392ms;
          animation-delay: 1392ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    -webkit-transform: translate3d(94px, 104px, 0);
            transform: translate3d(94px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(99px, -131px, 0);
            transform: translate3d(99px, -131px, 0);
  }
}
@keyframes move-frames-183 {
  from {
    -webkit-transform: translate3d(94px, 104px, 0);
            transform: translate3d(94px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(99px, -131px, 0);
            transform: translate3d(99px, -131px, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 2550ms;
          animation-delay: 2550ms;
}
.circle-container:nth-child(184) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-184;
          animation-name: move-frames-184;
  -webkit-animation-duration: 10981ms;
          animation-duration: 10981ms;
  -webkit-animation-delay: 4258ms;
          animation-delay: 4258ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    -webkit-transform: translate3d(43px, 109px, 0);
            transform: translate3d(43px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(23px, -116px, 0);
            transform: translate3d(23px, -116px, 0);
  }
}
@keyframes move-frames-184 {
  from {
    -webkit-transform: translate3d(43px, 109px, 0);
            transform: translate3d(43px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(23px, -116px, 0);
            transform: translate3d(23px, -116px, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 1084ms;
          animation-delay: 1084ms;
}
.circle-container:nth-child(185) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-185;
          animation-name: move-frames-185;
  -webkit-animation-duration: 8555ms;
          animation-duration: 8555ms;
  -webkit-animation-delay: 4329ms;
          animation-delay: 4329ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    -webkit-transform: translate3d(90px, 110px, 0);
            transform: translate3d(90px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(43px, -131px, 0);
            transform: translate3d(43px, -131px, 0);
  }
}
@keyframes move-frames-185 {
  from {
    -webkit-transform: translate3d(90px, 110px, 0);
            transform: translate3d(90px, 110px, 0);
  }
  to {
    -webkit-transform: translate3d(43px, -131px, 0);
            transform: translate3d(43px, -131px, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 901ms;
          animation-delay: 901ms;
}
.circle-container:nth-child(186) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-186;
          animation-name: move-frames-186;
  -webkit-animation-duration: 7768ms;
          animation-duration: 7768ms;
  -webkit-animation-delay: 2323ms;
          animation-delay: 2323ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    -webkit-transform: translate3d(1px, 102px, 0);
            transform: translate3d(1px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(67px, -130px, 0);
            transform: translate3d(67px, -130px, 0);
  }
}
@keyframes move-frames-186 {
  from {
    -webkit-transform: translate3d(1px, 102px, 0);
            transform: translate3d(1px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(67px, -130px, 0);
            transform: translate3d(67px, -130px, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 3982ms;
          animation-delay: 3982ms;
}
.circle-container:nth-child(187) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-187;
          animation-name: move-frames-187;
  -webkit-animation-duration: 9542ms;
          animation-duration: 9542ms;
  -webkit-animation-delay: 6076ms;
          animation-delay: 6076ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    -webkit-transform: translate3d(56px, 104px, 0);
            transform: translate3d(56px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(1px, -127px, 0);
            transform: translate3d(1px, -127px, 0);
  }
}
@keyframes move-frames-187 {
  from {
    -webkit-transform: translate3d(56px, 104px, 0);
            transform: translate3d(56px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(1px, -127px, 0);
            transform: translate3d(1px, -127px, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 1928ms;
          animation-delay: 1928ms;
}
.circle-container:nth-child(188) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-188;
          animation-name: move-frames-188;
  -webkit-animation-duration: 7878ms;
          animation-duration: 7878ms;
  -webkit-animation-delay: 2740ms;
          animation-delay: 2740ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    -webkit-transform: translate3d(19px, 104px, 0);
            transform: translate3d(19px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(26px, -127px, 0);
            transform: translate3d(26px, -127px, 0);
  }
}
@keyframes move-frames-188 {
  from {
    -webkit-transform: translate3d(19px, 104px, 0);
            transform: translate3d(19px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(26px, -127px, 0);
            transform: translate3d(26px, -127px, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 2532ms;
          animation-delay: 2532ms;
}
.circle-container:nth-child(189) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-189;
          animation-name: move-frames-189;
  -webkit-animation-duration: 8011ms;
          animation-duration: 8011ms;
  -webkit-animation-delay: 4310ms;
          animation-delay: 4310ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    -webkit-transform: translate3d(55px, 108px, 0);
            transform: translate3d(55px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(96px, -130px, 0);
            transform: translate3d(96px, -130px, 0);
  }
}
@keyframes move-frames-189 {
  from {
    -webkit-transform: translate3d(55px, 108px, 0);
            transform: translate3d(55px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(96px, -130px, 0);
            transform: translate3d(96px, -130px, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 2308ms;
          animation-delay: 2308ms;
}
.circle-container:nth-child(190) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-190;
          animation-name: move-frames-190;
  -webkit-animation-duration: 9477ms;
          animation-duration: 9477ms;
  -webkit-animation-delay: 9959ms;
          animation-delay: 9959ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    -webkit-transform: translate3d(62px, 104px, 0);
            transform: translate3d(62px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(48px, -124px, 0);
            transform: translate3d(48px, -124px, 0);
  }
}
@keyframes move-frames-190 {
  from {
    -webkit-transform: translate3d(62px, 104px, 0);
            transform: translate3d(62px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(48px, -124px, 0);
            transform: translate3d(48px, -124px, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 924ms;
          animation-delay: 924ms;
}
.circle-container:nth-child(191) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-191;
          animation-name: move-frames-191;
  -webkit-animation-duration: 10558ms;
          animation-duration: 10558ms;
  -webkit-animation-delay: 7673ms;
          animation-delay: 7673ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    -webkit-transform: translate3d(40px, 103px, 0);
            transform: translate3d(40px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(20px, -115px, 0);
            transform: translate3d(20px, -115px, 0);
  }
}
@keyframes move-frames-191 {
  from {
    -webkit-transform: translate3d(40px, 103px, 0);
            transform: translate3d(40px, 103px, 0);
  }
  to {
    -webkit-transform: translate3d(20px, -115px, 0);
            transform: translate3d(20px, -115px, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 1128ms;
          animation-delay: 1128ms;
}
.circle-container:nth-child(192) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-192;
          animation-name: move-frames-192;
  -webkit-animation-duration: 8417ms;
          animation-duration: 8417ms;
  -webkit-animation-delay: 5306ms;
          animation-delay: 5306ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    -webkit-transform: translate3d(81px, 107px, 0);
            transform: translate3d(81px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(37px, -135px, 0);
            transform: translate3d(37px, -135px, 0);
  }
}
@keyframes move-frames-192 {
  from {
    -webkit-transform: translate3d(81px, 107px, 0);
            transform: translate3d(81px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(37px, -135px, 0);
            transform: translate3d(37px, -135px, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 1992ms;
          animation-delay: 1992ms;
}
.circle-container:nth-child(193) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-193;
          animation-name: move-frames-193;
  -webkit-animation-duration: 7324ms;
          animation-duration: 7324ms;
  -webkit-animation-delay: 10694ms;
          animation-delay: 10694ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    -webkit-transform: translate3d(49px, 108px, 0);
            transform: translate3d(49px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(45px, -127px, 0);
            transform: translate3d(45px, -127px, 0);
  }
}
@keyframes move-frames-193 {
  from {
    -webkit-transform: translate3d(49px, 108px, 0);
            transform: translate3d(49px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(45px, -127px, 0);
            transform: translate3d(45px, -127px, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 2593ms;
          animation-delay: 2593ms;
}
.circle-container:nth-child(194) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-194;
          animation-name: move-frames-194;
  -webkit-animation-duration: 9691ms;
          animation-duration: 9691ms;
  -webkit-animation-delay: 3282ms;
          animation-delay: 3282ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    -webkit-transform: translate3d(7px, 104px, 0);
            transform: translate3d(7px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(84px, -117px, 0);
            transform: translate3d(84px, -117px, 0);
  }
}
@keyframes move-frames-194 {
  from {
    -webkit-transform: translate3d(7px, 104px, 0);
            transform: translate3d(7px, 104px, 0);
  }
  to {
    -webkit-transform: translate3d(84px, -117px, 0);
            transform: translate3d(84px, -117px, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 3266ms;
          animation-delay: 3266ms;
}
.circle-container:nth-child(195) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-195;
          animation-name: move-frames-195;
  -webkit-animation-duration: 7167ms;
          animation-duration: 7167ms;
  -webkit-animation-delay: 5525ms;
          animation-delay: 5525ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    -webkit-transform: translate3d(92px, 108px, 0);
            transform: translate3d(92px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(56px, -121px, 0);
            transform: translate3d(56px, -121px, 0);
  }
}
@keyframes move-frames-195 {
  from {
    -webkit-transform: translate3d(92px, 108px, 0);
            transform: translate3d(92px, 108px, 0);
  }
  to {
    -webkit-transform: translate3d(56px, -121px, 0);
            transform: translate3d(56px, -121px, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 3998ms;
          animation-delay: 3998ms;
}
.circle-container:nth-child(196) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-196;
          animation-name: move-frames-196;
  -webkit-animation-duration: 10998ms;
          animation-duration: 10998ms;
  -webkit-animation-delay: 7318ms;
          animation-delay: 7318ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    -webkit-transform: translate3d(25px, 102px, 0);
            transform: translate3d(25px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(81px, -108px, 0);
            transform: translate3d(81px, -108px, 0);
  }
}
@keyframes move-frames-196 {
  from {
    -webkit-transform: translate3d(25px, 102px, 0);
            transform: translate3d(25px, 102px, 0);
  }
  to {
    -webkit-transform: translate3d(81px, -108px, 0);
            transform: translate3d(81px, -108px, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 689ms;
          animation-delay: 689ms;
}
.circle-container:nth-child(197) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-197;
          animation-name: move-frames-197;
  -webkit-animation-duration: 9896ms;
          animation-duration: 9896ms;
  -webkit-animation-delay: 4624ms;
          animation-delay: 4624ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    -webkit-transform: translate3d(23px, 107px, 0);
            transform: translate3d(23px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(94px, -118px, 0);
            transform: translate3d(94px, -118px, 0);
  }
}
@keyframes move-frames-197 {
  from {
    -webkit-transform: translate3d(23px, 107px, 0);
            transform: translate3d(23px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(94px, -118px, 0);
            transform: translate3d(94px, -118px, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 2005ms;
          animation-delay: 2005ms;
}
.circle-container:nth-child(198) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-198;
          animation-name: move-frames-198;
  -webkit-animation-duration: 8483ms;
          animation-duration: 8483ms;
  -webkit-animation-delay: 859ms;
          animation-delay: 859ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    -webkit-transform: translate3d(34px, 107px, 0);
            transform: translate3d(34px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(78px, -128px, 0);
            transform: translate3d(78px, -128px, 0);
  }
}
@keyframes move-frames-198 {
  from {
    -webkit-transform: translate3d(34px, 107px, 0);
            transform: translate3d(34px, 107px, 0);
  }
  to {
    -webkit-transform: translate3d(78px, -128px, 0);
            transform: translate3d(78px, -128px, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 3332ms;
          animation-delay: 3332ms;
}
.circle-container:nth-child(199) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-199;
          animation-name: move-frames-199;
  -webkit-animation-duration: 7072ms;
          animation-duration: 7072ms;
  -webkit-animation-delay: 10235ms;
          animation-delay: 10235ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    -webkit-transform: translate3d(79px, 106px, 0);
            transform: translate3d(79px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(9px, -117px, 0);
            transform: translate3d(9px, -117px, 0);
  }
}
@keyframes move-frames-199 {
  from {
    -webkit-transform: translate3d(79px, 106px, 0);
            transform: translate3d(79px, 106px, 0);
  }
  to {
    -webkit-transform: translate3d(9px, -117px, 0);
            transform: translate3d(9px, -117px, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 2626ms;
          animation-delay: 2626ms;
}
.circle-container:nth-child(200) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-200;
          animation-name: move-frames-200;
  -webkit-animation-duration: 10965ms;
          animation-duration: 10965ms;
  -webkit-animation-delay: 6645ms;
          animation-delay: 6645ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    -webkit-transform: translate3d(53px, 109px, 0);
            transform: translate3d(53px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(24px, -115px, 0);
            transform: translate3d(24px, -115px, 0);
  }
}
@keyframes move-frames-200 {
  from {
    -webkit-transform: translate3d(53px, 109px, 0);
            transform: translate3d(53px, 109px, 0);
  }
  to {
    -webkit-transform: translate3d(24px, -115px, 0);
            transform: translate3d(24px, -115px, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 2269ms;
          animation-delay: 2269ms;
}

.cover-img{
  width: 100%;
  height: 100%;
  min-width: 1550px;
  position: absolute;
  top: 60%;
  min-height: 1080px;
  transform: scale(0.7) translateX(-276px) translateY(-78%);
}
.cover{
    padding: 0px 135px;
    position: absolute;
    left: 19%;
    top: 57%;
    /* z-index: 2; */
    box-shadow: 0 0 40px 31px rgb(105 248 254);
    border-radius: 50%;
    transform-origin:right center;
    animation: cover 3s linear infinite;
}
@-webkit-keyframes cover{
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.alert {
  position: relative;
  /*padding: 0.75rem 1.25rem;*/
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-danger {
  color: #ff0119;
  /*background-color: #f8d7da;*/
  /*border-color: #f5c6cb;*/
  position: absolute;
  top: -30px;
  left: 0;
}

.alert-common {
  color: #dbdbdb;
  /*background-color: #f8d7da;*/
  /*border-color: #f5c6cb;*/
  position: absolute;
  top: 420px;
  left: 0;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.toggle-password {
  z-index: 1;
  top: 20px;
  left: 20px;
  position: absolute;
  background-image: url("../img/eyes1.png");
  background-repeat: no-repeat;
  padding-right: 8px;
}

.icon-password-eye {
  width: 30px;
  height: 30px;
}