.hp-live{max-width:1140px;margin:0 auto;padding:36px 24px 20px;text-align:center}.hp-live-label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5E6E69;margin-bottom:20px}.hp-live-carousel{margin-top:26px;display:flex;flex-direction:column;gap:16px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.hp-live-track{display:flex;flex-wrap:nowrap;width:max-content;gap:16px;animation:hpLiveMarquee 38s linear infinite;will-change:transform}.hp-live-track.reverse{animation-name:hpLiveMarqueeRev;animation-duration:44s}.hp-live-carousel:hover .hp-live-track{animation-play-state:paused}@keyframes hpLiveMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes hpLiveMarqueeRev{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.hp-live-card{flex:none;display:grid;place-items:center}.hp-live-card img{display:block;width:auto;height:112px;object-fit:contain}@media (max-width:600px){.hp-live-card img{height:84px}}@media (prefers-reduced-motion:reduce){.hp-live-track{animation:none}}