<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero__section-homepage.no-overlay .hero__section-images .hero__section-image-container:after {
    display: none;
}

.header__logo {
    width: 100%;
}

.footer__col.footer__subscribe-col .form-holder {
    overflow: unset;
}

.selectric-above .selectric-items {
    top: 0;
    z-index: 1;
}

footer {
    position: relative;
    overflow-x: hidden;
}

.object-fit-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero__section-homepage .hero__section-images .object-fit-wrap.hero__section-image-container:after {
    height: 99%;
}

.modal__content img {
    width: 360px;
    height: 360px;
    object-fit: cover;
    margin-bottom: 30px;
}

.modal__content-container {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 50px !important;
}
@media screen and (max-width: 1199px) {
    .modal__content-container {
        padding: 25px !important;
    }
}</pre></body></html>