.globe-wrapper{transform-style:preserve-3d;perspective:400px;perspective-origin:80%;justify-content:flex-end;align-items:center;width:100%;max-width:80rem;padding-right:2rem;display:flex;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.globe-sphere{transform-style:preserve-3d;width:420px;height:420px;animation:25s linear infinite globe-rotate;position:relative}.globe-plane{transform-style:preserve-3d;position:absolute;inset:0}.globe-spoke{transform-origin:0 0;transform-style:preserve-3d;width:0;height:210px;position:absolute;top:50%;left:50%}.globe-dot{background-color:#1e40af;border-radius:50%;width:6px;height:6px;animation:1.2s infinite alternate both globe-pulsate;position:absolute;top:100%;left:-3px;transform:rotateX(90deg)}.globe-dot-a{background-color:#1d4ed8}.globe-dot-b{background-color:#2563eb}.globe-dot-c{background-color:#3730a3}.globe-dot-d{background-color:#4338ca}.globe-dot-e{background-color:#4f46e5}.globe-dot-f{background-color:#3730a3}.dark .globe-dot{background-color:#007aff}.dark .globe-dot-a{background-color:#00c6ff}.dark .globe-dot-b{background-color:#007aff}.dark .globe-dot-c{background-color:#06f}.dark .globe-dot-d{background-color:#4f46e5}.dark .globe-dot-e{background-color:#007aff}.dark .globe-dot-f{background-color:#00c6ff}@media (max-width:767px){.globe-sphere{opacity:.5}.globe-plane:nth-child(odd){display:none}.globe-dot,.dark .globe-dot,.globe-dot[class*=globe-dot-],.dark .globe-dot[class*=globe-dot-]{animation:none!important;transform:rotateX(90deg)scale(.8)translateZ(0)!important}}@keyframes globe-rotate{0%{transform:rotate3d(1,1,1,0)}25%{transform:rotate3d(1,1,1,90deg)}50%{transform:rotate3d(1,1,1,180deg)}75%{transform:rotate3d(1,1,1,270deg)}to{transform:rotate3d(1,1,1,360deg)}}@keyframes globe-pulsate{0%{transform:rotateX(90deg)scale(.3)translateZ(20px)}to{transform:rotateX(90deg)scale(1)translateZ(0)}}
