.voih-core-values-slider {
	position: relative;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	overflow: hidden;
	background: #0b2239;
	outline: none;
	aspect-ratio: 95 / 56;
}

.voih-core-values-slider:focus-visible {
	box-shadow: 0 0 0 3px rgba(13, 128, 191, 0.45);
}

.voih-core-values-slider__viewport,
.voih-core-values-slider__track,
.voih-core-values-slider__slide {
	width: 100%;
	height: 100%;
}

.voih-core-values-slider__viewport {
	overflow: hidden;
}

.voih-core-values-slider__track {
	display: flex;
	transform: translate3d(0, 0, 0);
	transition: transform 800ms ease;
	will-change: transform;
}

.voih-core-values-slider__slide {
	flex: 0 0 100%;
	margin: 0;
}

.voih-core-values-slider__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.voih-core-values-slider .voih-core-values-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 40px;
	height: 56px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #fff;
	font-size: 42px;
	line-height: 1;
	cursor: pointer;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
	transform: translateY(-50%);
	transition: background-color 160ms ease, color 160ms ease, text-shadow 160ms ease, opacity 160ms ease;
}

.voih-core-values-slider .voih-core-values-slider__arrow:hover,
.voih-core-values-slider .voih-core-values-slider__arrow:focus {
	background: rgba(255, 255, 255, 0.82);
	color: #04417e;
	text-shadow: none;
}

.voih-core-values-slider .voih-core-values-slider__arrow:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.9);
	outline-offset: 2px;
}

.voih-core-values-slider .voih-core-values-slider__arrow--prev {
	left: 6px;
}

.voih-core-values-slider .voih-core-values-slider__arrow--next {
	right: 6px;
}

@media (max-width: 767px) {
	.voih-core-values-slider .voih-core-values-slider__arrow {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.voih-core-values-slider__track {
		transition-duration: 1ms;
	}
}
