<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
}

body {
	font-family: sans-serif
}


.w3-theme-l5 {color:#000 !important; background-color:#fefbf5 !important}
.w3-theme2-l5 {color:#000 !important; background-color:#f3f6fb !important}

.w3-base-bk-color,.w3-hover-base-bk-color:hover{color:#fff!important;background-color:rgb(12,60,96)!important}
.w3-base-bk-pale-blue,.w3-hover-base-bk-pale-blue:hover{color:#fff!important;background-color:rgb(209,224,235)!important}



.mySlides {
	display: none
}
.mySlidesButtons {
	position: absolute;
	right: 20%;
	bottom: 17%;
}
.mySlidesButton {
	margin-bottom: 10px;
}



.w3-left, .w3-right, .w3-badge {
	cursor: pointer
}
.w3-badge {
	height: 13px;
	width: 13px;
	padding: 0px;
}

.w-100 {
	width: 100%;
}
.mw-800 {
	max-width: 800px;
}
.mw-2000 {
	max-width: 2000px;
}


.submenu-option {
	margin-left:30px;
}</pre></body></html>