@charset "utf-8";
/* CSS Document */
	.br4{display:inherit;}

@media screen and (max-width: 991px){	
	.br3{display:inherit;}
	.show-tablet{	display:inherit;}
	.hide-tablet{	display:none;}

}

@media screen and (max-width: 767px){
	.br2{display:inherit;}
	.hide-mobile{display:none;}
	.show-mobile{display:inherit;}
	
	.comingsoonTop{padding-top: 5px;}
	.txt1{width: 90%; margin-bottom: 10px;}
	.btLinkTop{width: 90%;  transition: 1s;}
	.logoComingsoon{width: 70%;  margin-bottom: 0px;}
	.txtFootComingsoon{width: 100%; margin: 20px 0;}
	.spcButtonComingsoon{padding: 0 1svw;}
	
}
@media screen and (max-width: 500px){
}