@keyframes move{0%{left:-50%}to{left:150%}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes frame-highlight{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes size-highlight{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes waves{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}.channel{background:hsl(from var(--vs-bg) h s l/1);display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto}@media(min-width:992px){.channel{padding:12px}}.channel .channel-view{background:hsl(from var(--vs-bg) h s l/1);max-width:1280px;width:100%}@media(min-width:992px){.channel .channel-view{padding:unset}}.channel .channel-banners-container{display:flex;gap:12px;flex-direction:column;justify-content:center;align-items:stretch;padding:0 16px;width:100%;flex:1 1 auto;max-width:1280px}.channel .channel-banners-container>:not(:first-child){display:none}@media(min-width:992px){.channel .channel-banners-container{padding:0}}.channel .channel-banners-container .no-data-banner-container-mobile{max-width:unset}.channel .channel-banners-container .lb-mobile-alignment-container{padding:0;max-width:unset}.channel .channel-header{width:100%;max-width:1280px;padding:8px 24px 16px;border:1px solid hsl(from var(--vs-border) h s l/1);background:hsl(from var(--vs-content-bg) h s l/1);overflow:clip;transition:all .2s ease;box-shadow:0 16px 16px rgba(0,0,0,.08);height:auto;min-height:72px;margin:4px 4px 20px;will-change:transform,opacity}@media(min-width:992px){.channel .channel-header{height:224px}}@media(max-width:991px){.channel .channel-header{overflow:hidden;overflow-anchor:none;position:sticky;top:82px!important;z-index:1000;will-change:transform,opacity}}@media(min-width:992px){.channel .channel-header{margin:24px;border-radius:10px;overflow:none;box-shadow:0 3px 6px rgba(0,0,0,.03);border:1px solid hsl(from var(--vs-border) h s l/1);padding:20px 24px}}.channel .channel-header .swiper-wrapper{display:grid;grid-template-columns:repeat(5,1fr) .25fr;width:100%}@media(min-width:992px){.channel .channel-header .swiper{width:100%}.channel .channel-header .swiper-slide{width:calc(100% - 16px);transition:none!important}.channel .channel-header .swiper-slide:not(:last-child){margin-right:16px}}@media(min-width:992px)and (max-width:419px){.channel .channel-header .swiper-slide:last-child{width:40px}}