<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	background-color: #d1d0ce;
}
.firstRow {
	background-color: #98999b;
	color: #FFFFFF;
	min-height: 246px;
}
.firstRowText {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}
.firstRowText a {
	color: #FFFFFF;
}
.table-responsive tr td {
	padding-right: 3px;
	padding-top: 3px;
}
.firstRowText.tinted {
	color: #cccccc;
}




@media screen and (min-width:768px){
	.firstRow {
	min-height: 303px;
	}
	.firstRowText {
	font-size: 12px !important
}
}
 @media (min-width:768px) and (max-width:991px) {
	.firstRow {
	min-height: 246px;
	}
	.firstRowText {
	font-size: 13px !important
} 
	 
 }
	

    @media only screen and (min-width : 992px) {
.firstRow {
	min-height: 246px;
	}
	
	.firstRowText {
	font-size: 13px !important
}
    }
	
	@media (min-width:1200px){
		.firstRow {
	min-height: 303px;
	}
	
	.firstRowText {
	font-size: 14px !important
}
	}
</pre></body></html>