.block-hero {
}

.block-hero .block-hero__background {
	height: 600px;
	position: relative;
}

.block-hero .block-hero__background-image {
	object-fit: cover;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.block-hero .block-hero__background-overlay {
	background-color: var(--overlay-color, #004c97);
	background-image: url(../../assets/images/block-hero-pattern.webp);
	background-position: center;
	background-size: cover;
	opacity: 0.78;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.block-hero .block-hero__background-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	transform: rotate(180deg);
	z-index: 3;
}

.block-hero .block-hero__background-shape svg {
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% + 1.3px);
}

.block-hero .block-hero__background-shape svg path {
	fill: var(--background-color, #004c97);
	transform: rotateY(0deg);
	transform-origin: center;
}

.block-hero .block-hero__content {
	background-color: var(--background-color, #004c97);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 32px;
	position: relative;
	z-index: 4;
}

.block-hero .block-hero__title {
	color: var(--foreground-color, #2b2e33);
	margin-bottom: 0;
}

.block-hero .block-hero__subtitle {
	color: var(--foreground-color, #2b2e33);
	font-size: 25px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}

.block-hero .block-hero__text {
	color: var(--foreground-color, #2b2e33);
	font-size: 22px;
	margin-top: 24px;
}

.block-hero .block-hero__cta {
	color: var(--foreground-color, #2b2e33);
	font-family: var(--global-heading-font-family);
	font-size: 36px;
	font-weight: 300;
	margin-top: 16px;
}
