.geplus-logo-carousel-section {
	box-sizing: border-box;
	width: 100%;
}

.geplus-logo-carousel-section *,
.geplus-logo-carousel-section *::before,
.geplus-logo-carousel-section *::after {
	box-sizing: border-box;
}

.geplus-logo-carousel-section__title {
	color: #12395b !important;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin: 0 0 clamp(24px, 4vw, 44px);
	text-align: center;
}

.geplus-logo-carousel {
	box-sizing: border-box;
	overflow: hidden;
	padding: 8px 0;
	width: 100%;
}

.geplus-logo-carousel .swiper-wrapper {
	align-items: center;
}

.geplus-logo-carousel__slide {
	height: auto;
}

.geplus-logo-carousel__link,
.geplus-logo-carousel__media {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 100%;
	padding: 12px;
	width: 100%;
}

.geplus-logo-carousel__link {
	border-radius: 8px;
	transition: opacity 180ms ease, transform 180ms ease;
}

.geplus-logo-carousel__link:hover {
	opacity: 0.82;
	transform: translateY(-2px);
}

.geplus-logo-carousel__link:focus-visible {
	outline: 3px solid var(--e-global-color-accent, #1f5eff);
	outline-offset: 2px;
}

.geplus-logo-carousel__image {
	display: block;
	height: 110px;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.geplus-logo-carousel.swiper-horizontal {
	touch-action: pan-y;
}

@media (max-width: 767px) {
	.geplus-logo-carousel__link,
	.geplus-logo-carousel__media {
		padding: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.geplus-logo-carousel__link {
		transition: none;
	}
}
