<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer .menu-sections{
	width: 100%;
	padding: 10px;
	font-size: 1rem;
	overflow: hidden;
	list-style-type: none;
	column-count: 2;
	column-gap: 50px;
	column-rule: 1px solid #e0e0e0;
	column-fill: auto;
}
footer .menu-sections .menu-item{
	padding-bottom: 20px;
}
footer .menu-sections .menu-item &gt; a:first-child{
	font-weight: bold;
}
footer .menu-sections .menu-subsections a{
	font-weight: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
footer .footer-links a{
	margin-right: 15px;
}
footer .footer-links a:last-child{
	margin-right: 0px;
}
@media(min-width: 992px){
	footer .menu-sections{
		column-count: 5;
		height: 445px;
	}
}</pre></body></html>