.home.telli-r05-phase--home-counters .telli-home-counters {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: none !important;
	height: auto;
	margin: 0 !important;
	padding: clamp(82px, 7vw, 108px) 24px !important;
	overflow: hidden;
	background:
		radial-gradient(circle at 4% 108%, rgba(193, 146, 49, .10), transparent 28%),
		linear-gradient(180deg, #f7f5f0, #fff 76%);
	color: #0b2437;
}

.home.telli-r05-phase--home-counters .telli-home-counters::before {
	position: absolute;
	top: 0;
	left: max(24px, calc((100% - 1200px) / 2));
	width: 92px;
	height: 3px;
	background: #c19231;
	content: "";
}

.home.telli-r05-phase--home-counters .telli-home-counters::after {
	position: absolute;
	top: -156px;
	right: 24px;
	width: 220px;
	height: 220px;
	border: 1px solid rgba(193, 146, 49, .13);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.home.telli-r05-phase--home-counters .telli-home-counters *,
.home.telli-r05-phase--home-counters .telli-home-counters *::before,
.home.telli-r05-phase--home-counters .telli-home-counters *::after {
	box-sizing: border-box;
}

.home.telli-r05-phase--home-counters .telli-home-counters__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid rgba(11, 36, 55, .13);
	border-bottom: 1px solid rgba(11, 36, 55, .13);
	background: rgba(255, 255, 255, .76);
	box-shadow: 0 24px 64px rgba(8, 30, 46, .075);
}

.home.telli-r05-phase--home-counters .telli-home-counters__item {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	border-right: 1px solid rgba(11, 36, 55, .11);
}

.home.telli-r05-phase--home-counters .telli-home-counters__item:last-of-type {
	border-right: 0;
}

.home.telli-r05-phase--home-counters .telli-home-counters__item::before {
	position: absolute;
	top: -1px;
	left: 50%;
	width: 46px;
	height: 2px;
	background: #c19231;
	transform: translateX(-50%);
	content: "";
}

.home.telli-r05-phase--home-counters .telli-home-counters__item-inner,
.home.telli-r05-phase--home-counters .telli-home-counters__item:first-child .telli-home-counters__item-inner,
.home.telli-r05-phase--home-counters .telli-home-counters__counter,
.home.telli-r05-phase--home-counters .telli-home-counters__content {
	width: 100%;
	height: auto;
}

.home.telli-r05-phase--home-counters .telli-home-counters__item-inner,
.home.telli-r05-phase--home-counters .telli-home-counters__item:first-child .telli-home-counters__item-inner {
	min-height: 218px;
	padding: 42px 24px 36px;
}

.home.telli-r05-phase--home-counters .telli-home-counters__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 1.5;
	text-align: center;
}

.home.telli-r05-phase--home-counters .telli-home-counters__value-content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
}

.home.telli-r05-phase--home-counters .telli-home-counters__value-wrap {
	position: static;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 0;
	color: #b48627;
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(44px, 4.3vw, 62px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.055em;
	white-space: nowrap;
}

.home.telli-r05-phase--home-counters .telli-home-counters__value-hide {
	display: none;
}

.home.telli-r05-phase--home-counters .telli-home-counters__value {
	font: inherit;
	font-variant-numeric: tabular-nums;
	line-height: inherit;
}

.home.telli-r05-phase--home-counters .telli-home-counters__suffix {
	position: static;
	display: inline-block;
	margin: 1px 0 0 6px;
	color: #0b2437;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 23px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	vertical-align: top;
}

.home.telli-r05-phase--home-counters .telli-home-counters__title {
	max-width: 190px;
	margin: 24px auto 0;
	padding: 0;
	color: #334752;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.home.telli-r05-phase--home-counters .telli-home-counters__spacer {
	display: none;
}

@media (max-width: 767px) {
	.home.telli-r05-phase--home-counters .telli-home-counters {
		width: 100%;
		height: auto;
		margin: 0 !important;
		padding: 70px 20px 78px !important;
	}

	.home.telli-r05-phase--home-counters .telli-home-counters::before {
		left: 20px;
		width: 72px;
	}

	.home.telli-r05-phase--home-counters .telli-home-counters__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		margin: 0;
	}

	.home.telli-r05-phase--home-counters .telli-home-counters__item {
		width: auto;
		border-bottom: 1px solid rgba(11, 36, 55, .11);
	}

	.home.telli-r05-phase--home-counters .telli-home-counters__item:nth-child(2n) {
		border-right: 0;
	}

	.home.telli-r05-phase--home-counters .telli-home-counters__item:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.home.telli-r05-phase--home-counters .telli-home-counters__item-inner,
	.home.telli-r05-phase--home-counters .telli-home-counters__item:first-child .telli-home-counters__item-inner {
		min-height: 176px;
		padding: 34px 12px 28px;
	}

	.home.telli-r05-phase--home-counters .telli-home-counters__value-wrap {
		font-size: clamp(36px, 10.5vw, 46px);
		letter-spacing: -.06em;
	}

	.home.telli-r05-phase--home-counters .telli-home-counters__suffix {
		margin-left: 4px;
		font-size: 18px;
	}

	.home.telli-r05-phase--home-counters .telli-home-counters__title {
		max-width: 128px;
		margin-top: 18px;
		font-size: 10px;
		line-height: 1.45;
		letter-spacing: .105em;
	}
}

@media (max-width: 370px) {
	.home.telli-r05-phase--home-counters .telli-home-counters {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	.home.telli-r05-phase--home-counters .telli-home-counters__item-inner,
	.home.telli-r05-phase--home-counters .telli-home-counters__item:first-child .telli-home-counters__item-inner {
		padding-right: 8px;
		padding-left: 8px;
	}

	.home.telli-r05-phase--home-counters .telli-home-counters__value-wrap {
		font-size: 35px;
	}
}
