<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* PRIVACY &amp; COOKIE POLICY BANNER */
#eucookielaw {
	position: fixed;
	width: 100%;
	padding: 30px;
	bottom: 0;
	font-size: 14px;	
	background-color: rgba(0,0,0, 0.8);
	z-index: 999999999;
	}

#eucookielaw a{ 
	text-decoration: underline;
	cursor:pointer;
      }

#eucookielaw p{
		float: left;
		margin-top: 20px;
		text-align: left;
		color: #CCC;
       }

#eucookielaw .btn-cookie {
	float: right;
	background: #74badc;
	padding: 20px;
	margin-right: 60px;
	transition: all 0.2s;
}

#eucookielaw .btn-cookie:hover {
	background: #c3b797;
}

#eucookielaw .btn-cookie a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	
	#eucookielaw p{
		font-size: 13px;
     }
	
	#eucookielaw .btn-cookie {
		float: left;
	}
	
}


@media (max-width: 768px) {
	
	#eucookielaw {
		padding: 0px 30px 20px 30px;
	}
	
	#eucookielaw p{
		font-size: 14px;
     }
	
	.fusione {
		height: 250px;
	}
	
	.impregnazione {
		height: 250px;
	}
	
	
	.fusione h1, .impregnazione h1 {
		font-size: 40px;
	}
}
</pre></body></html>