<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img-responsive-full{
    display: block;
    width: 100%;
    height: auto;
}

.o-hero-footer-left{
    opacity: 0;
}

.o-hero-grid-xmax{
    display: flex;
    max-width: 96%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.o-hero-grid-xmax-item{
    position: relative;
    margin: 6px;
}

.o-hero-grid-xmax-item .o-hero-footer{
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.o-hero-grid-xmax-item .o-hero-footer .o-hero-footer-top {
    margin: auto;
    color: #fffefa;
    text-align: center;
    background: rgba(0, 0, 0, 0.56);
    width: 100%;
}

.o-hero-grid-xmax-item .o-hero-footer h2{
    font-size: 2.4rem !important;
    font-weight: 400;
    font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    margin: 0 0 2.4rem 0;
    line-height: 4.8rem;
    text-align: center;
}

.o-hero-grid-xmax-item .o-hero-footer::before {
    content: "";
    background: linear-gradient(to top,rgba(0,0,0,0.56),transparent);
    height: 17.6rem;
}

@media(max-width:63.99875em){
    .o-hero-grid-xmax-1-item-xs{
        width: 100%;
    }

    .o-hero-grid-xmax-2-item-xs{
        width: calc(50% - 12px);
    }

    .o-home-slot-2 .o-content-module {
        padding-right: 0;
        padding-left: 0;
    }
}

@media(max-width:48em){
    .o-hero-grid-xmax-item .o-hero-footer h2{
        font-size: 2.2rem !important;
        line-height: 3.6rem;
    }
}

@media(min-width:64em){
    .o-hero-grid-xmax{
        margin-bottom: 5.6rem;
    }

    .o-hero-grid-xmax-2-item{
        width: calc(50% - 12px);
    }
    
    .o-hero-grid-xmax-3-item{
        width: calc(33.33% - 12px);
    }
    
    .o-hero-grid-xmax-4-item{
        width: calc(25% - 12px);
    }
}

@media (min-width: 23.4375em) {
    .o-home-slot-2 .o-content-module {
        max-width: 100%;
    }
}

@media (min-width: 80em) {
    .o-home-slot-2 .o-content-module {
        max-width: 100%;
    }
}

</pre></body></html>