section.logo-ticker{padding:calc(var(--section-spacing)*.5) 0;--gap: 3rem}@-webkit-keyframes tick{0%{translate:0 0}100%{translate:calc(100%/var(--reps)*-1) 0}}@keyframes tick{0%{translate:0 0}100%{translate:calc(100%/var(--reps)*-1) 0}}section.logo-ticker ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;row-gap:var(--gap);list-style:none;padding:0;margin:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-animation-name:tick;animation-name:tick;-webkit-animation-duration:var(--dur, 0ms);animation-duration:var(--dur, 0ms);-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}section.logo-ticker li{padding:0 calc(var(--gap)*.5)}section.logo-ticker img{height:3rem;width:auto}@media(prefers-reduced-motion){section.logo-ticker ul{width:initial;-webkit-animation:none;animation:none}section.logo-ticker li.clone{display:none}}
/*# sourceMappingURL=logo-ticker.css.map */
