<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#eu-cookie-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: none;
	justify-content: flex-end;
	padding-bottom: 24px;
	pointer-events: none;
}

#eu-cookie-bar_stick {
	max-width: 436px;
	background:#1551e5;
	color:#b5caff;
	font-family:Mulish, sans-serif;
	font-stretch:normal;
	letter-spacing:normal;
	font-weight:400;
	font-size:14px;
	line-height:1.4;
	padding:16px;
	letter-spacing:-0.5px;
	box-shadow:0px 0px 10px rgba(0,0,0,.3);
	display:inline-flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	pointer-events:auto;
}
#eu-cookie-bar a {
	color: #ffffff;
}

.cookiesLink {
	color: #ffffff !important;
}

button#euCookieAcceptWP {
	margin:0 10px;
	line-height:20px;
	background:#1551e5;
	border:none;
	color: #ffffff;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	box-shadow: inset 0 0 0 1px #fff;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding:8px 10px !important;
}

@media only screen and (max-width: 767px) {
 #eu-cookie-bar {
	padding-left:14px
 }
}
@media only screen and (min-width: 768px)and (max-width: 991px) {
 #eu-cookie-bar {
	padding-left:24px
 }
}
@media only screen and (min-width: 992px)and (max-width: 1023px) {
 #eu-cookie-bar {
	padding-left:24px
 }
}
@media only screen and (min-width: 1024px)and (max-width: 1439px) {
 #eu-cookie-bar {
	padding-left:50px
 }
}
@media only screen and (min-width: 1440px)and (max-width: 1919px) {
 #eu-cookie-bar {
	padding-left:135px
 }
}
@media only screen and (min-width: 1920px) {
 #eu-cookie-bar {
	padding-left:180px
 }
}
@media only screen and (max-width: 767px) {
 #eu-cookie-bar {
	padding-right:14px
 }
}
@media only screen and (min-width: 768px)and (max-width: 991px) {
 #eu-cookie-bar {
	padding-right:24px
 }
}
@media only screen and (min-width: 992px)and (max-width: 1023px) {
 #eu-cookie-bar {
	padding-right:24px
 }
}
@media only screen and (min-width: 1024px)and (max-width: 1439px) {
 #eu-cookie-bar {
	padding-right:50px
 }
}
@media only screen and (min-width: 1440px)and (max-width: 1919px) {
 #eu-cookie-bar {
	padding-right:135px
 }
}
@media only screen and (min-width: 1920px) {
 #eu-cookie-bar {
	padding-right:180px
 }
}
@media only screen and (max-width: 767px) {
 #eu-cookie-bar {
	padding:0
 }
}

@media only screen and (max-width: 1439px) {
 #eu-cookie-bar_stick {
	max-width:436px;
 }
}
@media only screen and (max-width: 1023px) {
 #eu-cookie-bar_stick {
	margin-right:50px
 }
}
@media only screen and (max-width: 767px) {
 #eu-cookie-bar_stick {
	max-width:none;
	width:100%;
	font-size:12px;
	line-height:1.3;
	margin-right:0
 }
}
</pre></body></html>