.loader-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#fff;flex-direction:column}.loader{height:8px;aspect-ratio:5;--_g:no-repeat radial-gradient(farthest-side,#3d7577 94%,#0000);background:var(--_g),var(--_g),var(--_g),var(--_g);background-size:20% 100%;animation:l40-1 .75s infinite alternate,l40-2 1.5s infinite alternate}@keyframes l40-1{0%,10%{background-position:0 0,0 0,0 0,0 0}33%{background-position:0 0,calc(100% / 3) 0,calc(100% / 3) 0,calc(100% / 3) 0}66%{background-position:0 0,calc(100% / 3) 0,calc(2 * 100% / 3) 0,calc(2 * 100% / 3) 0}90%,to{background-position:0 0,calc(100% / 3) 0,calc(2 * 100% / 3) 0,100% 0}}@keyframes l40-2{0%,49.99%{transform:scale(1)}50%,to{transform:scale(-1)}}