.c5-legacy-slider,
.c5-legacy-swiper {
	background: #e9e9e9;
	position: relative;
	width: 100%;
}

.c5-legacy-swiper .swiper-slide {
	aspect-ratio: 1920 / 750;
	min-height: 200px;
	overflow: hidden;
	position: relative;
}

.c5-slider-link {
	color: inherit;
	display: block;
	height: 100%;
}

.c5-slider-background {
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center top;
	position: absolute;
	top: 0;
	width: 100%;
}

.c5-slider-layer-wrap {
	height: 100%;
	left: 50%;
	max-width: 1170px;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.c5-slider-headline {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: clamp(26px, 3.125vw, 60px);
	font-weight: 700;
	left: 50%;
	line-height: 1;
	position: absolute;
	text-shadow: 0 2px 5px rgb(0 0 0 / 50%);
	top: 50%;
	transform: translate(-388px, -95px);
	white-space: nowrap;
}

.c5-slider-overlay {
	height: auto;
	left: 50%;
	max-width: min(35.56%, 416px);
	position: absolute;
	top: 50%;
	transform: translate(-375px, 121px);
}

.c5-legacy-swiper .swiper-button-next,
.c5-legacy-swiper .swiper-button-prev {
	color: #fff;
}

.c5-legacy-swiper .swiper-pagination-bullet-active {
	background: #fff;
}

@media (max-width: 940px) {
	.c5-slider-headline {
		left: 8%;
		top: 34%;
		transform: none;
	}

	.c5-slider-overlay {
		left: 9%;
		max-width: 32%;
		top: 53%;
		transform: none;
	}
}

