.home.telli-r05-phase--home-team .telli-home-team {
	position: relative;
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(96px, 8vw, 128px) 24px clamp(110px, 9vw, 144px) !important;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 243, 237, .98)),
		#f6f3ed;
	color: #46545f;
}

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

.home.telli-r05-phase--home-team .telli-home-team::after {
	position: absolute;
	right: 0;
	bottom: 72px;
	width: 240px;
	height: 240px;
	border: 1px solid rgba(193, 146, 49, .13);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.home.telli-r05-phase--home-team .telli-home-team__header,
.home.telli-r05-phase--home-team .telli-home-team__founders,
.home.telli-r05-phase--home-team .telli-home-team__staff {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.home.telli-r05-phase--home-team .telli-home-team__header {
	padding: 0;
	line-height: 1;
	text-align: left;
}

.home.telli-r05-phase--home-team .telli-home-team__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0;
	padding: 0;
	color: #9a711d;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .16em;
}

.home.telli-r05-phase--home-team .telli-home-team__eyebrow::before {
	width: 34px;
	height: 1px;
	background: currentColor;
	content: "";
}

.home.telli-r05-phase--home-team .telli-home-team__header h2 {
	max-width: 720px;
	margin: 18px 0 58px !important;
	padding: 0;
	color: #0b2437;
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(40px, 4vw, 56px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.045em;
}

.home.telli-r05-phase--home-team .telli-home-team__founders {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 3vw, 42px);
	padding: 0;
}

.home.telli-r05-phase--home-team .telli-home-team__card {
	position: relative;
	min-width: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

.home.telli-r05-phase--home-team .telli-home-team__card--founder {
	padding: 0 0 62px;
	background: #0b2437;
	box-shadow: 0 26px 58px rgba(8, 30, 46, .14);
}

.home.telli-r05-phase--home-team .telli-home-team__media {
	width: 100%;
	aspect-ratio: 47 / 49;
	overflow: hidden;
	background: #e8e8e5;
}

.home.telli-r05-phase--home-team .telli-home-team__media img {
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.home.telli-r05-phase--home-team .telli-home-team__info {
	position: relative;
	z-index: 1;
	width: calc(100% - 72px);
	min-height: 118px;
	margin: -52px auto 0;
	padding: 30px 32px 24px;
	border-top: 2px solid #c19231;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 18px 40px rgba(8, 30, 46, .16);
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 1.5;
	text-align: left;
}

.home.telli-r05-phase--home-team .telli-home-team__info h3 {
	margin: 0 0 7px !important;
	padding: 0;
	color: #0b2437;
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(20px, 2vw, 25px);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -.025em;
}

.home.telli-r05-phase--home-team .telli-home-team__info p {
	margin: 0 !important;
	padding: 0;
	color: #9a711d;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.home.telli-r05-phase--home-team .telli-home-team__staff {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	padding: 58px 0 0;
}

.home.telli-r05-phase--home-team .telli-home-team__card--staff {
	display: flex;
	height: auto;
	min-height: 124px;
	padding: 0;
	border: 1px solid rgba(11, 36, 55, .10);
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 12px 30px rgba(8, 30, 46, .055);
}

.home.telli-r05-phase--home-team .telli-home-team__card--staff::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 44px;
	height: 2px;
	background: #c19231;
	content: "";
}

.home.telli-r05-phase--home-team .telli-home-team__card--staff .telli-home-team__info {
	position: static;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 24px 22px 20px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.home.telli-r05-phase--home-team .telli-home-team__card--staff .telli-home-team__info h3 {
	margin-bottom: 8px !important;
	font-size: 17px;
	line-height: 1.3;
	letter-spacing: -.015em;
	overflow-wrap: break-word;
}

.home.telli-r05-phase--home-team .telli-home-team__card--staff .telli-home-team__info p {
	font-size: 11px;
	line-height: 1.45;
	letter-spacing: .055em;
}

@media (max-width: 1023px) {
	.home.telli-r05-phase--home-team .telli-home-team__staff {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.home.telli-r05-phase--home-team .telli-home-team {
		padding: 76px 20px 96px !important;
	}

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

	.home.telli-r05-phase--home-team .telli-home-team::after {
		bottom: 36px;
		width: 160px;
		height: 160px;
	}

	.home.telli-r05-phase--home-team .telli-home-team__header h2 {
		margin-bottom: 42px !important;
		font-size: clamp(34px, 10vw, 42px);
	}

	.home.telli-r05-phase--home-team .telli-home-team__founders {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.home.telli-r05-phase--home-team .telli-home-team__card--founder {
		padding-bottom: 52px;
	}

	.home.telli-r05-phase--home-team .telli-home-team__info {
		width: calc(100% - 32px);
		margin-top: -40px;
		padding: 24px 22px 20px;
	}

	.home.telli-r05-phase--home-team .telli-home-team__staff {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		padding-top: 46px;
	}

	.home.telli-r05-phase--home-team .telli-home-team__card--staff {
		min-height: 138px;
	}

	.home.telli-r05-phase--home-team .telli-home-team__card--staff .telli-home-team__info {
		width: 100%;
		margin: 0;
		padding: 22px 14px 18px;
	}

	.home.telli-r05-phase--home-team .telli-home-team__card--staff .telli-home-team__info h3 {
		font-size: clamp(14px, 4vw, 17px);
	}

	.home.telli-r05-phase--home-team .telli-home-team__card--staff .telli-home-team__info p {
		font-size: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home.telli-r05-phase--home-team .telli-home-team,
	.home.telli-r05-phase--home-team .telli-home-team * {
		scroll-behavior: auto;
	}
}
