<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&amp;display=swap');

#container{max-width:100%;   margin-bottom: 0.5em; }  
 
 &lt;!-- container one --&gt;

#container_one {
	width: 100%;	
	clear:both;
	padding: 1em 0%;
	overflow: hidden;
	margin-bottom: 1em; 
 
} 

#container_one div.feature {

	max-width: 1680px;
	clear: both;
	padding: 2em 2.25%;
	overflow: hidden;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;	
	  
}



#container_one div.feature h3
{
	  
	padding: 10px;
	font-size:1.5em;
	font-weight:bold;
	color:#663399; 
	
}
 
#container_one div.feature h4{
 
	padding: 10px;
	font-size: 1.3em;
	font-weight:bold;
	color:#000000;
	
}

 

#container_one  div.feature p{
	/*padding:16px10px;*/
	padding: 10px;
font-size:1.1em; color:#000000;
	
}

#container_one div.feature img {
	float:left;
	/*margin-right: 5%;*/
	padding: 5px;
	margin-left:20px;
}

  

 
#container_one  div.feature ul{
	font-size:1.2em;
	line-height:1.1em;	
	margin-top: 0.5em;
	list-style:disc;
	margin-left:1.5em;
}

 
#container_one  div.feature a {
	color: #639;	
}
#container_one  div.feature a:hover {
	color: #639;
}

 

div#video1{
			width: 49%;
			margin-right: 1%;
			float:left;
	        padding-left:20px;
			 
		}
		div#video2{
			width: 49%;
			margin-left: 1%;
			float:left;
		 
		}

		#video1 h6, #video2 h6{
			text-align:center;
			color:black;
			font-size:1.7em;
		}
		
	 

@media only screen and (max-width: 1366px) {
		#container_one  div.feature {
				width:98%; 
				clear:both;
				padding: 0 1%;
			}	
			 
		}
		
		@media only screen and (max-width: 1150px) {
			#container_one  div.feature {font-size:0.9em;}
		}
		
 

		@media only screen and (max-width:950px){
	#container_one  div.feature {
		margin-left: 2.25%;
		margin-right: 2.25%;
		width: 94.5%;
		clear:both;	
		margin-bottom: 2em;
		padding:0 0 2.5em 0;
	}
	 
  
	#container_one  div.feature img {
		width: 60%;
		height:60%;
		object-fit:unset;
		float:none !important;
		margin: 0 !important;
	}
	
	#container_one  div.feature p.title {
		margin-top:1em;	
	} 
}
 
		@media only screen and (max-width: 767px) {
			  

			div#video1, div#video2{
				width: 100%;
				margin: 1em 0 0 0;
				float:none;
			}

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