.hero {
	width: 100vw !important;
	position: relative !important;
	left: 50% !important;
	right: 50% !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	max-width: unset !important;
	background: var(--enigma-grey-tint-20);
}

.hero-inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
	.hero-inner.hero-full-width {
		max-width: unset;
	}

.hero-slider {
	/* aspect-ratio: 2/1; */
	aspect-ratio: 12/5;
}

@media screen and (min-width: 961px) {
	.hero-inner {
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
	.hero-slider {
		aspect-ratio: 12 / 5;
	}
}
/*
@media screen and (max-width: 960px) {
	.hero-inner {
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
	.hero-slider {
		aspect-ratio: unset;
		height: 100vh;
		min-height: 600px;
	}
} */

@media screen and (max-width: 850px) {
	.hero-inner {
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
	.hero-slider {
		aspect-ratio: unset;
		height: 100vh;
		min-height: 550px;
	}
}

.hero .splide__track,
.hero .splide__list,
.hero .splide__slide {
	height: 100%;
	width: 100%;
}

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

	.hero-slide__content--image img {
		object-fit: cover;
		object-position: center;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

.hero-slide__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

	.hero-slide__content--inner {
		padding: 1em;
		text-align: left;
		max-width: 1190px;
		width: 100%;
	}

	.hero-slide__content--heading {
		display: block;
		margin: 0 auto 10px;
		color: #fff;
	}

	.hero-slide__content--subheading {
		display: block;
		margin: 0 auto;
		padding: 0;
		color: #fff;
	}

	.hero-slide__content--text {
		display: block;
		margin: 0.6em 0 0;
		font-size: var(--intro-text);
		color: #fff;
		max-width: 500px;
	}

	.hero-slide__content--buttons {
		display: block;
		text-align: left;
		position: relative;
		z-index: 1;

		padding: 0;
		max-width: 1190px;
		width: 100%;
		margin: 40px auto 0;
	}

		.hero-slide__content--link {
			display: inline-block;
			padding: 12px 25px;
			border-radius: var(--border-radius);
			background-color: var(--selo-blue);
			color: #fff;
			font-size: 14px;
			letter-spacing: 0.2;
			font-weight: var(--bold);
			border: 1px solid #fff;
			min-width: 180px;
			text-align: center;
		}
			.hero-slide__content--link:hover,
			.hero-slide__content--link:focus {
				background-color: var(--selo-construction-black);
				color: #fff;
			}

	@media screen and (max-width: 849px) {
		/* .hero-slide__content--buttons {
			display: block;
			position: static;
			bottom: unset;
			text-align: center;
			margin: 0 auto;
			width: 100%;
		} */

		.hero .splide__pagination {
			justify-content: center !important;
		}
	}


.hero .splide__pagination {
	margin-left: 0;
	justify-content: left;
	bottom: 68px;
}

	.hero .splide__pagination button {
		background-color: #fff;
		height: 14px;
		width: 14px;
		border: 3px solid #fff;
		margin-left: 5px;
		margin-right: 5px;
	}
	.hero .splide__pagination button.splide__pagination__page.is-active {
		background-color: var(--selo-blue);
		border: 3px solid #fff;
	}

	.hero .splide__pagination__page.is-active {
		transform: none;
	}

.hero-slide__content--subheading {
	font-size: var(--hero-slider);
	font-weight: var(--bold);
	line-height: 1;
}
	.hero-slide__content--subheading em {
		font-style: italic;
	}

.hero .splide__arrows .splide__arrow {
	background: none;
	opacity: 1 !important;
}
	.hero .splide__arrows .splide__arrow svg path {
		fill: #fff;
		opacity: 1 !important;
	}

	.hero .splide__arrows .splide__arrow:hover svg path,
	.hero .splide__arrows .splide__arrow:focus svg path {
		fill: #fff;
	}

.hero-slide__meta {
	color: #fff;
	position: absolute;
	bottom: 65px;
	width: 100%;
	max-width: var(--inner);
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: right;
	font-size: var(--text-small);
}
.hero-slide__meta--inner {
	width: 200px;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
}
	.hero-slide__meta a {
		display: block;
		font-size: var(--text-small);
		font-weight: var(--bold);
	}
	.hero-slide__meta--application {
		font-size: var(--text-small);
	}

@media screen and (min-width: 850px) {
	.hero-slide__meta--application {
		padding-right: 18px;
		background: url('/app/themes/selo-construction/img/location-white.svg') center right no-repeat;
		background-size: 14px 20px;
	}
}

@media screen and (max-width: 1310px) {
	.hero-slide__meta--inner {
		right: 20px;
	}
}

@media screen and (max-width: 849px) {
	.hero-slide__meta {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
		word-wrap: normal !important;
	}
}

.hero.hero-single-row .splide__arrows,
.hero.hero-single-row .splide__pagination {
	display: none !important;
}

.hero-bg-angle {
	position: absolute;
	top: 0;
	left: -290px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}

@media screen and (max-width: 850px) {
	.hero-bg-angle {
		display: none !important;
	}
	.hero-slide__content--image:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.7);
		z-index: 1;
	}
	.hero-slide__content {
		position: relative;
		z-index: 3;
	}
}