#preloader{z-index:2147483647;background:#fff;height:100%;position:fixed;inset:0}.loader{width:5rem;height:10rem;margin:0 auto;top:50%;transform:translateY(-50%)}.circular,.loader{position:absolute;left:0;right:0}.circular{transform-origin:50%;width:100%;height:100%;margin:auto;animation:2s linear infinite rotate;top:0;bottom:0}.path{stroke-dasharray:1 200;stroke-dashoffset:0;stroke-linecap:round;animation:1.5s ease-in-out infinite dash,6s ease-in-out infinite color}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-3.5rem}to{stroke-dasharray:89 200;stroke-dashoffset:-12.4rem}}@keyframes color{0%,to{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}
