.loader-logo{width:136px;height:136px;position:relative}.loader-logo__container{top:.2rem;left:.2rem;right:.2rem;bottom:.2rem;display:flex;z-index:6;position:absolute;background:#fff;align-items:center;border-radius:30%;justify-content:center}.loader-logo__progress{top:0;left:0;right:0;bottom:0;z-index:4;overflow:hidden;position:absolute;background:#000;border-radius:30%}.loader-logo__progress-bar{top:0;left:0;right:0;bottom:0;position:absolute;animation-name:rotate;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}.loader-logo__progress-fill{top:-28px;left:0;right:0;width:75px;height:75px;position:absolute;background:linear-gradient(90deg,#8edacb,#7abace);border-radius:50%}@keyframes rotate{to{transform:rotate(1turn)}}