.container-key-numbers {
	max-width: 1920px;
	width:1920px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.clsKeyNumbers {
	text-align:center;
	/* padding:132px; */
}

.clsKeyNumbers-title {
	margin: 64px 14.16% 0px;
}

.clsKeyNumbers-h1 {
	font-size: var(--wp--preset--font-size--heading-1);
	font-weight: var(--wp--custom--typography--font-weight--700);
	line-height: var(--wp--custom--typography--line-height--normal);
	color: #182F43;
}

.clsKeyNumbers-description {
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	color: #182F43;
	margin-top: 10px;
	margin: 32px 10.17% 0px;
}

.clsKeyNumbers-row {
	margin: 80px 132px 64px !important;
}

.clsKeyNumbers-row-col {
	padding: 9px !important;
}

.clsKeyNumbers-row-col-report {
	padding: 36px !important;
	border: 2px solid #ececec;
    border-radius: 10px;
	text-align: left;
}

.clsKeyNumbers-row-col-report-h2 {
	font-weight:600;
	font-size:64px;
	line-height:80px;
	color: #00829B;
}

.clsKeyNumbers-row-col-report-label {
	font-weight:700;
	font-size:20px;
	line-height:35px;
	color: #00829B;
}

.clsKeyNumbers-row-button {
	margin-top:80px !important;
}

.clsKeyNumbers-button {
	flex-direction: row;
	align-items: center;
	padding: 16px 20px 16px 24px;
	gap: 8px;
	width: 253px;
	height: 55px;
	background: #FF671D;
	border-radius: 8px;
	border: 1px;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
}

.clsKeyNumbers-button i {
	font-size: 14px;
	margin-left: 8px;
}

.clsKeyNumbers-row-profile {
	margin-top:146px !important;
}

.clsKeyNumbers-row-col-profile:hover {
	cursor:pointer;
}

.clsKeyNumbers-row-col-profile-div {
	padding:18px 18px 80px 18px;
	text-align:left;
}

.clsKeyNumbers-row-col-profile-div-img {
	width:100%;
	margin-bottom:24px;
	border-radius:8px;
}

.clsKeyNumbers-row-col-profile-div-p {
	font-weight:600;
	font-size:32px;
	line-height:48px;
	color:#231F20;
	margin-bottom: 8px;
}

.clsKeyNumbers-row-col-profile-div-label {
	font-weight:400;
	font-size:20px;
	line-height:35px;
	color:#231F20;
}

.clsAddbglight {
	background: linear-gradient(253.93deg, #00BED6 -2.86%, #00829B 108.55%) !important;
	border-color: #fff;
}
.clsAddcolorlight {
	color:#ffffff !important;
}

@media only screen and (max-width:992px) {
	.clsKeyNumbers-title {
		margin: 0px;
	}
	.clsKeyNumbers-description {
		margin: 16px 0px 46px 0px;
	}
	.clsKeyNumbers-row {
		margin: 0px !important;
	}

	.clsKeyNumbers-title {
		margin-right: 0px !important;
		margin-left: 0px !important;
		text-align: left;
	}

	.clsKeyNumbers-title-col {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.clsKeyNumbers-description {
		text-align: left;
	}

	.clsKeyNumbers-row-button {
		margin-top:40px !important;
	}

	.clsKeyNumbers {
		padding:24px 16px 30px 16px;
	}
}

@media only screen and (min-width:1101px) {
	.clsKeyNumbers-modal {
		width: 93% !important;
		max-width: 93% !important;
	}
}

@media only screen and (max-width:1100px) {
	.clsKeyNumbers {
		padding:66px 16px 48px 16px;
		padding:24px 16px 30px 16px;
	}

	.clsKeyNumbers-title {
		padding-left:6px;
		padding-right:6px;
	}

	
}

@media only screen and (max-width:767px) {
	.clsKeyNumbers-row-col {
		padding: 9px 0px !important;
	}
}