.hero {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	height: 100svh;
	min-height: 100vh;
	min-height: 100svh;
	width: 100%;
	background-color: transparent;
	padding: var(--padding-top, 0) var(--padding-right, 0) var(--padding-bottom, 0) var(--padding-left, 0);
	padding: 0 1em;
}

.hero.align-center {
	align-items: center;
}

.hero.align-top {
	align-items: start;
}

.hero.align-bottom {
	align-items: end;
}

.hero.justify-left {
	justify-content: start;
}

.hero.justify-center {
	justify-content: center;
}

.hero.justify-right {
	justify-content: flex-end;
}

.wp-admin .hero {
	height: 100%;
	min-height: 100%;
	padding: 0;
}

.wp-admin .hero figure.image-holder img {
	object-fit: contain;
	position: relative;
}

.wp-admin .hero .content-container {
	position: absolute;
	padding: var(--padding-top, 0) var(--padding-right, 0) var(--padding-bottom, 0) var(--padding-left, 0);
	z-index: 10;
}

.wp-admin .hero .image-holder {
	position: relative;
	z-index: 0;
}

.hero h2 {
	margin-bottom: 0;
	color: #787878;
	font-size: 1.5em;
	letter-spacing: 0.3rem;
	margin: 0;
	font-size: clamp(1.55em, 7vmin, 2.55em);
}

/* .hero > *:not(.image-holder) {
	display: block;
	z-index: 1;
} */

.is-root-container .hero {
	width: auto;
}

.hero .content-container {
	position: relative;
	display: flex;
	z-index: 1;
}

.hero .image-holder {
	display: block;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	overflow: hidden;
	padding-top: 0;
}

.hero.has-overlay .image-holder::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--overlay-color);
	opacity: var(--overlay-visibility);
	z-index: 1;
}

.hero.gradient-bottom .image-holder::before,
.hero.gradient-top .image-holder::before {
	content: "";
	position: absolute;
	height: 12em;
	width: 100%;
	opacity: 0.3;
	z-index: 5;
}

.about-hero.hero.gradient-bottom .scroll-indicator,
.about-hero.hero.gradient-bottom .image-holder::before {
	display: none;
}

.about-hero {
	min-height: 0;
	max-height: 76vw;
}
@media screen and (min-aspect-ratio: 7 / 6) {
	.about-hero {
		min-height: 100vh;
		min-height: 100svh;
		max-height: 76vw;
	}
	.about-hero.hero.gradient-bottom .scroll-indicator,
	.about-hero.hero.gradient-bottom .image-holder::before {
		display: block;
	}
}

.hero.gradient-bottom .image-holder::before {
	top: auto;
	bottom: 0;
	background: linear-gradient(
		to top,
		hsl(0, 0%, 0%) 0%,
		hsla(0, 0%, 0%, 0.987) 8.1%,
		hsla(0, 0%, 0%, 0.951) 15.5%,
		hsla(0, 0%, 0%, 0.896) 22.5%,
		hsla(0, 0%, 0%, 0.825) 29%,
		hsla(0, 0%, 0%, 0.741) 35.3%,
		hsla(0, 0%, 0%, 0.648) 41.2%,
		hsla(0, 0%, 0%, 0.55) 47.1%,
		hsla(0, 0%, 0%, 0.45) 52.9%,
		hsla(0, 0%, 0%, 0.352) 58.8%,
		hsla(0, 0%, 0%, 0.259) 64.7%,
		hsla(0, 0%, 0%, 0.175) 71%,
		hsla(0, 0%, 0%, 0.104) 77.5%,
		hsla(0, 0%, 0%, 0.049) 84.5%,
		hsla(0, 0%, 0%, 0.013) 91.9%,
		hsla(0, 0%, 0%, 0) 100%
	);
}

.hero.gradient-top .image-holder::before {
	top: 0;
	bottom: auto;
	background: linear-gradient(
		to bottom,
		hsl(0, 0%, 0%) 0%,
		hsla(0, 0%, 0%, 0.987) 8.1%,
		hsla(0, 0%, 0%, 0.951) 15.5%,
		hsla(0, 0%, 0%, 0.896) 22.5%,
		hsla(0, 0%, 0%, 0.825) 29%,
		hsla(0, 0%, 0%, 0.741) 35.3%,
		hsla(0, 0%, 0%, 0.648) 41.2%,
		hsla(0, 0%, 0%, 0.55) 47.1%,
		hsla(0, 0%, 0%, 0.45) 52.9%,
		hsla(0, 0%, 0%, 0.352) 58.8%,
		hsla(0, 0%, 0%, 0.259) 64.7%,
		hsla(0, 0%, 0%, 0.175) 71%,
		hsla(0, 0%, 0%, 0.104) 77.5%,
		hsla(0, 0%, 0%, 0.049) 84.5%,
		hsla(0, 0%, 0%, 0.013) 91.9%,
		hsla(0, 0%, 0%, 0) 100%
	);
}

.hero figure.image-holder img {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.scroll-indicator {
	display: flex;
	justify-content: center;
	width: 100%;
	font-family: "Clarice-Book", sans-serif;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 4%;
	left: auto;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	opacity: 1;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 0.9em;
	transition: opacity 0.3s ease-in-out;
}

.scrolled .scroll-indicator {
	opacity: 0;
}

.hide-scroll-indicator .scroll-indicator,
.is-root-container .hide-scroll-indicator .scroll-indicator {
	display: none;
}

.acf-field.acf-field-64764d85fe598 .acf-label {
	margin-top: 11px;
}
