<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------ Custom CSS ------------ */
/* --- Created by Nexi - 08/07/2022 --- */

/* -- HELPERS -- */
/* ----- diplay ----- */

.is-hidden {
    display: none;
}

@media (min-width: 1199px) {
    .is-visible-desktop-flex {
        display: flex;
    }

    .is-hidden-desktop {
        display: none;
    }
}

/* -- GLOBAL -- */
/* ----- header ----- */

/* menu top */

.header-t-menu li+li {
    margin-left: 10px;
}

.header-t-menu a {
    border-radius: 20px;
    padding: 5px 10px;
}

.home .header-t-menu a,
.home .btn-presse {
    background-color: #EEF1F8;
}

/* header content */

.visual-img img {
    position: relative;
    z-index: -1;
}

@media (max-height: 800px) {
    .visual-tag {
        bottom: 10%;
    }
}

/* menu main */

.menu .search-hold {
    display: block;
}

@media (max-width: 1199px) {
    .inner-menu {
        display: inherit;
    }
}</pre></body></html>