.news-ticker{--animation-duration: 10000ms;padding-right:100%;font-weight:var(--fw-bold);color:var(--color-black);white-space:nowrap;animation:ticker var(--animation-duration) linear infinite}.news-ticker::before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:var(--ff-font-awesome-pro);font-style:normal;font-variant:normal;line-height:1;font-size:1.5rem;font-weight:400}.news-ticker__wrapper{z-index:-1;grid-template-rows:1fr;transition:grid-template-rows 500ms ease;background-color:var(--color-secondary-yellow)}.news-ticker__wrapper:has(.news-ticker:empty){grid-template-rows:0fr}.news-ticker__content{padding-left:100%;min-height:0;box-sizing:content-box}@media(min-width: 768px){.news-ticker{--animation-duration: 20000ms;--news-ticker-height: 50px;line-height:var(--news-ticker-height);min-height:var(--news-ticker-height)}}@media(min-width: 1200px){.news-ticker{--animation-duration: 30000ms}}@media(hover: hover)and (pointer: fine){.news-ticker__content:hover{cursor:pointer}}@keyframes ticker{to{translate:-100% 0 0}}
