<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Headlines */
.handlines-sldier{
    background: transparent;
    margin-bottom: 0;
    height: 30px;
}

.handlines-sldier .item{
    color: #ffffff;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    white-space: nowrap;
    box-sizing: content-box;
}

.handlines-sldier.scrolling .item{
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 15s;
    padding-left: 100%;
    min-width: max-content;
}

.handlines-sldier .title{
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.handlines-sldier .item .text-wrapper{
    margin: 0;
    text-align: center;
}

.handlines-sldier .item .description{
    display: inline-block;
}

.handlines-sldier .item .description p{
    margin: 0;
}

.handlines-sldier .slider-arrows .slider-next{
    margin-right: -15px;
}

.handlines-sldier .slider-arrows .slider-prev{
    margin-left: -15px;
}

.handlines-sldier .slider-arrow i {
    font-size: 12px;
    color: #ffffff;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    font-weight: 700;
    line-height: inherit;
    vertical-align: top;
}</pre></body></html>