<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button:disabled {
    cursor: not-allowed;
}

.cookies-label {
    font-family: 'Sansation_Regular', Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #000000;
}

.modal-button {
    padding: 14px 75px 13px 78px;
    background-color: #007dc3;
    font-family: 'Sansation_Regular', Sans-Serif;
    font-size: 16px;
    color: #FFF;
}

.modal-button:hover, .modal-button:active {
    background-color: #1788c3;
    color: #FFF;
}

.landing-text-container, .landing-text-container-2, .success-text-container {
    color: #000000;
}

.arrow-cookie {
    width: 12px;
    height: 7px;
    margin-left: 10px;
    cursor: pointer;
}

.arrow-cookie.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cookie-toggle {
    display: none;
}

.cookie-toggle &gt; p {
    font-size: 13px;
    padding-left: 22px;
    padding-right: 22px;
    text-align: justify;
}

.product-container &gt; .product {
    text-align: center;
}

hr {
    height: 1px;
    border: solid 1px #e8e8e8;
    background-color: #e8e8e8;
    margin: 0 auto;
}

.footer-advise &gt; p {
    font-family: 'Sansation_Regular', Sans-Serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
}

.legal-advise &gt; a {
    font-family: 'Sansation_Regular', Sans-Serif;
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
}

span.fake-link {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.landing-text-container-2,
.landing-image-container-2 {
    padding-right: 25px;
    padding-left: 25px;
}

.importantLoading {
    border-color: orange !important;
}

.importantError {
    border-color: red !important;
}

.importantSuccess {
    border-color: green !important;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .landing-image-container &gt; img {
        margin-top: 40px;
    }

    .header, .header-center {
        background-color: #007DC3;
        max-height: 104px;
        text-align: initial;
        height: 104px;
    }

    .header-brand &gt; img {
        width: 150px;
        margin: 35px 0 35px 0;
    }

    .landing-text-container {
        padding-left: initial;
        padding-right: initial;
    }

    .landing-text-container &gt; h1 {
        font-size: 30px;
        text-align: justify;
        color: #c21b17;
    }

    .landing-text-container &gt; p,
    .landing-text-container &gt; ul &gt; li {
        font-size: 14px;
    }

    .product-container {
        margin-top: 32px;
        margin-bottom: 48px;
    }

    .product-container &gt; .product &gt; img {
        max-width: 90%;
    }

    .landing-text-container {
        width: 70%;
        padding-left: 20px;
        padding-right: 70px;
    }

    .landing-text-container-2 {
        width: 40%;
        padding-right: 0;
        padding-left: 0;
    }

    .landing-text-container-2 &gt; p, .landing-text-container-2 &gt; p.custom-paragraph &gt; b {
        font-size: 24px;
        margin-bottom: 17px;
    }

    .landing-text-container-2 &gt; p.custom-paragraph {
        font-size: 21px;
    }

    .landing-text-container-2 &gt; p.small {
        font-size: 14px;
    }

    .landing-image-container {
        width: 30%;

    }

    .landing-image-container-2 {
        width: 60%;
        padding-left: 20px;
        padding-right: 0;
    }

    .landing-image-container &gt; img {
        max-width: 90%;
    }

    .product-name {
        font-size: 18px;
        margin-top: 12px;
    }

    .custom-button {
        max-width: initial;
        padding: 14px 60px;
        border-radius: 4px;
        background-color: #ff5d02;
        font-family: 'Sansation_Bold', Sans-Serif;
        font-size: 18px;
        font-weight: bold;
        color: #FFF !important;
    }

    .custom-button:hover, .custom-button:active {
        background-color: #ff7a24;
        color: #FFF !important;
    }

    .custom-button-outline {
        max-width: initial;
        padding: 14px 60px;
        border-radius: 4px;
        background-color: white;
        font-family: 'Sansation_Bold', Sans-Serif;
        font-size: 18px;
        font-weight: bold;
        color: #ff5d02 !important;
        border-color: #ff5d02;
    }

    .custom-button-outline:hover, .custom-button-outline:active {
        background-color: #ff7a24;
        color: #FFF !important;
    }

    .g-recaptcha {
        display: initial;
        justify-content: left;
    }

    .success-text-container &gt; h1 {
        font-size: 24px;
        color: #007dc3;
    }

    .success-text-container &gt; h2 {
        font-size: 24px;
        color: black;
    }

    .image-success {
        width: 333px;
        margin-top: 41px;
        margin-bottom: 57px;
    }

    .success-text-container &gt; p {
        font-size: 16px;
    }

    .success-text-container &gt; p &gt; a {
        color: #007dc3;
    }
}

@media (min-width: 992px) {
    .landing-text-container {
    }
}

@media (min-width: 1200px) {
    #cookiesModal &gt; .modal-dialog, #cookiesModalExtended &gt; .modal-dialog {
        max-width: 974px;
    }

    .body-cookies {
        padding-left: 164px;
        padding-right: 164px;
    }

    .body-cookies-extended {
        padding-left: 115px;
        padding-right: 115px;
    }

    .body-cookies &gt; h4, .body-cookies-extended &gt; h4 {
        font-family: 'Sansation_Regular', Sans-Serif;
        font-size: 40px;
        font-weight: bold;
        margin-top: 64px;
        margin-bottom: 13px;
    }

    .body-cookies &gt; hr, .body-cookies-extended &gt; hr {
        width: 80%;
        margin: 0 auto;
        background-color: #e2e2e2;
    }

    .footer-advise &gt; p {
        font-size: 12px;
        color: gray;
    }

    .success-text-container a &gt; button {
        width: 243px;
    }

    button.close {
        right: 47px;
        top: 19px;
        z-index: 1;
    }
}</pre></body></html>