.ds-event-page-speakers {
	background: var(--eps_bg_color, #001028);
	padding-top: 5rem !important;
}

.ds-eps__wrapper {

}

.ds-eps__wrapper--bottom-padding {
	padding-bottom: 5rem;
}

.ds-eps__inner {
	max-width: 62.3rem;
	width: 100%;
	margin: 0 auto;
}

.ds-eps__title {
	color: var(--eps_title_color, #fff) !important;
	text-align: center;
	font-family: 'Lora', serif !important;
	font-size: 2rem;
	line-height: 1.1875;
	letter-spacing: -0.065rem;
	margin-bottom: 1.5rem;
	font-weight: 300;
}

.ds-eps__content {
	max-width: 35.4rem;
	width: 100%;
	margin: 0 auto 1.5rem;
	color: var(--eps_text_color, #fff);
	text-align: center;
	font-family: var(--ds-font-content) !important;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.0175rem;
	font-weight: 300;
}

.ds-eps__content p {
	margin: 0;
}

.ds-eps__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 3rem;
}

.ds-eps__swiper-container {
	display: none;
}

.ds-eps__item {
	width: 100%;
	max-width: 18.75rem !important;
}

.ds-eps__list--2_in_row {
	max-width: 40.5rem;
	margin-left: auto;
	margin-right: auto;
}

.ds-eps__list--2_in_row .ds-eps__item {
	max-width: calc(100% / 2 - 1.5rem) !important;
}

.ds-eps__item-photo {
	font-size: 0;
	line-height: 0;
	margin-bottom: 1.5rem;
	height: 22.8125rem;
	text-align: center;
}

.ds-eps__item-photo img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 60/73;
	border-radius: 0.75rem;
}

.ds-eps__item-link {
	display: block;
	height: 2rem;
	max-width: max-content;
	margin: 0 auto 1.25rem;
	color: var(--eps_item_link_color, #fff);
}

.ds-eps__item-name {
	margin-bottom: 0.5rem;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.0225rem;
	color: var(--eps_item_name_color, #FF6F00);
	min-height: var(--min-height, 0) !important;
}

.ds-eps__item-position {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.714;
	letter-spacing: 0.0175rem;
	text-align: center;
	color: var(--eps_item_text_color, #F8F9FA);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	position: relative;
	min-height: var(--min-height, 0) !important;
}

.ds-eps__item-position::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0.0625rem;
	background: linear-gradient(to right,rgba(145, 158, 171, 0.25) 0%,rgba(145, 158, 171, 1) 49%,rgba(145, 158, 171, 0.25) 100%);
	opacity: 0.4;
}

.ds-eps__item-company {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: 0.0225rem;
	text-align: center;
	color: var(--eps_item_company_color, #F8F9FA);
}

@media (max-width: 992px) {
	.ds-event-page-speakers {
		padding: 5rem 1.25rem 0 !important;
		overflow: hidden;
	}

	.ds-eps__title {
		font-size: 1.5rem;
		line-height: 1.16666667;
		letter-spacing: -0.035rem;
		margin-bottom: 1.5rem;
	}

	.ds-eps__list {
		display: none;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		gap: 1rem;
		max-width: inherit !important;
		margin-left: -1.25rem;
		margin-right: -1.25rem;
		padding-left: 2.81rem;
		padding-right: 2.81rem;
	}

	.ds-eps__swiper-container {
		display: block;
		margin-left: -1.25rem;
		margin-right: -1.25rem;
		padding-left: 2.81rem;
		padding-right: 2.81rem;
	}

	.ds-eps__swiper-container .swiper-wrapper {
		height: auto;
	}

	.ds-eps__swiper-container .swiper-slide {
		flex: 0 17.8rem;
		min-width: 17.8rem !important;
		max-width: 17.8rem !important;
		width: auto;
	}

	.ds-eps__swiper-container .swiper {
		overflow: visible;
	}

	.ds-eps__item {
		flex: 0 17.8rem;
		min-width: 17.8rem !important;
		max-width: 17.8rem !important;
		width: auto;
	}

	.ds-eps__item-photo {
		height: 21.25rem;
	}

	.ds-eps__item-photo img {
		border-radius: 0.55rem;
	}

	.ds-eps__item-name {
		font-size: 1rem;
		max-width: 100%;
		letter-spacing: 0.02rem;
		margin-bottom: 0.25rem;
		min-height: 0 !important;
	}

	.ds-eps__item-position {
		width: max-content;
		max-width: 100%;;
		padding-bottom: 0.75rem;
		margin: 0 auto 0.75rem;
		min-height: 0 !important;
	}

	.ds-eps__item-company {
		font-size: 1rem;
		letter-spacing: 0.02rem;
	}

	span.ds-eps__item-link {
		display: none;
	}
}