<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.properties .properties-title + .properties-table {
    padding-top: 0px;
}

.mt-lg {
    margin-top: 30px;
}

.set-accordion {
    cursor: pointer;
    transition: 0.4s;
}

.properties .properties-table .properties-cell .properties-subTitle.active, .properties .properties-table .properties-cell .properties-subTitle.set-accordion:hover {
    color: black;
}

.set-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.set-accordion.active &gt; i.fa:before {
    content: "\f068";
}

/* ### SLICK ### */
.slick-slider-set-items {
    overflow: hidden;
    position: relative;
}

/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 0;
    /*bottom: 15px;*/

    display: block;

    /*width: 50%;*/

    /*cursor: pointer;*/

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*.slick-prev{*/
/*left: 0;*/
/*z-index: 1;*/
/*}*/

/*.slick-next{*/
/*right: 0;*/
/*}*/</pre></body></html>