@keyframes fadeInSlide{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate-fadeInSlide{animation:1s ease-out forwards fadeInSlide}.animate-fadeOut{animation:1s ease-out forwards fadeOut}@keyframes shimmer{0%,60%{transform:translate(-120%)}to{transform:translate(120%)}}.animate-shimmer{animation:10s ease-in-out 1.5s infinite shimmer}@media (max-width:640px){.animate-fadeInSlide,.animate-fadeOut{animation-duration:.8s}}@media (max-width:480px){button,a{touch-action:manipulation;padding:.5rem 1rem}}
.logo-marquee{z-index:0;width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%)}.logo-marquee__track{width:max-content;animation:40s linear infinite logo-marquee-scroll;display:flex}.logo-marquee__item{flex:none;justify-content:center;align-items:center;height:72px;margin:0 28px;display:flex}.logo-marquee__item img{object-fit:contain;width:auto;max-width:220px;height:100%}.logo-marquee__name{color:#4b5563;white-space:nowrap;align-items:center;height:100%;padding:0 4px;font-size:1.375rem;font-weight:700;display:flex}@keyframes logo-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:640px){.logo-marquee__item{height:32px;margin:0}.logo-marquee__item img{max-width:90px}}@media (prefers-reduced-motion:reduce){.logo-marquee__track{flex-wrap:wrap;justify-content:center;width:100%;animation:none}}
