<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#topMenuV2{
	display: inline-block;
	float: left;
	/*width: calc(100% - 30px);*/
	text-align: left;
	z-index: 100;
}

#topMenuV2 a{
	text-decoration: none;
}

#menuCrmWrap{
	display: inline-block;
}

@media (min-width: 992px) {
	#topMenuV2{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#topMenuV2ButtonToogle{
		display: none;
	}
	
	#topMenuV2 .item.level1{
		display: inline-block;
		padding-right: 5px;
		padding-bottom: 5px;
		position: relative;
		float: left;
	}

	#topMenuV2 .item.level1 &gt; .description,
	#topMenuV2 .item.level1 &gt; a .description{
		color: white;
		background-color: #1A2B54;
		padding: 2px 10px;
		border-radius: 5px;
		font-size: 9pt;
	}

	#topMenuV2 .item.level1 .description:hover{
		color: #2E9AFE;
	}

	#topMenuV2 .item .items{
		display: none;
		position: absolute;
		top: 30px;
		left: 0;
		z-index: 101;
		border: 2px solid #D8D8D8;
	}

	#topMenuV2 .item.level1 .items{
		top: 25px;
		left: 0;
		z-index: 101;
	}
	
	#topMenuV2 .item.level2 &gt; .items,
	#topMenuV2 .item.level3 &gt; .items{
		top: 23px;
		left: 80px;
		z-index: 102;
	}

	#topMenuV2 .item.level2,
	#topMenuV2 .item.level3,
	#topMenuV2 .item.level4{
		display: inline-block;
		text-align: left;
		background-color: #F2F2F2;
		position: relative;
		border-bottom: 1px solid #D8D8D8;
		width: 200px;
	}
	
	#topMenuV2 .item.level3{
		background-color: #E6E6E6;
		border-bottom: 1px solid #D8D8D8;
	}
	
	#topMenuV2 .item.level4{
		background-color: #D8D8D8;
		border-bottom: 1px solid #BDBDBD;
	}
	
	#topMenuV2 .item.level2:last-child,
	#topMenuV2 .item.level3:last-child,
	#topMenuV2 .item.level4:last-child{
		border-bottom: none;
	}
	
	#topMenuV2 .item.level3 .items{
		border: 2px solid #BDBDBD;
	}
	

	#topMenuV2 .item.level2 .description,
	#topMenuV2 .item.level3 .description,
	#topMenuV2 .item.level4 .description{
		color: #19506d;
		padding: 6px 4px 6px 4px;
		width: 100%;
	}

	#topMenuV2 .item.level2:hover{
		background-color: white;
	}
	#topMenuV2 .item.level3:hover{
		background-color: #F2F2F2;
	}
	#topMenuV2 .item.level4:hover{
		background-color: #E6E6E6;
	}

	#topMenuV2 .item.level2:hover &gt; .description,
	#topMenuV2 .item.level3:hover &gt; .description,
	#topMenuV2 .item.level4:hover &gt; .description{
		color: #2E9AFE;
	}
	
	#topMenuV2 .item:hover &gt; .items{
		display: inline-block;
	}
	
	#topMenuV2 .iconWrap{
		display: none;
	}
}




@media (max-width: 992px) {
	#topMenuV2ButtonToogle{
		display: inline-block;
		float: right;
	}
	
	#languageSelector{
		float: right;
		margin-top: 0;
	}
	
	#topMenuV2{
		display: none;
	}
	
	body.menuXsOpen{
		overflow: hidden;
	}
	
	body.menuXsOpen #main_layout .layout_header_1{
		display: none;
	}
	
	body.menuXsOpen #topMenuV2{
		z-index: 200;
		display: inline-block;
		margin-top: 46px;
		width: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		outline: 0;
		text-align: left;
		
		background-color: rgba(0,0,0,.5);
	}
	
	#topMenuV2 .items{
		display: none;
	}
	
	#topMenuV2 .item.open &gt; .items{
		position: static;
		width: 100%;
		display: inline-block;
	}
	
	#topMenuV2 .item.noOpen &gt; .description .icon-minus,
	#topMenuV2 .item.open &gt; .description .icon-plus{
		display: none;
	}
	
	#topMenuV2 .item.open &gt; .description .icon-minus,
	#topMenuV2 .item.noOpen &gt; .description .icon-plus{
		display: inline-block;
	}
	
	#topMenuV2 .item{
		display: inline-block;
		width: 100%;
		border-top: 1px solid #A4A4A4;
	}
	
	#topMenuV2 .item:last-child{
		border-bottom: 1px solid #A4A4A4;
	}
	
	#topMenuV2 .item.level1 .description{
		padding: 10px 10px 10px 10px;
		font-weight: bold;
		color: #6E6E6E;
		background-color: #D8D8D8;
	}
	#topMenuV2 .item.level1 .description:hover{
		background-color: #A4A4A4;
	}
	
	#topMenuV2 .item.level2 .description{
		padding: 10px 10px 10px 30px;
		font-weight: normal;
		color: #6E6E6E;
		background-color: #E6E6E6;
	}
	#topMenuV2 .item.level2 .description:hover{
		background-color: #A4A4A4;
	}
	
	#topMenuV2 .item.level3 .description{
		padding: 10px 10px 10px 50px;
		font-weight: normal;
		color: #6E6E6E;
		background-color: #FAFAFA;
		font-style: italic;
	}
	#topMenuV2 .item.level3 .description:hover{
		background-color: #A4A4A4;
	}
	
	#topMenuV2 .item.level4 .description{
		padding: 10px 10px 10px 70px;
		font-weight: normal;
		color: #6E6E6E;
		background-color: #FFFFFF;
		font-style: italic;
	}
	#topMenuV2 .item.level4 .description:hover{
		background-color: #A4A4A4;
	}
	
	#topMenuV2 .description{
		display: inline-block;
		width: 100%;
	}
	
	#topMenuV2 .description .text{
		display: inline-block;
		width: calc(100% - 30px);
	}
	
	#topMenuV2 .iconWrap{
		display: inline-block;
		width: 25px;
	}
	
	
	
	#topMenuV2Wrap #languageSelector,
	#topMenuV2Wrap #topMenuV2ButtonToogle,
	#topMenuV2Wrap #menuCrmWrap{
		float: none;
	}	
}</pre></body></html>