/* Sales Hero block */
.sales-hero {
	position: relative;
	overflow: hidden;
	background-color: #F2ECE7;
	color: #1d2b56;
	padding: 50px;
	min-height: 763px;
	margin-top: -17px;
}

.sales-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.sales-hero__media--video .sales-hero__cover {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
}

.sales-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
	.sales-hero__video {
		display: none;
	}
}

.sales-hero__media--image {
	background-image: var(--sh-bg-desktop);
	background-size: initial;
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media all and (max-width: 768px) {
	.sales-hero__media--image {
		background-image: var(--sh-bg-mobile);
		background-size:contain;
	}
}

.sales-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 42rem;
	padding: 290px 10px 0;
	box-sizing: border-box;
}

.sales-hero__title {
	margin: 0 0 60px;
	font-family: 'Montserrat', sans-serif;
	font-size: 56px;
	line-height: 66px;
	font-weight: 400;
	color: #172756;
}

.sales-hero__title strong {
	font-weight: 900;
	font-family: 'Montserrat Bold';
}

/* Plain segments wrapped in PHP; hide on small screens when *bold* segments exist */
@media all and (max-width: 768px) {
	.sales-hero__title--has-bold .sales-hero__title-plain {
		display: none;
	}

	.sales-hero__title--has-bold strong {
				font-size: 46px;
					line-height: 56px;
	}
	

	.sales-hero__title--has-bold strong + strong {
		margin-left: 0.2em;
	}
}

.sales-hero__button.button {
	display: inline-block;
	margin: 0 0 48px;
	padding: 27px 22px;
	font-family: 'Montserrat Bold';
	font-size: 18px;
	letter-spacing: 0.18rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: #172756;
	border-radius: 0;
	border: none;
}

.sales-hero__button.button:hover,
.sales-hero__button.button:focus {
	color: #fff;
	background-color: #1D3C8B;
}

.sales-hero__available {
	margin-top: 0.5rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}

.sales-hero__available-title {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #172756;
	letter-spacing: 0;
}

.sales-hero__icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sales-hero__icon-item {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.sales-hero__icon-img {
	display: block;
	max-height: 15px;
	width: auto;
	height: auto;
}

@media all and (max-width:768px) {
.sales-hero__inner {
		width: 100%;
			padding: 0;
			text-align: center;
			position: absolute;
			bottom: 80px;
			left: 0;
			right: 0;
			margin: auto;
}
.sales-hero__title {
		max-width: 300px;
			line-height: 0.8;
			margin: 0 auto 30px;
}
.sales-hero__button.button {
		padding: 16px 18px;
		margin: 10px auto 30px;
}
.sales-hero__available {
	justify-content: center;;
}
}
	margin: 0 auto 20px;
}
.sales-hero__available-title {
		font-size: 16px;
			line-height: 24px;
}
.sales-hero__icon-img {
		max-height: 12px;
}