@keyframes wd-MarqueeScrolling{from{transform:translat3d(0, 0, 0)}to{transform:translate3d(calc(-100% - var(--wd-marquee-gap)), 0, 0)}}.wd-marquee{--wd-marquee-gap: 20px;--wd-marquee-direction: normal;--wd-marquee-speed: 5s;display:flex;overflow:hidden;gap:var(--wd-marquee-gap);max-width:100vw}.wd-marquee-content{display:flex;align-items:center;justify-content:space-around;flex-shrink:0;gap:var(--wd-marquee-gap);min-width:100%;white-space:nowrap;animation:var(--wd-marquee-speed) linear infinite var(--wd-marquee-direction) running wd-MarqueeScrolling}.wd-marquee-item{position:relative;display:flex;gap:10px;align-items:center}.wd-marquee-item>*{margin-bottom:0}@media (min-width: 1025px){.wd-marquee.wd-with-pause:hover .wd-marquee-content{animation-play-state:paused}}.wd-sidebar-opener{position:fixed;top:30%;inset-inline-start:0;z-index:350;background-color:rgba(var(--bgcolor-white-rgb), 0.9);box-shadow:0 0 5px rgba(0,0,0,0.17);border-start-end-radius:var(--wd-brd-radius);border-end-end-radius:var(--wd-brd-radius);transition:all .25s ease}.wd-sidebar-opener.wd-show-on-scroll{opacity:0;transform:translateX(-100%)}.wd-sidebar-opener.wd-show-on-scroll.wd-shown{opacity:1;transform:none}.wd-sidebar-opener.wd-filter-icon>a:before{content:"\f118"}