.itg .itg-our-people-hero {
	--itg-op-h-height: min(32.5rem, 27.0833333333vw);
	--itg-op-h-radius: min(3.125rem, 2.6041666667vw);
	--itg-op-h-scrim-h: min(16.25rem, 13.5416666667vw);
	--itg-op-h-pb: min(5rem, 4.1666666667vw);
	--itg-op-h-fs-title: min(6.25rem, 5.2083333333vw);
	--itg-op-h-lh-title: min(5.625rem, 4.6875vw);
	--itg-op-h-image-position: 50% 42%;

	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	height: var(--itg-op-h-height);
	overflow: hidden;
	color: var(--itg-color-text-on-dark);
	background-color: var(--itg-color-mahogany);
	border-radius: 0 0 var(--itg-op-h-radius) var(--itg-op-h-radius);
}

.itg .itg-our-people-hero__media {
	position: absolute;
	inset: 0;
}

.itg .itg-our-people-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: var(--itg-op-h-image-position, 50% 42%);
}

.itg .itg-our-people-hero__image--mobile {
	display: none;
}

.itg .itg-our-people-hero__scrim {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: var(--itg-op-h-scrim-h);
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.itg .itg-our-people-hero__content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	box-sizing: border-box;
	padding-bottom: var(--itg-op-h-pb);
}

.itg .itg-our-people-hero__title {
	margin: 0;
	font-family: var(--itg-font-heading);
	font-size: var(--itg-op-h-fs-title);
	font-weight: var(--itg-font-weight-light);
	line-height: var(--itg-op-h-lh-title);
	text-align: center;
}

@media (max-width: 767px) {
	.itg .itg-our-people-hero {
		--itg-op-h-height: min(36.625rem, 145.7711442786vw);
		--itg-op-h-radius: min(3.125rem, 12.4378109453vw);
		--itg-op-h-scrim-h: min(17.75rem, 70.6467661692vw);
		--itg-op-h-pb: min(2.5rem, 9.9502487562vw);
		--itg-op-h-pl: min(1rem, 3.9800995025vw);
		--itg-op-h-fs-title: min(3.125rem, 12.4378109453vw);
		--itg-op-h-lh-title: min(3.125rem, 12.4378109453vw);
		--itg-op-h-title-max-w: min(13.8125rem, 54.9751243781vw);
		--itg-op-h-image-position: 50% 50%;
	}

	.itg .itg-our-people-hero__media::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		pointer-events: none;
		background: rgba(0, 0, 0, 0.3);
	}

	.itg .itg-our-people-hero__media--has-mobile-image .itg-our-people-hero__image--desktop {
		display: none;
	}

	.itg .itg-our-people-hero__media--has-mobile-image .itg-our-people-hero__image--mobile {
		display: block;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.itg .itg-our-people-hero__image--desktop {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: var(--itg-op-h-image-position, 50% 50%);
	}

	.itg .itg-our-people-hero__scrim {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
		mix-blend-mode: multiply;
	}

	.itg .itg-our-people-hero__content {
		align-items: flex-end;
		justify-content: flex-start;
		padding-bottom: var(--itg-op-h-pb);
		padding-left: var(--itg-op-h-pl);
	}

	.itg .itg-our-people-hero__title {
		max-width: var(--itg-op-h-title-max-w);
		text-align: left;
	}
}
