.ac-954ed398-carousel {
	width: 100%;
	overflow: hidden;
}

.ac-954ed398-item {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ac-954ed398-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
}

.ac-954ed398-link:hover {
	transform: translateY(-5px);
}

.ac-954ed398-image-wrapper {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background-color: #f5f5f5;
}

.ac-954ed398-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: inherit;
}

.ac-954ed398-title {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.ac-954ed398-placeholder {
	padding: 20px;
	text-align: center;
	background: #f1f1f1;
	border: 1px dashed #ccc;
}