.brand-slider-wrapper-9653 {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	position: relative;
	display: flex;
}

.brand-slider-track-9653 {
	display: flex;
	width: max-content;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.brand-slider-item {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.brand-slider-item-image img {
	max-width: 100%;
	height: auto;
	display: block;
}

.brand-slider-separator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px; /* Optional default, controlled by gap mostly */
}

/* Pause on Hover */
.brand-slider-wrapper-9653.pause-on-hover:hover .brand-slider-track-9653 {
	animation-play-state: paused;
}

@keyframes scrollLeft-9653 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@keyframes scrollRight-9653 {
	0% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0);
	}
}
