@keyframes fadeLoad {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    pointer-events: none;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 333333;
  background-color: #000;
  animation: fadeLoad 4s ease forwards;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 span {
  font-size: calc(var(--1) * 75);
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  animation: glowing 5s linear infinite;
}

@keyframes glowing {
  0%, 100% {
    color: #fff;
    text-shadow: 0 0 5px #fff;
  }
  100% {
    color: #000;
    text-shadow: none;
  }
}
h1 span:nth-child(1) {
  animation-delay: 0.2s;
  font-weight: 800;
}

h1 span:nth-child(2) {
  animation-delay: 0.3s;
  font-weight: 800;
}

h1 span:nth-child(3) {
  animation-delay: 0.4s;
  font-weight: 800;
}

h1 span:nth-child(4) {
  animation-delay: 0.5s;
  font-weight: 800;
}

h1 span:nth-child(5) {
  animation-delay: 0.6s;
  font-weight: 800;
}

h1 span:nth-child(6) {
  animation-delay: 0.7s;
  font-weight: 800;
}

h1 span:nth-child(7) {
  animation-delay: 0.8s;
  font-weight: 800;
}

h1 span:nth-child(8) {
  animation-delay: 0.9s;
  font-weight: 600;
}

h1 span:nth-child(9) {
  animation-delay: 1s;
  font-weight: 600;
}

h1 span:nth-child(10) {
  animation-delay: 1.1s;
  font-weight: 600;
}

h1 span:nth-child(11) {
  animation-delay: 1.2s;
  font-weight: 600;
}

h1 span:nth-child(12) {
  animation-delay: 1.3s;
  font-weight: 600;
}

h1 span:nth-child(13) {
  animation-delay: 1.4s;
  font-weight: 600;
}

h1 span:nth-child(14) {
  animation-delay: 1.5s;
  font-weight: 600;
}

h1 span:nth-child(15) {
  animation-delay: 1.6s;
  font-weight: 300;
}

h1 span:nth-child(16) {
  animation-delay: 1.7s;
  font-weight: 300;
}

h1 span:nth-child(17) {
  animation-delay: 1.8s;
  font-weight: 300;
}

h1 span:nth-child(18) {
  animation-delay: 1.9s;
  font-weight: 300;
}

@media screen and (max-width: 767.98px) {
  .loading {
    width: 100%;
    height: 100%;
    position: fixed;
    padding-inline: 5%;
    top: 0;
    left: 0;
    z-index: 333333;
    background-color: #000;
    animation: fadeLoad 4s ease forwards;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  h1 span {
    font-size: calc(var(--dsm-1) * 20);
    font-family: "Nunito Sans", sans-serif;
    color: #000;
    animation: glowing 5s linear infinite;
  }
  @keyframes glowing {
    0%, 100% {
      color: #fff;
      text-shadow: 0 0 5px #fff;
    }
    100% {
      color: #000;
      text-shadow: none;
    }
  }
  h1 span:nth-child(1) {
    animation-delay: 0.2s;
    font-weight: 800;
  }
  h1 span:nth-child(2) {
    animation-delay: 0.3s;
    font-weight: 800;
  }
  h1 span:nth-child(3) {
    animation-delay: 0.4s;
    font-weight: 800;
  }
  h1 span:nth-child(4) {
    animation-delay: 0.5s;
    font-weight: 800;
  }
  h1 span:nth-child(5) {
    animation-delay: 0.6s;
    font-weight: 800;
  }
  h1 span:nth-child(6) {
    animation-delay: 0.7s;
    font-weight: 800;
  }
  h1 span:nth-child(7) {
    animation-delay: 0.8s;
    font-weight: 800;
  }
  h1 span:nth-child(8) {
    animation-delay: 0.9s;
    font-weight: 600;
  }
  h1 span:nth-child(9) {
    animation-delay: 1s;
    font-weight: 600;
  }
  h1 span:nth-child(10) {
    animation-delay: 1.1s;
    font-weight: 600;
  }
  h1 span:nth-child(11) {
    animation-delay: 1.2s;
    font-weight: 600;
  }
  h1 span:nth-child(12) {
    animation-delay: 1.3s;
    font-weight: 600;
  }
  h1 span:nth-child(13) {
    animation-delay: 1.4s;
    font-weight: 600;
  }
  h1 span:nth-child(14) {
    animation-delay: 1.5s;
    font-weight: 600;
  }
  h1 span:nth-child(15) {
    animation-delay: 1.6s;
    font-weight: 300;
  }
  h1 span:nth-child(16) {
    animation-delay: 1.7s;
    font-weight: 300;
  }
  h1 span:nth-child(17) {
    animation-delay: 1.8s;
    font-weight: 300;
  }
  h1 span:nth-child(18) {
    animation-delay: 1.9s;
    font-weight: 300;
  }
}/*# sourceMappingURL=loader.css.map */