<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common Footer */
.container{
    height:auto !important;
}
.supportContainer{
    position: fixed;	
   	float:right;
	right:0;
	bottom:0px;
	margin-top: 40px;
    visibility:hidden;    
}
.supportContainer .clicksuppbox {
	width: 120px;
	background-color: #3b3b3b;
	border: 2px solid #404040;	
	-webkit-border-top-left-radius: 27px;
	-moz-border-radius-topleft: 27px;
	-ms-border-radius-topleft: 27px;
	-o-border-radius-topleft: 27px;
	border-top-left-radius: 27px;	
	padding-top: 9px;
}
.supportContainer .clicksuppbox a {
	text-decoration: none;
	color: #ffffff;
	display:block;
}
.supportContainer .click {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 0px 0 0 36px;
}
.supportContainer .support {
	position: relative;
	top: -3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding: 0 0 0 36px;	
}
/*FOOTER - COOKIE BANNER STYLES*/
.privacyContainer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#consent_blackbar {
	display: block;
	width: 100% !important;
	bottom: 0px;
	margin: 0px;
}
.otFlat#onetrust-banner-sdk {
	overflow-y: hidden !important;
}
@media screen and (max-width: 766px) {
	.privacyContainer {
		position: relative;
	}
		.privacyContainer + .supportContainer {
			bottom: 60px;
		}
}
	@media screen and (min-width: 320px) and (max-width: 856px) {
		
	}
	/*END FOOTER - COOKIE BANNER STYLES */</pre></body></html>