.elementor-widget-image_comparison_slider_52629 {
	width: 100%;
	max-width: 100%;
	display: block;
}

.elementor-widget-image_comparison_slider_52629 .elementor-widget-container {
	width: 100%;
}

.ics-wrapper-52629 {
	width: 100%;
	max-width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.ics-container-52629 {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	--ics-aspect-ratio-percent: 56.25%;
	overflow: hidden;
	user-select: none;
	--ics-transition-speed: 300ms;
}

.ics-container-52629::before {
	content: "";
	display: block;
	padding-bottom: var(--ics-aspect-ratio-percent);
}

.ics-image-wrap-52629 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ics-after-wrap-52629 {
	width: 100%;
	z-index: 1;
}

.ics-before-wrap-52629 {
	z-index: 2;
}

/* This inner container holds the before image at full container width */
.ics-before-inner-52629 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ics-image-52629 {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-width: none;
}

.ics-overlay-52629 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.ics-label-52629 {
	position: absolute;
	top: 20px;
	padding: 5px 15px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	z-index: 3;
	white-space: nowrap;
}

.ics-label-before-52629 {
	left: 20px;
}

.ics-label-after-52629 {
	right: 20px;
}

.ics-handle-line-52629 {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #fff;
	z-index: 4;
	cursor: ew-resize;
	transform: translateX(-50%);
}

.ics-handle-52629 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.ics-handle-arrow-52629 {
	display: flex;
	align-items: center;
	justify-content: center;
}