<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cookieConsent {
    border-radius: 10px;
    bottom: 20px;
    left: 20px;
    position: fixed;
    padding: 15px 20px 15px 20px;
    width: 300px;
    text-align: left;
    background-color: #2d2d2d;
    z-index: 999998;
    opacity: 1;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', Arial, 'Trebuchet MS', 'Segoe UI', 'Helvetica', sans-serif;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.35);
    color: #FFFFFF;
    box-sizing: border-box;
}

#cookieConsent-header {
    padding: 14px 0 12px;
    text-align: left;
    margin: 0;
    background-color: transparent;
    z-index: 999998;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-family: 'Open Sans', Arial, 'Trebuchet MS', 'Segoe UI', 'Helvetica', sans-serif;
    opacity: 1;
}

#cookieConsent-description {
    margin: 0 0 12px;
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 0.3px;
    line-height: 1.8;
    font-weight: 400;
    opacity: 0.85;
}

.cookieConsent-moreinfo {
    cursor: pointer;
    color: #6FBE6F;
    text-decoration: underline
}

#cookieConsent-description .cookieConsent-moreinfo:hover {
    color: #4CA94C
}

#cookieConsent-checkboxs {
    margin: -6px 0 18px -11px;
}

.cookieConsent-checkbox {
    margin: 0 0 5px 0;
    display: flex;
    flex-direction: row;
}

#cookieConsent-buttons {
    justify-content: space-between;
    margin: 0 -5px 0 -5px;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
    font-weight: 700;
}


#cookieConsent-button-accept, #cookieConsent-button-save, #cookieConsent-button-reject {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition-duration: 100ms;
    transition-timing-function: ease-in-out;
    min-width: 103px;
}

#cookieConsent-button-accept, #cookieConsent-button-save, #cookiePolicy-button-save {
    border: 0;
    transition: all 0.25s ease 0s;
    background-color: #2c642c;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    line-height: 3.3;
    letter-spacing: 0.4px;
}

#cookieConsent-button-accept, #cookieConsent-button-reject, #cookieConsent-button-save, #cookiePolicy-button-save {
    border-radius: 20px;
}


#cookieConsent-button-accept, #cookieConsent-button-save, #cookieConsent-button-reject, #cookiePolicy-button-save {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
}

#cookieConsent-button-accept, #cookieConsent-button-reject, #cookieConsent-button-save, #cookiePolicy-button-save {
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition-duration: 100ms;
    transition-timing-function: ease-in-out;
    min-width: 103px;
}

#cookieConsent-button-reject {
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 3;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    background: #2d2d2d;
}

#cookieConsent-button-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 29px;
    line-height: 13px;
    cursor: pointer;
    color: #FFFFFF;
    height: 15px;
    width: 15px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    letter-spacing: 0;
    font-family: 'Trebuchet MS', 'Arial', sans-serif;
    font-weight: 100;
    opacity: 0.85;
    z-index: 999999;
}

span.cookieConsent-checkbox-text {
    display: inline-block;
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFFFFF;
}

span.cookieConsent-checkbox-text-page {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
}

.cookieConsent-checkbox-label {
    padding: 0;
    margin: 0 10px 0 -2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 4px;
    line-height: 1.5;
    margin: 0;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

@media screen {
    .noscreen {
        display: none;
    }
}
</pre></body></html>