/* :root {

  --oxford-blue: #121f3d;
  --yellow: #ffb502;

.container-loader {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--oxford-blue);
  z-index: 10000;
}


#animation-text {
  max-height: 150px !important;
  height: 100%;
  width: auto;
}

.arrow {
  width: 0;
  height: 0;
  margin: 0 -6px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 21.6px solid var(--yellow);
  animation: blink 1s infinite;
  filter: drop-shadow(0 0 18px var(--yellow));
}

.arrow.down {
  transform: rotate(180deg);
}

.arrow.outer-1 {
  animation-delay: -0.05555555555555555s;
}

.arrow.outer-2 {
  animation-delay: -0.1111111111111111s;
}

.arrow.outer-3 {
  animation-delay: -0.16666666666666666s;
}

.arrow.outer-4 {
  animation-delay: -0.2222222222222222s;
}

.arrow.outer-5 {
  animation-delay: -0.2777777777777778s;
}

.arrow.outer-6 {
  animation-delay: -0.3333333333333333s;
}

.arrow.outer-7 {
  animation-delay: -0.3888888888888889s;
}

.arrow.outer-8 {
  animation-delay: -0.4444444444444444s;
}

.arrow.outer-9 {
  animation-delay: -0.5s;
}

.arrow.outer-10 {
  animation-delay: -0.5555555555555556s;
}

.arrow.outer-11 {
  animation-delay: -0.6111111111111112s;
}

.arrow.outer-12 {
  animation-delay: -0.6666666666666666s;
}

.arrow.outer-13 {
  animation-delay: -0.7222222222222222s;
}

.arrow.outer-14 {
  animation-delay: -0.7777777777777778s;
}

.arrow.outer-15 {
  animation-delay: -0.8333333333333334s;
}

.arrow.outer-16 {
  animation-delay: -0.8888888888888888s;
}

.arrow.outer-17 {
  animation-delay: -0.9444444444444444s;
}

.arrow.outer-18 {
  animation-delay: -1s;
}

.arrow.inner-1 {
  animation-delay: -0.16666666666666666s;
}

.arrow.inner-2 {
  animation-delay: -0.3333333333333333s;
}

.arrow.inner-3 {
  animation-delay: -0.5s;
}

.arrow.inner-4 {
  animation-delay: -0.6666666666666666s;
}

.arrow.inner-5 {
  animation-delay: -0.8333333333333334s;
}

.arrow.inner-6 {
  animation-delay: -1s;
}

@keyframes blink {

  0% {

      opacity: 0.1;
  }

  30% {
      opacity: 1;
  }

  100% {
      opacity: 0.1;
  }

}

} */


:root {
  --oxford-blue: #121f3d;
  --yellow: #ffb502;
}

.container-loader {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--oxford-blue);
  z-index: 10000;
}

#animation-text {
  max-height: 150px !important;
  height: 100%;
  width: auto;
}

.arrow {
  width: 0;
  height: 0;
  margin: 0 -6px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 21.6px solid var(--yellow);
  animation: blink 1s infinite;
  filter: drop-shadow(0 0 18px var(--yellow));
}

.arrow.down {
  transform: rotate(180deg);
}

.arrow.outer-1 {
  animation-delay: -0.05555555555555555s;
}

.arrow.outer-2 {
  animation-delay: -0.1111111111111111s;
}

.arrow.outer-3 {
  animation-delay: -0.16666666666666666s;
}

.arrow.outer-4 {
  animation-delay: -0.2222222222222222s;
}

.arrow.outer-5 {
  animation-delay: -0.2777777777777778s;
}

.arrow.outer-6 {
  animation-delay: -0.3333333333333333s;
}

.arrow.outer-7 {
  animation-delay: -0.3888888888888889s;
}

.arrow.outer-8 {
  animation-delay: -0.4444444444444444s;
}

.arrow.outer-9 {
  animation-delay: -0.5s;
}

.arrow.outer-10 {
  animation-delay: -0.5555555555555556s;
}

.arrow.outer-11 {
  animation-delay: -0.6111111111111112s;
}

.arrow.outer-12 {
  animation-delay: -0.6666666666666666s;
}

.arrow.outer-13 {
  animation-delay: -0.7222222222222222s;
}

.arrow.outer-14 {
  animation-delay: -0.7777777777777778s;
}

.arrow.outer-15 {
  animation-delay: -0.8333333333333334s;
}

.arrow.outer-16 {
  animation-delay: -0.8888888888888888s;
}

.arrow.outer-17 {
  animation-delay: -0.9444444444444444s;
}

.arrow.outer-18 {
  animation-delay: -1s;
}

.arrow.inner-1 {
  animation-delay: -0.16666666666666666s;
}

.arrow.inner-2 {
  animation-delay: -0.3333333333333333s;
}

.arrow.inner-3 {
  animation-delay: -0.5s;
}

.arrow.inner-4 {
  animation-delay: -0.6666666666666666s;
}

.arrow.inner-5 {
  animation-delay: -0.8333333333333334s;
}

.arrow.inner-6 {
  animation-delay: -1s;
}

@keyframes blink {

  0% {
      opacity: 0.1;
  }

  30% {
      opacity: 1;
  }

  100% {
      opacity: 0.1;
  }

}