@keyframes spin{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0;opacity:1}50%{stroke-dasharray:90,150;stroke-dashoffset:-35;opacity:.8}to{stroke-dasharray:90,150;stroke-dashoffset:-124;opacity:1}}.animate-spin{animation:spin 1.5s linear infinite}.animate-dash{animation:dash 1.5s ease-in-out infinite}
