html,body {
	font-family: 'Satoshi', sans-serif !important;
	background-color: #ffff;
	color: #121213;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

/*common css*/
a {
	color: #008084;
	transition: color .2s ease;
}
a:hover {
	text-decoration: none;
	color: #008084;
}
h1, h2, h3, h4 {
	font-weight: 700;
}
h1 {
 	font-size: 2rem;
 	font-weight: 900;
}
h2 {
	color: #008084;
 	font-size: 2.4rem;
 	line-height: 1.33;
 	font-weight: 900;
 	margin-bottom: 1.2rem;
}
h3 {
	font-size: 1.6rem;
}
h4 {
	font-size: 1.4rem;
}
p {
	font-size: 1.6rem;
	line-height: 1.75;	
	font-weight: 500;
}
p + p {
	margin-top: 2rem;
}
strong {
	font-weight: 700;
}

.btn {
	border: 0 none;
	box-shadow: none;
	background: linear-gradient(100deg, #84c4dd, #008084), linear-gradient(#ffffff, #ffffff);
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	min-width: 120px;
	height: 48px;
	line-height: 48px;
	padding: 0 1.5rem;
	border-radius: 24px;
	cursor: pointer;
	letter-spacing: 1px;
}
.btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn-alt {
	background-color: #f76161;
}
.btn:hover, .btn:focus {
	background-color: #008084;
	color: #fff; 
}
.btn-alt:hover, .btn-alt:focus {
	background-color: #f76161;
	color: #fff; 
}
.btnFb {
	background: #3b5998;
	color: #fff;
}
.btnFb:hover, .btnFb:focus {
	background: #3b5998;
	color: #fff;
}
.btnWa {
	background: #34af23;
	color: #fff;
}
.btnWa:hover, .btnWa:focus {
	background: #34af23;
	color: #fff;
}
img {
	width: auto;
	max-width: 100%;
}
.col-teal {
	color: #008084;
}
.loader  {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('/thelbbcode/images/loader.svg') 50% 50% no-repeat rgba(0,0,0,.65);
	display: none;
}
.image-ratio {
	display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: calc((100 / 100) * 100)%;
}
.image-ratio.sqaure {
	padding-top: 100%;
}
.image-ratio img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5.6rem;
	z-index: 1000;
	background-color: #fff;
	padding: 1.8rem 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.main-header img {
	width: auto;
	height: 2rem;
}
/*main css*/
.main-content {
	display: block;
	padding: 2.4rem 0;
	margin-top: 5.6rem;
}
.section-top, .section-middle {
	margin-bottom: 6rem;
}
.section-top {
	text-align: left;
}
.list-info {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-info .list-item {
	padding-bottom: 3rem;
	border-bottom: 1px dashed #dfe0e0;
	margin-bottom: 3rem;
}
.list-info .list-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.main-heading {
	font-size: 3.2rem;	
	line-height: 1.5;
	margin-bottom: 1.6rem;
}
.main-desc {
	font-size: 1.6rem;	
	line-height: 1.75;
}
.main-desc .icon-insta {
	width: auto;
	height: 1.6rem;
	position: relative;
	top: -2px;	
}
.content-image {
	margin-bottom: 2.4rem;
}
.content-image img {
	width: auto;
	height: 8rem;
}
.banner-cards {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.banner-cards .banner-image {
	flex: 1 0 calc(100%/2 - 8px);
	margin: 0 4px 8px;
} 
.banner-image {
	background-color: rgb(228, 228, 228);
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 65.85%;
    border-radius: 0.8rem;
}
.banner-image.full {
	padding-top: 48.76%;
}
.banner-image img {
	object-fit: cover;
	display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
} 

/*desktop css*/
@media (min-width:  800px) {
	p {
		font-size: 1.8rem;
		line-height: 1.78;	
	}
	h2 {
	 	font-size: 3.2rem;
	 	line-height: 1.31;
	 	margin-bottom: 1.2rem;
	}
	.main-header {
		height: 6.8rem;
		padding: 2.2rem 0;
	}
	.main-header img {
		width: auto;
		height: 2.4rem;
	}
	.main-content {
		padding: 4.2rem 0;
		margin-top: 6.8rem;
	}
	.section-top, .section-middle {
		margin-bottom: 8rem;
	}
	.date-announce {
		font-size: 3.2rem;
		margin-bottom: .8rem;
	}
	.main-heading {
		font-size: 4.2rem;	
		margin-bottom: 1.52rem;
	}
	.main-desc {
		font-size: 1.8rem;
		line-height: 1.78;	
	}
	.content-image {
		margin-bottom: 3.2rem;
	}
	.content-image img {
		width: auto;
		height: 12rem;
	} 
	.section-top {
		text-align: left;
	}
	.list-info .list-item {
		padding-bottom: 4rem;
		margin-bottom: 4rem;
	}
	.banner-cards {
		margin: 0 -8px;
	}
	.banner-cards .banner-image {
		flex: 1 0 calc(100%/2 - 16px);
		margin: 0 8px 16px;
	}
}
