.mod-hero-container {
  box-sizing: border-box;
  height: 100dvh;
  min-height: 320px;
  padding: 3.2rem;
}
@media screen and (width <= 480px) {
  :root .mod-hero-container {
    padding: 1.6rem;
  }
}
.mod-hero-container .mod-hero-content {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  position: relative;
  height: 100%;
  border-radius: 20px;
  background: url("/assets/img/pages/top/hero.webp") no-repeat center center;
  background-size: cover;
}
.mod-hero-container .mod-hero-slot {
  z-index: 8;
  position: relative;
}
.mod-hero-container .mod-hero-slot .item-heading {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #000;
}
.mod-hero-container .mod-hero-slot .item-heading .lead {
  display: block;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: clamp(1.6rem, -1.6rem + 10vw, 2.4rem);
  opacity: 0.95;
}
.mod-hero-container .mod-hero-slot .item-heading .heading {
  display: block;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: clamp(4.8rem, -1.6rem + 20vw, 6.4rem);
  opacity: 1;
}
.mod-hero-container .vanta-container {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50vh;
  background: transparent;
  mix-blend-mode: screen;
  opacity: 0.5;
  filter: blur(0.8px) contrast(1.1);
  mask-image: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 0.3) 8%, rgb(0 0 0 / 1) 18%, rgb(0 0 0 / 1) 82%, rgb(0 0 0 / 0.3) 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 0.3) 8%, rgb(0 0 0 / 1) 18%, rgb(0 0 0 / 1) 82%, rgb(0 0 0 / 0.3) 92%, transparent 100%);
}
.mod-hero-container .vanta-container::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgb(0 191 255 / 0.25) 0%, rgb(0 191 255 / 0.15) 45%, transparent 70%), radial-gradient(circle at 30% 60%, rgb(0 191 255 / 0.2) 0%, rgb(0 191 255 / 0.1) 40%, transparent 65%), radial-gradient(circle at 70% 40%, rgb(0 191 255 / 0.2) 0%, rgb(0 191 255 / 0.1) 40%, transparent 65%);
  mix-blend-mode: screen;
  animation: glow 6s ease-in-out infinite;
}
.mod-hero-container .vanta-container .sparkle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 0.8);
  box-shadow: 0 0 10px rgb(63 175 255 / 0.6), 0 0 20px rgb(63 175 255 / 0.4), 0 0 30px rgb(63 175 255 / 0.2);
  animation: sparkle-fade var(--sparkle-duration) ease-in-out infinite var(--sparkle-delay);
}
.mod-hero-container .vanta-container .sparkle:nth-child(1) {
  --sparkle-duration: 4s;
  --sparkle-delay: 0s;
  left: 10%;
  top: 20%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(2) {
  --sparkle-duration: 6s;
  --sparkle-delay: 1s;
  left: 20%;
  top: 60%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(3) {
  --sparkle-duration: 5s;
  --sparkle-delay: 2s;
  left: 30%;
  top: 30%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(4) {
  --sparkle-duration: 7s;
  --sparkle-delay: 0.5s;
  left: 40%;
  top: 70%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(5) {
  --sparkle-duration: 4s;
  --sparkle-delay: 1.5s;
  left: 50%;
  top: 40%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(6) {
  --sparkle-duration: 6s;
  --sparkle-delay: 2.5s;
  left: 60%;
  top: 50%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(7) {
  --sparkle-duration: 5s;
  --sparkle-delay: 1s;
  left: 70%;
  top: 25%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(8) {
  --sparkle-duration: 7s;
  --sparkle-delay: 2s;
  left: 80%;
  top: 65%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(9) {
  --sparkle-duration: 4s;
  --sparkle-delay: 0s;
  left: 90%;
  top: 35%;
}
.mod-hero-container .vanta-container .sparkle:nth-child(10) {
  --sparkle-duration: 6s;
  --sparkle-delay: 1.5s;
  left: 85%;
  top: 75%;
}
@keyframes glow {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes sparkle-fade {
  0%, 100% {
    opacity: 0;
    transform: scale(0.2) translateY(0);
  }
  25%, 75% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  50% {
    opacity: 0.8;
    transform: scale(0.8) translateY(-20px);
  }
}
.mod-hero-container .sparkle {
  pointer-events: none;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  animation: sparkle 2s ease-in-out infinite;
}
.mod-hero-container .sparkle:nth-child(1) {
  left: 17%;
  top: 58%;
  animation-delay: 0.498s;
}
.mod-hero-container .sparkle:nth-child(2) {
  left: 48%;
  top: 97%;
  animation-delay: 1.054s;
}
.mod-hero-container .sparkle:nth-child(3) {
  left: 2%;
  top: 23%;
  animation-delay: 0.646s;
}
.mod-hero-container .sparkle:nth-child(4) {
  left: 93%;
  top: 35%;
  animation-delay: 0.858s;
}
.mod-hero-container .sparkle:nth-child(5) {
  left: 24%;
  top: 68%;
  animation-delay: 1.98s;
}
.mod-hero-container .sparkle:nth-child(6) {
  left: 4%;
  top: 23%;
  animation-delay: 1.074s;
}
.mod-hero-container .sparkle:nth-child(7) {
  left: 68%;
  top: 28%;
  animation-delay: 1.094s;
}
.mod-hero-container .sparkle:nth-child(8) {
  left: 100%;
  top: 37%;
  animation-delay: 1.206s;
}
.mod-hero-container .sparkle:nth-child(9) {
  left: 21%;
  top: 94%;
  animation-delay: 0.453s;
}
.mod-hero-container .sparkle:nth-child(10) {
  left: 1%;
  top: 65%;
  animation-delay: 0.155s;
}
@keyframes sparkle {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.mod-hero-container .light-particles-container {
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  opacity: 0.7;
  mask-image: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 0.3) 8%, rgb(0 0 0 / 1) 18%, rgb(0 0 0 / 1) 82%, rgb(0 0 0 / 0.3) 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 0.3) 8%, rgb(0 0 0 / 1) 18%, rgb(0 0 0 / 1) 82%, rgb(0 0 0 / 0.3) 92%, transparent 100%);
  will-change: transform;
}
.mod-hero-container .light-beam {
  position: absolute;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgb(63 175 255 / 0.2) 20%, rgb(63 175 255 / 0.4) 40%, rgb(255 255 255 / 0.8) 50%, rgb(63 175 255 / 0.4) 60%, rgb(63 175 255 / 0.2) 80%, transparent);
  opacity: 0.7;
  filter: blur(1px);
  transform-origin: center;
  animation: beam-move 8s ease-in-out infinite;
}
.mod-hero-container .light-beam:nth-child(1) {
  left: 30%;
  animation-delay: -2s;
  transform: rotate(-45deg);
}
.mod-hero-container .light-beam:nth-child(2) {
  left: 50%;
  animation-delay: -4s;
  transform: rotate(-35deg);
}
.mod-hero-container .light-beam:nth-child(3) {
  left: 70%;
  animation-delay: -6s;
  transform: rotate(-55deg);
}
.mod-hero-container .light-particle {
  position: absolute;
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  filter: blur(4px);
  animation: float 10s ease-in-out infinite;
  will-change: transform, opacity;
  z-index: 9999;
}
.mod-hero-container .light-particle:nth-child(1) {
  left: 80%;
  top: 77%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.316s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(2) {
  left: 69%;
  top: 85%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.885s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(3) {
  left: 63%;
  top: 63%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.415s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(4) {
  left: 50%;
  top: 66%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.442s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(5) {
  left: 5%;
  top: 93%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.597s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(6) {
  left: 24%;
  top: 64%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.277s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(7) {
  left: 18%;
  top: 61%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.439s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(8) {
  left: 95%;
  top: 77%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.509s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(9) {
  left: 28%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.337s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(10) {
  left: 34%;
  top: 63%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.671s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(11) {
  left: 70%;
  top: 63%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.199s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(12) {
  left: 48%;
  top: 93%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.983s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(13) {
  left: 32%;
  top: 69%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.923s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(14) {
  left: 54%;
  top: 99%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.393s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(15) {
  left: 77%;
  top: 85%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.634s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(16) {
  left: 41%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.067s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(17) {
  left: 68%;
  top: 77%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.724s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(18) {
  left: 80%;
  top: 95%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.187s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(19) {
  left: 29%;
  top: 72%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.721s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(20) {
  left: 94%;
  top: 97%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.044s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(21) {
  left: 86%;
  top: 100%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.403s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(22) {
  left: 62%;
  top: 97%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.656s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(23) {
  left: 30%;
  top: 77%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.692s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(24) {
  left: 22%;
  top: 91%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.305s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(25) {
  left: 57%;
  top: 76%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.516s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(26) {
  left: 12%;
  top: 66%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.874s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(27) {
  left: 43%;
  top: 71%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.403s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(28) {
  left: 20%;
  top: 82%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.92s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(29) {
  left: 51%;
  top: 95%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.532s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(30) {
  left: 40%;
  top: 95%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.708s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(31) {
  left: 77%;
  top: 73%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.652s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(32) {
  left: 92%;
  top: 84%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.957s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(33) {
  left: 90%;
  top: 75%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.666s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(34) {
  left: 62%;
  top: 78%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.086s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(35) {
  left: 44%;
  top: 86%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.21s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(36) {
  left: 95%;
  top: 88%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.119s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(37) {
  left: 15%;
  top: 100%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.848s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(38) {
  left: 46%;
  top: 78%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.801s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(39) {
  left: 30%;
  top: 74%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.897s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(40) {
  left: 71%;
  top: 66%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.939s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(41) {
  left: 18%;
  top: 82%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.866s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(42) {
  left: 77%;
  top: 84%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.377s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(43) {
  left: 66%;
  top: 71%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.407s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(44) {
  left: 22%;
  top: 95%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.891s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(45) {
  left: 10%;
  top: 72%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.782s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(46) {
  left: 86%;
  top: 63%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.446s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(47) {
  left: 22%;
  top: 78%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.847s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(48) {
  left: 71%;
  top: 72%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.03s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(49) {
  left: 44%;
  top: 67%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.759s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(50) {
  left: 84%;
  top: 76%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.131s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(51) {
  left: 22%;
  top: 72%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.4s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(52) {
  left: 43%;
  top: 99%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.66s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(53) {
  left: 30%;
  top: 84%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.348s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(54) {
  left: 90%;
  top: 96%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.437s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(55) {
  left: 82%;
  top: 92%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.857s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(56) {
  left: 45%;
  top: 65%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.932s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(57) {
  left: 14%;
  top: 89%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.624s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(58) {
  left: 96%;
  top: 61%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.344s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(59) {
  left: 8%;
  top: 82%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.059s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(60) {
  left: 5%;
  top: 88%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.605s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(61) {
  left: 73%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.208s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(62) {
  left: 88%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.591s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(63) {
  left: 44%;
  top: 96%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.865s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(64) {
  left: 21%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.806s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(65) {
  left: 15%;
  top: 92%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.354s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(66) {
  left: 75%;
  top: 100%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.061s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(67) {
  left: 73%;
  top: 90%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.736s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(68) {
  left: 1%;
  top: 71%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.253s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(69) {
  left: 40%;
  top: 92%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.896s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(70) {
  left: 10%;
  top: 95%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.91s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(71) {
  left: 74%;
  top: 79%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.888s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(72) {
  left: 59%;
  top: 75%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.886s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(73) {
  left: 78%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.831s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(74) {
  left: 96%;
  top: 95%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.952s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(75) {
  left: 17%;
  top: 73%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.428s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(76) {
  left: 33%;
  top: 93%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.405s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(77) {
  left: 17%;
  top: 90%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.742s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(78) {
  left: 60%;
  top: 100%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.277s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(79) {
  left: 67%;
  top: 84%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.522s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(80) {
  left: 68%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.167s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(81) {
  left: 64%;
  top: 86%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.694s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(82) {
  left: 3%;
  top: 87%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.93s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(83) {
  left: 14%;
  top: 61%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.694s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(84) {
  left: 9%;
  top: 97%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.628s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(85) {
  left: 51%;
  top: 63%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.899s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(86) {
  left: 73%;
  top: 86%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.908s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(87) {
  left: 64%;
  top: 94%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.718s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(88) {
  left: 66%;
  top: 77%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.015s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(89) {
  left: 99%;
  top: 68%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.151s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(90) {
  left: 52%;
  top: 84%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.17s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(91) {
  left: 11%;
  top: 86%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.514s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(92) {
  left: 91%;
  top: 66%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.334s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(93) {
  left: 21%;
  top: 62%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.456s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(94) {
  left: 43%;
  top: 72%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.332s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(95) {
  left: 42%;
  top: 66%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.473s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(96) {
  left: 8%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.269s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(97) {
  left: 4%;
  top: 96%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.76s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(98) {
  left: 76%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.143s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(99) {
  left: 97%;
  top: 89%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.26s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(100) {
  left: 49%;
  top: 88%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.813s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(101) {
  left: 91%;
  top: 84%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.578s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(102) {
  left: 80%;
  top: 61%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.831s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(103) {
  left: 78%;
  top: 65%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.847s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(104) {
  left: 20%;
  top: 83%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.421s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(105) {
  left: 34%;
  top: 75%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.628s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(106) {
  left: 81%;
  top: 97%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.253s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(107) {
  left: 56%;
  top: 69%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.032s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(108) {
  left: 33%;
  top: 99%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.575s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(109) {
  left: 28%;
  top: 71%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.26s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(110) {
  left: 18%;
  top: 75%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.391s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(111) {
  left: 52%;
  top: 88%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.854s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(112) {
  left: 11%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.531s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(113) {
  left: 75%;
  top: 73%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.779s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(114) {
  left: 54%;
  top: 89%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.272s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(115) {
  left: 39%;
  top: 70%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.994s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(116) {
  left: 2%;
  top: 79%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.185s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(117) {
  left: 87%;
  top: 85%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.461s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(118) {
  left: 26%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.545s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(119) {
  left: 34%;
  top: 65%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.038s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(120) {
  left: 68%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.205s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(121) {
  left: 91%;
  top: 77%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.802s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(122) {
  left: 54%;
  top: 61%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.787s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(123) {
  left: 43%;
  top: 97%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.265s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(124) {
  left: 42%;
  top: 70%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -0.336s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(125) {
  left: 83%;
  top: 64%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.669s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(126) {
  left: 53%;
  top: 78%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.331s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(127) {
  left: 65%;
  top: 80%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.767s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(128) {
  left: 100%;
  top: 99%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.029s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(129) {
  left: 38%;
  top: 78%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.093s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(130) {
  left: 12%;
  top: 93%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.898s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(131) {
  left: 23%;
  top: 99%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.047s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(132) {
  left: 30%;
  top: 76%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.8);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.902s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(133) {
  left: 14%;
  top: 74%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.704s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(134) {
  left: 19%;
  top: 70%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.044s;
  animation-duration: 10s;
}
.mod-hero-container .light-particle:nth-child(135) {
  left: 96%;
  top: 86%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.657s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(136) {
  left: 21%;
  top: 94%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.64s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(137) {
  left: 12%;
  top: 77%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.1);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.643s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(138) {
  left: 71%;
  top: 81%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.112s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(139) {
  left: 20%;
  top: 83%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.9);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -3.819s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(140) {
  left: 52%;
  top: 98%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.2);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.925s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(141) {
  left: 13%;
  top: 70%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -9.396s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(142) {
  left: 11%;
  top: 87%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -7.033s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(143) {
  left: 66%;
  top: 79%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.009s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(144) {
  left: 69%;
  top: 73%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.6);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -4.937s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle:nth-child(145) {
  left: 38%;
  top: 80%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -8.384s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(146) {
  left: 74%;
  top: 82%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.7);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -1.322s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(147) {
  left: 27%;
  top: 74%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(5.5);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -2.342s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(148) {
  left: 31%;
  top: 100%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.15s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle:nth-child(149) {
  left: 18%;
  top: 73%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.4);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -5.368s;
  animation-duration: 9s;
}
.mod-hero-container .light-particle:nth-child(150) {
  left: 48%;
  top: 82%;
  background: rgb(57 232 248 / 0.8627);
  transform: scale(6.3);
  box-shadow: none;
  mix-blend-mode: screen;
  animation-delay: -6.452s;
  animation-duration: 12s;
}
.mod-hero-container .light-particle-white {
  position: absolute;
  top: 89%;
  width: 40px;
  height: 40px;
  background: radial-gradient(circle at center, rgb(255 255 255 / 1) 0%, rgb(255 255 255 / 0.8) 30%, rgb(255 255 255 / 0.4) 60%, transparent 100%);
  border-radius: 50%;
  box-shadow: 0 0 30px rgb(255 255 255 / 0.4), 0 0 60px rgb(255 255 255 / 0.2), 0 0 90px rgb(255 255 255 / 0.1);
  filter: none;
  animation: float 12s ease-in-out infinite;
  will-change: transform, opacity;
  z-index: 9999;
}
.mod-hero-container .light-particle-white:nth-child(1) {
  left: 53%;
  transform: scale(2.3);
  animation-delay: -10.513s;
  animation-duration: 11s;
}
.mod-hero-container .light-particle-white:nth-child(2) {
  left: 36%;
  transform: scale(3.5);
  animation-delay: -9.635s;
  animation-duration: 14s;
}
.mod-hero-container .light-particle-white:nth-child(3) {
  left: 89%;
  transform: scale(1.9);
  animation-delay: -9.189s;
  animation-duration: 13s;
}
.mod-hero-container .light-particle-white:nth-child(4) {
  left: 47%;
  transform: scale(2.8);
  animation-delay: -9.993s;
  animation-duration: 14s;
}
.mod-hero-container .light-particle-white:nth-child(5) {
  left: 55%;
  transform: scale(3.1);
  animation-delay: -3.097s;
  animation-duration: 11s;
}
@keyframes beam-move {
  0%, 100% {
    opacity: 0.7;
    transform: rotate(-45deg) translateY(-10px);
  }
  50% {
    opacity: 0.3;
    transform: rotate(-45deg) translateY(10px);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  25% {
    transform: translateY(-15px) scale(1.05);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-25px) scale(1.1);
    opacity: 1;
  }
  75% {
    transform: translateY(-10px) scale(1.05);
    opacity: 0.8;
  }
}
