<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- ------------------------------------------------------ --- */
body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}



/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    .bcorp .bcorp-whatmakes {
        padding: 64px 16px 70px;
    }
    .swiper-buttons-navigation {
        bottom: -25px !important;
    }
    .swiper-pagination {
        bottom: -25px !important;
    }
}

/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .bcorp .bcorp-whatmakes {
        padding: 64px 16px 70px;
    }
    .swiper-buttons-navigation {
        bottom: -25px !important;
    }
    .swiper-pagination {
        bottom: -25px !important;
    }
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .swiper-buttons-navigation {
        bottom: -15px !important;
    }
    .swiper-pagination {
        bottom: -15px !important;
    }
}
</pre></body></html>