.loader-container{z-index:9999;background-color:#fff;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loader{box-sizing:border-box;border:5px solid #f9d10d;border-radius:50%;width:48px;height:48px;animation:1s linear infinite pulse;display:inline-block;position:relative}.loader:after{content:"";box-sizing:border-box;border:5px solid #f9d10d;border-radius:50%;width:48px;height:48px;animation:1s linear infinite scaleUp;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes scaleUp{0%{transform:translate(-50%,-50%)scale(0)}60%,to{transform:translate(-50%,-50%)scale(1)}}@keyframes pulse{0%,60%,to{transform:scale(1)}80%{transform:scale(1.2)}}
.white-logo{filter:brightness(0)saturate()invert()sepia(6%)saturate(3792%)hue-rotate(211deg)brightness(113%)contrast(103%)}
@keyframes rollInRight{0%{opacity:0;transform:translate(100%)rotate(360deg)}to{opacity:1;transform:translate(0%)rotate(0)}}.roll-in-right{animation:.6s ease-out forwards rollInRight}
