/* BLOCK SPECIFIC STYLES */

.block-hero-banner {
	align-items: flex-end !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--color-white);
	height: 800px;
	margin-block: 0;
	position: relative;
}

.block-hero-banner .content-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
	height: 100%;
	justify-content: center;
	padding-left: 70px;
	padding-right: 70px;
	text-align: center;
}

.block-hero-banner figure {
    margin: 0;
	max-width: 350px;
    width: 100%;
}

.block-hero-banner figure img {
    width: 100%;
}

.block-hero-banner .heading {
	color: var(--color-white);
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.02em;
}

.heading .banner-mobile-text {
	display: none;
	font-style: normal;
}

@media screen and (width <= 1332px) {
	.heading .banner-mobile-text {
		display: inline-flex;
		margin-bottom: 30px;
	}

	.heading .form-label {
		display: none;
	}
}

@media screen and (width <= 767px) {
	.block-hero-banner {
		height: auto;
		min-height: auto;
		padding-top: 250px;
	}

	.block-hero-banner .content-wrap {
		padding-left: 0;
		padding-right: 0;
	}
}
