<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tx_cookies_inner {
    color: rgb(255, 255, 255);
    background-color: rgb(111,158,197);
    left: 0;
    right: 0;
    bottom: 0;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease;
    box-shadow: 5px 5px 10px rgba(95,96,130,0.5);
}
#tx_cookies_hint {
    -ms-flex: 1;
    flex: 1;
    padding-right: 30px;
    margin: 0px;
}
.cookie-button {
    color: white;
    border: none;
    background-color: rgb(103,134,168);
    min-width: 140px;
    height: 39px;
    font-weight: 700;
}
#tx_cookies_hide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
#tx_cookies_close {
    display: none;
}
#tx_cookies_inner h3 {
    display: none;
}</pre></body></html>