<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	#cookie-bar {
		background: #fbd547;
		height: auto;
		color: #eaeef3;
		text-align: left;
		padding: 25px;
		z-index: 1000;
	}
	#cookie-bar.fixed {
		position: fixed;
		top: 0;
		right: 0;
   		 width: 200px;
	}
	#cookie-bar.fixed.bottom {
		bottom: 0;
		top: auto;
	}
	#cookie-bar p {
		margin: 0;
		padding: 0;
		color: #1b1b1b;
		font-size: 11px;
		line-height: 14px;
		font-weight: 400;
	}
	#cookie-bar a.cb-button {
		color: #ffffff;
		display: block;
		text-decoration: none;
		padding: 6px 12px;
		margin-left: 0;
		font-family: 'Open Sans', sans-serif;
		font-size: 11px;
		line-height: 1.3;
		font-weight: 500;
		text-align: center;
		margin-top:5px;
		widt:100%;
		border:1px solid #1b1b1b;
	}
	#cookie-bar a.cb-button:first-of-type {
		margin-left: 0px;
		margin-top:20px;
	}
	#cookie-bar a.cb-enable {
		background: #1b1b1b;
	}
	#cookie-bar a.cb-enable:hover {
		background: #1b1b1b;
	}
	#cookie-bar a.cb-disable {
		background: #1b1b1b;
	}
	#cookie-bar a.cb-disable:hover {
		background: #1b1b1b;
	}
	#cookie-bar a.cb-policy {
		color: #1b1b1b;
		background: transparent;
	}
	#cookie-bar a.cb-policy:hover {
		background: transparent;
		color: #1b1b1b;
	}

@media (max-width: 767px) {
	#cookie-bar {
		padding: 20px;
	}
}

@media (max-width: 420px) {
	#cookie-bar {
		text-align: left;
	}
	#cookie-bar a.cb-button {
		display: block;
		width:120px;
		margin-top:5px;
		margin-left:0;
		text-align:center;
	}
	#cookie-bar a.cb-button:first-of-type {
		margin-top: 15px;
	}
}</pre></body></html>