<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;
}


.foundation-finder-home__text {
    max-width: 320px;
}

@media (orientation: landscape) {
    .foundation-finder-home__wrapper {
        padding-right: 50px;
    }
}

@media (min-width: 1250px) {

}

@media (max-width: 1366px) 
and (min-width: 1113px){

}

/* sans Tablet (Portrait) */
@media (min-width: 1023px) {

}

/* sans Mobile */
@media (min-width: 761px) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .finder-pushs__text {
        font-size: 13px !important;
    }
}

@media (orientation: portrait) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .foundation-finder-logo__title {
        padding-top: 60px;
    }
    .finder-pushs__text {
        font-size: 13px !important;
    }
}

@media (max-width: 761px) {

}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    [data-value="Neutral"] .foundation-finder-steps__shade p {
        font-size: 10.5px;
        padding: 0px 8px;
    }
    .finder-pushs__text {
        font-size: 12.5px !important;
    }
}</pre></body></html>