.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #232222;
  border-radius: 8px;
  width: 248px;
  height: 136px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.loading-spinner_nobg {
  background: none;
  box-shadow: none;
  position: static;
  transform: none;
  width: auto; }

.loading-spinner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
  margin-bottom: 24px;
}

.loading-spinner-logo__image {
  display: block;
  width: 97px;
  height: 40px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}

.loading-spinner_title {
  color: white;
  font-size: 36px;
  font-family: Arial, sans-serif;
  margin-bottom: -5px;
  margin-top: 0px;
  text-transform: uppercase; }

.loading-spinner_indicator {
  display: inline-block;
  line-height: normal;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.844 9.53009C21.7589 9.37041 21.6322 9.23679 21.4772 9.14346C21.3223 9.05012 21.1449 9.00058 20.964 9.00009H13.964V2.00009C13.9623 1.78645 13.8923 1.57894 13.7641 1.40799C13.636 1.23704 13.4564 1.11163 13.2518 1.05013C13.0472 0.988635 12.8283 0.994289 12.6271 1.06627C12.426 1.13824 12.2531 1.27275 12.134 1.45009L4.13397 13.4501C4.04621 13.6021 4 13.7746 4 13.9501C4 14.1256 4.04621 14.2981 4.13397 14.4501C4.21223 14.6063 4.33003 14.7392 4.47565 14.8357C4.62128 14.9322 4.78964 14.9889 4.96397 15.0001H11.964V22.0001C11.9656 22.2137 12.0357 22.4212 12.1638 22.5922C12.292 22.7631 12.4715 22.8886 12.6761 22.9501C12.8807 23.0116 13.0997 23.0059 13.3008 22.9339C13.502 22.8619 13.6748 22.7274 13.794 22.5501L21.794 10.5501C21.8932 10.4003 21.9502 10.2264 21.959 10.047C21.9678 9.86746 21.9281 9.68892 21.844 9.53009ZM13.964 18.7001V14.0001C13.964 13.7349 13.8586 13.4805 13.6711 13.293C13.4835 13.1055 13.2292 13.0001 12.964 13.0001H6.83397L11.964 5.30009V10.0001C11.964 10.2653 12.0693 10.5197 12.2569 10.7072C12.4444 10.8947 12.6988 11.0001 12.964 11.0001H19.094L13.964 18.7001Z' fill='url(%23paint0_linear_5101_15182)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5101_15182' x1='12.9801' y1='1.00781' x2='12.9801' y2='22.9924' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23E1AA0E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  opacity: 1;
  animation: loader 2.5s linear infinite;
  margin-left: 20px; }

.loading-spinner_indicator-first {
  margin-left: 0; }

.loading-spinner_indicator-second {
  animation-delay: .5s; }

.loading-spinner_indicator-third {
  animation-delay: 1s; }

.loading-spinner_indicator-fourth {
  animation-delay: 1.5s; }

.loading-spinner_indicator-fifth {
  animation-delay: 2s; }

body {
  background-image: linear-gradient(90deg, #1A1A1A 0%, #1C1B1A 100%);
  background-attachment: fixed;
}

@keyframes loader {
  0% {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.844 9.53009C21.7589 9.37041 21.6322 9.23679 21.4772 9.14346C21.3223 9.05012 21.1449 9.00058 20.964 9.00009H13.964V2.00009C13.9623 1.78645 13.8923 1.57894 13.7641 1.40799C13.636 1.23704 13.4564 1.11163 13.2518 1.05013C13.0472 0.988635 12.8283 0.994289 12.6271 1.06627C12.426 1.13824 12.2531 1.27275 12.134 1.45009L4.13397 13.4501C4.04621 13.6021 4 13.7746 4 13.9501C4 14.1256 4.04621 14.2981 4.13397 14.4501C4.21223 14.6063 4.33003 14.7392 4.47565 14.8357C4.62128 14.9322 4.78964 14.9889 4.96397 15.0001H11.964V22.0001C11.9656 22.2137 12.0357 22.4212 12.1638 22.5922C12.292 22.7631 12.4715 22.8886 12.6761 22.9501C12.8807 23.0116 13.0997 23.0059 13.3008 22.9339C13.502 22.8619 13.6748 22.7274 13.794 22.5501L21.794 10.5501C21.8932 10.4003 21.9502 10.2264 21.959 10.047C21.9678 9.86746 21.9281 9.68892 21.844 9.53009ZM13.964 18.7001V14.0001C13.964 13.7349 13.8586 13.4805 13.6711 13.293C13.4835 13.1055 13.2292 13.0001 12.964 13.0001H6.83397L12.6383 13.9311L11.964 10.0001C11.964 10.2653 12.3125 13.3126 12.5 13.5001C12.6875 13.6877 13.7348 19.5001 14 19.5001L19.094 11.0001L13.964 18.7001Z' fill='url(%23paint0_linear_5101_15176)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5101_15176' x1='12.9801' y1='1.00781' x2='12.9801' y2='22.9924' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23E1AE0E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  40%,60%,80%,100% {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.844 9.53009C21.7589 9.37041 21.6322 9.23679 21.4772 9.14346C21.3223 9.05012 21.1449 9.00058 20.964 9.00009H13.964V2.00009C13.9623 1.78645 13.8923 1.57894 13.7641 1.40799C13.636 1.23704 13.4564 1.11163 13.2518 1.05013C13.0472 0.988635 12.8283 0.994289 12.6271 1.06627C12.426 1.13824 12.2531 1.27275 12.134 1.45009L4.13397 13.4501C4.04621 13.6021 4 13.7746 4 13.9501C4 14.1256 4.04621 14.2981 4.13397 14.4501C4.21223 14.6063 4.33003 14.7392 4.47565 14.8357C4.62128 14.9322 4.78964 14.9889 4.96397 15.0001H11.964V22.0001C11.9656 22.2137 12.0357 22.4212 12.1638 22.5922C12.292 22.7631 12.4715 22.8886 12.6761 22.9501C12.8807 23.0116 13.0997 23.0059 13.3008 22.9339C13.502 22.8619 13.6748 22.7274 13.794 22.5501L21.794 10.5501C21.8932 10.4003 21.9502 10.2264 21.959 10.047C21.9678 9.86746 21.9281 9.68892 21.844 9.53009ZM13.964 18.7001V14.0001C13.964 13.7349 13.8586 13.4805 13.6711 13.293C13.4835 13.1055 13.2292 13.0001 12.964 13.0001H6.83397L11.964 5.30009V10.0001C11.964 10.2653 12.0693 10.5197 12.2569 10.7072C12.4444 10.8947 12.6988 11.0001 12.964 11.0001H19.094L13.964 18.7001Z' fill='url(%23paint0_linear_5101_15182)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5101_15182' x1='12.9801' y1='1.00781' x2='12.9801' y2='22.9924' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23E1AE0E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
