<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  height: 100%;
  margin: 0;
}

.above-footer-content {
  min-height: 100%;
  margin: 0 auto -160px;
}

.footer-section {
   	bottom:0;
	width: 100%;
	min-height: 160px;
	color: #696969;
	background-color: #fff;
	border-top: 1px solid #e6e5e5;
}
.footer-section .footer-row{
	padding: 0;
	height: 80px;
	margin-right: 15px;
	margin-left: 15px;
}
.footer-section .footer-row .vcenter {
	position: relative;
	/*top: 50%;*/
	/*transform: translatey(-50%);*/
	top: 3em;
	padding-left: 0;
	padding-right: 0;
	-webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 100%;
} 
.footer-section .footer-row a{
	font-size: 16px;
	color: #696969;
}
.footer-section .footer-row a:hover{
	font-size: 16px;
	color: #242323;
	transition-duration: 0s;
}
.footer-section .footer-row p{
	font-size: 16px;
	margin-bottom: 0;
}
.footer-section .footer-row-seperator {
	border-bottom: 1px solid #dedbdb;
	margin-left: 15px;
	margin-right: 15px;
}

.footer-section .footer_language_blck {
	display: inline-block;
	float: right;
	border: 1px solid #696969;
	border-radius: 4px;
	transition: 0.2s all;
	padding: 5px 10px;
	cursor: pointer;
	color: #696969;
	margin-top: -8px;
}
.footer-section .footer-row .footer-link:not(:first-child){
	margin-left: 2em;
}

.no-margin {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.footer-section .social-links-block {
	display: inline-block;
	float: right;
}
.footer-section .social-links-block a:not(:first-child){
	margin-left: 1em;
}

.footer-section .click-dropdown .dropdown-menu a{
	padding: 0px 10px;
}

/*Hide Copy Right*/
@media (max-width: 785px) {
	.footer-section .footer-row .footer-copyright {
		display: none;
	}
	.footer-section .footer-row .footer-terms {
		margin-left: 0 !important;
	}
}

/*Hide Contact*/
@media (max-width: 735px) {
	.footer-section .footer-row .footer-contact{
		display: none;
	}
}

/*Change margin between links*/
@media (max-width: 620px) {
	.footer-section .footer-row .footer-link:not(:first-child){
		margin-left: 1em;
	}
}

/*Hide Send Feedback*/
@media (max-width: 556px) {
	.footer-section .footer-row .footer-feedback{
		display: none;
	}
}

/*Hide About*/
@media (max-width: 385px) {
	.footer-section .footer-row .footer-about {
		display: none;
	}
	.footer-section .footer-row .footer-help {
		margin-left: 0 !important;
	}
	.footer-section .social-links-block a:not(:first-child){
		margin-left: 0.5em;
	}
}

@media (max-width: 345px) {
	.footer-section .footer-row a{
		font-size: 14px;
	}
	.footer-section .footer-row a:hover{
		font-size: 14px;
	}
	.footer-section .footer-row .footer-link:not(:first-child){
		margin-left: 0.8em;
	}
	.footer-section .social-links-block a:not(:first-child){
		margin-left: 0.2em;
	}
}</pre></body></html>