h1 {
	font-size: var(--h1) !important;
	line-height: var(--h1-line-height);
}
@media screen and (min-width: 1026px) {
	.page-hero__btn-wrapper {
		margin-left: auto;
	}
}

.page-hero__inner-text {
	padding-top: 5rem;
}
@media screen and (min-width: 768px) {
	.page-hero {
		overflow: hidden;
		position: relative;
		min-height: 100vh;
		padding-bottom: 75px;
	}
}
.page-hero__btn-wrapper {
	align-items: end;
	justify-items: end;
}
@media screen and (min-width: 1026px) {
	.page-hero__btn-wrapper {
		padding-right: 7rem;
	}
	h1 {
		max-width: 720px;
	}
}

@media screen and (max-width: 1025px) {
	.page-hero__inner {
		margin: 0 !important;
	}
	h1 {
		padding-top: 30rem;
	}
}
section.page-hero {
	position: relative;
}
section.page-hero::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	width: 100%;
	z-index: 1;
	opacity: 0.3;
}
.page-hero__inner {
	z-index: 10;
	position: relative;
}

@media screen and (min-width: 1026px) {
	.page-hero {
		margin-bottom: var(--section-padding-block) !important;
	}
}

@media screen and (max-width: 1025px) {
	.page-hero + section {
		padding-top: 2rem !important;
	}
}

.hero-featured-case-title {
	font-weight: 500;
	padding-bottom: 1.2rem;
	display: block;
}
@media screen and (min-width: 1026px) {
	.hero-featured-case-title {
		padding-top: 10px;
	}
}
@media screen and (max-width: 1025px) {
	.hero-featured-case-title {
		font-size: var(--h5);
	}
}

/* Header */
header .menu-toggle-button svg path,
body:not(.show-menu) .logo-link g#Group path {
	transition: all 0.2s ease-out 0.1s !important;
}
header.headroom--unpinned .menu-toggle-button svg path,
body:not(.show-menu) header.headroom--unpinned .logo-link g#Group path,
header.headroom--unpinned .primary-navigation li a,
header.headroom--unpinned .primary-navigation li > button path {
	transition: all 0.2s ease-out 0.2s !important;
}
@media screen and (min-width: 1026px) {
	header li > button {
		transition: 0.2s ease-out;
	}
	header li.expanded > button {
		transform: rotate(180deg);
	}
}
body:not(.show-menu) header.headroom--top {
	background: transparent;
	border-color: transparent;
}
body:not(.show-menu) header.headroom--top .primary-navigation > li > a {
	color: white !important;
}

body:not(.show-menu) header.headroom--top .primary-navigation > li > button,
body:not(.show-menu) a.logo-link {
	outline-color: white !important;
}

body:not(.show-menu) header.headroom--top .menu-toggle-button svg path {
	stroke: white !important;
}
body:not(.show-menu) header.headroom--top .logo-link g#Group path {
	fill: white;
}

body:not(.show-menu) header.headroom--top ul.primary-navigation > li > button.expand-icon path {
	fill: white !important;
}
body:not(.show-menu) header.headroom--top .primary-navigation > li > a:is(:hover, :focus-visible) {
	text-decoration-color: white !important;
}
