html {
	overflow-x: hidden;
}
.product-card {
	height: 480px;
	border-radius: 30px;
	background: #d2e1fb;
	overflow: hidden;
	font-size: 16px;
	position: relative;
}
@media (max-width: 991.98px) {
	.product-card {
		font-size: 14px;
		height: 100%;
		padding-bottom: 60px;
	}
}
.product-card .subtitle {
	color: #3c5896;
	font-size: 16px;
	font-weight: 700;
}
.product-card .title {
	font-size: 24px;
	font-family: ceraBold;
	color: #3c5896;
	display: block;
}
@media (max-width: 1199.98px) {
	.product-card .title {
		font-size: 20px;
	}
}
.product-card .img-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60%;
}
@media (max-width: 991.98px) {
	.product-card .img-wrapper {
		position: static;
		margin-top: 30px;
		width: 100%;
		text-align: center;
	}
	.product-card .img-wrapper img {
		width: 75%;
	}
}
.product-card .btn-wrapper {
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 2;
}
@media (max-width: 991.98px) {
	.product-card .btn-wrapper {
		left: 0;
		padding: 0 20px;
		bottom: 20px;
	}
}
.product-card .btn:after {
	top: 0;
	left: 0;
	width: 0.45em;
	height: 0.45em;
	content: '';
	display: inline-block;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	vertical-align: middle;
	margin-left: 5px;
}
.section-intro .intro-container {
	position: relative;
	width: 100%;
	height: calc(100vh - 65px);
	padding: 50px 0;
}
@media (max-width: 767.98px) {
	.section-intro .intro-container {
		height: auto;
		text-align: center;
	}
}
.section-intro .intro-container .video-wrapper {
	overflow: hidden;
}
.section-intro .intro-container video {
	position: absolute;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	z-index: -1;
	width: 80%;
	border: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right;
	object-position: right;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 90%;
}
@media (max-width: 1199.98px) {
	.section-intro .intro-container video {
		width: 100%;
		right: 0;
	}
}
@media (max-width: 767.98px) {
	.section-intro .intro-container video {
		position: relative;
		width: 250%;
		top: 0;
		-webkit-transform: translate(-63%);
		transform: translate(-63%);
	}
}
.section-intro .intro-container .title {
	font-size: 5em;
	line-height: 1;
	font-family: ceraBold;
	color: #3c5896;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 1199.98px) {
	.section-intro .intro-container .title {
		font-size: 4em;
	}
}
@media (max-width: 991.98px) {
	.section-intro .intro-container .title {
		font-size: 3em;
	}
}
@media (max-width: 767.98px) {
	.section-intro .intro-container .title {
		font-family: ceraMedium;
		font-size: 2em;
	}
}
.section-intro .intro-container .subtitle {
	font-size: 20px;
}
@media (max-width: 1199.98px) {
	.section-intro .intro-container .subtitle {
		font-size: 18px;
	}
}
@media (max-width: 991.98px) {
	.section-intro .intro-container .subtitle {
		font-size: 16px;
	}
}
.section-spot {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 991.98px) {
	.section-spot {
		padding-top: 0;
		padding-bottom: 50px;
	}
}
@media (max-width: 767.98px) {
	.section-spot {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.section-spot .img-spot-preview {
	width: 350px;
	height: 70%;
}
@media (max-width: 1199.98px) {
	.section-spot .img-spot-preview {
		width: 100%;
	}
}
@media (max-width: 991.98px) {
	.section-spot .img-spot-preview {
		width: 90%;
	}
}
.section-spot .img-spot {
	width: 350px;
}
@media (max-width: 1199.98px) {
	.section-spot .img-spot {
		width: 300px;
	}
}
@media (max-width: 991.98px) {
	.section-spot .img-spot {
		width: 250px;
	}
}
@media (max-width: 767.98px) {
	.section-spot .img-spot {
		width: 200px;
	}
}
.section-product {
	padding-top: 100px;
}
@media (max-width: 991.98px) {
	.section-product {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media (max-width: 767.98px) {
	.section-product {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.section-product .content-product {
	margin-top: 100px;
}
@media (max-width: 1199.98px) {
	.section-product .content-product {
		margin-top: 50px;
	}
}
@media (max-width: 991.98px) {
	.section-product .content-product .product-item.extended {
		display: none;
	}
}
.section-product .content-product .product-item:nth-child(2n) .product-card {
	-webkit-transform: translateY(-170px);
	transform: translateY(-170px);
}
@media (max-width: 991.98px) {
	.section-product .content-product .product-item:nth-child(2n) .product-card {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.section-product .content-product .product-item:nth-child(4n + 2) .product-card,
.section-product
	.content-product
	.product-item:nth-child(4n + 3)
	.product-card {
	background: #ebf2ff;
}
.section-bottom {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 991.98px) {
	.section-bottom {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media (max-width: 767.98px) {
	.section-bottom {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.section-awards .title {
	font-family: ceraMedium;
	font-weight: 600;
	font-size: 2em;
	color: #3c5896;
}
@media (max-width: 1199.98px) {
	.section-awards .title {
		font-size: 1.5em;
	}
}
@media (max-width: 991.98px) {
	.section-awards .title {
		font-size: 1.2em;
	}
}

.section-bottom .title {
	font-family: ceraMedium;
	font-weight: 600;
	font-size: 2em;
	color: #3c5896;
}
@media (max-width: 1199.98px) {
	.section-bottom .title {
		font-size: 1.5em;
	}
}
@media (max-width: 991.98px) {
	.section-bottom .title {
		font-size: 1.2em;
	}
}
.section-bottom video {
	width: 100%;
}
@media (max-width: 767.98px) {
	.section-bottom .btn {
		font-size: 1rem;
		line-height: 1.5;
	}
}
