@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-family: "Roboto", sans-serif;
	min-height: 100vh;
}
img {
	max-width: 100%;
	vertical-align: top;
}
a {
	text-decoration: none;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.box1 {
	padding: 27px 0 36px;
	background: url("../images/banner.png") no-repeat center center;
}
.box1-ct1 {
	padding-left: 83px;
}
.logo {
	margin-bottom: 21px;
}
.box1-ct1 h1 {
	color: #FFF600;
	font-family: Roboto;
	font-size: 51.088px;
	font-style: normal;
	font-weight: 800;
	line-height: 54px; /* 105.701% */
	margin-bottom: 9px;
}
.box1-ct1 p {
	color: #FFF;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 766px;
}
.box1-ct1 p span {
	display: block;
	margin-bottom: 10px;
}
.box1-ct2 {
	border-radius: 0px 20px 20px 0px;
	background: linear-gradient(90deg, #003A58 21.63%, rgba(0, 119, 180, 0.00) 100%);
	padding: 17px 0 17px 83px;
	color: #FFF;
	font-family: Roboto;
	font-size: 29px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	max-width: 825px;
}
.box2 {
	background: #E7F5FE;
	padding: 52px 70px 57px;
}
.box2 h2 {
	text-align: center;
	color: #185E82;
	font-family: Roboto;
	font-size: 26.939px;
	font-style: normal;
	font-weight: 800;
	line-height: 28.475px;
	margin-bottom: 40px;
}
.box2-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.box2-item {
	flex: 1;
	padding: 33px 0px 16px;
	border-radius: 10px;
	background: #FFF;
	position: relative;
}

.box2-item .box-img {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.box2-item p {
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px; /* 140.909% */
}
.box3 {
	margin-top: 36px;
	display: flex;
	align-items: center;
	gap: 75px;
	padding-left: 104px;
	margin-bottom: 60px;
}
.box3-left {
	width: 317px;
}
.box3-right {
	max-width: 645px;
}
.box3-right p {
	color: #000;
	font-family: Roboto;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px; /* 165.217% */
}
.box3-right p:first-child {
	margin-bottom: 20px;
}
.box-btn {
	text-align: center;
	padding: 33px 0px;
}
.btn {
	display: inline-block;
	border-radius: 20px;
	background: linear-gradient(0deg, #FF7B2A 0%, #FFF600 100%);
	color: #000;
	font-family: Roboto;
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 38px; /* 95% */
	margin-bottom: 8px;
	padding: 20px 56px;
	text-decoration: none;
	animation: btn 1s ease-in-out infinite;
}
.btn:hover {
	background: linear-gradient(0deg, #FFF600 0%, #FF7B2A 100%);
	color: #000;
}
@keyframes btn {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}
.box-btn p {
	color: #000;
	font-family: Roboto;
	font-size: 23px;
	font-style: italic;
	font-weight: 400;
	line-height: 38px;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.box1-ct1 {
		padding-left: 20px;
	}
	.box1-ct2 {
		padding: 17px 20px;
	}
	.box2-list {
		flex-direction: column;
		align-items: center;
		gap: 50px;
	}
	.box2-item {
		width: 100%;
	}
	.box3 {
		flex-direction: column;
		align-items: center;
		padding-left: 0;
		gap: 30px;
	}
	.btn {
		display: inline-block;
		border-radius: 20px;
		background: linear-gradient(0deg, #FF7B2A 0%, #FFF600 100%);
		color: #000;
		font-family: Roboto;
		font-size: 27px;
		font-style: normal;
		font-weight: 800;
		line-height: 38px;
		margin-bottom: 8px;
		padding: 14px 40px;
		text-decoration: none;
		animation: btn 1s ease-in-out infinite;
	}
}

@media screen and (max-width: 500px) {
	.box1 {
		padding: 14px 0px;
		background: url("../images/banner-mb.png") no-repeat center center;
		background-size: cover;
	}
	.box1-ct1 {
		padding-left: 18px;
	}
	.logo {
		margin-bottom: 17px;
	}
	.box1-ct1 h1 {
		font-size: 30px;
		line-height: normal;
		margin-bottom: 14px;
	}
	.box1-ct1 p {
		font-size: 15px;
		max-width: 350px;
	}
	.box1-ct1 p span {
		display: block;
		margin-bottom: 10px;
	}
	.box1-ct2 {
        border-radius: 0px 20px 20px 0px;
        background: linear-gradient(90deg, #003A58 21.63%, rgba(0, 119, 180, 0.00) 100%);
        padding: 10px 0 10px 18px;
        color: #FFF;
        font-family: Roboto;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        max-width: 825px;
    }
	.box2-list {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
	.box2 h2 {
		font-size: 26.939px;
		line-height: 28.475px;
		margin-bottom: 30px;
	}
	.box2-item p {
		font-size: 16px;
		line-height: 21px;
	}
	.box-img img {
		max-width: 30px;
	}
	.box2-item {
		flex: 1;
		padding: 25px 10px 16px;
		border-radius: 10px;
		background: #FFF;
		position: relative;
		width: 300px;
	}
	.box2-item .box-img {
		top: -15px;
	}
	.box2 {
		background: #E7F5FE;
		padding: 30px 30px 30px;
	}
	.box3-left {
		display: none;
	}
	.box3 {
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        gap: 30px;
		margin: 0;
		padding: 20px;
    }
	.box3-right p {
		color: #000;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 27px;
	}
	.btn {
        display: inline-block;
        border-radius: 7px;
        background: linear-gradient(0deg, #FF7B2A 0%, #FFF600 100%);
        color: #000;
        font-family: Roboto;
        font-size: 17px;
        font-style: normal;
        font-weight: 800;
        line-height: 38px;
        margin-bottom: 8px;
        padding: 7px 20px;
        text-decoration: none;
        animation: btn 1s ease-in-out infinite;
    }
	@keyframes btn {
		0% {
			transform: translateY(0);
		}
		50% {
			transform: translateY(-5px);
		}
		100% {
			transform: translateY(0);
		}
	}
	.box-btn {
		padding: 15px;
	}
	.box-btn p {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
	}
}