<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#gdpr{
	background-color:#00313c!important;
	display:none;
	bottom:0;
	opacity:.80;
	position:fixed;
	width:100%;
	z-index:1050;
	border-top:2px solid #fff
}
#gdpr .alert-info{
	color:#fff;
	background:0 0;
	border:none
}
#gdpr .gdpr__container{
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
	gap:1rem;
	margin:0px auto;
	padding:3rem 0;
	max-width:75rem;
}
#gdpr .gdpr__container div{
	flex:0 1 auto;
	padding-left:3rem;
	padding-right:3rem;
}
#gdpr .gdpr__text a{
	color:#fff;
	text-decoration:none;
	font-weight:600
}
#gdpr .gdpr__text a:hover{
	text-decoration:underline
}
#gdpr .gdpr__text p{
	margin:0;
	padding:0
}
#gdpr .gdpr__btn button.btn-close{
    background: none;
	background-color:#00313c;
	color:#fff;
	height: auto !important;
	width: auto !important;
	border:2px solid rgba(255, 255, 255, 1);
	transition: all 0.3s;
	padding: 0.5rem;
	opacity: 1 !important;
	border-radius: 0;
}
#gdpr .gdpr__btn button.btn-close:hover{
    background-color:#fff;
    color:#00313c;
}</pre></body></html>