.logo-banner{width:100%;height:100px;overflow:hidden;background-color:#fff;display:flex;justify-content:center;align-items:center}.logo-wrapper{display:flex;animation:scroll 40s linear infinite}.logo-wrapper img{height:100px;margin-right:50px}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}.pulse-ring{position:relative}.pulse-ring::after{content:"";position:absolute;inset:-12px;border-radius:50%;border:2px solid rgba(255,255,255,0.6);animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{transform:scale(0.9);opacity:1}100%{transform:scale(1.4);opacity:0}}.pulse-ring:hover::after{animation-play-state:paused;opacity:0}