.c-stats {
	padding-top: 50px;
	margin-bottom: -50px;
	background: #F6F9FC;
	overflow: hidden;
}
.c-stats__band {
	background: linear-gradient(90deg, #316CF4 5%, #23A2D6 100%);
	position: relative;
}
.c-stats__band-inner {
	max-width: 64rem;
	margin: 0 auto;
	padding: 5.5rem 1rem 7rem;
	text-align: center;
}
.c-stats__title {
	font-family: "Noe Display", Georgia, serif;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.15;
	color: #ffffff;
	margin: 0 0 1.5rem;
}
.c-stats__description {
	font-family: Roboto, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.95rem;
	line-height: 1.75;
	color: #E9F2FB;
	max-width: 48rem;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.c-stats__band-inner {
		padding: 7rem 1rem 9rem;
	}
	.c-stats__title {
		font-size: 2.45rem;
		line-height: 1.13;
		margin-bottom: 1.75rem;
	}
	.c-stats__description {
		font-size: 1rem;
		line-height: 1.75;
	}
}
.c-stats__ribbon {
	height: 10px;
	background: #B8E4F4;
	position: relative;
}
.c-stats__ribbon::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 10px;
	height: 10px;
	background: #B8E4F4;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.c-stats__fade {
	height: 4.5rem;
	background: linear-gradient(180deg, #E9F7FC 21.47%, #F6F9FC 52.76%);
	margin-top: -1px;
}
.c-stats__seals {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 1.75rem;
	margin-top: -11rem;
	position: relative;
	z-index: 2;
	padding: 0 1rem 1.5rem;
}
.c-stats__seal {
	position: relative;
	flex-shrink: 0;
	width: 15.1rem;
	aspect-ratio: 1;
	border-radius: 9999px;
	border: 2.8px solid #fff;
	box-shadow:
		-11px -4px 41.7px 3px rgba(26, 38, 51, 0.1),
		0 11px 29px -4px rgba(26, 38, 51, 0.18);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.c-stats__seal--green {
	background: linear-gradient(148.24deg, #87BC3F 12.12%, #ADCA82 85.76%);
}
.c-stats__seal--silver {
	background: linear-gradient(153.9deg, #A6A3A8 18.04%, #C2BFC4 109.48%);
}
.c-stats__seal--gold {
	background: linear-gradient(328.46deg, #EDC167 29.36%, #D4AC5B 118.14%);
}
.c-stats__seal::before,
.c-stats__seal::after {
	content: "";
	position: absolute;
	inset: 7.5%;
	border-radius: 9999px;
	pointer-events: none;
}
.c-stats__seal::before {
	border: 2.2px dashed rgba(255, 255, 255, 0.85);
}
.c-stats__seal::after {
	inset: 12%;
	border: 1.1px solid rgba(255, 255, 255, 0.5);
}
.c-stats__icon-wrap {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.2);
	border: 1.1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.35rem;
	position: relative;
	z-index: 1;
}
.c-stats__icon {
	width: 1.15rem;
	height: 1.15rem;
	color: #fff;
}
.c-stats__value {
	font-family: "Noe Display", Georgia, serif;
	font-weight: 700;
	line-height: 0.95;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0.1em;
	margin: 0.15rem 0 0.4rem;
}
.c-stats__value-main {
	font-size: clamp(2.4rem, 4vw, 3.55rem);
}
.c-stats__value-prefix {
	font-size: clamp(1.5rem, 2.5vw, 2.2rem);
	align-self: flex-start;
	margin-top: 0.35em;
}
.c-stats__value-unit {
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	align-self: flex-end;
	margin-bottom: 0.35em;
	font-style: normal;
	line-height: 1;
}
.c-stats__value-suffix {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	align-self: flex-end;
	margin-bottom: 0.15em;
	font-style: italic;
	line-height: 1;
}
.c-stats__value--range {
	flex-direction: column;
	align-items: center;
	gap: 0.1em;
}
.c-stats__value--range .c-stats__value-row {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0.06em;
	font-family: "Noe Display", Georgia, serif;
	font-weight: 700;
	font-size: clamp(1.7rem, 3vw, 2.3rem);
	line-height: 1;
}
.c-stats__value--range .c-stats__value-num {
	line-height: 1;
}
.c-stats__value--range .c-stats__value-prefix,
.c-stats__value--range .c-stats__value-unit {
	font-size: 0.58em;
	align-self: flex-start;
	margin-top: 0.22em;
	margin-bottom: 0;
	line-height: 1;
}
.c-stats__value--range .c-stats__value-suffix {
	font-size: 0.95em;
	align-self: flex-start;
	margin: 0.05em 0 0 0.02em;
	font-style: normal;
	line-height: 1;
}
.c-stats__value--range .c-stats__value-dash {
	align-self: center;
	margin: 0 0 0 0.12em;
	font-size: 0.75em;
}
.c-stats__value-dash {
	font-family: Roboto, Helvetica, sans-serif;
	font-weight: 400;
	opacity: 0.95;
}
.c-stats__label {
	font-family: Roboto, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 0.6875rem;
	line-height: 1.18;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	max-width: 7.5rem;
	position: relative;
	z-index: 1;
	margin: 0;
}
@media (min-width: 768px) {
	.c-stats__seals {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 1.5rem 5rem;
		margin-top: -12.5rem;
		padding-bottom: 2rem;
	}
}
