<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;    
    z-index: 999;
    border-radius: 0;
    height: 100%;
    background: rgb(117 117 117 / 77%);
    backdrop-filter: blur(5px);
    display: none;
  }

#center-cookie img{
    width: 100%;
    max-width: 400px;
    height: auto;
    
}

#center-cookie h1{
    color: #97c519;
    margin: 0 !important;
    text-align: center;
}

#center-cookie button, input[type='button'], input[type='reset'], input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
    padding: 15px;
    font-size: 125%;
    margin-top: 20px;
    background: #97c519;
    border: 1px solid;
    border-color: #97c519;
    border-radius: 7px;
    color: #FFF;
}

#center-cookie{
    color: #ffffff;
    width: 80%;
    margin-left: 10%;
    background-color: #2a73b6;
    border-radius: 50px;
    text-align: center;
    margin-top: 10vw;;
    line-height: 1.5;
    padding: 5% 5% 7.5% 5%;
}


#center-cookie a, a:hover, a:visited {
    text-decoration: underline;
    color: #FFFFFF;
}

#center-cookie p{
    color: #FFFFFF;
    font-size: 100%;
}

.btn{
    white-space: normal !important;
}</pre></body></html>