/* =======================================================**   COGIA - Cookies CSS*   Reference: https://www.cssscript.com/cookie-consent-popup-purecookie** ======================================================= */.cookieConsentContainer {	z-index: 32;	width: 360px;	min-height: 20px;	box-sizing: border-box;	padding: 30px 30px 30px 30px;	background: #01213C;	overflow: hidden;	position: fixed;    bottom: 30px;	right: 30px;	display: none;	text-align: left;	text-decoration: none;	box-shadow: 0 .4rem 2rem rgba(0,0,0,.5);}.cookieConsentContainer .cookieTitle a,.cookieConsentContainer .cookieTitle a:hover {	font-family: 'century-gothic', sans-serif;	color: #FFFFFF;	font-size: 24px;	line-height: 32px;}.cookieConsentContainer .cookieDesc p {	margin: 0;	padding: 0;	font-family: 'century-gothic', sans-serif;	color: #FFFFFF;	font-size: 14px;	line-height: 16px;	display: block;	margin-top: 10px;} .cookieConsentContainer .cookieDesc a {	font-family: 'century-gothic', sans-serif;	color: #FFFFFF;	text-decoration: underline;	cursor: pointer;}.cookieConsentContainer .cookieButton a {	display: inline-block;	font-family: 'century-gothic', sans-serif;	color: #FFFFFF;	font-size: 14px;	font-weight: bold;	margin-top: 14px;	background: #BF9751;	color: #FFFFFF;	box-sizing: border-box; 	padding: 15px 24px;	text-align: center;	transition: background 0.3s;}.cookieConsentContainer .cookieButton a:hover {	cursor: pointer;	background: #FFFFFF;	color: #01213C;}.cookieConsentContainer .cookieButton a:active,.cookieConsentContainer .cookieButton a:focus {	cursor: pointer;	background: #BF9751;	color: #01213C;}@media (max-width: 980px) {	.cookieConsentContainer {		bottom: 0px !important;		left: 0px !important;		width: 100%  !important;	}}