.critical-parent{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.critical{margin-right:0.25em;display:inline-block;position:relative;zoom:1.5;width:1em;height:1em}.critical:before{content:'';display:block;padding-top:100%}.critical__circular{animation:rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0.25em;bottom:0;left:0;right:0;margin:auto;width:1em;height:1em}.critical__path{stroke-dasharray:1, 200;stroke-dashoffset:0;stroke:#fff;animation:dash 2.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:89, 200;stroke-dashoffset:-17px}100%{stroke-dasharray:89, 200;stroke-dashoffset:-62px}}
