.loading{z-index:10000;background-color:#ffffffe6;place-content:center;width:100%;height:100vh;display:grid;position:fixed;top:0}.loading svg{width:80px;height:80px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)scale(1)}.loading .stroke-still{stroke:#ff8f3e}.loading .stroke-animation{transform-origin:50%;animation-name:stroke-spacing,stroke-color;animation-duration:1.2s,4.8s;animation-timing-function:ease-in,linear;animation-iteration-count:infinite;animation-direction:normal;animation-play-state:running;animation-delay:0s,0s;animation-fill-mode:forwards;animation-timeline:auto,auto}@keyframes stroke-spacing{0%{stroke-dasharray:0 200}45%{stroke-dashoffset:0;stroke-dasharray:200 200}90%{stroke-dashoffset:-200px;stroke-dasharray:200 200}to{stroke-dashoffset:-200px;stroke-dasharray:200 200}}@keyframes stroke-color{0%{stroke:#fff}24%{stroke:#f4f6ff}25%{stroke:#e8ebff}49%{stroke:#ff8f3e}50%{stroke:#fff}74%{stroke:#6b7c8a}75%{stroke:#696d8c}99%{stroke:#ff8f3e}}
