.wbt-wrapper-654934d5 {
	overflow: hidden;
	width: 100%;
	position: relative;
	display: flex;
}

.wbt-track-654934d5 {
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
	animation: wbtTicker654934d5 20s linear infinite;
	width: max-content;
}

@keyframes wbtTicker654934d5 {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

.wbt-item-654934d5 {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 200px;
}

.wbt-link-654934d5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: inherit;
}

.wbt-img-wrap-654934d5 {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
}

.wbt-img-wrap-654934d5 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.wbt-title-654934d5 {
	margin-top: 15px;
	font-weight: 600;
	font-size: 16px;
}
