section .title{
	text-align:center;
}
section .title h3{
	font-size:3em;
	color:var(--theme-blue);
	line-height:1.33;
}
section .title p{
	font-size:1.125em;
	color:#666;
	line-height:2;
	margin-top:1.22em;
}



.sec1{
	padding:6.04% 0 3.65%;
	background-color:var(--theme-mint);
}
.sec1 .inner{
	width:91.25em;
}
.sec1 .title{
	margin-bottom:2.75em;
}
.sec1 ul{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap;
}
.sec1 li{
	width:31.5%;
	border:1px solid rgba(51, 51, 51, 0.2);
	border-radius:0.625em;
	padding:1.44%;
	margin-bottom:2.5em;
}
.sec1 .flex-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	padding:7.9% 4% 8.6%;
}
.sec1 li h5{
	font-size:1.625em;
	line-height:1.3;
}
.sec1 li svg{
	fill:#333;
	width:auto;
	height:1.625em;
	flex-shrink:0;
}
.sec1 li svg.big{
	height:2em;
}
.sec1 .relative-box{
	position:relative;
}
.sec1 .img-box{
	border-radius:0.3125em;
	overflow:hidden;
	transition:opacity 0.5s;
}
.sec1 .text{
	position:absolute;
	left:0;
	right:0;
	top:0;
	border-top:1px solid rgba(51, 51, 51, 0.2);
	padding-top:1em;
	width:92.5%;
	margin:0 auto;
	opacity:0;
	transition:opacity 0.5s;
}
.sec1 .text p{
	line-height:1.5;
	padding-left:1em;
}
.sec1 .text p b{
	display:inline-block;
	vertical-align:baseline;
	width:1em;
	margin-left:-1em;
}




.sec2{
	padding:5.2% 0 5.73%;
}
.sec2 .inner{
	width:93.75em;
}
.sec2 .title{
	margin-bottom:4.375em;
}
.sec2 .flex-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row-reverse;
}
.sec2 .img-box{
	width:47%;
	border-radius:0.625em;
	overflow:hidden;
}
.sec2 .text-box{
	width:47.73%;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
}
.sec2 ul{
	margin-right:2em;
}
.sec2 ul:last-child{
	margin-right:0;
}
.sec2 li{
	margin-bottom:2.625em;	
	padding-left:3.125em;
	position:relative;
}
.sec2 li:last-child{
	margin-bottom:0;
}
.sec2 li h5{
	font-size:1.5em;
	line-height:1.23;
}
.sec2 li svg{
	width:auto;
	height:2em;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-1em;
}





.sec3{
	padding:5.2% 0 5.73%;
	overflow:hidden;
	background-color:var(--theme-mint);
}
.sec3 .inner{
	width:106.125em;
}
.sec3 .title{
	margin-bottom:3em;
}
.sec3 ul{
	display:flex;
	align-items:stretch;
	justify-content:center;
	flex-direction:row;
}
.sec3 li{
	border:1px solid transparent;
	border-radius:0.625em;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-direction:column;
	padding:4.5em 2em 2.5em;
	transition:border-color 0.5s;
}
.sec3 li svg{
	stroke:#222;
	fill:#222;
	width:auto;
	height:3em;
	transition:fill 0.5s, stroke 0.5s;
}
.sec3 li svg .fill{
	fill:inherit;
}
.sec3 li svg *{
	stroke:inherit;
	fill:none;
}
.sec3 li .circle{
	width:3.4375em;
	height:3.4375em;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:2.5em 0;
}
.sec3 li .circle .line{
	display:block;
	width:100vw;
	height:1px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-0.5px;
	margin-left:-50vw;
	background-color:#BDD3E9;
}
.sec3 li .circle::before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	inset:0;
	border-radius:50%;
	border:1px solid rgba(0, 164, 229, 0.2);
	transform:scale(0);
	transition:transform 0.5s;
	z-index:1;
}
.sec3 li .circle::after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
	background-color:var(--theme-blue);
	transform:scale(0.18);
	transition:transform 0.5s;
	z-index:1;
	position:absolute;
	inset:0;
}
.sec3 li p{
	color:var(--theme-blue);
	line-height:1.375;
	z-index:2;
	position:relative;
	transform:translateY(1.5em);
	transition:color 0.5s, transform 0.5s;
}
.sec3 li h5{
	font-size:1.375em;
	line-height:1.5;
}





.sec4{
	padding:5.2% 0 6.5%;
}
.sec4 .inner{
	width:95.125em;
}
.sec4 .title{
	margin-bottom:5em;
}
.sec4 .flex-box{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:row-reverse;
}
.sec4 .img-box{
	width:46.32%;
	border-radius:0.625em;
	overflow:hidden;
}
.sec4 .text-box{
	display:flex;	
	align-items:stretch;
	justify-content:space-between;
	flex-direction:column;
	width:48.36%;
}
.sec4 .text-box ul{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:row;
	height:47.78%;
}
.sec4 .text-box li{
	width:46.65%;
	border-top:1px solid rgba(51, 51, 51, 0.3);
	cursor:pointer;
}
.sec4 .text-box svg{
	width:auto;
	height:2em;
	stroke:#333;
	margin:2.125em 0;
}
.sec4 .text-box svg *{
	stroke:inherit;
}
.sec4 .text-box h5{
	font-size:1.625em;	
	line-height:1.23;
	margin-bottom:0.54em;
}
.sec4 .text-box p{
	line-height:1.5;
}
@media only screen and (min-width:1025px){
	.sec1 li:hover .img-box{
		opacity:0;
	}
	.sec1 li:hover .text{
		opacity:1;
	}
	.sec3 li:hover{
		border-color:var(--theme-blue);
	}
	.sec3 li:hover svg{
		stroke:var(--theme-blue);
		fill:var(--theme-blue);
	}
	.sec3 li:hover .circle::before{
		transform:scale(1.27);
	}
	.sec3 li:hover .circle::after{
		transform:scale(1);
	}
	.sec3 li:hover p{
		color:#fff;
		transform:translateY(0);
	}
	.sec4 .text-box li:hover{
		color:#fff;
		padding:2.5em 1.5em;
		background-color:var(--theme-blue);
		border-color:transparent;
		border-radius:0.625em;
	}
	.sec4 .text-box li:hover svg{
		stroke:#fff;
		margin:0 0 1.5em;
	}
}
@media only screen and (max-width:1024px){
	section .title h3{
		font-size:2.5em;
	}



	.sec1{
		padding:15% 0 10%;
	}
	.sec1 .title{
		margin-bottom:10%;
	}
	.sec1 ul{
		display:block;
	}
	.sec1 li{
		width:100%;
		padding:5%;
		margin-bottom:5%;
	}
	.sec1 .flex-box{
		padding:0% 0 5%;
	}
	.sec1 .text{
		position:static;
		opacity:1;
		padding-top:5%;
		width:100%;
		margin:0 auto 5%;
	}




	.sec2{
		padding:15% 0;
	}
	.sec2 .title{
		margin-bottom:10%;
	}
	.sec2 .flex-box{
		display:block;
	}
	.sec2 .img-box{
		width:100%;
	}
	.sec2 .text-box{
		width:100%;
		display:block;
	}
	.sec2 ul{
		margin-bottom:10%;
	}
	.sec2 li{
		margin-bottom:10%;
	}




	.sec3{
		padding:15% 0;
	}
	.sec3 .title{
		margin-bottom:10%;
	}
	.sec3 ul{
		flex-wrap:wrap;
	}
	.sec3 li{
		width:50%;
		padding:2.5em 1em;
	}




	.sec4{
		padding:15% 0;
	}
	.sec4 .title{
		margin-bottom:10%;
	}
	.sec4 .flex-box{
		display:block;
	}
	.sec4 .img-box{
		width:100%;
	}
	.sec4 .text-box{
		width:100%;
	}
	.sec4 .text-box ul{
		height:auto;
		margin-bottom:10%;
	}
}