.loader-wrapper{opacity:.5;position:relative;display:flex;align-items:center;justify-content:center;height:120px;width:auto;margin:2rem;font-family:Poppins,sans-serif;font-size:1.6em;font-weight:600;user-select:none;color:#140e08;scale:2}.loader{z-index:1;background-color:transparent;mask:repeating-linear-gradient(90deg,transparent,transparent 6px,black 0,black 9px)}.loader,.loader:after{position:absolute;top:0;left:0;height:100%;width:100%}.loader:after{content:"";background-image:radial-gradient(circle at 50% 50%,#ff0 0,transparent 50%),radial-gradient(circle at 45% 45%,#f00 0,transparent 45%),radial-gradient(circle at 55% 55%,#0ff 0,transparent 45%),radial-gradient(circle at 45% 55%,#0f0 0,transparent 45%),radial-gradient(circle at 55% 45%,#00f 0,transparent 45%);mask:radial-gradient(circle at 50% 50%,transparent 0,transparent 10%,black 25%);animation:transform-animation 2s infinite alternate,opacity-animation 4s infinite;animation-timing-function:cubic-bezier(.6,.8,.5,1)}@keyframes transform-animation{0%{transform:translate(-55%)}to{transform:translate(55%)}}@keyframes opacity-animation{0%,to{opacity:0}15%{opacity:1}65%{opacity:0}}.loader-letter{display:inline-block;opacity:0;animation:loader-letter-anim 4s linear infinite;z-index:2}.loader-letter:first-child{animation-delay:.1s}.loader-letter:nth-child(2){animation-delay:.205s}.loader-letter:nth-child(3){animation-delay:.31s}.loader-letter:nth-child(4){animation-delay:.415s}.loader-letter:nth-child(5){animation-delay:.521s}.loader-letter:nth-child(6){animation-delay:.626s}.loader-letter:nth-child(7){animation-delay:.731s}.loader-letter:nth-child(8){animation-delay:.837s}.loader-letter:nth-child(9){animation-delay:.942s}.loader-letter:nth-child(10){animation-delay:1.047s}@keyframes loader-letter-anim{0%{filter:blur(0);opacity:0}5%{opacity:1;text-shadow:0 0 4px #8d8379;filter:blur(0);transform:scale(1.1) translateY(-2px)}20%{opacity:.2;filter:blur(0)}to{filter:blur(5px);opacity:0}}