.ds-event-page-hero {
	padding-bottom: 5rem 3.75rem 0rem !important;
	background: #001028;
	position: relative;
	z-index: 1;
}

.ds-eph__wrapper {
	width: 100%;
}

.ds-eph__wrapper--bottom-padding {
	padding-bottom: 5rem;
}

.ds-eph__inner {
	max-width: 62rem;
	width: 100%;
	margin: 0 auto;
	font-family: var(--ds-font-content) !important;
}

.ds-eph__bg--mobile {
	display: none;
}

.ds-eph__bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ds-eph__bg img,
.ds-eph__bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ds-eph__tag {
	width: max-content;
	margin: 0 auto;
	padding: .5rem .75rem;
	border-radius: 0.75rem;
	font-size: 1rem;
	border: .0625rem solid var(--eph_tag_border_color, #FF6F00);
	color: var(--eph_tag_text_color, #FF6F00);
	margin-bottom: 1rem;
	line-height: 1.37500;
	font-weight: 300;
	letter-spacing: 0.08rem !important;
	text-transform: uppercase;
}

body * > *, body *.ds-eph__tag, body .ds-reset-fonts * > *.ds-eph__tag, body .ds-reset-fonts *.ds-eph__tag {
	font-family: 'IBM Plex Mono', sans-serif !important;
}

.ds-eph__title {
	font-size: 3rem;
	line-height: 1.20833333;
	letter-spacing: -0.065rem;
	color: var(--eph_title_text_color, #FFFFFF) !important;
	margin-bottom: 1.5rem;
	font-weight: 300 !important;
	font-family: 'Lora', serif !important;
	text-align: center;
}

.ds-eph__text {
	text-align: center;
	font-size: 1.37500rem;
	font-weight: 300;
	line-height: 1.27272727;
	letter-spacing: 0.0175rem;
	margin-bottom: 3rem;
	color: var(--eph_content_text_color, #FFFFFF);
}

.ds-eph__text p {
	margin: 0;
}

.ds-eph__info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
	gap: 1rem;
}

.ds-eph__timezone {
	position: relative;
}

.ds-eph__timezone-current {
	padding: 1rem 1.88rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	font-size: 1rem;
	font-weight: 500;
	color: var(--eph_info_text_color, #FFFFFF);
	border-radius: 0.75rem;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.ds-eph__timezone-current::after {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	border: 0.0625rem solid var(--eph_info_border_color, #fff);
	opacity: var(--eph_info_border_opacity, 0.08);
	border-radius: 0.75rem;
	box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.10);
}

.ds-eph__timezone-current::before {
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: var(--eph_info_bg_color, #fff);
	opacity: var(--eph_info_bg_opacity, 0.06);
	border-radius: 0.75rem;
}

.ds-eph__timezone-current-arrow {
	font-size: 0;
	line-height: 0;
	transition: all .3s ease-in-out;
}

.ds-eph__timezone-list-wrapper {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 27rem !important;
	max-width: calc(100vw - 2.5rem) !important;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.15);
	padding: 1rem 0 0.5rem;
	background: #f8f9fa;
	border-radius: 0.5rem;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
}

.ds-eph__timezone-list-close {
	display: none;
	width: 2rem;
	height: 2rem;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 1rem;
	top: 1rem;
	background: #e9ecef;
	color: #000;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	border: 0;
}

.ds-eph__timezone.is-active .ds-eph__timezone-list-wrapper {
	opacity: 1;
	visibility: visible;
}

.ds-eph__timezone.is-active .ds-eph__timezone-current-arrow {
	transform: rotate(180deg);
}

.ds-eph__timezone-list-title {
	font-family: 'Lora', serif !important;
	font-size: 1.5rem;
	line-height: 137%;
	letter-spacing: -0.035rem;
	margin-bottom: 0.5rem;
	color: #FF6F00;
	padding: 0 1.5rem;
}

.ds-eph__timezone-list-text {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.0225rem;
	color: #475466;
	padding: 0 1.5rem;
	margin-bottom: 1rem;
}

.ds-eph__timezone-list-input-wrapper {
	position: relative;
	padding: 0 1.5rem;
	margin-bottom: 1rem;
}

.ds-eph__timezone-list-input-wrapper svg {
	position: absolute;
	top: 1rem;
	left: 2.38rem;
	color: #ACB5C1
}

.ds-eph__timezone-list-input {
	width: 100%;
	height: 3rem;
	font-family: inherit;
	padding: 0 0.88rem 0 2.38rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.02rem;
	border-radius: 0.5rem;
	border: 0.0625rem solid var(--eph_input_border_color, #CED4DA);
	background: var(--eph_input_bg_color, #fff);
	color: var(--eph_input_text_color, #000);
}

.ds-eph__timezone-list-input::placeholder {
	color: var(--eph_input_placeholder_color, #ACB5C1);
}

.ds-eph__timezone-list {
	max-height: 21rem;
	overflow-y: auto;
}

.ds-eph__info-item {
	padding: 1rem 1.88rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	color: var(--eph_info_text_color, #FFFFFF);
	border-radius: 0.75rem;
	position: relative;
	z-index: 1;
}

.ds-eph__timezone-item {
	position: relative;
	padding: 0.72rem 3.5rem 0.72rem 1.5rem;
	border-left: 0.125rem solid transparent;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: 0.0225rem;
	color: var(--Stratos, #00003B);
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.ds-eph__timezone-item.is-hidden {
	display: none !important;
}

.ds-eph__timezone-item::after {
	position: absolute;
	right: 1.5rem;
	top: 0.88rem;
	width: 1.25rem;
	height: 1.25rem;
	content: '';
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M16.6936 5.05542L7.89355 13.8554L3.89355 9.85539' stroke='%23FF6F00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease-in-out;
}

.ds-eph__timezone-item:hover {
	border-left-color: #FF6F00;
}

.ds-eph__timezone-item.is-active {
	border-left-color: #FF6F00;
	font-weight: 500;
}

.ds-eph__timezone-item.is-active::after {
	opacity: 1;
}

.ds-eph__info-item::after {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	border: 0.0625rem solid var(--eph_info_border_color, transparent);
	opacity: var(--eph_info_border_opacity, 1);
	border-radius: 0.75rem;
}

.ds-eph__info-item::before {
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: var(--eph_info_bg_color, transparent);
	opacity: var(--eph_info_bg_opacity, 1);
	border-radius: 0.75rem;
}

.ds-eph__info-item-icon {
	font-size: 0;
	line-height: 0;
	color: var(--eph_info_icon_color, #FF6F00);
}

.ds-eph__info-item-value {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.02rem;
}

.ds-eph__info--has-shadow .ds-eph__info-item::before {
	box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.10);
}

.ds-eph-btns {
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ds-eph-btns .ds-btn {
	font-size: 1rem;
	height: 3.25rem;
	padding: .78rem 2rem;
}

.ds-eph-btns:last-child {
	margin-bottom: 0;
}

.ds-eph__partnership {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	font-size: 0;
	line-height: 0;
}

.ds-eph__partnership-label {
	color: var(--eph_partnership_text_color, #FFFFFF);
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.02rem;
}

@media (max-width: 992px) {
	.ds-eph__timezone-item.is-active,
	.ds-eph__info-item-value,
	.ds-eph__timezone-current {
		font-weight: 300;
	}

	.ds-event-page-hero {
		padding: 1.9375rem 1.25rem 0rem !important;
	}

	.ds-eph__info-item::after,
	.ds-eph__info-item::before,
	.ds-eph__timezone-current::after,
	.ds-eph__timezone-current::before {
		border-radius: 0.5rem;
	}

	.ds-eph__wrapper--bottom-padding {
		padding-bottom: 5rem;
	}

	.ds-eph__bg--desktop {
		display: none;
	}

	.ds-eph__bg--mobile {
		display: block;
	}

	.ds-eph__tag {
		margin-bottom: 1.5rem;
		font-size: 1rem;
		line-height: 1.5;
		font-weight: 400;
		letter-spacing: 0.08rem;
		border-radius: 0.5rem;
		display: flex;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    white-space: nowrap;
	}

	.ds-eph__title {
		font-size: 2rem;
		line-height: 1.1875;
		margin-bottom: 1.5rem;
	}

	.ds-eph__text {
		font-size: 1rem;
		letter-spacing: 0.0175rem;
		margin-bottom: 1.5rem;
	}

	.ds-eph__info {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: 0.75rem;
		margin-bottom: 1.5rem;
	}

	.ds-eph__info-item {
		width: max-content;
		margin: 0 auto;
		padding: 0.5rem 1rem;
		gap: 0.75rem;
		font-size: 1rem;
		letter-spacing: 0.0175rem;
	}

	.ds-eph-btns {
		margin-bottom: 1.5rem;
	}

	.ds-eph-btns:last-child {
		margin-bottom: 0;
	}

	.ds-eph__partnership {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		align-items: center;
		justify-content: center;
		gap: 0.75rem;
		text-align: center;
	}

	.ds-eph__partnership-label {
		font-size: 1rem;
		letter-spacing: 0.02rem;
	}
	
	.ds-eph__partnership img {
		margin: 0 auto;
	}

	.ds-eph__timezone-list-wrapper {
		position: fixed;
		z-index: 999;
		top: auto;
		min-width: 100vw !important;
		max-width: 100vw !important;
		height: calc(100vh - 7.75rem);
		left: 0;
		bottom: -100%;
		border-radius: 1.5rem 1.5rem 0 0;
		padding-top: 3rem;
	}

	.ds-eph__timezone::after {
		position: fixed;
		left: 0;
		top: 0;
		content: '';
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.50);
		z-index: 998;
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease-in-out;
	}

	.ds-eph__timezone-current {
		border-radius: 0.5rem;
		padding: .5rem 1rem;
		font-size: 0.875rem;
		line-height: 1.714;
		font-weight: 400;
		letter-spacing: 0.0175rem;
		max-width: max-content;
		margin-left: auto;
		margin-right: auto;
	}

	.ds-eph__timezone.is-active::after {
		opacity: 1;
		visibility: visible;
	}

	.ds-eph__timezone-list-close {
		display: flex;
	}

	.ds-eph__timezone-list-title {
		padding: 0 0.88rem;
		font-size: 1.25rem;
		letter-spacing: -0.03rem;
		margin-bottom: 0.25rem;
	}

	.ds-eph__timezone-list-text {
		font-size: 1rem;
		padding: 0 0.88rem;
		margin-bottom: 1rem;
		letter-spacing: 0.02rem;
	}

	.ds-eph__timezone-list-input-wrapper {
		padding: 0 0.88rem;
		margin-bottom: 0.8125rem;
	}

	.ds-eph__timezone-list {
		padding: 0 0.88rem;
		max-height: 21rem;
	}

	.ds-eph__timezone-item {
		font-size: 1rem;
		letter-spacing: 0.02rem;
		padding-left: 0.88rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		padding-right: 2.5rem;
	}

	.ds-eph__timezone-item::after {
		right: 0.88rem;
		top: 0.625rem;
	}

	.ds-eph__timezone.is-active .ds-eph__timezone-list-wrapper {
		bottom: 0;
		opacity: 1;
		visibility: visible;
	}
}