.orbit-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.orbit-center{position:absolute;z-index:2;pointer-events:none}.logo-orbit{position:relative;animation:spinOrbit 30s linear infinite}.orbit-node{animation:counterSpin 30s linear infinite}.orbit-node img{width:60px;height:60px;-o-object-fit:contain;object-fit:contain;display:block}@keyframes spinOrbit{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes counterSpin{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.client-chip img{width:70px;height:70px;-o-object-fit:contain;object-fit:contain;display:block}.marquee-section{display:flex;flex-direction:column;gap:1.25rem;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden;padding:1rem 0;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.client-marquee{display:flex;gap:1rem;width:-moz-max-content;width:max-content}.marquee-ltr{animation:scrollLtr 60s linear infinite}.marquee-rtl{animation:scrollRtl 60s linear infinite}.client-marquee:hover{animation-play-state:paused}.client-chip{white-space:nowrap;flex-shrink:0}@keyframes scrollRtl{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scrollLtr{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (max-width:460px){.metric-bubbles{display:grid;grid-template-columns:repeat(1,1fr);gap:12px;margin-top:24px}.n8{top:34px;left:208px}.n7{right:42px;bottom:32px}.n6{right:40px;bottom:40px}}