@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");:root{--swv-button-background-color:#4f46e5;--swv-button-text-color:#fff;--swv-button-outline-color:#3730a3;--swv-button-hover-background-color:#4338ca;--swv-button-disabled-background-color:#475569;--swv-button-disabled-text-color:#94a3b8;--swv-overlay-background-color:hsla(0,0%,78%,.8);--swv-modal-background-color:#fff;--swv-modal-text-color:#1f2937;--swv-modal-close-button-background-color:#f3f4f6;--swv-modal-close-button-text-color:#9ca3af;--swv-modal-close-button-hover-text-color:#374151;--swv-modal-button-text-color:#1f2937;--swv-modal-wallet-status-text-color:#64748b;--swv-modal-button-hover-background-color:#f3f4f6;--swv-modal-button-outline-color:var(--swv-button-outline-color);--swv-dropdown-background-color:#fff;--swv-dropdown-item-hover-background-color:#f3f4f6;--swv-dropdown-text-color:#1f2937;--swm-modal-shadow:0 25px 25px rgba(0,0,0,.15);--swm-dropdown-shadow:0px 10px 20px rgba(0,0,0,.3);--swv-button-radius:6px;--swv-modal-radius:10px;--swv-dropdown-radius:10px;--swv-dropdown-item-radius:6px}.swv-dark{--swv-overlay-background-color:rgba(0,0,0,.7);--swv-modal-background-color:#1e293b;--swv-modal-text-color:#fff;--swv-modal-close-button-background-color:#0f172a;--swv-modal-close-button-text-color:#64748b;--swv-modal-close-button-hover-text-color:#fff;--swv-modal-button-text-color:#fff;--swv-modal-wallet-status-text-color:#64748b;--swv-modal-button-hover-background-color:#0f172a;--swv-modal-button-outline-color:#fff;--swv-dropdown-background-color:#1e293b;--swv-dropdown-item-hover-background-color:#334155;--swv-dropdown-text-color:#fff;--swm-modal-shadow:0px 8px 20px rgba(0,0,0,.6)}.swv-button{align-items:center;background-color:transparent;border:none;border-radius:var(--swv-button-radius);color:var(--swv-button-text-color);cursor:pointer;display:flex;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px}.swv-button>*+*{margin-left:12px}.swv-button-trigger{background-color:var(--swv-button-background-color)}.swv-button:not([disabled]):focus-visible{outline-color:var(--swv-button-outline-color)}.swv-button:not([disabled]):hover{background-color:var(--swv-button-hover-background-color)}.swv-button[disabled]{background:var(--swv-button-disabled-background-color);color:var(--swv-button-disabled-text-color);cursor:not-allowed}.swv-button-icon,.swv-button-icon img{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.swv-dropdown{display:inline-block;position:relative}.swv-dropdown-list{display:grid;grid-template-rows:1fr;position:absolute;z-index:99;grid-row-gap:10px;background:var(--swv-dropdown-background-color);border-radius:var(--swv-dropdown-radius);box-shadow:var(--swm-dropdown-shadow);color:var(--swv-dropdown-text-color);font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;list-style:none;margin:0;opacity:0;padding:10px;right:0;top:100%;transition:opacity .2s ease,transform .2s ease,visibility .2s;visibility:hidden}.swv-dropdown-list-active{opacity:1;transform:translateY(10px);visibility:visible}.swv-dropdown-list-item{align-items:center;border:none;border-radius:var(--swv-dropdown-item-radius);box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;height:37px;justify-content:center;outline:none;padding:0 20px;white-space:nowrap;width:100%}.swv-dropdown-list-item:not([disabled]):hover{background-color:var(--swv-dropdown-item-hover-background-color)}.swv-modal-collapse-button{border-radius:0 0 var(--swv-modal-radius) var(--swv-modal-radius);justify-content:space-between}.swv-modal-collapse-button svg{align-self:center;fill:#999;transition:transform .15s ease-in}.swv-modal-collapse-button.swv-modal-collapse-button-active svg{transform:rotate(180deg)}.swv-modal{bottom:0;left:0;opacity:1;overflow-y:auto;position:fixed;right:0;top:0;transition:opacity .15s linear;z-index:1040}.swv-modal-logo-wrapper{padding:60px 60px 0}.swv-modal-logo{max-height:100px;max-width:100%}.swv-modal-button-close{align-items:center;background:var(--swv-modal-close-button-background-color);border:none;border-radius:50%;color:var(--swv-modal-close-button-text-color);cursor:pointer;display:flex;justify-content:center;padding:12px;position:absolute;right:18px;top:18px}.swv-modal-button-close:hover{color:var(--swv-modal-close-button-hover-text-color)}.swv-modal-button-close:focus-visible{outline-color:var(--swv-modal-button-outline-color)}.swv-modal-button-close svg{fill:currentColor;transition:fill .2s ease 0s}.swv-modal-overlay{background:var(--swv-overlay-background-color);bottom:0;left:0;position:fixed;right:0;top:0}.swv-modal-container{align-items:center;display:flex;justify-content:center;margin:3rem;min-height:calc(100vh - 6rem)}@media (max-width:480px){.swv-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.swv-modal-wrapper{align-items:center;background:var(--swv-modal-background-color);border-radius:var(--swv-modal-radius);box-shadow:var(--swm-modal-shadow);box-sizing:border-box;color:var(--swv-modal-text-color);display:flex;flex:1;flex-direction:column;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;max-width:400px;position:relative;z-index:1050}.swv-modal-wrapper .swv-button{color:var(--swv-modal-button-text-color);width:100%}.swv-modal-wrapper .swv-button:not([disabled]):hover{background:var(--swv-modal-button-hover-background-color)}.swv-modal-wrapper .swv-button:not([disabled]):focus-visible{outline-color:var(--swv-modal-button-outline-color)}.swv-modal-title{font-size:24px;font-weight:500;line-height:36px;margin:0;padding:30px 60px;text-align:center}@media (max-width:374px){.swv-modal-title{font-size:18px}}.swv-modal-list{list-style:none;margin:0 0 12px;padding:0;width:100%}.swv-modal-list .swv-button{border-radius:0;font-size:18px;font-weight:400;justify-content:flex-start}.swv-modal-list .swv-button .swv-wallet-status{color:var(--swv-modal-wallet-status-text-color);font-size:16px;margin-left:auto}.swv-modal-list .swv-button-icon,.swv-modal-list .swv-button-icon img{height:28px;width:28px}.load-page-enter-active,.load-page-leave-active{transition:all .6s ease}.load-page-enter-from,.load-page-leave-to{opacity:0}.con-loading-page{align-items:center;background:#000;display:flex;height:100%;inset:0;justify-content:center;position:fixed;width:100%;z-index:9999999}.loading-shader{inset:0;position:absolute}.loading-content{align-items:center;display:flex;flex-direction:column;gap:24px;position:relative;z-index:2}@font-face{font-family:Urbanist;font-style:normal;font-weight:100;src:url(../fonts-f/Urbanist-Thin.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:italic;font-weight:100;src:url(../fonts-f/Urbanist-ThinItalic.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:normal;font-weight:200;src:url(../fonts-f/Urbanist-ExtraLight.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:italic;font-weight:200;src:url(../fonts-f/Urbanist-ExtraLightItalic.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:normal;font-weight:300;src:url(../fonts-f/Urbanist-Light.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:italic;font-weight:300;src:url(../fonts-f/Urbanist-LightItalic.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:normal;font-weight:400;src:url(../fonts-f/Urbanist-Regular.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:italic;font-weight:400;src:url(../fonts-f/Urbanist-Italic.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:normal;font-weight:500;src:url(../fonts-f/Urbanist-Medium.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:italic;font-weight:500;src:url(../fonts-f/Urbanist-MediumItalic.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:normal;font-weight:600;src:url(../fonts-f/Urbanist-SemiBold.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:italic;font-weight:600;src:url(../fonts-f/Urbanist-SemiBoldItalic.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:normal;font-weight:700;src:url(../fonts-f/Urbanist-Bold.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:italic;font-weight:700;src:url(../fonts-f/Urbanist-BoldItalic.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:normal;font-weight:800;src:url(../fonts-f/Urbanist-ExtraBold.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:italic;font-weight:800;src:url(../fonts-f/Urbanist-ExtraBoldItalic.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:normal;font-weight:900;src:url(../fonts-f/Urbanist-Black.ttf) format("truetype")}@font-face{font-family:Urbanist;font-style:italic;font-weight:900;src:url(../fonts-f/Urbanist-BlackItalic.ttf) format("truetype")}:root{--stroke:1.5;--fillg:#fff;--fill:#fff;--border:#1b1b1b;--bg:0,0,0;--color:255,255,255;--primary:27,93,255;--red:226,22,42;--green:34,197,94;--warn:255,204,0}*{margin:0;padding:0}*,body{box-sizing:border-box}body{background:#000;color:#fff;font-family:Urbanist,sans-serif;overflow:hidden}body a,body button,body span{cursor:pointer;font-family:Urbanist,sans-serif}body .app.light.home{--stroke:1.5;--border:#e3e3e3;--bg:255,255,255;--color:0,0,0;--primary:27,93,255;--red:226,22,42;--green:34,197,94;--warn:255,204,0}body .app.light.home .icon .bg:after{background:rgba(var(--bg),1)!important}body .app.light.home .icon .bg:before{display:none}body .app.light.home .icon.mini:after{background:transparent}body .app.light.home .icon .con-svg{background:rgba(var(--bg),1)!important}body .app.light.home .con-preview-icon .con-icon-bg .con-svg:not(.isColor),body .app.light.home .con-svg-code .con-types .con-type svg,body .app.light.home .icon .con-svg *{mix-blend-mode:exclusion!important}.app{background:rgba(var(--bg),1);cursor:default;transition:all .6s ease}.app.workspace-route{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15'%3E%3Cpath stroke='%23fff' d='M1.266.525a1 1 0 0 1 .542.028l1.717.579q3.816 1.293 7.634 2.578l1.683.563c.25.077.385.151.504.259a.495.495 0 0 1 .117.549.4.4 0 0 1-.117.16c-.065.075-.167.119-.283.164l-2.909 1.039-2.503.886a.52.52 0 0 0-.306.292l-.871 2.512-.995 2.869c-.038.109-.059.17-.084.22a.5.5 0 0 1-.095.128.54.54 0 0 1-.265.172.5.5 0 0 1-.513-.166.5.5 0 0 1-.092-.177l-.213-.699-3.07-8.944-.552-1.605C.492 1.54.494 1.4.525 1.266a.99.99 0 0 1 .741-.741Z'/%3E%3C/svg%3E") 0 0,auto}.app.workspace-route :not(.hover){cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15'%3E%3Cpath stroke='%23fff' d='M1.266.525a1 1 0 0 1 .542.028l1.717.579q3.816 1.293 7.634 2.578l1.683.563c.25.077.385.151.504.259a.495.495 0 0 1 .117.549.4.4 0 0 1-.117.16c-.065.075-.167.119-.283.164l-2.909 1.039-2.503.886a.52.52 0 0 0-.306.292l-.871 2.512-.995 2.869c-.038.109-.059.17-.084.22a.5.5 0 0 1-.095.128.54.54 0 0 1-.265.172.5.5 0 0 1-.513-.166.5.5 0 0 1-.092-.177l-.213-.699-3.07-8.944-.552-1.605C.492 1.54.494 1.4.525 1.266a.99.99 0 0 1 .741-.741Z'/%3E%3C/svg%3E") 0 0,auto!important}.app.workspace-route .hover:hover,.app.workspace-route .hover:hover *{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' stroke='%23fff' d='M18 12.105c0 3.874-3.09 7.1-6.978 7.144l-.002-.001a7.04 7.04 0 0 1-5.078-2.066l-.008-.01c-.905-.957-1.84-2.564-2.534-3.889a45 45 0 0 1-1.167-2.404l-.017-.04-.004-.009-.002-.003a1.75 1.75 0 0 1 .74-2.383c.854-.444 1.875-.082 2.333.712l1.633 2.833A.14.14 0 0 0 7 11.862V2.501c0-1 .834-1.795 1.832-1.748l.001-.001c.958.044 1.667.863 1.667 1.783v5.592c0 .07.059.126.129.124a.137.137 0 0 0 .121-.138V6.876c0-1 .835-1.796 1.833-1.75.958.045 1.667.863 1.667 1.783v1.843c0 .07.059.126.129.124a.137.137 0 0 0 .121-.138v-.575c0-.922.71-1.735 1.665-1.783h.001A1.75 1.75 0 0 1 18 8.125z'/%3E%3C/svg%3E") 10 0,pointer!important}.app.workspace-route.blur{filter:blur(25px)}body.panning-ready,body.panning-ready *,body.panning-ready .app.workspace-route,body.panning-ready .app.workspace-route *,body.panning-ready.workspace-route,body.panning-ready.workspace-route *{cursor:url(../cursor-hand.svg) 10 10,grab!important}body.panning-active,body.panning-active *,body.panning-active .app.workspace-route,body.panning-active .app.workspace-route *,body.panning-active.workspace-route,body.panning-active.workspace-route *{cursor:url(../cursor-hand-grab.svg) 10 10,grabbing!important}body.cutting-active,body.cutting-active *,body.cutting-active .app.workspace-route,body.cutting-active .app.workspace-route *,body.cutting-active.workspace-route,body.cutting-active.workspace-route *{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='22' height='22' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M22 0H0v22h22z'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.375' mask='url(%23b)'%3E%3Cpath d='M5.8 9.4a2.8 2.8 0 1 0 0-5.6 2.8 2.8 0 0 0 0 5.6M5.8 18.2a2.8 2.8 0 1 0 0-5.6 2.8 2.8 0 0 0 0 5.6M19 6.2 8.32 14.184M19 15.777 8.32 7.784'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h22v22H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 10 10,crosshair!important}body.shaping-active,body.shaping-active *,body.shaping-active .app.workspace-route,body.shaping-active .app.workspace-route *,body.shaping-active.workspace-route,body.shaping-active.workspace-route *{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='22' height='22' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M22 0H0v22h22z'/%3E%3C/mask%3E%3Cg fill='%23fff' mask='url(%23b)'%3E%3Cpath d='M18.111 11.889H3.89A.895.895 0 0 1 3 11c0-.486.403-.889.889-.889H18.11c.486 0 .889.403.889.889a.895.895 0 0 1-.889.889'/%3E%3Cpath d='M11 19a.895.895 0 0 1-.889-.889V3.89c0-.486.403-.889.889-.889s.889.403.889.889V18.11A.895.895 0 0 1 11 19'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h22v22H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 10 10,crosshair!important}body.text-active,body.text-active *,body.text-active .app.workspace-route,body.text-active .app.workspace-route *,body.text-active.workspace-route,body.text-active.workspace-route *{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='20' height='20' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M20 0H0v20h20z'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4' mask='url(%23b)'%3E%3Cpath d='M2.51 6.123V4.662A1.66 1.66 0 0 1 4.172 3h11.656a1.66 1.66 0 0 1 1.662 1.662v1.46M10 17V3.667M6.837 17h6.326'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 10 10,text!important}body.draw-active,body.draw-active *,body.draw-active .app.workspace-route,body.draw-active .app.workspace-route *,body.draw-active.workspace-route,body.draw-active.workspace-route *{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='20' height='20' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M20 0H0v20h20z'/%3E%3C/mask%3E%3Cg fill='%23fff' mask='url(%23b)'%3E%3Cpath d='M2.6 18.434c-.283 0-.542-.1-.733-.292a1.04 1.04 0 0 1-.284-.892l.559-3.9c.083-.575.35-1.117.766-1.525l9.05-9.05a3.737 3.737 0 0 1 5.284 5.283l-9.05 9.05c-.409.409-.95.684-1.525.767l-3.9.558c-.059-.008-.117 0-.167 0M14.592 2.916c-.633 0-1.275.241-1.758.725l-9.05 9.05a1.44 1.44 0 0 0-.409.825l-.517 3.625 3.625-.517c.309-.041.6-.192.825-.408l9.05-9.05a2.495 2.495 0 0 0 0-3.517 2.48 2.48 0 0 0-1.766-.733'/%3E%3Cpath d='M9.55 15.476a.62.62 0 0 1-.442-.184l-4.4-4.4a.63.63 0 0 1 0-.883.63.63 0 0 1 .884 0l4.4 4.4a.63.63 0 0 1 0 .883.62.62 0 0 1-.442.184'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 10 10,crosshair!important}body.comment-active,body.comment-active *,body.comment-active .app.workspace-route,body.comment-active .app.workspace-route *,body.comment-active.workspace-route,body.comment-active.workspace-route *{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='22' height='22' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M22 0H0v22h22z'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.375' mask='url(%23b)'%3E%3Cpath d='M14.2 3H7.8Q3 3 3 7.8v10.4c0 .44.36.8.8.8h10.4q4.8 0 4.8-4.8V7.8Q19 3 14.2 3'/%3E%3Cpath stroke-miterlimit='10' d='M8.2 11h5.6M11 13.8V8.2'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h22v22H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 10 10,pointer!important}.con-toolMenu .btn-tool{cursor:pointer!important}::-moz-selection{background:#fff;color:#000}::selection{background:#fff;color:#000}.ml-1{margin-left:5px}.ml-2{margin-left:8px}.mr-1{margin-right:5px}.mr-2{margin-right:8px}.mt-1{margin-top:5px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:20px}.con-app{flex-direction:column;height:100vh}.con-app,.con-app .app{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.con-app .app{height:100%}::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-track{background:rgba(var(--bg),1);border-radius:10px}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff}.con-noti{backdrop-filter:blur(4px);background:rgba(var(--bg),.7);border-radius:20px;bottom:20px;max-width:300px;opacity:0;overflow:hidden;position:fixed;right:20px;transform:translate(120%);transition:all .3s ease;width:100%;z-index:10000}.con-noti.show{opacity:1;transform:translate(0)}.con-noti.warn:after{background:linear-gradient(90deg,var(--border) 30%,rgba(var(--warn),1))}.con-noti.success:after{background:linear-gradient(90deg,var(--border) 30%,rgba(var(--green),1))}.con-noti.default:after{background:linear-gradient(90deg,var(--border) 30%,rgba(var(--color),1))}.con-noti.danger:after{background:linear-gradient(90deg,var(--border) 30%,rgba(var(--red),1))}.con-noti:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-2}.con-noti:before{background:rgba(var(--bg),1);border-radius:inherit;content:"";height:calc(100% - 4px);left:2px;position:absolute;top:2px;width:calc(100% - 4px);z-index:-1}.con-noti .noti-title{padding:20px 20px 10px;z-index:10}.con-noti .noti-text{color:rgba(var(--color),.6);font-size:14px;padding:0 20px 20px;z-index:10}.vc-saturation__cursor div{background:rgba(var(--bg),.1)!important;border:2px solid rgba(var(--color),1)!important;height:18px!important;transform:translate(-50%,-50%)!important;width:18px!important}.svg1{opacity:1;position:absolute}.svg2,.svg3{opacity:0;position:absolute}@keyframes boxAnimate-4543fd4d{0%{transform:translate(-100%,-100%)}50%{transform:translate(100%,100%) scale(1.5)}to{transform:translate(-100%,-100%)}}@keyframes boxAnimate2-4543fd4d{0%{transform:translate(-100%,100%) scale(2)}0%{transform:translate(100%,-100%)}to{transform:translate(-100%,100%) scale(2)}}.box-gradient[data-v-4543fd4d]{border-radius:30px;opacity:0;position:absolute;z-index:60;--fx-border:4px;height:calc(100% + 12px);left:-6px;-webkit-mask:radial-gradient(#fff 0 0) content-box,radial-gradient(#fff 0 0);mask:radial-gradient(#fff 0 0) content-box,radial-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;pointer-events:none;top:-6px;transition:all .25s ease;width:calc(100% + 12px);z-index:100}.box-gradient .effect1[data-v-4543fd4d]{animation:boxAnimate-4543fd4d 8s linear infinite;left:0;top:0}.box-gradient .effect1[data-v-4543fd4d],.box-gradient .effect2[data-v-4543fd4d]{aspect-ratio:1/1;background:radial-gradient(circle,#fff 20%,#4ee4ff 40%,#8d03c7 50%,transparent 70%,transparent 100%);background-repeat:no-repeat;border-radius:inherit;content:"";inset:0;opacity:1;position:absolute;width:100%}.box-gradient .effect2[data-v-4543fd4d]{animation:boxAnimate2-4543fd4d 6s linear infinite}@keyframes circularMotion{0%{transform:rotate(0deg) translateX(15px) rotate(0deg)}to{transform:rotate(1turn) translateX(15px) rotate(-1turn)}}.con-load{align-items:center;display:flex;height:26px;justify-content:center;overflow:hidden;width:26px}.con-load,.con-load .bg-load{border-radius:50%;position:absolute}.con-load .bg-load{backdrop-filter:blur(5px);background:rgba(var(--bg),.1);height:calc(100% - 4px);width:calc(100% - 4px);z-index:10}.con-load .load{align-items:center;background:transparent;border-radius:50%;display:flex;height:30px;justify-content:center;position:relative;width:30px}.con-load .load .color1{animation:circularMotion .5s linear infinite;background:#02defc}.con-load .load .color1,.con-load .load .color2{border-radius:50%;height:20px;position:absolute;width:20px}.con-load .load .color2{animation:circularMotion .8s linear infinite;background:#7ffe00}.con-load .load .color3{animation:circularMotion 1.1s linear infinite;background:#fdf301}.con-load .load .color3,.con-load .load .color4{border-radius:50%;height:20px;position:absolute;width:20px}.con-load .load .color4{animation:circularMotion 1.5s linear infinite;background:#f66315}.con-load .load .color5{animation:circularMotion 1.8s linear infinite;background:#fc0197}.con-load .load .color5,.con-load .load .color6{border-radius:50%;height:20px;position:absolute;width:20px}.con-load .load .color6{animation:circularMotion 2.1s linear infinite;background:#fe9efb}@keyframes load{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.button{align-items:center;background:rgba(var(--color),1);border:2px solid rgba(var(--color),1);border-radius:5px;border-radius:25px;box-sizing:border-box;color:rgba(var(--bg),1);cursor:pointer;display:flex;font-size:15px;font-weight:400;height:40px;justify-content:center;min-height:40px;outline:none;padding:10px 20px;position:relative;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.button span{color:inherit}.button:hover .box-gradient{opacity:1}.button.loading{animation:load 1s linear infinite;background:rgba(var(--bg),1);border:2px dashed var(--border);opacity:.3}.button.disabled{opacity:.3}.button:active{transform:scale(.9)}.button:focus{outline:none}.button.border{background:rgba(var(--bg),1);border:2px solid var(--border);color:rgba(var(--color),1)}.button.border:hover{border:2px solid rgba(var(--color),1)}.button.danger{color:red!important}.button.danger.border:hover{border:2px solid red}.con-error{align-items:center;display:flex;flex-direction:column;height:100dvh;justify-content:flex-end;overflow:hidden;width:100dvw}.con-error.visible img{transform:translate(0)}.con-error.visible .button,.con-error.visible h1,.con-error.visible p{opacity:1;transform:scale(1)}.con-error p{opacity:0;transform:scale(.5);transition:all .4s ease}.con-error .button{margin-bottom:2rem;opacity:0;transform:scale(.5);transition:all .6s ease}.con-error h1{font-size:3rem;font-weight:400;margin-bottom:1rem;opacity:0;transform:scale(.5);transition:all .5s ease}.con-error img{bottom:0;position:relative;transform:translateY(100%);transition:all .7s ease;width:100dvw;z-index:-1}