@charset "utf-8";
.splide__arrow {
	appearance: none;
	position: absolute;
	z-index: 1;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	padding: 7px;
	transform: translateY(-50%);
	border: 0;
	outline-offset: 3px;
	background: rgba(0, 0, 0, 0.75);
}
.splide__arrow--prev {
	left: -10px;
}
.splide__arrow--next {
	right: -10px;
}
.splide__image {
	width: 100%;
}
