@charset "UTF-8";

/*  margin  */
.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 0.5rem !important;
}
.mt-10 {
	margin-top: 1rem !important;
}
.mt-11 {
	margin-top: 1.1rem !important;
}
.mt-12 {
	margin-top: 1.2rem !important;
}
.mt-13 {
	margin-top: 1.3rem !important;
}
.mt-14 {
	margin-top: 1.4rem !important;
}
.mt-15 {
	margin-top: 1.5rem !important;
}
.mt-20 {
	margin-top: 2rem !important;
}
.mt-25 {
	margin-top: 2.5rem !important;
}
.mt-30 {
	margin-top: 3rem !important;
}
.mt-35 {
	margin-top: 3.5rem !important;
}
.mt-40 {
	margin-top: 4rem !important;
}
.mt-45 {
	margin-top: 4.5rem !important;
}
.mt-50 {
	margin-top: 5rem !important;
}
.mt-55 {
	margin-top: 5.5rem !important;
}
.mt-60 {
	margin-top: 6rem !important;
}
.mt-65 {
	margin-top: 6.5rem !important;
}
.mt-70 {
	margin-top: 7rem !important;
}
.mt-75 {
	margin-top: 7.5rem !important;
}
.mt-80 {
	margin-top: 8rem !important;
}
.mt-85 {
	margin-top: 8.5rem !important;
}
.mt-90 {
	margin-top: 9rem !important;
}
.mt-95 {
	margin-top: 9.5rem !important;
}
.mt-100 {
	margin-top: 10rem !important;
}
.mt-110 {
	margin-top: 11rem !important;
}
.mt-120 {
	margin-top: 12rem !important;
}

.mr-auto {
	margin-left: auto !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.mr-5 {
	margin-right: 0.5rem !important;
}
.mr-10 {
	margin-right: 1rem !important;
}
.mr-15 {
	margin-right: 1.5rem !important;
}
.mr-20 {
	margin-right: 2rem !important;
}
.mr-25 {
	margin-right: 2.5rem !important;
}
.mr-30 {
	margin-right: 3rem !important;
}
.mr-35 {
	margin-right: 3.5rem !important;
}
.mr-40 {
	margin-right: 4rem !important;
}
.mr-45 {
	margin-right: 4.5rem !important;
}
.mr-50 {
	margin-right: 5rem !important;
}
.mr-55 {
	margin-right: 5.5rem !important;
}
.mr-60 {
	margin-right: 6rem !important;
}
.mr-65 {
	margin-right: 6.5rem !important;
}
.mr-70 {
	margin-right: 7rem !important;
}
.mr-75 {
	margin-right: 7.5rem !important;
}
.mr-80 {
	margin-right: 8rem !important;
}
.mr-85 {
	margin-right: 8.5rem !important;
}
.mr-90 {
	margin-right: 9rem !important;
}
.mr-95 {
	margin-right: 9.5rem !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 0.5rem !important;
}
.mb-10 {
	margin-bottom: 1rem !important;
}
.mb-15 {
	margin-bottom: 1.5rem !important;
}
.mb-20 {
	margin-bottom: 2rem !important;
}
.mb-25 {
	margin-bottom: 2.5rem !important;
}
.mb-30 {
	margin-bottom: 3rem !important;
}
.mb-35 {
	margin-bottom: 3.5rem !important;
}
.mb-40 {
	margin-bottom: 4rem !important;
}
.mb-45 {
	margin-bottom: 4.5rem !important;
}
.mb-50 {
	margin-bottom: 5rem !important;
}
.mb-55 {
	margin-bottom: 5.5rem !important;
}
.mb-60 {
	margin-bottom: 6rem !important;
}
.mb-65 {
	margin-bottom: 6.5rem !important;
}
.mb-70 {
	margin-bottom: 7rem !important;
}
.mb-75 {
	margin-bottom: 7.5rem !important;
}
.mb-80 {
	margin-bottom: 8rem !important;
}
.mb-85 {
	margin-bottom: 8.5rem !important;
}
.mb-90 {
	margin-bottom: 9rem !important;
}
.mb-95 {
	margin-bottom: 9.5rem !important;
}

.ml-auto {
	margin-left: auto !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.ml-5 {
	margin-left: 0.5rem !important;
}
.ml-10 {
	margin-left: 1rem !important;
}
.ml-15 {
	margin-left: 1.5rem !important;
}
.ml-20 {
	margin-left: 2rem !important;
}
.ml-25 {
	margin-left: 2.5rem !important;
}
.ml-30 {
	margin-left: 3rem !important;
}
.ml-35 {
	margin-left: 3.5rem !important;
}
.ml-40 {
	margin-left: 4rem !important;
}
.ml-45 {
	margin-left: 4.5rem !important;
}
.ml-50 {
	margin-left: 5rem !important;
}
.ml-55 {
	margin-left: 5.5rem !important;
}
.ml-60 {
	margin-left: 6rem !important;
}
.ml-65 {
	margin-left: 6.5rem !important;
}
.ml-70 {
	margin-left: 7rem !important;
}
.ml-75 {
	margin-left: 7.5rem !important;
}
.ml-80 {
	margin-left: 8rem !important;
}
.ml-85 {
	margin-left: 8.5rem !important;
}
.ml-90 {
	margin-left: 9rem !important;
}
.ml-95 {
	margin-left: 9.5rem !important;
}

@media (min-width: 768px) {
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-5 {
		margin-top: 0.5rem !important;
	}
	.mt-lg-10 {
		margin-top: 1rem !important;
	}
	.mt-lg-15 {
		margin-top: 1.5rem !important;
	}
	.mt-lg-20 {
		margin-top: 2rem !important;
	}
	.mt-lg-25 {
		margin-top: 2.5rem !important;
	}
	.mt-lg-30 {
		margin-top: 3rem !important;
	}
	.mt-lg-35 {
		margin-top: 3.5rem !important;
	}
	.mt-lg-40 {
		margin-top: 4rem !important;
	}
	.mt-lg-45 {
		margin-top: 4.5rem !important;
	}
	.mt-lg-50 {
		margin-top: 5rem !important;
	}
	.mt-lg-55 {
		margin-top: 5.5rem !important;
	}
	.mt-lg-60 {
		margin-top: 6rem !important;
	}
	.mt-lg-65 {
		margin-top: 6.5rem !important;
	}
	.mt-lg-70 {
		margin-top: 7rem !important;
	}
	.mt-lg-75 {
		margin-top: 7.5rem !important;
	}
	.mt-lg-80 {
		margin-top: 8rem !important;
	}
	.mt-lg-85 {
		margin-top: 8.5rem !important;
	}
	.mt-lg-90 {
		margin-top: 9rem !important;
	}
	.mt-lg-95 {
		margin-top: 9.5rem !important;
	}
	.mt-lg-100 {
		margin-top: 10rem !important;
	}
	.mt-lg-105 {
		margin-top: 10.5rem !important;
	}
	.mt-lg-110 {
		margin-top: 11rem !important;
	}
	.mt-lg-115 {
		margin-top: 11.5rem !important;
	}
	.mt-lg-120 {
		margin-top: 12rem !important;
	}
	.mt-lg-125 {
		margin-top: 12.5rem !important;
	}
	.mt-lg-130 {
		margin-top: 13rem !important;
	}

	.mr-lg-auto {
		margin-left: auto !important;
	}
	.mr-lg-0 {
		margin-right: 0 !important;
	}
	.mr-lg-5 {
		margin-right: 0.5rem !important;
	}
	.mr-lg-10 {
		margin-right: 1rem !important;
	}
	.mr-lg-15 {
		margin-right: 1.5rem !important;
	}
	.mr-lg-20 {
		margin-right: 2rem !important;
	}
	.mr-lg-25 {
		margin-right: 2.5rem !important;
	}
	.mr-lg-30 {
		margin-right: 3rem !important;
	}
	.mr-lg-35 {
		margin-right: 3.5rem !important;
	}
	.mr-lg-40 {
		margin-right: 4rem !important;
	}
	.mr-lg-45 {
		margin-right: 4.5rem !important;
	}
	.mr-lg-50 {
		margin-right: 5rem !important;
	}
	.mr-lg-55 {
		margin-right: 5.5rem !important;
	}
	.mr-lg-60 {
		margin-right: 6rem !important;
	}
	.mr-lg-65 {
		margin-right: 6.5rem !important;
	}
	.mr-lg-70 {
		margin-right: 7rem !important;
	}
	.mr-lg-75 {
		margin-right: 7.5rem !important;
	}
	.mr-lg-80 {
		margin-right: 8rem !important;
	}
	.mr-lg-85 {
		margin-right: 8.5rem !important;
	}
	.mr-lg-90 {
		margin-right: 9rem !important;
	}
	.mr-lg-95 {
		margin-right: 9.5rem !important;
	}

	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.mb-lg-5 {
		margin-bottom: 0.5rem !important;
	}
	.mb-lg-10 {
		margin-bottom: 1rem !important;
	}
	.mb-lg-15 {
		margin-bottom: 1.5rem !important;
	}
	.mb-lg-20 {
		margin-bottom: 2rem !important;
	}
	.mb-lg-25 {
		margin-bottom: 2.5rem !important;
	}
	.mb-lg-30 {
		margin-bottom: 3rem !important;
	}
	.mb-lg-35 {
		margin-bottom: 3.5rem !important;
	}
	.mb-lg-40 {
		margin-bottom: 4rem !important;
	}
	.mb-lg-45 {
		margin-bottom: 4.5rem !important;
	}
	.mb-lg-50 {
		margin-bottom: 5rem !important;
	}
	.mb-lg-55 {
		margin-bottom: 5.5rem !important;
	}
	.mb-lg-60 {
		margin-bottom: 6rem !important;
	}
	.mb-lg-65 {
		margin-bottom: 6.5rem !important;
	}
	.mb-lg-70 {
		margin-bottom: 7rem !important;
	}
	.mb-lg-75 {
		margin-bottom: 7.5rem !important;
	}
	.mb-lg-80 {
		margin-bottom: 8rem !important;
	}
	.mb-lg-85 {
		margin-bottom: 8.5rem !important;
	}
	.mb-lg-90 {
		margin-bottom: 9rem !important;
	}
	.mb-lg-95 {
		margin-bottom: 9.5rem !important;
	}
	.mb-lg-100 {
		margin-bottom: 10rem !important;
	}
	.mb-lg-105 {
		margin-bottom: 10.5rem !important;
	}
	.mb-lg-110 {
		margin-bottom: 11rem !important;
	}
	.mb-lg-115 {
		margin-bottom: 11.5rem !important;
	}
	.mb-lg-120 {
		margin-bottom: 12rem !important;
	}

	.ml-lg-auto {
		margin-left: auto !important;
	}
	.ml-lg-0 {
		margin-left: 0 !important;
	}
	.ml-lg-5 {
		margin-left: 0.5rem !important;
	}
	.ml-lg-10 {
		margin-left: 1rem !important;
	}
	.ml-lg-15 {
		margin-left: 1.5rem !important;
	}
	.ml-lg-20 {
		margin-left: 2rem !important;
	}
	.ml-lg-25 {
		margin-left: 2.5rem !important;
	}
	.ml-lg-30 {
		margin-left: 3rem !important;
	}
	.ml-lg-35 {
		margin-left: 3.5rem !important;
	}
	.ml-lg-40 {
		margin-left: 4rem !important;
	}
	.ml-lg-45 {
		margin-left: 4.5rem !important;
	}
	.ml-lg-50 {
		margin-left: 5rem !important;
	}
	.ml-lg-55 {
		margin-left: 5.5rem !important;
	}
	.ml-lg-60 {
		margin-left: 6rem !important;
	}
	.ml-lg-65 {
		margin-left: 6.5rem !important;
	}
	.ml-lg-70 {
		margin-left: 7rem !important;
	}
	.ml-lg-75 {
		margin-left: 7.5rem !important;
	}
	.ml-lg-80 {
		margin-left: 8rem !important;
	}
	.ml-lg-85 {
		margin-left: 8.5rem !important;
	}
	.ml-lg-90 {
		margin-left: 9rem !important;
	}
	.ml-lg-95 {
		margin-left: 9.5rem !important;
	}

	.mt-lg-0px {
		margin-top: 0 !important;
	}
	.mt-lg-5px {
		margin-top: 5px !important;
	}
	.mt-lg-10px {
		margin-top: 10px !important;
	}
	.mt-lg-15px {
		margin-top: 15px !important;
	}
	.mt-lg-20px {
		margin-top: 20px !important;
	}
	.mt-lg-25px {
		margin-top: 25px !important;
	}
	.mt-lg-30px {
		margin-top: 30px !important;
	}
	.mt-lg-35px {
		margin-top: 35px !important;
	}
	.mt-lg-40px {
		margin-top: 40px !important;
	}
	.mt-lg-45px {
		margin-top: 45px !important;
	}
	.mt-lg-50px {
		margin-top: 50px !important;
	}
	.mt-lg-55px {
		margin-top: 55px !important;
	}
	.mt-lg-60px {
		margin-top: 60px !important;
	}
	.mt-lg-65px {
		margin-top: 65px !important;
	}
	.mt-lg-70px {
		margin-top: 70px !important;
	}
	.mt-lg-75px {
		margin-top: 75px !important;
	}
	.mt-lg-80px {
		margin-top: 80px !important;
	}
	.mt-lg-85px {
		margin-top: 85px !important;
	}
	.mt-lg-90px {
		margin-top: 90px !important;
	}
	.mt-lg-95px {
		margin-top: 95px !important;
	}
	.mt-lg-100px {
		margin-top: 100px !important;
	}
	.mt-lg-105px {
		margin-top: 105px !important;
	}
	.mt-lg-110px {
		margin-top: 110px !important;
	}
	.mt-lg-115px {
		margin-top: 115px !important;
	}
	.mt-lg-120px {
		margin-top: 120px !important;
	}
	.mt-lg-125px {
		margin-top: 125px !important;
	}
	.mt-lg-130px {
		margin-top: 130px !important;
	}

	.mr-lg-0px {
		margin-right: 0 !important;
	}
	.mr-lg-5px {
		margin-right: 5px !important;
	}
	.mr-lg-10px {
		margin-right: 10px !important;
	}
	.mr-lg-15px {
		margin-right: 15px !important;
	}
	.mr-lg-20px {
		margin-right: 20px !important;
	}
	.mr-lg-25px {
		margin-right: 25px !important;
	}
	.mr-lg-30px {
		margin-right: 30px !important;
	}
	.mr-lg-35px {
		margin-right: 35px !important;
	}
	.mr-lg-40px {
		margin-right: 40px !important;
	}
	.mr-lg-45px {
		margin-right: 45px !important;
	}
	.mr-lg-50px {
		margin-right: 50px !important;
	}
	.mr-lg-55px {
		margin-right: 55px !important;
	}
	.mr-lg-60px {
		margin-right: 60px !important;
	}
	.mr-lg-65px {
		margin-right: 65px !important;
	}
	.mr-lg-70px {
		margin-right: 70px !important;
	}
	.mr-lg-75px {
		margin-right: 75px !important;
	}
	.mr-lg-80px {
		margin-right: 80px !important;
	}
	.mr-lg-85px {
		margin-right: 85px !important;
	}
	.mr-lg-90px {
		margin-right: 90px !important;
	}
	.mr-lg-95px {
		margin-right: 95px !important;
	}

	.mb-lg-0px {
		margin-bottom: 0 !important;
	}
	.mb-lg-5px {
		margin-bottom: 5px !important;
	}
	.mb-lg-10px {
		margin-bottom: 10px !important;
	}
	.mb-lg-15px {
		margin-bottom: 15px !important;
	}
	.mb-lg-20px {
		margin-bottom: 20px !important;
	}
	.mb-lg-25px {
		margin-bottom: 25px !important;
	}
	.mb-lg-30px {
		margin-bottom: 30px !important;
	}
	.mb-lg-35px {
		margin-bottom: 35px !important;
	}
	.mb-lg-40px {
		margin-bottom: 40px !important;
	}
	.mb-lg-45px {
		margin-bottom: 45px !important;
	}
	.mb-lg-50px {
		margin-bottom: 50px !important;
	}
	.mb-lg-55px {
		margin-bottom: 55px !important;
	}
	.mb-lg-60px {
		margin-bottom: 60px !important;
	}
	.mb-lg-65px {
		margin-bottom: 65px !important;
	}
	.mb-lg-70px {
		margin-bottom: 70px !important;
	}
	.mb-lg-75px {
		margin-bottom: 75px !important;
	}
	.mb-lg-80px {
		margin-bottom: 80px !important;
	}
	.mb-lg-85px {
		margin-bottom: 85px !important;
	}
	.mb-lg-90px {
		margin-bottom: 90px !important;
	}
	.mb-lg-95px {
		margin-bottom: 95px !important;
	}
	.mb-lg-100px {
		margin-bottom: 100px !important;
	}
	.mb-lg-105px {
		margin-bottom: 105px !important;
	}
	.mb-lg-110px {
		margin-bottom: 110px !important;
	}
	.mb-lg-115px {
		margin-bottom: 115px !important;
	}
	.mb-lg-120px {
		margin-bottom: 120px !important;
	}

	.ml-lg-0px {
		margin-left: 0 !important;
	}
	.ml-lg-5px {
		margin-left: 5px !important;
	}
	.ml-lg-10px {
		margin-left: 10px !important;
	}
	.ml-lg-15px {
		margin-left: 15px !important;
	}
	.ml-lg-20px {
		margin-left: 20px !important;
	}
	.ml-lg-25px {
		margin-left: 25px !important;
	}
	.ml-lg-30px {
		margin-left: 30px !important;
	}
	.ml-lg-35px {
		margin-left: 35px !important;
	}
	.ml-lg-40px {
		margin-left: 40px !important;
	}
	.ml-lg-45px {
		margin-left: 45px !important;
	}
	.ml-lg-50px {
		margin-left: 50px !important;
	}
	.ml-lg-55px {
		margin-left: 55px !important;
	}
	.ml-lg-60px {
		margin-left: 60px !important;
	}
	.ml-lg-65px {
		margin-left: 65px !important;
	}
	.ml-lg-70px {
		margin-left: 70px !important;
	}
	.ml-lg-75px {
		margin-left: 75px !important;
	}
	.ml-lg-80px {
		margin-left: 80px !important;
	}
	.ml-lg-85px {
		margin-left: 85px !important;
	}
	.ml-lg-90px {
		margin-left: 90px !important;
	}
	.ml-lg-95px {
		margin-left: 95px !important;
	}

}


/*  padding  */
.pt-0 {
	padding-top: 0 !important;
}
.pt-05 {
	padding-top: 0.5rem !important;
}
.pt-10 {
	padding-top: 1rem !important;
}
.pt-15 {
	padding-top: 1.5rem !important;
}
.pt-20 {
	padding-top: 2rem !important;
}
.pt-25 {
	padding-top: 2.5rem !important;
}
.pt-30 {
	padding-top: 3rem !important;
}
.pt-35 {
	padding-top: 3.5rem !important;
}
.pt-40 {
	padding-top: 4rem !important;
}
.pt-45 {
	padding-top: 4.5rem !important;
}
.pt-50 {
	padding-top: 5rem !important;
}
.pt-55 {
	padding-top: 5.5rem !important;
}
.pt-60 {
	padding-top: 6rem !important;
}
.pt-65 {
	padding-top: 6.5rem !important;
}
.pt-70 {
	padding-top: 7rem !important;
}
.pt-75 {
	padding-top: 7.5rem !important;
}
.pt-80 {
	padding-top: 8rem !important;
}
.pt-85 {
	padding-top: 8.5rem !important;
}
.pt-90 {
	padding-top: 9rem !important;
}
.pt-95 {
	padding-top: 9.5rem !important;
}
.pt-100 {
	padding-top: 10rem !important;
}

.pr-0 {
	padding-right: 0 !important;
}
.pr-05 {
	padding-right: 0.5rem !important;
}
.pr-10 {
	padding-right: 1rem !important;
}
.pr-15 {
	padding-right: 1.5rem !important;
}
.pr-20 {
	padding-right: 2rem !important;
}
.pr-25 {
	padding-right: 2.5rem !important;
}
.pr-30 {
	padding-right: 3rem !important;
}
.pr-35 {
	padding-right: 3.5rem !important;
}
.pr-40 {
	padding-right: 4rem !important;
}
.pr-45 {
	padding-right: 4.5rem !important;
}
.pr-50 {
	padding-right: 5rem !important;
}
.pr-55 {
	padding-right: 5.5rem !important;
}
.pr-60 {
	padding-right: 6rem !important;
}
.pr-65 {
	padding-right: 6.5rem !important;
}
.pr-70 {
	padding-right: 7rem !important;
}
.pr-75 {
	padding-right: 7.5rem !important;
}
.pr-80 {
	padding-right: 8rem !important;
}
.pr-85 {
	padding-right: 8.5rem !important;
}
.pr-90 {
	padding-right: 9rem !important;
}
.pr-95 {
	padding-right: 9.5rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}
.pb-05 {
	padding-bottom: 0.5rem !important;
}
.pb-10 {
	padding-bottom: 1rem !important;
}
.pb-15 {
	padding-bottom: 1.5rem !important;
}
.pb-20 {
	padding-bottom: 2rem !important;
}
.pb-25 {
	padding-bottom: 2.5rem !important;
}
.pb-30 {
	padding-bottom: 3rem !important;
}
.pb-35 {
	padding-bottom: 3.5rem !important;
}
.pb-40 {
	padding-bottom: 4rem !important;
}
.pb-45 {
	padding-bottom: 4.5rem !important;
}
.pb-50 {
	padding-bottom: 5rem !important;
}
.pb-55 {
	padding-bottom: 5.5rem !important;
}
.pb-60 {
	padding-bottom: 6rem !important;
}
.pb-65 {
	padding-bottom: 6.5rem !important;
}
.pb-70 {
	padding-bottom: 7rem !important;
}
.pb-75 {
	padding-bottom: 7.5rem !important;
}
.pb-80 {
	padding-bottom: 8rem !important;
}
.pb-85 {
	padding-bottom: 8.5rem !important;
}
.pb-90 {
	padding-bottom: 9rem !important;
}
.pb-95 {
	padding-bottom: 9.5rem !important;
}

.pl-0 {
	padding-left: 0 !important;
}
.pl-05 {
	padding-left: 0.5rem !important;
}
.pl-10 {
	padding-left: 1rem !important;
}
.pl-15 {
	padding-left: 1.5rem !important;
}
.pl-20 {
	padding-left: 2rem !important;
}
.pl-25 {
	padding-left: 2.5rem !important;
}
.pl-30 {
	padding-left: 3rem !important;
}
.pl-35 {
	padding-left: 3.5rem !important;
}
.pl-40 {
	padding-left: 4rem !important;
}
.pl-45 {
	padding-left: 4.5rem !important;
}
.pl-50 {
	padding-left: 5rem !important;
}
.pl-55 {
	padding-left: 5.5rem !important;
}
.pl-60 {
	padding-left: 6rem !important;
}
.pl-65 {
	padding-left: 6.5rem !important;
}
.pl-70 {
	padding-left: 7rem !important;
}
.pl-75 {
	padding-left: 7.5rem !important;
}
.pl-80 {
	padding-left: 8rem !important;
}
.pl-85 {
	padding-left: 8.5rem !important;
}
.pl-90 {
	padding-left: 9rem !important;
}
.pl-95 {
	padding-left: 9.5rem !important;
}

@media (min-width: 768px) {
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pt-lg-05 {
		padding-top: 0.5rem !important;
	}
	.pt-lg-10 {
		padding-top: 1rem !important;
	}
	.pt-lg-15 {
		padding-top: 1.5rem !important;
	}
	.pt-lg-20 {
		padding-top: 2rem !important;
	}
	.pt-lg-25 {
		padding-top: 2.5rem !important;
	}
	.pt-lg-30 {
		padding-top: 3rem !important;
	}
	.pt-lg-35 {
		padding-top: 3.5rem !important;
	}
	.pt-lg-40 {
		padding-top: 4rem !important;
	}
	.pt-lg-45 {
		padding-top: 4.5rem !important;
	}
	.pt-lg-50 {
		padding-top: 5rem !important;
	}
	.pt-lg-55 {
		padding-top: 5.5rem !important;
	}
	.pt-lg-60 {
		padding-top: 6rem !important;
	}
	.pt-lg-65 {
		padding-top: 6.5rem !important;
	}
	.pt-lg-70 {
		padding-top: 7rem !important;
	}
	.pt-lg-75 {
		padding-top: 7.5rem !important;
	}
	.pt-lg-80 {
		padding-top: 8rem !important;
	}
	.pt-lg-85 {
		padding-top: 8.5rem !important;
	}
	.pt-lg-90 {
		padding-top: 9rem !important;
	}
	.pt-lg-95 {
		padding-top: 9.5rem !important;
	}
	.pt-lg-100 {
		padding-top: 10rem !important;
	}

	.pr-lg-0 {
		padding-right: 0 !important;
	}
	.pr-lg-05 {
		padding-right: 0.5rem !important;
	}
	.pr-lg-10 {
		padding-right: 1rem !important;
	}
	.pr-lg-15 {
		padding-right: 1.5rem !important;
	}
	.pr-lg-20 {
		padding-right: 2rem !important;
	}
	.pr-lg-25 {
		padding-right: 2.5rem !important;
	}
	.pr-lg-30 {
		padding-right: 3rem !important;
	}
	.pr-lg-35 {
		padding-right: 3.5rem !important;
	}
	.pr-lg-40 {
		padding-right: 4rem !important;
	}
	.pr-lg-45 {
		padding-right: 4.5rem !important;
	}
	.pr-lg-50 {
		padding-right: 5rem !important;
	}
	.pr-lg-55 {
		padding-right: 5.5rem !important;
	}
	.pr-lg-60 {
		padding-right: 6rem !important;
	}
	.pr-lg-65 {
		padding-right: 6.5rem !important;
	}
	.pr-lg-70 {
		padding-right: 7rem !important;
	}
	.pr-lg-75 {
		padding-right: 7.5rem !important;
	}
	.pr-lg-80 {
		padding-right: 8rem !important;
	}
	.pr-lg-85 {
		padding-right: 8.5rem !important;
	}
	.pr-lg-90 {
		padding-right: 9rem !important;
	}
	.pr-lg-95 {
		padding-right: 9.5rem !important;
	}
	.pr-lg-100 {
		padding-right: 10rem !important;
	}

	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pb-lg-05 {
		padding-bottom: 0.5rem !important;
	}
	.pb-lg-10 {
		padding-bottom: 1rem !important;
	}
	.pb-lg-15 {
		padding-bottom: 1.5rem !important;
	}
	.pb-lg-20 {
		padding-bottom: 2rem !important;
	}
	.pb-lg-25 {
		padding-bottom: 2.5rem !important;
	}
	.pb-lg-30 {
		padding-bottom: 3rem !important;
	}
	.pb-lg-35 {
		padding-bottom: 3.5rem !important;
	}
	.pb-lg-40 {
		padding-bottom: 4rem !important;
	}
	.pb-lg-45 {
		padding-bottom: 4.5rem !important;
	}
	.pb-lg-50 {
		padding-bottom: 5rem !important;
	}
	.pb-lg-55 {
		padding-bottom: 5.5rem !important;
	}
	.pb-lg-60 {
		padding-bottom: 6rem !important;
	}
	.pb-lg-65 {
		padding-bottom: 6.5rem !important;
	}
	.pb-lg-70 {
		padding-bottom: 7rem !important;
	}
	.pb-lg-75 {
		padding-bottom: 7.5rem !important;
	}
	.pb-lg-80 {
		padding-bottom: 8rem !important;
	}
	.pb-lg-85 {
		padding-bottom: 8.5rem !important;
	}
	.pb-lg-90 {
		padding-bottom: 9rem !important;
	}
	.pb-lg-95 {
		padding-bottom: 9.5rem !important;
	}
	.pb-lg-100 {
		padding-bottom: 10rem !important;
	}

	.pl-lg-0 {
		padding-left: 0 !important;
	}
	.pl-lg-05 {
		padding-left: 0.5rem !important;
	}
	.pl-lg-10 {
		padding-left: 1rem !important;
	}
	.pl-lg-15 {
		padding-left: 1.5rem !important;
	}
	.pl-lg-20 {
		padding-left: 2rem !important;
	}
	.pl-lg-25 {
		padding-left: 2.5rem !important;
	}
	.pl-lg-30 {
		padding-left: 3rem !important;
	}
	.pl-lg-35 {
		padding-left: 3.5rem !important;
	}
	.pl-lg-40 {
		padding-left: 4rem !important;
	}
	.pl-lg-45 {
		padding-left: 4.5rem !important;
	}
	.pl-lg-50 {
		padding-left: 5rem !important;
	}
	.pl-lg-55 {
		padding-left: 5.5rem !important;
	}
	.pl-lg-60 {
		padding-left: 6rem !important;
	}
	.pl-lg-65 {
		padding-left: 6.5rem !important;
	}
	.pl-lg-70 {
		padding-left: 7rem !important;
	}
	.pl-lg-75 {
		padding-left: 7.5rem !important;
	}
	.pl-lg-80 {
		padding-left: 8rem !important;
	}
	.pl-lg-85 {
		padding-left: 8.5rem !important;
	}
	.pl-lg-90 {
		padding-left: 9rem !important;
	}
	.pl-lg-95 {
		padding-left: 9.5rem !important;
	}
	.pl-lg-100 {
		padding-left: 10rem !important;
	}

	.pt-lg-0px {
		padding-top: 0 !important;
	}
	.pt-lg-5px {
		padding-top: 5px !important;
	}
	.pt-lg-10px {
		padding-top: 10px !important;
	}
	.pt-lg-15px {
		padding-top: 15px !important;
	}
	.pt-lg-20px {
		padding-top: 20px !important;
	}
	.pt-lg-25px {
		padding-top: 25px !important;
	}
	.pt-lg-30px {
		padding-top: 30px !important;
	}
	.pt-lg-35px {
		padding-top: 35px !important;
	}
	.pt-lg-40px {
		padding-top: 40px !important;
	}
	.pt-lg-45px {
		padding-top: 45px !important;
	}
	.pt-lg-50px {
		padding-top: 50px !important;
	}
	.pt-lg-55px {
		padding-top: 55px !important;
	}
	.pt-lg-60px {
		padding-top: 60px !important;
	}
	.pt-lg-65px {
		padding-top: 65px !important;
	}
	.pt-lg-70px {
		padding-top: 70px !important;
	}
	.pt-lg-75px {
		padding-top: 75px !important;
	}
	.pt-lg-80px {
		padding-top: 80px !important;
	}
	.pt-lg-85px {
		padding-top: 85px !important;
	}
	.pt-lg-90px {
		padding-top: 90px !important;
	}
	.pt-lg-95px {
		padding-top: 95px !important;
	}
	.pt-lg-100px {
		padding-top: 100px !important;
	}

	.pr-lg-0px {
		padding-right: 0 !important;
	}
	.pr-lg-5px {
		padding-right: 5px !important;
	}
	.pr-lg-10px {
		padding-right: 10px !important;
	}
	.pr-lg-15px {
		padding-right: 15px !important;
	}
	.pr-lg-20px {
		padding-right: 20px !important;
	}
	.pr-lg-25px {
		padding-right: 25px !important;
	}
	.pr-lg-30px {
		padding-right: 30px !important;
	}
	.pr-lg-35px {
		padding-right: 35px !important;
	}
	.pr-lg-40px {
		padding-right: 40px !important;
	}
	.pr-lg-45px {
		padding-right: 45px !important;
	}
	.pr-lg-50px {
		padding-right: 50px !important;
	}
	.pr-lg-55px {
		padding-right: 55px !important;
	}
	.pr-lg-60px {
		padding-right: 60px !important;
	}
	.pr-lg-65px {
		padding-right: 65px !important;
	}
	.pr-lg-70px {
		padding-right: 70px !important;
	}
	.pr-lg-75px {
		padding-right: 75px !important;
	}
	.pr-lg-80px {
		padding-right: 80px !important;
	}
	.pr-lg-85px {
		padding-right: 85px !important;
	}
	.pr-lg-90px {
		padding-right: 90px !important;
	}
	.pr-lg-95px {
		padding-right: 95px !important;
	}
	.pr-lg-100px {
		padding-right: 100px !important;
	}

	.pb-lg-0px {
		padding-bottom: 0 !important;
	}
	.pb-lg-5px {
		padding-bottom: 5px !important;
	}
	.pb-lg-10px {
		padding-bottom: 10px !important;
	}
	.pb-lg-15px {
		padding-bottom: 15px !important;
	}
	.pb-lg-20px {
		padding-bottom: 20px !important;
	}
	.pb-lg-25px {
		padding-bottom: 25px !important;
	}
	.pb-lg-30px {
		padding-bottom: 30px !important;
	}
	.pb-lg-35px {
		padding-bottom: 35px !important;
	}
	.pb-lg-40px {
		padding-bottom: 40px !important;
	}
	.pb-lg-45px {
		padding-bottom: 45px !important;
	}
	.pb-lg-50px {
		padding-bottom: 50px !important;
	}
	.pb-lg-55px {
		padding-bottom: 55px !important;
	}
	.pb-lg-60px {
		padding-bottom: 60px !important;
	}
	.pb-lg-65px {
		padding-bottom: 65px !important;
	}
	.pb-lg-70px {
		padding-bottom: 70px !important;
	}
	.pb-lg-75px {
		padding-bottom: 75px !important;
	}
	.pb-lg-80px {
		padding-bottom: 80px !important;
	}
	.pb-lg-85px {
		padding-bottom: 85px !important;
	}
	.pb-lg-90px {
		padding-bottom: 90px !important;
	}
	.pb-lg-95px {
		padding-bottom: 95px !important;
	}
	.pb-lg-100px {
		padding-bottom: 100px !important;
	}

	.pl-lg-0px {
		padding-left: 0 !important;
	}
	.pl-lg-5px {
		padding-left: 5px !important;
	}
	.pl-lg-10px {
		padding-left: 10px !important;
	}
	.pl-lg-15px {
		padding-left: 15px !important;
	}
	.pl-lg-20px {
		padding-left: 20px !important;
	}
	.pl-lg-25px {
		padding-left: 25px !important;
	}
	.pl-lg-30px {
		padding-left: 30px !important;
	}
	.pl-lg-35px {
		padding-left: 35px !important;
	}
	.pl-lg-40px {
		padding-left: 40px !important;
	}
	.pl-lg-45px {
		padding-left: 45px !important;
	}
	.pl-lg-50px {
		padding-left: 50px !important;
	}
	.pl-lg-55px {
		padding-left: 55px !important;
	}
	.pl-lg-60px {
		padding-left: 60px !important;
	}
	.pl-lg-65px {
		padding-left: 65px !important;
	}
	.pl-lg-70px {
		padding-left: 70px !important;
	}
	.pl-lg-75px {
		padding-left: 75px !important;
	}
	.pl-lg-80px {
		padding-left: 80px !important;
	}
	.pl-lg-85px {
		padding-left: 85px !important;
	}
	.pl-lg-90px {
		padding-left: 90px !important;
	}
	.pl-lg-95px {
		padding-left: 95px !important;
	}
	.pl-lg-100px {
		padding-left: 100px !important;
	}

}

/*  text  */
.text-justify {
	text-align: justify !important;
}
.text-wrap {
	white-space: normal !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-truncate {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}

@media (min-width: 768px) {
	.text-lg-justify {
		text-align: justify !important;
	}
	.text-lg-wrap {
		white-space: normal !important;
	}
	.text-lg-nowrap {
		white-space: nowrap !important;
	}
	.text-lg-truncate {
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}


/*  font  */
.font-10 {
	font-size: 10px !important;
}
.font-11 {
	font-size: 1.1rem !important;
}
.font-12 {
	font-size: 1.2rem !important;
}
.font-13 {
	font-size: 1.3rem !important;
}
.font-14 {
	font-size: 1.4rem !important;
}
.font-15 {
	font-size: 1.5rem !important;
}
.font-16 {
	font-size: 1.6rem !important;
}
.font-17 {
	font-size: 1.7rem !important;
}
.font-18 {
	font-size: 1.8rem !important;
}
.font-19 {
	font-size: 1.9rem !important;
}
.font-20 {
	font-size: 2rem !important;
}
.font-22 {
	font-size: 2.2rem !important;
}
.font-23 {
	font-size: 2.3rem !important;
}
.font-24 {
	font-size: 2.4rem !important;
}
.font-25 {
	font-size: 2.5rem !important;
}
.font-26 {
	font-size: 2.6rem !important;
}
.font-27 {
	font-size: 2.7rem !important;
}
.font-28 {
	font-size: 2.8rem !important;
}
.font-29 {
	font-size: 2.9rem !important;
}
.font-30 {
	font-size: 3rem !important;
}
.font-31 {
	font-size: 3.1rem !important;
}
.font-32 {
	font-size: 3.2rem !important;
}
.font-33 {
	font-size: 3.3rem !important;
}
.font-34 {
	font-size: 3.4rem !important;
}
.font-35 {
	font-size: 3.5rem !important;
}
.font-36 {
	font-size: 3.6rem !important;
}
.font-37 {
	font-size: 3.7rem !important;
}
.font-38 {
	font-size: 3.8rem !important;
}
.font-39 {
	font-size: 3.9rem !important;
}
.font-40 {
	font-size: 4rem !important;
}
.font-45 {
	font-size: 4.5rem !important;
}

.font-10px {
	font-size: 10px !important;
}
.font-11px {
	font-size: 11px !important;
}
.font-12px {
	font-size: 12px !important;
}
.font-13px {
	font-size: 13px !important;
}
.font-14px {
	font-size: 14px !important;
}
.font-15px {
	font-size: 15px !important;
}
.font-16px {
	font-size: 16px !important;
}
.font-17px {
	font-size: 17px !important;
}
.font-18px {
	font-size: 18px !important;
}
.font-19px {
	font-size: 19px !important;
}
.font-20px {
	font-size: 20px !important;
}
.font-22px {
	font-size: 22px !important;
}
.font-24px {
	font-size: 24px !important;
}
.font-25px {
	font-size: 25px !important;
}
.font-26px {
	font-size: 26px !important;
}
.font-27px {
	font-size: 27px !important;
}
.font-28px {
	font-size: 28px !important;
}
.font-30px {
	font-size: 30px !important;
}
.font-34px {
	font-size: 34px !important;
}
.font-35px {
	font-size: 35px !important;
}
.font-40px {
	font-size: 40px !important;
}
.font-45px {
	font-size: 45px !important;
}


@media (min-width: 768px) {
	.font-lg-10 {
		font-size: 1rem !important;
	}
	.font-lg-11 {
		font-size: 1.1rem !important;
	}
	.font-lg-12 {
		font-size: 1.2rem !important;
	}
	.font-lg-14 {
		font-size: 1.4rem !important;
	}
	.font-lg-15 {
		font-size: 1.5rem !important;
	}
	.font-lg-16 {
		font-size: 1.6rem !important;
	}
	.font-lg-17 {
		font-size: 1.7rem !important;
	}
	.font-lg-18 {
		font-size: 1.8rem !important;
	}
	.font-lg-19 {
		font-size: 1.9rem !important;
	}
	.font-lg-20 {
		font-size: 2rem !important;
	}
	.font-lg-21 {
		font-size: 2.1rem !important;
	}
	.font-lg-22 {
		font-size: 2.2rem !important;
	}
	.font-lg-23 {
		font-size: 2.3rem !important;
	}
	.font-lg-24 {
		font-size: 2.4rem !important;
	}
	.font-lg-25 {
		font-size: 2.5rem !important;
	}
	.font-lg-26 {
		font-size: 2.6rem !important;
	}
	.font-lg-27 {
		font-size: 2.7rem !important;
	}
	.font-lg-28 {
		font-size: 2.8rem !important;
	}
	.font-lg-29 {
		font-size: 2.9rem !important;
	}
	.font-lg-30 {
		font-size: 3rem !important;
	}
	.font-lg-35 {
		font-size: 3.5rem !important;
	}
	.font-lg-40 {
		font-size: 4rem !important;
	}
	.font-lg-45 {
		font-size: 4.5rem !important;
	}


	.font-lg-10px {
		font-size: 10px !important;
	}
	.font-lg-11px {
		font-size: 11px !important;
	}
	.font-lg-12px {
		font-size: 12px !important;
	}
	.font-lg-13px {
		font-size: 13px !important;
	}
	.font-lg-14px {
		font-size: 14px !important;
	}
	.font-lg-15px {
		font-size: 15px !important;
	}
	.font-lg-16px {
		font-size: 16px !important;
	}
	.font-lg-17px {
		font-size: 17px !important;
	}
	.font-lg-18px {
		font-size: 18px !important;
	}
	.font-lg-19px {
		font-size: 19px !important;
	}
	.font-lg-20px {
		font-size: 20px !important;
	}
	.font-lg-21px {
		font-size: 21px !important;
	}
	.font-lg-22px {
		font-size: 22px !important;
	}
	.font-lg-23px {
		font-size: 23px !important;
	}
	.font-lg-24px {
		font-size: 24px !important;
	}
	.font-lg-25px {
		font-size: 25px !important;
	}
	.font-lg-26px {
		font-size: 26px !important;
	}
	.font-lg-27px {
		font-size: 27px !important;
	}
	.font-lg-28px {
		font-size: 28px !important;
	}
	.font-lg-29px {
		font-size: 29px !important;
	}
	.font-lg-30px {
		font-size: 30px !important;
	}
	.font-lg-31px {
		font-size: 31px !important;
	}
	.font-lg-32px {
		font-size: 32px !important;
	}
	.font-lg-33px {
		font-size: 33px !important;
	}
	.font-lg-34px {
		font-size: 34px !important;
	}
	.font-lg-35px {
		font-size: 35px !important;
	}
	.font-lg-36px {
		font-size: 36px !important;
	}
	.font-lg-37px {
		font-size: 37px !important;
	}
	.font-lg-38px {
		font-size: 38px !important;
	}
	.font-lg-39px {
		font-size: 38px !important;
	}
	.font-lg-40px {
		font-size: 40px !important;
	}
	.font-lg-41px {
		font-size: 41px !important;
	}
	.font-lg-42px {
		font-size: 42px !important;
	}
	.font-lg-43px {
		font-size: 43px !important;
	}
	.font-lg-44px {
		font-size: 44px !important;
	}
	.font-lg-45px {
		font-size: 45px !important;
	}

}


/* line-height */
.line-100 {
	line-height: 100% !important;
}
.line-110 {
	line-height: 110% !important;
}
.line-120 {
	line-height: 120% !important;
}
.line-130 {
	line-height: 130% !important;
}
.line-140 {
	line-height: 140% !important;
}
.line-150 {
	line-height: 150% !important;
}
.line-160 {
	line-height: 160% !important;
}
.line-170 {
	line-height: 170% !important;
}
.line-180 {
	line-height: 180% !important;
}
.line-190 {
	line-height: 190% !important;
}
.line-200 {
	line-height: 200% !important;
}

@media (min-width: 768px) {
	.line-lg-130 {
		line-height: 130% !important;
	}
	.line-lg-140 {
		line-height: 140% !important;
	}
	.line-lg-150 {
		line-height: 150% !important;
	}
	.line-lg-160 {
		line-height: 160% !important;
	}
	.line-lg-170 {
		line-height: 170% !important;
	}
	.line-lg-180 {
		line-height: 180% !important;
	}
	.line-lg-190 {
		line-height: 190% !important;
	}
	.line-lg-200 {
		line-height: 200% !important;
	}
}

.w-5p {
	width: 5% !important;
}
.w-10p {
	width: 10% !important;
}
.w-15p {
	width: 15% !important;
}
.w-20p {
	width: 20% !important;
}
.w-25p {
	width: 25% !important;
}
.w-30p {
	width: 30% !important;
}
.w-33p {
	width: 33.3% !important;
}
.w-35p {
	width: 35% !important;
}
.w-40p {
	width: 40% !important;
}
.w-50p {
	width: 50% !important;
}
.w-60p {
	width: 60% !important;
}
.w-65p {
	width: 65% !important;
}
.w-66p {
	width: 66.6% !important;
}
.w-70p {
	width: 70% !important;
}
.w-75p {
	width: 75% !important;
}
.w-80p {
	width: 80% !important;
}
.w-85p {
	width: 85% !important;
}
.w-90p {
	width: 90% !important;
}
.w-95p {
	width: 95% !important;
}
.w-100p {
	width: 100% !important;
}

@media (min-width: 768px) {
	.w-lg-5p {
		width: 5% !important;
	}
	.w-lg-10p {
		width: 10% !important;
	}
	.w-lg-15p {
		width: 15% !important;
	}
	.w-lg-20p {
		width: 20% !important;
	}
	.w-lg-25p {
		width: 25% !important;
	}
	.w-lg-30p {
		width: 30% !important;
	}
	.w-lg-33p {
		width: 33.3% !important;
	}
	.w-lg-35p {
		width: 35% !important;
	}
	.w-lg-40p {
		width: 40% !important;
	}
	.w-lg-45p {
		width: 45% !important;
	}
	.w-lg-49p {
		width: 49% !important;
	}
	.w-lg-50p {
		width: 50% !important;
	}
	.w-lg-60p {
		width: 60% !important;
	}
	.w-lg-65p {
		width: 65% !important;
	}
	.w-lg-66p {
		width: 66.6% !important;
	}
	.w-lg-70p {
		width: 70% !important;
	}
	.w-lg-75p {
		width: 75% !important;
	}
	.w-lg-80p {
		width: 80% !important;
	}
	.w-lg-85p {
		width: 85% !important;
	}
	.w-lg-90p {
		width: 90% !important;
	}
	.w-lg-95p {
		width: 95% !important;
	}
	.w-lg-100p {
		width: 100% !important;
	}
}
