.fsgk-news-ticker .scrolling-content{
    align-items:center;
}

.fsgk-news-ticker .fsgk-ticker-link{
    display:inline-flex;
    align-items:center;
    flex:0 0 auto;
    font-family:var(--accent-font);
    font-size:34px;
    font-weight:400;
    line-height:1em;
    color:var(--white-color);
    text-decoration:none;
    white-space:nowrap;
    transition:color .25s ease,opacity .25s ease;
}

.fsgk-news-ticker .fsgk-ticker-link:hover,
.fsgk-news-ticker .fsgk-ticker-link:focus-visible{
    color:var(--primary-color);
    opacity:.92;
}

.fsgk-news-ticker .fsgk-ticker-link img{
    width:40px;
    height:40px;
    object-fit:contain;
    margin-right:30px;
    animation:infiniterotate 10s infinite linear;
}

.fsgk-news-ticker .fsgk-ticker-link span{
    color:inherit;
    font:inherit;
}

.fsgk-news-ticker .scrolling-ticker-box:hover .scrolling-content,
.fsgk-news-ticker .scrolling-ticker-box:focus-within .scrolling-content{
    animation-play-state:paused;
}

.fsgk-inner-ticker{
    position:relative;
    z-index:2;
}

.main-footer .scrolling-content a.fsgk-footer-ticker-link{
    display:inline-flex;
    align-items:center;
    flex:0 0 auto;
    font-family:var(--accent-font);
    font-size:34px;
    font-weight:400;
    line-height:1em;
    color:var(--white-color);
    text-decoration:none;
    white-space:nowrap;
    transition:color .25s ease;
}

.main-footer .scrolling-content a.fsgk-footer-ticker-link:hover,
.main-footer .scrolling-content a.fsgk-footer-ticker-link:focus-visible{
    color:var(--primary-color);
}

.main-footer .scrolling-content a.fsgk-footer-ticker-link img{
    width:40px;
    height:40px;
    object-fit:contain;
    margin-right:30px;
    animation:infiniterotate 10s infinite linear;
}

@media (max-width:991px){
    .fsgk-news-ticker .fsgk-ticker-link,
    .main-footer .scrolling-content a.fsgk-footer-ticker-link{
        font-size:30px;
    }

    .fsgk-news-ticker .fsgk-ticker-link img,
    .main-footer .scrolling-content a.fsgk-footer-ticker-link img{
        width:30px;
        height:30px;
        margin-right:20px;
    }
}

@media (max-width:767px){
    .fsgk-news-ticker .fsgk-ticker-link,
    .main-footer .scrolling-content a.fsgk-footer-ticker-link{
        font-size:25px;
    }

    .fsgk-news-ticker .fsgk-ticker-link img,
    .main-footer .scrolling-content a.fsgk-footer-ticker-link img{
        width:25px;
        height:25px;
        margin-right:15px;
    }
}

@media (prefers-reduced-motion:reduce){
    .fsgk-news-ticker .scrolling-content,
    .main-footer .scrolling-content{
        animation-play-state:paused;
    }
}
