<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.spotlight {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0;
}
.spotlight .slideshow {
    position: relative;
}
.spotlight .slideshow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55px;
    transform: translate(100%, 20%);
    background: -webkit-radial-gradient(center left, ellipse cover, rgba(0, 0, 0, 0.25), rgba(97, 97, 97, 0.0) 40%);
    background: radial-gradient(ellipse at center left, rgba(0, 0, 0, 0.25), rgba(97, 97, 97, 0.0) 40%);
}
.spotlight .slideshow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 55px;
    transform: translate(-100%, 20%);
    background: -webkit-radial-gradient(center right, ellipse cover, rgba(0, 0, 0, 0.25), rgba(97, 97, 97, 0.0) 40%);
    background: radial-gradient(ellipse at center right, rgba(0, 0, 0, 0.25), rgba(97, 97, 97, 0.0) 40%);
}
@media(min-width: 641px){
    .spotlight .slideshow .slick-list {
        padding-bottom: 25px;
    }
}
.spotlight .slideshow .arrows {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    cursor: pointer;
}
.spotlight .slideshow .arrows .custom-prev,
.spotlight .slideshow .arrows .custom-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 55px;
}
.spotlight .slideshow .arrows .custom-prev i,
.spotlight .slideshow .arrows .custom-next i {
    font-size: 38px;
    color: white;
}
.spotlight .slideshow .arrows .custom-prev::after,
.spotlight .slideshow .arrows .custom-next::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #685f58;
    opacity: 0.95;
    z-index: -1;
}
.spotlight .slideshow .arrows .custom-prev {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-right: 3px;
}
.spotlight .slideshow .arrows .custom-prev::after {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.spotlight .slideshow .arrows .custom-next {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-left: 3px;
}
.spotlight .slideshow .arrows .custom-next::after {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.spotlight-item {
    position: relative;
    margin: 0;
}
.spotlight-item img {
    display: block;
    width: 100%;
}
.spotlight-item .content {
    position: relative;
    padding: 25px 25px 35px;
    min-height: 250px;
}
.spotlight-item .content h5 {
    font-size: 24px;
    line-height: 30px;
    color: #685f58;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.spotlight-item .content p {
    font-size: 17px;
    line-height: 25px;
}
@media(max-width:640px){
    .spotlight-item .content {
        position: relative;
        padding: 15px 30px 35px;
        min-height: 250px;
    }
    .spotlight-item .content h5 {
    font-size: 22px;
    line-height: 26px;

    }
    .spotlight-item .content p {
        font-size: 16px;
        line-height: 24px;
    }
}


@media(min-width:641px){
    .spotlight-item .content .link {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        transform: translateX(16%);
    }
}
@media(max-width:641px){
.spotlight-item .content .link {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;

    }
}
.spotlight-item .content .link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    width: 30%;
    box-shadow: 0 10px 16px rgba(0,0,0,0.1);
    border-bottom-left-radius: 10px;
}
.spotlight-item .content .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #685f58;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 3px;
    background: rgba(255,255,255,0.2);
    transition: all 0.5s;
}
/*.spotlight-item .content .read-more:hover {
    text-decoration: none;
    background: rgba(255,255,255,1);
    font-size: 11px;
}*/
.spotlight-item .content .read-more i {
    margin-left: 4px;
}
.spotlight .slideshow .spotlight-item:first-child .content::before {
    display: none;
}
@media (min-width: 641px) {
    .spotlight {
        padding: 0 20px;
     }
    .spotlight .slideshow::before {
        display: none;
    }
    .spotlight-item {
        margin: 0;
    }
    .spotlight .slideshow {
        margin: 0;
        margin-bottom: 100px;
    }
    .spotlight-item .content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 180%;
        width: 55px;
        transform: translateY(-25%);
        background: -webkit-radial-gradient(center left, ellipse cover, rgba(0, 0, 0, 0.25), rgba(97, 97, 97, 0.0) 40%);
        background: radial-gradient(ellipse at center left, rgba(0, 0, 0, 0.25), rgba(97, 97, 97, 0.0) 40%);
    }
    .spotlight-item .content .link {
        transform: none;
    }
}
@media (min-width: 641px) and (max-width: 1024px) {
    .spotlight-item .content p {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (min-width: 1025px) {
    .spotlight {
        padding: 0 20px;
    }
}
</pre></body></html>