<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------ Start TT - CMS Footer ------------------------------- */
#ttcmsfooter {
    border-right: 1px solid var(--border-color);
    margin: 44px 0;
}
#ttcmsfooter .title_block {
    font: 500 18px/20px var(--primary-font);
    color: var(--main-title-color);
}
#ttcmsfooter1 .title_block {
    font: 500 18px/20px var(--primary-font);
    color: var(--main-title-color);
}

#ttcmsfooter .ttfooter-logo {
	float: left;
	width: 100%;
}
#ttcmsfooter .ttfooter-logo .ttfooter-img {
    float: left;
    width: auto;
    margin: 0 10px 10px 0;
}
#ttcmsfooter .ttfooter-logo .ttfooter-img:last-child {
	margin:0;
}
#ttcmsfooter .ttfooter-logo .ttfooter-img img {
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: .8;
}
#ttcmsfooter .ttfooter-logo .ttfooter-img:hover img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
@media (max-width: 991px) {
.bottom-footer-section {
    float: left;
    width: 100%;
    padding: 0;
}
}
@media (max-width: 1199px) {
	#ttcmsfooter {
		padding: 20px 0;
		border-bottom: 1px solid var(--border-color);
		float: left;
		width: 100%;
		margin: 0;
		border-right: none;
	}
}
</pre></body></html>