@font-face {
    font-family: 'Manrope-Light';
    src: url('../fonts/Manrope-Light.eot');
    src: url('../fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.ttf') format('truetype'),
        url('../fonts/Manrope-Light.svg#Manrope-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	background-color: #FFEFEB;
}



.sec1{
	background-color: var(--theme-color);
	color: #fff;
	padding: 10.9375% 0 3.33%;
}
.sec1 .flex-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 7%;
}
.sec1 h1{
	font-size: 3.75em;
	line-height: 1.6;
}
.sec1 h3 span{
	font-weight: lighter;
	margin-top: -0.25em;
	display: inline-block;
	vertical-align: top;
	font-size: 0.875em;
}
.sec1 .img-box{
	width: 17.33%;
}
.sec1 .text-box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 .text-box .left{
	width: 16em;
}
.sec1 p{
	font-size: 1.125em;
	line-height: 1.67;
	margin-bottom: 1.67em;
}
.sec1 p:last-child{
	margin-bottom: 0;
}
.sec1 .text-box ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	border-top: 1px solid rgba(255,255,255,0.35);
	margin-top: 3%;
	padding-top: 5%;
	text-align: center;
}
.sec1 h4{
	font-size: 3.75em;
    font-family: 'Manrope-Light';
    font-weight: lighter;
}
.sec1 h4 b{
    font-weight: inherit;
}


.sec2{
	padding: 3.33% 0 4.6875%;
	background: linear-gradient(to bottom, #FF3129 20% ,#FFEFEB);
}
.sec2 ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec2 li{
	border-radius: 1em;
	overflow: hidden;
}
.sec2 li{
	border-radius: 1em;
	overflow: hidden;
	transform: translateY(20vh);
	opacity: 0;
	transition: transform 0.5s,opacity 0.5s;
}
.sec2 li.actived{
	transform: translateY(0);
	opacity: 1;
}
.sec2 li:nth-child(1){
	width: 21.78%;
	transition-delay: 0.25s;
}
.sec2 li:nth-child(2){
	width: 33%;
	transition-delay: 0.25s;
}
.sec2 li:nth-child(3){
	width: 22.44%;
	transition-delay: 0.25s;
}
.sec2 li:nth-child(4){
	width: 17.82%;
	transition-delay: 0.25s;
}
.sec2 li img{
	transition: transform 0.5s;
}

.sec3{
	padding: 4.6875% 0 2.6%;
	color: #0F0E0E;
}
.sec3 .inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	padding: 0 4.9%;
}
.sec3 .left{
	width: 40%;
}
.sec3 h3{
	font-size: 3.5em;
	margin-bottom: 0.5em;
}
.sec3 h3 span{
	color: var(--theme-color);
}
.sec3 h4{
	line-height: 1.5;
	color: #666;
}
.sec3 .right{
	width: 55%;
}
.sec3 .right li{
	border-bottom: 1px solid rgba(5, 19, 29, 0.09);
	padding: 2em 0;
	cursor: pointer;
}
.sec3 .right li .flex-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.sec3 .right li .relative{
	position: relative;
}
.sec3 .right li h5{
	font-size: 1.25em;
}
.sec3 .right li h5:last-child{
	position: absolute;
	left: 0;
	top: 0;
}
.sec3 .right li h5 span{
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline;
	transition: background-size 0.5s linear;
	background-repeat: no-repeat;
}
.sec3 .right li h5:first-child span{
	background-image: linear-gradient(to right, #252525,#252525);
	background-size: 100% 100%;
	background-position: left top;
}
.sec3 .right li h5:last-child span{
	background-image: linear-gradient(to right, var(--theme-color), var(--theme-color));
	background-position: right top;
	background-size: 0% 100%;
}
.sec3 .right li .icon{
	cursor: pointer;
	position: relative;
	width: 1.5em;
	height: 1.5em;
	transition: transform 0.75s;
}
.sec3 .right li .icon::before,.sec3 .right li .icon::after{
	content: "";
	display: block;
	position: absolute;
	background-color: var(--theme-color);
	transition: opacity 0.5s;
}
.sec3 .right li .icon::before{
	width: 100%;
	height: 0.25em;
	left: 0;
	top: 50%;
	margin-top: -0.125em;
}
.sec3 .right li .icon::after{
	width: 0.25em;
	height: 100%;
	left: 50%;
	margin-left: -0.125em;
	top: 0;
}
.sec3 .right li.active .icon::after{
	opacity: 0;
}
.sec3 .right li p{
	font-size: 1.125em;
	color: rgba(5, 19, 29, 0.7);
	line-height: 1.6;
	margin-top: 1em;
	display: none;
}

.sec4{
	padding: 2.6% 0 3.3%;
	color: #fff;
}
.sec4 .inner{
	background: linear-gradient(180deg, rgba(255, 49, 41, 0.5) 0%, rgba(255, 239, 235, 0.5) 49.5%, rgba(102, 102, 102, 0.5) 100%), #FF3129;
	box-shadow: -0.625em 0.625em 2.375em rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(0.125em);
	border-radius: 1em;
	padding: 3.65% 5.9% 3.125%;
}
.sec4 .title{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 7%;
}
.sec4 .title h3{
	font-size: 3.5em;
	line-height: 1.3;
}
.sec4 .title p{
	width: 40%;
	line-height: 2;
}
.sec4 ul{
	margin-bottom: 1.25em;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	opacity: 0;
	transform: translateY(20vh);
	transition: opacity 0.75s,transform 0.75s;
}
.sec4 ul.actived{
	opacity: 1;
	transform: translateY(0);
}
.sec4 ul:last-child{
	margin-bottom: 0;
}
.sec4 li{
	border-radius: 0.625em;
	background-color: #fff;
	color: #666;
	position: relative;
	padding: 1.4375em 2.75em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.sec4 ul:nth-child(even) li{
	background-color: #666;
	color: #fff;
}
.sec4 li:nth-child(odd){
	width: 37.85%;
}
.sec4 li:nth-child(even){
	width: 59.46%;
}
.sec4 li::before{
	content: "";
	display: block;
	width: 0.5em;
	height: 2.625em;
	border-radius: 0.25em;
	background-color: #666;
	position: absolute;
	left: 1em;
	top: 50%;
	margin-top: -1.3125em;
}
.sec4 ul:nth-child(even) li::before{
	background-color: #fff;
}
.sec4 li p{
	line-height: 1.5;	
}
.sec4 li p span{
	font-size: 0.875em;
}


.sec5{
	padding: 3.3% 0 2.34375%;
	overflow: hidden;
}
.sec5 .title{
	margin-bottom: 6.25%;
}
.sec5 h3{
	font-size: 3.5em;
	line-height: 1.14;
	margin-bottom: 0.25em;
	color: var(--theme-color);
}
.sec5 p{
	color: #666;
	line-height: 1.5;
}
.sec5 .marquee{
	margin-bottom: 3em;
	height: 3em;
	overflow: hidden;
}
.sec5 .slide{
	margin-right: 4em;
	height: 3em;
	float: left;
}
.sec5 .slide img{
	width: auto;
	height: 100%;
}




.sec6{
	padding: 2.34375% 0 10.4%;
	color: #fff;
}
.sec6 .inner{
	border-radius: 1em;
	overflow: hidden;
	position: relative;
}
.sec6 .cover{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 5.625%;
}
.sec6 p{
	line-height: 2;
	width: 58%;
}
.sec6 .right{
	text-align: right;
}
.sec6 h3{
	font-size: 3em;
	line-height: 1.5;
	margin-bottom: 0.77em;
}

@media only screen and (min-width:1025px){
	.sec2 li:nth-child(1){
		transition-delay: 0.25s;
	}
	.sec2 li:nth-child(2){
		transition-delay: 0.5s;
	}
	.sec2 li:nth-child(3){
		transition-delay: 0.75s;
	}
	.sec2 li:nth-child(4){
		transition-delay: 1s;
	}
	.sec2 li:hover img{
		transform: scale(1.1);
	}
	.sec3 .right li:hover h5:first-child span{
		background-size: 0% 100%;
		background-position: right top;
	}
	.sec3 .right li:hover h5:last-child span{
		background-size: 100% 100%;
		background-position: left top;
	}
	.sec3 .right li:hover .icon,.sec3 .right li.active .icon{
		transform: rotate(180deg);
	}
}
@media only screen and (max-width:1024px){
	.sec1{
		padding: 30% 0 7.5%;
	}
	.sec1 .flex-box{
		display: block;
		margin-bottom: 10%;
	}
	.sec1 h1{
		font-size: 2.4em;
	}
	.sec1 .img-box{
		display: none;
	}
	.sec1 .text-box{
		display: block;
	}
	.sec1 .text-box .left{
		width: 100%;
		margin-bottom: 1.67em;
	}
	.sec1 p{
		font-size: 1.2em;
	}
	.sec1 .text-box ul{
		margin-top: 3%;
		padding-top: 5%;
	}
	.sec1 h4{
		font-size: 2.4em;
	}
	.sec1 h5{
		font-size: 1.2em;
	}


	.sec2{
		padding: 7.5% 0;
	}
	.sec2 ul{
		display: block;
	}
	.sec2 li:nth-child(1){
		width: 39%;
		float: left;
		margin-bottom: 5%;
	}
	.sec2 li:nth-child(2){
		width: 56%;
		float: right;
		margin-bottom: 5%;
	}
	.sec2 li:nth-child(3){
		width: 39%;
		float: left;
	}
	.sec2 li:nth-child(4){
		width: 56%;
		float: right;
	}

	.sec3{
		padding: 7.5% 0;
	}
	.sec3 .inner{
		display: block;
		padding: 0;
	}
	.sec3 .left{
		width: 100%;
		margin-bottom: 5%;
	}
	.sec3 h3{
		font-size: 2.4em;
	}
	.sec3 h4{
		font-size: 1.2em;
	}
	.sec3 .right{
		width: 100%;
	}
	.sec3 .right li h5{
		font-size: 1.5em;
	}
	.sec3 .right li p{
		font-size: 1.2em;
	}

	.sec4{
		padding: 7.5% 0;
	}
	.sec4 .inner{
		padding: 5%;
	}
	.sec4 .title{
		display: block;
		margin-bottom: 10%;
	}
	.sec4 .title h3{
		font-size: 2.4em;
		margin-bottom: 0.5em;
	}
	.sec4 .title p{
		font-size: 1.2em;
		width: 100%;
	}
	.sec4 ul{
		margin-bottom: 5%;
		display: block;
	}
	.sec4 li:nth-child(odd){
		width: 100%;
		margin-bottom: 5%;
	}
	.sec4 li:nth-child(even){
		width: 100%;
	}
	.sec4 li p{
		font-size: 1.2em;
	}


	.sec5{
		padding: 7.5% 0;
	}
	.sec5 .title{
		margin-bottom: 10%;
	}
	.sec5 h3{
		font-size: 2.4em;
	}
	.sec5 p{
		font-size: 1.2em;
	}




	.sec6{
		padding: 7.5% 0 15%;
	}
	.sec6 .cover{
		height: auto;
		display: block;
		padding: 5%;
	}
	.sec6 p{
		font-size: 1.2em;
		width: 100%;
	}
	.sec6 .right{
		text-align: left;
		margin-bottom: 5%;
	}
	.sec6 h3{
		font-size: 2em;
	}
}