.world-globe__arc{stroke-dasharray:1;stroke-dashoffset:1;animation:globe-arc-draw 1.4s cubic-bezier(.65,0,.35,1) .35s forwards}.world-globe__arc-dot{stroke-dasharray:.03 .97;stroke-dashoffset:1;opacity:0;animation:globe-arc-travel 3.2s linear 1.85s infinite}.world-globe__ping{animation:globe-ping 2.2s ease-out infinite;transform-box:fill-box;transform-origin:center}@keyframes globe-arc-draw{to{stroke-dashoffset:0}}@keyframes globe-arc-travel{0%{stroke-dashoffset:1;opacity:0}8%{opacity:1}92%{opacity:1}to{stroke-dashoffset:0;opacity:0}}@keyframes globe-ping{0%{transform:scale(1);opacity:.8}80%,to{transform:scale(3);opacity:0}}@media (prefers-reduced-motion:reduce){.world-globe__arc,.world-globe__ping{animation:none!important}.world-globe__arc{stroke-dashoffset:0}.world-globe__arc-dot{display:none}}