@charset "utf-8";
/* CSS Document */
/*===============================*/
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
body{
	font-family: "Lora", serif;
	font-weight:normal;
    color: #000;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
	padding:0;
	margin:0;
	list-style:none;
	background:#fff;
}
.container{
	width:970px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
}
p, h1, h2, h3, ul{
	padding:0;
	margin:0;
}
li{list-style:none;}
a{text-decoration:none;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
}
.position{position:relative;}
.dsplay{width:100%;display:table;box-sizing:border-box;}
*{box-sizing:border-box;}
.flt{float:left;width:100%;}
.ovrfl{overflow:hidden;}
.bdhding1{
	font-weight:bold;	
	font-size:44px;
	line-height:54px;
	text-align:center;
}
.bdhding1 u{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset: 6px;}
.bdfont{	
	font-size:24px;
	line-height:34px;
	text-align:left;
}
.bdfont2{	
	font-size:28px;
	line-height:38px;
	text-align:left;
}
.bdfont sup, .bdfont2 sup{font-size:12px;line-height:12px;font-weight:normal;color:#949494;}
.bdfont3{	
	font-size:30px;
	line-height:40px;
	text-align:left;
}
.bdfont4{	
	font-size:34px;
	line-height:40px;
	text-align:left;
}
.bdfont5{	
	font-size:26px;
	line-height:36px;
	text-align:left;
}
.bdfont u, .bdfont2 u, .bdfont3 u, .bdfont4 u{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:7px;}
.mar1{margin:34px 0 0 0;}
.mar2{margin:40px 0 0 0;}
.mar3{margin:25px 0 0 0;}
.mar4{margin: 10px 0 0 0;}
.mar5{margin-top:29px;}

.bold{font-weight:bold;}
.semibold{font-weight:600;}
.medium{font-weight:500;}
.txlncntr{text-align:center;}
.blkcolor{color:000;}
.txlnlft{text-align:left;}
.txtdecoration{text-decoration:line-through;}
@media only screen and (max-width: 1270px){
.arwmar{margin-top:46px;}
}
@media only screen and (max-width: 1000px){
.container{ max-width:750px; width:100%; }
.bdhding1{
	font-size:36px;
	line-height:46px;
}
.bdfont{	
	font-size:19px;
	line-height:29px;
}
.bdfont2{	
	font-size:24px;
	line-height:34px;
}
.bdfont3{	
	font-size:26px;
	line-height:36px;
}
.bdfont4{font-size:30px;line-height:40px;}
.bdfont5{	
	font-size:22px;
	line-height:32px;
}
.mar1{margin:29px 0 0 0;}
.mar2{margin:35px 0 0 0;}
.mar5{margin-top:25px;}
.arwmar{margin-top:46px;}
}
@media only screen and (max-width: 767px){
.container{ width:100%;max-width:640px;}
.bdinpad{padding:0 12px;box-sizing:border-box;}

.bdhding1{
	font-size:32px;
	line-height:42px;
}
.bdhding1 u{text-underline-offset: 4px;}
.bdfont{	
	font-size:18px;
	line-height:28px;
}
.bdfont2{	
	font-size:22px;
	line-height:32px;
}
.bdfont3{	
	font-size:24px;
	line-height:34px;
}
.bdfont4{font-size:26px;line-height:34px;}
.bdfont5{	
	font-size:20px;
	line-height:30px;
}
.mar1{margin:26px 0 0 0;}
.mar2{margin:34px 0 0 0;}
.mar4{margin: 7px 0 0 0;}
.mar5{margin-top:20px;}
.arwmar{margin-top:46px;}
}
@media only screen and (max-width: 479px){
.bdhding1{
	font-size:29px;
	line-height:39px;
}
}
@media only screen and (max-width: 389px){
.bdhding1{
	font-size:28px;
	line-height:36px;
}
.bdfont2{	
	font-size:20px;
	line-height:30px;
}
.bdfont3{font-size:22px;line-height:32px;}
.bdfont4{font-size:22px;line-height:32px;}
}
@media only screen and (max-width: 359px){
.bdhding1{
	font-size:26px;
	line-height:34px;
}	
}
/*===================================
			start footer
====================================*/
footer{padding:45px 0;border-top:1px solid #c5c5c5;}
ul.ftrlist{padding:0;text-align:center;}
ul.ftrlist li{
	display:inline-block;
	padding:0 15px;
	font-size:20px;
	line-height:20px;
	color:#333333;
	text-align:center;
	position:relative;
}
ul.ftrlist li a{color:#333;}
ul.ftrlist li:after{
	content:"";
	position:absolute;
	right:0;
	top:5px;
	height:15px;
	background:#333;
	width:1px;
}
ul.ftrlist li:last-child:after{display:none;}
.ftrtxt, .ftrtxt2{
	font-size:20px;
	line-height:30px;
	color:#333;
	text-align:center;
	margin-top:10px;
}
.ftrtxt2{margin-top:26px;}
@media only screen and (max-width: 1000px){
ul.ftrlist li{font-size:18px;line-height:18px;}
.ftrtxt, .ftrtxt2{
	font-size:18px;
	line-height:28px;
}
ul.ftrlist li:after{top:2px;}
}
@media only screen and (max-width: 767px){
footer{padding:30px 0;}
ul.ftrlist li{
	padding:0 10px;
	font-size:14px;
	line-height:14px;
}
ul.ftrlist li:after{height:12px;}
.ftrtxt, .ftrtxt2{
	font-size:14px;
	line-height:24px;
	margin-top:4px;
}
.ftrtxt2{margin-top:15px;}
}
/*================================*/
.white{color:#fff;}
.yellow{color:#fff000;}
.yellow2{color:#c58b00;}
.blue{color:#0b3d92;}
.blue2{color:#0b3d91;}
.red{color:#ff0000;}
.green{color:#0cae17;}
.strikeout, .strikeout2, .strikeout3 { 
  position: relative;
}
.strikeout::after, .strikeout2::after, .strikeout3::after {
  border-bottom: 0.12em solid #F00;
  content: "";
  left: 0;
  margin-top: calc(0.120em / 2 * -1);
  position: absolute;
  right: 0;
  top: 54%;  
}
.strikeout::after{
  transform:rotate(-10deg);
  -webkit-  transform:rotate(-10deg);
}
.strikeout2::after{
	border-bottom: 0.08em solid #000;
	top: 57%;  
}
.strikeout3::after{
	border-bottom: 0.06em solid #F00;
	top: 61%;  
}
.prevent-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*===============================*/
.show-479, .show-tab, .show-767, .show-400, .show-340, .show-359, .show-389, .show-369{display:none;}
@media only screen and (max-width: 1000px){
.show-tab{display:block;}
.hide-tab{display:none;}
}
@media only screen and (max-width: 767px){
.hide-767{display:none;}
.show-767{display:block;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide-479{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 389px){
.show-389{display:block;}
.hide-389{display:none;}
}
@media only screen and (max-width: 369px){
.show-369{display:block;}
}
@media only screen and (max-width: 359px){
.hide-359{display:none;}
.show-359{display:block;}
}



@media (max-width: 768px) {
	.strip-logos {
	  width: 100%; 
	  height: auto; 
	  object-fit: contain;
	  transform: scale(0.9);
	}
  }
  