<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* edit settings dialog */
.cookieconsent-overlay {
	position:fixed;
	z-index:2000;
}
.cookieconsent-dialog {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow:visible;
	z-index:2001;
}
.cookieconsent-dialog-content {
	padding:20px;
	margin:20px auto;
	width:700px;
	font-size:13px;
	position:relative;
	    border: 1px solid #c5c5c5;
	        background: #fff;
    color: #333;
        line-height: 1.7em!important;
}
.cookieconsent-dialog-content p{
    line-height: 1.7em!important;
}    
.cookieconsent-dialog-close {
	position:absolute;
	top:5px;
	right:5px;
}
.cookieconsent-dialog-content h1 {
	font-size:23px;
	border-bottom:1px solid;
	border-color:inherit;
	margin:0 0 20px 0;
	line-height:1.6em;
}
.cookieconsent-dialog-content .cookieconsent-logo-link {
	position:absolute;
	bottom:3px;
	right:3px;
	background-color:#efefef;
	padding:0 5px;
	display:block;
}

.cookieconsent-button-wrap {
    
	/*margin:20px 0 5px;
	text-align:right;*/
	
	margin: 10px 0 5px;
    display: inline-block;
}
.cookieconsent-button-wrap button {
	margin-left:3px;
}

.cookieconsent-level-changer {
	overflow:visible;
	margin:0 auto;
	text-align:center;
}
.cookieconsent-level-changer a {
	display:inline-block;
	height:150px;
	cursor:pointer;
	cursor:hand;
	position:relative;
	border:5px solid #b5b5b5;
	max-width:150px;
	text-decoration:none !important;
}
.cookieconsent-level-changer a:hover {
	filter: alpha(opacity=90);
	opacity:0.9;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 180, 50, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(50, 180, 50, 0.3);
}
.cookieconsent-level-changer a span.cookieconsent-level-button-icon {
	display:block;
	position:absolute;
	top:11px;
	left:10%;
	right:13%;
	height:75px;
}
.cookieconsent-level-changer a span.cookieconsent-level-button-icon div {
	display:block;
	background-color:#d1e0e9;
	position:absolute;
	bottom:0px;
	border:1px solid #fff;
}

.cookieconsent-level-changer a span.cookieconsent-level-button-title {
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:45px;
	padding-top:10px;
	background-color:#b5b5b5;
	color:#fff;
	font-size:15px;
	line-height: 16px; /* Chris */
}
.cookieconsent-level-changer a.activated {
	border-color:#66c588;
}
.cookieconsent-level-changer a.activated span.cookieconsent-level-button-title {
	background-color:#66c588;
}
.cookieconsent-level-changer a.activated span.cookieconsent-level-button-icon div.activated {
	background-color:#66a0c5;
}

.cookieconsent-permission-panels {
	overflow:hidden;
	clear:both;
	margin-top:10px;
	border-top:1px solid #b5b5b5;
	padding-top:10px;
}
.cookieconsent-permission-panel-disallowed {
	float:left;
	width:49%;
}
.cookieconsent-permission-panel-allowed {
	float:right;
	width:49%;
}
.cookieconsent-permission-panel-title {
	font-size:16px;
	padding:10px 15px;
	font-weight:normal;
	text-align:center;
}
.cookieconsent-permission-panels ul {
	padding:15px;
	margin:0;
	list-style:circle;
}
.cookieconsent-permission-panels ul li {
	padding:0 0 4px 0;
	margin:0 0 0 20px;
	font-size:14px;
}

/* cookies warning */
.cookieconsent-popup {
    
  position: fixed;
    z-index: 1999;
    /* right: 50px; */
    bottom: 0px;
    /* width: 400px; */
    padding: 15px 20px;
     font-size: 12px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
    /* box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4); */
    width: 100%;
    left: 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-align: center;
    line-height:15px;
    
    
    
   /* position:fixed;
	z-index:1999;
	right:50px;
	bottom:0px;
	width:400px;
	padding:15px 20px;
	font-size:13px;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4); 
	
    	 font-size: 11pt;
    margin: -16px auto;
    left: 0px;
    font-weight: 300;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;	
    position:fixed;*/
    
    
 
}

/* magic button */
.cookieconsent-toggle-magic-button {
	display:block;
	float:right;
	margin:5px 0 10px;
	text-decoration:underline;
}
.cookieconsent-toggle-magic-button .ui-icon {
	float:left;
	margin: 4px 2px 0 0;
}
.cookieconsent-magic-button-wrap {
	display:none;
}
.cookieconsent-magic-button-wrap .ui-state-highlight {
	margin:0 0 15px;
	padding:15px;
}
.cookieconsent-magic-button-wrap iframe {
	height:137px;
	width:100%;
}

/* policy links */
.cookieconsent-popup .cookieconsent-cookie-policy-link {

	
	display: inline-block;
    text-decoration: underline;
    
    
    /*	display:block;
	float:left;
	clear:both;
	margin:5px 0 10px;
	text-decoration:underline;*/
}
.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
}

 @media screen and (max-width: 767px) {
    .cookieconsent-dialog-content {
        width:100%;
	}
	.cookieconsent-popup {

		
	/*	width: 75% !important; */
    right: 0 !important;
    left: auto;
    /* line-height: 12px; */
    font-size: 10px;
    padding: 10px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600;
    bottom: 0px;
	}
	.cookieconsent-button-wrap {
		margin: 10px 0 5px 0;
		text-align:center;
	}
	.cookieconsent-permission-panel-disallowed {
		float:none;
		width:100%;
		padding-bottom:8px;
	}
	.cookieconsent-permission-panel-allowed {
		float:none;
		width:100%;
		padding-bottom:8px;
	}
	.cookieconsent-popup .cookieconsent-cookie-policy-link {
	    float: none;
    	margin: 8px 0 0px;
    	display: block;
    margin: 0 0 8px 0;
	}
	
}


.cookieconsent-popup .ui-state-default {
    color: #ffffff;
    margin-left: 20px;
    background-color: #353232;
    text-transform: uppercase;
}
</pre></body></html>