/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/intl-tel-input/build/css/intlTelInput.css ***!
  \************************************************************************************************************************************************************************************************************************************************/
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-left: -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.iti__search-input {
  width: 100%;
  border-width: 0;
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--separate-dial-code input.iti__tel-input,
.iti--separate-dial-code input.iti__tel-input[type=text],
.iti--separate-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--separate-dial-code input.iti__tel-input,
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}
.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}
.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}
.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('flags.png?1');
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url('flags@2x.png?1');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/theme/variables.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Ionic CSS Variables **/
:root {
  /** primary **/
  --ion-color-primary: #00abfb;
  --ion-color-primary:rgb(219 53 41 / 77%) !important;
  --ion-color-primary-rgb: 56, 128, 255;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255, 255, 255;
  --ion-color-primary-shade: #00abfb;
  --ion-color-primary-tint: #00abfb;
  --ion-color-primary-tint:rgb(219 53 41 / 77%) !important;
  --ion-color-primary-shade:rgb(219 53 41 / 77%) !important;
  /** secondary **/
  --ion-color-secondary: #3dc2ff;
  --ion-color-secondary-rgb: 61, 194, 255;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: 255, 255, 255;
  --ion-color-secondary-shade: #36abe0;
  --ion-color-secondary-tint: #00aeff;
  /** tertiary **/
  --ion-color-tertiary: #5260ff;
  --ion-color-tertiary-rgb: 82, 96, 255;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-tertiary-contrast-rgb: 255, 255, 255;
  --ion-color-tertiary-shade: #4854e0;
  --ion-color-tertiary-tint: #6370ff;
  /** success **/
  --ion-color-success: #2dd36f;
  --ion-color-success-rgb: 45, 211, 111;
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: 255, 255, 255;
  --ion-color-success-shade: #28ba62;
  --ion-color-success-tint: #42d77d;
  /** warning **/
  --ion-color-warning: #ffc409;
  --ion-color-warning-rgb: 255, 196, 9;
  --ion-color-warning-contrast: #0a0a0f;
  --ion-color-warning-contrast-rgb: 0, 0, 0;
  --ion-color-warning-shade: #e0ac08;
  --ion-color-warning-tint: #ffca22;
  /** danger **/
  --ion-color-danger: #eb445a;
  --ion-color-danger-rgb: 235, 68, 90;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255, 255, 255;
  --ion-color-danger-shade: #cf3c4f;
  --ion-color-danger-tint: #ed576b;
  /** dark **/
  --ion-color-dark: #222428;
  --ion-color-dark-rgb: 34, 36, 40;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: 255, 255, 255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
  /** medium **/
  --ion-color-medium: #92949c;
  --ion-color-medium-rgb: 146, 148, 156;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: 255, 255, 255;
  --ion-color-medium-shade: #808289;
  --ion-color-medium-tint: #9d9fa6;
  /** light **/
  --ion-color-light: #f4f5f8;
  --ion-color-light-rgb: 244, 245, 248;
  --ion-color-light-contrast: #0a0a0f;
  --ion-color-light-contrast-rgb: 0, 0, 0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-tint: #f5f6f9;
}
/*
   * Dark Colors
   * -------------------------------------------
   */
body {
  --ion-color-primary: #04a9dc;
  --ion-color-primary-rgb: 66,140,255;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255,255,255;
  --ion-color-primary-shade: #04a9dc;
  --ion-color-primary-tint: #04a9dc;
  --ion-color-primary:rgb(219 53 41 / 77%) !important;
  --ion-color-primary-shade:rgb(219 53 41 / 77%) !important;
  --ion-color-primary-tint:rgb(219 53 41 / 77%) !important;
  --ion-color-secondary: #00aeff;
  --ion-color-secondary-rgb: 80,200,255;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: 255,255,255;
  --ion-color-secondary-shade: #46b0e0;
  --ion-color-secondary-tint: #62ceff;
  --ion-color-tertiary: #6a64ff;
  --ion-color-tertiary-rgb: 106,100,255;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-tertiary-contrast-rgb: 255,255,255;
  --ion-color-tertiary-shade: #5d58e0;
  --ion-color-tertiary-tint: #7974ff;
  --ion-color-success: #2fdf75;
  --ion-color-success-rgb: 47,223,117;
  --ion-color-success-contrast: #0a0a0f;
  --ion-color-success-contrast-rgb: 0,0,0;
  --ion-color-success-shade: #29c467;
  --ion-color-success-tint: #44e283;
  --ion-color-warning: #ffd534;
  --ion-color-warning-rgb: 255,213,52;
  --ion-color-warning-contrast: #0a0a0f;
  --ion-color-warning-contrast-rgb: 0,0,0;
  --ion-color-warning-shade: #e0bb2e;
  --ion-color-warning-tint: #ffd948;
  --ion-color-danger: #ff4961;
  --ion-color-danger-rgb: 255,73,97;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255,255,255;
  --ion-color-danger-shade: #e04055;
  --ion-color-danger-tint: #ff5b71;
  --ion-color-dark: #f4f5f8;
  --ion-color-dark-rgb: 244,245,248;
  --ion-color-dark-contrast: #0a0a0f;
  --ion-color-dark-contrast-rgb: 0,0,0;
  --ion-color-dark-shade: #d7d8da;
  --ion-color-dark-tint: #f5f6f9;
  --ion-color-medium: #989aa2;
  --ion-color-medium-rgb: 152,154,162;
  --ion-color-medium-contrast: #0a0a0f;
  --ion-color-medium-contrast-rgb: 0,0,0;
  --ion-color-medium-shade: #86888f;
  --ion-color-medium-tint: #a2a4ab;
  --ion-color-light: #222428;
  --ion-color-light-rgb: 34,36,40;
  --ion-color-light-contrast: #ffffff;
  --ion-color-light-contrast-rgb: 255,255,255;
  --ion-color-light-shade: #1e2023;
  --ion-color-light-tint: #383a3e;
}
/*
 * iOS Dark Theme
 * -------------------------------------------
 */
.ios body {
  --ion-background-color: #0A0A0F;
  --ion-background-color-rgb: 10,10,15;
  --ion-text-color: #ffffff;
  --ion-text-color-rgb: 255,255,255;
  --ion-color-step-50: #0d0d0d;
  --ion-color-step-100: #1a1a1a;
  --ion-color-step-150: #262626;
  --ion-color-step-200: #333333;
  --ion-color-step-250: #404040;
  --ion-color-step-300: #4d4d4d;
  --ion-color-step-350: #595959;
  --ion-color-step-400: #666666;
  --ion-color-step-450: #737373;
  --ion-color-step-500: #808080;
  --ion-color-step-550: #8c8c8c;
  --ion-color-step-600: #999999;
  --ion-color-step-650: #a6a6a6;
  --ion-color-step-700: #b3b3b3;
  --ion-color-step-750: #bfbfbf;
  --ion-color-step-800: #cccccc;
  --ion-color-step-850: #d9d9d9;
  --ion-color-step-900: #e6e6e6;
  --ion-color-step-950: #f2f2f2;
  --ion-item-background: #0A0A0F;
  --ion-card-background: #1c1c1d;
}
.ios ion-modal {
  --ion-background-color: var(--ion-color-step-100);
  --ion-toolbar-background: var(--ion-color-step-150);
  --ion-toolbar-border-color: var(--ion-color-step-250);
}
/*
 * Material Design Dark Theme
 * -------------------------------------------
 */
.md body {
  --ion-background-color: #121212;
  --ion-background-color-rgb: 18,18,18;
  --ion-text-color: #ffffff;
  --ion-text-color-rgb: 255,255,255;
  --ion-border-color: #222222;
  --ion-color-step-50: vars.$card-item-bg;
  --ion-color-step-100: #2a2a2a;
  --ion-color-step-150: #363636;
  --ion-color-step-200: #414141;
  --ion-color-step-250: #4d4d4d;
  --ion-color-step-300: #595959;
  --ion-color-step-350: #656565;
  --ion-color-step-400: #717171;
  --ion-color-step-450: #7d7d7d;
  --ion-color-step-500: #898989;
  --ion-color-step-550: #949494;
  --ion-color-step-600: #a0a0a0;
  --ion-color-step-650: #acacac;
  --ion-color-step-700: #b8b8b8;
  --ion-color-step-750: #c4c4c4;
  --ion-color-step-800: #d0d0d0;
  --ion-color-step-850: #dbdbdb;
  --ion-color-step-900: #e7e7e7;
  --ion-color-step-950: #f3f3f3;
  --ion-item-background: vars.$card-item-bg;
  --ion-toolbar-background: #1f1f1f;
  --ion-card-background: vars.$card-item-bg;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/global.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * App Global CSS
 * ----------------------------------------------------------------------------
 * Put style rules here that you want to apply globally. These styles are for
 * the entire app and not just one component. Additionally, this file can be
 * used as an entry point to import other CSS/Sass files to be included in the
 * output CSS.
 * For more information on global stylesheets, visit the documentation:
 * https://ionicframework.com/docs/layout/global-stylesheets
 */
/* Core CSS required for Ionic components to work properly */
html.ios {
  --ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
}
html.md {
  --ion-default-font: "Roboto", "Helvetica Neue", sans-serif;
}
html {
  --ion-font-family: var(--ion-default-font);
}
body {
  background: var(--ion-background-color);
}
body.backdrop-no-scroll {
  overflow: hidden;
}
html.ios ion-modal.modal-card .ion-page > ion-header > ion-toolbar:first-of-type {
  padding-top: 0px;
}
html.ios ion-modal .ion-page {
  border-radius: inherit;
}
.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #3880ff) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #3171e0) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important;
}
.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #36abe0) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important;
}
.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #5260ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #4854e0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important;
}
.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd36f) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d77d) !important;
}
.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}
.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #eb445a) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #cf3c4f) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #ed576b) !important;
}
.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}
.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #92949c) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #808289) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !important;
}
.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}
.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  overflow: hidden;
  z-index: 0;
}
.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}
ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden,
[hidden] {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}
.ion-page-invisible {
  opacity: 0;
}
.can-go-back > ion-header ion-back-button {
  display: block;
}
html.plt-ios.plt-hybrid, html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}
@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}
@supports (padding-top: constant(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: constant(safe-area-inset-top);
    --ion-safe-area-bottom: constant(safe-area-inset-bottom);
    --ion-safe-area-left: constant(safe-area-inset-left);
    --ion-safe-area-right: constant(safe-area-inset-right);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-right: env(safe-area-inset-right);
  }
}
ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}
.menu-content {
  transform: translate3d(0,  0,  0);
}
.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
}
.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, 0.08);
}
[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, 0.08);
}
.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}
.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}
ion-input input::-webkit-date-and-time-value {
  text-align: start;
}
.mapboxgl-map{-webkit-tap-highlight-color:rgb(0 0 0/0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}
.mapboxgl-canvas{left:0;position:absolute;top:0}
.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}
.mapboxgl-canary{background-color:salmon}
.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}
.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}
.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}
.mapboxgl-ctrl-top-left{left:0;top:0}
.mapboxgl-ctrl-top-right{right:0;top:0}
.mapboxgl-ctrl-bottom-left{bottom:0;left:0}
.mapboxgl-ctrl-bottom-right{bottom:0;right:0}
.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}
.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}
.mapboxgl-ctrl-group{background:#fff;border-radius:4px}
.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}
@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}
.mapboxgl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}
.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}
.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}
@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}
.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}
.mapboxgl-ctrl button:disabled{cursor:not-allowed}
.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}
.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}
.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}
.mapboxgl-ctrl-group button:only-child{border-radius:inherit}
.mapboxgl-ctrl button:not(:disabled):hover{background-color:rgb(0 0 0/5%)}
.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}
.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}
@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}
@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}
@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}
@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}
@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}
@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}
@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}}
@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}}
@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}
a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}
@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}
@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:hsla(0,0%,100%,.5);margin:0;padding:0 5px}
@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:hsla(0,0%,100%,.5);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:rgb(0 0 0/5%)}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}
@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}
@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}
.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}
.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}
.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}
.mapboxgl-attrib-empty{display:none}
.mapboxgl-ctrl-scale{background-color:hsla(0,0%,100%,.75);border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}
.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}
.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}
.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}
.mapboxgl-popup-anchor-left{flex-direction:row}
.mapboxgl-popup-anchor-right{flex-direction:row-reverse}
.mapboxgl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}
.mapboxgl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}
.mapboxgl-popup-close-button:hover{background-color:rgb(0 0 0/5%)}
.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto;position:relative}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}
.mapboxgl-popup-track-pointer{display:none}
.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}
.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}
.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}
.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}
.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}
.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.35);box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid transparent;transform:translateY(-28px) skewY(-20deg)}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid transparent;transform:translate(7.5px,-28px) skewY(20deg)}
@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}
.mapboxgl-user-location-dot-stale{background-color:#aaa}
.mapboxgl-user-location-dot-stale:after{display:none}
.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}
.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}
.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}
@media print{.mapbox-improve-map{display:none}}
.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:rgba(0,0,0,.7);color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}
.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}
.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}
/* Basic CSS for apps built with Ionic */
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}
textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}
textarea::-moz-placeholder {
  padding-left: 2px;
}
textarea::placeholder {
  padding-left: 2px;
}
form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}
a ion-label,
button ion-label {
  pointer-events: none;
}
button {
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-feature-settings: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}
[tappable] {
  cursor: pointer;
}
a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=checkbox],
input[type=radio] {
  padding: 0;
  box-sizing: border-box;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html:not(.hydrated) body {
  display: none;
}
html.plt-pwa {
  height: 100vh;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
html {
  font-family: var(--ion-default-font);
  font-family: var(--ion-font-family);
}
a {
  background-color: transparent;
  color: #3880ff;
  color: var(--ion-color-primary, #3880ff);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  margin-top: 20px;
  font-size: 26px;
}
h2 {
  margin-top: 18px;
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
small {
  font-size: 75%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.ion-hide {
  display: none !important;
}
.ion-hide-up {
  display: none !important;
}
.ion-hide-down {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-hide-sm-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ion-hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-hide-md-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .ion-hide-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-hide-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .ion-hide-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-hide-xl-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .ion-hide-xl-down {
    display: none !important;
  }
}
/* Optional CSS utils that can be commented out */
.ion-no-padding {
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.ion-padding {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-left: 16px;
  padding-left: var(--ion-padding, 16px);
  padding-right: 16px;
  padding-right: var(--ion-padding, 16px);
  padding-top: 16px;
  padding-top: var(--ion-padding, 16px);
  padding-bottom: 16px;
  padding-bottom: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: 16px;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: 16px;
    padding-inline-end: var(--ion-padding, 16px);
  }
}
.ion-padding-top {
  --padding-top: var(--ion-padding, 16px);
  padding-top: 16px;
  padding-top: var(--ion-padding, 16px);
}
.ion-padding-start {
  --padding-start: var(--ion-padding, 16px);
  padding-left: 16px;
  padding-left: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-start {
    padding-left: unset;
    padding-inline-start: 16px;
    padding-inline-start: var(--ion-padding, 16px);
  }
}
.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  padding-right: 16px;
  padding-right: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-end {
    padding-right: unset;
    padding-inline-end: 16px;
    padding-inline-end: var(--ion-padding, 16px);
  }
}
.ion-padding-bottom {
  --padding-bottom: var(--ion-padding, 16px);
  padding-bottom: 16px;
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-vertical {
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-top: 16px;
  padding-top: var(--ion-padding, 16px);
  padding-bottom: 16px;
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-horizontal {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  padding-left: 16px;
  padding-left: var(--ion-padding, 16px);
  padding-right: 16px;
  padding-right: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-horizontal {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: 16px;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: 16px;
    padding-inline-end: var(--ion-padding, 16px);
  }
}
.ion-no-margin {
  --margin-start: 0;
  --margin-end: 0;
  --margin-top: 0;
  --margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ion-margin {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-left: 16px;
  margin-left: var(--ion-margin, 16px);
  margin-right: 16px;
  margin-right: var(--ion-margin, 16px);
  margin-top: 16px;
  margin-top: var(--ion-margin, 16px);
  margin-bottom: 16px;
  margin-bottom: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: 16px;
    margin-inline-start: var(--ion-margin, 16px);
    margin-inline-end: 16px;
    margin-inline-end: var(--ion-margin, 16px);
  }
}
.ion-margin-top {
  --margin-top: var(--ion-margin, 16px);
  margin-top: 16px;
  margin-top: var(--ion-margin, 16px);
}
.ion-margin-start {
  --margin-start: var(--ion-margin, 16px);
  margin-left: 16px;
  margin-left: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-start {
    margin-left: unset;
    margin-inline-start: 16px;
    margin-inline-start: var(--ion-margin, 16px);
  }
}
.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  margin-right: 16px;
  margin-right: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-end {
    margin-right: unset;
    margin-inline-end: 16px;
    margin-inline-end: var(--ion-margin, 16px);
  }
}
.ion-margin-bottom {
  --margin-bottom: var(--ion-margin, 16px);
  margin-bottom: 16px;
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-vertical {
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-top: 16px;
  margin-top: var(--ion-margin, 16px);
  margin-bottom: 16px;
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-horizontal {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  margin-left: 16px;
  margin-left: var(--ion-margin, 16px);
  margin-right: 16px;
  margin-right: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-horizontal {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: 16px;
    margin-inline-start: var(--ion-margin, 16px);
    margin-inline-end: 16px;
    margin-inline-end: var(--ion-margin, 16px);
  }
}
.ion-float-left {
  float: left !important;
}
.ion-float-right {
  float: right !important;
}
.ion-float-start {
  float: left !important;
}
[dir=rtl] .ion-float-start, :host-context([dir=rtl]) .ion-float-start {
  float: right !important;
}
.ion-float-end {
  float: right !important;
}
[dir=rtl] .ion-float-end, :host-context([dir=rtl]) .ion-float-end {
  float: left !important;
}
@media (min-width: 576px) {
  .ion-float-sm-left {
    float: left !important;
  }

  .ion-float-sm-right {
    float: right !important;
  }

  .ion-float-sm-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-sm-start, :host-context([dir=rtl]) .ion-float-sm-start {
    float: right !important;
  }

  .ion-float-sm-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-sm-end, :host-context([dir=rtl]) .ion-float-sm-end {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .ion-float-md-left {
    float: left !important;
  }

  .ion-float-md-right {
    float: right !important;
  }

  .ion-float-md-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-md-start, :host-context([dir=rtl]) .ion-float-md-start {
    float: right !important;
  }

  .ion-float-md-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-md-end, :host-context([dir=rtl]) .ion-float-md-end {
    float: left !important;
  }
}
@media (min-width: 992px) {
  .ion-float-lg-left {
    float: left !important;
  }

  .ion-float-lg-right {
    float: right !important;
  }

  .ion-float-lg-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-lg-start, :host-context([dir=rtl]) .ion-float-lg-start {
    float: right !important;
  }

  .ion-float-lg-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-lg-end, :host-context([dir=rtl]) .ion-float-lg-end {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  .ion-float-xl-left {
    float: left !important;
  }

  .ion-float-xl-right {
    float: right !important;
  }

  .ion-float-xl-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-xl-start, :host-context([dir=rtl]) .ion-float-xl-start {
    float: right !important;
  }

  .ion-float-xl-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-xl-end, :host-context([dir=rtl]) .ion-float-xl-end {
    float: left !important;
  }
}
.ion-text-center {
  text-align: center !important;
}
.ion-text-justify {
  text-align: justify !important;
}
.ion-text-start {
  text-align: start !important;
}
.ion-text-end {
  text-align: end !important;
}
.ion-text-left {
  text-align: left !important;
}
.ion-text-right {
  text-align: right !important;
}
.ion-text-nowrap {
  white-space: nowrap !important;
}
.ion-text-wrap {
  white-space: normal !important;
}
@media (min-width: 576px) {
  .ion-text-sm-center {
    text-align: center !important;
  }

  .ion-text-sm-justify {
    text-align: justify !important;
  }

  .ion-text-sm-start {
    text-align: start !important;
  }

  .ion-text-sm-end {
    text-align: end !important;
  }

  .ion-text-sm-left {
    text-align: left !important;
  }

  .ion-text-sm-right {
    text-align: right !important;
  }

  .ion-text-sm-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-sm-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-center {
    text-align: center !important;
  }

  .ion-text-md-justify {
    text-align: justify !important;
  }

  .ion-text-md-start {
    text-align: start !important;
  }

  .ion-text-md-end {
    text-align: end !important;
  }

  .ion-text-md-left {
    text-align: left !important;
  }

  .ion-text-md-right {
    text-align: right !important;
  }

  .ion-text-md-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-md-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-center {
    text-align: center !important;
  }

  .ion-text-lg-justify {
    text-align: justify !important;
  }

  .ion-text-lg-start {
    text-align: start !important;
  }

  .ion-text-lg-end {
    text-align: end !important;
  }

  .ion-text-lg-left {
    text-align: left !important;
  }

  .ion-text-lg-right {
    text-align: right !important;
  }

  .ion-text-lg-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-lg-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-center {
    text-align: center !important;
  }

  .ion-text-xl-justify {
    text-align: justify !important;
  }

  .ion-text-xl-start {
    text-align: start !important;
  }

  .ion-text-xl-end {
    text-align: end !important;
  }

  .ion-text-xl-left {
    text-align: left !important;
  }

  .ion-text-xl-right {
    text-align: right !important;
  }

  .ion-text-xl-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-xl-wrap {
    white-space: normal !important;
  }
}
.ion-text-uppercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: uppercase !important;
}
.ion-text-lowercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: lowercase !important;
}
.ion-text-capitalize {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: capitalize !important;
}
@media (min-width: 576px) {
  .ion-text-sm-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-sm-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-sm-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-md-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-md-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-lg-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-lg-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-xl-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-xl-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
.ion-align-self-start {
  align-self: flex-start !important;
}
.ion-align-self-end {
  align-self: flex-end !important;
}
.ion-align-self-center {
  align-self: center !important;
}
.ion-align-self-stretch {
  align-self: stretch !important;
}
.ion-align-self-baseline {
  align-self: baseline !important;
}
.ion-align-self-auto {
  align-self: auto !important;
}
.ion-wrap {
  flex-wrap: wrap !important;
}
.ion-nowrap {
  flex-wrap: nowrap !important;
}
.ion-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.ion-justify-content-start {
  justify-content: flex-start !important;
}
.ion-justify-content-center {
  justify-content: center !important;
}
.ion-justify-content-end {
  justify-content: flex-end !important;
}
.ion-justify-content-around {
  justify-content: space-around !important;
}
.ion-justify-content-between {
  justify-content: space-between !important;
}
.ion-justify-content-evenly {
  justify-content: space-evenly !important;
}
.ion-align-items-start {
  align-items: flex-start !important;
}
.ion-align-items-center {
  align-items: center !important;
}
.ion-align-items-end {
  align-items: flex-end !important;
}
.ion-align-items-stretch {
  align-items: stretch !important;
}
.ion-align-items-baseline {
  align-items: baseline !important;
}
app-root {
  z-index: 1;
}
app-toast .toast-container .toast-content {
  z-index: 99999;
}
h2 {
  margin-top: 18px;
  font-size: 24px;
  margin: 0px;
}
h5 {
  font-size: 16px;
  margin-top: 8px;
  font-weight: 400;
  opacity: 0.7;
}
ion-button {
  --border-radius: 0.5rem !important;
}
.shadow-red {
  --border-radius: 5px;
  width: 95%;
  margin: auto;
}
.button-native,
ion-button {
  border-radius: 6px;
}
ion-searchbar {
  margin-top: 8px;
}
.ion-color-primary {
  --ion-color-base: linear-gradient(to top, #00abfb 0%, #0081ea 100%);
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: #039df6 !important;
  --ion-color-tint: #009cf5 !important;
}
ion-content {
  --background: #0a0a0f;
}
.centreAvatar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-transform: uppercase;
}
.sc-ion-searchbar-md-h,
.sc-ion-searchbar-ios-h {
  background: transparent;
  --background: transparent;
}
.item.sc-ion-label-md-h,
.item .sc-ion-label-md-h,
.item.sc-ion-label-ios-h,
.item .sc-ion-label-ios-h {
  padding: 2px;
}
ion-tab-bar {
  background: transparent;
}
.alert-button-inner.sc-ion-alert-md,
.alert-button-inner.sc-ion-alert-ios {
  justify-content: center !important;
  text-align: center;
}
.alert-checkbox-label.sc-ion-alert-md,
.alert-checkbox-label.sc-ion-alert-ios {
  text-align: left;
}
.alert-button.sc-ion-alert-md,
.alert-button.sc-ion-alert-ios {
  padding: 30px;
  margin: 0px;
  color: white !important;
  font-weight: bold;
}
.alert-button.sc-ion-alert-md:last-of-type,
.alert-button.sc-ion-alert-ios:last-of-type {
  color: white !important;
  font-weight: bold;
}
.alert-button.sc-ion-alert-md:first-of-type,
.alert-button.sc-ion-alert-ios:first-of-type {
  background: red;
  color: #0ca7f7 !important;
  font-weight: bold;
}
.alert-button.sc-ion-alert-md:nth-child(0) {
  background: red !important;
}
.alert-wrapper.sc-ion-alert-md,
.alert-wrapper.sc-ion-alert-ios {
  border-radius: 10px;
  border: 2px solid #00abfb;
  text-align: center;
}
.alert-head.sc-ion-alert-md,
.alert-head.sc-ion-alert-ios {
  text-align: center;
  padding: 16px;
}
ion-header ion-toolbar:first-of-type {
  padding-top: 10px;
  background: transparent;
}
.alert-button.sc-ion-alert-md,
.alert-button.sc-ion-alert-ios {
  width: 100%;
}
ion-content {
  --offset-bottom: -0px !important;
}
.alert-radio-label.sc-ion-alert-md,
.alert-radio-label.sc-ion-alert-ios {
  text-align: left;
}
ion-header ion-toolbar:first-of-type {
  padding-top: 32px;
  background: transparent;
}
ion-tab-bar {
  border: none;
}
ion-footer {
  padding-bottom: 20px;
  background: #0a0a0f;
}
.submit-div {
  margin-bottom: 110px;
}
.modal-wrapper {
  background: #0a0a0f !important;
}
ion-content {
  --background: #0a0a0f !important;
}
.modal-wrapper.sc-ion-modal-md,
.modal-wrapper.sc-ion-modal-ios {
  background: #0a0a0f;
}
ion-modal.start-inspection-modal .modal-wrapper.sc-ion-modal-md,
ion-modal.start-inspection-modal .modal-wrapper.sc-ion-modal-ios {
  background: transparent !important;
}
.ion-color-warning {
  --ion-color-base: #ffa709 !important;
}
.alert-sub-title.sc-ion-alert-md,
.alert-sub-title.sc-ion-alert-ios {
  color: #05aafa;
  font-size: 16px;
}
ion-header ion-toolbar:first-of-type {
  padding-top: 40px;
  background: transparent;
}
.event-detail-container {
  border-top: 2px darkgrey solid;
  display: none;
}
h2 {
  margin-top: 18px;
  font-size: 24px;
  margin: 0px;
}
h5 {
  font-size: 16px;
  margin-top: 8px;
  font-weight: 400;
  opacity: 0.7;
}
ion-button {
  --border-radius: 0.5rem !important;
}
.shadow-red {
  --border-radius: 5px;
  width: 95%;
  margin: auto;
}
.button-native,
ion-button {
  border-radius: 6px;
}
.ion-color-primary {
  --ion-color-base: linear-gradient(to top, #00abfb 0%, #0081ea 100%);
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: #039df6 !important;
  --ion-color-tint: #009cf5 !important;
}
ion-content {
  --background: #0a0a0f;
}
ion-card {
  background: #1b1c23;
  border-radius: 8px;
}
.centreAvatar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 14px;
}
.sc-ion-searchbar-md-h,
.sc-ion-searchbar-ios-h {
  background: transparent;
  --background: transparent;
}
.item.sc-ion-label-md-h,
.item .sc-ion-label-md-h,
.item.sc-ion-label-ios-h,
.item .sc-ion-label-ios-h {
  padding: 2px;
}
.flickSlide {
  width: -moz-fit-content;
  width: fit-content;
  background: #1b1c23;
  border: 2px solid #1b1c23;
  border-radius: 5px;
  margin-top: 9px;
  margin-left: 5px;
  margin-right: 3px;
  min-width: 150px;
  font-size: 14px;
  padding: 2px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
}
ion-tab-bar {
  background: transparent;
}
.alert-button-inner.sc-ion-alert-md,
.alert-button-inner.sc-ion-alert-ios {
  justify-content: center !important;
  text-align: center;
}
.alert-button.sc-ion-alert-md,
.alert-button.sc-ion-alert-ios {
  padding: 30px;
  margin: 0px;
  color: white !important;
  font-weight: bold;
}
.alert-button.sc-ion-alert-md:last-of-type,
.alert-button.sc-ion-alert-ios:last-of-type {
  color: white !important;
  font-weight: bold;
}
.alert-button.sc-ion-alert-md:first-of-type,
.alert-button.sc-ion-alert-ios:first-of-type {
  background: transparent;
  color: #0ca7f7 !important;
  font-weight: bold;
}
.alert-button.sc-ion-alert-md:nth-child(0) {
  background: red !important;
}
.alert-wrapper.sc-ion-alert-md,
.alert-wrapper.sc-ion-alert-ios {
  border-radius: 10px;
  border: 2px solid #00abfb;
  text-align: center;
}
.alert-head.sc-ion-alert-md,
.alert-head.sc-ion-alert-ios {
  text-align: center;
  padding: 16px;
}
ion-header ion-toolbar:first-of-type {
  padding-top: 10px;
  background: transparent;
}
.alert-button.sc-ion-alert-md,
.alert-button.sc-ion-alert-ios {
  width: 100%;
}
ion-content {
  --offset-bottom: -0px !important;
}
.alert-radio-label.sc-ion-alert-md,
.alert-radio-label.sc-ion-alert-ios {
  text-align: left;
}
ion-header ion-toolbar:first-of-type {
  padding-top: 32px;
  background: transparent;
}
ion-tab-bar {
  border: none;
}
.modal-wrapper {
  background: #0a0a0f !important;
}
ion-content {
  --background: #0a0a0f !important;
}
.modal-wrapper.sc-ion-modal-md,
.modal-wrapper.sc-ion-modal-ios {
  background: #0a0a0f !important;
}
.ion-color-warning {
  --ion-color-base: #ffa709 !important;
}
.alert-sub-title.sc-ion-alert-md,
.alert-sub-title.sc-ion-alert-ios {
  color: #05aafa;
  font-size: 16px;
}
ion-header ion-toolbar:first-of-type {
  padding-top: 0px !important;
  background: transparent;
}
.cal-modal {
  --height: 66%;
  padding: 25px;
  background: rgba(0, 0, 0, 0.44);
}
ion-title {
  font-weight: 500;
}
ion-item {
  --highlight-color-valid: transparent;
  --highlight-color-invalid: transparent;
  --highlight-color-focused: transparent;
  --min-height: 60px;
  padding: 4px 6px;
  --border-radius: 8px;
  --highlight-color-valid: transparent;
  --highlight-color-invalid: transparent;
  --highlight-color-focused: transparent;
  --min-height: 60px;
  padding: 2px 10px;
  --border-radius: 8px;
  --background: #1b1c23 !important;
}
ion-button,
button {
  --box-shadow: none;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.header-md:after {
  background-image: none;
}
.center {
  text-align: center;
}
.gray-text {
  color: #777;
}
.empty-list {
  text-align: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #999999;
}
.chatbox {
  padding: 8px;
  border-radius: 8px;
  max-width: 70%;
  min-width: 70%;
  margin: 4px 12px;
}
.lowercase {
  text-transform: lowercase;
}
.chatbox p {
  margin: 0;
}
.chatbox span {
  font-size: 12px;
}
.right {
  color: #fff;
  float: right;
  text-align: right;
  padding-right: 5px;
  border: 2px solid #eee;
}
.left {
  background: #eee;
  color: #444;
  float: left;
  text-align: left;
}
video {
  background: #0a0a0f;
  border-radius: 5px;
}
.error {
  margin: 0;
  color: #f44336;
  font-size: 12px;
}
ion-text p {
  color: #777;
  margin: 4px 0px !important;
}
.header-ios ion-toolbar:last-child {
  --border-color: #eee;
}
.chatbox p {
  margin: 0;
}
a {
  background-color: transparent;
  color: white;
  font-weight: bold;
}
ion-header ion-toolbar:first-of-type {
  padding-top: 44px !important;
}
.table-bordered {
  background: #0a0a0f !important;
  border: 1px solid #0a0a0f;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.view360-canvas {
  width: 100% !important;
}
ion-list {
  --background: transparent;
}
.list-md,
.list-ios {
  background: transparent;
}
ion-title {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Poppins", sans-serif;
}
.list-md,
.list-ios {
  margin-top: 10px;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 25px;
  left: 0;
  width: 100%;
}
.animatedLoad {
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 0.3s;
}
@keyframes fadein {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer */
/* Opera < 12.1 */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}
ion-toolbar {
  background: #0a0a0f;
  --background: #0a0a0f;
}
ion-header ion-toolbar:first-of-type {
  --background: #0a0a0f;
  background: #0a0a0f;
}
.alert-title.sc-ion-alert-md,
.alert-title.sc-ion-alert-ios {
  font-size: 18px;
}
.myLabel {
  color: #fff;
  margin-bottom: 2px;
}
.myText {
  color: rgba(255, 255, 255, 0.49);
  margin-bottom: 15px;
}
.camera-frame {
  position: relative;
}
.camera-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid red;
  /* Adjust the border style as needed */
  pointer-events: none;
}
.alert-button.sc-ion-alert-md:last-of-type,
.alert-button.sc-ion-alert-ios:last-of-type {
  color: white !important;
  font-weight: bold;
}
.alert-wrapper.sc-ion-alert-md,
.alert-wrapper.sc-ion-alert-ios {
  border-radius: 10px;
  border: 2px solid #d60f07;
  text-align: center;
}
.alert-sub-title.sc-ion-alert-md,
.alert-sub-title.sc-ion-alert-ios {
  color: #d60f07;
  font-size: 16px;
}
.alert-input.sc-ion-alert-md {
  background: transparent;
}
.view360-canvas {
  width: 100% !important;
  padding: 0px;
  margin: 0px;
  height: 100%;
}
.item-options-md,
.item-options-ios {
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}
.alert-button.sc-ion-alert-md:first-of-type,
.alert-button.sc-ion-alert-ios:first-of-type {
  background: transparent;
  color: #ffffff !important;
  font-weight: bold;
}
.footer-ios ion-toolbar:first-of-type {
  --border-width: 0px;
}
.selected {
  background: #007dff;
  color: white;
  box-shadow: 0px 1px 5px 2px rgba(255, 255, 255, 0.16);
}
.monthview-selected {
  background-color: transparent !important;
  color: #ae271e !important;
  font-weight: bolder !important;
}
ion-note {
  margin: 0px;
}
.sc-ion-label-md-s h2,
.sc-ion-label-ios-s h2 {
  font-size: 14px;
}
.sc-ion-label-ios-s p,
.sc-ion-label-md-s p {
  font-size: 12px;
}
.alert-wrapper.sc-ion-alert-md,
.alert-wrapper.sc-ion-alert-ios {
  border-radius: 10px;
  border: 2px solid transparent;
  text-align: center;
}
.alert-button.sc-ion-alert-md:last-of-type,
.alert-button.sc-ion-alert-ios:last-of-type {
  background: #a82920;
  color: white !important;
  font-weight: bold;
  border-radius: 56px;
  margin-bottom: 16px;
  width: 80%;
  margin: 10px auto;
}
.generic-alert .alert-button.sc-ion-alert-md:last-of-type,
.generic-alert .alert-button.sc-ion-alert-ios:last-of-type {
  border: 2px solid #a82920;
  background: transparent;
}
.generic-alert .alert-button.sc-ion-alert-md:first-of-type,
.generic-alert .alert-button.sc-ion-alert-ios:first-of-type {
  background: #a82920;
}
.generic-alert .alert-button.sc-ion-alert-md,
.generic-alert .alert-button.sc-ion-alert-ios {
  background: #a82920;
  width: 80%;
  margin: 10px auto;
  border-radius: 56px;
}
.alert-button.sc-ion-alert-md:first-of-type,
.alert-button.sc-ion-alert-ios:first-of-type {
  background: transparent;
  color: #ffffff !important;
  font-weight: bold;
  background: rgba(255, 0, 0, 0.8);
  background: transparent;
  color: white !important;
  font-weight: bold;
  border-radius: 56px;
  margin-bottom: 10px;
  border: 2px solid #a82920;
  width: 80%;
  margin: 10px auto;
}
.alert-sub-title.sc-ion-alert-md,
.alert-sub-title.sc-ion-alert-ios {
  color: rgba(255, 255, 255, 0.54);
  font-size: 16px;
}
.alert-wrapper.sc-ion-alert-md,
.alert-wrapper.sc-ion-alert-ios {
  border-radius: 10px;
  border: 2px solid transparent;
  text-align: center;
}
.alert-head.sc-ion-alert-md,
.alert-head.sc-ion-alert-ios {
  text-align: center;
  padding: 16px;
  padding-bottom: 9px;
}
.sc-ion-alert-md-h,
.sc-ion-alert-ios-h {
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.82);
}
.sc-ion-searchbar-md-h,
.sc-ion-searchbar-ios-h {
  background: #0a0a0f;
  --background: #0a0a0f;
  margin-top: 0px;
}
.alert-button-group.sc-ion-alert-md,
.alert-button-group.sc-ion-alert-ios {
  padding-right: 20px !important;
  padding-left: 20px !important;
  padding-bottom: 20px !important;
}
.alert-radio-group.sc-ion-alert-md,
.alert-checkbox-group.sc-ion-alert-md,
.alert-radio-group.sc-ion-alert-ios,
.alert-checkbox-group.sc-ion-alert-ios {
  border-top: none;
  border-bottom: none;
}
.swiper-pagination-bullet {
  background: #b53e34;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  background: #b82a1d;
  opacity: 1;
}
canvas {
  width: 100% !important;
  height: 100% !important;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 60px 14px 0 0 !important;
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%;
}
.mapbox-gl-draw_ctrl-draw-btn.active,
.mapbox-gl-draw_ctrl-draw-btn.active:hover {
  background-color: rgba(199, 73, 61, 0.47) !important;
  border: 2px solid #c7493d !important;
  color: white;
}
.alert-input.sc-ion-alert-ios,
.alert-input.sc-ion-alert-md {
  border: none;
  text-align: center;
}
ion-slides {
  padding-bottom: 0 !important;
}
ion-router-outlet.swipe-back-enabled {
  pointer-events: none;
}
ion-router-outlet.swipe-back-enabled .ion-page {
  pointer-events: auto;
}
.alert-wrapper.sc-ion-alert-ios,
.alert-wrapper.sc-ion-alert-md {
  width: 80%;
  max-width: 500px;
}
iframe {
  height: 100%;
  background: #0a0a0f;
}
.class-css .alert-input {
  border-bottom: 1px solid #a82920;
  border-radius: 3px;
}
body.scanner-active {
  --background: transparent;
  --ion-background-color: transparent;
}
.scanner-ui {
  display: none;
}
.scanner-hide {
  visibility: visible;
}
body.qrscanner {
  background-color: transparent;
}
body.qrscanner .scanner-ui {
  display: block;
}
body.qrscanner .scanner-hide {
  visibility: hidden;
}
.apexcharts-legend-text {
  position: relative;
  font-size: 14px;
  color: white !important;
  margin-left: -7px !important;
  overflow: hidden;
  max-width: 160px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.iti {
  width: 100%;
}
.iti input {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
}
.iti--container {
  width: auto;
}
.iti__flag-container {
  color: #fff;
  display: flex;
  align-items: center;
}
.iti--separate-dial-code .iti__selected-flag {
  height: 50%;
}
.iti--separate-dial-code .iti__selected-flag:focus-visible {
  outline: none;
}
.iti-mobile .iti--container {
  left: 20px;
  right: 20px;
}
.iti__country-list {
  z-index: 10000;
  background-color: #2e2f30;
  color: white;
}
.custom-marker {
  width: 17px;
  height: 17px;
  opacity: 0.8;
}
.custom-marker:before {
  content: "";
  position: relative;
  display: block;
  width: 600%;
  height: 600%;
  box-sizing: border-box;
  margin-left: -235%;
  margin-top: -230%;
  border-radius: 50%;
  background-color: #01a4e9;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.custom-marker:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  box-shadow: 0 0 0 3px white, 0 0 0 9px #07b6ca;
  background-clip: padding-box;
  z-index: 10000000000000002000;
  border: 3.5px solid #0a0a0f;
  background-color: #07b6ca;
  border: 4.5px solid #ffffff;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.fullscreen-modal {
  --width: 100%;
  --height: 100%;
  --max-height: 100%;
  --max-width: 100%;
  --min-height: 100%;
  --min-width: 100%;
}
.fullscreen-modal .modal-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.custom-select-option::part(some-part) {
  color: blue;
  background-color: white;
}
.flickSlide {
  position: relative;
  overflow: hidden;
  margin-right: 5px;
  border: none;
  position: relative;
  margin-right: 5px;
  padding: 7px 14px !important;
  border-radius: 38px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  opacity: 0.5;
  cursor: pointer;
}
.active {
  opacity: 1;
}
ion-title {
  font-size: 19px;
}
.image-modal {
  --height: 80%;
  --border-radius: 10px;
  padding: 15%;
}
.image-modal .ion-page {
  border: 1px solid gray;
}
.searchbar-clear-icon.sc-ion-searchbar-ios {
  color: rgba(193, 40, 30, 0.63);
}
.loading-toast {
  --background: rgba(0, 0, 0, 0.8);
  /* Semi-transparent #0a0a0f */
  --color: white;
  /* White text color */
  display: flex;
  align-items: center;
  justify-content: center;
}
.toast-spinner {
  /* Style for the spinner inside the toast */
  display: inline-block;
}
.button-pass {
  background: green !important;
  --background: green !important;
  border: 2px solid green !important;
}
.button-time-motion {
  background: #17a76a !important;
  --background: #17a76a !important;
  border: 2px solid #17a76a !important;
}
.button-fail {
  background: #a92820 !important;
  --background: #a92820 !important;
  width: 80% !important;
  margin: 10px auto !important;
  border-radius: 56px !important;
}
.button-cancel-close {
  background: #252525 !important;
  --background: #252525 !important;
  width: 80% !important;
  margin: 10px auto !important;
  border-radius: 56px !important;
}
.cancel-button {
  background: transparent !important;
  --background: transparent !important;
  height: 28px;
  padding: 0px !important;
  border: none !important;
}
ion-textarea::first-letter {
  text-transform: uppercase;
}
.no-value-present {
  overflow: unset !important;
  white-space: normal !important;
}
ion-toast .toast-button-no {
  background: #a92820 !important;
  background-color: #a92820 !important;
  --background: #a92820 !important;
}
ion-toast .toast-button-yes {
  background: green !important;
  background-color: green !important;
  --background: green !important;
}
/* Global CSS file */
ion-toast.toast-button-no {
  --button-color: #a92820;
  /* For the 'No' button */
}
ion-toast.toast-button-yes {
  --button-color: green;
  /* For the 'Yes' button */
}
.position-relative {
  position: relative;
}
.ion-infinite-scroll {
  height: 1px;
}
.ion-infinite-scroll ion-infinite-scroll-content {
  height: 1px;
  min-height: 1px;
  margin-top: 4px;
}
ion-checkbox {
  min-width: 25px;
}
.custom-alert {
  --background: #1b1c23;
  --border-radius: 12px;
  --box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.alert-button-no {
  --color: red !important;
}
.alert-button-yes {
  --color: green !important;
}
.text-right {
  text-align: right;
}
.text-capitalize {
  text-transform: capitalize;
}
.shortcut-close-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 10px;
  z-index: 100;
}
.shortcut-close-btn .close-btn {
  background: linear-gradient(44.44deg, #cc1177 7.79%, #f97718 94.18%);
  border-radius: 50px;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease;
}
.shortcut-close-btn .close-btn .close-icon {
  font-size: 30px;
  background: #0a0a0f;
  border-radius: 50%;
  padding: 25px;
  cursor: pointer;
}
.shortcut-close-btn .close-btn.rotate {
  transform: rotate(-60deg);
}
.fixed-bottom-button-container {
  position: fixed;
  /* Fixed positioning to keep it at the bottom */
  bottom: 20px;
  /* Distance from the bottom */
  left: 50%;
  /* Centering horizontally */
  transform: translateX(-50%);
  /* Precise center alignment */
  width: auto;
  /* Auto width based on content inside */
  z-index: 99999;
}
.circleBtmBtn {
  background: #0a0a0f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.centreIconClose {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}
.smallCol.size-50 {
  height: 50% !important;
}
.smallCol.size-33 {
  height: 33% !important;
}
.smallCol.size-25 {
  height: 25% !important;
}
.side-menu-icon-list {
  --width: 90px !important;
  --max-width: 90px !important;
  --min-width: 90px !important;
}
.side-menu-app-logo-list {
  max-height: 80px;
  /* Smaller logo for mobile */
  max-width: 80px;
  /* Smaller logo for mobile */
  cursor: pointer;
}
.no-btn-border {
  --border-color: none;
  --border-width: 0px !important;
}
.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: unset;
}
.azure-radiance {
  color: #007dff !important;
}
.siteChosenAlt,
#viewChosen-0 {
  float: left;
  background: transparent;
  box-shadow: none;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0px !important;
  bottom: -2px;
}
.loading-class {
  background-color: rgba(0, 0, 255, 0.1);
  /* Light blue background */
  color: blue;
  /* Loading text color */
}
.success-class {
  background-color: rgba(0, 255, 0, 0.1);
  /* Light green background */
  color: green;
  /* Success text color */
}
.error-class {
  background-color: rgba(255, 0, 0, 0.1);
  /* Light red background */
  color: red;
  /* Error text color */
}
.btn-margin {
  margin-right: 12px;
}
.complete-button {
  --background: #15a668 !important;
  /* Green background color */
  background: #15a668 !important;
  /* Green background color */
  --border-radius: 8px;
  /* Optional: rounded corners */
  --color: white;
  /* Text color */
  --box-shadow: 0 4px 8px rgba(40, 167, 69, 0.2);
  /* Optional: subtle shadow */
  border: 2px solid #15a668 !important;
}
.complete-button:hover {
  --background: #0d7849 !important;
  /* Slightly darker green on hover */
  background: #0d7849 !important;
  /* Slightly darker green on hover */
  border: 2px solid #0d7849 !important;
}
.basic-button {
  --background: transparent !important;
  /* Green background color */
  background: transparent !important;
  /* Green background color */
  --border-radius: 8px;
  /* Optional: rounded corners */
  --color: white;
  /* Text color */
  --box-shadow: 0 4px 8px rgba(40, 167, 69, 0.2);
  /* Optional: subtle shadow */
  border: none !important;
}
.basic-button:hover {
  --background: transparent !important;
  /* Slightly darker green on hover */
  background: transparent !important;
  /* Slightly darker green on hover */
}
.alert-message.sc-ion-alert-md,
.alert-input-group.sc-ion-alert-md {
  padding-bottom: 5px;
}
.letsGoBtn {
  --background: #00aeff !important;
  background: #00aeff !important;
  --border-radius: 8px;
  --color: white;
  --box-shadow: 0 4px 8px rgba(40, 167, 69, 0.2);
  border: 2px solid #00aeff !important;
  border-radius: 50px !important;
  width: 80% !important;
  margin: auto !important;
}
.alert-cancel-btn {
  --background: transparent !important;
  background: transparent !important;
  --border-radius: 8px;
  --color: white;
  --box-shadow: 0 4px 8px rgba(40, 167, 69, 0.2);
  border: 2px solid transparent !important;
  height: 60px;
  position: relative;
  top: -7px;
}
.head {
  color: white;
}
body.camera-active {
  --background: transparent;
  --ion-background-color: transparent;
}
video {
  background: #0a0a0f;
  border-radius: 0px;
  height: 100%;
  /* width: 100%; */
}
.headerTopDiv {
  padding: 25px 10px;
  text-align: center;
  background: transparent;
  border-radius: 8px;
  padding-bottom: 14px;
}
.headerTopDivH3 {
  margin: 0;
  font-size: 18px;
}
.headerTopDivSubheader {
  font-weight: 400;
  margin: 0;
  opacity: 0.6;
  font-size: 14px;
}
.grid-row-container {
  text-align: center;
  color: white;
}
.letsGoBtnAlt {
  --background: transparent !important;
  background: transparent !important;
  --border-radius: 8px;
  --color: white;
  --box-shadow: 0 4px 8px rgba(40, 167, 69, 0.2);
  border: 2px solid #00aeff !important;
  border-radius: 50px !important;
  width: 80% !important;
  margin: 10px auto !important;
  margin-top: 18px !important;
}
.myCustomAlertId,
#myCustomAlertId {
  --width: 340px;
  --min-width: auto;
  --max-width: auto;
  --height: 340px;
  --border-radius: 30px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.84);
}
.myCustomAlertId2,
#myCustomAlertId2 {
  --width: 340px;
  --min-width: auto;
  --max-width: auto;
  --height: 270px;
  --border-radius: 30px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.84);
}
.myCustomAlertId4,
#myCustomAlertId4 {
  --width: 340px;
  --min-width: auto;
  --max-width: auto;
  --border-radius: 30px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.84);
  --height: 410px;
}
.myCustomAlertId ion-content,
.myCustomAlertId4 ion-content,
#myCustomAlertId ion-content,
#myCustomAlertId4 ion-content,
.myCustomAlertId2 ion-content,
#myCustomAlertId2 ion-content,
.myCustomAlertId4Wide ion-content,
#myCustomAlertId4Wide ion-content {
  --background: #1b1c23 !important;
}
.myCustomAlertId ion-content,
#myCustomAlertId ion-content {
  --background: #1b1c23 !important;
}
.myCustomAlertId4Wide,
#myCustomAlertId4Wide {
  --width: 93%;
  --min-width: auto;
  --max-width: 400px;
  --border-radius: 30px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.84);
  --height: 410px;
}
.choiceCustomAlert ion-content,
#choiceCustomAlert ion-content {
  --background: transparent !important;
}
.choiceCustomAlert .modal-wrapper.sc-ion-modal-md,
.choiceCustomAlert .modal-wrapper.sc-ion-modal-ios,
#choiceCustomAlert .modal-wrapper.sc-ion-modal-md,
#choiceCustomAlert .modal-wrapper.sc-ion-modal-ios {
  background: transparent !important;
}
.sc-ion-input-md-h {
  --padding-top: 10px;
  --padding-end: 8px;
  --padding-bottom: 10px;
  --padding-start: 8px;
}
/* Scoped styles for the modal wrapper */
.custom-toast-modal .modal-wrapper {
  background: transparent !important;
  min-width: 80%;
  width: -moz-fit-content !important;
  height: -moz-fit-content !important;
  height: 65px;
}
/* Styles for the modal content */
.custom-toast-modal .modal-content {
  background-color: white;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  /* Fallback width to ensure visibility */
  min-height: 50px;
  /* Fallback height to ensure visibility */
}
/* Optional: Add animations */
@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.custom-toast-modal .modal-wrapper {
  animation: slideIn 0.3s ease-in-out;
}
.ion-img-slide {
  width: 100% !important;
}
.custom-toast-modal {
  height: 65px;
  position: absolute;
  top: calc(100% - 120px);
  left: calc(50% - 150px);
  right: calc(50% - 150px);
  max-width: 300px;
  border-radius: 40px;
}
.textarea-wrapper {
  padding: 2px;
}
.fab-dropdown-container {
  position: relative;
  z-index: 9999;
}
.fab-dropdown-container button.fab-main-button {
  background-color: red !important;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}
.fab-dropdown-container .fab-dropdown {
  position: absolute;
  top: 50px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 9999;
}
.fab-dropdown-container .fab-dropdown .fab-item-button {
  position: relative;
  background-color: red !important;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}
.fab-dropdown-container .fab-dropdown .fab-item-button ion-icon {
  font-size: 20px;
}
.fab-dropdown-container .fab-dropdown .fab-item-button .tooltip-text {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(-100%, -50%);
  visibility: hidden;
  opacity: 0;
  background-color: red !important;
  color: #fff !important;
  border-radius: 4px;
  padding: 4px 8px;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: visibility 0.2s, opacity 0.2s;
}
.fab-dropdown-container .fab-dropdown .fab-item-button:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
/* If the toolbar or buttons are clipping it, force overflow visible: */
ion-toolbar,
ion-buttons {
  overflow: visible !important;
}
.color-white {
  color: white;
}
.picker-prefix,
.picker-suffix,
.picker-opts {
  max-width: 40px !important;
}
#closeAsset {
  --background: vars.$eerie !important;
  background: rgba(209, 36, 25, 0.81) !important;
  border-radius: 68px !important;
  --border-radius: 30px !important;
  width: 68px;
  height: 48px;
  border-radius: 35px;
  margin-left: 24px;
  font-size: 16px;
  width: 50px;
  height: 36px;
}
.wrap {
  position: relative;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform-style: preserve-3d;
  perspective: 1000px;
  animation: rotate 14s infinite linear;
}
@keyframes rotate {
  100% {
    transform: rotateY(360deg) rotateX(360deg);
  }
}
.c {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  opacity: 0;
}
.c:nth-child(1) {
  animation: orbit1 14s infinite;
  animation-delay: 0.01s;
  background-color: #40e5e8;
}
@keyframes orbit1 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-226deg) rotateY(52deg) translateX(60px) rotateZ(226deg);
  }
  80% {
    transform: rotateZ(-226deg) rotateY(52deg) translateX(60px) rotateZ(226deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-226deg) rotateY(52deg) translateX(180px) rotateZ(226deg);
  }
}
.c:nth-child(2) {
  animation: orbit2 14s infinite;
  animation-delay: 0.02s;
  background-color: #40e5e8;
}
@keyframes orbit2 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-235deg) rotateY(149deg) translateX(60px) rotateZ(235deg);
  }
  80% {
    transform: rotateZ(-235deg) rotateY(149deg) translateX(60px) rotateZ(235deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-235deg) rotateY(149deg) translateX(180px) rotateZ(235deg);
  }
}
.c:nth-child(3) {
  animation: orbit3 14s infinite;
  animation-delay: 0.03s;
  background-color: #40e5e8;
}
@keyframes orbit3 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-16deg) rotateY(126deg) translateX(60px) rotateZ(16deg);
  }
  80% {
    transform: rotateZ(-16deg) rotateY(126deg) translateX(60px) rotateZ(16deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-16deg) rotateY(126deg) translateX(180px) rotateZ(16deg);
  }
}
.c:nth-child(4) {
  animation: orbit4 14s infinite;
  animation-delay: 0.04s;
  background-color: #40e5e8;
}
@keyframes orbit4 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-209deg) rotateY(145deg) translateX(60px) rotateZ(209deg);
  }
  80% {
    transform: rotateZ(-209deg) rotateY(145deg) translateX(60px) rotateZ(209deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-209deg) rotateY(145deg) translateX(180px) rotateZ(209deg);
  }
}
.c:nth-child(5) {
  animation: orbit5 14s infinite;
  animation-delay: 0.05s;
  background-color: #40e5e8;
}
@keyframes orbit5 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-143deg) rotateY(329deg) translateX(60px) rotateZ(143deg);
  }
  80% {
    transform: rotateZ(-143deg) rotateY(329deg) translateX(60px) rotateZ(143deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-143deg) rotateY(329deg) translateX(180px) rotateZ(143deg);
  }
}
.c:nth-child(6) {
  animation: orbit6 14s infinite;
  animation-delay: 0.06s;
  background-color: #40e5e8;
}
@keyframes orbit6 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-180deg) rotateY(130deg) translateX(60px) rotateZ(180deg);
  }
  80% {
    transform: rotateZ(-180deg) rotateY(130deg) translateX(60px) rotateZ(180deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-180deg) rotateY(130deg) translateX(180px) rotateZ(180deg);
  }
}
.c:nth-child(7) {
  animation: orbit7 14s infinite;
  animation-delay: 0.07s;
  background-color: #40e5e8;
}
@keyframes orbit7 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-134deg) rotateY(166deg) translateX(60px) rotateZ(134deg);
  }
  80% {
    transform: rotateZ(-134deg) rotateY(166deg) translateX(60px) rotateZ(134deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-134deg) rotateY(166deg) translateX(180px) rotateZ(134deg);
  }
}
.c:nth-child(8) {
  animation: orbit8 14s infinite;
  animation-delay: 0.08s;
  background-color: #40e5e8;
}
@keyframes orbit8 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-21deg) rotateY(240deg) translateX(60px) rotateZ(21deg);
  }
  80% {
    transform: rotateZ(-21deg) rotateY(240deg) translateX(60px) rotateZ(21deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-21deg) rotateY(240deg) translateX(180px) rotateZ(21deg);
  }
}
.c:nth-child(9) {
  animation: orbit9 14s infinite;
  animation-delay: 0.09s;
  background-color: #40e5e8;
}
@keyframes orbit9 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-59deg) rotateY(134deg) translateX(60px) rotateZ(59deg);
  }
  80% {
    transform: rotateZ(-59deg) rotateY(134deg) translateX(60px) rotateZ(59deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-59deg) rotateY(134deg) translateX(180px) rotateZ(59deg);
  }
}
.c:nth-child(10) {
  animation: orbit10 14s infinite;
  animation-delay: 0.1s;
  background-color: #40e5e8;
}
@keyframes orbit10 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-132deg) rotateY(141deg) translateX(60px) rotateZ(132deg);
  }
  80% {
    transform: rotateZ(-132deg) rotateY(141deg) translateX(60px) rotateZ(132deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-132deg) rotateY(141deg) translateX(180px) rotateZ(132deg);
  }
}
.c:nth-child(11) {
  animation: orbit11 14s infinite;
  animation-delay: 0.11s;
  background-color: #40e5e8;
}
@keyframes orbit11 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-32deg) rotateY(273deg) translateX(60px) rotateZ(32deg);
  }
  80% {
    transform: rotateZ(-32deg) rotateY(273deg) translateX(60px) rotateZ(32deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-32deg) rotateY(273deg) translateX(180px) rotateZ(32deg);
  }
}
.c:nth-child(12) {
  animation: orbit12 14s infinite;
  animation-delay: 0.12s;
  background-color: #40e5e8;
}
@keyframes orbit12 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-322deg) rotateY(168deg) translateX(60px) rotateZ(322deg);
  }
  80% {
    transform: rotateZ(-322deg) rotateY(168deg) translateX(60px) rotateZ(322deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-322deg) rotateY(168deg) translateX(180px) rotateZ(322deg);
  }
}
.c:nth-child(13) {
  animation: orbit13 14s infinite;
  animation-delay: 0.13s;
  background-color: #40e5e8;
}
@keyframes orbit13 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-5deg) rotateY(162deg) translateX(60px) rotateZ(5deg);
  }
  80% {
    transform: rotateZ(-5deg) rotateY(162deg) translateX(60px) rotateZ(5deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-5deg) rotateY(162deg) translateX(180px) rotateZ(5deg);
  }
}
.c:nth-child(14) {
  animation: orbit14 14s infinite;
  animation-delay: 0.14s;
  background-color: #40e5e8;
}
@keyframes orbit14 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-329deg) rotateY(114deg) translateX(60px) rotateZ(329deg);
  }
  80% {
    transform: rotateZ(-329deg) rotateY(114deg) translateX(60px) rotateZ(329deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-329deg) rotateY(114deg) translateX(180px) rotateZ(329deg);
  }
}
.c:nth-child(15) {
  animation: orbit15 14s infinite;
  animation-delay: 0.15s;
  background-color: #40e5e8;
}
@keyframes orbit15 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-203deg) rotateY(349deg) translateX(60px) rotateZ(203deg);
  }
  80% {
    transform: rotateZ(-203deg) rotateY(349deg) translateX(60px) rotateZ(203deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-203deg) rotateY(349deg) translateX(180px) rotateZ(203deg);
  }
}
.c:nth-child(16) {
  animation: orbit16 14s infinite;
  animation-delay: 0.16s;
  background-color: #40e5e8;
}
@keyframes orbit16 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-329deg) rotateY(236deg) translateX(60px) rotateZ(329deg);
  }
  80% {
    transform: rotateZ(-329deg) rotateY(236deg) translateX(60px) rotateZ(329deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-329deg) rotateY(236deg) translateX(180px) rotateZ(329deg);
  }
}
.c:nth-child(17) {
  animation: orbit17 14s infinite;
  animation-delay: 0.17s;
  background-color: #40e5e8;
}
@keyframes orbit17 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-103deg) rotateY(220deg) translateX(60px) rotateZ(103deg);
  }
  80% {
    transform: rotateZ(-103deg) rotateY(220deg) translateX(60px) rotateZ(103deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-103deg) rotateY(220deg) translateX(180px) rotateZ(103deg);
  }
}
.c:nth-child(18) {
  animation: orbit18 14s infinite;
  animation-delay: 0.18s;
  background-color: #40e5e8;
}
@keyframes orbit18 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-108deg) rotateY(52deg) translateX(60px) rotateZ(108deg);
  }
  80% {
    transform: rotateZ(-108deg) rotateY(52deg) translateX(60px) rotateZ(108deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-108deg) rotateY(52deg) translateX(180px) rotateZ(108deg);
  }
}
.c:nth-child(19) {
  animation: orbit19 14s infinite;
  animation-delay: 0.19s;
  background-color: #40e5e8;
}
@keyframes orbit19 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-185deg) rotateY(155deg) translateX(60px) rotateZ(185deg);
  }
  80% {
    transform: rotateZ(-185deg) rotateY(155deg) translateX(60px) rotateZ(185deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-185deg) rotateY(155deg) translateX(180px) rotateZ(185deg);
  }
}
.c:nth-child(20) {
  animation: orbit20 14s infinite;
  animation-delay: 0.2s;
  background-color: #40e5e8;
}
@keyframes orbit20 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-336deg) rotateY(225deg) translateX(60px) rotateZ(336deg);
  }
  80% {
    transform: rotateZ(-336deg) rotateY(225deg) translateX(60px) rotateZ(336deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-336deg) rotateY(225deg) translateX(180px) rotateZ(336deg);
  }
}
.c:nth-child(21) {
  animation: orbit21 14s infinite;
  animation-delay: 0.21s;
  background-color: #40e5e8;
}
@keyframes orbit21 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-347deg) rotateY(340deg) translateX(60px) rotateZ(347deg);
  }
  80% {
    transform: rotateZ(-347deg) rotateY(340deg) translateX(60px) rotateZ(347deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-347deg) rotateY(340deg) translateX(180px) rotateZ(347deg);
  }
}
.c:nth-child(22) {
  animation: orbit22 14s infinite;
  animation-delay: 0.22s;
  background-color: #40e5e8;
}
@keyframes orbit22 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-339deg) rotateY(227deg) translateX(60px) rotateZ(339deg);
  }
  80% {
    transform: rotateZ(-339deg) rotateY(227deg) translateX(60px) rotateZ(339deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-339deg) rotateY(227deg) translateX(180px) rotateZ(339deg);
  }
}
.c:nth-child(23) {
  animation: orbit23 14s infinite;
  animation-delay: 0.23s;
  background-color: #40e5e8;
}
@keyframes orbit23 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-351deg) rotateY(360deg) translateX(60px) rotateZ(351deg);
  }
  80% {
    transform: rotateZ(-351deg) rotateY(360deg) translateX(60px) rotateZ(351deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-351deg) rotateY(360deg) translateX(180px) rotateZ(351deg);
  }
}
.c:nth-child(24) {
  animation: orbit24 14s infinite;
  animation-delay: 0.24s;
  background-color: #40e5e8;
}
@keyframes orbit24 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-272deg) rotateY(347deg) translateX(60px) rotateZ(272deg);
  }
  80% {
    transform: rotateZ(-272deg) rotateY(347deg) translateX(60px) rotateZ(272deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-272deg) rotateY(347deg) translateX(180px) rotateZ(272deg);
  }
}
.c:nth-child(25) {
  animation: orbit25 14s infinite;
  animation-delay: 0.25s;
  background-color: #40e5e8;
}
@keyframes orbit25 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-118deg) rotateY(259deg) translateX(60px) rotateZ(118deg);
  }
  80% {
    transform: rotateZ(-118deg) rotateY(259deg) translateX(60px) rotateZ(118deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-118deg) rotateY(259deg) translateX(180px) rotateZ(118deg);
  }
}
.c:nth-child(26) {
  animation: orbit26 14s infinite;
  animation-delay: 0.26s;
  background-color: #40e5e8;
}
@keyframes orbit26 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-189deg) rotateY(216deg) translateX(60px) rotateZ(189deg);
  }
  80% {
    transform: rotateZ(-189deg) rotateY(216deg) translateX(60px) rotateZ(189deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-189deg) rotateY(216deg) translateX(180px) rotateZ(189deg);
  }
}
.c:nth-child(27) {
  animation: orbit27 14s infinite;
  animation-delay: 0.27s;
  background-color: #40e5e8;
}
@keyframes orbit27 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-260deg) rotateY(86deg) translateX(60px) rotateZ(260deg);
  }
  80% {
    transform: rotateZ(-260deg) rotateY(86deg) translateX(60px) rotateZ(260deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-260deg) rotateY(86deg) translateX(180px) rotateZ(260deg);
  }
}
.c:nth-child(28) {
  animation: orbit28 14s infinite;
  animation-delay: 0.28s;
  background-color: #40e5e8;
}
@keyframes orbit28 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-266deg) rotateY(55deg) translateX(60px) rotateZ(266deg);
  }
  80% {
    transform: rotateZ(-266deg) rotateY(55deg) translateX(60px) rotateZ(266deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-266deg) rotateY(55deg) translateX(180px) rotateZ(266deg);
  }
}
.c:nth-child(29) {
  animation: orbit29 14s infinite;
  animation-delay: 0.29s;
  background-color: #40e5e8;
}
@keyframes orbit29 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-226deg) rotateY(66deg) translateX(60px) rotateZ(226deg);
  }
  80% {
    transform: rotateZ(-226deg) rotateY(66deg) translateX(60px) rotateZ(226deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-226deg) rotateY(66deg) translateX(180px) rotateZ(226deg);
  }
}
.c:nth-child(30) {
  animation: orbit30 14s infinite;
  animation-delay: 0.3s;
  background-color: #40e5e8;
}
@keyframes orbit30 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-12deg) rotateY(123deg) translateX(60px) rotateZ(12deg);
  }
  80% {
    transform: rotateZ(-12deg) rotateY(123deg) translateX(60px) rotateZ(12deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-12deg) rotateY(123deg) translateX(180px) rotateZ(12deg);
  }
}
.c:nth-child(31) {
  animation: orbit31 14s infinite;
  animation-delay: 0.31s;
  background-color: #40e5e8;
}
@keyframes orbit31 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-311deg) rotateY(330deg) translateX(60px) rotateZ(311deg);
  }
  80% {
    transform: rotateZ(-311deg) rotateY(330deg) translateX(60px) rotateZ(311deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-311deg) rotateY(330deg) translateX(180px) rotateZ(311deg);
  }
}
.c:nth-child(32) {
  animation: orbit32 14s infinite;
  animation-delay: 0.32s;
  background-color: #40e5e8;
}
@keyframes orbit32 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-321deg) rotateY(355deg) translateX(60px) rotateZ(321deg);
  }
  80% {
    transform: rotateZ(-321deg) rotateY(355deg) translateX(60px) rotateZ(321deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-321deg) rotateY(355deg) translateX(180px) rotateZ(321deg);
  }
}
.c:nth-child(33) {
  animation: orbit33 14s infinite;
  animation-delay: 0.33s;
  background-color: #40e5e8;
}
@keyframes orbit33 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-76deg) rotateY(261deg) translateX(60px) rotateZ(76deg);
  }
  80% {
    transform: rotateZ(-76deg) rotateY(261deg) translateX(60px) rotateZ(76deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-76deg) rotateY(261deg) translateX(180px) rotateZ(76deg);
  }
}
.c:nth-child(34) {
  animation: orbit34 14s infinite;
  animation-delay: 0.34s;
  background-color: #40e5e8;
}
@keyframes orbit34 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-166deg) rotateY(111deg) translateX(60px) rotateZ(166deg);
  }
  80% {
    transform: rotateZ(-166deg) rotateY(111deg) translateX(60px) rotateZ(166deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-166deg) rotateY(111deg) translateX(180px) rotateZ(166deg);
  }
}
.c:nth-child(35) {
  animation: orbit35 14s infinite;
  animation-delay: 0.35s;
  background-color: #40e5e8;
}
@keyframes orbit35 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-320deg) rotateY(24deg) translateX(60px) rotateZ(320deg);
  }
  80% {
    transform: rotateZ(-320deg) rotateY(24deg) translateX(60px) rotateZ(320deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-320deg) rotateY(24deg) translateX(180px) rotateZ(320deg);
  }
}
.c:nth-child(36) {
  animation: orbit36 14s infinite;
  animation-delay: 0.36s;
  background-color: #40e5e8;
}
@keyframes orbit36 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-22deg) rotateY(223deg) translateX(60px) rotateZ(22deg);
  }
  80% {
    transform: rotateZ(-22deg) rotateY(223deg) translateX(60px) rotateZ(22deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-22deg) rotateY(223deg) translateX(180px) rotateZ(22deg);
  }
}
.c:nth-child(37) {
  animation: orbit37 14s infinite;
  animation-delay: 0.37s;
  background-color: #40e5e8;
}
@keyframes orbit37 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-356deg) rotateY(140deg) translateX(60px) rotateZ(356deg);
  }
  80% {
    transform: rotateZ(-356deg) rotateY(140deg) translateX(60px) rotateZ(356deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-356deg) rotateY(140deg) translateX(180px) rotateZ(356deg);
  }
}
.c:nth-child(38) {
  animation: orbit38 14s infinite;
  animation-delay: 0.38s;
  background-color: #40e5e8;
}
@keyframes orbit38 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-220deg) rotateY(325deg) translateX(60px) rotateZ(220deg);
  }
  80% {
    transform: rotateZ(-220deg) rotateY(325deg) translateX(60px) rotateZ(220deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-220deg) rotateY(325deg) translateX(180px) rotateZ(220deg);
  }
}
.c:nth-child(39) {
  animation: orbit39 14s infinite;
  animation-delay: 0.39s;
  background-color: #40e5e8;
}
@keyframes orbit39 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-295deg) rotateY(220deg) translateX(60px) rotateZ(295deg);
  }
  80% {
    transform: rotateZ(-295deg) rotateY(220deg) translateX(60px) rotateZ(295deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-295deg) rotateY(220deg) translateX(180px) rotateZ(295deg);
  }
}
.c:nth-child(40) {
  animation: orbit40 14s infinite;
  animation-delay: 0.4s;
  background-color: #40e5e8;
}
@keyframes orbit40 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-163deg) rotateY(194deg) translateX(60px) rotateZ(163deg);
  }
  80% {
    transform: rotateZ(-163deg) rotateY(194deg) translateX(60px) rotateZ(163deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-163deg) rotateY(194deg) translateX(180px) rotateZ(163deg);
  }
}
.c:nth-child(41) {
  animation: orbit41 14s infinite;
  animation-delay: 0.41s;
  background-color: #40e5e8;
}
@keyframes orbit41 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-62deg) rotateY(85deg) translateX(60px) rotateZ(62deg);
  }
  80% {
    transform: rotateZ(-62deg) rotateY(85deg) translateX(60px) rotateZ(62deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-62deg) rotateY(85deg) translateX(180px) rotateZ(62deg);
  }
}
.c:nth-child(42) {
  animation: orbit42 14s infinite;
  animation-delay: 0.42s;
  background-color: #40e5e8;
}
@keyframes orbit42 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-273deg) rotateY(220deg) translateX(60px) rotateZ(273deg);
  }
  80% {
    transform: rotateZ(-273deg) rotateY(220deg) translateX(60px) rotateZ(273deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-273deg) rotateY(220deg) translateX(180px) rotateZ(273deg);
  }
}
.c:nth-child(43) {
  animation: orbit43 14s infinite;
  animation-delay: 0.43s;
  background-color: #40e5e8;
}
@keyframes orbit43 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-192deg) rotateY(114deg) translateX(60px) rotateZ(192deg);
  }
  80% {
    transform: rotateZ(-192deg) rotateY(114deg) translateX(60px) rotateZ(192deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-192deg) rotateY(114deg) translateX(180px) rotateZ(192deg);
  }
}
.c:nth-child(44) {
  animation: orbit44 14s infinite;
  animation-delay: 0.44s;
  background-color: #40e5e8;
}
@keyframes orbit44 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-211deg) rotateY(335deg) translateX(60px) rotateZ(211deg);
  }
  80% {
    transform: rotateZ(-211deg) rotateY(335deg) translateX(60px) rotateZ(211deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-211deg) rotateY(335deg) translateX(180px) rotateZ(211deg);
  }
}
.c:nth-child(45) {
  animation: orbit45 14s infinite;
  animation-delay: 0.45s;
  background-color: #40e5e8;
}
@keyframes orbit45 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-70deg) rotateY(302deg) translateX(60px) rotateZ(70deg);
  }
  80% {
    transform: rotateZ(-70deg) rotateY(302deg) translateX(60px) rotateZ(70deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-70deg) rotateY(302deg) translateX(180px) rotateZ(70deg);
  }
}
.c:nth-child(46) {
  animation: orbit46 14s infinite;
  animation-delay: 0.46s;
  background-color: #40e5e8;
}
@keyframes orbit46 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-119deg) rotateY(322deg) translateX(60px) rotateZ(119deg);
  }
  80% {
    transform: rotateZ(-119deg) rotateY(322deg) translateX(60px) rotateZ(119deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-119deg) rotateY(322deg) translateX(180px) rotateZ(119deg);
  }
}
.c:nth-child(47) {
  animation: orbit47 14s infinite;
  animation-delay: 0.47s;
  background-color: #40e5e8;
}
@keyframes orbit47 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-344deg) rotateY(236deg) translateX(60px) rotateZ(344deg);
  }
  80% {
    transform: rotateZ(-344deg) rotateY(236deg) translateX(60px) rotateZ(344deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-344deg) rotateY(236deg) translateX(180px) rotateZ(344deg);
  }
}
.c:nth-child(48) {
  animation: orbit48 14s infinite;
  animation-delay: 0.48s;
  background-color: #40e5e8;
}
@keyframes orbit48 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-138deg) rotateY(123deg) translateX(60px) rotateZ(138deg);
  }
  80% {
    transform: rotateZ(-138deg) rotateY(123deg) translateX(60px) rotateZ(138deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-138deg) rotateY(123deg) translateX(180px) rotateZ(138deg);
  }
}
.c:nth-child(49) {
  animation: orbit49 14s infinite;
  animation-delay: 0.49s;
  background-color: #40e5e8;
}
@keyframes orbit49 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-19deg) rotateY(87deg) translateX(60px) rotateZ(19deg);
  }
  80% {
    transform: rotateZ(-19deg) rotateY(87deg) translateX(60px) rotateZ(19deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-19deg) rotateY(87deg) translateX(180px) rotateZ(19deg);
  }
}
.c:nth-child(50) {
  animation: orbit50 14s infinite;
  animation-delay: 0.5s;
  background-color: #40e5e8;
}
@keyframes orbit50 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-184deg) rotateY(85deg) translateX(60px) rotateZ(184deg);
  }
  80% {
    transform: rotateZ(-184deg) rotateY(85deg) translateX(60px) rotateZ(184deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-184deg) rotateY(85deg) translateX(180px) rotateZ(184deg);
  }
}
.c:nth-child(51) {
  animation: orbit51 14s infinite;
  animation-delay: 0.51s;
  background-color: #40e5e8;
}
@keyframes orbit51 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-18deg) rotateY(166deg) translateX(60px) rotateZ(18deg);
  }
  80% {
    transform: rotateZ(-18deg) rotateY(166deg) translateX(60px) rotateZ(18deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-18deg) rotateY(166deg) translateX(180px) rotateZ(18deg);
  }
}
.c:nth-child(52) {
  animation: orbit52 14s infinite;
  animation-delay: 0.52s;
  background-color: #40e5e8;
}
@keyframes orbit52 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-324deg) rotateY(347deg) translateX(60px) rotateZ(324deg);
  }
  80% {
    transform: rotateZ(-324deg) rotateY(347deg) translateX(60px) rotateZ(324deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-324deg) rotateY(347deg) translateX(180px) rotateZ(324deg);
  }
}
.c:nth-child(53) {
  animation: orbit53 14s infinite;
  animation-delay: 0.53s;
  background-color: #40e5e8;
}
@keyframes orbit53 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-351deg) rotateY(314deg) translateX(60px) rotateZ(351deg);
  }
  80% {
    transform: rotateZ(-351deg) rotateY(314deg) translateX(60px) rotateZ(351deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-351deg) rotateY(314deg) translateX(180px) rotateZ(351deg);
  }
}
.c:nth-child(54) {
  animation: orbit54 14s infinite;
  animation-delay: 0.54s;
  background-color: #40e5e8;
}
@keyframes orbit54 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-224deg) rotateY(148deg) translateX(60px) rotateZ(224deg);
  }
  80% {
    transform: rotateZ(-224deg) rotateY(148deg) translateX(60px) rotateZ(224deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-224deg) rotateY(148deg) translateX(180px) rotateZ(224deg);
  }
}
.c:nth-child(55) {
  animation: orbit55 14s infinite;
  animation-delay: 0.55s;
  background-color: #40e5e8;
}
@keyframes orbit55 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-203deg) rotateY(102deg) translateX(60px) rotateZ(203deg);
  }
  80% {
    transform: rotateZ(-203deg) rotateY(102deg) translateX(60px) rotateZ(203deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-203deg) rotateY(102deg) translateX(180px) rotateZ(203deg);
  }
}
.c:nth-child(56) {
  animation: orbit56 14s infinite;
  animation-delay: 0.56s;
  background-color: #40e5e8;
}
@keyframes orbit56 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-5deg) rotateY(338deg) translateX(60px) rotateZ(5deg);
  }
  80% {
    transform: rotateZ(-5deg) rotateY(338deg) translateX(60px) rotateZ(5deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-5deg) rotateY(338deg) translateX(180px) rotateZ(5deg);
  }
}
.c:nth-child(57) {
  animation: orbit57 14s infinite;
  animation-delay: 0.57s;
  background-color: #40e5e8;
}
@keyframes orbit57 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-190deg) rotateY(214deg) translateX(60px) rotateZ(190deg);
  }
  80% {
    transform: rotateZ(-190deg) rotateY(214deg) translateX(60px) rotateZ(190deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-190deg) rotateY(214deg) translateX(180px) rotateZ(190deg);
  }
}
.c:nth-child(58) {
  animation: orbit58 14s infinite;
  animation-delay: 0.58s;
  background-color: #40e5e8;
}
@keyframes orbit58 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-237deg) rotateY(246deg) translateX(60px) rotateZ(237deg);
  }
  80% {
    transform: rotateZ(-237deg) rotateY(246deg) translateX(60px) rotateZ(237deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-237deg) rotateY(246deg) translateX(180px) rotateZ(237deg);
  }
}
.c:nth-child(59) {
  animation: orbit59 14s infinite;
  animation-delay: 0.59s;
  background-color: #40e5e8;
}
@keyframes orbit59 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-9deg) rotateY(178deg) translateX(60px) rotateZ(9deg);
  }
  80% {
    transform: rotateZ(-9deg) rotateY(178deg) translateX(60px) rotateZ(9deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-9deg) rotateY(178deg) translateX(180px) rotateZ(9deg);
  }
}
.c:nth-child(60) {
  animation: orbit60 14s infinite;
  animation-delay: 0.6s;
  background-color: #40e5e8;
}
@keyframes orbit60 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-231deg) rotateY(346deg) translateX(60px) rotateZ(231deg);
  }
  80% {
    transform: rotateZ(-231deg) rotateY(346deg) translateX(60px) rotateZ(231deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-231deg) rotateY(346deg) translateX(180px) rotateZ(231deg);
  }
}
.c:nth-child(61) {
  animation: orbit61 14s infinite;
  animation-delay: 0.61s;
  background-color: #40e5e8;
}
@keyframes orbit61 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-196deg) rotateY(85deg) translateX(60px) rotateZ(196deg);
  }
  80% {
    transform: rotateZ(-196deg) rotateY(85deg) translateX(60px) rotateZ(196deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-196deg) rotateY(85deg) translateX(180px) rotateZ(196deg);
  }
}
.c:nth-child(62) {
  animation: orbit62 14s infinite;
  animation-delay: 0.62s;
  background-color: #40e5e8;
}
@keyframes orbit62 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-358deg) rotateY(291deg) translateX(60px) rotateZ(358deg);
  }
  80% {
    transform: rotateZ(-358deg) rotateY(291deg) translateX(60px) rotateZ(358deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-358deg) rotateY(291deg) translateX(180px) rotateZ(358deg);
  }
}
.c:nth-child(63) {
  animation: orbit63 14s infinite;
  animation-delay: 0.63s;
  background-color: #40e5e8;
}
@keyframes orbit63 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-31deg) rotateY(255deg) translateX(60px) rotateZ(31deg);
  }
  80% {
    transform: rotateZ(-31deg) rotateY(255deg) translateX(60px) rotateZ(31deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-31deg) rotateY(255deg) translateX(180px) rotateZ(31deg);
  }
}
.c:nth-child(64) {
  animation: orbit64 14s infinite;
  animation-delay: 0.64s;
  background-color: #40e5e8;
}
@keyframes orbit64 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-317deg) rotateY(209deg) translateX(60px) rotateZ(317deg);
  }
  80% {
    transform: rotateZ(-317deg) rotateY(209deg) translateX(60px) rotateZ(317deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-317deg) rotateY(209deg) translateX(180px) rotateZ(317deg);
  }
}
.c:nth-child(65) {
  animation: orbit65 14s infinite;
  animation-delay: 0.65s;
  background-color: #40e5e8;
}
@keyframes orbit65 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-190deg) rotateY(166deg) translateX(60px) rotateZ(190deg);
  }
  80% {
    transform: rotateZ(-190deg) rotateY(166deg) translateX(60px) rotateZ(190deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-190deg) rotateY(166deg) translateX(180px) rotateZ(190deg);
  }
}
.c:nth-child(66) {
  animation: orbit66 14s infinite;
  animation-delay: 0.66s;
  background-color: #40e5e8;
}
@keyframes orbit66 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-187deg) rotateY(144deg) translateX(60px) rotateZ(187deg);
  }
  80% {
    transform: rotateZ(-187deg) rotateY(144deg) translateX(60px) rotateZ(187deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-187deg) rotateY(144deg) translateX(180px) rotateZ(187deg);
  }
}
.c:nth-child(67) {
  animation: orbit67 14s infinite;
  animation-delay: 0.67s;
  background-color: #40e5e8;
}
@keyframes orbit67 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-347deg) rotateY(176deg) translateX(60px) rotateZ(347deg);
  }
  80% {
    transform: rotateZ(-347deg) rotateY(176deg) translateX(60px) rotateZ(347deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-347deg) rotateY(176deg) translateX(180px) rotateZ(347deg);
  }
}
.c:nth-child(68) {
  animation: orbit68 14s infinite;
  animation-delay: 0.68s;
  background-color: #40e5e8;
}
@keyframes orbit68 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-107deg) rotateY(79deg) translateX(60px) rotateZ(107deg);
  }
  80% {
    transform: rotateZ(-107deg) rotateY(79deg) translateX(60px) rotateZ(107deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-107deg) rotateY(79deg) translateX(180px) rotateZ(107deg);
  }
}
.c:nth-child(69) {
  animation: orbit69 14s infinite;
  animation-delay: 0.69s;
  background-color: #40e5e8;
}
@keyframes orbit69 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-59deg) rotateY(94deg) translateX(60px) rotateZ(59deg);
  }
  80% {
    transform: rotateZ(-59deg) rotateY(94deg) translateX(60px) rotateZ(59deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-59deg) rotateY(94deg) translateX(180px) rotateZ(59deg);
  }
}
.c:nth-child(70) {
  animation: orbit70 14s infinite;
  animation-delay: 0.7s;
  background-color: #40e5e8;
}
@keyframes orbit70 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-111deg) rotateY(196deg) translateX(60px) rotateZ(111deg);
  }
  80% {
    transform: rotateZ(-111deg) rotateY(196deg) translateX(60px) rotateZ(111deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-111deg) rotateY(196deg) translateX(180px) rotateZ(111deg);
  }
}
.c:nth-child(71) {
  animation: orbit71 14s infinite;
  animation-delay: 0.71s;
  background-color: #40e5e8;
}
@keyframes orbit71 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-280deg) rotateY(325deg) translateX(60px) rotateZ(280deg);
  }
  80% {
    transform: rotateZ(-280deg) rotateY(325deg) translateX(60px) rotateZ(280deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-280deg) rotateY(325deg) translateX(180px) rotateZ(280deg);
  }
}
.c:nth-child(72) {
  animation: orbit72 14s infinite;
  animation-delay: 0.72s;
  background-color: #40e5e8;
}
@keyframes orbit72 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-215deg) rotateY(50deg) translateX(60px) rotateZ(215deg);
  }
  80% {
    transform: rotateZ(-215deg) rotateY(50deg) translateX(60px) rotateZ(215deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-215deg) rotateY(50deg) translateX(180px) rotateZ(215deg);
  }
}
.c:nth-child(73) {
  animation: orbit73 14s infinite;
  animation-delay: 0.73s;
  background-color: #40e5e8;
}
@keyframes orbit73 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-275deg) rotateY(108deg) translateX(60px) rotateZ(275deg);
  }
  80% {
    transform: rotateZ(-275deg) rotateY(108deg) translateX(60px) rotateZ(275deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-275deg) rotateY(108deg) translateX(180px) rotateZ(275deg);
  }
}
.c:nth-child(74) {
  animation: orbit74 14s infinite;
  animation-delay: 0.74s;
  background-color: #40e5e8;
}
@keyframes orbit74 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-45deg) rotateY(277deg) translateX(60px) rotateZ(45deg);
  }
  80% {
    transform: rotateZ(-45deg) rotateY(277deg) translateX(60px) rotateZ(45deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-45deg) rotateY(277deg) translateX(180px) rotateZ(45deg);
  }
}
.c:nth-child(75) {
  animation: orbit75 14s infinite;
  animation-delay: 0.75s;
  background-color: #40e5e8;
}
@keyframes orbit75 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-45deg) rotateY(247deg) translateX(60px) rotateZ(45deg);
  }
  80% {
    transform: rotateZ(-45deg) rotateY(247deg) translateX(60px) rotateZ(45deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-45deg) rotateY(247deg) translateX(180px) rotateZ(45deg);
  }
}
.c:nth-child(76) {
  animation: orbit76 14s infinite;
  animation-delay: 0.76s;
  background-color: #40e5e8;
}
@keyframes orbit76 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-180deg) rotateY(157deg) translateX(60px) rotateZ(180deg);
  }
  80% {
    transform: rotateZ(-180deg) rotateY(157deg) translateX(60px) rotateZ(180deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-180deg) rotateY(157deg) translateX(180px) rotateZ(180deg);
  }
}
.c:nth-child(77) {
  animation: orbit77 14s infinite;
  animation-delay: 0.77s;
  background-color: #40e5e8;
}
@keyframes orbit77 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-179deg) rotateY(287deg) translateX(60px) rotateZ(179deg);
  }
  80% {
    transform: rotateZ(-179deg) rotateY(287deg) translateX(60px) rotateZ(179deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-179deg) rotateY(287deg) translateX(180px) rotateZ(179deg);
  }
}
.c:nth-child(78) {
  animation: orbit78 14s infinite;
  animation-delay: 0.78s;
  background-color: #40e5e8;
}
@keyframes orbit78 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-95deg) rotateY(25deg) translateX(60px) rotateZ(95deg);
  }
  80% {
    transform: rotateZ(-95deg) rotateY(25deg) translateX(60px) rotateZ(95deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-95deg) rotateY(25deg) translateX(180px) rotateZ(95deg);
  }
}
.c:nth-child(79) {
  animation: orbit79 14s infinite;
  animation-delay: 0.79s;
  background-color: #40e5e8;
}
@keyframes orbit79 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-125deg) rotateY(229deg) translateX(60px) rotateZ(125deg);
  }
  80% {
    transform: rotateZ(-125deg) rotateY(229deg) translateX(60px) rotateZ(125deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-125deg) rotateY(229deg) translateX(180px) rotateZ(125deg);
  }
}
.c:nth-child(80) {
  animation: orbit80 14s infinite;
  animation-delay: 0.8s;
  background-color: #40e5e8;
}
@keyframes orbit80 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-250deg) rotateY(56deg) translateX(60px) rotateZ(250deg);
  }
  80% {
    transform: rotateZ(-250deg) rotateY(56deg) translateX(60px) rotateZ(250deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-250deg) rotateY(56deg) translateX(180px) rotateZ(250deg);
  }
}
.c:nth-child(81) {
  animation: orbit81 14s infinite;
  animation-delay: 0.81s;
  background-color: #40e5e8;
}
@keyframes orbit81 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-259deg) rotateY(325deg) translateX(60px) rotateZ(259deg);
  }
  80% {
    transform: rotateZ(-259deg) rotateY(325deg) translateX(60px) rotateZ(259deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-259deg) rotateY(325deg) translateX(180px) rotateZ(259deg);
  }
}
.c:nth-child(82) {
  animation: orbit82 14s infinite;
  animation-delay: 0.82s;
  background-color: #40e5e8;
}
@keyframes orbit82 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-133deg) rotateY(243deg) translateX(60px) rotateZ(133deg);
  }
  80% {
    transform: rotateZ(-133deg) rotateY(243deg) translateX(60px) rotateZ(133deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-133deg) rotateY(243deg) translateX(180px) rotateZ(133deg);
  }
}
.c:nth-child(83) {
  animation: orbit83 14s infinite;
  animation-delay: 0.83s;
  background-color: #40e5e8;
}
@keyframes orbit83 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-275deg) rotateY(97deg) translateX(60px) rotateZ(275deg);
  }
  80% {
    transform: rotateZ(-275deg) rotateY(97deg) translateX(60px) rotateZ(275deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-275deg) rotateY(97deg) translateX(180px) rotateZ(275deg);
  }
}
.c:nth-child(84) {
  animation: orbit84 14s infinite;
  animation-delay: 0.84s;
  background-color: #40e5e8;
}
@keyframes orbit84 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-38deg) rotateY(274deg) translateX(60px) rotateZ(38deg);
  }
  80% {
    transform: rotateZ(-38deg) rotateY(274deg) translateX(60px) rotateZ(38deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-38deg) rotateY(274deg) translateX(180px) rotateZ(38deg);
  }
}
.c:nth-child(85) {
  animation: orbit85 14s infinite;
  animation-delay: 0.85s;
  background-color: #40e5e8;
}
@keyframes orbit85 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-111deg) rotateY(101deg) translateX(60px) rotateZ(111deg);
  }
  80% {
    transform: rotateZ(-111deg) rotateY(101deg) translateX(60px) rotateZ(111deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-111deg) rotateY(101deg) translateX(180px) rotateZ(111deg);
  }
}
.c:nth-child(86) {
  animation: orbit86 14s infinite;
  animation-delay: 0.86s;
  background-color: #40e5e8;
}
@keyframes orbit86 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-348deg) rotateY(207deg) translateX(60px) rotateZ(348deg);
  }
  80% {
    transform: rotateZ(-348deg) rotateY(207deg) translateX(60px) rotateZ(348deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-348deg) rotateY(207deg) translateX(180px) rotateZ(348deg);
  }
}
.c:nth-child(87) {
  animation: orbit87 14s infinite;
  animation-delay: 0.87s;
  background-color: #40e5e8;
}
@keyframes orbit87 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-4deg) rotateY(42deg) translateX(60px) rotateZ(4deg);
  }
  80% {
    transform: rotateZ(-4deg) rotateY(42deg) translateX(60px) rotateZ(4deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-4deg) rotateY(42deg) translateX(180px) rotateZ(4deg);
  }
}
.c:nth-child(88) {
  animation: orbit88 14s infinite;
  animation-delay: 0.88s;
  background-color: #40e5e8;
}
@keyframes orbit88 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-279deg) rotateY(30deg) translateX(60px) rotateZ(279deg);
  }
  80% {
    transform: rotateZ(-279deg) rotateY(30deg) translateX(60px) rotateZ(279deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-279deg) rotateY(30deg) translateX(180px) rotateZ(279deg);
  }
}
.c:nth-child(89) {
  animation: orbit89 14s infinite;
  animation-delay: 0.89s;
  background-color: #40e5e8;
}
@keyframes orbit89 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-229deg) rotateY(298deg) translateX(60px) rotateZ(229deg);
  }
  80% {
    transform: rotateZ(-229deg) rotateY(298deg) translateX(60px) rotateZ(229deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-229deg) rotateY(298deg) translateX(180px) rotateZ(229deg);
  }
}
.c:nth-child(90) {
  animation: orbit90 14s infinite;
  animation-delay: 0.9s;
  background-color: #40e5e8;
}
@keyframes orbit90 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-78deg) rotateY(120deg) translateX(60px) rotateZ(78deg);
  }
  80% {
    transform: rotateZ(-78deg) rotateY(120deg) translateX(60px) rotateZ(78deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-78deg) rotateY(120deg) translateX(180px) rotateZ(78deg);
  }
}
.c:nth-child(91) {
  animation: orbit91 14s infinite;
  animation-delay: 0.91s;
  background-color: #40e5e8;
}
@keyframes orbit91 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-174deg) rotateY(201deg) translateX(60px) rotateZ(174deg);
  }
  80% {
    transform: rotateZ(-174deg) rotateY(201deg) translateX(60px) rotateZ(174deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-174deg) rotateY(201deg) translateX(180px) rotateZ(174deg);
  }
}
.c:nth-child(92) {
  animation: orbit92 14s infinite;
  animation-delay: 0.92s;
  background-color: #40e5e8;
}
@keyframes orbit92 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-278deg) rotateY(35deg) translateX(60px) rotateZ(278deg);
  }
  80% {
    transform: rotateZ(-278deg) rotateY(35deg) translateX(60px) rotateZ(278deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-278deg) rotateY(35deg) translateX(180px) rotateZ(278deg);
  }
}
.c:nth-child(93) {
  animation: orbit93 14s infinite;
  animation-delay: 0.93s;
  background-color: #40e5e8;
}
@keyframes orbit93 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-17deg) rotateY(268deg) translateX(60px) rotateZ(17deg);
  }
  80% {
    transform: rotateZ(-17deg) rotateY(268deg) translateX(60px) rotateZ(17deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-17deg) rotateY(268deg) translateX(180px) rotateZ(17deg);
  }
}
.c:nth-child(94) {
  animation: orbit94 14s infinite;
  animation-delay: 0.94s;
  background-color: #40e5e8;
}
@keyframes orbit94 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-10deg) rotateY(103deg) translateX(60px) rotateZ(10deg);
  }
  80% {
    transform: rotateZ(-10deg) rotateY(103deg) translateX(60px) rotateZ(10deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-10deg) rotateY(103deg) translateX(180px) rotateZ(10deg);
  }
}
.c:nth-child(95) {
  animation: orbit95 14s infinite;
  animation-delay: 0.95s;
  background-color: #40e5e8;
}
@keyframes orbit95 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-110deg) rotateY(40deg) translateX(60px) rotateZ(110deg);
  }
  80% {
    transform: rotateZ(-110deg) rotateY(40deg) translateX(60px) rotateZ(110deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-110deg) rotateY(40deg) translateX(180px) rotateZ(110deg);
  }
}
.c:nth-child(96) {
  animation: orbit96 14s infinite;
  animation-delay: 0.96s;
  background-color: #40e5e8;
}
@keyframes orbit96 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-53deg) rotateY(140deg) translateX(60px) rotateZ(53deg);
  }
  80% {
    transform: rotateZ(-53deg) rotateY(140deg) translateX(60px) rotateZ(53deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-53deg) rotateY(140deg) translateX(180px) rotateZ(53deg);
  }
}
.c:nth-child(97) {
  animation: orbit97 14s infinite;
  animation-delay: 0.97s;
  background-color: #40e5e8;
}
@keyframes orbit97 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-272deg) rotateY(312deg) translateX(60px) rotateZ(272deg);
  }
  80% {
    transform: rotateZ(-272deg) rotateY(312deg) translateX(60px) rotateZ(272deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-272deg) rotateY(312deg) translateX(180px) rotateZ(272deg);
  }
}
.c:nth-child(98) {
  animation: orbit98 14s infinite;
  animation-delay: 0.98s;
  background-color: #40e5e8;
}
@keyframes orbit98 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-329deg) rotateY(68deg) translateX(60px) rotateZ(329deg);
  }
  80% {
    transform: rotateZ(-329deg) rotateY(68deg) translateX(60px) rotateZ(329deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-329deg) rotateY(68deg) translateX(180px) rotateZ(329deg);
  }
}
.c:nth-child(99) {
  animation: orbit99 14s infinite;
  animation-delay: 0.99s;
  background-color: #40e5e8;
}
@keyframes orbit99 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-207deg) rotateY(41deg) translateX(60px) rotateZ(207deg);
  }
  80% {
    transform: rotateZ(-207deg) rotateY(41deg) translateX(60px) rotateZ(207deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-207deg) rotateY(41deg) translateX(180px) rotateZ(207deg);
  }
}
.c:nth-child(100) {
  animation: orbit100 14s infinite;
  animation-delay: 1s;
  background-color: #40e5e8;
}
@keyframes orbit100 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-353deg) rotateY(27deg) translateX(60px) rotateZ(353deg);
  }
  80% {
    transform: rotateZ(-353deg) rotateY(27deg) translateX(60px) rotateZ(353deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-353deg) rotateY(27deg) translateX(180px) rotateZ(353deg);
  }
}
.c:nth-child(101) {
  animation: orbit101 14s infinite;
  animation-delay: 1.01s;
  background-color: #40e5e8;
}
@keyframes orbit101 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-211deg) rotateY(28deg) translateX(60px) rotateZ(211deg);
  }
  80% {
    transform: rotateZ(-211deg) rotateY(28deg) translateX(60px) rotateZ(211deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-211deg) rotateY(28deg) translateX(180px) rotateZ(211deg);
  }
}
.c:nth-child(102) {
  animation: orbit102 14s infinite;
  animation-delay: 1.02s;
  background-color: #40e5e8;
}
@keyframes orbit102 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-167deg) rotateY(296deg) translateX(60px) rotateZ(167deg);
  }
  80% {
    transform: rotateZ(-167deg) rotateY(296deg) translateX(60px) rotateZ(167deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-167deg) rotateY(296deg) translateX(180px) rotateZ(167deg);
  }
}
.c:nth-child(103) {
  animation: orbit103 14s infinite;
  animation-delay: 1.03s;
  background-color: #40e5e8;
}
@keyframes orbit103 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-345deg) rotateY(270deg) translateX(60px) rotateZ(345deg);
  }
  80% {
    transform: rotateZ(-345deg) rotateY(270deg) translateX(60px) rotateZ(345deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-345deg) rotateY(270deg) translateX(180px) rotateZ(345deg);
  }
}
.c:nth-child(104) {
  animation: orbit104 14s infinite;
  animation-delay: 1.04s;
  background-color: #40e5e8;
}
@keyframes orbit104 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-286deg) rotateY(281deg) translateX(60px) rotateZ(286deg);
  }
  80% {
    transform: rotateZ(-286deg) rotateY(281deg) translateX(60px) rotateZ(286deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-286deg) rotateY(281deg) translateX(180px) rotateZ(286deg);
  }
}
.c:nth-child(105) {
  animation: orbit105 14s infinite;
  animation-delay: 1.05s;
  background-color: #40e5e8;
}
@keyframes orbit105 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-164deg) rotateY(99deg) translateX(60px) rotateZ(164deg);
  }
  80% {
    transform: rotateZ(-164deg) rotateY(99deg) translateX(60px) rotateZ(164deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-164deg) rotateY(99deg) translateX(180px) rotateZ(164deg);
  }
}
.c:nth-child(106) {
  animation: orbit106 14s infinite;
  animation-delay: 1.06s;
  background-color: #40e5e8;
}
@keyframes orbit106 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-312deg) rotateY(115deg) translateX(60px) rotateZ(312deg);
  }
  80% {
    transform: rotateZ(-312deg) rotateY(115deg) translateX(60px) rotateZ(312deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-312deg) rotateY(115deg) translateX(180px) rotateZ(312deg);
  }
}
.c:nth-child(107) {
  animation: orbit107 14s infinite;
  animation-delay: 1.07s;
  background-color: #40e5e8;
}
@keyframes orbit107 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-69deg) rotateY(202deg) translateX(60px) rotateZ(69deg);
  }
  80% {
    transform: rotateZ(-69deg) rotateY(202deg) translateX(60px) rotateZ(69deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-69deg) rotateY(202deg) translateX(180px) rotateZ(69deg);
  }
}
.c:nth-child(108) {
  animation: orbit108 14s infinite;
  animation-delay: 1.08s;
  background-color: #40e5e8;
}
@keyframes orbit108 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-228deg) rotateY(332deg) translateX(60px) rotateZ(228deg);
  }
  80% {
    transform: rotateZ(-228deg) rotateY(332deg) translateX(60px) rotateZ(228deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-228deg) rotateY(332deg) translateX(180px) rotateZ(228deg);
  }
}
.c:nth-child(109) {
  animation: orbit109 14s infinite;
  animation-delay: 1.09s;
  background-color: #40e5e8;
}
@keyframes orbit109 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-88deg) rotateY(351deg) translateX(60px) rotateZ(88deg);
  }
  80% {
    transform: rotateZ(-88deg) rotateY(351deg) translateX(60px) rotateZ(88deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-88deg) rotateY(351deg) translateX(180px) rotateZ(88deg);
  }
}
.c:nth-child(110) {
  animation: orbit110 14s infinite;
  animation-delay: 1.1s;
  background-color: #40e5e8;
}
@keyframes orbit110 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-321deg) rotateY(44deg) translateX(60px) rotateZ(321deg);
  }
  80% {
    transform: rotateZ(-321deg) rotateY(44deg) translateX(60px) rotateZ(321deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-321deg) rotateY(44deg) translateX(180px) rotateZ(321deg);
  }
}
.c:nth-child(111) {
  animation: orbit111 14s infinite;
  animation-delay: 1.11s;
  background-color: #40e5e8;
}
@keyframes orbit111 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-42deg) rotateY(298deg) translateX(60px) rotateZ(42deg);
  }
  80% {
    transform: rotateZ(-42deg) rotateY(298deg) translateX(60px) rotateZ(42deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-42deg) rotateY(298deg) translateX(180px) rotateZ(42deg);
  }
}
.c:nth-child(112) {
  animation: orbit112 14s infinite;
  animation-delay: 1.12s;
  background-color: #40e5e8;
}
@keyframes orbit112 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-139deg) rotateY(197deg) translateX(60px) rotateZ(139deg);
  }
  80% {
    transform: rotateZ(-139deg) rotateY(197deg) translateX(60px) rotateZ(139deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-139deg) rotateY(197deg) translateX(180px) rotateZ(139deg);
  }
}
.c:nth-child(113) {
  animation: orbit113 14s infinite;
  animation-delay: 1.13s;
  background-color: #40e5e8;
}
@keyframes orbit113 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-151deg) rotateY(56deg) translateX(60px) rotateZ(151deg);
  }
  80% {
    transform: rotateZ(-151deg) rotateY(56deg) translateX(60px) rotateZ(151deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-151deg) rotateY(56deg) translateX(180px) rotateZ(151deg);
  }
}
.c:nth-child(114) {
  animation: orbit114 14s infinite;
  animation-delay: 1.14s;
  background-color: #40e5e8;
}
@keyframes orbit114 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-11deg) rotateY(24deg) translateX(60px) rotateZ(11deg);
  }
  80% {
    transform: rotateZ(-11deg) rotateY(24deg) translateX(60px) rotateZ(11deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-11deg) rotateY(24deg) translateX(180px) rotateZ(11deg);
  }
}
.c:nth-child(115) {
  animation: orbit115 14s infinite;
  animation-delay: 1.15s;
  background-color: #40e5e8;
}
@keyframes orbit115 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-122deg) rotateY(221deg) translateX(60px) rotateZ(122deg);
  }
  80% {
    transform: rotateZ(-122deg) rotateY(221deg) translateX(60px) rotateZ(122deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-122deg) rotateY(221deg) translateX(180px) rotateZ(122deg);
  }
}
.c:nth-child(116) {
  animation: orbit116 14s infinite;
  animation-delay: 1.16s;
  background-color: #40e5e8;
}
@keyframes orbit116 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-103deg) rotateY(45deg) translateX(60px) rotateZ(103deg);
  }
  80% {
    transform: rotateZ(-103deg) rotateY(45deg) translateX(60px) rotateZ(103deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-103deg) rotateY(45deg) translateX(180px) rotateZ(103deg);
  }
}
.c:nth-child(117) {
  animation: orbit117 14s infinite;
  animation-delay: 1.17s;
  background-color: #40e5e8;
}
@keyframes orbit117 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-359deg) rotateY(112deg) translateX(60px) rotateZ(359deg);
  }
  80% {
    transform: rotateZ(-359deg) rotateY(112deg) translateX(60px) rotateZ(359deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-359deg) rotateY(112deg) translateX(180px) rotateZ(359deg);
  }
}
.c:nth-child(118) {
  animation: orbit118 14s infinite;
  animation-delay: 1.18s;
  background-color: #40e5e8;
}
@keyframes orbit118 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-105deg) rotateY(139deg) translateX(60px) rotateZ(105deg);
  }
  80% {
    transform: rotateZ(-105deg) rotateY(139deg) translateX(60px) rotateZ(105deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-105deg) rotateY(139deg) translateX(180px) rotateZ(105deg);
  }
}
.c:nth-child(119) {
  animation: orbit119 14s infinite;
  animation-delay: 1.19s;
  background-color: #40e5e8;
}
@keyframes orbit119 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-85deg) rotateY(102deg) translateX(60px) rotateZ(85deg);
  }
  80% {
    transform: rotateZ(-85deg) rotateY(102deg) translateX(60px) rotateZ(85deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-85deg) rotateY(102deg) translateX(180px) rotateZ(85deg);
  }
}
.c:nth-child(120) {
  animation: orbit120 14s infinite;
  animation-delay: 1.2s;
  background-color: #40e5e8;
}
@keyframes orbit120 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-83deg) rotateY(286deg) translateX(60px) rotateZ(83deg);
  }
  80% {
    transform: rotateZ(-83deg) rotateY(286deg) translateX(60px) rotateZ(83deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-83deg) rotateY(286deg) translateX(180px) rotateZ(83deg);
  }
}
.c:nth-child(121) {
  animation: orbit121 14s infinite;
  animation-delay: 1.21s;
  background-color: #40e5e8;
}
@keyframes orbit121 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-67deg) rotateY(173deg) translateX(60px) rotateZ(67deg);
  }
  80% {
    transform: rotateZ(-67deg) rotateY(173deg) translateX(60px) rotateZ(67deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-67deg) rotateY(173deg) translateX(180px) rotateZ(67deg);
  }
}
.c:nth-child(122) {
  animation: orbit122 14s infinite;
  animation-delay: 1.22s;
  background-color: #40e5e8;
}
@keyframes orbit122 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-187deg) rotateY(243deg) translateX(60px) rotateZ(187deg);
  }
  80% {
    transform: rotateZ(-187deg) rotateY(243deg) translateX(60px) rotateZ(187deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-187deg) rotateY(243deg) translateX(180px) rotateZ(187deg);
  }
}
.c:nth-child(123) {
  animation: orbit123 14s infinite;
  animation-delay: 1.23s;
  background-color: #40e5e8;
}
@keyframes orbit123 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-133deg) rotateY(126deg) translateX(60px) rotateZ(133deg);
  }
  80% {
    transform: rotateZ(-133deg) rotateY(126deg) translateX(60px) rotateZ(133deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-133deg) rotateY(126deg) translateX(180px) rotateZ(133deg);
  }
}
.c:nth-child(124) {
  animation: orbit124 14s infinite;
  animation-delay: 1.24s;
  background-color: #40e5e8;
}
@keyframes orbit124 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-254deg) rotateY(334deg) translateX(60px) rotateZ(254deg);
  }
  80% {
    transform: rotateZ(-254deg) rotateY(334deg) translateX(60px) rotateZ(254deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-254deg) rotateY(334deg) translateX(180px) rotateZ(254deg);
  }
}
.c:nth-child(125) {
  animation: orbit125 14s infinite;
  animation-delay: 1.25s;
  background-color: #40e5e8;
}
@keyframes orbit125 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-359deg) rotateY(267deg) translateX(60px) rotateZ(359deg);
  }
  80% {
    transform: rotateZ(-359deg) rotateY(267deg) translateX(60px) rotateZ(359deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-359deg) rotateY(267deg) translateX(180px) rotateZ(359deg);
  }
}
.c:nth-child(126) {
  animation: orbit126 14s infinite;
  animation-delay: 1.26s;
  background-color: #40e5e8;
}
@keyframes orbit126 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-223deg) rotateY(320deg) translateX(60px) rotateZ(223deg);
  }
  80% {
    transform: rotateZ(-223deg) rotateY(320deg) translateX(60px) rotateZ(223deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-223deg) rotateY(320deg) translateX(180px) rotateZ(223deg);
  }
}
.c:nth-child(127) {
  animation: orbit127 14s infinite;
  animation-delay: 1.27s;
  background-color: #40e5e8;
}
@keyframes orbit127 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-21deg) rotateY(231deg) translateX(60px) rotateZ(21deg);
  }
  80% {
    transform: rotateZ(-21deg) rotateY(231deg) translateX(60px) rotateZ(21deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-21deg) rotateY(231deg) translateX(180px) rotateZ(21deg);
  }
}
.c:nth-child(128) {
  animation: orbit128 14s infinite;
  animation-delay: 1.28s;
  background-color: #40e5e8;
}
@keyframes orbit128 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-87deg) rotateY(348deg) translateX(60px) rotateZ(87deg);
  }
  80% {
    transform: rotateZ(-87deg) rotateY(348deg) translateX(60px) rotateZ(87deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-87deg) rotateY(348deg) translateX(180px) rotateZ(87deg);
  }
}
.c:nth-child(129) {
  animation: orbit129 14s infinite;
  animation-delay: 1.29s;
  background-color: #40e5e8;
}
@keyframes orbit129 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-304deg) rotateY(345deg) translateX(60px) rotateZ(304deg);
  }
  80% {
    transform: rotateZ(-304deg) rotateY(345deg) translateX(60px) rotateZ(304deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-304deg) rotateY(345deg) translateX(180px) rotateZ(304deg);
  }
}
.c:nth-child(130) {
  animation: orbit130 14s infinite;
  animation-delay: 1.3s;
  background-color: #40e5e8;
}
@keyframes orbit130 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-125deg) rotateY(147deg) translateX(60px) rotateZ(125deg);
  }
  80% {
    transform: rotateZ(-125deg) rotateY(147deg) translateX(60px) rotateZ(125deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-125deg) rotateY(147deg) translateX(180px) rotateZ(125deg);
  }
}
.c:nth-child(131) {
  animation: orbit131 14s infinite;
  animation-delay: 1.31s;
  background-color: #40e5e8;
}
@keyframes orbit131 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-177deg) rotateY(274deg) translateX(60px) rotateZ(177deg);
  }
  80% {
    transform: rotateZ(-177deg) rotateY(274deg) translateX(60px) rotateZ(177deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-177deg) rotateY(274deg) translateX(180px) rotateZ(177deg);
  }
}
.c:nth-child(132) {
  animation: orbit132 14s infinite;
  animation-delay: 1.32s;
  background-color: #40e5e8;
}
@keyframes orbit132 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-330deg) rotateY(247deg) translateX(60px) rotateZ(330deg);
  }
  80% {
    transform: rotateZ(-330deg) rotateY(247deg) translateX(60px) rotateZ(330deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-330deg) rotateY(247deg) translateX(180px) rotateZ(330deg);
  }
}
.c:nth-child(133) {
  animation: orbit133 14s infinite;
  animation-delay: 1.33s;
  background-color: #40e5e8;
}
@keyframes orbit133 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-203deg) rotateY(178deg) translateX(60px) rotateZ(203deg);
  }
  80% {
    transform: rotateZ(-203deg) rotateY(178deg) translateX(60px) rotateZ(203deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-203deg) rotateY(178deg) translateX(180px) rotateZ(203deg);
  }
}
.c:nth-child(134) {
  animation: orbit134 14s infinite;
  animation-delay: 1.34s;
  background-color: #40e5e8;
}
@keyframes orbit134 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-194deg) rotateY(259deg) translateX(60px) rotateZ(194deg);
  }
  80% {
    transform: rotateZ(-194deg) rotateY(259deg) translateX(60px) rotateZ(194deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-194deg) rotateY(259deg) translateX(180px) rotateZ(194deg);
  }
}
.c:nth-child(135) {
  animation: orbit135 14s infinite;
  animation-delay: 1.35s;
  background-color: #40e5e8;
}
@keyframes orbit135 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-269deg) rotateY(262deg) translateX(60px) rotateZ(269deg);
  }
  80% {
    transform: rotateZ(-269deg) rotateY(262deg) translateX(60px) rotateZ(269deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-269deg) rotateY(262deg) translateX(180px) rotateZ(269deg);
  }
}
.c:nth-child(136) {
  animation: orbit136 14s infinite;
  animation-delay: 1.36s;
  background-color: #40e5e8;
}
@keyframes orbit136 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-171deg) rotateY(324deg) translateX(60px) rotateZ(171deg);
  }
  80% {
    transform: rotateZ(-171deg) rotateY(324deg) translateX(60px) rotateZ(171deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-171deg) rotateY(324deg) translateX(180px) rotateZ(171deg);
  }
}
.c:nth-child(137) {
  animation: orbit137 14s infinite;
  animation-delay: 1.37s;
  background-color: #40e5e8;
}
@keyframes orbit137 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-189deg) rotateY(334deg) translateX(60px) rotateZ(189deg);
  }
  80% {
    transform: rotateZ(-189deg) rotateY(334deg) translateX(60px) rotateZ(189deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-189deg) rotateY(334deg) translateX(180px) rotateZ(189deg);
  }
}
.c:nth-child(138) {
  animation: orbit138 14s infinite;
  animation-delay: 1.38s;
  background-color: #40e5e8;
}
@keyframes orbit138 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-218deg) rotateY(54deg) translateX(60px) rotateZ(218deg);
  }
  80% {
    transform: rotateZ(-218deg) rotateY(54deg) translateX(60px) rotateZ(218deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-218deg) rotateY(54deg) translateX(180px) rotateZ(218deg);
  }
}
.c:nth-child(139) {
  animation: orbit139 14s infinite;
  animation-delay: 1.39s;
  background-color: #40e5e8;
}
@keyframes orbit139 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-85deg) rotateY(232deg) translateX(60px) rotateZ(85deg);
  }
  80% {
    transform: rotateZ(-85deg) rotateY(232deg) translateX(60px) rotateZ(85deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-85deg) rotateY(232deg) translateX(180px) rotateZ(85deg);
  }
}
.c:nth-child(140) {
  animation: orbit140 14s infinite;
  animation-delay: 1.4s;
  background-color: #40e5e8;
}
@keyframes orbit140 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-32deg) rotateY(333deg) translateX(60px) rotateZ(32deg);
  }
  80% {
    transform: rotateZ(-32deg) rotateY(333deg) translateX(60px) rotateZ(32deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-32deg) rotateY(333deg) translateX(180px) rotateZ(32deg);
  }
}
.c:nth-child(141) {
  animation: orbit141 14s infinite;
  animation-delay: 1.41s;
  background-color: #40e5e8;
}
@keyframes orbit141 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-227deg) rotateY(177deg) translateX(60px) rotateZ(227deg);
  }
  80% {
    transform: rotateZ(-227deg) rotateY(177deg) translateX(60px) rotateZ(227deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-227deg) rotateY(177deg) translateX(180px) rotateZ(227deg);
  }
}
.c:nth-child(142) {
  animation: orbit142 14s infinite;
  animation-delay: 1.42s;
  background-color: #40e5e8;
}
@keyframes orbit142 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-75deg) rotateY(53deg) translateX(60px) rotateZ(75deg);
  }
  80% {
    transform: rotateZ(-75deg) rotateY(53deg) translateX(60px) rotateZ(75deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-75deg) rotateY(53deg) translateX(180px) rotateZ(75deg);
  }
}
.c:nth-child(143) {
  animation: orbit143 14s infinite;
  animation-delay: 1.43s;
  background-color: #40e5e8;
}
@keyframes orbit143 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-242deg) rotateY(240deg) translateX(60px) rotateZ(242deg);
  }
  80% {
    transform: rotateZ(-242deg) rotateY(240deg) translateX(60px) rotateZ(242deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-242deg) rotateY(240deg) translateX(180px) rotateZ(242deg);
  }
}
.c:nth-child(144) {
  animation: orbit144 14s infinite;
  animation-delay: 1.44s;
  background-color: #40e5e8;
}
@keyframes orbit144 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-43deg) rotateY(20deg) translateX(60px) rotateZ(43deg);
  }
  80% {
    transform: rotateZ(-43deg) rotateY(20deg) translateX(60px) rotateZ(43deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-43deg) rotateY(20deg) translateX(180px) rotateZ(43deg);
  }
}
.c:nth-child(145) {
  animation: orbit145 14s infinite;
  animation-delay: 1.45s;
  background-color: #40e5e8;
}
@keyframes orbit145 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-147deg) rotateY(8deg) translateX(60px) rotateZ(147deg);
  }
  80% {
    transform: rotateZ(-147deg) rotateY(8deg) translateX(60px) rotateZ(147deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-147deg) rotateY(8deg) translateX(180px) rotateZ(147deg);
  }
}
.c:nth-child(146) {
  animation: orbit146 14s infinite;
  animation-delay: 1.46s;
  background-color: #40e5e8;
}
@keyframes orbit146 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-188deg) rotateY(39deg) translateX(60px) rotateZ(188deg);
  }
  80% {
    transform: rotateZ(-188deg) rotateY(39deg) translateX(60px) rotateZ(188deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-188deg) rotateY(39deg) translateX(180px) rotateZ(188deg);
  }
}
.c:nth-child(147) {
  animation: orbit147 14s infinite;
  animation-delay: 1.47s;
  background-color: #40e5e8;
}
@keyframes orbit147 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-267deg) rotateY(191deg) translateX(60px) rotateZ(267deg);
  }
  80% {
    transform: rotateZ(-267deg) rotateY(191deg) translateX(60px) rotateZ(267deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-267deg) rotateY(191deg) translateX(180px) rotateZ(267deg);
  }
}
.c:nth-child(148) {
  animation: orbit148 14s infinite;
  animation-delay: 1.48s;
  background-color: #40e5e8;
}
@keyframes orbit148 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-233deg) rotateY(63deg) translateX(60px) rotateZ(233deg);
  }
  80% {
    transform: rotateZ(-233deg) rotateY(63deg) translateX(60px) rotateZ(233deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-233deg) rotateY(63deg) translateX(180px) rotateZ(233deg);
  }
}
.c:nth-child(149) {
  animation: orbit149 14s infinite;
  animation-delay: 1.49s;
  background-color: #40e5e8;
}
@keyframes orbit149 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-332deg) rotateY(133deg) translateX(60px) rotateZ(332deg);
  }
  80% {
    transform: rotateZ(-332deg) rotateY(133deg) translateX(60px) rotateZ(332deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-332deg) rotateY(133deg) translateX(180px) rotateZ(332deg);
  }
}
.c:nth-child(150) {
  animation: orbit150 14s infinite;
  animation-delay: 1.5s;
  background-color: #40e5e8;
}
@keyframes orbit150 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-234deg) rotateY(278deg) translateX(60px) rotateZ(234deg);
  }
  80% {
    transform: rotateZ(-234deg) rotateY(278deg) translateX(60px) rotateZ(234deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-234deg) rotateY(278deg) translateX(180px) rotateZ(234deg);
  }
}
.c:nth-child(151) {
  animation: orbit151 14s infinite;
  animation-delay: 1.51s;
  background-color: #40e5e8;
}
@keyframes orbit151 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-227deg) rotateY(329deg) translateX(60px) rotateZ(227deg);
  }
  80% {
    transform: rotateZ(-227deg) rotateY(329deg) translateX(60px) rotateZ(227deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-227deg) rotateY(329deg) translateX(180px) rotateZ(227deg);
  }
}
.c:nth-child(152) {
  animation: orbit152 14s infinite;
  animation-delay: 1.52s;
  background-color: #40e5e8;
}
@keyframes orbit152 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-83deg) rotateY(60deg) translateX(60px) rotateZ(83deg);
  }
  80% {
    transform: rotateZ(-83deg) rotateY(60deg) translateX(60px) rotateZ(83deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-83deg) rotateY(60deg) translateX(180px) rotateZ(83deg);
  }
}
.c:nth-child(153) {
  animation: orbit153 14s infinite;
  animation-delay: 1.53s;
  background-color: #40e5e8;
}
@keyframes orbit153 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-320deg) rotateY(221deg) translateX(60px) rotateZ(320deg);
  }
  80% {
    transform: rotateZ(-320deg) rotateY(221deg) translateX(60px) rotateZ(320deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-320deg) rotateY(221deg) translateX(180px) rotateZ(320deg);
  }
}
.c:nth-child(154) {
  animation: orbit154 14s infinite;
  animation-delay: 1.54s;
  background-color: #40e5e8;
}
@keyframes orbit154 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-172deg) rotateY(7deg) translateX(60px) rotateZ(172deg);
  }
  80% {
    transform: rotateZ(-172deg) rotateY(7deg) translateX(60px) rotateZ(172deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-172deg) rotateY(7deg) translateX(180px) rotateZ(172deg);
  }
}
.c:nth-child(155) {
  animation: orbit155 14s infinite;
  animation-delay: 1.55s;
  background-color: #40e5e8;
}
@keyframes orbit155 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-288deg) rotateY(254deg) translateX(60px) rotateZ(288deg);
  }
  80% {
    transform: rotateZ(-288deg) rotateY(254deg) translateX(60px) rotateZ(288deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-288deg) rotateY(254deg) translateX(180px) rotateZ(288deg);
  }
}
.c:nth-child(156) {
  animation: orbit156 14s infinite;
  animation-delay: 1.56s;
  background-color: #40e5e8;
}
@keyframes orbit156 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-290deg) rotateY(248deg) translateX(60px) rotateZ(290deg);
  }
  80% {
    transform: rotateZ(-290deg) rotateY(248deg) translateX(60px) rotateZ(290deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-290deg) rotateY(248deg) translateX(180px) rotateZ(290deg);
  }
}
.c:nth-child(157) {
  animation: orbit157 14s infinite;
  animation-delay: 1.57s;
  background-color: #40e5e8;
}
@keyframes orbit157 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-113deg) rotateY(11deg) translateX(60px) rotateZ(113deg);
  }
  80% {
    transform: rotateZ(-113deg) rotateY(11deg) translateX(60px) rotateZ(113deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-113deg) rotateY(11deg) translateX(180px) rotateZ(113deg);
  }
}
.c:nth-child(158) {
  animation: orbit158 14s infinite;
  animation-delay: 1.58s;
  background-color: #40e5e8;
}
@keyframes orbit158 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-80deg) rotateY(153deg) translateX(60px) rotateZ(80deg);
  }
  80% {
    transform: rotateZ(-80deg) rotateY(153deg) translateX(60px) rotateZ(80deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-80deg) rotateY(153deg) translateX(180px) rotateZ(80deg);
  }
}
.c:nth-child(159) {
  animation: orbit159 14s infinite;
  animation-delay: 1.59s;
  background-color: #40e5e8;
}
@keyframes orbit159 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-117deg) rotateY(45deg) translateX(60px) rotateZ(117deg);
  }
  80% {
    transform: rotateZ(-117deg) rotateY(45deg) translateX(60px) rotateZ(117deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-117deg) rotateY(45deg) translateX(180px) rotateZ(117deg);
  }
}
.c:nth-child(160) {
  animation: orbit160 14s infinite;
  animation-delay: 1.6s;
  background-color: #40e5e8;
}
@keyframes orbit160 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-272deg) rotateY(42deg) translateX(60px) rotateZ(272deg);
  }
  80% {
    transform: rotateZ(-272deg) rotateY(42deg) translateX(60px) rotateZ(272deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-272deg) rotateY(42deg) translateX(180px) rotateZ(272deg);
  }
}
.c:nth-child(161) {
  animation: orbit161 14s infinite;
  animation-delay: 1.61s;
  background-color: #40e5e8;
}
@keyframes orbit161 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-179deg) rotateY(279deg) translateX(60px) rotateZ(179deg);
  }
  80% {
    transform: rotateZ(-179deg) rotateY(279deg) translateX(60px) rotateZ(179deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-179deg) rotateY(279deg) translateX(180px) rotateZ(179deg);
  }
}
.c:nth-child(162) {
  animation: orbit162 14s infinite;
  animation-delay: 1.62s;
  background-color: #40e5e8;
}
@keyframes orbit162 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-171deg) rotateY(4deg) translateX(60px) rotateZ(171deg);
  }
  80% {
    transform: rotateZ(-171deg) rotateY(4deg) translateX(60px) rotateZ(171deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-171deg) rotateY(4deg) translateX(180px) rotateZ(171deg);
  }
}
.c:nth-child(163) {
  animation: orbit163 14s infinite;
  animation-delay: 1.63s;
  background-color: #40e5e8;
}
@keyframes orbit163 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-8deg) rotateY(222deg) translateX(60px) rotateZ(8deg);
  }
  80% {
    transform: rotateZ(-8deg) rotateY(222deg) translateX(60px) rotateZ(8deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-8deg) rotateY(222deg) translateX(180px) rotateZ(8deg);
  }
}
.c:nth-child(164) {
  animation: orbit164 14s infinite;
  animation-delay: 1.64s;
  background-color: #40e5e8;
}
@keyframes orbit164 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-93deg) rotateY(176deg) translateX(60px) rotateZ(93deg);
  }
  80% {
    transform: rotateZ(-93deg) rotateY(176deg) translateX(60px) rotateZ(93deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-93deg) rotateY(176deg) translateX(180px) rotateZ(93deg);
  }
}
.c:nth-child(165) {
  animation: orbit165 14s infinite;
  animation-delay: 1.65s;
  background-color: #40e5e8;
}
@keyframes orbit165 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-154deg) rotateY(126deg) translateX(60px) rotateZ(154deg);
  }
  80% {
    transform: rotateZ(-154deg) rotateY(126deg) translateX(60px) rotateZ(154deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-154deg) rotateY(126deg) translateX(180px) rotateZ(154deg);
  }
}
.c:nth-child(166) {
  animation: orbit166 14s infinite;
  animation-delay: 1.66s;
  background-color: #40e5e8;
}
@keyframes orbit166 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-227deg) rotateY(213deg) translateX(60px) rotateZ(227deg);
  }
  80% {
    transform: rotateZ(-227deg) rotateY(213deg) translateX(60px) rotateZ(227deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-227deg) rotateY(213deg) translateX(180px) rotateZ(227deg);
  }
}
.c:nth-child(167) {
  animation: orbit167 14s infinite;
  animation-delay: 1.67s;
  background-color: #40e5e8;
}
@keyframes orbit167 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-352deg) rotateY(235deg) translateX(60px) rotateZ(352deg);
  }
  80% {
    transform: rotateZ(-352deg) rotateY(235deg) translateX(60px) rotateZ(352deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-352deg) rotateY(235deg) translateX(180px) rotateZ(352deg);
  }
}
.c:nth-child(168) {
  animation: orbit168 14s infinite;
  animation-delay: 1.68s;
  background-color: #40e5e8;
}
@keyframes orbit168 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-156deg) rotateY(48deg) translateX(60px) rotateZ(156deg);
  }
  80% {
    transform: rotateZ(-156deg) rotateY(48deg) translateX(60px) rotateZ(156deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-156deg) rotateY(48deg) translateX(180px) rotateZ(156deg);
  }
}
.c:nth-child(169) {
  animation: orbit169 14s infinite;
  animation-delay: 1.69s;
  background-color: #40e5e8;
}
@keyframes orbit169 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-232deg) rotateY(183deg) translateX(60px) rotateZ(232deg);
  }
  80% {
    transform: rotateZ(-232deg) rotateY(183deg) translateX(60px) rotateZ(232deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-232deg) rotateY(183deg) translateX(180px) rotateZ(232deg);
  }
}
.c:nth-child(170) {
  animation: orbit170 14s infinite;
  animation-delay: 1.7s;
  background-color: #40e5e8;
}
@keyframes orbit170 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-243deg) rotateY(179deg) translateX(60px) rotateZ(243deg);
  }
  80% {
    transform: rotateZ(-243deg) rotateY(179deg) translateX(60px) rotateZ(243deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-243deg) rotateY(179deg) translateX(180px) rotateZ(243deg);
  }
}
.c:nth-child(171) {
  animation: orbit171 14s infinite;
  animation-delay: 1.71s;
  background-color: #40e5e8;
}
@keyframes orbit171 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-101deg) rotateY(140deg) translateX(60px) rotateZ(101deg);
  }
  80% {
    transform: rotateZ(-101deg) rotateY(140deg) translateX(60px) rotateZ(101deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-101deg) rotateY(140deg) translateX(180px) rotateZ(101deg);
  }
}
.c:nth-child(172) {
  animation: orbit172 14s infinite;
  animation-delay: 1.72s;
  background-color: #40e5e8;
}
@keyframes orbit172 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-235deg) rotateY(42deg) translateX(60px) rotateZ(235deg);
  }
  80% {
    transform: rotateZ(-235deg) rotateY(42deg) translateX(60px) rotateZ(235deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-235deg) rotateY(42deg) translateX(180px) rotateZ(235deg);
  }
}
.c:nth-child(173) {
  animation: orbit173 14s infinite;
  animation-delay: 1.73s;
  background-color: #40e5e8;
}
@keyframes orbit173 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-336deg) rotateY(166deg) translateX(60px) rotateZ(336deg);
  }
  80% {
    transform: rotateZ(-336deg) rotateY(166deg) translateX(60px) rotateZ(336deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-336deg) rotateY(166deg) translateX(180px) rotateZ(336deg);
  }
}
.c:nth-child(174) {
  animation: orbit174 14s infinite;
  animation-delay: 1.74s;
  background-color: #40e5e8;
}
@keyframes orbit174 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-7deg) rotateY(258deg) translateX(60px) rotateZ(7deg);
  }
  80% {
    transform: rotateZ(-7deg) rotateY(258deg) translateX(60px) rotateZ(7deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-7deg) rotateY(258deg) translateX(180px) rotateZ(7deg);
  }
}
.c:nth-child(175) {
  animation: orbit175 14s infinite;
  animation-delay: 1.75s;
  background-color: #40e5e8;
}
@keyframes orbit175 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-131deg) rotateY(320deg) translateX(60px) rotateZ(131deg);
  }
  80% {
    transform: rotateZ(-131deg) rotateY(320deg) translateX(60px) rotateZ(131deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-131deg) rotateY(320deg) translateX(180px) rotateZ(131deg);
  }
}
.c:nth-child(176) {
  animation: orbit176 14s infinite;
  animation-delay: 1.76s;
  background-color: #40e5e8;
}
@keyframes orbit176 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-30deg) rotateY(348deg) translateX(60px) rotateZ(30deg);
  }
  80% {
    transform: rotateZ(-30deg) rotateY(348deg) translateX(60px) rotateZ(30deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-30deg) rotateY(348deg) translateX(180px) rotateZ(30deg);
  }
}
.c:nth-child(177) {
  animation: orbit177 14s infinite;
  animation-delay: 1.77s;
  background-color: #40e5e8;
}
@keyframes orbit177 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-298deg) rotateY(262deg) translateX(60px) rotateZ(298deg);
  }
  80% {
    transform: rotateZ(-298deg) rotateY(262deg) translateX(60px) rotateZ(298deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-298deg) rotateY(262deg) translateX(180px) rotateZ(298deg);
  }
}
.c:nth-child(178) {
  animation: orbit178 14s infinite;
  animation-delay: 1.78s;
  background-color: #40e5e8;
}
@keyframes orbit178 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-211deg) rotateY(179deg) translateX(60px) rotateZ(211deg);
  }
  80% {
    transform: rotateZ(-211deg) rotateY(179deg) translateX(60px) rotateZ(211deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-211deg) rotateY(179deg) translateX(180px) rotateZ(211deg);
  }
}
.c:nth-child(179) {
  animation: orbit179 14s infinite;
  animation-delay: 1.79s;
  background-color: #40e5e8;
}
@keyframes orbit179 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-277deg) rotateY(196deg) translateX(60px) rotateZ(277deg);
  }
  80% {
    transform: rotateZ(-277deg) rotateY(196deg) translateX(60px) rotateZ(277deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-277deg) rotateY(196deg) translateX(180px) rotateZ(277deg);
  }
}
.c:nth-child(180) {
  animation: orbit180 14s infinite;
  animation-delay: 1.8s;
  background-color: #40e5e8;
}
@keyframes orbit180 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-202deg) rotateY(148deg) translateX(60px) rotateZ(202deg);
  }
  80% {
    transform: rotateZ(-202deg) rotateY(148deg) translateX(60px) rotateZ(202deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-202deg) rotateY(148deg) translateX(180px) rotateZ(202deg);
  }
}
.c:nth-child(181) {
  animation: orbit181 14s infinite;
  animation-delay: 1.81s;
  background-color: #40e5e8;
}
@keyframes orbit181 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-114deg) rotateY(332deg) translateX(60px) rotateZ(114deg);
  }
  80% {
    transform: rotateZ(-114deg) rotateY(332deg) translateX(60px) rotateZ(114deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-114deg) rotateY(332deg) translateX(180px) rotateZ(114deg);
  }
}
.c:nth-child(182) {
  animation: orbit182 14s infinite;
  animation-delay: 1.82s;
  background-color: #40e5e8;
}
@keyframes orbit182 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-344deg) rotateY(13deg) translateX(60px) rotateZ(344deg);
  }
  80% {
    transform: rotateZ(-344deg) rotateY(13deg) translateX(60px) rotateZ(344deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-344deg) rotateY(13deg) translateX(180px) rotateZ(344deg);
  }
}
.c:nth-child(183) {
  animation: orbit183 14s infinite;
  animation-delay: 1.83s;
  background-color: #40e5e8;
}
@keyframes orbit183 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-325deg) rotateY(136deg) translateX(60px) rotateZ(325deg);
  }
  80% {
    transform: rotateZ(-325deg) rotateY(136deg) translateX(60px) rotateZ(325deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-325deg) rotateY(136deg) translateX(180px) rotateZ(325deg);
  }
}
.c:nth-child(184) {
  animation: orbit184 14s infinite;
  animation-delay: 1.84s;
  background-color: #40e5e8;
}
@keyframes orbit184 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-59deg) rotateY(178deg) translateX(60px) rotateZ(59deg);
  }
  80% {
    transform: rotateZ(-59deg) rotateY(178deg) translateX(60px) rotateZ(59deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-59deg) rotateY(178deg) translateX(180px) rotateZ(59deg);
  }
}
.c:nth-child(185) {
  animation: orbit185 14s infinite;
  animation-delay: 1.85s;
  background-color: #40e5e8;
}
@keyframes orbit185 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-341deg) rotateY(186deg) translateX(60px) rotateZ(341deg);
  }
  80% {
    transform: rotateZ(-341deg) rotateY(186deg) translateX(60px) rotateZ(341deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-341deg) rotateY(186deg) translateX(180px) rotateZ(341deg);
  }
}
.c:nth-child(186) {
  animation: orbit186 14s infinite;
  animation-delay: 1.86s;
  background-color: #40e5e8;
}
@keyframes orbit186 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-339deg) rotateY(320deg) translateX(60px) rotateZ(339deg);
  }
  80% {
    transform: rotateZ(-339deg) rotateY(320deg) translateX(60px) rotateZ(339deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-339deg) rotateY(320deg) translateX(180px) rotateZ(339deg);
  }
}
.c:nth-child(187) {
  animation: orbit187 14s infinite;
  animation-delay: 1.87s;
  background-color: #40e5e8;
}
@keyframes orbit187 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-281deg) rotateY(262deg) translateX(60px) rotateZ(281deg);
  }
  80% {
    transform: rotateZ(-281deg) rotateY(262deg) translateX(60px) rotateZ(281deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-281deg) rotateY(262deg) translateX(180px) rotateZ(281deg);
  }
}
.c:nth-child(188) {
  animation: orbit188 14s infinite;
  animation-delay: 1.88s;
  background-color: #40e5e8;
}
@keyframes orbit188 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-25deg) rotateY(15deg) translateX(60px) rotateZ(25deg);
  }
  80% {
    transform: rotateZ(-25deg) rotateY(15deg) translateX(60px) rotateZ(25deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-25deg) rotateY(15deg) translateX(180px) rotateZ(25deg);
  }
}
.c:nth-child(189) {
  animation: orbit189 14s infinite;
  animation-delay: 1.89s;
  background-color: #40e5e8;
}
@keyframes orbit189 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-343deg) rotateY(45deg) translateX(60px) rotateZ(343deg);
  }
  80% {
    transform: rotateZ(-343deg) rotateY(45deg) translateX(60px) rotateZ(343deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-343deg) rotateY(45deg) translateX(180px) rotateZ(343deg);
  }
}
.c:nth-child(190) {
  animation: orbit190 14s infinite;
  animation-delay: 1.9s;
  background-color: #40e5e8;
}
@keyframes orbit190 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-304deg) rotateY(100deg) translateX(60px) rotateZ(304deg);
  }
  80% {
    transform: rotateZ(-304deg) rotateY(100deg) translateX(60px) rotateZ(304deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-304deg) rotateY(100deg) translateX(180px) rotateZ(304deg);
  }
}
.c:nth-child(191) {
  animation: orbit191 14s infinite;
  animation-delay: 1.91s;
  background-color: #40e5e8;
}
@keyframes orbit191 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-236deg) rotateY(176deg) translateX(60px) rotateZ(236deg);
  }
  80% {
    transform: rotateZ(-236deg) rotateY(176deg) translateX(60px) rotateZ(236deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-236deg) rotateY(176deg) translateX(180px) rotateZ(236deg);
  }
}
.c:nth-child(192) {
  animation: orbit192 14s infinite;
  animation-delay: 1.92s;
  background-color: #40e5e8;
}
@keyframes orbit192 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-168deg) rotateY(4deg) translateX(60px) rotateZ(168deg);
  }
  80% {
    transform: rotateZ(-168deg) rotateY(4deg) translateX(60px) rotateZ(168deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-168deg) rotateY(4deg) translateX(180px) rotateZ(168deg);
  }
}
.c:nth-child(193) {
  animation: orbit193 14s infinite;
  animation-delay: 1.93s;
  background-color: #40e5e8;
}
@keyframes orbit193 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-84deg) rotateY(61deg) translateX(60px) rotateZ(84deg);
  }
  80% {
    transform: rotateZ(-84deg) rotateY(61deg) translateX(60px) rotateZ(84deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-84deg) rotateY(61deg) translateX(180px) rotateZ(84deg);
  }
}
.c:nth-child(194) {
  animation: orbit194 14s infinite;
  animation-delay: 1.94s;
  background-color: #40e5e8;
}
@keyframes orbit194 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-153deg) rotateY(343deg) translateX(60px) rotateZ(153deg);
  }
  80% {
    transform: rotateZ(-153deg) rotateY(343deg) translateX(60px) rotateZ(153deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-153deg) rotateY(343deg) translateX(180px) rotateZ(153deg);
  }
}
.c:nth-child(195) {
  animation: orbit195 14s infinite;
  animation-delay: 1.95s;
  background-color: #40e5e8;
}
@keyframes orbit195 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-127deg) rotateY(119deg) translateX(60px) rotateZ(127deg);
  }
  80% {
    transform: rotateZ(-127deg) rotateY(119deg) translateX(60px) rotateZ(127deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-127deg) rotateY(119deg) translateX(180px) rotateZ(127deg);
  }
}
.c:nth-child(196) {
  animation: orbit196 14s infinite;
  animation-delay: 1.96s;
  background-color: #40e5e8;
}
@keyframes orbit196 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-217deg) rotateY(245deg) translateX(60px) rotateZ(217deg);
  }
  80% {
    transform: rotateZ(-217deg) rotateY(245deg) translateX(60px) rotateZ(217deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-217deg) rotateY(245deg) translateX(180px) rotateZ(217deg);
  }
}
.c:nth-child(197) {
  animation: orbit197 14s infinite;
  animation-delay: 1.97s;
  background-color: #40e5e8;
}
@keyframes orbit197 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-234deg) rotateY(24deg) translateX(60px) rotateZ(234deg);
  }
  80% {
    transform: rotateZ(-234deg) rotateY(24deg) translateX(60px) rotateZ(234deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-234deg) rotateY(24deg) translateX(180px) rotateZ(234deg);
  }
}
.c:nth-child(198) {
  animation: orbit198 14s infinite;
  animation-delay: 1.98s;
  background-color: #40e5e8;
}
@keyframes orbit198 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-201deg) rotateY(113deg) translateX(60px) rotateZ(201deg);
  }
  80% {
    transform: rotateZ(-201deg) rotateY(113deg) translateX(60px) rotateZ(201deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-201deg) rotateY(113deg) translateX(180px) rotateZ(201deg);
  }
}
.c:nth-child(199) {
  animation: orbit199 14s infinite;
  animation-delay: 1.99s;
  background-color: #40e5e8;
}
@keyframes orbit199 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-70deg) rotateY(2deg) translateX(60px) rotateZ(70deg);
  }
  80% {
    transform: rotateZ(-70deg) rotateY(2deg) translateX(60px) rotateZ(70deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-70deg) rotateY(2deg) translateX(180px) rotateZ(70deg);
  }
}
.c:nth-child(200) {
  animation: orbit200 14s infinite;
  animation-delay: 2s;
  background-color: #40e5e8;
}
@keyframes orbit200 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-11deg) rotateY(78deg) translateX(60px) rotateZ(11deg);
  }
  80% {
    transform: rotateZ(-11deg) rotateY(78deg) translateX(60px) rotateZ(11deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-11deg) rotateY(78deg) translateX(180px) rotateZ(11deg);
  }
}
.c:nth-child(201) {
  animation: orbit201 14s infinite;
  animation-delay: 2.01s;
  background-color: #40e5e8;
}
@keyframes orbit201 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-199deg) rotateY(309deg) translateX(60px) rotateZ(199deg);
  }
  80% {
    transform: rotateZ(-199deg) rotateY(309deg) translateX(60px) rotateZ(199deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-199deg) rotateY(309deg) translateX(180px) rotateZ(199deg);
  }
}
.c:nth-child(202) {
  animation: orbit202 14s infinite;
  animation-delay: 2.02s;
  background-color: #40e5e8;
}
@keyframes orbit202 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-153deg) rotateY(62deg) translateX(60px) rotateZ(153deg);
  }
  80% {
    transform: rotateZ(-153deg) rotateY(62deg) translateX(60px) rotateZ(153deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-153deg) rotateY(62deg) translateX(180px) rotateZ(153deg);
  }
}
.c:nth-child(203) {
  animation: orbit203 14s infinite;
  animation-delay: 2.03s;
  background-color: #40e5e8;
}
@keyframes orbit203 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-222deg) rotateY(121deg) translateX(60px) rotateZ(222deg);
  }
  80% {
    transform: rotateZ(-222deg) rotateY(121deg) translateX(60px) rotateZ(222deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-222deg) rotateY(121deg) translateX(180px) rotateZ(222deg);
  }
}
.c:nth-child(204) {
  animation: orbit204 14s infinite;
  animation-delay: 2.04s;
  background-color: #40e5e8;
}
@keyframes orbit204 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-10deg) rotateY(47deg) translateX(60px) rotateZ(10deg);
  }
  80% {
    transform: rotateZ(-10deg) rotateY(47deg) translateX(60px) rotateZ(10deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-10deg) rotateY(47deg) translateX(180px) rotateZ(10deg);
  }
}
.c:nth-child(205) {
  animation: orbit205 14s infinite;
  animation-delay: 2.05s;
  background-color: #40e5e8;
}
@keyframes orbit205 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-266deg) rotateY(247deg) translateX(60px) rotateZ(266deg);
  }
  80% {
    transform: rotateZ(-266deg) rotateY(247deg) translateX(60px) rotateZ(266deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-266deg) rotateY(247deg) translateX(180px) rotateZ(266deg);
  }
}
.c:nth-child(206) {
  animation: orbit206 14s infinite;
  animation-delay: 2.06s;
  background-color: #40e5e8;
}
@keyframes orbit206 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-90deg) rotateY(199deg) translateX(60px) rotateZ(90deg);
  }
  80% {
    transform: rotateZ(-90deg) rotateY(199deg) translateX(60px) rotateZ(90deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-90deg) rotateY(199deg) translateX(180px) rotateZ(90deg);
  }
}
.c:nth-child(207) {
  animation: orbit207 14s infinite;
  animation-delay: 2.07s;
  background-color: #40e5e8;
}
@keyframes orbit207 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-247deg) rotateY(39deg) translateX(60px) rotateZ(247deg);
  }
  80% {
    transform: rotateZ(-247deg) rotateY(39deg) translateX(60px) rotateZ(247deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-247deg) rotateY(39deg) translateX(180px) rotateZ(247deg);
  }
}
.c:nth-child(208) {
  animation: orbit208 14s infinite;
  animation-delay: 2.08s;
  background-color: #40e5e8;
}
@keyframes orbit208 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-240deg) rotateY(125deg) translateX(60px) rotateZ(240deg);
  }
  80% {
    transform: rotateZ(-240deg) rotateY(125deg) translateX(60px) rotateZ(240deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-240deg) rotateY(125deg) translateX(180px) rotateZ(240deg);
  }
}
.c:nth-child(209) {
  animation: orbit209 14s infinite;
  animation-delay: 2.09s;
  background-color: #40e5e8;
}
@keyframes orbit209 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-8deg) rotateY(173deg) translateX(60px) rotateZ(8deg);
  }
  80% {
    transform: rotateZ(-8deg) rotateY(173deg) translateX(60px) rotateZ(8deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-8deg) rotateY(173deg) translateX(180px) rotateZ(8deg);
  }
}
.c:nth-child(210) {
  animation: orbit210 14s infinite;
  animation-delay: 2.1s;
  background-color: #40e5e8;
}
@keyframes orbit210 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-305deg) rotateY(311deg) translateX(60px) rotateZ(305deg);
  }
  80% {
    transform: rotateZ(-305deg) rotateY(311deg) translateX(60px) rotateZ(305deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-305deg) rotateY(311deg) translateX(180px) rotateZ(305deg);
  }
}
.c:nth-child(211) {
  animation: orbit211 14s infinite;
  animation-delay: 2.11s;
  background-color: #40e5e8;
}
@keyframes orbit211 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-281deg) rotateY(128deg) translateX(60px) rotateZ(281deg);
  }
  80% {
    transform: rotateZ(-281deg) rotateY(128deg) translateX(60px) rotateZ(281deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-281deg) rotateY(128deg) translateX(180px) rotateZ(281deg);
  }
}
.c:nth-child(212) {
  animation: orbit212 14s infinite;
  animation-delay: 2.12s;
  background-color: #40e5e8;
}
@keyframes orbit212 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-244deg) rotateY(50deg) translateX(60px) rotateZ(244deg);
  }
  80% {
    transform: rotateZ(-244deg) rotateY(50deg) translateX(60px) rotateZ(244deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-244deg) rotateY(50deg) translateX(180px) rotateZ(244deg);
  }
}
.c:nth-child(213) {
  animation: orbit213 14s infinite;
  animation-delay: 2.13s;
  background-color: #40e5e8;
}
@keyframes orbit213 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-213deg) rotateY(77deg) translateX(60px) rotateZ(213deg);
  }
  80% {
    transform: rotateZ(-213deg) rotateY(77deg) translateX(60px) rotateZ(213deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-213deg) rotateY(77deg) translateX(180px) rotateZ(213deg);
  }
}
.c:nth-child(214) {
  animation: orbit214 14s infinite;
  animation-delay: 2.14s;
  background-color: #40e5e8;
}
@keyframes orbit214 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-284deg) rotateY(57deg) translateX(60px) rotateZ(284deg);
  }
  80% {
    transform: rotateZ(-284deg) rotateY(57deg) translateX(60px) rotateZ(284deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-284deg) rotateY(57deg) translateX(180px) rotateZ(284deg);
  }
}
.c:nth-child(215) {
  animation: orbit215 14s infinite;
  animation-delay: 2.15s;
  background-color: #40e5e8;
}
@keyframes orbit215 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-226deg) rotateY(348deg) translateX(60px) rotateZ(226deg);
  }
  80% {
    transform: rotateZ(-226deg) rotateY(348deg) translateX(60px) rotateZ(226deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-226deg) rotateY(348deg) translateX(180px) rotateZ(226deg);
  }
}
.c:nth-child(216) {
  animation: orbit216 14s infinite;
  animation-delay: 2.16s;
  background-color: #40e5e8;
}
@keyframes orbit216 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-292deg) rotateY(25deg) translateX(60px) rotateZ(292deg);
  }
  80% {
    transform: rotateZ(-292deg) rotateY(25deg) translateX(60px) rotateZ(292deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-292deg) rotateY(25deg) translateX(180px) rotateZ(292deg);
  }
}
.c:nth-child(217) {
  animation: orbit217 14s infinite;
  animation-delay: 2.17s;
  background-color: #40e5e8;
}
@keyframes orbit217 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-84deg) rotateY(169deg) translateX(60px) rotateZ(84deg);
  }
  80% {
    transform: rotateZ(-84deg) rotateY(169deg) translateX(60px) rotateZ(84deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-84deg) rotateY(169deg) translateX(180px) rotateZ(84deg);
  }
}
.c:nth-child(218) {
  animation: orbit218 14s infinite;
  animation-delay: 2.18s;
  background-color: #40e5e8;
}
@keyframes orbit218 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-166deg) rotateY(238deg) translateX(60px) rotateZ(166deg);
  }
  80% {
    transform: rotateZ(-166deg) rotateY(238deg) translateX(60px) rotateZ(166deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-166deg) rotateY(238deg) translateX(180px) rotateZ(166deg);
  }
}
.c:nth-child(219) {
  animation: orbit219 14s infinite;
  animation-delay: 2.19s;
  background-color: #40e5e8;
}
@keyframes orbit219 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-229deg) rotateY(133deg) translateX(60px) rotateZ(229deg);
  }
  80% {
    transform: rotateZ(-229deg) rotateY(133deg) translateX(60px) rotateZ(229deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-229deg) rotateY(133deg) translateX(180px) rotateZ(229deg);
  }
}
.c:nth-child(220) {
  animation: orbit220 14s infinite;
  animation-delay: 2.2s;
  background-color: #40e5e8;
}
@keyframes orbit220 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-268deg) rotateY(292deg) translateX(60px) rotateZ(268deg);
  }
  80% {
    transform: rotateZ(-268deg) rotateY(292deg) translateX(60px) rotateZ(268deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-268deg) rotateY(292deg) translateX(180px) rotateZ(268deg);
  }
}
.c:nth-child(221) {
  animation: orbit221 14s infinite;
  animation-delay: 2.21s;
  background-color: #40e5e8;
}
@keyframes orbit221 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-272deg) rotateY(341deg) translateX(60px) rotateZ(272deg);
  }
  80% {
    transform: rotateZ(-272deg) rotateY(341deg) translateX(60px) rotateZ(272deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-272deg) rotateY(341deg) translateX(180px) rotateZ(272deg);
  }
}
.c:nth-child(222) {
  animation: orbit222 14s infinite;
  animation-delay: 2.22s;
  background-color: #40e5e8;
}
@keyframes orbit222 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-87deg) rotateY(130deg) translateX(60px) rotateZ(87deg);
  }
  80% {
    transform: rotateZ(-87deg) rotateY(130deg) translateX(60px) rotateZ(87deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-87deg) rotateY(130deg) translateX(180px) rotateZ(87deg);
  }
}
.c:nth-child(223) {
  animation: orbit223 14s infinite;
  animation-delay: 2.23s;
  background-color: #40e5e8;
}
@keyframes orbit223 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-329deg) rotateY(219deg) translateX(60px) rotateZ(329deg);
  }
  80% {
    transform: rotateZ(-329deg) rotateY(219deg) translateX(60px) rotateZ(329deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-329deg) rotateY(219deg) translateX(180px) rotateZ(329deg);
  }
}
.c:nth-child(224) {
  animation: orbit224 14s infinite;
  animation-delay: 2.24s;
  background-color: #40e5e8;
}
@keyframes orbit224 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-90deg) rotateY(28deg) translateX(60px) rotateZ(90deg);
  }
  80% {
    transform: rotateZ(-90deg) rotateY(28deg) translateX(60px) rotateZ(90deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-90deg) rotateY(28deg) translateX(180px) rotateZ(90deg);
  }
}
.c:nth-child(225) {
  animation: orbit225 14s infinite;
  animation-delay: 2.25s;
  background-color: #40e5e8;
}
@keyframes orbit225 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-20deg) rotateY(90deg) translateX(60px) rotateZ(20deg);
  }
  80% {
    transform: rotateZ(-20deg) rotateY(90deg) translateX(60px) rotateZ(20deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-20deg) rotateY(90deg) translateX(180px) rotateZ(20deg);
  }
}
.c:nth-child(226) {
  animation: orbit226 14s infinite;
  animation-delay: 2.26s;
  background-color: #40e5e8;
}
@keyframes orbit226 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-293deg) rotateY(17deg) translateX(60px) rotateZ(293deg);
  }
  80% {
    transform: rotateZ(-293deg) rotateY(17deg) translateX(60px) rotateZ(293deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-293deg) rotateY(17deg) translateX(180px) rotateZ(293deg);
  }
}
.c:nth-child(227) {
  animation: orbit227 14s infinite;
  animation-delay: 2.27s;
  background-color: #40e5e8;
}
@keyframes orbit227 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-223deg) rotateY(178deg) translateX(60px) rotateZ(223deg);
  }
  80% {
    transform: rotateZ(-223deg) rotateY(178deg) translateX(60px) rotateZ(223deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-223deg) rotateY(178deg) translateX(180px) rotateZ(223deg);
  }
}
.c:nth-child(228) {
  animation: orbit228 14s infinite;
  animation-delay: 2.28s;
  background-color: #40e5e8;
}
@keyframes orbit228 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-59deg) rotateY(196deg) translateX(60px) rotateZ(59deg);
  }
  80% {
    transform: rotateZ(-59deg) rotateY(196deg) translateX(60px) rotateZ(59deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-59deg) rotateY(196deg) translateX(180px) rotateZ(59deg);
  }
}
.c:nth-child(229) {
  animation: orbit229 14s infinite;
  animation-delay: 2.29s;
  background-color: #40e5e8;
}
@keyframes orbit229 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-152deg) rotateY(23deg) translateX(60px) rotateZ(152deg);
  }
  80% {
    transform: rotateZ(-152deg) rotateY(23deg) translateX(60px) rotateZ(152deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-152deg) rotateY(23deg) translateX(180px) rotateZ(152deg);
  }
}
.c:nth-child(230) {
  animation: orbit230 14s infinite;
  animation-delay: 2.3s;
  background-color: #40e5e8;
}
@keyframes orbit230 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-183deg) rotateY(307deg) translateX(60px) rotateZ(183deg);
  }
  80% {
    transform: rotateZ(-183deg) rotateY(307deg) translateX(60px) rotateZ(183deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-183deg) rotateY(307deg) translateX(180px) rotateZ(183deg);
  }
}
.c:nth-child(231) {
  animation: orbit231 14s infinite;
  animation-delay: 2.31s;
  background-color: #40e5e8;
}
@keyframes orbit231 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-200deg) rotateY(303deg) translateX(60px) rotateZ(200deg);
  }
  80% {
    transform: rotateZ(-200deg) rotateY(303deg) translateX(60px) rotateZ(200deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-200deg) rotateY(303deg) translateX(180px) rotateZ(200deg);
  }
}
.c:nth-child(232) {
  animation: orbit232 14s infinite;
  animation-delay: 2.32s;
  background-color: #40e5e8;
}
@keyframes orbit232 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-297deg) rotateY(238deg) translateX(60px) rotateZ(297deg);
  }
  80% {
    transform: rotateZ(-297deg) rotateY(238deg) translateX(60px) rotateZ(297deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-297deg) rotateY(238deg) translateX(180px) rotateZ(297deg);
  }
}
.c:nth-child(233) {
  animation: orbit233 14s infinite;
  animation-delay: 2.33s;
  background-color: #40e5e8;
}
@keyframes orbit233 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-224deg) rotateY(43deg) translateX(60px) rotateZ(224deg);
  }
  80% {
    transform: rotateZ(-224deg) rotateY(43deg) translateX(60px) rotateZ(224deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-224deg) rotateY(43deg) translateX(180px) rotateZ(224deg);
  }
}
.c:nth-child(234) {
  animation: orbit234 14s infinite;
  animation-delay: 2.34s;
  background-color: #40e5e8;
}
@keyframes orbit234 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-186deg) rotateY(161deg) translateX(60px) rotateZ(186deg);
  }
  80% {
    transform: rotateZ(-186deg) rotateY(161deg) translateX(60px) rotateZ(186deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-186deg) rotateY(161deg) translateX(180px) rotateZ(186deg);
  }
}
.c:nth-child(235) {
  animation: orbit235 14s infinite;
  animation-delay: 2.35s;
  background-color: #40e5e8;
}
@keyframes orbit235 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-179deg) rotateY(57deg) translateX(60px) rotateZ(179deg);
  }
  80% {
    transform: rotateZ(-179deg) rotateY(57deg) translateX(60px) rotateZ(179deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-179deg) rotateY(57deg) translateX(180px) rotateZ(179deg);
  }
}
.c:nth-child(236) {
  animation: orbit236 14s infinite;
  animation-delay: 2.36s;
  background-color: #40e5e8;
}
@keyframes orbit236 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-242deg) rotateY(37deg) translateX(60px) rotateZ(242deg);
  }
  80% {
    transform: rotateZ(-242deg) rotateY(37deg) translateX(60px) rotateZ(242deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-242deg) rotateY(37deg) translateX(180px) rotateZ(242deg);
  }
}
.c:nth-child(237) {
  animation: orbit237 14s infinite;
  animation-delay: 2.37s;
  background-color: #40e5e8;
}
@keyframes orbit237 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-168deg) rotateY(242deg) translateX(60px) rotateZ(168deg);
  }
  80% {
    transform: rotateZ(-168deg) rotateY(242deg) translateX(60px) rotateZ(168deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-168deg) rotateY(242deg) translateX(180px) rotateZ(168deg);
  }
}
.c:nth-child(238) {
  animation: orbit238 14s infinite;
  animation-delay: 2.38s;
  background-color: #40e5e8;
}
@keyframes orbit238 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-125deg) rotateY(246deg) translateX(60px) rotateZ(125deg);
  }
  80% {
    transform: rotateZ(-125deg) rotateY(246deg) translateX(60px) rotateZ(125deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-125deg) rotateY(246deg) translateX(180px) rotateZ(125deg);
  }
}
.c:nth-child(239) {
  animation: orbit239 14s infinite;
  animation-delay: 2.39s;
  background-color: #40e5e8;
}
@keyframes orbit239 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-128deg) rotateY(34deg) translateX(60px) rotateZ(128deg);
  }
  80% {
    transform: rotateZ(-128deg) rotateY(34deg) translateX(60px) rotateZ(128deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-128deg) rotateY(34deg) translateX(180px) rotateZ(128deg);
  }
}
.c:nth-child(240) {
  animation: orbit240 14s infinite;
  animation-delay: 2.4s;
  background-color: #40e5e8;
}
@keyframes orbit240 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-21deg) rotateY(43deg) translateX(60px) rotateZ(21deg);
  }
  80% {
    transform: rotateZ(-21deg) rotateY(43deg) translateX(60px) rotateZ(21deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-21deg) rotateY(43deg) translateX(180px) rotateZ(21deg);
  }
}
.c:nth-child(241) {
  animation: orbit241 14s infinite;
  animation-delay: 2.41s;
  background-color: #40e5e8;
}
@keyframes orbit241 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-149deg) rotateY(321deg) translateX(60px) rotateZ(149deg);
  }
  80% {
    transform: rotateZ(-149deg) rotateY(321deg) translateX(60px) rotateZ(149deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-149deg) rotateY(321deg) translateX(180px) rotateZ(149deg);
  }
}
.c:nth-child(242) {
  animation: orbit242 14s infinite;
  animation-delay: 2.42s;
  background-color: #40e5e8;
}
@keyframes orbit242 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-320deg) rotateY(203deg) translateX(60px) rotateZ(320deg);
  }
  80% {
    transform: rotateZ(-320deg) rotateY(203deg) translateX(60px) rotateZ(320deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-320deg) rotateY(203deg) translateX(180px) rotateZ(320deg);
  }
}
.c:nth-child(243) {
  animation: orbit243 14s infinite;
  animation-delay: 2.43s;
  background-color: #40e5e8;
}
@keyframes orbit243 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-93deg) rotateY(109deg) translateX(60px) rotateZ(93deg);
  }
  80% {
    transform: rotateZ(-93deg) rotateY(109deg) translateX(60px) rotateZ(93deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-93deg) rotateY(109deg) translateX(180px) rotateZ(93deg);
  }
}
.c:nth-child(244) {
  animation: orbit244 14s infinite;
  animation-delay: 2.44s;
  background-color: #40e5e8;
}
@keyframes orbit244 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-245deg) rotateY(39deg) translateX(60px) rotateZ(245deg);
  }
  80% {
    transform: rotateZ(-245deg) rotateY(39deg) translateX(60px) rotateZ(245deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-245deg) rotateY(39deg) translateX(180px) rotateZ(245deg);
  }
}
.c:nth-child(245) {
  animation: orbit245 14s infinite;
  animation-delay: 2.45s;
  background-color: #40e5e8;
}
@keyframes orbit245 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-314deg) rotateY(111deg) translateX(60px) rotateZ(314deg);
  }
  80% {
    transform: rotateZ(-314deg) rotateY(111deg) translateX(60px) rotateZ(314deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-314deg) rotateY(111deg) translateX(180px) rotateZ(314deg);
  }
}
.c:nth-child(246) {
  animation: orbit246 14s infinite;
  animation-delay: 2.46s;
  background-color: #40e5e8;
}
@keyframes orbit246 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-338deg) rotateY(28deg) translateX(60px) rotateZ(338deg);
  }
  80% {
    transform: rotateZ(-338deg) rotateY(28deg) translateX(60px) rotateZ(338deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-338deg) rotateY(28deg) translateX(180px) rotateZ(338deg);
  }
}
.c:nth-child(247) {
  animation: orbit247 14s infinite;
  animation-delay: 2.47s;
  background-color: #40e5e8;
}
@keyframes orbit247 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-359deg) rotateY(128deg) translateX(60px) rotateZ(359deg);
  }
  80% {
    transform: rotateZ(-359deg) rotateY(128deg) translateX(60px) rotateZ(359deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-359deg) rotateY(128deg) translateX(180px) rotateZ(359deg);
  }
}
.c:nth-child(248) {
  animation: orbit248 14s infinite;
  animation-delay: 2.48s;
  background-color: #40e5e8;
}
@keyframes orbit248 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-187deg) rotateY(356deg) translateX(60px) rotateZ(187deg);
  }
  80% {
    transform: rotateZ(-187deg) rotateY(356deg) translateX(60px) rotateZ(187deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-187deg) rotateY(356deg) translateX(180px) rotateZ(187deg);
  }
}
.c:nth-child(249) {
  animation: orbit249 14s infinite;
  animation-delay: 2.49s;
  background-color: #40e5e8;
}
@keyframes orbit249 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-231deg) rotateY(149deg) translateX(60px) rotateZ(231deg);
  }
  80% {
    transform: rotateZ(-231deg) rotateY(149deg) translateX(60px) rotateZ(231deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-231deg) rotateY(149deg) translateX(180px) rotateZ(231deg);
  }
}
.c:nth-child(250) {
  animation: orbit250 14s infinite;
  animation-delay: 2.5s;
  background-color: #40e5e8;
}
@keyframes orbit250 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-118deg) rotateY(302deg) translateX(60px) rotateZ(118deg);
  }
  80% {
    transform: rotateZ(-118deg) rotateY(302deg) translateX(60px) rotateZ(118deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-118deg) rotateY(302deg) translateX(180px) rotateZ(118deg);
  }
}
.c:nth-child(251) {
  animation: orbit251 14s infinite;
  animation-delay: 2.51s;
  background-color: #40e5e8;
}
@keyframes orbit251 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-119deg) rotateY(178deg) translateX(60px) rotateZ(119deg);
  }
  80% {
    transform: rotateZ(-119deg) rotateY(178deg) translateX(60px) rotateZ(119deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-119deg) rotateY(178deg) translateX(180px) rotateZ(119deg);
  }
}
.c:nth-child(252) {
  animation: orbit252 14s infinite;
  animation-delay: 2.52s;
  background-color: #40e5e8;
}
@keyframes orbit252 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-356deg) rotateY(282deg) translateX(60px) rotateZ(356deg);
  }
  80% {
    transform: rotateZ(-356deg) rotateY(282deg) translateX(60px) rotateZ(356deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-356deg) rotateY(282deg) translateX(180px) rotateZ(356deg);
  }
}
.c:nth-child(253) {
  animation: orbit253 14s infinite;
  animation-delay: 2.53s;
  background-color: #40e5e8;
}
@keyframes orbit253 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-247deg) rotateY(83deg) translateX(60px) rotateZ(247deg);
  }
  80% {
    transform: rotateZ(-247deg) rotateY(83deg) translateX(60px) rotateZ(247deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-247deg) rotateY(83deg) translateX(180px) rotateZ(247deg);
  }
}
.c:nth-child(254) {
  animation: orbit254 14s infinite;
  animation-delay: 2.54s;
  background-color: #40e5e8;
}
@keyframes orbit254 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-234deg) rotateY(46deg) translateX(60px) rotateZ(234deg);
  }
  80% {
    transform: rotateZ(-234deg) rotateY(46deg) translateX(60px) rotateZ(234deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-234deg) rotateY(46deg) translateX(180px) rotateZ(234deg);
  }
}
.c:nth-child(255) {
  animation: orbit255 14s infinite;
  animation-delay: 2.55s;
  background-color: #40e5e8;
}
@keyframes orbit255 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-288deg) rotateY(291deg) translateX(60px) rotateZ(288deg);
  }
  80% {
    transform: rotateZ(-288deg) rotateY(291deg) translateX(60px) rotateZ(288deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-288deg) rotateY(291deg) translateX(180px) rotateZ(288deg);
  }
}
.c:nth-child(256) {
  animation: orbit256 14s infinite;
  animation-delay: 2.56s;
  background-color: #40e5e8;
}
@keyframes orbit256 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-179deg) rotateY(169deg) translateX(60px) rotateZ(179deg);
  }
  80% {
    transform: rotateZ(-179deg) rotateY(169deg) translateX(60px) rotateZ(179deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-179deg) rotateY(169deg) translateX(180px) rotateZ(179deg);
  }
}
.c:nth-child(257) {
  animation: orbit257 14s infinite;
  animation-delay: 2.57s;
  background-color: #40e5e8;
}
@keyframes orbit257 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-272deg) rotateY(165deg) translateX(60px) rotateZ(272deg);
  }
  80% {
    transform: rotateZ(-272deg) rotateY(165deg) translateX(60px) rotateZ(272deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-272deg) rotateY(165deg) translateX(180px) rotateZ(272deg);
  }
}
.c:nth-child(258) {
  animation: orbit258 14s infinite;
  animation-delay: 2.58s;
  background-color: #40e5e8;
}
@keyframes orbit258 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-37deg) rotateY(341deg) translateX(60px) rotateZ(37deg);
  }
  80% {
    transform: rotateZ(-37deg) rotateY(341deg) translateX(60px) rotateZ(37deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-37deg) rotateY(341deg) translateX(180px) rotateZ(37deg);
  }
}
.c:nth-child(259) {
  animation: orbit259 14s infinite;
  animation-delay: 2.59s;
  background-color: #40e5e8;
}
@keyframes orbit259 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-59deg) rotateY(112deg) translateX(60px) rotateZ(59deg);
  }
  80% {
    transform: rotateZ(-59deg) rotateY(112deg) translateX(60px) rotateZ(59deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-59deg) rotateY(112deg) translateX(180px) rotateZ(59deg);
  }
}
.c:nth-child(260) {
  animation: orbit260 14s infinite;
  animation-delay: 2.6s;
  background-color: #40e5e8;
}
@keyframes orbit260 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-170deg) rotateY(69deg) translateX(60px) rotateZ(170deg);
  }
  80% {
    transform: rotateZ(-170deg) rotateY(69deg) translateX(60px) rotateZ(170deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-170deg) rotateY(69deg) translateX(180px) rotateZ(170deg);
  }
}
.c:nth-child(261) {
  animation: orbit261 14s infinite;
  animation-delay: 2.61s;
  background-color: #40e5e8;
}
@keyframes orbit261 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-10deg) rotateY(15deg) translateX(60px) rotateZ(10deg);
  }
  80% {
    transform: rotateZ(-10deg) rotateY(15deg) translateX(60px) rotateZ(10deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-10deg) rotateY(15deg) translateX(180px) rotateZ(10deg);
  }
}
.c:nth-child(262) {
  animation: orbit262 14s infinite;
  animation-delay: 2.62s;
  background-color: #40e5e8;
}
@keyframes orbit262 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-251deg) rotateY(57deg) translateX(60px) rotateZ(251deg);
  }
  80% {
    transform: rotateZ(-251deg) rotateY(57deg) translateX(60px) rotateZ(251deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-251deg) rotateY(57deg) translateX(180px) rotateZ(251deg);
  }
}
.c:nth-child(263) {
  animation: orbit263 14s infinite;
  animation-delay: 2.63s;
  background-color: #40e5e8;
}
@keyframes orbit263 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-186deg) rotateY(87deg) translateX(60px) rotateZ(186deg);
  }
  80% {
    transform: rotateZ(-186deg) rotateY(87deg) translateX(60px) rotateZ(186deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-186deg) rotateY(87deg) translateX(180px) rotateZ(186deg);
  }
}
.c:nth-child(264) {
  animation: orbit264 14s infinite;
  animation-delay: 2.64s;
  background-color: #40e5e8;
}
@keyframes orbit264 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-278deg) rotateY(120deg) translateX(60px) rotateZ(278deg);
  }
  80% {
    transform: rotateZ(-278deg) rotateY(120deg) translateX(60px) rotateZ(278deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-278deg) rotateY(120deg) translateX(180px) rotateZ(278deg);
  }
}
.c:nth-child(265) {
  animation: orbit265 14s infinite;
  animation-delay: 2.65s;
  background-color: #40e5e8;
}
@keyframes orbit265 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-227deg) rotateY(42deg) translateX(60px) rotateZ(227deg);
  }
  80% {
    transform: rotateZ(-227deg) rotateY(42deg) translateX(60px) rotateZ(227deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-227deg) rotateY(42deg) translateX(180px) rotateZ(227deg);
  }
}
.c:nth-child(266) {
  animation: orbit266 14s infinite;
  animation-delay: 2.66s;
  background-color: #40e5e8;
}
@keyframes orbit266 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-132deg) rotateY(138deg) translateX(60px) rotateZ(132deg);
  }
  80% {
    transform: rotateZ(-132deg) rotateY(138deg) translateX(60px) rotateZ(132deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-132deg) rotateY(138deg) translateX(180px) rotateZ(132deg);
  }
}
.c:nth-child(267) {
  animation: orbit267 14s infinite;
  animation-delay: 2.67s;
  background-color: #40e5e8;
}
@keyframes orbit267 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-360deg) rotateY(158deg) translateX(60px) rotateZ(360deg);
  }
  80% {
    transform: rotateZ(-360deg) rotateY(158deg) translateX(60px) rotateZ(360deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-360deg) rotateY(158deg) translateX(180px) rotateZ(360deg);
  }
}
.c:nth-child(268) {
  animation: orbit268 14s infinite;
  animation-delay: 2.68s;
  background-color: #40e5e8;
}
@keyframes orbit268 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-252deg) rotateY(229deg) translateX(60px) rotateZ(252deg);
  }
  80% {
    transform: rotateZ(-252deg) rotateY(229deg) translateX(60px) rotateZ(252deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-252deg) rotateY(229deg) translateX(180px) rotateZ(252deg);
  }
}
.c:nth-child(269) {
  animation: orbit269 14s infinite;
  animation-delay: 2.69s;
  background-color: #40e5e8;
}
@keyframes orbit269 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-185deg) rotateY(168deg) translateX(60px) rotateZ(185deg);
  }
  80% {
    transform: rotateZ(-185deg) rotateY(168deg) translateX(60px) rotateZ(185deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-185deg) rotateY(168deg) translateX(180px) rotateZ(185deg);
  }
}
.c:nth-child(270) {
  animation: orbit270 14s infinite;
  animation-delay: 2.7s;
  background-color: #40e5e8;
}
@keyframes orbit270 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-288deg) rotateY(260deg) translateX(60px) rotateZ(288deg);
  }
  80% {
    transform: rotateZ(-288deg) rotateY(260deg) translateX(60px) rotateZ(288deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-288deg) rotateY(260deg) translateX(180px) rotateZ(288deg);
  }
}
.c:nth-child(271) {
  animation: orbit271 14s infinite;
  animation-delay: 2.71s;
  background-color: #40e5e8;
}
@keyframes orbit271 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-149deg) rotateY(226deg) translateX(60px) rotateZ(149deg);
  }
  80% {
    transform: rotateZ(-149deg) rotateY(226deg) translateX(60px) rotateZ(149deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-149deg) rotateY(226deg) translateX(180px) rotateZ(149deg);
  }
}
.c:nth-child(272) {
  animation: orbit272 14s infinite;
  animation-delay: 2.72s;
  background-color: #40e5e8;
}
@keyframes orbit272 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-299deg) rotateY(290deg) translateX(60px) rotateZ(299deg);
  }
  80% {
    transform: rotateZ(-299deg) rotateY(290deg) translateX(60px) rotateZ(299deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-299deg) rotateY(290deg) translateX(180px) rotateZ(299deg);
  }
}
.c:nth-child(273) {
  animation: orbit273 14s infinite;
  animation-delay: 2.73s;
  background-color: #40e5e8;
}
@keyframes orbit273 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-178deg) rotateY(330deg) translateX(60px) rotateZ(178deg);
  }
  80% {
    transform: rotateZ(-178deg) rotateY(330deg) translateX(60px) rotateZ(178deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-178deg) rotateY(330deg) translateX(180px) rotateZ(178deg);
  }
}
.c:nth-child(274) {
  animation: orbit274 14s infinite;
  animation-delay: 2.74s;
  background-color: #40e5e8;
}
@keyframes orbit274 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-118deg) rotateY(201deg) translateX(60px) rotateZ(118deg);
  }
  80% {
    transform: rotateZ(-118deg) rotateY(201deg) translateX(60px) rotateZ(118deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-118deg) rotateY(201deg) translateX(180px) rotateZ(118deg);
  }
}
.c:nth-child(275) {
  animation: orbit275 14s infinite;
  animation-delay: 2.75s;
  background-color: #40e5e8;
}
@keyframes orbit275 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-211deg) rotateY(144deg) translateX(60px) rotateZ(211deg);
  }
  80% {
    transform: rotateZ(-211deg) rotateY(144deg) translateX(60px) rotateZ(211deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-211deg) rotateY(144deg) translateX(180px) rotateZ(211deg);
  }
}
.c:nth-child(276) {
  animation: orbit276 14s infinite;
  animation-delay: 2.76s;
  background-color: #40e5e8;
}
@keyframes orbit276 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-289deg) rotateY(312deg) translateX(60px) rotateZ(289deg);
  }
  80% {
    transform: rotateZ(-289deg) rotateY(312deg) translateX(60px) rotateZ(289deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-289deg) rotateY(312deg) translateX(180px) rotateZ(289deg);
  }
}
.c:nth-child(277) {
  animation: orbit277 14s infinite;
  animation-delay: 2.77s;
  background-color: #40e5e8;
}
@keyframes orbit277 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-129deg) rotateY(174deg) translateX(60px) rotateZ(129deg);
  }
  80% {
    transform: rotateZ(-129deg) rotateY(174deg) translateX(60px) rotateZ(129deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-129deg) rotateY(174deg) translateX(180px) rotateZ(129deg);
  }
}
.c:nth-child(278) {
  animation: orbit278 14s infinite;
  animation-delay: 2.78s;
  background-color: #40e5e8;
}
@keyframes orbit278 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-115deg) rotateY(5deg) translateX(60px) rotateZ(115deg);
  }
  80% {
    transform: rotateZ(-115deg) rotateY(5deg) translateX(60px) rotateZ(115deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-115deg) rotateY(5deg) translateX(180px) rotateZ(115deg);
  }
}
.c:nth-child(279) {
  animation: orbit279 14s infinite;
  animation-delay: 2.79s;
  background-color: #40e5e8;
}
@keyframes orbit279 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-307deg) rotateY(262deg) translateX(60px) rotateZ(307deg);
  }
  80% {
    transform: rotateZ(-307deg) rotateY(262deg) translateX(60px) rotateZ(307deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-307deg) rotateY(262deg) translateX(180px) rotateZ(307deg);
  }
}
.c:nth-child(280) {
  animation: orbit280 14s infinite;
  animation-delay: 2.8s;
  background-color: #40e5e8;
}
@keyframes orbit280 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-238deg) rotateY(150deg) translateX(60px) rotateZ(238deg);
  }
  80% {
    transform: rotateZ(-238deg) rotateY(150deg) translateX(60px) rotateZ(238deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-238deg) rotateY(150deg) translateX(180px) rotateZ(238deg);
  }
}
.c:nth-child(281) {
  animation: orbit281 14s infinite;
  animation-delay: 2.81s;
  background-color: #40e5e8;
}
@keyframes orbit281 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-151deg) rotateY(256deg) translateX(60px) rotateZ(151deg);
  }
  80% {
    transform: rotateZ(-151deg) rotateY(256deg) translateX(60px) rotateZ(151deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-151deg) rotateY(256deg) translateX(180px) rotateZ(151deg);
  }
}
.c:nth-child(282) {
  animation: orbit282 14s infinite;
  animation-delay: 2.82s;
  background-color: #40e5e8;
}
@keyframes orbit282 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-219deg) rotateY(170deg) translateX(60px) rotateZ(219deg);
  }
  80% {
    transform: rotateZ(-219deg) rotateY(170deg) translateX(60px) rotateZ(219deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-219deg) rotateY(170deg) translateX(180px) rotateZ(219deg);
  }
}
.c:nth-child(283) {
  animation: orbit283 14s infinite;
  animation-delay: 2.83s;
  background-color: #40e5e8;
}
@keyframes orbit283 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-130deg) rotateY(272deg) translateX(60px) rotateZ(130deg);
  }
  80% {
    transform: rotateZ(-130deg) rotateY(272deg) translateX(60px) rotateZ(130deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-130deg) rotateY(272deg) translateX(180px) rotateZ(130deg);
  }
}
.c:nth-child(284) {
  animation: orbit284 14s infinite;
  animation-delay: 2.84s;
  background-color: #40e5e8;
}
@keyframes orbit284 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-299deg) rotateY(68deg) translateX(60px) rotateZ(299deg);
  }
  80% {
    transform: rotateZ(-299deg) rotateY(68deg) translateX(60px) rotateZ(299deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-299deg) rotateY(68deg) translateX(180px) rotateZ(299deg);
  }
}
.c:nth-child(285) {
  animation: orbit285 14s infinite;
  animation-delay: 2.85s;
  background-color: #40e5e8;
}
@keyframes orbit285 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-249deg) rotateY(143deg) translateX(60px) rotateZ(249deg);
  }
  80% {
    transform: rotateZ(-249deg) rotateY(143deg) translateX(60px) rotateZ(249deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-249deg) rotateY(143deg) translateX(180px) rotateZ(249deg);
  }
}
.c:nth-child(286) {
  animation: orbit286 14s infinite;
  animation-delay: 2.86s;
  background-color: #40e5e8;
}
@keyframes orbit286 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-99deg) rotateY(17deg) translateX(60px) rotateZ(99deg);
  }
  80% {
    transform: rotateZ(-99deg) rotateY(17deg) translateX(60px) rotateZ(99deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-99deg) rotateY(17deg) translateX(180px) rotateZ(99deg);
  }
}
.c:nth-child(287) {
  animation: orbit287 14s infinite;
  animation-delay: 2.87s;
  background-color: #40e5e8;
}
@keyframes orbit287 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-18deg) rotateY(169deg) translateX(60px) rotateZ(18deg);
  }
  80% {
    transform: rotateZ(-18deg) rotateY(169deg) translateX(60px) rotateZ(18deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-18deg) rotateY(169deg) translateX(180px) rotateZ(18deg);
  }
}
.c:nth-child(288) {
  animation: orbit288 14s infinite;
  animation-delay: 2.88s;
  background-color: #40e5e8;
}
@keyframes orbit288 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-63deg) rotateY(40deg) translateX(60px) rotateZ(63deg);
  }
  80% {
    transform: rotateZ(-63deg) rotateY(40deg) translateX(60px) rotateZ(63deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-63deg) rotateY(40deg) translateX(180px) rotateZ(63deg);
  }
}
.c:nth-child(289) {
  animation: orbit289 14s infinite;
  animation-delay: 2.89s;
  background-color: #40e5e8;
}
@keyframes orbit289 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-209deg) rotateY(54deg) translateX(60px) rotateZ(209deg);
  }
  80% {
    transform: rotateZ(-209deg) rotateY(54deg) translateX(60px) rotateZ(209deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-209deg) rotateY(54deg) translateX(180px) rotateZ(209deg);
  }
}
.c:nth-child(290) {
  animation: orbit290 14s infinite;
  animation-delay: 2.9s;
  background-color: #40e5e8;
}
@keyframes orbit290 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-192deg) rotateY(60deg) translateX(60px) rotateZ(192deg);
  }
  80% {
    transform: rotateZ(-192deg) rotateY(60deg) translateX(60px) rotateZ(192deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-192deg) rotateY(60deg) translateX(180px) rotateZ(192deg);
  }
}
.c:nth-child(291) {
  animation: orbit291 14s infinite;
  animation-delay: 2.91s;
  background-color: #40e5e8;
}
@keyframes orbit291 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-99deg) rotateY(324deg) translateX(60px) rotateZ(99deg);
  }
  80% {
    transform: rotateZ(-99deg) rotateY(324deg) translateX(60px) rotateZ(99deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-99deg) rotateY(324deg) translateX(180px) rotateZ(99deg);
  }
}
.c:nth-child(292) {
  animation: orbit292 14s infinite;
  animation-delay: 2.92s;
  background-color: #40e5e8;
}
@keyframes orbit292 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-177deg) rotateY(152deg) translateX(60px) rotateZ(177deg);
  }
  80% {
    transform: rotateZ(-177deg) rotateY(152deg) translateX(60px) rotateZ(177deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-177deg) rotateY(152deg) translateX(180px) rotateZ(177deg);
  }
}
.c:nth-child(293) {
  animation: orbit293 14s infinite;
  animation-delay: 2.93s;
  background-color: #40e5e8;
}
@keyframes orbit293 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-33deg) rotateY(296deg) translateX(60px) rotateZ(33deg);
  }
  80% {
    transform: rotateZ(-33deg) rotateY(296deg) translateX(60px) rotateZ(33deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-33deg) rotateY(296deg) translateX(180px) rotateZ(33deg);
  }
}
.c:nth-child(294) {
  animation: orbit294 14s infinite;
  animation-delay: 2.94s;
  background-color: #40e5e8;
}
@keyframes orbit294 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-310deg) rotateY(138deg) translateX(60px) rotateZ(310deg);
  }
  80% {
    transform: rotateZ(-310deg) rotateY(138deg) translateX(60px) rotateZ(310deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-310deg) rotateY(138deg) translateX(180px) rotateZ(310deg);
  }
}
.c:nth-child(295) {
  animation: orbit295 14s infinite;
  animation-delay: 2.95s;
  background-color: #40e5e8;
}
@keyframes orbit295 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-66deg) rotateY(145deg) translateX(60px) rotateZ(66deg);
  }
  80% {
    transform: rotateZ(-66deg) rotateY(145deg) translateX(60px) rotateZ(66deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-66deg) rotateY(145deg) translateX(180px) rotateZ(66deg);
  }
}
.c:nth-child(296) {
  animation: orbit296 14s infinite;
  animation-delay: 2.96s;
  background-color: #40e5e8;
}
@keyframes orbit296 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-264deg) rotateY(205deg) translateX(60px) rotateZ(264deg);
  }
  80% {
    transform: rotateZ(-264deg) rotateY(205deg) translateX(60px) rotateZ(264deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-264deg) rotateY(205deg) translateX(180px) rotateZ(264deg);
  }
}
.c:nth-child(297) {
  animation: orbit297 14s infinite;
  animation-delay: 2.97s;
  background-color: #40e5e8;
}
@keyframes orbit297 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-272deg) rotateY(125deg) translateX(60px) rotateZ(272deg);
  }
  80% {
    transform: rotateZ(-272deg) rotateY(125deg) translateX(60px) rotateZ(272deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-272deg) rotateY(125deg) translateX(180px) rotateZ(272deg);
  }
}
.c:nth-child(298) {
  animation: orbit298 14s infinite;
  animation-delay: 2.98s;
  background-color: #40e5e8;
}
@keyframes orbit298 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-133deg) rotateY(161deg) translateX(60px) rotateZ(133deg);
  }
  80% {
    transform: rotateZ(-133deg) rotateY(161deg) translateX(60px) rotateZ(133deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-133deg) rotateY(161deg) translateX(180px) rotateZ(133deg);
  }
}
.c:nth-child(299) {
  animation: orbit299 14s infinite;
  animation-delay: 2.99s;
  background-color: #40e5e8;
}
@keyframes orbit299 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-292deg) rotateY(352deg) translateX(60px) rotateZ(292deg);
  }
  80% {
    transform: rotateZ(-292deg) rotateY(352deg) translateX(60px) rotateZ(292deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-292deg) rotateY(352deg) translateX(180px) rotateZ(292deg);
  }
}
.c:nth-child(300) {
  animation: orbit300 14s infinite;
  animation-delay: 3s;
  background-color: #40e5e8;
}
@keyframes orbit300 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-59deg) rotateY(104deg) translateX(60px) rotateZ(59deg);
  }
  80% {
    transform: rotateZ(-59deg) rotateY(104deg) translateX(60px) rotateZ(59deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-59deg) rotateY(104deg) translateX(180px) rotateZ(59deg);
  }
}
.c:nth-child(301) {
  animation: orbit301 14s infinite;
  animation-delay: 3.01s;
  background-color: #40e5e8;
}
@keyframes orbit301 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-125deg) rotateY(127deg) translateX(60px) rotateZ(125deg);
  }
  80% {
    transform: rotateZ(-125deg) rotateY(127deg) translateX(60px) rotateZ(125deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-125deg) rotateY(127deg) translateX(180px) rotateZ(125deg);
  }
}
.c:nth-child(302) {
  animation: orbit302 14s infinite;
  animation-delay: 3.02s;
  background-color: #40e5e8;
}
@keyframes orbit302 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-242deg) rotateY(172deg) translateX(60px) rotateZ(242deg);
  }
  80% {
    transform: rotateZ(-242deg) rotateY(172deg) translateX(60px) rotateZ(242deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-242deg) rotateY(172deg) translateX(180px) rotateZ(242deg);
  }
}
.c:nth-child(303) {
  animation: orbit303 14s infinite;
  animation-delay: 3.03s;
  background-color: #40e5e8;
}
@keyframes orbit303 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-53deg) rotateY(168deg) translateX(60px) rotateZ(53deg);
  }
  80% {
    transform: rotateZ(-53deg) rotateY(168deg) translateX(60px) rotateZ(53deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-53deg) rotateY(168deg) translateX(180px) rotateZ(53deg);
  }
}
.c:nth-child(304) {
  animation: orbit304 14s infinite;
  animation-delay: 3.04s;
  background-color: #40e5e8;
}
@keyframes orbit304 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-324deg) rotateY(238deg) translateX(60px) rotateZ(324deg);
  }
  80% {
    transform: rotateZ(-324deg) rotateY(238deg) translateX(60px) rotateZ(324deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-324deg) rotateY(238deg) translateX(180px) rotateZ(324deg);
  }
}
.c:nth-child(305) {
  animation: orbit305 14s infinite;
  animation-delay: 3.05s;
  background-color: #40e5e8;
}
@keyframes orbit305 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-226deg) rotateY(74deg) translateX(60px) rotateZ(226deg);
  }
  80% {
    transform: rotateZ(-226deg) rotateY(74deg) translateX(60px) rotateZ(226deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-226deg) rotateY(74deg) translateX(180px) rotateZ(226deg);
  }
}
.c:nth-child(306) {
  animation: orbit306 14s infinite;
  animation-delay: 3.06s;
  background-color: #40e5e8;
}
@keyframes orbit306 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-78deg) rotateY(51deg) translateX(60px) rotateZ(78deg);
  }
  80% {
    transform: rotateZ(-78deg) rotateY(51deg) translateX(60px) rotateZ(78deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-78deg) rotateY(51deg) translateX(180px) rotateZ(78deg);
  }
}
.c:nth-child(307) {
  animation: orbit307 14s infinite;
  animation-delay: 3.07s;
  background-color: #40e5e8;
}
@keyframes orbit307 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-209deg) rotateY(295deg) translateX(60px) rotateZ(209deg);
  }
  80% {
    transform: rotateZ(-209deg) rotateY(295deg) translateX(60px) rotateZ(209deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-209deg) rotateY(295deg) translateX(180px) rotateZ(209deg);
  }
}
.c:nth-child(308) {
  animation: orbit308 14s infinite;
  animation-delay: 3.08s;
  background-color: #40e5e8;
}
@keyframes orbit308 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-26deg) rotateY(101deg) translateX(60px) rotateZ(26deg);
  }
  80% {
    transform: rotateZ(-26deg) rotateY(101deg) translateX(60px) rotateZ(26deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-26deg) rotateY(101deg) translateX(180px) rotateZ(26deg);
  }
}
.c:nth-child(309) {
  animation: orbit309 14s infinite;
  animation-delay: 3.09s;
  background-color: #40e5e8;
}
@keyframes orbit309 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-125deg) rotateY(293deg) translateX(60px) rotateZ(125deg);
  }
  80% {
    transform: rotateZ(-125deg) rotateY(293deg) translateX(60px) rotateZ(125deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-125deg) rotateY(293deg) translateX(180px) rotateZ(125deg);
  }
}
.c:nth-child(310) {
  animation: orbit310 14s infinite;
  animation-delay: 3.1s;
  background-color: #40e5e8;
}
@keyframes orbit310 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-204deg) rotateY(131deg) translateX(60px) rotateZ(204deg);
  }
  80% {
    transform: rotateZ(-204deg) rotateY(131deg) translateX(60px) rotateZ(204deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-204deg) rotateY(131deg) translateX(180px) rotateZ(204deg);
  }
}
.c:nth-child(311) {
  animation: orbit311 14s infinite;
  animation-delay: 3.11s;
  background-color: #40e5e8;
}
@keyframes orbit311 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-129deg) rotateY(107deg) translateX(60px) rotateZ(129deg);
  }
  80% {
    transform: rotateZ(-129deg) rotateY(107deg) translateX(60px) rotateZ(129deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-129deg) rotateY(107deg) translateX(180px) rotateZ(129deg);
  }
}
.c:nth-child(312) {
  animation: orbit312 14s infinite;
  animation-delay: 3.12s;
  background-color: #40e5e8;
}
@keyframes orbit312 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-280deg) rotateY(236deg) translateX(60px) rotateZ(280deg);
  }
  80% {
    transform: rotateZ(-280deg) rotateY(236deg) translateX(60px) rotateZ(280deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-280deg) rotateY(236deg) translateX(180px) rotateZ(280deg);
  }
}
.c:nth-child(313) {
  animation: orbit313 14s infinite;
  animation-delay: 3.13s;
  background-color: #40e5e8;
}
@keyframes orbit313 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-141deg) rotateY(307deg) translateX(60px) rotateZ(141deg);
  }
  80% {
    transform: rotateZ(-141deg) rotateY(307deg) translateX(60px) rotateZ(141deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-141deg) rotateY(307deg) translateX(180px) rotateZ(141deg);
  }
}
.c:nth-child(314) {
  animation: orbit314 14s infinite;
  animation-delay: 3.14s;
  background-color: #40e5e8;
}
@keyframes orbit314 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-352deg) rotateY(100deg) translateX(60px) rotateZ(352deg);
  }
  80% {
    transform: rotateZ(-352deg) rotateY(100deg) translateX(60px) rotateZ(352deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-352deg) rotateY(100deg) translateX(180px) rotateZ(352deg);
  }
}
.c:nth-child(315) {
  animation: orbit315 14s infinite;
  animation-delay: 3.15s;
  background-color: #40e5e8;
}
@keyframes orbit315 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-2deg) rotateY(92deg) translateX(60px) rotateZ(2deg);
  }
  80% {
    transform: rotateZ(-2deg) rotateY(92deg) translateX(60px) rotateZ(2deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-2deg) rotateY(92deg) translateX(180px) rotateZ(2deg);
  }
}
.c:nth-child(316) {
  animation: orbit316 14s infinite;
  animation-delay: 3.16s;
  background-color: #40e5e8;
}
@keyframes orbit316 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-310deg) rotateY(83deg) translateX(60px) rotateZ(310deg);
  }
  80% {
    transform: rotateZ(-310deg) rotateY(83deg) translateX(60px) rotateZ(310deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-310deg) rotateY(83deg) translateX(180px) rotateZ(310deg);
  }
}
.c:nth-child(317) {
  animation: orbit317 14s infinite;
  animation-delay: 3.17s;
  background-color: #40e5e8;
}
@keyframes orbit317 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-40deg) rotateY(346deg) translateX(60px) rotateZ(40deg);
  }
  80% {
    transform: rotateZ(-40deg) rotateY(346deg) translateX(60px) rotateZ(40deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-40deg) rotateY(346deg) translateX(180px) rotateZ(40deg);
  }
}
.c:nth-child(318) {
  animation: orbit318 14s infinite;
  animation-delay: 3.18s;
  background-color: #40e5e8;
}
@keyframes orbit318 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-226deg) rotateY(230deg) translateX(60px) rotateZ(226deg);
  }
  80% {
    transform: rotateZ(-226deg) rotateY(230deg) translateX(60px) rotateZ(226deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-226deg) rotateY(230deg) translateX(180px) rotateZ(226deg);
  }
}
.c:nth-child(319) {
  animation: orbit319 14s infinite;
  animation-delay: 3.19s;
  background-color: #40e5e8;
}
@keyframes orbit319 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-109deg) rotateY(86deg) translateX(60px) rotateZ(109deg);
  }
  80% {
    transform: rotateZ(-109deg) rotateY(86deg) translateX(60px) rotateZ(109deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-109deg) rotateY(86deg) translateX(180px) rotateZ(109deg);
  }
}
.c:nth-child(320) {
  animation: orbit320 14s infinite;
  animation-delay: 3.2s;
  background-color: #40e5e8;
}
@keyframes orbit320 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-86deg) rotateY(111deg) translateX(60px) rotateZ(86deg);
  }
  80% {
    transform: rotateZ(-86deg) rotateY(111deg) translateX(60px) rotateZ(86deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-86deg) rotateY(111deg) translateX(180px) rotateZ(86deg);
  }
}
.c:nth-child(321) {
  animation: orbit321 14s infinite;
  animation-delay: 3.21s;
  background-color: #40e5e8;
}
@keyframes orbit321 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-12deg) rotateY(104deg) translateX(60px) rotateZ(12deg);
  }
  80% {
    transform: rotateZ(-12deg) rotateY(104deg) translateX(60px) rotateZ(12deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-12deg) rotateY(104deg) translateX(180px) rotateZ(12deg);
  }
}
.c:nth-child(322) {
  animation: orbit322 14s infinite;
  animation-delay: 3.22s;
  background-color: #40e5e8;
}
@keyframes orbit322 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-38deg) rotateY(11deg) translateX(60px) rotateZ(38deg);
  }
  80% {
    transform: rotateZ(-38deg) rotateY(11deg) translateX(60px) rotateZ(38deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-38deg) rotateY(11deg) translateX(180px) rotateZ(38deg);
  }
}
.c:nth-child(323) {
  animation: orbit323 14s infinite;
  animation-delay: 3.23s;
  background-color: #40e5e8;
}
@keyframes orbit323 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-268deg) rotateY(159deg) translateX(60px) rotateZ(268deg);
  }
  80% {
    transform: rotateZ(-268deg) rotateY(159deg) translateX(60px) rotateZ(268deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-268deg) rotateY(159deg) translateX(180px) rotateZ(268deg);
  }
}
.c:nth-child(324) {
  animation: orbit324 14s infinite;
  animation-delay: 3.24s;
  background-color: #40e5e8;
}
@keyframes orbit324 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-195deg) rotateY(286deg) translateX(60px) rotateZ(195deg);
  }
  80% {
    transform: rotateZ(-195deg) rotateY(286deg) translateX(60px) rotateZ(195deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-195deg) rotateY(286deg) translateX(180px) rotateZ(195deg);
  }
}
.c:nth-child(325) {
  animation: orbit325 14s infinite;
  animation-delay: 3.25s;
  background-color: #40e5e8;
}
@keyframes orbit325 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-260deg) rotateY(136deg) translateX(60px) rotateZ(260deg);
  }
  80% {
    transform: rotateZ(-260deg) rotateY(136deg) translateX(60px) rotateZ(260deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-260deg) rotateY(136deg) translateX(180px) rotateZ(260deg);
  }
}
.c:nth-child(326) {
  animation: orbit326 14s infinite;
  animation-delay: 3.26s;
  background-color: #40e5e8;
}
@keyframes orbit326 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-142deg) rotateY(224deg) translateX(60px) rotateZ(142deg);
  }
  80% {
    transform: rotateZ(-142deg) rotateY(224deg) translateX(60px) rotateZ(142deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-142deg) rotateY(224deg) translateX(180px) rotateZ(142deg);
  }
}
.c:nth-child(327) {
  animation: orbit327 14s infinite;
  animation-delay: 3.27s;
  background-color: #40e5e8;
}
@keyframes orbit327 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-182deg) rotateY(15deg) translateX(60px) rotateZ(182deg);
  }
  80% {
    transform: rotateZ(-182deg) rotateY(15deg) translateX(60px) rotateZ(182deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-182deg) rotateY(15deg) translateX(180px) rotateZ(182deg);
  }
}
.c:nth-child(328) {
  animation: orbit328 14s infinite;
  animation-delay: 3.28s;
  background-color: #40e5e8;
}
@keyframes orbit328 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-331deg) rotateY(342deg) translateX(60px) rotateZ(331deg);
  }
  80% {
    transform: rotateZ(-331deg) rotateY(342deg) translateX(60px) rotateZ(331deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-331deg) rotateY(342deg) translateX(180px) rotateZ(331deg);
  }
}
.c:nth-child(329) {
  animation: orbit329 14s infinite;
  animation-delay: 3.29s;
  background-color: #40e5e8;
}
@keyframes orbit329 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-127deg) rotateY(98deg) translateX(60px) rotateZ(127deg);
  }
  80% {
    transform: rotateZ(-127deg) rotateY(98deg) translateX(60px) rotateZ(127deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-127deg) rotateY(98deg) translateX(180px) rotateZ(127deg);
  }
}
.c:nth-child(330) {
  animation: orbit330 14s infinite;
  animation-delay: 3.3s;
  background-color: #40e5e8;
}
@keyframes orbit330 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-45deg) rotateY(294deg) translateX(60px) rotateZ(45deg);
  }
  80% {
    transform: rotateZ(-45deg) rotateY(294deg) translateX(60px) rotateZ(45deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-45deg) rotateY(294deg) translateX(180px) rotateZ(45deg);
  }
}
.c:nth-child(331) {
  animation: orbit331 14s infinite;
  animation-delay: 3.31s;
  background-color: #40e5e8;
}
@keyframes orbit331 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-284deg) rotateY(334deg) translateX(60px) rotateZ(284deg);
  }
  80% {
    transform: rotateZ(-284deg) rotateY(334deg) translateX(60px) rotateZ(284deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-284deg) rotateY(334deg) translateX(180px) rotateZ(284deg);
  }
}
.c:nth-child(332) {
  animation: orbit332 14s infinite;
  animation-delay: 3.32s;
  background-color: #40e5e8;
}
@keyframes orbit332 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-287deg) rotateY(20deg) translateX(60px) rotateZ(287deg);
  }
  80% {
    transform: rotateZ(-287deg) rotateY(20deg) translateX(60px) rotateZ(287deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-287deg) rotateY(20deg) translateX(180px) rotateZ(287deg);
  }
}
.c:nth-child(333) {
  animation: orbit333 14s infinite;
  animation-delay: 3.33s;
  background-color: #40e5e8;
}
@keyframes orbit333 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-151deg) rotateY(13deg) translateX(60px) rotateZ(151deg);
  }
  80% {
    transform: rotateZ(-151deg) rotateY(13deg) translateX(60px) rotateZ(151deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-151deg) rotateY(13deg) translateX(180px) rotateZ(151deg);
  }
}
.c:nth-child(334) {
  animation: orbit334 14s infinite;
  animation-delay: 3.34s;
  background-color: #40e5e8;
}
@keyframes orbit334 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-10deg) rotateY(32deg) translateX(60px) rotateZ(10deg);
  }
  80% {
    transform: rotateZ(-10deg) rotateY(32deg) translateX(60px) rotateZ(10deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-10deg) rotateY(32deg) translateX(180px) rotateZ(10deg);
  }
}
.c:nth-child(335) {
  animation: orbit335 14s infinite;
  animation-delay: 3.35s;
  background-color: #40e5e8;
}
@keyframes orbit335 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-287deg) rotateY(202deg) translateX(60px) rotateZ(287deg);
  }
  80% {
    transform: rotateZ(-287deg) rotateY(202deg) translateX(60px) rotateZ(287deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-287deg) rotateY(202deg) translateX(180px) rotateZ(287deg);
  }
}
.c:nth-child(336) {
  animation: orbit336 14s infinite;
  animation-delay: 3.36s;
  background-color: #40e5e8;
}
@keyframes orbit336 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-84deg) rotateY(223deg) translateX(60px) rotateZ(84deg);
  }
  80% {
    transform: rotateZ(-84deg) rotateY(223deg) translateX(60px) rotateZ(84deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-84deg) rotateY(223deg) translateX(180px) rotateZ(84deg);
  }
}
.c:nth-child(337) {
  animation: orbit337 14s infinite;
  animation-delay: 3.37s;
  background-color: #40e5e8;
}
@keyframes orbit337 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-164deg) rotateY(192deg) translateX(60px) rotateZ(164deg);
  }
  80% {
    transform: rotateZ(-164deg) rotateY(192deg) translateX(60px) rotateZ(164deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-164deg) rotateY(192deg) translateX(180px) rotateZ(164deg);
  }
}
.c:nth-child(338) {
  animation: orbit338 14s infinite;
  animation-delay: 3.38s;
  background-color: #40e5e8;
}
@keyframes orbit338 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-317deg) rotateY(15deg) translateX(60px) rotateZ(317deg);
  }
  80% {
    transform: rotateZ(-317deg) rotateY(15deg) translateX(60px) rotateZ(317deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-317deg) rotateY(15deg) translateX(180px) rotateZ(317deg);
  }
}
.c:nth-child(339) {
  animation: orbit339 14s infinite;
  animation-delay: 3.39s;
  background-color: #40e5e8;
}
@keyframes orbit339 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-150deg) rotateY(264deg) translateX(60px) rotateZ(150deg);
  }
  80% {
    transform: rotateZ(-150deg) rotateY(264deg) translateX(60px) rotateZ(150deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-150deg) rotateY(264deg) translateX(180px) rotateZ(150deg);
  }
}
.c:nth-child(340) {
  animation: orbit340 14s infinite;
  animation-delay: 3.4s;
  background-color: #40e5e8;
}
@keyframes orbit340 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-222deg) rotateY(206deg) translateX(60px) rotateZ(222deg);
  }
  80% {
    transform: rotateZ(-222deg) rotateY(206deg) translateX(60px) rotateZ(222deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-222deg) rotateY(206deg) translateX(180px) rotateZ(222deg);
  }
}
.c:nth-child(341) {
  animation: orbit341 14s infinite;
  animation-delay: 3.41s;
  background-color: #40e5e8;
}
@keyframes orbit341 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-65deg) rotateY(104deg) translateX(60px) rotateZ(65deg);
  }
  80% {
    transform: rotateZ(-65deg) rotateY(104deg) translateX(60px) rotateZ(65deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-65deg) rotateY(104deg) translateX(180px) rotateZ(65deg);
  }
}
.c:nth-child(342) {
  animation: orbit342 14s infinite;
  animation-delay: 3.42s;
  background-color: #40e5e8;
}
@keyframes orbit342 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-336deg) rotateY(66deg) translateX(60px) rotateZ(336deg);
  }
  80% {
    transform: rotateZ(-336deg) rotateY(66deg) translateX(60px) rotateZ(336deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-336deg) rotateY(66deg) translateX(180px) rotateZ(336deg);
  }
}
.c:nth-child(343) {
  animation: orbit343 14s infinite;
  animation-delay: 3.43s;
  background-color: #40e5e8;
}
@keyframes orbit343 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-345deg) rotateY(141deg) translateX(60px) rotateZ(345deg);
  }
  80% {
    transform: rotateZ(-345deg) rotateY(141deg) translateX(60px) rotateZ(345deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-345deg) rotateY(141deg) translateX(180px) rotateZ(345deg);
  }
}
.c:nth-child(344) {
  animation: orbit344 14s infinite;
  animation-delay: 3.44s;
  background-color: #40e5e8;
}
@keyframes orbit344 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-61deg) rotateY(177deg) translateX(60px) rotateZ(61deg);
  }
  80% {
    transform: rotateZ(-61deg) rotateY(177deg) translateX(60px) rotateZ(61deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-61deg) rotateY(177deg) translateX(180px) rotateZ(61deg);
  }
}
.c:nth-child(345) {
  animation: orbit345 14s infinite;
  animation-delay: 3.45s;
  background-color: #40e5e8;
}
@keyframes orbit345 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-339deg) rotateY(121deg) translateX(60px) rotateZ(339deg);
  }
  80% {
    transform: rotateZ(-339deg) rotateY(121deg) translateX(60px) rotateZ(339deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-339deg) rotateY(121deg) translateX(180px) rotateZ(339deg);
  }
}
.c:nth-child(346) {
  animation: orbit346 14s infinite;
  animation-delay: 3.46s;
  background-color: #40e5e8;
}
@keyframes orbit346 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-63deg) rotateY(289deg) translateX(60px) rotateZ(63deg);
  }
  80% {
    transform: rotateZ(-63deg) rotateY(289deg) translateX(60px) rotateZ(63deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-63deg) rotateY(289deg) translateX(180px) rotateZ(63deg);
  }
}
.c:nth-child(347) {
  animation: orbit347 14s infinite;
  animation-delay: 3.47s;
  background-color: #40e5e8;
}
@keyframes orbit347 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-201deg) rotateY(122deg) translateX(60px) rotateZ(201deg);
  }
  80% {
    transform: rotateZ(-201deg) rotateY(122deg) translateX(60px) rotateZ(201deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-201deg) rotateY(122deg) translateX(180px) rotateZ(201deg);
  }
}
.c:nth-child(348) {
  animation: orbit348 14s infinite;
  animation-delay: 3.48s;
  background-color: #40e5e8;
}
@keyframes orbit348 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-320deg) rotateY(177deg) translateX(60px) rotateZ(320deg);
  }
  80% {
    transform: rotateZ(-320deg) rotateY(177deg) translateX(60px) rotateZ(320deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-320deg) rotateY(177deg) translateX(180px) rotateZ(320deg);
  }
}
.c:nth-child(349) {
  animation: orbit349 14s infinite;
  animation-delay: 3.49s;
  background-color: #40e5e8;
}
@keyframes orbit349 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-26deg) rotateY(339deg) translateX(60px) rotateZ(26deg);
  }
  80% {
    transform: rotateZ(-26deg) rotateY(339deg) translateX(60px) rotateZ(26deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-26deg) rotateY(339deg) translateX(180px) rotateZ(26deg);
  }
}
.c:nth-child(350) {
  animation: orbit350 14s infinite;
  animation-delay: 3.5s;
  background-color: #40e5e8;
}
@keyframes orbit350 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-144deg) rotateY(279deg) translateX(60px) rotateZ(144deg);
  }
  80% {
    transform: rotateZ(-144deg) rotateY(279deg) translateX(60px) rotateZ(144deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-144deg) rotateY(279deg) translateX(180px) rotateZ(144deg);
  }
}
.c:nth-child(351) {
  animation: orbit351 14s infinite;
  animation-delay: 3.51s;
  background-color: #40e5e8;
}
@keyframes orbit351 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-89deg) rotateY(352deg) translateX(60px) rotateZ(89deg);
  }
  80% {
    transform: rotateZ(-89deg) rotateY(352deg) translateX(60px) rotateZ(89deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-89deg) rotateY(352deg) translateX(180px) rotateZ(89deg);
  }
}
.c:nth-child(352) {
  animation: orbit352 14s infinite;
  animation-delay: 3.52s;
  background-color: #40e5e8;
}
@keyframes orbit352 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-151deg) rotateY(24deg) translateX(60px) rotateZ(151deg);
  }
  80% {
    transform: rotateZ(-151deg) rotateY(24deg) translateX(60px) rotateZ(151deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-151deg) rotateY(24deg) translateX(180px) rotateZ(151deg);
  }
}
.c:nth-child(353) {
  animation: orbit353 14s infinite;
  animation-delay: 3.53s;
  background-color: #40e5e8;
}
@keyframes orbit353 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-144deg) rotateY(22deg) translateX(60px) rotateZ(144deg);
  }
  80% {
    transform: rotateZ(-144deg) rotateY(22deg) translateX(60px) rotateZ(144deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-144deg) rotateY(22deg) translateX(180px) rotateZ(144deg);
  }
}
.c:nth-child(354) {
  animation: orbit354 14s infinite;
  animation-delay: 3.54s;
  background-color: #40e5e8;
}
@keyframes orbit354 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-244deg) rotateY(352deg) translateX(60px) rotateZ(244deg);
  }
  80% {
    transform: rotateZ(-244deg) rotateY(352deg) translateX(60px) rotateZ(244deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-244deg) rotateY(352deg) translateX(180px) rotateZ(244deg);
  }
}
.c:nth-child(355) {
  animation: orbit355 14s infinite;
  animation-delay: 3.55s;
  background-color: #40e5e8;
}
@keyframes orbit355 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-302deg) rotateY(196deg) translateX(60px) rotateZ(302deg);
  }
  80% {
    transform: rotateZ(-302deg) rotateY(196deg) translateX(60px) rotateZ(302deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-302deg) rotateY(196deg) translateX(180px) rotateZ(302deg);
  }
}
.c:nth-child(356) {
  animation: orbit356 14s infinite;
  animation-delay: 3.56s;
  background-color: #40e5e8;
}
@keyframes orbit356 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-232deg) rotateY(208deg) translateX(60px) rotateZ(232deg);
  }
  80% {
    transform: rotateZ(-232deg) rotateY(208deg) translateX(60px) rotateZ(232deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-232deg) rotateY(208deg) translateX(180px) rotateZ(232deg);
  }
}
.c:nth-child(357) {
  animation: orbit357 14s infinite;
  animation-delay: 3.57s;
  background-color: #40e5e8;
}
@keyframes orbit357 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-236deg) rotateY(255deg) translateX(60px) rotateZ(236deg);
  }
  80% {
    transform: rotateZ(-236deg) rotateY(255deg) translateX(60px) rotateZ(236deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-236deg) rotateY(255deg) translateX(180px) rotateZ(236deg);
  }
}
.c:nth-child(358) {
  animation: orbit358 14s infinite;
  animation-delay: 3.58s;
  background-color: #40e5e8;
}
@keyframes orbit358 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-226deg) rotateY(111deg) translateX(60px) rotateZ(226deg);
  }
  80% {
    transform: rotateZ(-226deg) rotateY(111deg) translateX(60px) rotateZ(226deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-226deg) rotateY(111deg) translateX(180px) rotateZ(226deg);
  }
}
.c:nth-child(359) {
  animation: orbit359 14s infinite;
  animation-delay: 3.59s;
  background-color: #40e5e8;
}
@keyframes orbit359 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-334deg) rotateY(152deg) translateX(60px) rotateZ(334deg);
  }
  80% {
    transform: rotateZ(-334deg) rotateY(152deg) translateX(60px) rotateZ(334deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-334deg) rotateY(152deg) translateX(180px) rotateZ(334deg);
  }
}
.c:nth-child(360) {
  animation: orbit360 14s infinite;
  animation-delay: 3.6s;
  background-color: #40e5e8;
}
@keyframes orbit360 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-229deg) rotateY(193deg) translateX(60px) rotateZ(229deg);
  }
  80% {
    transform: rotateZ(-229deg) rotateY(193deg) translateX(60px) rotateZ(229deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-229deg) rotateY(193deg) translateX(180px) rotateZ(229deg);
  }
}
.c:nth-child(361) {
  animation: orbit361 14s infinite;
  animation-delay: 3.61s;
  background-color: #40e5e8;
}
@keyframes orbit361 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-54deg) rotateY(4deg) translateX(60px) rotateZ(54deg);
  }
  80% {
    transform: rotateZ(-54deg) rotateY(4deg) translateX(60px) rotateZ(54deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-54deg) rotateY(4deg) translateX(180px) rotateZ(54deg);
  }
}
.c:nth-child(362) {
  animation: orbit362 14s infinite;
  animation-delay: 3.62s;
  background-color: #40e5e8;
}
@keyframes orbit362 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-342deg) rotateY(144deg) translateX(60px) rotateZ(342deg);
  }
  80% {
    transform: rotateZ(-342deg) rotateY(144deg) translateX(60px) rotateZ(342deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-342deg) rotateY(144deg) translateX(180px) rotateZ(342deg);
  }
}
.c:nth-child(363) {
  animation: orbit363 14s infinite;
  animation-delay: 3.63s;
  background-color: #40e5e8;
}
@keyframes orbit363 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-89deg) rotateY(40deg) translateX(60px) rotateZ(89deg);
  }
  80% {
    transform: rotateZ(-89deg) rotateY(40deg) translateX(60px) rotateZ(89deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-89deg) rotateY(40deg) translateX(180px) rotateZ(89deg);
  }
}
.c:nth-child(364) {
  animation: orbit364 14s infinite;
  animation-delay: 3.64s;
  background-color: #40e5e8;
}
@keyframes orbit364 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-11deg) rotateY(122deg) translateX(60px) rotateZ(11deg);
  }
  80% {
    transform: rotateZ(-11deg) rotateY(122deg) translateX(60px) rotateZ(11deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-11deg) rotateY(122deg) translateX(180px) rotateZ(11deg);
  }
}
.c:nth-child(365) {
  animation: orbit365 14s infinite;
  animation-delay: 3.65s;
  background-color: #40e5e8;
}
@keyframes orbit365 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-118deg) rotateY(68deg) translateX(60px) rotateZ(118deg);
  }
  80% {
    transform: rotateZ(-118deg) rotateY(68deg) translateX(60px) rotateZ(118deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-118deg) rotateY(68deg) translateX(180px) rotateZ(118deg);
  }
}
.c:nth-child(366) {
  animation: orbit366 14s infinite;
  animation-delay: 3.66s;
  background-color: #40e5e8;
}
@keyframes orbit366 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-189deg) rotateY(259deg) translateX(60px) rotateZ(189deg);
  }
  80% {
    transform: rotateZ(-189deg) rotateY(259deg) translateX(60px) rotateZ(189deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-189deg) rotateY(259deg) translateX(180px) rotateZ(189deg);
  }
}
.c:nth-child(367) {
  animation: orbit367 14s infinite;
  animation-delay: 3.67s;
  background-color: #40e5e8;
}
@keyframes orbit367 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-207deg) rotateY(183deg) translateX(60px) rotateZ(207deg);
  }
  80% {
    transform: rotateZ(-207deg) rotateY(183deg) translateX(60px) rotateZ(207deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-207deg) rotateY(183deg) translateX(180px) rotateZ(207deg);
  }
}
.c:nth-child(368) {
  animation: orbit368 14s infinite;
  animation-delay: 3.68s;
  background-color: #40e5e8;
}
@keyframes orbit368 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-246deg) rotateY(146deg) translateX(60px) rotateZ(246deg);
  }
  80% {
    transform: rotateZ(-246deg) rotateY(146deg) translateX(60px) rotateZ(246deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-246deg) rotateY(146deg) translateX(180px) rotateZ(246deg);
  }
}
.c:nth-child(369) {
  animation: orbit369 14s infinite;
  animation-delay: 3.69s;
  background-color: #40e5e8;
}
@keyframes orbit369 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-33deg) rotateY(60deg) translateX(60px) rotateZ(33deg);
  }
  80% {
    transform: rotateZ(-33deg) rotateY(60deg) translateX(60px) rotateZ(33deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-33deg) rotateY(60deg) translateX(180px) rotateZ(33deg);
  }
}
.c:nth-child(370) {
  animation: orbit370 14s infinite;
  animation-delay: 3.7s;
  background-color: #40e5e8;
}
@keyframes orbit370 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-107deg) rotateY(181deg) translateX(60px) rotateZ(107deg);
  }
  80% {
    transform: rotateZ(-107deg) rotateY(181deg) translateX(60px) rotateZ(107deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-107deg) rotateY(181deg) translateX(180px) rotateZ(107deg);
  }
}
.c:nth-child(371) {
  animation: orbit371 14s infinite;
  animation-delay: 3.71s;
  background-color: #40e5e8;
}
@keyframes orbit371 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-131deg) rotateY(324deg) translateX(60px) rotateZ(131deg);
  }
  80% {
    transform: rotateZ(-131deg) rotateY(324deg) translateX(60px) rotateZ(131deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-131deg) rotateY(324deg) translateX(180px) rotateZ(131deg);
  }
}
.c:nth-child(372) {
  animation: orbit372 14s infinite;
  animation-delay: 3.72s;
  background-color: #40e5e8;
}
@keyframes orbit372 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-10deg) rotateY(65deg) translateX(60px) rotateZ(10deg);
  }
  80% {
    transform: rotateZ(-10deg) rotateY(65deg) translateX(60px) rotateZ(10deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-10deg) rotateY(65deg) translateX(180px) rotateZ(10deg);
  }
}
.c:nth-child(373) {
  animation: orbit373 14s infinite;
  animation-delay: 3.73s;
  background-color: #40e5e8;
}
@keyframes orbit373 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-58deg) rotateY(269deg) translateX(60px) rotateZ(58deg);
  }
  80% {
    transform: rotateZ(-58deg) rotateY(269deg) translateX(60px) rotateZ(58deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-58deg) rotateY(269deg) translateX(180px) rotateZ(58deg);
  }
}
.c:nth-child(374) {
  animation: orbit374 14s infinite;
  animation-delay: 3.74s;
  background-color: #40e5e8;
}
@keyframes orbit374 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-203deg) rotateY(128deg) translateX(60px) rotateZ(203deg);
  }
  80% {
    transform: rotateZ(-203deg) rotateY(128deg) translateX(60px) rotateZ(203deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-203deg) rotateY(128deg) translateX(180px) rotateZ(203deg);
  }
}
.c:nth-child(375) {
  animation: orbit375 14s infinite;
  animation-delay: 3.75s;
  background-color: #40e5e8;
}
@keyframes orbit375 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-51deg) rotateY(239deg) translateX(60px) rotateZ(51deg);
  }
  80% {
    transform: rotateZ(-51deg) rotateY(239deg) translateX(60px) rotateZ(51deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-51deg) rotateY(239deg) translateX(180px) rotateZ(51deg);
  }
}
.c:nth-child(376) {
  animation: orbit376 14s infinite;
  animation-delay: 3.76s;
  background-color: #40e5e8;
}
@keyframes orbit376 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-179deg) rotateY(327deg) translateX(60px) rotateZ(179deg);
  }
  80% {
    transform: rotateZ(-179deg) rotateY(327deg) translateX(60px) rotateZ(179deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-179deg) rotateY(327deg) translateX(180px) rotateZ(179deg);
  }
}
.c:nth-child(377) {
  animation: orbit377 14s infinite;
  animation-delay: 3.77s;
  background-color: #40e5e8;
}
@keyframes orbit377 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-33deg) rotateY(74deg) translateX(60px) rotateZ(33deg);
  }
  80% {
    transform: rotateZ(-33deg) rotateY(74deg) translateX(60px) rotateZ(33deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-33deg) rotateY(74deg) translateX(180px) rotateZ(33deg);
  }
}
.c:nth-child(378) {
  animation: orbit378 14s infinite;
  animation-delay: 3.78s;
  background-color: #40e5e8;
}
@keyframes orbit378 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-128deg) rotateY(27deg) translateX(60px) rotateZ(128deg);
  }
  80% {
    transform: rotateZ(-128deg) rotateY(27deg) translateX(60px) rotateZ(128deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-128deg) rotateY(27deg) translateX(180px) rotateZ(128deg);
  }
}
.c:nth-child(379) {
  animation: orbit379 14s infinite;
  animation-delay: 3.79s;
  background-color: #40e5e8;
}
@keyframes orbit379 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-67deg) rotateY(47deg) translateX(60px) rotateZ(67deg);
  }
  80% {
    transform: rotateZ(-67deg) rotateY(47deg) translateX(60px) rotateZ(67deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-67deg) rotateY(47deg) translateX(180px) rotateZ(67deg);
  }
}
.c:nth-child(380) {
  animation: orbit380 14s infinite;
  animation-delay: 3.8s;
  background-color: #40e5e8;
}
@keyframes orbit380 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-40deg) rotateY(215deg) translateX(60px) rotateZ(40deg);
  }
  80% {
    transform: rotateZ(-40deg) rotateY(215deg) translateX(60px) rotateZ(40deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-40deg) rotateY(215deg) translateX(180px) rotateZ(40deg);
  }
}
.c:nth-child(381) {
  animation: orbit381 14s infinite;
  animation-delay: 3.81s;
  background-color: #40e5e8;
}
@keyframes orbit381 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-117deg) rotateY(139deg) translateX(60px) rotateZ(117deg);
  }
  80% {
    transform: rotateZ(-117deg) rotateY(139deg) translateX(60px) rotateZ(117deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-117deg) rotateY(139deg) translateX(180px) rotateZ(117deg);
  }
}
.c:nth-child(382) {
  animation: orbit382 14s infinite;
  animation-delay: 3.82s;
  background-color: #40e5e8;
}
@keyframes orbit382 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-328deg) rotateY(12deg) translateX(60px) rotateZ(328deg);
  }
  80% {
    transform: rotateZ(-328deg) rotateY(12deg) translateX(60px) rotateZ(328deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-328deg) rotateY(12deg) translateX(180px) rotateZ(328deg);
  }
}
.c:nth-child(383) {
  animation: orbit383 14s infinite;
  animation-delay: 3.83s;
  background-color: #40e5e8;
}
@keyframes orbit383 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-22deg) rotateY(294deg) translateX(60px) rotateZ(22deg);
  }
  80% {
    transform: rotateZ(-22deg) rotateY(294deg) translateX(60px) rotateZ(22deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-22deg) rotateY(294deg) translateX(180px) rotateZ(22deg);
  }
}
.c:nth-child(384) {
  animation: orbit384 14s infinite;
  animation-delay: 3.84s;
  background-color: #40e5e8;
}
@keyframes orbit384 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-309deg) rotateY(54deg) translateX(60px) rotateZ(309deg);
  }
  80% {
    transform: rotateZ(-309deg) rotateY(54deg) translateX(60px) rotateZ(309deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-309deg) rotateY(54deg) translateX(180px) rotateZ(309deg);
  }
}
.c:nth-child(385) {
  animation: orbit385 14s infinite;
  animation-delay: 3.85s;
  background-color: #40e5e8;
}
@keyframes orbit385 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-50deg) rotateY(175deg) translateX(60px) rotateZ(50deg);
  }
  80% {
    transform: rotateZ(-50deg) rotateY(175deg) translateX(60px) rotateZ(50deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-50deg) rotateY(175deg) translateX(180px) rotateZ(50deg);
  }
}
.c:nth-child(386) {
  animation: orbit386 14s infinite;
  animation-delay: 3.86s;
  background-color: #40e5e8;
}
@keyframes orbit386 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-150deg) rotateY(81deg) translateX(60px) rotateZ(150deg);
  }
  80% {
    transform: rotateZ(-150deg) rotateY(81deg) translateX(60px) rotateZ(150deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-150deg) rotateY(81deg) translateX(180px) rotateZ(150deg);
  }
}
.c:nth-child(387) {
  animation: orbit387 14s infinite;
  animation-delay: 3.87s;
  background-color: #40e5e8;
}
@keyframes orbit387 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-288deg) rotateY(213deg) translateX(60px) rotateZ(288deg);
  }
  80% {
    transform: rotateZ(-288deg) rotateY(213deg) translateX(60px) rotateZ(288deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-288deg) rotateY(213deg) translateX(180px) rotateZ(288deg);
  }
}
.c:nth-child(388) {
  animation: orbit388 14s infinite;
  animation-delay: 3.88s;
  background-color: #40e5e8;
}
@keyframes orbit388 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-287deg) rotateY(317deg) translateX(60px) rotateZ(287deg);
  }
  80% {
    transform: rotateZ(-287deg) rotateY(317deg) translateX(60px) rotateZ(287deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-287deg) rotateY(317deg) translateX(180px) rotateZ(287deg);
  }
}
.c:nth-child(389) {
  animation: orbit389 14s infinite;
  animation-delay: 3.89s;
  background-color: #40e5e8;
}
@keyframes orbit389 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-62deg) rotateY(117deg) translateX(60px) rotateZ(62deg);
  }
  80% {
    transform: rotateZ(-62deg) rotateY(117deg) translateX(60px) rotateZ(62deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-62deg) rotateY(117deg) translateX(180px) rotateZ(62deg);
  }
}
.c:nth-child(390) {
  animation: orbit390 14s infinite;
  animation-delay: 3.9s;
  background-color: #40e5e8;
}
@keyframes orbit390 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-247deg) rotateY(307deg) translateX(60px) rotateZ(247deg);
  }
  80% {
    transform: rotateZ(-247deg) rotateY(307deg) translateX(60px) rotateZ(247deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-247deg) rotateY(307deg) translateX(180px) rotateZ(247deg);
  }
}
.c:nth-child(391) {
  animation: orbit391 14s infinite;
  animation-delay: 3.91s;
  background-color: #40e5e8;
}
@keyframes orbit391 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-173deg) rotateY(317deg) translateX(60px) rotateZ(173deg);
  }
  80% {
    transform: rotateZ(-173deg) rotateY(317deg) translateX(60px) rotateZ(173deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-173deg) rotateY(317deg) translateX(180px) rotateZ(173deg);
  }
}
.c:nth-child(392) {
  animation: orbit392 14s infinite;
  animation-delay: 3.92s;
  background-color: #40e5e8;
}
@keyframes orbit392 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-25deg) rotateY(166deg) translateX(60px) rotateZ(25deg);
  }
  80% {
    transform: rotateZ(-25deg) rotateY(166deg) translateX(60px) rotateZ(25deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-25deg) rotateY(166deg) translateX(180px) rotateZ(25deg);
  }
}
.c:nth-child(393) {
  animation: orbit393 14s infinite;
  animation-delay: 3.93s;
  background-color: #40e5e8;
}
@keyframes orbit393 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-186deg) rotateY(186deg) translateX(60px) rotateZ(186deg);
  }
  80% {
    transform: rotateZ(-186deg) rotateY(186deg) translateX(60px) rotateZ(186deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-186deg) rotateY(186deg) translateX(180px) rotateZ(186deg);
  }
}
.c:nth-child(394) {
  animation: orbit394 14s infinite;
  animation-delay: 3.94s;
  background-color: #40e5e8;
}
@keyframes orbit394 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-180deg) rotateY(147deg) translateX(60px) rotateZ(180deg);
  }
  80% {
    transform: rotateZ(-180deg) rotateY(147deg) translateX(60px) rotateZ(180deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-180deg) rotateY(147deg) translateX(180px) rotateZ(180deg);
  }
}
.c:nth-child(395) {
  animation: orbit395 14s infinite;
  animation-delay: 3.95s;
  background-color: #40e5e8;
}
@keyframes orbit395 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-189deg) rotateY(147deg) translateX(60px) rotateZ(189deg);
  }
  80% {
    transform: rotateZ(-189deg) rotateY(147deg) translateX(60px) rotateZ(189deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-189deg) rotateY(147deg) translateX(180px) rotateZ(189deg);
  }
}
.c:nth-child(396) {
  animation: orbit396 14s infinite;
  animation-delay: 3.96s;
  background-color: #40e5e8;
}
@keyframes orbit396 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-56deg) rotateY(1deg) translateX(60px) rotateZ(56deg);
  }
  80% {
    transform: rotateZ(-56deg) rotateY(1deg) translateX(60px) rotateZ(56deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-56deg) rotateY(1deg) translateX(180px) rotateZ(56deg);
  }
}
.c:nth-child(397) {
  animation: orbit397 14s infinite;
  animation-delay: 3.97s;
  background-color: #40e5e8;
}
@keyframes orbit397 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-293deg) rotateY(234deg) translateX(60px) rotateZ(293deg);
  }
  80% {
    transform: rotateZ(-293deg) rotateY(234deg) translateX(60px) rotateZ(293deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-293deg) rotateY(234deg) translateX(180px) rotateZ(293deg);
  }
}
.c:nth-child(398) {
  animation: orbit398 14s infinite;
  animation-delay: 3.98s;
  background-color: #40e5e8;
}
@keyframes orbit398 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-311deg) rotateY(342deg) translateX(60px) rotateZ(311deg);
  }
  80% {
    transform: rotateZ(-311deg) rotateY(342deg) translateX(60px) rotateZ(311deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-311deg) rotateY(342deg) translateX(180px) rotateZ(311deg);
  }
}
.c:nth-child(399) {
  animation: orbit399 14s infinite;
  animation-delay: 3.99s;
  background-color: #40e5e8;
}
@keyframes orbit399 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-88deg) rotateY(243deg) translateX(60px) rotateZ(88deg);
  }
  80% {
    transform: rotateZ(-88deg) rotateY(243deg) translateX(60px) rotateZ(88deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-88deg) rotateY(243deg) translateX(180px) rotateZ(88deg);
  }
}
.c:nth-child(400) {
  animation: orbit400 14s infinite;
  animation-delay: 4s;
  background-color: #40e5e8;
}
@keyframes orbit400 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-32deg) rotateY(145deg) translateX(60px) rotateZ(32deg);
  }
  80% {
    transform: rotateZ(-32deg) rotateY(145deg) translateX(60px) rotateZ(32deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-32deg) rotateY(145deg) translateX(180px) rotateZ(32deg);
  }
}
.c:nth-child(401) {
  animation: orbit401 14s infinite;
  animation-delay: 4.01s;
  background-color: #40e5e8;
}
@keyframes orbit401 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-285deg) rotateY(87deg) translateX(60px) rotateZ(285deg);
  }
  80% {
    transform: rotateZ(-285deg) rotateY(87deg) translateX(60px) rotateZ(285deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-285deg) rotateY(87deg) translateX(180px) rotateZ(285deg);
  }
}
.c:nth-child(402) {
  animation: orbit402 14s infinite;
  animation-delay: 4.02s;
  background-color: #40e5e8;
}
@keyframes orbit402 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-203deg) rotateY(30deg) translateX(60px) rotateZ(203deg);
  }
  80% {
    transform: rotateZ(-203deg) rotateY(30deg) translateX(60px) rotateZ(203deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-203deg) rotateY(30deg) translateX(180px) rotateZ(203deg);
  }
}
.c:nth-child(403) {
  animation: orbit403 14s infinite;
  animation-delay: 4.03s;
  background-color: #40e5e8;
}
@keyframes orbit403 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-74deg) rotateY(124deg) translateX(60px) rotateZ(74deg);
  }
  80% {
    transform: rotateZ(-74deg) rotateY(124deg) translateX(60px) rotateZ(74deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-74deg) rotateY(124deg) translateX(180px) rotateZ(74deg);
  }
}
.c:nth-child(404) {
  animation: orbit404 14s infinite;
  animation-delay: 4.04s;
  background-color: #40e5e8;
}
@keyframes orbit404 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-181deg) rotateY(183deg) translateX(60px) rotateZ(181deg);
  }
  80% {
    transform: rotateZ(-181deg) rotateY(183deg) translateX(60px) rotateZ(181deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-181deg) rotateY(183deg) translateX(180px) rotateZ(181deg);
  }
}
.c:nth-child(405) {
  animation: orbit405 14s infinite;
  animation-delay: 4.05s;
  background-color: #40e5e8;
}
@keyframes orbit405 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-52deg) rotateY(282deg) translateX(60px) rotateZ(52deg);
  }
  80% {
    transform: rotateZ(-52deg) rotateY(282deg) translateX(60px) rotateZ(52deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-52deg) rotateY(282deg) translateX(180px) rotateZ(52deg);
  }
}
.c:nth-child(406) {
  animation: orbit406 14s infinite;
  animation-delay: 4.06s;
  background-color: #40e5e8;
}
@keyframes orbit406 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-76deg) rotateY(220deg) translateX(60px) rotateZ(76deg);
  }
  80% {
    transform: rotateZ(-76deg) rotateY(220deg) translateX(60px) rotateZ(76deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-76deg) rotateY(220deg) translateX(180px) rotateZ(76deg);
  }
}
.c:nth-child(407) {
  animation: orbit407 14s infinite;
  animation-delay: 4.07s;
  background-color: #40e5e8;
}
@keyframes orbit407 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-17deg) rotateY(60deg) translateX(60px) rotateZ(17deg);
  }
  80% {
    transform: rotateZ(-17deg) rotateY(60deg) translateX(60px) rotateZ(17deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-17deg) rotateY(60deg) translateX(180px) rotateZ(17deg);
  }
}
.c:nth-child(408) {
  animation: orbit408 14s infinite;
  animation-delay: 4.08s;
  background-color: #40e5e8;
}
@keyframes orbit408 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-197deg) rotateY(316deg) translateX(60px) rotateZ(197deg);
  }
  80% {
    transform: rotateZ(-197deg) rotateY(316deg) translateX(60px) rotateZ(197deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-197deg) rotateY(316deg) translateX(180px) rotateZ(197deg);
  }
}
.c:nth-child(409) {
  animation: orbit409 14s infinite;
  animation-delay: 4.09s;
  background-color: #40e5e8;
}
@keyframes orbit409 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-56deg) rotateY(20deg) translateX(60px) rotateZ(56deg);
  }
  80% {
    transform: rotateZ(-56deg) rotateY(20deg) translateX(60px) rotateZ(56deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-56deg) rotateY(20deg) translateX(180px) rotateZ(56deg);
  }
}
.c:nth-child(410) {
  animation: orbit410 14s infinite;
  animation-delay: 4.1s;
  background-color: #40e5e8;
}
@keyframes orbit410 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-314deg) rotateY(224deg) translateX(60px) rotateZ(314deg);
  }
  80% {
    transform: rotateZ(-314deg) rotateY(224deg) translateX(60px) rotateZ(314deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-314deg) rotateY(224deg) translateX(180px) rotateZ(314deg);
  }
}
.c:nth-child(411) {
  animation: orbit411 14s infinite;
  animation-delay: 4.11s;
  background-color: #40e5e8;
}
@keyframes orbit411 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-307deg) rotateY(283deg) translateX(60px) rotateZ(307deg);
  }
  80% {
    transform: rotateZ(-307deg) rotateY(283deg) translateX(60px) rotateZ(307deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-307deg) rotateY(283deg) translateX(180px) rotateZ(307deg);
  }
}
.c:nth-child(412) {
  animation: orbit412 14s infinite;
  animation-delay: 4.12s;
  background-color: #40e5e8;
}
@keyframes orbit412 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-147deg) rotateY(287deg) translateX(60px) rotateZ(147deg);
  }
  80% {
    transform: rotateZ(-147deg) rotateY(287deg) translateX(60px) rotateZ(147deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-147deg) rotateY(287deg) translateX(180px) rotateZ(147deg);
  }
}
.c:nth-child(413) {
  animation: orbit413 14s infinite;
  animation-delay: 4.13s;
  background-color: #40e5e8;
}
@keyframes orbit413 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-223deg) rotateY(112deg) translateX(60px) rotateZ(223deg);
  }
  80% {
    transform: rotateZ(-223deg) rotateY(112deg) translateX(60px) rotateZ(223deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-223deg) rotateY(112deg) translateX(180px) rotateZ(223deg);
  }
}
.c:nth-child(414) {
  animation: orbit414 14s infinite;
  animation-delay: 4.14s;
  background-color: #40e5e8;
}
@keyframes orbit414 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-131deg) rotateY(69deg) translateX(60px) rotateZ(131deg);
  }
  80% {
    transform: rotateZ(-131deg) rotateY(69deg) translateX(60px) rotateZ(131deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-131deg) rotateY(69deg) translateX(180px) rotateZ(131deg);
  }
}
.c:nth-child(415) {
  animation: orbit415 14s infinite;
  animation-delay: 4.15s;
  background-color: #40e5e8;
}
@keyframes orbit415 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-79deg) rotateY(140deg) translateX(60px) rotateZ(79deg);
  }
  80% {
    transform: rotateZ(-79deg) rotateY(140deg) translateX(60px) rotateZ(79deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-79deg) rotateY(140deg) translateX(180px) rotateZ(79deg);
  }
}
.c:nth-child(416) {
  animation: orbit416 14s infinite;
  animation-delay: 4.16s;
  background-color: #40e5e8;
}
@keyframes orbit416 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-178deg) rotateY(279deg) translateX(60px) rotateZ(178deg);
  }
  80% {
    transform: rotateZ(-178deg) rotateY(279deg) translateX(60px) rotateZ(178deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-178deg) rotateY(279deg) translateX(180px) rotateZ(178deg);
  }
}
.c:nth-child(417) {
  animation: orbit417 14s infinite;
  animation-delay: 4.17s;
  background-color: #40e5e8;
}
@keyframes orbit417 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-140deg) rotateY(314deg) translateX(60px) rotateZ(140deg);
  }
  80% {
    transform: rotateZ(-140deg) rotateY(314deg) translateX(60px) rotateZ(140deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-140deg) rotateY(314deg) translateX(180px) rotateZ(140deg);
  }
}
.c:nth-child(418) {
  animation: orbit418 14s infinite;
  animation-delay: 4.18s;
  background-color: #40e5e8;
}
@keyframes orbit418 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-31deg) rotateY(160deg) translateX(60px) rotateZ(31deg);
  }
  80% {
    transform: rotateZ(-31deg) rotateY(160deg) translateX(60px) rotateZ(31deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-31deg) rotateY(160deg) translateX(180px) rotateZ(31deg);
  }
}
.c:nth-child(419) {
  animation: orbit419 14s infinite;
  animation-delay: 4.19s;
  background-color: #40e5e8;
}
@keyframes orbit419 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-342deg) rotateY(246deg) translateX(60px) rotateZ(342deg);
  }
  80% {
    transform: rotateZ(-342deg) rotateY(246deg) translateX(60px) rotateZ(342deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-342deg) rotateY(246deg) translateX(180px) rotateZ(342deg);
  }
}
.c:nth-child(420) {
  animation: orbit420 14s infinite;
  animation-delay: 4.2s;
  background-color: #40e5e8;
}
@keyframes orbit420 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-356deg) rotateY(312deg) translateX(60px) rotateZ(356deg);
  }
  80% {
    transform: rotateZ(-356deg) rotateY(312deg) translateX(60px) rotateZ(356deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-356deg) rotateY(312deg) translateX(180px) rotateZ(356deg);
  }
}
.c:nth-child(421) {
  animation: orbit421 14s infinite;
  animation-delay: 4.21s;
  background-color: #40e5e8;
}
@keyframes orbit421 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-353deg) rotateY(14deg) translateX(60px) rotateZ(353deg);
  }
  80% {
    transform: rotateZ(-353deg) rotateY(14deg) translateX(60px) rotateZ(353deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-353deg) rotateY(14deg) translateX(180px) rotateZ(353deg);
  }
}
.c:nth-child(422) {
  animation: orbit422 14s infinite;
  animation-delay: 4.22s;
  background-color: #40e5e8;
}
@keyframes orbit422 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-354deg) rotateY(199deg) translateX(60px) rotateZ(354deg);
  }
  80% {
    transform: rotateZ(-354deg) rotateY(199deg) translateX(60px) rotateZ(354deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-354deg) rotateY(199deg) translateX(180px) rotateZ(354deg);
  }
}
.c:nth-child(423) {
  animation: orbit423 14s infinite;
  animation-delay: 4.23s;
  background-color: #40e5e8;
}
@keyframes orbit423 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-50deg) rotateY(359deg) translateX(60px) rotateZ(50deg);
  }
  80% {
    transform: rotateZ(-50deg) rotateY(359deg) translateX(60px) rotateZ(50deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-50deg) rotateY(359deg) translateX(180px) rotateZ(50deg);
  }
}
.c:nth-child(424) {
  animation: orbit424 14s infinite;
  animation-delay: 4.24s;
  background-color: #40e5e8;
}
@keyframes orbit424 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-37deg) rotateY(129deg) translateX(60px) rotateZ(37deg);
  }
  80% {
    transform: rotateZ(-37deg) rotateY(129deg) translateX(60px) rotateZ(37deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-37deg) rotateY(129deg) translateX(180px) rotateZ(37deg);
  }
}
.c:nth-child(425) {
  animation: orbit425 14s infinite;
  animation-delay: 4.25s;
  background-color: #40e5e8;
}
@keyframes orbit425 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-149deg) rotateY(286deg) translateX(60px) rotateZ(149deg);
  }
  80% {
    transform: rotateZ(-149deg) rotateY(286deg) translateX(60px) rotateZ(149deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-149deg) rotateY(286deg) translateX(180px) rotateZ(149deg);
  }
}
.c:nth-child(426) {
  animation: orbit426 14s infinite;
  animation-delay: 4.26s;
  background-color: #40e5e8;
}
@keyframes orbit426 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-76deg) rotateY(237deg) translateX(60px) rotateZ(76deg);
  }
  80% {
    transform: rotateZ(-76deg) rotateY(237deg) translateX(60px) rotateZ(76deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-76deg) rotateY(237deg) translateX(180px) rotateZ(76deg);
  }
}
.c:nth-child(427) {
  animation: orbit427 14s infinite;
  animation-delay: 4.27s;
  background-color: #40e5e8;
}
@keyframes orbit427 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-224deg) rotateY(332deg) translateX(60px) rotateZ(224deg);
  }
  80% {
    transform: rotateZ(-224deg) rotateY(332deg) translateX(60px) rotateZ(224deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-224deg) rotateY(332deg) translateX(180px) rotateZ(224deg);
  }
}
.c:nth-child(428) {
  animation: orbit428 14s infinite;
  animation-delay: 4.28s;
  background-color: #40e5e8;
}
@keyframes orbit428 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-259deg) rotateY(289deg) translateX(60px) rotateZ(259deg);
  }
  80% {
    transform: rotateZ(-259deg) rotateY(289deg) translateX(60px) rotateZ(259deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-259deg) rotateY(289deg) translateX(180px) rotateZ(259deg);
  }
}
.c:nth-child(429) {
  animation: orbit429 14s infinite;
  animation-delay: 4.29s;
  background-color: #40e5e8;
}
@keyframes orbit429 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-170deg) rotateY(299deg) translateX(60px) rotateZ(170deg);
  }
  80% {
    transform: rotateZ(-170deg) rotateY(299deg) translateX(60px) rotateZ(170deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-170deg) rotateY(299deg) translateX(180px) rotateZ(170deg);
  }
}
.c:nth-child(430) {
  animation: orbit430 14s infinite;
  animation-delay: 4.3s;
  background-color: #40e5e8;
}
@keyframes orbit430 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-12deg) rotateY(265deg) translateX(60px) rotateZ(12deg);
  }
  80% {
    transform: rotateZ(-12deg) rotateY(265deg) translateX(60px) rotateZ(12deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-12deg) rotateY(265deg) translateX(180px) rotateZ(12deg);
  }
}
.c:nth-child(431) {
  animation: orbit431 14s infinite;
  animation-delay: 4.31s;
  background-color: #40e5e8;
}
@keyframes orbit431 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-314deg) rotateY(333deg) translateX(60px) rotateZ(314deg);
  }
  80% {
    transform: rotateZ(-314deg) rotateY(333deg) translateX(60px) rotateZ(314deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-314deg) rotateY(333deg) translateX(180px) rotateZ(314deg);
  }
}
.c:nth-child(432) {
  animation: orbit432 14s infinite;
  animation-delay: 4.32s;
  background-color: #40e5e8;
}
@keyframes orbit432 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-185deg) rotateY(299deg) translateX(60px) rotateZ(185deg);
  }
  80% {
    transform: rotateZ(-185deg) rotateY(299deg) translateX(60px) rotateZ(185deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-185deg) rotateY(299deg) translateX(180px) rotateZ(185deg);
  }
}
.c:nth-child(433) {
  animation: orbit433 14s infinite;
  animation-delay: 4.33s;
  background-color: #40e5e8;
}
@keyframes orbit433 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-70deg) rotateY(5deg) translateX(60px) rotateZ(70deg);
  }
  80% {
    transform: rotateZ(-70deg) rotateY(5deg) translateX(60px) rotateZ(70deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-70deg) rotateY(5deg) translateX(180px) rotateZ(70deg);
  }
}
.c:nth-child(434) {
  animation: orbit434 14s infinite;
  animation-delay: 4.34s;
  background-color: #40e5e8;
}
@keyframes orbit434 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-158deg) rotateY(115deg) translateX(60px) rotateZ(158deg);
  }
  80% {
    transform: rotateZ(-158deg) rotateY(115deg) translateX(60px) rotateZ(158deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-158deg) rotateY(115deg) translateX(180px) rotateZ(158deg);
  }
}
.c:nth-child(435) {
  animation: orbit435 14s infinite;
  animation-delay: 4.35s;
  background-color: #40e5e8;
}
@keyframes orbit435 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-67deg) rotateY(244deg) translateX(60px) rotateZ(67deg);
  }
  80% {
    transform: rotateZ(-67deg) rotateY(244deg) translateX(60px) rotateZ(67deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-67deg) rotateY(244deg) translateX(180px) rotateZ(67deg);
  }
}
.c:nth-child(436) {
  animation: orbit436 14s infinite;
  animation-delay: 4.36s;
  background-color: #40e5e8;
}
@keyframes orbit436 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-258deg) rotateY(186deg) translateX(60px) rotateZ(258deg);
  }
  80% {
    transform: rotateZ(-258deg) rotateY(186deg) translateX(60px) rotateZ(258deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-258deg) rotateY(186deg) translateX(180px) rotateZ(258deg);
  }
}
.c:nth-child(437) {
  animation: orbit437 14s infinite;
  animation-delay: 4.37s;
  background-color: #40e5e8;
}
@keyframes orbit437 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-275deg) rotateY(323deg) translateX(60px) rotateZ(275deg);
  }
  80% {
    transform: rotateZ(-275deg) rotateY(323deg) translateX(60px) rotateZ(275deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-275deg) rotateY(323deg) translateX(180px) rotateZ(275deg);
  }
}
.c:nth-child(438) {
  animation: orbit438 14s infinite;
  animation-delay: 4.38s;
  background-color: #40e5e8;
}
@keyframes orbit438 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-236deg) rotateY(161deg) translateX(60px) rotateZ(236deg);
  }
  80% {
    transform: rotateZ(-236deg) rotateY(161deg) translateX(60px) rotateZ(236deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-236deg) rotateY(161deg) translateX(180px) rotateZ(236deg);
  }
}
.c:nth-child(439) {
  animation: orbit439 14s infinite;
  animation-delay: 4.39s;
  background-color: #40e5e8;
}
@keyframes orbit439 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-102deg) rotateY(198deg) translateX(60px) rotateZ(102deg);
  }
  80% {
    transform: rotateZ(-102deg) rotateY(198deg) translateX(60px) rotateZ(102deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-102deg) rotateY(198deg) translateX(180px) rotateZ(102deg);
  }
}
.c:nth-child(440) {
  animation: orbit440 14s infinite;
  animation-delay: 4.4s;
  background-color: #40e5e8;
}
@keyframes orbit440 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-192deg) rotateY(2deg) translateX(60px) rotateZ(192deg);
  }
  80% {
    transform: rotateZ(-192deg) rotateY(2deg) translateX(60px) rotateZ(192deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-192deg) rotateY(2deg) translateX(180px) rotateZ(192deg);
  }
}
.c:nth-child(441) {
  animation: orbit441 14s infinite;
  animation-delay: 4.41s;
  background-color: #40e5e8;
}
@keyframes orbit441 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-136deg) rotateY(97deg) translateX(60px) rotateZ(136deg);
  }
  80% {
    transform: rotateZ(-136deg) rotateY(97deg) translateX(60px) rotateZ(136deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-136deg) rotateY(97deg) translateX(180px) rotateZ(136deg);
  }
}
.c:nth-child(442) {
  animation: orbit442 14s infinite;
  animation-delay: 4.42s;
  background-color: #40e5e8;
}
@keyframes orbit442 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-303deg) rotateY(273deg) translateX(60px) rotateZ(303deg);
  }
  80% {
    transform: rotateZ(-303deg) rotateY(273deg) translateX(60px) rotateZ(303deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-303deg) rotateY(273deg) translateX(180px) rotateZ(303deg);
  }
}
.c:nth-child(443) {
  animation: orbit443 14s infinite;
  animation-delay: 4.43s;
  background-color: #40e5e8;
}
@keyframes orbit443 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-54deg) rotateY(322deg) translateX(60px) rotateZ(54deg);
  }
  80% {
    transform: rotateZ(-54deg) rotateY(322deg) translateX(60px) rotateZ(54deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-54deg) rotateY(322deg) translateX(180px) rotateZ(54deg);
  }
}
.c:nth-child(444) {
  animation: orbit444 14s infinite;
  animation-delay: 4.44s;
  background-color: #40e5e8;
}
@keyframes orbit444 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-280deg) rotateY(289deg) translateX(60px) rotateZ(280deg);
  }
  80% {
    transform: rotateZ(-280deg) rotateY(289deg) translateX(60px) rotateZ(280deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-280deg) rotateY(289deg) translateX(180px) rotateZ(280deg);
  }
}
.c:nth-child(445) {
  animation: orbit445 14s infinite;
  animation-delay: 4.45s;
  background-color: #40e5e8;
}
@keyframes orbit445 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-317deg) rotateY(103deg) translateX(60px) rotateZ(317deg);
  }
  80% {
    transform: rotateZ(-317deg) rotateY(103deg) translateX(60px) rotateZ(317deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-317deg) rotateY(103deg) translateX(180px) rotateZ(317deg);
  }
}
.c:nth-child(446) {
  animation: orbit446 14s infinite;
  animation-delay: 4.46s;
  background-color: #40e5e8;
}
@keyframes orbit446 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-320deg) rotateY(84deg) translateX(60px) rotateZ(320deg);
  }
  80% {
    transform: rotateZ(-320deg) rotateY(84deg) translateX(60px) rotateZ(320deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-320deg) rotateY(84deg) translateX(180px) rotateZ(320deg);
  }
}
.c:nth-child(447) {
  animation: orbit447 14s infinite;
  animation-delay: 4.47s;
  background-color: #40e5e8;
}
@keyframes orbit447 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-1deg) rotateY(76deg) translateX(60px) rotateZ(1deg);
  }
  80% {
    transform: rotateZ(-1deg) rotateY(76deg) translateX(60px) rotateZ(1deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-1deg) rotateY(76deg) translateX(180px) rotateZ(1deg);
  }
}
.c:nth-child(448) {
  animation: orbit448 14s infinite;
  animation-delay: 4.48s;
  background-color: #40e5e8;
}
@keyframes orbit448 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-216deg) rotateY(344deg) translateX(60px) rotateZ(216deg);
  }
  80% {
    transform: rotateZ(-216deg) rotateY(344deg) translateX(60px) rotateZ(216deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-216deg) rotateY(344deg) translateX(180px) rotateZ(216deg);
  }
}
.c:nth-child(449) {
  animation: orbit449 14s infinite;
  animation-delay: 4.49s;
  background-color: #40e5e8;
}
@keyframes orbit449 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-108deg) rotateY(7deg) translateX(60px) rotateZ(108deg);
  }
  80% {
    transform: rotateZ(-108deg) rotateY(7deg) translateX(60px) rotateZ(108deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-108deg) rotateY(7deg) translateX(180px) rotateZ(108deg);
  }
}
.c:nth-child(450) {
  animation: orbit450 14s infinite;
  animation-delay: 4.5s;
  background-color: #40e5e8;
}
@keyframes orbit450 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-8deg) rotateY(338deg) translateX(60px) rotateZ(8deg);
  }
  80% {
    transform: rotateZ(-8deg) rotateY(338deg) translateX(60px) rotateZ(8deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-8deg) rotateY(338deg) translateX(180px) rotateZ(8deg);
  }
}
.c:nth-child(451) {
  animation: orbit451 14s infinite;
  animation-delay: 4.51s;
  background-color: #40e5e8;
}
@keyframes orbit451 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-251deg) rotateY(32deg) translateX(60px) rotateZ(251deg);
  }
  80% {
    transform: rotateZ(-251deg) rotateY(32deg) translateX(60px) rotateZ(251deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-251deg) rotateY(32deg) translateX(180px) rotateZ(251deg);
  }
}
.c:nth-child(452) {
  animation: orbit452 14s infinite;
  animation-delay: 4.52s;
  background-color: #40e5e8;
}
@keyframes orbit452 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-151deg) rotateY(171deg) translateX(60px) rotateZ(151deg);
  }
  80% {
    transform: rotateZ(-151deg) rotateY(171deg) translateX(60px) rotateZ(151deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-151deg) rotateY(171deg) translateX(180px) rotateZ(151deg);
  }
}
.c:nth-child(453) {
  animation: orbit453 14s infinite;
  animation-delay: 4.53s;
  background-color: #40e5e8;
}
@keyframes orbit453 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-103deg) rotateY(31deg) translateX(60px) rotateZ(103deg);
  }
  80% {
    transform: rotateZ(-103deg) rotateY(31deg) translateX(60px) rotateZ(103deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-103deg) rotateY(31deg) translateX(180px) rotateZ(103deg);
  }
}
.c:nth-child(454) {
  animation: orbit454 14s infinite;
  animation-delay: 4.54s;
  background-color: #40e5e8;
}
@keyframes orbit454 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-151deg) rotateY(303deg) translateX(60px) rotateZ(151deg);
  }
  80% {
    transform: rotateZ(-151deg) rotateY(303deg) translateX(60px) rotateZ(151deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-151deg) rotateY(303deg) translateX(180px) rotateZ(151deg);
  }
}
.c:nth-child(455) {
  animation: orbit455 14s infinite;
  animation-delay: 4.55s;
  background-color: #40e5e8;
}
@keyframes orbit455 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-316deg) rotateY(233deg) translateX(60px) rotateZ(316deg);
  }
  80% {
    transform: rotateZ(-316deg) rotateY(233deg) translateX(60px) rotateZ(316deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-316deg) rotateY(233deg) translateX(180px) rotateZ(316deg);
  }
}
.c:nth-child(456) {
  animation: orbit456 14s infinite;
  animation-delay: 4.56s;
  background-color: #40e5e8;
}
@keyframes orbit456 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-14deg) rotateY(150deg) translateX(60px) rotateZ(14deg);
  }
  80% {
    transform: rotateZ(-14deg) rotateY(150deg) translateX(60px) rotateZ(14deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-14deg) rotateY(150deg) translateX(180px) rotateZ(14deg);
  }
}
.c:nth-child(457) {
  animation: orbit457 14s infinite;
  animation-delay: 4.57s;
  background-color: #40e5e8;
}
@keyframes orbit457 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-17deg) rotateY(133deg) translateX(60px) rotateZ(17deg);
  }
  80% {
    transform: rotateZ(-17deg) rotateY(133deg) translateX(60px) rotateZ(17deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-17deg) rotateY(133deg) translateX(180px) rotateZ(17deg);
  }
}
.c:nth-child(458) {
  animation: orbit458 14s infinite;
  animation-delay: 4.58s;
  background-color: #40e5e8;
}
@keyframes orbit458 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-125deg) rotateY(146deg) translateX(60px) rotateZ(125deg);
  }
  80% {
    transform: rotateZ(-125deg) rotateY(146deg) translateX(60px) rotateZ(125deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-125deg) rotateY(146deg) translateX(180px) rotateZ(125deg);
  }
}
.c:nth-child(459) {
  animation: orbit459 14s infinite;
  animation-delay: 4.59s;
  background-color: #40e5e8;
}
@keyframes orbit459 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-310deg) rotateY(134deg) translateX(60px) rotateZ(310deg);
  }
  80% {
    transform: rotateZ(-310deg) rotateY(134deg) translateX(60px) rotateZ(310deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-310deg) rotateY(134deg) translateX(180px) rotateZ(310deg);
  }
}
.c:nth-child(460) {
  animation: orbit460 14s infinite;
  animation-delay: 4.6s;
  background-color: #40e5e8;
}
@keyframes orbit460 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-87deg) rotateY(206deg) translateX(60px) rotateZ(87deg);
  }
  80% {
    transform: rotateZ(-87deg) rotateY(206deg) translateX(60px) rotateZ(87deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-87deg) rotateY(206deg) translateX(180px) rotateZ(87deg);
  }
}
.c:nth-child(461) {
  animation: orbit461 14s infinite;
  animation-delay: 4.61s;
  background-color: #40e5e8;
}
@keyframes orbit461 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-256deg) rotateY(8deg) translateX(60px) rotateZ(256deg);
  }
  80% {
    transform: rotateZ(-256deg) rotateY(8deg) translateX(60px) rotateZ(256deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-256deg) rotateY(8deg) translateX(180px) rotateZ(256deg);
  }
}
.c:nth-child(462) {
  animation: orbit462 14s infinite;
  animation-delay: 4.62s;
  background-color: #40e5e8;
}
@keyframes orbit462 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-96deg) rotateY(309deg) translateX(60px) rotateZ(96deg);
  }
  80% {
    transform: rotateZ(-96deg) rotateY(309deg) translateX(60px) rotateZ(96deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-96deg) rotateY(309deg) translateX(180px) rotateZ(96deg);
  }
}
.c:nth-child(463) {
  animation: orbit463 14s infinite;
  animation-delay: 4.63s;
  background-color: #40e5e8;
}
@keyframes orbit463 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-291deg) rotateY(216deg) translateX(60px) rotateZ(291deg);
  }
  80% {
    transform: rotateZ(-291deg) rotateY(216deg) translateX(60px) rotateZ(291deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-291deg) rotateY(216deg) translateX(180px) rotateZ(291deg);
  }
}
.c:nth-child(464) {
  animation: orbit464 14s infinite;
  animation-delay: 4.64s;
  background-color: #40e5e8;
}
@keyframes orbit464 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-227deg) rotateY(258deg) translateX(60px) rotateZ(227deg);
  }
  80% {
    transform: rotateZ(-227deg) rotateY(258deg) translateX(60px) rotateZ(227deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-227deg) rotateY(258deg) translateX(180px) rotateZ(227deg);
  }
}
.c:nth-child(465) {
  animation: orbit465 14s infinite;
  animation-delay: 4.65s;
  background-color: #40e5e8;
}
@keyframes orbit465 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-125deg) rotateY(107deg) translateX(60px) rotateZ(125deg);
  }
  80% {
    transform: rotateZ(-125deg) rotateY(107deg) translateX(60px) rotateZ(125deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-125deg) rotateY(107deg) translateX(180px) rotateZ(125deg);
  }
}
.c:nth-child(466) {
  animation: orbit466 14s infinite;
  animation-delay: 4.66s;
  background-color: #40e5e8;
}
@keyframes orbit466 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-273deg) rotateY(252deg) translateX(60px) rotateZ(273deg);
  }
  80% {
    transform: rotateZ(-273deg) rotateY(252deg) translateX(60px) rotateZ(273deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-273deg) rotateY(252deg) translateX(180px) rotateZ(273deg);
  }
}
.c:nth-child(467) {
  animation: orbit467 14s infinite;
  animation-delay: 4.67s;
  background-color: #40e5e8;
}
@keyframes orbit467 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-270deg) rotateY(334deg) translateX(60px) rotateZ(270deg);
  }
  80% {
    transform: rotateZ(-270deg) rotateY(334deg) translateX(60px) rotateZ(270deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-270deg) rotateY(334deg) translateX(180px) rotateZ(270deg);
  }
}
.c:nth-child(468) {
  animation: orbit468 14s infinite;
  animation-delay: 4.68s;
  background-color: #40e5e8;
}
@keyframes orbit468 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-147deg) rotateY(177deg) translateX(60px) rotateZ(147deg);
  }
  80% {
    transform: rotateZ(-147deg) rotateY(177deg) translateX(60px) rotateZ(147deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-147deg) rotateY(177deg) translateX(180px) rotateZ(147deg);
  }
}
.c:nth-child(469) {
  animation: orbit469 14s infinite;
  animation-delay: 4.69s;
  background-color: #40e5e8;
}
@keyframes orbit469 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-29deg) rotateY(309deg) translateX(60px) rotateZ(29deg);
  }
  80% {
    transform: rotateZ(-29deg) rotateY(309deg) translateX(60px) rotateZ(29deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-29deg) rotateY(309deg) translateX(180px) rotateZ(29deg);
  }
}
.c:nth-child(470) {
  animation: orbit470 14s infinite;
  animation-delay: 4.7s;
  background-color: #40e5e8;
}
@keyframes orbit470 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-22deg) rotateY(44deg) translateX(60px) rotateZ(22deg);
  }
  80% {
    transform: rotateZ(-22deg) rotateY(44deg) translateX(60px) rotateZ(22deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-22deg) rotateY(44deg) translateX(180px) rotateZ(22deg);
  }
}
.c:nth-child(471) {
  animation: orbit471 14s infinite;
  animation-delay: 4.71s;
  background-color: #40e5e8;
}
@keyframes orbit471 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-16deg) rotateY(120deg) translateX(60px) rotateZ(16deg);
  }
  80% {
    transform: rotateZ(-16deg) rotateY(120deg) translateX(60px) rotateZ(16deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-16deg) rotateY(120deg) translateX(180px) rotateZ(16deg);
  }
}
.c:nth-child(472) {
  animation: orbit472 14s infinite;
  animation-delay: 4.72s;
  background-color: #40e5e8;
}
@keyframes orbit472 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-273deg) rotateY(92deg) translateX(60px) rotateZ(273deg);
  }
  80% {
    transform: rotateZ(-273deg) rotateY(92deg) translateX(60px) rotateZ(273deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-273deg) rotateY(92deg) translateX(180px) rotateZ(273deg);
  }
}
.c:nth-child(473) {
  animation: orbit473 14s infinite;
  animation-delay: 4.73s;
  background-color: #40e5e8;
}
@keyframes orbit473 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-171deg) rotateY(76deg) translateX(60px) rotateZ(171deg);
  }
  80% {
    transform: rotateZ(-171deg) rotateY(76deg) translateX(60px) rotateZ(171deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-171deg) rotateY(76deg) translateX(180px) rotateZ(171deg);
  }
}
.c:nth-child(474) {
  animation: orbit474 14s infinite;
  animation-delay: 4.74s;
  background-color: #40e5e8;
}
@keyframes orbit474 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-101deg) rotateY(39deg) translateX(60px) rotateZ(101deg);
  }
  80% {
    transform: rotateZ(-101deg) rotateY(39deg) translateX(60px) rotateZ(101deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-101deg) rotateY(39deg) translateX(180px) rotateZ(101deg);
  }
}
.c:nth-child(475) {
  animation: orbit475 14s infinite;
  animation-delay: 4.75s;
  background-color: #40e5e8;
}
@keyframes orbit475 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-203deg) rotateY(304deg) translateX(60px) rotateZ(203deg);
  }
  80% {
    transform: rotateZ(-203deg) rotateY(304deg) translateX(60px) rotateZ(203deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-203deg) rotateY(304deg) translateX(180px) rotateZ(203deg);
  }
}
.c:nth-child(476) {
  animation: orbit476 14s infinite;
  animation-delay: 4.76s;
  background-color: #40e5e8;
}
@keyframes orbit476 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-290deg) rotateY(66deg) translateX(60px) rotateZ(290deg);
  }
  80% {
    transform: rotateZ(-290deg) rotateY(66deg) translateX(60px) rotateZ(290deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-290deg) rotateY(66deg) translateX(180px) rotateZ(290deg);
  }
}
.c:nth-child(477) {
  animation: orbit477 14s infinite;
  animation-delay: 4.77s;
  background-color: #40e5e8;
}
@keyframes orbit477 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-14deg) rotateY(218deg) translateX(60px) rotateZ(14deg);
  }
  80% {
    transform: rotateZ(-14deg) rotateY(218deg) translateX(60px) rotateZ(14deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-14deg) rotateY(218deg) translateX(180px) rotateZ(14deg);
  }
}
.c:nth-child(478) {
  animation: orbit478 14s infinite;
  animation-delay: 4.78s;
  background-color: #40e5e8;
}
@keyframes orbit478 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-226deg) rotateY(69deg) translateX(60px) rotateZ(226deg);
  }
  80% {
    transform: rotateZ(-226deg) rotateY(69deg) translateX(60px) rotateZ(226deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-226deg) rotateY(69deg) translateX(180px) rotateZ(226deg);
  }
}
.c:nth-child(479) {
  animation: orbit479 14s infinite;
  animation-delay: 4.79s;
  background-color: #40e5e8;
}
@keyframes orbit479 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-15deg) rotateY(294deg) translateX(60px) rotateZ(15deg);
  }
  80% {
    transform: rotateZ(-15deg) rotateY(294deg) translateX(60px) rotateZ(15deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-15deg) rotateY(294deg) translateX(180px) rotateZ(15deg);
  }
}
.c:nth-child(480) {
  animation: orbit480 14s infinite;
  animation-delay: 4.8s;
  background-color: #40e5e8;
}
@keyframes orbit480 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-96deg) rotateY(150deg) translateX(60px) rotateZ(96deg);
  }
  80% {
    transform: rotateZ(-96deg) rotateY(150deg) translateX(60px) rotateZ(96deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-96deg) rotateY(150deg) translateX(180px) rotateZ(96deg);
  }
}
.c:nth-child(481) {
  animation: orbit481 14s infinite;
  animation-delay: 4.81s;
  background-color: #40e5e8;
}
@keyframes orbit481 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-306deg) rotateY(321deg) translateX(60px) rotateZ(306deg);
  }
  80% {
    transform: rotateZ(-306deg) rotateY(321deg) translateX(60px) rotateZ(306deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-306deg) rotateY(321deg) translateX(180px) rotateZ(306deg);
  }
}
.c:nth-child(482) {
  animation: orbit482 14s infinite;
  animation-delay: 4.82s;
  background-color: #40e5e8;
}
@keyframes orbit482 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-45deg) rotateY(31deg) translateX(60px) rotateZ(45deg);
  }
  80% {
    transform: rotateZ(-45deg) rotateY(31deg) translateX(60px) rotateZ(45deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-45deg) rotateY(31deg) translateX(180px) rotateZ(45deg);
  }
}
.c:nth-child(483) {
  animation: orbit483 14s infinite;
  animation-delay: 4.83s;
  background-color: #40e5e8;
}
@keyframes orbit483 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-273deg) rotateY(150deg) translateX(60px) rotateZ(273deg);
  }
  80% {
    transform: rotateZ(-273deg) rotateY(150deg) translateX(60px) rotateZ(273deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-273deg) rotateY(150deg) translateX(180px) rotateZ(273deg);
  }
}
.c:nth-child(484) {
  animation: orbit484 14s infinite;
  animation-delay: 4.84s;
  background-color: #40e5e8;
}
@keyframes orbit484 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-37deg) rotateY(226deg) translateX(60px) rotateZ(37deg);
  }
  80% {
    transform: rotateZ(-37deg) rotateY(226deg) translateX(60px) rotateZ(37deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-37deg) rotateY(226deg) translateX(180px) rotateZ(37deg);
  }
}
.c:nth-child(485) {
  animation: orbit485 14s infinite;
  animation-delay: 4.85s;
  background-color: #40e5e8;
}
@keyframes orbit485 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-45deg) rotateY(161deg) translateX(60px) rotateZ(45deg);
  }
  80% {
    transform: rotateZ(-45deg) rotateY(161deg) translateX(60px) rotateZ(45deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-45deg) rotateY(161deg) translateX(180px) rotateZ(45deg);
  }
}
.c:nth-child(486) {
  animation: orbit486 14s infinite;
  animation-delay: 4.86s;
  background-color: #40e5e8;
}
@keyframes orbit486 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-205deg) rotateY(314deg) translateX(60px) rotateZ(205deg);
  }
  80% {
    transform: rotateZ(-205deg) rotateY(314deg) translateX(60px) rotateZ(205deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-205deg) rotateY(314deg) translateX(180px) rotateZ(205deg);
  }
}
.c:nth-child(487) {
  animation: orbit487 14s infinite;
  animation-delay: 4.87s;
  background-color: #40e5e8;
}
@keyframes orbit487 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-187deg) rotateY(265deg) translateX(60px) rotateZ(187deg);
  }
  80% {
    transform: rotateZ(-187deg) rotateY(265deg) translateX(60px) rotateZ(187deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-187deg) rotateY(265deg) translateX(180px) rotateZ(187deg);
  }
}
.c:nth-child(488) {
  animation: orbit488 14s infinite;
  animation-delay: 4.88s;
  background-color: #40e5e8;
}
@keyframes orbit488 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-150deg) rotateY(292deg) translateX(60px) rotateZ(150deg);
  }
  80% {
    transform: rotateZ(-150deg) rotateY(292deg) translateX(60px) rotateZ(150deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-150deg) rotateY(292deg) translateX(180px) rotateZ(150deg);
  }
}
.c:nth-child(489) {
  animation: orbit489 14s infinite;
  animation-delay: 4.89s;
  background-color: #40e5e8;
}
@keyframes orbit489 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-328deg) rotateY(322deg) translateX(60px) rotateZ(328deg);
  }
  80% {
    transform: rotateZ(-328deg) rotateY(322deg) translateX(60px) rotateZ(328deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-328deg) rotateY(322deg) translateX(180px) rotateZ(328deg);
  }
}
.c:nth-child(490) {
  animation: orbit490 14s infinite;
  animation-delay: 4.9s;
  background-color: #40e5e8;
}
@keyframes orbit490 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-175deg) rotateY(247deg) translateX(60px) rotateZ(175deg);
  }
  80% {
    transform: rotateZ(-175deg) rotateY(247deg) translateX(60px) rotateZ(175deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-175deg) rotateY(247deg) translateX(180px) rotateZ(175deg);
  }
}
.c:nth-child(491) {
  animation: orbit491 14s infinite;
  animation-delay: 4.91s;
  background-color: #40e5e8;
}
@keyframes orbit491 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-125deg) rotateY(288deg) translateX(60px) rotateZ(125deg);
  }
  80% {
    transform: rotateZ(-125deg) rotateY(288deg) translateX(60px) rotateZ(125deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-125deg) rotateY(288deg) translateX(180px) rotateZ(125deg);
  }
}
.c:nth-child(492) {
  animation: orbit492 14s infinite;
  animation-delay: 4.92s;
  background-color: #40e5e8;
}
@keyframes orbit492 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-37deg) rotateY(155deg) translateX(60px) rotateZ(37deg);
  }
  80% {
    transform: rotateZ(-37deg) rotateY(155deg) translateX(60px) rotateZ(37deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-37deg) rotateY(155deg) translateX(180px) rotateZ(37deg);
  }
}
.c:nth-child(493) {
  animation: orbit493 14s infinite;
  animation-delay: 4.93s;
  background-color: #40e5e8;
}
@keyframes orbit493 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-296deg) rotateY(272deg) translateX(60px) rotateZ(296deg);
  }
  80% {
    transform: rotateZ(-296deg) rotateY(272deg) translateX(60px) rotateZ(296deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-296deg) rotateY(272deg) translateX(180px) rotateZ(296deg);
  }
}
.c:nth-child(494) {
  animation: orbit494 14s infinite;
  animation-delay: 4.94s;
  background-color: #40e5e8;
}
@keyframes orbit494 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-116deg) rotateY(249deg) translateX(60px) rotateZ(116deg);
  }
  80% {
    transform: rotateZ(-116deg) rotateY(249deg) translateX(60px) rotateZ(116deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-116deg) rotateY(249deg) translateX(180px) rotateZ(116deg);
  }
}
.c:nth-child(495) {
  animation: orbit495 14s infinite;
  animation-delay: 4.95s;
  background-color: #40e5e8;
}
@keyframes orbit495 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-246deg) rotateY(323deg) translateX(60px) rotateZ(246deg);
  }
  80% {
    transform: rotateZ(-246deg) rotateY(323deg) translateX(60px) rotateZ(246deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-246deg) rotateY(323deg) translateX(180px) rotateZ(246deg);
  }
}
.c:nth-child(496) {
  animation: orbit496 14s infinite;
  animation-delay: 4.96s;
  background-color: #40e5e8;
}
@keyframes orbit496 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-107deg) rotateY(295deg) translateX(60px) rotateZ(107deg);
  }
  80% {
    transform: rotateZ(-107deg) rotateY(295deg) translateX(60px) rotateZ(107deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-107deg) rotateY(295deg) translateX(180px) rotateZ(107deg);
  }
}
.c:nth-child(497) {
  animation: orbit497 14s infinite;
  animation-delay: 4.97s;
  background-color: #40e5e8;
}
@keyframes orbit497 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-302deg) rotateY(189deg) translateX(60px) rotateZ(302deg);
  }
  80% {
    transform: rotateZ(-302deg) rotateY(189deg) translateX(60px) rotateZ(302deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-302deg) rotateY(189deg) translateX(180px) rotateZ(302deg);
  }
}
.c:nth-child(498) {
  animation: orbit498 14s infinite;
  animation-delay: 4.98s;
  background-color: #40e5e8;
}
@keyframes orbit498 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-155deg) rotateY(295deg) translateX(60px) rotateZ(155deg);
  }
  80% {
    transform: rotateZ(-155deg) rotateY(295deg) translateX(60px) rotateZ(155deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-155deg) rotateY(295deg) translateX(180px) rotateZ(155deg);
  }
}
.c:nth-child(499) {
  animation: orbit499 14s infinite;
  animation-delay: 4.99s;
  background-color: #40e5e8;
}
@keyframes orbit499 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-18deg) rotateY(351deg) translateX(60px) rotateZ(18deg);
  }
  80% {
    transform: rotateZ(-18deg) rotateY(351deg) translateX(60px) rotateZ(18deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-18deg) rotateY(351deg) translateX(180px) rotateZ(18deg);
  }
}
.c:nth-child(500) {
  animation: orbit500 14s infinite;
  animation-delay: 5s;
  background-color: #40e5e8;
}
@keyframes orbit500 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-114deg) rotateY(216deg) translateX(60px) rotateZ(114deg);
  }
  80% {
    transform: rotateZ(-114deg) rotateY(216deg) translateX(60px) rotateZ(114deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-114deg) rotateY(216deg) translateX(180px) rotateZ(114deg);
  }
}
.c:nth-child(501) {
  animation: orbit501 14s infinite;
  animation-delay: 5.01s;
  background-color: #40e5e8;
}
@keyframes orbit501 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-247deg) rotateY(270deg) translateX(60px) rotateZ(247deg);
  }
  80% {
    transform: rotateZ(-247deg) rotateY(270deg) translateX(60px) rotateZ(247deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-247deg) rotateY(270deg) translateX(180px) rotateZ(247deg);
  }
}
.c:nth-child(502) {
  animation: orbit502 14s infinite;
  animation-delay: 5.02s;
  background-color: #40e5e8;
}
@keyframes orbit502 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-129deg) rotateY(276deg) translateX(60px) rotateZ(129deg);
  }
  80% {
    transform: rotateZ(-129deg) rotateY(276deg) translateX(60px) rotateZ(129deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-129deg) rotateY(276deg) translateX(180px) rotateZ(129deg);
  }
}
.c:nth-child(503) {
  animation: orbit503 14s infinite;
  animation-delay: 5.03s;
  background-color: #40e5e8;
}
@keyframes orbit503 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-46deg) rotateY(303deg) translateX(60px) rotateZ(46deg);
  }
  80% {
    transform: rotateZ(-46deg) rotateY(303deg) translateX(60px) rotateZ(46deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-46deg) rotateY(303deg) translateX(180px) rotateZ(46deg);
  }
}
.c:nth-child(504) {
  animation: orbit504 14s infinite;
  animation-delay: 5.04s;
  background-color: #40e5e8;
}
@keyframes orbit504 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-77deg) rotateY(266deg) translateX(60px) rotateZ(77deg);
  }
  80% {
    transform: rotateZ(-77deg) rotateY(266deg) translateX(60px) rotateZ(77deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-77deg) rotateY(266deg) translateX(180px) rotateZ(77deg);
  }
}
.c:nth-child(505) {
  animation: orbit505 14s infinite;
  animation-delay: 5.05s;
  background-color: #40e5e8;
}
@keyframes orbit505 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-92deg) rotateY(282deg) translateX(60px) rotateZ(92deg);
  }
  80% {
    transform: rotateZ(-92deg) rotateY(282deg) translateX(60px) rotateZ(92deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-92deg) rotateY(282deg) translateX(180px) rotateZ(92deg);
  }
}
.c:nth-child(506) {
  animation: orbit506 14s infinite;
  animation-delay: 5.06s;
  background-color: #40e5e8;
}
@keyframes orbit506 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-266deg) rotateY(240deg) translateX(60px) rotateZ(266deg);
  }
  80% {
    transform: rotateZ(-266deg) rotateY(240deg) translateX(60px) rotateZ(266deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-266deg) rotateY(240deg) translateX(180px) rotateZ(266deg);
  }
}
.c:nth-child(507) {
  animation: orbit507 14s infinite;
  animation-delay: 5.07s;
  background-color: #40e5e8;
}
@keyframes orbit507 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-106deg) rotateY(292deg) translateX(60px) rotateZ(106deg);
  }
  80% {
    transform: rotateZ(-106deg) rotateY(292deg) translateX(60px) rotateZ(106deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-106deg) rotateY(292deg) translateX(180px) rotateZ(106deg);
  }
}
.c:nth-child(508) {
  animation: orbit508 14s infinite;
  animation-delay: 5.08s;
  background-color: #40e5e8;
}
@keyframes orbit508 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-115deg) rotateY(275deg) translateX(60px) rotateZ(115deg);
  }
  80% {
    transform: rotateZ(-115deg) rotateY(275deg) translateX(60px) rotateZ(115deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-115deg) rotateY(275deg) translateX(180px) rotateZ(115deg);
  }
}
.c:nth-child(509) {
  animation: orbit509 14s infinite;
  animation-delay: 5.09s;
  background-color: #40e5e8;
}
@keyframes orbit509 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-244deg) rotateY(123deg) translateX(60px) rotateZ(244deg);
  }
  80% {
    transform: rotateZ(-244deg) rotateY(123deg) translateX(60px) rotateZ(244deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-244deg) rotateY(123deg) translateX(180px) rotateZ(244deg);
  }
}
.c:nth-child(510) {
  animation: orbit510 14s infinite;
  animation-delay: 5.1s;
  background-color: #40e5e8;
}
@keyframes orbit510 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-48deg) rotateY(176deg) translateX(60px) rotateZ(48deg);
  }
  80% {
    transform: rotateZ(-48deg) rotateY(176deg) translateX(60px) rotateZ(48deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-48deg) rotateY(176deg) translateX(180px) rotateZ(48deg);
  }
}
.c:nth-child(511) {
  animation: orbit511 14s infinite;
  animation-delay: 5.11s;
  background-color: #40e5e8;
}
@keyframes orbit511 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-226deg) rotateY(58deg) translateX(60px) rotateZ(226deg);
  }
  80% {
    transform: rotateZ(-226deg) rotateY(58deg) translateX(60px) rotateZ(226deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-226deg) rotateY(58deg) translateX(180px) rotateZ(226deg);
  }
}
.c:nth-child(512) {
  animation: orbit512 14s infinite;
  animation-delay: 5.12s;
  background-color: #40e5e8;
}
@keyframes orbit512 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-188deg) rotateY(119deg) translateX(60px) rotateZ(188deg);
  }
  80% {
    transform: rotateZ(-188deg) rotateY(119deg) translateX(60px) rotateZ(188deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-188deg) rotateY(119deg) translateX(180px) rotateZ(188deg);
  }
}
.c:nth-child(513) {
  animation: orbit513 14s infinite;
  animation-delay: 5.13s;
  background-color: #40e5e8;
}
@keyframes orbit513 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-155deg) rotateY(158deg) translateX(60px) rotateZ(155deg);
  }
  80% {
    transform: rotateZ(-155deg) rotateY(158deg) translateX(60px) rotateZ(155deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-155deg) rotateY(158deg) translateX(180px) rotateZ(155deg);
  }
}
.c:nth-child(514) {
  animation: orbit514 14s infinite;
  animation-delay: 5.14s;
  background-color: #40e5e8;
}
@keyframes orbit514 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-237deg) rotateY(276deg) translateX(60px) rotateZ(237deg);
  }
  80% {
    transform: rotateZ(-237deg) rotateY(276deg) translateX(60px) rotateZ(237deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-237deg) rotateY(276deg) translateX(180px) rotateZ(237deg);
  }
}
.c:nth-child(515) {
  animation: orbit515 14s infinite;
  animation-delay: 5.15s;
  background-color: #40e5e8;
}
@keyframes orbit515 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-66deg) rotateY(110deg) translateX(60px) rotateZ(66deg);
  }
  80% {
    transform: rotateZ(-66deg) rotateY(110deg) translateX(60px) rotateZ(66deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-66deg) rotateY(110deg) translateX(180px) rotateZ(66deg);
  }
}
.c:nth-child(516) {
  animation: orbit516 14s infinite;
  animation-delay: 5.16s;
  background-color: #40e5e8;
}
@keyframes orbit516 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-80deg) rotateY(52deg) translateX(60px) rotateZ(80deg);
  }
  80% {
    transform: rotateZ(-80deg) rotateY(52deg) translateX(60px) rotateZ(80deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-80deg) rotateY(52deg) translateX(180px) rotateZ(80deg);
  }
}
.c:nth-child(517) {
  animation: orbit517 14s infinite;
  animation-delay: 5.17s;
  background-color: #40e5e8;
}
@keyframes orbit517 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-353deg) rotateY(109deg) translateX(60px) rotateZ(353deg);
  }
  80% {
    transform: rotateZ(-353deg) rotateY(109deg) translateX(60px) rotateZ(353deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-353deg) rotateY(109deg) translateX(180px) rotateZ(353deg);
  }
}
.c:nth-child(518) {
  animation: orbit518 14s infinite;
  animation-delay: 5.18s;
  background-color: #40e5e8;
}
@keyframes orbit518 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-67deg) rotateY(231deg) translateX(60px) rotateZ(67deg);
  }
  80% {
    transform: rotateZ(-67deg) rotateY(231deg) translateX(60px) rotateZ(67deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-67deg) rotateY(231deg) translateX(180px) rotateZ(67deg);
  }
}
.c:nth-child(519) {
  animation: orbit519 14s infinite;
  animation-delay: 5.19s;
  background-color: #40e5e8;
}
@keyframes orbit519 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-229deg) rotateY(124deg) translateX(60px) rotateZ(229deg);
  }
  80% {
    transform: rotateZ(-229deg) rotateY(124deg) translateX(60px) rotateZ(229deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-229deg) rotateY(124deg) translateX(180px) rotateZ(229deg);
  }
}
.c:nth-child(520) {
  animation: orbit520 14s infinite;
  animation-delay: 5.2s;
  background-color: #40e5e8;
}
@keyframes orbit520 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-67deg) rotateY(282deg) translateX(60px) rotateZ(67deg);
  }
  80% {
    transform: rotateZ(-67deg) rotateY(282deg) translateX(60px) rotateZ(67deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-67deg) rotateY(282deg) translateX(180px) rotateZ(67deg);
  }
}
.c:nth-child(521) {
  animation: orbit521 14s infinite;
  animation-delay: 5.21s;
  background-color: #40e5e8;
}
@keyframes orbit521 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-224deg) rotateY(338deg) translateX(60px) rotateZ(224deg);
  }
  80% {
    transform: rotateZ(-224deg) rotateY(338deg) translateX(60px) rotateZ(224deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-224deg) rotateY(338deg) translateX(180px) rotateZ(224deg);
  }
}
.c:nth-child(522) {
  animation: orbit522 14s infinite;
  animation-delay: 5.22s;
  background-color: #40e5e8;
}
@keyframes orbit522 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-205deg) rotateY(216deg) translateX(60px) rotateZ(205deg);
  }
  80% {
    transform: rotateZ(-205deg) rotateY(216deg) translateX(60px) rotateZ(205deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-205deg) rotateY(216deg) translateX(180px) rotateZ(205deg);
  }
}
.c:nth-child(523) {
  animation: orbit523 14s infinite;
  animation-delay: 5.23s;
  background-color: #40e5e8;
}
@keyframes orbit523 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-183deg) rotateY(308deg) translateX(60px) rotateZ(183deg);
  }
  80% {
    transform: rotateZ(-183deg) rotateY(308deg) translateX(60px) rotateZ(183deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-183deg) rotateY(308deg) translateX(180px) rotateZ(183deg);
  }
}
.c:nth-child(524) {
  animation: orbit524 14s infinite;
  animation-delay: 5.24s;
  background-color: #40e5e8;
}
@keyframes orbit524 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-68deg) rotateY(271deg) translateX(60px) rotateZ(68deg);
  }
  80% {
    transform: rotateZ(-68deg) rotateY(271deg) translateX(60px) rotateZ(68deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-68deg) rotateY(271deg) translateX(180px) rotateZ(68deg);
  }
}
.c:nth-child(525) {
  animation: orbit525 14s infinite;
  animation-delay: 5.25s;
  background-color: #40e5e8;
}
@keyframes orbit525 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-25deg) rotateY(41deg) translateX(60px) rotateZ(25deg);
  }
  80% {
    transform: rotateZ(-25deg) rotateY(41deg) translateX(60px) rotateZ(25deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-25deg) rotateY(41deg) translateX(180px) rotateZ(25deg);
  }
}
.c:nth-child(526) {
  animation: orbit526 14s infinite;
  animation-delay: 5.26s;
  background-color: #40e5e8;
}
@keyframes orbit526 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-178deg) rotateY(148deg) translateX(60px) rotateZ(178deg);
  }
  80% {
    transform: rotateZ(-178deg) rotateY(148deg) translateX(60px) rotateZ(178deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-178deg) rotateY(148deg) translateX(180px) rotateZ(178deg);
  }
}
.c:nth-child(527) {
  animation: orbit527 14s infinite;
  animation-delay: 5.27s;
  background-color: #40e5e8;
}
@keyframes orbit527 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-177deg) rotateY(76deg) translateX(60px) rotateZ(177deg);
  }
  80% {
    transform: rotateZ(-177deg) rotateY(76deg) translateX(60px) rotateZ(177deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-177deg) rotateY(76deg) translateX(180px) rotateZ(177deg);
  }
}
.c:nth-child(528) {
  animation: orbit528 14s infinite;
  animation-delay: 5.28s;
  background-color: #40e5e8;
}
@keyframes orbit528 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-186deg) rotateY(68deg) translateX(60px) rotateZ(186deg);
  }
  80% {
    transform: rotateZ(-186deg) rotateY(68deg) translateX(60px) rotateZ(186deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-186deg) rotateY(68deg) translateX(180px) rotateZ(186deg);
  }
}
.c:nth-child(529) {
  animation: orbit529 14s infinite;
  animation-delay: 5.29s;
  background-color: #40e5e8;
}
@keyframes orbit529 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-333deg) rotateY(50deg) translateX(60px) rotateZ(333deg);
  }
  80% {
    transform: rotateZ(-333deg) rotateY(50deg) translateX(60px) rotateZ(333deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-333deg) rotateY(50deg) translateX(180px) rotateZ(333deg);
  }
}
.c:nth-child(530) {
  animation: orbit530 14s infinite;
  animation-delay: 5.3s;
  background-color: #40e5e8;
}
@keyframes orbit530 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-77deg) rotateY(69deg) translateX(60px) rotateZ(77deg);
  }
  80% {
    transform: rotateZ(-77deg) rotateY(69deg) translateX(60px) rotateZ(77deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-77deg) rotateY(69deg) translateX(180px) rotateZ(77deg);
  }
}
.c:nth-child(531) {
  animation: orbit531 14s infinite;
  animation-delay: 5.31s;
  background-color: #40e5e8;
}
@keyframes orbit531 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-258deg) rotateY(312deg) translateX(60px) rotateZ(258deg);
  }
  80% {
    transform: rotateZ(-258deg) rotateY(312deg) translateX(60px) rotateZ(258deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-258deg) rotateY(312deg) translateX(180px) rotateZ(258deg);
  }
}
.c:nth-child(532) {
  animation: orbit532 14s infinite;
  animation-delay: 5.32s;
  background-color: #40e5e8;
}
@keyframes orbit532 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-7deg) rotateY(264deg) translateX(60px) rotateZ(7deg);
  }
  80% {
    transform: rotateZ(-7deg) rotateY(264deg) translateX(60px) rotateZ(7deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-7deg) rotateY(264deg) translateX(180px) rotateZ(7deg);
  }
}
.c:nth-child(533) {
  animation: orbit533 14s infinite;
  animation-delay: 5.33s;
  background-color: #40e5e8;
}
@keyframes orbit533 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-291deg) rotateY(7deg) translateX(60px) rotateZ(291deg);
  }
  80% {
    transform: rotateZ(-291deg) rotateY(7deg) translateX(60px) rotateZ(291deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-291deg) rotateY(7deg) translateX(180px) rotateZ(291deg);
  }
}
.c:nth-child(534) {
  animation: orbit534 14s infinite;
  animation-delay: 5.34s;
  background-color: #40e5e8;
}
@keyframes orbit534 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-72deg) rotateY(200deg) translateX(60px) rotateZ(72deg);
  }
  80% {
    transform: rotateZ(-72deg) rotateY(200deg) translateX(60px) rotateZ(72deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-72deg) rotateY(200deg) translateX(180px) rotateZ(72deg);
  }
}
.c:nth-child(535) {
  animation: orbit535 14s infinite;
  animation-delay: 5.35s;
  background-color: #40e5e8;
}
@keyframes orbit535 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-250deg) rotateY(343deg) translateX(60px) rotateZ(250deg);
  }
  80% {
    transform: rotateZ(-250deg) rotateY(343deg) translateX(60px) rotateZ(250deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-250deg) rotateY(343deg) translateX(180px) rotateZ(250deg);
  }
}
.c:nth-child(536) {
  animation: orbit536 14s infinite;
  animation-delay: 5.36s;
  background-color: #40e5e8;
}
@keyframes orbit536 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-298deg) rotateY(17deg) translateX(60px) rotateZ(298deg);
  }
  80% {
    transform: rotateZ(-298deg) rotateY(17deg) translateX(60px) rotateZ(298deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-298deg) rotateY(17deg) translateX(180px) rotateZ(298deg);
  }
}
.c:nth-child(537) {
  animation: orbit537 14s infinite;
  animation-delay: 5.37s;
  background-color: #40e5e8;
}
@keyframes orbit537 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-113deg) rotateY(265deg) translateX(60px) rotateZ(113deg);
  }
  80% {
    transform: rotateZ(-113deg) rotateY(265deg) translateX(60px) rotateZ(113deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-113deg) rotateY(265deg) translateX(180px) rotateZ(113deg);
  }
}
.c:nth-child(538) {
  animation: orbit538 14s infinite;
  animation-delay: 5.38s;
  background-color: #40e5e8;
}
@keyframes orbit538 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-196deg) rotateY(146deg) translateX(60px) rotateZ(196deg);
  }
  80% {
    transform: rotateZ(-196deg) rotateY(146deg) translateX(60px) rotateZ(196deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-196deg) rotateY(146deg) translateX(180px) rotateZ(196deg);
  }
}
.c:nth-child(539) {
  animation: orbit539 14s infinite;
  animation-delay: 5.39s;
  background-color: #40e5e8;
}
@keyframes orbit539 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-27deg) rotateY(93deg) translateX(60px) rotateZ(27deg);
  }
  80% {
    transform: rotateZ(-27deg) rotateY(93deg) translateX(60px) rotateZ(27deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-27deg) rotateY(93deg) translateX(180px) rotateZ(27deg);
  }
}
.c:nth-child(540) {
  animation: orbit540 14s infinite;
  animation-delay: 5.4s;
  background-color: #40e5e8;
}
@keyframes orbit540 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-190deg) rotateY(179deg) translateX(60px) rotateZ(190deg);
  }
  80% {
    transform: rotateZ(-190deg) rotateY(179deg) translateX(60px) rotateZ(190deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-190deg) rotateY(179deg) translateX(180px) rotateZ(190deg);
  }
}
.c:nth-child(541) {
  animation: orbit541 14s infinite;
  animation-delay: 5.41s;
  background-color: #40e5e8;
}
@keyframes orbit541 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-23deg) rotateY(21deg) translateX(60px) rotateZ(23deg);
  }
  80% {
    transform: rotateZ(-23deg) rotateY(21deg) translateX(60px) rotateZ(23deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-23deg) rotateY(21deg) translateX(180px) rotateZ(23deg);
  }
}
.c:nth-child(542) {
  animation: orbit542 14s infinite;
  animation-delay: 5.42s;
  background-color: #40e5e8;
}
@keyframes orbit542 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-101deg) rotateY(88deg) translateX(60px) rotateZ(101deg);
  }
  80% {
    transform: rotateZ(-101deg) rotateY(88deg) translateX(60px) rotateZ(101deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-101deg) rotateY(88deg) translateX(180px) rotateZ(101deg);
  }
}
.c:nth-child(543) {
  animation: orbit543 14s infinite;
  animation-delay: 5.43s;
  background-color: #40e5e8;
}
@keyframes orbit543 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-149deg) rotateY(325deg) translateX(60px) rotateZ(149deg);
  }
  80% {
    transform: rotateZ(-149deg) rotateY(325deg) translateX(60px) rotateZ(149deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-149deg) rotateY(325deg) translateX(180px) rotateZ(149deg);
  }
}
.c:nth-child(544) {
  animation: orbit544 14s infinite;
  animation-delay: 5.44s;
  background-color: #40e5e8;
}
@keyframes orbit544 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-289deg) rotateY(75deg) translateX(60px) rotateZ(289deg);
  }
  80% {
    transform: rotateZ(-289deg) rotateY(75deg) translateX(60px) rotateZ(289deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-289deg) rotateY(75deg) translateX(180px) rotateZ(289deg);
  }
}
.c:nth-child(545) {
  animation: orbit545 14s infinite;
  animation-delay: 5.45s;
  background-color: #40e5e8;
}
@keyframes orbit545 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-68deg) rotateY(290deg) translateX(60px) rotateZ(68deg);
  }
  80% {
    transform: rotateZ(-68deg) rotateY(290deg) translateX(60px) rotateZ(68deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-68deg) rotateY(290deg) translateX(180px) rotateZ(68deg);
  }
}
.c:nth-child(546) {
  animation: orbit546 14s infinite;
  animation-delay: 5.46s;
  background-color: #40e5e8;
}
@keyframes orbit546 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-339deg) rotateY(151deg) translateX(60px) rotateZ(339deg);
  }
  80% {
    transform: rotateZ(-339deg) rotateY(151deg) translateX(60px) rotateZ(339deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-339deg) rotateY(151deg) translateX(180px) rotateZ(339deg);
  }
}
.c:nth-child(547) {
  animation: orbit547 14s infinite;
  animation-delay: 5.47s;
  background-color: #40e5e8;
}
@keyframes orbit547 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-191deg) rotateY(288deg) translateX(60px) rotateZ(191deg);
  }
  80% {
    transform: rotateZ(-191deg) rotateY(288deg) translateX(60px) rotateZ(191deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-191deg) rotateY(288deg) translateX(180px) rotateZ(191deg);
  }
}
.c:nth-child(548) {
  animation: orbit548 14s infinite;
  animation-delay: 5.48s;
  background-color: #40e5e8;
}
@keyframes orbit548 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-322deg) rotateY(44deg) translateX(60px) rotateZ(322deg);
  }
  80% {
    transform: rotateZ(-322deg) rotateY(44deg) translateX(60px) rotateZ(322deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-322deg) rotateY(44deg) translateX(180px) rotateZ(322deg);
  }
}
.c:nth-child(549) {
  animation: orbit549 14s infinite;
  animation-delay: 5.49s;
  background-color: #40e5e8;
}
@keyframes orbit549 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-308deg) rotateY(23deg) translateX(60px) rotateZ(308deg);
  }
  80% {
    transform: rotateZ(-308deg) rotateY(23deg) translateX(60px) rotateZ(308deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-308deg) rotateY(23deg) translateX(180px) rotateZ(308deg);
  }
}
.c:nth-child(550) {
  animation: orbit550 14s infinite;
  animation-delay: 5.5s;
  background-color: #40e5e8;
}
@keyframes orbit550 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-6deg) rotateY(307deg) translateX(60px) rotateZ(6deg);
  }
  80% {
    transform: rotateZ(-6deg) rotateY(307deg) translateX(60px) rotateZ(6deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-6deg) rotateY(307deg) translateX(180px) rotateZ(6deg);
  }
}
.c:nth-child(551) {
  animation: orbit551 14s infinite;
  animation-delay: 5.51s;
  background-color: #40e5e8;
}
@keyframes orbit551 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-284deg) rotateY(45deg) translateX(60px) rotateZ(284deg);
  }
  80% {
    transform: rotateZ(-284deg) rotateY(45deg) translateX(60px) rotateZ(284deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-284deg) rotateY(45deg) translateX(180px) rotateZ(284deg);
  }
}
.c:nth-child(552) {
  animation: orbit552 14s infinite;
  animation-delay: 5.52s;
  background-color: #40e5e8;
}
@keyframes orbit552 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-221deg) rotateY(129deg) translateX(60px) rotateZ(221deg);
  }
  80% {
    transform: rotateZ(-221deg) rotateY(129deg) translateX(60px) rotateZ(221deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-221deg) rotateY(129deg) translateX(180px) rotateZ(221deg);
  }
}
.c:nth-child(553) {
  animation: orbit553 14s infinite;
  animation-delay: 5.53s;
  background-color: #40e5e8;
}
@keyframes orbit553 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-144deg) rotateY(48deg) translateX(60px) rotateZ(144deg);
  }
  80% {
    transform: rotateZ(-144deg) rotateY(48deg) translateX(60px) rotateZ(144deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-144deg) rotateY(48deg) translateX(180px) rotateZ(144deg);
  }
}
.c:nth-child(554) {
  animation: orbit554 14s infinite;
  animation-delay: 5.54s;
  background-color: #40e5e8;
}
@keyframes orbit554 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-52deg) rotateY(320deg) translateX(60px) rotateZ(52deg);
  }
  80% {
    transform: rotateZ(-52deg) rotateY(320deg) translateX(60px) rotateZ(52deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-52deg) rotateY(320deg) translateX(180px) rotateZ(52deg);
  }
}
.c:nth-child(555) {
  animation: orbit555 14s infinite;
  animation-delay: 5.55s;
  background-color: #40e5e8;
}
@keyframes orbit555 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-173deg) rotateY(268deg) translateX(60px) rotateZ(173deg);
  }
  80% {
    transform: rotateZ(-173deg) rotateY(268deg) translateX(60px) rotateZ(173deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-173deg) rotateY(268deg) translateX(180px) rotateZ(173deg);
  }
}
.c:nth-child(556) {
  animation: orbit556 14s infinite;
  animation-delay: 5.56s;
  background-color: #40e5e8;
}
@keyframes orbit556 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-201deg) rotateY(40deg) translateX(60px) rotateZ(201deg);
  }
  80% {
    transform: rotateZ(-201deg) rotateY(40deg) translateX(60px) rotateZ(201deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-201deg) rotateY(40deg) translateX(180px) rotateZ(201deg);
  }
}
.c:nth-child(557) {
  animation: orbit557 14s infinite;
  animation-delay: 5.57s;
  background-color: #40e5e8;
}
@keyframes orbit557 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-156deg) rotateY(180deg) translateX(60px) rotateZ(156deg);
  }
  80% {
    transform: rotateZ(-156deg) rotateY(180deg) translateX(60px) rotateZ(156deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-156deg) rotateY(180deg) translateX(180px) rotateZ(156deg);
  }
}
.c:nth-child(558) {
  animation: orbit558 14s infinite;
  animation-delay: 5.58s;
  background-color: #40e5e8;
}
@keyframes orbit558 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-220deg) rotateY(116deg) translateX(60px) rotateZ(220deg);
  }
  80% {
    transform: rotateZ(-220deg) rotateY(116deg) translateX(60px) rotateZ(220deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-220deg) rotateY(116deg) translateX(180px) rotateZ(220deg);
  }
}
.c:nth-child(559) {
  animation: orbit559 14s infinite;
  animation-delay: 5.59s;
  background-color: #40e5e8;
}
@keyframes orbit559 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-110deg) rotateY(302deg) translateX(60px) rotateZ(110deg);
  }
  80% {
    transform: rotateZ(-110deg) rotateY(302deg) translateX(60px) rotateZ(110deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-110deg) rotateY(302deg) translateX(180px) rotateZ(110deg);
  }
}
.c:nth-child(560) {
  animation: orbit560 14s infinite;
  animation-delay: 5.6s;
  background-color: #40e5e8;
}
@keyframes orbit560 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-47deg) rotateY(173deg) translateX(60px) rotateZ(47deg);
  }
  80% {
    transform: rotateZ(-47deg) rotateY(173deg) translateX(60px) rotateZ(47deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-47deg) rotateY(173deg) translateX(180px) rotateZ(47deg);
  }
}
.c:nth-child(561) {
  animation: orbit561 14s infinite;
  animation-delay: 5.61s;
  background-color: #40e5e8;
}
@keyframes orbit561 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-238deg) rotateY(59deg) translateX(60px) rotateZ(238deg);
  }
  80% {
    transform: rotateZ(-238deg) rotateY(59deg) translateX(60px) rotateZ(238deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-238deg) rotateY(59deg) translateX(180px) rotateZ(238deg);
  }
}
.c:nth-child(562) {
  animation: orbit562 14s infinite;
  animation-delay: 5.62s;
  background-color: #40e5e8;
}
@keyframes orbit562 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-81deg) rotateY(67deg) translateX(60px) rotateZ(81deg);
  }
  80% {
    transform: rotateZ(-81deg) rotateY(67deg) translateX(60px) rotateZ(81deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-81deg) rotateY(67deg) translateX(180px) rotateZ(81deg);
  }
}
.c:nth-child(563) {
  animation: orbit563 14s infinite;
  animation-delay: 5.63s;
  background-color: #40e5e8;
}
@keyframes orbit563 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-218deg) rotateY(182deg) translateX(60px) rotateZ(218deg);
  }
  80% {
    transform: rotateZ(-218deg) rotateY(182deg) translateX(60px) rotateZ(218deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-218deg) rotateY(182deg) translateX(180px) rotateZ(218deg);
  }
}
.c:nth-child(564) {
  animation: orbit564 14s infinite;
  animation-delay: 5.64s;
  background-color: #40e5e8;
}
@keyframes orbit564 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-25deg) rotateY(124deg) translateX(60px) rotateZ(25deg);
  }
  80% {
    transform: rotateZ(-25deg) rotateY(124deg) translateX(60px) rotateZ(25deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-25deg) rotateY(124deg) translateX(180px) rotateZ(25deg);
  }
}
.c:nth-child(565) {
  animation: orbit565 14s infinite;
  animation-delay: 5.65s;
  background-color: #40e5e8;
}
@keyframes orbit565 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-84deg) rotateY(124deg) translateX(60px) rotateZ(84deg);
  }
  80% {
    transform: rotateZ(-84deg) rotateY(124deg) translateX(60px) rotateZ(84deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-84deg) rotateY(124deg) translateX(180px) rotateZ(84deg);
  }
}
.c:nth-child(566) {
  animation: orbit566 14s infinite;
  animation-delay: 5.66s;
  background-color: #40e5e8;
}
@keyframes orbit566 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-244deg) rotateY(29deg) translateX(60px) rotateZ(244deg);
  }
  80% {
    transform: rotateZ(-244deg) rotateY(29deg) translateX(60px) rotateZ(244deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-244deg) rotateY(29deg) translateX(180px) rotateZ(244deg);
  }
}
.c:nth-child(567) {
  animation: orbit567 14s infinite;
  animation-delay: 5.67s;
  background-color: #40e5e8;
}
@keyframes orbit567 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-11deg) rotateY(319deg) translateX(60px) rotateZ(11deg);
  }
  80% {
    transform: rotateZ(-11deg) rotateY(319deg) translateX(60px) rotateZ(11deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-11deg) rotateY(319deg) translateX(180px) rotateZ(11deg);
  }
}
.c:nth-child(568) {
  animation: orbit568 14s infinite;
  animation-delay: 5.68s;
  background-color: #40e5e8;
}
@keyframes orbit568 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-58deg) rotateY(231deg) translateX(60px) rotateZ(58deg);
  }
  80% {
    transform: rotateZ(-58deg) rotateY(231deg) translateX(60px) rotateZ(58deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-58deg) rotateY(231deg) translateX(180px) rotateZ(58deg);
  }
}
.c:nth-child(569) {
  animation: orbit569 14s infinite;
  animation-delay: 5.69s;
  background-color: #40e5e8;
}
@keyframes orbit569 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-259deg) rotateY(81deg) translateX(60px) rotateZ(259deg);
  }
  80% {
    transform: rotateZ(-259deg) rotateY(81deg) translateX(60px) rotateZ(259deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-259deg) rotateY(81deg) translateX(180px) rotateZ(259deg);
  }
}
.c:nth-child(570) {
  animation: orbit570 14s infinite;
  animation-delay: 5.7s;
  background-color: #40e5e8;
}
@keyframes orbit570 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-106deg) rotateY(283deg) translateX(60px) rotateZ(106deg);
  }
  80% {
    transform: rotateZ(-106deg) rotateY(283deg) translateX(60px) rotateZ(106deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-106deg) rotateY(283deg) translateX(180px) rotateZ(106deg);
  }
}
.c:nth-child(571) {
  animation: orbit571 14s infinite;
  animation-delay: 5.71s;
  background-color: #40e5e8;
}
@keyframes orbit571 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-247deg) rotateY(48deg) translateX(60px) rotateZ(247deg);
  }
  80% {
    transform: rotateZ(-247deg) rotateY(48deg) translateX(60px) rotateZ(247deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-247deg) rotateY(48deg) translateX(180px) rotateZ(247deg);
  }
}
.c:nth-child(572) {
  animation: orbit572 14s infinite;
  animation-delay: 5.72s;
  background-color: #40e5e8;
}
@keyframes orbit572 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-56deg) rotateY(98deg) translateX(60px) rotateZ(56deg);
  }
  80% {
    transform: rotateZ(-56deg) rotateY(98deg) translateX(60px) rotateZ(56deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-56deg) rotateY(98deg) translateX(180px) rotateZ(56deg);
  }
}
.c:nth-child(573) {
  animation: orbit573 14s infinite;
  animation-delay: 5.73s;
  background-color: #40e5e8;
}
@keyframes orbit573 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-158deg) rotateY(92deg) translateX(60px) rotateZ(158deg);
  }
  80% {
    transform: rotateZ(-158deg) rotateY(92deg) translateX(60px) rotateZ(158deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-158deg) rotateY(92deg) translateX(180px) rotateZ(158deg);
  }
}
.c:nth-child(574) {
  animation: orbit574 14s infinite;
  animation-delay: 5.74s;
  background-color: #40e5e8;
}
@keyframes orbit574 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-55deg) rotateY(77deg) translateX(60px) rotateZ(55deg);
  }
  80% {
    transform: rotateZ(-55deg) rotateY(77deg) translateX(60px) rotateZ(55deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-55deg) rotateY(77deg) translateX(180px) rotateZ(55deg);
  }
}
.c:nth-child(575) {
  animation: orbit575 14s infinite;
  animation-delay: 5.75s;
  background-color: #40e5e8;
}
@keyframes orbit575 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-91deg) rotateY(96deg) translateX(60px) rotateZ(91deg);
  }
  80% {
    transform: rotateZ(-91deg) rotateY(96deg) translateX(60px) rotateZ(91deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-91deg) rotateY(96deg) translateX(180px) rotateZ(91deg);
  }
}
.c:nth-child(576) {
  animation: orbit576 14s infinite;
  animation-delay: 5.76s;
  background-color: #40e5e8;
}
@keyframes orbit576 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-88deg) rotateY(59deg) translateX(60px) rotateZ(88deg);
  }
  80% {
    transform: rotateZ(-88deg) rotateY(59deg) translateX(60px) rotateZ(88deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-88deg) rotateY(59deg) translateX(180px) rotateZ(88deg);
  }
}
.c:nth-child(577) {
  animation: orbit577 14s infinite;
  animation-delay: 5.77s;
  background-color: #40e5e8;
}
@keyframes orbit577 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-329deg) rotateY(43deg) translateX(60px) rotateZ(329deg);
  }
  80% {
    transform: rotateZ(-329deg) rotateY(43deg) translateX(60px) rotateZ(329deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-329deg) rotateY(43deg) translateX(180px) rotateZ(329deg);
  }
}
.c:nth-child(578) {
  animation: orbit578 14s infinite;
  animation-delay: 5.78s;
  background-color: #40e5e8;
}
@keyframes orbit578 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-123deg) rotateY(348deg) translateX(60px) rotateZ(123deg);
  }
  80% {
    transform: rotateZ(-123deg) rotateY(348deg) translateX(60px) rotateZ(123deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-123deg) rotateY(348deg) translateX(180px) rotateZ(123deg);
  }
}
.c:nth-child(579) {
  animation: orbit579 14s infinite;
  animation-delay: 5.79s;
  background-color: #40e5e8;
}
@keyframes orbit579 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-318deg) rotateY(45deg) translateX(60px) rotateZ(318deg);
  }
  80% {
    transform: rotateZ(-318deg) rotateY(45deg) translateX(60px) rotateZ(318deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-318deg) rotateY(45deg) translateX(180px) rotateZ(318deg);
  }
}
.c:nth-child(580) {
  animation: orbit580 14s infinite;
  animation-delay: 5.8s;
  background-color: #40e5e8;
}
@keyframes orbit580 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-240deg) rotateY(268deg) translateX(60px) rotateZ(240deg);
  }
  80% {
    transform: rotateZ(-240deg) rotateY(268deg) translateX(60px) rotateZ(240deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-240deg) rotateY(268deg) translateX(180px) rotateZ(240deg);
  }
}
.c:nth-child(581) {
  animation: orbit581 14s infinite;
  animation-delay: 5.81s;
  background-color: #40e5e8;
}
@keyframes orbit581 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-351deg) rotateY(19deg) translateX(60px) rotateZ(351deg);
  }
  80% {
    transform: rotateZ(-351deg) rotateY(19deg) translateX(60px) rotateZ(351deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-351deg) rotateY(19deg) translateX(180px) rotateZ(351deg);
  }
}
.c:nth-child(582) {
  animation: orbit582 14s infinite;
  animation-delay: 5.82s;
  background-color: #40e5e8;
}
@keyframes orbit582 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-118deg) rotateY(85deg) translateX(60px) rotateZ(118deg);
  }
  80% {
    transform: rotateZ(-118deg) rotateY(85deg) translateX(60px) rotateZ(118deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-118deg) rotateY(85deg) translateX(180px) rotateZ(118deg);
  }
}
.c:nth-child(583) {
  animation: orbit583 14s infinite;
  animation-delay: 5.83s;
  background-color: #40e5e8;
}
@keyframes orbit583 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-20deg) rotateY(15deg) translateX(60px) rotateZ(20deg);
  }
  80% {
    transform: rotateZ(-20deg) rotateY(15deg) translateX(60px) rotateZ(20deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-20deg) rotateY(15deg) translateX(180px) rotateZ(20deg);
  }
}
.c:nth-child(584) {
  animation: orbit584 14s infinite;
  animation-delay: 5.84s;
  background-color: #40e5e8;
}
@keyframes orbit584 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-183deg) rotateY(125deg) translateX(60px) rotateZ(183deg);
  }
  80% {
    transform: rotateZ(-183deg) rotateY(125deg) translateX(60px) rotateZ(183deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-183deg) rotateY(125deg) translateX(180px) rotateZ(183deg);
  }
}
.c:nth-child(585) {
  animation: orbit585 14s infinite;
  animation-delay: 5.85s;
  background-color: #40e5e8;
}
@keyframes orbit585 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-139deg) rotateY(272deg) translateX(60px) rotateZ(139deg);
  }
  80% {
    transform: rotateZ(-139deg) rotateY(272deg) translateX(60px) rotateZ(139deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-139deg) rotateY(272deg) translateX(180px) rotateZ(139deg);
  }
}
.c:nth-child(586) {
  animation: orbit586 14s infinite;
  animation-delay: 5.86s;
  background-color: #40e5e8;
}
@keyframes orbit586 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-122deg) rotateY(99deg) translateX(60px) rotateZ(122deg);
  }
  80% {
    transform: rotateZ(-122deg) rotateY(99deg) translateX(60px) rotateZ(122deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-122deg) rotateY(99deg) translateX(180px) rotateZ(122deg);
  }
}
.c:nth-child(587) {
  animation: orbit587 14s infinite;
  animation-delay: 5.87s;
  background-color: #40e5e8;
}
@keyframes orbit587 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-60deg) rotateY(233deg) translateX(60px) rotateZ(60deg);
  }
  80% {
    transform: rotateZ(-60deg) rotateY(233deg) translateX(60px) rotateZ(60deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-60deg) rotateY(233deg) translateX(180px) rotateZ(60deg);
  }
}
.c:nth-child(588) {
  animation: orbit588 14s infinite;
  animation-delay: 5.88s;
  background-color: #40e5e8;
}
@keyframes orbit588 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-84deg) rotateY(360deg) translateX(60px) rotateZ(84deg);
  }
  80% {
    transform: rotateZ(-84deg) rotateY(360deg) translateX(60px) rotateZ(84deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-84deg) rotateY(360deg) translateX(180px) rotateZ(84deg);
  }
}
.c:nth-child(589) {
  animation: orbit589 14s infinite;
  animation-delay: 5.89s;
  background-color: #40e5e8;
}
@keyframes orbit589 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-287deg) rotateY(64deg) translateX(60px) rotateZ(287deg);
  }
  80% {
    transform: rotateZ(-287deg) rotateY(64deg) translateX(60px) rotateZ(287deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-287deg) rotateY(64deg) translateX(180px) rotateZ(287deg);
  }
}
.c:nth-child(590) {
  animation: orbit590 14s infinite;
  animation-delay: 5.9s;
  background-color: #40e5e8;
}
@keyframes orbit590 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-194deg) rotateY(180deg) translateX(60px) rotateZ(194deg);
  }
  80% {
    transform: rotateZ(-194deg) rotateY(180deg) translateX(60px) rotateZ(194deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-194deg) rotateY(180deg) translateX(180px) rotateZ(194deg);
  }
}
.c:nth-child(591) {
  animation: orbit591 14s infinite;
  animation-delay: 5.91s;
  background-color: #40e5e8;
}
@keyframes orbit591 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-110deg) rotateY(144deg) translateX(60px) rotateZ(110deg);
  }
  80% {
    transform: rotateZ(-110deg) rotateY(144deg) translateX(60px) rotateZ(110deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-110deg) rotateY(144deg) translateX(180px) rotateZ(110deg);
  }
}
.c:nth-child(592) {
  animation: orbit592 14s infinite;
  animation-delay: 5.92s;
  background-color: #40e5e8;
}
@keyframes orbit592 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-31deg) rotateY(13deg) translateX(60px) rotateZ(31deg);
  }
  80% {
    transform: rotateZ(-31deg) rotateY(13deg) translateX(60px) rotateZ(31deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-31deg) rotateY(13deg) translateX(180px) rotateZ(31deg);
  }
}
.c:nth-child(593) {
  animation: orbit593 14s infinite;
  animation-delay: 5.93s;
  background-color: #40e5e8;
}
@keyframes orbit593 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-254deg) rotateY(48deg) translateX(60px) rotateZ(254deg);
  }
  80% {
    transform: rotateZ(-254deg) rotateY(48deg) translateX(60px) rotateZ(254deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-254deg) rotateY(48deg) translateX(180px) rotateZ(254deg);
  }
}
.c:nth-child(594) {
  animation: orbit594 14s infinite;
  animation-delay: 5.94s;
  background-color: #40e5e8;
}
@keyframes orbit594 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-80deg) rotateY(110deg) translateX(60px) rotateZ(80deg);
  }
  80% {
    transform: rotateZ(-80deg) rotateY(110deg) translateX(60px) rotateZ(80deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-80deg) rotateY(110deg) translateX(180px) rotateZ(80deg);
  }
}
.c:nth-child(595) {
  animation: orbit595 14s infinite;
  animation-delay: 5.95s;
  background-color: #40e5e8;
}
@keyframes orbit595 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-335deg) rotateY(75deg) translateX(60px) rotateZ(335deg);
  }
  80% {
    transform: rotateZ(-335deg) rotateY(75deg) translateX(60px) rotateZ(335deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-335deg) rotateY(75deg) translateX(180px) rotateZ(335deg);
  }
}
.c:nth-child(596) {
  animation: orbit596 14s infinite;
  animation-delay: 5.96s;
  background-color: #40e5e8;
}
@keyframes orbit596 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-5deg) rotateY(241deg) translateX(60px) rotateZ(5deg);
  }
  80% {
    transform: rotateZ(-5deg) rotateY(241deg) translateX(60px) rotateZ(5deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-5deg) rotateY(241deg) translateX(180px) rotateZ(5deg);
  }
}
.c:nth-child(597) {
  animation: orbit597 14s infinite;
  animation-delay: 5.97s;
  background-color: #40e5e8;
}
@keyframes orbit597 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-140deg) rotateY(12deg) translateX(60px) rotateZ(140deg);
  }
  80% {
    transform: rotateZ(-140deg) rotateY(12deg) translateX(60px) rotateZ(140deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-140deg) rotateY(12deg) translateX(180px) rotateZ(140deg);
  }
}
.c:nth-child(598) {
  animation: orbit598 14s infinite;
  animation-delay: 5.98s;
  background-color: #40e5e8;
}
@keyframes orbit598 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-212deg) rotateY(235deg) translateX(60px) rotateZ(212deg);
  }
  80% {
    transform: rotateZ(-212deg) rotateY(235deg) translateX(60px) rotateZ(212deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-212deg) rotateY(235deg) translateX(180px) rotateZ(212deg);
  }
}
.c:nth-child(599) {
  animation: orbit599 14s infinite;
  animation-delay: 5.99s;
  background-color: #40e5e8;
}
@keyframes orbit599 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-59deg) rotateY(319deg) translateX(60px) rotateZ(59deg);
  }
  80% {
    transform: rotateZ(-59deg) rotateY(319deg) translateX(60px) rotateZ(59deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-59deg) rotateY(319deg) translateX(180px) rotateZ(59deg);
  }
}
.c:nth-child(600) {
  animation: orbit600 14s infinite;
  animation-delay: 6s;
  background-color: #40e5e8;
}
@keyframes orbit600 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-73deg) rotateY(86deg) translateX(60px) rotateZ(73deg);
  }
  80% {
    transform: rotateZ(-73deg) rotateY(86deg) translateX(60px) rotateZ(73deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-73deg) rotateY(86deg) translateX(180px) rotateZ(73deg);
  }
}
.c:nth-child(601) {
  animation: orbit601 14s infinite;
  animation-delay: 6.01s;
  background-color: #40e5e8;
}
@keyframes orbit601 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-159deg) rotateY(29deg) translateX(60px) rotateZ(159deg);
  }
  80% {
    transform: rotateZ(-159deg) rotateY(29deg) translateX(60px) rotateZ(159deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-159deg) rotateY(29deg) translateX(180px) rotateZ(159deg);
  }
}
.c:nth-child(602) {
  animation: orbit602 14s infinite;
  animation-delay: 6.02s;
  background-color: #40e5e8;
}
@keyframes orbit602 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-157deg) rotateY(50deg) translateX(60px) rotateZ(157deg);
  }
  80% {
    transform: rotateZ(-157deg) rotateY(50deg) translateX(60px) rotateZ(157deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-157deg) rotateY(50deg) translateX(180px) rotateZ(157deg);
  }
}
.c:nth-child(603) {
  animation: orbit603 14s infinite;
  animation-delay: 6.03s;
  background-color: #40e5e8;
}
@keyframes orbit603 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-202deg) rotateY(106deg) translateX(60px) rotateZ(202deg);
  }
  80% {
    transform: rotateZ(-202deg) rotateY(106deg) translateX(60px) rotateZ(202deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-202deg) rotateY(106deg) translateX(180px) rotateZ(202deg);
  }
}
.c:nth-child(604) {
  animation: orbit604 14s infinite;
  animation-delay: 6.04s;
  background-color: #40e5e8;
}
@keyframes orbit604 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-191deg) rotateY(144deg) translateX(60px) rotateZ(191deg);
  }
  80% {
    transform: rotateZ(-191deg) rotateY(144deg) translateX(60px) rotateZ(191deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-191deg) rotateY(144deg) translateX(180px) rotateZ(191deg);
  }
}
.c:nth-child(605) {
  animation: orbit605 14s infinite;
  animation-delay: 6.05s;
  background-color: #40e5e8;
}
@keyframes orbit605 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-222deg) rotateY(283deg) translateX(60px) rotateZ(222deg);
  }
  80% {
    transform: rotateZ(-222deg) rotateY(283deg) translateX(60px) rotateZ(222deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-222deg) rotateY(283deg) translateX(180px) rotateZ(222deg);
  }
}
.c:nth-child(606) {
  animation: orbit606 14s infinite;
  animation-delay: 6.06s;
  background-color: #40e5e8;
}
@keyframes orbit606 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-137deg) rotateY(190deg) translateX(60px) rotateZ(137deg);
  }
  80% {
    transform: rotateZ(-137deg) rotateY(190deg) translateX(60px) rotateZ(137deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-137deg) rotateY(190deg) translateX(180px) rotateZ(137deg);
  }
}
.c:nth-child(607) {
  animation: orbit607 14s infinite;
  animation-delay: 6.07s;
  background-color: #40e5e8;
}
@keyframes orbit607 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-54deg) rotateY(295deg) translateX(60px) rotateZ(54deg);
  }
  80% {
    transform: rotateZ(-54deg) rotateY(295deg) translateX(60px) rotateZ(54deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-54deg) rotateY(295deg) translateX(180px) rotateZ(54deg);
  }
}
.c:nth-child(608) {
  animation: orbit608 14s infinite;
  animation-delay: 6.08s;
  background-color: #40e5e8;
}
@keyframes orbit608 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-21deg) rotateY(167deg) translateX(60px) rotateZ(21deg);
  }
  80% {
    transform: rotateZ(-21deg) rotateY(167deg) translateX(60px) rotateZ(21deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-21deg) rotateY(167deg) translateX(180px) rotateZ(21deg);
  }
}
.c:nth-child(609) {
  animation: orbit609 14s infinite;
  animation-delay: 6.09s;
  background-color: #40e5e8;
}
@keyframes orbit609 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-241deg) rotateY(215deg) translateX(60px) rotateZ(241deg);
  }
  80% {
    transform: rotateZ(-241deg) rotateY(215deg) translateX(60px) rotateZ(241deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-241deg) rotateY(215deg) translateX(180px) rotateZ(241deg);
  }
}
.c:nth-child(610) {
  animation: orbit610 14s infinite;
  animation-delay: 6.1s;
  background-color: #40e5e8;
}
@keyframes orbit610 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-66deg) rotateY(140deg) translateX(60px) rotateZ(66deg);
  }
  80% {
    transform: rotateZ(-66deg) rotateY(140deg) translateX(60px) rotateZ(66deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-66deg) rotateY(140deg) translateX(180px) rotateZ(66deg);
  }
}
.c:nth-child(611) {
  animation: orbit611 14s infinite;
  animation-delay: 6.11s;
  background-color: #40e5e8;
}
@keyframes orbit611 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-198deg) rotateY(111deg) translateX(60px) rotateZ(198deg);
  }
  80% {
    transform: rotateZ(-198deg) rotateY(111deg) translateX(60px) rotateZ(198deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-198deg) rotateY(111deg) translateX(180px) rotateZ(198deg);
  }
}
.c:nth-child(612) {
  animation: orbit612 14s infinite;
  animation-delay: 6.12s;
  background-color: #40e5e8;
}
@keyframes orbit612 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-223deg) rotateY(74deg) translateX(60px) rotateZ(223deg);
  }
  80% {
    transform: rotateZ(-223deg) rotateY(74deg) translateX(60px) rotateZ(223deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-223deg) rotateY(74deg) translateX(180px) rotateZ(223deg);
  }
}
.c:nth-child(613) {
  animation: orbit613 14s infinite;
  animation-delay: 6.13s;
  background-color: #40e5e8;
}
@keyframes orbit613 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-68deg) rotateY(71deg) translateX(60px) rotateZ(68deg);
  }
  80% {
    transform: rotateZ(-68deg) rotateY(71deg) translateX(60px) rotateZ(68deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-68deg) rotateY(71deg) translateX(180px) rotateZ(68deg);
  }
}
.c:nth-child(614) {
  animation: orbit614 14s infinite;
  animation-delay: 6.14s;
  background-color: #40e5e8;
}
@keyframes orbit614 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-314deg) rotateY(176deg) translateX(60px) rotateZ(314deg);
  }
  80% {
    transform: rotateZ(-314deg) rotateY(176deg) translateX(60px) rotateZ(314deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-314deg) rotateY(176deg) translateX(180px) rotateZ(314deg);
  }
}
.c:nth-child(615) {
  animation: orbit615 14s infinite;
  animation-delay: 6.15s;
  background-color: #40e5e8;
}
@keyframes orbit615 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-65deg) rotateY(124deg) translateX(60px) rotateZ(65deg);
  }
  80% {
    transform: rotateZ(-65deg) rotateY(124deg) translateX(60px) rotateZ(65deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-65deg) rotateY(124deg) translateX(180px) rotateZ(65deg);
  }
}
.c:nth-child(616) {
  animation: orbit616 14s infinite;
  animation-delay: 6.16s;
  background-color: #40e5e8;
}
@keyframes orbit616 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-23deg) rotateY(270deg) translateX(60px) rotateZ(23deg);
  }
  80% {
    transform: rotateZ(-23deg) rotateY(270deg) translateX(60px) rotateZ(23deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-23deg) rotateY(270deg) translateX(180px) rotateZ(23deg);
  }
}
.c:nth-child(617) {
  animation: orbit617 14s infinite;
  animation-delay: 6.17s;
  background-color: #40e5e8;
}
@keyframes orbit617 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-51deg) rotateY(89deg) translateX(60px) rotateZ(51deg);
  }
  80% {
    transform: rotateZ(-51deg) rotateY(89deg) translateX(60px) rotateZ(51deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-51deg) rotateY(89deg) translateX(180px) rotateZ(51deg);
  }
}
.c:nth-child(618) {
  animation: orbit618 14s infinite;
  animation-delay: 6.18s;
  background-color: #40e5e8;
}
@keyframes orbit618 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-334deg) rotateY(152deg) translateX(60px) rotateZ(334deg);
  }
  80% {
    transform: rotateZ(-334deg) rotateY(152deg) translateX(60px) rotateZ(334deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-334deg) rotateY(152deg) translateX(180px) rotateZ(334deg);
  }
}
.c:nth-child(619) {
  animation: orbit619 14s infinite;
  animation-delay: 6.19s;
  background-color: #40e5e8;
}
@keyframes orbit619 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-120deg) rotateY(337deg) translateX(60px) rotateZ(120deg);
  }
  80% {
    transform: rotateZ(-120deg) rotateY(337deg) translateX(60px) rotateZ(120deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-120deg) rotateY(337deg) translateX(180px) rotateZ(120deg);
  }
}
.c:nth-child(620) {
  animation: orbit620 14s infinite;
  animation-delay: 6.2s;
  background-color: #40e5e8;
}
@keyframes orbit620 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-233deg) rotateY(93deg) translateX(60px) rotateZ(233deg);
  }
  80% {
    transform: rotateZ(-233deg) rotateY(93deg) translateX(60px) rotateZ(233deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-233deg) rotateY(93deg) translateX(180px) rotateZ(233deg);
  }
}
.c:nth-child(621) {
  animation: orbit621 14s infinite;
  animation-delay: 6.21s;
  background-color: #40e5e8;
}
@keyframes orbit621 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-102deg) rotateY(185deg) translateX(60px) rotateZ(102deg);
  }
  80% {
    transform: rotateZ(-102deg) rotateY(185deg) translateX(60px) rotateZ(102deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-102deg) rotateY(185deg) translateX(180px) rotateZ(102deg);
  }
}
.c:nth-child(622) {
  animation: orbit622 14s infinite;
  animation-delay: 6.22s;
  background-color: #40e5e8;
}
@keyframes orbit622 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-160deg) rotateY(244deg) translateX(60px) rotateZ(160deg);
  }
  80% {
    transform: rotateZ(-160deg) rotateY(244deg) translateX(60px) rotateZ(160deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-160deg) rotateY(244deg) translateX(180px) rotateZ(160deg);
  }
}
.c:nth-child(623) {
  animation: orbit623 14s infinite;
  animation-delay: 6.23s;
  background-color: #40e5e8;
}
@keyframes orbit623 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-88deg) rotateY(55deg) translateX(60px) rotateZ(88deg);
  }
  80% {
    transform: rotateZ(-88deg) rotateY(55deg) translateX(60px) rotateZ(88deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-88deg) rotateY(55deg) translateX(180px) rotateZ(88deg);
  }
}
.c:nth-child(624) {
  animation: orbit624 14s infinite;
  animation-delay: 6.24s;
  background-color: #40e5e8;
}
@keyframes orbit624 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-151deg) rotateY(95deg) translateX(60px) rotateZ(151deg);
  }
  80% {
    transform: rotateZ(-151deg) rotateY(95deg) translateX(60px) rotateZ(151deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-151deg) rotateY(95deg) translateX(180px) rotateZ(151deg);
  }
}
.c:nth-child(625) {
  animation: orbit625 14s infinite;
  animation-delay: 6.25s;
  background-color: #40e5e8;
}
@keyframes orbit625 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-17deg) rotateY(286deg) translateX(60px) rotateZ(17deg);
  }
  80% {
    transform: rotateZ(-17deg) rotateY(286deg) translateX(60px) rotateZ(17deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-17deg) rotateY(286deg) translateX(180px) rotateZ(17deg);
  }
}
.c:nth-child(626) {
  animation: orbit626 14s infinite;
  animation-delay: 6.26s;
  background-color: #40e5e8;
}
@keyframes orbit626 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-311deg) rotateY(121deg) translateX(60px) rotateZ(311deg);
  }
  80% {
    transform: rotateZ(-311deg) rotateY(121deg) translateX(60px) rotateZ(311deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-311deg) rotateY(121deg) translateX(180px) rotateZ(311deg);
  }
}
.c:nth-child(627) {
  animation: orbit627 14s infinite;
  animation-delay: 6.27s;
  background-color: #40e5e8;
}
@keyframes orbit627 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-39deg) rotateY(110deg) translateX(60px) rotateZ(39deg);
  }
  80% {
    transform: rotateZ(-39deg) rotateY(110deg) translateX(60px) rotateZ(39deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-39deg) rotateY(110deg) translateX(180px) rotateZ(39deg);
  }
}
.c:nth-child(628) {
  animation: orbit628 14s infinite;
  animation-delay: 6.28s;
  background-color: #40e5e8;
}
@keyframes orbit628 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-128deg) rotateY(120deg) translateX(60px) rotateZ(128deg);
  }
  80% {
    transform: rotateZ(-128deg) rotateY(120deg) translateX(60px) rotateZ(128deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-128deg) rotateY(120deg) translateX(180px) rotateZ(128deg);
  }
}
.c:nth-child(629) {
  animation: orbit629 14s infinite;
  animation-delay: 6.29s;
  background-color: #40e5e8;
}
@keyframes orbit629 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-208deg) rotateY(290deg) translateX(60px) rotateZ(208deg);
  }
  80% {
    transform: rotateZ(-208deg) rotateY(290deg) translateX(60px) rotateZ(208deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-208deg) rotateY(290deg) translateX(180px) rotateZ(208deg);
  }
}
.c:nth-child(630) {
  animation: orbit630 14s infinite;
  animation-delay: 6.3s;
  background-color: #40e5e8;
}
@keyframes orbit630 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-151deg) rotateY(90deg) translateX(60px) rotateZ(151deg);
  }
  80% {
    transform: rotateZ(-151deg) rotateY(90deg) translateX(60px) rotateZ(151deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-151deg) rotateY(90deg) translateX(180px) rotateZ(151deg);
  }
}
.c:nth-child(631) {
  animation: orbit631 14s infinite;
  animation-delay: 6.31s;
  background-color: #40e5e8;
}
@keyframes orbit631 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-347deg) rotateY(102deg) translateX(60px) rotateZ(347deg);
  }
  80% {
    transform: rotateZ(-347deg) rotateY(102deg) translateX(60px) rotateZ(347deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-347deg) rotateY(102deg) translateX(180px) rotateZ(347deg);
  }
}
.c:nth-child(632) {
  animation: orbit632 14s infinite;
  animation-delay: 6.32s;
  background-color: #40e5e8;
}
@keyframes orbit632 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-111deg) rotateY(236deg) translateX(60px) rotateZ(111deg);
  }
  80% {
    transform: rotateZ(-111deg) rotateY(236deg) translateX(60px) rotateZ(111deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-111deg) rotateY(236deg) translateX(180px) rotateZ(111deg);
  }
}
.c:nth-child(633) {
  animation: orbit633 14s infinite;
  animation-delay: 6.33s;
  background-color: #40e5e8;
}
@keyframes orbit633 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-85deg) rotateY(196deg) translateX(60px) rotateZ(85deg);
  }
  80% {
    transform: rotateZ(-85deg) rotateY(196deg) translateX(60px) rotateZ(85deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-85deg) rotateY(196deg) translateX(180px) rotateZ(85deg);
  }
}
.c:nth-child(634) {
  animation: orbit634 14s infinite;
  animation-delay: 6.34s;
  background-color: #40e5e8;
}
@keyframes orbit634 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-303deg) rotateY(248deg) translateX(60px) rotateZ(303deg);
  }
  80% {
    transform: rotateZ(-303deg) rotateY(248deg) translateX(60px) rotateZ(303deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-303deg) rotateY(248deg) translateX(180px) rotateZ(303deg);
  }
}
.c:nth-child(635) {
  animation: orbit635 14s infinite;
  animation-delay: 6.35s;
  background-color: #40e5e8;
}
@keyframes orbit635 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-218deg) rotateY(246deg) translateX(60px) rotateZ(218deg);
  }
  80% {
    transform: rotateZ(-218deg) rotateY(246deg) translateX(60px) rotateZ(218deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-218deg) rotateY(246deg) translateX(180px) rotateZ(218deg);
  }
}
.c:nth-child(636) {
  animation: orbit636 14s infinite;
  animation-delay: 6.36s;
  background-color: #40e5e8;
}
@keyframes orbit636 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-212deg) rotateY(34deg) translateX(60px) rotateZ(212deg);
  }
  80% {
    transform: rotateZ(-212deg) rotateY(34deg) translateX(60px) rotateZ(212deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-212deg) rotateY(34deg) translateX(180px) rotateZ(212deg);
  }
}
.c:nth-child(637) {
  animation: orbit637 14s infinite;
  animation-delay: 6.37s;
  background-color: #40e5e8;
}
@keyframes orbit637 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-324deg) rotateY(112deg) translateX(60px) rotateZ(324deg);
  }
  80% {
    transform: rotateZ(-324deg) rotateY(112deg) translateX(60px) rotateZ(324deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-324deg) rotateY(112deg) translateX(180px) rotateZ(324deg);
  }
}
.c:nth-child(638) {
  animation: orbit638 14s infinite;
  animation-delay: 6.38s;
  background-color: #40e5e8;
}
@keyframes orbit638 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-273deg) rotateY(61deg) translateX(60px) rotateZ(273deg);
  }
  80% {
    transform: rotateZ(-273deg) rotateY(61deg) translateX(60px) rotateZ(273deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-273deg) rotateY(61deg) translateX(180px) rotateZ(273deg);
  }
}
.c:nth-child(639) {
  animation: orbit639 14s infinite;
  animation-delay: 6.39s;
  background-color: #40e5e8;
}
@keyframes orbit639 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-315deg) rotateY(49deg) translateX(60px) rotateZ(315deg);
  }
  80% {
    transform: rotateZ(-315deg) rotateY(49deg) translateX(60px) rotateZ(315deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-315deg) rotateY(49deg) translateX(180px) rotateZ(315deg);
  }
}
.c:nth-child(640) {
  animation: orbit640 14s infinite;
  animation-delay: 6.4s;
  background-color: #40e5e8;
}
@keyframes orbit640 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-76deg) rotateY(159deg) translateX(60px) rotateZ(76deg);
  }
  80% {
    transform: rotateZ(-76deg) rotateY(159deg) translateX(60px) rotateZ(76deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-76deg) rotateY(159deg) translateX(180px) rotateZ(76deg);
  }
}
.c:nth-child(641) {
  animation: orbit641 14s infinite;
  animation-delay: 6.41s;
  background-color: #40e5e8;
}
@keyframes orbit641 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-323deg) rotateY(273deg) translateX(60px) rotateZ(323deg);
  }
  80% {
    transform: rotateZ(-323deg) rotateY(273deg) translateX(60px) rotateZ(323deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-323deg) rotateY(273deg) translateX(180px) rotateZ(323deg);
  }
}
.c:nth-child(642) {
  animation: orbit642 14s infinite;
  animation-delay: 6.42s;
  background-color: #40e5e8;
}
@keyframes orbit642 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-27deg) rotateY(137deg) translateX(60px) rotateZ(27deg);
  }
  80% {
    transform: rotateZ(-27deg) rotateY(137deg) translateX(60px) rotateZ(27deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-27deg) rotateY(137deg) translateX(180px) rotateZ(27deg);
  }
}
.c:nth-child(643) {
  animation: orbit643 14s infinite;
  animation-delay: 6.43s;
  background-color: #40e5e8;
}
@keyframes orbit643 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-213deg) rotateY(196deg) translateX(60px) rotateZ(213deg);
  }
  80% {
    transform: rotateZ(-213deg) rotateY(196deg) translateX(60px) rotateZ(213deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-213deg) rotateY(196deg) translateX(180px) rotateZ(213deg);
  }
}
.c:nth-child(644) {
  animation: orbit644 14s infinite;
  animation-delay: 6.44s;
  background-color: #40e5e8;
}
@keyframes orbit644 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-187deg) rotateY(63deg) translateX(60px) rotateZ(187deg);
  }
  80% {
    transform: rotateZ(-187deg) rotateY(63deg) translateX(60px) rotateZ(187deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-187deg) rotateY(63deg) translateX(180px) rotateZ(187deg);
  }
}
.c:nth-child(645) {
  animation: orbit645 14s infinite;
  animation-delay: 6.45s;
  background-color: #40e5e8;
}
@keyframes orbit645 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-136deg) rotateY(150deg) translateX(60px) rotateZ(136deg);
  }
  80% {
    transform: rotateZ(-136deg) rotateY(150deg) translateX(60px) rotateZ(136deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-136deg) rotateY(150deg) translateX(180px) rotateZ(136deg);
  }
}
.c:nth-child(646) {
  animation: orbit646 14s infinite;
  animation-delay: 6.46s;
  background-color: #40e5e8;
}
@keyframes orbit646 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-2deg) rotateY(282deg) translateX(60px) rotateZ(2deg);
  }
  80% {
    transform: rotateZ(-2deg) rotateY(282deg) translateX(60px) rotateZ(2deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-2deg) rotateY(282deg) translateX(180px) rotateZ(2deg);
  }
}
.c:nth-child(647) {
  animation: orbit647 14s infinite;
  animation-delay: 6.47s;
  background-color: #40e5e8;
}
@keyframes orbit647 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-249deg) rotateY(218deg) translateX(60px) rotateZ(249deg);
  }
  80% {
    transform: rotateZ(-249deg) rotateY(218deg) translateX(60px) rotateZ(249deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-249deg) rotateY(218deg) translateX(180px) rotateZ(249deg);
  }
}
.c:nth-child(648) {
  animation: orbit648 14s infinite;
  animation-delay: 6.48s;
  background-color: #40e5e8;
}
@keyframes orbit648 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-68deg) rotateY(357deg) translateX(60px) rotateZ(68deg);
  }
  80% {
    transform: rotateZ(-68deg) rotateY(357deg) translateX(60px) rotateZ(68deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-68deg) rotateY(357deg) translateX(180px) rotateZ(68deg);
  }
}
.c:nth-child(649) {
  animation: orbit649 14s infinite;
  animation-delay: 6.49s;
  background-color: #40e5e8;
}
@keyframes orbit649 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-343deg) rotateY(16deg) translateX(60px) rotateZ(343deg);
  }
  80% {
    transform: rotateZ(-343deg) rotateY(16deg) translateX(60px) rotateZ(343deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-343deg) rotateY(16deg) translateX(180px) rotateZ(343deg);
  }
}
.c:nth-child(650) {
  animation: orbit650 14s infinite;
  animation-delay: 6.5s;
  background-color: #40e5e8;
}
@keyframes orbit650 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-231deg) rotateY(315deg) translateX(60px) rotateZ(231deg);
  }
  80% {
    transform: rotateZ(-231deg) rotateY(315deg) translateX(60px) rotateZ(231deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-231deg) rotateY(315deg) translateX(180px) rotateZ(231deg);
  }
}
.c:nth-child(651) {
  animation: orbit651 14s infinite;
  animation-delay: 6.51s;
  background-color: #40e5e8;
}
@keyframes orbit651 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-312deg) rotateY(185deg) translateX(60px) rotateZ(312deg);
  }
  80% {
    transform: rotateZ(-312deg) rotateY(185deg) translateX(60px) rotateZ(312deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-312deg) rotateY(185deg) translateX(180px) rotateZ(312deg);
  }
}
.c:nth-child(652) {
  animation: orbit652 14s infinite;
  animation-delay: 6.52s;
  background-color: #40e5e8;
}
@keyframes orbit652 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-189deg) rotateY(37deg) translateX(60px) rotateZ(189deg);
  }
  80% {
    transform: rotateZ(-189deg) rotateY(37deg) translateX(60px) rotateZ(189deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-189deg) rotateY(37deg) translateX(180px) rotateZ(189deg);
  }
}
.c:nth-child(653) {
  animation: orbit653 14s infinite;
  animation-delay: 6.53s;
  background-color: #40e5e8;
}
@keyframes orbit653 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-108deg) rotateY(24deg) translateX(60px) rotateZ(108deg);
  }
  80% {
    transform: rotateZ(-108deg) rotateY(24deg) translateX(60px) rotateZ(108deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-108deg) rotateY(24deg) translateX(180px) rotateZ(108deg);
  }
}
.c:nth-child(654) {
  animation: orbit654 14s infinite;
  animation-delay: 6.54s;
  background-color: #40e5e8;
}
@keyframes orbit654 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-297deg) rotateY(64deg) translateX(60px) rotateZ(297deg);
  }
  80% {
    transform: rotateZ(-297deg) rotateY(64deg) translateX(60px) rotateZ(297deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-297deg) rotateY(64deg) translateX(180px) rotateZ(297deg);
  }
}
.c:nth-child(655) {
  animation: orbit655 14s infinite;
  animation-delay: 6.55s;
  background-color: #40e5e8;
}
@keyframes orbit655 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-126deg) rotateY(84deg) translateX(60px) rotateZ(126deg);
  }
  80% {
    transform: rotateZ(-126deg) rotateY(84deg) translateX(60px) rotateZ(126deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-126deg) rotateY(84deg) translateX(180px) rotateZ(126deg);
  }
}
.c:nth-child(656) {
  animation: orbit656 14s infinite;
  animation-delay: 6.56s;
  background-color: #40e5e8;
}
@keyframes orbit656 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-353deg) rotateY(42deg) translateX(60px) rotateZ(353deg);
  }
  80% {
    transform: rotateZ(-353deg) rotateY(42deg) translateX(60px) rotateZ(353deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-353deg) rotateY(42deg) translateX(180px) rotateZ(353deg);
  }
}
.c:nth-child(657) {
  animation: orbit657 14s infinite;
  animation-delay: 6.57s;
  background-color: #40e5e8;
}
@keyframes orbit657 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-305deg) rotateY(255deg) translateX(60px) rotateZ(305deg);
  }
  80% {
    transform: rotateZ(-305deg) rotateY(255deg) translateX(60px) rotateZ(305deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-305deg) rotateY(255deg) translateX(180px) rotateZ(305deg);
  }
}
.c:nth-child(658) {
  animation: orbit658 14s infinite;
  animation-delay: 6.58s;
  background-color: #40e5e8;
}
@keyframes orbit658 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-312deg) rotateY(128deg) translateX(60px) rotateZ(312deg);
  }
  80% {
    transform: rotateZ(-312deg) rotateY(128deg) translateX(60px) rotateZ(312deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-312deg) rotateY(128deg) translateX(180px) rotateZ(312deg);
  }
}
.c:nth-child(659) {
  animation: orbit659 14s infinite;
  animation-delay: 6.59s;
  background-color: #40e5e8;
}
@keyframes orbit659 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-223deg) rotateY(155deg) translateX(60px) rotateZ(223deg);
  }
  80% {
    transform: rotateZ(-223deg) rotateY(155deg) translateX(60px) rotateZ(223deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-223deg) rotateY(155deg) translateX(180px) rotateZ(223deg);
  }
}
.c:nth-child(660) {
  animation: orbit660 14s infinite;
  animation-delay: 6.6s;
  background-color: #40e5e8;
}
@keyframes orbit660 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-52deg) rotateY(225deg) translateX(60px) rotateZ(52deg);
  }
  80% {
    transform: rotateZ(-52deg) rotateY(225deg) translateX(60px) rotateZ(52deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-52deg) rotateY(225deg) translateX(180px) rotateZ(52deg);
  }
}
.c:nth-child(661) {
  animation: orbit661 14s infinite;
  animation-delay: 6.61s;
  background-color: #40e5e8;
}
@keyframes orbit661 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-260deg) rotateY(196deg) translateX(60px) rotateZ(260deg);
  }
  80% {
    transform: rotateZ(-260deg) rotateY(196deg) translateX(60px) rotateZ(260deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-260deg) rotateY(196deg) translateX(180px) rotateZ(260deg);
  }
}
.c:nth-child(662) {
  animation: orbit662 14s infinite;
  animation-delay: 6.62s;
  background-color: #40e5e8;
}
@keyframes orbit662 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-137deg) rotateY(203deg) translateX(60px) rotateZ(137deg);
  }
  80% {
    transform: rotateZ(-137deg) rotateY(203deg) translateX(60px) rotateZ(137deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-137deg) rotateY(203deg) translateX(180px) rotateZ(137deg);
  }
}
.c:nth-child(663) {
  animation: orbit663 14s infinite;
  animation-delay: 6.63s;
  background-color: #40e5e8;
}
@keyframes orbit663 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-20deg) rotateY(351deg) translateX(60px) rotateZ(20deg);
  }
  80% {
    transform: rotateZ(-20deg) rotateY(351deg) translateX(60px) rotateZ(20deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-20deg) rotateY(351deg) translateX(180px) rotateZ(20deg);
  }
}
.c:nth-child(664) {
  animation: orbit664 14s infinite;
  animation-delay: 6.64s;
  background-color: #40e5e8;
}
@keyframes orbit664 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-213deg) rotateY(346deg) translateX(60px) rotateZ(213deg);
  }
  80% {
    transform: rotateZ(-213deg) rotateY(346deg) translateX(60px) rotateZ(213deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-213deg) rotateY(346deg) translateX(180px) rotateZ(213deg);
  }
}
.c:nth-child(665) {
  animation: orbit665 14s infinite;
  animation-delay: 6.65s;
  background-color: #40e5e8;
}
@keyframes orbit665 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-146deg) rotateY(1deg) translateX(60px) rotateZ(146deg);
  }
  80% {
    transform: rotateZ(-146deg) rotateY(1deg) translateX(60px) rotateZ(146deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-146deg) rotateY(1deg) translateX(180px) rotateZ(146deg);
  }
}
.c:nth-child(666) {
  animation: orbit666 14s infinite;
  animation-delay: 6.66s;
  background-color: #40e5e8;
}
@keyframes orbit666 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-247deg) rotateY(23deg) translateX(60px) rotateZ(247deg);
  }
  80% {
    transform: rotateZ(-247deg) rotateY(23deg) translateX(60px) rotateZ(247deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-247deg) rotateY(23deg) translateX(180px) rotateZ(247deg);
  }
}
.c:nth-child(667) {
  animation: orbit667 14s infinite;
  animation-delay: 6.67s;
  background-color: #40e5e8;
}
@keyframes orbit667 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-11deg) rotateY(302deg) translateX(60px) rotateZ(11deg);
  }
  80% {
    transform: rotateZ(-11deg) rotateY(302deg) translateX(60px) rotateZ(11deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-11deg) rotateY(302deg) translateX(180px) rotateZ(11deg);
  }
}
.c:nth-child(668) {
  animation: orbit668 14s infinite;
  animation-delay: 6.68s;
  background-color: #40e5e8;
}
@keyframes orbit668 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-335deg) rotateY(210deg) translateX(60px) rotateZ(335deg);
  }
  80% {
    transform: rotateZ(-335deg) rotateY(210deg) translateX(60px) rotateZ(335deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-335deg) rotateY(210deg) translateX(180px) rotateZ(335deg);
  }
}
.c:nth-child(669) {
  animation: orbit669 14s infinite;
  animation-delay: 6.69s;
  background-color: #40e5e8;
}
@keyframes orbit669 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-233deg) rotateY(146deg) translateX(60px) rotateZ(233deg);
  }
  80% {
    transform: rotateZ(-233deg) rotateY(146deg) translateX(60px) rotateZ(233deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-233deg) rotateY(146deg) translateX(180px) rotateZ(233deg);
  }
}
.c:nth-child(670) {
  animation: orbit670 14s infinite;
  animation-delay: 6.7s;
  background-color: #40e5e8;
}
@keyframes orbit670 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-336deg) rotateY(126deg) translateX(60px) rotateZ(336deg);
  }
  80% {
    transform: rotateZ(-336deg) rotateY(126deg) translateX(60px) rotateZ(336deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-336deg) rotateY(126deg) translateX(180px) rotateZ(336deg);
  }
}
.c:nth-child(671) {
  animation: orbit671 14s infinite;
  animation-delay: 6.71s;
  background-color: #40e5e8;
}
@keyframes orbit671 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-264deg) rotateY(113deg) translateX(60px) rotateZ(264deg);
  }
  80% {
    transform: rotateZ(-264deg) rotateY(113deg) translateX(60px) rotateZ(264deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-264deg) rotateY(113deg) translateX(180px) rotateZ(264deg);
  }
}
.c:nth-child(672) {
  animation: orbit672 14s infinite;
  animation-delay: 6.72s;
  background-color: #40e5e8;
}
@keyframes orbit672 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-199deg) rotateY(290deg) translateX(60px) rotateZ(199deg);
  }
  80% {
    transform: rotateZ(-199deg) rotateY(290deg) translateX(60px) rotateZ(199deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-199deg) rotateY(290deg) translateX(180px) rotateZ(199deg);
  }
}
.c:nth-child(673) {
  animation: orbit673 14s infinite;
  animation-delay: 6.73s;
  background-color: #40e5e8;
}
@keyframes orbit673 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-233deg) rotateY(352deg) translateX(60px) rotateZ(233deg);
  }
  80% {
    transform: rotateZ(-233deg) rotateY(352deg) translateX(60px) rotateZ(233deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-233deg) rotateY(352deg) translateX(180px) rotateZ(233deg);
  }
}
.c:nth-child(674) {
  animation: orbit674 14s infinite;
  animation-delay: 6.74s;
  background-color: #40e5e8;
}
@keyframes orbit674 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-255deg) rotateY(347deg) translateX(60px) rotateZ(255deg);
  }
  80% {
    transform: rotateZ(-255deg) rotateY(347deg) translateX(60px) rotateZ(255deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-255deg) rotateY(347deg) translateX(180px) rotateZ(255deg);
  }
}
.c:nth-child(675) {
  animation: orbit675 14s infinite;
  animation-delay: 6.75s;
  background-color: #40e5e8;
}
@keyframes orbit675 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-83deg) rotateY(55deg) translateX(60px) rotateZ(83deg);
  }
  80% {
    transform: rotateZ(-83deg) rotateY(55deg) translateX(60px) rotateZ(83deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-83deg) rotateY(55deg) translateX(180px) rotateZ(83deg);
  }
}
.c:nth-child(676) {
  animation: orbit676 14s infinite;
  animation-delay: 6.76s;
  background-color: #40e5e8;
}
@keyframes orbit676 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-307deg) rotateY(92deg) translateX(60px) rotateZ(307deg);
  }
  80% {
    transform: rotateZ(-307deg) rotateY(92deg) translateX(60px) rotateZ(307deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-307deg) rotateY(92deg) translateX(180px) rotateZ(307deg);
  }
}
.c:nth-child(677) {
  animation: orbit677 14s infinite;
  animation-delay: 6.77s;
  background-color: #40e5e8;
}
@keyframes orbit677 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-88deg) rotateY(231deg) translateX(60px) rotateZ(88deg);
  }
  80% {
    transform: rotateZ(-88deg) rotateY(231deg) translateX(60px) rotateZ(88deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-88deg) rotateY(231deg) translateX(180px) rotateZ(88deg);
  }
}
.c:nth-child(678) {
  animation: orbit678 14s infinite;
  animation-delay: 6.78s;
  background-color: #40e5e8;
}
@keyframes orbit678 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-292deg) rotateY(40deg) translateX(60px) rotateZ(292deg);
  }
  80% {
    transform: rotateZ(-292deg) rotateY(40deg) translateX(60px) rotateZ(292deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-292deg) rotateY(40deg) translateX(180px) rotateZ(292deg);
  }
}
.c:nth-child(679) {
  animation: orbit679 14s infinite;
  animation-delay: 6.79s;
  background-color: #40e5e8;
}
@keyframes orbit679 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-105deg) rotateY(106deg) translateX(60px) rotateZ(105deg);
  }
  80% {
    transform: rotateZ(-105deg) rotateY(106deg) translateX(60px) rotateZ(105deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-105deg) rotateY(106deg) translateX(180px) rotateZ(105deg);
  }
}
.c:nth-child(680) {
  animation: orbit680 14s infinite;
  animation-delay: 6.8s;
  background-color: #40e5e8;
}
@keyframes orbit680 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-295deg) rotateY(140deg) translateX(60px) rotateZ(295deg);
  }
  80% {
    transform: rotateZ(-295deg) rotateY(140deg) translateX(60px) rotateZ(295deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-295deg) rotateY(140deg) translateX(180px) rotateZ(295deg);
  }
}
.c:nth-child(681) {
  animation: orbit681 14s infinite;
  animation-delay: 6.81s;
  background-color: #40e5e8;
}
@keyframes orbit681 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-99deg) rotateY(186deg) translateX(60px) rotateZ(99deg);
  }
  80% {
    transform: rotateZ(-99deg) rotateY(186deg) translateX(60px) rotateZ(99deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-99deg) rotateY(186deg) translateX(180px) rotateZ(99deg);
  }
}
.c:nth-child(682) {
  animation: orbit682 14s infinite;
  animation-delay: 6.82s;
  background-color: #40e5e8;
}
@keyframes orbit682 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-358deg) rotateY(183deg) translateX(60px) rotateZ(358deg);
  }
  80% {
    transform: rotateZ(-358deg) rotateY(183deg) translateX(60px) rotateZ(358deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-358deg) rotateY(183deg) translateX(180px) rotateZ(358deg);
  }
}
.c:nth-child(683) {
  animation: orbit683 14s infinite;
  animation-delay: 6.83s;
  background-color: #40e5e8;
}
@keyframes orbit683 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-105deg) rotateY(356deg) translateX(60px) rotateZ(105deg);
  }
  80% {
    transform: rotateZ(-105deg) rotateY(356deg) translateX(60px) rotateZ(105deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-105deg) rotateY(356deg) translateX(180px) rotateZ(105deg);
  }
}
.c:nth-child(684) {
  animation: orbit684 14s infinite;
  animation-delay: 6.84s;
  background-color: #40e5e8;
}
@keyframes orbit684 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-184deg) rotateY(245deg) translateX(60px) rotateZ(184deg);
  }
  80% {
    transform: rotateZ(-184deg) rotateY(245deg) translateX(60px) rotateZ(184deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-184deg) rotateY(245deg) translateX(180px) rotateZ(184deg);
  }
}
.c:nth-child(685) {
  animation: orbit685 14s infinite;
  animation-delay: 6.85s;
  background-color: #40e5e8;
}
@keyframes orbit685 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-221deg) rotateY(158deg) translateX(60px) rotateZ(221deg);
  }
  80% {
    transform: rotateZ(-221deg) rotateY(158deg) translateX(60px) rotateZ(221deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-221deg) rotateY(158deg) translateX(180px) rotateZ(221deg);
  }
}
.c:nth-child(686) {
  animation: orbit686 14s infinite;
  animation-delay: 6.86s;
  background-color: #40e5e8;
}
@keyframes orbit686 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-288deg) rotateY(158deg) translateX(60px) rotateZ(288deg);
  }
  80% {
    transform: rotateZ(-288deg) rotateY(158deg) translateX(60px) rotateZ(288deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-288deg) rotateY(158deg) translateX(180px) rotateZ(288deg);
  }
}
.c:nth-child(687) {
  animation: orbit687 14s infinite;
  animation-delay: 6.87s;
  background-color: #40e5e8;
}
@keyframes orbit687 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-263deg) rotateY(53deg) translateX(60px) rotateZ(263deg);
  }
  80% {
    transform: rotateZ(-263deg) rotateY(53deg) translateX(60px) rotateZ(263deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-263deg) rotateY(53deg) translateX(180px) rotateZ(263deg);
  }
}
.c:nth-child(688) {
  animation: orbit688 14s infinite;
  animation-delay: 6.88s;
  background-color: #40e5e8;
}
@keyframes orbit688 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-14deg) rotateY(177deg) translateX(60px) rotateZ(14deg);
  }
  80% {
    transform: rotateZ(-14deg) rotateY(177deg) translateX(60px) rotateZ(14deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-14deg) rotateY(177deg) translateX(180px) rotateZ(14deg);
  }
}
.c:nth-child(689) {
  animation: orbit689 14s infinite;
  animation-delay: 6.89s;
  background-color: #40e5e8;
}
@keyframes orbit689 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-71deg) rotateY(219deg) translateX(60px) rotateZ(71deg);
  }
  80% {
    transform: rotateZ(-71deg) rotateY(219deg) translateX(60px) rotateZ(71deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-71deg) rotateY(219deg) translateX(180px) rotateZ(71deg);
  }
}
.c:nth-child(690) {
  animation: orbit690 14s infinite;
  animation-delay: 6.9s;
  background-color: #40e5e8;
}
@keyframes orbit690 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-82deg) rotateY(14deg) translateX(60px) rotateZ(82deg);
  }
  80% {
    transform: rotateZ(-82deg) rotateY(14deg) translateX(60px) rotateZ(82deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-82deg) rotateY(14deg) translateX(180px) rotateZ(82deg);
  }
}
.c:nth-child(691) {
  animation: orbit691 14s infinite;
  animation-delay: 6.91s;
  background-color: #40e5e8;
}
@keyframes orbit691 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-98deg) rotateY(202deg) translateX(60px) rotateZ(98deg);
  }
  80% {
    transform: rotateZ(-98deg) rotateY(202deg) translateX(60px) rotateZ(98deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-98deg) rotateY(202deg) translateX(180px) rotateZ(98deg);
  }
}
.c:nth-child(692) {
  animation: orbit692 14s infinite;
  animation-delay: 6.92s;
  background-color: #40e5e8;
}
@keyframes orbit692 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-137deg) rotateY(236deg) translateX(60px) rotateZ(137deg);
  }
  80% {
    transform: rotateZ(-137deg) rotateY(236deg) translateX(60px) rotateZ(137deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-137deg) rotateY(236deg) translateX(180px) rotateZ(137deg);
  }
}
.c:nth-child(693) {
  animation: orbit693 14s infinite;
  animation-delay: 6.93s;
  background-color: #40e5e8;
}
@keyframes orbit693 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-206deg) rotateY(67deg) translateX(60px) rotateZ(206deg);
  }
  80% {
    transform: rotateZ(-206deg) rotateY(67deg) translateX(60px) rotateZ(206deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-206deg) rotateY(67deg) translateX(180px) rotateZ(206deg);
  }
}
.c:nth-child(694) {
  animation: orbit694 14s infinite;
  animation-delay: 6.94s;
  background-color: #40e5e8;
}
@keyframes orbit694 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-306deg) rotateY(257deg) translateX(60px) rotateZ(306deg);
  }
  80% {
    transform: rotateZ(-306deg) rotateY(257deg) translateX(60px) rotateZ(306deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-306deg) rotateY(257deg) translateX(180px) rotateZ(306deg);
  }
}
.c:nth-child(695) {
  animation: orbit695 14s infinite;
  animation-delay: 6.95s;
  background-color: #40e5e8;
}
@keyframes orbit695 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-216deg) rotateY(224deg) translateX(60px) rotateZ(216deg);
  }
  80% {
    transform: rotateZ(-216deg) rotateY(224deg) translateX(60px) rotateZ(216deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-216deg) rotateY(224deg) translateX(180px) rotateZ(216deg);
  }
}
.c:nth-child(696) {
  animation: orbit696 14s infinite;
  animation-delay: 6.96s;
  background-color: #40e5e8;
}
@keyframes orbit696 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-338deg) rotateY(338deg) translateX(60px) rotateZ(338deg);
  }
  80% {
    transform: rotateZ(-338deg) rotateY(338deg) translateX(60px) rotateZ(338deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-338deg) rotateY(338deg) translateX(180px) rotateZ(338deg);
  }
}
.c:nth-child(697) {
  animation: orbit697 14s infinite;
  animation-delay: 6.97s;
  background-color: #40e5e8;
}
@keyframes orbit697 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-41deg) rotateY(191deg) translateX(60px) rotateZ(41deg);
  }
  80% {
    transform: rotateZ(-41deg) rotateY(191deg) translateX(60px) rotateZ(41deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-41deg) rotateY(191deg) translateX(180px) rotateZ(41deg);
  }
}
.c:nth-child(698) {
  animation: orbit698 14s infinite;
  animation-delay: 6.98s;
  background-color: #40e5e8;
}
@keyframes orbit698 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-299deg) rotateY(63deg) translateX(60px) rotateZ(299deg);
  }
  80% {
    transform: rotateZ(-299deg) rotateY(63deg) translateX(60px) rotateZ(299deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-299deg) rotateY(63deg) translateX(180px) rotateZ(299deg);
  }
}
.c:nth-child(699) {
  animation: orbit699 14s infinite;
  animation-delay: 6.99s;
  background-color: #40e5e8;
}
@keyframes orbit699 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-321deg) rotateY(263deg) translateX(60px) rotateZ(321deg);
  }
  80% {
    transform: rotateZ(-321deg) rotateY(263deg) translateX(60px) rotateZ(321deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-321deg) rotateY(263deg) translateX(180px) rotateZ(321deg);
  }
}
.c:nth-child(700) {
  animation: orbit700 14s infinite;
  animation-delay: 7s;
  background-color: #40e5e8;
}
@keyframes orbit700 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-346deg) rotateY(119deg) translateX(60px) rotateZ(346deg);
  }
  80% {
    transform: rotateZ(-346deg) rotateY(119deg) translateX(60px) rotateZ(346deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-346deg) rotateY(119deg) translateX(180px) rotateZ(346deg);
  }
}
.c:nth-child(701) {
  animation: orbit701 14s infinite;
  animation-delay: 7.01s;
  background-color: #40e5e8;
}
@keyframes orbit701 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-289deg) rotateY(165deg) translateX(60px) rotateZ(289deg);
  }
  80% {
    transform: rotateZ(-289deg) rotateY(165deg) translateX(60px) rotateZ(289deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-289deg) rotateY(165deg) translateX(180px) rotateZ(289deg);
  }
}
.c:nth-child(702) {
  animation: orbit702 14s infinite;
  animation-delay: 7.02s;
  background-color: #40e5e8;
}
@keyframes orbit702 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-48deg) rotateY(278deg) translateX(60px) rotateZ(48deg);
  }
  80% {
    transform: rotateZ(-48deg) rotateY(278deg) translateX(60px) rotateZ(48deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-48deg) rotateY(278deg) translateX(180px) rotateZ(48deg);
  }
}
.c:nth-child(703) {
  animation: orbit703 14s infinite;
  animation-delay: 7.03s;
  background-color: #40e5e8;
}
@keyframes orbit703 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-213deg) rotateY(132deg) translateX(60px) rotateZ(213deg);
  }
  80% {
    transform: rotateZ(-213deg) rotateY(132deg) translateX(60px) rotateZ(213deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-213deg) rotateY(132deg) translateX(180px) rotateZ(213deg);
  }
}
.c:nth-child(704) {
  animation: orbit704 14s infinite;
  animation-delay: 7.04s;
  background-color: #40e5e8;
}
@keyframes orbit704 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-124deg) rotateY(293deg) translateX(60px) rotateZ(124deg);
  }
  80% {
    transform: rotateZ(-124deg) rotateY(293deg) translateX(60px) rotateZ(124deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-124deg) rotateY(293deg) translateX(180px) rotateZ(124deg);
  }
}
.c:nth-child(705) {
  animation: orbit705 14s infinite;
  animation-delay: 7.05s;
  background-color: #40e5e8;
}
@keyframes orbit705 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-252deg) rotateY(32deg) translateX(60px) rotateZ(252deg);
  }
  80% {
    transform: rotateZ(-252deg) rotateY(32deg) translateX(60px) rotateZ(252deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-252deg) rotateY(32deg) translateX(180px) rotateZ(252deg);
  }
}
.c:nth-child(706) {
  animation: orbit706 14s infinite;
  animation-delay: 7.06s;
  background-color: #40e5e8;
}
@keyframes orbit706 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-281deg) rotateY(213deg) translateX(60px) rotateZ(281deg);
  }
  80% {
    transform: rotateZ(-281deg) rotateY(213deg) translateX(60px) rotateZ(281deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-281deg) rotateY(213deg) translateX(180px) rotateZ(281deg);
  }
}
.c:nth-child(707) {
  animation: orbit707 14s infinite;
  animation-delay: 7.07s;
  background-color: #40e5e8;
}
@keyframes orbit707 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-172deg) rotateY(352deg) translateX(60px) rotateZ(172deg);
  }
  80% {
    transform: rotateZ(-172deg) rotateY(352deg) translateX(60px) rotateZ(172deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-172deg) rotateY(352deg) translateX(180px) rotateZ(172deg);
  }
}
.c:nth-child(708) {
  animation: orbit708 14s infinite;
  animation-delay: 7.08s;
  background-color: #40e5e8;
}
@keyframes orbit708 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-339deg) rotateY(241deg) translateX(60px) rotateZ(339deg);
  }
  80% {
    transform: rotateZ(-339deg) rotateY(241deg) translateX(60px) rotateZ(339deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-339deg) rotateY(241deg) translateX(180px) rotateZ(339deg);
  }
}
.c:nth-child(709) {
  animation: orbit709 14s infinite;
  animation-delay: 7.09s;
  background-color: #40e5e8;
}
@keyframes orbit709 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-126deg) rotateY(92deg) translateX(60px) rotateZ(126deg);
  }
  80% {
    transform: rotateZ(-126deg) rotateY(92deg) translateX(60px) rotateZ(126deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-126deg) rotateY(92deg) translateX(180px) rotateZ(126deg);
  }
}
.c:nth-child(710) {
  animation: orbit710 14s infinite;
  animation-delay: 7.1s;
  background-color: #40e5e8;
}
@keyframes orbit710 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-43deg) rotateY(189deg) translateX(60px) rotateZ(43deg);
  }
  80% {
    transform: rotateZ(-43deg) rotateY(189deg) translateX(60px) rotateZ(43deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-43deg) rotateY(189deg) translateX(180px) rotateZ(43deg);
  }
}
.c:nth-child(711) {
  animation: orbit711 14s infinite;
  animation-delay: 7.11s;
  background-color: #40e5e8;
}
@keyframes orbit711 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-210deg) rotateY(318deg) translateX(60px) rotateZ(210deg);
  }
  80% {
    transform: rotateZ(-210deg) rotateY(318deg) translateX(60px) rotateZ(210deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-210deg) rotateY(318deg) translateX(180px) rotateZ(210deg);
  }
}
.c:nth-child(712) {
  animation: orbit712 14s infinite;
  animation-delay: 7.12s;
  background-color: #40e5e8;
}
@keyframes orbit712 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-267deg) rotateY(66deg) translateX(60px) rotateZ(267deg);
  }
  80% {
    transform: rotateZ(-267deg) rotateY(66deg) translateX(60px) rotateZ(267deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-267deg) rotateY(66deg) translateX(180px) rotateZ(267deg);
  }
}
.c:nth-child(713) {
  animation: orbit713 14s infinite;
  animation-delay: 7.13s;
  background-color: #40e5e8;
}
@keyframes orbit713 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-59deg) rotateY(143deg) translateX(60px) rotateZ(59deg);
  }
  80% {
    transform: rotateZ(-59deg) rotateY(143deg) translateX(60px) rotateZ(59deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-59deg) rotateY(143deg) translateX(180px) rotateZ(59deg);
  }
}
.c:nth-child(714) {
  animation: orbit714 14s infinite;
  animation-delay: 7.14s;
  background-color: #40e5e8;
}
@keyframes orbit714 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-166deg) rotateY(297deg) translateX(60px) rotateZ(166deg);
  }
  80% {
    transform: rotateZ(-166deg) rotateY(297deg) translateX(60px) rotateZ(166deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-166deg) rotateY(297deg) translateX(180px) rotateZ(166deg);
  }
}
.c:nth-child(715) {
  animation: orbit715 14s infinite;
  animation-delay: 7.15s;
  background-color: #40e5e8;
}
@keyframes orbit715 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-211deg) rotateY(360deg) translateX(60px) rotateZ(211deg);
  }
  80% {
    transform: rotateZ(-211deg) rotateY(360deg) translateX(60px) rotateZ(211deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-211deg) rotateY(360deg) translateX(180px) rotateZ(211deg);
  }
}
.c:nth-child(716) {
  animation: orbit716 14s infinite;
  animation-delay: 7.16s;
  background-color: #40e5e8;
}
@keyframes orbit716 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-75deg) rotateY(218deg) translateX(60px) rotateZ(75deg);
  }
  80% {
    transform: rotateZ(-75deg) rotateY(218deg) translateX(60px) rotateZ(75deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-75deg) rotateY(218deg) translateX(180px) rotateZ(75deg);
  }
}
.c:nth-child(717) {
  animation: orbit717 14s infinite;
  animation-delay: 7.17s;
  background-color: #40e5e8;
}
@keyframes orbit717 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-37deg) rotateY(10deg) translateX(60px) rotateZ(37deg);
  }
  80% {
    transform: rotateZ(-37deg) rotateY(10deg) translateX(60px) rotateZ(37deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-37deg) rotateY(10deg) translateX(180px) rotateZ(37deg);
  }
}
.c:nth-child(718) {
  animation: orbit718 14s infinite;
  animation-delay: 7.18s;
  background-color: #40e5e8;
}
@keyframes orbit718 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-320deg) rotateY(26deg) translateX(60px) rotateZ(320deg);
  }
  80% {
    transform: rotateZ(-320deg) rotateY(26deg) translateX(60px) rotateZ(320deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-320deg) rotateY(26deg) translateX(180px) rotateZ(320deg);
  }
}
.c:nth-child(719) {
  animation: orbit719 14s infinite;
  animation-delay: 7.19s;
  background-color: #40e5e8;
}
@keyframes orbit719 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-126deg) rotateY(192deg) translateX(60px) rotateZ(126deg);
  }
  80% {
    transform: rotateZ(-126deg) rotateY(192deg) translateX(60px) rotateZ(126deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-126deg) rotateY(192deg) translateX(180px) rotateZ(126deg);
  }
}
.c:nth-child(720) {
  animation: orbit720 14s infinite;
  animation-delay: 7.2s;
  background-color: #40e5e8;
}
@keyframes orbit720 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-52deg) rotateY(20deg) translateX(60px) rotateZ(52deg);
  }
  80% {
    transform: rotateZ(-52deg) rotateY(20deg) translateX(60px) rotateZ(52deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-52deg) rotateY(20deg) translateX(180px) rotateZ(52deg);
  }
}
.c:nth-child(721) {
  animation: orbit721 14s infinite;
  animation-delay: 7.21s;
  background-color: #40e5e8;
}
@keyframes orbit721 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-197deg) rotateY(210deg) translateX(60px) rotateZ(197deg);
  }
  80% {
    transform: rotateZ(-197deg) rotateY(210deg) translateX(60px) rotateZ(197deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-197deg) rotateY(210deg) translateX(180px) rotateZ(197deg);
  }
}
.c:nth-child(722) {
  animation: orbit722 14s infinite;
  animation-delay: 7.22s;
  background-color: #40e5e8;
}
@keyframes orbit722 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-97deg) rotateY(284deg) translateX(60px) rotateZ(97deg);
  }
  80% {
    transform: rotateZ(-97deg) rotateY(284deg) translateX(60px) rotateZ(97deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-97deg) rotateY(284deg) translateX(180px) rotateZ(97deg);
  }
}
.c:nth-child(723) {
  animation: orbit723 14s infinite;
  animation-delay: 7.23s;
  background-color: #40e5e8;
}
@keyframes orbit723 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-96deg) rotateY(57deg) translateX(60px) rotateZ(96deg);
  }
  80% {
    transform: rotateZ(-96deg) rotateY(57deg) translateX(60px) rotateZ(96deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-96deg) rotateY(57deg) translateX(180px) rotateZ(96deg);
  }
}
.c:nth-child(724) {
  animation: orbit724 14s infinite;
  animation-delay: 7.24s;
  background-color: #40e5e8;
}
@keyframes orbit724 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-75deg) rotateY(89deg) translateX(60px) rotateZ(75deg);
  }
  80% {
    transform: rotateZ(-75deg) rotateY(89deg) translateX(60px) rotateZ(75deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-75deg) rotateY(89deg) translateX(180px) rotateZ(75deg);
  }
}
.c:nth-child(725) {
  animation: orbit725 14s infinite;
  animation-delay: 7.25s;
  background-color: #40e5e8;
}
@keyframes orbit725 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-350deg) rotateY(332deg) translateX(60px) rotateZ(350deg);
  }
  80% {
    transform: rotateZ(-350deg) rotateY(332deg) translateX(60px) rotateZ(350deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-350deg) rotateY(332deg) translateX(180px) rotateZ(350deg);
  }
}
.c:nth-child(726) {
  animation: orbit726 14s infinite;
  animation-delay: 7.26s;
  background-color: #40e5e8;
}
@keyframes orbit726 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-171deg) rotateY(52deg) translateX(60px) rotateZ(171deg);
  }
  80% {
    transform: rotateZ(-171deg) rotateY(52deg) translateX(60px) rotateZ(171deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-171deg) rotateY(52deg) translateX(180px) rotateZ(171deg);
  }
}
.c:nth-child(727) {
  animation: orbit727 14s infinite;
  animation-delay: 7.27s;
  background-color: #40e5e8;
}
@keyframes orbit727 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-161deg) rotateY(92deg) translateX(60px) rotateZ(161deg);
  }
  80% {
    transform: rotateZ(-161deg) rotateY(92deg) translateX(60px) rotateZ(161deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-161deg) rotateY(92deg) translateX(180px) rotateZ(161deg);
  }
}
.c:nth-child(728) {
  animation: orbit728 14s infinite;
  animation-delay: 7.28s;
  background-color: #40e5e8;
}
@keyframes orbit728 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-220deg) rotateY(213deg) translateX(60px) rotateZ(220deg);
  }
  80% {
    transform: rotateZ(-220deg) rotateY(213deg) translateX(60px) rotateZ(220deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-220deg) rotateY(213deg) translateX(180px) rotateZ(220deg);
  }
}
.c:nth-child(729) {
  animation: orbit729 14s infinite;
  animation-delay: 7.29s;
  background-color: #40e5e8;
}
@keyframes orbit729 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-308deg) rotateY(46deg) translateX(60px) rotateZ(308deg);
  }
  80% {
    transform: rotateZ(-308deg) rotateY(46deg) translateX(60px) rotateZ(308deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-308deg) rotateY(46deg) translateX(180px) rotateZ(308deg);
  }
}
.c:nth-child(730) {
  animation: orbit730 14s infinite;
  animation-delay: 7.3s;
  background-color: #40e5e8;
}
@keyframes orbit730 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-306deg) rotateY(252deg) translateX(60px) rotateZ(306deg);
  }
  80% {
    transform: rotateZ(-306deg) rotateY(252deg) translateX(60px) rotateZ(306deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-306deg) rotateY(252deg) translateX(180px) rotateZ(306deg);
  }
}
.c:nth-child(731) {
  animation: orbit731 14s infinite;
  animation-delay: 7.31s;
  background-color: #40e5e8;
}
@keyframes orbit731 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-104deg) rotateY(24deg) translateX(60px) rotateZ(104deg);
  }
  80% {
    transform: rotateZ(-104deg) rotateY(24deg) translateX(60px) rotateZ(104deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-104deg) rotateY(24deg) translateX(180px) rotateZ(104deg);
  }
}
.c:nth-child(732) {
  animation: orbit732 14s infinite;
  animation-delay: 7.32s;
  background-color: #40e5e8;
}
@keyframes orbit732 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-161deg) rotateY(312deg) translateX(60px) rotateZ(161deg);
  }
  80% {
    transform: rotateZ(-161deg) rotateY(312deg) translateX(60px) rotateZ(161deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-161deg) rotateY(312deg) translateX(180px) rotateZ(161deg);
  }
}
.c:nth-child(733) {
  animation: orbit733 14s infinite;
  animation-delay: 7.33s;
  background-color: #40e5e8;
}
@keyframes orbit733 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-222deg) rotateY(254deg) translateX(60px) rotateZ(222deg);
  }
  80% {
    transform: rotateZ(-222deg) rotateY(254deg) translateX(60px) rotateZ(222deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-222deg) rotateY(254deg) translateX(180px) rotateZ(222deg);
  }
}
.c:nth-child(734) {
  animation: orbit734 14s infinite;
  animation-delay: 7.34s;
  background-color: #40e5e8;
}
@keyframes orbit734 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-206deg) rotateY(242deg) translateX(60px) rotateZ(206deg);
  }
  80% {
    transform: rotateZ(-206deg) rotateY(242deg) translateX(60px) rotateZ(206deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-206deg) rotateY(242deg) translateX(180px) rotateZ(206deg);
  }
}
.c:nth-child(735) {
  animation: orbit735 14s infinite;
  animation-delay: 7.35s;
  background-color: #40e5e8;
}
@keyframes orbit735 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-333deg) rotateY(175deg) translateX(60px) rotateZ(333deg);
  }
  80% {
    transform: rotateZ(-333deg) rotateY(175deg) translateX(60px) rotateZ(333deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-333deg) rotateY(175deg) translateX(180px) rotateZ(333deg);
  }
}
.c:nth-child(736) {
  animation: orbit736 14s infinite;
  animation-delay: 7.36s;
  background-color: #40e5e8;
}
@keyframes orbit736 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-201deg) rotateY(278deg) translateX(60px) rotateZ(201deg);
  }
  80% {
    transform: rotateZ(-201deg) rotateY(278deg) translateX(60px) rotateZ(201deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-201deg) rotateY(278deg) translateX(180px) rotateZ(201deg);
  }
}
.c:nth-child(737) {
  animation: orbit737 14s infinite;
  animation-delay: 7.37s;
  background-color: #40e5e8;
}
@keyframes orbit737 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-79deg) rotateY(189deg) translateX(60px) rotateZ(79deg);
  }
  80% {
    transform: rotateZ(-79deg) rotateY(189deg) translateX(60px) rotateZ(79deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-79deg) rotateY(189deg) translateX(180px) rotateZ(79deg);
  }
}
.c:nth-child(738) {
  animation: orbit738 14s infinite;
  animation-delay: 7.38s;
  background-color: #40e5e8;
}
@keyframes orbit738 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-320deg) rotateY(94deg) translateX(60px) rotateZ(320deg);
  }
  80% {
    transform: rotateZ(-320deg) rotateY(94deg) translateX(60px) rotateZ(320deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-320deg) rotateY(94deg) translateX(180px) rotateZ(320deg);
  }
}
.c:nth-child(739) {
  animation: orbit739 14s infinite;
  animation-delay: 7.39s;
  background-color: #40e5e8;
}
@keyframes orbit739 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-323deg) rotateY(59deg) translateX(60px) rotateZ(323deg);
  }
  80% {
    transform: rotateZ(-323deg) rotateY(59deg) translateX(60px) rotateZ(323deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-323deg) rotateY(59deg) translateX(180px) rotateZ(323deg);
  }
}
.c:nth-child(740) {
  animation: orbit740 14s infinite;
  animation-delay: 7.4s;
  background-color: #40e5e8;
}
@keyframes orbit740 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-78deg) rotateY(89deg) translateX(60px) rotateZ(78deg);
  }
  80% {
    transform: rotateZ(-78deg) rotateY(89deg) translateX(60px) rotateZ(78deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-78deg) rotateY(89deg) translateX(180px) rotateZ(78deg);
  }
}
.c:nth-child(741) {
  animation: orbit741 14s infinite;
  animation-delay: 7.41s;
  background-color: #40e5e8;
}
@keyframes orbit741 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-266deg) rotateY(121deg) translateX(60px) rotateZ(266deg);
  }
  80% {
    transform: rotateZ(-266deg) rotateY(121deg) translateX(60px) rotateZ(266deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-266deg) rotateY(121deg) translateX(180px) rotateZ(266deg);
  }
}
.c:nth-child(742) {
  animation: orbit742 14s infinite;
  animation-delay: 7.42s;
  background-color: #40e5e8;
}
@keyframes orbit742 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-178deg) rotateY(108deg) translateX(60px) rotateZ(178deg);
  }
  80% {
    transform: rotateZ(-178deg) rotateY(108deg) translateX(60px) rotateZ(178deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-178deg) rotateY(108deg) translateX(180px) rotateZ(178deg);
  }
}
.c:nth-child(743) {
  animation: orbit743 14s infinite;
  animation-delay: 7.43s;
  background-color: #40e5e8;
}
@keyframes orbit743 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-105deg) rotateY(253deg) translateX(60px) rotateZ(105deg);
  }
  80% {
    transform: rotateZ(-105deg) rotateY(253deg) translateX(60px) rotateZ(105deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-105deg) rotateY(253deg) translateX(180px) rotateZ(105deg);
  }
}
.c:nth-child(744) {
  animation: orbit744 14s infinite;
  animation-delay: 7.44s;
  background-color: #40e5e8;
}
@keyframes orbit744 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-219deg) rotateY(84deg) translateX(60px) rotateZ(219deg);
  }
  80% {
    transform: rotateZ(-219deg) rotateY(84deg) translateX(60px) rotateZ(219deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-219deg) rotateY(84deg) translateX(180px) rotateZ(219deg);
  }
}
.c:nth-child(745) {
  animation: orbit745 14s infinite;
  animation-delay: 7.45s;
  background-color: #40e5e8;
}
@keyframes orbit745 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-73deg) rotateY(329deg) translateX(60px) rotateZ(73deg);
  }
  80% {
    transform: rotateZ(-73deg) rotateY(329deg) translateX(60px) rotateZ(73deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-73deg) rotateY(329deg) translateX(180px) rotateZ(73deg);
  }
}
.c:nth-child(746) {
  animation: orbit746 14s infinite;
  animation-delay: 7.46s;
  background-color: #40e5e8;
}
@keyframes orbit746 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-180deg) rotateY(201deg) translateX(60px) rotateZ(180deg);
  }
  80% {
    transform: rotateZ(-180deg) rotateY(201deg) translateX(60px) rotateZ(180deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-180deg) rotateY(201deg) translateX(180px) rotateZ(180deg);
  }
}
.c:nth-child(747) {
  animation: orbit747 14s infinite;
  animation-delay: 7.47s;
  background-color: #40e5e8;
}
@keyframes orbit747 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-182deg) rotateY(105deg) translateX(60px) rotateZ(182deg);
  }
  80% {
    transform: rotateZ(-182deg) rotateY(105deg) translateX(60px) rotateZ(182deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-182deg) rotateY(105deg) translateX(180px) rotateZ(182deg);
  }
}
.c:nth-child(748) {
  animation: orbit748 14s infinite;
  animation-delay: 7.48s;
  background-color: #40e5e8;
}
@keyframes orbit748 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-60deg) rotateY(339deg) translateX(60px) rotateZ(60deg);
  }
  80% {
    transform: rotateZ(-60deg) rotateY(339deg) translateX(60px) rotateZ(60deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-60deg) rotateY(339deg) translateX(180px) rotateZ(60deg);
  }
}
.c:nth-child(749) {
  animation: orbit749 14s infinite;
  animation-delay: 7.49s;
  background-color: #40e5e8;
}
@keyframes orbit749 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-92deg) rotateY(83deg) translateX(60px) rotateZ(92deg);
  }
  80% {
    transform: rotateZ(-92deg) rotateY(83deg) translateX(60px) rotateZ(92deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-92deg) rotateY(83deg) translateX(180px) rotateZ(92deg);
  }
}
.c:nth-child(750) {
  animation: orbit750 14s infinite;
  animation-delay: 7.5s;
  background-color: #40e5e8;
}
@keyframes orbit750 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-205deg) rotateY(114deg) translateX(60px) rotateZ(205deg);
  }
  80% {
    transform: rotateZ(-205deg) rotateY(114deg) translateX(60px) rotateZ(205deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-205deg) rotateY(114deg) translateX(180px) rotateZ(205deg);
  }
}
.c:nth-child(751) {
  animation: orbit751 14s infinite;
  animation-delay: 7.51s;
  background-color: #40e5e8;
}
@keyframes orbit751 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-320deg) rotateY(220deg) translateX(60px) rotateZ(320deg);
  }
  80% {
    transform: rotateZ(-320deg) rotateY(220deg) translateX(60px) rotateZ(320deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-320deg) rotateY(220deg) translateX(180px) rotateZ(320deg);
  }
}
.c:nth-child(752) {
  animation: orbit752 14s infinite;
  animation-delay: 7.52s;
  background-color: #40e5e8;
}
@keyframes orbit752 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-266deg) rotateY(265deg) translateX(60px) rotateZ(266deg);
  }
  80% {
    transform: rotateZ(-266deg) rotateY(265deg) translateX(60px) rotateZ(266deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-266deg) rotateY(265deg) translateX(180px) rotateZ(266deg);
  }
}
.c:nth-child(753) {
  animation: orbit753 14s infinite;
  animation-delay: 7.53s;
  background-color: #40e5e8;
}
@keyframes orbit753 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-264deg) rotateY(242deg) translateX(60px) rotateZ(264deg);
  }
  80% {
    transform: rotateZ(-264deg) rotateY(242deg) translateX(60px) rotateZ(264deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-264deg) rotateY(242deg) translateX(180px) rotateZ(264deg);
  }
}
.c:nth-child(754) {
  animation: orbit754 14s infinite;
  animation-delay: 7.54s;
  background-color: #40e5e8;
}
@keyframes orbit754 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-155deg) rotateY(267deg) translateX(60px) rotateZ(155deg);
  }
  80% {
    transform: rotateZ(-155deg) rotateY(267deg) translateX(60px) rotateZ(155deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-155deg) rotateY(267deg) translateX(180px) rotateZ(155deg);
  }
}
.c:nth-child(755) {
  animation: orbit755 14s infinite;
  animation-delay: 7.55s;
  background-color: #40e5e8;
}
@keyframes orbit755 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-152deg) rotateY(333deg) translateX(60px) rotateZ(152deg);
  }
  80% {
    transform: rotateZ(-152deg) rotateY(333deg) translateX(60px) rotateZ(152deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-152deg) rotateY(333deg) translateX(180px) rotateZ(152deg);
  }
}
.c:nth-child(756) {
  animation: orbit756 14s infinite;
  animation-delay: 7.56s;
  background-color: #40e5e8;
}
@keyframes orbit756 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-281deg) rotateY(328deg) translateX(60px) rotateZ(281deg);
  }
  80% {
    transform: rotateZ(-281deg) rotateY(328deg) translateX(60px) rotateZ(281deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-281deg) rotateY(328deg) translateX(180px) rotateZ(281deg);
  }
}
.c:nth-child(757) {
  animation: orbit757 14s infinite;
  animation-delay: 7.57s;
  background-color: #40e5e8;
}
@keyframes orbit757 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-235deg) rotateY(208deg) translateX(60px) rotateZ(235deg);
  }
  80% {
    transform: rotateZ(-235deg) rotateY(208deg) translateX(60px) rotateZ(235deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-235deg) rotateY(208deg) translateX(180px) rotateZ(235deg);
  }
}
.c:nth-child(758) {
  animation: orbit758 14s infinite;
  animation-delay: 7.58s;
  background-color: #40e5e8;
}
@keyframes orbit758 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-125deg) rotateY(197deg) translateX(60px) rotateZ(125deg);
  }
  80% {
    transform: rotateZ(-125deg) rotateY(197deg) translateX(60px) rotateZ(125deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-125deg) rotateY(197deg) translateX(180px) rotateZ(125deg);
  }
}
.c:nth-child(759) {
  animation: orbit759 14s infinite;
  animation-delay: 7.59s;
  background-color: #40e5e8;
}
@keyframes orbit759 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-205deg) rotateY(95deg) translateX(60px) rotateZ(205deg);
  }
  80% {
    transform: rotateZ(-205deg) rotateY(95deg) translateX(60px) rotateZ(205deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-205deg) rotateY(95deg) translateX(180px) rotateZ(205deg);
  }
}
.c:nth-child(760) {
  animation: orbit760 14s infinite;
  animation-delay: 7.6s;
  background-color: #40e5e8;
}
@keyframes orbit760 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-204deg) rotateY(66deg) translateX(60px) rotateZ(204deg);
  }
  80% {
    transform: rotateZ(-204deg) rotateY(66deg) translateX(60px) rotateZ(204deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-204deg) rotateY(66deg) translateX(180px) rotateZ(204deg);
  }
}
.c:nth-child(761) {
  animation: orbit761 14s infinite;
  animation-delay: 7.61s;
  background-color: #40e5e8;
}
@keyframes orbit761 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-135deg) rotateY(334deg) translateX(60px) rotateZ(135deg);
  }
  80% {
    transform: rotateZ(-135deg) rotateY(334deg) translateX(60px) rotateZ(135deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-135deg) rotateY(334deg) translateX(180px) rotateZ(135deg);
  }
}
.c:nth-child(762) {
  animation: orbit762 14s infinite;
  animation-delay: 7.62s;
  background-color: #40e5e8;
}
@keyframes orbit762 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-144deg) rotateY(272deg) translateX(60px) rotateZ(144deg);
  }
  80% {
    transform: rotateZ(-144deg) rotateY(272deg) translateX(60px) rotateZ(144deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-144deg) rotateY(272deg) translateX(180px) rotateZ(144deg);
  }
}
.c:nth-child(763) {
  animation: orbit763 14s infinite;
  animation-delay: 7.63s;
  background-color: #40e5e8;
}
@keyframes orbit763 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-234deg) rotateY(287deg) translateX(60px) rotateZ(234deg);
  }
  80% {
    transform: rotateZ(-234deg) rotateY(287deg) translateX(60px) rotateZ(234deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-234deg) rotateY(287deg) translateX(180px) rotateZ(234deg);
  }
}
.c:nth-child(764) {
  animation: orbit764 14s infinite;
  animation-delay: 7.64s;
  background-color: #40e5e8;
}
@keyframes orbit764 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-124deg) rotateY(315deg) translateX(60px) rotateZ(124deg);
  }
  80% {
    transform: rotateZ(-124deg) rotateY(315deg) translateX(60px) rotateZ(124deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-124deg) rotateY(315deg) translateX(180px) rotateZ(124deg);
  }
}
.c:nth-child(765) {
  animation: orbit765 14s infinite;
  animation-delay: 7.65s;
  background-color: #40e5e8;
}
@keyframes orbit765 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-113deg) rotateY(302deg) translateX(60px) rotateZ(113deg);
  }
  80% {
    transform: rotateZ(-113deg) rotateY(302deg) translateX(60px) rotateZ(113deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-113deg) rotateY(302deg) translateX(180px) rotateZ(113deg);
  }
}
.c:nth-child(766) {
  animation: orbit766 14s infinite;
  animation-delay: 7.66s;
  background-color: #40e5e8;
}
@keyframes orbit766 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-174deg) rotateY(334deg) translateX(60px) rotateZ(174deg);
  }
  80% {
    transform: rotateZ(-174deg) rotateY(334deg) translateX(60px) rotateZ(174deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-174deg) rotateY(334deg) translateX(180px) rotateZ(174deg);
  }
}
.c:nth-child(767) {
  animation: orbit767 14s infinite;
  animation-delay: 7.67s;
  background-color: #40e5e8;
}
@keyframes orbit767 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-280deg) rotateY(258deg) translateX(60px) rotateZ(280deg);
  }
  80% {
    transform: rotateZ(-280deg) rotateY(258deg) translateX(60px) rotateZ(280deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-280deg) rotateY(258deg) translateX(180px) rotateZ(280deg);
  }
}
.c:nth-child(768) {
  animation: orbit768 14s infinite;
  animation-delay: 7.68s;
  background-color: #40e5e8;
}
@keyframes orbit768 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-23deg) rotateY(8deg) translateX(60px) rotateZ(23deg);
  }
  80% {
    transform: rotateZ(-23deg) rotateY(8deg) translateX(60px) rotateZ(23deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-23deg) rotateY(8deg) translateX(180px) rotateZ(23deg);
  }
}
.c:nth-child(769) {
  animation: orbit769 14s infinite;
  animation-delay: 7.69s;
  background-color: #40e5e8;
}
@keyframes orbit769 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-235deg) rotateY(62deg) translateX(60px) rotateZ(235deg);
  }
  80% {
    transform: rotateZ(-235deg) rotateY(62deg) translateX(60px) rotateZ(235deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-235deg) rotateY(62deg) translateX(180px) rotateZ(235deg);
  }
}
.c:nth-child(770) {
  animation: orbit770 14s infinite;
  animation-delay: 7.7s;
  background-color: #40e5e8;
}
@keyframes orbit770 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-222deg) rotateY(189deg) translateX(60px) rotateZ(222deg);
  }
  80% {
    transform: rotateZ(-222deg) rotateY(189deg) translateX(60px) rotateZ(222deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-222deg) rotateY(189deg) translateX(180px) rotateZ(222deg);
  }
}
.c:nth-child(771) {
  animation: orbit771 14s infinite;
  animation-delay: 7.71s;
  background-color: #40e5e8;
}
@keyframes orbit771 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-235deg) rotateY(26deg) translateX(60px) rotateZ(235deg);
  }
  80% {
    transform: rotateZ(-235deg) rotateY(26deg) translateX(60px) rotateZ(235deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-235deg) rotateY(26deg) translateX(180px) rotateZ(235deg);
  }
}
.c:nth-child(772) {
  animation: orbit772 14s infinite;
  animation-delay: 7.72s;
  background-color: #40e5e8;
}
@keyframes orbit772 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-213deg) rotateY(96deg) translateX(60px) rotateZ(213deg);
  }
  80% {
    transform: rotateZ(-213deg) rotateY(96deg) translateX(60px) rotateZ(213deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-213deg) rotateY(96deg) translateX(180px) rotateZ(213deg);
  }
}
.c:nth-child(773) {
  animation: orbit773 14s infinite;
  animation-delay: 7.73s;
  background-color: #40e5e8;
}
@keyframes orbit773 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-49deg) rotateY(209deg) translateX(60px) rotateZ(49deg);
  }
  80% {
    transform: rotateZ(-49deg) rotateY(209deg) translateX(60px) rotateZ(49deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-49deg) rotateY(209deg) translateX(180px) rotateZ(49deg);
  }
}
.c:nth-child(774) {
  animation: orbit774 14s infinite;
  animation-delay: 7.74s;
  background-color: #40e5e8;
}
@keyframes orbit774 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-249deg) rotateY(331deg) translateX(60px) rotateZ(249deg);
  }
  80% {
    transform: rotateZ(-249deg) rotateY(331deg) translateX(60px) rotateZ(249deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-249deg) rotateY(331deg) translateX(180px) rotateZ(249deg);
  }
}
.c:nth-child(775) {
  animation: orbit775 14s infinite;
  animation-delay: 7.75s;
  background-color: #40e5e8;
}
@keyframes orbit775 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-91deg) rotateY(104deg) translateX(60px) rotateZ(91deg);
  }
  80% {
    transform: rotateZ(-91deg) rotateY(104deg) translateX(60px) rotateZ(91deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-91deg) rotateY(104deg) translateX(180px) rotateZ(91deg);
  }
}
.c:nth-child(776) {
  animation: orbit776 14s infinite;
  animation-delay: 7.76s;
  background-color: #40e5e8;
}
@keyframes orbit776 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-131deg) rotateY(58deg) translateX(60px) rotateZ(131deg);
  }
  80% {
    transform: rotateZ(-131deg) rotateY(58deg) translateX(60px) rotateZ(131deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-131deg) rotateY(58deg) translateX(180px) rotateZ(131deg);
  }
}
.c:nth-child(777) {
  animation: orbit777 14s infinite;
  animation-delay: 7.77s;
  background-color: #40e5e8;
}
@keyframes orbit777 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-345deg) rotateY(264deg) translateX(60px) rotateZ(345deg);
  }
  80% {
    transform: rotateZ(-345deg) rotateY(264deg) translateX(60px) rotateZ(345deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-345deg) rotateY(264deg) translateX(180px) rotateZ(345deg);
  }
}
.c:nth-child(778) {
  animation: orbit778 14s infinite;
  animation-delay: 7.78s;
  background-color: #40e5e8;
}
@keyframes orbit778 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-220deg) rotateY(343deg) translateX(60px) rotateZ(220deg);
  }
  80% {
    transform: rotateZ(-220deg) rotateY(343deg) translateX(60px) rotateZ(220deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-220deg) rotateY(343deg) translateX(180px) rotateZ(220deg);
  }
}
.c:nth-child(779) {
  animation: orbit779 14s infinite;
  animation-delay: 7.79s;
  background-color: #40e5e8;
}
@keyframes orbit779 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-158deg) rotateY(78deg) translateX(60px) rotateZ(158deg);
  }
  80% {
    transform: rotateZ(-158deg) rotateY(78deg) translateX(60px) rotateZ(158deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-158deg) rotateY(78deg) translateX(180px) rotateZ(158deg);
  }
}
.c:nth-child(780) {
  animation: orbit780 14s infinite;
  animation-delay: 7.8s;
  background-color: #40e5e8;
}
@keyframes orbit780 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-140deg) rotateY(163deg) translateX(60px) rotateZ(140deg);
  }
  80% {
    transform: rotateZ(-140deg) rotateY(163deg) translateX(60px) rotateZ(140deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-140deg) rotateY(163deg) translateX(180px) rotateZ(140deg);
  }
}
.c:nth-child(781) {
  animation: orbit781 14s infinite;
  animation-delay: 7.81s;
  background-color: #40e5e8;
}
@keyframes orbit781 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-322deg) rotateY(94deg) translateX(60px) rotateZ(322deg);
  }
  80% {
    transform: rotateZ(-322deg) rotateY(94deg) translateX(60px) rotateZ(322deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-322deg) rotateY(94deg) translateX(180px) rotateZ(322deg);
  }
}
.c:nth-child(782) {
  animation: orbit782 14s infinite;
  animation-delay: 7.82s;
  background-color: #40e5e8;
}
@keyframes orbit782 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-216deg) rotateY(286deg) translateX(60px) rotateZ(216deg);
  }
  80% {
    transform: rotateZ(-216deg) rotateY(286deg) translateX(60px) rotateZ(216deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-216deg) rotateY(286deg) translateX(180px) rotateZ(216deg);
  }
}
.c:nth-child(783) {
  animation: orbit783 14s infinite;
  animation-delay: 7.83s;
  background-color: #40e5e8;
}
@keyframes orbit783 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-242deg) rotateY(196deg) translateX(60px) rotateZ(242deg);
  }
  80% {
    transform: rotateZ(-242deg) rotateY(196deg) translateX(60px) rotateZ(242deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-242deg) rotateY(196deg) translateX(180px) rotateZ(242deg);
  }
}
.c:nth-child(784) {
  animation: orbit784 14s infinite;
  animation-delay: 7.84s;
  background-color: #40e5e8;
}
@keyframes orbit784 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-352deg) rotateY(323deg) translateX(60px) rotateZ(352deg);
  }
  80% {
    transform: rotateZ(-352deg) rotateY(323deg) translateX(60px) rotateZ(352deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-352deg) rotateY(323deg) translateX(180px) rotateZ(352deg);
  }
}
.c:nth-child(785) {
  animation: orbit785 14s infinite;
  animation-delay: 7.85s;
  background-color: #40e5e8;
}
@keyframes orbit785 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-161deg) rotateY(200deg) translateX(60px) rotateZ(161deg);
  }
  80% {
    transform: rotateZ(-161deg) rotateY(200deg) translateX(60px) rotateZ(161deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-161deg) rotateY(200deg) translateX(180px) rotateZ(161deg);
  }
}
.c:nth-child(786) {
  animation: orbit786 14s infinite;
  animation-delay: 7.86s;
  background-color: #40e5e8;
}
@keyframes orbit786 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-312deg) rotateY(178deg) translateX(60px) rotateZ(312deg);
  }
  80% {
    transform: rotateZ(-312deg) rotateY(178deg) translateX(60px) rotateZ(312deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-312deg) rotateY(178deg) translateX(180px) rotateZ(312deg);
  }
}
.c:nth-child(787) {
  animation: orbit787 14s infinite;
  animation-delay: 7.87s;
  background-color: #40e5e8;
}
@keyframes orbit787 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-122deg) rotateY(306deg) translateX(60px) rotateZ(122deg);
  }
  80% {
    transform: rotateZ(-122deg) rotateY(306deg) translateX(60px) rotateZ(122deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-122deg) rotateY(306deg) translateX(180px) rotateZ(122deg);
  }
}
.c:nth-child(788) {
  animation: orbit788 14s infinite;
  animation-delay: 7.88s;
  background-color: #40e5e8;
}
@keyframes orbit788 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-263deg) rotateY(240deg) translateX(60px) rotateZ(263deg);
  }
  80% {
    transform: rotateZ(-263deg) rotateY(240deg) translateX(60px) rotateZ(263deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-263deg) rotateY(240deg) translateX(180px) rotateZ(263deg);
  }
}
.c:nth-child(789) {
  animation: orbit789 14s infinite;
  animation-delay: 7.89s;
  background-color: #40e5e8;
}
@keyframes orbit789 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-79deg) rotateY(235deg) translateX(60px) rotateZ(79deg);
  }
  80% {
    transform: rotateZ(-79deg) rotateY(235deg) translateX(60px) rotateZ(79deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-79deg) rotateY(235deg) translateX(180px) rotateZ(79deg);
  }
}
.c:nth-child(790) {
  animation: orbit790 14s infinite;
  animation-delay: 7.9s;
  background-color: #40e5e8;
}
@keyframes orbit790 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-61deg) rotateY(43deg) translateX(60px) rotateZ(61deg);
  }
  80% {
    transform: rotateZ(-61deg) rotateY(43deg) translateX(60px) rotateZ(61deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-61deg) rotateY(43deg) translateX(180px) rotateZ(61deg);
  }
}
.c:nth-child(791) {
  animation: orbit791 14s infinite;
  animation-delay: 7.91s;
  background-color: #40e5e8;
}
@keyframes orbit791 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-326deg) rotateY(105deg) translateX(60px) rotateZ(326deg);
  }
  80% {
    transform: rotateZ(-326deg) rotateY(105deg) translateX(60px) rotateZ(326deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-326deg) rotateY(105deg) translateX(180px) rotateZ(326deg);
  }
}
.c:nth-child(792) {
  animation: orbit792 14s infinite;
  animation-delay: 7.92s;
  background-color: #40e5e8;
}
@keyframes orbit792 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-250deg) rotateY(335deg) translateX(60px) rotateZ(250deg);
  }
  80% {
    transform: rotateZ(-250deg) rotateY(335deg) translateX(60px) rotateZ(250deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-250deg) rotateY(335deg) translateX(180px) rotateZ(250deg);
  }
}
.c:nth-child(793) {
  animation: orbit793 14s infinite;
  animation-delay: 7.93s;
  background-color: #40e5e8;
}
@keyframes orbit793 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-213deg) rotateY(45deg) translateX(60px) rotateZ(213deg);
  }
  80% {
    transform: rotateZ(-213deg) rotateY(45deg) translateX(60px) rotateZ(213deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-213deg) rotateY(45deg) translateX(180px) rotateZ(213deg);
  }
}
.c:nth-child(794) {
  animation: orbit794 14s infinite;
  animation-delay: 7.94s;
  background-color: #40e5e8;
}
@keyframes orbit794 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-318deg) rotateY(301deg) translateX(60px) rotateZ(318deg);
  }
  80% {
    transform: rotateZ(-318deg) rotateY(301deg) translateX(60px) rotateZ(318deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-318deg) rotateY(301deg) translateX(180px) rotateZ(318deg);
  }
}
.c:nth-child(795) {
  animation: orbit795 14s infinite;
  animation-delay: 7.95s;
  background-color: #40e5e8;
}
@keyframes orbit795 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-225deg) rotateY(92deg) translateX(60px) rotateZ(225deg);
  }
  80% {
    transform: rotateZ(-225deg) rotateY(92deg) translateX(60px) rotateZ(225deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-225deg) rotateY(92deg) translateX(180px) rotateZ(225deg);
  }
}
.c:nth-child(796) {
  animation: orbit796 14s infinite;
  animation-delay: 7.96s;
  background-color: #40e5e8;
}
@keyframes orbit796 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-348deg) rotateY(6deg) translateX(60px) rotateZ(348deg);
  }
  80% {
    transform: rotateZ(-348deg) rotateY(6deg) translateX(60px) rotateZ(348deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-348deg) rotateY(6deg) translateX(180px) rotateZ(348deg);
  }
}
.c:nth-child(797) {
  animation: orbit797 14s infinite;
  animation-delay: 7.97s;
  background-color: #40e5e8;
}
@keyframes orbit797 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-276deg) rotateY(122deg) translateX(60px) rotateZ(276deg);
  }
  80% {
    transform: rotateZ(-276deg) rotateY(122deg) translateX(60px) rotateZ(276deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-276deg) rotateY(122deg) translateX(180px) rotateZ(276deg);
  }
}
.c:nth-child(798) {
  animation: orbit798 14s infinite;
  animation-delay: 7.98s;
  background-color: #40e5e8;
}
@keyframes orbit798 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-353deg) rotateY(338deg) translateX(60px) rotateZ(353deg);
  }
  80% {
    transform: rotateZ(-353deg) rotateY(338deg) translateX(60px) rotateZ(353deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-353deg) rotateY(338deg) translateX(180px) rotateZ(353deg);
  }
}
.c:nth-child(799) {
  animation: orbit799 14s infinite;
  animation-delay: 7.99s;
  background-color: #40e5e8;
}
@keyframes orbit799 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-4deg) rotateY(320deg) translateX(60px) rotateZ(4deg);
  }
  80% {
    transform: rotateZ(-4deg) rotateY(320deg) translateX(60px) rotateZ(4deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-4deg) rotateY(320deg) translateX(180px) rotateZ(4deg);
  }
}
.c:nth-child(800) {
  animation: orbit800 14s infinite;
  animation-delay: 8s;
  background-color: #40e5e8;
}
@keyframes orbit800 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-191deg) rotateY(191deg) translateX(60px) rotateZ(191deg);
  }
  80% {
    transform: rotateZ(-191deg) rotateY(191deg) translateX(60px) rotateZ(191deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-191deg) rotateY(191deg) translateX(180px) rotateZ(191deg);
  }
}
.c:nth-child(801) {
  animation: orbit801 14s infinite;
  animation-delay: 8.01s;
  background-color: #40e5e8;
}
@keyframes orbit801 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-329deg) rotateY(290deg) translateX(60px) rotateZ(329deg);
  }
  80% {
    transform: rotateZ(-329deg) rotateY(290deg) translateX(60px) rotateZ(329deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-329deg) rotateY(290deg) translateX(180px) rotateZ(329deg);
  }
}
.c:nth-child(802) {
  animation: orbit802 14s infinite;
  animation-delay: 8.02s;
  background-color: #40e5e8;
}
@keyframes orbit802 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-2deg) rotateY(51deg) translateX(60px) rotateZ(2deg);
  }
  80% {
    transform: rotateZ(-2deg) rotateY(51deg) translateX(60px) rotateZ(2deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-2deg) rotateY(51deg) translateX(180px) rotateZ(2deg);
  }
}
.c:nth-child(803) {
  animation: orbit803 14s infinite;
  animation-delay: 8.03s;
  background-color: #40e5e8;
}
@keyframes orbit803 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-136deg) rotateY(359deg) translateX(60px) rotateZ(136deg);
  }
  80% {
    transform: rotateZ(-136deg) rotateY(359deg) translateX(60px) rotateZ(136deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-136deg) rotateY(359deg) translateX(180px) rotateZ(136deg);
  }
}
.c:nth-child(804) {
  animation: orbit804 14s infinite;
  animation-delay: 8.04s;
  background-color: #40e5e8;
}
@keyframes orbit804 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-8deg) rotateY(331deg) translateX(60px) rotateZ(8deg);
  }
  80% {
    transform: rotateZ(-8deg) rotateY(331deg) translateX(60px) rotateZ(8deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-8deg) rotateY(331deg) translateX(180px) rotateZ(8deg);
  }
}
.c:nth-child(805) {
  animation: orbit805 14s infinite;
  animation-delay: 8.05s;
  background-color: #40e5e8;
}
@keyframes orbit805 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-303deg) rotateY(125deg) translateX(60px) rotateZ(303deg);
  }
  80% {
    transform: rotateZ(-303deg) rotateY(125deg) translateX(60px) rotateZ(303deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-303deg) rotateY(125deg) translateX(180px) rotateZ(303deg);
  }
}
.c:nth-child(806) {
  animation: orbit806 14s infinite;
  animation-delay: 8.06s;
  background-color: #40e5e8;
}
@keyframes orbit806 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-267deg) rotateY(350deg) translateX(60px) rotateZ(267deg);
  }
  80% {
    transform: rotateZ(-267deg) rotateY(350deg) translateX(60px) rotateZ(267deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-267deg) rotateY(350deg) translateX(180px) rotateZ(267deg);
  }
}
.c:nth-child(807) {
  animation: orbit807 14s infinite;
  animation-delay: 8.07s;
  background-color: #40e5e8;
}
@keyframes orbit807 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-9deg) rotateY(318deg) translateX(60px) rotateZ(9deg);
  }
  80% {
    transform: rotateZ(-9deg) rotateY(318deg) translateX(60px) rotateZ(9deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-9deg) rotateY(318deg) translateX(180px) rotateZ(9deg);
  }
}
.c:nth-child(808) {
  animation: orbit808 14s infinite;
  animation-delay: 8.08s;
  background-color: #40e5e8;
}
@keyframes orbit808 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-59deg) rotateY(183deg) translateX(60px) rotateZ(59deg);
  }
  80% {
    transform: rotateZ(-59deg) rotateY(183deg) translateX(60px) rotateZ(59deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-59deg) rotateY(183deg) translateX(180px) rotateZ(59deg);
  }
}
.c:nth-child(809) {
  animation: orbit809 14s infinite;
  animation-delay: 8.09s;
  background-color: #40e5e8;
}
@keyframes orbit809 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-41deg) rotateY(65deg) translateX(60px) rotateZ(41deg);
  }
  80% {
    transform: rotateZ(-41deg) rotateY(65deg) translateX(60px) rotateZ(41deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-41deg) rotateY(65deg) translateX(180px) rotateZ(41deg);
  }
}
.c:nth-child(810) {
  animation: orbit810 14s infinite;
  animation-delay: 8.1s;
  background-color: #40e5e8;
}
@keyframes orbit810 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-131deg) rotateY(259deg) translateX(60px) rotateZ(131deg);
  }
  80% {
    transform: rotateZ(-131deg) rotateY(259deg) translateX(60px) rotateZ(131deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-131deg) rotateY(259deg) translateX(180px) rotateZ(131deg);
  }
}
.c:nth-child(811) {
  animation: orbit811 14s infinite;
  animation-delay: 8.11s;
  background-color: #40e5e8;
}
@keyframes orbit811 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-94deg) rotateY(317deg) translateX(60px) rotateZ(94deg);
  }
  80% {
    transform: rotateZ(-94deg) rotateY(317deg) translateX(60px) rotateZ(94deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-94deg) rotateY(317deg) translateX(180px) rotateZ(94deg);
  }
}
.c:nth-child(812) {
  animation: orbit812 14s infinite;
  animation-delay: 8.12s;
  background-color: #40e5e8;
}
@keyframes orbit812 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-357deg) rotateY(300deg) translateX(60px) rotateZ(357deg);
  }
  80% {
    transform: rotateZ(-357deg) rotateY(300deg) translateX(60px) rotateZ(357deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-357deg) rotateY(300deg) translateX(180px) rotateZ(357deg);
  }
}
.c:nth-child(813) {
  animation: orbit813 14s infinite;
  animation-delay: 8.13s;
  background-color: #40e5e8;
}
@keyframes orbit813 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-226deg) rotateY(63deg) translateX(60px) rotateZ(226deg);
  }
  80% {
    transform: rotateZ(-226deg) rotateY(63deg) translateX(60px) rotateZ(226deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-226deg) rotateY(63deg) translateX(180px) rotateZ(226deg);
  }
}
.c:nth-child(814) {
  animation: orbit814 14s infinite;
  animation-delay: 8.14s;
  background-color: #40e5e8;
}
@keyframes orbit814 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-119deg) rotateY(74deg) translateX(60px) rotateZ(119deg);
  }
  80% {
    transform: rotateZ(-119deg) rotateY(74deg) translateX(60px) rotateZ(119deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-119deg) rotateY(74deg) translateX(180px) rotateZ(119deg);
  }
}
.c:nth-child(815) {
  animation: orbit815 14s infinite;
  animation-delay: 8.15s;
  background-color: #40e5e8;
}
@keyframes orbit815 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-74deg) rotateY(256deg) translateX(60px) rotateZ(74deg);
  }
  80% {
    transform: rotateZ(-74deg) rotateY(256deg) translateX(60px) rotateZ(74deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-74deg) rotateY(256deg) translateX(180px) rotateZ(74deg);
  }
}
.c:nth-child(816) {
  animation: orbit816 14s infinite;
  animation-delay: 8.16s;
  background-color: #40e5e8;
}
@keyframes orbit816 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-107deg) rotateY(358deg) translateX(60px) rotateZ(107deg);
  }
  80% {
    transform: rotateZ(-107deg) rotateY(358deg) translateX(60px) rotateZ(107deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-107deg) rotateY(358deg) translateX(180px) rotateZ(107deg);
  }
}
.c:nth-child(817) {
  animation: orbit817 14s infinite;
  animation-delay: 8.17s;
  background-color: #40e5e8;
}
@keyframes orbit817 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-252deg) rotateY(80deg) translateX(60px) rotateZ(252deg);
  }
  80% {
    transform: rotateZ(-252deg) rotateY(80deg) translateX(60px) rotateZ(252deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-252deg) rotateY(80deg) translateX(180px) rotateZ(252deg);
  }
}
.c:nth-child(818) {
  animation: orbit818 14s infinite;
  animation-delay: 8.18s;
  background-color: #40e5e8;
}
@keyframes orbit818 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-28deg) rotateY(114deg) translateX(60px) rotateZ(28deg);
  }
  80% {
    transform: rotateZ(-28deg) rotateY(114deg) translateX(60px) rotateZ(28deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-28deg) rotateY(114deg) translateX(180px) rotateZ(28deg);
  }
}
.c:nth-child(819) {
  animation: orbit819 14s infinite;
  animation-delay: 8.19s;
  background-color: #40e5e8;
}
@keyframes orbit819 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-224deg) rotateY(154deg) translateX(60px) rotateZ(224deg);
  }
  80% {
    transform: rotateZ(-224deg) rotateY(154deg) translateX(60px) rotateZ(224deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-224deg) rotateY(154deg) translateX(180px) rotateZ(224deg);
  }
}
.c:nth-child(820) {
  animation: orbit820 14s infinite;
  animation-delay: 8.2s;
  background-color: #40e5e8;
}
@keyframes orbit820 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-332deg) rotateY(180deg) translateX(60px) rotateZ(332deg);
  }
  80% {
    transform: rotateZ(-332deg) rotateY(180deg) translateX(60px) rotateZ(332deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-332deg) rotateY(180deg) translateX(180px) rotateZ(332deg);
  }
}
.c:nth-child(821) {
  animation: orbit821 14s infinite;
  animation-delay: 8.21s;
  background-color: #40e5e8;
}
@keyframes orbit821 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-95deg) rotateY(237deg) translateX(60px) rotateZ(95deg);
  }
  80% {
    transform: rotateZ(-95deg) rotateY(237deg) translateX(60px) rotateZ(95deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-95deg) rotateY(237deg) translateX(180px) rotateZ(95deg);
  }
}
.c:nth-child(822) {
  animation: orbit822 14s infinite;
  animation-delay: 8.22s;
  background-color: #40e5e8;
}
@keyframes orbit822 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-47deg) rotateY(175deg) translateX(60px) rotateZ(47deg);
  }
  80% {
    transform: rotateZ(-47deg) rotateY(175deg) translateX(60px) rotateZ(47deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-47deg) rotateY(175deg) translateX(180px) rotateZ(47deg);
  }
}
.c:nth-child(823) {
  animation: orbit823 14s infinite;
  animation-delay: 8.23s;
  background-color: #40e5e8;
}
@keyframes orbit823 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-54deg) rotateY(25deg) translateX(60px) rotateZ(54deg);
  }
  80% {
    transform: rotateZ(-54deg) rotateY(25deg) translateX(60px) rotateZ(54deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-54deg) rotateY(25deg) translateX(180px) rotateZ(54deg);
  }
}
.c:nth-child(824) {
  animation: orbit824 14s infinite;
  animation-delay: 8.24s;
  background-color: #40e5e8;
}
@keyframes orbit824 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-73deg) rotateY(39deg) translateX(60px) rotateZ(73deg);
  }
  80% {
    transform: rotateZ(-73deg) rotateY(39deg) translateX(60px) rotateZ(73deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-73deg) rotateY(39deg) translateX(180px) rotateZ(73deg);
  }
}
.c:nth-child(825) {
  animation: orbit825 14s infinite;
  animation-delay: 8.25s;
  background-color: #40e5e8;
}
@keyframes orbit825 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-81deg) rotateY(219deg) translateX(60px) rotateZ(81deg);
  }
  80% {
    transform: rotateZ(-81deg) rotateY(219deg) translateX(60px) rotateZ(81deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-81deg) rotateY(219deg) translateX(180px) rotateZ(81deg);
  }
}
.c:nth-child(826) {
  animation: orbit826 14s infinite;
  animation-delay: 8.26s;
  background-color: #40e5e8;
}
@keyframes orbit826 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-301deg) rotateY(19deg) translateX(60px) rotateZ(301deg);
  }
  80% {
    transform: rotateZ(-301deg) rotateY(19deg) translateX(60px) rotateZ(301deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-301deg) rotateY(19deg) translateX(180px) rotateZ(301deg);
  }
}
.c:nth-child(827) {
  animation: orbit827 14s infinite;
  animation-delay: 8.27s;
  background-color: #40e5e8;
}
@keyframes orbit827 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-38deg) rotateY(105deg) translateX(60px) rotateZ(38deg);
  }
  80% {
    transform: rotateZ(-38deg) rotateY(105deg) translateX(60px) rotateZ(38deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-38deg) rotateY(105deg) translateX(180px) rotateZ(38deg);
  }
}
.c:nth-child(828) {
  animation: orbit828 14s infinite;
  animation-delay: 8.28s;
  background-color: #40e5e8;
}
@keyframes orbit828 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-283deg) rotateY(289deg) translateX(60px) rotateZ(283deg);
  }
  80% {
    transform: rotateZ(-283deg) rotateY(289deg) translateX(60px) rotateZ(283deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-283deg) rotateY(289deg) translateX(180px) rotateZ(283deg);
  }
}
.c:nth-child(829) {
  animation: orbit829 14s infinite;
  animation-delay: 8.29s;
  background-color: #40e5e8;
}
@keyframes orbit829 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-17deg) rotateY(102deg) translateX(60px) rotateZ(17deg);
  }
  80% {
    transform: rotateZ(-17deg) rotateY(102deg) translateX(60px) rotateZ(17deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-17deg) rotateY(102deg) translateX(180px) rotateZ(17deg);
  }
}
.c:nth-child(830) {
  animation: orbit830 14s infinite;
  animation-delay: 8.3s;
  background-color: #40e5e8;
}
@keyframes orbit830 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-226deg) rotateY(135deg) translateX(60px) rotateZ(226deg);
  }
  80% {
    transform: rotateZ(-226deg) rotateY(135deg) translateX(60px) rotateZ(226deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-226deg) rotateY(135deg) translateX(180px) rotateZ(226deg);
  }
}
.c:nth-child(831) {
  animation: orbit831 14s infinite;
  animation-delay: 8.31s;
  background-color: #40e5e8;
}
@keyframes orbit831 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-290deg) rotateY(180deg) translateX(60px) rotateZ(290deg);
  }
  80% {
    transform: rotateZ(-290deg) rotateY(180deg) translateX(60px) rotateZ(290deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-290deg) rotateY(180deg) translateX(180px) rotateZ(290deg);
  }
}
.c:nth-child(832) {
  animation: orbit832 14s infinite;
  animation-delay: 8.32s;
  background-color: #40e5e8;
}
@keyframes orbit832 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-339deg) rotateY(27deg) translateX(60px) rotateZ(339deg);
  }
  80% {
    transform: rotateZ(-339deg) rotateY(27deg) translateX(60px) rotateZ(339deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-339deg) rotateY(27deg) translateX(180px) rotateZ(339deg);
  }
}
.c:nth-child(833) {
  animation: orbit833 14s infinite;
  animation-delay: 8.33s;
  background-color: #40e5e8;
}
@keyframes orbit833 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-231deg) rotateY(102deg) translateX(60px) rotateZ(231deg);
  }
  80% {
    transform: rotateZ(-231deg) rotateY(102deg) translateX(60px) rotateZ(231deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-231deg) rotateY(102deg) translateX(180px) rotateZ(231deg);
  }
}
.c:nth-child(834) {
  animation: orbit834 14s infinite;
  animation-delay: 8.34s;
  background-color: #40e5e8;
}
@keyframes orbit834 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-202deg) rotateY(351deg) translateX(60px) rotateZ(202deg);
  }
  80% {
    transform: rotateZ(-202deg) rotateY(351deg) translateX(60px) rotateZ(202deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-202deg) rotateY(351deg) translateX(180px) rotateZ(202deg);
  }
}
.c:nth-child(835) {
  animation: orbit835 14s infinite;
  animation-delay: 8.35s;
  background-color: #40e5e8;
}
@keyframes orbit835 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-68deg) rotateY(256deg) translateX(60px) rotateZ(68deg);
  }
  80% {
    transform: rotateZ(-68deg) rotateY(256deg) translateX(60px) rotateZ(68deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-68deg) rotateY(256deg) translateX(180px) rotateZ(68deg);
  }
}
.c:nth-child(836) {
  animation: orbit836 14s infinite;
  animation-delay: 8.36s;
  background-color: #40e5e8;
}
@keyframes orbit836 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-280deg) rotateY(67deg) translateX(60px) rotateZ(280deg);
  }
  80% {
    transform: rotateZ(-280deg) rotateY(67deg) translateX(60px) rotateZ(280deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-280deg) rotateY(67deg) translateX(180px) rotateZ(280deg);
  }
}
.c:nth-child(837) {
  animation: orbit837 14s infinite;
  animation-delay: 8.37s;
  background-color: #40e5e8;
}
@keyframes orbit837 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-234deg) rotateY(326deg) translateX(60px) rotateZ(234deg);
  }
  80% {
    transform: rotateZ(-234deg) rotateY(326deg) translateX(60px) rotateZ(234deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-234deg) rotateY(326deg) translateX(180px) rotateZ(234deg);
  }
}
.c:nth-child(838) {
  animation: orbit838 14s infinite;
  animation-delay: 8.38s;
  background-color: #40e5e8;
}
@keyframes orbit838 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-333deg) rotateY(210deg) translateX(60px) rotateZ(333deg);
  }
  80% {
    transform: rotateZ(-333deg) rotateY(210deg) translateX(60px) rotateZ(333deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-333deg) rotateY(210deg) translateX(180px) rotateZ(333deg);
  }
}
.c:nth-child(839) {
  animation: orbit839 14s infinite;
  animation-delay: 8.39s;
  background-color: #40e5e8;
}
@keyframes orbit839 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-18deg) rotateY(52deg) translateX(60px) rotateZ(18deg);
  }
  80% {
    transform: rotateZ(-18deg) rotateY(52deg) translateX(60px) rotateZ(18deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-18deg) rotateY(52deg) translateX(180px) rotateZ(18deg);
  }
}
.c:nth-child(840) {
  animation: orbit840 14s infinite;
  animation-delay: 8.4s;
  background-color: #40e5e8;
}
@keyframes orbit840 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-18deg) rotateY(332deg) translateX(60px) rotateZ(18deg);
  }
  80% {
    transform: rotateZ(-18deg) rotateY(332deg) translateX(60px) rotateZ(18deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-18deg) rotateY(332deg) translateX(180px) rotateZ(18deg);
  }
}
.c:nth-child(841) {
  animation: orbit841 14s infinite;
  animation-delay: 8.41s;
  background-color: #40e5e8;
}
@keyframes orbit841 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-271deg) rotateY(307deg) translateX(60px) rotateZ(271deg);
  }
  80% {
    transform: rotateZ(-271deg) rotateY(307deg) translateX(60px) rotateZ(271deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-271deg) rotateY(307deg) translateX(180px) rotateZ(271deg);
  }
}
.c:nth-child(842) {
  animation: orbit842 14s infinite;
  animation-delay: 8.42s;
  background-color: #40e5e8;
}
@keyframes orbit842 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-121deg) rotateY(231deg) translateX(60px) rotateZ(121deg);
  }
  80% {
    transform: rotateZ(-121deg) rotateY(231deg) translateX(60px) rotateZ(121deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-121deg) rotateY(231deg) translateX(180px) rotateZ(121deg);
  }
}
.c:nth-child(843) {
  animation: orbit843 14s infinite;
  animation-delay: 8.43s;
  background-color: #40e5e8;
}
@keyframes orbit843 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-287deg) rotateY(155deg) translateX(60px) rotateZ(287deg);
  }
  80% {
    transform: rotateZ(-287deg) rotateY(155deg) translateX(60px) rotateZ(287deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-287deg) rotateY(155deg) translateX(180px) rotateZ(287deg);
  }
}
.c:nth-child(844) {
  animation: orbit844 14s infinite;
  animation-delay: 8.44s;
  background-color: #40e5e8;
}
@keyframes orbit844 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-83deg) rotateY(121deg) translateX(60px) rotateZ(83deg);
  }
  80% {
    transform: rotateZ(-83deg) rotateY(121deg) translateX(60px) rotateZ(83deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-83deg) rotateY(121deg) translateX(180px) rotateZ(83deg);
  }
}
.c:nth-child(845) {
  animation: orbit845 14s infinite;
  animation-delay: 8.45s;
  background-color: #40e5e8;
}
@keyframes orbit845 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-287deg) rotateY(297deg) translateX(60px) rotateZ(287deg);
  }
  80% {
    transform: rotateZ(-287deg) rotateY(297deg) translateX(60px) rotateZ(287deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-287deg) rotateY(297deg) translateX(180px) rotateZ(287deg);
  }
}
.c:nth-child(846) {
  animation: orbit846 14s infinite;
  animation-delay: 8.46s;
  background-color: #40e5e8;
}
@keyframes orbit846 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-277deg) rotateY(5deg) translateX(60px) rotateZ(277deg);
  }
  80% {
    transform: rotateZ(-277deg) rotateY(5deg) translateX(60px) rotateZ(277deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-277deg) rotateY(5deg) translateX(180px) rotateZ(277deg);
  }
}
.c:nth-child(847) {
  animation: orbit847 14s infinite;
  animation-delay: 8.47s;
  background-color: #40e5e8;
}
@keyframes orbit847 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-94deg) rotateY(123deg) translateX(60px) rotateZ(94deg);
  }
  80% {
    transform: rotateZ(-94deg) rotateY(123deg) translateX(60px) rotateZ(94deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-94deg) rotateY(123deg) translateX(180px) rotateZ(94deg);
  }
}
.c:nth-child(848) {
  animation: orbit848 14s infinite;
  animation-delay: 8.48s;
  background-color: #40e5e8;
}
@keyframes orbit848 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-308deg) rotateY(343deg) translateX(60px) rotateZ(308deg);
  }
  80% {
    transform: rotateZ(-308deg) rotateY(343deg) translateX(60px) rotateZ(308deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-308deg) rotateY(343deg) translateX(180px) rotateZ(308deg);
  }
}
.c:nth-child(849) {
  animation: orbit849 14s infinite;
  animation-delay: 8.49s;
  background-color: #40e5e8;
}
@keyframes orbit849 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-158deg) rotateY(176deg) translateX(60px) rotateZ(158deg);
  }
  80% {
    transform: rotateZ(-158deg) rotateY(176deg) translateX(60px) rotateZ(158deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-158deg) rotateY(176deg) translateX(180px) rotateZ(158deg);
  }
}
.c:nth-child(850) {
  animation: orbit850 14s infinite;
  animation-delay: 8.5s;
  background-color: #40e5e8;
}
@keyframes orbit850 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-282deg) rotateY(111deg) translateX(60px) rotateZ(282deg);
  }
  80% {
    transform: rotateZ(-282deg) rotateY(111deg) translateX(60px) rotateZ(282deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-282deg) rotateY(111deg) translateX(180px) rotateZ(282deg);
  }
}
.c:nth-child(851) {
  animation: orbit851 14s infinite;
  animation-delay: 8.51s;
  background-color: #40e5e8;
}
@keyframes orbit851 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-281deg) rotateY(228deg) translateX(60px) rotateZ(281deg);
  }
  80% {
    transform: rotateZ(-281deg) rotateY(228deg) translateX(60px) rotateZ(281deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-281deg) rotateY(228deg) translateX(180px) rotateZ(281deg);
  }
}
.c:nth-child(852) {
  animation: orbit852 14s infinite;
  animation-delay: 8.52s;
  background-color: #40e5e8;
}
@keyframes orbit852 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-334deg) rotateY(338deg) translateX(60px) rotateZ(334deg);
  }
  80% {
    transform: rotateZ(-334deg) rotateY(338deg) translateX(60px) rotateZ(334deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-334deg) rotateY(338deg) translateX(180px) rotateZ(334deg);
  }
}
.c:nth-child(853) {
  animation: orbit853 14s infinite;
  animation-delay: 8.53s;
  background-color: #40e5e8;
}
@keyframes orbit853 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-21deg) rotateY(298deg) translateX(60px) rotateZ(21deg);
  }
  80% {
    transform: rotateZ(-21deg) rotateY(298deg) translateX(60px) rotateZ(21deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-21deg) rotateY(298deg) translateX(180px) rotateZ(21deg);
  }
}
.c:nth-child(854) {
  animation: orbit854 14s infinite;
  animation-delay: 8.54s;
  background-color: #40e5e8;
}
@keyframes orbit854 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-108deg) rotateY(60deg) translateX(60px) rotateZ(108deg);
  }
  80% {
    transform: rotateZ(-108deg) rotateY(60deg) translateX(60px) rotateZ(108deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-108deg) rotateY(60deg) translateX(180px) rotateZ(108deg);
  }
}
.c:nth-child(855) {
  animation: orbit855 14s infinite;
  animation-delay: 8.55s;
  background-color: #40e5e8;
}
@keyframes orbit855 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-5deg) rotateY(221deg) translateX(60px) rotateZ(5deg);
  }
  80% {
    transform: rotateZ(-5deg) rotateY(221deg) translateX(60px) rotateZ(5deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-5deg) rotateY(221deg) translateX(180px) rotateZ(5deg);
  }
}
.c:nth-child(856) {
  animation: orbit856 14s infinite;
  animation-delay: 8.56s;
  background-color: #40e5e8;
}
@keyframes orbit856 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-280deg) rotateY(185deg) translateX(60px) rotateZ(280deg);
  }
  80% {
    transform: rotateZ(-280deg) rotateY(185deg) translateX(60px) rotateZ(280deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-280deg) rotateY(185deg) translateX(180px) rotateZ(280deg);
  }
}
.c:nth-child(857) {
  animation: orbit857 14s infinite;
  animation-delay: 8.57s;
  background-color: #40e5e8;
}
@keyframes orbit857 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-357deg) rotateY(4deg) translateX(60px) rotateZ(357deg);
  }
  80% {
    transform: rotateZ(-357deg) rotateY(4deg) translateX(60px) rotateZ(357deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-357deg) rotateY(4deg) translateX(180px) rotateZ(357deg);
  }
}
.c:nth-child(858) {
  animation: orbit858 14s infinite;
  animation-delay: 8.58s;
  background-color: #40e5e8;
}
@keyframes orbit858 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-61deg) rotateY(293deg) translateX(60px) rotateZ(61deg);
  }
  80% {
    transform: rotateZ(-61deg) rotateY(293deg) translateX(60px) rotateZ(61deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-61deg) rotateY(293deg) translateX(180px) rotateZ(61deg);
  }
}
.c:nth-child(859) {
  animation: orbit859 14s infinite;
  animation-delay: 8.59s;
  background-color: #40e5e8;
}
@keyframes orbit859 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-185deg) rotateY(31deg) translateX(60px) rotateZ(185deg);
  }
  80% {
    transform: rotateZ(-185deg) rotateY(31deg) translateX(60px) rotateZ(185deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-185deg) rotateY(31deg) translateX(180px) rotateZ(185deg);
  }
}
.c:nth-child(860) {
  animation: orbit860 14s infinite;
  animation-delay: 8.6s;
  background-color: #40e5e8;
}
@keyframes orbit860 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-84deg) rotateY(293deg) translateX(60px) rotateZ(84deg);
  }
  80% {
    transform: rotateZ(-84deg) rotateY(293deg) translateX(60px) rotateZ(84deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-84deg) rotateY(293deg) translateX(180px) rotateZ(84deg);
  }
}
.c:nth-child(861) {
  animation: orbit861 14s infinite;
  animation-delay: 8.61s;
  background-color: #40e5e8;
}
@keyframes orbit861 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-264deg) rotateY(303deg) translateX(60px) rotateZ(264deg);
  }
  80% {
    transform: rotateZ(-264deg) rotateY(303deg) translateX(60px) rotateZ(264deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-264deg) rotateY(303deg) translateX(180px) rotateZ(264deg);
  }
}
.c:nth-child(862) {
  animation: orbit862 14s infinite;
  animation-delay: 8.62s;
  background-color: #40e5e8;
}
@keyframes orbit862 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-227deg) rotateY(222deg) translateX(60px) rotateZ(227deg);
  }
  80% {
    transform: rotateZ(-227deg) rotateY(222deg) translateX(60px) rotateZ(227deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-227deg) rotateY(222deg) translateX(180px) rotateZ(227deg);
  }
}
.c:nth-child(863) {
  animation: orbit863 14s infinite;
  animation-delay: 8.63s;
  background-color: #40e5e8;
}
@keyframes orbit863 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-318deg) rotateY(114deg) translateX(60px) rotateZ(318deg);
  }
  80% {
    transform: rotateZ(-318deg) rotateY(114deg) translateX(60px) rotateZ(318deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-318deg) rotateY(114deg) translateX(180px) rotateZ(318deg);
  }
}
.c:nth-child(864) {
  animation: orbit864 14s infinite;
  animation-delay: 8.64s;
  background-color: #40e5e8;
}
@keyframes orbit864 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-246deg) rotateY(247deg) translateX(60px) rotateZ(246deg);
  }
  80% {
    transform: rotateZ(-246deg) rotateY(247deg) translateX(60px) rotateZ(246deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-246deg) rotateY(247deg) translateX(180px) rotateZ(246deg);
  }
}
.c:nth-child(865) {
  animation: orbit865 14s infinite;
  animation-delay: 8.65s;
  background-color: #40e5e8;
}
@keyframes orbit865 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-340deg) rotateY(43deg) translateX(60px) rotateZ(340deg);
  }
  80% {
    transform: rotateZ(-340deg) rotateY(43deg) translateX(60px) rotateZ(340deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-340deg) rotateY(43deg) translateX(180px) rotateZ(340deg);
  }
}
.c:nth-child(866) {
  animation: orbit866 14s infinite;
  animation-delay: 8.66s;
  background-color: #40e5e8;
}
@keyframes orbit866 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-30deg) rotateY(183deg) translateX(60px) rotateZ(30deg);
  }
  80% {
    transform: rotateZ(-30deg) rotateY(183deg) translateX(60px) rotateZ(30deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-30deg) rotateY(183deg) translateX(180px) rotateZ(30deg);
  }
}
.c:nth-child(867) {
  animation: orbit867 14s infinite;
  animation-delay: 8.67s;
  background-color: #40e5e8;
}
@keyframes orbit867 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-88deg) rotateY(226deg) translateX(60px) rotateZ(88deg);
  }
  80% {
    transform: rotateZ(-88deg) rotateY(226deg) translateX(60px) rotateZ(88deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-88deg) rotateY(226deg) translateX(180px) rotateZ(88deg);
  }
}
.c:nth-child(868) {
  animation: orbit868 14s infinite;
  animation-delay: 8.68s;
  background-color: #40e5e8;
}
@keyframes orbit868 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-276deg) rotateY(124deg) translateX(60px) rotateZ(276deg);
  }
  80% {
    transform: rotateZ(-276deg) rotateY(124deg) translateX(60px) rotateZ(276deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-276deg) rotateY(124deg) translateX(180px) rotateZ(276deg);
  }
}
.c:nth-child(869) {
  animation: orbit869 14s infinite;
  animation-delay: 8.69s;
  background-color: #40e5e8;
}
@keyframes orbit869 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-1deg) rotateY(273deg) translateX(60px) rotateZ(1deg);
  }
  80% {
    transform: rotateZ(-1deg) rotateY(273deg) translateX(60px) rotateZ(1deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-1deg) rotateY(273deg) translateX(180px) rotateZ(1deg);
  }
}
.c:nth-child(870) {
  animation: orbit870 14s infinite;
  animation-delay: 8.7s;
  background-color: #40e5e8;
}
@keyframes orbit870 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-150deg) rotateY(175deg) translateX(60px) rotateZ(150deg);
  }
  80% {
    transform: rotateZ(-150deg) rotateY(175deg) translateX(60px) rotateZ(150deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-150deg) rotateY(175deg) translateX(180px) rotateZ(150deg);
  }
}
.c:nth-child(871) {
  animation: orbit871 14s infinite;
  animation-delay: 8.71s;
  background-color: #40e5e8;
}
@keyframes orbit871 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-185deg) rotateY(270deg) translateX(60px) rotateZ(185deg);
  }
  80% {
    transform: rotateZ(-185deg) rotateY(270deg) translateX(60px) rotateZ(185deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-185deg) rotateY(270deg) translateX(180px) rotateZ(185deg);
  }
}
.c:nth-child(872) {
  animation: orbit872 14s infinite;
  animation-delay: 8.72s;
  background-color: #40e5e8;
}
@keyframes orbit872 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-43deg) rotateY(104deg) translateX(60px) rotateZ(43deg);
  }
  80% {
    transform: rotateZ(-43deg) rotateY(104deg) translateX(60px) rotateZ(43deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-43deg) rotateY(104deg) translateX(180px) rotateZ(43deg);
  }
}
.c:nth-child(873) {
  animation: orbit873 14s infinite;
  animation-delay: 8.73s;
  background-color: #40e5e8;
}
@keyframes orbit873 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-260deg) rotateY(281deg) translateX(60px) rotateZ(260deg);
  }
  80% {
    transform: rotateZ(-260deg) rotateY(281deg) translateX(60px) rotateZ(260deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-260deg) rotateY(281deg) translateX(180px) rotateZ(260deg);
  }
}
.c:nth-child(874) {
  animation: orbit874 14s infinite;
  animation-delay: 8.74s;
  background-color: #40e5e8;
}
@keyframes orbit874 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-315deg) rotateY(96deg) translateX(60px) rotateZ(315deg);
  }
  80% {
    transform: rotateZ(-315deg) rotateY(96deg) translateX(60px) rotateZ(315deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-315deg) rotateY(96deg) translateX(180px) rotateZ(315deg);
  }
}
.c:nth-child(875) {
  animation: orbit875 14s infinite;
  animation-delay: 8.75s;
  background-color: #40e5e8;
}
@keyframes orbit875 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-103deg) rotateY(347deg) translateX(60px) rotateZ(103deg);
  }
  80% {
    transform: rotateZ(-103deg) rotateY(347deg) translateX(60px) rotateZ(103deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-103deg) rotateY(347deg) translateX(180px) rotateZ(103deg);
  }
}
.c:nth-child(876) {
  animation: orbit876 14s infinite;
  animation-delay: 8.76s;
  background-color: #40e5e8;
}
@keyframes orbit876 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-315deg) rotateY(194deg) translateX(60px) rotateZ(315deg);
  }
  80% {
    transform: rotateZ(-315deg) rotateY(194deg) translateX(60px) rotateZ(315deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-315deg) rotateY(194deg) translateX(180px) rotateZ(315deg);
  }
}
.c:nth-child(877) {
  animation: orbit877 14s infinite;
  animation-delay: 8.77s;
  background-color: #40e5e8;
}
@keyframes orbit877 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-321deg) rotateY(53deg) translateX(60px) rotateZ(321deg);
  }
  80% {
    transform: rotateZ(-321deg) rotateY(53deg) translateX(60px) rotateZ(321deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-321deg) rotateY(53deg) translateX(180px) rotateZ(321deg);
  }
}
.c:nth-child(878) {
  animation: orbit878 14s infinite;
  animation-delay: 8.78s;
  background-color: #40e5e8;
}
@keyframes orbit878 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-6deg) rotateY(30deg) translateX(60px) rotateZ(6deg);
  }
  80% {
    transform: rotateZ(-6deg) rotateY(30deg) translateX(60px) rotateZ(6deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-6deg) rotateY(30deg) translateX(180px) rotateZ(6deg);
  }
}
.c:nth-child(879) {
  animation: orbit879 14s infinite;
  animation-delay: 8.79s;
  background-color: #40e5e8;
}
@keyframes orbit879 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-241deg) rotateY(112deg) translateX(60px) rotateZ(241deg);
  }
  80% {
    transform: rotateZ(-241deg) rotateY(112deg) translateX(60px) rotateZ(241deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-241deg) rotateY(112deg) translateX(180px) rotateZ(241deg);
  }
}
.c:nth-child(880) {
  animation: orbit880 14s infinite;
  animation-delay: 8.8s;
  background-color: #40e5e8;
}
@keyframes orbit880 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-105deg) rotateY(132deg) translateX(60px) rotateZ(105deg);
  }
  80% {
    transform: rotateZ(-105deg) rotateY(132deg) translateX(60px) rotateZ(105deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-105deg) rotateY(132deg) translateX(180px) rotateZ(105deg);
  }
}
.c:nth-child(881) {
  animation: orbit881 14s infinite;
  animation-delay: 8.81s;
  background-color: #40e5e8;
}
@keyframes orbit881 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-278deg) rotateY(238deg) translateX(60px) rotateZ(278deg);
  }
  80% {
    transform: rotateZ(-278deg) rotateY(238deg) translateX(60px) rotateZ(278deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-278deg) rotateY(238deg) translateX(180px) rotateZ(278deg);
  }
}
.c:nth-child(882) {
  animation: orbit882 14s infinite;
  animation-delay: 8.82s;
  background-color: #40e5e8;
}
@keyframes orbit882 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-49deg) rotateY(229deg) translateX(60px) rotateZ(49deg);
  }
  80% {
    transform: rotateZ(-49deg) rotateY(229deg) translateX(60px) rotateZ(49deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-49deg) rotateY(229deg) translateX(180px) rotateZ(49deg);
  }
}
.c:nth-child(883) {
  animation: orbit883 14s infinite;
  animation-delay: 8.83s;
  background-color: #40e5e8;
}
@keyframes orbit883 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-309deg) rotateY(240deg) translateX(60px) rotateZ(309deg);
  }
  80% {
    transform: rotateZ(-309deg) rotateY(240deg) translateX(60px) rotateZ(309deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-309deg) rotateY(240deg) translateX(180px) rotateZ(309deg);
  }
}
.c:nth-child(884) {
  animation: orbit884 14s infinite;
  animation-delay: 8.84s;
  background-color: #40e5e8;
}
@keyframes orbit884 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-349deg) rotateY(89deg) translateX(60px) rotateZ(349deg);
  }
  80% {
    transform: rotateZ(-349deg) rotateY(89deg) translateX(60px) rotateZ(349deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-349deg) rotateY(89deg) translateX(180px) rotateZ(349deg);
  }
}
.c:nth-child(885) {
  animation: orbit885 14s infinite;
  animation-delay: 8.85s;
  background-color: #40e5e8;
}
@keyframes orbit885 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-340deg) rotateY(47deg) translateX(60px) rotateZ(340deg);
  }
  80% {
    transform: rotateZ(-340deg) rotateY(47deg) translateX(60px) rotateZ(340deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-340deg) rotateY(47deg) translateX(180px) rotateZ(340deg);
  }
}
.c:nth-child(886) {
  animation: orbit886 14s infinite;
  animation-delay: 8.86s;
  background-color: #40e5e8;
}
@keyframes orbit886 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-196deg) rotateY(97deg) translateX(60px) rotateZ(196deg);
  }
  80% {
    transform: rotateZ(-196deg) rotateY(97deg) translateX(60px) rotateZ(196deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-196deg) rotateY(97deg) translateX(180px) rotateZ(196deg);
  }
}
.c:nth-child(887) {
  animation: orbit887 14s infinite;
  animation-delay: 8.87s;
  background-color: #40e5e8;
}
@keyframes orbit887 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-246deg) rotateY(348deg) translateX(60px) rotateZ(246deg);
  }
  80% {
    transform: rotateZ(-246deg) rotateY(348deg) translateX(60px) rotateZ(246deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-246deg) rotateY(348deg) translateX(180px) rotateZ(246deg);
  }
}
.c:nth-child(888) {
  animation: orbit888 14s infinite;
  animation-delay: 8.88s;
  background-color: #40e5e8;
}
@keyframes orbit888 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-8deg) rotateY(204deg) translateX(60px) rotateZ(8deg);
  }
  80% {
    transform: rotateZ(-8deg) rotateY(204deg) translateX(60px) rotateZ(8deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-8deg) rotateY(204deg) translateX(180px) rotateZ(8deg);
  }
}
.c:nth-child(889) {
  animation: orbit889 14s infinite;
  animation-delay: 8.89s;
  background-color: #40e5e8;
}
@keyframes orbit889 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-9deg) rotateY(99deg) translateX(60px) rotateZ(9deg);
  }
  80% {
    transform: rotateZ(-9deg) rotateY(99deg) translateX(60px) rotateZ(9deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-9deg) rotateY(99deg) translateX(180px) rotateZ(9deg);
  }
}
.c:nth-child(890) {
  animation: orbit890 14s infinite;
  animation-delay: 8.9s;
  background-color: #40e5e8;
}
@keyframes orbit890 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-345deg) rotateY(230deg) translateX(60px) rotateZ(345deg);
  }
  80% {
    transform: rotateZ(-345deg) rotateY(230deg) translateX(60px) rotateZ(345deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-345deg) rotateY(230deg) translateX(180px) rotateZ(345deg);
  }
}
.c:nth-child(891) {
  animation: orbit891 14s infinite;
  animation-delay: 8.91s;
  background-color: #40e5e8;
}
@keyframes orbit891 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-200deg) rotateY(290deg) translateX(60px) rotateZ(200deg);
  }
  80% {
    transform: rotateZ(-200deg) rotateY(290deg) translateX(60px) rotateZ(200deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-200deg) rotateY(290deg) translateX(180px) rotateZ(200deg);
  }
}
.c:nth-child(892) {
  animation: orbit892 14s infinite;
  animation-delay: 8.92s;
  background-color: #40e5e8;
}
@keyframes orbit892 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-301deg) rotateY(32deg) translateX(60px) rotateZ(301deg);
  }
  80% {
    transform: rotateZ(-301deg) rotateY(32deg) translateX(60px) rotateZ(301deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-301deg) rotateY(32deg) translateX(180px) rotateZ(301deg);
  }
}
.c:nth-child(893) {
  animation: orbit893 14s infinite;
  animation-delay: 8.93s;
  background-color: #40e5e8;
}
@keyframes orbit893 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-143deg) rotateY(262deg) translateX(60px) rotateZ(143deg);
  }
  80% {
    transform: rotateZ(-143deg) rotateY(262deg) translateX(60px) rotateZ(143deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-143deg) rotateY(262deg) translateX(180px) rotateZ(143deg);
  }
}
.c:nth-child(894) {
  animation: orbit894 14s infinite;
  animation-delay: 8.94s;
  background-color: #40e5e8;
}
@keyframes orbit894 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-60deg) rotateY(156deg) translateX(60px) rotateZ(60deg);
  }
  80% {
    transform: rotateZ(-60deg) rotateY(156deg) translateX(60px) rotateZ(60deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-60deg) rotateY(156deg) translateX(180px) rotateZ(60deg);
  }
}
.c:nth-child(895) {
  animation: orbit895 14s infinite;
  animation-delay: 8.95s;
  background-color: #40e5e8;
}
@keyframes orbit895 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-221deg) rotateY(281deg) translateX(60px) rotateZ(221deg);
  }
  80% {
    transform: rotateZ(-221deg) rotateY(281deg) translateX(60px) rotateZ(221deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-221deg) rotateY(281deg) translateX(180px) rotateZ(221deg);
  }
}
.c:nth-child(896) {
  animation: orbit896 14s infinite;
  animation-delay: 8.96s;
  background-color: #40e5e8;
}
@keyframes orbit896 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-282deg) rotateY(211deg) translateX(60px) rotateZ(282deg);
  }
  80% {
    transform: rotateZ(-282deg) rotateY(211deg) translateX(60px) rotateZ(282deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-282deg) rotateY(211deg) translateX(180px) rotateZ(282deg);
  }
}
.c:nth-child(897) {
  animation: orbit897 14s infinite;
  animation-delay: 8.97s;
  background-color: #40e5e8;
}
@keyframes orbit897 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-27deg) rotateY(78deg) translateX(60px) rotateZ(27deg);
  }
  80% {
    transform: rotateZ(-27deg) rotateY(78deg) translateX(60px) rotateZ(27deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-27deg) rotateY(78deg) translateX(180px) rotateZ(27deg);
  }
}
.c:nth-child(898) {
  animation: orbit898 14s infinite;
  animation-delay: 8.98s;
  background-color: #40e5e8;
}
@keyframes orbit898 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-10deg) rotateY(55deg) translateX(60px) rotateZ(10deg);
  }
  80% {
    transform: rotateZ(-10deg) rotateY(55deg) translateX(60px) rotateZ(10deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-10deg) rotateY(55deg) translateX(180px) rotateZ(10deg);
  }
}
.c:nth-child(899) {
  animation: orbit899 14s infinite;
  animation-delay: 8.99s;
  background-color: #40e5e8;
}
@keyframes orbit899 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-111deg) rotateY(135deg) translateX(60px) rotateZ(111deg);
  }
  80% {
    transform: rotateZ(-111deg) rotateY(135deg) translateX(60px) rotateZ(111deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-111deg) rotateY(135deg) translateX(180px) rotateZ(111deg);
  }
}
.c:nth-child(900) {
  animation: orbit900 14s infinite;
  animation-delay: 9s;
  background-color: #40e5e8;
}
@keyframes orbit900 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-323deg) rotateY(234deg) translateX(60px) rotateZ(323deg);
  }
  80% {
    transform: rotateZ(-323deg) rotateY(234deg) translateX(60px) rotateZ(323deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-323deg) rotateY(234deg) translateX(180px) rotateZ(323deg);
  }
}
.c:nth-child(901) {
  animation: orbit901 14s infinite;
  animation-delay: 9.01s;
  background-color: #40e5e8;
}
@keyframes orbit901 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-194deg) rotateY(288deg) translateX(60px) rotateZ(194deg);
  }
  80% {
    transform: rotateZ(-194deg) rotateY(288deg) translateX(60px) rotateZ(194deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-194deg) rotateY(288deg) translateX(180px) rotateZ(194deg);
  }
}
.c:nth-child(902) {
  animation: orbit902 14s infinite;
  animation-delay: 9.02s;
  background-color: #40e5e8;
}
@keyframes orbit902 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-196deg) rotateY(43deg) translateX(60px) rotateZ(196deg);
  }
  80% {
    transform: rotateZ(-196deg) rotateY(43deg) translateX(60px) rotateZ(196deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-196deg) rotateY(43deg) translateX(180px) rotateZ(196deg);
  }
}
.c:nth-child(903) {
  animation: orbit903 14s infinite;
  animation-delay: 9.03s;
  background-color: #40e5e8;
}
@keyframes orbit903 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-22deg) rotateY(294deg) translateX(60px) rotateZ(22deg);
  }
  80% {
    transform: rotateZ(-22deg) rotateY(294deg) translateX(60px) rotateZ(22deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-22deg) rotateY(294deg) translateX(180px) rotateZ(22deg);
  }
}
.c:nth-child(904) {
  animation: orbit904 14s infinite;
  animation-delay: 9.04s;
  background-color: #40e5e8;
}
@keyframes orbit904 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-233deg) rotateY(34deg) translateX(60px) rotateZ(233deg);
  }
  80% {
    transform: rotateZ(-233deg) rotateY(34deg) translateX(60px) rotateZ(233deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-233deg) rotateY(34deg) translateX(180px) rotateZ(233deg);
  }
}
.c:nth-child(905) {
  animation: orbit905 14s infinite;
  animation-delay: 9.05s;
  background-color: #40e5e8;
}
@keyframes orbit905 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-271deg) rotateY(23deg) translateX(60px) rotateZ(271deg);
  }
  80% {
    transform: rotateZ(-271deg) rotateY(23deg) translateX(60px) rotateZ(271deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-271deg) rotateY(23deg) translateX(180px) rotateZ(271deg);
  }
}
.c:nth-child(906) {
  animation: orbit906 14s infinite;
  animation-delay: 9.06s;
  background-color: #40e5e8;
}
@keyframes orbit906 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-286deg) rotateY(291deg) translateX(60px) rotateZ(286deg);
  }
  80% {
    transform: rotateZ(-286deg) rotateY(291deg) translateX(60px) rotateZ(286deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-286deg) rotateY(291deg) translateX(180px) rotateZ(286deg);
  }
}
.c:nth-child(907) {
  animation: orbit907 14s infinite;
  animation-delay: 9.07s;
  background-color: #40e5e8;
}
@keyframes orbit907 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-312deg) rotateY(136deg) translateX(60px) rotateZ(312deg);
  }
  80% {
    transform: rotateZ(-312deg) rotateY(136deg) translateX(60px) rotateZ(312deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-312deg) rotateY(136deg) translateX(180px) rotateZ(312deg);
  }
}
.c:nth-child(908) {
  animation: orbit908 14s infinite;
  animation-delay: 9.08s;
  background-color: #40e5e8;
}
@keyframes orbit908 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-110deg) rotateY(9deg) translateX(60px) rotateZ(110deg);
  }
  80% {
    transform: rotateZ(-110deg) rotateY(9deg) translateX(60px) rotateZ(110deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-110deg) rotateY(9deg) translateX(180px) rotateZ(110deg);
  }
}
.c:nth-child(909) {
  animation: orbit909 14s infinite;
  animation-delay: 9.09s;
  background-color: #40e5e8;
}
@keyframes orbit909 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-132deg) rotateY(273deg) translateX(60px) rotateZ(132deg);
  }
  80% {
    transform: rotateZ(-132deg) rotateY(273deg) translateX(60px) rotateZ(132deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-132deg) rotateY(273deg) translateX(180px) rotateZ(132deg);
  }
}
.c:nth-child(910) {
  animation: orbit910 14s infinite;
  animation-delay: 9.1s;
  background-color: #40e5e8;
}
@keyframes orbit910 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-270deg) rotateY(75deg) translateX(60px) rotateZ(270deg);
  }
  80% {
    transform: rotateZ(-270deg) rotateY(75deg) translateX(60px) rotateZ(270deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-270deg) rotateY(75deg) translateX(180px) rotateZ(270deg);
  }
}
.c:nth-child(911) {
  animation: orbit911 14s infinite;
  animation-delay: 9.11s;
  background-color: #40e5e8;
}
@keyframes orbit911 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-91deg) rotateY(38deg) translateX(60px) rotateZ(91deg);
  }
  80% {
    transform: rotateZ(-91deg) rotateY(38deg) translateX(60px) rotateZ(91deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-91deg) rotateY(38deg) translateX(180px) rotateZ(91deg);
  }
}
.c:nth-child(912) {
  animation: orbit912 14s infinite;
  animation-delay: 9.12s;
  background-color: #40e5e8;
}
@keyframes orbit912 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-233deg) rotateY(262deg) translateX(60px) rotateZ(233deg);
  }
  80% {
    transform: rotateZ(-233deg) rotateY(262deg) translateX(60px) rotateZ(233deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-233deg) rotateY(262deg) translateX(180px) rotateZ(233deg);
  }
}
.c:nth-child(913) {
  animation: orbit913 14s infinite;
  animation-delay: 9.13s;
  background-color: #40e5e8;
}
@keyframes orbit913 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-2deg) rotateY(119deg) translateX(60px) rotateZ(2deg);
  }
  80% {
    transform: rotateZ(-2deg) rotateY(119deg) translateX(60px) rotateZ(2deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-2deg) rotateY(119deg) translateX(180px) rotateZ(2deg);
  }
}
.c:nth-child(914) {
  animation: orbit914 14s infinite;
  animation-delay: 9.14s;
  background-color: #40e5e8;
}
@keyframes orbit914 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-113deg) rotateY(3deg) translateX(60px) rotateZ(113deg);
  }
  80% {
    transform: rotateZ(-113deg) rotateY(3deg) translateX(60px) rotateZ(113deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-113deg) rotateY(3deg) translateX(180px) rotateZ(113deg);
  }
}
.c:nth-child(915) {
  animation: orbit915 14s infinite;
  animation-delay: 9.15s;
  background-color: #40e5e8;
}
@keyframes orbit915 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-343deg) rotateY(23deg) translateX(60px) rotateZ(343deg);
  }
  80% {
    transform: rotateZ(-343deg) rotateY(23deg) translateX(60px) rotateZ(343deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-343deg) rotateY(23deg) translateX(180px) rotateZ(343deg);
  }
}
.c:nth-child(916) {
  animation: orbit916 14s infinite;
  animation-delay: 9.16s;
  background-color: #40e5e8;
}
@keyframes orbit916 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-120deg) rotateY(164deg) translateX(60px) rotateZ(120deg);
  }
  80% {
    transform: rotateZ(-120deg) rotateY(164deg) translateX(60px) rotateZ(120deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-120deg) rotateY(164deg) translateX(180px) rotateZ(120deg);
  }
}
.c:nth-child(917) {
  animation: orbit917 14s infinite;
  animation-delay: 9.17s;
  background-color: #40e5e8;
}
@keyframes orbit917 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-110deg) rotateY(265deg) translateX(60px) rotateZ(110deg);
  }
  80% {
    transform: rotateZ(-110deg) rotateY(265deg) translateX(60px) rotateZ(110deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-110deg) rotateY(265deg) translateX(180px) rotateZ(110deg);
  }
}
.c:nth-child(918) {
  animation: orbit918 14s infinite;
  animation-delay: 9.18s;
  background-color: #40e5e8;
}
@keyframes orbit918 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-302deg) rotateY(176deg) translateX(60px) rotateZ(302deg);
  }
  80% {
    transform: rotateZ(-302deg) rotateY(176deg) translateX(60px) rotateZ(302deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-302deg) rotateY(176deg) translateX(180px) rotateZ(302deg);
  }
}
.c:nth-child(919) {
  animation: orbit919 14s infinite;
  animation-delay: 9.19s;
  background-color: #40e5e8;
}
@keyframes orbit919 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-6deg) rotateY(56deg) translateX(60px) rotateZ(6deg);
  }
  80% {
    transform: rotateZ(-6deg) rotateY(56deg) translateX(60px) rotateZ(6deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-6deg) rotateY(56deg) translateX(180px) rotateZ(6deg);
  }
}
.c:nth-child(920) {
  animation: orbit920 14s infinite;
  animation-delay: 9.2s;
  background-color: #40e5e8;
}
@keyframes orbit920 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-263deg) rotateY(172deg) translateX(60px) rotateZ(263deg);
  }
  80% {
    transform: rotateZ(-263deg) rotateY(172deg) translateX(60px) rotateZ(263deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-263deg) rotateY(172deg) translateX(180px) rotateZ(263deg);
  }
}
.c:nth-child(921) {
  animation: orbit921 14s infinite;
  animation-delay: 9.21s;
  background-color: #40e5e8;
}
@keyframes orbit921 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-328deg) rotateY(294deg) translateX(60px) rotateZ(328deg);
  }
  80% {
    transform: rotateZ(-328deg) rotateY(294deg) translateX(60px) rotateZ(328deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-328deg) rotateY(294deg) translateX(180px) rotateZ(328deg);
  }
}
.c:nth-child(922) {
  animation: orbit922 14s infinite;
  animation-delay: 9.22s;
  background-color: #40e5e8;
}
@keyframes orbit922 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-16deg) rotateY(111deg) translateX(60px) rotateZ(16deg);
  }
  80% {
    transform: rotateZ(-16deg) rotateY(111deg) translateX(60px) rotateZ(16deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-16deg) rotateY(111deg) translateX(180px) rotateZ(16deg);
  }
}
.c:nth-child(923) {
  animation: orbit923 14s infinite;
  animation-delay: 9.23s;
  background-color: #40e5e8;
}
@keyframes orbit923 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-40deg) rotateY(129deg) translateX(60px) rotateZ(40deg);
  }
  80% {
    transform: rotateZ(-40deg) rotateY(129deg) translateX(60px) rotateZ(40deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-40deg) rotateY(129deg) translateX(180px) rotateZ(40deg);
  }
}
.c:nth-child(924) {
  animation: orbit924 14s infinite;
  animation-delay: 9.24s;
  background-color: #40e5e8;
}
@keyframes orbit924 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-257deg) rotateY(22deg) translateX(60px) rotateZ(257deg);
  }
  80% {
    transform: rotateZ(-257deg) rotateY(22deg) translateX(60px) rotateZ(257deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-257deg) rotateY(22deg) translateX(180px) rotateZ(257deg);
  }
}
.c:nth-child(925) {
  animation: orbit925 14s infinite;
  animation-delay: 9.25s;
  background-color: #40e5e8;
}
@keyframes orbit925 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-183deg) rotateY(341deg) translateX(60px) rotateZ(183deg);
  }
  80% {
    transform: rotateZ(-183deg) rotateY(341deg) translateX(60px) rotateZ(183deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-183deg) rotateY(341deg) translateX(180px) rotateZ(183deg);
  }
}
.c:nth-child(926) {
  animation: orbit926 14s infinite;
  animation-delay: 9.26s;
  background-color: #40e5e8;
}
@keyframes orbit926 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-42deg) rotateY(199deg) translateX(60px) rotateZ(42deg);
  }
  80% {
    transform: rotateZ(-42deg) rotateY(199deg) translateX(60px) rotateZ(42deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-42deg) rotateY(199deg) translateX(180px) rotateZ(42deg);
  }
}
.c:nth-child(927) {
  animation: orbit927 14s infinite;
  animation-delay: 9.27s;
  background-color: #40e5e8;
}
@keyframes orbit927 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-315deg) rotateY(290deg) translateX(60px) rotateZ(315deg);
  }
  80% {
    transform: rotateZ(-315deg) rotateY(290deg) translateX(60px) rotateZ(315deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-315deg) rotateY(290deg) translateX(180px) rotateZ(315deg);
  }
}
.c:nth-child(928) {
  animation: orbit928 14s infinite;
  animation-delay: 9.28s;
  background-color: #40e5e8;
}
@keyframes orbit928 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-81deg) rotateY(147deg) translateX(60px) rotateZ(81deg);
  }
  80% {
    transform: rotateZ(-81deg) rotateY(147deg) translateX(60px) rotateZ(81deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-81deg) rotateY(147deg) translateX(180px) rotateZ(81deg);
  }
}
.c:nth-child(929) {
  animation: orbit929 14s infinite;
  animation-delay: 9.29s;
  background-color: #40e5e8;
}
@keyframes orbit929 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-2deg) rotateY(196deg) translateX(60px) rotateZ(2deg);
  }
  80% {
    transform: rotateZ(-2deg) rotateY(196deg) translateX(60px) rotateZ(2deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-2deg) rotateY(196deg) translateX(180px) rotateZ(2deg);
  }
}
.c:nth-child(930) {
  animation: orbit930 14s infinite;
  animation-delay: 9.3s;
  background-color: #40e5e8;
}
@keyframes orbit930 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-301deg) rotateY(35deg) translateX(60px) rotateZ(301deg);
  }
  80% {
    transform: rotateZ(-301deg) rotateY(35deg) translateX(60px) rotateZ(301deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-301deg) rotateY(35deg) translateX(180px) rotateZ(301deg);
  }
}
.c:nth-child(931) {
  animation: orbit931 14s infinite;
  animation-delay: 9.31s;
  background-color: #40e5e8;
}
@keyframes orbit931 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-170deg) rotateY(8deg) translateX(60px) rotateZ(170deg);
  }
  80% {
    transform: rotateZ(-170deg) rotateY(8deg) translateX(60px) rotateZ(170deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-170deg) rotateY(8deg) translateX(180px) rotateZ(170deg);
  }
}
.c:nth-child(932) {
  animation: orbit932 14s infinite;
  animation-delay: 9.32s;
  background-color: #40e5e8;
}
@keyframes orbit932 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-204deg) rotateY(348deg) translateX(60px) rotateZ(204deg);
  }
  80% {
    transform: rotateZ(-204deg) rotateY(348deg) translateX(60px) rotateZ(204deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-204deg) rotateY(348deg) translateX(180px) rotateZ(204deg);
  }
}
.c:nth-child(933) {
  animation: orbit933 14s infinite;
  animation-delay: 9.33s;
  background-color: #40e5e8;
}
@keyframes orbit933 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-202deg) rotateY(308deg) translateX(60px) rotateZ(202deg);
  }
  80% {
    transform: rotateZ(-202deg) rotateY(308deg) translateX(60px) rotateZ(202deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-202deg) rotateY(308deg) translateX(180px) rotateZ(202deg);
  }
}
.c:nth-child(934) {
  animation: orbit934 14s infinite;
  animation-delay: 9.34s;
  background-color: #40e5e8;
}
@keyframes orbit934 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-206deg) rotateY(132deg) translateX(60px) rotateZ(206deg);
  }
  80% {
    transform: rotateZ(-206deg) rotateY(132deg) translateX(60px) rotateZ(206deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-206deg) rotateY(132deg) translateX(180px) rotateZ(206deg);
  }
}
.c:nth-child(935) {
  animation: orbit935 14s infinite;
  animation-delay: 9.35s;
  background-color: #40e5e8;
}
@keyframes orbit935 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-188deg) rotateY(106deg) translateX(60px) rotateZ(188deg);
  }
  80% {
    transform: rotateZ(-188deg) rotateY(106deg) translateX(60px) rotateZ(188deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-188deg) rotateY(106deg) translateX(180px) rotateZ(188deg);
  }
}
.c:nth-child(936) {
  animation: orbit936 14s infinite;
  animation-delay: 9.36s;
  background-color: #40e5e8;
}
@keyframes orbit936 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-152deg) rotateY(125deg) translateX(60px) rotateZ(152deg);
  }
  80% {
    transform: rotateZ(-152deg) rotateY(125deg) translateX(60px) rotateZ(152deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-152deg) rotateY(125deg) translateX(180px) rotateZ(152deg);
  }
}
.c:nth-child(937) {
  animation: orbit937 14s infinite;
  animation-delay: 9.37s;
  background-color: #40e5e8;
}
@keyframes orbit937 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-274deg) rotateY(285deg) translateX(60px) rotateZ(274deg);
  }
  80% {
    transform: rotateZ(-274deg) rotateY(285deg) translateX(60px) rotateZ(274deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-274deg) rotateY(285deg) translateX(180px) rotateZ(274deg);
  }
}
.c:nth-child(938) {
  animation: orbit938 14s infinite;
  animation-delay: 9.38s;
  background-color: #40e5e8;
}
@keyframes orbit938 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-169deg) rotateY(233deg) translateX(60px) rotateZ(169deg);
  }
  80% {
    transform: rotateZ(-169deg) rotateY(233deg) translateX(60px) rotateZ(169deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-169deg) rotateY(233deg) translateX(180px) rotateZ(169deg);
  }
}
.c:nth-child(939) {
  animation: orbit939 14s infinite;
  animation-delay: 9.39s;
  background-color: #40e5e8;
}
@keyframes orbit939 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-292deg) rotateY(55deg) translateX(60px) rotateZ(292deg);
  }
  80% {
    transform: rotateZ(-292deg) rotateY(55deg) translateX(60px) rotateZ(292deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-292deg) rotateY(55deg) translateX(180px) rotateZ(292deg);
  }
}
.c:nth-child(940) {
  animation: orbit940 14s infinite;
  animation-delay: 9.4s;
  background-color: #40e5e8;
}
@keyframes orbit940 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-88deg) rotateY(305deg) translateX(60px) rotateZ(88deg);
  }
  80% {
    transform: rotateZ(-88deg) rotateY(305deg) translateX(60px) rotateZ(88deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-88deg) rotateY(305deg) translateX(180px) rotateZ(88deg);
  }
}
.c:nth-child(941) {
  animation: orbit941 14s infinite;
  animation-delay: 9.41s;
  background-color: #40e5e8;
}
@keyframes orbit941 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-286deg) rotateY(324deg) translateX(60px) rotateZ(286deg);
  }
  80% {
    transform: rotateZ(-286deg) rotateY(324deg) translateX(60px) rotateZ(286deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-286deg) rotateY(324deg) translateX(180px) rotateZ(286deg);
  }
}
.c:nth-child(942) {
  animation: orbit942 14s infinite;
  animation-delay: 9.42s;
  background-color: #40e5e8;
}
@keyframes orbit942 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-260deg) rotateY(112deg) translateX(60px) rotateZ(260deg);
  }
  80% {
    transform: rotateZ(-260deg) rotateY(112deg) translateX(60px) rotateZ(260deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-260deg) rotateY(112deg) translateX(180px) rotateZ(260deg);
  }
}
.c:nth-child(943) {
  animation: orbit943 14s infinite;
  animation-delay: 9.43s;
  background-color: #40e5e8;
}
@keyframes orbit943 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-287deg) rotateY(148deg) translateX(60px) rotateZ(287deg);
  }
  80% {
    transform: rotateZ(-287deg) rotateY(148deg) translateX(60px) rotateZ(287deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-287deg) rotateY(148deg) translateX(180px) rotateZ(287deg);
  }
}
.c:nth-child(944) {
  animation: orbit944 14s infinite;
  animation-delay: 9.44s;
  background-color: #40e5e8;
}
@keyframes orbit944 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-162deg) rotateY(215deg) translateX(60px) rotateZ(162deg);
  }
  80% {
    transform: rotateZ(-162deg) rotateY(215deg) translateX(60px) rotateZ(162deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-162deg) rotateY(215deg) translateX(180px) rotateZ(162deg);
  }
}
.c:nth-child(945) {
  animation: orbit945 14s infinite;
  animation-delay: 9.45s;
  background-color: #40e5e8;
}
@keyframes orbit945 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-300deg) rotateY(66deg) translateX(60px) rotateZ(300deg);
  }
  80% {
    transform: rotateZ(-300deg) rotateY(66deg) translateX(60px) rotateZ(300deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-300deg) rotateY(66deg) translateX(180px) rotateZ(300deg);
  }
}
.c:nth-child(946) {
  animation: orbit946 14s infinite;
  animation-delay: 9.46s;
  background-color: #40e5e8;
}
@keyframes orbit946 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-28deg) rotateY(275deg) translateX(60px) rotateZ(28deg);
  }
  80% {
    transform: rotateZ(-28deg) rotateY(275deg) translateX(60px) rotateZ(28deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-28deg) rotateY(275deg) translateX(180px) rotateZ(28deg);
  }
}
.c:nth-child(947) {
  animation: orbit947 14s infinite;
  animation-delay: 9.47s;
  background-color: #40e5e8;
}
@keyframes orbit947 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-254deg) rotateY(307deg) translateX(60px) rotateZ(254deg);
  }
  80% {
    transform: rotateZ(-254deg) rotateY(307deg) translateX(60px) rotateZ(254deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-254deg) rotateY(307deg) translateX(180px) rotateZ(254deg);
  }
}
.c:nth-child(948) {
  animation: orbit948 14s infinite;
  animation-delay: 9.48s;
  background-color: #40e5e8;
}
@keyframes orbit948 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-357deg) rotateY(336deg) translateX(60px) rotateZ(357deg);
  }
  80% {
    transform: rotateZ(-357deg) rotateY(336deg) translateX(60px) rotateZ(357deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-357deg) rotateY(336deg) translateX(180px) rotateZ(357deg);
  }
}
.c:nth-child(949) {
  animation: orbit949 14s infinite;
  animation-delay: 9.49s;
  background-color: #40e5e8;
}
@keyframes orbit949 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-280deg) rotateY(302deg) translateX(60px) rotateZ(280deg);
  }
  80% {
    transform: rotateZ(-280deg) rotateY(302deg) translateX(60px) rotateZ(280deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-280deg) rotateY(302deg) translateX(180px) rotateZ(280deg);
  }
}
.c:nth-child(950) {
  animation: orbit950 14s infinite;
  animation-delay: 9.5s;
  background-color: #40e5e8;
}
@keyframes orbit950 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-284deg) rotateY(306deg) translateX(60px) rotateZ(284deg);
  }
  80% {
    transform: rotateZ(-284deg) rotateY(306deg) translateX(60px) rotateZ(284deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-284deg) rotateY(306deg) translateX(180px) rotateZ(284deg);
  }
}
.c:nth-child(951) {
  animation: orbit951 14s infinite;
  animation-delay: 9.51s;
  background-color: #40e5e8;
}
@keyframes orbit951 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-357deg) rotateY(104deg) translateX(60px) rotateZ(357deg);
  }
  80% {
    transform: rotateZ(-357deg) rotateY(104deg) translateX(60px) rotateZ(357deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-357deg) rotateY(104deg) translateX(180px) rotateZ(357deg);
  }
}
.c:nth-child(952) {
  animation: orbit952 14s infinite;
  animation-delay: 9.52s;
  background-color: #40e5e8;
}
@keyframes orbit952 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-89deg) rotateY(303deg) translateX(60px) rotateZ(89deg);
  }
  80% {
    transform: rotateZ(-89deg) rotateY(303deg) translateX(60px) rotateZ(89deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-89deg) rotateY(303deg) translateX(180px) rotateZ(89deg);
  }
}
.c:nth-child(953) {
  animation: orbit953 14s infinite;
  animation-delay: 9.53s;
  background-color: #40e5e8;
}
@keyframes orbit953 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-263deg) rotateY(81deg) translateX(60px) rotateZ(263deg);
  }
  80% {
    transform: rotateZ(-263deg) rotateY(81deg) translateX(60px) rotateZ(263deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-263deg) rotateY(81deg) translateX(180px) rotateZ(263deg);
  }
}
.c:nth-child(954) {
  animation: orbit954 14s infinite;
  animation-delay: 9.54s;
  background-color: #40e5e8;
}
@keyframes orbit954 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-194deg) rotateY(132deg) translateX(60px) rotateZ(194deg);
  }
  80% {
    transform: rotateZ(-194deg) rotateY(132deg) translateX(60px) rotateZ(194deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-194deg) rotateY(132deg) translateX(180px) rotateZ(194deg);
  }
}
.c:nth-child(955) {
  animation: orbit955 14s infinite;
  animation-delay: 9.55s;
  background-color: #40e5e8;
}
@keyframes orbit955 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-346deg) rotateY(312deg) translateX(60px) rotateZ(346deg);
  }
  80% {
    transform: rotateZ(-346deg) rotateY(312deg) translateX(60px) rotateZ(346deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-346deg) rotateY(312deg) translateX(180px) rotateZ(346deg);
  }
}
.c:nth-child(956) {
  animation: orbit956 14s infinite;
  animation-delay: 9.56s;
  background-color: #40e5e8;
}
@keyframes orbit956 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-111deg) rotateY(350deg) translateX(60px) rotateZ(111deg);
  }
  80% {
    transform: rotateZ(-111deg) rotateY(350deg) translateX(60px) rotateZ(111deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-111deg) rotateY(350deg) translateX(180px) rotateZ(111deg);
  }
}
.c:nth-child(957) {
  animation: orbit957 14s infinite;
  animation-delay: 9.57s;
  background-color: #40e5e8;
}
@keyframes orbit957 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-80deg) rotateY(206deg) translateX(60px) rotateZ(80deg);
  }
  80% {
    transform: rotateZ(-80deg) rotateY(206deg) translateX(60px) rotateZ(80deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-80deg) rotateY(206deg) translateX(180px) rotateZ(80deg);
  }
}
.c:nth-child(958) {
  animation: orbit958 14s infinite;
  animation-delay: 9.58s;
  background-color: #40e5e8;
}
@keyframes orbit958 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-177deg) rotateY(260deg) translateX(60px) rotateZ(177deg);
  }
  80% {
    transform: rotateZ(-177deg) rotateY(260deg) translateX(60px) rotateZ(177deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-177deg) rotateY(260deg) translateX(180px) rotateZ(177deg);
  }
}
.c:nth-child(959) {
  animation: orbit959 14s infinite;
  animation-delay: 9.59s;
  background-color: #40e5e8;
}
@keyframes orbit959 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-290deg) rotateY(6deg) translateX(60px) rotateZ(290deg);
  }
  80% {
    transform: rotateZ(-290deg) rotateY(6deg) translateX(60px) rotateZ(290deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-290deg) rotateY(6deg) translateX(180px) rotateZ(290deg);
  }
}
.c:nth-child(960) {
  animation: orbit960 14s infinite;
  animation-delay: 9.6s;
  background-color: #40e5e8;
}
@keyframes orbit960 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-6deg) rotateY(326deg) translateX(60px) rotateZ(6deg);
  }
  80% {
    transform: rotateZ(-6deg) rotateY(326deg) translateX(60px) rotateZ(6deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-6deg) rotateY(326deg) translateX(180px) rotateZ(6deg);
  }
}
.c:nth-child(961) {
  animation: orbit961 14s infinite;
  animation-delay: 9.61s;
  background-color: #40e5e8;
}
@keyframes orbit961 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-153deg) rotateY(206deg) translateX(60px) rotateZ(153deg);
  }
  80% {
    transform: rotateZ(-153deg) rotateY(206deg) translateX(60px) rotateZ(153deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-153deg) rotateY(206deg) translateX(180px) rotateZ(153deg);
  }
}
.c:nth-child(962) {
  animation: orbit962 14s infinite;
  animation-delay: 9.62s;
  background-color: #40e5e8;
}
@keyframes orbit962 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-216deg) rotateY(2deg) translateX(60px) rotateZ(216deg);
  }
  80% {
    transform: rotateZ(-216deg) rotateY(2deg) translateX(60px) rotateZ(216deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-216deg) rotateY(2deg) translateX(180px) rotateZ(216deg);
  }
}
.c:nth-child(963) {
  animation: orbit963 14s infinite;
  animation-delay: 9.63s;
  background-color: #40e5e8;
}
@keyframes orbit963 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-341deg) rotateY(35deg) translateX(60px) rotateZ(341deg);
  }
  80% {
    transform: rotateZ(-341deg) rotateY(35deg) translateX(60px) rotateZ(341deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-341deg) rotateY(35deg) translateX(180px) rotateZ(341deg);
  }
}
.c:nth-child(964) {
  animation: orbit964 14s infinite;
  animation-delay: 9.64s;
  background-color: #40e5e8;
}
@keyframes orbit964 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-135deg) rotateY(321deg) translateX(60px) rotateZ(135deg);
  }
  80% {
    transform: rotateZ(-135deg) rotateY(321deg) translateX(60px) rotateZ(135deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-135deg) rotateY(321deg) translateX(180px) rotateZ(135deg);
  }
}
.c:nth-child(965) {
  animation: orbit965 14s infinite;
  animation-delay: 9.65s;
  background-color: #40e5e8;
}
@keyframes orbit965 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-211deg) rotateY(249deg) translateX(60px) rotateZ(211deg);
  }
  80% {
    transform: rotateZ(-211deg) rotateY(249deg) translateX(60px) rotateZ(211deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-211deg) rotateY(249deg) translateX(180px) rotateZ(211deg);
  }
}
.c:nth-child(966) {
  animation: orbit966 14s infinite;
  animation-delay: 9.66s;
  background-color: #40e5e8;
}
@keyframes orbit966 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-311deg) rotateY(157deg) translateX(60px) rotateZ(311deg);
  }
  80% {
    transform: rotateZ(-311deg) rotateY(157deg) translateX(60px) rotateZ(311deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-311deg) rotateY(157deg) translateX(180px) rotateZ(311deg);
  }
}
.c:nth-child(967) {
  animation: orbit967 14s infinite;
  animation-delay: 9.67s;
  background-color: #40e5e8;
}
@keyframes orbit967 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-23deg) rotateY(178deg) translateX(60px) rotateZ(23deg);
  }
  80% {
    transform: rotateZ(-23deg) rotateY(178deg) translateX(60px) rotateZ(23deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-23deg) rotateY(178deg) translateX(180px) rotateZ(23deg);
  }
}
.c:nth-child(968) {
  animation: orbit968 14s infinite;
  animation-delay: 9.68s;
  background-color: #40e5e8;
}
@keyframes orbit968 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-196deg) rotateY(344deg) translateX(60px) rotateZ(196deg);
  }
  80% {
    transform: rotateZ(-196deg) rotateY(344deg) translateX(60px) rotateZ(196deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-196deg) rotateY(344deg) translateX(180px) rotateZ(196deg);
  }
}
.c:nth-child(969) {
  animation: orbit969 14s infinite;
  animation-delay: 9.69s;
  background-color: #40e5e8;
}
@keyframes orbit969 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-166deg) rotateY(351deg) translateX(60px) rotateZ(166deg);
  }
  80% {
    transform: rotateZ(-166deg) rotateY(351deg) translateX(60px) rotateZ(166deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-166deg) rotateY(351deg) translateX(180px) rotateZ(166deg);
  }
}
.c:nth-child(970) {
  animation: orbit970 14s infinite;
  animation-delay: 9.7s;
  background-color: #40e5e8;
}
@keyframes orbit970 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-156deg) rotateY(147deg) translateX(60px) rotateZ(156deg);
  }
  80% {
    transform: rotateZ(-156deg) rotateY(147deg) translateX(60px) rotateZ(156deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-156deg) rotateY(147deg) translateX(180px) rotateZ(156deg);
  }
}
.c:nth-child(971) {
  animation: orbit971 14s infinite;
  animation-delay: 9.71s;
  background-color: #40e5e8;
}
@keyframes orbit971 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-321deg) rotateY(228deg) translateX(60px) rotateZ(321deg);
  }
  80% {
    transform: rotateZ(-321deg) rotateY(228deg) translateX(60px) rotateZ(321deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-321deg) rotateY(228deg) translateX(180px) rotateZ(321deg);
  }
}
.c:nth-child(972) {
  animation: orbit972 14s infinite;
  animation-delay: 9.72s;
  background-color: #40e5e8;
}
@keyframes orbit972 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-267deg) rotateY(297deg) translateX(60px) rotateZ(267deg);
  }
  80% {
    transform: rotateZ(-267deg) rotateY(297deg) translateX(60px) rotateZ(267deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-267deg) rotateY(297deg) translateX(180px) rotateZ(267deg);
  }
}
.c:nth-child(973) {
  animation: orbit973 14s infinite;
  animation-delay: 9.73s;
  background-color: #40e5e8;
}
@keyframes orbit973 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-210deg) rotateY(295deg) translateX(60px) rotateZ(210deg);
  }
  80% {
    transform: rotateZ(-210deg) rotateY(295deg) translateX(60px) rotateZ(210deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-210deg) rotateY(295deg) translateX(180px) rotateZ(210deg);
  }
}
.c:nth-child(974) {
  animation: orbit974 14s infinite;
  animation-delay: 9.74s;
  background-color: #40e5e8;
}
@keyframes orbit974 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-313deg) rotateY(202deg) translateX(60px) rotateZ(313deg);
  }
  80% {
    transform: rotateZ(-313deg) rotateY(202deg) translateX(60px) rotateZ(313deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-313deg) rotateY(202deg) translateX(180px) rotateZ(313deg);
  }
}
.c:nth-child(975) {
  animation: orbit975 14s infinite;
  animation-delay: 9.75s;
  background-color: #40e5e8;
}
@keyframes orbit975 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-168deg) rotateY(177deg) translateX(60px) rotateZ(168deg);
  }
  80% {
    transform: rotateZ(-168deg) rotateY(177deg) translateX(60px) rotateZ(168deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-168deg) rotateY(177deg) translateX(180px) rotateZ(168deg);
  }
}
.c:nth-child(976) {
  animation: orbit976 14s infinite;
  animation-delay: 9.76s;
  background-color: #40e5e8;
}
@keyframes orbit976 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-347deg) rotateY(181deg) translateX(60px) rotateZ(347deg);
  }
  80% {
    transform: rotateZ(-347deg) rotateY(181deg) translateX(60px) rotateZ(347deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-347deg) rotateY(181deg) translateX(180px) rotateZ(347deg);
  }
}
.c:nth-child(977) {
  animation: orbit977 14s infinite;
  animation-delay: 9.77s;
  background-color: #40e5e8;
}
@keyframes orbit977 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-35deg) rotateY(295deg) translateX(60px) rotateZ(35deg);
  }
  80% {
    transform: rotateZ(-35deg) rotateY(295deg) translateX(60px) rotateZ(35deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-35deg) rotateY(295deg) translateX(180px) rotateZ(35deg);
  }
}
.c:nth-child(978) {
  animation: orbit978 14s infinite;
  animation-delay: 9.78s;
  background-color: #40e5e8;
}
@keyframes orbit978 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-227deg) rotateY(130deg) translateX(60px) rotateZ(227deg);
  }
  80% {
    transform: rotateZ(-227deg) rotateY(130deg) translateX(60px) rotateZ(227deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-227deg) rotateY(130deg) translateX(180px) rotateZ(227deg);
  }
}
.c:nth-child(979) {
  animation: orbit979 14s infinite;
  animation-delay: 9.79s;
  background-color: #40e5e8;
}
@keyframes orbit979 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-324deg) rotateY(95deg) translateX(60px) rotateZ(324deg);
  }
  80% {
    transform: rotateZ(-324deg) rotateY(95deg) translateX(60px) rotateZ(324deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-324deg) rotateY(95deg) translateX(180px) rotateZ(324deg);
  }
}
.c:nth-child(980) {
  animation: orbit980 14s infinite;
  animation-delay: 9.8s;
  background-color: #40e5e8;
}
@keyframes orbit980 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-193deg) rotateY(265deg) translateX(60px) rotateZ(193deg);
  }
  80% {
    transform: rotateZ(-193deg) rotateY(265deg) translateX(60px) rotateZ(193deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-193deg) rotateY(265deg) translateX(180px) rotateZ(193deg);
  }
}
.c:nth-child(981) {
  animation: orbit981 14s infinite;
  animation-delay: 9.81s;
  background-color: #40e5e8;
}
@keyframes orbit981 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-141deg) rotateY(259deg) translateX(60px) rotateZ(141deg);
  }
  80% {
    transform: rotateZ(-141deg) rotateY(259deg) translateX(60px) rotateZ(141deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-141deg) rotateY(259deg) translateX(180px) rotateZ(141deg);
  }
}
.c:nth-child(982) {
  animation: orbit982 14s infinite;
  animation-delay: 9.82s;
  background-color: #40e5e8;
}
@keyframes orbit982 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-218deg) rotateY(285deg) translateX(60px) rotateZ(218deg);
  }
  80% {
    transform: rotateZ(-218deg) rotateY(285deg) translateX(60px) rotateZ(218deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-218deg) rotateY(285deg) translateX(180px) rotateZ(218deg);
  }
}
.c:nth-child(983) {
  animation: orbit983 14s infinite;
  animation-delay: 9.83s;
  background-color: #40e5e8;
}
@keyframes orbit983 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-139deg) rotateY(177deg) translateX(60px) rotateZ(139deg);
  }
  80% {
    transform: rotateZ(-139deg) rotateY(177deg) translateX(60px) rotateZ(139deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-139deg) rotateY(177deg) translateX(180px) rotateZ(139deg);
  }
}
.c:nth-child(984) {
  animation: orbit984 14s infinite;
  animation-delay: 9.84s;
  background-color: #40e5e8;
}
@keyframes orbit984 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-75deg) rotateY(136deg) translateX(60px) rotateZ(75deg);
  }
  80% {
    transform: rotateZ(-75deg) rotateY(136deg) translateX(60px) rotateZ(75deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-75deg) rotateY(136deg) translateX(180px) rotateZ(75deg);
  }
}
.c:nth-child(985) {
  animation: orbit985 14s infinite;
  animation-delay: 9.85s;
  background-color: #40e5e8;
}
@keyframes orbit985 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-182deg) rotateY(105deg) translateX(60px) rotateZ(182deg);
  }
  80% {
    transform: rotateZ(-182deg) rotateY(105deg) translateX(60px) rotateZ(182deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-182deg) rotateY(105deg) translateX(180px) rotateZ(182deg);
  }
}
.c:nth-child(986) {
  animation: orbit986 14s infinite;
  animation-delay: 9.86s;
  background-color: #40e5e8;
}
@keyframes orbit986 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-20deg) rotateY(219deg) translateX(60px) rotateZ(20deg);
  }
  80% {
    transform: rotateZ(-20deg) rotateY(219deg) translateX(60px) rotateZ(20deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-20deg) rotateY(219deg) translateX(180px) rotateZ(20deg);
  }
}
.c:nth-child(987) {
  animation: orbit987 14s infinite;
  animation-delay: 9.87s;
  background-color: #40e5e8;
}
@keyframes orbit987 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-276deg) rotateY(18deg) translateX(60px) rotateZ(276deg);
  }
  80% {
    transform: rotateZ(-276deg) rotateY(18deg) translateX(60px) rotateZ(276deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-276deg) rotateY(18deg) translateX(180px) rotateZ(276deg);
  }
}
.c:nth-child(988) {
  animation: orbit988 14s infinite;
  animation-delay: 9.88s;
  background-color: #40e5e8;
}
@keyframes orbit988 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-62deg) rotateY(200deg) translateX(60px) rotateZ(62deg);
  }
  80% {
    transform: rotateZ(-62deg) rotateY(200deg) translateX(60px) rotateZ(62deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-62deg) rotateY(200deg) translateX(180px) rotateZ(62deg);
  }
}
.c:nth-child(989) {
  animation: orbit989 14s infinite;
  animation-delay: 9.89s;
  background-color: #40e5e8;
}
@keyframes orbit989 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-330deg) rotateY(160deg) translateX(60px) rotateZ(330deg);
  }
  80% {
    transform: rotateZ(-330deg) rotateY(160deg) translateX(60px) rotateZ(330deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-330deg) rotateY(160deg) translateX(180px) rotateZ(330deg);
  }
}
.c:nth-child(990) {
  animation: orbit990 14s infinite;
  animation-delay: 9.9s;
  background-color: #40e5e8;
}
@keyframes orbit990 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-17deg) rotateY(282deg) translateX(60px) rotateZ(17deg);
  }
  80% {
    transform: rotateZ(-17deg) rotateY(282deg) translateX(60px) rotateZ(17deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-17deg) rotateY(282deg) translateX(180px) rotateZ(17deg);
  }
}
.c:nth-child(991) {
  animation: orbit991 14s infinite;
  animation-delay: 9.91s;
  background-color: #40e5e8;
}
@keyframes orbit991 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-117deg) rotateY(174deg) translateX(60px) rotateZ(117deg);
  }
  80% {
    transform: rotateZ(-117deg) rotateY(174deg) translateX(60px) rotateZ(117deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-117deg) rotateY(174deg) translateX(180px) rotateZ(117deg);
  }
}
.c:nth-child(992) {
  animation: orbit992 14s infinite;
  animation-delay: 9.92s;
  background-color: #40e5e8;
}
@keyframes orbit992 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-243deg) rotateY(222deg) translateX(60px) rotateZ(243deg);
  }
  80% {
    transform: rotateZ(-243deg) rotateY(222deg) translateX(60px) rotateZ(243deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-243deg) rotateY(222deg) translateX(180px) rotateZ(243deg);
  }
}
.c:nth-child(993) {
  animation: orbit993 14s infinite;
  animation-delay: 9.93s;
  background-color: #40e5e8;
}
@keyframes orbit993 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-243deg) rotateY(318deg) translateX(60px) rotateZ(243deg);
  }
  80% {
    transform: rotateZ(-243deg) rotateY(318deg) translateX(60px) rotateZ(243deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-243deg) rotateY(318deg) translateX(180px) rotateZ(243deg);
  }
}
.c:nth-child(994) {
  animation: orbit994 14s infinite;
  animation-delay: 9.94s;
  background-color: #40e5e8;
}
@keyframes orbit994 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-292deg) rotateY(62deg) translateX(60px) rotateZ(292deg);
  }
  80% {
    transform: rotateZ(-292deg) rotateY(62deg) translateX(60px) rotateZ(292deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-292deg) rotateY(62deg) translateX(180px) rotateZ(292deg);
  }
}
.c:nth-child(995) {
  animation: orbit995 14s infinite;
  animation-delay: 9.95s;
  background-color: #40e5e8;
}
@keyframes orbit995 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-40deg) rotateY(322deg) translateX(60px) rotateZ(40deg);
  }
  80% {
    transform: rotateZ(-40deg) rotateY(322deg) translateX(60px) rotateZ(40deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-40deg) rotateY(322deg) translateX(180px) rotateZ(40deg);
  }
}
.c:nth-child(996) {
  animation: orbit996 14s infinite;
  animation-delay: 9.96s;
  background-color: #40e5e8;
}
@keyframes orbit996 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-291deg) rotateY(44deg) translateX(60px) rotateZ(291deg);
  }
  80% {
    transform: rotateZ(-291deg) rotateY(44deg) translateX(60px) rotateZ(291deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-291deg) rotateY(44deg) translateX(180px) rotateZ(291deg);
  }
}
.c:nth-child(997) {
  animation: orbit997 14s infinite;
  animation-delay: 9.97s;
  background-color: #40e5e8;
}
@keyframes orbit997 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-112deg) rotateY(167deg) translateX(60px) rotateZ(112deg);
  }
  80% {
    transform: rotateZ(-112deg) rotateY(167deg) translateX(60px) rotateZ(112deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-112deg) rotateY(167deg) translateX(180px) rotateZ(112deg);
  }
}
.c:nth-child(998) {
  animation: orbit998 14s infinite;
  animation-delay: 9.98s;
  background-color: #40e5e8;
}
@keyframes orbit998 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-272deg) rotateY(215deg) translateX(60px) rotateZ(272deg);
  }
  80% {
    transform: rotateZ(-272deg) rotateY(215deg) translateX(60px) rotateZ(272deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-272deg) rotateY(215deg) translateX(180px) rotateZ(272deg);
  }
}
.c:nth-child(999) {
  animation: orbit999 14s infinite;
  animation-delay: 9.99s;
  background-color: #40e5e8;
}
@keyframes orbit999 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-28deg) rotateY(161deg) translateX(60px) rotateZ(28deg);
  }
  80% {
    transform: rotateZ(-28deg) rotateY(161deg) translateX(60px) rotateZ(28deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-28deg) rotateY(161deg) translateX(180px) rotateZ(28deg);
  }
}
.c:nth-child(1000) {
  animation: orbit1000 14s infinite;
  animation-delay: 10s;
  background-color: #40e5e8;
}
@keyframes orbit1000 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-115deg) rotateY(242deg) translateX(60px) rotateZ(115deg);
  }
  80% {
    transform: rotateZ(-115deg) rotateY(242deg) translateX(60px) rotateZ(115deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-115deg) rotateY(242deg) translateX(180px) rotateZ(115deg);
  }
}
.sc-ion-alert-md-h,
.sc-ion-alert-ios-h {
  --background: #1b1c23 !important;
}
.squareContainer {
  height: 50px;
  margin: 50px auto;
  margin-top: 0px;
  width: unset;
  margin-bottom: 40px;
  position: relative;
  top: -105px;
}
.intelDiv {
  margin: 0;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 2px;
  opacity: 1;
}
.squareContainerDiv {
  padding: 39px 10px;
  background: transparent;
  position: relative;
}
.fabDropdown-list {
  right: 75px;
  position: absolute;
  top: 1px;
}
.topAddBtnFab {
  position: absolute;
  right: 20px;
  top: 56px;
  padding-top: 8px;
  font-size: 23px;
  z-index: 9999999;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  padding-top: 6px;
  width: 51px;
  height: 34px;
  padding-bottom: 9px;
  background: rgba(209, 36, 25, 0.81);
  color: white;
}
.topAddBtnFabRelative {
  position: relative;
  right: 12px;
  padding-top: 8px;
  font-size: 23px;
  z-index: 9999999;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  padding-top: 9px;
  width: 51px;
  height: 34px;
  padding-bottom: 9px;
  background: rgba(209, 36, 25, 0.81);
  color: white;
}
.topAddBtn ion-icon {
  color: white;
}
.assignChoosing {
  margin: auto;
  width: 95%;
  --border-radius: 50px !important;
  text-transform: capitalize;
  margin-bottom: 95px;
  margin-top: 10px;
}
.assignChoosing span {
  color: white;
}
.picker-prefix,
.picker-suffix,
.picker-opts {
  max-width: 70px !important;
}
.searchbar-search-icon {
  width: 0;
  height: 0;
}
.topImgCont {
  height: 35%;
  position: relative;
  width: 100%;
}
.fullSpread {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.noRadius {
  border-radius: 0;
}
ion-modal.date-range-picker-modal,
ion-modal.cal-modal {
  --backdrop-opacity: 0 !important;
}
ion-modal.date-range-picker-modal .modal-wrapper,
ion-modal.cal-modal .modal-wrapper {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
ion-modal.date-range-picker-modal ion-backdrop,
ion-modal.cal-modal ion-backdrop {
  display: none !important;
}
.date-range-modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.6) !important;
  z-index: 10000 !important;
}
.date-range-modal .modal-container {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative !important;
  transform: none !important;
}
.relative-date-alert {
  --background: #1b1c23;
  --color: #ffffff;
  --border-radius: 12px;
  --max-width: 400px;
  --width: 90%;
}
.relative-date-alert .alert-wrapper {
  background: #1b1c23 !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8) !important;
  border: 1px solid #404040 !important;
}
.relative-date-alert .alert-head {
  padding: 20px 20px 16px 20px !important;
  border-bottom: 1px solid #404040 !important;
}
.relative-date-alert .alert-head h2 {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.relative-date-alert .alert-message {
  padding: 0 !important;
}
.relative-date-alert .alert-radio-group {
  padding: 0 !important;
  max-height: 300px !important;
  overflow-y: auto !important;
}
.relative-date-alert .alert-radio-group .alert-radio-button {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #2d2d2d !important;
}
.relative-date-alert .alert-radio-group .alert-radio-button:last-child {
  border-bottom: none !important;
}
.relative-date-alert .alert-radio-group .alert-radio-button .alert-button-inner {
  padding: 14px 20px !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 15px !important;
  transition: all 0.2s ease !important;
}
.relative-date-alert .alert-radio-group .alert-radio-button .alert-button-inner:hover {
  background: #2d2d2d !important;
}
.relative-date-alert .alert-radio-group .alert-radio-button.alert-radio-button-checked .alert-button-inner {
  background: #ff4444 !important;
  color: #ffffff !important;
}
.relative-date-alert .alert-radio-group .alert-radio-button .alert-radio-icon {
  border-color: #666666 !important;
  color: #ff4444 !important;
}
.relative-date-alert .alert-radio-group .alert-radio-button.alert-radio-button-checked .alert-radio-icon {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.relative-date-alert .alert-button-group {
  padding: 16px 20px 20px 20px !important;
  border-top: 1px solid #404040 !important;
  display: flex !important;
  grid-gap: 12px !important;
  gap: 12px !important;
}
.relative-date-alert .alert-button-group .alert-button {
  flex: 1 !important;
  margin: 0 !important;
  height: 44px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: none !important;
}
.relative-date-alert .alert-button-group .alert-button.alert-cancel-button {
  background: transparent !important;
  color: #cccccc !important;
  border: 1px solid #666666 !important;
}
.relative-date-alert .alert-button-group .alert-button.alert-cancel-button:hover {
  background: #2d2d2d !important;
  border-color: #999999 !important;
}
.relative-date-alert .alert-button-group .alert-button.alert-confirm-button {
  background: #ff4444 !important;
  color: #ffffff !important;
  border: 1px solid #ff4444 !important;
}
.relative-date-alert .alert-button-group .alert-button.alert-confirm-button:hover {
  background: #ff6666 !important;
  border-color: #ff6666 !important;
}
@media (min-width: 768px) {
  .relative-date-alert {
    --max-width: 450px;
  }
  .relative-date-alert .alert-head h2 {
    font-size: 20px !important;
  }
  .relative-date-alert .alert-radio-button .alert-button-inner {
    font-size: 16px !important;
    padding: 16px 24px !important;
  }
  .relative-date-alert .alert-button-group {
    padding: 20px 24px 24px 24px !important;
  }
  .relative-date-alert .alert-button-group .alert-button {
    height: 48px !important;
    font-size: 15px !important;
  }
}
/* Custom Modal (Generic Reusable) */
.custom-modal {
  --backdrop-opacity: 0.7;
  --width: 90%;
  --height: 60vh;
  --max-width: 420px;
  --max-height: 60vh;
}
.custom-modal .modal-wrapper {
  background: transparent !important;
  border-radius: 20px;
}
.sliders-container {
  height: 30vh;
  max-height: 400px;
  min-height: 250px;
}
.slider-card {
  margin: 0;
  position: relative;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.78);
  height: 100% !important;
  width: 100%;
}
.slider-card .container {
  height: 100% !important;
  width: 100%;
  min-height: 250px;
  /* Ensures height is allocated before image load */
  position: relative;
}
.slider-card .container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #0a0a0f);
  z-index: 1;
}
.slider-card .container img {
  display: block;
  /* Removes inline image spacing */
  max-width: 100%;
  width: 100%;
  height: 100% !important;
  min-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  z-index: 0;
}
.slider-image {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Interval Selector Modal Centering */
.interval-selector-modal {
  --width: 350px !important;
  --height: auto !important;
  --max-height: 80vh !important;
  --border-radius: 16px !important;
  --background: #2a2a2a !important;
  --backdrop-opacity: 0.4 !important;
}
.interval-selector-modal .modal-wrapper {
  border-radius: 16px !important;
  background: #2a2a2a !important;
  width: 350px !important;
  max-width: 350px !important;
  height: auto !important;
  max-height: 80vh !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
/* Global body styling removed - was affecting production */
.design-book-new .form-cosmic ion-range,
.design-book-new .form-field-wrapper.form-cosmic ion-range {
  --bar-background: rgba(255, 133, 0, 0.2) !important;
  --bar-background-active: #ff8500 !important;
  --knob-background: #ff8500 !important;
  --knob-border-radius: 50% !important;
  --knob-size: 24px !important;
  --pin-background: #ff8500 !important;
  --pin-color: #ffffff !important;
}
.design-book-new .form-cosmic ion-range .range-bar,
.design-book-new .form-field-wrapper.form-cosmic ion-range .range-bar {
  background: rgba(255, 133, 0, 0.2) !important;
}
.design-book-new .form-cosmic ion-range .range-bar-active,
.design-book-new .form-field-wrapper.form-cosmic ion-range .range-bar-active {
  background: #ff8500 !important;
  background-image: linear-gradient(135deg, #ff8500 0%, #ffb800 100%) !important;
}
.design-book-new .form-cosmic ion-range .range-knob,
.design-book-new .form-field-wrapper.form-cosmic ion-range .range-knob {
  background: #ff8500 !important;
  border: 2px solid #ff8500 !important;
  box-shadow: 0 2px 8px rgba(255, 133, 0, 0.3) !important;
}
.design-book-new .form-cosmic ion-range .range-pin,
.design-book-new .form-field-wrapper.form-cosmic ion-range .range-pin {
  background: #ff8500 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}
/* Add to global styles.scss */
body {
  pointer-events: auto !important;
}
/* Data View Modal - Custom sizing */
.data-view-modal .modal-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.data-view-modal .modal-wrapper .modal-container {
  width: 90% !important;
  max-width: 900px !important;
  height: 80% !important;
  max-height: 600px !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .data-view-modal .modal-wrapper .modal-container {
    width: 95% !important;
    height: 85% !important;
    max-height: 90vh !important;
  }
}
@media (max-width: 480px) {
  .data-view-modal .modal-wrapper .modal-container {
    width: 98% !important;
    height: 90% !important;
    border-radius: 8px !important;
  }
}
ion-content {
  --padding-bottom: 100px;
}
.floating-menu-padding {
  padding-bottom: 120px !important;
}
.above-floating-menu {
  bottom: 120px !important;
}
ion-content.has-bottom-nav {
  padding-bottom: 120px !important;
}
ion-content.grid-page {
  --padding-bottom: 0;
  max-height: calc(100vh - 200px) !important;
}
ion-tabs {
  --padding: 0 !important;
  --padding-top: 0 !important;
  --padding-bottom: 0 !important;
  --padding-start: 0 !important;
  --padding-end: 0 !important;
}
ion-tab-bar {
  --padding: 0 !important;
  --padding-top: 0 !important;
  --padding-bottom: 0 !important;
  --padding-start: 0 !important;
  --padding-end: 0 !important;
}
ion-fab-button {
  --border-width: 0 !important;
  border: none !important;
}
.ion-page {
  justify-content: flex-start !important;
  background: #0a0a0f !important;
}
ion-footer {
  background: transparent !important;
}
ion-footer ion-toolbar {
  background: transparent !important;
  --background: transparent !important;
}
.sc-ion-loading-md-h,
.sc-ion-loading-ios-h {
  --background: #1b1c23;
}
.sc-ion-textarea-md-h,
.sc-ion-textarea-ios-h {
  --padding-start: 0px;
}
.speech-text .sc-ion-textarea-md-h,
.sc-ion-textarea-ios-h {
  --padding-start: 5px;
}
ion-popover.color-picker-popover-wrapper {
  --width: auto;
}
ion-popover.color-picker-popover-wrapper::part(content) {
  margin-bottom: 10px !important;
}
ion-popover {
  z-index: 100000 !important;
}
.popover-viewport {
  z-index: 100000 !important;
}
.select-popover {
  z-index: 100000 !important;
}
[role=dialog].popover-viewport, [role=dialog].select-popover {
  z-index: 100000 !important;
}
.map-preview-modal {
  --width: 95%;
  --height: 80vh;
  --max-height: 800px;
  --border-radius: 16px;
  --box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .map-preview-modal {
    --width: 85%;
    --max-width: 1000px;
    --height: 80vh;
    --max-height: 800px;
  }
}
.map-preview-modal ion-backdrop {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.map-preview-modal .modal-wrapper {
  border-radius: 16px;
  overflow: hidden;
}
.confirmation-modal-fullscreen {
  --width: 100%;
  --height: 100%;
  --border-radius: 0;
}
.confirmation-modal-fullscreen .modal-wrapper {
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.confirmation-modal-fullscreen ion-content {
  --overflow: hidden;
}
.onboarding-completion-modal {
  --width: 100%;
  --height: 100%;
  --border-radius: 0;
}
.onboarding-completion-modal .modal-wrapper {
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.onboarding-completion-modal ion-backdrop {
  display: none;
}
.onboarding-completion-modal ion-content {
  --overflow: hidden;
}
.image-viewer-modal {
  --width: 100%;
  --height: 100%;
  --border-radius: 0;
}
.image-viewer-modal ion-backdrop {
  background: rgba(0, 0, 0, 0.95);
}
.image-viewer-modal .modal-wrapper {
  border-radius: 0;
}
.custom-clean-modal-wrapper {
  --width: 100%;
  --height: 100%;
  --background: transparent;
}
.custom-clean-modal-wrapper ion-backdrop {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.custom-clean-modal-wrapper .modal-wrapper {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
}
.custom-clean-modal-wrapper .ion-page,
.custom-clean-modal-wrapper .modal-wrapper .ion-page {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  contain: none !important;
}
.asset-inspection-creation-modal {
  --width: 100%;
  --height: 100%;
  --border-radius: 0;
  --background: #0a0a0a;
}
.asset-inspection-creation-modal ion-backdrop {
  display: none;
}
.asset-inspection-creation-modal .modal-wrapper {
  border-radius: 0;
  background: #0a0a0a;
}
.full-screen-modal {
  --width: 100%;
  --height: 100%;
  --border-radius: 0;
  --background: transparent;
}
.full-screen-modal ion-backdrop {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.full-screen-modal .modal-wrapper {
  border-radius: 0;
  overflow: hidden;
}
.full-screen-modal ion-header {
  background: transparent;
}
.full-screen-modal ion-content {
  --background: linear-gradient(135deg, #0a0a0a 0%, #16161e 100%);
}
ion-alert.architectural-alert {
  --background: #111111;
  --backdrop-opacity: 0.85;
}
ion-alert.architectural-alert .alert-wrapper {
  background: #111111 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5), 0 8px 24px rgba(0, 0, 0, 0.3) !important;
  min-width: 280px !important;
  max-width: 500px !important;
  width: 92% !important;
  overflow: hidden !important;
}
ion-alert.architectural-alert.inventory-selection-alert .alert-wrapper {
  max-width: 480px !important;
}
ion-alert.architectural-alert.inventory-selection-alert .alert-radio-group .alert-radio-label[aria-disabled=true] {
  font-family: "SF Mono", Monaco, monospace !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: rgba(100, 180, 220, 0.6) !important;
  text-align: center !important;
  padding: 16px 16px 8px !important;
  pointer-events: none !important;
  letter-spacing: 0.08em !important;
}
ion-alert.architectural-alert.inventory-selection-alert .alert-radio-group .alert-radio-label[aria-disabled=true] input[type=radio] {
  display: none !important;
}
ion-alert.architectural-alert.inventory-selection-alert .alert-radio-group .alert-radio-label[aria-disabled=true] .alert-radio-icon {
  display: none !important;
}
ion-alert.architectural-alert.inventory-selection-alert .alert-button-group {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-gap: 10px !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}
ion-alert.architectural-alert.inventory-selection-alert .alert-button-group .alert-button {
  flex: none !important;
  width: 100% !important;
}
ion-alert.architectural-alert .alert-radio-group {
  padding: 0 20px 16px !important;
  max-height: 300px !important;
  overflow-y: auto !important;
}
ion-alert.architectural-alert .alert-radio-label {
  padding: 12px 16px !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  display: flex !important;
  align-items: center !important;
}
ion-alert.architectural-alert .alert-radio-label .alert-radio-icon {
  border: 2px solid rgba(255, 255, 255, 0.15) !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  margin-right: 12px !important;
}
ion-alert.architectural-alert .alert-radio-label[aria-checked=true] {
  color: #64b4dc !important;
}
ion-alert.architectural-alert .alert-radio-label[aria-checked=true] .alert-radio-icon {
  border-color: #64b4dc !important;
  background: rgba(100, 180, 220, 0.2) !important;
}
ion-alert.architectural-alert .alert-head {
  padding: 24px 24px 8px !important;
  text-align: center !important;
}
ion-alert.architectural-alert .alert-head .alert-title {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 4px !important;
}
ion-alert.architectural-alert .alert-head .alert-sub-title {
  font-family: "SF Mono", Monaco, "Cascadia Code", monospace !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: rgba(255, 255, 255, 0.45) !important;
}
ion-alert.architectural-alert .alert-message {
  padding: 12px 24px 16px !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.65) !important;
  text-align: left !important;
}
ion-alert.architectural-alert .alert-button-group {
  padding: 0 16px 16px !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  grid-gap: 10px !important;
  gap: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
ion-alert.architectural-alert .alert-button-group .alert-button {
  flex: 1 !important;
  min-width: 80px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border-radius: 12px !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  min-height: 46px !important;
  height: auto !important;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
}
ion-alert.architectural-alert .alert-button-group .alert-button .alert-button-inner {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 11px 4px !important;
  white-space: normal !important;
  word-break: break-word !important;
  text-align: center !important;
}
ion-alert.architectural-alert .alert-button-group .alert-cancel-btn {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.65) !important;
}
ion-alert.architectural-alert .alert-button-group .alert-danger-btn {
  background: linear-gradient(135deg, #ff4444, #ff3232) !important;
  border: none !important;
  color: white !important;
  box-shadow: 0 4px 16px rgba(255, 68, 68, 0.3) !important;
}
ion-alert.architectural-alert .alert-button-group .alert-success-btn {
  background: linear-gradient(135deg, #00ff88, #00c864) !important;
  border: none !important;
  color: #000 !important;
  box-shadow: 0 4px 16px rgba(0, 255, 136, 0.3) !important;
}
ion-alert.architectural-alert .alert-button-group .alert-primary-btn {
  background: linear-gradient(135deg, rgba(100, 180, 220, 0.2), rgba(100, 180, 220, 0.3)) !important;
  border: 1px solid rgba(100, 180, 220, 0.3) !important;
  color: #64b4dc !important;
  box-shadow: 0 4px 16px rgba(100, 180, 220, 0.2) !important;
}
ion-alert.architectural-alert.danger-alert .alert-head::before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(255, 68, 68, 0.15);
  border: 1px solid rgba(255, 68, 68, 0.3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff4444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'%3E%3C/path%3E%3Cpath d='M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6'%3E%3C/path%3E%3Cpath d='M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2'%3E%3C/path%3E%3Cline x1='10' y1='11' x2='10' y2='17'%3E%3C/line%3E%3Cline x1='14' y1='11' x2='14' y2='17'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}
ion-alert.architectural-alert.danger-alert .alert-head .alert-title {
  color: #ff4444 !important;
}
ion-alert.architectural-alert.success-alert .alert-head::before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(0, 255, 136, 0.15);
  border: 1px solid rgba(0, 255, 136, 0.3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpath d='M22 4 12 14.01l-3-3'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}
ion-alert.architectural-alert.success-alert .alert-head .alert-title {
  color: #00ff88 !important;
}
@media (max-width: 400px) {
  ion-alert.architectural-alert .alert-wrapper {
    width: 95% !important;
    min-width: 260px !important;
  }
  ion-alert.architectural-alert .alert-button-group .alert-button {
    font-size: 12px !important;
    min-width: 70px !important;
  }
  ion-alert.architectural-alert .alert-button-group .alert-button .alert-button-inner {
    padding: 10px 2px !important;
  }
  ion-alert.architectural-alert .alert-head .alert-title {
    font-size: 18px !important;
  }
  ion-alert.architectural-alert .alert-message {
    font-size: 13px !important;
    padding: 10px 20px 14px !important;
  }
}
ion-action-sheet {
  --background: transparent !important;
  --backdrop-opacity: 0.85 !important;
  --button-background: transparent !important;
  --button-background-activated: transparent !important;
  --button-background-selected: transparent !important;
  --button-color: rgba(255, 255, 255, 0.85) !important;
  --color: rgba(255, 255, 255, 0.85) !important;
}
ion-action-sheet::part(container) {
  padding: 0 !important;
  background: transparent !important;
}
ion-action-sheet .action-sheet-wrapper {
  background: transparent !important;
}
ion-action-sheet .action-sheet-container {
  padding: 8px !important;
  background: transparent !important;
}
ion-action-sheet .action-sheet-group {
  background: #1a1a1a !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  margin: 0 0 8px 0 !important;
  border: 1px solid rgba(100, 180, 220, 0.15) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5) !important;
}
ion-action-sheet .action-sheet-group:last-child {
  margin-bottom: 0 !important;
}
ion-action-sheet .action-sheet-title {
  color: rgba(100, 180, 220, 0.5) !important;
  font-family: "SF Mono", "Monaco", monospace !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 16px 20px 12px !important;
  background: transparent !important;
}
ion-action-sheet button.action-sheet-button {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif !important;
  font-size: 17px !important;
  min-height: 56px !important;
  height: 56px !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.85) !important;
  border: none !important;
  box-shadow: none !important;
}
ion-action-sheet button.action-sheet-button:active {
  background: rgba(100, 180, 220, 0.08) !important;
}
ion-action-sheet button.action-sheet-button.action-sheet-cancel {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
ion-action-sheet button.action-sheet-button.action-sheet-cancel:active {
  background: rgba(255, 255, 255, 0.05) !important;
}
ion-action-sheet button.action-sheet-button.action-sheet-selected {
  color: #64b4dc !important;
  font-weight: 600 !important;
  background: rgba(100, 180, 220, 0.05) !important;
}
ion-action-sheet .action-sheet-button-inner {
  justify-content: flex-start !important;
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************/

/* Override default control style */
.mapbox-gl-draw_ctrl-bottom-left,
.mapbox-gl-draw_ctrl-top-left {
  margin-left:0;
  border-radius:0 4px 4px 0;
}
.mapbox-gl-draw_ctrl-top-right,
.mapbox-gl-draw_ctrl-bottom-right {
  margin-right:0;
  border-radius:4px 0 0 4px;
}
.mapbox-gl-draw_ctrl-draw-btn {
  border-color:rgba(0,0,0,0.9);
  color:rgba(255,255,255,0.5);
  width:30px;
  height:30px;
}
.mapbox-gl-draw_ctrl-draw-btn.active,
.mapbox-gl-draw_ctrl-draw-btn.active:hover {
  background-color:rgb(0 0 0/5%);
}
.mapbox-gl-draw_ctrl-draw-btn {
  background-repeat: no-repeat;
  background-position: center;
}
.mapbox-gl-draw_point {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m10 2c-3.3 0-6 2.7-6 6s6 9 6 9 6-5.7 6-9-2.7-6-6-6zm0 2c2.1 0 3.8 1.7 3.8 3.8 0 1.5-1.8 3.9-2.9 5.2h-1.7c-1.1-1.4-2.9-3.8-2.9-5.2-.1-2.1 1.6-3.8 3.7-3.8z"/>%3C/svg>');
}
.mapbox-gl-draw_polygon {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m15 12.3v-4.6c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2-.7 0-1.4.4-1.7 1h-4.6c-.3-.6-1-1-1.7-1-1.1 0-2 .9-2 2 0 .7.4 1.4 1 1.7v4.6c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2 .7 0 1.4-.4 1.7-1h4.6c.3.6 1 1 1.7 1 1.1 0 2-.9 2-2 0-.7-.4-1.4-1-1.7zm-8-.3v-4l1-1h4l1 1v4l-1 1h-4z"/>%3C/svg>');
}
.mapbox-gl-draw_line {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m13.5 3.5c-1.4 0-2.5 1.1-2.5 2.5 0 .3 0 .6.2.9l-3.8 3.8c-.3-.1-.6-.2-.9-.2-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5c0-.3 0-.6-.2-.9l3.8-3.8c.3.1.6.2.9.2 1.4 0 2.5-1.1 2.5-2.5s-1.1-2.5-2.5-2.5z"/>%3C/svg>');
}
.mapbox-gl-draw_trash {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M10,3.4 c-0.8,0-1.5,0.5-1.8,1.2H5l-1,1v1h12v-1l-1-1h-3.2C11.5,3.9,10.8,3.4,10,3.4z M5,8v7c0,1,1,2,2,2h6c1,0,2-1,2-2V8h-2v5.5h-1.5V8h-3 v5.5H7V8H5z"/>%3C/svg>');
}
.mapbox-gl-draw_uncombine {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m12 2c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm4 4c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm-7 1c-1 0-1 1-.5 1.5.3.3 1 1 1 1l-1 1s-.5.5 0 1 1 0 1 0l1-1 1 1c.5.5 1.5.5 1.5-.5v-4zm-5 3c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l4.9 4.9c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-4.9-4.9c-.1-.2-.4-.3-.7-.3z"/>%3C/svg>');
}
.mapbox-gl-draw_combine {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M12.1,2c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l4.9,4.9c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-4.9-4.9C12.6,2.1,12.3,2,12.1,2z M8,8C7,8,7,9,7.5,9.5c0.3,0.3,1,1,1,1l-1,1c0,0-0.5,0.5,0,1s1,0,1,0l1-1l1,1 C11,13,12,13,12,12V8H8z M4,10c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1c0.4-0.4,0.4-1,0-1.4 l-1-1C4.5,10.1,4.3,10,4,10z M8,14c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-1-1C8.5,14.1,8.3,14,8,14z"/>%3C/svg>');
}
.mapboxgl-map.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: pointer;
}
.mapboxgl-map.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mouse-add .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: crosshair;
}
.mapboxgl-map.mouse-move.mode-direct_select .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: grab;
  cursor: -webkit-grab;
}
.mapboxgl-map.mode-direct_select.feature-vertex.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mode-direct_select.feature-midpoint.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: cell;
}
.mapboxgl-map.mode-direct_select.feature-feature.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mode-static.mouse-pointer  .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: grab;
  cursor: -webkit-grab;
}
.mapbox-gl-draw_boxselect {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,.1);
    border: 2px dotted #fff;
    opacity: 0.5;
}

