@keyframes tsShowcaseScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.ts-showcase-viewport{overflow:hidden;width:100%}.ts-showcase-rail{display:flex;align-items:stretch;width:max-content;padding:10px 0 18px;animation:tsShowcaseScroll 55s linear infinite;will-change:transform}.ts-showcase-viewport:hover .ts-showcase-rail{animation-play-state:paused}.ts-showcase-card{user-select:none}.ts-quote strong{font-weight:700;color:#2563eb}@media (max-width:767px){.ts-showcase-rail{animation-duration:42s;padding-bottom:10px}}@media (prefers-reduced-motion:reduce){.ts-showcase-rail{animation-play-state:paused}}