body {
  height: 100dvh;
  /* background-color: #f7f7f7; */
  background: transparent !important;
  color: white;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.starry-sky {
  position: fixed;
  top: -100vh;
  left: -100vw;
  width: 300vw;
  height: 300vh;
  background: #000011;
  z-index: -1;
  animation: rotate 240s linear infinite;
}

.star {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: twinkle 3s infinite;
}

.star:nth-child(1) {
  width: 2px;
  height: 2px;
  top: 211vh;
  left: 209vw;
  animation-delay: 0.476s;
}

.star:nth-child(2) {
  width: 2px;
  height: 2px;
  top: 57vh;
  left: 198vw;
  animation-delay: 1.698s;
}

.star:nth-child(3) {
  width: 2px;
  height: 2px;
  top: 77vh;
  left: 37vw;
  animation-delay: 2.684s;
}

.star:nth-child(4) {
  width: 2px;
  height: 2px;
  top: 22vh;
  left: 196vw;
  animation-delay: 2.878s;
}

.star:nth-child(5) {
  width: 1px;
  height: 1px;
  top: 28vh;
  left: 70vw;
  animation-delay: 0.802s;
}

.star:nth-child(6) {
  width: 2px;
  height: 2px;
  top: 262vh;
  left: 286vw;
  animation-delay: 1.765s;
}

.star:nth-child(7) {
  width: 1px;
  height: 1px;
  top: 198vh;
  left: 72vw;
  animation-delay: 0.59s;
}

.star:nth-child(8) {
  width: 2px;
  height: 2px;
  top: 199vh;
  left: 279vw;
  animation-delay: 2.136s;
}

.star:nth-child(9) {
  width: 2px;
  height: 2px;
  top: 287vh;
  left: 49vw;
  animation-delay: 1.865s;
}

.star:nth-child(10) {
  width: 1px;
  height: 1px;
  top: 151vh;
  left: 60vw;
  animation-delay: 1.758s;
}

.star:nth-child(11) {
  width: 1px;
  height: 1px;
  top: 285vh;
  left: 115vw;
  animation-delay: 0.814s;
}

.star:nth-child(12) {
  width: 1px;
  height: 1px;
  top: 68vh;
  left: 119vw;
  animation-delay: 2.502s;
}

.star:nth-child(13) {
  width: 1px;
  height: 1px;
  top: 39vh;
  left: 39vw;
  animation-delay: 0.448s;
}

.star:nth-child(14) {
  width: 2px;
  height: 2px;
  top: 72vh;
  left: 257vw;
  animation-delay: 0.049s;
}

.star:nth-child(15) {
  width: 1px;
  height: 1px;
  top: 254vh;
  left: 203vw;
  animation-delay: 0.123s;
}

.star:nth-child(16) {
  width: 1px;
  height: 1px;
  top: 111vh;
  left: 180vw;
  animation-delay: 1.533s;
}

.star:nth-child(17) {
  width: 1px;
  height: 1px;
  top: 126vh;
  left: 280vw;
  animation-delay: 1.948s;
}

.star:nth-child(18) {
  width: 1px;
  height: 1px;
  top: 115vh;
  left: 143vw;
  animation-delay: 0.567s;
}

.star:nth-child(19) {
  width: 1px;
  height: 1px;
  top: 265vh;
  left: 297vw;
  animation-delay: 0.995s;
}

.star:nth-child(20) {
  width: 1px;
  height: 1px;
  top: 273vh;
  left: 88vw;
  animation-delay: 1.043s;
}

.star:nth-child(21) {
  width: 2px;
  height: 2px;
  top: 142vh;
  left: 218vw;
  animation-delay: 2.268s;
}

.star:nth-child(22) {
  width: 1px;
  height: 1px;
  top: 46vh;
  left: 133vw;
  animation-delay: 2.982s;
}

.star:nth-child(23) {
  width: 1px;
  height: 1px;
  top: 67vh;
  left: 7vw;
  animation-delay: 2.686s;
}

.star:nth-child(24) {
  width: 1px;
  height: 1px;
  top: 20vh;
  left: 22vw;
  animation-delay: 1.157s;
}

.star:nth-child(25) {
  width: 1px;
  height: 1px;
  top: 5vh;
  left: 20vw;
  animation-delay: 1.915s;
}

.star:nth-child(26) {
  width: 2px;
  height: 2px;
  top: 24vh;
  left: 248vw;
  animation-delay: 2.034s;
}

.star:nth-child(27) {
  width: 2px;
  height: 2px;
  top: 270vh;
  left: 16vw;
  animation-delay: 0.152s;
}

.star:nth-child(28) {
  width: 2px;
  height: 2px;
  top: 286vh;
  left: 96vw;
  animation-delay: 1.34s;
}

.star:nth-child(29) {
  width: 2px;
  height: 2px;
  top: 22vh;
  left: 22vw;
  animation-delay: 2.543s;
}

.star:nth-child(30) {
  width: 2px;
  height: 2px;
  top: 266vh;
  left: 240vw;
  animation-delay: 1.041s;
}

.star:nth-child(31) {
  width: 2px;
  height: 2px;
  top: 121vh;
  left: 15vw;
  animation-delay: 2.205s;
}

.star:nth-child(32) {
  width: 2px;
  height: 2px;
  top: 210vh;
  left: 265vw;
  animation-delay: 2.088s;
}

.star:nth-child(33) {
  width: 2px;
  height: 2px;
  top: 118vh;
  left: 159vw;
  animation-delay: 1.161s;
}

.star:nth-child(34) {
  width: 1px;
  height: 1px;
  top: 300vh;
  left: 19vw;
  animation-delay: 0.982s;
}

.star:nth-child(35) {
  width: 1px;
  height: 1px;
  top: 223vh;
  left: 72vw;
  animation-delay: 1.618s;
}

.star:nth-child(36) {
  width: 2px;
  height: 2px;
  top: 222vh;
  left: 209vw;
  animation-delay: 1.988s;
}

.star:nth-child(37) {
  width: 2px;
  height: 2px;
  top: 109vh;
  left: 201vw;
  animation-delay: 0.913s;
}

.star:nth-child(38) {
  width: 2px;
  height: 2px;
  top: 19vh;
  left: 122vw;
  animation-delay: 0.924s;
}

.star:nth-child(39) {
  width: 2px;
  height: 2px;
  top: 249vh;
  left: 61vw;
  animation-delay: 1.067s;
}

.star:nth-child(40) {
  width: 1px;
  height: 1px;
  top: 206vh;
  left: 34vw;
  animation-delay: 2.566s;
}

.star:nth-child(41) {
  width: 1px;
  height: 1px;
  top: 73vh;
  left: 182vw;
  animation-delay: 1.919s;
}

.star:nth-child(42) {
  width: 2px;
  height: 2px;
  top: 275vh;
  left: 100vw;
  animation-delay: 0.972s;
}

.star:nth-child(43) {
  width: 1px;
  height: 1px;
  top: 123vh;
  left: 43vw;
  animation-delay: 0.87s;
}

.star:nth-child(44) {
  width: 2px;
  height: 2px;
  top: 90vh;
  left: 209vw;
  animation-delay: 2.148s;
}

.star:nth-child(45) {
  width: 1px;
  height: 1px;
  top: 124vh;
  left: 32vw;
  animation-delay: 2.046s;
}

.star:nth-child(46) {
  width: 1px;
  height: 1px;
  top: 66vh;
  left: 188vw;
  animation-delay: 2.601s;
}

.star:nth-child(47) {
  width: 2px;
  height: 2px;
  top: 20vh;
  left: 49vw;
  animation-delay: 2.284s;
}

.star:nth-child(48) {
  width: 1px;
  height: 1px;
  top: 202vh;
  left: 135vw;
  animation-delay: 2.518s;
}

.star:nth-child(49) {
  width: 1px;
  height: 1px;
  top: 264vh;
  left: 49vw;
  animation-delay: 1.606s;
}

.star:nth-child(50) {
  width: 1px;
  height: 1px;
  top: 128vh;
  left: 218vw;
  animation-delay: 1.92s;
}

.star:nth-child(51) {
  width: 2px;
  height: 2px;
  top: 19vh;
  left: 198vw;
  animation-delay: 2.022s;
}

.star:nth-child(52) {
  width: 1px;
  height: 1px;
  top: 197vh;
  left: 24vw;
  animation-delay: 1.138s;
}

.star:nth-child(53) {
  width: 1px;
  height: 1px;
  top: 257vh;
  left: 265vw;
  animation-delay: 2.224s;
}

.star:nth-child(54) {
  width: 2px;
  height: 2px;
  top: 66vh;
  left: 47vw;
  animation-delay: 0.02s;
}

.star:nth-child(55) {
  width: 1px;
  height: 1px;
  top: 144vh;
  left: 49vw;
  animation-delay: 2.73s;
}

.star:nth-child(56) {
  width: 2px;
  height: 2px;
  top: 232vh;
  left: 296vw;
  animation-delay: 2.91s;
}

.star:nth-child(57) {
  width: 2px;
  height: 2px;
  top: 78vh;
  left: 218vw;
  animation-delay: 0.998s;
}

.star:nth-child(58) {
  width: 1px;
  height: 1px;
  top: 297vh;
  left: 230vw;
  animation-delay: 0.881s;
}

.star:nth-child(59) {
  width: 1px;
  height: 1px;
  top: 138vh;
  left: 199vw;
  animation-delay: 1.276s;
}

.star:nth-child(60) {
  width: 2px;
  height: 2px;
  top: 3vh;
  left: 72vw;
  animation-delay: 0.035s;
}

.star:nth-child(61) {
  width: 1px;
  height: 1px;
  top: 245vh;
  left: 45vw;
  animation-delay: 2.969s;
}

.star:nth-child(62) {
  width: 2px;
  height: 2px;
  top: 150vh;
  left: 111vw;
  animation-delay: 1.058s;
}

.star:nth-child(63) {
  width: 2px;
  height: 2px;
  top: 123vh;
  left: 215vw;
  animation-delay: 2.813s;
}

.star:nth-child(64) {
  width: 2px;
  height: 2px;
  top: 89vh;
  left: 124vw;
  animation-delay: 1.843s;
}

.star:nth-child(65) {
  width: 1px;
  height: 1px;
  top: 258vh;
  left: 295vw;
  animation-delay: 2.341s;
}

.star:nth-child(66) {
  width: 2px;
  height: 2px;
  top: 282vh;
  left: 68vw;
  animation-delay: 2.685s;
}

.star:nth-child(67) {
  width: 1px;
  height: 1px;
  top: 258vh;
  left: 178vw;
  animation-delay: 0.166s;
}

.star:nth-child(68) {
  width: 1px;
  height: 1px;
  top: 23vh;
  left: 280vw;
  animation-delay: 1.801s;
}

.star:nth-child(69) {
  width: 1px;
  height: 1px;
  top: 120vh;
  left: 153vw;
  animation-delay: 1.768s;
}

.star:nth-child(70) {
  width: 1px;
  height: 1px;
  top: 149vh;
  left: 56vw;
  animation-delay: 0.962s;
}

.star:nth-child(71) {
  width: 1px;
  height: 1px;
  top: 33vh;
  left: 134vw;
  animation-delay: 2.089s;
}

.star:nth-child(72) {
  width: 1px;
  height: 1px;
  top: 188vh;
  left: 208vw;
  animation-delay: 0.644s;
}

.star:nth-child(73) {
  width: 2px;
  height: 2px;
  top: 28vh;
  left: 273vw;
  animation-delay: 2.736s;
}

.star:nth-child(74) {
  width: 1px;
  height: 1px;
  top: 150vh;
  left: 55vw;
  animation-delay: 2.662s;
}

.star:nth-child(75) {
  width: 1px;
  height: 1px;
  top: 110vh;
  left: 282vw;
  animation-delay: 2.525s;
}

.star:nth-child(76) {
  width: 2px;
  height: 2px;
  top: 66vh;
  left: 22vw;
  animation-delay: 1.145s;
}

.star:nth-child(77) {
  width: 2px;
  height: 2px;
  top: 276vh;
  left: 49vw;
  animation-delay: 0.359s;
}

.star:nth-child(78) {
  width: 1px;
  height: 1px;
  top: 2vh;
  left: 257vw;
  animation-delay: 2.592s;
}

.star:nth-child(79) {
  width: 1px;
  height: 1px;
  top: 116vh;
  left: 123vw;
  animation-delay: 1.067s;
}

.star:nth-child(80) {
  width: 2px;
  height: 2px;
  top: 51vh;
  left: 17vw;
  animation-delay: 0.172s;
}

.star:nth-child(81) {
  width: 2px;
  height: 2px;
  top: 225vh;
  left: 251vw;
  animation-delay: 0.573s;
}

.star:nth-child(82) {
  width: 2px;
  height: 2px;
  top: 5vh;
  left: 113vw;
  animation-delay: 2.81s;
}

.star:nth-child(83) {
  width: 2px;
  height: 2px;
  top: 252vh;
  left: 40vw;
  animation-delay: 2.825s;
}

.star:nth-child(84) {
  width: 1px;
  height: 1px;
  top: 232vh;
  left: 36vw;
  animation-delay: 1.338s;
}

.star:nth-child(85) {
  width: 1px;
  height: 1px;
  top: 257vh;
  left: 264vw;
  animation-delay: 1.715s;
}

.star:nth-child(86) {
  width: 2px;
  height: 2px;
  top: 244vh;
  left: 52vw;
  animation-delay: 2.792s;
}

.star:nth-child(87) {
  width: 1px;
  height: 1px;
  top: 99vh;
  left: 256vw;
  animation-delay: 2.68s;
}

.star:nth-child(88) {
  width: 1px;
  height: 1px;
  top: 205vh;
  left: 130vw;
  animation-delay: 0.923s;
}

.star:nth-child(89) {
  width: 1px;
  height: 1px;
  top: 152vh;
  left: 23vw;
  animation-delay: 2.143s;
}

.star:nth-child(90) {
  width: 2px;
  height: 2px;
  top: 176vh;
  left: 212vw;
  animation-delay: 0.835s;
}

.star:nth-child(91) {
  width: 1px;
  height: 1px;
  top: 55vh;
  left: 245vw;
  animation-delay: 2.974s;
}

.star:nth-child(92) {
  width: 2px;
  height: 2px;
  top: 272vh;
  left: 211vw;
  animation-delay: 2.745s;
}

.star:nth-child(93) {
  width: 1px;
  height: 1px;
  top: 167vh;
  left: 165vw;
  animation-delay: 1.473s;
}

.star:nth-child(94) {
  width: 2px;
  height: 2px;
  top: 14vh;
  left: 128vw;
  animation-delay: 1.725s;
}

.star:nth-child(95) {
  width: 2px;
  height: 2px;
  top: 68vh;
  left: 162vw;
  animation-delay: 1.221s;
}

.star:nth-child(96) {
  width: 1px;
  height: 1px;
  top: 78vh;
  left: 216vw;
  animation-delay: 2.072s;
}

.star:nth-child(97) {
  width: 2px;
  height: 2px;
  top: 81vh;
  left: 62vw;
  animation-delay: 1.616s;
}

.star:nth-child(98) {
  width: 2px;
  height: 2px;
  top: 245vh;
  left: 61vw;
  animation-delay: 0.349s;
}

.star:nth-child(99) {
  width: 2px;
  height: 2px;
  top: 253vh;
  left: 79vw;
  animation-delay: 0.228s;
}

.star:nth-child(100) {
  width: 2px;
  height: 2px;
  top: 28vh;
  left: 192vw;
  animation-delay: 0.699s;
}

.star:nth-child(101) {
  width: 1px;
  height: 1px;
  top: 185vh;
  left: 48vw;
  animation-delay: 2.328s;
}

.star:nth-child(102) {
  width: 2px;
  height: 2px;
  top: 39vh;
  left: 224vw;
  animation-delay: 2.761s;
}

.star:nth-child(103) {
  width: 2px;
  height: 2px;
  top: 142vh;
  left: 130vw;
  animation-delay: 1.627s;
}

.star:nth-child(104) {
  width: 2px;
  height: 2px;
  top: 278vh;
  left: 59vw;
  animation-delay: 0.755s;
}

.star:nth-child(105) {
  width: 1px;
  height: 1px;
  top: 282vh;
  left: 48vw;
  animation-delay: 2.812s;
}

.star:nth-child(106) {
  width: 1px;
  height: 1px;
  top: 154vh;
  left: 28vw;
  animation-delay: 1.028s;
}

.star:nth-child(107) {
  width: 1px;
  height: 1px;
  top: 127vh;
  left: 263vw;
  animation-delay: 0.072s;
}

.star:nth-child(108) {
  width: 1px;
  height: 1px;
  top: 232vh;
  left: 103vw;
  animation-delay: 0.317s;
}

.star:nth-child(109) {
  width: 2px;
  height: 2px;
  top: 19vh;
  left: 64vw;
  animation-delay: 0.577s;
}

.star:nth-child(110) {
  width: 2px;
  height: 2px;
  top: 106vh;
  left: 294vw;
  animation-delay: 1.221s;
}

.star:nth-child(111) {
  width: 2px;
  height: 2px;
  top: 63vh;
  left: 169vw;
  animation-delay: 2.959s;
}

.star:nth-child(112) {
  width: 2px;
  height: 2px;
  top: 126vh;
  left: 287vw;
  animation-delay: 0.094s;
}

.star:nth-child(113) {
  width: 1px;
  height: 1px;
  top: 261vh;
  left: 166vw;
  animation-delay: 1.35s;
}

.star:nth-child(114) {
  width: 1px;
  height: 1px;
  top: 60vh;
  left: 15vw;
  animation-delay: 0.797s;
}

.star:nth-child(115) {
  width: 1px;
  height: 1px;
  top: 173vh;
  left: 295vw;
  animation-delay: 1.749s;
}

.star:nth-child(116) {
  width: 2px;
  height: 2px;
  top: 209vh;
  left: 103vw;
  animation-delay: 2.718s;
}

.star:nth-child(117) {
  width: 1px;
  height: 1px;
  top: 175vh;
  left: 176vw;
  animation-delay: 1.255s;
}

.star:nth-child(118) {
  width: 1px;
  height: 1px;
  top: 262vh;
  left: 200vw;
  animation-delay: 0.823s;
}

.star:nth-child(119) {
  width: 2px;
  height: 2px;
  top: 226vh;
  left: 178vw;
  animation-delay: 1.306s;
}

.star:nth-child(120) {
  width: 2px;
  height: 2px;
  top: 270vh;
  left: 31vw;
  animation-delay: 1.421s;
}

.star:nth-child(121) {
  width: 2px;
  height: 2px;
  top: 226vh;
  left: 217vw;
  animation-delay: 0.294s;
}

.star:nth-child(122) {
  width: 2px;
  height: 2px;
  top: 4vh;
  left: 177vw;
  animation-delay: 0.139s;
}

.star:nth-child(123) {
  width: 1px;
  height: 1px;
  top: 240vh;
  left: 143vw;
  animation-delay: 0.277s;
}

.star:nth-child(124) {
  width: 1px;
  height: 1px;
  top: 276vh;
  left: 7vw;
  animation-delay: 2.994s;
}

.star:nth-child(125) {
  width: 2px;
  height: 2px;
  top: 61vh;
  left: 140vw;
  animation-delay: 2.533s;
}

.star:nth-child(126) {
  width: 1px;
  height: 1px;
  top: 217vh;
  left: 141vw;
  animation-delay: 1.196s;
}

.star:nth-child(127) {
  width: 2px;
  height: 2px;
  top: 38vh;
  left: 244vw;
  animation-delay: 0.7s;
}

.star:nth-child(128) {
  width: 2px;
  height: 2px;
  top: 221vh;
  left: 285vw;
  animation-delay: 0.738s;
}

.star:nth-child(129) {
  width: 1px;
  height: 1px;
  top: 121vh;
  left: 115vw;
  animation-delay: 0.763s;
}

.star:nth-child(130) {
  width: 1px;
  height: 1px;
  top: 197vh;
  left: 153vw;
  animation-delay: 2.16s;
}

.star:nth-child(131) {
  width: 1px;
  height: 1px;
  top: 219vh;
  left: 210vw;
  animation-delay: 2.293s;
}

.star:nth-child(132) {
  width: 1px;
  height: 1px;
  top: 73vh;
  left: 107vw;
  animation-delay: 1.997s;
}

.star:nth-child(133) {
  width: 2px;
  height: 2px;
  top: 241vh;
  left: 2vw;
  animation-delay: 2.83s;
}

.star:nth-child(134) {
  width: 2px;
  height: 2px;
  top: 288vh;
  left: 91vw;
  animation-delay: 0.581s;
}

.star:nth-child(135) {
  width: 2px;
  height: 2px;
  top: 174vh;
  left: 31vw;
  animation-delay: 1.112s;
}

.star:nth-child(136) {
  width: 2px;
  height: 2px;
  top: 271vh;
  left: 158vw;
  animation-delay: 2.851s;
}

.star:nth-child(137) {
  width: 2px;
  height: 2px;
  top: 25vh;
  left: 162vw;
  animation-delay: 0.031s;
}

.star:nth-child(138) {
  width: 2px;
  height: 2px;
  top: 8vh;
  left: 286vw;
  animation-delay: 1.137s;
}

.star:nth-child(139) {
  width: 2px;
  height: 2px;
  top: 101vh;
  left: 108vw;
  animation-delay: 0.343s;
}

.star:nth-child(140) {
  width: 1px;
  height: 1px;
  top: 261vh;
  left: 241vw;
  animation-delay: 0.142s;
}

.star:nth-child(141) {
  width: 1px;
  height: 1px;
  top: 31vh;
  left: 98vw;
  animation-delay: 0.475s;
}

.star:nth-child(142) {
  width: 2px;
  height: 2px;
  top: 106vh;
  left: 37vw;
  animation-delay: 0.692s;
}

.star:nth-child(143) {
  width: 2px;
  height: 2px;
  top: 146vh;
  left: 270vw;
  animation-delay: 0.471s;
}

.star:nth-child(144) {
  width: 1px;
  height: 1px;
  top: 84vh;
  left: 117vw;
  animation-delay: 2.79s;
}

.star:nth-child(145) {
  width: 2px;
  height: 2px;
  top: 179vh;
  left: 13vw;
  animation-delay: 0.13s;
}

.star:nth-child(146) {
  width: 2px;
  height: 2px;
  top: 84vh;
  left: 266vw;
  animation-delay: 1.27s;
}

.star:nth-child(147) {
  width: 2px;
  height: 2px;
  top: 73vh;
  left: 120vw;
  animation-delay: 2.65s;
}

.star:nth-child(148) {
  width: 2px;
  height: 2px;
  top: 231vh;
  left: 194vw;
  animation-delay: 2.846s;
}

.star:nth-child(149) {
  width: 2px;
  height: 2px;
  top: 62vh;
  left: 59vw;
  animation-delay: 1.011s;
}

.star:nth-child(150) {
  width: 2px;
  height: 2px;
  top: 197vh;
  left: 33vw;
  animation-delay: 2.582s;
}

.star:nth-child(151) {
  width: 1px;
  height: 1px;
  top: 103vh;
  left: 100vw;
  animation-delay: 1.899s;
}

.star:nth-child(152) {
  width: 1px;
  height: 1px;
  top: 127vh;
  left: 196vw;
  animation-delay: 1.372s;
}

.star:nth-child(153) {
  width: 1px;
  height: 1px;
  top: 123vh;
  left: 171vw;
  animation-delay: 0.263s;
}

.star:nth-child(154) {
  width: 2px;
  height: 2px;
  top: 256vh;
  left: 199vw;
  animation-delay: 2.549s;
}

.star:nth-child(155) {
  width: 1px;
  height: 1px;
  top: 15vh;
  left: 280vw;
  animation-delay: 2.037s;
}

.star:nth-child(156) {
  width: 1px;
  height: 1px;
  top: 158vh;
  left: 135vw;
  animation-delay: 0.727s;
}

.star:nth-child(157) {
  width: 1px;
  height: 1px;
  top: 19vh;
  left: 210vw;
  animation-delay: 0.527s;
}

.star:nth-child(158) {
  width: 1px;
  height: 1px;
  top: 42vh;
  left: 226vw;
  animation-delay: 1.861s;
}

.star:nth-child(159) {
  width: 1px;
  height: 1px;
  top: 157vh;
  left: 215vw;
  animation-delay: 2.469s;
}

.star:nth-child(160) {
  width: 2px;
  height: 2px;
  top: 129vh;
  left: 191vw;
  animation-delay: 0.167s;
}

.star:nth-child(161) {
  width: 1px;
  height: 1px;
  top: 265vh;
  left: 149vw;
  animation-delay: 2.336s;
}

.star:nth-child(162) {
  width: 2px;
  height: 2px;
  top: 220vh;
  left: 189vw;
  animation-delay: 0.437s;
}

.star:nth-child(163) {
  width: 2px;
  height: 2px;
  top: 134vh;
  left: 145vw;
  animation-delay: 2.314s;
}

.star:nth-child(164) {
  width: 1px;
  height: 1px;
  top: 147vh;
  left: 141vw;
  animation-delay: 0.702s;
}

.star:nth-child(165) {
  width: 2px;
  height: 2px;
  top: 290vh;
  left: 136vw;
  animation-delay: 2.89s;
}

.star:nth-child(166) {
  width: 2px;
  height: 2px;
  top: 236vh;
  left: 188vw;
  animation-delay: 0.044s;
}

.star:nth-child(167) {
  width: 1px;
  height: 1px;
  top: 281vh;
  left: 142vw;
  animation-delay: 2.864s;
}

.star:nth-child(168) {
  width: 1px;
  height: 1px;
  top: 243vh;
  left: 162vw;
  animation-delay: 2.401s;
}

.star:nth-child(169) {
  width: 1px;
  height: 1px;
  top: 129vh;
  left: 53vw;
  animation-delay: 2.555s;
}

.star:nth-child(170) {
  width: 1px;
  height: 1px;
  top: 4vh;
  left: 41vw;
  animation-delay: 0.098s;
}

.star:nth-child(171) {
  width: 1px;
  height: 1px;
  top: 32vh;
  left: 208vw;
  animation-delay: 2.228s;
}

.star:nth-child(172) {
  width: 2px;
  height: 2px;
  top: 255vh;
  left: 203vw;
  animation-delay: 0.035s;
}

.star:nth-child(173) {
  width: 1px;
  height: 1px;
  top: 180vh;
  left: 248vw;
  animation-delay: 2.946s;
}

.star:nth-child(174) {
  width: 1px;
  height: 1px;
  top: 274vh;
  left: 297vw;
  animation-delay: 2.67s;
}

.star:nth-child(175) {
  width: 2px;
  height: 2px;
  top: 124vh;
  left: 175vw;
  animation-delay: 2.266s;
}

.star:nth-child(176) {
  width: 2px;
  height: 2px;
  top: 186vh;
  left: 196vw;
  animation-delay: 1.992s;
}

.star:nth-child(177) {
  width: 2px;
  height: 2px;
  top: 208vh;
  left: 236vw;
  animation-delay: 1.844s;
}

.star:nth-child(178) {
  width: 1px;
  height: 1px;
  top: 243vh;
  left: 76vw;
  animation-delay: 0.349s;
}

.star:nth-child(179) {
  width: 1px;
  height: 1px;
  top: 26vh;
  left: 153vw;
  animation-delay: 1.519s;
}

.star:nth-child(180) {
  width: 1px;
  height: 1px;
  top: 8vh;
  left: 155vw;
  animation-delay: 2.551s;
}

.star:nth-child(181) {
  width: 1px;
  height: 1px;
  top: 175vh;
  left: 273vw;
  animation-delay: 0.379s;
}

.star:nth-child(182) {
  width: 2px;
  height: 2px;
  top: 137vh;
  left: 99vw;
  animation-delay: 1.577s;
}

.star:nth-child(183) {
  width: 2px;
  height: 2px;
  top: 257vh;
  left: 102vw;
  animation-delay: 1.072s;
}

.star:nth-child(184) {
  width: 1px;
  height: 1px;
  top: 6vh;
  left: 280vw;
  animation-delay: 0.454s;
}

.star:nth-child(185) {
  width: 1px;
  height: 1px;
  top: 123vh;
  left: 70vw;
  animation-delay: 2.354s;
}

.star:nth-child(186) {
  width: 1px;
  height: 1px;
  top: 44vh;
  left: 280vw;
  animation-delay: 0.446s;
}

.star:nth-child(187) {
  width: 2px;
  height: 2px;
  top: 124vh;
  left: 149vw;
  animation-delay: 2.31s;
}

.star:nth-child(188) {
  width: 2px;
  height: 2px;
  top: 89vh;
  left: 204vw;
  animation-delay: 2.945s;
}

.star:nth-child(189) {
  width: 1px;
  height: 1px;
  top: 14vh;
  left: 182vw;
  animation-delay: 1.372s;
}

.star:nth-child(190) {
  width: 2px;
  height: 2px;
  top: 261vh;
  left: 239vw;
  animation-delay: 2.641s;
}

.star:nth-child(191) {
  width: 1px;
  height: 1px;
  top: 215vh;
  left: 76vw;
  animation-delay: 0.928s;
}

.star:nth-child(192) {
  width: 1px;
  height: 1px;
  top: 64vh;
  left: 186vw;
  animation-delay: 0.163s;
}

.star:nth-child(193) {
  width: 1px;
  height: 1px;
  top: 237vh;
  left: 208vw;
  animation-delay: 2.175s;
}

.star:nth-child(194) {
  width: 2px;
  height: 2px;
  top: 217vh;
  left: 146vw;
  animation-delay: 1.642s;
}

.star:nth-child(195) {
  width: 2px;
  height: 2px;
  top: 180vh;
  left: 80vw;
  animation-delay: 0.481s;
}

.star:nth-child(196) {
  width: 2px;
  height: 2px;
  top: 98vh;
  left: 102vw;
  animation-delay: 0.218s;
}

.star:nth-child(197) {
  width: 1px;
  height: 1px;
  top: 162vh;
  left: 262vw;
  animation-delay: 1.873s;
}

.star:nth-child(198) {
  width: 2px;
  height: 2px;
  top: 110vh;
  left: 280vw;
  animation-delay: 2.933s;
}

.star:nth-child(199) {
  width: 1px;
  height: 1px;
  top: 277vh;
  left: 165vw;
  animation-delay: 1.941s;
}

.star:nth-child(200) {
  width: 2px;
  height: 2px;
  top: 247vh;
  left: 83vw;
  animation-delay: 0.469s;
}

.star:nth-child(201) {
  width: 1px;
  height: 1px;
  top: 197vh;
  left: 287vw;
  animation-delay: 0.445s;
}

.star:nth-child(202) {
  width: 1px;
  height: 1px;
  top: 264vh;
  left: 152vw;
  animation-delay: 0.244s;
}

.star:nth-child(203) {
  width: 2px;
  height: 2px;
  top: 153vh;
  left: 223vw;
  animation-delay: 1.712s;
}

.star:nth-child(204) {
  width: 1px;
  height: 1px;
  top: 269vh;
  left: 242vw;
  animation-delay: 0.351s;
}

.star:nth-child(205) {
  width: 1px;
  height: 1px;
  top: 10vh;
  left: 236vw;
  animation-delay: 1.066s;
}

.star:nth-child(206) {
  width: 2px;
  height: 2px;
  top: 85vh;
  left: 136vw;
  animation-delay: 1.017s;
}

.star:nth-child(207) {
  width: 1px;
  height: 1px;
  top: 131vh;
  left: 70vw;
  animation-delay: 2.185s;
}

.star:nth-child(208) {
  width: 1px;
  height: 1px;
  top: 283vh;
  left: 9vw;
  animation-delay: 0.413s;
}

.star:nth-child(209) {
  width: 1px;
  height: 1px;
  top: 67vh;
  left: 272vw;
  animation-delay: 2.279s;
}

.star:nth-child(210) {
  width: 1px;
  height: 1px;
  top: 53vh;
  left: 204vw;
  animation-delay: 1.871s;
}

.star:nth-child(211) {
  width: 2px;
  height: 2px;
  top: 18vh;
  left: 264vw;
  animation-delay: 2.988s;
}

.star:nth-child(212) {
  width: 2px;
  height: 2px;
  top: 293vh;
  left: 72vw;
  animation-delay: 1.873s;
}

.star:nth-child(213) {
  width: 2px;
  height: 2px;
  top: 186vh;
  left: 229vw;
  animation-delay: 1.787s;
}

.star:nth-child(214) {
  width: 2px;
  height: 2px;
  top: 70vh;
  left: 159vw;
  animation-delay: 2.447s;
}

.star:nth-child(215) {
  width: 1px;
  height: 1px;
  top: 37vh;
  left: 38vw;
  animation-delay: 2.616s;
}

.star:nth-child(216) {
  width: 2px;
  height: 2px;
  top: 203vh;
  left: 116vw;
  animation-delay: 0.725s;
}

.star:nth-child(217) {
  width: 1px;
  height: 1px;
  top: 163vh;
  left: 96vw;
  animation-delay: 1.628s;
}

.star:nth-child(218) {
  width: 2px;
  height: 2px;
  top: 263vh;
  left: 62vw;
  animation-delay: 1.362s;
}

.star:nth-child(219) {
  width: 1px;
  height: 1px;
  top: 203vh;
  left: 289vw;
  animation-delay: 0.424s;
}

.star:nth-child(220) {
  width: 2px;
  height: 2px;
  top: 19vh;
  left: 182vw;
  animation-delay: 0.127s;
}

.star:nth-child(221) {
  width: 2px;
  height: 2px;
  top: 131vh;
  left: 74vw;
  animation-delay: 0.37s;
}

.star:nth-child(222) {
  width: 1px;
  height: 1px;
  top: 15vh;
  left: 232vw;
  animation-delay: 2.12s;
}

.star:nth-child(223) {
  width: 1px;
  height: 1px;
  top: 279vh;
  left: 237vw;
  animation-delay: 0.827s;
}

.star:nth-child(224) {
  width: 1px;
  height: 1px;
  top: 120vh;
  left: 106vw;
  animation-delay: 2.098s;
}

.star:nth-child(225) {
  width: 1px;
  height: 1px;
  top: 191vh;
  left: 170vw;
  animation-delay: 0.701s;
}

.star:nth-child(226) {
  width: 1px;
  height: 1px;
  top: 36vh;
  left: 12vw;
  animation-delay: 2.327s;
}

.star:nth-child(227) {
  width: 2px;
  height: 2px;
  top: 24vh;
  left: 234vw;
  animation-delay: 0.686s;
}

.star:nth-child(228) {
  width: 2px;
  height: 2px;
  top: 64vh;
  left: 135vw;
  animation-delay: 2.093s;
}

.star:nth-child(229) {
  width: 1px;
  height: 1px;
  top: 24vh;
  left: 192vw;
  animation-delay: 0.319s;
}

.star:nth-child(230) {
  width: 2px;
  height: 2px;
  top: 23vh;
  left: 166vw;
  animation-delay: 2.409s;
}

.star:nth-child(231) {
  width: 2px;
  height: 2px;
  top: 154vh;
  left: 289vw;
  animation-delay: 1.317s;
}

.star:nth-child(232) {
  width: 2px;
  height: 2px;
  top: 47vh;
  left: 67vw;
  animation-delay: 2.582s;
}

.star:nth-child(233) {
  width: 2px;
  height: 2px;
  top: 236vh;
  left: 177vw;
  animation-delay: 2.338s;
}

.star:nth-child(234) {
  width: 2px;
  height: 2px;
  top: 28vh;
  left: 45vw;
  animation-delay: 1.081s;
}

.star:nth-child(235) {
  width: 2px;
  height: 2px;
  top: 37vh;
  left: 112vw;
  animation-delay: 2.504s;
}

.star:nth-child(236) {
  width: 1px;
  height: 1px;
  top: 235vh;
  left: 192vw;
  animation-delay: 1.787s;
}

.star:nth-child(237) {
  width: 2px;
  height: 2px;
  top: 64vh;
  left: 208vw;
  animation-delay: 1.227s;
}

.star:nth-child(238) {
  width: 1px;
  height: 1px;
  top: 78vh;
  left: 18vw;
  animation-delay: 2.986s;
}

.star:nth-child(239) {
  width: 2px;
  height: 2px;
  top: 182vh;
  left: 21vw;
  animation-delay: 0.485s;
}

.star:nth-child(240) {
  width: 2px;
  height: 2px;
  top: 266vh;
  left: 220vw;
  animation-delay: 0.135s;
}

.star:nth-child(241) {
  width: 1px;
  height: 1px;
  top: 234vh;
  left: 65vw;
  animation-delay: 1.301s;
}

.star:nth-child(242) {
  width: 1px;
  height: 1px;
  top: 64vh;
  left: 140vw;
  animation-delay: 2.638s;
}

.star:nth-child(243) {
  width: 2px;
  height: 2px;
  top: 204vh;
  left: 232vw;
  animation-delay: 1.59s;
}

.star:nth-child(244) {
  width: 2px;
  height: 2px;
  top: 131vh;
  left: 138vw;
  animation-delay: 2.793s;
}

.star:nth-child(245) {
  width: 2px;
  height: 2px;
  top: 72vh;
  left: 247vw;
  animation-delay: 0.976s;
}

.star:nth-child(246) {
  width: 1px;
  height: 1px;
  top: 16vh;
  left: 92vw;
  animation-delay: 1.614s;
}

.star:nth-child(247) {
  width: 2px;
  height: 2px;
  top: 86vh;
  left: 179vw;
  animation-delay: 2.88s;
}

.star:nth-child(248) {
  width: 1px;
  height: 1px;
  top: 136vh;
  left: 54vw;
  animation-delay: 1.089s;
}

.star:nth-child(249) {
  width: 2px;
  height: 2px;
  top: 169vh;
  left: 178vw;
  animation-delay: 0.127s;
}

.star:nth-child(250) {
  width: 2px;
  height: 2px;
  top: 253vh;
  left: 171vw;
  animation-delay: 2.123s;
}

.star:nth-child(251) {
  width: 1px;
  height: 1px;
  top: 61vh;
  left: 67vw;
  animation-delay: 2.805s;
}

.star:nth-child(252) {
  width: 2px;
  height: 2px;
  top: 268vh;
  left: 22vw;
  animation-delay: 2.869s;
}

.star:nth-child(253) {
  width: 2px;
  height: 2px;
  top: 115vh;
  left: 44vw;
  animation-delay: 1.434s;
}

.star:nth-child(254) {
  width: 1px;
  height: 1px;
  top: 204vh;
  left: 142vw;
  animation-delay: 1.77s;
}

.star:nth-child(255) {
  width: 2px;
  height: 2px;
  top: 109vh;
  left: 225vw;
  animation-delay: 1.925s;
}

.star:nth-child(256) {
  width: 1px;
  height: 1px;
  top: 236vh;
  left: 199vw;
  animation-delay: 0.211s;
}

.star:nth-child(257) {
  width: 2px;
  height: 2px;
  top: 83vh;
  left: 83vw;
  animation-delay: 2.336s;
}

.star:nth-child(258) {
  width: 2px;
  height: 2px;
  top: 8vh;
  left: 161vw;
  animation-delay: 0.214s;
}

.star:nth-child(259) {
  width: 2px;
  height: 2px;
  top: 162vh;
  left: 90vw;
  animation-delay: 2.028s;
}

.star:nth-child(260) {
  width: 1px;
  height: 1px;
  top: 227vh;
  left: 278vw;
  animation-delay: 1.195s;
}

.star:nth-child(261) {
  width: 1px;
  height: 1px;
  top: 279vh;
  left: 137vw;
  animation-delay: 1.844s;
}

.star:nth-child(262) {
  width: 1px;
  height: 1px;
  top: 283vh;
  left: 109vw;
  animation-delay: 2.353s;
}

.star:nth-child(263) {
  width: 1px;
  height: 1px;
  top: 183vh;
  left: 164vw;
  animation-delay: 2.458s;
}

.star:nth-child(264) {
  width: 1px;
  height: 1px;
  top: 72vh;
  left: 204vw;
  animation-delay: 0.454s;
}

.star:nth-child(265) {
  width: 1px;
  height: 1px;
  top: 103vh;
  left: 69vw;
  animation-delay: 1.928s;
}

.star:nth-child(266) {
  width: 2px;
  height: 2px;
  top: 166vh;
  left: 55vw;
  animation-delay: 2.901s;
}

.star:nth-child(267) {
  width: 2px;
  height: 2px;
  top: 71vh;
  left: 189vw;
  animation-delay: 0.705s;
}

.star:nth-child(268) {
  width: 2px;
  height: 2px;
  top: 173vh;
  left: 1vw;
  animation-delay: 1.582s;
}

.star:nth-child(269) {
  width: 1px;
  height: 1px;
  top: 168vh;
  left: 133vw;
  animation-delay: 2.662s;
}

.star:nth-child(270) {
  width: 1px;
  height: 1px;
  top: 106vh;
  left: 147vw;
  animation-delay: 0.204s;
}

.star:nth-child(271) {
  width: 2px;
  height: 2px;
  top: 45vh;
  left: 52vw;
  animation-delay: 0.603s;
}

.star:nth-child(272) {
  width: 1px;
  height: 1px;
  top: 139vh;
  left: 208vw;
  animation-delay: 2.36s;
}

.star:nth-child(273) {
  width: 1px;
  height: 1px;
  top: 150vh;
  left: 237vw;
  animation-delay: 2.357s;
}

.star:nth-child(274) {
  width: 2px;
  height: 2px;
  top: 179vh;
  left: 256vw;
  animation-delay: 0.957s;
}

.star:nth-child(275) {
  width: 2px;
  height: 2px;
  top: 123vh;
  left: 95vw;
  animation-delay: 2.803s;
}

.star:nth-child(276) {
  width: 2px;
  height: 2px;
  top: 89vh;
  left: 202vw;
  animation-delay: 0.726s;
}

.star:nth-child(277) {
  width: 1px;
  height: 1px;
  top: 54vh;
  left: 27vw;
  animation-delay: 0.576s;
}

.star:nth-child(278) {
  width: 1px;
  height: 1px;
  top: 145vh;
  left: 127vw;
  animation-delay: 0.243s;
}

.star:nth-child(279) {
  width: 1px;
  height: 1px;
  top: 208vh;
  left: 267vw;
  animation-delay: 2.531s;
}

.star:nth-child(280) {
  width: 2px;
  height: 2px;
  top: 250vh;
  left: 297vw;
  animation-delay: 0.694s;
}

.star:nth-child(281) {
  width: 2px;
  height: 2px;
  top: 191vh;
  left: 164vw;
  animation-delay: 0.46s;
}

.star:nth-child(282) {
  width: 1px;
  height: 1px;
  top: 259vh;
  left: 169vw;
  animation-delay: 0.567s;
}

.star:nth-child(283) {
  width: 2px;
  height: 2px;
  top: 34vh;
  left: 58vw;
  animation-delay: 1.846s;
}

.star:nth-child(284) {
  width: 1px;
  height: 1px;
  top: 44vh;
  left: 89vw;
  animation-delay: 2.774s;
}

.star:nth-child(285) {
  width: 1px;
  height: 1px;
  top: 226vh;
  left: 34vw;
  animation-delay: 1.492s;
}

.star:nth-child(286) {
  width: 2px;
  height: 2px;
  top: 71vh;
  left: 196vw;
  animation-delay: 1.241s;
}

.star:nth-child(287) {
  width: 2px;
  height: 2px;
  top: 38vh;
  left: 6vw;
  animation-delay: 2.105s;
}

.star:nth-child(288) {
  width: 1px;
  height: 1px;
  top: 166vh;
  left: 248vw;
  animation-delay: 2.191s;
}

.star:nth-child(289) {
  width: 1px;
  height: 1px;
  top: 292vh;
  left: 31vw;
  animation-delay: 0.031s;
}

.star:nth-child(290) {
  width: 2px;
  height: 2px;
  top: 247vh;
  left: 32vw;
  animation-delay: 0.919s;
}

.star:nth-child(291) {
  width: 1px;
  height: 1px;
  top: 285vh;
  left: 89vw;
  animation-delay: 0.509s;
}

.star:nth-child(292) {
  width: 1px;
  height: 1px;
  top: 291vh;
  left: 256vw;
  animation-delay: 0.701s;
}

.star:nth-child(293) {
  width: 2px;
  height: 2px;
  top: 84vh;
  left: 142vw;
  animation-delay: 2.537s;
}

.star:nth-child(294) {
  width: 1px;
  height: 1px;
  top: 211vh;
  left: 111vw;
  animation-delay: 2.551s;
}

.star:nth-child(295) {
  width: 2px;
  height: 2px;
  top: 243vh;
  left: 40vw;
  animation-delay: 2.243s;
}

.star:nth-child(296) {
  width: 2px;
  height: 2px;
  top: 191vh;
  left: 154vw;
  animation-delay: 2.183s;
}

.star:nth-child(297) {
  width: 2px;
  height: 2px;
  top: 45vh;
  left: 219vw;
  animation-delay: 1.678s;
}

.star:nth-child(298) {
  width: 1px;
  height: 1px;
  top: 277vh;
  left: 275vw;
  animation-delay: 0.272s;
}

.star:nth-child(299) {
  width: 1px;
  height: 1px;
  top: 119vh;
  left: 139vw;
  animation-delay: 1.067s;
}

.star:nth-child(300) {
  width: 2px;
  height: 2px;
  top: 281vh;
  left: 40vw;
  animation-delay: 2.97s;
}

.star:nth-child(301) {
  width: 2px;
  height: 2px;
  top: 198vh;
  left: 60vw;
  animation-delay: 1.738s;
}

.star:nth-child(302) {
  width: 2px;
  height: 2px;
  top: 196vh;
  left: 137vw;
  animation-delay: 1.737s;
}

.star:nth-child(303) {
  width: 1px;
  height: 1px;
  top: 83vh;
  left: 127vw;
  animation-delay: 0.046s;
}

.star:nth-child(304) {
  width: 1px;
  height: 1px;
  top: 132vh;
  left: 55vw;
  animation-delay: 1.606s;
}

.star:nth-child(305) {
  width: 2px;
  height: 2px;
  top: 142vh;
  left: 211vw;
  animation-delay: 0.743s;
}

.star:nth-child(306) {
  width: 2px;
  height: 2px;
  top: 287vh;
  left: 58vw;
  animation-delay: 1.87s;
}

.star:nth-child(307) {
  width: 1px;
  height: 1px;
  top: 139vh;
  left: 194vw;
  animation-delay: 2.558s;
}

.star:nth-child(308) {
  width: 2px;
  height: 2px;
  top: 292vh;
  left: 31vw;
  animation-delay: 0.31s;
}

.star:nth-child(309) {
  width: 1px;
  height: 1px;
  top: 49vh;
  left: 92vw;
  animation-delay: 0.583s;
}

.star:nth-child(310) {
  width: 2px;
  height: 2px;
  top: 43vh;
  left: 292vw;
  animation-delay: 2.707s;
}

.star:nth-child(311) {
  width: 1px;
  height: 1px;
  top: 21vh;
  left: 50vw;
  animation-delay: 2.373s;
}

.star:nth-child(312) {
  width: 1px;
  height: 1px;
  top: 32vh;
  left: 280vw;
  animation-delay: 0.717s;
}

.star:nth-child(313) {
  width: 2px;
  height: 2px;
  top: 230vh;
  left: 61vw;
  animation-delay: 2.884s;
}

.star:nth-child(314) {
  width: 1px;
  height: 1px;
  top: 58vh;
  left: 56vw;
  animation-delay: 1.511s;
}

.star:nth-child(315) {
  width: 1px;
  height: 1px;
  top: 202vh;
  left: 62vw;
  animation-delay: 2.575s;
}

.star:nth-child(316) {
  width: 1px;
  height: 1px;
  top: 227vh;
  left: 272vw;
  animation-delay: 1.039s;
}

.star:nth-child(317) {
  width: 1px;
  height: 1px;
  top: 110vh;
  left: 151vw;
  animation-delay: 0.314s;
}

.star:nth-child(318) {
  width: 1px;
  height: 1px;
  top: 270vh;
  left: 296vw;
  animation-delay: 1.638s;
}

.star:nth-child(319) {
  width: 1px;
  height: 1px;
  top: 176vh;
  left: 229vw;
  animation-delay: 2.349s;
}

.star:nth-child(320) {
  width: 2px;
  height: 2px;
  top: 97vh;
  left: 183vw;
  animation-delay: 2.752s;
}

.star:nth-child(321) {
  width: 2px;
  height: 2px;
  top: 209vh;
  left: 77vw;
  animation-delay: 2.775s;
}

.star:nth-child(322) {
  width: 2px;
  height: 2px;
  top: 177vh;
  left: 12vw;
  animation-delay: 2.832s;
}

.star:nth-child(323) {
  width: 2px;
  height: 2px;
  top: 226vh;
  left: 99vw;
  animation-delay: 1.057s;
}

.star:nth-child(324) {
  width: 2px;
  height: 2px;
  top: 266vh;
  left: 271vw;
  animation-delay: 2.594s;
}

.star:nth-child(325) {
  width: 2px;
  height: 2px;
  top: 273vh;
  left: 255vw;
  animation-delay: 0.803s;
}

.star:nth-child(326) {
  width: 2px;
  height: 2px;
  top: 111vh;
  left: 31vw;
  animation-delay: 0.87s;
}

.star:nth-child(327) {
  width: 1px;
  height: 1px;
  top: 134vh;
  left: 51vw;
  animation-delay: 2.655s;
}

.star:nth-child(328) {
  width: 2px;
  height: 2px;
  top: 13vh;
  left: 144vw;
  animation-delay: 0.736s;
}

.star:nth-child(329) {
  width: 1px;
  height: 1px;
  top: 267vh;
  left: 136vw;
  animation-delay: 2.802s;
}

.star:nth-child(330) {
  width: 2px;
  height: 2px;
  top: 153vh;
  left: 293vw;
  animation-delay: 2.033s;
}

.star:nth-child(331) {
  width: 2px;
  height: 2px;
  top: 41vh;
  left: 126vw;
  animation-delay: 1.188s;
}

.star:nth-child(332) {
  width: 2px;
  height: 2px;
  top: 260vh;
  left: 10vw;
  animation-delay: 0.097s;
}

.star:nth-child(333) {
  width: 1px;
  height: 1px;
  top: 192vh;
  left: 219vw;
  animation-delay: 0.583s;
}

.star:nth-child(334) {
  width: 2px;
  height: 2px;
  top: 82vh;
  left: 173vw;
  animation-delay: 2.685s;
}

.star:nth-child(335) {
  width: 1px;
  height: 1px;
  top: 259vh;
  left: 82vw;
  animation-delay: 1.371s;
}

.star:nth-child(336) {
  width: 1px;
  height: 1px;
  top: 250vh;
  left: 147vw;
  animation-delay: 1.572s;
}

.star:nth-child(337) {
  width: 1px;
  height: 1px;
  top: 26vh;
  left: 213vw;
  animation-delay: 0.953s;
}

.star:nth-child(338) {
  width: 1px;
  height: 1px;
  top: 52vh;
  left: 288vw;
  animation-delay: 0.942s;
}

.star:nth-child(339) {
  width: 2px;
  height: 2px;
  top: 242vh;
  left: 2vw;
  animation-delay: 0.251s;
}

.star:nth-child(340) {
  width: 2px;
  height: 2px;
  top: 162vh;
  left: 114vw;
  animation-delay: 2.317s;
}

.star:nth-child(341) {
  width: 2px;
  height: 2px;
  top: 238vh;
  left: 104vw;
  animation-delay: 2.22s;
}

.star:nth-child(342) {
  width: 1px;
  height: 1px;
  top: 96vh;
  left: 286vw;
  animation-delay: 0.177s;
}

.star:nth-child(343) {
  width: 2px;
  height: 2px;
  top: 229vh;
  left: 136vw;
  animation-delay: 1.766s;
}

.star:nth-child(344) {
  width: 2px;
  height: 2px;
  top: 268vh;
  left: 222vw;
  animation-delay: 2.586s;
}

.star:nth-child(345) {
  width: 2px;
  height: 2px;
  top: 274vh;
  left: 255vw;
  animation-delay: 2.486s;
}

.star:nth-child(346) {
  width: 2px;
  height: 2px;
  top: 88vh;
  left: 200vw;
  animation-delay: 2.545s;
}

.star:nth-child(347) {
  width: 1px;
  height: 1px;
  top: 198vh;
  left: 245vw;
  animation-delay: 1.043s;
}

.star:nth-child(348) {
  width: 1px;
  height: 1px;
  top: 33vh;
  left: 46vw;
  animation-delay: 1.264s;
}

.star:nth-child(349) {
  width: 2px;
  height: 2px;
  top: 1vh;
  left: 118vw;
  animation-delay: 2.095s;
}

.star:nth-child(350) {
  width: 2px;
  height: 2px;
  top: 160vh;
  left: 131vw;
  animation-delay: 1.01s;
}

.star:nth-child(351) {
  width: 1px;
  height: 1px;
  top: 210vh;
  left: 257vw;
  animation-delay: 0.87s;
}

.star:nth-child(352) {
  width: 2px;
  height: 2px;
  top: 234vh;
  left: 100vw;
  animation-delay: 2.242s;
}

.star:nth-child(353) {
  width: 1px;
  height: 1px;
  top: 91vh;
  left: 221vw;
  animation-delay: 2.187s;
}

.star:nth-child(354) {
  width: 1px;
  height: 1px;
  top: 88vh;
  left: 260vw;
  animation-delay: 2.819s;
}

.star:nth-child(355) {
  width: 2px;
  height: 2px;
  top: 233vh;
  left: 124vw;
  animation-delay: 1.509s;
}

.star:nth-child(356) {
  width: 2px;
  height: 2px;
  top: 296vh;
  left: 276vw;
  animation-delay: 1.831s;
}

.star:nth-child(357) {
  width: 2px;
  height: 2px;
  top: 217vh;
  left: 192vw;
  animation-delay: 0.002s;
}

.star:nth-child(358) {
  width: 2px;
  height: 2px;
  top: 94vh;
  left: 245vw;
  animation-delay: 0.986s;
}

.star:nth-child(359) {
  width: 2px;
  height: 2px;
  top: 23vh;
  left: 252vw;
  animation-delay: 1.61s;
}

.star:nth-child(360) {
  width: 1px;
  height: 1px;
  top: 173vh;
  left: 20vw;
  animation-delay: 0.528s;
}

.star:nth-child(361) {
  width: 2px;
  height: 2px;
  top: 208vh;
  left: 6vw;
  animation-delay: 1.448s;
}

.star:nth-child(362) {
  width: 2px;
  height: 2px;
  top: 234vh;
  left: 160vw;
  animation-delay: 1.955s;
}

.star:nth-child(363) {
  width: 2px;
  height: 2px;
  top: 220vh;
  left: 80vw;
  animation-delay: 1.529s;
}

.star:nth-child(364) {
  width: 1px;
  height: 1px;
  top: 39vh;
  left: 190vw;
  animation-delay: 1.187s;
}

.star:nth-child(365) {
  width: 1px;
  height: 1px;
  top: 77vh;
  left: 64vw;
  animation-delay: 1.493s;
}

.star:nth-child(366) {
  width: 2px;
  height: 2px;
  top: 158vh;
  left: 179vw;
  animation-delay: 1.73s;
}

.star:nth-child(367) {
  width: 2px;
  height: 2px;
  top: 86vh;
  left: 136vw;
  animation-delay: 0.33s;
}

.star:nth-child(368) {
  width: 1px;
  height: 1px;
  top: 187vh;
  left: 236vw;
  animation-delay: 1.687s;
}

.star:nth-child(369) {
  width: 2px;
  height: 2px;
  top: 137vh;
  left: 41vw;
  animation-delay: 0.946s;
}

.star:nth-child(370) {
  width: 2px;
  height: 2px;
  top: 43vh;
  left: 131vw;
  animation-delay: 1.438s;
}

.star:nth-child(371) {
  width: 2px;
  height: 2px;
  top: 46vh;
  left: 74vw;
  animation-delay: 1.665s;
}

.star:nth-child(372) {
  width: 1px;
  height: 1px;
  top: 234vh;
  left: 146vw;
  animation-delay: 1.788s;
}

.star:nth-child(373) {
  width: 1px;
  height: 1px;
  top: 120vh;
  left: 30vw;
  animation-delay: 0.006s;
}

.star:nth-child(374) {
  width: 1px;
  height: 1px;
  top: 284vh;
  left: 14vw;
  animation-delay: 0.293s;
}

.star:nth-child(375) {
  width: 1px;
  height: 1px;
  top: 300vh;
  left: 90vw;
  animation-delay: 0.992s;
}

.star:nth-child(376) {
  width: 1px;
  height: 1px;
  top: 251vh;
  left: 81vw;
  animation-delay: 2.5s;
}

.star:nth-child(377) {
  width: 2px;
  height: 2px;
  top: 189vh;
  left: 263vw;
  animation-delay: 2.698s;
}

.star:nth-child(378) {
  width: 1px;
  height: 1px;
  top: 208vh;
  left: 43vw;
  animation-delay: 0.225s;
}

.star:nth-child(379) {
  width: 2px;
  height: 2px;
  top: 280vh;
  left: 285vw;
  animation-delay: 0.084s;
}

.star:nth-child(380) {
  width: 2px;
  height: 2px;
  top: 159vh;
  left: 137vw;
  animation-delay: 1.513s;
}

.star:nth-child(381) {
  width: 2px;
  height: 2px;
  top: 257vh;
  left: 128vw;
  animation-delay: 0.347s;
}

.star:nth-child(382) {
  width: 2px;
  height: 2px;
  top: 281vh;
  left: 261vw;
  animation-delay: 0.589s;
}

.star:nth-child(383) {
  width: 2px;
  height: 2px;
  top: 15vh;
  left: 273vw;
  animation-delay: 1.727s;
}

.star:nth-child(384) {
  width: 1px;
  height: 1px;
  top: 77vh;
  left: 271vw;
  animation-delay: 1.894s;
}

.star:nth-child(385) {
  width: 2px;
  height: 2px;
  top: 211vh;
  left: 95vw;
  animation-delay: 0.935s;
}

.star:nth-child(386) {
  width: 1px;
  height: 1px;
  top: 60vh;
  left: 129vw;
  animation-delay: 0.96s;
}

.star:nth-child(387) {
  width: 2px;
  height: 2px;
  top: 182vh;
  left: 78vw;
  animation-delay: 2.331s;
}

.star:nth-child(388) {
  width: 2px;
  height: 2px;
  top: 246vh;
  left: 156vw;
  animation-delay: 2.135s;
}

.star:nth-child(389) {
  width: 1px;
  height: 1px;
  top: 128vh;
  left: 252vw;
  animation-delay: 1.026s;
}

.star:nth-child(390) {
  width: 2px;
  height: 2px;
  top: 294vh;
  left: 220vw;
  animation-delay: 2.835s;
}

.star:nth-child(391) {
  width: 2px;
  height: 2px;
  top: 259vh;
  left: 154vw;
  animation-delay: 0.938s;
}

.star:nth-child(392) {
  width: 2px;
  height: 2px;
  top: 278vh;
  left: 178vw;
  animation-delay: 2.543s;
}

.star:nth-child(393) {
  width: 2px;
  height: 2px;
  top: 282vh;
  left: 5vw;
  animation-delay: 2.951s;
}

.star:nth-child(394) {
  width: 1px;
  height: 1px;
  top: 236vh;
  left: 170vw;
  animation-delay: 2.522s;
}

.star:nth-child(395) {
  width: 2px;
  height: 2px;
  top: 277vh;
  left: 216vw;
  animation-delay: 1.508s;
}

.star:nth-child(396) {
  width: 2px;
  height: 2px;
  top: 253vh;
  left: 34vw;
  animation-delay: 1.083s;
}

.star:nth-child(397) {
  width: 1px;
  height: 1px;
  top: 38vh;
  left: 159vw;
  animation-delay: 2.063s;
}

.star:nth-child(398) {
  width: 2px;
  height: 2px;
  top: 166vh;
  left: 110vw;
  animation-delay: 1.006s;
}

.star:nth-child(399) {
  width: 1px;
  height: 1px;
  top: 237vh;
  left: 203vw;
  animation-delay: 2.178s;
}

.star:nth-child(400) {
  width: 1px;
  height: 1px;
  top: 237vh;
  left: 47vw;
  animation-delay: 2.172s;
}

.star:nth-child(401) {
  width: 2px;
  height: 2px;
  top: 9vh;
  left: 224vw;
  animation-delay: 0.936s;
}

.star:nth-child(402) {
  width: 2px;
  height: 2px;
  top: 275vh;
  left: 225vw;
  animation-delay: 2.759s;
}

.star:nth-child(403) {
  width: 2px;
  height: 2px;
  top: 106vh;
  left: 136vw;
  animation-delay: 0.793s;
}

.star:nth-child(404) {
  width: 2px;
  height: 2px;
  top: 83vh;
  left: 147vw;
  animation-delay: 0.052s;
}

.star:nth-child(405) {
  width: 1px;
  height: 1px;
  top: 299vh;
  left: 64vw;
  animation-delay: 1.377s;
}

.star:nth-child(406) {
  width: 1px;
  height: 1px;
  top: 234vh;
  left: 31vw;
  animation-delay: 2.449s;
}

.star:nth-child(407) {
  width: 2px;
  height: 2px;
  top: 72vh;
  left: 64vw;
  animation-delay: 1.911s;
}

.star:nth-child(408) {
  width: 2px;
  height: 2px;
  top: 20vh;
  left: 86vw;
  animation-delay: 0.675s;
}

.star:nth-child(409) {
  width: 1px;
  height: 1px;
  top: 233vh;
  left: 154vw;
  animation-delay: 1.093s;
}

.star:nth-child(410) {
  width: 2px;
  height: 2px;
  top: 86vh;
  left: 147vw;
  animation-delay: 2.567s;
}

.star:nth-child(411) {
  width: 1px;
  height: 1px;
  top: 277vh;
  left: 102vw;
  animation-delay: 2.246s;
}

.star:nth-child(412) {
  width: 2px;
  height: 2px;
  top: 209vh;
  left: 7vw;
  animation-delay: 2.173s;
}

.star:nth-child(413) {
  width: 2px;
  height: 2px;
  top: 209vh;
  left: 23vw;
  animation-delay: 2.283s;
}

.star:nth-child(414) {
  width: 1px;
  height: 1px;
  top: 248vh;
  left: 74vw;
  animation-delay: 0.569s;
}

.star:nth-child(415) {
  width: 1px;
  height: 1px;
  top: 187vh;
  left: 125vw;
  animation-delay: 1.696s;
}

.star:nth-child(416) {
  width: 1px;
  height: 1px;
  top: 295vh;
  left: 7vw;
  animation-delay: 1.632s;
}

.star:nth-child(417) {
  width: 1px;
  height: 1px;
  top: 5vh;
  left: 271vw;
  animation-delay: 0.574s;
}

.star:nth-child(418) {
  width: 2px;
  height: 2px;
  top: 50vh;
  left: 287vw;
  animation-delay: 1.718s;
}

.star:nth-child(419) {
  width: 1px;
  height: 1px;
  top: 197vh;
  left: 111vw;
  animation-delay: 0.872s;
}

.star:nth-child(420) {
  width: 2px;
  height: 2px;
  top: 91vh;
  left: 37vw;
  animation-delay: 2.605s;
}

.star:nth-child(421) {
  width: 1px;
  height: 1px;
  top: 119vh;
  left: 121vw;
  animation-delay: 2.497s;
}

.star:nth-child(422) {
  width: 2px;
  height: 2px;
  top: 92vh;
  left: 233vw;
  animation-delay: 1.556s;
}

.star:nth-child(423) {
  width: 1px;
  height: 1px;
  top: 264vh;
  left: 287vw;
  animation-delay: 0.972s;
}

.star:nth-child(424) {
  width: 2px;
  height: 2px;
  top: 298vh;
  left: 272vw;
  animation-delay: 2.842s;
}

.star:nth-child(425) {
  width: 2px;
  height: 2px;
  top: 174vh;
  left: 184vw;
  animation-delay: 0.59s;
}

.star:nth-child(426) {
  width: 1px;
  height: 1px;
  top: 281vh;
  left: 187vw;
  animation-delay: 1.255s;
}

.star:nth-child(427) {
  width: 2px;
  height: 2px;
  top: 166vh;
  left: 26vw;
  animation-delay: 1.901s;
}

.star:nth-child(428) {
  width: 1px;
  height: 1px;
  top: 69vh;
  left: 176vw;
  animation-delay: 1.378s;
}

.star:nth-child(429) {
  width: 2px;
  height: 2px;
  top: 163vh;
  left: 258vw;
  animation-delay: 1.769s;
}

.star:nth-child(430) {
  width: 1px;
  height: 1px;
  top: 185vh;
  left: 268vw;
  animation-delay: 1.804s;
}

.star:nth-child(431) {
  width: 1px;
  height: 1px;
  top: 205vh;
  left: 216vw;
  animation-delay: 0.387s;
}

.star:nth-child(432) {
  width: 2px;
  height: 2px;
  top: 163vh;
  left: 235vw;
  animation-delay: 1.071s;
}

.star:nth-child(433) {
  width: 2px;
  height: 2px;
  top: 60vh;
  left: 296vw;
  animation-delay: 2.044s;
}

.star:nth-child(434) {
  width: 2px;
  height: 2px;
  top: 274vh;
  left: 111vw;
  animation-delay: 1.474s;
}

.star:nth-child(435) {
  width: 2px;
  height: 2px;
  top: 152vh;
  left: 54vw;
  animation-delay: 2.446s;
}

.star:nth-child(436) {
  width: 2px;
  height: 2px;
  top: 235vh;
  left: 79vw;
  animation-delay: 0.66s;
}

.star:nth-child(437) {
  width: 1px;
  height: 1px;
  top: 299vh;
  left: 4vw;
  animation-delay: 1.721s;
}

.star:nth-child(438) {
  width: 1px;
  height: 1px;
  top: 87vh;
  left: 267vw;
  animation-delay: 0.865s;
}

.star:nth-child(439) {
  width: 2px;
  height: 2px;
  top: 294vh;
  left: 121vw;
  animation-delay: 1.361s;
}

.star:nth-child(440) {
  width: 1px;
  height: 1px;
  top: 296vh;
  left: 55vw;
  animation-delay: 0.04s;
}

.star:nth-child(441) {
  width: 2px;
  height: 2px;
  top: 264vh;
  left: 6vw;
  animation-delay: 0.148s;
}

.star:nth-child(442) {
  width: 1px;
  height: 1px;
  top: 37vh;
  left: 219vw;
  animation-delay: 2.504s;
}

.star:nth-child(443) {
  width: 2px;
  height: 2px;
  top: 37vh;
  left: 300vw;
  animation-delay: 2.02s;
}

.star:nth-child(444) {
  width: 2px;
  height: 2px;
  top: 136vh;
  left: 222vw;
  animation-delay: 2.979s;
}

.star:nth-child(445) {
  width: 2px;
  height: 2px;
  top: 172vh;
  left: 38vw;
  animation-delay: 1.535s;
}

.star:nth-child(446) {
  width: 2px;
  height: 2px;
  top: 89vh;
  left: 113vw;
  animation-delay: 0.584s;
}

.star:nth-child(447) {
  width: 2px;
  height: 2px;
  top: 240vh;
  left: 185vw;
  animation-delay: 1.567s;
}

.star:nth-child(448) {
  width: 1px;
  height: 1px;
  top: 186vh;
  left: 261vw;
  animation-delay: 1.503s;
}

.star:nth-child(449) {
  width: 2px;
  height: 2px;
  top: 136vh;
  left: 8vw;
  animation-delay: 2.314s;
}

.star:nth-child(450) {
  width: 1px;
  height: 1px;
  top: 179vh;
  left: 178vw;
  animation-delay: 0.39s;
}

.star:nth-child(451) {
  width: 1px;
  height: 1px;
  top: 229vh;
  left: 31vw;
  animation-delay: 0.786s;
}

.star:nth-child(452) {
  width: 2px;
  height: 2px;
  top: 87vh;
  left: 12vw;
  animation-delay: 0.878s;
}

.star:nth-child(453) {
  width: 2px;
  height: 2px;
  top: 174vh;
  left: 114vw;
  animation-delay: 0.218s;
}

.star:nth-child(454) {
  width: 1px;
  height: 1px;
  top: 162vh;
  left: 154vw;
  animation-delay: 1.66s;
}

.star:nth-child(455) {
  width: 2px;
  height: 2px;
  top: 3vh;
  left: 224vw;
  animation-delay: 0.334s;
}

.star:nth-child(456) {
  width: 2px;
  height: 2px;
  top: 292vh;
  left: 17vw;
  animation-delay: 1.588s;
}

.star:nth-child(457) {
  width: 1px;
  height: 1px;
  top: 53vh;
  left: 195vw;
  animation-delay: 0.534s;
}

.star:nth-child(458) {
  width: 1px;
  height: 1px;
  top: 34vh;
  left: 238vw;
  animation-delay: 1.982s;
}

.star:nth-child(459) {
  width: 2px;
  height: 2px;
  top: 159vh;
  left: 33vw;
  animation-delay: 1.733s;
}

.star:nth-child(460) {
  width: 2px;
  height: 2px;
  top: 257vh;
  left: 271vw;
  animation-delay: 0.455s;
}

.star:nth-child(461) {
  width: 2px;
  height: 2px;
  top: 44vh;
  left: 171vw;
  animation-delay: 0.405s;
}

.star:nth-child(462) {
  width: 1px;
  height: 1px;
  top: 72vh;
  left: 47vw;
  animation-delay: 0.617s;
}

.star:nth-child(463) {
  width: 1px;
  height: 1px;
  top: 88vh;
  left: 164vw;
  animation-delay: 0.541s;
}

.star:nth-child(464) {
  width: 2px;
  height: 2px;
  top: 111vh;
  left: 38vw;
  animation-delay: 1.766s;
}

.star:nth-child(465) {
  width: 1px;
  height: 1px;
  top: 255vh;
  left: 217vw;
  animation-delay: 0.169s;
}

.star:nth-child(466) {
  width: 2px;
  height: 2px;
  top: 176vh;
  left: 212vw;
  animation-delay: 0.676s;
}

.star:nth-child(467) {
  width: 2px;
  height: 2px;
  top: 32vh;
  left: 125vw;
  animation-delay: 1.841s;
}

.star:nth-child(468) {
  width: 2px;
  height: 2px;
  top: 235vh;
  left: 262vw;
  animation-delay: 2.306s;
}

.star:nth-child(469) {
  width: 1px;
  height: 1px;
  top: 135vh;
  left: 11vw;
  animation-delay: 1.484s;
}

.star:nth-child(470) {
  width: 2px;
  height: 2px;
  top: 107vh;
  left: 246vw;
  animation-delay: 1.809s;
}

.star:nth-child(471) {
  width: 2px;
  height: 2px;
  top: 72vh;
  left: 175vw;
  animation-delay: 2.917s;
}

.star:nth-child(472) {
  width: 1px;
  height: 1px;
  top: 171vh;
  left: 294vw;
  animation-delay: 1.639s;
}

.star:nth-child(473) {
  width: 1px;
  height: 1px;
  top: 98vh;
  left: 51vw;
  animation-delay: 1.627s;
}

.star:nth-child(474) {
  width: 1px;
  height: 1px;
  top: 250vh;
  left: 28vw;
  animation-delay: 1.711s;
}

.star:nth-child(475) {
  width: 2px;
  height: 2px;
  top: 285vh;
  left: 239vw;
  animation-delay: 2.657s;
}

.star:nth-child(476) {
  width: 1px;
  height: 1px;
  top: 179vh;
  left: 98vw;
  animation-delay: 0.95s;
}

.star:nth-child(477) {
  width: 1px;
  height: 1px;
  top: 215vh;
  left: 273vw;
  animation-delay: 0.034s;
}

.star:nth-child(478) {
  width: 2px;
  height: 2px;
  top: 29vh;
  left: 131vw;
  animation-delay: 2.625s;
}

.star:nth-child(479) {
  width: 1px;
  height: 1px;
  top: 266vh;
  left: 10vw;
  animation-delay: 1.025s;
}

.star:nth-child(480) {
  width: 2px;
  height: 2px;
  top: 132vh;
  left: 62vw;
  animation-delay: 0.432s;
}

.star:nth-child(481) {
  width: 2px;
  height: 2px;
  top: 83vh;
  left: 253vw;
  animation-delay: 1.751s;
}

.star:nth-child(482) {
  width: 1px;
  height: 1px;
  top: 179vh;
  left: 269vw;
  animation-delay: 0.784s;
}

.star:nth-child(483) {
  width: 1px;
  height: 1px;
  top: 101vh;
  left: 193vw;
  animation-delay: 2.545s;
}

.star:nth-child(484) {
  width: 1px;
  height: 1px;
  top: 285vh;
  left: 201vw;
  animation-delay: 2.675s;
}

.star:nth-child(485) {
  width: 1px;
  height: 1px;
  top: 297vh;
  left: 39vw;
  animation-delay: 1.541s;
}

.star:nth-child(486) {
  width: 1px;
  height: 1px;
  top: 119vh;
  left: 121vw;
  animation-delay: 0.927s;
}

.star:nth-child(487) {
  width: 1px;
  height: 1px;
  top: 222vh;
  left: 164vw;
  animation-delay: 2.648s;
}

.star:nth-child(488) {
  width: 2px;
  height: 2px;
  top: 229vh;
  left: 227vw;
  animation-delay: 1.166s;
}

.star:nth-child(489) {
  width: 1px;
  height: 1px;
  top: 142vh;
  left: 190vw;
  animation-delay: 0.175s;
}

.star:nth-child(490) {
  width: 1px;
  height: 1px;
  top: 261vh;
  left: 257vw;
  animation-delay: 1.025s;
}

.star:nth-child(491) {
  width: 2px;
  height: 2px;
  top: 111vh;
  left: 16vw;
  animation-delay: 0.338s;
}

.star:nth-child(492) {
  width: 2px;
  height: 2px;
  top: 139vh;
  left: 105vw;
  animation-delay: 1.904s;
}

.star:nth-child(493) {
  width: 2px;
  height: 2px;
  top: 162vh;
  left: 137vw;
  animation-delay: 0.512s;
}

.star:nth-child(494) {
  width: 2px;
  height: 2px;
  top: 36vh;
  left: 238vw;
  animation-delay: 0.249s;
}

.star:nth-child(495) {
  width: 1px;
  height: 1px;
  top: 129vh;
  left: 253vw;
  animation-delay: 1.393s;
}

.star:nth-child(496) {
  width: 2px;
  height: 2px;
  top: 121vh;
  left: 157vw;
  animation-delay: 1.138s;
}

.star:nth-child(497) {
  width: 2px;
  height: 2px;
  top: 160vh;
  left: 206vw;
  animation-delay: 1.505s;
}

.star:nth-child(498) {
  width: 2px;
  height: 2px;
  top: 254vh;
  left: 159vw;
  animation-delay: 1.163s;
}

.star:nth-child(499) {
  width: 1px;
  height: 1px;
  top: 188vh;
  left: 221vw;
  animation-delay: 1.004s;
}

.star:nth-child(500) {
  width: 1px;
  height: 1px;
  top: 93vh;
  left: 213vw;
  animation-delay: 0.204s;
}

input {
  height: 3.5rem;
  margin: 0;
  padding: 0 20px;
  font-size: 1rem;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.2px;
  border-radius: 12px;
  border: none;
  background: #f2f2f2;
  width: 100%;
}

textarea {
  min-height: 14rem;
  margin: 0;
  padding: 20px;
  font-size: 1rem;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.2px;
  border-radius: 12px;
  border: none;
  background: #f2f2f2;
  width: 100%;
  resize: vertical;
}

.content_box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: stretch;
  background-color: black;
  /* border: #222222 1px solid; */
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

hr {
  height: 1px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../public/styles/app.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;EACI;AACA;EACA;EACA;;;AAGJ;EACI;IACI;;EAEJ;IACI;;;AAIR;EACI;IACI;;EAEJ;IACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAIA;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAJZ;EAKI;EACA;EACA,KALM;EAMN,MALO;EAMP,iBALQ;;;AAShB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;AACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI%22,%22file%22:%22app.css%22%7D */
