<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cookie-consent {
    width: 100%;
    z-index: 200000;
    background: #444 none repeat scroll 0 0;
    opacity: 0.97;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding:50px 0;
}

#cookie-consent a {
    color: #fff;
    line-height: 18px;
}

#cookie-consent h2 {
    color: #fff !important;
}

#cookie-consent.coc-1 {
    top: 0;
    position: fixed;
    width: 100%;
}

#cookie-consent.coc-2 {
    top: 0;
    position: static;
}

#cookie-consent.coc-3 {
    bottom: 100px;
    position: fixed;
    width: 100%;
}
/* Handy */
@media all and (max-width: 991px) {
    .coc-wrapper {
    background: #444 none repeat scroll 0 0;
    opacity: 0.97;
    padding:20px;
    width:100%;
    overflow:auto;
	}
	.coc-title {
	    text-align:center;
	    padding-bottom:10px;
	}
	#orange {
	    font-size: 16px;
	}
	#green {
	    font-size: 22px;
	    padding: 3px 45px;
	}
}
/* Tablet */
@media all and (min-width: 992px) {
    .coc-wrapper {
    width:100%;
    margin: 0 auto;
    padding: 50px 20px;
	}
	.coc-title {
	    float:left;
	    padding-right:20px;
	}
	#green {
	    font-size: 30px;
	    padding: 3px 75px;
	}
}

/* Desktop */
@media all and (min-width: 1280px) {
    .coc-wrapper {
    width: 1280px;
    margin: 0 auto;
    padding: 50px 20px;
	}
	.coc-title {
	    float:left;
	    padding-right:20px;
	}
	#green {
	    font-size: 30px;
	    padding: 3px 75px;
	}
}

.coc-body {
    text-align: justify;
    display: table-cell;
}

.coc-more-link {

}

.button.coc-accept-link {
    font-size: 15px;
    vertical-align: top;
    padding: 3px 9px;
    float:right;
    display: inline-block;
}

#orange {
    margin: 15px 1px 5px 1px;
    background: #ffbb44;
    color: #000000;
    border: 1px solid #000000;
    border-radius:5px;
}
#green {
    margin: 15px 1px 5px 12px;
    background: #b4cf42;
	color:#000;
	font-weight:bold;
    border: 1px solid #000000;
    border-radius:10px;
}
#green:hover {
    background: #e2fc74;
}

.coc-accept-link:hover {
    cursor: pointer;
}

.coc-more-link a:hover {
    text-decoration: none;
}</pre></body></html>