.ic-container-5fdf5359 {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.ic-container-5fdf5359 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.ic-img-after-5fdf5359 {
    width: 100%;
}
.ic-img-before-5fdf5359 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.ic-img-before-5fdf5359 img {
    width: 200%;
    max-width: none;
    height: 100%;
}
.ic-slider-5fdf5359 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    opacity: 0;
    z-index: 10;
    cursor: ew-resize;
}
.ic-slider-button-5fdf5359 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: white;
    pointer-events: none;
    z-index: 5;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ic-slider-handle-icon-5fdf5359 {
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.ic-slider-handle-icon-5fdf5359 i,
.ic-slider-handle-icon-5fdf5359 svg {
    color: #333;
    fill: #333;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 1;
}