<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main-menu-wrapper.mobile{
	top:0;
}

.mobile-wrapper{
	background-color:rgb(145,163,176) !important;
	color:#fff;
}

.mobile-wrapper a.l1{
	text-transform:uppercase;
}

.main-menu-wrapper.mobile .mobile-wrapper{
	height:76px;
}

.mobile-nav.active{
	border-top:12px solid rgb(240,204,3);
}

.mobile-wrapper a.l2{
	color:rgb(240,204,3);
	text-transform:uppercase;
}


.mobile-wrapper a.l3{
	color:#fff;
	text-transform:uppercase;
}

.mobile-wrapper a.l4{
	color:#fff;
	padding-left:4rem !important;
	font-weight:normal;
}

footer{
    max-width: 100%;
    overflow-x: hidden;
	z-index: 98;
    position: relative;
}

.main-menu img{
	margin-top:-4px;
}

.langselect ul li{
	list-style-type:none;
}


.main-menu{
	width:100%;
}

.langselect img{
	width:1rem;
	margin-right:0.5rem;
}

.logo_intellisens{
	width:6rem
}


.mobilelangselect{
	position:absolute;
	top:1rem;
	right:1rem;
	z-index:5000;
}

@media (max-width: 600px) {
	.fm{
		right:0;
	}

}


</pre></body></html>