.hero-page {
	position: relative;
	isolation: isolate;
}
.hero-page .outer-media.row {
	max-width: 100% !important;
	padding: 0 !important;
}
.hero-page .outer-media :is(.wp-block-columns, .wp-block-column, .bp-multimedia, .bp-group) {
	width: 100%;
	height: 100%;
	margin: 0;
}
.hero-page .outer-media video {
	mix-blend-mode: multiply;
}
.hero-page .description .wp-block-column {
	margin: 17.2svh 0 0;
	padding: 0 2rem;
}
.hero-page .description p {
	margin: 0 0 1.8rem;
}
.hero-page .why-australis .content ul {
	list-style-type: none;
	margin: 0;
}
.hero-page .why-australis .content li {
	position: relative;
	text-transform: uppercase;
}
.hero-page .why-australis .content li::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--rojo);
	position: absolute;
	top: 0;
	left: 0;
}
.hero-page .outer-media::before {
	content: "";
	background: linear-gradient(0deg, #253a52 0%, rgba(23, 32, 42, 0) 100%);
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 25svh;
	z-index: var(--z-index-lowest);
	pointer-events: none;
}

/* CMS CONFIGS */
.wp-admin .hero-page > .block-editor-inner-blocks,
.wp-admin .hero-page > .block-editor-inner-blocks > .block-editor-block-list__layout {
	height: 100%;
}
.hero-page .wp-block-australis-bp-row {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.hero-page .multimedia .media-options {
	top: 0 !important;
}
.hero-page .outer-media {
	position: relative;
	z-index: var(--z-index-lowest);
}
.hero-page .why-australis {
	position: relative;
	z-index: var(--z-index-medium-low);
}
.hero-page .why-australis .content li {
	padding: 0 1rem;
}
.hero-page .description {
	pointer-events: none;
	position: relative;
	z-index: var(--z-index-medium);
}
.hero-page .description .wp-block-columns {
	pointer-events: none;
}
.hero-page .description .wp-block-column {
	pointer-events: all;
}
@media only screen and (min-width: 961px) {
	.hero-page {
		height: 100svh;
	}
	.hero-page::before {
		height: 25svh;
	}
	.hero-page .description .wp-block-column {
		margin: 20svh 0 0;
	}
	.hero-page .why-australis {
		position: absolute;
		bottom: 4.6svh;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		max-width: 144rem;
		z-index: var(--z-index-medium-low);
	}
	.hero-page .why-australis .content ul,
	.hero-page .why-australis .content {
		display: flex;
		justify-content: flex-start;
	}
	.hero-page .why-australis .content ul {
		align-items: center;
	}
	.hero-page .why-australis .content {
		align-items: flex-end;
	}
	.hero-page .why-australis .content h2 {
		white-space: nowrap;
		margin-right: 3.2rem;
		position: relative;
		top: 0.5rem;
	}
	.hero-page .why-australis .content ul {
		flex: 1;
	}
	.hero-page .why-australis .content li {
		flex: 1 1 auto;
	}
	.hero-page .outer-media {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: 100% !important;
		padding: 0;
	}
	.hero-page .outer-media .block-editor-inner-blocks,
	.hero-page .outer-media .block-editor-block-list__layout {
		height: 100%;
	}
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.hero-page .wp-block-australis-bp-row {
		padding: 0;
	}
	.hero-page .description {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.hero-page .outer-media {
		height: 120svh;
	}
	.hero-page .why-australis {
		background: var(--azul, #253a52);
		padding: 3.2rem 2rem;
	}
	.hero-page .why-australis h2 {
		text-align: center;
		margin: 0 0 2.4rem;
	}
	.hero-page .why-australis ul {
		display: flex;
		flex-wrap: wrap;
		gap: 1.6rem;
		justify-content: center;
		padding: 0 1rem;
	}
}
