.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;
	z-index: 1;
	padding: var(--padding-top, 0) var(--padding-right, 0) var(--padding-bottom, 0) var(--padding-left, 0);
}

.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: 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: 999;
}

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

.hero h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 1.5em;
}

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

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

.hero .content-container {
	/* position: relative; */
	display: flex;
}

.hero .image-holder {
	display: block;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	overflow: hidden;
}
.hero-bg-color {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: var(--hero-bg, #efefef);
	z-index: -1;
}

#editor .hero-bg-color {
	height: 100%;
	min-height: 600px;
}

.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 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 {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 4%;
	left: var(--site-margin-left);
	text-align: center;
	margin: 0 auto;
	color: #fff;
	opacity: 1;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 0.735em;
	transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 40em) {
	.scroll-indicator {
		left: 4.2em;
	}
}
.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;
}
