<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section .flex-box{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
.section:nth-child(odd) .flex-box{
	-webkit-flex-direction: row;
	flex-direction: row;
}
.section:nth-child(even) .flex-box{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.section .img,.section .text-box{
	opacity: 0;
	-webkit-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	position: relative;
	z-index: 1;
}
.section .img{
	width: 55.88%;
}
.section:nth-child(odd) .img{
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
}
.section:nth-child(even) .img{
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
}
.section .text-box{
	width: 560px;
	max-width: 40%;
	text-align: justify;
}
.section:nth-child(odd) .text-box{
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
}
.section:nth-child(even) .text-box{
	-webkit-transform: translate3d(50%,0,0);
	transform: translate3d(50%,0,0);
}
.section .img.actived,.section .text-box.actived{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.section h5{
	font-size: 1.5em;
	color: #333;
	font-weight: bold;
	margin-bottom: 1.25em;
}
.section .text-box.white h5{
	color: #fff;
}
.section .text-box p{
	font-size: inherit;
	color: #333;
	line-height: 2.25;
	margin-bottom: 0.625em;
}
.section .text-box.white p{
	color: #fff;
}
.section .text p:last-child{
	margin-bottom: 0;
}

.sec1{
	padding: 8.28125% 0 8.54%;/*159 0 164*/
	position: relative;
}
.sec1 .icon{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 27.083%;
}
.sec1 .text{
	width: 50%;
}
.sec1 h1{
	font-size: 1.125em;
	color: #003a8c;
	font-weight: bold;	
}
.sec1 h3{
	font-size: 2.625em;
	color: #333;
	font-weight: bold;
	line-height: 1.4286;	
	margin: 4.183% 0 10.72%;/*32 0 82*/
}
.sec1 h4{
	font-size: inherit;
	color: #333;
	line-height: 2.25;
	font-weight: normal;
	text-align: justify;
}


.sec2{
	margin-bottom: 10.42%;/*200*/
	position: relative;
	margin-top: -3.3125em;/*53*/
}
.sec2 .flex-box{
	margin-top: 3.464%;
	background-color: #003a8c;
	position: relative;
}
.sec2 .flex-box::before{
	width: 11.96%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #fff;
}
.sec2 .flex-box::after{
	width: 100%;
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	background-color: #003a8c;
}
.sec2 .text-box{
	padding: 7.06% 0;/*108 0*/
}
.sec2 .img{
	margin-top: -3.464%;
}



.sec3{
	margin-bottom: 8.125%;/*156*/
}
.sec3 .text-box{
	margin-left: 11.96%;
	margin-top: 9.085%;/*139*/
}
.sec3 .img{
	margin-right: -11.96%;
}



.sec4{
	margin-bottom: 10.42%;/*200*/
}

.sec4 .flex-box{
	margin-top: 6.34%;/*97*/
	background-color: #003a8c;
	position: relative;
}
.sec4 .flex-box::after{
	width: 100%;
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	background-color: #003a8c;
}
.sec4 .text-box{
	padding: 8.76% 0;/*134 0*/
	padding-right: 7.12%;
}
.sec4 .img{
	margin-top: -6.34%;/*97*/
}
@media only screen and (max-width:1024px){
	.section .flex-box{
		-webkit-display: block;
		display: block;
	}
	.section .img{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.section .text-box{
		width: 100%;
		max-width: 100%;
	}
	.section .text-box p{
		font-size: 1.125em;
	}

	.sec1{
		padding: 10% 0;/*159 0 164*/
	}
	.sec1 .icon{
		width: 27.083%;
	}
	.sec1 .text{
		width: 100%;
	}
	.sec1 h3{
		margin: 5% 0;/*32 0 82*/
	}
	.sec1 h4{
		font-size: 1.125em;
	}


	.sec2{
		margin-bottom: 15%;/*200*/
		margin-top: 0;/*53*/
	}
	.sec2 .flex-box{
		margin-top: 0;
		padding-bottom: 15%;
	}
	.sec2 .flex-box::before{
		display: none;
	}
	.sec2 .flex-box::after{
		width: 200%;
		left: -50%;
	}
	.sec2 .text-box{
		padding: 15% 0 5%;/*108 0*/
	}
	.sec2 .img{
		margin-top: 0;
	}



	.sec3{
		margin-bottom: 15%;/*156*/
	}
	.sec3 .text-box{
		margin-left: 0;
		margin-top: 0;/*139*/
	}
	.sec3 .img{
		margin-top: 10%;
		margin-right: auto;
	}



	.sec4 .flex-box{
		margin-top: 0;/*97*/
		padding-bottom: 15%;
	}
	.sec4 .flex-box::after{
		width: 200%;
		right: -50%;
	}
	.sec4 .text-box{
		padding: 15% 0 10%;/*134 0*/
		padding-right: 0;
	}
	.sec4 .img{
		margin-top: 0;/*97*/
	}

}</pre></body></html>