.ims-stat-item {
	text-align: center;
	padding: 26px 18px;
}

.ims-stat-item .ims-stat-item__number {
	display: block;
	font-family: 'Montserrat', -apple-system, sans-serif;
	font-weight: 900;
	font-size: 32px;
	line-height: 1;
	color: #c8a951;
}

.ims-stat-item .ims-stat-item__label {
	display: block;
	margin-top: 6px;
	font-family: 'Inter', -apple-system, sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.on-dark .ims-stat-item .ims-stat-item__label {
	color: rgba(255, 255, 255, 0.7);
}

.on-light .ims-stat-item .ims-stat-item__label {
	color: #6b7a8d;
}
