html,body{min-height:100vh;position:relative;width:100%;margin:0;padding:0}body{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--backgroundColor, #fff);background:var(--backgroundColor, #fff)}#loader{position:fixed;left:calc(50% - 50px);top:calc(50% - 50px);transform:translate(-50%,-50%);width:100px;aspect-ratio:1;border-radius:50%;border:4px solid var(--loaderColor, #415fff);animation:l20-1 1.2s infinite linear alternate,l20-2 2.4s infinite linear}#loader.hidden{display:none}@keyframes l20-1{0%{clip-path:polygon(50% 50%,0 0,50% 0%,50% 0%,50% 0%,50% 0%,50% 0%)}12.5%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 0%,100% 0%,100% 0%)}25%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 100%,100% 100%,100% 100%)}50%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 100%,50% 100%,0% 100%)}62.5%{clip-path:polygon(50% 50%,100% 0,100% 0%,100% 0%,100% 100%,50% 100%,0% 100%)}75%{clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0% 100%)}to{clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0% 100%)}}@keyframes l20-2{0%{transform:scaleY(1) rotate(0)}49.99%{transform:scaleY(1) rotate(135deg)}50%{transform:scaleY(-1) rotate(0)}to{transform:scaleY(-1) rotate(-135deg)}}
