<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    src: url("/fonts/Roboto/Roboto-Regular.ttf");
}
@font-face {
    font-family: 'Roboto';
    font-weight: 200;
    font-style: normal;
    src: url("/fonts/Roboto/Roboto-Light.ttf");
}
@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;
    src: url("/fonts/Roboto/Roboto-Bold.ttf");
}

.consent_modal_container {
    display: flex;
    flex-direction: column;
}

.consent_modal_switch_block {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
    max-width: 43.5em !important;
}

.p0 {
    padding: 0;
}

.consent_small_container, .consent_container {
}

.consent_small_container_left {
    bottom: 0;
    margin-left: 3em;

}
.consent_small_container_right {
    bottom: 0;
    right: 0;
    margin-right: 3em;
}

.consent_small_container {
    font-family: 'Roboto', sans-serif !important;
    width: 100% !important;
    max-width: 440px !important;
    background-color: white !important;
    box-shadow: 1px 0 12px rgba(0, 0, 0 , 0.24) !important;
    position: fixed !important;
    z-index: 2147483645 !important;
    border-radius: 10px !important;
    line-height: 1.42857 !important;
    margin-bottom: 2em !important;
}
ÃŸ
.consent_small_button {
    background-color: #026B85 !important;
    border: none !important;
    color: #FFF !important;
    font-weight: 300 !important;
    cursor: pointer;
}

.consent_small_content {
    padding: 2em 2em !important;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.consent_small_header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
}

.consent_small_header .consent_mystore_logo img {
    max-width: 8.7em !important;
    max-height: 2.5em !important;
}

.consent_small_title {
    display: flex;
    font-size: 22px;
    line-height: normal;
    column-gap: 4px;
    font-family: 'ubuntu';
    align-items: center;
    flex-wrap: wrap;

}

.consent_small_title svg {
    width: 24px;
    height: 24px;
}

.consent_small_exit {
    display: none;
}

.consent_small_description {
    font-size:16px;
    line-height: normal;
    font-family: 'roboto';
}

.consent_small_buttonrow {
    width: 100%;
    display:flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}

.consent_small_buttonrow button {
    background-color: #026B85;
    border: none;
    color: #FFF !important;
    font-weight: 400 !important;
    font-size: 16px;
}

.consent_small_buttonrow .consent_small_button {
    padding: 10px 12px;
    border-radius: 4px !important;
    cursor: pointer;
    width: 47.5% !important;
    max-width: 13.6em !important;
}

.consent_small_url {
    order: 1;
}

.consent_vertical_separator {
    display: none;
}

.consent_modal_button_row {
    display:flex;
    column-gap: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.consent_no_select {
    opacity: 50%;
}

@media (max-width: 576px) {
    .consent_small_container {
        margin-left:0 !important;
        margin-right:0 !important;
    }

    .consent_modal_button_needed {
        position: fixed;
        bottom: 0;
        background-color: #FFF;
        margin-bottom: 0;
        padding-top :2em;

        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
        width: 100vw;
        left:0;
    }

    .consent_modal_button_needed .consent_button {
        width: 70%;
    }
}

@media (min-width: 767px) {
    .consent_vertical_separator {
        height: 100%;
        width: 1px;
        background-color: #E9E9E9;
        margin-right: 1em;
        display: block;
    }

    .consent_small_header {
        align-items: center;
    }

    .consent_small_exit {
        display: block;
        font-size: 2.3em !important;
        cursor: pointer;
    }

    .consent_small_exit:after {
        display: inline-block;
        content: "\00d7";
    }

    .consent_small_buttonrow {
        align-items: center;
        justify-content: space-around;
    }

    .consent_small_url {
        order: 0;
        margin-right: 0;
    }
}

.consent_modal {
    line-height: 1.42857 !important;
    background-color: rgba(0, 0, 0 , 0.4);
    align-items: center;

    font-family: 'Roboto', sans-serif !important;
    font-size: 10px !important;
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2147483645 !important;
    width: 100% !important;
    height: 100% !important;
}

.consent_modal_content {
    background-color:#fefefe !important;
    padding: 1em 1em;
    border-radius: 1% !important;
    width: 80%;
    min-width: 345px;
    max-width: 430px;
    margin: auto;
    height: fit-content;
}

.consent_modal_body {
    padding: 0;
    overflow-y: scroll;
    display:flex;
    flex-direction: column;
    row-gap: 10px;
}

.consent_modal_body .consent_confirm_button {
    width: auto;
}

.consent_modal_save_container{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0 , 0.2);
    display:flex;
    justify-content: center;
    padding: 1em 0;
    position: fixed;
    bottom:0;
    left:0;
    width: 100%;
}

.consent_modal_body div img {
}

.consent_modal_title {
    font-weight: 500;
    font-size: 22px;
    display: flex;
    width: 100%;
    column-gap: 4px;
    align-items: center;
    font-family: 'ubuntu';
}

.consent_modal_title svg {
    width: 24px;
    height: 24px;
}

.consent_button {
    border-radius: 4px !important;
    font-size: 1.4em !important;
    cursor: pointer !important;
    padding: 10px 12px;
    background-color: #026B85;
    color: #FFF;
    border: none;
    font-weight: 400;
}


.consent_modal_button_row button {
    padding: 13px 0;
}

.consent_button_accept {
    background-color: #026B85 !important;
    border: none !important;
    color: #FFF !important;
}

.consent_button_save {
    border: 1px solid #CCC;
    margin: 0 1em;
    cursor: pointer;
}

.consent_mystore_modal_logo {
    display:flex;
    flex-direction: column;
    row-gap: 2px;
    align-items: flex-end;
}

.consent_mystore_modal_logo span {
    font-size: 6px;
    text-align: right;
}

.consent_mystore_modal_logo img {
    max-height: 17px;
}



.consent_mystore_logo {
    display:flex;
    align-items: center;
    flex-direction: column;
    font-size: 6px;
}

.consent_modal .consent_mystore_logo {
    height: 2.5em !important;
}

.consent_modal_read_more a,
.consent_google_privacy_link a {
    color: #409AEF!important;
    text-decoration: none !important;
}

.consent_modal_disclaimer {
    margin-bottom: 1em;
}

.consent_google_privacy_link {
}

.consent_small_container .consent_google_privacy_link {
    margin-top: 0.8em;
}

.consent_left .consent_google_privacy_link {
    margin-left: 0.5em;
    margin-right: 3em;
}

.consent_mobile_disclaimer {
    font-size: 1.4em !important;
    display: flex;
    column-gap: 24px;
}

.consent_left {
    justify-content: flex-start;
    flex: 1 0 0;
}

.consent_modal_switch_parent {
    display: flex;
    column-gap: 4px;
    justify-content: space-between;
}

.consent_mystore_logo_container {
    display:flex;
    justify-content: flex-end;
    border-top: 1px solid #F2F2F2;
    padding: 10px 0;
}

.consent_modal_header {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}

.consent_confirm_button {
    background-color: #026B85;
    color: #FFF;
    border: none;
    border-width: 1px;
    width: 100%;
    border-radius: 0.25rem;
    padding: 0.5rem;
    font-size: 1rem;
    font-family: 'ubuntu';

}

@media (min-width: 575px) {
    .consent_modal_switch_parent {
        margin-bottom: 0em;
    }

    .consent_button_save {
        border: 1px solid #CCC;
        margin: 0;
    }

    .consent_modal {
        display:none;
        background-color: rgba(0, 0, 0 , 0.4);
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height:100% !important;
        overflow: auto !important;
    }

    .consent_modal_content {
        background-color:#fefefe !important;
        margin: 3% auto;
        padding: 10px 20px;
        border-radius: 1% !important;
        height: fit-content;
    }

    .consent_modal_header {
        /* display: flex;
        flex-direction: row;
        justify-content: space-between; */
    }

    .consent_modal_body {
        padding-bottom: 0;

        height: auto;
        overflow: hidden;
    }

    .consent_modal_save_container{
        box-shadow: none;
        display:flex;
        justify-content: center;
        position: initial;
        padding: 0;
    }
}

.consent_container {
    line-height: 1.42857 !important;
    font-family: 'Roboto', sans-serif !important;
    background-color: white !important;
    box-shadow: 0px 0 10px rgba(0, 0, 0 , 0.25) !important;
    border-top: 2px solid #EEE !important;
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    font-size: 10px !important;
    padding: 2em 2em !important;
    z-index: 2147483645 !important;
    /* height: auto !important; */
}

.consent_url {
    margin-right: 6em;
    width: 100%;
}

.consent_modal_switch  input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

.consent_right {
    display: flex;
    justify-content: space-between;
    height: 100%;
    column-gap: 20px;
}

.consent_right_container {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.consent_readmore_text {
    text-align: center;
    color: #409AEF;
    font-family: 'ubuntu';
    font-size: 14px;
    cursor: pointer;
}

.consent_button_container {
    display: flex;
    justify-content: center;
}

@media (min-width: 1200px) {
    .consent_right_container {
        flex-direction: row-reverse;
        column-gap: 20px;
    }
    .consent_readmore_text {
        align-self: center;
    }
}

@media (max-width: 991px) {
    .consent_url {
        margin-right: 3em;
    }
}

@media (max-width: 767px){
    .consent_modal_switch  input:checked + .slider:before {
      }
}

/* Up to md screens */
@media (max-width: 767px){
     .consent_vertical_separator {
        height: 100%;
        width: 1px;
        background-color: #E9E9E9;
        margin-right: 1em;
    }

     .consent_modal_switch {
         min-width: 46px;
         max-width: 46px !important; /* Hack for america themes...*/
     }

     .consent_content {
         padding-left: 0;
         padding-right: 0;
     }

     .consent_url {
        color: #333;
        text-decoration: none;
        font-weight: 400;
        margin: 1em 0;
        order: 1;
        }

     .consent_url div {
        background-color: lightgray;
         border-radius: 4px;
         padding: 1em 0em;
         text-align: center;
    }

    .consent_left, .consent_right {
        padding-left: 0;
        padding-right: 0;
    }
    .consent_left {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .consent_left .consent_google_privacy_link {
        margin: 0.5em 0 0 0;
    }

    .consent_left .consent_mobile_title {
        display: flex !important;
        flex-direction: column-reverse !important;
        flex-wrap: wrap;
        justify-content: center !important;
        margin-bottom: 1em !important;
    }

    .consent_left .consent_mobile_title span {
        padding-top: 0 !important;
    }

    .consent_mystore_logo {
        justify-content: center;
    }
}

.consent_mobile_title {
    font-weight: bold !important;
    font-size: 1.6em !important;
    margin-bottom: 2em !important;

    display:flex;
    justify-content: space-between !important;
    flex-direction: row !important;
 }

 .consent_mobile_title .consent_mystore_logo img {
 }

 .consent_mobile_title span {
     padding-top: 2em !important;
 }

 .consent_modal_action_container {
    display: none;
 }

 .consent_modal_action_button {
    background-color: #0B75CB;
    border: 1px solid #0B75CB;
    border-radius: 37px;
    color: #FFF;
    font-size: 1.4em !important;
    padding: 0.5em 1em;
 }

 .consent_modal_action_button_container {
    align-items: center;
    display: flex;
    font-family: 'Roboto', sans-serif !important;
    font-size: 10px !important;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 2em;
 }

 @media (min-width: 576px) {
    .consent_modal_action_button_container {
        flex-direction: row;
        margin-bottom: 0;
     }

     .consent_modal_button_needed {
         margin-bottom: 0;
     }
 }

    .consent_content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

/* md and up screens */
@media (min-width: 768px){
    .consent_mobile_title {
       display: none;
    }

    .consent_mystore_logo {
        text-align: right;
        width: auto !important;
        height: auto !important;
    }

    .consent_vertical_separator {
        height: 5em !important;
    }

    .consent_right .consent_button_container:nth-of-type(2) {
        margin-bottom: 0;
    }

    .consent_right img {
        width: 17px;
        height: 17px;
        display: block;
    }

    .consent_url {
        width: auto;
    }

    .consent_button_container {
        width: auto;

        max-width: 17em !important;
    }

    .consent_left {
        justify-content: flex-start;
    }

    .consent_left, .consent_right {
        display:flex;
        align-items: center;
    }


    .consent_right div:not(:last-child) {
    }


    .consent_button_limited_width {
        width: 100% !important;
    }

    .consent_modal_content {
    }

    .consent_modal_button_row button {
        max-width: 31em !important;
    }
}

.consent_logo_in_disclaimer {
    display: none;
}

.consent_content {
    align-items: center;
    height: 100%;
    column-gap: 24px;
    flex-direction: row;
    row-gap:24px;
}

@media (max-width: 650px){
    .consent_logo_in_disclaimer {
        display: flex;
        width: 20%;
    }

    .consent_mobile_disclaimer &gt; span:first-child {
        width: 80%;
        text-align: left;
    }

    .consent_right {
        column-gap: 20px;
        align-self: stretch;
    }

    .consent_right .consent_mystore_logo {
        display: none;
    }

    .consent_content {
        flex-direction: column;
    }

    .consent_right_container {
        align-self: stretch;
    }

    .consent_button_container {
        flex: 1 0 0;
    }

    .consent_button_container button {
        width: 100%;
    }
}


/* up to xl */
@media (min-width: 768px) and (max-width: 1200px){
    .consent_modal_content {
    }
}


.consent_modal_description {
    margin-top: 1em !important;
}

.consent_modal_info_container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-size: 1.4em !important;

}

.consent_modal_button_row button {
    width:100%;
}

.consent_modal_button_row button:first-of-type {
}

.consent_modal_button_row .consent_allow_all {
    background-color: #026B85 !important;
    color: #FFF !important;
    border: none !important;
    font-weight: 700;

}

.consent_modal_button_row .consent_needed_only {
    background-color: #FFF !important;
    border: 1px solid #CCC !important;
    border-radius: 4px;
    color: #262626;
}

.consent_modal_switch {
    position: relative;
    display: inline-block;
    width: 48px;
    max-width:48px;
    height: 24px;
    margin-bottom: 0;
}


.consent_necessary_opacity {
    opacity: 50%;
}

.consent_modal_switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 26px;
    width: 48px;
}

.consent_modal_switch input:disabled + .slider {
    opacity: 0.5;
}

.consent_modal_switch input:checked + .slider {
    background-color: #026B85;
}

.consent_modal_switch input:focus + .slider {
box-shadow: 0 0 1px #026B85;
}

.consent_modal_switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 12px;
    top: 2px;
}

.consent_modal_switch input {
    opacity: 0;
    height: 0;
    width: 0;
}

.consent_modal_switch_container {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    align-items: center;
    margin-bottom: 0;
    background-color: #F2F2F2;
    padding: 14px 0;
    border-radius: 4px;
    flex-grow: 1;
    justify-content: center;
    font-size: 12px;
}

.consent_modal_cookie_title {
    font-weight: normal;
    font-size: 1.6em !important;
    color: black !important
}

.consent_modal_cookie_body {
    font-size: 1.4em !important
}

.consent_modal_action_container .consent_modal_action_button img {
    max-width: 19px !important;
    max-height: 20px !important;
 }

 .consent_modal_action_container {
     cursor: pointer !important;
 }

 .consent_modal_action_container button {
    cursor: pointer !important;
}
</pre></body></html>