<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes customSpin{0%,20%{stroke-dashoffset:-210;stroke-dasharray:12,120}20%,40%{stroke-dashoffset:-180;stroke-dasharray:26,100}40%,95%{stroke-dashoffset:-80;stroke-dasharray:100,26}95%,to{stroke-dashoffset:40;stroke-dasharray:12,114}}.animationSpinner{animation:customSpin 2s linear infinite}</pre></body></html>