@keyframes rotate-wheel{to{transform:rotate(1turn)}}@keyframes dash-wheel{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:125,200;stroke-dashoffset:-124px}}.ac-loading-wheel{position:fixed;left:0;top:0;bottom:0;right:0;background:rgba(0,0,0,.25);overflow:hidden;z-index:90;font-size:14px}.ac-loading-wheel--contained{position:absolute}.ac-loading-wheel--no-mask{background:none}.ac-loading-wheel__icon{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;width:6em;height:6em}.ac-loading-wheel__icon,.ac-loading-wheel__icon svg{max-width:100%;max-height:100%}@media (min-width:768px){.ac-loading-wheel__icon{width:8.5em;height:8.5em}}@media (min-width:992px){.ac-loading-wheel__icon{width:12em;height:12em}}.ac-loading-wheel .icon{animation:rotate-wheel 3s linear infinite;transform-origin:center center;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.ac-loading-wheel .icon__spinner{stroke-dasharray:10,200;stroke-dashoffset:0;stroke-width:.2em;stroke-linecap:round;stroke:#d42114;animation:dash-wheel 3s ease-in-out infinite}.ac-loading-wheel .icon__circle{stroke-width:.3em;stroke:#fff}