@media (min-width: 1220px) {.SearchLabel .fa{background:#b8762f;color:#fff}}.BoxHover:hover{box-shadow:1px 1px 10px #b8762f}.SearchBar .GreenButton .ui-button-text{background-color:#b8762f}.SiteTopBar{background-color:rgba(184,118,47,0.8)}:root{--color:#b8762f!important;--color-rotation:31.207110922949905deg!important;}.button, .button span.ui-button-text, .customButton span.ui-button-text{background-color:#b8762f!important;}:root {
    --color: #b41f33;
    --invert: #FFF;
    --max-width: 1480px;
    --max-width-home: 1000px;
    --box-shadow: 0 0 clamp(15px, 2vw, 25px) 0 rgba(0, 0, 0, 0.15);
}

* {
    outline: none;
    padding: 0;
    margin: 0;
}

html {
    min-height: 100%;
    padding: 0;
    margin: 0;
}

body {
    min-height: 100%;
    overflow-x: hidden;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Mulish';
    font-size: clamp(14px, 2vw, 16px);
    color: #333;
    text-decoration: none;
    font-weight: 800;
    font-style: normal;
    line-height: 150%;
    padding: clamp(20px, 4vw, 40px) 0;
    margin: 0 auto;
}