/* PEIBWA hero (Lake block). */
.lake-root .b-peibwa-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 600px;
	overflow: hidden;
}

.lake-root .b-peibwa-hero.tall {
	min-height: 720px;
}

.lake-root .b-peibwa-hero .media,
.lake-root .b-peibwa-hero .scrim {
	position: absolute;
	inset: 0;
}

.lake-root .b-peibwa-hero .media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lake-root .b-peibwa-hero .scrim {
	background: rgba(0, 0, 0, 0.55);
}

.lake-root .b-peibwa-hero.overlay-light .scrim {
	background: rgba(0, 0, 0, 0.3);
}

.lake-root .b-peibwa-hero.overlay-strong .scrim {
	background: rgba(0, 0, 0, 0.7);
}

.lake-root .b-peibwa-hero .inner {
	position: relative;
	width: 100%;
	max-width: var(--brand-maxw, 1280px);
	margin: 0 auto;
	padding: 80px 2rem;
}

.lake-root .b-peibwa-hero .content {
	max-width: 720px;
}

.lake-root .b-peibwa-hero.center .inner {
	display: flex;
	justify-content: center;
}

.lake-root .b-peibwa-hero.center .content {
	text-align: center;
}

.lake-root .b-peibwa-hero h1 {
	color: #fff;
	font-size: clamp(1.75rem, 4vw, 3.25rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1.25rem;
}

.lake-root .b-peibwa-hero .sub {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.65;
	margin: 0 0 2rem;
}

.lake-root .b-peibwa-hero .acts {
	margin: 0 0 1rem;
}

.lake-root .b-peibwa-hero .note {
	color: #fff;
	font-size: 0.95rem;
	margin: 0;
}

.lake-root .b-peibwa-hero .note a {
	color: #CABFE4;
}

@media (max-width: 768px) {
	.lake-root .b-peibwa-hero .inner {
		padding: 56px 1.25rem;
	}
}
