@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=Manrope:wght@200;300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons";/*! 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}: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)}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
   Theme: Agate
   Author: (c) Taufik Nurrohman <hi@taufik-nurrohman.com>
   Maintainer: @taufik-nurrohman
   Updated: 2021-04-24

   #333
   #62c8f3
   #7bd694
   #888
   #a2fca2
   #ade5fc
   #b8d8a2
   #c6b4f0
   #d36363
   #fc9b9b
   #fcc28c
   #ffa
   #fff
*/.hljs{background:#333;color:#fff}.hljs-doctag,.hljs-meta-keyword,.hljs-name,.hljs-strong{font-weight:700}.hljs-code,.hljs-emphasis{font-style:italic}.hljs-section,.hljs-tag{color:#62c8f3}.hljs-selector-class,.hljs-selector-id,.hljs-template-variable,.hljs-variable{color:#ade5fc}.hljs-meta-string,.hljs-string{color:#a2fca2}.hljs-attr,.hljs-quote,.hljs-selector-attr{color:#7bd694}.hljs-tag .hljs-attr{color:inherit}.hljs-attribute,.hljs-title,.hljs-type{color:#ffa}.hljs-number,.hljs-symbol{color:#d36363}.hljs-bullet,.hljs-template-tag{color:#b8d8a2}.hljs-built_in,.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#fcc28c}.hljs-code,.hljs-comment,.hljs-formula{color:#888}.hljs-link,.hljs-selector-pseudo,.hljs-regexp{color:#c6b4f0}.hljs-meta{color:#fc9b9b}.hljs-deletion{background:#fc9b9b;color:#333}.hljs-addition{background:#a2fca2;color:#333}.hljs-subst{color:#fff}.hljs a{color:inherit}.hljs a:focus,.hljs a:hover{color:inherit;text-decoration:underline}.hljs mark{background:#555;color:inherit}.react-js-cron{display:flex;align-items:flex-start;flex-wrap:wrap}.react-js-cron>div,.react-js-cron-field{display:flex;align-items:center}.react-js-cron-field{margin-bottom:10px}.react-js-cron-field>span{margin-left:5px}div.react-js-cron-select{margin-left:5px}.react-js-cron-select.react-js-cron-select-no-prefix{margin-left:0}div.react-js-cron-error .react-js-cron-select .ant-select-selector{border-color:#ff4d4f;background:#fff6f6}div.react-js-cron-custom-select{min-width:70px;z-index:1}div.react-js-cron-error div.react-js-cron-custom-select{background:#fff6f6}div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-left:11px;padding-right:30px}.react-js-cron-read-only div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-right:11px}div.react-js-cron-custom-select .ant-select-selection-search{width:0!important;margin:0!important}div.react-js-cron-custom-select .ant-select-selection-placeholder{position:static;top:50%;right:auto;left:auto;transform:none;transition:none;opacity:1;color:inherit}.react-js-cron-week-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder,.react-js-cron-month-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder{opacity:.4}.react-js-cron-custom-select-dropdown{min-width:0!important;width:174px!important}.react-js-cron-custom-select-dropdown .rc-virtual-list{max-height:none!important}.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder{max-height:initial!important}.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner{display:grid!important;grid-template-columns:repeat(4,1fr)}.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner .ant-select-item-option-content{text-align:center}.react-js-cron-custom-select-dropdown-hours-twelve-hour-clock{width:260px!important}.react-js-cron-custom-select-dropdown-minutes-large{width:300px!important}.react-js-cron-custom-select-dropdown-minutes-large .rc-virtual-list-holder-inner{grid-template-columns:repeat(6,1fr)}.react-js-cron-custom-select-dropdown-minutes-medium{width:220px!important}.react-js-cron-custom-select-dropdown-minutes-medium .rc-virtual-list-holder-inner{grid-template-columns:repeat(5,1fr)}.react-js-cron-period>span:first-child{margin-left:0!important}.react-js-cron-period .react-js-cron-select.ant-select-single.ant-select-open .ant-select-selection-item{opacity:1}.react-js-cron-select-dropdown-period{min-width:0!important;width:auto!important}.react-js-cron-clear-button{margin-left:10px;margin-bottom:10px}.react-js-cron-disabled .react-js-cron-select.ant-select-disabled{background:#f5f5f5}div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector>.ant-select-selection-overflow{align-items:center;flex:initial}.ace_editor{min-height:150px}*{box-sizing:border-box}html{font-family:Roboto,sans-serif;font-size:62.5%;height:100%;width:100%}@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-family:Roboto,sans-serif;font-size:1.6rem;line-height:1.2;height:100%;width:100%;overflow:hidden}a{text-decoration:none}#root{height:100%;width:100%}.jsoneditor{border-color:#964fa2!important}.jsoneditor-menu{background-color:#964fa2!important;border-color:#964fa2!important}.jsoneditor-menu>*{cursor:pointer}.jsoneditor-menu>*:disabled{cursor:not-allowed}.ck-editor{overflow:hidden}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.hljs{padding:1.2rem;width:100%}.MuiTablePagination-spacer{display:none}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}._Login_1dodw_1{display:flex;width:100%;height:100%;background-color:#fff;justify-content:center;align-items:center}._Login_1dodw_1 ._LoginBlock_1dodw_9{display:flex;width:100%;height:100%;overflow:hidden}._Login_1dodw_1 ._LoginBlock_1dodw_9 ._Main_1dodw_15{display:flex;justify-content:center;flex-direction:column;width:40%}._Login_1dodw_1 ._LoginBlock_1dodw_9 ._Main_1dodw_15 ._Top_1dodw_21{flex:1;background-color:#f4f4f4;display:flex;align-items:center}._Login_1dodw_1 ._LoginBlock_1dodw_9 ._Main_1dodw_15 ._Top_1dodw_21 ._Welcome_1dodw_27{width:70%;padding:8rem}._Login_1dodw_1 ._LoginBlock_1dodw_9 ._Main_1dodw_15 ._Top_1dodw_21 ._Welcome_1dodw_27 ._Title_1dodw_31{font-size:2.6rem;margin-bottom:2rem}._Login_1dodw_1 ._LoginBlock_1dodw_9 ._Main_1dodw_15 ._Top_1dodw_21 ._Welcome_1dodw_27 ._SubTitle_1dodw_35{font-size:1.3rem;color:#aaa;line-height:1.4}._Login_1dodw_1 ._LoginBlock_1dodw_9 ._Main_1dodw_15 ._Form_1dodw_40{width:100%;flex:1;height:100%;display:flex;flex-direction:column}._Login_1dodw_1 ._LoginBlock_1dodw_9 ._Main_1dodw_15 ._Form_1dodw_40 ._FormWrapper_1dodw_47{width:80%;padding:8rem}._Login_1dodw_1 ._LoginBlock_1dodw_9 ._Intro_1dodw_51{position:relative;display:flex;justify-content:center;align-items:center;flex:1;overflow:hidden}._Login_1dodw_1 ._LoginBlock_1dodw_9 ._Intro_1dodw_51 ._Background_1dodw_59{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#ff5722,#964fa2,#ff5722);background-size:200%;transition:all .5s;opacity:.4;z-index:100;box-shadow:inset 0 0 30px #0003}._Login_1dodw_1 ._LoginBlock_1dodw_9 ._Intro_1dodw_51 ._Background_1dodw_59:hover{background-position:100% 0}._Login_1dodw_1 ._LoginBlock_1dodw_9 ._Intro_1dodw_51 ._Text_1dodw_75{position:absolute;width:100%;height:100%;display:flex;justify-content:flex-start;align-items:flex-end;padding:6rem 4rem;top:0;left:0;color:#fff;font-size:3.2rem;z-index:101;pointer-events:none}._Login_1dodw_1 ._LoginBlock_1dodw_9 ._Intro_1dodw_51 ._Video_1dodw_90{flex:1;width:100%;height:100%;object-fit:fill;transform:scaleX(2)}._MFAForm_ktt67_1{display:flex;flex-direction:column;width:100%;height:100%}._MFAForm_ktt67_1 ._FormBody_ktt67_7{flex:1;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}._MFAForm_ktt67_1 ._FormBody_ktt67_7 ._InputRow_ktt67_15,._MFAForm_ktt67_1 ._FormBody_ktt67_7 ._Submit_ktt67_19{width:100%;margin-bottom:2rem}._MFAForm_ktt67_1 ._FormBody_ktt67_7 ._Link_ktt67_23{color:#964fa2;cursor:pointer}._MFAForm_ktt67_1 ._FormBody_ktt67_7 ._Link_ktt67_23._Disabled_ktt67_27{color:#0006;cursor:not-allowed}._MFAForm_ktt67_1 ._FormBody_ktt67_7 ._OR_ktt67_31{padding:1.4rem 0}._MFAForm_ktt67_1 ._FormBody_ktt67_7 ._FormError_ktt67_34{margin-bottom:2rem;color:#e74c3c;width:100%}._LoginForm_kwux2_1{display:flex;flex-direction:column;width:100%;height:100%}._LoginForm_kwux2_1 ._FormBody_kwux2_7{flex:1;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}._LoginForm_kwux2_1 ._FormBody_kwux2_7 ._InputRow_kwux2_15{width:100%;margin-bottom:2rem}._LoginForm_kwux2_1 ._FormBody_kwux2_7 ._Submit_kwux2_19{width:100%}._LoginForm_kwux2_1 ._FormBody_kwux2_7 ._Link_kwux2_22{color:#964fa2}._LoginForm_kwux2_1 ._FormBody_kwux2_7 ._OR_kwux2_25{padding:1.4rem 0}._LoginForm_kwux2_1 ._FormBody_kwux2_7 ._FormError_kwux2_28{margin-bottom:2rem;color:#e74c3c;width:100%}._Core_11a58_1{position:relative;display:flex;height:100%;width:100%;overflow:hidden}._Core_11a58_1._Development_11a58_8{border:4px solid #0052cc}._Core_11a58_1._Development_11a58_8:after{position:absolute;top:0;left:50%;content:"Development";font-size:11px;background-color:#0052cc;color:#fff;padding:.4rem .8rem;border-bottom-left-radius:8px;border-bottom-right-radius:8px;-webkit-user-select:none;user-select:none}._Core_11a58_1 ._NavigatorWrapper_11a58_24{width:6.4rem;min-width:6.4rem;position:relative;height:100%;overflow:hidden;background-image:url(https://storage.googleapis.com/loops-testing-backoffice-cdn/assets/sidebar-DQtGb_C9.jpg);background-size:1300% 100%;background-position:50% 0}._Core_11a58_1 ._NavigatorWrapper_11a58_24 ._Navigator_11a58_24{background-color:#0009}._Core_11a58_1 ._CoreBody_11a58_37{flex:1;display:flex;flex-direction:column;max-width:calc(100vw - 6.4rem)}._Core_11a58_1 ._CoreBody_11a58_37 ._Header_11a58_43{height:5.6rem;background-color:#f4f4f4}._AppNavigator_anrle_1{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%;width:100%;color:#ffffffe6;padding:2.4rem 0}._AppNavigator_anrle_1 ._Header_anrle_11{display:flex;justify-content:center;width:100%;height:7rem;position:relative}._AppNavigator_anrle_1 ._Header_anrle_11 ._Logo_anrle_18{display:flex;justify-content:center;align-items:center;height:4.8rem;width:4.8rem;background-color:#fff;color:#000;font-weight:600;border-radius:50%;font-size:2rem;cursor:default}._AppNavigator_anrle_1 ._Header_anrle_11 ._Logo_anrle_18 ._Text_anrle_31{transition:all .25s}._AppNavigator_anrle_1 ._Header_anrle_11 ._Logo_anrle_18:hover ._Text_anrle_31{transform:rotate(180deg)}._AppNavigator_anrle_1 ._Header_anrle_11 ._Logo_anrle_18 span{font-size:4rem;line-height:.1;color:#ff5722}._AppNavigator_anrle_1 ._Links_anrle_42{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;flex:1}._AppNavigator_anrle_1 ._Links_anrle_42 ._NavItem_anrle_50{display:flex;padding:.8rem;margin-bottom:.8rem;color:#fffc;cursor:pointer;border-radius:50%;align-items:center;transition:.25s all;text-decoration:none;justify-content:center}._AppNavigator_anrle_1 ._Links_anrle_42 ._NavItem_anrle_50:last-child{margin-bottom:0}._AppNavigator_anrle_1 ._Links_anrle_42 ._NavItem_anrle_50 ._Icon_anrle_65{font-size:2.8rem}._AppNavigator_anrle_1 ._Links_anrle_42 ._NavItem_anrle_50._Disabled_anrle_68{opacity:.5;cursor:not-allowed}._AppNavigator_anrle_1 ._Links_anrle_42 ._NavItem_anrle_50:hover,._AppNavigator_anrle_1 ._Links_anrle_42 ._NavItem_anrle_50._Active_anrle_72{background:#ff5722;color:#fff}._AppNavigator_anrle_1 ._Footer_anrle_76{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;height:7rem;width:100%}._AppNavigator_anrle_1 ._Footer_anrle_76 ._Avatar_anrle_84{margin-bottom:.8rem;font-size:1.8rem;width:4rem;height:4rem}._AppNavigator_anrle_1 ._Footer_anrle_76 ._LogoutBtn_anrle_90{padding:.4rem;width:100%;color:#fff;font-size:1.2rem;text-align:center;cursor:pointer}._AppNavigator_anrle_1 ._Footer_anrle_76 ._LogoutBtn_anrle_90:hover{text-decoration:underline}._AppHeader_1x3cq_1{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;padding:1.8rem;background:linear-gradient(90deg,#ff5722,#964fa2);color:#fff}._AppHeader_1x3cq_1._Loading_1x3cq_11{background:linear-gradient(90deg,#ff5722,#ff5722 15%,#964fa2)}._AppHeader_1x3cq_1 ._Start_1x3cq_14{display:flex;align-items:center;min-width:30rem}._AppHeader_1x3cq_1 ._Start_1x3cq_14 ._ScopeIndicator_1x3cq_19{margin-right:.8rem}._AppHeader_1x3cq_1 ._Start_1x3cq_14 ._ProductScopeSelector_1x3cq_22{display:flex;align-items:center;justify-content:space-between;padding:0 .8rem;height:3.6rem;width:20rem;background-color:#ffffff4d;border-radius:4px;margin-right:.8rem;transition:all .25s}._AppHeader_1x3cq_1 ._Start_1x3cq_14 ._ProductScopeSelector_1x3cq_22 ._SelectorBtn_1x3cq_34{display:flex;align-items:center;justify-content:center}._AppHeader_1x3cq_1 ._Start_1x3cq_14 ._ProductScopeSelector_1x3cq_22 ._Scope_1x3cq_19{display:flex;align-items:center;width:100%}._AppHeader_1x3cq_1 ._Start_1x3cq_14 ._ProductScopeSelector_1x3cq_22 ._Scope_1x3cq_19 ._ScopeSelector_1x3cq_44{background-color:transparent;border:0;color:#fff;font-size:1.6rem;padding:0}._AppHeader_1x3cq_1 ._Start_1x3cq_14 ._ProductScopeSelector_1x3cq_22:hover{background-color:#fff6}._AppHeader_1x3cq_1 ._Center_1x3cq_54{flex:1;display:flex;justify-content:center;align-items:center}._AppHeader_1x3cq_1 ._Center_1x3cq_54 ._SearchWrapper_1x3cq_60{display:flex;flex-direction:column;position:relative}._AppHeader_1x3cq_1 ._Center_1x3cq_54 ._SearchWrapper_1x3cq_60 ._Search_1x3cq_60{border:0;outline:0;background-color:transparent;color:#fff;margin:0 .8rem;padding:.8rem .8rem .8rem 0}._AppHeader_1x3cq_1 ._Center_1x3cq_54 ._SearchWrapper_1x3cq_60 ._Search_1x3cq_60::placeholder{color:#fffc}._AppHeader_1x3cq_1 ._Center_1x3cq_54 ._SearchWrapper_1x3cq_60 ._SearchHelperText_1x3cq_76{font-size:1.2rem;color:#fff9;position:absolute;top:50%;right:-1.2rem;transform:translateY(-50%);background-color:#ffffff4d;border-radius:4px;padding:.2rem .4rem;letter-spacing:.5px}._AppHeader_1x3cq_1 ._Center_1x3cq_54 ._SearchIcon_1x3cq_88{color:#fffc}._AppHeader_1x3cq_1 ._End_1x3cq_91{display:flex;justify-content:flex-end;align-items:center;min-width:30rem}._AppHeader_1x3cq_1 ._End_1x3cq_91 ._Notifications_1x3cq_97 ._IconBtn_1x3cq_97 ._Icon_1x3cq_97{color:#fff}._Input_1x3cq_101{color:#fff!important}@keyframes _animateBg_1x3cq_1{0%{background-position:0 0}to{background-position:100% 0}}._AppSearch_1oy5l_1{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:300!important;transition:all .25s;opacity:1}._AppSearch_1oy5l_1 ._Main_1oy5l_15{display:flex;flex-direction:column;align-items:center}._AppSearch_1oy5l_1 ._Main_1oy5l_15 ._ResultsList_1oy5l_20{width:60rem;display:flex;flex-direction:column;justify-content:center}._AppSearch_1oy5l_1 ._Main_1oy5l_15 ._ResultsList_1oy5l_20 ._ResultsListTitle_1oy5l_26{margin-bottom:.8rem;font-size:1.4rem}._AppSearch_1oy5l_1 ._Main_1oy5l_15 ._ResultsList_1oy5l_20 ._ResultItem_1oy5l_30{margin-bottom:1.6rem}._AppSearch_1oy5l_1 ._Main_1oy5l_15 ._InputWrapper_1oy5l_33{position:relative;width:60rem;height:6rem;display:flex;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 0 15px #00000040;background:linear-gradient(90deg,#ff5722,#964fa2);border:3px solid #ff5722;margin-bottom:1.6rem}._AppSearch_1oy5l_1 ._Main_1oy5l_15 ._InputWrapper_1oy5l_33 ._Options_1oy5l_46{display:flex;justify-content:center;align-items:center;font-size:1.3rem;margin-right:.8rem}._AppSearch_1oy5l_1 ._Main_1oy5l_15 ._InputWrapper_1oy5l_33 ._Options_1oy5l_46 ._IconBtn_1oy5l_53 ._Icon_1oy5l_53{color:#ff5722;transition:all .25s;font-size:2.6rem}._AppSearch_1oy5l_1 ._Main_1oy5l_15 ._InputWrapper_1oy5l_33 ._Options_1oy5l_46 ._IconBtn_1oy5l_53 ._Icon_1oy5l_53:hover,._AppSearch_1oy5l_1 ._Main_1oy5l_15 ._InputWrapper_1oy5l_33 ._Options_1oy5l_46 ._IconBtn_1oy5l_53._HasFilters_1oy5l_61 ._Icon_1oy5l_53{color:#fff}._AppSearch_1oy5l_1 ._Main_1oy5l_15 ._InputWrapper_1oy5l_33 ._IconWrapper_1oy5l_64{display:flex;justify-content:center;align-items:center;padding:0 .8rem}._AppSearch_1oy5l_1 ._Main_1oy5l_15 ._InputWrapper_1oy5l_33 ._IconWrapper_1oy5l_64 ._Icon_1oy5l_53{font-size:4rem;color:#fff;transition:all .25s}._AppSearch_1oy5l_1 ._Main_1oy5l_15 ._InputWrapper_1oy5l_33 ._Input_1oy5l_33{width:100%;height:100%;border:0;outline:0;font-size:2.4rem;background:transparent;color:#fff;transition:.25s all;border-radius:4px;padding:1.6rem 0}._AppSearch_1oy5l_1 ._Main_1oy5l_15 ._InputWrapper_1oy5l_33 ._Input_1oy5l_33::placeholder{color:#ffffffbf}._FiltersPopover_1oy5l_91{margin-left:2rem;background:transparent}._FiltersPopover_1oy5l_91 ._Paper_1oy5l_95{background-color:transparent}._FiltersPopover_1oy5l_91 ._FiltersBody_1oy5l_98{padding:1.2rem;background-color:#f4f4f4;border:3px solid #964fa2;border-radius:4px}._FiltersPopover_1oy5l_91 ._FiltersBody_1oy5l_98 ._FormGroup_1oy5l_104{max-height:20rem;overflow-y:scroll}._FiltersPopover_1oy5l_91 ._FiltersBody_1oy5l_98 ._FormGroup_1oy5l_104::-webkit-scrollbar{width:4px;height:6px;background:transparent}._FiltersPopover_1oy5l_91 ._FiltersBody_1oy5l_98 ._FormGroup_1oy5l_104::-webkit-scrollbar-track{border-radius:.5rem}._FiltersPopover_1oy5l_91 ._FiltersBody_1oy5l_98 ._FormGroup_1oy5l_104::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#964fa2}._FiltersPopover_1oy5l_91 ._FiltersBody_1oy5l_98 ._FormGroup_1oy5l_104 ._ListItem_1oy5l_123{padding:0!important}._ResultItem_1ijcy_1{display:flex;background:#f4f4f4;border-radius:4px;overflow:hidden;width:100%;height:5.6rem;box-shadow:0 0 15px #00000040;border:2px solid transparent}._ResultItem_1ijcy_1:hover{background:linear-gradient(90deg,#964fa2,#ff5722);border-color:#ff5722}._ResultItem_1ijcy_1:hover ._TypeWrapper_1ijcy_15{border-color:#ffffff4d}._ResultItem_1ijcy_1:hover ._ValueWrapper_1ijcy_18,._ResultItem_1ijcy_1:hover ._ValueWrapper_1ijcy_18 ._SubTitle_1ijcy_21{color:#fff}._ResultItem_1ijcy_1 ._TypeWrapper_1ijcy_15{display:flex;justify-content:center;align-items:center;padding:1.2rem;border-right:1px solid #e0e0e0;width:17rem}._ResultItem_1ijcy_1 ._TypeWrapper_1ijcy_15 ._Chip_1ijcy_32{width:14rem;border-radius:4px;justify-content:left}._ResultItem_1ijcy_1 ._ValueWrapper_1ijcy_18{flex:1;display:flex;flex-direction:column;justify-content:center;background:transparent;padding-left:1.6rem;color:#0009;cursor:pointer;transition:all .25s}._ResultItem_1ijcy_1 ._ValueWrapper_1ijcy_18 ._Title_1ijcy_48{width:35rem;font-size:1.8rem;margin-bottom:.4rem}._ResultItem_1ijcy_1 ._ValueWrapper_1ijcy_18 ._SubTitle_1ijcy_21{font-size:1.3rem;color:#0006}._SmallText_a9pam_1{font-size:1.2rem;color:#999}._RedText_a9pam_6{font-size:1.2rem;color:red;font-weight:600}._Link_a9pam_12{cursor:pointer;color:#964fa2}._Link_a9pam_12:hover{text-decoration:underline}._MutedText_a9pam_20{color:#aaa}._FiltersWrapper_a9pam_24{height:0;overflow:hidden;transition:all .25s}._FiltersWrapper_a9pam_24._Open_a9pam_29{height:4.8rem;padding:.8rem 0;overflow:unset}._Animations_a9pam_35{transition:opacity .3s}._Animations_a9pam_35._Show_a9pam_38{opacity:1}._Animations_a9pam_35._Hide_a9pam_41{opacity:0}._Animations_a9pam_35._Above_a9pam_44{position:absolute;z-index:1000;height:100%;width:100%}._ItemMarginRight_a9pam_51{margin-right:.4rem!important}._ItemMarginRight_a9pam_51:last-child{margin-right:0}._Input_a9pam_58{margin-bottom:1.8rem!important}._Submit_a9pam_62{margin-top:1.8rem!important}._Ellipsis_a9pam_66{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._Pointer_a9pam_72{cursor:pointer}._ImageResponse_a9pam_76{max-height:100%;max-width:100%}._MarginBottom8_a9pam_81{margin-bottom:.8rem}._MarginBottom16_a9pam_85{margin-bottom:1.6rem}._MarginRight8_a9pam_89{margin-right:.8rem}._FormItem_a9pam_93{position:relative;background-color:#fff;border-radius:4px;border:1px solid #e0e0e0;width:100%;overflow:hidden}._FormItem_a9pam_93:hover ._Header_a9pam_101{background-color:#964fa2}._FormItem_a9pam_93 ._Header_a9pam_101{display:flex;justify-content:space-between;align-items:center;padding:1.6rem;background-color:#964fa2;color:#fff;transition:.25s all}._FormItem_a9pam_93 ._Header_a9pam_101 ._Remove_a9pam_113{position:absolute;right:0;top:0;color:#fff}._FormItem_a9pam_93 ._BodyWrapper_a9pam_119{padding:1.6rem}._Modal_a9pam_123{overflow:hidden;width:fit-content}._ModalBody_a9pam_128{overflow-y:auto}._ModalBody_a9pam_128::-webkit-scrollbar{width:4px;height:6px;background:transparent}._ModalBody_a9pam_128::-webkit-scrollbar-track{border-radius:.5rem}._ModalBody_a9pam_128::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#964fa2}._AutocompleteWithSwitch_a9pam_147{display:flex;flex-direction:column}._AutocompleteWithSwitch_a9pam_147 ._Switch_a9pam_151{display:flex;align-items:center}._AutocompleteWithSwitch_a9pam_147 ._Switch_a9pam_151 ._SwitchLabel_a9pam_155{font-size:1.2rem;color:#0009}._FormMessage_a9pam_160{display:flex;justify-content:center;align-items:center;height:100%;font-size:14px;border-radius:8px;padding:.8rem;color:#aaa}._FormWarning_a9pam_171{display:flex;justify-content:center;align-items:center;height:100%;font-size:14px;border-radius:8px;padding:.8rem;background-color:#fcdddc;border:1px solid #e74c3c}._FlexHorizontal_a9pam_183{display:flex;align-items:center}._FlexHorizontal_a9pam_183>*{margin-right:.4rem}._FlexHorizontal_a9pam_183>*:last-child,._FlexHorizontal_a9pam_183>*:only-child{margin-right: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}._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_1hwar_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_1hwar_1._Show_1hwar_22{opacity:1}._Tooltip_1hwar_1 ._Top_1hwar_25{display:flex;justify-content:space-between;margin-bottom:4px}._Tooltip_1hwar_1 ._Top_1hwar_25 ._Label_1hwar_30{font-size:1.2rem;margin-right:12px;white-space:nowrap}._Tooltip_1hwar_1 ._Top_1hwar_25 ._Dataset_1hwar_35{display:flex;align-items:center}._Tooltip_1hwar_1 ._Top_1hwar_25 ._Dataset_1hwar_35 ._Dot_1hwar_39{width:8px;height:8px;border-radius:50%;margin-right:4px}._Tooltip_1hwar_1 ._Top_1hwar_25 ._Dataset_1hwar_35 ._DatasetName_1hwar_45{white-space:nowrap}._Tooltip_1hwar_1 ._Content_1hwar_48{font-weight:500;font-size:12px}._ChartTooltipInfo_1hwar_53{display:flex;flex-direction:column;justify-content:center;margin-bottom:4px}._ChartTooltipInfo_1hwar_53:last-child,._ChartTooltipInfo_1hwar_53:only-child{margin-bottom:0}._ChartTooltipInfo_1hwar_53 ._DatasetInfo_1hwar_62{display:flex;align-items:center;font-size:12px}._ChartTooltipInfo_1hwar_53 ._DatasetInfo_1hwar_62 ._Dot_1hwar_39{width:8px;height:8px;border-radius:50%;margin-right:4px}._ChartTooltipInfo_1hwar_53 ._Description_1hwar_73{font-size:10px;color:#898ea8}._ChartTooltipInfo_1hwar_53 ._Value_1hwar_77{font-weight:500;font-size:14px;margin-bottom:4px}._ChartTooltipInfo_1hwar_53 ._Value_1hwar_77 ._CI_1hwar_82{margin-left:4px;font-size:10px}._ChartTooltipInfo_1hwar_53 ._Value_1hwar_77:last-child,._ChartTooltipInfo_1hwar_53 ._Value_1hwar_77:only-child{margin-bottom:0}._ChartTooltipInfo_1hwar_53 ._Description_1hwar_73{font-size:12px;color:#898ea8}._ErrorState_1hwar_94{width:100%;height:100%;display:flex;justify-content:center;align-items:center}._ChartContainer_1hwar_102{display:flex;width:100%;height:100%;position:relative}._ChartDownloadButton_1hwar_109{border-radius:4px!important;padding:.8rem!important;display:flex;align-items:center;justify-content:center}._ChartLegendContainer_1hwar_117{display:flex;justify-content:space-between;align-items:center;height:2.2rem;width:100%!important}._ChartLegendContainer_1hwar_117 ._ChartLegend_1hwar_117{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_1hwar_117 ._ChartLegend_1hwar_117 ._LegendLabelTitle_1hwar_134{color:inherit;text-transform:uppercase}._ChartLegendContainer_1hwar_117 ._ChartLegend_1hwar_117 ._LegendSelectMore_1hwar_138{height:2.2rem;border:0;min-width:0;color:#242424!important;padding:0;font-size:1.2rem}._ChartLegendContainer_1hwar_117 ._ChartLegend_1hwar_117 ._Spacer_1hwar_146{flex:1}._ChartLegendContainer_1hwar_117 ._ChartLegend_1hwar_117 ._AnotherToggle_1hwar_149{display:flex;align-items:center;cursor:pointer;opacity:.6;transition:all .25s}._ChartLegendContainer_1hwar_117 ._ChartLegend_1hwar_117 ._AnotherToggle_1hwar_149._ActiveAnotherToggle_1hwar_156{opacity:1}._ChartLegendContainer_1hwar_117 ._ChartLegend_1hwar_117 ._AnotherToggle_1hwar_149 ._Icon_1hwar_159{margin-right:.4rem;font-size:1.2rem}._ChartLegendContainer_1hwar_117 ._ChartLegend_1hwar_117 ._LegendLabel_1hwar_134{display:flex;align-items:center;cursor:pointer;opacity:.6;transition:all .25s;color:inherit;min-width:0}._ChartLegendContainer_1hwar_117 ._ChartLegend_1hwar_117 ._LegendLabel_1hwar_134:hover{text-decoration:underline}._ChartLegendContainer_1hwar_117 ._ChartLegend_1hwar_117 ._LegendLabel_1hwar_134._Disabled_1hwar_175{cursor:default}._ChartLegendContainer_1hwar_117 ._ChartLegend_1hwar_117 ._LegendLabel_1hwar_134._Disabled_1hwar_175:hover{text-decoration:none}._ChartLegendContainer_1hwar_117 ._ChartLegend_1hwar_117 ._LegendLabel_1hwar_134._Active_1hwar_156{opacity:1}._ChartLegendContainer_1hwar_117 ._ChartLegend_1hwar_117 ._LegendLabel_1hwar_134 ._Tag_1hwar_184{width:18px;height:6px;border-radius:2px}._ChartLegendContainer_1hwar_117 ._ChartLegend_1hwar_117 ._LegendLabel_1hwar_134 ._Icon_1hwar_159{margin-left:.6rem;font-size:2rem}._ChartLegendContainer_1hwar_117 ._ChartLegend_1hwar_117 ._LegendLabel_1hwar_134 ._Label_1hwar_30{margin-left:.6rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ChartLegendContainer_1hwar_117 ._DescriptionsLegendsContainer_1hwar_199{display:flex}._ChartLegendContainer_1hwar_117 ._DescriptionsLegendsContainer_1hwar_199>*{margin-right:.8rem}._ChartLegendContainer_1hwar_117 ._DescriptionsLegendsContainer_1hwar_199>*:last-child{margin-right:0}._ChartLegendContainer_1hwar_117 ._DescriptionsLegendsContainer_1hwar_199 ._DescriptionLegend_1hwar_208{align-self:baseline;font-size:12px;-webkit-user-select:none;user-select:none;margin-bottom:2px;display:flex;align-items:center}._ChartLegendContainer_1hwar_117 ._DescriptionsLegendsContainer_1hwar_199 ._DescriptionLegend_1hwar_208 ._Dashes_1hwar_216{display:flex;margin-right:4px}._ChartLegendContainer_1hwar_117 ._DescriptionsLegendsContainer_1hwar_199 ._DescriptionLegend_1hwar_208 ._Dashes_1hwar_216 ._DashPart_1hwar_220{width:6px;height:2px;margin-right:3px;border-radius:2px}._ChartLegendContainer_1hwar_117 ._DescriptionsLegendsContainer_1hwar_199 ._DescriptionLegend_1hwar_208 ._Dashes_1hwar_216 ._DashPart_1hwar_220:last-child{margin-right:0}._ScatterActions_1hwar_230{position:absolute;right:0;top:0}._LineTooltip_1hwar_236{font-size:1.4rem}._ChartMarkAreaTooltip_1hwar_240{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_1hwar_240 ._Head_1hwar_254{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_1hwar_240 ._Main_1hwar_264{padding:8px;font-size:1.2rem}._ChartMarkAreaTooltip_1hwar_240 ._Main_1hwar_264 ._Title_1hwar_268{font-weight:500}._ChartMarkAreaTooltip_1hwar_240 ._Main_1hwar_264 ._Description_1hwar_73{margin-top:4px;color:#757c94}._AnnotationTooltip_1hwar_276{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_1hwar_276 ._Head_1hwar_254{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_1hwar_276 ._Main_1hwar_264{padding:6px 0}._AnnotationTooltip_1hwar_276 ._Main_1hwar_264 ._Title_1hwar_268{display:flex;align-items:center;font-size:14px;font-weight:500;padding:0 1.2rem;height:2.8rem}._AnnotationTooltip_1hwar_276 ._Main_1hwar_264 ._Title_1hwar_268 ._IconWrapper_1hwar_311{display:flex;align-items:center;font-size:1.6rem;width:2.2rem;min-width:2.2rem}._AnnotationTooltip_1hwar_276 ._Main_1hwar_264 ._Title_1hwar_268 ._IconWrapper_1hwar_311 ._Icon_1hwar_159{font-size:1.6rem}._AnnotationTooltip_1hwar_276 ._Main_1hwar_264 ._Title_1hwar_268 ._Type_1hwar_321{margin-right:.8rem;text-transform:uppercase;font-size:1.2rem;font-weight:600;flex-shrink:0}._AnnotationTooltip_1hwar_276 ._Main_1hwar_264 ._Title_1hwar_268 ._Name_1hwar_328{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400}._AnnotationTooltip_1hwar_276 ._Main_1hwar_264 ._More_1hwar_334{display:flex;align-items:center;font-size:1.2rem;margin-top:.4rem;margin-left:1.2rem;color:#757c94}._AnnotationTooltip_1hwar_276 ._Footer_1hwar_342{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_1hwar_276 ._Footer_1hwar_342 ._Text_1hwar_354{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._AnnotationTooltip_1hwar_276 ._Footer_1hwar_342 ._PointerIcon_1hwar_360{margin-right:4px;font-size:1.6rem}._LineChartTooltip_1hwar_365{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_1hwar_365._Show_1hwar_22{opacity:1}._LineChartTooltip_1hwar_365 ._Top_1hwar_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_1hwar_365 ._Top_1hwar_25:only-child{margin-bottom:0}._LineChartTooltip_1hwar_365 ._Top_1hwar_25 ._TooltipLabelContainer_1hwar_404{font-size:1.2rem;display:flex;align-items:center;justify-content:center;width:100%;height:24px;gap:1.2rem}._LineChartTooltip_1hwar_365 ._Top_1hwar_25 ._TooltipLabelContainer_1hwar_404 ._Label_1hwar_30{font-weight:500}._LineChartTooltip_1hwar_365 ._Top_1hwar_25 ._TooltipLabelContainer_1hwar_404 ._MarkedValue_1hwar_416{font-weight:500;text-align:right;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._LineChartTooltip_1hwar_365 ._Top_1hwar_25 ._Dataset_1hwar_35{display:flex;align-items:center}._LineChartTooltip_1hwar_365 ._Top_1hwar_25 ._Dataset_1hwar_35 ._Dot_1hwar_39{width:8px;height:8px;border-radius:50%;margin-right:4px}._LineChartTooltip_1hwar_365 ._Top_1hwar_25 ._Dataset_1hwar_35 ._DatasetName_1hwar_45{white-space:nowrap}._LineChartTooltip_1hwar_365 ._Content_1hwar_48{display:flex;flex-direction:column;justify-content:center;background-color:#fff;padding:8px 12px}._LineChartTooltip_1hwar_365 ._Content_1hwar_48:last-child,._LineChartTooltip_1hwar_365 ._Content_1hwar_48:only-child{margin-bottom:0}._LineChartTooltip_1hwar_365 ._Content_1hwar_48 ._DatasetInfoContainer_1hwar_448{display:flex;flex-direction:column;gap:4px}._LineChartTooltip_1hwar_365 ._Content_1hwar_48 ._DatasetInfoContainer_1hwar_448 ._DatasetInfo_1hwar_62{display:flex;align-items:flex-start;justify-content:space-between;font-size:14px}._LineChartTooltip_1hwar_365 ._Content_1hwar_48 ._DatasetInfoContainer_1hwar_448 ._DatasetInfo_1hwar_62 ._LabelWrapper_1hwar_459{overflow:hidden}._LineChartTooltip_1hwar_365 ._Content_1hwar_48 ._DatasetInfoContainer_1hwar_448 ._DatasetInfo_1hwar_62 ._LabelWrapper_1hwar_459 ._DatasetLabel_1hwar_462{display:flex;align-items:center;flex:1;min-width:0}._LineChartTooltip_1hwar_365 ._Content_1hwar_48 ._DatasetInfoContainer_1hwar_448 ._DatasetInfo_1hwar_62 ._LabelWrapper_1hwar_459 ._DatasetLabel_1hwar_462 ._Label_1hwar_30{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._LineChartTooltip_1hwar_365 ._Content_1hwar_48 ._DatasetInfoContainer_1hwar_448 ._DatasetInfo_1hwar_62 ._LabelWrapper_1hwar_459 ._DatasetLabel_1hwar_462 ._Dash_1hwar_216{min-width:18px;height:6px;border-radius:2px;margin-right:4px}._LineChartTooltip_1hwar_365 ._Content_1hwar_48 ._DatasetInfoContainer_1hwar_448 ._DatasetInfo_1hwar_62 ._LabelWrapper_1hwar_459 ._ActualX_1hwar_479{font-size:10px;color:#898ea8;white-space:nowrap;margin-left:22px}._LineChartTooltip_1hwar_365 ._Content_1hwar_48 ._DatasetInfoContainer_1hwar_448 ._DatasetInfo_1hwar_62 ._ValueWrapper_1hwar_485 ._Value_1hwar_77{display:flex;flex-direction:column;align-items:flex-end;margin-left:8px;font-weight:500;white-space:nowrap}._LineChartTooltip_1hwar_365 ._Content_1hwar_48 ._DatasetInfoContainer_1hwar_448 ._DatasetInfo_1hwar_62 ._ValueWrapper_1hwar_485 ._Value_1hwar_77 ._CI_1hwar_82{margin-left:4px;font-size:10px;font-weight:500;white-space:nowrap;color:#898ea8}._LineChartTooltip_1hwar_365 ._Content_1hwar_48 ._DatasetInfoContainer_1hwar_448 ._DatasetInfo_1hwar_62 ._ValueWrapper_1hwar_485 ._Delta_1hwar_500{font-size:12px;color:#898ea8}._LineChartTooltip_1hwar_365 ._Footer_1hwar_342{display:flex;align-items:center;justify-content:center;height:32px;border-top:1px solid #d7daeb;gap:.4rem}._LineChartTooltip_1hwar_365 ._Footer_1hwar_342 ._Text_1hwar_354{color:#3483ff;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%}._ChartAnnotationIndicator_1hwar_522{background-color:#3a71d999;border-radius:2px;font-size:10px;font-weight:500;color:"#ffffff";height:14px;width:14px;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-user-select:none;user-select:none;cursor:pointer}._ChartAnnotationIndicator_1hwar_522:hover{background-color:#3a71d9}._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_126hr_1{padding:.8rem 1.2rem}._BooleanFilter_126hr_1 ._Form_126hr_4{display:flex;align-items:center;height:3.2rem}._BooleanFilter_126hr_1 ._Form_126hr_4 ._Option_126hr_9{display:flex;align-items:center;cursor:pointer}._BooleanFilter_126hr_1 ._Form_126hr_4 ._Option_126hr_9 ._Label_126hr_14{font-size:1.4rem;margin-right:.8rem;color:#242424;line-height:1.6rem}._BooleanFilter_126hr_1 ._Form_126hr_4 ._Option_126hr_9 ._Checkbox_126hr_20{margin-right:.4rem}._BooleanFilter_126hr_1 ._ApplyBtnWrapper_126hr_23{flex:1;display:flex;align-items:center;justify-content:flex-end}._BooleanFilter_126hr_1 ._ApplyBtnWrapper_126hr_23 ._ApplyBtn_126hr_23{height:2.4rem}._FreeTextDialog_126hr_33{padding:.8rem 1.2rem}._EnumFilter_126hr_37{min-width:24rem;max-width:32rem}._EnumFilter_126hr_37._FitContent_126hr_41{width:fit-content;min-width:unset}._EnumFilter_126hr_37 ._SearchWrapper_126hr_45{padding:.8rem 1.2rem;border-bottom:1px solid #d7daeb}._EnumFilter_126hr_37 ._SelectionHelper_126hr_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_126hr_37 ._SelectionHelper_126hr_49 ._Icon_126hr_59{font-size:1.4rem;margin-right:.4rem}._EnumFilter_126hr_37 ._Form_126hr_4{position:relative;max-height:18.4rem}._EnumFilter_126hr_37 ._Form_126hr_4._Scrollable_126hr_67{max-height:18.4rem;overflow-y:auto}._EnumFilter_126hr_37 ._Form_126hr_4._Scrollable_126hr_67::-webkit-scrollbar{width:4px;height:4px;background:transparent}._EnumFilter_126hr_37 ._Form_126hr_4._Scrollable_126hr_67::-webkit-scrollbar-track{border-radius:.5rem}._EnumFilter_126hr_37 ._Form_126hr_4._Scrollable_126hr_67::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._EnumFilter_126hr_37 ._Form_126hr_4 ._VirtualScrollWrapper_126hr_86{max-height:18.4rem;overflow-y:auto;padding:.4rem 0}._EnumFilter_126hr_37 ._Form_126hr_4 ._VirtualScrollWrapper_126hr_86::-webkit-scrollbar{width:4px;height:4px;background:transparent}._EnumFilter_126hr_37 ._Form_126hr_4 ._VirtualScrollWrapper_126hr_86::-webkit-scrollbar-track{border-radius:.5rem}._EnumFilter_126hr_37 ._Form_126hr_4 ._VirtualScrollWrapper_126hr_86::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._EnumFilter_126hr_37 ._Form_126hr_4 ._Loading_126hr_106{display:flex;justify-content:center;align-items:center;width:100%;height:5rem}._EnumFilter_126hr_37 ._Form_126hr_4 ._Option_126hr_9{position:relative;display:flex;align-items:center;cursor:pointer;transition:all .25s;min-height:2.8rem;padding:0 1.2rem;gap:.8rem}._EnumFilter_126hr_37 ._Form_126hr_4 ._Option_126hr_9:first-child{margin-top:.8rem}._EnumFilter_126hr_37 ._Form_126hr_4 ._Option_126hr_9:last-child{margin-bottom:.8rem}._EnumFilter_126hr_37 ._Form_126hr_4 ._Option_126hr_9 ._IconWrapper_126hr_129{display:flex;align-items:center;justify-content:center;min-width:2rem;min-height:2rem;font-size:1.6rem}._EnumFilter_126hr_37 ._Form_126hr_4 ._Option_126hr_9 ._Label_126hr_14{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;font-size:1.4rem;color:#242424}._EnumFilter_126hr_37 ._Form_126hr_4 ._Option_126hr_9._Active_126hr_145{padding-left:2rem}._EnumFilter_126hr_37 ._Form_126hr_4 ._Option_126hr_9._Selected_126hr_148 ._Label_126hr_14,._EnumFilter_126hr_37 ._Form_126hr_4 ._Option_126hr_9._Active_126hr_145 ._Label_126hr_14,._EnumFilter_126hr_37 ._Form_126hr_4 ._Option_126hr_9:hover ._Label_126hr_14{color:#3483ff}._EnumFilter_126hr_37 ._Form_126hr_4 ._Option_126hr_9._Disabled_126hr_151 ._Label_126hr_14{color:#757c94!important;cursor:default}._EnumFilter_126hr_37 ._Form_126hr_4 ._Option_126hr_9._Disabled_126hr_151:hover ._Label_126hr_14{color:#757c94!important}._EnumFilter_126hr_37 ._Form_126hr_4 ._NoResults_126hr_158{display:flex;justify-content:center;align-items:center;height:6rem;color:#898ea8;font-size:1.4rem;text-transform:uppercase}._EnumFilter_126hr_37 ._Form_126hr_4 ._AddOption_126hr_167{display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:1.4rem;gap:.4rem;min-height:6rem}._EnumFilter_126hr_37 ._Form_126hr_4 ._AddOption_126hr_167 ._AddOptionText_126hr_176{font-size:1.4rem;color:#2f78ea;cursor:pointer}._EnumFilter_126hr_37 ._Form_126hr_4 ._AddOption_126hr_167 ._AddOptionText_126hr_176:hover{text-decoration:underline}._EnumFilter_126hr_37 ._Form_126hr_4 ._AddOption_126hr_167 ._AddOptionValue_126hr_184{font-weight:500;color:#3483ff}._EnumFilter_126hr_37 ._Form_126hr_4 ._AddOption_126hr_167 ._AddOptionHint_126hr_188{font-size:1.2rem;color:#898ea8}._EnumFilter_126hr_37 ._ApplyBtn_126hr_23{height:2.4rem;margin:.8rem 1.2rem}._DateFilter_126hr_197{padding:.8rem 1.2rem;display:flex;align-items:center;justify-content:center;min-width:14rem!important;width:fit-content}._DateFilter_126hr_197 ._Wrapper_126hr_205{display:flex}._DateFilter_126hr_197 ._QuickSelect_126hr_208{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_126hr_197 ._QuickSelect_126hr_208 ._Label_126hr_14{font-size:1.4rem;color:#757c96;margin-bottom:.8rem}._DateFilter_126hr_197 ._QuickSelect_126hr_208 ._Option_126hr_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_126hr_197 ._QuickSelect_126hr_208 ._Option_126hr_9:hover{background-color:#e5efff;color:#242424}._DateFilter_126hr_197 ._QuickSelect_126hr_208 ._Option_126hr_9:last-child{margin-right:0}._DialogLayout_dan8b_1{position:relative;display:flex;flex-direction:column;background-color:#fff;min-width:24rem;border-radius:4px;margin-top:.8rem;border:1px solid #d7daeb;box-shadow:0 2px 6px #21212333}._SimpleSearch_9q04u_1 ._Label_9q04u_1{font-size:1.2rem;color:#242424}._SimpleSearch_9q04u_1 ._SearchIcon_9q04u_5{position:absolute;top:50%;left:0;transform:translateY(-50%);color:#898ea8;font-size:1.6rem}._SimpleSearch_9q04u_1 ._ApplyBtn_9q04u_13{height:2.4rem}._SimpleSearch_9q04u_1 ._Form_9q04u_16{width:100%;position:relative;display:flex;align-items:flex-end}._SimpleSearch_9q04u_1 ._Input_9q04u_22{font-size:1.4rem;border:0;outline:0;background-color:transparent;width:100%;padding:0;color:#242424;height:2.8rem}._SimpleSearch_9q04u_1 ._Input_9q04u_22._WithSearchIcon_9q04u_33{padding-left:2.4rem}._SimpleSearch_9q04u_1 ._Input_9q04u_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_v3v04_1._HasParent_v3v04_1{padding-top:0}._Dropdown_v3v04_1 ._Search_v3v04_4{padding:.8rem 1.2rem;border-bottom:1px solid #d7daeb}._Dropdown_v3v04_1 ._ParentHeader_v3v04_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_v3v04_1 ._ParentHeader_v3v04_8 ._BackIcon_v3v04_21{transform:rotate(90deg);font-size:1.6rem;margin-right:.4rem}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26{display:flex;flex-direction:column;max-height:24rem;overflow-y:auto;scroll-behavior:smooth}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26::-webkit-scrollbar{width:4px;height:4px;background:transparent}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26::-webkit-scrollbar-track{border-radius:.5rem}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26 ._NoResults_v3v04_48{display:flex;align-items:center;justify-content:center;text-align:center;color:#898ea8;font-size:1.4rem;height:8rem}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26 ._DropdownItem_v3v04_57{position:relative;display:flex;align-items:center;cursor:pointer;transition:all .25s;min-height:2.8rem;padding:0 1.2rem;gap:.8rem}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26 ._DropdownItem_v3v04_57:first-child{margin-top:.8rem}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26 ._DropdownItem_v3v04_57:last-child{margin-bottom:.8rem}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26 ._DropdownItem_v3v04_57 ._ChildrenIcon_v3v04_73{font-size:1.6rem;transform:rotate(-90deg)}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26 ._DropdownItem_v3v04_57._Active_v3v04_77{padding-left:.8rem}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26 ._DropdownItem_v3v04_57._Active_v3v04_77,._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26 ._DropdownItem_v3v04_57:hover{color:#3483ff;background-color:#3483ff1a}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26 ._DropdownItem_v3v04_57._Disable_v3v04_84{cursor:not-allowed;opacity:.5}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26 ._DropdownItem_v3v04_57._Disable_v3v04_84:hover{font-weight:unset}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26 ._DropdownItem_v3v04_57 ._IconWrapper_v3v04_91{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26 ._DropdownItem_v3v04_57 ._IconWrapper_v3v04_91 ._Icon_v3v04_91{font-size:1.8rem}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26 ._DropdownItem_v3v04_57 ._Label_v3v04_101{flex:1;font-size:1.4rem;display:flex;align-items:center}._Dropdown_v3v04_1 ._ActionsWrapper_v3v04_26 ._DropdownItem_v3v04_57 ._Label_v3v04_101 ._Helper_v3v04_107{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}._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}._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_vd5ni_1{width:100%;position:relative;min-height:20rem}._TimeToEvent_vd5ni_1 ._Header_vd5ni_6{display:flex;align-items:center}._TimeToEvent_vd5ni_1 ._Header_vd5ni_6 ._Title_vd5ni_10{font-size:1.6rem;font-weight:500;color:inherit;text-transform:capitalize;flex:1}._TimeToEvent_vd5ni_1 ._Header_vd5ni_6 ._Actions_vd5ni_17{display:flex;align-items:center}._TimeToEvent_vd5ni_1 ._Header_vd5ni_6 ._Actions_vd5ni_17 ._Icon_vd5ni_21{font-size:2.4rem;margin-right:.8rem;color:#f1ae49}._TimeToEvent_vd5ni_1 ._Header_vd5ni_6 ._Actions_vd5ni_17 ._ActionSet_vd5ni_26{margin-right:.8rem}._TimeToEvent_vd5ni_1 ._Header_vd5ni_6 ._Actions_vd5ni_17 ._ActionSet_vd5ni_26:last-child,._TimeToEvent_vd5ni_1 ._Header_vd5ni_6 ._Actions_vd5ni_17 ._ActionSet_vd5ni_26:only-child{margin-right:0}._TimeToEvent_vd5ni_1 ._NoDataMessageContainer_vd5ni_32{top:40%;left:50%;transform:translate(-50%,-50%);position:absolute;display:flex;align-items:center}._TimeToEvent_vd5ni_1 ._NoDataMessageContainer_vd5ni_32 ._Icon_vd5ni_21{font-size:2.4rem;margin-right:.8rem;color:#f1ae49}._TimeToEvent_vd5ni_1 ._NoDataMessageContainer_vd5ni_32 ._Message_vd5ni_45{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}._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_1bdpl_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_1bdpl_1._Rounded_1bdpl_12{border-radius:20px}._TextInput_1bdpl_1._Small_1bdpl_15{height:3.2rem}._TextInput_1bdpl_1._Large_1bdpl_18{height:4.8rem}._TextInput_1bdpl_1._Large_1bdpl_18 ._Input_1bdpl_21::placeholder{font-size:1.8rem;font-weight:400;line-height:2rem}._TextInput_1bdpl_1 ._Icon_1bdpl_26{margin-right:.8rem;font-size:1.8rem;color:#898ea8}._TextInput_1bdpl_1 ._LeftIcon_1bdpl_31{font-size:1.8rem;color:#898ea8}._TextInput_1bdpl_1._FullWidth_1bdpl_35{width:100%}._TextInput_1bdpl_1._Multiple_1bdpl_38{min-height:3.2rem;height:auto;flex-wrap:wrap}._TextInput_1bdpl_1._Multiple_1bdpl_38 ._Input_1bdpl_21{flex:1;min-width:5rem}._TextInput_1bdpl_1._Multiple_1bdpl_38 ._Input_1bdpl_21._Disabled_1bdpl_47{display:none}._TextInput_1bdpl_1._Disabled_1bdpl_47{background-color:#f8f9fc;border-color:#d7daeb}._TextInput_1bdpl_1._Error_1bdpl_54{border-color:#e74c3c}._TextInput_1bdpl_1:hover:not(._Disabled_1bdpl_47){border-color:#3483ff}._TextInput_1bdpl_1:focus-within:not(._Disabled_1bdpl_47){border-color:#3483ff}._TextInput_1bdpl_1 ._InputChipInline_1bdpl_63{margin-right:.4rem;margin-top:.4rem;transform:translateY(-.2rem)}._TextInput_1bdpl_1 ._InputChipInline_1bdpl_63:only-child,._TextInput_1bdpl_1 ._InputChipInline_1bdpl_63:last-child{margin-right:0}._TextInput_1bdpl_1 ._Input_1bdpl_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_1bdpl_1 ._Input_1bdpl_21::placeholder{color:#c3c6d8}._TextInput_1bdpl_1 ._Input_1bdpl_21:focus{color:#242424}._TextInput_1bdpl_1 ._Input_1bdpl_21._Clearable_1bdpl_91{width:95%}._TextInput_1bdpl_1 ._Helper_1bdpl_94{position:absolute;right:.8rem;font-size:1rem;color:#c3c6d8}._BlankPaper_1bdpl_101{margin:0!important;overflow:unset!important;box-shadow:none!important;background:transparent!important}._Options_1bdpl_108{overflow:hidden;padding:.4rem 0;max-width:30rem}._Options_1bdpl_108 ._OptionsList_1bdpl_113{display:flex;flex-direction:column;gap:.4rem;max-height:16rem;overflow-y:auto}._Options_1bdpl_108 ._OptionsList_1bdpl_113::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Options_1bdpl_108 ._OptionsList_1bdpl_113::-webkit-scrollbar-track{border-radius:.5rem}._Options_1bdpl_108 ._OptionsList_1bdpl_113::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Options_1bdpl_108 ._OptionsList_1bdpl_113 ._Option_1bdpl_108{display:flex;align-items:center;height:2.4rem;min-height:2.4rem;font-size:1.4rem;color:#242424;cursor:pointer;padding:0 1.2rem;transition:all .1s}._Options_1bdpl_108 ._OptionsList_1bdpl_113 ._Option_1bdpl_108 ._OptionLabel_1bdpl_146{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._Options_1bdpl_108 ._OptionsList_1bdpl_113 ._Option_1bdpl_108:hover{background-color:#e5efff}._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_tcybo_1{display:flex;flex-direction:column;width:40rem;box-shadow:0 0 5px #0000001a;border-radius:8px;padding:1.2rem}._Notice_tcybo_1._FullWidth_tcybo_9{width:100%!important}._Notice_tcybo_1._Warning_tcybo_12{background:#ffdfc7}._Notice_tcybo_1._Error_tcybo_15{background:#f66b6b}._Notice_tcybo_1 ._Head_tcybo_18{display:flex;align-items:center;line-height:1.4;font-size:1.4rem}._Notice_tcybo_1 ._Head_tcybo_18 ._Icon_tcybo_24{font-size:2rem;margin-right:.8rem;align-self:flex-start}._Notice_tcybo_1 ._Spacer_tcybo_29{flex:1}._Notice_tcybo_1 ._Footer_tcybo_32{display:flex;align-items:center;font-size:1.4rem}._Notice_tcybo_1 ._Footer_tcybo_32 ._SecondaryButton_tcybo_37{color:#757c94;cursor:pointer;flex:1}._Notice_tcybo_1 ._Footer_tcybo_32 ._ConfirmButton_tcybo_42{color:#3483ff;font-weight:500;cursor:pointer;margin-left:auto}._Notice_hoefu_1{height:10rem}._UpliftDisplay_o0z16_1{display:flex;align-items:center}._UpliftDisplay_o0z16_1._Negative_o0z16_5 ._Icon_o0z16_5{color:#f66b6b}._UpliftDisplay_o0z16_1._Flip_o0z16_8 ._Icon_o0z16_5{transform:rotate(180deg)}._UpliftDisplay_o0z16_1 ._Icon_o0z16_5{color:#21c476;font-size:1.8rem;margin-right:.4rem}._UpliftDisplay_o0z16_1._Insignificant_o0z16_16 ._Icon_o0z16_5{color:#757c94}._UpliftDisplay_o0z16_1 ._Divider_o0z16_19{height:1.4rem;width:1px;background-color:#d7daeb;margin:0 .6rem}._UpliftDisplay_o0z16_1 ._AbsLabel_o0z16_25{font-size:1.2rem;color:#757c94;font-weight:400;margin-right:.4rem}._Secondary_o0z16_32{margin-left:.4rem;font-size:1.2rem;color:#757c94;font-weight:400}._Secondary_o0z16_32 ._VS_o0z16_38{margin-right:.4rem}._VersusDisplay_o0z16_42{display:flex;align-items:center}._VersusDisplay_o0z16_42 ._Icon_o0z16_5{margin-right:.6rem}._VersusWithUpliftDisplay_o0z16_50{display:flex;align-items:center;gap:.4rem}._VersusWithUpliftDisplay_o0z16_50 ._Uplift_o0z16_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_o0z16_68 ._Line_o0z16_68{display:flex;align-items:center;gap:.4rem}._VSTooltip_o0z16_68 ._Line_o0z16_68 ._Bolder_o0z16_73{font-weight:500}._VSTooltip_o0z16_68 ._Line_o0z16_68 ._Label_o0z16_76{color:#757c94}._OutOfDisplay_o0z16_80{display:flex;align-items:center}._OutOfDisplay_o0z16_80 ._Icon_o0z16_5{margin-right:.6rem}._ImpactPPDisplay_o0z16_88{display:flex;align-items:center}._ImpactPPDisplay_o0z16_88 ._ArrowIcon_o0z16_92{font-size:17px;margin-right:.4rem}._ImpactPPDisplay_o0z16_88 ._ArrowIcon_o0z16_92._Good_o0z16_96{color:#21c476}._ImpactPPDisplay_o0z16_88 ._ArrowIcon_o0z16_92._Bad_o0z16_99{color:#f66b6b}._ImpactPPDisplay_o0z16_88 ._ArrowIcon_o0z16_92._Negative_o0z16_5{transform:rotate(180deg)}._ImpactPPDisplay_o0z16_88 ._PP_o0z16_105{align-self:flex-end;color:#757c94;font-size:1.2rem;margin-left:1px}._PercentageAbsDisplay_o0z16_112{display:flex;align-items:center;overflow:hidden}._PercentageAbsDisplay_o0z16_112 ._Icon_o0z16_5{margin-right:.6rem}._PercentageAbsDisplay_o0z16_112 ._Secondary_o0z16_32{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ShareOfUsers_o0z16_126{display:flex;align-items:center;flex:1}._ShareOfUsers_o0z16_126 ._Percentage_o0z16_112{margin-right:1.6rem;min-width:5.2rem;text-align:right}._ShareOfUsers_o0z16_126 ._Progress_o0z16_136{position:relative;height:.6rem;flex:1;width:100%;background-color:#d7daeb;border-radius:4px;overflow:hidden}._ShareOfUsers_o0z16_126 ._Progress_o0z16_136 ._Bar_o0z16_145{position:absolute;left:0;height:.6rem;background-color:#3483ff}._RangeSliderDisplay_o0z16_152{display:flex;align-items:center;width:100%}._RangeSliderDisplay_o0z16_152._Muted_o0z16_157{filter:grayscale(1)}._RangeSliderDisplay_o0z16_152 ._CurrentValue_o0z16_160{width:7.2rem;min-width:7.2rem;max-width:7.2rem}._RangeSliderDisplay_o0z16_152 ._RangePicker_o0z16_165{position:relative;flex:1;margin-right:1.6rem;z-index:1}._RangeSliderDisplay_o0z16_152 ._ResetChanges_o0z16_171{display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s;pointer-events:none;z-index:2}._RangeSliderDisplay_o0z16_152 ._ResetChanges_o0z16_171._Show_o0z16_180{opacity:1;cursor:pointer;pointer-events:unset}._RangeSliderDisplay_o0z16_152 ._ResetChanges_o0z16_171 ._ResetButton_o0z16_185{color:#3483ff;font-size:2rem}._GradientLabelDisplay_o0z16_190{display:flex;align-items:center;width:fit-content}._GradientLabelDisplay_o0z16_190 ._Circle_o0z16_195{margin-right:.8rem;height:1.6rem;width:1.6rem;min-height:1.6rem;min-width:1.6rem;border-radius:50%}._GradientLabelDisplay_o0z16_190 ._Circle_o0z16_195._Square_o0z16_203{border-radius:4px}._GradientLabelDisplay_o0z16_190 ._Diff_o0z16_206{margin-left:.6rem;font-size:1.2rem;color:#757c94}._GradientLabelDisplay_o0z16_190 ._Diff_o0z16_206._Negative_o0z16_5{color:#f66b6b}._GradientLabelDisplay_o0z16_190 ._Diff_o0z16_206._Positive_o0z16_214{color:#21c476}._SegmentDisplay_o0z16_218{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_o0z16_218 ._Info_o0z16_230{margin-left:.8rem}._SegmentDisplay_o0z16_218:hover ._Segment_o0z16_218{color:#3483ff}._SegmentDisplay_o0z16_218 ._Segment_o0z16_218,._SegmentDisplay_o0z16_218 ._Group_o0z16_237{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:3rem}._SegmentDisplay_o0z16_218 ._Segment_o0z16_218{font-weight:600;transition:all .25s}._SegmentDisplay_o0z16_218 ._Group_o0z16_237{flex:1}._SegmentDisplay_o0z16_218 ._Arrow_o0z16_92{margin:0 .8rem;font-size:1.6rem;color:#757c94}._PlaceholderTextDisplay_o0z16_256{font-size:1.4rem;color:#757c94}._CompositeDisplay_o0z16_261{width:100%;height:100%;display:flex;align-items:stretch}._CompositeDisplay_o0z16_261 ._Prefix_o0z16_267{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_o0z16_261 ._List_o0z16_280{overflow:hidden}._ValueWithUpliftDisplay_o0z16_284 ._Uplift_o0z16_1{word-break:keep-all;white-space:nowrap}._ValueWithUpliftDisplay_o0z16_284 ._Uplift_o0z16_1._Negative_o0z16_5 ._Icon_o0z16_5{color:#f66b6b;transform:rotate(180deg)}._ValueWithUpliftDisplay_o0z16_284 ._Uplift_o0z16_1 ._Icon_o0z16_5{margin-left:.4rem;font-size:1.3rem;color:#21c476;vertical-align:middle;margin-right:.2rem}._ValueWithUpliftDisplay_o0z16_284 ._Secondary_o0z16_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_10tgq_1{display:flex;align-items:center;cursor:pointer;font-weight:500;width:fit-content}._ToggleSwitch_10tgq_1._Active_10tgq_8 ._Switch_10tgq_8{background-color:#3483ff}._ToggleSwitch_10tgq_1._Active_10tgq_8 ._Switch_10tgq_8 ._Circle_10tgq_11{left:1.8rem}._ToggleSwitch_10tgq_1._small_10tgq_14 ._Switch_10tgq_8{width:3.2rem;min-width:3.2rem;height:1.8rem;border-radius:10px}._ToggleSwitch_10tgq_1._small_10tgq_14 ._Switch_10tgq_8 ._Circle_10tgq_11{width:1.4rem;height:1.4rem;min-width:1.4rem;min-height:1.4rem;left:.2rem}._ToggleSwitch_10tgq_1._small_10tgq_14._Active_10tgq_8 ._Switch_10tgq_8 ._Circle_10tgq_11{left:1.6rem}._ToggleSwitch_10tgq_1._Disabled_10tgq_30{opacity:.5;cursor:default}._ToggleSwitch_10tgq_1 ._Switch_10tgq_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_10tgq_1 ._Switch_10tgq_8 ._Circle_10tgq_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_10tgq_1 ._Switch_10tgq_8 ._Circle_10tgq_11 ._Icon_10tgq_60{font-size:1.8rem}._ToggleSwitch_10tgq_1 ._Label_10tgq_63{margin-left:.6rem;font-size:1.4rem;-webkit-user-select:none;user-select:none}._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}._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_1ln5e_1{margin-bottom:1.6rem}._GroupName_1ln5e_5{position:relative;display:flex;flex-direction:column;gap:.4rem;overflow-x:hidden}._GroupName_1ln5e_5 ._PrimaryChip_1ln5e_12._AbsPosition_1ln5e_12{position:absolute;top:-2rem;left:0}._GroupName_1ln5e_5 ._NameWrapper_1ln5e_17{display:flex;align-items:center;gap:.6rem}._GroupName_1ln5e_5 ._Name_1ln5e_17{flex:1;min-width:0;word-break:keep-all;font-weight:600;line-height:2rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}._GroupName_1ln5e_5 ._Name_1ln5e_17._Clickable_1ln5e_34{cursor:pointer}._GroupName_1ln5e_5 ._Name_1ln5e_17._Clickable_1ln5e_34:hover{color:#3483ff}._Column_1ln5e_41{flex:1;display:flex;flex-direction:column;gap:1.2rem;max-width:100%;overflow:hidden}._Column_1ln5e_41 ._Line_1ln5e_49{display:flex;align-items:center;height:2.4rem;min-height:2.4rem;gap:.8rem;font-weight:400;min-width:0}._Column_1ln5e_41 ._Line_1ln5e_49 ._TableCell_1ln5e_58{display:flex;align-items:center;gap:.8rem;max-width:100%;overflow:hidden}._Column_1ln5e_41 ._Line_1ln5e_49 ._Secondary_1ln5e_65{color:#757c94;font-size:1.2rem;font-weight:400}._Column_1ln5e_41 ._Line_1ln5e_49._WinnerVariant_1ln5e_70{font-weight:600}._Column_1ln5e_41 ._WinnerIcon_1ln5e_73{color:#21c476;font-size:1.8rem}._Column_1ln5e_41 ._Rank_1ln5e_77{flex:1;display:flex;justify-content:center;align-items:center;width:2.4rem}._Column_1ln5e_41 ._Variant_1ln5e_84{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_kibrt_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_kibrt_1._HighConfidence_kibrt_16{background-color:#21c476}._ValidationsTableCellButton_kibrt_1._MediumConfidence_kibrt_19{background-color:#feaf67}._CollapsibleContent_kibrt_23{font-size:1.4rem;font-weight:300;line-height:2rem}._CollapsibleContent_kibrt_23 ._MoreInfo_kibrt_28{color:#3483ff;cursor:pointer}._ValidationMoreInfoPanelContent_xmnxh_1{margin:2.4rem;display:flex;flex-direction:column;gap:1.2rem}._ValidationMoreInfoPanelContent_xmnxh_1 ._ValidationTitle_xmnxh_7{font-size:2rem;font-weight:600;line-height:2.4rem}._ValidationMoreInfoPanelContent_xmnxh_1 ._ValidationExplainerContainer_xmnxh_12{display:flex;align-items:center;gap:.8rem;background-color:#f4f6fa;color:#414559;border-radius:8px;font-size:1.4rem;font-weight:700;line-height:2rem;padding:.8rem}._ValidationMoreInfoPanelContent_xmnxh_1 ._ValidationDetailsContainer_xmnxh_24{font-size:1.4rem;font-weight:400;line-height:2rem}._ValidationMoreInfoPanelContent_xmnxh_1 ._ValidationDetailsContainer_xmnxh_24 ._Title_xmnxh_29{font-weight:700}._DataValidationsViewer_1tfys_1._success_1tfys_1 ._Button_1tfys_1 ._Icon_1tfys_1{color:#21c476}._DataValidationsViewer_1tfys_1._warning_1tfys_4 ._Button_1tfys_1 ._Icon_1tfys_1{color:#f1ae49}._DataValidationsViewer_1tfys_1._disabled_1tfys_7 ._Button_1tfys_1 ._Icon_1tfys_1{color:#757c94}._DataValidationsViewer_1tfys_1 ._Button_1tfys_1{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:1.4rem;width:fit-content;cursor:pointer;border-radius:4px;padding:.4rem .6rem;transition:all .25s;text-transform:capitalize}._DataValidationsViewer_1tfys_1 ._Button_1tfys_1 ._Icon_1tfys_1{font-size:1.6rem}._DataValidationsViewer_1tfys_1 ._Button_1tfys_1._Active_1tfys_26,._DataValidationsViewer_1tfys_1 ._Button_1tfys_1:hover{background-color:#f0f2f7}._Validations_1tfys_30{width:54rem;border-radius:8px;overflow:hidden}._Validations_1tfys_30 ._Title_1tfys_35{min-height:4rem;padding:.8rem 1.2rem;display:flex;align-items:center;font-size:1.4rem;gap:.8rem;border-bottom:1px solid #d7daeb}._Validations_1tfys_30 ._Title_1tfys_35._success_1tfys_1 ._Icon_1tfys_1{color:#21c476}._Validations_1tfys_30 ._Title_1tfys_35._warning_1tfys_4 ._Icon_1tfys_1{color:#f1ae49}._Validations_1tfys_30 ._Title_1tfys_35._disabled_1tfys_7 ._Icon_1tfys_1{color:#757c94}._Validations_1tfys_30 ._Title_1tfys_35 ._Icon_1tfys_1{font-size:1.6rem}._Validations_1tfys_30 ._Title_1tfys_35 ._Text_1tfys_56{font-weight:500}._Validations_1tfys_30 ._Content_1tfys_59{max-height:30rem;overflow:auto}._Validations_1tfys_30 ._Content_1tfys_59::-webkit-scrollbar{width:6px;height:6px;background:transparent}._Validations_1tfys_30 ._Content_1tfys_59::-webkit-scrollbar-track{border-radius:.5rem}._Validations_1tfys_30 ._Content_1tfys_59::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._Validations_1tfys_30 ._Content_1tfys_59 ._SubTitle_1tfys_78{height:2.8rem;display:flex;align-items:center;font-size:1.2rem;text-transform:uppercase;font-weight:500;color:#414559;padding:0 1.2rem;background-color:#fff;color:#757c94}._Validations_1tfys_30 ._Content_1tfys_59 ._List_1tfys_90{background-color:#f8f9fc}._Validations_1tfys_30 ._Content_1tfys_59 ._List_1tfys_90 ._ValidationItem_1tfys_93{font-size:1.4rem}._Validations_1tfys_30 ._Content_1tfys_59 ._List_1tfys_90 ._ValidationItem_1tfys_93:last-child ._ValidationTitle_1tfys_96{border-color:transparent}._Validations_1tfys_30 ._Content_1tfys_59 ._List_1tfys_90 ._ValidationItem_1tfys_93._Open_1tfys_99 ._ValidationTitle_1tfys_96{border-color:#d7daeb}._Validations_1tfys_30 ._Content_1tfys_59 ._List_1tfys_90 ._ValidationItem_1tfys_93._Open_1tfys_99 ._ValidationContent_1tfys_102{max-height:100rem;padding:.8rem 1.2rem}._Validations_1tfys_30 ._Content_1tfys_59 ._List_1tfys_90 ._ValidationItem_1tfys_93._Open_1tfys_99 ._ValidationTitle_1tfys_96 ._ChevronIcon_1tfys_106{transform:rotate(180deg)}._Validations_1tfys_30 ._Content_1tfys_59 ._List_1tfys_90 ._ValidationItem_1tfys_93 ._ValidationTitle_1tfys_96{background-color:#fff;border-bottom:1px solid #d7daeb;display:flex;align-items:center;gap:.8rem;padding:1.2rem;height:3.6rem;font-weight:500;cursor:pointer}._Validations_1tfys_30 ._Content_1tfys_59 ._List_1tfys_90 ._ValidationItem_1tfys_93 ._ValidationTitle_1tfys_96 ._ChevronIcon_1tfys_106{font-size:1.4rem;transition:all .25s}._Validations_1tfys_30 ._Content_1tfys_59 ._List_1tfys_90 ._ValidationItem_1tfys_93 ._ValidationTitle_1tfys_96 ._ValidationTitleText_1tfys_124{flex:1}._Validations_1tfys_30 ._Content_1tfys_59 ._List_1tfys_90 ._ValidationItem_1tfys_93 ._ValidationContent_1tfys_102{display:flex;flex-direction:column;gap:.4rem;max-height:0;overflow:hidden;transition:all .25s;padding:0 1.2rem}._ValidationStatusChip_1tfys_137{border-radius:4px;background-color:#21c476;color:#fff;padding:.4rem;font-size:1.2rem;height:2.2rem;font-weight:600;line-height:1.6rem;letter-spacing:.4px;display:flex;justify-content:center;align-items:center;gap:.4rem}._ValidationStatusChip_1tfys_137._Warning_1tfys_152{background-color:#feaf67}._ValidationStatusChip_1tfys_137._Disabled_1tfys_155{background-color:#d7dae9;color:#606375}._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}._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}._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}._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_1af6h_1{display:flex;flex-direction:column}._LabelWrapper_1af6h_1._FullWidth_1af6h_5{width:100%}._LabelWrapper_1af6h_1._small_1af6h_8 ._Label_1af6h_1{font-size:1.2rem;color:#898ea8;font-weight:500;letter-spacing:.2px;height:unset}._LabelWrapper_1af6h_1._large_1af6h_15 ._Label_1af6h_1{font-size:1.6rem}._LabelWrapper_1af6h_1 ._Label_1af6h_1{font-size:1.4rem;color:#212123;display:flex;align-items:center;min-height:1.8rem}._LabelWrapper_1af6h_1 ._Label_1af6h_1 ._HoverHelperTip_1af6h_25{margin-left:.4rem}._LabelWrapper_1af6h_1 ._Label_1af6h_1 ._Spacer_1af6h_28{flex:1}._LabelWrapper_1af6h_1._Error_1af6h_31 ._Label_1af6h_1,._LabelWrapper_1af6h_1._Error_1af6h_31 ._HelperText_1af6h_34{color:#e74c3c}._LabelWrapper_1af6h_1._MutedLabel_1af6h_37 ._Label_1af6h_1 ._LabelText_1af6h_37{color:#898ea8}._LabelWrapper_1af6h_1._BoldLabel_1af6h_40 ._Label_1af6h_1 ._LabelText_1af6h_37{size:1.6rem;line-height:2rem;font-weight:700}._LabelWrapper_1af6h_1 ._Children_1af6h_45{flex:1}._LabelWrapper_1af6h_1 ._HelperText_1af6h_34{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_1mkzd_1{display:flex;flex-direction:column;gap:1.2rem}._ExplainerHeader_1mkzd_1 ._Title_1mkzd_6{font-size:1.6rem;font-weight:600}._ExplainerHeader_1mkzd_1 ._Header_1mkzd_10{display:flex;gap:2rem;border:1px solid #d7daeb;border-radius:8px;padding:1.6rem}._ExplainerHeader_1mkzd_1 ._Header_1mkzd_10._high_1mkzd_17{background-color:#feaf6733}._ExplainerHeader_1mkzd_1 ._Header_1mkzd_10._medium_1mkzd_20{background-color:#a1e5ed33}._ExplainerHeader_1mkzd_1 ._Header_1mkzd_10 ._Main_1mkzd_23{display:flex;align-items:center;font-size:1.4rem;gap:.4rem;flex-wrap:wrap;flex:1}._ExplainerHeader_1mkzd_1 ._Header_1mkzd_10 ._Explainability_1mkzd_31{display:flex;align-items:center;align-self:center;font-size:1.4rem;gap:.8rem;height:2rem}._ExplainerHeader_1mkzd_1 ._Header_1mkzd_10 ._Explainability_1mkzd_31 ._Label_1mkzd_39{font-weight:600}._ExplainerHeader_1mkzd_1 ._Header_1mkzd_10 ._Actions_1mkzd_42{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}._RCASeasonalityExplainerHolidayViewer_agor5_1{margin-top:1.6rem}._RCASeasonalityExplainerHolidayViewer_agor5_1 ._ChartWrapper_agor5_4{height:28rem;max-height:28rem;padding:1.2rem}._MainSeasonalityExplainerWrapper_1vvd4_1 ._HolidayWarningMessage_1vvd4_1{margin-bottom:1.2rem;background-color:#c3c6d84d;border:1px solid #d7daeb;border-radius:8px;padding:.8rem;font-size:1.2rem}._MainSeasonalityExplainerWrapper_1vvd4_1 ._MainSeasonalityExplainer_1vvd4_1 ._TrendChip_1vvd4_9{margin:0 .4rem;display:inline-flex;vertical-align:middle}._MainSeasonalityExplainerWrapper_1vvd4_1 ._MainSeasonalityExplainer_1vvd4_1 ._ChartWrapper_1vvd4_14{height:28rem;max-height:28rem;padding:1.2rem}._ValidationItem_kp0x5_1{display:flex;align-items:center;width:100%;background:#fff;border-bottom:1px solid #d7daeb;padding:1.2rem 2.5rem;transition:all .2s ease;min-height:5.8rem}._ValidationItem_kp0x5_1:last-child{border-radius:8px;border-bottom:none}._ValidationItemContent_kp0x5_16{width:100%;display:flex;align-items:center;justify-content:space-between}._ValidationItemLeft_kp0x5_23{display:flex;align-items:center;gap:1rem;flex:1}._ValidationItemText_kp0x5_30{font-size:1.4rem;font-weight:500;color:#212121}._StatusIcon_1mpre_1{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}._StatusIconValid_1mpre_9{font-size:1.6rem;color:#21c476}._StatusIconWarning_1mpre_14{font-size:1.6rem;color:#f1ae49}._StatusIconFail_1mpre_19{background-color:#fff;border-radius:100%;font-size:1.6rem;color:#f66b6b}._Container_1muie_1{position:relative;display:inline-block}._Circle_1muie_6{width:3.6rem;height:3.6rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._Circle_1muie_6._WinnerCircle_1muie_15{background-color:#21c476}._Circle_1muie_6._NoWinnerCircle_1muie_18{background-color:#8d94ae}._WinnerIcon_1muie_22{font-size:2rem;color:#fff;text-align:center}._BadgeContainer_1muie_28{position:absolute;bottom:-3px;right:-3px;font-size:1.6rem;display:flex;align-items:center;justify-content:center}._WinnerValidationsCollapsibleTitle_9ir8y_1{display:flex;align-items:center;justify-content:space-between;width:100%}._WinnerValidationsCollapsibleTitle_9ir8y_1 ._TitleLeft_9ir8y_7{display:flex;align-items:center;gap:.8rem}._WinnerValidationsCollapsibleTitle_9ir8y_1 ._TitleLeft_9ir8y_7 ._TitleIcon_9ir8y_12{width:2rem;height:2rem}._WinnerValidationsCollapsibleTitle_9ir8y_1 ._TitleLeft_9ir8y_7 ._TitleIcon_9ir8y_12._TrophyIcon_9ir8y_16{color:#21c476}._WinnerValidationsCollapsibleTitle_9ir8y_1 ._TitleLeft_9ir8y_7 ._TitleIcon_9ir8y_12._HourglassIcon_9ir8y_19{color:#c5c9db}._WinnerValidationsCollapsibleTitle_9ir8y_1 ._TitleRight_9ir8y_22{display:flex;align-items:center;gap:1.2rem}._WinnerValidationsCollapsibleTitle_9ir8y_1 ._TitleRight_9ir8y_22 ._StatusInfo_9ir8y_27{display:flex;justify-content:center;align-items:center;gap:.6rem}._WinnerValidationsCollapsibleTitle_9ir8y_1 ._TitleRight_9ir8y_22 ._StatusText_9ir8y_33{font-size:1.4rem;font-weight:500}._WinnerValidationsCollapsibleTitle_9ir8y_1 ._Variant_9ir8y_37{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline;padding:.4rem .6rem;border-radius:4px;font-size:1.4rem;font-weight:600;letter-spacing:.4px;background-color:#3483ff33}._WinnerValidationsCollapsibleTitle_9ir8y_1 ._WinnerText_9ir8y_49{display:flex;align-items:center;gap:.4rem}._Container_nff8c_1{font-size:1.4rem;border-radius:8px;overflow:hidden;border:1px solid #d7daeb}._Container_nff8c_1._IsOpen_nff8c_7 ._Header_nff8c_7{border-bottom-left-radius:0;border-bottom-right-radius:0}._Container_nff8c_1 ._Header_nff8c_7{display:flex;align-items:center;justify-content:space-between;height:5.6rem;padding:0 1.6rem;cursor:pointer;transition:all .2s ease;border-radius:.8rem}._Container_nff8c_1 ._Header_nff8c_7._ValidHeader_nff8c_21{background-color:#21c4761a}._Container_nff8c_1 ._Header_nff8c_7._NoWinnerHeader_nff8c_24{background-color:#f0f2f7;border:1px solid #e7eaf3}._Container_nff8c_1 ._Header_nff8c_7:hover{opacity:.9}._Container_nff8c_1 ._TitleContent_nff8c_31{flex:1;display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:1.4rem}._Container_nff8c_1 ._ChevronContainer_nff8c_39{display:flex;align-items:center;margin-left:1rem}._Container_nff8c_1 ._ChevronContainer_nff8c_39 ._Chevron_nff8c_39{width:1.6rem;height:1.6rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}._Container_nff8c_1 ._ChevronContainer_nff8c_39 ._Chevron_nff8c_39._ChevronDown_nff8c_52{transform:rotate(90deg)}._Container_nff8c_1 ._Content_nff8c_55{background:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px;transition:all .2s ease-in-out;overflow:hidden;max-height:0}._Container_nff8c_1 ._Content_nff8c_55._ShowContent_nff8c_63{max-height:1000px;border-color:#d7daeb}._ABTestSegmentationFigureViewer_1kg4e_1{display:flex;flex-direction:column;gap:2.4rem}._ABTestSegmentationFigureViewer_1kg4e_1 ._TableSection_1kg4e_6{scroll-margin-top:6rem;display:flex;flex-direction:column;gap:1.6rem}._ABTestSegmentationFigureViewer_1kg4e_1 ._TableSection_1kg4e_6 ._TitleSection_1kg4e_12{font-weight:500;font-size:1.8rem;line-height:2.4rem;display:flex;align-items:center;justify-content:space-between}._ABTestSegmentationFigureViewer_1kg4e_1 ._TableSection_1kg4e_6 ._TitleSection_1kg4e_12 ._Title_1kg4e_12{display:flex;align-items:center;justify-content:start;gap:.8rem}._ABTestSegmentationFigureViewer_1kg4e_1 ._TableSection_1kg4e_6 ._TitleSection_1kg4e_12 ._HelpCenterLink_1kg4e_26{font-size:1.4rem;font-weight:400}._ABTestSegmentationEmptyState_1sc63_1{display:flex;align-items:center;height:5.8rem;border-radius:8px;border:1px solid #d7daeb;padding:0 1.6rem;font-size:1.4rem;color:#757c94;background-color:#fff}._ABTestSegmentationTableWrapper_1sc63_13{display:flex;flex-direction:column;gap:1.2rem}._ABTestSegmentationTableWrapper_1sc63_13 ._ABTestSegmentationTable_1sc63_13{font-size:1.4rem}._ABTestSegmentationTableWrapper_1sc63_13 ._ABTestSegmentationTable_1sc63_13 ._Row_1sc63_21 ._SegmentGroupName_1sc63_21{cursor:pointer}._ABTestSegmentationTableWrapper_1sc63_13 ._ABTestSegmentationTable_1sc63_13 ._Row_1sc63_21 ._SegmentGroupName_1sc63_21:hover{color:#3483ff}._ABTestSegmentationTableWrapper_1sc63_13 ._ABTestSegmentationTable_1sc63_13 ._Row_1sc63_21 ._GroupedCell_1sc63_27{overflow:hidden}._ABTestSegmentationTableWrapper_1sc63_13 ._ABTestSegmentationTable_1sc63_13 ._Row_1sc63_21 ._GroupedCell_1sc63_27 ._SegmentLine_1sc63_30{display:flex;align-items:center;height:2.4rem;margin-bottom:1.2rem}._ABTestSegmentationTableWrapper_1sc63_13 ._ABTestSegmentationTable_1sc63_13 ._Row_1sc63_21 ._GroupedCell_1sc63_27 ._SegmentLine_1sc63_30 ._SegmentName_1sc63_36{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._ABTestSegmentationTableWrapper_1sc63_13 ._ABTestSegmentationTable_1sc63_13 ._Row_1sc63_21 ._GroupedCell_1sc63_27 ._SegmentLine_1sc63_30 ._EmptySegmentName_1sc63_42{color:#898ea8;font-style:italic;font-size:1.2rem}._ABTestSegmentationTableWrapper_1sc63_13 ._ABTestSegmentationTable_1sc63_13 ._Row_1sc63_21 ._GroupedCell_1sc63_27 ._SegmentLine_1sc63_30:last-child{margin-bottom:0}._ABTestSegmentationTableWrapper_1sc63_13 ._ABTestSegmentationTable_1sc63_13 ._Row_1sc63_21 ._Actions_1sc63_50{position:absolute;right:1.2rem}._ABTestSegmentationTableWrapper_1sc63_13 ._ABTestSegmentationTable_1sc63_13 ._LeadingVariant_1sc63_54{border-radius:4px;padding:.4rem;font-size:1.2rem;line-height:1.4rem;letter-spacing:.4px;background-color:#f0f2f7}._ABTestSegmentModal_371ud_1{display:flex;flex-direction:column;height:100%;border-radius:8px;padding:2rem 2.4rem;overflow:hidden;gap:.8rem}._ABTestSegmentModal_371ud_1 ._TableContainer_371ud_10{flex:1;overflow:auto}._ABTestSegmentModal_371ud_1 ._TableContainer_371ud_10::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ABTestSegmentModal_371ud_1 ._TableContainer_371ud_10::-webkit-scrollbar-track{border-radius:.5rem}._ABTestSegmentModal_371ud_1 ._TableContainer_371ud_10::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._ABTestSegmentModal_371ud_1 ._Navigation_371ud_29{display:flex;align-items:center;justify-content:flex-end;min-height:4.2rem}._EmptySegmentName_371ud_36{color:#898ea8;font-style:italic;font-size:1.2rem}._ABTestFigureViewer_1b732_1{display:flex;flex:1}._ABTestFigureViewer_1b732_1 ._Nav_1b732_5{position:relative;min-width:24rem;max-width:24rem;background-color:#f8f9fc;margin-right:1.6rem}._ABTestFigureViewer_1b732_1 ._Nav_1b732_5 ._SideMenu_1b732_12{position:sticky;top:0;padding:2rem 1.6rem}._ABTestFigureViewer_1b732_1 ._Content_1b732_17{display:flex;flex-direction:column;gap:2rem;flex:1;position:relative;max-width:calc(100% - 25.6rem);padding-top:2rem}._ABTestFigureViewer_1b732_1 ._Content_1b732_17 ._Header_1b732_26{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.2rem;padding-top:2rem}._ABTestFigureViewer_1b732_1 ._Content_1b732_17 ._Header_1b732_26 ._HeaderTitle_1b732_34{font-size:3rem}._ABTestFigureViewer_1b732_1 ._Content_1b732_17 ._Header_1b732_26 ._HeaderTitle_1b732_34 ._ExperimentName_1b732_37{font-weight:600;margin-right:.8rem}._ABTestFigureViewer_1b732_1 ._Content_1b732_17 ._Header_1b732_26 ._SecondaryHeader_1b732_41{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:1.6rem}._ABTestFigureViewer_1b732_1 ._Content_1b732_17 ._Header_1b732_26 ._SecondaryHeader_1b732_41 ._PrimaryMetricName_1b732_48{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:28rem;cursor:pointer;color:#3483ff}._ABTestFigureViewer_1b732_1 ._Content_1b732_17 ._Tabs_1b732_56{position:sticky;top:0;z-index:100;background-color:#fff;min-height:4rem}._ABTestFigureViewer_1b732_1 ._Content_1b732_17 ._MetricContainer_1b732_63{background-color:#f8f9fc}._ABTestFigureViewer_1b732_1 ._Content_1b732_17 ._MetricContainer_1b732_63 ._MetricContent_1b732_66{display:flex;flex-direction:column;gap:2rem;padding:2rem}._ABTestFigureViewer_1b732_1 ._Content_1b732_17 ._MetricContainer_1b732_63 ._MetricContent_1b732_66 ._Section_1b732_72{scroll-margin-top:6rem;display:flex;flex-direction:column;gap:2rem}._ABTestFigureViewer_1b732_1 ._Content_1b732_17 ._MetricContainer_1b732_63 ._MetricContent_1b732_66 ._Section_1b732_72 ._Title_1b732_78{font-size:1.8rem;font-weight:500;color:#242424}._ABTestFigureViewer_1b732_1 ._Content_1b732_17 ._MetricContainer_1b732_63 ._MetricContent_1b732_66 ._Section_1b732_72 ._ChartWrapper_1b732_83{padding:1.6rem;height:40rem}._ABTestFigureViewer_1b732_1 ._Spacer_1b732_87{height:20rem}._ABTestTimeToKPI_7mlay_1{width:100%;display:flex;flex-direction:column;gap:1.2rem}._ABTestTimeToKPI_7mlay_1 ._Header_7mlay_7{display:flex;justify-content:space-between;align-items:center}._ABTestTimeToKPI_7mlay_1 ._Header_7mlay_7 ._Title_7mlay_12{font-size:1.8rem;font-weight:500;color:#242424}._ABTestTimeToKPI_7mlay_1 ._Header_7mlay_7 ._Actions_7mlay_17{display:flex;justify-content:end}._ABTestTimeToKPI_7mlay_1 ._TimeToEventFigureContainer_7mlay_21{border:1px solid #d7dae9;background:#fff;padding:1.6rem;border-radius:8px}._ABTestTimeToKPI_7mlay_1 ._Content_7mlay_27{display:flex;flex-direction:column;gap:1.2rem}._ABTestTimeToKPI_7mlay_1 ._Content_7mlay_27 ._Conclusion_7mlay_32{font-size:1.4rem;color:#242424;margin-bottom:.8rem}._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 .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}._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}._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_8eyi9_1{display:flex;align-items:center;gap:.4rem;color:inherit;border:1px solid #3483ff;width:fit-content;max-width:100%;padding:0 .4rem;height:2.8rem;border-radius:4px;transition:.25s all;cursor:default;font-size:1.4rem}._TextButton_8eyi9_1:hover:not(._Disabled_8eyi9_16){background-color:#3483ff4d}._TextButton_8eyi9_1._Clickable_8eyi9_19{cursor:pointer}._TextButton_8eyi9_1._Disabled_8eyi9_16{cursor:default;border-color:#d7daeb;color:#757c94}._TextButton_8eyi9_1 ._Content_8eyi9_27{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._TextButton_8eyi9_1 ._Icon_8eyi9_32{font-size:1.6rem}._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}._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}@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}._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}._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_2ekqn_1{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}._ModalStage_2ekqn_1 ._ModalWrapper_2ekqn_8{max-height:86vh;width:70vw;position:relative;outline:none}._ModalStage_2ekqn_1 ._ModalWrapper_2ekqn_8 ._Header_2ekqn_14{position:sticky;top:0;z-index:10}._ModalStage_2ekqn_1 ._ModalWrapper_2ekqn_8 ._DocumentModal_2ekqn_19 ._ModalBody_2ekqn_19{overflow:hidden}._ModalStage_2ekqn_1 ._ModalWrapper_2ekqn_8 ._DocumentModal_2ekqn_19 ._Content_2ekqn_22{position:relative;background-color:#fff;max-height:calc(100% - 5rem);overflow-y:auto}._ModalStage_2ekqn_1 ._ModalWrapper_2ekqn_8 ._DocumentModal_2ekqn_19 ._Content_2ekqn_22::-webkit-scrollbar{width:6px;height:6px;background:transparent}._ModalStage_2ekqn_1 ._ModalWrapper_2ekqn_8 ._DocumentModal_2ekqn_19 ._Content_2ekqn_22::-webkit-scrollbar-track{border-radius:.5rem}._ModalStage_2ekqn_1 ._ModalWrapper_2ekqn_8 ._DocumentModal_2ekqn_19 ._Content_2ekqn_22::-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_1mshy_1{position:relative}._SmartSelectorList_1mshy_1:only-child ._Items_1mshy_4{border-bottom:0}._SmartSelectorList_1mshy_1._Closed_1mshy_7 ._Items_1mshy_4{max-height:0;opacity:0;border-bottom:0}._SmartSelectorList_1mshy_1._Closed_1mshy_7 ._Label_1mshy_12 ._OpenBtn_1mshy_12 ._Icon_1mshy_12{transform:rotate(0)}._SmartSelectorList_1mshy_1._ExpandedMode_1mshy_15 ._Label_1mshy_12 ._OpenBtn_1mshy_12 ._Icon_1mshy_12{transform:rotate(90deg);border-radius:50%;border-color:#898ea8}._SmartSelectorList_1mshy_1 ._Label_1mshy_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_1mshy_1 ._Label_1mshy_12 ._OpenBtn_1mshy_12{display:flex;align-items:center;width:2.4rem;height:2.4rem;cursor:pointer;margin-right:.4rem}._SmartSelectorList_1mshy_1 ._Label_1mshy_12 ._OpenBtn_1mshy_12 ._Icon_1mshy_12{font-size:2.2rem;transition:all .25s;transform:rotate(180deg);border-radius:50%;border:1px solid transparent;padding:.4rem}._SmartSelectorList_1mshy_1 ._Label_1mshy_12 ._LabelText_1mshy_48{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-size:1.6rem;font-weight:500;flex:1}._SmartSelectorList_1mshy_1 ._Label_1mshy_12 ._Count_1mshy_57{font-size:1.2rem;display:flex;align-items:center;justify-content:center}._SmartSelectorList_1mshy_1 ._Label_1mshy_12 ._Count_1mshy_57 ._Loading_1mshy_63{color:#898ea8}._SmartSelectorList_1mshy_1 ._Items_1mshy_4{overflow:hidden;transition:all .25s;max-height:unset;opacity:1;border-bottom:1px solid #e5e5f3}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Helper_1mshy_73{display:flex;align-items:center;background-color:#e7eaf3;height:3.2rem;font-size:1.3rem;color:#606375;padding:.4rem}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Helper_1mshy_73 ._HelperIconWrapper_1mshy_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_1mshy_1 ._Items_1mshy_4 ._Helper_1mshy_73 ._HelperIconWrapper_1mshy_82 ._InfoIcon_1mshy_92{font-size:1.4rem;color:#606375}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4{font-size:1.4rem;display:flex;align-items:center;justify-content:space-between;width:100%;overflow:hidden;border-top:1px solid transparent;border-bottom:1px solid transparent}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Disabled_1mshy_106 ._ItemName_1mshy_106{cursor:not-allowed!important;color:#898ea8}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._SingleList_1mshy_110{padding-left:0}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._SingleList_1mshy_110 ._ItemName_1mshy_106{padding-left:1.6rem}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Selected_1mshy_116,._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4:hover{background-color:#e5efff}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Parent_1mshy_119{display:flex;justify-content:center;flex-direction:column;align-items:flex-start}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Parent_1mshy_119 ._ItemName_1mshy_106{width:100%}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Parent_1mshy_119:hover{background-color:unset}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Parent_1mshy_119:hover ._ItemName_1mshy_106 ._Expend_1mshy_131{opacity:1}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Parent_1mshy_119._Open_1mshy_12{border-color:#d7daeb}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Parent_1mshy_119._Open_1mshy_12 ._ItemName_1mshy_106 ._Expend_1mshy_131 ._ExpendIcon_1mshy_137{transform:rotate(180deg)}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Parent_1mshy_119._Open_1mshy_12 ._Children_1mshy_140{max-height:unset}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Parent_1mshy_119 ._Children_1mshy_140{max-height:0;overflow:hidden;transition:all .25s;width:100%}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Parent_1mshy_119 ._Children_1mshy_140 ._ItemName_1mshy_106{width:unset}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4 ._ItemName_1mshy_106{display:flex;align-items:center;flex:1;padding:.4rem .4rem .4rem 3.3rem;min-width:0;cursor:pointer}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4 ._ItemName_1mshy_106 ._Name_1mshy_160{flex:1}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4 ._ItemName_1mshy_106 ._Icon_1mshy_12{margin-right:.6rem;font-size:1.6rem;width:2rem;min-width:2rem}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4 ._ItemName_1mshy_106 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.5}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4 ._ItemName_1mshy_106 ._Expend_1mshy_131{margin-left:.8rem;margin-right:.4rem}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4 ._ItemName_1mshy_106 ._Expend_1mshy_131 ._ExpendIcon_1mshy_137{font-size:1.2rem;transition:all .25s}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4 ._Chip_1mshy_183{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_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Create_1mshy_193{color:#3483ff;display:flex;align-items:center}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Create_1mshy_193 ._Icon_1mshy_12{font-size:1.8rem;margin-right:.6rem;color:#3483ff}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Create_1mshy_193:hover{background-color:#c3c6d84d;text-decoration:underline}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._LoadMore_1mshy_207{color:#3483ff}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._LoadMore_1mshy_207:hover{background-color:unset;text-decoration:underline}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Disabled_1mshy_106{cursor:default;color:#898ea8}._SmartSelectorList_1mshy_1 ._Items_1mshy_4 ._Item_1mshy_4._Disabled_1mshy_106:hover{text-decoration:none}._SmartSelectorPanel_1m00l_1{display:flex;flex-direction:column;height:100%}._SmartSelectorPanel_1m00l_1 ._Main_1m00l_6{flex:1;padding:.8rem;overflow-y:auto}._SmartSelectorPanel_1m00l_1 ._Main_1m00l_6::-webkit-scrollbar{width:6px;height:6px;background:transparent}._SmartSelectorPanel_1m00l_1 ._Main_1m00l_6::-webkit-scrollbar-track{border-radius:.5rem}._SmartSelectorPanel_1m00l_1 ._Main_1m00l_6::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#c7cbe5b3}._SmartSelectorPanel_1m00l_1 ._Main_1m00l_6 ._Label_1m00l_26{font-size:1.2rem;color:#898ea8;margin-bottom:.8rem;word-break:break-all}._SmartSelectorPanel_1m00l_1 ._Main_1m00l_6 ._Title_1m00l_32{font-size:1.8rem;font-weight:500;margin-bottom:2rem;white-space:break-spaces;word-break:break-all}._SmartSelectorPanel_1m00l_1 ._Main_1m00l_6 ._Description_1m00l_39{font-size:1.4rem;margin-bottom:.8rem}._SmartSelectorPanel_1m00l_1 ._Main_1m00l_6 ._Children_1m00l_43{display:flex;flex-direction:column}._SmartSelectorPanel_1m00l_1 ._Footer_1m00l_47{display:flex;align-items:center;justify-content:flex-end;height:4rem;padding:0 .8rem;border-top:1px solid #e5e5f3}._SmartSelectorPanel_1m00l_1 ._Footer_1m00l_47 ._Actions_1m00l_55{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}._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}._ChipDropdownSelect_21tpp_1{position:relative;display:inline-flex;align-items:center;width:fit-content}._ChipDropdownSelect_21tpp_1._Disabled_21tpp_7{cursor:not-allowed;opacity:.6}._ChipDropdownSelect_21tpp_1._Disabled_21tpp_7 ._ChipTrigger_21tpp_11{cursor:not-allowed;pointer-events:none}._ChipDropdownSelect_21tpp_1 ._ChipTrigger_21tpp_11{cursor:pointer;position:relative}._ChipDropdownSelect_21tpp_1 ._ChipTrigger_21tpp_11._WithDropdownIcon_21tpp_19{padding-right:2.4rem}._ChipDropdownSelect_21tpp_1 ._ChipTrigger_21tpp_11._Disabled_21tpp_7{cursor:not-allowed;pointer-events:none}._ChipDropdownSelect_21tpp_1 ._DropdownIcon_21tpp_26{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);font-size:1.6rem;color:currentColor;transition:transform .2s ease-in-out;pointer-events:none}._ChipDropdownSelect_21tpp_1 ._DropdownIcon_21tpp_26._Open_21tpp_36{transform:translateY(-50%) rotate(180deg)}._ChipDropdownSelect_21tpp_1._Open_21tpp_36 ._ChipTrigger_21tpp_11{box-shadow:0 0 0 2px #1976d233}._OptionsPopover_21tpp_43{min-width:200px;max-width:300px;max-height:300px;overflow-y:auto;padding:.8rem 0}._Option_21tpp_43{display:flex;align-items:center;padding:.8rem 1.2rem;cursor:pointer;transition:background-color .15s ease-in-out}._Option_21tpp_43:hover:not(._Disabled_21tpp_7){background-color:#0000000a}._Option_21tpp_43._Selected_21tpp_61{background-color:#1976d214}_ ._Option_21tpp_43._Disabled_21tpp_7{cursor:not-allowed;opacity:.5}_ ._Option_21tpp_43._Disabled_21tpp_7 ._OptionChip_21tpp_68{cursor:not-allowed;pointer-events:none}._Option_21tpp_43 ._CheckWrapper_21tpp_72{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;margin-right:1rem;flex-shrink:0}._Option_21tpp_43 ._CheckWrapper_21tpp_72 ._CheckIcon_21tpp_81{font-size:1.6rem;color:#1976d214}._Option_21tpp_43 ._ChipWrapper_21tpp_85{flex:1;display:flex;align-items:center}._Option_21tpp_43 ._ChipWrapper_21tpp_85 ._OptionChip_21tpp_68{cursor:inherit;width:100%;justify-content:flex-start}._Option_21tpp_43 ._ChipWrapper_21tpp_85 ._OptionChip_21tpp_68._Disabled_21tpp_7{opacity:.5}._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}._Input_mob7g_1{min-height:3.6rem;padding:.4rem 0;flex:1;outline:0;width:100%}._Input_mob7g_1:focus{border-color:#3483ff}._Input_mob7g_1:empty:before{content:attr(placeholder);color:#c3c6d8;cursor:text}._Input_mob7g_1 ._Bracket_mob7g_16,._Input_mob7g_1 ._NumberVar_mob7g_17,._Input_mob7g_1 ._OPVar_mob7g_18,._Input_mob7g_1 ._TextVar_mob7g_19{display:inline-flex;align-items:center;width:fit-content;color:#3483ff;outline:none;font-size:1.4rem;background-color:#f0f2f7;height:2.4rem}._Input_mob7g_1 ._TextVar_mob7g_19,._Input_mob7g_1 ._NumberVar_mob7g_17{padding:0 .4rem;font-weight:500}._Input_mob7g_1 ._Bracket_mob7g_16,._Input_mob7g_1 ._OPVar_mob7g_18{display:inline-flex;align-items:center;justify-content:center;width:2rem;color:#242424}._Input_mob7g_1 ._Bracket_mob7g_16{padding:0 .2rem;width:fit-content;font-weight:600;background-color:#3483ff33}._ArithmeticFormulaBuilder_mob7g_52{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_mob7g_52 ._InputWrapper_mob7g_63{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_mob7g_52 ._InputWrapper_mob7g_63 ._EqualsIcon_mob7g_74{color:#898ea8;font-size:1.8rem;display:flex;align-items:center;gap:.4rem}._ArithmeticFormulaBuilder_mob7g_52 ._Options_mob7g_81{display:flex;align-items:center;gap:.8rem}._ArithmeticFormulaBuilder_mob7g_52 ._Options_mob7g_81 ._AddVariableButton_mob7g_86{height:2.4rem}._ArithmeticFormulaBuilder_mob7g_52 ._Options_mob7g_81 ._AddVariableButton_mob7g_86:hover,._ArithmeticFormulaBuilder_mob7g_52 ._Options_mob7g_81 ._AddVariableButton_mob7g_86._Open_mob7g_89{background-color:#295dc1}._ArithmeticFormulaBuilder_mob7g_52 ._Options_mob7g_81 ._Divider_mob7g_92{width:1px;height:2rem;background-color:#d7daeb}._ArithmeticFormulaBuilder_mob7g_52 ._Options_mob7g_81 ._Error_mob7g_97{flex:1;color:#e74c3c;font-size:1.2rem}._ArithmeticFormulaBuilder_mob7g_52 ._Options_mob7g_81 ._OPAction_mob7g_102{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_mob7g_52 ._Options_mob7g_81 ._OPAction_mob7g_102:hover{background-color:#295dc1}._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}._Input_96bas_1{cursor:pointer;-webkit-user-select:none;user-select:none}._Input_96bas_1._Disabled_96bas_5{cursor:default}._Loading_1aqnm_1{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#0003}._Dashboard_6okqx_1{flex:1;display:flex}._Dashboard_6okqx_1 ._Iframe_6okqx_5{height:100%;width:100%;border:0}._ModuleLayout_4q5vf_1{position:relative;display:flex;width:100%;height:calc(100% - 5.6rem)}._ModuleLayout_4q5vf_1 ._SidePanel_4q5vf_7{position:absolute;right:0;height:100%;z-index:200;transform:translate(100%);transition:all .25s;display:flex;flex-direction:column;border-left:2px solid #ddd;padding:.8rem;box-shadow:0 0 15px #00000040;background-color:#fff;overflow-y:auto;opacity:0}._ModuleLayout_4q5vf_1 ._SidePanel_4q5vf_7._Open_4q5vf_23{transform:translate(0);opacity:1}._ModuleLayout_4q5vf_1 ._SidePanel_4q5vf_7 ._Body_4q5vf_27{position:relative;flex:1;display:flex;flex-direction:column;min-width:40rem}._ModuleLayout_4q5vf_1 ._SidePanel_4q5vf_7 ._Body_4q5vf_27::-webkit-scrollbar{width:4px;height:6px;background:transparent}._ModuleLayout_4q5vf_1 ._SidePanel_4q5vf_7 ._Body_4q5vf_27::-webkit-scrollbar-track{border-radius:.5rem}._ModuleLayout_4q5vf_1 ._SidePanel_4q5vf_7 ._Body_4q5vf_27::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#964fa2}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49{position:relative;width:1.8rem;height:100%;background-color:#f4f4f4;transition:all .25s;border-right:2px solid #ddd;padding:1.8rem 1.2rem}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49._Open_4q5vf_23{width:24rem;padding:1.8rem}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._OpenSwitch_4q5vf_62{position:absolute;right:0;top:50%;transform:translate(50%);width:30px;z-index:100}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._OpenSwitch_4q5vf_62 ._SwitchBtn_4q5vf_70{width:30px;height:30px;border-radius:50%;cursor:pointer;background:#fff;border:2px solid #e0e0e0;opacity:.5;transition:all .25s}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._OpenSwitch_4q5vf_62 ._SwitchBtn_4q5vf_70:hover{opacity:1}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._OpenSwitch_4q5vf_62 ._SwitchBtn_4q5vf_70._Active_4q5vf_83{transform:rotate(180deg)}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._InnerNavigator_4q5vf_49{width:100%;height:100%;overflow:hidden}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._InnerNavigator_4q5vf_49 ._ModuleName_4q5vf_91{display:flex;align-items:center;height:5.6rem;font-weight:400;font-size:2rem;width:100%}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._InnerNavigator_4q5vf_49 ._Section_4q5vf_99{font-size:1.3rem;color:#0009;margin:.8rem 0;border-bottom:1px solid #cccccc;padding:.4rem 0}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._InnerNavigator_4q5vf_49 ._NavLinks_4q5vf_106{display:flex;flex-direction:column;width:100%}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._InnerNavigator_4q5vf_49 ._NavLinks_4q5vf_106 ._NavLink_4q5vf_106{display:flex;align-items:center;color:#000;cursor:pointer;padding:0 .8px;height:4rem;transition:all .25s;margin-bottom:.4rem;background-color:transparent;border-radius:4px}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._InnerNavigator_4q5vf_49 ._NavLinks_4q5vf_106 ._NavLink_4q5vf_106:last-child{margin-bottom:0}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._InnerNavigator_4q5vf_49 ._NavLinks_4q5vf_106 ._NavLink_4q5vf_106 ._Icon_4q5vf_126{display:flex;justify-content:center;align-items:center;width:4rem}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._InnerNavigator_4q5vf_49 ._NavLinks_4q5vf_106 ._NavLink_4q5vf_106 ._Icon_4q5vf_126 ._IconInstance_4q5vf_132{font-size:2.2rem}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._InnerNavigator_4q5vf_49 ._NavLinks_4q5vf_106 ._NavLink_4q5vf_106 ._Label_4q5vf_135{flex:1;font-size:1.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._InnerNavigator_4q5vf_49 ._NavLinks_4q5vf_106 ._NavLink_4q5vf_106:hover{color:#ff5722}._ModuleLayout_4q5vf_1 ._InnerNavigatorWrapper_4q5vf_49 ._InnerNavigator_4q5vf_49 ._NavLinks_4q5vf_106 ._NavLink_4q5vf_106._Active_4q5vf_83{background:#fff;color:#ff5722}._ModuleLayout_4q5vf_1 ._Body_4q5vf_27{position:relative;height:100%;width:100%;flex:1 0 0;max-width:100%;overflow:hidden}._CloseWrapper_4q5vf_158{position:absolute;right:0;top:0;z-index:101;border-radius:4px;padding:1.6rem}._Modal_4q5vf_166{overflow:hidden;width:fit-content}._ModalBody_4q5vf_171{display:flex;flex-direction:column;overflow:hidden}._Form_1tj5m_1{display:flex;align-items:center}._Form_1tj5m_1._FormVertical_1tj5m_5{flex-direction:column;align-items:unset}._Form_1tj5m_1._FormVertical_1tj5m_5 ._Input_1tj5m_9{width:unset;padding:0}._Form_1tj5m_1._FormVertical_1tj5m_5 ._Submit_1tj5m_13{width:unset;margin-top:1.8rem!important}._Form_1tj5m_1 ._Input_1tj5m_9{margin-bottom:1.8rem!important;width:25%;padding-right:.8rem}._Form_1tj5m_1 ._Submit_1tj5m_13{width:8rem;height:4rem}._Form_1tj5m_1 ._Spacer_1tj5m_26{flex:1}._PageLayout_av8gn_1{display:flex;flex-direction:column;flex:1;height:100%;overflow:hidden}._PageLayout_av8gn_1 ._HeaderWrapper_av8gn_8{position:sticky;top:0;padding:1.6rem;z-index:100;width:100%;background-color:#fff}._PageLayout_av8gn_1 ._Body_av8gn_16{position:relative;flex:1;width:100%;height:100%;padding:1.6rem;overflow:auto;display:flex;flex-direction:column}._PageLayout_av8gn_1 ._Body_av8gn_16::-webkit-scrollbar{width:4px;height:6px;background:transparent}._PageLayout_av8gn_1 ._Body_av8gn_16::-webkit-scrollbar-track{border-radius:.5rem}._PageLayout_av8gn_1 ._Body_av8gn_16::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#964fa2}._Header_1vt06_1{display:flex;flex-direction:column}._Header_1vt06_1 ._HeaderTop_1vt06_5{flex:1;display:flex;justify-content:space-between;align-items:center}._Header_1vt06_1 ._HeaderTop_1vt06_5 ._Location_1vt06_11{display:flex;justify-content:center;align-items:center;font-size:1.5rem;color:#00000080}._Header_1vt06_1 ._HeaderContent_1vt06_18{display:flex;justify-content:space-between;align-items:center;transition:all .25s}._Header_1vt06_1 ._HeaderContent_1vt06_18 ._Title_1vt06_24{font-weight:500;transition:all .25s;margin-right:1.2rem}._Header_1vt06_1 ._HeaderContent_1vt06_18 ._Search_1vt06_29{flex:1;position:relative}._Header_1vt06_1 ._HeaderContent_1vt06_18 ._Search_1vt06_29 ._Input_1vt06_33{font-size:1.6rem;padding:.6rem;border:2px solid #cccccc;background-color:#f4f4f4;border-radius:4px;transition:all .25s;width:20rem;outline:none}._Header_1vt06_1 ._HeaderContent_1vt06_18 ._Search_1vt06_29 ._Input_1vt06_33:focus{width:30rem;background-color:#fff;border-color:#964fa2}._Header_1vt06_1 ._HeaderContent_1vt06_18 ._Actions_1vt06_48{display:flex;justify-content:flex-end}._Header_1vt06_1 ._HeaderContent_1vt06_18 ._Actions_1vt06_48 ._Action_1vt06_48{margin-left:.8rem}._Header_1vt06_1 ._HeaderContent_1vt06_18:hover._UnderLine_1vt06_55{border-color:#0009}._Header_1vt06_1 ._HeaderContent_1vt06_18:hover ._Title_1vt06_24{color:#000!important}._Header_1vt06_1 ._HeaderContent_1vt06_18._UnderLine_1vt06_55{border-bottom:2px solid rgba(0,0,0,.3)}._Header_1vt06_1 ._HeaderContent_1vt06_18._small_1vt06_64{font-size:1.8rem;min-height:4rem}._Header_1vt06_1 ._HeaderContent_1vt06_18._small_1vt06_64 ._Title_1vt06_24{font-weight:400}._Header_1vt06_1 ._HeaderContent_1vt06_18._medium_1vt06_71{font-size:2.2rem;min-height:4.8rem}._Header_1vt06_1 ._HeaderContent_1vt06_18._medium_1vt06_71 ._Title_1vt06_24{font-weight:400}._Header_1vt06_1 ._HeaderContent_1vt06_18._large_1vt06_78{font-size:2.6rem;min-height:5.6rem}._CheckBox_6vio2_1{display:flex;align-items:center}._CheckBox_6vio2_1 ._Buttons_6vio2_5{margin-right:.8rem}._InlineCheckBoxWrapper_1hkee_1{display:flex;align-items:center;margin-bottom:.8rem}.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-backoffice-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-backoffice-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-backoffice-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-backoffice-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-backoffice-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-backoffice-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-backoffice-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-backoffice-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-backoffice-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-backoffice-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-backoffice-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}._JsonEditor_1kcer_1{height:100%;width:100%;position:relative}._JsonEditor_1kcer_1 ._Disabled_1kcer_6{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}._PanelLayout_1ionf_1{display:flex;flex-direction:column;overflow-y:auto;flex:2;border:1px solid #e0e0e0;border-radius:4px;background-color:#f4f4f4;height:100%;min-width:40rem}._PanelLayout_1ionf_1::-webkit-scrollbar{width:4px;height:6px;background:transparent}._PanelLayout_1ionf_1::-webkit-scrollbar-track{border-radius:.5rem}._PanelLayout_1ionf_1::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#964fa2}._PanelLayout_1ionf_1 ._Header_1ionf_27{background-color:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;min-height:4.8rem}._PanelLayout_1ionf_1 ._Header_1ionf_27 ._Main_1ionf_35{display:flex;align-items:center}._PanelLayout_1ionf_1 ._Header_1ionf_27 ._Actions_1ionf_39{padding:0 .8rem;display:flex;align-items:center}._PanelLayout_1ionf_1 ._Header_1ionf_27 ._Actions_1ionf_39 ._Action_1ionf_39{margin-left:.4rem}._PanelLayout_1ionf_1 ._Header_1ionf_27 ._Actions_1ionf_39 ._Action_1ionf_39._Active_1ionf_47 ._Icon_1ionf_47{color:#03ac9a}._PanelLayout_1ionf_1 ._Body_1ionf_50{flex:1;background-color:#f4f4f4;padding:0 .8rem;overflow-y:auto;overflow-x:auto;box-shadow:inset 0 0 10px #0000001a;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:0}._PanelLayout_1ionf_1 ._Body_1ionf_50::-webkit-scrollbar{width:4px;height:6px;background:transparent}._PanelLayout_1ionf_1 ._Body_1ionf_50::-webkit-scrollbar-track{border-radius:.5rem}._PanelLayout_1ionf_1 ._Body_1ionf_50::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#964fa2}@media not all and (min-resolution: .001dpcm){@supports (-webkit-appearance: none){._PanelLayout_1ionf_1 ._Body_1ionf_50{height:auto}}}._SpectrumValidationErrors_na71q_1{display:flex;justify-content:center;align-items:center;width:100%;height:100%;min-width:300px}._SpectrumValidationErrors_na71q_1 ._Title_na71q_9{font-size:1.8rem;padding:.8rem}._Row_na71q_14{display:flex;align-items:center;padding:.8rem 0}._Row_na71q_14 span{padding-left:.8rem}._MutedText_1lhzb_1{font-size:1.2rem;color:#0000008a}._BlockWrapper_9htw2_1{position:relative;background-color:#fff;border-radius:4px;border:1px solid #e0e0e0;width:100%;overflow:hidden;padding:1.6rem}._Item_pzwkp_1{margin-bottom:1.2rem}._Item_pzwkp_1:last-child{margin-bottom:0}._Loader_pzwkp_8{display:flex;justify-content:center;align-items:center}._EmptyState_1vsao_1{display:flex;justify-content:center;align-items:center;width:100%;height:100%;flex:1}._EmptyState_1vsao_1 ._EmptyStateBlock_1vsao_9{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:40rem}._EmptyState_1vsao_1 ._EmptyStateBlock_1vsao_9 ._IconWrapper_1vsao_16{display:flex;justify-content:center;align-items:center;background:linear-gradient(60deg,#ff5722,#964fa2);border-radius:50%;height:16rem;width:16rem;margin-bottom:3rem}._EmptyState_1vsao_1 ._EmptyStateBlock_1vsao_9 ._IconWrapper_1vsao_16 ._Icon_1vsao_16{font-size:12rem;color:#fff}._EmptyState_1vsao_1 ._EmptyStateBlock_1vsao_9 ._Title_1vsao_30{font-size:2.4rem;font-weight:700;width:100%;text-align:center;margin-bottom:1.6rem}._EmptyState_1vsao_1 ._EmptyStateBlock_1vsao_9 ._SubTitle_1vsao_37{text-align:center;margin-bottom:1.6rem;color:#00000080;line-height:1.4}._AuditHistory_qj23t_1{display:flex;flex-direction:column;position:relative;width:100%;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px}._AuditHistory_qj23t_1 ._ChangeDetails_qj23t_10{display:flex;justify-content:space-between;align-items:center;padding:1.2rem .8rem}._AuditHistory_qj23t_1 ._ChangeDetails_qj23t_10 ._Details_qj23t_16{display:flex;align-items:center;font-size:1.4rem}._AuditHistory_qj23t_1 ._ChangeDetails_qj23t_10 ._Details_qj23t_16:last-child{margin-bottom:0}._AuditHistory_qj23t_1 ._ChangeDetails_qj23t_10 ._Details_qj23t_16 ._Label_qj23t_24{color:#0009}._AuditHistory_qj23t_1 ._ChangeDetails_qj23t_10 ._Details_qj23t_16 ._Value_qj23t_27{flex:1;padding-left:.8rem}._AuditHistory_qj23t_1 ._Changes_qj23t_31{border-top:1px solid #cccccc;min-height:fit-content}._AuditHistory_qj23t_1 ._Changes_qj23t_31 ._Diff_qj23t_35{display:flex;border-bottom:1px solid #cccccc;cursor:pointer!important}._AuditHistory_qj23t_1 ._Changes_qj23t_31 ._Diff_qj23t_35:last-child{border-bottom:0}._AuditHistory_qj23t_1 ._Changes_qj23t_31 ._Diff_qj23t_35 ._PropertyName_qj23t_43{color:#0009;font-size:1.4rem;width:14rem;padding:.8rem;border-right:1px solid #cccccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._Header_qj23t_54{padding:.8rem}._DiffDialog_qj23t_58{display:flex;width:80rem}._Block_qj23t_63{flex:1;padding:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._Block_qj23t_63._Before_qj23t_70{background:#fdeeef;border-right:1px solid #cccccc}._Block_qj23t_63._After_qj23t_74{background:#eefff5}._QueryBuilder_1ys4c_1{display:flex;justify-content:center;align-items:center;width:100%;height:100%}._QueryBuilder_1ys4c_1 ._Header_1ys4c_8{display:flex;flex-direction:column;padding:.8rem}._QueryBuilder_1ys4c_1 ._Header_1ys4c_8 ._Title_1ys4c_13{font-size:1.8rem;margin-bottom:.4rem}._QueryBuilder_1ys4c_1 ._Header_1ys4c_8 ._Title_1ys4c_13:only-child{margin-bottom:0}._QueryBuilder_1ys4c_1 ._Header_1ys4c_8 ._SubTitle_1ys4c_20{font-size:1.1rem}._QueryBuilder_1ys4c_1._Fullscreen_1ys4c_23{position:fixed;top:0;left:0;background-color:#fff;z-index:200;width:100%;height:100%}._QueryBuilder_1ys4c_1 ._JsonEditor_1ys4c_32{width:100%;height:100%}._QueryBuilder_1ys4c_1 ._Form_1ys4c_36{flex:1;padding:1.2rem}._QueryBuilder_1ys4c_1 ._Form_1ys4c_36._CODE_1ys4c_40{width:100%}._Alert_1k90m_1{display:flex;align-items:center;justify-content:center;min-height:4rem;border-radius:4px;padding:.8rem}._Alert_1k90m_1 ._Icon_1k90m_9{margin-right:.8rem;font-size:1.8rem}._Alert_1k90m_1 ._Message_1k90m_13{max-width:70%;text-align:center}._Alert_1k90m_1._small_1k90m_17{font-size:1.4rem;min-height:2.8rem}._Alert_1k90m_1._warn_1k90m_21{background-color:#fff3cd;color:#0009}._Alert_1k90m_1._error_1k90m_25{background-color:#fcdddc;color:#e74c3c}._Selector_t6mjb_1{position:relative;display:flex;width:100%}._Selector_t6mjb_1 ._AddBtn_t6mjb_6{display:flex;justify-content:center;align-items:flex-end}._ImageDropzone_y8fef_1{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;min-height:15rem;border-radius:4px;overflow:hidden;cursor:pointer;border:1px solid #e0e0e0}._ImageDropzone_y8fef_1 ._Placeholder_y8fef_14{width:100%;height:100%;min-height:15rem;padding:3rem;flex:1;text-align:center;display:flex;justify-content:center;align-items:center;color:#0009;background-size:100% auto;background-repeat:no-repeat;background-position:center center}._ImageDropzone_y8fef_1 ._Actions_y8fef_29{position:absolute;top:0;right:0;opacity:0;transition:all .25s;background-color:#0000004d;height:100%;width:100%;display:flex;justify-content:flex-end;align-items:flex-start}._ImageDropzone_y8fef_1 ._Actions_y8fef_29 ._Icon_y8fef_42{color:#fff}._ImageDropzone_y8fef_1:hover ._Actions_y8fef_29{opacity:1}._ViewSegmentClasses_15y8d_1{width:70rem!important}._ViewSegmentClasses_15y8d_1 ._Body_15y8d_4{display:flex;width:100%;flex-wrap:wrap}._ViewSegmentClasses_15y8d_1 ._Body_15y8d_4>*{margin-bottom:.8rem;margin-right:.8rem}._MarkdownViewer_lm3bq_1{display:flex}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4{width:100%}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 h1,._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 h2,._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 h3,._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 h4{color:#111;font-weight:400}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 h1,._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 h2,._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 h3,._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 h4,._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 h5,._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 p{margin-bottom:1.2rem;padding:0}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 p{margin-top:0;margin-bottom:.8rem}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 pre{margin:0}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 h1{font-size:3.2rem}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 h2{font-size:2.4rem;font-weight:400}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 h3{font-size:1.8rem;font-weight:500}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 h4{font-size:1.6rem;font-weight:500}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 h5{font-size:1.4rem}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 a{color:#09f;margin:0;padding:0;vertical-align:baseline}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 ul,._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 ol{margin:0;padding-left:2.4rem}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 li{line-height:2.4rem}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 li ul{margin-left:2.4rem}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 p,._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 ul,._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 ol{font-size:1.2rem;line-height:2.4rem}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 code{font-family:Consolas,Monaco,Andale Mono,monospace;line-height:1.5;font-size:1.2rem}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 aside{display:block;float:right}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 blockquote{margin:1em 2em}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 blockquote p{color:#666}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 hr{text-align:left;margin:0 auto 0 0;color:#999}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 table{border-collapse:collapse;margin-bottom:1.2rem;border:1px solid #ccc;font-size:1.2rem}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 table thead{background-color:#eee}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 table thead td{color:#666}._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 table td,._MarkdownViewer_lm3bq_1 ._Wrapper_lm3bq_4 table th{padding:.5em 1em;border:1px solid #ccc}._CompileSignal_13hwk_1{min-width:40vw;min-height:40vh}._CompileSignal_13hwk_1 ._CompileSignalBody_13hwk_5{position:relative;padding:0!important}._CompileSignal_13hwk_1 ._CompileSignalBody_13hwk_5 ._CopyWrapper_13hwk_9{position:absolute;right:1.2rem;top:1.2rem}._CompileSignal_13hwk_1 ._CompileSignalBody_13hwk_5 ._CopyWrapper_13hwk_9 ._Icon_13hwk_14{color:#fff}._SignalDimensionAggregation_60suz_1{min-height:80vh}._SignalDimensionAggregation_60suz_1 ._Filters_60suz_4{margin-bottom:1.2rem}._SignalDimensionAggregation_60suz_1 ._Chart_60suz_7{height:70vh;width:100%;padding-top:1.2rem}._Table_94i5k_1._Responsive_94i5k_1{table-layout:fixed}._Pagination_94i5k_5 ._MuiTablePagination-spacer_94i5k_5{display:none}._Selected_94i5k_9{background-color:#f4f4f4}._Chip_94i5k_13{margin-right:.4rem}._Chip_94i5k_13:last-child{margin-right:0}._ColumnValue_94i5k_20{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._SignalMeasure_bzauv_1{min-height:80vh}._SignalMeasure_bzauv_1 ._Filters_bzauv_4{margin-bottom:1.2rem}._SignalMeasure_bzauv_1 ._Chart_bzauv_7{padding:1.2rem;height:70vh;width:100%}._TestSource_ufp1v_1{min-width:40vw;min-height:60vh}._TestSource_ufp1v_1 ._Body_ufp1v_5{padding:0!important}._SourceDiscovery_1v9qd_1{min-width:40vw;min-height:60vh}._SourceDiscovery_1v9qd_1 ._Body_1v9qd_5{padding:0!important}._AnalysisTypeSchemaCreator_12db4_1{display:flex;flex-direction:column}._AnalysisTypeSchemaCreator_12db4_1 ._Header_12db4_5{margin-bottom:1.6rem}._AnalysisTypeSchemaCreator_12db4_1 ._Property_12db4_8{position:relative;display:flex;flex-direction:column;background-color:#fff;margin-bottom:1.6rem;padding:1.6rem;border-radius:4px;border:1px solid #e0e0e0}._AnalysisTypeSchemaCreator_12db4_1 ._Property_12db4_8 ._Actions_12db4_18{position:absolute;top:0;right:0;z-index:90;display:flex}._AnalysisTypeSchemaCreator_12db4_1 ._Property_12db4_8 ._PropertyDescriptor_12db4_25{display:flex;margin-bottom:1.2rem}._AnalysisTypeSchemaCreator_12db4_1 ._AddBottom_12db4_29{display:flex;justify-content:center;align-items:center}._CronExpGenerator_breho_1{width:100%;height:100%}._CronExpGenerator_breho_1._Error_breho_5 span{color:#e74c3c!important}._CronExpGenerator_breho_1._Error_breho_5 button span{color:#fff!important}._CronExpGenerator_breho_1 ._Value_breho_11{font-size:1.1rem;color:#0000008a}._CronExpGenerator_breho_1 ._ErrorMessage_breho_15{font-size:1.1rem;color:#e74c3c}._StatusItem_1aezv_1{display:flex;position:relative;width:100%;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 3px 6px #0000001a;overflow:hidden}._StatusItem_1aezv_1 ._Main_1aezv_11{display:flex;flex-direction:column;width:100%;flex:1}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17{display:flex;width:100%;height:100%}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._SelectedIndicator_1aezv_22{position:absolute;top:0;right:0;z-index:100}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._Body_1aezv_17{flex:3;padding:1.6rem;display:flex;flex-direction:column;width:100%}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._Body_1aezv_17 ._Row_1aezv_35{display:flex;align-items:center;flex:1;padding:.6rem 0;border-bottom:1px solid #ddd}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._Body_1aezv_17 ._Row_1aezv_35:last-child,._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._Body_1aezv_17 ._Row_1aezv_35:only-child{margin-bottom:0;border-bottom:0}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._Body_1aezv_17 ._Row_1aezv_35 ._InfoLine_1aezv_46{margin-right:.8rem;width:100%}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._Body_1aezv_17 ._Row_1aezv_35 ._InfoLine_1aezv_46:last-child,._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._Body_1aezv_17 ._Row_1aezv_35 ._InfoLine_1aezv_46:only-child{margin-right:0}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._Body_1aezv_17 ._InfoLine_1aezv_46{display:flex;align-items:center;margin-bottom:.4rem;font-size:1.2rem;min-height:1.6rem}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._Body_1aezv_17 ._InfoLine_1aezv_46._Break_1aezv_60{align-items:unset;justify-content:center;flex-direction:column}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._Body_1aezv_17 ._InfoLine_1aezv_46._Break_1aezv_60 ._Label_1aezv_65{margin-bottom:.4rem}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._Body_1aezv_17 ._InfoLine_1aezv_46._Break_1aezv_60 ._Value_1aezv_68{padding:0}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._Body_1aezv_17 ._InfoLine_1aezv_46:last-child{margin-bottom:0}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._Body_1aezv_17 ._InfoLine_1aezv_46 ._Label_1aezv_65{width:30%;color:#0009}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._Body_1aezv_17 ._InfoLine_1aezv_46 ._Value_1aezv_68{flex:1;padding-left:.8rem;font-size:1.4rem}._StatusItem_1aezv_1 ._Main_1aezv_11 ._BodyWrapper_1aezv_17 ._ImagePreview_1aezv_83{display:flex;justify-content:center;align-items:center;flex:1;background-color:#0009;background-size:100% auto;background-position:center;background-repeat:no-repeat;cursor:pointer}._StatusItem_1aezv_1 ._Main_1aezv_11 ._StatusLine_1aezv_94{display:flex;width:1.6rem}._StatusItem_1aezv_1 ._Bottom_1aezv_98{display:flex;justify-content:space-between;align-items:center;width:100%;height:4.8rem;background-color:#eee;padding:2rem 1.2rem;border-top:1px solid #e0e0e0}._ActionPopover_9zlro_1{display:flex;flex-direction:column;padding:.4rem;background-color:#f4f4f4}._ActionPopover_9zlro_1 ._Action_9zlro_1{display:flex;align-items:center;color:#000000bf;border-bottom:1px solid #e0e0e0;padding:.8rem;cursor:pointer;transition:all .25s}._ActionPopover_9zlro_1 ._Action_9zlro_1:last-child{border-bottom:0}._ActionPopover_9zlro_1 ._Action_9zlro_1:hover{background-color:#fff;color:#964fa2}._ActionPopover_9zlro_1 ._Action_9zlro_1 ._IconWrapper_9zlro_23{display:flex;justify-content:center;align-items:center;margin-right:.8rem}._ActionPopover_9zlro_1 ._Action_9zlro_1 ._IconWrapper_9zlro_23 ._Icon_9zlro_23{font-size:2rem}._ActionPopover_9zlro_1 ._Action_9zlro_1 ._Label_9zlro_32{flex:1;font-size:1.4rem;color:#000}._ActionsList_13o0e_1>*{margin-bottom:1.6rem}._Actions_13o0e_1{margin-bottom:1.6rem}._SuggestionsTitle_13o0e_9{margin-bottom:.8rem}._Suggestions_13o0e_9{display:flex;flex-direction:column}._Suggestions_13o0e_9>*{margin-bottom:1.6rem}._CollapsingArea_113ws_1{display:flex;flex-direction:column;width:100%;height:100%;transition:.25s all}._CollapsingArea_113ws_1 ._ChildrenWrapper_113ws_8{height:0;overflow:hidden;margin-top:2rem}._CollapsingArea_113ws_1 ._ChildrenWrapper_113ws_8._Open_113ws_13{height:auto}._RunParametersDefaultBtns_18hiw_1{margin-bottom:.8rem}._RunParametersDefaultBtns_18hiw_1>*{margin-right:.8rem}._RunParametersDefaultBtns_18hiw_1 ._Btn_18hiw_7{cursor:pointer;color:#964fa2}._RunParametersDefaultBtns_18hiw_1 ._Separator_18hiw_11{color:#964fa2}._Actions_d9ait_1{display:flex;margin-bottom:1.6rem}._Actions_d9ait_1>*{margin-right:.8rem!important}._AnalysisResults_d9ait_9{display:flex;flex-direction:column;flex:1}._AnalysisResults_d9ait_9 ._EmptyStateWrapper_d9ait_14{width:100%;height:100%;display:flex;justify-content:center;align-items:center}._AnalysisResults_d9ait_9>*{margin-bottom:1.6rem}._Chip_2wvp0_1{border-radius:4px!important;cursor:pointer}._Error_2wvp0_6{display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:red;background-color:#f4f4f4;height:100%;width:100%}._ReferenceLink_2wvp0_17{font-size:1.2rem}._ParametersPopover_2wvp0_21{margin-top:.8rem}._ParametersPopover_2wvp0_21 ._Loading_2wvp0_24{background-color:#fff}._ParametersPopover_2wvp0_21 ._Parameters_2wvp0_21{border-radius:4px}._ReferenceLink_5vhtg_1{cursor:pointer;color:#964fa2;padding:.2rem .4rem;border-radius:4px;transition:.25s all;border:1px solid rgba(150,79,162,.3)}._ReferenceLink_5vhtg_1:hover{text-decoration:underline;background:#964fa21a}._Chip_fmc2e_1{border-radius:4px!important}._AttachmentsPopover_fmc2e_5{margin-top:.8rem}._AttachmentsPopover_fmc2e_5 ._Attachments_fmc2e_5{display:flex;flex-direction:column;max-height:20rem;overflow-y:auto}._AttachmentsPopover_fmc2e_5 ._Attachments_fmc2e_5::-webkit-scrollbar{width:4px;height:6px;background:transparent}._AttachmentsPopover_fmc2e_5 ._Attachments_fmc2e_5::-webkit-scrollbar-track{border-radius:.5rem}._AttachmentsPopover_fmc2e_5 ._Attachments_fmc2e_5::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#964fa2}._AttachmentsPopover_fmc2e_5 ._Attachments_fmc2e_5 ._Attachment_fmc2e_5{display:flex;align-items:center;border-bottom:1px solid #e0e0e0;transition:all .25s;padding:0 .8rem}._AttachmentsPopover_fmc2e_5 ._Attachments_fmc2e_5 ._Attachment_fmc2e_5:hover{background-color:#f4f4f4}._AttachmentsPopover_fmc2e_5 ._Attachments_fmc2e_5 ._Attachment_fmc2e_5:last-child{border-bottom:0}._AttachmentsPopover_fmc2e_5 ._Attachments_fmc2e_5 ._Attachment_fmc2e_5 ._Content_fmc2e_42{flex:1;max-width:28rem;min-width:20rem;margin-bottom:.4rem;padding:.8rem}._AttachmentsPopover_fmc2e_5 ._Attachments_fmc2e_5 ._Attachment_fmc2e_5 ._Content_fmc2e_42 ._FileName_fmc2e_49{font-size:1.5rem;font-weight:500;margin-bottom:.4rem}._AttachmentsPopover_fmc2e_5 ._Attachments_fmc2e_5 ._Attachment_fmc2e_5 ._Content_fmc2e_42 ._Details_fmc2e_54{color:#0009;font-size:1.3rem;margin-bottom:.4rem}._AttachmentsPopover_fmc2e_5 ._Attachments_fmc2e_5 ._Attachment_fmc2e_5 ._Content_fmc2e_42 ._Notes_fmc2e_59{color:#0009;font-size:1.3rem}._AttachmentsPopover_fmc2e_5 ._Attachments_fmc2e_5 ._Attachment_fmc2e_5 ._Content_fmc2e_42:last-child{margin-bottom:0}._StatusChip_5ssx7_1{display:inline-block;border-radius:4px;padding:.2rem .4rem;font-size:1.2rem;text-transform:capitalize;color:#fff}._OpportunityList_payv6_1{display:flex;flex-direction:column}._OpportunityList_payv6_1 ._Item_payv6_5{margin-bottom:1.2rem}._Fullscreen_dsz92_1{position:fixed;top:0;left:0;background-color:#fff;z-index:200;width:100%}._ResultWrapper_dsz92_10{width:100%;height:100%}._PanelLayoutBody_dsz92_15{padding-right:0!important;padding-top:2rem!important}._Info_dsz92_20{display:flex;align-items:center;height:4rem;flex:1;padding:.8rem}._Info_dsz92_20 ._Status_dsz92_27{padding:.4rem .8rem;border-radius:4px;font-size:1.4rem;color:#fff}._Info_dsz92_20 ._Divider_dsz92_33{margin:0 .8rem}._Info_dsz92_20 ._RunParam_dsz92_36{margin-right:.4rem}._Info_dsz92_20 ._NoParameters_dsz92_39{font-size:1.4rem;color:#0009;font-style:italic}._FilterDismissed_5xjlt_1{display:flex;width:100%;align-items:center;justify-content:flex-end}._RemotePhenomenasActions_5xjlt_8{display:flex;align-items:center;justify-content:flex-end}._RemotePhenomenasActions_5xjlt_8 ._StatusButton_5xjlt_13{opacity:1!important}._RemotePhenomenasActions_5xjlt_8 ._Green_5xjlt_16 ._Icon_5xjlt_16,._RemotePhenomenasActions_5xjlt_8 ._Red_5xjlt_17 ._Icon_5xjlt_16{color:#fff}._RemotePhenomenasActions_5xjlt_8 ._Green_5xjlt_16{background-color:#07bc0c!important}._RemotePhenomenasActions_5xjlt_8 ._Red_5xjlt_17{background-color:#e74c3c!important}._RemotePhenomenasActions_5xjlt_8>*{margin-right:.8rem}._RemotePhenomenasActions_5xjlt_8>*:last-child,._RemotePhenomenasActions_5xjlt_8>*:only-child{margin-right:0}._PhenomenaDocumentPreview_2o42y_1{width:60vw;display:flex;flex-direction:column;height:100%}._PhenomenaDocumentPreview_2o42y_1 ._Head_2o42y_7{min-height:6rem}._PhenomenaDocumentPreview_2o42y_1 ._Body_2o42y_10{flex:1;height:calc(100% - 6rem)}._PhenomenaDocumentPreview_2o42y_1 ._Actions_2o42y_14{display:flex;align-items:center;height:100%}._PhenomenaDocumentPreview_2o42y_1 ._Actions_2o42y_14 ._StatusButton_2o42y_19{opacity:1!important}._PhenomenaDocumentPreview_2o42y_1 ._Actions_2o42y_14 ._Green_2o42y_22 ._Icon_2o42y_22,._PhenomenaDocumentPreview_2o42y_1 ._Actions_2o42y_14 ._Red_2o42y_23 ._Icon_2o42y_22{color:#fff}._PhenomenaDocumentPreview_2o42y_1 ._Actions_2o42y_14 ._Green_2o42y_22{background-color:#07bc0c}._PhenomenaDocumentPreview_2o42y_1 ._Actions_2o42y_14 ._Red_2o42y_23{background-color:#e74c3c}._PhenomenaDocumentPreview_2o42y_1 ._Actions_2o42y_14>*{margin-right:.8rem}._PhenomenaDocumentPreview_2o42y_1 ._Actions_2o42y_14>*:last-child,._PhenomenaDocumentPreview_2o42y_1 ._Actions_2o42y_14>*:only-child{margin-right:0}._RejectPhenomenaModal_wyqtf_1{position:relative;padding:2rem;width:45rem;height:auto}._RejectPhenomenaModal_wyqtf_1 ._Title_wyqtf_7{margin-bottom:1.6rem}._RejectPhenomenaModal_wyqtf_1 ._ClearButton_wyqtf_10{margin-top:2rem}._RejectPhenomenaModal_wyqtf_1 ._RuleData_wyqtf_13{white-space:pre;font-size:1.2rem;font-family:Monaco,monospace;padding:.8rem;background-color:#f4f4f4;border:1px solid #e0e0e0;border-radius:8px}._DismissOpportunitiesPanel_1kcmr_1{width:45rem;height:auto;padding:2rem}._ProductEntities_110ze_1{display:flex;flex-direction:column}._ProductEntities_110ze_1 ._Row_110ze_5{display:flex;align-items:center;height:3.2rem}._ProductEntities_110ze_1 ._Row_110ze_5 ._Checkbox_110ze_10{margin-bottom:0;width:12rem}._ProductEntities_110ze_1 ._Row_110ze_5 ._Label_110ze_14{font-size:1.2rem}._ProductEntities_110ze_1 ._Row_110ze_5 ._Input_110ze_17{width:10rem}._ProductEntities_110ze_1 ._Row_110ze_5>*{margin-right:.8rem}._MultiImagesDropzone_j7162_1{display:flex}._ImageWrapper_j7162_5{position:relative;overflow:hidden}._ImageWrapper_j7162_5:hover ._CaptionInput_j7162_9{transform:translateY(0);opacity:1}._Dropzone_j7162_14{border:1px solid #e0e0e0}._CaptionInput_j7162_9{position:absolute!important;padding:.4rem!important;margin:.4rem!important;left:0;bottom:0;background-color:#fffc;transition:all .25s;width:calc(100% - .8rem);transform:translateY(100%);opacity:0}._CaptionInput_j7162_9:hover{background-color:#fff}._Label_j7162_34{display:block;font-size:1.2rem!important;margin-bottom:.8rem}._CategoriesList_1bdjc_1{display:flex;flex-direction:column;width:100%;margin-top:1.6rem}._CategoriesList_1bdjc_1 ._CategoryRow_1bdjc_7{flex:1;width:100%;display:flex;justify-content:space-between;align-items:center;padding:.8rem;border-bottom:1px solid #e0e0e0}._CategoriesList_1bdjc_1 ._CategoryRow_1bdjc_7 ._Name_1bdjc_16{flex:1}._CategoriesList_1bdjc_1 ._CategoryRow_1bdjc_7 ._Actions_1bdjc_19{display:flex;justify-content:center;align-items:center}._CategoriesList_1bdjc_1 ._CategoryRow_1bdjc_7 ._EditCategory_1bdjc_24{display:flex;flex:1}._CategoriesList_1bdjc_1 ._CategoryRow_1bdjc_7 ._EditCategory_1bdjc_24 ._Input_1bdjc_28{margin-right:.8rem;min-width:20rem}._CategoriesList_shd2u_1{display:flex;flex-direction:column;width:100%;margin-top:1.6rem}._CategoriesList_shd2u_1 ._CategoryRow_shd2u_7{flex:1;width:100%;display:flex;justify-content:space-between;align-items:center;padding:.8rem;border-bottom:1px solid #e0e0e0}._CategoriesList_shd2u_1 ._CategoryRow_shd2u_7 ._Name_shd2u_16{flex:1}._CategoriesList_shd2u_1 ._CategoryRow_shd2u_7 ._Actions_shd2u_19{display:flex;justify-content:center;align-items:center}._CategoriesList_shd2u_1 ._CategoryRow_shd2u_7 ._EditCategory_shd2u_24{display:flex;flex:1}._CategoriesList_shd2u_1 ._CategoryRow_shd2u_7 ._EditCategory_shd2u_24 ._Input_shd2u_28{flex:1;margin-right:.8rem;width:100%}._DebugAnalysisResultPanel_9dwkq_1{position:relative;padding:2rem;width:45rem;height:auto}._DebugAnalysisResultPanel_9dwkq_1 ._Title_9dwkq_7{margin-bottom:1.6rem}._SectionLayout_13s3n_1{position:relative;display:flex;flex-direction:column;height:100%;flex:1;padding:1.6rem}._SectionLayout_13s3n_1._FixedWidth_13s3n_9{width:calc(100vw - 310px)}._Filters_jhzz9_1 ._Chip_jhzz9_1{margin-right:.8rem}._AdHocIndication_177ed_1{font-size:1.1rem;border:1px solid #f1c40f;border-radius:4px;background-color:#fff3cd;padding:.2rem .4rem;font-weight:500;height:2rem}._FullName_1rang_1{display:flex;align-items:center}._FullName_1rang_1 ._NameLabel_1rang_5{margin-left:.8rem}._Filters_1pcje_1{min-height:1.2rem}._Pagination_1pcje_5{min-height:5.2rem}._Phenomenas_1pcje_9{flex:1;display:flex;flex-direction:column;overflow-y:auto}._Phenomenas_1pcje_9::-webkit-scrollbar{width:4px;height:6px;background:transparent}._Phenomenas_1pcje_9::-webkit-scrollbar-track{border-radius:.5rem}._Phenomenas_1pcje_9::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#964fa2}._AnalysisResultPhenomenaList_310ge_1{position:relative;display:flex;flex-direction:column;transition:all .25s;margin-bottom:2rem}._AnalysisResultPhenomenaList_310ge_1._Collapsed_310ge_8 ._Body_310ge_8{max-height:0;overflow:hidden}._AnalysisResultPhenomenaList_310ge_1._Collapsed_310ge_8 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._CollapseWrapper_310ge_12 ._CollapseBtn_310ge_12{transform:rotate(0)}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12{display:flex;flex-direction:column;position:sticky;top:0;z-index:10}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12{display:flex;align-items:center;transition:all .25s;border-radius:8px;padding:.8rem;background-color:#f4f4f4;border:1px solid #dddddd;box-shadow:0 3px 6px #dadada4d}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._CollapseWrapper_310ge_12{display:flex;align-items:center;height:100%;margin-right:.8rem;padding-right:.8rem;border-right:1px solid #dddddd}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._CollapseWrapper_310ge_12 ._CollapseBtn_310ge_12{transform:rotate(180deg)}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._Product_310ge_43{margin-right:.8rem}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._MainHeader_310ge_46{width:50%;display:flex;flex-direction:column}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._MainHeader_310ge_46 ._Title_310ge_51{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.4rem;margin-bottom:.4rem}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._MainHeader_310ge_46 ._SubTitle_310ge_58{display:flex;align-items:center}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._MainHeader_310ge_46 ._SubTitle_310ge_58 ._AnalysisResultName_310ge_62{font-size:1.3rem;color:#aaa}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._MainHeader_310ge_46 ._SubTitle_310ge_58>*{margin-right:.8rem}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._MainHeader_310ge_46 ._SubTitle_310ge_58>*:only-child,._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._MainHeader_310ge_46 ._SubTitle_310ge_58>*:last-child{margin-right:0}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._Spacer_310ge_72{flex:1}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._Parameters_310ge_75{display:flex;align-items:center}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._Parameters_310ge_75>*{margin-right:.8rem}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._Parameters_310ge_75>*:last-child,._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._Parameters_310ge_75>*:only-child{margin-right:0}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Header_310ge_12 ._Parameters_310ge_75 ._ExposedParameters_310ge_85{word-break:break-all;white-space:nowrap;font-size:1.4rem}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Progress_310ge_90{position:relative;width:100%;border:1px solid #ddd;height:2.8rem;border-radius:8px;margin-top:.4rem;background-color:#fff;overflow:hidden;font-size:1.4rem;box-shadow:0 3px 6px #dadada4d}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Progress_310ge_90 ._Count_310ge_102{position:absolute;height:100%;left:.8rem;display:flex;align-items:center}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Progress_310ge_90 ._Bar_310ge_109{position:absolute;left:0;height:100%;border-right:1px solid rgba(0,0,0,.1)}._AnalysisResultPhenomenaList_310ge_1 ._HeaderWrapper_310ge_12 ._Progress_310ge_90 ._ApproveAnalysisResult_310ge_115{position:absolute;height:100%;right:.8rem;display:flex;align-items:center}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8{margin:1.2rem .8rem 0;padding-right:.8rem;transition:all .25s;max-height:40rem;overflow-y:auto}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8::-webkit-scrollbar{width:4px;height:6px;background:transparent}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8::-webkit-scrollbar-track{border-radius:.5rem}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#964fa2}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8::-webkit-scrollbar-thumb{background:#ccc}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147{display:flex;border-bottom:1px solid #e0e0e0;padding:.8rem 0;transition:all .25s}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147:hover,._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147._Selected_310ge_153{background-color:#f4f4f4}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147:last-child,._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147:only-child{border-bottom:0}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147 ._Main_310ge_46{display:flex;justify-content:center;flex-direction:column;flex:1}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147 ._Main_310ge_46 ._Type_310ge_165{font-size:1.3rem;color:#aaa;margin-bottom:.4rem}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147 ._Actions_310ge_170{display:flex;align-items:center}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147 ._Actions_310ge_170 ._StatusButton_310ge_174{opacity:1!important}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147 ._Actions_310ge_170 ._Green_310ge_177 ._Icon_310ge_177,._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147 ._Actions_310ge_170 ._Red_310ge_178 ._Icon_310ge_177{color:#fff}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147 ._Actions_310ge_170 ._Green_310ge_177{background-color:#07bc0c}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147 ._Actions_310ge_170 ._Red_310ge_178{background-color:#e74c3c}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147 ._Actions_310ge_170 ._Warning_310ge_187{border-color:#e74c3c}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147 ._Actions_310ge_170>*{margin-right:.8rem}._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147 ._Actions_310ge_170>*:last-child,._AnalysisResultPhenomenaList_310ge_1 ._Body_310ge_8 ._PhenomenaRow_310ge_147 ._Actions_310ge_170>*:only-child{margin-right:0}._AnalysisResultPhenomenaList_310ge_1 ._PhenomenasFilters_310ge_196{display:flex;margin-bottom:.8rem;align-items:center;height:2.8rem;padding:0 .4rem}._AnalysisResultPhenomenaList_310ge_1 ._PhenomenasFilters_310ge_196 ._Label_310ge_203{font-weight:500;margin-right:.4rem}._AnalysisResultPhenomenaList_310ge_1 ._PhenomenasFilters_310ge_196 ._FilterChip_310ge_207{display:flex;align-items:center;font-size:1.2rem;padding:.2rem .4rem;border-radius:4px;border:1px solid transparent;cursor:pointer;transition:all .25s;margin-right:.4rem}._AnalysisResultPhenomenaList_310ge_1 ._PhenomenasFilters_310ge_196 ._FilterChip_310ge_207:hover{background-color:#f4f4f4;border:1px solid #e0e0e0}._AnalysisResultPhenomenaList_310ge_1 ._PhenomenasFilters_310ge_196 ._FilterChip_310ge_207._Active_310ge_222{background-color:#eefff5;border-color:#03ac9a}._AnalysisResultPhenomenaList_310ge_1 ._PhenomenasFilters_310ge_196 ._FilterChip_310ge_207:only-child,._AnalysisResultPhenomenaList_310ge_1 ._PhenomenasFilters_310ge_196 ._FilterChip_310ge_207:last-child{margin-right:0}._AnalysisResultPhenomenaList_310ge_1 ._PhenomenasFilters_310ge_196 ._FilterChip_310ge_207 ._Count_310ge_102{margin-right:.4rem;font-weight:500}._Filters_1tl7g_1{min-height:1.2rem}._Pagination_1tl7g_5{min-height:5.2rem}._Phenomenas_1tl7g_9{flex:1;display:flex;flex-direction:column;overflow-y:auto}._Phenomenas_1tl7g_9::-webkit-scrollbar{width:4px;height:6px;background:transparent}._Phenomenas_1tl7g_9::-webkit-scrollbar-track{border-radius:.5rem}._Phenomenas_1tl7g_9::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#964fa2}._Link_1tl7g_31{cursor:pointer}._ProductStatus_wqd5v_1{padding-bottom:0}._ProductStatus_wqd5v_1 ._Header_wqd5v_4{margin-bottom:1.2rem}._ProductStatus_wqd5v_1 ._Body_wqd5v_7{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding-right:1.2rem;padding-bottom:4rem}._ProductStatus_wqd5v_1 ._Body_wqd5v_7::-webkit-scrollbar{width:4px;height:6px;background:transparent}._ProductStatus_wqd5v_1 ._Body_wqd5v_7::-webkit-scrollbar-track{border-radius:.5rem}._ProductStatus_wqd5v_1 ._Body_wqd5v_7::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#964fa2}._ProductStatus_wqd5v_1 ._Body_wqd5v_7 ._Row_wqd5v_30{display:flex;margin-bottom:2rem}._ProductStatus_wqd5v_1 ._Body_wqd5v_7 ._Row_wqd5v_30:last-child,._ProductStatus_wqd5v_1 ._Body_wqd5v_7 ._Row_wqd5v_30:only-child{margin-bottom:0}._ProductStatus_wqd5v_1 ._Body_wqd5v_7 ._Row_wqd5v_30 ._Block_wqd5v_37{flex:1}._ProductStatus_wqd5v_1 ._Body_wqd5v_7 ._Row_wqd5v_30 ._Block_wqd5v_37:last-child,._ProductStatus_wqd5v_1 ._Body_wqd5v_7 ._Row_wqd5v_30 ._Block_wqd5v_37:only-child{margin-right:0}._EmptyStateWrapper_wqd5v_44{display:flex;justify-content:center;align-items:center;width:100%;height:100%}._SignalStatus_r3ty9_1{display:flex;flex-direction:column}._SignalStatus_r3ty9_1 ._SignalStatusGroup_r3ty9_5{margin-bottom:.8rem}._SignalStatus_r3ty9_1 ._SignalStatusGroup_r3ty9_5:last-child,._SignalStatus_r3ty9_1 ._SignalStatusGroup_r3ty9_5:only-child{margin-bottom:0}._SignalStatus_r3ty9_1 ._SignalList_r3ty9_11{display:flex;flex-wrap:wrap}._SignalStatus_r3ty9_1 ._SignalList_r3ty9_11 ._SignalItem_r3ty9_15{margin-right:.8rem;margin-bottom:.4rem}._SignalStatus_r3ty9_1 ._SignalList_r3ty9_11 ._SignalItem_r3ty9_15:last-child,._SignalStatus_r3ty9_1 ._SignalList_r3ty9_11 ._SignalItem_r3ty9_15:only-child{margin-right:0}._StatusButton_1waf2_1{display:flex;align-items:center;justify-content:center;background-color:#aaa;padding:.4rem .8rem;border-radius:4px;color:#fff}._StatusButton_1waf2_1._Valid_1waf2_10{background-color:#07bc0c}._StatusButton_1waf2_1._Warning_1waf2_13{background-color:#f1c40f}._StatusButton_1waf2_1._Error_1waf2_16{background-color:#e74c3c}._StatusButton_1waf2_1._Pointer_1waf2_19{cursor:pointer}._MetricStatus_wfxt6_1{display:flex;flex-direction:column}._MetricStatus_wfxt6_1 ._MetricList_wfxt6_5{display:flex;align-items:center;margin-bottom:.4rem;min-height:3.2rem;flex-wrap:wrap}._MetricStatus_wfxt6_1 ._MetricList_wfxt6_5 ._Label_wfxt6_12{margin-right:2rem;margin-bottom:.4rem;width:100%}._MetricStatus_wfxt6_1 ._MetricList_wfxt6_5 ._MetricItem_wfxt6_17{margin-right:.8rem;margin-bottom:.4rem}._MetricStatus_wfxt6_1 ._MetricList_wfxt6_5 ._MetricItem_wfxt6_17:last-child,._MetricStatus_wfxt6_1 ._MetricList_wfxt6_5 ._MetricItem_wfxt6_17:only-child{margin-right:0}._ModelsStatus_uwdqm_1{display:flex;flex-direction:column}._ModelsStatus_uwdqm_1 ._ModelBlock_uwdqm_5{display:flex;align-items:flex-start;margin-bottom:1.2rem}._ModelsStatus_uwdqm_1 ._ModelBlock_uwdqm_5:last-child,._ModelsStatus_uwdqm_1 ._ModelBlock_uwdqm_5:only-child{margin-bottom:0}._ModelsStatus_uwdqm_1 ._ModelBlock_uwdqm_5 ._Label_uwdqm_13{margin-right:1.2rem;width:14rem;justify-content:left}._ModelsStatus_uwdqm_1 ._ModelBlock_uwdqm_5 ._Label_uwdqm_13 ._Count_uwdqm_18{margin-right:.4rem;font-weight:500}._ModelsStatus_uwdqm_1 ._ModelBlock_uwdqm_5 ._Counters_uwdqm_22{display:flex;flex-wrap:wrap;flex:1}._ModelsStatus_uwdqm_1 ._ModelBlock_uwdqm_5 ._Counters_uwdqm_22 ._Counter_uwdqm_22{margin-right:1.2rem}._ModelCounter_uwdqm_31{display:flex;font-size:1.4rem;width:auto!important}._ModelCounter_uwdqm_31 ._Value_uwdqm_36{font-weight:500}._ModelCounter_uwdqm_31 ._Total_uwdqm_39{color:#aaa}._ModelCounter_uwdqm_31 ._Separator_uwdqm_42{color:#aaa;margin:0 .3rem}._CounterStatus_1qc1k_1{display:flex;flex-direction:column}._CounterStatus_1qc1k_1._HasSubText_1qc1k_5 ._Count_1qc1k_1{margin-bottom:.4rem}._CounterStatus_1qc1k_1 ._Count_1qc1k_1{font-size:2.4rem}._CounterStatus_1qc1k_1 ._SubText_1qc1k_11{font-size:1.3rem}._AnalysisStatus_rdyfp_1{display:flex;flex-wrap:wrap}._AnalysisStatus_rdyfp_1 ._AnalysisRow_rdyfp_5{display:flex;align-items:center;margin-top:.4rem;padding-top:.4rem;margin-bottom:.4rem;padding-bottom:.4rem;width:25%}._AnalysisStatus_rdyfp_1 ._AnalysisRow_rdyfp_5 ._Status_rdyfp_14{margin-right:.8rem}._AnalysisStatus_rdyfp_1 ._AnalysisRow_rdyfp_5 ._TitleWrapper_rdyfp_17{display:flex;flex-direction:column;cursor:pointer}._AnalysisStatus_rdyfp_1 ._AnalysisRow_rdyfp_5 ._TitleWrapper_rdyfp_17._Clickable_rdyfp_22{cursor:pointer}._AnalysisStatus_rdyfp_1 ._AnalysisRow_rdyfp_5 ._TitleWrapper_rdyfp_17 ._Title_rdyfp_17{font-size:1.4rem;margin-bottom:.2rem}._AnalysisStatus_rdyfp_1 ._AnalysisRow_rdyfp_5 ._TitleWrapper_rdyfp_17 ._SubText_rdyfp_29{font-size:1.2rem;color:#898ea8}._StatusTooltip_ipm2j_1{display:flex;align-items:center;justify-content:center;border-radius:50%;width:2.4rem;height:2.4rem;min-width:2.4rem;min-height:2.4rem}._StatusTooltip_ipm2j_1 ._Icon_ipm2j_11{font-size:2rem;color:#fff}._StatusBlock_10eh5_1{display:flex;flex-direction:column;margin-right:1.2rem;background-color:#f4f4f4;border:1px solid #dddddd;border-radius:4px;padding:.8rem;box-shadow:0 3px 6px #dadada4d}._StatusBlock_10eh5_1._Error_10eh5_11{background-color:#fcdddc;border-color:#e74c3c}._StatusBlock_10eh5_1._Error_10eh5_11 ._BlockHeader_10eh5_15{border-color:#e74c3c80}._StatusBlock_10eh5_1 ._BlockHeader_10eh5_15{display:flex;align-items:center;border-bottom:1px solid #dddddd;padding-bottom:.8rem;margin-bottom:.8rem}._StatusBlock_10eh5_1 ._BlockHeader_10eh5_15 ._BlockHeaderIcon_10eh5_25{margin-right:.8rem}._StatusBlock_10eh5_1 ._BlockHeader_10eh5_15 ._BlockHeaderTitle_10eh5_28{flex:1;display:flex;align-items:center}._StatusBlock_10eh5_1 ._BlockHeader_10eh5_15 ._BlockHeaderTitle_10eh5_28 ._Title_10eh5_33{flex:1}._Icon_ztjpq_1{width:10rem;height:6rem;background-size:100% auto;background-repeat:no-repeat;background-position:center;border-radius:4px;border:1px solid #e0e0e0;background-color:#fff}._TableDefinitionPreview_r44id_1{display:flex;flex-direction:column;width:60rem}._TableDefinitionPreview_r44id_1 ._Row_r44id_6{display:flex}._TableDefinitionPreview_r44id_1 ._Row_r44id_6 ._Input_r44id_9{flex:1;padding:.8rem}._PanelLayout_r44id_14{max-height:30rem}._Title_r44id_18{font-size:1.8rem;padding:.8rem}._ProductLogo_1syc5_1{width:10rem;height:6rem;background-size:100% auto;background-repeat:no-repeat;background-position:center;border-radius:4px;border:1px solid #e0e0e0;background-color:#fff}._TeamName_1e5d1_1{display:flex;align-items:center;gap:.8rem;font-size:1.6rem}._TeamName_1e5d1_1 ._TeamColor_1e5d1_7{width:2rem;height:2rem;border-radius:4px}._Body_1bqen_1{display:flex;flex:1;height:calc(100% - 6.4rem);max-width:100%}._Body_1bqen_1 ._Selector_1bqen_7{position:relative;width:50rem}._Body_1bqen_1 ._Selector_1bqen_7 ._Item_1bqen_11{position:relative;margin-bottom:1.2rem}._Body_1bqen_1 ._Selector_1bqen_7 ._Tab_1bqen_15{padding:0!important}._Body_1bqen_1 ._Selector_1bqen_7 ._Tab_1bqen_15 ._Actions_1bqen_18{display:flex;padding:1.6rem 0}._Body_1bqen_1 ._Selector_1bqen_7 ._Tab_1bqen_15 ._Actions_1bqen_18>*{margin-right:.8rem!important}._Body_1bqen_1 ._Placeholder_1bqen_25{display:flex;justify-content:center;align-items:center;flex:6}._Body_1bqen_1 ._ResultColumn_1bqen_31{flex:1;margin-right:1.6rem;display:flex;transition:.25s all;max-width:calc(50% - 25rem)!important;overflow:hidden}._Body_1bqen_1 ._ResultColumn_1bqen_31._Double_1bqen_39{max-width:calc(100% - 50rem)!important}._Body_1bqen_1 ._SuggestedOpportunity_1bqen_42{margin-bottom:1.2rem}._Header_1bqen_46{background-color:#fff;margin-bottom:.8rem}._UnauthorizedWrapper_xazr5_1{height:100%;width:100%;flex:1;display:flex;justify-content:center;align-items:center}
