* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FDF5EC;
}

.header {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #FDF5EC;
}

.header .main {
	width: 1440px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.header .main .title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 34px;
	color: #000000;
	margin-left: 54px;
}

.header .main .contact-us {
	width: 199.42px;
	height: 59px;
	background: #48DB86;
	border-radius: 30.68px;
	margin-right: 61px;
	text-align: center;
	line-height: 59px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

.upper-part {
	width: 100%;
	height: 726px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #FDF5EC;
}

.upper-part .main {
	width: 1440px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.upper-part .main .main-bg {
	width: 1330px;
	height: 600px;
	background: #F47601;
	border-radius: 50px;
	position: relative;
}

.upper-part .main .main-bg .bg-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 546px;
	height: 600px;
}

.upper-part .main .main-bg .primary-coverage {
	margin-left: 106px;
}

.upper-part .primary-coverage .title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 81px;
	line-height: 98px;
	color: #FFFFFF;
	margin-bottom: 39px;
	margin-top: 68px;
}

.upper-part .primary-coverage .desc {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 44px;
	color: #FFFFFF;
	opacity: 0.8;
}

.upper-part .btn {
	width: 266px;
	height: 71px;
	border-radius: 10px;
	background-color: #233AC8;
	text-align: center;
	line-height: 71px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	color: #FFFFFF;
}

.lower-part {
	width: 100%;
	height: 735px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #E6FFDC;
}

.lower-part .title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	color: #000000;
	margin-bottom: 50px;
}

.lower-part .tab-boxs {
	width: 1137.9px;
	height: 526px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.lower-part .tab-boxs .tab-boxs-item {
	width: 355px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFFFFF;
	border-radius: 217px;
}

.lower-part .tab-boxs .tab-boxs-item img {
	width: 180px;
	height: 180px;
	margin-bottom: 23px;
}

.lower-part .tab-boxs .tab-boxs-item p:nth-child(1) {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 41px;
	text-align: center;
	color: #000000;
	margin-bottom: 18px;
	margin-top: 65px;
}

.lower-part .tab-boxs .tab-boxs-item p:nth-child(3) {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 31px;
	text-align: center;
	color: #565656;
}

.footer {
	width: 100%;
	height: 384px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FDF5EC;
}

.footer .main {
	width: 1330px;
	height: 334px;
	background: #101B21;
	border-radius: 65px;
	box-sizing: border-box;
	padding-left: 108px;
}

.footer .main .contact-us {
	width: 235px;
	height: 64px;
	border: 2px solid #E6FFDC;
	border-radius: 51px;
	text-align: center;
	line-height: 64px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	color: #E6FFDC;
	margin: 44px 0 77px 0;
	display: block;
	text-decoration: none;
}

.footer .main .address {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	opacity: 0.5;
	margin-bottom: 27px;
}

.footer .main .address span {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	opacity: 0.5;
}

.footer .main .desc {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	opacity: 0.5;
}
