.zp-global-hero {
	--zp-orange: #f3a000;
	--zp-width: 1340px;
	width: 100%;
}

/* The global hero always starts directly below the document header. Keep the
 * Elementor header in the same overlay layout used on the front page. */

.site-header {
	background: transparent;
	border: 0;
	box-shadow: none;
	width: 100%;
}

.site-header__inner {
	gap: 42px;
	min-height: 158px;
}

.site-branding {
	flex: 0 0 260px;
	height: 150px;
	justify-content: center;
	min-width: 0;
}

.site-branding img,
.site-branding img:first-child,
.site-branding img:last-child {
	display: block;
	height: 146px;
	max-height: none;
	object-fit: contain;
	width: 245px;
}

.site-header__navigation {
	align-items: center;
	display: flex;
	width: 100%;
}

.site-nav {
	align-self: stretch;
	display: flex;
}

.site-nav > .menu {
	gap: 10px;
	width: 100%;
}

.site-nav a {
	font-family: Nunito, "Segoe UI", Arial, sans-serif;
	font-size: 17px;
	padding-left: 11px;
	padding-right: 11px;
}

.site-nav > .menu > .menu-item-has-children > a {
	padding-right: 27px;
}

.site-nav > .menu > .menu-item-has-children > a::after {
	border: solid currentcolor;
	border-width: 0 2px 2px 0;
	content: "";
	height: 7px;
	margin-top: -6px;
	position: absolute;
	right: 11px;
	top: 50%;
	transform: rotate(45deg);
	width: 7px;
}

.site-nav .sub-menu {
	top: calc(100% - 26px);
}

.zp-global-hero .zp-shell {
	max-width: var(--zp-width);
}

.zp-home-hero {
	background-image: var(--zp-hero-image);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 650px;
	overflow: hidden;
	position: relative;
}

.zp-home-hero__inner {
	display: flex;
	justify-content: flex-end;
	min-height: 650px;
	position: relative;
	z-index: 1;
}

.zp-home-hero__content {
	color: #fff;
	margin-top: 220px;
	padding-right: 22px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .52);
	width: 49%;
}

.zp-home-hero__title {
	color: #fff;
	font: 700 40px/1.2 Nunito, sans-serif;
	letter-spacing: -.75px;
	margin: 0 0 2px;
}

.zp-home-hero__patron {
	font: 400 17px/1.1 Nunito, sans-serif;
	margin: 0 0 12px;
}

.zp-home-hero__lead {
	font: 700 19px/1.5 "Open Sans", sans-serif;
	margin: 0 0 24px;
	max-width: 590px;
}

.zp-home-hero__stats {
	display: grid;
	gap: 38px;
	grid-template-columns: 1fr 1fr;
	margin: 0 0 30px;
	max-width: 570px;
}

.zp-home-hero__stats > div {
	position: relative;
}

.zp-home-hero__stats > div::before {
	background: var(--zp-orange);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: -11px;
	width: 26px;
}

.zp-home-hero__stats strong,
.zp-home-hero__stats span {
	display: block;
}

.zp-home-hero__stats strong {
	color: #fff;
	font: 700 25px/1.2 "Open Sans", sans-serif;
}

.zp-home-hero__stats span {
	font: 600 12px/1.3 "Open Sans", sans-serif;
}

.zp-home-hero__button {
	align-items: center;
	background: var(--zp-navy);
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	font: 600 18px/1.2 "Open Sans", sans-serif;
	gap: 18px;
	min-height: 54px;
	padding: 0 25px;
	text-decoration: none;
	text-shadow: none;
	transition: background-color .2s ease, transform .2s ease;
}

.zp-home-hero__button:hover {
	background: var(--zp-red);
	color: #fff;
}

.zp-home-hero__button span {
	font-size: 26px;
	transition: transform .2s ease;
}

.zp-home-hero__button:hover span {
	transform: translateX(4px);
}

.zp-hero-motion-ready .zp-home-hero {
	opacity: 0;
	transition: opacity .9s ease;
}

.zp-hero-motion-ready .zp-home-hero.is-visible {
	opacity: 1;
}

.zp-hero-motion-ready .zp-home-hero__content > * {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .55s ease, transform .55s cubic-bezier(.22, 1, .36, 1);
}

.zp-hero-motion-ready .zp-home-hero.is-visible .zp-home-hero__content > * {
	opacity: 1;
	transform: none;
}

.zp-hero-motion-ready .zp-home-hero.is-visible .zp-home-hero__content > :nth-child(1) {
	transition-delay: .12s;
}

.zp-hero-motion-ready .zp-home-hero.is-visible .zp-home-hero__content > :nth-child(2) {
	transition-delay: .2s;
}

.zp-hero-motion-ready .zp-home-hero.is-visible .zp-home-hero__content > :nth-child(3) {
	transition-delay: .28s;
}

.zp-hero-motion-ready .zp-home-hero.is-visible .zp-home-hero__content > :nth-child(4) {
	transition-delay: .38s;
}

.zp-hero-motion-ready .zp-home-hero.is-visible .zp-home-hero__content > :nth-child(5) {
	transition-delay: .48s;
}

.zp-hero-motion-ready .zp-home-hero__stats > div::before {
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5s ease .55s;
}

.zp-hero-motion-ready .zp-home-hero.is-visible .zp-home-hero__stats > div::before {
	transform: scaleX(1);
}

@media (max-width: 1260px) {

	.site-header__inner {
		min-height: 112px;
	}

	.site-branding {
		flex-basis: 220px;
		height: 108px;
	}

	.site-branding img,
	.site-branding img:first-child,
	.site-branding img:last-child {
		height: 104px;
		width: 205px;
	}

	.site-nav > .menu {
		gap: 0;
	}

	.site-nav > .menu > .menu-item > a {
		padding: 13px 12px;
	}

	.site-nav > .menu > .menu-item-has-children > a::after {
		right: 13px;
	}
}

@media (max-width: 900px) {

	.zp-home-hero {
		background-image: linear-gradient(180deg, rgba(2, 18, 28, .04), rgba(2, 18, 28, .7)), var(--zp-hero-mobile);
		background-position: 50% 50%;
		min-height: 680px;
	}

	.zp-home-hero__inner {
		align-items: flex-end;
		min-height: 680px;
	}

	.zp-home-hero__content {
		margin: 0;
		padding: 0 8px 82px;
		width: 100%;
	}
}

@media (max-width: 620px) {

	.site-header__inner {
		min-height: 88px;
	}

	.site-branding {
		flex-basis: 166px;
		height: 84px;
		justify-content: flex-start;
	}

	.site-branding img,
	.site-branding img:first-child,
	.site-branding img:last-child {
		height: 80px;
		width: 156px;
	}

	.zp-home-hero,
	.zp-home-hero__inner {
		min-height: 600px;
	}

	.zp-home-hero__content {
		padding-bottom: 54px;
	}

	.zp-home-hero__title {
		font-size: 30px;
	}

	.zp-home-hero__lead {
		font-size: 17px;
	}

	.zp-home-hero__stats {
		gap: 18px;
	}

	.zp-home-hero__stats strong {
		font-size: 19px;
	}

	.zp-home-hero__stats span {
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.zp-home-hero,
	.zp-home-hero__content > *,
	.zp-home-hero__stats > div::before {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.zp-home-hero__button span {
		transition: none;
	}

	.zp-home-hero__button:hover span {
		transform: none;
	}
}
