
.order.akc .block__container{
  z-index: 3;
}
.order.akc{
  position: relative;
  overflow: hidden;
}
.stars {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 120%;
  transform: rotate(-45deg);
  z-index: 2;
}

.star {
  --star-color: #4ec0e9;
  --star-tail-length: 6em;
  --star-tail-height: 2px;
  --star-width: calc(var(--star-tail-length) / 6);
  --fall-duration: 9s;
  --tail-fade-duration: var(--fall-duration);
  position: absolute;
  top: var(--top-offset);
  left: 0;
  width: var(--star-tail-length);
  height: var(--star-tail-height);
  color: var(--star-color);
  background: linear-gradient(45deg, #4ec0e9, transparent);
  border-radius: 50%;
  filter: drop-shadow(0 0 6px #4ec0e9);
  transform: translate3d(104em, 0, 0);
  animation: fall var(--fall-duration) var(--fall-delay) linear infinite, tail-fade var(--tail-fade-duration) var(--fall-delay) ease-out infinite;
}
@media screen and (max-width: 750px) {
  .star {
    animation: fall var(--fall-duration) var(--fall-delay) linear infinite;
  }
}
.star:nth-child(1) {
  --star-tail-length: 5.52em;
  --top-offset: 67.18vh;
  --fall-duration: 8.78s;
  --fall-delay: 8.014s;
}
.star:nth-child(2) {
  --star-tail-length: 7.18em;
  --top-offset: 15.89vh;
  --fall-duration: 8.253s;
  --fall-delay: 0.855s;
}
.star:nth-child(3) {
  --star-tail-length: 7.35em;
  --top-offset: 57.06vh;
  --fall-duration: 7.679s;
  --fall-delay: 3.568s;
}
.star:nth-child(4) {
  --star-tail-length: 6.95em;
  --top-offset: 58.39vh;
  --fall-duration: 8.027s;
  --fall-delay: 5.978s;
}
.star:nth-child(5) {
  --star-tail-length: 5.29em;
  --top-offset: 81.85vh;
  --fall-duration: 6.912s;
  --fall-delay: 3.496s;
}
.star:nth-child(6) {
  --star-tail-length: 5.25em;
  --top-offset: 83.47vh;
  --fall-duration: 7.581s;
  --fall-delay: 9.357s;
}
.star:nth-child(7) {
  --star-tail-length: 7.37em;
  --top-offset: 11.79vh;
  --fall-duration: 8.24s;
  --fall-delay: 7.224s;
}
.star:nth-child(8) {
  --star-tail-length: 6.66em;
  --top-offset: 20.38vh;
  --fall-duration: 11.035s;
  --fall-delay: 2.302s;
}
.star:nth-child(9) {
  --star-tail-length: 6.87em;
  --top-offset: 34.05vh;
  --fall-duration: 10.324s;
  --fall-delay: 1.478s;
}
.star:nth-child(10) {
  --star-tail-length: 6.98em;
  --top-offset: 78.08vh;
  --fall-duration: 9.304s;
  --fall-delay: 4.456s;
}
.star:nth-child(11) {
  --star-tail-length: 5.98em;
  --top-offset: 56.29vh;
  --fall-duration: 7.134s;
  --fall-delay: 6.3s;
}
.star:nth-child(12) {
  --star-tail-length: 7.01em;
  --top-offset: 67.37vh;
  --fall-duration: 7.817s;
  --fall-delay: 1.443s;
}
.star:nth-child(13) {
  --star-tail-length: 6.26em;
  --top-offset: 0.98vh;
  --fall-duration: 9.498s;
  --fall-delay: 4.157s;
}
.star:nth-child(14) {
  --star-tail-length: 5.97em;
  --top-offset: 22.32vh;
  --fall-duration: 9.315s;
  --fall-delay: 2.255s;
}
.star:nth-child(15) {
  --star-tail-length: 7.37em;
  --top-offset: 68.53vh;
  --fall-duration: 10.975s;
  --fall-delay: 3.817s;
}
.star:nth-child(16) {
  --star-tail-length: 7.33em;
  --top-offset: 59.12vh;
  --fall-duration: 6.873s;
  --fall-delay: 4.758s;
}
.star:nth-child(17) {
  --star-tail-length: 5.67em;
  --top-offset: 74.03vh;
  --fall-duration: 11.212s;
  --fall-delay: 5.703s;
}
.star:nth-child(18) {
  --star-tail-length: 6.12em;
  --top-offset: 90.48vh;
  --fall-duration: 10.516s;
  --fall-delay: 5.28s;
}
.star:nth-child(19) {
  --star-tail-length: 6.44em;
  --top-offset: 21.41vh;
  --fall-duration: 6.87s;
  --fall-delay: 8.014s;
}
.star:nth-child(20) {
  --star-tail-length: 7.36em;
  --top-offset: 57.22vh;
  --fall-duration: 6.417s;
  --fall-delay: 2.991s;
}
.star:nth-child(21) {
  --star-tail-length: 6.17em;
  --top-offset: 2.88vh;
  --fall-duration: 10.057s;
  --fall-delay: 2.426s;
}
.star:nth-child(22) {
  --star-tail-length: 5.67em;
  --top-offset: 18.93vh;
  --fall-duration: 9.217s;
  --fall-delay: 8.786s;
}
.star:nth-child(23) {
  --star-tail-length: 5.41em;
  --top-offset: 84.9vh;
  --fall-duration: 11.289s;
  --fall-delay: 2.902s;
}
.star:nth-child(24) {
  --star-tail-length: 6.6em;
  --top-offset: 82.34vh;
  --fall-duration: 9.753s;
  --fall-delay: 5.805s;
}
.star:nth-child(25) {
  --star-tail-length: 6.13em;
  --top-offset: 81.42vh;
  --fall-duration: 9.32s;
  --fall-delay: 6.866s;
}
.star:nth-child(26) {
  --star-tail-length: 5.33em;
  --top-offset: 39.17vh;
  --fall-duration: 11.856s;
  --fall-delay: 2.697s;
}
.star:nth-child(27) {
  --star-tail-length: 7.44em;
  --top-offset: 0.14vh;
  --fall-duration: 10.458s;
  --fall-delay: 0.957s;
}
.star:nth-child(28) {
  --star-tail-length: 7.46em;
  --top-offset: 98.2vh;
  --fall-duration: 7.565s;
  --fall-delay: 6.715s;
}
.star:nth-child(29) {
  --star-tail-length: 7.39em;
  --top-offset: 19.74vh;
  --fall-duration: 6.499s;
  --fall-delay: 6.558s;
}
.star:nth-child(30) {
  --star-tail-length: 5.82em;
  --top-offset: 75.59vh;
  --fall-duration: 7.834s;
  --fall-delay: 8.437s;
}
.star:nth-child(31) {
  --star-tail-length: 6.19em;
  --top-offset: 12.27vh;
  --fall-duration: 10.834s;
  --fall-delay: 8.834s;
}
.star:nth-child(32) {
  --star-tail-length: 6.4em;
  --top-offset: 77.7vh;
  --fall-duration: 9.914s;
  --fall-delay: 3.776s;
}
.star:nth-child(33) {
  --star-tail-length: 6.76em;
  --top-offset: 65.29vh;
  --fall-duration: 6.601s;
  --fall-delay: 8.062s;
}
.star:nth-child(34) {
  --star-tail-length: 5.57em;
  --top-offset: 11.43vh;
  --fall-duration: 11.494s;
  --fall-delay: 3.623s;
}
.star:nth-child(35) {
  --star-tail-length: 7.46em;
  --top-offset: 30.81vh;
  --fall-duration: 6.831s;
  --fall-delay: 4.446s;
}
.star:nth-child(36) {
  --star-tail-length: 6.26em;
  --top-offset: 71.68vh;
  --fall-duration: 9.583s;
  --fall-delay: 3.549s;
}
.star:nth-child(37) {
  --star-tail-length: 5.53em;
  --top-offset: 65.6vh;
  --fall-duration: 8.104s;
  --fall-delay: 3.286s;
}
.star:nth-child(38) {
  --star-tail-length: 7.08em;
  --top-offset: 34.46vh;
  --fall-duration: 11.881s;
  --fall-delay: 1.924s;
}
.star:nth-child(39) {
  --star-tail-length: 5.4em;
  --top-offset: 59.72vh;
  --fall-duration: 6.727s;
  --fall-delay: 2.128s;
}
.star:nth-child(40) {
  --star-tail-length: 5.65em;
  --top-offset: 80.25vh;
  --fall-duration: 11.469s;
  --fall-delay: 7.335s;
}
.star:nth-child(41) {
  --star-tail-length: 5.36em;
  --top-offset: 33.16vh;
  --fall-duration: 11.212s;
  --fall-delay: 1.128s;
}
.star:nth-child(42) {
  --star-tail-length: 5.34em;
  --top-offset: 88.11vh;
  --fall-duration: 10.03s;
  --fall-delay: 0.452s;
}
.star:nth-child(43) {
  --star-tail-length: 6.41em;
  --top-offset: 73.68vh;
  --fall-duration: 7.337s;
  --fall-delay: 7.954s;
}
.star:nth-child(44) {
  --star-tail-length: 6.22em;
  --top-offset: 29.92vh;
  --fall-duration: 11.316s;
  --fall-delay: 0.085s;
}
.star:nth-child(45) {
  --star-tail-length: 5.84em;
  --top-offset: 46.99vh;
  --fall-duration: 6.56s;
  --fall-delay: 7.75s;
}
.star:nth-child(46) {
  --star-tail-length: 5.87em;
  --top-offset: 82.24vh;
  --fall-duration: 8.33s;
  --fall-delay: 7.059s;
}
.star:nth-child(47) {
  --star-tail-length: 7.24em;
  --top-offset: 8.66vh;
  --fall-duration: 8.201s;
  --fall-delay: 2.988s;
}
.star:nth-child(48) {
  --star-tail-length: 6.43em;
  --top-offset: 38.36vh;
  --fall-duration: 7.068s;
  --fall-delay: 7.787s;
}
.star:nth-child(49) {
  --star-tail-length: 5.11em;
  --top-offset: 11.06vh;
  --fall-duration: 7.067s;
  --fall-delay: 9.465s;
}
.star:nth-child(50) {
  --star-tail-length: 7.29em;
  --top-offset: 3.28vh;
  --fall-duration: 6.104s;
  --fall-delay: 1.77s;
}
.star::before, .star::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(var(--star-width) / -2);
  width: var(--star-width);
  height: 100%;
  background: linear-gradient(45deg, transparent, #4ec0e9, transparent);
  border-radius: inherit;
  animation: blink 2s linear infinite;
}
.star::before {
  transform: rotate(45deg);
}
.star::after {
  transform: rotate(-45deg);
}

@keyframes fall {
  to {
    transform: translate3d(-30em, 0, 0);
  }
}
@keyframes tail-fade {
  0%, 50% {
    width: var(--star-tail-length);
    opacity: 1;
  }
  70%, 80% {
    width: 0;
    opacity: 0.4;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0.6;
  }
}