.section-marquee-social:has([data-stack=true]){position:sticky;top:0;z-index:2}.section-marquee-social .section-marquee-social__title{padding:30px 16px}.section-marquee-social fav-marquee{display:block;overflow:hidden;padding:0;--animation-width: -100px}.section-marquee-social fav-marquee .wrapper{white-space:nowrap;width:fit-content;max-width:none !important;padding:0 !important}.section-marquee-social fav-marquee .item{opacity:0;padding:0;display:inline-block;flex-direction:row;align-items:center}.section-marquee-social fav-marquee .item.standard{width:61.778vw;aspect-ratio:4/5}.section-marquee-social fav-marquee .item.narrow{width:43.3vw;aspect-ratio:2.8/5;padding-inline:48px}.section-marquee-social fav-marquee .item .handle{position:absolute;bottom:10px;left:10px;width:calc(100% - 20px);color:#fff;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:500;text-transform:uppercase}.section-marquee-social fav-marquee .item .handle .icon{width:24px;height:24px}.section-marquee-social fav-marquee.active .wrapper{animation:marquee 10s linear infinite}.section-marquee-social 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){.section-marquee-social:has([data-stack-desktop=true]){position:sticky;top:0;z-index:1}.section-marquee-social .section-marquee-social__title{padding:24px 16px}.section-marquee-social fav-marquee .item.standard{width:27.778vw;aspect-ratio:4/5}.section-marquee-social fav-marquee .item.narrow{width:19.445vw;aspect-ratio:2.8/5;padding-inline:70px}}