.ce-creative-slideshow {
	position: relative;
	width: 100%;
	height: 78vh;
	min-height: 240px;
	overflow: hidden;
	background: #050505;
	isolation: isolate;
	cursor: grab;
	touch-action: pan-y;
}

.ce-creative-slideshow.is-dragging {
	cursor: grabbing;
}

.ce-creative-slideshow *,
.ce-creative-slideshow *::before,
.ce-creative-slideshow *::after {
	box-sizing: border-box;
}

.ce-cs-slides,
.ce-cs-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ce-cs-intro-wipe {
	position: absolute;
	inset: 0;
	z-index: 20;
	display: block;
	background: #050505;
	pointer-events: none;
	transform-origin: right center;
}

.ce-cs-slide {
	z-index: 0;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
}

.ce-cs-slide.is-active {
	z-index: 2;
	visibility: visible;
	opacity: 1;
}

.ce-cs-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	min-height: 100% !important;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.06);
	will-change: transform, opacity, clip-path;
}

.ce-cs-overlay,
.ce-cs-gradient {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.ce-cs-overlay {
	z-index: 1;
	background: rgba(0, 0, 0, 0.45);
}

.ce-cs-gradient {
	--ce-cs-gradient: rgba(0, 0, 0, 0.65);
	z-index: 2;
	background: linear-gradient(90deg, var(--ce-cs-gradient) 0%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0) 100%);
}

.ce-cs-stage {
	position: relative;
	z-index: 4;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 64px 72px;
}

.ce-cs-h-left .ce-cs-stage {
	justify-content: flex-start;
}

.ce-cs-h-center .ce-cs-stage {
	justify-content: center;
}

.ce-cs-h-right .ce-cs-stage {
	justify-content: flex-end;
}

.ce-cs-v-top .ce-cs-stage {
	align-items: flex-start;
}

.ce-cs-v-middle .ce-cs-stage {
	align-items: center;
}

.ce-cs-v-bottom .ce-cs-stage {
	align-items: flex-end;
}

.ce-cs-content {
	display: flex;
	flex-direction: column;
	max-width: 620px;
	text-align: left;
}

.ce-cs-copy {
	width: 100%;
}

.ce-cs-eyebrow {
	margin: 0 0 14px;
	color: #d7b83f;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ce-cs-title {
	margin: 0;
	color: #fff;
	font-size: clamp(36px, 6vw, 86px);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: 0;
}

.ce-cs-description {
	max-width: 560px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.6;
}

.ce-cs-content[style*="center"] .ce-cs-description,
.ce-cs-h-center .ce-cs-description {
	margin-left: auto;
	margin-right: auto;
}

.ce-cs-content[style*="right"] .ce-cs-description,
.ce-cs-h-right .ce-cs-description {
	margin-left: auto;
}

.ce-cs-button {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	padding: 14px 24px;
	border-radius: 999px;
	background: #d7b83f;
	color: #111;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	border: 0 solid transparent;
	box-shadow: none;
	transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.ce-cs-button:hover,
.ce-cs-button:focus {
	background: #fff;
	color: #111;
	text-decoration: none;
}

.ce-cs-content[style*="center"] .ce-cs-button,
.ce-cs-h-center .ce-cs-button {
	align-self: center;
}

.ce-cs-content[style*="right"] .ce-cs-button,
.ce-cs-h-right .ce-cs-button {
	align-self: flex-end;
}

.ce-cs-button-layout-bottom .ce-cs-content {
	display: grid;
	grid-template-rows: 1fr auto;
	align-items: stretch;
	width: 100%;
	min-height: 100%;
}

.ce-cs-button-layout-bottom .ce-cs-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ce-cs-button-anchor {
	display: flex;
	width: 100%;
}

.ce-cs-button-layout-bottom .ce-cs-button {
	margin-top: 0;
}

.ce-cs-button-layout-bottom .ce-cs-button-anchor {
	justify-content: flex-start;
}

.ce-cs-button-layout-bottom.ce-cs-h-center .ce-cs-button-anchor,
.ce-cs-button-layout-bottom .ce-cs-content[style*="center"] .ce-cs-button-anchor {
	justify-content: center;
}

.ce-cs-button-layout-bottom.ce-cs-h-right .ce-cs-button-anchor,
.ce-cs-button-layout-bottom .ce-cs-content[style*="right"] .ce-cs-button-anchor {
	justify-content: flex-end;
}

.ce-cs-arrow {
	position: absolute;
	top: 50%;
	z-index: 8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.32);
	color: #fff;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color 220ms ease, transform 220ms ease, opacity 220ms ease;
}

.ce-cs-arrow:hover,
.ce-cs-arrow:focus {
	transform: translateY(-50%) scale(1.06);
}

.ce-cs-prev {
	left: 28px;
}

.ce-cs-next {
	right: 28px;
}

.ce-cs-dots {
	position: absolute;
	left: 50%;
	bottom: 34px;
	z-index: 8;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transform: translateX(-50%);
}

.ce-cs-dot {
	display: block;
	width: 9px;
	height: 9px;
	flex-shrink: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.55);
	cursor: pointer;
	transition: width 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.ce-cs-dot.is-active {
	width: 34px;
	background: #d7b83f;
}

.ce-cs-progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	height: 3px;
	background: rgba(255, 255, 255, 0.16);
}

.ce-cs-progress-fill {
	display: block;
	width: 0;
	height: 100%;
	background: #d7b83f;
	transform-origin: left center;
}

.ce-cs-counter {
	position: absolute;
	right: 34px;
	bottom: 28px;
	z-index: 8;
	display: flex;
	align-items: baseline;
	gap: 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.ce-cs-current {
	font-size: 20px;
}

.ce-cs-divider {
	opacity: 0.55;
}

@media (max-width: 767px) {
	.ce-cs-stage {
		padding: 32px 24px;
	}

	.ce-cs-title {
		font-size: 38px;
	}

	.ce-cs-description {
		font-size: 15px;
	}

	.ce-cs-arrow {
		top: auto;
		bottom: 24px;
		width: 42px;
		height: 42px;
		font-size: 32px;
	}

	.ce-cs-prev {
		left: 24px;
	}

	.ce-cs-next {
		right: 24px;
	}

	.ce-cs-counter {
		display: none;
	}
}
