html,
body,
.wp-site-blocks {
	overflow-x: hidden;
}

.dj-page-hero-title-image {
	position: relative;
	display: grid;
	grid-template-columns: minmax(520px, 43%) minmax(0, 1fr);
	width: 100vw;
	max-width: 100vw;
	min-height: 620px;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	background: var(--color-black);
	overflow: hidden;
	box-sizing: border-box;

	--dj-content-left: max(24px, calc((100vw - 1640px) / 2 + 24px));
}

.dj-page-hero-title-image-panel {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--color-black);
	color: var(--color-white);
	padding: 75px 40px 90px var(--dj-content-left);
	min-height: 620px;
	box-sizing: border-box;
	z-index: 5;
}

.dj-page-hero-title-image-panel > * {
	max-width: 560px;
}

.dj-page-hero-title-image-panel::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 110px;
	height: 40px;
	background: var(--color-white);
	clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.dj-page-hero-title-image-eyebrow {
	font-family: 'Figtree';
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.dj-page-hero-title-image-title {
	color: var(--color-white);
	font-size: 51px;
	font-weight: 800 !important;
	line-height: 60px;
	letter-spacing: -1.02px;
	text-transform: uppercase;
	margin: 0;
}

.dj-page-hero-title-image-image {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 620px;
	margin: 0;
	overflow: hidden;
}

.dj-page-hero-title-image-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 620px;
	object-fit: cover;
	object-position: center center;
}

@media (max-width: 1180px) and (min-width: 1025px) {
	.dj-page-hero-title-image {
		grid-template-columns: minmax(455px, 49%) minmax(0, 1fr);
		--dj-content-left: 45px;
	}

	.dj-page-hero-title-image-panel {
		padding: 75px 40px 90px var(--dj-content-left);
	}

	.dj-page-hero-title-image-title {
		font-size: 54px;
		line-height: 60px;
	}
}

@media (max-width: 1024px) {
	.dj-page-hero-title-image {
		display: flex;
		flex-direction: column-reverse;
		min-height: auto;
	}

	.dj-page-hero-title-image-image,
	.dj-page-hero-title-image-image img {
		min-height: 360px;
		height: 360px;
	}

	.dj-page-hero-title-image-panel {
		width: 100%;
		min-height: auto;
		padding: 48px 40px 64px;
	}

	.dj-page-hero-title-image-panel > * {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.dj-page-hero-title-image-image,
	.dj-page-hero-title-image-image img {
		min-height: 300px;
		height: 300px;
	}

	.dj-page-hero-title-image-panel {
		padding: 24px 16px 64px;
	}

	.dj-page-hero-title-image-title {
		font-size: 26px;
		line-height: 32px;
		letter-spacing: -0.52px;
	}
}

/* =============================
 * Editor Styles
 ============================ */

.editor-styles-wrapper .dj-page-hero-title-image {
	position: relative;
	display: grid !important;
	grid-template-columns: minmax(360px, 38%) minmax(0, 1fr) !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 420px !important;
	margin: 0 !important;
	background: var(--color-black);
	overflow: hidden;
	box-sizing: border-box;
}

.editor-styles-wrapper .dj-page-hero-title-image-panel {
	min-height: 420px !important;
	padding: 55px 40px 75px 40px !important;
	background: var(--color-black);
	box-sizing: border-box;
}

.editor-styles-wrapper .dj-page-hero-title-image-panel > * {
	max-width: 560px;
}

.editor-styles-wrapper .dj-page-hero-title-image-eyebrow {
	font-family: 'Figtree';
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 6px;
}

.editor-styles-wrapper .dj-page-hero-title-image-title {
	color: var(--color-white);
	font-size: clamp(34px, 4vw, 56px) !important;
	line-height: 1.08 !important;
	letter-spacing: -0.8px;
	margin: 0;
}

.editor-styles-wrapper .dj-page-hero-title-image-image,
.editor-styles-wrapper .dj-page-hero-title-image-image img {
	min-height: 420px !important;
	height: 420px !important;
}

.editor-styles-wrapper .dj-page-hero-title-image-image {
	margin: 0 !important;
	overflow: hidden;
}

.editor-styles-wrapper .dj-page-hero-title-image-image img {
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

@media (max-width: 1024px) {
	.editor-styles-wrapper .dj-page-hero-title-image {
		display: flex !important;
		flex-direction: column-reverse;
		min-height: auto !important;
	}

	.editor-styles-wrapper .dj-page-hero-title-image-image,
	.editor-styles-wrapper .dj-page-hero-title-image-image img {
		min-height: 300px !important;
		height: 300px !important;
	}

	.editor-styles-wrapper .dj-page-hero-title-image-panel {
		min-height: auto !important;
		padding: 48px 40px 64px !important;
	}

	.editor-styles-wrapper .dj-page-hero-title-image-panel > * {
		max-width: 100%;
	}

	.editor-styles-wrapper .dj-page-hero-title-image-title {
		font-size: 42px !important;
		line-height: 48px !important;
	}
}

@media (max-width: 767px) {
	.editor-styles-wrapper .dj-page-hero-title-image-image,
	.editor-styles-wrapper .dj-page-hero-title-image-image img {
		min-height: 240px !important;
		height: 240px !important;
	}

	.editor-styles-wrapper .dj-page-hero-title-image-panel {
		padding: 24px 16px 64px !important;
	}

	.editor-styles-wrapper .dj-page-hero-title-image-title {
		font-size: 28px !important;
		line-height: 36px !important;
		letter-spacing: -0.56px;
	}
}