<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1199px){

}

/* ipad mini  portrait   */
@media only screen and (max-width: 1024px){
	
}
/* Mini Desktop and Other Device*/
@media only screen and (max-width: 980px){
	

}

@media only screen and (max-width: 966px){

}

@media only screen and (max-width: 960px){

}

@media only screen and (max-width: 950px){

}

@media only screen and (max-width: 900px){

}

@media only screen and (max-width: 854px) {

}

@media only screen and (max-width: 800px) {

}

/* ipad mini landscape and Other Device   */
@media only screen and (max-width: 768px){


}

@media only screen and (max-width: 753px){

}
/*Appple iPhone 6 plus landscape (if necessary) */
@media only screen and (max-width: 736px){

}

@media only screen and (max-width: 720px){
	
}

/* Apple iPhone 6 landscape)   */
@media only screen and (max-width: 667px){
	
}

@media only screen and (max-width: 640px){




}

@media only screen and (max-width: 604px){

}

@media only screen and (max-width: 600px){

}

@media only screen and (max-width: 569px){


}

/* Apple iPhone 5 landscape)   */
@media only screen and (max-width: 568px){

}

@media only screen and (max-width: 540px){

	
}

@media only screen and (max-width: 533px){

}

/* Apple iPhone 4 landscape)   */
@media only screen and (max-width:480px){


}

@media only screen and (max-width:424px){

	
}

@media only screen and (max-width:414px){
	
}

@media only screen and (max-width:400px){ 

}

@media only screen and (max-width:384px){ 

}

/* Apple iPhone 6 portrait)   */
@media only screen and (max-width:375px){

	
}

@media only screen and (max-width:360px){

}

/* Apple iPhone 4 portrait)   */
@media only screen and (max-width:320px){

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