.draggable-container{position:relative;width:100%;height:100%;overflow:hidden;border-radius:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:none}@media(max-width:1024px){.draggable-container{margin:0 auto;width:100%;height:400px}}@media(max-width:568px){.draggable-container{max-width:344px;height:232px}}.draggable-container .image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:16px}.draggable-container .image-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:16px}.draggable-container .divider{position:absolute;top:0;width:16px;height:100%;transform:translateX(-50%);z-index:10;cursor:ew-resize;background:#fff;border-radius:16px;display:flex;justify-content:center;align-items:center}@media(max-width:768px){.draggable-container .divider{width:8px}}.draggable-container .divider:before{content:"";background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='48' fill='none'%3E%3Cpath d='M48.5 44h-24c-11.046 0-20-8.954-20-20s8.954-20 20-20h24c11.046 0 20 8.954 20 20s-8.954 20-20 20z' fill='%23fff'/%3E%3Cpath d='M48.5 44h-24c-11.046 0-20-8.954-20-20s8.954-20 20-20h24c11.046 0 20 8.954 20 20s-8.954 20-20 20z' stroke='%23FAFAFA' stroke-width='8'/%3E%3Cpath d='M46.5 28l4-4-4-4M26.5 20l-4 4 4 4' stroke='%23054D99' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");width:73px;height:48px;position:absolute}@media(max-width:1024px){.draggable-container .divider:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='44' fill='none'%3E%3Cpath d='M42 40H22c-9.941 0-18-8.059-18-18S12.059 4 22 4h20c9.941 0 18 8.059 18 18s-8.059 18-18 18z' fill='%23fff'/%3E%3Cpath d='M42 40H22c-9.941 0-18-8.059-18-18S12.059 4 22 4h20c9.941 0 18 8.059 18 18s-8.059 18-18 18z' stroke='%23FAFAFA' stroke-width='8'/%3E%3Cpath d='M40.5 25l3-3-3-3M23.5 19l-3 3 3 3' stroke='%23054D99' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");width:64px;height:44px}}.draggable-container .label{position:absolute;bottom:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;padding:8px 16px;background:hsla(0,0%,100%,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1000px;text-transform:uppercase;font-weight:700;font-family:Roc Grotesk;font-size:10px;line-height:10px;color:#616161}.draggable-container .label-left{left:8px}.draggable-container .label-right{right:8px}