<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cookieConsentContainer {
	z-index: 999;
	width: 40%;
	min-height: 20px;
	box-sizing: border-box;
	overflow: hidden;
	position: fixed;
    bottom: 20px;
	/* right: 20px;
	left: 20px; */
	display: none;
}
.cookies-content{
	background: #4e67fe;
	padding: 30px 30px 0px 30px;
	width: 100%;
}
.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieImg {
	position: relative;
	height: 150px;
    width: 178px;
}
.cookieConsentContainer .cookieImg:hover img:first-child{
	display: none;
}
.cookieConsentContainer .cookieImg img {
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}
.cookieConsentContainer .cookieImg img:nth-child(2n){
	position: absolute;
	top: 0;
	left: 0;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} 
.cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a:first-child {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	color: #fff;
	border: 1px solid white;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #4e67fe;
	box-sizing: border-box; 

	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	border: 1px solid white;
	padding: 12px 35px;
    border-radius: 5px;
	color: #4e67fe;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
	transition: background 0.3s;
	text-decoration: none;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #4e67fe;
	color: #fff;
}
.cookieConsentContainer .cookieButton a:first-child:hover {
	background: #fff;
	color: #4e67fe;
}
.link-cookie-policy{
	opacity: .6;
}
.link-cookie-policy:hover {
	opacity: .8;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}
.cookieConsentContainer{
	opacity: .9;
	display: block;
	display: none;
}</pre></body></html>