.avenix-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10300;
  background-color: #2a3c52;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s;
}
.avenix-preloader.hidden {
  opacity: 0;
  pointer-events: none;
}
@keyframes svg-animation {
  0% {
    opacity: 0;
  }
  25%, 75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.avenix-preloader svg {
  width: 256px;
  max-width: 75%;
  height: auto;
  animation: svg-animation 5s linear infinite;
}
@keyframes path-animation {
  0% {
    stroke-dashoffset: 1000;
  }
  50%, 100% {
    stroke-dashoffset: 930;
  }
}
.avenix-preloader svg path {
  stroke: #fff !important;
  stroke-dasharray: 1000 !important;
  stroke-dashoffset: 1000;
  animation: path-animation 5s linear infinite;
}

/*# sourceMappingURL=style.css.map */
