@charset "UTF-8";
.header {
  font-family: "Inter";
  background: linear-gradient(210.5deg, rgba(0, 211, 255, 0.21) 3.6%, rgba(0, 211, 255, 0) 34.07%), linear-gradient(152.57deg, rgba(0, 41, 255, 0.17) 11.17%, rgba(0, 41, 255, 0) 37.48%), #0D0E12;
}
.header .header__fixed-header.scrolling {
  background: linear-gradient(210.5deg, rgba(0, 211, 255, 0.21) 3.6%, rgba(0, 211, 255, 0) 34.07%), linear-gradient(152.57deg, rgba(0, 41, 255, 0.17) 11.17%, rgba(0, 41, 255, 0) 37.48%), #0D0E12;
}
.header__fixed-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 24px 0 24px;
  z-index: 1;
}
.header__wrapper {
  height: 730px;
}
@media (max-width: 875px) {
  .header__wrapper {
    height: 811px;
  }
}
@media (max-width: 793px) {
  .header__wrapper {
    height: 950px;
  }
}
@media (max-width: 500px) {
  .header__wrapper {
    height: 760px;
  }
}
@media (max-width: 388px) {
  .header__wrapper {
    height: 1060px;
  }
}
.header__body {
  display: flex;
}
.header__body__items {
  display: flex;
  align-items: center;
  gap: 17px;
}
.header__body__items__image {
  margin-right: 17px;
  cursor: pointer;
}
.header__body__items__dropdown {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .header__body__items__dropdown {
    display: none;
  }
}
@media (max-width: 1000px) {
  .header__body__items__link {
    display: none;
  }
}
.header__body__items__link a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-decoration: none;
}
.header__body__items__link a:hover {
  text-decoration: underline;
}
.header__body__social {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-left: 163px;
}
@media (max-width: 1160px) {
  .header__body__social {
    margin-left: 17px;
  }
}
@media (max-width: 1000px) {
  .header__body__social {
    display: none;
  }
}
.header__body__btn {
  margin-left: auto;
}
@media (max-width: 1160px) {
  .header__body__btn {
    margin-left: 17px;
  }
}
@media (max-width: 1000px) {
  .header__body__btn {
    margin-left: auto;
  }
}
.header__body__btn__start {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
}
.header .main_info__modules {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 130px;
}
.header .main_info__modules__main {
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 58px;
  text-align: center;
  color: #FFFFFF;
  max-width: 900px;
  margin: auto;
}
@media (max-width: 590px) {
  .header .main_info__modules__main {
    width: unset;
  }
}
@media (max-width: 500px) {
  .header .main_info__modules__main {
    font-size: 26px;
    line-height: 34px;
  }
}
.header .main_info__modules__support {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #AEB2B7;
  max-width: 500px;
  margin: auto;
}
@media (max-width: 590px) {
  .header .main_info__modules__support {
    width: unset;
    /* or 25px */
  }
}
@media (max-width: 500px) {
  .header .main_info__modules__support {
    font-size: 18px;
    line-height: 25px;
  }
}
.header .main_info__modules__blocks {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.header .main_info__modules__blocks__block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid rgba(68, 95, 98, 0.3);
  border-radius: 10px;
  padding: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #E3E5E8;
}
.header .main_info__modules__blocks__block__text {
  max-width: 145px;
}
.header .main_info__modules__button {
  margin: 20px auto auto auto;
}
.header .main_info__modules__button__btn {
  cursor: pointer;
  background: #00A7C2;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.fixed-header-white {
  background: #FFFFFF !important;
  border-bottom: 1px solid #E3E5E8;
}

.black_link {
  color: #000000 !important;
}

.blue_button {
  background: #00A7C2 !important;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
}

.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 code, .animated-icon2 code, .animated-icon3 code {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 code {
  background: #ffffff;
}

.animated-icon2 code {
  background: #ffffff;
}

.animated-icon3 code {
  background: #ffffff;
}

.animated-icon1 code:nth-child(1) {
  top: 0px;
}

.animated-icon1 code:nth-child(2) {
  top: 10px;
}

.animated-icon1 code:nth-child(3) {
  top: 20px;
}

.animated-icon1.open code:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open code:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open code:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3*/
.animated-icon2 code:nth-child(1) {
  top: 0px;
}

.animated-icon2 code:nth-child(2), .animated-icon2 code:nth-child(3) {
  top: 10px;
}

.animated-icon2 code:nth-child(4) {
  top: 20px;
}

.animated-icon2.open code:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open code:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open code:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open code:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */
.animated-icon3 code:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 code:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 code:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open code:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open code:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open code:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

.navbar-toggler {
  display: none;
  border-color: unset;
  z-index: 10;
  padding-bottom: 5px !important;
  padding-left: 15px;
  right: 0;
}
@media (max-width: 1000px) {
  .navbar-toggler {
    display: block;
  }
}

.black_menu {
  background: #000000 !important;
}

.sidenav {
  position: relative;
  overflow: hidden;
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 10%;
  right: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  transition: 0.5s;
}

.help_block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header_social_icons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}

.social_icon {
  background: #F5F5F5;
  border-radius: 8px;
  text-align: center;
  width: 20.8%;
  padding: 12px 0 12px;
}

.phone {
  gap: 5px;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  justify-content: center;
  width: 80%;
  margin: auto;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 12px 20px;
  color: #31373D;
}

.mail {
  gap: 5px;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  justify-content: center;
  width: 80%;
  margin: auto;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 12px 20px;
  color: #31373D;
}

.sidenav__uncorn_link {
  padding: 20px 0px;
  text-align: center;
}

.sidenav__uncorn_link__media {
  text-align: center;
  padding: 10px;
}
.sidenav__uncorn_link__media img {
  width: 25px;
  height: 25px;
}

.sidenav a {
  text-decoration: none;
  font-size: 15px;
  color: #31373D;
  display: block;
  transition: 0.3s;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.private_text {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  text-align: center;
  color: #31373D;
  padding-top: 20px;
  opacity: 0.3;
}

.dropdown-content-column-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer !important;
  color: #FFFFFF;
  text-decoration: unset;
}
.dropdown-content-column-item a:hover {
  text-decoration: underline;
}

.dropdown-content-vertical {
  width: 1px;
  background: #1A1B23;
  margin-right: 15px;
  opacity: 0.5;
}

.dropdown-content-youtube {
  background: #232531;
  border-radius: 10px;
  margin-right: 15px;
  padding: 12px 12px 90px 12px;
  position: relative;
  cursor: pointer;
}
.dropdown-content-youtube__text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  max-width: 136px;
}
.dropdown-content-youtube__image {
  position: absolute;
  bottom: -3%;
  right: 0;
}

.dropdown-content-social {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.dropdown-content-social__number {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background: #232531;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  gap: 3px;
}
.dropdown-content-social__mail {
  display: flex;
  gap: 3px;
  align-items: center;
  background: #232531;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 12px 20px;
}
.dropdown-content-social__tech {
  display: flex;
  align-items: center;
  background: #232531;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 12px 20px;
  gap: 3px;
}

.footer {
  font-family: "Inter";
  background: #0D0E12;
}
.footer .mobile {
  display: flex;
  margin: auto;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 920px) {
  .footer .mobile {
    display: none;
  }
}
.footer .faq {
  display: block;
}
@media (max-width: 920px) {
  .footer .faq {
    display: none;
  }
}
.footer .mobile-faq {
  display: none;
}
@media (max-width: 920px) {
  .footer .mobile-faq {
    display: block;
  }
}
.footer__icode {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #D9DFEA;
  opacity: 0.3;
  width: fit-content;
  margin: 15px 0 30px auto;
}
@media (max-width: 920px) {
  .footer__icode {
    margin: 20px auto 30px auto;
    text-align: center;
  }
}
.footer__wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 920px) {
  .footer__wrapper {
    flex-direction: column-reverse;
  }
}
.footer__wrapper__logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 920px) {
  .footer__wrapper__logo {
    flex-direction: column-reverse;
    gap: 30px;
    margin: auto;
    text-align: center;
  }
}
.footer__wrapper__logo__image {
  cursor: pointer;
}
.footer__wrapper__logo__private_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 920px) {
  .footer__wrapper__logo__private_text {
    gap: 15px;
    margin-top: 35px;
  }
}
.footer__wrapper__logo__private_text a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #D9DFEA;
  opacity: 0.3;
  cursor: pointer;
}
.footer__wrapper__logo__private_text a:hover {
  opacity: 0.6;
}
.footer__wrapper__reference {
  display: flex;
  gap: 35px;
}
@media (max-width: 920px) {
  .footer__wrapper__reference {
    display: none;
    gap: 20px;
    padding-right: 5px;
    padding-bottom: 35px;
  }
}
.footer__wrapper__reference__side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__wrapper__reference__side__point a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: unset;
}
.footer__wrapper__reference__side__point a:hover {
  text-decoration: underline;
}
.footer__wrapper__support {
  display: flex;
  gap: 15px;
}
@media (max-width: 920px) {
  .footer__wrapper__support {
    display: none;
    gap: 10px;
  }
}
.footer__wrapper__support__left_side {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 920px) {
  .footer__wrapper__support__left_side {
    flex-direction: column-reverse;
  }
}
.footer__wrapper__support__left_side__mail {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 5px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 12px 32px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.footer__wrapper__support__left_side__phone {
  align-items: center;
  display: flex;
  gap: 5px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  padding: 12px 32px;
  text-align: center;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 1062px) {
  .footer__wrapper__support__left_side__phone {
    padding: 12px 15px;
  }
}
.footer__wrapper__support__right_side {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 920px) {
  .footer__wrapper__support__right_side {
    flex-direction: column-reverse;
    gap: 35px;
  }
}
.footer__wrapper__support__right_side__tech_mail {
  align-items: center;
  display: flex;
  gap: 5px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  padding: 12px 32px;
  text-align: center;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.footer__wrapper__support__right_side__icons {
  display: flex;
  gap: 10px;
}
.footer__wrapper__support__right_side__icons__icon {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 11.5px 12.5px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}

html {
  height: 100%;
}

button {
  cursor: pointer !important;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page {
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 1 0 auto;
}

.image_info__block {
  display: flex;
  margin-top: -78px;
}
.image_info__block__left img, .image_info__block__central img, .image_info__block__right img {
  width: 100%;
}
.image_info__block__central img {
  margin-top: -160px;
}
@media (max-width: 590px) {
  .image_info__block__central img {
    margin-top: -84px;
  }
}
@media (max-width: 389px) {
  .image_info__block__central img {
    margin-top: -50px;
  }
}
@media (max-width: 1400px) {
  .image_info .image_info__block__right, .image_info .image_info__block__left {
    display: none;
  }
}
@media (max-width: 1400px) {
  .image_info .image_info__block__central {
    margin: auto;
  }
}

.block-modal {
  background: rgba(52, 64, 84, 0.4);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.block-modal__response {
  position: relative;
  margin: auto;
  -webkit-animation-name: animate-to-top;
  -webkit-animation-duration: 0.4s;
  animation-name: animate-to-top;
  animation-duration: 0.4s;
  border-radius: 20px;
  width: 488px;
  padding: 37px 30px 30px 50px;
  background: #FFFFFF;
}
@media (max-width: 600px) {
  .block-modal__response {
    width: 70%;
  }
}
.block-modal__response__general {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-modal__response__general__image {
  margin: auto;
}
.block-modal__response__general__main_text {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #31373D;
  margin-top: 15px;
}
.block-modal__response__general__support_text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #505D64;
  margin-top: 25px;
}
.block-modal__response__general__button {
  margin: 30px auto auto auto;
}
.block-modal__response__general__button__btn {
  background: #00A7C2;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  padding: 15px 35px;
  font-size: 18px;
  line-height: 22px;
  width: fit-content;
  color: #FFFFFF;
}

.block-modal__content {
  position: relative;
  margin: auto;
  -webkit-animation-name: animate-to-top;
  -webkit-animation-duration: 0.4s;
  animation-name: animate-to-top;
  animation-duration: 0.4s;
  border-radius: 20px;
  width: 400px;
  padding: 40px 35px 32px 35px;
  background: #FFFFFF;
}
@media (max-width: 500px) {
  .block-modal__content {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .block-modal__content {
    width: 70%;
  }
}

.block-modal__demo {
  position: relative;
  margin: auto;
  -webkit-animation-name: animate-to-top;
  -webkit-animation-duration: 0.4s;
  animation-name: animate-to-top;
  animation-duration: 0.4s;
  width: 900px;
  background: #217D90;
  border-radius: 20px;
  padding: 30px 40px;
}
@media (max-width: 908px) {
  .block-modal__demo {
    width: unset;
  }
}
.block-modal__demo input {
  height: 45px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border: none;
  color: #FFFFFF;
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  width: 100%;
}
.block-modal__demo input:focus {
  border: 1px solid #FFFFFF;
}
.block-modal__demo .block-modal__body {
  display: flex;
  gap: 30px;
}
@media (max-width: 588px) {
  .block-modal__demo .block-modal__body {
    flex-direction: column;
  }
}
.block-modal__demo label {
  color: white;
  white-space: pre;
}
.block-modal__demo .modal-title {
  display: flex;
  flex-direction: column;
}
.block-modal__demo .modal-title-main {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  /* or 48px */
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.block-modal__demo .modal-title-support {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* or 27px */
  color: #FFFFFF;
}
.block-modal__demo .text_with_button {
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}
.block-modal__demo .private-text {
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 11px;
  /* or 11px */
  color: #C8D1E1;
  text-align: center;
  width: 40%;
}
.block-modal__demo .private-text a {
  color: #C8D1E1;
}
.block-modal__demo .button_footer {
  font-style: normal;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  background: #FFFFFF;
  /* Shadow/xs */
  padding: 12px 37px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  color: #2982AD;
}
.block-modal__demo .input_email_phone {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
.block-modal__demo .input_company {
  margin-top: 25px;
}
.block-modal__demo .modal-title {
  gap: 30px;
}
.block-modal__demo .block__email {
  width: 100%;
}
.block-modal__demo .block__phone {
  width: 100%;
}

.binta-call-demo__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.binta-call-demo__form input {
  margin-top: 0.5rem;
  height: 45px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border: none;
  color: #31373D;
  outline: none;
  background: #F3F4F5;
  border-radius: 10px;
  width: 100%;
}
.binta-call-demo__form input:focus {
  border: 1px solid #31373D;
}
.binta-call-demo__form .modal-private-text {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  /* or 15px */
  text-align: center;
  color: #C8D1E1;
}
.binta-call-demo__form .modal-private-text a {
  text-decoration: underline;
  color: #C8D1E1;
}
.binta-call-demo__form .btn_call_demo {
  background: #00A7C2;
  border: none;
  /* Shadow/xs */
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 12px 29px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 10px;
  text-align: center;
  color: white;
}

.binta_possibilities {
  margin-top: 75px;
}
.binta_possibilities__main {
  display: flex;
  flex-direction: column;
}
.binta_possibilities__main__mobile {
  margin-top: 25px;
  display: none;
}
@media (max-width: 650px) {
  .binta_possibilities__main__mobile {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.binta_possibilities__main__mobile__module {
  background: #FFFFFF;
  border: 1px solid #EDEEF0;
  border-radius: 10px;
  padding: 15px;
}
.binta_possibilities__main__mobile__module__general {
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #31373D;
  justify-content: space-between;
}
.binta_possibilities__main__mobile__module__text {
  margin-top: 20px;
  display: none;
}
.binta_possibilities__main__mobile__module__text__main {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #31373D;
}
.binta_possibilities__main__mobile__module__text__image {
  margin-top: 15px;
  margin-bottom: 15px;
}
.binta_possibilities__main__mobile__module__text__image img {
  width: 100%;
}
.binta_possibilities__main__mobile__module__text__point {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  justify-content: center;
  color: #4E5964;
}
@media (max-width: 316px) {
  .binta_possibilities__main__mobile__module__text__point {
    flex-wrap: wrap;
  }
}
.binta_possibilities__main__mobile__module__text__point__left ul {
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__mobile__module__text__point__left li {
  max-width: 133px;
  margin-bottom: 15px !important;
}
.binta_possibilities__main__mobile__module__text__point__left li:first-child::marker {
  color: #0F6BE9;
}
.binta_possibilities__main__mobile__module__text__point__left li:nth-child(2)::marker {
  color: #7A50ED;
}
.binta_possibilities__main__mobile__module__text__point__left li:nth-child(3)::marker {
  color: #F65385;
}
.binta_possibilities__main__mobile__module__text__point__left li:nth-child(4)::marker {
  color: #DC1B30;
}
.binta_possibilities__main__mobile__module__text__point__left li:nth-child(4)::marker {
  color: #5E5E5E;
}
.binta_possibilities__main__mobile__module__text__point__right ul {
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__mobile__module__text__point__right li {
  max-width: 133px;
  margin-bottom: 15px !important;
}
.binta_possibilities__main__mobile__module__text__point__right li:first-child::marker {
  color: #F46105;
}
.binta_possibilities__main__mobile__module__text__point__right li:nth-child(2)::marker {
  color: #E3A407;
}
.binta_possibilities__main__mobile__module__text__point__right li:nth-child(3)::marker {
  color: #19AA6C;
}
.binta_possibilities__main__mobile__module__text__point__right li:nth-child(4)::marker {
  color: #06A0C6;
}
.binta_possibilities__main__mobile__module__text__point__right li:nth-child(5)::marker {
  color: #F46105;
}
.binta_possibilities__main__label {
  border: 1px solid #00B3C6;
  border-radius: 120px;
  align-items: center;
  padding: 5px 15px;
  width: fit-content;
  margin: auto;
}
.binta_possibilities__main__label__text {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #00B3C6;
}
.binta_possibilities__main__text {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: #31373D;
  margin-top: 15px;
}
@media (max-width: 500px) {
  .binta_possibilities__main__text {
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    color: #31373D;
  }
}
.binta_possibilities__main__main_info {
  background: #FFFFFF;
  border: 2px solid #EDEEF0;
  border-radius: 40px;
  margin-top: 40px;
}
@media (max-width: 650px) {
  .binta_possibilities__main__main_info {
    display: none;
  }
}
.binta_possibilities__main__main_info__modules_checkbox {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  gap: 10px;
  padding: 30px 80px 30px 70px;
}
.binta_possibilities__main__main_info__modules_checkbox__block {
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #31373D;
  align-items: center;
  padding: 10px 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #31373D;
}
.binta_possibilities__main__main_info__border {
  border-bottom: 1px solid #EDEEF0;
}
.binta_possibilities__main__main_info__table {
  padding: 30px 70px 50px 70px;
}
.binta_possibilities__main__main_info__table__general {
  display: flex;
  gap: 60px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__general {
    flex-direction: column-reverse;
  }
}
.binta_possibilities__main__main_info__table__general__text__main_text {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #31373D;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__general__text__main_text {
    text-align: center;
  }
}
.binta_possibilities__main__main_info__table__general__text__point_text {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4E5964;
  gap: 13px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__general__text__point_text {
    justify-content: center;
  }
}
.binta_possibilities__main__main_info__table__general__text__point_text__left ul {
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__general__text__point_text__left li {
  max-width: 244px;
  margin-bottom: 20px !important;
}
.binta_possibilities__main__main_info__table__general__text__point_text__left li:first-child::marker {
  color: #0F6BE9;
}
.binta_possibilities__main__main_info__table__general__text__point_text__left li:nth-child(2)::marker {
  color: #7A50ED;
}
.binta_possibilities__main__main_info__table__general__text__point_text__left li:nth-child(3)::marker {
  color: #F65385;
}
.binta_possibilities__main__main_info__table__general__text__point_text__right ul {
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__general__text__point_text__right li {
  max-width: 244px;
  margin-bottom: 20px !important;
}
.binta_possibilities__main__main_info__table__general__text__point_text__right li:first-child::marker {
  color: #F46105;
}
.binta_possibilities__main__main_info__table__general__text__point_text__right li:nth-child(2)::marker {
  color: #E3A407;
}
.binta_possibilities__main__main_info__table__general__text__point_text__right li:nth-child(3)::marker {
  color: #19AA6C;
}
.binta_possibilities__main__main_info__table__general__image {
  background: #F3F4F5;
  border-radius: 20px;
  padding: 50px 30px 43px 30px;
  height: fit-content;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__general__image img {
    width: 100%;
  }
}
.binta_possibilities__main__main_info__table__mrp {
  display: flex;
  gap: 60px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__mrp {
    flex-direction: column-reverse;
  }
}
.binta_possibilities__main__main_info__table__mrp__text__main_text {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #31373D;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__mrp__text__main_text {
    text-align: center;
  }
}
.binta_possibilities__main__main_info__table__mrp__text__point_text {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4E5964;
  gap: 13px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__mrp__text__point_text {
    justify-content: center;
  }
}
.binta_possibilities__main__main_info__table__mrp__text__point_text__left ul {
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__mrp__text__point_text__left li {
  max-width: 244px;
  margin-bottom: 20px !important;
}
.binta_possibilities__main__main_info__table__mrp__text__point_text__left li:first-child::marker {
  color: #0F6BE9;
}
.binta_possibilities__main__main_info__table__mrp__text__point_text__left li:nth-child(2)::marker {
  color: #7A50ED;
}
.binta_possibilities__main__main_info__table__mrp__text__point_text__left li:nth-child(3)::marker {
  color: #F65385;
}
.binta_possibilities__main__main_info__table__mrp__text__point_text__right ul {
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__mrp__text__point_text__right li {
  max-width: 244px;
  margin-bottom: 20px !important;
}
.binta_possibilities__main__main_info__table__mrp__text__point_text__right li:first-child::marker {
  color: #F46105;
}
.binta_possibilities__main__main_info__table__mrp__text__point_text__right li:nth-child(2)::marker {
  color: #E3A407;
}
.binta_possibilities__main__main_info__table__mrp__text__point_text__right li:nth-child(3)::marker {
  color: #19AA6C;
}
.binta_possibilities__main__main_info__table__mrp__image {
  background: #F3F4F5;
  border-radius: 20px;
  padding: 50px 30px 43px 30px;
  height: fit-content;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__mrp__image img {
    width: 100%;
  }
}
.binta_possibilities__main__main_info__table__sale {
  display: flex;
  gap: 60px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__sale {
    flex-direction: column-reverse;
  }
}
.binta_possibilities__main__main_info__table__sale__text__main_text {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #31373D;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__sale__text__main_text {
    text-align: center;
  }
}
.binta_possibilities__main__main_info__table__sale__text__point_text {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4E5964;
  gap: 13px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__sale__text__point_text {
    justify-content: center;
  }
}
.binta_possibilities__main__main_info__table__sale__text__point_text__left ul {
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__sale__text__point_text__left li {
  max-width: 244px;
  margin-bottom: 20px !important;
}
.binta_possibilities__main__main_info__table__sale__text__point_text__left li:first-child::marker {
  color: #0F6BE9;
}
.binta_possibilities__main__main_info__table__sale__text__point_text__left li:nth-child(2)::marker {
  color: #7A50ED;
}
.binta_possibilities__main__main_info__table__sale__text__point_text__left li:nth-child(3)::marker {
  color: #F65385;
}
.binta_possibilities__main__main_info__table__sale__text__point_text__left li:nth-child(4)::marker {
  color: #DC1B30;
}
.binta_possibilities__main__main_info__table__sale__text__point_text__right ul {
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__sale__text__point_text__right li {
  max-width: 244px;
  margin-bottom: 20px !important;
}
.binta_possibilities__main__main_info__table__sale__text__point_text__right li:first-child::marker {
  color: #F46105;
}
.binta_possibilities__main__main_info__table__sale__text__point_text__right li:nth-child(2)::marker {
  color: #E3A407;
}
.binta_possibilities__main__main_info__table__sale__text__point_text__right li:nth-child(3)::marker {
  color: #19AA6C;
}
.binta_possibilities__main__main_info__table__sale__text__point_text__right li:nth-child(3)::marker {
  color: #06A0C6;
}
.binta_possibilities__main__main_info__table__sale__image {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4E5964;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__sale__image img {
    width: 100%;
  }
}
.binta_possibilities__main__main_info__table__sale__image__block {
  background: #F3F4F5;
  border-radius: 20px;
  padding: 50px 30px 43px 30px;
  height: fit-content;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__sale__image__text {
    display: none;
  }
}
.binta_possibilities__main__main_info__table__sale__image__text ul {
  display: flex;
  gap: 43px;
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__sale__image__text li {
  max-width: 244px;
}
.binta_possibilities__main__main_info__table__sale__image__text li:first-child::marker {
  color: #06A0C6;
}
.binta_possibilities__main__main_info__table__sale__image__text li:nth-child(2)::marker {
  color: #06A0C6;
}
.binta_possibilities__main__main_info__table__stock {
  display: flex;
  gap: 60px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__stock {
    flex-direction: column-reverse;
  }
}
.binta_possibilities__main__main_info__table__stock__text__main_text {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #31373D;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__stock__text__main_text {
    text-align: center;
  }
}
.binta_possibilities__main__main_info__table__stock__text__point_text {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4E5964;
  gap: 13px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__stock__text__point_text {
    justify-content: center;
  }
}
.binta_possibilities__main__main_info__table__stock__text__point_text__left ul {
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__stock__text__point_text__left li {
  max-width: 244px;
  margin-bottom: 20px !important;
}
.binta_possibilities__main__main_info__table__stock__text__point_text__left li:first-child::marker {
  color: #0F6BE9;
}
.binta_possibilities__main__main_info__table__stock__text__point_text__left li:nth-child(2)::marker {
  color: #7A50ED;
}
.binta_possibilities__main__main_info__table__stock__text__point_text__left li:nth-child(3)::marker {
  color: #F65385;
}
.binta_possibilities__main__main_info__table__stock__text__point_text__left li:nth-child(4)::marker {
  color: #DC1B30;
}
.binta_possibilities__main__main_info__table__stock__text__point_text__left li:nth-child(5)::marker {
  color: #F46105;
}
.binta_possibilities__main__main_info__table__stock__text__point_text__right ul {
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__stock__text__point_text__right li {
  max-width: 244px;
  margin-bottom: 20px !important;
}
.binta_possibilities__main__main_info__table__stock__text__point_text__right li:first-child::marker {
  color: #F46105;
}
.binta_possibilities__main__main_info__table__stock__text__point_text__right li:nth-child(2)::marker {
  color: #E3A407;
}
.binta_possibilities__main__main_info__table__stock__text__point_text__right li:nth-child(3)::marker {
  color: #19AA6C;
}
.binta_possibilities__main__main_info__table__stock__text__point_text__right li:nth-child(4)::marker {
  color: #06A0C6;
}
.binta_possibilities__main__main_info__table__stock__text__point_text__right li:nth-child(5)::marker {
  color: #5E5E5E;
}
.binta_possibilities__main__main_info__table__stock__image {
  background: #F3F4F5;
  border-radius: 20px;
  padding: 50px 30px 43px 30px;
  height: fit-content;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__stock__image img {
    width: 100%;
  }
}
.binta_possibilities__main__main_info__table__website {
  display: flex;
  gap: 90px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__website {
    flex-direction: column-reverse;
  }
}
.binta_possibilities__main__main_info__table__website__text__main_text {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #31373D;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__website__text__main_text {
    text-align: center;
  }
}
.binta_possibilities__main__main_info__table__website__text__point_text {
  display: flex;
  gap: 20px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__website__text__point_text {
    justify-content: center;
  }
}
.binta_possibilities__main__main_info__table__website__text__point_text__left {
  display: flex;
  flex-direction: column;
}
.binta_possibilities__main__main_info__table__website__text__point_text__left__text {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  max-width: 244px;
  gap: 12px;
}
.binta_possibilities__main__main_info__table__website__text__point_text__left__text__main {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #4E5964;
}
.binta_possibilities__main__main_info__table__website__text__point_text__left__text__help {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4E5964;
}
.binta_possibilities__main__main_info__table__website__text__point_text__right {
  display: flex;
  flex-direction: column;
}
.binta_possibilities__main__main_info__table__website__text__point_text__right__text {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  max-width: 244px;
  gap: 12px;
}
.binta_possibilities__main__main_info__table__website__text__point_text__right__text__main {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #4E5964;
}
.binta_possibilities__main__main_info__table__website__text__point_text__right__text__help {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4E5964;
}
.binta_possibilities__main__main_info__table__website__image {
  background: #F3F4F5;
  border-radius: 20px;
  padding: 50px 30px 43px 30px;
  height: fit-content;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__website__image img {
    width: 100%;
  }
}
.binta_possibilities__main__main_info__table__crm {
  display: flex;
  gap: 60px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__crm {
    flex-direction: column-reverse;
  }
}
.binta_possibilities__main__main_info__table__crm__text__main_text {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #31373D;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__crm__text__main_text {
    text-align: center;
  }
}
.binta_possibilities__main__main_info__table__crm__text__point_text {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4E5964;
  gap: 13px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__crm__text__point_text {
    justify-content: center;
  }
}
.binta_possibilities__main__main_info__table__crm__text__point_text__left ul {
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__crm__text__point_text__left li {
  max-width: 244px;
  margin-bottom: 20px !important;
}
.binta_possibilities__main__main_info__table__crm__text__point_text__left li:first-child::marker {
  color: #0F6BE9;
}
.binta_possibilities__main__main_info__table__crm__text__point_text__left li:nth-child(2)::marker {
  color: #7A50ED;
}
.binta_possibilities__main__main_info__table__crm__text__point_text__left li:nth-child(3)::marker {
  color: #F65385;
}
.binta_possibilities__main__main_info__table__crm__text__point_text__left li:nth-child(4)::marker {
  color: #06A0C6;
}
.binta_possibilities__main__main_info__table__crm__text__point_text__right ul {
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__crm__text__point_text__right li {
  max-width: 244px;
  margin-bottom: 20px !important;
}
.binta_possibilities__main__main_info__table__crm__text__point_text__right li:first-child::marker {
  color: #F46105;
}
.binta_possibilities__main__main_info__table__crm__text__point_text__right li:nth-child(2)::marker {
  color: #E3A407;
}
.binta_possibilities__main__main_info__table__crm__text__point_text__right li:nth-child(3)::marker {
  color: #19AA6C;
}
.binta_possibilities__main__main_info__table__crm__image {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4E5964;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__crm__image img {
    width: 100%;
  }
}
.binta_possibilities__main__main_info__table__crm__image__block {
  background: #F3F4F5;
  border-radius: 20px;
  padding: 50px 30px 43px 30px;
  height: fit-content;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__crm__image__text {
    display: none;
  }
}
.binta_possibilities__main__main_info__table__crm__image__text ul {
  display: flex;
  gap: 43px;
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__crm__image__text li {
  max-width: 244px;
}
.binta_possibilities__main__main_info__table__crm__image__text li:first-child::marker {
  color: #06A0C6;
}
.binta_possibilities__main__main_info__table__crm__image__text li:nth-child(2)::marker {
  color: #06A0C6;
}
.binta_possibilities__main__main_info__table__down_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4E5964;
}
.binta_possibilities__main__main_info__table__down_text ul {
  display: flex;
  gap: 25px;
  padding-inline-start: 15px !important;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__down_text ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.binta_possibilities__main__main_info__table__down_text li {
  max-width: 244px;
}
.binta_possibilities__main__main_info__table__down_text li:nth-child(3) {
  margin-left: 44px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__down_text li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__down_text li:nth-child(4) {
    display: none;
  }
}
.binta_possibilities__main__main_info__table__down_text li:first-child::marker {
  color: #DC1B30;
}
.binta_possibilities__main__main_info__table__down_text li:nth-child(2)::marker {
  color: #06A0C6;
}
.binta_possibilities__main__main_info__table__down_text li:nth-child(3)::marker {
  color: #5E5E5E;
}
.binta_possibilities__main__main_info__table__down_text li:nth-child(4)::marker {
  color: #F46105;
}
.binta_possibilities__main__main_info__table__events {
  display: flex;
  gap: 60px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__events {
    flex-direction: column-reverse;
  }
}
.binta_possibilities__main__main_info__table__events__text__main_text {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #31373D;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__events__text__main_text {
    text-align: center;
  }
}
.binta_possibilities__main__main_info__table__events__text__point_text {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4E5964;
  gap: 13px;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__events__text__point_text {
    justify-content: center;
  }
}
.binta_possibilities__main__main_info__table__events__text__point_text__left ul {
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__events__text__point_text__left li {
  max-width: 244px;
  margin-bottom: 20px !important;
}
.binta_possibilities__main__main_info__table__events__text__point_text__left li:first-child::marker {
  color: #0F6BE9;
}
.binta_possibilities__main__main_info__table__events__text__point_text__left li:nth-child(2)::marker {
  color: #7A50ED;
}
.binta_possibilities__main__main_info__table__events__text__point_text__left li:nth-child(3)::marker {
  color: #F65385;
}
.binta_possibilities__main__main_info__table__events__text__point_text__left li:nth-child(4)::marker {
  color: #DC1B30;
}
.binta_possibilities__main__main_info__table__events__text__point_text__right ul {
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__events__text__point_text__right li {
  max-width: 244px;
  margin-bottom: 20px !important;
}
.binta_possibilities__main__main_info__table__events__text__point_text__right li:first-child::marker {
  color: #F46105;
}
.binta_possibilities__main__main_info__table__events__text__point_text__right li:nth-child(2)::marker {
  color: #E3A407;
}
.binta_possibilities__main__main_info__table__events__text__point_text__right li:nth-child(3)::marker {
  color: #19AA6C;
}
.binta_possibilities__main__main_info__table__events__text__point_text__right li:nth-child(3)::marker {
  color: #06A0C6;
}
.binta_possibilities__main__main_info__table__events__image {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4E5964;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__events__image img {
    width: 100%;
  }
}
.binta_possibilities__main__main_info__table__events__image__block {
  background: #F3F4F5;
  border-radius: 20px;
  padding: 50px 30px 43px 30px;
  height: fit-content;
}
.binta_possibilities__main__main_info__table__events__image__text {
  display: flex;
}
@media (max-width: 1050px) {
  .binta_possibilities__main__main_info__table__events__image__text {
    display: none;
  }
}
.binta_possibilities__main__main_info__table__events__image__text__right ul {
  flex-direction: column;
}
.binta_possibilities__main__main_info__table__events__image__text ul {
  display: flex;
  gap: 20px;
  padding-inline-start: 15px !important;
}
.binta_possibilities__main__main_info__table__events__image__text li {
  max-width: 244px;
}
.binta_possibilities__main__main_info__table__events__image__text li:first-child::marker {
  color: #06A0C6;
}
.binta_possibilities__main__main_info__table__events__image__text li:nth-child(2)::marker {
  color: #06A0C6;
}

.active_checkbox_module {
  background: #31373D !important;
  color: #FFFFFF !important;
  cursor: default !important;
}

.free-demonstration-system .mobile-button {
  display: none;
}
@media (max-width: 980px) {
  .free-demonstration-system .mobile-button {
    display: block;
  }
}
@media (max-width: 748px) {
  .free-demonstration-system .mobile-button {
    display: none;
  }
}
.free-demonstration-system .mobile-button-block {
  display: none;
}
@media (max-width: 980px) {
  .free-demonstration-system .mobile-button-block {
    display: block;
    align-self: flex-end;
  }
}
@media (max-width: 748px) {
  .free-demonstration-system .mobile-button-block {
    display: none;
  }
}
.free-demonstration-system__container {
  margin-top: 100px;
  background: linear-gradient(86.95deg, rgba(0, 41, 255, 0.2) 20.17%, rgba(0, 41, 255, 0) 78%), linear-gradient(117.1deg, rgba(0, 211, 255, 0.2) 32.21%, rgba(0, 211, 255, 0) 133.96%), #0D0E12;
  border-radius: 50px;
  padding: 40px 100px 40px 100px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .free-demonstration-system__container {
    margin-bottom: 90px;
  }
}
@media (max-width: 1160px) {
  .free-demonstration-system__container {
    padding: 40px 20px 40px 20px;
  }
}
@media (max-width: 1050px) {
  .free-demonstration-system__container {
    gap: unset;
  }
}
@media (max-width: 500px) {
  .free-demonstration-system__container {
    flex-direction: column;
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 980px) {
  .free-demonstration-system__container {
    gap: 220px;
  }
}
@media (max-width: 963px) {
  .free-demonstration-system__container {
    gap: 150px;
  }
}
@media (max-width: 893px) {
  .free-demonstration-system__container {
    gap: 100px;
  }
}
@media (max-width: 843px) {
  .free-demonstration-system__container {
    gap: 50px;
  }
}
@media (max-width: 793px) {
  .free-demonstration-system__container {
    gap: 5px;
  }
}
@media (max-width: 500px) {
  .free-demonstration-system__container {
    background: linear-gradient(86.95deg, rgba(0, 41, 255, 0.2) 20.17%, rgba(0, 41, 255, 0) 78%), linear-gradient(117.1deg, rgba(0, 211, 255, 0.2) 32.21%, rgba(0, 211, 255, 0) 133.96%), #0D0E12;
  }
}
.free-demonstration-system__demonstration_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 500px) {
  .free-demonstration-system__demonstration_text {
    align-items: center;
  }
}
@media (max-width: 980px) {
  .free-demonstration-system__demonstration_text {
    gap: 20px;
  }
}
.free-demonstration-system__demonstration_text__title_text {
  max-width: 403px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  color: #FFFFFF;
}
@media (max-width: 1110px) {
  .free-demonstration-system__demonstration_text__title_text {
    font-size: 30px;
  }
}
@media (max-width: 310px) {
  .free-demonstration-system__demonstration_text__title_text {
    font-size: 25px;
  }
}
.free-demonstration-system__demonstration_text__help_text {
  max-width: 398px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
@media (max-width: 500px) {
  .free-demonstration-system__main_form {
    margin-top: 30px;
  }
}
.free-demonstration-system__main_form__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.free-demonstration-system__main_form__form__input_blocks {
  display: flex;
  gap: 15px;
  justify-content: end;
}
@media (max-width: 500px) {
  .free-demonstration-system__main_form__form__input_blocks {
    flex-direction: column;
  }
}
@media (max-width: 980px) {
  .free-demonstration-system__main_form__form__input_blocks {
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media (max-width: 748px) {
  .free-demonstration-system__main_form__form__input_blocks {
    justify-content: center;
  }
}
.free-demonstration-system__main_form__form__input_blocks__block label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.free-demonstration-system__main_form__form__input_blocks__block input {
  margin-top: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  height: 45px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  outline: none;
  border: 2px rgba(255, 255, 255, 0.2);
  padding-left: 10px;
}
@media (max-width: 500px) {
  .free-demonstration-system__main_form__form__input_blocks__block input {
    width: -webkit-fill-available;
  }
}
.free-demonstration-system__main_form__form__input_blocks__block input:focus {
  border: 2px solid #00DCFF;
}
.free-demonstration-system__main_form__form__footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .free-demonstration-system__main_form__form__footer {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 748px) {
  .free-demonstration-system__main_form__form__footer {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.free-demonstration-system__main_form__form__footer__private_text {
  max-width: 360px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #C8D1E1;
}
@media (max-width: 500px) {
  .free-demonstration-system__main_form__form__footer__private_text {
    text-align: center;
  }
}
@media (max-width: 748px) {
  .free-demonstration-system__main_form__form__footer__private_text {
    text-align: center;
    max-width: 260px;
  }
}
.free-demonstration-system__main_form__form__footer__private_text a {
  text-decoration: underline !important;
  cursor: pointer;
}
.free-demonstration-system__main_form__form__footer__button {
  background: #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
  padding: 15px 35px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  border: none;
}
@media (max-width: 500px) {
  .free-demonstration-system__main_form__form__footer__button {
    width: fit-content;
  }
}
@media (max-width: 980px) {
  .free-demonstration-system__main_form__form__footer__button {
    display: none;
  }
}
@media (max-width: 748px) {
  .free-demonstration-system__main_form__form__footer__button {
    display: block;
    width: fit-content;
  }
}

.binta-setting {
  margin-top: 100px;
}
.binta-setting__label {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  border: 1px solid #00B3C6;
  border-radius: 120px;
  width: fit-content;
  margin: auto;
  color: #00B3C6;
  padding: 5px 15px;
}
.binta-setting__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #31373D;
  max-width: 480px;
  margin: 10px auto auto auto;
}
@media (max-width: 500px) {
  .binta-setting__title {
    font-size: 25px;
  }
}
.binta-setting__wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.binta-setting__body {
  display: flex;
  align-items: center;
  flex: 1 1 45%;
  margin-bottom: 12px;
}
@media (max-width: 550px) {
  .binta-setting .column-block {
    flex-direction: column;
    gap: 15px;
  }
}
.binta-setting .body-first-item {
  flex: 1 1 35%;
  margin-right: 12px;
  border: 2px solid #f3f4f5;
  border-radius: 20px;
}
@media (max-width: 1053px) {
  .binta-setting .body-first-item {
    justify-content: space-between;
    margin-right: unset;
  }
}
.binta-setting .body-first-item .binta-setting__item {
  padding-top: 30px;
}
.binta-setting .body-first-item .binta-setting__text {
  max-width: 250px;
}
.binta-setting .body-second-item {
  flex: 1 1 50%;
  border: 2px solid #f3f4f5;
  border-radius: 20px;
}
@media (max-width: 1053px) {
  .binta-setting .body-second-item {
    justify-content: space-between;
  }
}
.binta-setting .body-second-item .binta-setting__item {
  padding-top: 8px;
}
.binta-setting .body-third-item, .binta-setting .body-four-item, .binta-setting .body-fives-item {
  border: 2px solid #f3f4f5;
  border-radius: 20px;
}
.binta-setting .body-third-item {
  flex: 1 1 40%;
  margin-right: 12px;
}
@media (max-width: 1053px) {
  .binta-setting .body-third-item {
    justify-content: space-between;
    margin-right: unset;
  }
}
.binta-setting .body-third-item .binta-setting__item {
  padding-top: 30px;
}
.binta-setting .body-four-item {
  flex: 1 1 40%;
}
@media (max-width: 1053px) {
  .binta-setting .body-four-item {
    justify-content: space-between;
  }
}
.binta-setting .body-four-item .binta-setting__item {
  padding-top: 5px;
}
.binta-setting .body-fives-item {
  margin-right: 12px;
}
@media (max-width: 1053px) {
  .binta-setting .body-fives-item {
    justify-content: space-between;
    margin-right: unset;
  }
}
.binta-setting__item {
  display: flex;
  flex-direction: column;
  padding: 0 0 30px 30px;
}
.binta-setting__sub-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 120%;
  color: #31373D;
  max-width: 320px;
}
@media (max-width: 500px) {
  .binta-setting__sub-title {
    font-size: 17px;
  }
}
.binta-setting__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4E5964;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .binta-setting__text {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .binta-setting__img {
    display: none;
  }
}
.binta-setting__img-mobile {
  display: none;
}
@media (max-width: 650px) {
  .binta-setting__img-mobile {
    display: block;
  }
}
@media (max-width: 500px) {
  .binta-setting__img-mobile {
    width: 91px;
  }
}
.binta-setting .item-new {
  border: 1px solid #00b3c6;
  border-radius: 15px;
  margin-right: 12px;
  padding: 30px 77px 30px 50px;
}
@media (max-width: 345px) {
  .binta-setting .item-new {
    padding: 30px 20px 30px 20px;
  }
}
.binta-setting .sub-title-new {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #00A6B7;
}
.binta-setting .text-new {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #00A6B7;
}
.binta-setting .img-box-new {
  background: radial-gradient(189.32% 189.32% at 50% 50%, #00B3C6 0%, #008694 100%);
  border-radius: 14px;
  padding: 24px 46px 50px 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1170px) {
  .binta-setting .img-box-new {
    padding: 41px 46px 28px 46px;
  }
}
@media (max-width: 774px) {
  .binta-setting .img-box-new {
    padding: 24px 46px 28px 46px;
  }
}
@media (max-width: 550px) {
  .binta-setting .img-box-new {
    width: 100%;
    padding: 24px 0;
  }
}
.binta-setting .img-box-new:hover {
  background: #1294a9;
}
.binta-setting__img-box_text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.binta-questions {
  margin: 100px 0 100px 0;
}
.binta-questions .btn_block_mobile {
  display: block;
}
@media (min-width: 992px) {
  .binta-questions .btn_block_mobile {
    display: none;
  }
}
.binta-questions__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .binta-questions__wrapper {
    flex-direction: column;
  }
}
.binta-questions__body {
  flex: 1 1 10%;
}
.binta-questions__questions_block {
  flex: 1 1 25%;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media (max-width: 992px) {
  .binta-questions__questions_block {
    margin-top: 25px;
  }
}
.binta-questions__questions_block__question {
  cursor: pointer;
  border: 1px solid #DEE2E7;
  border-radius: 10px;
  padding: 15px 30px;
}
.binta-questions__questions_block__question__general {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.binta-questions__questions_block__question__toggle_text {
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #4E5964;
}
@media (max-width: 500px) {
  .binta-questions__questions_block__question__toggle_text {
    font-size: 16px;
  }
}
.binta-questions__questions_block__question__text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #31373D;
}
@media (max-width: 500px) {
  .binta-questions__questions_block__question__text {
    font-size: 16px;
  }
}
.binta-questions__questions_block__question__arrow {
  font-size: 35px;
}
.binta-questions__top-text {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #00B3C6;
  border: 1px solid #00B3C6;
  border-radius: 120px;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 18px;
}
.binta-questions__title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: #31373D;
}
@media (max-width: 500px) {
  .binta-questions__title {
    font-size: 25px;
  }
}
.binta-questions__btn_block {
  background: #F3F6F9;
  border-radius: 15px;
  padding: 30px;
  margin-top: 20px;
  width: 60%;
}
@media (max-width: 992px) {
  .binta-questions__btn_block {
    display: none;
  }
}
@media (max-width: 500px) {
  .binta-questions__btn_block {
    width: unset;
  }
}
.binta-questions__btn_block__text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #4E5964;
}
@media (max-width: 500px) {
  .binta-questions__btn_block__text {
    font-size: 14px;
  }
}
.binta-questions__btn_block__button {
  margin-top: 25px;
  background: #00A7C2;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 12px 20px;
  width: fit-content;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  cursor: pointer;
}
.binta-questions__btn_block__button:hover {
  background: #1294a9;
}

.binta-work {
  margin-top: 100px;
}
.binta-work__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .binta-work__wrapper {
    flex-direction: column;
  }
}
.binta-work__body {
  flex: 1 1 30%;
}
.binta-work__top-text {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #00B3C6;
  border: 1px solid #00B3C6;
  border-radius: 120px;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 18px;
}
.binta-work__title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: #31373D;
}
@media (max-width: 500px) {
  .binta-work__title {
    font-size: 25px;
  }
}
.binta-work__text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #4E5964;
}
@media (max-width: 500px) {
  .binta-work__text {
    font-size: 16px;
  }
}
.binta-work__text p {
  margin-bottom: 18px;
}
.binta-work__list {
  margin: 0 12px;
  padding: 0;
}
.binta-work__item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4E5964;
  border: 1px solid #DEE2E7;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 16px 16px 16px 25px;
  list-style-type: none;
}
@media (max-width: 500px) {
  .binta-work__item {
    font-size: 14px;
  }
}
.binta-work__item::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #4E5964;
  margin-left: -10px;
  vertical-align: middle;
}
.binta-work .binta-body-other {
  background: #F3F6F9;
  border-radius: 15px;
  padding: 30px;
  height: fit-content;
}
@media (max-width: 992px) {
  .binta-work .binta-body-other {
    width: 60%;
  }
}
@media (max-width: 500px) {
  .binta-work .binta-body-other {
    width: unset;
  }
}
.binta-work__sub-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #4E5964;
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .binta-work__sub-title {
    font-size: 17px;
  }
}
.binta-work__sub-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #727B84;
  margin-bottom: 43px;
  max-width: 332px;
}
@media (max-width: 500px) {
  .binta-work__sub-text {
    font-size: 14px;
  }
}
.binta-work__sub-text p {
  margin-bottom: 18px;
}
.binta-work__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  gap: 8px;
  background: #00A7C2;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}
.binta-work__btn:hover {
  background: #1294a9;
}

.binta-articles {
  margin-top: 100px;
}
.binta-articles__label {
  border: 1px solid #00B3C6;
  border-radius: 120px;
  padding: 5px 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  width: fit-content;
  color: #00B3C6;
  margin: auto;
}
@media (max-width: 500px) {
  .binta-articles__label {
    margin: unset;
  }
}
.binta-articles__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #31373D;
  margin: 10px auto auto auto;
}
@media (max-width: 500px) {
  .binta-articles__title {
    text-align: left;
    font-size: 25px;
  }
}
.binta-articles__wrapper {
  margin: 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.binta-articles__wrapper__article {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #F8F8F8;
  border-radius: 20px;
}
.binta-articles__wrapper__article__text {
  max-width: 233px;
  margin-top: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 50px;
  color: #31373D;
}
@media (max-width: 500px) {
  .binta-articles__wrapper__article__text {
    font-size: 16px;
  }
}
.binta-articles__wrapper__article__button {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #00A7C2;
  border: 1px solid #00A7C2;
  border-radius: 8px;
  padding: 12px 56px;
  cursor: pointer;
  margin-top: auto;
}

.binta-free-work {
  margin-top: 100px;
}
.binta-free-work__wrapper {
  width: 61%;
  margin: auto;
  position: relative;
  background: linear-gradient(90deg, #314755 -32.16%, #26A0DA 114.69%);
  padding: 50px 107px;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .binta-free-work__wrapper {
    width: unset;
  }
}
@media (max-width: 500px) {
  .binta-free-work__wrapper {
    padding: 50px 15px;
  }
}
.binta-free-work__wrapper__main-text {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
  margin: auto;
}
@media (max-width: 500px) {
  .binta-free-work__wrapper__main-text {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
}
.binta-free-work__wrapper__help-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  max-width: 626px;
  margin: 20px auto auto auto;
}
@media (max-width: 500px) {
  .binta-free-work__wrapper__help-text {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}
.binta-free-work__wrapper__button {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2982AD;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 12px 20px;
  width: fit-content;
  cursor: pointer;
  margin: 30px auto auto auto;
}
@media (max-width: 500px) {
  .binta-free-work__wrapper__button {
    margin: 30px 0 0 0;
  }
}
.binta-free-work__wrapper__button:hover {
  background: #00A7C2;
  color: white;
}
.binta-free-work__wrapper__circle {
  position: absolute;
  left: 0;
  top: 50%;
}
.binta-free-work__wrapper__spiral {
  position: absolute;
  bottom: 5%;
  right: 0;
}

.binta-shop__label {
  border: 1px solid #00B3C6;
  border-radius: 120px;
  padding: 5px 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  margin: auto;
  line-height: 20px;
  width: fit-content;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #00B3C6;
}
.binta-shop__main_text {
  text-align: center;
  color: #31373D;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  max-width: 500px;
  margin: auto;
}
@media (max-width: 500px) {
  .binta-shop__main_text {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    color: #31373D;
  }
}
.binta-shop__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  color: #31373D;
  margin-bottom: 16px;
  margin-top: 30px;
}
@media (max-width: 1230px) {
  .binta-shop__title {
    text-align: center;
  }
}
@media (max-width: 980px) {
  .binta-shop .binta-shop__wrapper div:nth-child(3) {
    margin: auto;
  }
}
@media (max-width: 900px) {
  .binta-shop .binta-shop__wrapper div:nth-child(3) {
    margin: unset;
  }
}
.binta-shop__wrapper {
  display: flex;
}
@media (max-width: 1230px) {
  .binta-shop__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 980px) {
  .binta-shop__wrapper {
    justify-content: unset;
  }
}
@media (max-width: 760px) {
  .binta-shop__wrapper {
    justify-content: center;
  }
}
.binta-shop__wrapper__main_shop {
  display: flex;
  margin-top: 40px;
  gap: 10px;
}
.binta-shop__wrapper__main_shop__modules {
  margin-top: 50px;
}
@media (max-width: 1230px) {
  .binta-shop__wrapper__main_shop__modules {
    display: flex;
    justify-content: center;
  }
}
.binta-shop__wrapper__main_shop__modules__paid {
  display: flex;
  gap: 10px;
  width: 70.8%;
  flex-wrap: wrap;
  background: linear-gradient(86.95deg, rgba(0, 41, 255, 0.2) 20.17%, rgba(0, 41, 255, 0) 78%), linear-gradient(117.1deg, rgba(0, 211, 255, 0.2) 32.21%, rgba(0, 211, 255, 0) 133.96%), #0D0E12;
  border-radius: 15px;
  padding: 15px 20px;
}
@media (max-width: 1000px) {
  .binta-shop__wrapper__main_shop__modules__paid {
    width: 95%;
  }
}
@media (max-width: 1230px) {
  .binta-shop__wrapper__main_shop__modules__paid {
    width: 100%;
  }
}
.binta-shop__wrapper__main_shop__modules__paid__module {
  display: flex;
  background: #FFFFFF;
  border-radius: 10px;
  align-items: center;
  width: 200px;
  padding: 15px;
}
.binta-shop__wrapper__main_shop__modules__paid__module__name {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  color: #4E5964;
}
@media (max-width: 500px) {
  .binta-shop__wrapper__main_shop__modules__paid__module__name {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #4E5964;
  }
}
.binta-shop__wrapper__main_shop__modules__paid__module__price {
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  margin-left: auto;
  color: #4E5964;
}
.binta-shop__wrapper__main_shop__modules__paid__module__label {
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  color: #4E5964;
  margin-left: 2px;
}
.binta-shop__wrapper__main_shop__modules__paid__module__checkbox {
  margin-left: 10px;
}
.binta-shop__wrapper__main_shop__modules__paid__module__checkbox input[type=checkbox i] {
  background-color: #0D0E12;
}
.binta-shop__wrapper__main_shop__modules__paid__module__checkbox input[type=checkbox]:after {
  line-height: 1.5em;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -1.9px;
  margin-left: -4px;
  border: 1px solid #A3B1C0;
  border-radius: 0.25em;
  background: white;
}
.binta-shop__wrapper__main_shop__modules__paid__module__checkbox input[type=checkbox]:checked:after {
  width: 15px;
  height: 15px;
}
.binta-shop__wrapper__main_shop__modules__text {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  color: #31373D;
  margin-top: 30px;
}
.binta-shop__wrapper__main_shop__modules__free {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.binta-shop__wrapper__main_shop__modules__free__category {
  background: #F3F4F5;
  border-radius: 15px;
  padding: 10px 10px 15px 10px;
  height: fit-content;
  flex: 20%;
}
.binta-shop__wrapper__main_shop__modules__free__category__name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #31373D;
}
.binta-shop__wrapper__main_shop__modules__free__category__modules {
  display: flex;
  margin-top: 10px;
  flex-direction: column;
  gap: 5px;
}
.binta-shop__wrapper__main_shop__modules__free__category__modules__block {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
}
.binta-shop__wrapper__main_shop__modules__free__category__modules__block__name {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #4E5964;
}
.binta-shop__wrapper__main_shop__modules__free__category__modules__block__checkbox input[type=checkbox]:after {
  line-height: 1.5em;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -1.9px;
  margin-left: -4px;
  border: 1px solid #A3B1C0;
  border-radius: 0.25em;
  background: white;
}
.binta-shop__wrapper__main_shop__modules__free__category__modules__block__checkbox input[type=checkbox]:checked:after {
  width: 15px;
  height: 15px;
  border: 1px solid #00ff00;
}
.binta-shop__wrapper__main_shop__basket {
  flex: 1 1 10%;
}
.binta-shop__wrapper__main_shop__basket__users_count {
  opacity: 0.67;
  border: 2px solid #EDEEF0;
  border-radius: 10px;
  padding: 20px 27px;
}
.binta-shop__wrapper__main_shop__basket__users_count__text {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.binta-shop__wrapper__main_shop__basket__users_count__text a {
  text-decoration: underline;
  color: #000000;
}
.binta-shop__wrapper__main_shop__basket__users_count__counter {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.binta-shop__wrapper__main_shop__basket__users_count__counter__minus {
  border: 1px solid #919BA3;
  border-radius: 5px;
  color: #919BA3;
  padding: 11px 35px;
  cursor: pointer;
}
.binta-shop__wrapper__main_shop__basket__users_count__counter__plus {
  border: 1px solid #919BA3;
  border-radius: 5px;
  color: #919BA3;
  padding: 11px 35px;
  cursor: pointer;
}
.binta-shop__wrapper__main_shop__basket__users_count__counter__general {
  font-style: normal;
  font-weight: 600;
  font-size: 29.7866px;
  line-height: 36px;
}
.binta-shop__column {
  display: flex;
  align-items: baseline;
}
@media (max-width: 360px) {
  .binta-shop__column {
    flex-direction: column;
  }
}
.binta-shop__body {
  margin-right: 19px;
}
@media (max-width: 980px) {
  .binta-shop__body {
    margin-right: 5px;
  }
}
.binta-shop__item {
  margin-bottom: 10px;
  background: #F3F4F5;
  border-radius: 15px;
  padding: 20px 17px;
}
@media (max-width: 500px) {
  .binta-shop__item {
    padding: 10px 10px 15px 10px;
  }
}
.binta-shop__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 6px;
  height: 44px;
  width: 100%;
}
.binta-shop__content-text {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #4E5964;
  padding-left: 16px;
}
@media (max-width: 500px) {
  .binta-shop__content-text {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #4E5964;
  }
}
.binta-shop__item-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.binta-shop__content-inp {
  margin-right: 16px;
}
.binta-shop__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #31373D;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .binta-shop__item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 28px;
    color: #31373D;
  }
}
.binta-shop__item-title::after {
  content: "0 р.";
  display: inline-block;
  font-weight: 600;
  font-size: 11px;
  line-height: 130%;
  color: #00B407;
  padding: 0 6px;
  border: 1px solid #00B407;
  border-radius: 50px;
  margin-left: 6px;
  white-space: nowrap;
}
.binta-shop .basket-body {
  margin-top: -160px;
}
@media (max-width: 1300px) {
  .binta-shop .basket-body {
    margin-top: unset;
  }
}
@media (max-width: 500px) {
  .binta-shop .basket-body {
    margin-top: 20px;
  }
}
.binta-shop .basket-item {
  border: 2px solid #EDEEF0;
  border-radius: 10px;
  background: #FFFFFF;
}
.binta-shop__counter-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #31373D;
  text-align: center;
}
.binta-shop__counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.binta-shop__counter-count {
  font-weight: 600;
  font-size: 29.7866px;
  line-height: 36px;
  text-align: center;
  color: #31373D;
}
.binta-shop__counter-decrement {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  border: 1px solid #919BA3;
  border-radius: 5px;
  color: #919BA3;
}
.binta-shop__counter-increment {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  border: 1px solid #919BA3;
  border-radius: 5px;
  color: #919BA3;
}
.binta-shop__basket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D9DFEA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.binta-shop__basket-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #4E5964;
}
.binta-shop__basket-number {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #4E5964;
}
.binta-shop__basket-result, .binta-shop__basket-result-year {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.binta-shop__basket-result-year {
  margin-bottom: 25px;
}
.binta-shop__basket-result-text, .binta-shop__basket-result-year-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #4E5964;
}
.binta-shop__basket-result-number, .binta-shop__basket-result-year-number {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #4E5964;
}
.binta-shop__basket-description {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E5FFE7;
  opacity: 0.7;
  border-radius: 10px;
  white-space: nowrap;
  padding: 10px 16px;
}
.binta-shop__basket-description-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #00B407;
}
.binta-shop__basket-description-number {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #00B407;
  margin-left: 4px;
}
.binta-shop__basket-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 72px;
  background: #00A7C2;
  width: 100%;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin: 20px 0 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  white-space: nowrap;
}
.binta-shop__basket-free-days {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #00A7C2;
}

@keyframes animate-to-top {
  0% {
    top: -300px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content-show {
  display: block;
}

.dropdown-content {
  color: white;
  background-color: rgb(47, 49, 64);
  margin-top: 20px;
  border-radius: 10px;
  padding: 25px 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.white_dropdown {
  background-color: #f1f1f1 !important;
}
.white_dropdown a {
  color: #31373D !important;
}

.dropdown-content__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dropdown-content__items a:hover {
  text-decoration: underline !important;
  color: inherit !important;
}

.dropdown-content-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile_dropdown_posibility_menu {
  display: none;
  background: #F8F8F8;
  border-radius: 15px;
  padding: 27px 20px;
  gap: 55px;
  width: 80%;
  margin: auto;
  justify-content: center;
}
@media (max-width: 500px) {
  .mobile_dropdown_posibility_menu {
    gap: 80px;
  }
}

.mobile_dropdown-content__items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mobile_dropdown-content__items__content a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #31373D;
}

.dropdown-content-main {
  display: flex;
}

.main_header_sidenav {
  text-align: left !important;
  width: 80% !important;
  margin: auto !important;
}

.trash_block {
  padding-left: 5px;
}

.custom_round_checkbox_container {
  position: relative;
}

.custom_round_checkbox_container label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px;
}

.custom_round_checkbox_container label:after {
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 2.2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(-45deg);
  width: 8px;
}

.custom_round_checkbox_container input[type=checkbox] {
  visibility: hidden;
}

.custom_round_checkbox_container input[type=checkbox]:checked + label {
  background-color: #00A7C2;
  border-color: #00A7C2;
}

.custom_round_checkbox_container input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* Preloader */
@keyframes loader-animation {
  0% {
    width: 0%;
  }
  10% {
    width: 30%;
    left: 0%;
  }
  30% {
    width: 60%;
    left: 0%;
  }
  40% {
    width: 70%;
    left: 0%;
  }
  50% {
    width: 80%;
    left: 0%;
  }
  100% {
    left: 0%;
    width: 100%;
  }
}
.loader_bar {
  height: 2px;
  width: 150px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #202020;
}

.loader_bar .bar {
  position: relative;
  margin-top: 530px;
  height: 2px;
  background-color: #00A7C2;
  animation-name: loader-animation;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: 1000;
}

.wrap {
  position: relative;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform-style: preserve-3d;
  perspective: 1000px;
  animation: rotate 14s infinite linear;
  z-index: 1001;
}

@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: #00a8c2;
}

@keyframes orbit1 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-351deg) rotateY(197deg) translateX(100px) rotateZ(351deg);
  }
  80% {
    transform: rotateZ(-351deg) rotateY(197deg) translateX(100px) rotateZ(351deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-351deg) rotateY(197deg) translateX(300px) rotateZ(351deg);
  }
}
.c:nth-child(2) {
  animation: orbit2 14s infinite;
  animation-delay: 0.02s;
  background-color: #00a8c2;
}

@keyframes orbit2 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-181deg) rotateY(69deg) translateX(100px) rotateZ(181deg);
  }
  80% {
    transform: rotateZ(-181deg) rotateY(69deg) translateX(100px) rotateZ(181deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-181deg) rotateY(69deg) translateX(300px) rotateZ(181deg);
  }
}
.c:nth-child(3) {
  animation: orbit3 14s infinite;
  animation-delay: 0.03s;
  background-color: #00a8c2;
}

@keyframes orbit3 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-42deg) rotateY(346deg) translateX(100px) rotateZ(42deg);
  }
  80% {
    transform: rotateZ(-42deg) rotateY(346deg) translateX(100px) rotateZ(42deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-42deg) rotateY(346deg) translateX(300px) rotateZ(42deg);
  }
}
.c:nth-child(4) {
  animation: orbit4 14s infinite;
  animation-delay: 0.04s;
  background-color: #00a8c2;
}

@keyframes orbit4 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-241deg) rotateY(47deg) translateX(100px) rotateZ(241deg);
  }
  80% {
    transform: rotateZ(-241deg) rotateY(47deg) translateX(100px) rotateZ(241deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-241deg) rotateY(47deg) translateX(300px) rotateZ(241deg);
  }
}
.c:nth-child(5) {
  animation: orbit5 14s infinite;
  animation-delay: 0.05s;
  background-color: #00a8c2;
}

@keyframes orbit5 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-352deg) rotateY(135deg) translateX(100px) rotateZ(352deg);
  }
  80% {
    transform: rotateZ(-352deg) rotateY(135deg) translateX(100px) rotateZ(352deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-352deg) rotateY(135deg) translateX(300px) rotateZ(352deg);
  }
}
.c:nth-child(6) {
  animation: orbit6 14s infinite;
  animation-delay: 0.06s;
  background-color: #00a8c2;
}

@keyframes orbit6 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-307deg) rotateY(293deg) translateX(100px) rotateZ(307deg);
  }
  80% {
    transform: rotateZ(-307deg) rotateY(293deg) translateX(100px) rotateZ(307deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-307deg) rotateY(293deg) translateX(300px) rotateZ(307deg);
  }
}
.c:nth-child(7) {
  animation: orbit7 14s infinite;
  animation-delay: 0.07s;
  background-color: #00a8c2;
}

@keyframes orbit7 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-351deg) rotateY(347deg) translateX(100px) rotateZ(351deg);
  }
  80% {
    transform: rotateZ(-351deg) rotateY(347deg) translateX(100px) rotateZ(351deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-351deg) rotateY(347deg) translateX(300px) rotateZ(351deg);
  }
}
.c:nth-child(8) {
  animation: orbit8 14s infinite;
  animation-delay: 0.08s;
  background-color: #00a8c2;
}

@keyframes orbit8 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-211deg) rotateY(77deg) translateX(100px) rotateZ(211deg);
  }
  80% {
    transform: rotateZ(-211deg) rotateY(77deg) translateX(100px) rotateZ(211deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-211deg) rotateY(77deg) translateX(300px) rotateZ(211deg);
  }
}
.c:nth-child(9) {
  animation: orbit9 14s infinite;
  animation-delay: 0.09s;
  background-color: #00a8c2;
}

@keyframes orbit9 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-145deg) rotateY(144deg) translateX(100px) rotateZ(145deg);
  }
  80% {
    transform: rotateZ(-145deg) rotateY(144deg) translateX(100px) rotateZ(145deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-145deg) rotateY(144deg) translateX(300px) rotateZ(145deg);
  }
}
.c:nth-child(10) {
  animation: orbit10 14s infinite;
  animation-delay: 0.1s;
  background-color: #00a8c2;
}

@keyframes orbit10 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-83deg) rotateY(127deg) translateX(100px) rotateZ(83deg);
  }
  80% {
    transform: rotateZ(-83deg) rotateY(127deg) translateX(100px) rotateZ(83deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-83deg) rotateY(127deg) translateX(300px) rotateZ(83deg);
  }
}
.c:nth-child(11) {
  animation: orbit11 14s infinite;
  animation-delay: 0.11s;
  background-color: #00a8c2;
}

@keyframes orbit11 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-320deg) rotateY(200deg) translateX(100px) rotateZ(320deg);
  }
  80% {
    transform: rotateZ(-320deg) rotateY(200deg) translateX(100px) rotateZ(320deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-320deg) rotateY(200deg) translateX(300px) rotateZ(320deg);
  }
}
.c:nth-child(12) {
  animation: orbit12 14s infinite;
  animation-delay: 0.12s;
  background-color: #00a8c2;
}

@keyframes orbit12 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-34deg) rotateY(327deg) translateX(100px) rotateZ(34deg);
  }
  80% {
    transform: rotateZ(-34deg) rotateY(327deg) translateX(100px) rotateZ(34deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-34deg) rotateY(327deg) translateX(300px) rotateZ(34deg);
  }
}
.c:nth-child(13) {
  animation: orbit13 14s infinite;
  animation-delay: 0.13s;
  background-color: #00a8c2;
}

@keyframes orbit13 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-104deg) rotateY(146deg) translateX(100px) rotateZ(104deg);
  }
  80% {
    transform: rotateZ(-104deg) rotateY(146deg) translateX(100px) rotateZ(104deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-104deg) rotateY(146deg) translateX(300px) rotateZ(104deg);
  }
}
.c:nth-child(14) {
  animation: orbit14 14s infinite;
  animation-delay: 0.14s;
  background-color: #00a8c2;
}

@keyframes orbit14 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-281deg) rotateY(203deg) translateX(100px) rotateZ(281deg);
  }
  80% {
    transform: rotateZ(-281deg) rotateY(203deg) translateX(100px) rotateZ(281deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-281deg) rotateY(203deg) translateX(300px) rotateZ(281deg);
  }
}
.c:nth-child(15) {
  animation: orbit15 14s infinite;
  animation-delay: 0.15s;
  background-color: #00a8c2;
}

@keyframes orbit15 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-350deg) rotateY(239deg) translateX(100px) rotateZ(350deg);
  }
  80% {
    transform: rotateZ(-350deg) rotateY(239deg) translateX(100px) rotateZ(350deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-350deg) rotateY(239deg) translateX(300px) rotateZ(350deg);
  }
}
.c:nth-child(16) {
  animation: orbit16 14s infinite;
  animation-delay: 0.16s;
  background-color: #00a8c2;
}

@keyframes orbit16 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-249deg) rotateY(305deg) translateX(100px) rotateZ(249deg);
  }
  80% {
    transform: rotateZ(-249deg) rotateY(305deg) translateX(100px) rotateZ(249deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-249deg) rotateY(305deg) translateX(300px) rotateZ(249deg);
  }
}
.c:nth-child(17) {
  animation: orbit17 14s infinite;
  animation-delay: 0.17s;
  background-color: #00a8c2;
}

@keyframes orbit17 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-222deg) rotateY(144deg) translateX(100px) rotateZ(222deg);
  }
  80% {
    transform: rotateZ(-222deg) rotateY(144deg) translateX(100px) rotateZ(222deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-222deg) rotateY(144deg) translateX(300px) rotateZ(222deg);
  }
}
.c:nth-child(18) {
  animation: orbit18 14s infinite;
  animation-delay: 0.18s;
  background-color: #00a8c2;
}

@keyframes orbit18 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-289deg) rotateY(142deg) translateX(100px) rotateZ(289deg);
  }
  80% {
    transform: rotateZ(-289deg) rotateY(142deg) translateX(100px) rotateZ(289deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-289deg) rotateY(142deg) translateX(300px) rotateZ(289deg);
  }
}
.c:nth-child(19) {
  animation: orbit19 14s infinite;
  animation-delay: 0.19s;
  background-color: #00a8c2;
}

@keyframes orbit19 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-277deg) rotateY(86deg) translateX(100px) rotateZ(277deg);
  }
  80% {
    transform: rotateZ(-277deg) rotateY(86deg) translateX(100px) rotateZ(277deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-277deg) rotateY(86deg) translateX(300px) rotateZ(277deg);
  }
}
.c:nth-child(20) {
  animation: orbit20 14s infinite;
  animation-delay: 0.2s;
  background-color: #00a8c2;
}

@keyframes orbit20 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-154deg) rotateY(288deg) translateX(100px) rotateZ(154deg);
  }
  80% {
    transform: rotateZ(-154deg) rotateY(288deg) translateX(100px) rotateZ(154deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-154deg) rotateY(288deg) translateX(300px) rotateZ(154deg);
  }
}
.c:nth-child(21) {
  animation: orbit21 14s infinite;
  animation-delay: 0.21s;
  background-color: #00a8c2;
}

@keyframes orbit21 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-357deg) rotateY(227deg) translateX(100px) rotateZ(357deg);
  }
  80% {
    transform: rotateZ(-357deg) rotateY(227deg) translateX(100px) rotateZ(357deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-357deg) rotateY(227deg) translateX(300px) rotateZ(357deg);
  }
}
.c:nth-child(22) {
  animation: orbit22 14s infinite;
  animation-delay: 0.22s;
  background-color: #00a8c2;
}

@keyframes orbit22 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-17deg) rotateY(312deg) translateX(100px) rotateZ(17deg);
  }
  80% {
    transform: rotateZ(-17deg) rotateY(312deg) translateX(100px) rotateZ(17deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-17deg) rotateY(312deg) translateX(300px) rotateZ(17deg);
  }
}
.c:nth-child(23) {
  animation: orbit23 14s infinite;
  animation-delay: 0.23s;
  background-color: #00a8c2;
}

@keyframes orbit23 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-283deg) rotateY(314deg) translateX(100px) rotateZ(283deg);
  }
  80% {
    transform: rotateZ(-283deg) rotateY(314deg) translateX(100px) rotateZ(283deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-283deg) rotateY(314deg) translateX(300px) rotateZ(283deg);
  }
}
.c:nth-child(24) {
  animation: orbit24 14s infinite;
  animation-delay: 0.24s;
  background-color: #00a8c2;
}

@keyframes orbit24 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-12deg) rotateY(121deg) translateX(100px) rotateZ(12deg);
  }
  80% {
    transform: rotateZ(-12deg) rotateY(121deg) translateX(100px) rotateZ(12deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-12deg) rotateY(121deg) translateX(300px) rotateZ(12deg);
  }
}
.c:nth-child(25) {
  animation: orbit25 14s infinite;
  animation-delay: 0.25s;
  background-color: #00a8c2;
}

@keyframes orbit25 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-319deg) rotateY(277deg) translateX(100px) rotateZ(319deg);
  }
  80% {
    transform: rotateZ(-319deg) rotateY(277deg) translateX(100px) rotateZ(319deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-319deg) rotateY(277deg) translateX(300px) rotateZ(319deg);
  }
}
.c:nth-child(26) {
  animation: orbit26 14s infinite;
  animation-delay: 0.26s;
  background-color: #00a8c2;
}

@keyframes orbit26 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-341deg) rotateY(47deg) translateX(100px) rotateZ(341deg);
  }
  80% {
    transform: rotateZ(-341deg) rotateY(47deg) translateX(100px) rotateZ(341deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-341deg) rotateY(47deg) translateX(300px) rotateZ(341deg);
  }
}
.c:nth-child(27) {
  animation: orbit27 14s infinite;
  animation-delay: 0.27s;
  background-color: #00a8c2;
}

@keyframes orbit27 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-25deg) rotateY(141deg) translateX(100px) rotateZ(25deg);
  }
  80% {
    transform: rotateZ(-25deg) rotateY(141deg) translateX(100px) rotateZ(25deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-25deg) rotateY(141deg) translateX(300px) rotateZ(25deg);
  }
}
.c:nth-child(28) {
  animation: orbit28 14s infinite;
  animation-delay: 0.28s;
  background-color: #00a8c2;
}

@keyframes orbit28 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-151deg) rotateY(97deg) translateX(100px) rotateZ(151deg);
  }
  80% {
    transform: rotateZ(-151deg) rotateY(97deg) translateX(100px) rotateZ(151deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-151deg) rotateY(97deg) translateX(300px) rotateZ(151deg);
  }
}
.c:nth-child(29) {
  animation: orbit29 14s infinite;
  animation-delay: 0.29s;
  background-color: #00a8c2;
}

@keyframes orbit29 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-132deg) rotateY(226deg) translateX(100px) rotateZ(132deg);
  }
  80% {
    transform: rotateZ(-132deg) rotateY(226deg) translateX(100px) rotateZ(132deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-132deg) rotateY(226deg) translateX(300px) rotateZ(132deg);
  }
}
.c:nth-child(30) {
  animation: orbit30 14s infinite;
  animation-delay: 0.3s;
  background-color: #00a8c2;
}

@keyframes orbit30 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-159deg) rotateY(124deg) translateX(100px) rotateZ(159deg);
  }
  80% {
    transform: rotateZ(-159deg) rotateY(124deg) translateX(100px) rotateZ(159deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-159deg) rotateY(124deg) translateX(300px) rotateZ(159deg);
  }
}
.c:nth-child(31) {
  animation: orbit31 14s infinite;
  animation-delay: 0.31s;
  background-color: #00a8c2;
}

@keyframes orbit31 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-104deg) rotateY(294deg) translateX(100px) rotateZ(104deg);
  }
  80% {
    transform: rotateZ(-104deg) rotateY(294deg) translateX(100px) rotateZ(104deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-104deg) rotateY(294deg) translateX(300px) rotateZ(104deg);
  }
}
.c:nth-child(32) {
  animation: orbit32 14s infinite;
  animation-delay: 0.32s;
  background-color: #00a8c2;
}

@keyframes orbit32 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-134deg) rotateY(78deg) translateX(100px) rotateZ(134deg);
  }
  80% {
    transform: rotateZ(-134deg) rotateY(78deg) translateX(100px) rotateZ(134deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-134deg) rotateY(78deg) translateX(300px) rotateZ(134deg);
  }
}
.c:nth-child(33) {
  animation: orbit33 14s infinite;
  animation-delay: 0.33s;
  background-color: #00a8c2;
}

@keyframes orbit33 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-66deg) rotateY(273deg) translateX(100px) rotateZ(66deg);
  }
  80% {
    transform: rotateZ(-66deg) rotateY(273deg) translateX(100px) rotateZ(66deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-66deg) rotateY(273deg) translateX(300px) rotateZ(66deg);
  }
}
.c:nth-child(34) {
  animation: orbit34 14s infinite;
  animation-delay: 0.34s;
  background-color: #00a8c2;
}

@keyframes orbit34 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-337deg) rotateY(11deg) translateX(100px) rotateZ(337deg);
  }
  80% {
    transform: rotateZ(-337deg) rotateY(11deg) translateX(100px) rotateZ(337deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-337deg) rotateY(11deg) translateX(300px) rotateZ(337deg);
  }
}
.c:nth-child(35) {
  animation: orbit35 14s infinite;
  animation-delay: 0.35s;
  background-color: #00a8c2;
}

@keyframes orbit35 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-14deg) rotateY(333deg) translateX(100px) rotateZ(14deg);
  }
  80% {
    transform: rotateZ(-14deg) rotateY(333deg) translateX(100px) rotateZ(14deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-14deg) rotateY(333deg) translateX(300px) rotateZ(14deg);
  }
}
.c:nth-child(36) {
  animation: orbit36 14s infinite;
  animation-delay: 0.36s;
  background-color: #00a8c2;
}

@keyframes orbit36 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-116deg) rotateY(286deg) translateX(100px) rotateZ(116deg);
  }
  80% {
    transform: rotateZ(-116deg) rotateY(286deg) translateX(100px) rotateZ(116deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-116deg) rotateY(286deg) translateX(300px) rotateZ(116deg);
  }
}
.c:nth-child(37) {
  animation: orbit37 14s infinite;
  animation-delay: 0.37s;
  background-color: #00a8c2;
}

@keyframes orbit37 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-75deg) rotateY(100deg) translateX(100px) rotateZ(75deg);
  }
  80% {
    transform: rotateZ(-75deg) rotateY(100deg) translateX(100px) rotateZ(75deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-75deg) rotateY(100deg) translateX(300px) rotateZ(75deg);
  }
}
.c:nth-child(38) {
  animation: orbit38 14s infinite;
  animation-delay: 0.38s;
  background-color: #00a8c2;
}

@keyframes orbit38 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-234deg) rotateY(23deg) translateX(100px) rotateZ(234deg);
  }
  80% {
    transform: rotateZ(-234deg) rotateY(23deg) translateX(100px) rotateZ(234deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-234deg) rotateY(23deg) translateX(300px) rotateZ(234deg);
  }
}
.c:nth-child(39) {
  animation: orbit39 14s infinite;
  animation-delay: 0.39s;
  background-color: #00a8c2;
}

@keyframes orbit39 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-147deg) rotateY(115deg) translateX(100px) rotateZ(147deg);
  }
  80% {
    transform: rotateZ(-147deg) rotateY(115deg) translateX(100px) rotateZ(147deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-147deg) rotateY(115deg) translateX(300px) rotateZ(147deg);
  }
}
.c:nth-child(40) {
  animation: orbit40 14s infinite;
  animation-delay: 0.4s;
  background-color: #00a8c2;
}

@keyframes orbit40 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-81deg) rotateY(185deg) translateX(100px) rotateZ(81deg);
  }
  80% {
    transform: rotateZ(-81deg) rotateY(185deg) translateX(100px) rotateZ(81deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-81deg) rotateY(185deg) translateX(300px) rotateZ(81deg);
  }
}
.c:nth-child(41) {
  animation: orbit41 14s infinite;
  animation-delay: 0.41s;
  background-color: #00a8c2;
}

@keyframes orbit41 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-205deg) rotateY(272deg) translateX(100px) rotateZ(205deg);
  }
  80% {
    transform: rotateZ(-205deg) rotateY(272deg) translateX(100px) rotateZ(205deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-205deg) rotateY(272deg) translateX(300px) rotateZ(205deg);
  }
}
.c:nth-child(42) {
  animation: orbit42 14s infinite;
  animation-delay: 0.42s;
  background-color: #00a8c2;
}

@keyframes orbit42 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-147deg) rotateY(202deg) translateX(100px) rotateZ(147deg);
  }
  80% {
    transform: rotateZ(-147deg) rotateY(202deg) translateX(100px) rotateZ(147deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-147deg) rotateY(202deg) translateX(300px) rotateZ(147deg);
  }
}
.c:nth-child(43) {
  animation: orbit43 14s infinite;
  animation-delay: 0.43s;
  background-color: #00a8c2;
}

@keyframes orbit43 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-184deg) rotateY(52deg) translateX(100px) rotateZ(184deg);
  }
  80% {
    transform: rotateZ(-184deg) rotateY(52deg) translateX(100px) rotateZ(184deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-184deg) rotateY(52deg) translateX(300px) rotateZ(184deg);
  }
}
.c:nth-child(44) {
  animation: orbit44 14s infinite;
  animation-delay: 0.44s;
  background-color: #00a8c2;
}

@keyframes orbit44 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-205deg) rotateY(233deg) translateX(100px) rotateZ(205deg);
  }
  80% {
    transform: rotateZ(-205deg) rotateY(233deg) translateX(100px) rotateZ(205deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-205deg) rotateY(233deg) translateX(300px) rotateZ(205deg);
  }
}
.c:nth-child(45) {
  animation: orbit45 14s infinite;
  animation-delay: 0.45s;
  background-color: #00a8c2;
}

@keyframes orbit45 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-112deg) rotateY(178deg) translateX(100px) rotateZ(112deg);
  }
  80% {
    transform: rotateZ(-112deg) rotateY(178deg) translateX(100px) rotateZ(112deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-112deg) rotateY(178deg) translateX(300px) rotateZ(112deg);
  }
}
.c:nth-child(46) {
  animation: orbit46 14s infinite;
  animation-delay: 0.46s;
  background-color: #00a8c2;
}

@keyframes orbit46 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-356deg) rotateY(343deg) translateX(100px) rotateZ(356deg);
  }
  80% {
    transform: rotateZ(-356deg) rotateY(343deg) translateX(100px) rotateZ(356deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-356deg) rotateY(343deg) translateX(300px) rotateZ(356deg);
  }
}
.c:nth-child(47) {
  animation: orbit47 14s infinite;
  animation-delay: 0.47s;
  background-color: #00a8c2;
}

@keyframes orbit47 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-286deg) rotateY(16deg) translateX(100px) rotateZ(286deg);
  }
  80% {
    transform: rotateZ(-286deg) rotateY(16deg) translateX(100px) rotateZ(286deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-286deg) rotateY(16deg) translateX(300px) rotateZ(286deg);
  }
}
.c:nth-child(48) {
  animation: orbit48 14s infinite;
  animation-delay: 0.48s;
  background-color: #00a8c2;
}

@keyframes orbit48 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-264deg) rotateY(92deg) translateX(100px) rotateZ(264deg);
  }
  80% {
    transform: rotateZ(-264deg) rotateY(92deg) translateX(100px) rotateZ(264deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-264deg) rotateY(92deg) translateX(300px) rotateZ(264deg);
  }
}
.c:nth-child(49) {
  animation: orbit49 14s infinite;
  animation-delay: 0.49s;
  background-color: #00a8c2;
}

@keyframes orbit49 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-358deg) rotateY(182deg) translateX(100px) rotateZ(358deg);
  }
  80% {
    transform: rotateZ(-358deg) rotateY(182deg) translateX(100px) rotateZ(358deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-358deg) rotateY(182deg) translateX(300px) rotateZ(358deg);
  }
}
.c:nth-child(50) {
  animation: orbit50 14s infinite;
  animation-delay: 0.5s;
  background-color: #00a8c2;
}

@keyframes orbit50 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-50deg) rotateY(318deg) translateX(100px) rotateZ(50deg);
  }
  80% {
    transform: rotateZ(-50deg) rotateY(318deg) translateX(100px) rotateZ(50deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-50deg) rotateY(318deg) translateX(300px) rotateZ(50deg);
  }
}
.c:nth-child(51) {
  animation: orbit51 14s infinite;
  animation-delay: 0.51s;
  background-color: #00a8c2;
}

@keyframes orbit51 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-257deg) rotateY(104deg) translateX(100px) rotateZ(257deg);
  }
  80% {
    transform: rotateZ(-257deg) rotateY(104deg) translateX(100px) rotateZ(257deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-257deg) rotateY(104deg) translateX(300px) rotateZ(257deg);
  }
}
.c:nth-child(52) {
  animation: orbit52 14s infinite;
  animation-delay: 0.52s;
  background-color: #00a8c2;
}

@keyframes orbit52 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-208deg) rotateY(275deg) translateX(100px) rotateZ(208deg);
  }
  80% {
    transform: rotateZ(-208deg) rotateY(275deg) translateX(100px) rotateZ(208deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-208deg) rotateY(275deg) translateX(300px) rotateZ(208deg);
  }
}
.c:nth-child(53) {
  animation: orbit53 14s infinite;
  animation-delay: 0.53s;
  background-color: #00a8c2;
}

@keyframes orbit53 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-212deg) rotateY(43deg) translateX(100px) rotateZ(212deg);
  }
  80% {
    transform: rotateZ(-212deg) rotateY(43deg) translateX(100px) rotateZ(212deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-212deg) rotateY(43deg) translateX(300px) rotateZ(212deg);
  }
}
.c:nth-child(54) {
  animation: orbit54 14s infinite;
  animation-delay: 0.54s;
  background-color: #00a8c2;
}

@keyframes orbit54 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-350deg) rotateY(82deg) translateX(100px) rotateZ(350deg);
  }
  80% {
    transform: rotateZ(-350deg) rotateY(82deg) translateX(100px) rotateZ(350deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-350deg) rotateY(82deg) translateX(300px) rotateZ(350deg);
  }
}
.c:nth-child(55) {
  animation: orbit55 14s infinite;
  animation-delay: 0.55s;
  background-color: #00a8c2;
}

@keyframes orbit55 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-193deg) rotateY(355deg) translateX(100px) rotateZ(193deg);
  }
  80% {
    transform: rotateZ(-193deg) rotateY(355deg) translateX(100px) rotateZ(193deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-193deg) rotateY(355deg) translateX(300px) rotateZ(193deg);
  }
}
.c:nth-child(56) {
  animation: orbit56 14s infinite;
  animation-delay: 0.56s;
  background-color: #00a8c2;
}

@keyframes orbit56 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-270deg) rotateY(254deg) translateX(100px) rotateZ(270deg);
  }
  80% {
    transform: rotateZ(-270deg) rotateY(254deg) translateX(100px) rotateZ(270deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-270deg) rotateY(254deg) translateX(300px) rotateZ(270deg);
  }
}
.c:nth-child(57) {
  animation: orbit57 14s infinite;
  animation-delay: 0.57s;
  background-color: #00a8c2;
}

@keyframes orbit57 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-175deg) rotateY(320deg) translateX(100px) rotateZ(175deg);
  }
  80% {
    transform: rotateZ(-175deg) rotateY(320deg) translateX(100px) rotateZ(175deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-175deg) rotateY(320deg) translateX(300px) rotateZ(175deg);
  }
}
.c:nth-child(58) {
  animation: orbit58 14s infinite;
  animation-delay: 0.58s;
  background-color: #00a8c2;
}

@keyframes orbit58 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-119deg) rotateY(305deg) translateX(100px) rotateZ(119deg);
  }
  80% {
    transform: rotateZ(-119deg) rotateY(305deg) translateX(100px) rotateZ(119deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-119deg) rotateY(305deg) translateX(300px) rotateZ(119deg);
  }
}
.c:nth-child(59) {
  animation: orbit59 14s infinite;
  animation-delay: 0.59s;
  background-color: #00a8c2;
}

@keyframes orbit59 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-108deg) rotateY(144deg) translateX(100px) rotateZ(108deg);
  }
  80% {
    transform: rotateZ(-108deg) rotateY(144deg) translateX(100px) rotateZ(108deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-108deg) rotateY(144deg) translateX(300px) rotateZ(108deg);
  }
}
.c:nth-child(60) {
  animation: orbit60 14s infinite;
  animation-delay: 0.6s;
  background-color: #00a8c2;
}

@keyframes orbit60 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-174deg) rotateY(10deg) translateX(100px) rotateZ(174deg);
  }
  80% {
    transform: rotateZ(-174deg) rotateY(10deg) translateX(100px) rotateZ(174deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-174deg) rotateY(10deg) translateX(300px) rotateZ(174deg);
  }
}
.c:nth-child(61) {
  animation: orbit61 14s infinite;
  animation-delay: 0.61s;
  background-color: #00a8c2;
}

@keyframes orbit61 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-120deg) rotateY(125deg) translateX(100px) rotateZ(120deg);
  }
  80% {
    transform: rotateZ(-120deg) rotateY(125deg) translateX(100px) rotateZ(120deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-120deg) rotateY(125deg) translateX(300px) rotateZ(120deg);
  }
}
.c:nth-child(62) {
  animation: orbit62 14s infinite;
  animation-delay: 0.62s;
  background-color: #00a8c2;
}

@keyframes orbit62 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-78deg) rotateY(207deg) translateX(100px) rotateZ(78deg);
  }
  80% {
    transform: rotateZ(-78deg) rotateY(207deg) translateX(100px) rotateZ(78deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-78deg) rotateY(207deg) translateX(300px) rotateZ(78deg);
  }
}
.c:nth-child(63) {
  animation: orbit63 14s infinite;
  animation-delay: 0.63s;
  background-color: #00a8c2;
}

@keyframes orbit63 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-296deg) rotateY(108deg) translateX(100px) rotateZ(296deg);
  }
  80% {
    transform: rotateZ(-296deg) rotateY(108deg) translateX(100px) rotateZ(296deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-296deg) rotateY(108deg) translateX(300px) rotateZ(296deg);
  }
}
.c:nth-child(64) {
  animation: orbit64 14s infinite;
  animation-delay: 0.64s;
  background-color: #00a8c2;
}

@keyframes orbit64 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-102deg) rotateY(198deg) translateX(100px) rotateZ(102deg);
  }
  80% {
    transform: rotateZ(-102deg) rotateY(198deg) translateX(100px) rotateZ(102deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-102deg) rotateY(198deg) translateX(300px) rotateZ(102deg);
  }
}
.c:nth-child(65) {
  animation: orbit65 14s infinite;
  animation-delay: 0.65s;
  background-color: #00a8c2;
}

@keyframes orbit65 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-143deg) rotateY(176deg) translateX(100px) rotateZ(143deg);
  }
  80% {
    transform: rotateZ(-143deg) rotateY(176deg) translateX(100px) rotateZ(143deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-143deg) rotateY(176deg) translateX(300px) rotateZ(143deg);
  }
}
.c:nth-child(66) {
  animation: orbit66 14s infinite;
  animation-delay: 0.66s;
  background-color: #00a8c2;
}

@keyframes orbit66 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-215deg) rotateY(234deg) translateX(100px) rotateZ(215deg);
  }
  80% {
    transform: rotateZ(-215deg) rotateY(234deg) translateX(100px) rotateZ(215deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-215deg) rotateY(234deg) translateX(300px) rotateZ(215deg);
  }
}
.c:nth-child(67) {
  animation: orbit67 14s infinite;
  animation-delay: 0.67s;
  background-color: #00a8c2;
}

@keyframes orbit67 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-168deg) rotateY(43deg) translateX(100px) rotateZ(168deg);
  }
  80% {
    transform: rotateZ(-168deg) rotateY(43deg) translateX(100px) rotateZ(168deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-168deg) rotateY(43deg) translateX(300px) rotateZ(168deg);
  }
}
.c:nth-child(68) {
  animation: orbit68 14s infinite;
  animation-delay: 0.68s;
  background-color: #00a8c2;
}

@keyframes orbit68 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-175deg) rotateY(158deg) translateX(100px) rotateZ(175deg);
  }
  80% {
    transform: rotateZ(-175deg) rotateY(158deg) translateX(100px) rotateZ(175deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-175deg) rotateY(158deg) translateX(300px) rotateZ(175deg);
  }
}
.c:nth-child(69) {
  animation: orbit69 14s infinite;
  animation-delay: 0.69s;
  background-color: #00a8c2;
}

@keyframes orbit69 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-336deg) rotateY(219deg) translateX(100px) rotateZ(336deg);
  }
  80% {
    transform: rotateZ(-336deg) rotateY(219deg) translateX(100px) rotateZ(336deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-336deg) rotateY(219deg) translateX(300px) rotateZ(336deg);
  }
}
.c:nth-child(70) {
  animation: orbit70 14s infinite;
  animation-delay: 0.7s;
  background-color: #00a8c2;
}

@keyframes orbit70 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-66deg) rotateY(99deg) translateX(100px) rotateZ(66deg);
  }
  80% {
    transform: rotateZ(-66deg) rotateY(99deg) translateX(100px) rotateZ(66deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-66deg) rotateY(99deg) translateX(300px) rotateZ(66deg);
  }
}
.c:nth-child(71) {
  animation: orbit71 14s infinite;
  animation-delay: 0.71s;
  background-color: #00a8c2;
}

@keyframes orbit71 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-176deg) rotateY(99deg) translateX(100px) rotateZ(176deg);
  }
  80% {
    transform: rotateZ(-176deg) rotateY(99deg) translateX(100px) rotateZ(176deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-176deg) rotateY(99deg) translateX(300px) rotateZ(176deg);
  }
}
.c:nth-child(72) {
  animation: orbit72 14s infinite;
  animation-delay: 0.72s;
  background-color: #00a8c2;
}

@keyframes orbit72 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-190deg) rotateY(109deg) translateX(100px) rotateZ(190deg);
  }
  80% {
    transform: rotateZ(-190deg) rotateY(109deg) translateX(100px) rotateZ(190deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-190deg) rotateY(109deg) translateX(300px) rotateZ(190deg);
  }
}
.c:nth-child(73) {
  animation: orbit73 14s infinite;
  animation-delay: 0.73s;
  background-color: #00a8c2;
}

@keyframes orbit73 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-348deg) rotateY(152deg) translateX(100px) rotateZ(348deg);
  }
  80% {
    transform: rotateZ(-348deg) rotateY(152deg) translateX(100px) rotateZ(348deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-348deg) rotateY(152deg) translateX(300px) rotateZ(348deg);
  }
}
.c:nth-child(74) {
  animation: orbit74 14s infinite;
  animation-delay: 0.74s;
  background-color: #00a8c2;
}

@keyframes orbit74 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-286deg) rotateY(225deg) translateX(100px) rotateZ(286deg);
  }
  80% {
    transform: rotateZ(-286deg) rotateY(225deg) translateX(100px) rotateZ(286deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-286deg) rotateY(225deg) translateX(300px) rotateZ(286deg);
  }
}
.c:nth-child(75) {
  animation: orbit75 14s infinite;
  animation-delay: 0.75s;
  background-color: #00a8c2;
}

@keyframes orbit75 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-178deg) rotateY(7deg) translateX(100px) rotateZ(178deg);
  }
  80% {
    transform: rotateZ(-178deg) rotateY(7deg) translateX(100px) rotateZ(178deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-178deg) rotateY(7deg) translateX(300px) rotateZ(178deg);
  }
}
.c:nth-child(76) {
  animation: orbit76 14s infinite;
  animation-delay: 0.76s;
  background-color: #00a8c2;
}

@keyframes orbit76 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-229deg) rotateY(127deg) translateX(100px) rotateZ(229deg);
  }
  80% {
    transform: rotateZ(-229deg) rotateY(127deg) translateX(100px) rotateZ(229deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-229deg) rotateY(127deg) translateX(300px) rotateZ(229deg);
  }
}
.c:nth-child(77) {
  animation: orbit77 14s infinite;
  animation-delay: 0.77s;
  background-color: #00a8c2;
}

@keyframes orbit77 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-147deg) rotateY(171deg) translateX(100px) rotateZ(147deg);
  }
  80% {
    transform: rotateZ(-147deg) rotateY(171deg) translateX(100px) rotateZ(147deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-147deg) rotateY(171deg) translateX(300px) rotateZ(147deg);
  }
}
.c:nth-child(78) {
  animation: orbit78 14s infinite;
  animation-delay: 0.78s;
  background-color: #00a8c2;
}

@keyframes orbit78 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-13deg) rotateY(272deg) translateX(100px) rotateZ(13deg);
  }
  80% {
    transform: rotateZ(-13deg) rotateY(272deg) translateX(100px) rotateZ(13deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-13deg) rotateY(272deg) translateX(300px) rotateZ(13deg);
  }
}
.c:nth-child(79) {
  animation: orbit79 14s infinite;
  animation-delay: 0.79s;
  background-color: #00a8c2;
}

@keyframes orbit79 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-360deg) rotateY(236deg) translateX(100px) rotateZ(360deg);
  }
  80% {
    transform: rotateZ(-360deg) rotateY(236deg) translateX(100px) rotateZ(360deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-360deg) rotateY(236deg) translateX(300px) rotateZ(360deg);
  }
}
.c:nth-child(80) {
  animation: orbit80 14s infinite;
  animation-delay: 0.8s;
  background-color: #00a8c2;
}

@keyframes orbit80 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-224deg) rotateY(346deg) translateX(100px) rotateZ(224deg);
  }
  80% {
    transform: rotateZ(-224deg) rotateY(346deg) translateX(100px) rotateZ(224deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-224deg) rotateY(346deg) translateX(300px) rotateZ(224deg);
  }
}
.c:nth-child(81) {
  animation: orbit81 14s infinite;
  animation-delay: 0.81s;
  background-color: #00a8c2;
}

@keyframes orbit81 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-142deg) rotateY(213deg) translateX(100px) rotateZ(142deg);
  }
  80% {
    transform: rotateZ(-142deg) rotateY(213deg) translateX(100px) rotateZ(142deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-142deg) rotateY(213deg) translateX(300px) rotateZ(142deg);
  }
}
.c:nth-child(82) {
  animation: orbit82 14s infinite;
  animation-delay: 0.82s;
  background-color: #00a8c2;
}

@keyframes orbit82 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-227deg) rotateY(267deg) translateX(100px) rotateZ(227deg);
  }
  80% {
    transform: rotateZ(-227deg) rotateY(267deg) translateX(100px) rotateZ(227deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-227deg) rotateY(267deg) translateX(300px) rotateZ(227deg);
  }
}
.c:nth-child(83) {
  animation: orbit83 14s infinite;
  animation-delay: 0.83s;
  background-color: #00a8c2;
}

@keyframes orbit83 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-222deg) rotateY(174deg) translateX(100px) rotateZ(222deg);
  }
  80% {
    transform: rotateZ(-222deg) rotateY(174deg) translateX(100px) rotateZ(222deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-222deg) rotateY(174deg) translateX(300px) rotateZ(222deg);
  }
}
.c:nth-child(84) {
  animation: orbit84 14s infinite;
  animation-delay: 0.84s;
  background-color: #00a8c2;
}

@keyframes orbit84 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-78deg) rotateY(253deg) translateX(100px) rotateZ(78deg);
  }
  80% {
    transform: rotateZ(-78deg) rotateY(253deg) translateX(100px) rotateZ(78deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-78deg) rotateY(253deg) translateX(300px) rotateZ(78deg);
  }
}
.c:nth-child(85) {
  animation: orbit85 14s infinite;
  animation-delay: 0.85s;
  background-color: #00a8c2;
}

@keyframes orbit85 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-263deg) rotateY(26deg) translateX(100px) rotateZ(263deg);
  }
  80% {
    transform: rotateZ(-263deg) rotateY(26deg) translateX(100px) rotateZ(263deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-263deg) rotateY(26deg) translateX(300px) rotateZ(263deg);
  }
}
.c:nth-child(86) {
  animation: orbit86 14s infinite;
  animation-delay: 0.86s;
  background-color: #00a8c2;
}

@keyframes orbit86 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-101deg) rotateY(256deg) translateX(100px) rotateZ(101deg);
  }
  80% {
    transform: rotateZ(-101deg) rotateY(256deg) translateX(100px) rotateZ(101deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-101deg) rotateY(256deg) translateX(300px) rotateZ(101deg);
  }
}
.c:nth-child(87) {
  animation: orbit87 14s infinite;
  animation-delay: 0.87s;
  background-color: #00a8c2;
}

@keyframes orbit87 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-64deg) rotateY(282deg) translateX(100px) rotateZ(64deg);
  }
  80% {
    transform: rotateZ(-64deg) rotateY(282deg) translateX(100px) rotateZ(64deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-64deg) rotateY(282deg) translateX(300px) rotateZ(64deg);
  }
}
.c:nth-child(88) {
  animation: orbit88 14s infinite;
  animation-delay: 0.88s;
  background-color: #00a8c2;
}

@keyframes orbit88 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-120deg) rotateY(185deg) translateX(100px) rotateZ(120deg);
  }
  80% {
    transform: rotateZ(-120deg) rotateY(185deg) translateX(100px) rotateZ(120deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-120deg) rotateY(185deg) translateX(300px) rotateZ(120deg);
  }
}
.c:nth-child(89) {
  animation: orbit89 14s infinite;
  animation-delay: 0.89s;
  background-color: #00a8c2;
}

@keyframes orbit89 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-306deg) rotateY(142deg) translateX(100px) rotateZ(306deg);
  }
  80% {
    transform: rotateZ(-306deg) rotateY(142deg) translateX(100px) rotateZ(306deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-306deg) rotateY(142deg) translateX(300px) rotateZ(306deg);
  }
}
.c:nth-child(90) {
  animation: orbit90 14s infinite;
  animation-delay: 0.9s;
  background-color: #00a8c2;
}

@keyframes orbit90 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-55deg) rotateY(44deg) translateX(100px) rotateZ(55deg);
  }
  80% {
    transform: rotateZ(-55deg) rotateY(44deg) translateX(100px) rotateZ(55deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-55deg) rotateY(44deg) translateX(300px) rotateZ(55deg);
  }
}
.c:nth-child(91) {
  animation: orbit91 14s infinite;
  animation-delay: 0.91s;
  background-color: #00a8c2;
}

@keyframes orbit91 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-114deg) rotateY(279deg) translateX(100px) rotateZ(114deg);
  }
  80% {
    transform: rotateZ(-114deg) rotateY(279deg) translateX(100px) rotateZ(114deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-114deg) rotateY(279deg) translateX(300px) rotateZ(114deg);
  }
}
.c:nth-child(92) {
  animation: orbit92 14s infinite;
  animation-delay: 0.92s;
  background-color: #00a8c2;
}

@keyframes orbit92 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-130deg) rotateY(256deg) translateX(100px) rotateZ(130deg);
  }
  80% {
    transform: rotateZ(-130deg) rotateY(256deg) translateX(100px) rotateZ(130deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-130deg) rotateY(256deg) translateX(300px) rotateZ(130deg);
  }
}
.c:nth-child(93) {
  animation: orbit93 14s infinite;
  animation-delay: 0.93s;
  background-color: #00a8c2;
}

@keyframes orbit93 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-120deg) rotateY(341deg) translateX(100px) rotateZ(120deg);
  }
  80% {
    transform: rotateZ(-120deg) rotateY(341deg) translateX(100px) rotateZ(120deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-120deg) rotateY(341deg) translateX(300px) rotateZ(120deg);
  }
}
.c:nth-child(94) {
  animation: orbit94 14s infinite;
  animation-delay: 0.94s;
  background-color: #00a8c2;
}

@keyframes orbit94 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-332deg) rotateY(359deg) translateX(100px) rotateZ(332deg);
  }
  80% {
    transform: rotateZ(-332deg) rotateY(359deg) translateX(100px) rotateZ(332deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-332deg) rotateY(359deg) translateX(300px) rotateZ(332deg);
  }
}
.c:nth-child(95) {
  animation: orbit95 14s infinite;
  animation-delay: 0.95s;
  background-color: #00a8c2;
}

@keyframes orbit95 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-183deg) rotateY(302deg) translateX(100px) rotateZ(183deg);
  }
  80% {
    transform: rotateZ(-183deg) rotateY(302deg) translateX(100px) rotateZ(183deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-183deg) rotateY(302deg) translateX(300px) rotateZ(183deg);
  }
}
.c:nth-child(96) {
  animation: orbit96 14s infinite;
  animation-delay: 0.96s;
  background-color: #00a8c2;
}

@keyframes orbit96 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-207deg) rotateY(351deg) translateX(100px) rotateZ(207deg);
  }
  80% {
    transform: rotateZ(-207deg) rotateY(351deg) translateX(100px) rotateZ(207deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-207deg) rotateY(351deg) translateX(300px) rotateZ(207deg);
  }
}
.c:nth-child(97) {
  animation: orbit97 14s infinite;
  animation-delay: 0.97s;
  background-color: #00a8c2;
}

@keyframes orbit97 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-144deg) rotateY(318deg) translateX(100px) rotateZ(144deg);
  }
  80% {
    transform: rotateZ(-144deg) rotateY(318deg) translateX(100px) rotateZ(144deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-144deg) rotateY(318deg) translateX(300px) rotateZ(144deg);
  }
}
.c:nth-child(98) {
  animation: orbit98 14s infinite;
  animation-delay: 0.98s;
  background-color: #00a8c2;
}

@keyframes orbit98 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-159deg) rotateY(133deg) translateX(100px) rotateZ(159deg);
  }
  80% {
    transform: rotateZ(-159deg) rotateY(133deg) translateX(100px) rotateZ(159deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-159deg) rotateY(133deg) translateX(300px) rotateZ(159deg);
  }
}
.c:nth-child(99) {
  animation: orbit99 14s infinite;
  animation-delay: 0.99s;
  background-color: #00a8c2;
}

@keyframes orbit99 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-283deg) rotateY(242deg) translateX(100px) rotateZ(283deg);
  }
  80% {
    transform: rotateZ(-283deg) rotateY(242deg) translateX(100px) rotateZ(283deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-283deg) rotateY(242deg) translateX(300px) rotateZ(283deg);
  }
}
.c:nth-child(100) {
  animation: orbit100 14s infinite;
  animation-delay: 1s;
  background-color: #00a8c2;
}

@keyframes orbit100 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-350deg) rotateY(242deg) translateX(100px) rotateZ(350deg);
  }
  80% {
    transform: rotateZ(-350deg) rotateY(242deg) translateX(100px) rotateZ(350deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-350deg) rotateY(242deg) translateX(300px) rotateZ(350deg);
  }
}
.c:nth-child(101) {
  animation: orbit101 14s infinite;
  animation-delay: 1.01s;
  background-color: #00a8c2;
}

@keyframes orbit101 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-202deg) rotateY(95deg) translateX(100px) rotateZ(202deg);
  }
  80% {
    transform: rotateZ(-202deg) rotateY(95deg) translateX(100px) rotateZ(202deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-202deg) rotateY(95deg) translateX(300px) rotateZ(202deg);
  }
}
.c:nth-child(102) {
  animation: orbit102 14s infinite;
  animation-delay: 1.02s;
  background-color: #00a8c2;
}

@keyframes orbit102 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-23deg) rotateY(283deg) translateX(100px) rotateZ(23deg);
  }
  80% {
    transform: rotateZ(-23deg) rotateY(283deg) translateX(100px) rotateZ(23deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-23deg) rotateY(283deg) translateX(300px) rotateZ(23deg);
  }
}
.c:nth-child(103) {
  animation: orbit103 14s infinite;
  animation-delay: 1.03s;
  background-color: #00a8c2;
}

@keyframes orbit103 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-96deg) rotateY(24deg) translateX(100px) rotateZ(96deg);
  }
  80% {
    transform: rotateZ(-96deg) rotateY(24deg) translateX(100px) rotateZ(96deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-96deg) rotateY(24deg) translateX(300px) rotateZ(96deg);
  }
}
.c:nth-child(104) {
  animation: orbit104 14s infinite;
  animation-delay: 1.04s;
  background-color: #00a8c2;
}

@keyframes orbit104 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-332deg) rotateY(319deg) translateX(100px) rotateZ(332deg);
  }
  80% {
    transform: rotateZ(-332deg) rotateY(319deg) translateX(100px) rotateZ(332deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-332deg) rotateY(319deg) translateX(300px) rotateZ(332deg);
  }
}
.c:nth-child(105) {
  animation: orbit105 14s infinite;
  animation-delay: 1.05s;
  background-color: #00a8c2;
}

@keyframes orbit105 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-109deg) rotateY(235deg) translateX(100px) rotateZ(109deg);
  }
  80% {
    transform: rotateZ(-109deg) rotateY(235deg) translateX(100px) rotateZ(109deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-109deg) rotateY(235deg) translateX(300px) rotateZ(109deg);
  }
}
.c:nth-child(106) {
  animation: orbit106 14s infinite;
  animation-delay: 1.06s;
  background-color: #00a8c2;
}

@keyframes orbit106 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-74deg) rotateY(206deg) translateX(100px) rotateZ(74deg);
  }
  80% {
    transform: rotateZ(-74deg) rotateY(206deg) translateX(100px) rotateZ(74deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-74deg) rotateY(206deg) translateX(300px) rotateZ(74deg);
  }
}
.c:nth-child(107) {
  animation: orbit107 14s infinite;
  animation-delay: 1.07s;
  background-color: #00a8c2;
}

@keyframes orbit107 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-116deg) rotateY(193deg) translateX(100px) rotateZ(116deg);
  }
  80% {
    transform: rotateZ(-116deg) rotateY(193deg) translateX(100px) rotateZ(116deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-116deg) rotateY(193deg) translateX(300px) rotateZ(116deg);
  }
}
.c:nth-child(108) {
  animation: orbit108 14s infinite;
  animation-delay: 1.08s;
  background-color: #00a8c2;
}

@keyframes orbit108 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-102deg) rotateY(140deg) translateX(100px) rotateZ(102deg);
  }
  80% {
    transform: rotateZ(-102deg) rotateY(140deg) translateX(100px) rotateZ(102deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-102deg) rotateY(140deg) translateX(300px) rotateZ(102deg);
  }
}
.c:nth-child(109) {
  animation: orbit109 14s infinite;
  animation-delay: 1.09s;
  background-color: #00a8c2;
}

@keyframes orbit109 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-179deg) rotateY(191deg) translateX(100px) rotateZ(179deg);
  }
  80% {
    transform: rotateZ(-179deg) rotateY(191deg) translateX(100px) rotateZ(179deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-179deg) rotateY(191deg) translateX(300px) rotateZ(179deg);
  }
}
.c:nth-child(110) {
  animation: orbit110 14s infinite;
  animation-delay: 1.1s;
  background-color: #00a8c2;
}

@keyframes orbit110 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-295deg) rotateY(241deg) translateX(100px) rotateZ(295deg);
  }
  80% {
    transform: rotateZ(-295deg) rotateY(241deg) translateX(100px) rotateZ(295deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-295deg) rotateY(241deg) translateX(300px) rotateZ(295deg);
  }
}
.c:nth-child(111) {
  animation: orbit111 14s infinite;
  animation-delay: 1.11s;
  background-color: #00a8c2;
}

@keyframes orbit111 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-176deg) rotateY(238deg) translateX(100px) rotateZ(176deg);
  }
  80% {
    transform: rotateZ(-176deg) rotateY(238deg) translateX(100px) rotateZ(176deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-176deg) rotateY(238deg) translateX(300px) rotateZ(176deg);
  }
}
.c:nth-child(112) {
  animation: orbit112 14s infinite;
  animation-delay: 1.12s;
  background-color: #00a8c2;
}

@keyframes orbit112 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-167deg) rotateY(29deg) translateX(100px) rotateZ(167deg);
  }
  80% {
    transform: rotateZ(-167deg) rotateY(29deg) translateX(100px) rotateZ(167deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-167deg) rotateY(29deg) translateX(300px) rotateZ(167deg);
  }
}
.c:nth-child(113) {
  animation: orbit113 14s infinite;
  animation-delay: 1.13s;
  background-color: #00a8c2;
}

@keyframes orbit113 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-129deg) rotateY(24deg) translateX(100px) rotateZ(129deg);
  }
  80% {
    transform: rotateZ(-129deg) rotateY(24deg) translateX(100px) rotateZ(129deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-129deg) rotateY(24deg) translateX(300px) rotateZ(129deg);
  }
}
.c:nth-child(114) {
  animation: orbit114 14s infinite;
  animation-delay: 1.14s;
  background-color: #00a8c2;
}

@keyframes orbit114 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-47deg) rotateY(82deg) translateX(100px) rotateZ(47deg);
  }
  80% {
    transform: rotateZ(-47deg) rotateY(82deg) translateX(100px) rotateZ(47deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-47deg) rotateY(82deg) translateX(300px) rotateZ(47deg);
  }
}
.c:nth-child(115) {
  animation: orbit115 14s infinite;
  animation-delay: 1.15s;
  background-color: #00a8c2;
}

@keyframes orbit115 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-86deg) rotateY(23deg) translateX(100px) rotateZ(86deg);
  }
  80% {
    transform: rotateZ(-86deg) rotateY(23deg) translateX(100px) rotateZ(86deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-86deg) rotateY(23deg) translateX(300px) rotateZ(86deg);
  }
}
.c:nth-child(116) {
  animation: orbit116 14s infinite;
  animation-delay: 1.16s;
  background-color: #00a8c2;
}

@keyframes orbit116 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-299deg) rotateY(132deg) translateX(100px) rotateZ(299deg);
  }
  80% {
    transform: rotateZ(-299deg) rotateY(132deg) translateX(100px) rotateZ(299deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-299deg) rotateY(132deg) translateX(300px) rotateZ(299deg);
  }
}
.c:nth-child(117) {
  animation: orbit117 14s infinite;
  animation-delay: 1.17s;
  background-color: #00a8c2;
}

@keyframes orbit117 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-354deg) rotateY(109deg) translateX(100px) rotateZ(354deg);
  }
  80% {
    transform: rotateZ(-354deg) rotateY(109deg) translateX(100px) rotateZ(354deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-354deg) rotateY(109deg) translateX(300px) rotateZ(354deg);
  }
}
.c:nth-child(118) {
  animation: orbit118 14s infinite;
  animation-delay: 1.18s;
  background-color: #00a8c2;
}

@keyframes orbit118 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-207deg) rotateY(123deg) translateX(100px) rotateZ(207deg);
  }
  80% {
    transform: rotateZ(-207deg) rotateY(123deg) translateX(100px) rotateZ(207deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-207deg) rotateY(123deg) translateX(300px) rotateZ(207deg);
  }
}
.c:nth-child(119) {
  animation: orbit119 14s infinite;
  animation-delay: 1.19s;
  background-color: #00a8c2;
}

@keyframes orbit119 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-47deg) rotateY(136deg) translateX(100px) rotateZ(47deg);
  }
  80% {
    transform: rotateZ(-47deg) rotateY(136deg) translateX(100px) rotateZ(47deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-47deg) rotateY(136deg) translateX(300px) rotateZ(47deg);
  }
}
.c:nth-child(120) {
  animation: orbit120 14s infinite;
  animation-delay: 1.2s;
  background-color: #00a8c2;
}

@keyframes orbit120 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-123deg) rotateY(198deg) translateX(100px) rotateZ(123deg);
  }
  80% {
    transform: rotateZ(-123deg) rotateY(198deg) translateX(100px) rotateZ(123deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-123deg) rotateY(198deg) translateX(300px) rotateZ(123deg);
  }
}
.c:nth-child(121) {
  animation: orbit121 14s infinite;
  animation-delay: 1.21s;
  background-color: #00a8c2;
}

@keyframes orbit121 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-74deg) rotateY(146deg) translateX(100px) rotateZ(74deg);
  }
  80% {
    transform: rotateZ(-74deg) rotateY(146deg) translateX(100px) rotateZ(74deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-74deg) rotateY(146deg) translateX(300px) rotateZ(74deg);
  }
}
.c:nth-child(122) {
  animation: orbit122 14s infinite;
  animation-delay: 1.22s;
  background-color: #00a8c2;
}

@keyframes orbit122 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-167deg) rotateY(223deg) translateX(100px) rotateZ(167deg);
  }
  80% {
    transform: rotateZ(-167deg) rotateY(223deg) translateX(100px) rotateZ(167deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-167deg) rotateY(223deg) translateX(300px) rotateZ(167deg);
  }
}
.c:nth-child(123) {
  animation: orbit123 14s infinite;
  animation-delay: 1.23s;
  background-color: #00a8c2;
}

@keyframes orbit123 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-78deg) rotateY(215deg) translateX(100px) rotateZ(78deg);
  }
  80% {
    transform: rotateZ(-78deg) rotateY(215deg) translateX(100px) rotateZ(78deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-78deg) rotateY(215deg) translateX(300px) rotateZ(78deg);
  }
}
.c:nth-child(124) {
  animation: orbit124 14s infinite;
  animation-delay: 1.24s;
  background-color: #00a8c2;
}

@keyframes orbit124 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-30deg) rotateY(171deg) translateX(100px) rotateZ(30deg);
  }
  80% {
    transform: rotateZ(-30deg) rotateY(171deg) translateX(100px) rotateZ(30deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-30deg) rotateY(171deg) translateX(300px) rotateZ(30deg);
  }
}
.c:nth-child(125) {
  animation: orbit125 14s infinite;
  animation-delay: 1.25s;
  background-color: #00a8c2;
}

@keyframes orbit125 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-288deg) rotateY(211deg) translateX(100px) rotateZ(288deg);
  }
  80% {
    transform: rotateZ(-288deg) rotateY(211deg) translateX(100px) rotateZ(288deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-288deg) rotateY(211deg) translateX(300px) rotateZ(288deg);
  }
}
.c:nth-child(126) {
  animation: orbit126 14s infinite;
  animation-delay: 1.26s;
  background-color: #00a8c2;
}

@keyframes orbit126 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-310deg) rotateY(328deg) translateX(100px) rotateZ(310deg);
  }
  80% {
    transform: rotateZ(-310deg) rotateY(328deg) translateX(100px) rotateZ(310deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-310deg) rotateY(328deg) translateX(300px) rotateZ(310deg);
  }
}
.c:nth-child(127) {
  animation: orbit127 14s infinite;
  animation-delay: 1.27s;
  background-color: #00a8c2;
}

@keyframes orbit127 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-308deg) rotateY(299deg) translateX(100px) rotateZ(308deg);
  }
  80% {
    transform: rotateZ(-308deg) rotateY(299deg) translateX(100px) rotateZ(308deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-308deg) rotateY(299deg) translateX(300px) rotateZ(308deg);
  }
}
.c:nth-child(128) {
  animation: orbit128 14s infinite;
  animation-delay: 1.28s;
  background-color: #00a8c2;
}

@keyframes orbit128 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-303deg) rotateY(192deg) translateX(100px) rotateZ(303deg);
  }
  80% {
    transform: rotateZ(-303deg) rotateY(192deg) translateX(100px) rotateZ(303deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-303deg) rotateY(192deg) translateX(300px) rotateZ(303deg);
  }
}
.c:nth-child(129) {
  animation: orbit129 14s infinite;
  animation-delay: 1.29s;
  background-color: #00a8c2;
}

@keyframes orbit129 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-265deg) rotateY(89deg) translateX(100px) rotateZ(265deg);
  }
  80% {
    transform: rotateZ(-265deg) rotateY(89deg) translateX(100px) rotateZ(265deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-265deg) rotateY(89deg) translateX(300px) rotateZ(265deg);
  }
}
.c:nth-child(130) {
  animation: orbit130 14s infinite;
  animation-delay: 1.3s;
  background-color: #00a8c2;
}

@keyframes orbit130 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-286deg) rotateY(275deg) translateX(100px) rotateZ(286deg);
  }
  80% {
    transform: rotateZ(-286deg) rotateY(275deg) translateX(100px) rotateZ(286deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-286deg) rotateY(275deg) translateX(300px) rotateZ(286deg);
  }
}
.c:nth-child(131) {
  animation: orbit131 14s infinite;
  animation-delay: 1.31s;
  background-color: #00a8c2;
}

@keyframes orbit131 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-315deg) rotateY(296deg) translateX(100px) rotateZ(315deg);
  }
  80% {
    transform: rotateZ(-315deg) rotateY(296deg) translateX(100px) rotateZ(315deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-315deg) rotateY(296deg) translateX(300px) rotateZ(315deg);
  }
}
.c:nth-child(132) {
  animation: orbit132 14s infinite;
  animation-delay: 1.32s;
  background-color: #00a8c2;
}

@keyframes orbit132 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-326deg) rotateY(154deg) translateX(100px) rotateZ(326deg);
  }
  80% {
    transform: rotateZ(-326deg) rotateY(154deg) translateX(100px) rotateZ(326deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-326deg) rotateY(154deg) translateX(300px) rotateZ(326deg);
  }
}
.c:nth-child(133) {
  animation: orbit133 14s infinite;
  animation-delay: 1.33s;
  background-color: #00a8c2;
}

@keyframes orbit133 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-222deg) rotateY(252deg) translateX(100px) rotateZ(222deg);
  }
  80% {
    transform: rotateZ(-222deg) rotateY(252deg) translateX(100px) rotateZ(222deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-222deg) rotateY(252deg) translateX(300px) rotateZ(222deg);
  }
}
.c:nth-child(134) {
  animation: orbit134 14s infinite;
  animation-delay: 1.34s;
  background-color: #00a8c2;
}

@keyframes orbit134 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-318deg) rotateY(217deg) translateX(100px) rotateZ(318deg);
  }
  80% {
    transform: rotateZ(-318deg) rotateY(217deg) translateX(100px) rotateZ(318deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-318deg) rotateY(217deg) translateX(300px) rotateZ(318deg);
  }
}
.c:nth-child(135) {
  animation: orbit135 14s infinite;
  animation-delay: 1.35s;
  background-color: #00a8c2;
}

@keyframes orbit135 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-145deg) rotateY(196deg) translateX(100px) rotateZ(145deg);
  }
  80% {
    transform: rotateZ(-145deg) rotateY(196deg) translateX(100px) rotateZ(145deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-145deg) rotateY(196deg) translateX(300px) rotateZ(145deg);
  }
}
.c:nth-child(136) {
  animation: orbit136 14s infinite;
  animation-delay: 1.36s;
  background-color: #00a8c2;
}

@keyframes orbit136 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-355deg) rotateY(79deg) translateX(100px) rotateZ(355deg);
  }
  80% {
    transform: rotateZ(-355deg) rotateY(79deg) translateX(100px) rotateZ(355deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-355deg) rotateY(79deg) translateX(300px) rotateZ(355deg);
  }
}
.c:nth-child(137) {
  animation: orbit137 14s infinite;
  animation-delay: 1.37s;
  background-color: #00a8c2;
}

@keyframes orbit137 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-178deg) rotateY(225deg) translateX(100px) rotateZ(178deg);
  }
  80% {
    transform: rotateZ(-178deg) rotateY(225deg) translateX(100px) rotateZ(178deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-178deg) rotateY(225deg) translateX(300px) rotateZ(178deg);
  }
}
.c:nth-child(138) {
  animation: orbit138 14s infinite;
  animation-delay: 1.38s;
  background-color: #00a8c2;
}

@keyframes orbit138 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-249deg) rotateY(107deg) translateX(100px) rotateZ(249deg);
  }
  80% {
    transform: rotateZ(-249deg) rotateY(107deg) translateX(100px) rotateZ(249deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-249deg) rotateY(107deg) translateX(300px) rotateZ(249deg);
  }
}
.c:nth-child(139) {
  animation: orbit139 14s infinite;
  animation-delay: 1.39s;
  background-color: #00a8c2;
}

@keyframes orbit139 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-341deg) rotateY(237deg) translateX(100px) rotateZ(341deg);
  }
  80% {
    transform: rotateZ(-341deg) rotateY(237deg) translateX(100px) rotateZ(341deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-341deg) rotateY(237deg) translateX(300px) rotateZ(341deg);
  }
}
.c:nth-child(140) {
  animation: orbit140 14s infinite;
  animation-delay: 1.4s;
  background-color: #00a8c2;
}

@keyframes orbit140 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-133deg) rotateY(230deg) translateX(100px) rotateZ(133deg);
  }
  80% {
    transform: rotateZ(-133deg) rotateY(230deg) translateX(100px) rotateZ(133deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-133deg) rotateY(230deg) translateX(300px) rotateZ(133deg);
  }
}
.c:nth-child(141) {
  animation: orbit141 14s infinite;
  animation-delay: 1.41s;
  background-color: #00a8c2;
}

@keyframes orbit141 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-129deg) rotateY(63deg) translateX(100px) rotateZ(129deg);
  }
  80% {
    transform: rotateZ(-129deg) rotateY(63deg) translateX(100px) rotateZ(129deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-129deg) rotateY(63deg) translateX(300px) rotateZ(129deg);
  }
}
.c:nth-child(142) {
  animation: orbit142 14s infinite;
  animation-delay: 1.42s;
  background-color: #00a8c2;
}

@keyframes orbit142 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-331deg) rotateY(143deg) translateX(100px) rotateZ(331deg);
  }
  80% {
    transform: rotateZ(-331deg) rotateY(143deg) translateX(100px) rotateZ(331deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-331deg) rotateY(143deg) translateX(300px) rotateZ(331deg);
  }
}
.c:nth-child(143) {
  animation: orbit143 14s infinite;
  animation-delay: 1.43s;
  background-color: #00a8c2;
}

@keyframes orbit143 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-225deg) rotateY(72deg) translateX(100px) rotateZ(225deg);
  }
  80% {
    transform: rotateZ(-225deg) rotateY(72deg) translateX(100px) rotateZ(225deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-225deg) rotateY(72deg) translateX(300px) rotateZ(225deg);
  }
}
.c:nth-child(144) {
  animation: orbit144 14s infinite;
  animation-delay: 1.44s;
  background-color: #00a8c2;
}

@keyframes orbit144 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-207deg) rotateY(202deg) translateX(100px) rotateZ(207deg);
  }
  80% {
    transform: rotateZ(-207deg) rotateY(202deg) translateX(100px) rotateZ(207deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-207deg) rotateY(202deg) translateX(300px) rotateZ(207deg);
  }
}
.c:nth-child(145) {
  animation: orbit145 14s infinite;
  animation-delay: 1.45s;
  background-color: #00a8c2;
}

@keyframes orbit145 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-340deg) rotateY(259deg) translateX(100px) rotateZ(340deg);
  }
  80% {
    transform: rotateZ(-340deg) rotateY(259deg) translateX(100px) rotateZ(340deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-340deg) rotateY(259deg) translateX(300px) rotateZ(340deg);
  }
}
.c:nth-child(146) {
  animation: orbit146 14s infinite;
  animation-delay: 1.46s;
  background-color: #00a8c2;
}

@keyframes orbit146 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-263deg) rotateY(282deg) translateX(100px) rotateZ(263deg);
  }
  80% {
    transform: rotateZ(-263deg) rotateY(282deg) translateX(100px) rotateZ(263deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-263deg) rotateY(282deg) translateX(300px) rotateZ(263deg);
  }
}
.c:nth-child(147) {
  animation: orbit147 14s infinite;
  animation-delay: 1.47s;
  background-color: #00a8c2;
}

@keyframes orbit147 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-326deg) rotateY(28deg) translateX(100px) rotateZ(326deg);
  }
  80% {
    transform: rotateZ(-326deg) rotateY(28deg) translateX(100px) rotateZ(326deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-326deg) rotateY(28deg) translateX(300px) rotateZ(326deg);
  }
}
.c:nth-child(148) {
  animation: orbit148 14s infinite;
  animation-delay: 1.48s;
  background-color: #00a8c2;
}

@keyframes orbit148 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-38deg) rotateY(249deg) translateX(100px) rotateZ(38deg);
  }
  80% {
    transform: rotateZ(-38deg) rotateY(249deg) translateX(100px) rotateZ(38deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-38deg) rotateY(249deg) translateX(300px) rotateZ(38deg);
  }
}
.c:nth-child(149) {
  animation: orbit149 14s infinite;
  animation-delay: 1.49s;
  background-color: #00a8c2;
}

@keyframes orbit149 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-130deg) rotateY(34deg) translateX(100px) rotateZ(130deg);
  }
  80% {
    transform: rotateZ(-130deg) rotateY(34deg) translateX(100px) rotateZ(130deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-130deg) rotateY(34deg) translateX(300px) rotateZ(130deg);
  }
}
.c:nth-child(150) {
  animation: orbit150 14s infinite;
  animation-delay: 1.5s;
  background-color: #00a8c2;
}

@keyframes orbit150 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-301deg) rotateY(296deg) translateX(100px) rotateZ(301deg);
  }
  80% {
    transform: rotateZ(-301deg) rotateY(296deg) translateX(100px) rotateZ(301deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-301deg) rotateY(296deg) translateX(300px) rotateZ(301deg);
  }
}
.c:nth-child(151) {
  animation: orbit151 14s infinite;
  animation-delay: 1.51s;
  background-color: #00a8c2;
}

@keyframes orbit151 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-254deg) rotateY(141deg) translateX(100px) rotateZ(254deg);
  }
  80% {
    transform: rotateZ(-254deg) rotateY(141deg) translateX(100px) rotateZ(254deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-254deg) rotateY(141deg) translateX(300px) rotateZ(254deg);
  }
}
.c:nth-child(152) {
  animation: orbit152 14s infinite;
  animation-delay: 1.52s;
  background-color: #00a8c2;
}

@keyframes orbit152 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-164deg) rotateY(274deg) translateX(100px) rotateZ(164deg);
  }
  80% {
    transform: rotateZ(-164deg) rotateY(274deg) translateX(100px) rotateZ(164deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-164deg) rotateY(274deg) translateX(300px) rotateZ(164deg);
  }
}
.c:nth-child(153) {
  animation: orbit153 14s infinite;
  animation-delay: 1.53s;
  background-color: #00a8c2;
}

@keyframes orbit153 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-333deg) rotateY(66deg) translateX(100px) rotateZ(333deg);
  }
  80% {
    transform: rotateZ(-333deg) rotateY(66deg) translateX(100px) rotateZ(333deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-333deg) rotateY(66deg) translateX(300px) rotateZ(333deg);
  }
}
.c:nth-child(154) {
  animation: orbit154 14s infinite;
  animation-delay: 1.54s;
  background-color: #00a8c2;
}

@keyframes orbit154 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-335deg) rotateY(224deg) translateX(100px) rotateZ(335deg);
  }
  80% {
    transform: rotateZ(-335deg) rotateY(224deg) translateX(100px) rotateZ(335deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-335deg) rotateY(224deg) translateX(300px) rotateZ(335deg);
  }
}
.c:nth-child(155) {
  animation: orbit155 14s infinite;
  animation-delay: 1.55s;
  background-color: #00a8c2;
}

@keyframes orbit155 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-189deg) rotateY(113deg) translateX(100px) rotateZ(189deg);
  }
  80% {
    transform: rotateZ(-189deg) rotateY(113deg) translateX(100px) rotateZ(189deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-189deg) rotateY(113deg) translateX(300px) rotateZ(189deg);
  }
}
.c:nth-child(156) {
  animation: orbit156 14s infinite;
  animation-delay: 1.56s;
  background-color: #00a8c2;
}

@keyframes orbit156 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-348deg) rotateY(197deg) translateX(100px) rotateZ(348deg);
  }
  80% {
    transform: rotateZ(-348deg) rotateY(197deg) translateX(100px) rotateZ(348deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-348deg) rotateY(197deg) translateX(300px) rotateZ(348deg);
  }
}
.c:nth-child(157) {
  animation: orbit157 14s infinite;
  animation-delay: 1.57s;
  background-color: #00a8c2;
}

@keyframes orbit157 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-67deg) rotateY(41deg) translateX(100px) rotateZ(67deg);
  }
  80% {
    transform: rotateZ(-67deg) rotateY(41deg) translateX(100px) rotateZ(67deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-67deg) rotateY(41deg) translateX(300px) rotateZ(67deg);
  }
}
.c:nth-child(158) {
  animation: orbit158 14s infinite;
  animation-delay: 1.58s;
  background-color: #00a8c2;
}

@keyframes orbit158 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-169deg) rotateY(158deg) translateX(100px) rotateZ(169deg);
  }
  80% {
    transform: rotateZ(-169deg) rotateY(158deg) translateX(100px) rotateZ(169deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-169deg) rotateY(158deg) translateX(300px) rotateZ(169deg);
  }
}
.c:nth-child(159) {
  animation: orbit159 14s infinite;
  animation-delay: 1.59s;
  background-color: #00a8c2;
}

@keyframes orbit159 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-50deg) rotateY(106deg) translateX(100px) rotateZ(50deg);
  }
  80% {
    transform: rotateZ(-50deg) rotateY(106deg) translateX(100px) rotateZ(50deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-50deg) rotateY(106deg) translateX(300px) rotateZ(50deg);
  }
}
.c:nth-child(160) {
  animation: orbit160 14s infinite;
  animation-delay: 1.6s;
  background-color: #00a8c2;
}

@keyframes orbit160 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-359deg) rotateY(233deg) translateX(100px) rotateZ(359deg);
  }
  80% {
    transform: rotateZ(-359deg) rotateY(233deg) translateX(100px) rotateZ(359deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-359deg) rotateY(233deg) translateX(300px) rotateZ(359deg);
  }
}
.c:nth-child(161) {
  animation: orbit161 14s infinite;
  animation-delay: 1.61s;
  background-color: #00a8c2;
}

@keyframes orbit161 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-199deg) rotateY(232deg) translateX(100px) rotateZ(199deg);
  }
  80% {
    transform: rotateZ(-199deg) rotateY(232deg) translateX(100px) rotateZ(199deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-199deg) rotateY(232deg) translateX(300px) rotateZ(199deg);
  }
}
.c:nth-child(162) {
  animation: orbit162 14s infinite;
  animation-delay: 1.62s;
  background-color: #00a8c2;
}

@keyframes orbit162 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-281deg) rotateY(118deg) translateX(100px) rotateZ(281deg);
  }
  80% {
    transform: rotateZ(-281deg) rotateY(118deg) translateX(100px) rotateZ(281deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-281deg) rotateY(118deg) translateX(300px) rotateZ(281deg);
  }
}
.c:nth-child(163) {
  animation: orbit163 14s infinite;
  animation-delay: 1.63s;
  background-color: #00a8c2;
}

@keyframes orbit163 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-313deg) rotateY(92deg) translateX(100px) rotateZ(313deg);
  }
  80% {
    transform: rotateZ(-313deg) rotateY(92deg) translateX(100px) rotateZ(313deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-313deg) rotateY(92deg) translateX(300px) rotateZ(313deg);
  }
}
.c:nth-child(164) {
  animation: orbit164 14s infinite;
  animation-delay: 1.64s;
  background-color: #00a8c2;
}

@keyframes orbit164 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-356deg) rotateY(2deg) translateX(100px) rotateZ(356deg);
  }
  80% {
    transform: rotateZ(-356deg) rotateY(2deg) translateX(100px) rotateZ(356deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-356deg) rotateY(2deg) translateX(300px) rotateZ(356deg);
  }
}
.c:nth-child(165) {
  animation: orbit165 14s infinite;
  animation-delay: 1.65s;
  background-color: #00a8c2;
}

@keyframes orbit165 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-272deg) rotateY(220deg) translateX(100px) rotateZ(272deg);
  }
  80% {
    transform: rotateZ(-272deg) rotateY(220deg) translateX(100px) rotateZ(272deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-272deg) rotateY(220deg) translateX(300px) rotateZ(272deg);
  }
}
.c:nth-child(166) {
  animation: orbit166 14s infinite;
  animation-delay: 1.66s;
  background-color: #00a8c2;
}

@keyframes orbit166 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-18deg) rotateY(32deg) translateX(100px) rotateZ(18deg);
  }
  80% {
    transform: rotateZ(-18deg) rotateY(32deg) translateX(100px) rotateZ(18deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-18deg) rotateY(32deg) translateX(300px) rotateZ(18deg);
  }
}
.c:nth-child(167) {
  animation: orbit167 14s infinite;
  animation-delay: 1.67s;
  background-color: #00a8c2;
}

@keyframes orbit167 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-89deg) rotateY(115deg) translateX(100px) rotateZ(89deg);
  }
  80% {
    transform: rotateZ(-89deg) rotateY(115deg) translateX(100px) rotateZ(89deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-89deg) rotateY(115deg) translateX(300px) rotateZ(89deg);
  }
}
.c:nth-child(168) {
  animation: orbit168 14s infinite;
  animation-delay: 1.68s;
  background-color: #00a8c2;
}

@keyframes orbit168 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-318deg) rotateY(307deg) translateX(100px) rotateZ(318deg);
  }
  80% {
    transform: rotateZ(-318deg) rotateY(307deg) translateX(100px) rotateZ(318deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-318deg) rotateY(307deg) translateX(300px) rotateZ(318deg);
  }
}
.c:nth-child(169) {
  animation: orbit169 14s infinite;
  animation-delay: 1.69s;
  background-color: #00a8c2;
}

@keyframes orbit169 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-101deg) rotateY(226deg) translateX(100px) rotateZ(101deg);
  }
  80% {
    transform: rotateZ(-101deg) rotateY(226deg) translateX(100px) rotateZ(101deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-101deg) rotateY(226deg) translateX(300px) rotateZ(101deg);
  }
}
.c:nth-child(170) {
  animation: orbit170 14s infinite;
  animation-delay: 1.7s;
  background-color: #00a8c2;
}

@keyframes orbit170 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-97deg) rotateY(172deg) translateX(100px) rotateZ(97deg);
  }
  80% {
    transform: rotateZ(-97deg) rotateY(172deg) translateX(100px) rotateZ(97deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-97deg) rotateY(172deg) translateX(300px) rotateZ(97deg);
  }
}
.c:nth-child(171) {
  animation: orbit171 14s infinite;
  animation-delay: 1.71s;
  background-color: #00a8c2;
}

@keyframes orbit171 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-299deg) rotateY(159deg) translateX(100px) rotateZ(299deg);
  }
  80% {
    transform: rotateZ(-299deg) rotateY(159deg) translateX(100px) rotateZ(299deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-299deg) rotateY(159deg) translateX(300px) rotateZ(299deg);
  }
}
.c:nth-child(172) {
  animation: orbit172 14s infinite;
  animation-delay: 1.72s;
  background-color: #00a8c2;
}

@keyframes orbit172 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-316deg) rotateY(296deg) translateX(100px) rotateZ(316deg);
  }
  80% {
    transform: rotateZ(-316deg) rotateY(296deg) translateX(100px) rotateZ(316deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-316deg) rotateY(296deg) translateX(300px) rotateZ(316deg);
  }
}
.c:nth-child(173) {
  animation: orbit173 14s infinite;
  animation-delay: 1.73s;
  background-color: #00a8c2;
}

@keyframes orbit173 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-312deg) rotateY(12deg) translateX(100px) rotateZ(312deg);
  }
  80% {
    transform: rotateZ(-312deg) rotateY(12deg) translateX(100px) rotateZ(312deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-312deg) rotateY(12deg) translateX(300px) rotateZ(312deg);
  }
}
.c:nth-child(174) {
  animation: orbit174 14s infinite;
  animation-delay: 1.74s;
  background-color: #00a8c2;
}

@keyframes orbit174 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-235deg) rotateY(318deg) translateX(100px) rotateZ(235deg);
  }
  80% {
    transform: rotateZ(-235deg) rotateY(318deg) translateX(100px) rotateZ(235deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-235deg) rotateY(318deg) translateX(300px) rotateZ(235deg);
  }
}
.c:nth-child(175) {
  animation: orbit175 14s infinite;
  animation-delay: 1.75s;
  background-color: #00a8c2;
}

@keyframes orbit175 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-32deg) rotateY(278deg) translateX(100px) rotateZ(32deg);
  }
  80% {
    transform: rotateZ(-32deg) rotateY(278deg) translateX(100px) rotateZ(32deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-32deg) rotateY(278deg) translateX(300px) rotateZ(32deg);
  }
}
.c:nth-child(176) {
  animation: orbit176 14s infinite;
  animation-delay: 1.76s;
  background-color: #00a8c2;
}

@keyframes orbit176 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-135deg) rotateY(50deg) translateX(100px) rotateZ(135deg);
  }
  80% {
    transform: rotateZ(-135deg) rotateY(50deg) translateX(100px) rotateZ(135deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-135deg) rotateY(50deg) translateX(300px) rotateZ(135deg);
  }
}
.c:nth-child(177) {
  animation: orbit177 14s infinite;
  animation-delay: 1.77s;
  background-color: #00a8c2;
}

@keyframes orbit177 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-40deg) rotateY(276deg) translateX(100px) rotateZ(40deg);
  }
  80% {
    transform: rotateZ(-40deg) rotateY(276deg) translateX(100px) rotateZ(40deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-40deg) rotateY(276deg) translateX(300px) rotateZ(40deg);
  }
}
.c:nth-child(178) {
  animation: orbit178 14s infinite;
  animation-delay: 1.78s;
  background-color: #00a8c2;
}

@keyframes orbit178 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-242deg) rotateY(107deg) translateX(100px) rotateZ(242deg);
  }
  80% {
    transform: rotateZ(-242deg) rotateY(107deg) translateX(100px) rotateZ(242deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-242deg) rotateY(107deg) translateX(300px) rotateZ(242deg);
  }
}
.c:nth-child(179) {
  animation: orbit179 14s infinite;
  animation-delay: 1.79s;
  background-color: #00a8c2;
}

@keyframes orbit179 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-348deg) rotateY(49deg) translateX(100px) rotateZ(348deg);
  }
  80% {
    transform: rotateZ(-348deg) rotateY(49deg) translateX(100px) rotateZ(348deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-348deg) rotateY(49deg) translateX(300px) rotateZ(348deg);
  }
}
.c:nth-child(180) {
  animation: orbit180 14s infinite;
  animation-delay: 1.8s;
  background-color: #00a8c2;
}

@keyframes orbit180 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-188deg) rotateY(305deg) translateX(100px) rotateZ(188deg);
  }
  80% {
    transform: rotateZ(-188deg) rotateY(305deg) translateX(100px) rotateZ(188deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-188deg) rotateY(305deg) translateX(300px) rotateZ(188deg);
  }
}
.c:nth-child(181) {
  animation: orbit181 14s infinite;
  animation-delay: 1.81s;
  background-color: #00a8c2;
}

@keyframes orbit181 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-164deg) rotateY(224deg) translateX(100px) rotateZ(164deg);
  }
  80% {
    transform: rotateZ(-164deg) rotateY(224deg) translateX(100px) rotateZ(164deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-164deg) rotateY(224deg) translateX(300px) rotateZ(164deg);
  }
}
.c:nth-child(182) {
  animation: orbit182 14s infinite;
  animation-delay: 1.82s;
  background-color: #00a8c2;
}

@keyframes orbit182 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-95deg) rotateY(86deg) translateX(100px) rotateZ(95deg);
  }
  80% {
    transform: rotateZ(-95deg) rotateY(86deg) translateX(100px) rotateZ(95deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-95deg) rotateY(86deg) translateX(300px) rotateZ(95deg);
  }
}
.c:nth-child(183) {
  animation: orbit183 14s infinite;
  animation-delay: 1.83s;
  background-color: #00a8c2;
}

@keyframes orbit183 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-37deg) rotateY(173deg) translateX(100px) rotateZ(37deg);
  }
  80% {
    transform: rotateZ(-37deg) rotateY(173deg) translateX(100px) rotateZ(37deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-37deg) rotateY(173deg) translateX(300px) rotateZ(37deg);
  }
}
.c:nth-child(184) {
  animation: orbit184 14s infinite;
  animation-delay: 1.84s;
  background-color: #00a8c2;
}

@keyframes orbit184 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-245deg) rotateY(233deg) translateX(100px) rotateZ(245deg);
  }
  80% {
    transform: rotateZ(-245deg) rotateY(233deg) translateX(100px) rotateZ(245deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-245deg) rotateY(233deg) translateX(300px) rotateZ(245deg);
  }
}
.c:nth-child(185) {
  animation: orbit185 14s infinite;
  animation-delay: 1.85s;
  background-color: #00a8c2;
}

@keyframes orbit185 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-346deg) rotateY(15deg) translateX(100px) rotateZ(346deg);
  }
  80% {
    transform: rotateZ(-346deg) rotateY(15deg) translateX(100px) rotateZ(346deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-346deg) rotateY(15deg) translateX(300px) rotateZ(346deg);
  }
}
.c:nth-child(186) {
  animation: orbit186 14s infinite;
  animation-delay: 1.86s;
  background-color: #00a8c2;
}

@keyframes orbit186 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-148deg) rotateY(263deg) translateX(100px) rotateZ(148deg);
  }
  80% {
    transform: rotateZ(-148deg) rotateY(263deg) translateX(100px) rotateZ(148deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-148deg) rotateY(263deg) translateX(300px) rotateZ(148deg);
  }
}
.c:nth-child(187) {
  animation: orbit187 14s infinite;
  animation-delay: 1.87s;
  background-color: #00a8c2;
}

@keyframes orbit187 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-54deg) rotateY(246deg) translateX(100px) rotateZ(54deg);
  }
  80% {
    transform: rotateZ(-54deg) rotateY(246deg) translateX(100px) rotateZ(54deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-54deg) rotateY(246deg) translateX(300px) rotateZ(54deg);
  }
}
.c:nth-child(188) {
  animation: orbit188 14s infinite;
  animation-delay: 1.88s;
  background-color: #00a8c2;
}

@keyframes orbit188 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-13deg) rotateY(162deg) translateX(100px) rotateZ(13deg);
  }
  80% {
    transform: rotateZ(-13deg) rotateY(162deg) translateX(100px) rotateZ(13deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-13deg) rotateY(162deg) translateX(300px) rotateZ(13deg);
  }
}
.c:nth-child(189) {
  animation: orbit189 14s infinite;
  animation-delay: 1.89s;
  background-color: #00a8c2;
}

@keyframes orbit189 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-67deg) rotateY(267deg) translateX(100px) rotateZ(67deg);
  }
  80% {
    transform: rotateZ(-67deg) rotateY(267deg) translateX(100px) rotateZ(67deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-67deg) rotateY(267deg) translateX(300px) rotateZ(67deg);
  }
}
.c:nth-child(190) {
  animation: orbit190 14s infinite;
  animation-delay: 1.9s;
  background-color: #00a8c2;
}

@keyframes orbit190 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-182deg) rotateY(117deg) translateX(100px) rotateZ(182deg);
  }
  80% {
    transform: rotateZ(-182deg) rotateY(117deg) translateX(100px) rotateZ(182deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-182deg) rotateY(117deg) translateX(300px) rotateZ(182deg);
  }
}
.c:nth-child(191) {
  animation: orbit191 14s infinite;
  animation-delay: 1.91s;
  background-color: #00a8c2;
}

@keyframes orbit191 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-61deg) rotateY(144deg) translateX(100px) rotateZ(61deg);
  }
  80% {
    transform: rotateZ(-61deg) rotateY(144deg) translateX(100px) rotateZ(61deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-61deg) rotateY(144deg) translateX(300px) rotateZ(61deg);
  }
}
.c:nth-child(192) {
  animation: orbit192 14s infinite;
  animation-delay: 1.92s;
  background-color: #00a8c2;
}

@keyframes orbit192 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-254deg) rotateY(17deg) translateX(100px) rotateZ(254deg);
  }
  80% {
    transform: rotateZ(-254deg) rotateY(17deg) translateX(100px) rotateZ(254deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-254deg) rotateY(17deg) translateX(300px) rotateZ(254deg);
  }
}
.c:nth-child(193) {
  animation: orbit193 14s infinite;
  animation-delay: 1.93s;
  background-color: #00a8c2;
}

@keyframes orbit193 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-15deg) rotateY(231deg) translateX(100px) rotateZ(15deg);
  }
  80% {
    transform: rotateZ(-15deg) rotateY(231deg) translateX(100px) rotateZ(15deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-15deg) rotateY(231deg) translateX(300px) rotateZ(15deg);
  }
}
.c:nth-child(194) {
  animation: orbit194 14s infinite;
  animation-delay: 1.94s;
  background-color: #00a8c2;
}

@keyframes orbit194 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-306deg) rotateY(71deg) translateX(100px) rotateZ(306deg);
  }
  80% {
    transform: rotateZ(-306deg) rotateY(71deg) translateX(100px) rotateZ(306deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-306deg) rotateY(71deg) translateX(300px) rotateZ(306deg);
  }
}
.c:nth-child(195) {
  animation: orbit195 14s infinite;
  animation-delay: 1.95s;
  background-color: #00a8c2;
}

@keyframes orbit195 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-343deg) rotateY(286deg) translateX(100px) rotateZ(343deg);
  }
  80% {
    transform: rotateZ(-343deg) rotateY(286deg) translateX(100px) rotateZ(343deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-343deg) rotateY(286deg) translateX(300px) rotateZ(343deg);
  }
}
.c:nth-child(196) {
  animation: orbit196 14s infinite;
  animation-delay: 1.96s;
  background-color: #00a8c2;
}

@keyframes orbit196 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-349deg) rotateY(121deg) translateX(100px) rotateZ(349deg);
  }
  80% {
    transform: rotateZ(-349deg) rotateY(121deg) translateX(100px) rotateZ(349deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-349deg) rotateY(121deg) translateX(300px) rotateZ(349deg);
  }
}
.c:nth-child(197) {
  animation: orbit197 14s infinite;
  animation-delay: 1.97s;
  background-color: #00a8c2;
}

@keyframes orbit197 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-285deg) rotateY(139deg) translateX(100px) rotateZ(285deg);
  }
  80% {
    transform: rotateZ(-285deg) rotateY(139deg) translateX(100px) rotateZ(285deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-285deg) rotateY(139deg) translateX(300px) rotateZ(285deg);
  }
}
.c:nth-child(198) {
  animation: orbit198 14s infinite;
  animation-delay: 1.98s;
  background-color: #00a8c2;
}

@keyframes orbit198 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-310deg) rotateY(156deg) translateX(100px) rotateZ(310deg);
  }
  80% {
    transform: rotateZ(-310deg) rotateY(156deg) translateX(100px) rotateZ(310deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-310deg) rotateY(156deg) translateX(300px) rotateZ(310deg);
  }
}
.c:nth-child(199) {
  animation: orbit199 14s infinite;
  animation-delay: 1.99s;
  background-color: #00a8c2;
}

@keyframes orbit199 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-228deg) rotateY(307deg) translateX(100px) rotateZ(228deg);
  }
  80% {
    transform: rotateZ(-228deg) rotateY(307deg) translateX(100px) rotateZ(228deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-228deg) rotateY(307deg) translateX(300px) rotateZ(228deg);
  }
}
.c:nth-child(200) {
  animation: orbit200 14s infinite;
  animation-delay: 2s;
  background-color: #00a8c2;
}

@keyframes orbit200 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-248deg) rotateY(303deg) translateX(100px) rotateZ(248deg);
  }
  80% {
    transform: rotateZ(-248deg) rotateY(303deg) translateX(100px) rotateZ(248deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-248deg) rotateY(303deg) translateX(300px) rotateZ(248deg);
  }
}
.c:nth-child(201) {
  animation: orbit201 14s infinite;
  animation-delay: 2.01s;
  background-color: #00a8c2;
}

@keyframes orbit201 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-42deg) rotateY(287deg) translateX(100px) rotateZ(42deg);
  }
  80% {
    transform: rotateZ(-42deg) rotateY(287deg) translateX(100px) rotateZ(42deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-42deg) rotateY(287deg) translateX(300px) rotateZ(42deg);
  }
}
.c:nth-child(202) {
  animation: orbit202 14s infinite;
  animation-delay: 2.02s;
  background-color: #00a8c2;
}

@keyframes orbit202 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-189deg) rotateY(325deg) translateX(100px) rotateZ(189deg);
  }
  80% {
    transform: rotateZ(-189deg) rotateY(325deg) translateX(100px) rotateZ(189deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-189deg) rotateY(325deg) translateX(300px) rotateZ(189deg);
  }
}
.c:nth-child(203) {
  animation: orbit203 14s infinite;
  animation-delay: 2.03s;
  background-color: #00a8c2;
}

@keyframes orbit203 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-221deg) rotateY(246deg) translateX(100px) rotateZ(221deg);
  }
  80% {
    transform: rotateZ(-221deg) rotateY(246deg) translateX(100px) rotateZ(221deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-221deg) rotateY(246deg) translateX(300px) rotateZ(221deg);
  }
}
.c:nth-child(204) {
  animation: orbit204 14s infinite;
  animation-delay: 2.04s;
  background-color: #00a8c2;
}

@keyframes orbit204 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-219deg) rotateY(16deg) translateX(100px) rotateZ(219deg);
  }
  80% {
    transform: rotateZ(-219deg) rotateY(16deg) translateX(100px) rotateZ(219deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-219deg) rotateY(16deg) translateX(300px) rotateZ(219deg);
  }
}
.c:nth-child(205) {
  animation: orbit205 14s infinite;
  animation-delay: 2.05s;
  background-color: #00a8c2;
}

@keyframes orbit205 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-316deg) rotateY(248deg) translateX(100px) rotateZ(316deg);
  }
  80% {
    transform: rotateZ(-316deg) rotateY(248deg) translateX(100px) rotateZ(316deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-316deg) rotateY(248deg) translateX(300px) rotateZ(316deg);
  }
}
.c:nth-child(206) {
  animation: orbit206 14s infinite;
  animation-delay: 2.06s;
  background-color: #00a8c2;
}

@keyframes orbit206 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-163deg) rotateY(155deg) translateX(100px) rotateZ(163deg);
  }
  80% {
    transform: rotateZ(-163deg) rotateY(155deg) translateX(100px) rotateZ(163deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-163deg) rotateY(155deg) translateX(300px) rotateZ(163deg);
  }
}
.c:nth-child(207) {
  animation: orbit207 14s infinite;
  animation-delay: 2.07s;
  background-color: #00a8c2;
}

@keyframes orbit207 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-255deg) rotateY(298deg) translateX(100px) rotateZ(255deg);
  }
  80% {
    transform: rotateZ(-255deg) rotateY(298deg) translateX(100px) rotateZ(255deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-255deg) rotateY(298deg) translateX(300px) rotateZ(255deg);
  }
}
.c:nth-child(208) {
  animation: orbit208 14s infinite;
  animation-delay: 2.08s;
  background-color: #00a8c2;
}

@keyframes orbit208 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-35deg) rotateY(263deg) translateX(100px) rotateZ(35deg);
  }
  80% {
    transform: rotateZ(-35deg) rotateY(263deg) translateX(100px) rotateZ(35deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-35deg) rotateY(263deg) translateX(300px) rotateZ(35deg);
  }
}
.c:nth-child(209) {
  animation: orbit209 14s infinite;
  animation-delay: 2.09s;
  background-color: #00a8c2;
}

@keyframes orbit209 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-279deg) rotateY(295deg) translateX(100px) rotateZ(279deg);
  }
  80% {
    transform: rotateZ(-279deg) rotateY(295deg) translateX(100px) rotateZ(279deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-279deg) rotateY(295deg) translateX(300px) rotateZ(279deg);
  }
}
.c:nth-child(210) {
  animation: orbit210 14s infinite;
  animation-delay: 2.1s;
  background-color: #00a8c2;
}

@keyframes orbit210 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-188deg) rotateY(306deg) translateX(100px) rotateZ(188deg);
  }
  80% {
    transform: rotateZ(-188deg) rotateY(306deg) translateX(100px) rotateZ(188deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-188deg) rotateY(306deg) translateX(300px) rotateZ(188deg);
  }
}
.c:nth-child(211) {
  animation: orbit211 14s infinite;
  animation-delay: 2.11s;
  background-color: #00a8c2;
}

@keyframes orbit211 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-204deg) rotateY(50deg) translateX(100px) rotateZ(204deg);
  }
  80% {
    transform: rotateZ(-204deg) rotateY(50deg) translateX(100px) rotateZ(204deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-204deg) rotateY(50deg) translateX(300px) rotateZ(204deg);
  }
}
.c:nth-child(212) {
  animation: orbit212 14s infinite;
  animation-delay: 2.12s;
  background-color: #00a8c2;
}

@keyframes orbit212 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-211deg) rotateY(32deg) translateX(100px) rotateZ(211deg);
  }
  80% {
    transform: rotateZ(-211deg) rotateY(32deg) translateX(100px) rotateZ(211deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-211deg) rotateY(32deg) translateX(300px) rotateZ(211deg);
  }
}
.c:nth-child(213) {
  animation: orbit213 14s infinite;
  animation-delay: 2.13s;
  background-color: #00a8c2;
}

@keyframes orbit213 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-221deg) rotateY(43deg) translateX(100px) rotateZ(221deg);
  }
  80% {
    transform: rotateZ(-221deg) rotateY(43deg) translateX(100px) rotateZ(221deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-221deg) rotateY(43deg) translateX(300px) rotateZ(221deg);
  }
}
.c:nth-child(214) {
  animation: orbit214 14s infinite;
  animation-delay: 2.14s;
  background-color: #00a8c2;
}

@keyframes orbit214 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-316deg) rotateY(266deg) translateX(100px) rotateZ(316deg);
  }
  80% {
    transform: rotateZ(-316deg) rotateY(266deg) translateX(100px) rotateZ(316deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-316deg) rotateY(266deg) translateX(300px) rotateZ(316deg);
  }
}
.c:nth-child(215) {
  animation: orbit215 14s infinite;
  animation-delay: 2.15s;
  background-color: #00a8c2;
}

@keyframes orbit215 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-114deg) rotateY(114deg) translateX(100px) rotateZ(114deg);
  }
  80% {
    transform: rotateZ(-114deg) rotateY(114deg) translateX(100px) rotateZ(114deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-114deg) rotateY(114deg) translateX(300px) rotateZ(114deg);
  }
}
.c:nth-child(216) {
  animation: orbit216 14s infinite;
  animation-delay: 2.16s;
  background-color: #00a8c2;
}

@keyframes orbit216 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-325deg) rotateY(109deg) translateX(100px) rotateZ(325deg);
  }
  80% {
    transform: rotateZ(-325deg) rotateY(109deg) translateX(100px) rotateZ(325deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-325deg) rotateY(109deg) translateX(300px) rotateZ(325deg);
  }
}
.c:nth-child(217) {
  animation: orbit217 14s infinite;
  animation-delay: 2.17s;
  background-color: #00a8c2;
}

@keyframes orbit217 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-317deg) rotateY(137deg) translateX(100px) rotateZ(317deg);
  }
  80% {
    transform: rotateZ(-317deg) rotateY(137deg) translateX(100px) rotateZ(317deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-317deg) rotateY(137deg) translateX(300px) rotateZ(317deg);
  }
}
.c:nth-child(218) {
  animation: orbit218 14s infinite;
  animation-delay: 2.18s;
  background-color: #00a8c2;
}

@keyframes orbit218 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-92deg) rotateY(350deg) translateX(100px) rotateZ(92deg);
  }
  80% {
    transform: rotateZ(-92deg) rotateY(350deg) translateX(100px) rotateZ(92deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-92deg) rotateY(350deg) translateX(300px) rotateZ(92deg);
  }
}
.c:nth-child(219) {
  animation: orbit219 14s infinite;
  animation-delay: 2.19s;
  background-color: #00a8c2;
}

@keyframes orbit219 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-271deg) rotateY(204deg) translateX(100px) rotateZ(271deg);
  }
  80% {
    transform: rotateZ(-271deg) rotateY(204deg) translateX(100px) rotateZ(271deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-271deg) rotateY(204deg) translateX(300px) rotateZ(271deg);
  }
}
.c:nth-child(220) {
  animation: orbit220 14s infinite;
  animation-delay: 2.2s;
  background-color: #00a8c2;
}

@keyframes orbit220 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-161deg) rotateY(141deg) translateX(100px) rotateZ(161deg);
  }
  80% {
    transform: rotateZ(-161deg) rotateY(141deg) translateX(100px) rotateZ(161deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-161deg) rotateY(141deg) translateX(300px) rotateZ(161deg);
  }
}
.c:nth-child(221) {
  animation: orbit221 14s infinite;
  animation-delay: 2.21s;
  background-color: #00a8c2;
}

@keyframes orbit221 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-251deg) rotateY(216deg) translateX(100px) rotateZ(251deg);
  }
  80% {
    transform: rotateZ(-251deg) rotateY(216deg) translateX(100px) rotateZ(251deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-251deg) rotateY(216deg) translateX(300px) rotateZ(251deg);
  }
}
.c:nth-child(222) {
  animation: orbit222 14s infinite;
  animation-delay: 2.22s;
  background-color: #00a8c2;
}

@keyframes orbit222 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-270deg) rotateY(52deg) translateX(100px) rotateZ(270deg);
  }
  80% {
    transform: rotateZ(-270deg) rotateY(52deg) translateX(100px) rotateZ(270deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-270deg) rotateY(52deg) translateX(300px) rotateZ(270deg);
  }
}
.c:nth-child(223) {
  animation: orbit223 14s infinite;
  animation-delay: 2.23s;
  background-color: #00a8c2;
}

@keyframes orbit223 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-70deg) rotateY(360deg) translateX(100px) rotateZ(70deg);
  }
  80% {
    transform: rotateZ(-70deg) rotateY(360deg) translateX(100px) rotateZ(70deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-70deg) rotateY(360deg) translateX(300px) rotateZ(70deg);
  }
}
.c:nth-child(224) {
  animation: orbit224 14s infinite;
  animation-delay: 2.24s;
  background-color: #00a8c2;
}

@keyframes orbit224 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-62deg) rotateY(190deg) translateX(100px) rotateZ(62deg);
  }
  80% {
    transform: rotateZ(-62deg) rotateY(190deg) translateX(100px) rotateZ(62deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-62deg) rotateY(190deg) translateX(300px) rotateZ(62deg);
  }
}
.c:nth-child(225) {
  animation: orbit225 14s infinite;
  animation-delay: 2.25s;
  background-color: #00a8c2;
}

@keyframes orbit225 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-81deg) rotateY(265deg) translateX(100px) rotateZ(81deg);
  }
  80% {
    transform: rotateZ(-81deg) rotateY(265deg) translateX(100px) rotateZ(81deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-81deg) rotateY(265deg) translateX(300px) rotateZ(81deg);
  }
}
.c:nth-child(226) {
  animation: orbit226 14s infinite;
  animation-delay: 2.26s;
  background-color: #00a8c2;
}

@keyframes orbit226 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-360deg) rotateY(180deg) translateX(100px) rotateZ(360deg);
  }
  80% {
    transform: rotateZ(-360deg) rotateY(180deg) translateX(100px) rotateZ(360deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-360deg) rotateY(180deg) translateX(300px) rotateZ(360deg);
  }
}
.c:nth-child(227) {
  animation: orbit227 14s infinite;
  animation-delay: 2.27s;
  background-color: #00a8c2;
}

@keyframes orbit227 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-350deg) rotateY(82deg) translateX(100px) rotateZ(350deg);
  }
  80% {
    transform: rotateZ(-350deg) rotateY(82deg) translateX(100px) rotateZ(350deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-350deg) rotateY(82deg) translateX(300px) rotateZ(350deg);
  }
}
.c:nth-child(228) {
  animation: orbit228 14s infinite;
  animation-delay: 2.28s;
  background-color: #00a8c2;
}

@keyframes orbit228 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-164deg) rotateY(95deg) translateX(100px) rotateZ(164deg);
  }
  80% {
    transform: rotateZ(-164deg) rotateY(95deg) translateX(100px) rotateZ(164deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-164deg) rotateY(95deg) translateX(300px) rotateZ(164deg);
  }
}
.c:nth-child(229) {
  animation: orbit229 14s infinite;
  animation-delay: 2.29s;
  background-color: #00a8c2;
}

@keyframes orbit229 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-338deg) rotateY(302deg) translateX(100px) rotateZ(338deg);
  }
  80% {
    transform: rotateZ(-338deg) rotateY(302deg) translateX(100px) rotateZ(338deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-338deg) rotateY(302deg) translateX(300px) rotateZ(338deg);
  }
}
.c:nth-child(230) {
  animation: orbit230 14s infinite;
  animation-delay: 2.3s;
  background-color: #00a8c2;
}

@keyframes orbit230 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-210deg) rotateY(144deg) translateX(100px) rotateZ(210deg);
  }
  80% {
    transform: rotateZ(-210deg) rotateY(144deg) translateX(100px) rotateZ(210deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-210deg) rotateY(144deg) translateX(300px) rotateZ(210deg);
  }
}
.c:nth-child(231) {
  animation: orbit231 14s infinite;
  animation-delay: 2.31s;
  background-color: #00a8c2;
}

@keyframes orbit231 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-152deg) rotateY(53deg) translateX(100px) rotateZ(152deg);
  }
  80% {
    transform: rotateZ(-152deg) rotateY(53deg) translateX(100px) rotateZ(152deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-152deg) rotateY(53deg) translateX(300px) rotateZ(152deg);
  }
}
.c:nth-child(232) {
  animation: orbit232 14s infinite;
  animation-delay: 2.32s;
  background-color: #00a8c2;
}

@keyframes orbit232 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-292deg) rotateY(56deg) translateX(100px) rotateZ(292deg);
  }
  80% {
    transform: rotateZ(-292deg) rotateY(56deg) translateX(100px) rotateZ(292deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-292deg) rotateY(56deg) translateX(300px) rotateZ(292deg);
  }
}
.c:nth-child(233) {
  animation: orbit233 14s infinite;
  animation-delay: 2.33s;
  background-color: #00a8c2;
}

@keyframes orbit233 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-8deg) rotateY(101deg) translateX(100px) rotateZ(8deg);
  }
  80% {
    transform: rotateZ(-8deg) rotateY(101deg) translateX(100px) rotateZ(8deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-8deg) rotateY(101deg) translateX(300px) rotateZ(8deg);
  }
}
.c:nth-child(234) {
  animation: orbit234 14s infinite;
  animation-delay: 2.34s;
  background-color: #00a8c2;
}

@keyframes orbit234 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-99deg) rotateY(295deg) translateX(100px) rotateZ(99deg);
  }
  80% {
    transform: rotateZ(-99deg) rotateY(295deg) translateX(100px) rotateZ(99deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-99deg) rotateY(295deg) translateX(300px) rotateZ(99deg);
  }
}
.c:nth-child(235) {
  animation: orbit235 14s infinite;
  animation-delay: 2.35s;
  background-color: #00a8c2;
}

@keyframes orbit235 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-171deg) rotateY(13deg) translateX(100px) rotateZ(171deg);
  }
  80% {
    transform: rotateZ(-171deg) rotateY(13deg) translateX(100px) rotateZ(171deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-171deg) rotateY(13deg) translateX(300px) rotateZ(171deg);
  }
}
.c:nth-child(236) {
  animation: orbit236 14s infinite;
  animation-delay: 2.36s;
  background-color: #00a8c2;
}

@keyframes orbit236 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-228deg) rotateY(159deg) translateX(100px) rotateZ(228deg);
  }
  80% {
    transform: rotateZ(-228deg) rotateY(159deg) translateX(100px) rotateZ(228deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-228deg) rotateY(159deg) translateX(300px) rotateZ(228deg);
  }
}
.c:nth-child(237) {
  animation: orbit237 14s infinite;
  animation-delay: 2.37s;
  background-color: #00a8c2;
}

@keyframes orbit237 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-314deg) rotateY(115deg) translateX(100px) rotateZ(314deg);
  }
  80% {
    transform: rotateZ(-314deg) rotateY(115deg) translateX(100px) rotateZ(314deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-314deg) rotateY(115deg) translateX(300px) rotateZ(314deg);
  }
}
.c:nth-child(238) {
  animation: orbit238 14s infinite;
  animation-delay: 2.38s;
  background-color: #00a8c2;
}

@keyframes orbit238 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-71deg) rotateY(279deg) translateX(100px) rotateZ(71deg);
  }
  80% {
    transform: rotateZ(-71deg) rotateY(279deg) translateX(100px) rotateZ(71deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-71deg) rotateY(279deg) translateX(300px) rotateZ(71deg);
  }
}
.c:nth-child(239) {
  animation: orbit239 14s infinite;
  animation-delay: 2.39s;
  background-color: #00a8c2;
}

@keyframes orbit239 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-152deg) rotateY(192deg) translateX(100px) rotateZ(152deg);
  }
  80% {
    transform: rotateZ(-152deg) rotateY(192deg) translateX(100px) rotateZ(152deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-152deg) rotateY(192deg) translateX(300px) rotateZ(152deg);
  }
}
.c:nth-child(240) {
  animation: orbit240 14s infinite;
  animation-delay: 2.4s;
  background-color: #00a8c2;
}

@keyframes orbit240 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-112deg) rotateY(42deg) translateX(100px) rotateZ(112deg);
  }
  80% {
    transform: rotateZ(-112deg) rotateY(42deg) translateX(100px) rotateZ(112deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-112deg) rotateY(42deg) translateX(300px) rotateZ(112deg);
  }
}
.c:nth-child(241) {
  animation: orbit241 14s infinite;
  animation-delay: 2.41s;
  background-color: #00a8c2;
}

@keyframes orbit241 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-90deg) rotateY(227deg) translateX(100px) rotateZ(90deg);
  }
  80% {
    transform: rotateZ(-90deg) rotateY(227deg) translateX(100px) rotateZ(90deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-90deg) rotateY(227deg) translateX(300px) rotateZ(90deg);
  }
}
.c:nth-child(242) {
  animation: orbit242 14s infinite;
  animation-delay: 2.42s;
  background-color: #00a8c2;
}

@keyframes orbit242 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-74deg) rotateY(75deg) translateX(100px) rotateZ(74deg);
  }
  80% {
    transform: rotateZ(-74deg) rotateY(75deg) translateX(100px) rotateZ(74deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-74deg) rotateY(75deg) translateX(300px) rotateZ(74deg);
  }
}
.c:nth-child(243) {
  animation: orbit243 14s infinite;
  animation-delay: 2.43s;
  background-color: #00a8c2;
}

@keyframes orbit243 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-300deg) rotateY(26deg) translateX(100px) rotateZ(300deg);
  }
  80% {
    transform: rotateZ(-300deg) rotateY(26deg) translateX(100px) rotateZ(300deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-300deg) rotateY(26deg) translateX(300px) rotateZ(300deg);
  }
}
.c:nth-child(244) {
  animation: orbit244 14s infinite;
  animation-delay: 2.44s;
  background-color: #00a8c2;
}

@keyframes orbit244 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-178deg) rotateY(45deg) translateX(100px) rotateZ(178deg);
  }
  80% {
    transform: rotateZ(-178deg) rotateY(45deg) translateX(100px) rotateZ(178deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-178deg) rotateY(45deg) translateX(300px) rotateZ(178deg);
  }
}
.c:nth-child(245) {
  animation: orbit245 14s infinite;
  animation-delay: 2.45s;
  background-color: #00a8c2;
}

@keyframes orbit245 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-43deg) rotateY(217deg) translateX(100px) rotateZ(43deg);
  }
  80% {
    transform: rotateZ(-43deg) rotateY(217deg) translateX(100px) rotateZ(43deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-43deg) rotateY(217deg) translateX(300px) rotateZ(43deg);
  }
}
.c:nth-child(246) {
  animation: orbit246 14s infinite;
  animation-delay: 2.46s;
  background-color: #00a8c2;
}

@keyframes orbit246 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-232deg) rotateY(47deg) translateX(100px) rotateZ(232deg);
  }
  80% {
    transform: rotateZ(-232deg) rotateY(47deg) translateX(100px) rotateZ(232deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-232deg) rotateY(47deg) translateX(300px) rotateZ(232deg);
  }
}
.c:nth-child(247) {
  animation: orbit247 14s infinite;
  animation-delay: 2.47s;
  background-color: #00a8c2;
}

@keyframes orbit247 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-215deg) rotateY(314deg) translateX(100px) rotateZ(215deg);
  }
  80% {
    transform: rotateZ(-215deg) rotateY(314deg) translateX(100px) rotateZ(215deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-215deg) rotateY(314deg) translateX(300px) rotateZ(215deg);
  }
}
.c:nth-child(248) {
  animation: orbit248 14s infinite;
  animation-delay: 2.48s;
  background-color: #00a8c2;
}

@keyframes orbit248 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-351deg) rotateY(342deg) translateX(100px) rotateZ(351deg);
  }
  80% {
    transform: rotateZ(-351deg) rotateY(342deg) translateX(100px) rotateZ(351deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-351deg) rotateY(342deg) translateX(300px) rotateZ(351deg);
  }
}
.c:nth-child(249) {
  animation: orbit249 14s infinite;
  animation-delay: 2.49s;
  background-color: #00a8c2;
}

@keyframes orbit249 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-45deg) rotateY(65deg) translateX(100px) rotateZ(45deg);
  }
  80% {
    transform: rotateZ(-45deg) rotateY(65deg) translateX(100px) rotateZ(45deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-45deg) rotateY(65deg) translateX(300px) rotateZ(45deg);
  }
}
.c:nth-child(250) {
  animation: orbit250 14s infinite;
  animation-delay: 2.5s;
  background-color: #00a8c2;
}

@keyframes orbit250 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-141deg) rotateY(260deg) translateX(100px) rotateZ(141deg);
  }
  80% {
    transform: rotateZ(-141deg) rotateY(260deg) translateX(100px) rotateZ(141deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-141deg) rotateY(260deg) translateX(300px) rotateZ(141deg);
  }
}
.c:nth-child(251) {
  animation: orbit251 14s infinite;
  animation-delay: 2.51s;
  background-color: #00a8c2;
}

@keyframes orbit251 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-290deg) rotateY(201deg) translateX(100px) rotateZ(290deg);
  }
  80% {
    transform: rotateZ(-290deg) rotateY(201deg) translateX(100px) rotateZ(290deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-290deg) rotateY(201deg) translateX(300px) rotateZ(290deg);
  }
}
.c:nth-child(252) {
  animation: orbit252 14s infinite;
  animation-delay: 2.52s;
  background-color: #00a8c2;
}

@keyframes orbit252 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-214deg) rotateY(95deg) translateX(100px) rotateZ(214deg);
  }
  80% {
    transform: rotateZ(-214deg) rotateY(95deg) translateX(100px) rotateZ(214deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-214deg) rotateY(95deg) translateX(300px) rotateZ(214deg);
  }
}
.c:nth-child(253) {
  animation: orbit253 14s infinite;
  animation-delay: 2.53s;
  background-color: #00a8c2;
}

@keyframes orbit253 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-319deg) rotateY(104deg) translateX(100px) rotateZ(319deg);
  }
  80% {
    transform: rotateZ(-319deg) rotateY(104deg) translateX(100px) rotateZ(319deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-319deg) rotateY(104deg) translateX(300px) rotateZ(319deg);
  }
}
.c:nth-child(254) {
  animation: orbit254 14s infinite;
  animation-delay: 2.54s;
  background-color: #00a8c2;
}

@keyframes orbit254 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-17deg) rotateY(134deg) translateX(100px) rotateZ(17deg);
  }
  80% {
    transform: rotateZ(-17deg) rotateY(134deg) translateX(100px) rotateZ(17deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-17deg) rotateY(134deg) translateX(300px) rotateZ(17deg);
  }
}
.c:nth-child(255) {
  animation: orbit255 14s infinite;
  animation-delay: 2.55s;
  background-color: #00a8c2;
}

@keyframes orbit255 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-291deg) rotateY(185deg) translateX(100px) rotateZ(291deg);
  }
  80% {
    transform: rotateZ(-291deg) rotateY(185deg) translateX(100px) rotateZ(291deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-291deg) rotateY(185deg) translateX(300px) rotateZ(291deg);
  }
}
.c:nth-child(256) {
  animation: orbit256 14s infinite;
  animation-delay: 2.56s;
  background-color: #00a8c2;
}

@keyframes orbit256 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-300deg) rotateY(211deg) translateX(100px) rotateZ(300deg);
  }
  80% {
    transform: rotateZ(-300deg) rotateY(211deg) translateX(100px) rotateZ(300deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-300deg) rotateY(211deg) translateX(300px) rotateZ(300deg);
  }
}
.c:nth-child(257) {
  animation: orbit257 14s infinite;
  animation-delay: 2.57s;
  background-color: #00a8c2;
}

@keyframes orbit257 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-229deg) rotateY(304deg) translateX(100px) rotateZ(229deg);
  }
  80% {
    transform: rotateZ(-229deg) rotateY(304deg) translateX(100px) rotateZ(229deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-229deg) rotateY(304deg) translateX(300px) rotateZ(229deg);
  }
}
.c:nth-child(258) {
  animation: orbit258 14s infinite;
  animation-delay: 2.58s;
  background-color: #00a8c2;
}

@keyframes orbit258 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-114deg) rotateY(300deg) translateX(100px) rotateZ(114deg);
  }
  80% {
    transform: rotateZ(-114deg) rotateY(300deg) translateX(100px) rotateZ(114deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-114deg) rotateY(300deg) translateX(300px) rotateZ(114deg);
  }
}
.c:nth-child(259) {
  animation: orbit259 14s infinite;
  animation-delay: 2.59s;
  background-color: #00a8c2;
}

@keyframes orbit259 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-89deg) rotateY(203deg) translateX(100px) rotateZ(89deg);
  }
  80% {
    transform: rotateZ(-89deg) rotateY(203deg) translateX(100px) rotateZ(89deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-89deg) rotateY(203deg) translateX(300px) rotateZ(89deg);
  }
}
.c:nth-child(260) {
  animation: orbit260 14s infinite;
  animation-delay: 2.6s;
  background-color: #00a8c2;
}

@keyframes orbit260 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-292deg) rotateY(357deg) translateX(100px) rotateZ(292deg);
  }
  80% {
    transform: rotateZ(-292deg) rotateY(357deg) translateX(100px) rotateZ(292deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-292deg) rotateY(357deg) translateX(300px) rotateZ(292deg);
  }
}
.c:nth-child(261) {
  animation: orbit261 14s infinite;
  animation-delay: 2.61s;
  background-color: #00a8c2;
}

@keyframes orbit261 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-347deg) rotateY(352deg) translateX(100px) rotateZ(347deg);
  }
  80% {
    transform: rotateZ(-347deg) rotateY(352deg) translateX(100px) rotateZ(347deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-347deg) rotateY(352deg) translateX(300px) rotateZ(347deg);
  }
}
.c:nth-child(262) {
  animation: orbit262 14s infinite;
  animation-delay: 2.62s;
  background-color: #00a8c2;
}

@keyframes orbit262 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-189deg) rotateY(172deg) translateX(100px) rotateZ(189deg);
  }
  80% {
    transform: rotateZ(-189deg) rotateY(172deg) translateX(100px) rotateZ(189deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-189deg) rotateY(172deg) translateX(300px) rotateZ(189deg);
  }
}
.c:nth-child(263) {
  animation: orbit263 14s infinite;
  animation-delay: 2.63s;
  background-color: #00a8c2;
}

@keyframes orbit263 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-113deg) rotateY(149deg) translateX(100px) rotateZ(113deg);
  }
  80% {
    transform: rotateZ(-113deg) rotateY(149deg) translateX(100px) rotateZ(113deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-113deg) rotateY(149deg) translateX(300px) rotateZ(113deg);
  }
}
.c:nth-child(264) {
  animation: orbit264 14s infinite;
  animation-delay: 2.64s;
  background-color: #00a8c2;
}

@keyframes orbit264 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-262deg) rotateY(1deg) translateX(100px) rotateZ(262deg);
  }
  80% {
    transform: rotateZ(-262deg) rotateY(1deg) translateX(100px) rotateZ(262deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-262deg) rotateY(1deg) translateX(300px) rotateZ(262deg);
  }
}
.c:nth-child(265) {
  animation: orbit265 14s infinite;
  animation-delay: 2.65s;
  background-color: #00a8c2;
}

@keyframes orbit265 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-63deg) rotateY(143deg) translateX(100px) rotateZ(63deg);
  }
  80% {
    transform: rotateZ(-63deg) rotateY(143deg) translateX(100px) rotateZ(63deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-63deg) rotateY(143deg) translateX(300px) rotateZ(63deg);
  }
}
.c:nth-child(266) {
  animation: orbit266 14s infinite;
  animation-delay: 2.66s;
  background-color: #00a8c2;
}

@keyframes orbit266 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-87deg) rotateY(261deg) translateX(100px) rotateZ(87deg);
  }
  80% {
    transform: rotateZ(-87deg) rotateY(261deg) translateX(100px) rotateZ(87deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-87deg) rotateY(261deg) translateX(300px) rotateZ(87deg);
  }
}
.c:nth-child(267) {
  animation: orbit267 14s infinite;
  animation-delay: 2.67s;
  background-color: #00a8c2;
}

@keyframes orbit267 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-267deg) rotateY(152deg) translateX(100px) rotateZ(267deg);
  }
  80% {
    transform: rotateZ(-267deg) rotateY(152deg) translateX(100px) rotateZ(267deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-267deg) rotateY(152deg) translateX(300px) rotateZ(267deg);
  }
}
.c:nth-child(268) {
  animation: orbit268 14s infinite;
  animation-delay: 2.68s;
  background-color: #00a8c2;
}

@keyframes orbit268 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-309deg) rotateY(148deg) translateX(100px) rotateZ(309deg);
  }
  80% {
    transform: rotateZ(-309deg) rotateY(148deg) translateX(100px) rotateZ(309deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-309deg) rotateY(148deg) translateX(300px) rotateZ(309deg);
  }
}
.c:nth-child(269) {
  animation: orbit269 14s infinite;
  animation-delay: 2.69s;
  background-color: #00a8c2;
}

@keyframes orbit269 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-175deg) rotateY(215deg) translateX(100px) rotateZ(175deg);
  }
  80% {
    transform: rotateZ(-175deg) rotateY(215deg) translateX(100px) rotateZ(175deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-175deg) rotateY(215deg) translateX(300px) rotateZ(175deg);
  }
}
.c:nth-child(270) {
  animation: orbit270 14s infinite;
  animation-delay: 2.7s;
  background-color: #00a8c2;
}

@keyframes orbit270 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-155deg) rotateY(278deg) translateX(100px) rotateZ(155deg);
  }
  80% {
    transform: rotateZ(-155deg) rotateY(278deg) translateX(100px) rotateZ(155deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-155deg) rotateY(278deg) translateX(300px) rotateZ(155deg);
  }
}
.c:nth-child(271) {
  animation: orbit271 14s infinite;
  animation-delay: 2.71s;
  background-color: #00a8c2;
}

@keyframes orbit271 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-173deg) rotateY(177deg) translateX(100px) rotateZ(173deg);
  }
  80% {
    transform: rotateZ(-173deg) rotateY(177deg) translateX(100px) rotateZ(173deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-173deg) rotateY(177deg) translateX(300px) rotateZ(173deg);
  }
}
.c:nth-child(272) {
  animation: orbit272 14s infinite;
  animation-delay: 2.72s;
  background-color: #00a8c2;
}

@keyframes orbit272 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-59deg) rotateY(28deg) translateX(100px) rotateZ(59deg);
  }
  80% {
    transform: rotateZ(-59deg) rotateY(28deg) translateX(100px) rotateZ(59deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-59deg) rotateY(28deg) translateX(300px) rotateZ(59deg);
  }
}
.c:nth-child(273) {
  animation: orbit273 14s infinite;
  animation-delay: 2.73s;
  background-color: #00a8c2;
}

@keyframes orbit273 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-176deg) rotateY(203deg) translateX(100px) rotateZ(176deg);
  }
  80% {
    transform: rotateZ(-176deg) rotateY(203deg) translateX(100px) rotateZ(176deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-176deg) rotateY(203deg) translateX(300px) rotateZ(176deg);
  }
}
.c:nth-child(274) {
  animation: orbit274 14s infinite;
  animation-delay: 2.74s;
  background-color: #00a8c2;
}

@keyframes orbit274 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-165deg) rotateY(311deg) translateX(100px) rotateZ(165deg);
  }
  80% {
    transform: rotateZ(-165deg) rotateY(311deg) translateX(100px) rotateZ(165deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-165deg) rotateY(311deg) translateX(300px) rotateZ(165deg);
  }
}
.c:nth-child(275) {
  animation: orbit275 14s infinite;
  animation-delay: 2.75s;
  background-color: #00a8c2;
}

@keyframes orbit275 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-171deg) rotateY(186deg) translateX(100px) rotateZ(171deg);
  }
  80% {
    transform: rotateZ(-171deg) rotateY(186deg) translateX(100px) rotateZ(171deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-171deg) rotateY(186deg) translateX(300px) rotateZ(171deg);
  }
}
.c:nth-child(276) {
  animation: orbit276 14s infinite;
  animation-delay: 2.76s;
  background-color: #00a8c2;
}

@keyframes orbit276 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-150deg) rotateY(359deg) translateX(100px) rotateZ(150deg);
  }
  80% {
    transform: rotateZ(-150deg) rotateY(359deg) translateX(100px) rotateZ(150deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-150deg) rotateY(359deg) translateX(300px) rotateZ(150deg);
  }
}
.c:nth-child(277) {
  animation: orbit277 14s infinite;
  animation-delay: 2.77s;
  background-color: #00a8c2;
}

@keyframes orbit277 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-283deg) rotateY(149deg) translateX(100px) rotateZ(283deg);
  }
  80% {
    transform: rotateZ(-283deg) rotateY(149deg) translateX(100px) rotateZ(283deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-283deg) rotateY(149deg) translateX(300px) rotateZ(283deg);
  }
}
.c:nth-child(278) {
  animation: orbit278 14s infinite;
  animation-delay: 2.78s;
  background-color: #00a8c2;
}

@keyframes orbit278 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-258deg) rotateY(356deg) translateX(100px) rotateZ(258deg);
  }
  80% {
    transform: rotateZ(-258deg) rotateY(356deg) translateX(100px) rotateZ(258deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-258deg) rotateY(356deg) translateX(300px) rotateZ(258deg);
  }
}
.c:nth-child(279) {
  animation: orbit279 14s infinite;
  animation-delay: 2.79s;
  background-color: #00a8c2;
}

@keyframes orbit279 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-69deg) rotateY(62deg) translateX(100px) rotateZ(69deg);
  }
  80% {
    transform: rotateZ(-69deg) rotateY(62deg) translateX(100px) rotateZ(69deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-69deg) rotateY(62deg) translateX(300px) rotateZ(69deg);
  }
}
.c:nth-child(280) {
  animation: orbit280 14s infinite;
  animation-delay: 2.8s;
  background-color: #00a8c2;
}

@keyframes orbit280 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-103deg) rotateY(269deg) translateX(100px) rotateZ(103deg);
  }
  80% {
    transform: rotateZ(-103deg) rotateY(269deg) translateX(100px) rotateZ(103deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-103deg) rotateY(269deg) translateX(300px) rotateZ(103deg);
  }
}
.c:nth-child(281) {
  animation: orbit281 14s infinite;
  animation-delay: 2.81s;
  background-color: #00a8c2;
}

@keyframes orbit281 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-207deg) rotateY(183deg) translateX(100px) rotateZ(207deg);
  }
  80% {
    transform: rotateZ(-207deg) rotateY(183deg) translateX(100px) rotateZ(207deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-207deg) rotateY(183deg) translateX(300px) rotateZ(207deg);
  }
}
.c:nth-child(282) {
  animation: orbit282 14s infinite;
  animation-delay: 2.82s;
  background-color: #00a8c2;
}

@keyframes orbit282 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-260deg) rotateY(277deg) translateX(100px) rotateZ(260deg);
  }
  80% {
    transform: rotateZ(-260deg) rotateY(277deg) translateX(100px) rotateZ(260deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-260deg) rotateY(277deg) translateX(300px) rotateZ(260deg);
  }
}
.c:nth-child(283) {
  animation: orbit283 14s infinite;
  animation-delay: 2.83s;
  background-color: #00a8c2;
}

@keyframes orbit283 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-43deg) rotateY(4deg) translateX(100px) rotateZ(43deg);
  }
  80% {
    transform: rotateZ(-43deg) rotateY(4deg) translateX(100px) rotateZ(43deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-43deg) rotateY(4deg) translateX(300px) rotateZ(43deg);
  }
}
.c:nth-child(284) {
  animation: orbit284 14s infinite;
  animation-delay: 2.84s;
  background-color: #00a8c2;
}

@keyframes orbit284 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-345deg) rotateY(178deg) translateX(100px) rotateZ(345deg);
  }
  80% {
    transform: rotateZ(-345deg) rotateY(178deg) translateX(100px) rotateZ(345deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-345deg) rotateY(178deg) translateX(300px) rotateZ(345deg);
  }
}
.c:nth-child(285) {
  animation: orbit285 14s infinite;
  animation-delay: 2.85s;
  background-color: #00a8c2;
}

@keyframes orbit285 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-274deg) rotateY(81deg) translateX(100px) rotateZ(274deg);
  }
  80% {
    transform: rotateZ(-274deg) rotateY(81deg) translateX(100px) rotateZ(274deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-274deg) rotateY(81deg) translateX(300px) rotateZ(274deg);
  }
}
.c:nth-child(286) {
  animation: orbit286 14s infinite;
  animation-delay: 2.86s;
  background-color: #00a8c2;
}

@keyframes orbit286 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-70deg) rotateY(338deg) translateX(100px) rotateZ(70deg);
  }
  80% {
    transform: rotateZ(-70deg) rotateY(338deg) translateX(100px) rotateZ(70deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-70deg) rotateY(338deg) translateX(300px) rotateZ(70deg);
  }
}
.c:nth-child(287) {
  animation: orbit287 14s infinite;
  animation-delay: 2.87s;
  background-color: #00a8c2;
}

@keyframes orbit287 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-93deg) rotateY(101deg) translateX(100px) rotateZ(93deg);
  }
  80% {
    transform: rotateZ(-93deg) rotateY(101deg) translateX(100px) rotateZ(93deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-93deg) rotateY(101deg) translateX(300px) rotateZ(93deg);
  }
}
.c:nth-child(288) {
  animation: orbit288 14s infinite;
  animation-delay: 2.88s;
  background-color: #00a8c2;
}

@keyframes orbit288 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-297deg) rotateY(58deg) translateX(100px) rotateZ(297deg);
  }
  80% {
    transform: rotateZ(-297deg) rotateY(58deg) translateX(100px) rotateZ(297deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-297deg) rotateY(58deg) translateX(300px) rotateZ(297deg);
  }
}
.c:nth-child(289) {
  animation: orbit289 14s infinite;
  animation-delay: 2.89s;
  background-color: #00a8c2;
}

@keyframes orbit289 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-120deg) rotateY(24deg) translateX(100px) rotateZ(120deg);
  }
  80% {
    transform: rotateZ(-120deg) rotateY(24deg) translateX(100px) rotateZ(120deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-120deg) rotateY(24deg) translateX(300px) rotateZ(120deg);
  }
}
.c:nth-child(290) {
  animation: orbit290 14s infinite;
  animation-delay: 2.9s;
  background-color: #00a8c2;
}

@keyframes orbit290 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-24deg) rotateY(163deg) translateX(100px) rotateZ(24deg);
  }
  80% {
    transform: rotateZ(-24deg) rotateY(163deg) translateX(100px) rotateZ(24deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-24deg) rotateY(163deg) translateX(300px) rotateZ(24deg);
  }
}
.c:nth-child(291) {
  animation: orbit291 14s infinite;
  animation-delay: 2.91s;
  background-color: #00a8c2;
}

@keyframes orbit291 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-178deg) rotateY(184deg) translateX(100px) rotateZ(178deg);
  }
  80% {
    transform: rotateZ(-178deg) rotateY(184deg) translateX(100px) rotateZ(178deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-178deg) rotateY(184deg) translateX(300px) rotateZ(178deg);
  }
}
.c:nth-child(292) {
  animation: orbit292 14s infinite;
  animation-delay: 2.92s;
  background-color: #00a8c2;
}

@keyframes orbit292 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-294deg) rotateY(53deg) translateX(100px) rotateZ(294deg);
  }
  80% {
    transform: rotateZ(-294deg) rotateY(53deg) translateX(100px) rotateZ(294deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-294deg) rotateY(53deg) translateX(300px) rotateZ(294deg);
  }
}
.c:nth-child(293) {
  animation: orbit293 14s infinite;
  animation-delay: 2.93s;
  background-color: #00a8c2;
}

@keyframes orbit293 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-275deg) rotateY(216deg) translateX(100px) rotateZ(275deg);
  }
  80% {
    transform: rotateZ(-275deg) rotateY(216deg) translateX(100px) rotateZ(275deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-275deg) rotateY(216deg) translateX(300px) rotateZ(275deg);
  }
}
.c:nth-child(294) {
  animation: orbit294 14s infinite;
  animation-delay: 2.94s;
  background-color: #00a8c2;
}

@keyframes orbit294 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-132deg) rotateY(263deg) translateX(100px) rotateZ(132deg);
  }
  80% {
    transform: rotateZ(-132deg) rotateY(263deg) translateX(100px) rotateZ(132deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-132deg) rotateY(263deg) translateX(300px) rotateZ(132deg);
  }
}
.c:nth-child(295) {
  animation: orbit295 14s infinite;
  animation-delay: 2.95s;
  background-color: #00a8c2;
}

@keyframes orbit295 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-271deg) rotateY(89deg) translateX(100px) rotateZ(271deg);
  }
  80% {
    transform: rotateZ(-271deg) rotateY(89deg) translateX(100px) rotateZ(271deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-271deg) rotateY(89deg) translateX(300px) rotateZ(271deg);
  }
}
.c:nth-child(296) {
  animation: orbit296 14s infinite;
  animation-delay: 2.96s;
  background-color: #00a8c2;
}

@keyframes orbit296 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-110deg) rotateY(112deg) translateX(100px) rotateZ(110deg);
  }
  80% {
    transform: rotateZ(-110deg) rotateY(112deg) translateX(100px) rotateZ(110deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-110deg) rotateY(112deg) translateX(300px) rotateZ(110deg);
  }
}
.c:nth-child(297) {
  animation: orbit297 14s infinite;
  animation-delay: 2.97s;
  background-color: #00a8c2;
}

@keyframes orbit297 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-86deg) rotateY(125deg) translateX(100px) rotateZ(86deg);
  }
  80% {
    transform: rotateZ(-86deg) rotateY(125deg) translateX(100px) rotateZ(86deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-86deg) rotateY(125deg) translateX(300px) rotateZ(86deg);
  }
}
.c:nth-child(298) {
  animation: orbit298 14s infinite;
  animation-delay: 2.98s;
  background-color: #00a8c2;
}

@keyframes orbit298 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-179deg) rotateY(279deg) translateX(100px) rotateZ(179deg);
  }
  80% {
    transform: rotateZ(-179deg) rotateY(279deg) translateX(100px) rotateZ(179deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-179deg) rotateY(279deg) translateX(300px) rotateZ(179deg);
  }
}
.c:nth-child(299) {
  animation: orbit299 14s infinite;
  animation-delay: 2.99s;
  background-color: #00a8c2;
}

@keyframes orbit299 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-261deg) rotateY(124deg) translateX(100px) rotateZ(261deg);
  }
  80% {
    transform: rotateZ(-261deg) rotateY(124deg) translateX(100px) rotateZ(261deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-261deg) rotateY(124deg) translateX(300px) rotateZ(261deg);
  }
}
.c:nth-child(300) {
  animation: orbit300 14s infinite;
  animation-delay: 3s;
  background-color: #00a8c2;
}

@keyframes orbit300 {
  20% {
    opacity: 1;
  }
  30% {
    transform: rotateZ(-204deg) rotateY(207deg) translateX(100px) rotateZ(204deg);
  }
  80% {
    transform: rotateZ(-204deg) rotateY(207deg) translateX(100px) rotateZ(204deg);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-204deg) rotateY(207deg) translateX(300px) rotateZ(204deg);
  }
}
.text_first_dropdown {
  cursor: pointer;
  color: #505D64;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.dropdown-content-sale {
  background-color: #f1f1f1 !important;
}

.black_link {
  cursor: pointer;
}

.black_link:hover {
  text-decoration: underline;
}

.success_button {
  background: #00A7C2;
  border-radius: 10px;
  color: #ffffff;
  outline: none;
  border: none;
  margin: auto;
  width: 40%;
  height: 47px;
}
.success_button:focus {
  outline: none;
  border: none;
}

.approved_button {
  width: 178px;
  height: 55px;
  background: #00A7C2;
  border-radius: 10px;
  color: #ffffff;
  outline: none;
  border: none;
  margin: auto;
}
.approved_button:focus {
  outline: none;
  border: none;
}

.main_form_header {
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
}

.main_helpdesk {
  margin-bottom: 120px;
  margin-top: 120px;
}

@media (max-width: 450px) {
  .main_helpdesk {
    margin-bottom: 90px;
    margin-top: 120px;
  }
}
.fixed-header-black {
  background: linear-gradient(210.5deg, rgba(0, 211, 255, 0.21) 3.6%, rgba(0, 211, 255, 0) 34.07%), linear-gradient(152.57deg, rgba(0, 41, 255, 0.17) 11.17%, rgba(0, 41, 255, 0) 37.48%), #0D0E12;
}

.helpdesk_header {
  height: auto !important;
}

.helpdesk_box_item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 2px solid #f3f4f5;
  border-radius: 20px;
  margin-right: 12px;
  width: 50%;
}

@media (max-width: 700px) {
  .helpdesk_box_item {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .helpdesk_box_first {
    flex-direction: column;
  }
}
.helpdesk_box_first {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.helpdesk_box_item__sub-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 120%;
  color: #31373D;
}

.helpdesk_box_item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4E5964;
  margin-top: 10px;
}

.helpdesk {
  margin-top: 50px;
}

.fixed-header-helpdesk {
  background: linear-gradient(210.5deg, rgba(0, 211, 255, 0.21) 3.6%, rgba(0, 211, 255, 0) 34.07%), linear-gradient(152.57deg, rgba(0, 41, 255, 0.17) 11.17%, rgba(0, 41, 255, 0) 37.48%), #0D0E12 !important;
}

.helpdesk__text {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #31373D;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .helpdesk_work_body_mobile {
    margin-top: 20px;
  }
}
html {
  height: 100%;
}

body {
  font-family: "Inter" !important;
  font-size: "";
}

._container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.sale-page *, .sale-page ::after, .sale-page ::before {
  box-sizing: border-box !important;
}
@media (min-width: 670px) {
  .sale-page .modal-dialog {
    max-width: 1100px !important;
    margin: 1.75rem auto !important;
  }
}
@media (min-width: 576px) {
  .sale-page .modal-dialog-warning {
    max-width: 500px !important;
    margin: 1.75rem auto !important;
  }
}

.point-of-sale {
  margin-bottom: 120px;
}
@media (max-width: 450px) {
  .point-of-sale {
    margin-bottom: 90px;
  }
}
.point-of-sale__effective {
  display: flex;
  justify-content: end;
  margin-bottom: 44px;
}
@media (max-width: 450px) {
  .point-of-sale__effective {
    justify-content: unset;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.point-of-sale__effective__title {
  width: 50%;
  flex-direction: column;
}
@media (max-width: 450px) {
  .point-of-sale__effective__title {
    width: 100%;
  }
}
.point-of-sale__effective__title__main_title {
  margin-top: 20px;
  font-style: normal;
  max-width: 400px;
  font-weight: 700;
  font-size: 55px;
  line-height: 66px;
  color: #505D64;
}
@media (max-width: 1110px) {
  .point-of-sale__effective__title__main_title {
    font-size: 50px;
  }
}
@media (max-width: 820px) {
  .point-of-sale__effective__title__main_title {
    font-size: 34px;
    line-height: 120%;
  }
}
.point-of-sale__effective__title__support_title {
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #7F8B97;
}
.point-of-sale__effective__title__button {
  margin-top: 30px;
  width: fit-content;
  background: #505D64;
  border-radius: 10px;
  padding: 15px 35px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  cursor: pointer;
}
.point-of-sale__effective__image {
  align-self: center;
}
@media (max-width: 450px) {
  .point-of-sale__effective__image {
    width: 100%;
  }
}
.point-of-sale__effective__image img {
  width: 100%;
}
.point-of-sale__profit_cards {
  display: flex;
  gap: 20px;
}
@media (max-width: 820px) {
  .point-of-sale__profit_cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.point-of-sale__profit_cards__card {
  background: #F7F7F9;
  border-radius: 30px;
  padding: 30px 35px 15px 45px;
  width: 25%;
}
@media (max-width: 820px) {
  .point-of-sale__profit_cards__card {
    width: 45%;
  }
}
@media (max-width: 450px) {
  .point-of-sale__profit_cards__card {
    width: 100%;
  }
}
.point-of-sale__profit_cards__card__list {
  list-style: none;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F8B97;
}
.point-of-sale__profit_cards__card__list li {
  margin-bottom: 15px;
}
.point-of-sale__profit_cards__card__list li::before {
  content: "•";
  color: #7F8B97;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.online-store {
  margin-bottom: 120px;
}
@media (max-width: 450px) {
  .online-store {
    margin-bottom: 90px;
  }
}
.online-store__modern {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .online-store__modern {
    flex-direction: column;
    gap: 30px;
  }
}
.online-store__modern__picture {
  width: 50%;
}
@media (max-width: 820px) {
  .online-store__modern__picture {
    width: 45%;
  }
}
@media (max-width: 450px) {
  .online-store__modern__picture {
    width: 100%;
  }
}
.online-store__modern__picture img {
  width: 100%;
  height: 100%;
}
.online-store__modern__title {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 820px) {
  .online-store__modern__title {
    width: 55%;
  }
}
@media (max-width: 450px) {
  .online-store__modern__title {
    width: 100%;
  }
}
.online-store__modern__title__main_title {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 66px;
  color: #505D64;
  margin: 70px 0 30px 0;
}
@media (max-width: 1110px) {
  .online-store__modern__title__main_title {
    font-size: 50px;
  }
}
@media (max-width: 820px) {
  .online-store__modern__title__main_title {
    font-size: 34px;
    line-height: 120%;
  }
}
@media (max-width: 450px) {
  .online-store__modern__title__main_title {
    margin: 0 0 30px 0;
  }
}
.online-store__modern__title__button {
  width: fit-content;
  padding: 15px 35px;
  background: #505D64;
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  cursor: pointer;
}
.online-store__profit_cards {
  display: flex;
  gap: 20px;
}
@media (max-width: 820px) {
  .online-store__profit_cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.online-store__profit_cards__card {
  background: #F7F7F9;
  border-radius: 30px;
  padding: 30px 30px;
  width: 25%;
}
@media (max-width: 820px) {
  .online-store__profit_cards__card {
    width: 45%;
  }
}
@media (max-width: 450px) {
  .online-store__profit_cards__card {
    width: 100%;
  }
}
.online-store__profit_cards__card__header_text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #505D64;
  margin-bottom: 10px;
}
.online-store__profit_cards__card__main_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7F8B97;
}

.free-demonstration-system .mobile-button {
  display: none;
}
@media (max-width: 980px) {
  .free-demonstration-system .mobile-button {
    display: block;
  }
}
@media (max-width: 748px) {
  .free-demonstration-system .mobile-button {
    display: none;
  }
}
.free-demonstration-system .mobile-button-block {
  display: none;
}
@media (max-width: 980px) {
  .free-demonstration-system .mobile-button-block {
    display: block;
    align-self: flex-end;
  }
}
@media (max-width: 748px) {
  .free-demonstration-system .mobile-button-block {
    display: none;
  }
}
.free-demonstration-system__container {
  margin-bottom: 120px;
  background: radial-gradient(15.38% 74.28% at 8.43% 87.72%, rgba(0, 41, 255, 0.516) 0%, rgba(0, 41, 255, 0) 100%), radial-gradient(51.34% 275.23% at 26.06% 25.22%, rgba(0, 211, 255, 0.516) 0%, rgba(0, 211, 255, 0) 30.76%, rgba(0, 211, 255, 0) 100%), linear-gradient(82.99deg, #2D353D 31.08%, rgba(45, 53, 61, 0.92) 110.64%);
  border-radius: 50px;
  padding: 40px 100px 40px 100px;
  width: 100%;
  display: flex;
  gap: 70px;
}
@media (max-width: 500px) {
  .free-demonstration-system__container {
    margin-bottom: 90px;
  }
}
@media (max-width: 1160px) {
  .free-demonstration-system__container {
    padding: 40px 20px 40px 20px;
  }
}
@media (max-width: 1050px) {
  .free-demonstration-system__container {
    gap: unset;
  }
}
@media (max-width: 500px) {
  .free-demonstration-system__container {
    flex-direction: column;
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 980px) {
  .free-demonstration-system__container {
    gap: 220px;
  }
}
@media (max-width: 963px) {
  .free-demonstration-system__container {
    gap: 150px;
  }
}
@media (max-width: 893px) {
  .free-demonstration-system__container {
    gap: 100px;
  }
}
@media (max-width: 843px) {
  .free-demonstration-system__container {
    gap: 50px;
  }
}
@media (max-width: 793px) {
  .free-demonstration-system__container {
    gap: 5px;
  }
}
@media (max-width: 500px) {
  .free-demonstration-system__container {
    background: radial-gradient(84.09% 39.68% at 6.21% 37.5%, rgba(0, 41, 255, 0.3904) 0%, rgba(0, 41, 255, 0) 100%), radial-gradient(68.33% 26.83% at 97.58% 1.05%, rgba(0, 211, 255, 0.426) 0%, rgba(0, 211, 255, 0) 100%), linear-gradient(82.99deg, #2D353D 31.08%, rgba(45, 53, 61, 0.92) 110.64%);
  }
}
.free-demonstration-system__demonstration_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 500px) {
  .free-demonstration-system__demonstration_text {
    align-items: center;
  }
}
@media (max-width: 980px) {
  .free-demonstration-system__demonstration_text {
    gap: 20px;
  }
}
.free-demonstration-system__demonstration_text__title_text {
  max-width: 340px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  color: #FFFFFF;
}
@media (max-width: 1110px) {
  .free-demonstration-system__demonstration_text__title_text {
    font-size: 30px;
  }
}
@media (max-width: 310px) {
  .free-demonstration-system__demonstration_text__title_text {
    font-size: 25px;
  }
}
.free-demonstration-system__demonstration_text__help_text {
  max-width: 340px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
@media (max-width: 500px) {
  .free-demonstration-system__main_form {
    margin-top: 30px;
  }
}
.free-demonstration-system__main_form__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.free-demonstration-system__main_form__form__input_blocks {
  display: flex;
  gap: 15px;
  justify-content: end;
}
@media (max-width: 500px) {
  .free-demonstration-system__main_form__form__input_blocks {
    flex-direction: column;
  }
}
@media (max-width: 980px) {
  .free-demonstration-system__main_form__form__input_blocks {
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media (max-width: 748px) {
  .free-demonstration-system__main_form__form__input_blocks {
    justify-content: center;
  }
}
.free-demonstration-system__main_form__form__input_blocks__block label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.free-demonstration-system__main_form__form__input_blocks__block input {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  height: 45px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  outline: none;
  border: 2px rgba(255, 255, 255, 0.2);
}
@media (max-width: 500px) {
  .free-demonstration-system__main_form__form__input_blocks__block input {
    width: 100%;
  }
}
.free-demonstration-system__main_form__form__input_blocks__block input:focus {
  border: 2px solid #00DCFF;
}
.free-demonstration-system__main_form__form__footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .free-demonstration-system__main_form__form__footer {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 748px) {
  .free-demonstration-system__main_form__form__footer {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.free-demonstration-system__main_form__form__footer__private_text {
  max-width: 360px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #C8D1E1;
}
@media (max-width: 500px) {
  .free-demonstration-system__main_form__form__footer__private_text {
    text-align: center;
  }
}
@media (max-width: 748px) {
  .free-demonstration-system__main_form__form__footer__private_text {
    text-align: center;
    max-width: 260px;
  }
}
.free-demonstration-system__main_form__form__footer__private_text a {
  text-decoration: underline !important;
  cursor: pointer;
}
.free-demonstration-system__main_form__form__footer__button {
  background: #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
  padding: 15px 35px;
  border: none;
}
@media (max-width: 500px) {
  .free-demonstration-system__main_form__form__footer__button {
    width: fit-content;
  }
}
@media (max-width: 980px) {
  .free-demonstration-system__main_form__form__footer__button {
    display: none;
  }
}
@media (max-width: 748px) {
  .free-demonstration-system__main_form__form__footer__button {
    display: block;
    width: fit-content;
  }
}

.advanced-financial-accounting {
  margin-bottom: 120px;
}
@media (max-width: 450px) {
  .advanced-financial-accounting {
    margin-bottom: 90px;
  }
}
.advanced-financial-accounting .financial-accounting-general {
  display: flex;
}
@media (max-width: 450px) {
  .advanced-financial-accounting .financial-accounting-general {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.advanced-financial-accounting .financial-accounting-general__header-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  margin-top: 65px;
}
@media (max-width: 450px) {
  .advanced-financial-accounting .financial-accounting-general__header-text {
    width: 100%;
    margin-top: unset;
  }
}
.advanced-financial-accounting .financial-accounting-general__header-text__main-title {
  max-width: 630px;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 66px;
  color: #505D64;
}
@media (max-width: 1110px) {
  .advanced-financial-accounting .financial-accounting-general__header-text__main-title {
    font-size: 50px;
  }
}
@media (max-width: 820px) {
  .advanced-financial-accounting .financial-accounting-general__header-text__main-title {
    font-size: 35px;
    line-height: 120%;
  }
}
.advanced-financial-accounting .financial-accounting-general__header-text__support-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7F8B97;
}
.advanced-financial-accounting .financial-accounting-general__header-text__list-table {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.advanced-financial-accounting .financial-accounting-general__header-text__list-table__line {
  display: flex;
  gap: 48px;
}
@media (max-width: 690px) {
  .advanced-financial-accounting .financial-accounting-general__header-text__list-table__line {
    flex-flow: column;
  }
}
.advanced-financial-accounting .financial-accounting-general__header-text__list-table__line__text {
  max-width: 260px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7F8B97;
  display: flex;
  gap: 10px;
}
.advanced-financial-accounting .financial-accounting-general__image {
  width: 50%;
}
@media (max-width: 450px) {
  .advanced-financial-accounting .financial-accounting-general__image {
    width: 100%;
  }
}
.advanced-financial-accounting .financial-accounting-general__image img {
  width: 100%;
  height: 100%;
}
.advanced-financial-accounting .financial-accounting-profit-cards {
  display: flex;
  margin-top: 40px;
  gap: 20px;
}
@media (max-width: 820px) {
  .advanced-financial-accounting .financial-accounting-profit-cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.advanced-financial-accounting .financial-accounting-profit-cards__card {
  background: #F7F7F9;
  border-radius: 30px;
  padding: 30px 20px 54px 35px;
  width: 25%;
}
@media (max-width: 820px) {
  .advanced-financial-accounting .financial-accounting-profit-cards__card {
    width: 45%;
  }
}
@media (max-width: 450px) {
  .advanced-financial-accounting .financial-accounting-profit-cards__card {
    width: 100%;
  }
}
.advanced-financial-accounting .financial-accounting-profit-cards__card__header-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #505D64;
  margin-bottom: 10px;
}
.advanced-financial-accounting .financial-accounting-profit-cards__card__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7F8B97;
}

.sale-management {
  margin-bottom: 120px;
}
@media (max-width: 450px) {
  .sale-management {
    margin-bottom: 90px;
  }
}
.sale-management .sale-management-general {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 450px) {
  .sale-management .sale-management-general {
    justify-content: unset;
    flex-direction: column;
    gap: 30px;
  }
}
.sale-management .sale-management-general__image {
  width: 50%;
}
@media (max-width: 820px) {
  .sale-management .sale-management-general__image {
    width: 45%;
  }
}
@media (max-width: 450px) {
  .sale-management .sale-management-general__image {
    width: 100%;
  }
}
.sale-management .sale-management-general__image img {
  width: 100%;
  height: 100%;
}
.sale-management .sale-management-general__header-text {
  width: 40%;
  display: flex;
  margin-top: 10px;
  flex-direction: column;
}
@media (max-width: 820px) {
  .sale-management .sale-management-general__header-text {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .sale-management .sale-management-general__header-text {
    width: 100%;
  }
}
.sale-management .sale-management-general__header-text__main-title {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 66px;
  color: #505D64;
}
@media (max-width: 1110px) {
  .sale-management .sale-management-general__header-text__main-title {
    font-size: 50px;
  }
}
@media (max-width: 820px) {
  .sale-management .sale-management-general__header-text__main-title {
    font-size: 35px;
    line-height: 120%;
  }
}
.sale-management .sale-management-general__header-text__support-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7F8B97;
  margin-top: 20px;
}
.sale-management .sale-management-general__header-text__button {
  width: fit-content;
  margin-top: 30px;
  background: #505D64;
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 15px 35px;
}
.sale-management .sale-management-profit-cards {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 820px) {
  .sale-management .sale-management-profit-cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sale-management .sale-management-profit-cards__card {
  width: 25%;
  background: #F7F7F9;
  border-radius: 30px;
  padding: 30px 27px;
}
@media (max-width: 820px) {
  .sale-management .sale-management-profit-cards__card {
    width: 45%;
  }
}
@media (max-width: 450px) {
  .sale-management .sale-management-profit-cards__card {
    width: 100%;
  }
}
.sale-management .sale-management-profit-cards__card__header-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #505D64;
  margin-bottom: 10px;
}
.sale-management .sale-management-profit-cards__card__main-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7F8B97;
}
.client-control {
  margin-bottom: 120px;
}
@media (max-width: 450px) {
  .client-control {
    margin-bottom: 90px;
  }
}
.client-control .client-control-general {
  display: flex;
}
@media (max-width: 450px) {
  .client-control .client-control-general {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.client-control .client-control-general__image {
  width: 80%;
}
@media (max-width: 450px) {
  .client-control .client-control-general__image {
    width: 100%;
  }
}
.client-control .client-control-general__image img {
  height: 100%;
  width: 100%;
}
.client-control .client-control-general__header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media (max-width: 450px) {
  .client-control .client-control-general__header-text {
    width: 100%;
  }
}
.client-control .client-control-general__header-text__main-title {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 66px;
  color: #505D64;
}
@media (max-width: 1110px) {
  .client-control .client-control-general__header-text__main-title {
    font-size: 50px;
  }
}
@media (max-width: 820px) {
  .client-control .client-control-general__header-text__main-title {
    font-size: 35px;
    line-height: 120%;
  }
}
.client-control .client-control-general__header-text__support-title {
  font-style: normal;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7F8B97;
}
.client-control .client-control-general__header-text__button {
  margin-top: 30px;
  padding: 15px 35px;
  width: fit-content;
  background: #505D64;
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  cursor: pointer;
}
.client-control .client-control-profit-cards {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
@media (max-width: 820px) {
  .client-control .client-control-profit-cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.client-control .client-control-profit-cards__card {
  width: 25%;
  background: #F7F7F9;
  border-radius: 30px;
  padding: 30px 28px;
}
@media (max-width: 820px) {
  .client-control .client-control-profit-cards__card {
    width: 45%;
  }
}
@media (max-width: 450px) {
  .client-control .client-control-profit-cards__card {
    width: 100%;
  }
}
.client-control .client-control-profit-cards__card__header-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #505D64;
}
.client-control .client-control-profit-cards__card__main-text {
  font-style: normal;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7F8B97;
}

.main-sale-management-sale {
  margin-bottom: 120px;
  margin-top: 120px;
}
@media (max-width: 450px) {
  .main-sale-management-sale {
    margin-bottom: 90px;
    margin-top: 120px;
  }
}
.main-sale-management-sale__general {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-sale-management-sale__general__cloud {
  position: absolute;
  z-index: -1;
  left: 20%;
  top: -2%;
}
.main-sale-management-sale__general__header-text {
  font-style: normal;
  font-weight: 700;
  text-align: center;
  max-width: 930px;
  font-size: 50px;
  line-height: 60px;
  color: #2E3435;
}
@media (max-width: 1110px) {
  .main-sale-management-sale__general__header-text {
    font-size: 50px;
  }
}
@media (max-width: 820px) {
  .main-sale-management-sale__general__header-text {
    font-size: 35px;
    line-height: 120%;
  }
}
.main-sale-management-sale__general__trial-text {
  font-style: normal;
  max-width: 580px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #505D64;
  margin-top: 60px;
}
.main-sale-management-sale__general__apps {
  display: flex;
  margin-top: 50px;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 450px) {
  .main-sale-management-sale__general__apps {
    display: none;
  }
}
.main-sale-management-sale__general__apps__card {
  background: #FFFFFF;
  box-shadow: 0px 15px 50px rgba(28, 85, 95, 0.1);
  border-radius: 10px;
  padding: 15px 15px 25px 15px;
}
.main-sale-management-sale__general__apps__card__line {
  display: flex;
  gap: 75px;
  align-items: center;
}
.main-sale-management-sale__general__apps__card__line__checkbox {
  display: flex;
}
.main-sale-management-sale__general__apps__card__line__checkbox label {
  width: 24px !important;
  height: 24px !important;
  left: -10px !important;
  top: -6px !important;
  border: 1px solid #A3B1C0 !important;
}
.main-sale-management-sale__general__apps__card__line__checkbox label:after {
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7.2px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 8px;
}
.main-sale-management-sale__general__apps__card__title {
  margin-top: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #505D64;
}
.main-sale-management-sale__general__button {
  margin-top: 20px;
  background: linear-gradient(90deg, #1488CC 0%, #2B32B2 100%);
  border-radius: 10px;
  width: fit-content;
  padding: 15px 35px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  cursor: pointer;
}

.mass-mailing {
  margin-bottom: 120px;
}
@media (max-width: 450px) {
  .mass-mailing {
    margin-bottom: 90px;
  }
}
.mass-mailing .mass-mailing__content__desktop {
  width: 100%;
}
@media (max-width: 450px) {
  .mass-mailing .mass-mailing__content__desktop {
    display: none;
  }
}
.mass-mailing .mass-mailing__content__mobile {
  width: 100%;
  display: none;
}
@media (max-width: 450px) {
  .mass-mailing .mass-mailing__content__mobile {
    display: unset;
  }
}

.sale_header {
  background: white;
  position: fixed;
  width: 100%;
  height: 106px;
  z-index: 1;
}
.sale_header .sale_header-button-group {
  display: flex;
  gap: 40px;
  height: 50px;
}
@media (max-width: 480px) {
  .sale_header .sale_header-button-group {
    gap: 10px;
  }
}
.sale_header__content {
  display: flex;
  align-items: center;
  margin-top: 25px;
  justify-content: space-between;
}
.sale_header__content__logo {
  margin-right: 35px;
  cursor: pointer;
  margin-bottom: 5px;
}
@media (max-width: 1115px) {
  .sale_header__content__logo {
    margin-right: unset;
  }
}
.sale_header__content__menu {
  display: flex;
  gap: 35px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #505D64;
}
@media (max-width: 1115px) {
  .sale_header__content__menu {
    display: none;
  }
}
.sale_header__content__menu__item {
  cursor: pointer;
}
.sale_header__content__menu__item a {
  color: unset;
}
.sale_header__content__menu__item a:hover {
  color: unset;
}
.sale_header__content__menu__item:hover {
  text-decoration: underline;
}
.sale_header__content__button {
  width: fit-content;
  margin-left: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 15px 27px;
  background: linear-gradient(90deg, #1488CC 0%, #2B32B2 100%);
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 450px) {
  .sale_header__content__button {
    display: none;
  }
}
.sale_header__content__navbar-toggler {
  display: none;
  z-index: 10;
  padding-bottom: 25px !important;
  border: none;
  right: 0;
  padding-top: 15px;
  background: transparent;
  outline: none !important;
  /* Icon 3*/
  /* Icon 4 */
}
@media (max-width: 1115px) {
  .sale_header__content__navbar-toggler {
    display: block;
  }
}
.sale_header__content__navbar-toggler .animated-icon1, .sale_header__content__navbar-toggler .animated-icon2, .sale_header__content__navbar-toggler .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.sale_header__content__navbar-toggler .animated-icon1 code, .sale_header__content__navbar-toggler .animated-icon2 code, .sale_header__content__navbar-toggler .animated-icon3 code {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.sale_header__content__navbar-toggler .animated-icon1 code {
  background: #2E3435;
}
.sale_header__content__navbar-toggler .animated-icon2 code {
  background: #2E3435;
}
.sale_header__content__navbar-toggler .animated-icon3 code {
  background: #2E3435;
}
.sale_header__content__navbar-toggler .animated-icon1 code:nth-child(1) {
  top: 0px;
}
.sale_header__content__navbar-toggler .animated-icon1 code:nth-child(2) {
  top: 10px;
}
.sale_header__content__navbar-toggler .animated-icon1 code:nth-child(3) {
  top: 20px;
}
.sale_header__content__navbar-toggler .animated-icon1.open code:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sale_header__content__navbar-toggler .animated-icon1.open code:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.sale_header__content__navbar-toggler .animated-icon1.open code:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sale_header__content__navbar-toggler .animated-icon2 code:nth-child(1) {
  top: 0px;
}
.sale_header__content__navbar-toggler .animated-icon2 code:nth-child(2), .sale_header__content__navbar-toggler .animated-icon2 code:nth-child(3) {
  top: 10px;
}
.sale_header__content__navbar-toggler .animated-icon2 code:nth-child(4) {
  top: 20px;
}
.sale_header__content__navbar-toggler .animated-icon2.open code:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.sale_header__content__navbar-toggler .animated-icon2.open code:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sale_header__content__navbar-toggler .animated-icon2.open code:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sale_header__content__navbar-toggler .animated-icon2.open code:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.sale_header__content__navbar-toggler .animated-icon3 code:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.sale_header__content__navbar-toggler .animated-icon3 code:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.sale_header__content__navbar-toggler .animated-icon3 code:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.sale_header__content__navbar-toggler .animated-icon3.open code:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}
.sale_header__content__navbar-toggler .animated-icon3.open code:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.sale_header__content__navbar-toggler .animated-icon3.open code:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}
.sale_header__content__social {
  margin-left: 106px;
  display: flex;
  gap: 15px;
}
@media (max-width: 1210px) {
  .sale_header__content__social {
    margin-left: 10px;
  }
}
@media (max-width: 1115px) {
  .sale_header__content__social {
    display: none;
  }
}
.sale_header__content__social__item {
  cursor: pointer;
}

.sale-header-scroll {
  box-shadow: 0 7px 26px rgba(0, 82, 96, 0.13);
}

.sale-header-no-fixed {
  z-index: unset !important;
  position: unset !important;
}

#modal_sale_page_form_callback .modal-content {
  background: #217D90 !important;
  border-radius: 25px !important;
  padding: 20px 30px 50px 20px !important;
}

.modal-sale-page-start-work-modal {
  display: flex;
  gap: 65px;
}
@media (max-width: 670px) {
  .modal-sale-page-start-work-modal {
    flex-direction: column;
    gap: 30px;
  }
}
.modal-sale-page-start-work-modal__text {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media (max-width: 670px) {
  .modal-sale-page-start-work-modal__text {
    width: 100%;
  }
}
.modal-sale-page-start-work-modal__text__header-text {
  margin-top: 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
@media (max-width: 670px) {
  .modal-sale-page-start-work-modal__text__header-text {
    font-size: 30px;
  }
}
.modal-sale-page-start-work-modal__text__trial-text {
  margin-top: 30px;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}
@media (max-width: 670px) {
  .modal-sale-page-start-work-modal__text__trial-text {
    margin-top: 10px;
  }
}
.modal-sale-page-start-work-modal__text__checkbox {
  margin-top: 45px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
}
@media (max-width: 670px) {
  .modal-sale-page-start-work-modal__text__checkbox {
    display: none;
  }
}
.modal-sale-page-start-work-modal__text__checkbox__mobile {
  display: none;
}
@media (max-width: 670px) {
  .modal-sale-page-start-work-modal__text__checkbox__mobile {
    display: block;
  }
}
.modal-sale-page-start-work-modal__text__checkbox__mobile input[type=checkbox] {
  display: none;
}
.modal-sale-page-start-work-modal__text__checkbox__mobile label {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
}
.modal-sale-page-start-work-modal__text__checkbox__mobile label::before {
  content: " ";
  display: inline-block;
  text-indent: 0px;
  width: 30px;
  height: 20px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 0.25em;
  vertical-align: middle;
  margin-inline-end: 12px;
}
.modal-sale-page-start-work-modal__text__checkbox__mobile input:checked + label:before {
  content: "✓";
  font-size: large;
  text-align: center;
  color: #29323a;
  background-color: #FFFFFF;
}
.modal-sale-page-start-work-modal__text__checkbox input[type=checkbox] {
  display: none;
}
.modal-sale-page-start-work-modal__text__checkbox label {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
}
.modal-sale-page-start-work-modal__text__checkbox label::before {
  content: " ";
  display: inline-block;
  text-indent: 0px;
  width: 30px;
  height: 20px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 0.25em;
  vertical-align: middle;
  margin-inline-end: 12px;
}
.modal-sale-page-start-work-modal__text__checkbox input:checked + label:before {
  content: "✓";
  font-size: large;
  text-align: center;
  color: #29323a;
  background-color: #FFFFFF;
}
.modal-sale-page-start-work-modal__form {
  width: 55%;
}
@media (max-width: 670px) {
  .modal-sale-page-start-work-modal__form {
    width: 100%;
  }
}
.modal-sale-page-start-work-modal__form__main-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.modal-sale-page-start-work-modal__form__main-form__info-block {
  display: flex;
  gap: 30px;
}
@media (max-width: 670px) {
  .modal-sale-page-start-work-modal__form__main-form__info-block {
    flex-direction: column;
    gap: unset;
  }
}
.modal-sale-page-start-work-modal__form__main-form__footer {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media (max-width: 670px) {
  .modal-sale-page-start-work-modal__form__main-form__footer {
    flex-direction: column-reverse;
    gap: 34px;
  }
}
.modal-sale-page-start-work-modal__form__main-form__footer__button {
  width: 50%;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  font-style: normal;
  padding: 17px 40px 17px 40px;
  font-weight: 500;
  font-size: 18px;
  border: none;
  line-height: 22px;
  color: #00A7C2;
  cursor: pointer;
}
@media (max-width: 670px) {
  .modal-sale-page-start-work-modal__form__main-form__footer__button {
    width: fit-content;
  }
}
.modal-sale-page-start-work-modal__form__main-form__footer__private-text {
  width: 50%;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #C8D1E1;
}
@media (max-width: 670px) {
  .modal-sale-page-start-work-modal__form__main-form__footer__private-text {
    width: 100%;
    align-self: center;
  }
}
.modal-sale-page-start-work-modal__form__main-form__footer__private-text a {
  text-decoration: underline !important;
  cursor: pointer;
}
.modal-sale-page-start-work-modal__form__main-form label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.modal-sale-page-start-work-modal__form__main-form input {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  height: 45px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  outline: none;
  border: 2px rgba(255, 255, 255, 0.2);
  padding: 13px 15px;
}
.modal-sale-page-start-work-modal__form__main-form input:focus {
  border: 2px solid #00DCFF;
}

.sale_modal_close {
  width: fit-content !important;
  align-self: flex-end !important;
  color: #FFFFFF !important;
}

.started-now *, .started-now ::after, .started-now ::before {
  box-sizing: border-box !important;
}

.started-now-sale {
  margin: 270px 0;
}
@media (max-width: 450px) {
  .started-now-sale {
    margin: 90px 0;
  }
}
@media (max-width: 820px) {
  .started-now-sale {
    margin: 190px 0;
  }
}
@media (max-width: 767px) {
  .started-now-sale {
    margin: 120px 0;
  }
}
.started-now-sale__background {
  background: linear-gradient(82.99deg, #2D353D 31.08%, rgba(45, 53, 61, 0.92) 110.64%);
  border-radius: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 340px;
  padding: 60px 60px;
  gap: 20px;
}
@media (max-width: 450px) {
  .started-now-sale__background {
    display: none;
  }
}
.started-now-sale__background__text {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  gap: 20px;
}
.started-now-sale__background__text__header-text {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;
  color: #FFFFFF;
}
.started-now-sale__background__text__support-text {
  font-style: normal;
  font-weight: 400;
  max-width: 490px;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}
.started-now-sale__background__text__social-icons {
  display: flex;
  gap: 15px;
}
.started-now-sale__background__text__social-icons__icon {
  cursor: pointer;
}
.started-now-sale__background__form {
  flex: 0 0 50%;
  position: relative;
}
.started-now-sale__background__form img {
  position: absolute;
  top: -97%;
}
.started-now-sale__background__form__form {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 76%;
}
.started-now-sale__background__form__form span::before {
  content: unset !important;
  position: unset !important;
  left: unset !important;
}
.started-now-sale__background__form__form__group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.started-now-sale__background__form__form__group__header-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 5px;
}
.started-now-sale__background__form__form__group__header-text__title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.started-now-sale__background__form__form__group__header-text__support {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}
.started-now-sale__background__form__form__group__input {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.started-now-sale__background__form__form__group__input label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.started-now-sale__background__form__form__group__input input {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  height: 45px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  outline: none;
  border: 2px rgba(255, 255, 255, 0.2);
  padding: 13px 15px;
}
.started-now-sale__background__form__form__group__input input:focus {
  border: 2px solid #00DCFF;
}
.started-now-sale__background__form__form__group__input__group {
  display: flex;
  gap: 20px;
}
.started-now-sale__background__form__form__group__input__free {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.started-now-sale__background__form__form__group__input__free__text {
  width: 50%;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}
.started-now-sale__background__form__form__group__input__free__button {
  width: 50%;
  background: #FFFFFF;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #00A7C2;
  border: none;
  cursor: pointer;
  padding: 15px 35px;
}
.started-now-sale__background__form__form__group__input__checkbox {
  font-style: normal;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.started-now-sale__background__form__form__group__input__checkbox input[type=checkbox] {
  display: none;
}
.started-now-sale__background__form__form__group__input__checkbox label {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
}
.started-now-sale__background__form__form__group__input__checkbox label::before {
  margin-left: 26px;
  content: " ";
  display: inline-block;
  text-indent: 0px;
  width: 30px;
  height: 20px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 0.25em;
  vertical-align: middle;
  margin-inline-end: 12px;
}
.started-now-sale__background__form__form__group__input__checkbox input:checked + label:before {
  content: "✓";
  font-size: large;
  text-align: center;
  color: #29323a;
  background-color: #FFFFFF;
}
.started-now-sale__background__form__form__group__input__private-text {
  margin-top: -18px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #C8D1E1;
}
@media (max-width: 991.98px) {
  .started-now-sale__background__form__form__group__input__private-text {
    margin-top: 15px;
  }
}
@media (max-width: 880px) {
  .started-now-sale__background__form__form__group__input__private-text {
    display: none;
  }
}
.started-now-sale__background__form__form__group__input__private-text a {
  text-decoration: underline !important;
}
.started-now-sale__mobile {
  display: none;
  background: #217D90;
  border-radius: 40px;
  padding: 40px 30px;
}
@media (max-width: 450px) {
  .started-now-sale__mobile {
    display: block;
  }
}
.started-now-sale__mobile__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.started-now-sale__mobile__form__header-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.started-now-sale__mobile__form__header-text__main-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  max-width: 267px;
  align-self: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.started-now-sale__mobile__form__header-text__support-title {
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  align-self: center;
  max-width: 210px;
  color: #FFFFFF;
}
.started-now-sale__mobile__form__input-blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.started-now-sale__mobile__form__input-blocks label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.started-now-sale__mobile__form__input-blocks input {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  height: 45px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  outline: none;
  border: 2px rgba(255, 255, 255, 0.2);
  padding: 13px 15px;
}
.started-now-sale__mobile__form__input-blocks input:focus {
  border: 2px solid #00DCFF;
}
.started-now-sale__mobile__form__input-blocks__free {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  gap: 20px;
}
.started-now-sale__mobile__form__input-blocks__free__text {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
}
.started-now-sale__mobile__form__input-blocks__free__button {
  background: #FFFFFF;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #00A7C2;
  border: none;
  width: fit-content;
  padding: 15px 35px;
  cursor: pointer;
  text-align: center;
}
.started-now-sale__mobile__form__input-blocks__checkbox {
  font-style: normal;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.started-now-sale__mobile__form__input-blocks__checkbox input[type=checkbox] {
  display: none;
}
.started-now-sale__mobile__form__input-blocks__checkbox label {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
}
.started-now-sale__mobile__form__input-blocks__checkbox label::before {
  content: " ";
  display: inline-block;
  text-indent: 0;
  width: 40px;
  height: 20px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 0.25em;
  vertical-align: middle;
  margin-inline-end: 12px;
}
.started-now-sale__mobile__form__input-blocks__checkbox input:checked + label:before {
  content: "✓";
  font-size: large;
  text-align: center;
  color: #29323a;
  background-color: #FFFFFF;
}
.started-now-sale__mobile__form__input-blocks__private-text {
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #C8D1E1;
}
.started-now-sale__mobile__form__input-blocks__private-text a {
  text-decoration: underline !important;
}

.started-now-sale__background__form img {
  position: relative;
  object-fit: cover;
  height: 600px;
}

@media (max-width: 991.98px) {
  .started-now-sale__background__form img {
    width: 100%;
    height: unset;
  }
  .started-now-sale__background {
    height: 280px;
  }
  .started-now-sale__background__text__header-text {
    font-size: 30px;
  }
  .started-now-sale__background__form__form__group__input {
    gap: 0;
  }
  .started-now-sale__background__form__form__group__input__free__button {
    white-space: nowrap;
    display: flex;
    justify-content: center;
  }
  .started-now-sale__background__form {
    flex: 0 0 55%;
  }
  .started-now-sale__background {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 991.98px) {
  .started-now-sale__background__form__form__group__input__checkbox {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .started-now-sale__background {
    display: none;
  }
  .started-now-sale__mobile {
    display: flex;
    width: 75%;
    margin: auto;
  }
}
@media (max-width: 767.98px) and (max-width: 450px) {
  .started-now-sale__mobile {
    width: 100%;
  }
}
.active_module {
  box-shadow: inset 0 0 0 1px #00A7C2;
}

.general-price-section {
  width: fit-content;
  background: #00B407;
  border-radius: 127px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 27.8438px;
  line-height: 36px;
  padding: 3px 13px;
  margin-top: 33px;
}

.sale-header-sidenav {
  background: #FFFFFF;
  top: 100px;
  padding-top: unset !important;
}
.sale-header-sidenav a {
  text-decoration: unset !important;
}
.sale-header-sidenav a:hover {
  text-decoration: unset !important;
  color: #31373D;
}
.sale-header-sidenav .sidenav__uncorn_link {
  color: #31373D;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  width: 80%;
  margin: auto;
}
.sale-header-sidenav .sidenav__uncorn_link__media {
  color: #31373D;
  opacity: unset !important;
}
.sale-header-sidenav .private_text {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #31373D;
  opacity: unset !important;
}

.bold__text {
  font-style: normal;
  font-weight: 600;
  font-size: 39px;
  line-height: 120%;
  /* or 48px */
  color: #505D64;
}

/* Modal Content/Box */
.modal-content {
  border: none !important;
  width: 30%;
}

.default__text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  color: #505D64;
}

.approved_image {
  width: 100%;
}