@keyframes pt-MarqueeScrolling{from{transform:translat3d(0, 0, 0)}to{transform:translate3d(calc(-100% - var(--pt-marquee-gap)), 0, 0)}}.pt-marquee{--pt-marquee-gap: 20px;--pt-marquee-direction: normal;--pt-marquee-speed: 5s;display:flex;flex-direction:row-reverse;overflow:hidden;gap:var(--pt-marquee-gap);max-width:100vw}.pt-marquee-content{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-around;flex-shrink:0;gap:var(--pt-marquee-gap);min-width:100%;white-space:nowrap;animation:var(--pt-marquee-speed) linear infinite var(--pt-marquee-direction) running pt-MarqueeScrolling}.pt-marquee-item{position:relative;display:flex;gap:10px;align-items:center}.pt-marquee-item>*{margin-bottom:0}@media (min-width: 1025px){.pt-marquee.pt-with-pause:hover .pt-marquee-content{animation-play-state:paused}}
