<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.thumbnails-holder {
    overflow: hidden;
    padding: 35px 0 0;
}

    .thumbnails-holder h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 16px;
    }

    .thumbnails-holder .holder {
        overflow: hidden;
        margin: 0 -11px 0 -10px;
    }

@media only screen and (max-width: 1024px) {

    .thumbnails-holder h2 {
        margin: 20px 0 16px;
    }

    .thumbnails-holder .holder {
        margin: 0 -5px;
    }
}

.thumbnails-holder .item {
    float: left;
    padding: 0 10px;
    width: 25%;
    margin: 0 0 20px;
}

.thumbnails-holder a {    
    height:245px;
    overflow: hidden;
    background: #ccd9e0;
    display: block;
    position: relative;
}

    .thumbnails-holder a:hover, .thumbnails-holder a.active {
        background: #385673;
        color: #ccd9e0;
    }

        .thumbnails-holder a:hover h3, .thumbnails-holder a.active h3 {
            color: #ccd9e0;
        }

        .thumbnails-holder a:hover .arrow-icon, .thumbnails-holder a.active .arrow-icon {
            fill: #ccd9e0 !important;
        }

        .thumbnails-holder a:hover .arrow, .thumbnails-holder a.active .arrow {
            visibility: hidden;
            opacity: 0;
        }

@media only screen and (max-width: 479px) {
    .thumbnails-holder a {
        min-height: 0;
        height:initial;
    }
}

.thumbnails-holder a .arrow-icon {
    fill: #223547;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.thumbnails-holder .img-holder {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 -1px 0 0;
}

.thumbnails-holder .text-holder {
/*    position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 16px;
}

@media only screen and (max-width: 767px) {
    .thumbnails-holder .text-holder {
        position: static;
        padding: 10px 15px;
    }
}

.thumbnails-holder h3 {
    font-size: 20px;
    line-height:1.1;
    font-weight: normal;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*.thumbnails-holder .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    text-align: center;
    background: #47637e;
    color: #b0c4cf;
    font-size: 16px;
    line-height: 12px;
    font-weight: bold;
    margin: 0 0 0 10px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}*/

@media only screen and (max-width: 1024px) {
    .thumbnails-holder {
        padding: 10px 0 20px;
    }

        .thumbnails-holder .item {
            width: 33.333%;
            padding: 0 5px;
            margin: 0 0 10px;
        }

        .thumbnails-holder img {
            width: 100%;
        }
}

@media only screen and (max-width: 767px) {
    .thumbnails-holder .item {
        width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .thumbnails-holder .item {
        width: auto;
        float: none;
        padding: 0;
    }
}
</pre></body></html>