<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cnp-bannercookie {
    height: auto;
    background-color: white;
    position: fixed;
    z-index: 1000;
    box-shadow: 0px 6px 20px 0px black;
    font-size: 1.0rem;
}

.cnp-cookie-btn {
    color: white;
    font-size: 16px;
    width: 30%;
    border: 0px;
}
.cnp-cookie-btn-1 {
    background-color: black;
    
}
.cnp-cookie-btn-2 {
    background-color: #188600;
}
.cnp-cookie-preference {
    display: flex;
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 2px;
    padding-left: 8px;
}
.cnp-tablecookie-preference {
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 2px;
    padding-left: 8px;
    width: 100%;
}
.cnp-tablecookie-preference td {
    padding: 6px;
    padding-left: 8px;
    font-size: 16px;
}
.cnp-tablecookie-preference a {
    color: black;
}
.cnp-striped {
    padding: 10px;
    font-size: 24px;
}
.cnp-striped a:hover, .cnp-striped a:link, .cnp-striped a:visited {
    color: black;
    text-decoration: none;
}

.cnp-striped-body {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
    padding: 10px;
    padding-left: 0px;
    border-top: 1px solid #cccccc;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.cnp-striped .active {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 10px;
    padding-left: 10px;
    border-bottom: 2px solid white;
    border-radius: 6px 6px 0px 0px;
}

.cnp-list-group {
    display: flex;
    flex-direction: column;
}
.cnp-list-group-item {
    display: block;
    border: 1px solid #cccccc;
    padding: 10px;
    padding-left: 0px;
    margin-left: -40px;
    width: 100%;
    background-color: #f6f6f9;
    border-left: 0px;
}
.cnp-active {
    background-color: white;
    border: 0px;
}


.cnp-list-group a:hover, .cnp-list-group a:link, .cnp-list-group a:visited {
    color: black;
}
.cnp-table-cookie {
    width: 100%;
    font-size: 24px;
    border: 1px solid #f6f6f9;
    
}
.cnp-table-cookie&gt;thead {
    background-color: #f6f6f9;
    border-bottom: 1px solid #cccccc;
}
.cnp-table-cookie td {
    padding: 4px;
    border: 1px solid #f6f6f9;
}</pre></body></html>