.clients{display:flex;flex-direction:column;justify-content:center}.clients.clients--animated,.clients.clients--animated-inverse{--speed:40s;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);overflow:hidden;position:relative;width:100%}.clients-heading{color:var(--brand-blue-9,#0b5cfe);font-size:var(--text-md-size);font-weight:var(--font-weight-medium);letter-spacing:var(--text-md-letter-spacing);line-height:var(--text-md-line-height);margin-bottom:32px;text-align:center}.clients--dark .clients-heading{color:var(--brand-blue-5,#85aefe)}.clients-track{animation:scroll-x var(--speed) linear infinite;animation-direction:reverse;animation-play-state:paused;display:flex}.clients.clients--animated .clients-track{animation-play-state:running;width:max-content}.clients.clients--animated-inverse .clients-track{animation-direction:normal;animation-play-state:running;width:max-content}.clients--animated .clients-track:hover,.clients--animated-inverse .clients-track:hover{animation-play-state:paused}.clients-logos-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:103px;justify-content:center}.clients--animated-inverse .clients-logos-wrapper,.clients.clients--animated .clients-logos-wrapper{flex-wrap:nowrap;justify-content:flex-start;padding-inline:51px}.clients-logo{flex:0 0 auto;height:48px;width:auto}@keyframes scroll-x{to{transform:translateX(-50%)}}@media (max-width:517px){.clients-logo{height:23px}}