html,body{margin:0;padding:0;height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{margin:0;padding:0;height:100%;overflow:hidden}.App{margin:0!important;padding:0!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes brandRingPulse{0%{transform:scale(1)}40%{transform:scale(1.045)}to{transform:scale(1)}}.brandRingPulse{animation:brandRingPulse .7s ease-out forwards}@media(prefers-reduced-motion:reduce){.brandRingOuter--animated{transition:none!important}.brandRingPulse{animation:none}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.27"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}:root{--logged-out-spacing: clamp(24px, 4vw, 48px);--logged-out-section-anchor-offset: clamp(72px, 11vh, 96px);--logged-out-text-width: clamp(40ch, 90vw, 90ch);--logged-out-icon-space: clamp(40px, 10vw, 80px);--logged-out-card-radius: 16px;--logged-out-card-icon-size: 32px;--logged-out-card-icon-gap: 10px;--logged-out-card-gap: 24px;--logged-out-tab-gap: var(--logged-out-card-gap)}.loggedOutWrapper{min-height:100vh;height:100vh;background-color:var(--logged-out-bg);color:inherit;display:flex;align-items:stretch;justify-content:flex-start;padding:0 0 32px;box-sizing:border-box;position:relative;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth}.loggedOutWrapper input:-webkit-autofill,.loggedOutWrapper input:-webkit-autofill:focus,.loggedOutWrapper input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0px 1000px var(--logged-out-input-bg) inset!important;box-shadow:0 0 0 1000px var(--logged-out-input-bg) inset!important;-webkit-text-fill-color:inherit!important;caret-color:inherit!important;border-radius:inherit}.loggedOutWrapper .MuiOutlinedInput-root,.loggedOutWrapper .MuiInputBase-input,.loggedOutWrapper input{background-color:var(--logged-out-input-bg)!important}.loggedOutWrapper input:-internal-autofill-selected{box-shadow:0 0 0 1000px var(--logged-out-input-bg) inset!important;-webkit-text-fill-color:inherit!important;caret-color:inherit!important}.loggedOutLayout{width:100%;max-width:none;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;min-height:100%}.loggedOutTopNav{display:flex;align-items:center;justify-content:center;gap:20px;position:sticky;top:0;z-index:10;background-color:var(--logged-out-bg);border-bottom:1px solid rgba(148,163,184,.2)}.loggedOutTopNavLeft{display:flex;align-items:center;gap:12px}.loggedOutTopNavMenu{display:flex;align-items:center;gap:16px;flex:0 1 auto;justify-content:flex-start;margin:0}.loggedOutNavLink{font-size:.9rem;font-weight:400;color:inherit;opacity:.75;text-transform:none;transition:opacity .15s ease}.loggedOutNavLink:hover{opacity:1}.loggedOutNavButton{font-size:.9rem;font-weight:400;padding:8px 18px;border-radius:999px;border:1px solid transparent;color:inherit;background-color:transparent;transition:opacity .15s ease}.loggedOutNavButton:hover{opacity:1}.loggedOutNavCtaLabel{display:inline-flex;align-items:center}.loggedOutModalHeader{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 8px}.loggedOutModalContent{display:flex;justify-content:center;align-items:center;padding:0 24px 24px;background-color:inherit}.loggedOutModalForm{width:100%;max-width:420px;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.loggedOutHero{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,80px);align-items:center;text-align:left}.loggedOutHeroLeft{display:flex;flex-direction:column;gap:28px}.loggedOutHeroRight{display:flex;flex-direction:column;align-items:flex-start;gap:0}@media(max-width:900px){.loggedOutHero{grid-template-columns:1fr}.loggedOutHeroRight{display:none}}.loggedOutHeroTrustArea{display:flex;flex-wrap:wrap;gap:18px 56px;justify-content:start}.loggedOutHeroTrustBlock{display:flex;flex-direction:column;gap:6px;min-width:0}.loggedOutHeroTrustRow{display:flex;align-items:center;gap:clamp(10px,2vw,18px);flex-wrap:wrap}.loggedOutHeroTrustLabel{font-size:.6875rem;font-weight:500;letter-spacing:.01em;opacity:.4;flex-shrink:0;white-space:nowrap}.loggedOutHeroTrustMore{font-size:.6875rem;font-weight:500;letter-spacing:.01em;opacity:.4;white-space:nowrap;cursor:default}.loggedOutHeroAppFrame{width:100%;background:var(--logged-out-card-bg);border-radius:16px;overflow:hidden;box-shadow:0 40px 100px #00000038,0 8px 24px #00000014;transform:rotateX(4deg) rotateY(-3deg);transform-origin:center center;transition:transform .5s ease}.loggedOutHeroAppFrame:hover{transform:rotateX(0) rotateY(0)}.loggedOutHeroAppFrameChrome{display:flex;align-items:center;gap:6px;padding:10px 16px;border-bottom:1px solid rgba(148,163,184,.12)}.loggedOutHeroAppFrameDot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.loggedOutHeroAppFrameLabel{font-size:.65rem;font-weight:400;opacity:.3;margin-left:8px;letter-spacing:.02em}.loggedOutHeroAppFrame .loggedOutHeroMockupInner{transform:none;border-radius:0}.loggedOutHeroAppFrame .loggedOutHeroMockupPanel{min-height:260px}.loggedOutHeroTop{display:flex;flex-direction:column;gap:16px}.loggedOutHeroShowcaseRow{display:flex;flex-direction:row;gap:clamp(24px,4vw,56px);align-items:center;width:100%;margin-top:8px}.loggedOutHeroPanelCardCol{flex:0 0 clamp(180px,22vw,280px);min-width:0}.loggedOutHeroPanelLabelCol{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px}@media(max-width:720px){.loggedOutHeroShowcaseRow{flex-direction:column;align-items:flex-start;gap:12px}.loggedOutHeroPanelCardCol{flex:0 0 auto;width:100%}}.loggedOutHeroSinglePanel{width:100%;perspective:800px;position:relative}.loggedOutHeroSinglePanelInner{border:none;border-radius:14px;overflow:hidden;background:var(--logged-out-card-bg);transform:rotateX(3deg) rotateY(-1deg);transition:transform .4s ease,opacity .5s ease;opacity:0;position:absolute;top:0;left:0;width:100%;pointer-events:none}.loggedOutHeroSinglePanelInner .loggedOutHeroMockupPanelHeader{padding:14px 16px 12px;gap:10px}.loggedOutHeroSinglePanelInner .loggedOutHeroMockupPanelName{font-size:.95rem;font-weight:500;opacity:.85}.loggedOutHeroSinglePanelInner:hover{transform:rotateX(0) rotateY(0)}.loggedOutHeroSinglePanelInner.isActive{opacity:1;position:relative;pointer-events:auto}.loggedOutHeroLockup{display:flex;flex-direction:row;align-items:center;gap:20px}.loggedOutHeroLockupText{display:flex;flex-direction:column;gap:5px}.loggedOutHeroLockup .loggedOutSectionTitle{font-size:clamp(1.8rem,3.5vw,2.6rem)}.loggedOutHeroSection{padding:clamp(56px,8vw,96px) 0 clamp(40px,6vw,72px)}.loggedOutHeroActions{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-top:8px;flex-wrap:wrap}.loggedOutHeroButton.MuiButton-root{border-radius:999px;width:120px}.loggedOutHeroTagline{font-size:clamp(.95rem,2vw,1.1rem);font-weight:500;opacity:.9;justify-content:flex-start;min-height:1.6em;display:flex;align-items:center;justify-content:center}.loggedOutHeroTaglineText{animation:taglineFadeIn .5s ease both}@keyframes taglineFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.loggedOutHeroTitle{font-size:clamp(3rem,6.5vw,5rem);font-weight:700;letter-spacing:-.04em;line-height:1;margin:0}.loggedOutHeroDifferentiator{font-size:clamp(.9rem,1.8vw,1.05rem);font-weight:400;opacity:.55;letter-spacing:-.01em}.loggedOutHeroBridge{font-size:clamp(.9rem,1.6vw,1rem);font-weight:400;opacity:.5;letter-spacing:-.01em;margin-top:20px;text-align:left}.loggedOutHeroStatLine{display:inline-flex;align-items:center;gap:7px;font-size:clamp(.78rem,1.5vw,.88rem);font-weight:400;font-variant-numeric:tabular-nums;opacity:.6;letter-spacing:.01em}.loggedOutHeroStatCat{font-weight:500;opacity:1}.loggedOutHeroMockup{width:100%;margin:0 auto;perspective:1200px}.loggedOutHeroMockupInner{display:grid;grid-template-columns:repeat(4,1fr);gap:0;transform:rotateX(4deg) rotateY(-.5deg);transform-origin:center top;border:none;border-radius:14px;overflow:hidden;background:var(--logged-out-card-bg);transition:transform .4s ease}.loggedOutHeroMockup:hover .loggedOutHeroMockupInner{transform:rotateX(0) rotateY(0)}@media(max-width:600px){.loggedOutHeroMockup{display:none}}@media(min-width:601px)and (max-width:900px){.loggedOutHeroMockupInner{grid-template-columns:repeat(2,1fr)}}.loggedOutHeroMockupPanel{display:flex;flex-direction:column;padding:0 0 20px;min-height:200px;opacity:.45;transition:opacity .5s ease}.loggedOutHeroMockupPanel.isActive{opacity:1}.loggedOutHeroMockupPanelAccent{height:2px;background:var(--panel-color);opacity:0;transition:opacity .5s ease}.loggedOutHeroMockupPanel.isActive .loggedOutHeroMockupPanelAccent{opacity:1}.loggedOutHeroMockupPanelHeader{display:flex;align-items:center;gap:6px;padding:6px 10px;border-bottom:1px solid color-mix(in srgb,var(--panel-color) 30%,transparent)}.loggedOutHeroMockupPanelName{font-size:.65rem;font-weight:400;opacity:.55;color:inherit}.loggedOutHeroMockupRows{display:flex;flex-direction:column;gap:8px;margin-top:12px;padding:0 16px 16px}.loggedOutHeroMockupRow{height:8px;border-radius:4px;background:var(--panel-color);opacity:.1}.loggedOutHeroMockup:hover .loggedOutHeroMockupInner{transform:rotateX(0) rotateY(0);transition:transform .4s ease}.loggedOutHeroMockupInner{transition:transform .4s ease}.loggedOutHeroStat{display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:.78rem;font-weight:400;font-variant-numeric:tabular-nums;letter-spacing:.01em;padding:5px 12px 5px 10px;border-radius:999px;border:1px solid rgba(34,197,94,.3);background:#22c55e12}.loggedOutNavStat{display:inline-flex;align-items:center;gap:7px;font-size:.72rem;font-weight:400;font-variant-numeric:tabular-nums;letter-spacing:.01em;opacity:.5;padding:0;background:none;border:none;border-radius:0}.loggedOutHeroStatCount{font-weight:600}.loggedOutHeroStatDot{width:7px;height:7px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:heroStatPulse 2s ease-in-out infinite}@keyframes heroStatPulse{0%,to{opacity:1;box-shadow:0 0 #22c55e80}50%{opacity:.8;box-shadow:0 0 0 4px #22c55e00}}.scrollReveal{opacity:0;transform:translateY(22px);transition:opacity .5s ease,transform .5s ease}.scrollRevealVisible{opacity:1;transform:translateY(0)}.loggedOutSection{border-radius:0}.loggedOutSectionFullBleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.loggedOutSectionFullBleed .loggedOutSectionInner{max-width:1200px;margin-left:auto;margin-right:auto;box-sizing:border-box}.loggedOutSectionInner{padding:clamp(28px,4vw,48px)}.loggedOutSectionHeader{display:flex;flex-direction:column;gap:0;row-gap:0;margin-bottom:40px;text-align:left;align-items:flex-start}.loggedOutSectionEyebrow+.loggedOutSectionTitle,.loggedOutSectionEyebrow+.loggedOutSectionTitle--large{margin-top:10px}.loggedOutSectionTitle+.loggedOutSectionSubtitle,.loggedOutSectionTitle+.loggedOutHowItWorksOverview{margin-top:16px}.loggedOutSectionSubtitle+.loggedOutHowItWorksOverview{margin-top:10px}.loggedOutSectionAnchor{scroll-margin-top:var(--logged-out-section-anchor-offset)}.loggedOutFeatureGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;grid-auto-rows:minmax(220px,1fr);align-items:stretch}.loggedOutFeatureCard{border-radius:var(--logged-out-card-radius);border:none;padding:12px 22px;display:flex;flex-direction:column;gap:12px;background:var(--logged-out-card-bg);height:100%;min-height:220px}.loggedOutFeatureHeader{display:flex;align-items:center;gap:12px}.loggedOutFeatureIcon{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.loggedOutFeatureTitle{font-weight:400;letter-spacing:-.01em;margin:0}.loggedOutFeatureBody{margin:0;opacity:.8;line-height:1.6}.loggedOutFeatureList{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;color:inherit;opacity:.75;font-size:.875rem;line-height:1.5;list-style:none}.loggedOutFeatureList li{margin:0;position:relative;padding-left:18px}.loggedOutFeatureList li:before{content:"✓";position:absolute;left:0;top:0;color:inherit}.loggedOutFeatureCarousel{--logged-out-feature-gap: 24px;position:relative;overflow:hidden}.loggedOutFeatureMeasure{height:0;overflow:hidden;visibility:hidden;pointer-events:none}.loggedOutFeatureMeasureList{display:flex;flex-direction:column;gap:24px}.loggedOutFeatureTrack{position:relative;will-change:transform}.loggedOutFeatureTrack[data-phase=animating][data-direction=next]{animation:featureSlideNext .4s cubic-bezier(.22,.9,.25,1) both}.loggedOutFeatureTrack[data-phase=animating][data-direction=prev]{animation:featureSlidePrev .4s cubic-bezier(.22,.9,.25,1) both}@keyframes featureSlideNext{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes featureSlidePrev{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}.loggedOutFeaturePaginationBar{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:16px;width:100%}.loggedOutFeatureCarouselButton{width:32px;height:32px;border-radius:999px;border:1px solid rgba(148,163,184,.2);background-color:#0f172a1f;color:inherit;display:inline-flex;align-items:center;justify-content:center;opacity:.6;overflow:hidden;outline:none;box-shadow:none;background-clip:padding-box;-webkit-tap-highlight-color:transparent;position:relative;transition:opacity .15s ease,border-color .15s ease,background-color .15s ease,border-radius .15s ease;z-index:2}.loggedOutFeatureCarouselButton:focus-visible{outline:none;box-shadow:none}.loggedOutFeatureCarouselButton .MuiTouchRipple-root{border-radius:999px}.loggedOutFeatureCarouselButton:hover{opacity:1;border-color:#94a3b866;background-color:#0f172a2e;border-radius:8px}.loggedOutFeatureCarouselButton:active{transform:none}.loggedOutFeatureCarouselButton svg{font-size:1rem}.loggedOutFeatureCarouselButton.Mui-disabled{opacity:.3;pointer-events:none}.loggedOutFeatureDots{display:flex;align-items:center;justify-content:center;gap:8px;position:relative;z-index:1;padding-inline:8px;min-height:16px;color:var(--logged-out-dot-color)}.loggedOutFeatureDot{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;min-width:14px;min-height:14px;flex-shrink:0;border-radius:999px;background-color:transparent;border:none;padding:0;box-sizing:border-box}.loggedOutFeatureDot:before{content:"";width:8px;height:8px;border-radius:999px;background-color:var(--logged-out-dot-bg, currentColor);border:1px solid var(--logged-out-dot-border, currentColor);box-sizing:border-box;opacity:.16;transition:transform .15s ease,background-color .15s ease,border-color .15s ease,opacity .15s ease}.loggedOutFeatureDot:hover:before{background-color:var(--logged-out-dot-bg-hover, currentColor);border-color:var(--logged-out-dot-border, currentColor);opacity:.25}.loggedOutFeatureDot--active:before{background-color:var(--logged-out-dot-bg-active, currentColor);border-color:var(--logged-out-dot-border, currentColor);opacity:.6;transform:none}.loggedOutUseCaseTrack{position:relative;will-change:transform}.loggedOutUseCaseGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--logged-out-usecase-gap, 24px);align-items:start;grid-auto-rows:1fr;position:relative}.loggedOutUseCaseTrack[data-phase=animating]{display:flex;gap:var(--logged-out-usecase-gap, 24px)}.loggedOutUseCaseTrack[data-phase=animating] .loggedOutUseCaseGrid{flex:0 0 100%;max-width:100%}.loggedOutUseCaseGrid--outgoing{pointer-events:none}.loggedOutUseCaseTrack[data-phase=animating][data-direction=next]{animation:useCaseStripNext .6s cubic-bezier(.22,.9,.25,1) both}.loggedOutUseCaseTrack[data-phase=animating][data-direction=prev]{animation:useCaseStripPrev .6s cubic-bezier(.22,.9,.25,1) both}@keyframes useCaseStripNext{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--logged-out-usecase-gap, 24px)))}}@keyframes useCaseStripPrev{0%{transform:translate(calc(-100% - var(--logged-out-usecase-gap, 24px)))}to{transform:translate(0)}}.loggedOutUseCaseCarousel{--logged-out-usecase-gap: 24px;position:relative;overflow:visible}.loggedOutUseCaseCarousel:has(.loggedOutUseCaseTrack[data-phase=animating]){overflow:hidden}.loggedOutUseCaseCarouselButton{width:32px;height:32px;border-radius:999px;border:1px solid rgba(148,163,184,.2);background-color:#0f172a1f;color:inherit;display:inline-flex;align-items:center;justify-content:center;opacity:.6;overflow:hidden;outline:none;box-shadow:none;background-clip:padding-box;-webkit-tap-highlight-color:transparent;position:relative;transition:opacity .15s ease,border-color .15s ease,background-color .15s ease,border-radius .15s ease;z-index:2}.loggedOutUseCaseCarouselButton:focus-visible{outline:none;box-shadow:none}.loggedOutUseCaseCarouselButton .MuiTouchRipple-root{border-radius:999px}.loggedOutUseCaseCarouselButton:hover{opacity:1;border-color:#94a3b866;background-color:#0f172a2e;border-radius:8px}.loggedOutUseCaseCarouselButton:active{transform:none}.loggedOutUseCaseCarouselButton svg{font-size:1rem}.loggedOutUseCaseCarouselButton.Mui-disabled{opacity:.3;pointer-events:none}.loggedOutUseCasePaginationBar{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:16px;width:100%}.loggedOutUseCaseDots{display:flex;align-items:center;justify-content:center;gap:8px;position:relative;z-index:1;padding-inline:8px;min-height:16px;color:var(--logged-out-dot-color)}.loggedOutUseCaseDot{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;min-width:14px;min-height:14px;flex-shrink:0;border-radius:999px;background-color:transparent;border:none;padding:0;box-sizing:border-box}.loggedOutUseCaseDot:before{content:"";width:8px;height:8px;border-radius:999px;background-color:var(--logged-out-dot-bg, currentColor);border:1px solid var(--logged-out-dot-border, currentColor);box-sizing:border-box;opacity:.16;transition:transform .15s ease,background-color .15s ease,border-color .15s ease,opacity .15s ease}.loggedOutUseCaseDot:hover:before{background-color:var(--logged-out-dot-bg-hover, currentColor);border-color:var(--logged-out-dot-border, currentColor);opacity:.25}.loggedOutUseCaseDot--active:before{background-color:var(--logged-out-dot-bg-active, currentColor);border-color:var(--logged-out-dot-border, currentColor);opacity:.6;transform:none}.loggedOutUseCaseDotsSpinner{position:absolute;right:0;top:50%;transform:translateY(-50%);opacity:0;pointer-events:none;transition:opacity .15s ease}.loggedOutUseCaseDots[data-loading=true] .loggedOutUseCaseDotsSpinner{opacity:1}.loggedOutUseCasePaginationBar[data-loading=true] .loggedOutUseCaseCarouselButton.Mui-disabled{opacity:.7}.loggedOutUseCaseFilters{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:16px;margin-bottom:24px;--logged-out-filter-radius: 12px}.loggedOutUseCaseSegments{width:auto;display:flex;justify-content:flex-start}.loggedOutUseCaseSearch{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-direction:row;width:auto}.loggedOutUseCaseSearchInput{width:0;min-width:0;opacity:0;pointer-events:none;padding:0;border-radius:var(--logged-out-filter-radius);border:1px solid transparent;background-color:transparent;transition:width .2s ease,opacity .2s ease,padding .2s ease,border-color .2s ease,margin .2s ease;transition-delay:.18s}.loggedOutUseCaseSearchInput input{font-size:.9rem;padding:0;background-color:transparent!important}.loggedOutUseCaseSearchInput .MuiInputBase-input{background-color:transparent!important}.loggedOutUseCaseSearch.is-open .loggedOutUseCaseSearchInput,.loggedOutUseCaseSearch:focus-within .loggedOutUseCaseSearchInput{width:clamp(180px,22vw,260px);opacity:1;pointer-events:auto;padding:6px 12px;border-color:#94a3b859;transition-delay:0s}.loggedOutUseCaseSearchButton{width:32px;height:32px;border-radius:999px;border:1px solid rgba(148,163,184,.3);background-color:#0f172a1f;color:inherit;opacity:.8;transition:opacity .15s ease,border-color .15s ease,background-color .15s ease,border-radius .15s ease}.loggedOutUseCaseFilters .MuiOutlinedInput-root{border-radius:var(--logged-out-filter-radius)}@media(max-width:899.95px){.loggedOutUseCaseFilters{flex-direction:column;align-items:center}.loggedOutUseCaseSearch{width:100%;justify-content:center}}.loggedOutUseCaseSearchButton:hover{opacity:1;border-color:#94a3b866;background-color:#0f172a2e;border-radius:8px}.loggedOutUseCaseState{grid-column:1 / -1;min-height:140px;display:flex;align-items:center;justify-content:center;text-align:center}.loggedOutUseCaseCard{border-radius:var(--logged-out-card-radius);border:none;padding:20px 22px;display:flex;flex-direction:column;gap:12px;background:var(--logged-out-card-bg);height:var(--logged-out-usecase-card-height, 280px);overflow:hidden}.loggedOutUseCaseHeader{display:flex;align-items:center;gap:12px}.loggedOutUseCaseIcon{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.loggedOutUseCaseTitle{font-weight:400;letter-spacing:-.01em;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.loggedOutUseCaseBody{margin:0;opacity:.8;line-height:1.6;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.loggedOutUseCaseList{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;color:inherit;opacity:.75;font-size:.875rem;line-height:1.5;list-style:none}.loggedOutUseCaseList li{margin:0;position:relative;padding-left:18px;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.loggedOutUseCaseList li:before{content:"✓";position:absolute;left:0;top:0;color:inherit}.loggedOutUseCaseLink{align-self:center;display:inline-flex;align-items:center;gap:8px;color:inherit;opacity:.7;font-size:.875rem;text-decoration:none;transition:opacity .15s ease;margin-top:16px;padding:10px 18px;border-radius:999px;border:1px solid transparent}.loggedOutUseCaseLink:hover{opacity:1;border-color:#94a3b859}.loggedOutUseCaseNote{margin-top:0;margin-bottom:0;padding-top:32px;text-align:left;opacity:.75}.loggedOutReleaseNotesGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;grid-auto-rows:minmax(240px,1fr)}.loggedOutReleaseNoteCard{border-radius:var(--logged-out-card-radius);border:none;padding:20px 22px;display:flex;flex-direction:column;gap:12px;background:var(--logged-out-card-bg);min-height:240px;height:100%}.loggedOutReleaseNoteMeta{display:flex;align-items:center;gap:10px;opacity:.7;font-size:.85rem}.loggedOutReleaseNoteVersion{font-weight:500}.loggedOutReleaseNoteDate{font-size:.8rem}.loggedOutReleaseNoteTitle{font-weight:400;letter-spacing:-.01em;margin:0}.loggedOutReleaseNoteHighlights{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;color:inherit;opacity:.75;font-size:.875rem;line-height:1.5;list-style:none}.loggedOutReleaseNoteHighlights li{margin:0;position:relative;padding-left:14px}.loggedOutReleaseNoteHighlights li:before{content:"•";position:absolute;left:0;top:0;color:inherit}.loggedOutReleaseNotesFooter{margin-top:16px;display:flex;justify-content:center}.loggedOutReleaseNotesState{min-height:120px;display:flex;align-items:center;justify-content:center;text-align:center}.loggedOutSupportFooter{margin-top:4px;margin-bottom:calc(var(--logged-out-card-gap) * 4);padding-bottom:24px;text-align:left;opacity:.75;font-size:.9rem}.loggedOutSupportLink{color:inherit;text-decoration:none;font-weight:500}.loggedOutSupportLink:hover{text-decoration:underline}.loggedOutFaqGrid{display:flex;flex-direction:column;max-width:720px;margin-top:8px}.loggedOutFaqItem{border-top:1px solid rgba(148,163,184,.2)}.loggedOutFaqItem:last-child{border-bottom:1px solid rgba(148,163,184,.2)}.loggedOutFaqSummary{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;width:100%;padding:22px 0;background:none;border:none;cursor:pointer;text-align:left}.loggedOutFaqToggle{flex-shrink:0}.loggedOutFaqQuestion{font-weight:500}.loggedOutFaqDetails{padding-bottom:22px}.loggedOutFaqAnswer{opacity:.65;line-height:1.65}.howItWorksLayout{display:flex;flex-direction:row;gap:clamp(24px,4vw,48px);align-items:center}.howItWorksPillarList{flex:0 0 clamp(200px,26vw,280px);min-width:0;display:flex;flex-direction:column;height:300px}.howItWorksDemoColumn{flex:1 1 0;min-width:0}@media(max-width:899.95px){.howItWorksLayout{flex-direction:column}.howItWorksDemoColumn{display:none}}.featuresScrollTrack{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px;--extra: max(0px, (100vw - 1200px) / 2);margin-left:calc(-1 * (var(--extra) + clamp(28px,4vw,48px)));margin-right:calc(-1 * (var(--extra) + clamp(28px,4vw,48px)));padding-left:calc(var(--extra) + clamp(28px,4vw,48px));padding-right:calc(var(--extra) + clamp(28px,4vw,48px));scroll-padding-left:calc(var(--extra) + clamp(28px,4vw,48px))}.featuresScrollTrack::-webkit-scrollbar{display:none}.featuresScrollCard{flex:0 0 260px;scroll-snap-align:start}@media(max-width:899.95px){.featuresScrollCard{flex:0 0 85vw}}.loggedOutPillarGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;grid-auto-rows:1fr;align-content:space-between;margin-top:0}@media(max-width:899.95px){.loggedOutFeatureGrid,.loggedOutUseCaseGrid,.loggedOutPillarGrid,.loggedOutReleaseNotesGrid{grid-template-columns:1fr}}.loggedOutPillarCard{border-radius:var(--logged-out-card-radius);padding:20px 22px;display:flex;flex-direction:column;gap:12px;min-height:150px;height:100%;box-sizing:border-box;border:none;background:var(--logged-out-card-bg);position:relative}.loggedOutPillarCardHeader{display:flex;flex-direction:row;align-items:center;gap:12px}.loggedOutPillarCardIcon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;margin-top:0}.loggedOutPillarCardTitle{font-weight:400;letter-spacing:-.01em;margin:0}.loggedOutPillarCardBody{font-size:1rem;opacity:.8;line-height:1.6;margin:0;padding-top:0}.loggedOutPillarCardOrder{position:absolute;top:6px;right:14px;font-size:3.2rem;font-weight:500;letter-spacing:.02em;opacity:.16;line-height:1;pointer-events:none;padding:4px 6px}@media(max-height:900px){.loggedOutWrapper{--logged-out-card-gap: 16px;--logged-out-tab-gap: 16px}.loggedOutHero{gap:8px}.loggedOutPillarGrid{margin-top:calc(var(--logged-out-card-gap) * .75)}.loggedOutPillarCard{padding:20px 22px;min-height:120px}}@media(min-width:900px){.loggedOutTopNav{display:flex;align-items:center;justify-content:center}.loggedOutTopNavMenu{flex:1 1 auto;justify-content:space-between}}@media(max-height:820px){.loggedOutPillarGrid{margin-top:calc(var(--logged-out-card-gap) * .5)}.loggedOutPillarCard{min-height:100px}}.loggedOutSectionEyebrow{margin:0;font-size:.78rem;font-weight:500;letter-spacing:0;text-transform:none;opacity:.4;line-height:1}.loggedOutSectionTitle{margin:0;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:500}.loggedOutSectionTitle--large{font-size:clamp(2rem,4vw,3rem)}.loggedOutSectionSubtitle{margin:0;color:inherit;opacity:.75;max-width:70ch;font-size:1rem;text-align:left;align-self:flex-start;line-height:1.6}.loggedOutHowItWorksOverview{margin:0;color:inherit;opacity:.55;max-width:70ch;font-size:.9375rem;text-align:left;align-self:flex-start;line-height:1.65}.loggedOutHeroPanelEyebrow{font-size:.8rem;font-weight:500;letter-spacing:0;opacity:.8;margin:0;line-height:1;animation:taglineFadeIn .35s ease both}.loggedOutHeroPanelNameLabel{font-size:clamp(1.6rem,3.5vw,2.8rem);font-weight:600;line-height:1.15;letter-spacing:-.03em;margin:0;color:inherit;animation:taglineFadeIn .4s ease both;animation-delay:.05s;animation-fill-mode:both}.loggedOutHeroPanelCaption{display:block;margin-top:0;text-align:left;font-size:.82rem;font-weight:400;opacity:.55;letter-spacing:-.01em;animation:taglineFadeIn .4s ease both;margin-bottom:14px}.loggedOutHero .loggedOutSectionSubtitle{opacity:.5;text-align:left;align-self:flex-start;max-width:55ch}@media(max-width:640px){.loggedOutPillarGrid{grid-template-columns:1fr}.loggedOutPillarCard{min-height:auto}.loggedOutHeroLockup{flex-direction:column;align-items:center}.loggedOutHero{align-items:center;text-align:center}.loggedOutHeroActions,.loggedOutHeroTagline{justify-content:center}.loggedOutHero .loggedOutSectionSubtitle{text-align:center;align-self:center}}.loggedOutFloatingControls{position:fixed;bottom:max(18px,env(safe-area-inset-bottom,0px));right:max(12px,env(safe-area-inset-right,0px));z-index:1300;pointer-events:auto;display:flex;flex-direction:column;gap:4px;align-items:center}@media(max-width:640px){.loggedOutFloatingControls{bottom:max(70px,calc(env(safe-area-inset-bottom,0px) + 56px));right:12px}}.loggedOutScrollTopToggle,.loggedOutThemeToggle,.loggedOutLanguageToggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:1px solid rgba(148,163,184,.2);background-color:#0f172a1f;color:inherit;opacity:.6;transition:opacity .15s ease,border-color .15s ease,background-color .15s ease,border-radius .15s ease}.loggedOutScrollTopToggle:hover,.loggedOutThemeToggle:hover,.loggedOutLanguageToggle:hover{opacity:1;border-color:#94a3b866;background-color:#0f172a2e;border-radius:8px}.loggedOutScrollTopToggle svg,.loggedOutThemeToggle svg{font-size:1rem}.loggedOutLanguageToggle span{font-size:.7rem;font-weight:600;letter-spacing:.08em}@media(prefers-reduced-motion:reduce){.loggedOutHeroTaglineText{animation:none}.scrollReveal{opacity:1;transform:none;transition:none}.loggedOutHeroMockupInner,.loggedOutHeroMockup:hover .loggedOutHeroMockupInner{transition:none}}
