fav-marquee{display:block;overflow:hidden;padding:0 0;--animation-width: -100px}fav-marquee .wrapper{white-space:nowrap;width:fit-content;max-width:none !important;padding:0 !important}fav-marquee .item{opacity:0;padding:0 50px;display:inline-flex;flex-direction:row;align-items:center;gap:var(--indent);width:fit-content}fav-marquee.active .wrapper{animation:marquee 10s linear infinite}fav-marquee.active .item{opacity:1}@keyframes marquee{0%{transform:translate(0, 0)}100%{transform:translate(var(--animation-width), 0)}}@media only screen and (min-width: 769px){fav-marquee{padding:0 0}}fav-marquee .wrapper{display:flex;height:172px}fav-marquee .item{flex-shrink:0}fav-marquee.press .wrapper{height:45px}fav-marquee.press .wrapper .item img{max-height:100%;object-fit:contain}@media only screen and (min-width: 769px){fav-marquee.press:before{content:"";position:absolute;left:0;top:0;height:100%;width:217px;z-index:1;background:linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 69.5%)}fav-marquee.press:after{content:"";position:absolute;right:0;top:0;height:100%;width:217px;z-index:1;background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 69.5%)}}