.rc-segmented{display:inline-block;padding:2px;background-color:rgba(0,0,0,.04)}.rc-segmented-group{position:relative;display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;width:100%;border-radius:2px}.rc-segmented-item{position:relative;min-height:28px;padding:4px 10px;color:rgba(0,0,0,.85);text-align:center;cursor:pointer}.rc-segmented-item-selected{background-color:#fff;color:#262626}.rc-segmented-item:focus,.rc-segmented-item:hover{color:#262626}.rc-segmented-item-disabled,.rc-segmented-item-disabled:focus,.rc-segmented-item-disabled:hover{color:rgba(0,0,0,.25);cursor:not-allowed}.rc-segmented-item-label{z-index:2;line-height:24px}.rc-segmented-item-input{position:absolute;top:0;left:0;width:0;height:0;opacity:0;pointer-events:none}.rc-segmented-thumb{background-color:#fff;position:absolute;width:0;height:100%;padding:4px 0;transition:transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1)}.rc-segmented-vertical .rc-segmented-group{flex-direction:column}.rc-segmented-vertical .rc-segmented-item{width:100%;text-align:left}.rc-segmented-vertical .rc-segmented-thumb{width:100%;height:0;padding:0 4px;transition:transform .3s cubic-bezier(.645,.045,.355,1),height .3s cubic-bezier(.645,.045,.355,1)}.rc-segmented-disabled .rc-segmented-item,.rc-segmented-disabled .rc-segmented-item:focus,.rc-segmented-disabled .rc-segmented-item:focus:focus,.rc-segmented-disabled .rc-segmented-item:focus:hover,.rc-segmented-disabled .rc-segmented-item:hover,.rc-segmented-disabled .rc-segmented-item:hover:focus,.rc-segmented-disabled .rc-segmented-item:hover:hover{color:rgba(0,0,0,.25);cursor:not-allowed}.rc-segmented-thumb-motion-appear-active,.rc-segmented-thumb-motion-enter-active{transition:transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);will-change:transform,width}.rc-segmented-rtl{direction:rtl}.rc-segmented-item:focus{outline:none}.rc-segmented-item-focused{border-radius:2px;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.customeow-segmented .rc-segmented-thumb-motion{transition:all 1ms}.customeow-segmented .rc-segmented-item.rc-segmented-item-selected{box-shadow:0 1px 2px -1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.1)}.customeow-segmented .rc-segmented-item-label:first-letter{text-transform:none!important}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none}.rc-slider,.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid transparent;border-bottom:5px solid transparent;transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:2px solid #96dbfa;border-radius:50%;cursor:pointer;cursor:grab;opacity:.8;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-bottom:0;border-right:5px solid transparent;border-left:5px solid transparent;transform:translateX(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.customeow-slider-wrapper{width:100%;padding:0 8px;cursor:pointer}.customeow-slider-wrapper .customeow-slider.rc-slider{height:16px;padding:6px 0;border-radius:10px}.customeow-slider-wrapper .customeow-slider.rc-slider.rc-slider-start-point .rc-slider-track{padding:0;margin-left:0!important;margin-right:0!important}.customeow-slider-wrapper .customeow-slider.rc-slider .rc-slider-track{background-color:#00b980;box-sizing:content-box;padding:0 8px}.customeow-slider-wrapper .customeow-slider.rc-slider:not(.rc-slider-reverse) .rc-slider-track{margin-left:-8px}.customeow-slider-wrapper .customeow-slider.rc-slider.rc-slider-reverse .rc-slider-track{margin-right:-8px}.customeow-slider-wrapper .customeow-slider.rc-slider.rc-slider-reverse .rc-slider-handle{margin-right:-16px}.customeow-slider-wrapper .customeow-slider.rc-slider .rc-slider-rail{background-color:unset}.customeow-slider-wrapper .customeow-slider.rc-slider .rc-slider-rail:before{content:"";position:absolute;inset:0;background-color:rgba(233,228,255,.08);border-radius:inherit;right:-8px;left:-8px}.customeow-slider-wrapper .customeow-slider.rc-slider .rc-slider-dot{top:0;width:4px;height:4px;border-color:rgba(233,228,255,.2);background-color:rgba(233,228,255,.2);transform:translateX()}.customeow-slider-wrapper .customeow-slider.rc-slider .rc-slider-dot:first-child{transform:translateX(-200%)!important}.customeow-slider-wrapper .customeow-slider.rc-slider .rc-slider-dot:last-child{transform:translateX(100%)!important}.customeow-slider-wrapper .customeow-slider.rc-slider .rc-slider-dot-active{border-color:rgba(248,250,255,.4);background-color:rgba(248,250,255,.4)}.customeow-slider-wrapper .customeow-slider.rc-slider .rc-slider-handle{width:16px;height:16px;transform:translate(-50%,-50%)!important;top:50%;margin-top:0;border:4px solid #00b980;opacity:1;z-index:0}.customeow-slider-wrapper .customeow-slider.rc-slider .rc-slider-handle.rc-slider-handle-dragging{border-color:#00b980;box-shadow:none}.customeow-slider-wrapper .customeow-slider.rc-slider .rc-slider-mark-text:first-child{transform:translateX(-30%)!important}.customeow-slider-wrapper .customeow-slider.rc-slider .rc-slider-mark-text:last-child{transform:translateX(-75%)!important}.chechbox-opacity12 div{background-color:rgba(233,228,255,.12)}.chechbox-opacity12 .mm-checkbox-mask-wrapper{z-index:2}.open-component-category-disabled .mm-select-view{background:transparent!important}.open-component-email-disabled .mm-input-group,.open-component-email-disabled.mm-input-disabled{background-color:transparent!important;border-color:rgba(233,228,255,.2)!important}.open-component-email-disabled .mm-input-inner-wrapper-disabled{background-color:transparent!important}.component_password-input{height:44px}.component_password-input input{height:38px}.component_password-input .mm-input-group{border-radius:8px}.componentNoticeList{background:linear-gradient(0deg,rgba(233,228,255,.08),rgba(233,228,255,.08)),#1c1b28;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.2),inset 0 0 0 1px rgba(233,228,255,.12)}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:grab}.react-flow__node.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid #fff;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translateX(-50%)}.react-flow__attribution{font-size:10px;background:hsla(0,0%,100%,.5);padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border:1px solid #1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px rgba(0,0,0,.08)}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:hsla(0,0%,94%,.25)}.react-flow__nodesselection-rect,.react-flow__selection{background:rgba(0,89,220,.08);border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px rgba(0,0,0,.08)}.react-flow__controls-button{background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.custom-contexts-container{display:inline-flex;position:relative}.custom-contexts-container>div{width:336px;height:600px;zoom:.695;overflow:hidden;margin-inline-end:24px;flex-shrink:0;color:#111827;box-shadow:0 1px 2px -1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.1)}.custom-contexts-container>div:last-child{margin-inline-end:0}.custom-contexts-container>div .__sunzi_layout::-webkit-scrollbar{width:6px;height:6px}.custom-contexts-container>div .__sunzi_layout::-webkit-scrollbar-thumb{background:hsla(0,0%,49%,.4);border-radius:10px}.common-table .mm-table-container:before{display:none}.common-table .mm-table-container{border:none;border-radius:8px;overflow:hidden}.common-table .mm-table-container:after{position:absolute;content:"";left:0;right:0;top:0;bottom:0;border-radius:8px;border:1px solid rgba(233,228,255,.12);pointer-events:none;z-index:10}.common-table .mm-table-th{background:rgba(233,228,255,.08);padding:0;line-height:inherit}.common-table .mm-table-th .mm-table-th-item{padding:0 24px;line-height:45px;height:45px}.common-table .mm-table-th.store-title-cell .mm-table-th-item{padding-left:0}.common-table .mm-table-th.mm-table-operation .mm-table-th-item{padding:0}.common-table .mm-table-th:first-child{border-left:none}.common-table .mm-table-th:last-child{border-right:none}.common-table .mm-table-operation{padding-left:24px;padding-right:16px}.common-table tbody .mm-table-tr:hover .mm-table-td{background:rgba(233,228,255,.08)!important}.common-table tbody .mm-table-td{padding:20px 24px;border-right:1px solid rgba(233,228,255,.12)}.common-table tbody .mm-table-td:last-child{border-right:none}.common-table tbody .mm-table-td:first-child{border-left:none;padding-right:16px}.common-table tbody tr.mm-table-row-checked .mm-table-td{background:rgba(233,228,255,.08)}.common-table tbody .mm-table-expand-fixed-row,.common-table tbody .mm-table-no-data{width:100%!important;border:none}.common-table tbody .mm-table-empty-row:hover .mm-table-td{background:transparent!important}.common-table tbody .mm-table-empty-row td{padding:0!important}.common-table tbody .mm-table-empty-row .mm-table-no-data{padding:30px;margin:0}.has-row-selection tbody td.mm-table-td:nth-child(2){padding-left:0}.has-row-selection tbody .mm-table-td:first-child{border-right:none}.small-table-td .mm-table-td{padding:16px 24px!important}.common-border-table tbody .mm-table-td:first-child{border-right:1px solid rgba(233,228,255,.12)}.common-border-table tbody td.mm-table-td:nth-child(2){padding-left:24px}.custom-details-preview .data-box{transition:all .5s}.custom-details-preview .text-box{transition:opacity .5s;opacity:0}.confirmUpload-vyHT8{z-index:20}@media screen and (min-width:768px){.confirmUpload-vyHT8{padding:20px}}.confirmUpload-drawer-da3KN{padding:36px 24px 24px;border-top-left-radius:28px;border-top-right-radius:28px;background-color:#fff}@media screen and (min-width:768px){.confirmUpload-drawer-da3KN{max-width:512px;border-radius:12px}.confirmUpload-drawer-da3KN.sc-drawer-content{right:0;left:auto}}.confirmUpload-drawer-icon-Hlrhl{position:absolute;top:0;left:50%;width:64px;height:64px;transform:translate(-50%,-50%);background-position:50%;background-size:contain}.confirmUpload-drawer-title-aU1F1{padding:16px 0;font-size:20px;font-weight:700;text-align:center}.confirmUpload-drawer-btn-0hTG2{margin-top:16px}.confirmUpload-mask-JHlHf{background-color:rgba(0,0,0,.12)}.uploading-26i-W{z-index:20;overflow:hidden;background-color:#f3f4f6}.uploading-content-D0uI-{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0 60px;background-image:linear-gradient(180deg,#fff 50%,transparent)}.uploading-26i-W .sc-loading-line-progress{height:8px;border-radius:8px;background-color:#f3f4f6}.uploading-26i-W .sc-loading-line-progress-done{border-radius:8px;box-shadow:none}.uploading-26i-W .sc-loading-line-percent{display:none}._extra_customeow_link_layout_class .__layer_scheduler_item:has(+div[class*=uploading].sc-wrapper.sc-wrapper-absolute){display:none}._extra_customeow_link_layout_class div[class*=uploading].sc-wrapper.sc-wrapper-absolute{display:flex;justify-content:flex-end;background-color:initial}._extra_customeow_link_layout_class div[class*=uploading].sc-wrapper.sc-wrapper-absolute div[class*=uploading-content]{width:552px;background-color:#f3f4f6}.claim-operate-box{background:linear-gradient(0deg,rgba(65,55,111,.17),rgba(65,55,111,.17)),linear-gradient(1turn,rgba(233,228,255,.02),rgba(233,228,255,.08))}.claim-operate-box .claim-operate-border{background:linear-gradient(180deg,rgba(245,242,255,.3),rgba(233,228,255,.16) 18.75%,rgba(233,228,255,.08));-webkit-mask:linear-gradient(#fff 0 100%) content-box,linear-gradient(#fff 0 100%);-webkit-mask-composite:xor}.custom-link-wrapper .sc-custom-layer-nestelen{width:425px;height:600px;margin:80px auto;z-index:20;animation:bubbles .3s cubic-bezier(.22,1,.36,1)!important;box-shadow:0 1px 1px 0 rgba(0,0,0,.1),0 2px 5px 0 rgba(0,0,0,.2);overflow:hidden}.custom-link-wrapper .sc-custom-layer-nestelen~.sc-custom-layer-mask{background-color:rgba(0,0,0,.2);z-index:19}.custom-link-wrapper .pc-customeow-link-container{position:relative;width:100%;height:100%;animation:drawer-right .3s cubic-bezier(.22,1,.36,1);z-index:10}.modify-bio-theme-container .bio-theme-width-outer-collapse{width:0;padding-left:0;padding-right:0;overflow:hidden;opacity:0}.modify-bio-theme-container .bio-theme-width-inner-collapse{opacity:0;transform:translateX(-100%)}.modify-bio-theme-container .bio-theme-width-open{width:550px;opacity:1;transform:translateX(0)}.modify-bio-theme-container .background-img-collapse{width:calc(100% - 488px);right:488px}.modify-bio-theme-container .bio-theme-height-collapse{min-height:0;opacity:0;transform:translateY(-100%)}.modify-bio-theme-container .bio-theme-height-open{min-height:374px;opacity:1;transform:translateY(0)}.modify-bio-theme-container .background-width-open{width:488px;opacity:1;transform:translateX(0)}.modify-bio-theme-container .background-width-collapse{width:0;opacity:0;transform:translateX(100%)}.modify-bio-theme-container .background-height-open{height:697px;opacity:1;transform:translateY(0)}.modify-bio-theme-container .background-height-collapse{height:0;opacity:0;transform:translateY(100%)}.modify-bio-theme-container .sc-layout.__sunzi_layout{color:#000}.modify-bio-theme-container .customeow-slider-wrapper .bio-theme-background-blur-slider.rc-slider{top:0;height:36px}.modify-bio-theme-container .customeow-slider-wrapper .bio-theme-background-blur-slider.rc-slider .rc-slider-rail{top:0;border-radius:8px;height:36px}.modify-bio-theme-container .customeow-slider-wrapper .bio-theme-background-blur-slider.rc-slider .rc-slider-rail:before{background-color:#f3f4f6}.modify-bio-theme-container .customeow-slider-wrapper .bio-theme-background-blur-slider.rc-slider .rc-slider-track{top:0;height:36px;padding:0 10px;border-radius:8px;margin-left:-10px!important}.modify-bio-theme-container .customeow-slider-wrapper .bio-theme-background-blur-slider.rc-slider .rc-slider-step{top:0;height:36px}.modify-bio-theme-container .customeow-slider-wrapper .bio-theme-background-blur-slider.rc-slider .rc-slider-handle{display:flex;width:20px;height:36px;align-items:center;justify-content:center;border-radius:8px;border-width:2px;gap:2px;background-color:#00b980;border-color:#00b980}.modify-bio-theme-container .customeow-slider-wrapper .bio-theme-background-blur-slider.rc-slider .rc-slider-handle:after,.modify-bio-theme-container .customeow-slider-wrapper .bio-theme-background-blur-slider.rc-slider .rc-slider-handle:before{content:"";display:inline-block;width:2px;height:11px;background-color:#fff;border-radius:8px}.modify-bio-theme-container .customeow-slider-wrapper .bio-theme-background-blur-slider.rc-slider .rc-slider-handle:hover{background-color:#fff}.modify-bio-theme-container .customeow-slider-wrapper .bio-theme-background-blur-slider.rc-slider .rc-slider-handle:hover:after,.modify-bio-theme-container .customeow-slider-wrapper .bio-theme-background-blur-slider.rc-slider .rc-slider-handle:hover:before{background-color:#00b980}.modify-bio-theme-container .customeow-slider-wrapper .bio-theme-background-blur-slider.bio-theme-background-blur-slider-hold .rc-slider-handle{background-color:#fff!important}.modify-bio-theme-container .customeow-slider-wrapper .bio-theme-background-blur-slider.bio-theme-background-blur-slider-hold .rc-slider-handle:after,.modify-bio-theme-container .customeow-slider-wrapper .bio-theme-background-blur-slider.bio-theme-background-blur-slider-hold .rc-slider-handle:before{background-color:#00b980!important}.modify-bio-theme-container .sc-drawer-content{padding-top:36px!important}.bio-theme-textarea{padding:0;box-shadow:none;border:none;resize:none;outline:none;background:transparent;overflow:hidden}.bio-theme-textarea::-moz-placeholder{color:hsla(0,0%,100%,.75)}.bio-theme-textarea::placeholder{color:hsla(0,0%,100%,.75)}.bio-theme-textarea-no-bg::-moz-placeholder{color:#9ca3af}.bio-theme-textarea-no-bg::placeholder{color:#9ca3af}.bottom-background-edit-btn,.bottom-background-edit-btn .inner-background,.bottom-background-edit-btn .outline-background{transition:all .3s cubic-bezier(.427,.073,.105,.997)}.bottom-background-edit-btn .reset-btn{opacity:1;transition:all .5s cubic-bezier(.427,.073,.105,.997)}.upload-oss-custom-link-background{position:relative;padding-top:100%}.upload-oss-custom-link-background .mm-upload-trigger{position:absolute;top:0;bottom:0;height:100%}.upload-oss-custom-link-background .mm-upload-trigger>div{width:100%;height:100%}.upload-oss-custom-link-background .mm-upload-trigger>div>div{height:100%}.bio-theme-avatar-box{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23D1D5DB' stroke-width='3' stroke-dasharray='4%2c 9' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");border-radius:16px}.bio-theme-animate{transition:all .8s cubic-bezier(.4,0,.2,1);transition-duration:.6s}#mobile-bio-theme-container .scrollbar-track{display:none!important}.bio-theme-change-style .desktop-inner-enter{animation:desktop-inner-enter .3s cubic-bezier(.427,.073,.105,.997)}.bio-theme-change-style .mobile-inner-enter{animation:mobile-ani-enter .3s cubic-bezier(.427,.073,.105,.997)}.bio-theme-change-style .mobile-inner-leave{animation:mobile-ani-leave .3s cubic-bezier(.427,.073,.105,.997)}.bio-theme-change-style .mobile-content-enter{animation:mobile-content-enter .4s cubic-bezier(.427,.073,.105,.997)}.bio-theme-change-style .mobile-content-leave{transition:opacity .15s;opacity:0}.bio-theme-change-style .mobile-context-enter{animation:mobile-context-enter .4s cubic-bezier(.427,.073,.105,.997)}.bio-theme-change-style .mobile-context-leave{transition:opacity .1 .5s;opacity:0}@keyframes desktop-inner-enter{0%{opacity:0}to{opacity:1}}@keyframes mobile-ani-enter{0%{width:100%;height:100%;opacity:.8}50%{opacity:1}}@keyframes mobile-content-enter{0%{opacity:0}40%{opacity:0}to{opacity:1}}@keyframes mobile-context-enter{0%{opacity:0}90%{opacity:0}to{opacity:1}}.custom-link-preview-wrapper{width:100%;height:100%}.custom-link-preview-wrapper .sc-custom-layer-nestelen{width:425px;height:600px;margin:80px auto;z-index:20;animation:bubbles .3s cubic-bezier(.22,1,.36,1)!important;box-shadow:0 1px 1px 0 rgba(0,0,0,.1),0 2px 5px 0 rgba(0,0,0,.2);overflow:hidden}.custom-link-preview-wrapper .sc-custom-layer-nestelen~.sc-custom-layer-mask{background-color:rgba(0,0,0,.2);z-index:19}.__sunzi_layout .react-flow__background pattern circle{fill:#d1d5db}.__sunzi_layout .react-flow__node{outline:none}.__sunzi_layout .react-flow__node.selected .custom-module{position:relative;box-shadow:0 0 0 1px rgba(0,0,0,.05),0 8px 10px -6px rgba(0,0,0,.1),0 20px 25px -5px rgba(0,0,0,.1)}.__sunzi_layout .react-flow__node.selected .custom-module:after{content:"";position:absolute;inset:0;border-radius:.5rem;border:2px solid rgba(0,185,128,.75);pointer-events:none}.__sunzi_layout .react-flow__handle{position:absolute;width:16px;height:16px;max-width:16px;max-height:16px;background-color:#09c88b;border:3px solid #fff;filter:drop-shadow(0 1px 3px rgba(0,0,0,.1)) drop-shadow(0 1px 2px rgba(0,0,0,.1));z-index:10}.__sunzi_layout .react-flow__handle:after{content:"";position:absolute;inset:0;transform:scale(3)}.__sunzi_layout .react-flow__handle-left{left:-28px}.__sunzi_layout .react-flow__handle-right{right:-28px}.__sunzi_layout .react-flow__connection-path{stroke-width:2;stroke:#6b7280;stroke-linecap:round}.__sunzi_layout .react-flow__edge:not(.react-flow__edge_nodelete):hover{cursor:url(https://assets.staticmeow.com/customeow/static/icon/icon-scissors-bicolor-solid.svg) 10 10,pointer!important}.__sunzi_layout .react-flow__edge.react-flow__edge_nodelete:hover{cursor:url(https://assets.staticmeow.com/customeow/static/icon/icon-scissors-disable-bicolor-solid.svg) 10 10,pointer!important}.__sunzi_layout .react-flow__edge-path{stroke-width:4;stroke-linecap:round}.home-to-top,.home-to-top-delay{animation:home-to-top 1s ease-in-out;animation-fill-mode:forwards}.home-to-top-delay{animation-delay:.5s}@keyframes home-to-top{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.home-from-bottom-left{animation:home-from-bottom-left .5s ease-in-out;animation-fill-mode:forwards}@keyframes home-from-bottom-left{0%{transform:translate(-30%,30%);opacity:0}to{transform:translate(0);opacity:1}}.home-from-bottom-right{animation:home-from-bottom-right .5s ease-in-out;animation-fill-mode:forwards}@keyframes home-from-bottom-right{0%{transform:translate(30%,30%);opacity:0}to{transform:translate(0);opacity:1}}.home-opacity-to-bottom{animation:home-opacity-to-bottom .65s;animation-delay:.15s;animation-fill-mode:forwards}@keyframes home-opacity-to-bottom{0%{opacity:0;transform:translateY(-20%);transform-origin:top}80%{opacity:.8;transform:translateY(-7%) scale(1.02);transform-origin:top}to{opacity:1;transform:translateY(0) scale(1);transform-origin:top}}.home-to-bottom{animation:home-to-bottom .5s cubic-bezier(.22,1,.36,1);animation-fill-mode:forwards}@keyframes home-to-bottom{0%{transform:translateY(-20%)}to{transform:translateY(0)}}.home-to-bottom-20{animation:home-to-bottom-20 .5s cubic-bezier(.22,1,.36,1)}@keyframes home-to-bottom-20{0%{transform:translateY(-20%)}to{transform:translateY(0)}}.home-to-top-20{animation:home-to-top-20 .5s cubic-bezier(.22,1,.36,1)}@keyframes home-to-top-20{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.home-scale{animation:home-scale .3s ease-in-out;animation-fill-mode:forwards}@keyframes home-scale{0%{transform:scale(1.05) rotate(var(--rotate-deg))}50%{transform:scale(1) rotate(var(--rotate-deg))}to{transform:scale(1.05) rotate(var(--rotate-deg))}}.home-modules .mm-textarea-word-limit{font-size:16px;color:rgba(248,250,255,.6)}.home-modules div[dir=rtl] .mm-textarea-word-limit{left:10px;right:auto}.home-modules div[dir=rtl] .mm-picker-start-time{text-align:start;margin-inline-start:8px}.home-modules .__sunzi_layout{height:-moz-max-content;height:max-content}.home-modules .__sunzi_layout .__module_item .tw-break-all.tw-pt-2.tw-text-14.tw-font-400.tw-text-red-3{display:none}.home-modules .__sunzi_layout .__button.tw-text-center.tw-user-select-none.tw-text-theme-default,.home-modules .__sunzi_layout .__module_item_label span{color:rgba(248,250,255,.6)}.home-modules .__sunzi_layout .__module_select_menu .tw-bg-gray-0{background:#121018}.home-modules .__sunzi_layout .__image-swatch-checked{background-color:#121018}.home-modules .__sunzi_layout .__module_image_swatch_item{background-color:transparent}.home-modules .__sunzi_layout .__module_image_swatch_item.tw-border-gray-4{border-color:rgba(233,228,255,.2)}.home-modules .__sunzi_layout .__module_item_content{color:rgba(248,250,255,.6)}.home-modules .__sunzi_layout .__module_item_content .tw-absolute.tw-box-border.tw-left-0.tw-top-0.tw-bottom-0.tw-right-0.tw-cursor-pointer.tw-h-full.tw-rounded-full.tw-border-2.tw-border-transparent:hover{border:none}.home-modules .__sunzi_layout .__module_item_content .tw-gap-2.tw-grid-cols-6{grid-template-columns:repeat(5,minmax(0,1fr))}.home-modules .__sunzi_layout .__module_item_content .tw-icon.tw-absolute.-tw-end-2{display:flex}.home-modules .__sunzi_layout .__module_item_content .tw-absolute.tw-left-0.tw-top-0.tw-bottom-0.tw-right-0.tw-pointer-events-none.tw-rounded-lg{border-radius:6px}.home-modules .__sunzi_layout .__module_item_content .tw-self-end.tw-py-4.tw-ps-3.tw-text-16.tw-font-400.tw-text-gray-5,.home-modules .__sunzi_layout .__module_item_content .tw-self-end.tw-text-16.tw-font-400.tw-text-gray-5.tw-absolute.tw-bottom-2.tw-end-2{color:rgba(248,250,255,.4)}.home-modules .__sunzi_layout .__module_item_content .__form_item.tw-inner-border.tw-w-full.tw-relative.tw-flex{max-height:100px}.home-modules .__sunzi_layout .__module_item_content .md:hover:tw-border-theme-default,.home-modules .__sunzi_layout .__module_item_content .tw-border-theme-default{border-color:#00b980}.home-modules .__sunzi_layout .__module_item_content .__module_photo_upload_item svg,.home-modules .__sunzi_layout .__module_item_content .tw-px-5.tw-text-center.tw-text-12.tw-font-400.tw-text-gray-6,.home-modules .__sunzi_layout .__module_item_content .tw-relative.tw-aspect-auto.tw-flex.tw-items-center.tw-justify-center svg{color:rgba(248,250,255,.4)}.home-modules .__sunzi_layout .__module_item_content .__module_photo_upload_item{background:rgba(233,228,255,.04)}.home-modules .__sunzi_layout .__module_item_content input[type=checkbox]+span.tw-bg-theme-default,.home-modules .__sunzi_layout .__module_item_content input[type=radio]+span.tw-bg-theme-default{background-color:#00b980}.home-modules .__sunzi_layout .__module_item_content .tw-relative.tw-rounded-md.tw-bg-gray-0{background:rgba(233,228,255,.04)}.home-modules .__sunzi_layout .__module_item_content .tw-relative.tw-rounded-md.tw-bg-gray-0 .tw-icon-dark{background-color:transparent}.home-modules .__sunzi_layout .__module_item_content .tw-relative.tw-rounded-md.tw-bg-gray-0:after{border-color:rgba(233,228,255,.08)}.home-modules .__sunzi_layout .__module_item_content .tw-cursor-pointer.tw-rounded-full.tw-bg-gray-0,.home-modules .__sunzi_layout .__module_item_content .tw-icon.tw-absolute.-tw-end-2.tw-bg-gray-0{background:#121018;border-radius:50%}.home-modules .__sunzi_layout .__module_item_content .tw-mr-3.tw-h-11.tw-w-11.tw-bg-gray-2{background-color:rgba(233,228,255,.08)}.home-modules .__sunzi_layout .__module_item_content div.tw-text-gray-7,.home-modules .__sunzi_layout .__module_item_content span.tw-text-gray-7{color:rgba(248,250,255,.94)}.home-modules .__sunzi_layout .__module_item_content .__form_item{background:rgba(233,228,255,.04)}.home-modules .__sunzi_layout .__module_item_content .__form_item:after{border-color:rgba(233,228,255,.12)}.home-modules .__sunzi_layout .__module_item_content .__form_item:focus-within:after{border-color:#00b980}.home-modules .__sunzi_layout .__module_item_content .__module_datetime,.home-modules .__sunzi_layout .__module_item_content .__module_file_upload,.home-modules .__sunzi_layout .__module_item_content .__module_photo_upload_item,.home-modules .__sunzi_layout .__module_item_content .__module_select,.home-modules .__sunzi_layout .__module_item_content input,.home-modules .__sunzi_layout .__module_item_content textarea{color:rgba(248,250,255,.94);background:transparent}.home-modules .__sunzi_layout .__module_item_content .__module_datetime:after,.home-modules .__sunzi_layout .__module_item_content .__module_file_upload:after,.home-modules .__sunzi_layout .__module_item_content .__module_photo_upload_item:after,.home-modules .__sunzi_layout .__module_item_content .__module_select:after,.home-modules .__sunzi_layout .__module_item_content input:after,.home-modules .__sunzi_layout .__module_item_content textarea:after{border-color:rgba(233,228,255,.12)}.home-modules .__sunzi_layout .__button{background:rgba(233,228,255,.04)}.home-modules .__sunzi_layout .__button:after{border-color:rgba(233,228,255,.12)}.home-modules .__sunzi_layout input[type=checkbox]+span.tw-border-gray-4,.home-modules .__sunzi_layout input[type=radio]+span.tw-border-gray-4{border-color:rgba(233,228,255,.2)}.home-modules .__sunzi_layout input[type=checkbox]+span.tw-bg-gray-0,.home-modules .__sunzi_layout input[type=radio]+span.tw-bg-gray-0{background:transparent}.home-modules div[title=photo-upload-card] .__sunzi_layout .__module_item_content .tw-text-12-regular.tw-text-gray-7{line-height:18px;color:rgba(248,250,255,.6)}.home-modules div[title=photo-upload-card] .__sunzi_layout .__module_item_content .tw-text-12-regular.tw-text-gray-6{line-height:18px;color:rgba(248,250,255,.4)}.home-modules div[title=photo-upload-card] .__sunzi_layout .__module_item_content .tw-absolute.tw-left-0.tw-top-0.tw-bottom-0.tw-right-0{padding:0;display:flex;justify-content:center;align-items:center}.home-modules div[title=photo-upload-card] .__sunzi_layout .__module_item_content .tw-relative.tw-flex.tw-items-center.tw-justify-center.tw-shadow-light{padding-top:30%!important;aspect-ratio:1;width:96px;height:96px}.home-modules div[title=photo-upload-card] .__sunzi_layout .__module_item_content .tw-relative.tw-flex.tw-items-center.tw-justify-center.tw-shadow-light.__module_photo_upload_item{padding-top:6px!important;aspect-ratio:auto;width:100%}.home-modules div[title=photo-upload-card] .__sunzi_layout .__module_item_content .tw-w-full.tw-h-full.tw-rounded-md.tw-bg-gray-2.tw-bg-center.tw-bg-no-repeat{width:86px;height:86px;border-radius:6px}.home-modules div[title=photo-upload-card] .__sunzi_layout .__module_item_content .sc-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-customeow .sc-custom-layer-layout .sc-custom-layer-content{position:absolute;background:transparent;border-radius:12px;width:440px;height:680px;right:50%;transform:translateX(50%);animation:none}.home-customeow .sc-custom-layer-layout .sc-custom-layer-content .sc-wrapper-absolute.tw-bg-gray-0{background:#121018}.home-customeow .sc-custom-layer-layout .sc-custom-layer-content .sc-wrapper-absolute .tw-bg-gray-0{background:rgba(248,250,255,.94);color:rgba(248,250,255,.94)}.home-customeow .sc-custom-layer-layout .sc-custom-layer-content .sc-facut-scanning,.home-customeow .sc-custom-layer-layout .sc-custom-layer-content .sc-wrapper-absolute.tw-absolute.tw-flex,.home-customeow .sc-custom-layer-layout .sc-custom-layer-content .tw-h-20.tw-flex.tw-justify-between,.home-customeow .sc-custom-layer-layout .sc-custom-layer-content .tw-h-20.tw-flex.tw-justify-center,.home-customeow .sc-custom-layer-layout .sc-custom-layer-content .tw-h-full.tw-flex.tw-flex-col{background:linear-gradient(0deg,rgba(233,228,255,.08),rgba(233,228,255,.08)),rgba(18,16,24,.75);backdrop-filter:blur(100px)}.home-customeow .sc-custom-layer-layout .sc-custom-layer-content.tw-rounded-lg.tw-shadow-dark{height:-moz-max-content;height:max-content}.home-customeow .sc-custom-layer-layout .sc-custom-layer-content .tw-flex.tw-flex-col.tw-overflow-hidden.tw-bg-gray-0{background:linear-gradient(0deg,rgba(233,228,255,.08),rgba(233,228,255,.08)),#121018}.customeow-home,.home-customeow .sc-custom-layer-layout .sc-custom-layer-content .tw-flex.tw-flex-col.tw-overflow-hidden.tw-bg-gray-0 .tw-overflow-auto.tw-break-words.tw-text-gray-7{color:rgba(248,250,255,.94)}.btn-bg-animate{animation:gradient 6s linear infinite}@keyframes gradient{0%{left:0;top:0}25%{left:100%;top:0}50%{left:100%;top:100%}75%{left:0;top:100%}to{left:0;top:0}}.btn-bg-particle{background-image:url(https://sunzi-cn.oss-cn-hangzhou.aliyuncs.com/customeow-beta/static/home/new-version/button-background-particle.png);background-size:100%;background-position:center 0;animation:particle 15s linear infinite}@keyframes particle{0%{background-position-y:0}to{background-position-y:100%}}.header-bottom-animate{background:linear-gradient(90deg,#bb51ee,#f0ce55 10%,#08d36a 20%,#08d36a 30%,#8482e5 40%,#bb51ee 50%,#bb51ee 60%,#f0ce55 70%,#08d36a 80%,#8482e5 90%,#bb51ee);background-size:200% 100%;animation:lineAnimate 12s linear infinite;opacity:.48}@keyframes lineAnimate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.ele_menu_layout.active{height:100dvh}.ele_menu_layout_content.active{transform:translateY(0);opacity:1}.ele_menu_layout_bg.active{transform:translateY(0)}.ele_m_features_list::-webkit-scrollbar{display:none}.feature-1-animate{will-change:transform;animation:feature-down-scroll 60s linear infinite}.feature-2-animate{will-change:transform;animation:feature-up-scroll 40s linear infinite}.feature-3-animate{will-change:transform;animation:feature-down-scroll 40s linear infinite}.feature-4-animate{will-change:transform;animation:feature-up-scroll 60s linear infinite}@media(max-width:767px){.feature-1-animate,.feature-2-animate,.feature-3-animate,.feature-4-animate{animation:none}}@keyframes feature-down-scroll{0%{transform:translateZ(0)}to{transform:translate3d(0,-50%,0)}}@keyframes feature-up-scroll{0%{transform:translate3d(0,-50%,0)}to{transform:translateZ(0)}}.ele_screen_feature_hover:hover{animation-play-state:paused}@keyframes preview-item-46{0%{height:0}to{height:46px}}@keyframes preview-item-74{0%{height:0}to{height:74px}}@keyframes preview-item-86{0%{height:0}to{height:86px}}@keyframes preview-item-90{0%{height:0}to{height:90px}}@keyframes preview-item-103{0%{height:0}to{height:103px}}@keyframes preview-item-110{0%{height:0}to{height:110px}}@keyframes preview-item-126{0%{height:0}to{height:126px}}@keyframes preview-item-128{0%{height:0}to{height:128px}}@keyframes preview-item-136{0%{height:0}to{height:136px}}@keyframes preview-item-138{0%{height:0}to{height:138px}}@keyframes preview-item-152{0%{height:0}to{height:152px}}@keyframes preview-item-335{0%{height:0}to{height:335px}}@keyframes preview-item-357{0%{height:0}to{height:357px}}.ele_feature_preview_card{opacity:0;transform:scale(.5);height:0;animation:feature-preview-card .6s cubic-bezier(.22,1,.36,1);animation-fill-mode:forwards}@keyframes feature-preview-card{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.ele_light_bg.active{transform:scale(1);opacity:1}.ele_connect_title.active,.ele_data_title.active,.ele_light_title.active,.ele_platform_title.active,.ele_preview_title.active{transform:translateY(0);opacity:1}.ele_component_text_type::-webkit-scrollbar,.ele_connect_button_group::-webkit-scrollbar{display:none}.ele_component_text_item.active{background:radial-gradient(50.06% 75% at 50% 100%,rgba(233,228,255,.2) 0,rgba(233,228,255,0) 100%),rgba(233,228,255,.08);box-shadow:0 2px 4px -1px rgba(0,0,0,.12)}.ele_component_text_item.active span{fill:rgba(248,250,255,.94)}.ele_component_text_item.active div{color:rgba(248,250,255,.94)}.ele_component_demo{display:none}.ele_component_demo.active{display:block}.ele_component_image_item.active{border-color:#00b980}.ele_component_color_item.active span,.ele_component_image_item.active div{display:block}.ele_preview_2d_bg.active,.ele_preview_3d_bg.active{transform:scale(1);opacity:1}.ele_preview_album.active .ele_preview_album_child:before{border-color:#00b980}.ele_preview_2d.active{opacity:1}.ele_connect_button.active{background:radial-gradient(50% 100% at 50% 100%,#403850 0,#1c142b 100%);color:rgba(248,250,255,.94)}.ele_connect_button_group{-webkit-mask-image:linear-gradient(90deg,transparent,#000 15%,#000 85%,transparent);mask-image:linear-gradient(90deg,transparent,#000 15%,#000 85%,transparent)}@media(min-width:768px){.ele_connect_button_group{-webkit-mask-image:none;mask-image:none}}.ele_connect_video_alubm.active{opacity:0;transition:all .4s ease-in-out}.ele_data_item{cursor:pointer}.ele_data_item div{transition:all .5s cubic-bezier(.22,1,.36,1)}.ele_data_item .ele_data_item_pop,.ele_data_item div:after{transition:all .5s cubic-bezier(.22,1,.36,1);transform:translate(-50%,10px);opacity:0;z-index:20}.ele_data_item div span{transition:all .5s cubic-bezier(.22,1,.36,1);opacity:0}.ele_data_item:hover{position:relative;z-index:20}.ele_data_item:hover div{transform:scaleY(1.02);transform-origin:bottom;background:linear-gradient(#6c47a0,rgba(108,71,160,0))}.ele_data_item:hover div span{background:linear-gradient(#51347a,rgba(81,52,122,0) 50%);opacity:1}.ele_data_item.active{position:relative;z-index:10}.ele_data_item.active div,.ele_data_item.active:hover div{background:linear-gradient(#00eda4,rgba(0,200,139,0));transform:scaleY(1.02)}.ele_data_item.active div span{background:linear-gradient(#00b980,rgba(0,185,128,0) 40%);opacity:1}.ele_data_item.active .ele_data_item_pop,.ele_data_item.active div:after,.ele_data_item:hover .ele_data_item_pop,.ele_data_item:hover div:after{transform:translate(-50%);opacity:1}.ele_data_item.active .ele_data_item_pop{background-color:#00b980;z-index:30}.ele_data_item.active div:after{border-top-color:#00b980;z-index:30}.ele_future_logo_bg{animation:future-logo 5s linear infinite;animation-fill-mode:forwards;transform:rotate(0deg);opacity:1}@keyframes future-logo{0%{transform:rotate(0deg);opacity:1}25%{transform:rotate(90deg);opacity:1}50%{transform:rotate(180deg);opacity:.4}75%{transform:rotate(270deg);opacity:1}to{transform:rotate(1turn);opacity:1}}.ele_future_box{transition:all 1s cubic-bezier(.22,1,.36,1);opacity:0;transform:scale(.75)}.ele_future_box.active{opacity:1;transform:scale(1)}.paypal-button-container{max-width:100%}.all-options-multiple-select .all-stores-tag{background:transparent!important;height:22px!important;margin:0;line-height:22px!important;color:rgba(248,250,255,.94)!important;padding-left:12px!important}.all-options-multiple-select .mm-tag{max-width:120px}.all-options-multiple-select .mm-tag.zoomIn-exit,.all-options-multiple-select .mm-tag.zoomIn-exit-active{display:none!important;transition:none!important}.all-options-multiple-select .mm-input-tag-size-small .mm-input-tag-inner{flex-wrap:nowrap}@media screen and (min-width:1000px){.sc-drawer-bottom .sc-drawer-content{left:auto!important}}.guide-customizer-container{position:absolute;width:100%;height:100%;right:0;top:0;animation:drawer-right .3s cubic-bezier(.22,1,.36,1);z-index:10}@keyframes drawer-right{0%{transform:translate(100%)}to{transform:translate(0)}}.sc-custom-layer-nestelen{width:380px;height:505px;margin:15px auto;z-index:20;animation:bubbles .3s cubic-bezier(.22,1,.36,1)!important;box-shadow:0 1px 1px 0 rgba(0,0,0,.1),0 2px 5px 0 rgba(0,0,0,.2);overflow:hidden}@keyframes bubbles{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.sc-custom-layer-nestelen._layer_upsell_drawer{margin:0;height:100%}.sc-custom-layer-nestelen~.sc-custom-layer-mask{background-color:rgba(0,0,0,.2);z-index:19}.page_change-log{display:flex;padding:32px;flex-direction:column;align-items:center}.page_change-log .page-header{width:calc(100vw - 64px);max-width:1200px;padding-left:320px}.page_change-log .page-module{display:flex;word-break:break-word}.page_change-log .page-module .module-time{width:320px;flex-shrink:0}.page_change-log .page-module .module-time .time{position:sticky;top:120px}.page_change-log .page-module .module-content{width:calc(100vw - 384px);max-width:880px;color:rgba(248,250,255,.94)}@media screen and (max-width:768px){.page_change-log{padding:20px}.page_change-log .page-header{width:100%;padding-left:0}.page_change-log .page-module{display:flex;flex-direction:column}.page_change-log .page-module .module-time{margin-bottom:20px}.page_change-log .page-module .module-time time{position:relative;top:0}.page_change-log .page-module .module-content{width:calc(100vw - 40px)}}.integration-table{margin-bottom:24px}.integration-table .mm-table-container:before{display:none}.integration-table .mm-table-container:after{position:absolute;content:"";left:0;right:0;top:0;bottom:0;border-radius:8px;border:1px solid rgba(233,228,255,.12);pointer-events:none;box-shadow:0 0 1px 8px #fff;z-index:10}.integration-table .mm-table-th{background:#1c1b28}.integration-table .mm-table-th.integration-title-cell .mm-table-th-item{padding-left:0}.integration-table .mm-table-th.mm-table-operation .mm-table-th-item{padding:0}.integration-table tbody tr.mm-table-row-checked .mm-table-checkbox{position:relative}.integration-table tbody tr.mm-table-row-checked .mm-table-checkbox:after{position:absolute;content:"";inset-inline-start:-1px;top:-1px;bottom:-1px;width:4px;background:#00b980}.integration-table tbody tr.mm-table-row-checked .mm-table-td{background:#1c1b28}.integration-table tbody td.mm-table-td:nth-child(2){padding-left:0}.addFeatureModal .sheinHomeEmptyContainer{min-height:auto;padding:80px 0 0}.addFeatureModal .sheinHomeEmptyContainer h1{width:563px;font-size:36px;margin-bottom:24px}.addFeatureModal .sheinHomeEmptyContainer>div{width:680px;overflow:hidden}.addFeatureModal .sheinHomeEmptyContainer>div>img{-o-object-fit:contain;object-fit:contain}.new-request-form .mm-form-item{margin-bottom:40px}.new-request-form .photo-uploader{width:100%;height:100%}.new-request-form .photo-uploader .mm-upload-trigger,.new-request-form .photo-uploader .mm-upload-trigger>div,.new-request-form .photo-uploader .mm-upload-trigger>div>div{height:100%}.template-details-table{word-break:break-all}.template-details-table .mm-table-container:before{display:none}.template-details-table .mm-table-td:first-child,.template-details-table .mm-table-th:first-child{border-left:none}.template-details-table .mm-table-container:after{position:absolute;content:"";left:0;right:0;top:0;bottom:0;border-radius:8px;border:1px solid rgba(233,228,255,.12);pointer-events:none;box-shadow:0 0 1px 8px #121018;z-index:5}.template-details-table .mm-table-th{background:rgba(233,228,255,.08)}.template-details-table .mm-table-th.mm-table-operation{padding-top:24px;padding-bottom:24px;padding-inline-end:20px;padding-inline-start:32px}.template-details-table .mm-table-th .mm-table-th-item,.template-details-table tbody td.mm-table-td{padding-inline-start:0}.template-details-table tbody td.mm-table-operation{padding-top:16px;padding-bottom:16px;padding-inline-end:20px;padding-inline-start:32px}.mockup-design-list tbody td{background-color:transparent!important}.mockup-design-list tbody .store-title-cell{padding:12px 24px 12px 0!important}.__face_detection .react-flow__edge,.__face_detection .react-flow__node,.__face_detection .react-flow__pane{cursor:default}.__face_detection .react-flow__background pattern circle{fill:#d1d5db}.__face_detection .react-flow__handle-top{visibility:hidden}.__face_detection .react-flow__handle-bottom{bottom:-8px;background-color:#fff;border-color:#d1d5db}.__face_detection .react-flow__edge-path,.__face_detection .react-flow__edge.selected,.__face_detection .react-flow__edge.selected .react-flow__edge-path,.__face_detection .react-flow__edges marker polyline{stroke:#d1d5db!important}@keyframes style_shake__spAhQ{0%{transform:rotate(-.8deg)}50%{transform:rotate(.8deg)}to{transform:rotate(-.8deg)}}.style_shake__spAhQ{animation:style_shake__spAhQ .3s ease-in-out infinite}@keyframes style_ripple__Aoxyx{0%{box-shadow:0 0 0 0 #00b980}50%{box-shadow:0 0 0 20px rgba(0,185,128,0)}to{box-shadow:0 0 0 0 rgba(0,185,128,0)}}.style_ripple__Aoxyx{animation:style_ripple__Aoxyx 2.2s cubic-bezier(0,0,.64,1) infinite;animation-delay:1s}.create-editor-modal .mm-resizebox-trigger-icon-wrapper{opacity:0}.create-editor-modal .mm-resizebox-trigger-icon-wrapper .mm-resizebox-trigger-icon{display:none}.create-editor-modal .mm-resizebox-split-group-pane::-webkit-scrollbar{width:6px;height:6px}.create-editor-modal .mm-resizebox-split-group-pane::-webkit-scrollbar-track{background-color:transparent}.create-editor-modal .mm-resizebox-split-group-pane::-webkit-scrollbar-thumb{background-color:rgba(18,16,24,.6)!important;border-radius:10px!important;border:1px solid rgba(233,228,255,.2)}.create-editor-modal .left-content-editor .monaco-editor .margin,.create-editor-modal .left-content-editor .monaco-editor .monaco-editor-background{background:linear-gradient(0deg,rgba(233,228,255,.08),rgba(233,228,255,.08)),#1c1b28}.create-editor-modal .left-content-editor .monaco-editor .view-overlays .current-line{border-color:transparent;background:rgba(18,16,24,.12)}.create-editor-modal li[role=treeitem]{background-color:transparent!important}.create-editor-modal div[data-method]:not(:last-child){margin-bottom:8px}.create-editor-modal div[data-method=log]{border-radius:6px}.create-editor-modal div[data-method=warn]>div:nth-child(3) div span{width:12px;height:12px}.create-editor-modal div[data-method]{border-radius:6px}.create-editor-modal div[data-method]>div:first-child{padding-left:4px}.create-editor-modal div[data-method]>div:first-child span>div{width:12px;height:12px}.create-editor-modal div[data-method]>div:nth-child(3){margin-left:8px}.iframe-height-input .mm-input-inner-wrapper{padding-right:50px!important}.iframe-height-input .mm-input-number-step-layer{right:39px;border-radius:0}.iframe-height-input .mm-input-number-step-layer:after{display:none!important}.input-type-container .mm-input-size-mini{font-size:14px!important}.input-type-container .mm-input-group-wrapper-mini.mm-input-group-wrapper,.input-type-container .mm-input-group-wrapper-mini.mm-input-group-wrapper .mm-input-group{border-radius:4px}.input-type-container .mm-input-group-wrapper-mini.mm-input-group-wrapper .mm-input-group>:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.container-description-input{flex:1;border:1px solid transparent;outline:none;background-color:transparent!important;color:rgba(248,250,255,.6);border-radius:4px;padding:0 8px;font-size:14px;resize:none}.container-description-input:hover{color:rgba(248,250,255,.94)!important;border-color:rgba(233,228,255,.2)}.container-description-input:focus{color:rgba(248,250,255,.94);border-color:#00b980!important;box-shadow:0 0 0 1px #00b980}@keyframes mobile-ani{0%{width:100%;height:100%;opacity:.8}50%{opacity:1}}@keyframes mobile-ani-leave{to{width:100%;height:100%}}@keyframes mobile-content-ani{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes mobile-content-ani-popup{0%{opacity:0}20%{opacity:1}to{opacity:1}}.popup-style .desktop .preview .preview-icon:after{display:block;content:"";padding-top:100%}@media(min-width:992px)and (max-width:1200px){.popup-style .desktop .preview .preview-grid{display:none}}.popup-style .mobile-inner{animation:mobile-ani .2s ease-in}.popup-style .mobile-inner .mobile-content{animation:mobile-content-ani-popup .48s cubic-bezier(.427,.073,.105,.997)}.popup-style .mobile-inner .mobile-content-popup{animation:mobile-content-ani .48s}.popup-style .mobile-inner .mobile-hide{display:none}.popup-style .mobile-inner-leave{animation:mobile-ani-leave .3s cubic-bezier(.427,.073,.105,.997) .15s}.popup-style .mobile-content-leave{animation:mobile-content-ani-leave .15s ease-out;transition:opacity .15s;opacity:0}.popup-style .from-left{transform:translateX(0)}.overflow-overlay{overflow-x:hidden;overflow-y:scroll;margin-right:calc(100% - 100vw)}.overflow-overlay::-webkit-scrollbar{width:4px}.overflow-overlay:hover::-webkit-scrollbar-track-piece{border-radius:6px}.overflow-overlay:hover::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,49%,.4)}.overflow-overlay:hover::-webkit-scrollbar-thumb:vertical{background-color:hsla(0,0%,49%,.4);border-radius:6px}.scrollbar-hide{overflow:auto}.scrollbar-hide::-webkit-scrollbar{display:none}.mobile .__custom_button{font-size:16px}body:not([data-iframe=true]) .sc-wrapper.sc-wrapper-fixed.sc-custom-layer{top:85px}.fadeInStandard-appear,.fadeInStandard-enter{opacity:0}.fadeInStandard-appear-active,.fadeInStandard-enter-active{opacity:1;transition:opacity .3s cubic-bezier(.34,.69,.1,1)}.fadeInStandard-exit{opacity:1}.fadeInStandard-exit-active{opacity:0;transition:opacity .3s cubic-bezier(.34,.69,.1,1)}.fadeIn-appear,.fadeIn-enter{opacity:0}.fadeIn-appear-active,.fadeIn-enter-active{opacity:1;transition:opacity .1s linear}.fadeIn-exit{opacity:1}.fadeIn-exit-active{opacity:0;transition:opacity .1s linear}.fadeInLeft-enter{opacity:0;transform:translateX(-100%)}.fadeInLeft-enter-active{transition:opacity .2s linear,transform .3s cubic-bezier(.34,.69,.1,1)}.fadeInLeft-enter-active,.fadeInLeft-exit{opacity:1;transform:translateX(0)}.fadeInLeft-exit-active{opacity:0;transform:translateX(-100%);transition:opacity .2s linear,transform .3s cubic-bezier(.34,.69,.1,1)}.fadeInRight-enter{opacity:0;transform:translateX(100%)}.fadeInRight-enter-active{transition:opacity .2s linear,transform .3s cubic-bezier(.34,.69,.1,1)}.fadeInRight-enter-active,.fadeInRight-exit{opacity:1;transform:translateX(0)}.fadeInRight-exit-active{opacity:0;transform:translateX(100%);transition:opacity .2s linear,transform .3s cubic-bezier(.34,.69,.1,1)}.slideDynamicOrigin-appear,.slideDynamicOrigin-enter{opacity:1;transform-origin:0 0;transform:scaleY(.9) translateZ(0)}.slideDynamicOrigin-appear-active,.slideDynamicOrigin-enter-active,.slideDynamicOrigin-exit{opacity:1;transform-origin:0 0;transform:scaleY(1) translateZ(0);transition:transform .2s cubic-bezier(.34,.69,.1,1),opacity .2s cubic-bezier(.34,.69,.1,1)}.slideDynamicOrigin-exit-active{opacity:0;transform-origin:0 0;transform:scaleY(.9) translateZ(0);transition:transform .2s cubic-bezier(.34,.69,.1,1),opacity .2s cubic-bezier(.34,.69,.1,1)}.slideLeft-appear,.slideLeft-enter{transform:translateX(-100%)}.slideLeft-appear-active,.slideLeft-enter-active{transform:translateX(0);transition:transform .3s cubic-bezier(.34,.69,.1,1)}.slideLeft-exit{transform:translateX(0)}.slideLeft-exit-active{transform:translateX(-100%);transition:transform .3s cubic-bezier(.34,.69,.1,1)}.slideRight-appear,.slideRight-enter{transform:translateX(100%)}.slideRight-appear-active,.slideRight-enter-active{transform:translateX(0);transition:transform .3s cubic-bezier(.34,.69,.1,1)}.slideRight-exit{transform:translateX(0)}.slideRight-exit-active{transform:translateX(100%);transition:transform .3s cubic-bezier(.34,.69,.1,1)}.slideTop-appear,.slideTop-enter{transform:translateY(-100%)}.slideTop-appear-active,.slideTop-enter-active{transform:translateY(0);transition:transform .3s cubic-bezier(.34,.69,.1,1)}.slideTop-exit{transform:translateY(0)}.slideTop-exit-active{transform:translateY(-100%);transition:transform .3s cubic-bezier(.34,.69,.1,1)}.slideBottom-appear,.slideBottom-enter{transform:translateY(100%)}.slideBottom-appear-active,.slideBottom-enter-active{transform:translateY(0);transition:transform .3s cubic-bezier(.34,.69,.1,1)}.slideBottom-exit{transform:translateY(0)}.slideBottom-exit-active{transform:translateY(100%);transition:transform .3s cubic-bezier(.34,.69,.1,1)}.slide-header-search-enter{opacity:0;transform:translateY(-10px)}.slide-header-search-enter-active{opacity:1;transform:translateY(0);transition:opacity 277ms ease-out,transform 452ms cubic-bezier(.26,1,.48,1)}.slide-header-search-exit{opacity:1;transform:translateY(0)}.slide-header-search-exit-active{opacity:0;transform:translateY(-10px);transition:opacity 277ms ease-out,transform 452ms cubic-bezier(.26,1,.48,1)}.zoomIn-appear,.zoomIn-enter{opacity:0;transform:scale(.5)}.zoomIn-appear-active,.zoomIn-enter-active{opacity:1;transform:scale(1);transition:opacity .3s cubic-bezier(.34,.69,.1,1),transform .3s cubic-bezier(.34,.69,.1,1)}.zoomIn-exit{opacity:1;transform:scale(1)}.zoomIn-exit-active{transition:opacity .3s cubic-bezier(.3,1.3,.3,1),transform .3s cubic-bezier(.3,1.3,.3,1)}.zoomIn-exit-active,.zoomInFadeOut-appear,.zoomInFadeOut-enter{opacity:0;transform:scale(.5)}.zoomInFadeOut-appear-active,.zoomInFadeOut-enter-active{opacity:1;transform:scale(1);transition:opacity .2s cubic-bezier(.34,.69,.1,1),transform .2s cubic-bezier(.34,.69,.1,1)}.zoomInFadeOut-exit{opacity:1;transform:scale(1)}.zoomInFadeOut-exit-active{transition:opacity .2s cubic-bezier(.3,1.3,.3,1),transform .2s cubic-bezier(.3,1.3,.3,1)}.zoomInBig-appear,.zoomInBig-enter,.zoomInFadeOut-exit-active{opacity:0;transform:scale(.5)}.zoomInBig-appear-active,.zoomInBig-enter-active{opacity:1;transform:scale(1);transition:opacity .2s linear,transform .2s linear}.zoomInBig-exit{opacity:1;transform:scale(1)}.zoomInBig-exit-active{opacity:0;transform:scale(.2);transition:opacity .2s linear,transform .2s linear}.zoomInLeft-appear,.zoomInLeft-enter{opacity:.1;transform-origin:0 50%;transform:scale(.1)}.zoomInLeft-appear-active,.zoomInLeft-enter-active{opacity:1;transform:scale(1);transition:opacity .3s linear,transform .3s cubic-bezier(.3,1.3,.3,1)}.zoomInLeft-exit{opacity:1;transform-origin:0 50%;transform:scale(1)}.zoomInLeft-exit-active{opacity:.1;transform:scale(.1);transition:opacity .3s linear,transform .3s cubic-bezier(.3,1.3,.3,1)}.zoomInTop-appear,.zoomInTop-enter{opacity:0;transform-origin:0 0;transform:scaleY(.8) translateZ(0)}.zoomInTop-appear-active,.zoomInTop-enter-active{transition:transform .3s cubic-bezier(.3,1.3,.3,1),opacity .3s cubic-bezier(.3,1.3,.3,1)}.zoomInTop-appear-active,.zoomInTop-enter-active,.zoomInTop-exit{opacity:1;transform-origin:0 0;transform:scaleY(1) translateZ(0)}.zoomInTop-exit-active{opacity:0;transform-origin:0 0;transform:scaleY(.8) translateZ(0);transition:transform .3s cubic-bezier(.3,1.3,.3,1),opacity .3s cubic-bezier(.3,1.3,.3,1)}.zoomInBottom-appear,.zoomInBottom-enter{opacity:0;transform-origin:100% 100%;transform:scaleY(.8) translateZ(0)}.zoomInBottom-appear-active,.zoomInBottom-enter-active{transition:transform .3s cubic-bezier(.3,1.3,.3,1),opacity .3s cubic-bezier(.3,1.3,.3,1)}.zoomInBottom-appear-active,.zoomInBottom-enter-active,.zoomInBottom-exit{opacity:1;transform-origin:100% 100%;transform:scaleY(1) translateZ(0)}.zoomInBottom-exit-active{opacity:0;transform-origin:100% 100%;transform:scaleY(.8) translateZ(0);transition:transform .3s cubic-bezier(.3,1.3,.3,1),opacity .3s cubic-bezier(.3,1.3,.3,1)}.animate_warnBounce{animation-name:warnBounce;animation-delay:1s;animation-duration:4s;animation-timing-function:cubic-bezier(.2,-.61,.3,2.24);animation-iteration-count:infinite;transform-origin:center}@keyframes warnBounce{0%{opacity:1;transform:scale(1)}4%{opacity:.1;transform:scale(1.8)}14%{opacity:1;transform:scale(.8)}18%{transform:scale(1)}}.animate_spin{animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes css-rotate{to{transform:rotate(1turn)}}.tiny-editor .icon-loading{animation-name:css-rotate;animation-duration:1.2s;animation-iteration-count:infinite;animation-timing-function:linear}.tiny-editor .tox:not(.tox-tinymce-inline) .tox-editor-header{padding:0;box-shadow:none}.tiny-editor .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:none}.tiny-editor .tox-tbtn.tox-tbtn--select{width:64px!important}.tiny-editor .tox-tbtn.tox-tbtn--select[title^=Align]{width:46px!important}.tiny-editor .tox-tbtn.tox-tbtn--select[title^=Block]{width:120px!important}.tiny-editor .tox-tbtn.tox-tbtn--select[title^="Font size"]{width:86px!important}.tiny-editor .tox-tbtn.tox-split-button__chevron{width:14px!important}.tiny-editor .tox-tbtn{cursor:pointer;width:28px!important;height:28px!important}.tiny-editor .tox-split-button:focus,.tiny-editor .tox-tbtn:focus,.tiny-editor .tox-tbtn:hover{color:#1c1b28;background-color:rgba(233,228,255,.08)!important}.tiny-editor button.tox-tbtn--enabled,.tiny-editor button.tox-tbtn:active{color:#00b980!important}.tiny-editor button.tox-tbtn--enabled svg,.tiny-editor button.tox-tbtn:active svg{fill:currentColor!important}.tiny-editor .tox .tox-statusbar{border-top:none}.tiny-editor .tox .tox-statusbar .tox-statusbar__branding,.tiny-editor .tox .tox-statusbar .tox-statusbar__text-container{display:none}.tiny-editor .tox-tinymce{border:1px solid rgba(233,228,255,.2)}.tiny-editor .tox-tinymce .tox-toolbar__primary{position:relative;background-color:transparent}.tiny-editor .tox-tinymce .tox-toolbar__primary .tox-toolbar__group:last-child{position:absolute;right:0}.tiny-editor .tox-tinymce .tox-toolbar__primary .tox-toolbar__group:last-child:before{display:none}.tiny-editor .tox .tox-toolbar-overlord{background:rgba(18,16,24,.4)!important;background-color:rgba(18,16,24,.4)}.tiny-editor .tox .tox-toolbar__overflow,.tiny-editor .tox .tox-toolbar__overflow--open{background:transparent!important;background-color:transparent}.tiny-editor .tox .tox-toolbar{background-color:rgba(18,16,24,.4)}.tiny-editor .tox .tox-toolbar::-webkit-scrollbar{width:6px;height:6px}.tiny-editor .tox .tox-toolbar::-webkit-scrollbar-track{background-color:transparent}.tiny-editor .tox .tox-toolbar::-webkit-scrollbar-thumb{background-color:rgba(233,228,255,.12);border-radius:.25rem}.tiny-editor .tox .tox-toolbar__group{position:relative;gap:4px}.tiny-editor .tox .tox-toolbar__group:not(:first-child){padding-left:12px;padding-right:4px}.tiny-editor .tox .tox-toolbar__group:not(:first-child):before{position:absolute;content:"";left:4px;top:8px;bottom:8px;width:1px;background-color:rgba(233,228,255,.2)}.tox svg[title^=color-picker]{fill:rgba(248,250,255,.6)}.tox .tox-pop.tox-pop--top:after,.tox .tox-pop.tox-pop--top:before{border-color:transparent transparent #1c1b28!important}.tox .tox-pop__dialog{background-color:#1c1b28!important;border:none!important}.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right-color:rgba(233,228,255,.2)!important}.tox .tox-collection--list .tox-collection__group{padding:8px 0!important}.tox .tox-collection--list.tox-selected-menu .tox-collection__item.tox-collection__item--active{background-color:#121018}.tox .tox-collection--list.tox-selected-menu .tox-collection__item.tox-collection__item--active:hover{background-color:#1c1b28}.tox .tox-collection--list.tox-selected-menu .tox-collection__item.tox-collection__item--active.tox-collection__item--enabled,.tox .tox-collection--list.tox-selected-menu .tox-collection__item.tox-collection__item--enabled{color:#00b980;background-color:rgba(0,185,128,.12)}.tox .tox-collection--list.tox-background-menu .tox-collection__item.tox-collection__item--active{background-color:rgba(233,228,255,.08)}.tox .tox-collection--list.tox-background-menu .tox-collection__item.tox-collection__item--active .tox-collection__item-caret svg{fill:rgba(248,250,255,.94)}.tox .tox-collection--list.tox-background-menu .tox-collection__item.tox-collection__item--active:hover{background-color:rgba(233,228,255,.08)}.tox .tox-collection--list.tox-background-menu .tox-collection__item-label{color:rgba(248,250,255,.94)!important}.tox .tox-insert-table-picker__label{color:rgba(248,250,255,.6)!important}.tox .tox-tbtn:active{background:rgba(0,185,128,.12)!important}.tox .tox-textarea{border-color:rgba(233,228,255,.2)!important}.tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg{display:block}.tox div.tox-swatch:not(.tox-swatch--remove) svg{display:none;fill:#222f3e;height:24px;margin:3px;width:24px}.tox .tox-dialog__title{visibility:hidden}.tox .tox-dialog__header .tox-button{border-radius:50%}.tox .tox-dialog__header{padding:20px 20px 20px 32px!important}.tox .tox-dialog__header .tox-button--naked{border:none}.tox .tox-dialog__header .tox-button--naked.tox-button--icon:hover:not(:disabled){background-color:transparent}.tox .tox-dialog__header .tox-icon{color:rgba(248,250,255,.6)}.tox .tox-dialog__header .tox-icon:hover{color:rgba(248,250,255,.4)}.tox .tox-dialog__body{padding:32px!important}.tox .tox-dialog__body .tox-dialog__body-content{padding:0;overflow:unset}.tox .tox-dialog__body .tox-dialog__body-content>p{color:rgba(248,250,255,.94);margin-top:32px}.tox .tox-dialog__body .tox-dialog__body-content .tox-textarea-wrap .tox-textarea::-webkit-scrollbar{width:6px;height:6px}.tox .tox-dialog__body .tox-dialog__body-content .tox-textarea-wrap .tox-textarea::-webkit-scrollbar-track{background-color:transparent}.tox .tox-dialog__body .tox-dialog__body-content .tox-textarea-wrap .tox-textarea::-webkit-scrollbar-thumb{background-color:rgba(18,16,24,.6);border-radius:10px;border:1px solid rgba(233,228,255,.2)}.tox .tox-dialog__body .tox-rgb-form,.tox .tox-dialog__body .tox-rgb-form input{width:100%}.tox .tox-dialog__body .tox-rgb-form div{margin-bottom:8px}.tox .tox-dialog__body .tox-rgb-form .tox-rgba-preview{margin-bottom:0}.tox .tox-dialog__body .tox-dialog__body-nav{padding:0;margin-right:32px}.tox .tox-dialog__body .tox-dialog__body-nav-item:focus{background-color:transparent}.tox .tox-dialog__body .tox-dialog__body-nav-item--active{border-bottom:2px solid #00b980;color:#00b980}.tox .tox-dialog__body .tox-form__controls-h-stack{gap:8px}.tox .tox-dialog__body .tox-form__controls-h-stack .tox-form__group,.tox .tox-dialog__body .tox-form__controls-h-stack .tox-form__group:not(:first-child){margin-left:0!important}.tox .tox-dialog__body .tox-form__controls-h-stack>.tox-form__group{margin-top:0}.tox .tox-dialog__body .tox-form__controls-h-stack .tox-button.tox-button--icon{padding:0;border:none;color:rgba(248,250,255,.6);background-color:transparent}.tox .tox-dialog__body .tox-listboxfield .tox-listbox--select:focus,.tox .tox-dialog__body .tox-textarea:focus,.tox .tox-dialog__body .tox-textfield:focus{border-color:#00b980}.tox .tox-dialog__body .tox-form__group{margin-bottom:0;margin-top:24px}.tox .tox-dialog__body .tox-form__group:first-child{margin-top:0}.tox .tox-dialog__body .tox-form__group .tox-label{margin-bottom:8px}.tox .tox-dialog__body .tox-form__grid--2col .tox-form__group:nth-of-type(2){margin-top:0}.tox .tox-dialog__footer{border-top:none!important;padding:24px 32px!important;background-color:#1c1b28!important}.tox .tox-dialog__body .tox-button,.tox .tox-dialog__footer .tox-button{height:36px;padding:0 16px;border-color:#00b980;background-color:#00b980;text-transform:uppercase}.tox .tox-dialog__body .tox-button:hover:not(:disabled),.tox .tox-dialog__footer .tox-button:hover:not(:disabled){border-color:transparent;background-color:rgba(0,185,128,.75)}.tox .tox-dialog__body .tox-button--secondary,.tox .tox-dialog__footer .tox-button--secondary{border-color:rgba(233,228,255,.2);background-color:#121018;color:rgba(248,250,255,.94)}.tox .tox-dialog__body .tox-button--secondary:hover:not(:disabled),.tox .tox-dialog__footer .tox-button--secondary:hover:not(:disabled){border-color:rgba(233,228,255,.2);background-color:#1c1b28}.tox .tox-dialog__footer .tox-button{box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.48),inset 0 0 0 1px hsla(0,0%,100%,.2)!important}.tox .tox-dialog__footer .tox-button--secondary{box-shadow:none!important}.tox .tox-dialog__footer-end button{padding:10px 16px;font-size:16px;line-height:24px;font-weight:500;border-radius:6px}.tox .tox-dialog__footer-end button:nth-child(2){color:#fff;margin-left:12px!important}.tox .tox-dialog__footer-end button:nth-child(2):hover{color:#fff}.tox .tox-textarea-wrap{height:100%}.tox .tox-textarea-wrap textarea{height:100%;padding:6px 12px;border-radius:6px}.tox .tox-editor-dock-fadeout{opacity:1!important;visibility:visible!important}.tox,.tox-button,.tox-tinymce-aux{font-family:inherit!important}.tox-edit-area .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks):before{color:rgba(248,250,255,.4)}.tox-edit-area img{max-width:100%;-o-object-fit:contain;object-fit:contain;height:auto}body.cm-default .tiny-editor .tox .tox-toolbar,body.cm-default .tox .tox-tbtn--enabled,body.cm-default .tox .tox-tbtn--enabled:hover{background:transparent}body.cm-default .tox-dialog__body{padding-top:0!important}body.cm-default .tox .tox-dialog,body.cm-default .tox .tox-menu{background:linear-gradient(0deg,rgba(233,228,255,.08),rgba(233,228,255,.08)),#1c1b28;backdrop-filter:blur(50px);border:none;border-radius:12px;margin-top:8px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.05),inset 0 1px 0 0 hsla(0,0%,100%,.2)}body.cm-default .tox .tox-menu:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(233,228,255,.12);pointer-events:none}body.cm-default .tox .tox-dialog__header,body.cm-default body.cm-default .tox .tox-dialog__header{background-color:unset!important}body.cm-default .tox-dialog__footer{background-color:rgba(233,228,255,.08)!important}body.cm-default .tox .tox-collection__item{color:rgba(248,250,255,.94)}body.cm-default .tox .tox-statusbar__resize-handle svg{fill:rgba(248,250,255,.6)}body.cm-default .tox .tox-collection--list.tox-selected-menu .tox-collection__item.tox-collection__item--active,body.cm-default .tox .tox-listboxfield .tox-listbox--select,body.cm-default .tox .tox-textarea,body.cm-default .tox .tox-textfield,body.cm-default .tox .tox-toolbar-textfield{color:rgba(248,250,255,.94);background-color:rgba(233,228,255,.08)}body.cm-default .tox .tox-collection--list.tox-selected-menu .tox-collection__item.tox-collection__item--active .tox-collection__item-caret svg,body.cm-default .tox .tox-listboxfield .tox-listbox--select .tox-collection__item-caret svg,body.cm-default .tox .tox-textarea .tox-collection__item-caret svg,body.cm-default .tox .tox-textfield .tox-collection__item-caret svg,body.cm-default .tox .tox-toolbar-textfield .tox-collection__item-caret svg{fill:rgba(248,250,255,.94)}body.cm-default .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg{fill:rgba(248,250,255,.6)}body.cm-default .tox .tox-dialog__body-nav-item,body.cm-default .tox .tox-label,body.cm-default .tox .tox-toolbar-label{color:rgba(248,250,255,.94)}body.cm-default .tox-dialog__body .tox-button--secondary,body.cm-default .tox-dialog__body .tox-button--secondary:hover:not(:disabled),body.cm-default .tox-dialog__footer .tox-button--secondary,body.cm-default .tox-dialog__footer .tox-button--secondary:hover:not(:disabled){background-color:transparent!important}body.cm-default .tox .tox-dialog__body .tox-button--secondary:hover:not(:disabled),body.cm-default .tox .tox-dialog__body .tox-button:hover:not(:disabled),body.cm-default .tox .tox-dialog__footer .tox-button--secondary:hover:not(:disabled),body.cm-default .tox .tox-dialog__footer .tox-button:hover:not(:disabled){background-color:rgba(233,228,255,.12)}body.cm-default .tox .tox-dialog__footer-end button:nth-child(2):hover{background-color:rgba(0,185,128,.75)!important}body.cm-default .tox .tox-dialog__body .tox-button,body.cm-default .tox .tox-dialog__footer .tox-button{height:44px;border-radius:6px;color:rgba(248,250,255,.94)}body.cm-default .tox .tox-collection--list.tox-selected-menu .tox-collection__item.tox-collection__item--active.tox-collection__item--enabled,body.cm-default .tox .tox-collection--list.tox-selected-menu .tox-collection__item.tox-collection__item--enabled{color:#00b980;background-color:rgba(0,185,128,.12);border:none}body.cm-default .tox .tox-dialog__footer .tox-button--secondary,body.cm-default body.cm-default .tox .tox-dialog__body .tox-button--secondary:hover:not(:disabled),body.cm-default body.cm-default .tox .tox-dialog__footer .tox-button--secondary,body.cm-default body.cm-default .tox .tox-dialog__footer .tox-button--secondary:hover:not(:disabled){border-color:1px solid rgba(233,228,255,.2);color:rgba(248,250,255,.94);transition:background-color .3s}body.cm-default .tox .tox-dialog__footer .tox-button--secondary:hover,body.cm-default body.cm-default .tox .tox-dialog__body .tox-button--secondary:hover:not(:disabled):hover,body.cm-default body.cm-default .tox .tox-dialog__footer .tox-button--secondary:hover,body.cm-default body.cm-default .tox .tox-dialog__footer .tox-button--secondary:hover:not(:disabled):hover{border-color:1px solid rgba(233,228,255,.2);color:rgba(248,250,255,.94);background-color:rgba(233,228,255,.12)!important}body.cm-default .tox .tox-dialog__header{background-color:rgba(18,16,24,.4)}body.cm-default .tox .tox-edit-area__iframe,body.cm-default .tox .tox-statusbar{background-color:transparent}body.cm-default .tox-tbtn__select-label{font-size:14px;font-weight:600;color:rgba(248,250,255,.6)}body.cm-default .tox .tox-tbtn svg{fill:rgba(248,250,255,.6)}body.cm-default .tox-editor-container:after{content:"";position:absolute;top:0;width:100%;height:100%;pointer-events:none;background-color:rgba(233,228,255,.08)}body.cm-default .tox-dialog-wrap__backdrop{background-color:rgba(0,0,0,.92)}body.cm-default .tox-dialog__body-nav-item,body.cm-default .tox-label{font-size:14px;font-weight:600;line-height:22px}body.cm-default .tox-form .tox-listbox.tox-listbox--select,body.cm-default .tox-form input{border:1px solid rgba(233,228,255,.2);background-color:rgba(233,228,255,.08);border-radius:6px}body.cm-default .tox-form .tox-listbox.tox-listbox--select svg,body.cm-default .tox-form input svg{fill:#fff}body.cm-default .tox-form .tox-listbox.tox-listbox--select{padding:6px 16px 6px 4.25px}body.cm-default .tox-form .tox-dropzone{background:#1c1b28;border:1px dashed rgba(233,228,255,.2);box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border-radius:8px}body.cm-default .tox-form .tox-dropzone p{font-size:14px;font-weight:400;line-height:22px;color:rgba(248,250,255,.6)}.product-media-upload-container .mm-upload-trigger,.product-media-upload-container .mm-upload-trigger>div{height:100%}.demo-page .product-description-tiny-editor .tox .tox-toolbar-overlord,.product-base-details .product-description-tiny-editor .tox .tox-toolbar-overlord{background:#f3f4f6!important;background-color:#f3f4f6!important}.demo-page .product-description-tiny-editor .tox .tox-toolbar-overlord .tox-tbtn svg,.product-base-details .product-description-tiny-editor .tox .tox-toolbar-overlord .tox-tbtn svg{fill:#6b7280}.demo-page .product-description-tiny-editor .tox .tox-toolbar-overlord .tox-tbtn .tox-tbtn__select-label,.product-base-details .product-description-tiny-editor .tox .tox-toolbar-overlord .tox-tbtn .tox-tbtn__select-label{color:#6b7280}.demo-page .product-description-tiny-editor .tox.tox-tinymce,.product-base-details .product-description-tiny-editor .tox.tox-tinymce{border-color:transparent!important}.demo-page .product-description-tiny-editor .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg,.product-base-details .product-description-tiny-editor .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg{fill:#6b7280}.demo-page .product-description-tiny-editor .tox-tbtn:hover,.product-base-details .product-description-tiny-editor .tox-tbtn:hover{background-color:#e5e7eb!important}.demo-page .product-description-tiny-editor .tox-toolbar__primary .tox-toolbar__group:first-child .tox-tbtn,.product-base-details .product-description-tiny-editor .tox-toolbar__primary .tox-toolbar__group:first-child .tox-tbtn{width:120px!important}.demo-page .product-description-tiny-editor .tox-toolbar__primary .tox-toolbar__group:nth-of-type(3) .tox-tbtn,.product-base-details .product-description-tiny-editor .tox-toolbar__primary .tox-toolbar__group:nth-of-type(3) .tox-tbtn{width:46px!important}.demo-page .product-description-tiny-editor .tox-editor-container,.product-base-details .product-description-tiny-editor .tox-editor-container{background-color:#fff}.demo-page .product-description-tiny-editor .tox-editor-container:after,.product-base-details .product-description-tiny-editor .tox-editor-container:after{display:none}.demo-page .product-description-tiny-editor .tox-toolbar__group:not(:first-child):before,.product-base-details .product-description-tiny-editor .tox-toolbar__group:not(:first-child):before{background-color:#d1d5db!important}.demo-page .product-description-tiny-editor .tox .tox-statusbar__resize-handle svg,.product-base-details .product-description-tiny-editor .tox .tox-statusbar__resize-handle svg{fill:#717074!important}.tox .tox-collection__item-label>*{color:#fff!important}.add-item-from-base-pagination .mm-pagination-item{background-color:transparent}.add-item-from-base-pagination .mm-pagination-item.mm-pagination-item-active{background-color:#00b980}body.cm-default .mm-modal-wrapper .gallery-watch-modal{background:transparent;box-shadow:none;border:none}body.cm-default .mm-modal-wrapper .gallery-watch-modal:after{display:none}@media(min-width:993px){body.cm-default .mm-modal-wrapper .gallery-watch-modal .mm-modal-content{display:flex;flex-direction:row;align-items:center;gap:48px}}