.on-hover{position:relative;overflow:hidden}.display-hover{position:absolute;bottom:-100%;left:.5rem;right:.5rem;top:.5rem;background-color:#000;border-radius:1.5rem;padding:2rem;opacity:0;transform:translateY(100%);transition:transform 1s ease,opacity .3s ease}.on-hover:hover .display-hover{left:.5rem;right:.5rem;top:.5rem;bottom:.5rem;transform:translateY(0);opacity:1}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes marqueeReverse{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes marquee-fast{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.animate-marquee{animation:marquee 500s linear infinite}.animate-marquee-reverse{animation:marqueeReverse 500s linear infinite}.animate-marquee-fast{animation:marquee-fast 30s linear infinite}.paused{animation-play-state:paused}.client-logos-row{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow:hidden}.client-logos{display:flex;flex-wrap:nowrap;gap:1rem}.client-logo{min-width:150px;max-width:240px;height:100px;display:flex;justify-content:center;align-items:center;padding:10px;background-color:#fff;border-radius:8px}@media screen and (max-width:768px){.paused{animation-play-state:running}}