.ally-ticker{background:#fff;overflow:hidden;padding:64px 0}.ally-ticker__inner{margin:0 auto;max-width:1200px;padding:0 24px;text-align:center}.ally-ticker__label{color:#767676;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600;letter-spacing:.14em;margin:0 0 44px;text-transform:uppercase}.ally-ticker__viewport{-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);overflow:hidden;position:relative;width:100%}.ally-ticker__track{align-items:center;animation-iteration-count:infinite;animation-name:ally-ticker-scroll;animation-timing-function:linear;display:flex;gap:44px;width:max-content}.ally-ticker__viewport:focus-within .ally-ticker__track,.ally-ticker__viewport:hover .ally-ticker__track{animation-play-state:paused}@keyframes ally-ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.ally-ticker__item{align-items:center;display:flex;flex:0 0 auto;height:66px;justify-content:center}.ally-ticker__item img{display:block;max-width:none;object-fit:contain;width:auto}.ally-ticker__wordmark{color:#767676;font-family:Inter Tight,Inter,sans-serif;font-size:18px;font-weight:700}.ally-ticker__slot{align-items:center;border:1px dashed #d5dade;border-radius:8px;display:flex;height:60px;justify-content:center;width:196px}.ally-ticker__slot-label{color:#b4b4b4;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}@media (prefers-reduced-motion:reduce){.ally-ticker__track{animation:none}}@media (min-width:981px){.ally-ticker{padding:96px 0}.ally-ticker__track{gap:76px}}