<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.gdpr {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 20px 0;
    padding-bottom: 60px;
    box-shadow: 0 -3px 3px -3px #414141;
    background: #fff;
    color: #414141;


    font-size: 14px;
    line-height: 20px;
    z-index: 9999;
}
.gdpr.active {
    display: block;
}
.gdpr-title {
    clear: both;
    margin-bottom: 20px;
    font-family: 'Thasadith', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.gdpr-subtitle {
    margin-bottom: 20px;
}

.gdpr-button {
    float: left;
    min-width: 150px;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #0c66b4;
    color: #fff;
    font-family: 'Thasadith', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.gdpr-button + .gdpr-button {
    margin-left: 20px;
}
.gdpr-button:hover, .gdpr-button:focus {
    background: #0081ea;
}
.gdpr-link {
    float: left;
    clear: both;
    padding: 0;
    color: #0c66b4;
    font-family: 'Thasadith', sans-serif;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}
.gdpr-link:hover, .gdpr-link:focus {
    color: #0c66b4;
    text-decoration: underline;
}
.gdpr-close {
    float: right;
    width: 20px;
    height: 20px;
    background: url("icon-close.svg") center no-repeat;
    background-size: auto 20px;
    cursor: pointer;
}

.gdpr-modal {
    font-weight: 700;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.2s, z-index 0s 0.2s;
    overflow: auto;
    z-index: -9999;
}
.gdpr-modal.active {
    opacity: 1;
    transition: opacity 0.2s, z-index 0s;
    z-index: 9999;
}

.gdpr-modal-box {
    position: relative;
    max-width: 960px;
    margin: auto;
    padding: 20px;
    background: #fff;
    color: #414141;
    font-family: 'Thasadith', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
}
.gdpr-modal-box .gdpr-title {
    color: #0c66b4;
    font-size: 18px;
    line-height: 25px;
}
.gdpr-modal-box .gdpr-subtitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.gdpr-list input[type=checkbox] {
    display: none;
}
.gdpr-list input[type=checkbox] ~ label {
    position: static;
    display: block;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    color: #414141;
    font-family: 'Thasadith', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
}
.gdpr-list input[type=checkbox] ~ label:before, .gdpr-list input[type=checkbox] ~ label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background: #fff;
    transition: border 0.2s, background 0.2s;
}
.gdpr-list input[type=checkbox] ~ label:after {
    width: 30px;
    height: 30px;
    background: #fff;
    transition: border 0.2s, transform 0.2s;
    z-index: 1;
}
.gdpr-list input[type=checkbox] ~ label.gdpr-link {
    margin: 0;
    padding: 0;
    color: #0c66b4;
    font-family: 'Thasadith', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    pointer-events: all;
}
.gdpr-list input[type=checkbox] ~ label.gdpr-link:before, .gdpr-list input[type=checkbox] ~ label.gdpr-link:after {
    content: none;
}
.gdpr-list input[type=checkbox]:checked ~ label:before {
    border: 1px solid #ff3b30;
    background: #ff3b30;
}
.gdpr-list input[type=checkbox]:checked ~ label:after {
    border: 1px solid #ff3b30;
    transform: translateX(100%);
}
.gdpr-list input[type=checkbox]:disabled ~ label {
    color: #ccc;
    pointer-events: none;
}
.gdpr-list input[type=checkbox]:disabled ~ label:before {
    border: 1px solid #ddd;
    background: #ddd;
    opacity: 0;
}
.gdpr-list input[type=checkbox]:disabled ~ label:after {
    border: 1px solid #ddd;
    opacity: 0;
    transform: translateX(100%);
}
.gdpr-list input[type=checkbox]:disabled ~ label.gdpr-link {
    color: #0c66b4;
    pointer-events: all;
}

.gdpr-list-item {
    position: relative;
    padding: 0 0 20px 70px;
}
.gdpr-list-item-description {
    margin-bottom: 5px;
    color: #414141;
    font-family: 'Thasadith', sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.gdpr-list-item-details {
    display: none;
}
.gdpr-list-item-details span {
    display: block;
    font-size: 12px;
    line-height: 15px;
}
.gdpr-list-item-details label.gdpr-link {
    margin: 5px 0;
    font-size: 14px;
    line-height: 20px;
}
.gdpr-list-item-details table {
    table-layout: auto;
    width: 100%;
    margin: 0;
    border: 0;
    color: #414141;
    text-align: left;
}
.gdpr-list-item-details table tr th {
    padding: 10px;
    border: 0;
    background: #414141;
    color: #fff;
    font-family: 'Thasadith', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
}
.gdpr-list-item-details table tr td {
    padding: 10px;
    border: 0;
    font-family: 'Thasadith', sans-serif;
    font-size: 12px;
    line-height: 15px;
}
.gdpr-list-item-details table tr:nth-child(2n+1) {
    background: none;
}
.gdpr-list-item-details table tr:nth-child(2n) {
    border-bottom: 1px solid #ccc;
    background: none;
}
.gdpr-list-item .gdpr-link {
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 12px;
    line-height: 15px;
}

.gdpr-list-item-input:checked ~ .gdpr-link {
    display: none;
}
.gdpr-list-item-input:checked ~ .gdpr-list-item-details {
    display: block;
}

@media all and (max-width: 767px) {
    .gdpr {
        padding: 10px 0;
    }
    .gdpr-title {
        margin-bottom: 10px;
    }
    .gdpr-subtitle {
        margin-bottom: 10px;
    }
    .gdpr-button {
        clear: both;
        margin-bottom: 10px;
    }
    .gdpr-button + .gdpr-button {
        margin-left: 0;
    }
    .gdpr-link {
        font-size: 14px;
    }

    .gdpr-modal-box {
        padding: 10px;
    }
    .gdpr-modal-box .gdpr-title {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .gdpr-modal-box .gdpr-subtitle {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 700;
    }

    .gdpr-list input[type=checkbox] ~ label {
        position: relative;
        padding-left: 50px;
        font-size: 16px;
        line-height: 20px;
    }
    .gdpr-list input[type=checkbox] ~ label:before, .gdpr-list input[type=checkbox] ~ label:after {
        width: 40px;
        height: 20px;
        border-radius: 20px;
    }
    .gdpr-list input[type=checkbox] ~ label:after {
        width: 20px;
        height: 20px;
    }

    .gdpr-list-item {
        padding: 0 0 20px;
    }
}</pre></body></html>