<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-carousel {
    border: none;
}
/*.swiper-carousel:not(.swiper-slide-next) p {
    display: none !important;
}*/
.swiper-carousel img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    padding: 0;
}
.swiper-carousel .slide-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 88px 45px 42px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(139, 157, 174, 0) 0%, rgba(46, 46, 46, 0.9) 100%);
    border-radius: 0 0 8px 8px;
}
.swiper-carousel .slide-content span {
    margin: 0;
    color: #fff;
    font-size: 1.275rem;
}
.swiper-carousel .slide-content p {
    color: #fff;
    margin: 8px 0 0;
    font-size: 0.8rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.swiper-carousel .slide-content a {
    text-decoration: none;
    position: absolute;
    bottom: 1rem;
    right: 1.4rem;
}
.swiper-carousel .slide-content a i {
    background: #3D6FC9;
    color: #fff;
    border-radius: 50%;
    padding: 0.5rem;
}

/*# sourceMappingURL=Frontend.css.map */
</pre></body></html>