.hero-mixed {
	overflow: hidden;
}

.hero-mixed-top {
	padding: 30px 68px 20px;
	background: url('../../assets/images/two-column-text-links-image-decor.svg') no-repeat center left -24px / auto 48px, var(--color-theme-primary);
}

.hero-mixed-heading {
	color: #fff;
	font-size: clamp(68px, calc(68px + (42 * (100vw - 390px) / 1050)), 110px);
}

.hero-mixed-image {
	aspect-ratio: 390/250;
}

.hero-mixed-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-mixed-content p {
	margin-top: 0;
}

.hero-mixed-subheading {
	margin-bottom: 12px;
	line-height: 0.91;
	font-size: clamp(58px, calc(58px + (42 * (100vw - 390px) / 1050)), 78px);
}

@media only screen and (max-width: 768px) {
	.hero-mixed .container {
		padding: 0;
		max-width: none;
	}

	.hero-mixed {
		text-align: center;
	}

	.hero-mixed-top {
		padding: 30px 40px 20px;
	}

	.hero-mixed-bottom {
		padding: 53px 32px;
		background: url('../../assets/images/hero-mixed-decor.svg') no-repeat top right;
		background-size: 106px 113px;
	}

	.hero-mixed #breadcrumb {
		display: none !important;
	}
}

@media only screen and (min-width: 769px) {
	.hero-mixed {
		position: relative;
		margin-bottom: 160px !important;
	}

	.hero-mixed-subheading {
		margin-bottom: 38px;
	}

	.hero-mixed #breadcrumb {
		margin-bottom: 90px;
		color: #fff;
	}

	.hero-mixed-top {
		position: relative;
		padding: 30px 0 60px;
		background: none;
	}

	.hero-mixed-top::before {
		position: absolute;
		content: '';
		top: 0;
		left: calc((100vw - 768px) / 2 * -1 - var(--gutter));
		width: 100vw;
		height: 100%;
		background: url('../../assets/images/two-column-text-links-image-decor.svg') no-repeat top 155px left -30px / auto 85px, var(--color-theme-primary);
		z-index: -1;
	}

	.hero-mixed-image {
		position: absolute;
		top: 0;
		left: 50%;
		width: 50%;
		height: 100%;
	}

	.hero-mixed-bottom {
		padding-top: 120px;
		width: 50%;
	}
}

@media only screen and (min-width: 1024px) {
	.hero-mixed-top::before {
		left: calc((100vw - 1024px) / 2 * -1 - var(--gutter));
	}

	.hero-mixed-bottom {
		max-width: 433px;
	}
}

@media only screen and (min-width: 1280px) {
	.hero-mixed-top::before {
		left: calc((100vw - 1280px) / 2 * -1 - var(--gutter));
	}

}
