@keyframes globe-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-globe-spin{transform-origin:50%;will-change:transform;animation:60s linear infinite globe-spin}@media (prefers-reduced-motion:reduce){.animate-globe-spin{animation:none}}
