@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&display=swap";@import"react-datepicker/dist/react-datepicker.css";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--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-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;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{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.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:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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)}}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(https://storage.googleapis.com/loops-testing-app-cdn/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(https://storage.googleapis.com/loops-testing-app-cdn/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.11"}.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 .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}.BrainhubCarouselItem{display:flex;justify-content:center;align-items:center;position:relative}.BrainhubCarouselItem.BrainhubCarouselItem--clickable{cursor:pointer}.BrainhubCarouselItem .debug-number{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;font-size:2em;text-shadow:0px 0px 9px white}.BrainhubCarousel__container{width:100%;overflow:hidden}.BrainhubCarousel{overflow:hidden;display:flex;align-items:center}.BrainhubCarousel.BrainhubCarousel--isRTL,.BrainhubCarousel.BrainhubCarousel--isRTL .BrainhubCarousel__trackContainer .BrainhubCarousel__track{direction:rtl}.BrainhubCarousel .BrainhubCarousel__trackContainer{width:100%;overflow:hidden}.BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track{display:flex;overflow:hidden;list-style:none;margin:0;padding:0}.BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track.BrainhubCarousel__track--transition{transition:transform}.BrainhubCarousel__arrows{cursor:pointer}.BrainhubCarousel__loader{width:50px;height:50px;border-radius:100%;border:4px solid #7b59ff;border-left-color:transparent;-webkit-animation:loader 1s infinite linear;animation:loader 1s infinite linear}@-webkit-keyframes loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BrainhubCarousel__arrows{position:relative;padding:21px;border:none;overflow:hidden;outline:0;font-size:0;line-height:0;background-color:#7b59ff}.BrainhubCarousel__arrows span{display:block;position:absolute;top:50%;left:50%;border-style:solid;border-color:#fff;border-width:3px 3px 0 0;padding:5px;transition:.3s;font-size:0}.BrainhubCarousel__arrows:hover{background-color:#8768ff}.BrainhubCarousel__arrows:hover span{display:block;position:absolute;top:50%;left:50%;border-style:solid;border-color:#fff;border-width:3px 3px 0 0;padding:5px;transition:.3s;font-size:0}.BrainhubCarousel__arrows:hover:enabled{background-color:#8768ff}.BrainhubCarousel__arrows:hover:enabled span{border-color:#fff;margin:0}.BrainhubCarousel__arrows:disabled{background-color:#ccc}.BrainhubCarousel__arrowLeft span{transform:translate(-50%,-50%) rotate(-135deg);margin-left:2.45px}.BrainhubCarousel__arrowRight span,.BrainhubCarousel--isRTL .BrainhubCarousel__arrowLeft span{transform:translate(-50%,-50%) rotate(45deg);margin-left:-2.45px}.BrainhubCarousel--isRTL .BrainhubCarousel__custom-arrowLeft span{transform:rotate(180deg)}.BrainhubCarousel--isRTL .BrainhubCarousel__arrowRight span{transform:translate(-50%,-50%) rotate(-135deg);margin-left:2.45px}.BrainhubCarousel--isRTL .BrainhubCarousel__custom-arrowRight span{transform:rotate(-180deg)}.BrainhubCarousel--isRTL .BrainhubCarousel__arrows:hover span{margin:0}.BrainhubCarousel__arrow--disable{pointer-events:none}.BrainhubCarousel__dots{display:flex;justify-content:center;list-style:none;margin:0;padding:0;font-size:0;line-height:0}.BrainhubCarousel__dots.BrainhubCarousel__dots--isRTL{direction:rtl}.BrainhubCarousel__dots .BrainhubCarousel__dot{outline:0;padding:10px;border:none;opacity:.5;font-size:0;cursor:pointer;-webkit-appearance:none}.BrainhubCarousel__dots .BrainhubCarousel__dot.BrainhubCarousel__dot--selected{opacity:1!important}.BrainhubCarousel__dots .BrainhubCarousel__dot:hover{opacity:1}.BrainhubCarousel__dots .BrainhubCarousel__dot:before{content:"";display:block;width:5px;height:5px;border-radius:50%;padding:0;border:none;background:#000}.BrainhubCarousel__dots .BrainhubCarousel__thumbnail{outline:0;padding:10px;border:none;opacity:.5;font-size:0;cursor:pointer}.BrainhubCarousel__dots .BrainhubCarousel__thumbnail.BrainhubCarousel__thumbnail--selected{opacity:1!important}.BrainhubCarousel__dots .BrainhubCarousel__thumbnail:hover{opacity:1}.BrainhubCarousel__thumbnail[type=button]{-webkit-appearance:none}.BrainhubCarousel--isRTL+.BrainhubCarousel__dots{direction:rtl}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: a11y-light
  Author: @ericwbailey
  Maintainer: @ericwbailey

  Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
*/.hljs{background:#fefefe;color:#545454}.hljs-comment,.hljs-quote{color:#696969}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs-deletion{color:#d91e18}.hljs-number,.hljs-built_in,.hljs-literal,.hljs-type,.hljs-params,.hljs-meta,.hljs-link,.hljs-attribute{color:#aa5d00}.hljs-string,.hljs-symbol,.hljs-bullet,.hljs-addition{color:green}.hljs-title,.hljs-section{color:#007faa}.hljs-keyword,.hljs-selector-tag{color:#7928a1}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media screen and (-ms-high-contrast: active){.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-comment,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-string,.hljs-symbol,.hljs-type,.hljs-quote{color:highlight}.hljs-keyword,.hljs-selector-tag{font-weight:700}}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgb(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgb(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color, var(--xy-background-color-props, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}*{box-sizing:border-box}html{font-family:Manrope,sans-serif;font-size:62.5%;height:100%;width:100%;line-height:1.2}@media (max-width: 1280px){html{font-size:9px!important}}@media (max-width: 1024px){html{font-size:8px}}@media (max-width: 900px){html{font-size:7.6px}}body{margin:0;padding:0;font-size:1.6rem;height:100%;width:100%;overflow:hidden}a{color:#3483ff;text-decoration:none}a:active{color:#3483ff}a:hover{text-decoration:underline}#root{height:100%;width:100%;color:#242424}b{font-weight:600!important}table,thead,tbody,tfoot,tr,th,td{margin:0;padding:0;border:none;border-collapse:inherit;border-spacing:0;border-color:inherit;vertical-align:inherit;font-weight:inherit;text-align:left;-webkit-border-horizontal-spacing:0;-webkit-border-vertical-spacing:0}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}._input-range__label_uxife_37{color:#aaa;font-family:Helvetica Neue,san-serif;font-size:.8rem;transform:translateZ(0);white-space:nowrap}._input-range__label_1qy9r_19{color:#aaa;font-family:Helvetica Neue,san-serif;font-size:.8rem;transform:translateZ(0);white-space:nowrap}.jsoneditor .autocomplete.dropdown{position:absolute;background:#fff;box-shadow:2px 2px 12px #8080804d;border:1px solid #d3d3d3;overflow-x:hidden;overflow-y:auto;cursor:default;margin:0;padding:5px;text-align:left;outline:0;font-family:dejavu sans mono,droid sans mono,consolas,monaco,lucida console,courier new,courier,monospace,sans-serif;font-size:10pt}.jsoneditor-contextmenu .jsoneditor-menu li button .jsoneditor-expand{position:absolute;top:0;right:0;width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='240'%20height='144'%20id='svg4136'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='jsoneditor-icons.svg'%3e%3ctitle%20id='title6512'%3eJSON%20Editor%20Icons%3c/title%3e%3cmetadata%20id='metadata4148'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3eJSON%20Editor%20Icons%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4146'%20/%3e%3csodipodi:namedview%20pagecolor='%23ff63ff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1026'%20id='namedview4144'%20showgrid='true'%20inkscape:zoom='4'%20inkscape:cx='13.229181'%20inkscape:cy='119.82429'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4136'%20showguides='false'%20borderlayer='false'%20inkscape:showpageshadow='true'%20showborder='true'%3e%3cinkscape:grid%20type='xygrid'%20id='grid4640'%20empspacing='24'%20/%3e%3c/sodipodi:namedview%3e%3c!--%20Created%20with%20SVG-edit%20-%20http://svg-edit.googlecode.com/%20--%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1'%20height='16'%20width='16'%20y='4'%20x='4'%20/%3e%3crect%20id='svg_1-7'%20height='16'%20width='16'%20y='3.999995'%20x='28.000006'%20style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20x='52.000004'%20y='3.999995'%20width='16'%20height='16'%20id='rect4165'%20/%3e%3crect%20id='rect4175'%20height='16'%20width='16'%20y='3.9999852'%20x='172.00002'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4175-3'%20height='16'%20width='16'%20y='3.999995'%20x='196'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cg%20id='g4299'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3cg%20id='g4299-3'%20transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1-0'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1-9'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3crect%20id='svg_1-7-5'%20height='6.9999905'%20width='6.9999909'%20y='7.0000048'%20x='55.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20x='58'%20y='10.00001'%20width='6.9999909'%20height='6.9999905'%20id='rect4354'%20/%3e%3crect%20id='svg_1-7-5-7'%20height='6.9999905'%20width='6.9999909'%20y='10.000005'%20x='58.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647'%20/%3e%3cg%20id='g4378'%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='10.999999'%20width='7.9999909'%20height='1.9999965'%20id='svg_1-7-5-3'%20/%3e%3crect%20id='rect4374'%20height='1.9999946'%20width='11.999995'%20y='7.0000005'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20id='rect4376'%20height='1.9999995'%20width='3.9999928'%20y='14.999996'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,-1,-23.999995,23.999995)'%20id='g4383'%3e%3crect%20id='rect4385'%20height='1.9999965'%20width='7.9999909'%20y='10.999999'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='7.0000005'%20width='11.999995'%20height='1.9999946'%20id='rect4387'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='14.999996'%20width='3.9999928'%20height='1.9999995'%20id='rect4389'%20/%3e%3c/g%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-4'%20width='16'%20height='16'%20x='76'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2085.10447,6.0157384%20-0.0156,1.4063%20c%203.02669,-0.2402%200.33008,3.6507996%202.48438,4.5780996%20-2.18694,1.0938%200.49191,4.9069%20-2.45313,4.5781%20l%20-0.0156,1.4219%20c%205.70828,0.559%201.03264,-5.1005%204.70313,-5.2656%20l%200,-1.4063%20c%20-3.61303,-0.027%201.11893,-5.7069996%20-4.70313,-5.3124996%20z'%20id='path4351'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2082.78125,5.9984384%200.0156,1.4063%20c%20-3.02668,-0.2402%20-0.33007,3.6506996%20-2.48437,4.5780996%202.18694,1.0938%20-0.49192,4.9069%202.45312,4.5781%20l%200.0156,1.4219%20c%20-5.70827,0.559%20-1.03263,-5.1004%20-4.70312,-5.2656%20l%200,-1.4063%20c%203.61303,-0.027%20-1.11894,-5.7070996%204.70312,-5.3124996%20z'%20id='path4351-9'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-25'%20width='16'%20height='16'%20x='100'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20103.719,5.6719384%200,12.7187996%203.03125,0%200,-1.5313%20-1.34375,0%200,-9.6249996%201.375,0%200,-1.5625%20z'%20id='path2987'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20112.2185,5.6721984%200,12.7187996%20-3.03125,0%200,-1.5313%201.34375,0%200,-9.6249996%20-1.375,0%200,-1.5625%20z'%20id='path2987-1'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-73'%20width='16'%20height='16'%20x='124'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20126.2824,17.602938%201.78957,0%201.14143,-2.8641%205.65364,0%201.14856,2.8641%201.76565,0%20-4.78687,-11.1610996%20-1.91903,0%20z'%20id='path3780'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccc'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20d='m%20129.72704,13.478838%204.60852,0.01%20-2.30426,-5.5497996%20z'%20id='path3782'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-35'%20width='16'%20height='16'%20x='148'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20156.47655,5.8917384%200,2.1797%200.46093,2.3983996%201.82813,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20152.51561,5.8906384%200,2.1797%200.46094,2.3983996%201.82812,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3crect%20id='svg_1-7-2'%20height='1.9999961'%20width='11.999996'%20y='64'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='svg_1-7-2-2'%20height='2.9999905'%20width='2.9999907'%20y='52'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='52'%20width='2.9999907'%20height='2.9999905'%20id='rect4561'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='80.000008'%20y='58'%20width='2.9999907'%20height='2.9999905'%20id='rect4563'%20/%3e%3crect%20id='rect4565'%20height='2.9999905'%20width='2.9999907'%20y='58'%20x='85.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4567'%20height='2.9999905'%20width='2.9999907'%20y='64'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='64'%20width='2.9999907'%20height='2.9999905'%20id='rect4569'%20/%3e%3ccircle%20style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4571'%20cx='110.06081'%20cy='57.939209'%20r='4.7438836'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='116.64566'%20y='-31.79752'%20width='4.229713'%20height='6.4053884'%20id='rect4563-2'%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20125,56%20138.77027,56.095%20132,64%20Z'%20id='path4613'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615'%20d='M%20149,64%20162.77027,63.905%20156,56%20Z'%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='54'%20y='53'%20width='11.999996'%20height='1.9999961'%20id='rect4638'%20/%3e%3crect%20id='svg_1-7-2-24'%20height='1.9999957'%20width='12.99999'%20y='-56'%20x='53'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='53'%20y='-66'%20width='12.99999'%20height='1.9999957'%20id='rect4657'%20/%3e%3crect%20id='rect4659'%20height='0.99999291'%20width='11.999999'%20y='57'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='88.000122'%20width='11.999996'%20height='1.9999961'%20id='rect4661'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='76.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4663'%20/%3e%3crect%20id='rect4665'%20height='2.9999905'%20width='2.9999907'%20y='76.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20id='rect4667'%20height='2.9999905'%20width='2.9999907'%20y='82.000122'%20x='80.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='85.000008'%20y='82.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4669'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='88.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4671'%20/%3e%3crect%20id='rect4673'%20height='2.9999905'%20width='2.9999907'%20y='88.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3ccircle%20r='4.7438836'%20cy='81.939331'%20cx='110.06081'%20id='circle4675'%20style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20id='rect4677'%20height='6.4053884'%20width='4.229713'%20y='-14.826816'%20x='133.6163'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4679'%20d='m%20125,80.000005%2013.77027,0.09499%20L%20132,87.999992%20Z'%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20149,88.0002%20162.77027,87.9052%20156,80.0002%20Z'%20id='path4681'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3crect%20id='rect4683'%20height='1.9999961'%20width='11.999996'%20y='77.000122'%20x='54'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='77.000122'%20y='-56'%20width='12.99999'%20height='1.9999957'%20id='rect4685'%20/%3e%3crect%20id='rect4687'%20height='1.9999957'%20width='12.99999'%20y='-66'%20x='77.000122'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='81.000122'%20width='11.999999'%20height='0.99999291'%20id='rect4689'%20/%3e%3crect%20id='rect4761-1'%20height='1.9999945'%20width='15.99999'%20y='101'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-0'%20height='1.9999945'%20width='15.99999'%20y='105'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-7'%20height='1.9999945'%20width='9'%20y='109'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1'%20height='1.9999945'%20width='12'%20y='125'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4'%20height='1.9999945'%20width='10'%20y='137'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4'%20height='1.9999945'%20width='10'%20y='129'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4-3'%20height='1.9999945'%20width='9'%20y='133'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,100.0254%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,100.5991%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1452%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533865,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550756,0%206.710442,-2.4113%207.650391,-5.9414%200.939949,-3.5301%20-0.618463,-7.2736%20-3.710938,-9.0703%20-1.159678,-0.6738%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,99.9629%20c%20-1.270084,0.039%20-2.541493,0.3887%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5402%20-3.710937,9.0703%200.939949,3.5301%204.09768,5.9414%207.648437,5.9414%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4056%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,100%200,2%20-2.4999996,0%20L%2012,107%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20id='path3055-0-77'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9850574,108.015%2014.0298856,-0.03'%20id='path5244-5-0-5'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9849874,132.015%2014.0298866,-0.03'%20id='path5244-5-0-5-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,123.9629%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,124.5366%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1453%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533864,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550757,0%206.710442,-2.4093%207.650391,-5.9394%200.939949,-3.5301%20-0.618463,-7.2756%20-3.710938,-9.0723%20-1.159678,-0.6737%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138-12'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,123.9629%20c%20-1.270084,0.039%20-2.541493,0.3888%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5422%20-3.710937,9.0723%200.939949,3.5301%204.09768,5.9394%207.648437,5.9394%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4055%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1-3'%20/%3e%3cpath%20id='path6191'%20d='m%2010.5,116%200,-2%20-2.4999996,0%20L%2012,109%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,129%200,-2%20-2.4999996,0%20L%2012,122%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20id='path6193'%20/%3e%3cpath%20id='path6195'%20d='m%2010.5,135%200,2%20-2.4999996,0%20L%2012,142%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4500'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073242'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073242%20-3.833708,2.213392%20-3.8337072,2.213393%200,-4.426785%200,-4.426784%203.8337082,2.213392%20z'%20inkscape:transform-center-x='-1.2779026'%20/%3e%3cpath%20inkscape:transform-center-x='1.277902'%20d='m%20-31.500004,60.073242%20-3.833708,2.213392%20-3.833707,2.213393%200,-4.426785%200,-4.426784%203.833707,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073242'%20sodipodi:cx='-36.611614'%20sodipodi:sides='3'%20id='path4502'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='scale(-1,1)'%20/%3e%3cpath%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073212'%20sodipodi:cx='11.55581'%20sodipodi:sides='3'%20id='path4504'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='matrix(0,1,-1,0,72.0074,71.7877)'%20inkscape:transform-center-y='1.2779029'%20/%3e%3cpath%20inkscape:transform-center-y='-1.2779026'%20transform='matrix(0,-1,-1,0,96,96)'%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4506'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073212'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615-5'%20d='m%20171.82574,65.174193%2016.34854,0%20-8.17427,-13.348454%20z'%20style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,55%200,6%202,0%200,-6'%20id='path4300'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,62%200,2%202,0%200,-2'%20id='path4300-6'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8'%20d='M%2099.994369,113.0221%20102,114.98353%20l%207,-6.9558%203,0.97227%202,-1%201,-2%200,-3%20-3,3%20-3,-3%203,-3%20-3,0%20-2,1%20-1,2%200.99437,3.0221%20z'%20id='path4268'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccccccccc'%20/%3e%3crect%20id='rect4175-3-5'%20height='16'%20width='16'%20y='4'%20x='220'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20234,6%200,2%20-5,5%200,5%20-2,0%200,-5%20-5,-5%200,-2'%20id='path3546'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cg%20transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)'%20id='g4383-6'%3e%3crect%20id='rect4385-2'%20height='1.2499905'%20width='5.9999924'%20y='12.625005'%20x='198.00002'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='15.125007'%20width='7.4999928'%20height='1.2499949'%20id='rect4387-9'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='7.6250024'%20width='2.9999909'%20height='1.2499905'%20id='rect4389-1-0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='10.125004'%20width='4.4999919'%20height='1.2499905'%20id='rect4389-1-9'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20207.00001,16.375004%200,-5.625005%20-2.25,0%203,-3.1250014%203,3.1250014%20-2.25,0%200,5.625005%20-1.5,0'%20id='path4402'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3c/g%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20164,100%200,3%20-6,6%200,7%20-4,0%200,-7%20-6,-6%200,-3'%20id='path3546-2-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1-3'%20height='16'%20width='16'%20y='28'%20x='4'%20/%3e%3cpath%20sodipodi:nodetypes='ccccccccc'%20inkscape:connector-curvature='0'%20id='path4402-5-7'%20d='m%2015,41%200,-7%20-4,0%200,3%20-5,-4%205,-4%200,3%206,0%200,9'%20style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20/%3e%3c/svg%3e") 0 -72px}.jsoneditor-contextmenu .jsoneditor-icon{position:absolute;top:0;left:0;width:24px;height:24px;border:none;padding:0;margin:0;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='240'%20height='144'%20id='svg4136'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='jsoneditor-icons.svg'%3e%3ctitle%20id='title6512'%3eJSON%20Editor%20Icons%3c/title%3e%3cmetadata%20id='metadata4148'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3eJSON%20Editor%20Icons%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4146'%20/%3e%3csodipodi:namedview%20pagecolor='%23ff63ff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1026'%20id='namedview4144'%20showgrid='true'%20inkscape:zoom='4'%20inkscape:cx='13.229181'%20inkscape:cy='119.82429'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4136'%20showguides='false'%20borderlayer='false'%20inkscape:showpageshadow='true'%20showborder='true'%3e%3cinkscape:grid%20type='xygrid'%20id='grid4640'%20empspacing='24'%20/%3e%3c/sodipodi:namedview%3e%3c!--%20Created%20with%20SVG-edit%20-%20http://svg-edit.googlecode.com/%20--%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1'%20height='16'%20width='16'%20y='4'%20x='4'%20/%3e%3crect%20id='svg_1-7'%20height='16'%20width='16'%20y='3.999995'%20x='28.000006'%20style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20x='52.000004'%20y='3.999995'%20width='16'%20height='16'%20id='rect4165'%20/%3e%3crect%20id='rect4175'%20height='16'%20width='16'%20y='3.9999852'%20x='172.00002'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4175-3'%20height='16'%20width='16'%20y='3.999995'%20x='196'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cg%20id='g4299'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3cg%20id='g4299-3'%20transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1-0'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1-9'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3crect%20id='svg_1-7-5'%20height='6.9999905'%20width='6.9999909'%20y='7.0000048'%20x='55.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20x='58'%20y='10.00001'%20width='6.9999909'%20height='6.9999905'%20id='rect4354'%20/%3e%3crect%20id='svg_1-7-5-7'%20height='6.9999905'%20width='6.9999909'%20y='10.000005'%20x='58.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647'%20/%3e%3cg%20id='g4378'%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='10.999999'%20width='7.9999909'%20height='1.9999965'%20id='svg_1-7-5-3'%20/%3e%3crect%20id='rect4374'%20height='1.9999946'%20width='11.999995'%20y='7.0000005'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20id='rect4376'%20height='1.9999995'%20width='3.9999928'%20y='14.999996'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,-1,-23.999995,23.999995)'%20id='g4383'%3e%3crect%20id='rect4385'%20height='1.9999965'%20width='7.9999909'%20y='10.999999'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='7.0000005'%20width='11.999995'%20height='1.9999946'%20id='rect4387'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='14.999996'%20width='3.9999928'%20height='1.9999995'%20id='rect4389'%20/%3e%3c/g%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-4'%20width='16'%20height='16'%20x='76'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2085.10447,6.0157384%20-0.0156,1.4063%20c%203.02669,-0.2402%200.33008,3.6507996%202.48438,4.5780996%20-2.18694,1.0938%200.49191,4.9069%20-2.45313,4.5781%20l%20-0.0156,1.4219%20c%205.70828,0.559%201.03264,-5.1005%204.70313,-5.2656%20l%200,-1.4063%20c%20-3.61303,-0.027%201.11893,-5.7069996%20-4.70313,-5.3124996%20z'%20id='path4351'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2082.78125,5.9984384%200.0156,1.4063%20c%20-3.02668,-0.2402%20-0.33007,3.6506996%20-2.48437,4.5780996%202.18694,1.0938%20-0.49192,4.9069%202.45312,4.5781%20l%200.0156,1.4219%20c%20-5.70827,0.559%20-1.03263,-5.1004%20-4.70312,-5.2656%20l%200,-1.4063%20c%203.61303,-0.027%20-1.11894,-5.7070996%204.70312,-5.3124996%20z'%20id='path4351-9'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-25'%20width='16'%20height='16'%20x='100'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20103.719,5.6719384%200,12.7187996%203.03125,0%200,-1.5313%20-1.34375,0%200,-9.6249996%201.375,0%200,-1.5625%20z'%20id='path2987'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20112.2185,5.6721984%200,12.7187996%20-3.03125,0%200,-1.5313%201.34375,0%200,-9.6249996%20-1.375,0%200,-1.5625%20z'%20id='path2987-1'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-73'%20width='16'%20height='16'%20x='124'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20126.2824,17.602938%201.78957,0%201.14143,-2.8641%205.65364,0%201.14856,2.8641%201.76565,0%20-4.78687,-11.1610996%20-1.91903,0%20z'%20id='path3780'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccc'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20d='m%20129.72704,13.478838%204.60852,0.01%20-2.30426,-5.5497996%20z'%20id='path3782'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-35'%20width='16'%20height='16'%20x='148'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20156.47655,5.8917384%200,2.1797%200.46093,2.3983996%201.82813,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20152.51561,5.8906384%200,2.1797%200.46094,2.3983996%201.82812,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3crect%20id='svg_1-7-2'%20height='1.9999961'%20width='11.999996'%20y='64'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='svg_1-7-2-2'%20height='2.9999905'%20width='2.9999907'%20y='52'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='52'%20width='2.9999907'%20height='2.9999905'%20id='rect4561'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='80.000008'%20y='58'%20width='2.9999907'%20height='2.9999905'%20id='rect4563'%20/%3e%3crect%20id='rect4565'%20height='2.9999905'%20width='2.9999907'%20y='58'%20x='85.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4567'%20height='2.9999905'%20width='2.9999907'%20y='64'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='64'%20width='2.9999907'%20height='2.9999905'%20id='rect4569'%20/%3e%3ccircle%20style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4571'%20cx='110.06081'%20cy='57.939209'%20r='4.7438836'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='116.64566'%20y='-31.79752'%20width='4.229713'%20height='6.4053884'%20id='rect4563-2'%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20125,56%20138.77027,56.095%20132,64%20Z'%20id='path4613'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615'%20d='M%20149,64%20162.77027,63.905%20156,56%20Z'%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='54'%20y='53'%20width='11.999996'%20height='1.9999961'%20id='rect4638'%20/%3e%3crect%20id='svg_1-7-2-24'%20height='1.9999957'%20width='12.99999'%20y='-56'%20x='53'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='53'%20y='-66'%20width='12.99999'%20height='1.9999957'%20id='rect4657'%20/%3e%3crect%20id='rect4659'%20height='0.99999291'%20width='11.999999'%20y='57'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='88.000122'%20width='11.999996'%20height='1.9999961'%20id='rect4661'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='76.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4663'%20/%3e%3crect%20id='rect4665'%20height='2.9999905'%20width='2.9999907'%20y='76.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20id='rect4667'%20height='2.9999905'%20width='2.9999907'%20y='82.000122'%20x='80.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='85.000008'%20y='82.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4669'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='88.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4671'%20/%3e%3crect%20id='rect4673'%20height='2.9999905'%20width='2.9999907'%20y='88.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3ccircle%20r='4.7438836'%20cy='81.939331'%20cx='110.06081'%20id='circle4675'%20style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20id='rect4677'%20height='6.4053884'%20width='4.229713'%20y='-14.826816'%20x='133.6163'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4679'%20d='m%20125,80.000005%2013.77027,0.09499%20L%20132,87.999992%20Z'%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20149,88.0002%20162.77027,87.9052%20156,80.0002%20Z'%20id='path4681'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3crect%20id='rect4683'%20height='1.9999961'%20width='11.999996'%20y='77.000122'%20x='54'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='77.000122'%20y='-56'%20width='12.99999'%20height='1.9999957'%20id='rect4685'%20/%3e%3crect%20id='rect4687'%20height='1.9999957'%20width='12.99999'%20y='-66'%20x='77.000122'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='81.000122'%20width='11.999999'%20height='0.99999291'%20id='rect4689'%20/%3e%3crect%20id='rect4761-1'%20height='1.9999945'%20width='15.99999'%20y='101'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-0'%20height='1.9999945'%20width='15.99999'%20y='105'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-7'%20height='1.9999945'%20width='9'%20y='109'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1'%20height='1.9999945'%20width='12'%20y='125'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4'%20height='1.9999945'%20width='10'%20y='137'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4'%20height='1.9999945'%20width='10'%20y='129'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4-3'%20height='1.9999945'%20width='9'%20y='133'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,100.0254%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,100.5991%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1452%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533865,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550756,0%206.710442,-2.4113%207.650391,-5.9414%200.939949,-3.5301%20-0.618463,-7.2736%20-3.710938,-9.0703%20-1.159678,-0.6738%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,99.9629%20c%20-1.270084,0.039%20-2.541493,0.3887%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5402%20-3.710937,9.0703%200.939949,3.5301%204.09768,5.9414%207.648437,5.9414%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4056%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,100%200,2%20-2.4999996,0%20L%2012,107%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20id='path3055-0-77'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9850574,108.015%2014.0298856,-0.03'%20id='path5244-5-0-5'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9849874,132.015%2014.0298866,-0.03'%20id='path5244-5-0-5-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,123.9629%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,124.5366%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1453%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533864,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550757,0%206.710442,-2.4093%207.650391,-5.9394%200.939949,-3.5301%20-0.618463,-7.2756%20-3.710938,-9.0723%20-1.159678,-0.6737%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138-12'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,123.9629%20c%20-1.270084,0.039%20-2.541493,0.3888%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5422%20-3.710937,9.0723%200.939949,3.5301%204.09768,5.9394%207.648437,5.9394%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4055%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1-3'%20/%3e%3cpath%20id='path6191'%20d='m%2010.5,116%200,-2%20-2.4999996,0%20L%2012,109%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,129%200,-2%20-2.4999996,0%20L%2012,122%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20id='path6193'%20/%3e%3cpath%20id='path6195'%20d='m%2010.5,135%200,2%20-2.4999996,0%20L%2012,142%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4500'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073242'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073242%20-3.833708,2.213392%20-3.8337072,2.213393%200,-4.426785%200,-4.426784%203.8337082,2.213392%20z'%20inkscape:transform-center-x='-1.2779026'%20/%3e%3cpath%20inkscape:transform-center-x='1.277902'%20d='m%20-31.500004,60.073242%20-3.833708,2.213392%20-3.833707,2.213393%200,-4.426785%200,-4.426784%203.833707,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073242'%20sodipodi:cx='-36.611614'%20sodipodi:sides='3'%20id='path4502'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='scale(-1,1)'%20/%3e%3cpath%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073212'%20sodipodi:cx='11.55581'%20sodipodi:sides='3'%20id='path4504'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='matrix(0,1,-1,0,72.0074,71.7877)'%20inkscape:transform-center-y='1.2779029'%20/%3e%3cpath%20inkscape:transform-center-y='-1.2779026'%20transform='matrix(0,-1,-1,0,96,96)'%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4506'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073212'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615-5'%20d='m%20171.82574,65.174193%2016.34854,0%20-8.17427,-13.348454%20z'%20style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,55%200,6%202,0%200,-6'%20id='path4300'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,62%200,2%202,0%200,-2'%20id='path4300-6'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8'%20d='M%2099.994369,113.0221%20102,114.98353%20l%207,-6.9558%203,0.97227%202,-1%201,-2%200,-3%20-3,3%20-3,-3%203,-3%20-3,0%20-2,1%20-1,2%200.99437,3.0221%20z'%20id='path4268'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccccccccc'%20/%3e%3crect%20id='rect4175-3-5'%20height='16'%20width='16'%20y='4'%20x='220'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20234,6%200,2%20-5,5%200,5%20-2,0%200,-5%20-5,-5%200,-2'%20id='path3546'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cg%20transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)'%20id='g4383-6'%3e%3crect%20id='rect4385-2'%20height='1.2499905'%20width='5.9999924'%20y='12.625005'%20x='198.00002'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='15.125007'%20width='7.4999928'%20height='1.2499949'%20id='rect4387-9'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='7.6250024'%20width='2.9999909'%20height='1.2499905'%20id='rect4389-1-0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='10.125004'%20width='4.4999919'%20height='1.2499905'%20id='rect4389-1-9'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20207.00001,16.375004%200,-5.625005%20-2.25,0%203,-3.1250014%203,3.1250014%20-2.25,0%200,5.625005%20-1.5,0'%20id='path4402'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3c/g%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20164,100%200,3%20-6,6%200,7%20-4,0%200,-7%20-6,-6%200,-3'%20id='path3546-2-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1-3'%20height='16'%20width='16'%20y='28'%20x='4'%20/%3e%3cpath%20sodipodi:nodetypes='ccccccccc'%20inkscape:connector-curvature='0'%20id='path4402-5-7'%20d='m%2015,41%200,-7%20-4,0%200,3%20-5,-4%205,-4%200,3%206,0%200,9'%20style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20/%3e%3c/svg%3e")}.jsoneditor-modal #query,.jsoneditor-modal .jsoneditor-transform-preview{font-family:dejavu sans mono,droid sans mono,consolas,monaco,lucida console,courier new,courier,monospace,sans-serif;font-size:10pt;width:100%;box-sizing:border-box}div.jsoneditor-tree button.jsoneditor-button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:transparent url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='240'%20height='144'%20id='svg4136'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='jsoneditor-icons.svg'%3e%3ctitle%20id='title6512'%3eJSON%20Editor%20Icons%3c/title%3e%3cmetadata%20id='metadata4148'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3eJSON%20Editor%20Icons%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4146'%20/%3e%3csodipodi:namedview%20pagecolor='%23ff63ff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1026'%20id='namedview4144'%20showgrid='true'%20inkscape:zoom='4'%20inkscape:cx='13.229181'%20inkscape:cy='119.82429'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4136'%20showguides='false'%20borderlayer='false'%20inkscape:showpageshadow='true'%20showborder='true'%3e%3cinkscape:grid%20type='xygrid'%20id='grid4640'%20empspacing='24'%20/%3e%3c/sodipodi:namedview%3e%3c!--%20Created%20with%20SVG-edit%20-%20http://svg-edit.googlecode.com/%20--%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1'%20height='16'%20width='16'%20y='4'%20x='4'%20/%3e%3crect%20id='svg_1-7'%20height='16'%20width='16'%20y='3.999995'%20x='28.000006'%20style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20x='52.000004'%20y='3.999995'%20width='16'%20height='16'%20id='rect4165'%20/%3e%3crect%20id='rect4175'%20height='16'%20width='16'%20y='3.9999852'%20x='172.00002'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4175-3'%20height='16'%20width='16'%20y='3.999995'%20x='196'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cg%20id='g4299'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3cg%20id='g4299-3'%20transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1-0'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1-9'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3crect%20id='svg_1-7-5'%20height='6.9999905'%20width='6.9999909'%20y='7.0000048'%20x='55.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20x='58'%20y='10.00001'%20width='6.9999909'%20height='6.9999905'%20id='rect4354'%20/%3e%3crect%20id='svg_1-7-5-7'%20height='6.9999905'%20width='6.9999909'%20y='10.000005'%20x='58.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647'%20/%3e%3cg%20id='g4378'%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='10.999999'%20width='7.9999909'%20height='1.9999965'%20id='svg_1-7-5-3'%20/%3e%3crect%20id='rect4374'%20height='1.9999946'%20width='11.999995'%20y='7.0000005'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20id='rect4376'%20height='1.9999995'%20width='3.9999928'%20y='14.999996'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,-1,-23.999995,23.999995)'%20id='g4383'%3e%3crect%20id='rect4385'%20height='1.9999965'%20width='7.9999909'%20y='10.999999'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='7.0000005'%20width='11.999995'%20height='1.9999946'%20id='rect4387'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='14.999996'%20width='3.9999928'%20height='1.9999995'%20id='rect4389'%20/%3e%3c/g%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-4'%20width='16'%20height='16'%20x='76'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2085.10447,6.0157384%20-0.0156,1.4063%20c%203.02669,-0.2402%200.33008,3.6507996%202.48438,4.5780996%20-2.18694,1.0938%200.49191,4.9069%20-2.45313,4.5781%20l%20-0.0156,1.4219%20c%205.70828,0.559%201.03264,-5.1005%204.70313,-5.2656%20l%200,-1.4063%20c%20-3.61303,-0.027%201.11893,-5.7069996%20-4.70313,-5.3124996%20z'%20id='path4351'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2082.78125,5.9984384%200.0156,1.4063%20c%20-3.02668,-0.2402%20-0.33007,3.6506996%20-2.48437,4.5780996%202.18694,1.0938%20-0.49192,4.9069%202.45312,4.5781%20l%200.0156,1.4219%20c%20-5.70827,0.559%20-1.03263,-5.1004%20-4.70312,-5.2656%20l%200,-1.4063%20c%203.61303,-0.027%20-1.11894,-5.7070996%204.70312,-5.3124996%20z'%20id='path4351-9'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-25'%20width='16'%20height='16'%20x='100'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20103.719,5.6719384%200,12.7187996%203.03125,0%200,-1.5313%20-1.34375,0%200,-9.6249996%201.375,0%200,-1.5625%20z'%20id='path2987'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20112.2185,5.6721984%200,12.7187996%20-3.03125,0%200,-1.5313%201.34375,0%200,-9.6249996%20-1.375,0%200,-1.5625%20z'%20id='path2987-1'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-73'%20width='16'%20height='16'%20x='124'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20126.2824,17.602938%201.78957,0%201.14143,-2.8641%205.65364,0%201.14856,2.8641%201.76565,0%20-4.78687,-11.1610996%20-1.91903,0%20z'%20id='path3780'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccc'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20d='m%20129.72704,13.478838%204.60852,0.01%20-2.30426,-5.5497996%20z'%20id='path3782'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-35'%20width='16'%20height='16'%20x='148'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20156.47655,5.8917384%200,2.1797%200.46093,2.3983996%201.82813,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20152.51561,5.8906384%200,2.1797%200.46094,2.3983996%201.82812,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3crect%20id='svg_1-7-2'%20height='1.9999961'%20width='11.999996'%20y='64'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='svg_1-7-2-2'%20height='2.9999905'%20width='2.9999907'%20y='52'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='52'%20width='2.9999907'%20height='2.9999905'%20id='rect4561'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='80.000008'%20y='58'%20width='2.9999907'%20height='2.9999905'%20id='rect4563'%20/%3e%3crect%20id='rect4565'%20height='2.9999905'%20width='2.9999907'%20y='58'%20x='85.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4567'%20height='2.9999905'%20width='2.9999907'%20y='64'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='64'%20width='2.9999907'%20height='2.9999905'%20id='rect4569'%20/%3e%3ccircle%20style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4571'%20cx='110.06081'%20cy='57.939209'%20r='4.7438836'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='116.64566'%20y='-31.79752'%20width='4.229713'%20height='6.4053884'%20id='rect4563-2'%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20125,56%20138.77027,56.095%20132,64%20Z'%20id='path4613'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615'%20d='M%20149,64%20162.77027,63.905%20156,56%20Z'%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='54'%20y='53'%20width='11.999996'%20height='1.9999961'%20id='rect4638'%20/%3e%3crect%20id='svg_1-7-2-24'%20height='1.9999957'%20width='12.99999'%20y='-56'%20x='53'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='53'%20y='-66'%20width='12.99999'%20height='1.9999957'%20id='rect4657'%20/%3e%3crect%20id='rect4659'%20height='0.99999291'%20width='11.999999'%20y='57'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='88.000122'%20width='11.999996'%20height='1.9999961'%20id='rect4661'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='76.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4663'%20/%3e%3crect%20id='rect4665'%20height='2.9999905'%20width='2.9999907'%20y='76.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20id='rect4667'%20height='2.9999905'%20width='2.9999907'%20y='82.000122'%20x='80.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='85.000008'%20y='82.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4669'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='88.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4671'%20/%3e%3crect%20id='rect4673'%20height='2.9999905'%20width='2.9999907'%20y='88.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3ccircle%20r='4.7438836'%20cy='81.939331'%20cx='110.06081'%20id='circle4675'%20style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20id='rect4677'%20height='6.4053884'%20width='4.229713'%20y='-14.826816'%20x='133.6163'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4679'%20d='m%20125,80.000005%2013.77027,0.09499%20L%20132,87.999992%20Z'%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20149,88.0002%20162.77027,87.9052%20156,80.0002%20Z'%20id='path4681'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3crect%20id='rect4683'%20height='1.9999961'%20width='11.999996'%20y='77.000122'%20x='54'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='77.000122'%20y='-56'%20width='12.99999'%20height='1.9999957'%20id='rect4685'%20/%3e%3crect%20id='rect4687'%20height='1.9999957'%20width='12.99999'%20y='-66'%20x='77.000122'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='81.000122'%20width='11.999999'%20height='0.99999291'%20id='rect4689'%20/%3e%3crect%20id='rect4761-1'%20height='1.9999945'%20width='15.99999'%20y='101'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-0'%20height='1.9999945'%20width='15.99999'%20y='105'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-7'%20height='1.9999945'%20width='9'%20y='109'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1'%20height='1.9999945'%20width='12'%20y='125'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4'%20height='1.9999945'%20width='10'%20y='137'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4'%20height='1.9999945'%20width='10'%20y='129'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4-3'%20height='1.9999945'%20width='9'%20y='133'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,100.0254%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,100.5991%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1452%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533865,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550756,0%206.710442,-2.4113%207.650391,-5.9414%200.939949,-3.5301%20-0.618463,-7.2736%20-3.710938,-9.0703%20-1.159678,-0.6738%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,99.9629%20c%20-1.270084,0.039%20-2.541493,0.3887%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5402%20-3.710937,9.0703%200.939949,3.5301%204.09768,5.9414%207.648437,5.9414%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4056%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,100%200,2%20-2.4999996,0%20L%2012,107%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20id='path3055-0-77'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9850574,108.015%2014.0298856,-0.03'%20id='path5244-5-0-5'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9849874,132.015%2014.0298866,-0.03'%20id='path5244-5-0-5-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,123.9629%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,124.5366%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1453%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533864,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550757,0%206.710442,-2.4093%207.650391,-5.9394%200.939949,-3.5301%20-0.618463,-7.2756%20-3.710938,-9.0723%20-1.159678,-0.6737%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138-12'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,123.9629%20c%20-1.270084,0.039%20-2.541493,0.3888%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5422%20-3.710937,9.0723%200.939949,3.5301%204.09768,5.9394%207.648437,5.9394%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4055%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1-3'%20/%3e%3cpath%20id='path6191'%20d='m%2010.5,116%200,-2%20-2.4999996,0%20L%2012,109%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,129%200,-2%20-2.4999996,0%20L%2012,122%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20id='path6193'%20/%3e%3cpath%20id='path6195'%20d='m%2010.5,135%200,2%20-2.4999996,0%20L%2012,142%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4500'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073242'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073242%20-3.833708,2.213392%20-3.8337072,2.213393%200,-4.426785%200,-4.426784%203.8337082,2.213392%20z'%20inkscape:transform-center-x='-1.2779026'%20/%3e%3cpath%20inkscape:transform-center-x='1.277902'%20d='m%20-31.500004,60.073242%20-3.833708,2.213392%20-3.833707,2.213393%200,-4.426785%200,-4.426784%203.833707,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073242'%20sodipodi:cx='-36.611614'%20sodipodi:sides='3'%20id='path4502'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='scale(-1,1)'%20/%3e%3cpath%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073212'%20sodipodi:cx='11.55581'%20sodipodi:sides='3'%20id='path4504'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='matrix(0,1,-1,0,72.0074,71.7877)'%20inkscape:transform-center-y='1.2779029'%20/%3e%3cpath%20inkscape:transform-center-y='-1.2779026'%20transform='matrix(0,-1,-1,0,96,96)'%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4506'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073212'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615-5'%20d='m%20171.82574,65.174193%2016.34854,0%20-8.17427,-13.348454%20z'%20style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,55%200,6%202,0%200,-6'%20id='path4300'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,62%200,2%202,0%200,-2'%20id='path4300-6'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8'%20d='M%2099.994369,113.0221%20102,114.98353%20l%207,-6.9558%203,0.97227%202,-1%201,-2%200,-3%20-3,3%20-3,-3%203,-3%20-3,0%20-2,1%20-1,2%200.99437,3.0221%20z'%20id='path4268'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccccccccc'%20/%3e%3crect%20id='rect4175-3-5'%20height='16'%20width='16'%20y='4'%20x='220'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20234,6%200,2%20-5,5%200,5%20-2,0%200,-5%20-5,-5%200,-2'%20id='path3546'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cg%20transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)'%20id='g4383-6'%3e%3crect%20id='rect4385-2'%20height='1.2499905'%20width='5.9999924'%20y='12.625005'%20x='198.00002'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='15.125007'%20width='7.4999928'%20height='1.2499949'%20id='rect4387-9'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='7.6250024'%20width='2.9999909'%20height='1.2499905'%20id='rect4389-1-0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='10.125004'%20width='4.4999919'%20height='1.2499905'%20id='rect4389-1-9'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20207.00001,16.375004%200,-5.625005%20-2.25,0%203,-3.1250014%203,3.1250014%20-2.25,0%200,5.625005%20-1.5,0'%20id='path4402'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3c/g%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20164,100%200,3%20-6,6%200,7%20-4,0%200,-7%20-6,-6%200,-3'%20id='path3546-2-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1-3'%20height='16'%20width='16'%20y='28'%20x='4'%20/%3e%3cpath%20sodipodi:nodetypes='ccccccccc'%20inkscape:connector-curvature='0'%20id='path4402-5-7'%20d='m%2015,41%200,-7%20-4,0%200,3%20-5,-4%205,-4%200,3%206,0%200,9'%20style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20/%3e%3c/svg%3e")}div.jsoneditor-tree button.jsoneditor-dragarea{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='240'%20height='144'%20id='svg4136'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='jsoneditor-icons.svg'%3e%3ctitle%20id='title6512'%3eJSON%20Editor%20Icons%3c/title%3e%3cmetadata%20id='metadata4148'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3eJSON%20Editor%20Icons%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4146'%20/%3e%3csodipodi:namedview%20pagecolor='%23ff63ff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1026'%20id='namedview4144'%20showgrid='true'%20inkscape:zoom='4'%20inkscape:cx='13.229181'%20inkscape:cy='119.82429'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4136'%20showguides='false'%20borderlayer='false'%20inkscape:showpageshadow='true'%20showborder='true'%3e%3cinkscape:grid%20type='xygrid'%20id='grid4640'%20empspacing='24'%20/%3e%3c/sodipodi:namedview%3e%3c!--%20Created%20with%20SVG-edit%20-%20http://svg-edit.googlecode.com/%20--%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1'%20height='16'%20width='16'%20y='4'%20x='4'%20/%3e%3crect%20id='svg_1-7'%20height='16'%20width='16'%20y='3.999995'%20x='28.000006'%20style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20x='52.000004'%20y='3.999995'%20width='16'%20height='16'%20id='rect4165'%20/%3e%3crect%20id='rect4175'%20height='16'%20width='16'%20y='3.9999852'%20x='172.00002'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4175-3'%20height='16'%20width='16'%20y='3.999995'%20x='196'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cg%20id='g4299'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3cg%20id='g4299-3'%20transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1-0'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1-9'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3crect%20id='svg_1-7-5'%20height='6.9999905'%20width='6.9999909'%20y='7.0000048'%20x='55.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20x='58'%20y='10.00001'%20width='6.9999909'%20height='6.9999905'%20id='rect4354'%20/%3e%3crect%20id='svg_1-7-5-7'%20height='6.9999905'%20width='6.9999909'%20y='10.000005'%20x='58.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647'%20/%3e%3cg%20id='g4378'%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='10.999999'%20width='7.9999909'%20height='1.9999965'%20id='svg_1-7-5-3'%20/%3e%3crect%20id='rect4374'%20height='1.9999946'%20width='11.999995'%20y='7.0000005'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20id='rect4376'%20height='1.9999995'%20width='3.9999928'%20y='14.999996'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,-1,-23.999995,23.999995)'%20id='g4383'%3e%3crect%20id='rect4385'%20height='1.9999965'%20width='7.9999909'%20y='10.999999'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='7.0000005'%20width='11.999995'%20height='1.9999946'%20id='rect4387'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='14.999996'%20width='3.9999928'%20height='1.9999995'%20id='rect4389'%20/%3e%3c/g%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-4'%20width='16'%20height='16'%20x='76'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2085.10447,6.0157384%20-0.0156,1.4063%20c%203.02669,-0.2402%200.33008,3.6507996%202.48438,4.5780996%20-2.18694,1.0938%200.49191,4.9069%20-2.45313,4.5781%20l%20-0.0156,1.4219%20c%205.70828,0.559%201.03264,-5.1005%204.70313,-5.2656%20l%200,-1.4063%20c%20-3.61303,-0.027%201.11893,-5.7069996%20-4.70313,-5.3124996%20z'%20id='path4351'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2082.78125,5.9984384%200.0156,1.4063%20c%20-3.02668,-0.2402%20-0.33007,3.6506996%20-2.48437,4.5780996%202.18694,1.0938%20-0.49192,4.9069%202.45312,4.5781%20l%200.0156,1.4219%20c%20-5.70827,0.559%20-1.03263,-5.1004%20-4.70312,-5.2656%20l%200,-1.4063%20c%203.61303,-0.027%20-1.11894,-5.7070996%204.70312,-5.3124996%20z'%20id='path4351-9'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-25'%20width='16'%20height='16'%20x='100'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20103.719,5.6719384%200,12.7187996%203.03125,0%200,-1.5313%20-1.34375,0%200,-9.6249996%201.375,0%200,-1.5625%20z'%20id='path2987'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20112.2185,5.6721984%200,12.7187996%20-3.03125,0%200,-1.5313%201.34375,0%200,-9.6249996%20-1.375,0%200,-1.5625%20z'%20id='path2987-1'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-73'%20width='16'%20height='16'%20x='124'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20126.2824,17.602938%201.78957,0%201.14143,-2.8641%205.65364,0%201.14856,2.8641%201.76565,0%20-4.78687,-11.1610996%20-1.91903,0%20z'%20id='path3780'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccc'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20d='m%20129.72704,13.478838%204.60852,0.01%20-2.30426,-5.5497996%20z'%20id='path3782'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-35'%20width='16'%20height='16'%20x='148'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20156.47655,5.8917384%200,2.1797%200.46093,2.3983996%201.82813,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20152.51561,5.8906384%200,2.1797%200.46094,2.3983996%201.82812,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3crect%20id='svg_1-7-2'%20height='1.9999961'%20width='11.999996'%20y='64'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='svg_1-7-2-2'%20height='2.9999905'%20width='2.9999907'%20y='52'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='52'%20width='2.9999907'%20height='2.9999905'%20id='rect4561'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='80.000008'%20y='58'%20width='2.9999907'%20height='2.9999905'%20id='rect4563'%20/%3e%3crect%20id='rect4565'%20height='2.9999905'%20width='2.9999907'%20y='58'%20x='85.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4567'%20height='2.9999905'%20width='2.9999907'%20y='64'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='64'%20width='2.9999907'%20height='2.9999905'%20id='rect4569'%20/%3e%3ccircle%20style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4571'%20cx='110.06081'%20cy='57.939209'%20r='4.7438836'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='116.64566'%20y='-31.79752'%20width='4.229713'%20height='6.4053884'%20id='rect4563-2'%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20125,56%20138.77027,56.095%20132,64%20Z'%20id='path4613'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615'%20d='M%20149,64%20162.77027,63.905%20156,56%20Z'%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='54'%20y='53'%20width='11.999996'%20height='1.9999961'%20id='rect4638'%20/%3e%3crect%20id='svg_1-7-2-24'%20height='1.9999957'%20width='12.99999'%20y='-56'%20x='53'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='53'%20y='-66'%20width='12.99999'%20height='1.9999957'%20id='rect4657'%20/%3e%3crect%20id='rect4659'%20height='0.99999291'%20width='11.999999'%20y='57'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='88.000122'%20width='11.999996'%20height='1.9999961'%20id='rect4661'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='76.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4663'%20/%3e%3crect%20id='rect4665'%20height='2.9999905'%20width='2.9999907'%20y='76.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20id='rect4667'%20height='2.9999905'%20width='2.9999907'%20y='82.000122'%20x='80.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='85.000008'%20y='82.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4669'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='88.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4671'%20/%3e%3crect%20id='rect4673'%20height='2.9999905'%20width='2.9999907'%20y='88.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3ccircle%20r='4.7438836'%20cy='81.939331'%20cx='110.06081'%20id='circle4675'%20style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20id='rect4677'%20height='6.4053884'%20width='4.229713'%20y='-14.826816'%20x='133.6163'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4679'%20d='m%20125,80.000005%2013.77027,0.09499%20L%20132,87.999992%20Z'%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20149,88.0002%20162.77027,87.9052%20156,80.0002%20Z'%20id='path4681'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3crect%20id='rect4683'%20height='1.9999961'%20width='11.999996'%20y='77.000122'%20x='54'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='77.000122'%20y='-56'%20width='12.99999'%20height='1.9999957'%20id='rect4685'%20/%3e%3crect%20id='rect4687'%20height='1.9999957'%20width='12.99999'%20y='-66'%20x='77.000122'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='81.000122'%20width='11.999999'%20height='0.99999291'%20id='rect4689'%20/%3e%3crect%20id='rect4761-1'%20height='1.9999945'%20width='15.99999'%20y='101'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-0'%20height='1.9999945'%20width='15.99999'%20y='105'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-7'%20height='1.9999945'%20width='9'%20y='109'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1'%20height='1.9999945'%20width='12'%20y='125'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4'%20height='1.9999945'%20width='10'%20y='137'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4'%20height='1.9999945'%20width='10'%20y='129'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4-3'%20height='1.9999945'%20width='9'%20y='133'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,100.0254%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,100.5991%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1452%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533865,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550756,0%206.710442,-2.4113%207.650391,-5.9414%200.939949,-3.5301%20-0.618463,-7.2736%20-3.710938,-9.0703%20-1.159678,-0.6738%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,99.9629%20c%20-1.270084,0.039%20-2.541493,0.3887%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5402%20-3.710937,9.0703%200.939949,3.5301%204.09768,5.9414%207.648437,5.9414%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4056%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,100%200,2%20-2.4999996,0%20L%2012,107%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20id='path3055-0-77'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9850574,108.015%2014.0298856,-0.03'%20id='path5244-5-0-5'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9849874,132.015%2014.0298866,-0.03'%20id='path5244-5-0-5-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,123.9629%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,124.5366%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1453%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533864,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550757,0%206.710442,-2.4093%207.650391,-5.9394%200.939949,-3.5301%20-0.618463,-7.2756%20-3.710938,-9.0723%20-1.159678,-0.6737%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138-12'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,123.9629%20c%20-1.270084,0.039%20-2.541493,0.3888%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5422%20-3.710937,9.0723%200.939949,3.5301%204.09768,5.9394%207.648437,5.9394%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4055%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1-3'%20/%3e%3cpath%20id='path6191'%20d='m%2010.5,116%200,-2%20-2.4999996,0%20L%2012,109%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,129%200,-2%20-2.4999996,0%20L%2012,122%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20id='path6193'%20/%3e%3cpath%20id='path6195'%20d='m%2010.5,135%200,2%20-2.4999996,0%20L%2012,142%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4500'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073242'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073242%20-3.833708,2.213392%20-3.8337072,2.213393%200,-4.426785%200,-4.426784%203.8337082,2.213392%20z'%20inkscape:transform-center-x='-1.2779026'%20/%3e%3cpath%20inkscape:transform-center-x='1.277902'%20d='m%20-31.500004,60.073242%20-3.833708,2.213392%20-3.833707,2.213393%200,-4.426785%200,-4.426784%203.833707,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073242'%20sodipodi:cx='-36.611614'%20sodipodi:sides='3'%20id='path4502'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='scale(-1,1)'%20/%3e%3cpath%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073212'%20sodipodi:cx='11.55581'%20sodipodi:sides='3'%20id='path4504'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='matrix(0,1,-1,0,72.0074,71.7877)'%20inkscape:transform-center-y='1.2779029'%20/%3e%3cpath%20inkscape:transform-center-y='-1.2779026'%20transform='matrix(0,-1,-1,0,96,96)'%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4506'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073212'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615-5'%20d='m%20171.82574,65.174193%2016.34854,0%20-8.17427,-13.348454%20z'%20style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,55%200,6%202,0%200,-6'%20id='path4300'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,62%200,2%202,0%200,-2'%20id='path4300-6'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8'%20d='M%2099.994369,113.0221%20102,114.98353%20l%207,-6.9558%203,0.97227%202,-1%201,-2%200,-3%20-3,3%20-3,-3%203,-3%20-3,0%20-2,1%20-1,2%200.99437,3.0221%20z'%20id='path4268'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccccccccc'%20/%3e%3crect%20id='rect4175-3-5'%20height='16'%20width='16'%20y='4'%20x='220'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20234,6%200,2%20-5,5%200,5%20-2,0%200,-5%20-5,-5%200,-2'%20id='path3546'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cg%20transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)'%20id='g4383-6'%3e%3crect%20id='rect4385-2'%20height='1.2499905'%20width='5.9999924'%20y='12.625005'%20x='198.00002'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='15.125007'%20width='7.4999928'%20height='1.2499949'%20id='rect4387-9'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='7.6250024'%20width='2.9999909'%20height='1.2499905'%20id='rect4389-1-0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='10.125004'%20width='4.4999919'%20height='1.2499905'%20id='rect4389-1-9'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20207.00001,16.375004%200,-5.625005%20-2.25,0%203,-3.1250014%203,3.1250014%20-2.25,0%200,5.625005%20-1.5,0'%20id='path4402'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3c/g%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20164,100%200,3%20-6,6%200,7%20-4,0%200,-7%20-6,-6%200,-3'%20id='path3546-2-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1-3'%20height='16'%20width='16'%20y='28'%20x='4'%20/%3e%3cpath%20sodipodi:nodetypes='ccccccccc'%20inkscape:connector-curvature='0'%20id='path4402-5-7'%20d='m%2015,41%200,-7%20-4,0%200,3%20-5,-4%205,-4%200,3%206,0%200,9'%20style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20/%3e%3c/svg%3e") -72px -72px;cursor:move}div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='240'%20height='144'%20id='svg4136'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='jsoneditor-icons.svg'%3e%3ctitle%20id='title6512'%3eJSON%20Editor%20Icons%3c/title%3e%3cmetadata%20id='metadata4148'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3eJSON%20Editor%20Icons%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4146'%20/%3e%3csodipodi:namedview%20pagecolor='%23ff63ff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1026'%20id='namedview4144'%20showgrid='true'%20inkscape:zoom='4'%20inkscape:cx='13.229181'%20inkscape:cy='119.82429'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4136'%20showguides='false'%20borderlayer='false'%20inkscape:showpageshadow='true'%20showborder='true'%3e%3cinkscape:grid%20type='xygrid'%20id='grid4640'%20empspacing='24'%20/%3e%3c/sodipodi:namedview%3e%3c!--%20Created%20with%20SVG-edit%20-%20http://svg-edit.googlecode.com/%20--%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1'%20height='16'%20width='16'%20y='4'%20x='4'%20/%3e%3crect%20id='svg_1-7'%20height='16'%20width='16'%20y='3.999995'%20x='28.000006'%20style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20x='52.000004'%20y='3.999995'%20width='16'%20height='16'%20id='rect4165'%20/%3e%3crect%20id='rect4175'%20height='16'%20width='16'%20y='3.9999852'%20x='172.00002'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4175-3'%20height='16'%20width='16'%20y='3.999995'%20x='196'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cg%20id='g4299'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3cg%20id='g4299-3'%20transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1-0'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1-9'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3crect%20id='svg_1-7-5'%20height='6.9999905'%20width='6.9999909'%20y='7.0000048'%20x='55.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20x='58'%20y='10.00001'%20width='6.9999909'%20height='6.9999905'%20id='rect4354'%20/%3e%3crect%20id='svg_1-7-5-7'%20height='6.9999905'%20width='6.9999909'%20y='10.000005'%20x='58.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647'%20/%3e%3cg%20id='g4378'%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='10.999999'%20width='7.9999909'%20height='1.9999965'%20id='svg_1-7-5-3'%20/%3e%3crect%20id='rect4374'%20height='1.9999946'%20width='11.999995'%20y='7.0000005'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20id='rect4376'%20height='1.9999995'%20width='3.9999928'%20y='14.999996'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,-1,-23.999995,23.999995)'%20id='g4383'%3e%3crect%20id='rect4385'%20height='1.9999965'%20width='7.9999909'%20y='10.999999'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='7.0000005'%20width='11.999995'%20height='1.9999946'%20id='rect4387'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='14.999996'%20width='3.9999928'%20height='1.9999995'%20id='rect4389'%20/%3e%3c/g%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-4'%20width='16'%20height='16'%20x='76'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2085.10447,6.0157384%20-0.0156,1.4063%20c%203.02669,-0.2402%200.33008,3.6507996%202.48438,4.5780996%20-2.18694,1.0938%200.49191,4.9069%20-2.45313,4.5781%20l%20-0.0156,1.4219%20c%205.70828,0.559%201.03264,-5.1005%204.70313,-5.2656%20l%200,-1.4063%20c%20-3.61303,-0.027%201.11893,-5.7069996%20-4.70313,-5.3124996%20z'%20id='path4351'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2082.78125,5.9984384%200.0156,1.4063%20c%20-3.02668,-0.2402%20-0.33007,3.6506996%20-2.48437,4.5780996%202.18694,1.0938%20-0.49192,4.9069%202.45312,4.5781%20l%200.0156,1.4219%20c%20-5.70827,0.559%20-1.03263,-5.1004%20-4.70312,-5.2656%20l%200,-1.4063%20c%203.61303,-0.027%20-1.11894,-5.7070996%204.70312,-5.3124996%20z'%20id='path4351-9'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-25'%20width='16'%20height='16'%20x='100'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20103.719,5.6719384%200,12.7187996%203.03125,0%200,-1.5313%20-1.34375,0%200,-9.6249996%201.375,0%200,-1.5625%20z'%20id='path2987'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20112.2185,5.6721984%200,12.7187996%20-3.03125,0%200,-1.5313%201.34375,0%200,-9.6249996%20-1.375,0%200,-1.5625%20z'%20id='path2987-1'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-73'%20width='16'%20height='16'%20x='124'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20126.2824,17.602938%201.78957,0%201.14143,-2.8641%205.65364,0%201.14856,2.8641%201.76565,0%20-4.78687,-11.1610996%20-1.91903,0%20z'%20id='path3780'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccc'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20d='m%20129.72704,13.478838%204.60852,0.01%20-2.30426,-5.5497996%20z'%20id='path3782'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-35'%20width='16'%20height='16'%20x='148'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20156.47655,5.8917384%200,2.1797%200.46093,2.3983996%201.82813,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20152.51561,5.8906384%200,2.1797%200.46094,2.3983996%201.82812,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3crect%20id='svg_1-7-2'%20height='1.9999961'%20width='11.999996'%20y='64'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='svg_1-7-2-2'%20height='2.9999905'%20width='2.9999907'%20y='52'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='52'%20width='2.9999907'%20height='2.9999905'%20id='rect4561'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='80.000008'%20y='58'%20width='2.9999907'%20height='2.9999905'%20id='rect4563'%20/%3e%3crect%20id='rect4565'%20height='2.9999905'%20width='2.9999907'%20y='58'%20x='85.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4567'%20height='2.9999905'%20width='2.9999907'%20y='64'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='64'%20width='2.9999907'%20height='2.9999905'%20id='rect4569'%20/%3e%3ccircle%20style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4571'%20cx='110.06081'%20cy='57.939209'%20r='4.7438836'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='116.64566'%20y='-31.79752'%20width='4.229713'%20height='6.4053884'%20id='rect4563-2'%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20125,56%20138.77027,56.095%20132,64%20Z'%20id='path4613'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615'%20d='M%20149,64%20162.77027,63.905%20156,56%20Z'%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='54'%20y='53'%20width='11.999996'%20height='1.9999961'%20id='rect4638'%20/%3e%3crect%20id='svg_1-7-2-24'%20height='1.9999957'%20width='12.99999'%20y='-56'%20x='53'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='53'%20y='-66'%20width='12.99999'%20height='1.9999957'%20id='rect4657'%20/%3e%3crect%20id='rect4659'%20height='0.99999291'%20width='11.999999'%20y='57'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='88.000122'%20width='11.999996'%20height='1.9999961'%20id='rect4661'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='76.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4663'%20/%3e%3crect%20id='rect4665'%20height='2.9999905'%20width='2.9999907'%20y='76.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20id='rect4667'%20height='2.9999905'%20width='2.9999907'%20y='82.000122'%20x='80.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='85.000008'%20y='82.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4669'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='88.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4671'%20/%3e%3crect%20id='rect4673'%20height='2.9999905'%20width='2.9999907'%20y='88.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3ccircle%20r='4.7438836'%20cy='81.939331'%20cx='110.06081'%20id='circle4675'%20style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20id='rect4677'%20height='6.4053884'%20width='4.229713'%20y='-14.826816'%20x='133.6163'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4679'%20d='m%20125,80.000005%2013.77027,0.09499%20L%20132,87.999992%20Z'%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20149,88.0002%20162.77027,87.9052%20156,80.0002%20Z'%20id='path4681'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3crect%20id='rect4683'%20height='1.9999961'%20width='11.999996'%20y='77.000122'%20x='54'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='77.000122'%20y='-56'%20width='12.99999'%20height='1.9999957'%20id='rect4685'%20/%3e%3crect%20id='rect4687'%20height='1.9999957'%20width='12.99999'%20y='-66'%20x='77.000122'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='81.000122'%20width='11.999999'%20height='0.99999291'%20id='rect4689'%20/%3e%3crect%20id='rect4761-1'%20height='1.9999945'%20width='15.99999'%20y='101'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-0'%20height='1.9999945'%20width='15.99999'%20y='105'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-7'%20height='1.9999945'%20width='9'%20y='109'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1'%20height='1.9999945'%20width='12'%20y='125'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4'%20height='1.9999945'%20width='10'%20y='137'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4'%20height='1.9999945'%20width='10'%20y='129'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4-3'%20height='1.9999945'%20width='9'%20y='133'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,100.0254%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,100.5991%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1452%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533865,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550756,0%206.710442,-2.4113%207.650391,-5.9414%200.939949,-3.5301%20-0.618463,-7.2736%20-3.710938,-9.0703%20-1.159678,-0.6738%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,99.9629%20c%20-1.270084,0.039%20-2.541493,0.3887%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5402%20-3.710937,9.0703%200.939949,3.5301%204.09768,5.9414%207.648437,5.9414%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4056%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,100%200,2%20-2.4999996,0%20L%2012,107%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20id='path3055-0-77'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9850574,108.015%2014.0298856,-0.03'%20id='path5244-5-0-5'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9849874,132.015%2014.0298866,-0.03'%20id='path5244-5-0-5-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,123.9629%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,124.5366%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1453%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533864,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550757,0%206.710442,-2.4093%207.650391,-5.9394%200.939949,-3.5301%20-0.618463,-7.2756%20-3.710938,-9.0723%20-1.159678,-0.6737%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138-12'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,123.9629%20c%20-1.270084,0.039%20-2.541493,0.3888%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5422%20-3.710937,9.0723%200.939949,3.5301%204.09768,5.9394%207.648437,5.9394%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4055%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1-3'%20/%3e%3cpath%20id='path6191'%20d='m%2010.5,116%200,-2%20-2.4999996,0%20L%2012,109%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,129%200,-2%20-2.4999996,0%20L%2012,122%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20id='path6193'%20/%3e%3cpath%20id='path6195'%20d='m%2010.5,135%200,2%20-2.4999996,0%20L%2012,142%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4500'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073242'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073242%20-3.833708,2.213392%20-3.8337072,2.213393%200,-4.426785%200,-4.426784%203.8337082,2.213392%20z'%20inkscape:transform-center-x='-1.2779026'%20/%3e%3cpath%20inkscape:transform-center-x='1.277902'%20d='m%20-31.500004,60.073242%20-3.833708,2.213392%20-3.833707,2.213393%200,-4.426785%200,-4.426784%203.833707,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073242'%20sodipodi:cx='-36.611614'%20sodipodi:sides='3'%20id='path4502'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='scale(-1,1)'%20/%3e%3cpath%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073212'%20sodipodi:cx='11.55581'%20sodipodi:sides='3'%20id='path4504'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='matrix(0,1,-1,0,72.0074,71.7877)'%20inkscape:transform-center-y='1.2779029'%20/%3e%3cpath%20inkscape:transform-center-y='-1.2779026'%20transform='matrix(0,-1,-1,0,96,96)'%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4506'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073212'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615-5'%20d='m%20171.82574,65.174193%2016.34854,0%20-8.17427,-13.348454%20z'%20style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,55%200,6%202,0%200,-6'%20id='path4300'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,62%200,2%202,0%200,-2'%20id='path4300-6'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8'%20d='M%2099.994369,113.0221%20102,114.98353%20l%207,-6.9558%203,0.97227%202,-1%201,-2%200,-3%20-3,3%20-3,-3%203,-3%20-3,0%20-2,1%20-1,2%200.99437,3.0221%20z'%20id='path4268'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccccccccc'%20/%3e%3crect%20id='rect4175-3-5'%20height='16'%20width='16'%20y='4'%20x='220'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20234,6%200,2%20-5,5%200,5%20-2,0%200,-5%20-5,-5%200,-2'%20id='path3546'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cg%20transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)'%20id='g4383-6'%3e%3crect%20id='rect4385-2'%20height='1.2499905'%20width='5.9999924'%20y='12.625005'%20x='198.00002'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='15.125007'%20width='7.4999928'%20height='1.2499949'%20id='rect4387-9'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='7.6250024'%20width='2.9999909'%20height='1.2499905'%20id='rect4389-1-0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='10.125004'%20width='4.4999919'%20height='1.2499905'%20id='rect4389-1-9'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20207.00001,16.375004%200,-5.625005%20-2.25,0%203,-3.1250014%203,3.1250014%20-2.25,0%200,5.625005%20-1.5,0'%20id='path4402'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3c/g%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20164,100%200,3%20-6,6%200,7%20-4,0%200,-7%20-6,-6%200,-3'%20id='path3546-2-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1-3'%20height='16'%20width='16'%20y='28'%20x='4'%20/%3e%3cpath%20sodipodi:nodetypes='ccccccccc'%20inkscape:connector-curvature='0'%20id='path4402-5-7'%20d='m%2015,41%200,-7%20-4,0%200,3%20-5,-4%205,-4%200,3%206,0%200,9'%20style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20/%3e%3c/svg%3e") -168px -48px}textarea.jsoneditor-text *,.ace-jsoneditor *{font-family:dejavu sans mono,droid sans mono,consolas,monaco,lucida console,courier new,courier,monospace,sans-serif}div.jsoneditor-field,div.jsoneditor-value,div.jsoneditor td,div.jsoneditor th,div.jsoneditor textarea,pre.jsoneditor-preview,.jsoneditor-schema-error,.jsoneditor-popover{font-family:dejavu sans mono,droid sans mono,consolas,monaco,lucida console,courier new,courier,monospace,sans-serif;font-size:10pt;color:#1a1a1a}.jsoneditor-text-errors tr .jsoneditor-schema-error{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='240'%20height='144'%20id='svg4136'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='jsoneditor-icons.svg'%3e%3ctitle%20id='title6512'%3eJSON%20Editor%20Icons%3c/title%3e%3cmetadata%20id='metadata4148'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3eJSON%20Editor%20Icons%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4146'%20/%3e%3csodipodi:namedview%20pagecolor='%23ff63ff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1026'%20id='namedview4144'%20showgrid='true'%20inkscape:zoom='4'%20inkscape:cx='13.229181'%20inkscape:cy='119.82429'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4136'%20showguides='false'%20borderlayer='false'%20inkscape:showpageshadow='true'%20showborder='true'%3e%3cinkscape:grid%20type='xygrid'%20id='grid4640'%20empspacing='24'%20/%3e%3c/sodipodi:namedview%3e%3c!--%20Created%20with%20SVG-edit%20-%20http://svg-edit.googlecode.com/%20--%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1'%20height='16'%20width='16'%20y='4'%20x='4'%20/%3e%3crect%20id='svg_1-7'%20height='16'%20width='16'%20y='3.999995'%20x='28.000006'%20style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20x='52.000004'%20y='3.999995'%20width='16'%20height='16'%20id='rect4165'%20/%3e%3crect%20id='rect4175'%20height='16'%20width='16'%20y='3.9999852'%20x='172.00002'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4175-3'%20height='16'%20width='16'%20y='3.999995'%20x='196'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cg%20id='g4299'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3cg%20id='g4299-3'%20transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1-0'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1-9'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3crect%20id='svg_1-7-5'%20height='6.9999905'%20width='6.9999909'%20y='7.0000048'%20x='55.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20x='58'%20y='10.00001'%20width='6.9999909'%20height='6.9999905'%20id='rect4354'%20/%3e%3crect%20id='svg_1-7-5-7'%20height='6.9999905'%20width='6.9999909'%20y='10.000005'%20x='58.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647'%20/%3e%3cg%20id='g4378'%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='10.999999'%20width='7.9999909'%20height='1.9999965'%20id='svg_1-7-5-3'%20/%3e%3crect%20id='rect4374'%20height='1.9999946'%20width='11.999995'%20y='7.0000005'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20id='rect4376'%20height='1.9999995'%20width='3.9999928'%20y='14.999996'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,-1,-23.999995,23.999995)'%20id='g4383'%3e%3crect%20id='rect4385'%20height='1.9999965'%20width='7.9999909'%20y='10.999999'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='7.0000005'%20width='11.999995'%20height='1.9999946'%20id='rect4387'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='14.999996'%20width='3.9999928'%20height='1.9999995'%20id='rect4389'%20/%3e%3c/g%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-4'%20width='16'%20height='16'%20x='76'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2085.10447,6.0157384%20-0.0156,1.4063%20c%203.02669,-0.2402%200.33008,3.6507996%202.48438,4.5780996%20-2.18694,1.0938%200.49191,4.9069%20-2.45313,4.5781%20l%20-0.0156,1.4219%20c%205.70828,0.559%201.03264,-5.1005%204.70313,-5.2656%20l%200,-1.4063%20c%20-3.61303,-0.027%201.11893,-5.7069996%20-4.70313,-5.3124996%20z'%20id='path4351'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2082.78125,5.9984384%200.0156,1.4063%20c%20-3.02668,-0.2402%20-0.33007,3.6506996%20-2.48437,4.5780996%202.18694,1.0938%20-0.49192,4.9069%202.45312,4.5781%20l%200.0156,1.4219%20c%20-5.70827,0.559%20-1.03263,-5.1004%20-4.70312,-5.2656%20l%200,-1.4063%20c%203.61303,-0.027%20-1.11894,-5.7070996%204.70312,-5.3124996%20z'%20id='path4351-9'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-25'%20width='16'%20height='16'%20x='100'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20103.719,5.6719384%200,12.7187996%203.03125,0%200,-1.5313%20-1.34375,0%200,-9.6249996%201.375,0%200,-1.5625%20z'%20id='path2987'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20112.2185,5.6721984%200,12.7187996%20-3.03125,0%200,-1.5313%201.34375,0%200,-9.6249996%20-1.375,0%200,-1.5625%20z'%20id='path2987-1'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-73'%20width='16'%20height='16'%20x='124'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20126.2824,17.602938%201.78957,0%201.14143,-2.8641%205.65364,0%201.14856,2.8641%201.76565,0%20-4.78687,-11.1610996%20-1.91903,0%20z'%20id='path3780'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccc'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20d='m%20129.72704,13.478838%204.60852,0.01%20-2.30426,-5.5497996%20z'%20id='path3782'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-35'%20width='16'%20height='16'%20x='148'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20156.47655,5.8917384%200,2.1797%200.46093,2.3983996%201.82813,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20152.51561,5.8906384%200,2.1797%200.46094,2.3983996%201.82812,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3crect%20id='svg_1-7-2'%20height='1.9999961'%20width='11.999996'%20y='64'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='svg_1-7-2-2'%20height='2.9999905'%20width='2.9999907'%20y='52'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='52'%20width='2.9999907'%20height='2.9999905'%20id='rect4561'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='80.000008'%20y='58'%20width='2.9999907'%20height='2.9999905'%20id='rect4563'%20/%3e%3crect%20id='rect4565'%20height='2.9999905'%20width='2.9999907'%20y='58'%20x='85.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4567'%20height='2.9999905'%20width='2.9999907'%20y='64'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='64'%20width='2.9999907'%20height='2.9999905'%20id='rect4569'%20/%3e%3ccircle%20style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4571'%20cx='110.06081'%20cy='57.939209'%20r='4.7438836'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='116.64566'%20y='-31.79752'%20width='4.229713'%20height='6.4053884'%20id='rect4563-2'%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20125,56%20138.77027,56.095%20132,64%20Z'%20id='path4613'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615'%20d='M%20149,64%20162.77027,63.905%20156,56%20Z'%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='54'%20y='53'%20width='11.999996'%20height='1.9999961'%20id='rect4638'%20/%3e%3crect%20id='svg_1-7-2-24'%20height='1.9999957'%20width='12.99999'%20y='-56'%20x='53'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='53'%20y='-66'%20width='12.99999'%20height='1.9999957'%20id='rect4657'%20/%3e%3crect%20id='rect4659'%20height='0.99999291'%20width='11.999999'%20y='57'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='88.000122'%20width='11.999996'%20height='1.9999961'%20id='rect4661'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='76.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4663'%20/%3e%3crect%20id='rect4665'%20height='2.9999905'%20width='2.9999907'%20y='76.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20id='rect4667'%20height='2.9999905'%20width='2.9999907'%20y='82.000122'%20x='80.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='85.000008'%20y='82.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4669'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='88.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4671'%20/%3e%3crect%20id='rect4673'%20height='2.9999905'%20width='2.9999907'%20y='88.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3ccircle%20r='4.7438836'%20cy='81.939331'%20cx='110.06081'%20id='circle4675'%20style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20id='rect4677'%20height='6.4053884'%20width='4.229713'%20y='-14.826816'%20x='133.6163'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4679'%20d='m%20125,80.000005%2013.77027,0.09499%20L%20132,87.999992%20Z'%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20149,88.0002%20162.77027,87.9052%20156,80.0002%20Z'%20id='path4681'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3crect%20id='rect4683'%20height='1.9999961'%20width='11.999996'%20y='77.000122'%20x='54'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='77.000122'%20y='-56'%20width='12.99999'%20height='1.9999957'%20id='rect4685'%20/%3e%3crect%20id='rect4687'%20height='1.9999957'%20width='12.99999'%20y='-66'%20x='77.000122'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='81.000122'%20width='11.999999'%20height='0.99999291'%20id='rect4689'%20/%3e%3crect%20id='rect4761-1'%20height='1.9999945'%20width='15.99999'%20y='101'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-0'%20height='1.9999945'%20width='15.99999'%20y='105'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-7'%20height='1.9999945'%20width='9'%20y='109'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1'%20height='1.9999945'%20width='12'%20y='125'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4'%20height='1.9999945'%20width='10'%20y='137'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4'%20height='1.9999945'%20width='10'%20y='129'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4-3'%20height='1.9999945'%20width='9'%20y='133'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,100.0254%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,100.5991%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1452%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533865,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550756,0%206.710442,-2.4113%207.650391,-5.9414%200.939949,-3.5301%20-0.618463,-7.2736%20-3.710938,-9.0703%20-1.159678,-0.6738%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,99.9629%20c%20-1.270084,0.039%20-2.541493,0.3887%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5402%20-3.710937,9.0703%200.939949,3.5301%204.09768,5.9414%207.648437,5.9414%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4056%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,100%200,2%20-2.4999996,0%20L%2012,107%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20id='path3055-0-77'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9850574,108.015%2014.0298856,-0.03'%20id='path5244-5-0-5'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9849874,132.015%2014.0298866,-0.03'%20id='path5244-5-0-5-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,123.9629%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,124.5366%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1453%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533864,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550757,0%206.710442,-2.4093%207.650391,-5.9394%200.939949,-3.5301%20-0.618463,-7.2756%20-3.710938,-9.0723%20-1.159678,-0.6737%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138-12'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,123.9629%20c%20-1.270084,0.039%20-2.541493,0.3888%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5422%20-3.710937,9.0723%200.939949,3.5301%204.09768,5.9394%207.648437,5.9394%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4055%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1-3'%20/%3e%3cpath%20id='path6191'%20d='m%2010.5,116%200,-2%20-2.4999996,0%20L%2012,109%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,129%200,-2%20-2.4999996,0%20L%2012,122%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20id='path6193'%20/%3e%3cpath%20id='path6195'%20d='m%2010.5,135%200,2%20-2.4999996,0%20L%2012,142%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4500'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073242'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073242%20-3.833708,2.213392%20-3.8337072,2.213393%200,-4.426785%200,-4.426784%203.8337082,2.213392%20z'%20inkscape:transform-center-x='-1.2779026'%20/%3e%3cpath%20inkscape:transform-center-x='1.277902'%20d='m%20-31.500004,60.073242%20-3.833708,2.213392%20-3.833707,2.213393%200,-4.426785%200,-4.426784%203.833707,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073242'%20sodipodi:cx='-36.611614'%20sodipodi:sides='3'%20id='path4502'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='scale(-1,1)'%20/%3e%3cpath%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073212'%20sodipodi:cx='11.55581'%20sodipodi:sides='3'%20id='path4504'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='matrix(0,1,-1,0,72.0074,71.7877)'%20inkscape:transform-center-y='1.2779029'%20/%3e%3cpath%20inkscape:transform-center-y='-1.2779026'%20transform='matrix(0,-1,-1,0,96,96)'%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4506'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073212'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615-5'%20d='m%20171.82574,65.174193%2016.34854,0%20-8.17427,-13.348454%20z'%20style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,55%200,6%202,0%200,-6'%20id='path4300'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,62%200,2%202,0%200,-2'%20id='path4300-6'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8'%20d='M%2099.994369,113.0221%20102,114.98353%20l%207,-6.9558%203,0.97227%202,-1%201,-2%200,-3%20-3,3%20-3,-3%203,-3%20-3,0%20-2,1%20-1,2%200.99437,3.0221%20z'%20id='path4268'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccccccccc'%20/%3e%3crect%20id='rect4175-3-5'%20height='16'%20width='16'%20y='4'%20x='220'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20234,6%200,2%20-5,5%200,5%20-2,0%200,-5%20-5,-5%200,-2'%20id='path3546'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cg%20transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)'%20id='g4383-6'%3e%3crect%20id='rect4385-2'%20height='1.2499905'%20width='5.9999924'%20y='12.625005'%20x='198.00002'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='15.125007'%20width='7.4999928'%20height='1.2499949'%20id='rect4387-9'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='7.6250024'%20width='2.9999909'%20height='1.2499905'%20id='rect4389-1-0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='10.125004'%20width='4.4999919'%20height='1.2499905'%20id='rect4389-1-9'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20207.00001,16.375004%200,-5.625005%20-2.25,0%203,-3.1250014%203,3.1250014%20-2.25,0%200,5.625005%20-1.5,0'%20id='path4402'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3c/g%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20164,100%200,3%20-6,6%200,7%20-4,0%200,-7%20-6,-6%200,-3'%20id='path3546-2-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1-3'%20height='16'%20width='16'%20y='28'%20x='4'%20/%3e%3cpath%20sodipodi:nodetypes='ccccccccc'%20inkscape:connector-curvature='0'%20id='path4402-5-7'%20d='m%2015,41%200,-7%20-4,0%200,3%20-5,-4%205,-4%200,3%206,0%200,9'%20style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20/%3e%3c/svg%3e") -168px -48px}.jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='240'%20height='144'%20id='svg4136'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='jsoneditor-icons.svg'%3e%3ctitle%20id='title6512'%3eJSON%20Editor%20Icons%3c/title%3e%3cmetadata%20id='metadata4148'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3eJSON%20Editor%20Icons%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4146'%20/%3e%3csodipodi:namedview%20pagecolor='%23ff63ff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1026'%20id='namedview4144'%20showgrid='true'%20inkscape:zoom='4'%20inkscape:cx='13.229181'%20inkscape:cy='119.82429'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4136'%20showguides='false'%20borderlayer='false'%20inkscape:showpageshadow='true'%20showborder='true'%3e%3cinkscape:grid%20type='xygrid'%20id='grid4640'%20empspacing='24'%20/%3e%3c/sodipodi:namedview%3e%3c!--%20Created%20with%20SVG-edit%20-%20http://svg-edit.googlecode.com/%20--%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1'%20height='16'%20width='16'%20y='4'%20x='4'%20/%3e%3crect%20id='svg_1-7'%20height='16'%20width='16'%20y='3.999995'%20x='28.000006'%20style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20x='52.000004'%20y='3.999995'%20width='16'%20height='16'%20id='rect4165'%20/%3e%3crect%20id='rect4175'%20height='16'%20width='16'%20y='3.9999852'%20x='172.00002'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4175-3'%20height='16'%20width='16'%20y='3.999995'%20x='196'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cg%20id='g4299'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3cg%20id='g4299-3'%20transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1-0'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1-9'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3crect%20id='svg_1-7-5'%20height='6.9999905'%20width='6.9999909'%20y='7.0000048'%20x='55.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20x='58'%20y='10.00001'%20width='6.9999909'%20height='6.9999905'%20id='rect4354'%20/%3e%3crect%20id='svg_1-7-5-7'%20height='6.9999905'%20width='6.9999909'%20y='10.000005'%20x='58.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647'%20/%3e%3cg%20id='g4378'%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='10.999999'%20width='7.9999909'%20height='1.9999965'%20id='svg_1-7-5-3'%20/%3e%3crect%20id='rect4374'%20height='1.9999946'%20width='11.999995'%20y='7.0000005'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20id='rect4376'%20height='1.9999995'%20width='3.9999928'%20y='14.999996'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,-1,-23.999995,23.999995)'%20id='g4383'%3e%3crect%20id='rect4385'%20height='1.9999965'%20width='7.9999909'%20y='10.999999'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='7.0000005'%20width='11.999995'%20height='1.9999946'%20id='rect4387'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='14.999996'%20width='3.9999928'%20height='1.9999995'%20id='rect4389'%20/%3e%3c/g%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-4'%20width='16'%20height='16'%20x='76'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2085.10447,6.0157384%20-0.0156,1.4063%20c%203.02669,-0.2402%200.33008,3.6507996%202.48438,4.5780996%20-2.18694,1.0938%200.49191,4.9069%20-2.45313,4.5781%20l%20-0.0156,1.4219%20c%205.70828,0.559%201.03264,-5.1005%204.70313,-5.2656%20l%200,-1.4063%20c%20-3.61303,-0.027%201.11893,-5.7069996%20-4.70313,-5.3124996%20z'%20id='path4351'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2082.78125,5.9984384%200.0156,1.4063%20c%20-3.02668,-0.2402%20-0.33007,3.6506996%20-2.48437,4.5780996%202.18694,1.0938%20-0.49192,4.9069%202.45312,4.5781%20l%200.0156,1.4219%20c%20-5.70827,0.559%20-1.03263,-5.1004%20-4.70312,-5.2656%20l%200,-1.4063%20c%203.61303,-0.027%20-1.11894,-5.7070996%204.70312,-5.3124996%20z'%20id='path4351-9'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-25'%20width='16'%20height='16'%20x='100'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20103.719,5.6719384%200,12.7187996%203.03125,0%200,-1.5313%20-1.34375,0%200,-9.6249996%201.375,0%200,-1.5625%20z'%20id='path2987'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20112.2185,5.6721984%200,12.7187996%20-3.03125,0%200,-1.5313%201.34375,0%200,-9.6249996%20-1.375,0%200,-1.5625%20z'%20id='path2987-1'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-73'%20width='16'%20height='16'%20x='124'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20126.2824,17.602938%201.78957,0%201.14143,-2.8641%205.65364,0%201.14856,2.8641%201.76565,0%20-4.78687,-11.1610996%20-1.91903,0%20z'%20id='path3780'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccc'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20d='m%20129.72704,13.478838%204.60852,0.01%20-2.30426,-5.5497996%20z'%20id='path3782'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-35'%20width='16'%20height='16'%20x='148'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20156.47655,5.8917384%200,2.1797%200.46093,2.3983996%201.82813,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20152.51561,5.8906384%200,2.1797%200.46094,2.3983996%201.82812,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3crect%20id='svg_1-7-2'%20height='1.9999961'%20width='11.999996'%20y='64'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='svg_1-7-2-2'%20height='2.9999905'%20width='2.9999907'%20y='52'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='52'%20width='2.9999907'%20height='2.9999905'%20id='rect4561'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='80.000008'%20y='58'%20width='2.9999907'%20height='2.9999905'%20id='rect4563'%20/%3e%3crect%20id='rect4565'%20height='2.9999905'%20width='2.9999907'%20y='58'%20x='85.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4567'%20height='2.9999905'%20width='2.9999907'%20y='64'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='64'%20width='2.9999907'%20height='2.9999905'%20id='rect4569'%20/%3e%3ccircle%20style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4571'%20cx='110.06081'%20cy='57.939209'%20r='4.7438836'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='116.64566'%20y='-31.79752'%20width='4.229713'%20height='6.4053884'%20id='rect4563-2'%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20125,56%20138.77027,56.095%20132,64%20Z'%20id='path4613'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615'%20d='M%20149,64%20162.77027,63.905%20156,56%20Z'%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='54'%20y='53'%20width='11.999996'%20height='1.9999961'%20id='rect4638'%20/%3e%3crect%20id='svg_1-7-2-24'%20height='1.9999957'%20width='12.99999'%20y='-56'%20x='53'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='53'%20y='-66'%20width='12.99999'%20height='1.9999957'%20id='rect4657'%20/%3e%3crect%20id='rect4659'%20height='0.99999291'%20width='11.999999'%20y='57'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='88.000122'%20width='11.999996'%20height='1.9999961'%20id='rect4661'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='76.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4663'%20/%3e%3crect%20id='rect4665'%20height='2.9999905'%20width='2.9999907'%20y='76.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20id='rect4667'%20height='2.9999905'%20width='2.9999907'%20y='82.000122'%20x='80.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='85.000008'%20y='82.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4669'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='88.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4671'%20/%3e%3crect%20id='rect4673'%20height='2.9999905'%20width='2.9999907'%20y='88.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3ccircle%20r='4.7438836'%20cy='81.939331'%20cx='110.06081'%20id='circle4675'%20style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20id='rect4677'%20height='6.4053884'%20width='4.229713'%20y='-14.826816'%20x='133.6163'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4679'%20d='m%20125,80.000005%2013.77027,0.09499%20L%20132,87.999992%20Z'%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20149,88.0002%20162.77027,87.9052%20156,80.0002%20Z'%20id='path4681'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3crect%20id='rect4683'%20height='1.9999961'%20width='11.999996'%20y='77.000122'%20x='54'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='77.000122'%20y='-56'%20width='12.99999'%20height='1.9999957'%20id='rect4685'%20/%3e%3crect%20id='rect4687'%20height='1.9999957'%20width='12.99999'%20y='-66'%20x='77.000122'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='81.000122'%20width='11.999999'%20height='0.99999291'%20id='rect4689'%20/%3e%3crect%20id='rect4761-1'%20height='1.9999945'%20width='15.99999'%20y='101'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-0'%20height='1.9999945'%20width='15.99999'%20y='105'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-7'%20height='1.9999945'%20width='9'%20y='109'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1'%20height='1.9999945'%20width='12'%20y='125'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4'%20height='1.9999945'%20width='10'%20y='137'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4'%20height='1.9999945'%20width='10'%20y='129'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4-3'%20height='1.9999945'%20width='9'%20y='133'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,100.0254%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,100.5991%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1452%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533865,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550756,0%206.710442,-2.4113%207.650391,-5.9414%200.939949,-3.5301%20-0.618463,-7.2736%20-3.710938,-9.0703%20-1.159678,-0.6738%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,99.9629%20c%20-1.270084,0.039%20-2.541493,0.3887%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5402%20-3.710937,9.0703%200.939949,3.5301%204.09768,5.9414%207.648437,5.9414%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4056%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,100%200,2%20-2.4999996,0%20L%2012,107%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20id='path3055-0-77'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9850574,108.015%2014.0298856,-0.03'%20id='path5244-5-0-5'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9849874,132.015%2014.0298866,-0.03'%20id='path5244-5-0-5-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,123.9629%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,124.5366%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1453%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533864,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550757,0%206.710442,-2.4093%207.650391,-5.9394%200.939949,-3.5301%20-0.618463,-7.2756%20-3.710938,-9.0723%20-1.159678,-0.6737%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138-12'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,123.9629%20c%20-1.270084,0.039%20-2.541493,0.3888%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5422%20-3.710937,9.0723%200.939949,3.5301%204.09768,5.9394%207.648437,5.9394%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4055%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1-3'%20/%3e%3cpath%20id='path6191'%20d='m%2010.5,116%200,-2%20-2.4999996,0%20L%2012,109%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,129%200,-2%20-2.4999996,0%20L%2012,122%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20id='path6193'%20/%3e%3cpath%20id='path6195'%20d='m%2010.5,135%200,2%20-2.4999996,0%20L%2012,142%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4500'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073242'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073242%20-3.833708,2.213392%20-3.8337072,2.213393%200,-4.426785%200,-4.426784%203.8337082,2.213392%20z'%20inkscape:transform-center-x='-1.2779026'%20/%3e%3cpath%20inkscape:transform-center-x='1.277902'%20d='m%20-31.500004,60.073242%20-3.833708,2.213392%20-3.833707,2.213393%200,-4.426785%200,-4.426784%203.833707,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073242'%20sodipodi:cx='-36.611614'%20sodipodi:sides='3'%20id='path4502'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='scale(-1,1)'%20/%3e%3cpath%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073212'%20sodipodi:cx='11.55581'%20sodipodi:sides='3'%20id='path4504'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='matrix(0,1,-1,0,72.0074,71.7877)'%20inkscape:transform-center-y='1.2779029'%20/%3e%3cpath%20inkscape:transform-center-y='-1.2779026'%20transform='matrix(0,-1,-1,0,96,96)'%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4506'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073212'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615-5'%20d='m%20171.82574,65.174193%2016.34854,0%20-8.17427,-13.348454%20z'%20style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,55%200,6%202,0%200,-6'%20id='path4300'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,62%200,2%202,0%200,-2'%20id='path4300-6'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8'%20d='M%2099.994369,113.0221%20102,114.98353%20l%207,-6.9558%203,0.97227%202,-1%201,-2%200,-3%20-3,3%20-3,-3%203,-3%20-3,0%20-2,1%20-1,2%200.99437,3.0221%20z'%20id='path4268'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccccccccc'%20/%3e%3crect%20id='rect4175-3-5'%20height='16'%20width='16'%20y='4'%20x='220'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20234,6%200,2%20-5,5%200,5%20-2,0%200,-5%20-5,-5%200,-2'%20id='path3546'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cg%20transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)'%20id='g4383-6'%3e%3crect%20id='rect4385-2'%20height='1.2499905'%20width='5.9999924'%20y='12.625005'%20x='198.00002'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='15.125007'%20width='7.4999928'%20height='1.2499949'%20id='rect4387-9'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='7.6250024'%20width='2.9999909'%20height='1.2499905'%20id='rect4389-1-0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='10.125004'%20width='4.4999919'%20height='1.2499905'%20id='rect4389-1-9'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20207.00001,16.375004%200,-5.625005%20-2.25,0%203,-3.1250014%203,3.1250014%20-2.25,0%200,5.625005%20-1.5,0'%20id='path4402'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3c/g%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20164,100%200,3%20-6,6%200,7%20-4,0%200,-7%20-6,-6%200,-3'%20id='path3546-2-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1-3'%20height='16'%20width='16'%20y='28'%20x='4'%20/%3e%3cpath%20sodipodi:nodetypes='ccccccccc'%20inkscape:connector-curvature='0'%20id='path4402-5-7'%20d='m%2015,41%200,-7%20-4,0%200,3%20-5,-4%205,-4%200,3%206,0%200,9'%20style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20/%3e%3c/svg%3e") -25px 0px}.jsoneditor-menu>button,.jsoneditor-menu>.jsoneditor-modes>button{width:26px;height:26px;margin:2px;padding:0;border-radius:2px;border:1px solid transparent;background:transparent url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='240'%20height='144'%20id='svg4136'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='jsoneditor-icons.svg'%3e%3ctitle%20id='title6512'%3eJSON%20Editor%20Icons%3c/title%3e%3cmetadata%20id='metadata4148'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3eJSON%20Editor%20Icons%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4146'%20/%3e%3csodipodi:namedview%20pagecolor='%23ff63ff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1026'%20id='namedview4144'%20showgrid='true'%20inkscape:zoom='4'%20inkscape:cx='13.229181'%20inkscape:cy='119.82429'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4136'%20showguides='false'%20borderlayer='false'%20inkscape:showpageshadow='true'%20showborder='true'%3e%3cinkscape:grid%20type='xygrid'%20id='grid4640'%20empspacing='24'%20/%3e%3c/sodipodi:namedview%3e%3c!--%20Created%20with%20SVG-edit%20-%20http://svg-edit.googlecode.com/%20--%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1'%20height='16'%20width='16'%20y='4'%20x='4'%20/%3e%3crect%20id='svg_1-7'%20height='16'%20width='16'%20y='3.999995'%20x='28.000006'%20style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20x='52.000004'%20y='3.999995'%20width='16'%20height='16'%20id='rect4165'%20/%3e%3crect%20id='rect4175'%20height='16'%20width='16'%20y='3.9999852'%20x='172.00002'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4175-3'%20height='16'%20width='16'%20y='3.999995'%20x='196'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cg%20id='g4299'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3cg%20id='g4299-3'%20transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1-0'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1-9'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3crect%20id='svg_1-7-5'%20height='6.9999905'%20width='6.9999909'%20y='7.0000048'%20x='55.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20x='58'%20y='10.00001'%20width='6.9999909'%20height='6.9999905'%20id='rect4354'%20/%3e%3crect%20id='svg_1-7-5-7'%20height='6.9999905'%20width='6.9999909'%20y='10.000005'%20x='58.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647'%20/%3e%3cg%20id='g4378'%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='10.999999'%20width='7.9999909'%20height='1.9999965'%20id='svg_1-7-5-3'%20/%3e%3crect%20id='rect4374'%20height='1.9999946'%20width='11.999995'%20y='7.0000005'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20id='rect4376'%20height='1.9999995'%20width='3.9999928'%20y='14.999996'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,-1,-23.999995,23.999995)'%20id='g4383'%3e%3crect%20id='rect4385'%20height='1.9999965'%20width='7.9999909'%20y='10.999999'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='7.0000005'%20width='11.999995'%20height='1.9999946'%20id='rect4387'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='14.999996'%20width='3.9999928'%20height='1.9999995'%20id='rect4389'%20/%3e%3c/g%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-4'%20width='16'%20height='16'%20x='76'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2085.10447,6.0157384%20-0.0156,1.4063%20c%203.02669,-0.2402%200.33008,3.6507996%202.48438,4.5780996%20-2.18694,1.0938%200.49191,4.9069%20-2.45313,4.5781%20l%20-0.0156,1.4219%20c%205.70828,0.559%201.03264,-5.1005%204.70313,-5.2656%20l%200,-1.4063%20c%20-3.61303,-0.027%201.11893,-5.7069996%20-4.70313,-5.3124996%20z'%20id='path4351'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2082.78125,5.9984384%200.0156,1.4063%20c%20-3.02668,-0.2402%20-0.33007,3.6506996%20-2.48437,4.5780996%202.18694,1.0938%20-0.49192,4.9069%202.45312,4.5781%20l%200.0156,1.4219%20c%20-5.70827,0.559%20-1.03263,-5.1004%20-4.70312,-5.2656%20l%200,-1.4063%20c%203.61303,-0.027%20-1.11894,-5.7070996%204.70312,-5.3124996%20z'%20id='path4351-9'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-25'%20width='16'%20height='16'%20x='100'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20103.719,5.6719384%200,12.7187996%203.03125,0%200,-1.5313%20-1.34375,0%200,-9.6249996%201.375,0%200,-1.5625%20z'%20id='path2987'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20112.2185,5.6721984%200,12.7187996%20-3.03125,0%200,-1.5313%201.34375,0%200,-9.6249996%20-1.375,0%200,-1.5625%20z'%20id='path2987-1'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-73'%20width='16'%20height='16'%20x='124'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20126.2824,17.602938%201.78957,0%201.14143,-2.8641%205.65364,0%201.14856,2.8641%201.76565,0%20-4.78687,-11.1610996%20-1.91903,0%20z'%20id='path3780'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccc'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20d='m%20129.72704,13.478838%204.60852,0.01%20-2.30426,-5.5497996%20z'%20id='path3782'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-35'%20width='16'%20height='16'%20x='148'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20156.47655,5.8917384%200,2.1797%200.46093,2.3983996%201.82813,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20152.51561,5.8906384%200,2.1797%200.46094,2.3983996%201.82812,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3crect%20id='svg_1-7-2'%20height='1.9999961'%20width='11.999996'%20y='64'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='svg_1-7-2-2'%20height='2.9999905'%20width='2.9999907'%20y='52'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='52'%20width='2.9999907'%20height='2.9999905'%20id='rect4561'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='80.000008'%20y='58'%20width='2.9999907'%20height='2.9999905'%20id='rect4563'%20/%3e%3crect%20id='rect4565'%20height='2.9999905'%20width='2.9999907'%20y='58'%20x='85.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4567'%20height='2.9999905'%20width='2.9999907'%20y='64'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='64'%20width='2.9999907'%20height='2.9999905'%20id='rect4569'%20/%3e%3ccircle%20style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4571'%20cx='110.06081'%20cy='57.939209'%20r='4.7438836'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='116.64566'%20y='-31.79752'%20width='4.229713'%20height='6.4053884'%20id='rect4563-2'%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20125,56%20138.77027,56.095%20132,64%20Z'%20id='path4613'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615'%20d='M%20149,64%20162.77027,63.905%20156,56%20Z'%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='54'%20y='53'%20width='11.999996'%20height='1.9999961'%20id='rect4638'%20/%3e%3crect%20id='svg_1-7-2-24'%20height='1.9999957'%20width='12.99999'%20y='-56'%20x='53'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='53'%20y='-66'%20width='12.99999'%20height='1.9999957'%20id='rect4657'%20/%3e%3crect%20id='rect4659'%20height='0.99999291'%20width='11.999999'%20y='57'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='88.000122'%20width='11.999996'%20height='1.9999961'%20id='rect4661'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='76.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4663'%20/%3e%3crect%20id='rect4665'%20height='2.9999905'%20width='2.9999907'%20y='76.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20id='rect4667'%20height='2.9999905'%20width='2.9999907'%20y='82.000122'%20x='80.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='85.000008'%20y='82.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4669'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='88.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4671'%20/%3e%3crect%20id='rect4673'%20height='2.9999905'%20width='2.9999907'%20y='88.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3ccircle%20r='4.7438836'%20cy='81.939331'%20cx='110.06081'%20id='circle4675'%20style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20id='rect4677'%20height='6.4053884'%20width='4.229713'%20y='-14.826816'%20x='133.6163'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4679'%20d='m%20125,80.000005%2013.77027,0.09499%20L%20132,87.999992%20Z'%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20149,88.0002%20162.77027,87.9052%20156,80.0002%20Z'%20id='path4681'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3crect%20id='rect4683'%20height='1.9999961'%20width='11.999996'%20y='77.000122'%20x='54'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='77.000122'%20y='-56'%20width='12.99999'%20height='1.9999957'%20id='rect4685'%20/%3e%3crect%20id='rect4687'%20height='1.9999957'%20width='12.99999'%20y='-66'%20x='77.000122'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='81.000122'%20width='11.999999'%20height='0.99999291'%20id='rect4689'%20/%3e%3crect%20id='rect4761-1'%20height='1.9999945'%20width='15.99999'%20y='101'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-0'%20height='1.9999945'%20width='15.99999'%20y='105'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-7'%20height='1.9999945'%20width='9'%20y='109'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1'%20height='1.9999945'%20width='12'%20y='125'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4'%20height='1.9999945'%20width='10'%20y='137'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4'%20height='1.9999945'%20width='10'%20y='129'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4-3'%20height='1.9999945'%20width='9'%20y='133'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,100.0254%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,100.5991%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1452%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533865,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550756,0%206.710442,-2.4113%207.650391,-5.9414%200.939949,-3.5301%20-0.618463,-7.2736%20-3.710938,-9.0703%20-1.159678,-0.6738%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,99.9629%20c%20-1.270084,0.039%20-2.541493,0.3887%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5402%20-3.710937,9.0703%200.939949,3.5301%204.09768,5.9414%207.648437,5.9414%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4056%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,100%200,2%20-2.4999996,0%20L%2012,107%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20id='path3055-0-77'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9850574,108.015%2014.0298856,-0.03'%20id='path5244-5-0-5'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9849874,132.015%2014.0298866,-0.03'%20id='path5244-5-0-5-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,123.9629%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,124.5366%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1453%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533864,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550757,0%206.710442,-2.4093%207.650391,-5.9394%200.939949,-3.5301%20-0.618463,-7.2756%20-3.710938,-9.0723%20-1.159678,-0.6737%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138-12'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,123.9629%20c%20-1.270084,0.039%20-2.541493,0.3888%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5422%20-3.710937,9.0723%200.939949,3.5301%204.09768,5.9394%207.648437,5.9394%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4055%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1-3'%20/%3e%3cpath%20id='path6191'%20d='m%2010.5,116%200,-2%20-2.4999996,0%20L%2012,109%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,129%200,-2%20-2.4999996,0%20L%2012,122%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20id='path6193'%20/%3e%3cpath%20id='path6195'%20d='m%2010.5,135%200,2%20-2.4999996,0%20L%2012,142%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4500'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073242'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073242%20-3.833708,2.213392%20-3.8337072,2.213393%200,-4.426785%200,-4.426784%203.8337082,2.213392%20z'%20inkscape:transform-center-x='-1.2779026'%20/%3e%3cpath%20inkscape:transform-center-x='1.277902'%20d='m%20-31.500004,60.073242%20-3.833708,2.213392%20-3.833707,2.213393%200,-4.426785%200,-4.426784%203.833707,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073242'%20sodipodi:cx='-36.611614'%20sodipodi:sides='3'%20id='path4502'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='scale(-1,1)'%20/%3e%3cpath%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073212'%20sodipodi:cx='11.55581'%20sodipodi:sides='3'%20id='path4504'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='matrix(0,1,-1,0,72.0074,71.7877)'%20inkscape:transform-center-y='1.2779029'%20/%3e%3cpath%20inkscape:transform-center-y='-1.2779026'%20transform='matrix(0,-1,-1,0,96,96)'%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4506'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073212'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615-5'%20d='m%20171.82574,65.174193%2016.34854,0%20-8.17427,-13.348454%20z'%20style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,55%200,6%202,0%200,-6'%20id='path4300'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,62%200,2%202,0%200,-2'%20id='path4300-6'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8'%20d='M%2099.994369,113.0221%20102,114.98353%20l%207,-6.9558%203,0.97227%202,-1%201,-2%200,-3%20-3,3%20-3,-3%203,-3%20-3,0%20-2,1%20-1,2%200.99437,3.0221%20z'%20id='path4268'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccccccccc'%20/%3e%3crect%20id='rect4175-3-5'%20height='16'%20width='16'%20y='4'%20x='220'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20234,6%200,2%20-5,5%200,5%20-2,0%200,-5%20-5,-5%200,-2'%20id='path3546'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cg%20transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)'%20id='g4383-6'%3e%3crect%20id='rect4385-2'%20height='1.2499905'%20width='5.9999924'%20y='12.625005'%20x='198.00002'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='15.125007'%20width='7.4999928'%20height='1.2499949'%20id='rect4387-9'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='7.6250024'%20width='2.9999909'%20height='1.2499905'%20id='rect4389-1-0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='10.125004'%20width='4.4999919'%20height='1.2499905'%20id='rect4389-1-9'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20207.00001,16.375004%200,-5.625005%20-2.25,0%203,-3.1250014%203,3.1250014%20-2.25,0%200,5.625005%20-1.5,0'%20id='path4402'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3c/g%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20164,100%200,3%20-6,6%200,7%20-4,0%200,-7%20-6,-6%200,-3'%20id='path3546-2-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1-3'%20height='16'%20width='16'%20y='28'%20x='4'%20/%3e%3cpath%20sodipodi:nodetypes='ccccccccc'%20inkscape:connector-curvature='0'%20id='path4402-5-7'%20d='m%2015,41%200,-7%20-4,0%200,3%20-5,-4%205,-4%200,3%206,0%200,9'%20style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20/%3e%3c/svg%3e");color:#fff;opacity:.8;font-family:arial,sans-serif;font-size:10pt;float:left}.jsoneditor-search button{width:16px;height:24px;padding:0;margin:0;border:none;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='240'%20height='144'%20id='svg4136'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='jsoneditor-icons.svg'%3e%3ctitle%20id='title6512'%3eJSON%20Editor%20Icons%3c/title%3e%3cmetadata%20id='metadata4148'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3eJSON%20Editor%20Icons%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4146'%20/%3e%3csodipodi:namedview%20pagecolor='%23ff63ff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1026'%20id='namedview4144'%20showgrid='true'%20inkscape:zoom='4'%20inkscape:cx='13.229181'%20inkscape:cy='119.82429'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4136'%20showguides='false'%20borderlayer='false'%20inkscape:showpageshadow='true'%20showborder='true'%3e%3cinkscape:grid%20type='xygrid'%20id='grid4640'%20empspacing='24'%20/%3e%3c/sodipodi:namedview%3e%3c!--%20Created%20with%20SVG-edit%20-%20http://svg-edit.googlecode.com/%20--%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1'%20height='16'%20width='16'%20y='4'%20x='4'%20/%3e%3crect%20id='svg_1-7'%20height='16'%20width='16'%20y='3.999995'%20x='28.000006'%20style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20x='52.000004'%20y='3.999995'%20width='16'%20height='16'%20id='rect4165'%20/%3e%3crect%20id='rect4175'%20height='16'%20width='16'%20y='3.9999852'%20x='172.00002'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4175-3'%20height='16'%20width='16'%20y='3.999995'%20x='196'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cg%20id='g4299'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3cg%20id='g4299-3'%20transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1-0'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1-9'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3crect%20id='svg_1-7-5'%20height='6.9999905'%20width='6.9999909'%20y='7.0000048'%20x='55.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20x='58'%20y='10.00001'%20width='6.9999909'%20height='6.9999905'%20id='rect4354'%20/%3e%3crect%20id='svg_1-7-5-7'%20height='6.9999905'%20width='6.9999909'%20y='10.000005'%20x='58.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647'%20/%3e%3cg%20id='g4378'%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='10.999999'%20width='7.9999909'%20height='1.9999965'%20id='svg_1-7-5-3'%20/%3e%3crect%20id='rect4374'%20height='1.9999946'%20width='11.999995'%20y='7.0000005'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20id='rect4376'%20height='1.9999995'%20width='3.9999928'%20y='14.999996'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,-1,-23.999995,23.999995)'%20id='g4383'%3e%3crect%20id='rect4385'%20height='1.9999965'%20width='7.9999909'%20y='10.999999'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='7.0000005'%20width='11.999995'%20height='1.9999946'%20id='rect4387'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='14.999996'%20width='3.9999928'%20height='1.9999995'%20id='rect4389'%20/%3e%3c/g%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-4'%20width='16'%20height='16'%20x='76'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2085.10447,6.0157384%20-0.0156,1.4063%20c%203.02669,-0.2402%200.33008,3.6507996%202.48438,4.5780996%20-2.18694,1.0938%200.49191,4.9069%20-2.45313,4.5781%20l%20-0.0156,1.4219%20c%205.70828,0.559%201.03264,-5.1005%204.70313,-5.2656%20l%200,-1.4063%20c%20-3.61303,-0.027%201.11893,-5.7069996%20-4.70313,-5.3124996%20z'%20id='path4351'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2082.78125,5.9984384%200.0156,1.4063%20c%20-3.02668,-0.2402%20-0.33007,3.6506996%20-2.48437,4.5780996%202.18694,1.0938%20-0.49192,4.9069%202.45312,4.5781%20l%200.0156,1.4219%20c%20-5.70827,0.559%20-1.03263,-5.1004%20-4.70312,-5.2656%20l%200,-1.4063%20c%203.61303,-0.027%20-1.11894,-5.7070996%204.70312,-5.3124996%20z'%20id='path4351-9'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-25'%20width='16'%20height='16'%20x='100'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20103.719,5.6719384%200,12.7187996%203.03125,0%200,-1.5313%20-1.34375,0%200,-9.6249996%201.375,0%200,-1.5625%20z'%20id='path2987'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20112.2185,5.6721984%200,12.7187996%20-3.03125,0%200,-1.5313%201.34375,0%200,-9.6249996%20-1.375,0%200,-1.5625%20z'%20id='path2987-1'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-73'%20width='16'%20height='16'%20x='124'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20126.2824,17.602938%201.78957,0%201.14143,-2.8641%205.65364,0%201.14856,2.8641%201.76565,0%20-4.78687,-11.1610996%20-1.91903,0%20z'%20id='path3780'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccc'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20d='m%20129.72704,13.478838%204.60852,0.01%20-2.30426,-5.5497996%20z'%20id='path3782'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-35'%20width='16'%20height='16'%20x='148'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20156.47655,5.8917384%200,2.1797%200.46093,2.3983996%201.82813,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20152.51561,5.8906384%200,2.1797%200.46094,2.3983996%201.82812,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3crect%20id='svg_1-7-2'%20height='1.9999961'%20width='11.999996'%20y='64'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='svg_1-7-2-2'%20height='2.9999905'%20width='2.9999907'%20y='52'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='52'%20width='2.9999907'%20height='2.9999905'%20id='rect4561'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='80.000008'%20y='58'%20width='2.9999907'%20height='2.9999905'%20id='rect4563'%20/%3e%3crect%20id='rect4565'%20height='2.9999905'%20width='2.9999907'%20y='58'%20x='85.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4567'%20height='2.9999905'%20width='2.9999907'%20y='64'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='64'%20width='2.9999907'%20height='2.9999905'%20id='rect4569'%20/%3e%3ccircle%20style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4571'%20cx='110.06081'%20cy='57.939209'%20r='4.7438836'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='116.64566'%20y='-31.79752'%20width='4.229713'%20height='6.4053884'%20id='rect4563-2'%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20125,56%20138.77027,56.095%20132,64%20Z'%20id='path4613'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615'%20d='M%20149,64%20162.77027,63.905%20156,56%20Z'%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='54'%20y='53'%20width='11.999996'%20height='1.9999961'%20id='rect4638'%20/%3e%3crect%20id='svg_1-7-2-24'%20height='1.9999957'%20width='12.99999'%20y='-56'%20x='53'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='53'%20y='-66'%20width='12.99999'%20height='1.9999957'%20id='rect4657'%20/%3e%3crect%20id='rect4659'%20height='0.99999291'%20width='11.999999'%20y='57'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='88.000122'%20width='11.999996'%20height='1.9999961'%20id='rect4661'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='76.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4663'%20/%3e%3crect%20id='rect4665'%20height='2.9999905'%20width='2.9999907'%20y='76.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20id='rect4667'%20height='2.9999905'%20width='2.9999907'%20y='82.000122'%20x='80.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='85.000008'%20y='82.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4669'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='88.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4671'%20/%3e%3crect%20id='rect4673'%20height='2.9999905'%20width='2.9999907'%20y='88.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3ccircle%20r='4.7438836'%20cy='81.939331'%20cx='110.06081'%20id='circle4675'%20style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20id='rect4677'%20height='6.4053884'%20width='4.229713'%20y='-14.826816'%20x='133.6163'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4679'%20d='m%20125,80.000005%2013.77027,0.09499%20L%20132,87.999992%20Z'%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20149,88.0002%20162.77027,87.9052%20156,80.0002%20Z'%20id='path4681'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3crect%20id='rect4683'%20height='1.9999961'%20width='11.999996'%20y='77.000122'%20x='54'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='77.000122'%20y='-56'%20width='12.99999'%20height='1.9999957'%20id='rect4685'%20/%3e%3crect%20id='rect4687'%20height='1.9999957'%20width='12.99999'%20y='-66'%20x='77.000122'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='81.000122'%20width='11.999999'%20height='0.99999291'%20id='rect4689'%20/%3e%3crect%20id='rect4761-1'%20height='1.9999945'%20width='15.99999'%20y='101'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-0'%20height='1.9999945'%20width='15.99999'%20y='105'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-7'%20height='1.9999945'%20width='9'%20y='109'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1'%20height='1.9999945'%20width='12'%20y='125'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4'%20height='1.9999945'%20width='10'%20y='137'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4'%20height='1.9999945'%20width='10'%20y='129'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4-3'%20height='1.9999945'%20width='9'%20y='133'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,100.0254%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,100.5991%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1452%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533865,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550756,0%206.710442,-2.4113%207.650391,-5.9414%200.939949,-3.5301%20-0.618463,-7.2736%20-3.710938,-9.0703%20-1.159678,-0.6738%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,99.9629%20c%20-1.270084,0.039%20-2.541493,0.3887%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5402%20-3.710937,9.0703%200.939949,3.5301%204.09768,5.9414%207.648437,5.9414%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4056%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,100%200,2%20-2.4999996,0%20L%2012,107%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20id='path3055-0-77'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9850574,108.015%2014.0298856,-0.03'%20id='path5244-5-0-5'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9849874,132.015%2014.0298866,-0.03'%20id='path5244-5-0-5-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,123.9629%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,124.5366%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1453%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533864,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550757,0%206.710442,-2.4093%207.650391,-5.9394%200.939949,-3.5301%20-0.618463,-7.2756%20-3.710938,-9.0723%20-1.159678,-0.6737%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138-12'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,123.9629%20c%20-1.270084,0.039%20-2.541493,0.3888%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5422%20-3.710937,9.0723%200.939949,3.5301%204.09768,5.9394%207.648437,5.9394%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4055%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1-3'%20/%3e%3cpath%20id='path6191'%20d='m%2010.5,116%200,-2%20-2.4999996,0%20L%2012,109%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,129%200,-2%20-2.4999996,0%20L%2012,122%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20id='path6193'%20/%3e%3cpath%20id='path6195'%20d='m%2010.5,135%200,2%20-2.4999996,0%20L%2012,142%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4500'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073242'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073242%20-3.833708,2.213392%20-3.8337072,2.213393%200,-4.426785%200,-4.426784%203.8337082,2.213392%20z'%20inkscape:transform-center-x='-1.2779026'%20/%3e%3cpath%20inkscape:transform-center-x='1.277902'%20d='m%20-31.500004,60.073242%20-3.833708,2.213392%20-3.833707,2.213393%200,-4.426785%200,-4.426784%203.833707,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073242'%20sodipodi:cx='-36.611614'%20sodipodi:sides='3'%20id='path4502'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='scale(-1,1)'%20/%3e%3cpath%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073212'%20sodipodi:cx='11.55581'%20sodipodi:sides='3'%20id='path4504'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='matrix(0,1,-1,0,72.0074,71.7877)'%20inkscape:transform-center-y='1.2779029'%20/%3e%3cpath%20inkscape:transform-center-y='-1.2779026'%20transform='matrix(0,-1,-1,0,96,96)'%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4506'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073212'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615-5'%20d='m%20171.82574,65.174193%2016.34854,0%20-8.17427,-13.348454%20z'%20style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,55%200,6%202,0%200,-6'%20id='path4300'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,62%200,2%202,0%200,-2'%20id='path4300-6'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8'%20d='M%2099.994369,113.0221%20102,114.98353%20l%207,-6.9558%203,0.97227%202,-1%201,-2%200,-3%20-3,3%20-3,-3%203,-3%20-3,0%20-2,1%20-1,2%200.99437,3.0221%20z'%20id='path4268'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccccccccc'%20/%3e%3crect%20id='rect4175-3-5'%20height='16'%20width='16'%20y='4'%20x='220'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20234,6%200,2%20-5,5%200,5%20-2,0%200,-5%20-5,-5%200,-2'%20id='path3546'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cg%20transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)'%20id='g4383-6'%3e%3crect%20id='rect4385-2'%20height='1.2499905'%20width='5.9999924'%20y='12.625005'%20x='198.00002'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='15.125007'%20width='7.4999928'%20height='1.2499949'%20id='rect4387-9'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='7.6250024'%20width='2.9999909'%20height='1.2499905'%20id='rect4389-1-0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='10.125004'%20width='4.4999919'%20height='1.2499905'%20id='rect4389-1-9'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20207.00001,16.375004%200,-5.625005%20-2.25,0%203,-3.1250014%203,3.1250014%20-2.25,0%200,5.625005%20-1.5,0'%20id='path4402'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3c/g%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20164,100%200,3%20-6,6%200,7%20-4,0%200,-7%20-6,-6%200,-3'%20id='path3546-2-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1-3'%20height='16'%20width='16'%20y='28'%20x='4'%20/%3e%3cpath%20sodipodi:nodetypes='ccccccccc'%20inkscape:connector-curvature='0'%20id='path4402-5-7'%20d='m%2015,41%200,-7%20-4,0%200,3%20-5,-4%205,-4%200,3%206,0%200,9'%20style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20/%3e%3c/svg%3e");vertical-align:top}.jsoneditor-statusbar>.jsoneditor-validation-error-icon{float:right;width:24px;height:24px;padding:0;margin-top:1px;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='240'%20height='144'%20id='svg4136'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='jsoneditor-icons.svg'%3e%3ctitle%20id='title6512'%3eJSON%20Editor%20Icons%3c/title%3e%3cmetadata%20id='metadata4148'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3eJSON%20Editor%20Icons%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4146'%20/%3e%3csodipodi:namedview%20pagecolor='%23ff63ff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1026'%20id='namedview4144'%20showgrid='true'%20inkscape:zoom='4'%20inkscape:cx='13.229181'%20inkscape:cy='119.82429'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4136'%20showguides='false'%20borderlayer='false'%20inkscape:showpageshadow='true'%20showborder='true'%3e%3cinkscape:grid%20type='xygrid'%20id='grid4640'%20empspacing='24'%20/%3e%3c/sodipodi:namedview%3e%3c!--%20Created%20with%20SVG-edit%20-%20http://svg-edit.googlecode.com/%20--%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1'%20height='16'%20width='16'%20y='4'%20x='4'%20/%3e%3crect%20id='svg_1-7'%20height='16'%20width='16'%20y='3.999995'%20x='28.000006'%20style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20x='52.000004'%20y='3.999995'%20width='16'%20height='16'%20id='rect4165'%20/%3e%3crect%20id='rect4175'%20height='16'%20width='16'%20y='3.9999852'%20x='172.00002'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4175-3'%20height='16'%20width='16'%20y='3.999995'%20x='196'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cg%20id='g4299'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3cg%20id='g4299-3'%20transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1-0'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1-9'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3crect%20id='svg_1-7-5'%20height='6.9999905'%20width='6.9999909'%20y='7.0000048'%20x='55.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20x='58'%20y='10.00001'%20width='6.9999909'%20height='6.9999905'%20id='rect4354'%20/%3e%3crect%20id='svg_1-7-5-7'%20height='6.9999905'%20width='6.9999909'%20y='10.000005'%20x='58.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647'%20/%3e%3cg%20id='g4378'%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='10.999999'%20width='7.9999909'%20height='1.9999965'%20id='svg_1-7-5-3'%20/%3e%3crect%20id='rect4374'%20height='1.9999946'%20width='11.999995'%20y='7.0000005'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20id='rect4376'%20height='1.9999995'%20width='3.9999928'%20y='14.999996'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,-1,-23.999995,23.999995)'%20id='g4383'%3e%3crect%20id='rect4385'%20height='1.9999965'%20width='7.9999909'%20y='10.999999'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='7.0000005'%20width='11.999995'%20height='1.9999946'%20id='rect4387'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='14.999996'%20width='3.9999928'%20height='1.9999995'%20id='rect4389'%20/%3e%3c/g%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-4'%20width='16'%20height='16'%20x='76'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2085.10447,6.0157384%20-0.0156,1.4063%20c%203.02669,-0.2402%200.33008,3.6507996%202.48438,4.5780996%20-2.18694,1.0938%200.49191,4.9069%20-2.45313,4.5781%20l%20-0.0156,1.4219%20c%205.70828,0.559%201.03264,-5.1005%204.70313,-5.2656%20l%200,-1.4063%20c%20-3.61303,-0.027%201.11893,-5.7069996%20-4.70313,-5.3124996%20z'%20id='path4351'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2082.78125,5.9984384%200.0156,1.4063%20c%20-3.02668,-0.2402%20-0.33007,3.6506996%20-2.48437,4.5780996%202.18694,1.0938%20-0.49192,4.9069%202.45312,4.5781%20l%200.0156,1.4219%20c%20-5.70827,0.559%20-1.03263,-5.1004%20-4.70312,-5.2656%20l%200,-1.4063%20c%203.61303,-0.027%20-1.11894,-5.7070996%204.70312,-5.3124996%20z'%20id='path4351-9'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-25'%20width='16'%20height='16'%20x='100'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20103.719,5.6719384%200,12.7187996%203.03125,0%200,-1.5313%20-1.34375,0%200,-9.6249996%201.375,0%200,-1.5625%20z'%20id='path2987'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20112.2185,5.6721984%200,12.7187996%20-3.03125,0%200,-1.5313%201.34375,0%200,-9.6249996%20-1.375,0%200,-1.5625%20z'%20id='path2987-1'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-73'%20width='16'%20height='16'%20x='124'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20126.2824,17.602938%201.78957,0%201.14143,-2.8641%205.65364,0%201.14856,2.8641%201.76565,0%20-4.78687,-11.1610996%20-1.91903,0%20z'%20id='path3780'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccc'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20d='m%20129.72704,13.478838%204.60852,0.01%20-2.30426,-5.5497996%20z'%20id='path3782'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-35'%20width='16'%20height='16'%20x='148'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20156.47655,5.8917384%200,2.1797%200.46093,2.3983996%201.82813,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20152.51561,5.8906384%200,2.1797%200.46094,2.3983996%201.82812,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3crect%20id='svg_1-7-2'%20height='1.9999961'%20width='11.999996'%20y='64'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='svg_1-7-2-2'%20height='2.9999905'%20width='2.9999907'%20y='52'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='52'%20width='2.9999907'%20height='2.9999905'%20id='rect4561'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='80.000008'%20y='58'%20width='2.9999907'%20height='2.9999905'%20id='rect4563'%20/%3e%3crect%20id='rect4565'%20height='2.9999905'%20width='2.9999907'%20y='58'%20x='85.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4567'%20height='2.9999905'%20width='2.9999907'%20y='64'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='64'%20width='2.9999907'%20height='2.9999905'%20id='rect4569'%20/%3e%3ccircle%20style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4571'%20cx='110.06081'%20cy='57.939209'%20r='4.7438836'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='116.64566'%20y='-31.79752'%20width='4.229713'%20height='6.4053884'%20id='rect4563-2'%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20125,56%20138.77027,56.095%20132,64%20Z'%20id='path4613'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615'%20d='M%20149,64%20162.77027,63.905%20156,56%20Z'%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='54'%20y='53'%20width='11.999996'%20height='1.9999961'%20id='rect4638'%20/%3e%3crect%20id='svg_1-7-2-24'%20height='1.9999957'%20width='12.99999'%20y='-56'%20x='53'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='53'%20y='-66'%20width='12.99999'%20height='1.9999957'%20id='rect4657'%20/%3e%3crect%20id='rect4659'%20height='0.99999291'%20width='11.999999'%20y='57'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='88.000122'%20width='11.999996'%20height='1.9999961'%20id='rect4661'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='76.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4663'%20/%3e%3crect%20id='rect4665'%20height='2.9999905'%20width='2.9999907'%20y='76.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20id='rect4667'%20height='2.9999905'%20width='2.9999907'%20y='82.000122'%20x='80.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='85.000008'%20y='82.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4669'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='88.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4671'%20/%3e%3crect%20id='rect4673'%20height='2.9999905'%20width='2.9999907'%20y='88.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3ccircle%20r='4.7438836'%20cy='81.939331'%20cx='110.06081'%20id='circle4675'%20style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20id='rect4677'%20height='6.4053884'%20width='4.229713'%20y='-14.826816'%20x='133.6163'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4679'%20d='m%20125,80.000005%2013.77027,0.09499%20L%20132,87.999992%20Z'%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20149,88.0002%20162.77027,87.9052%20156,80.0002%20Z'%20id='path4681'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3crect%20id='rect4683'%20height='1.9999961'%20width='11.999996'%20y='77.000122'%20x='54'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='77.000122'%20y='-56'%20width='12.99999'%20height='1.9999957'%20id='rect4685'%20/%3e%3crect%20id='rect4687'%20height='1.9999957'%20width='12.99999'%20y='-66'%20x='77.000122'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='81.000122'%20width='11.999999'%20height='0.99999291'%20id='rect4689'%20/%3e%3crect%20id='rect4761-1'%20height='1.9999945'%20width='15.99999'%20y='101'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-0'%20height='1.9999945'%20width='15.99999'%20y='105'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-7'%20height='1.9999945'%20width='9'%20y='109'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1'%20height='1.9999945'%20width='12'%20y='125'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4'%20height='1.9999945'%20width='10'%20y='137'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4'%20height='1.9999945'%20width='10'%20y='129'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4-3'%20height='1.9999945'%20width='9'%20y='133'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,100.0254%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,100.5991%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1452%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533865,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550756,0%206.710442,-2.4113%207.650391,-5.9414%200.939949,-3.5301%20-0.618463,-7.2736%20-3.710938,-9.0703%20-1.159678,-0.6738%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,99.9629%20c%20-1.270084,0.039%20-2.541493,0.3887%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5402%20-3.710937,9.0703%200.939949,3.5301%204.09768,5.9414%207.648437,5.9414%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4056%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,100%200,2%20-2.4999996,0%20L%2012,107%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20id='path3055-0-77'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9850574,108.015%2014.0298856,-0.03'%20id='path5244-5-0-5'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9849874,132.015%2014.0298866,-0.03'%20id='path5244-5-0-5-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,123.9629%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,124.5366%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1453%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533864,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550757,0%206.710442,-2.4093%207.650391,-5.9394%200.939949,-3.5301%20-0.618463,-7.2756%20-3.710938,-9.0723%20-1.159678,-0.6737%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138-12'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,123.9629%20c%20-1.270084,0.039%20-2.541493,0.3888%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5422%20-3.710937,9.0723%200.939949,3.5301%204.09768,5.9394%207.648437,5.9394%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4055%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1-3'%20/%3e%3cpath%20id='path6191'%20d='m%2010.5,116%200,-2%20-2.4999996,0%20L%2012,109%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,129%200,-2%20-2.4999996,0%20L%2012,122%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20id='path6193'%20/%3e%3cpath%20id='path6195'%20d='m%2010.5,135%200,2%20-2.4999996,0%20L%2012,142%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4500'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073242'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073242%20-3.833708,2.213392%20-3.8337072,2.213393%200,-4.426785%200,-4.426784%203.8337082,2.213392%20z'%20inkscape:transform-center-x='-1.2779026'%20/%3e%3cpath%20inkscape:transform-center-x='1.277902'%20d='m%20-31.500004,60.073242%20-3.833708,2.213392%20-3.833707,2.213393%200,-4.426785%200,-4.426784%203.833707,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073242'%20sodipodi:cx='-36.611614'%20sodipodi:sides='3'%20id='path4502'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='scale(-1,1)'%20/%3e%3cpath%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073212'%20sodipodi:cx='11.55581'%20sodipodi:sides='3'%20id='path4504'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='matrix(0,1,-1,0,72.0074,71.7877)'%20inkscape:transform-center-y='1.2779029'%20/%3e%3cpath%20inkscape:transform-center-y='-1.2779026'%20transform='matrix(0,-1,-1,0,96,96)'%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4506'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073212'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615-5'%20d='m%20171.82574,65.174193%2016.34854,0%20-8.17427,-13.348454%20z'%20style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,55%200,6%202,0%200,-6'%20id='path4300'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,62%200,2%202,0%200,-2'%20id='path4300-6'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8'%20d='M%2099.994369,113.0221%20102,114.98353%20l%207,-6.9558%203,0.97227%202,-1%201,-2%200,-3%20-3,3%20-3,-3%203,-3%20-3,0%20-2,1%20-1,2%200.99437,3.0221%20z'%20id='path4268'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccccccccc'%20/%3e%3crect%20id='rect4175-3-5'%20height='16'%20width='16'%20y='4'%20x='220'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20234,6%200,2%20-5,5%200,5%20-2,0%200,-5%20-5,-5%200,-2'%20id='path3546'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cg%20transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)'%20id='g4383-6'%3e%3crect%20id='rect4385-2'%20height='1.2499905'%20width='5.9999924'%20y='12.625005'%20x='198.00002'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='15.125007'%20width='7.4999928'%20height='1.2499949'%20id='rect4387-9'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='7.6250024'%20width='2.9999909'%20height='1.2499905'%20id='rect4389-1-0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='10.125004'%20width='4.4999919'%20height='1.2499905'%20id='rect4389-1-9'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20207.00001,16.375004%200,-5.625005%20-2.25,0%203,-3.1250014%203,3.1250014%20-2.25,0%200,5.625005%20-1.5,0'%20id='path4402'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3c/g%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20164,100%200,3%20-6,6%200,7%20-4,0%200,-7%20-6,-6%200,-3'%20id='path3546-2-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1-3'%20height='16'%20width='16'%20y='28'%20x='4'%20/%3e%3cpath%20sodipodi:nodetypes='ccccccccc'%20inkscape:connector-curvature='0'%20id='path4402-5-7'%20d='m%2015,41%200,-7%20-4,0%200,3%20-5,-4%205,-4%200,3%206,0%200,9'%20style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20/%3e%3c/svg%3e") -168px -48px;cursor:pointer}.jsoneditor-statusbar>.jsoneditor-parse-error-icon{float:right;width:24px;height:24px;padding:0;margin:1px;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='240'%20height='144'%20id='svg4136'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='jsoneditor-icons.svg'%3e%3ctitle%20id='title6512'%3eJSON%20Editor%20Icons%3c/title%3e%3cmetadata%20id='metadata4148'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%3eJSON%20Editor%20Icons%3c/dc:title%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4146'%20/%3e%3csodipodi:namedview%20pagecolor='%23ff63ff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1026'%20id='namedview4144'%20showgrid='true'%20inkscape:zoom='4'%20inkscape:cx='13.229181'%20inkscape:cy='119.82429'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4136'%20showguides='false'%20borderlayer='false'%20inkscape:showpageshadow='true'%20showborder='true'%3e%3cinkscape:grid%20type='xygrid'%20id='grid4640'%20empspacing='24'%20/%3e%3c/sodipodi:namedview%3e%3c!--%20Created%20with%20SVG-edit%20-%20http://svg-edit.googlecode.com/%20--%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1'%20height='16'%20width='16'%20y='4'%20x='4'%20/%3e%3crect%20id='svg_1-7'%20height='16'%20width='16'%20y='3.999995'%20x='28.000006'%20style='fill:%23ec3f29;fill-opacity:0.94117647;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20x='52.000004'%20y='3.999995'%20width='16'%20height='16'%20id='rect4165'%20/%3e%3crect%20id='rect4175'%20height='16'%20width='16'%20y='3.9999852'%20x='172.00002'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4175-3'%20height='16'%20width='16'%20y='3.999995'%20x='196'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cg%20id='g4299'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3cg%20id='g4299-3'%20transform='matrix(0.70710678,-0.70710678,0.70710678,0.70710678,19.029435,12.000001)'%20style='stroke:none'%3e%3crect%20x='7.0000048'%20y='10.999998'%20width='9.9999924'%20height='1.9999986'%20id='svg_1-1-0'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3crect%20x='11.000005'%20y='7.0000114'%20width='1.9999955'%20height='9.9999838'%20id='svg_1-1-1-9'%20style='fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3c/g%3e%3crect%20id='svg_1-7-5'%20height='6.9999905'%20width='6.9999909'%20y='7.0000048'%20x='55.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20x='58'%20y='10.00001'%20width='6.9999909'%20height='6.9999905'%20id='rect4354'%20/%3e%3crect%20id='svg_1-7-5-7'%20height='6.9999905'%20width='6.9999909'%20y='10.000005'%20x='58.000004'%20style='fill:%23ffffff;fill-opacity:1;stroke:%233c80df;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.94117647'%20/%3e%3cg%20id='g4378'%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='10.999999'%20width='7.9999909'%20height='1.9999965'%20id='svg_1-7-5-3'%20/%3e%3crect%20id='rect4374'%20height='1.9999946'%20width='11.999995'%20y='7.0000005'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20id='rect4376'%20height='1.9999995'%20width='3.9999928'%20y='14.999996'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3c/g%3e%3cg%20transform='matrix(1,0,0,-1,-23.999995,23.999995)'%20id='g4383'%3e%3crect%20id='rect4385'%20height='1.9999965'%20width='7.9999909'%20y='10.999999'%20x='198'%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='7.0000005'%20width='11.999995'%20height='1.9999946'%20id='rect4387'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:1;stroke:%23000000;stroke-width:0'%20x='198'%20y='14.999996'%20width='3.9999928'%20height='1.9999995'%20id='rect4389'%20/%3e%3c/g%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-4'%20width='16'%20height='16'%20x='76'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2085.10447,6.0157384%20-0.0156,1.4063%20c%203.02669,-0.2402%200.33008,3.6507996%202.48438,4.5780996%20-2.18694,1.0938%200.49191,4.9069%20-2.45313,4.5781%20l%20-0.0156,1.4219%20c%205.70828,0.559%201.03264,-5.1005%204.70313,-5.2656%20l%200,-1.4063%20c%20-3.61303,-0.027%201.11893,-5.7069996%20-4.70313,-5.3124996%20z'%20id='path4351'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%2082.78125,5.9984384%200.0156,1.4063%20c%20-3.02668,-0.2402%20-0.33007,3.6506996%20-2.48437,4.5780996%202.18694,1.0938%20-0.49192,4.9069%202.45312,4.5781%20l%200.0156,1.4219%20c%20-5.70827,0.559%20-1.03263,-5.1004%20-4.70312,-5.2656%20l%200,-1.4063%20c%203.61303,-0.027%20-1.11894,-5.7070996%204.70312,-5.3124996%20z'%20id='path4351-9'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-25'%20width='16'%20height='16'%20x='100'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20103.719,5.6719384%200,12.7187996%203.03125,0%200,-1.5313%20-1.34375,0%200,-9.6249996%201.375,0%200,-1.5625%20z'%20id='path2987'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20112.2185,5.6721984%200,12.7187996%20-3.03125,0%200,-1.5313%201.34375,0%200,-9.6249996%20-1.375,0%200,-1.5625%20z'%20id='path2987-1'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-73'%20width='16'%20height='16'%20x='124'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20126.2824,17.602938%201.78957,0%201.14143,-2.8641%205.65364,0%201.14856,2.8641%201.76565,0%20-4.78687,-11.1610996%20-1.91903,0%20z'%20id='path3780'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccc'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20d='m%20129.72704,13.478838%204.60852,0.01%20-2.30426,-5.5497996%20z'%20id='path3782'%20inkscape:connector-curvature='0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none'%20id='rect3754-35'%20width='16'%20height='16'%20x='148'%20y='3.9999199'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20156.47655,5.8917384%200,2.1797%200.46093,2.3983996%201.82813,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:none'%20d='m%20152.51561,5.8906384%200,2.1797%200.46094,2.3983996%201.82812,0%200.39844,-2.3983996%200,-2.1797%20z'%20id='path5008-2-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccc'%20/%3e%3crect%20id='svg_1-7-2'%20height='1.9999961'%20width='11.999996'%20y='64'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='svg_1-7-2-2'%20height='2.9999905'%20width='2.9999907'%20y='52'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='52'%20width='2.9999907'%20height='2.9999905'%20id='rect4561'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='80.000008'%20y='58'%20width='2.9999907'%20height='2.9999905'%20id='rect4563'%20/%3e%3crect%20id='rect4565'%20height='2.9999905'%20width='2.9999907'%20y='58'%20x='85.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4567'%20height='2.9999905'%20width='2.9999907'%20y='64'%20x='80.000008'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='85.000008'%20y='64'%20width='2.9999907'%20height='2.9999905'%20id='rect4569'%20/%3e%3ccircle%20style='opacity:1;fill:none;fill-opacity:1;stroke:%234c4c4c;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4571'%20cx='110.06081'%20cy='57.939209'%20r='4.7438836'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='116.64566'%20y='-31.79752'%20width='4.229713'%20height='6.4053884'%20id='rect4563-2'%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20/%3e%3cpath%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20125,56%20138.77027,56.095%20132,64%20Z'%20id='path4613'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615'%20d='M%20149,64%20162.77027,63.905%20156,56%20Z'%20style='fill:%234c4c4c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='54'%20y='53'%20width='11.999996'%20height='1.9999961'%20id='rect4638'%20/%3e%3crect%20id='svg_1-7-2-24'%20height='1.9999957'%20width='12.99999'%20y='-56'%20x='53'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20x='53'%20y='-66'%20width='12.99999'%20height='1.9999957'%20id='rect4657'%20/%3e%3crect%20id='rect4659'%20height='0.99999291'%20width='11.999999'%20y='57'%20x='54'%20style='fill:%234c4c4c;fill-opacity:0.98431373;stroke:none;stroke-width:0'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='88.000122'%20width='11.999996'%20height='1.9999961'%20id='rect4661'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='76.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4663'%20/%3e%3crect%20id='rect4665'%20height='2.9999905'%20width='2.9999907'%20y='76.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20id='rect4667'%20height='2.9999905'%20width='2.9999907'%20y='82.000122'%20x='80.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='85.000008'%20y='82.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4669'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='80.000008'%20y='88.000122'%20width='2.9999907'%20height='2.9999905'%20id='rect4671'%20/%3e%3crect%20id='rect4673'%20height='2.9999905'%20width='2.9999907'%20y='88.000122'%20x='85.000008'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3ccircle%20r='4.7438836'%20cy='81.939331'%20cx='110.06081'%20id='circle4675'%20style='opacity:1;fill:none;fill-opacity:1;stroke:%23d3d3d3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)'%20id='rect4677'%20height='6.4053884'%20width='4.229713'%20y='-14.826816'%20x='133.6163'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:%23d3d3d3;stroke-width:0;stroke-opacity:1'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4679'%20d='m%20125,80.000005%2013.77027,0.09499%20L%20132,87.999992%20Z'%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='fill:%23d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%20149,88.0002%20162.77027,87.9052%20156,80.0002%20Z'%20id='path4681'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3crect%20id='rect4683'%20height='1.9999961'%20width='11.999996'%20y='77.000122'%20x='54'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20/%3e%3crect%20transform='matrix(0,1,-1,0,0,0)'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='77.000122'%20y='-56'%20width='12.99999'%20height='1.9999957'%20id='rect4685'%20/%3e%3crect%20id='rect4687'%20height='1.9999957'%20width='12.99999'%20y='-66'%20x='77.000122'%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20transform='matrix(0,1,-1,0,0,0)'%20/%3e%3crect%20style='fill:%23d3d3d3;fill-opacity:1;stroke:none;stroke-width:0;stroke-opacity:1'%20x='54'%20y='81.000122'%20width='11.999999'%20height='0.99999291'%20id='rect4689'%20/%3e%3crect%20id='rect4761-1'%20height='1.9999945'%20width='15.99999'%20y='101'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-0'%20height='1.9999945'%20width='15.99999'%20y='105'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-7'%20height='1.9999945'%20width='9'%20y='109'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1'%20height='1.9999945'%20width='12'%20y='125'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4'%20height='1.9999945'%20width='10'%20y='137'%20x='76.000008'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4'%20height='1.9999945'%20width='10'%20y='129'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3crect%20id='rect4761-1-1-4-4-3'%20height='1.9999945'%20width='9'%20y='133'%20x='82'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:none;stroke-width:0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,100.0254%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,100.5991%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1452%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533865,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550756,0%206.710442,-2.4113%207.650391,-5.9414%200.939949,-3.5301%20-0.618463,-7.2736%20-3.710938,-9.0703%20-1.159678,-0.6738%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.8;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,99.9629%20c%20-1.270084,0.039%20-2.541493,0.3887%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5402%20-3.710937,9.0703%200.939949,3.5301%204.09768,5.9414%207.648437,5.9414%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4056%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,100%200,2%20-2.4999996,0%20L%2012,107%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20id='path3055-0-77'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9850574,108.015%2014.0298856,-0.03'%20id='path5244-5-0-5'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20style='opacity:0.8;fill:none;stroke:%23ffffff;stroke-width:1.96599996;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='m%204.9849874,132.015%2014.0298866,-0.03'%20id='path5244-5-0-5-8'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cc'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2036.398438,123.9629%20c%20-0.423362,-0.013%20-0.846847,0.01%20-1.265626,0.062%20-1.656562,0.2196%20-3.244567,0.9739%20-4.507812,2.2266%20L%2029,124.5366%20l%20-2.324219,7.7129%207.826172,-1.9062%20-1.804687,-1.9063%20c%201.597702,-1.5308%204.048706,-1.8453%205.984375,-0.7207%201.971162,1.1453%202.881954,3.3975%202.308593,5.5508%20-0.573361,2.1533%20-2.533864,3.6953%20-4.830078,3.6953%20l%200,3.0742%20c%203.550757,0%206.710442,-2.4093%207.650391,-5.9394%200.939949,-3.5301%20-0.618463,-7.2756%20-3.710938,-9.0723%20-1.159678,-0.6737%20-2.431087,-1.0231%20-3.701171,-1.0625%20z'%20id='path4138-12'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.4;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%234d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.66157866;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'%20d='m%2059.722656,123.9629%20c%20-1.270084,0.039%20-2.541493,0.3888%20-3.701172,1.0625%20-3.092475,1.7967%20-4.650886,5.5422%20-3.710937,9.0723%200.939949,3.5301%204.09768,5.9394%207.648437,5.9394%20l%200,-3.0742%20c%20-2.296214,0%20-4.256717,-1.542%20-4.830078,-3.6953%20-0.573361,-2.1533%200.337432,-4.4055%202.308594,-5.5508%201.935731,-1.1246%204.38863,-0.8102%205.986326,0.7207%20l%20-1.806638,1.9063%207.828128,1.9062%20-2.32422,-7.7129%20-1.62696,1.7168%20c%20-1.26338,-1.2531%20-2.848917,-2.0088%20-4.505855,-2.2285%20-0.418778,-0.055%20-0.842263,-0.076%20-1.265625,-0.062%20z'%20id='path4138-1-3'%20/%3e%3cpath%20id='path6191'%20d='m%2010.5,116%200,-2%20-2.4999996,0%20L%2012,109%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20d='m%2010.5,129%200,-2%20-2.4999996,0%20L%2012,122%20l%204,5%20-2.5,0%200,2%20-3,0%20z'%20id='path6193'%20/%3e%3cpath%20id='path6195'%20d='m%2010.5,135%200,2%20-2.4999996,0%20L%2012,142%20l%204,-5%20-2.5,0%200,-2%20-3,0%20z'%20style='opacity:0.8;fill:%23ffffff;fill-opacity:1;stroke:none;stroke-width:1.96599996;stroke-miterlimit:4;stroke-dasharray:none'%20inkscape:connector-curvature='0'%20/%3e%3cpath%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4500'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073242'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073242%20-3.833708,2.213392%20-3.8337072,2.213393%200,-4.426785%200,-4.426784%203.8337082,2.213392%20z'%20inkscape:transform-center-x='-1.2779026'%20/%3e%3cpath%20inkscape:transform-center-x='1.277902'%20d='m%20-31.500004,60.073242%20-3.833708,2.213392%20-3.833707,2.213393%200,-4.426785%200,-4.426784%203.833707,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073242'%20sodipodi:cx='-36.611614'%20sodipodi:sides='3'%20id='path4502'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='scale(-1,1)'%20/%3e%3cpath%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20inkscape:randomized='0'%20inkscape:rounded='0'%20inkscape:flatsided='false'%20sodipodi:arg2='1.0471976'%20sodipodi:arg1='0'%20sodipodi:r2='2.5558052'%20sodipodi:r1='5.1116104'%20sodipodi:cy='60.073212'%20sodipodi:cx='11.55581'%20sodipodi:sides='3'%20id='path4504'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20sodipodi:type='star'%20transform='matrix(0,1,-1,0,72.0074,71.7877)'%20inkscape:transform-center-y='1.2779029'%20/%3e%3cpath%20inkscape:transform-center-y='-1.2779026'%20transform='matrix(0,-1,-1,0,96,96)'%20sodipodi:type='star'%20style='fill:%234d4d4d;fill-opacity:0.90196078;stroke:%23d3d3d3;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none'%20id='path4506'%20sodipodi:sides='3'%20sodipodi:cx='11.55581'%20sodipodi:cy='60.073212'%20sodipodi:r1='5.1116104'%20sodipodi:r2='2.5558052'%20sodipodi:arg1='0'%20sodipodi:arg2='1.0471976'%20inkscape:flatsided='false'%20inkscape:rounded='0'%20inkscape:randomized='0'%20d='m%2016.66742,60.073212%20-3.833708,2.213392%20-3.8337072,2.213392%200,-4.426784%200,-4.426785%203.8337082,2.213392%20z'%20/%3e%3cpath%20sodipodi:nodetypes='cccc'%20inkscape:connector-curvature='0'%20id='path4615-5'%20d='m%20171.82574,65.174193%2016.34854,0%20-8.17427,-13.348454%20z'%20style='fill:%23fbb917;fill-opacity:1;fill-rule:evenodd;stroke:%23fbb917;stroke-width:1.65161395;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,55%200,6%202,0%200,-6'%20id='path4300'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='opacity:1;fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20179,62%200,2%202,0%200,-2'%20id='path4300-6'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:%23ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:0.8'%20d='M%2099.994369,113.0221%20102,114.98353%20l%207,-6.9558%203,0.97227%202,-1%201,-2%200,-3%20-3,3%20-3,-3%203,-3%20-3,0%20-2,1%20-1,2%200.99437,3.0221%20z'%20id='path4268'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='ccccccccccccccc'%20/%3e%3crect%20id='rect4175-3-5'%20height='16'%20width='16'%20y='4'%20x='220'%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20/%3e%3cpath%20style='fill:%23ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20234,6%200,2%20-5,5%200,5%20-2,0%200,-5%20-5,-5%200,-2'%20id='path3546'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3cg%20transform='matrix(1.3333328,0,0,-1.5999992,-139.9999,127.19999)'%20id='g4383-6'%3e%3crect%20id='rect4385-2'%20height='1.2499905'%20width='5.9999924'%20y='12.625005'%20x='198.00002'%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='15.125007'%20width='7.4999928'%20height='1.2499949'%20id='rect4387-9'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='7.6250024'%20width='2.9999909'%20height='1.2499905'%20id='rect4389-1-0'%20/%3e%3crect%20style='fill:%23ffffff;fill-opacity:0.8;stroke:%23000000;stroke-width:0'%20x='198.00002'%20y='10.125004'%20width='4.4999919'%20height='1.2499905'%20id='rect4389-1-9'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20207.00001,16.375004%200,-5.625005%20-2.25,0%203,-3.1250014%203,3.1250014%20-2.25,0%200,5.625005%20-1.5,0'%20id='path4402'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3c/g%3e%3cpath%20style='fill:%23ffffff;fill-opacity:0.8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20d='m%20164,100%200,3%20-6,6%200,7%20-4,0%200,-7%20-6,-6%200,-3'%20id='path3546-2-2'%20inkscape:connector-curvature='0'%20sodipodi:nodetypes='cccccccc'%20/%3e%3crect%20style='fill:%234c4c4c;fill-opacity:1;stroke:none;stroke-width:0'%20id='svg_1-3'%20height='16'%20width='16'%20y='28'%20x='4'%20/%3e%3cpath%20sodipodi:nodetypes='ccccccccc'%20inkscape:connector-curvature='0'%20id='path4402-5-7'%20d='m%2015,41%200,-7%20-4,0%200,3%20-5,-4%205,-4%200,3%206,0%200,9'%20style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.68465352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1'%20/%3e%3c/svg%3e") -25px 0px}._Map_8640k_1{position:relative;display:flex;height:100%;width:100%;flex:1;overflow:hidden}._MiniMapWrapper_8640k_10{position:absolute;left:0;bottom:0;width:240px;border-radius:20px;background-color:#323553;z-index:2000;margin-left:36px;margin-bottom:72px;box-shadow:0 2px 8px #0003}._ExitFocusButton_8640k_23{display:flex;background-color:#e74c3c;align-items:center;color:#fff;font-size:12px;padding:2px 4px;border-top-left-radius:4px;border-top-right-radius:4px;cursor:pointer}._ExitFocusButton_8640k_23 ._Label_8640k_34{flex:1}._ExitFocusButton_8640k_23 ._IconWrapper_8640k_37{display:flex;justify-content:center;align-items:center}._MiniMap_1i01f_1{display:flex;flex-direction:column;width:100%;height:100%;padding:12px;-webkit-user-select:none;user-select:none}._MiniMap_1i01f_1 ._Actions_1i01f_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}._MiniMap_1i01f_1 ._Actions_1i01f_9 ._DropdownItem_1i01f_15{display:flex;align-items:center;justify-content:center;color:#06cbb6;border-radius:50%;height:26px;width:26px;margin-right:4px;transition:all .25s}._MiniMap_1i01f_1 ._Actions_1i01f_9 ._DropdownItem_1i01f_15:hover{background-color:#898ea880}._MiniMap_1i01f_1 ._Actions_1i01f_9 ._DropdownItem_1i01f_15:last-child,._MiniMap_1i01f_1 ._Actions_1i01f_9 ._DropdownItem_1i01f_15:only-child{margin-right:0}._MiniMap_1i01f_1 ._Actions_1i01f_9 ._OtherActions_1i01f_32{display:flex;flex:1}._MiniMap_1i01f_1 ._Actions_1i01f_9 ._Icon_1i01f_36{font-size:20px;cursor:pointer;color:#03ac9a}._MiniMap_1i01f_1 ._Actions_1i01f_9 ._Icon_1i01f_36._Rotate_1i01f_41{transform:rotate(45deg)}._MiniMap_1i01f_1 ._Stage_1i01f_44{flex:1;border-radius:14px;overflow:hidden;padding-bottom:12px}._MiniMap_1i01f_1 ._ZoomInfo_1i01f_50{position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);height:26px;background-color:#898ea8;display:flex;align-items:center;box-shadow:0 2px 8px #0003}._MiniMap_1i01f_1 ._ZoomInfo_1i01f_50 ._ZoomPercent_1i01f_61{display:flex;justify-content:center;align-items:center;flex:1;font-size:12px;font-weight:700;width:80px}._MiniMap_1i01f_1 ._ZoomInfo_1i01f_50 ._Btn_1i01f_70{position:absolute;display:flex;justify-content:center;align-items:center;background:#323553;height:26px;width:26px;border-radius:50%;color:#06cbb6;border:2px solid white;cursor:pointer;box-shadow:0 2px 8px #0003}._MiniMap_1i01f_1 ._ZoomInfo_1i01f_50 ._Btn_1i01f_70 ._Icon_1i01f_36{font-size:18px}._MiniMap_1i01f_1 ._ZoomInfo_1i01f_50 ._Btn_1i01f_70._Minus_1i01f_87{left:-10px}._MiniMap_1i01f_1 ._ZoomInfo_1i01f_50 ._Btn_1i01f_70._Plus_1i01f_90{right:-10px}._DotStepper_dh6l0_1{position:relative;height:.8rem;border-radius:8px;background-color:#f0f2f8}._DotStepper_dh6l0_1 ._DotsWrapper_dh6l0_7{position:absolute;left:0;height:.8rem;width:100%;z-index:10;display:flex;justify-content:space-around;align-items:center}._DotStepper_dh6l0_1 ._DotsWrapper_dh6l0_7 ._Dot_dh6l0_1{background-color:#c3c6d8;width:.4rem;height:.4rem;border-radius:50%}._DotStepper_dh6l0_1 ._DotsWrapper_dh6l0_7 ._Dot_dh6l0_1._Current_dh6l0_23{width:.8rem;height:.8rem;background-color:#3483ff}._DotStepper_dh6l0_1 ._DotsWrapper_dh6l0_7 ._Dot_dh6l0_1._PrevCurrent_dh6l0_28{background-color:#3483ff}._DotStepper_dh6l0_1 ._ActiveBackground_dh6l0_31{position:absolute;background-color:#cddaf5;z-index:9;left:0;height:.8rem;border-radius:8px}._Dot_1dc1x_1{display:inline-block;border-radius:50%}._Ellipsis_16uzq_1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._Pointer_16uzq_7{cursor:pointer}._KPIGoalProgress_1a3io_1{display:flex;align-items:center;width:100%;font-size:1.4rem}._KPIGoalProgress_1a3io_1 ._Caret_1a3io_7{position:absolute;top:0;left:0;transform:translate(-50%,-80%);color:#d9d9d9;z-index:10;font-size:2rem}._KPIGoalProgress_1a3io_1 ._Value_1a3io_16{margin-left:.8rem}._KPIGoalProgress_1a3io_1 ._Progress_1a3io_19{position:relative;display:flex;justify-content:center;align-items:center;background-color:#d7dae9;border-radius:8px;height:.4rem;flex:1}._KPIGoalProgress_1a3io_1 ._Progress_1a3io_19 ._Bar_1a3io_29{position:absolute;height:100%;top:0;left:0;border-top-left-radius:4px;border-bottom-left-radius:4px;background-color:#3483ff}._Menu_rmjdq_1{display:flex;flex-direction:column;gap:.4rem}._Menu_rmjdq_1 a:visited{text-decoration:none;color:inherit}._Menu_rmjdq_1 ._MenuItem_rmjdq_10{display:flex;align-items:center;flex:1;gap:.8rem;padding:.4rem .8rem;border-radius:4px;font-size:1.4rem}._Menu_rmjdq_1 ._MenuItem_rmjdq_10 ._IconWrapper_rmjdq_19{display:flex;align-items:center;width:2rem;height:2rem}._Menu_rmjdq_1 ._MenuItem_rmjdq_10 ._IconWrapper_rmjdq_19 ._Icon_rmjdq_19{font-size:1.8rem}._Menu_rmjdq_1 ._Heading_rmjdq_28{font-size:1.8rem;padding:1.2rem .8rem}._Menu_rmjdq_1 ._Subheading_rmjdq_32{font-size:1.2rem;font-weight:500;padding:0 .8rem}._Menu_rmjdq_1 ._Clickable_rmjdq_37{transition:background-color .07s ease-in-out}._Menu_rmjdq_1 ._Clickable_rmjdq_37:hover{cursor:pointer;background-color:#3483ff1a}._PercentageIndicator_ve7z_1{display:flex;align-items:center}._PercentageIndicator_ve7z_1 ._Step_ve7z_5{width:1rem;height:.4rem;border-radius:.8rem;margin-right:.4rem;background-color:#c3c6d8}._PercentageIndicator_ve7z_1 ._Step_ve7z_5:last-child{margin-right:0}._PercentageIndicator_ve7z_1 ._Step_ve7z_5._Active_ve7z_15{background-color:#3483ff}._PrimaryTabs_grj0l_1{display:flex;flex-direction:column;width:100%;flex:1}._PrimaryTabs_grj0l_1 ._TabButtonsWrapper_grj0l_7{display:flex;justify-content:space-between}._PrimaryTabs_grj0l_1 ._TabButtonsWrapper_grj0l_7._Sticky_grj0l_11{position:sticky;top:0;z-index:100;background-color:#fff}._PrimaryTabs_grj0l_1 ._TabButtonsWrapper_grj0l_7 ._TabsButtons_grj0l_17{display:flex;padding:0 .4rem .6rem}._PrimaryTabs_grj0l_1 ._TabButtonsWrapper_grj0l_7 ._TabsButtons_grj0l_17 ._TabButton_grj0l_7{position:relative;color:#c3c6d8;margin-right:2.4rem;cursor:pointer;transition:all .25s;font-size:1.4rem;-webkit-user-select:none;user-select:none}._PrimaryTabs_grj0l_1 ._TabButtonsWrapper_grj0l_7 ._TabsButtons_grj0l_17 ._TabButton_grj0l_7:after{position:absolute;bottom:-.4rem;transform:translate(-5%);left:0;width:110%;height:.1rem;border-radius:2px;background-color:#2f78ea;content:" ";opacity:0;transition:all .25s}._PrimaryTabs_grj0l_1 ._TabButtonsWrapper_grj0l_7 ._TabsButtons_grj0l_17 ._TabButton_grj0l_7._Selected_grj0l_43{color:#2f78ea}._PrimaryTabs_grj0l_1 ._TabButtonsWrapper_grj0l_7 ._TabsButtons_grj0l_17 ._TabButton_grj0l_7._Selected_grj0l_43:after{opacity:1}._PrimaryTabs_grj0l_1 ._TabContent_grj0l_49{width:100%;overflow:auto;flex:1}._PrimaryTabs_grj0l_1 ._TabContent_grj0l_49::-webkit-scrollbar{width:6px;height:6px;background:transparent}._PrimaryTabs_grj0l_1 ._TabContent_grj0l_49::-webkit-scrollbar-track{border-radius:.5rem}._PrimaryTabs_grj0l_1 ._TabContent_grj0l_49::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Filters_jjqew_1{display:flex;align-items:center;justify-content:flex-end;min-height:3.2rem;font-size:1.2rem;transition:all .25s}._Filters_jjqew_1._Disabled_jjqew_9 ._ActiveFiltersWrapper_jjqew_9 ._ActiveFilters_jjqew_9{background-color:#f8f9fc}._Filters_jjqew_1 ._FiltersButton_jjqew_12{display:flex;align-items:center;justify-content:center;color:#3483ff;height:3.4rem;font-size:1.4rem;background-color:#c7c9da26;border-radius:20px;padding:0 .8rem;cursor:pointer;-webkit-user-select:none;user-select:none}._Filters_jjqew_1 ._FiltersButton_jjqew_12._Disabled_jjqew_9{cursor:not-allowed}._Filters_jjqew_1 ._FiltersButton_jjqew_12._Disabled_jjqew_9 ._Icon_jjqew_28{color:#606375;font-size:1.8rem}._Filters_jjqew_1 ._FiltersButton_jjqew_12._HasLabel_jjqew_32 ._Icon_jjqew_28{margin-right:.8rem}._Filters_jjqew_1 ._FiltersButton_jjqew_12 ._Icon_jjqew_28{color:#3483ff;font-size:1.8rem}._Filters_jjqew_1 ._ActiveFiltersWrapper_jjqew_9{flex:1;width:100%}._Filters_jjqew_1 ._ActiveFiltersWrapper_jjqew_9 ._ActiveFilters_jjqew_9{display:flex;align-items:center;background-color:#fff;border:1px solid #d7daeb;height:100%;border-radius:4px;min-height:3.6rem;padding:0 .6rem;gap:.8rem}._Filters_jjqew_1 ._ActiveFiltersWrapper_jjqew_9 ._ActiveFilters_jjqew_9 ._Icon_jjqew_28{font-size:1.6rem}._Filters_jjqew_1 ._ActiveFiltersWrapper_jjqew_9 ._ActiveFilters_jjqew_9 ._ActiveFiltersLabel_jjqew_57{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;justify-content:center;color:#606375;border-right:1px solid rgba(137,142,168,.3);padding-right:.8rem;-webkit-user-select:none;user-select:none;height:1.8rem;font-size:1.2rem}._Filters_jjqew_1 ._ActiveFiltersWrapper_jjqew_9 ._ActiveFilters_jjqew_9 ._ActiveFiltersLabel_jjqew_57 ._Icon_jjqew_28{color:#898ea8;font-size:1.8rem;margin-right:.8rem}._Filters_jjqew_1 ._ActiveFiltersWrapper_jjqew_9 ._ActiveFilters_jjqew_9 ._SelectedFilters_jjqew_76{display:flex;flex-wrap:wrap;margin-top:-.4rem;flex:1}._Filters_jjqew_1 ._ActiveFiltersWrapper_jjqew_9 ._ActiveFilters_jjqew_9 ._SelectedFilters_jjqew_76 ._Filter_jjqew_1{margin-right:.4rem;margin-top:.4rem}._Filters_jjqew_1 ._ActiveFiltersWrapper_jjqew_9 ._ActiveFilters_jjqew_9 ._SelectedFilters_jjqew_76 ._TempInputContainer_jjqew_86{position:relative;display:flex;align-items:center;flex:1}._Filters_jjqew_1 ._ActiveFiltersWrapper_jjqew_9 ._ActiveFilters_jjqew_9 ._SelectedFilters_jjqew_76 ._TempInputContainer_jjqew_86 ._TempInput_jjqew_86{z-index:10;flex:1;border:0;outline:0;background:transparent;font-size:1.4rem;padding:0;padding-left:.4rem;width:100%;line-height:1.4rem}._Filters_jjqew_1 ._ActiveFiltersWrapper_jjqew_9 ._ActiveFilters_jjqew_9 ._SelectedFilters_jjqew_76 ._TempInputContainer_jjqew_86 ._TempInput_jjqew_86::placeholder{color:#898ea8}._Filters_jjqew_1 ._ActiveFiltersWrapper_jjqew_9 ._ActiveFilters_jjqew_9 ._SelectedFilters_jjqew_76 ._TempInputContainer_jjqew_86 ._Helper_jjqew_107{font-size:1.2rem;color:#c3c6d8;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:5;margin-top:.3rem}._Filters_jjqew_1 ._ActiveFiltersWrapper_jjqew_9 ._ActiveFilters_jjqew_9 ._ClearAllFilters_jjqew_117{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._BlockHeader_12aj4_1{display:flex;align-items:center;width:100%;height:3.8rem;padding:0 1.2rem;background-color:#e5e5f34d;border-top-right-radius:12px;border-top-left-radius:12px}._BlockHeader_12aj4_1._large_12aj4_11{height:4.8rem}._BlockHeader_12aj4_1 ._Icon_12aj4_14{font-size:1.6rem;color:#242424;margin-right:.8rem}._BlockHeader_12aj4_1 ._Title_12aj4_19{font-size:1.4rem;color:#242424;text-transform:capitalize;flex:1}._BlockHeader_12aj4_1 ._HeaderRight_12aj4_25{display:flex;justify-content:center;align-items:center}._ParametersViewer_ivkp1_1{display:flex;flex-direction:column;min-width:20rem;max-width:40rem;width:fit-content;background-color:#252745;border-radius:20px;overflow:hidden}._ParametersViewer_ivkp1_1 ._Title_ivkp1_11{font-size:1.2rem;font-weight:600;color:#fff;margin:1.2rem 0;padding:0 1.2rem}._ParametersViewer_ivkp1_1 ._Parameters_ivkp1_1{display:flex;flex-direction:column;padding:1.2rem}._ParametersViewer_ivkp1_1 ._Parameters_ivkp1_1 ._Parameter_ivkp1_1{margin-bottom:.8rem;display:flex;align-items:center}._ParametersViewer_ivkp1_1 ._Parameters_ivkp1_1 ._Parameter_ivkp1_1 ._Info_ivkp1_28{width:14rem;padding-right:1.2rem;display:flex;flex-direction:column}._ParametersViewer_ivkp1_1 ._Parameters_ivkp1_1 ._Parameter_ivkp1_1 ._Info_ivkp1_28 ._Name_ivkp1_34{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.2rem;color:#fff;height:1.4rem}._ParametersViewer_ivkp1_1 ._Parameters_ivkp1_1 ._Parameter_ivkp1_1 ._Info_ivkp1_28 ._Type_ivkp1_42{font-size:1rem;text-transform:capitalize;color:#898ea8}._ParametersViewer_ivkp1_1 ._Parameters_ivkp1_1 ._Parameter_ivkp1_1 ._Value_ivkp1_47{display:flex;flex:1;font-size:1.2rem;color:#fff;width:calc(100% - 14rem);min-height:1.4rem}._ParametersViewer_ivkp1_1 ._Parameters_ivkp1_1 ._Parameter_ivkp1_1 ._Value_ivkp1_47 ._Empty_ivkp1_55{color:#898ea8}._TextButton_72n05_1{display:flex;align-items:center;color:inherit;border:1px solid #3483ff;width:fit-content;max-width:100%;padding:.2rem .4rem;border-radius:4px;transition:.25s all;cursor:default;font-size:1.4rem}._TextButton_72n05_1:hover{background-color:#3483ff4d}._TextButton_72n05_1._Clickable_72n05_17{cursor:pointer}._TextButton_72n05_1 ._Content_72n05_20{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._TextButton_72n05_1 ._Icon_72n05_25{font-size:2rem;margin-right:.4rem}._Container_1njt1_1{display:inline-flex;justify-content:center;align-items:center;font-size:1.4rem;padding:0 .8rem;height:2.8rem;border:1px solid #c3c6d8;border-radius:4px;gap:.4rem;transition:all .2s}._Container_1njt1_1._Filled_1njt1_13{border:0;border-radius:0;border-bottom:1px solid #c3c6d8}._Container_1njt1_1._Blank_1njt1_18{color:#c3c6d8}._Container_1njt1_1._Clickable_1njt1_21{cursor:pointer}._Container_1njt1_1._Clickable_1njt1_21 ._Icon_1njt1_24{color:#2f78ea}._Container_1njt1_1._Clickable_1njt1_21:hover{color:#3483ff;border-color:#3483ff}._Container_1njt1_1._Disabled_1njt1_31{cursor:not-allowed;color:#c3c6d8;background-color:#f0f2f8}._Container_1njt1_1._Disabled_1njt1_31 ._Icon_1njt1_24{color:#c3c6d8}._Container_1njt1_1._Disabled_1njt1_31:hover{color:#c3c6d8;border-color:#c3c6d8}._Container_1njt1_1._Error_1njt1_43,._Container_1njt1_1._Error_1njt1_43:hover{border-color:#e74c3c}._Container_1njt1_1 ._Icon_1njt1_24{font-size:inherit}._Avatar_1ljod_1{display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:default;transition:all .25s;line-height:1;text-transform:uppercase}._Avatar_1ljod_1._Clickable_1ljod_11{cursor:pointer}._Avatar_1ljod_1._medium_1ljod_14{font-size:1.4rem;width:3.2rem;height:3.2rem;min-width:3.2rem;min-height:3.2rem}._Avatar_1ljod_1._small_1ljod_21{font-size:1.2rem;width:2.6rem;height:2.6rem;min-width:2.6rem;min-height:2.6rem}._Avatar_1ljod_1._extra-small_1ljod_28{font-size:1rem;width:2rem;height:2rem;min-width:2rem;min-height:2rem}._Avatar_1ljod_1._primary_1ljod_35{border:1px solid #3483ff;background-color:#fff;color:#3483ff}._Avatar_1ljod_1._primary_1ljod_35:hover{background-color:#3483ff;color:#fff}._Avatar_1ljod_1._primary_1ljod_35._AllChars_1ljod_44{color:#3483ff;border:1px solid #3483ff;background-color:#fff}._Avatar_1ljod_1._primary_1ljod_35._AllChars_1ljod_44:hover{color:#fff;border:1px solid white;background-color:#3483ff}._Avatar_1ljod_1._secondary_1ljod_54{border:1px solid white;color:#fff;background-color:#9ab9f3}._Avatar_1ljod_1._secondary_1ljod_54:hover,._Avatar_1ljod_1._secondary_1ljod_54._AllChars_1ljod_44{color:#9ab9f3;border:1px solid #9ab9f3;background-color:#fff}._Avatar_1ljod_1._secondary_1ljod_54._AllChars_1ljod_44:hover{color:#fff;border:1px solid white;background-color:#9ab9f3}._AvatarGroup_1eu6a_1{display:inline-flex;align-items:center;position:relative}._AvatarGroup_1eu6a_1>*{margin-inline-start:-.6rem}._AvatarGroup_1eu6a_1>*:first-child{margin-inline-start:0}._AvatarGroup_1eu6a_1 ._Avatar_1eu6a_1:hover{z-index:100!important}@keyframes _shine_nrynb_1{to{background-position-x:-200%}}._SkeletonLoading_nrynb_6{width:100%;height:100%;min-height:1.6rem;background:linear-gradient(90deg,#d7dae9,#d7dae91a,#d7dae9);background-size:200% 100%;border-radius:4px;animation:_shine_nrynb_1 2.5s linear infinite}._Jumbotron_1wkhr_1{display:flex;justify-content:center;align-items:center;width:100%;background-color:#3483ff1a;border-radius:2rem}._Jumbotron_1wkhr_1 ._TitleWrapper_1wkhr_9{padding:2.4rem 0;max-width:80%;display:flex;align-items:center;justify-content:center}._Jumbotron_1wkhr_1 ._Title_1wkhr_9{padding:2.4rem 0;max-width:80%;text-align:center;font-size:1.6rem;font-weight:500;text-transform:capitalize;line-height:150%}._ToggleIconButton_15rb2_1{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.8rem;transition:all .25s;cursor:pointer}._ToggleIconButton_15rb2_1._Border_15rb2_10{border:1px solid #c3c6d8;border-radius:50%}._ToggleIconButton_15rb2_1:hover{border-color:#2f78ea;background-color:#f3f4f7}._ToggleIconButton_15rb2_1._small_15rb2_18{height:2rem;width:2rem;min-width:2rem;min-height:2rem}._ToggleIconButton_15rb2_1._small_15rb2_18 ._Icon_15rb2_24{font-size:1.6rem}._ToggleIconButton_15rb2_1._large_15rb2_27{height:3.6rem;width:3.6rem;min-width:3.6rem;min-height:3.6rem}._ToggleIconButton_15rb2_1._large_15rb2_27 ._Icon_15rb2_24{font-size:1.8rem}._ToggleIconButton_15rb2_1 ._Icon_15rb2_24{color:#c5c9db;font-size:1.8rem;transition:all .25s}._ToggleIconButton_15rb2_1 ._Icon_15rb2_24._Checked_15rb2_41{color:#2f78ea}._ParametersWrapper_f8dmq_1{font-family:Manrope;width:100%}._ParametersWrapper_f8dmq_1 ._Header_f8dmq_5{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #c3c6d8;font-size:1.4rem;font-weight:600;color:#606375;margin-bottom:1.2rem;height:2.4rem}._ParametersWrapper_f8dmq_1 ._Header_f8dmq_5 ._Actions_f8dmq_16{display:flex;align-items:center}._ParametersWrapper_f8dmq_1 ._Header_f8dmq_5 ._Actions_f8dmq_16 ._Action_f8dmq_16{margin-right:.8rem;cursor:pointer}._ParametersWrapper_f8dmq_1 ._Header_f8dmq_5 ._Actions_f8dmq_16 ._Action_f8dmq_16._Active_f8dmq_24{color:#3483ff}._ParametersWrapper_f8dmq_1 ._Header_f8dmq_5 ._Actions_f8dmq_16 ._Action_f8dmq_16:last-child,._ParametersWrapper_f8dmq_1 ._Header_f8dmq_5 ._Actions_f8dmq_16 ._Action_f8dmq_16:only-child{margin-right:0}._ParametersWrapper_f8dmq_1 ._NoParameters_f8dmq_30{text-align:center;padding:1.6rem}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34{position:relative}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1{margin-bottom:1.2rem}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1:last-child,._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1:only-child{margin-bottom:0}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Collection_f8dmq_48{display:flex;flex-direction:column}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Collection_f8dmq_48 ._CollectionItem_f8dmq_52{display:flex;align-items:center;margin-bottom:.8rem}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Collection_f8dmq_48 ._CollectionItem_f8dmq_52:only-child,._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Collection_f8dmq_48 ._CollectionItem_f8dmq_52:last-child{margin-bottom:0}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Collection_f8dmq_48 ._CollectionItem_f8dmq_52 ._Index_f8dmq_60{min-width:2rem;text-align:right;margin-right:.8rem;color:#898ea8;font-size:1.4rem}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Collection_f8dmq_48 ._CollectionItem_f8dmq_52 ._Input_f8dmq_67{display:flex;align-items:center;flex:1;min-height:2.8rem;height:fit-content;margin-right:.8rem;overflow:hidden}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Collection_f8dmq_48 ._CollectionItem_f8dmq_52 ._Actions_f8dmq_16{display:flex}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Collection_f8dmq_48 ._CollectionItem_f8dmq_52 ._Actions_f8dmq_16 ._Action_f8dmq_16{margin-right:.4rem}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Collection_f8dmq_48 ._CollectionItem_f8dmq_52 ._Actions_f8dmq_16 ._Action_f8dmq_16:last-child,._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Collection_f8dmq_48 ._CollectionItem_f8dmq_52 ._Actions_f8dmq_16 ._Action_f8dmq_16:only-child{margin-right:0}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Collection_f8dmq_48 ._AddButton_f8dmq_85{font-size:1.4rem;color:#3483ff;cursor:pointer}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Collection_f8dmq_48 ._AddButton_f8dmq_85:hover{text-decoration:underline}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Boolean_f8dmq_93{display:flex;align-items:center}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Boolean_f8dmq_93._Disabled_f8dmq_97 ._BooleanLabel_f8dmq_97{cursor:not-allowed}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Boolean_f8dmq_93 ._BooleanLabel_f8dmq_97{font-size:1.2rem;margin-right:.8rem;cursor:pointer}._ParametersWrapper_f8dmq_1 ._Body_f8dmq_34 ._Parameter_f8dmq_1 ._Boolean_f8dmq_93 ._Checkbox_f8dmq_105{margin-right:.4rem}._ThumbButton_k6p86_1{height:2.8rem;cursor:pointer;padding:.4rem 1rem;border:1px solid #c3c6d8;border-radius:.6rem;display:flex;align-items:center;gap:.8rem}._ThumbButton_k6p86_1:hover{background-color:#c3c6d84d;color:#212123}._ThumbButton_k6p86_1 ._ActionText_k6p86_15{color:#252745}._ThumbButton_k6p86_1 ._Icon_k6p86_18{font-size:1.4rem}._ThumbButton_k6p86_1._Active_k6p86_21{background-color:#cddaf5;border-color:#cddaf5}._ThumbButton_k6p86_1._Active_k6p86_21 ._ActionText_k6p86_15{color:#3483ff}._ThumbButton_k6p86_1._Active_k6p86_21 ._Icon_k6p86_18>g>path{fill:#3483ff!important}._CounterChip_1peuz_1{display:flex;align-items:center;padding:.4rem .8rem .4rem .4rem;border-radius:12px;font-size:1.2rem;line-height:1.4rem;color:inherit;text-transform:capitalize;-webkit-user-select:none;user-select:none;width:fit-content;max-width:12rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:1px solid #d7daeb;transition:all .25s}._CounterChip_1peuz_1 ._Count_1peuz_1{display:flex;justify-content:center;align-items:center;font-size:1.2rem;background-color:#3483ff33;color:#242424;border-radius:12px;height:1.6rem;margin-right:.4rem;padding:0 .6rem;transition:all .25s}._CounterChip_1peuz_1 ._Icon_1peuz_32{margin-right:.4rem;font-size:1.4rem}._CounterChip_1peuz_1 ._Label_1peuz_36{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._CounterChip_1peuz_1._Clickable_1peuz_41{cursor:pointer}._DocumentContainer_11q7v_1{position:relative;width:100%;height:100%;flex:1}._DocumentContainer_11q7v_1._Scrollable_11q7v_7{overflow-y:auto}._DocumentContainer_11q7v_1._Scrollable_11q7v_7::-webkit-scrollbar{width:6px;height:6px;background:transparent}._DocumentContainer_11q7v_1._Scrollable_11q7v_7::-webkit-scrollbar-track{border-radius:.5rem}._DocumentContainer_11q7v_1._Scrollable_11q7v_7::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._PopoverDocument_11q7v_26{background-color:#fff;width:50rem;max-height:40rem;height:fit-content;z-index:1000;box-shadow:0 2px 6px #21212333;margin-top:.8rem;border-radius:8px;overflow-y:auto}._PopoverDocument_11q7v_26::-webkit-scrollbar{width:6px;height:6px;background:transparent}._PopoverDocument_11q7v_26::-webkit-scrollbar-track{border-radius:.5rem}._PopoverDocument_11q7v_26::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Loading_11q7v_53{position:absolute;left:50%;z-index:100;-webkit-user-select:none;user-select:none;transform:translate(-50%) translateY(-110%);transition:all .25s;top:6rem;opacity:0}._Loading_11q7v_53._Active_11q7v_63{opacity:1}._ErrorWrapper_11q7v_67{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}._Navigation_11q7v_78{position:sticky;top:.8rem;display:flex;align-items:center;margin-bottom:2rem;margin-top:-1.2rem;z-index:20}._Navigation_11q7v_78>*{margin-right:.8rem}._Navigation_11q7v_78 ._BackButton_11q7v_90{display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.4rem;color:#0009;transition:all .25s;background:#fff;height:4rem;padding:0 1.2rem;border-radius:12px;box-shadow:0 0 15px #0000001a}._Navigation_11q7v_78 ._BackButton_11q7v_90 ._BackIcon_11q7v_104{font-size:2.4rem;margin-right:.8rem;border-radius:50%;padding:.4rem;border:1px solid rgba(0,0,0,.6);color:#0009;transition:all .25s}._Navigation_11q7v_78 ._BackButton_11q7v_90:hover{color:#3483ff}._Navigation_11q7v_78 ._BackButton_11q7v_90:hover ._BackIcon_11q7v_104{color:#3483ff;border-color:#3483ff}._DocumentLoading_b9dvy_1{display:flex;justify-content:center;align-items:center;height:2.8rem;padding:0 1.2rem;width:fit-content;border-radius:20px;background-color:#3483ff;color:#fff}._DocumentLoading_b9dvy_1 ._CircularProgress_b9dvy_12{margin-right:.8rem;color:#fff}._ModalStage_9k4fs_1{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}._ModalStage_9k4fs_1 ._ModalWrapper_9k4fs_8{max-height:86vh;width:70vw;position:relative}._ModalStage_9k4fs_1 ._ModalWrapper_9k4fs_8 ._Header_9k4fs_13{position:sticky;top:0;z-index:10}._ModalStage_9k4fs_1 ._ModalWrapper_9k4fs_8 ._DocumentModal_9k4fs_18 ._ModalBody_9k4fs_18{overflow:hidden}._ModalStage_9k4fs_1 ._ModalWrapper_9k4fs_8 ._DocumentModal_9k4fs_18 ._Content_9k4fs_21{position:relative;background-color:#fff;max-height:calc(100% - 5rem);overflow-y:auto}._ModalStage_9k4fs_1 ._ModalWrapper_9k4fs_8 ._DocumentModal_9k4fs_18 ._Content_9k4fs_21::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ModalStage_9k4fs_1 ._ModalWrapper_9k4fs_8 ._DocumentModal_9k4fs_18 ._Content_9k4fs_21::-webkit-scrollbar-track{border-radius:.5rem}._ModalStage_9k4fs_1 ._ModalWrapper_9k4fs_8 ._DocumentModal_9k4fs_18 ._Content_9k4fs_21::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Header_1y251_1{display:flex;align-items:center;width:fit-content;min-height:4rem;padding:0 1.2rem;background:#3483ff;border-radius:12px;box-shadow:0 0 15px #0000001a;z-index:10;font-weight:500;color:#fff}._OauthProviderBtn_8ikls_1{width:100%;height:4.2rem;background-color:#fff;transition:all .33s ease-in-out 0s;cursor:pointer;display:flex;justify-content:center;align-items:center;border:1px solid #c5c9db;border-radius:4px}._OauthProviderBtn_8ikls_1:hover{background-color:#f8f9fc}._OauthProviderBtn_8ikls_1._minimal_8ikls_16{width:20%;background-color:transparent}._OauthProviderBtn_8ikls_1 ._IconWrapper_8ikls_20{display:flex;align-items:center;justify-content:flex-end}._OauthProviderBtn_8ikls_1 ._IconWrapper_8ikls_20 ._Icon_8ikls_20{margin-right:.8rem;width:18px;height:18px}._OauthProviderBtn_8ikls_1 ._IconWrapper_8ikls_20 ._Icon_8ikls_20._large_8ikls_30{margin-right:.2rem;width:28px;height:28px}._OauthProviderBtn_8ikls_1 ._BtnText_8ikls_35{color:#242424;font-size:1.4rem;letter-spacing:.2px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin-left:.4rem}._SmartSelector_1m9lm_1{display:flex;width:100%;height:100%;max-height:30rem;border:1px solid #e5e5f3;background-color:#fff;color:#242424}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10{flex:1;border-right:1px solid #e5e5f3;background-color:#f0f2f8}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._Search_1m9lm_15{position:relative;height:4rem;display:flex;align-items:center;padding:0 .8rem;background-color:#fff;border-bottom:1px solid #e5e5f3}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._Search_1m9lm_15 ._SearchInput_1m9lm_24{height:2.8rem}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._Search_1m9lm_15 ._ClearButton_1m9lm_27{position:absolute;right:1.2rem;display:flex;align-items:center;justify-content:center;height:2rem;width:2rem;border-radius:50%;transition:all .25s;cursor:pointer}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._Search_1m9lm_15 ._ClearButton_1m9lm_27:hover{background-color:#f0f2f8}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._Search_1m9lm_15 ._ClearButton_1m9lm_27 ._Icon_1m9lm_42{font-size:1.4rem}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._Tabs_1m9lm_45{display:flex;align-items:center;height:3.2rem;padding:0 .8rem;background-color:#fff;border-bottom:1px solid #e5e5f3}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._Tabs_1m9lm_45 ._Tab_1m9lm_45{font-size:1.4rem;margin-right:.8rem;padding-right:.8rem;cursor:pointer;border-right:1px solid #e5e5f3;transition:all .25s}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._Tabs_1m9lm_45 ._Tab_1m9lm_45 ._TabCount_1m9lm_61{font-size:1.1rem}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._Tabs_1m9lm_45 ._Tab_1m9lm_45._Active_1m9lm_64{color:#3483ff}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._Tabs_1m9lm_45 ._Tab_1m9lm_45:last-child{margin-right:0;padding-right:0;border-right:0}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._List_1m9lm_72{height:calc(100% - 4rem);overflow-y:auto}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._List_1m9lm_72::-webkit-scrollbar{width:6px;height:6px;background:transparent}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._List_1m9lm_72::-webkit-scrollbar-track{border-radius:.5rem}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._List_1m9lm_72::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._SmartSelector_1m9lm_1 ._Selector_1m9lm_10 ._List_1m9lm_72._HasTabs_1m9lm_91{height:calc(100% - 7.2rem)}._SmartSelector_1m9lm_1 ._SourceComponent_1m9lm_94{flex:1}._EmptyState_1m9lm_98{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}._EmptyState_1m9lm_98 ._Image_1m9lm_106{width:10rem;height:10rem;margin-bottom:1.2rem}._EmptyState_1m9lm_98 ._Title_1m9lm_111{font-size:1.6rem;color:#898ea8;margin-bottom:1.2rem}._EmptyState_1m9lm_98 ._SubTitle_1m9lm_116{font-size:1.4rem;color:#898ea8;margin-bottom:1.2rem}._EmptyState_1m9lm_98 ._Create_1m9lm_121{color:#3483ff;display:flex;align-items:center;cursor:pointer;margin-bottom:.8rem}._EmptyState_1m9lm_98 ._Create_1m9lm_121:last-child{margin-bottom:0}._EmptyState_1m9lm_98 ._Create_1m9lm_121 ._Icon_1m9lm_42{font-size:1.8rem;margin-right:.6rem;color:#3483ff}._EmptyState_1m9lm_98 ._Create_1m9lm_121:hover{text-decoration:underline}._SmartSelectorList_4zrfg_1{position:relative}._SmartSelectorList_4zrfg_1:only-child ._Items_4zrfg_4{border-bottom:0}._SmartSelectorList_4zrfg_1._Closed_4zrfg_7 ._Items_4zrfg_4{max-height:0;opacity:0;border-bottom:0}._SmartSelectorList_4zrfg_1._Closed_4zrfg_7 ._Label_4zrfg_12 ._OpenBtn_4zrfg_12 ._Icon_4zrfg_12{transform:rotate(0)}._SmartSelectorList_4zrfg_1._ExpandedMode_4zrfg_15 ._Label_4zrfg_12 ._OpenBtn_4zrfg_12 ._Icon_4zrfg_12{transform:rotate(90deg);border-radius:50%;border-color:#898ea8}._SmartSelectorList_4zrfg_1 ._Label_4zrfg_12{position:sticky;top:0;display:flex;align-items:center;border-bottom:1px solid #e5e5f3;background-color:#fff;padding:0 .8rem 0 .4rem;cursor:pointer;height:4rem;z-index:10}._SmartSelectorList_4zrfg_1 ._Label_4zrfg_12 ._OpenBtn_4zrfg_12{display:flex;align-items:center;width:2.4rem;height:2.4rem;cursor:pointer;margin-right:.4rem}._SmartSelectorList_4zrfg_1 ._Label_4zrfg_12 ._OpenBtn_4zrfg_12 ._Icon_4zrfg_12{font-size:2.2rem;transition:all .25s;transform:rotate(180deg);border-radius:50%;border:1px solid transparent;padding:.4rem}._SmartSelectorList_4zrfg_1 ._Label_4zrfg_12 ._LabelText_4zrfg_48{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-size:1.6rem;font-weight:500;flex:1}._SmartSelectorList_4zrfg_1 ._Label_4zrfg_12 ._Count_4zrfg_57{font-size:1.2rem;display:flex;align-items:center;justify-content:center}._SmartSelectorList_4zrfg_1 ._Label_4zrfg_12 ._Count_4zrfg_57 ._Loading_4zrfg_63{color:#898ea8}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4{overflow:hidden;transition:all .25s;max-height:1200rem;opacity:1;border-bottom:1px solid #e5e5f3}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Helper_4zrfg_73{display:flex;align-items:center;background-color:#e7eaf3;height:3.2rem;font-size:1.3rem;color:#606375;padding:.4rem}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Helper_4zrfg_73 ._HelperIconWrapper_4zrfg_82{display:flex;align-items:center;justify-content:center;width:2.4rem;min-width:2.4rem;height:2.4rem;min-height:2.4rem;margin-right:.4rem}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Helper_4zrfg_73 ._HelperIconWrapper_4zrfg_82 ._InfoIcon_4zrfg_92{font-size:1.4rem;color:#606375}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4{font-size:1.4rem;display:flex;align-items:center;justify-content:space-between;width:100%;overflow:hidden;padding-right:.4rem}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Disabled_4zrfg_105 ._ItemName_4zrfg_105{cursor:not-allowed!important;color:#898ea8}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._SingleList_4zrfg_109:not(._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Parent_4zrfg_109){padding-left:0}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._SingleList_4zrfg_109:not(._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Parent_4zrfg_109) ._ItemName_4zrfg_105{padding-left:1.6rem}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Selected_4zrfg_115,._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4:hover{background-color:#e5efff}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Parent_4zrfg_109{display:flex;justify-content:center;flex-direction:column;align-items:flex-start}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Parent_4zrfg_109 ._ItemName_4zrfg_105{padding-left:1px;width:100%}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Parent_4zrfg_109:hover{background-color:unset}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Parent_4zrfg_109:hover ._ItemName_4zrfg_105 ._Expend_4zrfg_131{opacity:1}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Parent_4zrfg_109._Open_4zrfg_12 ._ItemName_4zrfg_105 ._Expend_4zrfg_131 ._ExpendIcon_4zrfg_134{transform:rotate(180deg)}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Parent_4zrfg_109._Open_4zrfg_12 ._Children_4zrfg_137{max-height:50rem}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Parent_4zrfg_109 ._Children_4zrfg_137{max-height:0;overflow:hidden;transition:all .25s;width:100%}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Parent_4zrfg_109 ._Children_4zrfg_137 ._ItemName_4zrfg_105{padding-left:3.2rem;width:unset}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4 ._ItemName_4zrfg_105{display:flex;align-items:center;flex:1;padding:.4rem .8rem .4rem 3.3rem;min-width:0;cursor:pointer}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4 ._ItemName_4zrfg_105 ._Icon_4zrfg_12{margin-right:.6rem;font-size:1.6rem;width:2rem;min-width:2rem}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4 ._ItemName_4zrfg_105 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.5}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4 ._ItemName_4zrfg_105 ._Expend_4zrfg_131{width:2.4rem;min-width:2.4rem;margin-left:.8rem}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4 ._ItemName_4zrfg_105 ._Expend_4zrfg_131 ._ExpendIcon_4zrfg_134{font-size:1.2rem;transition:all .25s}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4 ._Chip_4zrfg_179{width:fit-content;word-break:keep-all;white-space:nowrap;background-color:#c3c6d866;border-radius:4px;padding:.2rem .4rem;margin-right:.4rem;font-size:1.2rem}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Create_4zrfg_189{color:#3483ff;display:flex;align-items:center}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Create_4zrfg_189 ._Icon_4zrfg_12{font-size:1.8rem;margin-right:.6rem;color:#3483ff}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Create_4zrfg_189:hover{background-color:#c3c6d84d;text-decoration:underline}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._LoadMore_4zrfg_203{color:#3483ff}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._LoadMore_4zrfg_203:hover{background-color:unset;text-decoration:underline}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Disabled_4zrfg_105{cursor:default;color:#898ea8}._SmartSelectorList_4zrfg_1 ._Items_4zrfg_4 ._Item_4zrfg_4._Disabled_4zrfg_105:hover{text-decoration:none}._SmartSelectorPanel_1y4fj_1{display:flex;flex-direction:column;height:100%}._SmartSelectorPanel_1y4fj_1 ._Main_1y4fj_6{flex:1;padding:.8rem;overflow-y:auto}._SmartSelectorPanel_1y4fj_1 ._Main_1y4fj_6::-webkit-scrollbar{width:6px;height:6px;background:transparent}._SmartSelectorPanel_1y4fj_1 ._Main_1y4fj_6::-webkit-scrollbar-track{border-radius:.5rem}._SmartSelectorPanel_1y4fj_1 ._Main_1y4fj_6::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._SmartSelectorPanel_1y4fj_1 ._Main_1y4fj_6 ._Label_1y4fj_26{font-size:1.2rem;color:#898ea8;margin-bottom:.8rem;word-break:break-all}._SmartSelectorPanel_1y4fj_1 ._Main_1y4fj_6 ._Title_1y4fj_32{font-size:1.8rem;font-weight:500;margin-bottom:2rem;white-space:break-spaces;word-break:break-all}._SmartSelectorPanel_1y4fj_1 ._Main_1y4fj_6 ._Description_1y4fj_39{font-size:1.4rem;margin-bottom:.8rem}._SmartSelectorPanel_1y4fj_1 ._Footer_1y4fj_43{display:flex;align-items:center;justify-content:flex-end;height:4rem;padding:0 .8rem;border-top:1px solid #e5e5f3}._SmartSelectorPanel_1y4fj_1 ._Footer_1y4fj_43 ._Actions_1y4fj_51{margin-right:.4rem}._SmartSelectorOption_1i23h_1{display:flex;flex-direction:column;margin-bottom:.8rem;border:1px solid #c3c6d8;border-radius:4px;overflow:hidden}._SmartSelectorOption_1i23h_1 ._Label_1i23h_9{display:flex;align-items:center;justify-content:space-between;font-size:1.2rem;margin-bottom:.2rem;background-color:#f0f2f8;padding:.6rem}._SmartSelectorOption_1i23h_1 ._Label_1i23h_9 ._Button_1i23h_18{color:#3483ff;cursor:pointer;text-decoration:underline}._SmartSelectorOption_1i23h_1 ._Main_1i23h_23{flex:1;padding:.4rem .6rem}._SmartSelectorOption_1i23h_1 ._Main_1i23h_23 ._Title_1i23h_27{font-size:1.4rem;font-weight:500;margin-bottom:.2rem}._SmartSelectorOption_1i23h_1 ._Main_1i23h_23 ._Description_1i23h_32{font-size:1.2rem}._LinkBox_1gc21_1{display:flex;align-items:center;border-radius:8px;border:1px solid #d7daeb;cursor:pointer;height:6.4rem;overflow:hidden;transition:all .25s}._LinkBox_1gc21_1:hover{border-color:#295dc1}._LinkBox_1gc21_1:hover ._Arrow_1gc21_14{opacity:1}._LinkBox_1gc21_1:hover ._Main_1gc21_17 ._Title_1gc21_17{color:#3483ff}._LinkBox_1gc21_1 ._IconWrapper_1gc21_20{display:flex;align-items:center;justify-content:center;background-color:#f8f9fc;height:100%;width:4.8rem}._LinkBox_1gc21_1 ._Main_1gc21_17{flex:1;padding-left:1.2rem}._LinkBox_1gc21_1 ._Main_1gc21_17 ._Title_1gc21_17{font-size:1.6rem;font-weight:600;margin-bottom:.6rem;transition:all .25s}._LinkBox_1gc21_1 ._Main_1gc21_17 ._SubTitle_1gc21_38{font-size:1.2rem;color:#757c96}._LinkBox_1gc21_1 ._Arrow_1gc21_14{display:flex;align-items:center;justify-content:center;padding-right:1.2rem;opacity:0;transition:all .25s}._LinkBox_1gc21_1 ._Arrow_1gc21_14 ._ArrowIcon_1gc21_50{font-size:1.8rem;color:#295dc1}._IndexDisplay_1xyeq_1{display:flex;align-items:center;width:fit-content}._IndexDisplay_1xyeq_1 ._PositionText_1xyeq_6{font-size:1.4rem;margin-right:1.6rem;color:#757c96}._IndexDisplay_1xyeq_1 ._Indexes_1xyeq_11{display:flex;align-items:center}._IndexDisplay_1xyeq_1 ._Indexes_1xyeq_11 ._Index_1xyeq_1{width:1rem;height:1rem;min-width:1rem;min-height:1rem;border-radius:50%;background-color:#c5c9db;margin-right:.8rem;transition:background-color .25s}._IndexDisplay_1xyeq_1 ._Indexes_1xyeq_11 ._Index_1xyeq_1._Active_1xyeq_25{background-color:#3483ff}._IndexDisplay_1xyeq_1 ._Indexes_1xyeq_11 ._Index_1xyeq_1:last-child,._IndexDisplay_1xyeq_1 ._Indexes_1xyeq_11 ._Index_1xyeq_1:only-child{margin-right:0}._AnomalyModeButton_k55h1_1{border-radius:4px;border:1px solid #d7daeb;padding:0 .6rem}._AnomalyModeButton_k55h1_1 ._Value_k55h1_6{font-weight:500}._OptionBox_1pk92_1{display:flex;padding:.8rem;border-radius:8px;cursor:pointer}._OptionBox_1pk92_1._Selected_1pk92_7{background:#f2f7ff}._OptionBox_1pk92_1._Disabled_1pk92_10{background-color:#f0f2f7;cursor:default}._OptionBox_1pk92_1 ._Checkbox_1pk92_14{display:flex;justify-content:center;margin-right:.8rem;margin-top:.2rem}._OptionBox_1pk92_1 ._Content_1pk92_20 ._Title_1pk92_20{display:flex;align-items:center;font-size:1.4rem;margin-bottom:.4rem;gap:.8rem;height:2rem}._OptionBox_1pk92_1 ._Content_1pk92_20 ._Description_1pk92_28{font-size:1.4rem;color:#898ea8;line-height:1.5}._OptionBox_1pk92_1 ._Content_1pk92_20 ._Children_1pk92_33{margin-top:1.2rem}._Accordion_swvm1_1{border:1px solid #d7daeb;border-radius:8px;padding:0 1.2rem;display:flex;flex-direction:column;justify-content:center;width:100%;transition:all .25s}._Accordion_swvm1_1._Disabled_swvm1_11{color:#757c94}._Accordion_swvm1_1._Disabled_swvm1_11 ._Header_swvm1_14{cursor:default}._Accordion_swvm1_1._Open_swvm1_17{max-height:1000px;padding-bottom:.8rem}._Accordion_swvm1_1._Open_swvm1_17 ._Header_swvm1_14 ._ToggleButton_swvm1_21{transform:rotate(180deg)}._Accordion_swvm1_1._Open_swvm1_17 ._Content_swvm1_24{max-height:80rem;overflow-y:auto}._Accordion_swvm1_1._Open_swvm1_17 ._Content_swvm1_24::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Accordion_swvm1_1._Open_swvm1_17 ._Content_swvm1_24::-webkit-scrollbar-track{border-radius:.5rem}._Accordion_swvm1_1._Open_swvm1_17 ._Content_swvm1_24::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Accordion_swvm1_1 ._Header_swvm1_14{display:flex;align-items:center;cursor:pointer;min-height:3.6rem}._Accordion_swvm1_1 ._Header_swvm1_14 ._Title_swvm1_49{font-size:1.4rem;font-weight:600}._Accordion_swvm1_1 ._Header_swvm1_14 ._Divider_swvm1_53{content:"";border-right:1px solid #d7daeb;height:1.6rem;padding-left:.8rem;margin-right:.8rem}._Accordion_swvm1_1 ._Header_swvm1_14 ._SubTitle_swvm1_60{font-size:1.4rem;flex:1;display:flex;align-items:center;gap:.8rem}._Accordion_swvm1_1 ._Header_swvm1_14 ._Spacer_swvm1_67{flex:1}._Accordion_swvm1_1 ._Header_swvm1_14 ._ToggleButton_swvm1_21{font-size:1.6rem;color:#757c94;transition:all .25s}._Accordion_swvm1_1 ._Content_swvm1_24{max-height:0;overflow:hidden;padding:0}._ArithmeticFormulaBuilder_14vgu_1{display:flex;flex-direction:column;gap:.8rem;padding:.8rem;border:1px solid #d7daeb;border-radius:8px;min-width:40rem;width:100%;background-color:#f8f9fc}._ArithmeticFormulaBuilder_14vgu_1 ._InputWrapper_14vgu_12{display:flex;align-items:center;gap:.8rem;border:1px solid #d7daeb;border-radius:8px;line-height:2.4rem;background-color:#fff;min-height:3.6rem;padding:0 .8rem}._ArithmeticFormulaBuilder_14vgu_1 ._InputWrapper_14vgu_12 ._EqualsIcon_14vgu_23{color:#898ea8;font-size:1.4rem}._ArithmeticFormulaBuilder_14vgu_1 ._InputWrapper_14vgu_12 ._Input_14vgu_12{min-height:3.6rem;padding:.4rem 0;flex:1;outline:0}._ArithmeticFormulaBuilder_14vgu_1 ._InputWrapper_14vgu_12 ._Input_14vgu_12:focus{border-color:#3483ff}._ArithmeticFormulaBuilder_14vgu_1 ._InputWrapper_14vgu_12 ._Input_14vgu_12:empty:before{content:attr(placeholder);color:#c3c6d8;cursor:text}._ArithmeticFormulaBuilder_14vgu_1 ._InputWrapper_14vgu_12 ._Input_14vgu_12 ._Bracket_14vgu_41,._ArithmeticFormulaBuilder_14vgu_1 ._InputWrapper_14vgu_12 ._Input_14vgu_12 ._NumberVar_14vgu_42,._ArithmeticFormulaBuilder_14vgu_1 ._InputWrapper_14vgu_12 ._Input_14vgu_12 ._OPVar_14vgu_43,._ArithmeticFormulaBuilder_14vgu_1 ._InputWrapper_14vgu_12 ._Input_14vgu_12 ._TextVar_14vgu_44{display:inline-flex;align-items:center;width:fit-content;color:#3483ff;outline:none;font-size:1.4rem;background-color:#f0f2f7;height:2.4rem}._ArithmeticFormulaBuilder_14vgu_1 ._InputWrapper_14vgu_12 ._Input_14vgu_12 ._TextVar_14vgu_44,._ArithmeticFormulaBuilder_14vgu_1 ._InputWrapper_14vgu_12 ._Input_14vgu_12 ._NumberVar_14vgu_42{padding:0 .4rem;font-weight:500}._ArithmeticFormulaBuilder_14vgu_1 ._InputWrapper_14vgu_12 ._Input_14vgu_12 ._Bracket_14vgu_41,._ArithmeticFormulaBuilder_14vgu_1 ._InputWrapper_14vgu_12 ._Input_14vgu_12 ._OPVar_14vgu_43{display:inline-flex;align-items:center;justify-content:center;width:2rem;color:#242424}._ArithmeticFormulaBuilder_14vgu_1 ._InputWrapper_14vgu_12 ._Input_14vgu_12 ._Bracket_14vgu_41{padding:0 .2rem;width:fit-content;font-weight:600;background-color:#3483ff33}._ArithmeticFormulaBuilder_14vgu_1 ._Options_14vgu_76{display:flex;align-items:center;gap:.8rem}._ArithmeticFormulaBuilder_14vgu_1 ._Options_14vgu_76 ._AddVariableButton_14vgu_81{height:2.4rem}._ArithmeticFormulaBuilder_14vgu_1 ._Options_14vgu_76 ._AddVariableButton_14vgu_81:hover,._ArithmeticFormulaBuilder_14vgu_1 ._Options_14vgu_76 ._AddVariableButton_14vgu_81._Open_14vgu_84{background-color:#295dc1}._ArithmeticFormulaBuilder_14vgu_1 ._Options_14vgu_76 ._Divider_14vgu_87{width:1px;height:2rem;background-color:#d7daeb}._ArithmeticFormulaBuilder_14vgu_1 ._Options_14vgu_76 ._Error_14vgu_92{flex:1;color:#e74c3c;font-size:1.2rem}._ArithmeticFormulaBuilder_14vgu_1 ._Options_14vgu_76 ._OPAction_14vgu_97{display:flex;align-items:center;justify-content:center;background-color:#3483ff;color:#fff;border-radius:50%;width:2.4rem;min-width:2.4rem;height:2.4rem;min-height:2.4rem;cursor:pointer;transition:all .25s}._ArithmeticFormulaBuilder_14vgu_1 ._Options_14vgu_76 ._OPAction_14vgu_97:hover{background-color:#295dc1}._ExperimentFormContainer_go481_1{height:72vh;width:84rem}._ExperimentFormContainer_go481_1 ._ExperimentForm_go481_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._ExperimentFormContainer_go481_1 ._ExperimentForm_go481_1 ._Header_go481_11{margin-bottom:2rem}._ExperimentFormContainer_go481_1 ._ExperimentForm_go481_1 ._WizardSteps_go481_14{width:100%;padding:0 2.4rem;margin-bottom:2rem}._ExperimentFormContainer_go481_1 ._ExperimentForm_go481_1 ._WizardSteps_go481_14 ._FullWidth_go481_19{width:100%}._ExperimentFormContainer_go481_1 ._ExperimentForm_go481_1 ._Tabs_go481_22{overflow:hidden}._Loading_1upyf_1{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#3483ff;z-index:10000;pointer-events:none}._ModalContainer_tscdm_1{display:flex;overflow:hidden}._ModalContainer_tscdm_1 ._ModalLeftPanel_tscdm_5{min-width:28rem;width:28rem;background-color:#f8f9fc;border-right:1px solid #d7dae9;overflow:auto;padding:2.4rem;gap:1.6rem;display:flex;flex-direction:column}._ModalContainer_tscdm_1 ._ModalLeftPanel_tscdm_5 ._Header_tscdm_16{color:#212123;font-size:2rem;line-height:3.2rem;font-weight:500}._ModalContainer_tscdm_1 ._ModalLeftPanel_tscdm_5 ._Section_tscdm_22{display:flex;flex-direction:column;gap:.8rem}._ModalContainer_tscdm_1 ._ModalLeftPanel_tscdm_5 ._Section_tscdm_22 ._Header_tscdm_16{color:#212123;font-size:1.4rem;line-height:2rem;font-weight:400}._ModalContainer_tscdm_1 ._ModalBody_tscdm_33{display:flex;flex-direction:column;flex:1}._ModalContainer_tscdm_1 ._ModalBody_tscdm_33 ._ModalContent_tscdm_38{display:flex;flex:1;justify-content:center;position:relative;overflow-y:hidden;height:auto}._ModalContainer_tscdm_1 ._ModalBody_tscdm_33 ._ModalFooter_tscdm_46{border-top:1px solid #d7dae9;display:flex;justify-content:space-between;padding:1.6rem 2.4rem}._SelectAnalysisTab_rp4u9_1{display:flex;height:100%}._SelectAnalysisTab_rp4u9_1 ._Categories_rp4u9_5{display:flex;flex-direction:column;width:100%}._SelectAnalysisTab_rp4u9_1 ._Categories_rp4u9_5._ExperimentsContainer_rp4u9_10{align-items:center;padding-top:4rem;height:100%}._SelectAnalysisTab_rp4u9_1 ._Categories_rp4u9_5 ._SearchWrapper_rp4u9_15{margin-top:2.4rem}._SelectAnalysisTab_rp4u9_1 ._Categories_rp4u9_5 ._SearchWrapper_rp4u9_15 ._SearchInput_rp4u9_18{margin-top:2rem}._SelectAnalysisTab_rp4u9_1 ._Categories_rp4u9_5 ._List_rp4u9_21{position:relative;overflow-y:scroll;padding:0 3.4rem 4rem 4rem}._SelectAnalysisTab_rp4u9_1 ._Categories_rp4u9_5 ._List_rp4u9_21::-webkit-scrollbar{width:6px;height:6px;background:transparent}._SelectAnalysisTab_rp4u9_1 ._Categories_rp4u9_5 ._List_rp4u9_21::-webkit-scrollbar-track{border-radius:6px}._SelectAnalysisTab_rp4u9_1 ._Categories_rp4u9_5 ._List_rp4u9_21::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._AboutAnalysis_1fqmu_1{display:flex;flex-grow:1;gap:2rem;margin:3.2rem}._AboutAnalysis_1fqmu_1 ._Title_1fqmu_7{font-size:2rem;font-weight:500;line-height:3.2rem;margin-block-start:0;margin-block-end:1.6rem}._AboutAnalysis_1fqmu_1 ._AboutAnalysisContent_1fqmu_14{flex:2}._AboutAnalysis_1fqmu_1 ._AboutAnalysisImage_1fqmu_17{display:flex;justify-content:flex-end;flex:1}._CardImageContainer_1muex_1{position:relative;width:100%;height:100%;max-width:36rem;background:#f0e4ff;align-items:center;justify-content:center;display:flex;border-radius:8px;min-height:16rem;padding:1.6rem;box-sizing:border-box}._CardImageContainer_1muex_1 ._CardImageInnerContainer_1muex_15{display:flex;position:relative;justify-content:center;align-items:center;width:100%;height:100%}._CardImageContainer_1muex_1 ._CardImageInnerContainer_1muex_15 ._CardImage_1muex_1{background-color:#fff;position:absolute;box-shadow:1px 1px 6px #0003;border-radius:6px;max-height:100%;max-width:100%;object-fit:contain}._Clickable_19ix1_1{cursor:pointer}._AnalysisTypeCard_19ix1_5{display:flex;flex-direction:column;border:1px solid #d7dae9;border-radius:.8rem;transition:all .15s;height:100%;max-width:30rem}._AnalysisTypeCard_19ix1_5 ._CardBody_19ix1_14{padding:.8rem 1.2rem}._AnalysisTypeCard_19ix1_5 ._CardBody_19ix1_14 ._CardTitle_19ix1_17{margin:.8rem 0 1.2rem;color:#212123;font-size:1.6rem;font-weight:500;line-height:1.8rem;display:flex;align-items:center;justify-content:space-between}._AnalysisTypeCard_19ix1_5 ._CardBody_19ix1_14 ._CardTitle_19ix1_17 ._Title_19ix1_27{width:100%}._AnalysisTypeCard_19ix1_5 ._CardBody_19ix1_14 ._CardDescription_19ix1_30{margin:.8rem 0;font-size:1.4rem;line-height:2rem;font-weight:300;color:#757c94}._AnalysisTypeCard_19ix1_5 ._CardBody_19ix1_14 ._ChipWrapper_19ix1_37{display:grid}._AnalysisTypeCard_19ix1_5 ._CardBody_19ix1_14 ._ChipWrapper_19ix1_37 ._CausalTag_19ix1_40{justify-self:flex-end;text-transform:uppercase}._AnalysisTypeCard_19ix1_5 ._CardImage_19ix1_44{position:relative;height:16rem}._AnalysisTypeCard_19ix1_5 ._CardImage_19ix1_44 ._ImageContainer_19ix1_48{border-radius:8px 8px 0 0}._AnalysisTypeCard_19ix1_5 ._CardImage_19ix1_44 ._CardImageOverlay_19ix1_51{visibility:hidden;opacity:0;transition:visibility .15s linear,opacity .15s linear;display:flex;flex-direction:column;gap:1rem;position:absolute;left:0;top:0;right:0;bottom:0;background:#757c94b3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:8px 8px 0 0;align-items:center;justify-content:center}._AnalysisTypeCard_19ix1_5 ._CardImage_19ix1_44 ._CardImageOverlay_19ix1_51 ._SelectButton_19ix1_69{gap:.4rem;letter-spacing:.5px;width:12rem;height:3.5rem;padding:.8rem 2.4rem;border-radius:1000px}._AnalysisTypeCard_19ix1_5 ._CardImage_19ix1_44 ._CardImageOverlay_19ix1_51 ._MoreInfoButton_19ix1_77{width:12rem;height:3.5rem;letter-spacing:.5px;background-color:#757c9480;border:1px solid white;padding:.8rem 2.4rem;border-radius:1000px}._AnalysisTypeCard_19ix1_5 ._CardImage_19ix1_44 ._CardImageContainer_19ix1_86{border-radius:8px 8px 0 0}._AnalysisTypeCard_19ix1_5:hover{box-shadow:1px 1px 6px #0003}._AnalysisTypeCard_19ix1_5:hover ._CardImage_19ix1_44 ._CardImageOverlay_19ix1_51{visibility:visible;opacity:1}._Category_lrw0q_1{display:flex;flex-direction:column}._Category_lrw0q_1 ._Title_lrw0q_5{font-size:2rem;font-weight:500;line-height:3.2rem;margin-block-start:2rem;margin-block-end:2rem}._Category_lrw0q_1 ._AnalysesCards_lrw0q_12{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._Button_1ukr4_1{letter-spacing:.5px;font-weight:400;line-height:2rem;padding:1rem 2.4rem;height:3.2rem;text-transform:none!important}._Container_1ukr4_10{border:1px solid #d7dbea;border-radius:8px;background-color:#fff;padding:1.6rem}._Container_1ukr4_10 ._Header_1ukr4_16{display:flex;align-items:center;font-size:1.4rem;margin-bottom:1.2rem}._Container_1ukr4_10 ._Header_1ukr4_16 ._Title_1ukr4_22{align-items:center;color:#757c94}._Container_1ukr4_10 ._Content_1ukr4_26{display:flex;flex-direction:column;gap:1rem}._Container_1ukr4_10 ._Content_1ukr4_26 ._Sentence_1ukr4_31{display:inline-flex;align-items:center;font-size:2rem;font-weight:300;gap:1rem}._Container_1ukr4_10 ._Content_1ukr4_26 ._Sentence_1ukr4_31 ._InlineText_1ukr4_38{margin-left:.4rem}._Container_1ukr4_10 ._Content_1ukr4_26 ._Sentence_1ukr4_31._Disabled_1ukr4_41{color:#c5c9db}._Container_1ukr4_10 ._Content_1ukr4_26 ._Sentence_1ukr4_31._Disabled_1ukr4_41 ._TextSelectDropdown_1ukr4_44{cursor:not-allowed;background-color:#fff;border-bottom:2px solid #c5c9db}._Container_1ukr4_10 ._Content_1ukr4_26 ._Sentence_1ukr4_31._Placeholder_1ukr4_49{color:#757c94;padding-bottom:1rem;border-bottom:1px solid #d7dae9}._Container_1ukr4_10 ._Content_1ukr4_26 ._Sentence_1ukr4_31._Placeholder_1ukr4_49 b{font-weight:600}._Container_1ukr4_10 ._Content_1ukr4_26 ._Sentence_1ukr4_31._Start_1ukr4_57{padding-top:.6rem;justify-content:center}._Container_1ukr4_10 ._Content_1ukr4_26 ._Sentence_1ukr4_31 ._TextSelectDropdown_1ukr4_44{border:none;border-radius:0;border-bottom:2px solid #c5c9db;font-size:2rem;font-weight:400;padding:0 .3rem;max-width:inherit;text-transform:lowercase}._Container_1ukr4_10 ._Content_1ukr4_26 ._Sentence_1ukr4_31 ._TextSelectDropdown_1ukr4_44._Selected_1ukr4_71{border-bottom:2px solid #3483ff}._PreviewSelectorWrapper_1i5ey_1{margin-top:.4rem;width:65rem;height:30rem}._TemplatesWrapper_1i5ey_7{padding:.4rem .8rem}._NoPreviewSelectorWrapper_1i5ey_11{margin-top:.4rem;width:34rem;height:30rem}._SmartSelectButtonWrapper_1i5ey_17{display:flex;align-items:center;gap:.4rem;overflow:hidden}._SmartSelectButtonWrapper_1i5ey_17 ._CreateLine_1i5ey_23{display:flex;align-items:center;color:#757c94;margin-left:.6rem}._SmartSelectButtonWrapper_1i5ey_17 ._CreateLine_1i5ey_23 ._CreateButton_1i5ey_29{margin-left:.6rem;color:#757c94}._SmartSelectButton_1i5ey_17{max-width:unset!important;min-width:0!important;width:fit-content!important;text-transform:unset!important}._Selector_1i5ey_41{background-color:#fff;width:100%;height:100%;border-radius:12px;box-shadow:0 0 8px 2px #0000001a;overflow:hidden}._DisabledOption_1i5ey_50{opacity:.6}._WithInfo_1i5ey_54{display:flex;align-items:center}._WithInfo_1i5ey_54 ._Title_1i5ey_58{margin-right:.4rem}._LabelRow_1i5ey_62{display:flex;align-items:center;height:2rem;width:100%}._LabelRow_1i5ey_62 ._Label_1i5ey_62{color:#898ea8;font-size:1.2rem}._SignalList_1i5ey_73{display:flex;flex-wrap:wrap}._SignalList_1i5ey_73 ._SignalItem_1i5ey_77{display:flex;align-items:center;padding:.2rem .4rem;width:fit-content;font-size:1.4rem;background-color:#eff0f6;border-radius:4px;margin-right:.6rem;margin-bottom:.6rem;cursor:pointer;max-width:100%}._SignalList_1i5ey_73 ._SignalItem_1i5ey_77 ._Title_1i5ey_58{flex:1;min-width:0;padding-right:.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ValidationError_1i5ey_99{display:flex;background:#fa982c1a;border-radius:4px;border:1px solid rgba(250,152,44,.6);padding:.4rem .8rem;font-size:1.4rem;color:#414559;margin-bottom:.8rem;line-height:1.2}._ValidationError_1i5ey_99 ._Warn_1i5ey_110{font-size:1.8rem;margin-right:.8rem;color:#fa982c;margin-top:.2rem}._InfoRow_1i5ey_117{display:flex;align-items:center;height:2.8rem;width:100%}._InfoRow_1i5ey_117._toRight_1i5ey_123{justify-content:flex-end}._InfoRow_1i5ey_117>*{margin-right:.4rem}._InfoRow_1i5ey_117>*:last-child,._InfoRow_1i5ey_117>*:only-child{margin-right:0}._InfoRow_1i5ey_117 ._Text_1i5ey_132{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.4rem}._InfoRow_1i5ey_117 ._Text_1i5ey_132._Strong_1i5ey_138{font-weight:500}._DataRow_1i5ey_142{display:flex;flex-direction:column}._DataRow_1i5ey_142 ._Label_1i5ey_62{color:#898ea8;font-size:1.2rem;margin-bottom:.8rem}._Modal_1i5ey_152{border-radius:20px!important}._Modal_1i5ey_152 ._InternalModal_1i5ey_155{padding:2rem;min-width:60rem;min-height:24rem}._Modal_1i5ey_152 ._InternalModal_1i5ey_155 ._TitleWrapper_1i5ey_160{margin-bottom:1.2rem}._Modal_1i5ey_152 ._InternalModal_1i5ey_155 ._TitleWrapper_1i5ey_160 ._Title_1i5ey_58{text-transform:unset}._Modal_1i5ey_152 ._InternalModal_1i5ey_155 ._Body_1i5ey_166{overflow-y:auto}._Modal_1i5ey_152 ._InternalModal_1i5ey_155 ._Body_1i5ey_166::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Modal_1i5ey_152 ._InternalModal_1i5ey_155 ._Body_1i5ey_166::-webkit-scrollbar-track{border-radius:6px}._Modal_1i5ey_152 ._InternalModal_1i5ey_155 ._Body_1i5ey_166::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._TableColumnsTable_1i5ey_185 ._ColumnsTableContainer_1i5ey_185{font-size:1.4rem}._TableColumnsTable_1i5ey_185 ._THClassName_1i5ey_188{background-color:#eff0f6!important}._Warning_127mu_1{font-size:1.8rem;margin-left:.8rem;color:#fa982c}._BlankPaper_1q60i_1{margin:0!important;overflow:unset!important;box-shadow:none!important;background:transparent!important}._VerticalListItem_1q60i_8{margin-bottom:1.2rem}._VerticalListItem_1q60i_8._SmallMargin_1q60i_11{margin-top:1.2rem}._HorizontalListItem_1q60i_15{margin-right:1.2rem;margin-bottom:1.2rem}._Form_1q60i_20{flex:1;display:flex;overflow:hidden}._Form_1q60i_20 ._FormContent_1q60i_25{flex:1;padding:0 2.4rem 2rem;overflow-y:auto}._Form_1q60i_20 ._FormContent_1q60i_25::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Form_1q60i_20 ._FormContent_1q60i_25::-webkit-scrollbar-track{border-radius:6px}._Form_1q60i_20 ._FormContent_1q60i_25::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Form_1q60i_20 ._FormContent_1q60i_25 ._Block_1q60i_45{display:flex;align-items:flex-start;padding-bottom:1.2rem}._Form_1q60i_20 ._FormContent_1q60i_25 ._Block_1q60i_45._InlineInputs_1q60i_50 ._Input_1q60i_50{flex:inherit;margin-right:2.2rem}._Form_1q60i_20 ._FormContent_1q60i_25 ._Block_1q60i_45._InlineInputs_1q60i_50 ._Input_1q60i_50._Grow_1q60i_54{flex:1}._Form_1q60i_20 ._FormContent_1q60i_25 ._Block_1q60i_45 ._Input_1q60i_50{display:flex;align-items:center;flex:1;margin-right:1.2rem}._Form_1q60i_20 ._FormContent_1q60i_25 ._Block_1q60i_45 ._Input_1q60i_50:last-child,._Form_1q60i_20 ._FormContent_1q60i_25 ._Block_1q60i_45 ._Input_1q60i_50:only-child{margin-right:0}._descriptionColumn_1q60i_67{display:-webkit-box;max-width:100%;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}._ModalWrapper_1q60i_75{display:flex;justify-content:center;align-items:center;outline:none}._NoOverflow_1q60i_82{width:100%;height:100%;overflow:hidden}._Helper_1q60i_88{max-width:24rem}._Helper_1q60i_88 ._Link_1q60i_91{display:inline-block;color:#2f78ea;text-decoration:underline;margin-left:.4rem;cursor:pointer}._UnstyledLink_1q60i_99{color:inherit;text-decoration:none}._UnstyledLink_1q60i_99:hover,._UnstyledLink_1q60i_99:focus,._UnstyledLink_1q60i_99:active{color:inherit;text-decoration:none}._AnalysisParametersTab_1oc15_1{height:100%;display:flex;flex-direction:column}._AnalysisParametersTab_1oc15_1 ._Header_1oc15_6{margin-top:1.2rem;margin-bottom:2rem;display:flex;align-items:center}._AnalysisParametersTab_1oc15_1 ._Header_1oc15_6 ._TabHeader_1oc15_12{flex:1}._AnalysisParametersTab_1oc15_1 ._Header_1oc15_6 ._TeamSelector_1oc15_15{margin-left:1.2rem}._AnalysisParametersTab_1oc15_1 ._ParametersForm_1oc15_18{margin-bottom:1.2rem}._SqlPropertyQueryBuilder_f4pzt_1{display:flex;flex-direction:column;gap:2.4rem}._SqlPropertyQueryBuilder_f4pzt_1 ._Section_f4pzt_6{display:flex;flex-direction:column;gap:1.6rem;flex:1}._SqlPropertyQueryBuilder_f4pzt_1 ._Section_f4pzt_6 ._Header_f4pzt_12{font-size:1.6rem;font-weight:400;margin:0;line-height:2rem}._SqlPropertyQueryBuilder_f4pzt_1 ._Section_f4pzt_6 ._Description_f4pzt_18{margin-top:.4rem;font-size:1.4rem;font-style:normal;font-weight:300;line-height:2rem}._SqlPropertyQueryBuilder_f4pzt_1 ._Fields_f4pzt_25{display:grid;grid-template-columns:repeat(2,1fr);row-gap:1.6rem;column-gap:2.4rem}._Container_6zc8t_1{position:relative;height:100%;width:100%;min-height:30rem}._Container_6zc8t_1 ._Editor_6zc8t_7{border-radius:8px;overflow:hidden}._Container_6zc8t_1 ._Editor_6zc8t_7._Border_6zc8t_11{border:1px solid #d7dbea}._Container_6zc8t_1._Error_6zc8t_14 ._Editor_6zc8t_7{border-color:#e74c3c!important}._Container_6zc8t_1 ._CopyBtn_6zc8t_17{position:absolute;right:.8rem;top:.8rem;z-index:1000}._Container_6zc8t_1 ._Placeholder_6zc8t_23{width:fit-content;position:absolute;white-space:pre-wrap;top:0;left:65px;pointer-events:none;-webkit-user-select:none;user-select:none;color:#898ea8;font-size:1.2rem;line-height:2rem;font-family:monospace}._Container_6zc8t_1 ._Placeholder_6zc8t_23._Hidden_6zc8t_36{display:none}._Container_6zc8t_1 ._Validation_6zc8t_39{display:flex;justify-content:center;align-items:center;position:absolute;gap:.4rem;top:-2.2rem;right:0}._Container_6zc8t_1 ._Validation_6zc8t_39 ._Label_6zc8t_48{font-size:1.2rem}._Container_6zc8t_1 ._Validation_6zc8t_39._Empty_6zc8t_51{color:#898ea8}._Container_6zc8t_1 ._Validation_6zc8t_39._Pending_6zc8t_54{color:#3483ff;cursor:pointer;text-decoration:underline}._Container_6zc8t_1 ._Validation_6zc8t_39._Loading_6zc8t_59,._Container_6zc8t_1 ._Validation_6zc8t_39._Valid_6zc8t_39{color:#3483ff}._Container_6zc8t_1 ._Validation_6zc8t_39._Invalid_6zc8t_65{color:#f1a087}._Container_6zc8t_1 ._Validation_6zc8t_39._Unknown_6zc8t_68{color:#898ea8}._TeamFilterHelper_1v56e_1{font-size:1.4rem}._TeamFilterHelper_1v56e_1 ._ViewAll_1v56e_4{margin-left:.8rem;color:#3483ff;cursor:pointer}._SQLViewerWrapper_y22e7_1{position:relative;width:100%;height:100%}._Title_ptzfu_1{position:relative;color:#242424;transition:all .25s;text-transform:unset;line-height:1.5}._Title_ptzfu_1._large_ptzfu_8{font-size:1.6rem}._Title_ptzfu_1._medium_ptzfu_11{font-size:1.4rem}._Title_ptzfu_1._small_ptzfu_14{font-size:1.2rem}._Title_ptzfu_1._Clickable_ptzfu_17{cursor:pointer}._Title_ptzfu_1._Ellipsis_ptzfu_20{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._Title_ptzfu_1._Upper_ptzfu_25{text-transform:uppercase}._Title_ptzfu_1._Bold_ptzfu_28{font-weight:600}._Title_ptzfu_1._Caps_ptzfu_31{text-transform:capitalize}._TitleIcon_ptzfu_35{color:#898ea8;margin-right:.4rem}._TitleIcon_ptzfu_35._large_ptzfu_8{font-size:2rem;margin-right:.8rem}._TitleIcon_ptzfu_35._medium_ptzfu_11{font-size:1.8rem}._TitleIcon_ptzfu_35._small_ptzfu_14{font-size:1.6rem}._FlexVertical_1l50y_1{display:flex;flex-direction:column}._FlexVertical_1l50y_1._Clickable_1l50y_5{cursor:pointer}._FlexVertical_1l50y_1._Spacing_1l50y_8>*{margin-bottom:.8rem}._FlexVertical_1l50y_1._Spacing_1l50y_8>*:last-child{margin-bottom:0}._FlexVertical_1l50y_1._VerticalAlignCenter_1l50y_14{justify-content:center}._FlexVertical_1l50y_1._HorizontalAlignCenter_1l50y_17{align-items:center}._FlexVertical_1l50y_1._SpaceBetween_1l50y_20{justify-content:space-between}._FlexVertical_1l50y_1._Fullwidth_1l50y_23{width:100%}._FlexVertical_1l50y_1._Wrap_1l50y_26{flex-wrap:wrap}._FlexHorizontal_1l50y_30{display:flex;min-width:0}._FlexHorizontal_1l50y_30._Clickable_1l50y_5{cursor:pointer}._FlexHorizontal_1l50y_30._Spacing_1l50y_8>*{margin-right:.8rem}._FlexHorizontal_1l50y_30._Spacing_1l50y_8>*:last-child{margin-right:0}._FlexHorizontal_1l50y_30._VerticalAlignCenter_1l50y_14{align-items:center}._FlexHorizontal_1l50y_30._HorizontalAlignCenter_1l50y_17{justify-content:center}._FlexHorizontal_1l50y_30._SpaceBetween_1l50y_20{justify-content:space-between}._FlexHorizontal_1l50y_30._Fullwidth_1l50y_23{width:100%}._FlexHorizontal_1l50y_30._Wrap_1l50y_26{flex-wrap:wrap}._FlexHorizontal_1l50y_30._Wrap_1l50y_26>*{margin-bottom:.4rem}._TemplateItemBuilder_1pf0x_1{display:flex;flex-direction:column;gap:.4rem;width:100%}._TemplateItemBuilder_1pf0x_1 ._MainSelectorWrapper_1pf0x_7{display:flex;align-items:center;height:3.6rem;gap:.8rem}._TemplateItemBuilder_1pf0x_1 ._MainSelectorWrapper_1pf0x_7 ._Prefix_1pf0x_13{padding-left:.4rem}._TemplateItemBuilder_1pf0x_1 ._WhereRow_1pf0x_16{display:flex;align-items:center;flex-wrap:wrap;flex:1;padding-left:.4rem;min-height:3.6rem}._TemplateItemBuilder_1pf0x_1 ._WhereRow_1pf0x_16:hover ._Actions_1pf0x_24{opacity:1}._TemplateItemBuilder_1pf0x_1 ._WhereRow_1pf0x_16 ._Item_1pf0x_27{display:flex;align-items:center;margin-right:.8rem;font-size:1.4rem;min-height:3.6rem}._TemplateItemBuilder_1pf0x_1 ._WhereRow_1pf0x_16 ._Item_1pf0x_27:only-child,._TemplateItemBuilder_1pf0x_1 ._WhereRow_1pf0x_16 ._Item_1pf0x_27:last-child{margin-right:0}._TemplateItemBuilder_1pf0x_1 ._WhereRow_1pf0x_16 ._Actions_1pf0x_24{opacity:0;transition:all .25s}._TemplateItemBuilder_1pf0x_1 ._Button_1pf0x_41{font-size:1.4rem;color:#757c96;cursor:pointer;white-space:nowrap}._TemplateItemBuilder_1pf0x_1 ._Button_1pf0x_41:hover{text-decoration:underline}._Item_1oqwy_1{margin-right:.8rem}._TableValue_1oqwy_5{width:fit-content;background-color:#fff}._OpBtn_1oqwy_10{width:fit-content;min-width:unset;text-transform:unset}._Icon_1oqwy_16{font-size:2.4rem;margin-right:.8rem;color:#fa982c}._DisabledValue_1oqwy_22{position:relative;display:flex;align-items:center;border:1px solid #d7dbea;border-radius:4px;padding:0 .8rem;height:3.2rem;background-color:#f8f9fc}._BehavioralChurnBuilder_1048l_1{display:flex;flex-direction:column;gap:.8rem;font-size:1.4rem}._BehavioralChurnBuilder_1048l_1 ._Row_1048l_7{display:flex;align-items:center;gap:.8rem}._BehavioralChurnBuilder_1048l_1 ._Row_1048l_7 ._Item_1048l_12 ._Input_1048l_12{max-width:6rem}._BehavioralChurnBuilder_1048l_1 ._Inline_1048l_15{display:flex;align-items:center}._BehavioralChurnBuilder_1048l_1 ._Inline_1048l_15 ._NumberInput_1048l_19{width:fit-content;max-width:6rem;margin-right:.8rem}._ItemList_svmjo_1{display:flex;flex-direction:column;flex-wrap:wrap}._ItemList_svmjo_1._Inline_svmjo_6{flex-direction:row;gap:.4rem}._ItemList_svmjo_1._Inline_svmjo_6 ._Row_svmjo_10:hover{background-color:unset}._ItemList_svmjo_1 ._Row_svmjo_10{display:flex;align-items:center;transition:all .25s;padding:.2rem 0;min-height:3.6rem;gap:.6rem}._ItemList_svmjo_1 ._Row_svmjo_10 ._Actions_svmjo_21{align-self:flex-start;display:flex;align-items:center;height:3.6rem}._ItemList_svmjo_1 ._AddButton_svmjo_27{display:flex;align-items:center;margin:.8rem 0;font-size:1.2rem;color:#3483ff;cursor:pointer}._ItemList_svmjo_1 ._AddButton_svmjo_27:hover{text-decoration:underline}._BaseHabitMomentQueryBuilder_6mj8y_1{display:flex;flex-direction:column;gap:.8rem;font-size:1.4rem}._BaseHabitMomentQueryBuilder_6mj8y_1 ._Row_6mj8y_7{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem}._BaseHabitMomentQueryBuilder_6mj8y_1 ._Row_6mj8y_7 ._ItemList_6mj8y_13{width:100%}._BaseHabitMomentQueryBuilder_6mj8y_1 ._Row_6mj8y_7 ._Item_6mj8y_13 ._Input_6mj8y_16{max-width:6rem}._FormStep_tzpb2_1{height:100%;width:100%}._FormStep_tzpb2_1 ._ContentWrapper_tzpb2_5{flex:1;height:calc(100% - 6rem);overflow-y:scroll;padding:0 2.4rem}._FormStep_tzpb2_1 ._ContentWrapper_tzpb2_5::-webkit-scrollbar{width:6px;height:6px;background:transparent}._FormStep_tzpb2_1 ._ContentWrapper_tzpb2_5::-webkit-scrollbar-track{border-radius:6px}._FormStep_tzpb2_1 ._ContentWrapper_tzpb2_5::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._FormStep_tzpb2_1 ._Footer_tzpb2_26{display:flex;align-items:center;justify-content:flex-end;border-top:1px solid #eff0f6;height:6rem;padding:0 2rem}._FormStep_tzpb2_1 ._Footer_tzpb2_26>*{margin-right:.4rem}._FormStep_tzpb2_1 ._Footer_tzpb2_26>*:only-child,._FormStep_tzpb2_1 ._Footer_tzpb2_26>*:last-child{margin-right:0}._SQLViewer_79194_1{padding:.8rem}._AnalysisForm_79194_5{color:#242424;padding-bottom:4rem}._AnalysisForm_79194_5 ._Parameter_79194_9:not(:last-child){margin-bottom:3.2rem}._AnalysisForm_79194_5 ._Parameter_79194_9 ._Inputs_79194_12{display:flex;align-items:flex-start}._AnalysisForm_79194_5 ._Parameter_79194_9 ._Inputs_79194_12>*{margin-right:1.2rem;display:flex;align-items:center;font-size:1.4rem;height:2.8rem}._AnalysisForm_79194_5 ._Parameter_79194_9 ._Inputs_79194_12>*:only-child,._AnalysisForm_79194_5 ._Parameter_79194_9 ._Inputs_79194_12>*:last-child{margin-right:0}._AnalysisForm_79194_5 ._Parameter_79194_9 ._FitContent_79194_26{width:fit-content}._AnalysisForm_79194_5 ._Parameter_79194_9 ._Collection_79194_29{display:flex;flex-direction:column}._AnalysisForm_79194_5 ._Parameter_79194_9 ._Collection_79194_29 ._CollectionItem_79194_33{display:flex;align-items:center;margin-bottom:.4rem}._AnalysisForm_79194_5 ._Parameter_79194_9 ._Collection_79194_29 ._CollectionItem_79194_33:only-child,._AnalysisForm_79194_5 ._Parameter_79194_9 ._Collection_79194_29 ._CollectionItem_79194_33:last-child{margin-bottom:0}._AnalysisForm_79194_5 ._Parameter_79194_9 ._Collection_79194_29 ._CollectionItem_79194_33 ._Index_79194_41{min-width:2rem;text-align:right;margin-right:.8rem;color:#898ea8;font-size:1.4rem}._AnalysisForm_79194_5 ._Parameter_79194_9 ._Collection_79194_29 ._CollectionItem_79194_33 ._Input_79194_12{display:flex;align-items:center;flex:1;height:2.8rem;margin-right:.8rem;overflow:hidden}._AnalysisForm_79194_5 ._Parameter_79194_9 ._Collection_79194_29 ._CollectionItem_79194_33 ._Actions_79194_56{display:flex}._AnalysisForm_79194_5 ._Parameter_79194_9 ._Collection_79194_29 ._CollectionItem_79194_33 ._Actions_79194_56 ._Action_79194_56{margin-right:.4rem}._AnalysisForm_79194_5 ._Parameter_79194_9 ._Collection_79194_29 ._CollectionItem_79194_33 ._Actions_79194_56 ._Action_79194_56:last-child,._AnalysisForm_79194_5 ._Parameter_79194_9 ._Collection_79194_29 ._CollectionItem_79194_33 ._Actions_79194_56 ._Action_79194_56:only-child{margin-right:0}._AnalysisForm_79194_5 ._Parameter_79194_9 ._Collection_79194_29 ._AddButton_79194_65{font-size:1.4rem;color:#3483ff;cursor:pointer}._AnalysisForm_79194_5 ._Parameter_79194_9 ._Collection_79194_29 ._AddButton_79194_65:hover{text-decoration:underline}._AnalysisForm_79194_5 ._MarginBottom_79194_73{margin-bottom:.8rem}._AnalysisForm_79194_5 ._SpaceBottom_79194_76{margin-bottom:8rem}._AnalysisForm_79194_5 ._HelperBottom_79194_79{display:flex;align-items:center;margin-top:1.2rem;font-size:1.2rem;color:#898ea8}._AnalysisForm_79194_5 ._HelperBottom_79194_79 ._Link_79194_86{margin:0 .4rem;font-size:1.2rem}._BooleanSelector_79194_91{display:flex;align-items:center}._BooleanSelector_79194_91._Disabled_79194_95 ._BooleanLabel_79194_95{cursor:not-allowed}._BooleanSelector_79194_91 ._BooleanLabel_79194_95{font-size:1.4rem;margin-right:.8rem;cursor:pointer}._BooleanSelector_79194_91 ._Checkbox_79194_103{margin-right:.4rem}._BuilderWrapper_79194_107 ._GoalType_79194_107{margin-bottom:1.2rem}._BuilderWrapper_79194_107 ._Builder_79194_107,._ContentWrapper_79194_116{background-color:#f8f9fc;border-radius:8px;padding:1.2rem}._LearnMore_79194_122{font-size:inherit!important;display:inline-block!important;margin-left:.4rem!important;text-transform:none!important}._DialogLayout_79194_129{padding:1.2rem;margin:.8rem 0}._TreatmentWarn_79194_134{display:flex;align-items:center;font-size:1.4rem;color:#757c94;line-height:1}._TreatmentWarn_79194_134 ._WarnIcon_79194_141{margin-right:.6rem;font-size:1.8rem;color:#f1ae49}._TreatmentWarn_79194_134 ._Link_79194_86{margin-left:.4rem;color:#3483ff;cursor:pointer}._TreatmentWarn_79194_134 ._Link_79194_86:hover{text-decoration:underline}._ParameterInputWrapper_1xgw8_1{display:flex;flex-direction:column;color:#242424;overflow:hidden;border-left:2px solid #d7dbea;padding:.4rem 0 .4rem 1.6rem}._ParameterInputWrapper_1xgw8_1._Error_1xgw8_9 ._Header_1xgw8_9 ._Title_1xgw8_9,._ParameterInputWrapper_1xgw8_1._Error_1xgw8_9 ._Header_1xgw8_9 ._SubTitle_1xgw8_10{color:#e74c3c}._ParameterInputWrapper_1xgw8_1 ._Header_1xgw8_9{display:flex;flex-direction:column;margin-bottom:1.2rem}._ParameterInputWrapper_1xgw8_1 ._Header_1xgw8_9 ._Title_1xgw8_9{display:flex;align-items:center;transition:all .25s}._ParameterInputWrapper_1xgw8_1 ._Header_1xgw8_9 ._Title_1xgw8_9 ._TitleText_1xgw8_23{font-size:1.6rem;font-weight:500;margin-right:.8rem;transition:all .25s}._ParameterInputWrapper_1xgw8_1 ._Header_1xgw8_9 ._Title_1xgw8_9 ._Helper_1xgw8_29{display:flex;align-items:center;justify-content:center;background-color:#3483ff33;min-width:1.6rem;min-height:1.6rem;border-radius:50%;font-size:1.2rem;transition:all .25s}._ParameterInputWrapper_1xgw8_1 ._Header_1xgw8_9 ._SubTitle_1xgw8_10{margin-top:.4rem;font-size:1.4rem;color:#898ea8;transition:all .25s}._ParameterInputWrapper_1xgw8_1 ._BottomHelper_1xgw8_46{font-size:1.2rem;color:#898ea8}._TimeFrameSelector_epo3s_1{font-size:1.4rem}._Row_epo3s_5{display:flex;align-items:center;flex-wrap:wrap;font-size:inherit;height:3.2rem}._Row_epo3s_5 ._Item_epo3s_12{margin-right:.8rem;display:flex;align-items:center}._Row_epo3s_5 ._Item_epo3s_12:last-child{margin-right:0}._Row_epo3s_5 ._Item_epo3s_12 ._Input_epo3s_20{max-width:14rem}._Row_epo3s_5 ._Item_epo3s_12 ._SelectUnit_epo3s_23{text-transform:none}._Row_epo3s_5 ._Item_epo3s_12._Customize_epo3s_26 ._ReadableDate_epo3s_26{margin-right:.8rem}._Row_epo3s_5 ._Item_epo3s_12 ._EditTimeframe_epo3s_29{cursor:pointer}._Row_epo3s_5 ._Item_epo3s_12 ._HelperText_epo3s_32{margin-left:.8rem}._SegmentFilterSelector_n56ij_1 ._Placeholder_n56ij_1{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;padding:.8rem 0}._SegmentFilterSelector_n56ij_1 ._Placeholder_n56ij_1 ._AddFilterButton_n56ij_8{display:inline-flex;align-items:center;color:#3483ff;cursor:pointer;gap:.4rem}._SegmentFilterSelector_n56ij_1 ._Placeholder_n56ij_1 ._AddFilterButton_n56ij_8:hover{text-decoration:underline}._DialogLayout_n56ij_19{padding:1.2rem;margin:.8rem 0}._Container_17h8k_1{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;z-index:1}._Container_17h8k_1 ._Population_17h8k_8{display:flex;position:relative;flex-direction:column;align-items:stretch;flex:1;gap:.6rem;width:100%}._Container_17h8k_1 ._Population_17h8k_8 ._VerticalLine_17h8k_17{position:absolute;top:1.2rem;left:3rem;bottom:1.2rem;border-left:1px solid #d7dae9;z-index:0}._Container_17h8k_1 ._Segment_17h8k_25{display:flex;gap:.8rem;z-index:1}._Container_17h8k_1 ._ConditionContainer_17h8k_30{display:inherit}._Container_17h8k_1 ._ConditionContainer_17h8k_30 ._Condition_17h8k_30{padding:.1rem .7rem;background-color:#fff;border:1px solid #d7dae9;font-size:1rem;font-style:normal;font-weight:600;line-height:1.6rem;text-transform:uppercase;border-radius:1.7rem;color:#606375;z-index:1}._Container_17h8k_1 ._TrashIcon_17h8k_46{color:#414559;padding:.8rem .4rem;font-size:1.5rem;cursor:pointer;transition:all .2s}._Container_17h8k_1 ._TrashIcon_17h8k_46:hover{color:#3483ff}._Container_17h8k_1 ._TrashIcon_17h8k_46._Disabled_17h8k_56{color:#d7dae9;cursor:not-allowed}._Container_17h8k_1 ._AddCondition_17h8k_60{color:#3483ff;margin-top:.4rem;font-size:1.4rem;font-weight:400;line-height:2rem;display:flex;height:2.8rem;padding:.2rem 1.4rem;justify-content:center;align-items:center;border-radius:.4rem;border:1px solid #d7dae9;background:#fff}._Container_17h8k_1 ._AddCondition_17h8k_60:hover{background-color:#eff0f6}._Container_17h8k_1 ._AddConditionLabel_17h8k_78{display:flex;align-items:center;gap:.4rem}._Container_17h8k_1 ._AddConditionLabel_17h8k_78._Disabled_17h8k_56{color:#d7dae9}._Container_1caku_1{display:flex;gap:.8rem;flex:1;flex-wrap:wrap}._Container_1caku_1 ._SegmentSelect_1caku_7{width:17rem}._Container_1caku_1 ._SegmentSelectButton_1caku_10{min-width:auto;max-width:17rem;flex:1}._Container_1caku_1 ._SegmentOpSelect_1caku_15{width:9rem}._Container_1caku_1 ._SegmentOpSelectButton_1caku_18{min-width:auto;max-width:auto;flex:1}._Container_1caku_1 ._SegmentClassesSelect_1caku_23{max-width:inherit;min-width:fit-content;flex:1}._Container_1caku_1 ._SegmentClassesSelect_1caku_23._SegmentClassesSelectDisabled_1caku_28{width:fit-content;flex:unset}._Container_1caku_1 ._SegmentIlikeContainer_1caku_32{display:flex;align-items:center;gap:.8rem;max-width:inherit;min-width:fit-content;flex:1}._Container_1caku_1 ._SegmentIlikeContainer_1caku_32 ._Icon_1caku_40{font-size:2rem;margin-right:.8rem;color:#fa982c}._BuilderWrapper_l8dvb_1{background-color:#f8f9fc;border-radius:8px;padding:1.2rem}._ExperimentScopeSelector_1ua4g_1{color:#242424}._ExperimentScopeSelector_1ua4g_1 ._Option_1ua4g_4{display:flex;align-items:center;margin-bottom:.8rem;font-size:1.4rem;cursor:pointer;width:fit-content}._ExperimentScopeSelector_1ua4g_1 ._Option_1ua4g_4:last-child,._ExperimentScopeSelector_1ua4g_1 ._Option_1ua4g_4:only-child{margin-bottom:0}._ExperimentScopeSelector_1ua4g_1 ._Option_1ua4g_4 ._Checkbox_1ua4g_15,._ExperimentScopeSelector_1ua4g_1 ._Option_1ua4g_4 ._Label_1ua4g_18{margin-right:.8rem}._ExperimentScopeSelector_1ua4g_1 ._Builder_1ua4g_21{margin-top:1.2rem}._TableEventsQueryBuilder_kgbz0_1{color:#242424;font-size:1.4rem}._TableEventsQueryBuilder_kgbz0_1 ._Builder_kgbz0_5 ._TemplateItemQuery_kgbz0_5{display:flex;min-height:3.6rem}._TableEventsQueryBuilder_kgbz0_1 ._Builder_kgbz0_5 ._AddEvent_kgbz0_9{display:flex;align-items:center;height:3.6rem}._TabHeader_58ty0_1{width:100%;margin-bottom:1.2rem}._TabHeader_58ty0_1._Small_58ty0_5 ._TitleWrapper_58ty0_5 ._Title_58ty0_5{font-size:1.6rem}._TabHeader_58ty0_1._Small_58ty0_5 ._SubTitle_58ty0_8{font-size:1.4rem;color:#898ea8}._TabHeader_58ty0_1._Small_58ty0_5 ._LearnMore_58ty0_12{color:#3483ff;cursor:pointer;margin-left:.4rem;text-decoration:underline}._TabHeader_58ty0_1._HasSubtitle_58ty0_18 ._TitleWrapper_58ty0_5{margin-bottom:.8rem}._TabHeader_58ty0_1 ._TitleWrapper_58ty0_5{display:flex;align-items:center;justify-content:space-between}._TabHeader_58ty0_1 ._TitleWrapper_58ty0_5 ._Title_58ty0_5{width:100%;color:#242424;font-size:2rem;font-weight:500}._TabHeader_58ty0_1 ._TitleWrapper_58ty0_5 ._Title_58ty0_5 ._Helper_58ty0_32{margin-left:.6rem}._TabHeader_58ty0_1 ._SubTitle_58ty0_8{width:100%;color:#898ea8;font-size:1.6rem;line-height:1.5}._TabHeader_58ty0_1 ._SubTitle_58ty0_8 a{word-break:keep-all;white-space:nowrap}._ExtendedParameters_cgcz9_1._Show_cgcz9_1 ._Children_cgcz9_1{opacity:1;max-height:200rem;overflow:hidden}._ExtendedParameters_cgcz9_1._Show_cgcz9_1 ._Head_cgcz9_6 ._DropdownButton_cgcz9_6{transform:rotate(180deg)}._ExtendedParameters_cgcz9_1._small_cgcz9_9 ._Head_cgcz9_6{margin-bottom:1.6rem;font-size:1.4rem}._ExtendedParameters_cgcz9_1 ._Head_cgcz9_6{display:flex;align-items:center;margin-bottom:3.2rem;width:fit-content;font-size:1.6rem}._ExtendedParameters_cgcz9_1 ._Head_cgcz9_6 ._Label_cgcz9_20{padding:.8rem 0;font-weight:500;cursor:pointer;color:#242424}._ExtendedParameters_cgcz9_1 ._Head_cgcz9_6 ._DropdownButton_cgcz9_6{margin-right:.8rem;transition:all .25s}._ExtendedParameters_cgcz9_1 ._Children_cgcz9_1{opacity:0;max-height:0;overflow:hidden}._DaysCountSelectorContent_p8791_1{margin-top:.8rem}._SimpleBooleanSelector_1cfll_1._Vertical_1cfll_1 ._BooleanSelector_1cfll_1{flex-direction:column;align-items:unset}._SimpleBooleanSelector_1cfll_1._Vertical_1cfll_1 ._BooleanSelector_1cfll_1 ._Option_1cfll_5{margin-bottom:1.2rem}._SimpleBooleanSelector_1cfll_1._Vertical_1cfll_1 ._BooleanSelector_1cfll_1 ._Option_1cfll_5 ._BooleanLabel_1cfll_8{margin-right:0}._SimpleBooleanSelector_1cfll_1._Vertical_1cfll_1 ._BooleanSelector_1cfll_1 ._Option_1cfll_5:last-child{margin-bottom:0}._SimpleBooleanSelector_1cfll_1 ._BooleanSelector_1cfll_1,._SimpleBooleanSelector_1cfll_1 ._BooleanSelector_1cfll_1 ._Option_1cfll_5{display:flex;align-items:center}._SimpleBooleanSelector_1cfll_1 ._BooleanSelector_1cfll_1._Disabled_1cfll_22 ._BooleanLabel_1cfll_8{cursor:not-allowed}._SimpleBooleanSelector_1cfll_1 ._BooleanSelector_1cfll_1 ._BooleanLabel_1cfll_8{font-size:1.4rem;margin-right:1.2rem;cursor:pointer}._SimpleBooleanSelector_1cfll_1 ._BooleanSelector_1cfll_1 ._Checkbox_1cfll_30{margin-right:.8rem}._EventsDiscoveryGoalSelector_1d6dz_1 ._Mode_1d6dz_1{margin-bottom:1.2rem;font-size:1.4rem}._EventsDiscoveryGoalSelector_1d6dz_1 ._Mode_1d6dz_1:last-child,._EventsDiscoveryGoalSelector_1d6dz_1 ._Mode_1d6dz_1:only-child{margin-bottom:0}._EventsDiscoveryGoalSelector_1d6dz_1 ._Mode_1d6dz_1 ._Header_1d6dz_8{display:flex;align-items:center;cursor:pointer;width:fit-content}._EventsDiscoveryGoalSelector_1d6dz_1 ._Mode_1d6dz_1 ._Header_1d6dz_8 ._CheckboxWrapper_1d6dz_14{display:flex;align-items:center;width:2rem}._EventsDiscoveryGoalSelector_1d6dz_1 ._Mode_1d6dz_1 ._Header_1d6dz_8 ._Dash_1d6dz_19{margin:0 .4rem}._EventsDiscoveryGoalSelector_1d6dz_1 ._Mode_1d6dz_1 ._Header_1d6dz_8 ._Title_1d6dz_22{font-weight:600}._EventsDiscoveryGoalSelector_1d6dz_1 ._Mode_1d6dz_1 ._Header_1d6dz_8 ._SubTitle_1d6dz_25{display:flex;align-items:center}._EventsDiscoveryGoalSelector_1d6dz_1 ._Mode_1d6dz_1 ._Header_1d6dz_8 ._SubTitle_1d6dz_25 ._InlineNumberInput_1d6dz_29{display:flex;align-items:center;max-width:6rem;margin:0 .4rem}._EventsDiscoveryGoalSelector_1d6dz_1 ._Mode_1d6dz_1 ._Content_1d6dz_35{padding-top:.8rem;padding-left:2rem}._EventsDiscoveryGoalSelector_1d6dz_1 ._Mode_1d6dz_1 ._Content_1d6dz_35 ._MarginBottom_1d6dz_39{margin-bottom:.8rem}._EventsDiscoveryGoalSelector_1d6dz_1 ._Mode_1d6dz_1 ._Content_1d6dz_35 ._Inline_1d6dz_29{display:flex;align-items:center}._EventsDiscoveryGoalSelector_1d6dz_1 ._Mode_1d6dz_1 ._Content_1d6dz_35 ._Inline_1d6dz_29 ._NumberInput_1d6dz_46{margin-right:.8rem;width:fit-content;max-width:6rem}._SimpleNumberSelector_10hnw_1{display:flex;align-items:center}._SimpleNumberSelector_10hnw_1 ._Item_10hnw_5{display:flex;align-items:center;margin-right:.8rem;font-size:1.4rem}._SimpleNumberSelector_10hnw_1 ._Item_10hnw_5 ._Percent_10hnw_11{margin-left:.4rem}._SimpleNumberSelector_10hnw_1 ._Item_10hnw_5 ._NumberInput_10hnw_14{max-width:8rem}._DaysCountSelectorContent_jjdul_1,._WarnMessage_jjdul_5{margin-top:.8rem}._Row_u3y5j_1{display:flex;align-items:center;font-size:1.4rem}._Item_u3y5j_7{margin-right:.8rem}._Item_u3y5j_7:last-child{margin-right:.4rem}._Item_u3y5j_7 ._Input_u3y5j_13{max-width:6rem}._Item_u3y5j_7._Muted_u3y5j_16{color:#898ea8}._BaseConversionBuilder_69pr6_1{color:#242424;font-size:1.4rem;display:flex;flex-direction:column;gap:.8rem}._BaseConversionBuilder_69pr6_1 ._Row_69pr6_8{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem 0}._BaseConversionBuilder_69pr6_1 ._Row_69pr6_8:last-child,._BaseConversionBuilder_69pr6_1 ._Row_69pr6_8:only-child{margin-bottom:0}._BaseConversionBuilder_69pr6_1 ._Row_69pr6_8 ._Item_69pr6_17{margin-right:.8rem}._BaseConversionBuilder_69pr6_1 ._Row_69pr6_8 ._Item_69pr6_17._FullWidth_69pr6_20{width:100%;margin-top:.4rem}._BaseConversionBuilder_69pr6_1 ._Row_69pr6_8 ._Item_69pr6_17 ._Input_69pr6_24{max-width:6rem}._BaseRetentionBuilder_15cmr_1{color:#242424;display:flex;flex-direction:column;gap:.8rem}._BaseRetentionBuilder_15cmr_1 ._Window_15cmr_7{font-size:1.4rem;color:#242424}._BaseRetentionBuilder_15cmr_1 ._Row_15cmr_11{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem 0}._BaseRetentionBuilder_15cmr_1 ._Row_15cmr_11:only-child,._BaseRetentionBuilder_15cmr_1 ._Row_15cmr_11:last-child{margin-bottom:0}._BaseRetentionBuilder_15cmr_1 ._Row_15cmr_11 ._Item_15cmr_20{margin-right:.8rem}._BaseRetentionBuilder_15cmr_1 ._Row_15cmr_11 ._Item_15cmr_20._FullWidth_15cmr_23{width:100%;margin-top:.4rem}._BaseRetentionBuilder_15cmr_1 ._Row_15cmr_11 ._Item_15cmr_20 ._Input_15cmr_27{min-width:6rem;max-width:6rem}._BasePaymentRetentionBuilder_rziip_1{display:flex;flex-direction:column;gap:1.2rem;color:#242424;font-size:1.4rem}._BasePaymentRetentionBuilder_rziip_1 ._Row_rziip_8{display:inline-flex;align-items:center;min-height:2.8rem;gap:.8rem}._BasePaymentRetentionBuilder_rziip_1 ._Row_rziip_8 ._Input_rziip_14{max-width:6rem}._BasePaymentRetentionBuilder_rziip_1 ._MissingRequiredMilestones_rziip_17{background-color:#f7f7fc;padding:.8rem 1.6rem;border-radius:4px;font-size:1.4rem}._SelectGoalQuerySwitcher_bszan_1{margin-top:.8rem;font-size:1.4rem;font-weight:400;line-height:21px;color:#3483ff;cursor:pointer}._GoalType_bszan_10{margin-bottom:1.2rem}._FilterByRefDate_bszan_14{display:flex;align-items:center;height:3.6rem;gap:.8rem;font-size:1.4rem;cursor:pointer}._ConfounderSelector_31yur_1{display:flex;align-items:center}._ConfounderSelector_31yur_1 ._WarnTip_31yur_5{margin-left:.8rem}._SimpleGoalSelector_1cuns_1{color:#242424}._SimpleGoalSelector_1cuns_1 ._Row_1cuns_4{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1.2rem}._SimpleGoalSelector_1cuns_1 ._Row_1cuns_4:last-child,._SimpleGoalSelector_1cuns_1 ._Row_1cuns_4:only-child{margin-bottom:0}._WindowSizeSelector_1ytxr_1{font-size:1.4rem}._WindowSizeSelector_1ytxr_1 ._Row_1ytxr_4{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:.4rem}._WindowSizeSelector_1ytxr_1 ._Item_1ytxr_10{margin-right:.8rem}._WindowSizeSelector_1ytxr_1 ._Item_1ytxr_10 ._Input_1ytxr_13{max-width:6rem}._WindowSizeSelector_1ytxr_1 ._Item_1ytxr_10 ._SelectUnit_1ytxr_16{text-transform:none}._CohortsDefinitionSelector_mopgi_1{font-size:1.4rem}._CohortsDefinitionSelector_mopgi_1 ._Row_mopgi_4{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1.2rem}._CohortsDefinitionSelector_mopgi_1 ._Row_mopgi_4:last-child,._CohortsDefinitionSelector_mopgi_1 ._Row_mopgi_4:only-child{margin-bottom:0}._CohortsDefinitionSelector_mopgi_1 ._Row_mopgi_4 ._LabelWrapper_mopgi_13{margin-bottom:1.2rem}._CohortsDefinitionSelector_mopgi_1 ._Row_mopgi_4 ._LabelWrapper_mopgi_13:last-child,._CohortsDefinitionSelector_mopgi_1 ._Row_mopgi_4 ._LabelWrapper_mopgi_13:only-child{margin-bottom:0}._CohortsDefinitionSelector_mopgi_1 ._Row_mopgi_4 ._Item_mopgi_19{margin-right:.8rem}._CohortsDefinitionSelector_mopgi_1 ._Row_mopgi_4 ._Item_mopgi_19 ._Input_mopgi_22{max-width:6rem}._CohortsDefinitionSelector_mopgi_1 ._Row_mopgi_4 ._Item_mopgi_19 ._SelectUnit_mopgi_25{text-transform:none}._SingleDateSelector_1rqjx_1 ._FitContent_1rqjx_1{width:fit-content}._TableColumnQueryBuilder_17n0o_1{display:flex}._TableColumnQueryBuilder_17n0o_1 ._Row_17n0o_4{display:flex;align-items:center;margin-bottom:.8rem}._TableColumnQueryBuilder_17n0o_1 ._Row_17n0o_4:only-child,._TableColumnQueryBuilder_17n0o_1 ._Row_17n0o_4:last-child{margin-bottom:0}._TableColumnQueryBuilder_17n0o_1 ._Row_17n0o_4 ._Item_17n0o_12{margin-right:.8rem}._TableColumnQueryBuilder_17n0o_1 ._Row_17n0o_4 ._Item_17n0o_12:only-child,._TableColumnQueryBuilder_17n0o_1 ._Row_17n0o_4 ._Item_17n0o_12:last-child{margin-right:0}._StatisticalSignificanceSelector_1oj0f_1 ._Row_1oj0f_1{min-height:2.8rem;display:flex;align-items:center;flex-wrap:wrap}._KPIsSelector_110ij_1 ._Row_110ij_1{display:flex;align-items:center;margin-bottom:.8rem}._KPIsSelector_110ij_1 ._Row_110ij_1 ._OverrideCheckbox_110ij_6{padding:.8rem;border-radius:8px;display:flex;align-items:center;background-color:#eff0f680;cursor:pointer}._KPIsSelector_110ij_1 ._Row_110ij_1 ._OverrideCheckbox_110ij_6._Checked_110ij_14{background-color:#f2f7ff}._KPIsSelector_110ij_1 ._Row_110ij_1 ._OverrideCheckbox_110ij_6>*{margin-right:.8rem}._KPIsSelector_110ij_1 ._Row_110ij_1 ._OverrideCheckbox_110ij_6 ._OverrideLabel_110ij_20{font-size:1.4rem;color:#898ea8}._KPIsSelector_110ij_1 ._Row_110ij_1:only-child,._KPIsSelector_110ij_1 ._Row_110ij_1:last-child{margin-bottom:0}._StandardCheckBox_82jss_1{display:flex;justify-content:center;align-items:center;border:2px solid #898ea8;border-radius:4px;transition:all .25s;cursor:pointer;flex-shrink:0}._StandardCheckBox_82jss_1._medium_82jss_11{width:2rem;height:2rem}._StandardCheckBox_82jss_1._small_82jss_15{width:1.6rem;height:1.6rem}._StandardCheckBox_82jss_1:hover{border-color:#3483ff}._StandardCheckBox_82jss_1._Checked_82jss_22{border-color:#3483ff;background-color:#3483ff33}._StandardCheckBox_82jss_1._Error_82jss_26{border-color:#e74c3c}._StandardCheckBox_82jss_1._Disabled_82jss_29{cursor:not-allowed;border:2px solid #898ea8}._StandardCheckBox_82jss_1._Radio_82jss_33{border-radius:50%}._StandardCheckBox_82jss_1._Radio_82jss_33._Checked_82jss_22{background-color:unset}._StandardCheckBox_82jss_1 ._Icon_82jss_39{color:#3483ff;font-size:1.2rem}._StandardCheckBox_82jss_1 ._Icon_82jss_39._Disabled_82jss_29{color:#898ea8}._StandardCheckBox_82jss_1 ._Circle_82jss_46{background-color:#3483ff;border-radius:50%;height:1rem;width:1rem}._TableEventsValueQueryBuilder_1lxgh_1{color:#242424;font-size:1.4rem}._TableEventsValueQueryBuilder_1lxgh_1._MultiSelection_1lxgh_5 ._Option_1lxgh_5{border-radius:8px;border:1px solid #e5e5f3;padding:.4rem}._TableEventsValueQueryBuilder_1lxgh_1 ._CaseHeader_1lxgh_10{display:flex;justify-content:space-between;margin:.8rem 0;padding:0 .8rem}._TableEventsValueQueryBuilder_1lxgh_1 ._Property_1lxgh_16{display:flex;align-items:center;min-height:4rem;padding-left:.4rem;transition:all .25s;gap:.4rem}._TableEventsValueQueryBuilder_1lxgh_1 ._Property_1lxgh_16:hover{background-color:#3483ff1a}._TableEventsValueQueryBuilder_1lxgh_1 ._Property_1lxgh_16._ThenProperty_1lxgh_27{flex-wrap:wrap}._TableEventsValueQueryBuilder_1lxgh_1 ._Property_1lxgh_16._ThenProperty_1lxgh_27:hover{background-color:unset}._TableEventsValueQueryBuilder_1lxgh_1 ._Property_1lxgh_16 ._Label_1lxgh_33{line-height:2.4rem;margin-right:.8rem}._TableEventsValueQueryBuilder_1lxgh_1 ._Add_1lxgh_37{margin:.8rem 0}._TableEventsValueQueryBuilder_1lxgh_1 ._Action_1lxgh_40{color:#898ea8;cursor:pointer}._TableEventsValueQueryBuilder_1lxgh_1 ._Action_1lxgh_40:hover{text-decoration:underline}._SimpleOptionsSelector_gn3s8_1{color:#242424}._SimpleOptionsSelector_gn3s8_1 ._Options_gn3s8_4{display:flex;flex-direction:column}._SimpleOptionsSelector_gn3s8_1 ._Options_gn3s8_4 ._Option_gn3s8_4{display:flex;align-items:center;margin-bottom:.8rem;cursor:pointer;font-size:1.4rem;width:fit-content}._SimpleOptionsSelector_gn3s8_1 ._Options_gn3s8_4 ._Option_gn3s8_4:last-child,._SimpleOptionsSelector_gn3s8_1 ._Options_gn3s8_4 ._Option_gn3s8_4:only-child{margin-bottom:0}._SimpleOptionsSelector_gn3s8_1 ._Options_gn3s8_4 ._Option_gn3s8_4 ._Checkbox_gn3s8_19,._SimpleOptionsSelector_gn3s8_1 ._Options_gn3s8_4 ._Option_gn3s8_4 ._Label_gn3s8_22{margin-right:.8rem}._SimpleOptionsSelector_gn3s8_1 ._Options_gn3s8_4 ._Option_gn3s8_4 ._Example_gn3s8_25{margin-left:.8rem;color:#898ea8}._FunnelsSelector_s2srg_1 ._Row_s2srg_1{display:flex;align-items:center;margin-bottom:.8rem}._FunnelsSelector_s2srg_1 ._Row_s2srg_1:only-child,._FunnelsSelector_s2srg_1 ._Row_s2srg_1:last-child{margin-bottom:0}._ReleaseImpactMeasurementTimelineSelector_mc3qd_1{display:flex;flex-direction:column;gap:1.6rem}._ReleaseImpactMeasurementTimelineSelector_mc3qd_1 ._Option_mc3qd_6{display:flex;gap:1.2rem}._ReleaseImpactMeasurementTimelineSelector_mc3qd_1 ._Option_mc3qd_6._Selected_mc3qd_10 ._Content_mc3qd_10 ._OptionSelector_mc3qd_10{max-height:1000px}._ReleaseImpactMeasurementTimelineSelector_mc3qd_1 ._Option_mc3qd_6 ._Content_mc3qd_10{flex:1;display:flex;flex-direction:column;gap:.8rem;font-size:1.4rem;max-width:80%}._ReleaseImpactMeasurementTimelineSelector_mc3qd_1 ._Option_mc3qd_6 ._Content_mc3qd_10 ._Title_mc3qd_21{font-weight:500;cursor:pointer;width:fit-content}._ReleaseImpactMeasurementTimelineSelector_mc3qd_1 ._Option_mc3qd_6 ._Content_mc3qd_10 ._Subtitle_mc3qd_26{color:#757c94}._ReleaseImpactMeasurementTimelineSelector_mc3qd_1 ._Option_mc3qd_6 ._Content_mc3qd_10 ._OptionSelector_mc3qd_10{max-height:0;transition:all .25s;overflow:hidden}._VersionInputs_13qlr_1{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;padding-left:.4rem;height:3.6rem}._VersionInputs_13qlr_1 ._VersionInput_13qlr_1{max-width:12rem}._PrePostPeriodSelector_yp584_1{display:flex;flex-direction:column;gap:1.6rem}._PrePostPeriodSelector_yp584_1 ._Section_yp584_6{display:flex;flex-direction:column;gap:.4rem;font-size:1.4rem}._PrePostPeriodSelector_yp584_1 ._Section_yp584_6 ._Title_yp584_12{font-weight:600}._PrePostPeriodSelector_yp584_1 ._Section_yp584_6 ._Subtitle_yp584_15{color:#757c94}._PrePostPeriodSelector_yp584_1 ._Section_yp584_6 ._Selector_yp584_18{display:flex;align-items:center;gap:.8rem;margin-top:.4rem}._PrePostPeriodSelector_yp584_1 ._Section_yp584_6 ._Selector_yp584_18 ._DateSelector_yp584_24{display:flex;align-items:center;gap:.8rem}._PrePostPeriodSelector_yp584_1 ._Section_yp584_6 ._Selector_yp584_18 ._DateSelector_yp584_24 ._DatePickerInput_yp584_29{max-width:14rem}._PrePostPeriodSelector_yp584_1 ._Section_yp584_6 ._Selector_yp584_18 ._DateSelector_yp584_24 ._CustomButton_yp584_32{cursor:pointer}._PrePostPeriodSelector_yp584_1 ._Section_yp584_6 ._Selector_yp584_18 ._DateSelector_yp584_24._Disabled_yp584_35{color:#757c94}._PrePostPeriodSelector_yp584_1 ._Section_yp584_6 ._Selector_yp584_18 ._DateSelector_yp584_24._Disabled_yp584_35 ._CustomButton_yp584_32{cursor:default}._DatePickerInput_ppufk_1{max-width:14rem}._AnomalyPeriodSelector_wbrrp_1{display:flex;flex-direction:column;gap:.8rem}._AnomalyPeriodSelector_wbrrp_1 ._SplitView_wbrrp_6{display:flex;position:relative}._AnomalyPeriodSelector_wbrrp_1 ._SplitView_wbrrp_6 ._AnalyzedPeriod_wbrrp_10,._AnomalyPeriodSelector_wbrrp_1 ._SplitView_wbrrp_6 ._ComparedPeriod_wbrrp_11{display:flex;flex-direction:column;gap:1.2rem;flex:1}._AnomalyPeriodSelector_wbrrp_1 ._SplitView_wbrrp_6 ._AnalyzedPeriod_wbrrp_10 ._PeriodTitle_wbrrp_17,._AnomalyPeriodSelector_wbrrp_1 ._SplitView_wbrrp_6 ._ComparedPeriod_wbrrp_11 ._PeriodTitle_wbrrp_17{font-size:1.4rem;font-weight:500}._AnomalyPeriodSelector_wbrrp_1 ._SplitView_wbrrp_6 ._DateRange_wbrrp_22{display:flex;align-items:center;gap:.8rem}._AnomalyPeriodSelector_wbrrp_1 ._SplitView_wbrrp_6 ._LoopsAnomalyMode_wbrrp_27{display:flex;flex-direction:column;gap:.8rem;padding-top:.4rem}._AnomalyPeriodSelector_wbrrp_1 ._SplitView_wbrrp_6 ._Divider_wbrrp_33{content:" ";width:1px;background-color:#d7dbea;min-height:100%;margin:0 2.8rem}._AnomalyPeriodSelector_wbrrp_1 ._SplitView_wbrrp_6 ._VS_wbrrp_40{position:absolute;display:flex;align-items:center;justify-content:center;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.4rem;background-color:#fff;border-radius:50%;height:2.8rem;width:2.8rem;border:1px solid #d7dbea;line-height:1;-webkit-user-select:none;user-select:none;color:#606375}._AnomalyPeriodSelector_wbrrp_1 ._AggregateBy_wbrrp_58{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:1.2rem;border-top:1px solid #d7dbea;font-size:1.4rem;padding-top:1.2rem;height:3.2rem}._AnomalyPeriodSelector_wbrrp_1 ._AggregateBy_wbrrp_58 ._Label_wbrrp_69{font-weight:500}._AnomalyPeriodSelector_wbrrp_1 ._AggregateBy_wbrrp_58 ._AggregateByOption_wbrrp_72{display:flex;align-items:center;gap:.6rem}._ArgoTextWrapper_wbrrp_78{display:flex;align-items:center;font-size:1.4rem;margin-left:.4rem}._ArgoTextWrapper_wbrrp_78 ._Icon_wbrrp_84,._ArgoTextWrapper_wbrrp_78 ._ArgoText_wbrrp_78{margin-right:.8rem}._ErrorText_wbrrp_91{color:#e74c3c;font-size:1.2rem;margin:.4rem}._CompareOption_wbrrp_97{display:flex;gap:.8rem}._CompareOption_wbrrp_97 ._Label_wbrrp_69{cursor:pointer}._SelectCompareDate_wbrrp_105{margin-left:.4rem}._ExperimentInfoTab_10zp2_1{display:flex;flex-direction:column;align-items:center;justify-content:center}._ExperimentInfoTab_10zp2_1 ._Header_10zp2_7{margin-bottom:2rem}._ExperimentInfoTab_10zp2_1 ._Block_10zp2_10{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:2.8rem}._ExperimentInfoTab_10zp2_1 ._Block_10zp2_10:last-child,._ExperimentInfoTab_10zp2_1 ._Block_10zp2_10:only-child{margin-bottom:0}._WizardCompletedTab_1sjwp_1{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}._WizardCompletedTab_1sjwp_1 ._Container_1sjwp_9{display:flex;flex-direction:column;justify-content:center;align-items:center;height:40rem;width:60rem}._WizardCompletedTab_1sjwp_1 ._Container_1sjwp_9 ._SuccessIcon_1sjwp_17{font-size:9.2rem;margin-bottom:3.2rem}._WizardCompletedTab_1sjwp_1 ._Container_1sjwp_9 ._Title_1sjwp_21{font-size:2rem;text-align:center;margin-bottom:1.2rem}._WizardCompletedTab_1sjwp_1 ._Container_1sjwp_9 ._SubTitle_1sjwp_26{color:#898ea8;margin-bottom:1.2rem;max-width:48rem;text-align:center;line-height:1.5}._WizardCompletedTab_1sjwp_1 ._Container_1sjwp_9 ._SimilarAnalyses_1sjwp_33{position:relative;justify-content:center;width:100%;margin-top:2.4rem}._WizardCompletedTab_1sjwp_1 ._Container_1sjwp_9 ._SimilarAnalyses_1sjwp_33 ._SimilarAnalysesTitle_1sjwp_39{color:#898ea8;margin-bottom:1.2rem;text-align:center}._WizardCompletedTab_1sjwp_1 ._Container_1sjwp_9 ._SimilarAnalyses_1sjwp_33 ._List_1sjwp_44{display:flex;flex-direction:column;gap:1.2rem}._FooterActions_1sjwp_50{display:flex}._FooterActions_1sjwp_50>*{margin-right:.8rem}._FooterActions_1sjwp_50>*:only-child,._FooterActions_1sjwp_50>*:last-child{margin-right:0}._AnalysisCard_12atq_1{padding:1.2rem 1.6rem;border-radius:8px;border:2px solid #3483ff;cursor:pointer;color:#414559}._AnalysisCard_12atq_1 ._Title_12atq_8{font-size:1.6rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.8rem}._AnalysisCard_12atq_1 ._Content_12atq_16{display:flex;align-items:center;margin-bottom:.8rem}._AnalysisCard_12atq_1 ._Content_12atq_16 ._Creator_12atq_21{flex:1;display:flex;align-items:center;font-size:1.4rem;gap:.6rem}._AnalysisCard_12atq_1 ._Infos_12atq_28{display:flex;align-items:center;color:#898ea8;font-size:1.4rem}._AnalysisCard_12atq_1 ._Infos_12atq_28 ._Info_12atq_28{margin-right:.8rem;padding-right:.8rem;border-right:1px solid #c3c6d8;white-space:nowrap;width:fit-content}._AnalysisCard_12atq_1 ._Infos_12atq_28 ._Info_12atq_28._GoalName_12atq_41{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:6rem}._AnalysisCard_12atq_1 ._Infos_12atq_28 ._Info_12atq_28:last-child{border-right:none;margin-right:0;padding-right:0}._ExperimentSubscriptionTab_1g31h_1{display:flex;flex-direction:column;align-items:center;justify-content:center}._ExperimentSubscriptionTab_1g31h_1 ._Header_1g31h_7{margin-bottom:2rem}._ExperimentSubscriptionTab_1g31h_1 ._Block_1g31h_10{font-size:1.4rem;width:100%;display:flex;justify-content:center;flex-direction:column}._ExperimentSubscriptionTab_1g31h_1 ._Block_1g31h_10>*{margin-bottom:1.6rem}._ExperimentSubscriptionTab_1g31h_1 ._Block_1g31h_10:last-child,._ExperimentSubscriptionTab_1g31h_1 ._Block_1g31h_10:only-child{margin-bottom:0}._ExperimentSubscriptionTab_1g31h_1 ._Block_1g31h_10 ._Subscribers_1g31h_23>*{margin-bottom:2rem;display:flex;width:100%}._ExperimentSubscriptionTab_1g31h_1 ._Block_1g31h_10 ._Subscribers_1g31h_23:last-child{margin-bottom:0}._ExperimentSubscriptionTab_1g31h_1 ._Block_1g31h_10 ._Subscribers_1g31h_23 ._SubscribersInputs_1g31h_31>*{margin-bottom:1.2rem;max-width:70%}._ExperimentSubscriptionTab_1g31h_1 ._Block_1g31h_10 ._Subscribers_1g31h_23 ._SubscribersInputs_1g31h_31>*:last-child{margin-bottom:0}._ExperimentSubscriptionTab_1g31h_1 ._Block_1g31h_10 ._Subscribers_1g31h_23 ._SubscribersInputs_1g31h_31>* ._InlineCheckbox_1g31h_38{display:flex}._ExperimentSubscriptionTab_1g31h_1 ._Block_1g31h_10 ._Subscribers_1g31h_23 ._SubscribersInputs_1g31h_31>* ._InlineCheckbox_1g31h_38 ._Label_1g31h_41{font-size:1.2rem;color:#898ea8;margin-left:.4rem;display:flex;align-self:center}._ExperimentSubscriptionTab_1g31h_1 ._Block_1g31h_10 ._Subscribers_1g31h_23 ._CronSchedule_1g31h_48>*{margin-bottom:1.2rem}._ExperimentSubscriptionTab_1g31h_1 ._Block_1g31h_10 ._Subscribers_1g31h_23 ._CronSchedule_1g31h_48>*:last-child{margin-bottom:0}._CronExpItem_1ymrb_1{display:flex;align-items:center;color:#242424;font-size:1.4rem}._CronExpItem_1ymrb_1._Muted_1ymrb_7{color:#c3c6d8}._CronExpItem_1ymrb_1 ._Checkbox_1ymrb_10{margin-right:.4rem}._CronExpItem_1ymrb_1 ._Span_1ymrb_13{margin-right:.4rem;margin-left:.4rem}._CronExpItem_1ymrb_1 ._Timezone_1ymrb_17{color:#898ea8;font-size:1rem}._Checkbox_15rqh_1{margin-right:.4rem}._DisabledSelect_18tle_1{cursor:not-allowed}._ErrorPanelContainer_15yst_1{height:fit-content;width:50vw}._ErrorPanelContainer_15yst_1 ._ErrorPanel_15yst_1{color:#242424;overflow:hidden;height:100%}._ErrorPanelContainer_15yst_1 ._ErrorPanel_15yst_1 ._Header_15yst_10{margin-bottom:2rem}._ErrorPanelContainer_15yst_1 ._ErrorPanel_15yst_1 ._Body_15yst_13{padding:0 2rem;overflow-y:auto;max-height:calc(100% - 8.8rem);margin-bottom:2rem}._ErrorPanelContainer_15yst_1 ._ErrorPanel_15yst_1 ._Body_15yst_13::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ErrorPanelContainer_15yst_1 ._ErrorPanel_15yst_1 ._Body_15yst_13::-webkit-scrollbar-track{border-radius:6px}._ErrorPanelContainer_15yst_1 ._ErrorPanel_15yst_1 ._Body_15yst_13::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._AnalysisResultsPanel_1oaim_1{position:relative;padding:2rem 0 2rem 2rem;width:25vw;height:100%}._AnalysisResultsPanel_1oaim_1 ._Actions_1oaim_7{margin-bottom:2rem}._AnalysisResultsPanel_1oaim_1 ._List_1oaim_10{height:calc(100% - 4rem);overflow-y:auto}._AnalysisResultsPanel_1oaim_1 ._List_1oaim_10::-webkit-scrollbar{width:6px;height:6px;background:transparent}._AnalysisResultsPanel_1oaim_1 ._List_1oaim_10::-webkit-scrollbar-track{border-radius:6px}._AnalysisResultsPanel_1oaim_1 ._List_1oaim_10::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._AnalysisResultsPanel_1oaim_1 ._List_1oaim_10 ._AnalysisResultCardWrapper_1oaim_29{margin-right:2rem}._AnalysisResultsPanel_1oaim_1 ._List_1oaim_10 ._AnalysisResultCardWrapper_1oaim_29 ._AnalysisResultCard_1oaim_29{margin-bottom:1.2rem}._AnalysisResultsPanel_1oaim_1 ._List_1oaim_10 ._LoadMore_1oaim_35{width:100%;display:flex;align-items:center;justify-content:center;padding:2rem 0}._PanelLayout_fo0dt_1{display:flex;flex-direction:column;flex:1;height:100%;background-image:linear-gradient(45deg,#0a1a33,#2d2f4d);box-shadow:0 0 6px #32323259}._PanelLayout_fo0dt_1 ._Close_fo0dt_9{position:absolute;left:0;top:50%;transform:translate(-50%,-50%);transition:all .25s;cursor:pointer;z-index:100}._PanelLayout_fo0dt_1 ._Close_fo0dt_9 ._BackIcon_fo0dt_18{font-size:2rem;color:#fff}._ActionCard_uabgy_1{border-left:4px solid transparent}._ActionCard_uabgy_1._Selected_uabgy_4{border-left:16px solid #3483ff}._ActionCard_uabgy_1 ._Dot_uabgy_7{background-color:#2f78ea;margin-right:.4rem}._ActionCard_uabgy_1 ._Description_uabgy_11{font-size:1.2rem;color:#898ea8;width:100%;max-height:4rem;display:inline-block;line-height:1.25}._ActionCard_uabgy_1 ._InlineLabel_uabgy_19{display:flex;align-items:center;font-size:1.2rem;color:#3483ff}._ActionCard_uabgy_1 ._InlineLabel_uabgy_19 ._Label_uabgy_25{margin-right:.4rem;font-weight:500}._ActionCard_uabgy_1 ._UserNotes_uabgy_29{font-size:1.2rem;color:#898ea8;display:-webkit-box;max-width:100%;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}._ActionCard_uabgy_1 ._Parameters_uabgy_38{display:flex;align-items:center;justify-content:flex-end}._ActionCard_uabgy_1 ._InlineAction_uabgy_43{margin-right:.8rem}._ActionCard_uabgy_1 ._InlineAction_uabgy_43:last-child,._ActionCard_uabgy_1 ._InlineAction_uabgy_43:only-child{margin-right:0}._Card_1cua2_1{display:flex;width:100%;background-color:#fff;border-radius:4px;padding:1.2rem;transition:all .25s}._Card_1cua2_1._small_1cua2_9 ._CardMain_1cua2_9 ._Title_1cua2_9{font-size:1.4rem;margin-bottom:.4rem}._Card_1cua2_1._small_1cua2_9 ._CardMain_1cua2_9 ._Blocks_1cua2_13{margin-bottom:.8rem}._Card_1cua2_1._small_1cua2_9 ._CardMain_1cua2_9 ._Bottom_1cua2_16{padding-top:.8rem;min-height:2.8rem}._Card_1cua2_1._small_1cua2_9._Vertical_1cua2_20 ._ImageWrapper_1cua2_20{height:8rem;margin-bottom:.8rem}._Card_1cua2_1._Vertical_1cua2_20{flex-direction:column;padding:.8rem}._Card_1cua2_1._Vertical_1cua2_20 ._ImageWrapper_1cua2_20{width:100%;height:16rem;border-right:0;margin-right:0;padding-right:0;border-bottom:1px solid #c3c6d8;margin-bottom:1.2rem;border-bottom-left-radius:0;border-bottom-right-radius:0}._Card_1cua2_1._Vertical_1cua2_20 ._ImageWrapper_1cua2_20 ._Image_1cua2_20{background-size:auto 130%}._Card_1cua2_1 ._ImageWrapper_1cua2_20{display:flex;justify-content:center;align-items:center;width:30%;border-right:1px solid #c3c6d8;margin-right:1.2rem;padding-right:1.2rem;border-radius:16px}._Card_1cua2_1 ._ImageWrapper_1cua2_20._ImagePlaceholder_1cua2_52{background-color:#eff0f6}._Card_1cua2_1 ._ImageWrapper_1cua2_20._ImagePlaceholder_1cua2_52 ._PlaceholderIcon_1cua2_55{font-size:6rem;color:#c3c6d8}._Card_1cua2_1 ._CardMain_1cua2_9{display:flex;width:100%;flex-direction:column;flex:1}._Card_1cua2_1 ._CardMain_1cua2_9 ._SubTitle_1cua2_65{display:flex;align-items:center;margin-bottom:1.2rem}._Card_1cua2_1 ._CardMain_1cua2_9 ._SubTitle_1cua2_65 ._Icon_1cua2_70{font-size:2rem;margin-right:.8rem}._Card_1cua2_1 ._CardMain_1cua2_9 ._SubTitle_1cua2_65 ._Text_1cua2_74{color:#898ea8;font-size:1.2rem}._Card_1cua2_1 ._CardMain_1cua2_9 ._Title_1cua2_9{margin-bottom:1.2rem}._Card_1cua2_1 ._CardMain_1cua2_9 ._Blocks_1cua2_13{display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1.2rem;min-height:2.96rem;flex:1}._Card_1cua2_1 ._CardMain_1cua2_9 ._Blocks_1cua2_13:last-child{margin-bottom:0}._Card_1cua2_1 ._CardMain_1cua2_9 ._Blocks_1cua2_13 ._Block_1cua2_13{margin-bottom:.8rem}._Card_1cua2_1 ._CardMain_1cua2_9 ._Blocks_1cua2_13 ._Block_1cua2_13:only-child,._Card_1cua2_1 ._CardMain_1cua2_9 ._Blocks_1cua2_13 ._Block_1cua2_13:last-child{margin-bottom:0}._Card_1cua2_1 ._CardMain_1cua2_9 ._Bottom_1cua2_16{display:flex;justify-content:space-between;border-top:1px solid rgba(195,198,216,.7);padding-top:1.2rem;color:#898ea8;min-height:4rem}._Card_1cua2_1 ._CardMain_1cua2_9 ._Bottom_1cua2_16 ._BottomInfo_1cua2_106{display:flex;align-items:center;flex:1;font-size:1.2rem;font-weight:400}._Card_1cua2_1 ._CardMain_1cua2_9 ._Bottom_1cua2_16 ._Actions_1cua2_113{display:flex;align-items:center}._Card_1cua2_1 ._CardMain_1cua2_9 ._Bottom_1cua2_16 ._Actions_1cua2_113 ._Action_1cua2_113{display:flex;align-items:center;justify-content:center;margin-left:.8rem}._Card_1cua2_1 ._CardMain_1cua2_9 ._Bottom_1cua2_16 ._Actions_1cua2_113 ._IconBtn_1cua2_123{font-size:2rem;cursor:pointer}._Card_1cua2_1._Border_1cua2_127{border-radius:0 16px 16px 0;border-left:4px solid}._ImageViewer_1bqhw_1{position:relative;border-radius:16px;overflow:hidden;width:100%;height:100%}._ImageViewer_1bqhw_1 ._FullscreenIcon_1bqhw_8{position:absolute;left:4px;top:4px}._ImageViewer_1bqhw_1 ._Image_1bqhw_1{height:100%;width:100%;background-size:auto 100%;background-position:center;background-repeat:no-repeat;overflow:hidden}._ImageViewer_1bqhw_1 ._Image_1bqhw_1._Clickable_1bqhw_21{cursor:pointer}._ModalWrapper_1bqhw_25{display:flex;justify-content:center;align-items:center;height:100%}._ImageModalViewer_1bqhw_32{max-height:80vh;max-width:60vw}._ImageModalViewer_1bqhw_32 ._Carousel_1bqhw_36{display:flex;justify-content:center;align-items:center;flex:1;width:100%}._ImageModalViewer_1bqhw_32 ._ImageWrapper_1bqhw_43{padding:2rem;height:100%;width:100%;display:flex;flex-direction:column;align-items:center}._ImageModalViewer_1bqhw_32 ._ImageWrapper_1bqhw_43 ._Image_1bqhw_1{flex:1;height:100%;width:auto;background-size:auto 100%;background-position:center;background-repeat:no-repeat;min-height:60vh}._SecondaryText_tkp4l_1{font-size:1.2rem;color:#898ea8;text-transform:capitalize}._ParametersPopover_8cqr2_1{margin-top:.8rem;border-radius:12px!important;box-shadow:8px 0 8px #dadada4d}._ParametersPopover_8cqr2_1 ._Parameters_8cqr2_1{border-radius:12px}._ParametersButton_8cqr2_10{height:fit-content!important}._Error_8cqr2_14{margin-top:.8rem;border-radius:12px!important;background-color:#2d2f4d;box-shadow:8px 0 8px #dadada4d;color:#fff;font-size:1.2rem;padding:1.2rem}._QueryModalWrapper_8cqr2_24{display:flex;justify-content:center;align-items:center}._QueryModalWrapper_8cqr2_24 ._Modal_8cqr2_29{max-width:64rem;max-height:50vh;height:auto;width:auto}._QueryModalWrapper_8cqr2_24 ._Modal_8cqr2_29 ._QueryBuilder_8cqr2_35{padding:2rem}._ParametersViewer_nf8lm_1{display:flex;flex-direction:column;width:40rem;background-color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 6px #21212333}._ParametersViewer_nf8lm_1 ._Header_nf8lm_10{display:flex;align-items:center;color:#fff;background-color:#0a1a33;padding:1.2rem}._ParametersViewer_nf8lm_1 ._Header_nf8lm_10 ._HeaderIcon_nf8lm_17{margin-right:.8rem;font-size:2.2rem}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1{display:flex;flex-direction:column;max-height:30rem;overflow-y:auto}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1::-webkit-scrollbar-track{border-radius:6px}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1 ._Parameter_nf8lm_1{display:flex;align-items:center;padding:.2rem 2rem;font-size:1.4rem;color:#242424;border-bottom:1px solid rgba(195,198,216,.4);transition:all .25s}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1 ._Parameter_nf8lm_1:hover{background-color:#c3c6d833}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1 ._Parameter_nf8lm_1:last-child,._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1 ._Parameter_nf8lm_1:only-child{margin-bottom:0;border-bottom:0}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1 ._Parameter_nf8lm_1 ._Info_nf8lm_58{width:14rem;padding-right:2rem;display:flex;flex-direction:column}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1 ._Parameter_nf8lm_1 ._Info_nf8lm_58 ._Name_nf8lm_64{line-height:1.5;color:#757c96;text-transform:capitalize}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1 ._Parameter_nf8lm_1 ._Value_nf8lm_69{display:flex;align-items:center;flex-wrap:wrap;flex:1;max-width:calc(100% - 14rem);min-height:3.6rem;word-break:break-all}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1 ._Parameter_nf8lm_1 ._Value_nf8lm_69 ._Chip_nf8lm_78{font-size:1.4rem;margin:1px 0}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1 ._Parameter_nf8lm_1 ._Value_nf8lm_69 ._Chip_nf8lm_78:not(:last-child){margin-right:.4rem}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1 ._Parameter_nf8lm_1 ._Value_nf8lm_69 ._ButtonWrapper_nf8lm_85{height:2.8rem;display:flex;align-items:center;max-width:100%}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1 ._Parameter_nf8lm_1 ._Value_nf8lm_69 ._ButtonWrapper_nf8lm_85 ._Button_nf8lm_85{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.4rem;margin-right:.4rem}._ParametersViewer_nf8lm_1 ._Parameters_nf8lm_1 ._Parameter_nf8lm_1 ._Value_nf8lm_69 ._Empty_nf8lm_98{color:#898ea8}._ParametersViewer_nf8lm_1 ._Actions_nf8lm_101{display:flex;align-items:center;justify-content:flex-end;padding:1.2rem}._ParametersViewer_nf8lm_1 ._Actions_nf8lm_101 ._Action_nf8lm_101{font-size:1.4rem;text-transform:none}._TabWrapper_19fd7_1{position:relative;padding-top:1.6rem;min-height:10rem;max-width:100%;overflow-x:auto;flex:1}._TabWrapper_19fd7_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._TabWrapper_19fd7_1::-webkit-scrollbar-track{border-radius:6px}._TabWrapper_19fd7_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ActiveUsersQueryBuilder_17c0e_1{color:#242424;font-size:1.4rem}._ActiveUsersQueryBuilder_17c0e_1 ._Row_17c0e_5{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1.2rem}._ActiveUsersQueryBuilder_17c0e_1 ._Row_17c0e_5:last-child,._ActiveUsersQueryBuilder_17c0e_1 ._Row_17c0e_5:only-child{margin-bottom:0}._ActiveUsersQueryBuilder_17c0e_1 ._Row_17c0e_5 ._Item_17c0e_14{margin-right:.8rem}._ActiveUsersQueryBuilder_17c0e_1 ._Row_17c0e_5 ._Action_17c0e_17{margin-left:.6rem}._ActiveUsersQueryBuilder_1a15x_1{color:#242424;font-size:1.4rem}._ActiveUsersQueryBuilder_1a15x_1 ._Row_1a15x_5{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1.2rem}._ActiveUsersQueryBuilder_1a15x_1 ._Row_1a15x_5:last-child,._ActiveUsersQueryBuilder_1a15x_1 ._Row_1a15x_5:only-child{margin-bottom:0}._ActiveUsersQueryBuilder_1a15x_1 ._Row_1a15x_5 ._Item_1a15x_14{margin-right:.8rem}._ActiveUsersQueryBuilder_1a15x_1 ._Row_1a15x_5 ._Item_1a15x_14 ._Short_1a15x_17{width:fit-content;min-width:fit-content}._ActiveUsersQueryBuilder_1a15x_1 ._Row_1a15x_5 ._Action_1a15x_21{margin-left:.6rem}._UserPropertyConditionsQueryBuilder_1r4yo_1{color:#242424;font-size:1.4rem}._UserPropertyConditionsQueryBuilder_1r4yo_1 ._Builder_1r4yo_5 ._ConditionBlock_1r4yo_5{display:flex;align-items:flex-start;border-bottom:1px dashed #ddd;transition:all .25s;padding-left:.4rem}._UserPropertyConditionsQueryBuilder_1r4yo_1 ._Builder_1r4yo_5 ._ConditionBlock_1r4yo_5 ._ConditionBody_1r4yo_12{display:flex;align-items:center;flex-wrap:wrap;flex:1}._UserPropertyConditionsQueryBuilder_1r4yo_1 ._Builder_1r4yo_5 ._ConditionBlock_1r4yo_5 ._Actions_1r4yo_18{display:flex;align-items:center;justify-content:flex-end;height:4rem;width:6.4rem;padding-right:.4rem}._UserPropertyConditionsQueryBuilder_1r4yo_1 ._Builder_1r4yo_5 ._ConditionBlock_1r4yo_5 ._Actions_1r4yo_18 ._Action_1r4yo_18{margin-right:.4rem}._UserPropertyConditionsQueryBuilder_1r4yo_1 ._Builder_1r4yo_5 ._ConditionBlock_1r4yo_5 ._Actions_1r4yo_18 ._Action_1r4yo_18:only-child,._UserPropertyConditionsQueryBuilder_1r4yo_1 ._Builder_1r4yo_5 ._ConditionBlock_1r4yo_5 ._Actions_1r4yo_18 ._Action_1r4yo_18:last-child{margin-right:0}._UserPropertyConditionsQueryBuilder_1r4yo_1 ._Builder_1r4yo_5 ._ConditionBlock_1r4yo_5 ._ShowOnHoverBtn_1r4yo_32{display:none!important}._UserPropertyConditionsQueryBuilder_1r4yo_1 ._Builder_1r4yo_5 ._ConditionBlock_1r4yo_5:hover{background-color:#3483ff1a}._UserPropertyConditionsQueryBuilder_1r4yo_1 ._Builder_1r4yo_5 ._ConditionBlock_1r4yo_5:hover ._ShowOnHoverBtn_1r4yo_32{display:flex!important}._UserPropertyConditionsQueryBuilder_1r4yo_1 ._Builder_1r4yo_5 ._ConditionBlock_1r4yo_5:hover ._NumberClass_1r4yo_41{background-color:#fff;color:#242424}._UserPropertyConditionsQueryBuilder_1r4yo_1 ._Builder_1r4yo_5 ._ItemWrapper_1r4yo_45{display:flex;align-items:center;margin-right:.8rem;height:4rem}._UserPropertyConditionsQueryBuilder_1r4yo_1 ._Builder_1r4yo_5 ._ConditionNumber_1r4yo_51{margin-right:.8rem;height:4rem}._UserPropertyConditionsQueryBuilder_1r4yo_1 ._Builder_1r4yo_5 ._AddEvent_1r4yo_55{display:flex;align-items:center;height:4rem;padding:0 .4rem}._QueryCounter_1xf4w_1{display:flex;align-items:center;justify-content:center;min-height:2.8rem;width:2.8rem;transition:all .25s}._QueryCounter_1xf4w_1 ._Number_1xf4w_9{display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border-radius:50%;background-color:#c3c6d866;border:1px solid #c3c6d8;color:#898ea8;font-size:1.4rem;transition:all .25s;cursor:default}._QueryCounter_1xf4w_1 ._Plus_1xf4w_23{font-size:1.6rem}._EventGroupQueryBuilder_thtnj_1{color:#242424;font-size:1.4rem}._EventGroupQueryBuilder_thtnj_1 ._Builder_thtnj_5 ._TemplateItemQuery_thtnj_5{display:flex;min-height:3.6rem}._EventGroupQueryBuilder_thtnj_1 ._Builder_thtnj_5 ._AddEvent_thtnj_9{display:flex;align-items:center;height:3.6rem}._RateQueryBuilder_1yxc3_1{color:#242424;font-size:1.4rem}._RateQueryBuilder_1yxc3_1 ._Row_1yxc3_5{display:flex;align-items:flex-start;flex-wrap:wrap;margin-bottom:1.2rem}._RateQueryBuilder_1yxc3_1 ._Row_1yxc3_5:last-child,._RateQueryBuilder_1yxc3_1 ._Row_1yxc3_5:only-child{margin-bottom:0}._RateQueryBuilder_1yxc3_1 ._Row_1yxc3_5 ._Item_1yxc3_14{margin-right:.8rem}._RateQueryBuilder_1yxc3_1 ._Row_1yxc3_5 ._Item_1yxc3_14 ._Select_1yxc3_17{display:flex;align-items:center;height:3.6rem}._RateQueryBuilder_1yxc3_1 ._Row_1yxc3_5 ._Item_1yxc3_14 ._Short_1yxc3_22{width:fit-content;min-width:fit-content}._Container_yxwz7_1,._Container_3gjs1_1{display:flex;flex-direction:column;gap:1.2rem}._Container_3gjs1_1 ._FillZerosLabel_3gjs1_6{font-size:1.4rem;font-weight:500}._Container_3gjs1_1 ._FillZerosContainer_3gjs1_10{display:flex;align-items:center;gap:.8rem}._Container_3gjs1_1 ._FillZerosContainer_3gjs1_10 ._FillZerosHelperText_3gjs1_15{font-size:1.4rem;font-weight:400}._FunnelStepQueryBuilder_ukuq9_1{display:flex;flex-direction:column;gap:1rem;color:#242424;font-size:1.4rem}._FunnelStepQueryBuilder_ukuq9_1 ._Builder_ukuq9_8{display:flex;flex-direction:column;gap:.4rem}._FunnelStepQueryBuilder_ukuq9_1 ._Builder_ukuq9_8 ._TemplateItemQuery_ukuq9_13{display:flex;min-height:3.6rem}._FunnelStepQueryBuilder_ukuq9_1 ._Builder_ukuq9_8 ._AddEvent_ukuq9_17{display:flex;align-items:center;height:3.6rem}._CustomQueryWarning_1xm8x_1{background-color:#f7f7fc;padding:.8rem 1.6rem;border-radius:4px;font-size:1.4rem}._AddButton_10q3j_1{display:flex;align-items:center;border-radius:4px;width:fit-content;gap:.8rem;cursor:pointer;color:#757c96;font-size:1.2rem;padding:0 .6rem;height:2.4rem;transition:all .25s}._AddButton_10q3j_1:hover{background-color:#f0f2f7;color:#242424}._AddButton_10q3j_1._Active_10q3j_18{background-color:#f0f2f7}._AddButton_10q3j_1._Disabled_10q3j_21{background-color:#f8f9fc;color:#757c94;cursor:not-allowed}._AddButton_10q3j_1._Disabled_10q3j_21:hover{background-color:#f8f9fc;color:#757c94}._AddButton_10q3j_1 ._Description_10q3j_30{display:flex;align-items:center;gap:.4rem}._ActiveQueryBuilder_1b8p3_1{display:flex;flex-direction:column;color:#242424;font-size:1.4rem;margin:.4rem 0;gap:1.2rem}._ActiveQueryBuilder_1b8p3_1 ._Row_1b8p3_9{display:flex;align-items:center;gap:1.2rem}._ActiveQueryBuilder_1b8p3_1 ._Row_1b8p3_9._Selected_1b8p3_14{display:block;padding-left:3.2rem;margin-bottom:.8rem}._ActiveQueryBuilder_1b8p3_1 ._Row_1b8p3_9 ._Item_1b8p3_19{margin-right:.8rem}._ActiveQueryBuilder_1b8p3_1 ._Row_1b8p3_9 ._Action_1b8p3_22{margin-left:.6rem}._BaseBoundedRevenueQueryBuilder_2ggof_1{color:#242424;font-size:1.4rem}._BaseBoundedRevenueQueryBuilder_2ggof_1 ._Row_2ggof_5{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:.8rem}._BaseBoundedRevenueQueryBuilder_2ggof_1 ._Row_2ggof_5:last-child,._BaseBoundedRevenueQueryBuilder_2ggof_1 ._Row_2ggof_5:only-child{margin-bottom:0}._BaseBoundedRevenueQueryBuilder_2ggof_1 ._Row_2ggof_5 ._Item_2ggof_14{margin-right:.8rem}._BaseBoundedRevenueQueryBuilder_2ggof_1 ._Row_2ggof_5 ._Item_2ggof_14._FullWidth_2ggof_17{width:100%;margin-top:.4rem}._BaseBoundedRevenueQueryBuilder_2ggof_1 ._Row_2ggof_5 ._Item_2ggof_14 ._Input_2ggof_21{max-width:6rem}._PeriodOverPeriodQueryBuilder_7e8n9_1{color:#242424;font-size:1.4rem}._PeriodOverPeriodQueryBuilder_7e8n9_1 ._Row_7e8n9_5{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1.2rem}._PeriodOverPeriodQueryBuilder_7e8n9_1 ._Row_7e8n9_5:last-child,._PeriodOverPeriodQueryBuilder_7e8n9_1 ._Row_7e8n9_5:only-child{margin-bottom:0}._PeriodOverPeriodQueryBuilder_7e8n9_1 ._Row_7e8n9_5 ._Item_7e8n9_14{margin-right:.8rem}._PeriodOverPeriodQueryBuilder_7e8n9_1 ._Row_7e8n9_5 ._Action_7e8n9_17{margin-left:.6rem}._BehavioralFirstOrLastValueQueryBuilderContainer_15k8t_1{display:flex;flex-direction:column;gap:1rem;font-size:1.4rem}._BehavioralFirstOrLastValueQueryBuilderContainer_15k8t_1 ._SelectTemplate_15k8t_7{display:flex;gap:1rem;align-items:center}._BehavioralMilestoneQueryBuilderContainer_xdo2h_1{display:flex;flex-direction:column;gap:1rem;color:#242424;font-size:1.4rem}._BehavioralMilestoneQueryBuilderContainer_xdo2h_1 ._Builder_xdo2h_8 ._TableEventsQueryBuilderContainer_xdo2h_8{display:flex;flex-direction:column;gap:.8rem}._BehavioralMilestoneQueryBuilderContainer_xdo2h_1 ._Builder_xdo2h_8 ._TableEventsQueryBuilderContainer_xdo2h_8 ._SelectTemplate_xdo2h_13{display:flex;gap:.8rem;align-items:center}._BehavioralMilestoneQueryBuilderContainer_xdo2h_1 ._Builder_xdo2h_8 ._TableEventsQueryBuilderContainer_xdo2h_8 ._SelectTemplate_xdo2h_13 ._Clear_xdo2h_18{color:#3483ff;cursor:pointer;margin-left:auto}._BehavioralMilestoneQueryBuilderContainer_xdo2h_1 ._Builder_xdo2h_8 ._TemplateItemQuery_xdo2h_23{display:flex;min-height:3.6rem}._BehavioralMilestoneQueryBuilderContainer_xdo2h_1 ._Builder_xdo2h_8 ._AddEvent_xdo2h_27{display:flex;align-items:center;height:3.6rem}._DimensionOverSQLQueryBuilder_xom9v_1{display:flex;flex-direction:column;gap:1.2rem}._SQLModalWrapper_1d8ls_1{display:flex;justify-content:center;align-items:center}._SQLModalWrapper_1d8ls_1 ._Modal_1d8ls_6{max-width:64rem;max-height:50vh;height:auto;width:auto}._SQLModalWrapper_1d8ls_1 ._Modal_1d8ls_6 ._SQLViewer_1d8ls_12{padding:2rem;overflow-y:auto}._SQLModalWrapper_1d8ls_1 ._Modal_1d8ls_6 ._SQLViewer_1d8ls_12::-webkit-scrollbar{width:6px;height:6px;background:transparent}._SQLModalWrapper_1d8ls_1 ._Modal_1d8ls_6 ._SQLViewer_1d8ls_12::-webkit-scrollbar-track{border-radius:6px}._SQLModalWrapper_1d8ls_1 ._Modal_1d8ls_6 ._SQLViewer_1d8ls_12::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Parameter_urp3v_1{display:flex;align-items:center;font-size:1.4rem;height:2rem;color:#242424}._Parameter_urp3v_1 ._Label_urp3v_8{margin-right:.4rem;color:#898ea8;line-height:1}._Parameter_urp3v_1 ._Value_urp3v_13{color:#242424;line-height:1;transition:all .25s}._Parameter_urp3v_1 ._Value_urp3v_13._Clickable_urp3v_18{cursor:pointer}._Parameter_urp3v_1 ._Value_urp3v_13._Clickable_urp3v_18:hover{color:#3483ff}._CreateGoal_p4dmp_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._CreateGoal_p4dmp_1 ._Header_p4dmp_7{margin-bottom:2rem}._Delete_p4dmp_11{background-color:#e74c3c!important}._Actions_p4dmp_15{display:flex;justify-content:flex-end;gap:.8rem}._CreateAnnotation_zgwrn_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._CreateAnnotation_zgwrn_1 ._Header_zgwrn_7{margin-bottom:2rem}._FooterActions_zgwrn_11{display:flex;align-items:center}._FooterActions_zgwrn_11>*{margin-right:.8rem}._FooterActions_zgwrn_11>*:last-child{margin-right:0}._ViewSignalDefinitionPanel_1lhs2_1{color:#242424}._ViewSignalDefinitionPanel_1lhs2_1 ._Wrapper_1lhs2_4{padding:2rem;display:flex;flex-direction:column;height:100%}._ViewSignalDefinitionPanel_1lhs2_1 ._Wrapper_1lhs2_4 ._Title_1lhs2_10{margin-bottom:1.2rem}._ViewSignalDefinitionPanel_1lhs2_1 ._Wrapper_1lhs2_4 ._Body_1lhs2_13{max-height:50rem;overflow-y:auto}._ViewSignalDefinitionPanel_1lhs2_1 ._Wrapper_1lhs2_4 ._Body_1lhs2_13::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ViewSignalDefinitionPanel_1lhs2_1 ._Wrapper_1lhs2_4 ._Body_1lhs2_13::-webkit-scrollbar-track{border-radius:6px}._ViewSignalDefinitionPanel_1lhs2_1 ._Wrapper_1lhs2_4 ._Body_1lhs2_13::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ActionsPanelContainer_1je14_1{max-height:65vh;height:100%;width:70vw}._ActionsPanelContainer_1je14_1 ._ActionsPanel_1je14_1{display:flex;flex-direction:column;width:100%;padding:2rem;min-height:20rem}._ActionsPanelContainer_1je14_1 ._ActionsPanel_1je14_1 ._Header_1je14_13,._ActionsPanelContainer_1je14_1 ._ActionsPanel_1je14_1 ._ActionHeader_1je14_16{margin-bottom:1.2rem}._ActionsPanelContainer_1je14_1 ._ActionsPanel_1je14_1 ._List_1je14_19{display:flex;flex-wrap:wrap;overflow-y:scroll;max-height:100%}._ActionsPanelContainer_1je14_1 ._ActionsPanel_1je14_1 ._List_1je14_19::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ActionsPanelContainer_1je14_1 ._ActionsPanel_1je14_1 ._List_1je14_19::-webkit-scrollbar-track{border-radius:6px}._ActionsPanelContainer_1je14_1 ._ActionsPanel_1je14_1 ._List_1je14_19::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ActionsPanelContainer_1je14_1 ._ActionsPanel_1je14_1 ._List_1je14_19 ._ActionCard_1je14_40{max-width:calc(50% - .8rem);margin-right:1.2rem;margin-bottom:1.2rem}._ActionsPanelContainer_1je14_1 ._ActionsPanel_1je14_1 ._List_1je14_19 ._ActionCard_1je14_40:nth-child(2n){margin-right:0}._ActionCard_tm11z_1 ._BottomInfo_tm11z_1{display:flex;justify-content:space-between;align-items:center;width:100%}._ActionCard_tm11z_1 ._BottomInfo_tm11z_1 ._Categories_tm11z_7{font-size:1.2rem}._ActionCard_tm11z_1 ._BottomInfo_tm11z_1 ._Categories_tm11z_7 ._Label_tm11z_10{color:#242424;margin-right:.4rem}._ActionCard_tm11z_1 ._BottomInfo_tm11z_1 ._Categories_tm11z_7 ._Value_tm11z_14{color:#898ea8}._AlsoDidThis_yylne_1{display:flex;align-items:center}._AlsoDidThis_yylne_1._Split_yylne_5{flex-direction:column;align-items:unset;justify-content:center}._AlsoDidThis_yylne_1._Split_yylne_5 ._Label_yylne_10{margin-bottom:.8rem}._AlsoDidThis_yylne_1 ._Label_yylne_10{margin-right:.8rem;font-weight:500}._AlsoDidThis_yylne_1 ._Companies_yylne_17{display:flex}._AlsoDidThis_yylne_1 ._Companies_yylne_17 ._Company_yylne_20{display:flex;align-items:center;margin-right:.8rem}._AlsoDidThis_yylne_1 ._Companies_yylne_17 ._Company_yylne_20 ._Logo_yylne_25{margin-right:.4rem}._AlsoDidThis_yylne_1 ._Companies_yylne_17 ._Company_yylne_20 ._Logo_yylne_25 img{width:1.2rem;height:1.2rem}._AlsoDidThis_yylne_1 ._Companies_yylne_17 ._Company_yylne_20 ._Name_yylne_32{font-size:1.2rem;color:#242424}._FunnelFormContainer_1n8zn_1{height:80vh;width:50vw;min-width:80rem}._FunnelFormContainer_1n8zn_1 ._CreateFunnel_1n8zn_6{display:flex;flex-direction:column;flex:1;overflow:hidden}._FunnelFormContainer_1n8zn_1 ._CreateFunnel_1n8zn_6 ._CreateFunnelHeader_1n8zn_12{margin-bottom:2rem}._FunnelFormContainer_1n8zn_1 ._CreateFunnel_1n8zn_6 ._CreateFunnelHeader_1n8zn_12 ._AdHocIndication_1n8zn_15{margin-left:.8rem}._FunnelFormContainer_1n8zn_1 ._CreateFunnel_1n8zn_6 ._FunnelTabContent_1n8zn_18{position:relative}._FunnelFormContainer_1n8zn_1 ._CreateFunnel_1n8zn_6 ._FunnelTabContent_1n8zn_18 ._DeleteStep_1n8zn_21{position:absolute;right:0;top:0}._FunnelFormContainer_1n8zn_1 ._CreateFunnel_1n8zn_6 ._FunnelTabContent_1n8zn_18 ._StepInputWrapper_1n8zn_26{margin-bottom:.8rem}._FunnelFormContainer_1n8zn_1 ._CreateFunnel_1n8zn_6 ._FunnelTabContent_1n8zn_18 ._StepInputWrapper_1n8zn_26:only-child,._FunnelFormContainer_1n8zn_1 ._CreateFunnel_1n8zn_6 ._FunnelTabContent_1n8zn_18 ._StepInputWrapper_1n8zn_26:last-child{margin-bottom:0}._FunnelFormContainer_1n8zn_1 ._CreateFunnel_1n8zn_6 ._FunnelTabContent_1n8zn_18 ._StepNameInput_1n8zn_32{max-width:30rem;margin-top:1.2rem;margin-bottom:.8rem}._FunnelFormContainer_1n8zn_1 ._CreateFunnel_1n8zn_6 ._FunnelTabContent_1n8zn_18 ._SignalQuery_1n8zn_37{display:flex;align-items:center;height:4rem;padding:0 .4rem}._SubmitActions_1n8zn_44{display:flex;align-items:center;gap:.8rem}._SubmitActions_1n8zn_44 ._AdHocSave_1n8zn_49{background-color:#f1c40f80!important;color:#000!important}._SubmitActions_1n8zn_44 ._AdHocSave_1n8zn_49:hover{color:#000!important;background-color:#f1c40fb3!important}._Error_1n8zn_58{color:#e74c3c;font-size:1.2rem;margin-bottom:.8rem}._FunnelTabs_cjxx7_1{display:flex;position:relative}._FunnelTabs_cjxx7_1 ._Tabs_cjxx7_5{width:25%;border-right:1px solid #e5e5f3;display:flex;flex-direction:column;align-items:center;padding-right:1.2rem;margin-right:1.2rem}._FunnelTabs_cjxx7_1 ._Tabs_cjxx7_5 ._Tab_cjxx7_5{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:.4rem .8rem;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s;background-color:#eff0f6}._FunnelTabs_cjxx7_1 ._Tabs_cjxx7_5 ._Tab_cjxx7_5._Error_cjxx7_27{border-color:#e74c3c!important}._FunnelTabs_cjxx7_1 ._Tabs_cjxx7_5 ._Tab_cjxx7_5._Selected_cjxx7_30{border-color:#3483ff}._FunnelTabs_cjxx7_1 ._Tabs_cjxx7_5 ._Tab_cjxx7_5._Disabled_cjxx7_33{filter:grayscale(1);cursor:not-allowed}._FunnelTabs_cjxx7_1 ._Tabs_cjxx7_5 ._Tab_cjxx7_5:last-child{margin-bottom:0}._FunnelTabs_cjxx7_1 ._Tabs_cjxx7_5 ._Tab_cjxx7_5 ._Title_cjxx7_40{display:flex;align-items:center;font-size:1.4rem;color:#242424;text-align:center;word-break:break-word}._FunnelTabs_cjxx7_1 ._Tabs_cjxx7_5 ._Tab_cjxx7_5 ._Title_cjxx7_40 ._HelperText_cjxx7_48{margin-left:.4rem}._FunnelTabs_cjxx7_1 ._Tabs_cjxx7_5 ._Tab_cjxx7_5 ._Title_cjxx7_40 ._AddIcon_cjxx7_51{font-size:1.8rem;margin-right:.4rem}._FunnelTabs_cjxx7_1 ._Tabs_cjxx7_5 ._Tab_cjxx7_5 ._SubTitle_cjxx7_55{font-size:1.1rem;color:#606375}._FunnelTabs_cjxx7_1 ._Tabs_cjxx7_5 ._ArrowDown_cjxx7_59{margin:.2rem 0}._FunnelTabs_cjxx7_1 ._Tabs_cjxx7_5 ._ArrowDown_cjxx7_59 ._Icon_cjxx7_62{color:#c3c6d8;font-size:1.6rem}._FunnelTabs_cjxx7_1 ._Tabs_cjxx7_5 ._ArrowDown_cjxx7_59:last-child{display:none}._FunnelTabs_cjxx7_1 ._Content_cjxx7_69{flex:1;overflow:hidden}._Actions_cjxx7_74{display:flex;align-items:center}._Actions_cjxx7_74 ._Action_cjxx7_74{margin-right:.4rem}._Actions_cjxx7_74 ._Action_cjxx7_74:last-child,._Actions_cjxx7_74 ._Action_cjxx7_74:only-child{margin-right:0}._AdHocIndication_eepv3_1{display:flex;align-items:center;border:1px solid #f1c40f;border-radius:4px;background-color:#f1c40f80;padding:.2rem .4rem;font-weight:500;height:2.4rem}._AdHocIndication_eepv3_1 ._Text_eepv3_11{line-height:1;font-size:1.3rem}._AdHocIndication_eepv3_1 ._Icon_eepv3_15{margin-right:.4rem;font-size:2rem}._ModuleLayout_1fnst_1{display:flex;flex-direction:column;position:relative;height:100%}@media print{._ModuleLayout_1fnst_1 ._ModuleContent_1fnst_8{position:unset!important;flex:unset!important;display:unset!important;flex-direction:unset!important;width:unset!important;height:unset!important}}._ModuleLayout_1fnst_1 ._ModuleContent_1fnst_8{position:relative;flex:1;display:flex;flex-direction:column;width:100%;height:100%}._ModuleLayout_1fnst_1 ._ModuleContent_1fnst_8 ._Panel_1fnst_25{position:absolute;display:flex;right:0;top:0;height:100%;transition:all .35s;min-width:20rem;opacity:0;transform:translate(100%);z-index:200}._ModuleLayout_1fnst_1 ._ModuleContent_1fnst_8 ._Panel_1fnst_25._Open_1fnst_37{transform:translate(0);opacity:1}._DMPSignalValidationError_rmakd_1{border-radius:8px;overflow:hidden;border:1px solid rgba(231,76,60,.2)}._DMPSignalValidationError_rmakd_1._MarginBottom_rmakd_6{margin-bottom:.8rem}._DMPSignalValidationError_rmakd_1 ._Title_rmakd_9{display:flex;align-items:center;padding:0 .8rem;height:2.4rem;font-size:1.4rem;background-color:#e74c3c33;color:#242424}._DMPSignalValidationError_rmakd_1 ._Message_rmakd_18{display:flex;flex-direction:column;padding:.8rem;max-height:14rem;overflow-y:auto;gap:.4rem;font-size:1.2rem;color:#414559;font-family:Roboto Mono}._DMPSignalValidationError_rmakd_1 ._Message_rmakd_18::-webkit-scrollbar{width:6px;height:6px;background:transparent}._DMPSignalValidationError_rmakd_1 ._Message_rmakd_18::-webkit-scrollbar-track{border-radius:6px}._DMPSignalValidationError_rmakd_1 ._Message_rmakd_18::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._BoundingDays_66ubz_1{display:flex;align-items:center;gap:.8rem;font-size:1.4rem}._BoundingDays_66ubz_1 ._Input_66ubz_7{width:6rem!important}._ModalContainer_usz9n_1{height:80vh;width:60vw;min-width:80rem}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6{color:#242424;display:flex;flex-direction:column;flex:1;overflow:hidden}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._CreateMilestoneHeader_usz9n_13{margin-bottom:2rem}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._EmptyState_usz9n_16{display:flex;height:100%;justify-content:center;align-items:center}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._MilestoneTab_usz9n_22{display:flex;flex-direction:column}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._MilestoneTab_usz9n_22>p{margin-top:0;margin-bottom:1.2rem}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._MilestoneTab_usz9n_22>p:only-child,._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._MilestoneTab_usz9n_22>p:last-child{margin-bottom:0}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._MilestoneTab_usz9n_22 ._MilestoneTabContent_usz9n_33{font-size:1.4rem;line-height:1.8rem;color:#898ea8}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._MilestoneTab_usz9n_22 ._MilestoneTabContent_usz9n_33 ._OverrideWarning_usz9n_38{color:#e74c3c}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._MilestoneTab_usz9n_22 ._MilestoneTabContent_usz9n_33 ._Link_usz9n_41{display:inline-block}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._MilestoneTab_usz9n_22 ._MilestoneTabContent_usz9n_33 ._Entity_usz9n_44{display:inline-flex;font-size:1.4rem;top:.2rem;position:relative}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._MilestoneTab_usz9n_22 ._MilestoneTabContent_usz9n_33 ._Entity_usz9n_44>*{font-size:1.4rem;color:#898ea8}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._EngagementOptions_usz9n_54 ._TypeLabel_usz9n_54{margin-bottom:1.2rem}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._AlertCustomQuery_usz9n_57{width:100%;display:flex;align-items:center;justify-content:center;color:#e74c3c}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._TabTitle_usz9n_64{display:flex;justify-content:space-between;align-items:center}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._TabTitle_usz9n_64 ._TabTitleIcon_usz9n_69{font-size:1.6rem;transition:all .2s}._ModalContainer_usz9n_1 ._CreateMilestone_usz9n_6 ._TabTitle_usz9n_64 ._Hidden_usz9n_73{visibility:hidden;opacity:0;transition:all .2s}._ModalContainer_usz9n_1 ._ModalFooter_usz9n_78{display:flex;flex:1;align-items:center;justify-content:space-between}._OptionTabs_3txvc_1{display:flex;position:relative;overflow:auto;flex:1}._OptionTabs_3txvc_1 ._Tabs_3txvc_7{min-width:22rem;border-right:1px solid #e5e5f3;display:flex;flex-direction:column;padding-right:1.2rem;margin-right:1.2rem}._OptionTabs_3txvc_1 ._Tabs_3txvc_7 ._Tab_3txvc_7{display:flex;align-items:center;width:100%;cursor:pointer;transition:all .25s;margin-bottom:.8rem;background-color:#3483ff1a;padding:.8rem;border-radius:8px}._OptionTabs_3txvc_1 ._Tabs_3txvc_7 ._Tab_3txvc_7 ._Title_3txvc_26{flex:1;color:#898ea8;font-size:1.4rem;padding-right:.8rem}._OptionTabs_3txvc_1 ._Tabs_3txvc_7 ._Tab_3txvc_7 ._Checkbox_3txvc_32{margin-right:.8rem}._OptionTabs_3txvc_1 ._Tabs_3txvc_7 ._Tab_3txvc_7._Selected_3txvc_35 ._Title_3txvc_26{color:#242424}._OptionTabs_3txvc_1 ._Tabs_3txvc_7 ._Tab_3txvc_7._Disabled_3txvc_38{cursor:not-allowed;background-color:#eff0f6}._OptionTabs_3txvc_1 ._Tabs_3txvc_7 ._Tab_3txvc_7._Disabled_3txvc_38 ._Title_3txvc_26{color:#898ea8}._OptionTabs_3txvc_1 ._Tabs_3txvc_7 ._Tab_3txvc_7._Disabled_3txvc_38._Selected_3txvc_35{background-color:#3483ff1a}._OptionTabs_3txvc_1 ._Tabs_3txvc_7 ._Tab_3txvc_7._Disabled_3txvc_38._Selected_3txvc_35 ._Title_3txvc_26{color:#242424}._OptionTabs_3txvc_1 ._Tabs_3txvc_7 ._Tab_3txvc_7:last-child{margin-bottom:0}._OptionTabs_3txvc_1 ._Content_3txvc_54{flex:1;overflow:hidden}._NoteText_14h4r_1{display:flex;align-items:center;height:2.8rem;font-size:1.2rem}._NoteText_14h4r_1 ._Text_14h4r_7{color:#898ea8;margin-right:.4rem}._NoteText_14h4r_1 ._Link_14h4r_11{text-transform:none;font-size:1.2rem}._FullHeight_1gsyn_1{height:100%}._FullHeight_1gsyn_1>*{height:100%!important}._Container_sw1rn_1{height:calc(100vh - 12rem);width:70vw}._Container_sw1rn_1 ._AnalysisForm_sw1rn_5{display:flex;flex-direction:column;flex:1;overflow:hidden}._Container_sw1rn_1 ._AnalysisForm_sw1rn_5 ._Tabs_sw1rn_11{overflow:hidden}._Container_sw1rn_1 ._AnalysisForm_sw1rn_5 ._NarrowContentWrapper_sw1rn_14{width:60%;margin:0 auto;min-width:60rem}._Container_sw1rn_1 ._AnalysisForm_sw1rn_5 ._WizardSteps_sw1rn_19{width:100%;padding:0 2.4rem;margin:2rem 0}._Container_sw1rn_1 ._AnalysisForm_sw1rn_5 ._WizardSteps_sw1rn_19 ._FullWidth_sw1rn_24{width:100%}._Container_sw1rn_1 ._AnalysisForm_sw1rn_5 ._Form_sw1rn_27{width:100%;overflow:auto;flex-grow:1;flex-shrink:0;flex-basis:0;height:auto}._Container_sw1rn_1 ._AnalysisForm_sw1rn_5 ._Form_sw1rn_27::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Container_sw1rn_1 ._AnalysisForm_sw1rn_5 ._Form_sw1rn_27::-webkit-scrollbar-track{border-radius:6px}._Container_sw1rn_1 ._AnalysisForm_sw1rn_5 ._Form_sw1rn_27::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Container_sw1rn_1 ._Footer_sw1rn_50{display:flex}._Container_sw1rn_1 ._Footer_sw1rn_50 ._Action_sw1rn_53:not(:last-child){margin-right:.4rem}._CreateFeature_8lo01_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._CreateFeature_8lo01_1 ._CreateFeatureHeader_8lo01_7{margin-bottom:2rem}._CreateFeature_8lo01_1 ._FeatureTab_8lo01_10{display:flex;flex-direction:column}._CreateFeature_8lo01_1 ._FeatureTab_8lo01_10>*{margin-bottom:1.2rem}._CreateFeature_8lo01_1 ._FeatureTab_8lo01_10>*:last-child,._CreateFeature_8lo01_1 ._FeatureTab_8lo01_10>*:only-child{margin-bottom:0}._RenameAnalysisPanelContainer_15niw_1{height:60vh;width:84rem}._RenameAnalysisPanelContainer_15niw_1 ._RenameAnalysisPanel_15niw_1{display:flex;flex-direction:column;flex:1}._RenameAnalysisPanelContainer_15niw_1 ._RenameAnalysisPanel_15niw_1 ._Header_15niw_10{margin-bottom:2rem}._RenameAnalysisPanelContainer_15niw_1 ._RenameAnalysisPanel_15niw_1 ._Content_15niw_13{flex:1}._Notice_jz4ih_1{font-size:1.4rem;color:#898ea8}._Container_1k0gr_1{width:56rem;height:38rem}._Container_1k0gr_1._NoFooter_1k0gr_5{height:18rem}._Container_1k0gr_1 ._Footer_1k0gr_8{display:flex}._Container_1k0gr_1 ._Footer_1k0gr_8 ._Btn_1k0gr_11{margin-left:.4rem}._Container_1k0gr_1 ._Footer_1k0gr_8 ._DeleteBtn_1k0gr_14{color:#e74c3c}._Container_1k0gr_1 ._Footer_1k0gr_8 ._DeleteBtn_1k0gr_14:hover{border-color:#e74c3c;color:#e74c3c}._Container_1k0gr_1 ._CronForm_1k0gr_21{position:relative;display:flex;flex-direction:column;overflow:hidden;flex:1;color:#242424;font-size:1.6rem}._Container_1k0gr_1 ._CronForm_1k0gr_21 ._CronFormHeader_1k0gr_30{margin-bottom:2rem;z-index:100}._Container_1k0gr_1 ._CronForm_1k0gr_21 ._ModalBodyWrapper_1k0gr_34{flex:1;overflow:auto;height:100%;position:relative}._Container_1k0gr_1 ._CronForm_1k0gr_21 ._ModalBodyWrapper_1k0gr_34::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Container_1k0gr_1 ._CronForm_1k0gr_21 ._ModalBodyWrapper_1k0gr_34::-webkit-scrollbar-track{border-radius:6px}._Container_1k0gr_1 ._CronForm_1k0gr_21 ._ModalBodyWrapper_1k0gr_34::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Container_1k0gr_1 ._CronForm_1k0gr_21 ._Body_1k0gr_55{padding:0 2.4rem 2.4rem;display:flex;flex-direction:column;height:100%}._Container_1k0gr_1 ._CronForm_1k0gr_21 ._Body_1k0gr_55 ._SubTitlesCtasContainer_1k0gr_61{word-break:break-word}._Container_1k0gr_1 ._CronForm_1k0gr_21 ._Body_1k0gr_55 ._SubTitlesCtasContainer_1k0gr_61>*{margin-bottom:1.2rem}._Container_1k0gr_1 ._CronForm_1k0gr_21 ._Body_1k0gr_55 ._SubTitlesCtasContainer_1k0gr_61>*:only-child,._Container_1k0gr_1 ._CronForm_1k0gr_21 ._Body_1k0gr_55 ._SubTitlesCtasContainer_1k0gr_61>*:last-child{margin-bottom:0}._Container_1k0gr_1 ._CronForm_1k0gr_21 ._Body_1k0gr_55 ._CronExpGroupControl_1k0gr_70{margin:2.4rem 0}._Container_1k0gr_1 ._CronForm_1k0gr_21 ._Body_1k0gr_55 ._CronExpGroupControl_1k0gr_70>*{margin-bottom:1.2rem}._Container_1k0gr_1 ._CronForm_1k0gr_21 ._Body_1k0gr_55 ._CronExpGroupControl_1k0gr_70>*:only-child,._Container_1k0gr_1 ._CronForm_1k0gr_21 ._Body_1k0gr_55 ._CronExpGroupControl_1k0gr_70>*:last-child{margin-bottom:0}._Container_1k0gr_1 ._CronForm_1k0gr_21 ._Body_1k0gr_55 ._Notice_1k0gr_79{font-size:1.4rem;color:#898ea8}._Container_1k0gr_1 ._CronForm_1k0gr_21 ._Body_1k0gr_55._NonCompletedMsg_1k0gr_83{text-align:center;justify-content:center;font-size:1.8rem}._Container_159tj_1{width:50vw;min-width:80rem;height:80vh}._CreateSegment_159tj_7{display:flex;flex-direction:column;flex:1;overflow:hidden}._CreateSegment_159tj_7 ._CreateSegmentHeader_159tj_13{margin-bottom:2rem}._CreateSegment_159tj_7 ._SegmentTab_159tj_16{display:flex;flex-direction:column}._CreateSegment_159tj_7 ._SegmentTab_159tj_16 ._CalculateBuckets_159tj_20{display:flex;flex-direction:row;align-items:center}._CreateSegment_159tj_7 ._SegmentTab_159tj_16 ._CalculateBuckets_159tj_20 ._Label_159tj_25{font-size:1.4rem;color:#212123}._CreateSegment_159tj_7 ._SegmentTab_159tj_16 ._CalculateBuckets_159tj_20 ._HelperText_159tj_29{font-size:1.2rem;color:#c3c6d8}._CreateSegment_159tj_7 ._SegmentTab_159tj_16 ._CalculateBuckets_159tj_20>*{margin-right:.4rem}._CreateSegment_159tj_7 ._SegmentTab_159tj_16 ._CalculateBuckets_159tj_20>*:last-child{margin-right:0}._CreateSegment_159tj_7 ._SegmentTab_159tj_16>*{margin-bottom:1.2rem}._CreateSegment_159tj_7 ._SegmentTab_159tj_16>*:only-child,._CreateSegment_159tj_7 ._SegmentTab_159tj_16>*:last-child{margin-bottom:0}._ShareTabWithIcon_1p6uz_1{display:flex;align-items:center;height:2.4rem;gap:.8rem;padding-left:.8rem;padding-right:.8rem}._ShareTabWithIcon_1p6uz_1 ._SlackIcon_1p6uz_9{width:1.6rem;height:1.6rem}._ShareTabWithIcon_1p6uz_1 ._Icon_1p6uz_13{margin-top:2px}._Container_1p6uz_17{width:64rem;height:fit-content}._Container_1p6uz_17 ._Footer_1p6uz_21{width:100%;display:flex;align-items:center;justify-content:flex-end}._Container_1p6uz_17 ._Footer_1p6uz_21 ._Actions_1p6uz_27{display:flex;gap:.8rem}._Container_1p6uz_17 ._Footer_1p6uz_21 ._Actions_1p6uz_27 ._Btn_1p6uz_31{height:3.6rem;border-radius:.8rem}._Container_1p6uz_17 ._Share_1p6uz_1{position:relative;display:flex;flex-direction:column;overflow:hidden;flex:1}._Container_1p6uz_17 ._Share_1p6uz_1 ._ShareHeader_1p6uz_42{margin-bottom:2rem}._Container_1p6uz_17 ._Share_1p6uz_1 ._FormWrapper_1p6uz_45{flex:1;overflow:auto;height:100%;min-height:44rem;position:relative}._Container_1p6uz_17 ._Share_1p6uz_1 ._FormWrapper_1p6uz_45::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Container_1p6uz_17 ._Share_1p6uz_1 ._FormWrapper_1p6uz_45::-webkit-scrollbar-track{border-radius:6px}._Container_1p6uz_17 ._Share_1p6uz_1 ._FormWrapper_1p6uz_45::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Container_1p6uz_17 ._Share_1p6uz_1 ._Form_1p6uz_45{padding:0 2.4rem 2.4rem;display:flex;flex-direction:column;height:100%}._Container_1p6uz_17 ._Share_1p6uz_1 ._Form_1p6uz_45 ._ShareViaLinkSection_1p6uz_73{position:relative;display:flex;flex-direction:column;gap:1.2rem;background:#f4f6fa;border-radius:.8rem;padding:1.2rem;margin-bottom:2.4rem}._Container_1p6uz_17 ._Share_1p6uz_1 ._Form_1p6uz_45 ._ShareViaLinkSection_1p6uz_73 ._ShareViaLinkLabel_1p6uz_83{font-size:1.4rem;color:#606375;margin-bottom:.2rem}._Container_1p6uz_17 ._Share_1p6uz_1 ._Form_1p6uz_45 ._ShareViaLinkSection_1p6uz_73 ._InputClassName_1p6uz_88{color:#8d94ae}._Container_1p6uz_17 ._Share_1p6uz_1 ._Form_1p6uz_45 ._ShareViaLinkSection_1p6uz_73 ._CopyLinkBtn_1p6uz_91{position:absolute;right:8px;height:3.2rem;padding:0 1.6rem;border-radius:.4rem;margin-right:.4rem}._Container_1p6uz_17 ._Share_1p6uz_1 ._Form_1p6uz_45 ._Tabs_1p6uz_99{margin-bottom:1.2rem}._Container_1p6uz_17 ._Share_1p6uz_1 ._Form_1p6uz_45 ._ExportPDFTab_1p6uz_102{display:flex;flex-direction:column;gap:1.2rem}._Container_1p6uz_17 ._Share_1p6uz_1 ._Form_1p6uz_45 ._ExportPDFTab_1p6uz_102 ._ExportPDFBtn_1p6uz_107{max-width:16rem}._Container_1p6uz_17 ._Share_1p6uz_1 ._Form_1p6uz_45 ._ExportPDFTab_1p6uz_102 ._ExportPDFText_1p6uz_110{font-size:1.2rem;color:#606375}._Container_1p6uz_17 ._Share_1p6uz_1 ._Form_1p6uz_45>*{margin-bottom:1.2rem}._ShareViaLinkRow_1p6uz_118{display:flex;align-items:center}._ShareViaLinkInput_1p6uz_123{flex:1;font-size:1.3rem;padding:.8rem 1.2rem;border:1px solid #c3c6d8;border-radius:.4rem;background:#fff;color:#606375;outline:none;transition:border-color .2s}._ShareViaLinkInput_1p6uz_123:focus{border-color:#3483ff}._NotInstalled_telqy_1{display:flex;align-items:center;font-size:1.4rem}._NotInstalled_telqy_1 ._PromptInstallation_telqy_6{margin-right:1.2rem}._NotInstalled_telqy_1 ._Link_telqy_9{display:flex}._NotInstalled_telqy_1 ._Image_telqy_12 ._Disabled_telqy_12{cursor:not-allowed;pointer-events:none}._NotInstalled_telqy_1 ._Image_telqy_12._medium_telqy_16{height:4rem;width:14rem}._NotInstalled_telqy_1 ._Image_telqy_12._small_telqy_20{height:3.2rem;width:11.2rem}._Container_ick6z_1{width:64rem;height:100%;max-height:435px}._Container_ick6z_1 ._Footer_ick6z_6{width:100%;display:flex;justify-content:flex-end;align-items:center}._Container_ick6z_1 ._Footer_ick6z_6 ._Btn_ick6z_12{margin-left:.4rem}._Container_ick6z_1 ._Footer_ick6z_6 ._CancelBtn_ick6z_15{color:#e74c3c}._Container_ick6z_1 ._Footer_ick6z_6 ._CancelBtn_ick6z_15:hover{border-color:#e74c3c;color:#e74c3c}._Container_ick6z_1 ._Usefulness_ick6z_22{position:relative;display:flex;flex-direction:column;overflow:hidden;flex:1}._Container_ick6z_1 ._Usefulness_ick6z_22 ._UsefulnessHeader_ick6z_29{margin-bottom:2rem}._Container_ick6z_1 ._Usefulness_ick6z_22 ._FormWrapper_ick6z_32{flex:1;overflow:auto;height:100%;position:relative}._Container_ick6z_1 ._Usefulness_ick6z_22 ._FormWrapper_ick6z_32::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Container_ick6z_1 ._Usefulness_ick6z_22 ._FormWrapper_ick6z_32::-webkit-scrollbar-track{border-radius:6px}._Container_ick6z_1 ._Usefulness_ick6z_22 ._FormWrapper_ick6z_32::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Container_ick6z_1 ._Usefulness_ick6z_22 ._FormWrapper_ick6z_32 ._Cta_ick6z_53{color:#242424}._Container_ick6z_1 ._Usefulness_ick6z_22 ._Form_ick6z_32{padding:0 2.4rem 2.4rem;display:flex;flex-direction:column;height:100%}._Container_ick6z_1 ._Usefulness_ick6z_22 ._Form_ick6z_32>*{margin-bottom:1.2rem}._CreateMetric_we4vp_1{color:#242424;display:flex;flex-direction:column;flex:1;overflow:hidden}._CreateMetric_we4vp_1 ._CreateMetricHeader_we4vp_8 ._AdHocIndication_we4vp_8{margin-left:.8rem}._CreateMetric_we4vp_1 ._CategorySelector_we4vp_11{min-width:20rem}._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14{width:56rem;max-width:56rem;margin:4.8rem;gap:1.6rem;display:flex;flex-direction:column;height:fit-content}._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14 ._Header_we4vp_23{color:#212123}._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14 ._Header_we4vp_23 ._Title_we4vp_26{font-size:2rem;margin-bottom:.4rem}._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14 ._Header_we4vp_23 ._Description_we4vp_30{color:#535569;font-size:1.4rem;line-height:2rem}._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14 ._SegmentationFilter_we4vp_35{margin-top:.4rem}._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14 ._RemoveSegmentationFilterButton_we4vp_38{display:flex;align-items:center;gap:.4rem;color:#757c94;cursor:pointer;font-size:1.2rem;transition:all .25s;width:fit-content}._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14 ._RemoveSegmentationFilterButton_we4vp_38:hover{color:#3483ff}._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14 ._AddFilterButton_we4vp_51{color:#898ea8}._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14 ._EventPropertiesLabelExplanation_we4vp_54{color:#898ea8;font-size:1.4rem;font-weight:400;margin-top:.4rem;margin-bottom:.8rem}._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14 ._SegmentationFilterHelperText_we4vp_61,._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14 ._SegmentationFilterLabel_we4vp_62{display:flex;align-items:center;gap:.4rem;height:2rem}._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14._EmptyStateTab_we4vp_68{height:auto;justify-content:center;display:flex;align-items:center}._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14._EmptyStateTab_we4vp_68 ._Header_we4vp_23{text-align:center}._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14 ._GoalInput_we4vp_77{width:fit-content}._CreateMetric_we4vp_1 ._ContentWrapper_we4vp_14 ._AggregationModeLabel_we4vp_80{margin-top:1.2rem}._SubmitActions_we4vp_84{display:flex;align-items:center;gap:.8rem}._SubmitActions_we4vp_84 ._AdHocSave_we4vp_89{background-color:#f1c40f80!important;color:#000!important}._SubmitActions_we4vp_84 ._AdHocSave_we4vp_89:hover{color:#000!important;background-color:#f1c40fb3!important}._ModalContainer_dr8lz_1{height:70rem;width:110rem;min-width:110rem}._ModalContainer_dr8lz_1 ._ModalLeftPanel_dr8lz_6{min-width:32rem;width:32rem;background-color:#f8f9fd;border-right:1px solid #d7dbea;overflow:auto;padding:2.4rem;gap:2.2rem;display:flex;flex-direction:column}._ModalContainer_dr8lz_1 ._ModalLeftPanel_dr8lz_6::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ModalContainer_dr8lz_1 ._ModalLeftPanel_dr8lz_6::-webkit-scrollbar-track{border-radius:6px}._ModalContainer_dr8lz_1 ._ModalLeftPanel_dr8lz_6::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ModalContainer_dr8lz_1 ._ModalLeftPanel_dr8lz_6 ._Header_dr8lz_32{color:#212123;font-size:2rem;line-height:3.2rem;font-weight:500}._ModalContainer_dr8lz_1 ._ModalLeftPanel_dr8lz_6 ._Section_dr8lz_38{display:flex;flex-direction:column;gap:.8rem}._ModalContainer_dr8lz_1 ._ModalLeftPanel_dr8lz_6 ._Section_dr8lz_38 ._Header_dr8lz_32{color:#212123;font-size:1.4rem;line-height:2rem;font-weight:400}._ModalContainer_dr8lz_1 ._ModalBody_dr8lz_49{display:flex;flex-direction:column;flex:1}._ModalContainer_dr8lz_1 ._ModalBody_dr8lz_49 ._ModalContent_dr8lz_54{display:flex;flex:1;justify-content:center;position:relative;overflow-y:auto;height:auto}._ModalContainer_dr8lz_1 ._ModalBody_dr8lz_49 ._ModalContent_dr8lz_54::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ModalContainer_dr8lz_1 ._ModalBody_dr8lz_49 ._ModalContent_dr8lz_54::-webkit-scrollbar-track{border-radius:6px}._ModalContainer_dr8lz_1 ._ModalBody_dr8lz_49 ._ModalContent_dr8lz_54::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ModalContainer_dr8lz_1 ._ModalBody_dr8lz_49 ._ModalFooter_dr8lz_77{border-top:1px solid #d7dae9;display:flex;justify-content:space-between;padding:1.6rem 2.4rem}._Container_m2d0o_1{display:flex;flex-direction:column;gap:1.6rem;max-height:initial}._Container_m2d0o_1 ._DescriptionLink_m2d0o_7{font-size:1.2rem;font-weight:300}._ModelEventPropertiesSelectorFieldsContainer_ci4ow_1{display:flex;flex-direction:column;gap:.8rem}._ModelEventPropertiesSelectorFieldsContainer_ci4ow_1 ._ModelEventPropertiesSelectorField_ci4ow_1{display:flex;align-items:center;gap:.8rem}._ModelEventPropertiesSelectorFieldsContainer_ci4ow_1 ._ModelEventPropertiesSelectorField_ci4ow_1 ._PropertySelector_ci4ow_11{width:fit-content}._MetricAdvancedSettings_1cdl4_1{gap:1.6rem;display:flex;flex-direction:column}._MetricAdvancedSettings_1cdl4_1 ._PartialData_1cdl4_6{display:flex;align-items:center;gap:.8rem}._MetricAdvancedSettings_1cdl4_1 ._PartialData_1cdl4_6 ._CountInput_1cdl4_11{max-width:8rem}._MetricAdvancedSettings_1cdl4_1 ._PartialData_1cdl4_6 ._ClearPartialDataButton_1cdl4_14{font-size:1.4rem;color:#3483ff;cursor:pointer}._MetricAdvancedSettings_1cdl4_1 ._GranularityOptions_1cdl4_19{height:3.2rem;display:flex;align-items:center;gap:1.2rem}._SegmentViewPanelContainer_iee0o_1{height:70vh;width:50vw}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1{color:#242424;overflow:hidden;height:100%;display:flex;flex-direction:column}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12{padding:0 2rem;overflow-y:auto;flex:1}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12::-webkit-scrollbar{width:6px;height:6px;background:transparent}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12::-webkit-scrollbar-track{border-radius:6px}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12 ._Head_iee0o_32{padding-top:2rem}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12 ._Head_iee0o_32 ._Title_iee0o_35{display:flex;align-items:center}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12 ._Head_iee0o_32 ._Title_iee0o_35 ._Name_iee0o_39{display:flex;align-items:center;font-size:2rem;margin-bottom:1.2rem;flex:1}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12 ._Head_iee0o_32 ._Title_iee0o_35 ._Name_iee0o_39 ._Chip_iee0o_46{margin-left:1.2rem}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12 ._Head_iee0o_32 ._Title_iee0o_35 ._Name_iee0o_39 ._Category_iee0o_49{font-size:1.6rem;margin-right:.6rem;color:#757c96}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12 ._Head_iee0o_32 ._Title_iee0o_35 ._Teams_iee0o_54{display:flex;align-items:center;gap:.4rem}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12 ._Head_iee0o_32 ._Description_iee0o_59{font-size:1.6rem;margin-bottom:1.2rem;color:#757c96}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12 ._Head_iee0o_32,._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12 ._Block_iee0o_65{margin-bottom:2rem}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12 ._Head_iee0o_32._Row_iee0o_68,._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12 ._Block_iee0o_65._Row_iee0o_68{display:flex;align-items:center;justify-content:space-between}._SegmentViewPanelContainer_iee0o_1 ._SegmentViewPanel_iee0o_1 ._Body_iee0o_12 ._TabWrapper_iee0o_74{position:relative;padding-top:1.6rem;min-height:10rem;max-width:100%;overflow-x:auto;flex:1}._Modifiers_2gf6b_1{color:#898ea8;font-size:1.4rem}._Modifiers_2gf6b_1 ._ModifiersList_2gf6b_5{position:relative;margin-bottom:.8rem;height:3.2rem;display:flex;align-items:center}._TabWrapper_1c93i_1{position:relative;padding-top:1.6rem;min-height:10rem;max-width:100%;overflow:hidden;flex:1}._TabWrapper_1c93i_1 ._SearchInput_1c93i_9{margin-bottom:1.4rem}._TabWrapper_1c93i_1 ._EmptyState_1c93i_12{flex:1;height:auto;justify-content:center;display:flex;align-items:center}._TableContainer_1o38p_1{width:100%;min-height:100%;height:fit-content;font-size:1.4rem;border-top-left-radius:8px;border-top-right-radius:8px;position:relative}._TableContainer_1o38p_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._TableContainer_1o38p_1::-webkit-scrollbar-track{border-radius:6px}._TableContainer_1o38p_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._TableContainer_1o38p_1._Scrollable_1o38p_25{height:100%;min-height:unset;overflow-y:auto}._TableContainer_1o38p_1._TableLayoutFixed_1o38p_30 ._Table_1o38p_1{table-layout:fixed}._TableContainer_1o38p_1 ._TableRow_1o38p_33._Clickable_1o38p_33{cursor:pointer}._TableContainer_1o38p_1 ._Table_1o38p_1{width:100%;position:relative;border-radius:8px}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableRow_1o38p_33 ._TableColumn_1o38p_41{word-break:break-word;transition:all .25s}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableRow_1o38p_33 ._TableColumn_1o38p_41:first-child{padding-left:1.6rem}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableRow_1o38p_33 ._TableColumn_1o38p_41:last-child{padding-right:1.6rem}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableHead_1o38p_51 ._TableRow_1o38p_33 ._TableColumn_1o38p_41{position:sticky;top:0;color:#242424;vertical-align:middle;text-transform:uppercase;font-weight:600;font-size:1.2rem;background-color:#f0f2f7;border-top:1px solid #d7dbea;z-index:2;height:3.2rem;padding-left:.8rem;letter-spacing:.3px;border-bottom:1px solid #d7dbea}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableHead_1o38p_51 ._TableRow_1o38p_33 ._TableColumn_1o38p_41:first-child{border-top-left-radius:8px;border-left:1px solid #d7dbea;padding-left:2rem}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableHead_1o38p_51 ._TableRow_1o38p_33 ._TableColumn_1o38p_41:first-child:before{width:1px;height:5px;background:#fff;content:"";display:block;position:absolute;top:-1px;left:-1px}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableHead_1o38p_51 ._TableRow_1o38p_33 ._TableColumn_1o38p_41:last-child{border-top-right-radius:8px;border-right:1px solid #d7dbea;padding-right:2rem}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableHead_1o38p_51 ._TableRow_1o38p_33 ._TableColumn_1o38p_41:last-child:after{width:1px;height:5px;background:#fff;content:"";display:block;position:absolute;top:-1px;right:-1px}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableHead_1o38p_51 ._TableRow_1o38p_33 ._TableColumn_1o38p_41._Sortable_1o38p_97{cursor:pointer}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableHead_1o38p_51 ._TableRow_1o38p_33 ._TableColumn_1o38p_41._Sorted_1o38p_100{color:#3483ff}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableHead_1o38p_51 ._TableRow_1o38p_33 ._TableColumn_1o38p_41 ._TableColumnHeader_1o38p_103{display:flex;align-items:center;line-height:1;width:100%}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableHead_1o38p_51 ._TableRow_1o38p_33 ._TableColumn_1o38p_41 ._TableColumnHeader_1o38p_103 ._Title_1o38p_109{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:.8rem}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableHead_1o38p_51 ._TableRow_1o38p_33 ._TableColumn_1o38p_41 ._TableColumnHeader_1o38p_103 ._HelperText_1o38p_115{display:flex;align-items:center;justify-self:center;text-align:center;background-color:#3483ff33;height:1.6rem;width:1.6rem;border-radius:50%;margin-right:.8rem}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableHead_1o38p_51 ._TableRow_1o38p_33 ._TableColumn_1o38p_41 ._TableColumnHeader_1o38p_103 ._HelperText_1o38p_115 ._Question_1o38p_126{text-align:center;width:100%}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableHead_1o38p_51 ._TableRow_1o38p_33 ._TableColumn_1o38p_41 ._TableColumnHeader_1o38p_103 ._SortIndicator_1o38p_130{display:flex;justify-content:center;align-items:center}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableHead_1o38p_51 ._TableRow_1o38p_33 ._TableColumn_1o38p_41 ._TableColumnHeader_1o38p_103 ._SortIndicator_1o38p_130._Flip_1o38p_135{transform:rotate(180deg)}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableHead_1o38p_51 ._TableRow_1o38p_33 ._TableColumn_1o38p_41 ._TableColumnHeader_1o38p_103 ._SortIndicator_1o38p_130 ._SortIcon_1o38p_138{font-size:1.4rem}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33{background-color:#fff;transition:all .25s}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33._Zebra_1o38p_145:nth-child(2n){background-color:#f8f9fd}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33._Selected_1o38p_148{background-color:#dff0ff!important}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33._Selected_1o38p_148 ._TableColumn_1o38p_41:last-child{position:relative}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33._Selected_1o38p_148 ._TableColumn_1o38p_41:last-child:after{position:absolute;right:0;top:0;height:100%;width:4px;background-color:#3483ff;content:" "}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33:hover{background-color:#ebf3ff!important}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33:hover ._TableColumn_1o38p_41 ._ContentWrapper_1o38p_166._ShowOnHover_1o38p_166,._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33:hover ._TableColumn_1o38p_41 ._ContentWrapper_1o38p_166 ._ShowOnHover_1o38p_166{opacity:1}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33:only-child ._TableColumn_1o38p_41:first-child,._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33:last-child ._TableColumn_1o38p_41:first-child{border-bottom-left-radius:8px}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33:only-child ._TableColumn_1o38p_41:last-child,._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33:last-child ._TableColumn_1o38p_41:last-child{border-bottom-right-radius:8px}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33 ._TableColumn_1o38p_41{color:#242424;vertical-align:middle;border-bottom:1px solid #d7dbea;padding:1.2rem .8rem}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33 ._TableColumn_1o38p_41:first-child{border-left:1px solid #d7dbea;padding-left:2rem}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33 ._TableColumn_1o38p_41:last-child{border-right:1px solid #d7dbea;padding-right:2rem}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33 ._TableColumn_1o38p_41 ._ContentWrapper_1o38p_166{height:100%;width:100%;display:flex;align-items:center;text-decoration:none}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33 ._TableColumn_1o38p_41 ._ContentWrapper_1o38p_166._AlignRight_1o38p_199{justify-content:flex-end}._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33 ._TableColumn_1o38p_41 ._ContentWrapper_1o38p_166._ShowOnHover_1o38p_166,._TableContainer_1o38p_1 ._Table_1o38p_1 ._TableBody_1o38p_141 ._TableRow_1o38p_33 ._TableColumn_1o38p_41 ._ContentWrapper_1o38p_166 ._ShowOnHover_1o38p_166{opacity:0}._TableContainer_1o38p_1 ._EmptyStateWrapper_1o38p_208{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._TableContainer_1o38p_1 ._LoadMore_1o38p_214{width:100%;display:flex;justify-content:center;align-items:center;margin:1.2rem 0}._TableContainer_1o38p_1 ._PaginationRow_1o38p_221{background-color:#fff;-webkit-user-select:none;user-select:none}._TableContainer_1o38p_1 ._PaginationRow_1o38p_221._Loading_1o38p_225{cursor:wait;opacity:.5}._TableContainer_1o38p_1 ._PaginationRow_1o38p_221._Loading_1o38p_225 ._Navigation_1o38p_229 ._Button_1o38p_229{cursor:wait}._TableContainer_1o38p_1 ._PaginationRow_1o38p_221 ._PaginationCell_1o38p_232{border-bottom:1px solid #d7dbea;border-left:1px solid #d7dbea;border-right:1px solid #d7dbea;border-bottom-left-radius:8px;border-bottom-right-radius:8px}._TableContainer_1o38p_1 ._EmptyStateRow_1o38p_239{background-color:#f8f9fd}._TableContainer_1o38p_1 ._EmptyStateRow_1o38p_239 ._EmptyStateCell_1o38p_242{padding:1.2rem 2rem;border-bottom:1px solid #d7dbea;border-left:1px solid #d7dbea;border-right:1px solid #d7dbea;border-bottom-left-radius:8px;border-bottom-right-radius:8px}._TableContainer_1o38p_1 ._LoadMoreRow_1o38p_250{background-color:#f0f2f7}._TableContainer_1o38p_1 ._LoadMoreRow_1o38p_250 ._LoadMoreCell_1o38p_253{height:3.6rem;border-bottom:1px solid #d7dbea;border-left:1px solid #d7dbea;border-right:1px solid #d7dbea;border-bottom-left-radius:8px;border-bottom-right-radius:8px}._TableContainer_1o38p_1 ._LoadMoreRow_1o38p_250 ._LoadMoreCell_1o38p_253 ._LoadMoreWrapper_1o38p_261{display:flex;align-items:center;justify-content:center;height:100%;cursor:pointer}._TableContainer_1o38p_1 ._LoadMoreRow_1o38p_250 ._LoadMoreCell_1o38p_253 ._LoadMoreWrapper_1o38p_261._Loading_1o38p_225{cursor:default}._TableContainer_1o38p_1 ._LoadMoreRow_1o38p_250 ._LoadMoreCell_1o38p_253 ._LoadMoreWrapper_1o38p_261 ._LoadingText_1o38p_271{font-size:1.2rem;text-transform:uppercase;letter-spacing:.4px;font-weight:500}._TableContainer_1o38p_1 ._LoadMoreRow_1o38p_250 ._LoadMoreCell_1o38p_253 ._LoadMoreWrapper_1o38p_261:hover ._LoadMoreButton_1o38p_277{color:#3483ff}._TableContainer_1o38p_1 ._LoadMoreRow_1o38p_250 ._LoadMoreCell_1o38p_253 ._LoadMoreWrapper_1o38p_261 ._LoadMoreButton_1o38p_277{display:flex;align-items:center;font-weight:500;font-size:1.2rem;text-transform:uppercase;letter-spacing:.4px}._TableContainer_1o38p_1 ._LoadMoreRow_1o38p_250 ._LoadMoreCell_1o38p_253 ._LoadMoreWrapper_1o38p_261 ._LoadMoreButton_1o38p_277 ._LoadMoreArrow_1o38p_288{font-size:1.4rem;margin-left:.8rem}._TableContainer_1o38p_1 ._Pagination_1o38p_221{display:flex;align-items:center;justify-content:flex-end;padding:.8rem 0;font-size:1.4rem;height:4rem}._TableContainer_1o38p_1 ._Pagination_1o38p_221 ._Status_1o38p_300{margin-right:1.2rem}._TableContainer_1o38p_1 ._Pagination_1o38p_221 ._Navigation_1o38p_229 ._Button_1o38p_229{padding:1.2rem;margin-right:.4rem;cursor:pointer}._TableContainer_1o38p_1 ._Pagination_1o38p_221 ._Navigation_1o38p_229 ._Button_1o38p_229._Disabled_1o38p_308{cursor:not-allowed;opacity:.5}._TableContainer_1o38p_1 ._Pagination_1o38p_221 ._Navigation_1o38p_229 ._Button_1o38p_229:last-child{margin-right:0}._MetricViewPanelContainer_1mmen_1{height:70vh;width:50vw}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1{color:#242424;overflow:hidden;height:100%;display:flex;flex-direction:column}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._AdHocIndication_1mmen_12{margin-left:.8rem}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15{padding:0 2rem;overflow-y:auto;flex:1}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15::-webkit-scrollbar{width:6px;height:6px;background:transparent}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15::-webkit-scrollbar-track{border-radius:6px}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35{padding-top:2rem}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._Title_1mmen_38{display:flex;align-items:center}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._Title_1mmen_38 ._Name_1mmen_42{display:flex;align-items:center;font-size:2rem;margin-bottom:1.2rem;flex:1}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._Title_1mmen_38 ._Name_1mmen_42 ._Chip_1mmen_49{margin-left:1.2rem}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._Title_1mmen_38 ._Name_1mmen_42 ._Category_1mmen_52{font-size:1.6rem;margin-right:.6rem;color:#757c96}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._Title_1mmen_38 ._Teams_1mmen_57{display:flex;align-items:center;gap:.4rem}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._Description_1mmen_62{font-size:1.6rem;margin-bottom:1.2rem;color:#757c96}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35,._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Block_1mmen_68{margin-bottom:2rem}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._Name_1mmen_42,._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Block_1mmen_68 ._Name_1mmen_42{display:flex;align-items:center;font-size:2rem;margin-bottom:1.2rem}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._Name_1mmen_42 ._Category_1mmen_52,._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Block_1mmen_68 ._Name_1mmen_42 ._Category_1mmen_52{font-size:1.6rem;margin-right:.6rem;color:#757c96}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._Description_1mmen_62,._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Block_1mmen_68 ._Description_1mmen_62{font-size:1.6rem;color:#757c96}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._LastModifier_1mmen_89,._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Block_1mmen_68 ._LastModifier_1mmen_89{font-size:1.4rem;color:#898ea8}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._TabWrapper_1mmen_94,._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Block_1mmen_68 ._TabWrapper_1mmen_94{position:relative;padding-top:2rem;min-height:10rem;flex:1}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._TabWrapper_1mmen_94::-webkit-scrollbar,._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Block_1mmen_68 ._TabWrapper_1mmen_94::-webkit-scrollbar{width:6px;height:6px;background:transparent}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._TabWrapper_1mmen_94::-webkit-scrollbar-track,._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Block_1mmen_68 ._TabWrapper_1mmen_94::-webkit-scrollbar-track{border-radius:6px}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._TabWrapper_1mmen_94::-webkit-scrollbar-thumb,._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Block_1mmen_68 ._TabWrapper_1mmen_94::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._SegmentationFilter_1mmen_119,._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Block_1mmen_68 ._SegmentationFilter_1mmen_119{margin-top:2rem}._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Head_1mmen_35 ._AggregationModeContainer_1mmen_123,._MetricViewPanelContainer_1mmen_1 ._MetricViewPanel_1mmen_1 ._Body_1mmen_15 ._Block_1mmen_68 ._AggregationModeContainer_1mmen_123{margin-top:2rem;width:fit-content;max-width:12rem}._EmptyState_1bkwt_1{color:#606375;font-size:1.4rem}._ViewModelSeries_1bkwt_6{overflow:hidden}._ViewModelSeries_1bkwt_6 ._Head_1bkwt_9{display:flex;align-items:center;margin-bottom:1.2rem}._ViewModelSeries_1bkwt_6 ._Head_1bkwt_9 ._SelectSeries_1bkwt_14{flex:1}._ViewModelSeries_1bkwt_6 ._Head_1bkwt_9 ._SelectSeries_1bkwt_14 ._SelectButton_1bkwt_17{max-width:fit-content}._ViewModelSeries_1bkwt_6 ._ChartBlock_1bkwt_20{margin-bottom:2rem}._ViewModelSeries_1bkwt_6 ._Chart_1bkwt_20{height:28rem;margin-bottom:2rem;overflow:hidden}._ViewModelSeries_1bkwt_6 ._Warnings_1bkwt_28 ._Title_1bkwt_28{margin-bottom:.8rem}._FunnelViewPanelContainer_geoxc_1{height:70vh;width:64vw}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1{color:#242424;overflow:hidden;height:100%;display:flex;flex-direction:column}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1 ._AdHocIndication_geoxc_12{margin-left:.8rem}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1 ._Body_geoxc_15{padding:2rem 2rem 0;overflow-y:auto;flex:1}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1 ._Body_geoxc_15::-webkit-scrollbar{width:6px;height:6px;background:transparent}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1 ._Body_geoxc_15::-webkit-scrollbar-track{border-radius:6px}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1 ._Body_geoxc_15::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1 ._Body_geoxc_15 ._TabWrapper_geoxc_36{padding-top:1.6rem}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1 ._Body_geoxc_15 ._InlineBlock_geoxc_39{display:flex;align-items:center;margin-bottom:2rem}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1 ._Body_geoxc_15 ._InlineBlock_geoxc_39 ._Spacer_geoxc_44{padding-left:1.6rem;margin-right:1.6rem;content:"";border-right:1px solid #d7dbea;height:3.2rem}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1 ._Body_geoxc_15 ._BoundingValue_geoxc_51{display:flex;align-items:center;gap:.4rem;height:2.4rem}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1 ._Body_geoxc_15 ._Block_geoxc_57{margin-bottom:2rem}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1 ._Body_geoxc_15 ._Block_geoxc_57 ._Name_geoxc_60{display:flex;align-items:center;font-size:2rem;margin-bottom:1.2rem}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1 ._Body_geoxc_15 ._Block_geoxc_57 ._Description_geoxc_66{font-size:1.6rem;margin-bottom:1.2rem;color:#757c96}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1 ._Body_geoxc_15 ._Block_geoxc_57 ._Steps_geoxc_71 ._Step_geoxc_71{display:flex;align-items:center;height:4rem}._FunnelViewPanelContainer_geoxc_1 ._FunnelViewPanel_geoxc_1 ._Body_geoxc_15 ._Block_geoxc_57 ._Steps_geoxc_71 ._Step_geoxc_71 ._Counter_geoxc_76{margin-right:.8rem}._TabWrapper_hs6oj_1{padding-top:1.6rem}._FeatureViewPanelContainer_1u5ky_1{height:70vh;width:64vw}._FeatureViewPanelContainer_1u5ky_1 ._FeatureViewPanel_1u5ky_1{color:#242424;overflow:hidden;height:100%;display:flex;flex-direction:column}._FeatureViewPanelContainer_1u5ky_1 ._FeatureViewPanel_1u5ky_1 ._Body_1u5ky_12{padding:2rem 2rem 0;overflow-y:auto;flex:1}._FeatureViewPanelContainer_1u5ky_1 ._FeatureViewPanel_1u5ky_1 ._Body_1u5ky_12::-webkit-scrollbar{width:6px;height:6px;background:transparent}._FeatureViewPanelContainer_1u5ky_1 ._FeatureViewPanel_1u5ky_1 ._Body_1u5ky_12::-webkit-scrollbar-track{border-radius:6px}._FeatureViewPanelContainer_1u5ky_1 ._FeatureViewPanel_1u5ky_1 ._Body_1u5ky_12::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._FeatureViewPanelContainer_1u5ky_1 ._FeatureViewPanel_1u5ky_1 ._Body_1u5ky_12 ._Block_1u5ky_33{margin-bottom:2rem}._FeatureViewPanelContainer_1u5ky_1 ._FeatureViewPanel_1u5ky_1 ._Body_1u5ky_12 ._Block_1u5ky_33 ._Name_1u5ky_36{font-size:2rem;margin-bottom:1.2rem}._FeatureViewPanelContainer_1u5ky_1 ._FeatureViewPanel_1u5ky_1 ._Body_1u5ky_12 ._Block_1u5ky_33 ._Description_1u5ky_40{font-size:1.6rem;color:#757c96}._FeatureViewPanelContainer_1u5ky_1 ._FeatureViewPanel_1u5ky_1 ._Body_1u5ky_12 ._Block_1u5ky_33 ._FeatureTab_1u5ky_44{position:relative}._FeatureViewPanelContainer_1u5ky_1 ._FeatureViewPanel_1u5ky_1 ._Body_1u5ky_12 ._Block_1u5ky_33 ._TabWrapper_1u5ky_47{padding-top:1.2rem}._ContentViewPanelContainer_gakzb_1{height:70vh;width:50vw}._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1{color:#242424;overflow:hidden;height:100%;display:flex;flex-direction:column}._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12{padding:0 2rem;overflow-y:auto;flex:1}._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12::-webkit-scrollbar-track{border-radius:6px}._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12 ._NameBlock_gakzb_32{padding-top:2rem}._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12 ._NameBlock_gakzb_32,._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12 ._Block_gakzb_36{margin-bottom:2rem}._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12 ._NameBlock_gakzb_32 ._Name_gakzb_32,._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12 ._Block_gakzb_36 ._Name_gakzb_32{font-size:2rem;margin-bottom:1.2rem}._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12 ._NameBlock_gakzb_32 ._Description_gakzb_44,._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12 ._Block_gakzb_36 ._Description_gakzb_44{font-size:1.6rem;color:#757c96}._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12 ._NameBlock_gakzb_32 ._ContentTab_gakzb_49,._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12 ._Block_gakzb_36 ._ContentTab_gakzb_49{position:relative}._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12 ._NameBlock_gakzb_32 ._ContentTab_gakzb_49 ._TabWrapper_gakzb_53,._ContentViewPanelContainer_gakzb_1 ._ContentViewPanel_gakzb_1 ._Body_gakzb_12 ._Block_gakzb_36 ._ContentTab_gakzb_49 ._TabWrapper_gakzb_53{position:relative;padding-top:1.6rem;min-height:10rem;max-width:100%;overflow-x:auto;flex:1}._CreateContentContainer_sv44m_1{height:70vh;width:50vw;min-width:80rem}._CreateContentContainer_sv44m_1 ._CreateContent_sv44m_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._CreateContentContainer_sv44m_1 ._CreateContent_sv44m_1 ._CreateContentHeader_sv44m_12{margin-bottom:2rem}._CreateContentContainer_sv44m_1 ._CreateContent_sv44m_1 ._ContentTab_sv44m_15{display:flex;flex-direction:column}._CreateContentContainer_sv44m_1 ._CreateContent_sv44m_1 ._ContentTab_sv44m_15>*{margin-bottom:1.2rem}._CreateContentContainer_sv44m_1 ._CreateContent_sv44m_1 ._ContentTab_sv44m_15>*:last-child,._CreateContentContainer_sv44m_1 ._CreateContent_sv44m_1 ._ContentTab_sv44m_15>*:only-child{margin-bottom:0}._TableViewPanelContainer_qw45r_1{height:70vh;width:50vw}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1{color:#242424;overflow:hidden;height:100%;display:flex;flex-direction:column}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12{padding:0 2rem;overflow-y:auto;flex:1}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12::-webkit-scrollbar{width:6px;height:6px;background:transparent}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12::-webkit-scrollbar-track{border-radius:6px}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._HeaderBlock_qw45r_32{padding-top:2rem}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._HeaderBlock_qw45r_32,._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._Block_qw45r_36{margin-bottom:2rem}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._HeaderBlock_qw45r_32 ._Title_qw45r_39,._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._Block_qw45r_36 ._Title_qw45r_39{font-size:2rem;margin-bottom:1.2rem}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._HeaderBlock_qw45r_32 ._Description_qw45r_44,._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._Block_qw45r_36 ._Description_qw45r_44{font-size:1.6rem;margin-bottom:1.2rem;color:#757c96}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._HeaderBlock_qw45r_32 ._InlineLabel_qw45r_50,._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._Block_qw45r_36 ._InlineLabel_qw45r_50{transform:unset;padding-right:.4rem}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._HeaderBlock_qw45r_32 ._TabWrapper_qw45r_55,._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._Block_qw45r_36 ._TabWrapper_qw45r_55{position:relative;margin-top:1rem;min-height:10rem;width:100%;overflow-x:auto;height:fit-content}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._HeaderBlock_qw45r_32 ._TabWrapper_qw45r_55::-webkit-scrollbar,._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._Block_qw45r_36 ._TabWrapper_qw45r_55::-webkit-scrollbar{width:6px;height:6px;background:transparent}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._HeaderBlock_qw45r_32 ._TabWrapper_qw45r_55::-webkit-scrollbar-track,._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._Block_qw45r_36 ._TabWrapper_qw45r_55::-webkit-scrollbar-track{border-radius:6px}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._HeaderBlock_qw45r_32 ._TabWrapper_qw45r_55::-webkit-scrollbar-thumb,._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._Block_qw45r_36 ._TabWrapper_qw45r_55::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._HeaderBlock_qw45r_32 ._TableDefinition_qw45r_82,._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._Block_qw45r_36 ._TableDefinition_qw45r_82{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:2rem;gap:1.2rem}._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._HeaderBlock_qw45r_32 ._TableDefinition_qw45r_82 ._List_qw45r_89,._TableViewPanelContainer_qw45r_1 ._TableViewPanel_qw45r_1 ._Body_qw45r_12 ._Block_qw45r_36 ._TableDefinition_qw45r_82 ._List_qw45r_89{display:flex;align-items:center;height:3.2rem;gap:.6rem}._THClassName_qw45r_97{background-color:#eff0f6!important}._TableEventsTable_nn1vp_1{padding-top:1.6rem}._TableEventsTable_nn1vp_1 ._SearchInput_nn1vp_4{margin-bottom:1.4rem}._TableEventsTable_nn1vp_1 ._EmptyState_nn1vp_7{flex:1;height:auto;justify-content:center;display:flex;align-items:center}._TableEventsTable_nn1vp_1 ._ColumnName_nn1vp_14{display:flex;align-items:center}._TableEventsTable_nn1vp_1 ._ColumnName_nn1vp_14 ._Status_nn1vp_18{margin-left:1.2rem}._Container_clc7x_1 ._Component_clc7x_1{display:flex;align-items:center;gap:.6rem;padding:.4rem;border-radius:4px;cursor:pointer}._Container_clc7x_1 ._Component_clc7x_1:hover{background-color:#3483ff33;color:#3483ff}._Container_clc7x_1._NoDependencies_clc7x_13{display:none}._DependencyList_clc7x_17{display:flex;flex-direction:column;background-color:#fff;border-radius:4px;box-shadow:0 2px 6px #21212333;padding:1rem .6rem 1rem 1rem;margin:.8rem;max-height:20rem;max-width:40rem;overflow-y:scroll}._DependencyList_clc7x_17::-webkit-scrollbar{width:6px;height:6px;background:transparent}._DependencyList_clc7x_17::-webkit-scrollbar-track{border-radius:6px}._DependencyList_clc7x_17::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._DependencyList_clc7x_17 ._Dependency_clc7x_17{display:flex;align-items:center;cursor:pointer;gap:.8rem;padding:.8rem 1.2rem;border-radius:4px}._DependencyList_clc7x_17 ._Dependency_clc7x_17:hover{background-color:#c3c6d833}._DependencyList_clc7x_17 ._Dependency_clc7x_17 ._Type_clc7x_55{margin-top:1px;font-size:1.2rem;line-height:1.4rem;text-transform:uppercase;letter-spacing:.5px;color:#757c96}._DependencyList_clc7x_17 ._Dependency_clc7x_17 ._Name_clc7x_63{font-size:1.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._Container_zor6p_1{width:56rem;height:38rem}._Container_zor6p_1._Completed_zor6p_5{height:18rem}._Container_zor6p_1 ._Footer_zor6p_8{display:flex}._Container_zor6p_1 ._Footer_zor6p_8 ._Btn_zor6p_11{margin-left:.4rem}._Container_zor6p_1 ._Footer_zor6p_8 ._DeleteBtn_zor6p_14{color:#e74c3c}._Container_zor6p_1 ._Footer_zor6p_8 ._DeleteBtn_zor6p_14:hover{border-color:#e74c3c;color:#e74c3c}._Container_zor6p_1 ._ExperimentSubscriptionForm_zor6p_21{position:relative;display:flex;flex-direction:column;overflow:hidden;flex:1;color:#242424;font-size:1.6rem}._Container_zor6p_1 ._ExperimentSubscriptionForm_zor6p_21 ._ExperimentSubscriptionFormHeader_zor6p_30{border-radius:2rem;overflow:hidden;margin:2rem 2.4rem;z-index:100}._Container_zor6p_1 ._ExperimentSubscriptionForm_zor6p_21 ._ModalBodyWrapper_zor6p_36{flex:1;overflow:auto;height:100%;position:relative}._Container_zor6p_1 ._ExperimentSubscriptionForm_zor6p_21 ._ModalBodyWrapper_zor6p_36::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Container_zor6p_1 ._ExperimentSubscriptionForm_zor6p_21 ._ModalBodyWrapper_zor6p_36::-webkit-scrollbar-track{border-radius:6px}._Container_zor6p_1 ._ExperimentSubscriptionForm_zor6p_21 ._ModalBodyWrapper_zor6p_36::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Container_zor6p_1 ._ExperimentSubscriptionForm_zor6p_21 ._Body_zor6p_57{padding:0 2.4rem 2.4rem;display:flex;flex-direction:column;height:100%}._Container_zor6p_1 ._ExperimentSubscriptionForm_zor6p_21 ._Body_zor6p_57 ._SubscriptionCronExpGroupControl_zor6p_63{margin:2.4rem 0}._Container_zor6p_1 ._ExperimentSubscriptionForm_zor6p_21 ._Body_zor6p_57 ._SubscriptionCronExpGroupControl_zor6p_63>*{margin-bottom:1.2rem}._Container_zor6p_1 ._ExperimentSubscriptionForm_zor6p_21 ._Body_zor6p_57 ._SubscriptionCronExpGroupControl_zor6p_63>*:only-child,._Container_zor6p_1 ._ExperimentSubscriptionForm_zor6p_21 ._Body_zor6p_57 ._SubscriptionCronExpGroupControl_zor6p_63>*:last-child{margin-bottom:0}._Container_zor6p_1 ._ExperimentSubscriptionForm_zor6p_21 ._Body_zor6p_57 ._Notice_zor6p_72{font-size:1.4rem;color:#898ea8}._Container_zor6p_1 ._ExperimentSubscriptionForm_zor6p_21 ._Body_zor6p_57._NonCompletedMsg_zor6p_76{text-align:center;justify-content:center;font-size:1.8rem}._CreateSegmentCategoryContainer_1xc56_1{height:30rem;width:52rem}._CreateSegmentCategoryContainer_1xc56_1 ._CreateSegmentCategory_1xc56_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._CreateSegmentCategoryContainer_1xc56_1 ._CreateSegmentCategory_1xc56_1 ._Header_1xc56_11{margin-bottom:2rem}._ViewResultButton_1gyx5_1{text-transform:none}._ExperimentViewPanel_1gyx5_5{color:#242424;overflow:hidden;height:100%}._ExperimentViewPanel_1gyx5_5 ._Header_1gyx5_10{margin-bottom:2rem}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13{padding:0 2rem;overflow-y:auto;max-height:calc(100% - 8.8rem)}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13::-webkit-scrollbar-track{border-radius:6px}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13 ._Block_1gyx5_33{margin-bottom:2rem}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13 ._Block_1gyx5_33 ._Name_1gyx5_36{font-size:2rem;margin-bottom:1.2rem}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13 ._Block_1gyx5_33 ._Description_1gyx5_40{font-size:1.6rem;margin-bottom:1.2rem}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13 ._Block_1gyx5_33 ._BlockItem_1gyx5_44{margin-bottom:1.2rem}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13 ._Block_1gyx5_33 ._BlockItem_1gyx5_44 ._Text_1gyx5_47{font-size:1.4rem}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13 ._Block_1gyx5_33 ._BlockItem_1gyx5_44 ._SmallHelper_1gyx5_50{font-size:1.4rem;margin-bottom:.8rem}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13 ._Block_1gyx5_33 ._KPIRow_1gyx5_54{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.8rem}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13 ._Block_1gyx5_33 ._KPIRow_1gyx5_54 ._KPIs_1gyx5_60{display:flex;flex-direction:column;gap:.4rem}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13 ._Block_1gyx5_33 ._KPIRow_1gyx5_54 ._Label_1gyx5_65{font-size:1.4rem;margin-right:1.2rem}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13 ._Block_1gyx5_33 ._KPIRow_1gyx5_54:only-child,._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13 ._Block_1gyx5_33 ._KPIRow_1gyx5_54:last-child{margin-bottom:0}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13 ._Block_1gyx5_33 ._KPIRow_1gyx5_54 ._KPIButton_1gyx5_72{font-size:1.4rem;margin-right:.8rem}._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13 ._Block_1gyx5_33 ._KPIRow_1gyx5_54 ._KPIButton_1gyx5_72:only-child,._ExperimentViewPanel_1gyx5_5 ._Body_1gyx5_13 ._Block_1gyx5_33 ._KPIRow_1gyx5_54 ._KPIButton_1gyx5_72:last-child{margin-right:0}._MonitoredMetricFormContainer_jvv8t_1{height:82vh;width:52vw;min-width:84rem}._MonitoredMetricFormContainer_jvv8t_1 ._MonitoredMetricForm_jvv8t_1{display:flex;flex-direction:column;align-items:center;flex:1;overflow:hidden}._MonitoredMetricFormContainer_jvv8t_1 ._MonitoredMetricForm_jvv8t_1 ._Header_jvv8t_13{margin-bottom:2rem}._MonitoredMetricFormContainer_jvv8t_1 ._MonitoredMetricForm_jvv8t_1 ._WizardSteps_jvv8t_16{width:60%;padding:0 2rem;margin-bottom:2rem}._MonitoredMetricFormContainer_jvv8t_1 ._MonitoredMetricForm_jvv8t_1 ._WizardSteps_jvv8t_16 ._FullWidth_jvv8t_21{width:100%}._MonitoredMetricFormContainer_jvv8t_1 ._MonitoredMetricForm_jvv8t_1 ._Tabs_jvv8t_24{overflow:hidden}._MonitoredMetricFormContainer_jvv8t_1 ._Footer_jvv8t_27{display:flex}._MonitoredMetricFormContainer_jvv8t_1 ._Footer_jvv8t_27 ._Action_jvv8t_30:not(:last-child){margin-right:.4rem}._SelectMetricTab_1uhyo_1 ._Header_1uhyo_1{margin-bottom:2rem}._SelectMetricTab_1uhyo_1 ._Parameter_1uhyo_4:not(:last-child){margin-bottom:1.2rem}._SelectMetricTab_1uhyo_1 ._SpaceBottom_1uhyo_7{margin-bottom:8rem}._Definition_1srwm_1{display:flex;align-items:flex-start;flex-wrap:wrap}._Definition_1srwm_1 ._Label_1srwm_6,._Definition_1srwm_1 ._Item_1srwm_7{height:3.2rem;display:flex;align-items:center;justify-content:center}._Definition_1srwm_1 ._Label_1srwm_6{font-size:1.4rem;padding:0 .8rem}._AnalysisInfoTab_sgv99_1{display:flex;flex-direction:column;align-items:center;justify-content:center}._AnalysisInfoTab_sgv99_1 ._Header_sgv99_7{margin-bottom:2rem}._AnalysisInfoTab_sgv99_1 ._Block_sgv99_10{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:2.8rem}._AnalysisInfoTab_sgv99_1 ._Block_sgv99_10:last-child,._AnalysisInfoTab_sgv99_1 ._Block_sgv99_10:only-child{margin-bottom:0}._HealthMonitorGroupPanel_y5d5q_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._HealthMonitorGroupPanel_y5d5q_1 ._Header_y5d5q_7{margin-bottom:2rem}._TableContainer_ddrbg_1{height:80%;width:70%;min-width:80rem}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6{display:flex;flex-direction:column;flex:1;overflow:hidden}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._CreateTableHeader_ddrbg_12{margin-bottom:2rem}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._ComputedTableMessageContainer_ddrbg_15{display:flex;align-items:center;justify-content:center}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._ComputedTableMessageContainer_ddrbg_15 ._ComputedTableMessage_ddrbg_15{margin-bottom:2rem;border:1px solid #fa982c;color:#fa982c;background-color:#fa982c1a;width:fit-content;padding:.4rem .8rem;border-radius:8px}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._ComputedTableMessageContainer_ddrbg_15 ._ComputedTableMessage_ddrbg_15>*{margin-right:.8rem}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._ComputedTableMessageContainer_ddrbg_15 ._ComputedTableMessage_ddrbg_15>*:last-child{margin-right:0}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._LabelWrapper_ddrbg_35{width:50%}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._LabelWrapper_ddrbg_35>*{margin-right:.4rem}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._TableScopeTab_ddrbg_41{display:flex;flex-direction:column}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._TableScopeTab_ddrbg_41>*{margin-bottom:1.2rem}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._TableScopeTab_ddrbg_41>*:only-child,._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._TableScopeTab_ddrbg_41>*:last-child{margin-bottom:0}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._ComingSoon_ddrbg_51{color:#242424}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._ComingSoon_ddrbg_51 ._Content_ddrbg_54{font-size:1.4rem;color:#898ea8}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._ComingSoon_ddrbg_51 ._Content_ddrbg_54 ._Contact_ddrbg_58{display:inline-block;text-transform:unset;margin:0 .4rem}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._Error_ddrbg_63{padding:.8rem;color:#e74c3c!important;font-size:1.4rem;background-color:#ff68711a;width:100%;border-radius:8px;border:1px solid rgba(255,104,113,.5);margin-bottom:1.2rem}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._MainEntityTableCheckboxWrapper_ddrbg_73{display:flex;align-items:center;font-size:1.4rem;gap:.8rem;margin-top:.8rem}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._MainEntityTableCheckboxWrapper_ddrbg_73._Disabled_ddrbg_80{color:#898ea8;cursor:not-allowed}._TableContainer_ddrbg_1 ._CreateTable_ddrbg_6 ._MainEntityTableCheckboxWrapper_ddrbg_73 svg{width:1.6rem;height:1.6rem}._SelectedSourceDialog_ddrbg_89{word-break:break-all}._EventGroupForm_1yqww_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._EventGroupForm_1yqww_1 ._EventGroupFormHeader_1yqww_7{margin-bottom:2rem}._EventGroupForm_1yqww_1 ._EventGroupFormTab_1yqww_10{display:flex;flex-direction:column}._EventGroupForm_1yqww_1 ._EventGroupFormTab_1yqww_10>*{margin-bottom:1.2rem}._EventGroupForm_1yqww_1 ._EventGroupFormTab_1yqww_10>*:only-child,._EventGroupForm_1yqww_1 ._EventGroupFormTab_1yqww_10>*:last-child{margin-bottom:0}._EventGroupViewPanel_99198_1{color:#242424;overflow:hidden;height:100%;display:flex;flex-direction:column}._EventGroupViewPanel_99198_1 ._Body_99198_8{padding:0 2rem;overflow-y:auto;flex:1}._EventGroupViewPanel_99198_1 ._Body_99198_8::-webkit-scrollbar{width:6px;height:6px;background:transparent}._EventGroupViewPanel_99198_1 ._Body_99198_8::-webkit-scrollbar-track{border-radius:6px}._EventGroupViewPanel_99198_1 ._Body_99198_8::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._EventGroupViewPanel_99198_1 ._Body_99198_8 ._NameBlock_99198_28{padding-top:2rem}._EventGroupViewPanel_99198_1 ._Body_99198_8 ._NameBlock_99198_28,._EventGroupViewPanel_99198_1 ._Body_99198_8 ._Block_99198_32{margin-bottom:2rem}._EventGroupViewPanel_99198_1 ._Body_99198_8 ._NameBlock_99198_28 ._Name_99198_28,._EventGroupViewPanel_99198_1 ._Body_99198_8 ._Block_99198_32 ._Name_99198_28{font-size:2rem;margin-bottom:1.2rem}._EventGroupViewPanel_99198_1 ._Body_99198_8 ._NameBlock_99198_28 ._Description_99198_40,._EventGroupViewPanel_99198_1 ._Body_99198_8 ._Block_99198_32 ._Description_99198_40{font-size:1.6rem;color:#757c96}._EventGroupViewPanel_99198_1 ._Body_99198_8 ._NameBlock_99198_28 ._LastModifier_99198_45,._EventGroupViewPanel_99198_1 ._Body_99198_8 ._Block_99198_32 ._LastModifier_99198_45{font-size:1.4rem;color:#898ea8}._EventGroupViewPanel_99198_1 ._Body_99198_8 ._NameBlock_99198_28 ._TabWrapper_99198_50,._EventGroupViewPanel_99198_1 ._Body_99198_8 ._Block_99198_32 ._TabWrapper_99198_50{position:relative;padding-top:2rem;min-height:10rem;flex:1}._EventGroupViewPanel_99198_1 ._Body_99198_8 ._NameBlock_99198_28 ._TabWrapper_99198_50::-webkit-scrollbar,._EventGroupViewPanel_99198_1 ._Body_99198_8 ._Block_99198_32 ._TabWrapper_99198_50::-webkit-scrollbar{width:6px;height:6px;background:transparent}._EventGroupViewPanel_99198_1 ._Body_99198_8 ._NameBlock_99198_28 ._TabWrapper_99198_50::-webkit-scrollbar-track,._EventGroupViewPanel_99198_1 ._Body_99198_8 ._Block_99198_32 ._TabWrapper_99198_50::-webkit-scrollbar-track{border-radius:6px}._EventGroupViewPanel_99198_1 ._Body_99198_8 ._NameBlock_99198_28 ._TabWrapper_99198_50::-webkit-scrollbar-thumb,._EventGroupViewPanel_99198_1 ._Body_99198_8 ._Block_99198_32 ._TabWrapper_99198_50::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._LayoutContainer_1ttdc_1{height:70vh;width:50vw}._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5{color:#242424;overflow:hidden;height:100%;display:flex;flex-direction:column}._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12{padding:0 2rem;overflow-y:auto;flex:1}._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12::-webkit-scrollbar{width:6px;height:6px;background:transparent}._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12::-webkit-scrollbar-track{border-radius:6px}._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._NameBlock_1ttdc_32{padding-top:2rem}._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._NameBlock_1ttdc_32,._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._Block_1ttdc_36{margin-bottom:2rem}._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._NameBlock_1ttdc_32 ._Name_1ttdc_32,._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._Block_1ttdc_36 ._Name_1ttdc_32{font-size:2rem;margin-bottom:1.2rem}._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._NameBlock_1ttdc_32 ._Description_1ttdc_44,._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._Block_1ttdc_36 ._Description_1ttdc_44{font-size:1.6rem;color:#757c96}._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._NameBlock_1ttdc_32 ._LastModifier_1ttdc_49,._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._Block_1ttdc_36 ._LastModifier_1ttdc_49{font-size:1.4rem;color:#898ea8}._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._NameBlock_1ttdc_32 ._TabWrapper_1ttdc_54,._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._Block_1ttdc_36 ._TabWrapper_1ttdc_54{position:relative;padding-top:2rem;min-height:10rem;flex:1}._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._NameBlock_1ttdc_32 ._TabWrapper_1ttdc_54::-webkit-scrollbar,._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._Block_1ttdc_36 ._TabWrapper_1ttdc_54::-webkit-scrollbar{width:6px;height:6px;background:transparent}._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._NameBlock_1ttdc_32 ._TabWrapper_1ttdc_54::-webkit-scrollbar-track,._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._Block_1ttdc_36 ._TabWrapper_1ttdc_54::-webkit-scrollbar-track{border-radius:6px}._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._NameBlock_1ttdc_32 ._TabWrapper_1ttdc_54::-webkit-scrollbar-thumb,._LayoutContainer_1ttdc_1 ._MilestoneViewPanel_1ttdc_5 ._Body_1ttdc_12 ._Block_1ttdc_36 ._TabWrapper_1ttdc_54::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._AnalysisFolderFormPanelContainer_1pmji_1{height:42rem;width:52rem}._AnalysisFolderFormPanelContainer_1pmji_1 ._AnalysisFolderFormPanel_1pmji_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._AnalysisFolderFormPanelContainer_1pmji_1 ._AnalysisFolderFormPanel_1pmji_1 ._Header_1pmji_11{margin-bottom:2rem}._AnalysisFolderFormPanelContainer_1pmji_1 ._AnalysisFolderFormPanel_1pmji_1 ._NameWrapper_1pmji_14{display:flex;align-items:center}._AnalysisFolderFormPanelContainer_1pmji_1 ._AnalysisFolderFormPanel_1pmji_1 ._NameWrapper_1pmji_14 ._IconPicker_1pmji_18{margin-right:.8rem}._IconPicker_uolb0_1{display:flex;align-items:center;justify-content:center;transition:all .25s;border-radius:4px;height:3.2rem;width:3.2rem;min-width:3.2rem;min-height:3.2rem;cursor:pointer;font-size:2.4rem}._IconPicker_uolb0_1 ._Placeholder_uolb0_14{font-size:2.4rem;color:#757c94}._IconPicker_uolb0_1:hover,._IconPicker_uolb0_1._Open_uolb0_18{background-color:#e7eaf3}._Container_ox8va_1{width:64rem;height:100%;max-height:48rem}._Container_ox8va_1 ._Footer_ox8va_6{width:100%;display:flex;justify-content:space-between;align-items:center}._Container_ox8va_1 ._Footer_ox8va_6 ._Actions_ox8va_12{display:flex;align-items:center;justify-content:flex-end}._Container_ox8va_1 ._Footer_ox8va_6 ._Actions_ox8va_12>*{margin-right:1.2rem}._Container_ox8va_1 ._Footer_ox8va_6 ._Actions_ox8va_12>*:last-child{margin-right:0}._Container_ox8va_1 ._Invite_ox8va_23{position:relative;display:flex;flex-direction:column;overflow:hidden;flex:1}._Container_ox8va_1 ._Invite_ox8va_23 ._InviteHeader_ox8va_30{margin-bottom:3.2rem}._Container_ox8va_1 ._Invite_ox8va_23 ._FormWrapper_ox8va_33{flex:1;overflow:auto;height:100%;position:relative}._Container_ox8va_1 ._Invite_ox8va_23 ._FormWrapper_ox8va_33::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Container_ox8va_1 ._Invite_ox8va_23 ._FormWrapper_ox8va_33::-webkit-scrollbar-track{border-radius:6px}._Container_ox8va_1 ._Invite_ox8va_23 ._FormWrapper_ox8va_33::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Container_ox8va_1 ._Invite_ox8va_23 ._Form_ox8va_33{padding:0 2.4rem 2.4rem;display:flex;flex-direction:column;height:100%}._Container_ox8va_1 ._Invite_ox8va_23 ._Form_ox8va_33>*{margin-bottom:1.2rem}._CopySuccess_gvxew_1{display:flex;align-items:center;padding:.4rem 0}._CopySuccess_gvxew_1 ._Icon_gvxew_6{font-size:1.6rem;margin-right:.8rem;color:#07bc0c}._CopyLinkButton_gvxew_12{display:flex;align-items:center;font-size:1.4rem;cursor:pointer;color:#242424;transition:all .25s}._CopyLinkButton_gvxew_12:hover{color:#3483ff;text-decoration:underline}._CopyLinkButton_gvxew_12 ._Icon_gvxew_6{margin-right:.4rem}._Disabled_gvxew_28{color:#c3c6d8}._Disabled_gvxew_28:hover{cursor:not-allowed;color:#c3c6d8}._FeedbackContainer_1ec0g_1{height:35vh;width:15vw;min-width:60rem}._FeedbackContainer_1ec0g_1._ThankYou_1ec0g_6{max-height:21.5rem}._FeedbackContainer_1ec0g_1 ._FeedbackContent_1ec0g_9{display:flex;flex-direction:column;flex:1;overflow:hidden}._FeedbackContainer_1ec0g_1 ._FeedbackContent_1ec0g_9 ._FeedbackHeader_1ec0g_15{margin-bottom:2rem}._FeedbackContainer_1ec0g_1 ._FeedbackThankYou_1ec0g_18{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}._FeedbackContainer_1ec0g_1 ._FeedbackThankYou_1ec0g_18 ._Emoji_1ec0g_25{font-size:3.8rem}._FeedbackContainer_1ec0g_1 ._FeedbackThankYou_1ec0g_18 ._Message_1ec0g_28{font-size:2.4rem;font-weight:700;margin-top:1.2rem;color:#212123}._FeedbackContainer_1ec0g_1 ._FeedbackFooter_1ec0g_34{display:flex;align-items:center;justify-content:flex-end}._FeedbackContainer_1ec0g_1 ._FeedbackFooter_1ec0g_34>*{margin-right:1.2rem}._FeedbackContainer_1ec0g_1 ._FeedbackFooter_1ec0g_34>*:last-child{margin-right:0}._Container_mqza6_1{max-height:21.5rem;min-width:60rem}._Container_mqza6_1 ._Body_mqza6_5{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:1.2rem}._Container_mqza6_1 ._Body_mqza6_5>*{margin-bottom:1.2rem}._Container_mqza6_1 ._Body_mqza6_5 ._Title_mqza6_16{font-size:2.4rem}._Container_mqza6_1 ._Body_mqza6_5 ._Content_mqza6_19{font-size:2rem;font-weight:500;color:#212123}._Container_mqza6_1 ._Footer_mqza6_24{border-top:unset}._Container_1k0ew_1{height:65vh;max-height:60rem;width:80rem;display:flex;flex-direction:column;align-items:center}._Container_1k0ew_1 ._Header_1k0ew_9{display:flex;flex-direction:column;margin:1.6rem 1.6rem 4rem}._Container_1k0ew_1 ._Header_1k0ew_9>*{margin-bottom:2.4rem}._Container_1k0ew_1 ._Header_1k0ew_9>*:last-child{margin-bottom:0}._Container_1k0ew_1 ._Header_1k0ew_9 ._Close_1k0ew_20{cursor:pointer;align-self:flex-end;justify-self:flex-end}._Container_1k0ew_1 ._Header_1k0ew_9 ._Close_1k0ew_20 ._Icon_1k0ew_25{color:#757c94;font-size:1.6rem}._Container_1k0ew_1 ._Header_1k0ew_9 ._TopContainer_1k0ew_29{display:grid;grid-template-columns:1fr auto;align-items:center;justify-content:space-between}._Container_1k0ew_1 ._Header_1k0ew_9 ._TopContainer_1k0ew_29 ._CloseIcon_1k0ew_35{cursor:pointer;height:100%}._Container_1k0ew_1 ._Header_1k0ew_9 ._TopContainer_1k0ew_29 ._CloseIcon_1k0ew_35 ._Icon_1k0ew_25{color:#757c94;font-size:1.6rem}._Container_1k0ew_1 ._Header_1k0ew_9 ._TitleWrapper_1k0ew_43{display:flex;align-items:center;justify-content:space-between;flex-direction:column}._Container_1k0ew_1 ._Header_1k0ew_9 ._TitleWrapper_1k0ew_43>*{margin-bottom:.8rem}._Container_1k0ew_1 ._Header_1k0ew_9 ._TitleWrapper_1k0ew_43>*:last-child{margin-bottom:0}._Container_1k0ew_1 ._Header_1k0ew_9 ._TitleWrapper_1k0ew_43 ._StaticTitle_1k0ew_55{text-align:center;font-size:2rem;font-weight:400}._Container_1k0ew_1 ._Header_1k0ew_9 ._TitleWrapper_1k0ew_43 ._DynamicTitle_1k0ew_60{display:flex;flex-direction:row;align-items:center;justify-content:center}._Container_1k0ew_1 ._Header_1k0ew_9 ._TitleWrapper_1k0ew_43 ._DynamicTitle_1k0ew_60 ._TextBtn_1k0ew_66{font-size:1.6rem;font-weight:600;height:3.2rem}._Container_1k0ew_1 ._Header_1k0ew_9 ._TitleWrapper_1k0ew_43 ._DynamicTitle_1k0ew_60 ._DropdownButtonClassName_1k0ew_71{color:#212123;font-size:1.6rem;font-weight:600;max-width:3.2rem;background-color:#fff}._Container_1k0ew_1 ._Header_1k0ew_9 ._TitleWrapper_1k0ew_43 ._DynamicTitle_1k0ew_60 ._SignalInfoHelperTip_1k0ew_78{cursor:pointer}._Container_1k0ew_1 ._Header_1k0ew_9 ._TitleWrapper_1k0ew_43 ._DynamicTitle_1k0ew_60>*{margin-right:.8rem}._Container_1k0ew_1 ._Header_1k0ew_9 ._TitleWrapper_1k0ew_43 ._DynamicTitle_1k0ew_60>*:last-child{margin-bottom:0}._Container_1k0ew_1 ._Body_1k0ew_87{display:flex;justify-content:center;margin:0 3.2rem 2rem}._Container_1k0ew_1 ._Body_1k0ew_87>*{margin-right:2rem}._Container_1k0ew_1 ._Body_1k0ew_87>*:last-child{margin-right:0}._Container_1k0ew_1 ._Footer_1k0ew_99{width:100%;display:flex;justify-content:space-between;align-items:center}._Container_1k0ew_1 ._Footer_1k0ew_99 ._AnalysisFolder_1k0ew_105{display:flex;justify-content:space-between;align-items:center;font-size:1.4rem;color:#757c94}._Container_1k0ew_1 ._Footer_1k0ew_99 ._AnalysisFolder_1k0ew_105 ._AnalysisFolderLabel_1k0ew_112{margin-right:1.6rem}._ShapesDuotoneIcon_1k0ew_116{font-size:4.2rem;--fa-primary-color: #db76ff;--fa-secondary-color: #f4deff;--fa-secondary-opacity: 1}._AnchorDuotoneIcon_1k0ew_123,._RouteDuotoneIcon_1k0ew_130{font-size:4.2rem;--fa-primary-color: #1c5dd9;--fa-secondary-color: #1c5dd9;--fa-secondary-opacity: .4}._EyeDuotoneIcon_1k0ew_137{font-size:4.2rem;--fa-primary-color: #9f5ef0;--fa-secondary-color: #9f5ef0;--fa-secondary-opacity: .4}._PointerWithStarsIcon_1k0ew_144{font-size:4.6rem!important;padding-top:.8rem}._Container_15woq_1 ._Header_15woq_1{display:flex;flex-direction:column;margin:1.6rem 1.6rem 4rem}._Container_15woq_1 ._Header_15woq_1>*{margin-bottom:2.4rem}._Container_15woq_1 ._Header_15woq_1>*:last-child{margin-bottom:0}._Container_15woq_1 ._Header_15woq_1 ._Close_15woq_12{cursor:pointer;align-self:flex-end;justify-self:flex-end}._Container_15woq_1 ._Header_15woq_1 ._Close_15woq_12 ._Icon_15woq_17{color:#757c94;font-size:1.6rem}._Container_15woq_1 ._AnalysisRunningMessageContainer_15woq_21{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;margin:0 8rem}._Container_15woq_1 ._AnalysisRunningMessageContainer_15woq_21 ._SuccessIcon_15woq_29{font-size:9.2rem;margin-bottom:3.2rem}._Container_15woq_1 ._AnalysisRunningMessageContainer_15woq_21 ._Title_15woq_33{font-size:2rem;text-align:center;margin-bottom:1.2rem}._Container_15woq_1 ._AnalysisRunningMessageContainer_15woq_21 ._SubTitle_15woq_38{color:#898ea8;margin-bottom:1.2rem;max-width:48rem;text-align:center;line-height:1.5}._ActionBox_1pt2n_1{display:flex;cursor:pointer;width:28rem;height:24rem;padding:1.2rem 1.6rem 1.6rem;flex-direction:column;gap:.8rem;border-radius:.8rem;border:1px solid #d7dae9}._ActionBox_1pt2n_1._Selected_1pt2n_12{border:2px solid #3483ff}._ActionBox_1pt2n_1 ._Header_1pt2n_15{position:relative;height:8rem;padding:.8rem;align-items:center;justify-content:center}._ActionBox_1pt2n_1 ._Header_1pt2n_15 ._Checkbox_1pt2n_22{position:absolute;top:0;left:0}._ActionBox_1pt2n_1 ._Header_1pt2n_15 ._IconWrapper_1pt2n_27{display:flex;align-items:center;justify-content:center;flex:1;height:100%}._ActionBox_1pt2n_1 ._Body_1pt2n_34{color:#212123;font-size:1.6rem;font-style:normal;font-weight:400;flex:1}._ActionBox_1pt2n_1 ._Footer_1pt2n_41{display:flex;justify-content:space-between;color:#757c94;font-size:1.4rem;font-style:normal;font-weight:400}._Container_ssvjq_1{width:60vw;height:70vh;display:flex;flex-direction:column}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7{display:flex;flex-direction:column;padding:2rem 2.4rem;flex:1}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._Tabs_ssvjq_13{margin-bottom:2rem;font-size:1.4rem}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17{overflow-y:auto;flex:1}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17::-webkit-scrollbar-track{border-radius:6px}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17 ._Description_ssvjq_36{margin-bottom:2.4rem;display:flex;font-size:1.4rem;line-height:2.2rem;color:#414559}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17 ._Description_ssvjq_36 ._Icon_ssvjq_43{margin-right:.8rem;height:2rem;width:2rem}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17 ._Row_ssvjq_48{display:flex;gap:1.6rem;overflow:hidden;height:100%}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17 ._Row_ssvjq_48 ._Sql_ssvjq_54{flex:3;height:100%;overflow:hidden}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17 ._Row_ssvjq_48 ._ViewsInSql_ssvjq_59{flex:1;display:flex;flex-direction:column;padding:1.6rem 1.2rem;border-radius:8px;background-color:#dff0ff;color:#212123;font-size:1.4rem;line-height:2rem;overflow:auto}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17 ._Row_ssvjq_48 ._ViewsInSql_ssvjq_59::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17 ._Row_ssvjq_48 ._ViewsInSql_ssvjq_59::-webkit-scrollbar-track{border-radius:6px}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17 ._Row_ssvjq_48 ._ViewsInSql_ssvjq_59::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17 ._Row_ssvjq_48 ._ViewsInSql_ssvjq_59 ._SubHeading_ssvjq_86{margin-bottom:1.6rem;font-weight:700}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17 ._Row_ssvjq_48 ._ViewsInSql_ssvjq_59 ._ViewItem_ssvjq_90{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.2rem;cursor:pointer}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17 ._Row_ssvjq_48 ._ViewsInSql_ssvjq_59 ._ViewItem_ssvjq_90 ._NameContent_ssvjq_97{width:100%;display:flex;justify-content:space-between;gap:.8rem}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17 ._Row_ssvjq_48 ._ViewsInSql_ssvjq_59 ._ViewItem_ssvjq_90 ._NameContent_ssvjq_97 ._Name_ssvjq_97{word-break:break-word}._Container_ssvjq_1 ._ExecutedSqlsBody_ssvjq_7 ._ExecutionContent_ssvjq_17 ._Row_ssvjq_48 ._ViewsInSql_ssvjq_59 ._ViewItem_ssvjq_90 ._NameContent_ssvjq_97 ._ArrowUpRightIcon_ssvjq_106{color:#3483ff}._Container_2wuct_1{width:32em;height:48rem}._Container_2wuct_1 ._Content_2wuct_5{display:flex;flex-direction:column;flex:1;overflow:hidden}._Container_2wuct_1 ._Content_2wuct_5 ._Selector_2wuct_11{flex:1;max-height:unset;overflow:hidden}._CreateMetricCategoryContainer_tlq2e_1{height:30rem;width:52rem}._CreateMetricCategoryContainer_tlq2e_1 ._CreateMetricCategory_tlq2e_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._CreateMetricCategoryContainer_tlq2e_1 ._CreateMetricCategory_tlq2e_1 ._Header_tlq2e_11{margin-bottom:2rem}._RCAFollowUpPanelContainer_gcgf8_1{width:60rem}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAHeader_gcgf8_4{margin:1.6rem}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7{display:flex;flex-direction:column;overflow-y:auto}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12{flex:1;overflow-y:scroll;height:100%}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12::-webkit-scrollbar{width:6px;height:6px;background:transparent}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12::-webkit-scrollbar-track{border-radius:6px}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12>*{overflow-y:auto}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 3.2rem 2.4rem;padding:1.6rem 3.2rem;border:1px solid #d7dae9;border-radius:8px;overflow-y:auto}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12 ._ContentLabel_gcgf8_46{font-size:1.6rem;font-weight:700;line-height:32px;margin-bottom:1.6rem}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12 ._AlgoTextWrapper_gcgf8_52{display:flex;align-items:center;font-size:1.4rem;margin-left:.4rem}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12 ._AlgoTextWrapper_gcgf8_52 ._Icon_gcgf8_58,._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12 ._AlgoTextWrapper_gcgf8_52 ._AlgoText_gcgf8_52{margin-right:.8rem}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12 ._CompareOption_gcgf8_64{margin-bottom:1.2rem;width:100%}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12 ._CompareOption_gcgf8_64:last-child{margin-bottom:0}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12 ._CustomCompareOption_gcgf8_71{margin-bottom:1.2rem;width:100%;display:flex;align-items:center;justify-content:space-between}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12 ._CustomCompareOption_gcgf8_71 ._CustomCompareOptionLabel_gcgf8_78{margin-right:.8rem}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12 ._CustomCompareOption_gcgf8_71:last-child{margin-bottom:0}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12 ._UserAnalysisNameInput_gcgf8_84{max-width:38rem}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12 ._ExplainersSubtitle_gcgf8_87{margin-top:1.6rem;font-size:1.4rem;color:#898ea8}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12 ._ExplainerLabelWrapper_gcgf8_92{margin-top:1.6rem}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12 ._ExplainerLabelWrapper_gcgf8_92 ._Checkbox_gcgf8_95{margin-top:.8rem}._RCAFollowUpPanelContainer_gcgf8_1 ._RCAFollowUpForm_gcgf8_7 ._ContentWrapper_gcgf8_12 ._Content_gcgf8_12 ._ExplainerLabelWrapper_gcgf8_92 ._Label_gcgf8_98{font-size:1.4rem;margin-left:.4rem;color:#898ea8}._TopIconContainer_gcgf8_104{margin-top:3.2rem;display:flex;justify-content:center}._TopIconContainer_gcgf8_104 ._Icon_gcgf8_58{font-size:4.2rem;--fa-primary-color: #ffa877;--fa-secondary-color: #ffe3d0;--fa-secondary-opacity: 1}._FromToLabel_gcgf8_116{font-size:2rem;font-weight:700;line-height:32px;text-align:center}._ExtendedParametersHead_gcgf8_123{margin-bottom:unset!important}._Panel_176fi_1{color:#242424;width:52rem;height:38rem}._Panel_176fi_1 ._Header_176fi_6{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.4rem;margin-bottom:2.4rem}._Panel_176fi_1 ._Header_176fi_6 ._TopIconContainer_176fi_14{margin-top:3.2rem;display:flex;justify-content:center}._Panel_176fi_1 ._Header_176fi_6 ._TopIconContainer_176fi_14 ._Icon_176fi_19{font-size:4.2rem;--fa-primary-color: #ffa877;--fa-secondary-color: #ffe3d0;--fa-secondary-opacity: 1}._Panel_176fi_1 ._Header_176fi_6 ._Title_176fi_25{font-weight:300;font-size:2rem;line-height:3rem;text-align:center}._Panel_176fi_1 ._ContentWrapper_176fi_31{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem}._Panel_176fi_1 ._ContentWrapper_176fi_31 ._Label_176fi_38{font-weight:600;font-size:1.4rem;line-height:2rem;text-align:center}._Panel_176fi_1 ._ContentWrapper_176fi_31 ._EditFullAnalysisBtn_176fi_44{font-weight:400;line-height:1.6rem;color:#3483ff;cursor:pointer;font-size:1.4rem}._Panel_176fi_1 ._AnalysisRunningMessageContainer_176fi_51{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:3.2rem 6.2rem;gap:2.4rem;height:100%}._Panel_176fi_1 ._AnalysisRunningMessageContainer_176fi_51 ._SuccessIcon_176fi_60{font-size:4.2rem}._Panel_176fi_1 ._AnalysisRunningMessageContainer_176fi_51 ._Title_176fi_25{color:#212123;font-size:2rem;line-height:3rem;text-align:center;font-weight:400}._Panel_176fi_1 ._AnalysisRunningMessageContainer_176fi_51 ._SubTitle_176fi_70{font-size:1.6rem;color:#898ea8;text-align:center}._Panel_176fi_1 ._Footer_176fi_75{display:flex;justify-content:space-between;align-items:center;width:100%}._Panel_176fi_1 ._Footer_176fi_75._FooterSuccess_176fi_81{justify-content:end}._RerunAnalysisPanelContainer_m9795_1{width:52rem}._RerunAnalysisPanelContainer_m9795_1 ._Body_m9795_4{padding:2.4rem;color:#242424}._RerunAnalysisPanelContainer_m9795_1 ._Body_m9795_4 ._Title_m9795_8{font-size:2rem;margin-bottom:2rem;font-weight:500}._RerunAnalysisPanelContainer_m9795_1 ._Body_m9795_4 ._Content_m9795_13{font-size:1.4rem;margin-bottom:1.6rem}._RerunAnalysisPanelContainer_m9795_1 ._Actions_m9795_17{display:flex}._RerunAnalysisPanelContainer_m9795_1 ._Actions_m9795_17 ._Action_m9795_17{margin-right:.8rem}._RerunAnalysisPanelContainer_m9795_1 ._Actions_m9795_17 ._Action_m9795_17:last-child,._RerunAnalysisPanelContainer_m9795_1 ._Actions_m9795_17 ._Action_m9795_17:only-child{margin-right:0}._SelectSimpleAnalysisPickerPanel_dr5bc_1{width:90rem;height:60rem;border-radius:8px;background-color:#fff;display:flex;flex-direction:column}._SelectSimpleAnalysisPickerPanel_dr5bc_1 ._Header_dr5bc_9{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:3.2rem;margin-bottom:2.4rem;color:#212123}._SelectSimpleAnalysisPickerPanel_dr5bc_1 ._Header_dr5bc_9 ._Title_dr5bc_18{font-size:2.8rem;font-weight:700;margin-bottom:.8rem}._SelectSimpleAnalysisPickerPanel_dr5bc_1 ._Header_dr5bc_9 ._SubTitle_dr5bc_23{font-size:1.6rem;font-weight:400;text-align:center;max-width:60rem}._SelectSimpleAnalysisPickerPanel_dr5bc_1 ._Body_dr5bc_29{flex:1;padding:3.2rem;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:#f8f9fc}._SelectSimpleAnalysisPickerPanel_dr5bc_1 ._Body_dr5bc_29 ._SignalName_dr5bc_36{display:flex;align-items:center;justify-content:center;margin-bottom:1.4rem}._SelectSimpleAnalysisPickerPanel_dr5bc_1 ._Body_dr5bc_29 ._SignalName_dr5bc_36 ._TextBtn_dr5bc_42{font-size:2rem;font-weight:700;height:3.2rem;background-color:#e5efff;color:#414559}._SelectSimpleAnalysisPickerPanel_dr5bc_1 ._Body_dr5bc_29 ._Description_dr5bc_49{display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:2.4rem}._SelectSimpleAnalysisPickerPanel_dr5bc_1 ._Body_dr5bc_29 ._Boxes_dr5bc_56{display:flex;justify-content:center;align-items:center;margin-bottom:3.2rem}._SelectSimpleAnalysisPickerPanel_dr5bc_1 ._Body_dr5bc_29 ._Boxes_dr5bc_56>*{background-color:#fff;width:26rem;height:20rem;margin-right:2.4rem}._SelectSimpleAnalysisPickerPanel_dr5bc_1 ._Body_dr5bc_29 ._Boxes_dr5bc_56>*:last-child{margin-right:0}._SelectSimpleAnalysisPickerPanel_dr5bc_1 ._Body_dr5bc_29 ._Footer_dr5bc_71{display:flex;align-items:center;justify-content:center;flex-direction:column}._SelectSimpleAnalysisPickerPanel_dr5bc_1 ._Body_dr5bc_29 ._Footer_dr5bc_71 ._Btn_dr5bc_77{margin-bottom:.8rem}._SelectSimpleAnalysisPickerPanel_dr5bc_1 ._Body_dr5bc_29 ._Footer_dr5bc_71 ._Skip_dr5bc_80{font-size:1.4rem;font-weight:500;color:#757c96;cursor:pointer}._UsersIcon_dr5bc_87{font-size:4.2rem;--fa-primary-color: #ffa877;--fa-secondary-color: #ffe3d0;--fa-secondary-opacity: 1}._HomepageAnnotationsPanelContainer_1x2rj_1{min-height:28rem;width:54rem}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._Header_1x2rj_11{margin-bottom:2rem}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14{padding:0 2rem;margin-bottom:2rem}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14{display:flex;align-items:center;height:4.4rem;border-bottom:1px solid #d7dbea}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14._HasAnalysis_1x2rj_24{color:#3483ff;cursor:pointer}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14._HasAnalysis_1x2rj_24 ._Title_1x2rj_28{color:#3483ff}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14:last-child{border-bottom:0}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14 ._IconWrapper_1x2rj_34{display:flex;align-items:center;justify-content:center;width:2.4rem;margin-right:.4rem}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14 ._IconWrapper_1x2rj_34 ._Icon_1x2rj_34{font-size:1.8rem}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14 ._Type_1x2rj_44{font-size:1.2rem;text-transform:uppercase;font-weight:600;margin-right:.8rem}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14 ._Title_1x2rj_28{flex:1;font-size:1.4rem;color:#606375}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14 ._Actions_1x2rj_55{display:flex;align-items:center}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14 ._Actions_1x2rj_55 ._NoAnalysis_1x2rj_59{background-color:#3483ff80;border-color:#3483ff80}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14 ._Actions_1x2rj_55 ._NoAnalysis_1x2rj_59:hover{background-color:#3483ffb3;border-color:#3483ffb3}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14 ._Actions_1x2rj_55 ._NoAnalysis_1x2rj_59:hover ._NoAnalysisIcon_1x2rj_67,._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14 ._Actions_1x2rj_55 ._NoAnalysis_1x2rj_59 ._NoAnalysisIcon_1x2rj_67{color:#fff}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14 ._Actions_1x2rj_55>*{margin-right:.4rem}._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14 ._Actions_1x2rj_55>*:only-child,._HomepageAnnotationsPanelContainer_1x2rj_1 ._HomepageAnnotationsPanel_1x2rj_1 ._AnnotationsList_1x2rj_14 ._Annotation_1x2rj_14 ._Actions_1x2rj_55>*:last-child{margin-right:0}._ModalContainer_1ykkd_1{width:80rem;height:64rem}._Container_1ykkd_6{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.6rem;gap:1.6rem}._Stepper_1ykkd_16{display:flex;align-items:center;justify-content:space-between;width:max-content;padding:1.6rem 0;width:54rem;height:3.6rem}._Stepper_1ykkd_16 ._Back_1ykkd_25{display:flex;align-items:center;color:#898ea8;transition:all .25s;font-size:1.4rem;line-height:1;opacity:1;cursor:pointer}._Stepper_1ykkd_16 ._Back_1ykkd_25:hover{color:#3483ff}._Stepper_1ykkd_16 ._Back_1ykkd_25._Hide_1ykkd_38{opacity:0;pointer-events:none}._Stepper_1ykkd_16 ._Back_1ykkd_25 ._Arrow_1ykkd_42{transform:rotate(180deg);margin-right:.4rem;font-size:1.6rem}._Options_pdwbf_1{display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr;gap:1.2rem}._Container_as802_1{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #d7dbea;border-radius:8px;transition:border-color .25s;min-height:15rem;min-width:17rem}._Container_as802_1._Clickable_as802_12{cursor:pointer}._Container_as802_1._Disabled_as802_15{opacity:.5;cursor:not-allowed;pointer-events:none}._Container_as802_1._Selected_as802_20{border-color:#3483ff;border-width:2px;opacity:1;cursor:pointer;pointer-events:all}._Container_as802_1 ._Icon_as802_27{font-size:4.8rem;margin-bottom:1.2rem}._Container_as802_1 ._Label_as802_31{font-size:1.6rem;color:#242424}._conversion_as802_36{--fa-primary-color: #e88bc9ff;--fa-secondary-color: #e88bc966;--fa-secondary-opacity: 1}._engagement_as802_42{--fa-primary-color: #b081ea;--fa-secondary-color: #dfcdf7;--fa-secondary-opacity: 1}._monetization_as802_48{--fa-primary-color: #17819e;--fa-secondary-color: #81cade;--fa-secondary-opacity: 1}._retention_as802_54{--fa-primary-color: #f59a13;--fa-secondary-color: #fabf67;--fa-secondary-opacity: 1}._activation_as802_60{--fa-primary-color: #5e76ef;--fa-secondary-color: #b1bbee;--fa-secondary-opacity: 1}._acquisition_as802_66{--fa-primary-color: #47e197;--fa-secondary-color: #19b791;--fa-secondary-opacity: 1}._churn_as802_72{--fa-primary-color: #d05800;--fa-secondary-color: #f79d91;--fa-secondary-opacity: 1}._funnel_as802_78{--fa-primary-color: #5cb13d;--fa-secondary-color: #c2eeb1;--fa-secondary-opacity: 1}._feature_as802_84{--fa-primary-color: #b081ea;--fa-secondary-color: #dfcdf7;--fa-secondary-opacity: 1}._Title_xy14e_1{font-size:3rem;font-weight:700;color:#242424;width:54rem}._Description_xy14e_8{font-size:1.6rem;color:#242424;padding-bottom:1.6rem;width:54rem}._Body_xy14e_15{width:54rem;flex:1}._Body_xy14e_15 ._SelectedModelDetails_xy14e_19{display:flex;align-items:center;gap:2rem}._Body_xy14e_15 ._SelectedModelDetails_xy14e_19 ._Details_xy14e_24{display:flex;flex-direction:column;gap:1.2rem}._Body_xy14e_15 ._SelectedModelDetails_xy14e_19 ._Details_xy14e_24 ._Detail_xy14e_24{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._Body_xy14e_15 ._SelectedModelDetails_xy14e_19 ._Secondary_xy14e_35{color:#898ea8;font-size:1.2rem}._Body_xy14e_15 ._SelectedModelDetails_xy14e_19 ._Other_xy14e_39{flex:1}._Footer_xy14e_43{display:flex;align-items:center;justify-content:center;padding-bottom:1.6rem;width:54rem}._Footer_xy14e_43 ._Button_xy14e_50{width:24rem;height:3.6rem;font-size:1.4rem;border-radius:2.4rem;letter-spacing:.3px}._FormCompletedStep_xy14e_58{overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}._FormCompletedStep_xy14e_58 ._SuccessIcon_xy14e_65{font-size:9.2rem;margin-bottom:3.2rem}._FormCompletedStep_xy14e_58 ._Title_xy14e_1{font-size:2rem;text-align:center;margin-bottom:1.2rem}._FormCompletedStep_xy14e_58 ._SubTitle_xy14e_74{color:#898ea8;margin-bottom:1.2rem;max-width:48rem;text-align:center;line-height:1.5}._QuickRunAnalysesForm_1jfnl_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._QuickRunAnalysesForm_1jfnl_1 ._WizardSteps_1jfnl_7{width:100%;padding:0 2.4rem;margin:2rem 0}._QuickRunAnalysesForm_1jfnl_1 ._WizardSteps_1jfnl_7 ._FullWidth_1jfnl_12{width:100%}._QuickRunAnalysesForm_1jfnl_1 ._Tabs_1jfnl_15{overflow:hidden}._QuickRunParametersStep_1xebl_1{padding:2rem;font-size:1.4rem}._QuickRunParametersStep_1xebl_1 ._LabelWrapper_1xebl_5{border-left:2px solid #d7dbea;margin-bottom:1.6rem;padding-left:1.2rem}._QuickRunParametersStep_1xebl_1 ._LastValidDate_1xebl_10{font-size:1.2rem;color:#898ea8;padding:.4rem 0}._QuickRunParametersStep_1xebl_1 ._MaxDaysAfterReferenceContainer_1xebl_15{display:flex;align-items:center}._QuickRunParametersStep_1xebl_1 ._MaxDaysAfterReferenceContainer_1xebl_15 ._Suffix_1xebl_19{margin-left:.8rem}._QuickRunParametersStep_1xebl_1 ._MaxDaysAfterReferenceContainer_1xebl_15 ._NumberInput_1xebl_22{max-width:8rem}._QuickRunParametersStep_1xebl_1 ._AutoSetDates_1xebl_25{display:flex;align-items:center}._QuickRunParametersStep_1xebl_1 ._AutoSetDates_1xebl_25 ._InlineButton_1xebl_29{margin-right:.6rem;color:#3483ff;cursor:pointer;font-size:1.2rem}._QuickRunParametersStep_1xebl_1 ._AutoSetDates_1xebl_25 ._InlineButton_1xebl_29:after{content:" ";margin-left:.6rem;border-right:1px solid #d7dbea}._QuickRunParametersStep_1xebl_1 ._AutoSetDates_1xebl_25 ._InlineButton_1xebl_29:hover{text-decoration:underline}._QuickRunParametersStep_1xebl_1 ._AutoSetDates_1xebl_25 ._InlineButton_1xebl_29:last-child{margin-right:0}._QuickRunParametersStep_1xebl_1 ._AutoSetDates_1xebl_25 ._InlineButton_1xebl_29:last-child:after{display:none}._QuickRunParametersStep_1xebl_1 ._DateRange_1xebl_49{display:flex;align-items:center}._QuickRunParametersStep_1xebl_1 ._DateRange_1xebl_49 ._StartDate_1xebl_53{margin-right:.8rem}._QuickRunConfigurationStep_wcxnz_1{padding:2rem;font-size:1.4rem}._QuickRunConfigurationStep_wcxnz_1 ._LabelWrapper_wcxnz_5{border-left:2px solid #d7dbea;margin-bottom:1.6rem;padding-left:1.2rem}._QuickRunConfigurationStep_wcxnz_1 ._Options_wcxnz_10{padding:1.2rem 0}._QuickRunConfigurationStep_wcxnz_1 ._Options_wcxnz_10 ._Option_wcxnz_10{display:flex;align-items:center;margin-bottom:.6rem;color:#898ea8;cursor:pointer;width:fit-content}._QuickRunConfigurationStep_wcxnz_1 ._Options_wcxnz_10 ._Option_wcxnz_10:last-child,._QuickRunConfigurationStep_wcxnz_1 ._Options_wcxnz_10 ._Option_wcxnz_10:only-child{margin-bottom:0}._QuickRunConfigurationStep_wcxnz_1 ._Options_wcxnz_10 ._Option_wcxnz_10._Selected_wcxnz_24{color:#242424}._QuickRunConfigurationStep_wcxnz_1 ._Options_wcxnz_10 ._Option_wcxnz_10 ._CheckBox_wcxnz_27{margin-right:.6rem}._Footer_kti4z_1{display:flex;align-items:center;justify-content:center;width:100%}._Footer_kti4z_1 ._Info_kti4z_7{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;flex:1;color:#757c94}._Footer_kti4z_1 ._Actions_kti4z_15{display:flex;align-items:center;gap:.8rem}._HomepageConfigurationPanel_kti4z_21{display:flex;flex-direction:column;flex:1;overflow:hidden}._HomepageConfigurationPanel_kti4z_21 ._Content_kti4z_27{padding:2rem;overflow-y:auto}._HomepageConfigurationPanel_kti4z_21 ._Content_kti4z_27::-webkit-scrollbar{width:6px;height:6px;background:transparent}._HomepageConfigurationPanel_kti4z_21 ._Content_kti4z_27::-webkit-scrollbar-track{border-radius:6px}._HomepageConfigurationPanel_kti4z_21 ._Content_kti4z_27::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._HomepageConfigurationPanel_kti4z_21 ._Content_kti4z_27 ._SectionHeader_kti4z_46{margin-bottom:1.2rem}._HomepageConfigurationPanel_kti4z_21 ._Content_kti4z_27 ._SectionHeader_kti4z_46 ._Title_kti4z_49{font-size:1.6rem;font-weight:500;margin-right:.8rem}._HomepageConfigurationPanel_kti4z_21 ._Content_kti4z_27 ._SectionHeader_kti4z_46 ._SubTitle_kti4z_54{margin-top:.4rem;font-size:1.4rem;color:#898ea8;transition:all .25s}._HomepageConfigurationPanel_kti4z_21 ._Content_kti4z_27 ._OptionsWrapper_kti4z_60{border:1px solid #d7dbea;border-radius:8px;padding:1.2rem}._HomepageConfigurationPanel_kti4z_21 ._Content_kti4z_27 ._OptionsWrapper_kti4z_60 ._Option_kti4z_60{margin-bottom:1.2rem}._HomepageConfigurationPanel_kti4z_21 ._Content_kti4z_27 ._OptionsWrapper_kti4z_60 ._Option_kti4z_60:last-child{margin-bottom:0}._HomepageConfigurationPanel_kti4z_21 ._Content_kti4z_27 ._OptionsWrapper_kti4z_60 ._Option_kti4z_60 ._ThresholdInfo_kti4z_71{line-height:1.5;font-size:1.4rem;color:#898ea8;margin-bottom:.8rem}._AnomalyRunFormContainer_1guu1_1{height:70rem;width:80rem}._AnomalyRunFormContainer_1guu1_1 ._AnomalyRunForm_1guu1_1{display:flex;flex-direction:column;flex:1;padding:0 2rem}._AnomalyRunFormContainer_1guu1_1 ._AnomalyRunForm_1guu1_1 h2{font-size:2rem}._AnomalyRunFormContainer_1guu1_1 ._AnomalyRunForm_1guu1_1 ._LineChartContainer_1guu1_14{height:40rem}._AnomalyRunFormContainer_1guu1_1 ._AnomalyRunForm_1guu1_1 ._Actions_1guu1_17{width:100%;display:flex;gap:1rem;margin-top:2rem;flex-direction:row;justify-content:center}._AnomalyRunFormContainer_1guu1_1 ._AnomalyRunForm_1guu1_1 ._Actions_1guu1_17 ._Button_1guu1_25{flex:1}._AnomalyRunFormContainer_1guu1_1 ._AnomalyRunForm_1guu1_1 ._Actions_1guu1_17 ._Button_1guu1_25._Skip_1guu1_28{color:#000;background-color:#d3d3d3}._HowToImproveKPIPanel_5xm2d_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._HowToImproveKPIPanel_5xm2d_1 ._Content_5xm2d_7 ._Options_5xm2d_7{padding:2rem}._HowToImproveKPIPanel_5xm2d_1 ._Content_5xm2d_7 ._Options_5xm2d_7 ._Option_5xm2d_7{display:flex;align-items:center;justify-content:center;gap:1.2rem;height:6rem;border-bottom:1px solid #d7dbea}._HowToImproveKPIPanel_5xm2d_1 ._Content_5xm2d_7 ._Options_5xm2d_7 ._Option_5xm2d_7:last-child{border-bottom:none}._HowToImproveKPIPanel_5xm2d_1 ._Content_5xm2d_7 ._Options_5xm2d_7 ._Option_5xm2d_7 ._Sentence_5xm2d_21{flex:1}._HowToImproveKPIPanel_5xm2d_1 ._Content_5xm2d_7 ._Options_5xm2d_7 ._Option_5xm2d_7 ._Button_5xm2d_24{min-width:16rem;height:3.2rem;border-radius:4px}._HomepageSubscriptionPanelContainer_1w4kj_1{height:74vh;width:68rem}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5{display:flex;flex-direction:column;gap:1.6rem;padding:0 3.2rem 2.4rem;margin-top:1.6rem;overflow-y:auto}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5::-webkit-scrollbar{width:6px;height:6px;background:transparent}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5::-webkit-scrollbar-track{border-radius:6px}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._HomepageSelectorContainer_1w4kj_28{display:flex;gap:1.2rem;align-items:center}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._HomepageSelectorContainer_1w4kj_28 ._HomepageSelectorLabel_1w4kj_33{font-size:1.4rem;font-weight:600;line-height:2rem}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._ConnectSlack_1w4kj_38{border:1px solid #d7dbea;background-color:#f2f7ff;border-radius:8px;padding:.6rem 1.2rem}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._SpaceBottom_1w4kj_44{content:" ";margin-bottom:4rem}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._SectionTitle_1w4kj_48{font-size:1.8rem}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._Block_1w4kj_51{display:flex;flex-direction:column}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._Block_1w4kj_51._Open_1w4kj_55 ._Header_1w4kj_55 ._Title_1w4kj_55 ._Chevron_1w4kj_55{transform:rotate(90deg)}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._Block_1w4kj_51._Open_1w4kj_55 ._MetricSettings_1w4kj_58{max-height:1000px;margin-top:.8rem}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._Block_1w4kj_51._NotActive_1w4kj_62 ._Header_1w4kj_55,._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._Block_1w4kj_51._NotActive_1w4kj_62 ._Header_1w4kj_55 ._Description_1w4kj_65{color:#757c94}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._Block_1w4kj_51 ._Header_1w4kj_55{display:flex;gap:.8rem;flex-direction:column}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._Block_1w4kj_51 ._Header_1w4kj_55 ._Title_1w4kj_55{font-size:1.8rem;display:flex;align-items:center;gap:.8rem;cursor:pointer}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._Block_1w4kj_51 ._Header_1w4kj_55 ._Title_1w4kj_55 ._Chevron_1w4kj_55{margin-right:.8rem;transition:all .25s;cursor:pointer}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._Block_1w4kj_51 ._Header_1w4kj_55 ._Title_1w4kj_55 ._Text_1w4kj_85{font-weight:500;flex:1}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._Block_1w4kj_51 ._Header_1w4kj_55 ._Title_1w4kj_55 ._Count_1w4kj_89{color:#898ea8;font-weight:400;margin-left:.8rem}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._Block_1w4kj_51 ._Header_1w4kj_55 ._Description_1w4kj_65{font-size:1.4rem;line-height:2rem;color:#212123;font-weight:400}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._Block_1w4kj_51 ._MetricSettings_1w4kj_58{margin-top:0;max-height:0;overflow:hidden;transition:all .25s}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Content_1w4kj_5 ._Block_1w4kj_51 ._Note_1w4kj_106{display:flex;align-items:center;height:2.8rem;font-size:1.4rem;color:#606375;gap:.4rem}._HomepageSubscriptionPanelContainer_1w4kj_1 ._Footer_1w4kj_114{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:.8rem}._MetricSettingsList_gkpzk_1{border:1px solid #d7dbea;border-radius:8px;overflow:hidden}._MetricSettingsList_gkpzk_1._Disabled_gkpzk_6 ._Body_gkpzk_6 ._Cell_gkpzk_6{color:#c5c9db}._MetricSettingsList_gkpzk_1 ._Headers_gkpzk_9{display:grid;grid-template-columns:1fr 11rem 11rem 11rem;background-color:#f0f2f7;border-top-left-radius:8px;border-top-right-radius:8px;color:#414559;position:sticky;top:0}._MetricSettingsList_gkpzk_1 ._Headers_gkpzk_9._DailyAlerts_gkpzk_19{grid-template-columns:2fr 1fr 1fr}._MetricSettingsList_gkpzk_1 ._Headers_gkpzk_9._DailyAlerts_gkpzk_19._CustomAlertDisabled_gkpzk_22{grid-template-columns:1fr 11rem}._MetricSettingsList_gkpzk_1 ._Headers_gkpzk_9 ._Header_gkpzk_9{display:flex;text-transform:uppercase;font-size:1.2rem;padding:.4rem 0;gap:.4rem;min-height:2.8rem;align-items:center;justify-content:center}._MetricSettingsList_gkpzk_1 ._Headers_gkpzk_9 ._Header_gkpzk_9._MainHeader_gkpzk_35{justify-content:start;align-items:center;padding-left:1.2rem;font-size:1.4rem;font-weight:500}._MetricSettingsList_gkpzk_1 ._Headers_gkpzk_9 ._Header_gkpzk_9._SelectorHeader_gkpzk_42{align-items:start;text-align:center}._MetricSettingsList_gkpzk_1 ._Headers_gkpzk_9 ._Header_gkpzk_9._SelectorHeader_gkpzk_42 ._DailyAlerts_gkpzk_19{margin-left:.2rem;padding-top:.2rem;display:flex;gap:.4rem}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6{max-height:26rem;overflow-y:auto}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6::-webkit-scrollbar{width:6px;height:6px;background:transparent}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6::-webkit-scrollbar-track{border-radius:6px}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71{display:grid;grid-template-columns:1fr 11rem 11rem 11rem;border-bottom:1px solid #d7dbea;min-height:4rem;align-items:center}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71._DailyAlerts_gkpzk_19{grid-template-columns:2fr 1fr 1fr}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71._DailyAlerts_gkpzk_19._CustomAlertDisabled_gkpzk_22{grid-template-columns:1fr 11rem}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71._ChildRow_gkpzk_84{background-color:#f8f9fc}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71._ChildRow_gkpzk_84 ._MainCell_gkpzk_87{padding-left:3.2rem}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71._Never_gkpzk_90{opacity:.5}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71 ._Cell_gkpzk_6{display:flex;align-items:center;padding:.8rem 1.2rem;gap:.8rem}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71 ._Cell_gkpzk_6._MainCell_gkpzk_87{justify-content:start;position:relative}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71 ._Cell_gkpzk_6._MainCell_gkpzk_87 ._ExpandIcon_gkpzk_103{margin-right:.4rem;transition:transform .2s ease}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71 ._Cell_gkpzk_6._MainCell_gkpzk_87 ._ExpandIcon_gkpzk_103._Expanded_gkpzk_107{transform:rotate(180deg)}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71 ._Cell_gkpzk_6._SelectorCell_gkpzk_110{justify-content:center}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71 ._Cell_gkpzk_6._AlertRuleCell_gkpzk_113{justify-content:start;gap:.4rem;font-size:1.4rem}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71 ._Cell_gkpzk_6 ._Name_gkpzk_118{font-size:1.4rem;color:#414559}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71 ._Cell_gkpzk_6 ._EditIcon_gkpzk_122{color:#c5c9db}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71 ._Cell_gkpzk_6 ._EditIcon_gkpzk_122:hover{color:#414559}._MetricSettingsList_gkpzk_1 ._Body_gkpzk_6 ._Row_gkpzk_71:last-child{border-bottom:none}._CompanyName_mia7e_1{font-weight:600}._DropdownButton_mia7e_5{width:fit-content;min-width:0rem}._DropdownButton_mia7e_5._ViewOnly_mia7e_9{min-width:8rem;padding:.4rem}._DropdownButton_mia7e_5._ViewOnly_mia7e_9:hover{border:1px solid #d7dbea}._TeamsTitle_mia7e_17{font-size:1.2rem;font-weight:600;line-height:1.6rem;color:#757c94;padding:1.2rem 1.2rem .4rem;text-transform:uppercase}._Item_mia7e_27{display:flex;-webkit-user-select:none;user-select:none;cursor:pointer;font-size:1.4rem;font-weight:500;line-height:2rem;padding:.6rem 1.2rem;font-family:Manrope;gap:.8rem;color:#212123;transition:all .25s ease-in-out;align-items:center}._Item_mia7e_27:hover,._Item_mia7e_27[data-selected=true]{background:#3483ff1a;color:#3483ff}._SelectedOption_mia7e_46{display:flex;gap:.8rem;align-items:center;font-size:1.4rem;font-weight:400;line-height:1.6rem}._IconChip_mia7e_55{background-color:#314d92;border-radius:4px;width:2rem;height:2rem;font-size:1.4rem;color:#fff;display:flex;align-items:center;justify-content:center}._IconChip_mia7e_55._UserIconChip_mia7e_66{background-color:#9ab9f3}._HomepageQuickSubscriptionFormContainer_g4eww_1{display:flex;gap:.8rem}._HomepageQuickSubscriptionFormContainer_g4eww_1 ._InputLabel_g4eww_5{color:#414559;display:flex;align-items:center;gap:.4rem;font-size:1.4rem;font-weight:500;line-height:2rem}._HomepageQuickSubscriptionFormContainer_g4eww_1 ._InputLabel_g4eww_5 ._Icon_g4eww_14{font-size:1.6rem}._Loading_xge20_1{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:100;color:#3483ff}._SubscribedSegmentsSelector_1poip_1 ._Description_1poip_1{font-size:1.4rem;margin-bottom:1.2rem;color:#606375;max-width:80%;line-height:2rem}._SubscribedSegmentsSelector_1poip_1 ._Option_1poip_8{margin-bottom:.8rem}._SubscribedSegmentsSelector_1poip_1 ._Option_1poip_8:last-child{margin-bottom:0}._SubscribedSegmentsSelector_1poip_1 ._TeamSegmentsContent_1poip_14{font-size:1.4rem}._SubscribedSegmentsSelector_1poip_1 ._TeamSegmentsContent_1poip_14 ._Button_1poip_17{color:#3483ff;cursor:pointer}._SubscribedSegmentsSelector_1poip_1 ._TeamSegmentsContent_1poip_14 ._Text_1poip_21{color:#606375}._SubscribedSegmentsSelector_1poip_1 ._Divider_1poip_24{margin:1.6rem 0;border-top:1px solid #c3c6d8}._SubscribedSegmentsSelector_1poip_1 ._ExcludeOptions_1poip_28{display:flex;flex-direction:column;gap:1.2rem}._SubscribedSegmentsSelector_1poip_1 ._ExcludeOptions_1poip_28 ._ExcludeOption_1poip_28{display:flex;align-items:center;gap:1.2rem}._SubscribedSegmentsSelector_1poip_1 ._ExcludeOptions_1poip_28 ._ExcludeOption_1poip_28 ._Label_1poip_38{font-size:1.4rem}._SegmentBreakdownSelector_vb9wb_1 ._Content_vb9wb_1{display:flex;flex-direction:column;gap:1.2rem}._SegmentBreakdownSelector_vb9wb_1 ._Content_vb9wb_1 ._Description_vb9wb_6{font-size:1.4rem;line-height:2rem;color:#606375;max-width:80%}._SummaryColumnsSelector_gq3ng_1 ._Content_gq3ng_1{display:flex;flex-direction:column;gap:1.2rem}._SummaryColumnsSelector_gq3ng_1 ._Content_gq3ng_1 ._Description_gq3ng_6{font-size:1.4rem;line-height:2rem;color:#606375;max-width:80%}._SummaryColumnsSelector_gq3ng_1 ._Content_gq3ng_1 ._Columns_gq3ng_12{display:flex;flex-direction:column;gap:1.2rem}._SummaryColumnsSelector_gq3ng_1 ._Content_gq3ng_1 ._Columns_gq3ng_12 ._Column_gq3ng_12{display:flex;align-items:center;gap:.8rem;cursor:pointer;width:fit-content;font-size:1.4rem}._Container_tejvn_1{max-width:60rem;max-height:70vh}._FavoritesSegmentsForm_tejvn_6{display:flex;flex-direction:column;color:#242424;overflow:hidden;height:100%}._FavoritesSegmentsForm_tejvn_6 ._Header_tejvn_13{margin-bottom:2rem}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16{padding:0 2rem 2rem;overflow-y:auto;flex:1}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16::-webkit-scrollbar{width:6px;height:6px;background:transparent}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16::-webkit-scrollbar-track{border-radius:6px}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._TeamSelector_tejvn_36{margin-bottom:.8rem}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._SectionHeader_tejvn_39{margin-bottom:2rem}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._SectionHeader_tejvn_39 ._Title_tejvn_42{display:flex;align-items:center;gap:.8rem;font-size:1.8rem;font-weight:500;margin-bottom:.4rem;line-height:1.25}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._SectionHeader_tejvn_39 ._SubTitle_tejvn_51{color:#757c94;font-size:1.4rem;line-height:1.5}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._Category_tejvn_56{margin-bottom:2rem}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._Category_tejvn_56 ._CategoryHeader_tejvn_59{position:sticky;top:0;display:flex;align-items:center;gap:.8rem;height:2.8rem;background-color:#fff}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._Category_tejvn_56 ._CategoryHeader_tejvn_59 ._CategoryName_tejvn_68{font-size:1.6rem;font-weight:500}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._Category_tejvn_56 ._CategoryHeader_tejvn_59 ._CategoryCount_tejvn_72{font-size:1.4rem;color:#757c94}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._Category_tejvn_56 ._CategoryHeader_tejvn_59 ._CategorySelect_tejvn_76{font-size:1.4rem;color:#3483ff;cursor:pointer}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._Category_tejvn_56 ._ListOptions_tejvn_81{display:flex;flex-direction:column;gap:.8rem}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._Category_tejvn_56 ._ListOptions_tejvn_81 ._Option_tejvn_86{display:flex;align-items:center;padding:0 1.2rem;height:4.4rem;gap:.8rem;background-color:#f0f2f7;color:#757c94;border-radius:8px;transition:all .25s}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._Category_tejvn_56 ._ListOptions_tejvn_81 ._Option_tejvn_86 ._Checkbox_tejvn_97{background-color:transparent;border-color:#606375}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._Category_tejvn_56 ._ListOptions_tejvn_81 ._Option_tejvn_86._Selected_tejvn_101{background-color:#e5efff}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._Category_tejvn_56 ._ListOptions_tejvn_81 ._Option_tejvn_86._Selected_tejvn_101 ._SegmentName_tejvn_104{color:#242424}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._Category_tejvn_56 ._ListOptions_tejvn_81 ._Option_tejvn_86 ._SegmentName_tejvn_104{font-size:1.6rem;flex:1;transition:all .25s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._FavoritesSegmentsForm_tejvn_6 ._Main_tejvn_16 ._Category_tejvn_56 ._ListOptions_tejvn_81 ._Option_tejvn_86 ._ClassSelection_tejvn_115 ._Placeholder_tejvn_115{color:#242424!important}._Footer_tejvn_119{display:flex;align-items:center;width:100%}._Footer_tejvn_119 ._Note_tejvn_124{flex:1;font-size:1.4rem}._Footer_tejvn_119 ._Note_tejvn_124 ._NoteTitle_tejvn_128{font-weight:500;margin-bottom:.4rem}._Footer_tejvn_119 ._Note_tejvn_124 ._NoteDescription_tejvn_132{color:#757c94}._Footer_tejvn_119 ._Actions_tejvn_135{display:flex;align-items:center;gap:.8rem}._BookADemoFormPanelContainer_1hbmr_1{height:82rem;width:54rem}._BookADemoFormPanelContainer_1hbmr_1 ._BookADemoFormPanel_1hbmr_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._BookADemoFormPanelContainer_1hbmr_1 ._BookADemoFormPanel_1hbmr_1 ._FormContainer_1hbmr_11{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem 2rem}._Container_1n6ea_1{max-width:60rem;max-height:70vh}._TeamMetricsForm_1n6ea_6{display:flex;flex-direction:column;color:#242424;overflow:hidden;height:100%}._TeamMetricsForm_1n6ea_6 ._Header_1n6ea_13{margin-bottom:2rem}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16{padding:0 2rem 2rem;overflow-y:auto;flex:1}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16::-webkit-scrollbar{width:6px;height:6px;background:transparent}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16::-webkit-scrollbar-track{border-radius:6px}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._TeamSelector_1n6ea_36{margin-bottom:.8rem}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._SectionHeader_1n6ea_39{margin-bottom:2rem}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._SectionHeader_1n6ea_39 ._Title_1n6ea_42{display:flex;align-items:center;gap:.8rem;font-size:1.8rem;font-weight:500;margin-bottom:.4rem;line-height:1.25}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._SectionHeader_1n6ea_39 ._SubTitle_1n6ea_51{color:#757c94;font-size:1.4rem;line-height:1.5}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._Category_1n6ea_56{margin-bottom:2rem}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._Category_1n6ea_56 ._CategoryHeader_1n6ea_59{position:sticky;top:0;display:flex;align-items:center;gap:.8rem;height:2.8rem;background-color:#fff}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._Category_1n6ea_56 ._CategoryHeader_1n6ea_59 ._CategoryName_1n6ea_68{font-size:1.6rem;font-weight:500}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._Category_1n6ea_56 ._CategoryHeader_1n6ea_59 ._CategoryCount_1n6ea_72{font-size:1.4rem;color:#757c94}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._Category_1n6ea_56 ._CategoryHeader_1n6ea_59 ._CategorySelect_1n6ea_76{font-size:1.4rem;color:#3483ff;cursor:pointer}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._Category_1n6ea_56 ._ListOptions_1n6ea_81{display:flex;flex-direction:column;gap:.8rem}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._Category_1n6ea_56 ._ListOptions_1n6ea_81 ._Option_1n6ea_86{display:flex;align-items:center;padding:0 1.2rem;height:4.4rem;gap:.8rem;background-color:#f0f2f7;color:#757c94;border-radius:8px;transition:all .25s}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._Category_1n6ea_56 ._ListOptions_1n6ea_81 ._Option_1n6ea_86 ._Checkbox_1n6ea_97{background-color:transparent;border-color:#606375}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._Category_1n6ea_56 ._ListOptions_1n6ea_81 ._Option_1n6ea_86._Selected_1n6ea_101{background-color:#e5efff}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._Category_1n6ea_56 ._ListOptions_1n6ea_81 ._Option_1n6ea_86._Selected_1n6ea_101 ._MetricName_1n6ea_104{color:#242424}._TeamMetricsForm_1n6ea_6 ._Main_1n6ea_16 ._Category_1n6ea_56 ._ListOptions_1n6ea_81 ._Option_1n6ea_86 ._MetricName_1n6ea_104{font-size:1.6rem;flex:1;transition:all .25s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._Footer_1n6ea_116{display:flex;align-items:center;justify-content:flex-end;width:100%}._Footer_1n6ea_116 ._Actions_1n6ea_122{display:flex;align-items:center;gap:.8rem}._ExperimentAutomationsPanelContainer_6ruit_1{height:68vh;width:80rem}._ExperimentAutomationsPanelContainer_6ruit_1 ._Content_6ruit_5{position:relative;display:flex;flex-direction:column;gap:1.6rem;padding:1.6rem 2.4rem;overflow-y:auto}._ExperimentAutomationsPanelContainer_6ruit_1 ._Content_6ruit_5::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ExperimentAutomationsPanelContainer_6ruit_1 ._Content_6ruit_5::-webkit-scrollbar-track{border-radius:6px}._ExperimentAutomationsPanelContainer_6ruit_1 ._Content_6ruit_5::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ExperimentAutomationsPanelContainer_6ruit_1 ._Content_6ruit_5 ._Actions_6ruit_28{display:flex;align-items:center;justify-content:flex-end}._ExperimentAutomationsPanelContainer_6ruit_1 ._Content_6ruit_5 ._SectionHeader_6ruit_33{font-size:1.6rem;font-weight:600}._ExperimentAutomationsPanelContainer_6ruit_1 ._Content_6ruit_5 ._EmptyStateRow_6ruit_37{display:flex;align-items:center;justify-content:center;color:#757c94;width:100%}._ExperimentAutomationsPanelContainer_6ruit_1 ._Content_6ruit_5 ._Cell_6ruit_44{max-width:100%}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1{position:relative}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4{display:grid;position:sticky;top:0;border:1px solid #d7dbea;min-height:3.2rem;border-top-left-radius:8px;border-top-right-radius:8px;overflow-x:hidden;z-index:100;background-color:#f0f2f7}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4::-webkit-scrollbar{width:0;height:0}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4::-webkit-scrollbar{width:0;background:transparent}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4::-webkit-scrollbar-thumb{background:transparent}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4._HackOverflowBody_1t5pk_30{overflow-y:scroll}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4._HackOverflowBody_1t5pk_30::-webkit-scrollbar{width:6px;height:0}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4 ._Header_1t5pk_4{background-color:#f0f2f7;display:flex;flex-direction:column;gap:.4rem;padding:.4rem 0}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4 ._Header_1t5pk_4:first-child ._HeaderContent_1t5pk_44,._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4 ._Header_1t5pk_4:first-child ._SubTitle_1t5pk_47{padding-left:1.6rem}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4 ._Header_1t5pk_4._Grabable_1t5pk_50{cursor:grab;-webkit-user-select:none;user-select:none}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4 ._Header_1t5pk_4 ._HeaderContent_1t5pk_44{position:relative;display:flex;align-items:center;font-weight:600;font-size:1.2rem;letter-spacing:.3px;text-transform:uppercase;background-color:#f0f2f7;z-index:2;padding-left:.8rem;height:100%}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4 ._Header_1t5pk_4 ._HeaderContent_1t5pk_44._Sortable_1t5pk_67{cursor:pointer}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4 ._Header_1t5pk_4 ._HeaderContent_1t5pk_44._Sorted_1t5pk_70{color:#3483ff}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4 ._Header_1t5pk_4 ._HeaderContent_1t5pk_44._HasScroll_1t5pk_73{padding-right:6px}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4 ._Header_1t5pk_4 ._HeaderContent_1t5pk_44 ._Title_1t5pk_76{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4 ._Header_1t5pk_4 ._HeaderContent_1t5pk_44 ._SortIndicator_1t5pk_81{display:flex;justify-content:center;align-items:center;margin-left:.6rem}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4 ._Header_1t5pk_4 ._HeaderContent_1t5pk_44 ._SortIndicator_1t5pk_81._Flip_1t5pk_87{transform:rotate(180deg)}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4 ._Header_1t5pk_4 ._HeaderContent_1t5pk_44 ._SortIndicator_1t5pk_81 ._SortIcon_1t5pk_90{font-size:1.4rem}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4 ._Header_1t5pk_4 ._SubTitle_1t5pk_47{font-size:1.2rem;color:#757c94;text-transform:uppercase;padding-left:.8rem}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Headers_1t5pk_4 ._Header_1t5pk_4 ._ParentTitle_1t5pk_99{font-size:1.2rem;font-weight:600;text-transform:uppercase;padding-left:.8rem}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105{overflow-x:auto;overflow-y:auto;border-left:1px solid #d7dbea;border-right:1px solid #d7dbea;border-bottom:1px solid #d7dbea;border-bottom-left-radius:8px;border-bottom-right-radius:8px}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105::-webkit-scrollbar{width:6px;height:6px;background:transparent}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105::-webkit-scrollbar-track{border-radius:6px}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105::-webkit-scrollbar{background-color:#f8f9fc;border-radius:8px}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105._HasPagination_1t5pk_133{border-bottom-left-radius:0;border-bottom-right-radius:0}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._VirtualScrollWrapper_1t5pk_137{overflow-y:auto;max-height:100%}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._VirtualScrollWrapper_1t5pk_137::-webkit-scrollbar{width:6px;height:6px;background:transparent}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._VirtualScrollWrapper_1t5pk_137::-webkit-scrollbar-track{border-radius:6px}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._VirtualScrollWrapper_1t5pk_137::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105._ZebraRows_1t5pk_156 ._Row_1t5pk_156:nth-child(2n){background-color:#f8f9fc}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._Row_1t5pk_156{display:grid;background-color:#fff;width:100%;min-width:fit-content;min-height:4.8rem}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._Row_1t5pk_156:hover{background-color:#ebf3ff!important}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._Row_1t5pk_156:hover ._Cell_1t5pk_169 ._CellContent_1t5pk_169 ._ShowOnHover_1t5pk_169{opacity:1}@media print{._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._Row_1t5pk_156{break-inside:avoid}}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._Row_1t5pk_156._Clickable_1t5pk_177{cursor:pointer}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._Row_1t5pk_156._Selected_1t5pk_180{background-color:#dff0ff!important}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._Row_1t5pk_156 ._Cell_1t5pk_169{border-bottom:1px solid #d7dbea;background-color:inherit;min-width:0}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._Row_1t5pk_156 ._Cell_1t5pk_169:first-child ._CellContent_1t5pk_169{padding-left:1.6rem}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._Row_1t5pk_156 ._Cell_1t5pk_169 ._CellContent_1t5pk_169{position:relative;display:flex;align-items:center;padding:.8rem;font-size:1.4rem;background-color:inherit;z-index:2;height:100%}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._Row_1t5pk_156 ._Cell_1t5pk_169 ._CellContent_1t5pk_169 ._ShowOnHover_1t5pk_169{opacity:0}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Body_1t5pk_105 ._Row_1t5pk_156 ._Cell_1t5pk_169 ._CellContent_1t5pk_169._AlignRight_1t5pk_204{justify-content:flex-end}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._EmptyStateRow_1t5pk_207{display:flex;align-items:center;height:4rem;padding:0 .8rem;border-right:1px solid #d7dbea;border-left:1px solid #d7dbea;border-bottom:1px solid #d7dbea}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._EmptyStateRow_1t5pk_207:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._FooterRow_1t5pk_220{position:sticky;left:0;display:flex;align-items:center;border-right:1px solid #d7dbea;border-left:1px solid #d7dbea;border-bottom:1px solid #d7dbea}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._FooterRow_1t5pk_220:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px;overflow:hidden}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._SplitLeft_1t5pk_234{border-left:1px solid #d7dbea}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Sticky_1t5pk_237{position:sticky;z-index:100}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Sticky_1t5pk_237:after{box-shadow:0 0 12px #00000080;content:"";position:absolute;top:0;width:1px;height:100%;z-index:1;opacity:0;transition:opacity .25s}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Sticky_1t5pk_237._sticky-right_1t5pk_252{right:0}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Sticky_1t5pk_237._sticky-right_1t5pk_252:after{left:0}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Sticky_1t5pk_237._sticky-right_1t5pk_252._Active_1t5pk_258:after{opacity:1}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Sticky_1t5pk_237._sticky-left_1t5pk_261{left:0}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Sticky_1t5pk_237._sticky-left_1t5pk_261:after{right:0}._GridTableWrapper_1t5pk_1 ._GridTable_1t5pk_1 ._Sticky_1t5pk_237._sticky-left_1t5pk_261._Active_1t5pk_258:after{opacity:1}._GridTableWrapper_1t5pk_1 ._EmptyStateWrapper_1t5pk_270{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._GridTableWrapper_1t5pk_1 ._Footer_1t5pk_220{border-left:1px solid #d7dbea;border-right:1px solid #d7dbea;border-bottom:1px solid #d7dbea;border-bottom-left-radius:8px;border-bottom-right-radius:8px}._GridTableWrapper_1t5pk_1 ._Footer_1t5pk_220 ._Pagination_1t5pk_283{display:flex;align-items:center;justify-content:flex-end;padding:.8rem 0;font-size:1.4rem;height:4rem}._GridTableWrapper_1t5pk_1 ._Footer_1t5pk_220 ._Pagination_1t5pk_283._Loading_1t5pk_291{cursor:wait;opacity:.5}._GridTableWrapper_1t5pk_1 ._Footer_1t5pk_220 ._Pagination_1t5pk_283._Loading_1t5pk_291 ._Navigation_1t5pk_295 ._Button_1t5pk_295{cursor:wait!important}._GridTableWrapper_1t5pk_1 ._Footer_1t5pk_220 ._Pagination_1t5pk_283 ._Status_1t5pk_298{margin-right:1.2rem}._GridTableWrapper_1t5pk_1 ._Footer_1t5pk_220 ._Pagination_1t5pk_283 ._Navigation_1t5pk_295 ._Button_1t5pk_295{padding:1.2rem;margin-right:.4rem;cursor:pointer;-webkit-user-select:none;user-select:none}._GridTableWrapper_1t5pk_1 ._Footer_1t5pk_220 ._Pagination_1t5pk_283 ._Navigation_1t5pk_295 ._Button_1t5pk_295._Disabled_1t5pk_307{cursor:not-allowed;opacity:.5}._GridTableWrapper_1t5pk_1 ._Footer_1t5pk_220 ._Pagination_1t5pk_283 ._Navigation_1t5pk_295 ._Button_1t5pk_295:last-child{margin-right:0}._SystemDescriptionBlock_5yzo3_1{background-color:#f0f2f7;border-radius:8px;padding:.8rem 1.2rem;font-size:1.4rem;font-weight:400;color:#606375;line-height:1.5}._ExperimentAutomationFormPanelContainer_1jjq3_1{height:74vh;width:70rem}._ExperimentAutomationFormPanelContainer_1jjq3_1 ._Content_1jjq3_5{padding:1.6rem 2.4rem;overflow-y:auto}._ExperimentAutomationFormPanelContainer_1jjq3_1 ._Content_1jjq3_5::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ExperimentAutomationFormPanelContainer_1jjq3_1 ._Content_1jjq3_5::-webkit-scrollbar-track{border-radius:6px}._ExperimentAutomationFormPanelContainer_1jjq3_1 ._Content_1jjq3_5::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ExperimentAutomationFormPanelContainer_1jjq3_1 ._Content_1jjq3_5 ._Parameter_1jjq3_24{margin-bottom:3.2rem}._ExperimentAutomationFormPanelContainer_1jjq3_1 ._Footer_1jjq3_27{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:.8rem}._Container_12ubm_1{min-width:90rem;height:46.8rem;width:60vw}._MetricSegmentationOvertimePanel_12ubm_7{padding:2rem;display:flex;flex-direction:column;gap:2rem;height:100%}._MetricSegmentationOvertimePanel_12ubm_7 ._Header_12ubm_14{display:flex;flex-direction:column;gap:.8rem}._MetricSegmentationOvertimePanel_12ubm_7 ._Header_12ubm_14 ._Title_12ubm_19{font-size:1.8rem}._MetricSegmentationOvertimePanel_12ubm_7 ._Header_12ubm_14 ._SubTitle_12ubm_22{font-size:1.4rem;color:#606375}._MetricSegmentationOvertimePanel_12ubm_7 ._Wrapper_12ubm_26{border:1px solid #d7dbea;border-radius:8px;overflow:hidden;flex:1}._LoadingState_12ts5_1{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;width:100%;min-height:20rem;color:#757c94;gap:.8rem}._LoadingState_12ts5_1 ._Title_12ts5_12{display:flex;align-items:center;justify-content:center;font-size:1.8rem}._LoadingState_12ts5_1 ._SubTitle_12ts5_18{display:flex;align-items:center;justify-content:center;font-size:1.4rem}._PageHeader_jh3bs_1{overflow:hidden;gap:.4rem}._PageHeader_jh3bs_1 ._Header_jh3bs_5{display:flex;align-items:center;gap:.8rem;width:100%}._PageHeader_jh3bs_1 ._Header_jh3bs_5 ._Crumb_jh3bs_11{display:flex;gap:.4rem}._PageHeader_jh3bs_1 ._Header_jh3bs_5 ._Crumb_jh3bs_11 ._Label_jh3bs_15{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;display:inline-block;align-items:center;color:#898ea8;font-weight:300;max-width:20rem;border-radius:4px;padding:0 .4rem}._PageHeader_jh3bs_1 ._Header_jh3bs_5 ._Crumb_jh3bs_11 ._Label_jh3bs_15:hover{background-color:#eff0f6}._PageHeader_jh3bs_1 ._Header_jh3bs_5 ._Crumb_jh3bs_11:after{content:"/"}._PageHeader_jh3bs_1 ._Header_jh3bs_5 ._Sentence_jh3bs_34{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:100%}._PageHeader_jh3bs_1 ._Header_jh3bs_5 ._SentencePart_jh3bs_41{display:inline;font-size:2.4rem;white-space:nowrap}._PageHeader_jh3bs_1 ._Header_jh3bs_5 ._Title_jh3bs_46{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-flex}._PageHeader_jh3bs_1 ._Description_jh3bs_52{color:#606375;font-size:1.4rem;font-weight:300;line-height:2rem}._PageHeader_jh3bs_1 ._SubHeader_jh3bs_58{display:flex;align-items:center;gap:1.6rem;flex-basis:100%;min-height:2.4rem}._PageHeader_jh3bs_1 ._SubHeader_jh3bs_58 ._SubHeaderItem_jh3bs_65{display:flex;align-items:center;font-weight:300;font-size:1.4rem;line-height:1.6rem;letter-spacing:.03rem}._PageHeader_jh3bs_1 ._SubHeader_jh3bs_58 ._SubHeaderItem_jh3bs_65~._SubHeaderItem_jh3bs_65:before{content:"";border-left:1px solid rgba(137,142,168,.5);height:1rem;margin-left:-.8rem;margin-right:.8rem;width:0}._Layout_1yo3l_1{flex:1;display:grid;grid-template-columns:1fr auto auto .8rem;grid-template-rows:minmax(6.2rem,min-content) min-content min-content 1fr;grid-template-areas:"Title Filters Actions ." "Tabs Tabs Tabs Tabs" "BodyDivider BodyDivider BodyDivider BodyDivider" "Body Body Body Body";height:100%}._Title_1yo3l_10{grid-area:Title;padding:1.6rem 5.6rem 1.6rem 2.4rem;color:#212123;font-size:2.4rem;font-style:normal;font-weight:600;line-height:3.2rem;letter-spacing:.07rem;display:flex;align-items:center;flex-wrap:wrap;gap:1rem;z-index:1000;background:#fff}._Title_1yo3l_10 ._Icon_1yo3l_26{font-size:2.8rem;font-weight:500}._Actions_1yo3l_31{grid-area:Actions;padding:.8rem;display:flex;flex-direction:row;align-items:center;gap:.8rem;z-index:1000;background:#fff}._Filters_1yo3l_42{grid-area:Filters;padding:.8rem;display:flex;flex-direction:row;align-items:center}._Actions_1yo3l_31~._Filters_1yo3l_42:after{content:"";border-left:1px solid rgba(137,142,168,.5);height:2rem;margin-right:-.8rem;margin-left:.8rem;width:0}._Tabs_1yo3l_59{grid-area:Tabs;display:flex;align-items:flex-end;padding:0 2.4rem}._BodyDivider_1yo3l_66{grid-area:BodyDivider;border-top:1px solid #d7dae9;height:2.4rem}._BodyDivider_1yo3l_66._NoPadding_1yo3l_71{height:1px}._Body_1yo3l_66{grid-area:Body;padding:0 calc(2.4rem - 6px) 20rem 2.4rem;overflow-y:auto}._Body_1yo3l_66::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Body_1yo3l_66::-webkit-scrollbar-track{border-radius:6px}._Body_1yo3l_66::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Body_1yo3l_66._NoPadding_1yo3l_71{padding:0}._AnalysisArtifacts_1qc57_1{display:flex;flex-direction:column;width:40rem;background-color:#fff;border-radius:8px;max-height:40rem;overflow-y:auto;box-shadow:0 2px 6px #21212333;padding:1.2rem;gap:.8rem}._AnalysisArtifacts_1qc57_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._AnalysisArtifacts_1qc57_1::-webkit-scrollbar-track{border-radius:6px}._AnalysisArtifacts_1qc57_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._AnalysisArtifacts_1qc57_1 ._Artifact_1qc57_28{display:flex;align-items:center;border-bottom:1px solid #d7dbea;font-size:1.4rem}._AnalysisArtifacts_1qc57_1 ._Artifact_1qc57_28:only-child,._AnalysisArtifacts_1qc57_1 ._Artifact_1qc57_28:last-child{border-bottom:0}._AnalysisArtifacts_1qc57_1 ._Artifact_1qc57_28 ._Name_1qc57_37{flex:1;margin-right:1.2rem}._QueryModalWrapper_ic312_1{display:flex;justify-content:center;align-items:center}._QueryModalWrapper_ic312_1 ._Modal_ic312_6{max-width:64rem;max-height:50vh;height:auto;width:auto}._QueryModalWrapper_ic312_1 ._Modal_ic312_6 ._QueryBuilder_ic312_12{padding:2rem}._AnalysisResultList_ic312_16 ._ViewedRow_ic312_16{background-color:#f8f9fc!important}._AnalysisResultList_ic312_16 ._Row_ic312_19{height:6rem}._AnalysisResultList_ic312_16 ._GoalRef_ic312_22{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._AnalysisResultList_ic312_16 ._GoalRef_ic312_22._Bold_ic312_27{font-weight:600}._AnalysisResultList_ic312_16 ._GoalRef_ic312_22:hover{color:#3483ff;text-decoration:underline;cursor:pointer}._AnalysisResultList_ic312_16 ._NameColumn_ic312_35{display:flex;align-items:center;width:100%;max-width:100%;min-width:10rem;overflow:hidden}._AnalysisResultList_ic312_16 ._NameColumn_ic312_35 ._Start_ic312_43{width:fit-content;margin-right:.4rem}._AnalysisResultList_ic312_16 ._NameColumn_ic312_35 ._Status_ic312_47{margin-right:.8rem}._AnalysisResultList_ic312_16 ._NameColumn_ic312_35 ._Main_ic312_50{flex:1;min-width:0}._AnalysisResultList_ic312_16 ._NameColumn_ic312_35 ._Main_ic312_50 ._Primary_ic312_54{flex:1;display:flex;align-items:center;min-width:0}._AnalysisResultList_ic312_16 ._NameColumn_ic312_35 ._Main_ic312_50 ._Primary_ic312_54 ._Chip_ic312_60{margin-right:.6rem;white-space:nowrap}._AnalysisResultList_ic312_16 ._NameColumn_ic312_35 ._Main_ic312_50 ._Primary_ic312_54 ._AnalysisName_ic312_64{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.4rem;min-width:0}._AnalysisResultList_ic312_16 ._NameColumn_ic312_35 ._Main_ic312_50 ._Primary_ic312_54 ._AnalysisName_ic312_64._Bold_ic312_27{font-weight:600}._AnalysisResultList_ic312_16 ._NameColumn_ic312_35 ._Main_ic312_50 ._Primary_ic312_54 ._Helper_ic312_74{margin-left:.6rem}._AnalysisResultList_ic312_16 ._NameColumn_ic312_35 ._Main_ic312_50 ._Secondary_ic312_77{display:flex;align-items:center;width:100%;max-width:100%;margin-top:.4rem}._AnalysisResultList_ic312_16 ._NameColumn_ic312_35 ._Main_ic312_50 ._Secondary_ic312_77 ._AnalysisType_ic312_84{font-size:1.2rem;color:#757c94}._AnalysisResultList_ic312_16 ._Label_ic312_88{display:flex;align-items:center;color:#242424;font-size:1.4rem;gap:.8rem;overflow:hidden}._AnalysisResultList_ic312_16 ._Label_ic312_88 ._Loops_ic312_96{display:flex;align-items:center}._AnalysisResultList_ic312_16 ._Label_ic312_88 ._Loops_ic312_96 ._LoopsIcon_ic312_100{margin-right:.6rem;font-size:2rem}._AnalysisResultList_ic312_16 ._Label_ic312_88 ._Text_ic312_104{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._AnalysisResultList_ic312_16 ._Label_ic312_88 ._AnalysisResultIcon_ic312_110{font-size:1.7rem}._AnalysisResultList_ic312_16 ._Label_ic312_88 ._ScheduledAnalysisIcon_ic312_113{font-size:1.6rem}._AnalysisResultList_ic312_16 ._CreatedOn_ic312_116{color:#757c94}._AnalysisResultList_ic312_16 ._Bold_ic312_27{font-weight:600}._AnalysisResultList_ic312_16 ._AnalysisFolder_ic312_122{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#3483ff;cursor:pointer;max-width:15.2rem}._AnalysisResultList_ic312_16 ._AnalysisFolder_ic312_122:hover{text-decoration:underline}._AnalysisResultList_ic312_16 ._NoAccess_ic312_133{color:#757c94;font-style:italic}._StatusTooltip_gut4y_1 ._Title_gut4y_1{font-weight:500}._AnalysisResultStatusDisplay_gut4y_5{width:2rem;display:flex;align-items:center;justify-content:center;color:#606375}._AnalysisResultStatusDisplay_gut4y_5 ._Icon_gut4y_12{font-size:1.6rem;color:inherit}._AnalysisResultStatusDisplay_gut4y_5._default_gut4y_16{color:#757c94}._AnalysisResultStatusDisplay_gut4y_5._error_gut4y_19{color:#e74c3c}._AnalysisResultStatusDisplay_gut4y_5._success_gut4y_22{color:#21c476}._AnalysisResultStatusDisplay_gut4y_5._success_gut4y_22 ._Circle_gut4y_25{background-color:#21c476}._AnalysisResultStatusDisplay_gut4y_5 ._Circle_gut4y_25{height:1.2rem;width:1.2rem;border-radius:50%}._ViewAnalysis_1msr7_1{display:flex;position:relative;height:100%}._ViewAnalysis_1msr7_1 ._Body_1msr7_6{width:100%;flex:1;display:flex;flex-direction:column;overflow:hidden}._ViewAnalysis_1msr7_1 ._Body_1msr7_6 ._InProgress_1msr7_13{display:flex;align-items:center;justify-content:center;min-height:4rem;background:#e5efff;color:#606375;gap:.8rem}._ViewAnalysis_1msr7_1 ._Body_1msr7_6 ._EmptyStateWrapper_1msr7_22{height:100%;flex:1;display:flex;align-items:center;justify-content:center}._ViewAnalysis_1msr7_1 ._Body_1msr7_6 ._RunningEmptyStateWrapper_1msr7_29{margin:2.4rem 2.4rem 2.4rem 1.6rem}._AnalysisResults_16s1e_1{position:relative;display:flex;flex-direction:column;flex:1;max-height:100%;height:100%}._AnalysisResults_16s1e_1 ._ResultsWrapper_16s1e_9{flex:1;max-height:100%}._AnalysisResults_16s1e_1 ._ResultsWrapper_16s1e_9 ._PaddingBottom_16s1e_13{min-height:20rem;width:100%}._ActionsViewer_16s1e_18{display:flex;flex-direction:column}._ActionsViewer_16s1e_18 ._BlockHeader_16s1e_22{background-color:#fff}._Actions_16s1e_18{display:flex}._Actions_16s1e_18 ._Action_16s1e_18{max-width:calc(25% - 1.2rem);margin-right:1.2rem;margin-top:1.2rem}._Actions_16s1e_18 ._Action_16s1e_18:last-child{margin-right:0}._RevealCode_16s1e_38{color:#242424}._RevealCode_16s1e_38 ._Text_16s1e_41{font-size:1.4rem;margin-right:.8rem}._RevealCode_16s1e_38 ._Link_16s1e_45{font-size:1.4rem;color:#3483ff;cursor:pointer}._ActionsPanel_16s1e_51{padding-bottom:20rem}._Viewer_j5wkn_1{display:flex;flex-direction:column;border:1px solid #d7dbea;box-shadow:0 3px 6px #dadada4d;border-radius:12px}._Viewer_j5wkn_1 ._BlockHeader_j5wkn_8{background-color:#fff}._Viewer_j5wkn_1 ._Cards_j5wkn_11{padding:0 1.2rem 1.2rem;display:flex}._Viewer_j5wkn_1 ._Cards_j5wkn_11 ._Card_j5wkn_11{max-width:calc(33% - .4rem);margin-right:1.2rem;margin-top:1.2rem}._Viewer_j5wkn_1 ._Cards_j5wkn_11 ._Card_j5wkn_11:last-child{margin-right:0}._UsefulBtnsWrapper_j5wkn_24{display:flex;align-items:center;color:#898ea8}._UsefulBtnsWrapper_j5wkn_24 ._UsefulBtn_j5wkn_24{text-decoration:underline;cursor:pointer}._UsefulBtnsWrapper_j5wkn_24 ._UsefulBtn_j5wkn_24._Active_j5wkn_33{color:#3483ff}._UsefulBtnsWrapper_j5wkn_24 ._Separator_j5wkn_36{margin:0 .6rem}._ABTestHeader_j5wkn_40{display:flex;align-items:center;margin-top:2rem}._ABTestHeader_j5wkn_40 ._Left_j5wkn_45{position:relative;display:flex;align-items:center;justify-content:flex-end;flex:1}._ABTestHeader_j5wkn_40 ._Left_j5wkn_45:after{position:absolute;content:" ";background:#f9adad;height:4px;width:100%;z-index:-1}._ABTestHeader_j5wkn_40 ._Left_j5wkn_45 ._Label_j5wkn_60{margin-right:1.2rem}._ABTestHeader_j5wkn_40 ._Left_j5wkn_45 ._Label_j5wkn_60:last-child{margin-right:2rem}._ABTestHeader_j5wkn_40 ._Center_j5wkn_66{width:8rem;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none;transform:rotate(-45deg)}._ABTestHeader_j5wkn_40 ._Center_j5wkn_66 ._Trophy_j5wkn_74{display:flex;justify-content:center;align-items:center;width:100%;height:8rem;background-color:#fcf7e3;border-radius:50%;border-top:4px solid #f9adad;border-left:4px solid #f9adad;border-right:4px solid #b8adf9;border-bottom:4px solid #b8adf9;background-image:radial-gradient(circle,#fcf7e3,#fcf7e3 60%,#f9adad 90%);box-shadow:0 0 11px #32334140}._ABTestHeader_j5wkn_40 ._Center_j5wkn_66 ._Trophy_j5wkn_74:after{content:" ";position:absolute;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2035%2045'%20style='enable-background:new%200%200%2035%2045;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23E9A802;}%20.st1{fill:%23FFDB7D;}%20.st2{fill:%23E9AE16;}%20.st3{fill:%23FEC942;}%20.st4{fill:%23FFB800;}%20.st5{fill:%23FFDF8D;}%20%3c/style%3e%3cpath%20class='st0'%20d='M4.4,24.5c-0.3-0.1-0.6-0.1-0.7,0.1c-0.2,0.2-0.1,0.5,0.2,0.6l3.4,1.8l0.6-0.8L4.4,24.5z'/%3e%3cpath%20class='st0'%20d='M31.3,24.6c-0.2-0.2-0.5-0.3-0.7-0.1l-3.4,1.8l0.6,0.8l3.4-1.8C31.4,25.1,31.5,24.8,31.3,24.6z'/%3e%3cpath%20class='st0'%20d='M7.2,29.5l-3.4,1.8c-0.3,0.1-0.3,0.4-0.2,0.6c0.2,0.2,0.5,0.3,0.7,0.1l3.4-1.8L7.2,29.5z'/%3e%3cpath%20class='st0'%20d='M31.1,31.3l-3.4-1.8l-0.6,0.8l3.4,1.8c0.3,0.1,0.6,0.1,0.7-0.1C31.5,31.7,31.4,31.4,31.1,31.3z'/%3e%3cg%3e%3crect%20x='3.5'%20y='0.5'%20class='st1'%20width='27.8'%20height='4.7'/%3e%3cpath%20class='st2'%20d='M31.8,5.7H3V0h28.8V5.7z%20M4,4.7h26.8V1H4V4.7z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st3'%20d='M6.5,5.4H6v0.5v11.6v0.2l0.2,0.1l7.3,6.7l0.1,0.1h0.2h7.3h0.2l0.1-0.1l7.3-6.7l0.2-0.1v-0.2V5.9V5.4h-0.5H6.5z%20'/%3e%3cpath%20class='st2'%20d='M21.5,25.1h-8.1l-7.9-7.3v-13h23.9v13L21.5,25.1z%20M13.8,24.1h7.3l7.3-6.7V5.9H6.5v11.6L13.8,24.1z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st4'%20d='M13.8,24.9h-0.4l-0.1,0.4l-1.2,8.5L12,34.4h0.6h9.7h0.6l-0.1-0.6l-1.2-8.5l-0.1-0.4h-0.4H13.8z'/%3e%3cpath%20class='st2'%20d='M23.5,34.9h-12l1.5-10.5h9L23.5,34.9z%20M12.6,33.9h9.7l-1.2-8.5l-7.3,0L12.6,33.9z'/%3e%3c/g%3e%3cg%3e%3crect%20x='9.6'%20y='34.6'%20class='st1'%20width='15.6'%20height='3.4'/%3e%3cpath%20class='st2'%20d='M25.8,38.5H9.1v-4.4h16.6V38.5z%20M10.1,37.5h14.6v-2.4H10.1V37.5z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st3'%20d='M5.3,38.3H4.9l-0.1,0.4l-1.2,4.9l-0.2,0.6H4h26.8h0.6l-0.2-0.6l-1.2-4.9L30,38.3h-0.4H5.3z'/%3e%3cpath%20class='st2'%20d='M32.1,44.6H2.8l1.7-6.9h25.9L32.1,44.6z%20M4,43.6h26.8l-1.2-4.9H5.3L4,43.6z'/%3e%3c/g%3e%3cpath%20class='st4'%20d='M10.1,43.6H4l1.1-4.9h5V43.6z'/%3e%3cpath%20class='st4'%20d='M24.7,43.6h6.1l-1.1-4.9h-5V43.6z'/%3e%3cg%3e%3cpolygon%20class='st2'%20points='6.5,17.9%200.5,17.9%200.5,8.4%206.5,8.4%206.5,9.4%201.5,9.4%201.5,16.9%206.5,16.9%20'/%3e%3c/g%3e%3cg%3e%3cpolygon%20class='st2'%20points='34.4,17.9%2028.4,17.9%2028.4,16.9%2033.4,16.9%2033.4,9.4%2028.4,9.4%2028.4,8.4%2034.4,8.4%20'/%3e%3c/g%3e%3cpath%20class='st5'%20d='M8.9,8.3h3.7h1.2v12.2l-4.9-4.3V8.3z'/%3e%3cpath%20class='st4'%20d='M28.4,5.9h-8.5h-2.4v18.3h3.7l7.3-6.7V5.9z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:100% 100%;width:4rem;height:5rem;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}._ABTestHeader_j5wkn_40 ._Center_j5wkn_66 ._Trophy_j5wkn_74 img{width:50%;height:auto}._ABTestHeader_j5wkn_40 ._Right_j5wkn_106{position:relative;display:flex;align-items:center;flex:1}._ABTestHeader_j5wkn_40 ._Right_j5wkn_106 ._Label_j5wkn_60{margin-left:1.2rem}._ABTestHeader_j5wkn_40 ._Right_j5wkn_106 ._Label_j5wkn_60:first-child{margin-left:2rem}._ABTestHeader_j5wkn_40 ._Right_j5wkn_106:after{position:absolute;content:" ";background:#b8adf9;height:4px;width:100%;z-index:-1}._ABTestHeader_j5wkn_40 ._Label_j5wkn_60{display:flex;justify-content:center;align-items:center;font-size:1.6rem;font-weight:600;height:2.8rem;padding:0 1.2rem;border-radius:12px;border-top:1px solid transparent;border-left:1px solid transparent;border-right:3px solid transparent;border-bottom:3px solid transparent;box-shadow:0 0 11px #32334140}._ABTestHeader_j5wkn_40 ._Label_j5wkn_60._Control_j5wkn_141{background-color:#f9adad;border-color:#b46666;color:#b46666}._ABTestHeader_j5wkn_40 ._Label_j5wkn_60._Other_j5wkn_146{background-color:#b8adf9;border-color:#594cab;color:#594cab}._WinnerHeader_j5wkn_152{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;margin-bottom:2rem;margin-top:2rem}._WinnerHeader_j5wkn_152 img{margin-bottom:.8rem}._WinnerHeader_j5wkn_152:after{position:absolute;content:" ";background:#f9adad;height:4px;width:100%;z-index:-1}._KPIChartViewer_j5wkn_174{height:60rem;padding:1.6rem;background-color:#fff;box-shadow:0 3px 6px #dadada4d;border-radius:12px;color:#242424}._KPIChartViewer_j5wkn_174 ._Chart_j5wkn_182{height:100%;width:100%}._KPIChartViewer_j5wkn_174._EmptyState_j5wkn_186{background-color:transparent;box-shadow:none}._ErrorFigure_18v4g_1{height:70vh;border-radius:8px;background-color:#f8f9fc;display:flex;align-items:center;justify-content:center}._ErrorFigure_18v4g_1 ._Error_18v4g_1{display:flex;flex-direction:column;align-items:center;padding:2rem;width:64rem}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._ImageWrapper_18v4g_16{margin-bottom:3rem}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._ImageWrapper_18v4g_16 img{width:20rem;height:20rem}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Title_18v4g_23{font-size:2rem;margin-bottom:2rem;text-align:center;font-weight:700}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Title_18v4g_23._NoMargin_18v4g_29{margin:0}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Title_18v4g_23._Light_18v4g_32{font-weight:400}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Button_18v4g_35{margin-bottom:1.2rem}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Button_18v4g_35 button{text-transform:unset}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Content_18v4g_41{width:100%;display:flex;justify-content:center}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Content_18v4g_41 ._TryTo_18v4g_46{margin-bottom:.8rem}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Content_18v4g_41 ._List_18v4g_49{margin:0;padding:0;list-style-position:inside;margin-bottom:2.8rem;max-height:15rem;overflow-y:auto}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Content_18v4g_41 ._List_18v4g_49::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Content_18v4g_41 ._List_18v4g_49::-webkit-scrollbar-track{border-radius:6px}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Content_18v4g_41 ._List_18v4g_49::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Content_18v4g_41 ._List_18v4g_49._OptionsList_18v4g_72{list-style-type:none;width:70%;background-color:#fff;padding:1.6rem 2rem;border-radius:8px}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Content_18v4g_41 ._List_18v4g_49 ._Option_18v4g_72{margin-bottom:.4rem}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Content_18v4g_41 ._List_18v4g_49 ._Option_18v4g_72 ._OptionContent_18v4g_82{display:inline-flex;align-items:center;height:2.4rem}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Content_18v4g_41 ._List_18v4g_49 ._Option_18v4g_72 ._OptionContent_18v4g_82._Clickable_18v4g_87{cursor:pointer}._ErrorFigure_18v4g_1 ._Error_18v4g_1 ._Content_18v4g_41 ._List_18v4g_49 ._Option_18v4g_72 ._OptionContent_18v4g_82 ._Checkbox_18v4g_90{margin-right:.8rem}._FeedbackViewer_oikur_1{background-color:#f8f9fc;display:flex;align-items:center;border-radius:.8rem;height:4.4rem;transition:all .25s}._FeedbackViewer_oikur_1>*{margin-left:1.6rem;color:#757c94;font-size:1.4rem;font-weight:400}._FeedbackViewer_oikur_1 ._ActionButtons_oikur_15{display:flex;align-items:center;gap:.8rem}._FeedbackViewer_oikur_1 ._ThankForFeedback_oikur_20>*{margin-right:.8rem}._FeedbackViewer_oikur_1 ._ThankForFeedback_oikur_20>*:last-child{margin-right:0}._MetricPage_q9bms_1{height:100%;flex:1;position:relative;overflow-y:auto}._MetricPage_q9bms_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._MetricPage_q9bms_1::-webkit-scrollbar-track{border-radius:6px}._MetricPage_q9bms_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._MetricPage_q9bms_1 ._EmptyState_q9bms_22{display:flex;align-items:center;justify-content:center;height:100%}._MetricPage_q9bms_1 ._NoticeSubscriptionContext_q9bms_28{background-color:#f0f2f7;min-height:4rem;display:flex;align-items:center}._MetricPage_q9bms_1 ._NoticeSubscriptionContext_q9bms_28 ._WarnContent_q9bms_34{max-width:120rem;width:100%;margin:0 auto;color:#757c94}._MetricPage_q9bms_1 ._NoticeSubscriptionContext_q9bms_28 ._WarnContent_q9bms_34 ._Click_q9bms_40{margin:0 .4rem;color:#3483ff;cursor:pointer}._MetricPage_q9bms_1 ._NoticeSubscriptionContext_q9bms_28 ._WarnContent_q9bms_34 ._Click_q9bms_40:hover{text-decoration:underline}._MetricPage_q9bms_1 ._Main_q9bms_48{position:relative;display:flex;flex-direction:column;width:100%;height:100%;flex:1;padding:0 2.4rem}._MetricPage_q9bms_1 ._Main_q9bms_48 ._Document_q9bms_57{padding-right:0}._MetricPage_q9bms_1 ._Main_q9bms_48 ._ContentSection_q9bms_60{position:relative;display:flex;flex-direction:column;width:100%;max-width:120rem;margin:0 auto}._MetricPage_q9bms_1 ._Main_q9bms_48 ._ContentSection_q9bms_60._RCAContent_q9bms_68{min-height:30rem}._Teams_b91iv_1{display:flex;align-items:center;gap:.4rem}._UserSmartSelectorAvatar_95ipp_1._Open_95ipp_1 ._Placeholder_95ipp_1{background-color:#f3f4f7}._UserSmartSelectorAvatar_95ipp_1 ._Placeholder_95ipp_1{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.8rem;border:1px dashed #898ea8;border-radius:50%;color:#898ea8;transition:all .25s;cursor:pointer}._UserSmartSelectorAvatar_95ipp_1 ._Placeholder_95ipp_1._small_95ipp_16{height:2.6rem;width:2.6rem;font-size:1.3rem}._UserSmartSelectorAvatar_95ipp_1 ._Placeholder_95ipp_1:hover{background-color:#f3f4f7}._SelectorWrapper_95ipp_25{margin-top:.4rem;width:34rem;height:30rem}._SelectorWrapper_95ipp_25 ._Selector_95ipp_25{background-color:#fff;width:100%;height:100%;border-radius:12px;box-shadow:0 0 8px 2px #0000001a;overflow:hidden}._ClearItem_95ipp_39{color:#757c94}._ModelPageHeader_j66lh_1{padding-top:2.4rem}._ModelPageHeader_j66lh_1 ._Head_j66lh_4{display:flex;margin-bottom:.8rem;gap:6rem}._ModelPageHeader_j66lh_1 ._Head_j66lh_4 ._Left_j66lh_9{flex:1;overflow:hidden}._ModelPageHeader_j66lh_1 ._Head_j66lh_4 ._Left_j66lh_9 ._TitleWrapper_j66lh_13{display:flex;align-items:center}._ModelPageHeader_j66lh_1 ._Head_j66lh_4 ._Left_j66lh_9 ._TitleWrapper_j66lh_13 ._Title_j66lh_13{display:flex;align-items:center;height:3.4rem;font-size:2.8rem;font-weight:500;margin-bottom:.4rem}._ModelPageHeader_j66lh_1 ._Head_j66lh_4 ._Left_j66lh_9 ._TitleWrapper_j66lh_13 ._EditButton_j66lh_25{margin-left:.6rem}._ModelPageHeader_j66lh_1 ._Head_j66lh_4 ._Left_j66lh_9 ._Descriptors_j66lh_28{display:flex;align-items:center;gap:1.6rem;height:2.8rem;flex:1}._ModelPageHeader_j66lh_1 ._Head_j66lh_4 ._Left_j66lh_9 ._Descriptors_j66lh_28 ._Item_j66lh_35{display:flex;align-items:center;font-weight:300;font-size:1.4rem}._ModelPageHeader_j66lh_1 ._Head_j66lh_4 ._Left_j66lh_9 ._Descriptors_j66lh_28 ._Item_j66lh_35~._Item_j66lh_35:before{content:"";border-left:1px solid rgba(137,142,168,.5);height:1rem;margin-left:-.8rem;margin-right:.8rem;width:0}._ModelPageHeader_j66lh_1 ._Head_j66lh_4 ._Left_j66lh_9 ._Descriptors_j66lh_28 ._DescriptionDefinitionContainer_j66lh_49{display:flex;gap:.6rem}._ModelPageHeader_j66lh_1 ._Head_j66lh_4 ._Right_j66lh_53{display:flex;flex-direction:column;align-items:flex-end}._ModelPageHeader_j66lh_1 ._Head_j66lh_4 ._Right_j66lh_53 ._Value_j66lh_58{display:flex;align-items:center;height:3.4rem;font-size:2.8rem;font-weight:500;margin-bottom:.4rem}._ModelPageHeader_j66lh_1 ._Head_j66lh_4 ._Right_j66lh_53 ._Updated_j66lh_66{display:flex;align-items:center;font-size:1.4rem;color:#757c94;height:2.8rem}._ModelPageHeaderShortDescription_k32na_1{display:flex;align-items:center;gap:.6rem;max-width:100%;flex:1}._ModelPageHeaderShortDescription_k32na_1 ._Text_k32na_8{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ModelPageHeaderShortDescription_k32na_1 ._Text_k32na_8._Placeholder_k32na_14{color:#757c94}._ViewDefinition_1d27t_1{gap:.6rem;display:flex;align-items:center;color:#3483ff}._DatePickerContainer_1vpi8_1{display:flex;gap:.8rem;align-items:center;padding:0 1.2rem;border:1px solid lightgray;border-radius:50px;height:3.6rem;transition:all .25s;cursor:pointer}._DatePickerContainer_1vpi8_1 ._Picker_1vpi8_12{width:12rem;border:none;padding:0}._DatePickerContainer_1vpi8_1 ._SelectGranularity_1vpi8_17{max-width:8rem;min-width:unset;border:none;padding:0}._DatePickerContainer_1vpi8_1 ._SelectGranularity_1vpi8_17._Disabled_1vpi8_23{color:#757c94b3;background-color:transparent;border:none}._DatePickerContainer_1vpi8_1 ._SelectGranularity_1vpi8_17._Disabled_1vpi8_23:hover{border:none;color:#757c94b3}._MetricSuggestions_1r1fg_1 ._TitleWrapper_1r1fg_1{display:flex;align-items:center;margin:0 0 .4rem .4rem}._MetricSuggestions_1r1fg_1 ._TitleWrapper_1r1fg_1 ._Title_1r1fg_1{display:flex;align-items:center;gap:.8rem;font-size:1.8rem;line-height:2.4rem;font-weight:600;color:#212121}._MetricSuggestions_1r1fg_1 ._Main_1r1fg_15{margin-bottom:1.2rem}._MetricSuggestions_1r1fg_1 ._Main_1r1fg_15 ._Suggestion_1r1fg_18{display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#f8f9fc;border-radius:8px;box-shadow:0 0 6px #0073fb4d;border:1px solid #3483ff;height:11rem;margin:1.2rem .4rem;width:100%}._MetricSuggestions_1r1fg_1 ._Main_1r1fg_15 ._Suggestion_1r1fg_18 ._SuggestionTitle_1r1fg_31{font-size:1.8rem;color:#414559;text-align:center;margin-bottom:1.6rem}._MetricSuggestions_1r1fg_1 ._Main_1r1fg_15 ._Suggestion_1r1fg_18 ._Button_1r1fg_37{display:flex;align-items:center;justify-content:center;color:#fff;background-color:#3483ff;font-size:1.4rem;height:3.6rem;min-width:16.4rem;padding:0 1.6rem;border-radius:8px;cursor:pointer}._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50{height:3.4rem;display:flex;align-items:center;justify-content:space-between}._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50 ._Dots_1r1fg_56{display:flex;align-items:center;justify-content:center;flex:1;gap:.6rem}._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50 ._Dots_1r1fg_56 ._Dot_1r1fg_56{width:.9rem;height:.9rem;border-radius:50%;background-color:#c5c9db;cursor:pointer;transition:all .25s}._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50 ._Dots_1r1fg_56 ._Dot_1r1fg_56._Active_1r1fg_71{background-color:#3483ff}._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50 ._Next_1r1fg_74,._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50 ._Prev_1r1fg_75{display:flex;align-items:center;font-size:1.4rem;color:#212123;transition:all .25s;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:400}._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50 ._Next_1r1fg_74 ._Icon_1r1fg_85,._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50 ._Prev_1r1fg_75 ._Icon_1r1fg_85{font-size:1.6rem;margin:0 .8rem}._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50 ._Next_1r1fg_74:hover,._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50 ._Prev_1r1fg_75:hover{color:#3483ff}._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50 ._Next_1r1fg_74._Disabled_1r1fg_94,._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50 ._Prev_1r1fg_75._Disabled_1r1fg_94{opacity:.5;cursor:not-allowed}._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50 ._Next_1r1fg_74._Disabled_1r1fg_94:hover,._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50 ._Prev_1r1fg_75._Disabled_1r1fg_94:hover{color:#212123}._MetricSuggestions_1r1fg_1 ._Controls_1r1fg_50 ._Prev_1r1fg_75 ._Icon_1r1fg_85{transform:rotate(-180deg)}._Container_1b1rv_1{margin-top:4rem}._Wrapper_7pcq2_1{position:relative;max-width:100%;min-height:6rem}._Wrapper_7pcq2_1 ._TeamSelectorWrapper_7pcq2_6{position:absolute;right:0;top:0}._ActionsDropdown_ezog5_1{min-width:18rem!important}._MetricSelectorWrapper_ezog5_5{margin-left:.8rem}._Link_ezog5_9{max-width:100%}._Notify_ezog5_13{width:30rem;overflow:hidden;border-radius:8px;background-color:#e5efff;font-size:1.4rem;padding:.8rem;line-height:1.5;color:#606375}._Notify_ezog5_13 ._WarnIcon_ezog5_23{margin-right:.4rem}._NotifyTooltip_ezog5_27{border:1px solid rgba(52,131,255,.5)!important;border-radius:8px!important}._NotifyArrow_ezog5_32{color:#e5efff!important;height:1.1em!important}._NotifyArrow_ezog5_32:before{border:1px solid rgba(52,131,255,.5)!important}._KPINode_ezog5_40{position:relative;width:26rem;height:11.2rem;background:#fff;font-size:1.6rem;border:1px solid #d7dbea;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.2rem;gap:.8rem;pointer-events:all;transition:all .25s}._KPINode_ezog5_40._medium_ezog5_57{border-color:#4bc1d1;border-width:2px}._KPINode_ezog5_40._high_ezog5_61{border-color:#feaf67;border-width:2px}._KPINode_ezog5_40 ._AddButton_ezog5_65{position:absolute;display:flex;align-items:center;gap:.4rem;background-color:#fff;height:2.4rem;border-radius:20px;border:1px solid #d7dbea;padding:0 .4rem;bottom:0;right:.4rem;transform:translateY(50%);font-size:1.2rem;cursor:pointer;color:#606375}._KPINode_ezog5_40 ._AddButton_ezog5_65._Active_ezog5_82,._KPINode_ezog5_40 ._AddButton_ezog5_65:hover{background-color:#e5efff;color:#242424;border-color:#3483ff}._KPINode_ezog5_40 ._AddButton_ezog5_65 ._PlusButton_ezog5_87{display:flex;align-items:center;justify-content:center;background-color:#3483ff;width:1.6rem;height:1.6rem;color:#fff;border-radius:50%;font-size:1.4rem}._KPINode_ezog5_40 ._AddButton_ezog5_65 ._SuggestedText_ezog5_98{padding-right:.4rem}._KPINode_ezog5_40._Temporary_ezog5_101{border-style:dashed}._KPINode_ezog5_40._Insignificant_ezog5_104 ._RCAExplainability_ezog5_104 ._Impact_ezog5_104{color:#757c94}._KPINode_ezog5_40._Insignificant_ezog5_104 ._RCAExplainability_ezog5_104 ._Impact_ezog5_104 svg{fill:#757c94!important}._KPINode_ezog5_40._Focused_ezog5_110{animation:_highlight_ezog5_1 ease-in 2s}._KPINode_ezog5_40:hover,._KPINode_ezog5_40:hover ._AddButton_ezog5_65{border-color:#3483ff}._KPINode_ezog5_40 ._Options_ezog5_119{position:absolute;top:.8rem;right:1.2rem;transition:all .25s;cursor:pointer;color:#606375}._KPINode_ezog5_40 ._Info_ezog5_127{display:flex;align-items:center;justify-content:center;gap:1.2rem}._KPINode_ezog5_40 ._Info_ezog5_127 ._Value_ezog5_133{font-size:2.4rem;font-weight:600}._KPINode_ezog5_40 ._KPIName_ezog5_137{display:flex;align-items:center;justify-content:center;gap:.4rem;width:fit-content;overflow:hidden;max-width:100%}._KPINode_ezog5_40 ._KPIName_ezog5_137._Clickable_ezog5_146{cursor:pointer}._KPINode_ezog5_40 ._KPIName_ezog5_137._Clickable_ezog5_146:hover{color:#3483ff}._KPINode_ezog5_40 ._KPIName_ezog5_137._Root_ezog5_152{cursor:default}._KPINode_ezog5_40 ._KPIName_ezog5_137._Root_ezog5_152:hover{color:unset}._KPINode_ezog5_40 ._KPIName_ezog5_137 ._Name_ezog5_158{font-size:1.4rem;font-weight:600;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._KPINode_ezog5_40 ._KPIName_ezog5_137 ._Icon_ezog5_166{font-size:1.4rem}._KPINode_ezog5_40 ._RCAExplainability_ezog5_104{margin-top:.4rem;width:100%;display:flex;align-items:center;justify-content:space-between}._KPINode_ezog5_40 ._RCAExplainability_ezog5_104 ._Impact_ezog5_104{font-size:1.4rem}._DefineFormulaNotice_ezog5_180 ._CTA_ezog5_180{color:#3483ff;cursor:pointer}._DefineFormulaNotice_ezog5_180 ._CTA_ezog5_180:hover{text-decoration:underline}@keyframes _highlight_ezog5_1{0%{border-color:#3483ff;background-color:#e5efff;box-shadow:0 0 8px 2px #3483ff1a}to{border-color:#d7dbea;background-color:#fff;box-shadow:0 0 8px 2px transparent}}._Modal_uhci2_1{max-width:84rem;max-height:60vh;height:auto;width:auto;background:#fff}._HomepageMetricViewer_uhci2_9{display:flex;flex-direction:column;height:100%;position:relative}._HomepageMetricViewer_uhci2_9 ._Options_uhci2_15{display:flex;align-items:center;height:3.2rem;min-height:3.2rem;margin:.8rem 0;padding:0 1.6rem;justify-content:flex-end;gap:.8rem}._HomepageMetricViewer_uhci2_9 ._Options_uhci2_15 ._Spacer_uhci2_25{flex:1}._HomepageMetricViewer_uhci2_9 ._Chart_uhci2_28{flex:1;padding:1.2rem}._ChangeAnomalyModeAction_uhci2_33{display:flex;gap:.8rem}._ChangeAnomalyModeAction_uhci2_33 ._ChangeLabel_uhci2_37{color:#3483ff}._HomepageModelViewerHeader_1g4ut_1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.8rem 1.6rem 1.6rem;min-height:12rem;height:12rem;background-color:#f8f9fc;gap:.8rem;border-top-right-radius:8px}._HomepageModelViewerHeader_1g4ut_1 ._TrendChip_1g4ut_13{background:transparent}._HomepageModelViewerHeader_1g4ut_1 ._Top_1g4ut_16{display:flex;align-items:center;width:100%;gap:.8rem}._HomepageModelViewerHeader_1g4ut_1 ._Top_1g4ut_16 ._SignificantIndication_1g4ut_22{font-size:1.4rem;font-weight:500}._HomepageModelViewerHeader_1g4ut_1 ._Top_1g4ut_16 ._SignificantIndication_1g4ut_22._Positive_1g4ut_26{color:#21c476}._HomepageModelViewerHeader_1g4ut_1 ._Top_1g4ut_16 ._SignificantIndication_1g4ut_22._Negative_1g4ut_29{color:#f18689}._HomepageModelViewerHeader_1g4ut_1 ._Top_1g4ut_16 ._GoalStatus_1g4ut_32{display:flex;align-items:center;justify-content:center;background:#f0f2f7;border-radius:4px;height:2.4rem;padding:.4rem .6rem;font-size:1.4rem}._HomepageModelViewerHeader_1g4ut_1 ._Main_1g4ut_42{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%}._HomepageModelViewerHeader_1g4ut_1 ._Main_1g4ut_42 ._MainTitle_1g4ut_50{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.4rem;margin-bottom:.8rem;max-width:90%}._HomepageModelViewerHeader_1g4ut_1 ._Main_1g4ut_42 ._MainTitle_1g4ut_50>*{display:inline-flex;word-break:keep-all;white-space:nowrap}._HomepageModelViewerHeader_1g4ut_1 ._Main_1g4ut_42 ._MainTitle_1g4ut_50 ._KPIName_1g4ut_64{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;margin-right:.4rem;cursor:pointer;transition:all .25s}._HomepageModelViewerHeader_1g4ut_1 ._Main_1g4ut_42 ._MainTitle_1g4ut_50 ._KPIName_1g4ut_64 ._OpenIcon_1g4ut_73{font-size:1.4rem}._HomepageModelViewerHeader_1g4ut_1 ._Main_1g4ut_42 ._MainTitle_1g4ut_50 ._KPIName_1g4ut_64:hover{color:#3483ff}._HomepageModelViewerHeader_1g4ut_1 ._Main_1g4ut_42 ._MainTitle_1g4ut_50 ._Bold_1g4ut_79{font-weight:600}._HomepageModelViewerHeader_1g4ut_1 ._Main_1g4ut_42 ._Actions_1g4ut_82{display:flex;align-items:center;gap:.8rem}._HomepageModelViewerHeader_1g4ut_1 ._Main_1g4ut_42 ._Actions_1g4ut_82 ._CreateGoalButton_1g4ut_87{color:#242424}._GoalTooltip_9fh4k_1 ._Values_9fh4k_1{margin-top:.4rem}._GoalStatus_9fh4k_5{font-size:inherit;width:fit-content}._GoalStatus_9fh4k_5._Small_9fh4k_9{font-size:1.2rem}._GoalStatus_9fh4k_5._Warn_9fh4k_12 ._Icon_9fh4k_12{color:#fa982c}._GoalStatus_9fh4k_5 ._Icon_9fh4k_12{margin-right:.4rem;color:#21c476}._GoalStatus_9fh4k_5 ._Text_9fh4k_19,._GoalStatus_9fh4k_5 ._GoalText_9fh4k_22{color:#757c94}._CustomDatePicker_hl82e_1{display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;overflow:hidden;gap:.8rem;padding-bottom:.8rem}._CustomDatePicker_hl82e_1 ._Description_hl82e_11{font-size:1.2rem;color:#606375;padding:0 1.2rem;width:100%;text-align:center}._CustomDatePicker_hl82e_1 ._Back_hl82e_18{display:flex;align-items:center;font-size:1.4rem;width:100%;padding:0 1.2rem;background-color:#f8f9fc;height:2.8rem;gap:.8rem;cursor:pointer;color:#606375}._CustomDatePicker_hl82e_1 ._Back_hl82e_18:hover{color:#3483ff}._CompareList_hl82e_34{padding:.4rem 0;border-radius:8px;overflow:hidden}._CompareList_hl82e_34 ._CompareOption_hl82e_39{display:flex;align-items:center;justify-content:space-between;height:2.8rem;padding:0 1.2rem;cursor:pointer;transition:all .25s;font-size:1.4rem}._CompareList_hl82e_34 ._CompareOption_hl82e_39._Selected_hl82e_49{background-color:#e5efff;color:#3483ff}._CompareList_hl82e_34 ._CompareOption_hl82e_39:hover{background-color:#e5efff}._HomepageTimeframeOptions_hl82e_57{display:flex;align-items:center;gap:.8rem}._HomepageTimeframeOptions_hl82e_57 ._CompareButton_hl82e_62{height:2.8rem;text-transform:unset!important;max-width:unset}._HomepageTimeframeOptions_hl82e_57 ._TimeframeOptions_hl82e_67{display:flex;align-items:stretch;background:#fff;border-radius:4px;border:1px solid #d7dbea;height:2.8rem;font-size:1.4rem}._HomepageTimeframeOptions_hl82e_57 ._TimeframeOptions_hl82e_67 ._Option_hl82e_76{display:flex;align-items:center;justify-content:center;border-right:1px solid #d7dbea;padding:0 .6rem;cursor:pointer;transition:all .25s;color:#606375;gap:.4rem;min-width:3.2rem}._HomepageTimeframeOptions_hl82e_57 ._TimeframeOptions_hl82e_67 ._Option_hl82e_76._CustomOption_hl82e_88{padding-right:.4rem}._HomepageTimeframeOptions_hl82e_57 ._TimeframeOptions_hl82e_67 ._Option_hl82e_76._CustomOption_hl82e_88 ._Custom_hl82e_1{display:flex;align-items:center;font-size:1.4rem}._HomepageTimeframeOptions_hl82e_57 ._TimeframeOptions_hl82e_67 ._Option_hl82e_76._CustomOption_hl82e_88 ._Custom_hl82e_1 ._ChevronIcon_hl82e_96{padding-left:.2rem;font-size:1.6rem}._HomepageTimeframeOptions_hl82e_57 ._TimeframeOptions_hl82e_67 ._Option_hl82e_76._Selected_hl82e_49{background-color:#f0f2f7;color:#242424}._HomepageTimeframeOptions_hl82e_57 ._TimeframeOptions_hl82e_67 ._Option_hl82e_76._Disabled_hl82e_104{cursor:default;background-color:#f8f9fc}._HomepageTimeframeOptions_hl82e_57 ._TimeframeOptions_hl82e_67 ._Option_hl82e_76:last-child{border-right:0}._FunnelChartWrapper_kq5p4_1{width:100%}._FunnelChartWrapper_kq5p4_1 ._ModeOptions_kq5p4_4{margin-bottom:1.2rem;display:flex;align-items:center}._FunnelChartWrapper_kq5p4_1 ._ModeOptions_kq5p4_4 ._Prefix_kq5p4_9{margin-right:.8rem;font-size:1.4rem}._FunnelChartWrapper_kq5p4_1 ._ModeOptions_kq5p4_4 ._ModeSelection_kq5p4_13{width:fit-content;max-width:unset}._FunnelChart_kq5p4_1{display:flex;flex-direction:column;border-radius:8px;height:fit-content;color:#242424}._FunnelChart_kq5p4_1._Ghost_kq5p4_25{border-radius:unset}._FunnelChart_kq5p4_1._Ghost_kq5p4_25 ._HeaderWrapper_kq5p4_28{border:0;border-radius:unset;border-bottom:1px solid #d7daeb}._FunnelChart_kq5p4_1._Ghost_kq5p4_25 ._HeaderWrapper_kq5p4_28 ._Header_kq5p4_28{background-color:unset;border-radius:unset}._FunnelChart_kq5p4_1._Ghost_kq5p4_25 ._HeaderWrapper_kq5p4_28 ._Header_kq5p4_28 ._StepHeader_kq5p4_37{border-radius:unset}._FunnelChart_kq5p4_1._Ghost_kq5p4_25 ._EmptyState_kq5p4_40{border:0;border-radius:0}._FunnelChart_kq5p4_1._Ghost_kq5p4_25 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44:first-child{border-left:0!important}._FunnelChart_kq5p4_1._Ghost_kq5p4_25 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44:last-child{border-right:0!important}._FunnelChart_kq5p4_1._Ghost_kq5p4_25 ._Chart_kq5p4_44:last-child{border-radius:0;border:unset}._FunnelChart_kq5p4_1._Ghost_kq5p4_25 ._Footer_kq5p4_54{background-color:unset;border-radius:0;border:unset}._FunnelChart_kq5p4_1 ._HeaderWrapper_kq5p4_28{top:0;z-index:1000;border-top:1px solid #d7daeb;border-left:1px solid #d7daeb;border-right:1px solid #d7daeb;border-top-left-radius:8px;border-top-right-radius:8px;background-color:#fff}._FunnelChart_kq5p4_1 ._HeaderWrapper_kq5p4_28._Sticky_kq5p4_69{position:sticky}._FunnelChart_kq5p4_1 ._HeaderWrapper_kq5p4_28._SingleTitle_kq5p4_72 ._Header_kq5p4_28{height:3.2rem}._FunnelChart_kq5p4_1 ._HeaderWrapper_kq5p4_28._SingleTitle_kq5p4_72 ._Header_kq5p4_28 ._Title_kq5p4_75{margin-bottom:0}._FunnelChart_kq5p4_1 ._HeaderWrapper_kq5p4_28:before{width:1px;height:5px;background:#fff;content:"";display:block;position:absolute;left:-1px;top:-1px}._FunnelChart_kq5p4_1 ._HeaderWrapper_kq5p4_28:after{width:1px;height:5px;background:#fff;content:"";display:block;position:absolute;left:-1px;top:-1px;left:unset;right:-1px}._FunnelChart_kq5p4_1 ._Header_kq5p4_28{display:flex;align-items:center;height:5.2rem;background-color:#f0f2f7;border-top-left-radius:8px;border-top-right-radius:8px}._FunnelChart_kq5p4_1 ._Header_kq5p4_28 ._StepHeader_kq5p4_37{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100%;min-width:0;transition:all .25s}._FunnelChart_kq5p4_1 ._Header_kq5p4_28 ._StepHeader_kq5p4_37:first-child{border-top-left-radius:8px}._FunnelChart_kq5p4_1 ._Header_kq5p4_28 ._StepHeader_kq5p4_37:last-child{border-top-right-radius:8px}._FunnelChart_kq5p4_1 ._Header_kq5p4_28 ._StepHeader_kq5p4_37._Active_kq5p4_125{background:#dbe9ff}._FunnelChart_kq5p4_1 ._Header_kq5p4_28 ._StepHeader_kq5p4_37._Active_kq5p4_125 ._Title_kq5p4_75,._FunnelChart_kq5p4_1 ._Header_kq5p4_28 ._StepHeader_kq5p4_37._Active_kq5p4_125 ._SubTitle_kq5p4_129{color:#3483ff}._FunnelChart_kq5p4_1 ._Header_kq5p4_28 ._StepHeader_kq5p4_37 ._Title_kq5p4_75{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:1.2rem;text-transform:uppercase;font-weight:600;margin-bottom:.4rem;color:#414559;max-width:80%;transition:all .25s}._FunnelChart_kq5p4_1 ._Header_kq5p4_28 ._StepHeader_kq5p4_37 ._SubTitle_kq5p4_129{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;max-width:80%;font-size:1.2rem;color:#757c94;transition:all .25s}._FunnelChart_kq5p4_1 ._Header_kq5p4_28 ._StepHeader_kq5p4_37 ._ArrowRight_kq5p4_155{position:absolute;right:0;top:50%;transform:translate(50%,-50%);z-index:10;color:#3483ff;font-size:1.6rem;opacity:0;transition:all .25s}._FunnelChart_kq5p4_1 ._Header_kq5p4_28 ._StepHeader_kq5p4_37 ._ArrowRight_kq5p4_155._Show_kq5p4_166{opacity:1}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44{width:100%;flex:1;position:relative}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44:last-child{border-bottom:1px solid #d7daeb;border-radius:8px}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44:not(:last-child) ._Funnel_kq5p4_1:only-child ._Tick_kq5p4_44:first-child{border-bottom-left-radius:unset}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44:not(:last-child) ._Funnel_kq5p4_1:only-child ._Tick_kq5p4_44:last-child{border-bottom-right-radius:unset}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1{display:flex;flex:1;min-height:6rem;align-items:stretch}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1:first-child{min-height:8rem}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1:first-child ._Tick_kq5p4_44{padding-top:1.2rem}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1:first-child ._Tick_kq5p4_44 ._Chip_kq5p4_196{margin-top:.6rem}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1:last-child{min-height:8rem}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1:last-child ._Tick_kq5p4_44{padding-bottom:1.2rem}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1:last-child ._Chip_kq5p4_196{margin-top:-.6rem}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1:only-child ._Chip_kq5p4_196{margin-top:0!important}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1:only-child ._Tick_kq5p4_44:first-child{border-bottom-left-radius:8px}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1:only-child ._Tick_kq5p4_44:last-child{border-bottom-right-radius:8px}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44{position:relative;flex:1;opacity:1;display:flex;align-items:center;border-right:2px solid #d7daeb;transition:all .25s}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44:hover ._Explore_kq5p4_226{opacity:1}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44._Clickable_kq5p4_229{cursor:pointer}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44:first-child{border-left:1px solid #d7daeb!important;flex:.5}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44:last-child{border-right:1px solid #d7daeb!important;flex:.5}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44._Selected_kq5p4_240{border-color:#3483ff}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44._Selected_kq5p4_240 ._Chip_kq5p4_196{background:#e7eaf3;box-shadow:1px 1px 6px #0003}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44._Selected_kq5p4_240._SelectedFunnel_kq5p4_247:not(._Disabled_kq5p4_247) ._Chip_kq5p4_196{border:2px solid #3483ff}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44._Disabled_kq5p4_247._Selected_kq5p4_240 ._Chip_kq5p4_196{opacity:1;background:#e7eaf3cc;color:#757c96;box-shadow:none}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44._Disabled_kq5p4_247 ._AreaWrapper_kq5p4_256{opacity:.35}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44._Disabled_kq5p4_247 ._Chip_kq5p4_196{opacity:.5}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44 ._Explore_kq5p4_226{position:absolute;display:flex;align-items:center;justify-content:center;top:.8rem;left:50%;transform:translate(-50%);font-size:1.2rem;opacity:0;z-index:100;white-space:nowrap;background-color:#3483ff80;color:#fff;border-radius:8px;padding:.4rem .8rem;transition:all .25s}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44 ._Explore_kq5p4_226:hover{background-color:#3483ff}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44 ._Explore_kq5p4_226 ._Icon_kq5p4_283{margin-left:.4rem;font-size:1.4rem}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44 ._FunnelLabel_kq5p4_287{padding-left:1.6rem;font-size:1.4rem;color:#898ea8}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44 ._Chip_kq5p4_196{position:absolute;right:0;top:50%;transform:translate(50%,-50%)}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44 ._Chip_kq5p4_196._First_kq5p4_298{right:unset;left:1.6rem;transform:translateY(-50%)}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44 ._AreaWrapper_kq5p4_256{height:100%;width:100%;padding:.8rem 0;transition:all .25s}._FunnelChart_kq5p4_1 ._Chart_kq5p4_44 ._Funnel_kq5p4_1 ._Tick_kq5p4_44 ._AreaWrapper_kq5p4_256 ._Area_kq5p4_256{height:100%;width:100%}._FunnelChart_kq5p4_1 ._EmptyState_kq5p4_40{display:flex;align-items:center;justify-content:center;height:6rem;border-left:1px solid #d7daeb;border-right:1px solid #d7daeb;border-bottom:1px solid #d7daeb;border-bottom-left-radius:8px;border-bottom-right-radius:8px;color:#757c94}._FunnelChart_kq5p4_1 ._Footer_kq5p4_54{position:sticky;bottom:0;display:flex;align-items:center;background-color:#f8f9fc;width:100%;color:#242424;border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding:.8rem 1.6rem;min-height:4.8rem;border-bottom:1px solid #d7daeb;border-right:1px solid #d7daeb;border-left:1px solid #d7daeb;z-index:1000}._FunnelChart_kq5p4_1 ._Footer_kq5p4_54:before{width:1px;height:5px;background:#fff;content:"";display:block;position:absolute;left:-1px;top:-1px;top:unset;bottom:-1px}._FunnelChart_kq5p4_1 ._Footer_kq5p4_54:after{width:1px;height:5px;background:#fff;content:"";display:block;position:absolute;left:-1px;top:-1px;top:unset;bottom:-1px;left:unset;right:-1px}._FunnelChart_kq5p4_1 ._Footer_kq5p4_54 ._Legend_kq5p4_368{flex:1;display:flex;align-items:center;gap:.8rem;overflow:hidden}._FunnelChart_kq5p4_1 ._Footer_kq5p4_54 ._Legend_kq5p4_368 ._LegendSelectMore_kq5p4_375{height:2.2rem;border:0;min-width:0;color:#242424!important;padding:0;font-size:1.2rem}._FunnelChart_kq5p4_1 ._Footer_kq5p4_54 ._Legend_kq5p4_368 ._LegendLabel_kq5p4_383{font-size:1.2rem;font-weight:600;text-transform:uppercase}._FunnelChart_kq5p4_1 ._Footer_kq5p4_54 ._Legend_kq5p4_368 ._LegendItem_kq5p4_388{height:2.2rem;display:flex;align-items:center;font-size:1.4rem;opacity:.5;transition:all .25s;cursor:pointer;-webkit-user-select:none;user-select:none;min-width:0}._FunnelChart_kq5p4_1 ._Footer_kq5p4_54 ._Legend_kq5p4_368 ._LegendItem_kq5p4_388 ._Color_kq5p4_399{min-width:1.6rem;min-height:.6rem;border-radius:2px;margin-right:.4rem}._FunnelChart_kq5p4_1 ._Footer_kq5p4_54 ._Legend_kq5p4_368 ._LegendItem_kq5p4_388 ._Label_kq5p4_405{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._FunnelChart_kq5p4_1 ._Footer_kq5p4_54 ._Legend_kq5p4_368 ._LegendItem_kq5p4_388._Active_kq5p4_125{opacity:1}._ChipTooltip_kq5p4_414 ._LabelText_kq5p4_414{margin-right:.8rem}._ChipTooltip_kq5p4_414 ._ChipText_kq5p4_417{font-weight:600}._Tooltip_usw16_1{top:0;display:flex;flex-direction:column;position:absolute;padding:8px;background:#ffffffe6;opacity:0;border-radius:8px;margin-top:12px;margin-right:12px;font-size:12px;min-width:100px;pointer-events:none;-webkit-user-select:none;user-select:none;box-shadow:0 3px 6px #dadada4d;transition:all .25s;transition-timing-function:ease-out;color:#293265;z-index:999}._Tooltip_usw16_1._Show_usw16_22{opacity:1}._Tooltip_usw16_1 ._Top_usw16_25{display:flex;justify-content:space-between;margin-bottom:4px}._Tooltip_usw16_1 ._Top_usw16_25 ._Label_usw16_30{font-size:1.2rem;margin-right:12px;white-space:nowrap}._Tooltip_usw16_1 ._Top_usw16_25 ._Dataset_usw16_35{display:flex;align-items:center}._Tooltip_usw16_1 ._Top_usw16_25 ._Dataset_usw16_35 ._Dot_usw16_39{width:8px;height:8px;border-radius:50%;margin-right:4px}._Tooltip_usw16_1 ._Top_usw16_25 ._Dataset_usw16_35 ._DatasetName_usw16_45{white-space:nowrap}._Tooltip_usw16_1 ._Content_usw16_48{font-weight:500;font-size:12px}._ChartTooltipInfo_usw16_53{display:flex;flex-direction:column;justify-content:center;margin-bottom:4px}._ChartTooltipInfo_usw16_53:last-child,._ChartTooltipInfo_usw16_53:only-child{margin-bottom:0}._ChartTooltipInfo_usw16_53 ._DatasetInfo_usw16_62{display:flex;align-items:center;font-size:12px}._ChartTooltipInfo_usw16_53 ._DatasetInfo_usw16_62 ._Dot_usw16_39{width:8px;height:8px;border-radius:50%;margin-right:4px}._ChartTooltipInfo_usw16_53 ._Description_usw16_73{font-size:10px;color:#898ea8}._ChartTooltipInfo_usw16_53 ._Value_usw16_77{font-weight:500;font-size:14px;margin-bottom:4px}._ChartTooltipInfo_usw16_53 ._Value_usw16_77 ._CI_usw16_82{margin-left:4px;font-size:10px}._ChartTooltipInfo_usw16_53 ._Value_usw16_77:last-child,._ChartTooltipInfo_usw16_53 ._Value_usw16_77:only-child{margin-bottom:0}._ErrorState_usw16_90{width:100%;height:100%;display:flex;justify-content:center;align-items:center}._ChartContainer_usw16_98{display:flex;width:100%;height:100%}._ChartLegendContainer_usw16_104{display:flex;justify-content:space-between;align-items:center;height:2.2rem;width:100%!important}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104{display:flex;align-items:center;font-size:1.2rem;-webkit-user-select:none;user-select:none;flex:1;gap:1.2rem;max-width:100%;overflow:hidden}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104 ._LegendLabelTitle_usw16_121{color:inherit;text-transform:uppercase}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104 ._LegendSelectMore_usw16_125{height:2.2rem;border:0;min-width:0;color:#242424!important;padding:0;font-size:1.2rem}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104 ._Spacer_usw16_133{flex:1}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104 ._AnotherToggle_usw16_136{display:flex;align-items:center;cursor:pointer;opacity:.6;transition:all .25s}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104 ._AnotherToggle_usw16_136._ActiveAnotherToggle_usw16_143{opacity:1}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104 ._AnotherToggle_usw16_136 ._Icon_usw16_146{margin-right:.4rem;font-size:1.2rem}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104 ._LegendLabel_usw16_121{display:flex;align-items:center;cursor:pointer;opacity:.6;transition:all .25s;color:inherit;min-width:0}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104 ._LegendLabel_usw16_121:hover{text-decoration:underline}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104 ._LegendLabel_usw16_121._Disabled_usw16_162{cursor:default}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104 ._LegendLabel_usw16_121._Disabled_usw16_162:hover{text-decoration:none}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104 ._LegendLabel_usw16_121._Active_usw16_143{opacity:1}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104 ._LegendLabel_usw16_121 ._Tag_usw16_171{width:18px;height:6px;border-radius:2px}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104 ._LegendLabel_usw16_121 ._Icon_usw16_146{margin-left:.6rem;font-size:2rem}._ChartLegendContainer_usw16_104 ._ChartLegend_usw16_104 ._LegendLabel_usw16_121 ._Label_usw16_30{margin-left:.6rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ChartLegendContainer_usw16_104 ._DescriptionsLegendsContainer_usw16_186{display:flex}._ChartLegendContainer_usw16_104 ._DescriptionsLegendsContainer_usw16_186>*{margin-right:.8rem}._ChartLegendContainer_usw16_104 ._DescriptionsLegendsContainer_usw16_186>*:last-child{margin-right:0}._ChartLegendContainer_usw16_104 ._DescriptionsLegendsContainer_usw16_186 ._DescriptionLegend_usw16_195{align-self:baseline;font-size:12px;-webkit-user-select:none;user-select:none;margin-bottom:2px;display:flex;align-items:center}._ChartLegendContainer_usw16_104 ._DescriptionsLegendsContainer_usw16_186 ._DescriptionLegend_usw16_195 ._Dashes_usw16_203{display:flex;margin-right:4px}._ChartLegendContainer_usw16_104 ._DescriptionsLegendsContainer_usw16_186 ._DescriptionLegend_usw16_195 ._Dashes_usw16_203 ._DashPart_usw16_207{width:6px;height:2px;margin-right:3px;border-radius:2px}._ChartLegendContainer_usw16_104 ._DescriptionsLegendsContainer_usw16_186 ._DescriptionLegend_usw16_195 ._Dashes_usw16_203 ._DashPart_usw16_207:last-child{margin-right:0}._ScatterActions_usw16_217{position:absolute;right:0;top:0}._LineTooltip_usw16_223{font-size:1.4rem}._ChartMarkAreaTooltip_usw16_227{position:absolute;left:0;transform:translate(-50%);min-width:18rem;max-width:28rem;box-shadow:1px 1px 6px #0003;background:#fff;transition:all .25s;border-radius:8px;overflow:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}._ChartMarkAreaTooltip_usw16_227 ._Head_usw16_241{display:flex;align-items:center;justify-content:center;background-color:#f0f2f7;font-size:1.2rem;text-transform:uppercase;height:2.4rem;font-weight:500}._ChartMarkAreaTooltip_usw16_227 ._Main_usw16_251{padding:8px;font-size:1.2rem}._ChartMarkAreaTooltip_usw16_227 ._Main_usw16_251 ._Title_usw16_255{font-weight:500}._ChartMarkAreaTooltip_usw16_227 ._Main_usw16_251 ._Description_usw16_73{margin-top:4px;color:#757c94}._AnnotationTooltip_usw16_263{position:absolute;left:0;transform:translate(-50%);min-width:28rem;max-width:28rem;box-shadow:1px 1px 6px #0003;background:#fff;transition:all .25s;border-radius:8px;overflow:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}._AnnotationTooltip_usw16_263 ._Head_usw16_241{display:flex;align-items:center;justify-content:center;background-color:#f0f2f7;font-size:1.2rem;text-transform:uppercase;height:2.4rem;font-weight:500}._AnnotationTooltip_usw16_263 ._Main_usw16_251{padding:6px 0}._AnnotationTooltip_usw16_263 ._Main_usw16_251 ._Title_usw16_255{display:flex;align-items:center;font-size:14px;font-weight:500;padding:0 1.2rem;height:2.8rem}._AnnotationTooltip_usw16_263 ._Main_usw16_251 ._Title_usw16_255 ._IconWrapper_usw16_298{display:flex;align-items:center;font-size:1.6rem;width:2.2rem;min-width:2.2rem}._AnnotationTooltip_usw16_263 ._Main_usw16_251 ._Title_usw16_255 ._IconWrapper_usw16_298 ._Icon_usw16_146{font-size:1.6rem}._AnnotationTooltip_usw16_263 ._Main_usw16_251 ._Title_usw16_255 ._Type_usw16_308{margin-right:.8rem;text-transform:uppercase;font-size:1.2rem;font-weight:600;flex-shrink:0}._AnnotationTooltip_usw16_263 ._Main_usw16_251 ._Title_usw16_255 ._Name_usw16_315{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400}._AnnotationTooltip_usw16_263 ._Main_usw16_251 ._More_usw16_321{display:flex;align-items:center;font-size:1.2rem;margin-top:.4rem;margin-left:1.2rem;color:#757c94}._AnnotationTooltip_usw16_263 ._Footer_usw16_329{display:flex;align-items:center;justify-content:center;color:#3483ff;font-size:1.4rem;height:32px;border-top:1px solid #d7daeb;border-bottom-left-radius:8px;border-bottom-right-radius:8px;font-weight:500}._AnnotationTooltip_usw16_263 ._Footer_usw16_329 ._Text_usw16_341{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._AnnotationTooltip_usw16_263 ._Footer_usw16_329 ._PointerIcon_usw16_347{margin-right:4px;font-size:1.6rem}._LineChartTooltip_usw16_352{top:0;display:flex;flex-direction:column;justify-content:center;position:absolute;background:#fff;opacity:0;border-radius:8px;margin-top:12px;margin-right:12px;font-size:12px;min-width:24rem;max-width:30rem;pointer-events:none;-webkit-user-select:none;user-select:none;box-shadow:1px 1px 6px #0003;transition:all .25s;transition-timing-function:ease-out;color:#293265;z-index:999;overflow:hidden}._LineChartTooltip_usw16_352._Show_usw16_22{opacity:1}._LineChartTooltip_usw16_352 ._Top_usw16_25{display:flex;justify-content:center;align-items:center;margin-bottom:4px;background-color:#f0f2f7;font-size:1.4rem;padding:0 12px;height:24px}._LineChartTooltip_usw16_352 ._Top_usw16_25:only-child{margin-bottom:0}._LineChartTooltip_usw16_352 ._Top_usw16_25 ._TooltipLabelContainer_usw16_391{font-size:1.2rem;display:flex;align-items:center;justify-content:center;width:100%;height:24px;gap:1.2rem}._LineChartTooltip_usw16_352 ._Top_usw16_25 ._TooltipLabelContainer_usw16_391 ._Label_usw16_30{font-weight:500}._LineChartTooltip_usw16_352 ._Top_usw16_25 ._TooltipLabelContainer_usw16_391 ._MarkedValue_usw16_403{font-weight:500;text-align:right;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._LineChartTooltip_usw16_352 ._Top_usw16_25 ._Dataset_usw16_35{display:flex;align-items:center}._LineChartTooltip_usw16_352 ._Top_usw16_25 ._Dataset_usw16_35 ._Dot_usw16_39{width:8px;height:8px;border-radius:50%;margin-right:4px}._LineChartTooltip_usw16_352 ._Top_usw16_25 ._Dataset_usw16_35 ._DatasetName_usw16_45{white-space:nowrap}._LineChartTooltip_usw16_352 ._Content_usw16_48{display:flex;flex-direction:column;justify-content:center;background-color:#fff;padding:8px 12px}._LineChartTooltip_usw16_352 ._Content_usw16_48:last-child,._LineChartTooltip_usw16_352 ._Content_usw16_48:only-child{margin-bottom:0}._LineChartTooltip_usw16_352 ._Content_usw16_48 ._DatasetInfoContainer_usw16_435{display:flex;flex-direction:column;gap:4px}._LineChartTooltip_usw16_352 ._Content_usw16_48 ._DatasetInfoContainer_usw16_435 ._DatasetInfo_usw16_62{display:flex;align-items:flex-start;justify-content:space-between;font-size:14px}._LineChartTooltip_usw16_352 ._Content_usw16_48 ._DatasetInfoContainer_usw16_435 ._DatasetInfo_usw16_62 ._LabelWrapper_usw16_446{overflow:hidden}._LineChartTooltip_usw16_352 ._Content_usw16_48 ._DatasetInfoContainer_usw16_435 ._DatasetInfo_usw16_62 ._LabelWrapper_usw16_446 ._DatasetLabel_usw16_449{display:flex;align-items:center;flex:1;min-width:0}._LineChartTooltip_usw16_352 ._Content_usw16_48 ._DatasetInfoContainer_usw16_435 ._DatasetInfo_usw16_62 ._LabelWrapper_usw16_446 ._DatasetLabel_usw16_449 ._Label_usw16_30{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._LineChartTooltip_usw16_352 ._Content_usw16_48 ._DatasetInfoContainer_usw16_435 ._DatasetInfo_usw16_62 ._LabelWrapper_usw16_446 ._DatasetLabel_usw16_449 ._Dash_usw16_203{min-width:18px;height:6px;border-radius:2px;margin-right:4px}._LineChartTooltip_usw16_352 ._Content_usw16_48 ._DatasetInfoContainer_usw16_435 ._DatasetInfo_usw16_62 ._LabelWrapper_usw16_446 ._ActualX_usw16_466{font-size:10px;color:#898ea8;white-space:nowrap;margin-left:22px}._LineChartTooltip_usw16_352 ._Content_usw16_48 ._DatasetInfoContainer_usw16_435 ._DatasetInfo_usw16_62 ._ValueWrapper_usw16_472 ._Value_usw16_77{display:flex;flex-direction:column;align-items:flex-end;margin-left:8px;font-weight:500;white-space:nowrap}._LineChartTooltip_usw16_352 ._Content_usw16_48 ._DatasetInfoContainer_usw16_435 ._DatasetInfo_usw16_62 ._ValueWrapper_usw16_472 ._Value_usw16_77 ._CI_usw16_82{margin-left:4px;font-size:10px;font-weight:500;white-space:nowrap;color:#898ea8}._LineChartTooltip_usw16_352 ._Content_usw16_48 ._DatasetInfoContainer_usw16_435 ._DatasetInfo_usw16_62 ._ValueWrapper_usw16_472 ._Delta_usw16_487{font-size:12px;color:#898ea8}._LineChartTooltip_usw16_352 ._Footer_usw16_329{display:flex;align-items:center;justify-content:center;height:32px;border-top:1px solid #d7daeb;gap:.4rem}._LineChartTooltip_usw16_352 ._Footer_usw16_329 ._Text_usw16_341{color:#3483ff;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%}._TableListCustomIcon_1kt04_1{--fa-primary-opacity: .4;--fa-secondary-opacity: 1}._FunnelChartTooltip_nvrmq_1{width:30rem;background:#fff;box-shadow:1px 1px 6px #0003;border-radius:8px;color:#242424;margin:0 2.4rem}._FunnelChartTooltip_nvrmq_1 ._Header_nvrmq_9{display:flex;align-items:center;justify-content:center;padding:1.2rem 1.6rem;border-bottom:1px solid #d7daeb;font-size:1.4rem}._FunnelChartTooltip_nvrmq_1 ._Header_nvrmq_9 ._Arrow_nvrmq_17{margin:0 .8rem;font-size:1.4rem}._FunnelChartTooltip_nvrmq_1 ._Header_nvrmq_9 ._Label_nvrmq_21{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:45%}._FunnelChartTooltip_nvrmq_1 ._Content_nvrmq_27{padding:1.2rem 1.6rem}._FunnelChartTooltip_nvrmq_1 ._Content_nvrmq_27 ._Item_nvrmq_30{display:flex;align-items:center;margin-bottom:.4rem}._FunnelChartTooltip_nvrmq_1 ._Content_nvrmq_27 ._Item_nvrmq_30:last-child{margin-bottom:0}._FunnelChartTooltip_nvrmq_1 ._Content_nvrmq_27 ._Item_nvrmq_30 ._IconWrapper_nvrmq_38{align-self:flex-start;padding-top:.4rem;width:2rem;display:flex;align-items:center;justify-content:center;margin-right:.8rem}._FunnelChartTooltip_nvrmq_1 ._Content_nvrmq_27 ._Item_nvrmq_30 ._IconWrapper_nvrmq_38 ._Icon_nvrmq_38{font-size:1.4rem;color:#757c96}._FunnelChartTooltip_nvrmq_1 ._Content_nvrmq_27 ._Item_nvrmq_30 ._Label_nvrmq_21{text-transform:uppercase;color:#757c96;font-size:1.2rem;font-weight:500;flex:1}._FunnelChartTooltip_nvrmq_1 ._Content_nvrmq_27 ._Item_nvrmq_30 ._Value_nvrmq_58{font-size:1.4rem;font-weight:600;min-width:25%;text-align:right}._FunnelTrend_1hizn_1{color:#757c94}._FunnelTrend_1hizn_1 ._Icon_1hizn_4{margin-right:.4rem}._FunnelTrend_1hizn_1._Significant_1hizn_7._Positive_1hizn_7{color:#21c476}._FunnelTrend_1hizn_1._Significant_1hizn_7._Negative_1hizn_10{color:#f66b6b}._EmptyState_q6dl4_1{display:flex;flex-direction:column;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}._EmptyState_q6dl4_1._Error_q6dl4_8 ._Title_q6dl4_8{color:#e74c3c!important}._EmptyState_q6dl4_1 ._Circle_q6dl4_11{display:flex;flex-direction:column;justify-content:center;align-items:center;width:44rem;height:44rem;border-radius:50%;background-color:#f0f2f8;margin-bottom:1.2rem}._EmptyState_q6dl4_1 ._Circle_q6dl4_11._Transparent_q6dl4_22{background:transparent}._EmptyState_q6dl4_1 ._Circle_q6dl4_11:last-child,._EmptyState_q6dl4_1 ._Circle_q6dl4_11:only-child{margin-bottom:0}._EmptyState_q6dl4_1._small_q6dl4_28 ._Circle_q6dl4_11{width:30rem;height:30rem}._EmptyState_q6dl4_1._small_q6dl4_28 ._Image_q6dl4_32{width:12rem}._EmptyState_q6dl4_1._small_q6dl4_28 ._Icon_q6dl4_35{width:8rem}._EmptyState_q6dl4_1._small_q6dl4_28 ._Title_q6dl4_8{font-size:1.6rem}._EmptyState_q6dl4_1._small_q6dl4_28 ._SubTitle_q6dl4_41{font-size:1.4rem}._EmptyState_q6dl4_1._dark_q6dl4_44 ._Circle_q6dl4_11{background-color:#252745}._EmptyState_q6dl4_1._dark_q6dl4_44 ._Circle_q6dl4_11 ._Title_q6dl4_8{color:#fffc}._EmptyState_q6dl4_1 ._Image_q6dl4_32{height:auto;width:20rem;margin-bottom:2rem;opacity:.8}._EmptyState_q6dl4_1 ._Icon_q6dl4_35{height:auto;width:12rem;margin-bottom:2rem;color:#3483ff}._EmptyState_q6dl4_1 ._Title_q6dl4_8{font-size:2rem;font-weight:500;color:#606375;text-align:center;margin-bottom:.8rem;max-width:80%;text-transform:capitalize}._EmptyState_q6dl4_1 ._SubTitle_q6dl4_41{font-size:1.6rem;font-weight:400;color:#898ea8;text-align:center;max-width:70%;margin-bottom:1.2rem;line-height:1.5}._EmptyState_q6dl4_1 ._Text_q6dl4_80{text-align:center;font-size:1.2rem;max-width:50%;color:#c3c6d8;line-height:1.5}._FunnelChip_1ycev_1{display:flex;align-items:center;width:fit-content;font-size:1.4rem;font-weight:700;background:#e7eaf3cc;border-radius:8px;height:2.4rem;padding:0 .8rem;z-index:100;-webkit-user-select:none;user-select:none;transition:all .25s;color:#242424;border:2px solid transparent}._FunnelChip_1ycev_1 ._Label_1ycev_17{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:8rem;margin-right:.8rem}._FunnelChip_1ycev_1 ._Icon_1ycev_24{margin-right:.4rem;font-size:1.4rem}._FitContent_1u9rm_1{width:fit-content!important;min-width:unset!important}._Select_1u9rm_6{display:flex}._Select_1u9rm_6 ._AdditionalAction_1u9rm_9{margin-right:.4rem}._Select_1u9rm_6 ._AdditionalAction_1u9rm_9:last-child,._Select_1u9rm_6 ._AdditionalAction_1u9rm_9:only-child{margin-right:0}._Select_1u9rm_6._FullWidth_1u9rm_15{width:100%}._BlankPaper_ub2w1_1{background-color:transparent!important;box-shadow:none!important}._BlankPaperAllowOverflow_ub2w1_6{background-color:transparent!important;box-shadow:none!important;overflow-y:unset!important;overflow-x:unset!important}._BooleanFilter_1bgb8_1{padding:.8rem 1.2rem}._BooleanFilter_1bgb8_1 ._Form_1bgb8_4{display:flex;align-items:center;height:3.2rem}._BooleanFilter_1bgb8_1 ._Form_1bgb8_4 ._Option_1bgb8_9{display:flex;align-items:center;cursor:pointer}._BooleanFilter_1bgb8_1 ._Form_1bgb8_4 ._Option_1bgb8_9 ._Label_1bgb8_14{font-size:1.4rem;margin-right:.8rem;color:#242424;line-height:1.6rem}._BooleanFilter_1bgb8_1 ._Form_1bgb8_4 ._Option_1bgb8_9 ._Checkbox_1bgb8_20{margin-right:.4rem}._BooleanFilter_1bgb8_1 ._ApplyBtnWrapper_1bgb8_23{flex:1;display:flex;align-items:center;justify-content:flex-end}._BooleanFilter_1bgb8_1 ._ApplyBtnWrapper_1bgb8_23 ._ApplyBtn_1bgb8_23{height:2.4rem}._FreeTextDialog_1bgb8_33{padding:.8rem 1.2rem}._EnumFilter_1bgb8_37{min-width:24rem;max-width:32rem}._EnumFilter_1bgb8_37._FitContent_1bgb8_41{width:fit-content;min-width:unset}._EnumFilter_1bgb8_37 ._SearchWrapper_1bgb8_45{padding:.8rem 1.2rem;border-bottom:1px solid #d7daeb}._EnumFilter_1bgb8_37 ._SelectionHelper_1bgb8_49{display:flex;align-items:center;background-color:#f0f2f7;height:2.8rem;font-size:1.2rem;color:#757c94;padding:0 1.2rem;font-weight:500}._EnumFilter_1bgb8_37 ._SelectionHelper_1bgb8_49 ._Icon_1bgb8_59{font-size:1.4rem;margin-right:.4rem}._EnumFilter_1bgb8_37 ._Form_1bgb8_4{position:relative;max-height:18.4rem}._EnumFilter_1bgb8_37 ._Form_1bgb8_4._Scrollable_1bgb8_67{max-height:18.4rem;overflow-y:auto}._EnumFilter_1bgb8_37 ._Form_1bgb8_4._Scrollable_1bgb8_67::-webkit-scrollbar{width:4px;height:4px;background:transparent}._EnumFilter_1bgb8_37 ._Form_1bgb8_4._Scrollable_1bgb8_67::-webkit-scrollbar-track{border-radius:.5rem}._EnumFilter_1bgb8_37 ._Form_1bgb8_4._Scrollable_1bgb8_67::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._VirtualScrollWrapper_1bgb8_86{max-height:18.4rem;overflow-y:auto;padding:.4rem 0}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._VirtualScrollWrapper_1bgb8_86::-webkit-scrollbar{width:4px;height:4px;background:transparent}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._VirtualScrollWrapper_1bgb8_86::-webkit-scrollbar-track{border-radius:.5rem}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._VirtualScrollWrapper_1bgb8_86::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._Loading_1bgb8_106{display:flex;justify-content:center;align-items:center;width:100%;height:5rem}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._Option_1bgb8_9{position:relative;display:flex;align-items:center;cursor:pointer;transition:all .25s;min-height:2.8rem;padding:0 1.2rem;gap:.8rem}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._Option_1bgb8_9:first-child{margin-top:.8rem}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._Option_1bgb8_9:last-child{margin-bottom:.8rem}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._Option_1bgb8_9 ._IconWrapper_1bgb8_129{display:flex;align-items:center;justify-content:center;min-width:2rem;min-height:2rem;font-size:1.6rem}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._Option_1bgb8_9 ._Label_1bgb8_14{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;font-size:1.4rem;color:#242424}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._Option_1bgb8_9._Active_1bgb8_145{padding-left:2rem}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._Option_1bgb8_9._Selected_1bgb8_148 ._Label_1bgb8_14,._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._Option_1bgb8_9._Active_1bgb8_145 ._Label_1bgb8_14,._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._Option_1bgb8_9:hover ._Label_1bgb8_14{color:#3483ff}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._Option_1bgb8_9._Disabled_1bgb8_151 ._Label_1bgb8_14{color:#757c94!important;cursor:default}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._Option_1bgb8_9._Disabled_1bgb8_151:hover ._Label_1bgb8_14{color:#757c94!important}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._NoResults_1bgb8_158{display:flex;justify-content:center;align-items:center;height:6rem;color:#898ea8;font-size:1.4rem;text-transform:uppercase}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._AddOption_1bgb8_167{display:flex;justify-content:center;align-items:center;height:6rem;font-size:1.4rem;cursor:pointer;color:#2f78ea}._EnumFilter_1bgb8_37 ._Form_1bgb8_4 ._AddOption_1bgb8_167:hover{text-decoration:underline}._EnumFilter_1bgb8_37 ._ApplyBtn_1bgb8_23{height:2.4rem;margin:.8rem 1.2rem}._DateFilter_1bgb8_184{padding:.8rem 1.2rem;display:flex;align-items:center;justify-content:center;min-width:14rem!important;width:fit-content}._DateFilter_1bgb8_184 ._Wrapper_1bgb8_192{display:flex}._DateFilter_1bgb8_184 ._QuickSelect_1bgb8_195{display:flex;flex-direction:column;min-width:8rem;padding-top:.8rem;padding-right:1.2rem;margin-right:1.2rem;border-right:1px solid #d7daeb}._DateFilter_1bgb8_184 ._QuickSelect_1bgb8_195 ._Label_1bgb8_14{font-size:1.4rem;color:#757c96;margin-bottom:.8rem}._DateFilter_1bgb8_184 ._QuickSelect_1bgb8_195 ._Option_1bgb8_9{color:#757c96;font-size:1.4rem;border-radius:4px;margin-bottom:.8rem;padding:.2rem .4rem;cursor:pointer;transition:all .25s;width:fit-content}._DateFilter_1bgb8_184 ._QuickSelect_1bgb8_195 ._Option_1bgb8_9:hover{background-color:#e5efff;color:#242424}._DateFilter_1bgb8_184 ._QuickSelect_1bgb8_195 ._Option_1bgb8_9:last-child{margin-right:0}._DialogLayout_1cb83_1{position:relative;display:flex;flex-direction:column;background-color:#fff;min-width:24rem;border-radius:8px;margin-top:.8rem;border:1px solid #d7daeb;box-shadow:0 2px 6px #21212333}._SimpleSearch_o3sxk_1 ._Label_o3sxk_1{font-size:1.2rem;color:#242424}._SimpleSearch_o3sxk_1 ._SearchIcon_o3sxk_5{position:absolute;top:50%;left:0;transform:translateY(-50%);color:#898ea8;font-size:1.6rem}._SimpleSearch_o3sxk_1 ._ApplyBtn_o3sxk_13{height:2.4rem}._SimpleSearch_o3sxk_1 ._Form_o3sxk_16{width:100%;position:relative;display:flex;align-items:flex-end}._SimpleSearch_o3sxk_1 ._Input_o3sxk_22{font-size:1.4rem;border:0;outline:0;background-color:transparent;width:100%;padding:0;padding-left:2.4rem;color:#242424;height:2.8rem}._SimpleSearch_o3sxk_1 ._Input_o3sxk_22::placeholder{color:#c7cbe5;font-size:1.4rem}._CheckBoxLabel_p5t7t_1{display:flex;align-items:center;cursor:pointer}._CheckBoxLabel_p5t7t_1._Disabled_p5t7t_6{cursor:initial}._CheckBoxLabel_p5t7t_1._Disabled_p5t7t_6 ._Label_p5t7t_9{color:#757c94}._CheckBoxLabel_p5t7t_1 ._Label_p5t7t_9{margin-left:.4rem;font-size:1.4rem;line-height:1}._CheckBoxLabel_p5t7t_1._Border_p5t7t_17{border:1px solid #d7daeb;border-radius:4px;width:fit-content;padding:.8rem}._Checkbox_p5t7t_24{display:flex;justify-content:center;align-items:center;height:1.4rem;width:1.4rem;min-height:1.4rem;min-width:1.4rem;border:1px solid #212121;background-color:#fff;transition:background-color .25s;border-radius:50%;cursor:pointer}._Checkbox_p5t7t_24._large_p5t7t_38{height:1.8rem;width:1.8rem;min-height:1.8rem;min-width:1.8rem}._Checkbox_p5t7t_24._Multi_p5t7t_44{border-radius:2px}._Checkbox_p5t7t_24._Checked_p5t7t_47{background-color:#3483ff;border-color:#3483ff}._Checkbox_p5t7t_24._Error_p5t7t_51{border-color:#e74c3c}._Checkbox_p5t7t_24 ._CheckIcon_p5t7t_54{color:#fff;font-size:1rem}._Checkbox_p5t7t_24 ._Square_p5t7t_58{width:.8rem;height:.8rem;background-color:#3483ff;border-radius:2px}._Checkbox_p5t7t_24._Disabled_p5t7t_6{cursor:initial;border:1px solid #757c94;background-color:#f0f2f7}._Checkbox_p5t7t_24._Disabled_p5t7t_6 ._CheckIcon_p5t7t_54{color:#606375}._Button_19mjm_1{display:flex;justify-content:center;align-items:center;gap:.4rem;font-size:1.4rem;border-radius:20px;height:2.8rem;padding:0 1.2rem;border:none;outline:none;cursor:pointer;transition:all .25s;word-break:keep-all;white-space:nowrap}._Button_19mjm_1._large_19mjm_17{letter-spacing:.6px;height:3.6rem;padding:0 2.4rem}._Button_19mjm_1._contained_19mjm_22{background-color:#3483ff;color:#fff}._Button_19mjm_1._contained_19mjm_22._Critical_19mjm_26{background-color:#f66b6b;color:#fff}._Button_19mjm_1._contained_19mjm_22._Critical_19mjm_26:focus,._Button_19mjm_1._contained_19mjm_22._Critical_19mjm_26:hover{background-color:#f18689;color:#fff}._Button_19mjm_1._contained_19mjm_22:focus,._Button_19mjm_1._contained_19mjm_22:hover{background-color:#2f78ea;color:#fff}._Button_19mjm_1._contained_19mjm_22._Disabled_19mjm_38{background-color:#3483ff80;color:#fff!important}._Button_19mjm_1._contained_19mjm_22._Disabled_19mjm_38:hover{background-color:#3483ff33!important;color:#fff!important}._Button_19mjm_1._outlined_19mjm_46{background-color:#fff;color:#242424;border:1px solid #c3c6d8}._Button_19mjm_1._outlined_19mjm_46:active,._Button_19mjm_1._outlined_19mjm_46:hover{color:#3483ff;background-color:#f8f9fd}._Button_19mjm_1._outlined_19mjm_46._Disabled_19mjm_38,._Button_19mjm_1._outlined_19mjm_46._Disabled_19mjm_38:hover{background-color:#f0f2f8!important;color:#c3c6d8!important}._Button_19mjm_1._Disabled_19mjm_38{cursor:not-allowed}._Button_19mjm_1._Active_19mjm_66{background-color:#3483ff1a!important;color:#3483ff;border-color:#3483ff80;font-weight:500}._Button_19mjm_1._Caps_19mjm_72{text-transform:capitalize}._Button_19mjm_1 ._Icon_19mjm_75{font-size:1.6rem;margin-right:.2rem}._Button_19mjm_1 ._EndIcon_19mjm_79{font-size:1.6rem;margin-left:.4rem}._HelperText_1cjt1_1{font-size:1.6rem}._HelperText_1cjt1_1._Small_1cjt1_4{font-size:1.4rem}._HelperText_1cjt1_1._MEMO_1cjt1_7{color:#212123}._HelperText_1cjt1_1._INFO_1cjt1_10{color:#898ea8}._HelperText_1cjt1_1._WARN_1cjt1_13{color:#f1ae49}._HelperText_1cjt1_1._ERROR_1cjt1_16{color:#f66b6b}@media print{._HelperText_1cjt1_1,._HelperText_1cjt1_1 ._HelperIcon_1cjt1_23{display:none!important}}._InputIconButton_ylp0b_1{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;transition:all .25s;border-radius:50%}._InputIconButton_ylp0b_1:hover{background-color:#f0f2f7}._InputIconButton_ylp0b_1 ._Icon_ylp0b_13{font-size:1.4rem;color:#757c94}._StageWrapper_1ok9g_1{position:relative;display:flex;justify-content:center;align-items:center;height:100%;width:100%;flex:1}._DocumentViewer_1761j_1{padding-right:2rem;height:100%}._DocumentViewer_1761j_1._DarkMode_1761j_5 ._DocumentChildrenWrapper_1761j_5{color:#fff}._DocumentViewer_1761j_1 ._Body_1761j_8{width:100%;display:flex;min-height:100%}._DocumentViewer_1761j_1 ._Body_1761j_8 ._MainColumn_1761j_13{flex:1;max-width:100%}._DocumentViewer_1761j_1 ._Body_1761j_8 ._MainColumn_1761j_13._HasSideColumn_1761j_17{width:calc(100% - 28rem)}._DocumentViewer_1761j_1 ._Body_1761j_8 ._SideColumn_1761j_20{padding:2rem;min-width:28rem;max-width:28rem;width:28rem;background-color:#f8f9fc}._DocumentViewer_1761j_1 ._DocumentChildrenWrapper_1761j_5{display:flex;flex-direction:column;color:#242424;min-height:100%}._DocumentViewer_1761j_1 ._DocumentChildrenWrapper_1761j_5>*:not(._ExternalAdditions_1761j_33):not(._FullViewer_1761j_33):not(span){margin-bottom:2.4rem;margin-left:2rem;max-width:calc(100% - 2rem)}._DocumentViewer_1761j_1 ._DocumentChildrenWrapper_1761j_5>*:not(._ExternalAdditions_1761j_33):not(._FullViewer_1761j_33):not(span):first-of-type{margin-top:2rem}._TableOfContent_2jxas_1{display:flex;flex-direction:column;position:sticky;top:2rem}._TableOfContent_2jxas_1 ._Title_2jxas_7{text-transform:uppercase;font-size:1.2rem;color:#898ea8;margin-bottom:2rem;letter-spacing:.3px;font-weight:600}._TableOfContent_2jxas_1 ._List_2jxas_15{list-style:none;margin:0;padding:0}._TableOfContent_2jxas_1 ._List_2jxas_15 ._Item_2jxas_20{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem;padding:.8rem .8rem .8rem 0;border-radius:8px;min-width:0;cursor:pointer}._TableOfContent_2jxas_1 ._List_2jxas_15 ._Item_2jxas_20._Low_2jxas_30 ._Link_2jxas_30{font-weight:300}._TableOfContent_2jxas_1 ._List_2jxas_15 ._Item_2jxas_20._Low_2jxas_30 ._Link_2jxas_30 ._Circle_2jxas_33{background-color:#b1b4c5}._TableOfContent_2jxas_1 ._List_2jxas_15 ._Item_2jxas_20:hover{background-color:#f8f9fd}._TableOfContent_2jxas_1 ._List_2jxas_15 ._Item_2jxas_20:last-child,._TableOfContent_2jxas_1 ._List_2jxas_15 ._Item_2jxas_20:only-child{margin-bottom:0}._TableOfContent_2jxas_1 ._List_2jxas_15 ._Item_2jxas_20:hover ._Arrow_2jxas_42{display:initial}._TableOfContent_2jxas_1 ._List_2jxas_15 ._Item_2jxas_20 ._Link_2jxas_30{display:flex;align-items:center;justify-content:flex-start;flex:1;font-size:1.6rem;font-weight:600;border-radius:12px;color:#242424;transition:all .25s;min-width:0}._TableOfContent_2jxas_1 ._List_2jxas_15 ._Item_2jxas_20 ._Link_2jxas_30 ._StatusContent_2jxas_57{display:flex;align-items:center;justify-content:center;width:3.2rem;min-width:3.2rem}._TableOfContent_2jxas_1 ._List_2jxas_15 ._Item_2jxas_20 ._Link_2jxas_30 ._Circle_2jxas_33{width:1rem;min-width:1rem;height:1rem;min-height:1rem;border-radius:50%;background-color:#242424}._TableOfContent_2jxas_1 ._List_2jxas_15 ._Item_2jxas_20 ._Link_2jxas_30 ._Icon_2jxas_72{font-size:1.6rem;margin-right:.8rem;color:#242424}._TableOfContent_2jxas_1 ._List_2jxas_15 ._Item_2jxas_20 ._Link_2jxas_30 ._Label_2jxas_77{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._TableOfContent_2jxas_1 ._List_2jxas_15 ._Item_2jxas_20 ._Arrow_2jxas_42{font-size:1.6rem;display:none;min-width:2.8rem}._SectionViewer_y9dln_1._Open_y9dln_1 ._Header_y9dln_1{margin-bottom:2rem}._SectionViewer_y9dln_1._Open_y9dln_1 ._Header_y9dln_1 ._DDIcon_y9dln_4{transform:unset}._SectionViewer_y9dln_1._Open_y9dln_1 ._Content_y9dln_7{overflow:unset;max-height:10000rem;opacity:1}._SectionViewer_y9dln_1._Open_y9dln_1 ._Content_y9dln_7>*{margin-bottom:.8rem}._SectionViewer_y9dln_1._not_meaningful_y9dln_15 ._Header_y9dln_1 ._Title_y9dln_15{font-weight:300}._SectionViewer_y9dln_1 ._Header_y9dln_1{display:flex;align-items:center;margin-bottom:0;transition:all .25s}._SectionViewer_y9dln_1 ._Header_y9dln_1 ._SectionIcon_y9dln_24{margin-right:1.2rem;color:#757c96}._SectionViewer_y9dln_1 ._Header_y9dln_1 ._Alert_y9dln_28{height:1rem;width:1rem;border-radius:50%;background-color:#242424;margin-right:.8rem}._SectionViewer_y9dln_1 ._Header_y9dln_1 ._HelperTextIcon_y9dln_35{margin-left:1.2rem;font-size:1.6rem;color:#757c96}._SectionViewer_y9dln_1 ._Header_y9dln_1 ._DDIcon_y9dln_4{transform:rotate(-90deg);margin-right:1.6rem;font-size:1.8rem;transition:transform .25s;cursor:pointer}._SectionViewer_y9dln_1 ._Header_y9dln_1 ._Title_y9dln_15{font-size:2rem;font-weight:600;color:#242424;-webkit-user-select:none;user-select:none;cursor:pointer}._SectionViewer_y9dln_1 ._Header_y9dln_1 ._Actions_y9dln_54{margin-left:1.6rem;color:#757c96}._SectionViewer_y9dln_1 ._Content_y9dln_7{max-height:0;overflow:hidden;transition:opacity .25s,max-height .25s;opacity:0}._Dropdown_1btci_1._HasParent_1btci_1{padding-top:0}._Dropdown_1btci_1 ._Search_1btci_4{padding:.8rem 1.2rem;border-bottom:1px solid #d7daeb}._Dropdown_1btci_1 ._ParentHeader_1btci_8{display:flex;align-items:center;color:#3483ff;padding:.8rem 1.2rem;margin-bottom:.4rem;border-bottom:1px solid #d7daeb;cursor:pointer;font-size:1.4rem;background-color:#f3f4f7;border-top-left-radius:8px;border-top-right-radius:8px}._Dropdown_1btci_1 ._ParentHeader_1btci_8 ._BackIcon_1btci_21{transform:rotate(90deg);font-size:1.6rem;margin-right:.4rem}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26{display:flex;flex-direction:column;max-height:24rem;overflow-y:auto;scroll-behavior:smooth}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26::-webkit-scrollbar{width:4px;height:4px;background:transparent}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26::-webkit-scrollbar-track{border-radius:.5rem}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26 ._NoResults_1btci_48{display:flex;align-items:center;justify-content:center;text-align:center;color:#898ea8;font-size:1.4rem;height:8rem}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26 ._DropdownItem_1btci_57{position:relative;display:flex;align-items:center;cursor:pointer;transition:all .25s;min-height:2.8rem;padding:0 1.2rem}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26 ._DropdownItem_1btci_57:first-child{margin-top:.8rem}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26 ._DropdownItem_1btci_57:last-child{margin-bottom:.8rem}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26 ._DropdownItem_1btci_57 ._Icon_1btci_72{margin-right:.8rem;font-size:1.8rem}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26 ._DropdownItem_1btci_57 ._ChildrenIcon_1btci_76{font-size:1.6rem;transform:rotate(-90deg)}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26 ._DropdownItem_1btci_57._Active_1btci_80{padding-left:.8rem}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26 ._DropdownItem_1btci_57._Active_1btci_80,._Dropdown_1btci_1 ._ActionsWrapper_1btci_26 ._DropdownItem_1btci_57:hover{color:#3483ff;background-color:#3483ff1a}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26 ._DropdownItem_1btci_57._Disable_1btci_87{cursor:not-allowed;opacity:.5}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26 ._DropdownItem_1btci_57._Disable_1btci_87:hover{font-weight:unset}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26 ._DropdownItem_1btci_57 ._Label_1btci_94{flex:1;font-size:1.4rem;display:flex;align-items:center}._Dropdown_1btci_1 ._ActionsWrapper_1btci_26 ._DropdownItem_1btci_57 ._Label_1btci_94 ._Helper_1btci_100{margin-left:.6rem}._DropdownButton_1vlir_1{display:flex;align-items:center;font-size:1.4rem;color:#242424;border-radius:4px;min-width:10.4rem;max-width:20rem;transition:all .25s;cursor:pointer;-webkit-user-select:none;user-select:none;height:3.2rem;padding:0 .4rem 0 .8rem;border:1px solid #d7daeb;background-color:#fff}._DropdownButton_1vlir_1._Open_1vlir_17{border-color:#3483ff;background-color:#fff}._DropdownButton_1vlir_1:hover{background-color:#fff;border-color:#3483ff;color:#242424}._DropdownButton_1vlir_1._Capitalize_1vlir_26{text-transform:capitalize}._DropdownButton_1vlir_1._Rounded_1vlir_29{border-radius:20px}._DropdownButton_1vlir_1 ._IconWrapper_1vlir_32{display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#757c94}._DropdownButton_1vlir_1 ._IconWrapper_1vlir_32._IconPositionStart_1vlir_39{margin-right:.6rem}._DropdownButton_1vlir_1 ._IconWrapper_1vlir_32._IconPositionEnd_1vlir_42{margin:0}._DropdownButton_1vlir_1 ._Prefix_1vlir_45{color:#898ea8;margin-right:.4rem}._DropdownButton_1vlir_1 ._Label_1vlir_49{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}._DropdownButton_1vlir_1 ._AdditionalActions_1vlir_55{margin-left:.4rem;display:flex;color:#757c94}._DropdownButton_1vlir_1._Disabled_1vlir_60{border:1px solid #d7daeb;cursor:default;background-color:#f8f9fc;min-width:unset;padding-right:.8rem}._DropdownButton_1vlir_1._Disabled_1vlir_60 ._ActionIcon_1vlir_67{display:none}._DropdownButton_1vlir_1._Disabled_1vlir_60:hover{border:1px solid #d7daeb;cursor:default}._DropdownButton_1vlir_1._FullWidth_1vlir_74{width:100%!important;max-width:100%!important}._DropdownButton_1vlir_1._Error_1vlir_78{border-color:#e74c3c!important}._DropdownButton_1vlir_1._Placeholder_1vlir_81{color:#c3c6d8!important}._DropdownButton_1vlir_1 ._ActionIcon_1vlir_67{font-size:1.6rem;transition:all .25s;border:1px solid transparent;border-radius:50%;color:#606375}._DropdownButton_1vlir_1 ._Clear_1vlir_91{margin-left:.4rem}._DropdownButton_1vlir_1 ._Arrow_1vlir_94{color:#757c94}._DropdownButton_1vlir_1._Open_1vlir_17 ._Arrow_1vlir_94{transform:rotate(180deg)}._DropdownButton_1vlir_1._NoBorder_1vlir_100{border:none;padding:0}._IconButton_67hoi_1{display:flex;justify-content:center;align-items:center;height:2.8rem;width:2.8rem;min-width:2.8rem;min-height:2.8rem;cursor:pointer;transition:all .25s;border-radius:50%;background-color:#fff}._IconButton_67hoi_1._Disabled_67hoi_14{opacity:.5;cursor:not-allowed}._IconButton_67hoi_1._Border_67hoi_18{border:1px solid #c3c6d8}._IconButton_67hoi_1._Border_67hoi_18 ._Icon_67hoi_1{font-size:1.6rem}._IconButton_67hoi_1._small_67hoi_24{height:2rem;width:2rem;min-width:2rem;min-height:2rem}._IconButton_67hoi_1._small_67hoi_24 ._Icon_67hoi_1{font-size:1.4rem}._IconButton_67hoi_1._large_67hoi_33{height:3.6rem;width:3.6rem;min-width:3.6rem;min-height:3.6rem}._IconButton_67hoi_1._large_67hoi_33 ._Icon_67hoi_1{font-size:2rem}._IconButton_67hoi_1._Active_67hoi_42,._IconButton_67hoi_1:hover:not(._IconButton_67hoi_1._Disabled_67hoi_14){background-color:#f3f4f7;border-color:#2f78ea}._IconButton_67hoi_1._Active_67hoi_42 ._Icon_67hoi_1,._IconButton_67hoi_1:hover:not(._IconButton_67hoi_1._Disabled_67hoi_14) ._Icon_67hoi_1{color:#3483ff}._IconButton_67hoi_1 ._Icon_67hoi_1{font-size:2rem;color:#757c94;transition:all .25s}._BlockViewer_yw8a3_1{position:relative;display:flex;flex-direction:column;background-color:#fff;border-radius:12px;transition:all .25s;padding-top:1.6rem;padding-bottom:1.6rem;margin-bottom:1.2rem;border:1px solid #d7daeb;box-shadow:0 3px 6px #dadada4d}._BlockViewer_yw8a3_1 ._Title_yw8a3_14{display:flex;align-items:center;width:100%;height:4.8rem;font-size:2.2rem;color:#3483ff;background-color:#fff;border-top-left-radius:12px;border-top-right-radius:12px;padding:0 1.6rem}._BlockViewer_yw8a3_1:only-child,._BlockViewer_yw8a3_1:last-child{margin-bottom:0}._BlockViewer_yw8a3_1._DarkMode_yw8a3_29{background-color:#252745}._BlockViewer_yw8a3_1._Collapsable_yw8a3_32{padding-bottom:6rem}._BlockViewer_yw8a3_1._Closed_yw8a3_35{height:5.2rem;overflow:hidden;padding-bottom:0}._BlockViewer_yw8a3_1._Closed_yw8a3_35 ._SeeMore_yw8a3_40 ._Icon_yw8a3_40{transform:rotate(0)}._BlockViewer_yw8a3_1._HasTitle_yw8a3_43{padding-top:0}._BlockViewer_yw8a3_1 ._ClosedOverlay_yw8a3_46{display:flex;justify-content:center;align-items:flex-end;position:absolute;height:100%;width:100%;bottom:0;left:0;z-index:20}._BlockViewer_yw8a3_1 ._ClosedOverlay_yw8a3_46._Open_yw8a3_57{background:none;height:2rem}._BlockViewer_yw8a3_1 ._SeeMore_yw8a3_40{display:flex;justify-content:center;align-items:center;padding-bottom:.8rem;font-size:1.2rem;color:#757c96;cursor:pointer;z-index:20}._BlockViewer_yw8a3_1 ._SeeMore_yw8a3_40 ._Icon_yw8a3_40{font-size:1.8rem;transform:rotate(180deg)}._BlockViewer_yw8a3_1 ._SeeMore_yw8a3_40:hover{text-decoration:underline}._BlockViewer_yw8a3_1 ._Block_yw8a3_1{flex:1;position:relative;margin-bottom:1.2rem;padding:0 1.6rem 1.2rem}._BlockViewer_yw8a3_1 ._Block_yw8a3_1:only-child,._BlockViewer_yw8a3_1 ._Block_yw8a3_1:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}._ImageViewer_v362r_1{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}._ImageViewer_v362r_1 ._ImageWrapper_v362r_8{position:relative;width:100%;margin-bottom:1.2rem;border-radius:8px;overflow:hidden}._ImageViewer_v362r_1 ._ImageWrapper_v362r_8 img{flex:1;max-width:100%;height:auto}._ImageViewer_v362r_1 ._ImageWrapper_v362r_8:hover ._Actions_v362r_20{opacity:1}._ImageViewer_v362r_1 ._ImageWrapper_v362r_8 ._Actions_v362r_20{position:absolute;top:0;right:0;opacity:0;transition:all .25s;background:linear-gradient(to bottom,rgba(96,99,117,.4) 8%,transparent 24%,transparent 100%);height:100%;width:100%;display:flex;justify-content:flex-end;align-items:flex-start;z-index:10}._ImageViewer_v362r_1 ._ImageWrapper_v362r_8 ._Actions_v362r_20 ._Icon_v362r_37{color:#fff;font-size:2rem}._ImageViewer_v362r_1 ._Caption_v362r_41{display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#606375}._TitleSection_1enjp_1 ._Header_1enjp_1{margin-bottom:1.2rem}._TitleSection_1enjp_1 ._Header_1enjp_1 ._TitleWrapper_1enjp_4{display:flex;align-items:center;flex:1;gap:.8rem}._TitleSection_1enjp_1 ._Header_1enjp_1 ._TitleWrapper_1enjp_4 ._Title_1enjp_1{display:flex;align-items:center;font-size:1.8rem;line-height:2.4rem;font-weight:500;gap:.8rem;color:#212121;flex:1}._TitleSection_1enjp_1 ._Header_1enjp_1 ._TitleWrapper_1enjp_4 ._Title_1enjp_1 ._Subtitle_1enjp_20{color:#757c94;font-size:1.4rem;font-weight:500}._TitleSection_1enjp_1 ._Header_1enjp_1 ._TitleWrapper_1enjp_4 ._Actions_1enjp_25{display:flex;align-items:center;gap:.8rem}._TitleSection_1enjp_1 ._Header_1enjp_1 ._Description_1enjp_30{font-size:1.4rem;color:#757c94;max-width:72%;margin-top:.8rem;line-height:2rem}._MarkdownViewer_1wg60_1{font-size:1.4rem}._MarkdownViewer_1wg60_1 ._Command_1wg60_4{font-size:1.4rem;font-weight:unset;color:#3483ff;text-decoration:underline;cursor:pointer}._Markdown_1wg60_1{font-size:inherit;color:inherit;font-family:Manrope;line-height:1.5;word-wrap:break-word}._Markdown_1wg60_1:before{display:table;content:""}._Markdown_1wg60_1:after{display:table;clear:both;content:""}._Markdown_1wg60_1>*:first-child{margin-top:0!important}._Markdown_1wg60_1>*:last-child{margin-bottom:0!important}._Markdown_1wg60_1 a:not([href]){color:inherit;text-decoration:none}._Markdown_1wg60_1 ._absent_1wg60_38{color:var(--color-danger-fg)}._Markdown_1wg60_1 ._anchor_1wg60_41{float:left;padding-right:.4rem;margin-left:-20px;line-height:1}._Markdown_1wg60_1 ._anchor_1wg60_41:focus{outline:none}._Markdown_1wg60_1 a{color:inherit;text-decoration:underline}._Markdown_1wg60_1 p,._Markdown_1wg60_1 blockquote,._Markdown_1wg60_1 ul,._Markdown_1wg60_1 ol,._Markdown_1wg60_1 dl,._Markdown_1wg60_1 table,._Markdown_1wg60_1 pre,._Markdown_1wg60_1 details{margin-top:0;margin-bottom:1.2rem}._Markdown_1wg60_1 hr{height:1.2rem;padding:0;margin:1.6rem 0;background-color:var(--color-border-default);border:0}._Markdown_1wg60_1 blockquote{padding:0 1.2rem;color:var(--color-fg-muted);border-left:.25em solid rgba(195,198,216,.7)}._Markdown_1wg60_1 blockquote>:first-child{margin-top:0}._Markdown_1wg60_1 blockquote>:last-child{margin-bottom:0}._Markdown_1wg60_1 sup>a:before{content:"["}._Markdown_1wg60_1 sup>a:after{content:"]"}._Markdown_1wg60_1 h1,._Markdown_1wg60_1 h2,._Markdown_1wg60_1 h3,._Markdown_1wg60_1 h4,._Markdown_1wg60_1 h5,._Markdown_1wg60_1 h6{color:inherit;margin-bottom:.8rem;font-weight:500;line-height:1.5}._Markdown_1wg60_1 h1:first-child,._Markdown_1wg60_1 h2:first-child,._Markdown_1wg60_1 h3:first-child,._Markdown_1wg60_1 h4:first-child,._Markdown_1wg60_1 h5:first-child,._Markdown_1wg60_1 h6:first-child{margin-top:0!important}._Markdown_1wg60_1 h1 ._octicon-link_1wg60_108,._Markdown_1wg60_1 h2 ._octicon-link_1wg60_108,._Markdown_1wg60_1 h3 ._octicon-link_1wg60_108,._Markdown_1wg60_1 h4 ._octicon-link_1wg60_108,._Markdown_1wg60_1 h5 ._octicon-link_1wg60_108,._Markdown_1wg60_1 h6 ._octicon-link_1wg60_108{color:var(--color-fg-default);vertical-align:middle;visibility:hidden}._Markdown_1wg60_1 h1:hover ._anchor_1wg60_41,._Markdown_1wg60_1 h2:hover ._anchor_1wg60_41,._Markdown_1wg60_1 h3:hover ._anchor_1wg60_41,._Markdown_1wg60_1 h4:hover ._anchor_1wg60_41,._Markdown_1wg60_1 h5:hover ._anchor_1wg60_41,._Markdown_1wg60_1 h6:hover ._anchor_1wg60_41{text-decoration:none}._Markdown_1wg60_1 h1:hover ._anchor_1wg60_41 ._octicon-link_1wg60_108,._Markdown_1wg60_1 h2:hover ._anchor_1wg60_41 ._octicon-link_1wg60_108,._Markdown_1wg60_1 h3:hover ._anchor_1wg60_41 ._octicon-link_1wg60_108,._Markdown_1wg60_1 h4:hover ._anchor_1wg60_41 ._octicon-link_1wg60_108,._Markdown_1wg60_1 h5:hover ._anchor_1wg60_41 ._octicon-link_1wg60_108,._Markdown_1wg60_1 h6:hover ._anchor_1wg60_41 ._octicon-link_1wg60_108{visibility:visible}._Markdown_1wg60_1 h1 tt,._Markdown_1wg60_1 h1 code,._Markdown_1wg60_1 h2 tt,._Markdown_1wg60_1 h2 code,._Markdown_1wg60_1 h3 tt,._Markdown_1wg60_1 h3 code,._Markdown_1wg60_1 h4 tt,._Markdown_1wg60_1 h4 code,._Markdown_1wg60_1 h5 tt,._Markdown_1wg60_1 h5 code,._Markdown_1wg60_1 h6 tt,._Markdown_1wg60_1 h6 code{padding:0 .2em;font-size:inherit}._Markdown_1wg60_1 h1{padding-bottom:.3em;font-size:2rem;border-bottom:1px solid rgba(195,198,216,.7)}._Markdown_1wg60_1 h2{padding-bottom:.3em;font-size:1.5rem}._Markdown_1wg60_1 h3{font-size:1.4rem}._Markdown_1wg60_1 h4{font-size:1.2rem}._Markdown_1wg60_1 h5{font-size:.875rem}._Markdown_1wg60_1 h6{font-size:.85rem;color:inherit}._Markdown_1wg60_1 table{display:block;width:100%;width:max-content;max-width:100%;overflow:auto}._Markdown_1wg60_1 table th{font-weight:500}._Markdown_1wg60_1 table th,._Markdown_1wg60_1 table td{padding:6px 13px;border:1px solid rgba(195,198,216,.7)}._Markdown_1wg60_1 table tr{background-color:var(--color-canvas-default);border-top:1px solid rgba(195,198,216,.7)}._Markdown_1wg60_1 table tr:nth-child(2n){background-color:var(--color-canvas-subtle)}._Markdown_1wg60_1 table img{background-color:transparent}._Markdown_1wg60_1 ul,._Markdown_1wg60_1 ol{padding-left:2em}._Markdown_1wg60_1 ul._no-list_1wg60_200,._Markdown_1wg60_1 ol._no-list_1wg60_200{padding:0;list-style-type:none}._Markdown_1wg60_1 ol[type="1"]{list-style-type:decimal}._Markdown_1wg60_1 ol[type=a]{list-style-type:lower-alpha}._Markdown_1wg60_1 ol[type=i]{list-style-type:lower-roman}._Markdown_1wg60_1 div>ol:not([type]){list-style-type:decimal}._Markdown_1wg60_1 ul ul,._Markdown_1wg60_1 ul ol,._Markdown_1wg60_1 ol ol,._Markdown_1wg60_1 ol ul{margin-top:0;margin-bottom:0}._Markdown_1wg60_1 li>p{margin-top:1.2rem}._Markdown_1wg60_1 li+li{margin-top:.4rem}._Markdown_1wg60_1 dl{padding:0}._Markdown_1wg60_1 dl dt{padding:0;margin-top:.4rem;font-size:1em;font-style:italic;font-weight:500}._Markdown_1wg60_1 dl dd{padding:0 1.2rem;margin-bottom:1.2rem}._Markdown_1wg60_1 img{max-width:100%;box-sizing:content-box;background-color:var(--color-canvas-default)}._Markdown_1wg60_1 img[align=right]{padding-left:20px}._Markdown_1wg60_1 img[align=left]{padding-right:20px}._Markdown_1wg60_1 ._emoji_1wg60_255{max-width:none;vertical-align:text-top;background-color:transparent}._Markdown_1wg60_1 span._frame_1wg60_260{display:block;overflow:hidden}._Markdown_1wg60_1 span._frame_1wg60_260>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid rgba(195,198,216,.7)}._Markdown_1wg60_1 span._frame_1wg60_260 span img{display:block;float:left}._Markdown_1wg60_1 span._frame_1wg60_260 span span{display:block;padding:5px 0 0;clear:both;color:inherit}._Markdown_1wg60_1 span._align-center_1wg60_283{display:block;overflow:hidden;clear:both}._Markdown_1wg60_1 span._align-center_1wg60_283>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}._Markdown_1wg60_1 span._align-center_1wg60_283 span img{margin:0 auto;text-align:center}._Markdown_1wg60_1 span._align-right_1wg60_298{display:block;overflow:hidden;clear:both}._Markdown_1wg60_1 span._align-right_1wg60_298>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}._Markdown_1wg60_1 span._align-right_1wg60_298 span img{margin:0;text-align:right}._Markdown_1wg60_1 span._float-left_1wg60_313{display:block;float:left;margin-right:13px;overflow:hidden}._Markdown_1wg60_1 span._float-left_1wg60_313 span{margin:13px 0 0}._Markdown_1wg60_1 span._float-right_1wg60_322{display:block;float:right;margin-left:13px;overflow:hidden}._Markdown_1wg60_1 span._float-right_1wg60_322>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}._Markdown_1wg60_1 code,._Markdown_1wg60_1 tt{padding:.2em .4em;margin:0;font-size:85%;background-color:var(--color-neutral-muted);border-radius:4px}._Markdown_1wg60_1 code br,._Markdown_1wg60_1 tt br{display:none}._Markdown_1wg60_1 del code{text-decoration:inherit}._Markdown_1wg60_1 pre{word-wrap:normal}._Markdown_1wg60_1 pre code{font-size:100%}._Markdown_1wg60_1 pre>code{padding:0;margin:0;word-break:normal;white-space:pre;background:transparent;border:0}._Markdown_1wg60_1 ._highlight_1wg60_363{margin-bottom:1.2rem}._Markdown_1wg60_1 ._highlight_1wg60_363 pre{margin-bottom:0;word-break:normal}._Markdown_1wg60_1 ._highlight_1wg60_363 pre,._Markdown_1wg60_1 pre{padding:1.2rem;overflow:auto;font-size:85%;line-height:1.45;background-color:var(--color-canvas-subtle);border-radius:4px}._Markdown_1wg60_1 pre code,._Markdown_1wg60_1 pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}._ChartViewer_3yrzn_1,._ChartViewer_3yrzn_1 ._ChartWrapper_3yrzn_4{width:100%}._SelectBlockViewer_7wqfd_1,._SelectBlockViewer_7wqfd_1 ._TabContent_7wqfd_5{display:flex;flex-direction:column}._SelectBlockViewer_7wqfd_1 ._TabContent_7wqfd_5>*{margin-bottom:1.2rem}._SelectBlockViewer_7wqfd_1 ._TabContent_7wqfd_5>*:last-child,._SelectBlockViewer_7wqfd_1 ._TabContent_7wqfd_5>*:only-child{margin-bottom:0}._SelectOptionsWrapper_7wqfd_16{width:100%;margin-bottom:.8rem}._SelectOptions_7wqfd_16{display:flex;align-items:center;max-width:unset;min-height:3.6rem}._OptionsPlacer_1wn36_1 ._Options_1wn36_1{display:flex;align-items:center;margin-bottom:1.2rem;justify-content:space-between}._OptionsPlacer_1wn36_1 ._Options_1wn36_1 ._Left_1wn36_7,._OptionsPlacer_1wn36_1 ._Options_1wn36_1 ._Right_1wn36_11{display:flex;align-items:center}._OptionsPlacer_1wn36_1 ._Options_1wn36_1 ._Option_1wn36_1{margin-right:.8rem}._OptionsPlacer_1wn36_1 ._Options_1wn36_1 ._Option_1wn36_1:last-child,._OptionsPlacer_1wn36_1 ._Options_1wn36_1 ._Option_1wn36_1:only-child{margin-right:0}._SelectItemButton_m41xz_1{max-width:30rem}._AppTabs_m41xz_5{display:flex;align-items:stretch;min-height:3.2rem}._AppTabs_m41xz_5._Border_m41xz_10{border-bottom:1px solid #d7daeb}._AppTabs_m41xz_5._FullWidth_m41xz_13{width:100%}._AppTabs_m41xz_5 ._Prefix_m41xz_16{align-items:center;display:flex;height:100%;font-size:1.4rem;font-weight:500;margin-right:.8rem;padding-left:.4rem}._AppTabs_m41xz_5 ._TabButton_m41xz_25{position:relative;display:flex;align-items:center;color:#606375;margin-right:2rem;cursor:pointer;transition:color .25s;font-size:1.4rem;-webkit-user-select:none;user-select:none;min-height:3.2rem;letter-spacing:.3px;flex-grow:1;flex-shrink:0;flex-basis:0;max-width:fit-content;padding:.4rem 0}._AppTabs_m41xz_5 ._TabButton_m41xz_25 ._Label_m41xz_43{overflow-wrap:break-word;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}._AppTabs_m41xz_5 ._TabButton_m41xz_25._Disabled_m41xz_51{cursor:default;color:#c3c6d8}._AppTabs_m41xz_5 ._TabButton_m41xz_25:last-child,._AppTabs_m41xz_5 ._TabButton_m41xz_25:only-child{margin-right:0}._AppTabs_m41xz_5 ._TabButton_m41xz_25:after{position:absolute;bottom:0;left:0;width:100%;height:3px;border-radius:2px;background-color:#2f78ea;content:" ";opacity:0;transition:all .25s}._AppTabs_m41xz_5 ._TabButton_m41xz_25._Selected_m41xz_70{color:#2f78ea;font-weight:500;letter-spacing:.2px}._AppTabs_m41xz_5 ._TabButton_m41xz_25._Selected_m41xz_70:after{opacity:1}._AppTabs_m41xz_5 ._TabButton_m41xz_25 ._TabBadgeCount_m41xz_78{top:-4px;right:-5px}._AppTabs_m41xz_5 ._More_m41xz_82{border:0;background:transparent!important;border-radius:0;padding-right:0;padding-left:0;width:fit-content;min-width:0;max-width:unset;color:#606375}._AppTabs_m41xz_5 ._More_m41xz_82:hover{background:transparent}._AppTabs_m41xz_5 ._More_m41xz_82._Selected_m41xz_70{color:#2f78ea;font-weight:500;letter-spacing:.2px}._AppTabs_m41xz_5 ._Right_m41xz_101{margin-left:auto}._Badge_shxd4_1{display:inline-flex;position:relative;flex-shrink:0;vertical-align:center}._Badge_shxd4_1 ._BadgeAnchor_shxd4_7{display:flex;justify-content:center;align-items:center;position:absolute;top:0;right:0;padding:.2rem;height:.8rem;width:.8rem;border-radius:8px;background-color:#3483ff;font-size:1rem;font-weight:500;line-height:1rem;color:#fff;transform:translate(30%,-30%);-webkit-user-select:none;user-select:none}._Badge_shxd4_1 ._BadgeAnchor_shxd4_7._Alert_shxd4_26{background-color:#e74c3c;right:-.4rem;cursor:pointer}._Badge_shxd4_1 ._BadgeAnchor_shxd4_7._HasContent_shxd4_31{top:-.4rem;right:-.4rem;height:1.4rem;min-width:1.4rem;width:fit-content}._Badge_shxd4_1 ._BadgeAnchor_shxd4_7._Invisible_shxd4_38{padding:0;height:0;width:0;min-width:0}._SwitchBlockViewer_vw0tl_1{display:flex;flex-direction:column}._SwitchBlockViewer_vw0tl_1 ._TitleWrapper_vw0tl_5{display:flex;align-items:center;width:100%;height:2.8rem;margin-bottom:1.2rem}._SwitchBlockViewer_vw0tl_1 ._TitleWrapper_vw0tl_5 ._Title_vw0tl_5{font-size:1.6rem;font-weight:500;color:inherit;text-transform:capitalize}._SwitchBlockViewer_vw0tl_1 ._TitleWrapper_vw0tl_5 ._Actions_vw0tl_18{margin-left:auto}._SwitchActions_1a681_1{display:flex;flex-wrap:wrap;background:#fff;border-radius:4px;overflow:hidden;width:fit-content;border:1px solid #d7daeb}._SwitchActions_1a681_1._small_1a681_10 ._Action_1a681_10{height:2.6rem}._SwitchActions_1a681_1._Rounded_1a681_13{border-radius:20px}._SwitchActions_1a681_1 ._Action_1a681_10{display:flex;justify-content:center;align-items:center;min-width:2.8rem;gap:.4rem;cursor:pointer;transition:background-color .25s,color .25s;color:#242424;padding:0 .8rem;-webkit-user-select:none;user-select:none;height:3rem}._SwitchActions_1a681_1 ._Action_1a681_10:hover:not(._SwitchActions_1a681_1 ._Action_1a681_10._Active_1a681_29) ._Label_1a681_29,._SwitchActions_1a681_1 ._Action_1a681_10:hover:not(._SwitchActions_1a681_1 ._Action_1a681_10._Active_1a681_29) ._Icon_1a681_30{color:#3483ff}._SwitchActions_1a681_1 ._Action_1a681_10 ._Chip_1a681_33{font-size:1.2rem;padding:.2rem .4rem;border-radius:4px;color:#fff;background-color:#898ea8}._SwitchActions_1a681_1 ._Action_1a681_10._Label_1a681_29{font-size:1.2rem;font-weight:500;color:#606375;text-transform:uppercase;cursor:default}._SwitchActions_1a681_1 ._Action_1a681_10 ._Label_1a681_29{font-size:1.4rem;line-height:1;text-wrap:nowrap}._SwitchActions_1a681_1 ._Action_1a681_10{border-right:1px solid lightgray}._SwitchActions_1a681_1 ._Action_1a681_10:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}._SwitchActions_1a681_1 ._Action_1a681_10:last-child{border:none;border-top-right-radius:4px;border-bottom-right-radius:4px}._SwitchActions_1a681_1 ._Action_1a681_10 ._Icon_1a681_30{font-size:1.6rem}._SwitchActions_1a681_1 ._Action_1a681_10._Active_1a681_29{background-color:#e5efff;color:#3483ff;font-weight:500}._SwitchActions_1a681_1 ._Action_1a681_10._Active_1a681_29 ._Icon_1a681_30{color:#3483ff}._SwitchActions_1a681_1 ._Action_1a681_10._Active_1a681_29 ._Chip_1a681_33{background-color:#3483ff}._SwitchActions_1a681_1 ._Action_1a681_10._Disabled_1a681_78{cursor:not-allowed;background-color:#f8f9fc;color:#757c94}._SwitchActions_1a681_1 ._Action_1a681_10._Disabled_1a681_78._Active_1a681_29{background-color:#f0f2f7;color:#757c94}._SwitchActions_1a681_1 ._Action_1a681_10._Disabled_1a681_78:hover ._Label_1a681_29{color:#757c94!important}._SwitchActions_1a681_1 ._Action_1a681_10._Disabled_1a681_78 ._Icon_1a681_30{color:#757c94}._input-range__slider_uxife_1{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#3f51b5;border:1px solid #3f51b5;border-radius:100%;cursor:pointer;display:block;height:1rem;margin-left:-.5rem;margin-top:-.65rem;outline:none;position:absolute;top:50%;transition:transform .3s ease-out,box-shadow .3s ease-out;width:1rem}._input-range__slider_uxife_1:active{transform:scale(1.3)}._input-range__slider_uxife_1:focus{box-shadow:0 0 0 5px #3f51b533}._input-range--disabled_uxife_26 ._input-range__slider_uxife_1{background:#ccc;border:1px solid #cccccc;box-shadow:none;transform:none}._input-range__slider-container_uxife_33{transition:left .3s ease-out}._input-range__label_uxife_37{color:#aaa;font-family:Helvetica Neue,san-serif;font-size:.8rem;transform:translateZ(0);white-space:nowrap}._input-range__label--min_uxife_45,._input-range__label--max_uxife_46{bottom:-1.4rem;position:absolute}._input-range__label--min_uxife_45{left:0}._input-range__label--max_uxife_46{right:0}._input-range__label--value_uxife_59{position:absolute;top:-1.8rem}._input-range__label-container_uxife_64{left:-50%;position:relative}._input-range__label--max_uxife_46 ._input-range__label-container_uxife_64{left:50%}._input-range__track_uxife_73{background:#eee;border-radius:.3rem;cursor:pointer;display:block;height:.3rem;position:relative;transition:left .3s ease-out,width .3s ease-out}._input-range--disabled_uxife_26 ._input-range__track_uxife_73{background:#eee}._input-range__track--background_uxife_87{left:0;margin-top:-.15rem;position:absolute;right:0;top:50%}._input-range__track--active_uxife_95{background:#3f51b5}._input-range_uxife_1{height:1rem;position:relative;width:100%}._ClearButton_uxife_106{color:#3483ff;cursor:pointer;margin-left:.8rem}._FilterWrapper_uxife_112{display:flex;flex-direction:column}._FilterWrapper_uxife_112 ._Header_uxife_116{display:flex;justify-content:space-between;margin-bottom:.6rem;font-size:1.2rem;color:#898ea8;height:1.6rem}._FilterWrapper_uxife_112 ._Header_uxife_116 ._Label_uxife_124{display:flex;align-items:center;text-transform:uppercase}._FilterWrapper_uxife_112 ._Header_uxife_116 ._Actions_uxife_129{display:flex;align-items:center}._StringListFilter_uxife_134{display:flex;flex-direction:column}._StringListFilter_uxife_134 ._List_uxife_138{display:flex;flex-direction:column;max-height:14rem;overflow-y:auto}._StringListFilter_uxife_134 ._List_uxife_138::-webkit-scrollbar{width:6px;height:6px;background:transparent}._StringListFilter_uxife_134 ._List_uxife_138::-webkit-scrollbar-track{border-radius:.5rem}._StringListFilter_uxife_134 ._List_uxife_138::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._StringListFilter_uxife_134 ._List_uxife_138 ._Option_uxife_159{display:flex;align-items:center;font-size:1.4rem;color:#242424;padding:.2rem 0;cursor:pointer;transition:all .25s;border-radius:4px}._StringListFilter_uxife_134 ._List_uxife_138 ._Option_uxife_159 ._CheckboxWrapper_uxife_169{display:flex;flex-direction:column;justify-content:center;margin:0 .8rem 0 .4rem}._StringListFilter_uxife_134 ._List_uxife_138 ._Option_uxife_159 ._OptionLabel_uxife_175{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:.8rem;cursor:pointer}._NoResults_uxife_183{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:1.4rem;color:#898ea8;height:fit-content;min-height:6rem}._NoResults_uxife_183 ._Text_uxife_194{margin-bottom:.4rem;word-break:break-all}._NumberRangeFilter_uxife_199{display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}._NumberRangeFilter_uxife_199 ._RangeWrapper_uxife_204{display:flex;align-items:center;padding:0 .4rem;height:5.6rem}._TreeFilter_uxife_211{-webkit-user-select:none;user-select:none;font-size:1.4rem}._TreeFilter_uxife_211 ._Groups_uxife_215{display:flex;flex-direction:column;max-height:24rem;overflow-y:auto}._TreeFilter_uxife_211 ._Groups_uxife_215::-webkit-scrollbar{width:6px;height:6px;background:transparent}._TreeFilter_uxife_211 ._Groups_uxife_215::-webkit-scrollbar-track{border-radius:.5rem}._TreeFilter_uxife_211 ._Groups_uxife_215::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._TreeFilter_uxife_211 ._Groups_uxife_215 ._Group_uxife_215{position:relative}._TreeFilter_uxife_211 ._Groups_uxife_215 ._Group_uxife_215 ._Parent_uxife_239{display:flex;align-items:center;margin-bottom:.4rem;position:sticky;top:0;background-color:#fff}._TreeFilter_uxife_211 ._Groups_uxife_215 ._Group_uxife_215 ._Parent_uxife_239._Open_uxife_247 ._DropdownIcon_uxife_247{transform:rotate(0)}._TreeFilter_uxife_211 ._Groups_uxife_215 ._Group_uxife_215 ._Parent_uxife_239 ._DropdownIcon_uxife_247{font-size:1.2rem;margin-right:.4rem;transform:rotate(-90deg);transition:transform .25s}._TreeFilter_uxife_211 ._Groups_uxife_215 ._Group_uxife_215 ._Parent_uxife_239 ._ParentLabel_uxife_256{cursor:pointer;padding-right:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._TreeFilter_uxife_211 ._Groups_uxife_215 ._Group_uxife_215 ._Checkbox_uxife_169{margin-right:.8rem}._TreeFilter_uxife_211 ._Groups_uxife_215 ._Group_uxife_215 ._Child_uxife_266{display:flex;align-items:center;margin-left:3.8rem;margin-bottom:.4rem;cursor:pointer;padding-right:.8rem}._TreeFilter_uxife_211 ._Groups_uxife_215 ._Group_uxife_215 ._Child_uxife_266 ._ChildLabel_uxife_274{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._Search_uxife_280{display:flex;margin-bottom:.6rem}._Search_uxife_280 ._ClearSearchButton_uxife_284{display:flex;justify-content:center;align-items:center;cursor:pointer}._Search_uxife_280 ._ClearSearchButton_uxife_284 ._Icon_uxife_290{font-size:1.4rem;color:#898ea8}._Search_uxife_280 ._SearchInput_uxife_294{width:100%;border:0;outline:0;padding:.4rem 0;margin:0;color:#3483ff;font-size:1.4rem;transition:all .25s}._Search_uxife_280 ._SearchInput_uxife_294::placeholder{color:#c3c6d8}._TableViewer_2yfo3_1{width:100%;font-size:1.2rem;color:#242424}._TableViewer_2yfo3_1 ._Table_2yfo3_1{position:relative;width:100%;table-layout:fixed;border-spacing:0;border-collapse:separate}._TableViewer_2yfo3_1 ._FakeTableCell_2yfo3_13{height:4.4rem;width:0}._TableViewer_2yfo3_1 ._FakeTableHeader_2yfo3_17{width:0}._ColumnHelper_2yfo3_21{display:flex;flex-direction:column}._TableColumn_2yfo3_26{vertical-align:top;height:5.4rem;background-color:#f3f4f7;z-index:100;padding:.8rem 0 .8rem .8rem;position:sticky;top:0;border-top:1px solid #d7daeb}._TableColumn_2yfo3_26:first-child{border-top-left-radius:8px;border-left:1px solid #d7daeb}._TableColumn_2yfo3_26:first-child:before{width:1px;height:5px;background:#fff;content:"";display:block;position:absolute;top:-1px;left:-1px}._TableColumn_2yfo3_26:last-child{border-top-right-radius:8px;border-right:1px solid #d7daeb;padding-right:.8rem}._TableColumn_2yfo3_26:last-child:after{width:1px;height:5px;background:#fff;content:"";display:block;position:absolute;top:-1px;right:-1px}._TableColumn_2yfo3_26._BorderRight_2yfo3_65+._TableColumn_2yfo3_26{padding-left:1.2rem}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68{display:flex;align-items:flex-start;width:100%;overflow:hidden}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Titles_2yfo3_74{display:flex;align-items:center;flex-wrap:wrap}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Separator_2yfo3_79{line-height:2rem}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Title_2yfo3_74{display:flex;align-items:center;-webkit-user-select:none;user-select:none;min-width:0;border-radius:4px;padding:0 .4rem;color:#535569}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Title_2yfo3_74._Sorted_2yfo3_91{color:#3483ff}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Title_2yfo3_74:hover{background-color:#fff;color:#3483ff}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Title_2yfo3_74 ._ColumnName_2yfo3_98{display:inline-block;text-transform:uppercase;font-weight:600;line-height:2rem;flex:1}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Title_2yfo3_74 ._ColumnName_2yfo3_98 ._IconWrapper_2yfo3_105{width:2rem;height:1rem;position:relative;display:inline-block;margin-right:.2rem}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Title_2yfo3_74 ._ColumnName_2yfo3_98 ._IconWrapper_2yfo3_105 ._TableColumnIcon_2yfo3_112{position:absolute;top:50%;left:0;transform:translateY(-50%);font-size:1.6rem;display:inline-block}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Title_2yfo3_74._Sortable_2yfo3_120{cursor:pointer}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._TitleWrapper_2yfo3_123{display:flex;width:calc(100% - 2rem)}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._ColumnSortIndicator_2yfo3_127{color:#3483ff;margin-left:.6rem;min-height:2rem}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Actions_2yfo3_132{display:flex;margin-left:.6rem}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Actions_2yfo3_132 ._Action_2yfo3_132{display:flex;align-items:center;justify-content:center;cursor:pointer;margin-right:.4rem;height:2rem;width:2rem;transition:all .25s;border-radius:4px}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Actions_2yfo3_132 ._Action_2yfo3_132._Filters_2yfo3_147{display:flex}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Actions_2yfo3_132 ._Action_2yfo3_132:only-child,._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Actions_2yfo3_132 ._Action_2yfo3_132:last-child{margin-right:0}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Actions_2yfo3_132 ._Action_2yfo3_132._Active_2yfo3_153,._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Actions_2yfo3_132 ._Action_2yfo3_132:hover{background-color:#fff}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Actions_2yfo3_132 ._Action_2yfo3_132._Active_2yfo3_153 ._Icon_2yfo3_105,._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Actions_2yfo3_132 ._Action_2yfo3_132:hover ._Icon_2yfo3_105{color:#3483ff}._TableColumn_2yfo3_26 ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Actions_2yfo3_132 ._Action_2yfo3_132 ._Icon_2yfo3_105{font-size:1.6rem;color:#898ea8;transition:all .25s}._TableColumn_2yfo3_26 ._Secondary_2yfo3_164{display:flex;align-items:center;margin-left:.4rem;margin-top:.2rem;color:#898ea8}._TableColumn_2yfo3_26 ._Secondary_2yfo3_164 ._SecondarySortIndicator_2yfo3_171{margin-left:.6rem;color:#3483ff}._TableColumn_2yfo3_26 ._Secondary_2yfo3_164 ._SecondaryLabel_2yfo3_175{width:fit-content;-webkit-user-select:none;user-select:none}._TableColumn_2yfo3_26 ._Secondary_2yfo3_164 ._SecondaryLabel_2yfo3_175._Sortable_2yfo3_120{cursor:pointer}._TableColumn_2yfo3_26 ._Secondary_2yfo3_164 ._SecondaryLabel_2yfo3_175._Sortable_2yfo3_120:hover,._TableColumn_2yfo3_26 ._Secondary_2yfo3_164 ._SecondaryLabel_2yfo3_175._Sorted_2yfo3_91{color:#3483ff}._TableColumn_2yfo3_26:hover ._Main_2yfo3_68 ._TableColumnContent_2yfo3_68 ._Actions_2yfo3_132 ._Action_2yfo3_132{display:flex}._TablePaginationFooter_2yfo3_192{display:flex;align-items:center;justify-content:flex-end;min-height:5.4rem;background-color:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px}._TablePaginationFooter_2yfo3_192 ._Options_2yfo3_201{margin-right:.8rem}._ExportFooter_2yfo3_205{display:flex;align-items:center;justify-content:flex-end;width:100%;background-color:#f3f4f7;height:3.2rem;cursor:pointer;color:#242424;border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding:0 1.6rem}._ExportFooter_2yfo3_205 ._DownloadButton_2yfo3_218{display:flex;align-items:center;cursor:pointer;font-size:1.4rem;color:#898ea8}._ExportFooter_2yfo3_205 ._DownloadButton_2yfo3_218 ._Icon_2yfo3_105{font-size:1.6rem;margin-right:.4rem}._TableTopXFooter_2yfo3_230{display:flex;align-items:center;justify-content:center;width:100%;background-color:#f3f4f7;height:3.2rem;cursor:pointer;color:#242424;border-bottom-left-radius:8px;border-bottom-right-radius:8px}._TableTopXFooter_2yfo3_230._Extended_2yfo3_242 ._Icon_2yfo3_105{transform:rotate(180deg)}._TableTopXFooter_2yfo3_230:hover{color:#3483ff}._TableTopXFooter_2yfo3_230 ._Icon_2yfo3_105{margin-left:.4rem;font-size:1.4rem;transition:all .25s}._TableTopXFooter_2yfo3_230 ._ShowButton_2yfo3_253{font-size:1.2rem;text-transform:uppercase;letter-spacing:.4px;transition:all .25s;font-weight:500}._TablePartition_2yfo3_261{height:4rem;border-bottom:1px solid rgba(195,198,216,.2);border-right:1px solid #d7daeb;border-left:1px solid #d7daeb}._TablePartition_2yfo3_261._Disabled_2yfo3_267 ._PartitionHeader_2yfo3_267 ._Title_2yfo3_74{cursor:default;color:#898ea8}._TablePartition_2yfo3_261._Disabled_2yfo3_267 ._PartitionHeader_2yfo3_267 ._Arrow_2yfo3_271{display:none}._TablePartition_2yfo3_261 ._PartitionHeader_2yfo3_267{display:flex;align-items:center;font-size:1.4rem;height:100%;padding:0 .8rem}._TablePartition_2yfo3_261 ._PartitionHeader_2yfo3_267 ._Title_2yfo3_74{cursor:pointer}._TablePartition_2yfo3_261 ._PartitionHeader_2yfo3_267 ._Commands_2yfo3_284{margin-left:2rem}._TablePartition_2yfo3_261 ._PartitionHeader_2yfo3_267 ._Arrow_2yfo3_271{display:flex;align-items:center;justify-content:center;margin-left:.8rem;transition:all .25s}._TablePartition_2yfo3_261 ._PartitionHeader_2yfo3_267 ._Arrow_2yfo3_271 ._Icon_2yfo3_105{font-size:1.8rem}._TablePartition_2yfo3_261 ._PartitionHeader_2yfo3_267 ._Arrow_2yfo3_271._Open_2yfo3_297{transform:rotate(180deg)}._TablePartitionShowMore_2yfo3_301{height:4rem;border-bottom:1px solid rgba(195,198,216,.2);border-right:1px solid #d7daeb;border-left:1px solid #d7daeb}._TablePartitionShowMore_2yfo3_301 ._ShowMore_2yfo3_307{display:flex;align-items:center;height:100%;padding-left:2.8rem}._TablePartitionShowMore_2yfo3_301 ._ShowMore_2yfo3_307 ._ShowMoreButton_2yfo3_313{font-size:1.2rem;color:#3483ff;text-decoration:underline;cursor:pointer}._TableBody_2yfo3_320 tr td:first-child{border-left:1px solid #d7daeb}._TableBody_2yfo3_320 tr td:last-child{border-right:1px solid #d7daeb}._TableBody_2yfo3_320 tr:last-child td{border-bottom:1px solid #d7daeb}._TableBody_2yfo3_320 tr:last-child td:first-child{border-bottom-left-radius:8px}._TableBody_2yfo3_320 tr:last-child td:last-child{border-bottom-right-radius:8px}._TableRow_2yfo3_336{transition:filter .25s,box-shadow .25s,opacity .25s,background-color .25s;background-color:#fff;scroll-margin:10rem}._TableRow_2yfo3_336:nth-child(2n){background-color:#f8f9fc}._TableRow_2yfo3_336._Selected_2yfo3_344{background-color:#dff0ff}._TableRow_2yfo3_336:hover{background-color:#ebf3ff}._TableRow_2yfo3_336:hover ._TableDataCell_2yfo3_350._Secondary_2yfo3_164:after{opacity:0}._TableRow_2yfo3_336:hover ._TableDataCell_2yfo3_350._ShowCellContentOnHover_2yfo3_353>*{opacity:1}._TableRow_2yfo3_336:hover ._TableDataCell_2yfo3_350 ._ShowOnHover_2yfo3_356{opacity:1;max-width:30rem}._TableRow_2yfo3_336:hover ._TableDataCell_2yfo3_350 ._TableDataCellContentWrapper_2yfo3_360 ._SuffixRight_2yfo3_360{max-width:20rem;min-width:fit-content}._TableRow_2yfo3_336._Insignificant_2yfo3_364{opacity:.7;filter:grayscale(1)}._TableRow_2yfo3_336._Insignificant_2yfo3_364:hover{opacity:1;filter:grayscale(0)}._TableRow_2yfo3_336._Clickable_2yfo3_372{cursor:pointer}._TableRow_2yfo3_336._Indent_2yfo3_375 ._TableDataCell_2yfo3_350:first-child{padding-left:2.4rem}._TableRow_2yfo3_336._Selected_2yfo3_344{background:#dff0ff}._TableRow_2yfo3_336._Selected_2yfo3_344 ._TableDataCell_2yfo3_350{border-bottom:1px solid #3483ff;border-top:1px solid #3483ff}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350{position:relative;vertical-align:middle;padding:.8rem 0 .8rem 1rem;transition:all .25s;font-size:1.4rem;border-bottom:1px solid #f4f5f8;border-top:1px solid transparent}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350:has(+._Secondary_2yfo3_164):not(._Secondary_2yfo3_164){padding-right:.8rem}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350 ._TableDataCellContentWrapper_2yfo3_360{display:flex;align-items:center;position:relative}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350 ._TableDataCellContentWrapper_2yfo3_360 ._Data_2yfo3_402{min-width:0;flex:1}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350 ._TableDataCellContentWrapper_2yfo3_360 ._SuffixRightSpacer_2yfo3_406{flex:1;min-width:0}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350 ._TableDataCellContentWrapper_2yfo3_360 ._SuffixRight_2yfo3_360{font-size:1.2rem;color:#757c96;text-align:right;max-width:0;overflow:hidden;transition:min-width .25s,max-width .25s,opacity .25s;word-break:keep-all;white-space:nowrap;line-height:1;margin-left:.4rem}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350:last-child{padding-right:1.2rem}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350._NoPadding_2yfo3_425{padding:0}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350._BorderRight_2yfo3_65:after{top:0;right:0;height:calc(100% + 2px);transform:translateY(-1px);width:1px;background-color:#d7dae9;position:absolute;box-shadow:1px 0 2px #00000026;content:" ";z-index:1}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350._BorderRight_2yfo3_65+._TableDataCell_2yfo3_350{padding-left:1.6rem}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350._ShowCellContentOnHover_2yfo3_353>*{opacity:0}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350._Secondary_2yfo3_164:after{position:absolute;top:0;left:0;width:100%;height:100%;content:" ";opacity:.2;background-color:#d7daeb;pointer-events:none}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350 ._ShowOnHover_2yfo3_356{transition:max-width .25s,opacity .25s;opacity:0;max-width:0;overflow:hidden}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350._to-right_2yfo3_463>div{text-align:right;justify-content:flex-end}._TableRow_2yfo3_336 ._TableDataCell_2yfo3_350._to-center_2yfo3_467>div{text-align:center;justify-content:center}._RootMessageTD_2yfo3_472{padding:.8rem 1.2rem;font-size:1.4rem}._FooterTD_2yfo3_477{z-index:100}._FooterTD_2yfo3_477._Sticky_2yfo3_480{border-top:1px solid #d7daeb;position:sticky;bottom:0}._FooterTD_2yfo3_477._Sticky_2yfo3_480:before{width:1px;height:5px;background:#fff;content:"";display:block;position:absolute;bottom:-1px;left:-1px;z-index:100}._FooterTD_2yfo3_477._Sticky_2yfo3_480:after{width:1px;height:5px;background:#fff;content:"";display:block;position:absolute;bottom:-1px;right:-1px;z-index:100}._TablePagination_2yfo3_192{display:flex;align-items:center;justify-content:flex-end}._TablePagination_2yfo3_192 ._Pagination_2yfo3_513{display:flex;align-items:center;padding-left:.8rem;height:4rem;border-radius:12px}._TablePagination_2yfo3_192 ._Status_2yfo3_520{margin-right:1.2rem}._TablePagination_2yfo3_192 ._ItemsPerPage_2yfo3_523{display:flex;justify-content:center;align-items:center;margin-right:1.2rem}._TablePagination_2yfo3_192 ._ItemsPerPage_2yfo3_523 ._Label_2yfo3_529{margin-right:.4rem}._TablePagination_2yfo3_192 ._ItemsPerPage_2yfo3_523 ._PerPageButton_2yfo3_532{background-color:transparent;color:inherit;min-width:unset;font-size:1.2rem}._TablePagination_2yfo3_192 ._Navigation_2yfo3_538 ._Button_2yfo3_538{padding:1.2rem;margin-right:.4rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:1.6rem}._TablePagination_2yfo3_192 ._Navigation_2yfo3_538 ._Button_2yfo3_538._Disabled_2yfo3_267{cursor:not-allowed;color:#898ea84d}._TablePagination_2yfo3_192 ._Navigation_2yfo3_538 ._Button_2yfo3_538:last-child{margin-right:0}._TableColumnOptionsButton_2yfo3_553{position:relative;display:flex;justify-content:center;align-items:center;height:1.6rem;width:1.6rem;transition:all .25s;background-color:#f3f4f7}._TableColumnOptionsButton_2yfo3_553 ._FiltersIndicator_2yfo3_563{position:absolute;top:0;right:0;min-width:.8rem;min-height:.8rem;border-radius:50%;background-color:#3483ff;margin-left:.4rem}._TableColumnOptionsButton_2yfo3_553._Active_2yfo3_153 ._Icon_2yfo3_105,._TableColumnOptionsButton_2yfo3_553:hover ._Icon_2yfo3_105{color:#3483ff}._TableColumnOptionsButton_2yfo3_553 ._Icon_2yfo3_105{font-size:1.6rem;color:#898ea8;transition:all .25s}._TableColumnOptionsPopover_2yfo3_582{margin-top:.8rem;padding:1.6rem;max-width:30rem;color:#242424}._TableColumnOptionsPopover_2yfo3_582 ._ColumnStateActions_2yfo3_588{margin-bottom:1.2rem;font-size:1.4rem}._TableColumnOptionsPopover_2yfo3_582 ._ColumnStateActions_2yfo3_588 ._ColumnStateAction_2yfo3_588{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;color:#898ea8}._TableColumnOptionsPopover_2yfo3_582 ._ColumnStateActions_2yfo3_588 ._ColumnStateAction_2yfo3_588:hover,._TableColumnOptionsPopover_2yfo3_582 ._ColumnStateActions_2yfo3_588 ._ColumnStateAction_2yfo3_588:hover._ActionIcon_2yfo3_602{color:#3483ff}._TableColumnOptionsPopover_2yfo3_582 ._ColumnStateActions_2yfo3_588 ._ColumnStateAction_2yfo3_588 ._ActionIcon_2yfo3_602{font-size:1.6rem;margin-right:.4rem}._TableColumnOptionsPopover_2yfo3_582 ._SortOptions_2yfo3_609{display:flex;flex-direction:column}._TableColumnOptionsPopover_2yfo3_582 ._SortOptions_2yfo3_609 ._Option_2yfo3_201{font-size:1.4rem;color:#898ea8;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;transition:all .25s;border-radius:4px;padding:0 .4rem;min-height:2.8rem;margin-bottom:.4rem}._TableColumnOptionsPopover_2yfo3_582 ._SortOptions_2yfo3_609 ._Option_2yfo3_201 ._FilterSortIndicator_2yfo3_626{margin-left:.8rem}._TableColumnOptionsPopover_2yfo3_582 ._SortOptions_2yfo3_609 ._Option_2yfo3_201:last-child,._TableColumnOptionsPopover_2yfo3_582 ._SortOptions_2yfo3_609 ._Option_2yfo3_201:only-child{margin-bottom:0}._TableColumnOptionsPopover_2yfo3_582 ._SortOptions_2yfo3_609 ._Option_2yfo3_201._Active_2yfo3_153{color:#3483ff}._TableColumnOptionsPopover_2yfo3_582 ._SortOptions_2yfo3_609 ._Option_2yfo3_201:hover{color:#3483ff;background-color:#3483ff1a}._TableColumnOptionsPopover_2yfo3_582 ._Filter_2yfo3_147{margin-bottom:1.2rem;padding-bottom:1.2rem;border-bottom:1px solid #d7daeb}._TableColumnOptionsPopover_2yfo3_582 ._Filter_2yfo3_147:last-child,._TableColumnOptionsPopover_2yfo3_582 ._Filter_2yfo3_147:only-child{margin-bottom:0;padding-bottom:0;border-bottom:0}._TableMutedTest_2yfo3_650{font-size:1.2rem;color:#898ea8;font-style:italic}._TableGroupByFilters_2yfo3_656{display:flex;align-items:center;height:3.6rem;padding:0 1.6rem;background-color:#f3f4f7;font-size:1.2rem;border-radius:8px;margin-bottom:.8rem}._TableGroupByFilters_2yfo3_656 ._Label_2yfo3_529{margin-right:.8rem}._TableGroupByFilters_2yfo3_656 ._FilterChip_2yfo3_669{display:flex;align-items:center;padding:.4rem;border-radius:4px;cursor:pointer;transition:all .25s;margin-right:.6rem;-webkit-user-select:none;user-select:none;border:1px solid #3483ff;line-height:1}._TableGroupByFilters_2yfo3_656 ._FilterChip_2yfo3_669:hover{background-color:#fff}._TableGroupByFilters_2yfo3_656 ._FilterChip_2yfo3_669._Active_2yfo3_153{background-color:#fff;color:#3483ff;border-color:#3483ff}._TableGroupByFilters_2yfo3_656 ._FilterChip_2yfo3_669._Out_2yfo3_689{opacity:.5}._TableGroupByFilters_2yfo3_656 ._FilterChip_2yfo3_669:only-child,._TableGroupByFilters_2yfo3_656 ._FilterChip_2yfo3_669:last-child{margin-right:0}._InteractiveHoverHelperTip_2yfo3_696 p{margin:0;padding:0}._InteractiveHoverHelperTip_2yfo3_696 p a{color:#3483ff;text-decoration:underline}._Bold_2yfo3_705{font-weight:500}._TableEmptyStateRow_2yfo3_709 ._TableEmptyState_2yfo3_709{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;font-size:1.4rem;padding:2rem 0;color:#757c94}._TableEmptyStateRow_2yfo3_709 ._TableEmptyState_2yfo3_709 ._Title_2yfo3_74{font-size:2rem;max-width:80%}._TableEmptyStateRow_2yfo3_709 ._TableEmptyState_2yfo3_709 ._SubTitle_2yfo3_723{font-size:1.6rem;margin-top:.8rem;max-width:60%}._TableEmptyStateRow_2yfo3_709 ._TableEmptyState_2yfo3_709 ._Button_2yfo3_538{margin-top:1.6rem}._Center_2yfo3_732{display:flex;justify-content:center;align-items:center}._HelperTextDataKey_2yfo3_738{margin-right:.6rem}._SecondaryText_2yfo3_742{font-size:1.2rem;color:#757c96;white-space:nowrap;max-width:0;overflow:hidden}._SortIndicator_1phmo_1{display:flex;justify-content:center;align-items:center}._SortIndicator_1phmo_1._Flip_1phmo_6{transform:rotate(180deg)}._SortIndicator_1phmo_1 ._SortIcon_1phmo_9{font-size:1.2rem;color:inherit}._input-range__slider_1qy9r_42{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#3f51b5;border:1px solid #3f51b5;border-radius:100%;cursor:pointer;display:block;height:1rem;margin-left:-.5rem;margin-top:-.65rem;outline:none;position:absolute;top:50%;transition:transform .3s ease-out,box-shadow .3s ease-out;width:1rem}._input-range__slider_1qy9r_42:active{transform:scale(1.3)}._input-range__slider_1qy9r_42:focus{box-shadow:0 0 0 5px #3f51b533}._input-range--disabled_1qy9r_1 ._input-range__slider_1qy9r_42{background:#ccc;border:1px solid #cccccc;box-shadow:none;transform:none}._input-range__slider-container_1qy9r_42{transition:left .3s ease-out}._input-range__label_1qy9r_19{color:#aaa;font-family:Helvetica Neue,san-serif;font-size:.8rem;transform:translateZ(0);white-space:nowrap}._input-range__label--min_1qy9r_1,._input-range__label--max_1qy9r_1{bottom:-1.4rem;position:absolute}._input-range__label--min_1qy9r_1{left:0}._input-range__label--max_1qy9r_1{right:0}._input-range__label--value_1qy9r_1{position:absolute;top:-1.8rem}._input-range__label-container_1qy9r_1{left:-50%;position:relative}._input-range__label--max_1qy9r_1 ._input-range__label-container_1qy9r_1{left:50%}._input-range__track_1qy9r_16{background:#eee;border-radius:.3rem;cursor:pointer;display:block;height:.3rem;position:relative;transition:left .3s ease-out,width .3s ease-out}._input-range--disabled_1qy9r_1 ._input-range__track_1qy9r_16{background:#eee}._input-range__track--background_1qy9r_1{left:0;margin-top:-.15rem;position:absolute;right:0;top:50%}._input-range__track--active_1qy9r_1{background:#3f51b5}._input-range_1qy9r_5{height:1rem;position:relative;width:100%}._NumberRangeSlider_1qy9r_2{width:100%}._NumberRangeSlider_1qy9r_2._HideRange_1qy9r_5 ._input-range__value_label_1qy9r_5{display:none}._NumberRangeSlider_1qy9r_2._HideRange_1qy9r_5 ._input-range__min-label_1qy9r_8{font-size:1.1rem;top:-1.8rem}._NumberRangeSlider_1qy9r_2._HideRange_1qy9r_5 ._input-range__max-label_1qy9r_12{font-size:1.1rem;top:.6rem}._NumberRangeSlider_1qy9r_2._HideRange_1qy9r_5 ._input-range__track_active_1qy9r_16{background-color:#c3c6d8}._NumberRangeSlider_1qy9r_2 ._input-range__label_1qy9r_19{color:unset;font-size:unset;background:#fff}._NumberRangeSlider_1qy9r_2 ._input-range__value_label_1qy9r_5{position:absolute;color:#3483ff;display:flex;align-items:flex-end;border-left:1px dashed rgba(52,131,255,.5);z-index:10;padding:0 .4rem;bottom:-2.6rem;height:2rem;font-size:1.1rem}._NumberRangeSlider_1qy9r_2 ._input-range__track_1qy9r_16{position:relative;width:100%;transition:none;z-index:11}._NumberRangeSlider_1qy9r_2 ._input-range__slider-container_1qy9r_42{position:absolute;left:100%;transition:none}._NumberRangeSlider_1qy9r_2 ._input-range__slider-container_1qy9r_42:last-child ._input-range__value_label_1qy9r_5{transform:translate(-100%);top:-3rem;border:0;border-right:1px dashed rgba(52,131,255,.5);align-items:flex-start}._NumberRangeSlider_1qy9r_2 ._input-range__track_active_1qy9r_16{border-radius:.3rem;cursor:pointer;display:block;height:.3rem;position:relative;transition:none;background-color:#3483ff;z-index:11}._NumberRangeSlider_1qy9r_2 ._input-range__slider-slider_1qy9r_64{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#3483ff;border:1px solid #3483ff;border-radius:100%;cursor:pointer;display:block;height:1rem;margin-left:-.5rem;margin-top:-.65rem;outline:none;position:absolute;top:50%;transition:transform .3s ease-out,box-shadow .3s ease-out;width:1rem;z-index:11}._NumberRangeSlider_1qy9r_2 ._input-range__min-label_1qy9r_8{position:absolute;top:-1.4rem;left:0;color:#898ea8;font-size:.9rem;z-index:10;transition:all .25s}._NumberRangeSlider_1qy9r_2 ._input-range__max-label_1qy9r_12{position:absolute;top:.8rem;right:0;color:#898ea8;font-size:.9rem;z-index:10;transition:all .25s}{}.react-datepicker{font-size:1.2rem;border-radius:1.4rem;overflow:hidden;font-family:Manrope,arial;background:transparent;padding:0;border:0}.react-datepicker__day-name{width:2.4rem;color:#898ea8}.react-datepicker__header{background:transparent;border:0}.react-datepicker__day{padding:.4rem;width:2.4rem;color:#757c96;transition:all .25s;font-weight:400}.react-datepicker__day:hover{background:#3483ff!important;color:#fff!important}.react-datepicker__day:hover.react-datepicker__day--outside-month{color:#c3c6d8!important}.react-datepicker__variant-dark .react-datepicker__day{color:#c3c6d8}.react-datepicker__day.react-datepicker__day--in-range,.react-datepicker__day.react-datepicker__day--in-selecting-range{background-color:#3483ff1a;color:#3483ff}.react-datepicker__day.react-datepicker__day--range-end{background:#3483ff;color:#fff}.react-datepicker__day.react-datepicker__day--today{font-weight:700!important}.react-datepicker__day.react-datepicker__day--today:not(.react-datepicker__day--in-range):not(.react-datepicker__day--selected):not(.react-datepicker__day--in-selecting-range){background-color:transparent}.react-datepicker__day.react-datepicker__day--range-start,.react-datepicker__day.react-datepicker__day--selected{background:#3483ff;color:#fff}.react-datepicker__day.react-datepicker__day--outside-month,.react-datepicker__day.react-datepicker__day--disabled{color:#c3c6d8}.react-datepicker__variant-dark .react-datepicker__day.react-datepicker__day--outside-month{color:#c3c6d866}.react-datepicker__day--outside-month{background:transparent!important;cursor:unset!important}.react-datepicker__day--outside-month:hover{background:transparent!important}.react-datepicker__month-text{font-size:1.4rem;padding:.2rem}.react-datepicker__month-text--keyboard-selected{background-color:transparent;color:unset}.react-datepicker__month-text--selected{background:#3483ff;color:#fff}.react-datepicker__month-text--selected:hover{background:#3483ff!important}._DatePickerHeader_re13x_85{display:flex;justify-content:center;align-items:center;margin-bottom:1.2rem}._DatePickerHeader_re13x_85._MonthPicker_re13x_91{margin-bottom:0}._DatePickerHeader_re13x_85 ._HeaderDate_re13x_94{font-family:Manrope;color:#3483ff;font-weight:600;text-transform:uppercase;padding:0 1.2rem}._DatePickerHeader_re13x_85 ._Move_re13x_101{display:flex;justify-content:center;align-items:center;cursor:pointer}._DatePickerHeader_re13x_85 ._Move_re13x_101._Disabled_re13x_107{cursor:not-allowed}._DatePickerHeader_re13x_85 ._Move_re13x_101._Disabled_re13x_107 ._IconBtn_re13x_110{color:#898ea8}._DatePickerHeader_re13x_85 ._Move_re13x_101 ._IconBtn_re13x_110{font-size:1.6rem;color:#3483ff}._DefaultDataColumn_fzdqw_1{display:flex;align-items:center;font-size:1.4rem;width:fit-content}._DefaultDataColumn_fzdqw_1 ._Value_fzdqw_7{display:flex;align-items:center;min-width:0;width:fit-content}._DefaultDataColumn_fzdqw_1 ._Value_fzdqw_7 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ViewFigureColumnModalWrapper_fzdqw_19 ._Header_fzdqw_19{margin-bottom:2rem}._ViewFigureColumnModalWrapper_fzdqw_19 ._Content_fzdqw_22{padding:0 2rem 2rem;overflow-y:auto}._ViewFigureColumnModalWrapper_fzdqw_19 ._Content_fzdqw_22::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ViewFigureColumnModalWrapper_fzdqw_19 ._Content_fzdqw_22::-webkit-scrollbar-track{border-radius:.5rem}._ViewFigureColumnModalWrapper_fzdqw_19 ._Content_fzdqw_22::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._AdoptionRateColumn_fzdqw_42{display:flex;align-items:center}._AdoptionRateColumn_fzdqw_42 ._Total_fzdqw_46{overflow:hidden;text-overflow:ellipsis;color:#898ea8;font-size:1.2rem;word-break:keep-all;white-space:nowrap;margin-left:.6rem}._TrendDataColumn_fzdqw_57{font-size:1.4rem;display:flex;align-items:center;flex-wrap:wrap}._TrendDataColumn_fzdqw_57 ._Spacer_fzdqw_63{flex:1}._TrendDataColumn_fzdqw_57 ._Chip_fzdqw_66{display:flex;font-size:1.1rem;padding:.2rem .4rem;border-radius:8px;background-color:#c3c6d866}._TrendDataColumn_fzdqw_57 ._Separator_fzdqw_73{display:flex;align-items:center;margin:0 .4rem}._TrendDataColumn_fzdqw_57 ._Separator_fzdqw_73._Arrow_fzdqw_78{margin:0 .4rem}._TrendDataColumn_fzdqw_57 ._Separator_fzdqw_73:last-child{display:none}._TrendDataColumn_fzdqw_57 ._Separator_fzdqw_73 ._Icon_fzdqw_84{font-size:1.4rem;color:#757c96}._VersusDataColumn_fzdqw_89{font-size:1.4rem;display:flex;align-items:center;flex-wrap:wrap;line-height:1}._VersusDataColumn_fzdqw_89 ._Arrow_fzdqw_78{font-size:1.6rem;margin-right:.4rem}._VersusDataColumn_fzdqw_89 ._Arrow_fzdqw_78._Down_fzdqw_100{transform:rotate(180deg)}._VersusDataColumn_fzdqw_89 ._Value_fzdqw_7{margin-right:.4rem}._VersusDataColumn_fzdqw_89 ._VS_fzdqw_106{font-size:1.2rem;color:#757c96;white-space:nowrap}._VersusDataColumn_fzdqw_89 ._VS_fzdqw_106 ._VSStr_fzdqw_111{margin-right:.4rem}._ShareOfTotalColumn_fzdqw_115{font-size:1.4rem;display:flex;align-items:center;flex-wrap:wrap;line-height:1}._ShareOfTotalColumn_fzdqw_115 ._Value_fzdqw_7{margin-right:.4rem}._OutOfDataColumn_fzdqw_126{font-size:1.4rem;display:flex;align-items:center;flex-wrap:wrap;line-height:1}._OutOfDataColumn_fzdqw_126 ._Value_fzdqw_7{margin-right:.4rem}._OutOfDataColumn_fzdqw_126 ._Secondary_fzdqw_136{font-size:1.2rem;color:#757c96;white-space:nowrap}._OutOfDataColumn_fzdqw_126 ._Secondary_fzdqw_136 ._SecondaryStr_fzdqw_141{margin-right:.4rem}._NumericDataColumn_fzdqw_145{font-size:1.4rem;display:flex;align-items:center;line-height:1}._NumericDataColumn_fzdqw_145 ._Icon_fzdqw_84{margin-right:.6rem}._NumericDataColumn_fzdqw_145 ._CI_fzdqw_154{font-size:1.2rem;color:#757c96;white-space:nowrap;margin-left:.4rem}._LabelValueDataColumn_fzdqw_161{display:flex;align-items:center;padding-right:1.2rem}._LabelValueDataColumn_fzdqw_161 ._LabelValue_fzdqw_161{display:flex;align-items:center;overflow:hidden;flex:1;max-width:fit-content}._LabelValueDataColumn_fzdqw_161 ._LabelValue_fzdqw_161 ._Label_fzdqw_161{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.2rem;color:#242424;flex:1;min-width:2.8rem}._LabelValueDataColumn_fzdqw_161 ._LabelValue_fzdqw_161 ._Separator_fzdqw_73{font-size:1.4rem;color:#757c94;margin:0 .6rem}._LabelValueDataColumn_fzdqw_161 ._LabelValue_fzdqw_161 ._Value_fzdqw_7{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.4rem;font-weight:600}._LabelValueDataColumn_fzdqw_161 ._Plus_fzdqw_194{font-size:1.2rem;margin:0 .6rem;padding:.2rem .4rem;line-height:1;border:1px solid #d7daeb;border-radius:4px}._LabelValueDataColumn_fzdqw_161 ._Plus_fzdqw_194:last-child,._LabelValueDataColumn_fzdqw_161 ._Plus_fzdqw_194:only-child{display:none}._ChangeDataColumn_fzdqw_206{display:flex;align-items:center}._ChangeDataColumn_fzdqw_206 ._Value_fzdqw_7{font-size:1.4rem;white-space:nowrap;word-break:keep-all}._ChangeDataColumn_fzdqw_206 ._IconWrapper_fzdqw_215{display:flex;justify-content:center;align-items:center;margin-right:.4rem}._ChangeDataColumn_fzdqw_206 ._IconWrapper_fzdqw_215 ._Icon_fzdqw_84{transform:rotate(0);font-size:1.8rem}._ChangeDataColumn_fzdqw_206._FlipIcon_fzdqw_225 ._Icon_fzdqw_84{transform:rotate(-180deg)}._ChangeDataColumn_fzdqw_206 ._IconWrapper_fzdqw_215 ._Flat_fzdqw_228{color:#757c96;font-size:1.6rem}._ChangeDataColumn_fzdqw_206 ._FromTo_fzdqw_232{margin-left:.8rem}._ProgressDataColumn_fzdqw_236{position:relative;display:flex;flex-direction:column;width:100%;border:1px solid rgba(137,142,168,.3);height:2.8rem;border-radius:4px;overflow:hidden}._ProgressDataColumn_fzdqw_236 ._ProgressBar_fzdqw_246{position:absolute;left:0;top:0;display:flex;align-items:center;height:2.8rem;font-weight:500;background-color:#3483ff80}._ProgressDataColumn_fzdqw_236 ._ProgressBar_fzdqw_246 ._PercentageValue_fzdqw_256{font-size:1.4rem;padding-left:.8rem}._ProgressDataColumn_fzdqw_236 ._Info_fzdqw_260{position:absolute;right:.8rem;top:50%;transform:translateY(-50%);font-size:1.2rem}._ProgressDataColumn_fzdqw_236 ._Info_fzdqw_260 ._Muted_fzdqw_267{color:#757c96}._ConfidenceIntervalDataColumn_fzdqw_271{display:flex;width:100%}._ConfidenceIntervalDataColumn_fzdqw_271 ._MainValue_fzdqw_275{display:flex;align-items:center;justify-content:flex-end;font-size:1.4rem;margin-right:.8rem;width:6.4rem;overflow:hidden;font-weight:500}._ConfidenceIntervalDataColumn_fzdqw_271 ._Box_fzdqw_285{display:flex;flex-direction:column;width:100%;border:1px solid rgba(137,142,168,.3);height:2.8rem;border-radius:4px;overflow:hidden}._ConfidenceIntervalDataColumn_fzdqw_271 ._Box_fzdqw_285 ._BoxPadding_fzdqw_294{position:relative;width:100%;height:100%}._ConfidenceIntervalDataColumn_fzdqw_271 ._Box_fzdqw_285 ._Zero_fzdqw_299{position:absolute;height:100%;width:1px;border-right:1px dashed #757c96}._ConfidenceIntervalDataColumn_fzdqw_271 ._Box_fzdqw_285 ._Value_fzdqw_7{position:absolute;background-color:#3483ff;height:100%;width:2px}._ConfidenceIntervalDataColumn_fzdqw_271 ._Box_fzdqw_285 ._Area_fzdqw_311{position:absolute;background-color:#3483ff4d;height:100%;min-width:1px;z-index:10}._ConfidenceIntervalDataColumn_fzdqw_271 ._Box_fzdqw_285 ._CIWrapper_fzdqw_318{position:absolute;top:50%;transform:translateY(-50%);height:2rem;display:flex;align-items:center;z-index:11}._ConfidenceIntervalDataColumn_fzdqw_271 ._Box_fzdqw_285 ._CIWrapper_fzdqw_318:hover ._CI_fzdqw_154{opacity:1}._ConfidenceIntervalDataColumn_fzdqw_271 ._Box_fzdqw_285 ._CIWrapper_fzdqw_318 ._CI_fzdqw_154{position:relative;height:1px;width:100%;background-color:#757c96;opacity:.3;transition:all .25s}._ConfidenceIntervalDataColumn_fzdqw_271 ._Box_fzdqw_285 ._CIWrapper_fzdqw_318 ._CI_fzdqw_154:before,._ConfidenceIntervalDataColumn_fzdqw_271 ._Box_fzdqw_285 ._CIWrapper_fzdqw_318 ._CI_fzdqw_154:after{content:" ";position:absolute;height:5px;width:1px;top:0;background-color:#757c96;transform:translateY(-2px)}._ConfidenceIntervalDataColumn_fzdqw_271 ._Box_fzdqw_285 ._CIWrapper_fzdqw_318 ._CI_fzdqw_154:before{left:0}._ConfidenceIntervalDataColumn_fzdqw_271 ._Box_fzdqw_285 ._CIWrapper_fzdqw_318 ._CI_fzdqw_154:after{right:0}._BooleanDataColumn_fzdqw_354 ._Icon_fzdqw_84{font-size:1.6rem}._InfoDataColumn_fzdqw_358{display:flex;align-items:center;justify-content:center}._InfoDataColumn_fzdqw_358 ._Icon_fzdqw_84{color:inherit;font-size:1.8rem}._GradientDataColumn_fzdqw_368{display:flex;align-items:center}._GradientDataColumn_fzdqw_368._AlignRight_fzdqw_372{flex-direction:row-reverse}._GradientDataColumn_fzdqw_368._AlignRight_fzdqw_372 ._Value_fzdqw_7{flex:1;margin-right:.8rem}._GradientDataColumn_fzdqw_368._AlignRight_fzdqw_372 ._Gradient_fzdqw_368{margin-right:0}._GradientDataColumn_fzdqw_368 ._Gradient_fzdqw_368{width:1.8rem;min-width:1.8rem;height:1.8rem;min-height:1.8rem;border-radius:50%;margin-right:.8rem}._GradientDataColumn_fzdqw_368 ._Value_fzdqw_7{font-size:1.4rem}._CommandDataColumn_fzdqw_394{display:flex;align-items:center;justify-content:flex-end;width:100%}._CommandDataColumn_fzdqw_394 ._ButtonWrapper_fzdqw_400 ._CommandLink_fzdqw_400{height:2.8rem;max-width:100%}._SequenceDataColumn_fzdqw_405{display:flex;align-items:center;flex-wrap:wrap}._SequenceDataColumn_fzdqw_405 ._Value_fzdqw_7{display:flex;align-items:center;height:2.8rem;padding:0 .2rem}._SequenceDataColumn_fzdqw_405 ._Value_fzdqw_7:only-child,._SequenceDataColumn_fzdqw_405 ._Value_fzdqw_7:last-child{margin-right:0}._SequenceDataColumn_fzdqw_405 ._Separator_fzdqw_73{display:flex;align-items:center;margin-right:.4rem}._SequenceDataColumn_fzdqw_405 ._Separator_fzdqw_73._Arrow_fzdqw_78{margin:0 .4rem}._SequenceDataColumn_fzdqw_405 ._Separator_fzdqw_73:last-child{display:none}._SequenceDataColumn_fzdqw_405 ._Separator_fzdqw_73 ._Icon_fzdqw_84{font-size:1.4rem;color:#757c96}._Clickable_fzdqw_435{cursor:pointer}._Clickable_fzdqw_435:hover{color:#3483ff}._Sentence_11065_1{display:flex;flex-wrap:wrap;align-items:center}._Sentence_11065_1._TextCenter_11065_6{justify-content:center}._Sentence_11065_1._TextCenter_11065_6 ._SentencePart_11065_9 ._Main_11065_9{text-align:center}._SentencePart_11065_9{height:auto;display:flex;align-items:center;font-size:1.6rem;margin-right:.4rem;padding:.2rem 0;color:#535569}._SentencePart_11065_9 strong{font-weight:600}._SentencePart_11065_9._small_11065_25{font-size:1.4rem}._SentencePart_11065_9._large_11065_28{font-size:1.8rem}._SentencePart_11065_9:hover ._IconWrapper_11065_31{width:2.4rem;opacity:1}._SentencePart_11065_9._Clickable_11065_35{cursor:pointer}._SentencePart_11065_9._REF_11065_38{color:#3483ff}._SentencePart_11065_9._REF_11065_38._small_11065_25 ._Main_11065_9{font-size:1.6rem}._SentencePart_11065_9._REF_11065_38._small_11065_25 ._Label_11065_44{font-size:1.4rem}._SentencePart_11065_9._REF_11065_38._medium_11065_47 ._Main_11065_9{font-size:1.8rem}._SentencePart_11065_9._REF_11065_38._medium_11065_47 ._Label_11065_44{font-size:1.6rem}._SentencePart_11065_9._REF_11065_38._large_11065_28 ._Main_11065_9{font-size:2rem}._SentencePart_11065_9._REF_11065_38._large_11065_28 ._Label_11065_44{font-size:1.8rem}._SentencePart_11065_9._REF_11065_38 ._Main_11065_9{font-weight:600}._SentencePart_11065_9._REF_11065_38 ._Label_11065_44{margin-right:.4rem;font-weight:400;font-size:1.4rem}._SentencePart_11065_9._DATE_11065_67{font-weight:600}._SentencePart_11065_9._CHIP_11065_70{padding:.2rem .4rem;background-color:#3483ff1a;border-radius:2px;color:#212123}._SentencePart_11065_9._CHIP_11065_70._small_11065_25{font-size:1.2rem}._SentencePart_11065_9._CHIP_11065_70._medium_11065_47{font-size:1.3rem}._SentencePart_11065_9._CHIP_11065_70._large_11065_28{font-size:1.4rem}._Trend_11065_86{font-size:inherit!important}._TrendChip_u8gyp_1{display:inline-flex;align-items:center;justify-content:center;background-color:#f0f2f8;border-radius:4px;padding:.2rem .4rem .2rem 0;color:#212123;font-size:1.6rem;font-weight:500}._TrendChip_u8gyp_1._xsmall_u8gyp_12{font-size:1.2rem}._TrendChip_u8gyp_1._small_u8gyp_15{font-size:1.4rem}._TrendChip_u8gyp_1._medium_u8gyp_18{font-size:1.6rem}._TrendChip_u8gyp_1._large_u8gyp_21{font-size:1.8rem}._TrendChip_u8gyp_1._Positive_u8gyp_24 ._Arrow_u8gyp_24{color:#21c476}._TrendChip_u8gyp_1._Negative_u8gyp_27 ._Arrow_u8gyp_24{color:#f18689}._TrendChip_u8gyp_1._Significant_u8gyp_30,._TrendChip_u8gyp_1._Significant_u8gyp_30 ._Arrow_u8gyp_24{color:#fff}._TrendChip_u8gyp_1._Significant_u8gyp_30._Positive_u8gyp_24{background-color:#21c476}._TrendChip_u8gyp_1._Significant_u8gyp_30._Negative_u8gyp_27{background-color:#f18689}._TrendChip_u8gyp_1 ._Value_u8gyp_42{display:flex;align-items:center;font-size:inherit}._TrendChip_u8gyp_1 ._Arrow_u8gyp_24{font-size:17px}._TrendChip_u8gyp_1 ._Arrow_u8gyp_24._Flip_u8gyp_50{transform:rotate(180deg)}._TrendChip_u8gyp_1._Ghost_u8gyp_53{background-color:transparent!important;border-radius:unset;padding:unset;color:#757c94}._TrendChip_u8gyp_1._Ghost_u8gyp_53._Significant_u8gyp_30._Positive_u8gyp_24{color:#21c476}._TrendChip_u8gyp_1._Ghost_u8gyp_53._Significant_u8gyp_30._Negative_u8gyp_27{color:#f66b6b}._TrendChip_u8gyp_1._Ghost_u8gyp_53 ._Arrow_u8gyp_24{color:inherit}._ModalStage_1yamn_1{display:flex;justify-content:center;align-items:center;outline:none}._CloseIconButton_cao2f_1{display:flex;justify-content:center;align-items:center;background-color:#242645;border-radius:50%;border:4px solid white;height:3.4rem;width:3.4rem;box-shadow:0 0 15px #32334140;cursor:pointer}._CloseIconButton_cao2f_1 ._CloseIcon_cao2f_1{font-size:1.6rem;color:#fff}._Modal_cao2f_18{position:relative;display:flex;flex-direction:column;border-radius:16px;width:100%;height:100%;flex:1;box-shadow:0 0 8px 4px #0003}._Modal_cao2f_18 ._Actions_cao2f_28{position:absolute;top:0;right:0;display:flex;align-items:center;transform:translate(.4rem,-50%);z-index:100}._Modal_cao2f_18 ._Body_cao2f_37{display:flex;flex-direction:column;flex:1;background:#fff;overflow-y:auto;border-radius:16px}._Modal_cao2f_18 ._Body_cao2f_37::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Modal_cao2f_18 ._Body_cao2f_37::-webkit-scrollbar-track{border-radius:.5rem}._Modal_cao2f_18 ._Body_cao2f_37::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Modal_cao2f_18._HasFooter_cao2f_60 ._Body_cao2f_37{border-bottom-left-radius:0;border-bottom-right-radius:0}._Modal_cao2f_18 ._Footer_cao2f_64{border-top:1px solid #d7dae9;display:flex;justify-content:flex-end;align-items:center;gap:.8rem;height:6.8rem;padding:2.4rem;background:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px}._FancyHeader_ryhi3_1{position:relative;display:flex;align-items:center;background-color:#252745;color:#fff;padding:1.6rem 2.4rem;width:100%}._FancyHeader_ryhi3_1._Caps_ryhi3_10 ._TitleWrapper_ryhi3_10 ._Title_ryhi3_10{text-transform:capitalize}._FancyHeader_ryhi3_1 ._Close_ryhi3_13{cursor:pointer;align-self:flex-start;justify-self:flex-end;margin-left:1.6rem}._FancyHeader_ryhi3_1 ._Close_ryhi3_13 ._Icon_ryhi3_19{font-size:1.8rem}._FancyHeader_ryhi3_1 ._HeaderIcon_ryhi3_22{font-size:2.4rem;margin-right:1.2rem;align-self:flex-start}._FancyHeader_ryhi3_1 ._TitleWrapper_ryhi3_10{flex:1;display:flex;flex-direction:column;justify-content:center}._FancyHeader_ryhi3_1 ._TitleWrapper_ryhi3_10 ._Title_ryhi3_10{font-size:2rem;font-weight:500;margin-bottom:.4rem;display:flex;align-items:center}._FancyHeader_ryhi3_1 ._TitleWrapper_ryhi3_10 ._Title_ryhi3_10:only-child{margin-bottom:0}._FancyHeader_ryhi3_1 ._TitleWrapper_ryhi3_10 ._SubTitle_ryhi3_43{font-size:1.4rem;font-weight:500;color:#c5c9db;line-height:2rem;letter-spacing:.2px;max-width:60rem}._Link_1rpdm_1{display:flex;align-items:center;position:relative;font-size:1.4rem;color:#2f78ea;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .25s;width:fit-content}._Link_1rpdm_1._Caps_1rpdm_12{text-transform:capitalize}._Link_1rpdm_1._Disabled_1rpdm_15{color:#c3c6d8;cursor:not-allowed}._Link_1rpdm_1._Underline_1rpdm_19{text-decoration:underline}._Link_1rpdm_1._Inline_1rpdm_22{display:inline}._Link_1rpdm_1 ._Icon_1rpdm_25{font-size:1.8rem;margin-right:.4rem}._Link_1rpdm_1:hover:not(._Link_1rpdm_1._Disabled_1rpdm_15){text-decoration:underline}._GridLayoutViewer_2l6if_1{display:flex}._GridLayoutViewer_2l6if_1 ._ContentWrapper_2l6if_4{padding-right:1.2rem}._GridLayoutViewer_2l6if_1 ._ContentWrapper_2l6if_4:only-child,._GridLayoutViewer_2l6if_1 ._ContentWrapper_2l6if_4:last-child{padding-right:0}._GridLayoutViewer_2l6if_1 ._ContentWrapper_2l6if_4 ._MarginBottom_2l6if_10{margin-bottom:1.6rem}._GridLayoutViewer_2l6if_1 ._ContentWrapper_2l6if_4 ._MarginBottom_2l6if_10:last-child{margin-bottom:0}._GridLayoutViewer_2l6if_1._Column_2l6if_16{flex-direction:column}._GridLayoutViewer_2l6if_1._Column_2l6if_16 ._ContentWrapper_2l6if_4{padding-right:0;padding-bottom:1.2rem}._GridLayoutViewer_2l6if_1._Column_2l6if_16 ._ContentWrapper_2l6if_4:only-child,._GridLayoutViewer_2l6if_1._Column_2l6if_16 ._ContentWrapper_2l6if_4:last-child{padding-bottom:1.2rem}._ErrorFigure_twqkc_1{height:70vh;border-radius:8px;background-color:#f8f9fc;display:flex;align-items:center;justify-content:center}._ErrorFigure_twqkc_1 ._Error_twqkc_1{display:flex;flex-direction:column;align-items:center;padding:2rem;width:64rem}._ErrorFigure_twqkc_1 ._Error_twqkc_1 ._ImageWrapper_twqkc_16{margin-bottom:3rem}._ErrorFigure_twqkc_1 ._Error_twqkc_1 ._ImageWrapper_twqkc_16 img{width:20rem;height:20rem}._ErrorFigure_twqkc_1 ._Error_twqkc_1 ._Title_twqkc_23{font-size:2rem;margin-bottom:2rem;text-align:center;font-weight:700}._ErrorFigure_twqkc_1 ._Error_twqkc_1 ._Title_twqkc_23._NoMargin_twqkc_29{margin:0}._ErrorFigure_twqkc_1 ._Error_twqkc_1 ._Title_twqkc_23._Light_twqkc_32{font-weight:400}._TimeToEvent_toqms_1{width:100%;position:relative}._TimeToEvent_toqms_1 ._Header_toqms_5{display:flex;align-items:center}._TimeToEvent_toqms_1 ._Header_toqms_5 ._Title_toqms_9{font-size:1.6rem;font-weight:500;color:inherit;text-transform:capitalize;flex:1}._TimeToEvent_toqms_1 ._Header_toqms_5 ._Actions_toqms_16{display:flex;align-items:center}._TimeToEvent_toqms_1 ._Header_toqms_5 ._Actions_toqms_16 ._Icon_toqms_20{font-size:2.4rem;margin-right:.8rem;color:#f1ae49}._TimeToEvent_toqms_1 ._Header_toqms_5 ._Actions_toqms_16 ._ActionSet_toqms_25{margin-right:.8rem}._TimeToEvent_toqms_1 ._Header_toqms_5 ._Actions_toqms_16 ._ActionSet_toqms_25:last-child,._TimeToEvent_toqms_1 ._Header_toqms_5 ._Actions_toqms_16 ._ActionSet_toqms_25:only-child{margin-right:0}._TimeToEvent_toqms_1 ._NoDataMessageContainer_toqms_31{top:40%;left:50%;transform:translate(-50%,-50%);position:absolute;display:flex;align-items:center}._TimeToEvent_toqms_1 ._NoDataMessageContainer_toqms_31 ._Icon_toqms_20{font-size:2.4rem;margin-right:.8rem;color:#f1ae49}._TimeToEvent_toqms_1 ._NoDataMessageContainer_toqms_31 ._Message_toqms_44{font-size:1.6rem;font-weight:500;color:#898ea8;text-align:center}._PromptBox_1ilwu_1{display:flex;background-color:#f0f2f7;border-radius:8px;padding:.8rem 1.2rem;color:#242424}._PromptBox_1ilwu_1 ._IconWrapper_1ilwu_8{display:flex;align-items:center;margin-right:1.2rem;align-self:flex-start}._PromptBox_1ilwu_1 ._IconWrapper_1ilwu_8 ._Icon_1ilwu_8{margin-right:.4rem;font-size:2rem}._PromptBox_1ilwu_1 ._Content_1ilwu_18{display:flex;flex:1}._PromptBox_1ilwu_1 ._Content_1ilwu_18 ._Text_1ilwu_22{flex:1;margin-right:2rem;font-size:1.4rem}._PromptBox_1ilwu_1 ._Content_1ilwu_18 ._Dismiss_1ilwu_27{display:flex;align-items:flex-end}._RCAHeaderViewer_ofq1z_1{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}._RCAHeaderViewer_ofq1z_1 ._Clickable_ofq1z_8{cursor:pointer}._RCAHeaderViewer_ofq1z_1 ._Clickable_ofq1z_8:hover{color:#3483ff}._RCAHeaderViewer_ofq1z_1 ._TitleWrapper_ofq1z_14{display:flex;align-items:center;justify-content:center;margin-bottom:.8rem;width:100%}._RCAHeaderViewer_ofq1z_1 ._TitleWrapper_ofq1z_14 ._Title_ofq1z_14{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:3rem;font-weight:500;text-align:center;max-width:40%}._RCAHeaderViewer_ofq1z_1 ._TitleWrapper_ofq1z_14 ._In_ofq1z_30{font-size:2.4rem;margin:0 .8rem}._RCAHeaderViewer_ofq1z_1 ._TitleWrapper_ofq1z_14 ._Group_ofq1z_34{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:3rem;font-weight:500;max-width:40%}._RCAHeaderViewer_ofq1z_1 ._Infos_ofq1z_42{background-color:#f0f2f8;padding:.4rem 1.2rem;border-radius:4px;font-size:1.6rem;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem;color:#535569}._RCAHeaderViewer_ofq1z_1 ._Infos_ofq1z_42 ._Info_ofq1z_42{border-right:1px solid #c3c6d8;margin-right:.8rem;padding-right:.8rem}._RCAHeaderViewer_ofq1z_1 ._Infos_ofq1z_42 ._Info_ofq1z_42:last-child{border-right:0;margin-right:0;padding-right:0}._RCAHeaderViewer_ofq1z_1 ._Infos_ofq1z_42 ._Info_ofq1z_42 ._Value_ofq1z_63{margin-right:.4rem}._RCAHeaderViewer_ofq1z_1 ._Infos_ofq1z_42 ._Info_ofq1z_42 ._Value_ofq1z_63:last-child{margin-right:0}._RCAHeaderViewer_ofq1z_1 ._Infos_ofq1z_42 ._Info_ofq1z_42 ._Value_ofq1z_63._Bold_ofq1z_69{font-weight:600}._RCAHeaderViewer_ofq1z_1 ._Infos_ofq1z_42 ._Info_ofq1z_42 ._Label_ofq1z_72{margin-right:.4rem}._RCAHeaderViewer_ofq1z_1 ._Infos_ofq1z_42 ._Info_ofq1z_42 ._Label_ofq1z_72:last-child{margin-right:0}._RCAHeaderViewer_ofq1z_1 ._Trend_ofq1z_78{display:flex;align-items:center}._RCAHeaderViewer_ofq1z_1 ._Trend_ofq1z_78>*{margin-right:.6rem}._RCAHeaderViewer_ofq1z_1 ._Trend_ofq1z_78>*:last-child{margin-right:0}._RCAHeaderViewer_ofq1z_1 ._Trend_ofq1z_78 ._Text_ofq1z_88{font-size:1.8rem;color:#535569;font-weight:500}._RCAHeaderViewer_ofq1z_1 ._Notice_ofq1z_93{margin-top:.8rem;color:#757c94}._RCAHeaderViewer_ofq1z_1 ._Notice_ofq1z_93 ._Helper_ofq1z_97{display:inline-flex;margin-left:.6rem}._RetentionTable_19wjm_1{color:inherit;font-size:1.4rem;max-width:100%}._RetentionTable_19wjm_1 ._Controls_19wjm_6{display:flex;align-items:center;margin-bottom:.8rem}._RetentionTable_19wjm_1 ._Controls_19wjm_6 ._Title_19wjm_11{font-size:1.6rem;font-weight:600;color:#414559}._RetentionTable_19wjm_1 ._Controls_19wjm_6 ._Actions_19wjm_16{flex:1;display:flex;align-items:center;justify-content:flex-end}._RetentionTable_19wjm_1 ._Controls_19wjm_6 ._Actions_19wjm_16 ._Note_19wjm_22{margin-right:.8rem;font-size:1.4rem;color:#757c94}._RetentionTable_19wjm_1 ._Content_19wjm_27{display:flex;border:1px solid #d7daeb;border-radius:8px;overflow:hidden}._RetentionTable_19wjm_1 ._Content_19wjm_27 ._Descriptors_19wjm_33{display:flex;flex-direction:column;z-index:10;transition:all .25s}._RetentionTable_19wjm_1 ._Content_19wjm_27 ._Descriptors_19wjm_33._Shadow_19wjm_39{box-shadow:0 0 12px #0003}._RetentionTable_19wjm_1 ._Content_19wjm_27 ._Values_19wjm_42{flex:1;overflow-x:auto;background-color:#f8f9fc}._RetentionTable_19wjm_1 ._Content_19wjm_27 ._Values_19wjm_42::-webkit-scrollbar{width:6px;height:6px;background:transparent}._RetentionTable_19wjm_1 ._Content_19wjm_27 ._Values_19wjm_42::-webkit-scrollbar-track{border-radius:.5rem}._RetentionTable_19wjm_1 ._Content_19wjm_27 ._Values_19wjm_42::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._RetentionTable_19wjm_1 ._Content_19wjm_27 ._Values_19wjm_42 ._Row_19wjm_62,._RetentionTable_19wjm_1 ._Content_19wjm_27 ._Values_19wjm_42 ._Headers_19wjm_65{padding:0 .8rem}._RetentionTable_19wjm_1 ._Headers_19wjm_65{display:flex;align-items:center;background-color:#e7eaf3;height:3rem;min-height:3rem;min-width:fit-content}._RetentionTable_19wjm_1 ._Headers_19wjm_65 ._HeaderTitle_19wjm_76{display:flex;align-items:center;justify-content:center;color:#535569;text-transform:uppercase;font-size:1.2rem;font-weight:600;text-align:center;transition:all .25s}._RetentionTable_19wjm_1 ._Headers_19wjm_65 ._HeaderTitle_19wjm_76._Active_19wjm_87{color:#3483ff}._RetentionTable_19wjm_1 ._Headers_19wjm_65 ._HeaderTitle_19wjm_76 ._InfoTooltip_19wjm_90{margin-left:.4rem}._RetentionTable_19wjm_1 ._Headers_19wjm_65 ._HeaderTitle_19wjm_76._Descriptor_19wjm_33{min-width:10rem;width:10rem}._RetentionTable_19wjm_1 ._Headers_19wjm_65 ._HeaderTitle_19wjm_76._XTick_19wjm_97{flex:1;margin:.2rem;min-width:7.2rem}._RetentionTable_19wjm_1 ._Row_19wjm_62{display:flex;align-items:center;height:2.8rem;margin-bottom:.4rem;min-width:fit-content}._RetentionTable_19wjm_1 ._Row_19wjm_62._AVGRow_19wjm_109{background-color:#fff;border-bottom:2px solid #d7daeb;height:4rem}._RetentionTable_19wjm_1 ._Row_19wjm_62>*{display:flex;align-items:center;justify-content:center;height:100%}._RetentionTable_19wjm_1 ._Row_19wjm_62 ._AVG_19wjm_109{padding:0 .8rem;width:100%;align-items:center;justify-content:flex-end;text-transform:uppercase;font-size:1.2rem;font-weight:600}._RetentionTable_19wjm_1 ._Row_19wjm_62 ._Total_19wjm_129,._RetentionTable_19wjm_1 ._Row_19wjm_62 ._Date_19wjm_130{min-width:10rem;width:10rem;color:#414559;transition:all .25s}._RetentionTable_19wjm_1 ._Row_19wjm_62 ._Total_19wjm_129._Active_19wjm_87,._RetentionTable_19wjm_1 ._Row_19wjm_62 ._Date_19wjm_130._Active_19wjm_87{color:#3483ff;font-weight:600}._RetentionTable_19wjm_1 ._Row_19wjm_62 ._Date_19wjm_130{font-weight:600}._RetentionTable_19wjm_1 ._Row_19wjm_62 ._Date_19wjm_130{font-size:1.2rem;text-transform:uppercase}._RetentionTable_19wjm_1 ._Row_19wjm_62 ._Total_19wjm_129{font-size:1.4rem}._RetentionTable_19wjm_1 ._Row_19wjm_62 ._AVGItem_19wjm_151{flex:1;font-size:1.4rem;font-weight:600;color:#242424;margin:.2rem;min-width:7.2rem}._RetentionTable_19wjm_1 ._Row_19wjm_62 ._AVGItem_19wjm_151 ._AVGHelper_19wjm_159{margin-left:.4rem}._RetentionTable_19wjm_1 ._Row_19wjm_62 ._Item_19wjm_162{flex:1;border:3px solid transparent;color:#242424;border-radius:4px;margin:.2rem;min-width:7.2rem;transition:border-color .25s;cursor:default}._RetentionTable_19wjm_1 ._Row_19wjm_62 ._Item_19wjm_162._LightColor_19wjm_172{color:#fff}._RetentionTable_19wjm_1 ._Row_19wjm_62 ._Item_19wjm_162._Partial_19wjm_175{color:#898ea8}._RetentionTable_19wjm_1 ._Row_19wjm_62 ._Item_19wjm_162._Partial_19wjm_175._LightColor_19wjm_172{color:#e5e5f3}._RetentionTable_19wjm_1 ._Row_19wjm_62 ._Item_19wjm_162._Highlight_19wjm_181{border-color:#f2d363}._RetentionTable_19wjm_1 ._Row_19wjm_62 ._Item_19wjm_162:hover:not(._Disabled_19wjm_184){border-color:#2f78ea}._DataValidationViewer_prtpn_1{display:flex;align-items:center;justify-content:center;width:100%}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7{display:flex;flex-direction:column;width:100%;align-items:center;border:1px solid transparent;border-radius:8px;transition:border-color .25s;overflow:hidden}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7._Open_prtpn_17{border-color:#d7daeb}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7._Open_prtpn_17 ._TitleWrapper_prtpn_20{background-color:#f3f4f7;cursor:pointer}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7._Open_prtpn_17 ._TitleWrapper_prtpn_20 ._Title_prtpn_20 ._DDIcon_prtpn_24{transform:rotate(0)}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7._Open_prtpn_17 ._Content_prtpn_27{max-height:1000rem;opacity:1}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7._HasErrors_prtpn_31._Open_prtpn_17{border-color:#d7daeb}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7._HasErrors_prtpn_31._Open_prtpn_17 ._TitleWrapper_prtpn_20{background-color:#f3f4f7;color:#606375}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7._HasErrors_prtpn_31 ._TitleWrapper_prtpn_20{color:#212123}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7._HasErrors_prtpn_31 ._TitleWrapper_prtpn_20 ._Title_prtpn_20 ._TitleIcon_prtpn_41{color:#f1ae49}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7._HasErrors_prtpn_31 ._Content_prtpn_27 ._ValidationItem_prtpn_44{border-color:#f3f4f7}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._TitleWrapper_prtpn_20{display:flex;align-items:center;justify-content:center;width:100%;transition:all .25s;color:#757c96}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._TitleWrapper_prtpn_20 ._Title_prtpn_20{display:flex;align-items:center;justify-content:center;font-size:1.4rem;height:4.2rem;cursor:pointer}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._TitleWrapper_prtpn_20 ._Title_prtpn_20 ._TitleIcon_prtpn_41{font-size:2rem;margin-right:.8rem;color:#21c476}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._TitleWrapper_prtpn_20 ._Title_prtpn_20 ._Primary_prtpn_68{font-weight:500;margin-right:.4rem}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._TitleWrapper_prtpn_20 ._Title_prtpn_20 ._HelperTextIcon_prtpn_72{margin-left:.8rem;font-size:1.6rem;color:#757c96}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._TitleWrapper_prtpn_20 ._Title_prtpn_20 ._DDIcon_prtpn_24{margin-left:1.6rem;transform:rotate(-90deg);transition:transform .25s;font-size:1.6rem}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._Content_prtpn_27{width:100%;max-height:0;overflow:hidden;opacity:0;transition:all .25s}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._Content_prtpn_27 ._ValidationItem_prtpn_44{display:flex;align-items:center;justify-content:space-between;padding:0 2.4rem;height:6.8rem;font-size:1.4rem;color:#212123;border-bottom:1px solid #f3f4f7}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._Content_prtpn_27 ._ValidationItem_prtpn_44:last-child,._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._Content_prtpn_27 ._ValidationItem_prtpn_44:only-child{border-bottom:0}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._Content_prtpn_27 ._ValidationItem_prtpn_44._HasError_prtpn_31 ._ItemContent_prtpn_103 ._ValidationIcon_prtpn_103{color:#f1ae49}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._Content_prtpn_27 ._ValidationItem_prtpn_44 ._ItemContent_prtpn_103{display:flex;align-items:center}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._Content_prtpn_27 ._ValidationItem_prtpn_44 ._ItemContent_prtpn_103 ._ValidationIcon_prtpn_103{font-size:2rem;margin-right:.8rem;color:#21c476}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._Content_prtpn_27 ._ValidationItem_prtpn_44 ._ItemContent_prtpn_103 ._Primary_prtpn_68{font-weight:500;margin-right:.4rem}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._Content_prtpn_27 ._ValidationItem_prtpn_44 ._ItemContent_prtpn_103 ._LearnMore_prtpn_119{margin-left:.8rem;color:#757c96;text-decoration:underline;cursor:pointer}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._Content_prtpn_27 ._ValidationItem_prtpn_44 ._ItemContent_prtpn_103 ._LearnMore_prtpn_119:hover{color:#3483ff}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._Content_prtpn_27 ._ValidationItem_prtpn_44 ._Command_prtpn_128 ._CommandButton_prtpn_128{color:#3483ff;font-size:1.4rem;cursor:pointer}._DataValidationViewer_prtpn_1 ._DataValidationWrapper_prtpn_7 ._Content_prtpn_27 ._ValidationItem_prtpn_44 ._Command_prtpn_128 ._CommandButton_prtpn_128:hover{text-decoration:underline}._FancyBlock_rd9qy_1{width:100%;border:solid 1px #d7daeb;border-radius:8px}._FancyBlock_rd9qy_1._Highlighted_rd9qy_6 ._Content_rd9qy_6{background-color:#e5efffb3}._FancyBlock_rd9qy_1._WithPadding_rd9qy_9 ._Content_rd9qy_6{padding:1.6rem}._FancyBlock_rd9qy_1._Collapsible_rd9qy_12{max-height:0;overflow:hidden;transition:max-height .5s ease}._FancyBlock_rd9qy_1._Collapsible_rd9qy_12._Expand_rd9qy_17{max-height:1000px}._FancyBlock_rd9qy_1._Collapsible_rd9qy_12._Collapse_rd9qy_20{max-height:3.4rem}._FancyBlock_rd9qy_1 ._TitleWrapper_rd9qy_23{display:flex;background-color:#f3f4f7;padding:.8rem 1.6rem;font-size:1.2rem;min-height:3.2rem;color:#41445a;border-top-left-radius:8px;border-top-right-radius:8px}._FancyBlock_rd9qy_1 ._TitleWrapper_rd9qy_23._Collapsible_rd9qy_12{cursor:pointer}._FancyBlock_rd9qy_1 ._TitleWrapper_rd9qy_23 ._Left_rd9qy_36{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.6rem}._FancyBlock_rd9qy_1 ._TitleWrapper_rd9qy_23 ._Right_rd9qy_43{display:flex;align-items:center}._FancyBlock_rd9qy_1 ._TitleWrapper_rd9qy_23 ._Right_rd9qy_43._Chevron_rd9qy_47{cursor:pointer;font-size:1.6rem;color:#757c94;transition:all .25s}._FancyBlock_rd9qy_1 ._TitleWrapper_rd9qy_23 ._Right_rd9qy_43._Chevron_rd9qy_47._Expand_rd9qy_17{transform:rotate(180deg)}._FancyBlock_rd9qy_1 ._TitleWrapper_rd9qy_23 ._Title_rd9qy_23{display:flex;align-items:center;text-transform:uppercase;font-weight:500}._FancyBlock_rd9qy_1 ._TitleWrapper_rd9qy_23 ._Title_rd9qy_23 ._TitleIcon_rd9qy_62{font-size:2rem;margin-right:.6rem}._FancyBlock_rd9qy_1 ._TitleWrapper_rd9qy_23 ._SubTitle_rd9qy_66{font-size:1.4rem;color:#757c96}._FancyBlock_rd9qy_1 ._Content_rd9qy_6{position:relative;background-color:#fff;height:100%;border-radius:8px}._FancyBlock_rd9qy_1 ._Content_rd9qy_6._WithHeader_rd9qy_76{height:calc(100% - 3.2rem)}._MarginBottom_dp10c_1{margin-bottom:1.6rem}._MarginBottom_dp10c_1:only-child,._MarginBottom_dp10c_1:last-child{margin-bottom:0}._RCATrendsViewer_1tufk_1 ._TrendRow_1tufk_1{display:flex;align-items:center;color:#757c96;padding:2.4rem;border-bottom:1px solid #d7daeb;transition:all .25s}._RCATrendsViewer_1tufk_1 ._TrendRow_1tufk_1:last-child{border-bottom:0}._RCATrendsViewer_1tufk_1 ._TrendRow_1tufk_1 ._Sentence_1tufk_12{flex:1}._RCATrendsViewer_1tufk_1 ._TrendRow_1tufk_1:hover{background-color:#f8f9fd}._RCATrendsViewer_1tufk_1 ._TrendRow_1tufk_1 ._Impact_1tufk_18{display:flex;align-items:center;font-size:1.4rem;width:fit-content}._RCATrendsViewer_1tufk_1 ._TrendRow_1tufk_1 ._Impact_1tufk_18 ._Value_1tufk_24{display:flex;align-items:center;font-size:1.8rem;font-weight:700;color:#fff;padding:.4rem .8rem;border-radius:14px;height:2.8rem;margin:0 .4rem}._RCATrendsViewer_1tufk_1 ._TrendRow_1tufk_1 ._Impact_1tufk_18 ._Value_1tufk_24._Negative_1tufk_35{background-image:linear-gradient(109deg,#f38a94 3%,#f581c1)}._RCATrendsViewer_1tufk_1 ._TrendRow_1tufk_1 ._Impact_1tufk_18 ._Value_1tufk_24._Positive_1tufk_38{background-image:linear-gradient(110deg,#8ae09c 3%,#45c2e1 127%)}._RCATrendsViewer_1tufk_1 ._TrendRow_1tufk_1 ._Command_1tufk_41{display:flex;align-items:center;justify-content:flex-end;width:8rem}._RCATrendsViewer_1tufk_1 ._TrendRow_1tufk_1 ._Command_1tufk_41 ._Arrow_1tufk_47{cursor:pointer}._AnalysisFigureViewer_y68i3_1{display:flex;flex:1}._AnalysisFigureViewer_y68i3_1 ._Nav_y68i3_5{position:relative;min-width:24rem;max-width:24rem;background-color:#f8f9fc}._AnalysisFigureViewer_y68i3_1 ._Nav_y68i3_5 ._SideMenu_y68i3_11{position:sticky;top:0;padding:2rem 1.6rem}._AnalysisFigureViewer_y68i3_1 ._Content_y68i3_16{flex:1;position:relative;margin-left:1.6rem}._AnalysisFigureViewer_y68i3_1 ._Content_y68i3_16._HasMenu_y68i3_21{max-width:calc(100% - 25.6rem)}._AnalysisFigureViewer_y68i3_1 ._Content_y68i3_16 ._ContentTitle_y68i3_24{margin-bottom:1.6rem}._AnalysisFigureViewer_y68i3_1 ._Content_y68i3_16 ._Footer_y68i3_27{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;margin-bottom:20rem}._AnalysisFigureViewer_y68i3_1 ._Content_y68i3_16 ._Footer_y68i3_27 ._Feedback_y68i3_34{flex:1}._AnalysisFigureViewer_y68i3_1 ._Content_y68i3_16 ._Footer_y68i3_27 ._InnerNavigation_y68i3_37{display:flex;justify-content:center}._AnalysisFigureViewer_y68i3_1 ._Content_y68i3_16 ._TipBox_y68i3_41{margin-bottom:2rem}._SideMenu_5liwr_1{width:100%}._SideMenu_5liwr_1 ._Search_5liwr_4{margin-bottom:.8rem}._SideMenu_5liwr_1 ._Search_5liwr_4 ._SearchInput_5liwr_7{height:2.8rem}._SideMenu_5liwr_1 ._List_5liwr_10 ._EmptyState_5liwr_10{display:flex;align-items:center;justify-content:center;height:3.6rem;color:#535569}._SideMenu_5liwr_1 ._List_5liwr_10 ._MenuItem_5liwr_17._Open_5liwr_17 ._Title_5liwr_17 ._Arrow_5liwr_17{transform:rotate(0)}._SideMenu_5liwr_1 ._List_5liwr_10 ._MenuItem_5liwr_17._Open_5liwr_17 ._Children_5liwr_20{max-height:30rem}._SideMenu_5liwr_1 ._List_5liwr_10 ._MenuItem_5liwr_17:not(._Open_5liwr_17) ._Title_5liwr_17._HasSelectedChild_5liwr_23{color:#3483ff}._SideMenu_5liwr_1 ._List_5liwr_10 ._MenuItem_5liwr_17 ._Title_5liwr_17{display:flex;align-items:center;height:3.6rem;cursor:pointer;transition:all .25s;padding:0 .8rem;border-radius:4px}._SideMenu_5liwr_1 ._List_5liwr_10 ._MenuItem_5liwr_17 ._Title_5liwr_17:hover:not(._HasChildren_5liwr_35){background-color:#e5efff}._SideMenu_5liwr_1 ._List_5liwr_10 ._MenuItem_5liwr_17 ._Title_5liwr_17._Child_5liwr_20{padding-left:2.4rem}._SideMenu_5liwr_1 ._List_5liwr_10 ._MenuItem_5liwr_17 ._Title_5liwr_17._Child_5liwr_20 ._Label_5liwr_41{font-weight:300}._SideMenu_5liwr_1 ._List_5liwr_10 ._MenuItem_5liwr_17 ._Title_5liwr_17._Selected_5liwr_44{background-color:#dff0ff!important;color:#3483ff}._SideMenu_5liwr_1 ._List_5liwr_10 ._MenuItem_5liwr_17 ._Title_5liwr_17._Selected_5liwr_44 ._Label_5liwr_41{font-weight:500!important}._SideMenu_5liwr_1 ._List_5liwr_10 ._MenuItem_5liwr_17 ._Title_5liwr_17 ._IconWrapper_5liwr_51{margin-right:.8rem;width:1.8rem;display:flex;align-items:center;justify-content:center}._SideMenu_5liwr_1 ._List_5liwr_10 ._MenuItem_5liwr_17 ._Title_5liwr_17 ._IconWrapper_5liwr_51 ._Icon_5liwr_51{font-size:1.8rem}._SideMenu_5liwr_1 ._List_5liwr_10 ._MenuItem_5liwr_17 ._Title_5liwr_17 ._Arrow_5liwr_17{font-size:1rem;color:#757c94;transform:rotate(-90deg);transition:transform .25s}._SideMenu_5liwr_1 ._List_5liwr_10 ._MenuItem_5liwr_17 ._Title_5liwr_17 ._Label_5liwr_41{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.4rem;font-weight:500;flex:1;min-width:0}._SideMenu_5liwr_1 ._List_5liwr_10 ._MenuItem_5liwr_17 ._Children_5liwr_20{max-height:0;overflow:hidden;transition:max-height .25s}._TextInput_xrglo_1{position:relative;border:1px solid #d7daeb;border-radius:4px;padding:0 .8rem;height:3.2rem;transition:all .25s;display:flex!important;align-items:center;background-color:#fff}._TextInput_xrglo_1._Rounded_xrglo_12{border-radius:20px}._TextInput_xrglo_1._Small_xrglo_15{height:3.2rem}._TextInput_xrglo_1._Large_xrglo_18{height:4.8rem}._TextInput_xrglo_1._Large_xrglo_18 ._Input_xrglo_21::placeholder{font-size:1.8rem;font-weight:400;line-height:2rem}._TextInput_xrglo_1 ._Icon_xrglo_26{margin-right:.8rem;font-size:1.8rem;color:#898ea8}._TextInput_xrglo_1 ._LeftIcon_xrglo_31{font-size:1.8rem;color:#898ea8}._TextInput_xrglo_1._FullWidth_xrglo_35{width:100%}._TextInput_xrglo_1._Multiple_xrglo_38{min-height:3.2rem;height:auto;flex-wrap:wrap}._TextInput_xrglo_1._Multiple_xrglo_38 ._Input_xrglo_21{flex:1;min-width:5rem}._TextInput_xrglo_1._Multiple_xrglo_38 ._Input_xrglo_21._Disabled_xrglo_47{display:none}._TextInput_xrglo_1._Disabled_xrglo_47{background-color:#f8f9fc;border-color:#d7daeb}._TextInput_xrglo_1._Error_xrglo_54{border-color:#e74c3c}._TextInput_xrglo_1:hover:not(._Disabled_xrglo_47){border-color:#3483ff}._TextInput_xrglo_1:focus-within:not(._Disabled_xrglo_47){border-color:#3483ff}._TextInput_xrglo_1 ._InputChipInline_xrglo_63{margin-right:.4rem;margin-top:.4rem;transform:translateY(-.2rem)}._TextInput_xrglo_1 ._InputChipInline_xrglo_63:only-child,._TextInput_xrglo_1 ._InputChipInline_xrglo_63:last-child{margin-right:0}._TextInput_xrglo_1 ._Input_xrglo_21{color:#242424;font-size:1.4rem;font-family:Manrope;transition:color .25s;flex:1;border:0;outline:0;padding:0;margin:0;background-color:transparent;-moz-appearance:textfield;width:100%}._TextInput_xrglo_1 ._Input_xrglo_21::placeholder{color:#c3c6d8}._TextInput_xrglo_1 ._Input_xrglo_21:focus{color:#242424}._TextInput_xrglo_1 ._Input_xrglo_21._Clearable_xrglo_91{width:95%}._TextInput_xrglo_1 ._Helper_xrglo_94{position:absolute;right:.8rem;font-size:1rem;color:#c3c6d8}._InputChipInline_tym12_1{display:flex;align-items:center;height:2.2rem;padding:0 .4rem;background-color:#f0f2f7;border:1px solid #f0f2f7;border-radius:4px;width:fit-content;cursor:default;transition:all .25s;overflow:hidden;max-width:20rem}._InputChipInline_tym12_1._Disabled_tym12_15{padding:0 .8rem!important}._InputChipInline_tym12_1._dark_tym12_18{background-color:#3483ff1a;border:1px solid #3483ff}._InputChipInline_tym12_1._dark_tym12_18 ._Values_tym12_22{color:#c3c6d8}._InputChipInline_tym12_1._dark_tym12_18._Active_tym12_25{border-color:#898ea8}._InputChipInline_tym12_1._dark_tym12_18._Active_tym12_25 ._Label_tym12_28,._InputChipInline_tym12_1._dark_tym12_18._Active_tym12_25 ._Actions_tym12_31 ._FilterAction_tym12_31 ._FilterIcon_tym12_31{color:#c3c6d8}._InputChipInline_tym12_1._Warn_tym12_34{background-color:#f66b6b4d!important}._InputChipInline_tym12_1._Active_tym12_25{background-color:#24264526;border:1px solid #242645}._InputChipInline_tym12_1._Active_tym12_25 ._Label_tym12_28,._InputChipInline_tym12_1._Active_tym12_25 ._Values_tym12_22{color:#252745}._InputChipInline_tym12_1._Active_tym12_25 ._Actions_tym12_31 ._FilterAction_tym12_31{display:flex;justify-content:center;align-items:center}._InputChipInline_tym12_1._Active_tym12_25 ._Actions_tym12_31 ._FilterAction_tym12_31 ._FilterIcon_tym12_31{color:#252745}._InputChipInline_tym12_1 ._Label_tym12_28{display:flex;align-items:center;font-size:1.2rem;font-weight:500;margin-right:.4rem;white-space:nowrap;color:#3483ff;height:2.2rem}._InputChipInline_tym12_1 ._Values_tym12_22{display:flex;align-items:center;height:2.2rem;min-width:0;font-size:1.4rem;color:#242424}._InputChipInline_tym12_1 ._Values_tym12_22 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._InputChipInline_tym12_1 ._Actions_tym12_31{display:flex;align-items:center;justify-content:flex-end;transition:all .25s;margin-left:.4rem;gap:.1rem}._InputChipInline_tym12_1 ._Actions_tym12_31 ._FilterAction_tym12_31{display:flex;justify-content:center;align-items:center;border-radius:50%;transition:all .25s;cursor:pointer;border:1px solid transparent}._InputChipInline_tym12_1 ._Actions_tym12_31 ._FilterAction_tym12_31:hover{background-color:#f8f9fd;border:1px solid #d7daeb}._InputChipInline_tym12_1 ._Actions_tym12_31 ._FilterAction_tym12_31 ._FilterIcon_tym12_31{color:#898ea8;font-size:1.6rem}._InputChipInline_tym12_1 ._Actions_tym12_31 ._FilterAction_tym12_31 ._EditFilterIcon_tym12_103{color:#898ea8;font-size:1.2rem}._NextPrevNavigator_c3j27_1{display:flex;align-items:center;font-size:1.4rem;color:#757c94}._NextPrevNavigator_c3j27_1 ._Prev_c3j27_7,._NextPrevNavigator_c3j27_1 ._Next_c3j27_1{display:flex;align-items:center;cursor:pointer;line-height:1;border-radius:18px;height:3.6rem;transition:all .25s;-webkit-user-select:none;user-select:none}._NextPrevNavigator_c3j27_1 ._Prev_c3j27_7:hover:not(._Disabled_c3j27_18),._NextPrevNavigator_c3j27_1 ._Next_c3j27_1:hover:not(._Disabled_c3j27_18){background-color:#f8f9fc;color:#3483ff}._NextPrevNavigator_c3j27_1 ._Prev_c3j27_7 ._Icon_c3j27_23,._NextPrevNavigator_c3j27_1 ._Next_c3j27_1 ._Icon_c3j27_23{font-size:1.6rem;margin:0 .8rem}._NextPrevNavigator_c3j27_1 ._Prev_c3j27_7._Disabled_c3j27_18,._NextPrevNavigator_c3j27_1 ._Next_c3j27_1._Disabled_c3j27_18{opacity:.5;cursor:default}._NextPrevNavigator_c3j27_1 ._Separator_c3j27_33{width:1px;height:2.4rem;background-color:#d7daeb;margin:0 .8rem}._NextPrevNavigator_c3j27_1 ._Prev_c3j27_7{padding:.6rem 1.2rem .6rem 0}._NextPrevNavigator_c3j27_1 ._Prev_c3j27_7 ._Icon_c3j27_23{transform:rotate(-180deg)}._NextPrevNavigator_c3j27_1 ._Next_c3j27_1{padding:.6rem 0 .6rem 1.2rem}._Option_17e6i_1{display:flex;align-items:center;flex:1;font-size:1.4rem;gap:.8rem;color:#242424;max-width:100%}._Option_17e6i_1:hover{color:#3483ff}._Option_17e6i_1 ._Label_17e6i_13{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._AnalysisContentTitle_17e6i_19{display:flex;align-items:center;color:#414559}._AnalysisContentTitle_17e6i_19 ._TitleWrapper_17e6i_24{display:flex;justify-content:center;flex-direction:column;flex:1}._AnalysisContentTitle_17e6i_19 ._TitleWrapper_17e6i_24 ._ContentOptions_17e6i_30{margin-right:1.2rem}._AnalysisContentTitle_17e6i_19 ._TitleWrapper_17e6i_24 ._ContentOptionsButton_17e6i_33{background-color:#f0f2f7;font-weight:600;font-size:1.6rem;max-width:30rem;color:#242424!important}._AnalysisContentTitle_17e6i_19 ._TitleWrapper_17e6i_24 ._TitleContent_17e6i_40{display:flex;align-items:center;flex:1;gap:.8rem}._AnalysisContentTitle_17e6i_19 ._TitleWrapper_17e6i_24 ._TitleContent_17e6i_40 ._Title_17e6i_24{font-size:1.8rem;font-weight:600}._AnalysisContentTitle_17e6i_19 ._TitleWrapper_17e6i_24 ._TitleContent_17e6i_40 ._Separator_17e6i_50{font-size:1.8rem;font-weight:600;color:#898ea8}._AnalysisContentTitle_17e6i_19 ._TitleWrapper_17e6i_24 ._TitleContent_17e6i_40 ._Icon_17e6i_55{font-size:2.4rem}._AnalysisContentTitle_17e6i_19 ._TitleWrapper_17e6i_24 ._TitleContent_17e6i_40 ._HelperIcon_17e6i_58{font-size:1.6rem;color:#757c94}._AnalysisContentTitle_17e6i_19 ._BottomHeaderLabels_17e6i_62{margin-top:.4rem}._AnalysisContentTitle_17e6i_19 ._BottomHeaderLabels_17e6i_62 ._HeaderLabel_17e6i_65{flex-direction:row;margin-right:1.2rem;padding-right:0;justify-content:unset;align-items:center}._AnalysisContentTitle_17e6i_19 ._BottomHeaderLabels_17e6i_62 ._HeaderLabel_17e6i_65 ._Label_17e6i_13{margin-bottom:0;margin-right:.4rem}._AnalysisContentTitle_17e6i_19 ._BottomHeaderLabels_17e6i_62 ._HeaderLabel_17e6i_65:after{display:none}._AnalysisContentTitle_17e6i_19 ._BottomHeaderLabels_17e6i_62 ._HeaderLabel_17e6i_65 ._Value_17e6i_79{font-size:1.4rem;font-weight:unset}._AnalysisContentTitle_17e6i_19 ._BottomHeaderLabels_17e6i_62 ._HeaderLabel_17e6i_65 ._Value_17e6i_79._Clickable_17e6i_83{color:#3483ff}._AnalysisContentTitle_17e6i_19 ._RightHeaderLabels_17e6i_86{display:flex;align-items:center}._AnalysisContentTitle_17e6i_19 ._RightHeaderLabels_17e6i_86 ._InjectedHeaderElement_17e6i_90{position:relative;display:flex;align-items:center;margin-left:2rem;padding-left:2rem}._AnalysisContentTitle_17e6i_19 ._RightHeaderLabels_17e6i_86 ._InjectedHeaderElement_17e6i_90:only-child:after{display:none}._AnalysisContentTitle_17e6i_19 ._RightHeaderLabels_17e6i_86 ._InjectedHeaderElement_17e6i_90:not(:has(>div)){margin-left:0;padding-left:0}._AnalysisContentTitle_17e6i_19 ._RightHeaderLabels_17e6i_86 ._InjectedHeaderElement_17e6i_90:not(:has(>div)):after{display:none}._AnalysisContentTitle_17e6i_19 ._RightHeaderLabels_17e6i_86 ._InjectedHeaderElement_17e6i_90:after{position:absolute;width:1px;height:2rem;background-color:#d7daeb;content:" ";left:0}._AnalysisContentTitle_17e6i_19 ._RightHeaderLabels_17e6i_86 ._AnalysisHeaderLabels_17e6i_115{display:flex;align-items:center}._AnalysisContentTitle_17e6i_19 ._HeaderLabel_17e6i_65{position:relative;display:flex;flex-direction:column;justify-content:center;margin-right:2rem;padding-right:2rem}._AnalysisContentTitle_17e6i_19 ._HeaderLabel_17e6i_65:only-child,._AnalysisContentTitle_17e6i_19 ._HeaderLabel_17e6i_65:last-child{padding-right:0;margin-right:0}._AnalysisContentTitle_17e6i_19 ._HeaderLabel_17e6i_65:only-child:after,._AnalysisContentTitle_17e6i_19 ._HeaderLabel_17e6i_65:last-child:after{display:none}._AnalysisContentTitle_17e6i_19 ._HeaderLabel_17e6i_65:after{position:absolute;width:1px;height:2rem;background-color:#d7daeb;content:" ";right:0}._AnalysisContentTitle_17e6i_19 ._HeaderLabel_17e6i_65 ._Label_17e6i_13{color:#757c94;margin-bottom:.4rem;font-size:1.4rem}._AnalysisContentTitle_17e6i_19 ._HeaderLabel_17e6i_65 ._Value_17e6i_79{color:#414559;font-weight:600}._AnalysisContentTitle_17e6i_19 ._HeaderLabel_17e6i_65 ._Value_17e6i_79._Clickable_17e6i_83:hover{color:#3483ff;cursor:pointer}._Chip_1vj5y_1{display:flex;align-items:center;justify-content:center;padding:.4rem .6rem;border-radius:4px;font-size:1.4rem;line-height:1.4rem;background-color:#3483ff33;color:#252745;-webkit-user-select:none;user-select:none;width:fit-content;letter-spacing:.4px}._Chip_1vj5y_1._Bold_1vj5y_15{font-weight:600}._Chip_1vj5y_1._small_1vj5y_18{font-size:1.2rem}._Chip_1vj5y_1._small_1vj5y_18 ._Icon_1vj5y_21{font-size:1.4rem}._Chip_1vj5y_1._xsmall_1vj5y_24{font-size:1.1rem;padding:.2rem .4rem}._Chip_1vj5y_1._xsmall_1vj5y_24 ._Icon_1vj5y_21{font-size:1.2rem}._Chip_1vj5y_1 ._Icon_1vj5y_21{margin-right:.6rem;font-size:1.6rem}._Chip_1vj5y_1._Caps_1vj5y_35{text-transform:capitalize}._Chip_1vj5y_1._Clickable_1vj5y_38{cursor:pointer}._Chip_1vj5y_1._success_1vj5y_41{background-color:#b2f0ca;color:#166e38}._Chip_1vj5y_1._success_1vj5y_41 ._Icon_1vj5y_21{color:#166e38}._Chip_1vj5y_1._warn_1vj5y_48{background-color:#f8cb87;color:#7e500a}._Chip_1vj5y_1._warn_1vj5y_48 ._Icon_1vj5y_21{color:#7e500a}._Chip_1vj5y_1._error_1vj5y_55{background-color:#f4b6b9;color:#9c0a0a}._Chip_1vj5y_1._error_1vj5y_55 ._Icon_1vj5y_21{color:#9c0a0a}._Chip_1vj5y_1._running_1vj5y_62{background-color:#c8e2fb;color:#0c579c}._Chip_1vj5y_1._running_1vj5y_62 ._Icon_1vj5y_21{color:#0c579c}._Chip_1vj5y_1._example_1vj5y_69{background-color:#dfcdf7;color:#7c25e8}._Chip_1vj5y_1._example_1vj5y_69 ._Icon_1vj5y_21{color:#7c25e8}._Chip_1vj5y_1._follow_up_1vj5y_76{background-color:#f8cb87;color:#7e500a}._Chip_1vj5y_1._follow_up_1vj5y_76 ._Icon_1vj5y_21{color:#7e500a}._Chip_1vj5y_1._new_1vj5y_83{background-color:#b2ecf0;color:#17686d}._Chip_1vj5y_1._new_1vj5y_83 ._Icon_1vj5y_21{color:#17686d}._Chip_1vj5y_1._causal_1vj5y_90{background-color:#ff9077;color:#fff}._Chip_1vj5y_1._causal_1vj5y_90 ._Icon_1vj5y_21{color:#fff}._Chip_1vj5y_1._dark_1vj5y_97{color:#fff;background-color:#3d3e5b}._Chip_1vj5y_1._dark_1vj5y_97 ._Icon_1vj5y_21{color:#fff}._Chip_1vj5y_1._primary_kpi_1vj5y_104{background-color:#9f5ef0;color:#fff}._Chip_1vj5y_1._primary_kpi_1vj5y_104 ._Icon_1vj5y_21{color:#fff}._Chip_1vj5y_1._disabled_1vj5y_111{background-color:#d7dae9;color:#606375}._Chip_1vj5y_1._disabled_1vj5y_111 ._Icon_1vj5y_21{color:#606375}._InfoBox_1lgpj_1{box-shadow:0 1px 5px #00000026;max-width:54rem;overflow-y:auto!important}._InfoBox_1lgpj_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._InfoBox_1lgpj_1::-webkit-scrollbar-track{border-radius:.5rem}._InfoBox_1lgpj_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._AnalysisContentItem_1lgpj_22{padding-top:2rem}._AnalysisContentItem_1lgpj_22 ._Header_1lgpj_25{margin-bottom:2rem}._AnalysisContentItem_1lgpj_22 ._Header_1lgpj_25 ._Description_1lgpj_28{color:#757c96;margin-top:.8rem;max-width:70%}@media (max-width: 1024px){._AnalysisContentItem_1lgpj_22 ._Header_1lgpj_25 ._Description_1lgpj_28{max-width:700rem}}._AnalysisContentItem_1lgpj_22 ._ViewInfoButton_1lgpj_38{cursor:pointer;width:fit-content;font-size:1.4rem;color:#3483ff;margin-top:.8rem}._AnalysisContentItem_1lgpj_22 ._MarginBottom_1lgpj_45{margin-bottom:2.8rem}._AnalysisContentItem_1lgpj_22 ._PhenomenasWrapper_1lgpj_48{margin-top:4rem}._AnalysisContentItem_1lgpj_22 ._PhenomenasWrapper_1lgpj_48 ._Title_1lgpj_51{font-size:1.6rem;font-weight:500;margin-bottom:1.2rem}._AnalysisContentItem_1lgpj_22 ._PhenomenasWrapper_1lgpj_48 ._PhenomenasEmptyState_1lgpj_56{font-size:1.4rem}._AnalysisContentItem_1lgpj_22 ._PhenomenasWrapper_1lgpj_48 ._PhenomenasEmptyState_1lgpj_56 ._Text_1lgpj_59{color:#757c96;line-height:2.4rem}._AnalysisContentItem_1lgpj_22 ._PhenomenasWrapper_1lgpj_48 ._PhenomenasEmptyState_1lgpj_56 ._ViewAllButton_1lgpj_63{width:fit-content;color:#3483ff;cursor:pointer;line-height:2.4rem}._AnalysisContentItem_1lgpj_22 ._PhenomenasWrapper_1lgpj_48 ._PhenomenasEmptyState_1lgpj_56 ._ViewAllButton_1lgpj_63:hover{text-decoration:underline}._InfoBoxViewer_16os2_1{background-color:#dff0ff;border-radius:8px;display:flex;padding:.8rem;max-height:12rem;overflow:hidden;transition:max-height .25s}._InfoBoxViewer_16os2_1 ._CloseButton_16os2_10,._InfoBoxViewer_16os2_1 ._OpenButton_16os2_11{color:#3483ff;cursor:pointer;width:fit-content;word-break:keep-all;white-space:nowrap}._InfoBoxViewer_16os2_1 ._CloseButton_16os2_10{display:block}._InfoBoxViewer_16os2_1._Open_16os2_11{max-height:60rem}._InfoBoxViewer_16os2_1._Open_16os2_11 ._Arrow_16os2_24 ._ArrowIcon_16os2_24{transform:rotate(0)}._InfoBoxViewer_16os2_1 ._Icon_16os2_27{font-size:1.6rem;margin:.4rem 1.6rem 0 .8rem}._InfoBoxViewer_16os2_1 ._Content_16os2_31{width:100%;max-width:80rem}._InfoBoxViewer_16os2_1 ._Arrow_16os2_24{display:flex;justify-content:flex-end;align-items:center;max-height:4.4rem;flex:1;margin-right:1.2rem}._InfoBoxViewer_16os2_1 ._Arrow_16os2_24 ._ArrowIcon_16os2_24{font-size:2rem;transform:rotate(-90deg);cursor:pointer;transition:all .25s}._RCAComparedHeaderViewer_sfyie_1{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.6rem}._RCAComparedHeaderViewer_sfyie_1 ._Clickable_sfyie_9{cursor:pointer}._RCAComparedHeaderViewer_sfyie_1 ._Clickable_sfyie_9:hover{color:#3483ff}._RCAComparedHeaderViewer_sfyie_1 ._TitleWrapper_sfyie_15{display:flex;align-items:center;justify-content:center;width:100%}._RCAComparedHeaderViewer_sfyie_1 ._TitleWrapper_sfyie_15 ._Title_sfyie_15{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:3rem;font-weight:500;text-align:center;max-width:40%}._RCAComparedHeaderViewer_sfyie_1 ._TitleWrapper_sfyie_15 ._In_sfyie_30{font-size:2.4rem;margin:0 .8rem}._RCAComparedHeaderViewer_sfyie_1 ._TitleWrapper_sfyie_15 ._Group_sfyie_34{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:3rem;font-weight:500;max-width:40%}._RCAComparedHeaderViewer_sfyie_1 ._Periods_sfyie_42{display:flex;align-items:center;gap:3rem}._RCAComparedHeaderViewer_sfyie_1 ._Periods_sfyie_42 ._Period_sfyie_42{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem;min-width:24rem}._RCAComparedHeaderViewer_sfyie_1 ._Infos_sfyie_55{background-color:#f0f2f8;padding:.4rem 1.2rem;border-radius:4px;font-size:1.6rem;display:flex;align-items:center;justify-content:center;color:#535569;width:100%}._RCAComparedHeaderViewer_sfyie_1 ._Infos_sfyie_55 ._Info_sfyie_55{border-right:1px solid #c3c6d8;margin-right:.8rem;padding-right:.8rem}._RCAComparedHeaderViewer_sfyie_1 ._Infos_sfyie_55 ._Info_sfyie_55:last-child{border-right:0;margin-right:0;padding-right:0}._RCAComparedHeaderViewer_sfyie_1 ._Infos_sfyie_55 ._Info_sfyie_55 ._Label_sfyie_76{margin-right:.4rem}._RCAComparedHeaderViewer_sfyie_1 ._Infos_sfyie_55 ._Info_sfyie_55 ._Label_sfyie_76:last-child{margin-right:0}._RCAComparedHeaderViewer_sfyie_1 ._Value_sfyie_82{font-weight:600;font-size:2.4rem}._RCAComparedHeaderViewer_sfyie_1 ._Trend_sfyie_86{display:flex;align-items:center}._RCAComparedHeaderViewer_sfyie_1 ._Trend_sfyie_86>*{margin-right:.6rem}._RCAComparedHeaderViewer_sfyie_1 ._Trend_sfyie_86>*:last-child{margin-right:0}._RCAComparedHeaderViewer_sfyie_1 ._Trend_sfyie_86 ._TrendChip_sfyie_96{background-color:transparent}._RCAComparedHeaderViewer_sfyie_1 ._Trend_sfyie_86 ._Text_sfyie_99{font-size:1.8rem;color:#535569;font-weight:500}._RCAComparedHeaderViewer_sfyie_1 ._Notice_sfyie_104{color:#757c94}._RCAComparedHeaderViewer_sfyie_1 ._Notice_sfyie_104 ._Helper_sfyie_107{display:inline-flex;margin-left:.6rem}._HabitMomentFigure_1bm1a_1 ._Tabs_1bm1a_1{margin-bottom:1.2rem;display:flex;align-items:center}._HabitMomentFigure_1bm1a_1 ._Tabs_1bm1a_1 ._SwitchHabitMode_1bm1a_6{margin-left:2rem}._HabitMomentFigure_1bm1a_1 ._Tabs_1bm1a_1 ._SwitchHabitMode_1bm1a_6._Highlight_1bm1a_9{border-color:#3483ff;box-shadow:0 0 12px #3483ff80}._HabitMomentFigure_1bm1a_1 ._Content_1bm1a_13 ._Explainer_1bm1a_13{margin-bottom:1.2rem;font-size:1.4rem;color:#606375}._HabitMomentFigure_1bm1a_1 ._Content_1bm1a_13 ._Action_1bm1a_18{display:flex;align-items:center;justify-content:flex-end}._HabitMomentFigure_1bm1a_1 ._Content_1bm1a_13 ._Action_1bm1a_18 ._Button_1bm1a_23{display:block}._NoVariations_1bm1a_27{color:#898ea8;font-size:1.4rem;margin-right:.8rem}._Info_1bm1a_33{background-color:#fff!important;padding:0!important}._Part_1bm1a_38{margin-right:.4rem}._Part_1bm1a_38:only-child,._Part_1bm1a_38:last-child{margin-right:0}._ClickablePart_1bm1a_45{color:#3483ff;cursor:pointer}._ClickablePart_1bm1a_45:hover{text-decoration:underline}._StarWrapper_1bm1a_53{display:flex;align-items:center;justify-content:center;margin-left:1.2rem}._StarWrapper_1bm1a_53 ._Star_1bm1a_53{color:#3483ff;font-size:1.8rem!important}._RepeatIcon_1bm1a_64{margin-right:.6rem}._Notice_11uiz_1{display:flex;flex-direction:column;width:40rem;box-shadow:0 0 5px #0000001a;border-radius:8px;padding:1.2rem}._Notice_11uiz_1._FullWidth_11uiz_9{width:100%}._Notice_11uiz_1._Warning_11uiz_12{background:#ffdfc7}._Notice_11uiz_1._Error_11uiz_15{background:#f66b6b}._Notice_11uiz_1 ._Head_11uiz_18{display:flex;align-items:center;line-height:1.4;font-size:1.4rem}._Notice_11uiz_1 ._Head_11uiz_18 ._Icon_11uiz_24{font-size:2rem;margin-right:.8rem;align-self:flex-start}._Notice_11uiz_1 ._Spacer_11uiz_29{flex:1}._Notice_11uiz_1 ._Footer_11uiz_32{display:flex;align-items:center;font-size:1.4rem}._Notice_11uiz_1 ._Footer_11uiz_32 ._SecondaryButton_11uiz_37{color:#757c94;cursor:pointer;flex:1}._Notice_11uiz_1 ._Footer_11uiz_32 ._ConfirmButton_11uiz_42{color:#3483ff;font-weight:500;cursor:pointer;margin-left:auto}._Notice_hoefu_1{height:10rem}._UpliftDisplay_p44ju_1{display:flex;align-items:center}._UpliftDisplay_p44ju_1._Negative_p44ju_5 ._Icon_p44ju_5{color:#f66b6b}._UpliftDisplay_p44ju_1._Flip_p44ju_8 ._Icon_p44ju_5{transform:rotate(180deg)}._UpliftDisplay_p44ju_1 ._Icon_p44ju_5{color:#21c476;font-size:1.8rem;margin-right:.4rem}._UpliftDisplay_p44ju_1._Insignificant_p44ju_16 ._Icon_p44ju_5{color:#757c94}._UpliftDisplay_p44ju_1 ._Divider_p44ju_19{height:1.4rem;width:1px;background-color:#d7daeb;margin:0 .6rem}._UpliftDisplay_p44ju_1 ._AbsLabel_p44ju_25{font-size:1.2rem;color:#757c94;font-weight:400;margin-right:.4rem}._Secondary_p44ju_32{margin-left:.4rem;font-size:1.2rem;color:#757c94;font-weight:400}._Secondary_p44ju_32 ._VS_p44ju_38{margin-right:.4rem}._VersusDisplay_p44ju_42{display:flex;align-items:center}._VersusDisplay_p44ju_42 ._Icon_p44ju_5{margin-right:.6rem}._VersusWithUpliftDisplay_p44ju_50{display:flex;align-items:center;gap:.4rem}._VersusWithUpliftDisplay_p44ju_50 ._Uplift_p44ju_1{display:flex;align-items:center;min-width:fit-content;font-size:1.2rem;font-weight:600;color:#757c94;background-color:#e7eaf3;height:1.8rem;padding:0 .4rem;border-radius:4px}._VSTooltip_p44ju_68 ._Line_p44ju_68{display:flex;align-items:center;gap:.4rem}._VSTooltip_p44ju_68 ._Line_p44ju_68 ._Bolder_p44ju_73{font-weight:500}._VSTooltip_p44ju_68 ._Line_p44ju_68 ._Label_p44ju_76{color:#757c94}._OutOfDisplay_p44ju_80{display:flex;align-items:center}._OutOfDisplay_p44ju_80 ._Icon_p44ju_5{margin-right:.6rem}._ImpactPPDisplay_p44ju_88{display:flex;align-items:center}._ImpactPPDisplay_p44ju_88 ._ArrowIcon_p44ju_92{font-size:17px;margin-right:.4rem;color:#21c476}._ImpactPPDisplay_p44ju_88 ._ArrowIcon_p44ju_92._Negative_p44ju_5{color:#f66b6b;transform:rotate(180deg)}._ImpactPPDisplay_p44ju_88 ._PP_p44ju_101{align-self:flex-end;color:#757c94;font-size:1.2rem;margin-left:1px}._PercentageAbsDisplay_p44ju_108{display:flex;align-items:center;overflow:hidden}._PercentageAbsDisplay_p44ju_108 ._Icon_p44ju_5{margin-right:.6rem}._PercentageAbsDisplay_p44ju_108 ._Secondary_p44ju_32{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ShareOfUsers_p44ju_122{display:flex;align-items:center;flex:1}._ShareOfUsers_p44ju_122 ._Percentage_p44ju_108{margin-right:1.6rem;min-width:5.2rem;text-align:right}._ShareOfUsers_p44ju_122 ._Progress_p44ju_132{position:relative;height:.6rem;flex:1;width:100%;background-color:#d7daeb;border-radius:4px;overflow:hidden}._ShareOfUsers_p44ju_122 ._Progress_p44ju_132 ._Bar_p44ju_141{position:absolute;left:0;height:.6rem;background-color:#3483ff}._RangeSliderDisplay_p44ju_148{display:flex;align-items:center;width:100%}._RangeSliderDisplay_p44ju_148._Muted_p44ju_153{filter:grayscale(1)}._RangeSliderDisplay_p44ju_148 ._CurrentValue_p44ju_156{width:7.2rem;min-width:7.2rem;max-width:7.2rem}._RangeSliderDisplay_p44ju_148 ._RangePicker_p44ju_161{position:relative;flex:1;margin-right:1.6rem;z-index:1}._RangeSliderDisplay_p44ju_148 ._ResetChanges_p44ju_167{display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s;pointer-events:none;z-index:2}._RangeSliderDisplay_p44ju_148 ._ResetChanges_p44ju_167._Show_p44ju_176{opacity:1;cursor:pointer;pointer-events:unset}._RangeSliderDisplay_p44ju_148 ._ResetChanges_p44ju_167 ._ResetButton_p44ju_181{color:#3483ff;font-size:2rem}._GradientLabelDisplay_p44ju_186{display:flex;align-items:center;width:fit-content}._GradientLabelDisplay_p44ju_186 ._Circle_p44ju_191{margin-right:.8rem;height:1.6rem;width:1.6rem;min-height:1.6rem;min-width:1.6rem;border-radius:50%}._GradientLabelDisplay_p44ju_186 ._Circle_p44ju_191._Square_p44ju_199{border-radius:4px}._GradientLabelDisplay_p44ju_186 ._Diff_p44ju_202{margin-left:.6rem;font-size:1.2rem;color:#757c94}._GradientLabelDisplay_p44ju_186 ._Diff_p44ju_202._Negative_p44ju_5{color:#f66b6b}._GradientLabelDisplay_p44ju_186 ._Diff_p44ju_202._Positive_p44ju_210{color:#21c476}._SegmentDisplay_p44ju_214{display:flex;align-items:center;font-size:1.4rem;cursor:pointer;width:fit-content;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._SegmentDisplay_p44ju_214 ._Info_p44ju_226{margin-left:.8rem}._SegmentDisplay_p44ju_214:hover ._Segment_p44ju_214{color:#3483ff}._SegmentDisplay_p44ju_214 ._Segment_p44ju_214,._SegmentDisplay_p44ju_214 ._Group_p44ju_233{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:3rem}._SegmentDisplay_p44ju_214 ._Segment_p44ju_214{font-weight:600;transition:all .25s}._SegmentDisplay_p44ju_214 ._Group_p44ju_233{flex:1}._SegmentDisplay_p44ju_214 ._Arrow_p44ju_92{margin:0 .8rem;font-size:1.6rem;color:#757c94}._PlaceholderTextDisplay_p44ju_252{font-size:1.4rem;color:#757c94}._CompositeDisplay_p44ju_257{width:100%;height:100%;display:flex;align-items:stretch}._CompositeDisplay_p44ju_257 ._Prefix_p44ju_263{display:flex;align-items:center;justify-content:center;min-width:3rem;border-radius:4px;background-color:#f0f2f7;text-transform:uppercase;font-size:1.1rem;margin-right:.8rem;color:#606375;height:100%}._CompositeDisplay_p44ju_257 ._List_p44ju_276{overflow:hidden}._ValueWithUpliftDisplay_p44ju_280 ._Uplift_p44ju_1{word-break:keep-all;white-space:nowrap}._ValueWithUpliftDisplay_p44ju_280 ._Uplift_p44ju_1._Negative_p44ju_5 ._Icon_p44ju_5{color:#f66b6b;transform:rotate(180deg)}._ValueWithUpliftDisplay_p44ju_280 ._Uplift_p44ju_1 ._Icon_p44ju_5{margin-left:.4rem;font-size:1.3rem;color:#21c476;vertical-align:middle;margin-right:.2rem}._ValueWithUpliftDisplay_p44ju_280 ._Secondary_p44ju_32{margin-left:.4rem;font-size:1.2rem;color:#757c94;font-weight:400}._SelectMode_46ne6_1{min-width:unset;max-width:unset;height:3.2rem}._SelectMode_46ne6_1 ._ViewModeText_46ne6_6{display:flex;align-items:center;line-height:1.5}._SelectMode_46ne6_1 ._ViewModeText_46ne6_6 ._Value_46ne6_11{font-weight:600}._Chip_46ne6_15{margin-left:.4rem}._Label_46ne6_19{margin-right:.4rem;text-transform:none}._ViewHabitMomentVariantModal_1ifgn_1{padding:2rem 2.4rem;display:flex;flex-direction:column;max-height:100%;height:100%}._ViewHabitMomentVariantModal_1ifgn_1 ._Title_1ifgn_8{display:flex;align-items:center;height:2.8rem;margin-bottom:2rem}._ViewHabitMomentVariantModal_1ifgn_1 ._Title_1ifgn_8 ._TitleText_1ifgn_14{font-size:1.8rem;font-weight:600;margin-right:.8rem}._ViewHabitMomentVariantModal_1ifgn_1 ._Title_1ifgn_8 ._SelectItem_1ifgn_19{max-width:50%}._ViewHabitMomentVariantModal_1ifgn_1 ._Title_1ifgn_8 ._SelectItemButton_1ifgn_22{font-size:1.8rem;font-weight:600;max-width:50rem;height:3.2rem}._ViewHabitMomentVariantModal_1ifgn_1 ._Title_1ifgn_8 ._Separator_1ifgn_28{width:1px;height:2.4rem;background-color:#d7daeb;margin:0 .8rem}._ViewHabitMomentVariantModal_1ifgn_1 ._Title_1ifgn_8 ._Spacer_1ifgn_34{flex:1}._ViewHabitMomentVariantModal_1ifgn_1 ._Title_1ifgn_8 ._GoalValue_1ifgn_37{display:flex;align-items:center;font-size:1.6rem}._ViewHabitMomentVariantModal_1ifgn_1 ._Title_1ifgn_8 ._GoalValue_1ifgn_37 ._Label_1ifgn_42{color:#757c94;margin-right:.4rem}._ViewHabitMomentVariantModal_1ifgn_1 ._Title_1ifgn_8 ._GoalValue_1ifgn_37 ._Value_1ifgn_46{font-weight:600}._ViewHabitMomentVariantModal_1ifgn_1 ._Content_1ifgn_49{display:flex;flex:1;overflow:hidden}._ViewHabitMomentVariantModal_1ifgn_1 ._Content_1ifgn_49._HideMatrix_1ifgn_54 ._Matrix_1ifgn_54{overflow:hidden;max-width:0}._ViewHabitMomentVariantModal_1ifgn_1 ._Content_1ifgn_49._HideMatrix_1ifgn_54 ._Table_1ifgn_58{width:100%;margin-right:0}._ViewHabitMomentVariantModal_1ifgn_1 ._Content_1ifgn_49 ._Table_1ifgn_58{flex:1;margin-right:2.4rem;overflow-y:scroll}._ViewHabitMomentVariantModal_1ifgn_1 ._Content_1ifgn_49 ._Table_1ifgn_58::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ViewHabitMomentVariantModal_1ifgn_1 ._Content_1ifgn_49 ._Table_1ifgn_58::-webkit-scrollbar-track{border-radius:.5rem}._ViewHabitMomentVariantModal_1ifgn_1 ._Content_1ifgn_49 ._Table_1ifgn_58::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ViewHabitMomentVariantModal_1ifgn_1 ._Content_1ifgn_49 ._Matrix_1ifgn_54{display:flex;flex-direction:column;flex:1;max-width:calc(40% - 2.4rem)}._ViewHabitMomentVariantModal_1ifgn_1 ._Content_1ifgn_49 ._Matrix_1ifgn_54 ._HeatmapWrapper_1ifgn_88{max-height:65%}._ViewHabitMomentVariantModal_1ifgn_1 ._Content_1ifgn_49 ._Matrix_1ifgn_54 ._HeatmapWrapper_1ifgn_88 ._ShowInsignificantCheckbox_1ifgn_91{margin-top:1.2rem}._ViewHabitMomentVariantModal_1ifgn_1 ._Tabs_1ifgn_94{margin-bottom:1.2rem}._ViewHabitMomentVariantModal_1ifgn_1 ._Navigation_1ifgn_97{display:flex;align-items:center;justify-content:flex-end;min-height:4.2rem}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1{display:grid;grid-template-columns:2rem 2.4rem 1fr 1fr;grid-template-rows:1fr 1fr 2.4rem 2rem;width:100%;height:24rem;padding:1.6rem;border:1px solid #d7daeb;border-radius:8px;margin-bottom:1.2rem}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._Label_1qvi3_12{position:relative;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:1.4rem;font-weight:600}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._BooleanLabel_1qvi3_21{position:relative;text-transform:uppercase;font-size:1.2rem;color:#898ea8;display:flex;align-items:center;justify-content:center}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._Rotate_1qvi3_30{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg);word-break:keep-all;white-space:nowrap}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._YLabel_1qvi3_38{grid-column:1;grid-row:1/span 2}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._XLabel_1qvi3_42{grid-column:3/span 2;grid-row:4}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._TrueY_1qvi3_46{grid-column:2;grid-row:2}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._FalseY_1qvi3_50{grid-column:2;grid-row:1}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._FalseX_1qvi3_54{grid-column:3;grid-row:3}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._TrueX_1qvi3_58{grid-column:4;grid-row:3}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._Content_1qvi3_62{grid-column:3/span 4;grid-row:1/span 2;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:.8rem}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._Item_1qvi3_70{background-color:#f0f2f7;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._Item_1qvi3_70 ._Title_1qvi3_78{text-transform:uppercase;display:flex;align-items:center;font-size:1.4rem;color:#606375;font-weight:500;margin-bottom:.4rem}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._Item_1qvi3_70 ._Value_1qvi3_87{display:flex;align-items:center;font-size:1.6rem}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._Item_1qvi3_70 ._Value_1qvi3_87 ._Percentage_1qvi3_92{font-weight:700;color:#212121;margin-right:1.2rem}._ConfusionMatrixViewer_1qvi3_1 ._Matrix_1qvi3_1 ._Item_1qvi3_70 ._Value_1qvi3_87 ._Abs_1qvi3_97{color:#757c94}._ConfusionMatrixViewer_1qvi3_1 ._Metrics_1qvi3_100{display:grid;row-gap:1.2rem;grid-template-columns:2.2fr 2fr 2.2fr 2fr;padding:2rem;background-color:#f8f9fc;border-radius:8px;font-size:1.4rem}._ConfusionMatrixViewer_1qvi3_1 ._Metrics_1qvi3_100 ._Label_1qvi3_12{text-transform:uppercase;font-weight:500;display:flex;align-items:center;line-height:1}._ConfusionMatrixViewer_1qvi3_1 ._Metrics_1qvi3_100 ._Value_1qvi3_87{text-align:left;font-weight:700}._ConfusionMatrixViewer_1qvi3_1 ._Helper_1qvi3_120{margin-left:.8rem}._DocumentMessage_qjshf_1{display:flex;align-items:center;flex:1;font-size:1.4rem;padding:.8rem 1.6rem;border:1px solid #d7daeb;border-radius:4px;background-color:#f0f2f7;color:#606375}._DocumentMessage_qjshf_1._NoBorder_qjshf_12{border:0}._DocumentMessage_qjshf_1._warn_qjshf_15{background-color:#f1ae491a;color:#242424}._DocumentMessage_qjshf_1._warn_qjshf_15 ._Icon_qjshf_19{color:#f1ae49}._DocumentMessage_qjshf_1._error_qjshf_22{background-color:#e74c3c1a;color:#242424}._DocumentMessage_qjshf_1 ._Icon_qjshf_19{font-size:2rem;margin-right:.8rem;color:#757c94}._HeatmapViewer_1fwlq_1{position:relative;display:flex;flex-direction:column;width:100%;height:100%;max-height:60rem;min-height:34rem}._HeatmapViewer_1fwlq_1 ._ScrollableView_1fwlq_10{width:100%;height:100%;overflow-y:auto;overflow-x:auto}._HeatmapViewer_1fwlq_1 ._ScrollableView_1fwlq_10::-webkit-scrollbar{width:6px;height:6px;background:transparent}._HeatmapViewer_1fwlq_1 ._ScrollableView_1fwlq_10::-webkit-scrollbar-track{border-radius:.5rem}._HeatmapViewer_1fwlq_1 ._ScrollableView_1fwlq_10::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._HeatmapViewer_1fwlq_1 ._YLabelWrapper_1fwlq_31{display:flex;flex:1;overflow:hidden;margin-bottom:1.2rem}._HeatmapViewer_1fwlq_1 ._YLabelWrapper_1fwlq_31 ._YLabel_1fwlq_31{max-width:2.2rem;background:#fff}._HeatmapViewer_1fwlq_1 ._YLabelWrapper_1fwlq_31 ._YLabel_1fwlq_31 ._Label_1fwlq_41{transform:rotate(-90deg);width:fit-content;word-break:keep-all;white-space:nowrap}._HeatmapViewer_1fwlq_1 ._XLabelWrapper_1fwlq_47{display:flex;flex-direction:column;flex:1;overflow:hidden}._HeatmapViewer_1fwlq_1 ._XLabelWrapper_1fwlq_47 ._XLabel_1fwlq_47{padding-left:4rem;min-height:2.2rem;z-index:100;background-color:#fff}._HeatmapViewer_1fwlq_1 ._XLabel_1fwlq_47,._HeatmapViewer_1fwlq_1 ._YLabel_1fwlq_31{display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:1.4rem;font-weight:600;z-index:104}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69{max-width:1000rem;max-height:1000rem;padding-bottom:1.2rem;padding-right:1.2rem;width:fit-content;min-width:100%;min-height:100%}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._Top_1fwlq_78{grid-row:1/2;grid-column:1/2;background:#fff;position:sticky;top:0;left:0;z-index:102}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._YLabelPlaceHolder_1fwlq_87{grid-column:1;grid-row:2/-1;left:0;position:sticky;background:#fff;min-width:2.2rem;z-index:101}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._TickLabel_1fwlq_96{display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:500;color:#898ea8}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._Value_1fwlq_104{border-radius:4px;background-color:#f8f9fc;margin:.2rem;display:flex;align-items:center;justify-content:center;scroll-margin:4rem}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._Value_1fwlq_104._Selected_1fwlq_113,._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._Value_1fwlq_104:hover{border:2px solid #295dc1}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._Value_1fwlq_104._Clickable_1fwlq_119{cursor:pointer}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._YTickLabel_1fwlq_122{position:sticky;left:0;background:#fff;min-height:2.2rem!important;line-height:1;padding:0 .8rem 0 .4rem;width:100%;text-align:right;display:flex;justify-content:flex-end}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._YTickLabel_1fwlq_122._Active_1fwlq_134 ._Label_1fwlq_41{color:#3483ff}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._YTickLabel_1fwlq_122 ._Label_1fwlq_41{max-width:15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._XTickLabel_1fwlq_143{position:sticky;top:0;background:#fff;line-height:1;word-break:keep-all;white-space:nowrap}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._XTickLabel_1fwlq_143._Active_1fwlq_134 ._Label_1fwlq_41{color:#3483ff}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._XTickLabel_1fwlq_143._Rotate_1fwlq_154 ._Label_1fwlq_41{bottom:0;transform:rotate(-90deg) translate(50%)}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._XTickLabel_1fwlq_143 ._Label_1fwlq_41{position:absolute;max-width:12rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:.4rem}._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._TickLabel_1fwlq_96,._HeatmapViewer_1fwlq_1 ._Main_1fwlq_69 ._Value_1fwlq_104{min-width:2.4rem;min-height:2.4rem}._HeatmapViewer_1fwlq_1 ._Icon_1fwlq_171{color:#fff;font-size:1.6rem}._HeatmapViewer_1fwlq_1 ._RangeDisplay_1fwlq_175{background:#f8f9fc;border-radius:8px;padding-right:3.2rem;padding-left:2rem;min-height:7.2rem;display:flex;align-items:center}._HeatmapViewer_1fwlq_1 ._RangeDisplay_1fwlq_175 ._Label_1fwlq_41{display:flex;align-items:center;font-size:1.4rem;text-transform:uppercase;margin-right:3.2rem;height:2rem}._HeatmapViewer_1fwlq_1 ._RangeDisplay_1fwlq_175 ._Range_1fwlq_175{position:relative;display:flex;flex-direction:column;flex:1;height:1.6rem;width:100%}._HeatmapViewer_1fwlq_1 ._RangeDisplay_1fwlq_175 ._Range_1fwlq_175 ._Line_1fwlq_200{position:absolute;top:50%;width:100%;height:2px;transform:translateY(-1px);background:#d7daeb}._HeatmapViewer_1fwlq_1 ._RangeDisplay_1fwlq_175 ._Range_1fwlq_175 ._Gradient_1fwlq_208{display:flex;align-items:center;justify-content:center;position:absolute;height:1.6rem}._HeatmapViewer_1fwlq_1 ._RangeDisplay_1fwlq_175 ._Range_1fwlq_175 ._Gradient_1fwlq_208 ._Text_1fwlq_215{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.2rem;color:#007c43;font-weight:700;text-transform:uppercase;-webkit-user-select:none;user-select:none}._HeatmapViewer_1fwlq_1 ._RangeDisplay_1fwlq_175 ._Range_1fwlq_175 ._Gradient_1fwlq_208 ._Indication_1fwlq_225{position:absolute;display:flex;align-items:center;justify-content:center;top:-1rem;transform:translate(-50%);width:1.2rem;height:1.2rem;left:0;z-index:10;transition:left .25s}._HeatmapViewer_1fwlq_1 ._RangeDisplay_1fwlq_175 ._Range_1fwlq_175 ._Gradient_1fwlq_208 ._Indication_1fwlq_225 ._Value_1fwlq_104{position:absolute;top:-1.2rem;font-size:1.2rem;color:#898ea8}._HeatmapViewer_1fwlq_1 ._RangeDisplay_1fwlq_175 ._Range_1fwlq_175 ._Gradient_1fwlq_208 ._Indication_1fwlq_225 ._Icon_1fwlq_171{color:#3483ff;font-size:1.2rem;transform:rotate(180deg)}._HeatmapViewer_1fwlq_1 ._RangeDisplay_1fwlq_175 ._Range_1fwlq_175 ._Labels_1fwlq_249{position:absolute;display:flex;font-size:1.2rem;color:#898ea8;width:100%;bottom:-.6rem;font-weight:500}._HeatmapViewer_1fwlq_1 ._RangeDisplay_1fwlq_175 ._Range_1fwlq_175 ._Labels_1fwlq_249 ._Tick_1fwlq_96{position:absolute}._HeatmapViewer_1fwlq_1 ._RangeDisplay_1fwlq_175 ._Range_1fwlq_175 ._Labels_1fwlq_249 ._EndTick_1fwlq_261{transform:translate(-100%)}._Tooltip_1fwlq_265{display:grid;grid-template-rows:1fr;grid-template-columns:minmax(max-content,auto) 1fr}._Tooltip_1fwlq_265 ._Label_1fwlq_41{margin-right:.8rem;font-size:1.2rem}._Tooltip_1fwlq_265 ._Value_1fwlq_104{font-weight:500;font-size:1.4rem}._FunnelOverviewFigureViewer_1253i_1 ._Controls_1253i_1{display:flex;align-items:center;justify-content:flex-end;margin-bottom:2rem}._FunnelOverviewFigureViewer_1253i_1 ._Controls_1253i_1 ._Filters_1253i_7{flex:1}._FunnelOverviewDataMode_l33uv_1 ._MarginBottom_l33uv_1{margin-bottom:2.4rem}._TreatmentAdoptionSimulationViewer_1mcbm_1 ._Title_1mcbm_1{display:flex;align-items:center;margin-bottom:1.2rem;font-size:1.4rem;font-weight:600}._TreatmentAdoptionSimulationViewer_1mcbm_1 ._Title_1mcbm_1 ._Helper_1mcbm_8{margin-left:.8rem}._TreatmentAdoptionSimulationViewer_1mcbm_1 ._TabsWrapper_1mcbm_11{display:flex;align-items:center;margin-bottom:1.2rem;gap:1.2rem}._TreatmentAdoptionSimulationViewer_1mcbm_1 ._Filters_1mcbm_17{display:flex;align-items:center;margin-bottom:1.2rem}._TreatmentAdoptionSimulationViewer_1mcbm_1 ._Filters_1mcbm_17 ._Select_1mcbm_22{max-width:32rem}._TreatmentAdoptionSimulationViewer_1mcbm_1 ._Filters_1mcbm_17 ._SelectMode_1mcbm_25{margin-right:1.2rem}._TreatmentAdoptionSimulationViewer_1mcbm_1 ._Filters_1mcbm_17 ._SelectMode_1mcbm_25._Highlight_1mcbm_28{border-color:#3483ff;box-shadow:0 0 12px #3483ff80}._TreatmentAdoptionSimulationViewer_1mcbm_1 ._SwitchToCorrelativeHelper_1mcbm_32{height:4.6rem;display:flex;align-items:center;font-size:1.4rem}._TreatmentAdoptionSimulationViewer_1mcbm_1 ._SwitchToCorrelativeHelper_1mcbm_32 ._Icon_1mcbm_38{margin-right:.8rem}._TreatmentAdoptionSimulationViewer_1mcbm_1 ._SwitchToCorrelativeHelper_1mcbm_32 ._HelperText_1mcbm_41{margin-right:.4rem}._TreatmentAdoptionSimulationViewer_1mcbm_1 ._SwitchToCorrelativeHelper_1mcbm_32 ._Button_1mcbm_44{color:#3483ff;cursor:pointer}._TreatmentAdoptionSimulationViewer_1mcbm_1 ._SwitchToCorrelativeHelper_1mcbm_32 ._Button_1mcbm_44:hover{text-decoration:underline}._FancyToggleButton_u65ac_1{position:relative;display:flex;align-items:center;justify-content:center;gap:.4rem;height:3.6rem;padding:0 .8rem;border-width:2px;border-radius:3rem;background-color:#fff;transition:all .25s}._FancyToggleButton_u65ac_1:after{content:"";position:absolute;top:-2px;left:-2px;height:calc(100% + 4px);width:calc(100% + 4px);background:linear-gradient(45deg,#ff8f75,#ff8f75,#a166ab,#31cde9,#31cde9);border-radius:3rem;z-index:-1;animation:_animatedgradient_u65ac_1 5s ease infinite;background-size:300% 300%}._FancyToggleButton_u65ac_1._Active_u65ac_27{background-color:#dff0ff;color:#3483ff}._FancyToggleButton_u65ac_1._Active_u65ac_27:after{background:#d7daeb}._FancyToggleButton_u65ac_1._Disabled_u65ac_34:after{background:#d7daeb}._FancyToggleButton_u65ac_1 ._Chip_u65ac_37{margin-left:.6rem;margin-right:.4rem}@keyframes _animatedgradient_u65ac_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._ToggleSwitch_ve4yn_1{display:flex;align-items:center;cursor:pointer;font-weight:500;width:fit-content}._ToggleSwitch_ve4yn_1._Active_ve4yn_8 ._Switch_ve4yn_8{background-color:#3483ff}._ToggleSwitch_ve4yn_1._Active_ve4yn_8 ._Switch_ve4yn_8 ._Circle_ve4yn_11{left:1.8rem}._ToggleSwitch_ve4yn_1._small_ve4yn_14 ._Switch_ve4yn_8{width:3.2rem;min-width:3.2rem;height:1.8rem;border-radius:10px}._ToggleSwitch_ve4yn_1._small_ve4yn_14 ._Switch_ve4yn_8 ._Circle_ve4yn_11{width:1.4rem;height:1.4rem;min-width:1.4rem;min-height:1.4rem;left:.2rem}._ToggleSwitch_ve4yn_1._small_ve4yn_14._Active_ve4yn_8 ._Switch_ve4yn_8 ._Circle_ve4yn_11{left:1.6rem}._ToggleSwitch_ve4yn_1._Disabled_ve4yn_30{opacity:.5;cursor:default}._ToggleSwitch_ve4yn_1 ._Switch_ve4yn_8{position:relative;width:4rem;min-width:4rem;height:2.4rem;border-radius:14px;background-color:#d7dae9;padding:.2rem;margin-right:auto;transition:all .25s}._ToggleSwitch_ve4yn_1 ._Switch_ve4yn_8 ._Circle_ve4yn_11{position:absolute;width:2rem;height:2rem;min-width:2rem;min-height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#fff;transition:all .25s cubic-bezier(.35,0,0,1);left:.3rem;box-shadow:0 0 6px #0003}._ToggleSwitch_ve4yn_1 ._Switch_ve4yn_8 ._Circle_ve4yn_11 ._Icon_ve4yn_60{font-size:1.8rem}._ToggleSwitch_ve4yn_1 ._Label_ve4yn_63{margin-left:.6rem;font-size:1.4rem}._FunnelOverviewSimulatorMode_176zm_1 ._Table_176zm_1,._FunnelOverviewSimulatorMode_176zm_1 ._Chart_176zm_2{margin-bottom:3.2rem}._FunnelOverviewSimulatorMode_176zm_1 ._Select_176zm_5{min-width:0}._FunnelOverviewSimulatorMode_176zm_1 ._DropdownButton_176zm_8{font-size:1.6rem;font-weight:600;border:0;background-color:#f0f2f7;min-width:0;max-width:100%}._FunnelOverviewSimulatorMode_176zm_1 ._ImproveAdoptionButton_176zm_16{gap:.6rem;padding:0 1.2rem}._FlexibleTable_1v1i9_1{position:relative;display:flex;flex-direction:column;background-color:#f8f9fd;border-radius:8px;border:1px solid #d7daeb}._FlexibleTable_1v1i9_1._blue_1v1i9_9{background-color:#e5efff}._FlexibleTable_1v1i9_1._blue_1v1i9_9 ._HeaderWrapper_1v1i9_12{background-color:#d6e4fa}._FlexibleTable_1v1i9_1._DynamicHeight_1v1i9_15{max-height:100%;overflow:hidden}._FlexibleTable_1v1i9_1._DynamicHeight_1v1i9_15 ._Body_1v1i9_19{overflow:hidden;max-height:100%}._FlexibleTable_1v1i9_1 ._HeaderWrapper_1v1i9_12{display:flex;align-items:center;background-color:#f0f2f7;padding:.6rem 0;border-top-left-radius:8px;border-top-right-radius:8px;min-height:3.2rem;z-index:10}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33{display:flex;align-items:flex-start;z-index:20;margin:0 1.2rem;width:100%}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12{font-size:1.2rem}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._Title_1v1i9_43{display:flex;align-items:center;color:#535569;font-weight:600;padding:.4rem 0;text-transform:uppercase;height:2rem}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._Title_1v1i9_43 ._SwitchColumn_1v1i9_52{margin-left:.8rem;cursor:pointer;font-size:1.4rem}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._Title_1v1i9_43 ._SwitchColumn_1v1i9_52:hover{color:#3483ff}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._SubTitle_1v1i9_60{padding-left:1.2rem;color:#898ea8}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._HeaderHelper_1v1i9_64{display:flex;flex-direction:column}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._HeaderHelper_1v1i9_64 ._Name_1v1i9_68{font-weight:500!important}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._HeaderHelper_1v1i9_64 ._Content_1v1i9_71{margin-top:.4rem}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._HeaderValue_1v1i9_74{-webkit-user-select:none;user-select:none;transition:all .25s;display:flex;align-items:center}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._HeaderValue_1v1i9_74._Sorted_1v1i9_80{color:#3483ff}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._HeaderValue_1v1i9_74:first-child{padding-left:1.2rem}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._HeaderValue_1v1i9_74:last-child{padding-right:1.2rem}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._HeaderValue_1v1i9_74:only-child{padding:0 1.2rem}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._HeaderValue_1v1i9_74._Sortable_1v1i9_92{cursor:pointer}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._HeaderValue_1v1i9_74._Sortable_1v1i9_92:hover{color:#3483ff}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._HeaderValue_1v1i9_74 ._SortIndicator_1v1i9_98{margin-left:.6rem}._FlexibleTable_1v1i9_1 ._Headers_1v1i9_33 ._Header_1v1i9_12 ._Separator_1v1i9_101{margin:0 .4rem}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19{display:flex;flex-direction:column}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._AfterHeader_1v1i9_108{margin:1.2rem 1.2rem 0}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._EmptyState_1v1i9_111{min-height:8rem;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#757c94;padding:1.2rem 0}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._EmptyState_1v1i9_111 ._Text_1v1i9_120{max-width:65%;text-align:center}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._List_1v1i9_124{max-height:60rem;height:100%;overflow-y:auto}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._List_1v1i9_124::-webkit-scrollbar{width:6px;height:6px;background:transparent}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._List_1v1i9_124::-webkit-scrollbar-track{border-radius:.5rem}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._List_1v1i9_124::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._Row_1v1i9_144{position:relative;display:flex;align-items:stretch;padding:1.2rem 0;margin:0 1.2rem .8rem;border-radius:4px;border:1px solid #d7daeb;font-size:1.4rem;background:#fff;transition:all .25s}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._Row_1v1i9_144._NoHover_1v1i9_156:hover{border-color:#d7daeb;box-shadow:unset}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._Row_1v1i9_144._First_1v1i9_160{margin-top:1.2rem}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._Row_1v1i9_144._Clickable_1v1i9_163{cursor:pointer}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._Row_1v1i9_144._Clickable_1v1i9_163:hover{background-color:#f2f7ff}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._Row_1v1i9_144._Muted_1v1i9_169 *:not(button){color:#757c94}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._Row_1v1i9_144:hover{border-color:#3483ff;box-shadow:1px 1px 6px #0003}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._Row_1v1i9_144:hover ._ShowOnHover_1v1i9_176{opacity:1}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._Row_1v1i9_144._Blur_1v1i9_179 ._Cell_1v1i9_179{filter:blur(1px);opacity:.5}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._Row_1v1i9_144 ._ShowOnHover_1v1i9_176{opacity:0;transition:all .25s}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._Row_1v1i9_144 ._Cell_1v1i9_179{display:flex;align-items:stretch;min-width:0;transition:all .25s}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._Row_1v1i9_144 ._Cell_1v1i9_179:last-child ._Content_1v1i9_71{margin-right:1.6rem}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._Row_1v1i9_144 ._Cell_1v1i9_179 ._Content_1v1i9_71{display:flex;align-items:center;padding-left:1.6rem;min-width:0;flex:1;height:100%}._FlexibleTable_1v1i9_1 ._Body_1v1i9_19 ._Row_1v1i9_144 ._Cell_1v1i9_179 ._Content_1v1i9_71._RightAlign_1v1i9_204{justify-content:flex-end}._FlexibleTable_1v1i9_1 ._Footer_1v1i9_207{border-top:1px solid #d7daeb;padding:0 1.6rem}._RowGradientOverlay_1v1i9_212:after{position:absolute;bottom:0;width:100%;height:40%;background-image:linear-gradient(0deg,#fff 0%,#fff 20%,transparent 100%);content:"";pointer-events:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}._Tooltip_1sh3g_1{background-color:#dff0ff;color:#3483ff;padding:0 4px;border-radius:4px;font-size:12px;font-weight:400;display:flex;align-items:center}._Tooltip_1sh3g_1 ._Icon_1sh3g_11{font-size:1.4rem}._AllowedMax_1sh3g_15{position:absolute;top:0;height:1.4rem;width:2px;background-color:#8d94ae;transform:translate(-1px,2.4rem);z-index:1}._AllowedMax_1sh3g_15:after{position:absolute;width:8px;height:1.4rem;left:0;right:0;content:" ";transform:translate(-3px)}._SimulatorSlider_1sh3g_34{display:flex;align-items:center;width:100%;overflow:hidden}._SimulatorSlider_1sh3g_34._Disabled_1sh3g_40{filter:grayscale(1);cursor:default}._SimulatorSlider_1sh3g_34 ._CurrentValue_1sh3g_44{width:6rem;min-width:6rem;max-width:6rem}._SimulatorSlider_1sh3g_34 ._RangePicker_1sh3g_49{position:relative;flex:1;margin-right:1.6rem;margin-left:1rem;z-index:1}._MatrixTable_k7l59_1 ._Title_k7l59_1{display:flex;align-items:center;margin-bottom:.8rem;color:#414559}._MatrixTable_k7l59_1 ._Title_k7l59_1 ._Text_k7l59_7{font-size:1.6rem;font-weight:600;flex:1}._MatrixTable_k7l59_1 ._Table_k7l59_12{display:flex;border:1px solid #d7daeb;border-radius:8px;overflow:hidden}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Headers_k7l59_18{display:flex;align-items:center;height:3rem;min-height:3rem;background-color:#e7eaf3;text-transform:uppercase;font-size:1.2rem;font-weight:600;min-width:fit-content}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Headers_k7l59_18 ._Item_k7l59_29{display:flex;align-items:center;justify-content:center;min-width:12rem;width:12rem;flex:1}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Names_k7l59_37{width:18.8rem;min-width:18.8rem;z-index:10;transition:all .25s}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Names_k7l59_37._Shadow_k7l59_43{box-shadow:0 0 12px #0003}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Names_k7l59_37 ._Name_k7l59_37{width:100%;padding-left:1.2rem;font-size:1.2rem;font-weight:600;text-transform:uppercase}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Names_k7l59_37 ._Name_k7l59_37:nth-child(2n-1){background-color:#f8f9fc}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Names_k7l59_37 ._Name_k7l59_37._Highlight_k7l59_56{background-color:#dff0ff}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Names_k7l59_37 ._Name_k7l59_37 ._Icon_k7l59_59{margin-right:.6rem;font-size:2rem}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Row_k7l59_63{display:flex;min-width:fit-content}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Row_k7l59_63 ._ContentItem_k7l59_67{justify-content:center}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Row_k7l59_63 ._ContentItem_k7l59_67 ._Diff_k7l59_70{font-size:1.2rem;color:#757c94;margin-left:.4rem}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Row_k7l59_63:nth-child(2n-1){background-color:#f8f9fc}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Row_k7l59_63._Highlight_k7l59_56{background-color:#dff0ff}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Buckets_k7l59_81{flex:1;overflow-x:auto}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Buckets_k7l59_81::-webkit-scrollbar{width:6px;height:6px;background:transparent}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Buckets_k7l59_81::-webkit-scrollbar-track{border-radius:.5rem}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._Buckets_k7l59_81::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._StableValues_k7l59_100{width:12rem;min-width:12rem;transition:all .25s;border-left:2px solid #d7daeb}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._StableValues_k7l59_100 ._Item_k7l59_29{width:10rem;min-width:10rem}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._StableValues_k7l59_100 ._Row_k7l59_63 ._ContentItem_k7l59_67{width:10rem;min-width:10rem;flex:1}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._StableValues_k7l59_100._Shadow_k7l59_43{box-shadow:0 0 12px #0003}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._ContentItem_k7l59_67{height:4.6rem;display:flex;align-items:center;min-width:12rem;width:12rem;font-size:1.4rem;flex:1}._MatrixTable_k7l59_1 ._Table_k7l59_12 ._ContentItem_k7l59_67._Non_k7l59_127{font-weight:400;color:#757c94}._KPISegmentationViewer_bsnc7_1 ._TabsWrapper_bsnc7_1{display:flex;align-items:center;margin-bottom:1.2rem;max-width:100%}._KPISegmentationViewer_bsnc7_1 ._TabsWrapper_bsnc7_1 ._Filters_bsnc7_7{display:flex;align-items:center;justify-content:space-between;min-width:0;flex:1}._KPISegmentationViewer_bsnc7_1 ._TabsWrapper_bsnc7_1 ._Filters_bsnc7_7 ._Filter_bsnc7_7{margin-right:1.2rem;min-width:0}._KPISegmentationViewer_bsnc7_1 ._TabsWrapper_bsnc7_1 ._Filters_bsnc7_7 ._Left_bsnc7_18,._KPISegmentationViewer_bsnc7_1 ._TabsWrapper_bsnc7_1 ._Filters_bsnc7_7 ._Right_bsnc7_23{display:flex;align-items:center;overflow:hidden}._KPISegmentationViewer_bsnc7_1 ._TabsWrapper_bsnc7_1 ._Actions_bsnc7_28{height:3.6rem}._KPISegmentationViewer_bsnc7_1 ._TabsWrapper_bsnc7_1 ._Select_bsnc7_31{max-width:30rem;min-width:8rem}._KPISegmentationDataMode_3qcke_1{font-size:1.4rem}._KPISegmentationDataMode_3qcke_1 ._SegmentGroupColumn_3qcke_4{display:flex;align-items:center;font-weight:600;max-width:100%;z-index:5}._KPISegmentationDataMode_3qcke_1 ._SegmentGroupColumn_3qcke_4 ._Name_3qcke_11{flex:1;min-width:0;font-size:1.6rem;word-break:keep-all}._KPISegmentationDataMode_3qcke_1 ._SegmentGroupColumn_3qcke_4 ._Name_3qcke_11._Clickable_3qcke_17{cursor:pointer}._KPISegmentationDataMode_3qcke_1 ._SegmentGroupColumn_3qcke_4 ._Name_3qcke_11._Clickable_3qcke_17:hover{color:#3483ff}._KPISegmentationDataMode_3qcke_1 ._SegmentColumn_3qcke_23{max-width:100%;width:100%}._KPISegmentationDataMode_3qcke_1 ._SegmentColumn_3qcke_23 ._Info_3qcke_27{margin-left:.8rem}._KPISegmentationDataMode_3qcke_1 ._SegmentColumn_3qcke_23 ._Name_3qcke_11{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._KPISegmentationDataMode_3qcke_1 ._GeneralColumn_3qcke_36{max-width:100%;width:100%}._KPISegmentationDataMode_3qcke_1 ._ShareOfUsers_3qcke_40{max-width:100%;width:100%;padding-right:1.6rem}._KPISegmentationDataMode_3qcke_1 ._SeeAll_3qcke_45{display:flex;align-items:center;justify-content:flex-end;max-width:100%;width:100%;z-index:5}._KPISegmentationDataMode_3qcke_1 ._SegmentLine_3qcke_53{display:flex;align-items:center;height:2.4rem;margin-bottom:1.2rem}._KPISegmentationDataMode_3qcke_1 ._SegmentLine_3qcke_53:last-child{margin-bottom:0}._SimulatorRow_3qcke_63{padding:.4rem 0!important;min-height:5.4rem}._Tabs_3qcke_68{margin-bottom:1.2rem}._Instructions_3qcke_72{font-size:1.4rem;margin-bottom:1.2rem}._KPISegmentationModal_8rk82_1{padding:2rem 2.4rem;display:flex;flex-direction:column;max-height:100%;height:100%}._KPISegmentationModal_8rk82_1 ._Chart_8rk82_8{height:40rem}._KPISegmentationModal_8rk82_1 ._Spacer_8rk82_11{flex:1}._KPISegmentationModal_8rk82_1 ._CompareLine_8rk82_14{margin-bottom:2rem}._KPISegmentationModal_8rk82_1 ._Navigation_8rk82_17{display:flex;align-items:center;justify-content:flex-end;min-height:4.2rem}._Filters_1ldqm_1{display:flex;align-items:center;margin-bottom:1.2rem;gap:.8rem}._Filters_1ldqm_1 ._UpliftModeSelection_1ldqm_7{max-width:unset}._KPISegmentGroupTable_1ldqm_11{width:100%;overflow-y:scroll;margin-bottom:2rem}._KPISegmentGroupTable_1ldqm_11::-webkit-scrollbar{width:6px;height:6px;background:transparent}._KPISegmentGroupTable_1ldqm_11::-webkit-scrollbar-track{border-radius:.5rem}._KPISegmentGroupTable_1ldqm_11::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._KPISegmentGroupTable_1ldqm_11 ._ShareOfUsers_1ldqm_31{padding-right:1.6rem}._KPISegmentGroupTable_1ldqm_11 ._RowButton_1ldqm_34{display:flex;align-items:center;justify-content:flex-end}._KPISegmentGroupTable_1ldqm_11 ._CheckboxCell_1ldqm_39{padding:0!important}._KPISegmentGroupTable_1ldqm_11 ._CheckboxWrapper_1ldqm_42{justify-content:center;display:flex;justify-content:start;align-items:center;min-height:4.4rem;width:100%;cursor:pointer;gap:.8rem;padding:0 1.2rem}._KPISegmentGroupTable_1ldqm_11 ._CheckboxWrapper_1ldqm_42 ._SegmentNameWrapper_1ldqm_58{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:.8rem}._KPISegmentGroupTable_1ldqm_11 ._CheckboxWrapper_1ldqm_42 ._SegmentNameWrapper_1ldqm_58 ._SegmentName_1ldqm_58{transition:all .25s ease-in-out;cursor:pointer}._KPISegmentGroupTable_1ldqm_11 ._CheckboxWrapper_1ldqm_42 ._SegmentNameWrapper_1ldqm_58 ._SegmentName_1ldqm_58:hover{color:#3483ff}._SegmentationModalHeader_mx9fx_1{display:flex;flex-direction:column;gap:.8rem;margin-bottom:2rem}._SegmentationModalHeader_mx9fx_1 ._Title_mx9fx_7{display:flex;align-items:center;height:2.8rem}._SegmentationModalHeader_mx9fx_1 ._SubTitle_mx9fx_12{font-size:1.4rem;color:#606375}._SegmentationModalHeader_mx9fx_1 ._Back_mx9fx_16{display:flex;align-items:center;border-right:1px solid transparent;cursor:pointer;max-width:0;overflow:hidden;transition:all .25s}._SegmentationModalHeader_mx9fx_1 ._Back_mx9fx_16._Show_mx9fx_25{max-width:10rem;overflow:unset;padding-right:1.2rem;margin-right:1.2rem;border-color:#d7daeb}._SegmentationModalHeader_mx9fx_1 ._Back_mx9fx_16:hover ._Icon_mx9fx_32{color:#3483ff}._SegmentationModalHeader_mx9fx_1 ._Back_mx9fx_16 ._Icon_mx9fx_32{transform:rotate(180deg);font-size:2rem;transition:all .25s}._SegmentationModalHeader_mx9fx_1 ._TitleText_mx9fx_40{font-size:1.8rem;font-weight:600;margin-right:.8rem}._SegmentationModalHeader_mx9fx_1 ._SelectItemButton_mx9fx_45{font-size:1.8rem;font-weight:600;max-width:30rem;height:3.2rem;margin-right:.8rem}._SegmentFilters_67ajp_1{display:flex;align-items:center;min-width:0;flex:1;gap:.8rem}._SegmentFilters_67ajp_1 ._SegmentTypeFilter_67ajp_8{width:fit-content;max-width:unset;min-width:unset}._SegmentFilters_67ajp_1 ._EditFavSegments_67ajp_13{display:flex;align-items:center;justify-content:center;height:3.2rem;width:3.2rem;border-radius:8px;border:1px solid #d7daeb;font-size:1.8rem;cursor:pointer;transition:all .25s;background-color:#fff}._SegmentFilters_67ajp_1 ._EditFavSegments_67ajp_13:hover{background-color:#f0f2f7}._SegmentFilters_67ajp_1 ._Other_67ajp_29{flex:1;display:flex;align-items:center;justify-content:flex-end}._SegmentFilters_67ajp_1 ._FiltersSeparator_67ajp_35{background-color:#d7dae9;width:1px;height:1.6rem;content:""}._SegmentFilters_67ajp_1 ._FiltersLabel_67ajp_41{color:#757c94;font-weight:500}._ShareOfUsersFilter_1dxcz_1{max-width:unset}._ShareOfUsersDialog_1dxcz_5{display:flex;align-items:center;justify-content:center;padding:1.2rem;min-height:8rem}._TeamIconChip_b7vz7_1{display:flex;align-items:center;justify-content:center;min-height:2rem;min-width:2rem;height:2rem;width:2rem;border-radius:4px;color:#fff;font-size:1.4rem;font-weight:500;text-transform:uppercase}._TeamIconChip_b7vz7_1._medium_b7vz7_15{min-height:2.4rem;min-width:2.4rem;height:2.4rem;width:2.4rem;font-size:1.6rem}._large_sdc64_1{height:3.6rem;min-height:3.6rem}._StepSelect_1nkdx_1{min-width:0;max-width:34rem}._FunnelSegmentationViewer_1nkdx_6 ._TabsWrapper_1nkdx_6{display:flex;align-items:center;margin-bottom:1.2rem;max-width:100%;gap:.8rem}._FunnelSegmentationViewer_1nkdx_6 ._SimulationFilterControls_1nkdx_13{display:flex;gap:.8rem;align-items:center}._FunnelSegmentationModal_7e745_1{padding:2rem 2.4rem;display:flex;flex-direction:column;max-height:100%;height:100%}._FunnelSegmentationModal_7e745_1 ._Content_7e745_8{flex:1;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}._FunnelSegmentationModal_7e745_1 ._Content_7e745_8::-webkit-scrollbar{width:6px;height:6px;background:transparent}._FunnelSegmentationModal_7e745_1 ._Content_7e745_8::-webkit-scrollbar-track{border-radius:.5rem}._FunnelSegmentationModal_7e745_1 ._Content_7e745_8::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._FunnelSegmentationModal_7e745_1 ._SelectStep_7e745_30{max-width:30rem}._FunnelSegmentationModal_7e745_1 ._CompareLine_7e745_33{margin-bottom:2rem}._FunnelSegmentationModal_7e745_1 ._Spacer_7e745_36{flex:1}._FunnelSegmentationModal_7e745_1 ._Navigation_7e745_39{display:flex;align-items:center;justify-content:flex-end;min-height:4.2rem}._FunnelSegmentationSimulatorMode_7oswx_1 ._FunnelPart_7oswx_1{display:flex;align-items:center}._FunnelSegmentationSimulatorMode_7oswx_1 ._FunnelPart_7oswx_1 ._Step_7oswx_5{cursor:pointer;transition:all .25s}._FunnelSegmentationSimulatorMode_7oswx_1 ._FunnelPart_7oswx_1 ._Step_7oswx_5:hover{color:#3483ff}._FunnelSegmentationSimulatorMode_7oswx_1 ._FunnelPart_7oswx_1 ._Arrow_7oswx_12{font-size:1.4rem;margin:0 .8rem;color:#757c94}._Instructions_7oswx_18{font-size:1.4rem;margin-bottom:1.2rem}._SimulatorRow_7oswx_23{padding:.4rem 0!important;min-height:5.4rem}._Tabs_7oswx_28{margin-bottom:1.2rem}._CommandButtonsViewer_lvi30_1{display:flex;align-items:center;width:100%;height:2.8rem}._CommandButtonsViewer_lvi30_1._right_lvi30_7{justify-content:flex-end}._CommandButtonsViewer_lvi30_1 ._Button_lvi30_10{margin-right:.8rem}._CommandButtonsViewer_lvi30_1 ._Button_lvi30_10:last-child{margin-right:0}._ChecklistViewer_2hjfi_1{background-color:#dff0ff;border-radius:8px;padding:1.6rem;height:100%}._ChecklistViewer_2hjfi_1 ._Title_2hjfi_7{font-size:1.4rem;font-weight:600;margin-bottom:.4rem}._ChecklistViewer_2hjfi_1 ._SubTitle_2hjfi_12{font-size:1.4rem;color:#757c94;margin-bottom:.4rem}._ChecklistViewer_2hjfi_1 ._List_2hjfi_17{margin-top:1.6rem}._ChecklistViewer_2hjfi_1 ._List_2hjfi_17 ._Item_2hjfi_20{display:flex;align-items:center;margin-bottom:1.6rem}._ChecklistViewer_2hjfi_1 ._List_2hjfi_17 ._Item_2hjfi_20._Completed_2hjfi_25 ._Icon_2hjfi_25{color:#21c476}._ChecklistViewer_2hjfi_1 ._List_2hjfi_17 ._Item_2hjfi_20:last-child{margin-bottom:0}._ChecklistViewer_2hjfi_1 ._List_2hjfi_17 ._Item_2hjfi_20 ._Icon_2hjfi_25{margin-right:.6rem;font-size:1.8rem;color:#757c96}._ChecklistViewer_2hjfi_1 ._List_2hjfi_17 ._Item_2hjfi_20 ._Text_2hjfi_36{font-size:1.4rem;color:#414559}._ChecklistViewer_2hjfi_1 ._List_2hjfi_17 ._Item_2hjfi_20 ._Helper_2hjfi_40{margin-left:.6rem}._DialogLayout_1uboa_1{margin:.8rem 0;overflow:hidden;border-radius:12px;box-shadow:0 0 8px 2px #0000001a;min-width:30rem;max-height:30rem}._DropdownButton_1uboa_10{max-width:32rem}._Filter_1uboa_14{margin-right:1.2rem}._CompositeSegmentsViewer_1uboa_18 ._Filters_1uboa_18{display:flex;align-items:center;margin-bottom:1.2rem}._CompositeSegmentsViewer_1uboa_18 ._SegmentLine_1uboa_23{display:flex;align-items:center;height:2.4rem;margin-bottom:1.2rem;width:100%}._CompositeSegmentsViewer_1uboa_18 ._SegmentLine_1uboa_23:last-child{margin-bottom:0}._CompositeSegmentsViewer_1uboa_18 ._List_1uboa_33{flex:1;min-width:0;overflow:hidden}._CompositeSegmentsViewer_1uboa_18 ._KPICombined_1uboa_38{display:flex;align-items:center;flex-wrap:wrap}._CompositeSegmentsViewer_1uboa_18 ._KPICombined_1uboa_38 ._Value_1uboa_43{font-size:1.6rem;margin-right:.8rem}._CompositeSegmentsViewer_1uboa_18 ._KPICombined_1uboa_38 ._Uplift_1uboa_47{font-size:1.4rem;font-weight:600}._CompositeSegmentsViewer_1uboa_18 ._ShareOfUsersContent_1uboa_51{margin-left:1.6rem;background-color:#f4f6fa;border-top-left-radius:4px;border-bottom-left-radius:4px;font-size:1.6rem;font-weight:500}._CompositeSegmentsViewer_1uboa_18 ._KPICombinedContent_1uboa_59{background-color:#f4f6fa;border-top-right-radius:4px;border-bottom-right-radius:4px}._SmartTreeSelector_1hhi4_1{width:100%;height:100%;border:1px solid #e5e5f3;background-color:#fff;color:#242424;display:flex;flex-direction:column}._SmartTreeSelector_1hhi4_1 ._Search_1hhi4_10{position:relative;height:4rem;min-height:4rem;display:flex;align-items:center;padding:0 .8rem;background-color:#fff;border-bottom:1px solid #e5e5f3;width:100%}._SmartTreeSelector_1hhi4_1 ._Search_1hhi4_10 ._SearchInput_1hhi4_21{height:2.8rem}._SmartTreeSelector_1hhi4_1 ._Search_1hhi4_10 ._ClearButton_1hhi4_24{position:absolute;right:1.2rem;display:flex;align-items:center;justify-content:center;height:2rem;width:2rem;border-radius:50%;transition:all .25s;cursor:pointer}._SmartTreeSelector_1hhi4_1 ._Search_1hhi4_10 ._ClearButton_1hhi4_24:hover{background-color:#f0f2f8}._SmartTreeSelector_1hhi4_1 ._Search_1hhi4_10 ._ClearButton_1hhi4_24 ._Icon_1hhi4_39{font-size:1.4rem}._SmartTreeSelector_1hhi4_1 ._List_1hhi4_42{flex:1;overflow-y:auto;background-color:#f0f2f8}._SmartTreeSelector_1hhi4_1 ._List_1hhi4_42::-webkit-scrollbar{width:6px;height:6px;background:transparent}._SmartTreeSelector_1hhi4_1 ._List_1hhi4_42::-webkit-scrollbar-track{border-radius:.5rem}._SmartTreeSelector_1hhi4_1 ._List_1hhi4_42::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._SmartTreeSelector_1hhi4_1 ._Group_1hhi4_62._SingleGroup_1hhi4_62{max-height:100%;overflow:unset}._SmartTreeSelector_1hhi4_1 ._Group_1hhi4_62._Open_1hhi4_66 ._Header_1hhi4_66 ._OpenBtn_1hhi4_66 ._Icon_1hhi4_39{transform:rotate(180deg)}._SmartTreeSelector_1hhi4_1 ._Group_1hhi4_62._Open_1hhi4_66 ._Tree_1hhi4_69{max-height:500rem}._SmartTreeSelector_1hhi4_1 ._Group_1hhi4_62 ._Header_1hhi4_66{position:sticky;top:0;display:flex;align-items:center;border-bottom:1px solid #e5e5f3;background-color:#fff;padding:0 .8rem 0 .4rem;cursor:pointer;height:4rem;z-index:10;font-size:1.6rem;font-weight:500;-webkit-user-select:none;user-select:none}._SmartTreeSelector_1hhi4_1 ._Group_1hhi4_62 ._Header_1hhi4_66 ._OpenBtn_1hhi4_66{display:flex;align-items:center;width:2.4rem;height:2.4rem;cursor:pointer;margin-right:.4rem}._SmartTreeSelector_1hhi4_1 ._Group_1hhi4_62 ._Header_1hhi4_66 ._OpenBtn_1hhi4_66 ._Icon_1hhi4_39{font-size:2.2rem;transition:all .25s;border-radius:50%;border:1px solid transparent;padding:.4rem}._SmartTreeSelector_1hhi4_1 ._Group_1hhi4_62 ._Helper_1hhi4_102{display:flex;align-items:center;background-color:#e7eaf3;height:3.2rem;font-size:1.3rem;color:#606375;padding:.4rem}._SmartTreeSelector_1hhi4_1 ._Group_1hhi4_62 ._Helper_1hhi4_102 ._HelperIconWrapper_1hhi4_111{display:flex;align-items:center;justify-content:center;width:2.4rem;min-width:2.4rem;height:2.4rem;min-height:2.4rem;margin-right:.4rem}._SmartTreeSelector_1hhi4_1 ._Group_1hhi4_62 ._Helper_1hhi4_102 ._HelperIconWrapper_1hhi4_111 ._InfoIcon_1hhi4_121{font-size:1.4rem;color:#606375}._SmartTreeSelector_1hhi4_1 ._Group_1hhi4_62 ._Tree_1hhi4_69{max-height:0;overflow:hidden}._SmartTreeSelector_1hhi4_1 ._Group_1hhi4_62 ._Tree_1hhi4_69 ._TreeSelect_1hhi4_129{padding:.4rem}._SmartTreeSelector_1hhi4_1 ._Tabs_1hhi4_132{display:flex;align-items:center;height:3.2rem;padding:0 .8rem;background-color:#fff;border-bottom:1px solid #e5e5f3}._SmartTreeSelector_1hhi4_1 ._Tabs_1hhi4_132 ._Tab_1hhi4_132{font-size:1.4rem;margin-right:.8rem;padding-right:.8rem;cursor:pointer;border-right:1px solid #e5e5f3;transition:all .25s}._SmartTreeSelector_1hhi4_1 ._Tabs_1hhi4_132 ._Tab_1hhi4_132 ._TabCount_1hhi4_148{font-size:1.1rem}._SmartTreeSelector_1hhi4_1 ._Tabs_1hhi4_132 ._Tab_1hhi4_132._Active_1hhi4_151{color:#3483ff}._SmartTreeSelector_1hhi4_1 ._Tabs_1hhi4_132 ._Tab_1hhi4_132:last-child{margin-right:0;padding-right:0;border-right:0}._TreeSelector_yid4n_1{color:#242424;font-size:1.4rem;max-height:100%;overflow-y:auto}._TreeSelector_yid4n_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._TreeSelector_yid4n_1::-webkit-scrollbar-track{border-radius:.5rem}._TreeSelector_yid4n_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._TreeSelector_yid4n_1 ._EmptyState_yid4n_22{display:flex;align-items:center;justify-content:center;height:6rem;color:#757c94}._TreeSelector_yid4n_1 ._Item_yid4n_29._Open_yid4n_29>._Head_yid4n_29 ._ToggleOpenButton_yid4n_29 ._Icon_yid4n_29{transform:rotate(90deg)}._TreeSelector_yid4n_1 ._Item_yid4n_29._Open_yid4n_29>._Children_yid4n_32{max-height:2500px}._TreeSelector_yid4n_1 ._Item_yid4n_29._Disabled_yid4n_35 ._Head_yid4n_29 ._ToggleOpenButton_yid4n_29 ._Icon_yid4n_29,._TreeSelector_yid4n_1 ._Item_yid4n_29._Disabled_yid4n_35 ._Head_yid4n_29 ._Label_yid4n_38{color:#757c94}._TreeSelector_yid4n_1 ._Item_yid4n_29._Disabled_yid4n_35:not(._Parent_yid4n_41) ._Head_yid4n_29 ._Label_yid4n_38{cursor:not-allowed}._TreeSelector_yid4n_1 ._Item_yid4n_29._Clickable_yid4n_44 ._Head_yid4n_29 ._Label_yid4n_38{cursor:pointer}._TreeSelector_yid4n_1 ._Item_yid4n_29 ._HelperTip_yid4n_47{margin-left:.4rem}._TreeSelector_yid4n_1 ._Item_yid4n_29 ._Head_yid4n_29{display:flex;align-items:center;border-radius:4px;height:2.8rem}._TreeSelector_yid4n_1 ._Item_yid4n_29 ._Head_yid4n_29._Selected_yid4n_56{background-color:#dff0ff}._TreeSelector_yid4n_1 ._Item_yid4n_29 ._Head_yid4n_29 ._Label_yid4n_38{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._TreeSelector_yid4n_1 ._Item_yid4n_29 ._Head_yid4n_29 ._ToggleOpenButton_yid4n_29{display:flex;align-items:center;justify-content:center;margin-right:.4rem;width:2.4rem;min-width:2.4rem;height:2.4rem;min-height:2.4rem;cursor:pointer}._TreeSelector_yid4n_1 ._Item_yid4n_29 ._Head_yid4n_29 ._ToggleOpenButton_yid4n_29 ._Icon_yid4n_29{font-size:1.2rem;color:#242424;transform:rotate(0);transition:all .25s}._TreeSelector_yid4n_1 ._Item_yid4n_29 ._Head_yid4n_29 ._Checkbox_yid4n_82{margin-right:.8rem}._TreeSelector_yid4n_1 ._Item_yid4n_29 ._Children_yid4n_32{max-height:0;overflow:hidden;transition:all .25s;margin-left:2rem}._Highlight_ewjs7_1{border-radius:2px;background-color:#fce6a7}._FunnelCompositeSegmentsViewer_zpuvo_1 ._Select_zpuvo_1{max-width:34rem}._FunnelCompositeSegmentsViewer_zpuvo_1 ._FunnelPart_zpuvo_4{display:flex;align-items:center}._FunnelCompositeSegmentsViewer_zpuvo_1 ._FunnelPart_zpuvo_4 ._Step_zpuvo_8{cursor:pointer;transition:all .25s}._FunnelCompositeSegmentsViewer_zpuvo_1 ._FunnelPart_zpuvo_4 ._Step_zpuvo_8:hover{color:#3483ff}._FunnelCompositeSegmentsViewer_zpuvo_1 ._FunnelPart_zpuvo_4 ._Arrow_zpuvo_15{font-size:1.4rem;margin:0 .8rem;color:#757c94}._ColumnValue_zzdyy_1{display:flex;align-items:center;width:100%}._Inline_zzdyy_7{display:flex;align-items:center}._Inline_zzdyy_7 ._PP_zzdyy_11{align-self:flex-end;color:#757c94;font-size:1.2rem;margin-left:1px}._Inline_zzdyy_7 ._OutOfText_zzdyy_17{font-size:1.2rem;color:#757c94;margin-left:.4rem}._ImproveAdoptionButton_zzdyy_23{border-radius:6px;gap:.6rem;padding:0 1.2rem}._Name_zzdyy_29{max-width:100%;display:flex;align-items:center}._Name_zzdyy_29 ._Info_zzdyy_34{margin-left:.4rem}._Name_zzdyy_29 ._Treatment_zzdyy_37{min-width:0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._Name_zzdyy_29 ._Treatment_zzdyy_37._Clickable_zzdyy_44{cursor:pointer;transition:color .25s}._Name_zzdyy_29 ._Treatment_zzdyy_37._Clickable_zzdyy_44:hover{color:#3483ff}._Name_zzdyy_29 ._Separator_zzdyy_51._comma_zzdyy_51{margin-right:.2rem}._Name_zzdyy_29 ._Separator_zzdyy_51._arrow_zzdyy_54{margin-right:.4rem}._Name_zzdyy_29 ._Separator_zzdyy_51._and_zzdyy_57,._Name_zzdyy_29 ._Separator_zzdyy_51._or_zzdyy_57{display:flex;align-items:center;justify-content:center;color:#535569;background-color:#d7dae9;height:1.6rem;padding:0 .4rem;margin:0 .6rem;border-radius:2px;font-size:1rem}._PotentialKPI_zzdyy_70{display:flex;align-items:center}._PotentialKPI_zzdyy_70 ._Circle_zzdyy_74{margin-right:.8rem;height:1.6rem;width:1.6rem;min-height:1.6rem;min-width:1.6rem;border-radius:50%}._DeepDive_zzdyy_83{justify-content:flex-end}._AdoptionChange_zzdyy_87{display:flex;align-items:center}._AdoptionChange_zzdyy_87._Muted_zzdyy_91{filter:grayscale(1)}._AdoptionChange_zzdyy_87 ._CurrentValue_zzdyy_94{width:7.2rem;min-width:7.2rem;max-width:7.2rem}._AdoptionChange_zzdyy_87 ._RangePicker_zzdyy_99{flex:1}._Master_zzdyy_103{position:sticky;bottom:0}._Actions_zzdyy_108{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:.6rem}._SimulatorRow_zzdyy_116{padding:.4rem 0!important;min-height:5.4rem}._SwitchAlgoMode_11mtr_1{min-width:unset;max-width:unset;height:3.2rem;width:fit-content}._SwitchAlgoMode_11mtr_1 ._ViewModeText_11mtr_7{display:flex;align-items:center;font-weight:600}._SwitchAlgoMode_11mtr_1 ._ViewModeText_11mtr_7 ._Icon_11mtr_12{font-size:1.6rem;margin-right:.4rem;color:#242424}._SwitchAlgoMode_11mtr_1 ._ViewModeText_11mtr_7 ._Label_11mtr_17{margin-right:.6rem;font-size:1.2rem;color:#757c94;font-weight:500}._TreatmentAdoptionSimulationModeSwitchWrapperViewer_1h966_1{position:relative}._JourneyScopeDrivers_on9ae_1{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.6rem;gap:1.6rem;background-color:#edf4ff;border-radius:8px}._JourneyScopeDrivers_on9ae_1 ._Notice_on9ae_11{text-align:center;font-size:1.4rem;line-height:2.4rem;letter-spacing:.4px}._Button_on9ae_18,._Button_1rbht_1{font-size:1.4rem;line-height:2rem;padding:1.8rem 2.4rem;min-width:20rem;letter-spacing:.5px;font-weight:400}._JourneyDriversScopeModal_1rbht_10{display:flex;flex-direction:column;overflow:hidden;height:100%}._ModalBody_1rbht_17{display:flex;flex:1;min-height:0}._ModalBody_1rbht_17 ._Header_1rbht_22{font-size:1.8rem;line-height:2.4rem;font-weight:600}._ModalBody_1rbht_17 ._Filters_1rbht_27{display:flex;flex-direction:column;gap:1.6rem;background-color:#f8f9fd;width:30rem;border-right:1px solid #e5e5e5;padding:1.6rem 2.4rem}._ModalBody_1rbht_17 ._Preview_1rbht_36{display:flex;flex:1;flex-direction:column;gap:1.6rem;padding:1.6rem 2.4rem;overflow:hidden}._ModalFooter_1rbht_45{display:flex;justify-content:flex-end;align-items:center;gap:1.6rem;padding:1.6rem;border-top:1px solid #e5e5e5}._ModalFooter_1rbht_45 ._FilteredEventsInfo_1rbht_53{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;line-height:1.4rem;color:#898ea8}._ModalFooter_1rbht_45 ._FilteredEventsInfo_1rbht_53 ._Icon_1rbht_61{font-size:1.8rem}._SubmitSuccess_1rbht_65{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}._SubmitSuccess_1rbht_65 ._Container_1rbht_73{display:flex;flex-direction:column;justify-content:center;align-items:center;height:40rem;width:60rem}._SubmitSuccess_1rbht_65 ._Container_1rbht_73 ._SuccessIcon_1rbht_81{font-size:9.2rem;margin-bottom:3.2rem}._SubmitSuccess_1rbht_65 ._Container_1rbht_73 ._Title_1rbht_85{font-size:2rem;text-align:center;margin-bottom:1.2rem}._SubmitSuccess_1rbht_65 ._Container_1rbht_73 ._SubTitle_1rbht_90{color:#898ea8;margin-bottom:1.2rem;max-width:48rem;text-align:center;line-height:1.5}._Name_xyr0k_1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._Adoption_xyr0k_8{display:flex;align-items:center}._Secondary_xyr0k_13{margin-left:.8rem;font-size:1.2rem;color:#757c94;font-weight:400}._JourneyDriversScopeEventsFilters_9ggea_1{display:flex;flex-direction:column;gap:1.6rem}._JourneyDriversScopeEventsFilters_9ggea_1 ._Input_9ggea_6{display:flex;flex-direction:column;gap:.4rem}._JourneyDriversScopeEventsFilters_9ggea_1 ._Input_9ggea_6 ._Header_9ggea_11{font-size:1.2rem;line-height:2.4rem;font-weight:600;text-transform:uppercase}._JourneyDriversScopeEventsFilters_9ggea_1 ._Input_9ggea_6 ._Controller_9ggea_17{gap:.8rem}._JourneyDriversScopeEventsFilters_9ggea_1 ._Input_9ggea_6 ._Controller_9ggea_17._Outlined_9ggea_20{border:1px solid #e5e5e5;background-color:#fff;border-radius:4px;padding:.8rem 2.4rem;display:flex;align-items:center;gap:.8rem;font-size:1.4rem;line-height:2.4rem;color:#4f4f4f;cursor:pointer}._JourneyDriversScopeEventsFilters_9ggea_1 ._Input_9ggea_6 ._Controller_9ggea_17._EventsFilters_9ggea_33{display:inline-flex;align-items:center;gap:.8rem;width:100%}._JourneyDriversScopeEventsFilters_9ggea_1 ._Input_9ggea_6 ._Controller_9ggea_17._AdoptionFilter_9ggea_39{display:flex;flex-direction:column;align-items:center;gap:.8rem}._JourneyDriversScopeEventsFilters_9ggea_1 ._Input_9ggea_6 ._Controller_9ggea_17._AdoptionFilter_9ggea_39 ._Label_9ggea_45{font-size:1.4rem;color:#757c94}._JourneyDriversScopeEventsFilters_9ggea_1 ._Input_9ggea_6 ._EventsSelect_9ggea_49{overflow:auto}._Tooltip_9ggea_53{background-color:#dff0ff;color:#3483ff;padding:0 4px;border-radius:4px;font-size:12px;font-weight:400;display:flex;align-items:center}._Tooltip_9ggea_53 ._Icon_9ggea_63{font-size:1.4rem}._JourneyDriversScopeViewer_1p92l_1{margin-bottom:2rem}._RetentionOverviewFigureViewer_1lqas_1 ._Controls_1lqas_1{display:flex;align-items:center;margin-bottom:2rem}._RetentionOverviewDataMode_14rh2_1 ._Chart_14rh2_1,._RetentionOverviewSimulatorMode_1qvbk_1 ._Table_1qvbk_1,._RetentionOverviewSimulatorMode_1qvbk_1 ._Chart_1qvbk_2{margin-bottom:3.2rem}._RetentionOverviewSimulatorMode_1qvbk_1 ._Select_1qvbk_5{min-width:0}._RetentionOverviewSimulatorMode_1qvbk_1 ._DropdownButton_1qvbk_8{font-size:1.6rem;font-weight:600;border:0;background-color:#f0f2f7;min-width:0;max-width:100%}._RetentionSegmentationViewer_12r7n_1 ._TabsWrapper_12r7n_1{display:flex;align-items:center;margin-bottom:1.2rem;max-width:100%}._RetentionSegmentationViewer_12r7n_1 ._TabsWrapper_12r7n_1 ._Filters_12r7n_7,._RetentionSegmentationViewer_12r7n_1 ._TabsWrapper_12r7n_1 ._Tabs_12r7n_1{flex:1;margin-right:2rem}._RetentionSegmentationViewer_12r7n_1 ._TabsWrapper_12r7n_1 ._Filters_12r7n_7{display:flex;align-items:center;min-width:0;flex:1}._RetentionSegmentationViewer_12r7n_1 ._TabsWrapper_12r7n_1 ._Filters_12r7n_7 ._Filter_12r7n_7{margin-right:1.2rem;min-width:0}._RetentionSegmentationViewer_12r7n_1 ._TabsWrapper_12r7n_1 ._Actions_12r7n_22{height:3.6rem}._RetentionSegmentationViewer_12r7n_1 ._TabsWrapper_12r7n_1 ._Select_12r7n_25{max-width:34rem;min-width:8rem}._Instructions_l042b_1{font-size:1.4rem;margin-bottom:1.2rem}._SimulatorRow_l042b_6{padding:.4rem 0!important;min-height:5.4rem}._Tabs_l042b_11{margin-bottom:1.2rem}._RetentionSegmentationModal_1vdhm_1{padding:2rem 2.4rem;display:flex;flex-direction:column;max-height:100%;height:100%}._RetentionSegmentationModal_1vdhm_1 ._Content_1vdhm_8{flex:1;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}._RetentionSegmentationModal_1vdhm_1 ._Content_1vdhm_8::-webkit-scrollbar{width:6px;height:6px;background:transparent}._RetentionSegmentationModal_1vdhm_1 ._Content_1vdhm_8::-webkit-scrollbar-track{border-radius:.5rem}._RetentionSegmentationModal_1vdhm_1 ._Content_1vdhm_8::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._RetentionSegmentationModal_1vdhm_1 ._SelectStep_1vdhm_30{max-width:30rem}._RetentionSegmentationModal_1vdhm_1 ._CompareLine_1vdhm_33{margin-bottom:2rem}._RetentionSegmentationModal_1vdhm_1 ._Spacer_1vdhm_36{flex:1}._RetentionSegmentationModal_1vdhm_1 ._Navigation_1vdhm_39{display:flex;align-items:center;justify-content:flex-end;min-height:4.2rem}._RetentionSegmentationModal_1vdhm_1 ._Filters_1vdhm_45{margin-bottom:1.2rem}._RetentionSegmentationModal_1vdhm_1 ._ChartWrapper_1vdhm_48{margin-bottom:2rem}._DialogLayout_1cnkr_1{margin:.8rem 0;overflow:hidden;border-radius:12px;box-shadow:0 0 8px 2px #0000001a}._TrendCompositeSegmentsViewer_1cnkr_8 ._Filters_1cnkr_8{display:flex;align-items:center;margin-bottom:1.2rem}._TrendCompositeSegmentsViewer_1cnkr_8 ._Filters_1cnkr_8 ._Filter_1cnkr_8{margin-right:1.2rem}._TrendCompositeSegmentsViewer_1cnkr_8 ._SegmentLine_1cnkr_16{display:flex;align-items:center;height:2.4rem;margin-bottom:1.2rem;width:100%}._TrendCompositeSegmentsViewer_1cnkr_8 ._SegmentLine_1cnkr_16:last-child{margin-bottom:0}._TrendCompositeSegmentsViewer_1cnkr_8 ._List_1cnkr_26{flex:1;min-width:0;overflow:hidden}._TrendCompositeSegmentsViewer_1cnkr_8 ._KPICombined_1cnkr_31{display:flex;align-items:center;flex-wrap:wrap}._TrendCompositeSegmentsViewer_1cnkr_8 ._KPICombined_1cnkr_31 ._Value_1cnkr_36{font-size:1.6rem;margin-right:.8rem}._TrendCompositeSegmentsViewer_1cnkr_8 ._KPICombined_1cnkr_31 ._Uplift_1cnkr_40{font-size:1.4rem;font-weight:600}._TrendCompositeSegmentsViewer_1cnkr_8 ._ShareOfUsersContent_1cnkr_44{margin-left:1.6rem;background-color:#f4f6fa;border-top-left-radius:4px;border-bottom-left-radius:4px;font-size:1.6rem;font-weight:500}._TrendCompositeSegmentsViewer_1cnkr_8 ._KPICombinedContent_1cnkr_52{background-color:#f4f6fa;border-top-right-radius:4px;border-bottom-right-radius:4px}._DialogLayout_cekbg_1{margin:.8rem 0;overflow:hidden;border-radius:12px;box-shadow:0 0 8px 2px #0000001a}._RCACompositeSegmentsViewer_cekbg_8 ._Filters_cekbg_8{display:flex;align-items:center;margin-bottom:1.2rem}._RCACompositeSegmentsViewer_cekbg_8 ._Filters_cekbg_8 ._Filter_cekbg_8{margin-right:1.2rem}._RCACompositeSegmentsViewer_cekbg_8 ._SegmentLine_cekbg_16{display:flex;align-items:center;height:2.4rem;margin-bottom:1.2rem;width:100%}._RCACompositeSegmentsViewer_cekbg_8 ._SegmentLine_cekbg_16:last-child{margin-bottom:0}._RCACompositeSegmentsViewer_cekbg_8 ._List_cekbg_26{flex:1;min-width:0;overflow:hidden}._RCACompositeSegmentsViewer_cekbg_8 ._KPICombined_cekbg_31{display:flex;align-items:center;flex-wrap:wrap}._RCACompositeSegmentsViewer_cekbg_8 ._KPICombined_cekbg_31 ._Value_cekbg_36{font-size:1.6rem;margin-right:.8rem}._RCACompositeSegmentsViewer_cekbg_8 ._KPICombined_cekbg_31 ._Uplift_cekbg_40{font-size:1.4rem;font-weight:600}._RCACompositeSegmentsViewer_cekbg_8 ._ShareOfUsersContent_cekbg_44{margin-left:1.6rem;background-color:#f4f6fa;border-top-left-radius:4px;border-bottom-left-radius:4px;font-size:1.6rem;font-weight:500}._RCACompositeSegmentsViewer_cekbg_8 ._KPICombinedContent_cekbg_52{background-color:#f4f6fa;font-size:1.6rem;font-weight:500}._RCACompositeSegmentsViewer_cekbg_8 ._ContributionToChangeContent_cekbg_57{background-color:#f4f6fa;border-top-right-radius:4px;border-bottom-right-radius:4px;font-size:1.6rem;font-weight:500}._RCACompositeSegmentsViewer_cekbg_8 ._Action_cekbg_64{display:flex;align-items:center;justify-content:flex-end;max-width:100%;width:100%;z-index:5}._RCACompositeModal_11jpd_1{padding:2rem 2.4rem;display:flex;flex-direction:column;max-height:100%;height:100%}._RCACompositeModal_11jpd_1 ._Title_11jpd_8{font-size:1.8rem;font-weight:600;margin-bottom:2rem}._SegmentRow_11jpd_14{background-color:#fff!important}._CompositeRow_11jpd_18{background-color:#f4f6fa!important}._PowerUsersOverviewFigureViewer_1gdfs_1{display:flex;flex-direction:column}._PowerUsersOverviewFigureViewer_1gdfs_1 ._FancyBlock_1gdfs_5{margin-bottom:1.6rem}._PowerUsersOverviewFigureViewer_1gdfs_1 ._CalculationLink_1gdfs_8{font-size:1.2rem;font-weight:300}._PowerUsersOverviewFigureViewer_1gdfs_1 ._BottomLine_1gdfs_12{display:flex;flex-direction:column;align-items:center;padding:2.4rem;gap:1rem;color:#212121}._PowerUsersOverviewFigureViewer_1gdfs_1 ._BottomLine_1gdfs_12 ._Label_1gdfs_20{text-align:center}._PowerUsersOverviewFigureViewer_1gdfs_1 ._BottomLine_1gdfs_12 ._Value_1gdfs_23{display:flex;justify-content:center;align-items:center;padding:.4rem .8rem;gap:.6rem;font-size:1.6rem;font-weight:600;line-height:2.4rem;border-radius:4px;background:linear-gradient(180deg,#e6d4f7,#faddd1)}._BlockContent_1c87l_1{display:flex;flex-direction:column;padding:1.2rem}._BlockContent_1c87l_1 ._Header_1c87l_6{display:flex;align-items:center;justify-content:space-between}._BlockContent_1c87l_1 ._Content_1c87l_11{display:flex;flex-direction:column}._Header_1f62r_1{display:flex;justify-content:space-between;align-items:center;color:#212121;font-size:1.8rem;font-weight:600;line-height:2.4rem;padding:2.4rem}._Body_1f62r_12{padding:0 2.4rem}._PowerUsersSegmentationModal_13tzf_1{padding:2rem 2.4rem;display:flex;flex-direction:column;max-height:100%;height:100%}._PowerUsersSegmentationModal_13tzf_1 ._Spacer_13tzf_8{flex:1}._PowerUsersSegmentationModal_13tzf_1 ._Navigation_13tzf_11{display:flex;align-items:center;justify-content:flex-end;min-height:4.2rem}._PowerUsersSegmentationViewer_1d574_1 ._TabsWrapper_1d574_1{display:flex;align-items:center;margin-bottom:1.2rem;max-width:100%}._PowerUsersSegmentationViewer_1d574_1 ._TabsWrapper_1d574_1 ._Filters_1d574_7{display:flex;align-items:center;min-width:0;flex:1;margin-right:2rem}._PowerUsersSegmentationViewer_1d574_1 ._TabsWrapper_1d574_1 ._Filters_1d574_7 ._Filter_1d574_7{margin-right:1.2rem;min-width:0}._PowerUsersSegmentationViewer_1d574_1 ._TabsWrapper_1d574_1 ._Actions_1d574_18{height:3.6rem}._PowerUsersSegmentationViewer_1d574_1 ._TabsWrapper_1d574_1 ._Select_1d574_21{max-width:30rem;min-width:8rem}._TopLevelSelectBlockViewer_1uku9_1{display:flex;flex-direction:column}._TopLevelSelectBlockViewer_1uku9_1 ._SelectLabel_1uku9_5{display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.6rem;max-width:36rem;background:#f0f2f8}._TopLevelSelectBlockViewer_1uku9_1 ._SelectLabel_1uku9_5 ._Label_1uku9_13{width:max-content}._TopLevelSelectBlockViewer_1uku9_1 ._Tabs_1uku9_16{display:flex;height:auto;overflow:hidden;flex:1;align-items:stretch;min-height:3.2rem}._TopLevelSelectBlockViewer_1uku9_1 ._TabButton_1uku9_24{display:flex;position:relative;align-items:center;color:#606375;cursor:pointer;transition:color .25s;font-size:1.4rem;-webkit-user-select:none;user-select:none;letter-spacing:.3px;padding:1.2rem 1.6rem;text-wrap:nowrap;flex-shrink:0}._TopLevelSelectBlockViewer_1uku9_1 ._TabButton_1uku9_24._Hidden_1uku9_38{position:absolute;opacity:0;pointer-events:none}._TopLevelSelectBlockViewer_1uku9_1 ._TabButton_1uku9_24._Selected_1uku9_43{background:#2f78ea;color:#fff;font-weight:500;letter-spacing:.2px}._TopLevelSelectBlockViewer_1uku9_1 ._TabButton_1uku9_24 ._TabContent_1uku9_49{display:flex;flex-direction:column}._TopLevelSelectBlockViewer_1uku9_1 ._SelectOptions_1uku9_53{display:flex;align-items:stretch;max-width:unset;min-height:3.6rem;border-bottom:1px solid #d7daeb}._TopLevelSelectBlockViewer_1uku9_1 ._More_1uku9_60{border:0;background:transparent!important;border-radius:0;padding-right:0;padding-left:0;width:fit-content;min-width:0;max-width:unset;color:#606375!important;height:auto}._TopLevelSelectBlockViewer_1uku9_1 ._More_1uku9_60:hover{background:transparent}._TopLevelSelectBlockViewer_1uku9_1 ._More_1uku9_60._Selected_1uku9_43{color:#fff!important;font-weight:500;letter-spacing:.2px}._ABTestSummaryFigure_8hxz9_1{font-size:1.4rem}._ABTestSummaryFigure_8hxz9_1 ._Header_8hxz9_4{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}._ABTestSummaryFigure_8hxz9_1 ._Header_8hxz9_4 ._Title_8hxz9_10{font-size:1.8rem;line-height:2.4rem;font-weight:500;color:#212121}._Container_4xqwp_1{margin-bottom:1.6rem}._GroupName_4xqwp_5{position:relative;display:flex;flex-direction:column;gap:.4rem}._GroupName_4xqwp_5 ._PrimaryChip_4xqwp_11._AbsPosition_4xqwp_11{position:absolute;top:-2rem;left:0}._GroupName_4xqwp_5 ._NameWrapper_4xqwp_16{display:flex;align-items:center;gap:.6rem}._GroupName_4xqwp_5 ._Name_4xqwp_16{flex:1;min-width:0;word-break:keep-all;font-weight:600;line-height:2rem}._GroupName_4xqwp_5 ._Name_4xqwp_16._Clickable_4xqwp_28{cursor:pointer}._GroupName_4xqwp_5 ._Name_4xqwp_16._Clickable_4xqwp_28:hover{color:#3483ff}._Column_4xqwp_35{flex:1;display:flex;flex-direction:column;gap:1.2rem;max-width:100%;overflow:hidden}._Column_4xqwp_35 ._Line_4xqwp_43{display:flex;align-items:center;height:2.4rem;min-height:2.4rem;gap:.8rem;font-weight:400;min-width:0}._Column_4xqwp_35 ._Line_4xqwp_43 ._TableCell_4xqwp_52{display:flex;align-items:center;gap:.8rem;max-width:100%;overflow:hidden}._Column_4xqwp_35 ._Line_4xqwp_43 ._Secondary_4xqwp_59{color:#757c94;font-size:1.2rem;font-weight:400}._Column_4xqwp_35 ._Line_4xqwp_43._WinnerVariant_4xqwp_64{font-weight:600}._Column_4xqwp_35 ._WinnerIcon_4xqwp_67{color:#21c476;font-size:1.8rem}._Column_4xqwp_35 ._Rank_4xqwp_71{flex:1;display:flex;justify-content:center;align-items:center;width:2.4rem}._Column_4xqwp_35 ._Variant_4xqwp_78{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline;padding:.4rem .6rem;border-radius:4px;font-size:1.4rem;line-height:1.4rem;letter-spacing:.4px;background-color:#3483ff33}._ValidationsTableCellButton_p4vjz_1{background-color:#21c476;border-radius:4px;font-size:1.2rem;font-weight:700;line-height:1.6rem;display:flex;gap:.4rem;justify-content:center;align-items:center;color:#fff;padding:.2rem .6rem;transition:all .25s ease-in-out;cursor:pointer}._ValidationsTableCellButton_p4vjz_1._HighConfidence_p4vjz_16{background-color:#21c476}._ValidationsTableCellButton_p4vjz_1._MediumConfidence_p4vjz_19{background-color:#feaf67}._ChevronIcon_p4vjz_23{transition:all .25s ease-in-out}._ChevronIcon_p4vjz_23._IsOpen_p4vjz_26{transform:rotate(90deg)}._ValidationsExplainers_113e6_1{background:#fff;border-radius:8px;width:55rem;max-height:37rem;display:flex;flex-direction:column;box-shadow:0 0 8px 2px #0000001a;margin-top:.4rem}._ValidationsExplainers_113e6_1 ._ValidationsGeneralSummary_113e6_11{display:flex;justify-content:start;align-items:start;padding:1.2rem;gap:.8rem;border-bottom:1px solid #d7dae9}._ValidationsExplainers_113e6_1 ._ValidationsGeneralSummary_113e6_11 ._Icon_113e6_19{color:#feaf67}._ValidationsExplainers_113e6_1 ._ValidationsGeneralSummary_113e6_11 ._Icon_113e6_19._HighConfidence_113e6_22{color:#21c476}._ValidationsExplainers_113e6_1 ._ValidationsGeneralSummary_113e6_11 ._Content_113e6_25{font-size:1.4rem;line-height:2rem}._ValidationsExplainers_113e6_1 ._TestResultsListContainer_113e6_29{overflow-y:auto}._ValidationsExplainers_113e6_1 ._TestResultsListContainer_113e6_29::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ValidationsExplainers_113e6_1 ._TestResultsListContainer_113e6_29::-webkit-scrollbar-track{border-radius:.5rem}._ValidationsExplainers_113e6_1 ._TestResultsListContainer_113e6_29::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ValidationsExplainers_113e6_1 ._TestResultsListContainer_113e6_29 ._Title_113e6_47{font-size:1.2rem;font-weight:500;line-height:2rem;color:#414559;padding:1.2rem 1.2rem .4rem}._ValidationsExplainers_113e6_1 ._TestResultsListContainer_113e6_29 ._TestResultsList_113e6_29 ._CollapsibleTitle_113e6_54{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:1.4rem;line-height:2rem;color:#212123}._ValidationsExplainers_113e6_1 ._TestResultsListContainer_113e6_29 ._TestResultsList_113e6_29 ._CollapsibleContent_113e6_63{background-color:#f8f9fc;padding:.8rem 1.6rem;font-size:1.4rem;font-weight:300;line-height:2rem;border-bottom:1px solid #d7dae9}._ValidationsExplainers_113e6_1 ._TestResultsListContainer_113e6_29 ._TestResultsList_113e6_29 ._CollapsibleContent_113e6_63 ._MoreInfo_113e6_71{color:#3483ff;cursor:pointer}._Collapsible_1by1v_1 ._Header_1by1v_1{cursor:pointer;display:flex;justify-content:start;align-items:center;gap:1.2rem;padding:0 1.2rem;height:4rem;border-bottom:1px solid #d7dae9;width:100%}._Collapsible_1by1v_1 ._Header_1by1v_1 ._Icon_1by1v_12{font-size:1.4rem;transition:all .25s ease-in-out}._Collapsible_1by1v_1 ._Header_1by1v_1 ._Icon_1by1v_12._IsOpen_1by1v_16{transform:rotate(90deg)}._ValidationStatusChip_82871_1{border-radius:4px;background-color:#21c476;color:#fff;padding:.4rem;font-size:1.2rem;font-weight:600;line-height:1.6rem;display:flex;justify-content:center;align-items:center;gap:.4rem}._ValidationStatusChip_82871_1._Warning_82871_14{background-color:#feaf67}._ValidationMoreInfoPanelContent_qxtik_1{margin:2.5rem;display:flex;flex-direction:column;gap:1.2rem}._ValidationMoreInfoPanelContent_qxtik_1 ._ValidationTitle_qxtik_7{font-size:2rem;font-weight:600;line-height:2.4rem}._ValidationMoreInfoPanelContent_qxtik_1 ._ValidationExplainerContainer_qxtik_12{background-color:#f4f6fa;color:#414559;border-radius:8px;font-size:1.4rem;font-weight:700;line-height:2rem;padding:.8rem;display:flex;gap:.4rem}._ValidationMoreInfoPanelContent_qxtik_1 ._ValidationDetailsContainer_qxtik_23{font-size:1.4rem;font-weight:400;line-height:2rem}._ValidationMoreInfoPanelContent_qxtik_1 ._ValidationDetailsContainer_qxtik_23 ._Title_qxtik_28{font-weight:700}._ExperimentConclusionFigure_xq2yv_1._Open_xq2yv_1 ._Conclusion_xq2yv_1:has(._ValidationsSummary_xq2yv_1){border-radius:8px 8px 0 0}._ExperimentConclusionFigure_xq2yv_1._Open_xq2yv_1 ._Conclusion_xq2yv_1:has(._ValidationsSummary_xq2yv_1) ._ValidationsSummary_xq2yv_1 ._CaretIcon_xq2yv_4{transform:rotate(0)}._ExperimentConclusionFigure_xq2yv_1._Open_xq2yv_1 ._Validations_xq2yv_1{max-height:1000rem;opacity:1}._ExperimentConclusionFigure_xq2yv_1 ._Conclusion_xq2yv_1{display:flex;min-height:5.6rem;padding:0rem 1.6rem;justify-content:center;align-items:center;border-radius:.8rem;background:#f0f2f7;border:1px solid #d7daeb}._ExperimentConclusionFigure_xq2yv_1 ._Conclusion_xq2yv_1:has(._ValidationsSummary_xq2yv_1){justify-content:space-between;cursor:pointer}._ExperimentConclusionFigure_xq2yv_1 ._Conclusion_xq2yv_1._HasWinner_xq2yv_25{background-color:#e7f9f1}._ExperimentConclusionFigure_xq2yv_1 ._Conclusion_xq2yv_1 ._Title_xq2yv_28{display:flex;align-items:center;gap:1.2rem}._ExperimentConclusionFigure_xq2yv_1 ._Conclusion_xq2yv_1 ._Title_xq2yv_28 ._IconWrapper_xq2yv_33{position:relative}._ExperimentConclusionFigure_xq2yv_1 ._Conclusion_xq2yv_1 ._Title_xq2yv_28 ._IconWrapper_xq2yv_33 ._Icon_xq2yv_33{display:flex;justify-content:center;align-items:center;color:#fff;background-color:#757c94;width:3.6rem;height:3.6rem;border-radius:2.4rem;font-size:1.8rem}._ExperimentConclusionFigure_xq2yv_1 ._Conclusion_xq2yv_1 ._Title_xq2yv_28 ._IconWrapper_xq2yv_33 ._Icon_xq2yv_33._Winner_xq2yv_47{background-color:#21c476}._ExperimentConclusionFigure_xq2yv_1 ._Conclusion_xq2yv_1 ._Title_xq2yv_28 ._IconWrapper_xq2yv_33 ._ValidationIcon_xq2yv_50{position:absolute;bottom:-.4rem;right:-.6rem;display:flex;width:2.2rem;height:2.2rem;justify-content:center;align-items:center;border-radius:50%;font-size:1.9rem;text-shadow:-2px 0 white,0 2px white,2px 0 white,0 -2px white}._ExperimentConclusionFigure_xq2yv_1 ._Conclusion_xq2yv_1 ._Title_xq2yv_28 ._Label_xq2yv_63{color:#212121;font-size:1.8rem;font-weight:400}._ExperimentConclusionFigure_xq2yv_1 ._Conclusion_xq2yv_1 ._Title_xq2yv_28 ._Label_xq2yv_63 ._WinnerVariant_xq2yv_68{display:flex;gap:.8rem}._ExperimentConclusionFigure_xq2yv_1 ._Conclusion_xq2yv_1 ._Title_xq2yv_28 ._Label_xq2yv_63 ._VariantName_xq2yv_72{font-weight:600}._ExperimentConclusionFigure_xq2yv_1 ._Conclusion_xq2yv_1 ._ValidationsSummary_xq2yv_1{display:flex;align-items:center;gap:.8rem;font-size:1.4rem}._ExperimentConclusionFigure_xq2yv_1 ._Conclusion_xq2yv_1 ._ValidationsSummary_xq2yv_1 ._CaretIcon_xq2yv_4{transform:rotate(-90deg);transition:transform .25s;font-size:1.6rem}._ExperimentConclusionFigure_xq2yv_1 ._Conclusion_xq2yv_1 ._ValidationsSummary_xq2yv_1 ._ValidationTitle_xq2yv_86{font-weight:600}._ExperimentConclusionFigure_xq2yv_1 ._Validations_xq2yv_1{max-height:0;overflow:hidden;opacity:0;transition:all .25s;border-left:1px solid #d7daeb;border-right:1px solid #d7daeb;border-radius:0 0 8px 8px}._ExperimentConclusionFigure_xq2yv_1 ._Validations_xq2yv_1 ._Validation_xq2yv_1{display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.6rem;border-bottom:1px solid #d7daeb;color:#212121;font-size:1.4rem}._ExperimentConclusionFigure_xq2yv_1 ._Validations_xq2yv_1 ._Validation_xq2yv_1 ._Title_xq2yv_28{font-weight:700}._ExperimentConclusionFigure_xq2yv_1 ._Validations_xq2yv_1 ._Validation_xq2yv_1 ._Description_xq2yv_110{font-weight:400;flex:1}._ExperimentConclusionFigure_xq2yv_1 ._Validations_xq2yv_1 ._Validation_xq2yv_1:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}._ExperimentConclusionFigure_xq2yv_1 ._ValidationIcon_xq2yv_50{font-size:1.8rem}._ExperimentConclusionFigure_xq2yv_1 ._ValidationIcon_xq2yv_50._SUCCESS_xq2yv_121{color:#21c476}._ExperimentConclusionFigure_xq2yv_1 ._ValidationIcon_xq2yv_50._WARNING_xq2yv_124{color:#f1ae49}._ExperimentConclusionFigure_xq2yv_1 ._ValidationIcon_xq2yv_50._ERROR_xq2yv_127{color:#f66b6b}._ReleaseImpactSummaryFigure_963yb_1 ._Header_963yb_1{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}._ReleaseImpactSummaryFigure_963yb_1 ._Header_963yb_1 ._Title_963yb_7{font-size:1.8rem;line-height:2.4rem;font-weight:500;color:#212121}._ReleaseImpactSummaryFigure_963yb_1 ._Header_963yb_1 ._SwitchActionsWrapper_963yb_13{position:relative}._ReleaseImpactSummaryFigure_963yb_1 ._CompareSwitchLabel_963yb_16{display:inline-flex;align-items:center;gap:.8rem;line-height:2.6rem}._ReleaseImpactSummaryFigure_963yb_1 ._CompareSwitchLabel_963yb_16 ._CompareSwitchIcon_963yb_22{margin-left:-.4rem}._ReleaseImpactSummaryFigure_963yb_1 ._ValidationMessagesContainer_963yb_25{margin-bottom:1.2rem}._ReleaseImpactSummaryFigure_963yb_1 ._ValidationMessagesContainer_963yb_25 ._ValidationMessages_963yb_25{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.2rem}._ReleaseImpactSummaryFigure_963yb_1 ._ValidationMessagesContainer_963yb_25 ._DismissValidationMessages_963yb_34{color:#757c94;display:flex;align-items:center;font-size:1.4rem}._ReleaseImpactSummaryFigure_963yb_1 ._ValidationMessagesContainer_963yb_25 ._DismissValidationMessages_963yb_34 ._Icon_963yb_40{font-size:1.4rem}._ContentFunnelOverviewFigureViewer_1cxqw_1{display:flex;flex-direction:column}._ContentFunnelOverviewFigureViewer_1cxqw_1 ._ChartWrapper_1cxqw_5{height:fit-content;margin-bottom:3.2rem}._ContentFunnelOverviewFigureViewer_1cxqw_1 ._TableWrapper_1cxqw_9 ._Tabs_1cxqw_9{margin-bottom:.8rem}._SelectedRow_1cxqw_13{background-color:#ebf3ff!important}._ReleaseImpactSummaryFigure_1eqt3_1 ._FeatureName_1eqt3_1{flex:1;min-width:0}._ReleaseImpactSummaryFigure_1eqt3_1 ._FeatureName_1eqt3_1 ._Text_1eqt3_5{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;line-height:2rem}._ReleaseImpactSummaryFigure_1eqt3_1 ._FeatureName_1eqt3_1 ._Text_1eqt3_5._Clickable_1eqt3_12{cursor:pointer}._ReleaseImpactSummaryFigure_1eqt3_1 ._FeatureName_1eqt3_1 ._Text_1eqt3_5._Clickable_1eqt3_12:hover{color:#3483ff}._ReleaseImpactSummaryFigure_1eqt3_1 ._VS_1eqt3_18{font-size:1.2rem;color:#898ea8}._ReleaseImpactSummaryFigure_1eqt3_1 ._Adoption_1eqt3_22{display:flex;align-items:center;gap:.8rem}._ReleaseImpactSummaryFigure_1eqt3_1 ._Adoption_1eqt3_22 ._TrendChip_1eqt3_27{font-weight:400}._ReleaseImpactSummaryFigure_1eqt3_1 ._Adoption_1eqt3_22 ._Value_1eqt3_30{font-size:1.4rem}._ReleaseImpactSummaryFigure_1eqt3_1 ._MetricValue_1eqt3_33{display:flex;align-items:center;gap:.8rem;font-size:1.4rem}._ReleaseImpactSummaryFigure_1eqt3_1 ._MetricValue_1eqt3_33 ._SecondaryValue_1eqt3_39{color:#898ea8}._ReleaseImpactSummaryFigure_1eqt3_1 ._DeepDive_1eqt3_42{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:.4rem .8rem;border-radius:8px;border:1px solid #d7daeb;cursor:pointer;transition:all .25s}._ReleaseImpactSummaryFigure_1eqt3_1 ._DeepDive_1eqt3_42:hover{color:#3483ff;background-color:#f3f4f7;border-color:#3483ff}._ReleaseImpactFeaturesSummaryFigureViewer_1grlx_1 ._SwitchMode_1grlx_1{margin-bottom:1.2rem}._ReleaseImpactFeaturesSummaryFigureViewer_1grlx_1 ._Name_1grlx_4{display:flex;align-items:center;gap:.8rem;flex:1;min-width:0}._ReleaseImpactFeaturesSummaryFigureViewer_1grlx_1 ._Name_1grlx_4 ._Text_1grlx_11{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;line-height:2rem}._ReleaseImpactFeaturesSummaryFigureViewer_1grlx_1 ._Name_1grlx_4 ._Text_1grlx_11._Clickable_1grlx_18{cursor:pointer}._ReleaseImpactFeaturesSummaryFigureViewer_1grlx_1 ._Name_1grlx_4 ._Text_1grlx_11._Clickable_1grlx_18:hover{color:#3483ff}._ReleaseImpactFeaturesSummaryFigureViewer_1grlx_1 ._Column_1grlx_24{display:flex;align-items:center;gap:.8rem;font-size:1.4rem}._ReleaseImpactFeaturesSummaryFigureViewer_1grlx_1 ._Column_1grlx_24 ._EmptyState_1grlx_30{color:#757c94}._ReleaseImpactFeaturesSummaryFigureViewer_1grlx_1 ._Column_1grlx_24 ._VS_1grlx_33{font-size:1.2rem;color:#898ea8}._ReleaseImpactFeaturesSummaryFigureViewer_1grlx_1 ._Column_1grlx_24 ._Secondary_1grlx_37{color:#898ea8}._NoticeLink_1urse_1{color:#3483ff;cursor:pointer}._NoticeLink_1urse_1:hover{text-decoration:underline}._RCASegmentationFigureViewer_1urse_9 ._Tabs_1urse_9{margin-bottom:1.2rem}._RCASegmentationFigureViewer_1urse_9 ._ViewModeWrapper_1urse_12{position:absolute;top:.4rem;right:0}._RCASegmentationFigureViewer_1urse_9 ._ViewModeWrapper_1urse_12 ._ViewModeDropdown_1urse_17{max-width:unset}._SegmentExplainersTable_1oomn_1{font-size:1.4rem}._SegmentExplainersTable_1oomn_1 ._RootHelper_1oomn_4{margin-bottom:1.6rem;max-width:70%;line-height:1.5;color:#606375}._SegmentExplainersTable_1oomn_1 ._FiltersContainer_1oomn_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}._SegmentExplainersTable_1oomn_1 ._Filters_1oomn_10{flex:1}._SegmentExplainersTable_1oomn_1 ._List_1oomn_19{max-height:60rem;height:100%;overflow-y:auto}._SegmentExplainersTable_1oomn_1 ._List_1oomn_19::-webkit-scrollbar{width:6px;height:6px;background:transparent}._SegmentExplainersTable_1oomn_1 ._List_1oomn_19::-webkit-scrollbar-track{border-radius:.5rem}._SegmentExplainersTable_1oomn_1 ._List_1oomn_19::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._SegmentExplainersTable_1oomn_1 ._List_1oomn_19 ._Item_1oomn_39{margin-right:.8rem}._SegmentExplainersTable_1oomn_1 ._EmptyStateWrapper_1oomn_42{width:100%;display:flex;justify-content:center;align-items:center}._SegmentExplainersTable_1oomn_1 ._EmptyStateWrapper_1oomn_42 ._EmptyState_1oomn_42{color:#757c94;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:42rem;padding:2rem 0}._SegmentExplainersTable_1oomn_1 ._EmptyStateWrapper_1oomn_42 ._EmptyState_1oomn_42 ._Title_1oomn_57{text-align:center;font-size:2rem;margin-bottom:1.2rem}._SegmentExplainersTable_1oomn_1 ._EmptyStateWrapper_1oomn_42 ._EmptyState_1oomn_42 ._SubTitle_1oomn_62{text-align:center;margin-bottom:1.2rem;line-height:1.5}._ExplainersTable_183hi_1{position:relative;display:flex;flex-direction:column;background-color:#f8f9fd;border-radius:8px;border:1px solid #d7daeb}._ExplainersTable_183hi_1._blue_183hi_9{background-color:#e5efff}._ExplainersTable_183hi_1._blue_183hi_9 ._HeaderWrapper_183hi_12{background-color:#d6e4fa}._ExplainersTable_183hi_1 ._HeaderWrapper_183hi_12{display:flex;align-items:center;background-color:#f0f2f7;padding:.6rem 0;border-top-left-radius:8px;border-top-right-radius:8px;min-height:3.2rem;width:100%}._ExplainersTable_183hi_1 ._HeaderWrapper_183hi_12 ._Headers_183hi_25{display:grid;width:100%;grid-template-columns:3fr 1fr 1fr 1fr 1fr 4rem;gap:.8rem;margin:0 1.6rem}._ExplainersTable_183hi_1 ._SwitchColumn_183hi_32{margin-left:.8rem;cursor:pointer;font-size:1.4rem}._ExplainersTable_183hi_1 ._SwitchColumn_183hi_32:hover{color:#3483ff}._ExplainersTable_183hi_1 ._Body_183hi_40{padding:.8rem 0 .8rem .8rem}._ExplainersTableHeader_ah34e_1{font-size:1.2rem}._ExplainersTableHeader_ah34e_1 ._Title_ah34e_4{display:flex;align-items:center;color:#535569;font-weight:600;text-transform:uppercase;height:2rem}._ExplainersTableHeader_ah34e_1 ._Title_ah34e_4 ._HeaderHelper_ah34e_12{display:flex;flex-direction:column}._ExplainersTableHeader_ah34e_1 ._Title_ah34e_4 ._HeaderHelper_ah34e_12 ._Name_ah34e_16{font-weight:500!important}._ExplainersTableHeader_ah34e_1 ._Title_ah34e_4 ._HeaderHelper_ah34e_12 ._Content_ah34e_19{margin-top:.4rem}._ExplainersTableHeader_ah34e_1 ._Title_ah34e_4 ._HeaderValue_ah34e_22{-webkit-user-select:none;user-select:none;transition:all .25s;display:flex;align-items:center}._ExplainersTableHeader_ah34e_1 ._Title_ah34e_4 ._HeaderValue_ah34e_22._Sorted_ah34e_28{color:#3483ff}._ExplainersTableHeader_ah34e_1 ._Title_ah34e_4 ._HeaderValue_ah34e_22._Sortable_ah34e_31{cursor:pointer}._ExplainersTableHeader_ah34e_1 ._Title_ah34e_4 ._HeaderValue_ah34e_22._Sortable_ah34e_31:hover{color:#3483ff}._ExplainersTableHeader_ah34e_1 ._Title_ah34e_4 ._HeaderValue_ah34e_22 ._SortIndicator_ah34e_37{margin-left:.6rem}._ExplainersTableHeader_ah34e_1 ._SubTitle_ah34e_40{color:#898ea8}._ExplainersTableItem_1jyqp_1{position:relative;display:flex;justify-content:center;flex-direction:column;min-height:5.4rem;border-radius:4px;border:1px solid #d7daeb;font-size:1.4rem;margin-bottom:.8rem;background:#fff;transition:all .25s;cursor:pointer}._ExplainersTableItem_1jyqp_1:hover{background-color:#f2f7ff;border:1px solid #3483ff;border-radius:4px}._ExplainersTableItem_1jyqp_1._NotSignificant_1jyqp_20 *:not(._ActionsWrapper_1jyqp_20 *){color:#757c94}._ExplainersTableItem_1jyqp_1._Expanded_1jyqp_23{border-color:#3483ff}._ExplainersTableItem_1jyqp_1 ._ItemWrapper_1jyqp_26{overflow:hidden;border-radius:4px}._ExplainersTableItem_1jyqp_1 ._ItemWrapper_1jyqp_26>:nth-child(2n){background-color:#f8f9fc}._ExplainersTableItem_1jyqp_1 ._Row_1jyqp_33{display:grid;width:100%;grid-template-columns:3fr 1fr 1fr 1fr 1fr 4rem;padding:.8rem 0 .8rem .8rem;gap:.8rem;min-height:4rem}._ExplainersTableItem_1jyqp_1 ._Row_1jyqp_33:hover ._ActionsWrapper_1jyqp_20{opacity:1}._ExplainersTableItem_1jyqp_1 ._Row_1jyqp_33._Highlight_1jyqp_44{background-color:#e5efff}._ExplainersTableItem_1jyqp_1 ._Row_1jyqp_33._Highlight_1jyqp_44 ._ActionsWrapper_1jyqp_20 ._Actions_1jyqp_20{background-color:#e5efff!important}._ExplainersTableItem_1jyqp_1 ._Row_1jyqp_33 ._Cell_1jyqp_50{display:flex;flex-direction:column;justify-content:center;overflow:hidden}._ExplainersTableItem_1jyqp_1 ._Row_1jyqp_33 ._Cell_1jyqp_50._Vertical_1jyqp_56{flex-direction:row;justify-content:unset;align-items:center;gap:.2rem}._ExplainersTableItem_1jyqp_1 ._Row_1jyqp_33 ._ActionsWrapper_1jyqp_20{position:relative;opacity:0;transition:all .25s}._ExplainersTableItem_1jyqp_1 ._Row_1jyqp_33 ._ActionsWrapper_1jyqp_20 ._Actions_1jyqp_20{position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex;align-items:center;gap:.4rem;background-color:transparent;padding-right:.8rem;width:fit-content}._ExplainersTableItem_1jyqp_1._blue_1jyqp_79 ._Row_1jyqp_33._Highlight_1jyqp_44,._ExplainersTableItem_1jyqp_1._blue_1jyqp_79 ._Row_1jyqp_33._Highlight_1jyqp_44 ._ActionsWrapper_1jyqp_20 ._Actions_1jyqp_20{background-color:#ddeaff}._SimilarButton_1jyqp_86{position:absolute;left:1.2rem;bottom:0;transform:translateY(.6rem)}._SimilarButton_75byu_1{display:flex;align-items:center;justify-content:center;padding:0 .6rem;font-size:1.2rem;border:1px solid #3483ff;border-radius:8px;height:1.6rem;background-color:#f0f2f7;color:#3483ff;font-weight:600;cursor:pointer;line-height:1}._SimilarButton_75byu_1:hover{background-color:#e5efff}._SimilarTooltip_75byu_20{display:flex;flex-direction:column;gap:.4rem;font-size:1.4rem;background-color:#fff;border-radius:8px;padding:.8rem 1.2rem;box-shadow:0 2px 6px #21212333;max-width:40rem}._SimilarTooltip_75byu_20 ._Title_75byu_31{font-weight:500;margin-bottom:.4rem}._SimilarTooltip_75byu_20 ._More_75byu_35{color:#606375}._SimilarTooltip_75byu_20 ._SimilarRow_75byu_38{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._SimilarTooltip_75byu_20 ._Info_75byu_43{font-size:1.2rem;color:#898ea8}._ExplainabilityLabelDisplay_1loo3_1{display:flex;align-items:center;justify-content:center;gap:.4rem;min-width:fit-content;font-size:1.2rem;text-transform:uppercase;border-radius:4px;padding:0 .6rem;height:2rem;font-weight:600;max-width:fit-content}._ExplainabilityLabelDisplay_1loo3_1._high_1loo3_15{background-color:#f2c08680}._ExplainabilityLabelDisplay_1loo3_1._medium_1loo3_18{background-color:#86e5f280}._ExplainabilityLabelDisplay_1loo3_1._low_1loo3_21{background-color:#e7eaf3}._ExplainabilityLabelDisplay_1loo3_1._insignificant_1loo3_24{background-color:#e7eaf3;color:#757c94}._Tooltip_fj3uo_1 ._Title_fj3uo_1{font-weight:500}._Tooltip_fj3uo_1 ._Line_fj3uo_4{display:flex;align-items:center;gap:.4rem}._Tooltip_fj3uo_1 ._Line_fj3uo_4 ._Bolder_fj3uo_9{font-weight:500}._Tooltip_fj3uo_1 ._Line_fj3uo_4 ._Label_fj3uo_12{color:#757c94}._InterestChipDisplay_fj3uo_16{display:flex;align-items:center;justify-content:center;min-width:fit-content;max-width:fit-content;border-radius:8px;padding:0 .6rem 0 .2rem;height:1.8rem;background-color:#d3f1e3;color:#757c94}._InterestChipDisplay_fj3uo_16._Negative_fj3uo_28{background-color:#f8dada}._InterestChipDisplay_fj3uo_16._Negative_fj3uo_28 ._ArrowIcon_fj3uo_31{color:#f66b6b;transform:rotate(180deg)}._InterestChipDisplay_fj3uo_16 ._ArrowIcon_fj3uo_31{color:#21c476;font-size:1.6rem}._InterestChipDisplay_fj3uo_16 ._ChipContent_fj3uo_39{display:flex;align-items:center;gap:.2rem;font-size:1.2rem;text-transform:uppercase}._InterestChipDisplay_fj3uo_16 ._ChipContent_fj3uo_39 ._Text_fj3uo_46{font-weight:600}._Uplift_1xw5h_1{display:flex;align-items:center;min-width:fit-content;font-size:1.2rem;font-weight:600;color:#757c94;background-color:#e7eaf3;height:1.8rem;padding:0 .4rem;border-radius:4px;width:fit-content}@keyframes _dots_1joij_1{0%{content:"."}33%{content:".."}66%{content:"..."}}._Calc_1joij_12:after{display:inline-block;width:1rem;content:".";animation:_dots_1joij_1 2s linear infinite}._RCAHeader_1joij_19._Compact_1joij_19 ._Options_1joij_19{margin-bottom:0}._RCAHeader_1joij_19._Compact_1joij_19 ._Content_1joij_22{flex-direction:row}._RCAHeader_1joij_19._SingleCompare_1joij_25 ._Options_1joij_19{gap:0}._RCAHeader_1joij_19._SingleCompare_1joij_25 ._Options_1joij_19 ._Merged_1joij_28{flex:1}._RCAHeader_1joij_19._SingleCompare_1joij_25 ._Options_1joij_19 ._Merged_1joij_28 ._Period_1joij_31:last-child{border-right:1px solid #d7daeb;border-top-right-radius:8px;border-bottom-right-radius:8px}._RCAHeader_1joij_19._SingleCompare_1joij_25 ._Options_1joij_19 ._Merged_1joij_28 ._Period_1joij_31._Compact_1joij_19{border-radius:0}._RCAHeader_1joij_19._SingleCompare_1joij_25 ._Options_1joij_19 ._Period_1joij_31:first-child{border-top-right-radius:0;border-bottom-right-radius:0}._RCAHeader_1joij_19._SingleCompare_1joij_25 ._Options_1joij_19 ._Period_1joij_31._Selected_1joij_43{border-bottom:1px solid #d7daeb}._RCAHeader_1joij_19._SingleCompare_1joij_25 ._Options_1joij_19 ._Period_1joij_31._Selected_1joij_43._Compact_1joij_19{background-color:#fff}._RCAHeader_1joij_19 ._TitleWrapper_1joij_49{display:flex;align-items:center;height:2.8rem;margin-bottom:1.6rem}._RCAHeader_1joij_19 ._TitleWrapper_1joij_49 ._Title_1joij_49{display:flex;align-items:center;flex:1;gap:.8rem}._RCAHeader_1joij_19 ._TitleWrapper_1joij_49 ._Title_1joij_49 ._GroupName_1joij_61,._RCAHeader_1joij_19 ._TitleWrapper_1joij_49 ._Title_1joij_49 ._MetricName_1joij_62{font-size:2rem;font-weight:600;cursor:pointer;transition:all .25s}._RCAHeader_1joij_19 ._TitleWrapper_1joij_49 ._Title_1joij_49 ._GroupName_1joij_61:hover,._RCAHeader_1joij_19 ._TitleWrapper_1joij_49 ._Title_1joij_49 ._MetricName_1joij_62:hover{color:#3483ff}._RCAHeader_1joij_19 ._TitleWrapper_1joij_49 ._Title_1joij_49 ._In_1joij_72{font-size:2rem;color:#757c94}._RCAHeader_1joij_19 ._Options_1joij_19{display:flex;align-items:center;width:100%;gap:1.6rem;margin-bottom:4rem}._RCAHeader_1joij_19 ._Options_1joij_19 ._Merged_1joij_28{display:flex;align-items:center;flex:2}._RCAHeader_1joij_19 ._Options_1joij_19 ._Merged_1joij_28 ._Period_1joij_31{background-color:#f8f9fc}._RCAHeader_1joij_19 ._Options_1joij_19 ._Merged_1joij_28 ._Period_1joij_31._Clickable_1joij_91{cursor:pointer}._RCAHeader_1joij_19 ._Options_1joij_19 ._Merged_1joij_28 ._Period_1joij_31:not(._Selected_1joij_43){color:#757c94}._RCAHeader_1joij_19 ._Options_1joij_19 ._Merged_1joij_28 ._Period_1joij_31:first-child{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}._RCAHeader_1joij_19 ._Options_1joij_19 ._Merged_1joij_28 ._Period_1joij_31:last-child{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31{display:flex;align-items:center;border-radius:8px;border:1px solid #d7daeb;overflow:hidden;flex:1;height:12rem;transition:all .25s}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31._Compact_1joij_19{height:4.8rem;border-radius:0}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31._Compact_1joij_19 ._AAA_1joij_121{align-items:center}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31._Compact_1joij_19 ._AAA_1joij_121 ._Content_1joij_22{flex-direction:row;gap:.8rem}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31._Compact_1joij_19 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodTitle_1joij_128{font-size:1.4rem;font-weight:500}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31._Compact_1joij_19 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodTitle_1joij_128 ._Bold_1joij_132{font-weight:700}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31._Compact_1joij_19 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodValue_1joij_135 ._Value_1joij_135{font-size:1.6rem;font-weight:700}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121{display:flex;border-bottom:4px solid transparent;width:100%;height:100%;padding:1.6rem;transition:all .25s}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121 ._Check_1joij_147{padding-right:1.2rem}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121 ._Content_1joij_22{display:flex;flex-direction:column;gap:1.2rem;width:100%}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodTitle_1joij_128{font-size:1.2rem;text-transform:uppercase;display:flex;align-items:center;gap:.4rem}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodTitle_1joij_128 ._Label_1joij_163{flex:1;display:flex;align-items:center;gap:.4rem}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodTitle_1joij_128 ._Label_1joij_163 ._LabelContent_1joij_169{display:flex;align-items:center}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodTitle_1joij_128 ._Significant_1joij_173{font-weight:500;opacity:.5;color:#757c94}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodTitle_1joij_128 ._Significant_1joij_173._Green_1joij_178{color:#21c476}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodTitle_1joij_128 ._Significant_1joij_173._Red_1joij_181{color:#f66b6b}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodValue_1joij_135{display:flex;align-items:center;gap:.8rem}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodValue_1joij_135 ._Value_1joij_135{font-size:2.4rem;font-weight:600}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodValue_1joij_135 ._TrendChip_1joij_193{transition:all .25s;opacity:.5}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodDates_1joij_197{display:flex;align-items:center;gap:.8rem;font-size:1.2rem;color:#757c94}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodDates_1joij_197 ._RefDate_1joij_204{cursor:pointer}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodDates_1joij_197 ._RefDate_1joij_204:hover{color:#3483ff}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31._Selected_1joij_43{background-color:#fff;border-bottom:4px solid #3483ff}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31._Selected_1joij_43._Compact_1joij_19{background-color:#e5efff}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31._Selected_1joij_43._Compact_1joij_19 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodTitle_1joij_128 ._Label_1joij_163 ._Bold_1joij_132{color:#3483ff}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31._Selected_1joij_43 ._AAA_1joij_121 ._TrendChip_1joij_193{opacity:1!important}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31._Selected_1joij_43 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodTitle_1joij_128{opacity:1}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31._Selected_1joij_43 ._AAA_1joij_121 ._Content_1joij_22 ._PeriodTitle_1joij_128 ._Significant_1joij_173{opacity:1!important}._RCAHeader_1joij_19 ._Options_1joij_19 ._Period_1joij_31._Disabled_1joij_229{cursor:not-allowed}._SegmentGroupNameDisplay_wa4zp_1{display:flex;align-items:center;gap:.6rem}._SegmentGroupNameDisplay_wa4zp_1 ._ViewAnalysisButtonWrapper_wa4zp_6{display:flex;height:100%;align-items:center;justify-content:center}._SegmentGroupNameDisplay_wa4zp_1 ._ViewAnalysisButtonWrapper_wa4zp_6 ._ViewAnalysisButton_wa4zp_6{background-color:transparent;transition:all .25s ease-in-out}._SegmentGroupNameDisplay_wa4zp_1 ._ViewAnalysisButtonWrapper_wa4zp_6 ._ViewAnalysisButton_wa4zp_6:hover{background-color:transparent;color:#3483ff}._SegmentGroupNameDisplay_wa4zp_1 ._ContentWrapper_wa4zp_20{display:flex;align-items:center;gap:.8rem;height:2.4rem;overflow:hidden}._SegmentGroupNameDisplay_wa4zp_1 ._ContentWrapper_wa4zp_20._Clickable_wa4zp_27{cursor:pointer}._SegmentGroupNameDisplay_wa4zp_1 ._ContentWrapper_wa4zp_20._Clickable_wa4zp_27:hover{color:#3483ff}._SegmentGroupNameDisplay_wa4zp_1 ._ContentWrapper_wa4zp_20 ._SegmentGroup_wa4zp_1{font-size:1.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._SegmentGroupNameDisplay_wa4zp_1 ._ContentWrapper_wa4zp_20 ._SegmentName_wa4zp_39{font-size:1.4rem;font-weight:600;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._SimilarityIndication_3ph2h_1{display:flex;align-items:center;justify-content:center;min-width:2rem;font-size:1.6rem}._SegmentExplainersModal_eymv7_1{padding:1.6rem 2.4rem;display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;max-height:100%;height:100%;gap:1.2rem}._SegmentExplainersModal_eymv7_1 ._CloseIcon_eymv7_12{position:absolute;top:0;right:0;color:#757c94;padding:1.2rem 1.2rem .8rem .8rem;cursor:pointer}._SegmentExplainersModal_eymv7_1 ._Filters_eymv7_20{display:flex;align-items:center;justify-content:space-between;width:100%}._SegmentExplainersModal_eymv7_1 ._Filters_eymv7_20 ._SearchInput_eymv7_26{width:unset}._SegmentExplainersModal_eymv7_1 ._Header_eymv7_29{display:flex;align-items:center;width:100%;justify-content:space-between;padding-right:1.2rem}._SegmentExplainersModal_eymv7_1 ._Header_eymv7_29 ._HeaderTitle_eymv7_36{font-weight:300;font-size:2rem;line-height:3.2rem;color:#212121}._SegmentExplainersModal_eymv7_1 ._Header_eymv7_29 ._HeaderTitle_eymv7_36 b{font-weight:600}._SegmentExplainersModal_eymv7_1 ._Header_eymv7_29 ._ViewSegmentInfoButton_eymv7_45{color:#3483ff;border:none;background-color:transparent;font-weight:400;font-size:1.4rem;line-height:2rem}._SegmentExplainersModal_eymv7_1 ._Header_eymv7_29 ._ViewSegmentInfoButton_eymv7_45:hover{background-color:transparent}._SegmentExplainersModal_eymv7_1 ._Table_eymv7_56{width:100%;overflow-y:scroll;margin-bottom:2rem;flex:1}._SegmentExplainersModal_eymv7_1 ._Table_eymv7_56::-webkit-scrollbar{width:6px;height:6px;background:transparent}._SegmentExplainersModal_eymv7_1 ._Table_eymv7_56::-webkit-scrollbar-track{border-radius:.5rem}._SegmentExplainersModal_eymv7_1 ._Table_eymv7_56::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._SegmentExplainersModal_eymv7_1 ._ChartContainer_eymv7_77{width:100%;flex:1;display:flex;flex-direction:column;gap:1.2rem}._SegmentExplainersModal_eymv7_1 ._ChartContainer_eymv7_77 ._ChartTitle_eymv7_84{font-size:1.6rem;line-height:2rem;color:#212121;font-weight:600}._SegmentExplainersModal_eymv7_1 ._ChartContainer_eymv7_77 ._ChartWrapper_eymv7_90{width:100%;height:100%;padding:1rem;border:1px solid #d7daeb;border-radius:8px}._SegmentExplainersModal_eymv7_1 ._ChartContainer_eymv7_77 ._ChartWrapper_eymv7_90._HasOptions_eymv7_97{padding:1.2rem 1.2rem 2rem}._SegmentExplainersModal_eymv7_1 ._ChartContainer_eymv7_77 ._ChartWrapper_eymv7_90._HasOptions_eymv7_97 ._Chart_eymv7_77{height:calc(100% - 3.2rem)}._SegmentExplainersModal_eymv7_1 ._ChartContainer_eymv7_77 ._ChartWrapper_eymv7_90 ._EmptyState_eymv7_103{flex-direction:column;display:flex;align-items:center;justify-content:center;height:100%;color:#757c94;gap:2rem}._SegmentExplainersModal_eymv7_1 ._ChartContainer_eymv7_77 ._ChartWrapper_eymv7_90 ._EmptyState_eymv7_103 ._EmptyStateIcon_eymv7_112{font-size:4rem}._SegmentExplainersModal_eymv7_1 ._ChartContainer_eymv7_77 ._ChartWrapper_eymv7_90 ._Options_eymv7_115{display:flex;align-items:center;justify-content:flex-end;height:3.2rem}._SegmentExplainersModal_eymv7_1 ._ChartContainer_eymv7_77 ._ChartWrapper_eymv7_90 ._Chart_eymv7_77{height:100%}._SegmentExplainersModal_eymv7_1 ._Spacer_eymv7_124{flex:1}._SegmentExplainersModal_eymv7_1 ._Navigation_eymv7_127{display:flex;align-items:center;justify-content:flex-end;min-height:4.2rem}._SearchBox_de77i_1{height:2.8rem;border-radius:4px;border-color:#d7daeb}._SearchBox_de77i_1 ._SearchIcon_de77i_6{font-size:1.4rem}._SearchBox_de77i_1 ._SearchInput_de77i_9{line-height:1.4rem;height:4rem;color:#757c94}._RunAnalysisContainer_17dp2_1{display:flex;align-items:center;font-size:1.4rem;line-height:2rem;border:1px solid #3483ff;background-color:#f2f7ff;border-radius:8px;max-width:76rem;padding:2rem;margin:2rem 0;gap:2.4rem}._RunAnalysisContainer_17dp2_1 ._RunAnalysisText_17dp2_14{color:#212121;font-weight:300;font-size:1.6rem;line-height:2rem}._RunAnalysisContainer_17dp2_1 ._RunAnalysisText_17dp2_14 b{font-weight:500}._RCAFigureViewer_1gyyp_1{display:flex;flex:1}._RCAFigureViewer_1gyyp_1._HideSideMenu_1gyyp_5 ._Nav_1gyyp_5{display:none}._RCAFigureViewer_1gyyp_1._HideSideMenu_1gyyp_5 ._Content_1gyyp_8{max-width:100%}._RCAFigureViewer_1gyyp_1 ._Nav_1gyyp_5{position:relative;min-width:24rem;max-width:24rem;margin-right:1.6rem;background-color:#f8f9fc}._RCAFigureViewer_1gyyp_1 ._Nav_1gyyp_5 ._SideMenu_1gyyp_18{position:sticky;top:0;padding:2rem 1.6rem}._RCAFigureViewer_1gyyp_1 ._Content_1gyyp_8{flex:1;position:relative;max-width:calc(100% - 25.6rem);padding-top:2rem;margin-bottom:20rem}._RCAFigureViewer_1gyyp_1 ._Content_1gyyp_8 ._Placeholder_1gyyp_30{content:" ";height:14rem}._RCAFigureViewer_1gyyp_1 ._Content_1gyyp_8 ._RCAHeaderWrapper_1gyyp_34{overflow-x:hidden}._RCAFigureViewer_1gyyp_1 ._Content_1gyyp_8 ._RCAHeaderWrapper_1gyyp_34._Sticky_1gyyp_37{position:sticky;z-index:1000;top:0;box-shadow:0 16px 16px -16px #0003}._RCAFigureViewer_1gyyp_1 ._Content_1gyyp_8 ._Children_1gyyp_43{position:relative;display:flex;flex-direction:column;gap:3.2rem}._RCAFigureViewer_1gyyp_1 ._Content_1gyyp_8 ._Children_1gyyp_43 ._Element_1gyyp_49{position:relative}._RCAFigureViewer_1gyyp_1 ._Content_1gyyp_8 ._Children_1gyyp_43 ._OtherSegments_1gyyp_52{padding:2rem 2.4rem;background-color:#f0f2f7;border-radius:8px}._RCAFigureViewer_1gyyp_1 ._Content_1gyyp_8 ._Children_1gyyp_43 ._Loader_1gyyp_57{position:absolute;top:0;left:0;display:flex;justify-content:center;width:100%;height:100%;background-color:#fff9;z-index:1000}._RCAFigureViewer_1gyyp_1 ._Content_1gyyp_8 ._Children_1gyyp_43 ._Loader_1gyyp_57 ._Indicator_1gyyp_68{position:sticky;margin-top:6rem;top:6rem;display:flex;align-items:center;justify-content:center;background-color:#e7eaf3;height:4rem;border-radius:24px;padding:0 1.2rem;color:#757c94;gap:.8rem;z-index:1}._RCAFigureViewer_1gyyp_1 ._Content_1gyyp_8 ._Children_1gyyp_43 ._MarginBottom_1gyyp_83{margin-bottom:1.2rem}._RCACompositeModal_sll10_1{padding:1.6rem 2.4rem;display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;max-height:100%;height:100%;gap:1.2rem}._RCACompositeModal_sll10_1 ._CloseIcon_sll10_12{position:absolute;top:0;right:0;color:#757c94;padding:1.2rem 1.2rem .8rem .8rem;cursor:pointer}._RCACompositeModal_sll10_1 ._Filters_sll10_20{display:flex;align-items:center;justify-content:space-between;width:100%}._RCACompositeModal_sll10_1 ._Filters_sll10_20 ._SearchInput_sll10_26{width:unset}._RCACompositeModal_sll10_1 ._Header_sll10_29{display:flex;align-items:center;width:100%;justify-content:space-between;padding-right:1.2rem}._RCACompositeModal_sll10_1 ._Header_sll10_29 ._HeaderTitle_sll10_36{font-weight:300;font-size:2rem;line-height:3.2rem;color:#212121}._RCACompositeModal_sll10_1 ._Header_sll10_29 ._HeaderTitle_sll10_36 b{font-weight:600}._RCACompositeModal_sll10_1 ._Header_sll10_29 ._ViewSegmentInfoButton_sll10_45{color:#3483ff;border:none;background-color:transparent;font-weight:400;font-size:1.4rem;line-height:2rem}._RCACompositeModal_sll10_1 ._Header_sll10_29 ._ViewSegmentInfoButton_sll10_45:hover{background-color:transparent}._RCACompositeModal_sll10_1 ._RunAnalysisContainer_sll10_56{display:flex;align-items:center;font-size:1.4rem;line-height:2rem;border:1px solid #3483ff;background-color:#f2f7ff;border-radius:8px;max-width:76rem;padding:2rem;margin:2rem 0;gap:2.4rem}._RCACompositeModal_sll10_1 ._RunAnalysisContainer_sll10_56 ._RunAnalysisText_sll10_69{color:#212121;font-weight:300;font-size:1.6rem;line-height:2rem}._RCACompositeModal_sll10_1 ._RunAnalysisContainer_sll10_56 ._RunAnalysisText_sll10_69 b{font-weight:500}._RCACompositeModal_sll10_1 ._Table_sll10_78{width:100%;overflow-y:scroll;margin-bottom:2rem;flex:1}._RCACompositeModal_sll10_1 ._Table_sll10_78::-webkit-scrollbar{width:6px;height:6px;background:transparent}._RCACompositeModal_sll10_1 ._Table_sll10_78::-webkit-scrollbar-track{border-radius:.5rem}._RCACompositeModal_sll10_1 ._Table_sll10_78::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._RCACompositeModal_sll10_1 ._ChartContainer_sll10_99{width:100%;height:100%;flex:1;display:flex;flex-direction:column;gap:1.2rem}._RCACompositeModal_sll10_1 ._ChartContainer_sll10_99 ._ChartTitle_sll10_107{font-size:1.6rem;line-height:2rem;color:#212121;font-weight:600}._RCACompositeModal_sll10_1 ._ChartContainer_sll10_99 ._ChartWrapper_sll10_113{width:100%;height:100%;padding:1rem;border:1px solid #d7daeb;border-radius:8px}._RCACompositeModal_sll10_1 ._ChartContainer_sll10_99 ._ChartWrapper_sll10_113._HasOptions_sll10_120{padding:1.2rem 1.2rem 2rem}._RCACompositeModal_sll10_1 ._ChartContainer_sll10_99 ._ChartWrapper_sll10_113._HasOptions_sll10_120 ._Chart_sll10_99{height:calc(100% - 3.2rem)}._RCACompositeModal_sll10_1 ._ChartContainer_sll10_99 ._ChartWrapper_sll10_113 ._EmptyState_sll10_126{flex-direction:column;display:flex;align-items:center;justify-content:center;height:100%;color:#757c94;gap:2rem}._RCACompositeModal_sll10_1 ._ChartContainer_sll10_99 ._ChartWrapper_sll10_113 ._EmptyState_sll10_126 ._EmptyStateIcon_sll10_135{font-size:4rem}._RCACompositeModal_sll10_1 ._ChartContainer_sll10_99 ._ChartWrapper_sll10_113 ._Options_sll10_138{display:flex;align-items:center;justify-content:flex-end;height:3.2rem}._RCACompositeModal_sll10_1 ._ChartContainer_sll10_99 ._ChartWrapper_sll10_113 ._Chart_sll10_99{height:100%}._SegmentRow_sll10_148{background-color:#fff!important}._CompositeRow_sll10_152{background-color:#f4f6fa!important}._ReleaseImpactSegmentationViewer_1f8v6_1 ._Filters_1f8v6_1{display:flex;align-items:center;justify-content:space-between;min-width:0;flex:1;margin-bottom:1.2rem}._ReleaseImpactSegmentationViewer_1f8v6_1 ._Filters_1f8v6_1 ._Filter_1f8v6_1{margin-right:1.2rem;min-width:0}._ReleaseImpactSegmentationViewer_1f8v6_1 ._Filters_1f8v6_1 ._Left_1f8v6_13,._ReleaseImpactSegmentationViewer_1f8v6_1 ._Filters_1f8v6_1 ._Right_1f8v6_18{display:flex;align-items:center;overflow:hidden}._ReleaseImpactSegmentationViewer_1f8v6_1 ._List_1f8v6_23{display:flex;flex-direction:column;gap:1.2rem;min-width:0}._ReleaseImpactSegmentationViewer_1f8v6_1 ._List_1f8v6_23 ._SegmentItem_1f8v6_29{display:flex;align-items:center;min-height:2.4rem}._ReleaseImpactSegmentationViewer_1f8v6_1 ._List_1f8v6_23 ._SegmentItem_1f8v6_29 ._Info_1f8v6_34{margin-left:.8rem}._ReleaseImpactSegmentationViewer_1f8v6_1 ._GroupName_1f8v6_37{font-size:1.4rem;font-weight:600;transition:all .25s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ReleaseImpactSegmentationViewer_1f8v6_1 ._GroupName_1f8v6_37:hover{color:#3483ff}._ReleaseImpactSegmentationViewer_1f8v6_1 ._Name_1f8v6_48{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ReleaseImpactSegmentationModal_1wy39_1{padding:2rem 2.4rem;display:flex;flex-direction:column;max-height:100%;height:100%}._ReleaseImpactSegmentationModal_1wy39_1 ._Filters_1wy39_8{display:flex;align-items:center;margin-bottom:1.2rem}._ReleaseImpactSegmentationModal_1wy39_1 ._Table_1wy39_13{width:100%;overflow-y:scroll;margin-bottom:2rem}._ReleaseImpactSegmentationModal_1wy39_1 ._Table_1wy39_13::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ReleaseImpactSegmentationModal_1wy39_1 ._Table_1wy39_13::-webkit-scrollbar-track{border-radius:.5rem}._ReleaseImpactSegmentationModal_1wy39_1 ._Table_1wy39_13::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ReleaseImpactSegmentationModal_1wy39_1 ._Spacer_1wy39_33{flex:1}._ReleaseImpactSegmentationModal_1wy39_1 ._Navigation_1wy39_36{display:flex;align-items:center;justify-content:flex-end;min-height:4.2rem}._ReleaseImpactStepsViewer_trwwd_1{border-radius:8px;border:1px solid #d7daeb;padding-top:.6rem;overflow:hidden}._ReleaseImpactStepsViewer_trwwd_1._Open_trwwd_7 ._StepContent_trwwd_7{max-height:1000px;padding:1.6rem}._ReleaseImpactStepsViewer_trwwd_1 ._Header_trwwd_11{display:flex;align-items:center;padding:0 1.6rem;min-height:4.4rem;margin-bottom:1.2rem}._ReleaseImpactStepsViewer_trwwd_1 ._Header_trwwd_11 ._Actions_trwwd_18{display:flex;align-items:center;gap:.8rem}._ReleaseImpactStepsViewer_trwwd_1 ._Header_trwwd_11 ._Actions_trwwd_18 ._CloseState_trwwd_23{background-color:#f0f2f7;color:#606375}._ReleaseImpactStepsViewer_trwwd_1 ._Header_trwwd_11 ._Actions_trwwd_18 ._Rotate_trwwd_27{transform:rotate(-90deg)}._ReleaseImpactStepsViewer_trwwd_1 ._Header_trwwd_11 ._Title_trwwd_30{flex:1;font-weight:600}._ReleaseImpactStepsViewer_trwwd_1 ._Wizard_trwwd_34{display:flex;align-items:center;min-height:3.2rem;padding:0 1.6rem 1.2rem}._ReleaseImpactStepsViewer_trwwd_1 ._Wizard_trwwd_34 ._Step_trwwd_7 ._StepDescription_trwwd_40{display:flex;align-items:center;gap:.8rem}._ReleaseImpactStepsViewer_trwwd_1 ._Wizard_trwwd_34 ._Step_trwwd_7 ._Chip_trwwd_45{display:flex;align-items:center;min-width:fit-content;font-size:1.2rem;font-weight:600;color:#757c94;background-color:#e7eaf3;height:1.8rem;padding:0 .4rem;border-radius:4px;width:fit-content}._ReleaseImpactStepsViewer_trwwd_1 ._Wizard_trwwd_34 ._ChevronRight_trwwd_58{padding:0 1.6rem;font-size:1.2rem;color:#757c94}._ReleaseImpactStepsViewer_trwwd_1 ._Wizard_trwwd_34 ._ChevronRight_trwwd_58:last-child{display:none}._ReleaseImpactStepsViewer_trwwd_1 ._StepContent_trwwd_7{background:#f8f9fc;max-height:0;overflow:hidden;padding:0 1.6rem;transition:all .25s}._ReleaseImpactStepsViewer_trwwd_1 ._StepContent_trwwd_7 ._MarginBottom_trwwd_73{margin-bottom:1.6rem}._ReleaseImpactStepsViewer_trwwd_1 ._StepContent_trwwd_7 ._MarginBottom_trwwd_73:last-child{margin-bottom:0}._WizardStepper_118b8_1{display:flex;height:3.6rem;font-size:1.2rem;width:fit-content;justify-content:center;align-items:center;box-shadow:0 2px 8px #dadada99;border-radius:26px;padding:0 .8rem;background:#fff}._WizardStepper_118b8_1 ._Divider_118b8_13{min-width:3.6rem;height:2px;background-color:#e5e5f3;margin:0 .8rem;flex:1}._WizardStep_118b8_1{display:flex;justify-content:center;align-items:flex-start;cursor:pointer;font-size:1.4rem}._WizardStep_118b8_1._Disabled_118b8_28{cursor:not-allowed}._WizardStep_118b8_1._Disabled_118b8_28 ._Title_118b8_31 ._Label_118b8_31{color:#898ea8}._WizardStep_118b8_1._Completed_118b8_34 ._Prefix_118b8_34{background-color:#fff;border-color:#3483ff}._WizardStep_118b8_1._Completed_118b8_34 ._Prefix_118b8_34 ._Icon_118b8_38{color:#3483ff}._WizardStep_118b8_1._Completed_118b8_34 ._Title_118b8_31 ._Label_118b8_31{color:#414559}._WizardStep_118b8_1._Active_118b8_44{cursor:pointer}._WizardStep_118b8_1._Active_118b8_44 ._Prefix_118b8_34{background-color:#3483ff;border-color:#3483ff}._WizardStep_118b8_1._Active_118b8_44 ._Title_118b8_31 ._Label_118b8_31{color:#3483ff}._WizardStep_118b8_1:hover:not(._WizardStep_118b8_1._Disabled_118b8_28):not(._WizardStep_118b8_1._Active_118b8_44) ._Prefix_118b8_34{background-color:#fff;color:#3483ff;border-color:#3483ff}._WizardStep_118b8_1:hover:not(._WizardStep_118b8_1._Disabled_118b8_28):not(._WizardStep_118b8_1._Active_118b8_44) ._Title_118b8_31 ._Label_118b8_31{color:#3483ff}._WizardStep_118b8_1 ._Prefix_118b8_34{display:flex;justify-content:center;align-items:center;min-height:2.2rem;min-width:2.2rem;border:2px solid #c3c6d8;background-color:#c3c6d8;color:#fff;border-radius:50%;margin-right:.8rem;overflow:hidden;transition:all .25s;line-height:1}._WizardStep_118b8_1 ._Prefix_118b8_34 ._Icon_118b8_38{color:#fff;font-size:1rem}._WizardStep_118b8_1 ._Title_118b8_31{margin-top:.4rem}._WizardStep_118b8_1 ._Title_118b8_31 ._Description_118b8_84{color:#898ea8;font-size:1.2rem;margin-top:.4rem}._WizardStep_118b8_1 ._Title_118b8_31 ._Label_118b8_31{color:#242424}._RCAOverviewCompareView_whp8e_1{display:flex;height:40rem;border:1px solid #d7daeb;border-radius:8px;position:relative}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8{display:flex;flex-direction:column;overflow:hidden;max-height:100%;height:100%;width:32rem;min-width:32rem;border-right:2px solid #d7daeb}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Search_whp8e_18{display:flex;align-items:center;gap:.8rem;padding:.8rem}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24{overflow-y:auto;flex:1}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24::-webkit-scrollbar{width:6px;height:6px;background:transparent}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24::-webkit-scrollbar-track{border-radius:.5rem}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24 ._Notice_whp8e_43{display:flex;align-items:center;gap:.8rem;padding:.8rem 1.2rem;font-size:1.2rem;color:#898ea8;background-color:#f4f6fa;line-height:1.6rem}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24 ._Notice_whp8e_43 ._InfoIcon_whp8e_53{font-size:1.6rem}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24 ._GroupTitle_whp8e_56{display:flex;align-items:center;padding:2rem 1.2rem .8rem;font-size:1.2rem;text-transform:uppercase;color:#757c94;font-weight:500}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24 ._MetricItemWrapper_whp8e_65{padding:0 1.2rem;transition:all .25s;cursor:pointer}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24 ._MetricItemWrapper_whp8e_65._Selected_whp8e_70{background-color:#e5efff}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24 ._MetricItemWrapper_whp8e_65:last-child ._MetricItem_whp8e_65,._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24 ._MetricItemWrapper_whp8e_65:only-child ._MetricItem_whp8e_65{border-bottom:0}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24 ._MetricItemWrapper_whp8e_65 ._MetricItem_whp8e_65{display:flex;align-items:center;gap:.8rem;border-bottom:1px solid #d7daeb;height:4rem}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24 ._MetricItemWrapper_whp8e_65 ._MetricItem_whp8e_65 ._Name_whp8e_83{flex:1;font-size:1.4rem;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24 ._MetricItemWrapper_whp8e_65 ._MetricItem_whp8e_65 ._Transparent_whp8e_91{background-color:transparent;padding-right:0}._RCAOverviewCompareView_whp8e_1 ._List_whp8e_8 ._Items_whp8e_24 ._EmptyState_whp8e_95{display:flex;align-items:center;justify-content:center;height:100%;color:#757c94;text-align:center;padding:0 1.6rem}._RCAOverviewCompareView_whp8e_1 ._Content_whp8e_104{flex:1;padding:1.2rem;height:100%;display:flex;flex-direction:column}._RCAOverviewCompareView_whp8e_1 ._Content_whp8e_104 ._Title_whp8e_111{display:flex;align-items:center;justify-content:space-between;height:2rem}._RCAOverviewCompareView_whp8e_1 ._Content_whp8e_104 ._Title_whp8e_111 ._MetricName_whp8e_117{font-size:1.4rem;cursor:pointer;transition:all .25s}._RCAOverviewCompareView_whp8e_1 ._Content_whp8e_104 ._Title_whp8e_111 ._MetricName_whp8e_117:hover{color:#3483ff}._RCAOverviewCompareView_whp8e_1 ._Content_whp8e_104 ._ChartWrapper_whp8e_125{flex:1}._KPIOverviewViewer_slfuj_1 ._Actions_slfuj_1{display:flex;align-items:center;margin-bottom:1.2rem}._KPIOverviewViewer_slfuj_1 ._Actions_slfuj_1 ._Left_slfuj_6{flex:1;display:flex;align-items:center;gap:.8rem}._KPIOverviewViewer_slfuj_1 ._Actions_slfuj_1 ._Left_slfuj_6 ._SelectSegment_slfuj_12{max-width:32rem}._KPIOverviewViewer_slfuj_1 ._Content_slfuj_15 ._ChartWrapper_slfuj_15{height:40rem}._LoadingStateViewer_w8rf6_1{display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:#f8f9fd;padding:1.6rem;min-height:10rem;border:1px solid #d7daeb}._LoadingStateViewer_w8rf6_1 ._Container_w8rf6_11{display:flex;align-items:center;color:#757c94;gap:.8rem}._SelectContainer_d94kj_1{width:30rem}._LabelWrapper_5usum_1{display:flex;flex-direction:column}._LabelWrapper_5usum_1._FullWidth_5usum_5{width:100%;overflow:hidden}._LabelWrapper_5usum_1._small_5usum_9 ._Label_5usum_1{font-size:1.2rem;color:#898ea8;font-weight:500;letter-spacing:.2px;height:unset}._LabelWrapper_5usum_1._large_5usum_16 ._Label_5usum_1{font-size:1.6rem}._LabelWrapper_5usum_1 ._Label_5usum_1{font-size:1.4rem;color:#212123;display:flex;align-items:center;min-height:1.8rem}._LabelWrapper_5usum_1 ._Label_5usum_1 ._HoverHelperTip_5usum_26{margin-left:.4rem}._LabelWrapper_5usum_1 ._Label_5usum_1 ._Spacer_5usum_29{flex:1}._LabelWrapper_5usum_1._Error_5usum_32 ._Label_5usum_1,._LabelWrapper_5usum_1._Error_5usum_32 ._HelperText_5usum_35{color:#e74c3c}._LabelWrapper_5usum_1._MutedLabel_5usum_38 ._Label_5usum_1 ._LabelText_5usum_38{color:#898ea8}._LabelWrapper_5usum_1._BoldLabel_5usum_41 ._Label_5usum_1 ._LabelText_5usum_38{size:1.6rem;line-height:2rem;font-weight:700}._LabelWrapper_5usum_1 ._Children_5usum_46{flex:1}._LabelWrapper_5usum_1 ._HelperText_5usum_35{font-size:1.2rem;color:#898ea8;margin-top:.8rem}._RCAPopulationSizeExplainerViewer_qz0xi_1 ._ChartWrapper_qz0xi_1{height:28rem;max-height:28rem;padding:1.2rem}._ToggleOpenButton_ve2pt_1{display:flex;align-items:center;color:#3483ff;transition:all .25s;padding:0 .8rem;height:2.8rem;border-radius:4px;cursor:pointer;gap:.4rem;font-size:1.4rem}._ToggleOpenButton_ve2pt_1:hover{background-color:#e5efffb3}._ToggleOpenButton_ve2pt_1._Open_ve2pt_16 ._Icon_ve2pt_16{transform:rotate(180deg)}._ToggleOpenButton_ve2pt_1 ._Icon_ve2pt_16{transition:all .25s}._ExplainerHeader_11snv_1{display:flex;flex-direction:column;gap:1.2rem}._ExplainerHeader_11snv_1 ._Header_11snv_6{display:flex;gap:2rem;border:1px solid #d7daeb;border-radius:8px;padding:1.6rem}._ExplainerHeader_11snv_1 ._Header_11snv_6._high_11snv_13{background-color:#feaf6733}._ExplainerHeader_11snv_1 ._Header_11snv_6._medium_11snv_16{background-color:#a1e5ed33}._ExplainerHeader_11snv_1 ._Header_11snv_6 ._Main_11snv_19{display:flex;align-items:center;font-size:1.4rem;gap:.4rem;flex-wrap:wrap;flex:1}._ExplainerHeader_11snv_1 ._Header_11snv_6 ._Explainability_11snv_27{display:flex;align-items:center;align-self:center;font-size:1.4rem;gap:.8rem;height:2rem}._ExplainerHeader_11snv_1 ._Header_11snv_6 ._Explainability_11snv_27 ._Label_11snv_35{font-weight:600}._ExplainerHeader_11snv_1 ._Header_11snv_6 ._Actions_11snv_38{align-self:center}._RCAExperimentExplainerViewer_d6qem_1 ._Table_d6qem_1{position:relative;display:flex;flex-direction:column;background-color:#f8f9fd;border-radius:8px;border:1px solid #d7daeb}._RCAExperimentExplainerViewer_d6qem_1 ._Table_d6qem_1 ._HeaderWrapper_d6qem_9{display:flex;align-items:center;background-color:#f0f2f7;padding:.6rem 0;border-top-left-radius:8px;border-top-right-radius:8px;min-height:3.2rem;width:100%}._RCAExperimentExplainerViewer_d6qem_1 ._Table_d6qem_1 ._HeaderWrapper_d6qem_9 ._Headers_d6qem_19{display:grid;width:100%;grid-template-columns:40rem 12rem 1fr 14rem;gap:.8rem;margin:0 1.6rem}._RCAExperimentExplainerViewer_d6qem_1 ._Table_d6qem_1 ._HeaderWrapper_d6qem_9 ._Headers_d6qem_19 ._Title_d6qem_26{display:flex;align-items:center;color:#535569;font-weight:600;text-transform:uppercase;height:2rem;font-size:1.2rem}._RCAExperimentExplainerViewer_d6qem_1 ._Table_d6qem_1 ._TableBody_d6qem_35{display:flex;flex-direction:column;gap:.8rem;padding:.8rem 0 .8rem .8rem}._RCAExperimentExplainerViewer_d6qem_1 ._Table_d6qem_1 ._TableBody_d6qem_35 ._Item_d6qem_41{margin-right:.8rem}._ExperimentExplainerItem_1dfky_1{position:relative;display:flex;justify-content:center;flex-direction:column;border-radius:4px;border:1px solid #d7daeb;font-size:1.4rem;background:#fff;transition:all .25s;overflow:hidden}._ExperimentExplainerItem_1dfky_1._NotSignificant_1dfky_13{color:#757c94}._ExperimentExplainerItem_1dfky_1._Expanded_1dfky_16{border-color:#3483ff}._ExperimentExplainerItem_1dfky_1 ._Row_1dfky_19{position:relative;display:grid;width:100%;grid-template-columns:40rem 12rem 1fr 14rem;padding:.8rem;gap:.8rem;font-size:1.4rem;min-height:5.6rem}._ExperimentExplainerItem_1dfky_1 ._Row_1dfky_19 ._AnalysisTypeName_1dfky_29{position:absolute;top:.6rem;left:.8rem;font-size:1.2rem}._ExperimentExplainerItem_1dfky_1 ._Row_1dfky_19 ._Cell_1dfky_35{display:flex;align-items:center;max-width:100%;overflow:hidden}._ExperimentExplainerItem_1dfky_1 ._Row_1dfky_19 ._Cell_1dfky_35._Name_1dfky_41{padding-right:.8rem}._ExperimentExplainerItem_1dfky_1 ._Row_1dfky_19 ._Cell_1dfky_35._Name_1dfky_41 ._ExperimentName_1dfky_44{display:flex;align-items:center;gap:.4rem;cursor:pointer;transition:all .25s;font-weight:600;overflow:hidden}._ExperimentExplainerItem_1dfky_1 ._Row_1dfky_19 ._Cell_1dfky_35._Name_1dfky_41 ._ExperimentName_1dfky_44 ._ExperimentNameText_1dfky_53{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ExperimentExplainerItem_1dfky_1 ._Row_1dfky_19 ._Cell_1dfky_35._Name_1dfky_41 ._ExperimentName_1dfky_44:hover{color:#3483ff}._ExperimentExplainerItem_1dfky_1 ._Row_1dfky_19 ._Cell_1dfky_35._ActionsCell_1dfky_61{justify-content:flex-end}._ExperimentExplainerItem_1dfky_1 ._Row_1dfky_19 ._Cell_1dfky_35._ActionsCell_1dfky_61 ._ButtonViewVariants_1dfky_64{display:flex;align-items:center;color:#3483ff;transition:all .25s;padding:0 .8rem;height:2.8rem;border-radius:4px;cursor:pointer;gap:.4rem}._ExperimentExplainerItem_1dfky_1 ._Row_1dfky_19 ._Cell_1dfky_35._ActionsCell_1dfky_61 ._ButtonViewVariants_1dfky_64:hover{background-color:#e5efffb3}._ExperimentExplainerItem_1dfky_1 ._Row_1dfky_19 ._Cell_1dfky_35._Description_1dfky_78{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}._ExperimentExplainerItem_1dfky_1 ._Row_1dfky_19 ._Cell_1dfky_35._Description_1dfky_78 ._Text_1dfky_84{word-break:keep-all;white-space:nowrap}._ExperimentExplainerItem_1dfky_1 ._VariantsTableWrapper_1dfky_88{overflow:hidden;max-height:0;transition:all .25s}._ExperimentExplainerItem_1dfky_1 ._VariantsTableWrapper_1dfky_88._Open_1dfky_93{max-height:1000px}._ExperimentVariantsTable_yjx26_1 ._HeadersWrapper_yjx26_1{background-color:#e5efff;height:3.2rem;display:flex;align-items:center;width:100%;padding:0 .8rem}._ExperimentVariantsTable_yjx26_1 ._HeadersWrapper_yjx26_1 ._Headers_yjx26_1{display:grid;grid-template-columns:40rem 12rem 1fr 1fr 1fr;width:100%;gap:.8rem}._ExperimentVariantsTable_yjx26_1 ._HeadersWrapper_yjx26_1 ._Headers_yjx26_1 ._Title_yjx26_15{font-size:1.2rem;text-transform:uppercase;font-weight:600}._ExperimentVariantsTable_yjx26_1 ._HeadersWrapper_yjx26_1 ._Headers_yjx26_1 ._Title_yjx26_15 ._SwitchColumn_yjx26_20{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;cursor:pointer;opacity:.6;transition:opacity .2s}._ExperimentVariantsTable_yjx26_1 ._HeadersWrapper_yjx26_1 ._Headers_yjx26_1 ._Title_yjx26_15 ._SwitchColumn_yjx26_20:hover{opacity:1}._ExperimentVariantsTable_yjx26_1 ._HeadersWrapper_yjx26_1 ._Headers_yjx26_1 ._Title_yjx26_15 ._SwitchColumn_yjx26_20 svg{width:14px;height:14px}._ExperimentVariantsTable_yjx26_1 ._Body_yjx26_36{padding:0 .8rem}._ExperimentVariantsTable_yjx26_1 ._Body_yjx26_36 ._Row_yjx26_39{display:grid;grid-template-columns:40rem 12rem 1fr 1fr 1fr;gap:.8rem;height:4.4rem}._ExperimentVariantsTable_yjx26_1 ._Body_yjx26_36 ._Row_yjx26_39 ._Cell_yjx26_45{display:flex;align-items:center;max-width:100%}._ExperimentVariantsTable_yjx26_1 ._Body_yjx26_36 ._Row_yjx26_39 ._Cell_yjx26_45 ._VariantNameWrapper_yjx26_50{display:flex;align-items:center;border-radius:4px;height:2.2rem;padding:0 .4rem;overflow:hidden}._ExperimentVariantsTable_yjx26_1 ._Body_yjx26_36 ._Row_yjx26_39 ._Cell_yjx26_45 ._VariantNameWrapper_yjx26_50 ._VariantName_yjx26_50{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ExperimentVariantsTable_yjx26_1 ._Body_yjx26_36 ._Row_yjx26_39 ._Cell_yjx26_45 ._Control_yjx26_63{font-size:1.2rem;font-style:italic;color:#606375}._RemoteFigureResolver_1vmmx_1{position:relative;display:flex;align-items:center;justify-content:center;height:6rem;border-radius:8px}._Container_jhoh8_1{border:1px solid #d7dae9;border-radius:8px;padding:1.6rem;position:relative;overflow:hidden;transition:all .25s ease-in-out}._Container_jhoh8_1._IsOpen_jhoh8_9 ._Content_jhoh8_9{max-height:1000px}._Container_jhoh8_1 ._Header_jhoh8_12{display:flex;justify-content:space-between;align-items:center}._Container_jhoh8_1 ._Header_jhoh8_12 ._Title_jhoh8_17{font-size:1.6rem;font-weight:600;line-height:2.4rem;color:#212121}._Container_jhoh8_1 ._Header_jhoh8_12 ._ToggleButton_jhoh8_23{position:relative;transition:all .25s ease-in-out}._Container_jhoh8_1 ._Header_jhoh8_12 ._ToggleButton_jhoh8_23._IsOpen_jhoh8_9{background-color:#f0f2f7;color:#414559}._Container_jhoh8_1 ._Content_jhoh8_9{max-height:0;overflow:hidden;transition:all .25s}._Description_18al2_1{margin-top:1rem;font-size:1.4rem;font-weight:400;line-height:2rem;color:#757c94}._Table_18al2_9{margin-top:2rem}._Table_18al2_9 ._Segment_18al2_12{display:flex;gap:.4rem;font-size:1.4rem;font-weight:700;line-height:2.4rem;color:#212121;align-items:center}._Table_18al2_9 ._Segment_18al2_12 ._InfoIcon_18al2_21{color:#757c94}._Table_18al2_9 ._ReleaseImpactValue_18al2_24{display:flex;gap:.4rem}._Table_18al2_9 ._ReleaseImpactValue_18al2_24 ._Secondary_18al2_28{color:#757c94;font-size:1.2rem;font-weight:400}._Table_18al2_9 ._InsignificantChip_18al2_33{display:flex;align-items:center;justify-content:center;font-size:1.2rem;text-transform:uppercase;border-radius:4px;padding:0 .6rem;height:2rem;font-weight:600;background-color:#e7eaf3;color:#757c94}._SegmentTooltip_18al2_47{white-space:pre-wrap}._AttributeRenderer_xz4ec_1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._AttributeRenderer_xz4ec_1._Bold_xz4ec_6{font-weight:600}._NoEventProperties_xz4ec_10{cursor:default!important}._SegmentExplainersModal_18vvn_1{padding:2rem 2.4rem;display:flex;flex-direction:column;gap:2rem;max-height:100%;height:100%}._SegmentExplainersModal_18vvn_1 ._TitleWrapper_18vvn_9{display:flex;align-items:center;gap:.4rem;font-size:1.8rem}._SegmentExplainersModal_18vvn_1 ._TitleWrapper_18vvn_9 ._Title_18vvn_9{font-weight:600}._SegmentExplainersModal_18vvn_1 ._TitleWrapper_18vvn_9 ._Select_18vvn_18{font-size:1.8rem;font-weight:600}._SegmentExplainersModal_18vvn_1 ._Table_18vvn_22{width:100%;overflow-y:scroll;margin-bottom:2rem}._SegmentExplainersModal_18vvn_1 ._Table_18vvn_22::-webkit-scrollbar{width:6px;height:6px;background:transparent}._SegmentExplainersModal_18vvn_1 ._Table_18vvn_22::-webkit-scrollbar-track{border-radius:.5rem}._SegmentExplainersModal_18vvn_1 ._Table_18vvn_22::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._RCASeasonalityExplainerViewer_19s87_1 ._TrendChip_19s87_1{margin:0 .4rem;display:inline-flex;vertical-align:middle}._RCASeasonalityExplainerViewer_19s87_1 ._ChartWrapper_19s87_6{height:28rem;max-height:28rem;padding:1.2rem}._EditorWrapper_6p3r2_1{width:50vw;height:50vh;overflow:hidden}._NoteInput_6p3r2_7{height:15rem;width:32rem;border:0;outline:0;color:#242424;border-radius:4px;padding:.4rem .8rem}._NoteInput_6p3r2_7::placeholder{color:#aaa}._ViewerOptions_6p3r2_20{display:flex;align-items:center}._ViewerOptions_6p3r2_20 ._Options_6p3r2_24{height:3.2rem;display:flex;align-items:center;padding:0 .8rem;font-size:1.4rem;border-radius:4px;margin-bottom:.8rem;color:#fff;transition:all .25s;background-color:#3483ff}._ViewerOptions_6p3r2_20 ._Options_6p3r2_24:hover{opacity:1}._ViewerOptions_6p3r2_20 ._Options_6p3r2_24 ._Label_6p3r2_39{margin-right:12px}._ViewerOptions_6p3r2_20 ._Options_6p3r2_24 ._Option_6p3r2_24{display:flex;align-items:center;cursor:pointer;margin-right:1.2rem}._ViewerOptions_6p3r2_20 ._Options_6p3r2_24 ._Option_6p3r2_24._Active_6p3r2_48 ._Icon_6p3r2_48{color:#ff0}._ViewerOptions_6p3r2_20 ._Options_6p3r2_24 ._Option_6p3r2_24 ._Status_6p3r2_51{margin-left:.8rem;max-width:10rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ViewerOptions_6p3r2_20 ._Options_6p3r2_24 ._Option_6p3r2_24 ._Icon_6p3r2_48{font-size:2rem}._ViewerOptions_6p3r2_20 ._Options_6p3r2_24 ._Option_6p3r2_24:last-child,._ViewerOptions_6p3r2_20 ._Options_6p3r2_24 ._Option_6p3r2_24:only-child{margin-right:0}._Comment_x4p5c_1{position:relative;min-height:2.8rem}._Comment_x4p5c_1 ._CommentModal_x4p5c_5{display:flex;align-items:center;max-width:20rem;width:fit-content;height:fit-content;color:#3483ff;border-radius:4px;padding:2px 4px;transition:all .25s}._Comment_x4p5c_1 ._CommentModal_x4p5c_5._Open_x4p5c_16{position:absolute;align-items:unset;background-color:#fff;border:1px solid #3483ff;box-shadow:0 2px 8px #00000026;z-index:10;max-width:30rem}._Comment_x4p5c_1 ._CommentModal_x4p5c_5._Open_x4p5c_16 ._CommentPreview_x4p5c_25{overflow:unset;text-overflow:unset;white-space:pre-wrap}._Comment_x4p5c_1 ._CommentModal_x4p5c_5._Open_x4p5c_16:hover{background-color:#fff}._Comment_x4p5c_1 ._CommentModal_x4p5c_5:hover{background-color:#3483ff33}._Comment_x4p5c_1 ._CommentModal_x4p5c_5 ._IconWrapper_x4p5c_36{display:flex;justify-content:center;align-items:center;margin-right:8px}._Comment_x4p5c_1 ._CommentModal_x4p5c_5 ._IconWrapper_x4p5c_36 ._Icon_x4p5c_36{font-size:2rem}._Comment_x4p5c_1 ._CommentModal_x4p5c_5 ._CommentPreview_x4p5c_25{font-size:1.2rem;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.jsoneditor input,.jsoneditor input:not([type]),.jsoneditor input[type=text],.jsoneditor input[type=search],.jsoneditor-modal input,.jsoneditor-modal input:not([type]),.jsoneditor-modal input[type=text],.jsoneditor-modal input[type=search]{height:auto;border:inherit;box-shadow:none;font-size:inherit;box-sizing:inherit;padding:inherit;font-family:inherit;transition:none;line-height:inherit}.jsoneditor input:focus,.jsoneditor input:not([type]):focus,.jsoneditor input[type=text]:focus,.jsoneditor input[type=search]:focus,.jsoneditor-modal input:focus,.jsoneditor-modal input:not([type]):focus,.jsoneditor-modal input[type=text]:focus,.jsoneditor-modal input[type=search]:focus{border:inherit;box-shadow:inherit}.jsoneditor textarea,.jsoneditor-modal textarea{height:inherit}.jsoneditor select,.jsoneditor-modal select{display:inherit;height:inherit}.jsoneditor label,.jsoneditor-modal label{font-size:inherit;font-weight:inherit;color:inherit}.jsoneditor table,.jsoneditor-modal table{border-collapse:collapse;width:auto}.jsoneditor td,.jsoneditor th,.jsoneditor-modal td,.jsoneditor-modal th{padding:0;display:table-cell;text-align:left;vertical-align:inherit;border-radius:inherit}.jsoneditor .autocomplete.dropdown{position:absolute;background:#fff;box-shadow:2px 2px 12px #8080804d;border:1px solid #d3d3d3;overflow-x:hidden;overflow-y:auto;cursor:default;margin:0;padding:5px;text-align:left;outline:0;font-family:dejavu sans mono,droid sans mono,consolas,monaco,lucida console,courier new,courier,monospace,sans-serif;font-size:10pt}.jsoneditor .autocomplete.dropdown .item{color:#333}.jsoneditor .autocomplete.dropdown .item.hover{background-color:#ddd}.jsoneditor .autocomplete.hint{color:#aaa;top:4px;left:4px}.jsoneditor-contextmenu-root{position:relative;width:0;height:0}.jsoneditor-contextmenu{position:absolute;box-sizing:content-box;z-index:2}.jsoneditor-contextmenu .jsoneditor-menu{position:relative;left:0;top:0;width:128px;height:auto;background:#fff;border:1px solid #d3d3d3;box-shadow:2px 2px 12px #8080804d;list-style:none;margin:0;padding:0}.jsoneditor-contextmenu .jsoneditor-menu button{position:relative;padding:0 8px 0 0;margin:0;width:128px;height:auto;border:none;cursor:pointer;color:#4d4d4d;background:transparent;font-size:10pt;font-family:arial,sans-serif;box-sizing:border-box;text-align:left}.jsoneditor-contextmenu .jsoneditor-menu button::-moz-focus-inner{padding:0;border:0}.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-default{width:96px}.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-expand{float:right;width:32px;height:24px;border-left:1px solid #e5e5e5}.jsoneditor-contextmenu .jsoneditor-menu li{overflow:hidden}.jsoneditor-contextmenu .jsoneditor-menu li ul{display:none;position:relative;left:-10px;top:0;border:none;box-shadow:inset 0 0 10px #80808080;padding:0 10px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.jsoneditor-contextmenu .jsoneditor-menu li ul .jsoneditor-icon{margin-left:24px}.jsoneditor-contextmenu .jsoneditor-menu li ul li button{padding-left:24px;animation:all ease-in-out 1s}.jsoneditor-contextmenu .jsoneditor-menu li button .jsoneditor-expand{position:absolute;top:0;right:0;width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/jsoneditor-icons-CIlYC0TY.svg) 0 -72px}.jsoneditor-contextmenu .jsoneditor-icon{position:absolute;top:0;left:0;width:24px;height:24px;border:none;padding:0;margin:0;background-image:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/jsoneditor-icons-CIlYC0TY.svg)}.jsoneditor-contextmenu .jsoneditor-text{padding:4px 0 4px 24px;word-wrap:break-word}.jsoneditor-contextmenu .jsoneditor-text.jsoneditor-right-margin{padding-right:24px}.jsoneditor-contextmenu .jsoneditor-separator{height:0;border-top:1px solid #e5e5e5;padding-top:5px;margin-top:5px}.jsoneditor-contextmenu button.jsoneditor-remove .jsoneditor-icon{background-position:-24px 0}.jsoneditor-contextmenu button.jsoneditor-append .jsoneditor-icon,.jsoneditor-contextmenu button.jsoneditor-insert .jsoneditor-icon{background-position:0 0}.jsoneditor-contextmenu button.jsoneditor-duplicate .jsoneditor-icon{background-position:-48px 0}.jsoneditor-contextmenu button.jsoneditor-sort-asc .jsoneditor-icon{background-position:-168px 0}.jsoneditor-contextmenu button.jsoneditor-sort-desc .jsoneditor-icon{background-position:-192px 0}.jsoneditor-contextmenu button.jsoneditor-transform .jsoneditor-icon{background-position:-216px 0}.jsoneditor-contextmenu button.jsoneditor-extract .jsoneditor-icon{background-position:0 -24px}.jsoneditor-contextmenu button.jsoneditor-type-string .jsoneditor-icon{background-position:-144px 0}.jsoneditor-contextmenu button.jsoneditor-type-auto .jsoneditor-icon{background-position:-120px 0}.jsoneditor-contextmenu button.jsoneditor-type-object .jsoneditor-icon{background-position:-72px 0}.jsoneditor-contextmenu button.jsoneditor-type-array .jsoneditor-icon{background-position:-96px 0}.jsoneditor-contextmenu button.jsoneditor-type-modes .jsoneditor-icon{background-image:none;width:6px}.jsoneditor-contextmenu ul,.jsoneditor-contextmenu li{box-sizing:content-box;position:relative}.jsoneditor-contextmenu .jsoneditor-menu button:hover,.jsoneditor-contextmenu .jsoneditor-menu button:focus{color:#1a1a1a;background-color:#f5f5f5;outline:none}.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected,.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:hover,.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:focus{color:#fff;background-color:#ee422e}.jsoneditor-contextmenu .jsoneditor-menu li ul li button:hover,.jsoneditor-contextmenu .jsoneditor-menu li ul li button:focus{background-color:#f5f5f5}.jsoneditor-modal{max-width:95%;border-radius:2px!important;padding:45px 15px 15px!important;box-shadow:2px 2px 12px #8080804d;color:#4d4d4d;line-height:1.3em}.jsoneditor-modal.jsoneditor-modal-transform{width:600px!important}.jsoneditor-modal .pico-modal-header{position:absolute;box-sizing:border-box;top:0;left:0;width:100%;padding:0 10px;height:30px;line-height:30px;font-family:arial,sans-serif;font-size:11pt;background:#3883fa;color:#fff}.jsoneditor-modal table{width:100%}.jsoneditor-modal table td{padding:3px 0}.jsoneditor-modal table td.jsoneditor-modal-input{text-align:right;padding-right:0;white-space:nowrap}.jsoneditor-modal table td.jsoneditor-modal-actions{padding-top:15px}.jsoneditor-modal table th{vertical-align:middle}.jsoneditor-modal p:first-child{margin-top:0}.jsoneditor-modal a{color:#3883fa}.jsoneditor-modal .jsoneditor-jmespath-block{margin-bottom:10px}.jsoneditor-modal .pico-close{background:none!important;font-size:24px!important;top:7px!important;right:7px!important;color:#fff}.jsoneditor-modal input{padding:4px}.jsoneditor-modal input[type=text]{cursor:inherit}.jsoneditor-modal input[disabled]{background:#d3d3d3;color:gray}.jsoneditor-modal .jsoneditor-select-wrapper{position:relative;display:inline-block}.jsoneditor-modal .jsoneditor-select-wrapper:after{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #666;position:absolute;right:8px;top:14px;pointer-events:none}.jsoneditor-modal select{padding:3px 24px 3px 10px;min-width:180px;max-width:350px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:0;text-overflow:"";font-size:10pt;line-height:1.5em}.jsoneditor-modal select::-ms-expand{display:none}.jsoneditor-modal .jsoneditor-button-group input{padding:4px 10px;margin:0;border-radius:0;border-left-style:none}.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left-style:solid}.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last{border-top-right-radius:3px;border-bottom-right-radius:3px}.jsoneditor-modal .jsoneditor-transform-preview{background:#f5f5f5;height:200px}.jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error{color:#ee422e}.jsoneditor-modal .jsoneditor-jmespath-wizard{line-height:1.2em;width:100%;padding:0;border-radius:3px}.jsoneditor-modal .jsoneditor-jmespath-label{font-weight:700;color:#1e90ff;margin-top:20px;margin-bottom:5px}.jsoneditor-modal .jsoneditor-jmespath-wizard-table{width:100%;border-collapse:collapse}.jsoneditor-modal .jsoneditor-jmespath-wizard-label{font-style:italic;margin:4px 0 2px}.jsoneditor-modal .jsoneditor-inline{position:relative;display:inline-block;width:100%;padding-top:2px;padding-bottom:2px}.jsoneditor-modal .jsoneditor-inline:not(:last-child){padding-right:2px}.jsoneditor-modal .jsoneditor-jmespath-filter{display:flex;flex-wrap:wrap}.jsoneditor-modal .jsoneditor-jmespath-filter-field{width:180px}.jsoneditor-modal .jsoneditor-jmespath-filter-relation{width:100px}.jsoneditor-modal .jsoneditor-jmespath-filter-value{min-width:180px;flex:1}.jsoneditor-modal .jsoneditor-jmespath-sort-field{width:170px}.jsoneditor-modal .jsoneditor-jmespath-sort-order{width:150px}.jsoneditor-modal .jsoneditor-jmespath-select-fields{width:100%}.jsoneditor-modal .selectr-selected{border-color:#d3d3d3;padding:4px 28px 4px 8px}.jsoneditor-modal .selectr-selected .selectr-tag{background-color:#3883fa;border-radius:5px}.jsoneditor-modal table th,.jsoneditor-modal table td{text-align:left;vertical-align:middle;font-weight:400;color:#4d4d4d;border-spacing:0;border-collapse:collapse}.jsoneditor-modal select,.jsoneditor-modal textarea,.jsoneditor-modal input,.jsoneditor-modal input[type=text],.jsoneditor-modal input[type=text]:focus,.jsoneditor-modal #query{background:#fff;border:1px solid #d3d3d3;color:#4d4d4d;border-radius:3px;padding:4px}.jsoneditor-modal,.jsoneditor-modal table td,.jsoneditor-modal table th,.jsoneditor-modal select,.jsoneditor-modal option,.jsoneditor-modal textarea,.jsoneditor-modal input,.jsoneditor-modal input[type=text],.jsoneditor-modal #query{font-size:10.5pt;font-family:arial,sans-serif}.jsoneditor-modal #query,.jsoneditor-modal .jsoneditor-transform-preview{font-family:dejavu sans mono,droid sans mono,consolas,monaco,lucida console,courier new,courier,monospace,sans-serif;font-size:10pt;width:100%;box-sizing:border-box}.jsoneditor-modal input[type=button],.jsoneditor-modal input[type=submit]{background:#f5f5f5;padding:4px 20px}.jsoneditor-modal select,.jsoneditor-modal input{cursor:pointer}.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc{background:#3883fa;border-color:#3883fa;color:#fff}.jsoneditor{color:#1a1a1a;border:thin solid #3883fa;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;position:relative;padding:0;line-height:100%}div.jsoneditor-field,div.jsoneditor-value,div.jsoneditor-readonly,div.jsoneditor-default{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-value.jsoneditor-empty:after{content:"value"}div.jsoneditor-value.jsoneditor-string{color:#006000}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ed0}div.jsoneditor-value.jsoneditor-color-value,div.jsoneditor-value.jsoneditor-invalid{color:#1a1a1a}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty:after{content:"field"}div.jsoneditor td{vertical-align:top}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor td.jsoneditor-tree{vertical-align:top}div.jsoneditor.busy pre.jsoneditor-preview{background:#f5f5f5;color:gray}div.jsoneditor.busy div.jsoneditor-busy{display:inherit}div.jsoneditor code.jsoneditor-preview{background:none}div.jsoneditor.jsoneditor-mode-preview pre.jsoneditor-preview{width:100%;height:100%;box-sizing:border-box;overflow:auto;padding:2px;margin:0;white-space:pre-wrap;word-break:break-all}div.jsoneditor-default{color:gray;padding-left:10px}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto}div.jsoneditor-tree button.jsoneditor-button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:transparent url(https://storage.googleapis.com/loops-testing-app-cdn/assets/jsoneditor-icons-CIlYC0TY.svg)}div.jsoneditor-tree button.jsoneditor-button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu-button{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:none}div.jsoneditor-tree button.jsoneditor-dragarea{background:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/jsoneditor-icons-CIlYC0TY.svg) -72px -72px;cursor:move}div.jsoneditor-tree *:focus{outline:none}div.jsoneditor-tree div.jsoneditor-show-more{display:inline-block;padding:3px 4px;margin:2px 0;background-color:#e5e5e5;border-radius:3px;color:gray;font-family:arial,sans-serif;font-size:10pt}div.jsoneditor-tree div.jsoneditor-show-more a{display:inline-block;color:gray}div.jsoneditor-tree div.jsoneditor-color{display:inline-block;width:12px;height:12px;margin:4px;border:1px solid #808080;cursor:pointer}div.jsoneditor-tree div.jsoneditor-date{background:#a1a1a1;color:#fff;font-family:arial,sans-serif;border-radius:3px;display:inline-block;padding:3px;margin:0 3px}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%}div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/jsoneditor-icons-CIlYC0TY.svg) -168px -48px}div.jsoneditor-outer{position:static;width:100%;height:100%;margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}div.jsoneditor-outer.has-nav-bar{margin-top:-26px;padding-top:26px}div.jsoneditor-outer.has-nav-bar.has-main-menu-bar{margin-top:-61px;padding-top:61px}div.jsoneditor-outer.has-status-bar{margin-bottom:-26px;padding-bottom:26px}div.jsoneditor-outer.has-main-menu-bar{margin-top:-35px;padding-top:35px}div.jsoneditor-busy{position:absolute;top:15%;left:0;box-sizing:border-box;width:100%;text-align:center;display:none}div.jsoneditor-busy span{background-color:#ffffab;border:1px solid #ffee00;border-radius:3px;padding:5px 15px;box-shadow:0 0 5px #0006}div.jsoneditor-field.jsoneditor-empty:after,div.jsoneditor-value.jsoneditor-empty:after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-value.jsoneditor-url,a.jsoneditor-value.jsoneditor-url{color:#006000;text-decoration:underline}a.jsoneditor-value.jsoneditor-url{display:inline-block;padding:2px;margin:2px}a.jsoneditor-value.jsoneditor-url:hover,a.jsoneditor-value.jsoneditor-url:focus{color:#ee422e}div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover,div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-value.jsoneditor-highlight{background-color:#ffffab;border:1px solid #ffee00;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-object,div.jsoneditor-value.jsoneditor-array{min-width:16px}div.jsoneditor-tree button.jsoneditor-contextmenu-button:hover,div.jsoneditor-tree button.jsoneditor-contextmenu-button:focus,div.jsoneditor-tree button.jsoneditor-contextmenu-button.jsoneditor-selected,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button{background-position:-48px -48px}div.jsoneditor-tree div.jsoneditor-show-more a:hover,div.jsoneditor-tree div.jsoneditor-show-more a:focus{color:#ee422e}textarea.jsoneditor-text,.ace-jsoneditor{min-height:150px}textarea.jsoneditor-text *,.ace-jsoneditor *{font-family:dejavu sans mono,droid sans mono,consolas,monaco,lucida console,courier new,courier,monospace,sans-serif}textarea.jsoneditor-text{width:100%;height:100%;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#d3d3d3}tr.jsoneditor-selected button.jsoneditor-dragarea,tr.jsoneditor-selected button.jsoneditor-contextmenu-button{visibility:hidden}tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button{visibility:visible}div.jsoneditor-tree button.jsoneditor-dragarea:hover,div.jsoneditor-tree button.jsoneditor-dragarea:focus,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}div.jsoneditor tr,div.jsoneditor th,div.jsoneditor td{padding:0;margin:0}div.jsoneditor-field,div.jsoneditor-value,div.jsoneditor td,div.jsoneditor th,div.jsoneditor textarea,pre.jsoneditor-preview,.jsoneditor-schema-error,.jsoneditor-popover{font-family:dejavu sans mono,droid sans mono,consolas,monaco,lucida console,courier new,courier,monospace,sans-serif;font-size:10pt;color:#1a1a1a}.jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}.jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px #0006;color:#fff;padding:7px 10px;position:absolute;cursor:auto;width:200px}.jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}.jsoneditor-popover.jsoneditor-above:before{border-top:7px solid #4c4c4c;bottom:-7px}.jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}.jsoneditor-popover.jsoneditor-below:before{border-bottom:7px solid #4c4c4c;top:-7px}.jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}.jsoneditor-popover.jsoneditor-left:before{border-left:7px solid #4c4c4c;border-top:7px solid transparent;border-bottom:7px solid transparent;content:"";top:19px;right:-14px;left:inherit;margin-left:inherit;margin-top:-7px;position:absolute}.jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}.jsoneditor-popover.jsoneditor-right:before{border-right:7px solid #4c4c4c;border-top:7px solid transparent;border-bottom:7px solid transparent;content:"";top:19px;left:-14px;margin-left:inherit;margin-top:-7px;position:absolute}.jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:"";display:block;left:50%;margin-left:-7px;position:absolute}.jsoneditor-text-errors tr.jump-to-line:hover{text-decoration:underline;cursor:pointer}.jsoneditor-schema-error:hover .jsoneditor-popover,.jsoneditor-schema-error:focus .jsoneditor-popover{display:block;animation:fade-in .3s linear 1,move-up .3s linear 1}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.jsoneditor .jsoneditor-validation-errors-container{max-height:130px;overflow-y:auto}.jsoneditor .jsoneditor-validation-errors{width:100%;overflow:hidden}.jsoneditor .jsoneditor-additional-errors{position:absolute;margin:auto;bottom:31px;left:calc(50% - 92px);color:gray;background-color:#ebebeb;padding:7px 15px;border-radius:8px}.jsoneditor .jsoneditor-additional-errors.visible{visibility:visible;opacity:1;transition:opacity 2s linear}.jsoneditor .jsoneditor-additional-errors.hidden{visibility:hidden;opacity:0;transition:visibility 0s 2s,opacity 2s linear}.jsoneditor .jsoneditor-text-errors{width:100%;border-collapse:collapse;border-top:1px solid #ffc700}.jsoneditor .jsoneditor-text-errors td{padding:3px 6px;vertical-align:middle}.jsoneditor .jsoneditor-text-errors td pre{margin:0;white-space:normal}.jsoneditor .jsoneditor-text-errors tr{background-color:#ffffab}.jsoneditor .jsoneditor-text-errors tr.parse-error{background-color:#ee2e2e70}.jsoneditor-text-errors .jsoneditor-schema-error{border:none;width:24px;height:24px;padding:0;margin:0 4px 0 0;cursor:pointer}.jsoneditor-text-errors tr .jsoneditor-schema-error{background:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/jsoneditor-icons-CIlYC0TY.svg) -168px -48px}.jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error{background:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/jsoneditor-icons-CIlYC0TY.svg) -25px 0px}.jsoneditor-anchor{cursor:pointer}.jsoneditor-anchor .picker_wrapper.popup.popup_bottom{top:28px;left:-10px}.fadein{-webkit-animation:fadein .3s;animation:fadein .3s;-moz-animation:fadein .3s;-o-animation:fadein .3s}@keyframes fadein{0%{opacity:0}to{opacity:1}}.jsoneditor-modal input[type=search].selectr-input{border:1px solid #d3d3d3;width:calc(100% - 4px);margin:2px;padding:4px;box-sizing:border-box}.jsoneditor-modal button.selectr-input-clear{right:8px}.jsoneditor-menu{width:100%;height:35px;padding:2px;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;background-color:#3883fa;border-bottom:1px solid #3883fa}.jsoneditor-menu>button,.jsoneditor-menu>.jsoneditor-modes>button{width:26px;height:26px;margin:2px;padding:0;border-radius:2px;border:1px solid transparent;background:transparent url(https://storage.googleapis.com/loops-testing-app-cdn/assets/jsoneditor-icons-CIlYC0TY.svg);color:#fff;opacity:.8;font-family:arial,sans-serif;font-size:10pt;float:left}.jsoneditor-menu>button:hover,.jsoneditor-menu>.jsoneditor-modes>button:hover{background-color:#fff3;border:1px solid rgba(255,255,255,.4)}.jsoneditor-menu>button:focus,.jsoneditor-menu>button:active,.jsoneditor-menu>.jsoneditor-modes>button:focus,.jsoneditor-menu>.jsoneditor-modes>button:active{background-color:#ffffff4d}.jsoneditor-menu>button:disabled,.jsoneditor-menu>.jsoneditor-modes>button:disabled{opacity:.5;background-color:transparent;border:none}.jsoneditor-menu>button.jsoneditor-collapse-all{background-position:0 -96px}.jsoneditor-menu>button.jsoneditor-expand-all{background-position:0 -120px}.jsoneditor-menu>button.jsoneditor-sort{background-position:-120px -96px}.jsoneditor-menu>button.jsoneditor-transform{background-position:-144px -96px}.jsoneditor.jsoneditor-mode-view>.jsoneditor-menu>button.jsoneditor-sort,.jsoneditor.jsoneditor-mode-form>.jsoneditor-menu>button.jsoneditor-sort,.jsoneditor.jsoneditor-mode-view>.jsoneditor-menu>button.jsoneditor-transform,.jsoneditor.jsoneditor-mode-form>.jsoneditor-menu>button.jsoneditor-transform{display:none}.jsoneditor-menu>button.jsoneditor-undo{background-position:-24px -96px}.jsoneditor-menu>button.jsoneditor-undo:disabled{background-position:-24px -120px}.jsoneditor-menu>button.jsoneditor-redo{background-position:-48px -96px}.jsoneditor-menu>button.jsoneditor-redo:disabled{background-position:-48px -120px}.jsoneditor-menu>button.jsoneditor-compact{background-position:-72px -96px}.jsoneditor-menu>button.jsoneditor-format{background-position:-72px -120px}.jsoneditor-menu>button.jsoneditor-repair{background-position:-96px -96px}.jsoneditor-menu>.jsoneditor-modes{display:inline-block;float:left}.jsoneditor-menu>.jsoneditor-modes>button{background-image:none;width:auto;padding-left:6px;padding-right:6px}.jsoneditor-menu>button.jsoneditor-separator,.jsoneditor-menu>.jsoneditor-modes>button.jsoneditor-separator{margin-left:10px}.jsoneditor-menu a{font-family:arial,sans-serif;font-size:10pt;color:#fff;opacity:.8;vertical-align:middle}.jsoneditor-menu a:hover{opacity:1}.jsoneditor-menu a.jsoneditor-poweredBy{font-size:8pt;position:absolute;right:0;top:0;padding:10px}.jsoneditor-navigation-bar{width:100%;height:26px;line-height:26px;padding:0;margin:0;border-bottom:1px solid #d3d3d3;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:gray;background-color:#ebebeb;overflow:hidden;font-family:arial,sans-serif;font-size:10pt}.jsoneditor-search{font-family:arial,sans-serif;position:absolute;right:4px;top:4px;border-collapse:collapse;border-spacing:0;display:flex}.jsoneditor-search input{color:#1a1a1a;width:120px;border:none;outline:none;margin:1px;line-height:20px;font-family:arial,sans-serif}.jsoneditor-search button{width:16px;height:24px;padding:0;margin:0;border:none;background:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/jsoneditor-icons-CIlYC0TY.svg);vertical-align:top}.jsoneditor-search button:hover{background-color:transparent}.jsoneditor-search button.jsoneditor-refresh{width:18px;background-position:-99px -73px}.jsoneditor-search button.jsoneditor-next{cursor:pointer;background-position:-124px -73px}.jsoneditor-search button.jsoneditor-next:hover{background-position:-124px -49px}.jsoneditor-search button.jsoneditor-previous{cursor:pointer;background-position:-148px -73px;margin-right:2px}.jsoneditor-search button.jsoneditor-previous:hover{background-position:-148px -49px}.jsoneditor-results{font-family:arial,sans-serif;color:#fff;padding-right:5px;line-height:26px}.jsoneditor-frame{border:1px solid transparent;background-color:#fff;padding:0 2px;margin:0}.jsoneditor-statusbar{line-height:26px;height:26px;color:gray;background-color:#ebebeb;border-top:1px solid #d3d3d3;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:10pt}.jsoneditor-statusbar>.jsoneditor-curserinfo-val{margin-right:12px}.jsoneditor-statusbar>.jsoneditor-curserinfo-count{margin-left:4px}.jsoneditor-statusbar>.jsoneditor-validation-error-icon{float:right;width:24px;height:24px;padding:0;margin-top:1px;background:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/jsoneditor-icons-CIlYC0TY.svg) -168px -48px;cursor:pointer}.jsoneditor-statusbar>.jsoneditor-validation-error-count{float:right;margin:0 4px 0 0;cursor:pointer}.jsoneditor-statusbar>.jsoneditor-parse-error-icon{float:right;width:24px;height:24px;padding:0;margin:1px;background:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/jsoneditor-icons-CIlYC0TY.svg) -25px 0px}.jsoneditor-statusbar .jsoneditor-array-info a{color:inherit}div.jsoneditor-statusbar>.jsoneditor-curserinfo-label,div.jsoneditor-statusbar>.jsoneditor-size-info{margin:0 4px}.jsoneditor-treepath{padding:0 5px;overflow:hidden;white-space:nowrap;outline:none}.jsoneditor-treepath.show-all{word-wrap:break-word;white-space:normal;position:absolute;background-color:#ebebeb;z-index:1;box-shadow:2px 2px 12px #8080804d}.jsoneditor-treepath.show-all span.jsoneditor-treepath-show-all-btn{display:none}.jsoneditor-treepath div.jsoneditor-contextmenu-root{position:absolute;left:0}.jsoneditor-treepath .jsoneditor-treepath-show-all-btn{position:absolute;background-color:#ebebeb;left:0;height:20px;padding:0 3px;cursor:pointer}.jsoneditor-treepath .jsoneditor-treepath-element{margin:1px;font-family:arial,sans-serif;font-size:10pt}.jsoneditor-treepath .jsoneditor-treepath-seperator{margin:2px;font-size:9pt;font-family:arial,sans-serif}.jsoneditor-treepath span.jsoneditor-treepath-element:hover,.jsoneditor-treepath span.jsoneditor-treepath-seperator:hover{cursor:pointer;text-decoration:underline}/*!
 * Selectr 2.4.0
 * https://github.com/Mobius1/Selectr
 *
 * Released under the MIT license
 */.selectr-container{position:relative}.selectr-container li{list-style:none}.selectr-hidden{position:absolute;overflow:hidden;clip:rect(0px,0px,0px,0px);width:1px;height:1px;margin:-1px;padding:0;border:0 none}.selectr-visible{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:11}.selectr-desktop.multiple .selectr-visible{display:none}.selectr-desktop.multiple.native-open .selectr-visible{top:100%;min-height:200px!important;height:auto;opacity:1;display:block}.selectr-container.multiple.selectr-mobile .selectr-selected{z-index:0}.selectr-selected{position:relative;z-index:1;box-sizing:border-box;width:100%;padding:7px 28px 7px 14px;cursor:pointer;border:1px solid #999999;border-radius:3px;background-color:#fff}.selectr-selected:before{position:absolute;top:50%;right:10px;width:0;height:0;content:"";-o-transform:rotate(0deg) translate3d(0px,-50%,0px);-ms-transform:rotate(0deg) translate3d(0px,-50%,0px);-moz-transform:rotate(0deg) translate3d(0px,-50%,0px);-webkit-transform:rotate(0deg) translate3d(0px,-50%,0px);transform:rotate(0) translate3d(0,-50%,0);border-width:4px 4px 0 4px;border-style:solid;border-color:#6c7a86 transparent transparent}.selectr-container.open .selectr-selected:before,.selectr-container.native-open .selectr-selected:before{border-width:0 4px 4px 4px;border-style:solid;border-color:transparent transparent #6c7a86}.selectr-label{display:none;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}.selectr-placeholder{color:#6c7a86}.selectr-tags{margin:0;padding:0;white-space:normal}.has-selected .selectr-tags{margin:0 0 -2px}.selectr-tag{list-style:none;position:relative;float:left;padding:2px 25px 2px 8px;margin:0 2px 2px 0;cursor:default;color:#fff;border:medium none;border-radius:10px;background:#acb7bf none repeat scroll 0 0}.selectr-container.multiple.has-selected .selectr-selected{padding:5px 28px 5px 5px}.selectr-options-container{position:absolute;z-index:10000;top:calc(100% - 1px);left:0;display:none;box-sizing:border-box;width:100%;border-width:0 1px 1px;border-style:solid;border-color:transparent #999999 #999999;border-radius:0 0 3px 3px;background-color:#fff}.selectr-container.open .selectr-options-container{display:block}.selectr-input-container{position:relative;display:none}.selectr-clear,.selectr-input-clear,.selectr-tag-remove{position:absolute;top:50%;right:22px;width:20px;height:20px;padding:0;cursor:pointer;-o-transform:translate3d(0px,-50%,0px);-ms-transform:translate3d(0px,-50%,0px);-moz-transform:translate3d(0px,-50%,0px);-webkit-transform:translate3d(0px,-50%,0px);transform:translate3d(0,-50%,0);border:medium none;background-color:transparent;z-index:11}.selectr-clear,.selectr-input-clear{display:none}.selectr-container.has-selected .selectr-clear,.selectr-input-container.active .selectr-input-clear{display:block}.selectr-selected .selectr-tag-remove{right:2px}.selectr-clear:before,.selectr-clear:after,.selectr-input-clear:before,.selectr-input-clear:after,.selectr-tag-remove:before,.selectr-tag-remove:after{position:absolute;top:5px;left:9px;width:2px;height:10px;content:" ";background-color:#6c7a86}.selectr-tag-remove:before,.selectr-tag-remove:after{top:4px;width:3px;height:12px;background-color:#fff}.selectr-clear:before,.selectr-input-clear:before,.selectr-tag-remove:before{-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.selectr-clear:after,.selectr-input-clear:after,.selectr-tag-remove:after{-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.selectr-input-container.active,.selectr-input-container.active .selectr-clear{display:block}.selectr-input{top:5px;left:5px;box-sizing:border-box;width:calc(100% - 30px);margin:10px 15px;padding:7px 30px 7px 9px;border:1px solid #999999;border-radius:3px}.selectr-notice{display:none;box-sizing:border-box;width:100%;padding:8px 16px;border-top:1px solid #999999;border-radius:0 0 3px 3px;background-color:#fff}.selectr-container.notice .selectr-notice{display:block}.selectr-container.notice .selectr-selected{border-radius:3px 3px 0 0}.selectr-options{position:relative;top:calc(100% + 2px);display:none;overflow-x:auto;overflow-y:scroll;max-height:200px;margin:0;padding:0}.selectr-container.open .selectr-options,.selectr-container.open .selectr-input-container,.selectr-container.notice .selectr-options-container{display:block}.selectr-option{position:relative;display:block;padding:5px 20px;list-style:outside none none;cursor:pointer;font-weight:400}.selectr-options.optgroups>.selectr-option{padding-left:25px}.selectr-optgroup{font-weight:700;padding:0}.selectr-optgroup--label{font-weight:700;margin-top:10px;padding:5px 15px}.selectr-match{text-decoration:underline}.selectr-option.selected{background-color:#ddd}.selectr-option.active{color:#fff;background-color:#5897fb}.selectr-option.disabled{opacity:.4}.selectr-option.excluded{display:none}.selectr-container.open .selectr-selected{border-color:#999999 #999999 transparent #999999;border-radius:3px 3px 0 0}.selectr-container.open .selectr-selected:after{-o-transform:rotate(180deg) translate3d(0px,50%,0px);-ms-transform:rotate(180deg) translate3d(0px,50%,0px);-moz-transform:rotate(180deg) translate3d(0px,50%,0px);-webkit-transform:rotate(180deg) translate3d(0px,50%,0px);transform:rotate(180deg) translate3d(0,50%,0)}.selectr-disabled{opacity:.6}.selectr-empty,.has-selected .selectr-placeholder{display:none}.has-selected .selectr-label{display:block}.taggable .selectr-selected{padding:4px 28px 4px 4px}.taggable .selectr-selected:after{display:table;content:" ";clear:both}.taggable .selectr-label{width:auto}.taggable .selectr-tags{float:left;display:block}.taggable .selectr-placeholder{display:none}.input-tag{float:left;min-width:90px;width:auto}.selectr-tag-input{border:medium none;padding:3px 10px;width:100%;font-family:inherit;font-weight:inherit;font-size:inherit}.selectr-input-container.loading:after{position:absolute;top:50%;right:20px;width:20px;height:20px;content:"";-o-transform:translate3d(0px,-50%,0px);-ms-transform:translate3d(0px,-50%,0px);-moz-transform:translate3d(0px,-50%,0px);-webkit-transform:translate3d(0px,-50%,0px);transform:translate3d(0,-50%,0);-o-transform-origin:50% 0 0;-ms-transform-origin:50% 0 0;-moz-transform-origin:50% 0 0;-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-moz-animation:.5s linear 0s normal forwards infinite running spin;-webkit-animation:.5s linear 0s normal forwards infinite running spin;animation:.5s linear 0s normal forwards infinite running spin;border-width:3px;border-style:solid;border-color:#aaa #ddd #ddd;border-radius:50%}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg) translate3d(0px,-50%,0px);transform:rotate(0) translate3d(0,-50%,0)}to{-webkit-transform:rotate(360deg) translate3d(0px,-50%,0px);transform:rotate(360deg) translate3d(0,-50%,0)}}@keyframes spin{0%{-webkit-transform:rotate(0deg) translate3d(0px,-50%,0px);transform:rotate(0) translate3d(0,-50%,0)}to{-webkit-transform:rotate(360deg) translate3d(0px,-50%,0px);transform:rotate(360deg) translate3d(0,-50%,0)}}.selectr-container.open.inverted .selectr-selected{border-color:transparent #999999 #999999;border-radius:0 0 3px 3px}.selectr-container.inverted .selectr-options-container{border-width:1px 1px 0;border-color:#999999 #999999 transparent;border-radius:3px 3px 0 0;background-color:#fff}.selectr-container.inverted .selectr-options-container{top:auto;bottom:calc(100% - 1px)}.selectr-container ::-webkit-input-placeholder{color:#6c7a86;opacity:1}.selectr-container ::-moz-placeholder{color:#6c7a86;opacity:1}.selectr-container :-ms-input-placeholder{color:#6c7a86;opacity:1}.selectr-container ::placeholder{color:#6c7a86;opacity:1}._KPIList_9aonf_1{display:flex;flex-direction:column}._KPIList_9aonf_1 ._Content_9aonf_5{position:relative}._KPIList_9aonf_1._ToTop_9aonf_8{transform:translateY(-100%)}._KPIList_9aonf_1._ToTop_9aonf_8._List_9aonf_11 ._Shape_9aonf_11{transform:translate(-50%,-2px)}._KPIList_9aonf_1._ToTop_9aonf_8._List_9aonf_11 ._LabelsListItems_9aonf_14{margin-top:-32px}._KPIList_9aonf_1._ToTop_9aonf_8._List_9aonf_11 ._LabelsListItems_9aonf_14._HasPagination_9aonf_17{margin-bottom:30px}._KPIList_9aonf_1._ToTop_9aonf_8._List_9aonf_11 ._LabelsListItems_9aonf_14 ._ListItem_9aonf_20{transform:translateY(50%)}._KPIList_9aonf_1._ToTop_9aonf_8 ._BackArrow_9aonf_23{top:40%}._KPIList_9aonf_1._ToTop_9aonf_8 ._FrontArrow_9aonf_26{transform:translate(-50%,50%)}._KPIList_9aonf_1._ToTop_9aonf_8._Funnel_9aonf_29 ._LabelsListItems_9aonf_14{margin-top:unset;margin-bottom:20px}._KPIList_9aonf_1._List_9aonf_11 ._Shape_9aonf_11{border-right:4px solid rgba(81,83,112,.5);height:calc(100% - 14px)}._KPIList_9aonf_1._List_9aonf_11 ._LabelsListItems_9aonf_14{display:flex;flex-direction:column}._KPIList_9aonf_1._List_9aonf_11 ._LabelsListItems_9aonf_14 ._ListItem_9aonf_20{margin-left:20px;margin-bottom:12px}._KPIList_9aonf_1._List_9aonf_11 ._LabelsListItems_9aonf_14 ._ListItem_9aonf_20:before{position:absolute;top:50%;left:-18px;transform:translateY(-50%);content:" ";width:18px;height:4px;background-color:#51537080;z-index:1}._KPIList_9aonf_1._List_9aonf_11 ._LabelsListItems_9aonf_14 ._ListItem_9aonf_20:last-child{margin-bottom:0}._KPIList_9aonf_1._Funnel_9aonf_29 ._Shape_9aonf_11{width:32px;border:4px solid rgba(81,83,112,.5);border-radius:8px;height:100%}._KPIList_9aonf_1._Funnel_9aonf_29 ._LabelsListItems_9aonf_14{margin-top:20px}._KPIList_9aonf_1._Funnel_9aonf_29 ._LabelsListItems_9aonf_14 ._ListItem_9aonf_20{margin-left:16px}._KPIList_9aonf_1 ._LabelsListItems_9aonf_14{display:flex;flex-direction:column;min-width:200px;-webkit-user-select:none;user-select:none}._KPIList_9aonf_1 ._LabelsListItems_9aonf_14._HasPagination_9aonf_17{margin-top:30px}._KPIList_9aonf_1 ._LabelsListItems_9aonf_14 ._ListItem_9aonf_20{position:relative}._KPIList_9aonf_1 ._LabelsListItems_9aonf_14 ._ListItem_9aonf_20 ._ExpandableLabelWrapper_9aonf_83{position:relative;display:flex}._KPIList_9aonf_1 ._LabelsListItems_9aonf_14 ._ListItem_9aonf_20 ._ExpandableLabelWrapper_9aonf_83 ._InfoItem_9aonf_87{margin-right:.8rem}._KPIList_9aonf_1 ._LabelsListItems_9aonf_14 ._ListItem_9aonf_20 ._ExpandableLabelWrapper_9aonf_83 ._Dot_9aonf_90{z-index:30;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}._KPIList_9aonf_1 ._LabelsListItems_9aonf_14 ._PostPercentage_9aonf_97{display:flex;align-items:center}._KPIList_9aonf_1 ._LabelsListItems_9aonf_14 ._PostPercentage_9aonf_97._Invalid_9aonf_101{opacity:.5}._KPIList_9aonf_1 ._LabelsListItems_9aonf_14 ._PostPercentage_9aonf_97 ._Percentage_9aonf_104{font-size:10px;color:#fff;padding:8px}._KPIList_9aonf_1 ._LabelsListItems_9aonf_14 ._PostPercentage_9aonf_97 ._PrevPercentage_9aonf_109{font-size:10px;color:#fff9;padding:8px}._KPIList_9aonf_1 ._LabelsListItems_9aonf_14 ._PostPercentage_9aonf_97 ._Icon_9aonf_114{font-size:16px}._KPIList_9aonf_1 ._Shape_9aonf_11{position:absolute;z-index:10;transform:translate(-50%)}._KPIList_9aonf_1 ._BackArrow_9aonf_23,._KPIList_9aonf_1 ._FrontArrow_9aonf_26{position:absolute;z-index:10}._KPIList_9aonf_1 ._FrontArrow_9aonf_26{left:14px;transform:translate(-50%,-50%)}._KPIList_9aonf_1 ._BackArrow_9aonf_23{left:-14px;top:60%;transform:translate(-50%) rotate(180deg)}._KPIList_9aonf_1 ._Pagination_9aonf_136{position:absolute;display:flex;align-items:center;pointer-events:all;height:30px;left:4px}._Dot_wx72t_1{height:8px;width:8px;border-radius:50%;border:1px solid transparent}._DirectionArrow_1he08_1{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:12px;height:18px;background:#323553;box-shadow:0 2px 8px #0003;border-radius:4px}._DirectionArrow_1he08_1 ._Arrow_1he08_13{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;color:#fff}._DirectionArrow_1he08_1 ._Arrow_1he08_13._TopArrow_1he08_21{margin-top:-3px}._DirectionArrow_1he08_1 ._Arrow_1he08_13._BottomArrow_1he08_24{margin-top:3px}._IndexSwitch_5bhe1_1{display:flex;align-items:center}._IndexSwitch_5bhe1_1 ._Indexes_5bhe1_5{display:flex;align-items:center;background-color:#898ea824;box-shadow:0 1px 4px #00000040;border-radius:1.5rem;padding:.2rem}._IndexSwitch_5bhe1_1 ._Indexes_5bhe1_5 ._Index_5bhe1_1{display:flex;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;border-radius:50%;color:#9c9ca6;font-size:1rem;margin:0 1px;transition:all .25s;cursor:pointer;-webkit-user-select:none;user-select:none}._IndexSwitch_5bhe1_1 ._Indexes_5bhe1_5 ._Index_5bhe1_1:last-child,._IndexSwitch_5bhe1_1 ._Indexes_5bhe1_5 ._Index_5bhe1_1:first-child{margin:0}._IndexSwitch_5bhe1_1 ._Indexes_5bhe1_5 ._Index_5bhe1_1._Selected_5bhe1_30{color:#fff;background-color:#2f78ea4d}._IndexSwitch_5bhe1_1 ._Arrow_5bhe1_34{display:flex;justify-content:center;align-items:center;cursor:pointer}._IndexSwitch_5bhe1_1 ._Arrow_5bhe1_34 ._Icon_5bhe1_40{color:#3483ff}._ExpandableLabel_qqk2s_1{position:relative;display:flex;align-items:center;height:32px;width:fit-content}._ExpandableLabel_qqk2s_1:hover ._Arrow_qqk2s_8{transform:translate(30%)}._ExpandableLabel_qqk2s_1:hover ._Arrow_qqk2s_8 ._ArrowIcon_qqk2s_11{color:#03ac9a}._ExpandableLabel_qqk2s_1._Expanded_qqk2s_14 ._ExpandableWrapper_qqk2s_14 ._Expandable_qqk2s_1{display:flex;padding:0 8px;opacity:1;transform:translate(-8px);pointer-events:all}._ExpandableLabel_qqk2s_1._Expanded_qqk2s_14 ._Arrow_qqk2s_8 ._ArrowIcon_qqk2s_11{color:transparent}._ExpandableLabel_qqk2s_1 ._ExpandableWrapper_qqk2s_14{position:relative;height:100%}._ExpandableLabel_qqk2s_1 ._ExpandableWrapper_qqk2s_14 ._Expandable_qqk2s_1{position:absolute;left:20px;display:flex;justify-content:center;align-items:center;width:fit-content;height:100%;overflow:hidden;transition:.25s all;background-color:#373956;border-radius:4px;opacity:0;transform:translate(-40%);box-shadow:0 2px 8px #0003;pointer-events:none}._ExpandableLabel_qqk2s_1._WithArrow_qqk2s_45 ._Arrow_qqk2s_8{display:flex}._ExpandableLabel_qqk2s_1._WithArrow_qqk2s_45 ._ExpandableWrapper_qqk2s_14 ._Expandable_qqk2s_1{left:0}._ExpandableLabel_qqk2s_1 ._Arrow_qqk2s_8{display:none;justify-self:center;align-items:center;cursor:pointer;width:20px;transition:all .25s}._ExpandableLabel_qqk2s_1 ._Arrow_qqk2s_8 ._ArrowIcon_qqk2s_11{color:#03ac9a80;font-size:16px;transition:all .25s}._ExpandableLabel_qqk2s_1 ._Label_qqk2s_64{display:flex;align-items:center;padding:8px 12px;height:32px;width:100%;background-color:#3f415f;border-radius:4px;font-size:12px;color:#fff;text-transform:capitalize;cursor:pointer;z-index:10;pointer-events:all;word-break:keep-all;white-space:nowrap;box-shadow:0 2px 8px #0003}._InfoItem_1o3jz_1{margin-right:.8rem}._KPIStatusLine_11fuc_1{display:flex;align-items:center;font-size:12px;color:#fff;overflow:hidden;flex-wrap:wrap}._KPIStatusLine_11fuc_1._NoWrap_11fuc_9{flex-wrap:nowrap}._KPIStatusLine_11fuc_1 span{margin-right:4px;line-height:20px;width:fit-content;transition:all .25s;overflow:hidden;white-space:nowrap;word-break:keep-all}._KPIStatusLine_11fuc_1 span:last-child,._KPIStatusLine_11fuc_1 span:only-child{margin-right:0}._KPIStatusLine_11fuc_1 span._Hidden_11fuc_24{width:0}._KPIStatusLine_11fuc_1 span._Preview_11fuc_27{margin-right:0}._KPIStatusLine_11fuc_1 ._Trend_11fuc_30{margin-right:4px}._KPIStatusLine_11fuc_1 ._Positive_11fuc_33{color:#62e797}._KPIStatusLine_11fuc_1 ._Negative_11fuc_36{color:#ff6871}._KPIStatusLine_11fuc_1 ._SecondaryText_11fuc_39{color:#fff9}._KPIStatusLine_11fuc_1 ._Bold_11fuc_42{font-weight:500}._KPIStatusLine_11fuc_1 ._Divider_11fuc_45{position:relative;flex:1;min-width:20px}._KPIStatusLine_11fuc_1 ._Divider_11fuc_45:after{position:absolute;top:0;right:10px;content:" ";width:1px;height:16px;background-color:#c7cbe54d;transform:translate(-50%,-50%)}._GrowthMapIconWrapper_mqjkz_1{position:relative;display:flex;justify-content:center;align-items:center;z-index:10;color:#242424;transition:all .25s}._GrowthMapIconWrapper_mqjkz_1 ._GrowthMapIcon_mqjkz_1{position:relative;display:flex;justify-content:center;align-items:center;height:20px;background-color:#252745;margin-right:4px;border-radius:4px;padding:0 .4rem;transition:all .25s}._GrowthMapIconWrapper_mqjkz_1 ._GrowthMapIcon_mqjkz_1._dark_mqjkz_22:after{background-color:#fff3}._GrowthMapIconWrapper_mqjkz_1 ._GrowthMapIcon_mqjkz_1._Pointer_mqjkz_25{cursor:pointer}._GrowthMapIconWrapper_mqjkz_1 ._GrowthMapIcon_mqjkz_1._Pointer_mqjkz_25:hover{color:#fff}._GrowthMapIconWrapper_mqjkz_1 ._GrowthMapIcon_mqjkz_1._Pointer_mqjkz_25:hover ._Icon_mqjkz_31{color:#2f78ea}._GrowthMapIconWrapper_mqjkz_1 ._GrowthMapIcon_mqjkz_1 ._Icon_mqjkz_31{color:#3483ff;transition:all .25s;font-size:1.6rem}._GrowthMapIconWrapper_mqjkz_1 ._GrowthMapIcon_mqjkz_1:after{position:absolute;top:2px;left:2px;height:20px;width:100%;background-color:#0003;border-radius:4px;content:" ";z-index:-1}._MergeKPIs_yy1p4_1{border-radius:12px;transform:translateY(-50%);padding:0 10px;color:#c3c6d8;font-size:12px;pointer-events:all;-webkit-user-select:none;user-select:none}._MergeKPIs_yy1p4_1 ._Title_yy1p4_10{text-transform:uppercase;padding:8px 0}._MergeKPIs_yy1p4_1 ._SeeMore_yy1p4_14{padding:8px 0}._MergeKPIs_yy1p4_1 ._SeeMore_yy1p4_14 span{cursor:pointer}._MergeKPIs_yy1p4_1 ._KPIElementList_yy1p4_20{display:flex;flex-direction:column;transition:all .25s;padding-right:12px}._MergeKPIs_yy1p4_1 ._KPIElementList_yy1p4_20 ._InfoItem_yy1p4_26{margin-right:.8rem}._MergeKPIs_yy1p4_1 ._KPIElementList_yy1p4_20 ._KPIElement_yy1p4_20{position:relative;display:flex;align-items:center;margin-bottom:12px;margin-right:14px;margin-left:4px;width:100%}._MergeKPIs_yy1p4_1 ._KPIElementList_yy1p4_20 ._KPIElement_yy1p4_20 ._Label_yy1p4_38{width:100%}._MergeKPIs_yy1p4_1 ._KPIElementList_yy1p4_20 ._KPIElement_yy1p4_20._Pointer_yy1p4_41{cursor:pointer}._MergeKPIs_yy1p4_1 ._KPIElementList_yy1p4_20 ._KPIElement_yy1p4_20 ._MergeDot_yy1p4_44{margin-left:8px}._MergeKPIs_yy1p4_1 ._KPIElementList_yy1p4_20 ._Rect_yy1p4_47{position:absolute;top:50%;transform:translate(-50%,-50%);width:11px;height:18px;border-radius:4px}._TotalCount_1jp0x_1{padding:6px 10px;color:#fff;font-size:12px;border-radius:8px;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0003;-webkit-user-select:none;user-select:none;pointer-events:none}._GroupInfoBox_125qk_1._Preview_125qk_1 ._Content_125qk_1 ._InfoItem_125qk_1{border-bottom:0;padding-bottom:4px;padding-top:0;min-height:initial}._GroupInfoBox_125qk_1 ._Content_125qk_1{color:#fff;font-size:12px;min-height:40px;padding:8px}._GroupInfoBox_125qk_1 ._Content_125qk_1 ._InfoItem_125qk_1{border-bottom:1px solid rgba(199,203,229,.2);padding:12px 0;min-height:20px}._GroupInfoBox_125qk_1 ._Content_125qk_1 ._InfoItem_125qk_1:last-child,._GroupInfoBox_125qk_1 ._Content_125qk_1 ._InfoItem_125qk_1:only-child{border-bottom:0;padding-bottom:4px}._GroupInfoBox_125qk_1 ._Content_125qk_1 ._InfoItem_125qk_1:first-child{padding-top:4px}._KPIInfoBox_e9un1_1{position:absolute;display:flex;flex-direction:column;transition:all .3s;min-width:200px;-webkit-user-select:none;user-select:none;border-top-right-radius:12px;border-bottom-left-radius:12px;border-right:2px solid transparent;border-bottom:2px solid transparent;box-shadow:0 2px 8px #0003}._KPIInfoBox_e9un1_1 ._RootIconWrapper_e9un1_14{position:absolute;height:36px;width:36px;background-color:#fff3;border-bottom-left-radius:12px;border-top-left-radius:12px;display:flex;justify-content:center;align-items:center;left:0;transform:translate(-100%)}._KPIInfoBox_e9un1_1 ._RootIconWrapper_e9un1_14 ._IconWrapper_e9un1_27{display:flex;justify-content:center;align-items:center;border:1px solid #ffffff;border-radius:50%;background-color:#fff3}._KPIInfoBox_e9un1_1 ._RootIconWrapper_e9un1_14 ._IconWrapper_e9un1_27 ._Icon_e9un1_27{color:#fff;font-size:24px;padding:2px}._KPIInfoBox_e9un1_1 ._TitleWrapper_e9un1_40{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 8px;height:36px;pointer-events:all;border-top-right-radius:12px}._KPIInfoBox_e9un1_1 ._TitleWrapper_e9un1_40 ._Title_e9un1_40{display:inline-block;font-size:12px;font-weight:700;color:#293265;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:12px}._KPIInfoBox_e9un1_1 ._TitleWrapper_e9un1_40 ._Title_e9un1_40._Clickable_e9un1_61{cursor:pointer}._KPIInfoBox_e9un1_1 ._TitleWrapper_e9un1_40 ._Actions_e9un1_64{font-size:12px;font-weight:700}._KPIInfoBox_e9un1_1 ._Children_e9un1_68{background:#515370;pointer-events:all;border-bottom-left-radius:12px;min-height:1.2rem}._IconCounters_1mmvn_1{display:flex}._IconCounters_1mmvn_1>*{margin-right:4px}._IconCounters_1mmvn_1>*:last-child{margin-right:0}._IconCounters_1mmvn_1 ._IconCounterWrapper_1mmvn_10{display:flex;flex-direction:column;flex:1}._IconCounters_1mmvn_1 ._IconCounterWrapper_1mmvn_10 ._Label_1mmvn_15{text-transform:uppercase;color:#c7cbe5;margin-bottom:8px}._IconCounters_1mmvn_1 ._IconCounterWrapper_1mmvn_10 ._Content_1mmvn_20{display:flex;align-items:center;flex:1}._IconCounters_1mmvn_1 ._IconCounterWrapper_1mmvn_10 ._Content_1mmvn_20 ._SeeAll_1mmvn_25{text-transform:capitalize;color:#06cbb6;text-decoration:underline;cursor:pointer}._IconCounters_1mmvn_1 ._IconCounterWrapper_1mmvn_10 ._Content_1mmvn_20 ._IconCounter_1mmvn_1{display:flex;justify-content:center;align-items:center;z-index:10;margin-right:8px}._IconCounters_1mmvn_1 ._IconCounterWrapper_1mmvn_10 ._Content_1mmvn_20 ._IconCounter_1mmvn_1:only-child,._IconCounters_1mmvn_1 ._IconCounterWrapper_1mmvn_10 ._Content_1mmvn_20 ._IconCounter_1mmvn_1:last-child{margin-right:0}._IconCounters_1mmvn_1 ._IconCounterWrapper_1mmvn_10 ._Content_1mmvn_20 ._IconCounter_1mmvn_1 ._Count_1mmvn_41{display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:600;color:#293265;min-width:12px}._Progress_1e7fk_1{display:flex;align-items:center;font-size:12px}._Progress_1e7fk_1 ._ProgressBar_1e7fk_6{flex:1;position:relative;height:9px;border:1px solid #e7eaf3;border-radius:8px;background-color:#f8f9fc;overflow:hidden;margin-right:12px}._Progress_1e7fk_1 ._ProgressBar_1e7fk_6:only-child{margin-right:0}._Progress_1e7fk_1 ._ProgressBar_1e7fk_6 ._Bar_1e7fk_19{position:absolute;left:0;top:0;height:100%;border-radius:8px}._Progress_1e7fk_1 ._Label_1e7fk_26{color:inherit;margin-right:4px}._Progress_1e7fk_1 ._Label_1e7fk_26:only-child,._Progress_1e7fk_1 ._Label_1e7fk_26:last-child{margin-right:0}._Progress_1e7fk_1 ._Max_1e7fk_33{color:inherit}._AnimatedProgress_1e7fk_37{display:flex;align-items:center;flex-direction:column;font-size:12px}._AnimatedProgress_1e7fk_37 ._ProgressWrapper_1e7fk_43{width:100%;flex:1;display:flex;flex-direction:column;border-radius:8px;height:1.8rem;background-color:#d7dae9;margin-bottom:1.2rem}._AnimatedProgress_1e7fk_37 ._ProgressWrapper_1e7fk_43 ._ProgressFill_1e7fk_53{border-radius:8px;background:linear-gradient(90deg,#3483ff,#6aa4ff80,#3483ff);height:1.8rem;background-size:200% 100%}._AnimatedProgress_1e7fk_37 ._ProgressInfo_1e7fk_59{background-color:transparent;color:#212123;font-size:1.4rem}._AnimatedProgress_1e7fk_37 ._ProgressInfo_1e7fk_59 ._CompletionText_1e7fk_64{font-weight:400}._AnimatedProgress_1e7fk_37 ._ProgressInfo_1e7fk_59 ._CompletionPercentage_1e7fk_67{font-weight:700;margin-right:.4rem}._KPILoops_12tq5_1{margin-bottom:20px}._KPILoops_12tq5_1 ._FrontArrow_12tq5_4{position:absolute;transform:translate(50%,-8px);left:0;z-index:10}._KPILoops_12tq5_1._ToTop_12tq5_10{transform:translateY(-100%)}._KPILoops_12tq5_1._ToTop_12tq5_10 ._FrontArrow_12tq5_4{transform:translate(50%,10px) rotate(-180deg)}._KPILoops_12tq5_1 ._Loops_12tq5_16{display:flex;flex-direction:column;min-width:250px;-webkit-user-select:none;user-select:none}._KPILoops_12tq5_1 ._Loops_12tq5_16 ._LabelWrapper_12tq5_22{position:absolute;cursor:pointer;pointer-events:all}._KPILoops_12tq5_1 ._Loops_12tq5_16 ._LabelWrapper_12tq5_22._Upper_12tq5_27{top:-2px;left:20px;transform:translateY(-50%)}._KPILoops_12tq5_1 ._Loops_12tq5_16 ._LabelWrapper_12tq5_22._Lower_12tq5_32{top:2px;transform:translateY(50%);left:40px}._KPILoops_12tq5_1 ._Loops_12tq5_16 ._Loop_12tq5_16{position:relative;height:40px;margin-bottom:32px;margin-left:14px;margin-top:8px;border-top:4px solid rgba(81,83,112,.5);border-right:4px solid rgba(81,83,112,.5);border-bottom:4px solid rgba(81,83,112,.5);max-width:300px;border-top-right-radius:4px;border-bottom-right-radius:4px}._KPILoops_12tq5_1 ._Loops_12tq5_16 ._Loop_12tq5_16 ._LoopArrow_12tq5_50{position:absolute;transform:rotate(90deg) translate(10px);right:20px;bottom:0}._KPILoops_12tq5_1 ._Loops_12tq5_16 ._Solo_12tq5_56{position:relative;margin-left:14px;margin-top:8px}._KPILoops_12tq5_1 ._Loops_12tq5_16 ._Solo_12tq5_56:after{content:" ";position:absolute;width:20px;height:4px;background-color:#51537080;left:0;top:50%;transform:translateY(-50%);z-index:-1}._KPILoops_12tq5_1 ._Loops_12tq5_16 ._Solo_12tq5_56 ._FitContent_12tq5_72{left:20px;transform:translateY(-50%)}._KPILoops_12tq5_1 ._Loops_12tq5_16 ._Solo_12tq5_56 ._FitContent_12tq5_72:after{display:none}._KPILoops_12tq5_1 ._Shape_12tq5_79{position:absolute;z-index:10;transform:translate(-50%);width:28px;border:4px solid rgba(81,83,112,.5);border-radius:24px;height:100%}._SmallInfoBox_hfynp_1{position:absolute;left:-30px;display:flex;flex-direction:column;justify-content:center;border-radius:8px;background:#515370;transition:all .3s;-webkit-user-select:none;user-select:none;box-shadow:0 2px 8px #0003}._SmallInfoBox_hfynp_1._Active_hfynp_13 ._Children_hfynp_13{padding:0 8px 8px}._SmallInfoBox_hfynp_1 ._TitleWrapper_hfynp_16{display:flex;align-items:center;justify-content:space-between;pointer-events:all;cursor:pointer}._SmallInfoBox_hfynp_1 ._TitleWrapper_hfynp_16 ._Actions_hfynp_23{padding-right:6px}._SmallInfoBox_hfynp_1 ._TitleWrapper_hfynp_16 ._Title_hfynp_16{display:inline-block;font-size:12px;font-weight:400;color:#fff;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:8px}._SmallInfoBox_hfynp_1 ._TitleWrapper_hfynp_16 ._Title_hfynp_16._Clickable_hfynp_37{cursor:pointer}._SmallInfoBox_hfynp_1 ._Children_hfynp_13{padding:0}._MinimalInfoBox_tg38l_1{position:absolute;left:-30px;display:flex;flex-direction:column;justify-content:center;border-radius:8px;background:#394164;transition:all .3s;min-width:50px;-webkit-user-select:none;user-select:none;box-shadow:0 2px 8px #0003}._MinimalInfoBox_tg38l_1._Active_tg38l_14{min-width:250px}._MinimalInfoBox_tg38l_1._Active_tg38l_14 ._Title_tg38l_17{flex:1;width:100%}._MinimalInfoBox_tg38l_1._Active_tg38l_14 ._ExpendIcon_tg38l_21{transform:rotate(-180deg);z-index:5}._MinimalInfoBox_tg38l_1._Active_tg38l_14 ._Children_tg38l_25{width:100%;opacity:1;padding:8px;height:auto;overflow:hidden}._MinimalInfoBox_tg38l_1 ._IconWrapper_tg38l_32{padding:0 16px 0 4px;width:fit-content;display:flex;justify-content:center;align-items:center}._MinimalInfoBox_tg38l_1 ._IconWrapper_tg38l_32._Hide_tg38l_39{padding:0;width:0;overflow:hidden}._MinimalInfoBox_tg38l_1 ._TitleWrapper_tg38l_44{display:flex;align-items:center;height:24px;cursor:pointer}._MinimalInfoBox_tg38l_1 ._Title_tg38l_17{display:flex;align-items:center;background-color:#3a71d9;border-radius:8px;height:24px;font-size:12px;font-weight:700;color:#fff;padding:4px;transition:all .3s;width:fit-content}._MinimalInfoBox_tg38l_1 ._Children_tg38l_25{width:0;height:0;overflow:hidden;transition:all .3s;opacity:0}._MinimalInfoBox_tg38l_1 ._ExpendIcon_tg38l_21{display:flex;justify-content:center;align-items:center;height:24px;position:absolute;font-size:16px;right:0;top:0;color:#03ac9a;cursor:pointer;transition:all .3s}._ConversionRateInfoBox_1jakr_1{top:-30px}._ConversionRateInfoBox_1jakr_1._ToBottom_1jakr_4{top:8px}._ConversionRateInfoBox_1jakr_1 ._Content_1jakr_7{color:#fff;font-size:12px}._ConversionRateInfoBox_1jakr_1 ._Content_1jakr_7 ._StatusLine_1jakr_11{max-height:40px}._MultiSelect_k9oq0_1{display:flex;align-items:center;min-height:3.2rem;height:auto;padding:.4rem;background-color:#fff;border:1px solid #d7daeb;border-radius:4px;min-width:10.4rem;max-width:20rem;transition:all .25s}._MultiSelect_k9oq0_1._FullWidth_k9oq0_14{width:100%;max-width:100%}._MultiSelect_k9oq0_1:hover,._MultiSelect_k9oq0_1:focus-within,._MultiSelect_k9oq0_1._Active_k9oq0_18{border-color:#3483ff}._MultiSelect_k9oq0_1._Error_k9oq0_21{border-color:#e74c3c}._MultiSelect_k9oq0_1._Disabled_k9oq0_24{background-color:#f8f9fc;border-color:#d7daeb!important}._MultiSelect_k9oq0_1 ._SelectInput_k9oq0_28{display:flex;align-items:center;font-size:1.4rem;transition:all .25s;-webkit-user-select:none;user-select:none;margin-top:-.4rem;flex:1;max-width:100%;flex-wrap:wrap}._MultiSelect_k9oq0_1 ._SelectInput_k9oq0_28 ._SelectedInline_k9oq0_39{margin-right:.4rem;margin-top:.4rem}._MultiSelect_k9oq0_1 ._SelectInput_k9oq0_28 ._SelectedInline_k9oq0_39._SelectedInlineDisabled_k9oq0_43{background-color:#fff}._MultiSelect_k9oq0_1 ._SelectInput_k9oq0_28 ._TempInput_k9oq0_46{flex:1;border:0;outline:0;background:transparent;font-size:1.4rem;padding:0;padding-left:.4rem;margin-top:.4rem;width:100%;min-width:100px}._MultiSelect_k9oq0_1 ._SelectInput_k9oq0_28 ._TempInput_k9oq0_46 ._Hidden_k9oq0_58{display:none}._MultiSelect_k9oq0_1 ._SelectInput_k9oq0_28 ._TempInput_k9oq0_46::placeholder{color:#c3c6d8}._Input_96bas_1{cursor:pointer;-webkit-user-select:none;user-select:none}._Input_96bas_1._Disabled_96bas_5{cursor:default}._Box_1cwkq_1{border-left:1px dashed #c3c6d8;padding-left:.6rem;border-radius:12px}._Box_1cwkq_1 ._BodyWrapper_1cwkq_6{padding-left:.6rem}._BoxInline_1cwkq_10 ._BodyWrapper_1cwkq_6{padding-left:0}._QueryBlock_1cwkq_14._FullWidth_1cwkq_14{width:100%}._QueryBlock_1cwkq_14 ._Head_1cwkq_17{display:flex;align-items:center;margin-bottom:.4rem}._QueryBlock_1cwkq_14 ._Head_1cwkq_17 ._Label_1cwkq_22{display:flex;align-items:center;height:2.8rem;margin-right:.8rem;color:#242424;-webkit-user-select:none;user-select:none;font-size:1.4rem;font-weight:500;text-transform:capitalize}._QueryBlock_1cwkq_14 ._Children_1cwkq_33{position:relative;display:flex;min-height:2.8rem;width:fit-content}._QueryBlock_1cwkq_14 ._Children_1cwkq_33._Collapsed_1cwkq_39 ._BodyWrapper_1cwkq_6{max-height:2.8rem;overflow:hidden}._QueryBlock_1cwkq_14 ._Children_1cwkq_33 ._BodyWrapper_1cwkq_6{display:flex;flex-wrap:wrap;align-items:center;min-height:2.8rem;width:fit-content;min-width:24rem;transform:translateY(.1rem)}._QueryBlock_1cwkq_14 ._Children_1cwkq_33 ._BodyWrapper_1cwkq_6._FitContent_1cwkq_52{min-width:0}._QueryBlock_1cwkq_14 ._Children_1cwkq_33 ._BodyWrapper_1cwkq_6>*{margin:0 .8rem .2rem 0}._QueryBlock_1cwkq_14 ._Children_1cwkq_33 ._BodyWrapper_1cwkq_6>*:only-child,._QueryBlock_1cwkq_14 ._Children_1cwkq_33 ._BodyWrapper_1cwkq_6>*:last-child{margin:0 0 .2rem}._QueryBlock_1cwkq_14 ._Children_1cwkq_33 ._Collapsible_1cwkq_61{position:absolute;top:.8rem;left:0;display:flex;justify-content:center;align-items:center;transform:translate(-50%);color:#c3c6d8;cursor:pointer;transition:all .25s;border:1px solid #c3c6d8;border-radius:50%;padding:1px;background-color:#fff}._QueryBlock_1cwkq_14 ._Children_1cwkq_33 ._Collapsible_1cwkq_61:hover{color:#2f78ea;border-color:#2f78ea}._QueryBlock_1cwkq_14 ._Children_1cwkq_33 ._Collapsible_1cwkq_61._Active_1cwkq_81{transform:translate(-50%) rotate(90deg)}._QueryBlock_1cwkq_14 ._Children_1cwkq_33 ._Collapsible_1cwkq_61 ._Icon_1cwkq_84{font-size:.9rem}._QueryActions_5gaap_1{display:flex;font-size:1.2rem;width:0;overflow:hidden;transition:all .25s;opacity:0}._QueryActions_5gaap_1._Show_5gaap_9{width:fit-content;overflow:unset;opacity:1}._QueryActions_5gaap_1 ._Action_5gaap_14{margin-right:.4rem;opacity:.5;transition:all .25s;cursor:pointer}._QueryActions_5gaap_1 ._Action_5gaap_14:hover{opacity:1}._QueryActions_5gaap_1 ._Action_5gaap_14:last-child,._QueryActions_5gaap_1 ._Action_5gaap_14:only-child{margin-right:0}._QueryActions_5gaap_1 ._Icon_5gaap_26{margin-right:.4rem;cursor:pointer;font-size:1.8rem;border:1px solid transparent;border-radius:50%;padding:1px;transition:all .25s;color:#242424}._QueryActions_5gaap_1 ._Icon_5gaap_26:hover{border-color:#d7daeb;background-color:#f8f9fd}._QueryActions_5gaap_1 ._Icon_5gaap_26:last-child,._QueryActions_5gaap_1 ._Icon_5gaap_26:only-child{margin-right:0}._InlineLabel_921ol_1{font-size:1.4rem;display:flex;align-items:center;border:2px solid #d7daeb;color:#242424;padding:0 .4rem 0 .8rem;border-radius:16px;min-height:2.8rem;cursor:default;line-height:1.2rem}._InlineLabel_921ol_1._HasActions_921ol_13 ._Label_921ol_13{margin-right:.8rem}._InlineLabel_921ol_1._small_921ol_16{font-size:1.2rem;min-height:unset;border-width:1px;padding:.4rem .6rem}._InlineLabel_921ol_1._small_921ol_16 ._Label_921ol_13{line-height:1;transform:translateY(0)}._InlineLabel_921ol_1 ._Icon_921ol_26{font-size:1.6rem;color:#898ea8;margin-right:.4rem}._InlineLabel_921ol_1 ._Label_921ol_13{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.5;transform:translateY(-1px)}._QueryTree_1c3mq_1{width:100%;margin-bottom:.8rem!important}._QueryTree_1c3mq_1._Small_1c3mq_5>._Head_1c3mq_5 ._Label_1c3mq_5{background-color:unset;border:0;box-shadow:none;color:#242424;font-size:1.4rem;padding:.4rem 0}._QueryTree_1c3mq_1._Small_1c3mq_5>._Children_1c3mq_13{padding-left:0;padding-top:1.2rem}._QueryTree_1c3mq_1._Small_1c3mq_5>._Children_1c3mq_13:after{left:0}._QueryTree_1c3mq_1 ._Head_1c3mq_5{display:flex;align-items:center}._QueryTree_1c3mq_1 ._Head_1c3mq_5 ._Label_1c3mq_5{margin-right:.8rem;border-radius:1.6rem;padding:.4rem 1.6rem;font-size:1.4rem;font-weight:500;background-color:#2f78ea;border:1px solid #2f78ea;color:#fff;-webkit-user-select:none;user-select:none;box-shadow:0 3px 6px #dadada4d}._QueryTree_1c3mq_1 ._Head_1c3mq_5 ._Actions_1c3mq_36{display:flex}._QueryTree_1c3mq_1 ._Head_1c3mq_5 ._Actions_1c3mq_36 ._Action_1c3mq_36{margin-right:.8rem;opacity:.5}._QueryTree_1c3mq_1 ._Head_1c3mq_5 ._Actions_1c3mq_36 ._Action_1c3mq_36:hover{opacity:1}._QueryTree_1c3mq_1 ._Children_1c3mq_13{padding-left:2rem;padding-top:1.2rem;position:relative}._QueryTree_1c3mq_1 ._Children_1c3mq_13:after{content:" ";position:absolute;left:2rem;top:0;height:calc(100% - 2px);border-left:2px dashed #2f78ea}._QueryTree_1c3mq_1 ._Children_1c3mq_13 ._ChildWrapper_1c3mq_59{position:relative;padding-left:2.8rem;padding-bottom:.8rem;font-size:1.2rem}._QueryTree_1c3mq_1 ._Children_1c3mq_13 ._ChildWrapper_1c3mq_59:last-child,._QueryTree_1c3mq_1 ._Children_1c3mq_13 ._ChildWrapper_1c3mq_59:only-child{padding-bottom:0}._QueryTree_1c3mq_1 ._Children_1c3mq_13 ._ChildWrapper_1c3mq_59:before{content:" ";position:absolute;left:0;top:1.4rem;width:2.8rem;border-bottom:2px dashed #2f78ea;transform:translateY(-50%)}._QueryTree_1c3mq_1 ._Children_1c3mq_13 ._ChildWrapper_1c3mq_59:after{content:" ";position:absolute;left:2.8rem;top:1.4rem;width:.6rem;height:.6rem;border-radius:50%;background-color:#2f78ea;transform:translateY(-50%)}._QueryTree_1c3mq_1 ._Children_1c3mq_13 ._ChildWrapper_1c3mq_59 ._Child_1c3mq_13{margin-left:1.2rem}._QueryBuilder_1ojri_1 ._MainSelector_1ojri_1{display:flex}._QueryBuilder_1ojri_1 ._MainSelector_1ojri_1 ._Selector_1ojri_4{margin-right:.8rem}._QueryBuilder_1ojri_1 ._MainSelector_1ojri_1 ._Selector_1ojri_4:only-child,._QueryBuilder_1ojri_1 ._MainSelector_1ojri_1 ._Selector_1ojri_4:last-child{margin-right:0}._QueryBuilder_1ojri_1 ._Button_1ojri_10{min-width:0}._QueryBuilder_1ojri_1 ._Inline_1ojri_13{display:inline-block;margin-right:.8rem}._QueryBuilder_1ojri_1 ._Inline_1ojri_13 ._Button_1ojri_10{width:fit-content}._QueryBuilder_1ojri_1 ._Inline_1ojri_13:last-child,._QueryBuilder_1ojri_1 ._Inline_1ojri_13:only-child{margin-right:0}._QueryBuilder_1ojri_1 ._InlineToken_1ojri_23,._QueryBuilder_1ojri_1 ._InlineText_1ojri_24{display:flex;align-items:center;margin-right:.8rem;-webkit-user-select:none;user-select:none;height:2.8rem}._QueryBuilder_1ojri_1 ._InlineToken_1ojri_23{font-size:1.4rem;font-weight:600;text-transform:uppercase;white-space:nowrap}._QueryBuilder_1ojri_1 ._InlineText_1ojri_24{font-size:1.4rem;white-space:nowrap}._QueryBuilder_1ojri_1 ._QueryTree_1ojri_41{display:block!important}._QueryBuilder_1ojri_1 ._MutedText_1ojri_44{display:flex;align-items:center;font-size:1.4rem;color:#c3c6d8;height:2.8rem}._QueryBuilder_1ojri_1 ._Textarea_1ojri_51{margin:0;border:0;outline:none;width:40rem;height:20rem;font-family:Manrope,arial}._InlineRow_1ojri_60{display:flex;width:fit-content}._InlineRow_1ojri_60>*{margin-right:.8rem}._InlineRow_1ojri_60>*:last-child,._InlineRow_1ojri_60>*:only-child{margin-right:0}._FullWidth_1ojri_71{width:100%}._FlexWrap_1ojri_75{display:flex!important;flex-wrap:wrap;align-items:center}._FlexWrap_1ojri_75>*{margin-right:.4rem;margin-bottom:.4rem;transform:translateY(.2rem)}._FlexWrap_1ojri_75>*:last-child{margin-right:0}._FlexWrap_1ojri_75>*:only-child{margin-bottom:0;transform:translateY(0)}._TreeLabel_r6aul_1{display:flex;flex-direction:column}._TreeLabel_r6aul_1 ._Label_r6aul_5{display:flex;align-items:center;height:2.8rem;font-weight:500;font-size:1.4rem}._InlineButton_txl44_1{font-size:1.2rem;display:flex;align-items:center;color:#3483ff;min-height:2.8rem;text-transform:capitalize;line-height:1.2rem;cursor:pointer}._InlineButton_txl44_1:hover{color:#2f78ea}._OptionsDropdown_1vlu6_1{display:flex;justify-content:center;align-items:center;font-size:1.4rem;border-radius:20px;height:2.8rem;padding:0 .4rem 0 .8rem;cursor:pointer;transition:all .25s;border:1px solid #c3c6d8;width:fit-content}._OptionsDropdown_1vlu6_1:hover{background-color:#f8f9fd}._OptionsDropdown_1vlu6_1:hover ._Selected_1vlu6_17 ._SelectedLabel_1vlu6_17{color:#3483ff}._OptionsDropdown_1vlu6_1._Active_1vlu6_20{background-color:#3483ff1a!important;color:#3483ff;border-color:#3483ff80}._OptionsDropdown_1vlu6_1._large_1vlu6_25{height:3.4rem}._OptionsDropdown_1vlu6_1 ._OptionsLabel_1vlu6_28{display:flex;align-items:center;border-right:1px solid #d7daeb;padding-right:.4rem;margin-right:.8rem}._OptionsDropdown_1vlu6_1 ._OptionsLabel_1vlu6_28 ._Text_1vlu6_35{text-transform:uppercase;font-size:1.2rem;letter-spacing:.3px;color:#757c96}._OptionsDropdown_1vlu6_1 ._OptionsLabel_1vlu6_28 ._Icon_1vlu6_41{font-size:1.8rem;margin-right:.4rem;color:#757c96}._OptionsDropdown_1vlu6_1 ._Selected_1vlu6_17{display:flex;align-items:center;font-size:1.4rem}._OptionsDropdown_1vlu6_1 ._Selected_1vlu6_17 ._Placeholder_1vlu6_51{color:#757c96}._OptionsDropdown_1vlu6_1 ._Selected_1vlu6_17 ._ActionIcon_1vlu6_54{font-size:2rem;transition:all .25s;border:1px solid transparent;border-radius:50%;color:#757c96}._OptionsPopover_1vlu6_62{padding:1.2rem}._OptionsPopover_1vlu6_62 ._Option_1vlu6_1{display:flex;align-items:center;font-size:1.4rem;color:#757c96;margin-bottom:.8rem;cursor:pointer}._OptionsPopover_1vlu6_62 ._Option_1vlu6_1._Disabled_1vlu6_73{cursor:default;color:#b1b4c5}._OptionsPopover_1vlu6_62 ._Option_1vlu6_1 ._CheckWrapper_1vlu6_77{display:flex;align-items:center;margin-right:.8rem;width:1.6rem}._OptionsPopover_1vlu6_62 ._Option_1vlu6_1 ._CheckWrapper_1vlu6_77 ._CheckIcon_1vlu6_83{color:#3483ff;font-size:1.6rem}._OptionsPopover_1vlu6_62 ._Option_1vlu6_1:last-child,._OptionsPopover_1vlu6_62 ._Option_1vlu6_1:only-child{margin-bottom:0}._OptionsPopover_1vlu6_62 ._Option_1vlu6_1._Selected_1vlu6_17{color:#3483ff}._SentencePart_1d6rp_2{color:#414559;font-size:1.4rem}._BoldTextPart_1d6rp_7{color:#242424;font-weight:600}._ChangeTextPart_1d6rp_12{color:#242424;font-weight:600;margin:0 .4rem 0 .1rem}._ChangeTextPart_1d6rp_12._green_1d6rp_17{color:#21c476}._ChangeTextPart_1d6rp_12._red_1d6rp_20{color:#f66b6b}._ExplainabilityLabelPart_1d6rp_24{display:inline-flex!important;margin-right:.4rem;min-width:5.8rem!important;font-size:1.2rem!important}._SubjectPart_1d6rp_31{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:#757c94;margin-right:.4rem}._SubjectPart_1d6rp_31 ._SubjectIcon_1d6rp_39{font-size:1.6rem}._HelperTextPart_1d6rp_43{display:inline-flex;align-items:center}._AnchorLinkPart_1d6rp_48{cursor:pointer;display:inline-flex;align-items:center;color:#3483ff;font-size:1.6rem;margin:0 .4rem}._ExecutiveSummary_1d6rp_57{display:flex;flex-direction:column;gap:2rem}._ExecutiveSummary_1d6rp_57 ._Section_1d6rp_62{display:flex;flex-direction:column;gap:.6rem}._ExecutiveSummary_1d6rp_57 ._Section_1d6rp_62 ._Title_1d6rp_67{font-size:1.2rem;text-transform:uppercase;color:#757c96}._ExecutiveSummary_1d6rp_57 ._Section_1d6rp_62 ._Content_1d6rp_72{display:flex;flex-direction:column;gap:1rem}._ExecutiveSummary_1d6rp_57 ._Section_1d6rp_62 ._Content_1d6rp_72._List_1d6rp_77{padding-left:2rem}._ExecutiveSummary_1d6rp_57 ._Section_1d6rp_62 ._Content_1d6rp_72._List_1d6rp_77 ._Sentence_1d6rp_2:before{content:"•";position:absolute;left:-2rem;top:0;color:#414559;font-weight:700}._ExecutiveSummary_1d6rp_57 ._Section_1d6rp_62 ._Content_1d6rp_72 ._Sentence_1d6rp_2{display:flex;align-items:center;flex-wrap:wrap;position:relative;gap:.3rem;line-height:2rem}._ExecutiveSummary_1d6rp_57 ._Section_1d6rp_62 ._Content_1d6rp_72 ._Sentence_1d6rp_2 ._NoticeIcon_1d6rp_96{font-size:1.6rem;color:#606375;margin-right:.4rem}._ExecutiveSummary_1d6rp_57 ._Section_1d6rp_62 ._Content_1d6rp_72 ._Sentence_1d6rp_2._notice_1d6rp_101{min-height:3.2rem;margin-left:-2rem;background-color:#f0f2f7;padding:0 .8rem;border-radius:.4rem;font-size:1.2rem;font-weight:500}._ExecutiveSummary_1d6rp_57 ._Section_1d6rp_62 ._Content_1d6rp_72 ._Sentence_1d6rp_2._notice_1d6rp_101:before{display:none}._ExecutiveSummary_1d6rp_57 ._Section_1d6rp_62 ._Content_1d6rp_72 ._Sentence_1d6rp_2._notice_1d6rp_101 ._SentencePart_1d6rp_2{color:#606375}._MinimumMarkdown_1d6rp_117{font-size:1.3rem}._MinimumMarkdown_1d6rp_117 p{margin:0;padding:.2rem 0}._MinimumMarkdown_1d6rp_117 p:first-child{padding-top:0}._MinimumMarkdown_1d6rp_117 p:last-child{padding-bottom:0}._MinimumMarkdown_1d6rp_117 ul,._MinimumMarkdown_1d6rp_117 ol{margin:0;margin-left:.4rem;padding-left:1.2rem;list-style-position:outside}._MinimumMarkdown_1d6rp_117 li{margin:0;padding:.2rem 0}._MinimumMarkdown_1d6rp_117 h1,._MinimumMarkdown_1d6rp_117 h2,._MinimumMarkdown_1d6rp_117 h3,._MinimumMarkdown_1d6rp_117 h4,._MinimumMarkdown_1d6rp_117 h5,._MinimumMarkdown_1d6rp_117 h6{margin:0;padding:.2rem 0;font-weight:600}._MinimumMarkdown_1d6rp_117 strong,._MinimumMarkdown_1d6rp_117 b{font-weight:600}._MinimumMarkdown_1d6rp_117 em,._MinimumMarkdown_1d6rp_117 i{font-style:italic}._GranularityDropdownButton_1kolj_1{height:2.8rem!important;min-width:unset!important}._GranularityDisplay_1kolj_6{display:flex;align-items:center;height:2.8rem;border:1px solid #d7dbea;background-color:#f8f9fc;border-radius:4px;color:#757c94;padding:0 .8rem;font-size:1.4rem;text-transform:capitalize}._HomepageChartEmptyState_qvpzw_1{display:flex;align-items:center;justify-content:center;color:#757c94;height:100%}._HomepageChartEmptyState_qvpzw_1 ._Progress_qvpzw_8{margin-right:.8rem;color:#3483ff}._HomepageChartEmptyState_qvpzw_1 ._Content_qvpzw_12{text-align:center;max-width:80%}._HomepageChartModeOptions_lmbau_1{display:flex;align-items:center;height:2.8rem;border:1px solid #d7dbea;border-radius:4px;font-size:1.4rem;color:#606375;background-color:#fff}._HomepageChartModeOptions_lmbau_1 ._Option_lmbau_11{display:flex;align-items:center;height:100%;border-right:1px solid #d7dbea;padding:0 .8rem;cursor:pointer;gap:.6rem}._HomepageChartModeOptions_lmbau_1 ._Option_lmbau_11._Selected_lmbau_20{background-color:#f0f2f7;color:#242424}._HomepageChartModeOptions_lmbau_1 ._Option_lmbau_11 ._Value_lmbau_24{font-weight:600}._HomepageChartModeOptions_lmbau_1 ._PredictedOption_lmbau_27,._HomepageChartModeOptions_lmbau_1 ._PredictedOption_lmbau_27._Selected_lmbau_20{color:#792bef}._HomepageChartModeOptions_lmbau_1 ._CurrentOption_lmbau_33{border-bottom-left-radius:4px;border-top-left-radius:4px}._HomepageChartModeOptions_lmbau_1 ._DropDown_lmbau_37{display:flex;align-items:center;height:100%;font-size:1.6rem;cursor:pointer}._HomepageChartModeOptions_lmbau_1 ._DropDown_lmbau_37._Selected_lmbau_20{background-color:#f0f2f7}._HomepageChartModeOptions_lmbau_1 ._DropDown_lmbau_37._Open_lmbau_47{background-color:#dff0ff;color:#3483ff}._Options_lmbau_52{padding:.8rem 0}._Options_lmbau_52 ._Option_lmbau_11{display:flex;align-items:center;height:3.2rem;padding:0 .8rem}._Options_lmbau_52 ._Option_lmbau_11._Selected_lmbau_20{background-color:#dff0ff}._KPITreePopoverLayout_1vupg_1{display:flex;flex-direction:column;width:56rem;height:26rem;padding:1.2rem 1.2rem 0;border-radius:8px;background-color:#fff;border:1px solid #d7dbea;box-shadow:0 2px 6px #21212333;margin:1.2rem 0;line-height:normal}._KPITreePopoverLayout_1vupg_1 ._Header_1vupg_14{display:flex;flex-direction:column;gap:.4rem;border-bottom:1px solid #d7dbea;padding-bottom:.8rem}._KPITreePopoverLayout_1vupg_1 ._Header_1vupg_14 ._Title_1vupg_21{font-size:1.6rem;font-weight:500}._KPITreePopoverLayout_1vupg_1 ._Header_1vupg_14 ._SubTitleItems_1vupg_25{display:flex;align-items:center;gap:1.2rem}._KPITreePopoverLayout_1vupg_1 ._Header_1vupg_14 ._SubTitleItems_1vupg_25 ._Item_1vupg_30{display:flex;align-items:center;gap:.6rem;font-size:1.2rem}._KPITreePopoverLayout_1vupg_1 ._Header_1vupg_14 ._SubTitleItems_1vupg_25 ._Item_1vupg_30 ._Label_1vupg_36{color:#757c94;text-transform:uppercase}._KPITreePopoverLayout_1vupg_1 ._Header_1vupg_14 ._SubTitleItems_1vupg_25 ._Item_1vupg_30 ._Content_1vupg_40{display:flex;align-items:center;font-weight:500}._KPITreePopoverLayout_1vupg_1 ._PopoverContent_1vupg_45{position:relative;flex:1}._MetricSelector_1mc0g_1{position:relative;margin-top:.4rem;width:34rem;height:30rem;border-radius:12px;box-shadow:0 0 8px 2px #0000001a;overflow:hidden}._CorrelationChip_1n079_1{height:1.6rem;border-radius:12px;font-size:1.2rem;padding:.2rem .6rem;line-height:1}._KPIPositionPlaceholder_1jqrz_1{position:absolute;width:26rem;height:11.2rem;background:#fff;font-size:1.6rem;font-weight:500;text-align:center;border:1px solid #d7dbea;border-radius:8px;display:flex;justify-content:center;align-items:center;padding:1.2rem;z-index:1000;cursor:pointer}._KPIEdge_1aphm_1{display:flex;align-items:center;justify-content:center;position:absolute;height:1.6rem;border-radius:12px;font-size:1.2rem;padding:.2rem .6rem;box-shadow:1px 1px 3px #00000040;pointer-events:all;background-color:#c5c9db;overflow:hidden;cursor:default}._KPIEdge_1aphm_1 ._EditIcon_1aphm_16{font-size:1.4rem}._KPIEdge_1aphm_1._Icon_1aphm_19{padding:.2rem;height:unset}._KPIEdge_1aphm_1._EditMode_1aphm_23{cursor:pointer;padding-right:0}._KPIEdge_1aphm_1 ._ChevronWrapper_1aphm_27{padding-right:.2rem}._KPIEdge_1aphm_1 ._ChevronWrapper_1aphm_27 ._Chevron_1aphm_27{font-size:1.6rem}._KPIEdge_1aphm_1 ._Divider_1aphm_33{height:1rem;width:1px;background-color:#606375;opacity:.5;margin-left:.4rem}._EdgeActions_1aphm_41{background-color:#fff;border-radius:8px;padding-top:.4rem;overflow:hidden}._EdgeActions_1aphm_41 ._RelationTypeTitle_1aphm_47{display:flex;align-items:center;height:3.2rem;padding:0 1.6rem;text-transform:uppercase;font-size:1.2rem;color:#606375}._EdgeActions_1aphm_41 ._RelationshipOptions_1aphm_56{display:flex;flex-direction:column}._EdgeActions_1aphm_41 ._RelationshipOptions_1aphm_56 ._Option_1aphm_60{display:flex;align-items:center;padding:0 1.6rem;font-size:1.4rem;height:4rem;gap:1.2rem;transition:all .25s;cursor:pointer}._EdgeActions_1aphm_41 ._RelationshipOptions_1aphm_56 ._Option_1aphm_60:hover,._EdgeActions_1aphm_41 ._RelationshipOptions_1aphm_56 ._Option_1aphm_60._Selected_1aphm_70{background-color:#e5efff}._EdgeActions_1aphm_41 ._RelationshipOptions_1aphm_56 ._Option_1aphm_60._Selected_1aphm_70{cursor:default}._EdgeActions_1aphm_41 ._RelationshipOptions_1aphm_56 ._Option_1aphm_60 ._OptionLabel_1aphm_76{display:flex;align-items:center;gap:.4rem}._EdgeActions_1aphm_41 ._RelationshipOptions_1aphm_56 ._Option_1aphm_60 ._OptionLabel_1aphm_76 ._Icon_1aphm_19{font-size:1.6rem}._EdgeActions_1aphm_41 ._ActionsDivider_1aphm_84{height:1px;background-color:#d7dae9}._EdgeActions_1aphm_41 ._RemoveAction_1aphm_88{padding:0 1.6rem;height:4rem;display:flex;align-items:center;gap:.8rem;cursor:pointer;font-size:1.4rem;transition:all .25s}._EdgeActions_1aphm_41 ._RemoveAction_1aphm_88:hover{background-color:#e5efff}._EdgeActions_1aphm_41 ._RemoveAction_1aphm_88 ._RemoveIcon_1aphm_101{font-size:1.6rem}._Inline_7gw6d_1{display:flex;align-items:center;gap:.4rem}._Inline_7gw6d_1 ._RelationName_7gw6d_6{font-size:1.4rem}._Chart_7gw6d_10{position:relative;height:100%;padding:1.2rem}._KPIGroup_1ezeo_1{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:.6rem;background-color:#fff;border:1px solid #d7dbea;font-size:1.4rem;font-weight:600;height:5.4rem;width:11.2rem;padding:0 .8rem;border-radius:8px;cursor:pointer;pointer-events:all;transition:all .25s}._KPIGroup_1ezeo_1._Disabled_1ezeo_19{opacity:.5;pointer-events:none;cursor:default}._KPIGroup_1ezeo_1._Disabled_1ezeo_19:hover{border-color:#d7dbea}._KPIGroup_1ezeo_1:hover{border-color:#3483ff}._KPIGroup_1ezeo_1 ._KPIGroupCount_1ezeo_30{display:flex;align-items:center;gap:.8rem}._AddInputMetricNode_x1mfp_1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:26rem;height:11.2rem;gap:.8rem;border:1px dashed #d7dbea;background-color:#fff;border-radius:8px;cursor:pointer;color:#3483ff;transition:all .25s;pointer-events:all}._AddInputMetricNode_x1mfp_1._Active_x1mfp_17,._AddInputMetricNode_x1mfp_1:hover{border-color:#3483ff;background-color:#e5efff}._AddInputMetricNode_x1mfp_1 ._AddIcon_x1mfp_21{font-size:1.8rem}._AddInputMetricNode_x1mfp_1 ._Text_x1mfp_24{text-align:center;max-width:70%;font-size:1.4rem}._ModalWrapper_14e32_1{display:flex;justify-content:center;align-items:center;height:100%;width:100%}._ModalWrapper_14e32_1 ._TreeWrapper_14e32_8{max-width:94vw;height:94vh}._RootNotExistsWarn_14e32_13{display:flex;align-items:center;gap:.6rem;font-size:1.4rem;color:#606375;margin-left:3.6rem}._EmptyState_14e32_22{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:20rem;width:60rem;display:flex;align-items:center;justify-content:center;pointer-events:all;z-index:100}._EmptyState_14e32_22 ._MetricPlaceholder_14e32_35{display:flex;align-items:center;justify-content:center;width:26rem;height:8rem;border:1px dashed #d7dbea;background-color:#fff;border-radius:8px}._TreeHeader_14e32_46{position:absolute;top:0}._ReactFlow_14e32_51{min-height:inherit}._Actions_14e32_55{display:flex;align-items:center;justify-content:center;gap:.6rem}._LeftActions_14e32_62{display:flex;align-items:center;gap:.8rem}._ExpendButton_14e32_68{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;background-color:#fff;height:3.2rem;padding:0 .8rem;border:1px solid #d7dbea;border-radius:4px;cursor:pointer;transition:all .25s;color:#242424}._ExpendButton_14e32_68:hover{color:#3483ff}._KPITree_14e32_86{width:100%;height:100%;border:solid 1px #d7dbea;border-radius:8px;overflow:hidden}._KPITree_14e32_86 ._Content_14e32_93{position:relative;width:100%;height:100%;min-height:40rem;background-color:#f8f9fc}._KPITreeHeader_oc4mh_1{width:100%;display:flex;align-items:center;background-color:#fff;padding:0 2.4rem;height:6rem;z-index:1000}._KPITreeHeader_oc4mh_1 ._Separator_oc4mh_10{height:1.6rem;width:1px;background-color:#d7dbea}._KPITreeHeader_oc4mh_1 ._Button_oc4mh_15{height:3.2rem;border-radius:4px}._KPITreeHeader_oc4mh_1 ._Main_oc4mh_19{display:flex;align-items:center;flex:1}._KPITreeHeader_oc4mh_1 ._Main_oc4mh_19 ._Title_oc4mh_24{font-size:2rem;display:flex;align-items:center;gap:1.2rem}._KPITreeHeader_oc4mh_1 ._Main_oc4mh_19 ._Separator_oc4mh_10{margin-right:1.6rem;margin-left:.8rem}._KPITreeHeader_oc4mh_1 ._Main_oc4mh_19 ._BackButton_oc4mh_34{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.8rem;cursor:pointer;border-radius:50%}._KPITreeHeader_oc4mh_1 ._Main_oc4mh_19 ._BackButton_oc4mh_34:hover{background-color:#f0f2f7}._KPITreeHeader_oc4mh_1 ._Right_oc4mh_46{display:flex;align-items:center;gap:.8rem}._KPITreeHeader_oc4mh_1 ._Right_oc4mh_46 ._DatePickerInput_oc4mh_51{max-width:18rem}._KPITreeHeader_oc4mh_1 ._Right_oc4mh_46 ._SeeFullTree_oc4mh_54{font-size:1.4rem;color:#3483ff;cursor:pointer}._EmptyNode_fq8de_1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:26rem;height:8rem;gap:.8rem;border:1px dashed #d7dbea;background-color:#fff;border-radius:8px;cursor:pointer;color:#3483ff;transition:all .25s}._EmptyNode_fq8de_1._Active_fq8de_16,._EmptyNode_fq8de_1:hover{border-color:#3483ff;background-color:#e5efff}._EmptyNode_fq8de_1 ._AddIcon_fq8de_20{font-size:1.8rem}._EmptyNode_fq8de_1 ._Text_fq8de_23{text-align:center;max-width:70%;font-size:1.4rem}._EmptyStateSimpleMode_pry0f_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem}._EmptyStateSimpleMode_pry0f_1 ._Main_pry0f_8{text-align:center;font-size:1.6rem;color:#606375}._Container_1r1th_1{height:100%;border-radius:8px;background-color:#f8f9fc;display:flex;align-items:center;justify-content:center;padding:3.2rem 0}._Container_1r1th_1 ._Content_1r1th_10{display:flex;flex-direction:column;align-items:center;width:40rem}._Container_1r1th_1 ._Content_1r1th_10 ._ImageWrapper_1r1th_16{margin-bottom:3rem}._Container_1r1th_1 ._Content_1r1th_10 ._ImageWrapper_1r1th_16 img{width:20rem;height:20rem}._Container_1r1th_1 ._Content_1r1th_10 ._Title_1r1th_23{font-size:2rem;margin-bottom:2rem;text-align:center;font-weight:700}._Container_1r1th_1 ._Content_1r1th_10 ._SubTitle_1r1th_29{text-align:center;margin-bottom:3.2rem;font-weight:400;font-size:1.4rem;line-height:1.5;color:#757c94}._Container_le8oc_1{height:100%;border-radius:8px;background-color:#f8f9fc;display:flex;align-items:center;justify-content:center;padding:3.2rem 0}._Container_le8oc_1 ._Content_le8oc_10{display:flex;flex-direction:column;align-items:center;width:40rem}._Container_le8oc_1 ._Content_le8oc_10 ._ImageWrapper_le8oc_16{margin-bottom:3rem}._Container_le8oc_1 ._Content_le8oc_10 ._ImageWrapper_le8oc_16 img{width:20rem;height:20rem}._Container_le8oc_1 ._Content_le8oc_10 ._Title_le8oc_23{font-size:2rem;margin-bottom:2rem;text-align:center;font-weight:700}._Container_le8oc_1 ._Content_le8oc_10 ._ProgressContainer_le8oc_29{width:26.6rem;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center}._Container_le8oc_1 ._Content_le8oc_10 ._SubTitle_le8oc_36{text-align:center;margin-bottom:3.2rem;font-weight:400;font-size:1.4rem;line-height:1.5;color:#757c94}._KPISegmentation_148ec_1{display:flex;flex-direction:column;height:36rem;overflow:hidden;border-radius:8px}._KPISegmentation_148ec_1 ._Header_148ec_8{padding:1.2rem}._KPISegmentation_148ec_1 ._Main_148ec_11{display:flex;flex:1;overflow:hidden}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16{flex:1;display:flex;flex-direction:column;border-right:1px solid #d7dbea}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._SegmentSelector_148ec_22{display:flex;align-items:center;padding:.8rem;background-color:#f0f2f7;width:100%;border-bottom:1px solid #d7dbea}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._SegmentSelector_148ec_22 ._SelectGroup_148ec_30{max-width:80%!important;width:fit-content!important}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34{overflow-y:auto;flex:1}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34::-webkit-scrollbar{width:6px;height:6px;background:transparent}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34::-webkit-scrollbar-track{border-radius:6px}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._TableHeader_148ec_53{display:grid;grid-template-columns:4fr 3fr 3fr;column-gap:.8rem;height:2.8rem;font-size:1.2rem;text-transform:uppercase;color:#757c94;position:sticky;top:0;z-index:100;border-bottom:1px solid #d7dbea;padding-left:1.2rem;background-color:#f0f2f7}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._TableHeader_148ec_53 ._THead_148ec_68{display:flex;align-items:center}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._Segment_148ec_22{display:grid;grid-template-columns:4fr 3fr 3fr;height:3.6rem;column-gap:.8rem;transition:all .25s;font-size:1.4rem;padding-left:1.2rem;border-bottom:1px solid #d7dbea}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._Segment_148ec_22._NotSignificant_148ec_82{filter:grayscale(1)}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._Segment_148ec_22._Selected_148ec_85{background-color:#e5efff}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._Segment_148ec_22:last-child,._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._Segment_148ec_22:only-child{border-bottom:0}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._Segment_148ec_22:hover{background-color:#f8f9fd}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._Segment_148ec_22 ._Name_148ec_94{display:flex;align-items:center;gap:.4rem;overflow:hidden}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._Segment_148ec_22 ._Name_148ec_94 ._Checkbox_148ec_100{margin-right:.4rem}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._Segment_148ec_22 ._Name_148ec_94 ._Text_148ec_103{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._Segment_148ec_22 ._KPIValue_148ec_109{display:flex;align-items:center;gap:.4rem}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._Segment_148ec_22 ._KPIValue_148ec_109 ._VS_148ec_114{font-size:1.2rem;color:#757c94}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._Segment_148ec_22 ._Share_148ec_118{align-items:center;display:flex;position:relative;height:100%;flex:1;width:100%;overflow:hidden;font-size:1.2rem}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._Segment_148ec_22 ._Share_148ec_118 ._Text_148ec_103{z-index:10;color:#606375}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._Segment_148ec_22 ._Share_148ec_118 ._Bar_148ec_132{position:absolute;right:0;top:0;height:100%;background-color:#3483ff1a}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._NoGroupEmptyState_148ec_139{display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:1.6rem;height:calc(100% - 2rem);color:#757c94;flex:1;border-radius:8px}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Left_148ec_16 ._List_148ec_34 ._NoGroupEmptyState_148ec_139 ._Icon_148ec_150{font-size:5rem;margin-bottom:1.2rem}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Chart_148ec_154{flex:1;padding:0 1.2rem 1.2rem}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Chart_148ec_154 ._EmptyState_148ec_158{background-color:#f8f9fc;flex:1;border-radius:8px;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#757c94}._KPISegmentation_148ec_1 ._Main_148ec_11 ._Chart_148ec_154 ._EmptyState_148ec_158 ._Icon_148ec_150{font-size:5rem;margin-bottom:1.2rem}._RenameExperimentPanelContainer_14qlm_1{height:60vh;width:84rem}._RenameExperimentPanelContainer_14qlm_1 ._RenameExperimentPanel_14qlm_1{display:flex;flex-direction:column;flex:1}._RenameExperimentPanelContainer_14qlm_1 ._RenameExperimentPanel_14qlm_1 ._Header_14qlm_10{margin-bottom:2rem}._RenameExperimentPanelContainer_14qlm_1 ._RenameExperimentPanel_14qlm_1 ._Content_14qlm_13{flex:1}._WorkflowFormContainer_1q2ut_1{height:72vh;width:84rem}._WorkflowFormContainer_1q2ut_1 ._WorkflowForm_1q2ut_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._WorkflowFormContainer_1q2ut_1 ._WorkflowForm_1q2ut_1 ._Header_1q2ut_11{margin-bottom:2rem}._WorkflowFormContainer_1q2ut_1 ._WorkflowForm_1q2ut_1 ._WizardSteps_1q2ut_14{width:100%;padding:0 2.4rem;margin-bottom:2rem}._WorkflowFormContainer_1q2ut_1 ._WorkflowForm_1q2ut_1 ._WizardSteps_1q2ut_14 ._FullWidth_1q2ut_19{width:100%}._WorkflowFormContainer_1q2ut_1 ._WorkflowForm_1q2ut_1 ._Tabs_1q2ut_22{overflow:hidden}._WorkflowTypeSelectionTab_r6oqr_1{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._WorkflowParametersTab_1gxw3_1{padding:1.6rem 0;overflow-y:auto}._WorkflowParametersTab_1gxw3_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._WorkflowParametersTab_1gxw3_1::-webkit-scrollbar-track{border-radius:6px}._WorkflowParametersTab_1gxw3_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._WorkflowParametersTab_1gxw3_1 ._Parameter_1gxw3_20{margin-bottom:3.2rem}._WorkflowParametersTab_1gxw3_1 ._SectionTitle_1gxw3_23{font-weight:500;font-size:1.8rem;line-height:2rem;padding-top:1.6rem;padding-bottom:3.2rem}._WorkflowParametersTab_1gxw3_1 ._MaxNumberOfUsers_1gxw3_30{max-width:14rem}._WorkflowOutputsTab_1mdlg_1{padding:1.6rem 0;overflow-y:auto}._WorkflowOutputsTab_1mdlg_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._WorkflowOutputsTab_1mdlg_1::-webkit-scrollbar-track{border-radius:6px}._WorkflowOutputsTab_1mdlg_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._WorkflowOutputsTab_1mdlg_1 ._Error_1mdlg_20{margin-bottom:2rem;color:#e74c3c}._WorkflowOutputsTab_1mdlg_1 ._Option_1mdlg_24{margin-bottom:2rem}._WorkflowOutputsTab_1mdlg_1 ._Input_1mdlg_27{margin-bottom:1.2rem}._WorkflowOutputsTab_1mdlg_1 ._TableInput_1mdlg_30{max-width:30rem}._WorkflowOutputsTab_1mdlg_1 ._StateInput_1mdlg_33{max-width:fit-content}._WorkflowOutputOption_1q4j4_1{border:1px solid #d7dae9;border-radius:8px;overflow:hidden;transition:max-height .5s;max-height:1000px}._WorkflowOutputOption_1q4j4_1._Collapsed_1q4j4_8{max-height:4rem}._WorkflowOutputOption_1q4j4_1._Collapsed_1q4j4_8 ._Header_1q4j4_11 ._Chevron_1q4j4_11{transform:rotate(0)}._WorkflowOutputOption_1q4j4_1._Disabled_1q4j4_14 ._Header_1q4j4_11,._WorkflowOutputOption_1q4j4_1._NotActive_1q4j4_14 ._Header_1q4j4_11{cursor:default}._WorkflowOutputOption_1q4j4_1._Disabled_1q4j4_14 ._Header_1q4j4_11 ._Chevron_1q4j4_11,._WorkflowOutputOption_1q4j4_1._NotActive_1q4j4_14 ._Header_1q4j4_11 ._Chevron_1q4j4_11{display:none}._WorkflowOutputOption_1q4j4_1._Disabled_1q4j4_14 ._Header_1q4j4_11 ._Title_1q4j4_20{color:#757c94}._WorkflowOutputOption_1q4j4_1._Error_1q4j4_23{border-color:#e74c3c}._WorkflowOutputOption_1q4j4_1 ._Header_1q4j4_11{display:flex;align-items:center;height:4rem;padding:0 1.2rem;gap:.8rem;cursor:pointer}._WorkflowOutputOption_1q4j4_1 ._Header_1q4j4_11 ._Title_1q4j4_20{flex:1;font-size:1.6rem;font-weight:500}._WorkflowOutputOption_1q4j4_1 ._Header_1q4j4_11 ._Chevron_1q4j4_11{cursor:pointer;font-size:1.6rem;color:#757c94;transition:all .25s;transform:rotate(180deg)}._WorkflowOutputOption_1q4j4_1 ._Content_1q4j4_46{padding:1.2rem}._TeamFormContainer_9su54_1{height:23rem;width:42rem}._TeamFormContainer_9su54_1 ._Actions_9su54_5{display:flex;gap:.6rem}._TeamFormContainer_9su54_1 ._Team_9su54_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._TeamFormContainer_9su54_1 ._Team_9su54_1 ._TeamHeader_9su54_15{margin-bottom:2rem}._TeamFormContainer_9su54_1 ._Team_9su54_1 ._TeamForm_9su54_1{display:flex;margin:0 3.2rem}._HomepageSubscriptionPanelContainer_1uln2_1{height:64vh;min-height:64vh;max-height:74vh;width:62rem}._HomepageSubscriptionPanelContainer_1uln2_1 ._Content_1uln2_7{padding:2rem 3.2rem;overflow-y:auto}._HomepageSubscriptionPanelContainer_1uln2_1 ._Content_1uln2_7::-webkit-scrollbar{width:6px;height:6px;background:transparent}._HomepageSubscriptionPanelContainer_1uln2_1 ._Content_1uln2_7::-webkit-scrollbar-track{border-radius:6px}._HomepageSubscriptionPanelContainer_1uln2_1 ._Content_1uln2_7::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._HomepageSubscriptionPanelContainer_1uln2_1 ._Content_1uln2_7 ._ActionsHeader_1uln2_26{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem}._HomepageSubscriptionPanelContainer_1uln2_1 ._Content_1uln2_7 ._ActionsHeader_1uln2_26 ._ShowInternalSubscriptions_1uln2_32{display:flex;align-items:center;gap:.8rem}._HomepageSubscriptionPanelContainer_1uln2_1 ._Content_1uln2_7 ._ListContainer_1uln2_37{display:flex;flex-direction:column;gap:.8rem}._HomepageSubscriptionPanelContainer_1uln2_1 ._Footer_1uln2_42{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:.8rem}._SubscriptionListItem_11990_1{border:1px solid #d7dae9;border-radius:8px;width:100%;padding:1.6rem}._SubscriptionListItem_11990_1 ._Header_11990_7{display:flex;justify-content:space-between}._SubscriptionListItem_11990_1 ._Header_11990_7 ._Description_11990_11{display:flex;flex-direction:column}._SubscriptionListItem_11990_1 ._Header_11990_7 ._Description_11990_11 ._SubscriptionNameLine_11990_15{display:flex;gap:.8rem;align-items:center;font-size:1.4rem;font-weight:600;line-height:2rem;color:#414559}._SubscriptionListItem_11990_1 ._Header_11990_7 ._Description_11990_11 ._SubscriptionNameLine_11990_15 ._Icon_11990_24{color:#757c94;font-size:1.6rem}._SubscriptionListItem_11990_1 ._SubscriptionFooter_11990_28{display:flex;gap:.8rem;width:100%;align-items:center}._SubscriptionListItem_11990_1 ._SubscriptionFooter_11990_28 ._InfoItem_11990_34{display:flex;gap:.8rem;align-items:baseline;font-size:1.2rem}._SubscriptionListItem_11990_1 ._SubscriptionFooter_11990_28 ._InfoItem_11990_34:not(._SubscriptionListItem_11990_1 ._SubscriptionFooter_11990_28 ._InfoItem_11990_34:last-of-type):after{content:"";width:2px;height:1.4rem;background-color:#d7dae9;margin:auto}._SubscriptionListItem_11990_1 ._SubscriptionFooter_11990_28 ._InfoItem_11990_34 ._Label_11990_47{font-weight:600;color:#757c94;text-transform:uppercase}._SubscriptionListItem_11990_1 ._SubscriptionFooter_11990_28 ._InfoItem_11990_34 ._MetricCount_11990_52{font-weight:600;color:#212123;font-size:1.4rem;font-weight:500}._HomepageSubscriptionListPanelEmptyState_1xilc_1{display:flex;flex-direction:column;gap:2.4rem}._HomepageSubscriptionListPanelEmptyState_1xilc_1 ._Message_1xilc_6{font-size:1.4rem;font-weight:600;line-height:2rem;color:#757c94;text-align:center}._HomepageSubscriptionListPanelEmptyState_1xilc_1 ._Content_1xilc_13{border:1px solid #d7dae9;border-radius:8px;padding:1.6rem;display:flex;flex-direction:column;justify-content:center}._HomepageSubscriptionListPanelEmptyState_1xilc_1 ._Content_1xilc_13 ._Title_1xilc_21{font-size:1.6rem;font-weight:700;line-height:2rem;text-align:center;color:#414559}._HomepageSubscriptionListPanelEmptyState_1xilc_1 ._Content_1xilc_13 ._FormContainer_1xilc_28{padding:1.2rem 0}._HomepageSubscriptionListPanelEmptyState_1xilc_1 ._Content_1xilc_13 ._AddSubscriptionButton_1xilc_31{color:#3483ff;cursor:pointer;text-align:center;font-size:1.4rem;font-weight:500;line-height:2rem}._SubscriptionReportPage_3eef2_1{display:flex;flex-direction:column;flex:1;overflow-y:auto;gap:20rem}._SubscriptionReportPage_3eef2_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._SubscriptionReportPage_3eef2_1::-webkit-scrollbar-track{border-radius:6px}._SubscriptionReportPage_3eef2_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._SubscriptionReportPage_3eef2_1 ._GoToTop_3eef2_23{display:flex;align-items:center;justify-content:center;position:fixed;bottom:4.8rem;right:4.8rem;border-radius:50%;width:3rem;height:3rem;border:1px solid #d7dbea;cursor:pointer;transition:all .25s}._SubscriptionReportPage_3eef2_1 ._GoToTop_3eef2_23:hover{background-color:#f8f9fc}._SubscriptionReportPage_3eef2_1 ._Page_3eef2_40{max-width:120rem;width:100%;margin:0 auto}._SubscriptionReportPage_3eef2_1 ._Page_3eef2_40:last-child{margin-bottom:20rem}@media print{._SubscriptionReportPage_3eef2_1{gap:unset}._SubscriptionReportPage_3eef2_1 ._GoToTop_3eef2_23{display:none}._SubscriptionReportPage_3eef2_1 ._Page_3eef2_40{display:block;break-after:page;page-break-after:always}._SubscriptionReportPage_3eef2_1 ._Page_3eef2_40:last-child{margin-bottom:0;break-after:avoid;page-break-after:avoid}}._SubscriptionReportPage_3eef2_1 ._Header_3eef2_66{padding-top:4rem;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.2rem;margin-bottom:2.4rem}._SubscriptionReportPage_3eef2_1 ._Header_3eef2_66 ._ProductLogo_3eef2_75 img{height:8rem;width:auto}._SubscriptionReportPage_3eef2_1 ._Header_3eef2_66 ._Title_3eef2_79{font-size:3rem}._SubscriptionReportPage_3eef2_1 ._Header_3eef2_66 ._Title_3eef2_79 ._Date_3eef2_82{font-weight:600}._SubscriptionReportPage_3eef2_1 ._Header_3eef2_66 ._SubTitle_3eef2_85{display:flex;align-items:center;gap:.8rem;font-size:1.8rem}._SubscriptionReportPage_3eef2_1 ._Header_3eef2_66 ._SubTitle_3eef2_85 ._LoopsIcon_3eef2_91{font-size:3rem}._SubscriptionReportPage_3eef2_1 ._MetricItem_3eef2_94{scroll-margin-block-start:4rem}._SubscriptionReportKPIItem_1g8cf_1{display:flex;flex-direction:column;gap:2rem}@media print{._SubscriptionReportKPIItem_1g8cf_1{break-inside:avoid}}._SubscriptionReportKPIItem_1g8cf_1 ._Header_1g8cf_11{display:flex;align-items:center}._SubscriptionReportKPIItem_1g8cf_1 ._Header_1g8cf_11 ._Title_1g8cf_15{font-size:3rem;font-weight:500;flex:1}._SubscriptionReportKPIItem_1g8cf_1 ._Header_1g8cf_11 ._Actions_1g8cf_20{display:flex;align-items:center;gap:1.2rem}@media print{._SubscriptionReportKPIItem_1g8cf_1 ._Header_1g8cf_11 ._Actions_1g8cf_20 ._NavigateTop_1g8cf_26{display:flex!important}}._SubscriptionReportKPIItem_1g8cf_1 ._Header_1g8cf_11 ._Actions_1g8cf_20 ._NavigateTop_1g8cf_26{display:none;align-items:center;justify-content:center;font-size:1.6rem;border:1px solid #d7dbea;border-radius:50%;width:2.8rem;height:2.8rem}._SubscriptionReportKPIItem_1g8cf_1 ._Header_1g8cf_11 ._Actions_1g8cf_20 ._NavigateTop_1g8cf_26:hover{text-decoration:none}._SubscriptionReportKPIItem_1g8cf_1 ._Header_1g8cf_11 ._Actions_1g8cf_20 ._Button_1g8cf_43{display:flex;align-items:center;gap:.8rem;height:2.8rem;padding:0 .8rem;border-radius:4px;border:1px solid #d7dbea;color:#3483ff;font-size:1.4rem;cursor:pointer;transition:all .25s}._SubscriptionReportKPIItem_1g8cf_1 ._Header_1g8cf_11 ._Actions_1g8cf_20 ._Button_1g8cf_43:hover{background-color:#e5efff}._SubscriptionReportKPIItem_1g8cf_1 ._Stats_1g8cf_59{display:flex;flex-direction:column;gap:.8rem;font-size:1.4rem}._SubscriptionReportKPIItem_1g8cf_1 ._Stats_1g8cf_59 ._StatItem_1g8cf_65{display:flex;align-items:center}._SubscriptionReportKPIItem_1g8cf_1 ._Stats_1g8cf_59 ._StatItem_1g8cf_65 ._Label_1g8cf_69{font-size:1.2rem;text-transform:uppercase;width:10.4rem;font-weight:600}._SubscriptionReportKPIItem_1g8cf_1 ._Stats_1g8cf_59 ._StatItem_1g8cf_65 ._Label_1g8cf_69._FitContent_1g8cf_75{width:fit-content}._SubscriptionReportKPIItem_1g8cf_1 ._Stats_1g8cf_59 ._StatItem_1g8cf_65 ._Content_1g8cf_78{display:flex;align-items:center;gap:.4rem}._SubscriptionReportKPIItem_1g8cf_1 ._Stats_1g8cf_59 ._StatItem_1g8cf_65 ._Content_1g8cf_78 ._Value_1g8cf_83{font-weight:600}._SubscriptionReportKPIItem_1g8cf_1 ._ChartWrapper_1g8cf_86{margin:0 auto;height:300px;padding:1.6rem;width:1040px}._SubscriptionSegmentationBreakdown_17rnj_1 ._MainTitle_17rnj_1{font-size:1.8rem;font-weight:600;margin-bottom:1.2rem}._SubscriptionSegmentationBreakdown_17rnj_1 ._TableContainer_17rnj_6{border-radius:8px;background-color:#f8f9fd;overflow:hidden;border:1px solid #d7dbea}._SubscriptionSegmentationBreakdown_17rnj_1 ._TableContainer_17rnj_6 ._Headers_17rnj_12{display:grid;grid-template-columns:1fr repeat(5,14.8rem);background-color:#f0f2f7;font-size:1.2rem;text-transform:uppercase;padding:0 1.6rem}._SubscriptionSegmentationBreakdown_17rnj_1 ._TableContainer_17rnj_6 ._Headers_17rnj_12 ._Header_17rnj_12{display:flex;align-items:center;height:3.2rem;font-weight:600}._SubscriptionSegmentationBreakdown_17rnj_1 ._TableContainer_17rnj_6 ._Content_17rnj_26{display:flex;flex-direction:column;gap:1.2rem;padding:.8rem 1.6rem}._SubscriptionSegmentationBreakdown_17rnj_1 ._TableContainer_17rnj_6 ._Content_17rnj_26 ._SegmentGroup_17rnj_32{border-radius:8px;overflow:hidden;border:1px solid #d7dbea}._SubscriptionSegmentationBreakdown_17rnj_1 ._TableContainer_17rnj_6 ._Content_17rnj_26 ._SegmentGroup_17rnj_32 ._Title_17rnj_37{display:flex;align-items:center;text-transform:uppercase;background-color:#e5efff;height:3.2rem;font-size:1.2rem;font-weight:600;padding:0 1.6rem}._SubscriptionSegmentationBreakdown_17rnj_1 ._TableContainer_17rnj_6 ._Content_17rnj_26 ._SegmentGroup_17rnj_32 ._Segment_17rnj_32{display:grid;grid-template-columns:1fr repeat(5,14.8rem)}._SubscriptionSegmentationBreakdown_17rnj_1 ._TableContainer_17rnj_6 ._Content_17rnj_26 ._SegmentGroup_17rnj_32 ._Segment_17rnj_32:nth-child(2n){background-color:#fff}._SubscriptionSegmentationBreakdown_17rnj_1 ._TableContainer_17rnj_6 ._Content_17rnj_26 ._SegmentGroup_17rnj_32 ._Segment_17rnj_32 ._Cell_17rnj_54{display:flex;align-items:center;min-height:4.4rem;padding:.4rem 0;font-size:1.4rem;word-break:break-word}._SubscriptionSegmentationBreakdown_17rnj_1 ._TableContainer_17rnj_6 ._Content_17rnj_26 ._SegmentGroup_17rnj_32 ._Segment_17rnj_32 ._Cell_17rnj_54._SegmentNameCell_17rnj_62{padding-left:1.6rem;padding-right:1.6rem;font-weight:600}._Expand_xnthr_1{grid-column-end:span 2}._Hidden_xnthr_5{display:none}._SubscriptionReportTable_xnthr_9{display:flex;flex-direction:column;gap:1.2rem;font-size:1.4rem}._SubscriptionReportTable_xnthr_9 ._Title_xnthr_15{font-size:1.8rem;font-weight:600}._SubscriptionReportTable_xnthr_9 ._NameColumn_xnthr_19{display:flex;align-items:center;width:100%;max-width:100%;overflow:hidden;font-weight:600;min-width:0}._SubscriptionReportTable_xnthr_9 ._NameColumn_xnthr_19 ._Name_xnthr_19{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._SubscriptionReportTable_xnthr_9 ._NameColumn_xnthr_19 ._ChildArrowIcon_xnthr_33{margin-right:8px;font-size:16px}._SubscriptionReportTable_xnthr_9 ._ValueColumn_xnthr_37{display:flex;align-items:center;width:100%;gap:.4rem}._SubscriptionReportTable_xnthr_9 ._ValueColumn_xnthr_37 ._Date_xnthr_43{width:fit-content;white-space:nowrap;word-break:keep-all}._SubscriptionReportTable_xnthr_9 ._ValueColumn_xnthr_37 ._Value_xnthr_37,._SubscriptionReportTable_xnthr_9 ._Uplift_xnthr_51{font-weight:600}._SubscriptionReportTable_xnthr_9 ._ExplainersColumn_xnthr_54._NoExplainers_xnthr_54{color:#757c94}._SubscriptionReportTable_xnthr_9 ._ZebraRow_xnthr_57{height:5.8rem}._SubscriptionReportTable_xnthr_9 ._ZebraRow_xnthr_57:nth-child(odd){background-color:#f8f9fc!important}._SubscriptionReportTable_xnthr_9 ._ChildRow_xnthr_63,._SubscriptionReportTable_xnthr_9 ._NotRelevantRow_xnthr_66{background-color:#f0f2f7!important}._SubscriptionReportTable_xnthr_9 ._ActionColumn_xnthr_69{padding-right:2rem}._SubscriptionReportTable_xnthr_9 ._ActionColumn_xnthr_69 ._MoreInfo_xnthr_72{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;border:1px solid #d7dbea;border-radius:4px;padding:.4rem .8rem;background-color:#fff}._SubscriptionReportTable_xnthr_9 ._ActionColumn_xnthr_69 ._MoreInfo_xnthr_72:hover{text-decoration:none}._SubscriptionReportTable_xnthr_9 ._MissingData_xnthr_85{display:flex;align-items:center;justify-content:center;width:100%;gap:.8rem;color:#757c94}._SubscriptionReportTable_xnthr_9 ._MutedText_xnthr_93{color:#757c94}._AnomalyColumn_xnthr_97{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:1.2rem;text-transform:uppercase;color:#21c476;font-weight:600}._AnomalyColumn_xnthr_97._Negative_xnthr_107{color:#ff6871}._AnomalyColumn_xnthr_97 ._AnomalyIcon_xnthr_110{font-size:1.4rem}._NotReady_xnthr_114{grid-column:2/-2}._NotReady_xnthr_114._HasAnomaly_xnthr_117{grid-column:3/-2}._HomepageSubscriptionCreatedSuccessScreen_yg2ro_1{display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow-y:hidden;height:52rem;width:62rem;margin:7rem auto 2rem}._HomepageSubscriptionCreatedSuccessScreen_yg2ro_1 ._Content_yg2ro_11{display:flex;flex-direction:column;align-items:center;height:100%;margin:0 7rem}._HomepageSubscriptionCreatedSuccessScreen_yg2ro_1 ._Content_yg2ro_11 ._Header_yg2ro_18{display:flex;flex-direction:column;gap:2rem;align-items:center}._HomepageSubscriptionCreatedSuccessScreen_yg2ro_1 ._Content_yg2ro_11 ._Header_yg2ro_18 ._Title_yg2ro_24{font-size:2.5rem;font-weight:400;line-height:2rem;text-align:center}._HomepageSubscriptionCreatedSuccessScreen_yg2ro_1 ._Content_yg2ro_11 ._Description_yg2ro_30{font-size:1.6rem;font-weight:400;line-height:2rem;text-align:center;margin:3rem auto 1rem}._HomepageSubscriptionCreatedSuccessScreen_yg2ro_1 ._Content_yg2ro_11 ._Via_yg2ro_37{display:flex;flex-direction:column;align-items:center;font-size:1.4rem;font-weight:700;line-height:2rem;color:#212121}._HomepageSubscriptionCreatedSuccessScreen_yg2ro_1 ._Footer_yg2ro_46{display:flex;flex-direction:column;gap:2rem;margin:0 10rem;align-items:center}._HomepageSubscriptionCreatedSuccessScreen_yg2ro_1 ._Footer_yg2ro_46 ._EditButton_yg2ro_53{color:#3483ff;font-size:1.4rem;font-weight:500;line-height:2rem;text-align:center;cursor:pointer}._HomepageSubscriptionCreatedSuccessScreen_yg2ro_1 ._Footer_yg2ro_46 ._Message_yg2ro_61{margin:auto;text-align:center;color:#757c94;font-size:1.4rem;font-weight:400;line-height:2rem}._HomepageSubscriptionSuccessPanelContainer_1ug2w_1 ._Footer_1ug2w_1{display:flex;gap:.8rem}._HomepageQuickSubscriptionPanelContainer_bi7m7_1{height:64vh;min-height:64vh;max-height:74vh;width:62rem}._HomepageQuickSubscriptionPanelContainer_bi7m7_1 ._Content_bi7m7_7{padding:2rem 3.2rem;overflow-y:auto}._HomepageQuickSubscriptionPanelContainer_bi7m7_1 ._Content_bi7m7_7 ._ActionsHeader_bi7m7_11{display:flex;justify-content:space-between;padding-bottom:2rem}._HomepageQuickSubscriptionPanelContainer_bi7m7_1 ._Content_bi7m7_7 ._ListContainer_bi7m7_16{display:flex;flex-direction:column;gap:.8rem}._HomepageQuickSubscriptionPanelContainer_bi7m7_1 ._Footer_bi7m7_21{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:.8rem}._KPIFormulaPanel_19yfl_1{width:60rem;height:auto}._KPIFormulaPanel_19yfl_1 ._Content_19yfl_5{padding:2rem}._KPIFormulaPanel_19yfl_1 ._Content_19yfl_5 ._NoVariablesEmptyState_19yfl_8{color:#606375;text-align:center;font-size:1.4rem;line-height:1.5}._HomepageTestSubscriptionPanelContainer_7hnwn_1{height:50vh;width:40vw}._HomepageTestSubscriptionPanelContainer_7hnwn_1 ._Content_7hnwn_5{height:100%;display:flex;flex-direction:column;align-items:center;gap:1.6rem;padding:0 3.2rem 2.4rem;margin-top:1.6rem}._Container_1uas7_1{height:80vh;width:50vw;min-width:80rem}._DataPipelineFormPanel_1uas7_7{display:flex;flex-direction:column;flex:1;overflow:hidden}._DataPipelineFormPanel_1uas7_7 ._DataPipelineFormHeader_1uas7_13{margin-bottom:2rem}._DataPipelineFormPanel_1uas7_7 ._SQLInputs_1uas7_16{display:flex;flex-direction:column;gap:1.2rem;flex:1}._DataPipelineFormPanel_1uas7_7 ._SQLInputs_1uas7_16 ._SQLInput_1uas7_16{display:flex;flex:1}._DataPipelineFormPanel_1uas7_7 ._SQLInputs_1uas7_16 ._SQLInput_1uas7_16._Hidden_1uas7_26{display:none}._DataPipelineFormPanel_1uas7_7 ._Error_1uas7_29{color:#e74c3c}._Container_13n2v_1{height:80vh;width:50vw;min-width:80rem}._DataPipelineViewPanel_13n2v_7{color:#242424;overflow:hidden;height:100%;display:flex;flex-direction:column}._DataPipelineViewPanel_13n2v_7 ._Body_13n2v_14{padding:0 2rem;overflow-y:auto;flex:1}._DataPipelineViewPanel_13n2v_7 ._Body_13n2v_14::-webkit-scrollbar{width:6px;height:6px;background:transparent}._DataPipelineViewPanel_13n2v_7 ._Body_13n2v_14::-webkit-scrollbar-track{border-radius:6px}._DataPipelineViewPanel_13n2v_7 ._Body_13n2v_14::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._DataPipelineViewPanel_13n2v_7 ._Body_13n2v_14 ._Block_13n2v_34{margin-bottom:2rem}._DataPipelineViewPanel_13n2v_7 ._Body_13n2v_14 ._NameBlock_13n2v_37{padding-top:2rem}._DataPipelineViewPanel_13n2v_7 ._Body_13n2v_14 ._NameBlock_13n2v_37 ._Name_13n2v_37{font-size:2rem}._DataPipelineViewPanel_13n2v_7 ._Body_13n2v_14 ._SQLBlocks_13n2v_43{display:flex;flex-direction:column;gap:1.2rem}._HomepageSubscriptionAlertRulePanel_1xmz0_1{height:52rem;width:46rem}._Content_1xmz0_6{display:flex;flex-direction:column;gap:1.6rem;padding:2.4rem;font-size:1.4rem}._Condition_1xmz0_14{display:flex;flex-direction:row;width:100%;align-items:start;gap:1.2rem}._Condition_1xmz0_14 ._ConditionContent_1xmz0_21{display:flex;flex-direction:column;gap:.8rem}._Condition_1xmz0_14 ._ConditionContent_1xmz0_21 ._ConditionLabel_1xmz0_26{display:flex;flex-direction:column;font-weight:600;font-size:1.4rem;line-height:2rem}._Condition_1xmz0_14 ._ConditionContent_1xmz0_21 ._ConditionDescription_1xmz0_33{font-weight:300;font-size:1.4rem;line-height:2rem;color:#757c94}._Condition_1xmz0_14 ._ConditionContent_1xmz0_21 ._ConditionFields_1xmz0_39{display:flex;flex-direction:row;align-items:center;gap:1.2rem}._Condition_1xmz0_14 ._ConditionContent_1xmz0_21 ._ThresholdInput_1xmz0_45{width:12rem}._Footer_1xmz0_49{padding:0;display:flex;justify-content:flex-end;gap:.8rem}._PanelContent_1nfqx_1{width:84rem;height:74vh}._Footer_1nfqx_6{display:flex;align-items:center;justify-content:center;width:100%}._Footer_1nfqx_6 ._Info_1nfqx_12{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;flex:1;color:#757c94}._Footer_1nfqx_6 ._Actions_1nfqx_20{display:flex;align-items:center;gap:.8rem}._SynonymsGridContainer_1nfqx_26 ._Grid_1nfqx_26{margin-bottom:1rem}._SynonymsGridContainer_1nfqx_26 ._Grid_1nfqx_26 ._Row_1nfqx_29:hover{background-color:#fff!important}._SynonymsGridContainer_1nfqx_26 ._Grid_1nfqx_26 ._EmptyStateRow_1nfqx_32{color:#757c94;font-size:1.4rem}._Section_1nfqx_37{margin-top:2.4rem}._Header_1nfqx_41{font-size:1.6rem;font-weight:600;margin:0 0 .8rem}._HelperText_1nfqx_47{font-size:1.4rem;color:#757c94;margin:0 0 1.6rem}._FeaturesContainer_1nfqx_53{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}._FeatureLabel_1nfqx_59{border:1px solid #d1d5db;border-radius:12px;padding:12px 10px;display:flex;align-items:center;background:#fff;font-size:14px}._FeatureLabel_1nfqx_59._Disabled_1nfqx_68{cursor:not-allowed;opacity:.7}._FeatureContent_1nfqx_73{display:flex;align-items:center}._FeatureInfoTip_1nfqx_78{margin-left:8px;margin-right:8px}._Container_mq9ro_1{width:70rem}._HomepageBreakdownPanel_mq9ro_5{padding-top:1.6rem;display:flex;flex-direction:column;gap:1.6rem;overflow-y:hidden;max-height:80vh;min-height:20rem;height:fit-content}._HomepageBreakdownPanel_mq9ro_5 ._HeaderWrapper_mq9ro_15{display:flex;flex-direction:column;gap:.8rem;padding:0 1.6rem}._HomepageBreakdownPanel_mq9ro_5 ._HeaderWrapper_mq9ro_15 ._Header_mq9ro_15{display:flex;align-items:center;gap:.4rem}._HomepageBreakdownPanel_mq9ro_5 ._HeaderWrapper_mq9ro_15 ._Header_mq9ro_15 ._HeaderTitle_mq9ro_26{font-size:1.8rem;font-weight:600}._HomepageBreakdownPanel_mq9ro_5 ._HeaderWrapper_mq9ro_15 ._Header_mq9ro_15 ._HeaderMode_mq9ro_30{font-size:1.8rem;display:flex;align-items:center;gap:.8rem}._HomepageBreakdownPanel_mq9ro_5 ._HeaderWrapper_mq9ro_15 ._Description_mq9ro_36{font-size:1.4rem;font-weight:400;color:#757c94}._HomepageBreakdownPanel_mq9ro_5 ._Content_mq9ro_41{flex:1;overflow-y:auto;padding:0 1.6rem}._HomepageBreakdownPanel_mq9ro_5 ._Content_mq9ro_41::-webkit-scrollbar{width:6px;height:6px;background:transparent}._HomepageBreakdownPanel_mq9ro_5 ._Content_mq9ro_41::-webkit-scrollbar-track{border-radius:6px}._HomepageBreakdownPanel_mq9ro_5 ._Content_mq9ro_41::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._HomepageBreakdownPanel_mq9ro_5 ._Content_mq9ro_41 ._Breakdown_mq9ro_61{display:flex;flex-direction:column;gap:.8rem}._HomepageBreakdownPanel_mq9ro_5 ._Content_mq9ro_41 ._Breakdown_mq9ro_61 ._AddBreakdownButton_mq9ro_66{width:fit-content}._HomepageBreakdownPanel_mq9ro_5 ._Footer_mq9ro_69{display:flex;justify-content:flex-end;align-items:center;height:6rem;border-top:1px solid #d7dbea;padding:0 1.6rem;gap:.8rem}._BreakdownSegment_mq9ro_79{display:flex;flex-direction:column;justify-content:center;gap:.8rem}._BreakdownSegment_mq9ro_79._HasSegment_mq9ro_85{background-color:#f8f9fc;padding:.8rem;border-radius:.4rem}._BreakdownSegment_mq9ro_79 ._SegmentSelector_mq9ro_90{display:flex;align-items:center;gap:.8rem}._BreakdownSegment_mq9ro_79 ._Loading_mq9ro_95{font-size:1.4rem;font-weight:400;color:#757c94}._BreakdownSegment_mq9ro_79 ._SegmentClasses_mq9ro_100{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem}._BreakdownSegment_mq9ro_79 ._SegmentClasses_mq9ro_100 ._SegmentClass_mq9ro_100{font-size:1.4rem;font-weight:400;color:#757c94;background-color:#f8f9fc;padding:.4rem .8rem;border-radius:.4rem;border:1px solid #d7dbea;cursor:pointer}._BreakdownSegment_mq9ro_79 ._SegmentClasses_mq9ro_100 ._SegmentClass_mq9ro_100._Disabled_mq9ro_116{cursor:not-allowed}._BreakdownSegment_mq9ro_79 ._SegmentClasses_mq9ro_100 ._SegmentClass_mq9ro_100._Selected_mq9ro_119{background-color:#3483ff;color:#fff}._ExploreQuestionMessageContainer_1c1ll_1{width:100%;display:flex;flex-direction:column;gap:.8rem}._ExploreQuestionMessageContainer_1c1ll_1 ._SeeExplore_1c1ll_7{display:flex;align-items:center;justify-content:start}._ExploreQuestionMessageContainer_1c1ll_1 ._SeeExplore_1c1ll_7 ._Button_1c1ll_12{font-size:1.4rem;color:#3483ff;cursor:pointer}._ExploreQuestionMessageContainer_1c1ll_1 ._SeeExplore_1c1ll_7 ._Button_1c1ll_12:hover{text-decoration:underline}._ExploreQuestionMessageContainer_1c1ll_1 ._ExploreQuestionMessage_1c1ll_1{width:100%;border:1px solid #d7dae9;border-radius:8px}._ExploreQuestionMessageContainer_1c1ll_1 ._ExploreQuestionMessage_1c1ll_1 ._Title_1c1ll_25{display:flex;align-items:center;flex-wrap:wrap;min-height:4.8rem;gap:.8rem;font-size:1.4rem;background-color:#f8f9fc;padding:0 1.2rem;border-top-left-radius:8px;border-top-right-radius:8px;margin-bottom:.8rem}._ExploreQuestionMessageContainer_1c1ll_1 ._ExploreQuestionMessage_1c1ll_1 ._Title_1c1ll_25._Loading_1c1ll_38{color:#606375;background:linear-gradient(100deg,#f8f9fc 20%,#ebeef7,#f8f9fc 80%);background-size:200% 100%;animation:_shimmer_1c1ll_1 3s infinite}._ExploreQuestionMessageContainer_1c1ll_1 ._ExploreQuestionMessage_1c1ll_1 ._Options_1c1ll_44{margin-bottom:1.2rem;padding:0 1.2rem}._ExploreQuestionMessageContainer_1c1ll_1 ._ExploreQuestionMessage_1c1ll_1 ._Divider_1c1ll_48{height:1px;width:100%;background-color:#d7dbea;content:""}._ExploreQuestionMessageContainer_1c1ll_1 ._ExploreQuestionMessage_1c1ll_1 ._ChartWrapper_1c1ll_54{height:32rem;max-height:fit-content;min-height:32rem;width:100%;padding:0 1.2rem 1.2rem;overflow-y:auto}._ExploreQuestionMessageContainer_1c1ll_1 ._ExploreQuestionMessage_1c1ll_1 ._ChartWrapper_1c1ll_54::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ExploreQuestionMessageContainer_1c1ll_1 ._ExploreQuestionMessage_1c1ll_1 ._ChartWrapper_1c1ll_54::-webkit-scrollbar-track{border-radius:6px}._ExploreQuestionMessageContainer_1c1ll_1 ._ExploreQuestionMessage_1c1ll_1 ._ChartWrapper_1c1ll_54::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ExploreQuestionMessageContainer_1c1ll_1 ._ExploreQuestionMessage_1c1ll_1 ._ExecutiveSummaryWrapper_1c1ll_77{position:relative;min-height:6rem;display:flex;flex-direction:column;gap:1.2rem;padding:1.6rem}@keyframes _shimmer_1c1ll_1{0%{background-position:-200% 0}to{background-position:200% 0}}._ChartWrapper_hasq9_1{height:40rem;min-height:40rem;padding:2rem}._ChartWrapper_hasq9_1._FunnelChart_hasq9_6{height:unset;padding:.4rem}._Blocks_hasq9_11{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem;min-height:100%}._Blocks_hasq9_11 ._Block_hasq9_11{display:flex;flex-direction:column;border:1px solid #d7dbea;border-radius:8px;padding:1.2rem;transition:all .25s;width:18rem;height:16rem}._Blocks_hasq9_11 ._Block_hasq9_11:hover{background-color:#f8f9fc}._Blocks_hasq9_11 ._Block_hasq9_11 ._Label_hasq9_32{display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:500;height:4rem}._Blocks_hasq9_11 ._Block_hasq9_11 ._Label_hasq9_32 ._Text_hasq9_40{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;text-align:center}._Blocks_hasq9_11 ._Block_hasq9_11 ._Value_hasq9_48{flex:1;display:flex;justify-content:center;align-items:center;font-size:4rem;font-weight:500;margin-bottom:1.2rem}._Blocks_hasq9_11 ._Block_hasq9_11 ._EntityCount_hasq9_57{display:flex;justify-content:center;align-items:center;font-size:1.4rem;font-weight:400;color:#757c94}._EmptyState_dnm5m_1{display:flex;align-items:center;justify-content:center;color:#757c94;height:100%}._EmptyState_dnm5m_1 ._Progress_dnm5m_8{margin-right:.8rem;color:#3483ff}._EmptyState_dnm5m_1 ._Content_dnm5m_12{text-align:center;max-width:80%}._HomepageFunnelViewer_dnm5m_17{display:flex;flex-direction:column;height:100%;position:relative}._HomepageFunnelViewer_dnm5m_17 ._Chart_dnm5m_23{flex:1;padding:1.2rem}._HomepageFunnelViewer_dnm5m_17._Contained_dnm5m_27{border:1px solid rgba(195,198,216,.7);border-radius:8px}._HomepageFunnelViewer_dnm5m_17._Contained_dnm5m_27 ._Options_dnm5m_31{margin:0;padding:.6rem;height:unset;border-radius:6px 6px 0 0;background-color:#c3c6d84d}._HomepageFunnelViewer_dnm5m_17 ._Options_dnm5m_31{display:flex;align-items:center;height:3.2rem;min-height:3.2rem;margin:.8rem 0;padding:0 1.6rem}._HomepageFunnelViewer_dnm5m_17 ._Options_dnm5m_31 ._Right_dnm5m_46{flex:1;display:flex;align-items:center;gap:.8rem}._HomepageFunnelViewer_dnm5m_17 ._Options_dnm5m_31 ._Right_dnm5m_46 ._ModeSelection_dnm5m_52{height:2.8rem}._HomepageFunnelViewer_dnm5m_17 ._Options_dnm5m_31 ._Left_dnm5m_55{display:flex;align-items:center;gap:.8rem}._PageBody_cu52j_1{overflow:hidden}._QuestionSelectorActive_cu52j_5{color:#3483ff!important;background-color:#f8f9fd!important}._ExplorationMain_cu52j_10{position:relative;display:flex;height:100%}._ExplorationMain_cu52j_10 ._Controller_cu52j_15{width:48rem;min-width:48rem;background-color:#f8f9fd}._ExplorationMain_cu52j_10 ._View_cu52j_20{position:relative;flex:1;overflow-y:auto}._ExplorationMain_cu52j_10 ._View_cu52j_20::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ExplorationMain_cu52j_10 ._View_cu52j_20::-webkit-scrollbar-track{border-radius:6px}._ExplorationMain_cu52j_10 ._View_cu52j_20::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ExplorationMain_cu52j_10 ._View_cu52j_20 ._ViewWrapper_cu52j_40{position:relative;height:100%;width:100%;padding:2rem}._ExplorationMain_cu52j_10 ._View_cu52j_20 ._ViewWrapper_cu52j_40 ._EmptyState_cu52j_46{display:flex;align-items:center;justify-content:center;height:100%;width:100%}._ExplorationController_dejhv_1{display:flex;flex-direction:column;font-size:1.4rem;height:100%;background-color:#f8f9fd}._ExplorationController_dejhv_1 ._Main_dejhv_8{flex:1;display:flex;flex-direction:column;gap:2rem;overflow-y:auto;padding:0 2rem}._ExplorationController_dejhv_1 ._Main_dejhv_8::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ExplorationController_dejhv_1 ._Main_dejhv_8::-webkit-scrollbar-track{border-radius:6px}._ExplorationController_dejhv_1 ._Main_dejhv_8::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Tabs_dejhv_31{position:sticky;top:0;padding-top:2rem;background-color:#f8f9fd;z-index:10}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Tabs_dejhv_31 ._TabItem_dejhv_38{display:flex;align-items:center;gap:.8rem}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Section_dejhv_43{display:flex;flex-direction:column;gap:.8rem}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Section_dejhv_43._SectionError_dejhv_48 ._Header_dejhv_48 ._Title_dejhv_48{color:#e74c3c}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Section_dejhv_43 ._Header_dejhv_48{display:flex;align-items:center;height:3.2rem;gap:2rem}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Section_dejhv_43 ._Header_dejhv_48 ._Title_dejhv_48{font-size:1.6rem;font-weight:600;flex:1;color:#606375}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Section_dejhv_43 ._Header_dejhv_48 ._Actions_dejhv_63{display:flex;align-items:center;gap:.6rem;min-width:fit-content}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Section_dejhv_43 ._Content_dejhv_69{display:flex;flex-direction:column;gap:1.6rem}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Section_dejhv_43 ._Content_dejhv_69._FunnelContent_dejhv_74{background-color:#fff;padding:1.2rem;border-radius:.8rem;border:1px solid #d7dbea}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Section_dejhv_43 ._Content_dejhv_69 ._GroupBySignals_dejhv_80{display:flex;flex-direction:column;gap:.8rem}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Section_dejhv_43 ._Content_dejhv_69 ._GroupBySignals_dejhv_80 ._GroupByItem_dejhv_85{display:flex;align-items:center;gap:.8rem}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Section_dejhv_43 ._Content_dejhv_69 ._EmptyStateText_dejhv_90{font-size:1.4rem;color:#757c94}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Section_dejhv_43 ._Content_dejhv_69 ._FilterEmptyState_dejhv_94{display:flex;align-items:center;gap:.8rem}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Section_dejhv_43 ._Content_dejhv_69 ._FilterEmptyState_dejhv_94 ._Add_dejhv_99{font-size:1.4rem;color:#3483ff;cursor:pointer}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Section_dejhv_43 ._Content_dejhv_69 ._FilterEmptyState_dejhv_94 ._Add_dejhv_99._Disabled_dejhv_104{color:#757c94;cursor:default}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Section_dejhv_43 ._BoundingDays_dejhv_108{display:flex;align-items:center;gap:.8rem;font-size:1.4rem}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._Spacer_dejhv_114{min-height:4rem}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._RemoveSegmentationFilterButton_dejhv_117{display:flex;align-items:center;gap:.4rem;color:#757c94;cursor:pointer;font-size:1.2rem;transition:all .25s;width:fit-content}._ExplorationController_dejhv_1 ._Main_dejhv_8 ._RemoveSegmentationFilterButton_dejhv_117:hover{color:#3483ff}._ExplorationController_dejhv_1 ._SelectExitingFunnel_dejhv_130{display:flex;align-items:center;gap:.6rem}._ExplorationController_dejhv_1 ._SelectExitingFunnel_dejhv_130 ._Button_dejhv_135{color:#3483ff;cursor:pointer}._ExplorationController_dejhv_1 ._Footer_dejhv_139{display:flex;align-items:center;justify-content:center;height:8rem;padding:0 2rem}._ExplorationController_dejhv_1 ._Footer_dejhv_139 ._Submit_dejhv_146{width:100%}._ControlBox_v4nz9_1{display:flex;justify-content:center;flex-direction:column;background-color:#fff;border-radius:8px;min-height:4.8rem;padding:.8rem;border:1px solid #d7dbea}._DialogLayout_y4x5n_1{max-height:50rem;overflow-y:auto;padding:1.2rem .8rem}._DialogLayout_y4x5n_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._DialogLayout_y4x5n_1::-webkit-scrollbar-track{border-radius:6px}._DialogLayout_y4x5n_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._MetricItemBuilder_y4x5n_22{display:flex;flex-direction:column;gap:.8rem;overflow:hidden}._MetricItemBuilder_y4x5n_22._EmptyState_y4x5n_28 ._Top_y4x5n_28{padding-bottom:0;border-bottom:0}._MetricItemBuilder_y4x5n_22 ._Top_y4x5n_28{display:flex;align-items:center;gap:.8rem;padding-bottom:.8rem;border-bottom:1px solid #d7dbea}._MetricItemBuilder_y4x5n_22 ._Top_y4x5n_28 ._Identifier_y4x5n_39{align-self:flex-start;margin-top:.6rem}._MetricItemBuilder_y4x5n_22 ._Top_y4x5n_28 ._ActionsWrapper_y4x5n_43{align-self:flex-start;display:flex;align-items:center;gap:.4rem;margin-left:.6rem;margin-top:.4rem}._MetricItemBuilder_y4x5n_22 ._Top_y4x5n_28 ._Selector_y4x5n_51{flex:1;min-width:0}._MetricItemBuilder_y4x5n_22 ._Top_y4x5n_28 ._Selector_y4x5n_51 ._HoldByProperty_y4x5n_55{display:flex;align-items:center;height:2.8rem;gap:1.2rem}._MetricItemBuilder_y4x5n_22 ._Top_y4x5n_28 ._Selector_y4x5n_51 ._TypeSelectorButton_y4x5n_61{display:flex;align-items:center;gap:.4rem;height:2.4rem;cursor:pointer;-webkit-user-select:none;user-select:none;width:fit-content}._MetricItemBuilder_y4x5n_22 ._Top_y4x5n_28 ._Selector_y4x5n_51 ._TypeSelectorButton_y4x5n_61 ._Chevron_y4x5n_70{transition:all .25s}._MetricItemBuilder_y4x5n_22 ._Top_y4x5n_28 ._Selector_y4x5n_51 ._TypeSelectorButton_y4x5n_61._Open_y4x5n_73 ._Chevron_y4x5n_70{transform:rotate(180deg)}._MetricItemBuilder_y4x5n_22 ._Definition_y4x5n_76{display:flex;flex-direction:column;gap:.8rem;width:100%}._MetricItemBuilder_y4x5n_22 ._GroupBy_y4x5n_82{display:flex;align-items:center;gap:.8rem}._MetricItemBuilder_y4x5n_22 ._GroupBy_y4x5n_82 ._Label_y4x5n_87{word-break:keep-all;white-space:nowrap}._Identifier_eovqy_1{display:flex;align-items:center;justify-content:center;font-size:1.4rem;height:2.4rem;width:2.4rem;min-height:2.4rem;min-width:2.4rem;border-radius:4px;background-color:#e7eaf3;color:#606375;-webkit-user-select:none;user-select:none}._ExploreViewer_51rrq_1{position:relative;height:100%;width:100%;display:flex;flex-direction:column;gap:2rem}._ExploreViewer_51rrq_1 ._Header_51rrq_9{display:flex;align-items:center;gap:.8rem}._ExploreViewer_51rrq_1 ._Header_51rrq_9 ._Title_51rrq_14{font-weight:500;font-size:2.8rem;color:#757c94}._ExploreViewer_51rrq_1 ._Spacer_51rrq_19{flex:1}._ExploreViewer_51rrq_1 ._OptionsWrapper_51rrq_22{display:flex;align-items:center;justify-content:space-between;gap:.8rem}._ExploreViewer_51rrq_1 ._SQLViewerButton_51rrq_28{font-size:1.4rem;display:flex;align-items:center;gap:.4rem;height:2.4rem;background-color:#e5efff;color:#3483ff;padding:0 .8rem;border-radius:4px;cursor:pointer}._ExploreViewer_51rrq_1 ._UsedCacheBadge_51rrq_40{font-size:1.2rem;display:flex;align-items:center;gap:.4rem;height:2.4rem;padding:0 .8rem;border-radius:4px;cursor:pointer;background:#f8f9fc}._ExploreViewer_51rrq_1 ._UsedCacheBadge_51rrq_40._Disabled_51rrq_51{cursor:default}._ExploreViewer_51rrq_1 ._EmptyState_51rrq_54{display:flex;align-items:center;justify-content:center;flex:1}._ExploreViewer_51rrq_1 ._ExecutiveSummary_51rrq_60{padding:0}._ExploreViewer_51rrq_1 ._ResearchButton_51rrq_63{color:#3483ff;font-size:1.4rem;cursor:pointer;line-height:1}._ExploreViewer_51rrq_1 ._TablesWrapper_51rrq_69{display:flex;flex-direction:column;gap:1.2rem}._ExploreViewer_51rrq_1 ._TablesWrapper_51rrq_69 ._TableTitle_51rrq_74{display:flex;align-items:center;gap:.8rem;height:fit-content;padding:1.2rem 0;font-size:1.4rem}._ExploreViewer_51rrq_1 ._TablesWrapper_51rrq_69 ._Table_51rrq_69{margin-top:.8rem}._ExploreViewer_51rrq_1 ._BottomSpacer_51rrq_85{min-height:8rem;content:" "}._Cell_1ln9z_1{min-height:2rem;display:flex;align-items:center;min-width:0}._Cell_1ln9z_1._Secondary_1ln9z_7{color:#757c94}._Text_1ln9z_11{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ExploreViewerTable_1ln9z_17{display:flex;flex-direction:column;gap:1.2rem}._ExploreViewerTable_1ln9z_17 ._Filters_1ln9z_22{display:flex;align-items:center;gap:.8rem;padding:0 .4rem;font-weight:500}._ExploreViewerTable_1ln9z_17 ._Filters_1ln9z_22 ._Label_1ln9z_29{font-size:1.4rem;color:#757c94}._ExploreLoadingState_1qc7p_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;gap:2rem}._ExploreLoadingState_1qc7p_1 ._Animation_1qc7p_10{color:#3483ff}._ExploreLoadingState_1qc7p_1 ._Title_1qc7p_13{font-size:2rem}._ExploreLoadingState_1qc7p_1 ._SubTitle_1qc7p_16{color:#757c94;opacity:0;transition:opacity .25s ease-in-out}._ExploreLoadingState_1qc7p_1 ._SubTitle_1qc7p_16._Show_1qc7p_21{opacity:1}._TableWrapper_1gw80_1{display:flex;flex-direction:column;gap:1.2rem}._Filters_1gw80_7{display:flex;align-items:center;gap:.8rem;padding:0 .4rem;font-weight:500}._Filters_1gw80_7 ._Label_1gw80_14{font-size:1.4rem;color:#757c94}._Table_1gw80_1{flex:1}._Text_1gw80_23{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ExploreViewerOptions_16t82_1{display:flex;justify-content:space-between;align-items:center;gap:1.6rem}._ExploreViewerOptions_16t82_1 ._Left_16t82_7,._ExploreViewerOptions_16t82_1 ._Right_16t82_12{display:flex;align-items:center;gap:.8rem}._ExploreViewerOptions_16t82_1 ._ModeSelection_16t82_17{width:fit-content;height:2.8rem}._ExplorationSQLModal_1pvbc_1{padding:2rem;display:flex;flex-direction:column;gap:1.2rem;height:100%}._ExplorationSQLModal_1pvbc_1 ._Content_1pvbc_8{flex:1}._ExploreQuestionsListPopover_13bxc_1{display:flex;flex-direction:column;width:40rem;min-height:10rem;max-height:24rem;overflow-y:auto;padding:.8rem 0}._ExploreQuestionsListPopover_13bxc_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ExploreQuestionsListPopover_13bxc_1::-webkit-scrollbar-track{border-radius:6px}._ExploreQuestionsListPopover_13bxc_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ExploreQuestionsListPopover_13bxc_1 ._EmptyState_13bxc_25{display:flex;align-items:center;justify-content:center;color:#757c94;height:10rem}._ExploreQuestionsListPopover_13bxc_1 ._QuestionItem_13bxc_32{display:flex;align-items:center;height:2.4rem;padding:1.6rem;gap:1.6rem}._ExploreQuestionsListPopover_13bxc_1 ._QuestionItem_13bxc_32 ._Title_13bxc_39{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ExploreQuestionsListPopover_13bxc_1 ._QuestionItem_13bxc_32 ._CreatedAt_13bxc_45{font-size:1.2rem;color:#757c94}._ExploreQuestionsListPopover_13bxc_1 ._QuestionItem_13bxc_32 ._Arrow_13bxc_49{opacity:0}._ExploreQuestionsListPopover_13bxc_1 ._QuestionItem_13bxc_32:hover{background-color:#f8f9fc;cursor:pointer;color:#3483ff}._ExploreQuestionsListPopover_13bxc_1 ._QuestionItem_13bxc_32:hover ._Arrow_13bxc_49{opacity:1}._Container_1wfz6_1{max-width:70vw;max-height:80vh;display:flex;flex-direction:column}._Content_1wfz6_8{flex:1;overflow:auto;padding:24px}._UserKPIDeepDiveStep_8xiq1_1,._UserKPIDeepDiveStep_8xiq1_1 ._Form_8xiq1_6{display:flex;flex-direction:column;flex:1}._UserKPIDeepDiveStep_8xiq1_1 ._Options_8xiq1_11{margin-top:2.4rem}._UserKPIDeepDiveStep_8xiq1_1 ._Options_8xiq1_11 ._Option_8xiq1_11{width:100%;border-radius:8px;display:flex;align-items:center;height:10rem;margin-bottom:1.2rem;border:1px solid #d7dbea;cursor:pointer;color:#242424;transition:border-color .25s;overflow:hidden}._UserKPIDeepDiveStep_8xiq1_1 ._Options_8xiq1_11 ._Option_8xiq1_11 ._IconWrapper_8xiq1_27{width:14rem;border-right:1px solid #d7dbea;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}._UserKPIDeepDiveStep_8xiq1_1 ._Options_8xiq1_11 ._Option_8xiq1_11 ._IconWrapper_8xiq1_27 ._Icon_8xiq1_27{font-size:3.6rem;margin-bottom:.8rem}._UserKPIDeepDiveStep_8xiq1_1 ._Options_8xiq1_11 ._Option_8xiq1_11 ._IconWrapper_8xiq1_27 ._Name_8xiq1_40{font-size:1.6rem;font-weight:400;line-height:20px}._UserKPIDeepDiveStep_8xiq1_1 ._Options_8xiq1_11 ._Option_8xiq1_11 ._Label_8xiq1_45{display:flex;align-items:center;font-size:1.8rem;padding-left:1.6rem;height:100%;flex:1}._UserKPIDeepDiveStep_8xiq1_1 ._Options_8xiq1_11 ._Option_8xiq1_11 ._Label_8xiq1_45 ._Select_8xiq1_53{height:100%}._UserKPIDeepDiveStep_8xiq1_1 ._Options_8xiq1_11 ._Option_8xiq1_11 ._Label_8xiq1_45 ._Input_8xiq1_56{height:100%;border:none;font-size:1.8rem}._UserKPIDeepDiveStep_8xiq1_1 ._Spacer_8xiq1_61{flex:1;min-height:2rem}._UserKPIDeepDiveStep_8xiq1_1 ._CreateSubscriptionCheckboxContainer_8xiq1_65{border-radius:8px;padding:1.2rem 0;transition:all .25s ease-in-out;display:flex;justify-content:center;margin-bottom:1rem}._UserKPIDeepDiveStep_8xiq1_1 ._CreateSubscriptionCheckboxContainer_8xiq1_65:hover{background-color:#3483ff1a}._UserKPIDeepDiveStep_8xiq1_1 ._Submit_8xiq1_76{width:100%;height:4.8rem;font-size:1.6rem;border-radius:2.4rem}._UserKPIDeepDiveStep_8xiq1_1 ._Submit_8xiq1_76._Disabled_8xiq1_82{color:#fff!important;background-color:#3483ff80!important}._UserKPIDeepDiveStep_8xiq1_1 ._Skip_8xiq1_86{margin-top:1.6rem;font-size:1.6rem;font-weight:400;line-height:22px;width:100%;text-align:center;color:#3483ff;cursor:pointer}._UserKPIDeepDiveStep_8xiq1_1 ._Success_8xiq1_96{display:flex;justify-content:center;align-items:center;flex:1;border:1px red dashed}._UserKPIDeepDiveStep_8xiq1_1 ._Success_8xiq1_96 ._IconSuccess_8xiq1_103{font-size:10rem!important;margin-top:3.2rem}._Questionnaire_5cafw_1{width:100%;height:100%;padding:2.4rem;display:flex;flex-direction:column}._Questionnaire_5cafw_1 ._Header_5cafw_8{display:flex;align-items:center;-webkit-user-select:none;user-select:none}._Questionnaire_5cafw_1 ._Header_5cafw_8 ._Logo_5cafw_13{width:10.8rem;height:auto}._Questionnaire_5cafw_1 ._Main_5cafw_17{flex:1;display:flex;justify-content:center;margin-top:4rem;margin-bottom:8rem}._Questionnaire_5cafw_1 ._Main_5cafw_17 ._Container_5cafw_24{display:flex;flex-direction:column;width:54rem}._Questionnaire_5cafw_1 ._Main_5cafw_17 ._Container_5cafw_24 ._FormComponent_5cafw_29{display:flex;flex-direction:column;flex:1}._Questionnaire_5cafw_1 ._Main_5cafw_17 ._Container_5cafw_24 ._Stepper_5cafw_34{display:flex;align-items:center;justify-content:space-between;margin-bottom:3.6rem}._Questionnaire_5cafw_1 ._Main_5cafw_17 ._Container_5cafw_24 ._Stepper_5cafw_34 ._Spacer_5cafw_40{flex:1}._Questionnaire_5cafw_1 ._Main_5cafw_17 ._Container_5cafw_24 ._Stepper_5cafw_34 ._Back_5cafw_43{display:flex;align-items:center;color:#898ea8;transition:color .25s,opacity .25s;cursor:pointer;font-size:1.4rem;line-height:1;opacity:1}._Questionnaire_5cafw_1 ._Main_5cafw_17 ._Container_5cafw_24 ._Stepper_5cafw_34 ._Back_5cafw_43:hover{color:#3483ff}._Questionnaire_5cafw_1 ._Main_5cafw_17 ._Container_5cafw_24 ._Stepper_5cafw_34 ._Back_5cafw_43._Hide_5cafw_56{opacity:0;pointer-events:none}._Questionnaire_5cafw_1 ._Main_5cafw_17 ._Container_5cafw_24 ._Stepper_5cafw_34 ._Back_5cafw_43 ._Arrow_5cafw_60{transform:rotate(180deg);margin-right:.4rem;font-size:1.6rem}._ConversionIcon_5cafw_66{--fa-primary-color: #e88bc9ff;--fa-secondary-color: #e88bc966;--fa-secondary-opacity: 1}._EngagementIcon_5cafw_72{--fa-primary-color: #b081ea;--fa-secondary-color: #dfcdf7;--fa-secondary-opacity: 1}._MonetizationIcon_5cafw_78{--fa-primary-color: #17819e;--fa-secondary-color: #81cade;--fa-secondary-opacity: 1}._RetentionIcon_5cafw_84{--fa-primary-color: #f59a13;--fa-secondary-color: #fabf67;--fa-secondary-opacity: 1}._ActivationIcon_5cafw_90{--fa-primary-color: #5e76ef;--fa-secondary-color: #b1bbee;--fa-secondary-opacity: 1}._AcquisitionIcon_5cafw_96{--fa-primary-color: #47e197;--fa-secondary-color: #19b791;--fa-secondary-opacity: 1}._ChurnIcon_5cafw_102{--fa-primary-color: #d05800;--fa-secondary-color: #f79d91;--fa-secondary-opacity: 1}._StepTitle_19h1c_1 ._Title_19h1c_1{font-size:3rem;font-weight:700;color:#242424;margin-bottom:2rem}._StepTitle_19h1c_1 ._SubTitle_19h1c_7{font-size:1.6rem;color:#242424}._MFAForm_1qiv1_1{display:flex;flex-direction:column;width:100%;height:100%}._MFAForm_1qiv1_1 ._FormBody_1qiv1_7{flex:1;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}._MFAForm_1qiv1_1 ._FormBody_1qiv1_7 ._InputRow_1qiv1_15,._MFAForm_1qiv1_1 ._FormBody_1qiv1_7 ._Submit_1qiv1_19{width:100%;margin-bottom:2rem}._MFAForm_1qiv1_1 ._FormBody_1qiv1_7 ._Link_1qiv1_23{color:#0bd2bd;cursor:pointer}._MFAForm_1qiv1_1 ._FormBody_1qiv1_7 ._Link_1qiv1_23._Disabled_1qiv1_27{color:#0006;cursor:not-allowed}._MFAForm_1qiv1_1 ._FormBody_1qiv1_7 ._OR_1qiv1_31{padding:1.4rem 0}._MFAForm_1qiv1_1 ._FormBody_1qiv1_7 ._FormError_1qiv1_34{margin-bottom:2rem;color:#e74c3c;width:100%}._AuthInput_1qotp_1{width:100%!important;height:4.6rem!important;margin:0!important;padding:0 2rem!important;font-weight:400!important;background:#fff0!important;color:#000000bf!important;border:1px solid rgba(33,0,0,.2)!important;border-radius:.8rem!important;outline:none!important;transition:all .33s ease-in-out 0s!important}._AuthInput_1qotp_1:focus{border:1px solid #242424!important}._AuthInput_1qotp_1:hover{border:1px solid #242424!important}._AuthInput_1qotp_1:focus-within{border:1px solid #242424!important}._InputClassName_1qotp_24{line-height:3.2rem!important}._FormBlock_lnki9_1{display:flex;width:100%;margin-bottom:2rem}._FormBlock_lnki9_1:only-child,._FormBlock_lnki9_1:last-child{margin-bottom:0}._FormBlock_lnki9_1 ._FormInput_lnki9_9{flex:1;margin-right:.4rem}._FormBlock_lnki9_1 ._FormInput_lnki9_9:only-child,._FormBlock_lnki9_1 ._FormInput_lnki9_9:last-child{margin-right:0}._Footer_lnki9_17{font-size:1.4rem;cursor:pointer;color:#3483ff;text-align:center}._SuccessMessage_lnki9_24{padding:1.6rem;border:1px solid #3483ff;border-radius:4px;background-color:#3483ff1a;color:#3483ff;width:100%;margin-bottom:1.6rem}._Form_1ne0w_1{display:flex;flex-direction:column;width:100%;height:100%}._Form_1ne0w_1 ._Info_1ne0w_7{margin-bottom:2rem;color:#3483ff;width:100%;padding:.5rem;border-radius:8px;border:.1rem solid #3483ff;background-color:#3483ff33}._Form_1ne0w_1 ._Error_1ne0w_16{margin-bottom:2rem;color:#e74c3c;width:100%;padding:.5rem;text-align:center}._Form_1ne0w_1 ._FormHeading_1ne0w_23{color:#242424;font-size:2.4rem;padding-bottom:.5rem;margin-bottom:1rem;width:100%;text-align:center}._Form_1ne0w_1 ._FormSubHeading_1ne0w_31{color:#242424;font-size:1.4rem;width:100%;margin-bottom:1.4rem}._Form_1ne0w_1 ._FormBody_1ne0w_37{flex:1;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}._Form_1ne0w_1 ._FormBody_1ne0w_37 ._Submit_1ne0w_45{width:100%;margin-top:.8rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}._Form_1ne0w_1 ._FormBody_1ne0w_37 ._Submit_1ne0w_45 ._SubmitButton_1ne0w_53{align-self:flex-end}._LoginForm_1vma5_1{width:100%}._LoginForm_1vma5_1 ._Password_1vma5_4{margin-bottom:.4rem}._LoginForm_1vma5_1 ._Error_1vma5_7{margin-bottom:2rem;color:#e74c3c;width:100%}._LoginForm_1vma5_1 ._Link_1vma5_12{display:inline-block;margin-bottom:.8rem;font-size:1.4rem;cursor:pointer;color:#3483ff}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19{width:100%;font-size:1.4rem}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._LoginProviders_1vma5_19{display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._LoginProviders_1vma5_19>*{margin-right:.8rem}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._LoginProviders_1vma5_19>*:last-child{margin-right:0}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._SeparatorContainer_1vma5_35{display:flex;align-items:center;justify-content:center}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._SeparatorContainer_1vma5_35._Using_1vma5_40{margin-top:.4rem;margin-bottom:1.8rem}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._SeparatorContainer_1vma5_35._Or_1vma5_44{margin-top:1.8rem;margin-bottom:.4rem}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._SeparatorContainer_1vma5_35 ._LineSeparator_1vma5_48{width:33.3%;height:1px;border:0;border-top:1px solid rgba(33,0,0,.2)}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._SeparatorContainer_1vma5_35 ._LineSeparator_1vma5_48._Left_1vma5_54{margin-left:0}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._SeparatorContainer_1vma5_35 ._LineSeparator_1vma5_48._Right_1vma5_57{margin-right:0}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._SeparatorContainer_1vma5_35 ._LineSeparator_1vma5_48._FullWidth_1vma5_60{width:100%}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._Password_1vma5_4{margin-bottom:.4rem}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._SpanText_1vma5_66{width:100%;margin-bottom:1.4rem;margin-right:.4rem}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._BottomWrapper_1vma5_71{display:flex;align-items:center;justify-content:center}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._BottomWrapper_1vma5_71>*{margin-right:.4rem}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._BottomWrapper_1vma5_71>*:last-child{margin-right:0}._LoginForm_1vma5_1 ._LoginProvidersContainer_1vma5_19 ._BottomWrapper_1vma5_71 ._Link_1vma5_12{margin-bottom:unset}._LoginForm_1vma5_1 ._ClickupHelperText_1vma5_85{font-size:1.4rem;margin-bottom:.8rem;width:40rem}._LoginForm_1vma5_1 ._ClickupHelperText_1vma5_85>*{margin-right:.4rem}._LoginForm_1vma5_1 ._ClickupHelperText_1vma5_85>*:last-child{margin-right:0}._LoginForm_1vma5_1 ._ClickupHelperText_1vma5_85 ._Span_1vma5_66{display:inline-block}._LoginForm_1vma5_1 ._ClickupHelperText_1vma5_85 ._Link_1vma5_12{display:inline-block;font-size:1.4rem;cursor:pointer;color:#3483ff;margin-bottom:unset}._LoginProvidersContainer_1nwld_1{width:100%;font-size:1.4rem}._LoginProvidersContainer_1nwld_1 ._LoginProviders_1nwld_1{display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}._LoginProvidersContainer_1nwld_1 ._LoginProviders_1nwld_1>*{margin-right:.8rem}._LoginProvidersContainer_1nwld_1 ._LoginProviders_1nwld_1>*:last-child{margin-right:0}._LoginProvidersContainer_1nwld_1 ._SeparatorContainer_1nwld_17{display:flex;align-items:center;justify-content:center}._LoginProvidersContainer_1nwld_1 ._SeparatorContainer_1nwld_17._Using_1nwld_22{margin-top:.4rem;margin-bottom:1.8rem}._LoginProvidersContainer_1nwld_1 ._SeparatorContainer_1nwld_17._Or_1nwld_26{margin-top:1.8rem;margin-bottom:.4rem}._LoginProvidersContainer_1nwld_1 ._SeparatorContainer_1nwld_17 ._LineSeparator_1nwld_30{width:33.3%;height:1px;border:0;border-top:1px solid rgba(33,0,0,.2)}._LoginProvidersContainer_1nwld_1 ._SeparatorContainer_1nwld_17 ._LineSeparator_1nwld_30._Left_1nwld_36{margin-left:0}._LoginProvidersContainer_1nwld_1 ._SeparatorContainer_1nwld_17 ._LineSeparator_1nwld_30._Right_1nwld_39{margin-right:0}._LoginProvidersContainer_1nwld_1 ._SeparatorContainer_1nwld_17 ._LineSeparator_1nwld_30._FullWidth_1nwld_42{width:100%}._LoginProvidersContainer_1nwld_1 ._Password_1nwld_45{margin-bottom:.4rem}._LoginProvidersContainer_1nwld_1 ._SpanText_1nwld_48{width:100%;margin-bottom:1.4rem;margin-right:.4rem}._LoginProvidersContainer_1nwld_1 ._BottomWrapper_1nwld_53{display:flex;align-items:center;justify-content:center}._LoginProvidersContainer_1nwld_1 ._BottomWrapper_1nwld_53>*{margin-right:.4rem}._LoginProvidersContainer_1nwld_1 ._BottomWrapper_1nwld_53>*:last-child{margin-right:0}._LoginProvidersContainer_1nwld_1 ._BottomWrapper_1nwld_53 ._Link_1nwld_64{margin-bottom:unset}._Container_lcu3v_1{display:flex;width:100%;height:100%;background-color:#fff;justify-content:center;align-items:center;flex-direction:column}._Container_lcu3v_1 ._Logo_lcu3v_10{display:flex;align-items:center;justify-content:center}._Container_lcu3v_1 ._FormContainer_lcu3v_15{width:40rem;padding:1.2rem;border-radius:8px}._Core_1ob0q_1{position:relative;display:flex;flex-direction:column;height:100%;width:100%}@media print{._Core_1ob0q_1 ._CoreContent_1ob0q_9{overflow:unset!important}._Core_1ob0q_1 ._CoreContent_1ob0q_9 ._NavigatorWrapper_1ob0q_12{display:none!important}._Core_1ob0q_1 ._CoreContent_1ob0q_9 ._CoreBody_1ob0q_15{overflow:unset!important}}._Core_1ob0q_1 ._Announcement_1ob0q_19{color:red;min-height:4rem;justify-content:center;align-items:center;display:flex;background:#fff}._Core_1ob0q_1 ._CoreContent_1ob0q_9{display:flex;height:100%;overflow:hidden}._Core_1ob0q_1 ._CoreContent_1ob0q_9 ._NavigatorWrapper_1ob0q_12{z-index:100;position:relative}._Core_1ob0q_1 ._CoreContent_1ob0q_9 ._CoreBody_1ob0q_15{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden}._Popover_29yc1_1{margin-left:2.4rem}._AppNavigator_29yc1_5{display:flex;flex-direction:column;color:#fff;width:24rem;height:100%;background-color:#0a1a33;padding:1.2rem 1.6rem;gap:.8rem;transition:all .25s}._AppNavigator_29yc1_5:hover ._Header_29yc1_16 ._CollapseIcon_29yc1_16{opacity:1}._AppNavigator_29yc1_5._Collapsed_29yc1_19{align-items:center;width:6.8rem;padding:1.2rem 0}._AppNavigator_29yc1_5._Collapsed_29yc1_19 ._Header_29yc1_16{width:100%}._AppNavigator_29yc1_5._Collapsed_29yc1_19 ._Header_29yc1_16 ._CollapseIcon_29yc1_16{transform:rotate(180deg);left:0;right:0;top:0;bottom:0;margin:auto;background-color:#0a1a33;padding:2rem}._AppNavigator_29yc1_5._Collapsed_29yc1_19 ._Header_29yc1_16 ._LogoLink_29yc1_37 ._FullLogoImage_29yc1_37{opacity:0}._AppNavigator_29yc1_5._Collapsed_29yc1_19 ._Header_29yc1_16 ._LogoLink_29yc1_37 ._ShortLogoImage_29yc1_40{opacity:1}._AppNavigator_29yc1_5._Collapsed_29yc1_19 ._Links_29yc1_43{align-items:center}._AppNavigator_29yc1_5._Collapsed_29yc1_19 ._NavItem_29yc1_46{width:3.6rem;height:3.6rem;padding:0;align-items:center;justify-content:center;cursor:pointer}._AppNavigator_29yc1_5._Collapsed_29yc1_19 ._NavItem_29yc1_46 ._Label_29yc1_54,._AppNavigator_29yc1_5._Collapsed_29yc1_19 ._NavItem_29yc1_46 ._LabelBadge_29yc1_57{display:none}._AppNavigator_29yc1_5 ._Header_29yc1_16{position:relative;margin-bottom:.8rem;cursor:pointer}._AppNavigator_29yc1_5 ._Header_29yc1_16 ._LogoLink_29yc1_37{display:block;position:relative;height:4.8rem}._AppNavigator_29yc1_5 ._Header_29yc1_16 ._LogoLink_29yc1_37 ._FullLogoImage_29yc1_37{transition:all .25s;position:absolute;width:8.8rem;height:4.8rem;top:0;bottom:0;margin:auto}._AppNavigator_29yc1_5 ._Header_29yc1_16 ._LogoLink_29yc1_37 ._ShortLogoImage_29yc1_40{transition:all .25s;position:absolute;opacity:0;width:4.4rem;height:2.4rem;left:0;right:0;top:0;bottom:0;margin:auto}._AppNavigator_29yc1_5 ._Header_29yc1_16 ._CollapseIcon_29yc1_16{position:absolute;top:0;bottom:0;right:0;margin:auto 0;height:fit-content;width:fit-content;color:#fff;font-size:2rem;opacity:0;transition:opacity .2s;cursor:pointer}._AppNavigator_29yc1_5 ._NavItem_29yc1_46{display:flex;align-items:center;color:#fff;transition:all .25s;border-radius:4px;letter-spacing:.5px;font-weight:500;font-size:1.4rem;padding:.8rem;gap:.8rem;height:3.6rem;white-space:nowrap;cursor:pointer}._AppNavigator_29yc1_5 ._NavItem_29yc1_46 ._Icon_29yc1_120{color:#fff;font-size:2rem;transition:all .25s}._AppNavigator_29yc1_5 ._NavItem_29yc1_46 ._LabelBadge_29yc1_57{flex:1;display:flex;justify-content:flex-end}._AppNavigator_29yc1_5 ._NavItem_29yc1_46 ._LabelBadge_29yc1_57 ._BadgeCounter_29yc1_130{display:flex;align-items:center;justify-content:center;background-color:#3a71d9;border-radius:50%;min-width:2.4rem;min-height:2.4rem;font-size:1.2rem;transition:all .25s;border:1px solid transparent}._AppNavigator_29yc1_5 ._NavItem_29yc1_46._Active_29yc1_142,._AppNavigator_29yc1_5 ._NavItem_29yc1_46._Active_29yc1_142:hover{background-color:#3a71d9}._AppNavigator_29yc1_5 ._NavItem_29yc1_46._Active_29yc1_142 ._LabelBadge_29yc1_57 ._BadgeCounter_29yc1_130{border:1px solid white}._AppNavigator_29yc1_5 ._NavItem_29yc1_46._Disabled_29yc1_151{cursor:not-allowed;opacity:.3}._AppNavigator_29yc1_5 ._NavItem_29yc1_46:hover{background-color:#3a71d980;text-decoration:none}._AppNavigator_29yc1_5 ._NavItem_29yc1_46._NotificationsIcon_29yc1_159{cursor:pointer}._AppNavigator_29yc1_5 ._Links_29yc1_43{display:flex;flex-direction:column;flex:1;gap:.8rem}._AppNavigator_29yc1_5 ._Bottom_29yc1_168{display:flex;flex-direction:column;justify-content:flex-end}._AppNavigator_29yc1_5 ._Bottom_29yc1_168 ._OnboardingNavItem_29yc1_173{cursor:pointer}._AppNavigator_29yc1_5 ._Bottom_29yc1_168 ._OnboardingNavItem_29yc1_173._Ongoing_29yc1_176 ._NavItem_29yc1_46{border-radius:3rem;padding:0 .8rem;font-size:1.6rem;background:#cddaf5;color:#0a1a33;min-height:5.6rem;min-width:5.6rem;background:linear-gradient(180deg,#e5d2f7,#faddd1)}._AppNavigator_29yc1_5 ._Bottom_29yc1_168 ._OnboardingNavItem_29yc1_173._Ongoing_29yc1_176 ._NavItem_29yc1_46:hover{color:#3483ff}._AppNavigator_29yc1_5 ._Bottom_29yc1_168 ._AdditionalLinks_29yc1_189{padding-bottom:1.6rem}._AppNavigator_29yc1_5 ._Bottom_29yc1_168 ._Notifications_29yc1_159{cursor:pointer}._AppNavigator_29yc1_5 ._Bottom_29yc1_168 ._UserAvatar_29yc1_195{display:flex;border-radius:4px;background-color:#414559;padding:.8rem 1.2rem;color:#fff;font-size:1.6rem;font-weight:500;transition:all .25s;-webkit-user-select:none;user-select:none;cursor:pointer;justify-content:space-between;align-items:center;margin-top:.8rem;white-space:nowrap}._AppNavigator_29yc1_5 ._Bottom_29yc1_168 ._UserAvatar_29yc1_195._Active_29yc1_142,._AppNavigator_29yc1_5 ._Bottom_29yc1_168 ._UserAvatar_29yc1_195:hover{background-color:#fff6}._AppNavigator_29yc1_5 ._Bottom_29yc1_168 ._UserAvatar_29yc1_195._Collapsed_29yc1_19 ._Names_29yc1_214 ._ProductName_29yc1_214{display:none}._AppNavigator_29yc1_5 ._Bottom_29yc1_168 ._UserAvatar_29yc1_195._Collapsed_29yc1_19 ._Names_29yc1_214 ._UserName_29yc1_217{font-weight:500;font-size:14px;line-height:24px}._AppNavigator_29yc1_5 ._Bottom_29yc1_168 ._UserAvatar_29yc1_195._Collapsed_29yc1_19 ._Chevron_29yc1_222{display:none}._AppNavigator_29yc1_5 ._Bottom_29yc1_168 ._UserAvatar_29yc1_195 ._Names_29yc1_214{display:flex;flex-direction:column;overflow:hidden}._AppNavigator_29yc1_5 ._Bottom_29yc1_168 ._UserAvatar_29yc1_195 ._Names_29yc1_214 ._ProductName_29yc1_214{font-weight:500;font-size:16px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._AppNavigator_29yc1_5 ._Bottom_29yc1_168 ._UserAvatar_29yc1_195 ._Names_29yc1_214 ._UserName_29yc1_217{font-weight:400;font-size:12px;line-height:24px}._LoopsAIButton_29yc1_243{position:relative;display:flex;align-items:center;justify-content:center;gap:.8rem;border:0;height:4.2rem;border-radius:3rem;padding:0 .8rem;font-size:1.4rem;cursor:pointer;background:linear-gradient(214.99deg,#792bef -14.01%,#05bef1 111.2%);margin-bottom:.8rem;font-weight:600;color:#fff}._LoopsAIButton_29yc1_243 ._LoopsAIIcon_29yc1_260{font-size:3.4rem;color:#fff;border:1px solid white;border-radius:50%}._LoopsAIButton_29yc1_243._IsCollapsed_29yc1_266{width:4.2rem;height:4.2rem}._LoopsAIButton_29yc1_243._IsCollapsed_29yc1_266 ._LoopsAIAssistantText_29yc1_270{display:none}._LoopsAIButton_29yc1_243 ._LoopsAIAssistantIcon_29yc1_273{width:2.4rem;height:2.4rem;filter:invert(1)}._LoopsAIButton_29yc1_243 ._LoopsAIAssistantText_29yc1_270{font-family:Manrope;font-weight:500;font-size:1.4rem;line-height:1.6rem;letter-spacing:0%}._UserModal_psk5w_1{display:flex;flex-direction:column;color:#c3c6d8;width:20rem;padding:.8rem 1.2rem;border-radius:8px;background-color:#0a1a33!important;border:0}._UserModal_psk5w_1 ._UserDisplay_psk5w_11 ._Name_psk5w_11{font-size:2rem}._UserModal_psk5w_1 ._UserDisplay_psk5w_11 ._Role_psk5w_14{margin-top:.4rem;font-size:1.4rem}._UserModal_psk5w_1 a{color:inherit;text-decoration:none}._UserModal_psk5w_1 ._DropdownButtonClassName_psk5w_22{border:0!important;padding:0!important;color:inherit!important;background:transparent!important}._UserModal_psk5w_1 ._DropdownButtonClassName_psk5w_22:hover{background:transparent;color:inherit!important}._UserModal_psk5w_1 ._Main_psk5w_32{display:flex;flex-direction:column}._UserModal_psk5w_1 ._AdminPrivileges_psk5w_36{display:flex;align-items:center;padding:.8rem;font-size:1.4rem}._UserModal_psk5w_1 ._AdminPrivileges_psk5w_36 ._Label_psk5w_42{flex:1}._Container_a498u_1{display:flex;align-items:center;justify-items:center;gap:1.6rem;font-size:2rem}._Container_a498u_1 ._LabelContainer_a498u_8 ._Label_a498u_8{font-size:1.4rem}._Container_a498u_1 ._LabelContainer_a498u_8 ._Icon_a498u_11,._Container_a498u_1 ._LabelContainer_a498u_8 ._SubLabel_a498u_14{display:none}._AppNotifications_1pm1l_1{width:34rem;padding:1.2rem 0 0;background-color:#fff;margin-left:2.4rem;overflow:hidden}._AppNotifications_1pm1l_1 ._Header_1pm1l_8{display:flex;align-items:center;padding:0 1.6rem;margin-bottom:.8rem}._AppNotifications_1pm1l_1 ._Header_1pm1l_8 ._Title_1pm1l_14{font-size:1.8rem;font-weight:600;flex:1}._AppNotifications_1pm1l_1 ._Header_1pm1l_8 ._Actions_1pm1l_19{display:flex;align-items:center;gap:.8rem}._AppNotifications_1pm1l_1 ._Header_1pm1l_8 ._Actions_1pm1l_19 ._TextButton_1pm1l_24{font-size:1.4rem;color:#757c94;cursor:pointer;transition:all .25s}._AppNotifications_1pm1l_1 ._Header_1pm1l_8 ._Actions_1pm1l_19 ._TextButton_1pm1l_24:hover{color:#3483ff}._AppNotifications_1pm1l_1 ._Header_1pm1l_8 ._Actions_1pm1l_19 ._Close_1pm1l_33{display:flex;align-items:center;justify-content:center;cursor:pointer;color:#757c94;border-radius:50%;width:2rem;height:2rem;transition:all .25s}._AppNotifications_1pm1l_1 ._Header_1pm1l_8 ._Actions_1pm1l_19 ._Close_1pm1l_33 ._CloseIcon_1pm1l_44{font-size:1.6rem}._AppNotifications_1pm1l_1 ._Header_1pm1l_8 ._Actions_1pm1l_19 ._Close_1pm1l_33:hover{background-color:#f0f2f7;color:#3483ff}._AppNotifications_1pm1l_1 ._List_1pm1l_51{max-height:50rem;overflow-y:auto}._AppNotifications_1pm1l_1 ._List_1pm1l_51::-webkit-scrollbar{width:6px;height:6px;background:transparent}._AppNotifications_1pm1l_1 ._List_1pm1l_51::-webkit-scrollbar-track{border-radius:6px}._AppNotifications_1pm1l_1 ._List_1pm1l_51::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._AppNotifications_1pm1l_1 ._List_1pm1l_51 ._Notification_1pm1l_70:only-child,._AppNotifications_1pm1l_1 ._List_1pm1l_51 ._Notification_1pm1l_70:last-child{margin-bottom:0}._AppNotifications_1pm1l_1 ._List_1pm1l_51 ._LoadMore_1pm1l_73{display:flex;align-items:center;justify-content:center;height:4rem;cursor:pointer;transition:all .25s;font-size:1.4rem;color:#757c94}._AppNotifications_1pm1l_1 ._List_1pm1l_51 ._LoadMore_1pm1l_73._Disabled_1pm1l_83{background-color:#f8f9fc;color:#606375;cursor:default}._AppNotifications_1pm1l_1 ._List_1pm1l_51 ._LoadMore_1pm1l_73._Disabled_1pm1l_83:hover{background-color:#f8f9fc}._AppNotifications_1pm1l_1 ._List_1pm1l_51 ._LoadMore_1pm1l_73:hover{background-color:#dff0ff}._AppNotifications_1pm1l_1 ._List_1pm1l_51 ._EmptyState_1pm1l_94{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.6rem;padding:2.4rem;font-size:1.6rem;color:#757c94}._AppNotifications_1pm1l_1 ._List_1pm1l_51 ._EmptyState_1pm1l_94 img{width:20rem;height:20rem}._NotificationItem_p53ez_1{display:flex;align-items:center;justify-content:center;padding:.6rem 1.6rem;min-height:6rem;gap:1.2rem;cursor:pointer;transition:all .25s}._NotificationItem_p53ez_1._Read_p53ez_11{background-color:#f8f9fc;color:#606375}._NotificationItem_p53ez_1:hover{background-color:#dff0ff}._NotificationItem_p53ez_1._table_p53ez_18 ._IconWrapper_p53ez_18{background-color:#f59e9e}._NotificationItem_p53ez_1._table_p53ez_18 ._IconWrapper_p53ez_18 ._ProgressWrapper_p53ez_21{color:#f59e9e}._NotificationItem_p53ez_1._segment_p53ez_24 ._IconWrapper_p53ez_18{background-color:#d18df1}._NotificationItem_p53ez_1._segment_p53ez_24 ._IconWrapper_p53ez_18 ._ProgressWrapper_p53ez_21{color:#d18df1}._NotificationItem_p53ez_1._content_p53ez_30 ._IconWrapper_p53ez_18{background-color:#5ebcda}._NotificationItem_p53ez_1._content_p53ez_30 ._IconWrapper_p53ez_18 ._ProgressWrapper_p53ez_21{color:#5ebcda}._NotificationItem_p53ez_1._metric_p53ez_36 ._IconWrapper_p53ez_18{background-color:#a799f8}._NotificationItem_p53ez_1._metric_p53ez_36 ._IconWrapper_p53ez_18 ._ProgressWrapper_p53ez_21{color:#a799f8}._NotificationItem_p53ez_1._analysis_result_p53ez_42 ._IconWrapper_p53ez_18{background-color:#87aff9}._NotificationItem_p53ez_1._analysis_result_p53ez_42 ._IconWrapper_p53ez_18 ._ProgressWrapper_p53ez_21{color:#87aff9}._NotificationItem_p53ez_1._source_p53ez_48 ._IconWrapper_p53ez_18{background-color:#d36da4}._NotificationItem_p53ez_1._Error_p53ez_51 ._IconWrapper_p53ez_18{background-color:#c5c9db}._NotificationItem_p53ez_1 ._IconWrapper_p53ez_18{position:relative;display:flex;justify-content:center;align-items:center;width:4rem;height:4rem;border-radius:50%;color:#fff;font-size:2rem}._NotificationItem_p53ez_1 ._IconWrapper_p53ez_18._InProgress_p53ez_65{width:4rem;height:4rem;border:4px solid white}._NotificationItem_p53ez_1 ._IconWrapper_p53ez_18 ._Indicator_p53ez_70{position:absolute;display:flex;align-items:center;justify-content:center;border-radius:50%;height:1.6rem;width:1.6rem;top:0;right:0}._NotificationItem_p53ez_1 ._IconWrapper_p53ez_18 ._Indicator_p53ez_70._Error_p53ez_51{background-color:#ff6871}._NotificationItem_p53ez_1 ._IconWrapper_p53ez_18 ._Indicator_p53ez_70._Stopped_p53ez_84{background-color:#fa982c}._NotificationItem_p53ez_1 ._IconWrapper_p53ez_18 ._Indicator_p53ez_70 ._IndicatorIcon_p53ez_87{font-size:1.2rem}._NotificationItem_p53ez_1 ._IconWrapper_p53ez_18 ._ProgressWrapper_p53ez_21{position:absolute;top:50%;left:50%;height:4rem;width:4rem;transform:translate(-50%,-50%)}._NotificationItem_p53ez_1 ._IconWrapper_p53ez_18 ._Icon_p53ez_18{font-size:1.6rem}._NotificationItem_p53ez_1 ._Content_p53ez_101{flex:1;font-size:1.4rem}._NotificationItem_p53ez_1 ._Content_p53ez_101 ._Title_p53ez_105{margin-bottom:.4rem}._NotificationItem_p53ez_1 ._Content_p53ez_101 ._Title_p53ez_105 ._Part_p53ez_108{margin-right:.4rem}._NotificationItem_p53ez_1 ._Content_p53ez_101 ._Title_p53ez_105 ._Name_p53ez_111{font-weight:600}._NotificationItem_p53ez_1 ._Content_p53ez_101 ._SubTitle_p53ez_114{color:#757c94;font-size:1.2rem}@keyframes _delayOverflow_1xf4d_1{0%{overflow:hidden}}._ExpandButton_1xf4d_6{position:absolute;height:8rem;width:8rem;background-color:#242645;border-radius:50%;bottom:50%;right:50%;transition:width .4s,height .4s,bottom .4s linear .15s,right .4s linear .15s,border .4s linear .2s,border-radius .5s;cursor:pointer;border:4px solid white;box-shadow:0 0 12px 4px #32334126;transform:translate(50%,50%);overflow:hidden;z-index:103}._ExpandButton_1xf4d_6 ._ButtonBackground_1xf4d_22{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3csvg%20width='78'%20height='51'%20viewBox='0%200%2078%2051'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M92.1818%205.54507H35.6595C29.7852%205.54507%2025.0231%2010.3071%2025.0231%2016.1814V16.1814C25.0231%2022.0557%2029.7852%2026.8178%2035.6595%2026.8178H41.7189C46.9405%2026.8178%2051.1734%2031.0507%2051.1734%2036.2723V36.2723C51.1734%2041.4939%2046.9405%2045.7269%2041.7189%2045.7269H-10.6364'%20stroke='%23BABED5'%20stroke-opacity='0.3'%20stroke-width='8'/%3e%3ccircle%20cx='50.8182'%20cy='5.54576'%20r='3.54545'%20fill='%23242645'/%3e%3ccircle%20cx='27.1819'%20cy='9.09053'%20r='3.54545'%20fill='%23242645'/%3e%3ccircle%20cx='34.2727'%20cy='26.8182'%20r='3.54545'%20fill='%23242645'/%3e%3ccircle%20cx='50.8182'%20cy='36.2728'%20r='3.54545'%20fill='%23242645'/%3e%3ccircle%20cx='27.1819'%20cy='45.7274'%20r='3.54545'%20fill='%23242645'/%3e%3ccircle%20cx='50.8182'%20cy='5.54505'%20r='4.22727'%20fill='url(%23paint0_linear)'%20stroke='%237ED1EA'/%3e%3ccircle%20cx='27.1819'%20cy='9.09077'%20r='4.22727'%20fill='url(%23paint1_linear)'%20stroke='%23F99F84'/%3e%3ccircle%20cx='34.2727'%20cy='26.8184'%20r='4.22727'%20fill='url(%23paint2_linear)'%20stroke='%23B168FF'/%3e%3ccircle%20cx='50.8182'%20cy='36.273'%20r='4.22727'%20fill='url(%23paint3_linear)'%20stroke='%2382CBB6'/%3e%3ccircle%20cx='27.1819'%20cy='45.7276'%20r='4.22727'%20fill='url(%23paint4_linear)'%20stroke='%23D2ADF9'/%3e%3ccircle%20cx='50.8181'%20cy='5.54531'%20r='1.18182'%20fill='%237ED1EA'/%3e%3ccircle%20cx='27.1819'%20cy='9.09103'%20r='1.18182'%20fill='%23F99F84'/%3e%3ccircle%20cx='34.2727'%20cy='26.8186'%20r='1.18182'%20fill='%23B168FF'/%3e%3ccircle%20cx='50.8181'%20cy='36.2723'%20r='1.18182'%20fill='%2382CBB6'/%3e%3ccircle%20cx='27.1819'%20cy='45.7269'%20r='1.18182'%20fill='%23D2ADF9'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear'%20x1='46.9504'%20y1='9.84257'%20x2='55.1157'%20y2='2.10704'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%237ED1EA'/%3e%3cstop%20offset='1'%20stop-color='%237ED1EA'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear'%20x1='22.8843'%20y1='13.3883'%20x2='31.0496'%20y2='5.65275'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23F99F84'/%3e%3cstop%20offset='1'%20stop-color='%23F99F84'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear'%20x1='30.4049'%20y1='31.1159'%20x2='38.5702'%20y2='23.3804'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23B168FF'/%3e%3cstop%20offset='1'%20stop-color='%23B168FF'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear'%20x1='46.9504'%20y1='41.0003'%20x2='54.686'%20y2='32.4052'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2382CBB6'/%3e%3cstop%20offset='1'%20stop-color='%2382CBB6'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear'%20x1='23.3141'%20y1='49.5953'%20x2='31.0496'%20y2='42.2896'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23D2ADF9'/%3e%3cstop%20offset='1'%20stop-color='%23D2ADF9'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-size:100% 100%;opacity:1;transition:all .25s;transition-delay:.5s;z-index:1}._ExpandButton_1xf4d_6:not(._Open_1xf4d_35){right:8rem;bottom:8rem}._ExpandButton_1xf4d_6:hover:not(._Open_1xf4d_35){border-width:0;opacity:1;width:8.4rem;height:8.4rem}._ExpandButton_1xf4d_6._Open_1xf4d_35{height:calc(100% - 3.2rem);width:calc(100% - 3.2rem);border-radius:20px;cursor:initial;border-width:0;transition:width .4s linear .2s,height .4s linear .2s,bottom .4s,right .4s,border .4s linear .2s,border-radius .5s;overflow:initial;animation-name:_delayOverflow_1xf4d_1;animation-duration:2s;z-index:1000}._ExpandButton_1xf4d_6._Open_1xf4d_35 ._ButtonBackground_1xf4d_22{opacity:0;transition-delay:0s;z-index:-1}._ExpandButton_1xf4d_6._Open_1xf4d_35 ._CloseButton_1xf4d_62{opacity:1;transition:all 1s ease-in}._ExpandButton_1xf4d_6 ._CloseButton_1xf4d_62{position:absolute;transform:translate(30%,-30%);right:0;top:0;opacity:0;z-index:100}._GrowthMap_d756a_1{height:100%;width:100%;position:relative;flex:1;background-image:linear-gradient(180deg,#242645 9.11%,#181931 93.71%);border-radius:20px}._GrowthMap_d756a_1 ._FiltersWrapper_d756a_9{position:absolute;display:flex;justify-content:flex-end;top:2rem;right:2rem;pointer-events:all;z-index:100;border-radius:20px;background-color:#242645}._GrowthMap_d756a_1 ._LoadingWrapper_d756a_20{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;justify-content:center;align-items:center;flex:1;z-index:101;background-color:#0000004d}._GrowthMap_d756a_1 ._Error_d756a_33{display:flex;justify-content:center;align-items:center;width:100%;height:100%}._GrowthMap_d756a_1 ._Error_d756a_33 ._ErrorText_d756a_40{color:#e74c3c;max-width:50%;max-height:50%;font-size:2rem}._RootLoadingScreen_1kljp_1{position:relative;display:flex;justify-content:center;align-items:center;height:100%;width:100%;background-size:100% 100%;color:#fff}._AnnouncementBar_17uv2_1{color:#fff;min-height:4rem;justify-content:center;display:flex;align-items:center;gap:.4rem;background:#0a1a33;font-weight:300}._AnnouncementBar_17uv2_1 ._Bold_17uv2_11{font-weight:600}._AnnouncementBar_17uv2_1 ._Dismiss_17uv2_14{position:absolute;right:1rem;font-size:2.6rem;padding:.4rem}._AnnouncementBar_17uv2_1 ._Dismiss_17uv2_14:hover{cursor:pointer;background-color:#3483ff33;border-radius:4px}._AnnouncementBar_17uv2_1 ._DemoButton_17uv2_25{cursor:pointer;color:#f308af;font-weight:600}._Paper_1cs30_1{margin:0!important;overflow:unset!important;box-shadow:none!important;background:transparent!important}._Confirmation_1cs30_8{max-width:52rem}._Body_1cs30_12{padding:2.4rem;color:#242424}._Body_1cs30_12 ._Title_1cs30_16{font-size:2rem;margin-bottom:2rem;font-weight:500}._Body_1cs30_12 ._Content_1cs30_21{font-size:1.4rem;line-height:1.5}._Actions_1cs30_26{display:flex}._Actions_1cs30_26 ._Action_1cs30_26{margin-right:.8rem}._Actions_1cs30_26 ._Action_1cs30_26:last-child,._Actions_1cs30_26 ._Action_1cs30_26:only-child{margin-right:0}._UserRoleStep_fkirm_1,._UserRoleStep_fkirm_1 ._Form_fkirm_6{display:flex;flex-direction:column;flex:1}._UserRoleStep_fkirm_1 ._Title_fkirm_11{margin-bottom:2.4rem}._UserRoleStep_fkirm_1 ._Input_fkirm_14{height:4.8rem;font-size:1.6rem;padding:0 1.2rem}._UserRoleStep_fkirm_1 ._TextInput_fkirm_19{font-size:1.6rem}._UserRoleStep_fkirm_1 ._OtherInput_fkirm_22{margin-top:1.2rem}._UserRoleStep_fkirm_1 ._Spacer_fkirm_25{flex:1;min-height:2rem}._UserRoleStep_fkirm_1 ._Submit_fkirm_29{width:100%;height:4.8rem;font-size:1.6rem;border-radius:2.4rem}._UserRoleStep_fkirm_1 ._Submit_fkirm_29._Disabled_fkirm_35{color:#fff!important;background-color:#3483ff80!important;pointer-events:none}._UserInterestStep_1z5qp_1,._UserInterestStep_1z5qp_1 ._Form_1z5qp_6{display:flex;flex-direction:column;flex:1}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11{margin-top:2.4rem}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11{width:100%;border-radius:8px;display:flex;align-items:center;height:4.8rem;margin-bottom:1.2rem;border:1px solid #d7dbea;cursor:pointer;color:#242424;transition:border-color .25s}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._Disabled_1z5qp_26{cursor:not-allowed;opacity:.5;pointer-events:none}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._Selected_1z5qp_31{border-color:#3483ff;border-width:2px}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._Selected_1z5qp_31 ._IconWrapper_1z5qp_35{background-color:#3483ff;color:#fff;font-size:2.4rem}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11 ._IconWrapper_1z5qp_35{width:4.8rem;min-width:4.8rem;border-right:1px solid #d7dbea;display:flex;align-items:center;justify-content:center;height:100%}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11 ._IconWrapper_1z5qp_35 ._Icon_1z5qp_35{font-size:2.4rem}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11 ._Label_1z5qp_52{display:flex;align-items:center;font-size:1.8rem;padding-left:1.6rem;height:100%;flex:1}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11 ._OtherInput_1z5qp_60{width:100%;font-size:1.8rem;border:0;outline:none}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11 ._OtherInput_1z5qp_60::placeholder{color:#c5c9db}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._Hypothesis_1z5qp_69 ._IconWrapper_1z5qp_35{background-color:#fde5c24d}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._Hypothesis_1z5qp_69 ._IconWrapper_1z5qp_35 ._Icon_1z5qp_35{--fa-primary-color: #f59a13;--fa-secondary-color: #fabf67;--fa-secondary-opacity: 1}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._KPIDrop_1z5qp_77 ._IconWrapper_1z5qp_35{background-color:#fcd8d366}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._KPIDrop_1z5qp_77 ._IconWrapper_1z5qp_35 ._Icon_1z5qp_35{--fa-primary-color: #d05800;--fa-secondary-color: #f79d91;--fa-secondary-opacity: 1}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._SharedAnalysis_1z5qp_85 ._IconWrapper_1z5qp_35{background-color:#dfcdf74d}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._SharedAnalysis_1z5qp_85 ._IconWrapper_1z5qp_35 ._Icon_1z5qp_35{--fa-primary-color: #9f5ef0;--fa-secondary-color: #e7bef1;--fa-secondary-opacity: 1}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._CreateExperiment_1z5qp_93 ._IconWrapper_1z5qp_35{background-color:#b0f6d54d}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._CreateExperiment_1z5qp_93 ._IconWrapper_1z5qp_35 ._Icon_1z5qp_35{--fa-primary-color: #47e197;--fa-secondary-color: #19b791;--fa-secondary-opacity: 1}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._Growth_1z5qp_101 ._IconWrapper_1z5qp_35{background-color:#cdeaf24d}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._Growth_1z5qp_101 ._IconWrapper_1z5qp_35 ._Icon_1z5qp_35{--fa-primary-color: #81cade;--fa-secondary-color: #17819e;--fa-secondary-opacity: 1}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._Other_1z5qp_60{cursor:default}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._Other_1z5qp_60 ._IconWrapper_1z5qp_35{background-color:#d3d9f54d}._UserInterestStep_1z5qp_1 ._Options_1z5qp_11 ._Option_1z5qp_11._Other_1z5qp_60 ._IconWrapper_1z5qp_35 ._Icon_1z5qp_35{--fa-primary-color: #5e76ef;--fa-secondary-color: #b1bbee;--fa-secondary-opacity: 1}._UserInterestStep_1z5qp_1 ._Spacer_1z5qp_120{flex:1;min-height:2rem}._UserInterestStep_1z5qp_1 ._Submit_1z5qp_124{width:100%;height:4.8rem;font-size:1.6rem;border-radius:2.4rem}._UserInterestStep_1z5qp_1 ._Submit_1z5qp_124._Disabled_1z5qp_26{color:#fff!important;background-color:#3483ff80!important}._UserKPIStep_1jvr9_1,._UserKPIStep_1jvr9_1 ._Form_1jvr9_6{display:flex;flex-direction:column;flex:1}._UserKPIStep_1jvr9_1 ._Error_1jvr9_11{margin-top:1.2rem;font-size:1.2rem;color:#e74c3c}._UserKPIStep_1jvr9_1 ._Options_1jvr9_16{margin-top:2.4rem;margin-bottom:1.2rem;display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr;gap:1.2rem}._UserKPIStep_1jvr9_1 ._Options_1jvr9_16 ._Option_1jvr9_16{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #d7dbea;border-radius:8px;transition:border-color .25s;height:15.2rem;cursor:pointer}._UserKPIStep_1jvr9_1 ._Options_1jvr9_16 ._Option_1jvr9_16._Selected_1jvr9_35{border-color:#3483ff;border-width:2px}._UserKPIStep_1jvr9_1 ._Options_1jvr9_16 ._Option_1jvr9_16 ._Icon_1jvr9_39{font-size:4.8rem;margin-bottom:1.2rem}._UserKPIStep_1jvr9_1 ._Options_1jvr9_16 ._Option_1jvr9_16 ._Label_1jvr9_43{font-size:1.6rem;color:#242424}._UserKPIStep_1jvr9_1 ._Spacer_1jvr9_47{flex:1;min-height:2rem}._UserKPIStep_1jvr9_1 ._Submit_1jvr9_51{width:100%;height:4.8rem;font-size:1.6rem;border-radius:2.4rem}._UserKPIStep_1jvr9_1 ._Submit_1jvr9_51._Disabled_1jvr9_57{color:#fff!important;background-color:#3483ff80!important;pointer-events:none}._Drawer_1oyjo_1{width:32rem;position:absolute;overflow-x:hidden;background:#3483ff;border-radius:8px;box-shadow:-1px 0 16px #0003;bottom:1.6rem;left:1.6rem;transition:all .2s;color:#fff;z-index:1200;letter-spacing:.15px}._Drawer_1oyjo_1 ._Container_1oyjo_15{display:flex;flex-direction:column;width:32rem;height:100%;transition:all .2s}._Drawer_1oyjo_1._Completed_1oyjo_22{background-color:#07bc0c}._Drawer_1oyjo_1._Collapsed_1oyjo_25{box-shadow:none;width:0}._Drawer_1oyjo_1 ._Header_1oyjo_29{display:flex;flex-direction:column;padding:1.6rem;gap:.8rem}._Drawer_1oyjo_1 ._Header_1oyjo_29 ._Title_1oyjo_35{display:flex;align-items:center;gap:.8rem;font-size:1.6rem}._Drawer_1oyjo_1 ._Header_1oyjo_29 ._Title_1oyjo_35 ._Label_1oyjo_41{flex:1;font-size:1.6rem;text-align:start}._Drawer_1oyjo_1 ._Tasks_1oyjo_46{display:flex;flex-direction:column;align-items:stretch;gap:.8rem;flex:1;align-self:stretch;padding:.8rem calc(.8rem - 6px) .8rem .8rem;overflow-y:scroll}._Drawer_1oyjo_1 ._Tasks_1oyjo_46::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Drawer_1oyjo_1 ._Tasks_1oyjo_46::-webkit-scrollbar-track{border-radius:6px}._Drawer_1oyjo_1 ._Tasks_1oyjo_46::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Drawer_1oyjo_1 ._Footer_1oyjo_71{display:flex;justify-content:center;align-items:flex-end;padding:.4rem 0 1.2rem}._Drawer_1oyjo_1 ._Footer_1oyjo_71 ._Dimiss_1oyjo_77{font-size:1.2rem;color:#fff9}._ActionIcon_1oyjo_82{opacity:0;transition:all .2s}._IconButton_1oyjo_87{cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.4rem;width:2.4rem;height:2.4rem;border-radius:50%;transition:all .2s;text-shadow:1px 1px 1px rgba(0,0,0,.1)}._IconButton_1oyjo_87:hover{background-color:#ffffff4d}._Task_1ri0f_1{display:grid;grid-template-columns:min-content 1fr min-content;column-gap:.8rem;row-gap:.4rem;min-height:3.6rem;padding:.8rem;align-self:stretch;background:linear-gradient(30deg,#ffffff1a,#fff0 70%);transition:all .2s;font-size:1.4rem;border-radius:4px}._Task_1ri0f_1._Completed_1ri0f_14 ._Title_1ri0f_14{text-decoration:line-through;opacity:.7}._Task_1ri0f_1._Focused_1ri0f_18{background-color:#ffffff1a}._Task_1ri0f_1._Focused_1ri0f_18 ._Description_1ri0f_21,._Task_1ri0f_1._Focused_1ri0f_18 ._Subtasks_1ri0f_24{display:flex}._Task_1ri0f_1._Focused_1ri0f_18 ._Action_1ri0f_27{opacity:1}._Task_1ri0f_1:not(._Focused_1ri0f_18):hover{cursor:pointer;background-color:#ffffff1a}._Task_1ri0f_1:not(._Focused_1ri0f_18):hover ._Action_1ri0f_27{opacity:1}._Status_1ri0f_38{grid-area:1/1/2/2;display:flex;align-items:center}._Title_1ri0f_14{grid-area:1/2/2/3;display:flex;align-items:center}._Description_1ri0f_21{grid-area:2/2/3/3;display:none;color:#fffc;line-height:1.8rem}._Subtasks_1ri0f_24{grid-area:3/2/4/3;display:none;flex-direction:column;gap:.8rem;margin:.8rem 0}._Action_1ri0f_27{grid-area:1/3/2/4;display:flex;align-items:center;opacity:0}._Action_1ri0f_27 ._IconButton_1ri0f_71{cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.4rem;width:2.4rem;height:2.4rem;border-radius:50%;transition:all .2s;text-shadow:1px 1px 1px rgba(0,0,0,.1)}._Action_1ri0f_27 ._IconButton_1ri0f_71:hover{background-color:#ffffff4d}._Subtask_1ri0f_24{display:flex;align-items:center;gap:.6rem;align-self:stretch;border-radius:.6rem}._Subtask_1ri0f_24._Completed_1ri0f_14 ._SubtaskTitle_1ri0f_94{text-decoration:line-through;opacity:.7}._TaskStatusIcon_1ri0f_99{display:flex;font-size:1.8rem;width:1.8rem;height:1.8rem;transition:all .2s}._TaskStatusIcon_1ri0f_99._Completed_1ri0f_14 ._EmptyCircle_1ri0f_106{display:none}._TaskStatusIcon_1ri0f_99._Completed_1ri0f_14 ._CheckedCircle_1ri0f_109{display:block}._TaskStatusIcon_1ri0f_99 ._CheckedCircle_1ri0f_109,._TaskStatusIcon_1ri0f_99 ._Arrow_1ri0f_115,._MobileViewDisabledMessageContainer_js0af_1{display:none}@media (max-width: 767px){._MobileViewDisabledMessageContainer_js0af_1{z-index:2000;position:absolute;height:100vh;width:100vw;background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column}._MobileViewDisabledMessageContainer_js0af_1 ._MobileViewDisabledMessage_js0af_1{color:#242424;text-align:center;margin-bottom:2rem;margin-right:2rem;margin-left:2rem}}._WizardHeader_1gqr7_1{display:flex;align-items:center;flex-direction:column}._WizardHeader_1gqr7_1 ._IllustrationContainer_1gqr7_6{margin:2.4rem 2.8rem 3rem}._WizardHeader_1gqr7_1 ._Title_1gqr7_9{font-size:3rem;font-weight:700;text-align:center;line-height:3.8rem;margin-bottom:1.4rem}._WizardHeader_1gqr7_1 ._Subtitle_1gqr7_16{font-size:1.8rem;font-weight:400;text-align:center;line-height:2.5rem}._SourceWizardLayout_11ipa_1{width:100vw;height:100vh;background-color:#f0e7ff;background-image:url(https://storage.googleapis.com/loops-testing-app-cdn/assets/loops-logo-background-B3ZbGD-4.svg);background-repeat:no-repeat;background-position:bottom;background-size:contain;display:flex;flex-direction:column;align-items:center}._SourceWizardLayout_11ipa_1 ._LoopsLogoContainer_11ipa_13{width:100%;display:flex;position:absolute;top:0;left:0;justify-content:space-between;align-items:center;padding:2.4rem 2.4rem 0}._SourceWizardLayout_11ipa_1 ._ContentWrapper_11ipa_23{display:flex;width:100%;height:100%;justify-content:center;align-items:center}._SourceWizardLayout_11ipa_1 ._ContentWrapper_11ipa_23 ._Content_11ipa_23{display:flex;align-items:center;flex-direction:column;border-radius:8px;background:#fff;padding:3.2rem;max-width:60rem}._SuccessScreenContent_1bisn_1{margin:7.2rem 3.2rem}._CloseButton_1bisn_5{margin-top:2.4rem}._ErrorContent_13mqz_1{margin:4rem 3.2rem 2rem}._ErrorContent_13mqz_1 ._ErrorScreenContent_13mqz_4{display:flex;flex-direction:column;align-items:center;gap:1.2rem;width:100%}._ErrorContent_13mqz_1 ._ErrorScreenContent_13mqz_4 ._ErrorMessageContainer_13mqz_11{border:1px solid #c5c9db;border-radius:4px;width:100%;height:12rem;max-height:12rem;padding:1.2rem;font-family:Roboto Mono;white-space:pre-line;font-size:12px;font-weight:400;line-height:20px;text-align:left;color:#212123;position:relative;overflow-y:auto}._ErrorContent_13mqz_1 ._ErrorScreenContent_13mqz_4 ._ErrorMessageContainer_13mqz_11 ._CopyButton_13mqz_28{position:absolute;right:1.2rem;width:100%;display:flex;justify-content:end}._ErrorContent_13mqz_1 ._ErrorScreenContent_13mqz_4 ._ErrorMessageContainer_13mqz_11 ._CopyButton_13mqz_28 ._Button_13mqz_35{position:fixed}._ErrorContent_13mqz_1 ._ErrorScreenContent_13mqz_4 ._BackButton_13mqz_38{height:4.8rem;border-radius:32px;padding:24px 48px;margin-top:24px}._ErrorContent_13mqz_1 ._ErrorScreenContent_13mqz_4 ._ContactSupport_13mqz_44{color:#3483ff;cursor:pointer;font-size:14px;font-weight:500;line-height:25px;text-align:center}._ErrorContent_13mqz_1 ._ErrorScreenContent_13mqz_4 ._ContactSupport_13mqz_44:hover{color:#3483ffb3}._WizardFooter_1hqzy_1{display:flex;flex-direction:column;gap:1.6rem}._WizardFooter_1hqzy_1 ._ContinueButton_1hqzy_6{height:4.8rem;border-radius:32px;font-size:16px;font-weight:600;line-height:20px}._WizardFooter_1hqzy_1 ._FooterText_1hqzy_13{font-weight:400;font-size:1.4rem;text-align:center;display:flex;justify-content:center;align-items:center;gap:.6rem}._WizardFooter_1hqzy_1 ._FooterText_1hqzy_13 ._ShieldCheckIcon_1hqzy_22{color:#05bef1}._Wizard_gh2id_1{display:flex;flex-direction:column;width:100%}._Wizard_gh2id_1 ._Loader_gh2id_6{height:20rem;position:relative}._Wizard_gh2id_1 ._DataSourceSelector_gh2id_10{margin:2.4rem 0}._Wizard_gh2id_1 ._DataSourceSelector_gh2id_10 ._SourceSelect_gh2id_13{height:4.8rem}._AthenaForm_e9jc3_1{display:flex;flex-direction:column;gap:2.4rem}._FormLayout_1a85u_1{overflow:hidden}._FormLayout_1a85u_1 ._ContentWrapper_1a85u_4{flex:1;max-height:30rem;overflow-y:auto;padding-bottom:2.4rem}._FormLayout_1a85u_1 ._ContentWrapper_1a85u_4::-webkit-scrollbar{width:6px;height:6px;background:transparent}._FormLayout_1a85u_1 ._ContentWrapper_1a85u_4::-webkit-scrollbar-track{border-radius:6px}._FormLayout_1a85u_1 ._ContentWrapper_1a85u_4::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._FormLayout_1a85u_1 ._Footer_1a85u_25{display:flex;width:100%;align-items:center;justify-content:center;padding-top:2.4rem;border-top:1px solid #eff0f6}._RedshiftForm_5cghj_1{display:flex;flex-direction:column;gap:1.4rem}._RedshiftForm_5cghj_1 ._InputGroup_5cghj_6{display:flex;gap:.6rem}._BigQueryForm_18uyp_1{display:flex;flex-direction:column;gap:2.4rem}._BigQueryForm_18uyp_1 ._RadioGroup_18uyp_6{display:flex;flex-direction:column;gap:1rem}._BigQueryForm_18uyp_1 ._RadioGroup_18uyp_6 ._RadioButton_18uyp_11{display:flex;align-items:center;gap:.6rem;cursor:pointer}._BigQueryForm_18uyp_1 ._InputGroup_18uyp_17{display:flex;gap:.6rem}._SingleFileUploadedContainer_qaen8_1{width:100%;display:flex;align-items:center;gap:1.2rem}._SingleFileUploadedContainer_qaen8_1 ._FileDescription_qaen8_7{display:flex;flex-direction:column;line-height:2rem;font-weight:500}._SingleFileUploadedContainer_qaen8_1 ._FileDescription_qaen8_7 ._FileName_qaen8_13{font-size:1.6rem;color:#212123}._SingleFileUploadedContainer_qaen8_1 ._FileDescription_qaen8_7 ._FileSize_qaen8_17{font-size:1.4rem;color:#757c94}._FileDropzone_207am_1{height:14rem;border:1px solid #c5c9db;border-radius:4px;width:100%;transition:all .25s}._FileDropzone_207am_1._Error_207am_8{border-color:#f18689}._FileDropzone_207am_1._ActiveDrag_207am_11{background-color:#3483ff4d;border-color:#3483ff}._FileDropzone_207am_1 ._ErrorContainer_207am_15{font-size:16px;font-weight:500;line-height:20px;color:#f18689;width:100%}._FileDropzone_207am_1 ._FileDropzoneContent_207am_22{margin:2rem;gap:1.2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.6rem;line-height:2rem;font-weight:500}._FileDropzone_207am_1 ._FileDropzoneContent_207am_22._Error_207am_8{margin:1.2rem 2rem}._FileDropzone_207am_1 ._FileDropzoneContent_207am_22 ._ChooseFile_207am_36{color:#3483ff;cursor:pointer}._FileDropzone_207am_1 ._FileDropzoneContent_207am_22 ._ChooseFile_207am_36:hover{color:#3483ffb3}._FileDropzone_207am_1 ._FileDropzoneContent_207am_22 ._FileUploadedContainer_207am_43{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:start;gap:3rem}._FileDropzone_207am_1 ._FileDropzoneContent_207am_22 ._FileUploadedContainer_207am_43._Error_207am_8{gap:1.2rem}._FileUploadActionsContainer_1y09d_1{display:flex;gap:1.6rem;justify-content:start;width:100%;font-size:14px;font-weight:500;line-height:20px;text-align:center}._FileUploadActionsContainer_1y09d_1 ._FileUploadActionButton_1y09d_11{color:#3483ff;display:flex;align-items:center;gap:.4rem;cursor:pointer;-webkit-user-select:none;user-select:none}._FileUploadActionsContainer_1y09d_1 ._FileUploadActionButton_1y09d_11:hover{color:#3483ffe6}._DatabricksForm_zxj7d_1,._GenericConnectionDetailsForm_7umnb_1,._SnowflakeForm_5h43z_1{display:flex;flex-direction:column;gap:1.4rem}._SnowflakeForm_5h43z_1 ._RadioGroup_5h43z_6{display:flex;flex-direction:column;gap:2.4rem}._SnowflakeForm_5h43z_1 ._RadioGroup_5h43z_6 ._RadioButton_5h43z_11{display:flex;align-items:center;gap:1.8rem;cursor:pointer;font-size:16px;font-weight:700;line-height:20px}._SnowflakeForm_5h43z_1 ._InputGroup_5h43z_20{display:flex;gap:.6rem}._DialogLayout_54n8t_1{padding:.8rem;margin:.8rem 0}._DialogLayout_54n8t_1 ._MoreActions_54n8t_5 ._Button_54n8t_5{display:flex;align-items:center;color:#242424;font-size:1.6rem;gap:.6rem;cursor:pointer;height:3.6rem;padding:0 .8rem;border-radius:8px;transition:all .25s}._DialogLayout_54n8t_1 ._MoreActions_54n8t_5 ._Button_54n8t_5:hover{color:#3483ff}._HomepageContainer_54n8t_21{height:100%;flex:1;position:relative;overflow-y:auto}._HomepageContainer_54n8t_21::-webkit-scrollbar{width:6px;height:6px;background:transparent}._HomepageContainer_54n8t_21::-webkit-scrollbar-track{border-radius:6px}._HomepageContainer_54n8t_21::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._HomepageContainer_54n8t_21 ._Header_54n8t_42{display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#f4f6fa;margin-bottom:3.2rem;color:#757c94;gap:1.6rem;padding:1.6rem}._HomepageContainer_54n8t_21 ._Header_54n8t_42 ._Title_54n8t_53{font-size:3rem}._HomepageContainer_54n8t_21 ._Header_54n8t_42 ._SubTitle_54n8t_56{font-size:1.6rem;margin-bottom:1.6rem}._HomepageContainer_54n8t_21 ._Header_54n8t_42 ._Actions_54n8t_60{display:flex;align-items:center;justify-content:center}._HomepageContainer_54n8t_21 ._Header_54n8t_42 ._Actions_54n8t_60 ._Button_54n8t_5{display:flex;align-items:center;justify-content:center;color:#3483ff;font-size:1.6rem;gap:.6rem;cursor:pointer;height:3.6rem;padding:0 .8rem;border-radius:8px;transition:all .25s}._HomepageContainer_54n8t_21 ._Header_54n8t_42 ._Actions_54n8t_60 ._Button_54n8t_5._MoreButton_54n8t_78{font-size:2rem;min-width:3.6rem}._HomepageContainer_54n8t_21 ._Header_54n8t_42 ._Actions_54n8t_60 ._Button_54n8t_5._Active_54n8t_82,._HomepageContainer_54n8t_21 ._Header_54n8t_42 ._Actions_54n8t_60 ._Button_54n8t_5:hover{background-color:#e5efff}._HomepageContainer_54n8t_21 ._Header_54n8t_42 ._Actions_54n8t_60 ._Spacer_54n8t_85{border-right:1px solid #d7dbea;height:2.4rem;content:"";padding-right:.8rem;margin-right:.8rem}._HomepageContainer_54n8t_21 ._Header_54n8t_42 ._Actions_54n8t_60 ._Spacer_54n8t_85:last-child{display:none}._HomepageContainer_54n8t_21 ._HomepageContent_54n8t_95{max-width:120rem;width:100%;flex:1;padding:0 2.4rem;margin:0 auto}._HomepageContainer_54n8t_21 ._HomepageContent_54n8t_95 ._HomepageSummary_54n8t_102{margin-bottom:2.4rem}._HomepageContainer_54n8t_21 ._HomepageContent_54n8t_95 ._SectionHeader_54n8t_105{display:flex;align-items:center;height:4.4rem;margin-bottom:.8rem}._HomepageContainer_54n8t_21 ._HomepageContent_54n8t_95 ._SectionHeader_54n8t_105 ._TitleWrapper_54n8t_111{display:flex;align-items:center;color:#606375;flex:1}._HomepageContainer_54n8t_21 ._HomepageContent_54n8t_95 ._SectionHeader_54n8t_105 ._TitleWrapper_54n8t_111 ._Title_54n8t_53{font-size:1.6rem;font-weight:600;display:flex;align-items:center}._HomepageContainer_54n8t_21 ._HomepageContent_54n8t_95 ._SectionHeader_54n8t_105 ._TitleWrapper_54n8t_111 ._Title_54n8t_53 ._Chip_54n8t_123{margin-left:.8rem}._HomepageContainer_54n8t_21 ._HomepageContent_54n8t_95 ._SectionHeader_54n8t_105 ._TitleWrapper_54n8t_111 ._Icon_54n8t_126{font-size:2rem;margin-right:.8rem}._HomepageContainer_54n8t_21 ._HomepageContent_54n8t_95 ._SectionHeader_54n8t_105 ._Actions_54n8t_60 ._SeeAllButton_54n8t_130{display:flex;align-items:center;cursor:pointer;color:#3483ff;font-size:1.4rem}._HomepageContainer_54n8t_21 ._HomepageContent_54n8t_95 ._SectionHeader_54n8t_105 ._Actions_54n8t_60 ._SeeAllButton_54n8t_130:hover{text-decoration:underline}._HomepageContainer_54n8t_21 ._HomepageContent_54n8t_95 ._SectionHeader_54n8t_105 ._Actions_54n8t_60 ._SeeAllButton_54n8t_130 ._Icon_54n8t_126{margin-left:.8rem;font-size:1.6rem}._HomepageContainer_54n8t_21 ._HomepageContent_54n8t_95 ._Section_54n8t_105{margin-bottom:3.2rem}._HomepageContainer_54n8t_21 ._HomepageContent_54n8t_95 ._Section_54n8t_105:last-child{padding-bottom:20rem}._EmptyStateWrapper_1u9vi_1{display:flex;align-items:center;justify-content:center;height:100%}._AnalysesMain_1u9vi_8{height:100%}._AnalysesMain_1u9vi_8 ._Body_1u9vi_11{display:flex;flex:1;overflow-x:hidden}._AnalysesMain_1u9vi_8 ._Body_1u9vi_11 ._Navigation_1u9vi_16{width:26rem;min-width:26rem;background-color:#f8f9fc;padding:1.2rem;margin-right:1.6rem;overflow-y:auto}._AnalysesMain_1u9vi_8 ._Body_1u9vi_11 ._Navigation_1u9vi_16::-webkit-scrollbar{width:6px;height:6px;background:transparent}._AnalysesMain_1u9vi_8 ._Body_1u9vi_11 ._Navigation_1u9vi_16::-webkit-scrollbar-track{border-radius:6px}._AnalysesMain_1u9vi_8 ._Body_1u9vi_11 ._Navigation_1u9vi_16::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._AnalysesMain_1u9vi_8 ._Body_1u9vi_11 ._MainView_1u9vi_39{position:relative;flex-grow:1;flex-shrink:0;flex-basis:0;padding:2.4rem 0 0 2.4rem;overflow:hidden}._AnalysisNavigation_qdg03_1 ._Separator_qdg03_1{height:1px;background-color:#d7dae9;margin:.8rem 0}._AnalysisNavigation_qdg03_1 ._SkeletonLoadingWrapper_qdg03_6>*{margin-bottom:.4rem;height:2.8rem}._AnalysisNavigation_qdg03_1 ._SeeAll_qdg03_10{display:flex;align-items:center;height:2rem;font-size:1.2rem;color:#757c94;cursor:pointer;margin-left:2rem;margin-top:.4rem;font-weight:600}._AnalysisNavigation_qdg03_1 ._SeeAll_qdg03_10._Open_qdg03_21 ._ChevronDownIcon_qdg03_21{transform:rotate(180deg)}._AnalysisNavigation_qdg03_1 ._SeeAll_qdg03_10 ._ChevronDownIcon_qdg03_21{font-size:1.2rem;margin-left:.4rem;transition:all .25s}._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29{background-color:transparent!important}._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29 .ant-tree-switcher-noop{display:none!important}._AnalysisNavigation_qdg03_1 ._ParentTree_qdg03_35 .ant-tree-list-holder-inner>.ant-tree-treenode:first-child .ant-tree-switcher{display:none}._AnalysisNavigation_qdg03_1 ._ParentTree_qdg03_35,._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29,._AnalysisNavigation_qdg03_1 ._MainTree_qdg03_40{background-color:transparent!important}._AnalysisNavigation_qdg03_1 ._ParentTree_qdg03_35 ._NavIcon_qdg03_43,._AnalysisNavigation_qdg03_1 ._ParentTree_qdg03_35 ._RootNavIcon_qdg03_44,._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29 ._NavIcon_qdg03_43,._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29 ._RootNavIcon_qdg03_44,._AnalysisNavigation_qdg03_1 ._MainTree_qdg03_40 ._NavIcon_qdg03_43,._AnalysisNavigation_qdg03_1 ._MainTree_qdg03_40 ._RootNavIcon_qdg03_44{font-size:1.6rem;color:#606375}._AnalysisNavigation_qdg03_1 ._ParentTree_qdg03_35 ._NavIcon_qdg03_43,._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29 ._NavIcon_qdg03_43,._AnalysisNavigation_qdg03_1 ._MainTree_qdg03_40 ._NavIcon_qdg03_43{color:#757c94}._AnalysisNavigation_qdg03_1 ._ParentTree_qdg03_35 .ant-tree-iconEle,._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29 .ant-tree-iconEle,._AnalysisNavigation_qdg03_1 ._MainTree_qdg03_40 .ant-tree-iconEle{display:inline-flex;align-items:center}._AnalysisNavigation_qdg03_1 ._ParentTree_qdg03_35 .ant-tree-indent-unit,._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29 .ant-tree-indent-unit,._AnalysisNavigation_qdg03_1 ._MainTree_qdg03_40 .ant-tree-indent-unit{width:1.6rem}._AnalysisNavigation_qdg03_1 ._ParentTree_qdg03_35 .ant-tree-switcher,._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29 .ant-tree-switcher,._AnalysisNavigation_qdg03_1 ._MainTree_qdg03_40 .ant-tree-switcher{color:#606375}._AnalysisNavigation_qdg03_1 ._ParentTree_qdg03_35 .ant-tree-node-content-wrapper,._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29 .ant-tree-node-content-wrapper,._AnalysisNavigation_qdg03_1 ._MainTree_qdg03_40 .ant-tree-node-content-wrapper{border-radius:4px;width:100%}._AnalysisNavigation_qdg03_1 ._ParentTree_qdg03_35 .ant-tree-node-content-wrapper:hover,._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29 .ant-tree-node-content-wrapper:hover,._AnalysisNavigation_qdg03_1 ._MainTree_qdg03_40 .ant-tree-node-content-wrapper:hover{background-color:transparent}._AnalysisNavigation_qdg03_1 ._ParentTree_qdg03_35 .ant-tree-treenode,._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29 .ant-tree-treenode,._AnalysisNavigation_qdg03_1 ._MainTree_qdg03_40 .ant-tree-treenode{padding:.2rem 0;border-radius:4px;width:100%;margin:.1rem 0}._AnalysisNavigation_qdg03_1 ._ParentTree_qdg03_35 .ant-tree-treenode:hover,._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29 .ant-tree-treenode:hover,._AnalysisNavigation_qdg03_1 ._MainTree_qdg03_40 .ant-tree-treenode:hover{background-color:#dff0ff}._AnalysisNavigation_qdg03_1 ._ParentTree_qdg03_35 .ant-tree-treenode-selected,._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29 .ant-tree-treenode-selected,._AnalysisNavigation_qdg03_1 ._MainTree_qdg03_40 .ant-tree-treenode-selected{background-color:#dff0ff;color:#3483ff}._AnalysisNavigation_qdg03_1 ._ParentTree_qdg03_35 .ant-tree-node-selected,._AnalysisNavigation_qdg03_1 ._RootTree_qdg03_29 .ant-tree-node-selected,._AnalysisNavigation_qdg03_1 ._MainTree_qdg03_40 .ant-tree-node-selected{background-color:transparent!important}._AnalysesViewHeader_4a3x1_1{color:#242424;width:100%}._AnalysesViewHeader_4a3x1_1 ._Head_4a3x1_5{display:flex;align-items:center;max-width:100%}._AnalysesViewHeader_4a3x1_1 ._Head_4a3x1_5 ._Title_4a3x1_10{display:flex;align-items:center;font-size:2.4rem;flex:1;min-width:0}._AnalysesViewHeader_4a3x1_1 ._Head_4a3x1_5 ._Title_4a3x1_10 ._TeamIcon_4a3x1_17{margin-right:.8rem}._AnalysesViewHeader_4a3x1_1 ._Head_4a3x1_5 ._Title_4a3x1_10 ._Parent_4a3x1_20{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline;color:#898ea8;min-width:4rem;cursor:pointer;transition:all .25s;border-radius:4px}._AnalysesViewHeader_4a3x1_1 ._Head_4a3x1_5 ._Title_4a3x1_10 ._Parent_4a3x1_20:hover{color:#3483ff}._AnalysesViewHeader_4a3x1_1 ._Head_4a3x1_5 ._Title_4a3x1_10 ._Separator_4a3x1_34{margin:0 .6rem;color:#898ea8}._AnalysesViewHeader_4a3x1_1 ._Head_4a3x1_5 ._Title_4a3x1_10 ._Name_4a3x1_38{display:inline;font-weight:600}._AnalysesViewHeader_4a3x1_1 ._Head_4a3x1_5 ._Title_4a3x1_10 ._SharedChip_4a3x1_42{margin-left:.8rem}._AnalysesViewHeader_4a3x1_1 ._Head_4a3x1_5 ._Title_4a3x1_10 ._AnalysisFolderIcon_4a3x1_45{margin-right:.6rem}._AnalysesViewHeader_4a3x1_1 ._Head_4a3x1_5 ._Actions_4a3x1_48{display:flex;align-items:center;justify-content:center;margin-left:2rem;gap:.8rem}._AnalysesViewHeader_4a3x1_1 ._Description_4a3x1_55{margin-top:.8rem;font-size:1.4rem;color:#898ea8;max-width:80rem}._TextHeader_cfq6y_1{display:flex;align-items:center;color:#242424;font-size:2.4rem;font-weight:600}._FilterByMeCheckbox_cfq6y_9{min-width:fit-content}._EmptyStateRow_cfq6y_13{display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#606375;height:6rem}._BaseAnalysesView_cfq6y_22{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden;padding-right:2.4rem;padding-bottom:20rem}._BaseAnalysesView_cfq6y_22::-webkit-scrollbar{width:6px;height:6px;background:transparent}._BaseAnalysesView_cfq6y_22::-webkit-scrollbar-track{border-radius:6px}._BaseAnalysesView_cfq6y_22::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._BaseAnalysesView_cfq6y_22 ._Header_cfq6y_46{margin-bottom:2rem}._BaseAnalysesView_cfq6y_22 ._Header_cfq6y_46 ._HeaderPlaceholder_cfq6y_49{width:20rem;height:3.4rem}._BaseAnalysesView_cfq6y_22 ._Title_cfq6y_53{display:flex;align-items:center;margin-bottom:1.6rem;height:2.4rem}._BaseAnalysesView_cfq6y_22 ._Title_cfq6y_53 ._ToggleOpen_cfq6y_59{margin-right:.8rem}._BaseAnalysesView_cfq6y_22 ._Title_cfq6y_53 ._ToggleOpen_cfq6y_59._Open_cfq6y_62{transform:rotate(180deg)}._BaseAnalysesView_cfq6y_22 ._Title_cfq6y_53 ._Label_cfq6y_65{display:flex;align-items:center;font-size:1.8rem;font-weight:600;flex:1;height:2.4rem}._BaseAnalysesView_cfq6y_22 ._Title_cfq6y_53 ._Label_cfq6y_65 ._Loading_cfq6y_73{margin-left:.6rem;color:#757c94}._BaseAnalysesView_cfq6y_22 ._Title_cfq6y_53 ._Actions_cfq6y_77{display:flex;align-items:center;gap:.8rem}._BaseAnalysesView_cfq6y_22 ._Folders_cfq6y_82{margin-bottom:2.4rem}._BaseAnalysesView_cfq6y_22 ._TableWrapper_cfq6y_85{margin-bottom:4rem;height:fit-content}._BaseAnalysesView_cfq6y_22 ._TableWrapper_cfq6y_85._Hide_cfq6y_89{display:none}._BaseAnalysesView_cfq6y_22 ._EmptyStateWrapper_cfq6y_92{flex:1;display:flex;justify-content:center}._BaseAnalysesView_cfq6y_22 ._EmptyStateWrapper_cfq6y_92 ._SelectAnalysisState_cfq6y_97{margin-top:4rem}._BaseAnalysesView_cfq6y_22 ._RecentPlaceholder_cfq6y_100{margin-bottom:4rem}._AnalysisSubFolders_ol6lw_1{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;flex-wrap:wrap;gap:1.6rem}._AnalysisSubFolders_ol6lw_1 ._ShowMore_ol6lw_8{display:flex;align-items:center;height:4.8rem;min-height:4.8rem;font-size:1.4rem;padding:0 1.6rem;cursor:pointer}._AnalysisSubFolders_ol6lw_1 ._ShowMore_ol6lw_8:hover{color:#3483ff}._AnalysisSubFolders_ol6lw_1 ._FolderPlaceholder_ol6lw_20{height:4.8rem}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20{display:flex;flex-direction:column;justify-content:center;background-color:#f0f2f7;border-radius:8px;padding:.8rem 1.6rem .8rem 1.2rem;font-size:1.4rem;transition:all .25s;border:1px solid #d7dbea;cursor:pointer;overflow:hidden;min-height:4rem}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20:hover{border-color:#3483ff;box-shadow:0 0 6px #0003}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20:hover ._Main_ol6lw_41 ._MoreButton_ol6lw_41{max-width:10rem}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20 ._Main_ol6lw_41{display:flex;align-items:center;height:3rem}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20 ._Main_ol6lw_41 ._Info_ol6lw_49{display:flex;align-items:center;flex:1;min-width:0}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20 ._Main_ol6lw_41 ._Info_ol6lw_49 ._Icon_ol6lw_55{display:flex;align-items:center;justify-content:center;font-size:2rem;margin-right:.8rem;width:2.4rem;min-width:2.4rem}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20 ._Main_ol6lw_41 ._Info_ol6lw_49 ._Icon_ol6lw_55 ._FolderIcon_ol6lw_64{font-size:1.8rem;color:#757c94}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20 ._Main_ol6lw_41 ._Info_ol6lw_49 ._Name_ol6lw_68{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;min-width:0}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20 ._Main_ol6lw_41 ._Info_ol6lw_49 ._FolderChip_ol6lw_75{margin-left:.6rem;font-weight:500}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20 ._Main_ol6lw_41 ._Info_ol6lw_49 ._NumberOfChildren_ol6lw_79{color:#898ea8;margin-left:.4rem;font-size:1.2rem}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20 ._Main_ol6lw_41 ._MoreButton_ol6lw_41{border-radius:50%;height:3rem;width:3rem;display:flex;align-items:center;justify-content:center;margin-left:.6rem;transition:all .25s;max-width:0;overflow:hidden}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20 ._Main_ol6lw_41 ._MoreButton_ol6lw_41:hover,._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20 ._Main_ol6lw_41 ._MoreButton_ol6lw_41._Active_ol6lw_96{background-color:#3483ff1a;max-width:10rem;min-width:3rem;min-height:3rem}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20 ._Main_ol6lw_41 ._MoreButton_ol6lw_41:hover ._Icon_ol6lw_55,._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20 ._Main_ol6lw_41 ._MoreButton_ol6lw_41._Active_ol6lw_96 ._Icon_ol6lw_55{color:#3483ff}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20 ._Main_ol6lw_41 ._MoreButton_ol6lw_41 ._Icon_ol6lw_55{font-size:2rem;color:#757c94;transition:color .25s}._AnalysisSubFolders_ol6lw_1 ._Folder_ol6lw_20 ._Participants_ol6lw_110{display:flex;align-items:center;height:2.8rem}._AnalysesEmptyState_1aby9_1{display:flex;flex-direction:column}._AnalysesEmptyState_1aby9_1 ._Title_1aby9_5{font-size:2rem;font-weight:500;text-align:center;margin-bottom:2rem}._AnalysesEmptyState_1aby9_1 ._SubTitle_1aby9_11{font-size:1.6rem;text-align:center;margin-bottom:3.2rem}._AnalysesEmptyState_1aby9_1 ._Options_1aby9_16{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;justify-content:center;margin-bottom:2rem;min-height:24rem;gap:2rem}._AnalysesEmptyState_1aby9_1 ._ShowAllBtn_1aby9_25{display:flex;justify-content:center;align-items:center}._AnalysesEmptyState_1aby9_1 ._ShowAllBtn_1aby9_25 ._Btn_1aby9_30{font-size:1.4rem}._AnalysesListPlaceholder_4fcgj_1 ._TableRowPlaceholder_4fcgj_1{height:5.2rem;margin-bottom:.4rem}._SquigglyEmptyState_1vaef_1{display:flex;flex-direction:column;align-items:center;min-height:20rem}._SquigglyEmptyState_1vaef_1 ._DescriptionWrapper_1vaef_7{display:flex;max-width:36rem}._SquigglyEmptyState_1vaef_1 ._DescriptionWrapper_1vaef_7 ._Texts_1vaef_11{display:flex;flex-direction:column;margin-top:.8rem;margin-left:1.2rem;gap:1.6rem;font-size:1.6rem;line-height:2.4rem}._SquigglyEmptyState_1vaef_1 ._DescriptionWrapper_1vaef_7 ._Texts_1vaef_11 ._Bold_1vaef_20{font-weight:700}._SquigglyEmptyState_1vaef_1 ._ButtonWrapper_1vaef_23{margin-top:1.6rem;display:flex;align-items:center}._SquigglyEmptyState_1vaef_1 ._ButtonWrapper_1vaef_23 ._Button_1vaef_23{margin-left:.8rem;background-color:transparent;border:none;color:#3483ff;cursor:pointer}._EmptyStateRow_h8msz_1{display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#606375;height:6rem}._HomepageSummary_7cjql_1 ._Header_7cjql_1{display:flex;align-items:center;margin-bottom:1.6rem}._HomepageSummary_7cjql_1 ._Header_7cjql_1 ._TitleWrapper_7cjql_6{display:flex;align-items:center;color:#606375;flex:1;gap:.8rem}._HomepageSummary_7cjql_1 ._Header_7cjql_1 ._TitleWrapper_7cjql_6 ._Title_7cjql_6{font-size:1.6rem;font-weight:600;display:flex;align-items:center}._HomepageSummary_7cjql_1 ._Header_7cjql_1 ._TitleWrapper_7cjql_6 ._Icon_7cjql_19{font-size:2rem}._HomepageSummary_7cjql_1 ._Header_7cjql_1 ._Actions_7cjql_22{display:flex;align-items:center;gap:.8rem}._HomepageSummary_7cjql_1 ._Header_7cjql_1 ._Actions_7cjql_22 ._AddAnnotation_7cjql_27{color:#242424;border-radius:4px;padding:0 .6rem}._HomepageSummary_7cjql_1 ._Header_7cjql_1 ._Actions_7cjql_22 ._EditConfiguration_7cjql_32{border-radius:4px;border-color:#d7dbea;padding:0 .6rem}._HomepageSummary_7cjql_1 ._Header_7cjql_1 ._Actions_7cjql_22 ._EditConfiguration_7cjql_32 ._Label_7cjql_37,._HomepageSummary_7cjql_1 ._Header_7cjql_1 ._Actions_7cjql_22 ._EditConfiguration_7cjql_32 ._LoopsAlgo_7cjql_40{margin-right:.4rem}._HomepageSummary_7cjql_1 ._Header_7cjql_1 ._Actions_7cjql_22 ._EditConfiguration_7cjql_32 ._Value_7cjql_43{font-weight:500}._HomepageSummary_7cjql_1 ._Header_7cjql_1 ._Actions_7cjql_22 ._Subscribe_7cjql_46{color:#242424;border-radius:4px;padding:.4rem}._HomepageSummary_7cjql_1 ._Header_7cjql_1 ._Actions_7cjql_22 ._Subscribe_7cjql_46 svg{margin-right:0}._HomepageSummary_7cjql_1 ._Content_7cjql_54{display:flex;height:54rem;border:1px solid #d7dbea;border-radius:8px;position:relative}._HomepageSummary_7cjql_1 ._Content_7cjql_54 ._List_7cjql_61{width:32rem;min-width:32rem;border-right:2px solid #d7dbea;border-top-left-radius:8px;border-bottom-left-radius:8px;overflow:hidden}._HomepageSummary_7cjql_1 ._Content_7cjql_54 ._ItemViewer_7cjql_69{position:relative;flex:1}._HomepageSummary_7cjql_1 ._Content_7cjql_54 ._ItemViewer_7cjql_69 ._HomepageModelViewer_7cjql_73{height:calc(100% - 1.2rem)}._HomepageSummary_7cjql_1 ._Content_7cjql_54 ._ItemViewer_7cjql_69 ._LastUpdate_7cjql_76{position:absolute;bottom:.8rem;right:1.6rem;font-size:1.2rem;color:#757c94;display:flex;align-items:center;gap:.4rem}._HomepageSummary_7cjql_1 ._Content_7cjql_54 ._ItemViewer_7cjql_69 ._LastUpdate_7cjql_76 ._InfoIcon_7cjql_86{font-size:1.4rem}._HomepageSummary_7cjql_1 ._Content_7cjql_54 ._ItemViewer_7cjql_69 ._EmptyState_7cjql_89{display:flex;align-items:center;justify-content:center;text-align:center;height:100%;font-size:1.6rem;line-height:1.5;color:#757c94}._HomepageSummary_7cjql_1 ._Content_7cjql_54 ._ItemViewer_7cjql_69 ._EmptyState_7cjql_89 ._CTA_7cjql_99{cursor:pointer}._HomepageSummary_7cjql_1 ._Content_7cjql_54 ._ItemViewer_7cjql_69 ._EmptyState_7cjql_89 ._CTA_7cjql_99:hover{text-decoration:underline}._HomepageList_a87nr_1{display:flex;flex-direction:column;overflow:hidden;max-height:100%;height:100%;background-color:#f8f9fc}._HomepageList_a87nr_1 ._IconButton_a87nr_9{cursor:pointer;transition:all .25s ease-in-out;border-radius:5rem;padding:.4rem;display:flex;justify-content:center;align-items:center}._HomepageList_a87nr_1 ._IconButton_a87nr_9._Open_a87nr_18,._HomepageList_a87nr_1 ._IconButton_a87nr_9:hover{background-color:#3483ff1a;color:#3483ff}._HomepageList_a87nr_1 ._IconButton_a87nr_9 *{width:1.6rem;height:1.6rem;display:flex;align-items:center;justify-content:center}._HomepageList_a87nr_1 ._IconButton_a87nr_9._PlusIcon_a87nr_29 *{color:#3483ff}._HomepageList_a87nr_1 ._Search_a87nr_32{display:flex;align-items:center;gap:.4rem;padding:.8rem}._HomepageList_a87nr_1 ._List_a87nr_38{overflow-y:auto;flex:1}._HomepageList_a87nr_1 ._List_a87nr_38::-webkit-scrollbar{width:6px;height:6px;background:transparent}._HomepageList_a87nr_1 ._List_a87nr_38::-webkit-scrollbar-track{border-radius:6px}._HomepageList_a87nr_1 ._List_a87nr_38::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._HomepageList_a87nr_1 ._List_a87nr_38 ._EmptyState_a87nr_57{display:flex;align-items:center;justify-content:center;text-align:center;height:100%;font-size:1.6rem;line-height:1.5;color:#757c94}._HomepageList_a87nr_1 ._AddMetric_a87nr_67{display:flex;align-items:center;justify-content:center;padding:2rem 1.6rem;text-transform:capitalize;font-size:1.4rem;color:#3483ff;cursor:pointer;transition:all .25s ease-in-out}._HomepageList_a87nr_1 ._AddMetric_a87nr_67:hover{background-color:#fff}._HomepageList_a87nr_1 ._AddMetric_a87nr_67 ._AddIcon_a87nr_81{font-size:1.6rem;margin-right:.6rem}._MetricSelector_1l4rh_1{margin-top:.4rem;width:34rem;height:30rem;border-radius:12px;box-shadow:0 0 8px 2px #0000001a;overflow:hidden}._MetricItemWrapper_1tvi5_1{background-color:#f8f9fc;transition:border .25s ease-in-out}._MetricItemWrapper_1tvi5_1._ChildExpanded_1tvi5_5{overflow:hidden}._MetricItemWrapper_1tvi5_1._ChildExpanded_1tvi5_5 ._ChildrenWrapper_1tvi5_8{max-height:1000px}._MetricItemWrapper_1tvi5_1._ChildExpanded_1tvi5_5 ._ChildrenToggle_1tvi5_11 ._Icon_1tvi5_11{transform:rotate(180deg)}._MetricItemWrapper_1tvi5_1._Child_1tvi5_5{border:0}._MetricItemWrapper_1tvi5_1._Child_1tvi5_5 ._MetricItem_1tvi5_1{padding-left:1.6rem}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1{position:relative;display:grid;grid-template-columns:auto 1fr 5rem 7.2rem auto;min-height:5.6rem;padding:0 .8rem 0 .4rem;cursor:pointer;border-bottom:1px solid #d7dbea}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1._Selected_1tvi5_29{background-color:#e5efff}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1._Selected_1tvi5_29 ._Main_1tvi5_32 ._Title_1tvi5_32,._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1._Selected_1tvi5_29 ._ChildIndicator_1tvi5_35 ._Icon_1tvi5_11{color:#3483ff}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1:hover:not(._Selected_1tvi5_29){background-color:#fff}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._Start_1tvi5_41{display:flex;align-items:center;justify-content:center}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._Start_1tvi5_41 ._ChildIndicator_1tvi5_35{display:flex;align-items:center;justify-content:center;margin-right:.8rem;width:2.4rem;height:2.4rem;min-width:2.4rem;min-height:2.4rem;border-radius:50%}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._Start_1tvi5_41 ._ChildIndicator_1tvi5_35:hover{color:#3483ff;background-color:#e5efff}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._Start_1tvi5_41 ._Attach_1tvi5_61{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;min-width:2rem;min-height:2rem;margin-right:.8rem;background-color:#d7dae9;border-radius:50%;color:#3483ff;cursor:pointer}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._Start_1tvi5_41 ._Attach_1tvi5_61._Active_1tvi5_75{background-color:#3483ff;color:#fff}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._Start_1tvi5_41 ._Attach_1tvi5_61 ._Icon_1tvi5_11{font-size:1.6rem}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._Main_1tvi5_32{min-width:0;display:flex;flex-direction:column;justify-content:center;margin-right:.8rem;gap:.4rem}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._Main_1tvi5_32 ._Title_1tvi5_32{display:-webkit-box;font-size:1.4rem;font-weight:600;transition:all .25s;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._Main_1tvi5_32 ._MissingGoal_1tvi5_100{color:#c5c9db;font-size:1.2rem}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._Chart_1tvi5_104{display:flex;align-items:center;margin-right:.4rem}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._Stats_1tvi5_109{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.4rem}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._Stats_1tvi5_109 ._Value_1tvi5_116{display:flex;align-items:center;gap:.4rem;font-size:1.4rem;font-weight:600}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._Stats_1tvi5_109 ._Loading_1tvi5_123{color:#757c94;margin-right:.4rem}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._ChildrenToggle_1tvi5_11{position:absolute;left:2.8rem;bottom:0;transform:translateY(50%);z-index:10;font-size:1.2rem;line-height:1;border:1px solid #d7dbea;border-radius:8px;padding:.2rem .4rem;background-color:#fff;color:#757c94;cursor:pointer}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._ChildrenToggle_1tvi5_11:hover{color:#3483ff}._MetricItemWrapper_1tvi5_1 ._MetricItem_1tvi5_1 ._ChildrenToggle_1tvi5_11 ._Icon_1tvi5_11{transition:transform .25s ease-in-out;margin-right:.4rem}._MetricItemWrapper_1tvi5_1 ._ChildrenWrapper_1tvi5_8{max-height:0;overflow:hidden;transition:max-height .25s ease-in-out}._MetricItemWrapper_1tvi5_1 ._ChildrenWrapper_1tvi5_8 :last-child{border-bottom:0}._MetricItemWrapper_1tvi5_1 ._ActionsButton_1tvi5_157{display:flex;align-items:center;justify-content:center;color:#757c94;margin-right:.8rem;cursor:pointer;height:2rem;width:2rem;border-radius:50%}._MetricItemWrapper_1tvi5_1 ._ActionsButton_1tvi5_157._Active_1tvi5_75,._MetricItemWrapper_1tvi5_1 ._ActionsButton_1tvi5_157:hover{background-color:#3483ff33;color:#3483ff}._MissingSubscriptionMessageContainer_1x88t_1{padding:.8rem;background-color:#fff;border-top:1px solid #c5c9db}._MissingSubscriptionMessageContainer_1x88t_1 ._MissingSubscriptionMessage_1x88t_1 ._Title_1x88t_6{font-size:1.6rem;font-weight:600;line-height:2rem;letter-spacing:.01em;text-align:center;margin-bottom:.4rem}._MissingSubscriptionMessageContainer_1x88t_1 ._MissingSubscriptionMessage_1x88t_1 ._Content_1x88t_14{font-size:1.4rem;font-weight:500;line-height:2rem;letter-spacing:.01em;text-align:center}._MissingSubscriptionMessageContainer_1x88t_1 ._MissingSubscriptionMessage_1x88t_1 ._Footer_1x88t_21{color:#3483ff;display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:1.2rem}._MissingSubscriptionMessageContainer_1x88t_1 ._MissingSubscriptionMessage_1x88t_1 ._Footer_1x88t_21 ._CreateSubsciptionMessageCTA_1x88t_29,._MissingSubscriptionMessageContainer_1x88t_1 ._MissingSubscriptionMessage_1x88t_1 ._Footer_1x88t_21 ._MoreIcon_1x88t_32{cursor:pointer}._CreateSubscriptionMessageContainer_1x88t_36{width:100%;padding:auto;display:flex;align-items:center;justify-content:center;padding:1.2rem 3.2rem;background-color:#3483ff1a;cursor:pointer;border-top:1px solid #c5c9db}._CreateSubscriptionMessage_1x88t_36{display:flex;align-items:center;gap:.8rem;font-family:Manrope;font-size:1.4rem;font-weight:600;line-height:2rem;letter-spacing:.01em;color:#3483ff}._HomepageAIChat_1cwui_1{display:flex;width:64rem;height:5.2rem}._HomepageAIChat_1cwui_1 ._InputContainer_1cwui_6{display:flex;align-items:center;width:100%;height:100%;border-radius:40px;border:1px solid #d7dae9;background-color:#fff;padding:.8rem;gap:1.2rem;font-family:Manrope;font-weight:400;font-size:1.4rem;line-height:2rem;color:#212121}._HomepageAIChat_1cwui_1 ._InputContainer_1cwui_6 ._LoopsAIIcon_1cwui_22{font-size:3.6rem;color:#3483ffb3;transition:all .25s}._HomepageAIChat_1cwui_1 ._InputContainer_1cwui_6 ._LoopsAIIcon_1cwui_22._Active_1cwui_27{color:#3483ff}._HomepageAIChat_1cwui_1 ._InputContainer_1cwui_6 ._Input_1cwui_6{width:100%;border:none;background-color:transparent}._HomepageAIChat_1cwui_1 ._InputContainer_1cwui_6 ._Input_1cwui_6:focus{outline:none}._HomepageAIChat_1cwui_1 ._InputContainer_1cwui_6 ._Input_1cwui_6:placeholder{color:#757c94}._HomepageAIChat_1cwui_1 ._InputContainer_1cwui_6 ._SuggestionsButton_1cwui_41{color:#3483ff;font-weight:400;font-size:1.4rem;line-height:2rem;cursor:pointer;transition:all .25s ease-in-out}._HomepageAIChat_1cwui_1 ._InputContainer_1cwui_6 ._SubmitButton_1cwui_49{padding:0;width:2.8rem;height:2.8rem;border-radius:50%;background-color:#3483ff;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#fff;flex-shrink:0;margin-right:.4rem;cursor:pointer;transition:all .25s ease-in-out}._HomepageAIChat_1cwui_1 ._InputContainer_1cwui_6 ._SubmitButton_1cwui_49._Disabled_1cwui_65{background-color:#3483ffb3;cursor:not-allowed}._BlankPaperAllowOverflow_1cwui_70{background-color:transparent!important;box-shadow:none!important;overflow-y:unset!important;overflow-x:unset!important}._Suggestions_1cwui_41{width:56rem;padding:.8rem 0;max-height:26rem;margin-top:0;overflow-y:auto}._Suggestions_1cwui_41::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Suggestions_1cwui_41::-webkit-scrollbar-track{border-radius:6px}._Suggestions_1cwui_41::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Suggestions_1cwui_41 ._Suggestion_1cwui_41{display:flex;align-items:center;width:100%;height:4rem;padding:.8rem 1.6rem;font-weight:400;font-size:1.4rem;line-height:2rem;color:#212121;cursor:pointer;transition:all .25s ease-in-out}._Suggestions_1cwui_41 ._Suggestion_1cwui_41:hover{background-color:#f4f6fa}._Suggestions_1cwui_41 ._Suggestion_1cwui_41._ShowAllSuggestions_1cwui_115{color:#3483ff}._DMPModule_py4wg_1{height:100%;display:flex}._DMPModule_py4wg_1 ._Nav_py4wg_5{margin-left:2rem}._DMPModule_py4wg_1 ._Nav_py4wg_5 ._NavLinkContent_py4wg_8{display:flex;align-items:center}._DMPModule_py4wg_1 ._Nav_py4wg_5 ._NavLinkContent_py4wg_8 ._IconWrapper_py4wg_12{display:flex;align-items:center;justify-content:center;width:2.2rem}._DMPModule_py4wg_1 ._Nav_py4wg_5 ._NavLinkContent_py4wg_8 ._Icon_py4wg_12{margin-right:.8rem;font-size:1.6rem}._DMPModule_py4wg_1 ._Nav_py4wg_5 ._NavLinkContent_py4wg_8 ._LinkText_py4wg_22{flex:1}._DMPModule_py4wg_1 ._Nav_py4wg_5 ._NavLinkContent_py4wg_8:hover{text-decoration:none!important}._DMPModule_py4wg_1 ._Nav_py4wg_5 ._NavLinkContent_py4wg_8:hover ._LinkText_py4wg_22{text-decoration:underline}._DMPModule_py4wg_1 ._Nav_py4wg_5 ._NavSubtitle_py4wg_31{color:#757c94;text-transform:uppercase}._DMPModule_py4wg_1 ._SubModules_py4wg_35{height:100%;flex:1;overflow:hidden}._Navigator_9vfct_1{padding-top:2rem;width:24rem}._Navigator_9vfct_1 ._Title_9vfct_5{font-size:1.8rem;margin-bottom:2.4rem;font-weight:500}._Navigator_9vfct_1 ._Subtitle_9vfct_10{font-size:1.4rem;margin-bottom:1.2rem;font-weight:500}._Navigator_9vfct_1 ._List_9vfct_15{display:flex;flex-direction:column;margin-bottom:2rem}._Navigator_9vfct_1 ._List_9vfct_15 ._Link_9vfct_20{display:flex;align-items:center;padding:0 2rem;margin-bottom:.4rem;font-size:1.4rem;height:4rem;border-radius:.8rem;color:#242424;font-weight:500;transition:all .2s;cursor:pointer}._Navigator_9vfct_1 ._List_9vfct_15 ._Link_9vfct_20._Active_9vfct_33,._Navigator_9vfct_1 ._List_9vfct_15 ._Link_9vfct_20._Active_9vfct_33:hover{background:#3483ff33;color:#3483ff}._Navigator_9vfct_1 ._List_9vfct_15 ._Link_9vfct_20:hover{background:#3483ff1a;color:#3483ff}._Navigator_9vfct_1 ._List_9vfct_15 ._Link_9vfct_20:last-child,._Navigator_9vfct_1 ._List_9vfct_15 ._Link_9vfct_20:only-child{margin-bottom:0}._Navigator_9vfct_1 ._List_9vfct_15 ._Link_9vfct_20 ._Chip_9vfct_48{font-size:1rem;color:#fff;padding:.2rem .4rem;background-color:#3483ffb3;border-radius:.4rem;margin-bottom:1rem;margin-left:.4rem;text-transform:uppercase}._Container_19jrs_1{display:flex;gap:1.6rem;height:100%}._Container_19jrs_1 ._Nav_19jrs_6{margin-left:2rem}._Container_19jrs_1 ._Content_19jrs_9{display:flex;border-radius:12px;padding:2rem;height:100%;flex:1}._Container_19jrs_1 ._Content_19jrs_9 ._Page_19jrs_16{display:flex;flex-direction:column;gap:2rem;height:fit-content}._Container_19jrs_1 ._Content_19jrs_9 ._Page_19jrs_16 ._Header_19jrs_22{font-size:2.4rem;line-height:3rem;margin:1rem 0}._Container_19jrs_1 ._Content_19jrs_9 ._Page_19jrs_16 ._Section_19jrs_27{display:flex;flex-direction:column}._Container_19jrs_1 ._Content_19jrs_9 ._Page_19jrs_16 ._Section_19jrs_27 ._SectionHeader_19jrs_31{font-size:1.6rem;font-weight:500;margin-bottom:1.2rem}._Container_19jrs_1 ._Content_19jrs_9 ._Page_19jrs_16 ._Section_19jrs_27 ._Description_19jrs_36{font-size:1.4rem;width:60rem;box-sizing:border-box;line-height:2.4rem}._Container_19jrs_1 ._Content_19jrs_9 ._Page_19jrs_16 ._Section_19jrs_27 ._Description_19jrs_36 ._Link_19jrs_42{color:#3483ff;cursor:pointer}._Container_19jrs_1 ._Content_19jrs_9 ._Page_19jrs_16 ._Section_19jrs_27 ._Description_19jrs_36 ._Link_19jrs_42:hover{text-decoration:underline}._Container_19jrs_1 ._Content_19jrs_9 ._Page_19jrs_16 ._Section_19jrs_27 ._Control_19jrs_49{min-width:8rem;padding:2rem}._Container_19jrs_1 ._Content_19jrs_9 ._Page_19jrs_16 ._LearnMoreList_19jrs_53{padding-inline-start:2.8rem;margin:2rem 0}._EmptyState_1f4tw_1{display:flex;flex-direction:column;align-items:center;flex:1;justify-content:center}._EmptyState_1f4tw_1 ._Title_1f4tw_8{font-size:2rem;font-weight:500}._EmptyState_1f4tw_1 ._SubTitle_1f4tw_12{font-size:1.6rem}._EmptyState_1f4tw_1 ._ExperimentAnalyses_1f4tw_15{display:flex;gap:2rem}._EmptyState_1f4tw_1 ._ExperimentAnalyses_1f4tw_15 ._Card_1f4tw_19{height:28rem;width:25rem}._EmptyState_1f4tw_1>*{margin-bottom:2rem}._EmptyState_1f4tw_1>*:last-child{margin-bottom:0}._ExperimentTitle_r2h6y_1 ._Automation_r2h6y_1{font-size:1.2rem;color:#606375}._ExperimentTitle_r2h6y_1 ._Automation_r2h6y_1 ._AutomationName_r2h6y_5{cursor:pointer;transition:all .25s}._ExperimentTitle_r2h6y_1 ._Automation_r2h6y_1 ._AutomationName_r2h6y_5:hover{color:#3483ff}._FiltersStickyContainer_r2h6y_13{position:sticky;top:0;background:#fff;padding-bottom:1.6rem;z-index:100}._Footer_r2h6y_21 ._Pagination_r2h6y_21{display:flex;align-items:center;justify-content:flex-end;padding:.8rem 0;font-size:1.4rem;height:4rem}._Footer_r2h6y_21 ._Pagination_r2h6y_21._Loading_r2h6y_29{cursor:wait;opacity:.5}._Footer_r2h6y_21 ._Pagination_r2h6y_21._Loading_r2h6y_29 ._Navigation_r2h6y_33 ._Button_r2h6y_33{cursor:wait!important}._Footer_r2h6y_21 ._Pagination_r2h6y_21 ._Status_r2h6y_36{margin-right:1.2rem}._Footer_r2h6y_21 ._Pagination_r2h6y_21 ._Navigation_r2h6y_33 ._Button_r2h6y_33{padding:1.2rem;margin-right:.4rem;cursor:pointer}._Footer_r2h6y_21 ._Pagination_r2h6y_21 ._Navigation_r2h6y_33 ._Button_r2h6y_33._Disabled_r2h6y_44{cursor:not-allowed;opacity:.5}._Footer_r2h6y_21 ._Pagination_r2h6y_21 ._Navigation_r2h6y_33 ._Button_r2h6y_33:last-child{margin-right:0}._FiltersContainer_1hs1s_1{display:flex;align-items:center;gap:.8rem}._FiltersContainer_1hs1s_1 ._Divider_1hs1s_6{height:50%}._FiltersContainer_1hs1s_1 ._SortLabel_1hs1s_9{display:flex;align-items:center;font-size:1.4rem;gap:.4rem}._FiltersContainer_1hs1s_1 ._SortLabel_1hs1s_9 ._Label_1hs1s_15{color:#757c94}._SearchInput_1hs1s_19{height:3.2rem;border-radius:4px}._ExperimentListRowItem_1mhu5_1{display:grid;grid-gap:16px;height:6.4rem;padding:0 1.6rem;border:1px solid #e7eaf3;border-radius:8px;margin-bottom:1.5rem;transition:all .25s;grid-template-columns:repeat(20,1fr)}._ExperimentListRowItem_1mhu5_1:hover{background-color:#ebf3ff}._ExperimentListRowItem_1mhu5_1 ._ExperimentProgressCell_1mhu5_15{grid-column:span 6}._ExperimentListRowItem_1mhu5_1 ._WideExperimentProgressCell_1mhu5_18{grid-column:span 7}._ExperimentListRowItem_1mhu5_1 ._ExperimentPrimaryKPICell_1mhu5_21{grid-column:span 4}._ExperimentListRowItem_1mhu5_1 ._ExperimentOwnerCell_1mhu5_24{grid-column:span 1}._ExperimentListRowItem_1mhu5_1 ._ExperimentDescriptionCell_1mhu5_27{grid-column:span 7}._ExperimentListRowItem_1mhu5_1 ._ExperimentTeamCell_1mhu5_30,._ExperimentListRowItem_1mhu5_1 ._ExperimentActions_1mhu5_33{grid-column:span 1}._Actions_br3r7_1{display:flex;justify-content:flex-end;padding:.8rem 0;width:100%}._PrimaryKPIContent_1spx9_1{display:flex;align-items:center;gap:.6rem;max-width:100%;overflow:hidden}._PrimaryKPIContent_1spx9_1 ._NameWrapper_1spx9_8{display:flex;align-items:center;gap:.6rem;overflow:hidden}._PrimaryKPIContent_1spx9_1 ._NameWrapper_1spx9_8._Clickable_1spx9_14{cursor:pointer}._PrimaryKPIContent_1spx9_1 ._NameWrapper_1spx9_8._Clickable_1spx9_14 ._Name_1spx9_8:hover{color:#2f78ea}._PrimaryKPIContent_1spx9_1 ._NameWrapper_1spx9_8 ._Name_1spx9_8{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.4rem}._PrimaryKPIContent_1spx9_1 ._NameWrapper_1spx9_8 ._UpliftChip_1spx9_26{height:fit-content}._PrimaryKPIContent_1spx9_1 ._NameWrapper_1spx9_8 ._More_1spx9_29{color:#757c96;font-size:1.2rem;display:flex;align-items:center;text-wrap:nowrap}._ListRowItemCell_fm956_1{display:flex;flex-direction:column;justify-content:center;gap:.4rem}._ListRowItemCell_fm956_1 ._Title_fm956_7{color:gray;font-size:1.2rem;font-weight:500;text-transform:uppercase}._ListRowItemCell_fm956_1 ._Content_fm956_13{display:flex;align-items:center;height:2.4rem}._ProgressCell_1wioh_1 ._ProgressCellContent_1wioh_1{display:grid;grid-template-columns:1fr 1fr 1fr}._ProgressCell_1wioh_1 ._ProgressCellContent_1wioh_1 ._ProgressBarContainer_1wioh_5{grid-column:span 1;display:flex;align-items:center;min-width:12rem}._ProgressCell_1wioh_1 ._ProgressCellContent_1wioh_1 ._ProgressBarContainer_1wioh_5 ._ProgressBarFullWidth_1wioh_11{width:100%}._ProgressCell_1wioh_1 ._ProgressCellContent_1wioh_1>*{margin-right:1rem}._ProgressCell_1wioh_1 ._ProgressCellContent_1wioh_1 ._Dates_1wioh_17{grid-column:span 2;display:flex;justify-content:flex-start;align-items:center;font-size:1.2rem}._ProgressCell_1wioh_1 ._ProgressCellContent_1wioh_1 ._Dates_1wioh_17 ._DateRange_1wioh_24{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 1rem;text-transform:uppercase}._ProgressCell_1wioh_1 ._ProgressCellContent_1wioh_1 ._Dates_1wioh_17 ._RemainingDays_1wioh_31{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#8d94ae}._Description_il6q4_1{display:flex;justify-content:flex-start;max-width:100%;overflow:hidden}._Description_il6q4_1 ._Name_il6q4_7{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}._Description_il6q4_1 ._StatusIcon_il6q4_13{margin:0 .5rem 0 0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}._Automation_il6q4_22{font-size:1.2rem;color:inherit;text-transform:none}._Automation_il6q4_22 ._AutomationName_il6q4_27{cursor:pointer;transition:all .25s}._Automation_il6q4_22 ._AutomationName_il6q4_27:hover{color:#3483ff}._TitleWrapper_il6q4_35{display:flex;align-items:center;gap:.6rem;height:100%}._TrophyContainer_1d16h_1{background:#21c476;border-radius:100%;display:flex;justify-content:center;align-items:center;font-size:1.2rem;height:2rem;width:2rem;color:#fff}._GreenDot_1d16h_13{min-height:1rem;min-width:1rem;border-radius:100%;background:#21c476}._GrayDot_1d16h_20{min-height:1rem;min-width:1rem;border-radius:100%;background:#606375}._Warning_1d16h_27{width:1.6rem!important;color:#fa982c}._Hourglass_1d16h_32{color:#314d92}._NoTeam_xoz3n_1{font-size:1.4rem;color:#c5c9db}._PaginationContainer_1y16t_1 ._Pagination_1y16t_1{display:flex;align-items:center;justify-content:flex-end;padding:.8rem 0;font-size:1.4rem;height:4rem}._PaginationContainer_1y16t_1 ._Pagination_1y16t_1._Loading_1y16t_9{cursor:wait;opacity:.5}._PaginationContainer_1y16t_1 ._Pagination_1y16t_1._Loading_1y16t_9 ._Navigation_1y16t_13 ._Button_1y16t_13{cursor:wait!important}._PaginationContainer_1y16t_1 ._Pagination_1y16t_1 ._Status_1y16t_16{margin-right:1.2rem}._PaginationContainer_1y16t_1 ._Pagination_1y16t_1 ._Navigation_1y16t_13 ._Button_1y16t_13{padding:1.2rem;margin-right:.4rem;cursor:pointer}._PaginationContainer_1y16t_1 ._Pagination_1y16t_1 ._Navigation_1y16t_13 ._Button_1y16t_13._Disabled_1y16t_24{cursor:not-allowed;opacity:.5}._PaginationContainer_1y16t_1 ._Pagination_1y16t_1 ._Navigation_1y16t_13 ._Button_1y16t_13:last-child{margin-right:0}._WinnerHeaderViewer_m1td6_1{margin:2rem 2rem 0}._EmptyState_m1td6_5{display:flex;justify-content:center;align-items:center;flex:1;height:100%}._Tabs_m1td6_13{padding:0 2rem}._PrimaryTabs_m1td6_17{height:100%}._TabContent_m1td6_21{flex:1;width:100%;height:100%}._ExperimentFinalInfo_1m30z_1{display:flex;flex-direction:column}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5{display:flex;flex-direction:column;margin-bottom:2.8rem;background-color:#fffc;box-shadow:0 3px 6px #dadada4d;border-radius:12px;padding:1.6rem;min-height:20rem}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._InfoRow_1m30z_15{display:flex;flex:1}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._InfoRow_1m30z_15 ._InfoBox_1m30z_19{flex:1}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._InfoRow_1m30z_15 ._InfoBox_1m30z_19 ._InfoContent_1m30z_22{padding:1.6rem;line-height:1.5;font-size:1.2rem}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._InfoRow_1m30z_15 ._InfoBox_1m30z_19 ._InfoContent_1m30z_22 ._Description_1m30z_27{margin-bottom:1.2rem}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._InfoRow_1m30z_15 ._InfoBox_1m30z_19 ._InfoContent_1m30z_22 ._Label_1m30z_30{font-size:1.2rem;font-weight:600;margin-right:.4rem}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._InfoRow_1m30z_15 ._InfoBox_1m30z_19 ._BlockHeader_1m30z_35{background-color:#fff}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._InfoRow_1m30z_15 ._InfoBox_1m30z_19 ._Textarea_1m30z_38{margin-top:1.2rem;background-color:#fff}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._InfoRow_1m30z_15 ._InfoBox_1m30z_19 ._TextareaButtons_1m30z_42{display:flex;align-items:center;justify-content:flex-end;margin-top:1.2rem}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._InfoRow_1m30z_15 ._InfoBox_1m30z_19 ._TextareaButtons_1m30z_42 ._Btn_1m30z_48{margin-right:.8rem}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._InfoRow_1m30z_15 ._InfoBox_1m30z_19 ._TextareaButtons_1m30z_42 ._Btn_1m30z_48:last-child,._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._InfoRow_1m30z_15 ._InfoBox_1m30z_19 ._TextareaButtons_1m30z_42 ._Btn_1m30z_48:only-child{margin-right:0}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._InfoRow_1m30z_15 ._Spacer_1m30z_54{width:1.6rem;display:flex;justify-content:center}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._InfoRow_1m30z_15 ._Spacer_1m30z_54 ._ArrowRightIcon_1m30z_59{margin-top:.8rem;color:#2f78ea}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._PrimaryMetric_1m30z_63{display:flex;margin-bottom:1.2rem}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._Stats_1m30z_67{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1.2rem}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._Stats_1m30z_67 ._Item_1m30z_73{display:flex;align-items:center;font-size:1.2rem;margin-right:.8rem}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._Stats_1m30z_67 ._Item_1m30z_73:only-child,._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._Stats_1m30z_67 ._Item_1m30z_73:last-child{margin-right:0}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._Stats_1m30z_67 ._Item_1m30z_73 ._Dot_1m30z_82{height:6px;width:6px;border-radius:50%;background-color:#000;margin-right:.4rem}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._Stats_1m30z_67 ._Item_1m30z_73 ._Dot_1m30z_82._Control_1m30z_89{background-color:#f9adad}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._Stats_1m30z_67 ._Item_1m30z_73 ._Dot_1m30z_82._Other_1m30z_92{background-color:#b8adf9}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._Stats_1m30z_67 ._Item_1m30z_73 ._Label_1m30z_30{font-weight:600;margin-right:.4rem}._ExperimentFinalInfo_1m30z_1 ._Info_1m30z_5 ._Message_1m30z_99{margin-bottom:1.6rem}._ExperimentFinalInfo_1m30z_1 ._Winner_1m30z_102{display:flex;align-items:center;margin-bottom:1.6rem}._ExperimentFinalInfo_1m30z_1 ._Winner_1m30z_102 ._WinnerIcon_1m30z_107{display:flex;justify-content:center;align-items:center;height:4rem;width:4rem;background-color:#fff6d4;border-radius:50%;margin-right:1.2rem}._ExperimentFinalInfo_1m30z_1 ._Winner_1m30z_102 ._WinnerIcon_1m30z_107 img{width:50%;height:auto}._WinnerLabel_1ch3r_1{position:relative;display:flex;justify-content:center;align-items:center;height:2.8rem;padding:0 .8rem;font-size:1.4rem;font-weight:600;color:#b46666;background-color:#f9adad;border-top:1px solid #b46666;border-left:1px solid #b46666;border-bottom:2px solid #b46666;border-right:2px solid #b46666;box-shadow:2px 2px #b46767;border-radius:12px;text-transform:capitalize}._WinnerLabel_1ch3r_1:before{position:absolute;bottom:-5px;left:3px;transform:translate(-50%);content:" ";background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.3347%205.25051L14%207L9.33469%208.74949C9.06427%208.8509%208.8509%209.06427%208.74949%209.3347L7%2014L5.25051%209.33469C5.1491%209.06427%204.93573%208.8509%204.6653%208.74949L0%207L4.66531%205.25051C4.93573%205.1491%205.1491%204.93573%205.25051%204.6653L7%200L8.74949%204.66531C8.8509%204.93573%209.06427%205.1491%209.3347%205.25051Z'%20fill='%23FFDB7D'/%3e%3c/svg%3e");height:14px;width:14px}._WinnerLabel_1ch3r_1:after{position:absolute;top:0;right:0;transform:translateY(-50%);content:" ";background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.3347%205.25051L14%207L9.33469%208.74949C9.06427%208.8509%208.8509%209.06427%208.74949%209.3347L7%2014L5.25051%209.33469C5.1491%209.06427%204.93573%208.8509%204.6653%208.74949L0%207L4.66531%205.25051C4.93573%205.1491%205.1491%204.93573%205.25051%204.6653L7%200L8.74949%204.66531C8.8509%204.93573%209.06427%205.1491%209.3347%205.25051Z'%20fill='%23FFDB7D'/%3e%3c/svg%3e");height:14px;width:14px}._ViewPhenomena_1hfs1_1{display:flex;flex-direction:column;position:relative;height:100%}._ViewPhenomena_1hfs1_1 ._Body_1hfs1_7{width:100%;flex:1;display:flex;flex-direction:column;overflow:hidden;padding:2rem 2rem 0}._ViewPhenomena_1hfs1_1 ._Body_1hfs1_7 ._EmptyStateWrapper_1hfs1_15{height:100%;flex:1;display:flex;align-items:center;justify-content:center}._OpportunityRow_1suiy_1 ._EffortLabel_1suiy_1{min-width:5.6rem}._OpportunityRow_1suiy_1 ._ParametersButton_1suiy_4{width:fit-content}._OpportunityRow_1suiy_1 ._Main_1suiy_7{min-width:0;flex:1}._OpportunityRow_1suiy_1 ._Title_1suiy_11{position:relative;color:#242424;transition:all .25s;cursor:pointer}._OpportunityRow_1suiy_1 ._Title_1suiy_11._Bold_1suiy_17{font-weight:600!important}._OpportunityRow_1suiy_1 ._UpdatedAt_1suiy_20{display:flex;justify-content:flex-end;align-items:center;font-size:1.2rem;color:#898ea8;text-transform:capitalize}._OpportunityRow_1suiy_1 ._UpdatedAt_1suiy_20 ._Dot_1suiy_28{background-color:#03ac9a;margin-right:.4rem}._OpportunityRow_1suiy_1 ._Actions_1suiy_32{display:flex;justify-content:flex-end}._OpportunityRow_1suiy_1 ._Actions_1suiy_32 ._IconBtn_1suiy_36{margin-right:.8rem;min-width:2.8rem}._OpportunityRow_1suiy_1 ._Actions_1suiy_32 ._Button_1suiy_40{white-space:nowrap;word-break:keep-all}._HorizontalCard_xt9wp_1{display:flex;position:relative;border-radius:8px;transition:all .25s;border:1px solid #d7dbea;overflow:hidden;box-shadow:0 3px 6px #dadada4d}._HorizontalCard_xt9wp_1._LastColumnRight_xt9wp_10 ._HorizontalCardBody_xt9wp_10 ._Column_xt9wp_10:last-child{justify-content:flex-end}._HorizontalCard_xt9wp_1 ._Start_xt9wp_13{display:flex;align-items:center;justify-content:center;width:4.4rem}._HorizontalCard_xt9wp_1 ._Start_xt9wp_13 ._IconStart_xt9wp_19{margin-left:.4rem;color:#fff}._HorizontalCard_xt9wp_1 ._HorizontalCardBody_xt9wp_10{display:flex;align-items:center;flex:1;background-color:#fff;border-radius:0 18px 18px 0;min-height:7.6rem}._HorizontalCard_xt9wp_1 ._HorizontalCardBody_xt9wp_10 ._Column_xt9wp_10{display:flex;align-items:center;padding:1.2rem;flex:1}._HorizontalCard_xt9wp_1 ._HorizontalCardBody_xt9wp_10 ._Divider_xt9wp_37{width:1px;height:calc(100% - 3.6rem);background-color:#eff0f6}._Body_x77iu_1 ._ListWrapper_x77iu_1{flex:1}._Body_x77iu_1 ._ListWrapper_x77iu_1 ._List_x77iu_1{opacity:1;transition:all .5s;max-height:30000rem}._Body_x77iu_1 ._EmptyStateWrapper_x77iu_9{display:flex;justify-content:center;align-items:center;width:100%;height:100%}._ListLayout_hczek_1{position:relative;display:flex;flex-direction:column;transition:all .25s}._ListLayout_hczek_1._Closed_hczek_7 ._List_hczek_1{max-height:0;overflow:hidden;flex:unset;opacity:0;margin-bottom:0}._ListLayout_hczek_1._Closed_hczek_7 ._CollapseIcon_hczek_14{transform:rotate(180deg)}._ListLayout_hczek_1._Horizontal_hczek_17 ._List_hczek_1{flex-direction:row;flex-wrap:wrap}._ListLayout_hczek_1 ._List_hczek_1{display:flex;flex-direction:column;transition:all .4s;opacity:1;margin-top:1.6rem;margin-bottom:2rem}._ListLayout_hczek_1 ._List_hczek_1 ._EmptyStateWrapper_hczek_29{margin:4rem 0}._ListLayout_hczek_1 ._List_hczek_1 ._LoadMore_hczek_32{width:100%;display:flex;justify-content:center;align-items:center;margin:1.2rem 0}._ListLayout_hczek_1 ._ListTitle_hczek_39{box-shadow:0 3px 6px #dadada4d;border:1px solid #d7dbea;position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;z-index:10;transition:all .25s;border-radius:8px;padding:.8rem;height:4.4rem;font-weight:500}._ListLayout_hczek_1 ._ListTitle_hczek_39 ._Actions_hczek_54{display:flex;align-items:center;justify-content:flex-end;border-radius:8px;font-weight:400}._ListLayout_hczek_1 ._ListTitle_hczek_39 ._Actions_hczek_54 ._Action_hczek_54{margin-right:.8rem}._ListLayout_hczek_1 ._ListTitle_hczek_39 ._Actions_hczek_54 ._Action_hczek_54:only-child,._ListLayout_hczek_1 ._ListTitle_hczek_39 ._Actions_hczek_54 ._Action_hczek_54:last-child{margin-right:0}._ListLayout_hczek_1 ._ListTitle_hczek_39 ._TitleWrapper_hczek_67{display:flex;align-items:center;color:inherit;margin-right:4rem;border-radius:8px}._ListLayout_hczek_1 ._ListTitle_hczek_39 ._TitleWrapper_hczek_67 ._CollapseButton_hczek_74{display:flex;justify-content:center;align-items:center;padding-right:.8rem;border-right:1px solid rgba(195,198,216,.4);width:0}._ListLayout_hczek_1 ._ListTitle_hczek_39 ._TitleWrapper_hczek_67 ._CollapseButton_hczek_74._Collapsible_hczek_82,._ListLayout_hczek_1 ._ListTitle_hczek_39 ._TitleWrapper_hczek_67 ._CollapseButton_hczek_74._Loading_hczek_82{width:4rem;margin-right:.8rem}._ListLayout_hczek_1 ._ListTitle_hczek_39 ._TitleWrapper_hczek_67 ._TitleIcon_hczek_86{margin-right:.8rem;color:inherit;font-size:2.4rem}._WorkflowListItem_rog0v_1{display:grid;grid-gap:16px;padding:1rem;border:1px solid #e7eaf3;border-radius:8px;margin-bottom:1.5rem;transition:all .25s;grid-template-columns:repeat(20,1fr);cursor:pointer}._WorkflowListItem_rog0v_1:hover{background-color:#ebf3ff}._WorkflowListItem_rog0v_1 ._NameCell_rog0v_15{grid-column:span 6}._WorkflowListItem_rog0v_1 ._NameCell_rog0v_15 ._NameWrapper_rog0v_18{display:flex;align-items:center;gap:.8rem;overflow:hidden}._WorkflowListItem_rog0v_1 ._NameCell_rog0v_15 ._NameWrapper_rog0v_18 ._WorkflowName_rog0v_24{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;font-size:1.6rem}._WorkflowListItem_rog0v_1 ._NameCell_rog0v_15 ._NameWrapper_rog0v_18 ._WorkflowNameInput_rog0v_31{font-weight:600;font-size:1.6rem}._WorkflowListItem_rog0v_1 ._NameCell_rog0v_15 ._NameWrapper_rog0v_18 ._Status_rog0v_35{min-height:1rem;min-width:1rem;border-radius:100%}._WorkflowListItem_rog0v_1 ._NameCell_rog0v_15 ._NameWrapper_rog0v_18 ._Status_rog0v_35._active_rog0v_40{background:#21c476}._WorkflowListItem_rog0v_1 ._NameCell_rog0v_15 ._NameWrapper_rog0v_18 ._Status_rog0v_35._stopped_rog0v_43{background:#606375}._WorkflowListItem_rog0v_1 ._MetricCell_rog0v_46{grid-column:span 3}._WorkflowListItem_rog0v_1 ._MetricCell_rog0v_46 ._MetricName_rog0v_49{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.4rem;cursor:pointer}._WorkflowListItem_rog0v_1 ._MetricCell_rog0v_46 ._MetricName_rog0v_49:hover{color:#2f78ea}._WorkflowListItem_rog0v_1 ._LastRunCell_rog0v_59{grid-column:span 2}._WorkflowListItem_rog0v_1 ._LastRunCell_rog0v_59 ._LastRun_rog0v_59{font-size:1.4rem}._WorkflowListItem_rog0v_1 ._OwnerCell_rog0v_65,._WorkflowListItem_rog0v_1 ._TeamCell_rog0v_68{grid-column:span 1}._WorkflowListItem_rog0v_1 ._TeamCell_rog0v_68 ._NoTeam_rog0v_71{font-size:1.4rem;color:#c5c9db}._WorkflowListItem_rog0v_1 ._OutputsCell_rog0v_75{grid-column:span 6}._WorkflowListItem_rog0v_1 ._OutputsCell_rog0v_75._SpanMore_rog0v_78{grid-column:span 7}._WorkflowListItem_rog0v_1 ._OutputsCell_rog0v_75 ._Outputs_rog0v_75{display:flex;gap:.4rem}._WorkflowListItem_rog0v_1 ._Actions_rog0v_85{grid-column:span 1;display:flex;justify-content:flex-end;width:100%}._EmptyStateWrapper_allsi_1{height:100%;display:flex;align-items:center;justify-content:center}._PageBody_l9p0q_1{overflow:hidden}._BookOpenIcon_l9p0q_5{font-size:1.4rem!important}._Link_l9p0q_9:hover{text-decoration:none}._WorkflowsMain_l9p0q_13{position:relative;overflow-y:auto;max-height:100%;padding:0 2.4rem 20rem}._WorkflowsMain_l9p0q_13::-webkit-scrollbar{width:6px;height:6px;background:transparent}._WorkflowsMain_l9p0q_13::-webkit-scrollbar-track{border-radius:6px}._WorkflowsMain_l9p0q_13::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._WorkflowsMain_l9p0q_13 ._ExploreUsers_l9p0q_34{padding:2rem 0;max-width:40%}._WorkflowsMain_l9p0q_13 ._ExploreUsers_l9p0q_34 ._ExploreBlock_l9p0q_38{display:flex;gap:1.2rem;border-radius:8px;overflow:hidden;border:1px solid #d7dbea}._WorkflowsMain_l9p0q_13 ._ExploreUsers_l9p0q_34 ._ExploreBlock_l9p0q_38 ._ImageWrapper_l9p0q_45{display:flex;align-items:center;justify-content:center;background:#f0e4ff;padding:1.2rem 2.4rem}._WorkflowsMain_l9p0q_13 ._ExploreUsers_l9p0q_34 ._ExploreBlock_l9p0q_38 ._ImageWrapper_l9p0q_45 ._Image_l9p0q_45{width:20rem;border-radius:8px;box-shadow:1px 1px 6px #0003}._WorkflowsMain_l9p0q_13 ._ExploreUsers_l9p0q_34 ._ExploreBlock_l9p0q_38 ._Titles_l9p0q_57{display:flex;flex-direction:column;gap:.4em;padding:2rem 2rem 2rem 0}._WorkflowsMain_l9p0q_13 ._ExploreUsers_l9p0q_34 ._ExploreBlock_l9p0q_38 ._Title_l9p0q_57{color:#242424;font-weight:500}._WorkflowsMain_l9p0q_13 ._ExploreUsers_l9p0q_34 ._ExploreBlock_l9p0q_38 ._SubTitle_l9p0q_67{font-size:1.4rem;color:#757c94}._WorkflowsMain_l9p0q_13 ._SectionTitle_l9p0q_71{font-size:1.8rem;font-weight:600;margin-top:2rem}._WorkflowsMain_l9p0q_13 ._FiltersStickyContainer_l9p0q_76{position:sticky;top:0;background:#fff;padding:1.6rem 0;z-index:100}._FiltersContainer_ja73c_1{display:flex;align-items:center;gap:.8rem}._FiltersContainer_ja73c_1 ._Divider_ja73c_6{margin:0 .8rem;height:50%}._FiltersContainer_ja73c_1 ._SortLabel_ja73c_10{display:flex;align-items:center;font-size:1.4rem;gap:.4rem}._FiltersContainer_ja73c_1 ._SortLabel_ja73c_10 ._Label_ja73c_16{color:#757c94}._SearchInput_ja73c_20{height:3.2rem;border-radius:4px}._WorkflowsBanner_1qy27_1{margin:2rem 0;width:100%;background-color:#f0e4ff;border-radius:8px;display:flex;gap:1.6rem;flex-direction:column;justify-content:center;align-items:center;padding:1.6rem;position:relative}._WorkflowsBanner_1qy27_1 ._CloseButton_1qy27_14{position:absolute;top:1.2rem;right:1.2rem;color:#757c94;cursor:pointer;size:1.2rem}._WorkflowsBanner_1qy27_1 ._Title_1qy27_22{font-size:1.8rem;line-height:2.4rem;color:#212123}._WorkflowsBanner_1qy27_1 ._Illustration_1qy27_27{width:54rem}._WorkflowsBanner_1qy27_1 ._StepContainers_1qy27_30{display:flex;align-items:center;justify-content:center;gap:1rem}._WorkflowsBanner_1qy27_1 ._StepContainers_1qy27_30 ._StepContainer_1qy27_30{background:#f8f9fc;color:#792bef;border:1px solid #d7dae9;border-radius:8px;padding:.8rem 1.2rem;max-width:38rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem}._WorkflowsBanner_1qy27_1 ._StepContainers_1qy27_30 ._StepContainer_1qy27_30 ._StepHeader_1qy27_49{display:flex;align-items:center;justify-content:center;gap:.8rem}._WorkflowsBanner_1qy27_1 ._StepContainers_1qy27_30 ._StepContainer_1qy27_30 ._StepHeader_1qy27_49 ._StepTitle_1qy27_55{font-weight:600;font-size:1.4rem;line-height:2.4rem;text-align:center}._WorkflowsBanner_1qy27_1 ._StepContainers_1qy27_30 ._StepContainer_1qy27_30 ._StepHeader_1qy27_49 ._StepNumber_1qy27_61{background:#792bef;color:#fff;min-width:2rem;min-height:2rem;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;line-height:1.4rem;text-align:center}._WorkflowsBanner_1qy27_1 ._StepContainers_1qy27_30 ._StepContainer_1qy27_30 ._StepContent_1qy27_77{font-weight:400;font-size:1.4rem;line-height:2rem;text-align:center}._WorkflowsBanner_1qy27_1 ._StepContainers_1qy27_30 ._Arrow_1qy27_83{color:#792bef;font-size:1.2rem}._EmptyStateWrapper_99o2z_1{display:flex;align-items:center;justify-content:center;width:100%;height:100%}._DropdownButton_itxx1_1{max-width:unset;border:unset}._EmptyStateWrapper_10gmf_1{height:100%;flex:1;display:flex;align-items:center;justify-content:center}._HealthMonitor_1yvc4_1{display:flex;flex-direction:column;height:100%;flex:1;position:relative}._HealthMonitor_1yvc4_1 ._Body_1yvc4_8{display:flex;flex:1}._HealthMonitor_1yvc4_1 ._Body_1yvc4_8 ._Main_1yvc4_12{flex:1;overflow-y:auto;padding:2.4rem}._HealthMonitor_1yvc4_1 ._Body_1yvc4_8 ._Main_1yvc4_12::-webkit-scrollbar{width:6px;height:6px;background:transparent}._HealthMonitor_1yvc4_1 ._Body_1yvc4_8 ._Main_1yvc4_12::-webkit-scrollbar-track{border-radius:6px}._HealthMonitor_1yvc4_1 ._Body_1yvc4_8 ._Main_1yvc4_12::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._HealthMonitor_1yvc4_1 ._Body_1yvc4_8 ._Viewer_1yvc4_32{flex:1}@keyframes _ripple_1eqiu_1{0%{transform:scale(0);opacity:.7}20%{transform:scale(25);opacity:.7}to{opacity:0;transform:scale(40)}}@keyframes _fadeIn_1eqiu_1{0%{opacity:0}to{opacity:1}}@keyframes _dots_1eqiu_1{0%{content:"."}33%{content:".."}66%{content:"..."}}._Fetching_1eqiu_34{padding:.2rem .4rem;border-radius:4px;font-size:1.2rem;-webkit-user-select:none;user-select:none;color:#898ea8}._Fetching_1eqiu_34:after{display:inline-block;width:1rem;content:".";animation:_dots_1eqiu_1 2s linear infinite}._HealthMonitorMain_1eqiu_48{display:flex;flex-direction:column;padding-bottom:2rem}._HealthMonitorMain_1eqiu_48 ._Title_1eqiu_53._Muted_1eqiu_53{color:#898ea8}._HealthMonitorMain_1eqiu_48 ._AlertIcon_1eqiu_56{font-size:2rem}._HealthMonitorMain_1eqiu_48 ._MoreIcon_1eqiu_59{color:#c3c6d8;font-size:2rem}._HealthMonitorMain_1eqiu_48 ._Section_1eqiu_63 ._SectionTitle_1eqiu_63{display:flex;align-items:center;justify-content:flex-end;margin-bottom:1.2rem;width:100%}._HealthMonitorMain_1eqiu_48 ._Section_1eqiu_63 ._Block_1eqiu_70{margin-bottom:1.2rem}._HealthMonitorMain_1eqiu_48 ._Section_1eqiu_63 ._Block_1eqiu_70 ._EmptyStateText_1eqiu_73{display:flex;align-items:center;font-size:1.4rem;margin-bottom:.4rem;height:8rem;padding-left:.4rem}._HealthMonitorMain_1eqiu_48 ._Section_1eqiu_63 ._Block_1eqiu_70 ._Value_1eqiu_81{font-size:1.4rem;font-weight:500}._HealthMonitorMain_1eqiu_48 ._Section_1eqiu_63 ._Block_1eqiu_70 ._TitleWrapper_1eqiu_85{min-height:4rem}._HealthMonitorMain_1eqiu_48 ._Section_1eqiu_63 ._Block_1eqiu_70 ._AddMetricButton_1eqiu_88{display:flex;align-items:center;justify-self:center;height:4rem;padding-left:.4rem}._HealthMonitorMain_1eqiu_48 ._Section_1eqiu_63 ._MetricSeriesGroupList_1eqiu_95{margin-bottom:1.2rem}._HealthMonitorGroupList_19ox0_1._Open_19ox0_1 ._Header_19ox0_1 ._Title_19ox0_1 ._Arrow_19ox0_1{transform:rotate(0)}._HealthMonitorGroupList_19ox0_1._Open_19ox0_1 ._Body_19ox0_4{max-height:200rem}._HealthMonitorGroupList_19ox0_1 ._Header_19ox0_1{display:flex;align-items:center;margin-bottom:1.2rem}._HealthMonitorGroupList_19ox0_1 ._Header_19ox0_1 ._Title_19ox0_1{display:flex;align-items:center;height:2rem;font-size:1.6rem;font-weight:500;cursor:pointer}._HealthMonitorGroupList_19ox0_1 ._Header_19ox0_1 ._Title_19ox0_1 ._Arrow_19ox0_1{display:flex;align-items:center;transition:all .25s;transform:rotate(180deg);margin-right:.8rem}._HealthMonitorGroupList_19ox0_1 ._Header_19ox0_1 ._Space_19ox0_27{flex:1}._HealthMonitorGroupList_19ox0_1 ._Body_19ox0_4{max-height:0;transition:max-height .3s;overflow:hidden}._HealthMonitorGroupList_19ox0_1 ._Body_19ox0_4 ._EmptyStateText_19ox0_35{display:flex;align-items:center;font-size:1.4rem;margin-bottom:.4rem;height:4rem;padding:.8rem;background-color:#f8f9fd;border-radius:8px}._HealthMonitorGroupList_19ox0_1 ._Body_19ox0_4 ._AddMetricButton_19ox0_45{display:flex;align-items:center;justify-self:center;height:4rem;padding-left:.4rem}._EmptyStateWrapper_12jdo_1{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100}._HealthMonitorEmptyState_12jdo_14{display:flex;flex:1;max-width:800px;height:fit-content;min-height:60vh;background-color:#fff;outline:none;border-radius:12px;box-shadow:0 2px 8px #0000003b}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25{display:flex;align-self:center;justify-content:center;flex-direction:column;flex:1;height:100%}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._Header_12jdo_33{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3.2rem 0}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._Header_12jdo_33 ._Title_12jdo_40{font-size:3rem;margin-bottom:1.2rem}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._Header_12jdo_33 ._SubTitle_12jdo_44{font-size:1.6rem;color:#757c96}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._MetricList_12jdo_48{max-height:50rem;display:flex;flex-wrap:wrap;overflow-y:auto;align-self:center;width:64rem}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._MetricList_12jdo_48::-webkit-scrollbar{width:6px;height:6px;background:transparent}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._MetricList_12jdo_48::-webkit-scrollbar-track{border-radius:6px}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._MetricList_12jdo_48::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._MetricList_12jdo_48 ._MetricCard_12jdo_71{width:20rem;height:fit-content;margin-bottom:1.2rem;margin-right:1.2rem;padding:1.2rem;border:2px solid #e4e7ee;background-color:#f0f2f8cc;border-radius:8px;transition:all .25s;cursor:pointer}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._MetricList_12jdo_48 ._MetricCard_12jdo_71:hover{border:solid 2px #e4e7ee;background-color:#e4e7ee}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._MetricList_12jdo_48 ._MetricCard_12jdo_71._Selected_12jdo_87{background-color:#fff;border:2px solid #3483ff}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._MetricList_12jdo_48 ._MetricCard_12jdo_71._Selected_12jdo_87 ._Chart_12jdo_91{background-color:#f0f2f8cc}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._MetricList_12jdo_48 ._MetricCard_12jdo_71:nth-child(3n){margin-right:0}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._MetricList_12jdo_48 ._MetricCard_12jdo_71 ._Head_12jdo_33{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._MetricList_12jdo_48 ._MetricCard_12jdo_71 ._Head_12jdo_33 ._Value_12jdo_103{font-size:1.2rem;color:#757c96}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._MetricList_12jdo_48 ._MetricCard_12jdo_71 ._Name_12jdo_107{display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:500;text-align:center;height:4rem;margin-bottom:1.2rem;line-height:2rem}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._MetricList_12jdo_48 ._MetricCard_12jdo_71 ._Chart_12jdo_91{height:4rem;margin-bottom:1.2rem;background-color:#fff;border-radius:4px;overflow:hidden}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._SelectMetrics_12jdo_125{position:relative;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;align-self:center;width:90%;border-top:1px solid #d7daeb;height:10rem}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._SelectMetrics_12jdo_125 ._Info_12jdo_136{position:absolute;top:0;font-size:1.4rem;align-self:flex-start;padding:.8rem;margin-left:3.2rem;color:#757c96}._HealthMonitorEmptyState_12jdo_14 ._Main_12jdo_25 ._SelectMetrics_12jdo_125 ._SubmitWrapper_12jdo_145{flex:1;width:100%;display:flex;align-items:center;justify-content:flex-end;margin-right:4rem}._ViewMonitoredMetric_mfblq_1{position:relative;flex:1;height:100%;width:100%;overflow-y:auto;background-color:#f8f9fd;border-left:1px solid #e4e7ee}._ViewMonitoredMetric_mfblq_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ViewMonitoredMetric_mfblq_1::-webkit-scrollbar-track{border-radius:6px}._ViewMonitoredMetric_mfblq_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ViewMonitoredMetric_mfblq_1 ._EmptyState_mfblq_25{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%}._ViewMonitoredMetric_mfblq_1 ._EmptyState_mfblq_25 ._Text_mfblq_33{margin-top:3rem;font-size:2rem;max-width:30rem;text-align:center;color:#757c96}._ViewMonitoredMetric_mfblq_1 ._InnerEmptyState_mfblq_40{margin-top:6rem}._ViewMonitoredMetric_mfblq_1 ._Header_mfblq_43{padding:2.4rem;margin-bottom:.8rem;z-index:1000}._ViewMonitoredMetric_mfblq_1 ._Body_mfblq_48{padding:0 2.4rem}._ViewMonitoredMetric_mfblq_1 ._Body_mfblq_48 ._Section_mfblq_51{margin-bottom:2rem}._ViewMonitoredMetric_mfblq_1 ._Body_mfblq_48 ._Chart_mfblq_54{height:34rem}._ViewMonitoredMetric_mfblq_1 ._SentenceBlock_mfblq_57{display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#fff;width:100%;padding:2.4rem;border-radius:12px;margin-bottom:2.4rem}._ViewMonitoredMetric_mfblq_1 ._SentenceBlock_mfblq_57 ._Sentence_mfblq_57{max-width:80%;margin-bottom:1.2rem;justify-content:center}._ViewMonitoredMetric_mfblq_1 ._GotoAnalysis_mfblq_73{display:flex;align-items:center;justify-content:flex-end;height:3.2rem}._ViewMonitoredMetric_mfblq_1 ._List_mfblq_79 ._Item_mfblq_79{display:flex;align-items:center;padding:.8rem 0;border-bottom:1px solid rgba(195,198,216,.4)}._ViewMonitoredMetric_mfblq_1 ._List_mfblq_79 ._Item_mfblq_79:last-child,._ViewMonitoredMetric_mfblq_1 ._List_mfblq_79 ._Item_mfblq_79:only-child{border-bottom:0}._ViewMonitoredMetric_mfblq_1 ._List_mfblq_79 ._Item_mfblq_79 ._Text_mfblq_33{flex:1;font-size:1.4rem}._ViewMonitoredMetric_mfblq_1 ._List_mfblq_79 ._Item_mfblq_79 ._Text_mfblq_33._Clickable_mfblq_92{cursor:pointer}._ViewMonitoredMetric_mfblq_1 ._List_mfblq_79 ._Item_mfblq_79 ._Actions_mfblq_95{display:flex;justify-content:flex-end;width:6rem}._ViewMonitoredMetric_mfblq_1 ._List_mfblq_79 ._Item_mfblq_79 ._Actions_mfblq_95 ._Action_mfblq_95{width:2.8rem;height:2.8rem;border-radius:50%;background-color:#3483ff;display:flex;align-items:center;justify-content:center;cursor:pointer}._ViewMonitoredMetric_mfblq_1 ._List_mfblq_79 ._Item_mfblq_79 ._Actions_mfblq_95 ._Action_mfblq_95 ._Icon_mfblq_110{color:#fff;font-size:1.6rem}._MonitoredMetricHeader_1w2qe_1{display:flex;flex-direction:column}._MonitoredMetricHeader_1w2qe_1 ._TitleWrapper_1w2qe_5{display:flex;align-items:center;margin-bottom:.8rem}._MonitoredMetricHeader_1w2qe_1 ._TitleWrapper_1w2qe_5 ._Title_1w2qe_5{flex:1;font-size:2rem;font-weight:600;display:flex;align-items:center}._MonitoredMetricHeader_1w2qe_1 ._TitleWrapper_1w2qe_5 ._Actions_1w2qe_17{display:flex;align-items:center;margin-left:.8rem;gap:.8rem}._MonitoredMetricHeader_1w2qe_1 ._Infos_1w2qe_23{display:flex;align-items:center;font-size:1.4rem}._MonitoredMetricHeader_1w2qe_1 ._Infos_1w2qe_23 ._Item_1w2qe_28._Gray_1w2qe_28{color:#757c96}._MonitoredMetricHeader_1w2qe_1 ._Infos_1w2qe_23 ._Item_1w2qe_28 ._Text_1w2qe_31{margin-right:.4rem}._MonitoredMetricHeader_1w2qe_1 ._Infos_1w2qe_23 ._Item_1w2qe_28 ._Text_1w2qe_31._Bold_1w2qe_34{font-weight:500}._MonitoredMetricHeader_1w2qe_1 ._Infos_1w2qe_23 ._Item_1w2qe_28 ._Text_1w2qe_31:last-child{margin-right:0}._MonitoredMetricHeader_1w2qe_1 ._Infos_1w2qe_23 ._Separator_1w2qe_40{background-color:#b1b4c5;height:2rem;margin:0 .8rem;border-right:1px solid #b1b4c5}._MonitoredMetricHeader_1w2qe_1 ._Description_1w2qe_46{font-size:1.4rem;margin-top:1.6rem;color:#757c96}._HealthMonitorWelcome_1g3vq_1{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;margin:2rem 0 4.8rem}._HealthMonitorWelcome_1g3vq_1 ._Title_1g3vq_9{text-transform:capitalize;font-size:2rem;font-weight:500;margin-bottom:.8rem}._HealthMonitorWelcome_1g3vq_1 ._SubTitle_1g3vq_15{display:flex;align-items:center}._HealthMonitorWelcome_1g3vq_1 ._SubTitle_1g3vq_15 ._DatePickerInput_1g3vq_19{max-width:10rem;margin-left:.4rem;border-radius:20px}._HealthMonitorWelcome_1g3vq_1 ._SubTitle_1g3vq_15 ._DatePickerInput_1g3vq_19 input{font-weight:500}._HealthMonitorWelcome_1g3vq_1 ._Actions_1g3vq_27{margin-top:1.2rem;display:flex;align-items:center}._HealthMonitorWelcome_1g3vq_1 ._Actions_1g3vq_27 ._Action_1g3vq_27{margin-right:.8rem}._HealthMonitorWelcome_1g3vq_1 ._Actions_1g3vq_27 ._Action_1g3vq_27:last-child,._HealthMonitorWelcome_1g3vq_1 ._Actions_1g3vq_27 ._Action_1g3vq_27:only-child{margin-right:0}._KPITreePage_riprj_1{height:100%;flex:1;position:relative}._FunnelPage_1um4d_1{height:100%;flex:1;position:relative;overflow-y:auto}._FunnelPage_1um4d_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._FunnelPage_1um4d_1::-webkit-scrollbar-track{border-radius:6px}._FunnelPage_1um4d_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._FunnelPage_1um4d_1 ._Main_1um4d_22{display:flex;flex-direction:column;gap:3.2rem;width:100%;flex:1;padding:0 2.4rem}._FunnelPage_1um4d_1 ._Main_1um4d_22 ._GraphViewContainer_1um4d_30{position:relative;height:40rem}._FunnelPage_1um4d_1 ._Main_1um4d_22 ._ContentSection_1um4d_34{position:relative;display:flex;flex-direction:column;width:100%;max-width:120rem;margin:0 auto}._FunnelPage_1um4d_1 ._Main_1um4d_22 ._ContentSection_1um4d_34._RCAContent_1um4d_42{min-height:30rem}._MarginBottom_1y0b8_1{margin-bottom:20rem}._Document_1y0b8_5{padding-right:0}._ThreadsList_dm75f_1{position:relative;background-color:#f8f9fc;overflow:auto;display:flex;flex-direction:column;gap:1.2rem}._ThreadsList_dm75f_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ThreadsList_dm75f_1::-webkit-scrollbar-track{border-radius:6px}._ThreadsList_dm75f_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ThreadsList_dm75f_1 ._CreateNewSession_dm75f_24{display:flex;align-items:center;background-color:#3483ff;border-radius:1.6rem;color:#fff;padding:.8rem;cursor:pointer;font-size:1.4rem;height:3.2rem;min-height:3.2rem;transition:all .25s}._ThreadsList_dm75f_1 ._Group_dm75f_37{margin-bottom:1.6rem}._ThreadsList_dm75f_1 ._Group_dm75f_37 ._GroupTitle_dm75f_40{font-size:1.2rem;text-transform:uppercase;color:#898ea8;margin-bottom:.8rem;font-weight:700;line-height:2rem}._ThreadsList_dm75f_1 ._Group_dm75f_37 ._Thread_dm75f_1{display:flex;align-items:center;cursor:pointer;padding:.8rem;border-radius:4px;margin-bottom:.4rem;transition:all .25s;color:#414559;gap:.8rem}._ThreadsList_dm75f_1 ._Group_dm75f_37 ._Thread_dm75f_1._Selected_dm75f_59{background-color:#dff0ff;color:#3483ff}._ThreadsList_dm75f_1 ._Group_dm75f_37 ._Thread_dm75f_1:hover{background-color:#dff0ff}._EditThreadTitleInput_vurl6_1{border:1px solid #3483ff;border-radius:4px;padding:.4rem;font-size:1.4rem;font-weight:400;line-height:2rem;width:100%;background-color:unset;outline:unset}._Title_vurl6_13{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;font-size:1.4rem;font-weight:400;line-height:2rem}._MoreActions_vurl6_23{background:transparent}._MoreActions_vurl6_23:hover{background:transparent!important}@keyframes _ripple_zpui4_1{0%{transform:scale(0);opacity:.7}20%{transform:scale(25);opacity:.7}to{opacity:0;transform:scale(40)}}@keyframes _fadeIn_zpui4_1{0%{opacity:0}to{opacity:1}}@keyframes _dots_zpui4_1{0%{content:"."}33%{content:".."}66%{content:"..."}}._ChatMessages_zpui4_34{display:flex;flex-direction:column;position:relative}._ChatMessages_zpui4_34 ._Messages_zpui4_39{position:relative;overflow-y:auto;flex-grow:1;flex-shrink:0;flex-basis:0;padding:1.6rem 12rem}._ChatMessages_zpui4_34 ._Messages_zpui4_39::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ChatMessages_zpui4_34 ._Messages_zpui4_39::-webkit-scrollbar-track{border-radius:6px}._ChatMessages_zpui4_34 ._Messages_zpui4_39::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ChatMessages_zpui4_34 ._Messages_zpui4_39 ._LoadingMessage_zpui4_62{display:flex;align-items:center;justify-content:center;color:#757c94;font-size:1.4rem;padding:0 1.6rem}._ChatMessages_zpui4_34 ._Messages_zpui4_39 ._LoadingMessage_zpui4_62:after{display:inline-block;width:1rem;content:".";animation:_dots_zpui4_1 2s linear infinite}._ChatMessages_zpui4_34 ._Messages_zpui4_39 ._SessionCompleted_zpui4_76{height:14rem;display:flex;align-items:center;justify-content:center;flex-direction:column}._ChatMessages_zpui4_34 ._Messages_zpui4_39 ._SessionCompleted_zpui4_76 ._Text_zpui4_83{color:#757c94;font-size:1.6rem}._ChatMessages_zpui4_34 ._Messages_zpui4_39 ._SessionCompleted_zpui4_76 ._NewSessionButton_zpui4_87{margin-top:.8rem;color:#3483ff;font-size:1.4rem;cursor:pointer}._ChatMessages_zpui4_34 ._Messages_zpui4_39 ._SessionCompleted_zpui4_76 ._NewSessionButton_zpui4_87:hover{text-decoration:underline}._MessageViewer_2z5wr_1{display:flex;position:relative;gap:1.2rem;font-family:Manrope;font-size:1.4rem;font-weight:500;line-height:2rem;margin-bottom:2rem}._MessageViewer_2z5wr_1._UserMessage_2z5wr_11{justify-content:end}._MessageViewer_2z5wr_1._BotMessage_2z5wr_14{justify-content:start}._MessageViewer_2z5wr_1 ._MessageContent_2z5wr_17{color:#414559}._MessageViewer_2z5wr_1 ._MessageContent_2z5wr_17._NoRoleMessageContent_2z5wr_20{padding:0 0 0 5rem;width:100%}._MessageViewer_2z5wr_1 ._MessageContent_2z5wr_17._UserMessageContent_2z5wr_24{background-color:#3483ff1a;border-radius:8px;padding:1.2rem}._MessageViewer_2z5wr_1 ._MessageContent_2z5wr_17._BotMessageContent_2z5wr_29{display:flex;flex:1;flex-direction:column;justify-content:center;align-content:center}._MessageViewer_2z5wr_1:not(._MessageViewer_2z5wr_1:last-of-type) ._Feedback_2z5wr_36{display:none}._MessageViewer_2z5wr_1:last-of-type:hover ._Feedback_2z5wr_36{visibility:visible;opacity:1}._MessageViewer_2z5wr_1 ._Avatar_2z5wr_43{width:4rem;min-width:4rem;height:4rem;min-height:4rem;margin-top:.4rem;display:flex;align-items:center;justify-content:center}._MessageViewer_2z5wr_1 ._Avatar_2z5wr_43 ._ChatAvatar_2z5wr_53{font-size:4rem;color:#0a1a33}._MessageViewer_2z5wr_1 ._Feedback_2z5wr_36{align-items:center;justify-content:start;border-radius:12px;height:3.6rem;padding:0 .8rem;margin:1rem 0;gap:.6rem;display:flex;visibility:hidden;opacity:0;transition:all .25s ease-in-out}._MessageViewer_2z5wr_1 ._Feedback_2z5wr_36 ._FeedbackButton_2z5wr_70{color:#414559!important}._MessageViewer_2z5wr_1 ._Feedback_2z5wr_36 ._FeedbackButton_2z5wr_70._FeedbackButtonActiveGreen_2z5wr_73{background-color:#21c47633}._MessageViewer_2z5wr_1 ._Feedback_2z5wr_36 ._FeedbackButton_2z5wr_70._FeedbackButtonActiveRed_2z5wr_76{background-color:#ff687133}._DebugModalWrapper_2z5wr_80{display:flex;justify-content:center;align-items:center}._DebugModalWrapper_2z5wr_80 ._Modal_2z5wr_85{max-width:64rem;max-height:50vh;height:auto;width:auto}._DebugModalWrapper_2z5wr_80 ._Modal_2z5wr_85 ._Textarea_2z5wr_91{padding:2rem;min-height:40rem;outline:none;border:none}._Markdown_1s95y_1{white-space:wrap;line-height:2rem}._SelectKPIMessage_7o9ci_1{display:flex;flex-direction:column}._SelectKPIMessage_7o9ci_1 ._Title_7o9ci_5{font-weight:500;margin-bottom:.8rem}._SelectKPIMessage_7o9ci_1 ._Options_7o9ci_9{display:flex;flex-direction:row;gap:.8rem;margin-bottom:.8rem}._SelectKPIMessage_7o9ci_1 ._Options_7o9ci_9 ._Option_7o9ci_9{cursor:pointer;border:1px solid #d7dae9;width:fit-content;border-radius:4px;padding:.4rem .6rem;background-color:#fff;transition:all .25s;font-family:Manrope;font-size:14px;font-weight:500;line-height:18px;display:flex;justify-content:center;align-items:center}._SelectKPIMessage_7o9ci_1 ._Options_7o9ci_9 ._Option_7o9ci_9:hover{border-color:#3483ff}._SelectKPIMessage_7o9ci_1 ._SearchOther_7o9ci_34{color:#3483ff;font-size:1.4rem;width:fit-content;cursor:pointer}._Selector_7o9ci_41{background-color:#fff;border-radius:12px;box-shadow:0 0 8px 2px #0000001a;overflow:hidden;width:34rem;height:30rem}._KPIGraphMessageContainer_1g18y_1{width:100%;display:flex;flex-direction:column;gap:.8rem}._KPIGraphMessageContainer_1g18y_1 ._SeeAnalysis_1g18y_7{display:flex;align-items:center;justify-content:start}._KPIGraphMessageContainer_1g18y_1 ._SeeAnalysis_1g18y_7 ._Button_1g18y_12{font-size:1.4rem;color:#3483ff;cursor:pointer}._KPIGraphMessageContainer_1g18y_1 ._SeeAnalysis_1g18y_7 ._Button_1g18y_12:hover{text-decoration:underline}._KPIGraphMessageContainer_1g18y_1 ._KPIGraphMessage_1g18y_1{width:100%;border:1px solid #d7dae9;border-radius:8px}._KPIGraphMessageContainer_1g18y_1 ._KPIGraphMessage_1g18y_1._Error_1g18y_25 ._ChatWrapper_1g18y_25{height:fit-content}._KPIGraphMessageContainer_1g18y_1 ._KPIGraphMessage_1g18y_1 ._ChatWrapper_1g18y_25{height:32rem;width:100%;padding:1.2rem}._KPIGraphMessageContainer_1g18y_1 ._KPIGraphMessage_1g18y_1 ._Error_1g18y_25{display:flex;position:relative;align-items:center;justify-content:center;flex-direction:column;min-height:11rem;width:100%;gap:1.2rem}._KPIGraphMessageContainer_1g18y_1 ._KPIGraphMessage_1g18y_1 ._Error_1g18y_25 ._GraphEmptyStateImage_1g18y_43{width:100%;padding:0 1.6rem}._KPIGraphMessageContainer_1g18y_1 ._KPIGraphMessage_1g18y_1 ._Error_1g18y_25 ._Button_1g18y_12{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._KPIGraphMessageContainer_1g18y_1 ._KPIGraphMessage_1g18y_1 ._SummaryWrapper_1g18y_53{border-top:1px solid #d7dae9;padding:1.6rem;position:relative}._KPIGraphMessageContainer_1g18y_1 ._KPIGraphMessage_1g18y_1 ._SeeAnalysis_1g18y_7{padding:0 0 1.6rem 1.6rem}._KPIGraphMessageContainer_1g18y_1 ._KPIGraphMessage_1g18y_1 ._Filters_1g18y_61{display:flex;align-items:center;flex-wrap:wrap;min-height:4.8rem;gap:.8rem;font-size:1.4rem;background-color:#f8f9fc;padding:0 1.2rem;border-top-left-radius:8px;border-top-right-radius:8px;margin-bottom:.8rem}._KPIGraphMessageContainer_1g18y_1 ._KPIGraphMessage_1g18y_1 ._Filters_1g18y_61 ._DatePickerInput_1g18y_74{max-width:13rem}._MessageSuggestions_15b7n_1{display:flex;flex-direction:column;gap:1rem}._MessageSuggestions_15b7n_1 ._Suggestions_15b7n_6{display:flex;gap:1.6rem}._MessageSuggestions_15b7n_1 ._Suggestions_15b7n_6 ._Suggestion_15b7n_6{flex:1;height:9rem;display:flex;align-items:center;cursor:pointer;border:1px solid #d7dae9;border-radius:8px;transition:.25s all ease-in-out}._MessageSuggestions_15b7n_1 ._Suggestions_15b7n_6 ._Suggestion_15b7n_6:hover{border-color:#3483ff}._MessageSuggestions_15b7n_1 ._Suggestions_15b7n_6 ._Suggestion_15b7n_6 ._SuggestionIconContainer_15b7n_23{background-color:#f8f9fc;padding:0 1rem;display:flex;justify-content:center;align-items:center;height:100%;border-radius:8px 0 0 8px}._MessageSuggestions_15b7n_1 ._Suggestions_15b7n_6 ._Suggestion_15b7n_6 ._SuggestionIconContainer_15b7n_23 ._DropIcon_15b7n_32{color:#f308af}._MessageSuggestions_15b7n_1 ._Suggestions_15b7n_6 ._Suggestion_15b7n_6 ._SuggestionIconContainer_15b7n_23 ._UsersIcon_15b7n_35{color:#05bef1}._MessageSuggestions_15b7n_1 ._Suggestions_15b7n_6 ._Suggestion_15b7n_6 ._SuggestionIconContainer_15b7n_23 ._CompareIcon_15b7n_38{color:#792bef}._MessageSuggestions_15b7n_1 ._Suggestions_15b7n_6 ._Suggestion_15b7n_6 ._SuggestionMessage_15b7n_41{font-size:1.4rem;font-weight:700;line-height:1.8rem;display:flex;justify-content:start;align-items:center;width:100%;height:100%;padding:0 1.4rem}._MessageSuggestions_15b7n_1 ._RegenerateSuggestionsContainer_15b7n_52{display:flex;justify-content:end}._MessageSuggestions_15b7n_1 ._RegenerateSuggestionsContainer_15b7n_52 ._RenegerateSuggestionsBtn_15b7n_56{display:flex;gap:.4rem;align-items:center;cursor:pointer;color:#3483ff;font-family:Manrope;font-size:1.4rem;font-weight:500;line-height:1.8rem}._MessageSuggestions_15b7n_1 ._RegenerateSuggestionsContainer_15b7n_52 ._RenegerateSuggestionsBtn_15b7n_56 ._Icon_15b7n_67{font-size:2rem}._HelpCenterMessage_13f5n_1{width:100%}._ReadMoreSection_13f5n_5{padding:2rem 0 1.6rem}._ReadMoreSection_13f5n_5 ._ReferencesList_13f5n_8{padding:0 1.4rem;margin:0}._AnswerUsingDataMessage_ewhzk_1{width:100%;display:flex;flex-direction:column;gap:1.6rem}._AnswerUsingDataMessage_ewhzk_1 ._Tabs_ewhzk_7{margin-bottom:.8rem}._AnswerUsingDataMessage_ewhzk_1 ._Content_ewhzk_10{display:flex;flex-direction:column;gap:1.6rem}._AnswerUsingDataMessage_ewhzk_1 ._ReferencesSection_ewhzk_15{padding:0 0 1.6rem;font-size:1.2rem;color:#414559}._AnswerUsingDataMessage_ewhzk_1 ._ReferencesSection_ewhzk_15 ._ReferencesTitle_ewhzk_20{font-weight:600;margin-bottom:.2rem}._AnswerUsingDataMessage_ewhzk_1 ._ReferencesSection_ewhzk_15 ._ReferencesList_ewhzk_24{padding:0 1.4rem;margin:0;list-style-type:decimal}._AnswerUsingDataMessage_ewhzk_1 ._ReferencesSection_ewhzk_15 ._ReferencesList_ewhzk_24 li{margin-bottom:.2rem}._AnswerUsingDataMessage_ewhzk_1 ._ReferencesSection_ewhzk_15 ._ReferencesList_ewhzk_24 li:last-child{margin-bottom:0}._AnswerUsingDataMessage_ewhzk_1 ._ReferencesSection_ewhzk_15 ._ReferenceButton_ewhzk_35{background:none;border:none;color:#3483ff;text-decoration:none;cursor:pointer;padding:0;font-size:1.2rem;text-align:left}._AnswerUsingDataMessage_ewhzk_1 ._ReferencesSection_ewhzk_15 ._ReferenceButton_ewhzk_35:hover{color:#3483ffb3}._FallbackMessage_kx8n3_1{padding:1.2rem}._FallbackMessage_kx8n3_1 pre{white-space:pre-wrap;padding:0;margin:0}._ChatEmptyState_102gz_1{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6rem;color:#414559}._ChatEmptyState_102gz_1 ._SuggestionsContainer_102gz_11{width:90%}._ChatEmptyState_102gz_1 ._Title_102gz_14{font-family:Manrope;font-size:1.8rem;font-weight:600;line-height:1.8rem}._UserTextInput_1utjy_1{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;padding:1.2rem 0}._UserTextInput_1utjy_1 ._FollowUpQuestions_1utjy_10{width:100%;margin-bottom:.8rem}._UserTextInput_1utjy_1 ._InputWrapper_1utjy_14{position:relative;display:flex;align-items:center;width:100%}._UserTextInput_1utjy_1 ._InputWrapper_1utjy_14 ._Input_1utjy_14{flex:1;outline:0;padding:1.2rem 1.6rem;margin:0;border-radius:8px;border:none;color:#414559;background:#f4f6fa;transition:all .25s}._UserTextInput_1utjy_1 ._InputWrapper_1utjy_14 ._Input_1utjy_14._Disabled_1utjy_31,._UserTextInput_1utjy_1 ._InputWrapper_1utjy_14 ._Input_1utjy_14._Disabled_1utjy_31 *{background-color:#f8f9fc;cursor:not-allowed}._UserTextInput_1utjy_1 ._InputWrapper_1utjy_14 ._Input_1utjy_14::placeholder{color:#8d94ae;font-size:1.4rem;font-weight:500;line-height:2rem}._UserTextInput_1utjy_1 ._InputWrapper_1utjy_14 ._SendButton_1utjy_41{position:absolute;display:flex;align-items:center;justify-content:center;right:.8rem;width:3.4rem;height:3.4rem;border-radius:100%;background-color:#3483ff;transition:all .25s ease-in-out;cursor:pointer;opacity:0}._UserTextInput_1utjy_1 ._InputWrapper_1utjy_14 ._SendButton_1utjy_41._Active_1utjy_55{opacity:1}._UserTextInput_1utjy_1 ._InputWrapper_1utjy_14 ._SendButton_1utjy_41:hover{background-color:#2f78ea}._UserTextInput_1utjy_1 ._InputWrapper_1utjy_14 ._SendButton_1utjy_41 ._Icon_1utjy_61{font-size:1.6rem;color:#fff}._UserTextInput_1utjy_1 ._Note_1utjy_65{text-align:center;font-size:1.4rem;color:#606375;margin-bottom:1.2rem}._FollowUpQuestions_e6h11_1{display:flex;flex-direction:column;gap:1.2rem}._FollowUpQuestions_e6h11_1 ._Title_e6h11_6{font-family:Manrope;font-size:1.4rem;font-weight:600;line-height:1.8rem;color:#414559}._FollowUpQuestions_e6h11_1 ._Questions_e6h11_13{display:flex;flex-wrap:wrap;gap:.8rem}._FollowUpQuestions_e6h11_1 ._Questions_e6h11_13 ._Question_e6h11_13{display:inline-flex;align-items:center;padding:.8rem 1.2rem;background-color:#f8f9fc;border:1px solid #d7dae9;border-radius:20px;font-family:Manrope;font-size:1.3rem;font-weight:500;line-height:1.6rem;color:#414559;cursor:pointer;transition:all .25s ease-in-out}._FollowUpQuestions_e6h11_1 ._Questions_e6h11_13 ._Question_e6h11_13:hover{background-color:#f0f2f7;border-color:#3483ff}._FollowUpQuestions_e6h11_1 ._Questions_e6h11_13 ._Question_e6h11_13:active{background-color:#3483ff1a}._FollowUpQuestions_e6h11_1 ._SuggestSection_e6h11_40{display:flex;justify-content:center;margin-top:.8rem}._FollowUpQuestions_e6h11_1 ._SuggestSection_e6h11_40 ._SuggestButton_e6h11_45{font-family:Manrope;font-size:1.3rem;font-weight:500;padding:.8rem 1.6rem;border-radius:20px;transition:all .25s ease-in-out;border-color:#d7dae9;color:#414559}._FollowUpQuestions_e6h11_1 ._SuggestSection_e6h11_40 ._SuggestButton_e6h11_45:hover:not(:disabled){border-color:#3483ff;background-color:#3483ff1a}._FollowUpQuestions_e6h11_1 ._SuggestSection_e6h11_40 ._SuggestButton_e6h11_45:disabled{opacity:.6;cursor:not-allowed}._ChatBotMain_otj1e_1{display:flex;flex:1;overflow:hidden;background-color:#fff;flex-direction:column}._ChatBotMain_otj1e_1 ._ChatBotHeader_otj1e_8{width:100%;display:flex;border:1px solid #d7dae9;padding:1.4rem 2.4rem;gap:.8rem;font-family:Manrope;font-size:2.4rem;font-weight:700;line-height:3.2rem;text-align:left;height:6.2rem;align-items:center}._ChatBotMain_otj1e_1 ._ChatBotHeader_otj1e_8 ._CustomizeButton_otj1e_22{margin-left:auto}._ChatBotMain_otj1e_1 ._ChatBotHeader_otj1e_8 ._LoopsAIIcon_otj1e_25{font-size:5rem;color:#0a1a33}._ChatBotMain_otj1e_1 ._ChatBotMainContent_otj1e_29{width:100%;display:flex;height:calc(100% - 6.2rem)}._ChatBotMain_otj1e_1 ._ChatBotMainContent_otj1e_29 ._Threads_otj1e_34{border-right:1px solid #d7dbea;padding:2.4rem;width:30rem}._ChatBotMain_otj1e_1 ._ChatBotMainContent_otj1e_29 ._ChatWrapper_otj1e_39{display:flex;flex-direction:column;flex:1;max-height:100%;overflow:hidden}._ChatBotMain_otj1e_1 ._ChatBotMainContent_otj1e_29 ._ChatWrapper_otj1e_39 ._Messages_otj1e_46{flex-grow:1;flex-shrink:0;flex-basis:0}._ChatBotMain_otj1e_1 ._ChatBotMainContent_otj1e_29 ._ChatWrapper_otj1e_39 ._UserTextInput_otj1e_51{max-width:70%;margin:0 auto}._FeaturesMain_1jl1z_1{position:relative;display:flex}._FeaturesMain_1jl1z_1 ._Actions_1jl1z_5{display:flex;width:100%;justify-content:flex-end}._FeaturesMain_1jl1z_1 ._Actions_1jl1z_5 ._Button_1jl1z_10{margin-left:.8rem;white-space:nowrap}._FeaturesMain_1jl1z_1 ._Label_1jl1z_14{font-weight:600;margin-right:.4rem}._FeaturesMain_1jl1z_1 ._TitleWrapper_1jl1z_18{min-height:4rem}._FeaturesMain_1jl1z_1 ._Chip_1jl1z_21{white-space:nowrap;word-break:keep-all}._MainTableStructure_fq0nw_1{position:relative;display:flex;flex-direction:column;height:100%;width:100%;color:inherit;gap:.8rem}._MainTableStructure_fq0nw_1 ._Header_fq0nw_10{display:flex;width:100%;min-height:6rem;margin-top:.8rem;padding-right:2rem;padding-left:2rem}._MainTableStructure_fq0nw_1 ._Header_fq0nw_10 ._ActionsWrapper_fq0nw_18{display:flex;align-items:center;justify-content:flex-end}._MainTableStructure_fq0nw_1 ._Header_fq0nw_10 ._ActionsWrapper_fq0nw_18 ._RefreshButton_fq0nw_23{background-color:#3d3e5b;border:0;min-width:3.2rem!important}._MainTableStructure_fq0nw_1 ._Header_fq0nw_10 ._ActionsWrapper_fq0nw_18>*{min-height:3.2rem}._MainTableStructure_fq0nw_1 ._Header_fq0nw_10 ._ActionsWrapper_fq0nw_18 ._Filters_fq0nw_31,._MainTableStructure_fq0nw_1 ._Header_fq0nw_10 ._ActionsWrapper_fq0nw_18 ._RefreshButton_fq0nw_23{margin-right:.8rem;min-width:2.8rem}._MainTableStructure_fq0nw_1 ._Header_fq0nw_10 ._ActionsWrapper_fq0nw_18 ._Filters_fq0nw_31:last-child,._MainTableStructure_fq0nw_1 ._Header_fq0nw_10 ._ActionsWrapper_fq0nw_18 ._Filters_fq0nw_31:only-child,._MainTableStructure_fq0nw_1 ._Header_fq0nw_10 ._ActionsWrapper_fq0nw_18 ._RefreshButton_fq0nw_23:last-child,._MainTableStructure_fq0nw_1 ._Header_fq0nw_10 ._ActionsWrapper_fq0nw_18 ._RefreshButton_fq0nw_23:only-child{margin-right:0}._MainTableStructure_fq0nw_1 ._Filters_fq0nw_31{display:flex;align-items:center;gap:1.2rem;margin-bottom:.8rem;padding:0 2rem}._MainTableStructure_fq0nw_1 ._Filters_fq0nw_31 ._FiltersSelector_fq0nw_48{min-width:8rem!important}._MainTableStructure_fq0nw_1 ._TableWrapper_fq0nw_51{position:relative;flex:1;overflow-y:auto;padding-right:2rem;padding-left:2rem}._MainTableStructure_fq0nw_1 ._TableWrapper_fq0nw_51::-webkit-scrollbar{width:6px;height:6px;background:transparent}._MainTableStructure_fq0nw_1 ._TableWrapper_fq0nw_51::-webkit-scrollbar-track{border-radius:6px}._MainTableStructure_fq0nw_1 ._TableWrapper_fq0nw_51::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._MainTableStructure_fq0nw_1 ._TableWrapper_fq0nw_51 ._Table_fq0nw_51{padding-bottom:20rem}._MainHeader_1cwa2_1{display:flex;align-items:center;width:100%}._MainHeader_1cwa2_1 ._Header_1cwa2_6{display:flex;color:#0a1a33;align-items:center;flex:1;gap:.8rem}._MainHeader_1cwa2_1 ._Header_1cwa2_6 ._Icon_1cwa2_13{color:#242424;font-size:1.6rem}._MainHeader_1cwa2_1 ._Header_1cwa2_6 ._Title_1cwa2_17{display:flex;align-items:center;color:#242424;font-size:1.8rem;font-weight:600;width:fit-content}._MainHeader_1cwa2_1 ._Header_1cwa2_6 ._HelperText_1cwa2_25{color:#242424;font-size:1.8rem}._MainHeader_1cwa2_1 ._Right_1cwa2_29{display:flex;align-items:center;justify-content:flex-end}._ContentsMain_uex35_1{position:relative;display:flex}._ContentsMain_uex35_1 ._Actions_uex35_5{display:flex;width:100%;justify-content:flex-end}._ContentsMain_uex35_1 ._Actions_uex35_5 ._Button_uex35_10{margin-left:.8rem;white-space:nowrap}._ContentsMain_uex35_1 ._Label_uex35_14{font-weight:600;margin-right:.4rem}._ContentsMain_uex35_1 ._TitleWrapper_uex35_18{min-height:4rem}._ContentsMain_uex35_1 ._Chip_uex35_21{white-space:nowrap;word-break:keep-all}._SampleClassesColumn_1d1dw_1{display:flex;align-items:center;flex-wrap:wrap}._SampleClassesColumn_1d1dw_1 ._ChipWrapper_1d1dw_6{display:flex;align-items:center;margin-right:.6rem;height:3rem}._SampleClassesColumn_1d1dw_1 ._ChipWrapper_1d1dw_6:last-child,._SampleClassesColumn_1d1dw_1 ._ChipWrapper_1d1dw_6:only-child{margin-right:0}._SampleClassesColumn_1d1dw_1 ._MoreButton_1d1dw_15{font-size:1.2rem;color:#898ea8;min-height:3rem;display:inline-flex;align-items:center;white-space:nowrap;word-break:keep-all}._SampleClassesColumn_1d1dw_1 ._MoreButton_1d1dw_15:hover{color:#3483ff}._SystemText_jy4en_1{font-size:1.2rem;color:#898ea8;font-style:italic}._FunnelsMain_1t8v6_1{position:relative;display:flex}._FunnelsMain_1t8v6_1 ._Actions_1t8v6_5{display:flex;width:100%;justify-content:flex-end}._FunnelsMain_1t8v6_1 ._Actions_1t8v6_5 ._Button_1t8v6_10{margin-left:.8rem;white-space:nowrap}._FunnelsMain_1t8v6_1 ._Label_1t8v6_14{font-weight:600;margin-right:.4rem}._FunnelsMain_1t8v6_1 ._TitleWrapper_1t8v6_18{min-height:4rem}._FunnelsMain_1t8v6_1 ._Chip_1t8v6_21{white-space:nowrap;word-break:keep-all}._FunnelsMain_1t8v6_1 ._Entity_1t8v6_25{font-size:1.4rem}._FunnelIcon_1t8v6_29{transform:rotate(180deg)}._SegmentsMain_gtzpc_1{position:relative;display:flex;flex-direction:column;height:100%!important;gap:.8rem}._SegmentsMain_gtzpc_1 ._Header_gtzpc_8{display:flex;width:100%;min-height:6rem;margin-top:.8rem;padding:0 2rem}._SegmentsMain_gtzpc_1 ._Header_gtzpc_8 ._ActionsWrapper_gtzpc_15{display:flex;align-items:center;justify-content:flex-end}._SegmentsMain_gtzpc_1 ._Header_gtzpc_8 ._ActionsWrapper_gtzpc_15>*{min-height:3.2rem;margin-right:.8rem}._SegmentsMain_gtzpc_1 ._Header_gtzpc_8 ._ActionsWrapper_gtzpc_15>*:only-child,._SegmentsMain_gtzpc_1 ._Header_gtzpc_8 ._ActionsWrapper_gtzpc_15>*:last-child{margin-right:0}._SegmentsMain_gtzpc_1 ._Filters_gtzpc_27{display:flex;align-items:center;gap:1.2rem;margin-bottom:.8rem;padding:0 2rem}._SegmentsMain_gtzpc_1 ._Filters_gtzpc_27 ._FiltersSelector_gtzpc_34{min-width:8rem!important}._SegmentsMain_gtzpc_1 ._Body_gtzpc_37{position:relative;flex:1;overflow-y:auto;padding-bottom:20rem;padding-right:2rem;padding-left:2rem}._SegmentsMain_gtzpc_1 ._Body_gtzpc_37::-webkit-scrollbar{width:6px;height:6px;background:transparent}._SegmentsMain_gtzpc_1 ._Body_gtzpc_37::-webkit-scrollbar-track{border-radius:6px}._SegmentsMain_gtzpc_1 ._Body_gtzpc_37::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._SegmentsMain_gtzpc_1 ._Body_gtzpc_37 ._Category_gtzpc_60{margin-bottom:3.2rem}._SegmentCategoryTable_t7tt8_1 ._Header_t7tt8_1{display:flex;align-items:center;margin-bottom:1.2rem}._SegmentCategoryTable_t7tt8_1 ._Header_t7tt8_1 ._Name_t7tt8_6{font-size:1.8rem;font-weight:600;margin-right:.8rem}._SegmentCategoryTable_t7tt8_1 ._Header_t7tt8_1 ._Count_t7tt8_11{font-size:1.4rem;color:#757c94;line-height:1}._SegmentCategoryTable_t7tt8_1 ._Header_t7tt8_1 ._Spacer_t7tt8_16{flex:1}._SegmentCategoryTable_t7tt8_1 ._Table_t7tt8_19 ._NameColumn_t7tt8_19{display:flex;align-items:center;min-height:4rem}._SegmentCategoryTable_t7tt8_1 ._Table_t7tt8_19 ._NameColumn_t7tt8_19 ._Name_t7tt8_6{font-size:1.4rem;font-weight:600}._SegmentCategoryTable_t7tt8_1 ._Table_t7tt8_19 ._NameColumn_t7tt8_19 ._Chip_t7tt8_28{margin-left:.8rem}._SegmentCategoryTable_t7tt8_1 ._Table_t7tt8_19 ._NameColumn_t7tt8_19 ._Link_t7tt8_31{margin-left:.4rem;color:#3483ff;cursor:pointer}._SegmentCategoryTable_t7tt8_1 ._Table_t7tt8_19 ._EntityColumn_t7tt8_36{font-size:1.4rem}._SegmentCategoryTable_t7tt8_1 ._Table_t7tt8_19 ._Teams_t7tt8_39{display:flex;align-items:center;gap:.4rem}._SegmentCategoryTable_t7tt8_1 ._Table_t7tt8_19 ._Modifier_t7tt8_44{display:flex;align-items:center}._SegmentCategoryTable_t7tt8_1 ._Table_t7tt8_19 ._Modifier_t7tt8_44 ._Avatar_t7tt8_48{margin-right:.6rem}._SegmentCategoryTable_t7tt8_1 ._Actions_t7tt8_51{display:flex;align-items:center}._SegmentCategoryTable_t7tt8_1 ._Actions_t7tt8_51>*{margin-right:.8rem}._SegmentCategoryTable_t7tt8_1 ._Actions_t7tt8_51>*:last-child,._SegmentCategoryTable_t7tt8_1 ._Actions_t7tt8_51>*:only-child{margin-right:0}._SegmentCategoryTable_t7tt8_1 ._EmptyState_t7tt8_61{width:100%;display:flex;align-items:center}._SegmentCategoryTable_t7tt8_1 ._EmptyState_t7tt8_61 ._Text_t7tt8_66{font-size:1.4rem;color:#606375}._SegmentCategoryTable_t7tt8_1 ._EmptyState_t7tt8_61 ._Button_t7tt8_70{margin-left:.6rem}._SegmentCategoryTable_t7tt8_1 ._TeamFooterMoreSegments_t7tt8_73{display:flex;align-items:center;justify-content:center;font-size:1.4rem;width:100%;height:3.2rem;color:#606375;background-color:#f0f2f7;cursor:pointer}._SegmentCategoryTable_t7tt8_1 ._TeamFooterMoreSegments_t7tt8_73:hover{background-color:#ebf3ff}._MetricMain_1dxuk_1{position:relative;display:flex;flex-direction:column;height:100%!important;gap:.8rem}._MetricMain_1dxuk_1 ._Header_1dxuk_8{display:flex;width:100%;min-height:6rem;margin-top:.8rem;padding-right:2rem;padding-left:2rem}._MetricMain_1dxuk_1 ._Header_1dxuk_8 ._ActionsWrapper_1dxuk_16{display:flex;align-items:center;justify-content:flex-end}._MetricMain_1dxuk_1 ._Header_1dxuk_8 ._ActionsWrapper_1dxuk_16 ._Filters_1dxuk_21{min-width:8rem!important}._MetricMain_1dxuk_1 ._Header_1dxuk_8 ._ActionsWrapper_1dxuk_16>*{min-height:3.2rem;margin-right:.8rem}._MetricMain_1dxuk_1 ._Header_1dxuk_8 ._ActionsWrapper_1dxuk_16>*:only-child,._MetricMain_1dxuk_1 ._Header_1dxuk_8 ._ActionsWrapper_1dxuk_16>*:last-child{margin-right:0}._MetricMain_1dxuk_1 ._Filters_1dxuk_21{display:flex;align-items:center;gap:1.2rem;margin-bottom:.8rem;padding:0 2rem}._MetricMain_1dxuk_1 ._Filters_1dxuk_21 ._FiltersSelector_1dxuk_38{min-width:8rem!important}._MetricMain_1dxuk_1 ._Filters_1dxuk_21 ._EntityPicker_1dxuk_41{height:100%}._MetricMain_1dxuk_1 ._Filters_1dxuk_21 ._EntityPicker_1dxuk_41>*{height:100%}._MetricMain_1dxuk_1 ._Body_1dxuk_47{position:relative;flex:1;overflow-y:auto;padding-bottom:20rem;padding-right:2rem;padding-left:2rem}._MetricMain_1dxuk_1 ._Body_1dxuk_47::-webkit-scrollbar{width:6px;height:6px;background:transparent}._MetricMain_1dxuk_1 ._Body_1dxuk_47::-webkit-scrollbar-track{border-radius:6px}._MetricMain_1dxuk_1 ._Body_1dxuk_47::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._MetricMain_1dxuk_1 ._Body_1dxuk_47 ._Category_1dxuk_70{margin-bottom:3.2rem}._MetricCategoryTable_10j3i_1 ._Header_10j3i_1{display:flex;align-items:center;margin-bottom:1.2rem}._MetricCategoryTable_10j3i_1 ._Header_10j3i_1 ._Name_10j3i_6{font-size:1.8rem;font-weight:600;margin-right:.8rem}._MetricCategoryTable_10j3i_1 ._Header_10j3i_1 ._Count_10j3i_11{font-size:1.4rem;color:#757c94;line-height:1}._MetricCategoryTable_10j3i_1 ._Header_10j3i_1 ._Spacer_10j3i_16{flex:1}._MetricCategoryTable_10j3i_1 ._EmptyState_10j3i_19{display:flex;align-items:center;font-size:1.4rem;color:#757c94}._MetricCategoryTable_10j3i_1 ._EmptyState_10j3i_19 ._Helper_10j3i_25{margin-left:.6rem}._MetricCategoryTable_10j3i_1 ._TeamFooterMoreMetrics_10j3i_28{display:flex;align-items:center;justify-content:center;font-size:1.4rem;width:100%;height:3.2rem;color:#606375;background-color:#f0f2f7;cursor:pointer}._MetricCategoryTable_10j3i_1 ._TeamFooterMoreMetrics_10j3i_28:hover{background-color:#ebf3ff}._MetricCategoryTable_10j3i_1 ._Table_10j3i_42 ._NameColumn_10j3i_42{display:flex;align-items:center;min-height:4rem}._MetricCategoryTable_10j3i_1 ._Table_10j3i_42 ._NameColumn_10j3i_42 ._NorthStar_10j3i_47{margin-right:.8rem;color:#fdc639;font-size:2rem}._MetricCategoryTable_10j3i_1 ._Table_10j3i_42 ._NameColumn_10j3i_42 ._Name_10j3i_6{font-size:1.4rem;font-weight:600}._MetricCategoryTable_10j3i_1 ._Table_10j3i_42 ._LastSample_10j3i_56{display:flex;align-items:center}._MetricCategoryTable_10j3i_1 ._Table_10j3i_42 ._LastSample_10j3i_56 ._HelperTip_10j3i_60{margin-left:.6rem}._MetricCategoryTable_10j3i_1 ._Table_10j3i_42 ._GoalColumn_10j3i_63{display:flex;align-items:center;width:100%;margin-right:1.2rem}._MetricCategoryTable_10j3i_1 ._Table_10j3i_42 ._EntityColumn_10j3i_69{font-size:1.4rem}._MetricCategoryTable_10j3i_1 ._Table_10j3i_42 ._Modifier_10j3i_72{display:flex;align-items:center}._MetricCategoryTable_10j3i_1 ._Table_10j3i_42 ._Modifier_10j3i_72 ._Avatar_10j3i_76{margin-right:.6rem}._MetricCategoryTable_10j3i_1 ._Table_10j3i_42 ._Teams_10j3i_79{display:flex;align-items:center;gap:.4rem}._MetricCategoryTable_10j3i_1 ._Actions_10j3i_84{display:flex;align-items:center}._MetricCategoryTable_10j3i_1 ._Actions_10j3i_84>*{margin-right:.8rem}._MetricCategoryTable_10j3i_1 ._Actions_10j3i_84>*:last-child,._MetricCategoryTable_10j3i_1 ._Actions_10j3i_84>*:only-child{margin-right:0}._MetricCategoryTable_10j3i_1 ._EmptyState_10j3i_19{width:100%;display:flex;align-items:center}._MetricCategoryTable_10j3i_1 ._EmptyState_10j3i_19 ._Text_10j3i_99{font-size:1.4rem;color:#606375}._MetricCategoryTable_10j3i_1 ._EmptyState_10j3i_19 ._Button_10j3i_103{margin-left:.6rem}._EventGroupsMain_1v5to_1{position:relative;display:flex}._EventGroupsMain_1v5to_1 ._Actions_1v5to_5{display:flex;width:100%;justify-content:flex-end}._EventGroupsMain_1v5to_1 ._Actions_1v5to_5 ._Button_1v5to_10{margin-left:.8rem;white-space:nowrap}._EventGroupsMain_1v5to_1 ._Label_1v5to_14{font-weight:600;margin-right:.4rem}._EventGroupsMain_1v5to_1 ._TitleWrapper_1v5to_18{min-height:4rem}._EventGroupsMain_1v5to_1 ._Entity_1v5to_21{font-size:1.4rem}._AnnotationsMain_115nz_1{position:relative;display:flex}._AnnotationsMain_115nz_1 ._Actions_115nz_5{display:flex;width:100%;justify-content:flex-end}._AnnotationsMain_115nz_1 ._Actions_115nz_5 ._NoAnalysis_115nz_10{background-color:#3483ff80;border-color:#3483ff80}._AnnotationsMain_115nz_1 ._Actions_115nz_5 ._NoAnalysis_115nz_10:hover{background-color:#3483ffb3;border-color:#3483ffb3}._AnnotationsMain_115nz_1 ._Actions_115nz_5 ._NoAnalysis_115nz_10:hover ._NoAnalysisIcon_115nz_18,._AnnotationsMain_115nz_1 ._Actions_115nz_5 ._NoAnalysis_115nz_10 ._NoAnalysisIcon_115nz_18{color:#fff}._AnnotationsMain_115nz_1 ._Actions_115nz_5 ._Button_115nz_24{margin-left:.8rem;white-space:nowrap}._AnnotationsMain_115nz_1 ._Label_115nz_28{font-weight:600;margin-right:.4rem}._AnnotationsMain_115nz_1 ._TitleWrapper_115nz_32{min-height:4rem}._AnnotationsMain_115nz_1 ._Chip_115nz_35{white-space:nowrap;word-break:keep-all}._TablesMain_8m5q5_1{position:relative;display:flex}._TablesMain_8m5q5_1 ._HeaderDDButton_8m5q5_5{min-width:3.2rem;margin-left:.8rem}._TablesMain_8m5q5_1 ._Actions_8m5q5_9{display:flex;width:100%;justify-content:flex-end}._TablesMain_8m5q5_1 ._Actions_8m5q5_9 ._Button_8m5q5_14{margin-left:.8rem;white-space:nowrap}._TablesMain_8m5q5_1 ._Label_8m5q5_18{font-weight:600;margin-right:.4rem}._TablesMain_8m5q5_1 ._TitleWrapper_8m5q5_22{min-height:4rem}._TablesMain_8m5q5_1 ._Chip_8m5q5_25{white-space:nowrap;word-break:keep-all}._TablesMain_8m5q5_1 ._Entity_8m5q5_29{font-size:1.4rem}._TableEventsMain_v6kd4_1{position:relative;display:flex}._TableEventsMain_v6kd4_1 ._Actions_v6kd4_5{display:flex;width:100%;justify-content:flex-end}._TableEventsMain_v6kd4_1 ._Actions_v6kd4_5 ._Button_v6kd4_10{margin-left:.8rem;white-space:nowrap}._TableEventsMain_v6kd4_1 ._Label_v6kd4_14{font-weight:600;margin-right:.4rem}._TableEventsMain_v6kd4_1 ._Title_v6kd4_18{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.6rem}._TableEventsMain_v6kd4_1 ._Chip_v6kd4_24{white-space:nowrap;word-break:keep-all}._TableEventsMain_v6kd4_1 ._Entity_v6kd4_28{font-size:1.4rem}._MilestonesMain_cv7nu_1{position:relative;display:flex}._MilestonesMain_cv7nu_1 ._Actions_cv7nu_5{display:flex;width:100%;justify-content:flex-end}._MilestonesMain_cv7nu_1 ._Actions_cv7nu_5 ._Button_cv7nu_10{margin-left:.8rem;white-space:nowrap}._MilestonesMain_cv7nu_1 ._Label_cv7nu_14{font-weight:600;margin-right:.4rem}._MilestonesMain_cv7nu_1 ._TitleWrapper_cv7nu_18{min-height:4rem}._MilestonesMain_cv7nu_1 ._Chip_cv7nu_21{white-space:nowrap;word-break:keep-all}._Notifications_1vu68_1{display:flex;flex-direction:column;gap:.8rem;flex:4 1;max-width:70rem}._Notifications_1vu68_1>*{display:flex;justify-content:space-between}._Notifications_1vu68_1 ._Header_1vu68_12{font-size:2.4rem;margin:1.2rem 0;display:flex;align-items:center}._Notifications_1vu68_1 ._Header_1vu68_12 ._Icons_1vu68_18{display:flex;align-items:center;justify-content:space-between}._Notifications_1vu68_1 ._Header_1vu68_12 ._Icons_1vu68_18>*{margin-right:1.1rem}._Notifications_1vu68_1 ._Header_1vu68_12 ._Icons_1vu68_18 ._SlackIcon_1vu68_26{padding:.6rem;width:3.2rem;height:3.2rem}._Notifications_1vu68_1 ._StructuredNotification_1vu68_31{display:flex;flex-direction:column;width:100%}._Notifications_1vu68_1 ._StructuredNotification_1vu68_31 ._Title_1vu68_36{font-size:1.8rem;line-height:2.1rem;font-weight:500;margin:1rem 0 1.6rem}._Notifications_1vu68_1 ._StructuredNotification_1vu68_31 ._NotificationConfigGroup_1vu68_42 ._NotificationConfig_1vu68_42,._Notifications_1vu68_1 ._StructuredNotification_1vu68_31 ._NotificationConfigGroup_1vu68_42 ._NotificationConfig_1vu68_42 ._Channels_1vu68_48{display:flex;flex-direction:row;align-items:center;justify-content:space-between}._Notifications_1vu68_1 ._StructuredNotification_1vu68_31 ._NotificationConfigGroup_1vu68_42 ._NotificationConfig_1vu68_42 ._Channels_1vu68_48>*{margin-right:2rem}._Notifications_1vu68_1 ._StructuredNotification_1vu68_31 ._NotificationConfigGroup_1vu68_42>*{margin-bottom:.8rem}._Notifications_1vu68_1 ._StructuredNotification_1vu68_31 ._NotificationConfigGroup_1vu68_42>*:last-child,._Notifications_1vu68_1 ._StructuredNotification_1vu68_31 ._NotificationConfigGroup_1vu68_42>*:only-child{margin-bottom:0}._Notifications_1vu68_1 ._SlackInstallation_1vu68_63 ._SlackDescription_1vu68_63{max-width:42rem}._Notifications_1vu68_1 ._Resubscribe_1vu68_66{padding:1.6rem;border:1px solid #3483ff;border-radius:4px;background-color:#3483ff1a;color:#606375}._Table_1q5l0_1{border-collapse:collapse;margin:1rem 0}._Table_1q5l0_1 ._Cell_1q5l0_5{border:1px solid rgba(195,198,216,.7);padding:.8rem 1.6rem}._Table_1q5l0_1 ._Cell_1q5l0_5 ._Actions_1q5l0_9{display:flex;gap:1.6rem}._MemberNameCell_18dnk_1{display:flex;align-items:center;gap:.6rem;overflow:hidden}._MemberNameCell_18dnk_1 ._Wrapper_18dnk_7{display:flex;flex-direction:column;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MemberNameCell_18dnk_1 ._Wrapper_18dnk_7 ._Name_18dnk_14{font-size:1.4rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MemberNameCell_18dnk_1 ._Wrapper_18dnk_7 ._Email_18dnk_21{font-size:1.2rem;color:#606375;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._MemberSettings_170iq_1{max-width:80rem;gap:2.4rem;display:flex;flex-direction:column}._MemberSettings_170iq_1 ._Header_170iq_7{display:flex;flex-direction:column;gap:2rem}._MemberSettings_170iq_1 ._Header_170iq_7 ._TitleSection_170iq_12{display:flex;flex-direction:column;gap:1rem}._MemberSettings_170iq_1 ._Header_170iq_7 ._TitleSection_170iq_12 ._Title_170iq_12{font-size:1.8rem;font-weight:600;color:#212123}._MemberSettings_170iq_1 ._Header_170iq_7 ._TitleSection_170iq_12 ._Description_170iq_22{font-size:1.4rem;font-weight:400}._MemberSettings_170iq_1 ._Header_170iq_7 ._Actions_170iq_26{display:flex;justify-content:space-between;align-items:center}._MemberSettings_170iq_1 ._Header_170iq_7 ._Actions_170iq_26 ._Search_170iq_31{width:24rem;height:3.6rem}._MemberSettings_170iq_1 ._Header_170iq_7 ._Actions_170iq_26 ._AddMemberBtn_170iq_35{font-weight:600;font-size:1.4rem;border-radius:8px}._MemberSettings_170iq_1 ._GridContainer_170iq_40{min-height:30rem}._MemberSettings_170iq_1 ._GridContainer_170iq_40 ._Grid_170iq_40{padding-bottom:2.4rem}._MemberSettings_170iq_1 ._GridContainer_170iq_40 ._Grid_170iq_40 ._Row_170iq_46:hover{background-color:#fff!important}._MemberSettings_170iq_1 ._GridContainer_170iq_40 ._Grid_170iq_40 ._Unassigned_170iq_49{color:#606375}._TeamSelectCellFlexContainer_1ebbr_1{display:flex;gap:.6rem;align-items:center}._TeamActionsCell_avjxf_1{display:flex;align-items:center}._TeamMembersCell_1adbm_1{display:flex;gap:.4rem;align-items:center;font-size:1.4rem;font-weight:400;-webkit-user-select:none;user-select:none}._TeamNameCell_4d3gx_1{display:flex;gap:.6rem;font-size:1.4rem;font-weight:500;align-items:center}._TeamNameCell_4d3gx_1 ._WarningIcon_4d3gx_8{color:#fa982c}._TeamsSettings_1tv0q_1{width:40rem;gap:2.4rem;display:flex;flex-direction:column}._TeamsSettings_1tv0q_1 ._Header_1tv0q_7{display:flex;flex-direction:column;gap:2rem}._TeamsSettings_1tv0q_1 ._Header_1tv0q_7 ._TitleSection_1tv0q_12{display:flex;flex-direction:column;gap:1rem}._TeamsSettings_1tv0q_1 ._Header_1tv0q_7 ._TitleSection_1tv0q_12 ._Title_1tv0q_12{font-size:1.8rem;font-weight:600;color:#212123}._TeamsSettings_1tv0q_1 ._GridContainer_1tv0q_22 ._Grid_1tv0q_22 ._Row_1tv0q_22:hover{background-color:#fff!important}._TeamsSettings_1tv0q_1 ._GridContainer_1tv0q_22 ._Grid_1tv0q_22 ._Unassigned_1tv0q_25{color:#606375}._TeamsSettings_1tv0q_1 ._Actions_1tv0q_28{display:flex;justify-content:space-between;align-items:center}._TeamsSettings_1tv0q_1 ._Actions_1tv0q_28 ._AddTeamBtn_1tv0q_33{font-weight:600;font-size:1.4rem;border-radius:8px}._ExploreUsersMain_6rzjp_1{position:relative;overflow-y:auto;max-height:100%;padding:0 2.4rem 20rem}._ExploreUsersMain_6rzjp_1::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ExploreUsersMain_6rzjp_1::-webkit-scrollbar-track{border-radius:6px}._ExploreUsersMain_6rzjp_1::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ExploreUsersMain_6rzjp_1 ._ExploreUsers_6rzjp_1{border:1px solid #d7dbea;border-radius:8px;overflow:hidden;margin:2rem 0}._ExploreUsersMain_6rzjp_1 ._ExploreUsers_6rzjp_1 ._TitleWrapper_6rzjp_28{background:#f8f9fc;height:3.2rem;display:flex;align-items:center;padding:0 1.6rem}._ExploreUsersMain_6rzjp_1 ._ExploreUsers_6rzjp_1 ._TitleWrapper_6rzjp_28 ._Title_6rzjp_28{font-size:1.2rem;text-transform:uppercase;font-weight:600}._ExploreUsersMain_6rzjp_1 ._ExploreUsers_6rzjp_1 ._Content_6rzjp_40{display:flex;gap:2rem;position:relative;padding:1.6rem}._ExploreUsersMain_6rzjp_1 ._ExploreUsers_6rzjp_1 ._Content_6rzjp_40 ._Controller_6rzjp_46{max-width:70%}._ExploreUsersMain_6rzjp_1 ._Main_6rzjp_49{position:relative;min-height:30rem}._ExploreUsersMain_6rzjp_1 ._Main_6rzjp_49 ._EmptyState_6rzjp_53{display:flex;align-items:center;justify-content:center;min-height:30rem;background-color:#f8f9fc;border-radius:8px;color:#757c94}._ExploreUsersController_di6sl_1{display:flex;flex-direction:column;gap:.8rem}._ExploreUsersController_di6sl_1 ._Line_di6sl_6{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem;min-height:3.2rem;font-size:1.4rem}._ExploreUsersController_di6sl_1 ._Line_di6sl_6._EntityLine_di6sl_14{margin-bottom:.8rem}._ExploreUsersController_di6sl_1 ._Line_di6sl_6 ._FilterBy_di6sl_17{font-size:1.2rem;text-transform:uppercase;font-weight:500;color:#757c94}._ExploreUsersController_di6sl_1 ._Line_di6sl_6 ._Label_di6sl_23{font-size:1.4rem}._ExploreUsersController_di6sl_1 ._PopulationFilterHead_di6sl_26{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}._ExploreUsersController_di6sl_1 ._AddFilterButton_di6sl_32{display:inline-flex;align-items:center;color:#3483ff;cursor:pointer;gap:.4rem;font-size:1.4rem}._ExploreUsersController_di6sl_1 ._AddFilterButton_di6sl_32._Remove_di6sl_40{font-size:1.2rem}._ExploreUsersList_147eo_1{display:flex;flex-direction:column;gap:2rem}._ExploreUsersList_147eo_1 ._Header_147eo_6{display:flex;align-items:center}._ExploreUsersList_147eo_1 ._Header_147eo_6 ._Title_147eo_10{display:flex;align-items:center;gap:.4rem;flex:1}._ExploreUsersList_147eo_1 ._Header_147eo_6 ._Title_147eo_10 ._Count_147eo_16{font-weight:600}._ExploreUsersList_147eo_1 ._Header_147eo_6 ._Title_147eo_10 ._ResultCount_147eo_19{color:#757c94}._ExploreUsersList_147eo_1 ._Header_147eo_6 ._Actions_147eo_22{display:flex;align-items:center;gap:.4rem}._ExploreUsersList_147eo_1 ._Value_147eo_27{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._DataPipelinesMain_nvumj_1{position:relative;display:flex;flex-direction:column;height:100%!important;gap:.8rem}._DataPipelinesMain_nvumj_1 ._Header_nvumj_8{display:flex;width:100%;min-height:6rem;margin-top:.8rem;padding-right:2rem;padding-left:2rem}._DataPipelinesMain_nvumj_1 ._Header_nvumj_8 ._ActionsWrapper_nvumj_16{display:flex;align-items:center;justify-content:flex-end;gap:.8rem}._DataPipelinesMain_nvumj_1 ._NoWriteAccess_nvumj_22{display:flex;align-items:center;justify-content:center;flex:1}._DataPipelinesMain_nvumj_1 ._Body_nvumj_28{position:relative;flex:1;overflow-y:auto;padding-bottom:20rem;padding-right:2rem;padding-left:2rem}._DataPipelinesMain_nvumj_1 ._Body_nvumj_28::-webkit-scrollbar{width:6px;height:6px;background:transparent}._DataPipelinesMain_nvumj_1 ._Body_nvumj_28::-webkit-scrollbar-track{border-radius:6px}._DataPipelinesMain_nvumj_1 ._Body_nvumj_28::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._DataPipelinesMain_nvumj_1 ._Actions_nvumj_16{display:flex;align-items:center;gap:.8rem}._TimezoneSettingsContainer_1l70j_1{width:50rem;gap:2.4rem;display:flex;flex-direction:column}._TimezoneSettingsContainer_1l70j_1 ._Header_1l70j_7{display:flex;align-items:center;justify-content:space-between}._TimezoneSettingsContainer_1l70j_1 ._TitleSection_1l70j_12{display:flex;align-items:center;gap:.8rem}._TimezoneSettingsContainer_1l70j_1 ._Title_1l70j_12{font-size:1.6rem;font-weight:500}._TimezoneSettingsContainer_1l70j_1 ._Description_1l70j_21{color:#666;font-size:1.4rem}._TimezoneSettingsContainer_1l70j_1 ._Content_1l70j_25{display:flex;gap:1rem;align-items:center}._TimezoneSettingsContainer_1l70j_1 ._TimeInput_1l70j_30{height:3.2rem;padding:0 .8rem;border:1px solid #ddd;border-radius:4px;font-size:1.4rem;min-width:12rem}._TimezoneSettingsContainer_1l70j_1 ._TimeInput_1l70j_30:focus{outline:none;border-color:#2196f3}._TimezoneSettingsContainer_1l70j_1 ._AdminDeactivateSection_1l70j_42{display:flex;flex-direction:column;gap:.8rem}._TimezoneSettingsContainer_1l70j_1 ._AdminDeactivateSection_1l70j_42 ._BtnContainer_1l70j_47{max-width:12rem}._SearchMain_1f0oy_1{height:100%;width:100%;display:flex;flex-direction:column;padding:2rem 0 0 2rem}._SearchMain_1f0oy_1 ._SearchMainHeader_1f0oy_8{display:flex;align-items:center;padding-bottom:1.6rem}._SearchMain_1f0oy_1 ._SearchMainHeader_1f0oy_8 ._SearchMainHeaderTitle_1f0oy_13{font-size:2.4rem;font-weight:600}._SearchMain_1f0oy_1 ._SearchMainSelectors_1f0oy_17{display:flex;align-items:center;gap:1.2rem;width:100%;padding-bottom:1.4rem}._SearchMain_1f0oy_1 ._SearchMainContent_1f0oy_24{display:flex;flex:1;flex-direction:row;gap:2.4rem;overflow-y:auto;padding-right:2rem}._SearchMain_1f0oy_1 ._SearchMainContent_1f0oy_24::-webkit-scrollbar{width:6px;height:6px;background:transparent}._SearchMain_1f0oy_1 ._SearchMainContent_1f0oy_24::-webkit-scrollbar-track{border-radius:6px}._SearchMain_1f0oy_1 ._SearchMainContent_1f0oy_24::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._SearchMain_1f0oy_1 ._SearchMainContent_1f0oy_24 ._Spacer_1f0oy_47{height:20rem;content:" "}._SearchMain_1f0oy_1 ._SearchMainContent_1f0oy_24 ._SearchMainTable_1f0oy_51{flex:3}._SearchMain_1f0oy_1 ._SearchMainContent_1f0oy_24 ._SearchMainTable_1f0oy_51 ._NameDisplay_1f0oy_54{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._SearchMain_1f0oy_1 ._SearchMainContent_1f0oy_24 ._SearchMainTable_1f0oy_51 ._EntityDisplay_1f0oy_59{font-size:1.4rem}._SearchMain_1f0oy_1 ._SearchMainContent_1f0oy_24 ._SearchMainTable_1f0oy_51 ._TypeDisplay_1f0oy_62{display:flex;align-items:center;gap:.4rem}._SearchMain_1f0oy_1 ._SearchMainContent_1f0oy_24 ._SearchMainTable_1f0oy_51 ._TypeDisplay_1f0oy_62 ._IconWrapper_1f0oy_67{display:flex;align-items:center;justify-content:center;width:2.2rem}._SearchMain_1f0oy_1 ._SearchMainContent_1f0oy_24 ._SearchMainFilters_1f0oy_73{position:sticky;top:0;flex:1}._Filters_136vo_1{border-radius:8px;border:1px solid #d7dbea;overflow:hidden;height:fit-content}._Filters_136vo_1 ._FiltersHeader_136vo_7{display:flex;align-items:center;height:3rem;padding:0 1.6rem;font-size:1.2rem;text-transform:uppercase;font-weight:600}._Filters_136vo_1 ._FiltersContent_136vo_16{display:flex;flex-direction:column;border-top:1px solid #d7dbea;padding:1.2rem 0}._Filters_136vo_1 ._FiltersContent_136vo_16 ._FiltersSectionHeader_136vo_22{font-size:1.4rem;font-weight:600;display:flex;align-items:center;justify-content:space-between}._Filters_136vo_1 ._FiltersContent_136vo_16 ._SelectAllButton_136vo_29{font-size:1.4rem;font-weight:500;margin-left:.4rem;color:#3483ff;cursor:pointer;-webkit-user-select:none;user-select:none}._Filters_136vo_1 ._FiltersContent_136vo_16 ._SelectAllButton_136vo_29:hover{text-decoration:underline}._Filters_136vo_1 ._FiltersContent_136vo_16 ._FiltersCheckboxes_136vo_40{display:flex;flex-direction:column;gap:1.2rem;padding:0 1.6rem}._Filters_136vo_1 ._FiltersContent_136vo_16 ._FiltersCheckboxes_136vo_40 ._FilterTypeItemWrapper_136vo_46{width:fit-content}._Filters_136vo_1 ._FiltersContent_136vo_16 ._FiltersCheckboxes_136vo_40 ._FilterTypeItemWrapper_136vo_46 ._FilterTypeItem_136vo_46{display:flex;align-items:center;gap:.4rem;font-size:1.4rem;font-weight:500;margin-left:.4rem;-webkit-user-select:none;user-select:none}._Filters_136vo_1 ._FiltersContent_136vo_16 ._FiltersCheckboxes_136vo_40 ._FilterTypeItemWrapper_136vo_46 ._FilterTypeItem_136vo_46 ._IconWrapper_136vo_58{display:flex;align-items:center;justify-content:center;width:2.2rem}._AIChatScreenshotMessageContainer_1xyns_1{max-width:80%;display:flex;justify-content:center;margin-top:1.2rem}._AnalysisResultReportScreenshotContainer_13aem_1{display:flex;justify-content:center;margin-top:1.2rem}._SourcesSettings_x37eg_1{width:40rem;gap:2.4rem;display:flex;flex-direction:column}._SourcesSettings_x37eg_1 ._Header_x37eg_7{display:flex;flex-direction:column;gap:2rem}._SourcesSettings_x37eg_1 ._Header_x37eg_7 ._TitleSection_x37eg_12{display:flex;flex-direction:column;gap:1rem}._SourcesSettings_x37eg_1 ._Header_x37eg_7 ._TitleSection_x37eg_12 ._Title_x37eg_12{font-size:1.8rem;font-weight:600;color:#212123}._SourcesSettings_x37eg_1 ._GridContainer_x37eg_22 ._Grid_x37eg_22 ._Row_x37eg_22:hover{background-color:#fff!important}._SourcesSettings_x37eg_1 ._Actions_x37eg_25{display:flex;justify-content:space-between;align-items:center}._SourcesSettings_x37eg_1 ._Actions_x37eg_25 ._AddSourceBtn_x37eg_30{font-weight:600;font-size:1.4rem;border-radius:8px}._SourceWizard_x37eg_36{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}._SourceNameCell_fuqbq_1{display:flex;gap:.8rem;font-size:1.4rem;font-weight:500;align-items:center;overflow:hidden}._SourceNameCell_fuqbq_1 ._SourceIcon_fuqbq_9{width:2.4rem;height:2.4rem}._SourceNameCell_fuqbq_1 ._SourceName_fuqbq_1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._SourceActionsCell_l34h8_1{display:flex;align-items:center}._ToastContainer_1lx8c_1{width:fit-content}._Toast_1lx8c_1{min-width:46rem;box-shadow:0 0 16px #0000004d}
