@foodpilot/foods 2.2.1 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.umd.cjs CHANGED
@@ -359,7 +359,7 @@ To suppress this warning, you need to explicitly provide the \`palette.${t}Chann
359
359
  ${e.palette.mode==="light"?no($e(e.palette.divider,1),.88):So($e(e.palette.divider,1),.68)}`,textAlign:"left",padding:16,variants:[{props:{variant:"head"},style:{color:(e.vars||e).palette.text.primary,lineHeight:e.typography.pxToRem(24),fontWeight:e.typography.fontWeightMedium}},{props:{variant:"body"},style:{color:(e.vars||e).palette.text.primary}},{props:{variant:"footer"},style:{color:(e.vars||e).palette.text.secondary,lineHeight:e.typography.pxToRem(21),fontSize:e.typography.pxToRem(12)}},{props:{size:"small"},style:{padding:"6px 16px",[`&.${hre.paddingCheckbox}`]:{width:24,padding:"0 12px 0 16px","& > *":{padding:0}}}},{props:{padding:"checkbox"},style:{width:48,padding:"0 0 0 4px"}},{props:{padding:"none"},style:{padding:0}},{props:{align:"left"},style:{textAlign:"left"}},{props:{align:"center"},style:{textAlign:"center"}},{props:{align:"right"},style:{textAlign:"right",flexDirection:"row-reverse"}},{props:{align:"justify"},style:{textAlign:"justify"}},{props:({ownerState:t})=>t.stickyHeader,style:{position:"sticky",top:0,zIndex:2,backgroundColor:(e.vars||e).palette.background.default}}]}))),gu=C.forwardRef(function(t,n){const r=We({props:t,name:"MuiTableCell"}),{align:o="inherit",className:i,component:s,padding:a,scope:c,size:u,sortDirection:d,variant:f,...h}=r,g=C.useContext(h8),m=C.useContext(oc),v=m&&m.variant==="head";let b;s?b=s:b=v?"th":"td";let y=c;b==="td"?y=void 0:!y&&v&&(y="col");const w=f||m&&m.variant,x={...r,align:o,component:b,padding:a||(g&&g.padding?g.padding:"normal"),size:u||(g&&g.size?g.size:"medium"),sortDirection:d,stickyHeader:w==="head"&&g&&g.stickyHeader,variant:w},S=gre(x);let T=null;return d&&(T=d==="asc"?"ascending":"descending"),p.jsx(mre,{as:b,ref:n,className:ae(S.root,i),"aria-sort":T,scope:y,ownerState:x,...h})});process.env.NODE_ENV!=="production"&&(gu.propTypes={align:l.oneOf(["center","inherit","justify","left","right"]),children:l.node,classes:l.object,className:l.string,component:l.elementType,padding:l.oneOf(["checkbox","none","normal"]),scope:l.string,size:l.oneOfType([l.oneOf(["medium","small"]),l.string]),sortDirection:l.oneOf(["asc","desc",!1]),sx:l.oneOfType([l.arrayOf(l.oneOfType([l.func,l.object,l.bool])),l.func,l.object]),variant:l.oneOfType([l.oneOf(["body","footer","head"]),l.string])});function vre(e){return Me("MuiTableFooter",e)}Ee("MuiTableFooter",["root"]);const bre=e=>{const{classes:t}=e;return xe({root:["root"]},vre,t)},Cre=z("tfoot",{name:"MuiTableFooter",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"table-footer-group"}),yre={variant:"footer"},vM="tfoot",bM=C.forwardRef(function(t,n){const r=We({props:t,name:"MuiTableFooter"}),{className:o,component:i=vM,...s}=r,a={...r,component:i},c=bre(a);return p.jsx(oc.Provider,{value:yre,children:p.jsx(Cre,{as:i,className:ae(c.root,o),ref:n,role:i===vM?null:"rowgroup",ownerState:a,...s})})});process.env.NODE_ENV!=="production"&&(bM.propTypes={children:l.node,classes:l.object,className:l.string,component:l.elementType,sx:l.oneOfType([l.arrayOf(l.oneOfType([l.func,l.object,l.bool])),l.func,l.object])});function xre(e){return Me("MuiTableHead",e)}Ee("MuiTableHead",["root"]);const wre=e=>{const{classes:t}=e;return xe({root:["root"]},xre,t)},Sre=z("thead",{name:"MuiTableHead",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"table-header-group"}),Tre={variant:"head"},CM="thead",yM=C.forwardRef(function(t,n){const r=We({props:t,name:"MuiTableHead"}),{className:o,component:i=CM,...s}=r,a={...r,component:i},c=wre(a);return p.jsx(oc.Provider,{value:Tre,children:p.jsx(Sre,{as:i,className:ae(c.root,o),ref:n,role:i===CM?null:"rowgroup",ownerState:a,...s})})});process.env.NODE_ENV!=="production"&&(yM.propTypes={children:l.node,classes:l.object,className:l.string,component:l.elementType,sx:l.oneOfType([l.arrayOf(l.oneOfType([l.func,l.object,l.bool])),l.func,l.object])});const Mre=Ae(p.jsx("path",{d:"M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"}),"KeyboardArrowLeft"),Ere=Ae(p.jsx("path",{d:"M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"}),"KeyboardArrowRight");function Ore(e){return Me("MuiTableRow",e)}const xM=Ee("MuiTableRow",["root","selected","hover","head","footer"]),kre=e=>{const{classes:t,selected:n,hover:r,head:o,footer:i}=e;return xe({root:["root",n&&"selected",r&&"hover",o&&"head",i&&"footer"]},Ore,t)},Pre=z("tr",{name:"MuiTableRow",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.head&&t.head,n.footer&&t.footer]}})(Fe(({theme:e})=>({color:"inherit",display:"table-row",verticalAlign:"middle",outline:0,[`&.${xM.hover}:hover`]:{backgroundColor:(e.vars||e).palette.action.hover},[`&.${xM.selected}`]:{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / ${e.vars.palette.action.selectedOpacity})`:$e(e.palette.primary.main,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.primary.mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:$e(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity)}}}))),wM="tr",mu=C.forwardRef(function(t,n){const r=We({props:t,name:"MuiTableRow"}),{className:o,component:i=wM,hover:s=!1,selected:a=!1,...c}=r,u=C.useContext(oc),d={...r,component:i,hover:s,selected:a,head:u&&u.variant==="head",footer:u&&u.variant==="footer"},f=kre(d);return p.jsx(Pre,{as:i,ref:n,className:ae(f.root,o),role:i===wM?null:"row",ownerState:d,...c})});process.env.NODE_ENV!=="production"&&(mu.propTypes={children:l.node,classes:l.object,className:l.string,component:l.elementType,hover:l.bool,selected:l.bool,sx:l.oneOfType([l.arrayOf(l.oneOfType([l.func,l.object,l.bool])),l.func,l.object])});const jre=Ae(p.jsx("path",{d:"M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"}),"ArrowDownward");function Ire(e){return Me("MuiTableSortLabel",e)}const g8=Ee("MuiTableSortLabel",["root","active","icon","iconDirectionDesc","iconDirectionAsc","directionDesc","directionAsc"]),Lre=e=>{const{classes:t,direction:n,active:r}=e,o={root:["root",r&&"active",`direction${ue(n)}`],icon:["icon",`iconDirection${ue(n)}`]};return xe(o,Ire,t)},Are=z(oo,{name:"MuiTableSortLabel",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.active&&t.active]}})(Fe(({theme:e})=>({cursor:"pointer",display:"inline-flex",justifyContent:"flex-start",flexDirection:"inherit",alignItems:"center","&:focus":{color:(e.vars||e).palette.text.secondary},"&:hover":{color:(e.vars||e).palette.text.secondary,[`& .${g8.icon}`]:{opacity:.5}},[`&.${g8.active}`]:{color:(e.vars||e).palette.text.primary,[`& .${g8.icon}`]:{opacity:1,color:(e.vars||e).palette.text.secondary}}}))),Rre=z("span",{name:"MuiTableSortLabel",slot:"Icon",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.icon,t[`iconDirection${ue(n.direction)}`]]}})(Fe(({theme:e})=>({fontSize:18,marginRight:4,marginLeft:4,opacity:0,transition:e.transitions.create(["opacity","transform"],{duration:e.transitions.duration.shorter}),userSelect:"none",variants:[{props:{direction:"desc"},style:{transform:"rotate(0deg)"}},{props:{direction:"asc"},style:{transform:"rotate(180deg)"}}]}))),SM=C.forwardRef(function(t,n){const r=We({props:t,name:"MuiTableSortLabel"}),{active:o=!1,children:i,className:s,direction:a="asc",hideSortIcon:c=!1,IconComponent:u=jre,slots:d={},slotProps:f={},...h}=r,g={...r,active:o,direction:a,hideSortIcon:c,IconComponent:u},m=Lre(g),v={slots:d,slotProps:f},[b,y]=Xe("root",{elementType:Are,externalForwardedProps:v,ownerState:g,className:ae(m.root,s),ref:n}),[w,x]=Xe("icon",{elementType:Rre,externalForwardedProps:v,ownerState:g,className:m.icon});return p.jsxs(b,{disableRipple:!0,component:"span",...y,...h,children:[i,c&&!o?null:p.jsx(w,{as:u,...x})]})});process.env.NODE_ENV!=="production"&&(SM.propTypes={active:l.bool,children:l.node,classes:l.object,className:l.string,direction:l.oneOf(["asc","desc"]),hideSortIcon:l.bool,IconComponent:l.elementType,slotProps:l.shape({icon:l.oneOfType([l.func,l.object]),root:l.oneOfType([l.func,l.object])}),slots:l.shape({icon:l.elementType,root:l.elementType}),sx:l.oneOfType([l.arrayOf(l.oneOfType([l.func,l.object,l.bool])),l.func,l.object])});function Dre(e){return(1+Math.sin(Math.PI*e-Math.PI/2))/2}function Vre(e,t,n,r={},o=()=>{}){const{ease:i=Dre,duration:s=300}=r;let a=null;const c=t[e];let u=!1;const d=()=>{u=!0},f=h=>{if(u){o(new Error("Animation cancelled"));return}a===null&&(a=h);const g=Math.min(1,(h-a)/s);if(t[e]=i(g)*(n-c)+c,g>=1){requestAnimationFrame(()=>{o(null)});return}requestAnimationFrame(f)};return c===n?(o(new Error("Element already at target position")),d):(requestAnimationFrame(f),d)}const Nre={width:99,height:99,position:"absolute",top:-9999,overflow:"scroll"};function TM(e){const{onChange:t,...n}=e,r=C.useRef(),o=C.useRef(null),i=()=>{r.current=o.current.offsetHeight-o.current.clientHeight};return xn(()=>{const s=V0(()=>{const c=r.current;i(),c!==r.current&&t(r.current)}),a=Si(o.current);return a.addEventListener("resize",s),()=>{s.clear(),a.removeEventListener("resize",s)}},[t]),C.useEffect(()=>{i(),t(r.current)},[t]),p.jsx("div",{style:Nre,...n,ref:o})}process.env.NODE_ENV!=="production"&&(TM.propTypes={onChange:l.func.isRequired});function _re(e){return Me("MuiTabScrollButton",e)}const $re=Ee("MuiTabScrollButton",["root","vertical","horizontal","disabled"]),Hre=e=>{const{classes:t,orientation:n,disabled:r}=e;return xe({root:["root",n,r&&"disabled"]},_re,t)},Fre=z(oo,{name:"MuiTabScrollButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.orientation&&t[n.orientation]]}})({width:40,flexShrink:0,opacity:.8,[`&.${$re.disabled}`]:{opacity:0},variants:[{props:{orientation:"vertical"},style:{width:"100%",height:40,"& svg":{transform:"var(--TabScrollButton-svgRotate)"}}}]}),MM=C.forwardRef(function(t,n){const r=We({props:t,name:"MuiTabScrollButton"}),{className:o,slots:i={},slotProps:s={},direction:a,orientation:c,disabled:u,...d}=r,f=Ln(),h={isRtl:f,...r},g=Hre(h),m=i.StartScrollButtonIcon??Mre,v=i.EndScrollButtonIcon??Ere,b=ct({elementType:m,externalSlotProps:s.startScrollButtonIcon,additionalProps:{fontSize:"small"},ownerState:h}),y=ct({elementType:v,externalSlotProps:s.endScrollButtonIcon,additionalProps:{fontSize:"small"},ownerState:h});return p.jsx(Fre,{component:"div",className:ae(g.root,o),ref:n,role:null,ownerState:h,tabIndex:null,...d,style:{...d.style,...c==="vertical"&&{"--TabScrollButton-svgRotate":`rotate(${f?-90:90}deg)`}},children:a==="left"?p.jsx(m,{...b}):p.jsx(v,{...y})})});process.env.NODE_ENV!=="production"&&(MM.propTypes={children:l.node,classes:l.object,className:l.string,direction:l.oneOf(["left","right"]).isRequired,disabled:l.bool,orientation:l.oneOf(["horizontal","vertical"]).isRequired,slotProps:l.shape({endScrollButtonIcon:l.oneOfType([l.func,l.object]),startScrollButtonIcon:l.oneOfType([l.func,l.object])}),slots:l.shape({EndScrollButtonIcon:l.elementType,StartScrollButtonIcon:l.elementType}),style:l.object,sx:l.oneOfType([l.arrayOf(l.oneOfType([l.func,l.object,l.bool])),l.func,l.object])});function Bre(e){return Me("MuiTabs",e)}const W3=Ee("MuiTabs",["root","vertical","list","flexContainer","flexContainerVertical","centered","scroller","fixed","scrollableX","scrollableY","hideScrollbar","scrollButtons","scrollButtonsHideMobile","indicator"]),EM=(e,t)=>e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:e.firstChild,OM=(e,t)=>e===t?e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:e.lastChild,Z3=(e,t,n)=>{let r=!1,o=n(e,t);for(;o;){if(o===e.firstChild){if(r)return;r=!0}const i=o.disabled||o.getAttribute("aria-disabled")==="true";if(!o.hasAttribute("tabindex")||i)o=n(e,o);else{o.focus();return}}},zre=e=>{const{vertical:t,fixed:n,hideScrollbar:r,scrollableX:o,scrollableY:i,centered:s,scrollButtonsHideMobile:a,classes:c}=e;return xe({root:["root",t&&"vertical"],scroller:["scroller",n&&"fixed",r&&"hideScrollbar",o&&"scrollableX",i&&"scrollableY"],list:["list","flexContainer",t&&"flexContainerVertical",t&&"vertical",s&&"centered"],indicator:["indicator"],scrollButtons:["scrollButtons",a&&"scrollButtonsHideMobile"],scrollableX:[o&&"scrollableX"],hideScrollbar:[r&&"hideScrollbar"]},Bre,c)},Wre=z("div",{name:"MuiTabs",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[{[`& .${W3.scrollButtons}`]:t.scrollButtons},{[`& .${W3.scrollButtons}`]:n.scrollButtonsHideMobile&&t.scrollButtonsHideMobile},t.root,n.vertical&&t.vertical]}})(Fe(({theme:e})=>({overflow:"hidden",minHeight:48,WebkitOverflowScrolling:"touch",display:"flex",variants:[{props:({ownerState:t})=>t.vertical,style:{flexDirection:"column"}},{props:({ownerState:t})=>t.scrollButtonsHideMobile,style:{[`& .${W3.scrollButtons}`]:{[e.breakpoints.down("sm")]:{display:"none"}}}}]}))),Zre=z("div",{name:"MuiTabs",slot:"Scroller",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.scroller,n.fixed&&t.fixed,n.hideScrollbar&&t.hideScrollbar,n.scrollableX&&t.scrollableX,n.scrollableY&&t.scrollableY]}})({position:"relative",display:"inline-block",flex:"1 1 auto",whiteSpace:"nowrap",variants:[{props:({ownerState:e})=>e.fixed,style:{overflowX:"hidden",width:"100%"}},{props:({ownerState:e})=>e.hideScrollbar,style:{scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}},{props:({ownerState:e})=>e.scrollableX,style:{overflowX:"auto",overflowY:"hidden"}},{props:({ownerState:e})=>e.scrollableY,style:{overflowY:"auto",overflowX:"hidden"}}]}),Ure=z("div",{name:"MuiTabs",slot:"List",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.list,t.flexContainer,n.vertical&&t.flexContainerVertical,n.centered&&t.centered]}})({display:"flex",variants:[{props:({ownerState:e})=>e.vertical,style:{flexDirection:"column"}},{props:({ownerState:e})=>e.centered,style:{justifyContent:"center"}}]}),qre=z("span",{name:"MuiTabs",slot:"Indicator",overridesResolver:(e,t)=>t.indicator})(Fe(({theme:e})=>({position:"absolute",height:2,bottom:0,width:"100%",transition:e.transitions.create(),variants:[{props:{indicatorColor:"primary"},style:{backgroundColor:(e.vars||e).palette.primary.main}},{props:{indicatorColor:"secondary"},style:{backgroundColor:(e.vars||e).palette.secondary.main}},{props:({ownerState:t})=>t.vertical,style:{height:"100%",width:2,right:0}}]}))),Gre=z(TM)({overflowX:"auto",overflowY:"hidden",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}),kM={};let PM=!1;const U3=C.forwardRef(function(t,n){const r=We({props:t,name:"MuiTabs"}),o=de(),i=Ln(),{"aria-label":s,"aria-labelledby":a,action:c,centered:u=!1,children:d,className:f,component:h="div",allowScrollButtonsMobile:g=!1,indicatorColor:m="primary",onChange:v,orientation:b="horizontal",ScrollButtonComponent:y,scrollButtons:w="auto",selectionFollowsFocus:x,slots:S={},slotProps:T={},TabIndicatorProps:M={},TabScrollButtonProps:E={},textColor:O="primary",value:P,variant:k="standard",visibleScrollbar:j=!1,...I}=r,A=k==="scrollable",D=b==="vertical",N=D?"scrollTop":"scrollLeft",_=D?"top":"left",Z=D?"bottom":"right",B=D?"clientHeight":"clientWidth",H=D?"height":"width",V={...r,component:h,allowScrollButtonsMobile:g,indicatorColor:m,orientation:b,vertical:D,scrollButtons:w,textColor:O,variant:k,visibleScrollbar:j,fixed:!A,hideScrollbar:A&&!j,scrollableX:A&&!D,scrollableY:A&&D,centered:u&&!A,scrollButtonsHideMobile:!g},$=zre(V),Y=ct({elementType:S.StartScrollButtonIcon,externalSlotProps:T.startScrollButtonIcon,ownerState:V}),X=ct({elementType:S.EndScrollButtonIcon,externalSlotProps:T.endScrollButtonIcon,ownerState:V});process.env.NODE_ENV!=="production"&&u&&A&&console.error('MUI: You can not use the `centered={true}` and `variant="scrollable"` properties at the same time on a `Tabs` component.');const[ne,q]=C.useState(!1),[J,te]=C.useState(kM),[K,U]=C.useState(!1),[F,G]=C.useState(!1),[R,Q]=C.useState(!1),[oe,se]=C.useState({overflow:"hidden",scrollbarWidth:0}),ce=new Map,re=C.useRef(null),he=C.useRef(null),pe={slots:S,slotProps:{indicator:M,scrollButton:E,...T}},be=()=>{const Ue=re.current;let Je;if(Ue){const Dt=Ue.getBoundingClientRect();Je={clientWidth:Ue.clientWidth,scrollLeft:Ue.scrollLeft,scrollTop:Ue.scrollTop,scrollWidth:Ue.scrollWidth,top:Dt.top,bottom:Dt.bottom,left:Dt.left,right:Dt.right}}let St;if(Ue&&P!==!1){const Dt=he.current.children;if(Dt.length>0){const Ze=Dt[ce.get(P)];process.env.NODE_ENV!=="production"&&(Ze||console.error(["MUI: The `value` provided to the Tabs component is invalid.",`None of the Tabs' children match with "${P}".`,ce.keys?`You can provide one of the following values: ${Array.from(ce.keys()).join(", ")}.`:null].join(`
360
360
  `))),St=Ze?Ze.getBoundingClientRect():null,process.env.NODE_ENV!=="production"&&process.env.NODE_ENV!=="test"&&!PM&&St&&St.width===0&&St.height===0&&Je.clientWidth!==0&&(Je=null,console.error(["MUI: The `value` provided to the Tabs component is invalid.",`The Tab with this \`value\` ("${P}") is not part of the document layout.`,"Make sure the tab item is present in the document or that it's not `display: none`."].join(`
361
361
  `)),PM=!0)}}return{tabsMeta:Je,tabMeta:St}},ke=He(()=>{const{tabsMeta:Ue,tabMeta:Je}=be();let St=0,Dt;D?(Dt="top",Je&&Ue&&(St=Je.top-Ue.top+Ue.scrollTop)):(Dt=i?"right":"left",Je&&Ue&&(St=(i?-1:1)*(Je[Dt]-Ue[Dt]+Ue.scrollLeft)));const Ze={[Dt]:St,[H]:Je?Je[H]:0};if(typeof J[Dt]!="number"||typeof J[H]!="number")te(Ze);else{const Mr=Math.abs(J[Dt]-Ze[Dt]),qt=Math.abs(J[H]-Ze[H]);(Mr>=1||qt>=1)&&te(Ze)}}),Se=(Ue,{animation:Je=!0}={})=>{Je?Vre(N,re.current,Ue,{duration:o.transitions.duration.standard}):re.current[N]=Ue},it=Ue=>{let Je=re.current[N];D?Je+=Ue:Je+=Ue*(i?-1:1),Se(Je)},nt=()=>{const Ue=re.current[B];let Je=0;const St=Array.from(he.current.children);for(let Dt=0;Dt<St.length;Dt+=1){const Ze=St[Dt];if(Je+Ze[B]>Ue){Dt===0&&(Je=Ue);break}Je+=Ze[B]}return Je},ge=()=>{it(-1*nt())},ve=()=>{it(nt())},[Oe,{onChange:Le,...Re}]=Xe("scrollbar",{className:ae($.scrollableX,$.hideScrollbar),elementType:Gre,shouldForwardComponentProp:!0,externalForwardedProps:pe,ownerState:V}),Te=C.useCallback(Ue=>{Le==null||Le(Ue),se({overflow:null,scrollbarWidth:Ue})},[Le]),[Ne,rt]=Xe("scrollButtons",{className:ae($.scrollButtons,E.className),elementType:MM,externalForwardedProps:pe,ownerState:V,additionalProps:{orientation:b,slots:{StartScrollButtonIcon:S.startScrollButtonIcon||S.StartScrollButtonIcon,EndScrollButtonIcon:S.endScrollButtonIcon||S.EndScrollButtonIcon},slotProps:{startScrollButtonIcon:Y,endScrollButtonIcon:X}}}),De=()=>{const Ue={};Ue.scrollbarSizeListener=A?p.jsx(Oe,{...Re,onChange:Te}):null;const St=A&&(w==="auto"&&(K||F)||w===!0);return Ue.scrollButtonStart=St?p.jsx(Ne,{direction:i?"right":"left",onClick:ge,disabled:!K,...rt}):null,Ue.scrollButtonEnd=St?p.jsx(Ne,{direction:i?"left":"right",onClick:ve,disabled:!F,...rt}):null,Ue},vt=He(Ue=>{const{tabsMeta:Je,tabMeta:St}=be();if(!(!St||!Je)){if(St[_]<Je[_]){const Dt=Je[N]+(St[_]-Je[_]);Se(Dt,{animation:Ue})}else if(St[Z]>Je[Z]){const Dt=Je[N]+(St[Z]-Je[Z]);Se(Dt,{animation:Ue})}}}),pt=He(()=>{A&&w!==!1&&Q(!R)});C.useEffect(()=>{const Ue=V0(()=>{re.current&&ke()});let Je;const St=Mr=>{Mr.forEach(qt=>{qt.removedNodes.forEach(yn=>{Je==null||Je.unobserve(yn)}),qt.addedNodes.forEach(yn=>{Je==null||Je.observe(yn)})}),Ue(),pt()},Dt=Si(re.current);Dt.addEventListener("resize",Ue);let Ze;return typeof ResizeObserver<"u"&&(Je=new ResizeObserver(Ue),Array.from(he.current.children).forEach(Mr=>{Je.observe(Mr)})),typeof MutationObserver<"u"&&(Ze=new MutationObserver(St),Ze.observe(he.current,{childList:!0})),()=>{Ue.clear(),Dt.removeEventListener("resize",Ue),Ze==null||Ze.disconnect(),Je==null||Je.disconnect()}},[ke,pt]),C.useEffect(()=>{const Ue=Array.from(he.current.children),Je=Ue.length;if(typeof IntersectionObserver<"u"&&Je>0&&A&&w!==!1){const St=Ue[0],Dt=Ue[Je-1],Ze={root:re.current,threshold:.99},Mr=Gt=>{U(!Gt[0].isIntersecting)},qt=new IntersectionObserver(Mr,Ze);qt.observe(St);const yn=Gt=>{G(!Gt[0].isIntersecting)},Yn=new IntersectionObserver(yn,Ze);return Yn.observe(Dt),()=>{qt.disconnect(),Yn.disconnect()}}},[A,w,R,d==null?void 0:d.length]),C.useEffect(()=>{q(!0)},[]),C.useEffect(()=>{ke()}),C.useEffect(()=>{vt(kM!==J)},[vt,J]),C.useImperativeHandle(c,()=>({updateIndicator:ke,updateScrollButtons:pt}),[ke,pt]);const[ze,Pe]=Xe("indicator",{className:ae($.indicator,M.className),elementType:qre,externalForwardedProps:pe,ownerState:V,additionalProps:{style:J}}),Ye=p.jsx(ze,{...Pe});let lt=0;const Mt=C.Children.map(d,Ue=>{if(!C.isValidElement(Ue))return null;process.env.NODE_ENV!=="production"&&Gi.isFragment(Ue)&&console.error(["MUI: The Tabs component doesn't accept a Fragment as a child.","Consider providing an array instead."].join(`
362
- `));const Je=Ue.props.value===void 0?lt:Ue.props.value;ce.set(Je,lt);const St=Je===P;return lt+=1,C.cloneElement(Ue,{fullWidth:k==="fullWidth",indicator:St&&!ne&&Ye,selected:St,selectionFollowsFocus:x,onChange:v,textColor:O,value:Je,...lt===1&&P===!1&&!Ue.props.tabIndex?{tabIndex:0}:{}})}),ut=Ue=>{if(Ue.altKey||Ue.shiftKey||Ue.ctrlKey||Ue.metaKey)return;const Je=he.current,St=In(Je).activeElement;if(St.getAttribute("role")!=="tab")return;let Ze=b==="horizontal"?"ArrowLeft":"ArrowUp",Mr=b==="horizontal"?"ArrowRight":"ArrowDown";switch(b==="horizontal"&&i&&(Ze="ArrowRight",Mr="ArrowLeft"),Ue.key){case Ze:Ue.preventDefault(),Z3(Je,St,OM);break;case Mr:Ue.preventDefault(),Z3(Je,St,EM);break;case"Home":Ue.preventDefault(),Z3(Je,null,EM);break;case"End":Ue.preventDefault(),Z3(Je,null,OM);break}},mt=De(),[Ft,kn]=Xe("root",{ref:n,className:ae($.root,f),elementType:Wre,externalForwardedProps:{...pe,...I,component:h},ownerState:V}),[pr,Kn]=Xe("scroller",{ref:re,className:$.scroller,elementType:Zre,externalForwardedProps:pe,ownerState:V,additionalProps:{style:{overflow:oe.overflow,[D?`margin${i?"Left":"Right"}`:"marginBottom"]:j?void 0:-oe.scrollbarWidth}}}),[gt,rr]=Xe("list",{ref:he,className:ae($.list,$.flexContainer),elementType:Ure,externalForwardedProps:pe,ownerState:V,getSlotProps:Ue=>({...Ue,onKeyDown:Je=>{var St;ut(Je),(St=Ue.onKeyDown)==null||St.call(Ue,Je)}})});return p.jsxs(Ft,{...kn,children:[mt.scrollButtonStart,mt.scrollbarSizeListener,p.jsxs(pr,{...Kn,children:[p.jsx(gt,{"aria-label":s,"aria-labelledby":a,"aria-orientation":b==="vertical"?"vertical":null,role:"tablist",...rr,children:Mt}),ne&&Ye]}),mt.scrollButtonEnd]})});process.env.NODE_ENV!=="production"&&(U3.propTypes={action:Wt,allowScrollButtonsMobile:l.bool,"aria-label":l.string,"aria-labelledby":l.string,centered:l.bool,children:l.node,classes:l.object,className:l.string,component:l.elementType,indicatorColor:l.oneOfType([l.oneOf(["primary","secondary"]),l.string]),onChange:l.func,orientation:l.oneOf(["horizontal","vertical"]),ScrollButtonComponent:l.elementType,scrollButtons:l.oneOf(["auto",!1,!0]),selectionFollowsFocus:l.bool,slotProps:l.shape({endScrollButtonIcon:l.oneOfType([l.func,l.object]),indicator:l.oneOfType([l.func,l.object]),list:l.oneOfType([l.func,l.object]),root:l.oneOfType([l.func,l.object]),scrollbar:l.oneOfType([l.func,l.object]),scrollButtons:l.oneOfType([l.func,l.object]),scroller:l.oneOfType([l.func,l.object]),startScrollButtonIcon:l.oneOfType([l.func,l.object])}),slots:l.shape({endScrollButtonIcon:l.elementType,EndScrollButtonIcon:l.elementType,indicator:l.elementType,list:l.elementType,root:l.elementType,scrollbar:l.elementType,scrollButtons:l.elementType,scroller:l.elementType,startScrollButtonIcon:l.elementType,StartScrollButtonIcon:l.elementType}),sx:l.oneOfType([l.arrayOf(l.oneOfType([l.func,l.object,l.bool])),l.func,l.object]),TabIndicatorProps:l.object,TabScrollButtonProps:l.object,textColor:l.oneOf(["inherit","primary","secondary"]),value:l.any,variant:l.oneOf(["fullWidth","scrollable","standard"]),visibleScrollbar:l.bool});function Kre(e){return Me("MuiTextField",e)}Ee("MuiTextField",["root"]);const Yre={standard:j3,filled:k3,outlined:A3},Xre=e=>{const{classes:t}=e;return xe({root:["root"]},Kre,t)},Jre=z(eu,{name:"MuiTextField",slot:"Root",overridesResolver:(e,t)=>t.root})({}),Ei=C.forwardRef(function(t,n){const r=We({props:t,name:"MuiTextField"}),{autoComplete:o,autoFocus:i=!1,children:s,className:a,color:c="primary",defaultValue:u,disabled:d=!1,error:f=!1,FormHelperTextProps:h,fullWidth:g=!1,helperText:m,id:v,InputLabelProps:b,inputProps:y,InputProps:w,inputRef:x,label:S,maxRows:T,minRows:M,multiline:E=!1,name:O,onBlur:P,onChange:k,onFocus:j,placeholder:I,required:A=!1,rows:D,select:N=!1,SelectProps:_,slots:Z={},slotProps:B={},type:H,value:V,variant:$="outlined",...Y}=r,X={...r,autoFocus:i,color:c,disabled:d,error:f,fullWidth:g,multiline:E,required:A,select:N,variant:$},ne=Xre(X);process.env.NODE_ENV!=="production"&&N&&!s&&console.error("MUI: `children` must be passed when using the `TextField` component with `select`.");const q=ro(v),J=m&&q?`${q}-helper-text`:void 0,te=S&&q?`${q}-label`:void 0,K=Yre[$],U={slots:Z,slotProps:{input:w,inputLabel:b,htmlInput:y,formHelperText:h,select:_,...B}},F={},G=U.slotProps.inputLabel;$==="outlined"&&(G&&typeof G.shrink<"u"&&(F.notched=G.shrink),F.label=S),N&&((!_||!_.native)&&(F.id=void 0),F["aria-describedby"]=void 0);const[R,Q]=Xe("root",{elementType:Jre,shouldForwardComponentProp:!0,externalForwardedProps:{...U,...Y},ownerState:X,className:ae(ne.root,a),ref:n,additionalProps:{disabled:d,error:f,fullWidth:g,required:A,color:c,variant:$}}),[oe,se]=Xe("input",{elementType:K,externalForwardedProps:U,additionalProps:F,ownerState:X}),[ce,re]=Xe("inputLabel",{elementType:I3,externalForwardedProps:U,ownerState:X}),[he,pe]=Xe("htmlInput",{elementType:"input",externalForwardedProps:U,ownerState:X}),[be,ke]=Xe("formHelperText",{elementType:P3,externalForwardedProps:U,ownerState:X}),[Se,it]=Xe("select",{elementType:du,externalForwardedProps:U,ownerState:X}),nt=p.jsx(oe,{"aria-describedby":J,autoComplete:o,autoFocus:i,defaultValue:u,fullWidth:g,multiline:E,name:O,rows:D,maxRows:T,minRows:M,type:H,value:V,id:q,inputRef:x,onBlur:P,onChange:k,onFocus:j,placeholder:I,inputProps:pe,slots:{input:Z.htmlInput?he:void 0},...se});return p.jsxs(R,{...Q,children:[S!=null&&S!==""&&p.jsx(ce,{htmlFor:q,id:te,...re,children:S}),N?p.jsx(Se,{"aria-describedby":J,id:q,labelId:te,value:V,input:nt,...it,children:s}):nt,m&&p.jsx(be,{id:J,...ke,children:m})]})});process.env.NODE_ENV!=="production"&&(Ei.propTypes={autoComplete:l.string,autoFocus:l.bool,children:l.node,classes:l.object,className:l.string,color:l.oneOfType([l.oneOf(["primary","secondary","error","info","success","warning"]),l.string]),defaultValue:l.any,disabled:l.bool,error:l.bool,FormHelperTextProps:l.object,fullWidth:l.bool,helperText:l.node,id:l.string,InputLabelProps:l.object,inputProps:l.object,InputProps:l.object,inputRef:Wt,label:l.node,margin:l.oneOf(["dense","none","normal"]),maxRows:l.oneOfType([l.number,l.string]),minRows:l.oneOfType([l.number,l.string]),multiline:l.bool,name:l.string,onBlur:l.func,onChange:l.func,onFocus:l.func,placeholder:l.string,required:l.bool,rows:l.oneOfType([l.number,l.string]),select:l.bool,SelectProps:l.object,size:l.oneOfType([l.oneOf(["medium","small"]),l.string]),slotProps:l.shape({formHelperText:l.oneOfType([l.func,l.object]),htmlInput:l.oneOfType([l.func,l.object]),input:l.oneOfType([l.func,l.object]),inputLabel:l.oneOfType([l.func,l.object]),select:l.oneOfType([l.func,l.object])}),slots:l.shape({formHelperText:l.elementType,htmlInput:l.elementType,input:l.elementType,inputLabel:l.elementType,root:l.elementType,select:l.elementType}),sx:l.oneOfType([l.arrayOf(l.oneOfType([l.func,l.object,l.bool])),l.func,l.object]),type:l.string,value:l.any,variant:l.oneOf(["filled","outlined","standard"])});function Qre(e){return Me("MuiToggleButton",e)}const m8=Ee("MuiToggleButton",["root","disabled","selected","standard","primary","secondary","sizeSmall","sizeMedium","sizeLarge","fullWidth"]),jM=C.createContext({});process.env.NODE_ENV!=="production"&&(jM.displayName="ToggleButtonGroupContext");const IM=C.createContext(void 0);process.env.NODE_ENV!=="production"&&(IM.displayName="ToggleButtonGroupButtonContext");function eoe(e,t){return t===void 0||e===void 0?!1:Array.isArray(t)?t.includes(e):e===t}const toe=e=>{const{classes:t,fullWidth:n,selected:r,disabled:o,size:i,color:s}=e,a={root:["root",r&&"selected",o&&"disabled",n&&"fullWidth",`size${ue(i)}`,s]};return xe(a,Qre,t)},noe=z(oo,{name:"MuiToggleButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[`size${ue(n.size)}`]]}})(Fe(({theme:e})=>({...e.typography.button,borderRadius:(e.vars||e).shape.borderRadius,padding:11,border:`1px solid ${(e.vars||e).palette.divider}`,color:(e.vars||e).palette.action.active,[`&.${m8.disabled}`]:{color:(e.vars||e).palette.action.disabled,border:`1px solid ${(e.vars||e).palette.action.disabledBackground}`},"&:hover":{textDecoration:"none",backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})`:$e(e.palette.text.primary,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},variants:[{props:{color:"standard"},style:{[`&.${m8.selected}`]:{color:(e.vars||e).palette.text.primary,backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.selectedOpacity})`:$e(e.palette.text.primary,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:$e(e.palette.text.primary,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.selectedOpacity})`:$e(e.palette.text.primary,e.palette.action.selectedOpacity)}}}}},...Object.entries(e.palette).filter(Ht()).map(([t])=>({props:{color:t},style:{[`&.${m8.selected}`]:{color:(e.vars||e).palette[t].main,backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.selectedOpacity})`:$e(e.palette[t].main,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:$e(e.palette[t].main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.selectedOpacity})`:$e(e.palette[t].main,e.palette.action.selectedOpacity)}}}}})),{props:{fullWidth:!0},style:{width:"100%"}},{props:{size:"small"},style:{padding:7,fontSize:e.typography.pxToRem(13)}},{props:{size:"large"},style:{padding:15,fontSize:e.typography.pxToRem(15)}}]}))),q3=C.forwardRef(function(t,n){const{value:r,...o}=C.useContext(jM),i=C.useContext(IM),s=R2({...o,selected:eoe(t.value,r)},t),a=We({props:s,name:"MuiToggleButton"}),{children:c,className:u,color:d="standard",disabled:f=!1,disableFocusRipple:h=!1,fullWidth:g=!1,onChange:m,onClick:v,selected:b,size:y="medium",value:w,...x}=a,S={...a,color:d,disabled:f,disableFocusRipple:h,fullWidth:g,size:y},T=toe(S),M=O=>{v&&(v(O,w),O.defaultPrevented)||m&&m(O,w)},E=i||"";return p.jsx(noe,{className:ae(o.className,T.root,u,E),disabled:f,focusRipple:!h,ref:n,onClick:M,onChange:m,value:w,ownerState:S,"aria-pressed":b,...x,children:c})});process.env.NODE_ENV!=="production"&&(q3.propTypes={children:l.node,classes:l.object,className:l.string,color:l.oneOfType([l.oneOf(["standard","primary","secondary","error","info","success","warning"]),l.string]),disabled:l.bool,disableFocusRipple:l.bool,disableRipple:l.bool,fullWidth:l.bool,onChange:l.func,onClick:l.func,selected:l.bool,size:l.oneOfType([l.oneOf(["small","medium","large"]),l.string]),sx:l.oneOfType([l.arrayOf(l.oneOfType([l.func,l.object,l.bool])),l.func,l.object]),value:l.any.isRequired});const LM=100,roe="202px",Oi=z(({className:e,title:t,arrow:n=!0,...r})=>{const o=typeof t=="string"&&t.length>LM?`${t.slice(0,LM)}...`:t;return p.jsx(pn,{...r,title:o,arrow:n,classes:{popper:e}})})(({theme:e,align:t="center",width:n=roe,padding:r="12px 16px 12px 16px"})=>{const o={display:"flex",justifyContent:t,width:n,padding:r,maxWidth:"unset",borderRadius:"0.5rem",border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[100],boxShadow:`0px 4px 20px 0px ${e.custom.grey[500]}`,fontSize:"0.75rem",fontWeight:600,color:e.custom.grey[2800],webkitLineBreak:"auto",wordBreak:"break-word",whiteSpace:"pre-line"};return{"& .MuiTooltip-tooltip *":{pointerEvents:"auto"},[`& .${un.arrow}`]:{color:e.custom.grey[100],"&:before":{border:`1px solid ${e.custom.grey[500]}`,boxSizing:"border-box"}},[`& .${un.tooltip}`]:{...o,"&.MuiTooltip-tooltip":{margin:"8px"}}}}),ooe=e=>{const{children:t,tooltip:n}=e;return n?p.jsx(Oi,{title:n,placement:"bottom",arrow:!0,enterDelay:100,children:t}):p.jsx(p.Fragment,{children:t})},G3=e=>{const t=de(),{children:n,size:r="small",tooltip:o,...i}=e;let s="28px",a="h5";switch(r){case"medium":s="36px",a="h4";break;case"big":s="40px",a="h3";break}return p.jsx(p.Fragment,{children:p.jsx(ooe,{tooltip:o,children:p.jsx(ee,{width:s,height:s,minWidth:s,minHeight:s,bgcolor:t.custom.grey[2800],color:"#fff",display:"flex",alignItems:"center",justifyContent:"center",borderRadius:"100%",...i,children:p.jsx(ie,{variant:a,color:"inherit",sx:{display:"inline-flex",transform:typeof n=="number"&&n>=100?"scale(0.8)":"none",userSelect:"none"},children:n})})})})},AM={default:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 6L6 34C6 34 30.9529 34 34 34L34 6H6ZM10.5482 8.625H29.5192L20.2061 17.938L10.5482 8.625ZM8.625 10.4172V29.5189L18.3496 19.7944L8.625 10.4172ZM20.2395 21.6168L10.4812 31.375H30.3592L20.2395 21.6168ZM31.375 28.7079V10.4815L22.096 19.7604L31.375 28.7079Z",fill:"currentColor"})),agriculture:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M4.9443 16.3611V13.5833H12.0554C12.8269 13.5833 13.4874 13.8542 14.0368 14.3958C14.5863 14.9375 14.9073 15.5926 14.9998 16.3611H4.9443ZM9.7188 31.8889C11.1839 31.8889 12.4304 31.3761 13.4582 30.3505C14.4859 29.3249 14.9998 28.0795 14.9998 26.6144C14.9998 25.1492 14.487 23.9028 13.4614 22.875C12.4358 21.8472 11.1905 21.3333 9.72534 21.3333C8.26017 21.3333 7.0137 21.8461 5.98592 22.8717C4.95814 23.8973 4.44425 25.1427 4.44425 26.6078C4.44425 28.073 4.95706 29.3195 5.98267 30.3472C7.00828 31.375 8.25366 31.8889 9.7188 31.8889ZM32.6338 31.8889C33.4427 31.8889 34.1318 31.6058 34.7013 31.0396C35.2707 30.4735 35.5554 29.786 35.5554 28.9771C35.5554 28.1683 35.2723 27.4792 34.7061 26.9097C34.14 26.3403 33.4525 26.0555 32.6436 26.0555C31.8348 26.0555 31.1457 26.3386 30.5762 26.9048C30.0068 27.471 29.722 28.1585 29.722 28.9673C29.722 29.7762 30.0051 30.4653 30.5713 31.0347C31.1375 31.6042 31.825 31.8889 32.6338 31.8889ZM9.72534 29.3889C8.95462 29.3889 8.29842 29.1192 7.75675 28.5797C7.21509 28.0402 6.94425 27.3851 6.94425 26.6144C6.94425 25.8437 7.214 25.1875 7.7535 24.6458C8.293 24.1042 8.9481 23.8333 9.7188 23.8333C10.4895 23.8333 11.1457 24.1031 11.6873 24.6426C12.229 25.1821 12.4998 25.8371 12.4998 26.6078C12.4998 27.3786 12.2301 28.0347 11.6906 28.5764C11.1511 29.1181 10.496 29.3889 9.72534 29.3889ZM33.611 23.3473C34.2035 23.4861 34.6943 23.6505 35.0832 23.8403C35.4721 24.0301 35.9072 24.3241 36.3887 24.7222V11.3611H22.5554L20.6109 9.38888L23.1109 6.88888L22.222 6L16.3332 11.8889L17.2498 12.8055L19.722 10.3333L21.6665 12.24V16.4167C21.6665 17.4938 21.2938 18.4158 20.5485 19.1828C19.8031 19.9498 18.8887 20.3333 17.8054 20.3333H14.7637C15.2915 20.75 15.7082 21.162 16.0137 21.5695C16.3193 21.9769 16.648 22.4908 16.9998 23.1111H17.8054C19.6202 23.1111 21.1804 22.4491 22.4859 21.125C23.7915 19.8009 24.4443 18.2315 24.4443 16.4167V14.1389H33.611V23.3473ZM27.0415 28C27.2082 27.3426 27.391 26.8218 27.5901 26.4375C27.7892 26.0532 28.0832 25.6389 28.472 25.1945H17.6665C17.7406 25.7408 17.7776 26.2084 17.7776 26.5973C17.7776 26.9861 17.7406 27.4537 17.6665 28H27.0415ZM32.6526 34.6667C31.0693 34.6667 29.7221 34.1189 28.611 33.0234C27.4999 31.9279 26.9443 30.6053 26.9443 29.0555C26.9443 27.4598 27.5083 26.0979 28.6363 24.9698C29.7644 23.8418 31.1263 23.2778 32.722 23.2778C34.2718 23.2778 35.5944 23.8337 36.6899 24.9455C37.7854 26.0572 38.3332 27.3995 38.3332 28.9722C38.3332 30.5648 37.7822 31.912 36.6804 33.0139C35.5785 34.1157 34.236 34.6667 32.6526 34.6667ZM9.6665 34.6667C7.43503 34.6667 5.54382 33.8813 3.99288 32.3104C2.44196 30.7396 1.6665 28.8398 1.6665 26.6111C1.6665 24.3824 2.45123 22.4827 4.02067 20.9118C5.59012 19.341 7.48959 18.5556 9.71909 18.5556C11.9486 18.5556 13.8491 19.3413 15.4205 20.9127C16.9919 22.4841 17.7776 24.3846 17.7776 26.6141C17.7776 28.8436 16.9929 30.7431 15.4234 32.3125C13.854 33.8819 11.935 34.6667 9.6665 34.6667Z",fill:"currentColor"})),animation:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M20.5555 7.2222C20.5555 8.06478 20.2569 8.78469 19.6597 9.38191C19.0625 9.97913 18.3426 10.2777 17.5 10.2777C17.1389 10.2777 16.8009 10.2199 16.4861 10.1042C16.1713 9.98841 15.8704 9.81942 15.5833 9.5972C14.8611 9.96756 14.2662 10.4814 13.7986 11.1389C13.331 11.7963 13.0879 12.5278 13.0694 13.3333H35L33.3333 25H25.7778V22.2222H31.0139C31.1713 21.2037 31.3171 20.1852 31.4514 19.1667C31.5857 18.1481 31.7315 17.1296 31.8889 16.1111H8.11108C8.2685 17.1296 8.41433 18.1481 8.54858 19.1667C8.68286 20.1852 8.82869 21.2037 8.98608 22.2222H14.2222V25H6.66667L5 13.3333H10.2778C10.2963 11.9722 10.6852 10.7361 11.4445 9.62499C12.2037 8.51388 13.2037 7.65739 14.4445 7.05553C14.4907 6.23148 14.8055 5.54398 15.3889 4.99303C15.9722 4.44212 16.6759 4.16666 17.5 4.16666C18.3426 4.16666 19.0625 4.46527 19.6597 5.06249C20.2569 5.65971 20.5555 6.37962 20.5555 7.2222ZM15.8194 32.2222H24.1806L25.2778 21.1111H14.7222L15.8194 32.2222ZM13.3333 35L12 21.3889C11.9259 20.5833 12.1667 19.8727 12.7222 19.2569C13.2778 18.6412 13.9583 18.3333 14.7639 18.3333H25.2361C26.0417 18.3333 26.7222 18.6412 27.2778 19.2569C27.8333 19.8727 28.0741 20.5833 28 21.3889L26.6667 35H13.3333Z",fill:"currentColor"})),brand:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M15.1252 27.0834L20.0002 24.125L24.8752 27.0834L23.5835 21.5417L27.9169 17.7917L22.2085 17.3334L20.0002 12.0834L17.7919 17.3334L12.0835 17.7917L16.4169 21.5417L15.1252 27.0834ZM20.028 38.8056L14.4169 33.3334H6.66687V25.5834L1.11133 20L6.66687 14.4167V6.66669H14.4169L20.028 1.11115L25.5835 6.66669H33.3335V14.4167L38.8891 20L33.3335 25.5834V33.3334H25.5835L20.028 38.8056ZM20.028 34.9167L24.4146 30.5556H30.5558V24.4167L34.9725 20L30.5558 15.5834V9.44444H24.4169L20.028 5.02777L15.5835 9.44444H9.44462V15.5834L5.02795 20L9.44462 24.4167V30.5556H15.5557L20.028 34.9167Z",fill:"currentColor"})),businessTrips:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M6.11125 35C5.36125 35 4.71079 34.7246 4.15987 34.1737C3.60895 33.6227 3.3335 32.9723 3.3335 32.2223V12.7778C3.3335 12.0278 3.60895 11.3773 4.15987 10.8264C4.71079 10.2755 5.36125 10 6.11125 10H13.3335V6.11112C13.3335 5.36112 13.609 4.71067 14.1599 4.15975C14.7108 3.60883 15.3612 3.33337 16.1112 3.33337H23.8891C24.6391 3.33337 25.2895 3.60883 25.8405 4.15975C26.3914 4.71067 26.6668 5.36112 26.6668 6.11112V10H33.8891C34.6391 10 35.2895 10.2755 35.8405 10.8264C36.3914 11.3773 36.6668 12.0278 36.6668 12.7778V32.2223C36.6668 32.9723 36.3914 33.6227 35.8405 34.1737C35.2895 34.7246 34.6391 35 33.8891 35H6.11125ZM16.1112 10H23.8891V6.11112H16.1112V10ZM33.8891 24.6945H24.1946V27.4722H15.8613V24.6945H6.11125V32.2223H33.8891V24.6945ZM18.6391 24.6945H21.4168V21.9167H18.6391V24.6945ZM6.11125 21.9167H15.8613V19.139H24.1946V21.9167H33.8891V12.7778H6.11125V21.9167Z",fill:"currentColor"})),carbonEmission:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M16.8332 24.8333V15.1667H24.8332V24.8333H16.8332ZM18.9998 22.6667H22.6665V17.3333H18.9998V22.6667ZM5.1665 24.8333V15.1667H13.1665V18.1667H10.9998V17.3333H7.33317V22.6667H10.9998V21.8333H13.1665V24.8333H5.1665ZM28.4998 29.8333V24.3333H33.4998V22.3333H28.4998V20.1667H35.6665V25.6667H30.6665V27.6667H35.6665V29.8333H28.4998Z",fill:"currentColor"})),carbonNeutrality:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6111 34.7222V21.7083H18.0555C16.2778 21.7083 14.5926 21.3681 13 20.6875C11.4074 20.0069 9.99537 19.0417 8.76387 17.7917C7.5324 16.5417 6.59722 15.0972 5.95833 13.4583C5.31944 11.8194 5 10.1111 5 8.33333V5H8.28671C10.0122 5 11.6759 5.34028 13.2778 6.02083C14.8796 6.70139 16.3055 7.66667 17.5555 8.91667C18.4537 9.83333 19.1968 10.8518 19.7847 11.9722C20.3727 13.0926 20.8009 14.2824 21.0695 15.5417C21.2573 15.2565 21.464 14.9815 21.6895 14.7167C21.915 14.4519 22.1528 14.1852 22.4028 13.9167C23.6528 12.6667 25.0787 11.7014 26.6805 11.0208C28.2824 10.3403 29.9599 10 31.713 10H35V13.3333C35 15.1111 34.6646 16.8194 33.9937 18.4583C33.3228 20.0972 32.3712 21.5417 31.1389 22.7917C29.8889 24.0417 28.4693 25 26.8802 25.6667C25.2912 26.3333 23.6274 26.6667 21.8889 26.6667H21.3889V34.7222H18.6111ZM18.6389 18.8889C18.6389 17.3148 18.3681 15.8403 17.8264 14.4653C17.2847 13.0903 16.5324 11.9074 15.5695 10.9167C14.6065 9.92592 13.4514 9.15508 12.1042 8.60417C10.7569 8.05322 9.31481 7.77775 7.77775 7.77775C7.77775 9.38889 8.03239 10.8843 8.54167 12.2639C9.05092 13.6435 9.78703 14.8333 10.75 15.8333C11.8426 16.9815 13.0417 17.7778 14.3472 18.2222C15.6528 18.6667 17.0833 18.8889 18.6389 18.8889ZM21.3889 23.8889C22.9444 23.8889 24.3958 23.625 25.743 23.0973C27.0903 22.5695 28.2454 21.8102 29.2083 20.8195C30.1713 19.8287 30.9144 18.6435 31.4375 17.2639C31.9607 15.8843 32.2222 14.3889 32.2222 12.7778C30.6667 12.7778 29.213 13.0532 27.8611 13.6042C26.5093 14.1551 25.3518 14.9213 24.3889 15.9028C23.2778 17.0509 22.5 18.2801 22.0555 19.5903C21.6111 20.9005 21.3889 22.3333 21.3889 23.8889Z",fill:"currentColor"})),collective:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.83333 38.3333C8.49075 38.3333 7.34954 37.8634 6.40971 36.9236C5.4699 35.9838 5 34.8426 5 33.5C5 32.1574 5.4699 31.0162 6.40971 30.0764C7.34954 29.1366 8.49075 28.6667 9.83333 28.6667C10.2222 28.6667 10.5694 28.7037 10.875 28.7778C11.1806 28.8519 11.4861 28.9584 11.7917 29.0972L14.9445 25.1667C14.3333 24.4537 13.8843 23.6435 13.5973 22.7361C13.3102 21.8287 13.2408 20.8982 13.3889 19.9445L8.90275 18.4305C8.46758 19.125 7.90278 19.6713 7.20833 20.0695C6.51389 20.4676 5.72222 20.6667 4.83333 20.6667C3.49075 20.6667 2.34954 20.1968 1.40971 19.257C0.469903 18.3171 0 17.1759 0 15.8333C0 14.4908 0.469903 13.3495 1.40971 12.4097C2.34954 11.4699 3.49075 11 4.83333 11C6.17592 11 7.31711 11.4699 8.25692 12.4097C9.19675 13.3495 9.66667 14.4908 9.66667 15.8333V16.0555L14.1806 17.6111C14.6991 16.6852 15.3496 15.9491 16.132 15.4028C16.9144 14.8565 17.7871 14.4862 18.75 14.2917V9.5C17.6667 9.19444 16.7986 8.59953 16.1458 7.71525C15.4931 6.831 15.1667 5.87036 15.1667 4.83333C15.1667 3.49075 15.6366 2.34954 16.5764 1.40971C17.5162 0.469903 18.6574 0 20 0C21.3426 0 22.4838 0.469903 23.4236 1.40971C24.3634 2.34954 24.8333 3.49075 24.8333 4.83333C24.8333 5.87036 24.5 6.831 23.8333 7.71525C23.1667 8.59953 22.3056 9.19444 21.25 9.5V14.2917C22.2129 14.4862 23.0903 14.8565 23.8819 15.4028C24.6736 15.9491 25.3287 16.6852 25.8472 17.6111L30.3333 16.0555V15.8333C30.3333 14.4908 30.8033 13.3495 31.7431 12.4097C32.6829 11.4699 33.8241 11 35.1667 11C36.5093 11 37.6505 11.4699 38.5903 12.4097C39.5301 13.3495 40 14.4908 40 15.8333C40 17.1759 39.5301 18.3171 38.5903 19.257C37.6505 20.1968 36.5093 20.6667 35.1667 20.6667C34.2778 20.6667 33.4792 20.4676 32.7708 20.0695C32.0625 19.6713 31.5046 19.125 31.0972 18.4305L26.6111 19.9445C26.7592 20.8982 26.6944 21.8264 26.4166 22.7292C26.1388 23.6319 25.6852 24.4444 25.0555 25.1667L28.2083 29.0833C28.5139 28.9444 28.8194 28.8403 29.125 28.7708C29.4306 28.7014 29.7737 28.6667 30.1545 28.6667C31.5145 28.6667 32.662 29.1366 33.5972 30.0764C34.5324 31.0162 35 32.1574 35 33.5C35 34.8426 34.5301 35.9838 33.5903 36.9236C32.6505 37.8634 31.5093 38.3333 30.1667 38.3333C28.8241 38.3333 27.6829 37.8634 26.7431 36.9236C25.8033 35.9838 25.3333 34.8426 25.3333 33.5C25.3333 32.9444 25.4144 32.4329 25.5764 31.9653C25.7384 31.4977 25.963 31.0556 26.25 30.6389L23.0972 26.7083C22.1227 27.2361 21.0827 27.5 19.9774 27.5C18.8721 27.5 17.8333 27.2361 16.8611 26.7083L13.75 30.6667C14.037 31.0833 14.2616 31.5208 14.4236 31.9792C14.5856 32.4375 14.6667 32.9444 14.6667 33.5C14.6667 34.8426 14.1967 35.9838 13.2569 36.9236C12.3171 37.8634 11.1759 38.3333 9.83333 38.3333ZM4.83429 17.8889C5.41699 17.8889 5.9051 17.6918 6.29863 17.2976C6.69213 16.9035 6.88888 16.415 6.88888 15.8324C6.88888 15.2497 6.69179 14.7616 6.29763 14.368C5.90346 13.9745 5.41503 13.7778 4.83233 13.7778C4.24967 13.7778 3.76157 13.9748 3.36804 14.369C2.97451 14.7632 2.77775 15.2516 2.77775 15.8343C2.77775 16.417 2.97483 16.9051 3.369 17.2986C3.76317 17.6922 4.2516 17.8889 4.83429 17.8889ZM9.83429 35.5556C10.417 35.5556 10.9051 35.3585 11.2986 34.9643C11.6921 34.5701 11.8889 34.0817 11.8889 33.499C11.8889 32.9163 11.6918 32.4282 11.2976 32.0347C10.9035 31.6412 10.415 31.4445 9.83233 31.4445C9.24967 31.4445 8.76157 31.6415 8.36804 32.0357C7.97451 32.4299 7.77775 32.9183 7.77775 33.501C7.77775 34.0837 7.97483 34.5718 8.369 34.9653C8.7632 35.3588 9.25163 35.5556 9.83429 35.5556ZM20.001 6.88888C20.5837 6.88888 21.0718 6.69179 21.4653 6.29763C21.8588 5.90346 22.0556 5.41504 22.0556 4.83237C22.0556 4.24968 21.8585 3.76157 21.4643 3.36804C21.0701 2.97451 20.5817 2.77775 19.999 2.77775C19.4163 2.77775 18.9282 2.97483 18.5347 3.369C18.1412 3.7632 17.9444 4.25163 17.9444 4.83429C17.9444 5.41699 18.1415 5.9051 18.5357 6.29862C18.9299 6.69212 19.4183 6.88888 20.001 6.88888ZM20.0139 24.7222C21.0972 24.7222 22.0139 24.3426 22.7639 23.5833C23.5139 22.8241 23.8889 21.9028 23.8889 20.8195C23.8889 19.7361 23.5129 18.8195 22.7611 18.0695C22.0093 17.3195 21.0889 16.9445 20 16.9445C18.9259 16.9445 18.0093 17.3204 17.25 18.0722C16.4907 18.8241 16.1111 19.7444 16.1111 20.8333C16.1111 21.9074 16.4907 22.8241 17.25 23.5833C18.0093 24.3426 18.9305 24.7222 20.0139 24.7222ZM30.1676 35.5556C30.7503 35.5556 31.2384 35.3585 31.632 34.9643C32.0255 34.5701 32.2223 34.0817 32.2223 33.499C32.2223 32.9163 32.0252 32.4282 31.631 32.0347C31.2368 31.6412 30.7484 31.4445 30.1657 31.4445C29.583 31.4445 29.0949 31.6415 28.7014 32.0357C28.3079 32.4299 28.1111 32.9183 28.1111 33.501C28.1111 34.0837 28.3082 34.5718 28.7024 34.9653C29.0965 35.3588 29.585 35.5556 30.1676 35.5556ZM35.1676 17.8889C35.7503 17.8889 36.2384 17.6918 36.632 17.2976C37.0255 16.9035 37.2223 16.415 37.2223 15.8324C37.2223 15.2497 37.0252 14.7616 36.631 14.368C36.2368 13.9745 35.7484 13.7778 35.1657 13.7778C34.583 13.7778 34.0949 13.9748 33.7014 14.369C33.3079 14.7632 33.1111 15.2516 33.1111 15.8343C33.1111 16.417 33.3082 16.9051 33.7024 17.2986C34.0965 17.6922 34.585 17.8889 35.1676 17.8889Z",fill:"currentColor"})),communication:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M30.278 21.3889V18.6111H36.6668V21.3889H30.278ZM32.3335 33.3333L27.1946 29.5L28.8613 27.2778L34.0002 31.1111L32.3335 33.3333ZM28.9446 12.6944L27.278 10.4722L32.3335 6.66666L34.0002 8.88887L28.9446 12.6944ZM8.61129 31.6667V25H6.11125C5.34736 25 4.69343 24.728 4.14945 24.184C3.60548 23.6401 3.3335 22.9861 3.3335 22.2222V17.7777C3.3335 17.0139 3.60548 16.3599 4.14945 15.8159C4.69343 15.272 5.34736 15 6.11125 15H13.3335L21.6668 9.99999V30L13.3335 25H11.389V31.6667H8.61129ZM18.8891 25.0834V14.9166L14.0835 17.7777H6.11125V22.2222H14.0835L18.8891 25.0834ZM23.3335 25.5833V14.4167C24.0835 15.0833 24.6877 15.8958 25.146 16.8542C25.6043 17.8125 25.8335 18.8611 25.8335 20C25.8335 21.1389 25.6043 22.1875 25.146 23.1458C24.6877 24.1042 24.0835 24.9167 23.3335 25.5833Z",fill:"currentColor"})),consumption:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M11.8054 36.6667V21.3612C10.3702 21.0278 9.15493 20.2825 8.15955 19.125C7.16418 17.9676 6.6665 16.5926 6.6665 15V3.33337H9.44425V15H11.8054V3.33337H14.5832V15H16.9443V3.33337H19.722V15C19.722 16.5926 19.2244 17.9676 18.229 19.125C17.2336 20.2825 16.0183 21.0278 14.5832 21.3612V36.6667H11.8054ZM28.8888 36.6667V23.3334H24.0276V10.9723C24.0276 8.74078 24.7429 6.90976 26.1735 5.47921C27.604 4.04865 29.435 3.33337 31.6665 3.33337V36.6667H28.8888Z",fill:"currentColor"})),corporate:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M3.3335 35V5H19.7224V11.8055H36.6668V35H3.3335ZM6.11125 32.2222H16.9446V28.1945H6.11125V32.2222ZM6.11125 25.4167H16.9446V21.3889H6.11125V25.4167ZM6.11125 18.6111H16.9446V14.5833H6.11125V18.6111ZM6.11125 11.8055H16.9446V7.77775H6.11125V11.8055ZM19.7224 32.2222H33.8891V14.5833H19.7224V32.2222ZM23.0557 21.3889V18.6111H29.8613V21.3889H23.0557ZM23.0557 28.1945V25.4167H29.8613V28.1945H23.0557Z",fill:"currentColor"})),diagnostic:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M36.3888 38.3333L31.5554 33.5C30.9629 33.9353 30.3194 34.2478 29.625 34.4375C28.9306 34.6272 28.2222 34.7221 27.5 34.7221C25.4939 34.7221 23.7886 34.0196 22.3842 32.6146C20.98 31.2099 20.2779 29.5039 20.2779 27.4967C20.2779 25.4897 20.9804 23.7849 22.3854 22.3821C23.7901 20.9793 25.4961 20.2779 27.5033 20.2779C29.5103 20.2779 31.2151 20.98 32.6179 22.3842C34.0207 23.7886 34.7221 25.4939 34.7221 27.5C34.7221 28.2222 34.6272 28.9351 34.4375 29.6387C34.2478 30.3426 33.9353 30.9815 33.5 31.5554L38.3333 36.3887L36.3888 38.3333ZM27.4963 31.9446C28.7396 31.9446 29.7918 31.5153 30.6529 30.6567C31.514 29.798 31.9446 28.7471 31.9446 27.5037C31.9446 26.2604 31.5153 25.2082 30.6567 24.3471C29.7981 23.486 28.7471 23.0554 27.5038 23.0554C26.2604 23.0554 25.2082 23.4847 24.3471 24.3433C23.486 25.2019 23.0554 26.2529 23.0554 27.4962C23.0554 28.7396 23.4847 29.7918 24.3433 30.6529C25.2019 31.514 26.2529 31.9446 27.4963 31.9446ZM35 16.3054H32.2221V7.77791H29.4446V11.9446H10.5554V7.77791H7.77792V32.2221H17.5V35H5V4.99999H15.7083C15.9397 4.02777 16.4582 3.22916 17.2638 2.60416C18.0693 1.97916 18.9814 1.66666 20 1.66666C21.0369 1.66666 21.956 1.97916 22.7571 2.60416C23.5579 3.22916 24.074 4.02777 24.3054 4.99999H35V16.3054ZM20 7.77791C20.4722 7.77791 20.8681 7.61818 21.1875 7.29874C21.5069 6.97929 21.6667 6.58346 21.6667 6.11124C21.6667 5.63902 21.5069 5.24318 21.1875 4.92374C20.8681 4.60429 20.4722 4.44457 20 4.44457C19.5278 4.44457 19.1319 4.60429 18.8125 4.92374C18.4931 5.24318 18.3333 5.63902 18.3333 6.11124C18.3333 6.58346 18.4931 6.97929 18.8125 7.29874C19.1319 7.61818 19.5278 7.77791 20 7.77791Z",fill:"currentColor"})),distribution:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M35.2285 18.3889V35H4.74716V18.3889C4.00461 17.75 3.49001 16.9537 3.20335 16C2.91667 15.0463 2.93311 14.0648 3.25267 13.0555L5.83273 5H34.1147L36.7512 13.0555C37.0707 14.0648 37.0825 15.0417 36.7864 15.9861C36.4904 16.9306 35.971 17.7315 35.2285 18.3889ZM23.7804 16.9445C24.5793 16.9445 25.2325 16.6829 25.7401 16.1597C26.2476 15.6366 26.4497 15.0185 26.3464 14.3055L25.3313 7.77775H21.4118V14.4167C21.4118 15.0926 21.6374 15.6829 22.0885 16.1875C22.5397 16.6921 23.1037 16.9445 23.7804 16.9445ZM15.9697 16.9445C16.7122 16.9445 17.3349 16.6968 17.8378 16.2014C18.3406 15.706 18.5921 15.1111 18.5921 14.4167V7.77775H14.6726L13.6575 14.3055C13.5447 15.0093 13.7256 15.625 14.2003 16.1528C14.675 16.6806 15.2648 16.9445 15.9697 16.9445ZM8.3282 16.9445C8.94854 16.9445 9.48664 16.7315 9.94251 16.3055C10.3984 15.8796 10.6686 15.3518 10.7532 14.7222L11.7965 7.77775H7.87702L6.016 13.6945C5.77164 14.4537 5.87738 15.1852 6.33322 15.8889C6.78909 16.5926 7.45408 16.9445 8.3282 16.9445ZM31.6475 16.9445C32.5216 16.9445 33.1936 16.5972 33.6636 15.9028C34.1335 15.2083 34.2416 14.4722 33.9878 13.6945L32.0986 7.77775H28.2073L29.2507 14.7222C29.3353 15.3518 29.6055 15.8796 30.0614 16.3055C30.5172 16.7315 31.0459 16.9445 31.6475 16.9445ZM7.56687 32.2222H32.4088V19.6667C32.3806 19.7037 32.2889 19.7222 32.1339 19.7222H31.6475C30.9237 19.7222 30.254 19.5833 29.6384 19.3055C29.0227 19.0278 28.4141 18.5926 27.8126 18C27.3426 18.537 26.774 18.9583 26.1067 19.2639C25.4393 19.5694 24.7109 19.7222 23.9214 19.7222C23.1036 19.7222 22.3822 19.5972 21.7572 19.3472C21.1322 19.0972 20.5471 18.7037 20.0019 18.1667C19.5602 18.6667 19.0174 19.0509 18.3735 19.3194C17.7297 19.5879 17.013 19.7222 16.2235 19.7222C15.3682 19.7222 14.6045 19.5741 13.9324 19.2778C13.2604 18.9815 12.68 18.5556 12.1913 18C11.5427 18.5833 10.9059 19.0162 10.2809 19.2986C9.65583 19.581 9.00493 19.7222 8.3282 19.7222H7.88409C7.73839 19.7222 7.63265 19.7037 7.56687 19.6667V32.2222Z",fill:"currentColor"})),energy:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M19.9998 36.6667C19.2591 36.6667 18.6017 36.4885 18.0276 36.132C17.4535 35.7755 17.0554 35.2871 16.8332 34.6667H13.6665V25.9445C11.898 24.7871 10.4975 23.2917 9.46513 21.4584C8.43271 19.625 7.9165 17.6112 7.9165 15.4167C7.9165 12.0556 9.09012 9.20143 11.4373 6.85421C13.7846 4.50699 16.6387 3.33337 19.9998 3.33337C23.3609 3.33337 26.2151 4.50699 28.5623 6.85421C30.9096 9.20143 32.0832 12.0556 32.0832 15.4167C32.0832 17.6297 31.567 19.6482 30.5345 21.4723C29.5022 23.2963 28.1017 24.7871 26.3332 25.9445V34.6667H23.1665C22.9443 35.2871 22.5461 35.7755 21.972 36.132C21.398 36.4885 20.7406 36.6667 19.9998 36.6667ZM16.4443 31.889H23.5554V30.1667H16.4443V31.889ZM16.4443 28.5H23.5554V26.8612H16.4443V28.5ZM16.0832 24.0834H18.9443V18.7778L15.1665 15L16.611 13.5556L19.9998 16.9445L23.3887 13.5556L24.8332 15L21.0554 18.7778V24.0834H23.9165C25.5276 23.3241 26.8285 22.1644 27.8193 20.6042C28.81 19.044 29.3054 17.3148 29.3054 15.4167C29.3054 12.8056 28.4073 10.6019 26.611 8.80558C24.8147 7.00928 22.6109 6.11112 19.9998 6.11112C17.3887 6.11112 15.185 7.00928 13.3887 8.80558C11.5924 10.6019 10.6943 12.8056 10.6943 15.4167C10.6943 17.3148 11.1896 19.044 12.1804 20.6042C13.1711 22.1644 14.4721 23.3241 16.0832 24.0834Z",fill:"currentColor"})),equal:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.1665 28.3334C8.47206 28.3334 7.88178 28.0903 7.39567 27.6042C6.90956 27.1181 6.6665 26.5278 6.6665 25.8334C6.6665 25.1389 6.90956 24.5486 7.39567 24.0625C7.88178 23.5764 8.47206 23.3334 9.1665 23.3334H30.8332C31.5276 23.3334 32.1179 23.5764 32.604 24.0625C33.0901 24.5486 33.3332 25.1389 33.3332 25.8334C33.3332 26.5278 33.0901 27.1181 32.604 27.6042C32.1179 28.0903 31.5276 28.3334 30.8332 28.3334H9.1665ZM9.1665 16.6667C8.47206 16.6667 7.88178 16.4236 7.39567 15.9375C6.90956 15.4514 6.6665 14.8611 6.6665 14.1667C6.6665 13.4722 6.90956 12.882 7.39567 12.3959C7.88178 11.9097 8.47206 11.6667 9.1665 11.6667H30.8332C31.5276 11.6667 32.1179 11.9097 32.604 12.3959C33.0901 12.882 33.3332 13.4722 33.3332 14.1667C33.3332 14.8611 33.0901 15.4514 32.604 15.9375C32.1179 16.4236 31.5276 16.6667 30.8332 16.6667H9.1665Z",fill:"currentColor"})),euros:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M24.8905 35.279C21.6528 35.279 18.6958 34.3566 16.0195 32.5116C13.3433 30.6667 11.4975 28.1632 10.482 25.0012H4.76758V21.8448H9.86541C9.77019 21.1683 9.72843 20.543 9.74012 19.9691C9.75179 19.3951 9.79355 18.7905 9.86541 18.1552H4.76758V14.9922H10.482C11.513 11.8811 13.3627 9.39032 16.0312 7.51993C18.6997 5.64957 21.6528 4.71439 24.8905 4.71439C26.8802 4.71439 28.7432 5.06257 30.4795 5.75893C32.2159 6.45529 33.8002 7.44689 35.2326 8.73372L32.9708 10.9538C31.8446 9.96869 30.5918 9.20968 29.2123 8.67676C27.8329 8.14387 26.3923 7.87743 24.8905 7.87743C22.4668 7.87743 20.2542 8.5369 18.2529 9.85584C16.2516 11.1748 14.8128 12.8869 13.9364 14.9922H25.1529V18.1552H13.0535C12.9372 18.8454 12.8814 19.4801 12.8862 20.0593C12.8911 20.6385 12.9468 21.2337 13.0535 21.8448H25.1529V25.0012H13.8998C14.7984 27.1508 16.2488 28.8751 18.2513 30.1741C20.2537 31.4731 22.4668 32.1226 24.8905 32.1226C26.3694 32.1226 27.7996 31.8648 29.1812 31.3493C30.5629 30.8338 31.8353 30.0661 32.9986 29.0462L35.2326 31.2563C33.9113 32.4921 32.3594 33.4714 30.5768 34.1945C28.7942 34.9175 26.8987 35.279 24.8905 35.279Z",fill:"currentColor"})),events:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M14.8005 27.2222C13.6557 27.2222 12.6898 26.827 11.9028 26.0366C11.1157 25.2462 10.7222 24.2786 10.7222 23.1338C10.7222 21.9891 11.1174 21.0232 11.9079 20.2361C12.6983 19.4491 13.6659 19.0556 14.8106 19.0556C15.9554 19.0556 16.9213 19.4508 17.7083 20.2412C18.4954 21.0316 18.8889 21.9992 18.8889 23.144C18.8889 24.2887 18.4937 25.2547 17.7032 26.0417C16.9128 26.8287 15.9452 27.2222 14.8005 27.2222ZM7.77775 36.6667C7.02775 36.6667 6.37729 36.3912 5.82637 35.8403C5.27546 35.2894 5 34.6389 5 33.8889V8.88889C5 8.13889 5.27546 7.48843 5.82637 6.93751C6.37729 6.38657 7.02775 6.11109 7.77775 6.11109H10.1389V3.33334H13.0555V6.11109H26.9445V3.33334H29.8611V6.11109H32.2222C32.9722 6.11109 33.6227 6.38657 34.1736 6.93751C34.7245 7.48843 35 8.13889 35 8.88889V33.8889C35 34.6389 34.7245 35.2894 34.1736 35.8403C33.6227 36.3912 32.9722 36.6667 32.2222 36.6667H7.77775ZM7.77775 33.8889H32.2222V16.3889H7.77775V33.8889ZM7.77775 13.6111H32.2222V8.88889H7.77775V13.6111Z",fill:"currentColor"})),forestWoods:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M12.3056 36.6667V30.3056H0L7.38892 19.3611H3.72225L15 3.33337L20 10.4445L25 3.33337L36.2778 19.3611H32.6389L40 30.3056H27.7222V36.6667H22.3056V30.3056H17.7222V36.6667H12.3056ZM28.1806 27.5278H34.7778L27.375 16.5834H30.7778L25 8.36113L21.7917 12.9584L26.2778 19.3611H22.6389L28.1806 27.5278ZM5.24996 27.5278H24.7778L17.375 16.5834H20.7778L15 8.36113L9.22221 16.5834H12.6528L5.24996 27.5278ZM5.24996 27.5278H12.6528H9.22221H20.7778H17.375H24.7778H5.24996ZM28.1806 27.5278H22.6389H26.2778H21.7917H30.7778H27.375H34.7778H28.1806Z",fill:"currentColor"})),hedgesPlantCovers:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8.61113 33.3333V26.3888H5V23.6111H8.61113V19.7222H5V16.9444H8.61113V11.3888L13.3333 6.66663L16.6667 9.99996L20.0417 6.66663L23.375 9.99996L26.7083 6.66663L31.4305 11.3888V16.9444H35V19.7222H31.4305V23.6111H35V26.3888H31.4305V33.3333H8.61113ZM11.3889 16.9444H15.2778V12.5416L13.3333 10.5972L11.3889 12.5416V16.9444ZM18.0555 16.9444H21.9445V12.5416L20 10.5972L18.0555 12.5416V16.9444ZM24.7639 16.9444H28.6111V12.5416L26.6667 10.5972L24.7639 12.5V16.9444ZM11.3889 23.6111H15.2778V19.7222H11.3889V23.6111ZM18.0555 23.6111H21.9445V19.7222H18.0555V23.6111ZM24.7639 23.6111H28.6111V19.7222H24.7639V23.6111ZM11.3889 30.5555H15.2778V26.3888H11.3889V30.5555ZM18.0555 30.5555H21.9445V26.3888H18.0555V30.5555ZM24.7639 30.5555H28.6111V26.3888H24.7639V30.5555Z",fill:"currentColor"})),ingredients:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M26.8335 36.6667C24.0557 36.6667 21.7224 35.7222 19.8335 33.8333C17.9446 31.9445 17.0002 29.6111 17.0002 26.8333C17.0002 24.0556 17.9446 21.7222 19.8335 19.8333C21.7224 17.9445 24.0557 17 26.8335 17C29.6113 17 31.9446 17.9445 33.8335 19.8333C35.7224 21.7222 36.6668 24.0556 36.6668 26.8333C36.6668 29.6111 35.7224 31.9445 33.8335 33.8333C31.9446 35.7222 29.6113 36.6667 26.8335 36.6667ZM26.8335 33.8889C28.7779 33.8889 30.44 33.1991 31.8196 31.8195C33.1993 30.4398 33.8891 28.7778 33.8891 26.8333C33.8891 24.8889 33.1993 23.2269 31.8196 21.8472C30.44 20.4676 28.7779 19.7778 26.8335 19.7778C24.8891 19.7778 23.227 20.4676 21.8474 21.8472C20.4678 23.2269 19.778 24.8889 19.778 26.8333C19.778 28.7778 20.4678 30.4398 21.8474 31.8195C23.227 33.1991 24.8891 33.8889 26.8335 33.8889ZM3.3335 33.3333V16.2778L7.30575 7.49997H5.11129V3.33334H19.2501V7.49997H17.0557L20.639 15.7778C20.2409 15.9815 19.8428 16.2176 19.4446 16.4861C19.0465 16.7547 18.6761 17.0371 18.3335 17.3334L13.9724 7.49997H10.3613L6.11125 16.9167V30.5556H14.6946C14.7965 31.0278 14.9516 31.507 15.1599 31.9931C15.3682 32.4792 15.602 32.9259 15.8613 33.3333H3.3335ZM26.8335 15.0556C25.7779 15.0556 24.8937 14.6991 24.1807 13.9861C23.4678 13.2732 23.1113 12.3889 23.1113 11.3333C23.1113 10.2778 23.4678 9.39354 24.1807 8.68059C24.8937 7.96762 25.7779 7.61114 26.8335 7.61114V15.0556C26.8335 14 27.19 13.1157 27.903 12.4028C28.6159 11.6898 29.5002 11.3333 30.5557 11.3333C31.6113 11.3333 32.4955 11.6898 33.2085 12.4028C33.9214 13.1157 34.2779 14 34.2779 15.0556H26.8335Z",fill:"currentColor"})),inputsChemicals:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M7.79101 35C6.58373 35 5.74635 34.4005 5.27886 33.2014C4.81139 32.0023 4.93166 30.9815 5.63967 30.1389L15.416 18.6111V7.77775H12.0937V5H27.8883V7.77775H24.566V18.6111L34.3423 30.1389C35.0685 31 35.1933 32.0255 34.7168 33.2153C34.2402 34.4051 33.3983 35 32.191 35H7.79101ZM7.46423 32.2222H32.5178L21.8428 19.6111V7.77775H18.1392V19.6111L7.46423 32.2222Z",fill:"currentColor"})),labels:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8.3335 35V7.6389C8.3335 6.8889 8.60895 6.23844 9.15987 5.68752C9.71079 5.1366 10.3612 4.86115 11.1112 4.86115H28.8891C29.6391 4.86115 30.2895 5.1366 30.8405 5.68752C31.3914 6.23844 31.6668 6.8889 31.6668 7.6389V35L20.0002 30L8.3335 35ZM11.1112 30.7778L20.0002 27L28.8891 30.7778V7.6389H11.1112V30.7778Z",fill:"currentColor"})),organization:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M6.66646 9.44444V6.66669H33.3887V9.44444H6.66646ZM6.80534 33.3334V22.8334H4.88867V20.0556L6.66646 11.6667H33.3609L35.1387 20.0556V22.8334H33.222V33.3334H30.4443V22.8334H22.972V33.3334H6.80534ZM9.58313 30.5556H20.1943V22.8334H9.58313V30.5556ZM7.66642 20.0556H32.3609L31.1665 14.4444H8.86088L7.66642 20.0556Z",fill:"currentColor"})),packaging:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M16.1111 16.8611L20 14.9167L23.8889 16.8611V7.77775H16.1111V16.8611ZM11.6667 28.3333V25H20V28.3333H11.6667ZM7.77775 35C7.02775 35 6.37729 34.7245 5.82637 34.1736C5.27546 33.6227 5 32.9722 5 32.2222V7.77775C5 7.02775 5.27546 6.37729 5.82637 5.82638C6.37729 5.27546 7.02775 5 7.77775 5H32.2222C32.9722 5 33.6227 5.27546 34.1736 5.82638C34.7245 6.37729 35 7.02775 35 7.77775V32.2222C35 32.9722 34.7245 33.6227 34.1736 34.1736C33.6227 34.7245 32.9722 35 32.2222 35H7.77775ZM7.77775 32.2222H32.2222V7.77775H26.6667V21.3611L20 18.0278L13.3333 21.3611V7.77775H7.77775V32.2222Z",fill:"currentColor"})),productionSite:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M4.13135 35.8334V17.186L14.1243 12.9329V16.2342L22.4519 12.9008V17.5001H35.776V35.8334H4.13135ZM6.62957 33.3334H33.2777V20.0001H19.9537V16.5834L11.6261 19.9167V16.6667L6.62957 18.8751V33.3334ZM18.4803 29.6154H21.427V23.718H18.4803V29.6154ZM11.8183 29.6154H14.7649V23.718H11.8183V29.6154ZM25.1424 29.6154H28.089V23.718H25.1424V29.6154ZM35.776 17.5001H29.0179L30.6835 4.80786H34.2065L35.776 17.5001Z",fill:"currentColor"})),production:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M6.81962 35V30.7222H12.0696L7.7085 16.0278C6.86591 15.6111 6.19693 15.0324 5.70154 14.2917C5.20618 13.5509 4.9585 12.6389 4.9585 11.5555C4.9585 10.2222 5.43998 9.07407 6.40295 8.11112C7.3659 7.14815 8.51404 6.66666 9.84737 6.66666C11.0233 6.66666 12.021 6.98843 12.8405 7.63196C13.6599 8.27546 14.2178 9.12036 14.514 10.1667H20.3474V7.97221C20.3474 7.5926 20.484 7.26621 20.7571 6.99304C21.0303 6.7199 21.3566 6.58333 21.7363 6.58333C22.0233 6.58333 22.2756 6.68055 22.4932 6.875C22.7108 7.06944 22.8474 7.30555 22.903 7.58333L25.9307 4.69446C26.1622 4.46296 26.4516 4.31248 26.7988 4.24304C27.146 4.1736 27.4955 4.22221 27.8474 4.38887L34.403 7.5C34.6807 7.64814 34.8729 7.85879 34.9793 8.13196C35.0858 8.40509 35.0696 8.68518 34.9307 8.97221C34.7826 9.26851 34.5673 9.45139 34.2849 9.52083C34.0025 9.59028 33.727 9.55555 33.4585 9.41666L27.153 6.41666L23.1252 10.3889V12.6111L27.153 16.6667L33.4585 13.6389C33.7455 13.5 34.0279 13.4722 34.3057 13.5555C34.5835 13.6389 34.7918 13.8241 34.9307 14.1111C35.0789 14.4074 35.0974 14.6991 34.9863 14.9861C34.8752 15.2731 34.6715 15.4907 34.3752 15.6389L27.9585 18.6667C27.5881 18.8518 27.2247 18.9282 26.8682 18.8958C26.5117 18.8634 26.1992 18.713 25.9307 18.4445L22.903 15.5555C22.8474 15.8704 22.7108 16.1157 22.4932 16.2917C22.2756 16.4676 22.0233 16.5555 21.7363 16.5555C21.3566 16.5555 21.0303 16.419 20.7571 16.1458C20.484 15.8727 20.3474 15.5463 20.3474 15.1667V12.9444H14.4585C14.4307 13.2407 14.3404 13.537 14.1877 13.8333C14.0349 14.1296 13.8474 14.3889 13.6252 14.6111L22.0974 30.7222H28.4863V35H6.81962ZM9.84737 13.6667C10.4492 13.6667 10.9516 13.4653 11.3543 13.0625C11.7571 12.6597 11.9585 12.1574 11.9585 11.5555C11.9585 10.9537 11.7571 10.4514 11.3543 10.0486C10.9516 9.6458 10.4492 9.44442 9.84737 9.44442C9.24551 9.44442 8.74319 9.6458 8.34041 10.0486C7.93763 10.4514 7.73625 10.9537 7.73625 11.5555C7.73625 12.1574 7.93763 12.6597 8.34041 13.0625C8.74319 13.4653 9.24551 13.6667 9.84737 13.6667ZM15.0418 30.7222H18.9585L11.3196 16.0833C11.2641 16.1204 11.1622 16.1574 11.014 16.1944L10.6807 16.2777L15.0418 30.7222Z",fill:"currentColor"})),productsBying:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M7.33333 27.8889V6.77775H4V4H10.1111V25.1111H35.6667V27.8889H7.33333ZM10.0865 35.6667C9.31586 35.6667 8.66435 35.3942 8.13196 34.8493C7.59954 34.3043 7.33333 33.6492 7.33333 32.884C7.33333 32.1188 7.59954 31.4653 8.13196 30.9236C8.66435 30.382 9.31586 30.1111 10.0865 30.1111C10.8571 30.1111 11.5169 30.3836 12.0657 30.9285C12.6145 31.4735 12.8889 32.1286 12.8889 32.8938C12.8889 33.6591 12.6145 34.3125 12.0657 34.8542C11.5169 35.3958 10.8571 35.6667 10.0865 35.6667ZM12.6111 22.6111V13.1667H22.0555V22.6111H12.6111ZM15.3889 19.8334H19.2778V15.9445H15.3889V19.8334ZM24.2778 22.6111V13.1667H33.7222V22.6111H24.2778ZM27.0555 19.8334H30.9445V15.9445H27.0555V19.8334ZM32.884 35.6667C32.1188 35.6667 31.4653 35.3942 30.9236 34.8493C30.382 34.3043 30.1111 33.6492 30.1111 32.884C30.1111 32.1188 30.3836 31.4653 30.9285 30.9236C31.4735 30.382 32.1286 30.1111 32.8938 30.1111C33.6591 30.1111 34.3125 30.3836 34.8542 30.9285C35.3958 31.4735 35.6667 32.1286 35.6667 32.8938C35.6667 33.6591 35.3942 34.3125 34.8493 34.8542C34.3043 35.3958 33.6492 35.6667 32.884 35.6667Z",fill:"currentColor"})),products:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M20 23.2175C21.733 23.2175 23.1379 21.7789 23.1379 20.0044C23.1379 18.2299 21.733 16.7914 20 16.7914C18.267 16.7914 16.8621 18.2299 16.8621 20.0044C16.8621 21.7789 18.267 23.2175 20 23.2175Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 5H33V7.61123H32.1034V32.3976H33V35H7V32.3976H7.89655V7.61123H7V5ZM29.5931 32.3976H10.4069V28.7256H29.5931V32.3976ZM29.5931 7.61123H10.4069V11.2833H29.5931V7.61123ZM10.4069 26.1551V13.8537H29.5931V26.1551H10.4069Z",fill:"currentColor"})),projectManager:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.3335 35V32.2222H32.2224V19.8333C32.2224 16.4595 31.0366 13.5976 28.6649 11.2474C26.2932 8.89728 23.4049 7.72221 20.0002 7.72221C16.5954 7.72221 13.7071 8.89728 11.3355 11.2474C8.96376 13.5976 7.77791 16.4595 7.77791 19.8333V30H6.66683C5.75016 30 4.96544 29.6736 4.31266 29.0208C3.65989 28.3681 3.3335 27.5833 3.3335 26.6667V23.3333C3.3335 22.75 3.47933 22.2014 3.771 21.6875C4.06266 21.1736 4.47239 20.7639 5.00016 20.4583L5.12516 18.25C5.34739 16.3611 5.896 14.6111 6.771 13C7.646 11.3889 8.74322 9.98611 10.0627 8.79167C11.3821 7.59722 12.896 6.66667 14.6043 6C16.3127 5.33333 18.1113 5 20.0002 5C21.8891 5 23.6807 5.33333 25.3752 6C27.0696 6.66667 28.5835 7.59028 29.9168 8.77083C31.2502 9.95139 32.3474 11.3472 33.2085 12.9583C34.0696 14.5694 34.6252 16.3194 34.8752 18.2083L35.0002 20.375C35.5279 20.625 35.9377 21 36.2293 21.5C36.521 22 36.6668 22.5278 36.6668 23.0833V26.9167C36.6668 27.4722 36.521 28 36.2293 28.5C35.9377 29 35.5279 29.375 35.0002 29.625V32.2222C35.0002 32.9861 34.7282 33.6401 34.1842 34.184C33.6402 34.728 32.9863 35 32.2224 35H18.3335ZM14.9953 23.0555C14.6004 23.0555 14.271 22.922 14.0071 22.6548C13.7432 22.3877 13.6113 22.0567 13.6113 21.6618C13.6113 21.2669 13.7449 20.9375 14.012 20.6736C14.2791 20.4097 14.6102 20.2778 15.005 20.2778C15.3999 20.2778 15.7293 20.4114 15.9932 20.6785C16.2571 20.9456 16.389 21.2767 16.389 21.6715C16.389 22.0664 16.2555 22.3958 15.9883 22.6597C15.7212 22.9236 15.3902 23.0555 14.9953 23.0555ZM24.9953 23.0555C24.6004 23.0555 24.271 22.922 24.0071 22.6548C23.7432 22.3877 23.6113 22.0567 23.6113 21.6618C23.6113 21.2669 23.7449 20.9375 24.012 20.6736C24.2791 20.4097 24.6102 20.2778 25.005 20.2778C25.3999 20.2778 25.7293 20.4114 25.9932 20.6785C26.2571 20.9456 26.389 21.2767 26.389 21.6715C26.389 22.0664 26.2555 22.3958 25.9883 22.6597C25.7212 22.9236 25.3902 23.0555 24.9953 23.0555ZM10.0418 20.75C9.84739 17.8056 10.7363 15.2778 12.7085 13.1667C14.6807 11.0556 17.1391 10 20.0835 10C22.5187 10 24.6414 10.794 26.4515 12.382C28.2617 13.9699 29.3613 15.9676 29.7502 18.375C27.2594 18.3472 24.9793 17.6574 22.9099 16.3055C20.8404 14.9537 19.2429 13.1574 18.1174 10.9167C17.6781 13.1389 16.7432 15.1181 15.3127 16.8542C13.8821 18.5903 12.1252 19.8889 10.0418 20.75Z",fill:"currentColor"})),publications:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M7.17934 34.1666C6.33745 34.1666 5.62484 33.8749 5.0415 33.2916C4.45817 32.7083 4.1665 31.9957 4.1665 31.1538V12.5H6.66646V31.1538C6.66646 31.282 6.71988 31.3995 6.82671 31.5064C6.93357 31.6132 7.05112 31.6666 7.17934 31.6666H30.8331V34.1666H7.17934ZM13.846 27.4999C13.0041 27.4999 12.2915 27.2083 11.7082 26.6249C11.1248 26.0416 10.8332 25.329 10.8332 24.4871V5.83334H37.4998V24.4871C37.4998 25.329 37.2081 26.0416 36.6248 26.6249C36.0414 27.2083 35.3288 27.4999 34.4869 27.4999H13.846ZM13.846 25H34.4869C34.6151 25 34.7327 24.9466 34.8396 24.8397C34.9464 24.7329 34.9998 24.6153 34.9998 24.4871V8.3333H13.3331V24.4871C13.3331 24.6153 13.3865 24.7329 13.4934 24.8397C13.6002 24.9466 13.7178 25 13.846 25ZM16.6665 20H23.3331V11.6666H16.6665V20ZM24.9998 20H31.6665V16.6666H24.9998V20ZM24.9998 15H31.6665V11.6666H24.9998V15Z",fill:"currentColor"})),rangesSectors:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M10.8611 18.1666L20.0278 3.33331L29.1945 18.1666H10.8611ZM29.3333 36.6666C27.2685 36.6666 25.5301 35.9606 24.118 34.5486C22.706 33.1366 22 31.3981 22 29.3333C22 27.2685 22.706 25.5301 24.118 24.1181C25.5301 22.706 27.2685 22 29.3333 22C31.3981 22 33.1366 22.706 34.5486 24.1181C35.9607 25.5301 36.6667 27.2685 36.6667 29.3333C36.6667 31.3981 35.9607 33.1366 34.5486 34.5486C33.1366 35.9606 31.3981 36.6666 29.3333 36.6666ZM5 35.6944V22.8056H17.8889V35.6944H5ZM29.3357 33.8889C30.6119 33.8889 31.6898 33.4483 32.5695 32.5671C33.4491 31.6859 33.8889 30.6072 33.8889 29.331C33.8889 28.0548 33.4483 26.9768 32.5671 26.0972C31.6859 25.2176 30.6072 24.7778 29.331 24.7778C28.0548 24.7778 26.9768 25.2184 26.0972 26.0996C25.2176 26.9808 24.7778 28.0595 24.7778 29.3357C24.7778 30.6119 25.2184 31.6898 26.0996 32.5694C26.9808 33.4491 28.0595 33.8889 29.3357 33.8889ZM7.77775 32.9167H15.1111V25.5833H7.77775V32.9167ZM15.8333 15.3889H24.2222L20.0278 8.61106L15.8333 15.3889Z",fill:"currentColor"})),recipe:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 12.8055H35V29.1667C35 30.3241 34.5949 31.3079 33.7847 32.1181C32.9745 32.9283 31.9908 33.3333 30.8334 33.3333H9.16663C8.00924 33.3333 7.02544 32.9283 6.21525 32.1181C5.40508 31.3079 5 30.3241 5 29.1667V12.8055ZM7.77775 15.5833V29.1667C7.77775 29.5602 7.91086 29.8901 8.17708 30.1562C8.44328 30.4225 8.77312 30.5556 9.16663 30.5556H30.8334C31.2269 30.5556 31.5567 30.4225 31.8229 30.1562C32.0891 29.8901 32.2222 29.5602 32.2222 29.1667V15.5833H7.77775ZM5 11.1389V8.33333H15.2778V6.38888C15.2778 5.99538 15.4109 5.66551 15.6771 5.39929C15.9433 5.1331 16.2731 5 16.6667 5H23.3333C23.7269 5 24.0567 5.1331 24.3229 5.39929C24.5891 5.66551 24.7222 5.99538 24.7222 6.38888V8.33333H35V11.1389H5Z",fill:"currentColor"})),sectors:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M28.1412 33.9743C26.537 33.9743 25.1638 33.4032 24.0214 32.2608C22.8791 31.1185 22.3079 29.7452 22.3079 28.1411C22.3079 26.5369 22.8791 25.1637 24.0214 24.0213C25.1638 22.879 26.537 22.3078 28.1412 22.3078C29.7453 22.3078 31.1186 22.879 32.2609 24.0213C33.4033 25.1637 33.9745 26.5369 33.9745 28.1411C33.9745 29.7452 33.4033 31.1185 32.2609 32.2608C31.1186 33.4032 29.7453 33.9743 28.1412 33.9743ZM28.1412 31.4744C29.0578 31.4744 29.8426 31.148 30.4953 30.4952C31.1481 29.8424 31.4745 29.0577 31.4745 28.1411C31.4745 27.2244 31.1481 26.4397 30.4953 25.7869C29.8426 25.1341 29.0578 24.8077 28.1412 24.8077C27.2245 24.8077 26.4398 25.1341 25.787 25.7869C25.1342 26.4397 24.8078 27.2244 24.8078 28.1411C24.8078 29.0577 25.1342 29.8424 25.787 30.4952C26.4398 31.148 27.2245 31.4744 28.1412 31.4744ZM11.8592 28.9743C10.255 28.9743 8.88175 28.4032 7.73942 27.2608C6.59706 26.1185 6.02588 24.7452 6.02588 23.1411C6.02588 21.5369 6.59706 20.1637 7.73942 19.0213C8.88175 17.879 10.255 17.3078 11.8592 17.3078C13.4633 17.3078 14.8366 17.879 15.9789 19.0213C17.1213 20.1637 17.6924 21.5369 17.6924 23.1411C17.6924 24.7452 17.1213 26.1185 15.9789 27.2608C14.8366 28.4032 13.4633 28.9743 11.8592 28.9743ZM11.8592 26.4744C12.7758 26.4744 13.5606 26.148 14.2133 25.4952C14.8661 24.8424 15.1925 24.0577 15.1925 23.1411C15.1925 22.2244 14.8661 21.4397 14.2133 20.7869C13.5606 20.1341 12.7758 19.8077 11.8592 19.8077C10.9425 19.8077 10.1578 20.1341 9.505 20.7869C8.85223 21.4397 8.52584 22.2244 8.52584 23.1411C8.52584 24.0577 8.85223 24.8424 9.505 25.4952C10.1578 26.148 10.9425 26.4744 11.8592 26.4744ZM18.3335 16.1538C16.7294 16.1538 15.3561 15.5827 14.2138 14.4403C13.0714 13.298 12.5002 11.9247 12.5002 10.3206C12.5002 8.71643 13.0714 7.34318 14.2138 6.20085C15.3561 5.05849 16.7294 4.4873 18.3335 4.4873C19.9376 4.4873 21.3109 5.05849 22.4533 6.20085C23.5956 7.34318 24.1668 8.71643 24.1668 10.3206C24.1668 11.9247 23.5956 13.298 22.4533 14.4403C21.3109 15.5827 19.9376 16.1538 18.3335 16.1538ZM18.3335 13.6539C19.2502 13.6539 20.0349 13.3275 20.6877 12.6748C21.3404 12.022 21.6668 11.2373 21.6668 10.3206C21.6668 9.40393 21.3404 8.61921 20.6877 7.96643C20.0349 7.31365 19.2502 6.98726 18.3335 6.98726C17.4168 6.98726 16.6321 7.31365 15.9793 7.96643C15.3266 8.61921 15.0002 9.40393 15.0002 10.3206C15.0002 11.2373 15.3266 12.022 15.9793 12.6748C16.6321 13.3275 17.4168 13.6539 18.3335 13.6539Z",fill:"currentColor"})),socialMedia:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M30.1945 36.6667C28.8518 36.6667 27.7106 36.1959 26.7708 35.2543C25.831 34.3127 25.3611 33.1693 25.3611 31.8242C25.3611 31.6358 25.3796 31.4177 25.4167 31.1697C25.4537 30.9217 25.5093 30.6984 25.5833 30.5L13.25 23.3333C12.8148 23.787 12.2963 24.1505 11.6945 24.4236C11.0926 24.6968 10.4722 24.8333 9.83333 24.8333C8.49075 24.8333 7.34954 24.3634 6.40971 23.4236C5.4699 22.4838 5 21.3426 5 20C5 18.6574 5.4699 17.5162 6.40971 16.5764C7.34954 15.6366 8.49075 15.1667 9.83333 15.1667C10.4722 15.1667 11.0833 15.2894 11.6667 15.5347C12.25 15.7801 12.7778 16.1297 13.25 16.5833L25.5833 9.47222C25.5093 9.28572 25.4537 9.0759 25.4167 8.84276C25.3796 8.60962 25.3611 8.38426 25.3611 8.16668C25.3611 6.82409 25.831 5.68289 26.7708 4.74305C27.7106 3.80325 28.8518 3.33334 30.1945 3.33334C31.537 3.33334 32.6782 3.80325 33.618 4.74305C34.5579 5.68289 35.0278 6.82409 35.0278 8.16668C35.0278 9.50926 34.5579 10.6505 33.618 11.5903C32.6782 12.5301 31.537 13 30.1945 13C29.549 13 28.9316 12.8912 28.3423 12.6736C27.753 12.456 27.2407 12.1204 26.8055 11.6667L14.4722 18.6111C14.5278 18.8148 14.5741 19.0486 14.6111 19.3125C14.6481 19.5764 14.6667 19.8078 14.6667 20.0067C14.6667 20.2056 14.6481 20.4116 14.6111 20.6248C14.5741 20.8379 14.5278 21.0463 14.4722 21.25L26.8055 28.3056C27.2407 27.9074 27.7407 27.5903 28.3055 27.3542C28.8704 27.1181 29.5 27 30.1945 27C31.537 27 32.6782 27.4699 33.618 28.4098C34.5579 29.3496 35.0278 30.4908 35.0278 31.8333C35.0278 33.1759 34.5579 34.3171 33.618 35.257C32.6782 36.1968 31.537 36.6667 30.1945 36.6667ZM30.1954 10.2222C30.7781 10.2222 31.2662 10.0251 31.6597 9.63097C32.0532 9.2368 32.25 8.74839 32.25 8.16572C32.25 7.58302 32.0529 7.09491 31.6588 6.70139C31.2646 6.30786 30.7762 6.11109 30.1935 6.11109C29.6108 6.11109 29.1227 6.30818 28.7292 6.70234C28.3356 7.09654 28.1389 7.58497 28.1389 8.16764C28.1389 8.75033 28.336 9.23844 28.7301 9.63197C29.1243 10.0255 29.6128 10.2222 30.1954 10.2222ZM9.83429 22.0556C10.417 22.0556 10.9051 21.8585 11.2986 21.4643C11.6921 21.0701 11.8889 20.5817 11.8889 19.9991C11.8889 19.4164 11.6918 18.9282 11.2976 18.5347C10.9035 18.1412 10.415 17.9444 9.83233 17.9444C9.24967 17.9444 8.76157 18.1415 8.36804 18.5357C7.97451 18.9299 7.77775 19.4183 7.77775 20.001C7.77775 20.5837 7.97483 21.0718 8.369 21.4653C8.76319 21.8588 9.25162 22.0556 9.83429 22.0556ZM30.1954 33.8889C30.7781 33.8889 31.2662 33.6918 31.6597 33.2977C32.0532 32.9035 32.25 32.4151 32.25 31.8324C32.25 31.2497 32.0529 30.7616 31.6588 30.3681C31.2646 29.9746 30.7762 29.7778 30.1935 29.7778C29.6108 29.7778 29.1227 29.9749 28.7292 30.3691C28.3356 30.7632 28.1389 31.2517 28.1389 31.8343C28.1389 32.417 28.336 32.9051 28.7301 33.2986C29.1243 33.6922 29.6128 33.8889 30.1954 33.8889Z",fill:"currentColor"})),strategy:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8.97457 32.6922H31.0257V29.9199C31.0257 29.7703 30.9777 29.6474 30.8815 29.5512C30.7853 29.4551 30.6625 29.407 30.5129 29.407H9.4874C9.33782 29.407 9.21496 29.4551 9.11882 29.5512C9.02265 29.6474 8.97457 29.7703 8.97457 29.9199V32.6922ZM13.9617 26.9071H26.0386L24.9841 19.5833H15.0162L13.9617 26.9071ZM6.47461 35.1922V29.9199C6.47461 29.0913 6.76961 28.3821 7.35961 27.7921C7.94964 27.2021 8.6589 26.9071 9.4874 26.9071H11.4618L12.4906 19.5833H8.14128V17.0834H31.859V19.5833H27.5097L28.5385 26.9071H30.5091C31.3428 26.9071 32.054 27.2021 32.6427 27.7921C33.2314 28.3821 33.5257 29.0913 33.5257 29.9199V35.1922H6.47461ZM12.3977 17.0834L9.67973 4.80778C10.5323 5.40606 11.3729 5.92795 12.2016 6.37345C13.0302 6.81895 13.9417 7.04169 14.9361 7.04169C15.9511 7.04169 16.8784 6.82376 17.7181 6.3879C18.5579 5.95201 19.3185 5.41997 20.0002 4.79178C20.6818 5.41997 21.4427 5.95201 22.2829 6.3879C23.1232 6.82376 24.0449 7.04169 25.0482 7.04169C26.0119 7.04169 26.9023 6.82163 27.7196 6.38149C28.5369 5.94132 29.4092 5.41675 30.3366 4.80778L27.6027 17.0834H25.0354L26.7886 9.31407C26.6283 9.36749 26.4013 9.41878 26.1075 9.46795C25.8137 9.51709 25.4392 9.54165 24.9841 9.54165C24.0976 9.54165 23.2297 9.41558 22.3802 9.16344C21.5307 8.91131 20.7373 8.55021 20.0002 8.08015C19.2801 8.55021 18.5021 8.91131 17.6663 9.16344C16.8305 9.41558 15.976 9.54165 15.1028 9.54165C14.6241 9.54165 14.232 9.52242 13.9265 9.48394C13.6209 9.4455 13.388 9.39956 13.2277 9.34611L14.9649 17.0834H12.3977Z",fill:"currentColor"})),supplier:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M7.43119 34.5812C6.16071 34.5812 5.07973 34.1352 4.18827 33.2431C3.29681 32.351 2.85107 31.2693 2.85107 29.9979C2.85107 29.3078 2.99253 28.655 3.27545 28.0396C3.55839 27.4242 3.9721 26.8964 4.51658 26.4563V18.748H8.08785V9.16463H19.8264L27.366 26.8858C27.5219 27.2533 27.6441 27.6235 27.7327 27.9963C27.8213 28.3692 27.8656 28.7586 27.8656 29.1646C27.8656 30.6689 27.3393 31.9477 26.2866 33.0011C25.2339 34.0545 23.956 34.5812 22.4528 34.5812C21.3467 34.5812 20.3388 34.2799 19.4292 33.6774C18.5196 33.0748 17.8609 32.265 17.4531 31.2479H11.8159C11.5405 32.2372 10.9965 33.0401 10.1841 33.6566C9.3716 34.273 8.45397 34.5812 7.43119 34.5812ZM29.5311 32.9146V7.0813H32.0294V30.4146H37.0579V32.9146H29.5311ZM7.43119 32.0813C8.00987 32.0813 8.50153 31.8788 8.90616 31.4739C9.3108 31.069 9.51311 30.577 9.51311 29.9979C9.51311 29.4189 9.3108 28.9269 8.90616 28.5219C8.50153 28.117 8.00987 27.9146 7.43119 27.9146C6.85253 27.9146 6.36089 28.117 5.95625 28.5219C5.55159 28.9269 5.34926 29.4189 5.34926 29.9979C5.34926 30.577 5.55159 31.069 5.95625 31.4739C6.36089 31.8788 6.85253 32.0813 7.43119 32.0813ZM22.4528 32.0813C23.2535 32.0813 23.9394 31.7955 24.5107 31.2239C25.0818 30.6523 25.3674 29.9659 25.3674 29.1646C25.3674 28.3633 25.0818 27.6769 24.5107 27.1053C23.9394 26.5337 23.2535 26.2479 22.4528 26.2479C21.652 26.2479 20.9661 26.5337 20.3948 27.1053C19.8237 27.6769 19.5381 28.3633 19.5381 29.1646C19.5381 29.9659 19.8237 30.6523 20.3948 31.2239C20.9661 31.7955 21.652 32.0813 22.4528 32.0813ZM11.8159 28.748H17.0655C17.0783 28.2821 17.1621 27.8371 17.3169 27.413C17.4718 26.9888 17.6986 26.6005 17.9976 26.2479H14.3943L9.52269 21.2479H7.01477V25.4787C7.07883 25.4574 7.14556 25.4413 7.21496 25.4306C7.28438 25.42 7.35646 25.4146 7.43119 25.4146C8.45397 25.4146 9.3716 25.7229 10.1841 26.3393C10.9965 26.9557 11.5405 27.7586 11.8159 28.748ZM15.4577 23.748H22.6065C22.7453 23.748 22.8814 23.764 23.0149 23.7961C23.1484 23.8281 23.2792 23.8762 23.4073 23.9403L18.1801 11.6646H10.586V18.748L15.4577 23.748ZM14.3943 26.2479L13.624 25.4562C13.1105 24.9284 12.5553 24.3521 11.9585 23.7271C11.3617 23.1021 10.8065 22.5326 10.293 22.0187L9.52269 21.2479L14.3943 26.2479Z",fill:"currentColor"})),territories:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M25.3333 35L14.6944 31.25L5 35.0694V8.3611L14.6944 4.99998L25.3333 8.72219L35 4.90277V31.6111L25.3333 35ZM23.8333 31.5556V11.0277L16.1667 8.41665V28.9444L23.8333 31.5556ZM26.6111 31.5556L32.2222 29.6944V8.88885L26.6111 11.0277V31.5556ZM7.77775 31.0833L13.3889 28.9444V8.41665L7.77775 10.2777V31.0833Z",fill:"currentColor"})),trajectory:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M27.8286 35.1083L25.8842 33.1639L28.5092 30.4972L25.8842 27.8722L27.8286 25.8861L30.4953 28.5527L33.1203 25.8861L35.1064 27.8722L32.4397 30.4972L35.1064 33.1639L33.1203 35.1083L30.4953 32.4833L27.8286 35.1083ZM9.79595 32.3305C10.3455 32.3305 10.8078 32.1447 11.1828 31.7729C11.5578 31.4012 11.7453 30.9405 11.7453 30.391C11.7453 29.8414 11.5594 29.3791 11.1877 29.0041C10.8159 28.6291 10.3553 28.4416 9.8057 28.4416C9.25614 28.4416 8.79386 28.6275 8.41886 28.9992C8.04386 29.371 7.85636 29.8316 7.85636 30.3812C7.85636 30.9308 8.04224 31.393 8.41399 31.768C8.78574 32.143 9.24639 32.3305 9.79595 32.3305ZM9.81145 35.1083C8.48956 35.1083 7.37028 34.6489 6.45361 33.73C5.53695 32.8112 5.07861 31.6954 5.07861 30.3828C5.07861 29.0702 5.53771 27.9555 6.4559 27.0389C7.37413 26.1222 8.4891 25.6639 9.80082 25.6639C10.8471 25.6639 11.78 25.9671 12.5994 26.5736C13.4189 27.18 13.986 27.9787 14.3008 28.9694C15.5508 28.8305 16.5948 28.2889 17.4328 27.3444C18.2708 26.4 18.6897 25.2935 18.6897 24.025V16.775C18.6897 14.5463 19.4752 12.6465 21.046 11.0757C22.6168 9.50483 24.5166 8.71941 26.7453 8.71941H29.7175L26.8147 5.81662L28.8009 3.83054L35.0786 10.1083L28.8009 16.386L26.8147 14.4416L29.7175 11.4972H26.7453C25.2792 11.4972 24.0331 12.0103 23.0069 13.0365C21.9806 14.0628 21.4675 15.3089 21.4675 16.775V24.025C21.4675 26.0527 20.7823 27.8097 19.4119 29.2958C18.0416 30.7819 16.3471 31.6037 14.3286 31.7611C14.0138 32.7518 13.44 33.5574 12.6072 34.1777C11.7744 34.7981 10.8425 35.1083 9.81145 35.1083ZM7.02303 14.3305L5.07861 12.386L7.70361 9.71937L5.07861 7.09437L7.02303 5.10829L9.6897 7.77495L12.3147 5.10829L14.3008 7.09437L11.6342 9.71937L14.3008 12.386L12.3147 14.3305L9.6897 11.7055L7.02303 14.3305Z",fill:"currentColor"})),transformationSteps:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M15.9168 36.6667L15.139 31.3889C14.6668 31.213 14.183 30.9815 13.6876 30.6945C13.1922 30.4074 12.7455 30.1065 12.3473 29.7917L7.41679 31.9861L3.30566 24.7917L7.73625 21.514C7.68994 21.2825 7.66216 21.0301 7.65291 20.757C7.64364 20.4838 7.639 20.2315 7.639 20C7.639 19.7686 7.64364 19.5163 7.65291 19.2431C7.66216 18.9699 7.68994 18.7176 7.73625 18.4861L3.30566 15.2084L7.41679 8.01396L12.3473 10.2084C12.7455 9.89357 13.1946 9.59264 13.6946 9.30558C14.1946 9.01856 14.6761 8.79633 15.139 8.63892L15.9168 3.33337H24.0835L24.8612 8.61117C25.3335 8.78708 25.8219 9.01393 26.3265 9.29171C26.8311 9.56949 27.2733 9.87504 27.6529 10.2084L32.5835 8.01396L36.6946 15.2084L32.264 18.4306C32.3103 18.6806 32.3381 18.9422 32.3473 19.2153C32.3566 19.4885 32.3612 19.75 32.3612 20C32.3612 20.25 32.3566 20.507 32.3473 20.7709C32.3381 21.0348 32.3057 21.2917 32.2501 21.5417L36.6807 24.7917L32.5696 31.9861L27.6529 29.7917C27.2548 30.1065 26.8103 30.4121 26.3196 30.7084C25.8288 31.0047 25.3427 31.2315 24.8612 31.3889L24.0835 36.6667H15.9168ZM20.0279 25.5556C21.5649 25.5556 22.8751 25.0139 23.9585 23.9306C25.0418 22.8473 25.5835 21.5371 25.5835 20C25.5835 18.463 25.0418 17.1528 23.9585 16.0695C22.8751 14.9862 21.5649 14.4445 20.0279 14.4445C18.4816 14.4445 17.1691 14.9862 16.0904 16.0695C15.0117 17.1528 14.4723 18.463 14.4723 20C14.4723 21.5371 15.0117 22.8473 16.0904 23.9306C17.1691 25.0139 18.4816 25.5556 20.0279 25.5556ZM20.0279 22.7778C19.2594 22.7778 18.6043 22.507 18.0626 21.9653C17.521 21.4237 17.2501 20.7686 17.2501 20C17.2501 19.2315 17.521 18.5764 18.0626 18.0348C18.6043 17.4931 19.2594 17.2223 20.0279 17.2223C20.7964 17.2223 21.4515 17.4931 21.9932 18.0348C22.5348 18.5764 22.8057 19.2315 22.8057 20C22.8057 20.7686 22.5348 21.4237 21.9932 21.9653C21.4515 22.507 20.7964 22.7778 20.0279 22.7778ZM18.2223 33.889H21.764L22.3473 29.3056C23.2455 29.0834 24.0904 28.7431 24.8821 28.2848C25.6737 27.8265 26.3937 27.2732 27.0418 26.625L31.3612 28.4723L33.014 25.5278L29.2085 22.7084C29.3288 22.2639 29.4214 21.8172 29.4862 21.3681C29.5511 20.919 29.5835 20.463 29.5835 20C29.5835 19.5371 29.5557 19.0811 29.5001 18.632C29.4446 18.1829 29.3473 17.7362 29.2085 17.2917L33.014 14.4723L31.3612 11.5278L27.0418 13.3889C26.4122 12.6945 25.7062 12.1135 24.9237 11.6459C24.1413 11.1783 23.2825 10.8611 22.3473 10.6945L21.7779 6.11112H18.2362L17.6529 10.6945C16.7362 10.8982 15.8821 11.2292 15.0904 11.6875C14.2987 12.1459 13.5881 12.7084 12.9585 13.375L8.639 11.5278L6.98621 14.4723L10.7918 17.2778C10.6714 17.7315 10.5788 18.1806 10.514 18.625C10.4492 19.0695 10.4168 19.5278 10.4168 20C10.4168 20.463 10.4492 20.9167 10.514 21.3612C10.5788 21.8056 10.6714 22.2547 10.7918 22.7084L6.98621 25.5278L8.639 28.4723L12.9585 26.6112C13.6066 27.2686 14.3265 27.8265 15.1182 28.2848C15.9098 28.7431 16.7547 29.0834 17.6529 29.3056L18.2223 33.889Z",fill:"currentColor"})),transportation:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.55863 33.3055C8.1861 33.3055 7.01835 32.8248 6.05538 31.8634C5.09241 30.902 4.61092 29.7345 4.61092 28.3611H1.6665V6.66663H28.3054V13.5278H32.8887L38.3332 20.7778V28.3611H35.2498C35.2498 29.7345 34.7694 30.902 33.8087 31.8634C32.8479 32.8248 31.6812 33.3055 30.3087 33.3055C28.9361 33.3055 27.7684 32.8248 26.8054 31.8634C25.8424 30.902 25.361 29.7345 25.361 28.3611H14.4998C14.4998 29.7314 14.0194 30.8981 13.0586 31.8611C12.0979 32.824 10.9312 33.3055 9.55863 33.3055ZM9.55538 30.5278C10.1572 30.5278 10.6688 30.3171 11.0901 29.8958C11.5114 29.4745 11.722 28.9629 11.722 28.3611C11.722 27.7592 11.5114 27.2476 11.0901 26.8263C10.6688 26.405 10.1572 26.1944 9.55538 26.1944C8.95352 26.1944 8.44193 26.405 8.02063 26.8263C7.59935 27.2476 7.38871 27.7592 7.38871 28.3611C7.38871 28.9629 7.59935 29.4745 8.02063 29.8958C8.44193 30.3171 8.95352 30.5278 9.55538 30.5278ZM4.44425 25.5833H5.4998C5.97202 24.9166 6.5511 24.3842 7.23705 23.9861C7.92299 23.5879 8.68689 23.3888 9.52875 23.3888C10.3706 23.3888 11.1387 23.5925 11.8332 24C12.5276 24.4074 13.1109 24.9352 13.5832 25.5833H25.5276V9.44438H4.44425V25.5833ZM30.3054 30.5278C30.9073 30.5278 31.4188 30.3171 31.8401 29.8958C32.2614 29.4745 32.4721 28.9629 32.4721 28.3611C32.4721 27.7592 32.2614 27.2476 31.8401 26.8263C31.4188 26.405 30.9073 26.1944 30.3054 26.1944C29.7036 26.1944 29.192 26.405 28.7707 26.8263C28.3494 27.2476 28.1387 27.7592 28.1387 28.3611C28.1387 28.9629 28.3494 29.4745 28.7707 29.8958C29.192 30.3171 29.7036 30.5278 30.3054 30.5278ZM28.3054 22.0833H35.8332L31.4998 16.3055H28.3054V22.0833Z",fill:"currentColor"})),users:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M1.61133 33.3333V29.1667C1.61133 28.2037 1.85901 27.3264 2.35437 26.5348C2.84973 25.7431 3.52797 25.1482 4.38908 24.75C6.31502 23.8704 8.11595 23.2292 9.79187 22.8264C11.4678 22.4236 13.1854 22.2223 14.9447 22.2223C16.7039 22.2223 18.4169 22.4236 20.0835 22.8264C21.7502 23.2292 23.5465 23.8704 25.4724 24.75C26.3335 25.1482 27.0164 25.7431 27.521 26.5348C28.0257 27.3264 28.278 28.2037 28.278 29.1667V33.3333H1.61133ZM31.0557 33.3333V29.0556C31.0557 27.4815 30.646 26.132 29.8266 25.007C29.0071 23.882 27.9076 22.9537 26.528 22.2223C28.278 22.4259 29.9261 22.7384 31.4724 23.1598C33.0187 23.581 34.3243 24.0741 35.3891 24.6389C36.3335 25.1759 37.0696 25.8171 37.5974 26.5625C38.1252 27.3079 38.3891 28.1389 38.3891 29.0556V33.3333H31.0557ZM14.9447 19.9722C13.1113 19.9722 11.5882 19.3657 10.3752 18.1528C9.16223 16.9398 8.55574 15.4167 8.55574 13.5833C8.55574 11.75 9.16223 10.2269 10.3752 9.01392C11.5882 7.80094 13.1113 7.19446 14.9447 7.19446C16.778 7.19446 18.3011 7.80094 19.5141 9.01392C20.7271 10.2269 21.3335 11.75 21.3335 13.5833C21.3335 15.4167 20.7271 16.9398 19.5141 18.1528C18.3011 19.3657 16.778 19.9722 14.9447 19.9722ZM30.5002 13.5833C30.5002 15.4167 29.8937 16.9398 28.6807 18.1528C27.4678 19.3657 25.9446 19.9722 24.1113 19.9722C23.8057 19.9722 23.4492 19.9468 23.0418 19.8958C22.6344 19.8449 22.278 19.7685 21.9724 19.6667C22.6669 18.9074 23.1969 18.0093 23.5627 16.9722C23.9284 15.9352 24.1113 14.8056 24.1113 13.5833C24.1113 12.3611 23.9284 11.25 23.5627 10.25C23.1969 9.25 22.6669 8.33333 21.9724 7.5C22.3057 7.39817 22.6622 7.32178 23.0418 7.27083C23.4215 7.21992 23.778 7.19446 24.1113 7.19446C25.9446 7.19446 27.4678 7.80094 28.6807 9.01392C29.8937 10.2269 30.5002 11.75 30.5002 13.5833ZM4.38908 30.5556H25.5002V29.1667C25.5002 28.7685 25.3868 28.3889 25.16 28.0278C24.9331 27.6667 24.6484 27.4074 24.3057 27.25C22.4724 26.4074 20.8474 25.8218 19.4307 25.493C18.0141 25.1643 16.5187 25 14.9447 25C13.3706 25 11.8706 25.1643 10.4447 25.493C9.01872 25.8218 7.38908 26.4074 5.55574 27.25C5.21316 27.4074 4.93306 27.6667 4.71545 28.0278C4.49787 28.3889 4.38908 28.7685 4.38908 29.1667V30.5556ZM14.9447 17.1945C15.9724 17.1945 16.8312 16.8496 17.521 16.1597C18.2108 15.4699 18.5557 14.6111 18.5557 13.5833C18.5557 12.5556 18.2108 11.6968 17.521 11.007C16.8312 10.3171 15.9724 9.97221 14.9447 9.97221C13.9169 9.97221 13.0581 10.3171 12.3682 11.007C11.6784 11.6968 11.3335 12.5556 11.3335 13.5833C11.3335 14.6111 11.6784 15.4699 12.3682 16.1597C13.0581 16.8496 13.9169 17.1945 14.9447 17.1945Z",fill:"currentColor"})),vineyard:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M21.25 2H18.75V11H21.25V2Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.64 17.6521C23.64 17.1663 23.5454 16.7026 23.3737 16.2786C22.8327 14.9423 21.5259 14 19.9999 14C18.474 14 17.1673 14.942 16.6262 16.2782C16.4544 16.7023 16.3598 17.1661 16.3598 17.6521C16.3598 18.1381 16.4544 18.6019 16.6262 19.026C16.8065 19.4714 17.072 19.873 17.4023 20.2105C17.8781 20.6967 18.4885 21.0499 19.1729 21.2094C19.4386 21.2714 19.7154 21.3041 19.9999 21.3041C20.2844 21.3041 20.5614 21.2713 20.8271 21.2094C21.5114 21.0498 22.1216 20.6967 22.5973 20.2106C22.9278 19.873 23.1933 19.4712 23.3737 19.0256C23.5454 18.6016 23.64 18.138 23.64 17.6521Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.72 17.6521C25.72 17.1663 25.8145 16.7026 25.9862 16.2785C26.5272 14.9422 27.8339 14 29.3599 14C31.3704 14 33 15.6351 33 17.6521C33 19.669 31.3703 21.3041 29.3599 21.3041C29.0754 21.3041 28.7985 21.2713 28.5327 21.2094C27.8485 21.0498 27.2383 20.6967 26.7625 20.2106C26.4321 19.873 26.1666 19.4712 25.9862 19.0256C25.8145 18.6016 25.72 18.138 25.72 17.6521Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.5072 22.4427C26.1915 22.6022 26.8017 22.9554 27.2774 23.4415C27.9223 24.1004 28.32 25.0036 28.32 26.0001C28.32 28.017 26.6903 29.652 24.6799 29.652C24.3954 29.652 24.1186 29.6193 23.8529 29.5574C23.1685 29.3979 22.5581 29.0446 22.0823 28.5584C21.7521 28.221 21.4867 27.8195 21.3063 27.3742C21.1345 26.9501 21.0398 26.4862 21.0398 26.0001C21.0398 25.514 21.1345 25.05 21.3063 24.6258C21.4867 24.1805 21.7522 23.7789 22.0824 23.4414C22.5582 22.9554 23.1684 22.6022 23.8526 22.4427C24.1184 22.3807 24.3953 22.348 24.6799 22.348C24.9645 22.348 25.2415 22.3807 25.5072 22.4427Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.8271 30.7906C21.5115 30.9501 22.1219 31.3033 22.5977 31.7895C23.2425 32.4484 23.6402 33.3516 23.6402 34.3479C23.6402 36.365 22.0104 38 20.0001 38C17.9899 38 16.36 36.3649 16.36 34.3479C16.36 33.3515 16.7578 32.4483 17.4027 31.7894C17.8784 31.3033 18.4886 30.9502 19.1728 30.7906C19.4386 30.7287 19.7156 30.6959 20.0001 30.6959C20.2846 30.6959 20.5614 30.7286 20.8271 30.7906Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.9176 28.5585C17.4418 29.0446 16.8316 29.3978 16.1474 29.5573C15.8816 29.6193 15.6047 29.652 15.3201 29.652C13.3096 29.652 11.68 28.017 11.68 26.0001C11.68 25.0036 12.0777 24.1004 12.7226 23.4415C13.1983 22.9554 13.8085 22.6022 14.4928 22.4427C14.7586 22.3807 15.0355 22.348 15.3201 22.348C15.6046 22.348 15.8814 22.3807 16.147 22.4426C16.8315 22.6021 17.4418 22.9553 17.9177 23.4416C18.2479 23.779 18.5133 24.1805 18.6937 24.6258C18.8655 25.05 18.9602 25.514 18.9602 26.0001C18.9602 26.4862 18.8655 26.9501 18.6937 27.3742C18.5133 27.8196 18.2478 28.2211 17.9176 28.5585Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.6401 21.3041C10.9246 21.3041 11.2015 21.2713 11.4673 21.2094C12.1515 21.0498 12.7617 20.6967 13.2375 20.2106C13.5678 19.8731 13.8332 19.4715 14.0136 19.026C14.1854 18.6019 14.28 18.1381 14.28 17.6521C14.28 17.1661 14.1854 16.7023 14.0136 16.2781C13.4726 14.942 12.166 14 10.6401 14C8.62967 14 7 15.635 7 17.6521C7 19.669 8.62961 21.3041 10.6401 21.3041Z",fill:"currentColor"})),webinard:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M15.0974 32.2222H24.903L23.9307 28.3333H16.0696L15.0974 32.2222ZM15.0002 25.5556H25.0002C27.4594 25.5556 29.5557 24.6895 31.2891 22.9573C33.0224 21.2251 33.8891 19.1302 33.8891 16.6725C33.8891 14.2149 33.0224 12.1181 31.2891 10.3819C29.5557 8.64581 27.4594 7.77775 25.0002 7.77775H15.0002C12.5409 7.77775 10.4446 8.64385 8.71125 10.376C6.97791 12.1082 6.11125 14.2032 6.11125 16.6608C6.11125 19.1184 6.97791 21.2153 8.71125 22.9514C10.4446 24.6875 12.5409 25.5556 15.0002 25.5556ZM20.0002 20.5556C18.9168 20.5556 17.9978 20.1783 17.2432 19.4236C16.4886 18.669 16.1112 17.75 16.1112 16.6667C16.1112 15.5833 16.4886 14.6643 17.2432 13.9097C17.9978 13.1551 18.9168 12.7778 20.0002 12.7778C21.0835 12.7778 22.0025 13.1551 22.7571 13.9097C23.5118 14.6643 23.8891 15.5833 23.8891 16.6667C23.8891 17.75 23.5118 18.669 22.7571 19.4236C22.0025 20.1783 21.0835 20.5556 20.0002 20.5556ZM10.7502 14.6389C11.1298 14.6389 11.4562 14.5023 11.7293 14.2292C12.0025 13.956 12.139 13.625 12.139 13.2361C12.139 12.8472 12.0025 12.5208 11.7293 12.257C11.4562 11.9931 11.1252 11.8611 10.7363 11.8611C10.3474 11.8611 10.021 11.9942 9.75712 12.2604C9.49323 12.5266 9.36129 12.8565 9.36129 13.25C9.36129 13.6296 9.49439 13.956 9.76058 14.2292C10.0268 14.5023 10.3566 14.6389 10.7502 14.6389ZM6.66683 35V32.2222H12.264L13.278 28.2222C10.4539 27.8055 8.09044 26.5116 6.18766 24.3403C4.28489 22.169 3.3335 19.6111 3.3335 16.6667C3.3335 13.4167 4.46544 10.6597 6.72933 8.39583C8.99322 6.13194 11.7502 5 15.0002 5H25.0002C28.2502 5 31.0071 6.13194 33.271 8.39583C35.5349 10.6597 36.6668 13.4167 36.6668 16.6667C36.6668 19.6111 35.7154 22.169 33.8127 24.3403C31.9099 26.5116 29.5465 27.8055 26.7224 28.2222L27.7363 32.2222H33.3335V35H6.66683ZM20.0002 23.3333C21.8335 23.3333 23.4029 22.6806 24.7085 21.375C26.0141 20.0694 26.6668 18.5 26.6668 16.6667C26.6668 14.8333 26.0141 13.2639 24.7085 11.9583C23.4029 10.6528 21.8335 10 20.0002 10C18.1668 10 16.5974 10.6528 15.2918 11.9583C13.9863 13.2639 13.3335 14.8333 13.3335 16.6667C13.3335 18.5 13.9863 20.0694 15.2918 21.375C16.5974 22.6806 18.1668 23.3333 20.0002 23.3333Z",fill:"currentColor"})),wineTourism:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M4 36.6667V33.889H7.27779V28.1945C6.30557 27.8982 5.51621 27.345 4.90971 26.5348C4.30324 25.7246 4 24.7871 4 23.7223V10H13.3333V23.7223C13.3333 24.7315 13.0301 25.6552 12.4236 26.4931C11.8171 27.3311 11.0278 27.8982 10.0555 28.1945V33.889H13.3333V36.6667H4ZM6.77775 18.9167H10.5555V12.7778H6.77775V18.9167ZM8.66667 25.6112C9.17592 25.6112 9.61804 25.4237 9.99304 25.0487C10.368 24.6737 10.5555 24.2315 10.5555 23.7223V21.6945H6.77775V23.7223C6.77775 24.2315 6.96525 24.6737 7.34025 25.0487C7.71525 25.4237 8.15739 25.6112 8.66667 25.6112ZM17.8889 36.6667V15.5278L23.0556 13.3334V3.33337H30.3889V13.2778L35.6667 15.5V36.6667H17.8889ZM25.8333 7.88892H27.6111V6.11112H25.8333V7.88892ZM20.6667 20.4167H32.8889V17.25L27.6111 15V10.6667H25.8333V15L20.6667 17.2485V20.4167ZM20.6667 33.889H32.8889V29.9167H20.6667V33.889ZM20.6667 27.139H32.8889V23.1945H20.6667V27.139Z",fill:"currentColor"})),documentSpace:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M6.66683 33.3333C5.75016 33.3333 4.96544 33.0069 4.31266 32.3541C3.65988 31.7013 3.3335 30.9166 3.3335 30V13.3333C3.3335 12.4166 3.65988 11.6319 4.31266 10.9791C4.96544 10.3263 5.75016 9.99996 6.66683 9.99996H16.6668L20.0002 6.66663H33.3335C34.2502 6.66663 35.0349 6.99301 35.6877 7.64579C36.3404 8.29857 36.6668 9.08329 36.6668 9.99996V30C36.6668 30.9166 36.3404 31.7013 35.6877 32.3541C35.0349 33.0069 34.2502 33.3333 33.3335 33.3333H6.66683ZM9.7085 21.6666H18.3335V13.0416L9.7085 21.6666ZM6.66683 20L13.3335 13.3333H6.66683V20ZM6.66683 25V30H33.3335V9.99996H21.6668V21.6666C21.6668 22.5833 21.3404 23.368 20.6877 24.0208C20.0349 24.6736 19.2502 25 18.3335 25H6.66683Z",fill:"currentColor"})),gridView:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 18.3333V5H18.3333V18.3333H5ZM5 35V21.6667H18.3333V35H5ZM21.6667 18.3333V5H35V18.3333H21.6667ZM21.6667 35V21.6667H35V35H21.6667ZM8.33333 15H15V8.33333H8.33333V15ZM25 15H31.6667V8.33333H25V15ZM25 31.6667H31.6667V25H25V31.6667ZM8.33333 31.6667H15V25H8.33333V31.6667Z",fill:"currentColor"})),simulation:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M17.0209 30.8333L16.5875 27.3666C16.3528 27.2763 16.1316 27.168 15.924 27.0416C15.7164 26.9152 15.5132 26.7798 15.3146 26.6354L12.0917 27.9895L9.11255 22.8437L11.9021 20.7312C11.8841 20.6048 11.875 20.4829 11.875 20.3656V19.6343C11.875 19.517 11.8841 19.3951 11.9021 19.2687L9.11255 17.1562L12.0917 12.0104L15.3146 13.3645C15.5132 13.2201 15.7209 13.0847 15.9375 12.9583C16.1542 12.8319 16.3709 12.7236 16.5875 12.6333L17.0209 9.16663H22.9792L23.4125 12.6333C23.6473 12.7236 23.8685 12.8319 24.0761 12.9583C24.2837 13.0847 24.4869 13.2201 24.6855 13.3645L27.9084 12.0104L30.8875 17.1562L28.098 19.2687C28.116 19.3951 28.125 19.517 28.125 19.6343V20.3656C28.125 20.4829 28.107 20.6048 28.0709 20.7312L30.8605 22.8437L27.8813 27.9895L24.6855 26.6354C24.4869 26.7798 24.2792 26.9152 24.0625 27.0416C23.8459 27.168 23.6292 27.2763 23.4125 27.3666L22.9792 30.8333H17.0209ZM18.9167 28.6666H21.0563L21.4355 25.7958C21.9952 25.6513 22.5143 25.4392 22.9928 25.1593C23.4712 24.8795 23.9091 24.5409 24.3063 24.1437L26.9875 25.2541L28.0438 23.4125L25.7146 21.652C25.8049 21.3993 25.8681 21.1329 25.9042 20.8531C25.9403 20.5732 25.9584 20.2888 25.9584 20C25.9584 19.7111 25.9403 19.4267 25.9042 19.1468C25.8681 18.867 25.8049 18.6007 25.7146 18.3479L28.0438 16.5875L26.9875 14.7458L24.3063 15.8833C23.9091 15.468 23.4712 15.1204 22.9928 14.8406C22.5143 14.5607 21.9952 14.3486 21.4355 14.2041L21.0834 11.3333H18.9438L18.5646 14.2041C18.0049 14.3486 17.4858 14.5607 17.0073 14.8406C16.5289 15.1204 16.091 15.459 15.6938 15.8562L13.0125 14.7458L11.9563 16.5875L14.2855 18.3208C14.1952 18.5916 14.132 18.8625 14.0959 19.1333C14.0598 19.4041 14.0417 19.693 14.0417 20C14.0417 20.2888 14.0598 20.5687 14.0959 20.8395C14.132 21.1104 14.1952 21.3812 14.2855 21.652L11.9563 23.4125L13.0125 25.2541L15.6938 24.1166C16.091 24.5319 16.5289 24.8795 17.0073 25.1593C17.4858 25.4392 18.0049 25.6513 18.5646 25.7958L18.9167 28.6666ZM20.0542 23.7916C21.1014 23.7916 21.9952 23.4215 22.7355 22.6812C23.4757 21.9409 23.8459 21.0472 23.8459 20C23.8459 18.9527 23.4757 18.059 22.7355 17.3187C21.9952 16.5784 21.1014 16.2083 20.0542 16.2083C18.9889 16.2083 18.0907 16.5784 17.3594 17.3187C16.6282 18.059 16.2625 18.9527 16.2625 20C16.2625 21.0472 16.6282 21.9409 17.3594 22.6812C18.0907 23.4215 18.9889 23.7916 20.0542 23.7916Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5 3C4.11929 3 3 4.11929 3 5.5C3 6.88071 4.11929 8 5.5 8C6.88071 8 8 6.88071 8 5.5C8 4.11929 6.88071 3 5.5 3ZM1 5.5C1 3.01472 3.01472 1 5.5 1C7.98528 1 10 3.01472 10 5.5C10 7.98528 7.98528 10 5.5 10C3.01472 10 1 7.98528 1 5.5Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 29H11V38H2V29ZM4 31V36H9V31H4Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M30 4C30 2.34315 31.3431 1 33 1H36C37.6569 1 39 2.34315 39 4V7C39 8.65685 37.6569 10 36 10H33C31.3431 10 30 8.65685 30 7V4ZM33 3C32.4477 3 32 3.44772 32 4V7C32 7.55228 32.4477 8 33 8H36C36.5523 8 37 7.55228 37 7V4C37 3.44772 36.5523 3 36 3H33Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.5001 27L38.9953 38.25H26.0049L32.5001 27ZM29.469 36.25H35.5312L32.5001 31L29.469 36.25Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.793 14.7071L7.29297 9.20706L8.70718 7.79285L14.2072 13.2928L12.793 14.7071Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M29.793 33.2071L23.293 26.7071L24.7072 25.2928L31.2072 31.7928L29.793 33.2071Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.7072 26.7072L10.7072 31.7072L9.29297 30.2929L14.293 25.2929L15.7072 26.7072Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.2475 9.66431L28.2475 14.1643L26.7527 12.8356L30.7527 8.33558L32.2475 9.66431Z",fill:"currentColor"})),tableView:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8.33333 35C7.41667 35 6.63194 34.6736 5.97917 34.0208C5.32639 33.3681 5 32.5833 5 31.6667V8.33333C5 7.41667 5.32639 6.63194 5.97917 5.97917C6.63194 5.32639 7.41667 5 8.33333 5H31.6667C32.5833 5 33.3681 5.32639 34.0208 5.97917C34.6736 6.63194 35 7.41667 35 8.33333V31.6667C35 32.5833 34.6736 33.3681 34.0208 34.0208C33.3681 34.6736 32.5833 35 31.6667 35H8.33333ZM18.3333 25H8.33333V31.6667H18.3333V25ZM21.6667 25V31.6667H31.6667V25H21.6667ZM18.3333 21.6667V15H8.33333V21.6667H18.3333ZM21.6667 21.6667H31.6667V15H21.6667V21.6667ZM8.33333 11.6667H31.6667V8.33333H8.33333V11.6667Z",fill:"currentColor"})),uploadFile:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6665 31.6113H21.4444V23.7084L24.6111 26.875L26.5553 24.9167L19.9998 18.4721L13.4998 24.9721L15.4582 26.9167L18.6665 23.7084V31.6113ZM9.44442 36.6667C8.69442 36.6667 8.04387 36.3913 7.49275 35.8405C6.94192 35.2894 6.6665 34.6388 6.6665 33.8888V6.11129C6.6665 5.36129 6.94192 4.71074 7.49275 4.15962C8.04387 3.60879 8.69442 3.33337 9.44442 3.33337H23.9165L33.3332 12.75V33.8888C33.3332 34.6388 33.0578 35.2894 32.5069 35.8405C31.9558 36.3913 31.3053 36.6667 30.5553 36.6667H9.44442ZM22.5278 14.0555V6.11129H9.44442V33.8888H30.5553V14.0555H22.5278Z",fill:"currentColor"})),askor:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M19.7642 5.27954H11.2622C7.24731 5.27954 4 8.31194 4 12.0611V28.3258C4 30.3657 5.00371 32.2402 6.59785 33.5083L19.7642 5.27954Z",fill:"currentColor"}),C.createElement("path",{d:"M17.9346 21.3236L25.4328 5.27954H28.6802C32.695 5.27954 35.9424 8.36707 35.9424 12.0611V21.3236H17.9346Z",fill:"currentColor"}),C.createElement("path",{d:"M15.6895 26.1746H36V28.3248C36 32.074 32.6936 35.1063 28.7378 35.1063H11.4976L15.6895 26.1746Z",fill:"currentColor"})),actionPlan:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.25016 31.2778L3.3335 25.3611L5.27791 23.4167L9.23629 27.3473L16.5696 20.0139L18.514 22L9.25016 31.2778ZM9.25016 17.9444L3.3335 12.0278L5.27791 10.0833L9.23629 14.0139L16.5696 6.68054L18.514 8.66667L9.25016 17.9444ZM21.6668 28.0555V25.2778H36.6668V28.0555H21.6668ZM21.6668 14.7222V11.9445H36.6668V14.7222H21.6668Z",fill:"currentColor"})),actions:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.107 22.4444C8.4337 22.4444 7.85862 22.2046 7.38175 21.7252C6.90492 21.2457 6.6665 20.6693 6.6665 19.996C6.6665 19.3227 6.90624 18.7477 7.38571 18.2708C7.86518 17.794 8.44156 17.5555 9.11484 17.5555C9.78814 17.5555 10.3632 17.7953 10.8401 18.2747C11.3169 18.7542 11.5553 19.3306 11.5553 20.0039C11.5553 20.6772 11.3156 21.2523 10.8361 21.7291C10.3567 22.206 9.78028 22.4444 9.107 22.4444ZM19.9959 22.4444C19.3226 22.4444 18.7475 22.2046 18.2707 21.7252C17.7938 21.2457 17.5554 20.6693 17.5554 19.996C17.5554 19.3227 17.7952 18.7477 18.2746 18.2708C18.7541 17.794 19.3305 17.5555 20.0038 17.5555C20.6771 17.5555 21.2521 17.7953 21.729 18.2747C22.2058 18.7542 22.4443 19.3306 22.4443 20.0039C22.4443 20.6772 22.2045 21.2523 21.725 21.7291C21.2456 22.206 20.6692 22.4444 19.9959 22.4444ZM30.8848 22.4444C30.2115 22.4444 29.6364 22.2046 29.1596 21.7252C28.6828 21.2457 28.4443 20.6693 28.4443 19.996C28.4443 19.3227 28.6841 18.7477 29.1635 18.2708C29.643 17.794 30.2194 17.5555 30.8927 17.5555C31.566 17.5555 32.141 17.7953 32.6179 18.2747C33.0947 18.7542 33.3332 19.3306 33.3332 20.0039C33.3332 20.6772 33.0934 21.2523 32.614 21.7291C32.1345 22.206 31.5581 22.4444 30.8848 22.4444Z",fill:"currentColor"})),activityData:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M14.7385 34.7045C11.6092 33.5409 9.04042 31.5818 7.03203 28.8273C5.02363 26.0728 4.01943 22.9227 4.01943 19.3773C4.01943 18.5591 4.0789 17.7454 4.19784 16.9363C4.31681 16.1273 4.50438 15.3318 4.76057 14.55L2.37246 15.9273L1 13.5955L8.37015 9.3682L12.6248 16.65L10.2367 18.0136L7.90352 14.0318C7.54668 14.8772 7.27448 15.75 7.08691 16.65C6.89932 17.55 6.80553 18.4682 6.80553 19.4045C6.80553 22.3955 7.67477 25.0614 9.41326 27.4023C11.1517 29.7432 13.3935 31.3773 16.1384 32.3046L14.7385 34.7045ZM26.8437 13.9091V11.1818H31.4964C30.1971 9.46364 28.5867 8.125 26.6653 7.1659C24.7438 6.2068 22.6988 5.72725 20.5303 5.72725C18.7644 5.72725 17.1128 6.0318 15.5756 6.64091C14.0385 7.24999 12.6614 8.09545 11.4445 9.17727L10.0446 6.75001C11.4902 5.57729 13.0937 4.6591 14.8551 3.99544C16.6164 3.33181 18.4945 3 20.4891 3C22.8223 3 25.0343 3.45682 27.1251 4.37045C29.2158 5.28409 31.0435 6.58636 32.6081 8.27727V5.45455H35.353V13.9091H26.8437ZM25.2516 39L17.8814 34.7727L22.1361 27.4909L24.483 28.8545L22.1086 32.9455C25.5673 32.5546 28.4563 31.075 30.7759 28.5068C33.0953 25.9387 34.2551 22.9046 34.2551 19.4045C34.2551 18.9227 34.2299 18.4545 34.1796 18C34.1293 17.5454 34.0492 17.0909 33.9394 16.6364H36.753C36.8353 17.0909 36.8971 17.5432 36.9382 17.9932C36.9794 18.4432 37 18.9 37 19.3636C37 23.1909 35.8128 26.5886 33.4384 29.5568C31.064 32.525 28.0149 34.4409 24.2909 35.3046L26.6241 36.6682L25.2516 39Z",fill:"currentColor"})),addRemove:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M23.6388 26.4446H26.4167V21.3334H31.5V18.5554H26.4167V13.4721H23.6388V18.5554H18.5279V21.3334H23.6388V26.4446ZM9.80542 34.0554C6.85181 32.926 4.47917 31.0834 2.6875 28.5275C0.895833 25.972 0 23.1224 0 19.9788C0 16.8354 0.900417 13.9884 2.70125 11.4375C4.50236 8.88669 6.87042 7.04641 9.80542 5.91669V9.02794C7.65736 10.0185 5.94903 11.5018 4.68042 13.4779C3.41208 15.4538 2.77792 17.6185 2.77792 19.9721C2.77792 22.3518 3.41208 24.5232 4.68042 26.4863C5.94903 28.4491 7.65736 29.9352 9.80542 30.9446V34.0554ZM25 34.9721C22.9167 34.9721 20.9653 34.5763 19.1458 33.7846C17.3264 32.9929 15.7431 31.9235 14.3958 30.5763C13.0486 29.2291 11.9792 27.6457 11.1875 25.8263C10.3958 24.0068 10 22.0554 10 19.9721C10 17.8888 10.3958 15.9374 11.1875 14.1179C11.9792 12.2985 13.0486 10.7152 14.3958 9.36794C15.7431 8.02072 17.3264 6.95127 19.1458 6.15961C20.9653 5.36794 22.9167 4.97211 25 4.97211C27.0833 4.97211 29.0347 5.36794 30.8542 6.15961C32.6736 6.95127 34.2569 8.02072 35.6042 9.36794C36.9514 10.7152 38.0208 12.2985 38.8125 14.1179C39.6042 15.9374 40 17.8888 40 19.9721C40 22.0554 39.6042 24.0068 38.8125 25.8263C38.0208 27.6457 36.9514 29.2291 35.6042 30.5763C34.2569 31.9235 32.6736 32.9929 30.8542 33.7846C29.0347 34.5763 27.0833 34.9721 25 34.9721ZM25.0138 32.1946C28.4026 32.1946 31.2846 31.0088 33.6596 28.6371C36.0346 26.2652 37.2221 23.3768 37.2221 19.9721C37.2221 16.5927 36.0363 13.7107 33.6646 11.3263C31.2929 8.94211 28.4047 7.75002 25 7.75002C21.6203 7.75002 18.7383 8.94211 16.3542 11.3263C13.97 13.7107 12.7779 16.5927 12.7779 19.9721C12.7779 23.3768 13.97 26.2652 16.3542 28.6371C18.7383 31.0088 21.6249 32.1946 25.0138 32.1946Z",fill:"currentColor"})),addUser:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M30.2776 23.3333V18.0555H24.9998V15.2778H30.2776V10H33.0554V15.2778H38.3332V18.0555H33.0554V23.3333H30.2776ZM14.9998 19.9722C13.1665 19.9722 11.6434 19.3657 10.4304 18.1528C9.21743 16.9398 8.61096 15.4167 8.61096 13.5833C8.61096 11.75 9.21743 10.2269 10.4304 9.01392C11.6434 7.80094 13.1665 7.19446 14.9998 7.19446C16.8332 7.19446 18.3563 7.80094 19.5693 9.01392C20.7822 10.2269 21.3887 11.75 21.3887 13.5833C21.3887 15.4167 20.7822 16.9398 19.5693 18.1528C18.3563 19.3657 16.8332 19.9722 14.9998 19.9722ZM1.6665 33.3333V29.1667C1.6665 28.2037 1.90956 27.3264 2.39567 26.5348C2.88178 25.7431 3.56466 25.1482 4.4443 24.75C6.40727 23.8519 8.22521 23.206 9.89813 22.8125C11.5711 22.419 13.2701 22.2223 14.9953 22.2223C16.7206 22.2223 18.4165 22.419 20.0832 22.8125C21.7498 23.206 23.5647 23.8519 25.5276 24.75C26.4072 25.1667 27.0947 25.7662 27.5901 26.5486C28.0855 27.331 28.3332 28.2037 28.3332 29.1667V33.3333H1.6665ZM4.44425 30.5556H25.5554V29.1667C25.5554 28.7685 25.4466 28.3935 25.229 28.0417C25.0114 27.6898 24.7221 27.4259 24.361 27.25C22.5461 26.3889 20.9304 25.7986 19.5137 25.4792C18.097 25.1597 16.5924 25 14.9998 25C13.4073 25 11.898 25.1597 10.472 25.4792C9.04613 25.7986 7.42577 26.3889 5.61096 27.25C5.24982 27.4259 4.96509 27.6898 4.75675 28.0417C4.54842 28.3935 4.44425 28.7685 4.44425 29.1667V30.5556ZM14.9998 17.1945C16.0276 17.1945 16.8864 16.8496 17.5762 16.1597C18.266 15.4699 18.611 14.6111 18.611 13.5833C18.611 12.5556 18.266 11.6968 17.5762 11.007C16.8864 10.3171 16.0276 9.97221 14.9998 9.97221C13.9721 9.97221 13.1133 10.3171 12.4235 11.007C11.7336 11.6968 11.3887 12.5556 11.3887 13.5833C11.3887 14.6111 11.7336 15.4699 12.4235 16.1597C13.1133 16.8496 13.9721 17.1945 14.9998 17.1945Z",fill:"currentColor"})),add:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6946 28.3333H21.4724V21.5H28.3335V18.7222H21.4724V11.6666H18.6946V18.7222H11.6668V21.5H18.6946V28.3333ZM20.0075 36.6666C17.7069 36.6666 15.5449 36.2291 13.5215 35.3541C11.498 34.4791 9.73165 33.287 8.22237 31.7778C6.71312 30.2685 5.521 28.5015 4.646 26.4766C3.771 24.4518 3.3335 22.2883 3.3335 19.9861C3.3335 17.6839 3.771 15.5204 4.646 13.4956C5.521 11.4707 6.71312 9.70831 8.22237 8.20831C9.73165 6.70831 11.4987 5.52081 13.5235 4.64581C15.5483 3.77081 17.7118 3.33331 20.014 3.33331C22.3163 3.33331 24.4798 3.77081 26.5046 4.64581C28.5294 5.52081 30.2918 6.70831 31.7918 8.20831C33.2918 9.70831 34.4793 11.4722 35.3543 13.5C36.2293 15.5278 36.6668 17.692 36.6668 19.9926C36.6668 22.2932 36.2293 24.4552 35.3543 26.4787C34.4793 28.5021 33.2918 30.2668 31.7918 31.7726C30.2918 33.2785 28.5279 34.4706 26.5002 35.349C24.4724 36.2274 22.3082 36.6666 20.0075 36.6666ZM20.014 33.8889C23.8752 33.8889 27.1529 32.537 29.8474 29.8333C32.5419 27.1296 33.8891 23.8472 33.8891 19.9861C33.8891 16.125 32.5436 12.8472 29.8526 10.1527C27.1616 7.45829 23.8775 6.11106 20.0002 6.11106C16.1483 6.11106 12.8705 7.45655 10.1668 10.1475C7.46311 12.8385 6.11125 16.1227 6.11125 20C6.11125 23.8518 7.46311 27.1296 10.1668 29.8333C12.8705 32.537 16.1529 33.8889 20.014 33.8889Z",fill:"currentColor"})),analytics:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 35V31.7778L7.77775 29V35H5ZM11.8055 35V25.1111L14.5833 22.3333V35H11.8055ZM18.6111 35V22.3333L21.3889 25.1528V35H18.6111ZM25.4167 35V25.1528L28.1945 22.375V35H25.4167ZM32.2222 35V18.4445L35 15.6667V35H32.2222ZM5 25.5694V21.6389L16.6667 10.0278L23.3333 16.6945L35 5V8.93054L23.3333 20.625L16.6667 13.9583L5 25.5694Z",fill:"currentColor"})),arrowTrajectory:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M24.9977 31.6666L22.6227 29.3333L30.2894 21.6666H3.33105V18.3333H30.2894L22.6644 10.6666L24.9977 8.33325L36.6644 19.9999L24.9977 31.6666Z",fill:"currentColor"})),arrowDownShort:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M20 27L10 16.9768L11.9722 15L20 23.0743L28.0278 15.0279L30 17.0046L20 27Z",fill:"currentColor"})),arrowDown:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.611 6.66663V28.0417L8.61092 18.0416L6.6665 20L19.9998 33.3333L33.3332 20L31.3888 18.0416L21.3887 28.0417V6.66663H18.611Z",fill:"currentColor"})),arrowLeftShort:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M23.3614 30L13.3335 19.9721L23.3614 9.94458L25.3335 11.9167L17.2781 19.9721L25.3335 28.0279L23.3614 30Z",fill:"currentColor"})),arrowLeft:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M11.9581 21.3888L21.9582 31.3889L19.9998 33.3333L6.6665 20L19.9998 6.66663L21.9582 8.61104L11.9581 18.6111H33.3332V21.3888H11.9581Z",fill:"currentColor"})),arrowRightShort:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M21.7219 19.9721L13.6665 11.9167L15.6386 9.94458L25.6665 19.9721L15.6386 30L13.6665 28.0279L21.7219 19.9721Z",fill:"currentColor"})),arrowRight:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M28.0415 21.3888H6.6665V18.6111H28.0415L18.0415 8.61104L19.9998 6.66663L33.3332 20L19.9998 33.3333L18.0415 31.3889L28.0415 21.3888Z",fill:"currentColor"})),arrowUpShort:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M11.9722 25L10 23.0232L20 13L30 22.9954L28.0278 24.9721L20 16.9257L11.9722 25Z",fill:"currentColor"})),arrowUp:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.611 33.3333V11.9583L8.61092 21.9583L6.6665 20L19.9998 6.66663L33.3332 20L31.3888 21.9583L21.3887 11.9583V33.3333H18.611Z",fill:"currentColor"})),calendar:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 36.6666V6.11106H10.1389V3.33331H13.0555V6.11106H26.9445V3.33331H29.8611V6.11106H35V36.6666H5ZM7.77775 33.8889H32.2222V16.3889H7.77775V33.8889ZM7.77775 13.6111H32.2222V8.88886H7.77775V13.6111Z",fill:"currentColor"})),callback:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M32.75 35C29.5926 35 26.3634 34.2268 23.0625 32.6805C19.7616 31.1342 16.7037 28.9537 13.8889 26.1389C11.0555 23.324 8.86574 20.2685 7.31946 16.9722C5.77315 13.6759 5 10.4352 5 7.24998V4.99998H14.25L15.875 13.0416L11.0417 17.9444C11.7639 19.1389 12.5231 20.2546 13.3194 21.2916C14.1157 22.3287 14.9537 23.2824 15.8333 24.1528C16.7685 25.088 17.7755 25.9699 18.8542 26.7986C19.9329 27.6273 21.0926 28.3889 22.3333 29.0834L27.1945 24.1111L35 25.7639V35H32.75ZM9.70833 15.3333L12.875 12.1389L12 7.77773H7.79167C7.83794 8.89809 8.01386 10.0763 8.31942 11.3125C8.62497 12.5486 9.08794 13.8889 9.70833 15.3333ZM24.9305 30.3889C26.0602 30.8981 27.2569 31.3102 28.5208 31.625C29.7847 31.9398 31.0185 32.1296 32.2222 32.1944V28L28.0556 27.1528L24.9305 30.3889ZM21.5278 18.4166V8.49998H24.3055V13.6944L33.6667 4.33331L35.6389 6.30552L26.3055 15.6389H31.4445V18.4166H21.5278Z",fill:"currentColor"})),cancel:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M13.8335 28.1111L20.0002 21.9444L26.1668 28.1111L28.1113 26.1666L21.9446 20L28.1113 13.8333L26.1668 11.8889L20.0002 18.0556L13.8335 11.8889L11.889 13.8333L18.0557 20L11.889 26.1666L13.8335 28.1111ZM20.0002 36.6666C17.7131 36.6666 15.5557 36.2291 13.528 35.3541C11.5002 34.4791 9.73165 33.287 8.22237 31.7778C6.71312 30.2685 5.521 28.5 4.646 26.4722C3.771 24.4444 3.3335 22.287 3.3335 20C3.3335 17.6944 3.771 15.5278 4.646 13.5C5.521 11.4722 6.71312 9.70831 8.22237 8.20831C9.73165 6.70831 11.5002 5.52081 13.528 4.64581C15.5557 3.77081 17.7131 3.33331 20.0002 3.33331C22.3057 3.33331 24.4724 3.77081 26.5002 4.64581C28.5279 5.52081 30.2918 6.70831 31.7918 8.20831C33.2918 9.70831 34.4793 11.4722 35.3543 13.5C36.2293 15.5278 36.6668 17.6944 36.6668 20C36.6668 22.287 36.2293 24.4444 35.3543 26.4722C34.4793 28.5 33.2918 30.2685 31.7918 31.7778C30.2918 33.287 28.5279 34.4791 26.5002 35.3541C24.4724 36.2291 22.3057 36.6666 20.0002 36.6666ZM20.0002 33.8889C23.8705 33.8889 27.1529 32.537 29.8474 29.8333C32.5419 27.1296 33.8891 23.8518 33.8891 20C33.8891 16.1296 32.5419 12.8472 29.8474 10.1527C27.1529 7.45829 23.8705 6.11106 20.0002 6.11106C16.1483 6.11106 12.8705 7.45829 10.1668 10.1527C7.46311 12.8472 6.11125 16.1296 6.11125 20C6.11125 23.8518 7.46311 27.1296 10.1668 29.8333C12.8705 32.537 16.1483 33.8889 20.0002 33.8889Z",fill:"currentColor"})),check:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M15.8054 29.8333L6.4165 20.4444L8.40259 18.4583L15.8054 25.8611L31.5693 10.0972L33.5554 12.0833L15.8054 29.8333Z",fill:"currentColor"})),circleCheck:e=>C.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.85995 13.3202C10.8754 13.3202 13.32 10.8757 13.32 7.8602C13.32 4.84472 10.8754 2.4002 7.85995 2.4002C4.84448 2.4002 2.39995 4.84472 2.39995 7.8602C2.39995 10.8757 4.84448 13.3202 7.85995 13.3202ZM7.85995 14.5202C11.5382 14.5202 14.52 11.5384 14.52 7.8602C14.52 4.18198 11.5382 1.2002 7.85995 1.2002C4.18173 1.2002 1.19995 4.18198 1.19995 7.8602C1.19995 11.5384 4.18173 14.5202 7.85995 14.5202Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.6486 6.04872L7.01376 10.6835L4.40002 8.06978L5.24855 7.22125L7.01376 8.98646L10.8 5.2002L11.6486 6.04872Z",fill:"currentColor"})),clickIndicator:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M4.47217 20.1945V17.4167H9.63883V20.1945H4.47217ZM9.52771 29.6945L7.63883 27.7778L11.25 24.1667L13.1666 26.0556L9.52771 29.6945ZM11.25 13.3611L7.63883 9.75L9.52771 7.83333L13.1666 11.4722L11.25 13.3611ZM30.5555 33.3611L22.6944 25.5L20.7777 31.3611L16.2222 15.8056L31.5555 20.5556L25.6666 22.6389L33.4721 30.4445L30.5555 33.3611ZM17.6944 10.1667V5H20.4722V10.1667H17.6944ZM26.9166 13.3611L25 11.4722L28.6388 7.83333L30.5277 9.72221L26.9166 13.3611Z",fill:"currentColor"})),closePanel:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M27.5833 26V14L21.5834 20L27.5833 26ZM7.77775 32.2222H13.5278V7.77775H7.77775V32.2222ZM16.3055 32.2222H32.2222V7.77775H16.3055V32.2222ZM5 35V5H35V35H5Z",fill:"currentColor"})),close:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M10.4722 31.4722L8.52783 29.5278L18.0556 20L8.52783 10.4722L10.4722 8.52783L20 18.0556L29.5278 8.52783L31.4722 10.4722L21.9445 20L31.4722 29.5278L29.5278 31.4722L20 21.9445L10.4722 31.4722Z",fill:"currentColor"})),comparison:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M20.0002 36.6666C17.6946 36.6666 15.5279 36.2291 13.5002 35.3541C11.4724 34.4791 9.7085 33.2916 8.2085 31.7916C6.7085 30.2916 5.521 28.5278 4.646 26.5C3.771 24.4722 3.3335 22.3055 3.3335 20C3.3335 17.6944 3.771 15.5278 4.646 13.5C5.521 11.4722 6.7085 9.70831 8.2085 8.20831C9.7085 6.70831 11.4724 5.52081 13.5002 4.64581C15.5279 3.77081 17.6946 3.33331 20.0002 3.33331C22.3057 3.33331 24.4724 3.77081 26.5002 4.64581C28.5279 5.52081 30.2918 6.70831 31.7918 8.20831C33.2918 9.70831 34.4793 11.4722 35.3543 13.5C36.2293 15.5278 36.6668 17.6944 36.6668 20C36.6668 22.3055 36.2293 24.4722 35.3543 26.5C34.4793 28.5278 33.2918 30.2916 31.7918 31.7916C30.2918 33.2916 28.5279 34.4791 26.5002 35.3541C24.4724 36.2291 22.3057 36.6666 20.0002 36.6666ZM18.6114 33.8333V6.16665C15.0464 6.5647 12.0718 8.07859 9.68766 10.7083C7.3035 13.338 6.11141 16.4353 6.11141 20C6.11141 23.5647 7.3035 26.6573 9.68766 29.2779C12.0718 31.8982 15.0464 33.4167 18.6114 33.8333ZM21.3889 33.8333C22.3706 33.713 23.3289 33.5023 24.2639 33.2012C25.1992 32.9004 26.102 32.5 26.9722 32H21.3889V33.8333ZM21.3889 29.2221H30.3889C30.7222 28.824 31.0417 28.4212 31.3472 28.0137C31.6528 27.6065 31.9353 27.1668 32.1947 26.6946H21.3889V29.2221ZM21.3889 23.9166H33.3056C33.4722 23.5091 33.5834 23.0925 33.6389 22.6666C33.6945 22.2408 33.7409 21.8148 33.7781 21.3887H21.3889V23.9166ZM21.3889 18.6112H33.7781C33.7409 18.1851 33.6945 17.7591 33.6389 17.3333C33.5834 16.9075 33.4722 16.4908 33.3056 16.0833H21.3889V18.6112ZM21.3889 13.3054H32.1947C31.9539 12.8332 31.6761 12.3935 31.3614 11.9862C31.0464 11.5787 30.7222 11.176 30.3889 10.7779H21.3889V13.3054ZM21.3889 7.99998H26.9722C26.102 7.49998 25.1992 7.09484 24.2639 6.78456C23.3289 6.47456 22.3706 6.26859 21.3889 6.16665V7.99998Z",fill:"currentColor"})),columns:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5.01367 31.6666V8.33331H34.9998V31.6666H5.01367ZM7.77755 28.8889H14.0693V11.1111H7.77755V28.8889ZM16.847 28.8889H23.1387V11.1111H16.847V28.8889ZM25.9165 28.8889H32.2081V11.1111H25.9165V28.8889Z",fill:"currentColor"})),compare:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M13.2502 33.3334L11.3057 31.375L16.0974 26.5834H3.3335V23.8056H16.0974L11.3057 19.0139L13.2502 17.0556L21.389 25.1945L13.2502 33.3334ZM26.7502 22.9444L18.6113 14.8056L26.7502 6.66669L28.6946 8.62502L23.9029 13.4167H36.6668V16.1944H23.9029L28.6946 20.9861L26.7502 22.9444Z",fill:"currentColor"})),congrats:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M11.4446 35V13.5556L23.0557 1.66669L25.6945 3.97223L23.5279 13.5556H38.1946V20.75L32.0557 35H11.4446ZM14.2223 32.2223H30.2501L35.4168 20.0278V16.3334H20.0557L22.2779 6.3611L14.2223 14.7222V32.2223ZM3.30566 35V13.5556H11.4446V16.3334H6.08346V32.2223H11.4446V35H3.30566Z",fill:"currentColor"})),dashboard:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 35V5H35V35H5ZM7.77775 32.2222H18.6111V7.77775H7.77775V32.2222ZM21.3889 32.2222H32.2222V19.9722H21.3889V32.2222ZM21.3889 17.1945H32.2222V7.77775H21.3889V17.1945Z",fill:"currentColor"})),delete:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8.36096 35V9.16663H6.6665V6.38888H14.6665V5H25.3332V6.38888H33.3332V9.16663H31.6387V35H8.36096ZM11.1387 32.2222H28.861V9.16663H11.1387V32.2222ZM15.1943 28.7222H17.972V12.6389H15.1943V28.7222ZM22.0276 28.7222H24.8054V12.6389H22.0276V28.7222Z",fill:"currentColor"})),documentation:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M10 36.6667C8.61111 36.6667 7.43056 36.1806 6.45833 35.2083C5.48611 34.2361 5 33.0556 5 31.6667V8.33334C5 6.94446 5.48611 5.7639 6.45833 4.79168C7.43056 3.81945 8.61111 3.33334 10 3.33334H27.7778V29.4444H10C9.37036 29.4444 8.84258 29.6574 8.41667 30.0833C7.99072 30.5093 7.77775 31.037 7.77775 31.6667C7.77775 32.2963 7.99072 32.8241 8.41667 33.25C8.84258 33.676 9.37036 33.8889 10 33.8889H32.2222V6.66668H35V36.6667H10ZM14.4444 26.6667H25V6.11109H14.4444V26.6667ZM11.6667 26.6667V6.11109H10C9.36111 6.11109 8.83101 6.32407 8.40971 6.75001C7.9884 7.17593 7.77775 7.7037 7.77775 8.33334V27.2361C8.11108 27.0602 8.45954 26.9213 8.82313 26.8195C9.18671 26.7176 9.579 26.6667 10 26.6667H11.6667Z",fill:"currentColor"})),drag:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M14.7196 33.3334C13.8786 33.3334 13.1596 33.0339 12.5623 32.4351C11.9651 31.8362 11.6665 31.1163 11.6665 30.2754C11.6665 29.4344 11.9659 28.7153 12.5648 28.1181C13.1637 27.5209 13.8836 27.2223 14.7245 27.2223C15.5654 27.2223 16.2845 27.5217 16.8818 28.1206C17.479 28.7194 17.7776 29.4393 17.7776 30.2803C17.7776 31.1212 17.4782 31.8403 16.8793 32.4375C16.2804 33.0347 15.5605 33.3334 14.7196 33.3334ZM25.2752 33.3334C24.4342 33.3334 23.7151 33.0339 23.1179 32.4351C22.5207 31.8362 22.2221 31.1163 22.2221 30.2754C22.2221 29.4344 22.5215 28.7153 23.1204 28.1181C23.7192 27.5209 24.4391 27.2223 25.2801 27.2223C26.121 27.2223 26.8401 27.5217 27.4373 28.1206C28.0346 28.7194 28.3332 29.4393 28.3332 30.2803C28.3332 31.1212 28.0337 31.8403 27.4349 32.4375C26.836 33.0347 26.1161 33.3334 25.2752 33.3334ZM14.7196 23.0556C13.8786 23.0556 13.1596 22.7561 12.5623 22.1573C11.9651 21.5584 11.6665 20.8385 11.6665 19.9976C11.6665 19.1566 11.9659 18.4375 12.5648 17.8403C13.1637 17.2431 13.8836 16.9445 14.7245 16.9445C15.5654 16.9445 16.2845 17.2439 16.8818 17.8428C17.479 18.4416 17.7776 19.1615 17.7776 20.0025C17.7776 20.8434 17.4782 21.5625 16.8793 22.1597C16.2804 22.757 15.5605 23.0556 14.7196 23.0556ZM25.2752 23.0556C24.4342 23.0556 23.7151 22.7561 23.1179 22.1573C22.5207 21.5584 22.2221 20.8385 22.2221 19.9976C22.2221 19.1566 22.5215 18.4375 23.1204 17.8403C23.7192 17.2431 24.4391 16.9445 25.2801 16.9445C26.121 16.9445 26.8401 17.2439 27.4373 17.8428C28.0346 18.4416 28.3332 19.1615 28.3332 20.0025C28.3332 20.8434 28.0337 21.5625 27.4349 22.1597C26.836 22.757 26.1161 23.0556 25.2752 23.0556ZM14.7196 12.7778C13.8786 12.7778 13.1596 12.4783 12.5623 11.8795C11.9651 11.2806 11.6665 10.5607 11.6665 9.71977C11.6665 8.87883 11.9659 8.15974 12.5648 7.56252C13.1637 6.9653 13.8836 6.66669 14.7245 6.66669C15.5654 6.66669 16.2845 6.96612 16.8818 7.56498C17.479 8.16384 17.7776 8.88374 17.7776 9.72469C17.7776 10.5656 17.4782 11.2847 16.8793 11.8819C16.2804 12.4792 15.5605 12.7778 14.7196 12.7778ZM25.2752 12.7778C24.4342 12.7778 23.7151 12.4783 23.1179 11.8795C22.5207 11.2806 22.2221 10.5607 22.2221 9.71977C22.2221 8.87883 22.5215 8.15974 23.1204 7.56252C23.7192 6.9653 24.4391 6.66669 25.2801 6.66669C26.121 6.66669 26.8401 6.96612 27.4373 7.56498C28.0346 8.16384 28.3332 8.88374 28.3332 9.72469C28.3332 10.5656 28.0337 11.2847 27.4349 11.8819C26.836 12.4792 26.1161 12.7778 25.2752 12.7778Z",fill:"currentColor"})),duplicate:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M10.5555 31.1111V3.33331H33.3333V31.1111H10.5555ZM13.3333 28.3334H30.5556V6.11106H13.3333V28.3334ZM5 36.6666V8.88886H7.77775V33.8889H27.7778V36.6666H5Z",fill:"currentColor"})),edit:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M7.77775 32.2222H9.79163L28.3334 13.7083L26.3195 11.6944L7.77775 30.2084V32.2222ZM5 35V29.0834L30.2639 3.875L36.1389 9.80554L10.9166 35H5ZM27.3195 12.7083L26.3195 11.6944L28.3334 13.7083L27.3195 12.7083Z",fill:"currentColor"})),evolution:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5.30558 30L3.3335 28.0279L15.5556 15.8054L22.4168 22.6666L32.0002 13.1112H27.0281V10.3333H36.6668V19.9721H33.9168V15.1112L22.3889 26.6387L15.5281 19.7779L5.30558 30Z",fill:"currentColor"})),empty:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.5393 9.46856L37 5.00786L34.9921 3L30.5315 7.46069C27.6845 5.06705 24.0106 3.62518 20 3.62518C10.9565 3.62518 3.62533 10.9564 3.62533 19.9999C3.62533 24.0105 5.06719 27.6843 7.46083 30.5313L3 34.9921L5.00786 37L9.4687 32.5392C12.3157 34.9327 15.9895 36.3745 20 36.3745C29.0435 36.3745 36.3747 29.0433 36.3747 19.9999C36.3747 15.9893 34.9329 12.3155 32.5393 9.46856ZM28.5145 9.47769C26.1889 7.59351 23.2263 6.46472 20 6.46472C12.5248 6.46472 6.46487 12.5246 6.46487 19.9999C6.46487 23.2261 7.59365 26.1887 9.47783 28.5143L28.5145 9.47769ZM11.4857 30.5222L30.5223 11.4856C32.4064 13.8111 33.5351 16.7737 33.5351 19.9999C33.5351 27.4751 27.4753 33.535 20 33.535C16.7738 33.535 13.8113 32.4063 11.4857 30.5222Z",fill:"currentColor"})),exportDownload:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M19.9998 26.8611L11.861 18.7223L13.8332 16.7223L18.611 21.5001V6.66669H21.3887V21.5001L26.1665 16.7223L28.1387 18.7223L19.9998 26.8611ZM6.6665 33.3334V24.9167H9.44425V30.5556H30.5554V24.9167H33.3332V33.3334H6.6665Z",fill:"currentColor"})),favAdded:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.7085 35.6667L12.4168 23.9583L3.3335 16.0833L15.3335 15.0417L20.0002 4L24.6668 15.0417L36.6668 16.0833L27.5835 23.9583L30.2918 35.6667L20.0002 29.4583L9.7085 35.6667Z",fill:"currentColor"})),favNonAdded:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M13.889 29.875L20.0002 26.2083L26.1113 29.9167L24.4863 22.9722L29.8613 18.3055L22.778 17.6805L20.0002 11.125L17.2224 17.6389L10.139 18.2639L15.514 22.9445L13.889 29.875ZM9.7085 35.6667L12.4168 23.9583L3.3335 16.0833L15.3335 15.0417L20.0002 4L24.6668 15.0417L36.6668 16.0833L27.5835 23.9583L30.2918 35.6667L20.0002 29.4583L9.7085 35.6667Z",fill:"currentColor"})),filter:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M16.6667 30V27.2223H23.3333V30H16.6667ZM10 21.3889V18.6111H30V21.3889H10ZM5 12.7778V10H35V12.7778H5Z",fill:"currentColor"})),hamburgerMenu:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 30V27.2223H35V30H5ZM5 21.3889V18.6111H35V21.3889H5ZM5 12.7778V10H35V12.7778H5Z",fill:"currentColor"})),hidePwd:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M26.4165 22.4166L24.3887 20.3889C24.9535 18.6389 24.5785 17.1389 23.2637 15.8889C21.9489 14.6389 20.4535 14.2685 18.7776 14.7778L16.7498 12.75C17.2221 12.4722 17.7336 12.2685 18.2845 12.1389C18.8355 12.0093 19.4073 11.9444 19.9998 11.9444C22.0091 11.9444 23.7151 12.6458 25.1179 14.0486C26.5207 15.4514 27.222 17.1574 27.222 19.1666C27.222 19.7592 27.1526 20.3356 27.0137 20.8958C26.8748 21.456 26.6758 21.963 26.4165 22.4166ZM31.7776 27.75L29.861 25.8611C31.1202 24.9259 32.2244 23.8866 33.1735 22.7431C34.1225 21.5995 34.8517 20.4074 35.361 19.1666C33.9721 16.1759 31.9188 13.8078 29.2013 12.0625C26.4836 10.3171 23.5091 9.4444 20.2776 9.4444C19.2313 9.4444 18.1711 9.53699 17.097 9.72219C16.023 9.90738 15.1294 10.1389 14.4165 10.4166L12.2776 8.24998C13.3054 7.79629 14.523 7.41897 15.9304 7.11802C17.3378 6.81711 18.7406 6.66665 20.1387 6.66665C24.185 6.66665 27.8517 7.80785 31.1387 10.0903C34.4258 12.3727 36.8239 15.3981 38.3332 19.1666C37.6387 20.8981 36.7383 22.4884 35.6318 23.9375C34.5253 25.3866 33.2406 26.6574 31.7776 27.75ZM33.6665 37.4444L26.6665 30.5555C25.6943 30.9166 24.6364 31.1921 23.4929 31.3819C22.3494 31.5717 21.185 31.6666 19.9998 31.6666C15.898 31.6666 12.1989 30.5254 8.90263 28.243C5.60632 25.9606 3.19428 22.9352 1.6665 19.1666C2.23131 17.713 2.99057 16.3171 3.9443 14.9791C4.89799 13.6412 6.03688 12.3889 7.36096 11.2222L2.33317 6.16661L4.27759 4.1944L35.5276 35.4444L33.6665 37.4444ZM9.27763 13.1666C8.32391 13.9074 7.41649 14.8287 6.55538 15.9306C5.69427 17.0324 5.04612 18.1111 4.61092 19.1666C6.01834 22.1574 8.10399 24.5255 10.8679 26.2708C13.6318 28.0162 16.7498 28.8889 20.222 28.8889C21.0184 28.8889 21.8008 28.8403 22.5693 28.7431C23.3378 28.6458 23.9628 28.5093 24.4443 28.3333L22.1665 26.0277C21.8609 26.1481 21.5137 26.2384 21.1248 26.2986C20.7359 26.3588 20.3609 26.3889 19.9998 26.3889C18.0091 26.3889 16.3077 25.6921 14.8957 24.2986C13.4836 22.9051 12.7776 21.1944 12.7776 19.1666C12.7776 18.787 12.8077 18.412 12.8679 18.0416C12.9281 17.6713 13.0184 17.324 13.1388 17L9.27763 13.1666Z",fill:"currentColor"})),home:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("mask",{id:"mask0_3026_2741",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:0,y:0,width:40,height:40},C.createElement("rect",{width:40,height:40,fill:"#D9D9D9"})),C.createElement("g",{mask:"url(#mask0_3026_2741)"},C.createElement("path",{d:"M9.59996 32.3364H15.4V21.7843H24.6V32.3364H30.4V16.3545L20 8.32947L9.59996 16.3545V32.3364ZM7 35V15.0228L20 5L33 15.0228V35H22V24.4478H18V35H7Z",fill:"currentColor"}))),importUpload:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.611 26.8611V12.0278L13.8332 16.8056L11.861 14.8056L19.9998 6.66669L28.1387 14.8056L26.1665 16.8056L21.3887 12.0278V26.8611H18.611ZM6.6665 33.3334V24.9167H9.44425V30.5556H30.5554V24.9167H33.3332V33.3334H6.6665Z",fill:"currentColor"})),information:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6946 28.3333H21.4724V18.3333H18.6946V28.3333ZM19.9997 15.1666C20.4167 15.1666 20.7664 15.0282 21.0488 14.7514C21.3312 14.4745 21.4724 14.1315 21.4724 13.7222C21.4724 13.2972 21.3313 12.941 21.0492 12.6535C20.7672 12.366 20.4176 12.2222 20.0007 12.2222C19.5837 12.2222 19.234 12.366 18.9515 12.6535C18.6692 12.941 18.528 13.2972 18.528 13.7222C18.528 14.1315 18.669 14.4745 18.9511 14.7514C19.2332 15.0282 19.5827 15.1666 19.9997 15.1666ZM20.0075 36.6666C17.7069 36.6666 15.5449 36.2291 13.5215 35.3541C11.498 34.4791 9.73165 33.287 8.22237 31.7778C6.71312 30.2685 5.521 28.5015 4.646 26.4766C3.771 24.4518 3.3335 22.2883 3.3335 19.9861C3.3335 17.6839 3.771 15.5204 4.646 13.4956C5.521 11.4707 6.71312 9.70831 8.22237 8.20831C9.73165 6.70831 11.4987 5.52081 13.5235 4.64581C15.5483 3.77081 17.7118 3.33331 20.014 3.33331C22.3163 3.33331 24.4798 3.77081 26.5046 4.64581C28.5294 5.52081 30.2918 6.70831 31.7918 8.20831C33.2918 9.70831 34.4793 11.4722 35.3543 13.5C36.2293 15.5278 36.6668 17.692 36.6668 19.9926C36.6668 22.2932 36.2293 24.4552 35.3543 26.4787C34.4793 28.5021 33.2918 30.2668 31.7918 31.7726C30.2918 33.2785 28.5279 34.4706 26.5002 35.349C24.4724 36.2274 22.3082 36.6666 20.0075 36.6666ZM20.014 33.8889C23.8752 33.8889 27.1529 32.537 29.8474 29.8333C32.5419 27.1296 33.8891 23.8472 33.8891 19.9861C33.8891 16.125 32.5436 12.8472 29.8526 10.1527C27.1616 7.45829 23.8775 6.11106 20.0002 6.11106C16.1483 6.11106 12.8705 7.45655 10.1668 10.1475C7.46311 12.8385 6.11125 16.1227 6.11125 20C6.11125 23.8518 7.46311 27.1296 10.1668 29.8333C12.8705 32.537 16.1529 33.8889 20.014 33.8889Z",fill:"currentColor"})),informations:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M13.3054 29.7222H26.6943V26.9445H13.3054V29.7222ZM13.3054 22.7778H26.6943V20H13.3054V22.7778ZM6.6665 36.6667V3.33334H23.9165L33.3332 12.75V36.6667H6.6665ZM22.5276 14.0556V6.11109H9.44425V33.8889H30.5554V14.0556H22.5276Z",fill:"currentColor"})),list:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M12.2117 15.0961V12.5962H34.1667V15.0961H12.2117ZM12.2117 21.2499V18.75H34.1667V21.2499H12.2117ZM12.2117 27.4038V24.9038H34.1667V27.4038H12.2117ZM7.17966 15.1923C6.79825 15.1923 6.47854 15.0617 6.22054 14.8007C5.96251 14.5396 5.8335 14.2161 5.8335 13.8301C5.8335 13.4533 5.96251 13.1374 6.22054 12.8824C6.47854 12.6275 6.79825 12.5 7.17966 12.5C7.56105 12.5 7.88075 12.6275 8.13875 12.8824C8.39677 13.1374 8.52579 13.4533 8.52579 13.8301C8.52579 14.2161 8.39677 14.5396 8.13875 14.8007C7.88075 15.0617 7.56105 15.1923 7.17966 15.1923ZM7.17966 21.33C6.79825 21.33 6.47854 21.2026 6.22054 20.9477C5.96251 20.6927 5.8335 20.3768 5.8335 20C5.8335 19.6025 5.96251 19.2762 6.22054 19.0208C6.47854 18.7655 6.79825 18.6378 7.17966 18.6378C7.56105 18.6378 7.88075 18.7655 8.13875 19.0208C8.39677 19.2762 8.52579 19.6025 8.52579 20C8.52579 20.3768 8.39677 20.6927 8.13875 20.9477C7.88075 21.2026 7.56105 21.33 7.17966 21.33ZM7.17966 27.4999C6.79825 27.4999 6.47854 27.3694 6.22054 27.1083C5.96251 26.8472 5.8335 26.5237 5.8335 26.1378C5.8335 25.7609 5.96251 25.445 6.22054 25.19C6.47854 24.9351 6.79825 24.8076 7.17966 24.8076C7.56105 24.8076 7.88075 24.9351 8.13875 25.19C8.39677 25.445 8.52579 25.7609 8.52579 26.1378C8.52579 26.5237 8.39677 26.8472 8.13875 27.1083C7.88075 27.3694 7.56105 27.4999 7.17966 27.4999Z",fill:"currentColor"})),logout:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 35V5H19.9722V7.77775H7.77775V32.2222H19.9722V35H5ZM27.3889 27.6389L25.4306 25.6389L29.6806 21.3889H15V18.6111H29.625L25.375 14.3611L27.3333 12.3611L35 20.0278L27.3889 27.6389Z",fill:"currentColor"})),mail:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M3.3335 33.3333V6.66666H36.6668V33.3333H3.3335ZM20.0002 21.0555L6.11125 12.0833V30.5556H33.8891V12.0833L20.0002 21.0555ZM20.0002 18.2778L33.778 9.44441H6.25016L20.0002 18.2778ZM6.11125 12.0833V9.44441V30.5556V12.0833Z",fill:"currentColor"})),minus:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8.3335 21.3889V18.6111H31.6668V21.3889H8.3335Z",fill:"currentColor"})),openNewTab:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 35V5H19.4167V7.77775H7.77775V32.2222H32.2222V20.5833H35V35H5ZM16 25.9722L14.0555 24L30.2778 7.77775H22.1944V5H35V17.8056H32.2222V9.74996L16 25.9722Z",fill:"currentColor"})),openPanel:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M21.5834 14V26L27.5833 20L21.5834 14ZM7.77775 32.2222H13.5278V7.77775H7.77775V32.2222ZM16.3055 32.2222H32.2222V7.77775H16.3055V32.2222ZM5 35V5H35V35H5Z",fill:"currentColor"})),previousCampaign:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 5.00002V35H20.6529C20.4407 34.5806 20.2581 34.1378 20.105 33.6717C19.9517 33.2053 19.824 32.7221 19.7221 32.2221H7.77792V7.77794H32.2221V19.7084C32.6943 19.7917 33.1665 19.9097 33.6388 20.0625C34.111 20.2153 34.5647 20.4074 35 20.6388V5.00002H24.1946C23.9815 4.01863 23.4838 3.21766 22.7013 2.5971C21.919 1.97683 21.0186 1.66669 20 1.66669C18.9814 1.66669 18.081 1.97683 17.2988 2.5971C16.5163 3.21766 16.0185 4.01863 15.8054 5.00002H5ZM20.9792 6.47919C20.7061 6.75224 20.3797 6.88877 20 6.88877C19.6203 6.88877 19.2939 6.75224 19.0208 6.47919C18.7478 6.20613 18.6113 5.87974 18.6113 5.50002C18.6113 5.1203 18.7478 4.79391 19.0208 4.52085C19.2939 4.2478 19.6203 4.11127 20 4.11127C20.3797 4.11127 20.7061 4.2478 20.9792 4.52085C21.2522 4.79391 21.3888 5.1203 21.3888 5.50002C21.3888 5.87974 21.2522 6.20613 20.9792 6.47919Z",fill:"currentColor"}),C.createElement("path",{d:"M19.7917 28.3334H11.6667V25.5554H20.7363C20.514 25.9907 20.3265 26.4399 20.1738 26.9029C20.021 27.3657 19.8936 27.8425 19.7917 28.3334Z",fill:"currentColor"}),C.createElement("path",{d:"M24.6113 21.3888H11.6667V18.6113H28.3333V19.7638C27.6203 19.9027 26.9606 20.1064 26.3542 20.375C25.7478 20.6436 25.1668 20.9815 24.6113 21.3888Z",fill:"currentColor"}),C.createElement("path",{d:"M28.3333 14.4446H11.6667V11.6667H28.3333V14.4446Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.7273 35.9715C26.2929 37.5368 28.1861 38.3194 30.4069 38.3194C32.628 38.3194 34.5213 37.5368 36.0869 35.9715C37.6522 34.4059 38.4348 32.5126 38.4348 30.2915C38.4348 28.0706 37.6522 26.1774 36.0869 24.6119C34.5213 23.0466 32.628 22.264 30.4069 22.264C28.1861 22.264 26.2929 23.0466 24.7273 24.6119C23.162 26.1774 22.3794 28.0706 22.3794 30.2915C22.3794 32.5126 23.162 34.4059 24.7273 35.9715ZM34.1153 33.2498L32.9557 34.4165L29.3516 30.736V25.4581H30.9903V30.1248L34.1153 33.2498Z",fill:"currentColor"})),questionMark:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.4167 26.0791C18.428 24.3162 18.6586 22.9498 19.1084 21.9797C19.5582 21.0096 20.4469 19.9352 21.7746 18.7564C22.8679 17.7764 23.6975 16.8556 24.2634 15.9941C24.8292 15.1327 25.1122 14.1877 25.1122 13.1592C25.1122 11.7895 24.6483 10.652 23.7206 9.74676C22.7929 8.84148 21.5149 8.38884 19.8867 8.38884C18.4408 8.38884 17.3119 8.76099 16.4999 9.5053C15.688 10.2496 15.0608 11.0929 14.6185 12.0352L11.9658 10.8397C12.6247 9.3148 13.6158 8.05645 14.9391 7.06467C16.2624 6.07287 17.9116 5.57697 19.8867 5.57697C22.5078 5.57697 24.5282 6.3154 25.9481 7.79226C27.3679 9.26909 28.0779 11.0239 28.0779 13.0566C28.0779 14.3372 27.801 15.4977 27.2472 16.5379C26.6935 17.5782 25.851 18.6264 24.72 19.6827C23.2734 21.0096 22.3804 22.0589 22.041 22.8306C21.7016 23.6024 21.5262 24.6852 21.5149 26.0791H18.4167ZM19.8867 35.8333C19.2578 35.8333 18.7177 35.6077 18.2665 35.1565C17.8153 34.7053 17.5897 34.1652 17.5897 33.5363C17.5897 32.9074 17.8153 32.3674 18.2665 31.9162C18.7177 31.465 19.2578 31.2394 19.8867 31.2394C20.5156 31.2394 21.0556 31.465 21.5068 31.9162C21.958 32.3674 22.1837 32.9074 22.1837 33.5363C22.1837 34.1652 21.958 34.7053 21.5068 35.1565C21.0556 35.6077 20.5156 35.8333 19.8867 35.8333Z",fill:"currentColor"})),plus:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6113 21.3889H8.3335V18.6112H18.6113V8.33337H21.389V18.6112H31.6668V21.3889H21.389V31.6667H18.6113V21.3889Z",fill:"currentColor"})),questionnaires:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 35V4.99999H15.8056C16.0185 4.01852 16.5162 3.21759 17.2986 2.5972C18.081 1.97684 18.9815 1.66666 20 1.66666C21.0185 1.66666 21.919 1.97684 22.7014 2.5972C23.4838 3.21759 23.9815 4.01852 24.1944 4.99999H35V35H5ZM7.77775 32.2222H32.2222V7.77774H7.77775V32.2222ZM11.6667 28.3333H23.1389V25.5556H11.6667V28.3333ZM11.6667 21.3889H28.3333V18.6111H11.6667V21.3889ZM11.6667 14.4444H28.3333V11.6667H11.6667V14.4444ZM20 6.88887C20.3796 6.88887 20.706 6.7523 20.9792 6.47916C21.2523 6.20599 21.3889 5.8796 21.3889 5.49999C21.3889 5.12035 21.2523 4.79396 20.9792 4.52082C20.706 4.24766 20.3796 4.11107 20 4.11107C19.6204 4.11107 19.294 4.24766 19.0208 4.52082C18.7477 4.79396 18.6111 5.12035 18.6111 5.49999C18.6111 5.8796 18.7477 6.20599 19.0208 6.47916C19.294 6.7523 19.6204 6.88887 20 6.88887Z",fill:"currentColor"})),reminder:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M4.44434 16.5C4.44434 13.9074 5.02073 11.5301 6.1735 9.36806C7.32628 7.20601 8.87027 5.4074 10.8055 3.97223L12.4582 6.19444C10.8656 7.3796 9.59479 8.86108 8.64571 10.6389C7.69666 12.4166 7.22213 14.3703 7.22213 16.5H4.44434ZM32.7776 16.5C32.7776 14.3703 32.3031 12.4166 31.354 10.6389C30.405 8.86108 29.1341 7.3796 27.5415 6.19444L29.1943 3.97223C31.1295 5.4074 32.6735 7.20601 33.8263 9.36806C34.979 11.5301 35.5554 13.9074 35.5554 16.5H32.7776ZM6.66654 31.6666V28.8889H9.99988V16.5555C9.99988 14.2315 10.6897 12.1551 12.0693 10.3264C13.4489 8.49766 15.2591 7.33331 17.4999 6.83331V5.83331C17.4999 5.13887 17.7429 4.54859 18.229 4.06248C18.7152 3.57637 19.3054 3.33331 19.9999 3.33331C20.6943 3.33331 21.2846 3.57637 21.7707 4.06248C22.2568 4.54859 22.4999 5.13887 22.4999 5.83331V6.83331C24.7406 7.33331 26.5508 8.49766 27.9304 10.3264C29.3101 12.1551 29.9999 14.2315 29.9999 16.5555V28.8889H33.3332V31.6666H6.66654ZM19.9999 36.6666C19.0832 36.6666 18.2985 36.3403 17.6457 35.6875C16.9929 35.0347 16.6665 34.25 16.6665 33.3333H23.3332C23.3332 34.25 23.0068 35.0347 22.354 35.6875C21.7013 36.3403 20.9165 36.6666 19.9999 36.6666ZM12.7776 28.8889H27.2221V16.5555C27.2221 14.5555 26.5184 12.8518 25.111 11.4444C23.7036 10.037 21.9999 9.33331 19.9999 9.33331C17.9999 9.33331 16.2962 10.037 14.8888 11.4444C13.4813 12.8518 12.7776 14.5555 12.7776 16.5555V28.8889Z",fill:"currentColor"})),removeUser:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M26.8887 17.7222V14.9445H36.6665V17.7222H26.8887ZM14.9998 19.9722C13.1665 19.9722 11.6434 19.3657 10.4304 18.1528C9.21743 16.9398 8.61096 15.4167 8.61096 13.5833C8.61096 11.75 9.21743 10.2269 10.4304 9.01392C11.6434 7.80094 13.1665 7.19446 14.9998 7.19446C16.8332 7.19446 18.3563 7.80094 19.5693 9.01392C20.7822 10.2269 21.3887 11.75 21.3887 13.5833C21.3887 15.4167 20.7822 16.9398 19.5693 18.1528C18.3563 19.3657 16.8332 19.9722 14.9998 19.9722ZM1.6665 33.3333V29.1667C1.6665 28.2037 1.90956 27.3264 2.39567 26.5348C2.88178 25.7431 3.56466 25.1482 4.4443 24.75C6.40727 23.8519 8.22521 23.206 9.89813 22.8125C11.5711 22.419 13.2701 22.2223 14.9953 22.2223C16.7206 22.2223 18.4165 22.419 20.0832 22.8125C21.7498 23.206 23.5647 23.8519 25.5276 24.75C26.4072 25.1667 27.0947 25.7662 27.5901 26.5486C28.0855 27.331 28.3332 28.2037 28.3332 29.1667V33.3333H1.6665ZM4.44425 30.5556H25.5554V29.1667C25.5554 28.7685 25.4466 28.3935 25.229 28.0417C25.0114 27.6898 24.7221 27.4259 24.361 27.25C22.5461 26.3889 20.9304 25.7986 19.5137 25.4792C18.097 25.1597 16.5924 25 14.9998 25C13.4073 25 11.898 25.1597 10.472 25.4792C9.04613 25.7986 7.42577 26.3889 5.61096 27.25C5.24982 27.4259 4.96509 27.6898 4.75675 28.0417C4.54842 28.3935 4.44425 28.7685 4.44425 29.1667V30.5556ZM14.9998 17.1945C16.0276 17.1945 16.8864 16.8496 17.5762 16.1597C18.266 15.4699 18.611 14.6111 18.611 13.5833C18.611 12.5556 18.266 11.6968 17.5762 11.007C16.8864 10.3171 16.0276 9.97221 14.9998 9.97221C13.9721 9.97221 13.1133 10.3171 12.4235 11.007C11.7336 11.6968 11.3887 12.5556 11.3887 13.5833C11.3887 14.6111 11.7336 15.4699 12.4235 16.1597C13.1133 16.8496 13.9721 17.1945 14.9998 17.1945Z",fill:"currentColor"})),remove:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M11.6668 21.3056H28.3335V18.5278H11.6668V21.3056ZM20.0002 36.6667C17.7131 36.6667 15.5557 36.2292 13.528 35.3542C11.5002 34.4792 9.73165 33.2871 8.22237 31.7778C6.71312 30.2686 5.521 28.5 4.646 26.4723C3.771 24.4445 3.3335 22.2871 3.3335 20C3.3335 17.6945 3.771 15.5278 4.646 13.5C5.521 11.4723 6.71312 9.70837 8.22237 8.20837C9.73165 6.70837 11.5002 5.52087 13.528 4.64587C15.5557 3.77087 17.7131 3.33337 20.0002 3.33337C22.3057 3.33337 24.4724 3.77087 26.5002 4.64587C28.5279 5.52087 30.2918 6.70837 31.7918 8.20837C33.2918 9.70837 34.4793 11.4723 35.3543 13.5C36.2293 15.5278 36.6668 17.6945 36.6668 20C36.6668 22.2871 36.2293 24.4445 35.3543 26.4723C34.4793 28.5 33.2918 30.2686 31.7918 31.7778C30.2918 33.2871 28.5279 34.4792 26.5002 35.3542C24.4724 36.2292 22.3057 36.6667 20.0002 36.6667ZM20.0002 33.889C23.8705 33.889 27.1529 32.5371 29.8474 29.8334C32.5419 27.1297 33.8891 23.8519 33.8891 20C33.8891 16.1297 32.5419 12.8473 29.8474 10.1528C27.1529 7.45835 23.8705 6.11112 20.0002 6.11112C16.1483 6.11112 12.8705 7.45835 10.1668 10.1528C7.46311 12.8473 6.11125 16.1297 6.11125 20C6.11125 23.8519 7.46311 27.1297 10.1668 29.8334C12.8705 32.5371 16.1483 33.889 20.0002 33.889Z",fill:"currentColor"})),repartition:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6804 36.5554C14.3287 36.1943 10.6899 34.4352 7.76375 31.2779C4.83792 28.1204 3.375 24.3611 3.375 20C3.375 15.6389 4.83792 11.8796 7.76375 8.7221C10.6899 5.56488 14.3287 3.80571 18.6804 3.4446V7.9446C15.5879 8.27794 13.0093 9.59266 10.9446 11.8888C8.87958 14.1852 7.85639 16.8889 7.875 20C7.89361 23.1111 8.92597 25.8149 10.9721 28.1113C13.0185 30.4074 15.5879 31.7221 18.6804 32.0554V36.5554ZM21.4583 36.5554V32.0554C24.2917 31.7777 26.6851 30.6388 28.6388 28.6388C30.5926 26.6388 31.7547 24.2221 32.125 21.3888H36.625C36.2917 25.4721 34.7014 28.9421 31.8542 31.7988C29.0069 34.6552 25.5417 36.2407 21.4583 36.5554ZM32.125 18.6113C31.7731 15.7779 30.6157 13.3613 28.6529 11.3613C26.6899 9.36127 24.2917 8.21308 21.4583 7.91669V3.41669C25.5231 3.75002 28.9837 5.34488 31.8404 8.20127C34.6968 11.0579 36.2917 14.5279 36.625 18.6113H32.125Z",fill:"currentColor"})),repositories:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M3.3335 33.3333V6.66666H17.2502L20.028 9.44441H36.6668V12.2222H18.8474L16.0696 9.44441H6.11125V30.5556L10.2779 14.9999H39.1668L34.1946 33.3333H3.3335ZM9.02791 30.5556H32.0835L35.4169 17.7777H12.3612L9.02791 30.5556Z",fill:"currentColor"})),reset:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M11.0832 31.6667V28.8889H23.6387C25.5184 28.8889 27.141 28.2732 28.5068 27.0417C29.8725 25.8102 30.5554 24.2778 30.5554 22.4445C30.5554 20.6111 29.8725 19.0787 28.5068 17.8472C27.141 16.6158 25.5184 16 23.6387 16H11.9443L16.5554 20.6111L14.6109 22.5556L6.6665 14.6111L14.6109 6.66669L16.5554 8.6111L11.9443 13.2222H23.611C26.2684 13.2222 28.5531 14.1065 30.4651 15.875C32.3772 17.6435 33.3332 19.8334 33.3332 22.4445C33.3332 25.0556 32.3772 27.2454 30.4651 29.0139C28.5531 30.7824 26.2684 31.6667 23.611 31.6667H11.0832Z",fill:"currentColor"})),save:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M35 11.5833V35H5V5H28.4167L35 11.5833ZM32.2222 12.8055L27.1945 7.77775H7.77775V32.2222H32.2222V12.8055ZM19.9935 29.8611C21.2571 29.8611 22.3333 29.4189 23.2222 28.5343C24.1111 27.6498 24.5555 26.5757 24.5555 25.3121C24.5555 24.0485 24.1133 22.9722 23.2288 22.0833C22.3442 21.1945 21.2702 20.75 20.0065 20.75C18.7429 20.75 17.6667 21.1923 16.7778 22.0768C15.8889 22.9614 15.4445 24.0354 15.4445 25.299C15.4445 26.5627 15.8867 27.6389 16.7713 28.5278C17.6558 29.4167 18.7298 29.8611 19.9935 29.8611ZM9.80554 16H24.75V9.80554H9.80554V16Z",fill:"currentColor"})),savedOnline:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M17.1943 28.3611L26.722 18.8333L24.8054 16.9167L17.2082 24.5139L13.2637 20.5695L11.3332 22.5L17.1943 28.3611ZM10.5832 33.3333C8.11095 33.3333 6.00678 32.4722 4.27067 30.75C2.53456 29.0278 1.6665 26.9306 1.6665 24.4583C1.6665 22.2917 2.34706 20.3796 3.70817 18.7222C5.06928 17.0648 6.81466 16.0463 8.9443 15.6667C9.54613 13.0185 10.8795 10.8611 12.9443 9.19446C15.0091 7.52779 17.3795 6.69446 20.0554 6.69446C23.2128 6.69446 25.8818 7.8264 28.0623 10.0903C30.2429 12.3542 31.3332 15.0833 31.3332 18.2778V18.9445C33.3054 18.9815 34.9651 19.6875 36.3123 21.0625C37.6596 22.4375 38.3332 24.1296 38.3332 26.1389C38.3332 28.1111 37.6272 29.8032 36.2151 31.2153C34.8031 32.6273 33.1109 33.3333 31.1388 33.3333H10.5832ZM10.5832 30.5556H31.1388C32.361 30.5556 33.4026 30.125 34.2638 29.2639C35.1249 28.4028 35.5554 27.3611 35.5554 26.1389C35.5554 24.9167 35.1249 23.875 34.2638 23.0139C33.4026 22.1528 32.361 21.7222 31.1388 21.7222H28.5554V18.2778C28.5554 15.8241 27.7197 13.743 26.0485 12.0347C24.3772 10.3264 22.3424 9.47221 19.9443 9.47221C17.5461 9.47221 15.5068 10.3264 13.8262 12.0347C12.1457 13.743 11.3054 15.8241 11.3054 18.2778H10.4998C8.81464 18.2778 7.38409 18.8704 6.20817 20.0555C5.03223 21.2407 4.44425 22.6944 4.44425 24.4167C4.44425 26.1204 5.04148 27.5695 6.23592 28.7639C7.43037 29.9584 8.87945 30.5556 10.5832 30.5556Z",fill:"currentColor"})),scoresIndicators:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M17.1112 26.25C17.7594 26.8982 18.6622 27.206 19.8196 27.1736C20.977 27.1412 21.8242 26.713 22.3613 25.8889L31.4724 11.8055L17.5002 21C16.6946 21.537 16.2664 22.3843 16.2154 23.5417C16.1645 24.6991 16.4631 25.6019 17.1112 26.25ZM19.9446 6.69446C21.5465 6.69446 23.1738 6.94214 24.8265 7.4375C26.4793 7.93286 28.0557 8.75 29.5557 9.88892L27.0557 11.5833C25.9169 10.8704 24.7062 10.3403 23.4238 9.99304C22.1414 9.64582 20.9814 9.47221 19.944 9.47221C16.1112 9.47221 12.8475 10.833 10.153 13.5546C7.4585 16.2762 6.11125 19.5726 6.11125 23.444C6.11125 24.6665 6.28023 25.8935 6.6182 27.125C6.95618 28.3565 7.43534 29.5 8.0557 30.5556H31.8057C32.4261 29.5371 32.9053 28.3935 33.2432 27.125C33.5812 25.8565 33.7502 24.5926 33.7502 23.3333C33.7502 22.2222 33.5951 21.0602 33.2849 19.8472C32.9747 18.6342 32.4446 17.5 31.6946 16.4444L33.4446 13.9444C34.4261 15.4167 35.1738 16.9213 35.6877 18.4583C36.2016 19.9954 36.4817 21.5555 36.528 23.1389C36.5742 24.7778 36.4029 26.3287 36.014 27.7917C35.6252 29.2546 35.0557 30.6204 34.3057 31.8889C33.9817 32.4815 33.6067 32.8704 33.1807 33.0555C32.7548 33.2407 32.2594 33.3333 31.6946 33.3333H8.16683C7.65758 33.3333 7.1622 33.2083 6.6807 32.9583C6.19923 32.7083 5.8335 32.3518 5.5835 31.8889C4.86127 30.5833 4.30572 29.2384 3.91683 27.8542C3.52794 26.4699 3.3335 25 3.3335 23.4445C3.3335 21.1389 3.771 18.9699 4.646 16.9375C5.521 14.9051 6.71082 13.1319 8.21546 11.618C9.72007 10.1042 11.4833 8.90508 13.5052 8.02083C15.527 7.13658 17.6735 6.69446 19.9446 6.69446Z",fill:"currentColor"})),search:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M33 35L22.1945 24.1945C21.3611 24.8982 20.3939 25.4491 19.2928 25.8472C18.1917 26.2454 17.02 26.4445 15.7778 26.4445C12.7655 26.4445 10.2162 25.4005 8.12971 23.3125C6.04324 21.2246 5 18.6945 5 15.7222C5 12.75 6.04399 10.2199 8.13196 8.13196C10.2199 6.04399 12.7546 5 15.7361 5C18.7176 5 21.2477 6.04399 23.3264 8.13196C25.4051 10.2199 26.4445 12.7514 26.4445 15.7264C26.4445 16.9273 26.25 18.0787 25.8611 19.1806C25.4722 20.2824 24.9074 21.2963 24.1667 22.2222L35 33L33 35ZM15.75 23.6667C17.9491 23.6667 19.8183 22.8912 21.3576 21.3403C22.897 19.7894 23.6667 17.9167 23.6667 15.7222C23.6667 13.5278 22.897 11.6551 21.3576 10.1042C19.8183 8.55325 17.9491 7.77779 15.75 7.77779C13.5355 7.77779 11.6532 8.55325 10.103 10.1042C8.55283 11.6551 7.77775 13.5278 7.77775 15.7222C7.77775 17.9167 8.55283 19.7894 10.103 21.3403C11.6532 22.8912 13.5355 23.6667 15.75 23.6667Z",fill:"currentColor"})),sendMessage:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 33.3333V6.66666L36.6667 20L5 33.3333ZM7.77775 29.0834L29.4722 20L7.77775 10.8333V17.4444L17.8333 20L7.77775 22.5V29.0834Z",fill:"currentColor"})),settings:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M17.9722 35V25.4167H20.75V28.8333H35V31.6111H20.75V35H17.9722ZM5 31.6111V28.8333H15.1945V31.6111H5ZM12.4167 24.7778V21.3889H5V18.6111H12.4167V15.1667H15.1945V24.7778H12.4167ZM17.9722 21.3889V18.6111H35V21.3889H17.9722ZM24.8055 14.5833V5H27.5833V8.38888H35V11.1667H27.5833V14.5833H24.8055ZM5 11.1667V8.38888H22.0278V11.1667H5Z",fill:"currentColor"})),sortAscending:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6849 32V13.3333L13.9452 18.1388L12 16.1666L20.0548 8L28 16.0555L26.0548 18.0278L21.4247 13.3333V32H18.6849Z",fill:"currentColor"})),sortDescending:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M20.0548 32L12 23.8334L13.9452 21.8612L18.6849 26.6667V8H21.4247V26.6667L26.0548 21.9723L28 23.9445L20.0548 32Z",fill:"currentColor"})),sortNoSorting:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M13.4165 21.3889L13.4165 8.62494L8.62484 13.4166L6.6665 11.4722L14.8054 3.33331L22.9443 11.4722L20.986 13.4166L16.1943 8.62494L16.1943 21.3889H13.4165ZM25.1943 36.6666L17.0554 28.5278L19.0137 26.5833L23.8054 31.375L23.8054 18.6111H26.5832L26.5832 31.375L31.3748 26.5833L33.3332 28.5278L25.1943 36.6666Z",fill:"currentColor"})),sync:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M6.86096 33.3333V30.5555H11.9999L11.361 30.0278C9.6943 28.6574 8.49521 27.1435 7.76371 25.4861C7.03224 23.8287 6.6665 22.037 6.6665 20.1111C6.6665 17.1203 7.55307 14.4421 9.32621 12.0763C11.0994 9.71061 13.4258 8.10182 16.3054 7.24996V10.1388C14.2498 10.9166 12.5924 12.2199 11.3332 14.0486C10.0739 15.8773 9.44425 17.8981 9.44425 20.1111C9.44425 21.6944 9.74056 23.1134 10.3332 24.368C10.9258 25.6227 11.7591 26.7315 12.8332 27.6944L13.8054 28.4167V23.6111H16.5832V33.3333H6.86096ZM23.7221 32.7778V29.8611C25.7961 29.0833 27.4535 27.7801 28.6943 25.9513C29.935 24.1226 30.5554 22.1018 30.5554 19.8888C30.5554 18.5833 30.2591 17.2754 29.6665 15.9652C29.0739 14.655 28.2591 13.4814 27.222 12.4444L26.2776 11.5833V16.3888H23.4998V6.66663H33.222V9.44438H28.0554L28.6943 10.0277C30.2591 11.5185 31.4234 13.1226 32.1873 14.8403C32.9512 16.5578 33.3332 18.2407 33.3332 19.8888C33.3332 22.8796 32.4512 25.5625 30.6873 27.9375C28.9234 30.3125 26.6017 31.9259 23.7221 32.7778Z",fill:"currentColor"})),timer:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M15 5.27775V2.5H25V5.27775H15ZM18.6111 23.8055H21.3889V14.0833H18.6111V23.8055ZM20 37.4722C17.9444 37.4722 16.0069 37.0764 14.1875 36.2847C12.3681 35.493 10.7778 34.4167 9.41667 33.0555C8.05556 31.6944 6.97917 30.1042 6.1875 28.2847C5.39583 26.4653 5 24.5278 5 22.4722C5 20.4167 5.39583 18.4792 6.1875 16.6597C6.97917 14.8403 8.05556 13.25 9.41667 11.8889C10.7778 10.5278 12.3681 9.45138 14.1875 8.65971C16.0069 7.86804 17.9444 7.47221 20 7.47221C21.8148 7.47221 23.5324 7.77314 25.1528 8.375C26.7732 8.97686 28.2407 9.82408 29.5555 10.9167L31.75 8.72225L33.6944 10.6667L31.5 12.8611C32.5185 14.0648 33.3565 15.4583 34.0139 17.0417C34.6713 18.625 35 20.4352 35 22.4722C35 24.5278 34.6042 26.4653 33.8125 28.2847C33.0208 30.1042 31.9444 31.6944 30.5833 33.0555C29.2222 34.4167 27.6319 35.493 25.8125 36.2847C23.9931 37.0764 22.0556 37.4722 20 37.4722ZM20 34.6945C23.3889 34.6945 26.2732 33.5046 28.6528 31.125C31.0324 28.7454 32.2222 25.8611 32.2222 22.4722C32.2222 19.0833 31.0324 16.1991 28.6528 13.8194C26.2732 11.4398 23.3889 10.25 20 10.25C16.6111 10.25 13.7268 11.4398 11.3472 13.8194C8.96757 16.1991 7.77775 19.0833 7.77775 22.4722C7.77775 25.8611 8.96757 28.7454 11.3472 31.125C13.7268 33.5046 16.6111 34.6945 20 34.6945Z",fill:"currentColor"})),userAccount:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.41683 29.0833C11.0557 27.9074 12.7409 26.9977 14.4724 26.3542C16.2039 25.7107 18.0465 25.3889 20.0002 25.3889C21.9539 25.3889 23.8011 25.7107 25.5418 26.3542C27.2826 26.9977 28.9724 27.9074 30.6113 29.0833C31.7502 27.7037 32.5812 26.2639 33.1043 24.7639C33.6275 23.2639 33.8891 21.6759 33.8891 20C33.8891 16.0833 32.5534 12.7894 29.8821 10.1181C27.2108 7.44675 23.9168 6.11109 20.0002 6.11109C16.0835 6.11109 12.7895 7.44675 10.1182 10.1181C7.4469 12.7894 6.11125 16.0833 6.11125 20C6.11125 21.6759 6.37745 23.2639 6.90987 24.7639C7.44229 26.2639 8.27794 27.7037 9.41683 29.0833ZM19.995 21.3889C18.3781 21.3889 17.0164 20.8339 15.9099 19.724C14.8034 18.6141 14.2502 17.2507 14.2502 15.6337C14.2502 14.0168 14.8051 12.6551 15.915 11.5486C17.025 10.4421 18.3884 9.88889 20.0053 9.88889C21.6222 9.88889 22.984 10.4439 24.0905 11.5538C25.1969 12.6637 25.7502 14.0271 25.7502 15.6441C25.7502 17.261 25.1952 18.6227 24.0853 19.7292C22.9753 20.8357 21.6119 21.3889 19.995 21.3889ZM20.0132 36.6667C17.7175 36.6667 15.5557 36.2292 13.528 35.3542C11.5002 34.4792 9.73165 33.2871 8.22237 31.7778C6.71312 30.2685 5.521 28.5022 4.646 26.4787C3.771 24.4553 3.3335 22.2932 3.3335 19.9926C3.3335 17.692 3.771 15.5324 4.646 13.5139C5.521 11.4954 6.71312 9.7315 8.22237 8.22222C9.73165 6.71297 11.498 5.52084 13.5215 4.64584C15.5449 3.77084 17.7069 3.33334 20.0075 3.33334C22.3082 3.33334 24.4678 3.77084 26.4863 4.64584C28.5048 5.52084 30.2687 6.71297 31.778 8.22222C33.2872 9.7315 34.4793 11.4957 35.3543 13.5148C36.2293 15.5339 36.6668 17.6913 36.6668 19.987C36.6668 22.2827 36.2293 24.4444 35.3543 26.4722C34.4793 28.5 33.2872 30.2685 31.778 31.7778C30.2687 33.2871 28.5045 34.4792 26.4854 35.3542C24.4663 36.2292 22.3089 36.6667 20.0132 36.6667ZM20.0002 33.8889C21.5094 33.8889 22.9677 33.669 24.3752 33.2292C25.7826 32.7894 27.1391 32.0648 28.4446 31.0556C27.1391 30.1204 25.778 29.4051 24.3613 28.9097C22.9446 28.4144 21.4909 28.1667 20.0002 28.1667C18.5094 28.1667 17.0557 28.4144 15.639 28.9097C14.2224 29.4051 12.8613 30.1204 11.5557 31.0556C12.8613 32.0648 14.2177 32.7894 15.6252 33.2292C17.0326 33.669 18.4909 33.8889 20.0002 33.8889ZM20.0002 18.6111C20.8705 18.6111 21.5835 18.3334 22.1391 17.7778C22.6946 17.2222 22.9724 16.5093 22.9724 15.6389C22.9724 14.7685 22.6946 14.0556 22.1391 13.5C21.5835 12.9445 20.8705 12.6667 20.0002 12.6667C19.1298 12.6667 18.4168 12.9445 17.8612 13.5C17.3057 14.0556 17.0279 14.7685 17.0279 15.6389C17.0279 16.5093 17.3057 17.2222 17.8612 17.7778C18.4168 18.3334 19.1298 18.6111 20.0002 18.6111Z",fill:"currentColor"})),viewPwd:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M20.0031 27.2222C22.0102 27.2222 23.7151 26.5197 25.1179 25.1148C26.5207 23.7098 27.222 22.0038 27.222 19.9967C27.222 17.9897 26.5196 16.2847 25.1146 14.882C23.7097 13.4792 22.0036 12.7778 19.9966 12.7778C17.9895 12.7778 16.2846 13.4803 14.8818 14.8852C13.479 16.2902 12.7776 17.9962 12.7776 20.0033C12.7776 22.0103 13.4801 23.7153 14.885 25.118C16.29 26.5208 17.996 27.2222 20.0031 27.2222ZM19.9933 24.6111C18.7106 24.6111 17.6225 24.1622 16.729 23.2643C15.8355 22.3664 15.3887 21.2762 15.3887 19.9935C15.3887 18.7108 15.8377 17.6227 16.7355 16.7292C17.6334 15.8356 18.7237 15.3889 20.0064 15.3889C21.289 15.3889 22.3771 15.8378 23.2707 16.7357C24.1642 17.6336 24.611 18.7238 24.611 20.0065C24.611 21.2892 24.162 22.3773 23.2641 23.2708C22.3663 24.1644 21.276 24.6111 19.9933 24.6111ZM19.9998 32.5C15.9443 32.5 12.2684 31.3542 8.97205 29.0625C5.67577 26.7708 3.24059 23.75 1.6665 20C3.24059 16.25 5.67577 13.2292 8.97205 10.9375C12.2684 8.64583 15.9443 7.5 19.9998 7.5C24.0554 7.5 27.7313 8.64583 31.0276 10.9375C34.3239 13.2292 36.7591 16.25 38.3332 20C36.7591 23.75 34.3239 26.7708 31.0276 29.0625C27.7313 31.3542 24.0554 32.5 19.9998 32.5ZM19.9952 29.7222C23.2853 29.7222 26.3077 28.8403 29.0623 27.0764C31.817 25.3125 33.9165 22.9537 35.361 20C33.9165 17.0463 31.8185 14.6875 29.067 12.9236C26.3155 11.1597 23.2947 10.2778 20.0045 10.2778C16.7144 10.2778 13.692 11.1597 10.9373 12.9236C8.1827 14.6875 6.07389 17.0463 4.61092 20C6.07389 22.9537 8.18113 25.3125 10.9326 27.0764C13.6842 28.8403 16.705 29.7222 19.9952 29.7222Z",fill:"currentColor"})),visio:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M3.3335 33.3334V6.66669H30.0002V17.9167L36.6668 11.25V28.75L30.0002 22.0834V33.3334H3.3335ZM6.11125 30.5556H27.2224V9.44444H6.11125V30.5556Z",fill:"currentColor"})),warning:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M1.6665 35L19.9998 3.33334L38.3332 35H1.6665ZM6.47205 32.2223H33.5276L19.9998 8.88889L6.47205 32.2223ZM20.1158 30.0833C20.5107 30.0833 20.8401 29.9498 21.104 29.6826C21.3679 29.4155 21.4998 29.0845 21.4998 28.6896C21.4998 28.2947 21.3663 27.9653 21.0991 27.7014C20.832 27.4375 20.501 27.3056 20.1061 27.3056C19.7112 27.3056 19.3818 27.4392 19.1179 27.7063C18.854 27.9734 18.7221 28.3045 18.7221 28.6993C18.7221 29.0942 18.8557 29.4236 19.1228 29.6875C19.3899 29.9514 19.7209 30.0833 20.1158 30.0833ZM18.7221 25.3333H21.4998V16.3333H18.7221V25.3333Z",fill:"currentColor"})),addANote:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("mask",{id:"mask0_9411_108",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:0,y:0,width:40,height:40},C.createElement("rect",{width:40,height:40,fill:"#D9D9D9"})),C.createElement("g",{mask:"url(#mask0_9411_108)"},C.createElement("path",{d:"M11.6665 33.8888V14.4305C11.6665 13.6608 11.9397 13.0077 12.4861 12.4713C13.0322 11.9349 13.6896 11.6667 14.4582 11.6667H33.8886C34.6525 11.6667 35.3065 11.9387 35.8507 12.4826C36.3946 13.0267 36.6665 13.6808 36.6665 14.4447V28.3334L28.3332 36.6667H14.4444C13.6805 36.6667 13.0265 36.3948 12.4823 35.8509C11.9384 35.3067 11.6665 34.6527 11.6665 33.8888ZM3.37483 10.0001C3.22678 9.23146 3.37497 8.54396 3.81941 7.93757C4.26386 7.33118 4.87025 6.95382 5.63858 6.80549L24.8052 3.40299C25.5739 3.25465 26.2614 3.39813 26.8677 3.8334C27.4744 4.26868 27.8518 4.87049 27.9998 5.63882L28.5832 8.88882H25.7777L25.2915 6.13882L6.13858 9.51382L8.88858 25.153V31.3334C8.37025 31.2131 7.91886 30.9631 7.53441 30.5834C7.15025 30.2037 6.90719 29.7315 6.80525 29.1667L3.37483 10.0001ZM14.4444 14.4447V33.8888H26.8886L33.8886 26.8888V14.4447H14.4444ZM22.7777 30.5555H25.5552V25.5555H30.5552V22.778H25.5552V17.778H22.7777V22.778H17.7777V25.5555H22.7777V30.5555Z",fill:"currentColor"}))),addFile:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("mask",{id:"mask0_9391_9969",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:0,y:0,width:40,height:40},C.createElement("rect",{width:40,height:40,fill:"#D9D9D9"})),C.createElement("g",{mask:"url(#mask0_9391_9969)"},C.createElement("path",{d:"M18.6111 30.1666H21.3886V24.9166H26.6665V22.1387H21.3886V16.8612H18.6111V22.1387H13.3332V24.9166H18.6111V30.1666ZM9.44442 36.6666C8.69442 36.6666 8.04387 36.3912 7.49275 35.8403C6.94192 35.2892 6.6665 34.6387 6.6665 33.8887V6.11117C6.6665 5.36117 6.94192 4.71061 7.49275 4.1595C8.04387 3.60867 8.69442 3.33325 9.44442 3.33325H23.9165L33.3332 12.7499V33.8887C33.3332 34.6387 33.0578 35.2892 32.5069 35.8403C31.9558 36.3912 31.3053 36.6666 30.5553 36.6666H9.44442ZM22.5278 14.0553V6.11117H9.44442V33.8887H30.5553V14.0553H22.5278Z",fill:"currentColor"}))),addNotes:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8.33333 35C7.41667 35 6.63194 34.6736 5.97917 34.0208C5.32639 33.3681 5 32.5833 5 31.6667V8.33333C5 7.41667 5.32639 6.63194 5.97917 5.97917C6.63194 5.32639 7.41667 5 8.33333 5H31.6667C32.5833 5 33.3681 5.32639 34.0208 5.97917C34.6736 6.63194 35 7.41667 35 8.33333V19.5C34.4722 19.25 33.9306 19.0347 33.375 18.8542C32.8194 18.6736 32.25 18.5417 31.6667 18.4583V8.33333H8.33333V31.6667H18.4167C18.5 32.2778 18.6319 32.8611 18.8125 33.4167C18.9931 33.9722 19.2083 34.5 19.4583 35H8.33333ZM8.33333 30V31.6667V8.33333V18.4583V18.3333V30ZM11.6667 28.3333H18.4583C18.5417 27.75 18.6736 27.1806 18.8542 26.625C19.0347 26.0694 19.2361 25.5278 19.4583 25H11.6667V28.3333ZM11.6667 21.6667H21.8333C22.7222 20.8333 23.7153 20.1389 24.8125 19.5833C25.9097 19.0278 27.0833 18.6528 28.3333 18.4583V18.3333H11.6667V21.6667ZM11.6667 15H28.3333V11.6667H11.6667V15ZM30 38.3333C27.6944 38.3333 25.7292 37.5208 24.1042 35.8958C22.4792 34.2708 21.6667 32.3056 21.6667 30C21.6667 27.6944 22.4792 25.7292 24.1042 24.1042C25.7292 22.4792 27.6944 21.6667 30 21.6667C32.3056 21.6667 34.2708 22.4792 35.8958 24.1042C37.5208 25.7292 38.3333 27.6944 38.3333 30C38.3333 32.3056 37.5208 34.2708 35.8958 35.8958C34.2708 37.5208 32.3056 38.3333 30 38.3333ZM29.1667 35H30.8333V30.8333H35V29.1667H30.8333V25H29.1667V29.1667H25V30.8333H29.1667V35Z",fill:"currentColor"})),allFeatures:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.61133 33.3334C8.78716 33.3334 8.09036 33.0487 7.52091 32.4792C6.95147 31.9098 6.66675 31.213 6.66675 30.3888C6.66675 29.5649 6.95147 28.8683 7.52091 28.2988C8.09036 27.7294 8.78716 27.4447 9.61133 27.4447C10.4352 27.4447 11.1319 27.7294 11.7013 28.2988C12.2708 28.8683 12.5555 29.5649 12.5555 30.3888C12.5555 31.213 12.2708 31.9098 11.7013 32.4792C11.1319 33.0487 10.4352 33.3334 9.61133 33.3334ZM20.0001 33.3334C19.1759 33.3334 18.4791 33.0487 17.9097 32.4792C17.3402 31.9098 17.0555 31.213 17.0555 30.3888C17.0555 29.5649 17.3402 28.8683 17.9097 28.2988C18.4791 27.7294 19.1759 27.4447 20.0001 27.4447C20.8242 27.4447 21.5211 27.7294 22.0905 28.2988C22.6599 28.8683 22.9447 29.5649 22.9447 30.3888C22.9447 31.213 22.6599 31.9098 22.0905 32.4792C21.5211 33.0487 20.8242 33.3334 20.0001 33.3334ZM30.3888 33.3334C29.5649 33.3334 28.8683 33.0487 28.2988 32.4792C27.7294 31.9098 27.4447 31.213 27.4447 30.3888C27.4447 29.5649 27.7294 28.8683 28.2988 28.2988C28.8683 27.7294 29.5649 27.4447 30.3888 27.4447C31.213 27.4447 31.9098 27.7294 32.4792 28.2988C33.0487 28.8683 33.3334 29.5649 33.3334 30.3888C33.3334 31.213 33.0487 31.9098 32.4792 32.4792C31.9098 33.0487 31.213 33.3334 30.3888 33.3334ZM9.61133 22.9447C8.78716 22.9447 8.09036 22.6599 7.52091 22.0905C6.95147 21.5211 6.66675 20.8242 6.66675 20.0001C6.66675 19.1759 6.95147 18.4791 7.52091 17.9097C8.09036 17.3402 8.78716 17.0555 9.61133 17.0555C10.4352 17.0555 11.1319 17.3402 11.7013 17.9097C12.2708 18.4791 12.5555 19.1759 12.5555 20.0001C12.5555 20.8242 12.2708 21.5211 11.7013 22.0905C11.1319 22.6599 10.4352 22.9447 9.61133 22.9447ZM20.0001 22.9447C19.1759 22.9447 18.4791 22.6599 17.9097 22.0905C17.3402 21.5211 17.0555 20.8242 17.0555 20.0001C17.0555 19.1759 17.3402 18.4791 17.9097 17.9097C18.4791 17.3402 19.1759 17.0555 20.0001 17.0555C20.8242 17.0555 21.5211 17.3402 22.0905 17.9097C22.6599 18.4791 22.9447 19.1759 22.9447 20.0001C22.9447 20.8242 22.6599 21.5211 22.0905 22.0905C21.5211 22.6599 20.8242 22.9447 20.0001 22.9447ZM30.3888 22.9447C29.5649 22.9447 28.8683 22.6599 28.2988 22.0905C27.7294 21.5211 27.4447 20.8242 27.4447 20.0001C27.4447 19.1759 27.7294 18.4791 28.2988 17.9097C28.8683 17.3402 29.5649 17.0555 30.3888 17.0555C31.213 17.0555 31.9098 17.3402 32.4792 17.9097C33.0487 18.4791 33.3334 19.1759 33.3334 20.0001C33.3334 20.8242 33.0487 21.5211 32.4792 22.0905C31.9098 22.6599 31.213 22.9447 30.3888 22.9447ZM9.61133 12.5555C8.78716 12.5555 8.09036 12.2708 7.52091 11.7013C6.95147 11.1319 6.66675 10.4352 6.66675 9.61133C6.66675 8.78716 6.95147 8.09036 7.52091 7.52091C8.09036 6.95147 8.78716 6.66675 9.61133 6.66675C10.4352 6.66675 11.1319 6.95147 11.7013 7.52091C12.2708 8.09036 12.5555 8.78716 12.5555 9.61133C12.5555 10.4352 12.2708 11.1319 11.7013 11.7013C11.1319 12.2708 10.4352 12.5555 9.61133 12.5555ZM20.0001 12.5555C19.1759 12.5555 18.4791 12.2708 17.9097 11.7013C17.3402 11.1319 17.0555 10.4352 17.0555 9.61133C17.0555 8.78716 17.3402 8.09036 17.9097 7.52091C18.4791 6.95147 19.1759 6.66675 20.0001 6.66675C20.8242 6.66675 21.5211 6.95147 22.0905 7.52091C22.6599 8.09036 22.9447 8.78716 22.9447 9.61133C22.9447 10.4352 22.6599 11.1319 22.0905 11.7013C21.5211 12.2708 20.8242 12.5555 20.0001 12.5555ZM30.3888 12.5555C29.5649 12.5555 28.8683 12.2708 28.2988 11.7013C27.7294 11.1319 27.4447 10.4352 27.4447 9.61133C27.4447 8.78716 27.7294 8.09036 28.2988 7.52091C28.8683 6.95147 29.5649 6.66675 30.3888 6.66675C31.213 6.66675 31.9098 6.95147 32.4792 7.52091C33.0487 8.09036 33.3334 8.78716 33.3334 9.61133C33.3334 10.4352 33.0487 11.1319 32.4792 11.7013C31.9098 12.2708 31.213 12.5555 30.3888 12.5555Z",fill:"currentColor"})),arrowDownRight:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M32.5 15.8333H29.1667V26.8167L9.85 7.5L7.5 9.85L26.8167 29.1667H15.8333V32.5H32.5V15.8333Z",fill:"currentColor"})),arrowUpRight:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M15.8333 7.5V10.8333H26.8167L7.5 30.15L9.85 32.5L29.1667 13.1833V24.1667H32.5V7.5H15.8333Z",fill:"currentColor"})),details:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M27.5 33.3333H29.1667V26.6666H27.5V33.3333ZM28.3333 24.9999C28.5556 24.9999 28.75 24.9166 28.9167 24.7499C29.0833 24.5833 29.1667 24.3888 29.1667 24.1666C29.1667 23.9444 29.0833 23.7499 28.9167 23.5833C28.75 23.4166 28.5556 23.3333 28.3333 23.3333C28.1111 23.3333 27.9167 23.4166 27.75 23.5833C27.5833 23.7499 27.5 23.9444 27.5 24.1666C27.5 24.3888 27.5833 24.5833 27.75 24.7499C27.9167 24.9166 28.1111 24.9999 28.3333 24.9999ZM11.6667 23.3333H17.7917C18.0972 22.6944 18.4514 22.0971 18.8542 21.5416C19.2569 20.986 19.7083 20.4721 20.2083 19.9999H11.6667V23.3333ZM11.6667 29.9999H16.7917C16.7083 29.4444 16.6667 28.8888 16.6667 28.3333C16.6667 27.7777 16.7083 27.2221 16.7917 26.6666H11.6667V29.9999ZM8.33333 36.6666C7.41667 36.6666 6.63194 36.3402 5.97917 35.6874C5.32639 35.0346 5 34.2499 5 33.3333V6.66658C5 5.74992 5.32639 4.9652 5.97917 4.31242C6.63194 3.65964 7.41667 3.33325 8.33333 3.33325H21.6667L31.6667 13.3333V17.1666C31.1389 16.9999 30.5972 16.8749 30.0417 16.7916C29.4861 16.7083 28.9167 16.6666 28.3333 16.6666V14.9999H20V6.66658H8.33333V33.3333H17.7917C18.0972 33.9721 18.4514 34.5694 18.8542 35.1249C19.2569 35.6805 19.7083 36.1944 20.2083 36.6666H8.33333ZM28.3333 19.9999C30.6389 19.9999 32.6042 20.8124 34.2292 22.4374C35.8542 24.0624 36.6667 26.0277 36.6667 28.3333C36.6667 30.6388 35.8542 32.6041 34.2292 34.2291C32.6042 35.8541 30.6389 36.6666 28.3333 36.6666C26.0278 36.6666 24.0625 35.8541 22.4375 34.2291C20.8125 32.6041 20 30.6388 20 28.3333C20 26.0277 20.8125 24.0624 22.4375 22.4374C24.0625 20.8124 26.0278 19.9999 28.3333 19.9999Z",fill:"currentColor"})),done:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.65 33.3C27.1887 33.3 33.3 27.1887 33.3 19.65C33.3 12.1113 27.1887 6 19.65 6C12.1113 6 6 12.1113 6 19.65C6 27.1887 12.1113 33.3 19.65 33.3ZM19.65 36.3C28.8455 36.3 36.3 28.8455 36.3 19.65C36.3 10.4545 28.8455 3 19.65 3C10.4545 3 3 10.4545 3 19.65C3 28.8455 10.4545 36.3 19.65 36.3Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M29.1213 15.1213L17.5343 26.7083L11 20.174L13.1213 18.0526L17.5343 22.4657L27 13L29.1213 15.1213Z",fill:"currentColor"})),graph:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 37V24.625H11.1875V37H5ZM17.375 37V14.3125H23.5625V37H17.375ZM29.75 37V4H35.9375V37H29.75Z",fill:"currentColor"})),inProgress:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.3835 32.8166C11.8502 34.8333 14.9002 36.1666 18.2502 36.5V33.1333C15.8168 32.8333 13.6002 31.8666 11.7502 30.4333L9.3835 32.8166ZM6.70016 21.5833H3.3335C3.66683 24.9333 5.00016 27.9833 7.01683 30.45L9.40016 28.0833C7.96683 26.2333 7.00016 24.0166 6.70016 21.5833ZM9.40016 11.75L7.01683 9.36665C5.00016 11.8333 3.66683 14.9 3.3335 18.2333H6.70016C7.00016 15.8166 7.96683 13.6 9.40016 11.75ZM18.2502 6.69998L18.2502 3.33331C14.9002 3.66664 11.8502 4.99998 9.3835 7.01665L11.7668 9.39998C13.6002 7.96665 15.8168 6.99998 18.2502 6.69998ZM21.5835 6.69998V3.33331C30.0002 4.16665 36.5835 11.2667 36.5835 19.9167C36.5835 28.5667 30.0002 35.6666 21.5835 36.5V33.1333C28.1668 32.3166 33.2502 26.7167 33.2502 19.9167C33.2502 13.1166 28.1668 7.51665 21.5835 6.69998Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M29.0611 15.0606L17.4742 26.6476L10.9398 20.1133L13.0611 17.992L17.4742 22.405L26.9398 12.9393L29.0611 15.0606Z",fill:"currentColor"})),note:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("mask",{id:"mask0_9411_150",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:0,y:0,width:40,height:40},C.createElement("rect",{width:40,height:40,fill:"currentColor"})),C.createElement("g",{mask:"url(#mask0_9411_150)"},C.createElement("path",{d:"M11.6665 33.8888V14.4305C11.6665 13.6608 11.9397 13.0077 12.4861 12.4713C13.0322 11.9349 13.6896 11.6667 14.4582 11.6667H33.8886C34.6525 11.6667 35.3065 11.9387 35.8507 12.4826C36.3946 13.0267 36.6665 13.6808 36.6665 14.4447V28.3334L28.3332 36.6667H14.4444C13.6805 36.6667 13.0265 36.3948 12.4823 35.8509C11.9384 35.3067 11.6665 34.6527 11.6665 33.8888ZM3.37483 10.0001C3.22678 9.23146 3.37497 8.54396 3.81941 7.93757C4.26386 7.33118 4.87025 6.95382 5.63858 6.80549L24.8052 3.40299C25.5739 3.25465 26.2614 3.39813 26.8677 3.8334C27.4744 4.26868 27.8518 4.87049 27.9998 5.63882L28.5832 8.88882H25.7777L25.2915 6.13882L6.13858 9.51382L8.88858 25.153V31.3334C8.37025 31.2131 7.91886 30.9631 7.53441 30.5834C7.15025 30.2037 6.90719 29.7315 6.80525 29.1667L3.37483 10.0001ZM14.4444 14.4447V33.8888H26.8886V26.8888H33.8886V14.4447H14.4444Z",fill:"currentColor"}))),notes:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M7.66667 33.3333H24.1667V24.1667H33.3333V7.66667H7.66667V33.3333ZM7.66667 37C6.65833 37 5.79483 36.6413 5.07617 35.9238C4.35872 35.2052 4 34.3417 4 33.3333V7.66667C4 6.65833 4.35872 5.79483 5.07617 5.07617C5.79483 4.35872 6.65833 4 7.66667 4H33.3333C34.3417 4 35.2052 4.35872 35.9238 5.07617C36.6413 5.79483 37 6.65833 37 7.66667V26L26 37H7.66667ZM11.3333 24.1667V20.5H20.5V24.1667H11.3333ZM11.3333 16.8333V13.1667H29.6667V16.8333H11.3333Z",fill:"currentColor"})),questionnaireAnswer:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M 32.222656 16 L 35 16 L 35 5.300781 L 24.304688 5.300781 C 24.074219 4.335938 23.558594 3.546875 22.757812 2.925781 C 21.957031 2.308594 21.035156 2 20 2 C 18.980469 2 18.070312 2.308594 17.265625 2.925781 C 16.457031 3.546875 15.941406 4.335938 15.707031 5.300781 L 5 5.300781 L 5 35 L 17 35 L 17 32.25 L 7.777344 32.25 L 7.777344 8.050781 L 10.554688 8.050781 L 10.554688 12.175781 L 29.445312 12.175781 L 29.445312 8.050781 L 32.222656 8.050781 Z M 21.1875 7.574219 C 20.867188 7.890625 20.472656 8.050781 20 8.050781 C 19.527344 8.050781 19.132812 7.890625 18.8125 7.574219 C 18.492188 7.257812 18.332031 6.867188 18.332031 6.398438 C 18.332031 5.933594 18.492188 5.539062 18.8125 5.222656 C 19.132812 4.90625 19.527344 4.75 20 4.75 C 20.472656 4.75 20.867188 4.90625 21.1875 5.222656 C 21.507812 5.539062 21.667969 5.933594 21.667969 6.398438 C 21.667969 6.867188 21.507812 7.257812 21.1875 7.574219 Z M 21.1875 7.574219 "}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M 21 32.25 L 21 38 L 26.746094 38 L 39 25.703125 L 33.285156 20 Z M 25.59375 35.234375 L 23.8125 35.234375 L 23.8125 33.453125 L 29.53125 27.78125 L 30.421875 28.625 L 31.265625 29.515625 Z M 25.59375 35.234375 "})),rules:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M6.6665 35V32.2221H26.6665V35H6.6665ZM15.9719 26.4167L6.6665 17.1113L9.77775 13.9167L19.1665 23.2221L15.9719 26.4167ZM26.5553 15.8333L17.2498 6.44459L20.4444 3.33334L29.7498 12.6388L26.5553 15.8333ZM34.7219 33.3333L12.5832 11.1946L14.5278 9.25L36.6665 31.3888L34.7219 33.3333Z",fill:"currentColor"})),suggestions:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M19.9998 36.6666C19.259 36.6666 18.6016 36.4885 18.0278 36.1321C17.4536 35.7754 17.0554 35.2869 16.8332 34.6667H13.6665V25.9446C11.8979 24.7871 10.4975 23.2916 9.46525 21.4583C8.43275 19.625 7.9165 17.6111 7.9165 15.4166C7.9165 12.0555 9.09012 9.20137 11.4373 6.85415C13.7846 4.50692 16.6387 3.33331 19.9998 3.33331C23.3609 3.33331 26.2151 4.50692 28.5623 6.85415C30.9096 9.20137 32.0832 12.0555 32.0832 15.4166C32.0832 17.6297 31.5669 19.6482 30.5344 21.4721C29.5022 23.2962 28.1018 24.7871 26.3332 25.9446V34.6667H23.1665C22.9443 35.2869 22.5461 35.7754 21.9719 36.1321C21.398 36.4885 20.7407 36.6666 19.9998 36.6666ZM16.4444 31.8887H23.5553V30.1666H16.4444V31.8887ZM16.4444 28.5H23.5553V26.8612H16.4444V28.5ZM16.0832 24.0833H18.9444V18.7779L15.1665 15L16.6111 13.5554L19.9998 16.9446L23.3886 13.5554L24.8332 15L21.0553 18.7779V24.0833H23.9165C25.5276 23.3241 26.8286 22.1644 27.8194 20.6041C28.81 19.0439 29.3053 17.3147 29.3053 15.4166C29.3053 12.8055 28.4072 10.6018 26.6111 8.8054C24.8147 7.00929 22.6109 6.11123 19.9998 6.11123C17.3887 6.11123 15.185 7.00929 13.3886 8.8054C11.5925 10.6018 10.6944 12.8055 10.6944 15.4166C10.6944 17.3147 11.1897 19.0439 12.1803 20.6041C13.1711 22.1644 14.4721 23.3241 16.0832 24.0833Z",fill:"currentColor"})),support:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M27.0003 2.92986L9 2.92986V15.8988H11.6V5.52986H24.4003V19.0482L27.0003 20.0125V13.0193H31.6871V24.0723H34.2871V10.4193H27.0003V2.92986Z",fill:"currentColor"}),C.createElement("path",{d:"M13.8726 9.37341H15.5392V7.70674H13.8726V9.37341Z",fill:"currentColor"}),C.createElement("path",{d:"M17.2059 9.37341H18.8726V7.70674H17.2059V9.37341Z",fill:"currentColor"}),C.createElement("path",{d:"M18.8726 12.7067H17.2059V11.0401H18.8726V12.7067Z",fill:"currentColor"}),C.createElement("path",{d:"M13.8726 12.7067H15.5392V11.0401H13.8726V12.7067Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.8054 33.1986L24.3333 36.7541L37.5 32.6986V26.6707H28.8333V23.532L15.5 18.532H2.5V35.5874H11.8054V33.1986ZM9 32.8095H5.27792V21.3095H9V32.8095ZM34.6113 30.6707L24.1946 33.8653L11.8054 30.3095V21.3095H15.0279L25.9446 25.4207V26.6707H22.8196L18 25.0874L17.0554 27.7541L22.375 29.4486H34.6113V30.6707Z",fill:"currentColor"}),C.createElement("path",{d:"M20.5717 9.37341H22.2384V7.70674H20.5717V9.37341Z",fill:"currentColor"}),C.createElement("path",{d:"M22.2384 12.7067H20.5717V11.0401H22.2384V12.7067Z",fill:"currentColor"}),C.createElement("path",{d:"M18.8726 15.8988H17.2059V14.2321H18.8726V15.8988Z",fill:"currentColor"}),C.createElement("path",{d:"M13.8726 15.8988H15.5392V14.2321H13.8726V15.8988Z",fill:"currentColor"}),C.createElement("path",{d:"M22.2384 15.8988H20.5717V14.2321H22.2384V15.8988Z",fill:"currentColor"})),target:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M19.0311 38C16.8135 38 14.7295 37.5792 12.779 36.7376C10.8285 35.8959 9.13191 34.7537 7.68911 33.3109C6.24631 31.8681 5.10409 30.1715 4.26245 28.221C3.42082 26.2706 3 24.1865 3 21.9689C3 19.7512 3.42082 17.6672 4.26245 15.7167C5.10409 13.7663 6.24631 12.0697 7.68911 10.6269C9.13191 9.18405 10.8285 8.04183 12.779 7.2002C14.7295 6.35856 16.8135 5.93774 19.0311 5.93774C21.2488 5.93774 23.3328 6.35856 25.2833 7.2002C27.2337 8.04183 28.9304 9.18405 30.3732 10.6269C31.816 12.0697 32.9582 13.7663 33.7998 15.7167C34.6415 17.6672 35.0623 19.7512 35.0623 21.9689C35.0623 24.1865 34.6415 26.2706 33.7998 28.221C32.9582 30.1715 31.816 31.8681 30.3732 33.3109C28.9304 34.7537 27.2337 35.8959 25.2833 36.7376C23.3328 37.5792 21.2488 38 19.0311 38ZM19.0311 34.7938C22.6114 34.7938 25.644 33.5514 28.1288 31.0666C30.6136 28.5817 31.8561 25.5492 31.8561 21.9689C31.8561 18.3886 30.6136 15.356 28.1288 12.8712C25.644 10.3864 22.6114 9.14397 19.0311 9.14397C15.4509 9.14397 12.4183 10.3864 9.93347 12.8712C7.44864 15.356 6.20623 18.3886 6.20623 21.9689C6.20623 25.5492 7.44864 28.5817 9.93347 31.0666C12.4183 33.5514 15.4509 34.7938 19.0311 34.7938ZM19.0311 31.5876C16.3593 31.5876 14.0882 30.6524 12.2179 28.7821C10.3476 26.9118 9.41246 24.6407 9.41246 21.9689C9.41246 19.297 10.3476 17.026 12.2179 15.1557C14.0882 13.2854 16.3593 12.3502 19.0311 12.3502C21.703 12.3502 23.9741 13.2854 25.8444 15.1557C27.7147 17.026 28.6498 19.297 28.6498 21.9689C28.6498 24.6407 27.7147 26.9118 25.8444 28.7821C23.9741 30.6524 21.703 31.5876 19.0311 31.5876ZM19.0311 28.3813C20.7946 28.3813 22.3042 27.7535 23.5599 26.4977C24.8157 25.2419 25.4436 23.7323 25.4436 21.9689C25.4436 20.2055 24.8157 18.6959 23.5599 17.4401C22.3042 16.1843 20.7946 15.5564 19.0311 15.5564C17.2677 15.5564 15.7581 16.1843 14.5023 17.4401C13.2466 18.6959 12.6187 20.2055 12.6187 21.9689C12.6187 23.7323 13.2466 25.2419 14.5023 26.4977C15.7581 27.7535 17.2677 28.3813 19.0311 28.3813ZM19.0311 25.1751C18.1494 25.1751 17.3946 24.8612 16.7667 24.2333C16.1389 23.6054 15.8249 22.8506 15.8249 21.9689C15.8249 21.0872 16.1389 20.3324 16.7667 19.7045C17.3946 19.0766 18.1494 18.7627 19.0311 18.7627C19.9129 18.7627 20.6677 19.0766 21.2955 19.7045C21.9234 20.3324 22.2374 21.0872 22.2374 21.9689C22.2374 22.8506 21.9234 23.6054 21.2955 24.2333C20.6677 24.8612 19.9129 25.1751 19.0311 25.1751Z",fill:"currentColor"}),C.createElement("line",{x1:19.2474,y1:21.4734,x2:32.0723,y2:5.90033,stroke:"currentColor",strokeWidth:3}),C.createElement("path",{d:"M31.3671 1.00008L32.8145 5.10599L28.7231 10.0436L27.2758 5.93772L31.3671 1.00008Z",fill:"currentColor"}),C.createElement("path",{d:"M32.7721 10.5182L28.7233 10.0438L32.8147 5.10617L36.8635 5.58054L32.7721 10.5182Z",fill:"currentColor"})),uncompleteQuestionnaire:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 5.00008V35.0001H20.6529C20.4407 34.5806 20.2581 34.1379 20.105 33.6717C19.9517 33.2054 19.824 32.7222 19.7221 32.2222H7.77792V7.778H32.2221V19.7084C32.6943 19.7917 33.1665 19.9098 33.6388 20.0626C34.111 20.2154 34.5647 20.4074 35 20.6388V5.00008H24.1946C23.9815 4.01869 23.4838 3.21772 22.7013 2.59717C21.919 1.97689 21.0186 1.66675 20 1.66675C18.9814 1.66675 18.081 1.97689 17.2988 2.59717C16.5163 3.21772 16.0185 4.01869 15.8054 5.00008H5ZM20.9792 6.47925C20.7061 6.7523 20.3797 6.88883 20 6.88883C19.6203 6.88883 19.2939 6.7523 19.0208 6.47925C18.7478 6.20619 18.6113 5.8798 18.6113 5.50008C18.6113 5.12036 18.7478 4.79397 19.0208 4.52091C19.2939 4.24786 19.6203 4.11133 20 4.11133C20.3797 4.11133 20.7061 4.24786 20.9792 4.52091C21.2522 4.79397 21.3888 5.12036 21.3888 5.50008C21.3888 5.8798 21.2522 6.20619 20.9792 6.47925Z",fill:"currentColor"}),C.createElement("path",{d:"M19.7917 28.3334H11.6667V25.5555H20.7363C20.514 25.9908 20.3265 26.4399 20.1738 26.903C20.021 27.3658 19.8936 27.8426 19.7917 28.3334Z",fill:"currentColor"}),C.createElement("path",{d:"M24.6113 21.3888H11.6667V18.6113H28.3333V19.7638C27.6203 19.9027 26.9606 20.1065 26.3542 20.3751C25.7478 20.6437 25.1668 20.9816 24.6113 21.3888Z",fill:"currentColor"}),C.createElement("path",{d:"M28.3333 14.4447H11.6667V11.6667H28.3333V14.4447Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.7013 35.9513C26.2616 37.5208 28.1436 38.3055 30.3472 38.3055C32.5511 38.3055 34.4377 37.5208 36.0072 35.9513C37.5766 34.3819 38.3613 32.5092 38.3613 30.3334C38.3613 28.1123 37.5766 26.2191 36.0072 24.6538C34.4377 23.0883 32.5558 22.3055 30.3613 22.3055C28.148 22.3055 26.2613 23.0883 24.7013 24.6538C23.1413 26.2191 22.3613 28.1123 22.3613 30.3334C22.3613 32.5092 23.1413 34.3819 24.7013 35.9513ZM27.26 34.5311L26.2191 33.4902L29.3619 30.3474L26.2191 27.2046L27.26 26.1637L30.4028 29.3065L33.5456 26.1637L34.5865 27.2046L31.4438 30.3474L34.5865 33.4902L33.5456 34.5311L30.4028 31.3883L27.26 34.5311Z",fill:"currentColor"})),waterfall:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 38V3H13.0162V38H5ZM28.798 38V16.5484H36V38H28.798Z",fill:"currentColor"}),C.createElement("path",{d:"M17.3374 16.5484V3H25.5414V16.5484H17.3374Z",fill:"currentColor"}))},v8=e=>{const r=12+4*e;return{width:r,height:r}},bt=e=>{const{icon:t,size:n,backgroundColor:r,color:o}=e,i=AM[t],s=de(),a=typeof n=="number"?v8(n):n;return r?p.jsx(ee,{sx:{width:`${a.width}px`,height:`${a.height}px`,display:"flex",alignItems:"center",justifyContent:"center",borderRadius:s.spacing(.5),padding:s.spacing(.5),backgroundColor:r,color:o},children:p.jsx(i,{width:a.width,height:a.height})}):p.jsx(i,{width:a.width,height:a.height})},Tl=e=>{const{icon:t,size:n,boxProps:r={}}=e,o=v8(n);return p.jsx(ee,{...r,sx:{display:"flex",justifyContent:"center",alignItems:"center",width:`${o.width+10}px`,height:`${o.height+10}px`,...r.sx},children:p.jsx(bt,{size:o,icon:t})})},RM=e=>{const{soonAvailableText:t}=e,n=de();return p.jsx(fe,{alignItems:"center",border:`1px solid ${n.custom.grey[500]}`,borderRadius:"4px",padding:"2px 8px",children:p.jsx(ie,{noWrap:!0,variant:"caption",fontWeight:600,children:t})})},DM=e=>{const t=de(),{children:n,boxProps:r={}}=e;return p.jsx(ee,{...r,sx:{border:`1px solid ${t.custom.grey[500]}`,background:t.custom.grey[200],borderRadius:"4px",padding:"1rem",...r.sx},children:n})},ki=e=>{const t=de(),{value:n,unit:r,size:o="small",position:i="default-side",colorOverride:s,hideUnitOnNull:a=!1}=e,c=`number-${o}`,u=()=>o==="micro"||o==="small";let d=0;o==="small"||o==="micro"?d=-1:(o==="inter"||o==="big")&&(d=-2);const f={micro:2,small:2,inter:2,big:4}[o],h=n===null&&a===!0;return p.jsxs(fe,{display:"inline-flex",direction:i=="default-side"?"row":"column",spacing:u()?.5:1,alignItems:i==="below-center-aligned"?"center":"baseline",children:[n===null?p.jsx(Tl,{size:f,icon:"empty",boxProps:{sx:{color:t.custom.grey[1400],backgroundColor:t.custom.grey[400],padding:t.spacing(1),borderRadius:"4px"}}}):p.jsx(ie,{variant:c,color:s,children:n}),h===!1&&p.jsx(ie,{sx:{marginTop:`${d}px !important`},variant:u()?"small-medium":"body-medium",color:t.custom.grey[1400],children:r})]})},ioe={A:"#1e8f4e",B:"#37cb78",C:"#ebc22c",D:"#ec7f2a",E:"#d7392e"},soe=e=>{const{score:t,value:n,size:r=14,direction:o="row"}=e;return p.jsxs(fe,{direction:o,alignItems:"center",width:"fit-content",spacing:1,children:[p.jsx(Os,{color:"primary",label:t,style:{backgroundColor:ioe[t],fontWeight:700}}),p.jsxs(ie,{fontSize:r,fontWeight:"bold",children:[n," / 100"]})]})},aoe=e=>{const t=e.width/2,n=e.width/2,r=e.width/2;return p.jsx("circle",{cx:t,cy:n,r,fill:e.backgroundColor})},loe=e=>{const{width:t,height:n}=e;return p.jsx("rect",{width:t,height:n,rx:"4",fill:e.backgroundColor})},VM={actions:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M39 50H44L34.0004 40L24 50L29 50C29 56.312 30.6388 61.1158 33.4184 64.8717C36.1061 68.5034 39.5909 70.7682 42.4552 72.4618C43.1618 72.8796 43.8103 73.2541 44.4085 73.5995C46.4936 74.8034 47.9687 75.6552 49.1738 76.766C50.3397 77.8406 51 78.9529 51 81H61C61 75.8232 58.9103 72.1404 55.9512 69.413C53.8403 67.4673 51.1052 65.9009 48.9042 64.6403C48.4214 64.3637 47.9641 64.1018 47.5448 63.8539C44.9091 62.2954 42.8939 60.8652 41.4566 58.923C40.1112 57.1049 39 54.4557 39 50Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M83 50H88L78.0004 40L68 50L73 50C73 54.4557 71.8888 57.1049 70.5434 58.923C69.1061 60.8652 67.0909 62.2954 64.4552 63.8539C64.0359 64.1018 63.5787 64.3637 63.0958 64.6403C60.8948 65.9008 58.1597 67.4673 56.0488 69.413C53.0897 72.1404 51 75.8232 51 81H61C61 78.9529 61.6603 77.8406 62.8262 76.766C64.0313 75.6552 65.5064 74.8035 67.5915 73.5995C68.1897 73.2541 68.8382 72.8796 69.5448 72.4618C72.4091 70.7682 75.8939 68.5034 78.5816 64.8717C81.3612 61.1158 83 56.312 83 50Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M48 81L64 81L64 34L48 34L48 81Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M48 87L64 87L64 83L48 83L48 87Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M48 93L64 93L64 89L48 89L48 93Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M72 36L40 36L56.0006 20L72 36Z",fill:t.palette.primary[800]})]})},carbonEmissions:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M29.2162 36.5C29.4482 36.5 29.677 36.5132 29.9023 36.538C29.9023 36.5253 29.9019 36.5127 29.9019 36.5C29.9019 29.5965 35.4682 24 42.3344 24C47.4254 24 51.8009 27.0771 53.7236 31.4819C54.2112 31.3975 54.7125 31.3529 55.2241 31.3529C60.0709 31.3529 64 35.3034 64 40.1765C64 45.0495 60.0709 49 55.2241 49H29.2162C25.7831 49 23 46.2018 23 42.75C23 39.2982 25.7831 36.5 29.2162 36.5Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M81.4771 56C81.0472 56 80.623 56.0243 80.2054 56.0701C80.2054 56.0467 80.2062 56.0234 80.2062 56C80.2062 43.2974 69.8883 33 57.1605 33C47.7236 33 39.6128 38.6618 36.0489 46.7668C35.145 46.6114 34.2159 46.5294 33.2676 46.5294C24.2832 46.5294 17 53.7982 17 62.7647C17 71.7312 24.2832 79 33.2676 79H81.4771C87.8411 79 93 73.8513 93 67.5C93 61.1487 87.8411 56 81.4771 56Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M58 60H73V64H58V60Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M73 66H58V74H52L65.4995 88L79 74H73V66Z",fill:t.palette.primary[800]})]})},carbonNeutrality:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("rect",{x:"58.7986",y:"33.3568",width:"1.12164",height:"42.8455",fill:t.palette.primary[500]}),p.jsx("rect",{x:"56.5554",y:"40.6187",width:"1.12164",height:"35.5836",fill:t.palette.primary[500]}),p.jsx("rect",{x:"54.3123",y:"47.8806",width:"1.12164",height:"28.3216",fill:t.palette.primary[500]}),p.jsx("rect",{x:"52.0688",y:"57.3212",width:"1.12164",height:"18.8811",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M39.745 65.0222C39.745 65.0222 39.1604 60.3917 45.4739 58.308C51.7874 56.2243 53.1904 57.324 53.1904 57.324L52.6058 59.1762C52.6058 59.1762 51.6121 63.8067 47.0523 64.4434C42.4925 65.0801 40.7388 64.154 39.745 65.0222Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M33.0034 43.496C33.0034 43.496 36.8158 37.8224 45.8985 41.4174C54.981 45.0123 55.4363 47.8829 55.4363 47.8829L53.05 49.0458C53.05 49.0458 47.4696 53.244 41.7474 49.6863C36.0254 46.1286 34.9543 43.4637 33.0034 43.496Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M46.1151 43.3525C50.181 46.3337 54.3213 48.428 54.3213 48.428L53.0447 49.0479C53.0447 49.0479 47.4376 53.1279 41.8085 49.7494C36.1795 46.3709 34.9191 43.4635 33 43.4943C33 43.4943 39.8024 38.7238 46.1151 43.3525Z",fill:t.palette.primary[700]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M67.4008 55.187C73.456 52.7904 75.9975 56.5728 75.9975 56.5728C75.3295 56.5617 74.8162 57.0251 73.9579 57.7999C73.1453 58.5334 72.0235 59.5462 70.1682 60.6997C66.3534 63.0714 62.6332 60.2727 62.6332 60.2727L62.1636 60.0438V76.2023H61.042V59.4998H61.0472L61.0423 59.4974C61.0423 59.4974 61.3458 57.5836 67.4008 55.187Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M40.4838 22.2086C40.4838 22.2086 43.9608 17.2252 52.1967 22.2298C60.493 27.2712 59.917 33.8846 59.917 33.8846L57.2658 34.1516C57.2658 34.1516 50.536 36.1446 46.453 30.9082C42.37 25.6719 42.322 22.8408 40.4838 22.2086Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M40.4739 22.2291C40.4739 22.2291 44.7063 19.9987 47.9823 23.7577C49.6586 25.6812 52.6243 27.1315 53.8987 28.2459C57.2093 31.1412 58.7982 33.9954 58.7982 33.9954C58.7982 33.9954 50.7858 36.4075 46.5816 31.2324C42.3775 26.0573 42.3285 22.9339 40.4739 22.2291Z",fill:t.palette.primary[700]}),p.jsx("path",{d:"M69.8839 80.9781C70.0508 80.9601 70.2203 80.9505 70.3921 80.9505C72.9352 80.9505 74.9968 82.9763 74.9968 85.4753C74.9968 87.9742 72.9352 90 70.3921 90H51.1269C51.1179 90 51.109 90 51.1 90H41.9199C39.836 90 38.1467 88.3353 38.1467 86.2817C38.1467 84.2282 39.836 82.5635 41.9199 82.5635C42.0607 82.5635 42.1996 82.5714 42.3363 82.5862L42.3361 82.5635C42.3361 78.4564 45.7147 75.127 49.8824 75.127C51.0267 75.127 52.1115 75.3781 53.0831 75.8273C54.7434 73.4559 57.5242 71.901 60.6748 71.901C65.761 71.901 69.8842 75.9526 69.8842 80.9505C69.8842 80.9597 69.8839 80.9689 69.8839 80.9781Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M78.9892 36.2257C78.9892 36.2257 75.1768 30.5521 66.0941 34.1471C57.0115 37.742 56.5563 40.6126 56.5563 40.6126L58.9426 41.7755C58.9426 41.7755 64.523 45.9737 70.2452 42.416C75.9672 38.8583 77.0383 36.1934 78.9892 36.2257Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M78.9999 36.2459C78.9999 36.2459 73.4379 32.3814 66.8998 37.0101C62.6887 39.9913 57.6743 41.1516 57.6743 41.1516C57.6743 41.1516 65.3581 46.5382 71.1882 43.1597C77.0182 39.7812 77.0123 36.2152 78.9999 36.2459Z",fill:t.palette.primary[700]})]})},chemicals:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M65.0308 45.1014H64.9367V22H47.0753V45.1014H46.9691L23.6038 81.2361C21.9939 83.7257 23.7919 87 26.769 87H47.0753H64.9367H85.231C88.208 87 90.0061 83.7257 88.3962 81.2361L65.0308 45.1014Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M65.9628 25H46.0372C44.9121 25 44 24.0799 44 22.9449V18.0551C44 16.9201 44.9121 16 46.0372 16H65.9628C67.0879 16 68 16.9201 68 18.0551V22.9449C68 24.0799 67.0879 25 65.9628 25Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M73 71C73 73.7614 70.7614 76 68 76C65.2386 76 63 73.7614 63 71C63 68.2385 65.2386 66 68 66C70.7614 66 73 68.2385 73 71Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M50 75C50 78.3137 47.3137 81 44 81C40.6863 81 38 78.3137 38 75C38 71.6863 40.6863 69 44 69C47.3137 69 50 71.6863 50 75Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M58 63.5001C58 64.8807 56.8807 66 55.4999 66C54.1193 66 53 64.8807 53 63.5001C53 62.1193 54.1193 61 55.4999 61C56.8807 61 58 62.1193 58 63.5001Z",fill:t.palette.primary[500]})]})},congratulations:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M79.4258 70.0742L41.9258 32.5742C41.6445 32.293 41.2461 32.1758 40.8594 32.2578C40.4727 32.3399 40.1562 32.6094 40.0039 32.9844L20.4102 83.6914C20.1406 84.3945 20 85.1328 20 85.8945C20 89.2695 22.7422 92 26.1055 92C26.8555 92 27.6055 91.8594 28.3086 91.5899L79.0156 71.9961C79.3906 71.8555 79.6602 71.5274 79.7422 71.1406C79.8242 70.7539 79.707 70.3555 79.4258 70.0742Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M79.4258 70.0742L41.9258 32.5742C41.6445 32.293 41.2461 32.1758 40.8594 32.2578C40.4727 32.3399 40.1562 32.6094 40.0039 32.9844L20.4102 83.6914C20.1406 84.3945 20 85.1328 20 85.8945C20 89.2695 22.7422 92 26.1055 92C26.8555 92 27.6055 91.8594 28.3086 91.5899L79.0156 71.9961C79.3906 71.8555 79.6602 71.5274 79.7422 71.1406C79.8242 70.7539 79.707 70.3555 79.4258 70.0742Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M78.7343 60.1133C76.3554 55.168 72.289 49.6954 67.2968 44.7032C62.3046 39.711 56.8319 35.6446 51.8866 33.2657C46.5312 30.6875 42.4062 30.4414 40.2616 32.586C38.1171 34.7188 38.3632 38.8555 40.9413 44.211C43.3202 49.1563 47.3866 54.6289 52.3788 59.6211C57.371 64.6133 62.8437 68.6797 67.789 71.0586C70.7304 72.4766 73.2968 73.1914 75.371 73.1914C77.0702 73.1914 78.4413 72.711 79.4023 71.75C81.5468 69.6172 81.3007 65.4805 78.7226 60.125L78.7343 60.1133Z",fill:t.palette.primary[400]}),p.jsx("path",{d:"M55.1563 45.125C54.9805 45.125 54.8047 45.0899 54.6289 44.9961C54.0547 44.7032 53.8203 44 54.1016 43.4258L55.1328 41.375C58.1328 35.3867 58.9766 28.4844 57.5234 21.9453C57.3828 21.3125 57.7812 20.6914 58.4141 20.5508C59.0469 20.4102 59.668 20.8086 59.8086 21.4414C61.3789 28.5078 60.4648 35.961 57.2305 42.4297L56.1992 44.4805C55.9883 44.8907 55.5781 45.125 55.1445 45.125H55.1563Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M46.9531 29.8906C46.3086 29.8906 45.7812 29.3633 45.7812 28.7188V26.2812C45.3945 26.3516 45.0078 26.375 44.6094 26.375C42.6758 26.375 41.0938 24.793 41.0938 22.8594C41.0938 20.9258 42.6758 19.3438 44.6094 19.3438C46.4141 19.3438 47.9023 20.7148 48.1016 22.4609C48.8398 21.6289 49.2969 20.5391 49.2969 19.3438V18.1719C49.2969 17.5273 49.8242 17 50.4688 17C51.1133 17 51.6406 17.5273 51.6406 18.1719V19.3438C51.6406 21.9453 50.2227 24.2188 48.125 25.4258V28.7188C48.125 29.3633 47.5977 29.8906 46.9531 29.8906ZM44.6094 21.6875C43.9648 21.6875 43.4375 22.2148 43.4375 22.8594C43.4375 23.5039 43.9648 24.0312 44.6094 24.0312C45.0195 24.0312 45.4062 23.9844 45.7812 23.8789V22.8594C45.7812 22.2148 45.2539 21.6875 44.6094 21.6875Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M68.0468 58.0157C67.6132 58.0157 67.203 57.7813 66.9921 57.3711C66.6991 56.7969 66.9335 56.0938 67.5194 55.8008L69.5702 54.7696C76.039 51.5352 83.4921 50.6211 90.5585 52.1915C91.1913 52.3321 91.5898 52.9532 91.4491 53.586C91.3085 54.2188 90.6874 54.6172 90.0546 54.4766C83.5155 53.0235 76.6132 53.8672 70.6249 56.8672L68.5741 57.8985C68.4101 57.9805 68.2226 58.0274 68.0468 58.0274V58.0157Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M89.1406 70.9062C87.207 70.9062 85.625 69.3242 85.625 67.3906C85.625 66.9922 85.6602 66.6055 85.7188 66.2188H83.2812C82.6367 66.2188 82.1094 65.6914 82.1094 65.0469C82.1094 64.4023 82.6367 63.875 83.2812 63.875H86.5742C87.793 61.7773 90.0664 60.3594 92.6562 60.3594H93.8281C94.4727 60.3594 95 60.8867 95 61.5312C95 62.1758 94.4727 62.7031 93.8281 62.7031H92.6562C91.4609 62.7031 90.3594 63.1602 89.5391 63.8984C91.2969 64.0977 92.6562 65.5859 92.6562 67.3906C92.6562 69.3242 91.0742 70.9062 89.1406 70.9062ZM88.1211 66.2188C88.0273 66.5938 87.9688 66.9805 87.9688 67.3906C87.9688 68.0352 88.4961 68.5625 89.1406 68.5625C89.7852 68.5625 90.3125 68.0352 90.3125 67.3906C90.3125 66.7461 89.7852 66.2188 89.1406 66.2188H88.1211Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M62.1875 50.9844C61.8828 50.9844 61.5898 50.8672 61.3555 50.6445C60.8984 50.1875 60.8984 49.4492 61.3555 48.9922L78.3477 32C78.8047 31.543 79.543 31.543 80 32C80.457 32.457 80.457 33.1953 80 33.6523L63.0078 50.6445C62.7734 50.8789 62.4805 50.9844 62.1758 50.9844H62.1875Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M54.9219 80.75C44.0586 76.0156 35.5859 49.7656 35.2344 48.6406L34.6602 46.8242L29.1055 61.1914L29.375 63.8867C29.4336 64.4727 30.7578 76.625 39.6172 87.2305L55.6602 81.0312C55.4141 80.9492 55.168 80.8555 54.9219 80.75Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M33.5469 34.7773L33.1133 34.4844C31.3437 33.3008 29.9961 31.543 29.3164 29.5156C29.1523 29.0352 28.707 28.7188 28.2031 28.7188C27.6992 28.7188 27.2539 29.0469 27.0898 29.5156C26.4219 31.5313 25.0742 33.3008 23.293 34.4844L22.8594 34.7773C22.5313 35 22.3438 35.3633 22.3438 35.75C22.3438 36.1367 22.543 36.5117 22.8594 36.7227L23.293 37.0156C25.0625 38.1992 26.4102 39.957 27.0898 41.9844C27.2539 42.4648 27.6992 42.7812 28.2031 42.7812C28.707 42.7812 29.1523 42.4531 29.3164 41.9844C29.9844 39.9688 31.332 38.1992 33.1133 37.0156L33.5469 36.7227C33.875 36.5 34.0625 36.1367 34.0625 35.75C34.0625 35.3633 33.8633 34.9883 33.5469 34.7773Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M82.5974 15.3745L77.6255 10.4027C77.1679 9.94503 76.4259 9.94503 75.9682 10.4027L70.9964 15.3745C70.5387 15.8322 70.5387 16.5742 70.9964 17.0318L75.9682 22.0036C76.4259 22.4613 77.1679 22.4613 77.6255 22.0036L82.5974 17.0318C83.055 16.5742 83.055 15.8322 82.5974 15.3745Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M66.875 33.4063C66.6641 33.4063 66.4649 33.3477 66.2774 33.2422C65.7266 32.9141 65.5391 32.1875 65.8789 31.6368L69.3946 25.7774C69.7227 25.2266 70.4493 25.0391 71 25.3789C71.5508 25.7071 71.7383 26.4336 71.3985 26.9844L67.8829 32.8438C67.6602 33.2071 67.2735 33.418 66.875 33.418V33.4063Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M79.7656 46.2969C79.3671 46.2969 78.9804 46.0977 78.7578 45.7227C78.4296 45.1719 78.6054 44.4453 79.1562 44.1172L85.0156 40.6016C85.5664 40.2735 86.2929 40.4492 86.6211 41C86.9492 41.5508 86.7734 42.2774 86.2226 42.6055L80.3632 46.1211C80.1757 46.2383 79.9648 46.2852 79.7656 46.2852V46.2969Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M70.2031 93.0586L69.7695 92.7656C68 91.582 66.6523 89.8242 65.9727 87.7969C65.8086 87.3164 65.3633 87 64.8594 87C64.3555 87 63.9102 87.3281 63.7461 87.7969C63.0781 89.8125 61.7305 91.582 59.9492 92.7656L59.5156 93.0586C59.1875 93.2812 59 93.6445 59 94.0312C59 94.418 59.1992 94.793 59.5156 95.0039L59.9492 95.2969C61.7188 96.4805 63.0664 98.2383 63.7461 100.266C63.9102 100.746 64.3555 101.062 64.8594 101.062C65.3633 101.062 65.8086 100.734 65.9727 100.266C66.6406 98.25 67.9883 96.4805 69.7695 95.2969L70.2031 95.0039C70.5313 94.7813 70.7188 94.418 70.7188 94.0312C70.7188 93.6445 70.5195 93.2695 70.2031 93.0586Z",fill:t.palette.primary[800]})]})},contactSupport:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[p.jsxs("g",{"clip-path":"url(#clip0_9570_134)",children:[e.backgroundShape,p.jsx("path",{d:"M3 49C3 40.7157 9.71573 34 18 34H105C106.105 34 107 34.8954 107 36V48C107 56.8366 99.8366 64 91 64H18C9.71573 64 3 57.2843 3 49Z",fill:t.palette.primary[500]}),p.jsx("rect",{x:"11.5",y:"40.5",width:"17",height:"17",rx:"8.5",stroke:"white"}),p.jsx("path",{d:"M19.5315 51.1277C19.5349 50.5107 19.6032 50.0325 19.7364 49.6929C19.8696 49.3534 20.1328 48.9773 20.526 48.5648C20.8498 48.2218 21.0955 47.8995 21.2631 47.598C21.4306 47.2965 21.5144 46.9657 21.5144 46.6057C21.5144 46.1264 21.3771 45.7282 21.1023 45.4114C20.8276 45.0945 20.4491 44.9361 19.9669 44.9361C19.5387 44.9361 19.2044 45.0664 18.9639 45.3269C18.7234 45.5874 18.5377 45.8825 18.4067 46.2123L17.6211 45.7939C17.8162 45.2602 18.1097 44.8198 18.5016 44.4727C18.8936 44.1255 19.382 43.952 19.9669 43.952C20.7431 43.952 21.3415 44.2104 21.762 44.7273C22.1825 45.2442 22.3927 45.8584 22.3927 46.5698C22.3927 47.0181 22.3107 47.4242 22.1467 47.7883C21.9827 48.1524 21.7333 48.5193 21.3983 48.889C20.9699 49.3534 20.7054 49.7206 20.6049 49.9907C20.5044 50.2609 20.4525 50.6398 20.4491 51.1277H19.5315ZM19.9669 54.5417C19.7806 54.5417 19.6207 54.4627 19.4871 54.3048C19.3534 54.1469 19.2866 53.9579 19.2866 53.7377C19.2866 53.5176 19.3534 53.3286 19.4871 53.1707C19.6207 53.0128 19.7806 52.9338 19.9669 52.9338C20.1531 52.9338 20.3131 53.0128 20.4467 53.1707C20.5803 53.3286 20.6471 53.5176 20.6471 53.7377C20.6471 53.9579 20.5803 54.1469 20.4467 54.3048C20.3131 54.4627 20.1531 54.5417 19.9669 54.5417Z",fill:"white"}),p.jsx("path",{d:"M33.0045 53L36.7845 44.6H38.3205L42.1125 53H40.4805L37.2285 45.428H37.8525L34.6125 53H33.0045ZM34.7445 51.056L35.1645 49.832H39.7005L40.1205 51.056H34.7445ZM44.9581 53.084C44.4221 53.084 43.9061 53.016 43.4101 52.88C42.9221 52.736 42.5341 52.564 42.2461 52.364L42.8221 51.224C43.1101 51.408 43.4541 51.56 43.8541 51.68C44.2541 51.8 44.6541 51.86 45.0541 51.86C45.5261 51.86 45.8661 51.796 46.0741 51.668C46.2901 51.54 46.3981 51.368 46.3981 51.152C46.3981 50.976 46.3261 50.844 46.1821 50.756C46.0381 50.66 45.8501 50.588 45.6181 50.54C45.3861 50.492 45.1261 50.448 44.8381 50.408C44.5581 50.368 44.2741 50.316 43.9861 50.252C43.7061 50.18 43.4501 50.08 43.2181 49.952C42.9861 49.816 42.7981 49.636 42.6541 49.412C42.5101 49.188 42.4381 48.892 42.4381 48.524C42.4381 48.116 42.5541 47.764 42.7861 47.468C43.0181 47.164 43.3421 46.932 43.7581 46.772C44.1821 46.604 44.6821 46.52 45.2581 46.52C45.6901 46.52 46.1261 46.568 46.5661 46.664C47.0061 46.76 47.3701 46.896 47.6581 47.072L47.0821 48.212C46.7781 48.028 46.4701 47.904 46.1581 47.84C45.8541 47.768 45.5501 47.732 45.2461 47.732C44.7901 47.732 44.4501 47.8 44.2261 47.936C44.0101 48.072 43.9021 48.244 43.9021 48.452C43.9021 48.644 43.9741 48.788 44.1181 48.884C44.2621 48.98 44.4501 49.056 44.6821 49.112C44.9141 49.168 45.1701 49.216 45.4501 49.256C45.7381 49.288 46.0221 49.34 46.3021 49.412C46.5821 49.484 46.8381 49.584 47.0701 49.712C47.3101 49.832 47.5021 50.004 47.6461 50.228C47.7901 50.452 47.8621 50.744 47.8621 51.104C47.8621 51.504 47.7421 51.852 47.5021 52.148C47.2701 52.444 46.9381 52.676 46.5061 52.844C46.0741 53.004 45.5581 53.084 44.9581 53.084ZM51.1339 53.084C50.5979 53.084 50.0819 53.016 49.5859 52.88C49.0979 52.736 48.7099 52.564 48.4219 52.364L48.9979 51.224C49.2859 51.408 49.6299 51.56 50.0299 51.68C50.4299 51.8 50.8299 51.86 51.2299 51.86C51.7019 51.86 52.0419 51.796 52.2499 51.668C52.4659 51.54 52.5739 51.368 52.5739 51.152C52.5739 50.976 52.5019 50.844 52.3579 50.756C52.2139 50.66 52.0259 50.588 51.7939 50.54C51.5619 50.492 51.3019 50.448 51.0139 50.408C50.7339 50.368 50.4499 50.316 50.1619 50.252C49.8819 50.18 49.6259 50.08 49.3939 49.952C49.1619 49.816 48.9739 49.636 48.8299 49.412C48.6859 49.188 48.6139 48.892 48.6139 48.524C48.6139 48.116 48.7299 47.764 48.9619 47.468C49.1939 47.164 49.5179 46.932 49.9339 46.772C50.3579 46.604 50.8579 46.52 51.4339 46.52C51.8659 46.52 52.3019 46.568 52.7419 46.664C53.1819 46.76 53.5459 46.896 53.8339 47.072L53.2579 48.212C52.9539 48.028 52.6459 47.904 52.3339 47.84C52.0299 47.768 51.7259 47.732 51.4219 47.732C50.9659 47.732 50.6259 47.8 50.4019 47.936C50.1859 48.072 50.0779 48.244 50.0779 48.452C50.0779 48.644 50.1499 48.788 50.2939 48.884C50.4379 48.98 50.6259 49.056 50.8579 49.112C51.0899 49.168 51.3459 49.216 51.6259 49.256C51.9139 49.288 52.1979 49.34 52.4779 49.412C52.7579 49.484 53.0139 49.584 53.2459 49.712C53.4859 49.832 53.6779 50.004 53.8219 50.228C53.9659 50.452 54.0379 50.744 54.0379 51.104C54.0379 51.504 53.9179 51.852 53.6779 52.148C53.4459 52.444 53.1139 52.676 52.6819 52.844C52.2499 53.004 51.7339 53.084 51.1339 53.084ZM55.3297 53V46.592H56.8297V53H55.3297ZM56.0857 45.536C55.8057 45.536 55.5737 45.448 55.3897 45.272C55.2137 45.096 55.1257 44.884 55.1257 44.636C55.1257 44.38 55.2137 44.168 55.3897 44C55.5737 43.824 55.8057 43.736 56.0857 43.736C56.3657 43.736 56.5937 43.82 56.7697 43.988C56.9537 44.148 57.0457 44.352 57.0457 44.6C57.0457 44.864 56.9577 45.088 56.7817 45.272C56.6057 45.448 56.3737 45.536 56.0857 45.536ZM60.7785 53.084C60.2425 53.084 59.7265 53.016 59.2305 52.88C58.7425 52.736 58.3545 52.564 58.0665 52.364L58.6425 51.224C58.9305 51.408 59.2745 51.56 59.6745 51.68C60.0745 51.8 60.4745 51.86 60.8745 51.86C61.3465 51.86 61.6865 51.796 61.8945 51.668C62.1105 51.54 62.2185 51.368 62.2185 51.152C62.2185 50.976 62.1465 50.844 62.0025 50.756C61.8585 50.66 61.6705 50.588 61.4385 50.54C61.2065 50.492 60.9465 50.448 60.6585 50.408C60.3785 50.368 60.0945 50.316 59.8065 50.252C59.5265 50.18 59.2705 50.08 59.0385 49.952C58.8065 49.816 58.6185 49.636 58.4745 49.412C58.3305 49.188 58.2585 48.892 58.2585 48.524C58.2585 48.116 58.3745 47.764 58.6065 47.468C58.8385 47.164 59.1625 46.932 59.5785 46.772C60.0025 46.604 60.5025 46.52 61.0785 46.52C61.5105 46.52 61.9465 46.568 62.3865 46.664C62.8265 46.76 63.1905 46.896 63.4785 47.072L62.9025 48.212C62.5985 48.028 62.2905 47.904 61.9785 47.84C61.6745 47.768 61.3705 47.732 61.0665 47.732C60.6105 47.732 60.2705 47.8 60.0465 47.936C59.8305 48.072 59.7225 48.244 59.7225 48.452C59.7225 48.644 59.7945 48.788 59.9385 48.884C60.0825 48.98 60.2705 49.056 60.5025 49.112C60.7345 49.168 60.9905 49.216 61.2705 49.256C61.5585 49.288 61.8425 49.34 62.1225 49.412C62.4025 49.484 62.6585 49.584 62.8905 49.712C63.1305 49.832 63.3225 50.004 63.4665 50.228C63.6105 50.452 63.6825 50.744 63.6825 51.104C63.6825 51.504 63.5625 51.852 63.3225 52.148C63.0905 52.444 62.7585 52.676 62.3265 52.844C61.8945 53.004 61.3785 53.084 60.7785 53.084ZM67.3862 53.084C66.6822 53.084 66.1382 52.904 65.7542 52.544C65.3702 52.176 65.1782 51.636 65.1782 50.924V45.176H66.6782V50.888C66.6782 51.192 66.7542 51.428 66.9062 51.596C67.0662 51.764 67.2862 51.848 67.5662 51.848C67.9022 51.848 68.1822 51.76 68.4062 51.584L68.8262 52.652C68.6502 52.796 68.4342 52.904 68.1782 52.976C67.9222 53.048 67.6582 53.084 67.3862 53.084ZM64.1222 47.84V46.64H68.3942V47.84H64.1222ZM74.0082 53V51.704L73.9242 51.428V49.16C73.9242 48.72 73.7922 48.38 73.5282 48.14C73.2642 47.892 72.8642 47.768 72.3282 47.768C71.9682 47.768 71.6122 47.824 71.2602 47.936C70.9162 48.048 70.6242 48.204 70.3842 48.404L69.7962 47.312C70.1402 47.048 70.5482 46.852 71.0202 46.724C71.5002 46.588 71.9962 46.52 72.5082 46.52C73.4362 46.52 74.1522 46.744 74.6562 47.192C75.1682 47.632 75.4242 48.316 75.4242 49.244V53H74.0082ZM71.9922 53.084C71.5122 53.084 71.0922 53.004 70.7322 52.844C70.3722 52.676 70.0922 52.448 69.8922 52.16C69.7002 51.864 69.6042 51.532 69.6042 51.164C69.6042 50.804 69.6882 50.48 69.8562 50.192C70.0322 49.904 70.3162 49.676 70.7082 49.508C71.1002 49.34 71.6202 49.256 72.2682 49.256H74.1282V50.252H72.3762C71.8642 50.252 71.5202 50.336 71.3442 50.504C71.1682 50.664 71.0802 50.864 71.0802 51.104C71.0802 51.376 71.1882 51.592 71.4042 51.752C71.6202 51.912 71.9202 51.992 72.3042 51.992C72.6722 51.992 73.0002 51.908 73.2882 51.74C73.5842 51.572 73.7962 51.324 73.9242 50.996L74.1762 51.896C74.0322 52.272 73.7722 52.564 73.3962 52.772C73.0282 52.98 72.5602 53.084 71.9922 53.084ZM80.9852 46.52C81.4972 46.52 81.9532 46.62 82.3532 46.82C82.7612 47.02 83.0812 47.328 83.3132 47.744C83.5452 48.152 83.6612 48.68 83.6612 49.328V53H82.1612V49.52C82.1612 48.952 82.0252 48.528 81.7532 48.248C81.4892 47.968 81.1172 47.828 80.6372 47.828C80.2852 47.828 79.9732 47.9 79.7012 48.044C79.4292 48.188 79.2172 48.404 79.0652 48.692C78.9212 48.972 78.8492 49.328 78.8492 49.76V53H77.3492V46.592H78.7772V48.32L78.5252 47.792C78.7492 47.384 79.0732 47.072 79.4972 46.856C79.9292 46.632 80.4252 46.52 80.9852 46.52ZM88.5158 53.084C87.8438 53.084 87.2438 52.944 86.7158 52.664C86.1958 52.376 85.7878 51.984 85.4918 51.488C85.1958 50.992 85.0478 50.428 85.0478 49.796C85.0478 49.156 85.1958 48.592 85.4918 48.104C85.7878 47.608 86.1958 47.22 86.7158 46.94C87.2438 46.66 87.8438 46.52 88.5158 46.52C89.1398 46.52 89.6878 46.648 90.1598 46.904C90.6398 47.152 91.0038 47.52 91.2518 48.008L90.0998 48.68C89.9078 48.376 89.6718 48.152 89.3918 48.008C89.1198 47.864 88.8238 47.792 88.5038 47.792C88.1358 47.792 87.8038 47.872 87.5078 48.032C87.2118 48.192 86.9798 48.424 86.8118 48.728C86.6438 49.024 86.5598 49.38 86.5598 49.796C86.5598 50.212 86.6438 50.572 86.8118 50.876C86.9798 51.172 87.2118 51.4 87.5078 51.56C87.8038 51.72 88.1358 51.8 88.5038 51.8C88.8238 51.8 89.1198 51.728 89.3918 51.584C89.6718 51.44 89.9078 51.216 90.0998 50.912L91.2518 51.584C91.0038 52.064 90.6398 52.436 90.1598 52.7C89.6878 52.956 89.1398 53.084 88.5158 53.084ZM95.4667 53.084C94.7547 53.084 94.1307 52.944 93.5947 52.664C93.0667 52.376 92.6547 51.984 92.3587 51.488C92.0707 50.992 91.9267 50.428 91.9267 49.796C91.9267 49.156 92.0667 48.592 92.3467 48.104C92.6347 47.608 93.0267 47.22 93.5227 46.94C94.0267 46.66 94.5987 46.52 95.2387 46.52C95.8627 46.52 96.4187 46.656 96.9067 46.928C97.3947 47.2 97.7787 47.584 98.0587 48.08C98.3387 48.576 98.4787 49.16 98.4787 49.832C98.4787 49.896 98.4747 49.968 98.4667 50.048C98.4667 50.128 98.4627 50.204 98.4547 50.276H93.1147V49.28H97.6627L97.0747 49.592C97.0827 49.224 97.0067 48.9 96.8467 48.62C96.6867 48.34 96.4667 48.12 96.1867 47.96C95.9147 47.8 95.5987 47.72 95.2387 47.72C94.8707 47.72 94.5467 47.8 94.2667 47.96C93.9947 48.12 93.7787 48.344 93.6187 48.632C93.4667 48.912 93.3907 49.244 93.3907 49.628V49.868C93.3907 50.252 93.4787 50.592 93.6547 50.888C93.8307 51.184 94.0787 51.412 94.3987 51.572C94.7187 51.732 95.0867 51.812 95.5027 51.812C95.8627 51.812 96.1867 51.756 96.4747 51.644C96.7627 51.532 97.0187 51.356 97.2427 51.116L98.0467 52.04C97.7587 52.376 97.3947 52.636 96.9547 52.82C96.5227 52.996 96.0267 53.084 95.4667 53.084Z",fill:"white"}),p.jsx("path",{d:"M50.4853 73.9182C51.3963 72.0223 53.6686 71.2249 55.5646 72.1359C56.4975 72.5842 57.1823 73.3947 57.4805 74.3159C57.8233 75.2215 57.7952 76.2822 57.3469 77.2152L56.5227 78.9306C56.9709 77.9977 57.7815 77.3129 58.7027 77.0146C59.6083 76.6718 60.669 76.6999 61.602 77.1482C62.5349 77.5965 63.2197 78.4071 63.5179 79.3283C63.8607 80.2338 63.8326 81.2946 63.3843 82.2275L62.5601 83.9429C63.0084 83.01 63.8189 82.3252 64.7401 82.027C65.6457 81.6842 66.7064 81.7123 67.6394 82.1605C69.5354 83.0715 70.3327 85.3439 69.4217 87.2398L63.6522 99.2477C60.7023 105.387 53.2303 107.909 46.9405 104.887L38.2731 100.722C34.0297 98.6834 30.7333 95.1362 29.0072 90.7878C28.2615 88.9478 27.5157 87.1078 27.0213 86.0552C23.9186 79.6378 20.3924 75.7209 18.623 74.3151C20.7565 71.3396 24.1001 71.2422 26.3873 72.3411C26.9591 72.6159 27.5477 73.0098 28.0629 73.4796C30.1547 75.4478 30.2243 76.0739 31.962 78.3165C34.2641 81.3118 38.8264 80.8368 40.417 77.5264L51.9417 53.5407C52.8527 51.6447 55.125 50.8474 57.021 51.7583C57.9539 52.2066 58.6387 53.0172 58.937 53.9384C59.2797 54.8439 59.2516 55.9047 58.8034 56.8376L50.5756 73.9616L50.4853 73.9182Z",fill:t.palette.primary[700]})]}),p.jsx("defs",{children:p.jsx("clipPath",{id:"clip0_9570_134",children:p.jsx("rect",{width:"112",height:"112",fill:"white"})})})]})},communities:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsxs("g",{"clip-path":"url(#clip0_9177_567)",children:[p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M18.7266 24.1094C43.1016 28.7305 67.9844 28.6289 93.375 24.1094C94.1875 23.9571 94.8984 24.7188 94.8984 25.5313V80.7813C94.8984 81.543 94.1875 82 93.375 82.2032C68.4922 88.6016 43.6094 89.0079 18.7266 82.2032C17.9141 82 17.2031 81.5938 17.2031 80.7813V25.5313C17.2031 24.7696 17.9141 23.9571 18.7266 24.1094Z",fill:"#B18651"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M27.918 53.7657C27.9688 51.4297 28.2734 49.9063 28.5781 48.5352C28.8828 47.1641 29.1367 45.9453 29.1367 44.2188C29.1367 42.4922 26.0898 40.7149 22.6367 38.6836C20.707 37.5157 18.625 36.2969 17.1523 35.2813V39.1407C18.3711 39.9532 19.7422 40.7149 21.0117 41.4766C23.6016 43 25.8867 44.1172 25.8867 44.2188C25.8867 45.6407 25.6328 46.6563 25.3789 47.8242C25.0234 49.3477 24.668 51.0235 24.6172 53.7149C24.6172 54.6797 24.4141 55.1367 24.3125 55.3907C23.9062 56.4063 23.7031 56.8633 24.7695 57.7266C25.125 58.0313 25.4805 58.1328 26.1406 58.336C27.0039 58.5899 28.6289 59.0977 31.5742 60.3672C30.4062 61.1797 29.3906 62.043 28.6289 63.1094C27.3594 64.9883 26.9531 67.1719 28.2227 70.0156C30.5586 75.3477 30.5078 75.4492 30.1523 75.8047C29.2891 76.7696 27.8672 78.293 27.4609 84.2344L30.6602 84.8438V84.5899C30.9648 79.6133 31.9297 78.5977 32.4883 77.9375C33.9609 76.3633 34.3672 75.9571 31.168 68.6446C30.457 67.0196 30.6094 65.8516 31.2695 64.8867C32.0312 63.7696 33.4531 62.8555 35.0781 61.8906C38.0234 63.211 40.4102 63.8711 44.0664 61.5352C44.7773 61.0781 45.1836 61.1797 45.3867 61.5352C46.4531 63.1602 46.6055 66.9688 46.707 68.9492V69.5078C46.7578 70.7266 47.5195 72.4024 48.4844 73.7227C49.4492 74.9922 50.7695 75.9571 52.0391 76.0078C53.0547 76.0586 54.375 75.6016 55.8984 74.8906C57.0664 74.3321 58.3867 73.6719 59.6562 73.0117C61.0781 72.25 62.4492 71.5391 63.5156 71.0821C63.7695 70.9805 63.9219 70.9297 64.0234 70.8789C65.8008 70.0664 68.4922 68.5938 70.5234 66.7149C72.8594 64.5821 74.3828 61.9414 73.2148 59.0977C73.1641 58.9453 73.1641 58.9961 73.1641 58.9453C72.25 56.9141 71.793 55.6446 71.5898 54.7813C72.3516 54.8828 73.1133 54.9844 73.8242 54.9844C75.5 55.0352 77.1758 54.6797 79.1562 53.8672C80.375 53.3594 81.2891 54.6289 82.3047 56.1016C83.9805 58.4375 85.8594 61.0781 89.7695 60.9766C91.6992 60.9258 93.3242 61.4844 94.8477 62.3477V58.6914C93.375 58.0313 91.6992 57.6758 89.7188 57.7266C87.4844 57.7774 86.1641 55.8985 84.9453 54.2227C83.1172 51.6836 81.4922 49.3985 77.9375 50.8711C76.3633 51.5313 75.1445 51.7344 73.875 51.7344C72.8086 51.7344 71.6406 51.5313 70.2695 51.2266C69.6602 50.4649 68.5938 49.5 66.5117 47.5196L66.1562 47.1641L65.4453 46.5039C64.2773 45.3867 63.668 44.168 63.5664 42.8985C63.5156 41.5274 64.0234 40.0547 65.1406 38.6328C65.1914 38.5821 65.6484 38.6836 66.7148 38.3282C68.1367 37.8711 69.9648 37.4141 71.6914 37.211C73.1641 37.0586 74.5352 37.1094 75.1953 37.6172C75.3477 37.7188 75.4492 37.8711 75.5 38.0742C76.4141 40.918 78.2422 43.2032 80.5781 44.5742C82.8633 45.9453 85.6562 46.4024 88.5 45.6407C89.9219 45.2852 90.3281 45.1328 90.6836 45.0313C92.3594 44.5742 93.5273 44.2696 94.7969 44.0157V40.7149C93.1719 41.0196 91.8516 41.375 89.8203 41.9336C88.9062 42.1875 87.8906 42.4414 87.6367 42.543C85.707 43.0508 83.7773 42.7461 82.2031 41.7813C80.5273 40.8164 79.2578 39.1407 78.5977 37.1094C78.3438 36.2461 77.8359 35.5352 77.125 35.0274C75.7031 33.961 73.5195 33.7578 71.3359 33.961C69.3555 34.1641 67.2734 34.7227 65.6992 35.1797C63.9727 35.7383 62.6016 36.5 62.5 36.6016C60.9258 38.6328 60.1641 40.8164 60.2656 42.9492C60.3672 45.0821 61.2812 47.0625 63.1602 48.7891L63.8711 49.4492L64.2266 49.8047C66.7656 52.1914 67.6289 53.0039 67.9336 53.461C67.9844 53.5625 68.0352 53.7657 68.0859 54.0703C68.2383 55.0352 68.543 56.5586 70.168 60.2149C70.2188 60.3164 70.168 60.2149 70.2188 60.2656C70.7266 61.4844 69.7617 62.9063 68.3398 64.2266C66.6133 65.8008 64.2266 67.1211 62.7031 67.8321C62.4492 67.9336 62.3477 67.9844 62.2969 68.0352C61.0781 68.543 59.6562 69.3047 58.1836 70.0664C57.4219 70.4727 56.6602 70.8789 55.9492 71.2344C54.2734 72.0977 52.8516 72.7071 52.1914 72.7071C51.9883 72.7071 51.5312 72.25 51.0742 71.6914C50.4648 70.8789 49.957 69.9141 49.957 69.3047V68.7461C49.8555 66.5117 49.6523 62.043 48.1289 59.7071C46.8594 57.7774 45.0312 57.0157 42.3398 58.7422C39.75 60.418 37.9219 59.5547 35.332 58.336C34.875 58.1328 34.418 57.8789 33.9609 57.7266C30.8125 56.3047 28.8828 55.6446 27.7656 55.2891C27.8672 54.8321 27.918 54.3242 27.918 53.6133V53.7657Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M68.0352 53.7149C67.7812 53.2579 66.8672 52.3946 64.3281 50.0586L63.9727 49.7032L63.2617 49.043C61.4336 47.3165 60.4688 45.336 60.3672 43.2032C60.2656 41.0704 61.0273 38.8868 62.6016 36.8555C62.7031 36.7032 64.0742 35.9414 65.8008 35.4336C67.375 34.9258 69.4062 34.418 71.4375 34.2149C73.6719 33.961 75.8047 34.1641 77.2266 35.2813C77.8867 35.7891 78.3945 36.4493 78.6992 37.3633C79.3594 39.4454 80.6797 41.0704 82.3047 42.0352C83.8789 42.9493 85.8086 43.3047 87.7383 42.7969C87.9922 42.7461 89.0078 42.4415 89.9219 42.1875C91.9531 41.629 93.2227 41.2735 94.8984 40.9688V25.5313C94.8984 24.7696 94.1875 24.0079 93.375 24.1094C67.9844 28.6289 43.1016 28.7305 18.7266 24.1094C17.9141 23.9571 17.2031 24.7188 17.2031 25.5313V35.2813C18.6758 36.3477 20.7578 37.5664 22.6875 38.6836C26.1406 40.7149 29.1875 42.543 29.1875 44.2188C29.1875 45.9454 28.9336 47.1641 28.6289 48.5352C28.3242 49.9063 27.9688 51.4297 27.9688 53.7657C27.9688 54.4766 27.8672 54.9844 27.8164 55.4415C28.9336 55.7969 30.8633 56.4571 34.0117 57.879L35.3828 58.4883C37.9727 59.7071 39.8516 60.5704 42.3906 58.8946C45.082 57.1172 46.9609 57.879 48.1797 59.8594C49.7031 62.1954 49.9062 66.6641 50.0078 68.8985V69.4571C50.0586 70.0665 50.5156 71.0313 51.125 71.8438C51.582 72.4024 51.9883 72.8594 52.2422 72.8594C52.9023 72.8594 54.3242 72.25 56 71.3868C56.7109 71.0313 57.4727 70.625 58.2344 70.2188C59.707 69.4571 61.1289 68.6954 62.3477 68.1875C62.3984 68.1875 62.5508 68.086 62.7539 67.9844C64.3281 67.2735 66.6641 65.9532 68.3906 64.379C69.8125 63.1094 70.7773 61.6368 70.2695 60.418C70.2188 60.3672 70.2695 60.4688 70.2188 60.3672C68.5938 56.711 68.2891 55.1875 68.1367 54.2227C68.0859 53.918 68.0352 53.7657 67.9844 53.6133L68.0352 53.7149Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M28.2734 70.0664C27.0547 67.2227 27.4102 65.0391 28.6797 63.1602C29.3906 62.0938 30.4062 61.2305 31.625 60.418C28.6797 59.1484 27.0547 58.6406 26.1914 58.3867C25.5312 58.1836 25.1758 58.082 24.8203 57.7773C23.7539 56.9141 23.957 56.457 24.3633 55.4414C24.4648 55.1875 24.668 54.7305 24.668 53.7656C24.7188 51.0742 25.0742 49.3984 25.4297 47.875C25.6836 46.707 25.9375 45.6914 25.9375 44.2695C25.9375 44.1172 23.6523 43.0508 21.0625 41.5273C19.793 40.7656 18.4727 40.0039 17.2031 39.1914V80.832C17.2031 81.5938 17.9141 82 18.7266 82.2539C21.6719 83.0664 24.5664 83.7773 27.5117 84.3867C27.918 78.4453 29.3398 76.9219 30.2031 75.957C30.5078 75.6016 30.6094 75.5 28.2734 70.168V70.0664Z",fill:"#9B6B3C"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M52.1406 76.1602C50.8203 76.1094 49.5508 75.1445 48.5859 73.875C47.6211 72.6055 46.8594 70.8789 46.8086 69.6602V69.1016C46.707 67.1719 46.5547 63.3125 45.4883 61.6875C45.2344 61.332 44.8281 61.2305 44.168 61.6875C40.5625 64.0235 38.1758 63.3633 35.1797 62.043C33.5547 62.957 32.1836 63.9219 31.3711 65.0391C30.7109 66.0039 30.5586 67.1719 31.2695 68.7969C34.4688 76.0586 34.0625 76.5156 32.5898 78.0899C31.9805 78.75 31.0664 79.7656 30.7617 84.7422V84.9961C51.6328 88.8047 72.5039 87.6367 93.375 82.2539C94.1875 82.0508 94.8984 81.6445 94.8984 80.832V62.6016C93.375 61.7383 91.8008 61.1797 89.8203 61.2305C85.9102 61.332 84.0312 58.6914 82.3555 56.3555C81.3398 54.8828 80.4258 53.6133 79.207 54.1211C77.2266 54.9336 75.5508 55.2383 73.875 55.2383C73.1133 55.2383 72.4023 55.1367 71.6406 55.0352C71.8945 55.8985 72.3008 57.168 73.2148 59.1992C73.2148 59.25 73.2148 59.1992 73.2656 59.3516C74.4844 62.1953 72.9102 64.836 70.5742 66.9688C68.543 68.7969 65.8516 70.3203 64.0742 71.1328C63.9727 71.1836 63.8203 71.2344 63.5664 71.336C62.5 71.793 61.1289 72.5039 59.707 73.2656C58.4375 73.9258 57.168 74.586 55.9492 75.1445C54.4258 75.8047 53.1055 76.3125 52.0898 76.2617L52.1406 76.1602Z",fill:t.palette.primary[100]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M94.8985 58.8438V44.2188C93.6289 44.4727 92.461 44.7773 90.7852 45.2344C90.4297 45.3359 89.9727 45.4375 88.6016 45.8438C85.7579 46.6055 82.9649 46.0977 80.6797 44.7773C78.3438 43.4063 76.5157 41.1211 75.6016 38.2773C75.5508 38.0742 75.4493 37.9219 75.2969 37.8203C74.6368 37.3125 73.2657 37.2617 71.793 37.4141C70.0664 37.6172 68.2383 38.0742 66.8164 38.5313C65.6993 38.8867 65.293 38.7852 65.2422 38.8359C64.125 40.2578 63.6172 41.7305 63.668 43.1016C63.7188 44.3711 64.3282 45.5898 65.5469 46.707L66.2579 47.3672L66.6133 47.7227C68.6954 49.6523 69.7618 50.668 70.3711 51.4297C71.7422 51.7344 72.9102 51.9375 73.9766 51.9375C75.2461 51.9375 76.5157 51.7344 78.0391 51.0742C81.5938 49.6016 83.2188 51.8867 85.0469 54.4258C86.2657 56.1016 87.586 57.9805 89.8204 57.9297C91.8008 57.8789 93.4766 58.2344 94.9493 58.8945L94.8985 58.8438Z",fill:t.palette.primary[300]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M30 31.0664C28.6289 31.0664 27.5625 32.1328 27.5625 33.5039L30 38.9883L32.4375 33.5039C32.4375 32.1328 31.3711 31.0664 30 31.0664Z",fill:"#3C2517"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M47.5195 41.7305C46.1484 41.7305 45.082 42.7969 45.082 44.168L47.5195 49.6523L49.957 44.168C49.957 42.7969 48.8906 41.7305 47.5195 41.7305Z",fill:"#82000A"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M86.3672 62.5508C87.7383 62.5508 88.8047 63.6172 88.8047 64.9883L86.3672 70.4727L83.9297 64.9883C83.9297 63.6172 84.9961 62.5508 86.3672 62.5508Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M68.8477 73.2148C70.2188 73.2148 71.2852 74.2812 71.2852 75.6523L68.8477 81.1367L66.4102 75.6523C66.4102 74.2812 67.4766 73.2148 68.8477 73.2148Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M83.5742 32.5898C84.9453 32.5898 86.0117 33.6562 86.0117 35.0273L83.5742 40.5117L81.1367 35.0273C81.1367 33.6562 82.2031 32.5898 83.5742 32.5898Z",fill:t.palette.primary[900]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M23.6523 60.0117C25.0234 60.0117 26.0898 61.0781 26.0898 62.4492L23.6523 67.9336L21.2148 62.4492C21.2148 61.0781 22.2812 60.0117 23.6523 60.0117Z",fill:"#FAC227"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M18.7266 24.1094C31.0156 26.4453 43.457 27.5625 56.0508 27.5117V87.0781C43.6094 87.1289 31.168 85.5547 18.7266 82.1016C17.9141 81.8985 17.2031 81.4922 17.2031 80.6797V25.4297C17.2031 24.668 17.9141 23.8555 18.7266 24.0078V24.1094Z",fill:"#A67D4C"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M27.918 53.7656C27.9688 51.4297 28.2734 49.9062 28.5781 48.5352C28.8828 47.1641 29.1367 45.9453 29.1367 44.2188C29.1367 42.4922 26.0898 40.7148 22.6367 38.6836C20.707 37.5156 18.625 36.2969 17.1523 35.2812V39.1406C18.3711 39.9531 19.7422 40.7148 21.0117 41.4766C23.6016 43 25.8867 44.1172 25.8867 44.2188C25.8867 45.6406 25.6328 46.6562 25.3789 47.8242C25.0234 49.3477 24.668 51.0234 24.6172 53.7148C24.6172 54.6797 24.4141 55.1367 24.3125 55.3906C23.9062 56.4062 23.7031 56.8633 24.7695 57.7266C25.125 58.0312 25.4805 58.1328 26.1406 58.3359C27.0039 58.5898 28.6289 59.0977 31.5742 60.3672C30.4062 61.1797 29.3906 62.043 28.6289 63.1094C27.3594 64.9883 26.9531 67.1719 28.2227 70.0156C30.5586 75.3477 30.5078 75.4492 30.1523 75.8047C29.2891 76.7695 27.8672 78.293 27.4609 84.2344L30.6602 84.8438V84.5898C30.9648 79.6133 31.9297 78.5977 32.4883 77.9375C33.9609 76.3633 34.3672 75.957 31.168 68.6445C30.457 67.0195 30.6094 65.8516 31.2695 64.8867C32.0312 63.7695 33.4531 62.8555 35.0781 61.8906C38.0234 63.2109 40.4102 63.8711 44.0664 61.5352C44.7773 61.0781 45.1836 61.1797 45.3867 61.5352C46.4531 63.1602 46.6055 66.9688 46.707 68.9492V69.5078C46.7578 70.7266 47.5195 72.4023 48.4844 73.7227C49.4492 74.9922 50.7695 75.957 52.0391 76.0078C53.0547 76.0586 54.375 75.6016 55.8984 74.8906L55.9492 74.8398V71.2344L55.8984 71.2852C54.2227 72.1484 52.8008 72.7578 52.1406 72.7578C51.9375 72.7578 51.4805 72.3008 51.0234 71.7422C50.4141 70.9297 49.9062 69.9648 49.9062 69.3555V68.7969C49.8047 66.5625 49.6016 62.0938 48.0781 59.7578C46.8086 57.8281 44.9805 57.0664 42.2891 58.793C39.6992 60.4688 37.8711 59.6055 35.2812 58.3867C34.8242 58.1836 34.3672 57.9297 33.9102 57.7773C30.7617 56.3555 28.832 55.6953 27.7148 55.3398C27.8164 54.8828 27.8672 54.375 27.8672 53.6641L27.918 53.7656Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M56.0508 27.5118C43.457 27.5625 31.0156 26.4454 18.7266 24.1094C17.9141 23.9571 17.2031 24.7188 17.2031 25.5313V35.2813C18.6758 36.3477 20.7578 37.5664 22.6875 38.6836C26.1406 40.7149 29.1875 42.543 29.1875 44.2188C29.1875 45.9454 28.9336 47.1641 28.6289 48.5352C28.3242 49.9063 27.9688 51.4297 27.9688 53.7657C27.9688 54.4766 27.8672 54.9844 27.8164 55.4415C28.9336 55.7969 30.8633 56.4571 34.0117 57.879L35.3828 58.4883C37.9727 59.7071 39.8516 60.5704 42.3906 58.8946C45.082 57.1172 46.9609 57.879 48.1797 59.8594C49.7031 62.1954 49.9062 66.6641 50.0078 68.8985V69.4571C50.0586 70.0665 50.5156 71.0313 51.125 71.8438C51.582 72.4024 51.9883 72.8594 52.2422 72.8594C52.9023 72.8594 54.3242 72.25 56 71.3868L56.0508 71.336V27.461V27.5118Z",fill:t.palette.primary[300]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M28.2734 70.0664C27.0547 67.2227 27.4102 65.0391 28.6797 63.1602C29.3906 62.0938 30.4062 61.2305 31.625 60.418C28.6797 59.1484 27.0547 58.6406 26.1914 58.3867C25.5312 58.1836 25.1758 58.082 24.8203 57.7773C23.7539 56.9141 23.957 56.457 24.3633 55.4414C24.4648 55.1875 24.668 54.7305 24.668 53.7656C24.7188 51.0742 25.0742 49.3984 25.4297 47.875C25.6836 46.707 25.9375 45.6914 25.9375 44.2695C25.9375 44.1172 23.6523 43.0508 21.0625 41.5273C19.793 40.7656 18.4727 40.0039 17.2031 39.1914V80.832C17.2031 81.5938 17.9141 82 18.7266 82.2539C21.6719 83.0664 24.5664 83.7773 27.5117 84.3867C27.918 78.4453 29.3398 76.9219 30.2031 75.957C30.5078 75.6016 30.6094 75.5 28.2734 70.168V70.0664Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M52.1406 76.1601C50.8203 76.1093 49.5508 75.1445 48.5859 73.875C47.6211 72.6054 46.8594 70.8789 46.8086 69.6601V69.1015C46.707 67.1718 46.5547 63.3125 45.4883 61.6875C45.2344 61.332 44.8281 61.2304 44.168 61.6875C40.5625 64.0234 38.1758 63.3632 35.1797 62.0429C33.5547 62.957 32.1836 63.9218 31.3711 65.039C30.7109 66.0039 30.5586 67.1718 31.2695 68.7968C34.4688 76.0586 34.0625 76.5156 32.5898 78.0898C31.9805 78.75 31.0664 79.7656 30.7617 84.7421V84.9961C39.1914 86.5195 47.6211 87.2304 56.0508 87.2304V75.0937L56 75.1445C54.4766 75.8046 53.1562 76.3125 52.1406 76.2617V76.1601Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M30 31.0664C28.6289 31.0664 27.5625 32.1328 27.5625 33.5039L30 38.9883L32.4375 33.5039C32.4375 32.1328 31.3711 31.0664 30 31.0664Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M47.5195 41.7305C46.1484 41.7305 45.082 42.7969 45.082 44.168L47.5195 49.6523L49.957 44.168C49.957 42.7969 48.8906 41.7305 47.5195 41.7305Z",fill:t.palette.primary[100]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M23.6523 60.0117C25.0234 60.0117 26.0898 61.0781 26.0898 62.4492L23.6523 67.9336L21.2148 62.4492C21.2148 61.0781 22.2812 60.0117 23.6523 60.0117Z",fill:t.palette.primary[700]})]}),p.jsx("defs",{children:p.jsx("clipPath",{id:"clip0_9177_567",children:p.jsx("rect",{width:"104",height:"104",fill:"white",transform:"translate(4 4)"})})})]})},dataAnalysis:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M88 32.0879H24V26.281C24 25.0213 25.0086 24 26.2526 24H85.7474C86.9915 24 88 25.0213 88 26.281V32.0879Z",fill:t.palette.primary[700]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M85.7474 88H26.2526C25.0086 88 24 86.9788 24 85.7191V31.4078H88V85.7191C88 86.9788 86.9915 88 85.7474 88Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M29.2011 27.764C29.2011 28.5545 28.5681 29.1955 27.7874 29.1955C27.0067 29.1955 26.3738 28.5545 26.3738 27.764C26.3738 26.9734 27.0067 26.3325 27.7874 26.3325C28.5681 26.3325 29.2011 26.9734 29.2011 27.764Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M34.4803 27.764C34.4803 28.5545 33.8474 29.1955 33.0666 29.1955C32.286 29.1955 31.6531 28.5545 31.6531 27.764C31.6531 26.9734 32.286 26.3325 33.0666 26.3325C33.8474 26.3325 34.4803 26.9734 34.4803 27.764Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M39.7599 27.764C39.7599 28.5545 39.127 29.1955 38.3462 29.1955C37.5655 29.1955 36.9326 28.5545 36.9326 27.764C36.9326 26.9734 37.5655 26.3325 38.3462 26.3325C39.127 26.3325 39.7599 26.9734 39.7599 27.764Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M45.9646 39.756H31.1059C30.4976 39.756 30 39.2521 30 38.6361C30 38.0201 30.4976 37.5162 31.1059 37.5162H45.9646C46.5729 37.5162 47.0705 38.0201 47.0705 38.6361C47.0705 39.2521 46.5729 39.756 45.9646 39.756Z",fill:t.palette.primary[400]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M37.3738 45.0378H31.8438C31.2331 45.0378 30.7378 44.5364 30.7378 43.9179C30.7378 43.2994 31.2331 42.798 31.8438 42.798H37.3738C37.9846 42.798 38.4797 43.2994 38.4797 43.9179C38.4797 44.5364 37.9846 45.0378 37.3738 45.0378Z",fill:t.palette.primary[400]}),p.jsx("path",{d:"M55.5222 44.1157C46.3972 44.1157 39 51.6063 39 60.8463C39 70.0863 46.3972 77.5769 55.5222 77.5769C64.6471 77.5769 72.0443 70.0863 72.0443 60.8463C72.0443 51.6063 64.6471 44.1157 55.5222 44.1157ZM55.5222 49.3544C61.7899 49.3544 66.8709 54.4995 66.8709 60.8463C66.8709 67.1931 61.7899 72.3382 55.5222 72.3382C49.2544 72.3382 44.1734 67.1931 44.1734 60.8463C44.1734 54.4995 49.2544 49.3544 55.5222 49.3544Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M67.1233 52.598C68.4223 51.9959 69.9573 52.5742 70.5519 53.8895C71.5308 56.055 72.0444 58.4166 72.0444 60.8463C72.0444 62.8361 71.7 64.782 71.0351 66.6149C70.5425 67.9728 69.0561 68.6692 67.7151 68.1705C66.3876 67.6766 65.7002 66.1965 66.1645 64.8494L66.1789 64.8086C66.6348 63.552 66.871 62.2175 66.871 60.8463C66.871 59.207 66.5332 57.6207 65.8886 56.161L65.8479 56.0699C65.2533 54.7545 65.8243 53.2001 67.1233 52.598Z",fill:t.palette.primary[800]})]})},defaultIllustration:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M32 36C32 33.7909 33.7909 32 36 32H76C78.2091 32 80 33.7909 80 36V76C80 78.2091 78.2091 80 76 80H36C33.7909 80 32 78.2091 32 76V36Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M67.4978 46.9265C68.1673 46.257 68.1673 45.1716 67.4978 44.5021C66.8284 43.8326 65.743 43.8326 65.0735 44.5021L56 53.5756L46.9265 44.5021C46.257 43.8326 45.1716 43.8326 44.5022 44.5021C43.8327 45.1716 43.8327 46.257 44.5022 46.9265L53.5756 56L44.5021 65.0735C43.8326 65.743 43.8326 66.8284 44.5021 67.4979C45.1716 68.1674 46.257 68.1674 46.9265 67.4979L56 58.4243L65.0735 67.4979C65.743 68.1674 66.8284 68.1674 67.4979 67.4979C68.1674 66.8284 68.1674 65.743 67.4979 65.0735L58.4244 56L67.4978 46.9265Z",fill:t.palette.primary[800]})]})},environement:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsxs("g",{"clip-path":"url(#clip0_9177_451)",children:[p.jsx("path",{d:"M54.8574 45.3127C54.877 39.566 54.8991 28.2928 57.4513 25.4644L59.6253 27.6602C58.467 28.8439 57.8365 37.4678 57.9108 45.3038C57.9124 45.5064 57.8737 45.7072 57.7969 45.8947C57.7202 46.0821 57.607 46.2524 57.4639 46.3955C57.3208 46.5386 57.1507 46.6518 56.9635 46.7284C56.7763 46.805 56.5757 46.8435 56.3735 46.8416C55.9701 46.8401 55.5839 46.6782 55.2996 46.3915C55.0154 46.1048 54.8563 45.7168 54.8574 45.3127Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M57.5255 28.078C57.3783 28.0414 57.2398 27.976 57.1178 27.8858C56.9959 27.7955 56.8928 27.682 56.8147 27.5519C56.7365 27.4217 56.6847 27.2773 56.6622 27.1271C56.6397 26.9769 56.647 26.8236 56.6836 26.6762C57.7319 22.4529 60.4118 18.8198 64.1339 16.576C67.8561 14.3322 72.3155 13.6616 76.5311 14.7117C76.6783 14.7483 76.8168 14.8136 76.9387 14.9039C77.0607 14.9941 77.1637 15.1076 77.2418 15.2377C77.32 15.3679 77.3719 15.5122 77.3944 15.6624C77.4169 15.8126 77.4096 15.9658 77.373 16.1132C76.3248 20.3365 73.6449 23.9697 69.9228 26.2136C66.2006 28.4574 61.7412 29.1281 57.5255 28.078Z",fill:t.palette.primary[700]}),p.jsx("path",{d:"M35.4693 14.4849C37.5568 13.9649 39.726 13.8619 41.8531 14.1818C43.9802 14.5016 46.0237 15.2381 47.8667 16.3491C49.7098 17.4601 51.3163 18.9239 52.5947 20.6569C53.873 22.39 54.7981 24.3583 55.3171 26.4494C55.3538 26.5969 55.3611 26.7501 55.3386 26.9003C55.3161 27.0505 55.2643 27.1949 55.1861 27.3251C55.1079 27.4552 55.0049 27.5687 54.8829 27.659C54.761 27.7493 54.6224 27.8146 54.4753 27.8512C52.3878 28.3712 50.2186 28.4742 48.0915 28.1543C45.9643 27.8345 43.9209 27.098 42.0779 25.987C40.2348 24.876 38.6283 23.4122 37.3499 21.6792C36.0716 19.9461 35.1465 17.9779 34.6275 15.8867C34.5908 15.7392 34.5835 15.586 34.606 15.4358C34.6285 15.2856 34.6803 15.1412 34.7585 15.011C34.8367 14.8809 34.9397 14.7674 35.0617 14.6771C35.1836 14.5868 35.3222 14.5215 35.4693 14.4849Z",fill:t.palette.primary[600]}),p.jsx("path",{d:"M56.3889 46.8416H56.3532C56.1529 46.8409 55.9548 46.8006 55.7701 46.723C55.5855 46.6455 55.4179 46.5321 55.2771 46.3895C55.1362 46.247 55.0248 46.0779 54.9493 45.8921C54.8738 45.7063 54.8357 45.5074 54.8371 45.3068C54.8676 41.5053 54.7069 31.6051 52.3564 27.3054L55.0641 25.8191C57.8013 30.8261 57.9676 41.3824 57.9271 45.3362C57.9221 45.7401 57.7573 46.1255 57.4689 46.4077C57.1805 46.6899 56.7921 46.846 56.3889 46.8416Z",fill:t.palette.primary[700]}),p.jsx("path",{d:"M77.4037 15.8332C77.4036 15.9268 77.3933 16.0201 77.373 16.1115C76.8547 18.2028 75.9304 20.1713 74.6527 21.9047C73.375 23.6381 71.769 25.1024 69.9264 26.214C68.0838 27.3256 66.0407 28.0626 63.9138 28.3831C61.7868 28.7036 59.6177 28.6013 57.5302 28.0819C57.279 28.0214 57.0557 27.8773 56.8968 27.6732C56.7379 27.4691 56.6528 27.217 56.6553 26.9582C56.6555 26.8646 56.6658 26.7713 56.6861 26.6799C56.7479 26.4427 56.8096 26.2159 56.8714 25.9891C57.0231 26.2031 57.2455 26.3565 57.4992 26.422C65.9798 28.5781 74.563 23.4112 76.8693 14.8534C77.0321 14.9599 77.166 15.1051 77.2593 15.2761C77.3525 15.447 77.4021 15.6384 77.4037 15.8332Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M55.3495 26.7314C55.3497 26.9885 55.2636 27.2382 55.1048 27.4402C54.9461 27.6422 54.7241 27.7848 54.4746 27.845C52.3877 28.3664 50.2188 28.4705 48.0917 28.1515C45.9646 27.8325 43.9212 27.0965 42.0783 25.9857C40.2354 24.8748 38.6291 23.411 37.3514 21.6777C36.0737 19.9445 35.1495 17.976 34.6318 15.8846C34.6115 15.7933 34.6012 15.6999 34.6011 15.6063C34.6016 15.4098 34.6507 15.2165 34.7442 15.0438C34.8376 14.871 34.9723 14.7242 35.1363 14.6165C37.4314 23.174 46.025 28.3501 54.5064 26.1951C54.7602 26.1296 54.9825 25.9762 55.1342 25.7622C55.196 25.989 55.2578 26.2158 55.3195 26.453C55.3396 26.5444 55.3496 26.6378 55.3495 26.7314Z",fill:t.palette.primary[700]}),p.jsx("path",{d:"M56 98C73.1208 98 87 84.0957 87 66.944C87 49.7922 73.1208 35.8879 56 35.8879C38.8792 35.8879 25 49.7922 25 66.944C25 84.0957 38.8792 98 56 98Z",fill:t.palette.primary[300]}),p.jsx("path",{d:"M79.0542 65.2645C78.0177 80.3837 65.1781 92.3014 50.0507 92.2659C49.9246 92.2659 49.7987 92.2648 49.6731 92.2628C47.0478 92.2298 44.4556 91.6717 42.0485 90.6213C39.6415 89.5708 37.4682 88.0492 35.6562 86.1458C32.8739 83.1972 30.7659 79.677 29.4784 75.83C28.1909 71.9829 27.755 67.9012 28.2008 63.8683C29.6106 50.6555 40.4115 40.1148 53.6307 39.0242C59.9852 38.4771 66.3347 40.1311 71.6183 43.7099C71.6197 43.7099 71.621 43.7101 71.6222 43.7106C71.6235 43.7111 71.6246 43.7119 71.6255 43.7128C71.6265 43.7138 71.6272 43.7149 71.6277 43.7161C71.6282 43.7174 71.6284 43.7187 71.6284 43.72C74.2573 46.6206 76.271 50.0258 77.5474 53.7291C78.8238 57.4324 79.3364 61.3568 79.0542 65.2645Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M33.22 45.8867C36.8676 41.9276 41.4806 38.9872 46.6057 37.3543C51.7308 35.7214 57.1917 35.4523 62.4521 36.5733C67.7124 37.6943 72.5912 40.1669 76.6091 43.7482C80.627 47.3295 83.6459 51.8963 85.3692 57C83.2962 58.3569 80.9101 59.1579 78.4395 59.3261C73.1847 59.6596 68.2894 57.2761 63.9455 54.5686C61.7852 53.2246 60.3281 51.5688 57.7124 51.7125C54.9763 51.8575 52.2958 52.5245 49.6066 53.0319C46.1144 53.6726 42.4198 54.068 39.0783 52.8597C36.0668 51.7671 33.4626 49.0235 33.22 45.8867ZM72.0013 81.6367C72.6685 79.2739 72.0572 76.3578 69.9488 75.1061C68.7833 74.4139 67.3622 74.3257 66.0077 74.3691C64.0352 74.4321 61.9968 74.7651 60.3647 75.8767C59.4264 76.5332 58.6663 77.4137 58.1531 78.4385C57.64 79.4634 57.3899 80.6002 57.4256 81.7462C57.4847 82.891 57.821 84.0043 58.4056 84.9898C58.9903 85.9752 59.8056 86.8033 60.7812 87.4025C65.7481 90.4003 70.6253 86.5081 72.0013 81.6367ZM25.0068 67.2298C26.6912 66.1788 28.6906 65.7542 30.6558 66.03C33.5906 66.5035 35.9902 68.5423 38.2132 70.5066C40.9459 72.9187 43.6776 75.3162 46.4104 77.7279C48.1227 79.2305 49.9059 80.8361 50.6928 82.9819C52.0012 86.5151 50.1774 90.6003 47.3054 93.0384C46.1931 93.9606 44.9932 94.7713 43.7229 95.4588C38.209 93.0754 33.5049 89.1388 30.1823 84.1274C26.8597 79.116 25.0617 73.2457 25.0068 67.2298Z",fill:t.palette.primary[600]}),p.jsx("path",{d:"M85.3682 57.004C83.2948 58.3566 80.9104 59.1552 78.4419 59.3236C73.1826 59.6641 68.2939 57.272 63.9406 54.5706C61.7883 53.2198 60.3282 51.5703 57.7139 51.7145C54.9764 51.859 52.3003 52.529 49.6039 53.0342C46.115 53.6735 42.4205 54.0655 39.0753 52.8589C36.0703 51.7668 33.4663 49.0227 33.2192 45.889C33.281 45.8271 33.3324 45.7653 33.3942 45.7034C34.3823 47.8069 36.3892 49.5287 38.6225 50.3329C41.957 51.5495 45.6519 51.1474 49.1407 50.5082C51.8372 50.0041 54.5132 49.3321 57.2508 49.1884C59.865 49.0442 61.3263 50.7042 63.4878 52.0446C67.8308 54.7563 72.7194 57.1381 77.9787 56.7979H78.0506C80.8912 56.6019 82.8582 54.2203 82.9806 51.6425C83.9435 53.3502 84.7429 55.1454 85.3682 57.004ZM71.9991 81.6359C70.6295 86.5126 65.7518 90.4004 60.781 87.3995C60.0107 86.9292 59.3394 86.3128 58.8048 85.585C58.9596 85.7042 59.1211 85.8144 59.2887 85.9148C64.2595 88.9048 69.1381 85.0188 70.5068 80.1409C70.98 78.4809 70.8143 76.5424 69.9509 75.1093C72.0609 76.3567 72.668 79.2748 71.9991 81.6359ZM47.3088 93.0393C46.1958 93.9609 44.9963 94.7723 43.7272 95.4622C41.6888 94.584 39.7527 93.4846 37.9536 92.1835C40.259 93.3179 43.1612 92.9258 45.2402 91.1421L45.2712 91.1114C48.2661 88.5234 50.2934 84.3579 49.3982 80.7183C49.9422 81.4044 50.3794 82.1691 50.6948 82.9864C52.0029 86.5126 50.1802 90.5958 47.3088 93.0393Z",fill:t.palette.primary[700]})]}),p.jsx("defs",{children:p.jsx("clipPath",{id:"clip0_9177_451",children:p.jsx("rect",{width:"62",height:"84",fill:"white",transform:"translate(25 14)"})})})]})},filliere:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M34.8374 65.6186L19.5067 60.2378L26.2254 53.5191L46.9216 53.5345L34.8374 65.6186ZM46.3817 77.1628L51.7624 92.4936L58.4812 85.7748L58.4658 65.0787L46.3817 77.1628ZM78.9583 44.5862C85.0157 38.5288 87.0421 32.6352 87.6737 28.7452C87.772 28.1428 87.7256 27.5255 87.5384 26.9445C87.3511 26.3634 87.0283 25.8353 86.5966 25.4036C86.165 24.972 85.6368 24.6492 85.0558 24.4619C84.4747 24.2746 83.8575 24.2282 83.255 24.3265C79.365 24.9582 73.4715 26.9846 67.414 33.042L78.9583 44.5862Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M67.4136 33.0419L78.9583 44.5866L69.4294 54.1156L57.8846 42.5708L67.4136 33.0419ZM50.933 49.5224L62.4778 61.0672L46.3817 77.1632L34.837 65.6185L50.933 49.5224Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M44.0821 74.8636C44.0821 74.8636 41.9078 87.9628 25.4034 86.5961C24.0351 70.088 37.1359 67.9174 37.1359 67.9174L44.0821 74.8636Z",fill:t.palette.primary[600]}),p.jsx("path",{d:"M69.4295 54.1145C67.6856 54.3921 66.0741 55.214 64.8255 56.4626C63.5768 57.7113 62.755 59.3227 62.4774 61.0666L50.9332 49.5224C52.6771 49.2448 54.2885 48.423 55.5372 47.1743C56.7858 45.9257 57.6077 44.3142 57.8853 42.5703L69.4295 54.1145Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M72.2578 37.886L74.114 39.7421L64.585 49.2711L62.7288 47.415L72.2578 37.886Z",fill:t.palette.primary[500]})]})},questionnaire:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M30 30C30 27.7909 31.7909 26 34 26H78C80.2091 26 82 27.7909 82 30V82C82 84.2091 80.2091 86 78 86H34C31.7909 86 30 84.2091 30 82V30Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M72.5604 43H39.4396C38.6478 43 38 42.3522 38 41.5605V41.4397C38 40.6478 38.6478 40 39.4396 40H72.5604C73.3522 40 74 40.6478 74 41.4397V41.5605C74 42.3522 73.3522 43 72.5604 43Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M72.5604 51H39.4396C38.6478 51 38 50.3522 38 49.5605V49.4397C38 48.6478 38.6478 48 39.4396 48H72.5604C73.3522 48 74 48.6478 74 49.4397V49.5605C74 50.3522 73.3522 51 72.5604 51Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M72.5604 59H39.4396C38.6478 59 38 58.3522 38 57.5605V57.4397C38 56.6478 38.6478 56 39.4396 56H72.5604C73.3522 56 74 56.6478 74 57.4397V57.5605C74 58.3522 73.3522 59 72.5604 59Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M72.5604 67H39.4396C38.6478 67 38 66.3522 38 65.5605V65.4397C38 64.6478 38.6478 64 39.4396 64H72.5604C73.3522 64 74 64.6478 74 65.4397V65.5605C74 66.3522 73.3522 67 72.5604 67Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M56.5604 75H39.4396C38.6478 75 38 74.3522 38 73.5605V73.4397C38 72.6478 38.6478 72 39.4396 72H56.5604C57.3522 72 58 72.6478 58 73.4397V73.5605C58 74.3522 57.3522 75 56.5604 75Z",fill:t.palette.primary[600]}),p.jsx("path",{d:"M61 23C61 20.2386 58.7614 18 56 18C53.2386 18 51 20.2386 51 23H44.2526C43.0086 23 42 24.0102 42 25.2562V31H70V25.2562C70 24.0102 68.9915 23 67.7474 23H61Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M58 23C58 24.1045 57.1045 25 55.9999 25C54.8954 25 54 24.1045 54 23C54 21.8955 54.8954 21 55.9999 21C57.1045 21 58 21.8955 58 23Z",fill:t.palette.primary[500]})]})},relationships:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsxs("g",{"clip-path":"url(#clip0_9177_515)",children:[p.jsx("path",{d:"M41.877 73.0648H15.3945C13.4529 73.0648 11.8789 71.4909 11.8789 69.5492V59.767C11.8789 54.9129 15.8139 50.9779 20.668 50.9779H36.6036C41.4576 50.9779 45.3927 54.9129 45.3927 59.767V69.5492C45.3927 71.4909 43.8184 73.0648 41.877 73.0648Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M41.8771 52.7357C42.9807 54.2045 43.6349 56.0306 43.6349 58.0092V67.7914C43.6349 69.7331 42.061 71.307 40.1193 71.307H13.6368C13.1384 71.3068 12.6458 71.2001 12.1919 70.9941C12.7435 72.2144 13.9683 73.0648 15.3946 73.0648H41.8771C43.8188 73.0648 45.3928 71.4909 45.3928 69.5492V59.767C45.3928 56.8915 44.0115 54.3392 41.8771 52.7357Z",fill:t.palette.primary[900]}),p.jsx("path",{d:"M28.6357 54.5301C34.1923 54.5301 38.6967 50.0256 38.6967 44.4691C38.6967 38.9126 34.1923 34.4081 28.6357 34.4081C23.0792 34.4081 18.5747 38.9126 18.5747 44.4691C18.5747 50.0256 23.0792 54.5301 28.6357 54.5301Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M34.8147 36.5322C36.1936 38.2965 36.9415 40.4721 36.9388 42.7113C36.9388 48.2677 32.4342 52.7723 26.8778 52.7723C24.6386 52.775 22.463 52.0271 20.6987 50.6482C22.5399 53.0096 25.4093 54.5301 28.6356 54.5301C34.1921 54.5301 38.6966 50.0255 38.6966 44.4691C38.6966 41.2428 37.1761 38.3734 34.8147 36.5322Z",fill:t.palette.primary[300]}),p.jsx("path",{d:"M96.6055 73.0648H70.123C68.1814 73.0648 66.6074 71.4909 66.6074 69.5492V59.767C66.6074 54.9129 70.5425 50.9779 75.3965 50.9779H91.3321C96.1861 50.9779 100.121 54.9129 100.121 59.767V69.5492C100.121 71.4909 98.5472 73.0648 96.6055 73.0648Z",fill:t.palette.primary[400]}),p.jsx("path",{d:"M96.6056 52.7357C97.7092 54.2045 98.3635 56.0306 98.3635 58.0092V67.7914C98.3635 69.7331 96.7895 71.307 94.8478 71.307H68.3653C67.8669 71.3068 67.3743 71.2001 66.9204 70.9941C67.472 72.2144 68.6969 73.0648 70.1231 73.0648H96.6056C98.5473 73.0648 100.121 71.4909 100.121 69.5492V59.767C100.121 56.8915 98.7403 54.3392 96.6056 52.7357Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M83.3642 54.5301C88.9208 54.5301 93.4253 50.0256 93.4253 44.4691C93.4253 38.9126 88.9208 34.4081 83.3642 34.4081C77.8077 34.4081 73.3032 38.9126 73.3032 44.4691C73.3032 50.0256 77.8077 54.5301 83.3642 54.5301Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M89.5432 36.5322C90.9221 38.2965 91.67 40.4721 91.6673 42.7113C91.6673 48.2677 87.1628 52.7723 81.6063 52.7723C79.3671 52.775 77.1915 52.0271 75.4272 50.6482C77.2684 53.0096 80.1378 54.5301 83.3641 54.5301C88.9206 54.5301 93.4251 50.0255 93.4251 44.4691C93.4251 41.2428 91.9046 38.3734 89.5432 36.5322Z",fill:t.palette.primary[300]}),p.jsx("path",{d:"M66.8411 54.3441H45.1589C36.5843 54.3441 29.6328 61.2956 29.6328 69.8705V80.416C29.6328 82.3577 31.2068 83.9316 33.1484 83.9316H78.8516C80.7932 83.9316 82.3672 82.3577 82.3672 80.416V69.8705C82.3672 61.2956 75.4157 54.3441 66.8411 54.3441Z",fill:t.palette.primary[600]}),p.jsx("path",{d:"M76.903 58.0507C79.2124 60.7609 80.6095 64.2726 80.6095 68.1127V78.6582C80.6095 80.5999 79.0355 82.1738 77.0938 82.1738H31.3907C30.8923 82.1736 30.3997 82.0669 29.9458 81.8609C30.4974 83.0812 31.7222 83.9316 33.1485 83.9316H78.8517C80.7933 83.9316 82.3673 82.3577 82.3673 80.416V69.8705C82.3673 65.1353 80.2453 60.8983 76.903 58.0507Z",fill:t.palette.primary[700]}),p.jsx("path",{d:"M55.9121 58.0742C63.9213 58.0742 70.4141 51.5815 70.4141 43.5723C70.4141 35.5631 63.9213 29.0703 55.9121 29.0703C47.9029 29.0703 41.4102 35.5631 41.4102 43.5723C41.4102 51.5815 47.9029 58.0742 55.9121 58.0742Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M64.8028 32.0586C66.796 34.6089 67.877 37.7535 67.8732 40.9903C67.8732 49.0221 61.3619 55.5333 53.3302 55.5333C50.0934 55.5372 46.9487 54.4561 44.3984 52.4629C47.0598 55.8763 51.2075 58.0742 55.871 58.0742C63.9028 58.0742 70.4141 51.5629 70.4141 43.5312C70.4141 38.8677 68.2162 34.7199 64.8028 32.0586Z",fill:t.palette.primary[300]})]}),p.jsx("defs",{children:p.jsx("clipPath",{id:"clip0_9177_515",children:p.jsx("rect",{width:"90",height:"55",fill:"white",transform:"translate(11 29)"})})})]})},selectAction:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M83.5741 23.2969H36.1888C33.1908 23.2969 30.7605 25.7347 30.7605 28.742V90.5573C30.7605 93.5645 33.1908 96.0024 36.1888 96.0024H83.5741C86.572 96.0024 89.0024 93.5645 89.0024 90.5573V28.742C89.0024 25.7347 86.572 23.2969 83.5741 23.2969Z",fill:t.palette.primary[400]}),p.jsx("path",{d:"M78.3133 17.8873H30.9281C27.9301 17.8873 25.4998 20.3251 25.4998 23.3324V85.1477C25.4998 88.1549 27.9301 90.5928 30.9281 90.5928H78.3133C81.3113 90.5928 83.7417 88.1549 83.7417 85.1477V23.3324C83.7417 20.3251 81.3113 17.8873 78.3133 17.8873Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M70.856 36.1937C71.5101 36.1937 72.0403 35.6619 72.0403 35.0058C72.0403 34.3497 71.5101 33.8179 70.856 33.8179H56.9231C56.269 33.8179 55.7388 34.3497 55.7388 35.0058C55.7388 35.6619 56.269 36.1937 56.9231 36.1937H70.856Z",fill:"white"}),p.jsx("path",{d:"M70.856 42.2186C71.5101 42.2186 72.0403 41.6868 72.0403 41.0307C72.0403 40.3746 71.5101 39.8428 70.856 39.8428H56.9231C56.269 39.8428 55.7388 40.3746 55.7388 41.0307C55.7388 41.6868 56.269 42.2186 56.9231 42.2186H70.856Z",fill:"white"}),p.jsx("path",{d:"M41.6925 45.6902C46.0781 45.6902 49.6333 42.124 49.6333 37.7249C49.6333 33.3257 46.0781 29.7595 41.6925 29.7595C37.3069 29.7595 33.7517 33.3257 33.7517 37.7249C33.7517 42.124 37.3069 45.6902 41.6925 45.6902Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M40.4492 41.5442C40.2416 41.5442 40.0317 41.4638 39.8736 41.3052L37.5003 38.9246C37.1819 38.6051 37.1819 38.0893 37.5003 37.7698C37.8188 37.4503 38.3331 37.4503 38.6516 37.7698L40.4492 39.573L45.4246 34.5823C45.7431 34.2628 46.2574 34.2628 46.5759 34.5823C46.8943 34.9017 46.8943 35.4176 46.5759 35.7371L41.0249 41.3052C40.8668 41.4638 40.6568 41.5442 40.4492 41.5442Z",fill:"white"}),p.jsx("path",{d:"M70.8582 55.1156C71.5123 55.1156 72.0425 54.5837 72.0425 53.9276C72.0425 53.2715 71.5123 52.7397 70.8582 52.7397H56.9253C56.2712 52.7397 55.741 53.2715 55.741 53.9276C55.741 54.5837 56.2712 55.1156 56.9253 55.1156H70.8582Z",fill:"white"}),p.jsx("path",{d:"M70.8582 61.1405C71.5123 61.1405 72.0425 60.6086 72.0425 59.9525C72.0425 59.2964 71.5123 58.7646 70.8582 58.7646H56.9253C56.2712 58.7646 55.741 59.2964 55.741 59.9525C55.741 60.6086 56.2712 61.1405 56.9253 61.1405H70.8582Z",fill:"white"}),p.jsx("path",{d:"M41.6925 64.6096C46.0781 64.6096 49.6333 61.0434 49.6333 56.6443C49.6333 52.2452 46.0781 48.679 41.6925 48.679C37.3069 48.679 33.7517 52.2452 33.7517 56.6443C33.7517 61.0434 37.3069 64.6096 41.6925 64.6096Z",fill:t.palette.primary[700]}),p.jsx("ellipse",{cx:"42.0307",cy:"75.3164",rx:"6.55385",ry:"6.53165",fill:"white"}),p.jsx("path",{d:"M70.856 74.035C71.5101 74.035 72.0403 73.5031 72.0403 72.8471C72.0403 72.191 71.5101 71.6591 70.856 71.6591H56.9231C56.269 71.6591 55.7388 72.191 55.7388 72.8471C55.7388 73.5031 56.269 74.035 56.9231 74.035H70.856Z",fill:"white"}),p.jsx("path",{d:"M70.8584 80.0623C71.5125 80.0623 72.0427 79.5304 72.0427 78.8743C72.0427 78.2183 71.5125 77.6864 70.8584 77.6864H56.9255C56.2714 77.6864 55.7412 78.2183 55.7412 78.8743C55.7412 79.5304 56.2714 80.0623 56.9255 80.0623H70.8584Z",fill:"white"}),p.jsx("path",{d:"M41.6925 69.7305C44.9009 69.7305 47.5101 72.3477 47.5101 75.566C47.5101 78.7844 44.9009 81.4016 41.6925 81.4016C38.4841 81.4016 35.8749 78.7844 35.8749 75.566C35.8749 72.3477 38.4841 69.7305 41.6925 69.7305ZM41.6925 67.6007C37.3069 67.6007 33.7517 71.1669 33.7517 75.566C33.7517 79.9652 37.3069 83.5314 41.6925 83.5314C46.0781 83.5314 49.6333 79.9652 49.6333 75.566C49.6333 71.1669 46.0781 67.6007 41.6925 67.6007Z",fill:t.palette.primary[600]}),p.jsx("path",{d:"M63.2408 13.5472V21.3422H46.0027V13.5472H51.0866C51.0866 11.5879 52.6719 10 54.6229 10C56.5739 10 58.1569 11.5879 58.1569 13.5472H63.2408Z",fill:t.palette.primary[400]}),p.jsx("path",{d:"M46.038 55.6504H42.6834V52.2853C42.6834 51.7363 42.2398 51.2891 41.6902 51.2891C41.1405 51.2891 40.697 51.7339 40.697 52.2853V55.6504H37.3423C36.795 55.6504 36.3491 56.0952 36.3491 56.6466C36.3491 57.198 36.7926 57.6429 37.3423 57.6429H40.697V61.0079C40.697 61.5569 41.1405 62.0042 41.6902 62.0042C42.2398 62.0042 42.6834 61.5593 42.6834 61.0079V57.6429H46.038C46.5853 57.6429 47.0312 57.198 47.0312 56.6466C47.0312 56.0952 46.5877 55.6504 46.038 55.6504Z",fill:"white"}),p.jsx("path",{d:"M26.0676 75.7789L37.634 57.9229C37.8615 57.5715 37.861 57.1163 37.629 56.7679C37.3971 56.4196 36.982 56.2408 36.5707 56.3165L15.8877 60.0492C15.4896 60.1212 15.1684 60.4142 15.06 60.8042C14.9493 61.1935 15.0752 61.6128 15.3775 61.8777L19.4944 65.4905L11.0232 71.1356C10.5389 71.4587 10.4069 72.1126 10.7261 72.5938L12.6592 75.5135C12.9801 75.9976 13.6298 76.1271 14.1134 75.8062L18.5762 72.8314L22.5824 70.1604L24.1773 75.5106C24.2939 75.9026 24.6286 76.1915 25.0339 76.2494C25.4391 76.3073 25.8421 76.1235 26.0653 75.7782L26.0676 75.7789Z",fill:t.palette.primary[500]})]})},selectStartingYear:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsxs("g",{"clip-path":"url(#clip0_6928_3670)",children:[p.jsx("path",{d:"M80.5413 22.0267H31.4587C28.9962 22.0267 27 24.0181 27 26.4745V68.5523C27 71.0087 28.9962 73 31.4587 73H80.5413C83.0038 73 85 71.0087 85 68.5523V26.4745C85 24.0181 83.0038 22.0267 80.5413 22.0267Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M85 35.1407H27V37.0689H85V35.1407Z",fill:t.palette.primary[50]}),p.jsx("path",{d:"M40.8959 16H39.139C37.7263 16 36.5811 17.1424 36.5811 18.5517V25.5018C36.5811 26.911 37.7263 28.0534 39.139 28.0534H40.8959C42.3086 28.0534 43.4539 26.911 43.4539 25.5018V18.5517C43.4539 17.1424 42.3086 16 40.8959 16Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M71.1063 28.0535H72.8632C74.2759 28.0535 75.4211 26.911 75.4211 25.5018V18.5517C75.4211 17.1424 74.2759 16 72.8632 16H71.1063C69.6936 16 68.5483 17.1424 68.5483 18.5517V25.5018C68.5483 26.911 69.6936 28.0535 71.1063 28.0535Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M66.926 52.5433L50.2119 42.3054C48.7798 41.4377 47 42.5223 47 44.2575V64.7334C47 66.4687 48.7798 67.5749 50.2119 66.6856L66.926 56.4476C68.358 55.58 68.358 53.3893 66.926 52.5216V52.5433Z",fill:t.palette.primary[800]})]}),p.jsx("path",{d:"M47.485 70.9182C48.396 69.0223 50.6683 68.2249 52.5643 69.1359C53.4973 69.5842 54.182 70.3947 54.4802 71.3159C54.823 72.2215 54.7949 73.2822 54.3467 74.2152L53.5224 75.9306C53.9707 74.9977 54.7813 74.3129 55.7025 74.0146C56.608 73.6718 57.6688 73.6999 58.6017 74.1482C59.5347 74.5965 60.2194 75.4071 60.5177 76.3283C60.8605 77.2338 60.8323 78.2946 60.3841 79.2275L59.5599 80.9429C60.0081 80.01 60.8187 79.3252 61.7399 79.027C62.6455 78.6842 63.7062 78.7123 64.6391 79.1605C66.5351 80.0715 67.3325 82.3439 66.4215 84.2398L60.6519 96.2477C57.702 102.387 50.2301 104.909 43.9402 101.887L35.2729 97.7223C31.0295 95.6834 27.7331 92.1362 26.007 87.7878C25.2612 85.9478 24.5155 84.1078 24.021 83.0552C20.9184 76.6378 17.3921 72.7209 15.6227 71.3151C17.7562 68.3396 21.0999 68.2422 23.3871 69.3411C23.9589 69.6159 24.5475 70.0098 25.0626 70.4796C27.1545 72.4478 27.224 73.0739 28.9618 75.3165C31.2639 78.3118 35.8261 77.8368 37.4167 74.5264L48.9415 50.5407C49.8525 48.6447 52.1248 47.8474 54.0208 48.7583C54.9537 49.2066 55.6385 50.0172 55.9367 50.9384C56.2795 51.8439 56.2514 52.9047 55.8031 53.8376L47.5753 70.9616L47.485 70.9182Z",fill:t.palette.primary[500]}),p.jsx("defs",{children:p.jsx("clipPath",{id:"clip0_6928_3670",children:p.jsx("rect",{width:"58",height:"57",fill:"white",transform:"translate(27 16)"})})})]})},scoresIndicators:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M90 59.5577C90 39.0935 74.7776 24.9039 56 24.9039C37.2224 24.9039 22 38.5411 22 59.5577C22 65.2158 23.4674 72.7126 28.8329 79.5951C29.544 80.5073 30.6551 81 31.8117 81H80.2702C81.4229 81 82.5317 80.5114 83.2366 79.5993C87.8522 73.6274 90 66.1794 90 59.5577Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M86.7138 58.9257C86.7138 41.963 72.9627 28.212 56 28.212C39.0372 28.212 25.2861 41.963 25.2861 58.9257C25.2861 66.054 27.7147 72.6147 31.7892 77.8266H80.2107C84.2852 72.6147 86.7138 66.054 86.7138 58.9257Z",fill:"#E4EBF7"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M86.7138 58.9257C86.7138 41.963 72.9627 28.212 56 28.212C39.0372 28.212 25.2861 41.963 25.2861 58.9257C25.2861 66.054 27.7147 72.6147 31.7892 77.8266H80.2107C84.2852 72.6147 86.7138 66.054 86.7138 58.9257Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M56.0264 37.0369C55.3042 37.0369 54.7188 36.4514 54.7188 35.7292V33.1138C54.7188 32.3917 55.3042 31.8062 56.0264 31.8062C56.7487 31.8062 57.3341 32.3917 57.3341 33.1138V35.7292C57.3341 36.4514 56.7487 37.0369 56.0264 37.0369Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M38.925 44.096C38.4143 44.6067 37.5863 44.6067 37.0757 44.096L35.2263 42.2467C34.7156 41.7359 34.7156 40.908 35.2263 40.3973C35.737 39.8866 36.5649 39.8866 37.0757 40.3973L38.925 42.2467C39.4356 42.7573 39.4356 43.5853 38.925 44.096Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M32.8687 59.5577C32.8687 60.2799 32.2833 60.8654 31.561 60.8654H28.9456C28.2234 60.8654 27.6379 60.2799 27.6379 59.5577C27.6379 58.8355 28.2234 58.25 28.9456 58.25H31.561C32.2833 58.25 32.8687 58.8355 32.8687 59.5577Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M79.1313 59.5577C79.1313 58.8355 79.7168 58.25 80.439 58.25H83.0544C83.7766 58.25 84.3621 58.8355 84.3621 59.5577C84.3621 60.2799 83.7766 60.8654 83.0544 60.8654H80.439C79.7168 60.8654 79.1313 60.2799 79.1313 59.5577Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M73.0751 42.2467L74.9245 40.3973C75.4352 39.8866 76.2631 39.8866 76.7739 40.3973C77.2845 40.908 77.2845 41.7359 76.7739 42.2467L74.9245 44.096C74.4138 44.6067 73.5858 44.6067 73.0751 44.096C72.5645 43.5853 72.5645 42.7573 73.0751 42.2467Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M58.191 62.2056C59.9856 63.0345 61.2308 64.8503 61.2308 66.9568C61.2308 69.8457 58.8889 72.1876 56.0001 72.1876C53.1112 72.1876 50.7693 69.8457 50.7693 66.9568C50.7693 64.8086 52.0643 62.9628 53.9163 62.1576L55.5272 48.4303C55.5668 48.0475 56.1202 48.0358 56.1758 48.4167L58.191 62.2056Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M58.6155 66.9568C58.6155 68.4012 57.4446 69.5721 56.0002 69.5721C54.5557 69.5721 53.3848 68.4012 53.3848 66.9568C53.3848 65.5123 54.5557 64.3414 56.0002 64.3414C57.4446 64.3414 58.6155 65.5123 58.6155 66.9568Z",fill:t.palette.primary[500]})]})},trajectoryActions:e=>{const t=de(),n=parseInt(e.variant.split("-")[1]),r=t.custom.dataviz.colorsWithExtra[n],o=e.variant==="theme"?t.palette.primary[800]:"white",i=e.variant==="theme"?t.palette.primary[800]:r.main,s=e.variant==="theme"?t.palette.primary[200]:r.main,a=e.variant==="theme"?t.palette.primary[400]:"white",c=e.variant==="theme"?t.palette.primary[500]:r.variant[700];return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M19 25C19 22.7909 20.7909 21 23 21H58L71 35V83C71 85.2091 69.2091 87 67 87H23C20.7909 87 19 85.2091 19 83V25Z",fill:s}),p.jsx("path",{d:"M71 35L58 21V35H71Z",fill:a}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M62.5604 44H40.4396C39.6478 44 39 43.3522 39 42.5605V42.4397C39 41.6478 39.6478 41 40.4396 41H62.5604C63.3522 41 64 41.6478 64 42.4397V42.5605C64 43.3522 63.3522 44 62.5604 44Z",fill:"white"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M62.5604 55H40.4396C39.6478 55 39 54.3522 39 53.5605V53.4397C39 52.6478 39.6478 52 40.4396 52H62.5604C63.3522 52 64 52.6478 64 53.4397V53.5605C64 54.3522 63.3522 55 62.5604 55Z",fill:"white"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M62.5604 66H40.4396C39.6478 66 39 65.3522 39 64.5605V64.4397C39 63.6478 39.6478 63 40.4396 63H62.5604C63.3522 63 64 63.6478 64 64.4397V64.5605C64 65.3522 63.3522 66 62.5604 66Z",fill:"white"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M62.5604 77H40.4396C39.6478 77 39 76.3522 39 75.5605V75.4397C39 74.6478 39.6478 74 40.4396 74H62.5604C63.3522 74 64 74.6478 64 75.4397V75.5605C64 76.3522 63.3522 77 62.5604 77Z",fill:"white"}),p.jsx("path",{d:"M29.87 44.57L33.0425 41.3975L32.4125 40.7675L29.87 43.31L28.5875 42.0275L27.9575 42.6575L29.87 44.57ZM30.5 47C29.8775 47 29.2925 46.8819 28.745 46.6456C28.1975 46.4094 27.7212 46.0887 27.3162 45.6838C26.9112 45.2787 26.5906 44.8025 26.3544 44.255C26.1181 43.7075 26 43.1225 26 42.5C26 41.8775 26.1181 41.2925 26.3544 40.745C26.5906 40.1975 26.9112 39.7212 27.3162 39.3162C27.7212 38.9112 28.1975 38.5906 28.745 38.3544C29.2925 38.1181 29.8775 38 30.5 38C31.1225 38 31.7075 38.1181 32.255 38.3544C32.8025 38.5906 33.2787 38.9112 33.6838 39.3162C34.0887 39.7212 34.4094 40.1975 34.6456 40.745C34.8819 41.2925 35 41.8775 35 42.5C35 43.1225 34.8819 43.7075 34.6456 44.255C34.4094 44.8025 34.0887 45.2787 33.6838 45.6838C33.2787 46.0887 32.8025 46.4094 32.255 46.6456C31.7075 46.8819 31.1225 47 30.5 47Z",fill:o}),p.jsx("path",{d:"M29.87 55.57L33.0425 52.3975L32.4125 51.7675L29.87 54.31L28.5875 53.0275L27.9575 53.6575L29.87 55.57ZM30.5 58C29.8775 58 29.2925 57.8819 28.745 57.6456C28.1975 57.4094 27.7212 57.0887 27.3162 56.6838C26.9112 56.2787 26.5906 55.8025 26.3544 55.255C26.1181 54.7075 26 54.1225 26 53.5C26 52.8775 26.1181 52.2925 26.3544 51.745C26.5906 51.1975 26.9112 50.7212 27.3162 50.3162C27.7212 49.9112 28.1975 49.5906 28.745 49.3544C29.2925 49.1181 29.8775 49 30.5 49C31.1225 49 31.7075 49.1181 32.255 49.3544C32.8025 49.5906 33.2787 49.9112 33.6838 50.3162C34.0887 50.7212 34.4094 51.1975 34.6456 51.745C34.8819 52.2925 35 52.8775 35 53.5C35 54.1225 34.8819 54.7075 34.6456 55.255C34.4094 55.8025 34.0887 56.2787 33.6838 56.6838C33.2787 57.0887 32.8025 57.4094 32.255 57.6456C31.7075 57.8819 31.1225 58 30.5 58Z",fill:o}),p.jsx("path",{d:"M29.87 66.57L33.0425 63.3975L32.4125 62.7675L29.87 65.31L28.5875 64.0275L27.9575 64.6575L29.87 66.57ZM30.5 69C29.8775 69 29.2925 68.8819 28.745 68.6456C28.1975 68.4094 27.7212 68.0887 27.3162 67.6838C26.9112 67.2787 26.5906 66.8025 26.3544 66.255C26.1181 65.7075 26 65.1225 26 64.5C26 63.8775 26.1181 63.2925 26.3544 62.745C26.5906 62.1975 26.9112 61.7212 27.3162 61.3162C27.7212 60.9112 28.1975 60.5906 28.745 60.3544C29.2925 60.1181 29.8775 60 30.5 60C31.1225 60 31.7075 60.1181 32.255 60.3544C32.8025 60.5906 33.2787 60.9112 33.6838 61.3162C34.0887 61.7212 34.4094 62.1975 34.6456 62.745C34.8819 63.2925 35 63.8775 35 64.5C35 65.1225 34.8819 65.7075 34.6456 66.255C34.4094 66.8025 34.0887 67.2787 33.6838 67.6838C33.2787 68.0887 32.8025 68.4094 32.255 68.6456C31.7075 68.8819 31.1225 69 30.5 69Z",fill:o}),p.jsx("path",{d:"M29.87 77.57L33.0425 74.3975L32.4125 73.7675L29.87 76.31L28.5875 75.0275L27.9575 75.6575L29.87 77.57ZM30.5 80C29.8775 80 29.2925 79.8819 28.745 79.6456C28.1975 79.4094 27.7212 79.0887 27.3162 78.6838C26.9112 78.2787 26.5906 77.8025 26.3544 77.255C26.1181 76.7075 26 76.1225 26 75.5C26 74.8775 26.1181 74.2925 26.3544 73.745C26.5906 73.1975 26.9112 72.7212 27.3162 72.3162C27.7212 71.9112 28.1975 71.5906 28.745 71.3544C29.2925 71.1181 29.8775 71 30.5 71C31.1225 71 31.7075 71.1181 32.255 71.3544C32.8025 71.5906 33.2787 71.9112 33.6838 72.3162C34.0887 72.7212 34.4094 73.1975 34.6456 73.745C34.8819 74.2925 35 74.8775 35 75.5C35 76.1225 34.8819 76.7075 34.6456 77.255C34.4094 77.8025 34.0887 78.2787 33.6838 78.6838C33.2787 79.0887 32.8025 79.4094 32.255 79.6456C31.7075 79.8819 31.1225 80 30.5 80Z",fill:o}),p.jsx("path",{d:"M79.0183 84.2922C91.4475 84.2922 101.523 74.2163 101.523 61.7871C101.523 49.3579 91.4475 39.282 79.0183 39.282C66.589 39.282 56.5132 49.3579 56.5132 61.7871C56.5132 74.2163 66.589 84.2922 79.0183 84.2922Z",fill:c}),p.jsx("path",{d:"M79.0062 79.3897C88.6069 79.3897 96.3899 71.6068 96.3899 62.0061C96.3899 52.4054 88.6069 44.6224 79.0062 44.6224C69.4055 44.6224 61.6226 52.4054 61.6226 62.0061C61.6226 71.6068 69.4055 79.3897 79.0062 79.3897Z",fill:"white"}),p.jsx("path",{d:"M79.0062 73.2586C85.2208 73.2586 90.2587 68.2207 90.2587 62.0061C90.2587 55.7915 85.2208 50.7535 79.0062 50.7535C72.7916 50.7535 67.7537 55.7915 67.7537 62.0061C67.7537 68.2207 72.7916 73.2586 79.0062 73.2586Z",fill:c}),p.jsx("path",{d:"M79.006 67.1153C81.8278 67.1153 84.1152 64.8278 84.1152 62.0061C84.1152 59.1843 81.8278 56.8968 79.006 56.8968C76.1842 56.8968 73.8967 59.1843 73.8967 62.0061C73.8967 64.8278 76.1842 67.1153 79.006 67.1153Z",fill:"white"}),p.jsx("path",{d:"M98.6524 42.3476V35.4136L94.7231 39.3429V46.2769H101.657L105.599 42.3476H98.6524Z",fill:i}),p.jsx("path",{d:"M92.1077 48.8923V41.9583L88.1785 45.8876V52.8216H95.1125L99.0417 48.8923H92.1077Z",fill:i}),p.jsx("path",{d:"M79.006 62.4075C78.8965 62.4075 78.7992 62.371 78.7141 62.2859C78.5559 62.1277 78.5559 61.8723 78.7141 61.702L102.034 38.394C102.192 38.2359 102.448 38.2359 102.618 38.394C102.776 38.5521 102.776 38.8076 102.618 38.9779L79.298 62.298C79.2128 62.3832 79.1155 62.4197 79.006 62.4197V62.4075Z",fill:t.palette.primary[800]})]})},underConstruction:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M42.6779 51.0369C39.2407 51.0369 36.4543 48.2354 36.4543 44.7795C36.4543 41.3237 39.2407 38.5221 42.6779 38.5221C46.115 38.5221 48.9014 41.3237 48.9014 44.7795C48.9014 48.2354 46.115 51.0369 42.6779 51.0369ZM61.3557 47.6101V41.9489L56.9181 40.8152C56.5927 39.6306 56.125 38.5055 55.5346 37.4595L57.8757 33.5019L53.8944 29.4989L49.9582 31.8527C48.9178 31.2591 47.7988 30.789 46.6207 30.4617L45.4931 26H39.8626L38.735 30.4617C37.5568 30.789 36.4378 31.2591 35.3975 31.8527L31.4613 29.4989L27.4799 33.5019L29.821 37.4595C29.2307 38.5055 28.763 39.6307 28.4376 40.8152L24 41.9489V47.6101L28.4376 48.7438C28.763 49.9283 29.2307 51.0535 29.821 52.0995L27.4799 56.0571L31.4613 60.0602L35.3975 57.7063C36.4378 58.2999 37.5568 58.7701 38.735 59.0973L39.8626 63.5591H45.4931L46.6207 59.0973C47.7988 58.7701 48.9178 58.2999 49.9582 57.7063L53.8944 60.0602L57.8757 56.0571L55.5346 52.0995C56.125 51.0535 56.5927 49.9283 56.9181 48.7438L61.3557 47.6101Z",fill:t.palette.primary[700]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M70.6474 74.3663C67.4542 74.3663 64.8655 71.7636 64.8655 68.5529C64.8655 65.3423 67.4542 62.7395 70.6474 62.7395C73.8407 62.7395 76.4294 65.3423 76.4294 68.5529C76.4294 71.7636 73.8407 74.3663 70.6474 74.3663ZM88 71.1826V65.9232L83.8773 64.8699C83.5749 63.7694 83.1405 62.7241 82.592 61.7524L84.767 58.0756L81.0681 54.3565L77.4113 56.5434C76.4447 55.9919 75.405 55.5551 74.3105 55.2511L73.2629 51.106H68.0319L66.9844 55.2511C65.8898 55.5551 64.8502 55.9919 63.8836 56.5434L60.2268 54.3565L56.5279 58.0756L58.7029 61.7524C58.1543 62.7241 57.72 63.7694 57.4176 64.8699L53.2949 65.9232V71.1826L57.4176 72.236C57.72 73.3365 58.1543 74.3817 58.7029 75.3536L56.5279 79.0304L60.2268 82.7493L63.8836 80.5625C64.8502 81.114 65.8898 81.5508 66.9844 81.8548L68.0319 86H73.2629L74.3105 81.8548C75.405 81.5508 76.4447 81.114 77.4113 80.5625L81.0681 82.7493L84.767 79.0304L82.592 75.3536C83.1405 74.3817 83.5749 73.3365 83.8773 72.236L88 71.1826Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M72.5198 43.0874L65.6617 41.7562L72.9167 33.4841C72.2699 33.38 71.6068 33.3251 70.9308 33.3251C64.0463 33.3251 58.4653 38.9365 58.4653 45.8585C58.4653 52.7805 64.0463 58.3918 70.9308 58.3918C77.8153 58.3918 83.3963 52.7805 83.3963 45.8585C83.3963 45.3712 83.3677 44.8908 83.3139 44.418L72.5198 43.0874Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M72.5199 43.0873L59.6211 40.5836C58.88 42.187 58.4654 43.9738 58.4654 45.8583C58.4654 47.5549 58.8014 49.1723 59.409 50.6482L31.7454 76.451C30.0588 81.7925 35.1475 86.7844 40.4169 84.9575L40.7845 84.83L66.2582 57.4804C67.7013 58.0676 69.2784 58.3917 70.9309 58.3917C77.8154 58.3917 83.3964 52.7803 83.3964 45.8583C83.3964 42.0987 81.7496 38.7262 79.1421 36.429L72.5199 43.0873Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M59.3846 60.0929L56.6724 57.3659L59.3846 54.6389L62.0969 57.3659L59.3846 60.0929Z",fill:t.palette.primary[600]})]})},notEnoughData:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsxs("g",{"clip-path":"url(#clip0_6702_10521)",children:[p.jsx("path",{d:"M40.4622 10.2194C40.5778 8.09803 42.0048 7.37378 43.3307 7.55973C44.6623 7.69186 45.1385 8.79455 45.1648 10.9184C45.1955 13.3387 43.131 13.065 43.131 13.065C40.5632 13.5854 40.4622 10.2194 40.4622 10.2194Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M39.9052 10.0375C38.6246 9.12567 39.8895 5.30581 40.4627 5.7915C40.812 6.08838 40.2796 7.87331 40.7675 6.68906C41.5259 4.84663 43.5265 3.72028 43.5265 4.44127C43.5265 5.02647 42.5474 6.39015 42.5474 6.39015C44.0274 4.3956 45.1665 3.90012 45.7074 4.11911C46.6396 4.49918 44.2392 7.72243 44.9155 7.08259C45.3675 6.65562 46.4108 6.20215 46.5729 6.42236C46.8846 6.85014 45.3675 10.0485 44.8706 10.0379C43.9146 8.9446 42.6626 7.52954 39.9052 10.0379V10.0375Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M29.9985 14.247L30.5451 43.1563C30.5451 43.1563 53.042 41.9998 59.7376 43.1563L56.2562 14.2319L29.9985 14.247Z",fill:t.palette.primary[700]}),p.jsx("path",{d:"M62.8848 10.0374C62.8848 10.0374 57.5014 7.67138 54.3689 7.11963C54.3689 7.11963 57.7327 8.98898 57.957 13.2378L62.4531 18.4626L62.8848 10.0374Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M23.7837 10.8127C23.7837 10.8127 28.7374 7.67138 31.8671 7.11963C31.8671 7.11963 28.5033 8.98898 28.279 13.2378L23.7837 18.4626V10.8123V10.8127Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M63.9229 78.8952L59.5327 87.3318L60.6319 88.4125H56.7927L59.3286 75.9175L63.9229 78.8952Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M32.8154 87.073L33.9146 95.848L32.8154 96.9283H36.655L37.4097 84.0952L32.8154 87.073Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M26.7295 47.4747C26.7295 47.4747 24.1217 65.0493 28.2713 89.0939C28.2713 89.0939 35.3663 89.2293 42.5971 87.6075C42.5971 87.6075 38.7143 60.3208 46.3182 57.5996C53.0159 55.203 59.6739 58.1595 59.6739 63.0225C59.6739 67.0377 55.6952 78.963 55.6952 78.963C55.6952 78.963 66.7187 79.3679 70.6092 81.3943C71.8256 77.7135 73.2478 74.1053 74.8688 70.5872C77.4564 64.964 81.4537 55.8636 76.7438 51.5405C73.0311 48.1325 62.6754 43.8873 56.3897 43.6382V40.835L28.7378 42.2394L26.7295 47.4747Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M31.867 14.2552L25.4956 16.8182C25.4956 16.8182 24.2521 12.7712 23.7836 10.8154C23.7836 10.8154 -0.253121 23.3781 4.09864 34.1848C8.44999 44.9911 26.7298 34.1848 26.7298 34.1848C26.7298 34.1848 27.0512 41.4563 25.8016 47.4701C25.781 47.5684 25.7972 47.6707 25.8477 47.7576C25.8978 47.8444 25.9787 47.9089 26.0737 47.9386C27.9907 48.5361 37.7662 52.0162 39.2175 48.0981C41.5864 41.7062 37.0928 30.3352 36.8918 19.5281C36.8918 19.5252 33.2762 15.2698 31.8674 14.2556L31.867 14.2552Z",fill:t.palette.primary[300]}),p.jsx("path",{d:"M34.622 47.5857C32.7584 47.5857 30.2484 46.7603 27.9648 46.0095C27.3289 45.7999 26.7278 45.6025 26.1456 45.4231C26.1169 45.4141 26.0931 45.3941 26.0789 45.3676C26.0648 45.3407 26.062 45.3093 26.0704 45.2808C26.0793 45.2518 26.0992 45.2274 26.1258 45.2135C26.1521 45.1992 26.1832 45.196 26.2119 45.2049C26.7957 45.3852 27.3976 45.585 28.0347 45.7926C30.305 46.5392 32.802 47.3597 34.6195 47.3597C35.2295 47.3597 35.7624 47.268 36.1856 47.049C37.0495 46.6008 37.4275 44.9313 37.3094 42.0849C37.1918 39.2837 36.6012 35.8863 36.1258 33.5292C34.535 25.6403 34.4522 20.323 34.4522 20.2696C34.4522 20.2545 34.455 20.2399 34.4603 20.226C34.4659 20.2121 34.474 20.1995 34.4841 20.1885C34.4946 20.1779 34.5072 20.1693 34.5205 20.1632C34.5342 20.1571 34.5488 20.1542 34.5637 20.1538C34.5937 20.1538 34.622 20.1656 34.643 20.1868C34.6644 20.208 34.6765 20.2366 34.6769 20.2664C34.6769 20.3186 34.7618 25.6171 36.3481 33.4876C37.4925 39.1613 38.4106 46.1559 36.2895 47.2545C35.8343 47.4866 35.2663 47.5853 34.622 47.5853V47.5857Z",fill:"white"}),p.jsx("path",{d:"M55.9882 14.2318L60.3772 16.7561C60.3772 16.7561 62.622 12.026 62.9433 10.0376C62.9433 10.0376 87.2356 20.589 83.6984 31.6934C80.1612 42.7977 61.1311 33.4037 61.1311 33.4037C61.1311 33.4037 61.0749 38.5501 62.7671 44.4522C62.7954 44.5484 62.7869 44.652 62.7432 44.7425C62.6992 44.8331 62.6236 44.9036 62.5306 44.9407C60.665 45.6813 53.9003 50.4334 51.1631 48.0286C47.4719 44.7862 49.5606 30.4806 46.8809 18.6842C46.8809 18.6842 55.5755 17.7034 55.9882 14.2322V14.2318Z",fill:t.palette.primary[300]}),p.jsx("path",{d:"M54.0539 46.1906C53.7155 46.1971 53.3796 46.1355 53.0655 46.0087C51.2908 45.2489 51.1622 41.1298 51.0131 36.3548C50.9811 35.3398 50.9488 34.2897 50.8991 33.2486C50.4795 24.4862 49.065 19.0682 49.05 19.0144C49.046 19.0001 49.0452 18.985 49.0472 18.9699C49.0492 18.9553 49.0541 18.941 49.0614 18.9279C49.069 18.9149 49.0787 18.9035 49.0905 18.8945C49.1026 18.8855 49.1159 18.8786 49.1301 18.8749C49.1446 18.8713 49.1596 18.87 49.1741 18.8721C49.1891 18.8741 49.2032 18.879 49.2158 18.8863C49.2287 18.8937 49.24 18.9039 49.2489 18.9157C49.2582 18.9275 49.2647 18.941 49.2683 18.9557C49.2829 19.0087 50.7042 24.4479 51.1242 33.234C51.1748 34.2771 51.2071 35.328 51.2391 36.3446C51.3797 40.8451 51.5115 45.0968 53.1528 45.795C55.4615 46.7782 60.57 43.0762 62.0811 41.9197C62.1049 41.9025 62.1344 41.896 62.1635 41.9005C62.1922 41.905 62.2185 41.9205 62.2359 41.9441C62.2537 41.9678 62.2618 41.9972 62.2581 42.0265C62.2545 42.0559 62.2399 42.0828 62.2173 42.1011C60.4964 43.4187 56.5824 46.1901 54.0539 46.1901V46.1906Z",fill:"white"}),p.jsx("path",{d:"M28.4937 14.7329C28.4812 14.9091 28.4747 15.0865 28.4739 15.2647C28.4739 19.4059 31.9391 22.7621 36.2165 22.7621C39.2649 22.7621 41.9019 21.0554 43.1643 18.5752C44.4224 21.0554 47.048 22.7621 50.0851 22.7621C54.3439 22.7621 57.7962 19.4059 57.7962 15.2647V15.1211L28.4937 14.7329Z",fill:t.palette.primary[900]}),p.jsx("path",{d:"M35.7027 21.0827C39.8074 21.0827 43.1352 17.7261 43.1352 13.5853C43.1352 9.44449 39.8074 6.08789 35.7027 6.08789C31.5979 6.08789 28.2705 9.44449 28.2705 13.5853C28.2705 17.7261 31.5983 21.0827 35.7027 21.0827Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M35.703 21.2537C34.1992 21.2537 32.7297 20.8039 31.4794 19.9614C30.2295 19.1189 29.2552 17.9212 28.68 16.52C28.1043 15.1188 27.9539 13.5769 28.247 12.0892C28.5405 10.6016 29.2645 9.23545 30.3277 8.16294C31.3909 7.09043 32.7451 6.36006 34.2198 6.0644C35.6945 5.76834 37.223 5.92045 38.612 6.50075C40.001 7.08105 41.1883 8.06425 42.0235 9.32517C42.8586 10.5861 43.3045 12.0688 43.3045 13.5854C43.3029 15.6187 42.5013 17.5684 41.0763 19.0059C39.6509 20.4438 37.7186 21.2521 35.703 21.2537ZM35.703 6.25974C34.2663 6.25974 32.8619 6.68875 31.6674 7.49374C30.4728 8.29874 29.5418 9.44261 28.9916 10.7814C28.4419 12.1202 28.2979 13.5936 28.5781 15.0148C28.8582 16.436 29.5499 17.7417 30.5654 18.7665C31.5813 19.7913 32.8753 20.4891 34.2845 20.7717C35.6933 21.0543 37.1535 20.9091 38.4806 20.3549C39.8078 19.8003 40.9421 18.8612 41.7405 17.6561C42.5385 16.4511 42.9642 15.0344 42.9642 13.5854C42.9617 11.6435 42.1961 9.7815 40.835 8.40803C39.4734 7.03456 37.628 6.26219 35.703 6.25974Z",fill:t.palette.primary[900]}),p.jsx("path",{d:"M35.7026 18.4884C38.3872 18.4884 40.5633 16.2932 40.5633 13.585C40.5633 10.8768 38.3872 8.68164 35.7026 8.68164C33.018 8.68164 30.8423 10.8768 30.8423 13.585C30.8423 16.2932 33.0184 18.4884 35.7026 18.4884Z",fill:"white"}),p.jsx("path",{d:"M50.5673 21.0827C54.6717 21.0827 57.9995 17.7261 57.9995 13.5853C57.9995 9.44449 54.6717 6.08789 50.5673 6.08789C46.463 6.08789 43.1348 9.44449 43.1348 13.5853C43.1348 17.7261 46.4626 21.0827 50.5673 21.0827Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M50.5674 21.2536C49.0636 21.2536 47.5941 20.8042 46.3438 19.9617C45.0934 19.1192 44.1192 17.9215 43.5435 16.5203C42.9683 15.1191 42.8175 13.5772 43.111 12.0896C43.4041 10.6019 44.1281 9.23537 45.1908 8.16286C46.254 7.09035 47.6087 6.35998 49.0834 6.06392C50.5577 5.76785 52.0861 5.91996 53.4751 6.50026C54.8646 7.08056 56.0518 8.06336 56.887 9.32468C57.7222 10.5856 58.1681 12.0684 58.1681 13.585C58.1665 15.6182 57.3652 17.5675 55.9403 19.0054C54.5153 20.4433 52.5826 21.2516 50.5674 21.2536ZM50.5674 6.25966C49.1307 6.25966 47.7263 6.68907 46.5321 7.49407C45.3376 8.29906 44.4066 9.44335 43.8568 10.7822C43.307 12.121 43.1631 13.5939 43.4433 15.0155C43.7234 16.4367 44.4151 17.7421 45.431 18.7669C46.4468 19.7917 47.7409 20.4894 49.1497 20.772C50.5585 21.0546 52.019 20.9094 53.3462 20.3548C54.6733 19.8002 55.8077 18.8611 56.6057 17.656C57.4037 16.451 57.8293 15.0343 57.8293 13.5854C57.8269 11.643 57.0613 9.78101 55.6997 8.40754C54.3382 7.03407 52.4924 6.2617 50.5674 6.25966Z",fill:t.palette.primary[900]}),p.jsx("path",{d:"M50.5673 18.4884C53.2515 18.4884 55.4276 16.2932 55.4276 13.585C55.4276 10.8768 53.2515 8.68164 50.5673 8.68164C47.883 8.68164 45.7065 10.8768 45.7065 13.585C45.7065 16.2932 47.8826 18.4884 50.5673 18.4884Z",fill:"white"}),p.jsx("path",{d:"M25.8332 26.8434C25.813 26.8434 25.7928 26.8377 25.7754 26.8271C25.758 26.8169 25.7435 26.8018 25.7338 26.7839C22.9873 21.741 20.5129 12.7572 20.4882 12.6683C20.4838 12.6536 20.4822 12.6385 20.4838 12.623C20.4854 12.6079 20.4898 12.5932 20.4971 12.5798C20.5044 12.5663 20.5141 12.5545 20.5262 12.5451C20.5379 12.5357 20.5517 12.5288 20.5662 12.5247C20.5808 12.5207 20.5961 12.5194 20.6111 12.5215C20.6261 12.5235 20.6406 12.5284 20.6536 12.5362C20.6665 12.5439 20.6782 12.5541 20.6871 12.5663C20.696 12.5786 20.7029 12.5924 20.7061 12.6075C20.7308 12.6972 23.1987 21.655 25.9323 26.6737C25.9456 26.6998 25.9484 26.7304 25.9399 26.7586C25.9319 26.7871 25.9133 26.8112 25.8878 26.8259C25.8716 26.8365 25.8526 26.8422 25.8336 26.8434H25.8332Z",fill:"white"}),p.jsx("path",{d:"M59.7377 25.2866C59.7142 25.2866 59.6916 25.2797 59.6722 25.2662C59.6479 25.2487 59.6314 25.2222 59.6265 25.1924C59.6217 25.1626 59.6285 25.1321 59.6459 25.1076C63.9354 19.0073 65.9029 11.7942 65.9227 11.722C65.9255 11.7065 65.9316 11.6922 65.9405 11.6792C65.9494 11.6665 65.9607 11.6555 65.9737 11.6473C65.987 11.6392 66.0015 11.6339 66.0169 11.6314C66.0323 11.6294 66.048 11.6302 66.0626 11.6343C66.0775 11.6384 66.0917 11.6453 66.1038 11.6551C66.1159 11.6649 66.1257 11.6771 66.1329 11.6906C66.1402 11.7044 66.1447 11.7195 66.1459 11.735C66.1471 11.7505 66.1451 11.7664 66.1402 11.7811C66.1216 11.8533 64.1432 19.1052 59.8295 25.2389C59.8193 25.2536 59.8056 25.2658 59.7894 25.2744C59.7737 25.2825 59.7559 25.287 59.7377 25.2866Z",fill:"white"}),p.jsx("path",{d:"M32.5851 28.2897C33.0124 28.2897 33.3588 27.9406 33.3588 27.5095C33.3588 27.0785 33.0124 26.729 32.5851 26.729C32.1578 26.729 31.8118 27.0785 31.8118 27.5095C31.8118 27.9406 32.1578 28.2897 32.5851 28.2897Z",fill:"white"}),p.jsx("path",{d:"M33.4821 34.652C33.9094 34.652 34.2558 34.3025 34.2558 33.8714C34.2558 33.4404 33.9094 33.0913 33.4821 33.0913C33.0548 33.0913 32.7087 33.4404 32.7087 33.8714C32.7087 34.3025 33.0552 34.652 33.4821 34.652Z",fill:"white"}),p.jsx("path",{d:"M34.1248 40.8341C34.5521 40.8341 34.8981 40.485 34.8981 40.054C34.8981 39.6229 34.5521 39.2734 34.1248 39.2734C33.6975 39.2734 33.3511 39.6229 33.3511 40.054C33.3511 40.485 33.6975 40.8341 34.1248 40.8341Z",fill:"white"}),p.jsx("path",{d:"M33.8414 95.2645L33.917 95.848L32.8179 96.9283H36.6595L36.7092 96.0842C36.5713 95.2645 34.5962 94.9019 33.8414 95.2645Z",fill:t.palette.primary[900]}),p.jsx("path",{d:"M59.8064 86.8062L59.5327 87.3315L60.6319 88.4121H56.7903L56.9742 87.5093C57.1088 86.69 59.0509 86.4441 59.8064 86.8062Z",fill:t.palette.primary[900]}),p.jsx("path",{d:"M62.2122 88.4121H54.5856C54.1773 88.4121 53.8462 88.7461 53.8462 89.158V96.1489C53.8462 96.5608 54.1773 96.8947 54.5856 96.8947H62.2122C62.6209 96.8947 62.9519 96.5608 62.9519 96.1489V89.158C62.9519 88.7461 62.6209 88.4121 62.2122 88.4121Z",fill:t.palette.primary[700]}),p.jsx("path",{d:"M78.9504 84.0952H71.3238C70.9156 84.0952 70.5845 84.4292 70.5845 84.8415V96.1481C70.5845 96.56 70.9156 96.894 71.3238 96.894H78.9504C79.3591 96.894 79.6902 96.56 79.6902 96.1481V84.8415C79.6902 84.4292 79.3591 84.0952 78.9504 84.0952Z",fill:t.palette.primary[300]}),p.jsx("path",{d:"M95.689 69.2441H88.0624C87.6541 69.2441 87.323 69.5781 87.323 69.9904V96.1483C87.323 96.5602 87.6541 96.8946 88.0624 96.8946H95.689C96.0977 96.8946 96.4287 96.5602 96.4287 96.1483V69.9904C96.4287 69.5781 96.0977 69.2441 95.689 69.2441Z",fill:t.palette.primary[900]})]}),p.jsx("defs",{children:p.jsx("clipPath",{id:"clip0_6702_10521",children:p.jsx("rect",{width:"92.8571",height:"92.8571",fill:"white",transform:"translate(3.57153 4.07129)"})})})]})},consents:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[p.jsx("circle",{cx:"56",cy:"56",r:"56",fill:t.palette.primary[50]}),p.jsx("path",{d:"M36.5184 97.2306L91.3076 87.0291C91.9681 86.9061 92.553 86.5273 92.9336 85.9762C93.3142 85.425 93.4594 84.7465 93.3371 84.09L82.2757 24.6823L67.5191 14.6242L22.6916 22.9709C22.0311 23.0938 21.4462 23.4726 21.0656 24.0238C20.685 24.5749 20.5398 25.2534 20.6621 25.9099L33.5671 95.219C33.6894 95.8755 34.069 96.4562 34.6225 96.8335C35.1759 97.2107 35.8579 97.3536 36.5184 97.2306Z",fill:t.palette.primary[300]}),p.jsx("path",{d:"M72.3144 26.5372L82.2761 24.6824L67.5195 14.6243L69.3631 24.5256C69.4853 25.1821 69.865 25.7628 70.4184 26.1401C70.9719 26.5173 71.6539 26.6602 72.3144 26.5372Z",fill:t.palette.primary[600]}),p.jsx("path",{d:"M75.9081 52.7598L38.5518 59.7154C38.2216 59.7769 37.8806 59.7055 37.6038 59.5168C37.3271 59.3282 37.1373 59.0378 37.0762 58.7096C37.015 58.3813 37.0876 58.0421 37.2779 57.7665C37.4682 57.4909 37.7607 57.3016 38.0909 57.2401L75.4472 50.2845C75.7774 50.223 76.1184 50.2944 76.3952 50.483C76.6719 50.6717 76.8617 50.9621 76.9228 51.2903C76.9839 51.6185 76.9114 51.9578 76.7211 52.2334C76.5308 52.509 76.2383 52.6983 75.9081 52.7598Z",fill:"white"}),p.jsx("path",{d:"M56.3528 65.3649L40.1651 68.379C39.8348 68.4405 39.4938 68.369 39.2171 68.1804C38.9404 67.9918 38.7506 67.7014 38.6894 67.3732C38.6283 67.0449 38.7009 66.7057 38.8912 66.4301C39.0815 66.1545 39.3739 65.9651 39.7042 65.9036L55.8919 62.8896C56.2222 62.8281 56.5632 62.8995 56.8399 63.0881C57.1166 63.2767 57.3064 63.5671 57.3676 63.8954C57.4287 64.2236 57.3561 64.5629 57.1658 64.8384C56.9755 65.114 56.6831 65.3034 56.3528 65.3649Z",fill:"white"}),p.jsx("path",{d:"M73.187 62.0264L62.7061 63.7213C62.3759 63.7827 62.0349 63.7113 61.7581 63.5227C61.4814 63.3341 61.2916 63.0437 61.2304 62.7154C61.1693 62.3872 61.2419 62.048 61.4322 61.7724C61.6225 61.4968 61.915 61.3074 62.2452 61.2459L72.7261 59.5511C73.0564 59.4896 73.3974 59.561 73.6741 59.7496C73.9508 59.9382 74.1406 60.2286 74.2018 60.5569C74.2629 60.8851 74.1903 61.2244 74 61.4999C73.8097 61.7755 73.5173 61.9649 73.187 62.0264Z",fill:"white"}),p.jsx("path",{d:"M69.187 72.5263L41.7784 77.0425C41.4481 77.104 41.1071 77.0326 40.8304 76.844C40.5536 76.6554 40.3638 76.365 40.3027 76.0367C40.2416 75.7085 40.3142 75.3693 40.5045 75.0937C40.6948 74.8181 40.9872 74.6287 41.3175 74.5672L68.7261 70.051C69.0564 69.9895 69.3974 70.0609 69.6741 70.2496C69.9508 70.4382 70.1406 70.7286 70.2018 71.0568C70.2629 71.3851 70.1903 71.7243 70 71.9999C69.8097 72.2755 69.5173 72.4648 69.187 72.5263Z",fill:"white"}),p.jsx("path",{d:"M74.598 80.6197L43.3912 85.7064C43.0609 85.7679 42.7199 85.6964 42.4432 85.5078C42.1664 85.3192 41.9766 85.0288 41.9155 84.7006C41.8544 84.3723 41.927 84.0331 42.1173 83.7575C42.3076 83.4819 42.6 83.2925 42.9303 83.231L74.1371 78.1444C74.4674 78.0829 74.8084 78.1543 75.0851 78.3429C75.3619 78.5315 75.5517 78.8219 75.6128 79.1502C75.6739 79.4784 75.6013 79.8177 75.411 80.0932C75.2207 80.3688 74.9283 80.5582 74.598 80.6197Z",fill:"white"}),p.jsx("path",{d:"M74.2949 44.0962L55.6167 47.574C55.2865 47.6355 54.9455 47.5641 54.6688 47.3755C54.392 47.1869 54.2022 46.8965 54.1411 46.5682C54.08 46.24 54.1525 45.9007 54.3429 45.6252C54.5332 45.3496 54.8256 45.1602 55.1559 45.0987L73.834 41.6209C74.1642 41.5594 74.5052 41.6309 74.782 41.8195C75.0587 42.0081 75.2485 42.2985 75.3096 42.6267C75.3708 42.955 75.2982 43.2942 75.1079 43.5698C74.9176 43.8454 74.6251 44.0348 74.2949 44.0962Z",fill:"white"}),p.jsx("path",{d:"M48.1459 48.9651L36.939 51.0518C36.6088 51.1133 36.2678 51.0419 35.991 50.8533C35.7143 50.6646 35.5245 50.3743 35.4634 50.046C35.4022 49.7178 35.4748 49.3785 35.6651 49.1029C35.8554 48.8274 36.1479 48.638 36.4781 48.5765L47.685 46.4898C48.0152 46.4283 48.3562 46.4998 48.633 46.6884C48.9097 46.877 49.0995 47.1674 49.1607 47.4956C49.2218 47.8239 49.1492 48.1631 48.9589 48.4387C48.7686 48.7143 48.4761 48.9037 48.1459 48.9651Z",fill:"white"}),p.jsx("path",{d:"M72.682 35.4327L35.3257 42.3882C34.9955 42.4497 34.6545 42.3783 34.3777 42.1897C34.101 42.0011 33.9112 41.7107 33.8501 41.3824C33.789 41.0542 33.8615 40.715 34.0518 40.4394C34.2421 40.1638 34.5346 39.9744 34.8648 39.9129L72.2211 32.9573C72.5513 32.8959 72.8923 32.9673 73.1691 33.1559C73.4458 33.3445 73.6356 33.6349 73.6968 33.9632C73.7579 34.2914 73.6853 34.6306 73.495 34.9062C73.3047 35.1818 73.0122 35.3712 72.682 35.4327Z",fill:"white"}),p.jsx("path",{d:"M53.6363 30.0148L33.7129 33.7244C33.3827 33.7859 33.0417 33.7145 32.7649 33.5259C32.4882 33.3372 32.2984 33.0469 32.2373 32.7186C32.1762 32.3904 32.2487 32.0511 32.439 31.7756C32.6294 31.5 32.9218 31.3106 33.252 31.2491L53.1754 27.5395C53.5056 27.478 53.8466 27.5494 54.1234 27.738C54.4001 27.9266 54.5899 28.217 54.651 28.5453C54.7122 28.8735 54.6396 29.2127 54.4493 29.4883C54.259 29.7639 53.9665 29.9533 53.6363 30.0148Z",fill:"white"}),p.jsx("path",{d:"M87.6488 78.6572C93.1505 77.6329 96.7851 72.3695 95.7669 66.9011C94.7487 61.4328 89.4633 57.8303 83.9617 58.8547C78.46 59.879 74.8254 65.1424 75.8436 70.6108C76.8618 76.0791 82.1472 79.6816 87.6488 78.6572Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M85.5168 74.6105C85.1899 74.67 84.8528 74.5994 84.5783 74.4139L80.2422 71.4692C80.1046 71.3754 79.987 71.2556 79.8961 71.1165C79.8052 70.9774 79.7428 70.8218 79.7124 70.6586C79.682 70.4954 79.6842 70.3278 79.719 70.1654C79.7538 70.0029 79.8204 69.8487 79.915 69.7117C80.0096 69.5747 80.1304 69.4575 80.2704 69.3668C80.4105 69.2761 80.5671 69.2137 80.7313 69.1831C80.8955 69.1525 81.0641 69.1544 81.2274 69.1886C81.3907 69.2228 81.5456 69.2887 81.6832 69.3825L84.9614 71.6278L89.3858 65.2207C89.4799 65.0831 89.6005 64.9654 89.7406 64.8743C89.8806 64.7832 90.0373 64.7206 90.2017 64.69C90.3661 64.6594 90.5349 64.6614 90.6983 64.696C90.8618 64.7306 91.0166 64.797 91.154 64.8914C91.4291 65.0802 91.6177 65.3696 91.6785 65.6966C91.7394 66.0235 91.6677 66.3615 91.4789 66.6365L86.3341 74.087C86.2391 74.2234 86.118 74.3398 85.9777 74.4296C85.8375 74.5195 85.6809 74.581 85.5168 74.6105Z",fill:"white"})]})},wavingHand:e=>{const t=de(),n=parseInt(e.variant.split("-")[1]),r=t.custom.dataviz.colorsWithExtra[n],o=e.variant==="theme"?t.palette.primary[400]:r.main,i=e.variant==="theme"?t.custom.yellow[700]:r.variant[100],s=e.variant==="theme"?t.palette.primary[600]:r.variant[700],a=e.variant==="theme"?t.palette.primary[600]:r.variant[700];return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M62.2067 27.1151C62.5034 26.6993 63.0808 26.6027 63.4967 26.8993L62.9596 27.6523C63.4968 26.8992 63.4974 26.8991 63.4977 26.8993V26.9003C63.4983 26.9007 63.4998 26.9007 63.5006 26.9013C63.5022 26.9024 63.504 26.9044 63.5065 26.9062C63.5117 26.9099 63.5191 26.9153 63.528 26.9218C63.5461 26.935 63.5725 26.954 63.6051 26.9784C63.6703 27.0272 63.7631 27.0987 63.8805 27.1913C64.1154 27.3766 64.4481 27.6486 64.8483 28.0038C65.6482 28.7138 66.7233 29.7597 67.8327 31.1073C69.9761 33.7111 72.2864 37.4907 72.9362 42.1991L72.9938 42.6581L72.9997 42.7528C73.005 43.2215 72.6541 43.6276 72.1784 43.6815C71.6709 43.739 71.2125 43.3737 71.1549 42.8661C70.6508 38.4219 68.483 34.8086 66.404 32.2831C65.3675 31.0241 64.3638 30.0472 63.6208 29.3876C63.2497 29.0582 62.9446 28.8088 62.735 28.6435C62.6303 28.5609 62.549 28.4998 62.4958 28.4599C62.4691 28.4399 62.4496 28.425 62.4372 28.4159C62.431 28.4114 62.4269 28.4079 62.4245 28.4062C62.4232 28.4053 62.4218 28.4054 62.4215 28.4052H62.4225C62.0066 28.1085 61.9101 27.531 62.2067 27.1151Z",fill:s}),p.jsx("path",{d:"M64.484 21.6728C64.7349 21.2279 65.2988 21.0704 65.7438 21.3212L65.3492 22.0214C65.7385 21.3312 65.7443 21.3212 65.7447 21.3212L65.7457 21.3222C65.7464 21.3226 65.7476 21.3226 65.7487 21.3232C65.7507 21.3243 65.7532 21.3262 65.7565 21.3281C65.7634 21.332 65.7736 21.3376 65.7858 21.3447C65.81 21.3587 65.8443 21.379 65.8883 21.4052C65.9767 21.4579 66.1039 21.5353 66.2643 21.6367C66.5852 21.8396 67.0408 22.1398 67.5885 22.5351C68.6827 23.3248 70.1524 24.4988 71.6608 26.04C74.6691 29.1139 77.891 33.7127 78.4996 39.6874C78.5514 40.1956 78.1816 40.6502 77.6735 40.7021C77.1652 40.7539 76.7106 40.3832 76.6588 39.8749C76.1084 34.472 73.1852 30.2437 70.3385 27.3349C68.9194 25.8849 67.5345 24.7777 66.5055 24.0351C65.9918 23.6644 65.5682 23.3859 65.276 23.2011C65.1299 23.1087 65.0162 23.0399 64.941 22.9951C64.9035 22.9727 64.8759 22.9556 64.858 22.9453C64.8491 22.9401 64.8423 22.9367 64.8385 22.9345C64.8367 22.9335 64.8351 22.9329 64.8346 22.9326C64.8346 22.9326 64.835 22.9325 64.8356 22.9316C64.3908 22.6806 64.2333 22.1177 64.484 21.6728Z",fill:s}),p.jsx("path",{d:"M24.5172 65.3314C25.0148 65.2162 25.5122 65.5262 25.6276 66.0238V66.0248L25.65 66.1146C25.6679 66.1824 25.6973 66.2866 25.7379 66.4213C25.8191 66.6907 25.9477 67.0836 26.1354 67.5619C26.5117 68.5207 27.1198 69.8128 28.0436 71.1429C29.8849 73.7942 32.9624 76.5772 37.9918 77.226C38.4983 77.2915 38.8559 77.7556 38.7907 78.2621C38.7253 78.7688 38.2612 79.1263 37.7545 79.0609C32.0759 78.3283 28.579 75.1565 26.524 72.1976C25.4998 70.7229 24.8292 69.2963 24.4137 68.2377C24.2056 67.7074 24.0604 67.2663 23.9664 66.9545C23.9195 66.7989 23.885 66.6753 23.8619 66.5883C23.8505 66.5449 23.8416 66.5103 23.8356 66.4857C23.8325 66.4734 23.8305 66.4628 23.8287 66.4554C23.8279 66.4519 23.8264 66.449 23.8258 66.4467C23.8256 66.4456 23.826 66.4445 23.8258 66.4437L23.8248 66.4427C23.8247 66.4423 23.825 66.4415 24.7262 66.2328L23.8248 66.4418C23.7096 65.9442 24.0197 65.4468 24.5172 65.3314Z",fill:s}),p.jsx("path",{d:"M17.8901 68.5725C18.3846 68.4444 18.8898 68.7413 19.0181 69.2356V69.2346C19.0182 69.2351 19.0185 69.2366 19.0191 69.2385C19.0202 69.2427 19.022 69.2506 19.0249 69.261C19.0307 69.2818 19.0402 69.3151 19.0532 69.3596C19.0795 69.4489 19.1209 69.5841 19.1792 69.759C19.296 70.1097 19.4805 70.6193 19.7466 71.2385C20.2795 72.4789 21.1356 74.1504 22.4263 75.8674C24.9993 79.2905 29.2898 82.8928 36.2359 83.6585C36.7435 83.7144 37.11 84.1713 37.0542 84.679C36.9983 85.1866 36.5413 85.5531 36.0337 85.4973C28.4687 84.6635 23.753 80.7108 20.9478 76.9788C19.5493 75.1183 18.6234 73.3119 18.0464 71.969C17.7576 71.2968 17.5547 70.7384 17.4234 70.344C17.3577 70.1469 17.31 69.9904 17.2778 69.8811C17.2618 69.8267 17.2501 69.7836 17.2417 69.7532C17.2376 69.7382 17.2343 69.7259 17.2319 69.7171C17.2308 69.7128 17.2297 69.709 17.229 69.7063C17.2287 69.705 17.2283 69.7034 17.228 69.7024L17.2271 69.7014C17.2269 69.7009 17.2271 69.7001 18.1226 69.468L17.2271 69.7005C17.0989 69.206 17.3958 68.7008 17.8901 68.5725Z",fill:s}),p.jsx("path",{d:"M51.7684 56.2848C52.2271 56.8906 51.8891 57.2178 51.6114 57.5086C51.0561 58.066 50.6698 57.7267 50.5008 57.5571L34.3961 41.393C33.1165 40.1085 31.0642 39.7814 29.5551 40.7871C27.5269 42.1442 27.3338 44.9554 28.9635 46.6033L44.9354 62.6341C45.3579 63.0582 45.3579 63.6277 44.8147 64.1608C44.2714 64.694 43.8972 64.7182 43.4384 64.3547L33.1527 55.9455C31.7402 54.7944 29.6758 54.6853 28.2754 55.8486C26.3921 57.4116 26.4887 60.2228 28.2754 61.689L39.044 70.4859L47.205 78.7376C52.867 84.0206 55.4988 89.0976 62.6939 89.8125C69.877 90.5275 77.374 84.6265 82.8308 78.7376C88.2996 72.8487 88.4927 64.9121 87.2855 60.659C85.8126 55.4487 87.0078 46.4457 87.5631 43.0287C87.7322 41.9867 87.1044 40.9325 86.0782 40.7265C83.8207 40.2903 80.7905 42.1442 77.9052 46.3609C74.1869 51.7651 75.7563 59.4352 74.1386 57.8115C72.5209 56.1878 67.0521 48.5905 67.0521 48.5905L55.4384 29.1305C54.5088 27.5674 52.6014 26.7556 50.8871 27.3614C48.5933 28.1854 47.712 30.8633 48.9072 32.8626L59.5913 50.7836C59.8086 51.1471 59.6758 51.6561 59.0843 52.0317C58.4927 52.3952 58.0702 52.1529 57.8287 51.8257L42.3881 31.1541C41.3016 29.7 39.3217 29.0821 37.6798 29.8697C35.4827 30.9239 34.8911 33.6865 36.2794 35.5404L51.7805 56.2848H51.7684Z",fill:o}),p.jsx("path",{d:"M82.8308 78.7497C77.3619 84.6386 69.877 90.5274 62.6939 89.8247C57.5632 89.3157 54.7503 86.5773 51.4907 83.1239C53.869 85.3292 56.3921 86.9287 60.1949 87.3043C67.378 88.0071 74.863 82.1182 80.3318 76.2294C85.8006 70.3405 85.9937 62.4038 84.7865 58.1508C83.3378 53.0253 84.4726 44.2404 85.04 40.7023C85.4022 40.6659 85.7523 40.678 86.0783 40.7386C87.1044 40.9325 87.7201 41.9988 87.5632 43.0409C87.0078 46.4579 85.8127 55.4608 87.2855 60.6711C88.4927 64.9242 88.2996 72.8608 82.8308 78.7497Z",fill:a}),p.jsx("path",{d:"M68.855 60.6997C69.1071 60.2554 69.6724 60.099 70.1167 60.3511C70.5608 60.6032 70.7162 61.1676 70.4644 61.6118L70.4634 61.6128C70.4622 61.615 70.4608 61.6196 70.4576 61.6255C70.451 61.6374 70.4404 61.6568 70.4263 61.6831C70.3982 61.7358 70.3552 61.8168 70.3023 61.9234C70.1962 62.1369 70.0483 62.4527 69.8843 62.8501C69.5552 63.648 69.1686 64.763 68.9351 66.0376C68.481 68.5161 68.6188 71.4766 70.7144 73.9507L70.9234 74.189L70.9829 74.2622C71.262 74.639 71.216 75.1731 70.8619 75.4956C70.4841 75.8394 69.8991 75.8118 69.5552 75.4341C66.7199 72.3202 66.5916 68.5643 67.1158 65.7036C67.3787 64.2688 67.8095 63.0261 68.1734 62.1441C68.3558 61.7019 68.5233 61.3472 68.646 61.1001C68.7074 60.9767 68.7575 60.8796 68.7935 60.812C68.8114 60.7784 68.8261 60.7518 68.8365 60.7329C68.8416 60.7236 68.8461 60.716 68.8492 60.7105C68.8506 60.7078 68.8521 60.7054 68.8531 60.7036C68.8536 60.7027 68.8537 60.7014 68.854 60.7007L68.855 60.6997Z",fill:i})]})},informations:e=>{const t=de(),n=parseInt(e.variant.split("-")[1]),r=t.custom.dataviz.colorsWithExtra[n],o={100:e.variant==="theme"?t.palette.primary[100]:r.variant[100],300:e.variant==="theme"?t.palette.primary[300]:r.main,500:e.variant==="theme"?t.palette.primary[300]:r.main,600:e.variant==="theme"?t.palette.primary[300]:r.main,700:e.variant==="theme"?t.palette.primary[700]:r.variant[700]};return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M44.5527 90.3913L49.4939 95.3478H62.5057L67.4469 90.3913V78.826H44.5527V90.3913Z",fill:o[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M44.5529 78.8261H67.447C67.447 75.1169 69.2126 72.5478 73.154 69.1542C78.7853 64.3068 82.3529 57.1149 82.3529 49.0869C82.3529 34.4883 70.555 22.6522 55.9999 22.6522C41.4449 22.6522 29.647 34.4867 29.647 49.0869C29.647 57.1149 33.2145 64.3068 38.8458 69.1542C42.7872 72.5478 44.5529 75.1153 44.5529 78.8261Z",fill:o[300]}),p.jsx("path",{d:"M66.635 87.9131H45.3648C44.4557 87.9131 43.7178 87.1729 43.7178 86.2609C43.7178 85.3489 44.4557 84.6087 45.3648 84.6087H66.635C67.5441 84.6087 68.282 85.3489 68.282 86.2609C68.282 87.1729 67.5441 87.9131 66.635 87.9131Z",fill:o[700]}),p.jsx("path",{d:"M96.3529 50.7392H90.9176C90.0084 50.7392 89.2705 49.999 89.2705 49.087C89.2705 48.175 90.0084 47.4348 90.9176 47.4348H96.3529C97.262 47.4348 97.9999 48.175 97.9999 49.087C97.9999 49.999 97.262 50.7392 96.3529 50.7392Z",fill:o[300]}),p.jsx("path",{d:"M89.7221 41.6307C88.9941 41.6307 88.3287 41.1433 88.1327 40.4064C87.8972 39.5242 88.4193 38.6188 89.2972 38.3825L94.548 36.9716C95.4259 36.7353 96.3301 37.259 96.5656 38.1396C96.8012 39.0219 96.2791 39.9273 95.4012 40.1636L90.1503 41.5745C90.0071 41.6125 89.8638 41.6307 89.7238 41.6307H89.7221Z",fill:o[300]}),p.jsx("path",{d:"M94.9726 61.2585C94.831 61.2585 94.6877 61.2403 94.546 61.2023L89.2952 59.7914C88.4173 59.5551 87.8952 58.6497 88.1307 57.7675C88.3663 56.8868 89.2689 56.3631 90.1484 56.5994L95.3992 58.0103C96.2771 58.2466 96.7992 59.152 96.5637 60.0342C96.366 60.7728 95.7006 61.2585 94.9743 61.2585H94.9726Z",fill:o[300]}),p.jsx("path",{d:"M21.0824 50.7392H15.6471C14.7379 50.7392 14 49.999 14 49.087C14 48.175 14.7379 47.4348 15.6471 47.4348H21.0824C21.9915 47.4348 22.7294 48.175 22.7294 49.087C22.7294 49.999 21.9915 50.7392 21.0824 50.7392Z",fill:o[300]}),p.jsx("path",{d:"M17.0273 61.2585C16.2993 61.2585 15.6339 60.7711 15.4379 60.0342C15.2023 59.152 15.7245 58.2466 16.6023 58.0103L21.8532 56.5994C22.731 56.3631 23.6353 56.8868 23.8708 57.7675C24.1063 58.6497 23.5842 59.5551 22.7063 59.7914L17.4555 61.2023C17.3122 61.2403 17.1689 61.2585 17.0289 61.2585H17.0273Z",fill:o[300]}),p.jsx("path",{d:"M22.2779 41.6307C22.1363 41.6307 21.993 41.6125 21.8513 41.5745L16.6005 40.1636C15.721 39.9273 15.2005 39.0219 15.436 38.1396C15.6716 37.259 16.5741 36.7353 17.4537 36.9716L22.7045 38.3825C23.5824 38.6188 24.1045 39.5242 23.869 40.4064C23.6713 41.1449 23.0059 41.6307 22.2796 41.6307H22.2779Z",fill:o[300]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M44.5529 78.8261H55.3411C48.5124 69.5938 44.4705 58.1624 44.4705 45.7826C44.4705 37.8852 46.1176 30.3761 49.0806 23.5741C37.8823 26.6224 29.647 36.889 29.647 49.087C29.647 57.1149 33.2145 64.3068 38.8458 69.1543C42.7872 72.5478 44.5529 75.1153 44.5529 78.8261Z",fill:o[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M66.4818 38.5725C60.6924 32.7651 51.3074 32.7651 45.518 38.5725C45.2841 38.8071 45.0601 39.0484 44.846 39.2945C40.1552 46.6864 41.7528 55.9286 46.4206 60.4357C48.3493 62.078 50.5992 63.1453 52.9446 63.6393L55.9999 68.9494L59.0552 63.6393C61.7761 63.0677 64.3686 61.7228 66.4801 59.603C72.2695 53.7957 72.2695 44.3816 66.4801 38.5742L66.4818 38.5725Z",fill:"white"}),p.jsx("path",{d:"M57.6472 57.9674H54.3531C53.4439 57.9674 52.7061 57.2272 52.7061 56.3152C52.7061 55.4032 53.4439 54.663 54.3531 54.663V49.3149C53.6235 49.3149 52.9548 48.8242 52.7621 48.0824C52.5315 47.2002 53.0569 46.2964 53.9364 46.0651L55.5835 45.6322C56.0776 45.5017 56.603 45.6091 57.0082 45.9214C57.4117 46.2336 57.6489 46.7177 57.6489 47.2299V54.6647C58.5581 54.6647 59.2959 55.4048 59.2959 56.3168C59.2959 57.2288 58.5581 57.969 57.6489 57.969L57.6472 57.9674ZM56.0002 43.0978C55.091 43.0978 54.3531 42.3576 54.3531 41.4456C54.3531 40.5336 55.0893 39.7935 56.0002 39.7935C56.9093 39.7935 57.6472 40.5336 57.6472 41.4456C57.6472 42.3576 56.9093 43.0978 56.0002 43.0978Z",fill:o[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M44.8492 39.2896C39.7401 45.13 39.9608 54.0269 45.5179 59.6014C45.8111 59.8955 46.1125 60.1747 46.4238 60.439C45.1523 55.77 44.4704 50.8564 44.4704 45.7826C44.4704 43.5852 44.6022 41.4209 44.8492 39.2896Z",fill:o[100]})]})}},b8=e=>{const t=de(),n=112,{illustration:r,backgroundShape:o="circle",width:i=n,height:s=n,variant:a="theme"}=e,c=parseInt(a.split("-")[1]),u=a==="theme"?t.palette.primary[50]:t.custom.dataviz.colorsWithExtra[c].variant[100],d=o==="circle"?p.jsx(aoe,{width:n,height:n,backgroundColor:u}):p.jsx(loe,{width:n,height:n,backgroundColor:u}),f=VM[r];return p.jsx(f,{width:i,height:s,backgroundShape:d,variant:a})},coe=e=>{const{percentageDifference:t,comparedTo:n,comparisonText:r,iconName:o,colors:i,disableText:s}=e;return p.jsxs(fe,{direction:"row",alignItems:"center",gap:"2px",flexWrap:"wrap",className:"comparison-block-wrapper",children:[p.jsxs(ee,{sx:{border:`1px solid ${i.primaryColor}`,background:i.secondaryColor,width:"fit-content",padding:"3px 7px",display:"flex",borderRadius:"20px",alignItems:"center",gap:"2px",color:i.primaryColor,marginRight:"6px"},children:[p.jsx(bt,{icon:o,size:1}),t&&p.jsx(ee,{display:"flex",alignItems:"center",flexDirection:"row",gap:"8px",children:p.jsx(ie,{component:"span",variant:"h6",children:t})})]}),!s&&p.jsxs(p.Fragment,{children:[r!==void 0&&(n==null?void 0:n.label)!==void 0&&p.jsxs(ie,{variant:"body",children:[r," ",p.jsx(ie,{variant:"body-bold",children:n.label})]}),(n==null?void 0:n.value)!==void 0&&(n==null?void 0:n.unit)!==void 0&&p.jsxs(fe,{flexDirection:"row",children:[p.jsx(ie,{variant:"body",children:"("}),p.jsx(ki,{value:n.value,unit:n.unit,position:"default-side",size:"small"}),p.jsx(ie,{variant:"body",children:")"})]})]})]})},uoe=e=>{const{currentValue:t,previousValue:n,improvement:r,layout:o}=e,i=de(),s={primaryColor:i.custom.green[500],secondaryColor:i.custom.green[100]},a={primaryColor:i.custom.red[500],secondaryColor:i.custom.red[100]};if(t===n)return{color:{primaryColor:i.custom.grey[2800],secondaryColor:i.custom.grey[300]},icon:"equal"};const c=o.size==="M"&&o.direction==="horizontal",u=c?"plus":"arrowUpRight",d=c?"minus":"arrowDownRight",f=t>n,h=f?u:d;return r==="increase"?{color:f?s:a,icon:h}:{color:f?a:s,icon:h}},doe=e=>{const{percentageDifference:t,comparedTo:n,comparisonText:r,iconName:o,colors:i}=e;return p.jsxs(p.Fragment,{children:[p.jsxs(ee,{display:"flex",alignItems:"center",gap:"8px",mb:"4px",children:[p.jsx(Tl,{icon:o,size:3,boxProps:{sx:{backgroundColor:i.primaryColor,borderRadius:"32px",color:"#fff"}}}),t&&p.jsx(ki,{value:t,unit:"",size:"inter"})]}),r!==void 0&&(n==null?void 0:n.label)!==void 0&&p.jsxs(ie,{variant:"body",children:[r," ",p.jsx(ie,{variant:"body-bold",children:n.label})]}),(n==null?void 0:n.value)!==void 0&&(n==null?void 0:n.unit)!==void 0&&p.jsxs(fe,{flexDirection:"row",children:[p.jsx(ie,{variant:"body",children:"("}),p.jsx(ki,{value:n.value,unit:n.unit,position:"default-side",size:"small"}),p.jsx(ie,{variant:"body",children:")"})]})]})},foe=e=>{const{percentageDifference:t,comparedTo:n,iconName:r,colors:o,comparisonText:i}=e;return p.jsxs(p.Fragment,{children:[p.jsxs(ee,{display:"flex",alignItems:"center",gap:"8px",children:[p.jsx(Tl,{icon:r,size:.5,boxProps:{sx:{backgroundColor:o.primaryColor,borderRadius:"32px",color:"#fff"}}}),t&&p.jsx(ki,{value:t,unit:"",size:"small"})]}),i!==void 0&&(n==null?void 0:n.label)!==void 0&&p.jsxs(ie,{variant:"body",children:[i," ",p.jsx(ie,{variant:"body-bold",children:n.label})]}),(n==null?void 0:n.value)!==void 0&&(n==null?void 0:n.unit)!==void 0&&p.jsxs(fe,{flexDirection:"row",children:[p.jsx(ie,{variant:"body",children:"("}),p.jsx(ki,{value:n.value,unit:n.unit,position:"default-side",size:"small"}),p.jsx(ie,{variant:"body",children:")"})]})]})},poe=e=>{const{percentageDifference:t,comparedTo:n,iconName:r,colors:o,comparisonText:i}=e;return p.jsx(p.Fragment,{children:p.jsxs(ee,{display:"flex",alignItems:"center",flexDirection:"row",gap:"8px",mb:"4px",flexWrap:"wrap",children:[p.jsx(Tl,{icon:r,size:3,boxProps:{sx:{backgroundColor:o.primaryColor,borderRadius:"32px",color:"#fff"}}}),t&&p.jsx(ie,{component:"span",variant:"h2",children:t}),i!==void 0&&(n==null?void 0:n.label)!==void 0&&p.jsxs(ie,{variant:"body",children:[i," ",p.jsx(ie,{variant:"body-bold",children:n.label})]}),(n==null?void 0:n.value)!==void 0&&(n==null?void 0:n.unit)!==void 0&&p.jsxs(fe,{flexDirection:"row",children:[p.jsx(ie,{variant:"body",children:"("}),p.jsx(ki,{value:n.value,unit:n.unit,position:"default-side",size:"small"}),p.jsx(ie,{variant:"body",children:")"})]})]})})},hoe=e=>{const{percentageDifference:t,iconName:n,colors:r}=e;return p.jsxs(fe,{flexDirection:"row",alignItems:"center",gap:"2px",className:"comparison-block-wrapper",children:[p.jsx(ee,{sx:{border:`1px solid ${r.primaryColor}`,background:r.secondaryColor,width:"fit-content",padding:"1px",display:"flex",borderRadius:"20px",alignItems:"center",color:r.primaryColor,marginRight:"2px"},children:p.jsx(bt,{icon:n,size:.1})}),t&&p.jsx(ki,{value:t,unit:"",size:"micro",colorOverride:r.primaryColor})]})},goe=e=>{const{percentageDifference:t,comparedTo:n,comparisonText:r,iconName:o,colors:i,disableText:s}=e;return p.jsxs(fe,{justifyContent:"start",alignItems:"start",gap:"2px",flexWrap:"wrap",className:"comparison-block-wrapper",children:[p.jsxs(fe,{flexDirection:"row",alignItems:"center",gap:"2px",className:"comparison-block-wrapper",children:[p.jsx(ee,{sx:{border:`1px solid ${i.primaryColor}`,background:i.secondaryColor,width:"fit-content",padding:"2px",display:"flex",borderRadius:"20px",alignItems:"center",color:i.primaryColor,marginRight:"8px"},children:p.jsx(bt,{icon:o,size:1})}),t&&p.jsx(ki,{value:t,unit:"",size:"micro",colorOverride:i.primaryColor})]}),!s&&p.jsxs(fe,{flexDirection:"row",alignItems:"center",gap:"2px",children:[r!==void 0&&(n==null?void 0:n.label)!==void 0&&p.jsxs(ie,{variant:"body",children:[r," ",p.jsx(ie,{variant:"body-bold",children:n.label})]}),(n==null?void 0:n.value)!==void 0&&(n==null?void 0:n.unit)!==void 0&&p.jsxs(fe,{flexDirection:"row",gap:"2px",alignItems:"baseline",children:[p.jsx(ie,{variant:"body",children:"("}),p.jsx(ki,{value:n.value,unit:n.unit,position:"default-side",size:"small"}),p.jsx(ie,{variant:"body",children:")"})]})]})]})},K3=e=>{var v,b,y,w,x,S;const{currentValue:t,comparedTo:n,comparisonText:r="par rapport à",improvement:o,layout:i={direction:"vertical",size:"L"},disableText:s=!1,locale:a}=e,c=Number(n.value),u=uoe({currentValue:t,previousValue:c,improvement:o,layout:i}),d=c>0?Math.abs(100-t/c*100):null,f=d!==null?new Intl.NumberFormat(a,{style:"percent",notation:"compact",minimumFractionDigits:0,maximumFractionDigits:0}).format(d/100):"",h=new Intl.NumberFormat(a).format(c),g={...n,value:h},m={comparisonText:r,percentageDifference:f,comparedTo:g,iconName:u.icon,colors:u.color,disableText:s};if(i.direction==="vertical")return p.jsxs(ee,{sx:{borderRadius:"12px",background:u.color.secondaryColor,width:"fit-content",padding:((v=e.layout)==null?void 0:v.size)==="M"?"8px":"16px"},className:"comparison-block-wrapper",children:[((b=e.layout)==null?void 0:b.size)==="L"&&p.jsx(doe,{...m}),((y=e.layout)==null?void 0:y.size)==="M"&&p.jsx(foe,{...m})]});if(i.direction==="horizontal"){if(((w=e.layout)==null?void 0:w.size)==="L")return p.jsx(ee,{sx:{borderRadius:"12px",background:u.color.secondaryColor,width:"fit-content",padding:"24px 16px"},className:"comparison-block-wrapper",children:p.jsx(poe,{...m})});if(((x=e.layout)==null?void 0:x.size)==="M")return p.jsx(coe,{...m})}if(i.direction==="horizontal-2-rows"&&i.size==="M")return p.jsx(ee,{children:p.jsx(goe,{...m})});if(((S=e.layout)==null?void 0:S.size)==="S")return p.jsx(hoe,{...m})},Y3=e=>{const t=de(),{value:n,unit:r,comparison:o,...i}=e;return p.jsxs(ee,{display:"inline-flex",bgcolor:t.custom.grey[200],border:`1px solid ${t.custom.grey[500]}`,borderRadius:"4px",padding:"4px 8px",position:"relative",gap:t.spacing(1),...i,children:[p.jsx(ki,{value:n,unit:r}),o!==void 0&&o.toCompareTo!==null&&o.value!==null&&p.jsxs(p.Fragment,{children:[p.jsx(ee,{borderLeft:`1px solid ${t.custom.grey[500]}`}),p.jsx(K3,{currentValue:o.value,comparedTo:{value:o.toCompareTo},improvement:o.improvement,layout:{direction:"horizontal",size:"S"}})]})]})},NM=dl(v7)(()=>({background:"transparent",borderTop:`1px solid ${de().custom.grey[500]}`,borderRadius:"0 !important",boxShadow:"none",":before":{height:0},":last-of-type":{borderBottom:`1px solid ${de().custom.grey[500]}`},"&.Mui-expanded":{margin:0}})),_M=dl(y7)(()=>({minHeight:"84px",borderRadius:0,padding:0,"&.Mui-expanded":{minHeight:"84px"},">.MuiAccordionSummary-content":{margin:"20px 0"},">.MuiAccordionSummary-expandIconWrapper":{width:"44px",height:"44px",display:"flex",alignItems:"center",justifyContent:"center",marginLeft:"12px",color:de().custom.grey[2800]}})),$M=dl(b7)(()=>({padding:"8px 0 28px 0"})),moe=e=>{const[t,n]=L.useState(null),r=o=>{if(o===t){n(null);return}n(o)};return p.jsx(fe,{direction:"column",children:e.pages.map((o,i)=>p.jsxs(NM,{expanded:t===i,children:[p.jsx(_M,{expandIcon:p.jsx(bt,{size:4,icon:"arrowDownShort"}),onClick:()=>r(i),children:p.jsxs(fe,{direction:"row",alignItems:"center",gap:"28px",flex:1,children:[p.jsx(ie,{variant:"h3",flex:1,children:o.title}),o.indicator&&p.jsx(Y3,{value:o.indicator.value,unit:o.indicator.unit})]})}),p.jsx($M,{children:o.content})]},`form-accordion-${i}`))})},voe=e=>C.createElement("svg",{width:26,height:26,viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M13.0004 16.5796L6.63672 10.216L7.89176 8.96094L13.0004 14.0872L18.1089 8.97862L19.364 10.2337L13.0004 16.5796Z",fill:"#393A36"})),we={gradientDark:"linear-gradient(180deg, #484945 0%, #2A2B27 100%)",gradientLight:"linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%)",100:"#FFFFFF",200:"#FEFCFB",300:"#F6F5F3",400:"#EFEDEC",500:"#E7E6E4",600:"#E0DEDD",700:"#D8D7D5",800:"#D1CFCE",900:"#C9C8C6",1e3:"#C1C0BE",1100:"#BAB9B7",1200:"#B2B1AF",1300:"#ABAAA8",1400:"#A3A2A0",1500:"#9C9B99",1600:"#949491",1700:"#8C8C89",1800:"#858582",1900:"#7D7D7A",2e3:"#767673",2100:"#6E6E6B",2200:"#676764",2300:"#5F5F5C",2400:"#575854",2500:"#50504D",2600:"#484945",2700:"#41413E",2800:"#393A36",2900:"#32322F",3e3:"#2A2B27"},ao={100:"#FFF0ED",200:"#FCCCC2",300:"#F8A897",400:"#F5846B",500:"#F16040",600:"#EE3C15",700:"#D03210",800:"#B2290B",900:"#931F05",1e3:"#751500"},HM={100:"#DFFFE6",200:"#B7F2C4",300:"#8FE5A2",400:"#67D980",500:"#3FCC5E",600:"#17BF3C",700:"#12A332",800:"#0D8728",900:"#086A1D",1e3:"#034E13"},FM={50:"#FFF2E9",100:"#FFE5D3",200:"#FFCCA7",300:"#FFB27B",400:"#FF994F",500:"#FF8024",600:"#CC661C",700:"#994C15",800:"#66330E",900:"#331907"},BM={50:"#FFFEEA",100:"#FFF9C5",200:"#FFF285",300:"#FFE546",400:"#FFD51B",500:"#FFB400",600:"#E28A00",700:"#BB6002",800:"#984A08",900:"#7C3D0B"},zM={grey:"0px 2px 8px 0px #2A2B270A"},C8={1:{main:"#FF8024",variant:{100:"#FFCCA7",700:"#E86303"},lv1:{max:"#FF3243",middle:"#FF8024",min:"#FFEDA6"},lv2:{max:"#A57100",middle:"#FF9243",min:"#FFD4CB"}},2:{main:"#4DCDF0",variant:{100:"#DAF7FF",700:"#22A9CD"},lv1:{max:"#007F70",middle:"#4DCDF0",min:"#DDEBFF"},lv2:{max:"#001B93",middle:"#4DCDF0",min:"#D5FBF2"}},3:{main:"#F98CC0",variant:{100:"#FFE7F2",700:"#E96DA8"},lv1:{max:"#720098",middle:"#F98CC0",min:"#FFDED9"},lv2:{max:"#9D0101",middle:"#F98CC0",min:"#EFDDFF"}},4:{main:"#2B59A4",variant:{100:"#E4EEFF",700:"#164694"},lv1:{max:"#03684B",middle:"#2B59A4",min:"#CFC9FF"},lv2:{max:"#3F027D",middle:"#2B59A4",min:"#C5FFF7"}},5:{main:"#FFB400",variant:{100:"#FFF7E4",700:"#CF960F"},lv1:{max:"#803202",middle:"#FFB400",min:"#F8F66E"},lv2:{max:"#97B408",middle:"#FFB400",min:"#FFE4D5"}},6:{main:"#DB3D53",variant:{100:"#FFE1E5",700:"#BC2439"},lv1:{max:"#730359",middle:"#DB3D53",min:"#FFD2BC"},lv2:{max:"#5A1800",middle:"#DB3D53",min:"#FFCFF5"}},7:{main:"#47CD56",variant:{100:"#E9FFEB",700:"#32AC40"},lv1:{max:"#6D7502",middle:"#47CD56",min:"#C5FCFF"},lv2:{max:"#01907A",middle:"#47CD56",min:"#F1F5B1"}},8:{main:"#B2B4FF",variant:{100:"#F2F2FF",700:"#8D8FE1"},lv1:{max:"#210191",middle:"#B2B4FF",min:"#F6D0FF"},lv2:{max:"#60017C",middle:"#B2B4FF",min:"#C5FCFF"}}},y8={9:{main:"#BB7600",variant:{100:"#FFF7E9",700:"#8F5C02"}},10:{main:"#B249C6",variant:{100:"#FDF1FF",700:"#9B33B0"}},11:{main:"#30C7A3",variant:{100:"#DCFFF7",700:"#14A582"}},12:{main:"#FF816C",variant:{100:"#FEEEEB",700:"#DF6043"}},13:{main:"#5268FF",variant:{100:"#E9ECFF",700:"#3C4FD2"}},14:{main:"#C8E25D",variant:{100:"#F6FFD1",700:"#9CB72E"}},15:{main:"#EFB8FF",variant:{100:"#FAE7FF",700:"#CF8DE2"}},16:{main:"#A0B1AC",variant:{100:"#EEFFFA",700:"#7E928C"}}},x8={...y8,...C8},WM=Object.values(x8).map(e=>e.main),ZM=dl(v7)(()=>({".Mui-disabled":{background:we[500]},":before":{height:"0px"},border:`1px solid ${we[500]}`,boxShadow:"0px 2px 8px 0px #2A2B270A"})),boe=e=>{const{defaultIndex:t}=e,[n,r]=L.useState(t),o=i=>{if(i===n){r(void 0);return}r(i)};return p.jsx("div",{style:{display:"flex",flexDirection:"column",marginBlock:"1rem"},children:e.pages.map((i,s)=>{const a=n===s;return p.jsxs(ZM,{expanded:a,disableGutters:!0,children:[p.jsx(y7,{sx:{minHeight:"80px"},expandIcon:p.jsx(voe,{}),"aria-controls":"panel1a-content",onClick:()=>{o(s),i.onOpenAction&&i.onOpenAction()},children:i.title}),p.jsx(b7,{sx:{borderTop:`1px solid ${we[500]}`},children:i.content})]},`accordion-prod-ing-${s}`)})})},Coe=Ae(p.jsx("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z"}),"Add"),yoe=Ae(p.jsx("path",{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20z"}),"ArrowBack"),xoe=Ae(p.jsx("path",{d:"m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8z"}),"ArrowDownward"),UM=Ae(p.jsx("path",{d:"m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"}),"ArrowForward"),woe=Ae(p.jsx("path",{d:"m10 17 5-5-5-5z"}),"ArrowRight"),Soe=Ae(p.jsx("path",{d:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12z"}),"Cancel"),Toe=Ae(p.jsx("path",{d:"M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"}),"Check"),Moe=Ae(p.jsx("path",{d:"M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"}),"ChevronLeft"),Eoe=Ae(p.jsx("path",{d:"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"}),"ChevronRight"),Ooe=Ae(p.jsx("path",{d:"M5 13h14v-2H5zm-2 4h14v-2H3zM7 7v2h14V7z"}),"ClearAll"),X3=Ae(p.jsx("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Close"),w8=Ae(p.jsx("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"CloseOutlined"),qM=Ae(p.jsx("path",{d:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96M19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3m-9-3.82-2.09-2.09L6.5 13.5 10 17l6.01-6.01-1.41-1.41z"}),"CloudDoneOutlined"),koe=Ae(p.jsx("path",{d:"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m0 16H8V7h11z"}),"ContentCopy"),Poe=Ae(p.jsx("path",{d:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM5.92 19H5v-.92l9.06-9.06.92.92zM20.71 5.63l-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41"}),"CreateOutlined"),joe=Ae(p.jsx("path",{d:"M3 3h18v2H3zm0 16h18v2H3z"}),"DensityLarge"),Ioe=Ae(p.jsx("path",{d:"M3 3h18v2H3zm0 16h18v2H3zm0-8h18v2H3z"}),"DensityMedium"),Loe=Ae(p.jsx("path",{d:"M3 2h18v2H3zm0 18h18v2H3zm0-6h18v2H3zm0-6h18v2H3z"}),"DensitySmall"),Aoe=Ae(p.jsx("path",{d:"M20 9H4v2h16zM4 15h16v-2H4z"}),"DragHandle"),Roe=Ae(p.jsx("path",{d:"M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"}),"DragIndicator"),Doe=Ae([p.jsx("path",{d:"M8 8H6v7c0 1.1.9 2 2 2h9v-2H8z"},"0"),p.jsx("path",{d:"M20 3h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 8h-8V7h8zM4 12H2v7c0 1.1.9 2 2 2h9v-2H4z"},"1")],"DynamicFeed"),Voe=Ae(p.jsx("path",{d:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75z"}),"Edit"),Noe=Ae(p.jsx("path",{d:"m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"}),"ExpandLess"),GM=Ae(p.jsx("path",{d:"M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"}),"ExpandMore"),_oe=Ae(p.jsx("path",{d:"M4.25 5.61C6.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39c.51-.66.04-1.61-.79-1.61H5.04c-.83 0-1.3.95-.79 1.61"}),"FilterAlt"),$oe=Ae(p.jsx("path",{d:"M10 18h4v-2h-4zM3 6v2h18V6zm3 7h12v-2H6z"}),"FilterList"),Hoe=Ae(p.jsx("path",{d:"M10.83 8H21V6H8.83zm5 5H18v-2h-4.17zM14 16.83V18h-4v-2h3.17l-3-3H6v-2h2.17l-3-3H3V6h.17L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41z"}),"FilterListOff"),Foe=Ae(p.jsx("path",{d:"M18.41 16.59 13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"}),"FirstPage"),Boe=Ae(p.jsx("path",{d:"M7 15v2h10v-2zm-4 6h18v-2H3zm0-8h18v-2H3zm4-6v2h10V7zM3 3v2h18V3z"}),"FormatAlignCenter"),zoe=Ae(p.jsx("path",{d:"M15 15H3v2h12zm0-8H3v2h12zM3 13h18v-2H3zm0 8h18v-2H3zM3 3v2h18V3z"}),"FormatAlignLeft"),Woe=Ae(p.jsx("path",{d:"M3 21h18v-2H3zm6-4h12v-2H9zm-6-4h18v-2H3zm6-4h12V7H9zM3 3v2h18V3z"}),"FormatAlignRight"),Zoe=Ae(p.jsx("path",{d:"M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42M10 6.5h3c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"}),"FormatBold"),Uoe=Ae(p.jsx("path",{d:"M16.56 8.94 7.62 0 6.21 1.41l2.38 2.38-5.15 5.15c-.59.59-.59 1.54 0 2.12l5.5 5.5c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.58.59-1.53 0-2.12M5.21 10 10 5.21 14.79 10zM19 11.5s-2 2.17-2 3.5c0 1.1.9 2 2 2s2-.9 2-2c0-1.33-2-3.5-2-3.5M2 20h20v4H2z"}),"FormatColorFill"),qoe=Ae(p.jsx("path",{d:"M18 14c0-4-6-10.8-6-10.8s-1.33 1.51-2.73 3.52l8.59 8.59c.09-.42.14-.86.14-1.31m-.88 3.12L12.5 12.5 5.27 5.27 4 6.55l3.32 3.32C6.55 11.32 6 12.79 6 14c0 3.31 2.69 6 6 6 1.52 0 2.9-.57 3.96-1.5l2.63 2.63 1.27-1.27z"}),"FormatColorReset"),Goe=Ae(p.jsx("path",{d:"M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4z"}),"FormatItalic"),Koe=Ae(p.jsx("path",{d:"M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5m0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5m0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5 1.5-.68 1.5-1.5-.67-1.5-1.5-1.5M7 19h14v-2H7zm0-6h14v-2H7zm0-8v2h14V5z"}),"FormatListBulleted"),Yoe=Ae(p.jsx("path",{d:"M2 17h2v.5H3v1h1v.5H2v1h3v-4H2zm1-9h1V4H2v1h1zm-1 3h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2zm5-6v2h14V5zm0 14h14v-2H7zm0-6h14v-2H7z"}),"FormatListNumbered"),Xoe=Ae(p.jsx("path",{d:"M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6m-7 2v2h14v-2z"}),"FormatUnderlined"),Joe=Ae(p.jsx("path",{d:"M7 14H5v5h5v-2H7zm-2-4h2V7h3V5H5zm12 7h-3v2h5v-5h-2zM14 5v2h3v3h2V5z"}),"Fullscreen"),Qoe=Ae(p.jsx("path",{d:"M5 16h3v3h2v-5H5zm3-8H5v2h5V5H8zm6 11h2v-3h3v-2h-5zm2-11V5h-2v5h5V8z"}),"FullscreenExit"),eie=Ae(p.jsx("path",{d:"M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2M8.5 13.5l2.5 3.01L14.5 12l4.5 6H5z"}),"Image"),tie=Ae(p.jsx("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8m3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5m-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11m3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5"}),"InsertEmoticon"),nie=Ae(p.jsx("path",{d:"M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5"}),"InsertLink"),KM=Ae(p.jsx("path",{d:"M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z"}),"KeyboardArrowDown"),YM=Ae(p.jsx("path",{d:"M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z"}),"KeyboardArrowUp"),rie=Ae([p.jsx("path",{d:"M18 6.41 16.59 5 12 9.58 7.41 5 6 6.41l6 6z"},"0"),p.jsx("path",{d:"m18 13-1.41-1.41L12 16.17l-4.59-4.58L6 13l6 6z"},"1")],"KeyboardDoubleArrowDown"),oie=Ae(p.jsx("path",{d:"M5.59 7.41 10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"}),"LastPage"),iie=Ae(p.jsx("path",{d:"m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4z"}),"Logout"),XM=Ae(p.jsx("path",{d:"M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8m0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4z"}),"LoopOutlined"),sie=Ae(p.jsx("path",{d:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"}),"MoreHoriz"),aie=Ae(p.jsx("path",{d:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"}),"MoreVert"),lie=Ae(p.jsx("path",{fillRule:"evenodd",d:"M16 9V4h1c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1h1v5c0 1.66-1.34 3-3 3v2h5.97v7l1 1 1-1v-7H19v-2c-1.66 0-3-1.34-3-3"}),"PushPin"),cie=Ae(p.jsx("path",{d:"M12 5V2L8 6l4 4V7c3.31 0 6 2.69 6 6 0 2.97-2.17 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93 0-4.42-3.58-8-8-8m-6 8c0-1.65.67-3.15 1.76-4.24L6.34 7.34C4.9 8.79 4 10.79 4 13c0 4.08 3.05 7.44 7 7.93v-2.02c-2.83-.48-5-2.94-5-5.91"}),"RestartAlt"),uie=Ae(p.jsx("path",{d:"M19 19h2v2h-2zm0-2h2v-2h-2zM3 13h2v-2H3zm0 4h2v-2H3zm0-8h2V7H3zm0-4h2V3H3zm4 0h2V3H7zm8 16h2v-2h-2zm-4 0h2v-2h-2zm4 0h2v-2h-2zm-8 0h2v-2H7zm-4 0h2v-2H3zM21 8c0-2.76-2.24-5-5-5h-5v2h5c1.65 0 3 1.35 3 3v5h2z"}),"RoundedCorner"),die=Ae(p.jsx("path",{d:"M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3m3-10H5V5h10z"}),"Save"),fie=Ae(p.jsx("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"}),"Search"),pie=Ae([p.jsx("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3 6.08 3 3.28 5.64 3.03 9h2.02C5.3 6.75 7.18 5 9.5 5 11.99 5 14 7.01 14 9.5S11.99 14 9.5 14c-.17 0-.33-.03-.5-.05v2.02c.17.02.33.03.5.03 1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19z"},"0"),p.jsx("path",{d:"M6.47 10.82 4 13.29l-2.47-2.47-.71.71L3.29 14 .82 16.47l.71.71L4 14.71l2.47 2.47.71-.71L4.71 14l2.47-2.47z"},"1")],"SearchOff"),hie=Ae(p.jsx("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"}),"SearchOutlined"),gie=Ae(p.jsx("path",{d:"M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6"}),"Settings"),mie=Ae(p.jsx("path",{d:"M3 18h6v-2H3zM3 6v2h18V6zm0 7h12v-2H3z"}),"Sort"),vie=Ae(p.jsx("path",{d:"M6.85 7.08C6.85 4.37 9.45 3 12.24 3c1.64 0 3 .49 3.9 1.28.77.65 1.46 1.73 1.46 3.24h-3.01c0-.31-.05-.59-.15-.85-.29-.86-1.2-1.28-2.25-1.28-1.86 0-2.34 1.02-2.34 1.7 0 .48.25.88.74 1.21.38.25.77.48 1.41.7H7.39c-.21-.34-.54-.89-.54-1.92M21 12v-2H3v2h9.62c1.15.45 1.96.75 1.96 1.97 0 1-.81 1.67-2.28 1.67-1.54 0-2.93-.54-2.93-2.51H6.4c0 .55.08 1.13.24 1.58.81 2.29 3.29 3.3 5.67 3.3 2.27 0 5.3-.89 5.3-4.05 0-.3-.01-1.16-.48-1.94H21z"}),"StrikethroughS"),bie=Ae(p.jsx("path",{d:"m18 12 4-4-4-4v3H3v2h15zM6 12l-4 4 4 4v-3h15v-2H6z"}),"SyncAlt"),Cie=Ae(p.jsx("path",{d:"M14.67 5v14H9.33V5zm1 14H21V5h-5.33zm-7.34 0V5H3v14z"}),"ViewColumn"),yie=Ae(p.jsx("path",{d:"M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7M2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2m4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3z"}),"VisibilityOff"),xie=Ae([p.jsx("path",{d:"M12 5.99 19.53 19H4.47zM12 2 1 21h22z"},"0"),p.jsx("path",{d:"M13 16h-2v2h2zm0-6h-2v5h2z"},"1")],"WarningAmber");function wie(){if(console&&console.warn){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];Ml(t[0])&&(t[0]=`react-i18next:: ${t[0]}`),console.warn(...t)}}const JM={};function S8(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];Ml(t[0])&&JM[t[0]]||(Ml(t[0])&&(JM[t[0]]=new Date),wie(...t))}const QM=(e,t)=>()=>{if(e.isInitialized)t();else{const n=()=>{setTimeout(()=>{e.off("initialized",n)},0),t()};e.on("initialized",n)}},eE=(e,t,n)=>{e.loadNamespaces(t,QM(e,n))},tE=(e,t,n,r)=>{Ml(n)&&(n=[n]),n.forEach(o=>{e.options.ns.indexOf(o)<0&&e.options.ns.push(o)}),e.loadLanguages(t,QM(e,r))},Sie=function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const r=t.languages[0],o=t.options?t.options.fallbackLng:!1,i=t.languages[t.languages.length-1];if(r.toLowerCase()==="cimode")return!0;const s=(a,c)=>{const u=t.services.backendConnector.state[`${a}|${c}`];return u===-1||u===2};return n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&t.services.backendConnector.backend&&t.isLanguageChangingTo&&!s(t.isLanguageChangingTo,e)?!1:!!(t.hasResourceBundle(r,e)||!t.services.backendConnector.backend||t.options.resources&&!t.options.partialBundledLanguages||s(r,e)&&(!o||s(i,e)))},Tie=function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return!t.languages||!t.languages.length?(S8("i18n.languages were undefined or empty",t.languages),!0):t.options.ignoreJSONStructure!==void 0?t.hasLoadedNamespace(e,{lng:n.lng,precheck:(o,i)=>{if(n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&o.services.backendConnector.backend&&o.isLanguageChangingTo&&!i(o.isLanguageChangingTo,e))return!1}}):Sie(e,t,n)},Ml=e=>typeof e=="string",Mie=e=>typeof e=="object"&&e!==null,Eie=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,Oie={"&amp;":"&","&#38;":"&","&lt;":"<","&#60;":"<","&gt;":">","&#62;":">","&apos;":"'","&#39;":"'","&quot;":'"',"&#34;":'"',"&nbsp;":" ","&#160;":" ","&copy;":"©","&#169;":"©","&reg;":"®","&#174;":"®","&hellip;":"…","&#8230;":"…","&#x2F;":"/","&#47;":"/"},kie=e=>Oie[e];let Pie={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:e=>e.replace(Eie,kie)};const jie=()=>Pie;let Iie;const Lie=()=>Iie,Aie=L.createContext();class Rie{constructor(){ul(this,"getUsedNamespaces",()=>Object.keys(this.usedNamespaces));this.usedNamespaces={}}addUsedNamespaces(t){t.forEach(n=>{this.usedNamespaces[n]||(this.usedNamespaces[n]=!0)})}}const Die=(e,t)=>{const n=L.useRef();return L.useEffect(()=>{n.current=e},[e,t]),n.current},nE=(e,t,n,r)=>e.getFixedT(t,n,r),Vie=(e,t,n,r)=>L.useCallback(nE(e,t,n,r),[e,t,n,r]),El=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{i18n:n}=t,{i18n:r,defaultNS:o}=L.useContext(Aie)||{},i=n||r||Lie();if(i&&!i.reportNamespaces&&(i.reportNamespaces=new Rie),!i){S8("You will need to pass in an i18next instance by using initReactI18next");const S=(M,E)=>Ml(E)?E:Mie(E)&&Ml(E.defaultValue)?E.defaultValue:Array.isArray(M)?M[M.length-1]:M,T=[S,{},!1];return T.t=S,T.i18n={},T.ready=!1,T}i.options.react&&i.options.react.wait!==void 0&&S8("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");const s={...jie(),...i.options.react,...t},{useSuspense:a,keyPrefix:c}=s;let u=o||i.options&&i.options.defaultNS;u=Ml(u)?[u]:u||["translation"],i.reportNamespaces.addUsedNamespaces&&i.reportNamespaces.addUsedNamespaces(u);const d=(i.isInitialized||i.initializedStoreOnce)&&u.every(S=>Tie(S,i,s)),f=Vie(i,t.lng||null,s.nsMode==="fallback"?u:u[0],c),h=()=>f,g=()=>nE(i,t.lng||null,s.nsMode==="fallback"?u:u[0],c),[m,v]=L.useState(h);let b=u.join();t.lng&&(b=`${t.lng}${b}`);const y=Die(b),w=L.useRef(!0);L.useEffect(()=>{const{bindI18n:S,bindI18nStore:T}=s;w.current=!0,!d&&!a&&(t.lng?tE(i,t.lng,u,()=>{w.current&&v(g)}):eE(i,u,()=>{w.current&&v(g)})),d&&y&&y!==b&&w.current&&v(g);const M=()=>{w.current&&v(g)};return S&&i&&i.on(S,M),T&&i&&i.store.on(T,M),()=>{w.current=!1,S&&i&&S.split(" ").forEach(E=>i.off(E,M)),T&&i&&T.split(" ").forEach(E=>i.store.off(E,M))}},[i,b]),L.useEffect(()=>{w.current&&d&&v(h)},[i,c,d]);const x=[m,i,d];if(x.t=m,x.i18n=i,x.ready=d,d||!d&&!a)return x;throw new Promise(S=>{t.lng?tE(i,t.lng,u,()=>S()):eE(i,u,()=>S())})};function Nie(e){const t=de(),{t:n}=El(),[r,o]=L.useState(!1);return p.jsxs(ee,{component:"div",sx:{borderRadius:"8px",background:"#FFF",boxShadow:" 0px 2px 8px 0px rgba(42, 43, 39, 0.04)",border:`1px solid ${t.custom.grey[500]}`},children:[p.jsxs(fe,{direction:"row",justifyContent:"space-between",alignItems:"center",sx:{width:"100%",padding:"30px 24px"},children:[p.jsxs(fe,{direction:"row",useFlexGap:!0,gap:"12px",alignItems:"center",children:[e.headerIcon,p.jsx(ie,{variant:"h3",children:e.headerText})]}),p.jsxs(fe,{direction:"row",useFlexGap:!0,gap:"24px",alignItems:"center",children:[e.controls,!e.controls&&p.jsx(st,{disabled:!0,variant:"white-filled",startIcon:p.jsx(Poe,{}),sx:{marginRight:"24px",borderRadius:"44px"},children:n("Modifier")}),p.jsx(Bt,{onClick:i=>o(!r),children:r===!0?p.jsx(Noe,{}):p.jsx(GM,{})})]})]}),r&&p.jsx(ba,{in:r,timeout:300,children:p.jsxs("div",{children:[p.jsx(vr,{}),p.jsx(ee,{component:"div",sx:{padding:"44px"},children:e.children})]})})]})}const _ie=e=>{const{orientation:t="vertical",type:n="default"}=e,r=de();return p.jsxs(jo,{borderRadius:"12px",sx:{background:n==="default"?"#FFF":r.palette.primary[50],display:"flex",alignItems:"flex-start",gap:"20px",padding:t==="vertical"?"24px":"20px 32px 20px 24px"},children:[p.jsx(fe,{alignItems:"center",justifyContent:"center",sx:{width:"36px",height:"36px"},children:e.icon}),p.jsxs(fe,{direction:e.orientation==="horizontal"?"row":"column",gap:"16px",flex:1,children:[p.jsxs(fe,{flex:1,gap:"8px",children:[p.jsx(ie,{variant:"h4",children:e.title}),p.jsx(ie,{variant:"caption",children:e.children})]}),e.cta&&p.jsx(fe,{direction:e.orientation==="horizontal"?"row":"column",alignItems:e.orientation==="horizontal"?"center":"flex-start",gap:e.orientation==="horizontal"?"24px":"",children:e.cta})]})]})},$ie=e=>C.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M4.36204 12.3802L3.61963 11.6378L7.25751 7.99993L3.61963 4.36204L4.36204 3.61963L7.99993 7.25751L11.6378 3.61963L12.3802 4.36204L8.74234 7.99993L12.3802 11.6378L11.6378 12.3802L7.99993 8.74234L4.36204 12.3802Z",fill:"#50504D"})),Hie=e=>{const{text:t,action:n}=e;return p.jsxs("div",{style:{backgroundColor:"#EFEDEC",height:"fit-content",paddingBlock:"0.25rem",paddingRight:n?"0.25rem":"0",display:"flex",justifyContent:"center",alignItems:"center",width:"fit-content",borderRadius:"5px"},children:[p.jsx(ie,{variant:"body",style:{marginInline:"10px"},children:t}),n&&p.jsx($ie,{onClick:n})]})},Fie=e=>C.createElement("svg",{width:"100%",height:"100%",preserveAspectRatio:"none",viewBox:"0 0 1232 229",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{opacity:.48,d:"M0 228.999C192.752 13.1805 946.143 143.331 1232 0.000137329L1232 229L0 228.999Z",fill:"inherit"})),rE=e=>{const{size:t="big"}=e,n=de();return p.jsx(jo,{borderRadius:"12px",padding:"12px",children:p.jsxs(fe,{bgcolor:n.palette.primary[50],borderRadius:"4px",padding:t==="big"?"36px":"32px",gap:"32px",position:"relative",overflow:"hidden",children:[p.jsx(ee,{position:"absolute",sx:{inset:0,color:n.custom.grey[200],objectFit:"cover",zIndex:0},children:p.jsx(Fie,{})}),p.jsxs(fe,{flex:1,gap:t==="big"?"12px":"16px",position:"relative",children:[e.title&&p.jsx(ie,{variant:"h4",children:e.title}),p.jsx(ie,{variant:"caption",children:e.children})]}),e.cta&&p.jsx(fe,{direction:"row",alignItems:"center",gap:"24px",sx:{maxHeight:e.size==="big"?"100%":"20px"},children:e.cta})]})})},Bie=e=>p.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"5px",border:`2px dashed ${we[800]}`,borderRadius:"8px",background:we[200]},children:e.children}),jo=e=>{const t=de(),{borderRadius:n="16px",boxShadow:r="0 2px 8px 0 rgba(42, 43, 39, 0.04)",...o}=e;return p.jsx(ee,{bgcolor:"#FFF",border:`1px solid ${t.custom.grey[500]}`,borderRadius:n,boxShadow:r,...o})},zie=e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6946 28.3333H21.4724V18.3333H18.6946V28.3333ZM19.9997 15.1666C20.4167 15.1666 20.7664 15.0282 21.0488 14.7514C21.3312 14.4745 21.4724 14.1315 21.4724 13.7222C21.4724 13.2972 21.3313 12.941 21.0492 12.6535C20.7672 12.366 20.4176 12.2222 20.0007 12.2222C19.5837 12.2222 19.234 12.366 18.9515 12.6535C18.6692 12.941 18.528 13.2972 18.528 13.7222C18.528 14.1315 18.669 14.4745 18.9511 14.7514C19.2332 15.0282 19.5827 15.1666 19.9997 15.1666ZM20.0075 36.6666C17.7069 36.6666 15.5449 36.2291 13.5215 35.3541C11.498 34.4791 9.73165 33.287 8.22237 31.7778C6.71312 30.2685 5.521 28.5015 4.646 26.4766C3.771 24.4518 3.3335 22.2883 3.3335 19.9861C3.3335 17.6839 3.771 15.5204 4.646 13.4956C5.521 11.4707 6.71312 9.70831 8.22237 8.20831C9.73165 6.70831 11.4987 5.52081 13.5235 4.64581C15.5483 3.77081 17.7118 3.33331 20.014 3.33331C22.3163 3.33331 24.4798 3.77081 26.5046 4.64581C28.5294 5.52081 30.2918 6.70831 31.7918 8.20831C33.2918 9.70831 34.4793 11.4722 35.3543 13.5C36.2293 15.5278 36.6668 17.692 36.6668 19.9926C36.6668 22.2932 36.2293 24.4552 35.3543 26.4787C34.4793 28.5021 33.2918 30.2668 31.7918 31.7726C30.2918 33.2785 28.5279 34.4706 26.5002 35.349C24.4724 36.2274 22.3082 36.6666 20.0075 36.6666ZM20.014 33.8889C23.8752 33.8889 27.1529 32.537 29.8474 29.8333C32.5419 27.1296 33.8891 23.8472 33.8891 19.9861C33.8891 16.125 32.5436 12.8472 29.8526 10.1527C27.1616 7.45829 23.8775 6.11106 20.0002 6.11106C16.1483 6.11106 12.8705 7.45655 10.1668 10.1475C7.46311 12.8385 6.11125 16.1227 6.11125 20C6.11125 23.8518 7.46311 27.1296 10.1668 29.8333C12.8705 32.537 16.1529 33.8889 20.014 33.8889Z",fill:"inherit"})),oE=e=>{const t=de(),{children:n,...r}=e;return p.jsx(jo,{borderRadius:"4px",boxShadow:"none",padding:"16px",...r,children:p.jsxs(fe,{direction:"row",alignItems:"center",gap:"12px",children:[p.jsx(fe,{sx:{minWidth:"24px"},children:p.jsx(zie,{width:"24px",height:"24px",color:t.custom.grey[2800]})}),p.jsx(ie,{variant:"caption",color:t.custom.grey[2500],children:n})]})})},Wie=e=>p.jsx(p.Fragment,{}),Zie=e=>{const{isFirst:t=!1,isLast:n=!1}=e;return p.jsx("div",{style:{border:`1px solid ${we[500]}`,borderTopLeftRadius:t?"8px":"0px",borderTopRightRadius:t?"8px":"0px",borderBottomLeftRadius:n?"8px":"0px",borderBottomRightRadius:n?"8px":"0px",boxShadow:"0px 2px 8px 0px #2A2B270A"},children:e.children})},Uie=e=>p.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"5px",borderLeft:`1px solid ${we[500]}`,paddingLeft:"2rem"},children:e.data}),qie=e=>{const t=de(),{size:n="big",header:r,footer:o,...i}=e;return p.jsxs(jo,{borderRadius:n==="small"?"8px":"16px",boxShadow:n==="small"?"none":void 0,...i,children:[p.jsx(ee,{sx:{padding:n==="small"?"16px 20px":"28px 32px",background:n==="small"?t.custom.grey[200]:"white",borderTopLeftRadius:n==="small"?"8px":"16px",borderTopRightRadius:n==="small"?"8px":"16px"},children:r}),p.jsx(ee,{sx:{borderTop:`1px solid ${t.custom.grey[500]}`,padding:n==="small"?"20px":"28px",borderBottomLeftRadius:o?void 0:n==="small"?"8px":"16px",borderBottomRightRadius:o?void 0:n==="small"?"8px":"16px"},children:e.children}),o&&p.jsx(ee,{sx:{background:"white",borderTop:`1px solid ${t.custom.grey[500]}`,padding:n==="small"?"20px":"28px",borderBottomLeftRadius:n==="small"?"8px":"16px",borderBottomRightRadius:n==="small"?"8px":"16px"},children:o})]})},Gie=e=>p.jsx(ee,{style:{display:"flex",flexDirection:"column",gap:"5px",height:"fit-content",padding:"1rem",border:`1px solid ${we[800]}`,borderRadius:"8px",background:we[200]},children:e.children}),J3=e=>C.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M1.72408 17.7605L0.239258 16.2756L7.51503 8.99985L0.239258 1.72409L1.72408 0.239258L8.99986 7.51503L16.2756 0.239258L17.7605 1.72409L10.4847 8.99985L17.7605 16.2756L16.2756 17.7605L8.99986 10.4847L1.72408 17.7605Z",fill:"#393A36"})),Kie=e=>{const{children:t}=e,[n,r]=L.useState(!0),o=Array.isArray(t)?t:[t];return p.jsxs("div",{style:{display:n?"flex":"none",flexDirection:"row",gap:"10px",alignItems:"center",backgroundColor:"#FFF6E8",padding:"1rem 0 1rem 1rem",border:"1px solid #FBD68B",borderRadius:"16px"},children:[p.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"10px",width:"100%"},children:o.map(i=>p.jsx(L.Fragment,{children:p.jsx("div",{style:{width:"100%"},children:i})},`infobox-${i.key}`))}),p.jsx("div",{style:{minWidth:"40px"},children:p.jsx(st,{variant:"text",startIcon:p.jsx(J3,{}),onClick:()=>r(!1),disableRipple:!0})})]})},T8=z(q3)(()=>({textTransform:"capitalize",border:`1px solid ${we[500]}`,background:we.gradientLight,color:we[2800],"&.Mui-selected":{color:"#FFF",fill:"#FFF",background:we.gradientDark,border:`1px solid ${we[2800]}`,"&:hover":{color:"#FFF",background:we.gradientDark,border:`1px solid ${we[2800]}`}},"&:disabled":{border:`1px solid ${we[100]}`,background:we[500]},"&:hover":{border:`1px solid ${we[500]}`,background:we[400]}})),Yie=e=>{const{choices:t,onClick:n,currentIndexSelected:r,...o}=e,[i,s]=L.useState(r??null),a=c=>{if(n==null||n(c),c===i){s(null);return}s(c)};return p.jsx("div",{style:{display:"flex",flexDirection:"row",flexWrap:"wrap",gap:"1rem"},children:t.map((c,u)=>L.createElement(T8,{...o,key:`${u}-button-toggle-${c}`,value:u,onClick:()=>a(u),selected:u===i},p.jsx(ie,{variant:"big-bold",color:"inherit",children:c})))})},vu={MuiDialog:{styleOverrides:{paper:{borderRadius:"1rem"}}},MuiAvatar:{defaultProps:{children:[]},styleOverrides:{root:({theme:e,ownerState:{alt:t=""}})=>{const n=t.split(" ").map(r=>r.charAt(0).toUpperCase()).join("");return{background:e.palette.primary[100],color:e.palette.primary[700],fontWeight:600,".MuiAvatar-img":{zIndex:1},":empty::before":{content:`"${n}"`}}}},variants:[{props:{variant:"small"},style:{width:"24px",height:"24px",fontSize:"10px"}},{props:{variant:"medium"},style:{width:"36px",height:"36px",fontSize:"13px"}},{props:{variant:"big"},style:{width:"40px",height:"40px",fontSize:"16px"}}]},MuiAvatarGroup:{defaultProps:{variant:"small",spacing:6,sx:{justifyContent:"flex-end"},slotProps:{additionalAvatar:{sx:{color:e=>e.custom.grey[2800],background:e=>e.custom.grey[400]}}}},styleOverrides:{root:({ownerState:{max:e=0}})=>({...[...Array(e)].reduce((t,n,r)=>({...t,[`& > .MuiAvatar-root:nth-of-type(${r+1})`]:{zIndex:e-r}}),{})})}},MuiButtonGroup:{defaultProps:{disableRipple:!0}},MuiButton:{defaultProps:{disableRipple:!0},styleOverrides:{root:({theme:e,ownerState:t})=>({textTransform:"none",fontSize:"0.9rem",lineHeight:"1rem",borderRadius:"25px",height:"40px",fontWeight:700,...t.variant==="primary"&&{transition:"none",background:`linear-gradient(${e.palette.primary[400]}, ${e.palette.primary[600]})`,color:e.custom.grey[100],boxShadow:"0px 4px 8px 0px #2A2B2714"},...t.variant==="secondary"&&{border:`2px solid ${e.palette.primary[600]}`,color:e.palette.primary[600]},...t.variant==="ternary"&&{border:`1px solid ${e.custom.grey[500]}`,background:e.custom.grey.gradientLight},...t.variant==="text"&&{transition:"none",paddingInline:"0",color:e.palette.primary[700],fontWeight:"700"},...t.variant==="selected-menu"&&{color:"white",background:`linear-gradient(${e.palette.primary[400]}, ${e.palette.primary[600]})`,borderRadius:"8px",padding:0},...t.variant==="selected-submenu"&&{color:e.palette.primary[400],background:"inherit",borderRadius:"8px",padding:0},...t.variant==="default-menu"&&{color:e.custom.grey[100],background:"inherit",borderRadius:"8px",padding:0},...t.variant==="black-text"&&{color:e.custom.grey[2800],background:"none",fontWeight:"600"},...t.variant==="black-filled"&&{borderRadius:"8px",background:`linear-gradient(180deg, ${e.custom.grey[2600]} 0%, ${e.custom.grey[3e3]} 100%)`,boxShadow:"0px 4px 8px 0px rgba(42, 43, 39, 0.08)",color:e.custom.grey[100]},...t.variant==="white-filled"&&{borderRadius:"8px",border:"1px solid "+e.custom.grey[500],background:`linear-gradient(180deg, ${e.custom.grey[100]} 0%, ${e.custom.grey[200]} 100%)`,boxShadow:" 0px 2px 8px 0px rgba(42, 43, 39, 0.04)"},...t.variant==="white-filled-no-shadow"&&{borderRadius:"44px",border:`1px solid ${e.custom.grey[500]}`,background:`linear-gradient(180deg, ${e.custom.grey[100]} 0%, ${e.custom.grey[200]} 100%)`},...t.variant==="select"&&{backgroundColor:e.custom.grey[100],borderRadius:"24px",border:`1px solid ${e.custom.grey[500]}`},...t.variant==="validate"&&{borderRadius:"44px",color:"#FFFFFF",transition:"none",background:`linear-gradient(180deg, ${e.custom.green[500]} 0%, ${e.custom.green[700]} 100%)`},":hover":{...t.variant==="primary"&&{background:e.palette.primary[600]},...t.variant==="secondary"&&{color:"#FFFFFF",border:"none",background:e.palette.primary[600]},...t.variant==="ternary"&&{border:`1px solid ${e.custom.grey[500]}`,background:e.custom.grey[400]},...t.variant==="text"&&{background:"none",textDecoration:"underline"},...t.variant==="select"&&{backgroundColor:e.custom.grey[300]},...t.variant==="default-menu"&&{backgroundColor:e.custom.grey[2300],borderRadius:"8px"},...t.variant==="selected-menu"&&{borderRadius:"8px"},...t.variant==="selected-submenu"&&{borderRadius:"8px"},...t.variant==="validate"&&{background:e.custom.green[600]}},":disabled":{...t.variant==="primary"&&{color:e.custom.grey[100],background:$e(e.palette.primary[600]??"",.36)},...t.variant==="secondary"&&{color:$e(e.palette.primary[600]??"",.36),border:`2px solid ${$e(e.palette.primary[600]??"",.36)}`,background:e.custom.grey[100]},...t.variant==="ternary"&&{border:`1px solid ${e.custom.grey[100]}`,background:e.custom.grey[500]},...t.variant==="select"&&{backgroundColor:e.custom.grey[500]},...t.variant==="default-menu"&&{color:e.custom.grey[2300],borderRadius:"8px"},...t.variant==="selected-menu"&&{color:e.custom.grey[2300],borderRadius:"8px"},...t.variant==="selected-submenu"&&{color:e.custom.grey[2300],borderRadius:"8px"},...t.variant==="validate"&&{background:$e(e.custom.green[500],.36),color:"#FFFFFF"}},":active":{...t.variant==="primary"&&{background:e.palette.primary[800]},...t.variant==="secondary"&&{color:e.custom.grey[100],border:"none",background:e.palette.primary[800]},...t.variant==="secondary"&&{background:e.custom.grey[600]},...t.variant==="default-menu"&&{backgroundColor:e.custom.grey[2700],borderRadius:"8px"},...t.variant==="selected-menu"&&{backgroundColor:e.custom.grey[2700],borderRadius:"8px"},...t.variant==="selected-submenu"&&{backgroundColor:e.custom.grey[2700],borderRadius:"8px"},...t.variant==="validate"&&{background:e.custom.green[800]}},...t.variant==="tags-grey"&&{padding:e.spacing(0,1),border:`1px solid ${e.custom.grey[400]}`,borderRadius:"4px",backgroundColor:e.custom.grey[400],color:e.custom.grey[2800],height:"24px",cursor:"default",...t.onClick!==void 0?{cursor:"pointer",":hover":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[300]},":active":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[500]},":disabled":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}}:{":hover":{backgroundColor:e.custom.grey[400]}}},...t.variant==="tags-black"&&{padding:e.spacing(0,1),border:`1px solid ${e.custom.grey[400]}`,borderRadius:"4px",background:"linear-gradient(180deg, #484945 0%, #2A2B27 100%)",color:e.custom.grey[100],height:"24px",cursor:"default",...t.onClick!==void 0?{cursor:"pointer",":hover":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[300]},":active":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[500]},":disabled":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}}:{":hover":{cursor:"default",backgroundColor:e.custom.grey[400]}}},...t.variant==="tags-white"&&{padding:e.spacing(0,1),border:`1px solid ${e.custom.grey[400]}`,borderRadius:"4px",backgroundColor:e.custom.grey[100],color:e.custom.grey[2800],height:"24px",cursor:"default",...t.onClick!==void 0?{cursor:"pointer",":hover":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[300]},":active":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[500]},":disabled":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}}:{":hover":{cursor:"default",backgroundColor:e.custom.grey[400]}}},...t.variant==="tags-red"&&{padding:e.spacing(0,1),border:`1px solid ${e.custom.grey[400]}`,borderRadius:"4px",backgroundColor:e.custom.red[100],color:e.custom.red[600],height:"24px",cursor:"default",...t.onClick!==void 0?{cursor:"pointer",":hover":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[300]},":active":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[500]},":disabled":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}}:{":hover":{cursor:"default",backgroundColor:e.custom.grey[400]}}},...t.variant==="tags-green"&&{padding:e.spacing(0,1),borderRadius:"4px",height:"24px",border:`1px solid ${e.custom.grey[400]}`,backgroundColor:e.custom.green[100],color:e.custom.green[600],cursor:"default",...t.onClick!==void 0?{cursor:"pointer",":hover":{border:`1px solid ${e.custom.grey[400]}`,backgroundColor:e.custom.green[100],color:e.custom.green[600]},":active":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[500]},":disabled":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}}:{":hover":{cursor:"default",backgroundColor:e.custom.grey[400]}}},...t.variant==="icon-xs-nobackground"&&{padding:e.spacing(.5),minWidth:"auto",width:"24px",height:"24px",color:e.custom.grey[2800],backgroundColor:"inherit",":hover":{backgroundColor:e.custom.grey[600]},":active":{backgroundColor:e.custom.grey[1e3]},":disabled":{backgroundColor:"inherit",color:e.custom.grey[1400]}},...t.variant==="icon-s-nobackground"&&{padding:e.spacing(1),minWidth:"auto",width:"36px",height:"36px",color:e.custom.grey[2800],backgroundColor:"inherit",":hover":{backgroundColor:e.custom.grey[600]},":active":{backgroundColor:e.custom.grey[1e3]},":disabled":{backgroundColor:"inherit",color:e.custom.grey[1400]}},...t.variant==="icon-m-nobackground"&&{padding:e.spacing(1),minWidth:"auto",width:"44px",height:"44px",color:e.custom.grey[2800],backgroundColor:"inherit",":hover":{backgroundColor:e.custom.grey[600]},":active":{backgroundColor:e.custom.grey[1e3]},":disabled":{backgroundColor:"inherit",color:e.custom.grey[1400]}},...t.variant==="icon-xs-withbackground"&&{padding:e.spacing(.5),minWidth:"auto",width:"24px",height:"24px",color:e.custom.grey[2800],background:"linear-gradient(180deg, #FFFFFF 0%, #F6F5F3 154.5%)",border:`1px solid ${e.custom.grey[500]}`,":hover":{background:"none",backgroundColor:e.custom.grey[400]},":active":{background:"none",backgroundColor:e.custom.grey[600],border:"none"},":disabled":{background:"none",backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}},...t.variant==="icon-s-withbackground"&&{padding:e.spacing(1),minWidth:"auto",width:"36px",height:"36px",color:e.custom.grey[2800],background:"linear-gradient(180deg, #FFFFFF 0%, #F6F5F3 154.5%)",border:`1px solid ${e.custom.grey[500]}`,":hover":{background:"none",backgroundColor:e.custom.grey[400]},":active":{background:"none",backgroundColor:e.custom.grey[600],border:"none"},":disabled":{background:"none",backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}},...t.variant==="icon-m-withbackground"&&{padding:e.spacing(1),minWidth:"auto",width:"44px",height:"44px",color:e.custom.grey[2800],background:"linear-gradient(180deg, #FFFFFF 0%, #F6F5F3 154.5%)",border:`1px solid ${e.custom.grey[500]}`,":hover":{background:"none",backgroundColor:e.custom.grey[400]},":active":{background:"none",backgroundColor:e.custom.grey[600],border:"none"},":disabled":{background:"none",backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}}})}},MuiButtonBase:{styleOverrides:{root:{borderRadius:"15px"}}},MuiCircularProgress:{styleOverrides:{root:({theme:e})=>({color:e.custom.grey[800]})}},MuiIconButton:{styleOverrides:{root:({theme:e})=>({height:"44px",width:"44px",color:e.custom.grey[2800],backgroundColor:"inherit",":hover":{backgroundColor:e.custom.grey[600]},":focus":{backgroundColor:e.custom.grey[1e3]},":disabled":{backgroundColor:"inherit",color:e.custom.grey[1400]}})}},MuiInputBase:{styleOverrides:{}},MuiChip:{styleOverrides:{root:({theme:e,ownerState:t})=>({paddingTop:e.spacing(.5),paddingRight:e.spacing(.5),paddingBottom:e.spacing(.5),paddingLeft:e.spacing(1),...t.variant==="brand"&&{backgroundColor:e.palette.primary[50]},...t.variant==="neutral"&&{backgroundColor:e.custom.grey[300]}})}},MuiTypography:{styleOverrides:{h1:({theme:e})=>({[e.breakpoints.up("md")]:{fontSize:"2rem",lineHeight:"3.2rem"}}),h2:({theme:e})=>({[e.breakpoints.up("md")]:{fontSize:"1.5rem",lineHeight:"2.4rem"}}),h3:({theme:e})=>({[e.breakpoints.up("md")]:{fontSize:"1.25rem",lineHeight:"2rem"}}),h4:({theme:e})=>({[e.breakpoints.up("md")]:{fontSize:"1.125rem",lineHeight:"1.8rem"}})}}},bu={fontFamily:["Montserrat","serif"].join(","),h1:{fontStyle:"normal",fontWeight:"700",fontSize:"1.75rem",lineHeight:"2.8rem",color:we[2800]},h2:{fontStyle:"normal",fontWeight:"700",fontSize:"1.375rem",lineHeight:"2.2rem",color:we[2800]},h3:{fontStyle:"normal",fontWeight:"700",fontSize:"1.125rem",lineHeight:"1.8rem",color:we[2800]},h4:{fontStyle:"normal",fontWeight:"700",fontSize:"1rem",lineHeight:"1.6rem",color:we[2800]},h5:{fontStyle:"normal",fontWeight:"700",fontSize:"1rem",lineHeight:"1.6rem",color:we[2800]},h6:{fontStyle:"normal",fontWeight:"700",fontSize:"0.875rem",lineHeight:"1.4rem",color:we[2800]},"huge-bold":{fontStyle:"normal",fontWeight:600,fontSize:"1.125rem",lineHeight:"2.025rem",color:we[2800]},"huge-medium":{fontStyle:"normal",fontWeight:500,fontSize:"1.125rem",lineHeight:"2.025rem",color:we[2800]},huge:{fontStyle:"normal",fontWeight:400,fontSize:"1.125rem",lineHeight:"2.025rem",color:we[2800]},"big-bold":{fontStyle:"normal",fontWeight:"600",fontSize:"1rem",lineHeight:"1.8rem",color:we[2800]},"big-medium":{fontStyle:"normal",fontWeight:"500",fontSize:"1rem",lineHeight:"1.8rem",color:we[2800]},big:{fontStyle:"normal",fontWeight:"400",fontSize:"1rem",lineHeight:"1.8rem",color:we[2800]},"body-bold":{fontStyle:"normal",fontWeight:"600",fontSize:"1rem",lineHeight:"1.8rem",color:we[2800]},"body-medium":{fontStyle:"normal",fontWeight:"500",fontSize:"1rem",lineHeight:"1.8rem",color:we[2800]},body:{fontStyle:"normal",fontWeight:"400",fontSize:"1rem",lineHeight:"1.8rem",color:we[2800]},"small-bold":{fontStyle:"normal",fontWeight:600,fontSize:"0.875rem",lineHeight:"1.575rem",color:we[2800]},"small-medium":{fontStyle:"normal",fontWeight:500,fontSize:"0.875rem",lineHeight:"1.575rem",color:we[2800]},small:{fontStyle:"normal",fontWeight:400,fontSize:"0.875rem",color:we[2800]},"number-big":{fontStyle:"normal",fontWeight:700,fontSize:"2rem",lineHeight:"3.2rem",color:we[2800]},"number-inter":{fontStyle:"normal",fontWeight:700,fontSize:"1.5rem",lineHeight:"2.4rem",color:we[2800]},"number-small":{fontStyle:"normal",fontWeight:700,fontSize:"1rem",lineHeight:"1.4rem",color:we[2800]},"number-micro":{fontStyle:"normal",fontWeight:700,fontSize:"0.875rem",lineHeight:"1.4rem",color:we[2800]}},Cu=e=>`${8*e}px`,Ct=e=>typeof e=="string",yu=()=>{let e,t;const n=new Promise((r,o)=>{e=r,t=o});return n.resolve=e,n.reject=t,n},iE=e=>e==null?"":""+e,Xie=(e,t,n)=>{e.forEach(r=>{t[r]&&(n[r]=t[r])})},Jie=/###/g,sE=e=>e&&e.indexOf("###")>-1?e.replace(Jie,"."):e,aE=e=>!e||Ct(e),xu=(e,t,n)=>{const r=Ct(t)?t.split("."):t;let o=0;for(;o<r.length-1;){if(aE(e))return{};const i=sE(r[o]);!e[i]&&n&&(e[i]=new n),Object.prototype.hasOwnProperty.call(e,i)?e=e[i]:e={},++o}return aE(e)?{}:{obj:e,k:sE(r[o])}},lE=(e,t,n)=>{const{obj:r,k:o}=xu(e,t,Object);if(r!==void 0||t.length===1){r[o]=n;return}let i=t[t.length-1],s=t.slice(0,t.length-1),a=xu(e,s,Object);for(;a.obj===void 0&&s.length;)i=`${s[s.length-1]}.${i}`,s=s.slice(0,s.length-1),a=xu(e,s,Object),a&&a.obj&&typeof a.obj[`${a.k}.${i}`]<"u"&&(a.obj=void 0);a.obj[`${a.k}.${i}`]=n},Qie=(e,t,n,r)=>{const{obj:o,k:i}=xu(e,t,Object);o[i]=o[i]||[],o[i].push(n)},Q3=(e,t)=>{const{obj:n,k:r}=xu(e,t);if(n)return n[r]},ese=(e,t,n)=>{const r=Q3(e,n);return r!==void 0?r:Q3(t,n)},cE=(e,t,n)=>{for(const r in t)r!=="__proto__"&&r!=="constructor"&&(r in e?Ct(e[r])||e[r]instanceof String||Ct(t[r])||t[r]instanceof String?n&&(e[r]=t[r]):cE(e[r],t[r],n):e[r]=t[r]);return e},ic=e=>e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var tse={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};const nse=e=>Ct(e)?e.replace(/[&<>"'\/]/g,t=>tse[t]):e;class rse{constructor(t){this.capacity=t,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(t){const n=this.regExpMap.get(t);if(n!==void 0)return n;const r=new RegExp(t);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(t,r),this.regExpQueue.push(t),r}}const ose=[" ",",","?","!",";"],ise=new rse(20),sse=(e,t,n)=>{t=t||"",n=n||"";const r=ose.filter(s=>t.indexOf(s)<0&&n.indexOf(s)<0);if(r.length===0)return!0;const o=ise.getRegExp(`(${r.map(s=>s==="?"?"\\?":s).join("|")})`);let i=!o.test(e);if(!i){const s=e.indexOf(n);s>0&&!o.test(e.substring(0,s))&&(i=!0)}return i},M8=function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:".";if(!e)return;if(e[t])return e[t];const r=t.split(n);let o=e;for(let i=0;i<r.length;){if(!o||typeof o!="object")return;let s,a="";for(let c=i;c<r.length;++c)if(c!==i&&(a+=n),a+=r[c],s=o[a],s!==void 0){if(["string","number","boolean"].indexOf(typeof s)>-1&&c<r.length-1)continue;i+=c-i+1;break}o=s}return o},ef=e=>e&&e.replace("_","-"),ase={type:"logger",log(e){this.output("log",e)},warn(e){this.output("warn",e)},error(e){this.output("error",e)},output(e,t){console&&console[e]&&console[e].apply(console,t)}};class tf{constructor(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.init(t,n)}init(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.prefix=n.prefix||"i18next:",this.logger=t||ase,this.options=n,this.debug=n.debug}log(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return this.forward(n,"log","",!0)}warn(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return this.forward(n,"warn","",!0)}error(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return this.forward(n,"error","")}deprecate(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return this.forward(n,"warn","WARNING DEPRECATED: ",!0)}forward(t,n,r,o){return o&&!this.debug?null:(Ct(t[0])&&(t[0]=`${r}${this.prefix} ${t[0]}`),this.logger[n](t))}create(t){return new tf(this.logger,{prefix:`${this.prefix}:${t}:`,...this.options})}clone(t){return t=t||this.options,t.prefix=t.prefix||this.prefix,new tf(this.logger,t)}}var rs=new tf;let nf=class{constructor(){this.observers={}}on(t,n){return t.split(" ").forEach(r=>{this.observers[r]||(this.observers[r]=new Map);const o=this.observers[r].get(n)||0;this.observers[r].set(n,o+1)}),this}off(t,n){if(this.observers[t]){if(!n){delete this.observers[t];return}this.observers[t].delete(n)}}emit(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];this.observers[t]&&Array.from(this.observers[t].entries()).forEach(s=>{let[a,c]=s;for(let u=0;u<c;u++)a(...r)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(s=>{let[a,c]=s;for(let u=0;u<c;u++)a.apply(a,[t,...r])})}};class uE extends nf{constructor(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{ns:["translation"],defaultNS:"translation"};super(),this.data=t||{},this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.options.ignoreJSONStructure===void 0&&(this.options.ignoreJSONStructure=!0)}addNamespaces(t){this.options.ns.indexOf(t)<0&&this.options.ns.push(t)}removeNamespaces(t){const n=this.options.ns.indexOf(t);n>-1&&this.options.ns.splice(n,1)}getResource(t,n,r){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const i=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator,s=o.ignoreJSONStructure!==void 0?o.ignoreJSONStructure:this.options.ignoreJSONStructure;let a;t.indexOf(".")>-1?a=t.split("."):(a=[t,n],r&&(Array.isArray(r)?a.push(...r):Ct(r)&&i?a.push(...r.split(i)):a.push(r)));const c=Q3(this.data,a);return!c&&!n&&!r&&t.indexOf(".")>-1&&(t=a[0],n=a[1],r=a.slice(2).join(".")),c||!s||!Ct(r)?c:M8(this.data&&this.data[t]&&this.data[t][n],r,i)}addResource(t,n,r,o){let i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1};const s=i.keySeparator!==void 0?i.keySeparator:this.options.keySeparator;let a=[t,n];r&&(a=a.concat(s?r.split(s):r)),t.indexOf(".")>-1&&(a=t.split("."),o=n,n=a[1]),this.addNamespaces(n),lE(this.data,a,o),i.silent||this.emit("added",t,n,r,o)}addResources(t,n,r){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(const i in r)(Ct(r[i])||Array.isArray(r[i]))&&this.addResource(t,n,i,r[i],{silent:!0});o.silent||this.emit("added",t,n,r)}addResourceBundle(t,n,r,o,i){let s=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1,skipCopy:!1},a=[t,n];t.indexOf(".")>-1&&(a=t.split("."),o=r,r=n,n=a[1]),this.addNamespaces(n);let c=Q3(this.data,a)||{};s.skipCopy||(r=JSON.parse(JSON.stringify(r))),o?cE(c,r,i):c={...c,...r},lE(this.data,a,c),s.silent||this.emit("added",t,n,r)}removeResourceBundle(t,n){this.hasResourceBundle(t,n)&&delete this.data[t][n],this.removeNamespaces(n),this.emit("removed",t,n)}hasResourceBundle(t,n){return this.getResource(t,n)!==void 0}getResourceBundle(t,n){return n||(n=this.options.defaultNS),this.options.compatibilityAPI==="v1"?{...this.getResource(t,n)}:this.getResource(t,n)}getDataByLanguage(t){return this.data[t]}hasLanguageSomeTranslations(t){const n=this.getDataByLanguage(t);return!!(n&&Object.keys(n)||[]).find(o=>n[o]&&Object.keys(n[o]).length>0)}toJSON(){return this.data}}var dE={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,n,r,o){return e.forEach(i=>{this.processors[i]&&(t=this.processors[i].process(t,n,r,o))}),t}};const fE={};class rf extends nf{constructor(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};super(),Xie(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],t,this),this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=rs.create("translator")}changeLanguage(t){t&&(this.language=t)}exists(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};if(t==null)return!1;const r=this.resolve(t,n);return r&&r.res!==void 0}extractFromKey(t,n){let r=n.nsSeparator!==void 0?n.nsSeparator:this.options.nsSeparator;r===void 0&&(r=":");const o=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator;let i=n.ns||this.options.defaultNS||[];const s=r&&t.indexOf(r)>-1,a=!this.options.userDefinedKeySeparator&&!n.keySeparator&&!this.options.userDefinedNsSeparator&&!n.nsSeparator&&!sse(t,r,o);if(s&&!a){const c=t.match(this.interpolator.nestingRegexp);if(c&&c.length>0)return{key:t,namespaces:Ct(i)?[i]:i};const u=t.split(r);(r!==o||r===o&&this.options.ns.indexOf(u[0])>-1)&&(i=u.shift()),t=u.join(o)}return{key:t,namespaces:Ct(i)?[i]:i}}translate(t,n,r){if(typeof n!="object"&&this.options.overloadTranslationOptionHandler&&(n=this.options.overloadTranslationOptionHandler(arguments)),typeof n=="object"&&(n={...n}),n||(n={}),t==null)return"";Array.isArray(t)||(t=[String(t)]);const o=n.returnDetails!==void 0?n.returnDetails:this.options.returnDetails,i=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator,{key:s,namespaces:a}=this.extractFromKey(t[t.length-1],n),c=a[a.length-1],u=n.lng||this.language,d=n.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(u&&u.toLowerCase()==="cimode"){if(d){const S=n.nsSeparator||this.options.nsSeparator;return o?{res:`${c}${S}${s}`,usedKey:s,exactUsedKey:s,usedLng:u,usedNS:c,usedParams:this.getUsedParamsDetails(n)}:`${c}${S}${s}`}return o?{res:s,usedKey:s,exactUsedKey:s,usedLng:u,usedNS:c,usedParams:this.getUsedParamsDetails(n)}:s}const f=this.resolve(t,n);let h=f&&f.res;const g=f&&f.usedKey||s,m=f&&f.exactUsedKey||s,v=Object.prototype.toString.apply(h),b=["[object Number]","[object Function]","[object RegExp]"],y=n.joinArrays!==void 0?n.joinArrays:this.options.joinArrays,w=!this.i18nFormat||this.i18nFormat.handleAsObject,x=!Ct(h)&&typeof h!="boolean"&&typeof h!="number";if(w&&h&&x&&b.indexOf(v)<0&&!(Ct(y)&&Array.isArray(h))){if(!n.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const S=this.options.returnedObjectHandler?this.options.returnedObjectHandler(g,h,{...n,ns:a}):`key '${s} (${this.language})' returned an object instead of string.`;return o?(f.res=S,f.usedParams=this.getUsedParamsDetails(n),f):S}if(i){const S=Array.isArray(h),T=S?[]:{},M=S?m:g;for(const E in h)if(Object.prototype.hasOwnProperty.call(h,E)){const O=`${M}${i}${E}`;T[E]=this.translate(O,{...n,joinArrays:!1,ns:a}),T[E]===O&&(T[E]=h[E])}h=T}}else if(w&&Ct(y)&&Array.isArray(h))h=h.join(y),h&&(h=this.extendTranslation(h,t,n,r));else{let S=!1,T=!1;const M=n.count!==void 0&&!Ct(n.count),E=rf.hasDefaultValue(n),O=M?this.pluralResolver.getSuffix(u,n.count,n):"",P=n.ordinal&&M?this.pluralResolver.getSuffix(u,n.count,{ordinal:!1}):"",k=M&&!n.ordinal&&n.count===0&&this.pluralResolver.shouldUseIntlApi(),j=k&&n[`defaultValue${this.options.pluralSeparator}zero`]||n[`defaultValue${O}`]||n[`defaultValue${P}`]||n.defaultValue;!this.isValidLookup(h)&&E&&(S=!0,h=j),this.isValidLookup(h)||(T=!0,h=s);const A=(n.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&T?void 0:h,D=E&&j!==h&&this.options.updateMissing;if(T||S||D){if(this.logger.log(D?"updateKey":"missingKey",u,c,s,D?j:h),i){const B=this.resolve(s,{...n,keySeparator:!1});B&&B.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let N=[];const _=this.languageUtils.getFallbackCodes(this.options.fallbackLng,n.lng||this.language);if(this.options.saveMissingTo==="fallback"&&_&&_[0])for(let B=0;B<_.length;B++)N.push(_[B]);else this.options.saveMissingTo==="all"?N=this.languageUtils.toResolveHierarchy(n.lng||this.language):N.push(n.lng||this.language);const Z=(B,H,V)=>{const $=E&&V!==h?V:A;this.options.missingKeyHandler?this.options.missingKeyHandler(B,c,H,$,D,n):this.backendConnector&&this.backendConnector.saveMissing&&this.backendConnector.saveMissing(B,c,H,$,D,n),this.emit("missingKey",B,c,H,h)};this.options.saveMissing&&(this.options.saveMissingPlurals&&M?N.forEach(B=>{const H=this.pluralResolver.getSuffixes(B,n);k&&n[`defaultValue${this.options.pluralSeparator}zero`]&&H.indexOf(`${this.options.pluralSeparator}zero`)<0&&H.push(`${this.options.pluralSeparator}zero`),H.forEach(V=>{Z([B],s+V,n[`defaultValue${V}`]||j)})}):Z(N,s,j))}h=this.extendTranslation(h,t,n,f,r),T&&h===s&&this.options.appendNamespaceToMissingKey&&(h=`${c}:${s}`),(T||S)&&this.options.parseMissingKeyHandler&&(this.options.compatibilityAPI!=="v1"?h=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${c}:${s}`:s,S?h:void 0):h=this.options.parseMissingKeyHandler(h))}return o?(f.res=h,f.usedParams=this.getUsedParamsDetails(n),f):h}extendTranslation(t,n,r,o,i){var s=this;if(this.i18nFormat&&this.i18nFormat.parse)t=this.i18nFormat.parse(t,{...this.options.interpolation.defaultVariables,...r},r.lng||this.language||o.usedLng,o.usedNS,o.usedKey,{resolved:o});else if(!r.skipInterpolation){r.interpolation&&this.interpolator.init({...r,interpolation:{...this.options.interpolation,...r.interpolation}});const u=Ct(t)&&(r&&r.interpolation&&r.interpolation.skipOnVariables!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let d;if(u){const h=t.match(this.interpolator.nestingRegexp);d=h&&h.length}let f=r.replace&&!Ct(r.replace)?r.replace:r;if(this.options.interpolation.defaultVariables&&(f={...this.options.interpolation.defaultVariables,...f}),t=this.interpolator.interpolate(t,f,r.lng||this.language||o.usedLng,r),u){const h=t.match(this.interpolator.nestingRegexp),g=h&&h.length;d<g&&(r.nest=!1)}!r.lng&&this.options.compatibilityAPI!=="v1"&&o&&o.res&&(r.lng=this.language||o.usedLng),r.nest!==!1&&(t=this.interpolator.nest(t,function(){for(var h=arguments.length,g=new Array(h),m=0;m<h;m++)g[m]=arguments[m];return i&&i[0]===g[0]&&!r.context?(s.logger.warn(`It seems you are nesting recursively key: ${g[0]} in key: ${n[0]}`),null):s.translate(...g,n)},r)),r.interpolation&&this.interpolator.reset()}const a=r.postProcess||this.options.postProcess,c=Ct(a)?[a]:a;return t!=null&&c&&c.length&&r.applyPostProcessor!==!1&&(t=dE.handle(c,t,n,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...o,usedParams:this.getUsedParamsDetails(r)},...r}:r,this)),t}resolve(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r,o,i,s,a;return Ct(t)&&(t=[t]),t.forEach(c=>{if(this.isValidLookup(r))return;const u=this.extractFromKey(c,n),d=u.key;o=d;let f=u.namespaces;this.options.fallbackNS&&(f=f.concat(this.options.fallbackNS));const h=n.count!==void 0&&!Ct(n.count),g=h&&!n.ordinal&&n.count===0&&this.pluralResolver.shouldUseIntlApi(),m=n.context!==void 0&&(Ct(n.context)||typeof n.context=="number")&&n.context!=="",v=n.lngs?n.lngs:this.languageUtils.toResolveHierarchy(n.lng||this.language,n.fallbackLng);f.forEach(b=>{this.isValidLookup(r)||(a=b,!fE[`${v[0]}-${b}`]&&this.utils&&this.utils.hasLoadedNamespace&&!this.utils.hasLoadedNamespace(a)&&(fE[`${v[0]}-${b}`]=!0,this.logger.warn(`key "${o}" for languages "${v.join(", ")}" won't get resolved as namespace "${a}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),v.forEach(y=>{if(this.isValidLookup(r))return;s=y;const w=[d];if(this.i18nFormat&&this.i18nFormat.addLookupKeys)this.i18nFormat.addLookupKeys(w,d,y,b,n);else{let S;h&&(S=this.pluralResolver.getSuffix(y,n.count,n));const T=`${this.options.pluralSeparator}zero`,M=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(h&&(w.push(d+S),n.ordinal&&S.indexOf(M)===0&&w.push(d+S.replace(M,this.options.pluralSeparator)),g&&w.push(d+T)),m){const E=`${d}${this.options.contextSeparator}${n.context}`;w.push(E),h&&(w.push(E+S),n.ordinal&&S.indexOf(M)===0&&w.push(E+S.replace(M,this.options.pluralSeparator)),g&&w.push(E+T))}}let x;for(;x=w.pop();)this.isValidLookup(r)||(i=x,r=this.getResource(y,b,x,n))}))})}),{res:r,usedKey:o,exactUsedKey:i,usedLng:s,usedNS:a}}isValidLookup(t){return t!==void 0&&!(!this.options.returnNull&&t===null)&&!(!this.options.returnEmptyString&&t==="")}getResource(t,n,r){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(t,n,r,o):this.resourceStore.getResource(t,n,r,o)}getUsedParamsDetails(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const n=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],r=t.replace&&!Ct(t.replace);let o=r?t.replace:t;if(r&&typeof t.count<"u"&&(o.count=t.count),this.options.interpolation.defaultVariables&&(o={...this.options.interpolation.defaultVariables,...o}),!r){o={...o};for(const i of n)delete o[i]}return o}static hasDefaultValue(t){const n="defaultValue";for(const r in t)if(Object.prototype.hasOwnProperty.call(t,r)&&n===r.substring(0,n.length)&&t[r]!==void 0)return!0;return!1}}const E8=e=>e.charAt(0).toUpperCase()+e.slice(1);class pE{constructor(t){this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=rs.create("languageUtils")}getScriptPartFromCode(t){if(t=ef(t),!t||t.indexOf("-")<0)return null;const n=t.split("-");return n.length===2||(n.pop(),n[n.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(n.join("-"))}getLanguagePartFromCode(t){if(t=ef(t),!t||t.indexOf("-")<0)return t;const n=t.split("-");return this.formatLanguageCode(n[0])}formatLanguageCode(t){if(Ct(t)&&t.indexOf("-")>-1){if(typeof Intl<"u"&&typeof Intl.getCanonicalLocales<"u")try{let o=Intl.getCanonicalLocales(t)[0];if(o&&this.options.lowerCaseLng&&(o=o.toLowerCase()),o)return o}catch{}const n=["hans","hant","latn","cyrl","cans","mong","arab"];let r=t.split("-");return this.options.lowerCaseLng?r=r.map(o=>o.toLowerCase()):r.length===2?(r[0]=r[0].toLowerCase(),r[1]=r[1].toUpperCase(),n.indexOf(r[1].toLowerCase())>-1&&(r[1]=E8(r[1].toLowerCase()))):r.length===3&&(r[0]=r[0].toLowerCase(),r[1].length===2&&(r[1]=r[1].toUpperCase()),r[0]!=="sgn"&&r[2].length===2&&(r[2]=r[2].toUpperCase()),n.indexOf(r[1].toLowerCase())>-1&&(r[1]=E8(r[1].toLowerCase())),n.indexOf(r[2].toLowerCase())>-1&&(r[2]=E8(r[2].toLowerCase()))),r.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?t.toLowerCase():t}isSupportedCode(t){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(t=this.getLanguagePartFromCode(t)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(t)>-1}getBestMatchFromCodes(t){if(!t)return null;let n;return t.forEach(r=>{if(n)return;const o=this.formatLanguageCode(r);(!this.options.supportedLngs||this.isSupportedCode(o))&&(n=o)}),!n&&this.options.supportedLngs&&t.forEach(r=>{if(n)return;const o=this.getLanguagePartFromCode(r);if(this.isSupportedCode(o))return n=o;n=this.options.supportedLngs.find(i=>{if(i===o)return i;if(!(i.indexOf("-")<0&&o.indexOf("-")<0)&&(i.indexOf("-")>0&&o.indexOf("-")<0&&i.substring(0,i.indexOf("-"))===o||i.indexOf(o)===0&&o.length>1))return i})}),n||(n=this.getFallbackCodes(this.options.fallbackLng)[0]),n}getFallbackCodes(t,n){if(!t)return[];if(typeof t=="function"&&(t=t(n)),Ct(t)&&(t=[t]),Array.isArray(t))return t;if(!n)return t.default||[];let r=t[n];return r||(r=t[this.getScriptPartFromCode(n)]),r||(r=t[this.formatLanguageCode(n)]),r||(r=t[this.getLanguagePartFromCode(n)]),r||(r=t.default),r||[]}toResolveHierarchy(t,n){const r=this.getFallbackCodes(n||this.options.fallbackLng||[],t),o=[],i=s=>{s&&(this.isSupportedCode(s)?o.push(s):this.logger.warn(`rejecting language code not found in supportedLngs: ${s}`))};return Ct(t)&&(t.indexOf("-")>-1||t.indexOf("_")>-1)?(this.options.load!=="languageOnly"&&i(this.formatLanguageCode(t)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&i(this.getScriptPartFromCode(t)),this.options.load!=="currentOnly"&&i(this.getLanguagePartFromCode(t))):Ct(t)&&i(this.formatLanguageCode(t)),r.forEach(s=>{o.indexOf(s)<0&&i(this.formatLanguageCode(s))}),o}}let lse=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],cse={1:e=>+(e>1),2:e=>+(e!=1),3:e=>0,4:e=>e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2,5:e=>e==0?0:e==1?1:e==2?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5,6:e=>e==1?0:e>=2&&e<=4?1:2,7:e=>e==1?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2,8:e=>e==1?0:e==2?1:e!=8&&e!=11?2:3,9:e=>+(e>=2),10:e=>e==1?0:e==2?1:e<7?2:e<11?3:4,11:e=>e==1||e==11?0:e==2||e==12?1:e>2&&e<20?2:3,12:e=>+(e%10!=1||e%100==11),13:e=>+(e!==0),14:e=>e==1?0:e==2?1:e==3?2:3,15:e=>e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2,16:e=>e%10==1&&e%100!=11?0:e!==0?1:2,17:e=>e==1||e%10==1&&e%100!=11?0:1,18:e=>e==0?0:e==1?1:2,19:e=>e==1?0:e==0||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3,20:e=>e==1?0:e==0||e%100>0&&e%100<20?1:2,21:e=>e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0,22:e=>e==1?0:e==2?1:(e<0||e>10)&&e%10==0?2:3};const use=["v1","v2","v3"],dse=["v4"],hE={zero:0,one:1,two:2,few:3,many:4,other:5},fse=()=>{const e={};return lse.forEach(t=>{t.lngs.forEach(n=>{e[n]={numbers:t.nr,plurals:cse[t.fc]}})}),e};class pse{constructor(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.languageUtils=t,this.options=n,this.logger=rs.create("pluralResolver"),(!this.options.compatibilityJSON||dse.includes(this.options.compatibilityJSON))&&(typeof Intl>"u"||!Intl.PluralRules)&&(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=fse(),this.pluralRulesCache={}}addRule(t,n){this.rules[t]=n}clearCache(){this.pluralRulesCache={}}getRule(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(this.shouldUseIntlApi()){const r=ef(t==="dev"?"en":t),o=n.ordinal?"ordinal":"cardinal",i=JSON.stringify({cleanedCode:r,type:o});if(i in this.pluralRulesCache)return this.pluralRulesCache[i];let s;try{s=new Intl.PluralRules(r,{type:o})}catch{if(!t.match(/-|_/))return;const c=this.languageUtils.getLanguagePartFromCode(t);s=this.getRule(c,n)}return this.pluralRulesCache[i]=s,s}return this.rules[t]||this.rules[this.languageUtils.getLanguagePartFromCode(t)]}needsPlural(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const r=this.getRule(t,n);return this.shouldUseIntlApi()?r&&r.resolvedOptions().pluralCategories.length>1:r&&r.numbers.length>1}getPluralFormsOfKey(t,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(t,r).map(o=>`${n}${o}`)}getSuffixes(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const r=this.getRule(t,n);return r?this.shouldUseIntlApi()?r.resolvedOptions().pluralCategories.sort((o,i)=>hE[o]-hE[i]).map(o=>`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${o}`):r.numbers.map(o=>this.getSuffix(t,o,n)):[]}getSuffix(t,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const o=this.getRule(t,r);return o?this.shouldUseIntlApi()?`${this.options.prepend}${r.ordinal?`ordinal${this.options.prepend}`:""}${o.select(n)}`:this.getSuffixRetroCompatible(o,n):(this.logger.warn(`no plural rule found for: ${t}`),"")}getSuffixRetroCompatible(t,n){const r=t.noAbs?t.plurals(n):t.plurals(Math.abs(n));let o=t.numbers[r];this.options.simplifyPluralSuffix&&t.numbers.length===2&&t.numbers[0]===1&&(o===2?o="plural":o===1&&(o=""));const i=()=>this.options.prepend&&o.toString()?this.options.prepend+o.toString():o.toString();return this.options.compatibilityJSON==="v1"?o===1?"":typeof o=="number"?`_plural_${o.toString()}`:i():this.options.compatibilityJSON==="v2"||this.options.simplifyPluralSuffix&&t.numbers.length===2&&t.numbers[0]===1?i():this.options.prepend&&r.toString()?this.options.prepend+r.toString():r.toString()}shouldUseIntlApi(){return!use.includes(this.options.compatibilityJSON)}}const gE=function(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:".",o=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,i=ese(e,t,n);return!i&&o&&Ct(n)&&(i=M8(e,n,r),i===void 0&&(i=M8(t,n,r))),i},O8=e=>e.replace(/\$/g,"$$$$");class hse{constructor(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=rs.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||(n=>n),this.init(t)}init(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};t.interpolation||(t.interpolation={escapeValue:!0});const{escape:n,escapeValue:r,useRawValueToEscape:o,prefix:i,prefixEscaped:s,suffix:a,suffixEscaped:c,formatSeparator:u,unescapeSuffix:d,unescapePrefix:f,nestingPrefix:h,nestingPrefixEscaped:g,nestingSuffix:m,nestingSuffixEscaped:v,nestingOptionsSeparator:b,maxReplaces:y,alwaysFormat:w}=t.interpolation;this.escape=n!==void 0?n:nse,this.escapeValue=r!==void 0?r:!0,this.useRawValueToEscape=o!==void 0?o:!1,this.prefix=i?ic(i):s||"{{",this.suffix=a?ic(a):c||"}}",this.formatSeparator=u||",",this.unescapePrefix=d?"":f||"-",this.unescapeSuffix=this.unescapePrefix?"":d||"",this.nestingPrefix=h?ic(h):g||ic("$t("),this.nestingSuffix=m?ic(m):v||ic(")"),this.nestingOptionsSeparator=b||",",this.maxReplaces=y||1e3,this.alwaysFormat=w!==void 0?w:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const t=(n,r)=>n&&n.source===r?(n.lastIndex=0,n):new RegExp(r,"g");this.regexp=t(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=t(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=t(this.nestingRegexp,`${this.nestingPrefix}(.+?)${this.nestingSuffix}`)}interpolate(t,n,r,o){let i,s,a;const c=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},u=g=>{if(g.indexOf(this.formatSeparator)<0){const y=gE(n,c,g,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(y,void 0,r,{...o,...n,interpolationkey:g}):y}const m=g.split(this.formatSeparator),v=m.shift().trim(),b=m.join(this.formatSeparator).trim();return this.format(gE(n,c,v,this.options.keySeparator,this.options.ignoreJSONStructure),b,r,{...o,...n,interpolationkey:v})};this.resetRegExp();const d=o&&o.missingInterpolationHandler||this.options.missingInterpolationHandler,f=o&&o.interpolation&&o.interpolation.skipOnVariables!==void 0?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:g=>O8(g)},{regex:this.regexp,safeValue:g=>this.escapeValue?O8(this.escape(g)):O8(g)}].forEach(g=>{for(a=0;i=g.regex.exec(t);){const m=i[1].trim();if(s=u(m),s===void 0)if(typeof d=="function"){const b=d(t,i,o);s=Ct(b)?b:""}else if(o&&Object.prototype.hasOwnProperty.call(o,m))s="";else if(f){s=i[0];continue}else this.logger.warn(`missed to pass in variable ${m} for interpolating ${t}`),s="";else!Ct(s)&&!this.useRawValueToEscape&&(s=iE(s));const v=g.safeValue(s);if(t=t.replace(i[0],v),f?(g.regex.lastIndex+=s.length,g.regex.lastIndex-=i[0].length):g.regex.lastIndex=0,a++,a>=this.maxReplaces)break}}),t}nest(t,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o,i,s;const a=(c,u)=>{const d=this.nestingOptionsSeparator;if(c.indexOf(d)<0)return c;const f=c.split(new RegExp(`${d}[ ]*{`));let h=`{${f[1]}`;c=f[0],h=this.interpolate(h,s);const g=h.match(/'/g),m=h.match(/"/g);(g&&g.length%2===0&&!m||m.length%2!==0)&&(h=h.replace(/'/g,'"'));try{s=JSON.parse(h),u&&(s={...u,...s})}catch(v){return this.logger.warn(`failed parsing options string in nesting for key ${c}`,v),`${c}${d}${h}`}return s.defaultValue&&s.defaultValue.indexOf(this.prefix)>-1&&delete s.defaultValue,c};for(;o=this.nestingRegexp.exec(t);){let c=[];s={...r},s=s.replace&&!Ct(s.replace)?s.replace:s,s.applyPostProcessor=!1,delete s.defaultValue;let u=!1;if(o[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(o[1])){const d=o[1].split(this.formatSeparator).map(f=>f.trim());o[1]=d.shift(),c=d,u=!0}if(i=n(a.call(this,o[1].trim(),s),s),i&&o[0]===t&&!Ct(i))return i;Ct(i)||(i=iE(i)),i||(this.logger.warn(`missed to resolve ${o[1]} for nesting ${t}`),i=""),u&&(i=c.reduce((d,f)=>this.format(d,f,r.lng,{...r,interpolationkey:o[1].trim()}),i.trim())),t=t.replace(o[0],i),this.regexp.lastIndex=0}return t}}const gse=e=>{let t=e.toLowerCase().trim();const n={};if(e.indexOf("(")>-1){const r=e.split("(");t=r[0].toLowerCase().trim();const o=r[1].substring(0,r[1].length-1);t==="currency"&&o.indexOf(":")<0?n.currency||(n.currency=o.trim()):t==="relativetime"&&o.indexOf(":")<0?n.range||(n.range=o.trim()):o.split(";").forEach(s=>{if(s){const[a,...c]=s.split(":"),u=c.join(":").trim().replace(/^'+|'+$/g,""),d=a.trim();n[d]||(n[d]=u),u==="false"&&(n[d]=!1),u==="true"&&(n[d]=!0),isNaN(u)||(n[d]=parseInt(u,10))}})}return{formatName:t,formatOptions:n}},sc=e=>{const t={};return(n,r,o)=>{let i=o;o&&o.interpolationkey&&o.formatParams&&o.formatParams[o.interpolationkey]&&o[o.interpolationkey]&&(i={...i,[o.interpolationkey]:void 0});const s=r+JSON.stringify(i);let a=t[s];return a||(a=e(ef(r),o),t[s]=a),a(n)}};class mse{constructor(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=rs.create("formatter"),this.options=t,this.formats={number:sc((n,r)=>{const o=new Intl.NumberFormat(n,{...r});return i=>o.format(i)}),currency:sc((n,r)=>{const o=new Intl.NumberFormat(n,{...r,style:"currency"});return i=>o.format(i)}),datetime:sc((n,r)=>{const o=new Intl.DateTimeFormat(n,{...r});return i=>o.format(i)}),relativetime:sc((n,r)=>{const o=new Intl.RelativeTimeFormat(n,{...r});return i=>o.format(i,r.range||"day")}),list:sc((n,r)=>{const o=new Intl.ListFormat(n,{...r});return i=>o.format(i)})},this.init(t)}init(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};this.formatSeparator=n.interpolation.formatSeparator||","}add(t,n){this.formats[t.toLowerCase().trim()]=n}addCached(t,n){this.formats[t.toLowerCase().trim()]=sc(n)}format(t,n,r){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const i=n.split(this.formatSeparator);if(i.length>1&&i[0].indexOf("(")>1&&i[0].indexOf(")")<0&&i.find(a=>a.indexOf(")")>-1)){const a=i.findIndex(c=>c.indexOf(")")>-1);i[0]=[i[0],...i.splice(1,a)].join(this.formatSeparator)}return i.reduce((a,c)=>{const{formatName:u,formatOptions:d}=gse(c);if(this.formats[u]){let f=a;try{const h=o&&o.formatParams&&o.formatParams[o.interpolationkey]||{},g=h.locale||h.lng||o.locale||o.lng||r;f=this.formats[u](a,g,{...d,...o,...h})}catch(h){this.logger.warn(h)}return f}else this.logger.warn(`there was no format function for ${u}`);return a},t)}}const vse=(e,t)=>{e.pending[t]!==void 0&&(delete e.pending[t],e.pendingCount--)};class bse extends nf{constructor(t,n,r){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};super(),this.backend=t,this.store=n,this.services=r,this.languageUtils=r.languageUtils,this.options=o,this.logger=rs.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=o.maxParallelReads||10,this.readingCalls=0,this.maxRetries=o.maxRetries>=0?o.maxRetries:5,this.retryTimeout=o.retryTimeout>=1?o.retryTimeout:350,this.state={},this.queue=[],this.backend&&this.backend.init&&this.backend.init(r,o.backend,o)}queueLoad(t,n,r,o){const i={},s={},a={},c={};return t.forEach(u=>{let d=!0;n.forEach(f=>{const h=`${u}|${f}`;!r.reload&&this.store.hasResourceBundle(u,f)?this.state[h]=2:this.state[h]<0||(this.state[h]===1?s[h]===void 0&&(s[h]=!0):(this.state[h]=1,d=!1,s[h]===void 0&&(s[h]=!0),i[h]===void 0&&(i[h]=!0),c[f]===void 0&&(c[f]=!0)))}),d||(a[u]=!0)}),(Object.keys(i).length||Object.keys(s).length)&&this.queue.push({pending:s,pendingCount:Object.keys(s).length,loaded:{},errors:[],callback:o}),{toLoad:Object.keys(i),pending:Object.keys(s),toLoadLanguages:Object.keys(a),toLoadNamespaces:Object.keys(c)}}loaded(t,n,r){const o=t.split("|"),i=o[0],s=o[1];n&&this.emit("failedLoading",i,s,n),!n&&r&&this.store.addResourceBundle(i,s,r,void 0,void 0,{skipCopy:!0}),this.state[t]=n?-1:2,n&&r&&(this.state[t]=0);const a={};this.queue.forEach(c=>{Qie(c.loaded,[i],s),vse(c,t),n&&c.errors.push(n),c.pendingCount===0&&!c.done&&(Object.keys(c.loaded).forEach(u=>{a[u]||(a[u]={});const d=c.loaded[u];d.length&&d.forEach(f=>{a[u][f]===void 0&&(a[u][f]=!0)})}),c.done=!0,c.errors.length?c.callback(c.errors):c.callback())}),this.emit("loaded",a),this.queue=this.queue.filter(c=>!c.done)}read(t,n,r){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:this.retryTimeout,s=arguments.length>5?arguments[5]:void 0;if(!t.length)return s(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:t,ns:n,fcName:r,tried:o,wait:i,callback:s});return}this.readingCalls++;const a=(u,d)=>{if(this.readingCalls--,this.waitingReads.length>0){const f=this.waitingReads.shift();this.read(f.lng,f.ns,f.fcName,f.tried,f.wait,f.callback)}if(u&&d&&o<this.maxRetries){setTimeout(()=>{this.read.call(this,t,n,r,o+1,i*2,s)},i);return}s(u,d)},c=this.backend[r].bind(this.backend);if(c.length===2){try{const u=c(t,n);u&&typeof u.then=="function"?u.then(d=>a(null,d)).catch(a):a(null,u)}catch(u){a(u)}return}return c(t,n,a)}prepareLoading(t,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),o&&o();Ct(t)&&(t=this.languageUtils.toResolveHierarchy(t)),Ct(n)&&(n=[n]);const i=this.queueLoad(t,n,r,o);if(!i.toLoad.length)return i.pending.length||o(),null;i.toLoad.forEach(s=>{this.loadOne(s)})}load(t,n,r){this.prepareLoading(t,n,{},r)}reload(t,n,r){this.prepareLoading(t,n,{reload:!0},r)}loadOne(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const r=t.split("|"),o=r[0],i=r[1];this.read(o,i,"read",void 0,void 0,(s,a)=>{s&&this.logger.warn(`${n}loading namespace ${i} for language ${o} failed`,s),!s&&a&&this.logger.log(`${n}loaded namespace ${i} for language ${o}`,a),this.loaded(t,s,a)})}saveMissing(t,n,r,o,i){let s=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},a=arguments.length>6&&arguments[6]!==void 0?arguments[6]:()=>{};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(n)){this.logger.warn(`did not save key "${r}" as the namespace "${n}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(r==null||r==="")){if(this.backend&&this.backend.create){const c={...s,isUpdate:i},u=this.backend.create.bind(this.backend);if(u.length<6)try{let d;u.length===5?d=u(t,n,r,o,c):d=u(t,n,r,o),d&&typeof d.then=="function"?d.then(f=>a(null,f)).catch(a):a(null,d)}catch(d){a(d)}else u(t,n,r,o,a,c)}!t||!t[0]||this.store.addResource(t[0],n,r,o)}}}const mE=()=>({debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:e=>{let t={};if(typeof e[1]=="object"&&(t=e[1]),Ct(e[1])&&(t.defaultValue=e[1]),Ct(e[2])&&(t.tDescription=e[2]),typeof e[2]=="object"||typeof e[3]=="object"){const n=e[3]||e[2];Object.keys(n).forEach(r=>{t[r]=n[r]})}return t},interpolation:{escapeValue:!0,format:e=>e,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),vE=e=>(Ct(e.ns)&&(e.ns=[e.ns]),Ct(e.fallbackLng)&&(e.fallbackLng=[e.fallbackLng]),Ct(e.fallbackNS)&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e),of=()=>{},Cse=e=>{Object.getOwnPropertyNames(Object.getPrototypeOf(e)).forEach(n=>{typeof e[n]=="function"&&(e[n]=e[n].bind(e))})};class wu extends nf{constructor(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;if(super(),this.options=vE(t),this.services={},this.logger=rs,this.modules={external:[]},Cse(this),n&&!this.isInitialized&&!t.isClone){if(!this.options.initImmediate)return this.init(t,n),this;setTimeout(()=>{this.init(t,n)},0)}}init(){var t=this;let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,typeof n=="function"&&(r=n,n={}),!n.defaultNS&&n.defaultNS!==!1&&n.ns&&(Ct(n.ns)?n.defaultNS=n.ns:n.ns.indexOf("translation")<0&&(n.defaultNS=n.ns[0]));const o=mE();this.options={...o,...this.options,...vE(n)},this.options.compatibilityAPI!=="v1"&&(this.options.interpolation={...o.interpolation,...this.options.interpolation}),n.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=n.keySeparator),n.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=n.nsSeparator);const i=d=>d?typeof d=="function"?new d:d:null;if(!this.options.isClone){this.modules.logger?rs.init(i(this.modules.logger),this.options):rs.init(null,this.options);let d;this.modules.formatter?d=this.modules.formatter:typeof Intl<"u"&&(d=mse);const f=new pE(this.options);this.store=new uE(this.options.resources,this.options);const h=this.services;h.logger=rs,h.resourceStore=this.store,h.languageUtils=f,h.pluralResolver=new pse(f,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),d&&(!this.options.interpolation.format||this.options.interpolation.format===o.interpolation.format)&&(h.formatter=i(d),h.formatter.init(h,this.options),this.options.interpolation.format=h.formatter.format.bind(h.formatter)),h.interpolator=new hse(this.options),h.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},h.backendConnector=new bse(i(this.modules.backend),h.resourceStore,h,this.options),h.backendConnector.on("*",function(g){for(var m=arguments.length,v=new Array(m>1?m-1:0),b=1;b<m;b++)v[b-1]=arguments[b];t.emit(g,...v)}),this.modules.languageDetector&&(h.languageDetector=i(this.modules.languageDetector),h.languageDetector.init&&h.languageDetector.init(h,this.options.detection,this.options)),this.modules.i18nFormat&&(h.i18nFormat=i(this.modules.i18nFormat),h.i18nFormat.init&&h.i18nFormat.init(this)),this.translator=new rf(this.services,this.options),this.translator.on("*",function(g){for(var m=arguments.length,v=new Array(m>1?m-1:0),b=1;b<m;b++)v[b-1]=arguments[b];t.emit(g,...v)}),this.modules.external.forEach(g=>{g.init&&g.init(this)})}if(this.format=this.options.interpolation.format,r||(r=of),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const d=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);d.length>0&&d[0]!=="dev"&&(this.options.lng=d[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(d=>{this[d]=function(){return t.store[d](...arguments)}}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(d=>{this[d]=function(){return t.store[d](...arguments),t}});const c=yu(),u=()=>{const d=(f,h)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),c.resolve(h),r(f,h)};if(this.languages&&this.options.compatibilityAPI!=="v1"&&!this.isInitialized)return d(null,this.t.bind(this));this.changeLanguage(this.options.lng,d)};return this.options.resources||!this.options.initImmediate?u():setTimeout(u,0),c}loadResources(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:of;const o=Ct(t)?t:this.language;if(typeof t=="function"&&(r=t),!this.options.resources||this.options.partialBundledLanguages){if(o&&o.toLowerCase()==="cimode"&&(!this.options.preload||this.options.preload.length===0))return r();const i=[],s=a=>{if(!a||a==="cimode")return;this.services.languageUtils.toResolveHierarchy(a).forEach(u=>{u!=="cimode"&&i.indexOf(u)<0&&i.push(u)})};o?s(o):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(c=>s(c)),this.options.preload&&this.options.preload.forEach(a=>s(a)),this.services.backendConnector.load(i,this.options.ns,a=>{!a&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),r(a)})}else r(null)}reloadResources(t,n,r){const o=yu();return typeof t=="function"&&(r=t,t=void 0),typeof n=="function"&&(r=n,n=void 0),t||(t=this.languages),n||(n=this.options.ns),r||(r=of),this.services.backendConnector.reload(t,n,i=>{o.resolve(),r(i)}),o}use(t){if(!t)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!t.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return t.type==="backend"&&(this.modules.backend=t),(t.type==="logger"||t.log&&t.warn&&t.error)&&(this.modules.logger=t),t.type==="languageDetector"&&(this.modules.languageDetector=t),t.type==="i18nFormat"&&(this.modules.i18nFormat=t),t.type==="postProcessor"&&dE.addPostProcessor(t),t.type==="formatter"&&(this.modules.formatter=t),t.type==="3rdParty"&&this.modules.external.push(t),this}setResolvedLanguage(t){if(!(!t||!this.languages)&&!(["cimode","dev"].indexOf(t)>-1))for(let n=0;n<this.languages.length;n++){const r=this.languages[n];if(!(["cimode","dev"].indexOf(r)>-1)&&this.store.hasLanguageSomeTranslations(r)){this.resolvedLanguage=r;break}}}changeLanguage(t,n){var r=this;this.isLanguageChangingTo=t;const o=yu();this.emit("languageChanging",t);const i=c=>{this.language=c,this.languages=this.services.languageUtils.toResolveHierarchy(c),this.resolvedLanguage=void 0,this.setResolvedLanguage(c)},s=(c,u)=>{u?(i(u),this.translator.changeLanguage(u),this.isLanguageChangingTo=void 0,this.emit("languageChanged",u),this.logger.log("languageChanged",u)):this.isLanguageChangingTo=void 0,o.resolve(function(){return r.t(...arguments)}),n&&n(c,function(){return r.t(...arguments)})},a=c=>{!t&&!c&&this.services.languageDetector&&(c=[]);const u=Ct(c)?c:this.services.languageUtils.getBestMatchFromCodes(c);u&&(this.language||i(u),this.translator.language||this.translator.changeLanguage(u),this.services.languageDetector&&this.services.languageDetector.cacheUserLanguage&&this.services.languageDetector.cacheUserLanguage(u)),this.loadResources(u,d=>{s(d,u)})};return!t&&this.services.languageDetector&&!this.services.languageDetector.async?a(this.services.languageDetector.detect()):!t&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(a):this.services.languageDetector.detect(a):a(t),o}getFixedT(t,n,r){var o=this;const i=function(s,a){let c;if(typeof a!="object"){for(var u=arguments.length,d=new Array(u>2?u-2:0),f=2;f<u;f++)d[f-2]=arguments[f];c=o.options.overloadTranslationOptionHandler([s,a].concat(d))}else c={...a};c.lng=c.lng||i.lng,c.lngs=c.lngs||i.lngs,c.ns=c.ns||i.ns,c.keyPrefix!==""&&(c.keyPrefix=c.keyPrefix||r||i.keyPrefix);const h=o.options.keySeparator||".";let g;return c.keyPrefix&&Array.isArray(s)?g=s.map(m=>`${c.keyPrefix}${h}${m}`):g=c.keyPrefix?`${c.keyPrefix}${h}${s}`:s,o.t(g,c)};return Ct(t)?i.lng=t:i.lngs=t,i.ns=n,i.keyPrefix=r,i}t(){return this.translator&&this.translator.translate(...arguments)}exists(){return this.translator&&this.translator.exists(...arguments)}setDefaultNamespace(t){this.options.defaultNS=t}hasLoadedNamespace(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const r=n.lng||this.resolvedLanguage||this.languages[0],o=this.options?this.options.fallbackLng:!1,i=this.languages[this.languages.length-1];if(r.toLowerCase()==="cimode")return!0;const s=(a,c)=>{const u=this.services.backendConnector.state[`${a}|${c}`];return u===-1||u===0||u===2};if(n.precheck){const a=n.precheck(this,s);if(a!==void 0)return a}return!!(this.hasResourceBundle(r,t)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||s(r,t)&&(!o||s(i,t)))}loadNamespaces(t,n){const r=yu();return this.options.ns?(Ct(t)&&(t=[t]),t.forEach(o=>{this.options.ns.indexOf(o)<0&&this.options.ns.push(o)}),this.loadResources(o=>{r.resolve(),n&&n(o)}),r):(n&&n(),Promise.resolve())}loadLanguages(t,n){const r=yu();Ct(t)&&(t=[t]);const o=this.options.preload||[],i=t.filter(s=>o.indexOf(s)<0&&this.services.languageUtils.isSupportedCode(s));return i.length?(this.options.preload=o.concat(i),this.loadResources(s=>{r.resolve(),n&&n(s)}),r):(n&&n(),Promise.resolve())}dir(t){if(t||(t=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!t)return"rtl";const n=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],r=this.services&&this.services.languageUtils||new pE(mE());return n.indexOf(r.getLanguagePartFromCode(t))>-1||t.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;return new wu(t,n)}cloneInstance(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:of;const r=t.forkResourceStore;r&&delete t.forkResourceStore;const o={...this.options,...t,isClone:!0},i=new wu(o);return(t.debug!==void 0||t.prefix!==void 0)&&(i.logger=i.logger.clone(t)),["store","services","language"].forEach(a=>{i[a]=this[a]}),i.services={...this.services},i.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},r&&(i.store=new uE(this.store.data,o),i.services.resourceStore=i.store),i.translator=new rf(i.services,o),i.translator.on("*",function(a){for(var c=arguments.length,u=new Array(c>1?c-1:0),d=1;d<c;d++)u[d-1]=arguments[d];i.emit(a,...u)}),i.init(o,n),i.translator.options=o,i.translator.backendConnector.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},i}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const Mn=wu.createInstance();Mn.createInstance=wu.createInstance,Mn.createInstance,Mn.dir,Mn.init,Mn.loadResources,Mn.reloadResources,Mn.use,Mn.changeLanguage,Mn.getFixedT,Mn.t,Mn.exists,Mn.setDefaultNamespace,Mn.hasLoadedNamespace,Mn.loadNamespaces,Mn.loadLanguages;const Su={grey:we,red:ao,green:HM,orange:FM,yellow:BM,shadows:zM,dataviz:{colors:C8,extra:y8,colorsWithExtra:x8,onlyMainFromAll:WM},searchBox:{borderRadius:"24px",border:e=>"1px solid "+e.custom.grey[500],background:"white",boxShadow:e=>"0px 2px 8px 0px "+e.custom.grey[500]},rowMenuElement:{marginLeft:"12px",paddingRight:"8px",fontSize:"12px",fontWeight:"600",lineHeight:"20px"}},Tu={valueFormatterFn:(e,t=void 0)=>{const n=Number(e);return Number.isNaN(n)?"":n.toLocaleString(Mn.language,{maximumFractionDigits:t})}},k8={palette:{primary:{50:"#F2F6FB",100:"#C4DCFA",200:"#95C3F8",300:"#67A9F7",400:"#388FF5",500:"#317FDB",600:"#2A6FC1",700:"#2360A6",800:"#1C508C",900:"#154072"},grey:we,text:{primary:"#393a36"},error:{light:ao[100],main:ao[600],dark:ao[800]}},spacing:Cu,typography:bu,custom:Su,numbers:Tu,components:vu},bE=da(k8),P8={palette:{primary:{50:"#EDF9FA",100:"#BEEEF0",200:"#8EE2E7",300:"#5FD7DD",400:"#2FCBD4",500:"#00C0CA",600:"#01A4AD",700:"#018990",800:"#026D72",900:"#025155"},grey:we,text:{primary:"#393a36"},error:{light:ao[100],main:ao[600],dark:ao[800]}},spacing:Cu,typography:bu,custom:Su,numbers:Tu,components:vu},j8=da(P8),I8={palette:{primary:{50:"#FFF6E8",100:"#FDE6BA",200:"#FBD68B",300:"#FAC55D",400:"#F8B52E",500:"#F6A500",600:"#D38702",700:"#B06803",800:"#8D4A05",900:"#6A2B06"},grey:we,text:{primary:we[2800]},error:{light:ao[100],main:ao[600],dark:ao[800]}},spacing:Cu,typography:bu,custom:Su,numbers:Tu,components:vu},CE=da(I8),L8={palette:{primary:{50:"#FFEDED",100:"#FCCBCB",200:"#F9A8A8",300:"#F58686",400:"#F26363",500:"#EF4141",600:"#CD2436",700:"#AA072B",800:"#900524",900:"#76031D"},grey:we,text:{primary:"#393a36"},error:{light:ao[100],main:ao[600],dark:ao[800]}},spacing:Cu,typography:bu,custom:Su,numbers:Tu,components:vu},yE=da(L8),yse=e=>{const{theme:t="foodpilot"}=e,r={...TE[t]};return e.typographyOverride!==void 0&&(r.typography=e.typographyOverride),p.jsx(yS,{theme:r,children:e.children})},xse=e=>{const{theme:t="foodpilot",themeOverride:n={}}=e,r=ME[t],o=da(r,n);return p.jsx(yS,{theme:o,children:e.children})},xE=e=>C.createElement("svg",{width:374,height:105,viewBox:"0 0 374 105",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M197.376 93H186.857C186.322 93 185.787 92.4643 185.787 91.9286V35.8572C185.787 35.3215 186.322 34.7857 186.857 34.7857H195.415C195.95 34.7857 196.485 35.3215 196.485 35.8572V39.7857C198.981 36.3929 204.508 33.8929 210.749 33.8929C223.408 33.8929 233.392 41.5715 233.392 55.6786C233.392 68.7143 223.943 77.4643 208.431 77.4643C205.935 77.4643 202.547 77.1072 199.872 76.5714C199.159 76.3929 198.624 76.9286 198.624 77.6429V91.75C198.446 92.4643 198.089 93 197.376 93ZM219.663 55.1429C219.663 48.1786 215.206 44.6072 208.609 44.6072C202.19 44.6072 198.624 48.5357 198.624 54.0715V64.6072C198.624 65.1429 198.981 65.5 199.337 65.6786C201.655 66.5715 204.686 66.75 207.183 66.75C214.315 66.75 219.663 62.8215 219.663 55.1429Z",fill:"black"}),C.createElement("path",{d:"M371.93 34.7857C372.465 34.7857 373 35.3215 373 35.8572V43.8929C373 44.4286 372.465 44.9643 371.93 44.9643H356.597C356.062 44.9643 355.527 45.5 355.527 46.0357V58.8929C355.527 64.7857 358.914 66.5715 364.798 66.5715C366.581 66.5715 369.434 66.2143 371.752 65.5C372.465 65.3215 373.178 65.8572 373.178 66.5715V74.9643C373.178 75.5 372.822 75.8572 372.287 76.0357C369.256 76.9286 365.511 77.4643 362.659 77.4643C349.999 77.4643 342.689 73.7143 342.689 58.8929V46.0357C342.689 45.5 342.154 44.9643 341.62 44.9643H335.201C334.666 44.9643 334.131 44.4286 334.131 43.8929V35.8572C334.131 35.3215 334.666 34.7857 335.201 34.7857H371.93Z",fill:"black"}),C.createElement("path",{d:"M283.316 65.5C280.998 66.0357 278.145 66.5715 276.362 66.5715C270.478 66.5715 267.091 64.7857 267.091 58.8929V35.8572C267.091 35.3215 266.556 34.7857 266.021 34.7857H255.501C254.967 34.7857 254.432 35.3215 254.432 35.8572V58.8929C254.432 73.7143 261.742 77.4643 274.401 77.4643C277.254 77.4643 280.998 76.9286 284.029 76.0357C284.564 75.8572 284.921 75.5 284.921 74.9643V66.5715C284.564 65.8572 284.029 65.3215 283.316 65.5Z",fill:"black"}),C.createElement("path",{d:"M236.602 75.3215V35.8572C236.602 35.3215 237.137 34.7857 237.672 34.7857H248.191C248.726 34.7857 249.261 35.3215 249.261 35.8572V75.3215C249.261 75.8572 248.726 76.3929 248.191 76.3929H237.672C237.137 76.5715 236.602 76.0357 236.602 75.3215Z",fill:"black"}),C.createElement("path",{d:"M31.2022 44.9643H20.5043C19.7911 44.9643 19.4345 45.5 19.4345 46.0357V75.1429C19.4345 75.8571 18.8996 76.2143 18.3647 76.2143H7.66683C6.95363 76.2143 6.59704 75.6786 6.59704 75.1429V46.2143C6.59704 45.5 6.06214 45.1429 5.52725 45.1429H1.06979C0.356597 45.1429 0 44.6071 0 44.0714V36.2143C0 35.5 0.534895 35.1429 1.06979 35.1429H6.41874V34.6071C6.41874 21.75 14.2639 15.8571 27.8145 15.8571C31.3805 15.8571 35.4814 16.75 38.1558 17.8214C38.5124 18 38.869 18.3571 38.869 18.8929V25.5C38.869 26.2143 38.1558 26.75 37.4426 26.5714C34.9465 25.8571 31.7371 25.3214 29.0626 25.3214C21.5741 25.3214 19.2562 28.8929 19.2562 34.25V34.7857H31.2022C31.9154 34.7857 32.272 35.3214 32.272 35.8571V43.7143C32.272 44.4286 31.7371 44.9643 31.2022 44.9643Z",fill:"#F6A500"}),C.createElement("path",{d:"M80.9474 55.8571C80.9474 69.4286 70.0712 77.4643 55.8074 77.4643C41.7218 77.4643 30.6673 69.4286 30.6673 55.8571C30.6673 42.4643 41.5435 33.8929 55.8074 33.8929C70.4278 33.7143 80.9474 42.4643 80.9474 55.8571ZM67.7533 55.6786C67.7533 48.7143 62.9393 44.0714 55.9857 44.0714C49.3886 44.0714 44.218 48.7143 44.218 55.6786C44.218 62.6429 49.3886 67.2857 55.9857 67.2857C62.9393 67.2857 67.7533 62.8214 67.7533 55.6786Z",fill:"#F6A500"}),C.createElement("path",{d:"M133.011 55.8571C133.011 69.4286 122.134 77.4643 107.87 77.4643C93.7849 77.4643 82.7304 69.4286 82.7304 55.8571C82.7304 42.4643 93.6066 33.8929 107.87 33.8929C122.491 33.7143 133.011 42.4643 133.011 55.8571ZM119.638 55.6786C119.638 48.7143 114.824 44.0714 107.87 44.0714C101.273 44.0714 96.1028 48.7143 96.1028 55.6786C96.1028 62.6429 101.273 67.2857 107.87 67.2857C115.002 67.2857 119.638 62.8214 119.638 55.6786Z",fill:"#F6A500"}),C.createElement("path",{d:"M180.794 74.25C180.794 74.7857 180.438 75.1429 179.903 75.3214C175.089 76.5714 168.67 77.4643 162.608 77.4643C147.988 77.4643 134.972 70.8571 134.972 55.6786C134.972 42.1071 146.205 33.8929 160.647 33.8929C162.786 33.8929 164.926 34.0714 166.887 34.4286C167.6 34.4286 168.135 34.0714 168.135 33.3571V18.3571C168.135 17.6429 168.67 17.2857 169.205 17.2857H179.725C180.438 17.2857 180.794 17.8214 180.794 18.3571V74.25ZM161.36 66.75C163.143 66.75 165.283 66.75 166.887 66.3929C167.422 66.2143 167.779 65.8571 167.779 65.3214V46.2143C167.779 45.6786 167.422 45.1429 166.887 45.1429C164.926 44.7857 163.143 44.4286 161.182 44.4286C153.158 44.4286 148.344 48.8929 148.344 55.6786C148.344 62.4643 153.693 66.75 161.36 66.75Z",fill:"#F6A500"}),C.createElement("path",{d:"M327.712 22.2857C327.891 24.0714 326.464 25.6786 324.503 25.8571C322.72 26.0357 321.115 24.6071 320.937 22.6429C320.759 20.8571 322.185 19.25 324.146 19.0714C325.929 19.0714 327.534 20.5 327.712 22.2857Z",fill:"#F6A500"}),C.createElement("path",{d:"M340.193 20.3214C340.371 22.8214 338.41 24.9643 335.914 25.1429C333.418 25.3214 331.278 23.3571 331.1 20.8571C330.922 18.3571 332.883 16.2143 335.379 16.0357C337.875 15.8571 340.015 17.8214 340.193 20.3214Z",fill:"#F6A500"}),C.createElement("path",{d:"M316.123 15.1429C316.123 16.3929 315.231 17.4643 313.983 17.4643C312.735 17.4643 311.665 16.5714 311.665 15.3214C311.665 14.0714 312.557 13 313.805 13C315.053 13 316.123 13.8929 316.123 15.1429Z",fill:"#F6A500"}),C.createElement("path",{d:"M307.386 22.4643C307.386 23.5357 306.673 24.25 305.782 24.4286C304.89 24.6071 303.999 23.7143 303.82 22.8214C303.82 21.75 304.533 21.0357 305.425 20.8571C306.316 20.6786 307.386 21.3929 307.386 22.4643Z",fill:"#F6A500"}),C.createElement("path",{d:"M329.139 15.1429C329.139 15.8571 328.604 16.3929 328.069 16.3929C327.356 16.3929 326.821 15.8571 326.821 15.3214C326.821 14.6071 327.356 14.0714 327.891 14.0714C328.425 13.8929 329.139 14.4286 329.139 15.1429Z",fill:"#F6A500"}),C.createElement("path",{d:"M318.084 21.0357C318.084 21.3929 317.728 21.75 317.371 21.9286C317.014 21.9286 316.658 21.5714 316.479 21.2143C316.479 20.8571 316.836 20.5 317.193 20.3214C317.728 20.1429 318.084 20.5 318.084 21.0357Z",fill:"#F6A500"}),C.createElement("path",{d:"M329.139 41.0357C327.891 42.8214 325.573 43.1786 323.79 42.1071C322.007 40.8571 321.65 38.5357 322.72 36.75C323.968 34.9643 326.286 34.6071 328.069 35.6786C330.03 36.9286 330.387 39.25 329.139 41.0357Z",fill:"#F6A500"}),C.createElement("path",{d:"M338.588 28.3571C338.588 29.0714 338.054 29.6071 337.519 29.6071C336.805 29.6071 336.271 29.0714 336.271 28.5357C336.271 27.8214 336.805 27.2857 337.34 27.2857C337.875 27.2857 338.41 27.8214 338.588 28.3571Z",fill:"#F6A500"}),C.createElement("path",{d:"M330.922 31.0357C330.922 32.1071 330.208 33 329.139 33.1786C328.069 33.1786 327.177 32.4643 326.999 31.3929C326.999 30.3214 327.712 29.4286 328.782 29.25C329.852 29.0714 330.743 29.9643 330.922 31.0357Z",fill:"#F6A500"}),C.createElement("path",{d:"M330.565 43.5357C329.495 44.6071 327.891 45.3214 326.286 45.3214C324.859 45.3214 323.433 44.9643 322.185 44.25C319.689 42.4643 318.619 39.25 319.689 36.3929C319.867 35.6786 320.045 34.9643 320.224 34.0714C320.224 31.9286 319.332 29.6071 317.371 28.1786C314.34 26.0357 310.061 26.9286 307.921 29.9643C307.208 31.0357 306.851 32.2857 306.673 33.7143C293.657 34.6071 284.029 43 284.029 55.6786C284.029 69.25 295.084 77.2857 309.169 77.2857C323.433 77.2857 334.309 69.25 334.309 55.6786C334.309 51.0357 333.061 46.9286 330.565 43.5357ZM319.689 60.3214H314.162C313.983 60.3214 313.805 60.5 313.805 60.6786V66.5714C313.805 69.25 311.487 71.3929 308.813 71.2143C306.316 71.0357 304.712 68.7143 304.712 66.3929V60.8571C304.712 60.6786 304.533 60.5 304.355 60.5H298.471C295.797 60.5 293.657 58.1786 293.836 55.5C294.014 53 296.332 51.3929 298.65 51.3929H304.177C304.355 51.3929 304.533 51.2143 304.533 51.0357V45.1429C304.533 42.4643 306.851 40.3214 309.526 40.5C312.022 40.6786 313.627 43 313.627 45.3214V50.8571C313.627 51.0357 313.805 51.2143 313.983 51.2143H319.867C322.542 51.2143 324.681 53.5357 324.503 56.2143C324.325 58.5357 322.007 60.3214 319.689 60.3214Z",fill:"#F6A500"})),wse=e=>C.createElement("svg",{width:384,height:80,viewBox:"0 0 384 80",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("g",{clipPath:"url(#clip0_133_2537)"},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M196.875 80H207.447L207.572 79.9822C207.865 79.9822 208.147 79.8655 208.355 79.6579C208.562 79.4503 208.679 79.1686 208.679 78.875V64.7679C208.679 64.6059 208.714 64.4459 208.783 64.2991C208.852 64.1524 208.952 64.0225 209.076 63.9186C209.2 63.8147 209.346 63.7394 209.503 63.6979C209.659 63.6564 209.823 63.6498 209.982 63.6786C212.787 64.1989 215.63 64.4797 218.482 64.5179C234.054 64.5179 243.482 55.6429 243.482 42.6607C243.482 28.5536 233.59 20.8036 220.875 20.8036C214.625 20.8036 209.107 23.3214 206.59 26.7857V22.9286C206.59 22.635 206.473 22.3534 206.265 22.1457C206.058 21.9381 205.776 21.8214 205.482 21.8214H196.875C196.582 21.8214 196.3 21.9381 196.092 22.1457C195.885 22.3534 195.768 22.635 195.768 22.9286V78.8929C195.768 79.1865 195.885 79.4681 196.092 79.6758C196.3 79.8834 196.582 80 196.875 80ZM218.768 31.6072C225.411 31.6072 229.893 35.1607 229.893 42.0714L229.875 42.0536C229.875 49.8036 224.411 53.7322 217.268 53.7322C214.601 53.7676 211.944 53.3881 209.393 52.6072C209.18 52.5264 208.997 52.3818 208.869 52.1933C208.742 52.0047 208.675 51.7814 208.679 51.5536V41.0357C208.679 35.5357 212.125 31.6072 218.768 31.6072Z",fill:"black"}),C.createElement("path",{d:"M382.938 22.151C382.727 21.94 382.441 21.8214 382.143 21.8214L345.446 21.8036C345.148 21.8036 344.862 21.9221 344.651 22.1331C344.44 22.3441 344.321 22.6302 344.321 22.9286V30.875C344.321 31.1703 344.437 31.4538 344.644 31.6643C344.852 31.8747 345.133 31.9953 345.428 32H351.732C352.027 32 352.311 32.1161 352.521 32.3232C352.732 32.5303 352.852 32.8119 352.857 33.1072V46.0357C352.857 60.8036 360.143 64.5357 372.857 64.5357C376.114 64.4674 379.351 64.0118 382.5 63.1786C382.739 63.1148 382.949 62.9729 383.098 62.7755C383.247 62.5781 383.326 62.3365 383.321 62.0893V53.6964C383.324 53.525 383.288 53.3553 383.214 53.2005C383.14 53.0458 383.031 52.9102 382.896 52.8046C382.761 52.699 382.604 52.6262 382.436 52.592C382.268 52.5577 382.094 52.5629 381.928 52.6072C379.664 53.2004 377.34 53.5359 375 53.6072C369.018 53.6072 365.661 51.8393 365.661 45.9464V33.1429C365.661 32.8445 365.779 32.5584 365.99 32.3474C366.201 32.1364 366.487 32.0179 366.786 32.0179H382.143C382.441 32.0179 382.727 31.8993 382.938 31.6884C383.149 31.4774 383.268 31.1912 383.268 30.8929V22.9464C383.268 22.6481 383.149 22.3619 382.938 22.151Z",fill:"black"}),C.createElement("path",{d:"M293.429 52.5893C291.164 53.1815 288.84 53.5169 286.5 53.5893C280.518 53.5893 277.161 51.8036 277.161 45.9286V22.9286C277.161 22.6349 277.044 22.3533 276.836 22.1457C276.629 21.9381 276.347 21.8214 276.054 21.8214H265.482C265.189 21.8214 264.907 21.9381 264.699 22.1457C264.492 22.3533 264.375 22.6349 264.375 22.9286V46.0178C264.375 60.7857 271.661 64.5178 284.375 64.5178C287.632 64.4495 290.869 63.9939 294.018 63.1607C294.253 63.0936 294.46 62.9503 294.605 62.7532C294.751 62.5561 294.827 62.3163 294.821 62.0714V53.6607C294.822 53.4908 294.783 53.3231 294.708 53.1706C294.633 53.0181 294.524 52.8849 294.389 52.7814C294.255 52.6778 294.098 52.6066 293.931 52.5733C293.765 52.5399 293.593 52.5454 293.429 52.5893Z",fill:"black"}),C.createElement("path",{d:"M246.679 22.9286V62.3572C246.679 62.6555 246.797 62.9417 247.008 63.1527C247.219 63.3636 247.505 63.4822 247.804 63.4822H258.268C258.566 63.4822 258.853 63.3636 259.063 63.1527C259.274 62.9417 259.393 62.6555 259.393 62.3572V22.9286C259.393 22.6302 259.274 22.3441 259.063 22.1331C258.853 21.9221 258.566 21.8036 258.268 21.8036H247.804C247.505 21.8036 247.219 21.9221 247.008 22.1331C246.797 22.3441 246.679 22.6302 246.679 22.9286Z",fill:"black"}),C.createElement("path",{d:"M326.098 3.32149C326.318 2.94312 326.42 2.50813 326.393 2.07143H326.375C326.338 1.48701 326.072 0.940946 325.633 0.552739C325.195 0.164531 324.62 -0.0342099 324.036 1.41817e-06C323.599 0.0290825 323.181 0.186856 322.834 0.453408C322.487 0.719959 322.227 1.08334 322.086 1.49767C321.946 1.91201 321.931 2.35872 322.044 2.78142C322.157 3.20412 322.393 3.58385 322.721 3.87269C323.05 4.16152 323.457 4.34651 323.891 4.40429C324.324 4.46207 324.765 4.39006 325.158 4.19734C325.551 4.00463 325.878 3.69985 326.098 3.32149Z",fill:"#AC0027"}),C.createElement("path",{d:"M350.464 7.37498C350.519 8.27672 350.305 9.17441 349.85 9.95472C349.394 10.735 348.718 11.363 347.906 11.7593C347.095 12.1556 346.184 12.3025 345.288 12.1814C344.393 12.0604 343.554 11.6768 342.876 11.0791C342.199 10.4814 341.714 9.69636 341.482 8.82317C341.251 7.94998 341.283 7.02774 341.575 6.1729C341.867 5.31806 342.406 4.56894 343.124 4.02012C343.841 3.4713 344.705 3.14738 345.607 3.08927C346.819 3.0159 348.01 3.4257 348.921 4.22895C349.831 5.03219 350.386 6.16344 350.464 7.37498Z",fill:"#AC0027"}),C.createElement("path",{d:"M337.893 9.33931C337.934 10.0058 337.777 10.6695 337.441 11.2464C337.104 11.8234 336.605 12.2877 336.005 12.5806C335.405 12.8734 334.731 12.9817 334.069 12.8917C333.408 12.8017 332.788 12.5174 332.288 12.0749C331.788 11.6323 331.43 11.0514 331.26 10.4056C331.091 9.75983 331.116 9.07819 331.334 8.44695C331.552 7.8157 331.952 7.26324 332.484 6.85946C333.015 6.45568 333.655 6.21873 334.322 6.17859C335.214 6.12485 336.092 6.42751 336.761 7.02011C337.431 7.61272 337.838 8.44683 337.893 9.33931Z",fill:"#AC0027"}),C.createElement("path",{d:"M317.571 9.39285C317.588 9.74383 317.501 10.0919 317.321 10.3936C317.14 10.6952 316.875 10.937 316.558 11.0886C316.241 11.2402 315.886 11.2949 315.539 11.2459C315.191 11.1968 314.865 11.0462 314.602 10.813C314.339 10.5797 314.151 10.274 314.061 9.93435C313.971 9.59466 313.984 9.236 314.097 8.90329C314.21 8.57058 314.418 8.27861 314.697 8.06393C314.975 7.84925 315.31 7.72141 315.661 7.69642C315.898 7.67949 316.137 7.71021 316.362 7.78677C316.587 7.86334 316.795 7.9842 316.973 8.14226C317.151 8.30032 317.296 8.49238 317.399 8.70715C317.501 8.92191 317.56 9.15505 317.571 9.39285Z",fill:"#AC0027"}),C.createElement("path",{d:"M339.129 2.81388C339.249 2.60484 339.303 2.36505 339.286 2.12497C339.263 1.80591 339.115 1.50877 338.874 1.29813C338.634 1.08748 338.319 0.980336 338 0.999975C337.76 1.01475 337.529 1.10059 337.338 1.24659C337.147 1.3926 337.003 1.59218 336.925 1.81998C336.848 2.04779 336.839 2.29355 336.902 2.52606C336.964 2.75856 337.094 2.96731 337.275 3.12581C337.456 3.28431 337.68 3.3854 337.919 3.41624C338.158 3.44709 338.4 3.40629 338.616 3.29904C338.831 3.19179 339.01 3.02292 339.129 2.81388Z",fill:"#AC0027"}),C.createElement("path",{d:"M328.285 7.94642C328.296 8.10212 328.26 8.2574 328.182 8.39248C328.104 8.52756 327.987 8.63632 327.847 8.70489C327.707 8.77346 327.549 8.79874 327.395 8.7775C327.24 8.75626 327.095 8.68947 326.979 8.58564C326.862 8.48181 326.779 8.34565 326.741 8.1945C326.702 8.04336 326.709 7.88408 326.761 7.73697C326.813 7.58986 326.908 7.46159 327.033 7.3685C327.158 7.27541 327.308 7.22172 327.464 7.21428C327.67 7.20446 327.871 7.27565 328.024 7.41255C328.178 7.54945 328.272 7.74113 328.285 7.94642Z",fill:"#AC0027"}),C.createElement("path",{d:"M337.705 29.4037C338.409 29.1238 339.015 28.6416 339.446 28.0178C339.734 27.601 339.937 27.1314 340.042 26.6359C340.148 26.1405 340.155 25.629 340.062 25.1311C339.969 24.6331 339.778 24.1584 339.501 23.7344C339.224 23.3105 338.865 22.9455 338.446 22.6607C337.819 22.2344 337.08 22.0033 336.322 21.9964C335.564 21.9896 334.821 22.2073 334.186 22.6222C333.552 23.0371 333.054 23.6306 332.757 24.3278C332.459 25.0251 332.374 25.7948 332.513 26.5401C332.653 27.2853 333.009 27.9727 333.538 28.5156C334.068 29.0584 334.746 29.4324 335.487 29.5905C336.229 29.7485 337 29.6835 337.705 29.4037Z",fill:"#AC0027"}),C.createElement("path",{d:"M348.785 15.4286C348.799 15.6682 348.742 15.9065 348.62 16.1133C348.498 16.3202 348.318 16.4864 348.102 16.5909C347.886 16.6954 347.644 16.7336 347.406 16.7005C347.168 16.6675 346.946 16.5648 346.766 16.4054C346.587 16.2459 346.459 16.0369 346.398 15.8047C346.338 15.5725 346.347 15.3276 346.426 15.1008C346.504 14.874 346.648 14.6755 346.839 14.5305C347.03 14.3854 347.26 14.3002 347.5 14.2857C347.819 14.2661 348.133 14.3732 348.374 14.5839C348.615 14.7945 348.763 15.0917 348.785 15.4107V15.4286Z",fill:"#AC0027"}),C.createElement("path",{d:"M340.842 19.099C341.03 18.752 341.109 18.3569 341.071 17.9643C341.021 17.451 340.773 16.9774 340.38 16.644C339.986 16.3106 339.479 16.1436 338.964 16.1786C338.57 16.2053 338.194 16.3489 337.882 16.5909C337.571 16.8329 337.339 17.1624 337.215 17.5372C337.092 17.9119 337.084 18.3149 337.191 18.6946C337.298 19.0742 337.516 19.4133 337.817 19.6683C338.118 19.9234 338.488 20.0828 338.88 20.1263C339.272 20.1697 339.668 20.0951 340.018 19.9121C340.367 19.7291 340.654 19.446 340.842 19.099Z",fill:"#AC0027"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M340.893 30.625C339.747 31.7047 338.252 32.3382 336.679 32.4107C335.579 32.4727 334.481 32.2601 333.483 31.7922C332.486 31.3242 331.62 30.6155 330.965 29.7298C330.31 28.8442 329.885 27.8095 329.729 26.7189C329.573 25.6283 329.691 24.516 330.072 23.4821C330.333 22.7652 330.484 22.0125 330.518 21.25C330.57 19.4503 329.905 17.7037 328.669 16.3942C328.057 15.7459 327.324 15.2244 326.51 14.8596C325.697 14.4947 324.82 14.2937 323.929 14.2679C323.038 14.2421 322.15 14.392 321.317 14.7092C320.484 15.0264 319.721 15.5046 319.073 16.1165C317.763 17.3522 316.999 19.0575 316.947 20.8571C303.857 21.7857 294.214 30.2143 294.214 42.8214C294.214 56.4643 305.339 64.5 319.447 64.5C333.554 64.5 344.643 56.4821 344.643 42.8571C344.706 38.501 343.415 34.2328 340.947 30.6429L340.893 30.625ZM329.893 47.2679H324.411C324.316 47.2679 324.225 47.3055 324.158 47.3725C324.091 47.4394 324.054 47.5303 324.054 47.625V53.4286C324.054 54.0659 323.921 54.6963 323.664 55.2795C323.407 55.8628 323.031 56.3861 322.561 56.8162C322.091 57.2462 321.536 57.5736 320.932 57.7774C320.328 57.9812 319.688 58.057 319.054 58C317.875 57.8458 316.796 57.2603 316.024 56.3566C315.252 55.4529 314.843 54.2951 314.875 53.1071V47.5714C314.875 47.4845 314.842 47.4008 314.782 47.3376C314.722 47.2745 314.641 47.2367 314.554 47.2321H308.714C308.077 47.2322 307.447 47.0995 306.863 46.8426C306.28 46.5856 305.757 46.2099 305.327 45.7396C304.897 45.2692 304.569 44.7144 304.366 44.1105C304.162 43.5066 304.086 42.8669 304.143 42.2321C304.295 41.0724 304.865 40.008 305.746 39.2387C306.627 38.4694 307.759 38.048 308.929 38.0536H314.429C314.473 38.0536 314.517 38.0448 314.559 38.0277C314.6 38.0107 314.637 37.9857 314.669 37.9542C314.7 37.9227 314.725 37.8853 314.742 37.8441C314.759 37.803 314.768 37.7588 314.768 37.7143V31.8929C314.768 31.2555 314.901 30.6251 315.158 30.0419C315.414 29.4587 315.79 28.9353 316.261 28.5053C316.731 28.0752 317.286 27.7478 317.89 27.544C318.493 27.3402 319.133 27.2644 319.768 27.3214C320.939 27.47 322.014 28.0429 322.791 28.9315C323.568 29.8201 323.992 30.9627 323.982 32.1429V37.6607C323.982 37.746 324.016 37.8277 324.076 37.888C324.137 37.9483 324.218 37.9821 324.304 37.9821H330.143C330.78 37.9821 331.411 38.1147 331.994 38.3717C332.577 38.6287 333.1 39.0043 333.531 39.4747C333.961 39.9451 334.288 40.4999 334.492 41.1038C334.696 41.7076 334.771 42.3474 334.714 42.9821C334.556 44.1589 333.97 45.236 333.067 46.007C332.164 46.7781 331.008 47.1889 329.822 47.1607L329.893 47.2679Z",fill:"#AC0027"}),C.createElement("path",{d:"M142.428 38.9822V62.3572C142.428 62.6603 142.308 62.951 142.094 63.1653C141.879 63.3796 141.589 63.5 141.286 63.5H130.75C130.447 63.5 130.156 63.3796 129.942 63.1653C129.727 62.951 129.607 62.6603 129.607 62.3572V41.0715C129.607 34.9107 126.036 31.6429 119.607 31.6429C113.625 31.6429 109.232 35.2143 109.232 41.4465V62.3572C109.232 62.6603 109.112 62.951 108.897 63.1653C108.683 63.3796 108.392 63.5 108.089 63.5H97.5891C97.286 63.5 96.9954 63.3796 96.781 63.1653C96.5667 62.951 96.4463 62.6603 96.4463 62.3572V22.9465C96.4463 22.6434 96.5667 22.3527 96.781 22.1383C96.9954 21.924 97.286 21.8036 97.5891 21.8036H106.161C106.464 21.8036 106.754 21.924 106.969 22.1383C107.183 22.3527 107.303 22.6434 107.303 22.9465V26.6607C110.196 23.1965 115.25 20.7679 122.053 20.7679C133.928 20.7679 142.428 26.125 142.428 38.9822Z",fill:"#AC0027"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M160.928 47.5714C160.714 47.512 160.487 47.5163 160.276 47.5838C160.064 47.6513 159.876 47.7791 159.736 47.9516C159.596 48.1241 159.509 48.3337 159.486 48.5548C159.463 48.7759 159.505 48.9989 159.607 49.1964C161.553 53.0357 166.535 54.9821 172.875 54.9821C178.393 55.0317 183.874 54.0819 189.053 52.1786C189.226 52.1086 189.414 52.082 189.6 52.1012C189.785 52.1204 189.963 52.1848 190.118 52.2888C190.273 52.3927 190.401 52.533 190.489 52.6975C190.577 52.8619 190.624 53.0455 190.625 53.2321V60.5536C190.627 60.7832 190.56 61.0083 190.433 61.1995C190.305 61.3906 190.123 61.5389 189.911 61.625C184.028 63.7112 177.81 64.6919 171.571 64.5179C157.661 64.5179 145.232 57.375 145.232 42.5536C145.232 30.5 155.321 20.7857 170.553 20.7857C183.625 20.7857 192.411 26.1428 192.411 35.5536C192.411 43.125 185.035 48.7321 169.803 48.7321C166.791 48.7198 163.793 48.3359 160.875 47.5893L160.928 47.5714ZM159.089 37.2321C159.03 37.4967 159.07 37.7738 159.202 38.0107C159.334 38.2477 159.548 38.4282 159.803 38.5178C162.813 39.4333 165.944 39.8849 169.089 39.8571C177.036 39.8571 180.018 37.8036 180.018 34.625C180.018 31.7321 176.928 29.3928 170.678 29.3928C164.75 29.3928 160.196 32.8214 159.089 37.2321Z",fill:"#AC0027"}),C.createElement("path",{d:"M78.3213 62.375V22.9286C78.3213 22.6302 78.4398 22.3441 78.6508 22.1331C78.8618 21.9221 79.1479 21.8036 79.4463 21.8036H89.9106C90.2089 21.8036 90.4951 21.9221 90.7061 22.1331C90.917 22.3441 91.0356 22.6302 91.0356 22.9286V62.375C91.0356 62.6734 90.917 62.9595 90.7061 63.1705C90.4951 63.3815 90.2089 63.5 89.9106 63.5H79.4463C79.1479 63.5 78.8618 63.3815 78.6508 63.1705C78.4398 62.9595 78.3213 62.6734 78.3213 62.375Z",fill:"#AC0027"}),C.createElement("path",{d:"M62.3036 22.5714L53.8035 47.5714C53.7232 47.786 53.5793 47.9709 53.391 48.1015C53.2027 48.232 52.9791 48.302 52.75 48.302C52.5209 48.302 52.2972 48.232 52.1089 48.1015C51.9207 47.9709 51.7767 47.786 51.6964 47.5714L43.0536 22.5714C42.9787 22.3518 42.8367 22.1612 42.6477 22.0266C42.4586 21.892 42.232 21.8203 42 21.8214H33.6964C33.465 21.8229 33.2396 21.8957 33.0511 22.0299C32.8625 22.1641 32.72 22.3532 32.6428 22.5714L23.8393 47.5714C23.7589 47.786 23.615 47.9709 23.4267 48.1015C23.2384 48.232 23.0148 48.302 22.7857 48.302C22.5566 48.302 22.3329 48.232 22.1447 48.1015C21.9564 47.9709 21.8125 47.786 21.7321 47.5714L13.3035 22.5714C13.2264 22.3532 13.0838 22.1641 12.8953 22.0299C12.7068 21.8957 12.4814 21.8229 12.25 21.8214H1.12498C0.943453 21.8202 0.764406 21.8636 0.603607 21.9478C0.442808 22.0321 0.30519 22.1546 0.202873 22.3045C0.100556 22.4545 0.0366788 22.6273 0.0168673 22.8077C-0.0029441 22.9882 0.0219179 23.1707 0.0892639 23.3393L15.1964 62.7679C15.2782 62.9766 15.4205 63.1561 15.6051 63.2833C15.7896 63.4106 16.008 63.4798 16.2321 63.4822H28.7321C28.9527 63.4851 29.1692 63.4221 29.3537 63.3012C29.5382 63.1803 29.6825 63.007 29.7678 62.8036L36.9107 46.125C36.9994 45.9269 37.1435 45.7586 37.3257 45.6406C37.5079 45.5225 37.7204 45.4597 37.9375 45.4597C38.1546 45.4597 38.367 45.5225 38.5492 45.6406C38.7314 45.7586 38.8756 45.9269 38.9643 46.125L46.2143 62.8036C46.2985 63.0042 46.4399 63.1755 46.621 63.2962C46.802 63.4169 47.0146 63.4816 47.2321 63.4822H59.7321C59.9593 63.4834 60.1816 63.4158 60.3696 63.2883C60.5577 63.1608 60.7028 62.9794 60.7857 62.7679L75.8214 23.3393C75.8843 23.1706 75.9058 22.9893 75.8841 22.8105C75.8623 22.6318 75.798 22.4609 75.6966 22.3122C75.5951 22.1635 75.4594 22.0413 75.3009 21.9559C75.1424 21.8705 74.9657 21.8244 74.7857 21.8214H63.3571C63.1251 21.8203 62.8985 21.892 62.7094 22.0266C62.5204 22.1612 62.3784 22.3518 62.3036 22.5714Z",fill:"#AC0027"})),C.createElement("defs",null,C.createElement("clipPath",{id:"clip0_133_2537"},C.createElement("rect",{width:383.339,height:80,fill:"white"})))),wE=e=>C.createElement("svg",{width:"100%",height:"100%",viewBox:"0 0 710 207",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",xmlSpace:"preserve","xmlns:serif":"http://www.serif.com/",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},...e},C.createElement("g",{transform:"matrix(1,0,0,1,0,-256.302)"},C.createElement("g",{id:"Plan-de-travail2","serif:id":"Plan de travail2",transform:"matrix(1.28525,0,0,1.02698,36.8075,282.298)"},C.createElement("rect",{x:-28.638,y:-25.313,width:552.35,height:201.412,style:{fill:"none"}}),C.createElement("g",null,C.createElement("g",null,C.createElement("g",null,C.createElement("g",{transform:"matrix(0.60328,0,0,0.754995,110.464,55.1362)"},C.createElement("g",null,C.createElement("g",null,C.createElement("path",{d:"M145.5,57.9C145.5,71.3 134.9,79.2 120.9,79.2C107.1,79.2 96.2,71.3 96.2,57.9C96.2,44.8 106.8,36.3 120.8,36.3C135.1,36.3 145.5,44.8 145.5,57.9ZM132.4,57.8C132.4,50.9 127.7,46.3 120.8,46.3C114.4,46.3 109.3,50.9 109.3,57.8C109.3,64.7 114.4,69.2 120.9,69.2C127.8,69.2 132.4,64.7 132.4,57.8Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})))),C.createElement("g",{transform:"matrix(0.60328,0,0,0.754995,226.667,55.1362)"},C.createElement("g",null,C.createElement("g",null,C.createElement("path",{d:"M145.5,57.9C145.5,71.3 134.9,79.2 120.9,79.2C107.1,79.2 96.2,71.3 96.2,57.9C96.2,44.8 106.8,36.3 120.8,36.3C135.1,36.3 145.5,44.8 145.5,57.9ZM132.4,57.8C132.4,50.9 127.7,46.3 120.8,46.3C114.4,46.3 109.3,50.9 109.3,57.8C109.3,64.7 114.4,69.2 120.9,69.2C127.8,69.2 132.4,64.7 132.4,57.8Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})))),C.createElement("g",{transform:"matrix(0.60328,0,0,0.754995,42.3267,55.1362)"},C.createElement("path",{d:"M380.1,37.3C380.7,37.3 381.2,37.8 381.2,38.4L381.2,46.2C381.2,46.8 380.7,47.3 380.1,47.3L365,47.3C364.4,47.3 363.9,47.8 363.9,48.4L363.9,61C363.9,66.8 367.2,68.5 373.1,68.5C374.8,68.5 377.6,68.1 379.9,67.5C380.6,67.3 381.3,67.8 381.3,68.6L381.3,76.8C381.3,77.3 381,77.7 380.5,77.9C377.5,78.7 373.8,79.2 371,79.2C358.5,79.2 351.4,75.5 351.4,61.1L351.4,48.4C351.4,47.8 350.9,47.3 350.3,47.3L344.1,47.3C343.5,47.3 343,46.8 343,46.2L343,38.4C343,37.8 343.5,37.3 344.1,37.3L380.1,37.3Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.60328,0,0,0.754995,40.7157,55.2117)"},C.createElement("path",{d:"M293,67.5C290.7,68.1 288,68.5 286.2,68.5C280.3,68.5 277,66.8 277,61L277,38.4C277,37.8 276.5,37.3 275.9,37.3L265.5,37.3C264.9,37.3 264.4,37.8 264.4,38.4L264.4,61C264.4,75.5 271.5,79.1 284,79.1C286.8,79.1 290.5,78.6 293.5,77.8C294,77.7 294.3,77.2 294.3,76.7L294.3,68.5C294.4,67.8 293.7,67.3 293,67.5Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.60328,0,0,0.754995,126.095,55.2117)"},C.createElement("path",{d:"M247.2,77.1L247.2,38.4C247.2,37.8 247.7,37.3 248.3,37.3L258.6,37.3C259.2,37.3 259.7,37.8 259.7,38.4L259.7,77.1C259.7,77.7 259.2,78.2 258.6,78.2L248.3,78.2C247.7,78.2 247.2,77.7 247.2,77.1Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.727649,0,0,0.910639,144.4,90.9045)"},C.createElement("path",{d:"M0,17.322C0,16.683 0.642,16.225 1.236,16.461C5.097,17.995 10.263,19.038 14.695,19.038C18.785,19.038 21.057,17.901 21.057,16.386C21.057,14.114 18.559,13.736 9.621,11.539C3.484,10.024 -0.606,6.767 -0.606,1.162C-0.606,-5.352 4.999,-9.063 16.286,-9.063C20.556,-9.063 25.629,-8.194 29.18,-7.272C29.578,-7.168 29.843,-6.807 29.843,-6.395L29.843,-1.3C29.843,-0.684 29.247,-0.259 28.659,-0.442C24.818,-1.639 20.402,-2.322 17.043,-2.322C12.498,-2.322 10.151,-0.958 10.151,0.859C10.151,3.435 14.013,3.964 19.77,5.555C29.465,8.206 32.116,10.403 32.116,15.856C32.116,21.916 27.192,26.385 15.3,26.385C10.185,26.385 4.522,25.494 0.591,24.103C0.23,23.976 0,23.63 0,23.247L0,17.322Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.727649,0,0,0.910639,345.814,90.9045)"},C.createElement("path",{d:"M0,17.322C0,16.683 0.642,16.225 1.236,16.461C5.097,17.995 10.263,19.038 14.695,19.038C18.785,19.038 21.057,17.901 21.057,16.386C21.057,14.114 18.559,13.736 9.621,11.539C3.484,10.024 -0.606,6.767 -0.606,1.162C-0.606,-5.352 4.999,-9.063 16.286,-9.063C20.556,-9.063 25.629,-8.194 29.18,-7.272C29.578,-7.168 29.843,-6.807 29.843,-6.395L29.843,-1.3C29.843,-0.684 29.247,-0.259 28.659,-0.442C24.818,-1.639 20.402,-2.322 17.043,-2.322C12.498,-2.322 10.151,-0.958 10.151,0.859C10.151,3.435 14.013,3.964 19.77,5.555C29.465,8.206 32.116,10.403 32.116,15.856C32.116,21.916 27.192,26.385 15.3,26.385C10.185,26.385 4.522,25.494 0.591,24.103C0.23,23.976 0,23.63 0,23.247L0,17.322Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.582774,0,0,0.729336,248.849,56.4888)"},C.createElement("g",null,C.createElement("g",null,C.createElement("g",null,C.createElement("g",null,C.createElement("path",{d:"M162.2,54.2L162.2,78C162.2,78.6 161.7,79.2 161,79.2L150.3,79.2C149.7,79.2 149.1,78.7 149.1,78L149.1,56.3C149.1,50 145.4,46.7 138.9,46.7C132.8,46.7 128.4,50.3 128.4,56.7L128.4,78C128.4,78.6 127.9,79.2 127.2,79.2L116.5,79.2C115.9,79.2 115.3,78.7 115.3,78L115.3,38C115.3,37.4 115.8,36.8 116.5,36.8L125.2,36.8C125.8,36.8 126.4,37.3 126.4,38L126.4,41.8C129.3,38.3 134.5,35.8 141.4,35.8C153.6,35.7 162.2,41.2 162.2,54.2Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})))))),C.createElement("g",{transform:"matrix(-0.582042,8.92051e-17,-7.128e-17,-0.72842,314.261,141.064)"},C.createElement("g",null,C.createElement("g",null,C.createElement("g",null,C.createElement("g",null,C.createElement("path",{d:"M162.2,54.2L162.2,78C162.2,78.6 161.7,79.2 161,79.2L150.3,79.2C149.7,79.2 149.1,78.7 149.1,78L149.1,56.3C149.1,50 145.4,46.7 138.9,46.7C132.8,46.7 128.4,50.3 128.4,56.7L128.4,78C128.4,78.6 127.9,79.2 127.2,79.2L116.5,79.2C115.9,79.2 115.3,78.7 115.3,78L115.3,38C115.3,37.4 115.8,36.8 116.5,36.8L125.2,36.8C125.8,36.8 126.4,37.3 126.4,38L126.4,41.8C129.3,38.3 134.5,35.8 141.4,35.8C153.6,35.7 162.2,41.2 162.2,54.2Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}}))))))),C.createElement("g",{transform:"matrix(0.949197,0,0,1.16917,128.327,103.039)"},C.createElement("path",{d:"M0,8.685L0,0C0,-0.501 0.406,-0.906 0.906,-0.906L9.395,-0.906C9.895,-0.906 10.301,-0.501 10.301,0L10.301,8.685C10.301,9.185 9.895,9.591 9.395,9.591L0.906,9.591C0.406,9.591 0,9.185 0,8.685",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}}))),C.createElement("g",{transform:"matrix(2.23352,0,0,2.4511,-434.221,-55.5018)"},C.createElement("g",{transform:"matrix(-0.025773,-0.480115,-0.421011,0.0293912,282.685,32.0356)"},C.createElement("path",{d:"M-2.728,-2.9C-4.238,-2.9 -5.461,-1.676 -5.461,-0.167C-5.461,1.343 -4.237,2.566 -2.728,2.566C-1.218,2.566 0.005,1.342 0.005,-0.167C0.005,-1.677 -1.218,-2.9 -2.728,-2.9",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(-0.0257311,-0.480118,-0.421014,0.0293434,286.517,30.8268)"},C.createElement("path",{d:"M-3.707,-3.94C-5.757,-3.94 -7.42,-2.277 -7.42,-0.226C-7.42,1.823 -5.757,3.486 -3.707,3.486C-1.656,3.487 0.006,1.824 0.007,-0.227C0.007,-2.277 -1.656,-3.94 -3.707,-3.94",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(-0.0257834,-0.480114,-0.42101,0.029403,279.192,29.6217)"},C.createElement("path",{d:"M-1.788,-1.901C-2.777,-1.9 -3.579,-1.099 -3.579,-0.109C-3.579,0.88 -2.777,1.682 -1.788,1.682C-0.798,1.681 0.003,0.88 0.004,-0.11C0.003,-1.099 -0.799,-1.901 -1.788,-1.901",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(-0.0258084,-0.480113,-0.421009,0.0294316,276.332,32.6195)"},C.createElement("path",{d:"M-1.461,-1.553C-2.268,-1.552 -2.923,-0.898 -2.923,-0.09C-2.923,0.718 -2.268,1.373 -1.461,1.373C-0.652,1.373 0.003,0.718 0.003,-0.091C0.002,-0.898 -0.653,-1.553 -1.461,-1.553",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(-0.0258024,-0.480113,-0.421009,0.0294247,284.002,30.0007)"},C.createElement("path",{d:"M-0.979,-1.041C-1.521,-1.041 -1.96,-0.602 -1.96,-0.06C-1.96,0.482 -1.52,0.921 -0.979,0.921C-0.437,0.921 0.002,0.482 0.002,-0.06C0.002,-0.602 -0.437,-1.041 -0.979,-1.041",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(-0.0256475,-0.480124,-0.421019,0.029248,280.39,32.4305)"},C.createElement("path",{d:"M-0.632,-0.672C-0.982,-0.671 -1.265,-0.389 -1.266,-0.039C-1.265,0.311 -0.982,0.595 -0.632,0.595C-0.282,0.594 0.001,0.312 0.001,-0.038C0.001,-0.388 -0.282,-0.672 -0.632,-0.672",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.238599,-0.39666,-0.347829,-0.272095,284.554,39.1583)"},C.createElement("path",{d:"M-2.565,-1.351C-4.283,-1.351 -5.675,0.042 -5.676,1.76C-5.676,3.477 -4.283,4.87 -2.565,4.87C-0.847,4.871 0.545,3.477 0.546,1.76C0.546,0.042 -0.847,-1.351 -2.565,-1.351",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(-0.0258024,-0.480113,-0.421009,0.0294247,287.236,35.1904)"},C.createElement("path",{d:"M-0.979,-1.041C-1.521,-1.041 -1.96,-0.602 -1.96,-0.06C-1.96,0.482 -1.52,0.921 -0.979,0.921C-0.437,0.921 0.002,0.482 0.002,-0.06C0.002,-0.602 -0.437,-1.041 -0.979,-1.041",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,284.906,48.0297)"},C.createElement("path",{d:"M0,-13.462C-0.912,-12.575 -2.107,-12.035 -3.409,-11.956C-4.598,-11.883 -5.794,-12.215 -6.777,-12.889C-8.862,-14.319 -9.629,-16.966 -8.769,-19.231C-8.772,-19.232 -8.763,-19.235 -8.767,-19.236C-8.574,-19.766 -8.426,-20.398 -8.401,-21.048C-8.331,-22.857 -9.183,-24.657 -10.788,-25.758C-13.298,-27.479 -16.728,-26.84 -18.449,-24.331C-19.074,-23.42 -19.384,-22.388 -19.41,-21.36C-30.02,-20.614 -37.835,-13.77 -37.835,-3.556C-37.835,7.502 -28.822,14.017 -17.385,14.017C-5.796,14.017 2.991,7.502 2.991,-3.556C2.991,-7.378 1.911,-10.726 0,-13.462",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(-0.0256989,-0.48012,-0.421015,0.0293066,284.302,35.9029)"},C.createElement("path",{d:"M-1.605,-1.707C-2.494,-1.707 -3.213,-0.987 -3.213,-0.099C-3.214,0.79 -2.494,1.509 -1.605,1.51C-0.717,1.51 0.003,0.79 0.003,-0.099C0.003,-0.987 -0.716,-1.707 -1.605,-1.707",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,281.236,48.0364)"},C.createElement("path",{d:"M0,-7.442L-4.739,-7.442C-4.883,-7.442 -5.001,-7.559 -5.001,-7.704L-5.001,-12.178C-5.001,-14.155 -6.42,-15.978 -8.388,-16.149C-10.593,-16.341 -12.443,-14.608 -12.443,-12.443L-12.443,-7.716C-12.443,-7.564 -12.565,-7.442 -12.716,-7.442L-17.179,-7.442C-19.155,-7.442 -20.978,-6.023 -21.15,-4.054C-21.341,-1.849 -19.608,0 -17.443,0L-12.71,0C-12.562,0 -12.443,0.119 -12.443,0.267L-12.443,4.737C-12.443,6.713 -11.024,8.536 -9.055,8.707C-6.85,8.899 -5.001,7.165 -5.001,5L-5.001,0.291C-5.001,0.13 -4.87,0 -4.71,0L-0.264,0C1.712,0 3.535,-1.419 3.706,-3.388C3.898,-5.593 2.165,-7.442 0,-7.442",style:{fill:"white",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,286.748,42.0805)"},C.createElement("path",{d:"M0,17.322C0,16.683 0.642,16.225 1.236,16.461C5.097,17.995 10.263,19.038 14.695,19.038C18.785,19.038 21.057,17.901 21.057,16.386C21.057,14.114 18.559,13.736 9.621,11.539C3.484,10.024 -0.606,6.767 -0.606,1.162C-0.606,-5.352 4.999,-9.063 16.286,-9.063C20.556,-9.063 25.629,-8.194 29.18,-7.272C29.578,-7.168 29.843,-6.807 29.843,-6.395L29.843,-1.3C29.843,-0.684 29.247,-0.259 28.659,-0.442C24.818,-1.639 20.402,-2.322 17.043,-2.322C12.498,-2.322 10.151,-0.958 10.151,0.859C10.151,3.435 14.013,3.964 19.77,5.555C29.465,8.206 32.116,10.403 32.116,15.856C32.116,21.916 27.192,26.385 15.3,26.385C10.185,26.385 4.522,25.494 0.591,24.103C0.23,23.976 0,23.63 0,23.247L0,17.322Z",style:{fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,301.669,38.5579)"},C.createElement("path",{d:"M0,31.969L0,0C0,-0.501 0.406,-0.906 0.906,-0.906L9.395,-0.906C9.895,-0.906 10.301,-0.501 10.301,0L10.301,31.969C10.301,32.469 9.895,32.875 9.395,32.875L0.906,32.875C0.406,32.875 0,32.469 0,31.969",style:{fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,320.166,54.7722)"},C.createElement("path",{d:"M0,-34.615C0.5,-34.615 0.906,-34.209 0.906,-33.709L0.906,-27.265C0.906,-26.765 0.5,-26.359 0,-26.359L-12.503,-26.359C-13.003,-26.359 -13.409,-25.953 -13.409,-25.453L-13.409,-15.073C-13.409,-10.302 -10.682,-8.863 -5.835,-8.863C-4.391,-8.863 -2.118,-9.174 -0.218,-9.669C0.354,-9.818 0.906,-9.385 0.906,-8.794L0.906,-1.982C0.906,-1.573 0.642,-1.209 0.246,-1.104C-2.23,-0.446 -5.285,0 -7.576,0C-17.879,0 -23.786,-3.03 -23.786,-14.998L-23.786,-25.453C-23.786,-25.953 -24.192,-26.359 -24.692,-26.359L-29.801,-26.359C-30.301,-26.359 -30.707,-26.765 -30.707,-27.265L-30.707,-33.709C-30.707,-34.209 -30.301,-34.615 -29.801,-34.615L0,-34.615Z",style:{fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,321.916,38.5579)"},C.createElement("path",{d:"M0,31.969L0,0C0,-0.501 0.406,-0.906 0.906,-0.906L9.395,-0.906C9.895,-0.906 10.301,-0.501 10.301,0L10.301,31.969C10.301,32.469 9.895,32.875 9.395,32.875L0.906,32.875C0.406,32.875 0,32.469 0,31.969",style:{fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,331.164,54.1174)"},C.createElement("path",{d:"M0,-32.726L9.692,-11.634C10.015,-10.932 11.013,-10.93 11.338,-11.632L21.102,-32.728C21.25,-33.049 21.571,-33.254 21.924,-33.254L30.911,-33.254C31.572,-33.254 32.011,-32.568 31.733,-31.968L16.966,0.002C16.818,0.322 16.497,0.528 16.144,0.528L4.807,0.528C4.453,0.528 4.132,0.322 3.984,0.002L-10.783,-31.968C-11.06,-32.568 -10.622,-33.254 -9.961,-33.254L-0.823,-33.254C-0.469,-33.254 -0.148,-33.048 0,-32.726",style:{fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,348.172,48.3581)"},C.createElement("path",{d:"M0,-8.78C-0.107,-8.35 0.149,-7.897 0.567,-7.753C2.676,-7.026 5.607,-6.663 8.112,-6.663C14.55,-6.663 16.975,-8.329 16.975,-10.904C16.975,-13.252 14.474,-15.146 9.401,-15.146C4.583,-15.146 0.892,-12.362 0,-8.78M1.485,-0.409C0.722,-0.609 0.088,0.178 0.44,0.884C2.003,4.018 6.062,5.608 11.218,5.608C15.915,5.608 20.552,4.813 24.357,3.331C24.96,3.097 25.609,3.518 25.609,4.165L25.609,10.139C25.609,10.512 25.39,10.853 25.042,10.99C21.181,12.509 16.218,13.334 10.158,13.334C-1.128,13.334 -11.203,7.577 -11.203,-4.466C-11.203,-14.237 -3.021,-22.114 9.325,-22.114C19.928,-22.114 27.048,-17.796 27.048,-10.147C27.048,-4.011 21.065,0.534 8.719,0.534C6.273,0.534 3.64,0.158 1.485,-0.409",style:{fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,263.495,52.5051)"},C.createElement("path",{d:"M0,-13.466C0,-19.071 -3.635,-21.95 -9.012,-21.95C-14.238,-21.95 -17.192,-18.768 -17.192,-14.299L-17.192,-5.766C-17.192,-5.386 -16.967,-5.035 -16.608,-4.91C-14.696,-4.246 -12.213,-3.999 -10.223,-3.999C-4.394,-3.999 0,-7.179 0,-13.466M-18.096,17.269L-26.667,17.269C-27.166,17.269 -27.57,16.865 -27.57,16.366L-27.57,-28.998C-27.57,-29.497 -27.166,-29.902 -26.667,-29.902L-19.687,-29.902C-19.188,-29.902 -18.783,-29.497 -18.783,-28.998L-18.783,-25.888C-16.74,-28.69 -12.27,-30.735 -7.272,-30.735C3.03,-30.735 11.059,-24.449 11.059,-13.012C11.059,-2.483 3.41,4.713 -9.24,4.713C-11.227,4.713 -14.03,4.441 -16.129,4.036C-16.685,3.929 -17.192,4.356 -17.192,4.922L-17.192,16.366C-17.192,16.865 -17.597,17.269 -18.096,17.269",style:{fillRule:"nonzero"}}))))))),Sse=["foodpilot","winepilot","collective","bred"],SE=e=>Sse.includes(e),TE={foodpilot:CE,winepilot:yE,collective:j8,bred:bE},ME={foodpilot:I8,winepilot:L8,collective:P8,bred:k8},EE={foodpilot:xE,winepilot:wse,collective:wE,bred:wE},Tse=e=>SE(e)?EE[e]:xE,OE=z(q3)(e=>({textTransform:"capitalize",border:`1px solid ${we[500]}`,background:we.gradientLight,color:we[2800],borderRadius:"8px","&.Mui-selected":{border:`2px solid ${e.theme.palette.primary[600]}`,background:we.gradientLight,"&:hover":{border:`2px solid ${e.theme.palette.primary[600]}`,background:we.gradientLight}},"&:disabled":{border:`1px solid ${we[100]}`,background:we[500]},"&:hover":{border:`1px solid ${we[500]}`,background:we[400]}})),Mse=e=>{const{choices:t,onClick:n,currentIndexSelected:r,...o}=e,[i,s]=L.useState(r??null),a=c=>{if(n==null||n(c),c===i){s(null);return}s(c)};return p.jsx("div",{style:{display:"flex",flexDirection:"row",flexWrap:"wrap",gap:"1rem"},children:t.map((c,u)=>L.createElement(OE,{...o,key:`${u}-button-toggle`,value:u,onClick:()=>a(u),selected:u===i},p.jsx(ie,{variant:"big-bold",color:"inherit",children:c})))})},Ese=z(q3)(({theme:e})=>({textTransform:"none",background:e.custom.grey.gradientLight,color:e.custom.grey[2800],fontSize:"0.75rem",padding:"8px 14px",fontWeight:700,borderRadius:"8px","&.Mui-selected":{color:"#FFF",background:e.custom.grey.gradientDark,"&:hover":{color:"#FFF",background:e.custom.grey.gradientDark}},"&:disabled":{background:"linear-gradient(180deg, #FFFFFF 0%, #FEFCFB 100%)",color:"rgba(0, 0, 0, 0.26)"},"&:hover":{background:e.custom.grey[400]}})),Ose=L.forwardRef((e,t)=>{const{buttons:n,initialSelected:r,ToggleButtonProps:o,buttonGroup:i=!1,unselectable:s=!1,className:a}=e,[c,u]=L.useState(r||null),d=de();L.useEffect(()=>{u(r??null)},[r]);const f=h=>(c==null?void 0:c.id)===h.id;return p.jsx(ee,{ref:t,display:"flex",sx:i?{"& .MuiButtonBase-root":{borderRadius:0,borderRight:"0 none","&:hover":{borderRight:"0 none"}},"& .MuiButtonBase-root:first-child":{borderTopLeftRadius:"8px",borderBottomLeftRadius:"8px"},"& .MuiButtonBase-root:last-child":{borderTopRightRadius:"8px",borderBottomRightRadius:"8px",border:"1px solid",borderColor:we[500]}}:{gap:"8px"},className:a,children:n.map(h=>L.createElement(Ese,{...o,key:`${h.id}-button-toggle`,value:h.id,onClick:()=>{if(h.onClick&&h.onClick(),s&&(c==null?void 0:c.id)===h.id){u(null);return}u(h)},selected:f(h),disabled:h.disabled},p.jsxs(fe,{flexDirection:"row",justifyContent:"center",alignItems:"center",gap:d.spacing(.5),children:[h.startIcon&&p.jsx(bt,{size:2,icon:h.startIcon}),h.label,h.endIcon&&p.jsx(bt,{size:2,icon:h.endIcon})]})))})}),kse=z(({className:e,...t})=>p.jsx(pn,{...t,arrow:!0,classes:{popper:e}}))(e=>({[`& .${un.arrow}`]:{color:e.theme.custom.grey[200]},[`& .${un.tooltip}`]:{color:e.theme.custom.grey[2800],padding:"12px 16px 12px 16px",borderRadius:"8px",border:`1px solid ${e.theme.custom.grey[500]}`,backgroundColor:e.theme.custom.grey[200]}})),A8=e=>{const{buttonProps:t,tooltip:n,icon:r,size:o,withBackground:i=!1}=e,a=`icon-${o}-${i?"withbackground":"nobackground"}`,c={xs:1,s:2,m:4},u=(n==null?void 0:n.props)||{};return p.jsx(p.Fragment,{children:p.jsx(kse,{title:n==null?void 0:n.text,arrow:!0,...u,children:p.jsx(st,{variant:a,...t,children:p.jsx(bt,{icon:r,size:c[o]})})})})},Pse=e=>C.createElement("svg",{width:192,height:40,viewBox:"0 0 192 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("g",{clipPath:"url(#clip0_133_2544)"},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M98.6073 40H103.902L103.965 39.9911C104.112 39.9911 104.253 39.9328 104.357 39.8289C104.461 39.7251 104.519 39.5843 104.519 39.4375V32.3839C104.519 32.3029 104.537 32.2229 104.571 32.1496C104.606 32.0762 104.656 32.0112 104.718 31.9593C104.78 31.9074 104.853 31.8697 104.932 31.849C105.01 31.8282 105.092 31.8249 105.172 31.8393C106.577 32.0995 108.001 32.2398 109.429 32.2589C117.229 32.2589 121.951 27.8214 121.951 21.3304C121.951 14.2768 116.996 10.4018 110.628 10.4018C107.498 10.4018 104.734 11.6607 103.473 13.3929V11.4643C103.473 11.3175 103.414 11.1767 103.31 11.0729C103.206 10.969 103.065 10.9107 102.918 10.9107H98.6073C98.4602 10.9107 98.3191 10.969 98.2152 11.0729C98.1112 11.1767 98.0527 11.3175 98.0527 11.4643V39.4464C98.0527 39.5933 98.1112 39.7341 98.2152 39.8379C98.3191 39.9417 98.4602 40 98.6073 40ZM109.573 15.8036C112.9 15.8036 115.145 17.5804 115.145 21.0357L115.136 21.0268C115.136 24.9018 112.399 26.8661 108.821 26.8661C107.485 26.8838 106.155 26.694 104.877 26.3036C104.77 26.2632 104.679 26.1909 104.615 26.0966C104.551 26.0024 104.517 25.8907 104.519 25.7768V20.5179C104.519 17.7679 106.245 15.8036 109.573 15.8036Z",fill:"black"}),C.createElement("path",{d:"M191.799 11.0755C191.693 10.97 191.55 10.9107 191.401 10.9107L173.021 10.9018C172.871 10.9018 172.728 10.9611 172.622 11.0665C172.517 11.172 172.457 11.3151 172.457 11.4643V15.4375C172.457 15.5852 172.515 15.7269 172.619 15.8321C172.723 15.9374 172.864 15.9977 173.012 16H176.169C176.317 16 176.459 16.058 176.564 16.1616C176.67 16.2652 176.73 16.406 176.733 16.5536V23.0179C176.733 30.4018 180.382 32.2679 186.75 32.2679C188.381 32.2337 190.002 32.0059 191.58 31.5893C191.699 31.5574 191.805 31.4865 191.879 31.3878C191.954 31.289 191.993 31.1683 191.991 31.0447V26.8482C191.993 26.7625 191.974 26.6776 191.937 26.6003C191.9 26.5229 191.846 26.4551 191.778 26.4023C191.711 26.3495 191.632 26.3131 191.547 26.296C191.463 26.2788 191.376 26.2814 191.293 26.3036C190.159 26.6002 188.995 26.7679 187.823 26.8036C184.827 26.8036 183.145 25.9197 183.145 22.9732V16.5714C183.145 16.4223 183.205 16.2792 183.31 16.1737C183.416 16.0682 183.559 16.0089 183.709 16.0089H191.401C191.55 16.0089 191.693 15.9497 191.799 15.8442C191.905 15.7387 191.964 15.5956 191.964 15.4464V11.4732C191.964 11.324 191.905 11.181 191.799 11.0755Z",fill:"black"}),C.createElement("path",{d:"M146.967 26.2946C145.833 26.5907 144.669 26.7585 143.497 26.7946C140.501 26.7946 138.819 25.9018 138.819 22.9643V11.4643C138.819 11.3175 138.761 11.1767 138.657 11.0728C138.553 10.969 138.412 10.9107 138.265 10.9107H132.97C132.823 10.9107 132.682 10.969 132.578 11.0728C132.474 11.1767 132.415 11.3175 132.415 11.4643V23.0089C132.415 30.3929 136.064 32.2589 142.433 32.2589C144.064 32.2247 145.685 31.9969 147.262 31.5803C147.38 31.5468 147.484 31.4751 147.557 31.3766C147.629 31.278 147.667 31.1581 147.665 31.0357V26.8303C147.665 26.7454 147.645 26.6616 147.608 26.5853C147.57 26.5091 147.516 26.4425 147.448 26.3907C147.381 26.3389 147.302 26.3033 147.219 26.2866C147.136 26.27 147.049 26.2727 146.967 26.2946Z",fill:"black"}),C.createElement("path",{d:"M123.552 11.4643V31.1786C123.552 31.3278 123.611 31.4708 123.717 31.5763C123.823 31.6818 123.966 31.7411 124.115 31.7411H129.357C129.506 31.7411 129.649 31.6818 129.755 31.5763C129.861 31.4708 129.92 31.3278 129.92 31.1786V11.4643C129.92 11.3151 129.861 11.172 129.755 11.0665C129.649 10.9611 129.506 10.9018 129.357 10.9018H124.115C123.966 10.9018 123.823 10.9611 123.717 11.0665C123.611 11.172 123.552 11.3151 123.552 11.4643Z",fill:"black"}),C.createElement("path",{d:"M163.33 1.66074C163.44 1.47156 163.491 1.25407 163.478 1.03572H163.469C163.45 0.743503 163.317 0.470473 163.097 0.276369C162.878 0.0822657 162.59 -0.017105 162.297 7.09086e-07C162.079 0.0145412 161.869 0.0934282 161.695 0.226704C161.521 0.35998 161.391 0.541669 161.321 0.748836C161.25 0.956003 161.243 1.17936 161.299 1.39071C161.356 1.60206 161.474 1.79193 161.639 1.93634C161.803 2.08076 162.007 2.17325 162.224 2.20214C162.442 2.23103 162.663 2.19503 162.859 2.09867C163.056 2.00231 163.22 1.84993 163.33 1.66074Z",fill:"#AC0027"}),C.createElement("path",{d:"M175.534 3.68749C175.561 4.13836 175.454 4.5872 175.226 4.97736C174.998 5.36752 174.66 5.68149 174.253 5.87964C173.846 6.0778 173.39 6.15124 172.942 6.09071C172.493 6.03018 172.073 5.83838 171.734 5.53953C171.394 5.24068 171.151 4.84818 171.035 4.41159C170.919 3.97499 170.936 3.51387 171.082 3.08645C171.228 2.65903 171.498 2.28447 171.858 2.01006C172.217 1.73565 172.65 1.57369 173.101 1.54463C173.708 1.50795 174.305 1.71285 174.761 2.11447C175.217 2.5161 175.495 3.08172 175.534 3.68749Z",fill:"#AC0027"}),C.createElement("path",{d:"M169.238 4.66965C169.258 5.00289 169.179 5.33474 169.011 5.62322C168.843 5.91171 168.592 6.14385 168.292 6.29028C167.991 6.43671 167.654 6.49085 167.323 6.44584C166.991 6.40083 166.681 6.2587 166.43 6.03744C166.18 5.81617 166.001 5.52571 165.916 5.20281C165.831 4.87992 165.843 4.53909 165.952 4.22347C166.062 3.90785 166.262 3.63162 166.528 3.42973C166.795 3.22784 167.115 3.10936 167.449 3.0893C167.896 3.06242 168.335 3.21375 168.671 3.51006C169.006 3.80636 169.21 4.22341 169.238 4.66965Z",fill:"#AC0027"}),C.createElement("path",{d:"M159.059 4.69642C159.068 4.87191 159.024 5.04597 158.934 5.19678C158.843 5.3476 158.711 5.46848 158.552 5.54428C158.393 5.62008 158.215 5.64744 158.041 5.62293C157.867 5.59842 157.704 5.52312 157.572 5.40648C157.441 5.28983 157.346 5.13702 157.301 4.96718C157.256 4.79733 157.262 4.618 157.319 4.45165C157.376 4.28529 157.48 4.1393 157.62 4.03196C157.759 3.92463 157.927 3.86071 158.102 3.84821C158.221 3.83974 158.341 3.8551 158.454 3.89339C158.567 3.93167 158.671 3.9921 158.76 4.07113C158.849 4.15016 158.921 4.24619 158.973 4.35357C159.024 4.46096 159.054 4.57753 159.059 4.69642Z",fill:"#AC0027"}),C.createElement("path",{d:"M169.857 1.40694C169.917 1.30242 169.944 1.18253 169.935 1.06249C169.924 0.902954 169.85 0.754387 169.729 0.649063C169.609 0.543739 169.451 0.490168 169.291 0.499987C169.171 0.507376 169.056 0.550296 168.96 0.623297C168.864 0.696299 168.792 0.796088 168.753 0.909992C168.714 1.0239 168.71 1.14678 168.741 1.26303C168.772 1.37928 168.837 1.48366 168.928 1.56291C169.019 1.64216 169.131 1.6927 169.251 1.70812C169.37 1.72354 169.492 1.70315 169.6 1.64952C169.708 1.5959 169.797 1.51146 169.857 1.40694Z",fill:"#AC0027"}),C.createElement("path",{d:"M164.426 3.97321C164.431 4.05106 164.413 4.1287 164.374 4.19624C164.335 4.26378 164.276 4.31816 164.206 4.35244C164.136 4.38673 164.057 4.39937 163.979 4.38875C163.902 4.37813 163.83 4.34474 163.771 4.29282C163.713 4.24091 163.671 4.17282 163.652 4.09725C163.632 4.02168 163.636 3.94204 163.662 3.86849C163.688 3.79493 163.736 3.73079 163.798 3.68425C163.861 3.6377 163.936 3.61086 164.014 3.60714C164.117 3.60223 164.218 3.63783 164.295 3.70627C164.372 3.77472 164.419 3.87057 164.426 3.97321Z",fill:"#AC0027"}),C.createElement("path",{d:"M169.143 14.7018C169.496 14.5619 169.8 14.3208 170.016 14.0089C170.16 13.8005 170.261 13.5657 170.314 13.318C170.367 13.0702 170.37 12.8145 170.324 12.5655C170.277 12.3165 170.182 12.0792 170.043 11.8672C169.904 11.6552 169.725 11.4728 169.515 11.3303C169.201 11.1172 168.831 11.0016 168.451 10.9982C168.071 10.9948 167.699 11.1037 167.381 11.3111C167.063 11.5186 166.814 11.8153 166.665 12.1639C166.516 12.5125 166.474 12.8974 166.543 13.27C166.613 13.6427 166.792 13.9864 167.057 14.2578C167.322 14.5292 167.661 14.7162 168.033 14.7952C168.404 14.8743 168.791 14.8418 169.143 14.7018Z",fill:"#AC0027"}),C.createElement("path",{d:"M174.693 7.7143C174.7 7.8341 174.671 7.95323 174.61 8.05667C174.549 8.1601 174.459 8.24319 174.351 8.29545C174.243 8.3477 174.122 8.36678 174.002 8.35027C173.883 8.33376 173.772 8.28241 173.682 8.20269C173.592 8.12297 173.528 8.01846 173.498 7.90237C173.467 7.78627 173.472 7.66379 173.511 7.5504C173.551 7.437 173.623 7.33777 173.719 7.26524C173.814 7.19271 173.929 7.15012 174.049 7.14287C174.209 7.13305 174.367 7.18662 174.487 7.29195C174.608 7.39727 174.682 7.54584 174.693 7.70537V7.7143Z",fill:"#AC0027"}),C.createElement("path",{d:"M170.715 9.54951C170.809 9.37601 170.849 9.17846 170.83 8.98214C170.805 8.72551 170.68 8.4887 170.483 8.322C170.286 8.15529 170.032 8.07181 169.774 8.08929C169.577 8.10265 169.388 8.17443 169.232 8.29545C169.076 8.41646 168.96 8.5812 168.898 8.76858C168.837 8.95596 168.832 9.15746 168.886 9.34729C168.94 9.53712 169.049 9.70664 169.2 9.83416C169.35 9.96169 169.536 10.0414 169.732 10.0631C169.928 10.0848 170.127 10.0476 170.302 9.95607C170.477 9.86457 170.621 9.72301 170.715 9.54951Z",fill:"#AC0027"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M170.74 15.3125C170.166 15.8523 169.417 16.1691 168.629 16.2054C168.079 16.2364 167.529 16.1301 167.029 15.8961C166.529 15.6621 166.096 15.3077 165.768 14.8649C165.439 14.4221 165.227 13.9048 165.149 13.3594C165.071 12.8141 165.129 12.258 165.32 11.7411C165.451 11.3826 165.527 11.0062 165.544 10.625C165.57 9.72516 165.237 8.85183 164.618 8.19712C164.311 7.87295 163.944 7.6122 163.537 7.42978C163.129 7.24736 162.69 7.14683 162.243 7.13393C161.797 7.12103 161.353 7.19602 160.935 7.35461C160.518 7.5132 160.136 7.75229 159.811 8.05823C159.156 8.67609 158.772 9.52873 158.746 10.4286C152.19 10.8929 147.361 15.1071 147.361 21.4107C147.361 28.2321 152.933 32.25 159.999 32.25C167.064 32.25 172.618 28.2411 172.618 21.4286C172.65 19.2505 172.003 17.1164 170.767 15.3214L170.74 15.3125ZM165.231 23.6339H162.485C162.438 23.6339 162.392 23.6527 162.358 23.6862C162.325 23.7197 162.306 23.7651 162.306 23.8125V26.7143C162.306 27.033 162.24 27.3481 162.111 27.6398C161.982 27.9314 161.794 28.1931 161.559 28.4081C161.323 28.6231 161.045 28.7868 160.743 28.8887C160.44 28.9906 160.12 29.0285 159.802 29C159.212 28.9229 158.671 28.6301 158.284 28.1783C157.898 27.7264 157.693 27.1476 157.709 26.5536V23.7857C157.709 23.7422 157.692 23.7004 157.662 23.6688C157.632 23.6372 157.591 23.6184 157.548 23.6161H154.623C154.304 23.6161 153.988 23.5498 153.696 23.4213C153.404 23.2928 153.142 23.105 152.927 22.8698C152.711 22.6346 152.547 22.3572 152.445 22.0553C152.343 21.7533 152.305 21.4335 152.334 21.1161C152.41 20.5362 152.695 20.004 153.137 19.6193C153.578 19.2347 154.145 19.024 154.731 19.0268H157.485C157.508 19.0268 157.53 19.0224 157.55 19.0139C157.571 19.0053 157.59 18.9929 157.605 18.9771C157.621 18.9613 157.634 18.9426 157.642 18.9221C157.651 18.9015 157.655 18.8794 157.655 18.8571V15.9464C157.655 15.6278 157.722 15.3126 157.85 15.021C157.979 14.7293 158.167 14.4677 158.403 14.2526C158.638 14.0376 158.916 13.8739 159.219 13.772C159.521 13.6701 159.842 13.6322 160.16 13.6607C160.746 13.735 161.285 14.0214 161.674 14.4657C162.063 14.91 162.275 15.4813 162.27 16.0714V18.8304C162.27 18.873 162.287 18.9139 162.317 18.944C162.348 18.9741 162.389 18.9911 162.431 18.9911H165.356C165.675 18.991 165.991 19.0574 166.283 19.1859C166.575 19.3144 166.837 19.5022 167.053 19.7374C167.268 19.9725 167.432 20.25 167.534 20.5519C167.636 20.8538 167.674 21.1737 167.646 21.4911C167.567 22.0794 167.273 22.618 166.82 23.0035C166.368 23.389 165.789 23.5944 165.195 23.5804L165.231 23.6339Z",fill:"#AC0027"}),C.createElement("path",{d:"M71.337 19.4911V31.1786C71.337 31.3301 71.2766 31.4755 71.1693 31.5826C71.062 31.6898 70.9164 31.75 70.7645 31.75H65.4876C65.3358 31.75 65.1902 31.6898 65.0828 31.5826C64.9755 31.4755 64.9152 31.3301 64.9152 31.1786V20.5357C64.9152 17.4554 63.1264 15.8214 59.9066 15.8214C56.9104 15.8214 54.7101 17.6072 54.7101 20.7232V31.1786C54.7101 31.3301 54.6498 31.4755 54.5425 31.5826C54.4351 31.6898 54.2895 31.75 54.1377 31.75H48.8787C48.7269 31.75 48.5813 31.6898 48.4739 31.5826C48.3666 31.4755 48.3063 31.3301 48.3063 31.1786V11.4732C48.3063 11.3217 48.3666 11.1763 48.4739 11.0692C48.5813 10.962 48.7269 10.9018 48.8787 10.9018H53.1718C53.3236 10.9018 53.4692 10.962 53.5765 11.0692C53.6839 11.1763 53.7442 11.3217 53.7442 11.4732V13.3304C55.1931 11.5982 57.7242 10.3839 61.1319 10.3839C67.0796 10.3839 71.337 13.0625 71.337 19.4911Z",fill:"#AC0027"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M80.6029 23.7857C80.4956 23.756 80.382 23.7581 80.2759 23.7919C80.1698 23.8257 80.0759 23.8896 80.0057 23.9758C79.9354 24.062 79.8919 24.1668 79.8804 24.2774C79.8689 24.3879 79.89 24.4994 79.941 24.5982C80.9159 26.5179 83.4113 27.4911 86.5864 27.4911C89.3501 27.5159 92.0954 27.0409 94.6896 26.0893C94.7763 26.0543 94.8702 26.041 94.9632 26.0506C95.0562 26.0602 95.1454 26.0924 95.223 26.1444C95.3007 26.1964 95.3644 26.2665 95.4086 26.3487C95.4528 26.431 95.4762 26.5227 95.4767 26.6161V30.2768C95.4779 30.3916 95.4444 30.5042 95.3806 30.5997C95.3167 30.6953 95.2256 30.7694 95.1189 30.8125C92.1725 31.8556 89.0584 32.346 85.9335 32.2589C78.9661 32.2589 72.7411 28.6875 72.7411 21.2768C72.7411 15.25 77.7945 10.3929 85.4237 10.3929C91.9706 10.3929 96.3711 13.0714 96.3711 17.7768C96.3711 21.5625 92.6772 24.3661 85.048 24.3661C83.5395 24.3599 82.0375 24.168 80.576 23.7946L80.6029 23.7857ZM79.6816 18.6161C79.6521 18.7484 79.6722 18.8869 79.7381 19.0054C79.8041 19.1239 79.9113 19.2141 80.0394 19.2589C81.5466 19.7167 83.1149 19.9425 84.6903 19.9286C88.6703 19.9286 90.164 18.9018 90.164 17.3125C90.164 15.8661 88.6167 14.6964 85.4863 14.6964C82.5169 14.6964 80.2362 16.4107 79.6816 18.6161Z",fill:"#AC0027"}),C.createElement("path",{d:"M39.2281 31.1875V11.4643C39.2281 11.3151 39.2875 11.172 39.3932 11.0665C39.4988 10.9611 39.6422 10.9018 39.7916 10.9018H45.0328C45.1822 10.9018 45.3255 10.9611 45.4312 11.0665C45.5369 11.172 45.5962 11.3151 45.5962 11.4643V31.1875C45.5962 31.3367 45.5369 31.4798 45.4312 31.5853C45.3255 31.6907 45.1822 31.75 45.0328 31.75H39.7916C39.6422 31.75 39.4988 31.6907 39.3932 31.5853C39.2875 31.4798 39.2281 31.3367 39.2281 31.1875Z",fill:"#AC0027"}),C.createElement("path",{d:"M31.2055 11.2857L26.9481 23.7857C26.9079 23.893 26.8358 23.9855 26.7415 24.0507C26.6472 24.116 26.5352 24.151 26.4204 24.151C26.3057 24.151 26.1937 24.116 26.0994 24.0507C26.0051 23.9855 25.933 23.893 25.8927 23.7857L21.5639 11.2857C21.5264 11.1759 21.4553 11.0806 21.3606 11.0133C21.2659 10.946 21.1524 10.9101 21.0362 10.9107H16.8772C16.7613 10.9114 16.6484 10.9479 16.554 11.015C16.4596 11.0821 16.3882 11.1766 16.3495 11.2857L11.9402 23.7857C11.8999 23.893 11.8278 23.9855 11.7335 24.0507C11.6392 24.116 11.5272 24.151 11.4125 24.151C11.2977 24.151 11.1857 24.116 11.0914 24.0507C10.9971 23.9855 10.925 23.893 10.8848 23.7857L6.66323 11.2857C6.62459 11.1766 6.55319 11.0821 6.45876 11.015C6.36432 10.9479 6.25145 10.9114 6.13554 10.9107H0.56345C0.472531 10.9101 0.382853 10.9318 0.302315 10.9739C0.221777 11.016 0.152849 11.0773 0.101603 11.1523C0.0503558 11.2272 0.0183622 11.3136 0.00843937 11.4039C-0.00148343 11.4941 0.010969 11.5854 0.0447 11.6696L7.61129 31.3839C7.65228 31.4883 7.72355 31.578 7.81598 31.6417C7.90841 31.7053 8.01777 31.7399 8.13004 31.7411H14.3908C14.5013 31.7426 14.6097 31.711 14.7021 31.6506C14.7946 31.5901 14.8668 31.5035 14.9096 31.4018L18.4871 23.0625C18.5316 22.9634 18.6038 22.8793 18.695 22.8203C18.7863 22.7613 18.8927 22.7299 19.0014 22.7299C19.1102 22.7299 19.2166 22.7613 19.3078 22.8203C19.3991 22.8793 19.4713 22.9634 19.5157 23.0625L23.1469 31.4018C23.1891 31.5021 23.26 31.5878 23.3507 31.6481C23.4413 31.7084 23.5478 31.7408 23.6568 31.7411H29.9175C30.0313 31.7417 30.1426 31.7079 30.2368 31.6442C30.331 31.5804 30.4037 31.4897 30.4452 31.3839L37.976 11.6696C38.0075 11.5853 38.0183 11.4946 38.0074 11.4053C37.9965 11.3159 37.9643 11.2305 37.9135 11.1561C37.8627 11.0817 37.7947 11.0206 37.7153 10.9779C37.6359 10.9352 37.5475 10.9122 37.4573 10.9107H31.7332C31.6169 10.9101 31.5035 10.946 31.4088 11.0133C31.3141 11.0806 31.243 11.1759 31.2055 11.2857Z",fill:"#AC0027"})),C.createElement("defs",null,C.createElement("clipPath",{id:"clip0_133_2544"},C.createElement("rect",{width:192,height:40,fill:"white"})))),jse=e=>C.createElement("svg",{width:60,height:32,viewBox:"0 0 60 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",...e},C.createElement("rect",{width:60,height:32,fill:"url(#pattern0)"}),C.createElement("defs",null,C.createElement("pattern",{id:"pattern0",patternContentUnits:"objectBoundingBox",width:1,height:1},C.createElement("use",{xlinkHref:"#image0_920_5256",transform:"translate(0 -0.00675676) scale(0.00337838 0.00633446)"})),C.createElement("image",{id:"image0_920_5256",width:296,height:160,xlinkHref:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASgAAACgCAYAAAC/k/EYAAAMPWlDQ1BJQ0MgUHJvZmlsZQAASImVVwdYU8kWnltSSWiBCEgJvQkivUgJoQUQkCrYCEmAUEIIBBE7uqjgWlARBRu6KmJbCyBrRewugr0viKgo62LBXt4kAXTZV7433zd3/vvPmf+cOXfm3jsAqJ3gSSRZqDoA2eJ8aXSwP2tCYhKL9BhQAB0wgB0g8/h5EnZUVDiAZbD9e3l7AyDy9qqdXOuf/f+1aAiEeXwAkCiIUwR5/GyIDwKAV/Ml0nwAiHLedFq+RI5hBVpSGCDEi+Q4TYmr5ThFifcpbGKjORC3AECm8XjSNABU2yDPKuCnQQ3VPogdxAKRGAA1FsQ+2dk5AoiTIbaCNhKI5fruKT/opP1NM2VIk8dLG8LKuSgKOUCUJ8niTf8/0/G/S3aWbNCHBay0dGlItHzOMG+3MnPC5JgGca84JSISYk2I34sECnuIUWq6LCROaY/q8/M4MGeACbGDgBcQBrE+xEHirIjwAT4lVRTEhRiuELRQlM+NhVgH4kXCvMCYAZtN0pzoAV9ofaqUwx7gz/GkCr9yXw9kmXHsAf1X6ULugD6mWpQemwAxFWKzAlF8BMSqENvnZcaEDdiMLUrnRAzaSGXR8vjNII4WioP9lfpYQao0KHrAvjQ7b3C+2KZ0ETdiAO/PT48NUeYHa+HzFPHDuWBtQjE7blBHmDchfHAuAmFAoHLu2FOhOC5mQOe9JN8/WjkWp0qyogbscRNhVrCcN4HYOa8gZmAsHp8PF6RSH0+V5EfFKuPEizJ4oVHKePDlIBxwQABgARmsKSAHZABRa29DL7xT9gQBHpCCNCCEu1LJDI5IUPSI4TUGFIE/IRKCvKFx/opeISiA/JchVnm1A6mK3gLFiEzwGOJsEAay4L1MMUo85C0ePIKM6B/eebDyYbxZsMr7/z0/yH5n2JAJH2Bkgx5ZaoOWxEBiADGEGES0xvVwH9wLD4dXP1gdcXfcY3Ae3+0JjwnthIeE64QOwu2pomLpsCjHgQ6oHzSQi5Qfc4FbQE0X3B/3hupQGWfiesAOd4Z+2Lgv9OwCWc5A3PKssIZp/20GPzyNATuKAwWljKD4UayGj1S1UXUZUpHn+sf8KGNNGco3Z6hnuH/OD9kXwDZsuCW2CDuAncVOYuexI1gDYGHHsUbsEnZUjodW1yPF6hr0Fq2IJxPqiP7hb/DJyjOZ51Dn0OPwWdmXLyyUv6MBJ0cyXSpKS89nseEXQcjiivn2o1iODo6OAMi/L8rX12um4ruBMC9853JPAOBRCsm07xzPFIDDjwFgvP3Omb6C22Y5AEfb+DJpgZLD5RcCfEuowZ2mCwyBKbCC83EErsAL+IFAEAoiQSxIBFNg9OlwnUvBNDATzAMloAwsB6vBOrARbAE7wG6wHzSAI+AkOAMugjZwHdyFq6cbPAd94C34hCAICaEjDEQXMULMEVvEEXFHfJBAJByJRhKRZCQNESMyZCYyHylDypF1yGakFvkVOYycRM4j7chtpBPpQV4hH1EMpaFaqAFqgY5G3VE2GobGopPRNDQXLUIXoEvRSrQG3YXWoyfRi+h1tAN9jvZjAFPBmJgxZoe5YxwsEkvCUjEpNhsrxSqwGmwP1gSf81WsA+vFPuBEnIGzcDu4gkPwOJyP5+Kz8SX4OnwHXo+34FfxTrwP/0qgE/QJtgRPApcwgZBGmEYoIVQQthEOEU7DvdRNeEskEplES6Ib3IuJxAziDOIS4nriXuIJYjuxi9hPIpF0SbYkb1IkiUfKJ5WQ1pJ2kY6TrpC6Se/JKmQjsiM5iJxEFpOLyRXkneRj5CvkJ+RPFHWKOcWTEkkRUKZTllG2UpoolyndlE9UDaol1ZsaS82gzqNWUvdQT1PvUV+rqKiYqHiojFcRqcxVqVTZp3JOpVPlA02TZkPj0CbRZLSltO20E7TbtNd0Ot2C7kdPoufTl9Jr6afoD+jvVRmq9qpcVYHqHNUq1XrVK6ov1Chq5mpstSlqRWoVagfULqv1qlPULdQ56jz12epV6ofVb6r3azA0xmhEamRrLNHYqXFe46kmSdNCM1BToLlAc4vmKc0uBsYwZXAYfMZ8xlbGaUa3FlHLUourlaFVprVbq1WrT1tT21k7XrtQu0r7qHYHE2NaMLnMLOYy5n7mDebHEQYj2COEIxaP2DPiyoh3OiN1/HSEOqU6e3Wu63zUZekG6mbqrtBt0L2vh+vZ6I3Xm6a3Qe+0Xu9IrZFeI/kjS0fuH3lHH9W30Y/Wn6G/Rf+Sfr+BoUGwgcRgrcEpg15DpqGfYYbhKsNjhj1GDCMfI5HRKqPjRs9Y2iw2K4tVyWph9RnrG4cYy4w3G7cafzKxNIkzKTbZa3LflGrqbppqusq02bTPzMhsnNlMszqzO+YUc3fzdPM15mfN31lYWiRYLLRosHhqqWPJtSyyrLO8Z0W38rXKtaqxumZNtHa3zrReb91mg9q42KTbVNlctkVtXW1Ftutt20cRRnmMEo+qGXXTjmbHtiuwq7PrtGfah9sX2zfYvxhtNjpp9IrRZ0d/dXBxyHLY6nB3jOaY0DHFY5rGvHK0ceQ7Vjlec6I7BTnNcWp0euls6yx03uB8y4XhMs5loUuzyxdXN1ep6x7XHjczt2S3areb7lruUe5L3M95EDz8PeZ4HPH44Onqme+53/MvLzuvTK+dXk/HWo4Vjt06tsvbxJvnvdm7w4flk+yzyafD19iX51vj+9DP1E/gt83vCduancHexX7h7+Av9T/k/47jyZnFORGABQQHlAa0BmoGxgWuC3wQZBKUFlQX1BfsEjwj+EQIISQsZEXITa4Bl8+t5faFuoXOCm0Jo4XFhK0LexhuEy4NbxqHjgsdt3LcvQjzCHFEQySI5EaujLwfZRmVG/XbeOL4qPFV4x9Hj4meGX02hhEzNWZnzNtY/9hlsXfjrOJkcc3xavGT4mvj3yUEJJQndEwYPWHWhIuJeomixMYkUlJ80rak/omBE1dP7J7kMqlk0o3JlpMLJ5+fojcla8rRqWpTeVMPJBOSE5J3Jn/mRfJqeP0p3JTqlD4+h7+G/1zgJ1gl6BF6C8uFT1K9U8tTn6Z5p61M60n3Ta9I7xVxROtELzNCMjZmvMuMzNye+S0rIWtvNjk7OfuwWFOcKW7JMcwpzGmX2EpKJB25nrmrc/ukYdJteUje5LzGfC34I39JZiX7SdZZ4FNQVfB+Wvy0A4UaheLCS9Ntpi+e/qQoqOiXGfgM/ozmmcYz583snMWetXk2MjtldvMc0zkL5nTPDZ67Yx51Xua834sdisuL38xPmN+0wGDB3AVdPwX/VFeiWiItubnQa+HGRfgi0aLWxU6L1y7+WioovVDmUFZR9nkJf8mFn8f8XPnzt6WpS1uXuS7bsJy4XLz8xgrfFTvKNcqLyrtWjltZv4q1qnTVm9VTV5+vcK7YuIa6RramozK8snGt2drlaz+vS193vcq/am+1fvXi6nfrBeuvbPDbsGejwcayjR83iTbd2hy8ub7GoqZiC3FLwZbHW+O3nv3F/ZfabXrbyrZ92S7e3rEjekdLrVtt7U79ncvq0DpZXc+uSbvadgfsbtxjt2fzXubesn1gn2zfs1+Tf72xP2x/8wH3A3sOmh+sPsQ4VFqP1E+v72tIb+hoTGxsPxx6uLnJq+nQb/a/bT9ifKTqqPbRZceoxxYc+3a86Hj/CcmJ3pNpJ7uapzbfPTXh1LWW8S2tp8NOnzsTdObUWfbZ4+e8zx0573n+8AX3Cw0XXS/WX3K5dOh3l98Ptbq21l92u9zY5tHW1D62/dgV3ysnrwZcPXONe+3i9Yjr7Tfibty6Oelmxy3Brae3s26/vFNw59PdufcI90rvq9+veKD/oOYP6z/2drh2HO0M6Lz0MObh3S5+1/NHeY8+dy94TH9c8cToSe1Tx6dHeoJ62p5NfNb9XPL8U2/Jnxp/Vr+wenHwL7+/LvVN6Ot+KX357dWS17qvt79xftPcH9X/4G3220/vSt/rvt/xwf3D2Y8JH598mvaZ9Lnyi/WXpq9hX+99y/72TcKT8hS/AhisaGoqAK+2A0BPhP8O8HxGnag8/ykKojyzKhD4T1h5RlQUVwC2+wEQNxeAcPiPsgFWc4hpsJX/wsf6AdTJaagOntUU50p5IcJzwCZ7OWrrfmgMhhXlmfOHuIe3QK7qDIa3/wJ4vHq9HyUoXwAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAABKKADAAQAAAABAAAAoAAAAAA36gkkAAAkx0lEQVR4Ae1dCZgVxbXuvsMmM4AgGgWN4IaigqjIzOCCYtSHRp+7JoqiMoMa45K8+Ix+LzzjksVEE30sg0o0alxijNEgGhWjMjMoLggq7gQFDCrbLCAwt97/D3PHnsvtrurtbnPO95253VXnnDr1V/XpqurqHtsSEgRcELiwdm2/hOqyu5VIDrYteyDEBtqWtWPSsvrivLdlqVLLtnpayipFHpJbqQR/m9t4g7KsddBZZVn2F0qp5QnLWmYptaSka8knO4zcZtlk207pbdGWv4KAAwH0HSFBwLIueaV5l82bW8rthD0CAWd/Zdn7IAANAjYMOHHR5zD8HoLXQvwusBPq1Z0OKV0oQSsuuAvPrgSowmuzSDyeVNs8sMVSx1oJdYSt7NEIRrtHYji8kVXolLUYeb2UUPY/plWWvhHepFgoVAQkQBVqywXwu6q2cX/LVmdixHIC1IcHMJELleWYRs5WSfuxNX16PvPIvvbGXDghZeYGAQlQucE9a6ViHWmPEjtxvmUlzsqjUVLQ+jehw/61JaHuvnNUr+eDGhG9wkFAAlThtJWxp6e/rbr1a2g6QyWtyzH6ONhYsbAEsX6l7kqokqnTKnsuKyzXxVtTBCRAmSJVAHKT5jbskEzYP4Krl4L5ZK1TENarZiWSiRumj+5Z1ykq3IkqKQGqCBr74lc37NayefONqAqmcZ2aFillXzOjsvTJTo1CEVVeAlQBN+akuvWDklbyFkx1Ti3gakTvum29h31aV00vL50VvXGxmE0EJEBlE+2Iyqqav6qPtbnbb7Ff6YKITBarmQV4+jdxxujSV4u1gsVeLwlQBdbCVXWNP4HLvwBL2xm2HYB60k6qC6eN7rXSUEXE8gQB6eR50hA6N6rnNleoRPJByH1bJyv5mRFQyvrpjMqymzPnSmo+IiABKh9bxeHTZKUSy+ub7kTSBEeyHAZGwP4I7wKeXFNZxtdrjIlbN7Zd13R4wrZ2xJrf69PLe71jrCyCgRGQABUYuvgVJ9U1jEla9qMoqV/8pRmV0AKpFVj7+hwTzLW2pdbhnb01WJBer+xk+zt7trLwTrDdB28Bl6GDbYfj/rio+bJxD6NSsiBk29bN08vLfmpSVPW8poNVUv0dsjuk5FGvh7EIf5Zlo7ZCsSEgASo2aMMZrqpvvBWB4IpwVkJo40kYyn8TwWeRZScXW3Ziib05uXRaZdkXQS5KLuzbm7siSCUG4asGQxDc9kFwGwYP+cpNrgLXO11KEsdNOaTnp25Ite4tK7GJxbbpMrh47p9eUXZOerqcR4eABKjosIzEUtX8pp2sTeoZGNsvEoPmRhCIrGdVMvGi3U3V1xxcusJcNbjkuQtUaWlz48gWZVdgVDMWlvDicnYDlrLV2TPKe3F9byuqqmu6FqO/G7bKaEvAuuCQGaN6v++WL+nhEJAAFQ6/SLWr65vGYXTxNxhtny5FWsDWxp6zlP1IwrKfzJfXRa6sVds0Ws1jMXM6Be6eBM7K9BYjxSnTK0q5A78DTaxtegS+nNYh0XGCJcJTZlT2fMyRJIcRItAlQltiKgQCE2sbr0FwuimECVPVBRgRTG9RyYfuquyDD8nlF91aaa+HR9wJ/iQWs+3quqZj8QWGKkwHT0RabIFbWeoSjJaGlaqex7T50ApMwlY9ZJGpFYqc/JEAlRPYOxY6sb7xHiy1ju+YGukZF7fvxTrKrX6fXkXqhV9jGLpMt6zZUJvdujl1U7dqHF8OHuDXlJm8OrTJbvoArw4dPnVkj4+36KhNsuXMDL04pPC0RSiXCGDj5bMxBqcmXFyTra4bt6upKLugoIJTWqPUHNxvLerwK/BATquQHddj/oF4r3HxxLlNI9NckNMcICBrUDkAnUVeNkt1/7pvE9++HxGDCxsQmG4YUN7z5mL+fG51beNxKmHdhpHhkBgwxMdG7QOTNl8nUj9wsy9rUG7IRJMuU7xocPRlhf+M4Gu7+RUo7e5L0UTYtm7buL70mj8caSNIFTdNryzj9G/v6vqG07Bc9X84bt+nFEXNk7ai/Y1R2BIbwRCQEVQw3AJrVc1f19/aVFKPu3LUwem5hEqcly9P4wIDFEIRi9w/A66TQ5jwrSojKN+Q+VKQNShfcIUT5p6fGIJTA55wnYS1maM7c3Biy9RUlP4vgvTOmN6+HK6lRDtfEJAAlaWW4Dt12zQ3vRTtyMl+dHXv0v4zKkq5d0oICDBII1AdhiA1UQApfAQkQGWpDfHCL3eHR7cgrqzv40I8Tf7LSeYGBDZ3bhlNWYsyS0hqISAgASoLrcR9TihmbCRF4R05XnjYMvBAJPaK2MiW0VTZ/twlXsTVLOqqSYCKuXmxE/q6CPc5PVRTXrZ3Z19r8ttkfIUF7/md61dP5HOPgASoGNug9fG3pX4eTRH2ZCyEnxWNrc5nBZ9WuY/7mlDzhs5X+8KtsQSomNqOO5GxN+fhKMxjBHYen1BFYasz2+C/UUeQ781/U9WZcSikustGzZhayy5Rk7DDOfQ+MwSn/2jbkBiTp8Vtlk9PV9SuH4VvWu2Jj/91SZSo16wW6yFlW+OKu+bFUTsJUDG1I9aKLsT60wa+JR+0CHzo/4jpo3u9GFS/s+vx/wXi6elsfN9zT2KBj+RZ+G/LPODL0+QSsFAeIyBTvBgbh4uz3ESJIvBGvD+S4OQPr3RpfkMcL/0+i/TW4JSWz8AkwSkNlHw8lQAVc6twE2UiqbC72XrDtCisXX1XRk6maGWW67uu8ULkDM6cK6mFgoAEqCy0FP8fGxZnD8TU4jZdcXgcfoH8624dSgb5duu3zg0ERSSfEZAAlcXWwbrUlRwdoUiuf2Qg+1o8Dp+ZIUOS/CKQtFb6VRH5/ENAAlSW24SjI0z5BmC9dn5a0TOxlSAbn/xNK7Y4T+2ElfGfIBRnbYu3VhKgctC2rVO+yrKRjinfAkwBL8iBK0VbJP+xJqfLRVvBTlIx2WaQw4bmlK+qtvFVWyU+yaEbRVs0p8vYzT8PT1InqqS9Mz5xvhmV5UaDKCiBDZ/b4R87fBaFMbEhCAgCgoAgIAgIAoKAICAICAKCgCAgCAgCgoAgIAgIAoKAICAICAKCgCAgCAgCgoAgIAgIAoKAICAICAKCgCBQnAiE/qBaccJiXKuhkOT3ntaBsW9vK+qOFG4OvAX85Va5hZtwBlz/DtjtfbftkMdXee4Ed1Yah4qfDHbDqBfyloF/DY5q8yhMCQkC3yBwDg4ZmHQ87BuVojh6zKDO84qipsErcYcBRisg0yN4EcWvKe/ihWvj9YbqXxvKFYqYSb1NZAqlvkH8NGlzjpxcvmwRpMji05EAVXxtKjUSBIoGAQlQRdOUUhFBoPgQkABVfG0qNRIEigYBCVBF05RSEUGg+BCQAFV8bSo1EgSKBgEJUEXTlFIRQaD4EJAAVXxtKjUSBIoGAQlQRdOUUhFBoPgQkABVfG0qNRIEigYBCVBF05RSEUGg+BCQAFV8bSo1EgSKBgEJUEXTlFIRQaD4EJAAVXxtKjUSBIoGgTD/uJOfidgfPBS8PbgfmN8+WgNeDV4Cfgf8b3A+0rfg1EHgQWD63hPcBOa3nZaDPwK/Dd4Ezkeiz/uBdwfz+0u9wST6/wX4A/ACMOvUmYl9fF/wHuAB4DIwv8XUDF4FXgJ+E8w2z0caDKd4ne0C3hZcCmab8hpbCn4dnEvf6R/x/TaYuPYB80sOxJZ+vdvGmb6XhixvChKg+BGu88FjwQRLR4sg8DT4XvBbGYT5Ya/twW6f5+CF9wo4ky6SfRGD0kTwmWBe3DpqgMDL4L+CHwA3gnNJg1D4eeDvgkeAdSPgDZCpB/8ZfB94LbhQiB39+DZneeNLJ35skf3vefASsJMYhM4CnwIuB/cF64j96xHwDHCub6q8cbKfHgfeFawjXmPsn1PBHCDETUeigHPBR4FN/FsJuWfBfwTPBsdCvDBYkArBjPasXIp4gX0K1tn8TUoh4G9/6N1jUI6XH/xuzx3gfuAUnYoDL51U3pCUQsDfYdB7xrCsVJnpv7zIfw/mhR+WeDGk208/fyFkIbxI021mOp/gKIdtMwXMumaSNU3jhcQ+E4bYZ3Xl8YuaXR2FHIBjfuhPp+eVf73DXtSH42HQ5Hr18o91pp3IaDAsLQB7Feo3jxdb6u7PqYhO/ybIBKUqKOrs+82/rM2ZEwxtBw1QxOhuwzJM68BAexE4DGUjQDEom9SJnx8msU1M5P3IVLdaDvbHNEClrJvIm/rOa4pTwqhoOAy9BzYt30SOyz9DwzrIqZBJYUFkvoRtjqZeMigjaIB61MB2EN+pcys4zhEUOwUxCuqfTu9x2A5K+RSgzkMl2Ba6+gbNZx8KQiYB5802w0/iN6h/bnpcB+KILCxdBQNuZUSRfmlQB6+O2TFWbn0b6yrqN0BxAZ/TSZ3dsPmNKIMjEp0dvyOokwxs6so0yeddrDfYL+VLgCL27EMmdQ0jw0DC9S4/ZBKglsBgnP10Dezv6sfpNNmoR+9ubcAbjC+6BtJuxnKR7idAdYfvUU9Jw9bZT4A6OcvYL0Z5fcB+KF8CVNh28aO/EACxb5mSSYDyU35Q2aD/vOJ+VDRomUH0uHa4FaXWgZwZXMDyExCcuvlw/Dc4wfWLQqRKOP2XLDvO4Mk1QSFvBPZD9hPeInmZewi84oDDD/0Cwt/zoxCB7MWwsZWf6dsMuGjFp11+aQMU3gJ/AuawksPh3cEjwJxuZYsYWI8JUNhy6CwC85dzd257YJDbA5wtKkNBfMztl/hklVOQpW2KO+F3OHjntnOTH3biaeBJJsIFKPMhfOZ0lliVgAeCGXAGgP3QdyDMi/e//SjlgSyXa7h9gmuaOjoTApT3S+9CgfwFmNf/IDCvfx6bEq/fN8Cz3RTmIMPP8Gw+5LlQ7OYE088Ah51n03EdcfThx3fK8qL0Gm3xCeaNYK41+bXtlDeZ4vmd7z8Mn8rBbnQAMvwO009wM5aW/gDOnfXLdPxCmo7fU7ZLJrumaeuhz34zCOxGDORTwH63JRzuZtCRHmaKx5vkTPCZ4IPAfCJHrgBfAV4MNsUhJcfFbh1xqs89YCkd3S8HI9eB6Vsm4uCE8YE3UJ2tVP4SyGacSk/wYYSNz4L9EIeMG8EpR/z8mgSoF33Ypmx/sCkRsAfBfnx2yuoCFDu8U97rmCMBnT2ItBNHxUvAXjZTeQvbtbwP8j1AMXizzUypHwTngFM46H5fNjAcNEDdA9u8sHV0CQR0fjrzTdaifu/DJkdkts5JR74ff6936LUfsuM7K+R2vAJybhGz3ZjLAYfUS8Butt3SdQHqJB8274BsULoUim4+eqUP0RQ4y9AuL7wgxJEsg4+Xj6k83qh0lM8B6jKd8x75fi5Q3Q06SIDiReyHOOVMtZvJr9eSxWDYMh1JXuTHSYfsWEN/OWP5lkOvdShpUsF1UGJFwhDvVkvAJuWlZHQB6mlDezMhF5bYOCm/TH+9AtRBhva4XywM8aayFqzz2aScfA1QQS8cJ66mU23eVLzIb4DS9XG3sjjl07VpKp+zGDfi2lpKzuv3x24GDNOrDcthvdrpURx5OZXK09012g1qDjj3T9k0+fVqPN4VTGxw3p7Q+GWafYthmSm/vAIU65aS8/rdz9Q5DznTznyAhw1m5WOAYkCIgjhtMZ1NsO+5kZ8AxfLC0JtQ9uo7qTyuF7mRSZ1fcFP2mT4H8imf3H7bp6RcGFtloPC4Tyd04tcalJly3itAmc5towqurBc78Xs+/PcKUCadi4v5UVB3GFkGTuHq9nu1prB8C1Bsi6huPqz6yWA3bJzpnPK7kZ8ANcHNiGH6ZZBz+uV2zNFhJhqFRDcdZ/q4TMoB0ngtOu26HQ9lox4C7mtQyHQDGT8it0P4Kz8KLrImT1QWQfdRF/0gyQT0d0EU03Q4XeZoUkd36QQM87+G3D0GskcYyOSTyK/hTDJChx6DrTcM7B1mIKMTWQmBh3VCmvx/aPJT2RyMZKKKTIlpaa/hfFZaWtBTXovvGiiP6gKhfQ0EP4PMbAM5PyJcz/ozmHPSMGTiPztc1MSnepy39wpheB8DXX77ZziYwazUQN5NxEbGUnBvNwFH+lAc8+YV5UXvMB/pYQOs/SVSi1uM0eYIjd1hmnyT7DkQYhuHIS5ffAJmH/EiXu+ZiP1LR1y45qI81zJ5gw5D3MrAdtPRQXTYxLkXIRdHZ30adsMEKK707wXWETtB1LQKBonL8SEMMxDoiEGJj3SzSbuisG+Dl2Sz0IBlsQ3YFlFTnYFBBoT+4C8NZN1E6t0yfKZ/AXldgHIzOcQtw5F+BI7J2aTdeJfkRa6j93UCAfMXBtRLqW2Hg26pE4/fTzzywmS9HkYZujuG1I9Tfac4jUdo+60IbTlNcQrCfXte1AOZYdtwgVcBPvI2+ZBNF+X2n3ykXRigygw8i+sCX4GyvzIo303EZHq1HMpcGI6DloY0aoJ9yCICqzP4FwJ9HJOTHJWtNbDNbTNhiNdAFMRrOQhxhN4ziGIWdHqxUiZTNy6uxkHNMMq5bVDqbqDIOws3oMVBJvNor3JNAqyXfpx5+dpp0+sctg3S7aXON+BgderE49ekD7qp0/eVbplZSue7iW5rU1lywbWYEgYoOqgjExmdjUz5BKZrpgzDNJPgSt+5QBwHcYgfhnRTiDC2O4tumP7jhRGvDZMgHebmxwAVV4D1qluh5CUYIHin0NEOOoGA+X2gRw5KJqMv2t8WHMdCat+gjrfpmXROPuHhVCPMndqPm+wTxIyj20IgPlWKgxicTEa4Jn3Qyz/llZmFPPrPPqbry1yKaQHHNViB6Q60Hc6+YGdc3SE588lumZNDpw6FBc6Bg5LJGgE7GTtxHAFqeFDH2/TWGOjXQuYYMEdrbK9skcmNK1u+eJWzl1dmiLwh0GWg9iJesJ97CRjkxTW6Nyi6VYSzEPbDnTUK/4P8KeBsrpsqdvjFGseYPcpAJoiIyQYxL7v/QiZ5Vy8h5JWDF2hkgmSHxcUEewZBBqdCCRhBcAyjc2gYZQ/dgzzyUlkcVfDxfqETn9Lvp6nEsLb8sCNGTTEdsznPNrlIDoHcHh1VIzk7JaQVRn+TJ4wcgURNR8KgyUZLr3I/8Mpsy+P0+igDuc4qwn7JDYRR0/EGBrnFoRhuHCb98DjUlfEiq8QCXzEs8QJDOVOxEyHIwBeWOAXSEQMhp5NR0hURGHsTNpYb2DnfQCbfRLK5tvKDiCvP6R37p45Mrx2dnVznm1xDnKWclW1HGaA+BL9mUPCVkNFNpQzMtIvc2H4U7uB5Q/VrDOVMxE6CkEkH1tniFoi5OiHknw4eaSBnIsI2jDpYm5Qbpwzb4tQIC+B6iwk9ayJUADIvwkeT9dzLI6zLMNgy2STeWiQvXt7xdPxMq3T4PzMNynL6cpOmSE5TnfJux+M1dkyyOaVgY7qVkSmdd2Q3OgMZmXTS00zucm5lONPnt5XHYf2fwD8Gc7raG2xK1Ev3L/38dVNjLnLswOk2vc7XQX6wiy0/yecYlvuxxuhvDOwsg0xXjR3TbPYPL3yY97iHsQcM9GmD/SUslcNAyld+VuUO8AQw25zr4lsRn3JtBqeUvH5nbqXtL2GKYTlOH3QB6lofNo/2524HaV4AK32UlaqDV4BiAQwWKVmvXzZkGPLqhNyM+w54Bri7ppAHke/lZyrPZKHZrSi/AYpl8iVU9uWgxHWWlO+63+s0hRRagPJT9+9o6u6VzddqVoDd8P0SeQvBVeAOxM7vppSe/g/I9uigrT8pg8gccLotk3NdgOoHu6yYiS3KXAL2S+OgwIvYtAynnC5AXeXD7jS/jkOeU/knDcvgcF9Ht0DAWT+3Y94dbZ0xl/wgAYp+sI1OcLHplVyNTLd6pKfzsTz7nBcVWoBiXV4Cp9fV7fxEr8q75PGGZXqdXpZug5HNz9SlEfI/BusCFfc5XQ1eD3arrC5dF6BgutUXnR1nPi+eSipqiOs1phe3077zWBeg6AJHL04dr2PKcvuBCXHovArsZc+Zx/rqiHc3p47X8aeQvQDMkc22YPazQ8EcgXDk6DaiDRqgUr7Mgu39wDqqgEAtOKVn8st+r6NCDFBsC5P6p2Q42i7TAYF8BnPeWFN6ut85KZvpdzfeRfzeoTdA5zlwPXgpmHeXbcCDwAwAHDp2A4ehm6H8UwMD7GjscH7oXxCeDX4bvBzMqe724L3Bx4JNOjnEPIm23vOU2HKhcmTqh+og/DCYQ2Lux2F79gcPBhN73uW2A5vSzyFoskDMIEa8/FASwhvBXHNx7ka+Eue3gdOJAWpBemKA80XQeRr8PphTQK5xDADvCz4GTKz8EDEntjpigOLI2IvY3waBN3kJGeaZ9P2/wRYf8HgRr/9qL4G0PLbpX8B/B38E5iCnF5j9jv2E15DbTQhZGelgpL6WMQeJ94N1ES7b+Te5OZuWPgTnYUZqcdWLfpnQ9RCKywedXXZwP0R5nU2TfPa3TBR2BGVStl+Zr+HoHpmczZBWiCOoVDVex4FfbKKS52yrnRLtR98cfB+Hdd+cFtQRRyknFpTHHZ3l6OW+jklZOePo62SfJXF4HwVxJFMoxNHHh4XibAg/T4DuyhD6QVXZ93/pVM4UoJh/BNh1iOU0kIfHnCb9Zx76ZerSuRB80FQ4AjkOyQ8Dc/rjh2ZC+GU/Ci6ynAZwypXvxD7FpYDOQMtRydHgr7JY2UdQFvt+B3ILUJsgxXngMx2koz+5FyajWGdI9+xxJBwFbknPiPCcd9I/RGjPaepsnHCKEDdxxMkAwd8gNAFKXIMMQ1yTOiCEgQegG9R/k2J5LfCGzT7VmYj9m2unb2Wh0lNRxhlBy7kOilHNL512Ug7xiZQzPdPxTQGd/xb05hvYz1SmV9qbbf4cbmjbdA2qzWz7zzgcNRqW4eVvprw72ksJd1AO9c0hfZycwQXTNagj23TjWDehTfahIFTIa1Dp9b0VCZn6UNi09bB7anphQc55gc0Dh3WI+jPBfOxI6gJeBtbZJUBhqArKUVzonAaNdzhyDo51vjOfF1tQ6gHF34NNyjGRmQNbHDVFSXwSthhsUn4mmT9lcMY0QDnb4zzY+TKEHynf2FeqM/jkJ4k3gJQ9t98VkGH7RkG8abqVk0oPMwrk0+xagzJSZXn98ob2C7C27gwQJsQh9CgwH6/+F/i7YOejYpx60ofIZSecBl7ukKSjD4L3Aa92pDsPd8FJvTMhwHENdO4BXwS+FMzyTInTxOfBd4IfTlMiLpwGrwIn0/J4ygbgFIEXTVDiFOqH4OvBk8DngfcA+6HPIPwYmPhzxBo1fQKDe4OJ78/AO4NN6BUI3Q1+yETYQIZtTObo/ELwWLCffvou5KeCiRPbLQzxYuZFzRtwJuqDxCXgjZkyA6T9FTp82LHSRXcg0l9yyTNJXgQhXv8Hga8AnwjuDfZDr0H4PjDbfJ2Jom0ilEGmDGljwBXgPcE7gmmLzKBDkJaCuVeGoHwIzifiBc41qgPAg8AEmgEmAW4CM4jS5zfAL4ONwIRctoj+jwHzCdggMPecOPH/CudLwLzgeKHEEZRg1pXKkXMsmDeCAWDiSiKOKVyfxfGnTHShYUg3WZ9kwL7XxQaDwGjwcPBeYPpSCk61Nf1ZAmY5z4HzrZ/CpbylLvCM7UweAv422Intepx/DiamDG68jv4NFhIEigIBBihlwOOLorZSiYwIpO5sGTMlURAQBASBXCIgASqX6EvZgoAg4ImABChPeCRTEBAEcomABKhcoi9lCwKCgCcCEqA84ZFMQUAQyCUCEqByib6ULQgIAp4ISIDyhEcyBQFBIJcISIDKJfpStiAgCHgiIAHKEx7JFAQEgVwiIAEql+hL2V4I8DMsJuTnXTsTeyKTRwjwfRohQSAfEVgLp/iOHN8x3ODiIN+tk/e7XMCRZEFAEBAEBAFBQBAQBAQBQUAQEAQEAUFAEBAEBAFBQBAQBAQBQUAQEAQEAUFAEBAEBAFBQBAQBDoRAtxjIpQDBKrmr+qT2NR1RItKlNlWy4c1lb0X58ANKVIQyGsEJEBluXkueaV5l5aW5C342PbpKNqJ/+eWUjfWVPbivysSyjICk5VKLKtveiKhrIemV5bdm+XipTgXBJwXiIuIJEeFQHVt43HKtp7ytGerutW9ysY8sq+90VNOMiNFoKqu8W4YnLDFqD2xpqL0zkgLEGOBEJB38QLB5l+pel7TwdrgRLPKrui7rpn/AkkoSwggON2CotqCEwtVM5D2yywVL8V4ICABygOcKLNUUv3K3J46FBfIC+byIhkUgbZA9KMM+j+prmt8IkO6JGURAZniZQHsSbVNI5K2ej1AUf+sqSgbE0BPVAwQaAtOP9GIvtOiWg67q7LPKo2cZMeAgIygYgA13WTSTvK/rwahI6rqml7iAm4QZdFxRwDrgbchVxecaGBoiV3yMW8y7tYkJy4EpOPHhazTrrJ2cp76O1aHLq9vWnhh7dp+/vRE2g0BjJzux3rg5W75GdL7cARcVdvAJ69CWURAAlR2wF4ZshjexT+oqm3cP6SdTq1+2SzVnSNSgPC9QEDY9sPQvzaQrigFQkACVCDY/ClhhjbPn0ZG6X7YNfXWxLqGMzLmSqInAtX1DUO/7tu0BE/oDvUU1GaqG7B4/pBWTAQiQUACVCQwehuZMbr0VezJfNlbyizXtuyH2tZPzBREygJe45Wy3wYUO0YDh70wGjtiRYeAPMXTIRRRfvXc5gqVSNZGZI5mFiRU4vhplT2XRWiz6ExxvQmVCjaly4gGdvtX9LouY5YkRo6ABKjIIXU32LrIinUMd4kgOeoSXDBTg2gWs0713IbDVcJ+BHXcIap6YvQ6ZXpF6aVR2RM7egQkQOkxilQCQeoHlm3fHqlRvB6TSJacLqMpy+KWjBX1jdOUZU+MGOPpNeW9JkVqU4xpEZAApYUoegFMO66E1d9Gb7lzTz8m1jecZSt7GnDtEym2tnV3TXnZhZHaFGNGCEiAMoIpeqFYRlJb3FxlK+vKzvRG/sS5TSPthJqB6g+PvKVsJSOnyEE1NygByhyryCVbny7Z1j2RG241aH+klHXFjMrSJ+Oxn3urrfvCbOtWeDI2Fm9s6zaMnDjaFcoRAhKgcgR8qtjq+qZxSqm/p86j/7U/spW6vphGVJPq1o1OWomfA6sjo8er3eLVeA/Sxwve7XpyECECEqAiBDOoqbaXiV+Afu+gNrR6trUGjT21JJGYOuWQnp9q5fNM4Pw5qke3Hs3nYKPlVXBtnzjdU7Y6e0Z5rwfjLENsmyEgAcoMp9il+K4dXmf5JwraL/bCLOufWKe6e1Ny/WN3H7p9QxbKC1zEpLqGMUnLHg8DZ4N7BDZkprjWTthHTx9VOt9MXKTiRkACVNwI+7SPJ3x/gMp5PtWCiregAzyFR/KPJ5T9VD5sUzh3gSrtub75CEtZxytLnYaKRbaPyRMkZc23um08uubgfms95SQzqwhIgMoq3GaFVdc3TsACNz9Bm21ahJHVc8mEqu9S0vWVqSN7fBy3Axw5JuySAxOWXY6ANAbljQbHPVLqWC1ZDO+IRx6dSYDKo8ZwunLxqxt2a9m8eTbS9nSmZ/n4M/xzh7fQSd7Fp4g/sBPWp/gy6KcJpf6948ayVZOPtDdr/cFLcBfM/bKse/de26vNG3dSdmIwknbHWtJe0D0APARcorUTj8AGBOST8QCBOAvlIQISoPKwUZwuYcrH72X/yJmWB8eb4MMX4DWYijXjKwtNON6Mi721PyXxf7TwWsg2CELbIr0U3B/cC5xPNHt9z9LT/jjcpu9CeYqABKg8bRinW1ue8ll4r0xh5CEUEoEN+Pde4/HvvYCnUL4jIAEq31vI4d/E2sZrbNu6yZEkhz4QQGe/v6cqnXhrpb3eh5qI5hABCVA5BD9I0ZPmNuyQTFh4rcM+MYh+J9VZhKeU46dVlr7RSetfsNWWAFWgTdf6f/aSqgbujyjQKmTDbf635h/KdC4bUMdThgSoeHDNmtWJdY1HoxF/hwKHZq3Q/C8I/yJKXSffycr/htJ5KAFKh1CB5F80r+GoRNLm+tSoAnE5DjfxdVF7svzb8jigzY1NCVC5wT22UqvnNQ5XSesaFHBmbIXkn+F52Ft1QzF/uSH/IM+ORxKgsoNz1ktpfbcvUTIBGywvLtLtCU3Ya3WPUi2311T2Xpx1gKXArCAgASorMOe2EC6oWy3qHPyzSo6qdsytN6FK32Bb6imMlv7cfU3po7ePs78OZU2U8x4BCVB530TROtj29Um+hDsOnI0vJ4StwOcw8DQ+gfJEWbJsluxhCgtnYelLgCqs9orU20m1zQOVlRyLkdUYGC4Hx/qdJUPnP0ennA+fXsCi//Oyd8kQtSIVkwBVpA0bpFrcBKps+8Ak9lZhxzpHVwxYu4L7BbGn0dmAN/f+ha82fIROuAgjpDcsW70+Y1Tv9zV6kt2JEJAA1YkaO0hV+SXLku7rdu6iEgOSJdYA/NeUnRC8tsenUfphAR4vAKsyPNrHC8F2dxy3pMpAx8KH8NQmBLzVeKF4NfKxN8laCd3l/CICvr20VL69lEJLft0Q+H8fK+7wEi0bcAAAAABJRU5ErkJggg=="}))),Ise=e=>{const{t}=El();return p.jsxs(ko,{container:!0,children:[p.jsx(ko,{item:!0,xs:12,md:6,children:p.jsxs(ee,{sx:{mx:"5rem",my:"3rem",display:"flex",flexDirection:"column"},children:[p.jsx(ee,{sx:{width:"120px"},children:p.jsx(ws,{component:Pse,inheritViewBox:!0,sx:{width:"192px",height:"40px"}})}),p.jsxs(ee,{sx:{flexDirection:"row",display:"flex",alignItems:"center"},children:[p.jsx(ie,{variant:"body2",sx:{mr:"1rem"},children:t("En partenariat avec")}),p.jsx(ws,{component:jse,inheritViewBox:!0,sx:{width:"60px",height:"32px"}})]}),p.jsx(ie,{component:"h1",variant:"h1",sx:{mt:"3rem"},children:e.title}),p.jsx(ie,{variant:"body2",sx:{mt:"2rem"},children:e.introduction}),p.jsx(st,{variant:"contained",sx:{mt:"2rem",borderBottomLeftRadius:"20px",borderBottomRightRadius:"20px",borderTopLeftRadius:"20px",borderTopRightRadius:"20px",textTransform:"none",fontWeight:"700"},href:"/login",children:t("Commencer à réduire mon empreinte carbone")})]})}),p.jsx(ko,{item:!0,xs:!1,md:6,sx:{backgroundImage:"url('/images/vigneron.jpg')",backgroundRepeat:"no-repeat",backgroundColor:n=>n.palette.mode==="light"?n.palette.grey[50]:n.custom.grey[900],backgroundSize:"cover",backgroundPosition:"center",position:"relative"},children:p.jsx(_7,{style:{borderRadius:"10px",textAlign:"center",width:"60%",left:0,right:0,marginLeft:"auto",marginRight:"auto",position:"absolute",bottom:"10%"},children:p.jsxs(T3,{children:[p.jsxs(ee,{sx:{mb:"1rem",display:"flex",flexDirection:"row"},children:[p.jsx(ie,{variant:"subtitle2",sx:{fontWeight:"bold",mr:"1rem"},children:"Amaury Liemois"}),p.jsxs(ie,{variant:"body2",children:["Bourgogne, Pommard"," "]})]}),p.jsx(ee,{sx:{textAlign:"left"},children:p.jsxs(ie,{variant:"h2",color:"secondary.main",children:["- 46 TCO",p.jsx("sub",{children:"2"})," / an"]})}),p.jsx(ee,{sx:{textAlign:"left"},children:p.jsx(st,{sx:{textTransform:"none",m:"0",p:"0"},children:t("Découvrir son histoire")})})]})})})]})},Mu=e=>{const{text:t,defaultVariant:n,typographyProps:r}=e;return typeof t=="string"?p.jsx(ie,{variant:n,...r,children:t}):t},R8=e=>{const t=de(),{step:n,extra:r={},orientation:o="horizontal",valueFormatterFn:i}=e,{value:s,unit:a,label:c}=n,u=d=>i?i(d):d.toLocaleString();return p.jsxs(ee,{sx:{width:"100%",display:"flex",flexDirection:"column",gap:"4px",...r},children:[p.jsx(ee,{sx:{display:"flex",flexDirection:"column"},children:p.jsx(Mu,{text:c,defaultVariant:"body-bold",typographyProps:{textAlign:o==="vertical"?"left":"center"}})}),p.jsxs(ee,{sx:{display:"flex",flexDirection:"row",justifyContent:o==="horizontal"?"center":"flex-start",alignItems:"baseline",gap:"8px",zIndex:2},children:[s===null?p.jsx(Tl,{size:4,icon:"empty",boxProps:{sx:{borderRadius:"3px",backgroundColor:t.custom.grey[400],color:t.custom.grey[1400]}}}):p.jsx(ie,{variant:"h2",children:u(s)}),p.jsx(ie,{variant:"body-medium",sx:{color:"#A3A2A0"},children:a})]}),e.children]})},kE=z(ko)(({theme:e})=>({border:`1px solid ${e.custom.grey[500]}`,borderRadius:e.spacing(2),position:"relative",background:"white",zIndex:3})),Lse=z(ee)(({orientation:e="horizontal"})=>({position:"absolute",left:e==="horizontal"?"100%":"50%",top:e==="horizontal"?"50%":"100%",transform:"translate(-50%, -50%)",whiteSpace:"nowrap",zIndex:3})),Ase=z(ee)(({orientation:e="horizontal"})=>({position:"absolute",left:"100%",top:"50%",transform:"translate(-50%, -50%)",whiteSpace:"nowrap",zIndex:3})),Rse=z(ko)({display:"flex",flexDirection:"column"}),Dse=z(ko)(({theme:e})=>({display:"flex",justifyContent:"center",alignItems:"center",flexDirection:"column",gap:e.spacing(2)})),PE=e=>{const t=de(),{fullHeight:n,valueFormatterFn:r}=e;return p.jsx(R8,{...e,valueFormatterFn:r,extra:{padding:e.orientation==="vertical"?t.spacing(2.5,3):n?t.spacing(4,6):t.spacing(3,6),borderBottom:n?"inherit":`1px solid ${t.custom.grey[500]}`,borderRight:e.orientation==="vertical"?"":`1px solid ${t.custom.grey[500]}`,borderRadius:t.spacing(2),marginBottom:`-${t.spacing(1.5)}`,boxShadow:"0px 4px 20px rgba(81, 78, 78, 0.12)",background:t.custom.grey.gradientLight,position:"relative",zIndex:1,textAlign:e.orientation==="vertical"?"left":"center",height:n?"100%":"inherit",justifyContent:n?"center":"inherit",...e.extra},orientation:e.orientation,children:e.children})},jE=e=>{const t=de(),{valueFormatterFn:n}=e;return p.jsx(R8,{...e,valueFormatterFn:n,extra:{padding:e.orientation==="vertical"?t.spacing(4.5,3):t.spacing(3,6),backgroundColor:"white",borderRadius:`0 0 ${t.spacing(2)} ${t.spacing(2)}`,borderRight:e.orientation==="vertical"?"":`1px solid ${t.custom.grey[500]}`,boxShadow:"0px 4px 20px rgba(81, 78, 78, 0.12)",paddingTop:t.spacing(4),paddingBottom:t.spacing(2),position:"relative",zIndex:0,textAlign:e.orientation==="vertical"?"left":"center"},orientation:e.orientation,children:e.children})},IE=e=>{const{value:t,comparedTo:n,improvement:r}=e;if(!(t===null||n===null))return p.jsx(K3,{layout:{size:"M",direction:"horizontal"},disableText:!0,currentValue:t,comparedTo:{value:n,unit:"",label:""},improvement:r})},LE=({currentValue:e,targetValue:t,orientation:n,improvement:r})=>p.jsx(Lse,{orientation:n,children:p.jsx(IE,{value:t,comparedTo:e,improvement:r})}),Vse=({currentValue:e,targetValue:t,orientation:n,improvement:r})=>p.jsx(Ase,{orientation:n,children:p.jsx(IE,{value:t,comparedTo:e,improvement:r})}),Nse=e=>{const t=de(),{color:n,completionPercent:r,label:o,noObjectiveLabel:i,outsideContainer:s}=e,a=c=>new Intl.NumberFormat(void 0,{style:"percent",minimumFractionDigits:0,maximumFractionDigits:0}).format(c/100);return p.jsxs(ee,{sx:{borderRadius:t.spacing(1),padding:t.spacing(.5,1),margin:s?t.spacing(2,0):t.spacing(.5,5),backgroundColor:n.secondary,position:"relative",zIndex:1,display:"flex",justifyContent:"center",alignItems:"center",gap:t.spacing(1)},children:[p.jsx(ee,{display:"flex",alignItems:"center",children:p.jsx(bt,{icon:"target",size:3})}),p.jsx(ee,{sx:{gap:t.spacing(.5)},children:r!==null?p.jsxs(p.Fragment,{children:[p.jsxs(ie,{variant:"body-bold",children:[a(r)," "]}),p.jsx(ie,{variant:"caption",color:t.custom.grey[1400],children:o})]}):p.jsx(ie,{variant:"body-medium",color:t.custom.grey[1400],children:i})})]})},AE=e=>{const t=de(),{completionPercent:n,color:r,label:o,noObjectiveLabel:i}=e,s=a=>new Intl.NumberFormat(void 0,{style:"percent",minimumFractionDigits:0,maximumFractionDigits:0}).format(a/100);return p.jsxs(ee,{sx:{display:"flex",alignItems:"center",justifyContent:"center",width:"100%",gap:t.spacing(1),marginTop:t.spacing(2)},children:[p.jsx(ee,{display:"flex",alignItems:"center",children:p.jsx(bt,{icon:"target",size:8})}),p.jsxs(ee,{sx:{display:"flex",flexDirection:"column",gap:t.spacing(1),width:"100%"},children:[p.jsx(ee,{sx:{display:"flex",alignItems:"center",gap:t.spacing(.5)},children:n!==null?p.jsxs(ee,{lineHeight:"0px",sx:{marginBottom:t.spacing(.25)},children:[p.jsxs(ie,{variant:"big-bold",children:[s(n)," "]}),p.jsx(ie,{variant:"caption",color:t.custom.grey[1400],children:o})]}):p.jsx(ie,{variant:"body-medium",color:t.custom.grey[1400],children:i})}),n!==null&&p.jsx(ee,{sx:{height:t.spacing(1.75),backgroundColor:r.secondary,borderRadius:t.spacing(1),position:"relative",overflow:"hidden"},children:p.jsx(ee,{sx:{position:"absolute",left:0,top:0,height:"100%",width:`${n}%`,backgroundColor:r.primary,borderRadius:t.spacing(1),transition:"width 0.3s ease-in-out"}})})]})]})},D8=e=>{const{orientation:t,...n}=e,r=de(),o=RE(e.completionPercent,r);return t==="horizontal"?p.jsx(Nse,{...n,color:o}):p.jsx(AE,{...n,color:o})},RE=(e,t)=>{if(e===null){const n=j8.palette.primary[50]||"#EDF9FA";return{primary:n,secondary:n}}return e<=30?{primary:t.custom.red[600],secondary:t.custom.red[100]}:e>30&&e<=70?{primary:t.custom.orange[500],secondary:t.custom.orange[50]}:{primary:t.custom.green[600],secondary:t.custom.green[100]}},_se=e=>{var a;const{steps:t,textOptions:n,improvement:r,completionPercentage:o,valueFormatterFn:i}=e,s=t.endWithoutAction===void 0;return p.jsxs(p.Fragment,{children:[p.jsxs(kE,{container:!0,children:[p.jsxs(Rse,{item:!0,xs:6,children:[p.jsx(PE,{step:t.start,isLast:!1,fullHeight:!t.endWithoutAction,valueFormatterFn:i,children:t.endWithAction&&p.jsx(LE,{targetValue:t.endWithAction.value,currentValue:t.start.value,orientation:"horizontal",improvement:r})}),t.endWithoutAction&&p.jsx(jE,{step:t.endWithoutAction,isLast:!1,valueFormatterFn:i,children:t.endWithAction&&p.jsx(Vse,{targetValue:t.endWithAction.value,currentValue:(a=t.endWithoutAction)==null?void 0:a.value,orientation:"horizontal",improvement:r,completionPercent:o})})]}),p.jsxs(Dse,{item:!0,xs:6,children:[t.endWithAction&&p.jsx(R8,{step:t.endWithAction,isLast:!0,valueFormatterFn:i}),s===!1&&p.jsx(D8,{label:n.goalStep,noObjectiveLabel:n.noGoalLabel,orientation:"horizontal",improvement:r,completionPercent:o,valueFormatterFn:i})]})]}),s===!0&&p.jsx(D8,{label:n.goalStep,noObjectiveLabel:n.noGoalLabel,orientation:"horizontal",improvement:r,outsideContainer:!0,completionPercent:o,valueFormatterFn:i})]})},$se=e=>{const{steps:t,textOptions:n,improvement:r,completionPercentage:o,valueFormatterFn:i}=e,s=de(),a=t.endWithoutAction===void 0,c=t.endWithoutAction===void 0?t.start:t.endWithoutAction;return p.jsxs(p.Fragment,{children:[p.jsxs(kE,{container:!0,sx:{background:a?s.palette.primary[50]:void 0},children:[p.jsx(PE,{step:c,isLast:!1,orientation:"vertical",valueFormatterFn:i,children:p.jsx(LE,{targetValue:t.endWithAction.value,currentValue:c.value,orientation:"vertical",improvement:r})}),p.jsx(jE,{step:t.endWithAction,isLast:!0,orientation:"vertical",valueFormatterFn:i})]}),o!==null&&p.jsx(D8,{label:n.goalStep,noObjectiveLabel:n.noGoalLabel,orientation:"vertical",improvement:r,completionPercent:o,valueFormatterFn:i})]})},Hse=e=>{const{position:t,goal:n=null,unit:r="",textOptions:o={startingStep:"",targetWithoutPlanStep:"",targetWithPlanStep:"",goalStep:""},steps:i,improvement:s,valueFormatterFn:a}=e,c=Fse(n,i),u={start:{value:i.start,label:o.startingStep,unit:r},endWithAction:{label:o.targetWithPlanStep,value:i.endWithAction,unit:r},endWithoutAction:i.endWithoutAction===void 0?void 0:{value:i.endWithoutAction,unit:r,label:o.targetWithoutPlanStep}};if(t==="vertical")return p.jsx(ee,{children:p.jsx($se,{improvement:s,steps:u,completionPercentage:c,textOptions:o,valueFormatterFn:a})});if(t==="horizontal")return p.jsx(ee,{sx:{width:"100%"},children:p.jsx(_se,{improvement:s,steps:u,completionPercentage:c,textOptions:o,valueFormatterFn:a})})},Fse=(e,t)=>{if(e===null)return null;const{start:n,endWithAction:r,endWithoutAction:o}=t,i=o===void 0?V8(e,n):V8(o,e);if(i===null)return null;const s=V8(o??n,r);if(s===null)return null;const a=Bse({partial:s,total:i});return Math.round(a)},Bse=e=>{const{partial:t,total:n}=e;return n===0?0:t/n*100},V8=(e,t)=>e===null||t===null?null:e-t,zse=e=>{const{children:t,anchor:n,setAnchor:r,paperOverrides:o}=e,i=!!n;return p.jsx(Mi,{open:i,anchorEl:n,onClose:()=>r(null),anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"left"},slotProps:{paper:{sx:{borderRadius:"12px",boxShadow:"0px 4px 20px 0px rgba(81, 78, 78, 0.12)",...o}}},children:t})};function sf(e){return e.variant==="themed"?p.jsx(DE,{...e}):e.variant==="headless"?p.jsx(_8,{...e}):p.jsx(_8,{...e,variant:"themed"})}const N8={leftside:{anchorPosition:"left",anchorIndicatorPosition:"calc(100% - (1.5 * 30px))"},rightside:{anchorPosition:"right",anchorIndicatorPosition:"15px"},center:{anchorPosition:"center",anchorIndicatorPosition:"calc(50% - (30px / 2))"}};function DE(e){const t=de(),n=e.anchorPosition?N8[e.anchorPosition].anchorPosition:"right",r=e.anchorPosition?N8[e.anchorPosition].anchorIndicatorPosition:"15px";return p.jsxs(Mi,{open:e.open,anchorEl:e.anchor,onClose:e.onClose,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:n,vertical:"bottom"},slotProps:{paper:{sx:{padding:"24px 20px",borderRadius:"12px",marginTop:1.5,overflow:"visible",boxShadow:"0px 4px 20px 0px rgba(81, 78, 78, 0.12)",border:`1px solid ${t.custom.grey[500]}`,transform:n==="center"?"translateX(50%) !important":"none","&:before":{content:'""',display:"block",position:"absolute",top:"-15px",right:r,width:0,height:0,borderLeft:"15px solid transparent",borderRight:"15px solid transparent",borderBottom:`15px solid ${t.custom.grey[500]}`,zIndex:-1},"&:after":{content:'""',display:"block",position:"absolute",top:-14,right:r,width:0,height:0,borderLeft:"15px solid transparent",borderRight:"15px solid transparent",borderBottom:"15px solid #fff",zIndex:0}}}},sx:e.sx,children:[e.showCloseButton&&p.jsx(Bt,{disableRipple:!0,sx:{padding:"0",position:"absolute",right:"8px",top:"8px",background:"tranparent",width:"16px",height:"16px","&:hover":{background:"transparent"}},onClick:e.onClose,children:p.jsx(X3,{})}),e.children]})}function _8(e){const t=e.anchorPosition?N8[e.anchorPosition].anchorPosition:"right";return p.jsx(Mi,{open:e.open,anchorEl:e.anchor,onClose:e.onClose,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:t,vertical:"bottom"},slotProps:{paper:{sx:{borderRadius:"12px",...e.paperProps}}},sx:e.sx,children:e.children})}const Eu=e=>{const{buttonOptions:t,defaultOptions:n}=e;return typeof t=="object"&&"label"in t?p.jsx(st,{onClick:t.onClick,...n,children:t.label}):t},Wse=e=>p.jsxs(ee,{component:"div",sx:{background:"white",width:e.width??"376px",borderRadius:"12px",border:"1px solid #E7E6E4",boxShadow:"0px 4px 20px 0px rgba(81, 78, 78, 0.12)"},children:[p.jsxs(fe,{direction:"row",useFlexGap:!0,alignItems:"center",justifyContent:"space-between",sx:{padding:"18px 16px"},children:[e.headerIcon??p.jsx(Roe,{}),p.jsx(ie,{variant:"h4",sx:{height:"24px"},children:e.headerText}),p.jsx(Bt,{sx:{padding:"0"},onClick:e.onClose,children:p.jsx(X3,{})})]}),p.jsx(vr,{}),p.jsx(ee,{sx:{padding:"24px",height:"420px",overflow:"auto"},children:e.children}),e.bottomActions&&p.jsx(Zse,{onCancel:e.onCancel,onValidate:e.onValidate,validateLabel:e.validateLabel,cancelLabel:e.cancelLabel})]}),Zse=e=>{const{t}=El();return p.jsxs(p.Fragment,{children:[p.jsx(vr,{}),p.jsxs(fe,{direction:"row",useFlexGap:!0,justifyContent:"space-between",alignItems:"center",sx:{padding:"20px 32px"},children:[p.jsx(Eu,{defaultOptions:{variant:"text"},buttonOptions:{onClick:()=>e.onCancel&&e.onCancel(),label:e.cancelLabel||t("Annuler")}}),p.jsx(Eu,{defaultOptions:{variant:"primary"},buttonOptions:{onClick:()=>e.onValidate&&e.onValidate(),label:e.validateLabel||t("Valider")}})]})]})};function VE(e){const t=de(),{content:n,onChange:r,defaultIndex:o,...i}=e,[s,a]=L.useState(o??0);return p.jsx(jo,{borderRadius:"12px",boxShadow:"0 4px 20px 0 rgba(81, 78, 78, 0.12)",padding:"24px 28px",...i,children:p.jsx(fe,{gap:"24px",children:n.map((c,u)=>p.jsxs(fe,{gap:"16px",children:[p.jsxs(fe,{gap:"16px",children:[c.header&&p.jsx(ie,{variant:"h5",children:c.header}),p.jsx(fe,{gap:"12px",children:c.options.map((d,f)=>{const h=d.id===s;return p.jsxs(fe,{direction:"row",alignItems:"center",gap:"6px",sx:{cursor:d.disabled?"default":"pointer","&:hover > span":{color:h?t.palette.primary[600]:t.custom.grey[1500]}},onClick:()=>{d.disabled||(a(d.id),d.onClick&&d.onClick(d,c))||r==null||r(d,c)},children:[p.jsx(ie,{variant:"body",sx:{color:d.disabled?t.custom.grey[1500]:h?t.palette.primary[600]:t.custom.grey[2800],fontWeight:h?600:500},children:d.label}),h&&p.jsx(Toe,{sx:{color:t.palette.primary[600],width:"16px",height:"16px"}})]},`option-${f}`)})})]}),u<n.length-1&&p.jsx(vr,{color:t.custom.grey[500]})]},`${u}-option-popover`))})})}const Use=e=>{const{size:t,icon:n,body:r}=e,[o,i]=L.useState(null),s=()=>{i(null)},a=u=>{i(u.currentTarget)},c=!!o;return p.jsxs("div",{style:{position:"relative",width:"20px",height:"20px"},onMouseEnter:a,onMouseLeave:s,children:[n,p.jsx(Mi,{sx:{pointerEvents:"none",left:"-2.375rem",top:"9px"},open:c,anchorEl:o,anchorOrigin:{vertical:"bottom",horizontal:"center"},slotProps:{paper:{sx:{position:"relative",top:"10px",width:t,borderRadius:"12px",boxShadow:"0px 4px 20px 0px rgba(81, 78, 78, 0.12)",border:"1px solid #E7E6E4",overflow:"visible",backgroundColor:"#FFFFFF","&:before":{content:'""',position:"absolute",top:18/2*-1,left:28,width:18,height:18,borderTop:"1px solid #E7E6E4",borderRight:"1px solid #E7E6E4",backgroundColor:"#FFFFFF",transform:"rotate(-45deg)"}}}},children:r})]})},Ou=e=>{const{size:t,icon:n,body:r,leftPosition:o}=e,[i,s]=L.useState(null),a=()=>{s(null)},c=d=>{s(d.currentTarget)},u=!!i;return p.jsxs("div",{style:{position:"relative"},onMouseEnter:c,onMouseLeave:a,children:[n,p.jsx(Mi,{sx:{pointerEvents:"none",left:"-2.375rem",top:"9px"},open:u,anchorEl:i,disableAutoFocus:!0,anchorOrigin:{vertical:"bottom",horizontal:"center"},slotProps:{paper:{sx:{position:"relative",top:"10px",width:t,borderRadius:"12px",boxShadow:"0px 4px 20px 0px rgba(81, 78, 78, 0.12)",border:"1px solid #E7E6E4",overflow:"visible",backgroundColor:"#FFFFFF","&:before":{content:'""',position:"absolute",top:18/2*-1,left:o||28,width:18,height:18,borderTop:"1px solid #E7E6E4",borderRight:"1px solid #E7E6E4",backgroundColor:"#FFFFFF",transform:"rotate(-45deg)"}}}},children:r})]})},qse=e=>{const{content:t,x:n,y:r,open:o,setOpen:i,transformOrigin:s,paperOverrides:a}=e,c=de();return p.jsx(Mi,{anchorReference:"anchorPosition",anchorPosition:{top:r,left:n},open:o,onClose:()=>i(!1),transformOrigin:s||{vertical:"center",horizontal:"center"},slotProps:{paper:{sx:{padding:"24px 20px",borderRadius:"12px",marginTop:1.5,overflow:"visible",boxShadow:"0px 4px 20px 0px rgba(81, 78, 78, 0.12)",border:`1px solid ${c.custom.grey[500]}`,...a}}},children:t})},NE=e=>({"&:hover":{backgroundColor:e.custom.grey[600]},"&:active":{backgroundColor:e.custom.grey[1e3]},transition:"ease-in-out 0.2s all",borderRadius:e.spacing(2),display:"flex",alignItems:"center"}),Gse=e=>{const{selectedItem:t,disabled:n}=e,r=de();return p.jsxs(fe,{sx:{...n?{}:NE(r),padding:r.spacing(0,1),marginLeft:r.spacing(-1),justifyContent:"space-between",gap:r.spacing(1),flexDirection:"row"},children:[p.jsx(ie,{variant:"body",sx:{color:r.custom.grey[2500]},children:t==null?void 0:t.label}),!n&&p.jsx(bt,{size:1,icon:"arrowDownShort"})]})},Kse=()=>{const e=de();return p.jsx(ee,{sx:{...NE(e),width:e.spacing(4),height:e.spacing(4),justifyContent:"center"},children:p.jsx(bt,{size:2,icon:"arrowDownShort"})})},$8=e=>{const{optionsProps:t,selectedItem:n,setSelectedItem:r,variant:o="primary"}=e,[i,s]=L.useState(null),a=!!i,c=h=>{s(a?null:h.currentTarget)},u=h=>{var m;r(Number(h.id));const g=Number(h.id);(m=t.onChange)==null||m.call(t,g),s(null)},d=!t.content,f={onClick:c,sx:{cursor:"pointer"}};return p.jsxs(p.Fragment,{children:[p.jsxs(fe,{direction:"row",alignItems:"center",gap:"4px",...d?{}:f,children:[o==="primary"&&p.jsx(Gse,{selectedItem:n,disabled:d}),o==="secondary"&&p.jsx(Kse,{})]}),a&&p.jsx(zse,{anchor:i,setAnchor:s,paperOverrides:void 0,children:p.jsx(VE,{content:t.content,onChange:u,defaultIndex:n==null?void 0:n.id,minWidth:"287px"})})]})},_E=(e,t)=>({padding:t.noExtraSpacing?"none":e.spacing(2,4),justifyContent:"space-between"}),Yse=(e,t)=>({..._E(e,t),padding:e.spacing(2,2),paddingLeft:e.spacing(3),paddingBottom:e.spacing(2),gap:"4px",display:"flex",flexDirection:"row",alignItems:"center",width:"100%"}),$E=e=>{const{selectedItem:t,optionsProps:n,variant:r,orientation:o,extraStyle:i}=e,s=de();return p.jsxs(fe,{sx:_E(s,i),flexDirection:o==="horizontal"?"row":"column",divider:o==="horizontal"&&p.jsx(ee,{sx:{borderLeft:`1px solid ${s.custom.grey[500]}`,height:"100%",marginInline:s.spacing()}}),children:[p.jsx(fe,{gap:s.spacing(1),children:p.jsx(ie,{variant:"h3",children:t==null?void 0:t.group})}),p.jsx($8,{selectedItem:t,setSelectedItem:e.setSelectedItem,optionsProps:n,variant:r,orientation:o})]})},Xse=e=>{const{selectedItem:t,optionsProps:n,variant:r,orientation:o,extraStyle:i}=e,s=de();return p.jsxs(fe,{sx:Yse(s,i),children:[p.jsxs(ee,{children:[p.jsx(ie,{variant:"h3",children:t==null?void 0:t.group}),p.jsx(ie,{variant:"body",children:t==null?void 0:t.label})]}),p.jsx($8,{selectedItem:t,setSelectedItem:e.setSelectedItem,optionsProps:n,variant:r,orientation:o})]})},Jse={noExtraSpacing:!1},HE=e=>{const{selectedItemId:t,options:n,variant:r="primary",orientation:o="vertical",extraStyle:i={}}=e,s={...Jse,...i},a=Object.groupBy(n,h=>h.group),c={content:Object.entries(a).flatMap(([h,g])=>g?[{header:h,options:g}]:[]),onChange:()=>{}},[u,d]=L.useState(null),f=h=>{const g=n.find(m=>m.id===h);d(g??null)};return L.useEffect(()=>{if(t===void 0){if(n.length>0){d(n[0]);return}return}f(t)},[t,n,f]),p.jsxs(fe,{flexDirection:"row",justifyContent:"space-between",position:"relative",children:[r==="primary"&&p.jsx($E,{selectedItem:u,setSelectedItem:f,optionsProps:c,orientation:o,variant:r,extraStyle:s}),r==="secondary"&&o==="vertical"&&p.jsx(Xse,{selectedItem:u,setSelectedItem:f,optionsProps:c,orientation:o,variant:r,extraStyle:s}),r==="secondary"&&o==="horizontal"&&p.jsx($E,{selectedItem:u,setSelectedItem:f,optionsProps:c,orientation:o,variant:"primary",extraStyle:s})]})},Qse=e=>{const{header:t,children:n,seeMoreText:r="Voir plus de détail",soonAvailableText:o,disableFooter:i=!1}=e,s=de();return p.jsxs(jo,{sx:{flex:"0 0 calc(33.33% - 14px)",minWidth:"fit-content"},children:[p.jsxs(ee,{sx:{height:"70%"},children:[p.jsx(fe,{sx:{...t.variant==="secondary"&&{backgroundColor:s.custom.grey[200],borderTopLeftRadius:s.spacing(2),borderTopRightRadius:s.spacing(2),borderBottom:`1px solid ${s.custom.grey[500]}`}},children:p.jsx(HE,{...t})}),p.jsx(fe,{padding:"28px 32px",paddingBottom:"37px",gap:"40px",children:n})]}),i===!1&&p.jsxs(fe,{direction:"row",alignItems:"center",gap:s.spacing(3.5),padding:s.spacing(3.5,4),borderTop:`1px solid ${s.custom.grey[500]}`,children:[p.jsx(st,{variant:"ternary",endIcon:p.jsx(bt,{size:2,icon:"arrowRight"}),disabled:e.moreDetailAction===void 0,onClick:e.moreDetailAction,sx:{width:"100%",justifyContent:"space-between",fontWeight:700},children:r}),o!==void 0&&p.jsx(RM,{soonAvailableText:o})]})]})},eae=e=>{const{children:t,hidden:n=null,defaultVisible:r=!0,seeMoreText:o,seeLessText:i}=e,s=de(),[a,c]=L.useState(r),u=a?{icon:p.jsx(bt,{size:2,icon:"arrowUpShort"}),label:i}:{icon:p.jsx(bt,{size:2,icon:"arrowDownShort"}),label:o};return p.jsxs(fe,{padding:s.spacing(4),gap:s.spacing(3),border:`1px solid ${s.custom.grey[500]}`,borderRadius:"12px",height:"content-fit",children:[t,a&&n,n!==null&&p.jsx(fe,{flexDirection:"row",justifyContent:"center",children:p.jsx(st,{variant:"text",endIcon:u.icon,onClick:()=>c(!a),children:u.label})})]})},ac=(e,t=0,n=1)=>F8(B8(t,e),n),H8=e=>{e._clipped=!1,e._unclipped=e.slice(0);for(let t=0;t<=3;t++)t<3?((e[t]<0||e[t]>255)&&(e._clipped=!0),e[t]=ac(e[t],0,255)):t===3&&(e[t]=ac(e[t],0,1));return e},FE={};for(let e of["Boolean","Number","String","Function","Array","Date","RegExp","Undefined","Null"])FE[`[object ${e}]`]=e.toLowerCase();function Nt(e){return FE[Object.prototype.toString.call(e)]||"object"}const _t=(e,t=null)=>e.length>=3?Array.prototype.slice.call(e):Nt(e[0])=="object"&&t?t.split("").filter(n=>e[0][n]!==void 0).map(n=>e[0][n]):e[0],af=e=>{if(e.length<2)return null;const t=e.length-1;return Nt(e[t])=="string"?e[t].toLowerCase():null},{PI:lf,min:F8,max:B8}=Math,Ps=lf*2,z8=lf/3,tae=lf/180,nae=180/lf,wt={format:{},autodetect:[]};let Be=class{constructor(...t){const n=this;if(Nt(t[0])==="object"&&t[0].constructor&&t[0].constructor===this.constructor)return t[0];let r=af(t),o=!1;if(!r){o=!0,wt.sorted||(wt.autodetect=wt.autodetect.sort((i,s)=>s.p-i.p),wt.sorted=!0);for(let i of wt.autodetect)if(r=i.test(...t),r)break}if(wt.format[r]){const i=wt.format[r].apply(null,o?t:t.slice(0,-1));n._rgb=H8(i)}else throw new Error("unknown format: "+t);n._rgb.length===3&&n._rgb.push(1)}toString(){return Nt(this.hex)=="function"?this.hex():`[${this._rgb.join(",")}]`}};const rae="2.6.0",Tt=(...e)=>new Tt.Color(...e);Tt.Color=Be,Tt.version=rae;const oae=(...e)=>{e=_t(e,"cmyk");const[t,n,r,o]=e,i=e.length>4?e[4]:1;return o===1?[0,0,0,i]:[t>=1?0:255*(1-t)*(1-o),n>=1?0:255*(1-n)*(1-o),r>=1?0:255*(1-r)*(1-o),i]},{max:BE}=Math,iae=(...e)=>{let[t,n,r]=_t(e,"rgb");t=t/255,n=n/255,r=r/255;const o=1-BE(t,BE(n,r)),i=o<1?1/(1-o):0,s=(1-t-o)*i,a=(1-n-o)*i,c=(1-r-o)*i;return[s,a,c,o]};Be.prototype.cmyk=function(){return iae(this._rgb)},Tt.cmyk=(...e)=>new Be(...e,"cmyk"),wt.format.cmyk=oae,wt.autodetect.push({p:2,test:(...e)=>{if(e=_t(e,"cmyk"),Nt(e)==="array"&&e.length===4)return"cmyk"}});const W8=e=>Math.round(e*100)/100,sae=(...e)=>{const t=_t(e,"hsla");let n=af(e)||"lsa";return t[0]=W8(t[0]||0),t[1]=W8(t[1]*100)+"%",t[2]=W8(t[2]*100)+"%",n==="hsla"||t.length>3&&t[3]<1?(t[3]=t.length>3?t[3]:1,n="hsla"):t.length=3,`${n}(${t.join(",")})`},zE=(...e)=>{e=_t(e,"rgba");let[t,n,r]=e;t/=255,n/=255,r/=255;const o=F8(t,n,r),i=B8(t,n,r),s=(i+o)/2;let a,c;return i===o?(a=0,c=Number.NaN):a=s<.5?(i-o)/(i+o):(i-o)/(2-i-o),t==i?c=(n-r)/(i-o):n==i?c=2+(r-t)/(i-o):r==i&&(c=4+(t-n)/(i-o)),c*=60,c<0&&(c+=360),e.length>3&&e[3]!==void 0?[c,a,s,e[3]]:[c,a,s]},{round:Z8}=Math,aae=(...e)=>{const t=_t(e,"rgba");let n=af(e)||"rgb";return n.substr(0,3)=="hsl"?sae(zE(t),n):(t[0]=Z8(t[0]),t[1]=Z8(t[1]),t[2]=Z8(t[2]),(n==="rgba"||t.length>3&&t[3]<1)&&(t[3]=t.length>3?t[3]:1,n="rgba"),`${n}(${t.slice(0,n==="rgb"?3:4).join(",")})`)},{round:U8}=Math,q8=(...e)=>{e=_t(e,"hsl");const[t,n,r]=e;let o,i,s;if(n===0)o=i=s=r*255;else{const a=[0,0,0],c=[0,0,0],u=r<.5?r*(1+n):r+n-r*n,d=2*r-u,f=t/360;a[0]=f+1/3,a[1]=f,a[2]=f-1/3;for(let h=0;h<3;h++)a[h]<0&&(a[h]+=1),a[h]>1&&(a[h]-=1),6*a[h]<1?c[h]=d+(u-d)*6*a[h]:2*a[h]<1?c[h]=u:3*a[h]<2?c[h]=d+(u-d)*(2/3-a[h])*6:c[h]=d;[o,i,s]=[U8(c[0]*255),U8(c[1]*255),U8(c[2]*255)]}return e.length>3?[o,i,s,e[3]]:[o,i,s,1]},WE=/^rgb\(\s*(-?\d+),\s*(-?\d+)\s*,\s*(-?\d+)\s*\)$/,ZE=/^rgba\(\s*(-?\d+),\s*(-?\d+)\s*,\s*(-?\d+)\s*,\s*([01]|[01]?\.\d+)\)$/,UE=/^rgb\(\s*(-?\d+(?:\.\d+)?)%,\s*(-?\d+(?:\.\d+)?)%\s*,\s*(-?\d+(?:\.\d+)?)%\s*\)$/,qE=/^rgba\(\s*(-?\d+(?:\.\d+)?)%,\s*(-?\d+(?:\.\d+)?)%\s*,\s*(-?\d+(?:\.\d+)?)%\s*,\s*([01]|[01]?\.\d+)\)$/,GE=/^hsl\(\s*(-?\d+(?:\.\d+)?),\s*(-?\d+(?:\.\d+)?)%\s*,\s*(-?\d+(?:\.\d+)?)%\s*\)$/,KE=/^hsla\(\s*(-?\d+(?:\.\d+)?),\s*(-?\d+(?:\.\d+)?)%\s*,\s*(-?\d+(?:\.\d+)?)%\s*,\s*([01]|[01]?\.\d+)\)$/,{round:YE}=Math,G8=e=>{e=e.toLowerCase().trim();let t;if(wt.format.named)try{return wt.format.named(e)}catch{}if(t=e.match(WE)){const n=t.slice(1,4);for(let r=0;r<3;r++)n[r]=+n[r];return n[3]=1,n}if(t=e.match(ZE)){const n=t.slice(1,5);for(let r=0;r<4;r++)n[r]=+n[r];return n}if(t=e.match(UE)){const n=t.slice(1,4);for(let r=0;r<3;r++)n[r]=YE(n[r]*2.55);return n[3]=1,n}if(t=e.match(qE)){const n=t.slice(1,5);for(let r=0;r<3;r++)n[r]=YE(n[r]*2.55);return n[3]=+n[3],n}if(t=e.match(GE)){const n=t.slice(1,4);n[1]*=.01,n[2]*=.01;const r=q8(n);return r[3]=1,r}if(t=e.match(KE)){const n=t.slice(1,4);n[1]*=.01,n[2]*=.01;const r=q8(n);return r[3]=+t[4],r}};G8.test=e=>WE.test(e)||ZE.test(e)||UE.test(e)||qE.test(e)||GE.test(e)||KE.test(e),Be.prototype.css=function(e){return aae(this._rgb,e)},Tt.css=(...e)=>new Be(...e,"css"),wt.format.css=G8,wt.autodetect.push({p:5,test:(e,...t)=>{if(!t.length&&Nt(e)==="string"&&G8.test(e))return"css"}}),wt.format.gl=(...e)=>{const t=_t(e,"rgba");return t[0]*=255,t[1]*=255,t[2]*=255,t},Tt.gl=(...e)=>new Be(...e,"gl"),Be.prototype.gl=function(){const e=this._rgb;return[e[0]/255,e[1]/255,e[2]/255,e[3]]};const{floor:lae}=Math,cae=(...e)=>{e=_t(e,"hcg");let[t,n,r]=e,o,i,s;r=r*255;const a=n*255;if(n===0)o=i=s=r;else{t===360&&(t=0),t>360&&(t-=360),t<0&&(t+=360),t/=60;const c=lae(t),u=t-c,d=r*(1-n),f=d+a*(1-u),h=d+a*u,g=d+a;switch(c){case 0:[o,i,s]=[g,h,d];break;case 1:[o,i,s]=[f,g,d];break;case 2:[o,i,s]=[d,g,h];break;case 3:[o,i,s]=[d,f,g];break;case 4:[o,i,s]=[h,d,g];break;case 5:[o,i,s]=[g,d,f];break}}return[o,i,s,e.length>3?e[3]:1]},uae=(...e)=>{const[t,n,r]=_t(e,"rgb"),o=F8(t,n,r),i=B8(t,n,r),s=i-o,a=s*100/255,c=o/(255-s)*100;let u;return s===0?u=Number.NaN:(t===i&&(u=(n-r)/s),n===i&&(u=2+(r-t)/s),r===i&&(u=4+(t-n)/s),u*=60,u<0&&(u+=360)),[u,a,c]};Be.prototype.hcg=function(){return uae(this._rgb)},Tt.hcg=(...e)=>new Be(...e,"hcg"),wt.format.hcg=cae,wt.autodetect.push({p:1,test:(...e)=>{if(e=_t(e,"hcg"),Nt(e)==="array"&&e.length===3)return"hcg"}});const dae=/^#?([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/,fae=/^#?([A-Fa-f0-9]{8}|[A-Fa-f0-9]{4})$/,XE=e=>{if(e.match(dae)){(e.length===4||e.length===7)&&(e=e.substr(1)),e.length===3&&(e=e.split(""),e=e[0]+e[0]+e[1]+e[1]+e[2]+e[2]);const t=parseInt(e,16),n=t>>16,r=t>>8&255,o=t&255;return[n,r,o,1]}if(e.match(fae)){(e.length===5||e.length===9)&&(e=e.substr(1)),e.length===4&&(e=e.split(""),e=e[0]+e[0]+e[1]+e[1]+e[2]+e[2]+e[3]+e[3]);const t=parseInt(e,16),n=t>>24&255,r=t>>16&255,o=t>>8&255,i=Math.round((t&255)/255*100)/100;return[n,r,o,i]}throw new Error(`unknown hex color: ${e}`)},{round:cf}=Math,JE=(...e)=>{let[t,n,r,o]=_t(e,"rgba"),i=af(e)||"auto";o===void 0&&(o=1),i==="auto"&&(i=o<1?"rgba":"rgb"),t=cf(t),n=cf(n),r=cf(r);let a="000000"+(t<<16|n<<8|r).toString(16);a=a.substr(a.length-6);let c="0"+cf(o*255).toString(16);switch(c=c.substr(c.length-2),i.toLowerCase()){case"rgba":return`#${a}${c}`;case"argb":return`#${c}${a}`;default:return`#${a}`}};Be.prototype.hex=function(e){return JE(this._rgb,e)},Tt.hex=(...e)=>new Be(...e,"hex"),wt.format.hex=XE,wt.autodetect.push({p:4,test:(e,...t)=>{if(!t.length&&Nt(e)==="string"&&[3,4,5,6,7,8,9].indexOf(e.length)>=0)return"hex"}});const{cos:lc}=Math,pae=(...e)=>{e=_t(e,"hsi");let[t,n,r]=e,o,i,s;return isNaN(t)&&(t=0),isNaN(n)&&(n=0),t>360&&(t-=360),t<0&&(t+=360),t/=360,t<1/3?(s=(1-n)/3,o=(1+n*lc(Ps*t)/lc(z8-Ps*t))/3,i=1-(s+o)):t<2/3?(t-=1/3,o=(1-n)/3,i=(1+n*lc(Ps*t)/lc(z8-Ps*t))/3,s=1-(o+i)):(t-=2/3,i=(1-n)/3,s=(1+n*lc(Ps*t)/lc(z8-Ps*t))/3,o=1-(i+s)),o=ac(r*o*3),i=ac(r*i*3),s=ac(r*s*3),[o*255,i*255,s*255,e.length>3?e[3]:1]},{min:hae,sqrt:gae,acos:mae}=Math,vae=(...e)=>{let[t,n,r]=_t(e,"rgb");t/=255,n/=255,r/=255;let o;const i=hae(t,n,r),s=(t+n+r)/3,a=s>0?1-i/s:0;return a===0?o=NaN:(o=(t-n+(t-r))/2,o/=gae((t-n)*(t-n)+(t-r)*(n-r)),o=mae(o),r>n&&(o=Ps-o),o/=Ps),[o*360,a,s]};Be.prototype.hsi=function(){return vae(this._rgb)},Tt.hsi=(...e)=>new Be(...e,"hsi"),wt.format.hsi=pae,wt.autodetect.push({p:2,test:(...e)=>{if(e=_t(e,"hsi"),Nt(e)==="array"&&e.length===3)return"hsi"}}),Be.prototype.hsl=function(){return zE(this._rgb)},Tt.hsl=(...e)=>new Be(...e,"hsl"),wt.format.hsl=q8,wt.autodetect.push({p:2,test:(...e)=>{if(e=_t(e,"hsl"),Nt(e)==="array"&&e.length===3)return"hsl"}});const{floor:bae}=Math,Cae=(...e)=>{e=_t(e,"hsv");let[t,n,r]=e,o,i,s;if(r*=255,n===0)o=i=s=r;else{t===360&&(t=0),t>360&&(t-=360),t<0&&(t+=360),t/=60;const a=bae(t),c=t-a,u=r*(1-n),d=r*(1-n*c),f=r*(1-n*(1-c));switch(a){case 0:[o,i,s]=[r,f,u];break;case 1:[o,i,s]=[d,r,u];break;case 2:[o,i,s]=[u,r,f];break;case 3:[o,i,s]=[u,d,r];break;case 4:[o,i,s]=[f,u,r];break;case 5:[o,i,s]=[r,u,d];break}}return[o,i,s,e.length>3?e[3]:1]},{min:yae,max:xae}=Math,wae=(...e)=>{e=_t(e,"rgb");let[t,n,r]=e;const o=yae(t,n,r),i=xae(t,n,r),s=i-o;let a,c,u;return u=i/255,i===0?(a=Number.NaN,c=0):(c=s/i,t===i&&(a=(n-r)/s),n===i&&(a=2+(r-t)/s),r===i&&(a=4+(t-n)/s),a*=60,a<0&&(a+=360)),[a,c,u]};Be.prototype.hsv=function(){return wae(this._rgb)},Tt.hsv=(...e)=>new Be(...e,"hsv"),wt.format.hsv=Cae,wt.autodetect.push({p:2,test:(...e)=>{if(e=_t(e,"hsv"),Nt(e)==="array"&&e.length===3)return"hsv"}});const lo={Kn:18,Xn:.95047,Yn:1,Zn:1.08883,t0:.137931034,t1:.206896552,t2:.12841855,t3:.008856452},{pow:Sae}=Math,QE=(...e)=>{e=_t(e,"lab");const[t,n,r]=e;let o,i,s,a,c,u;return i=(t+16)/116,o=isNaN(n)?i:i+n/500,s=isNaN(r)?i:i-r/200,i=lo.Yn*Y8(i),o=lo.Xn*Y8(o),s=lo.Zn*Y8(s),a=K8(3.2404542*o-1.5371385*i-.4985314*s),c=K8(-.969266*o+1.8760108*i+.041556*s),u=K8(.0556434*o-.2040259*i+1.0572252*s),[a,c,u,e.length>3?e[3]:1]},K8=e=>255*(e<=.00304?12.92*e:1.055*Sae(e,1/2.4)-.055),Y8=e=>e>lo.t1?e*e*e:lo.t2*(e-lo.t0),{pow:eO}=Math,tO=(...e)=>{const[t,n,r]=_t(e,"rgb"),[o,i,s]=Tae(t,n,r),a=116*i-16;return[a<0?0:a,500*(o-i),200*(i-s)]},X8=e=>(e/=255)<=.04045?e/12.92:eO((e+.055)/1.055,2.4),J8=e=>e>lo.t3?eO(e,1/3):e/lo.t2+lo.t0,Tae=(e,t,n)=>{e=X8(e),t=X8(t),n=X8(n);const r=J8((.4124564*e+.3575761*t+.1804375*n)/lo.Xn),o=J8((.2126729*e+.7151522*t+.072175*n)/lo.Yn),i=J8((.0193339*e+.119192*t+.9503041*n)/lo.Zn);return[r,o,i]};Be.prototype.lab=function(){return tO(this._rgb)},Tt.lab=(...e)=>new Be(...e,"lab"),wt.format.lab=QE,wt.autodetect.push({p:2,test:(...e)=>{if(e=_t(e,"lab"),Nt(e)==="array"&&e.length===3)return"lab"}});const{sin:Mae,cos:Eae}=Math,nO=(...e)=>{let[t,n,r]=_t(e,"lch");return isNaN(r)&&(r=0),r=r*tae,[t,Eae(r)*n,Mae(r)*n]},rO=(...e)=>{e=_t(e,"lch");const[t,n,r]=e,[o,i,s]=nO(t,n,r),[a,c,u]=QE(o,i,s);return[a,c,u,e.length>3?e[3]:1]},Oae=(...e)=>{const t=_t(e,"hcl").reverse();return rO(...t)},{sqrt:kae,atan2:Pae,round:jae}=Math,oO=(...e)=>{const[t,n,r]=_t(e,"lab"),o=kae(n*n+r*r);let i=(Pae(r,n)*nae+360)%360;return jae(o*1e4)===0&&(i=Number.NaN),[t,o,i]},iO=(...e)=>{const[t,n,r]=_t(e,"rgb"),[o,i,s]=tO(t,n,r);return oO(o,i,s)};Be.prototype.lch=function(){return iO(this._rgb)},Be.prototype.hcl=function(){return iO(this._rgb).reverse()},Tt.lch=(...e)=>new Be(...e,"lch"),Tt.hcl=(...e)=>new Be(...e,"hcl"),wt.format.lch=rO,wt.format.hcl=Oae,["lch","hcl"].forEach(e=>wt.autodetect.push({p:2,test:(...t)=>{if(t=_t(t,e),Nt(t)==="array"&&t.length===3)return e}}));const cc={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",laserlemon:"#ffff54",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrod:"#fafad2",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",maroon2:"#7f0000",maroon3:"#b03060",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",purple2:"#7f007f",purple3:"#a020f0",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};Be.prototype.name=function(){const e=JE(this._rgb,"rgb");for(let t of Object.keys(cc))if(cc[t]===e)return t.toLowerCase();return e},wt.format.named=e=>{if(e=e.toLowerCase(),cc[e])return XE(cc[e]);throw new Error("unknown color name: "+e)},wt.autodetect.push({p:5,test:(e,...t)=>{if(!t.length&&Nt(e)==="string"&&cc[e.toLowerCase()])return"named"}});const Iae=e=>{if(Nt(e)=="number"&&e>=0&&e<=16777215){const t=e>>16,n=e>>8&255,r=e&255;return[t,n,r,1]}throw new Error("unknown num color: "+e)},Lae=(...e)=>{const[t,n,r]=_t(e,"rgb");return(t<<16)+(n<<8)+r};Be.prototype.num=function(){return Lae(this._rgb)},Tt.num=(...e)=>new Be(...e,"num"),wt.format.num=Iae,wt.autodetect.push({p:5,test:(...e)=>{if(e.length===1&&Nt(e[0])==="number"&&e[0]>=0&&e[0]<=16777215)return"num"}});const{round:sO}=Math;Be.prototype.rgb=function(e=!0){return e===!1?this._rgb.slice(0,3):this._rgb.slice(0,3).map(sO)},Be.prototype.rgba=function(e=!0){return this._rgb.slice(0,4).map((t,n)=>n<3?e===!1?t:sO(t):t)},Tt.rgb=(...e)=>new Be(...e,"rgb"),wt.format.rgb=(...e)=>{const t=_t(e,"rgba");return t[3]===void 0&&(t[3]=1),t},wt.autodetect.push({p:3,test:(...e)=>{if(e=_t(e,"rgba"),Nt(e)==="array"&&(e.length===3||e.length===4&&Nt(e[3])=="number"&&e[3]>=0&&e[3]<=1))return"rgb"}});const{log:uf}=Math,aO=e=>{const t=e/100;let n,r,o;return t<66?(n=255,r=t<6?0:-155.25485562709179-.44596950469579133*(r=t-2)+104.49216199393888*uf(r),o=t<20?0:-254.76935184120902+.8274096064007395*(o=t-10)+115.67994401066147*uf(o)):(n=351.97690566805693+.114206453784165*(n=t-55)-40.25366309332127*uf(n),r=325.4494125711974+.07943456536662342*(r=t-50)-28.0852963507957*uf(r),o=255),[n,r,o,1]},{round:Aae}=Math,Rae=(...e)=>{const t=_t(e,"rgb"),n=t[0],r=t[2];let o=1e3,i=4e4;const s=.4;let a;for(;i-o>s;){a=(i+o)*.5;const c=aO(a);c[2]/c[0]>=r/n?i=a:o=a}return Aae(a)};Be.prototype.temp=Be.prototype.kelvin=Be.prototype.temperature=function(){return Rae(this._rgb)},Tt.temp=Tt.kelvin=Tt.temperature=(...e)=>new Be(...e,"temp"),wt.format.temp=wt.format.kelvin=wt.format.temperature=aO;const{pow:df,sign:Dae}=Math,lO=(...e)=>{e=_t(e,"lab");const[t,n,r]=e,o=df(t+.3963377774*n+.2158037573*r,3),i=df(t-.1055613458*n-.0638541728*r,3),s=df(t-.0894841775*n-1.291485548*r,3);return[255*Q8(4.0767416621*o-3.3077115913*i+.2309699292*s),255*Q8(-1.2684380046*o+2.6097574011*i-.3413193965*s),255*Q8(-.0041960863*o-.7034186147*i+1.707614701*s),e.length>3?e[3]:1]};function Q8(e){const t=Math.abs(e);return t>.0031308?(Dae(e)||1)*(1.055*df(t,1/2.4)-.055):e*12.92}const{cbrt:eh,pow:Vae,sign:Nae}=Math,cO=(...e)=>{const[t,n,r]=_t(e,"rgb"),[o,i,s]=[th(t/255),th(n/255),th(r/255)],a=eh(.4122214708*o+.5363325363*i+.0514459929*s),c=eh(.2119034982*o+.6806995451*i+.1073969566*s),u=eh(.0883024619*o+.2817188376*i+.6299787005*s);return[.2104542553*a+.793617785*c-.0040720468*u,1.9779984951*a-2.428592205*c+.4505937099*u,.0259040371*a+.7827717662*c-.808675766*u]};function th(e){const t=Math.abs(e);return t<.04045?e/12.92:(Nae(e)||1)*Vae((t+.055)/1.055,2.4)}Be.prototype.oklab=function(){return cO(this._rgb)},Tt.oklab=(...e)=>new Be(...e,"oklab"),wt.format.oklab=lO,wt.autodetect.push({p:3,test:(...e)=>{if(e=_t(e,"oklab"),Nt(e)==="array"&&e.length===3)return"oklab"}});const _ae=(...e)=>{e=_t(e,"lch");const[t,n,r]=e,[o,i,s]=nO(t,n,r),[a,c,u]=lO(o,i,s);return[a,c,u,e.length>3?e[3]:1]},$ae=(...e)=>{const[t,n,r]=_t(e,"rgb"),[o,i,s]=cO(t,n,r);return oO(o,i,s)};Be.prototype.oklch=function(){return $ae(this._rgb)},Tt.oklch=(...e)=>new Be(...e,"oklch"),wt.format.oklch=_ae,wt.autodetect.push({p:3,test:(...e)=>{if(e=_t(e,"oklch"),Nt(e)==="array"&&e.length===3)return"oklch"}}),Be.prototype.alpha=function(e,t=!1){return e!==void 0&&Nt(e)==="number"?t?(this._rgb[3]=e,this):new Be([this._rgb[0],this._rgb[1],this._rgb[2],e],"rgb"):this._rgb[3]},Be.prototype.clipped=function(){return this._rgb._clipped||!1},Be.prototype.darken=function(e=1){const t=this,n=t.lab();return n[0]-=lo.Kn*e,new Be(n,"lab").alpha(t.alpha(),!0)},Be.prototype.brighten=function(e=1){return this.darken(-e)},Be.prototype.darker=Be.prototype.darken,Be.prototype.brighter=Be.prototype.brighten,Be.prototype.get=function(e){const[t,n]=e.split("."),r=this[t]();if(n){const o=t.indexOf(n)-(t.substr(0,2)==="ok"?2:0);if(o>-1)return r[o];throw new Error(`unknown channel ${n} in mode ${t}`)}else return r};const{pow:Hae}=Math,Fae=1e-7,Bae=20;Be.prototype.luminance=function(e,t="rgb"){if(e!==void 0&&Nt(e)==="number"){if(e===0)return new Be([0,0,0,this._rgb[3]],"rgb");if(e===1)return new Be([255,255,255,this._rgb[3]],"rgb");let n=this.luminance(),r=Bae;const o=(s,a)=>{const c=s.interpolate(a,.5,t),u=c.luminance();return Math.abs(e-u)<Fae||!r--?c:u>e?o(s,c):o(c,a)},i=(n>e?o(new Be([0,0,0]),this):o(this,new Be([255,255,255]))).rgb();return new Be([...i,this._rgb[3]])}return zae(...this._rgb.slice(0,3))};const zae=(e,t,n)=>(e=nh(e),t=nh(t),n=nh(n),.2126*e+.7152*t+.0722*n),nh=e=>(e/=255,e<=.03928?e/12.92:Hae((e+.055)/1.055,2.4)),Pr={},ku=(e,t,n=.5,...r)=>{let o=r[0]||"lrgb";if(!Pr[o]&&!r.length&&(o=Object.keys(Pr)[0]),!Pr[o])throw new Error(`interpolation mode ${o} is not defined`);return Nt(e)!=="object"&&(e=new Be(e)),Nt(t)!=="object"&&(t=new Be(t)),Pr[o](e,t,n).alpha(e.alpha()+n*(t.alpha()-e.alpha()))};Be.prototype.mix=Be.prototype.interpolate=function(e,t=.5,...n){return ku(this,e,t,...n)},Be.prototype.premultiply=function(e=!1){const t=this._rgb,n=t[3];return e?(this._rgb=[t[0]*n,t[1]*n,t[2]*n,n],this):new Be([t[0]*n,t[1]*n,t[2]*n,n],"rgb")},Be.prototype.saturate=function(e=1){const t=this,n=t.lch();return n[1]+=lo.Kn*e,n[1]<0&&(n[1]=0),new Be(n,"lch").alpha(t.alpha(),!0)},Be.prototype.desaturate=function(e=1){return this.saturate(-e)},Be.prototype.set=function(e,t,n=!1){const[r,o]=e.split("."),i=this[r]();if(o){const s=r.indexOf(o)-(r.substr(0,2)==="ok"?2:0);if(s>-1){if(Nt(t)=="string")switch(t.charAt(0)){case"+":i[s]+=+t;break;case"-":i[s]+=+t;break;case"*":i[s]*=+t.substr(1);break;case"/":i[s]/=+t.substr(1);break;default:i[s]=+t}else if(Nt(t)==="number")i[s]=t;else throw new Error("unsupported value for Color.set");const a=new Be(i,r);return n?(this._rgb=a._rgb,this):a}throw new Error(`unknown channel ${o} in mode ${r}`)}else return i},Be.prototype.tint=function(e=.5,...t){return ku(this,"white",e,...t)},Be.prototype.shade=function(e=.5,...t){return ku(this,"black",e,...t)};const Wae=(e,t,n)=>{const r=e._rgb,o=t._rgb;return new Be(r[0]+n*(o[0]-r[0]),r[1]+n*(o[1]-r[1]),r[2]+n*(o[2]-r[2]),"rgb")};Pr.rgb=Wae;const{sqrt:rh,pow:uc}=Math,Zae=(e,t,n)=>{const[r,o,i]=e._rgb,[s,a,c]=t._rgb;return new Be(rh(uc(r,2)*(1-n)+uc(s,2)*n),rh(uc(o,2)*(1-n)+uc(a,2)*n),rh(uc(i,2)*(1-n)+uc(c,2)*n),"rgb")};Pr.lrgb=Zae;const Uae=(e,t,n)=>{const r=e.lab(),o=t.lab();return new Be(r[0]+n*(o[0]-r[0]),r[1]+n*(o[1]-r[1]),r[2]+n*(o[2]-r[2]),"lab")};Pr.lab=Uae;const dc=(e,t,n,r)=>{let o,i;r==="hsl"?(o=e.hsl(),i=t.hsl()):r==="hsv"?(o=e.hsv(),i=t.hsv()):r==="hcg"?(o=e.hcg(),i=t.hcg()):r==="hsi"?(o=e.hsi(),i=t.hsi()):r==="lch"||r==="hcl"?(r="hcl",o=e.hcl(),i=t.hcl()):r==="oklch"&&(o=e.oklch().reverse(),i=t.oklch().reverse());let s,a,c,u,d,f;(r.substr(0,1)==="h"||r==="oklch")&&([s,c,d]=o,[a,u,f]=i);let h,g,m,v;return!isNaN(s)&&!isNaN(a)?(a>s&&a-s>180?v=a-(s+360):a<s&&s-a>180?v=a+360-s:v=a-s,g=s+n*v):isNaN(s)?isNaN(a)?g=Number.NaN:(g=a,(d==1||d==0)&&r!="hsv"&&(h=u)):(g=s,(f==1||f==0)&&r!="hsv"&&(h=c)),h===void 0&&(h=c+n*(u-c)),m=d+n*(f-d),r==="oklch"?new Be([m,h,g],r):new Be([g,h,m],r)},uO=(e,t,n)=>dc(e,t,n,"lch");Pr.lch=uO,Pr.hcl=uO;const qae=(e,t,n)=>{const r=e.num(),o=t.num();return new Be(r+n*(o-r),"num")};Pr.num=qae;const Gae=(e,t,n)=>dc(e,t,n,"hcg");Pr.hcg=Gae;const Kae=(e,t,n)=>dc(e,t,n,"hsi");Pr.hsi=Kae;const Yae=(e,t,n)=>dc(e,t,n,"hsl");Pr.hsl=Yae;const Xae=(e,t,n)=>dc(e,t,n,"hsv");Pr.hsv=Xae;const Jae=(e,t,n)=>{const r=e.oklab(),o=t.oklab();return new Be(r[0]+n*(o[0]-r[0]),r[1]+n*(o[1]-r[1]),r[2]+n*(o[2]-r[2]),"oklab")};Pr.oklab=Jae;const Qae=(e,t,n)=>dc(e,t,n,"oklch");Pr.oklch=Qae;const{pow:oh,sqrt:ih,PI:sh,cos:dO,sin:fO,atan2:ele}=Math,tle=(e,t="lrgb",n=null)=>{const r=e.length;n||(n=Array.from(new Array(r)).map(()=>1));const o=r/n.reduce(function(f,h){return f+h});if(n.forEach((f,h)=>{n[h]*=o}),e=e.map(f=>new Be(f)),t==="lrgb")return nle(e,n);const i=e.shift(),s=i.get(t),a=[];let c=0,u=0;for(let f=0;f<s.length;f++)if(s[f]=(s[f]||0)*n[0],a.push(isNaN(s[f])?0:n[0]),t.charAt(f)==="h"&&!isNaN(s[f])){const h=s[f]/180*sh;c+=dO(h)*n[0],u+=fO(h)*n[0]}let d=i.alpha()*n[0];e.forEach((f,h)=>{const g=f.get(t);d+=f.alpha()*n[h+1];for(let m=0;m<s.length;m++)if(!isNaN(g[m]))if(a[m]+=n[h+1],t.charAt(m)==="h"){const v=g[m]/180*sh;c+=dO(v)*n[h+1],u+=fO(v)*n[h+1]}else s[m]+=g[m]*n[h+1]});for(let f=0;f<s.length;f++)if(t.charAt(f)==="h"){let h=ele(u/a[f],c/a[f])/sh*180;for(;h<0;)h+=360;for(;h>=360;)h-=360;s[f]=h}else s[f]=s[f]/a[f];return d/=r,new Be(s,t).alpha(d>.99999?1:d,!0)},nle=(e,t)=>{const n=e.length,r=[0,0,0,0];for(let o=0;o<e.length;o++){const i=e[o],s=t[o]/n,a=i._rgb;r[0]+=oh(a[0],2)*s,r[1]+=oh(a[1],2)*s,r[2]+=oh(a[2],2)*s,r[3]+=a[3]*s}return r[0]=ih(r[0]),r[1]=ih(r[1]),r[2]=ih(r[2]),r[3]>.9999999&&(r[3]=1),new Be(H8(r))},{pow:rle}=Math;function ff(e){let t="rgb",n=Tt("#ccc"),r=0,o=[0,1],i=[],s=[0,0],a=!1,c=[],u=!1,d=0,f=1,h=!1,g={},m=!0,v=1;const b=function(E){if(E=E||["#fff","#000"],E&&Nt(E)==="string"&&Tt.brewer&&Tt.brewer[E.toLowerCase()]&&(E=Tt.brewer[E.toLowerCase()]),Nt(E)==="array"){E.length===1&&(E=[E[0],E[0]]),E=E.slice(0);for(let O=0;O<E.length;O++)E[O]=Tt(E[O]);i.length=0;for(let O=0;O<E.length;O++)i.push(O/(E.length-1))}return T(),c=E},y=function(E){if(a!=null){const O=a.length-1;let P=0;for(;P<O&&E>=a[P];)P++;return P-1}return 0};let w=E=>E,x=E=>E;const S=function(E,O){let P,k;if(O==null&&(O=!1),isNaN(E)||E===null)return n;O?k=E:a&&a.length>2?k=y(E)/(a.length-2):f!==d?k=(E-d)/(f-d):k=1,k=x(k),O||(k=w(k)),v!==1&&(k=rle(k,v)),k=s[0]+k*(1-s[0]-s[1]),k=ac(k,0,1);const j=Math.floor(k*1e4);if(m&&g[j])P=g[j];else{if(Nt(c)==="array")for(let I=0;I<i.length;I++){const A=i[I];if(k<=A){P=c[I];break}if(k>=A&&I===i.length-1){P=c[I];break}if(k>A&&k<i[I+1]){k=(k-A)/(i[I+1]-A),P=Tt.interpolate(c[I],c[I+1],k,t);break}}else Nt(c)==="function"&&(P=c(k));m&&(g[j]=P)}return P};var T=()=>g={};b(e);const M=function(E){const O=Tt(S(E));return u&&O[u]?O[u]():O};return M.classes=function(E){if(E!=null){if(Nt(E)==="array")a=E,o=[E[0],E[E.length-1]];else{const O=Tt.analyze(o);E===0?a=[O.min,O.max]:a=Tt.limits(O,"e",E)}return M}return a},M.domain=function(E){if(!arguments.length)return o;d=E[0],f=E[E.length-1],i=[];const O=c.length;if(E.length===O&&d!==f)for(let P of Array.from(E))i.push((P-d)/(f-d));else{for(let P=0;P<O;P++)i.push(P/(O-1));if(E.length>2){const P=E.map((j,I)=>I/(E.length-1)),k=E.map(j=>(j-d)/(f-d));k.every((j,I)=>P[I]===j)||(x=j=>{if(j<=0||j>=1)return j;let I=0;for(;j>=k[I+1];)I++;const A=(j-k[I])/(k[I+1]-k[I]);return P[I]+A*(P[I+1]-P[I])})}}return o=[d,f],M},M.mode=function(E){return arguments.length?(t=E,T(),M):t},M.range=function(E,O){return b(E),M},M.out=function(E){return u=E,M},M.spread=function(E){return arguments.length?(r=E,M):r},M.correctLightness=function(E){return E==null&&(E=!0),h=E,T(),h?w=function(O){const P=S(0,!0).lab()[0],k=S(1,!0).lab()[0],j=P>k;let I=S(O,!0).lab()[0];const A=P+(k-P)*O;let D=I-A,N=0,_=1,Z=20;for(;Math.abs(D)>.01&&Z-- >0;)(function(){return j&&(D*=-1),D<0?(N=O,O+=(_-O)*.5):(_=O,O+=(N-O)*.5),I=S(O,!0).lab()[0],D=I-A})();return O}:w=O=>O,M},M.padding=function(E){return E!=null?(Nt(E)==="number"&&(E=[E,E]),s=E,M):s},M.colors=function(E,O){arguments.length<2&&(O="hex");let P=[];if(arguments.length===0)P=c.slice(0);else if(E===1)P=[M(.5)];else if(E>1){const k=o[0],j=o[1]-k;P=ole(0,E).map(I=>M(k+I/(E-1)*j))}else{e=[];let k=[];if(a&&a.length>2)for(let j=1,I=a.length,A=1<=I;A?j<I:j>I;A?j++:j--)k.push((a[j-1]+a[j])*.5);else k=o;P=k.map(j=>M(j))}return Tt[O]&&(P=P.map(k=>k[O]())),P},M.cache=function(E){return E!=null?(m=E,M):m},M.gamma=function(E){return E!=null?(v=E,M):v},M.nodata=function(E){return E!=null?(n=Tt(E),M):n},M}function ole(e,t,n){let r=[],o=e<t,i=t;for(let s=e;o?s<i:s>i;o?s++:s--)r.push(s);return r}const ile=function(e){let t=[1,1];for(let n=1;n<e;n++){let r=[1];for(let o=1;o<=t.length;o++)r[o]=(t[o]||0)+t[o-1];t=r}return t},sle=function(e){let t,n,r,o;if(e=e.map(i=>new Be(i)),e.length===2)[n,r]=e.map(i=>i.lab()),t=function(i){const s=[0,1,2].map(a=>n[a]+i*(r[a]-n[a]));return new Be(s,"lab")};else if(e.length===3)[n,r,o]=e.map(i=>i.lab()),t=function(i){const s=[0,1,2].map(a=>(1-i)*(1-i)*n[a]+2*(1-i)*i*r[a]+i*i*o[a]);return new Be(s,"lab")};else if(e.length===4){let i;[n,r,o,i]=e.map(s=>s.lab()),t=function(s){const a=[0,1,2].map(c=>(1-s)*(1-s)*(1-s)*n[c]+3*(1-s)*(1-s)*s*r[c]+3*(1-s)*s*s*o[c]+s*s*s*i[c]);return new Be(a,"lab")}}else if(e.length>=5){let i,s,a;i=e.map(c=>c.lab()),a=e.length-1,s=ile(a),t=function(c){const u=1-c,d=[0,1,2].map(f=>i.reduce((h,g,m)=>h+s[m]*u**(a-m)*c**m*g[f],0));return new Be(d,"lab")}}else throw new RangeError("No point in running bezier with only one color.");return t},ale=e=>{const t=sle(e);return t.scale=()=>ff(t),t},Pi=(e,t,n)=>{if(!Pi[n])throw new Error("unknown blend mode "+n);return Pi[n](e,t)},ya=e=>(t,n)=>{const r=Tt(n).rgb(),o=Tt(t).rgb();return Tt.rgb(e(r,o))},xa=e=>(t,n)=>{const r=[];return r[0]=e(t[0],n[0]),r[1]=e(t[1],n[1]),r[2]=e(t[2],n[2]),r},lle=e=>e,cle=(e,t)=>e*t/255,ule=(e,t)=>e>t?t:e,dle=(e,t)=>e>t?e:t,fle=(e,t)=>255*(1-(1-e/255)*(1-t/255)),ple=(e,t)=>t<128?2*e*t/255:255*(1-2*(1-e/255)*(1-t/255)),hle=(e,t)=>255*(1-(1-t/255)/(e/255)),gle=(e,t)=>e===255?255:(e=255*(t/255)/(1-e/255),e>255?255:e);Pi.normal=ya(xa(lle)),Pi.multiply=ya(xa(cle)),Pi.screen=ya(xa(fle)),Pi.overlay=ya(xa(ple)),Pi.darken=ya(xa(ule)),Pi.lighten=ya(xa(dle)),Pi.dodge=ya(xa(gle)),Pi.burn=ya(xa(hle));const{pow:mle,sin:vle,cos:ble}=Math;function Cle(e=300,t=-1.5,n=1,r=1,o=[0,1]){let i=0,s;Nt(o)==="array"?s=o[1]-o[0]:(s=0,o=[o,o]);const a=function(c){const u=Ps*((e+120)/360+t*c),d=mle(o[0]+s*c,r),h=(i!==0?n[0]+c*i:n)*d*(1-d)/2,g=ble(u),m=vle(u),v=d+h*(-.14861*g+1.78277*m),b=d+h*(-.29227*g-.90649*m),y=d+h*(1.97294*g);return Tt(H8([v*255,b*255,y*255,1]))};return a.start=function(c){return c==null?e:(e=c,a)},a.rotations=function(c){return c==null?t:(t=c,a)},a.gamma=function(c){return c==null?r:(r=c,a)},a.hue=function(c){return c==null?n:(n=c,Nt(n)==="array"?(i=n[1]-n[0],i===0&&(n=n[1])):i=0,a)},a.lightness=function(c){return c==null?o:(Nt(c)==="array"?(o=c,s=c[1]-c[0]):(o=[c,c],s=0),a)},a.scale=()=>Tt.scale(a),a.hue(n),a}const yle="0123456789abcdef",{floor:xle,random:wle}=Math,Sle=()=>{let e="#";for(let t=0;t<6;t++)e+=yle.charAt(xle(wle()*16));return new Be(e,"hex")},{log:pO,pow:Tle,floor:Mle,abs:Ele}=Math;function hO(e,t=null){const n={min:Number.MAX_VALUE,max:Number.MAX_VALUE*-1,sum:0,values:[],count:0};return Nt(e)==="object"&&(e=Object.values(e)),e.forEach(r=>{t&&Nt(r)==="object"&&(r=r[t]),r!=null&&!isNaN(r)&&(n.values.push(r),n.sum+=r,r<n.min&&(n.min=r),r>n.max&&(n.max=r),n.count+=1)}),n.domain=[n.min,n.max],n.limits=(r,o)=>gO(n,r,o),n}function gO(e,t="equal",n=7){Nt(e)=="array"&&(e=hO(e));const{min:r,max:o}=e,i=e.values.sort((a,c)=>a-c);if(n===1)return[r,o];const s=[];if(t.substr(0,1)==="c"&&(s.push(r),s.push(o)),t.substr(0,1)==="e"){s.push(r);for(let a=1;a<n;a++)s.push(r+a/n*(o-r));s.push(o)}else if(t.substr(0,1)==="l"){if(r<=0)throw new Error("Logarithmic scales are only possible for values > 0");const a=Math.LOG10E*pO(r),c=Math.LOG10E*pO(o);s.push(r);for(let u=1;u<n;u++)s.push(Tle(10,a+u/n*(c-a)));s.push(o)}else if(t.substr(0,1)==="q"){s.push(r);for(let a=1;a<n;a++){const c=(i.length-1)*a/n,u=Mle(c);if(u===c)s.push(i[u]);else{const d=c-u;s.push(i[u]*(1-d)+i[u+1]*d)}}s.push(o)}else if(t.substr(0,1)==="k"){let a;const c=i.length,u=new Array(c),d=new Array(n);let f=!0,h=0,g=null;g=[],g.push(r);for(let b=1;b<n;b++)g.push(r+b/n*(o-r));for(g.push(o);f;){for(let y=0;y<n;y++)d[y]=0;for(let y=0;y<c;y++){const w=i[y];let x=Number.MAX_VALUE,S;for(let T=0;T<n;T++){const M=Ele(g[T]-w);M<x&&(x=M,S=T),d[S]++,u[y]=S}}const b=new Array(n);for(let y=0;y<n;y++)b[y]=null;for(let y=0;y<c;y++)a=u[y],b[a]===null?b[a]=i[y]:b[a]+=i[y];for(let y=0;y<n;y++)b[y]*=1/d[y];f=!1;for(let y=0;y<n;y++)if(b[y]!==g[y]){f=!0;break}g=b,h++,h>200&&(f=!1)}const m={};for(let b=0;b<n;b++)m[b]=[];for(let b=0;b<c;b++)a=u[b],m[a].push(i[b]);let v=[];for(let b=0;b<n;b++)v.push(m[b][0]),v.push(m[b][m[b].length-1]);v=v.sort((b,y)=>b-y),s.push(v[0]);for(let b=1;b<v.length;b+=2){const y=v[b];!isNaN(y)&&s.indexOf(y)===-1&&s.push(y)}}return s}const Ole=(e,t)=>{e=new Be(e),t=new Be(t);const n=e.luminance(),r=t.luminance();return n>r?(n+.05)/(r+.05):(r+.05)/(n+.05)},{sqrt:js,pow:zn,min:kle,max:Ple,atan2:mO,abs:vO,cos:pf,sin:bO,exp:jle,PI:CO}=Math;function Ile(e,t,n=1,r=1,o=1){var i=function(X){return 360*X/(2*CO)},s=function(X){return 2*CO*X/360};e=new Be(e),t=new Be(t);const[a,c,u]=Array.from(e.lab()),[d,f,h]=Array.from(t.lab()),g=(a+d)/2,m=js(zn(c,2)+zn(u,2)),v=js(zn(f,2)+zn(h,2)),b=(m+v)/2,y=.5*(1-js(zn(b,7)/(zn(b,7)+zn(25,7)))),w=c*(1+y),x=f*(1+y),S=js(zn(w,2)+zn(u,2)),T=js(zn(x,2)+zn(h,2)),M=(S+T)/2,E=i(mO(u,w)),O=i(mO(h,x)),P=E>=0?E:E+360,k=O>=0?O:O+360,j=vO(P-k)>180?(P+k+360)/2:(P+k)/2,I=1-.17*pf(s(j-30))+.24*pf(s(2*j))+.32*pf(s(3*j+6))-.2*pf(s(4*j-63));let A=k-P;A=vO(A)<=180?A:k<=P?A+360:A-360,A=2*js(S*T)*bO(s(A)/2);const D=d-a,N=T-S,_=1+.015*zn(g-50,2)/js(20+zn(g-50,2)),Z=1+.045*M,B=1+.015*M*I,H=30*jle(-zn((j-275)/25,2)),$=-(2*js(zn(M,7)/(zn(M,7)+zn(25,7))))*bO(2*s(H)),Y=js(zn(D/(n*_),2)+zn(N/(r*Z),2)+zn(A/(o*B),2)+$*(N/(r*Z))*(A/(o*B)));return Ple(0,kle(100,Y))}function Lle(e,t,n="lab"){e=new Be(e),t=new Be(t);const r=e.get(n),o=t.get(n);let i=0;for(let s in r){const a=(r[s]||0)-(o[s]||0);i+=a*a}return Math.sqrt(i)}const Ale=(...e)=>{try{return new Be(...e),!0}catch{return!1}},Rle={cool(){return ff([Tt.hsl(180,1,.9),Tt.hsl(250,.7,.4)])},hot(){return ff(["#000","#f00","#ff0","#fff"]).mode("rgb")}},hf={OrRd:["#fff7ec","#fee8c8","#fdd49e","#fdbb84","#fc8d59","#ef6548","#d7301f","#b30000","#7f0000"],PuBu:["#fff7fb","#ece7f2","#d0d1e6","#a6bddb","#74a9cf","#3690c0","#0570b0","#045a8d","#023858"],BuPu:["#f7fcfd","#e0ecf4","#bfd3e6","#9ebcda","#8c96c6","#8c6bb1","#88419d","#810f7c","#4d004b"],Oranges:["#fff5eb","#fee6ce","#fdd0a2","#fdae6b","#fd8d3c","#f16913","#d94801","#a63603","#7f2704"],BuGn:["#f7fcfd","#e5f5f9","#ccece6","#99d8c9","#66c2a4","#41ae76","#238b45","#006d2c","#00441b"],YlOrBr:["#ffffe5","#fff7bc","#fee391","#fec44f","#fe9929","#ec7014","#cc4c02","#993404","#662506"],YlGn:["#ffffe5","#f7fcb9","#d9f0a3","#addd8e","#78c679","#41ab5d","#238443","#006837","#004529"],Reds:["#fff5f0","#fee0d2","#fcbba1","#fc9272","#fb6a4a","#ef3b2c","#cb181d","#a50f15","#67000d"],RdPu:["#fff7f3","#fde0dd","#fcc5c0","#fa9fb5","#f768a1","#dd3497","#ae017e","#7a0177","#49006a"],Greens:["#f7fcf5","#e5f5e0","#c7e9c0","#a1d99b","#74c476","#41ab5d","#238b45","#006d2c","#00441b"],YlGnBu:["#ffffd9","#edf8b1","#c7e9b4","#7fcdbb","#41b6c4","#1d91c0","#225ea8","#253494","#081d58"],Purples:["#fcfbfd","#efedf5","#dadaeb","#bcbddc","#9e9ac8","#807dba","#6a51a3","#54278f","#3f007d"],GnBu:["#f7fcf0","#e0f3db","#ccebc5","#a8ddb5","#7bccc4","#4eb3d3","#2b8cbe","#0868ac","#084081"],Greys:["#ffffff","#f0f0f0","#d9d9d9","#bdbdbd","#969696","#737373","#525252","#252525","#000000"],YlOrRd:["#ffffcc","#ffeda0","#fed976","#feb24c","#fd8d3c","#fc4e2a","#e31a1c","#bd0026","#800026"],PuRd:["#f7f4f9","#e7e1ef","#d4b9da","#c994c7","#df65b0","#e7298a","#ce1256","#980043","#67001f"],Blues:["#f7fbff","#deebf7","#c6dbef","#9ecae1","#6baed6","#4292c6","#2171b5","#08519c","#08306b"],PuBuGn:["#fff7fb","#ece2f0","#d0d1e6","#a6bddb","#67a9cf","#3690c0","#02818a","#016c59","#014636"],Viridis:["#440154","#482777","#3f4a8a","#31678e","#26838f","#1f9d8a","#6cce5a","#b6de2b","#fee825"],Spectral:["#9e0142","#d53e4f","#f46d43","#fdae61","#fee08b","#ffffbf","#e6f598","#abdda4","#66c2a5","#3288bd","#5e4fa2"],RdYlGn:["#a50026","#d73027","#f46d43","#fdae61","#fee08b","#ffffbf","#d9ef8b","#a6d96a","#66bd63","#1a9850","#006837"],RdBu:["#67001f","#b2182b","#d6604d","#f4a582","#fddbc7","#f7f7f7","#d1e5f0","#92c5de","#4393c3","#2166ac","#053061"],PiYG:["#8e0152","#c51b7d","#de77ae","#f1b6da","#fde0ef","#f7f7f7","#e6f5d0","#b8e186","#7fbc41","#4d9221","#276419"],PRGn:["#40004b","#762a83","#9970ab","#c2a5cf","#e7d4e8","#f7f7f7","#d9f0d3","#a6dba0","#5aae61","#1b7837","#00441b"],RdYlBu:["#a50026","#d73027","#f46d43","#fdae61","#fee090","#ffffbf","#e0f3f8","#abd9e9","#74add1","#4575b4","#313695"],BrBG:["#543005","#8c510a","#bf812d","#dfc27d","#f6e8c3","#f5f5f5","#c7eae5","#80cdc1","#35978f","#01665e","#003c30"],RdGy:["#67001f","#b2182b","#d6604d","#f4a582","#fddbc7","#ffffff","#e0e0e0","#bababa","#878787","#4d4d4d","#1a1a1a"],PuOr:["#7f3b08","#b35806","#e08214","#fdb863","#fee0b6","#f7f7f7","#d8daeb","#b2abd2","#8073ac","#542788","#2d004b"],Set2:["#66c2a5","#fc8d62","#8da0cb","#e78ac3","#a6d854","#ffd92f","#e5c494","#b3b3b3"],Accent:["#7fc97f","#beaed4","#fdc086","#ffff99","#386cb0","#f0027f","#bf5b17","#666666"],Set1:["#e41a1c","#377eb8","#4daf4a","#984ea3","#ff7f00","#ffff33","#a65628","#f781bf","#999999"],Set3:["#8dd3c7","#ffffb3","#bebada","#fb8072","#80b1d3","#fdb462","#b3de69","#fccde5","#d9d9d9","#bc80bd","#ccebc5","#ffed6f"],Dark2:["#1b9e77","#d95f02","#7570b3","#e7298a","#66a61e","#e6ab02","#a6761d","#666666"],Paired:["#a6cee3","#1f78b4","#b2df8a","#33a02c","#fb9a99","#e31a1c","#fdbf6f","#ff7f00","#cab2d6","#6a3d9a","#ffff99","#b15928"],Pastel2:["#b3e2cd","#fdcdac","#cbd5e8","#f4cae4","#e6f5c9","#fff2ae","#f1e2cc","#cccccc"],Pastel1:["#fbb4ae","#b3cde3","#ccebc5","#decbe4","#fed9a6","#ffffcc","#e5d8bd","#fddaec","#f2f2f2"]};for(let e of Object.keys(hf))hf[e.toLowerCase()]=hf[e];Object.assign(Tt,{average:tle,bezier:ale,blend:Pi,cubehelix:Cle,mix:ku,interpolate:ku,random:Sle,scale:ff,analyze:hO,contrast:Ole,deltaE:Ile,distance:Lle,limits:gO,valid:Ale,scales:Rle,input:wt,colors:cc,brewer:hf});const Dle=(e,t,n)=>Object.entries(e.palette.primary).filter(([r])=>!isNaN(Number(r))&&t<=Number(r)&&Number(r)<=n).sort(([r],[o])=>Number(o)-Number(r)).map(([,r])=>r),Vle=(e,t)=>Tt.scale(e).colors(t.length),yO=e=>{const t=e.reduce((o,i)=>o+i,0);if(!t)return[...new Array(e.length)].map(()=>0);const n=e.map(o=>Math.floor(o/t*100)),r=100-n.reduce((o,i)=>o+i,0);for(let o=0;o<r;o++){const i=n.indexOf(Math.max(...n));n[i]++}return n},xO=(e,t,n)=>{if(!e)return;const r=e.querySelector("svg")||e.querySelector("canvas");if(!r)return;const o=new MouseEvent("mousemove",{clientX:t,clientY:n,bubbles:!0,cancelable:!0,view:window});r.dispatchEvent(o)},wO=e=>{if(!e)return;const t=e.querySelector("svg")||e.querySelector("canvas");if(!t)return;const n=new MouseEvent("mouseleave",{bubbles:!0,cancelable:!0,view:window});t.dispatchEvent(n)},SO=e=>{const{index:t,palette:n,icons:r,values:o}=e;return r&&r[t]!==void 0?p.jsx(ee,{minWidth:"28px",width:"28px",height:"28px",sx:i=>({background:n[t]||i.custom.grey[400],padding:"16px 5px",color:"#fff"}),display:"flex",alignItems:"center",borderRadius:"6px",children:r[t]}):o[t]!==void 0&&n[t]!==void 0?p.jsx(ee,{minWidth:"12px",width:"12px",height:"12px",borderRadius:"3px",sx:{background:n[t],color:"#fff"},display:"flex",alignItems:"center"}):null},TO=e=>{const{action:t,seeMore:n}=e,r=de(),o={display:"flex",marginLeft:"auto",color:r.palette.primary[700],fontSize:".8rem",textDecoration:"none",alignItems:"center",fontWeight:r.typography.fontWeightBold,"&:hover":{textDecoration:"none"}},i=s=>{s.stopPropagation(),t()};return p.jsx(st,{onClick:i,sx:o,children:n})},Nle=e=>{const{values:t,labels:n,colors:r=[],legend:o,hoveredDatasetIndex:i,onLegendHover:s,icons:a=[],chartRef:c,hidePercentage:u=!1}=e,d=de(),f=yO(t??[]),h=(m,v,b)=>{if(v&&(s==null||s(m,b),c!=null&&c.current)){const y=c.current.getBoundingClientRect(),w=y.left+y.width*.6,x=y.top+y.height*.5;xO(c.current,w,x)}},g=()=>{s==null||s(null),c!=null&&c.current&&wO(c.current)};return p.jsx(fe,{width:"100%",alignItems:"left",className:"chart-legend-wrapper",children:p.jsx(fe,{display:"inline-flex",justifyContent:"center",children:n==null?void 0:n.map((m,v)=>{const b=t!==void 0&&v<((t==null?void 0:t.length)??0)&&t[v]!==void 0;return p.jsx(fe,{sx:{borderBottom:`1px solid ${d.palette.divider}`,"&:last-of-type":{borderBottom:"none"},padding:d.spacing(.5,0)},children:p.jsxs(fe,{direction:"row",alignItems:"center",justifyContent:"center",gap:"12px",paddingY:"8px",onMouseEnter:y=>h(v,b,y),onMouseLeave:()=>g(),sx:{"&:hover":{background:d.custom.grey[500]},backgroundColor:i!==v?"unset":d.custom.grey[500],padding:d.spacing(.5,.5)},className:"chart-legend-item",children:[p.jsx(SO,{index:v,palette:r,icons:a,values:t||[]}),p.jsxs(fe,{direction:"row",alignItems:"center",gap:"8px",sx:{width:"100%"},children:[p.jsxs(fe,{width:"100%",display:"flex",direction:"row",alignItems:"center",justifyContent:"space-between",gap:"8px",fontWeight:400,className:"chart-legend-item-value",children:[p.jsx(ie,{variant:"h5",className:"chart-legend-item-label",children:m}),!u&&p.jsx(ee,{alignItems:"center",sx:{display:"flex",borderRadius:d.spacing(.75),background:d.custom.grey[400],padding:d.spacing(.25,1.25),minWidth:d.spacing(6),justifyContent:"center",fontWeight:d.typography.fontWeightMedium,fontSize:d.typography["body-medium"].fontSize,whiteSpace:"nowrap"},children:b?`${f[v]} %`:"--%"})]}),(o==null?void 0:o.actions)&&(o==null?void 0:o.seeMore)&&(o==null?void 0:o.actions[v])&&p.jsx(TO,{action:o.actions[v],seeMore:o.seeMore})]})]})},v)})})})},_le=e=>{const t=de(),{values:n,labels:r,colors:o=[],icons:i=[],legend:s,hoveredDatasetIndex:a,onLegendHover:c,chartRef:u,hidePercentage:d=!1}=e,f=yO(n??[]),h=(m,v,b)=>{if(v&&(c==null||c(m,b),u!=null&&u.current)){const y=u.current.getBoundingClientRect(),w=y.left+y.width*.6,x=y.top+y.height*.3;xO(u.current,w,x)}},g=()=>{c==null||c(null),u!=null&&u.current&&wO(u.current)};return p.jsx(fe,{alignItems:"center",justifyContent:"center",sx:{width:"100%",alignItems:"flex-start"},className:"chart-legend-wrapper",children:p.jsx(fe,{width:"100%",children:r==null?void 0:r.map((m,v)=>{const b=!!n&&n[v]!==void 0,y=(s==null?void 0:s.actions)&&(s==null?void 0:s.seeMore)&&(s==null?void 0:s.actions[v])&&s;return p.jsx(fe,{direction:"row",alignItems:"center",gap:"12px",onMouseEnter:w=>h(v,b,w),onMouseLeave:()=>g(),onClick:()=>{var w,x;y&&(w=s==null?void 0:s.actions)!=null&&w[v]&&((x=s==null?void 0:s.actions)==null||x[v]())},sx:{borderBottom:`1px solid ${t.palette.divider}`,"&:last-of-type":{borderBottom:"none"}},children:p.jsxs(fe,{direction:"row",gap:"8px",sx:{width:"100%",padding:".4rem",alignItems:"center",backgroundColor:a!==v?"unset":t.custom.grey[500]},className:"chart-legend-item",children:[p.jsx(SO,{index:v,palette:o,icons:i,values:n||[]}),p.jsx(ie,{variant:"h5",sx:{marginLeft:"4px"},className:"chart-legend-item-label",children:m}),!d&&m?"- ":"",!d&&p.jsx(ie,{fontWeight:400,sx:{fontSize:".8rem",display:"flex",flexDirection:"row",whiteSpace:"pre",alignItems:"center"},className:"chart-legend-item-value",children:p.jsx(ee,{component:"span",alignItems:"center",sx:{display:"flex",borderRadius:t.spacing(.75),background:t.custom.grey[400],padding:t.spacing(.25,1.25),minWidth:t.spacing(6),justifyContent:"center",fontWeight:t.typography.fontWeightMedium,fontSize:t.typography["body-medium"].fontSize,whiteSpace:"nowrap"},children:b?`${f[v]} %`:"--%"})}),y&&p.jsx(TO,{action:s.actions[v],seeMore:s.seeMore})]})},v)})})})},MO=e=>{const{labels:t,colors:n,icons:r=[],legend:o,hoveredDatasetIndex:i,onLegendHover:s,values:a,hidePercentage:c=!1,chartRef:u}=e;return!t||!t.length?null:(o==null?void 0:o.position)==="bottom"?p.jsx(Nle,{labels:t,values:a,colors:n,legend:o,hoveredDatasetIndex:i,onLegendHover:s,icons:r,hidePercentage:c,chartRef:u}):p.jsx(_le,{labels:t,values:a,colors:n,legend:o,hoveredDatasetIndex:i,onLegendHover:s,icons:r,hidePercentage:c,chartRef:u})},$le=(e,t,n)=>!e||!e.length?[]:e.map((r,o)=>({name:(t==null?void 0:t[o])||"",value:r||0,color:n[o],index:o})),Hle=(e,t,n,r)=>{const o=n/2,i=r/2,s=e.reduce((b,y)=>b+y.value,0);let a=0;for(let b=0;b<t;b++)a+=e[b].value;const c=a/s*360,u=(a+e[t].value)/s*360,d=(c+u)/2,f=Math.PI/180,g=Math.min(n,r)/2,m=o+g*Math.cos(-f*d),v=i+g*Math.sin(-f*d);return{x:m,y:v,angle:d}},Fle=(e,t,n,r)=>{const o=Math.PI/180,i=r,s=e+i*Math.cos(-o*n),a=t+i*Math.sin(-o*n);return{x:s,y:a,angle:n}},Ble=(e,t,n,r)=>e||(t&&typeof t=="string"?t:n!==void 0?r(n):void 0),zle=(e,t)=>{if(typeof t!="string")return t?e==null?void 0:e.reduce((n,r)=>n+r,0):void 0},Wle=(e,t)=>{const[n,r]=L.useState(null),[o,i]=L.useState(void 0),s=L.useRef(null),a=L.useCallback((d,f)=>{var h;if(r(d),f==null||f.nativeEvent.stopImmediatePropagation(),d!==null&&e.length>0){const g=(h=t.current)==null?void 0:h.getBoundingClientRect(),m=(g==null?void 0:g.width)||300,v=(g==null?void 0:g.height)||300,b=Hle(e,d,m,v);i(b)}else i(void 0)},[e,t]),c=L.useCallback((d,f)=>{s.current=f,r(h=>{if(h===f)return h;if(d&&d.cx&&d.cy&&d.midAngle!==void 0&&d.outerRadius&&d.innerRadius){const g=Fle(d.cx,d.cy,d.midAngle,d.outerRadius);i(g)}return f})},[]),u=L.useCallback(()=>{s.current!==null&&(s.current=null,r(null),i(void 0))},[]);return{hoveredArcIndex:n,tooltipPos:o,handleLegendHover:a,handleMouseEnter:c,handleMouseOut:u}},Zle=e=>{const{isLoading:t,displayValue:n,displayTotalVariant:r,valuesUnit:o,displayTotal:i}=e;return p.jsx(ee,{display:"flex",alignItems:"center",justifyContent:"center",position:"absolute",padding:"10%",textAlign:"center",sx:{inset:"12.5%",pointerEvents:"none",top:0,bottom:0},className:"doughnut-chart-content",children:p.jsx(ee,{display:"flex",flexDirection:"column",children:t?p.jsx(Ms,{}):p.jsxs(p.Fragment,{children:[p.jsx(ie,{variant:r,children:n},"content-1"),o&&i&&p.jsx(ee,{sx:{color:we[1400]},children:o})]})})})};var ah={},lh={},EO;function Ule(){return EO||(EO=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return n==="__proto__"}e.isUnsafeProperty=t})(lh)),lh}var ch={},OO;function kO(){return OO||(OO=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){switch(typeof n){case"number":case"symbol":return!1;case"string":return n.includes(".")||n.includes("[")||n.includes("]")}}e.isDeepKey=t})(ch)),ch}var uh={},PO;function jO(){return PO||(PO=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){var r;return typeof n=="string"||typeof n=="symbol"?n:Object.is((r=n==null?void 0:n.valueOf)==null?void 0:r.call(n),-0)?"-0":String(n)}e.toKey=t})(uh)),uh}var dh={},IO;function fh(){return IO||(IO=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){const r=[],o=n.length;if(o===0)return r;let i=0,s="",a="",c=!1;for(n.charCodeAt(0)===46&&(r.push(""),i++);i<o;){const u=n[i];a?u==="\\"&&i+1<o?(i++,s+=n[i]):u===a?a="":s+=u:c?u==='"'||u==="'"?a=u:u==="]"?(c=!1,r.push(s),s=""):s+=u:u==="["?(c=!0,s&&(r.push(s),s="")):u==="."?s&&(r.push(s),s=""):s+=u,i++}return s&&r.push(s),r}e.toPath=t})(dh)),dh}var LO;function ph(){return LO||(LO=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=Ule(),n=kO(),r=jO(),o=fh();function i(a,c,u){if(a==null)return u;switch(typeof c){case"string":{if(t.isUnsafeProperty(c))return u;const d=a[c];return d===void 0?n.isDeepKey(c)?i(a,o.toPath(c),u):u:d}case"number":case"symbol":{typeof c=="number"&&(c=r.toKey(c));const d=a[c];return d===void 0?u:d}default:{if(Array.isArray(c))return s(a,c,u);if(Object.is(c==null?void 0:c.valueOf(),-0)?c="-0":c=String(c),t.isUnsafeProperty(c))return u;const d=a[c];return d===void 0?u:d}}}function s(a,c,u){if(c.length===0)return u;let d=a;for(let f=0;f<c.length;f++){if(d==null||t.isUnsafeProperty(c[f]))return u;d=d[c[f]]}return d===void 0?u:d}e.get=i})(ah)),ah}var hh,AO;function qle(){return AO||(AO=1,hh=ph().get),hh}var Gle=qle();const wa=wi(Gle);var ir=e=>e===0?0:e>0?1:-1,Wr=e=>typeof e=="number"&&e!=+e,Ol=e=>typeof e=="string"&&e.indexOf("%")===e.length-1,Qe=e=>(typeof e=="number"||e instanceof Number)&&!Wr(e),ri=e=>Qe(e)||typeof e=="string",Kle=0,Pu=e=>{var t=++Kle;return"".concat(e||"").concat(t)},Zr=function(t,n){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if(!Qe(t)&&typeof t!="string")return r;var i;if(Ol(t)){if(n==null)return r;var s=t.indexOf("%");i=n*parseFloat(t.slice(0,s))/100}else i=+t;return Wr(i)&&(i=r),o&&n!=null&&i>n&&(i=n),i},RO=e=>{if(!Array.isArray(e))return!1;for(var t=e.length,n={},r=0;r<t;r++)if(!n[e[r]])n[e[r]]=!0;else return!0;return!1},fc=(e,t)=>Qe(e)&&Qe(t)?n=>e+n*(t-e):()=>t;function ji(e,t,n){return Qe(e)&&Qe(t)?e+n*(t-e):t}function DO(e,t,n){if(!(!e||!e.length))return e.find(r=>r&&(typeof t=="function"?t(r):wa(r,t))===n)}var Yle=e=>{if(!e||!e.length)return null;for(var t=e.length,n=0,r=0,o=0,i=0,s=1/0,a=-1/0,c=0,u=0,d=0;d<t;d++)c=e[d].cx||0,u=e[d].cy||0,n+=c,r+=u,o+=c*u,i+=c*c,s=Math.min(s,c),a=Math.max(a,c);var f=t*i!==n*n?(t*o-n*r)/(t*i-n*n):0;return{xmin:s,xmax:a,a:f,b:(r-f*n)/t}},on=e=>e===null||typeof e>"u",ju=e=>on(e)?e:"".concat(e.charAt(0).toUpperCase()).concat(e.slice(1)),Xle=["dangerouslySetInnerHTML","onCopy","onCopyCapture","onCut","onCutCapture","onPaste","onPasteCapture","onCompositionEnd","onCompositionEndCapture","onCompositionStart","onCompositionStartCapture","onCompositionUpdate","onCompositionUpdateCapture","onFocus","onFocusCapture","onBlur","onBlurCapture","onChange","onChangeCapture","onBeforeInput","onBeforeInputCapture","onInput","onInputCapture","onReset","onResetCapture","onSubmit","onSubmitCapture","onInvalid","onInvalidCapture","onLoad","onLoadCapture","onError","onErrorCapture","onKeyDown","onKeyDownCapture","onKeyPress","onKeyPressCapture","onKeyUp","onKeyUpCapture","onAbort","onAbortCapture","onCanPlay","onCanPlayCapture","onCanPlayThrough","onCanPlayThroughCapture","onDurationChange","onDurationChangeCapture","onEmptied","onEmptiedCapture","onEncrypted","onEncryptedCapture","onEnded","onEndedCapture","onLoadedData","onLoadedDataCapture","onLoadedMetadata","onLoadedMetadataCapture","onLoadStart","onLoadStartCapture","onPause","onPauseCapture","onPlay","onPlayCapture","onPlaying","onPlayingCapture","onProgress","onProgressCapture","onRateChange","onRateChangeCapture","onSeeked","onSeekedCapture","onSeeking","onSeekingCapture","onStalled","onStalledCapture","onSuspend","onSuspendCapture","onTimeUpdate","onTimeUpdateCapture","onVolumeChange","onVolumeChangeCapture","onWaiting","onWaitingCapture","onAuxClick","onAuxClickCapture","onClick","onClickCapture","onContextMenu","onContextMenuCapture","onDoubleClick","onDoubleClickCapture","onDrag","onDragCapture","onDragEnd","onDragEndCapture","onDragEnter","onDragEnterCapture","onDragExit","onDragExitCapture","onDragLeave","onDragLeaveCapture","onDragOver","onDragOverCapture","onDragStart","onDragStartCapture","onDrop","onDropCapture","onMouseDown","onMouseDownCapture","onMouseEnter","onMouseLeave","onMouseMove","onMouseMoveCapture","onMouseOut","onMouseOutCapture","onMouseOver","onMouseOverCapture","onMouseUp","onMouseUpCapture","onSelect","onSelectCapture","onTouchCancel","onTouchCancelCapture","onTouchEnd","onTouchEndCapture","onTouchMove","onTouchMoveCapture","onTouchStart","onTouchStartCapture","onPointerDown","onPointerDownCapture","onPointerMove","onPointerMoveCapture","onPointerUp","onPointerUpCapture","onPointerCancel","onPointerCancelCapture","onPointerEnter","onPointerEnterCapture","onPointerLeave","onPointerLeaveCapture","onPointerOver","onPointerOverCapture","onPointerOut","onPointerOutCapture","onGotPointerCapture","onGotPointerCaptureCapture","onLostPointerCapture","onLostPointerCaptureCapture","onScroll","onScrollCapture","onWheel","onWheelCapture","onAnimationStart","onAnimationStartCapture","onAnimationEnd","onAnimationEndCapture","onAnimationIteration","onAnimationIterationCapture","onTransitionEnd","onTransitionEndCapture"];function gh(e){if(typeof e!="string")return!1;var t=Xle;return t.includes(e)}var Jle=["viewBox","children"],VO=["points","pathLength"],mh={svg:Jle,polygon:VO,polyline:VO},vh=(e,t)=>{if(!e||typeof e=="function"||typeof e=="boolean")return null;var n=e;if(L.isValidElement(e)&&(n=e.props),typeof n!="object"&&typeof n!="function")return null;var r={};return Object.keys(n).forEach(o=>{gh(o)&&(r[o]=(i=>n[o](n,i)))}),r},Qle=(e,t,n)=>r=>(e(t,n,r),null),Iu=(e,t,n)=>{if(e===null||typeof e!="object"&&typeof e!="function")return null;var r=null;return Object.keys(e).forEach(o=>{var i=e[o];gh(o)&&typeof i=="function"&&(r||(r={}),r[o]=Qle(i,t,n))}),r},e2e=["aria-activedescendant","aria-atomic","aria-autocomplete","aria-busy","aria-checked","aria-colcount","aria-colindex","aria-colspan","aria-controls","aria-current","aria-describedby","aria-details","aria-disabled","aria-errormessage","aria-expanded","aria-flowto","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-level","aria-live","aria-modal","aria-multiline","aria-multiselectable","aria-orientation","aria-owns","aria-placeholder","aria-posinset","aria-pressed","aria-readonly","aria-relevant","aria-required","aria-roledescription","aria-rowcount","aria-rowindex","aria-rowspan","aria-selected","aria-setsize","aria-sort","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext","className","color","height","id","lang","max","media","method","min","name","style","target","width","role","tabIndex","accentHeight","accumulate","additive","alignmentBaseline","allowReorder","alphabetic","amplitude","arabicForm","ascent","attributeName","attributeType","autoReverse","azimuth","baseFrequency","baselineShift","baseProfile","bbox","begin","bias","by","calcMode","capHeight","clip","clipPath","clipPathUnits","clipRule","colorInterpolation","colorInterpolationFilters","colorProfile","colorRendering","contentScriptType","contentStyleType","cursor","cx","cy","d","decelerate","descent","diffuseConstant","direction","display","divisor","dominantBaseline","dur","dx","dy","edgeMode","elevation","enableBackground","end","exponent","externalResourcesRequired","fill","fillOpacity","fillRule","filter","filterRes","filterUnits","floodColor","floodOpacity","focusable","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontWeight","format","from","fx","fy","g1","g2","glyphName","glyphOrientationHorizontal","glyphOrientationVertical","glyphRef","gradientTransform","gradientUnits","hanging","horizAdvX","horizOriginX","href","ideographic","imageRendering","in2","in","intercept","k1","k2","k3","k4","k","kernelMatrix","kernelUnitLength","kerning","keyPoints","keySplines","keyTimes","lengthAdjust","letterSpacing","lightingColor","limitingConeAngle","local","markerEnd","markerHeight","markerMid","markerStart","markerUnits","markerWidth","mask","maskContentUnits","maskUnits","mathematical","mode","numOctaves","offset","opacity","operator","order","orient","orientation","origin","overflow","overlinePosition","overlineThickness","paintOrder","panose1","pathLength","patternContentUnits","patternTransform","patternUnits","pointerEvents","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","r","radius","refX","refY","renderingIntent","repeatCount","repeatDur","requiredExtensions","requiredFeatures","restart","result","rotate","rx","ry","seed","shapeRendering","slope","spacing","specularConstant","specularExponent","speed","spreadMethod","startOffset","stdDeviation","stemh","stemv","stitchTiles","stopColor","stopOpacity","strikethroughPosition","strikethroughThickness","string","stroke","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","strokeOpacity","strokeWidth","surfaceScale","systemLanguage","tableValues","targetX","targetY","textAnchor","textDecoration","textLength","textRendering","to","transform","u1","u2","underlinePosition","underlineThickness","unicode","unicodeBidi","unicodeRange","unitsPerEm","vAlphabetic","values","vectorEffect","version","vertAdvY","vertOriginX","vertOriginY","vHanging","vIdeographic","viewTarget","visibility","vMathematical","widths","wordSpacing","writingMode","x1","x2","x","xChannelSelector","xHeight","xlinkActuate","xlinkArcrole","xlinkHref","xlinkRole","xlinkShow","xlinkTitle","xlinkType","xmlBase","xmlLang","xmlns","xmlnsXlink","xmlSpace","y1","y2","y","yChannelSelector","z","zoomAndPan","ref","key","angle"];function NO(e){if(typeof e!="string")return!1;var t=e2e;return t.includes(e)}function Ii(e){var t=Object.entries(e).filter(n=>{var[r]=n;return NO(r)});return Object.fromEntries(t)}var _O=e=>typeof e=="string"?e:e?e.displayName||e.name||"Component":"",$O=null,bh=null,HO=e=>{if(e===$O&&Array.isArray(bh))return bh;var t=[];return L.Children.forEach(e,n=>{on(n)||(Gi.isFragment(n)?t=t.concat(HO(n.props.children)):t.push(n))}),bh=t,$O=e,t};function pc(e,t){var n=[],r=[];return Array.isArray(t)?r=t.map(o=>_O(o)):r=[_O(t)],HO(e).forEach(o=>{var i=wa(o,"type.displayName")||wa(o,"type.name");r.indexOf(i)!==-1&&n.push(o)}),n}var FO=e=>e&&typeof e=="object"&&"clipDot"in e?!!e.clipDot:!0,t2e=(e,t,n,r)=>{var o;if(typeof t=="symbol"||typeof t=="number")return!0;var i=(o=r&&(mh==null?void 0:mh[r]))!==null&&o!==void 0?o:[],s=t.startsWith("data-"),a=typeof e!="function"&&(!!r&&i.includes(t)||NO(t)),c=!!n&&gh(t);return s||a||c},mn=(e,t,n)=>{if(!e||typeof e=="function"||typeof e=="boolean")return null;var r=e;if(L.isValidElement(e)&&(r=e.props),typeof r!="object"&&typeof r!="function")return null;var o={};return Object.keys(r).forEach(i=>{var s;t2e((s=r)===null||s===void 0?void 0:s[i],i,t,n)&&(o[i]=r[i])}),o},n2e=["children","width","height","viewBox","className","style","title","desc"];function Ch(){return Ch=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Ch.apply(null,arguments)}function r2e(e,t){if(e==null)return{};var n,r,o=o2e(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function o2e(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var BO=L.forwardRef((e,t)=>{var{children:n,width:r,height:o,viewBox:i,className:s,style:a,title:c,desc:u}=e,d=r2e(e,n2e),f=i||{width:r,height:o,x:0,y:0},h=ae("recharts-surface",s);return C.createElement("svg",Ch({},mn(d,!0,"svg"),{className:h,width:r,height:o,style:a,viewBox:"".concat(f.x," ").concat(f.y," ").concat(f.width," ").concat(f.height),ref:t}),C.createElement("title",null,c),C.createElement("desc",null,u),n)}),i2e=["children","className"];function yh(){return yh=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},yh.apply(null,arguments)}function s2e(e,t){if(e==null)return{};var n,r,o=a2e(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function a2e(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var En=C.forwardRef((e,t)=>{var{children:n,className:r}=e,o=s2e(e,i2e),i=ae("recharts-layer",r);return C.createElement("g",yh({className:i},mn(o,!0),{ref:t}),n)}),l2e=L.createContext(null);function vn(e){return function(){return e}}const zO=Math.cos,gf=Math.sin,Li=Math.sqrt,mf=Math.PI,vf=2*mf,xh=Math.PI,wh=2*xh,kl=1e-6,c2e=wh-kl;function WO(e){this._+=e[0];for(let t=1,n=e.length;t<n;++t)this._+=arguments[t]+e[t]}function u2e(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return WO;const n=10**t;return function(r){this._+=r[0];for(let o=1,i=r.length;o<i;++o)this._+=Math.round(arguments[o]*n)/n+r[o]}}class d2e{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=t==null?WO:u2e(t)}moveTo(t,n){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(t,n){this._append`L${this._x1=+t},${this._y1=+n}`}quadraticCurveTo(t,n,r,o){this._append`Q${+t},${+n},${this._x1=+r},${this._y1=+o}`}bezierCurveTo(t,n,r,o,i,s){this._append`C${+t},${+n},${+r},${+o},${this._x1=+i},${this._y1=+s}`}arcTo(t,n,r,o,i){if(t=+t,n=+n,r=+r,o=+o,i=+i,i<0)throw new Error(`negative radius: ${i}`);let s=this._x1,a=this._y1,c=r-t,u=o-n,d=s-t,f=a-n,h=d*d+f*f;if(this._x1===null)this._append`M${this._x1=t},${this._y1=n}`;else if(h>kl)if(!(Math.abs(f*c-u*d)>kl)||!i)this._append`L${this._x1=t},${this._y1=n}`;else{let g=r-s,m=o-a,v=c*c+u*u,b=g*g+m*m,y=Math.sqrt(v),w=Math.sqrt(h),x=i*Math.tan((xh-Math.acos((v+h-b)/(2*y*w)))/2),S=x/w,T=x/y;Math.abs(S-1)>kl&&this._append`L${t+S*d},${n+S*f}`,this._append`A${i},${i},0,0,${+(f*g>d*m)},${this._x1=t+T*c},${this._y1=n+T*u}`}}arc(t,n,r,o,i,s){if(t=+t,n=+n,r=+r,s=!!s,r<0)throw new Error(`negative radius: ${r}`);let a=r*Math.cos(o),c=r*Math.sin(o),u=t+a,d=n+c,f=1^s,h=s?o-i:i-o;this._x1===null?this._append`M${u},${d}`:(Math.abs(this._x1-u)>kl||Math.abs(this._y1-d)>kl)&&this._append`L${u},${d}`,r&&(h<0&&(h=h%wh+wh),h>c2e?this._append`A${r},${r},0,1,${f},${t-a},${n-c}A${r},${r},0,1,${f},${this._x1=u},${this._y1=d}`:h>kl&&this._append`A${r},${r},0,${+(h>=xh)},${f},${this._x1=t+r*Math.cos(i)},${this._y1=n+r*Math.sin(i)}`)}rect(t,n,r,o){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}h${r=+r}v${+o}h${-r}Z`}toString(){return this._}}function Sh(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(n==null)t=null;else{const r=Math.floor(n);if(!(r>=0))throw new RangeError(`invalid digits: ${n}`);t=r}return e},()=>new d2e(t)}function Th(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function ZO(e){this._context=e}ZO.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t);break}}};function bf(e){return new ZO(e)}function UO(e){return e[0]}function qO(e){return e[1]}function GO(e,t){var n=vn(!0),r=null,o=bf,i=null,s=Sh(a);e=typeof e=="function"?e:e===void 0?UO:vn(e),t=typeof t=="function"?t:t===void 0?qO:vn(t);function a(c){var u,d=(c=Th(c)).length,f,h=!1,g;for(r==null&&(i=o(g=s())),u=0;u<=d;++u)!(u<d&&n(f=c[u],u,c))===h&&((h=!h)?i.lineStart():i.lineEnd()),h&&i.point(+e(f,u,c),+t(f,u,c));if(g)return i=null,g+""||null}return a.x=function(c){return arguments.length?(e=typeof c=="function"?c:vn(+c),a):e},a.y=function(c){return arguments.length?(t=typeof c=="function"?c:vn(+c),a):t},a.defined=function(c){return arguments.length?(n=typeof c=="function"?c:vn(!!c),a):n},a.curve=function(c){return arguments.length?(o=c,r!=null&&(i=o(r)),a):o},a.context=function(c){return arguments.length?(c==null?r=i=null:i=o(r=c),a):r},a}function Cf(e,t,n){var r=null,o=vn(!0),i=null,s=bf,a=null,c=Sh(u);e=typeof e=="function"?e:e===void 0?UO:vn(+e),t=typeof t=="function"?t:vn(t===void 0?0:+t),n=typeof n=="function"?n:n===void 0?qO:vn(+n);function u(f){var h,g,m,v=(f=Th(f)).length,b,y=!1,w,x=new Array(v),S=new Array(v);for(i==null&&(a=s(w=c())),h=0;h<=v;++h){if(!(h<v&&o(b=f[h],h,f))===y)if(y=!y)g=h,a.areaStart(),a.lineStart();else{for(a.lineEnd(),a.lineStart(),m=h-1;m>=g;--m)a.point(x[m],S[m]);a.lineEnd(),a.areaEnd()}y&&(x[h]=+e(b,h,f),S[h]=+t(b,h,f),a.point(r?+r(b,h,f):x[h],n?+n(b,h,f):S[h]))}if(w)return a=null,w+""||null}function d(){return GO().defined(o).curve(s).context(i)}return u.x=function(f){return arguments.length?(e=typeof f=="function"?f:vn(+f),r=null,u):e},u.x0=function(f){return arguments.length?(e=typeof f=="function"?f:vn(+f),u):e},u.x1=function(f){return arguments.length?(r=f==null?null:typeof f=="function"?f:vn(+f),u):r},u.y=function(f){return arguments.length?(t=typeof f=="function"?f:vn(+f),n=null,u):t},u.y0=function(f){return arguments.length?(t=typeof f=="function"?f:vn(+f),u):t},u.y1=function(f){return arguments.length?(n=f==null?null:typeof f=="function"?f:vn(+f),u):n},u.lineX0=u.lineY0=function(){return d().x(e).y(t)},u.lineY1=function(){return d().x(e).y(n)},u.lineX1=function(){return d().x(r).y(t)},u.defined=function(f){return arguments.length?(o=typeof f=="function"?f:vn(!!f),u):o},u.curve=function(f){return arguments.length?(s=f,i!=null&&(a=s(i)),u):s},u.context=function(f){return arguments.length?(f==null?i=a=null:a=s(i=f),u):i},u}class KO{constructor(t,n){this._context=t,this._x=n}areaStart(){this._line=0}areaEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line}point(t,n){switch(t=+t,n=+n,this._point){case 0:{this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break}case 1:this._point=2;default:{this._x?this._context.bezierCurveTo(this._x0=(this._x0+t)/2,this._y0,this._x0,n,t,n):this._context.bezierCurveTo(this._x0,this._y0=(this._y0+n)/2,t,this._y0,t,n);break}}this._x0=t,this._y0=n}}function f2e(e){return new KO(e,!0)}function p2e(e){return new KO(e,!1)}const Mh={draw(e,t){const n=Li(t/mf);e.moveTo(n,0),e.arc(0,0,n,0,vf)}},h2e={draw(e,t){const n=Li(t/5)/2;e.moveTo(-3*n,-n),e.lineTo(-n,-n),e.lineTo(-n,-3*n),e.lineTo(n,-3*n),e.lineTo(n,-n),e.lineTo(3*n,-n),e.lineTo(3*n,n),e.lineTo(n,n),e.lineTo(n,3*n),e.lineTo(-n,3*n),e.lineTo(-n,n),e.lineTo(-3*n,n),e.closePath()}},YO=Li(1/3),g2e=YO*2,m2e={draw(e,t){const n=Li(t/g2e),r=n*YO;e.moveTo(0,-n),e.lineTo(r,0),e.lineTo(0,n),e.lineTo(-r,0),e.closePath()}},v2e={draw(e,t){const n=Li(t),r=-n/2;e.rect(r,r,n,n)}},b2e=.8908130915292852,XO=gf(mf/10)/gf(7*mf/10),C2e=gf(vf/10)*XO,y2e=-zO(vf/10)*XO,x2e={draw(e,t){const n=Li(t*b2e),r=C2e*n,o=y2e*n;e.moveTo(0,-n),e.lineTo(r,o);for(let i=1;i<5;++i){const s=vf*i/5,a=zO(s),c=gf(s);e.lineTo(c*n,-a*n),e.lineTo(a*r-c*o,c*r+a*o)}e.closePath()}},Eh=Li(3),w2e={draw(e,t){const n=-Li(t/(Eh*3));e.moveTo(0,n*2),e.lineTo(-Eh*n,-n),e.lineTo(Eh*n,-n),e.closePath()}},oi=-.5,ii=Li(3)/2,Oh=1/Li(12),S2e=(Oh/2+1)*3,T2e={draw(e,t){const n=Li(t/S2e),r=n/2,o=n*Oh,i=r,s=n*Oh+n,a=-i,c=s;e.moveTo(r,o),e.lineTo(i,s),e.lineTo(a,c),e.lineTo(oi*r-ii*o,ii*r+oi*o),e.lineTo(oi*i-ii*s,ii*i+oi*s),e.lineTo(oi*a-ii*c,ii*a+oi*c),e.lineTo(oi*r+ii*o,oi*o-ii*r),e.lineTo(oi*i+ii*s,oi*s-ii*i),e.lineTo(oi*a+ii*c,oi*c-ii*a),e.closePath()}};function M2e(e,t){let n=null,r=Sh(o);e=typeof e=="function"?e:vn(e||Mh),t=typeof t=="function"?t:vn(t===void 0?64:+t);function o(){let i;if(n||(n=i=r()),e.apply(this,arguments).draw(n,+t.apply(this,arguments)),i)return n=null,i+""||null}return o.type=function(i){return arguments.length?(e=typeof i=="function"?i:vn(i),o):e},o.size=function(i){return arguments.length?(t=typeof i=="function"?i:vn(+i),o):t},o.context=function(i){return arguments.length?(n=i??null,o):n},o}function yf(){}function xf(e,t,n){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+n)/6)}function JO(e){this._context=e}JO.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:xf(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:xf(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function E2e(e){return new JO(e)}function QO(e){this._context=e}QO.prototype={areaStart:yf,areaEnd:yf,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2),this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break}case 3:{this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4);break}}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:xf(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function O2e(e){return new QO(e)}function ek(e){this._context=e}ek.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var n=(this._x0+4*this._x1+e)/6,r=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(n,r):this._context.moveTo(n,r);break;case 3:this._point=4;default:xf(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function k2e(e){return new ek(e)}function tk(e){this._context=e}tk.prototype={areaStart:yf,areaEnd:yf,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(e,t){e=+e,t=+t,this._point?this._context.lineTo(e,t):(this._point=1,this._context.moveTo(e,t))}};function P2e(e){return new tk(e)}function nk(e){return e<0?-1:1}function rk(e,t,n){var r=e._x1-e._x0,o=t-e._x1,i=(e._y1-e._y0)/(r||o<0&&-0),s=(n-e._y1)/(o||r<0&&-0),a=(i*o+s*r)/(r+o);return(nk(i)+nk(s))*Math.min(Math.abs(i),Math.abs(s),.5*Math.abs(a))||0}function ok(e,t){var n=e._x1-e._x0;return n?(3*(e._y1-e._y0)/n-t)/2:t}function kh(e,t,n){var r=e._x0,o=e._y0,i=e._x1,s=e._y1,a=(i-r)/3;e._context.bezierCurveTo(r+a,o+a*t,i-a,s-a*n,i,s)}function wf(e){this._context=e}wf.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:kh(this,this._t0,ok(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var n=NaN;if(e=+e,t=+t,!(e===this._x1&&t===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,kh(this,ok(this,n=rk(this,e,t)),n);break;default:kh(this,this._t0,n=rk(this,e,t));break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=n}}};function ik(e){this._context=new sk(e)}(ik.prototype=Object.create(wf.prototype)).point=function(e,t){wf.prototype.point.call(this,t,e)};function sk(e){this._context=e}sk.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,n,r,o,i){this._context.bezierCurveTo(t,e,r,n,i,o)}};function j2e(e){return new wf(e)}function I2e(e){return new ik(e)}function ak(e){this._context=e}ak.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var e=this._x,t=this._y,n=e.length;if(n)if(this._line?this._context.lineTo(e[0],t[0]):this._context.moveTo(e[0],t[0]),n===2)this._context.lineTo(e[1],t[1]);else for(var r=lk(e),o=lk(t),i=0,s=1;s<n;++i,++s)this._context.bezierCurveTo(r[0][i],o[0][i],r[1][i],o[1][i],e[s],t[s]);(this._line||this._line!==0&&n===1)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(e,t){this._x.push(+e),this._y.push(+t)}};function lk(e){var t,n=e.length-1,r,o=new Array(n),i=new Array(n),s=new Array(n);for(o[0]=0,i[0]=2,s[0]=e[0]+2*e[1],t=1;t<n-1;++t)o[t]=1,i[t]=4,s[t]=4*e[t]+2*e[t+1];for(o[n-1]=2,i[n-1]=7,s[n-1]=8*e[n-1]+e[n],t=1;t<n;++t)r=o[t]/i[t-1],i[t]-=r,s[t]-=r*s[t-1];for(o[n-1]=s[n-1]/i[n-1],t=n-2;t>=0;--t)o[t]=(s[t]-o[t+1])/i[t];for(i[n-1]=(e[n]+o[n-1])/2,t=0;t<n-1;++t)i[t]=2*e[t+1]-o[t+1];return[o,i]}function L2e(e){return new ak(e)}function Sf(e,t){this._context=e,this._t=t}Sf.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&this._point===2&&this._context.lineTo(this._x,this._y),(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:{if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var n=this._x*(1-this._t)+e*this._t;this._context.lineTo(n,this._y),this._context.lineTo(n,t)}break}}this._x=e,this._y=t}};function A2e(e){return new Sf(e,.5)}function R2e(e){return new Sf(e,0)}function D2e(e){return new Sf(e,1)}function hc(e,t){if((s=e.length)>1)for(var n=1,r,o,i=e[t[0]],s,a=i.length;n<s;++n)for(o=i,i=e[t[n]],r=0;r<a;++r)i[r][1]+=i[r][0]=isNaN(o[r][1])?o[r][0]:o[r][1]}function Ph(e){for(var t=e.length,n=new Array(t);--t>=0;)n[t]=t;return n}function V2e(e,t){return e[t]}function N2e(e){const t=[];return t.key=e,t}function _2e(){var e=vn([]),t=Ph,n=hc,r=V2e;function o(i){var s=Array.from(e.apply(this,arguments),N2e),a,c=s.length,u=-1,d;for(const f of i)for(a=0,++u;a<c;++a)(s[a][u]=[0,+r(f,s[a].key,u,i)]).data=f;for(a=0,d=Th(t(s));a<c;++a)s[d[a]].index=a;return n(s,d),s}return o.keys=function(i){return arguments.length?(e=typeof i=="function"?i:vn(Array.from(i)),o):e},o.value=function(i){return arguments.length?(r=typeof i=="function"?i:vn(+i),o):r},o.order=function(i){return arguments.length?(t=i==null?Ph:typeof i=="function"?i:vn(Array.from(i)),o):t},o.offset=function(i){return arguments.length?(n=i??hc,o):n},o}function $2e(e,t){if((r=e.length)>0){for(var n,r,o=0,i=e[0].length,s;o<i;++o){for(s=n=0;n<r;++n)s+=e[n][o][1]||0;if(s)for(n=0;n<r;++n)e[n][o][1]/=s}hc(e,t)}}function H2e(e,t){if((o=e.length)>0){for(var n=0,r=e[t[0]],o,i=r.length;n<i;++n){for(var s=0,a=0;s<o;++s)a+=e[s][n][1]||0;r[n][1]+=r[n][0]=-a/2}hc(e,t)}}function F2e(e,t){if(!(!((s=e.length)>0)||!((i=(o=e[t[0]]).length)>0))){for(var n=0,r=1,o,i,s;r<i;++r){for(var a=0,c=0,u=0;a<s;++a){for(var d=e[t[a]],f=d[r][1]||0,h=d[r-1][1]||0,g=(f-h)/2,m=0;m<a;++m){var v=e[t[m]],b=v[r][1]||0,y=v[r-1][1]||0;g+=b-y}c+=f,u+=g*f}o[r-1][1]+=o[r-1][0]=n,c&&(n-=u/c)}o[r-1][1]+=o[r-1][0]=n,hc(e,t)}}var B2e=["type","size","sizeType"];function jh(){return jh=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},jh.apply(null,arguments)}function ck(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function uk(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?ck(Object(n),!0).forEach(function(r){z2e(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ck(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function z2e(e,t,n){return(t=W2e(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function W2e(e){var t=Z2e(e,"string");return typeof t=="symbol"?t:t+""}function Z2e(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function U2e(e,t){if(e==null)return{};var n,r,o=q2e(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function q2e(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var dk={symbolCircle:Mh,symbolCross:h2e,symbolDiamond:m2e,symbolSquare:v2e,symbolStar:x2e,symbolTriangle:w2e,symbolWye:T2e},G2e=Math.PI/180,K2e=e=>{var t="symbol".concat(ju(e));return dk[t]||Mh},Y2e=(e,t,n)=>{if(t==="area")return e;switch(n){case"cross":return 5*e*e/9;case"diamond":return .5*e*e/Math.sqrt(3);case"square":return e*e;case"star":{var r=18*G2e;return 1.25*e*e*(Math.tan(r)-Math.tan(r*2)*Math.tan(r)**2)}case"triangle":return Math.sqrt(3)*e*e/4;case"wye":return(21-10*Math.sqrt(3))*e*e/8;default:return Math.PI*e*e/4}},X2e=(e,t)=>{dk["symbol".concat(ju(e))]=t},Ih=e=>{var{type:t="circle",size:n=64,sizeType:r="area"}=e,o=U2e(e,B2e),i=uk(uk({},o),{},{type:t,size:n,sizeType:r}),s=()=>{var f=K2e(t),h=M2e().type(f).size(Y2e(n,r,t));return h()},{className:a,cx:c,cy:u}=i,d=mn(i,!0);return c===+c&&u===+u&&n===+n?C.createElement("path",jh({},d,{className:ae("recharts-symbols",a),transform:"translate(".concat(c,", ").concat(u,")"),d:s()})):null};Ih.registerSymbol=X2e;var Lh={},Ah={},fk;function J2e(){return fk||(fk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n,r){const o=new Map;for(let i=0;i<n.length;i++){const s=n[i],a=r(s);o.has(a)||o.set(a,s)}return Array.from(o.values())}e.uniqBy=t})(Ah)),Ah}var Rh={},pk;function hk(){return pk||(pk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return n}e.identity=t})(Rh)),Rh}var Dh={},Vh={},Nh={},gk;function Q2e(){return gk||(gk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return Number.isSafeInteger(n)&&n>=0}e.isLength=t})(Nh)),Nh}var mk;function _h(){return mk||(mk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=Q2e();function n(r){return r!=null&&typeof r!="function"&&t.isLength(r.length)}e.isArrayLike=n})(Vh)),Vh}var $h={},vk;function ece(){return vk||(vk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return typeof n=="object"&&n!==null}e.isObjectLike=t})($h)),$h}var bk;function tce(){return bk||(bk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=_h(),n=ece();function r(o){return n.isObjectLike(o)&&t.isArrayLike(o)}e.isArrayLikeObject=r})(Dh)),Dh}var Hh={},Fh={},Ck;function nce(){return Ck||(Ck=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=ph();function n(r){return function(o){return t.get(o,r)}}e.property=n})(Fh)),Fh}var Bh={},zh={},Wh={},Zh={},yk;function xk(){return yk||(yk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return n!==null&&(typeof n=="object"||typeof n=="function")}e.isObject=t})(Zh)),Zh}var Uh={},wk;function Sk(){return wk||(wk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return n==null||typeof n!="object"&&typeof n!="function"}e.isPrimitive=t})(Uh)),Uh}var qh={},Tk;function Gh(){return Tk||(Tk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n,r){return n===r||Number.isNaN(n)&&Number.isNaN(r)}e.eq=t})(qh)),qh}var Mk;function rce(){return Mk||(Mk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=Kh(),n=xk(),r=Sk(),o=Gh();function i(f,h,g){return typeof g!="function"?t.isMatch(f,h):s(f,h,function m(v,b,y,w,x,S){const T=g(v,b,y,w,x,S);return T!==void 0?!!T:s(v,b,m,S)},new Map)}function s(f,h,g,m){if(h===f)return!0;switch(typeof h){case"object":return a(f,h,g,m);case"function":return Object.keys(h).length>0?s(f,{...h},g,m):o.eq(f,h);default:return n.isObject(f)?typeof h=="string"?h==="":!0:o.eq(f,h)}}function a(f,h,g,m){if(h==null)return!0;if(Array.isArray(h))return u(f,h,g,m);if(h instanceof Map)return c(f,h,g,m);if(h instanceof Set)return d(f,h,g,m);const v=Object.keys(h);if(f==null)return v.length===0;if(v.length===0)return!0;if(m&&m.has(h))return m.get(h)===f;m&&m.set(h,f);try{for(let b=0;b<v.length;b++){const y=v[b];if(!r.isPrimitive(f)&&!(y in f)||h[y]===void 0&&f[y]!==void 0||h[y]===null&&f[y]!==null||!g(f[y],h[y],y,f,h,m))return!1}return!0}finally{m&&m.delete(h)}}function c(f,h,g,m){if(h.size===0)return!0;if(!(f instanceof Map))return!1;for(const[v,b]of h.entries()){const y=f.get(v);if(g(y,b,v,f,h,m)===!1)return!1}return!0}function u(f,h,g,m){if(h.length===0)return!0;if(!Array.isArray(f))return!1;const v=new Set;for(let b=0;b<h.length;b++){const y=h[b];let w=!1;for(let x=0;x<f.length;x++){if(v.has(x))continue;const S=f[x];let T=!1;if(g(S,y,b,f,h,m)&&(T=!0),T){v.add(x),w=!0;break}}if(!w)return!1}return!0}function d(f,h,g,m){return h.size===0?!0:f instanceof Set?u([...f],[...h],g,m):!1}e.isMatchWith=i,e.isSetMatch=d})(Wh)),Wh}var Ek;function Kh(){return Ek||(Ek=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=rce();function n(r,o){return t.isMatchWith(r,o,()=>{})}e.isMatch=n})(zh)),zh}var Yh={},Xh={},Jh={},Ok;function kk(){return Ok||(Ok=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return Object.getOwnPropertySymbols(n).filter(r=>Object.prototype.propertyIsEnumerable.call(n,r))}e.getSymbols=t})(Jh)),Jh}var Qh={},Pk;function e9(){return Pk||(Pk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return n==null?n===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(n)}e.getTag=t})(Qh)),Qh}var t9={},jk;function n9(){return jk||(jk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t="[object RegExp]",n="[object String]",r="[object Number]",o="[object Boolean]",i="[object Arguments]",s="[object Symbol]",a="[object Date]",c="[object Map]",u="[object Set]",d="[object Array]",f="[object Function]",h="[object ArrayBuffer]",g="[object Object]",m="[object Error]",v="[object DataView]",b="[object Uint8Array]",y="[object Uint8ClampedArray]",w="[object Uint16Array]",x="[object Uint32Array]",S="[object BigUint64Array]",T="[object Int8Array]",M="[object Int16Array]",E="[object Int32Array]",O="[object BigInt64Array]",P="[object Float32Array]",k="[object Float64Array]";e.argumentsTag=i,e.arrayBufferTag=h,e.arrayTag=d,e.bigInt64ArrayTag=O,e.bigUint64ArrayTag=S,e.booleanTag=o,e.dataViewTag=v,e.dateTag=a,e.errorTag=m,e.float32ArrayTag=P,e.float64ArrayTag=k,e.functionTag=f,e.int16ArrayTag=M,e.int32ArrayTag=E,e.int8ArrayTag=T,e.mapTag=c,e.numberTag=r,e.objectTag=g,e.regexpTag=t,e.setTag=u,e.stringTag=n,e.symbolTag=s,e.uint16ArrayTag=w,e.uint32ArrayTag=x,e.uint8ArrayTag=b,e.uint8ClampedArrayTag=y})(t9)),t9}var r9={},Ik;function oce(){return Ik||(Ik=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return ArrayBuffer.isView(n)&&!(n instanceof DataView)}e.isTypedArray=t})(r9)),r9}var Lk;function Ak(){return Lk||(Lk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=kk(),n=e9(),r=n9(),o=Sk(),i=oce();function s(d,f){return a(d,void 0,d,new Map,f)}function a(d,f,h,g=new Map,m=void 0){const v=m==null?void 0:m(d,f,h,g);if(v!==void 0)return v;if(o.isPrimitive(d))return d;if(g.has(d))return g.get(d);if(Array.isArray(d)){const b=new Array(d.length);g.set(d,b);for(let y=0;y<d.length;y++)b[y]=a(d[y],y,h,g,m);return Object.hasOwn(d,"index")&&(b.index=d.index),Object.hasOwn(d,"input")&&(b.input=d.input),b}if(d instanceof Date)return new Date(d.getTime());if(d instanceof RegExp){const b=new RegExp(d.source,d.flags);return b.lastIndex=d.lastIndex,b}if(d instanceof Map){const b=new Map;g.set(d,b);for(const[y,w]of d)b.set(y,a(w,y,h,g,m));return b}if(d instanceof Set){const b=new Set;g.set(d,b);for(const y of d)b.add(a(y,void 0,h,g,m));return b}if(typeof Buffer<"u"&&Buffer.isBuffer(d))return d.subarray();if(i.isTypedArray(d)){const b=new(Object.getPrototypeOf(d)).constructor(d.length);g.set(d,b);for(let y=0;y<d.length;y++)b[y]=a(d[y],y,h,g,m);return b}if(d instanceof ArrayBuffer||typeof SharedArrayBuffer<"u"&&d instanceof SharedArrayBuffer)return d.slice(0);if(d instanceof DataView){const b=new DataView(d.buffer.slice(0),d.byteOffset,d.byteLength);return g.set(d,b),c(b,d,h,g,m),b}if(typeof File<"u"&&d instanceof File){const b=new File([d],d.name,{type:d.type});return g.set(d,b),c(b,d,h,g,m),b}if(d instanceof Blob){const b=new Blob([d],{type:d.type});return g.set(d,b),c(b,d,h,g,m),b}if(d instanceof Error){const b=new d.constructor;return g.set(d,b),b.message=d.message,b.name=d.name,b.stack=d.stack,b.cause=d.cause,c(b,d,h,g,m),b}if(typeof d=="object"&&u(d)){const b=Object.create(Object.getPrototypeOf(d));return g.set(d,b),c(b,d,h,g,m),b}return d}function c(d,f,h=d,g,m){const v=[...Object.keys(f),...t.getSymbols(f)];for(let b=0;b<v.length;b++){const y=v[b],w=Object.getOwnPropertyDescriptor(d,y);(w==null||w.writable)&&(d[y]=a(f[y],y,h,g,m))}}function u(d){switch(n.getTag(d)){case r.argumentsTag:case r.arrayTag:case r.arrayBufferTag:case r.dataViewTag:case r.booleanTag:case r.dateTag:case r.float32ArrayTag:case r.float64ArrayTag:case r.int8ArrayTag:case r.int16ArrayTag:case r.int32ArrayTag:case r.mapTag:case r.numberTag:case r.objectTag:case r.regexpTag:case r.setTag:case r.stringTag:case r.symbolTag:case r.uint8ArrayTag:case r.uint8ClampedArrayTag:case r.uint16ArrayTag:case r.uint32ArrayTag:return!0;default:return!1}}e.cloneDeepWith=s,e.cloneDeepWithImpl=a,e.copyProperties=c})(Xh)),Xh}var Rk;function ice(){return Rk||(Rk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=Ak();function n(r){return t.cloneDeepWithImpl(r,void 0,r,new Map,void 0)}e.cloneDeep=n})(Yh)),Yh}var Dk;function sce(){return Dk||(Dk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=Kh(),n=ice();function r(o){return o=n.cloneDeep(o),i=>t.isMatch(i,o)}e.matches=r})(Bh)),Bh}var o9={},i9={},s9={},Vk;function ace(){return Vk||(Vk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=Ak(),n=n9();function r(o,i){return t.cloneDeepWith(o,(s,a,c,u)=>{const d=i==null?void 0:i(s,a,c,u);if(d!==void 0)return d;if(typeof o=="object")switch(Object.prototype.toString.call(o)){case n.numberTag:case n.stringTag:case n.booleanTag:{const f=new o.constructor(o==null?void 0:o.valueOf());return t.copyProperties(f,o),f}case n.argumentsTag:{const f={};return t.copyProperties(f,o),f.length=o.length,f[Symbol.iterator]=o[Symbol.iterator],f}default:return}})}e.cloneDeepWith=r})(s9)),s9}var Nk;function lce(){return Nk||(Nk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=ace();function n(r){return t.cloneDeepWith(r)}e.cloneDeep=n})(i9)),i9}var a9={},l9={},_k;function $k(){return _k||(_k=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=/^(?:0|[1-9]\d*)$/;function n(r,o=Number.MAX_SAFE_INTEGER){switch(typeof r){case"number":return Number.isInteger(r)&&r>=0&&r<o;case"symbol":return!1;case"string":return t.test(r)}}e.isIndex=n})(l9)),l9}var c9={},Hk;function cce(){return Hk||(Hk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=e9();function n(r){return r!==null&&typeof r=="object"&&t.getTag(r)==="[object Arguments]"}e.isArguments=n})(c9)),c9}var Fk;function uce(){return Fk||(Fk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=kO(),n=$k(),r=cce(),o=fh();function i(s,a){let c;if(Array.isArray(a)?c=a:typeof a=="string"&&t.isDeepKey(a)&&(s==null?void 0:s[a])==null?c=o.toPath(a):c=[a],c.length===0)return!1;let u=s;for(let d=0;d<c.length;d++){const f=c[d];if((u==null||!Object.hasOwn(u,f))&&!((Array.isArray(u)||r.isArguments(u))&&n.isIndex(f)&&f<u.length))return!1;u=u[f]}return!0}e.has=i})(a9)),a9}var Bk;function dce(){return Bk||(Bk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=Kh(),n=jO(),r=lce(),o=ph(),i=uce();function s(a,c){switch(typeof a){case"object":{Object.is(a==null?void 0:a.valueOf(),-0)&&(a="-0");break}case"number":{a=n.toKey(a);break}}return c=r.cloneDeep(c),function(u){const d=o.get(u,a);return d===void 0?i.has(u,a):c===void 0?d===void 0:t.isMatch(d,c)}}e.matchesProperty=s})(o9)),o9}var zk;function fce(){return zk||(zk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=hk(),n=nce(),r=sce(),o=dce();function i(s){if(s==null)return t.identity;switch(typeof s){case"function":return s;case"object":return Array.isArray(s)&&s.length===2?o.matchesProperty(s[0],s[1]):r.matches(s);case"string":case"symbol":case"number":return n.property(s)}}e.iteratee=i})(Hh)),Hh}var Wk;function pce(){return Wk||(Wk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=J2e(),n=hk(),r=tce(),o=fce();function i(s,a=n.identity){return r.isArrayLikeObject(s)?t.uniqBy(Array.from(s),o.iteratee(a)):[]}e.uniqBy=i})(Lh)),Lh}var u9,Zk;function hce(){return Zk||(Zk=1,u9=pce().uniqBy),u9}var gce=hce();const Uk=wi(gce);function mce(e,t,n){return t===!0?Uk(e,n):typeof t=="function"?Uk(e,t):e}var Tf={exports:{}},d9={},Mf={exports:{}},f9={};/**
362
+ `));const Je=Ue.props.value===void 0?lt:Ue.props.value;ce.set(Je,lt);const St=Je===P;return lt+=1,C.cloneElement(Ue,{fullWidth:k==="fullWidth",indicator:St&&!ne&&Ye,selected:St,selectionFollowsFocus:x,onChange:v,textColor:O,value:Je,...lt===1&&P===!1&&!Ue.props.tabIndex?{tabIndex:0}:{}})}),ut=Ue=>{if(Ue.altKey||Ue.shiftKey||Ue.ctrlKey||Ue.metaKey)return;const Je=he.current,St=In(Je).activeElement;if(St.getAttribute("role")!=="tab")return;let Ze=b==="horizontal"?"ArrowLeft":"ArrowUp",Mr=b==="horizontal"?"ArrowRight":"ArrowDown";switch(b==="horizontal"&&i&&(Ze="ArrowRight",Mr="ArrowLeft"),Ue.key){case Ze:Ue.preventDefault(),Z3(Je,St,OM);break;case Mr:Ue.preventDefault(),Z3(Je,St,EM);break;case"Home":Ue.preventDefault(),Z3(Je,null,EM);break;case"End":Ue.preventDefault(),Z3(Je,null,OM);break}},mt=De(),[Ft,kn]=Xe("root",{ref:n,className:ae($.root,f),elementType:Wre,externalForwardedProps:{...pe,...I,component:h},ownerState:V}),[pr,Kn]=Xe("scroller",{ref:re,className:$.scroller,elementType:Zre,externalForwardedProps:pe,ownerState:V,additionalProps:{style:{overflow:oe.overflow,[D?`margin${i?"Left":"Right"}`:"marginBottom"]:j?void 0:-oe.scrollbarWidth}}}),[gt,rr]=Xe("list",{ref:he,className:ae($.list,$.flexContainer),elementType:Ure,externalForwardedProps:pe,ownerState:V,getSlotProps:Ue=>({...Ue,onKeyDown:Je=>{var St;ut(Je),(St=Ue.onKeyDown)==null||St.call(Ue,Je)}})});return p.jsxs(Ft,{...kn,children:[mt.scrollButtonStart,mt.scrollbarSizeListener,p.jsxs(pr,{...Kn,children:[p.jsx(gt,{"aria-label":s,"aria-labelledby":a,"aria-orientation":b==="vertical"?"vertical":null,role:"tablist",...rr,children:Mt}),ne&&Ye]}),mt.scrollButtonEnd]})});process.env.NODE_ENV!=="production"&&(U3.propTypes={action:Wt,allowScrollButtonsMobile:l.bool,"aria-label":l.string,"aria-labelledby":l.string,centered:l.bool,children:l.node,classes:l.object,className:l.string,component:l.elementType,indicatorColor:l.oneOfType([l.oneOf(["primary","secondary"]),l.string]),onChange:l.func,orientation:l.oneOf(["horizontal","vertical"]),ScrollButtonComponent:l.elementType,scrollButtons:l.oneOf(["auto",!1,!0]),selectionFollowsFocus:l.bool,slotProps:l.shape({endScrollButtonIcon:l.oneOfType([l.func,l.object]),indicator:l.oneOfType([l.func,l.object]),list:l.oneOfType([l.func,l.object]),root:l.oneOfType([l.func,l.object]),scrollbar:l.oneOfType([l.func,l.object]),scrollButtons:l.oneOfType([l.func,l.object]),scroller:l.oneOfType([l.func,l.object]),startScrollButtonIcon:l.oneOfType([l.func,l.object])}),slots:l.shape({endScrollButtonIcon:l.elementType,EndScrollButtonIcon:l.elementType,indicator:l.elementType,list:l.elementType,root:l.elementType,scrollbar:l.elementType,scrollButtons:l.elementType,scroller:l.elementType,startScrollButtonIcon:l.elementType,StartScrollButtonIcon:l.elementType}),sx:l.oneOfType([l.arrayOf(l.oneOfType([l.func,l.object,l.bool])),l.func,l.object]),TabIndicatorProps:l.object,TabScrollButtonProps:l.object,textColor:l.oneOf(["inherit","primary","secondary"]),value:l.any,variant:l.oneOf(["fullWidth","scrollable","standard"]),visibleScrollbar:l.bool});function Kre(e){return Me("MuiTextField",e)}Ee("MuiTextField",["root"]);const Yre={standard:j3,filled:k3,outlined:A3},Xre=e=>{const{classes:t}=e;return xe({root:["root"]},Kre,t)},Jre=z(eu,{name:"MuiTextField",slot:"Root",overridesResolver:(e,t)=>t.root})({}),Ei=C.forwardRef(function(t,n){const r=We({props:t,name:"MuiTextField"}),{autoComplete:o,autoFocus:i=!1,children:s,className:a,color:c="primary",defaultValue:u,disabled:d=!1,error:f=!1,FormHelperTextProps:h,fullWidth:g=!1,helperText:m,id:v,InputLabelProps:b,inputProps:y,InputProps:w,inputRef:x,label:S,maxRows:T,minRows:M,multiline:E=!1,name:O,onBlur:P,onChange:k,onFocus:j,placeholder:I,required:A=!1,rows:D,select:N=!1,SelectProps:_,slots:Z={},slotProps:B={},type:H,value:V,variant:$="outlined",...Y}=r,X={...r,autoFocus:i,color:c,disabled:d,error:f,fullWidth:g,multiline:E,required:A,select:N,variant:$},ne=Xre(X);process.env.NODE_ENV!=="production"&&N&&!s&&console.error("MUI: `children` must be passed when using the `TextField` component with `select`.");const q=ro(v),J=m&&q?`${q}-helper-text`:void 0,te=S&&q?`${q}-label`:void 0,K=Yre[$],U={slots:Z,slotProps:{input:w,inputLabel:b,htmlInput:y,formHelperText:h,select:_,...B}},F={},G=U.slotProps.inputLabel;$==="outlined"&&(G&&typeof G.shrink<"u"&&(F.notched=G.shrink),F.label=S),N&&((!_||!_.native)&&(F.id=void 0),F["aria-describedby"]=void 0);const[R,Q]=Xe("root",{elementType:Jre,shouldForwardComponentProp:!0,externalForwardedProps:{...U,...Y},ownerState:X,className:ae(ne.root,a),ref:n,additionalProps:{disabled:d,error:f,fullWidth:g,required:A,color:c,variant:$}}),[oe,se]=Xe("input",{elementType:K,externalForwardedProps:U,additionalProps:F,ownerState:X}),[ce,re]=Xe("inputLabel",{elementType:I3,externalForwardedProps:U,ownerState:X}),[he,pe]=Xe("htmlInput",{elementType:"input",externalForwardedProps:U,ownerState:X}),[be,ke]=Xe("formHelperText",{elementType:P3,externalForwardedProps:U,ownerState:X}),[Se,it]=Xe("select",{elementType:du,externalForwardedProps:U,ownerState:X}),nt=p.jsx(oe,{"aria-describedby":J,autoComplete:o,autoFocus:i,defaultValue:u,fullWidth:g,multiline:E,name:O,rows:D,maxRows:T,minRows:M,type:H,value:V,id:q,inputRef:x,onBlur:P,onChange:k,onFocus:j,placeholder:I,inputProps:pe,slots:{input:Z.htmlInput?he:void 0},...se});return p.jsxs(R,{...Q,children:[S!=null&&S!==""&&p.jsx(ce,{htmlFor:q,id:te,...re,children:S}),N?p.jsx(Se,{"aria-describedby":J,id:q,labelId:te,value:V,input:nt,...it,children:s}):nt,m&&p.jsx(be,{id:J,...ke,children:m})]})});process.env.NODE_ENV!=="production"&&(Ei.propTypes={autoComplete:l.string,autoFocus:l.bool,children:l.node,classes:l.object,className:l.string,color:l.oneOfType([l.oneOf(["primary","secondary","error","info","success","warning"]),l.string]),defaultValue:l.any,disabled:l.bool,error:l.bool,FormHelperTextProps:l.object,fullWidth:l.bool,helperText:l.node,id:l.string,InputLabelProps:l.object,inputProps:l.object,InputProps:l.object,inputRef:Wt,label:l.node,margin:l.oneOf(["dense","none","normal"]),maxRows:l.oneOfType([l.number,l.string]),minRows:l.oneOfType([l.number,l.string]),multiline:l.bool,name:l.string,onBlur:l.func,onChange:l.func,onFocus:l.func,placeholder:l.string,required:l.bool,rows:l.oneOfType([l.number,l.string]),select:l.bool,SelectProps:l.object,size:l.oneOfType([l.oneOf(["medium","small"]),l.string]),slotProps:l.shape({formHelperText:l.oneOfType([l.func,l.object]),htmlInput:l.oneOfType([l.func,l.object]),input:l.oneOfType([l.func,l.object]),inputLabel:l.oneOfType([l.func,l.object]),select:l.oneOfType([l.func,l.object])}),slots:l.shape({formHelperText:l.elementType,htmlInput:l.elementType,input:l.elementType,inputLabel:l.elementType,root:l.elementType,select:l.elementType}),sx:l.oneOfType([l.arrayOf(l.oneOfType([l.func,l.object,l.bool])),l.func,l.object]),type:l.string,value:l.any,variant:l.oneOf(["filled","outlined","standard"])});function Qre(e){return Me("MuiToggleButton",e)}const m8=Ee("MuiToggleButton",["root","disabled","selected","standard","primary","secondary","sizeSmall","sizeMedium","sizeLarge","fullWidth"]),jM=C.createContext({});process.env.NODE_ENV!=="production"&&(jM.displayName="ToggleButtonGroupContext");const IM=C.createContext(void 0);process.env.NODE_ENV!=="production"&&(IM.displayName="ToggleButtonGroupButtonContext");function eoe(e,t){return t===void 0||e===void 0?!1:Array.isArray(t)?t.includes(e):e===t}const toe=e=>{const{classes:t,fullWidth:n,selected:r,disabled:o,size:i,color:s}=e,a={root:["root",r&&"selected",o&&"disabled",n&&"fullWidth",`size${ue(i)}`,s]};return xe(a,Qre,t)},noe=z(oo,{name:"MuiToggleButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[`size${ue(n.size)}`]]}})(Fe(({theme:e})=>({...e.typography.button,borderRadius:(e.vars||e).shape.borderRadius,padding:11,border:`1px solid ${(e.vars||e).palette.divider}`,color:(e.vars||e).palette.action.active,[`&.${m8.disabled}`]:{color:(e.vars||e).palette.action.disabled,border:`1px solid ${(e.vars||e).palette.action.disabledBackground}`},"&:hover":{textDecoration:"none",backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.hoverOpacity})`:$e(e.palette.text.primary,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},variants:[{props:{color:"standard"},style:{[`&.${m8.selected}`]:{color:(e.vars||e).palette.text.primary,backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.selectedOpacity})`:$e(e.palette.text.primary,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:$e(e.palette.text.primary,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette.text.primaryChannel} / ${e.vars.palette.action.selectedOpacity})`:$e(e.palette.text.primary,e.palette.action.selectedOpacity)}}}}},...Object.entries(e.palette).filter(Ht()).map(([t])=>({props:{color:t},style:{[`&.${m8.selected}`]:{color:(e.vars||e).palette[t].main,backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.selectedOpacity})`:$e(e.palette[t].main,e.palette.action.selectedOpacity),"&:hover":{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / calc(${e.vars.palette.action.selectedOpacity} + ${e.vars.palette.action.hoverOpacity}))`:$e(e.palette[t].main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:e.vars?`rgba(${e.vars.palette[t].mainChannel} / ${e.vars.palette.action.selectedOpacity})`:$e(e.palette[t].main,e.palette.action.selectedOpacity)}}}}})),{props:{fullWidth:!0},style:{width:"100%"}},{props:{size:"small"},style:{padding:7,fontSize:e.typography.pxToRem(13)}},{props:{size:"large"},style:{padding:15,fontSize:e.typography.pxToRem(15)}}]}))),q3=C.forwardRef(function(t,n){const{value:r,...o}=C.useContext(jM),i=C.useContext(IM),s=R2({...o,selected:eoe(t.value,r)},t),a=We({props:s,name:"MuiToggleButton"}),{children:c,className:u,color:d="standard",disabled:f=!1,disableFocusRipple:h=!1,fullWidth:g=!1,onChange:m,onClick:v,selected:b,size:y="medium",value:w,...x}=a,S={...a,color:d,disabled:f,disableFocusRipple:h,fullWidth:g,size:y},T=toe(S),M=O=>{v&&(v(O,w),O.defaultPrevented)||m&&m(O,w)},E=i||"";return p.jsx(noe,{className:ae(o.className,T.root,u,E),disabled:f,focusRipple:!h,ref:n,onClick:M,onChange:m,value:w,ownerState:S,"aria-pressed":b,...x,children:c})});process.env.NODE_ENV!=="production"&&(q3.propTypes={children:l.node,classes:l.object,className:l.string,color:l.oneOfType([l.oneOf(["standard","primary","secondary","error","info","success","warning"]),l.string]),disabled:l.bool,disableFocusRipple:l.bool,disableRipple:l.bool,fullWidth:l.bool,onChange:l.func,onClick:l.func,selected:l.bool,size:l.oneOfType([l.oneOf(["small","medium","large"]),l.string]),sx:l.oneOfType([l.arrayOf(l.oneOfType([l.func,l.object,l.bool])),l.func,l.object]),value:l.any.isRequired});const LM=100,roe="202px",Oi=z(({className:e,title:t,arrow:n=!0,popperZIndex:r,...o})=>{const i=typeof t=="string"&&t.length>LM?`${t.slice(0,LM)}...`:t;return p.jsx(pn,{...o,title:i,arrow:n,classes:{popper:e},slotProps:{popper:{sx:{zIndex:r}}}})})(({theme:e,align:t="center",width:n=roe,padding:r="12px 16px 12px 16px"})=>{const o={display:"flex",justifyContent:t,width:n,padding:r,maxWidth:"unset",borderRadius:"0.5rem",border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[100],boxShadow:`0px 4px 20px 0px ${e.custom.grey[500]}`,fontSize:"0.75rem",fontWeight:600,color:e.custom.grey[2800],webkitLineBreak:"auto",wordBreak:"break-word",whiteSpace:"pre-line"};return{"& .MuiTooltip-tooltip *":{pointerEvents:"auto"},[`& .${un.arrow}`]:{color:e.custom.grey[100],"&:before":{border:`1px solid ${e.custom.grey[500]}`,boxSizing:"border-box"}},[`& .${un.tooltip}`]:{...o,"&.MuiTooltip-tooltip":{margin:"8px"}}}}),ooe=e=>{const{children:t,tooltip:n}=e;return n?p.jsx(Oi,{title:n,placement:"bottom",arrow:!0,enterDelay:100,children:t}):p.jsx(p.Fragment,{children:t})},G3=e=>{const t=de(),{children:n,size:r="small",tooltip:o,...i}=e;let s="28px",a="h5";switch(r){case"medium":s="36px",a="h4";break;case"big":s="40px",a="h3";break}return p.jsx(p.Fragment,{children:p.jsx(ooe,{tooltip:o,children:p.jsx(ee,{width:s,height:s,minWidth:s,minHeight:s,bgcolor:t.custom.grey[2800],color:"#fff",display:"flex",alignItems:"center",justifyContent:"center",borderRadius:"100%",...i,children:p.jsx(ie,{variant:a,color:"inherit",sx:{display:"inline-flex",transform:typeof n=="number"&&n>=100?"scale(0.8)":"none",userSelect:"none"},children:n})})})})},AM={default:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 6L6 34C6 34 30.9529 34 34 34L34 6H6ZM10.5482 8.625H29.5192L20.2061 17.938L10.5482 8.625ZM8.625 10.4172V29.5189L18.3496 19.7944L8.625 10.4172ZM20.2395 21.6168L10.4812 31.375H30.3592L20.2395 21.6168ZM31.375 28.7079V10.4815L22.096 19.7604L31.375 28.7079Z",fill:"currentColor"})),agriculture:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M4.9443 16.3611V13.5833H12.0554C12.8269 13.5833 13.4874 13.8542 14.0368 14.3958C14.5863 14.9375 14.9073 15.5926 14.9998 16.3611H4.9443ZM9.7188 31.8889C11.1839 31.8889 12.4304 31.3761 13.4582 30.3505C14.4859 29.3249 14.9998 28.0795 14.9998 26.6144C14.9998 25.1492 14.487 23.9028 13.4614 22.875C12.4358 21.8472 11.1905 21.3333 9.72534 21.3333C8.26017 21.3333 7.0137 21.8461 5.98592 22.8717C4.95814 23.8973 4.44425 25.1427 4.44425 26.6078C4.44425 28.073 4.95706 29.3195 5.98267 30.3472C7.00828 31.375 8.25366 31.8889 9.7188 31.8889ZM32.6338 31.8889C33.4427 31.8889 34.1318 31.6058 34.7013 31.0396C35.2707 30.4735 35.5554 29.786 35.5554 28.9771C35.5554 28.1683 35.2723 27.4792 34.7061 26.9097C34.14 26.3403 33.4525 26.0555 32.6436 26.0555C31.8348 26.0555 31.1457 26.3386 30.5762 26.9048C30.0068 27.471 29.722 28.1585 29.722 28.9673C29.722 29.7762 30.0051 30.4653 30.5713 31.0347C31.1375 31.6042 31.825 31.8889 32.6338 31.8889ZM9.72534 29.3889C8.95462 29.3889 8.29842 29.1192 7.75675 28.5797C7.21509 28.0402 6.94425 27.3851 6.94425 26.6144C6.94425 25.8437 7.214 25.1875 7.7535 24.6458C8.293 24.1042 8.9481 23.8333 9.7188 23.8333C10.4895 23.8333 11.1457 24.1031 11.6873 24.6426C12.229 25.1821 12.4998 25.8371 12.4998 26.6078C12.4998 27.3786 12.2301 28.0347 11.6906 28.5764C11.1511 29.1181 10.496 29.3889 9.72534 29.3889ZM33.611 23.3473C34.2035 23.4861 34.6943 23.6505 35.0832 23.8403C35.4721 24.0301 35.9072 24.3241 36.3887 24.7222V11.3611H22.5554L20.6109 9.38888L23.1109 6.88888L22.222 6L16.3332 11.8889L17.2498 12.8055L19.722 10.3333L21.6665 12.24V16.4167C21.6665 17.4938 21.2938 18.4158 20.5485 19.1828C19.8031 19.9498 18.8887 20.3333 17.8054 20.3333H14.7637C15.2915 20.75 15.7082 21.162 16.0137 21.5695C16.3193 21.9769 16.648 22.4908 16.9998 23.1111H17.8054C19.6202 23.1111 21.1804 22.4491 22.4859 21.125C23.7915 19.8009 24.4443 18.2315 24.4443 16.4167V14.1389H33.611V23.3473ZM27.0415 28C27.2082 27.3426 27.391 26.8218 27.5901 26.4375C27.7892 26.0532 28.0832 25.6389 28.472 25.1945H17.6665C17.7406 25.7408 17.7776 26.2084 17.7776 26.5973C17.7776 26.9861 17.7406 27.4537 17.6665 28H27.0415ZM32.6526 34.6667C31.0693 34.6667 29.7221 34.1189 28.611 33.0234C27.4999 31.9279 26.9443 30.6053 26.9443 29.0555C26.9443 27.4598 27.5083 26.0979 28.6363 24.9698C29.7644 23.8418 31.1263 23.2778 32.722 23.2778C34.2718 23.2778 35.5944 23.8337 36.6899 24.9455C37.7854 26.0572 38.3332 27.3995 38.3332 28.9722C38.3332 30.5648 37.7822 31.912 36.6804 33.0139C35.5785 34.1157 34.236 34.6667 32.6526 34.6667ZM9.6665 34.6667C7.43503 34.6667 5.54382 33.8813 3.99288 32.3104C2.44196 30.7396 1.6665 28.8398 1.6665 26.6111C1.6665 24.3824 2.45123 22.4827 4.02067 20.9118C5.59012 19.341 7.48959 18.5556 9.71909 18.5556C11.9486 18.5556 13.8491 19.3413 15.4205 20.9127C16.9919 22.4841 17.7776 24.3846 17.7776 26.6141C17.7776 28.8436 16.9929 30.7431 15.4234 32.3125C13.854 33.8819 11.935 34.6667 9.6665 34.6667Z",fill:"currentColor"})),animation:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M20.5555 7.2222C20.5555 8.06478 20.2569 8.78469 19.6597 9.38191C19.0625 9.97913 18.3426 10.2777 17.5 10.2777C17.1389 10.2777 16.8009 10.2199 16.4861 10.1042C16.1713 9.98841 15.8704 9.81942 15.5833 9.5972C14.8611 9.96756 14.2662 10.4814 13.7986 11.1389C13.331 11.7963 13.0879 12.5278 13.0694 13.3333H35L33.3333 25H25.7778V22.2222H31.0139C31.1713 21.2037 31.3171 20.1852 31.4514 19.1667C31.5857 18.1481 31.7315 17.1296 31.8889 16.1111H8.11108C8.2685 17.1296 8.41433 18.1481 8.54858 19.1667C8.68286 20.1852 8.82869 21.2037 8.98608 22.2222H14.2222V25H6.66667L5 13.3333H10.2778C10.2963 11.9722 10.6852 10.7361 11.4445 9.62499C12.2037 8.51388 13.2037 7.65739 14.4445 7.05553C14.4907 6.23148 14.8055 5.54398 15.3889 4.99303C15.9722 4.44212 16.6759 4.16666 17.5 4.16666C18.3426 4.16666 19.0625 4.46527 19.6597 5.06249C20.2569 5.65971 20.5555 6.37962 20.5555 7.2222ZM15.8194 32.2222H24.1806L25.2778 21.1111H14.7222L15.8194 32.2222ZM13.3333 35L12 21.3889C11.9259 20.5833 12.1667 19.8727 12.7222 19.2569C13.2778 18.6412 13.9583 18.3333 14.7639 18.3333H25.2361C26.0417 18.3333 26.7222 18.6412 27.2778 19.2569C27.8333 19.8727 28.0741 20.5833 28 21.3889L26.6667 35H13.3333Z",fill:"currentColor"})),brand:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M15.1252 27.0834L20.0002 24.125L24.8752 27.0834L23.5835 21.5417L27.9169 17.7917L22.2085 17.3334L20.0002 12.0834L17.7919 17.3334L12.0835 17.7917L16.4169 21.5417L15.1252 27.0834ZM20.028 38.8056L14.4169 33.3334H6.66687V25.5834L1.11133 20L6.66687 14.4167V6.66669H14.4169L20.028 1.11115L25.5835 6.66669H33.3335V14.4167L38.8891 20L33.3335 25.5834V33.3334H25.5835L20.028 38.8056ZM20.028 34.9167L24.4146 30.5556H30.5558V24.4167L34.9725 20L30.5558 15.5834V9.44444H24.4169L20.028 5.02777L15.5835 9.44444H9.44462V15.5834L5.02795 20L9.44462 24.4167V30.5556H15.5557L20.028 34.9167Z",fill:"currentColor"})),businessTrips:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M6.11125 35C5.36125 35 4.71079 34.7246 4.15987 34.1737C3.60895 33.6227 3.3335 32.9723 3.3335 32.2223V12.7778C3.3335 12.0278 3.60895 11.3773 4.15987 10.8264C4.71079 10.2755 5.36125 10 6.11125 10H13.3335V6.11112C13.3335 5.36112 13.609 4.71067 14.1599 4.15975C14.7108 3.60883 15.3612 3.33337 16.1112 3.33337H23.8891C24.6391 3.33337 25.2895 3.60883 25.8405 4.15975C26.3914 4.71067 26.6668 5.36112 26.6668 6.11112V10H33.8891C34.6391 10 35.2895 10.2755 35.8405 10.8264C36.3914 11.3773 36.6668 12.0278 36.6668 12.7778V32.2223C36.6668 32.9723 36.3914 33.6227 35.8405 34.1737C35.2895 34.7246 34.6391 35 33.8891 35H6.11125ZM16.1112 10H23.8891V6.11112H16.1112V10ZM33.8891 24.6945H24.1946V27.4722H15.8613V24.6945H6.11125V32.2223H33.8891V24.6945ZM18.6391 24.6945H21.4168V21.9167H18.6391V24.6945ZM6.11125 21.9167H15.8613V19.139H24.1946V21.9167H33.8891V12.7778H6.11125V21.9167Z",fill:"currentColor"})),carbonEmission:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M16.8332 24.8333V15.1667H24.8332V24.8333H16.8332ZM18.9998 22.6667H22.6665V17.3333H18.9998V22.6667ZM5.1665 24.8333V15.1667H13.1665V18.1667H10.9998V17.3333H7.33317V22.6667H10.9998V21.8333H13.1665V24.8333H5.1665ZM28.4998 29.8333V24.3333H33.4998V22.3333H28.4998V20.1667H35.6665V25.6667H30.6665V27.6667H35.6665V29.8333H28.4998Z",fill:"currentColor"})),carbonNeutrality:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6111 34.7222V21.7083H18.0555C16.2778 21.7083 14.5926 21.3681 13 20.6875C11.4074 20.0069 9.99537 19.0417 8.76387 17.7917C7.5324 16.5417 6.59722 15.0972 5.95833 13.4583C5.31944 11.8194 5 10.1111 5 8.33333V5H8.28671C10.0122 5 11.6759 5.34028 13.2778 6.02083C14.8796 6.70139 16.3055 7.66667 17.5555 8.91667C18.4537 9.83333 19.1968 10.8518 19.7847 11.9722C20.3727 13.0926 20.8009 14.2824 21.0695 15.5417C21.2573 15.2565 21.464 14.9815 21.6895 14.7167C21.915 14.4519 22.1528 14.1852 22.4028 13.9167C23.6528 12.6667 25.0787 11.7014 26.6805 11.0208C28.2824 10.3403 29.9599 10 31.713 10H35V13.3333C35 15.1111 34.6646 16.8194 33.9937 18.4583C33.3228 20.0972 32.3712 21.5417 31.1389 22.7917C29.8889 24.0417 28.4693 25 26.8802 25.6667C25.2912 26.3333 23.6274 26.6667 21.8889 26.6667H21.3889V34.7222H18.6111ZM18.6389 18.8889C18.6389 17.3148 18.3681 15.8403 17.8264 14.4653C17.2847 13.0903 16.5324 11.9074 15.5695 10.9167C14.6065 9.92592 13.4514 9.15508 12.1042 8.60417C10.7569 8.05322 9.31481 7.77775 7.77775 7.77775C7.77775 9.38889 8.03239 10.8843 8.54167 12.2639C9.05092 13.6435 9.78703 14.8333 10.75 15.8333C11.8426 16.9815 13.0417 17.7778 14.3472 18.2222C15.6528 18.6667 17.0833 18.8889 18.6389 18.8889ZM21.3889 23.8889C22.9444 23.8889 24.3958 23.625 25.743 23.0973C27.0903 22.5695 28.2454 21.8102 29.2083 20.8195C30.1713 19.8287 30.9144 18.6435 31.4375 17.2639C31.9607 15.8843 32.2222 14.3889 32.2222 12.7778C30.6667 12.7778 29.213 13.0532 27.8611 13.6042C26.5093 14.1551 25.3518 14.9213 24.3889 15.9028C23.2778 17.0509 22.5 18.2801 22.0555 19.5903C21.6111 20.9005 21.3889 22.3333 21.3889 23.8889Z",fill:"currentColor"})),collective:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.83333 38.3333C8.49075 38.3333 7.34954 37.8634 6.40971 36.9236C5.4699 35.9838 5 34.8426 5 33.5C5 32.1574 5.4699 31.0162 6.40971 30.0764C7.34954 29.1366 8.49075 28.6667 9.83333 28.6667C10.2222 28.6667 10.5694 28.7037 10.875 28.7778C11.1806 28.8519 11.4861 28.9584 11.7917 29.0972L14.9445 25.1667C14.3333 24.4537 13.8843 23.6435 13.5973 22.7361C13.3102 21.8287 13.2408 20.8982 13.3889 19.9445L8.90275 18.4305C8.46758 19.125 7.90278 19.6713 7.20833 20.0695C6.51389 20.4676 5.72222 20.6667 4.83333 20.6667C3.49075 20.6667 2.34954 20.1968 1.40971 19.257C0.469903 18.3171 0 17.1759 0 15.8333C0 14.4908 0.469903 13.3495 1.40971 12.4097C2.34954 11.4699 3.49075 11 4.83333 11C6.17592 11 7.31711 11.4699 8.25692 12.4097C9.19675 13.3495 9.66667 14.4908 9.66667 15.8333V16.0555L14.1806 17.6111C14.6991 16.6852 15.3496 15.9491 16.132 15.4028C16.9144 14.8565 17.7871 14.4862 18.75 14.2917V9.5C17.6667 9.19444 16.7986 8.59953 16.1458 7.71525C15.4931 6.831 15.1667 5.87036 15.1667 4.83333C15.1667 3.49075 15.6366 2.34954 16.5764 1.40971C17.5162 0.469903 18.6574 0 20 0C21.3426 0 22.4838 0.469903 23.4236 1.40971C24.3634 2.34954 24.8333 3.49075 24.8333 4.83333C24.8333 5.87036 24.5 6.831 23.8333 7.71525C23.1667 8.59953 22.3056 9.19444 21.25 9.5V14.2917C22.2129 14.4862 23.0903 14.8565 23.8819 15.4028C24.6736 15.9491 25.3287 16.6852 25.8472 17.6111L30.3333 16.0555V15.8333C30.3333 14.4908 30.8033 13.3495 31.7431 12.4097C32.6829 11.4699 33.8241 11 35.1667 11C36.5093 11 37.6505 11.4699 38.5903 12.4097C39.5301 13.3495 40 14.4908 40 15.8333C40 17.1759 39.5301 18.3171 38.5903 19.257C37.6505 20.1968 36.5093 20.6667 35.1667 20.6667C34.2778 20.6667 33.4792 20.4676 32.7708 20.0695C32.0625 19.6713 31.5046 19.125 31.0972 18.4305L26.6111 19.9445C26.7592 20.8982 26.6944 21.8264 26.4166 22.7292C26.1388 23.6319 25.6852 24.4444 25.0555 25.1667L28.2083 29.0833C28.5139 28.9444 28.8194 28.8403 29.125 28.7708C29.4306 28.7014 29.7737 28.6667 30.1545 28.6667C31.5145 28.6667 32.662 29.1366 33.5972 30.0764C34.5324 31.0162 35 32.1574 35 33.5C35 34.8426 34.5301 35.9838 33.5903 36.9236C32.6505 37.8634 31.5093 38.3333 30.1667 38.3333C28.8241 38.3333 27.6829 37.8634 26.7431 36.9236C25.8033 35.9838 25.3333 34.8426 25.3333 33.5C25.3333 32.9444 25.4144 32.4329 25.5764 31.9653C25.7384 31.4977 25.963 31.0556 26.25 30.6389L23.0972 26.7083C22.1227 27.2361 21.0827 27.5 19.9774 27.5C18.8721 27.5 17.8333 27.2361 16.8611 26.7083L13.75 30.6667C14.037 31.0833 14.2616 31.5208 14.4236 31.9792C14.5856 32.4375 14.6667 32.9444 14.6667 33.5C14.6667 34.8426 14.1967 35.9838 13.2569 36.9236C12.3171 37.8634 11.1759 38.3333 9.83333 38.3333ZM4.83429 17.8889C5.41699 17.8889 5.9051 17.6918 6.29863 17.2976C6.69213 16.9035 6.88888 16.415 6.88888 15.8324C6.88888 15.2497 6.69179 14.7616 6.29763 14.368C5.90346 13.9745 5.41503 13.7778 4.83233 13.7778C4.24967 13.7778 3.76157 13.9748 3.36804 14.369C2.97451 14.7632 2.77775 15.2516 2.77775 15.8343C2.77775 16.417 2.97483 16.9051 3.369 17.2986C3.76317 17.6922 4.2516 17.8889 4.83429 17.8889ZM9.83429 35.5556C10.417 35.5556 10.9051 35.3585 11.2986 34.9643C11.6921 34.5701 11.8889 34.0817 11.8889 33.499C11.8889 32.9163 11.6918 32.4282 11.2976 32.0347C10.9035 31.6412 10.415 31.4445 9.83233 31.4445C9.24967 31.4445 8.76157 31.6415 8.36804 32.0357C7.97451 32.4299 7.77775 32.9183 7.77775 33.501C7.77775 34.0837 7.97483 34.5718 8.369 34.9653C8.7632 35.3588 9.25163 35.5556 9.83429 35.5556ZM20.001 6.88888C20.5837 6.88888 21.0718 6.69179 21.4653 6.29763C21.8588 5.90346 22.0556 5.41504 22.0556 4.83237C22.0556 4.24968 21.8585 3.76157 21.4643 3.36804C21.0701 2.97451 20.5817 2.77775 19.999 2.77775C19.4163 2.77775 18.9282 2.97483 18.5347 3.369C18.1412 3.7632 17.9444 4.25163 17.9444 4.83429C17.9444 5.41699 18.1415 5.9051 18.5357 6.29862C18.9299 6.69212 19.4183 6.88888 20.001 6.88888ZM20.0139 24.7222C21.0972 24.7222 22.0139 24.3426 22.7639 23.5833C23.5139 22.8241 23.8889 21.9028 23.8889 20.8195C23.8889 19.7361 23.5129 18.8195 22.7611 18.0695C22.0093 17.3195 21.0889 16.9445 20 16.9445C18.9259 16.9445 18.0093 17.3204 17.25 18.0722C16.4907 18.8241 16.1111 19.7444 16.1111 20.8333C16.1111 21.9074 16.4907 22.8241 17.25 23.5833C18.0093 24.3426 18.9305 24.7222 20.0139 24.7222ZM30.1676 35.5556C30.7503 35.5556 31.2384 35.3585 31.632 34.9643C32.0255 34.5701 32.2223 34.0817 32.2223 33.499C32.2223 32.9163 32.0252 32.4282 31.631 32.0347C31.2368 31.6412 30.7484 31.4445 30.1657 31.4445C29.583 31.4445 29.0949 31.6415 28.7014 32.0357C28.3079 32.4299 28.1111 32.9183 28.1111 33.501C28.1111 34.0837 28.3082 34.5718 28.7024 34.9653C29.0965 35.3588 29.585 35.5556 30.1676 35.5556ZM35.1676 17.8889C35.7503 17.8889 36.2384 17.6918 36.632 17.2976C37.0255 16.9035 37.2223 16.415 37.2223 15.8324C37.2223 15.2497 37.0252 14.7616 36.631 14.368C36.2368 13.9745 35.7484 13.7778 35.1657 13.7778C34.583 13.7778 34.0949 13.9748 33.7014 14.369C33.3079 14.7632 33.1111 15.2516 33.1111 15.8343C33.1111 16.417 33.3082 16.9051 33.7024 17.2986C34.0965 17.6922 34.585 17.8889 35.1676 17.8889Z",fill:"currentColor"})),communication:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M30.278 21.3889V18.6111H36.6668V21.3889H30.278ZM32.3335 33.3333L27.1946 29.5L28.8613 27.2778L34.0002 31.1111L32.3335 33.3333ZM28.9446 12.6944L27.278 10.4722L32.3335 6.66666L34.0002 8.88887L28.9446 12.6944ZM8.61129 31.6667V25H6.11125C5.34736 25 4.69343 24.728 4.14945 24.184C3.60548 23.6401 3.3335 22.9861 3.3335 22.2222V17.7777C3.3335 17.0139 3.60548 16.3599 4.14945 15.8159C4.69343 15.272 5.34736 15 6.11125 15H13.3335L21.6668 9.99999V30L13.3335 25H11.389V31.6667H8.61129ZM18.8891 25.0834V14.9166L14.0835 17.7777H6.11125V22.2222H14.0835L18.8891 25.0834ZM23.3335 25.5833V14.4167C24.0835 15.0833 24.6877 15.8958 25.146 16.8542C25.6043 17.8125 25.8335 18.8611 25.8335 20C25.8335 21.1389 25.6043 22.1875 25.146 23.1458C24.6877 24.1042 24.0835 24.9167 23.3335 25.5833Z",fill:"currentColor"})),consumption:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M11.8054 36.6667V21.3612C10.3702 21.0278 9.15493 20.2825 8.15955 19.125C7.16418 17.9676 6.6665 16.5926 6.6665 15V3.33337H9.44425V15H11.8054V3.33337H14.5832V15H16.9443V3.33337H19.722V15C19.722 16.5926 19.2244 17.9676 18.229 19.125C17.2336 20.2825 16.0183 21.0278 14.5832 21.3612V36.6667H11.8054ZM28.8888 36.6667V23.3334H24.0276V10.9723C24.0276 8.74078 24.7429 6.90976 26.1735 5.47921C27.604 4.04865 29.435 3.33337 31.6665 3.33337V36.6667H28.8888Z",fill:"currentColor"})),corporate:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M3.3335 35V5H19.7224V11.8055H36.6668V35H3.3335ZM6.11125 32.2222H16.9446V28.1945H6.11125V32.2222ZM6.11125 25.4167H16.9446V21.3889H6.11125V25.4167ZM6.11125 18.6111H16.9446V14.5833H6.11125V18.6111ZM6.11125 11.8055H16.9446V7.77775H6.11125V11.8055ZM19.7224 32.2222H33.8891V14.5833H19.7224V32.2222ZM23.0557 21.3889V18.6111H29.8613V21.3889H23.0557ZM23.0557 28.1945V25.4167H29.8613V28.1945H23.0557Z",fill:"currentColor"})),diagnostic:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M36.3888 38.3333L31.5554 33.5C30.9629 33.9353 30.3194 34.2478 29.625 34.4375C28.9306 34.6272 28.2222 34.7221 27.5 34.7221C25.4939 34.7221 23.7886 34.0196 22.3842 32.6146C20.98 31.2099 20.2779 29.5039 20.2779 27.4967C20.2779 25.4897 20.9804 23.7849 22.3854 22.3821C23.7901 20.9793 25.4961 20.2779 27.5033 20.2779C29.5103 20.2779 31.2151 20.98 32.6179 22.3842C34.0207 23.7886 34.7221 25.4939 34.7221 27.5C34.7221 28.2222 34.6272 28.9351 34.4375 29.6387C34.2478 30.3426 33.9353 30.9815 33.5 31.5554L38.3333 36.3887L36.3888 38.3333ZM27.4963 31.9446C28.7396 31.9446 29.7918 31.5153 30.6529 30.6567C31.514 29.798 31.9446 28.7471 31.9446 27.5037C31.9446 26.2604 31.5153 25.2082 30.6567 24.3471C29.7981 23.486 28.7471 23.0554 27.5038 23.0554C26.2604 23.0554 25.2082 23.4847 24.3471 24.3433C23.486 25.2019 23.0554 26.2529 23.0554 27.4962C23.0554 28.7396 23.4847 29.7918 24.3433 30.6529C25.2019 31.514 26.2529 31.9446 27.4963 31.9446ZM35 16.3054H32.2221V7.77791H29.4446V11.9446H10.5554V7.77791H7.77792V32.2221H17.5V35H5V4.99999H15.7083C15.9397 4.02777 16.4582 3.22916 17.2638 2.60416C18.0693 1.97916 18.9814 1.66666 20 1.66666C21.0369 1.66666 21.956 1.97916 22.7571 2.60416C23.5579 3.22916 24.074 4.02777 24.3054 4.99999H35V16.3054ZM20 7.77791C20.4722 7.77791 20.8681 7.61818 21.1875 7.29874C21.5069 6.97929 21.6667 6.58346 21.6667 6.11124C21.6667 5.63902 21.5069 5.24318 21.1875 4.92374C20.8681 4.60429 20.4722 4.44457 20 4.44457C19.5278 4.44457 19.1319 4.60429 18.8125 4.92374C18.4931 5.24318 18.3333 5.63902 18.3333 6.11124C18.3333 6.58346 18.4931 6.97929 18.8125 7.29874C19.1319 7.61818 19.5278 7.77791 20 7.77791Z",fill:"currentColor"})),distribution:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M35.2285 18.3889V35H4.74716V18.3889C4.00461 17.75 3.49001 16.9537 3.20335 16C2.91667 15.0463 2.93311 14.0648 3.25267 13.0555L5.83273 5H34.1147L36.7512 13.0555C37.0707 14.0648 37.0825 15.0417 36.7864 15.9861C36.4904 16.9306 35.971 17.7315 35.2285 18.3889ZM23.7804 16.9445C24.5793 16.9445 25.2325 16.6829 25.7401 16.1597C26.2476 15.6366 26.4497 15.0185 26.3464 14.3055L25.3313 7.77775H21.4118V14.4167C21.4118 15.0926 21.6374 15.6829 22.0885 16.1875C22.5397 16.6921 23.1037 16.9445 23.7804 16.9445ZM15.9697 16.9445C16.7122 16.9445 17.3349 16.6968 17.8378 16.2014C18.3406 15.706 18.5921 15.1111 18.5921 14.4167V7.77775H14.6726L13.6575 14.3055C13.5447 15.0093 13.7256 15.625 14.2003 16.1528C14.675 16.6806 15.2648 16.9445 15.9697 16.9445ZM8.3282 16.9445C8.94854 16.9445 9.48664 16.7315 9.94251 16.3055C10.3984 15.8796 10.6686 15.3518 10.7532 14.7222L11.7965 7.77775H7.87702L6.016 13.6945C5.77164 14.4537 5.87738 15.1852 6.33322 15.8889C6.78909 16.5926 7.45408 16.9445 8.3282 16.9445ZM31.6475 16.9445C32.5216 16.9445 33.1936 16.5972 33.6636 15.9028C34.1335 15.2083 34.2416 14.4722 33.9878 13.6945L32.0986 7.77775H28.2073L29.2507 14.7222C29.3353 15.3518 29.6055 15.8796 30.0614 16.3055C30.5172 16.7315 31.0459 16.9445 31.6475 16.9445ZM7.56687 32.2222H32.4088V19.6667C32.3806 19.7037 32.2889 19.7222 32.1339 19.7222H31.6475C30.9237 19.7222 30.254 19.5833 29.6384 19.3055C29.0227 19.0278 28.4141 18.5926 27.8126 18C27.3426 18.537 26.774 18.9583 26.1067 19.2639C25.4393 19.5694 24.7109 19.7222 23.9214 19.7222C23.1036 19.7222 22.3822 19.5972 21.7572 19.3472C21.1322 19.0972 20.5471 18.7037 20.0019 18.1667C19.5602 18.6667 19.0174 19.0509 18.3735 19.3194C17.7297 19.5879 17.013 19.7222 16.2235 19.7222C15.3682 19.7222 14.6045 19.5741 13.9324 19.2778C13.2604 18.9815 12.68 18.5556 12.1913 18C11.5427 18.5833 10.9059 19.0162 10.2809 19.2986C9.65583 19.581 9.00493 19.7222 8.3282 19.7222H7.88409C7.73839 19.7222 7.63265 19.7037 7.56687 19.6667V32.2222Z",fill:"currentColor"})),energy:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M19.9998 36.6667C19.2591 36.6667 18.6017 36.4885 18.0276 36.132C17.4535 35.7755 17.0554 35.2871 16.8332 34.6667H13.6665V25.9445C11.898 24.7871 10.4975 23.2917 9.46513 21.4584C8.43271 19.625 7.9165 17.6112 7.9165 15.4167C7.9165 12.0556 9.09012 9.20143 11.4373 6.85421C13.7846 4.50699 16.6387 3.33337 19.9998 3.33337C23.3609 3.33337 26.2151 4.50699 28.5623 6.85421C30.9096 9.20143 32.0832 12.0556 32.0832 15.4167C32.0832 17.6297 31.567 19.6482 30.5345 21.4723C29.5022 23.2963 28.1017 24.7871 26.3332 25.9445V34.6667H23.1665C22.9443 35.2871 22.5461 35.7755 21.972 36.132C21.398 36.4885 20.7406 36.6667 19.9998 36.6667ZM16.4443 31.889H23.5554V30.1667H16.4443V31.889ZM16.4443 28.5H23.5554V26.8612H16.4443V28.5ZM16.0832 24.0834H18.9443V18.7778L15.1665 15L16.611 13.5556L19.9998 16.9445L23.3887 13.5556L24.8332 15L21.0554 18.7778V24.0834H23.9165C25.5276 23.3241 26.8285 22.1644 27.8193 20.6042C28.81 19.044 29.3054 17.3148 29.3054 15.4167C29.3054 12.8056 28.4073 10.6019 26.611 8.80558C24.8147 7.00928 22.6109 6.11112 19.9998 6.11112C17.3887 6.11112 15.185 7.00928 13.3887 8.80558C11.5924 10.6019 10.6943 12.8056 10.6943 15.4167C10.6943 17.3148 11.1896 19.044 12.1804 20.6042C13.1711 22.1644 14.4721 23.3241 16.0832 24.0834Z",fill:"currentColor"})),equal:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.1665 28.3334C8.47206 28.3334 7.88178 28.0903 7.39567 27.6042C6.90956 27.1181 6.6665 26.5278 6.6665 25.8334C6.6665 25.1389 6.90956 24.5486 7.39567 24.0625C7.88178 23.5764 8.47206 23.3334 9.1665 23.3334H30.8332C31.5276 23.3334 32.1179 23.5764 32.604 24.0625C33.0901 24.5486 33.3332 25.1389 33.3332 25.8334C33.3332 26.5278 33.0901 27.1181 32.604 27.6042C32.1179 28.0903 31.5276 28.3334 30.8332 28.3334H9.1665ZM9.1665 16.6667C8.47206 16.6667 7.88178 16.4236 7.39567 15.9375C6.90956 15.4514 6.6665 14.8611 6.6665 14.1667C6.6665 13.4722 6.90956 12.882 7.39567 12.3959C7.88178 11.9097 8.47206 11.6667 9.1665 11.6667H30.8332C31.5276 11.6667 32.1179 11.9097 32.604 12.3959C33.0901 12.882 33.3332 13.4722 33.3332 14.1667C33.3332 14.8611 33.0901 15.4514 32.604 15.9375C32.1179 16.4236 31.5276 16.6667 30.8332 16.6667H9.1665Z",fill:"currentColor"})),euros:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M24.8905 35.279C21.6528 35.279 18.6958 34.3566 16.0195 32.5116C13.3433 30.6667 11.4975 28.1632 10.482 25.0012H4.76758V21.8448H9.86541C9.77019 21.1683 9.72843 20.543 9.74012 19.9691C9.75179 19.3951 9.79355 18.7905 9.86541 18.1552H4.76758V14.9922H10.482C11.513 11.8811 13.3627 9.39032 16.0312 7.51993C18.6997 5.64957 21.6528 4.71439 24.8905 4.71439C26.8802 4.71439 28.7432 5.06257 30.4795 5.75893C32.2159 6.45529 33.8002 7.44689 35.2326 8.73372L32.9708 10.9538C31.8446 9.96869 30.5918 9.20968 29.2123 8.67676C27.8329 8.14387 26.3923 7.87743 24.8905 7.87743C22.4668 7.87743 20.2542 8.5369 18.2529 9.85584C16.2516 11.1748 14.8128 12.8869 13.9364 14.9922H25.1529V18.1552H13.0535C12.9372 18.8454 12.8814 19.4801 12.8862 20.0593C12.8911 20.6385 12.9468 21.2337 13.0535 21.8448H25.1529V25.0012H13.8998C14.7984 27.1508 16.2488 28.8751 18.2513 30.1741C20.2537 31.4731 22.4668 32.1226 24.8905 32.1226C26.3694 32.1226 27.7996 31.8648 29.1812 31.3493C30.5629 30.8338 31.8353 30.0661 32.9986 29.0462L35.2326 31.2563C33.9113 32.4921 32.3594 33.4714 30.5768 34.1945C28.7942 34.9175 26.8987 35.279 24.8905 35.279Z",fill:"currentColor"})),events:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M14.8005 27.2222C13.6557 27.2222 12.6898 26.827 11.9028 26.0366C11.1157 25.2462 10.7222 24.2786 10.7222 23.1338C10.7222 21.9891 11.1174 21.0232 11.9079 20.2361C12.6983 19.4491 13.6659 19.0556 14.8106 19.0556C15.9554 19.0556 16.9213 19.4508 17.7083 20.2412C18.4954 21.0316 18.8889 21.9992 18.8889 23.144C18.8889 24.2887 18.4937 25.2547 17.7032 26.0417C16.9128 26.8287 15.9452 27.2222 14.8005 27.2222ZM7.77775 36.6667C7.02775 36.6667 6.37729 36.3912 5.82637 35.8403C5.27546 35.2894 5 34.6389 5 33.8889V8.88889C5 8.13889 5.27546 7.48843 5.82637 6.93751C6.37729 6.38657 7.02775 6.11109 7.77775 6.11109H10.1389V3.33334H13.0555V6.11109H26.9445V3.33334H29.8611V6.11109H32.2222C32.9722 6.11109 33.6227 6.38657 34.1736 6.93751C34.7245 7.48843 35 8.13889 35 8.88889V33.8889C35 34.6389 34.7245 35.2894 34.1736 35.8403C33.6227 36.3912 32.9722 36.6667 32.2222 36.6667H7.77775ZM7.77775 33.8889H32.2222V16.3889H7.77775V33.8889ZM7.77775 13.6111H32.2222V8.88889H7.77775V13.6111Z",fill:"currentColor"})),forestWoods:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M12.3056 36.6667V30.3056H0L7.38892 19.3611H3.72225L15 3.33337L20 10.4445L25 3.33337L36.2778 19.3611H32.6389L40 30.3056H27.7222V36.6667H22.3056V30.3056H17.7222V36.6667H12.3056ZM28.1806 27.5278H34.7778L27.375 16.5834H30.7778L25 8.36113L21.7917 12.9584L26.2778 19.3611H22.6389L28.1806 27.5278ZM5.24996 27.5278H24.7778L17.375 16.5834H20.7778L15 8.36113L9.22221 16.5834H12.6528L5.24996 27.5278ZM5.24996 27.5278H12.6528H9.22221H20.7778H17.375H24.7778H5.24996ZM28.1806 27.5278H22.6389H26.2778H21.7917H30.7778H27.375H34.7778H28.1806Z",fill:"currentColor"})),hedgesPlantCovers:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8.61113 33.3333V26.3888H5V23.6111H8.61113V19.7222H5V16.9444H8.61113V11.3888L13.3333 6.66663L16.6667 9.99996L20.0417 6.66663L23.375 9.99996L26.7083 6.66663L31.4305 11.3888V16.9444H35V19.7222H31.4305V23.6111H35V26.3888H31.4305V33.3333H8.61113ZM11.3889 16.9444H15.2778V12.5416L13.3333 10.5972L11.3889 12.5416V16.9444ZM18.0555 16.9444H21.9445V12.5416L20 10.5972L18.0555 12.5416V16.9444ZM24.7639 16.9444H28.6111V12.5416L26.6667 10.5972L24.7639 12.5V16.9444ZM11.3889 23.6111H15.2778V19.7222H11.3889V23.6111ZM18.0555 23.6111H21.9445V19.7222H18.0555V23.6111ZM24.7639 23.6111H28.6111V19.7222H24.7639V23.6111ZM11.3889 30.5555H15.2778V26.3888H11.3889V30.5555ZM18.0555 30.5555H21.9445V26.3888H18.0555V30.5555ZM24.7639 30.5555H28.6111V26.3888H24.7639V30.5555Z",fill:"currentColor"})),ingredients:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M26.8335 36.6667C24.0557 36.6667 21.7224 35.7222 19.8335 33.8333C17.9446 31.9445 17.0002 29.6111 17.0002 26.8333C17.0002 24.0556 17.9446 21.7222 19.8335 19.8333C21.7224 17.9445 24.0557 17 26.8335 17C29.6113 17 31.9446 17.9445 33.8335 19.8333C35.7224 21.7222 36.6668 24.0556 36.6668 26.8333C36.6668 29.6111 35.7224 31.9445 33.8335 33.8333C31.9446 35.7222 29.6113 36.6667 26.8335 36.6667ZM26.8335 33.8889C28.7779 33.8889 30.44 33.1991 31.8196 31.8195C33.1993 30.4398 33.8891 28.7778 33.8891 26.8333C33.8891 24.8889 33.1993 23.2269 31.8196 21.8472C30.44 20.4676 28.7779 19.7778 26.8335 19.7778C24.8891 19.7778 23.227 20.4676 21.8474 21.8472C20.4678 23.2269 19.778 24.8889 19.778 26.8333C19.778 28.7778 20.4678 30.4398 21.8474 31.8195C23.227 33.1991 24.8891 33.8889 26.8335 33.8889ZM3.3335 33.3333V16.2778L7.30575 7.49997H5.11129V3.33334H19.2501V7.49997H17.0557L20.639 15.7778C20.2409 15.9815 19.8428 16.2176 19.4446 16.4861C19.0465 16.7547 18.6761 17.0371 18.3335 17.3334L13.9724 7.49997H10.3613L6.11125 16.9167V30.5556H14.6946C14.7965 31.0278 14.9516 31.507 15.1599 31.9931C15.3682 32.4792 15.602 32.9259 15.8613 33.3333H3.3335ZM26.8335 15.0556C25.7779 15.0556 24.8937 14.6991 24.1807 13.9861C23.4678 13.2732 23.1113 12.3889 23.1113 11.3333C23.1113 10.2778 23.4678 9.39354 24.1807 8.68059C24.8937 7.96762 25.7779 7.61114 26.8335 7.61114V15.0556C26.8335 14 27.19 13.1157 27.903 12.4028C28.6159 11.6898 29.5002 11.3333 30.5557 11.3333C31.6113 11.3333 32.4955 11.6898 33.2085 12.4028C33.9214 13.1157 34.2779 14 34.2779 15.0556H26.8335Z",fill:"currentColor"})),inputsChemicals:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M7.79101 35C6.58373 35 5.74635 34.4005 5.27886 33.2014C4.81139 32.0023 4.93166 30.9815 5.63967 30.1389L15.416 18.6111V7.77775H12.0937V5H27.8883V7.77775H24.566V18.6111L34.3423 30.1389C35.0685 31 35.1933 32.0255 34.7168 33.2153C34.2402 34.4051 33.3983 35 32.191 35H7.79101ZM7.46423 32.2222H32.5178L21.8428 19.6111V7.77775H18.1392V19.6111L7.46423 32.2222Z",fill:"currentColor"})),labels:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8.3335 35V7.6389C8.3335 6.8889 8.60895 6.23844 9.15987 5.68752C9.71079 5.1366 10.3612 4.86115 11.1112 4.86115H28.8891C29.6391 4.86115 30.2895 5.1366 30.8405 5.68752C31.3914 6.23844 31.6668 6.8889 31.6668 7.6389V35L20.0002 30L8.3335 35ZM11.1112 30.7778L20.0002 27L28.8891 30.7778V7.6389H11.1112V30.7778Z",fill:"currentColor"})),organization:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M6.66646 9.44444V6.66669H33.3887V9.44444H6.66646ZM6.80534 33.3334V22.8334H4.88867V20.0556L6.66646 11.6667H33.3609L35.1387 20.0556V22.8334H33.222V33.3334H30.4443V22.8334H22.972V33.3334H6.80534ZM9.58313 30.5556H20.1943V22.8334H9.58313V30.5556ZM7.66642 20.0556H32.3609L31.1665 14.4444H8.86088L7.66642 20.0556Z",fill:"currentColor"})),packaging:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M16.1111 16.8611L20 14.9167L23.8889 16.8611V7.77775H16.1111V16.8611ZM11.6667 28.3333V25H20V28.3333H11.6667ZM7.77775 35C7.02775 35 6.37729 34.7245 5.82637 34.1736C5.27546 33.6227 5 32.9722 5 32.2222V7.77775C5 7.02775 5.27546 6.37729 5.82637 5.82638C6.37729 5.27546 7.02775 5 7.77775 5H32.2222C32.9722 5 33.6227 5.27546 34.1736 5.82638C34.7245 6.37729 35 7.02775 35 7.77775V32.2222C35 32.9722 34.7245 33.6227 34.1736 34.1736C33.6227 34.7245 32.9722 35 32.2222 35H7.77775ZM7.77775 32.2222H32.2222V7.77775H26.6667V21.3611L20 18.0278L13.3333 21.3611V7.77775H7.77775V32.2222Z",fill:"currentColor"})),productionSite:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M4.13135 35.8334V17.186L14.1243 12.9329V16.2342L22.4519 12.9008V17.5001H35.776V35.8334H4.13135ZM6.62957 33.3334H33.2777V20.0001H19.9537V16.5834L11.6261 19.9167V16.6667L6.62957 18.8751V33.3334ZM18.4803 29.6154H21.427V23.718H18.4803V29.6154ZM11.8183 29.6154H14.7649V23.718H11.8183V29.6154ZM25.1424 29.6154H28.089V23.718H25.1424V29.6154ZM35.776 17.5001H29.0179L30.6835 4.80786H34.2065L35.776 17.5001Z",fill:"currentColor"})),production:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M6.81962 35V30.7222H12.0696L7.7085 16.0278C6.86591 15.6111 6.19693 15.0324 5.70154 14.2917C5.20618 13.5509 4.9585 12.6389 4.9585 11.5555C4.9585 10.2222 5.43998 9.07407 6.40295 8.11112C7.3659 7.14815 8.51404 6.66666 9.84737 6.66666C11.0233 6.66666 12.021 6.98843 12.8405 7.63196C13.6599 8.27546 14.2178 9.12036 14.514 10.1667H20.3474V7.97221C20.3474 7.5926 20.484 7.26621 20.7571 6.99304C21.0303 6.7199 21.3566 6.58333 21.7363 6.58333C22.0233 6.58333 22.2756 6.68055 22.4932 6.875C22.7108 7.06944 22.8474 7.30555 22.903 7.58333L25.9307 4.69446C26.1622 4.46296 26.4516 4.31248 26.7988 4.24304C27.146 4.1736 27.4955 4.22221 27.8474 4.38887L34.403 7.5C34.6807 7.64814 34.8729 7.85879 34.9793 8.13196C35.0858 8.40509 35.0696 8.68518 34.9307 8.97221C34.7826 9.26851 34.5673 9.45139 34.2849 9.52083C34.0025 9.59028 33.727 9.55555 33.4585 9.41666L27.153 6.41666L23.1252 10.3889V12.6111L27.153 16.6667L33.4585 13.6389C33.7455 13.5 34.0279 13.4722 34.3057 13.5555C34.5835 13.6389 34.7918 13.8241 34.9307 14.1111C35.0789 14.4074 35.0974 14.6991 34.9863 14.9861C34.8752 15.2731 34.6715 15.4907 34.3752 15.6389L27.9585 18.6667C27.5881 18.8518 27.2247 18.9282 26.8682 18.8958C26.5117 18.8634 26.1992 18.713 25.9307 18.4445L22.903 15.5555C22.8474 15.8704 22.7108 16.1157 22.4932 16.2917C22.2756 16.4676 22.0233 16.5555 21.7363 16.5555C21.3566 16.5555 21.0303 16.419 20.7571 16.1458C20.484 15.8727 20.3474 15.5463 20.3474 15.1667V12.9444H14.4585C14.4307 13.2407 14.3404 13.537 14.1877 13.8333C14.0349 14.1296 13.8474 14.3889 13.6252 14.6111L22.0974 30.7222H28.4863V35H6.81962ZM9.84737 13.6667C10.4492 13.6667 10.9516 13.4653 11.3543 13.0625C11.7571 12.6597 11.9585 12.1574 11.9585 11.5555C11.9585 10.9537 11.7571 10.4514 11.3543 10.0486C10.9516 9.6458 10.4492 9.44442 9.84737 9.44442C9.24551 9.44442 8.74319 9.6458 8.34041 10.0486C7.93763 10.4514 7.73625 10.9537 7.73625 11.5555C7.73625 12.1574 7.93763 12.6597 8.34041 13.0625C8.74319 13.4653 9.24551 13.6667 9.84737 13.6667ZM15.0418 30.7222H18.9585L11.3196 16.0833C11.2641 16.1204 11.1622 16.1574 11.014 16.1944L10.6807 16.2777L15.0418 30.7222Z",fill:"currentColor"})),productsBying:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M7.33333 27.8889V6.77775H4V4H10.1111V25.1111H35.6667V27.8889H7.33333ZM10.0865 35.6667C9.31586 35.6667 8.66435 35.3942 8.13196 34.8493C7.59954 34.3043 7.33333 33.6492 7.33333 32.884C7.33333 32.1188 7.59954 31.4653 8.13196 30.9236C8.66435 30.382 9.31586 30.1111 10.0865 30.1111C10.8571 30.1111 11.5169 30.3836 12.0657 30.9285C12.6145 31.4735 12.8889 32.1286 12.8889 32.8938C12.8889 33.6591 12.6145 34.3125 12.0657 34.8542C11.5169 35.3958 10.8571 35.6667 10.0865 35.6667ZM12.6111 22.6111V13.1667H22.0555V22.6111H12.6111ZM15.3889 19.8334H19.2778V15.9445H15.3889V19.8334ZM24.2778 22.6111V13.1667H33.7222V22.6111H24.2778ZM27.0555 19.8334H30.9445V15.9445H27.0555V19.8334ZM32.884 35.6667C32.1188 35.6667 31.4653 35.3942 30.9236 34.8493C30.382 34.3043 30.1111 33.6492 30.1111 32.884C30.1111 32.1188 30.3836 31.4653 30.9285 30.9236C31.4735 30.382 32.1286 30.1111 32.8938 30.1111C33.6591 30.1111 34.3125 30.3836 34.8542 30.9285C35.3958 31.4735 35.6667 32.1286 35.6667 32.8938C35.6667 33.6591 35.3942 34.3125 34.8493 34.8542C34.3043 35.3958 33.6492 35.6667 32.884 35.6667Z",fill:"currentColor"})),products:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M20 23.2175C21.733 23.2175 23.1379 21.7789 23.1379 20.0044C23.1379 18.2299 21.733 16.7914 20 16.7914C18.267 16.7914 16.8621 18.2299 16.8621 20.0044C16.8621 21.7789 18.267 23.2175 20 23.2175Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 5H33V7.61123H32.1034V32.3976H33V35H7V32.3976H7.89655V7.61123H7V5ZM29.5931 32.3976H10.4069V28.7256H29.5931V32.3976ZM29.5931 7.61123H10.4069V11.2833H29.5931V7.61123ZM10.4069 26.1551V13.8537H29.5931V26.1551H10.4069Z",fill:"currentColor"})),projectManager:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.3335 35V32.2222H32.2224V19.8333C32.2224 16.4595 31.0366 13.5976 28.6649 11.2474C26.2932 8.89728 23.4049 7.72221 20.0002 7.72221C16.5954 7.72221 13.7071 8.89728 11.3355 11.2474C8.96376 13.5976 7.77791 16.4595 7.77791 19.8333V30H6.66683C5.75016 30 4.96544 29.6736 4.31266 29.0208C3.65989 28.3681 3.3335 27.5833 3.3335 26.6667V23.3333C3.3335 22.75 3.47933 22.2014 3.771 21.6875C4.06266 21.1736 4.47239 20.7639 5.00016 20.4583L5.12516 18.25C5.34739 16.3611 5.896 14.6111 6.771 13C7.646 11.3889 8.74322 9.98611 10.0627 8.79167C11.3821 7.59722 12.896 6.66667 14.6043 6C16.3127 5.33333 18.1113 5 20.0002 5C21.8891 5 23.6807 5.33333 25.3752 6C27.0696 6.66667 28.5835 7.59028 29.9168 8.77083C31.2502 9.95139 32.3474 11.3472 33.2085 12.9583C34.0696 14.5694 34.6252 16.3194 34.8752 18.2083L35.0002 20.375C35.5279 20.625 35.9377 21 36.2293 21.5C36.521 22 36.6668 22.5278 36.6668 23.0833V26.9167C36.6668 27.4722 36.521 28 36.2293 28.5C35.9377 29 35.5279 29.375 35.0002 29.625V32.2222C35.0002 32.9861 34.7282 33.6401 34.1842 34.184C33.6402 34.728 32.9863 35 32.2224 35H18.3335ZM14.9953 23.0555C14.6004 23.0555 14.271 22.922 14.0071 22.6548C13.7432 22.3877 13.6113 22.0567 13.6113 21.6618C13.6113 21.2669 13.7449 20.9375 14.012 20.6736C14.2791 20.4097 14.6102 20.2778 15.005 20.2778C15.3999 20.2778 15.7293 20.4114 15.9932 20.6785C16.2571 20.9456 16.389 21.2767 16.389 21.6715C16.389 22.0664 16.2555 22.3958 15.9883 22.6597C15.7212 22.9236 15.3902 23.0555 14.9953 23.0555ZM24.9953 23.0555C24.6004 23.0555 24.271 22.922 24.0071 22.6548C23.7432 22.3877 23.6113 22.0567 23.6113 21.6618C23.6113 21.2669 23.7449 20.9375 24.012 20.6736C24.2791 20.4097 24.6102 20.2778 25.005 20.2778C25.3999 20.2778 25.7293 20.4114 25.9932 20.6785C26.2571 20.9456 26.389 21.2767 26.389 21.6715C26.389 22.0664 26.2555 22.3958 25.9883 22.6597C25.7212 22.9236 25.3902 23.0555 24.9953 23.0555ZM10.0418 20.75C9.84739 17.8056 10.7363 15.2778 12.7085 13.1667C14.6807 11.0556 17.1391 10 20.0835 10C22.5187 10 24.6414 10.794 26.4515 12.382C28.2617 13.9699 29.3613 15.9676 29.7502 18.375C27.2594 18.3472 24.9793 17.6574 22.9099 16.3055C20.8404 14.9537 19.2429 13.1574 18.1174 10.9167C17.6781 13.1389 16.7432 15.1181 15.3127 16.8542C13.8821 18.5903 12.1252 19.8889 10.0418 20.75Z",fill:"currentColor"})),publications:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M7.17934 34.1666C6.33745 34.1666 5.62484 33.8749 5.0415 33.2916C4.45817 32.7083 4.1665 31.9957 4.1665 31.1538V12.5H6.66646V31.1538C6.66646 31.282 6.71988 31.3995 6.82671 31.5064C6.93357 31.6132 7.05112 31.6666 7.17934 31.6666H30.8331V34.1666H7.17934ZM13.846 27.4999C13.0041 27.4999 12.2915 27.2083 11.7082 26.6249C11.1248 26.0416 10.8332 25.329 10.8332 24.4871V5.83334H37.4998V24.4871C37.4998 25.329 37.2081 26.0416 36.6248 26.6249C36.0414 27.2083 35.3288 27.4999 34.4869 27.4999H13.846ZM13.846 25H34.4869C34.6151 25 34.7327 24.9466 34.8396 24.8397C34.9464 24.7329 34.9998 24.6153 34.9998 24.4871V8.3333H13.3331V24.4871C13.3331 24.6153 13.3865 24.7329 13.4934 24.8397C13.6002 24.9466 13.7178 25 13.846 25ZM16.6665 20H23.3331V11.6666H16.6665V20ZM24.9998 20H31.6665V16.6666H24.9998V20ZM24.9998 15H31.6665V11.6666H24.9998V15Z",fill:"currentColor"})),rangesSectors:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M10.8611 18.1666L20.0278 3.33331L29.1945 18.1666H10.8611ZM29.3333 36.6666C27.2685 36.6666 25.5301 35.9606 24.118 34.5486C22.706 33.1366 22 31.3981 22 29.3333C22 27.2685 22.706 25.5301 24.118 24.1181C25.5301 22.706 27.2685 22 29.3333 22C31.3981 22 33.1366 22.706 34.5486 24.1181C35.9607 25.5301 36.6667 27.2685 36.6667 29.3333C36.6667 31.3981 35.9607 33.1366 34.5486 34.5486C33.1366 35.9606 31.3981 36.6666 29.3333 36.6666ZM5 35.6944V22.8056H17.8889V35.6944H5ZM29.3357 33.8889C30.6119 33.8889 31.6898 33.4483 32.5695 32.5671C33.4491 31.6859 33.8889 30.6072 33.8889 29.331C33.8889 28.0548 33.4483 26.9768 32.5671 26.0972C31.6859 25.2176 30.6072 24.7778 29.331 24.7778C28.0548 24.7778 26.9768 25.2184 26.0972 26.0996C25.2176 26.9808 24.7778 28.0595 24.7778 29.3357C24.7778 30.6119 25.2184 31.6898 26.0996 32.5694C26.9808 33.4491 28.0595 33.8889 29.3357 33.8889ZM7.77775 32.9167H15.1111V25.5833H7.77775V32.9167ZM15.8333 15.3889H24.2222L20.0278 8.61106L15.8333 15.3889Z",fill:"currentColor"})),recipe:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 12.8055H35V29.1667C35 30.3241 34.5949 31.3079 33.7847 32.1181C32.9745 32.9283 31.9908 33.3333 30.8334 33.3333H9.16663C8.00924 33.3333 7.02544 32.9283 6.21525 32.1181C5.40508 31.3079 5 30.3241 5 29.1667V12.8055ZM7.77775 15.5833V29.1667C7.77775 29.5602 7.91086 29.8901 8.17708 30.1562C8.44328 30.4225 8.77312 30.5556 9.16663 30.5556H30.8334C31.2269 30.5556 31.5567 30.4225 31.8229 30.1562C32.0891 29.8901 32.2222 29.5602 32.2222 29.1667V15.5833H7.77775ZM5 11.1389V8.33333H15.2778V6.38888C15.2778 5.99538 15.4109 5.66551 15.6771 5.39929C15.9433 5.1331 16.2731 5 16.6667 5H23.3333C23.7269 5 24.0567 5.1331 24.3229 5.39929C24.5891 5.66551 24.7222 5.99538 24.7222 6.38888V8.33333H35V11.1389H5Z",fill:"currentColor"})),sectors:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M28.1412 33.9743C26.537 33.9743 25.1638 33.4032 24.0214 32.2608C22.8791 31.1185 22.3079 29.7452 22.3079 28.1411C22.3079 26.5369 22.8791 25.1637 24.0214 24.0213C25.1638 22.879 26.537 22.3078 28.1412 22.3078C29.7453 22.3078 31.1186 22.879 32.2609 24.0213C33.4033 25.1637 33.9745 26.5369 33.9745 28.1411C33.9745 29.7452 33.4033 31.1185 32.2609 32.2608C31.1186 33.4032 29.7453 33.9743 28.1412 33.9743ZM28.1412 31.4744C29.0578 31.4744 29.8426 31.148 30.4953 30.4952C31.1481 29.8424 31.4745 29.0577 31.4745 28.1411C31.4745 27.2244 31.1481 26.4397 30.4953 25.7869C29.8426 25.1341 29.0578 24.8077 28.1412 24.8077C27.2245 24.8077 26.4398 25.1341 25.787 25.7869C25.1342 26.4397 24.8078 27.2244 24.8078 28.1411C24.8078 29.0577 25.1342 29.8424 25.787 30.4952C26.4398 31.148 27.2245 31.4744 28.1412 31.4744ZM11.8592 28.9743C10.255 28.9743 8.88175 28.4032 7.73942 27.2608C6.59706 26.1185 6.02588 24.7452 6.02588 23.1411C6.02588 21.5369 6.59706 20.1637 7.73942 19.0213C8.88175 17.879 10.255 17.3078 11.8592 17.3078C13.4633 17.3078 14.8366 17.879 15.9789 19.0213C17.1213 20.1637 17.6924 21.5369 17.6924 23.1411C17.6924 24.7452 17.1213 26.1185 15.9789 27.2608C14.8366 28.4032 13.4633 28.9743 11.8592 28.9743ZM11.8592 26.4744C12.7758 26.4744 13.5606 26.148 14.2133 25.4952C14.8661 24.8424 15.1925 24.0577 15.1925 23.1411C15.1925 22.2244 14.8661 21.4397 14.2133 20.7869C13.5606 20.1341 12.7758 19.8077 11.8592 19.8077C10.9425 19.8077 10.1578 20.1341 9.505 20.7869C8.85223 21.4397 8.52584 22.2244 8.52584 23.1411C8.52584 24.0577 8.85223 24.8424 9.505 25.4952C10.1578 26.148 10.9425 26.4744 11.8592 26.4744ZM18.3335 16.1538C16.7294 16.1538 15.3561 15.5827 14.2138 14.4403C13.0714 13.298 12.5002 11.9247 12.5002 10.3206C12.5002 8.71643 13.0714 7.34318 14.2138 6.20085C15.3561 5.05849 16.7294 4.4873 18.3335 4.4873C19.9376 4.4873 21.3109 5.05849 22.4533 6.20085C23.5956 7.34318 24.1668 8.71643 24.1668 10.3206C24.1668 11.9247 23.5956 13.298 22.4533 14.4403C21.3109 15.5827 19.9376 16.1538 18.3335 16.1538ZM18.3335 13.6539C19.2502 13.6539 20.0349 13.3275 20.6877 12.6748C21.3404 12.022 21.6668 11.2373 21.6668 10.3206C21.6668 9.40393 21.3404 8.61921 20.6877 7.96643C20.0349 7.31365 19.2502 6.98726 18.3335 6.98726C17.4168 6.98726 16.6321 7.31365 15.9793 7.96643C15.3266 8.61921 15.0002 9.40393 15.0002 10.3206C15.0002 11.2373 15.3266 12.022 15.9793 12.6748C16.6321 13.3275 17.4168 13.6539 18.3335 13.6539Z",fill:"currentColor"})),socialMedia:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M30.1945 36.6667C28.8518 36.6667 27.7106 36.1959 26.7708 35.2543C25.831 34.3127 25.3611 33.1693 25.3611 31.8242C25.3611 31.6358 25.3796 31.4177 25.4167 31.1697C25.4537 30.9217 25.5093 30.6984 25.5833 30.5L13.25 23.3333C12.8148 23.787 12.2963 24.1505 11.6945 24.4236C11.0926 24.6968 10.4722 24.8333 9.83333 24.8333C8.49075 24.8333 7.34954 24.3634 6.40971 23.4236C5.4699 22.4838 5 21.3426 5 20C5 18.6574 5.4699 17.5162 6.40971 16.5764C7.34954 15.6366 8.49075 15.1667 9.83333 15.1667C10.4722 15.1667 11.0833 15.2894 11.6667 15.5347C12.25 15.7801 12.7778 16.1297 13.25 16.5833L25.5833 9.47222C25.5093 9.28572 25.4537 9.0759 25.4167 8.84276C25.3796 8.60962 25.3611 8.38426 25.3611 8.16668C25.3611 6.82409 25.831 5.68289 26.7708 4.74305C27.7106 3.80325 28.8518 3.33334 30.1945 3.33334C31.537 3.33334 32.6782 3.80325 33.618 4.74305C34.5579 5.68289 35.0278 6.82409 35.0278 8.16668C35.0278 9.50926 34.5579 10.6505 33.618 11.5903C32.6782 12.5301 31.537 13 30.1945 13C29.549 13 28.9316 12.8912 28.3423 12.6736C27.753 12.456 27.2407 12.1204 26.8055 11.6667L14.4722 18.6111C14.5278 18.8148 14.5741 19.0486 14.6111 19.3125C14.6481 19.5764 14.6667 19.8078 14.6667 20.0067C14.6667 20.2056 14.6481 20.4116 14.6111 20.6248C14.5741 20.8379 14.5278 21.0463 14.4722 21.25L26.8055 28.3056C27.2407 27.9074 27.7407 27.5903 28.3055 27.3542C28.8704 27.1181 29.5 27 30.1945 27C31.537 27 32.6782 27.4699 33.618 28.4098C34.5579 29.3496 35.0278 30.4908 35.0278 31.8333C35.0278 33.1759 34.5579 34.3171 33.618 35.257C32.6782 36.1968 31.537 36.6667 30.1945 36.6667ZM30.1954 10.2222C30.7781 10.2222 31.2662 10.0251 31.6597 9.63097C32.0532 9.2368 32.25 8.74839 32.25 8.16572C32.25 7.58302 32.0529 7.09491 31.6588 6.70139C31.2646 6.30786 30.7762 6.11109 30.1935 6.11109C29.6108 6.11109 29.1227 6.30818 28.7292 6.70234C28.3356 7.09654 28.1389 7.58497 28.1389 8.16764C28.1389 8.75033 28.336 9.23844 28.7301 9.63197C29.1243 10.0255 29.6128 10.2222 30.1954 10.2222ZM9.83429 22.0556C10.417 22.0556 10.9051 21.8585 11.2986 21.4643C11.6921 21.0701 11.8889 20.5817 11.8889 19.9991C11.8889 19.4164 11.6918 18.9282 11.2976 18.5347C10.9035 18.1412 10.415 17.9444 9.83233 17.9444C9.24967 17.9444 8.76157 18.1415 8.36804 18.5357C7.97451 18.9299 7.77775 19.4183 7.77775 20.001C7.77775 20.5837 7.97483 21.0718 8.369 21.4653C8.76319 21.8588 9.25162 22.0556 9.83429 22.0556ZM30.1954 33.8889C30.7781 33.8889 31.2662 33.6918 31.6597 33.2977C32.0532 32.9035 32.25 32.4151 32.25 31.8324C32.25 31.2497 32.0529 30.7616 31.6588 30.3681C31.2646 29.9746 30.7762 29.7778 30.1935 29.7778C29.6108 29.7778 29.1227 29.9749 28.7292 30.3691C28.3356 30.7632 28.1389 31.2517 28.1389 31.8343C28.1389 32.417 28.336 32.9051 28.7301 33.2986C29.1243 33.6922 29.6128 33.8889 30.1954 33.8889Z",fill:"currentColor"})),strategy:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8.97457 32.6922H31.0257V29.9199C31.0257 29.7703 30.9777 29.6474 30.8815 29.5512C30.7853 29.4551 30.6625 29.407 30.5129 29.407H9.4874C9.33782 29.407 9.21496 29.4551 9.11882 29.5512C9.02265 29.6474 8.97457 29.7703 8.97457 29.9199V32.6922ZM13.9617 26.9071H26.0386L24.9841 19.5833H15.0162L13.9617 26.9071ZM6.47461 35.1922V29.9199C6.47461 29.0913 6.76961 28.3821 7.35961 27.7921C7.94964 27.2021 8.6589 26.9071 9.4874 26.9071H11.4618L12.4906 19.5833H8.14128V17.0834H31.859V19.5833H27.5097L28.5385 26.9071H30.5091C31.3428 26.9071 32.054 27.2021 32.6427 27.7921C33.2314 28.3821 33.5257 29.0913 33.5257 29.9199V35.1922H6.47461ZM12.3977 17.0834L9.67973 4.80778C10.5323 5.40606 11.3729 5.92795 12.2016 6.37345C13.0302 6.81895 13.9417 7.04169 14.9361 7.04169C15.9511 7.04169 16.8784 6.82376 17.7181 6.3879C18.5579 5.95201 19.3185 5.41997 20.0002 4.79178C20.6818 5.41997 21.4427 5.95201 22.2829 6.3879C23.1232 6.82376 24.0449 7.04169 25.0482 7.04169C26.0119 7.04169 26.9023 6.82163 27.7196 6.38149C28.5369 5.94132 29.4092 5.41675 30.3366 4.80778L27.6027 17.0834H25.0354L26.7886 9.31407C26.6283 9.36749 26.4013 9.41878 26.1075 9.46795C25.8137 9.51709 25.4392 9.54165 24.9841 9.54165C24.0976 9.54165 23.2297 9.41558 22.3802 9.16344C21.5307 8.91131 20.7373 8.55021 20.0002 8.08015C19.2801 8.55021 18.5021 8.91131 17.6663 9.16344C16.8305 9.41558 15.976 9.54165 15.1028 9.54165C14.6241 9.54165 14.232 9.52242 13.9265 9.48394C13.6209 9.4455 13.388 9.39956 13.2277 9.34611L14.9649 17.0834H12.3977Z",fill:"currentColor"})),supplier:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M7.43119 34.5812C6.16071 34.5812 5.07973 34.1352 4.18827 33.2431C3.29681 32.351 2.85107 31.2693 2.85107 29.9979C2.85107 29.3078 2.99253 28.655 3.27545 28.0396C3.55839 27.4242 3.9721 26.8964 4.51658 26.4563V18.748H8.08785V9.16463H19.8264L27.366 26.8858C27.5219 27.2533 27.6441 27.6235 27.7327 27.9963C27.8213 28.3692 27.8656 28.7586 27.8656 29.1646C27.8656 30.6689 27.3393 31.9477 26.2866 33.0011C25.2339 34.0545 23.956 34.5812 22.4528 34.5812C21.3467 34.5812 20.3388 34.2799 19.4292 33.6774C18.5196 33.0748 17.8609 32.265 17.4531 31.2479H11.8159C11.5405 32.2372 10.9965 33.0401 10.1841 33.6566C9.3716 34.273 8.45397 34.5812 7.43119 34.5812ZM29.5311 32.9146V7.0813H32.0294V30.4146H37.0579V32.9146H29.5311ZM7.43119 32.0813C8.00987 32.0813 8.50153 31.8788 8.90616 31.4739C9.3108 31.069 9.51311 30.577 9.51311 29.9979C9.51311 29.4189 9.3108 28.9269 8.90616 28.5219C8.50153 28.117 8.00987 27.9146 7.43119 27.9146C6.85253 27.9146 6.36089 28.117 5.95625 28.5219C5.55159 28.9269 5.34926 29.4189 5.34926 29.9979C5.34926 30.577 5.55159 31.069 5.95625 31.4739C6.36089 31.8788 6.85253 32.0813 7.43119 32.0813ZM22.4528 32.0813C23.2535 32.0813 23.9394 31.7955 24.5107 31.2239C25.0818 30.6523 25.3674 29.9659 25.3674 29.1646C25.3674 28.3633 25.0818 27.6769 24.5107 27.1053C23.9394 26.5337 23.2535 26.2479 22.4528 26.2479C21.652 26.2479 20.9661 26.5337 20.3948 27.1053C19.8237 27.6769 19.5381 28.3633 19.5381 29.1646C19.5381 29.9659 19.8237 30.6523 20.3948 31.2239C20.9661 31.7955 21.652 32.0813 22.4528 32.0813ZM11.8159 28.748H17.0655C17.0783 28.2821 17.1621 27.8371 17.3169 27.413C17.4718 26.9888 17.6986 26.6005 17.9976 26.2479H14.3943L9.52269 21.2479H7.01477V25.4787C7.07883 25.4574 7.14556 25.4413 7.21496 25.4306C7.28438 25.42 7.35646 25.4146 7.43119 25.4146C8.45397 25.4146 9.3716 25.7229 10.1841 26.3393C10.9965 26.9557 11.5405 27.7586 11.8159 28.748ZM15.4577 23.748H22.6065C22.7453 23.748 22.8814 23.764 23.0149 23.7961C23.1484 23.8281 23.2792 23.8762 23.4073 23.9403L18.1801 11.6646H10.586V18.748L15.4577 23.748ZM14.3943 26.2479L13.624 25.4562C13.1105 24.9284 12.5553 24.3521 11.9585 23.7271C11.3617 23.1021 10.8065 22.5326 10.293 22.0187L9.52269 21.2479L14.3943 26.2479Z",fill:"currentColor"})),territories:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M25.3333 35L14.6944 31.25L5 35.0694V8.3611L14.6944 4.99998L25.3333 8.72219L35 4.90277V31.6111L25.3333 35ZM23.8333 31.5556V11.0277L16.1667 8.41665V28.9444L23.8333 31.5556ZM26.6111 31.5556L32.2222 29.6944V8.88885L26.6111 11.0277V31.5556ZM7.77775 31.0833L13.3889 28.9444V8.41665L7.77775 10.2777V31.0833Z",fill:"currentColor"})),trajectory:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M27.8286 35.1083L25.8842 33.1639L28.5092 30.4972L25.8842 27.8722L27.8286 25.8861L30.4953 28.5527L33.1203 25.8861L35.1064 27.8722L32.4397 30.4972L35.1064 33.1639L33.1203 35.1083L30.4953 32.4833L27.8286 35.1083ZM9.79595 32.3305C10.3455 32.3305 10.8078 32.1447 11.1828 31.7729C11.5578 31.4012 11.7453 30.9405 11.7453 30.391C11.7453 29.8414 11.5594 29.3791 11.1877 29.0041C10.8159 28.6291 10.3553 28.4416 9.8057 28.4416C9.25614 28.4416 8.79386 28.6275 8.41886 28.9992C8.04386 29.371 7.85636 29.8316 7.85636 30.3812C7.85636 30.9308 8.04224 31.393 8.41399 31.768C8.78574 32.143 9.24639 32.3305 9.79595 32.3305ZM9.81145 35.1083C8.48956 35.1083 7.37028 34.6489 6.45361 33.73C5.53695 32.8112 5.07861 31.6954 5.07861 30.3828C5.07861 29.0702 5.53771 27.9555 6.4559 27.0389C7.37413 26.1222 8.4891 25.6639 9.80082 25.6639C10.8471 25.6639 11.78 25.9671 12.5994 26.5736C13.4189 27.18 13.986 27.9787 14.3008 28.9694C15.5508 28.8305 16.5948 28.2889 17.4328 27.3444C18.2708 26.4 18.6897 25.2935 18.6897 24.025V16.775C18.6897 14.5463 19.4752 12.6465 21.046 11.0757C22.6168 9.50483 24.5166 8.71941 26.7453 8.71941H29.7175L26.8147 5.81662L28.8009 3.83054L35.0786 10.1083L28.8009 16.386L26.8147 14.4416L29.7175 11.4972H26.7453C25.2792 11.4972 24.0331 12.0103 23.0069 13.0365C21.9806 14.0628 21.4675 15.3089 21.4675 16.775V24.025C21.4675 26.0527 20.7823 27.8097 19.4119 29.2958C18.0416 30.7819 16.3471 31.6037 14.3286 31.7611C14.0138 32.7518 13.44 33.5574 12.6072 34.1777C11.7744 34.7981 10.8425 35.1083 9.81145 35.1083ZM7.02303 14.3305L5.07861 12.386L7.70361 9.71937L5.07861 7.09437L7.02303 5.10829L9.6897 7.77495L12.3147 5.10829L14.3008 7.09437L11.6342 9.71937L14.3008 12.386L12.3147 14.3305L9.6897 11.7055L7.02303 14.3305Z",fill:"currentColor"})),transformationSteps:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M15.9168 36.6667L15.139 31.3889C14.6668 31.213 14.183 30.9815 13.6876 30.6945C13.1922 30.4074 12.7455 30.1065 12.3473 29.7917L7.41679 31.9861L3.30566 24.7917L7.73625 21.514C7.68994 21.2825 7.66216 21.0301 7.65291 20.757C7.64364 20.4838 7.639 20.2315 7.639 20C7.639 19.7686 7.64364 19.5163 7.65291 19.2431C7.66216 18.9699 7.68994 18.7176 7.73625 18.4861L3.30566 15.2084L7.41679 8.01396L12.3473 10.2084C12.7455 9.89357 13.1946 9.59264 13.6946 9.30558C14.1946 9.01856 14.6761 8.79633 15.139 8.63892L15.9168 3.33337H24.0835L24.8612 8.61117C25.3335 8.78708 25.8219 9.01393 26.3265 9.29171C26.8311 9.56949 27.2733 9.87504 27.6529 10.2084L32.5835 8.01396L36.6946 15.2084L32.264 18.4306C32.3103 18.6806 32.3381 18.9422 32.3473 19.2153C32.3566 19.4885 32.3612 19.75 32.3612 20C32.3612 20.25 32.3566 20.507 32.3473 20.7709C32.3381 21.0348 32.3057 21.2917 32.2501 21.5417L36.6807 24.7917L32.5696 31.9861L27.6529 29.7917C27.2548 30.1065 26.8103 30.4121 26.3196 30.7084C25.8288 31.0047 25.3427 31.2315 24.8612 31.3889L24.0835 36.6667H15.9168ZM20.0279 25.5556C21.5649 25.5556 22.8751 25.0139 23.9585 23.9306C25.0418 22.8473 25.5835 21.5371 25.5835 20C25.5835 18.463 25.0418 17.1528 23.9585 16.0695C22.8751 14.9862 21.5649 14.4445 20.0279 14.4445C18.4816 14.4445 17.1691 14.9862 16.0904 16.0695C15.0117 17.1528 14.4723 18.463 14.4723 20C14.4723 21.5371 15.0117 22.8473 16.0904 23.9306C17.1691 25.0139 18.4816 25.5556 20.0279 25.5556ZM20.0279 22.7778C19.2594 22.7778 18.6043 22.507 18.0626 21.9653C17.521 21.4237 17.2501 20.7686 17.2501 20C17.2501 19.2315 17.521 18.5764 18.0626 18.0348C18.6043 17.4931 19.2594 17.2223 20.0279 17.2223C20.7964 17.2223 21.4515 17.4931 21.9932 18.0348C22.5348 18.5764 22.8057 19.2315 22.8057 20C22.8057 20.7686 22.5348 21.4237 21.9932 21.9653C21.4515 22.507 20.7964 22.7778 20.0279 22.7778ZM18.2223 33.889H21.764L22.3473 29.3056C23.2455 29.0834 24.0904 28.7431 24.8821 28.2848C25.6737 27.8265 26.3937 27.2732 27.0418 26.625L31.3612 28.4723L33.014 25.5278L29.2085 22.7084C29.3288 22.2639 29.4214 21.8172 29.4862 21.3681C29.5511 20.919 29.5835 20.463 29.5835 20C29.5835 19.5371 29.5557 19.0811 29.5001 18.632C29.4446 18.1829 29.3473 17.7362 29.2085 17.2917L33.014 14.4723L31.3612 11.5278L27.0418 13.3889C26.4122 12.6945 25.7062 12.1135 24.9237 11.6459C24.1413 11.1783 23.2825 10.8611 22.3473 10.6945L21.7779 6.11112H18.2362L17.6529 10.6945C16.7362 10.8982 15.8821 11.2292 15.0904 11.6875C14.2987 12.1459 13.5881 12.7084 12.9585 13.375L8.639 11.5278L6.98621 14.4723L10.7918 17.2778C10.6714 17.7315 10.5788 18.1806 10.514 18.625C10.4492 19.0695 10.4168 19.5278 10.4168 20C10.4168 20.463 10.4492 20.9167 10.514 21.3612C10.5788 21.8056 10.6714 22.2547 10.7918 22.7084L6.98621 25.5278L8.639 28.4723L12.9585 26.6112C13.6066 27.2686 14.3265 27.8265 15.1182 28.2848C15.9098 28.7431 16.7547 29.0834 17.6529 29.3056L18.2223 33.889Z",fill:"currentColor"})),transportation:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.55863 33.3055C8.1861 33.3055 7.01835 32.8248 6.05538 31.8634C5.09241 30.902 4.61092 29.7345 4.61092 28.3611H1.6665V6.66663H28.3054V13.5278H32.8887L38.3332 20.7778V28.3611H35.2498C35.2498 29.7345 34.7694 30.902 33.8087 31.8634C32.8479 32.8248 31.6812 33.3055 30.3087 33.3055C28.9361 33.3055 27.7684 32.8248 26.8054 31.8634C25.8424 30.902 25.361 29.7345 25.361 28.3611H14.4998C14.4998 29.7314 14.0194 30.8981 13.0586 31.8611C12.0979 32.824 10.9312 33.3055 9.55863 33.3055ZM9.55538 30.5278C10.1572 30.5278 10.6688 30.3171 11.0901 29.8958C11.5114 29.4745 11.722 28.9629 11.722 28.3611C11.722 27.7592 11.5114 27.2476 11.0901 26.8263C10.6688 26.405 10.1572 26.1944 9.55538 26.1944C8.95352 26.1944 8.44193 26.405 8.02063 26.8263C7.59935 27.2476 7.38871 27.7592 7.38871 28.3611C7.38871 28.9629 7.59935 29.4745 8.02063 29.8958C8.44193 30.3171 8.95352 30.5278 9.55538 30.5278ZM4.44425 25.5833H5.4998C5.97202 24.9166 6.5511 24.3842 7.23705 23.9861C7.92299 23.5879 8.68689 23.3888 9.52875 23.3888C10.3706 23.3888 11.1387 23.5925 11.8332 24C12.5276 24.4074 13.1109 24.9352 13.5832 25.5833H25.5276V9.44438H4.44425V25.5833ZM30.3054 30.5278C30.9073 30.5278 31.4188 30.3171 31.8401 29.8958C32.2614 29.4745 32.4721 28.9629 32.4721 28.3611C32.4721 27.7592 32.2614 27.2476 31.8401 26.8263C31.4188 26.405 30.9073 26.1944 30.3054 26.1944C29.7036 26.1944 29.192 26.405 28.7707 26.8263C28.3494 27.2476 28.1387 27.7592 28.1387 28.3611C28.1387 28.9629 28.3494 29.4745 28.7707 29.8958C29.192 30.3171 29.7036 30.5278 30.3054 30.5278ZM28.3054 22.0833H35.8332L31.4998 16.3055H28.3054V22.0833Z",fill:"currentColor"})),users:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M1.61133 33.3333V29.1667C1.61133 28.2037 1.85901 27.3264 2.35437 26.5348C2.84973 25.7431 3.52797 25.1482 4.38908 24.75C6.31502 23.8704 8.11595 23.2292 9.79187 22.8264C11.4678 22.4236 13.1854 22.2223 14.9447 22.2223C16.7039 22.2223 18.4169 22.4236 20.0835 22.8264C21.7502 23.2292 23.5465 23.8704 25.4724 24.75C26.3335 25.1482 27.0164 25.7431 27.521 26.5348C28.0257 27.3264 28.278 28.2037 28.278 29.1667V33.3333H1.61133ZM31.0557 33.3333V29.0556C31.0557 27.4815 30.646 26.132 29.8266 25.007C29.0071 23.882 27.9076 22.9537 26.528 22.2223C28.278 22.4259 29.9261 22.7384 31.4724 23.1598C33.0187 23.581 34.3243 24.0741 35.3891 24.6389C36.3335 25.1759 37.0696 25.8171 37.5974 26.5625C38.1252 27.3079 38.3891 28.1389 38.3891 29.0556V33.3333H31.0557ZM14.9447 19.9722C13.1113 19.9722 11.5882 19.3657 10.3752 18.1528C9.16223 16.9398 8.55574 15.4167 8.55574 13.5833C8.55574 11.75 9.16223 10.2269 10.3752 9.01392C11.5882 7.80094 13.1113 7.19446 14.9447 7.19446C16.778 7.19446 18.3011 7.80094 19.5141 9.01392C20.7271 10.2269 21.3335 11.75 21.3335 13.5833C21.3335 15.4167 20.7271 16.9398 19.5141 18.1528C18.3011 19.3657 16.778 19.9722 14.9447 19.9722ZM30.5002 13.5833C30.5002 15.4167 29.8937 16.9398 28.6807 18.1528C27.4678 19.3657 25.9446 19.9722 24.1113 19.9722C23.8057 19.9722 23.4492 19.9468 23.0418 19.8958C22.6344 19.8449 22.278 19.7685 21.9724 19.6667C22.6669 18.9074 23.1969 18.0093 23.5627 16.9722C23.9284 15.9352 24.1113 14.8056 24.1113 13.5833C24.1113 12.3611 23.9284 11.25 23.5627 10.25C23.1969 9.25 22.6669 8.33333 21.9724 7.5C22.3057 7.39817 22.6622 7.32178 23.0418 7.27083C23.4215 7.21992 23.778 7.19446 24.1113 7.19446C25.9446 7.19446 27.4678 7.80094 28.6807 9.01392C29.8937 10.2269 30.5002 11.75 30.5002 13.5833ZM4.38908 30.5556H25.5002V29.1667C25.5002 28.7685 25.3868 28.3889 25.16 28.0278C24.9331 27.6667 24.6484 27.4074 24.3057 27.25C22.4724 26.4074 20.8474 25.8218 19.4307 25.493C18.0141 25.1643 16.5187 25 14.9447 25C13.3706 25 11.8706 25.1643 10.4447 25.493C9.01872 25.8218 7.38908 26.4074 5.55574 27.25C5.21316 27.4074 4.93306 27.6667 4.71545 28.0278C4.49787 28.3889 4.38908 28.7685 4.38908 29.1667V30.5556ZM14.9447 17.1945C15.9724 17.1945 16.8312 16.8496 17.521 16.1597C18.2108 15.4699 18.5557 14.6111 18.5557 13.5833C18.5557 12.5556 18.2108 11.6968 17.521 11.007C16.8312 10.3171 15.9724 9.97221 14.9447 9.97221C13.9169 9.97221 13.0581 10.3171 12.3682 11.007C11.6784 11.6968 11.3335 12.5556 11.3335 13.5833C11.3335 14.6111 11.6784 15.4699 12.3682 16.1597C13.0581 16.8496 13.9169 17.1945 14.9447 17.1945Z",fill:"currentColor"})),vineyard:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M21.25 2H18.75V11H21.25V2Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.64 17.6521C23.64 17.1663 23.5454 16.7026 23.3737 16.2786C22.8327 14.9423 21.5259 14 19.9999 14C18.474 14 17.1673 14.942 16.6262 16.2782C16.4544 16.7023 16.3598 17.1661 16.3598 17.6521C16.3598 18.1381 16.4544 18.6019 16.6262 19.026C16.8065 19.4714 17.072 19.873 17.4023 20.2105C17.8781 20.6967 18.4885 21.0499 19.1729 21.2094C19.4386 21.2714 19.7154 21.3041 19.9999 21.3041C20.2844 21.3041 20.5614 21.2713 20.8271 21.2094C21.5114 21.0498 22.1216 20.6967 22.5973 20.2106C22.9278 19.873 23.1933 19.4712 23.3737 19.0256C23.5454 18.6016 23.64 18.138 23.64 17.6521Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.72 17.6521C25.72 17.1663 25.8145 16.7026 25.9862 16.2785C26.5272 14.9422 27.8339 14 29.3599 14C31.3704 14 33 15.6351 33 17.6521C33 19.669 31.3703 21.3041 29.3599 21.3041C29.0754 21.3041 28.7985 21.2713 28.5327 21.2094C27.8485 21.0498 27.2383 20.6967 26.7625 20.2106C26.4321 19.873 26.1666 19.4712 25.9862 19.0256C25.8145 18.6016 25.72 18.138 25.72 17.6521Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.5072 22.4427C26.1915 22.6022 26.8017 22.9554 27.2774 23.4415C27.9223 24.1004 28.32 25.0036 28.32 26.0001C28.32 28.017 26.6903 29.652 24.6799 29.652C24.3954 29.652 24.1186 29.6193 23.8529 29.5574C23.1685 29.3979 22.5581 29.0446 22.0823 28.5584C21.7521 28.221 21.4867 27.8195 21.3063 27.3742C21.1345 26.9501 21.0398 26.4862 21.0398 26.0001C21.0398 25.514 21.1345 25.05 21.3063 24.6258C21.4867 24.1805 21.7522 23.7789 22.0824 23.4414C22.5582 22.9554 23.1684 22.6022 23.8526 22.4427C24.1184 22.3807 24.3953 22.348 24.6799 22.348C24.9645 22.348 25.2415 22.3807 25.5072 22.4427Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.8271 30.7906C21.5115 30.9501 22.1219 31.3033 22.5977 31.7895C23.2425 32.4484 23.6402 33.3516 23.6402 34.3479C23.6402 36.365 22.0104 38 20.0001 38C17.9899 38 16.36 36.3649 16.36 34.3479C16.36 33.3515 16.7578 32.4483 17.4027 31.7894C17.8784 31.3033 18.4886 30.9502 19.1728 30.7906C19.4386 30.7287 19.7156 30.6959 20.0001 30.6959C20.2846 30.6959 20.5614 30.7286 20.8271 30.7906Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.9176 28.5585C17.4418 29.0446 16.8316 29.3978 16.1474 29.5573C15.8816 29.6193 15.6047 29.652 15.3201 29.652C13.3096 29.652 11.68 28.017 11.68 26.0001C11.68 25.0036 12.0777 24.1004 12.7226 23.4415C13.1983 22.9554 13.8085 22.6022 14.4928 22.4427C14.7586 22.3807 15.0355 22.348 15.3201 22.348C15.6046 22.348 15.8814 22.3807 16.147 22.4426C16.8315 22.6021 17.4418 22.9553 17.9177 23.4416C18.2479 23.779 18.5133 24.1805 18.6937 24.6258C18.8655 25.05 18.9602 25.514 18.9602 26.0001C18.9602 26.4862 18.8655 26.9501 18.6937 27.3742C18.5133 27.8196 18.2478 28.2211 17.9176 28.5585Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.6401 21.3041C10.9246 21.3041 11.2015 21.2713 11.4673 21.2094C12.1515 21.0498 12.7617 20.6967 13.2375 20.2106C13.5678 19.8731 13.8332 19.4715 14.0136 19.026C14.1854 18.6019 14.28 18.1381 14.28 17.6521C14.28 17.1661 14.1854 16.7023 14.0136 16.2781C13.4726 14.942 12.166 14 10.6401 14C8.62967 14 7 15.635 7 17.6521C7 19.669 8.62961 21.3041 10.6401 21.3041Z",fill:"currentColor"})),webinard:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M15.0974 32.2222H24.903L23.9307 28.3333H16.0696L15.0974 32.2222ZM15.0002 25.5556H25.0002C27.4594 25.5556 29.5557 24.6895 31.2891 22.9573C33.0224 21.2251 33.8891 19.1302 33.8891 16.6725C33.8891 14.2149 33.0224 12.1181 31.2891 10.3819C29.5557 8.64581 27.4594 7.77775 25.0002 7.77775H15.0002C12.5409 7.77775 10.4446 8.64385 8.71125 10.376C6.97791 12.1082 6.11125 14.2032 6.11125 16.6608C6.11125 19.1184 6.97791 21.2153 8.71125 22.9514C10.4446 24.6875 12.5409 25.5556 15.0002 25.5556ZM20.0002 20.5556C18.9168 20.5556 17.9978 20.1783 17.2432 19.4236C16.4886 18.669 16.1112 17.75 16.1112 16.6667C16.1112 15.5833 16.4886 14.6643 17.2432 13.9097C17.9978 13.1551 18.9168 12.7778 20.0002 12.7778C21.0835 12.7778 22.0025 13.1551 22.7571 13.9097C23.5118 14.6643 23.8891 15.5833 23.8891 16.6667C23.8891 17.75 23.5118 18.669 22.7571 19.4236C22.0025 20.1783 21.0835 20.5556 20.0002 20.5556ZM10.7502 14.6389C11.1298 14.6389 11.4562 14.5023 11.7293 14.2292C12.0025 13.956 12.139 13.625 12.139 13.2361C12.139 12.8472 12.0025 12.5208 11.7293 12.257C11.4562 11.9931 11.1252 11.8611 10.7363 11.8611C10.3474 11.8611 10.021 11.9942 9.75712 12.2604C9.49323 12.5266 9.36129 12.8565 9.36129 13.25C9.36129 13.6296 9.49439 13.956 9.76058 14.2292C10.0268 14.5023 10.3566 14.6389 10.7502 14.6389ZM6.66683 35V32.2222H12.264L13.278 28.2222C10.4539 27.8055 8.09044 26.5116 6.18766 24.3403C4.28489 22.169 3.3335 19.6111 3.3335 16.6667C3.3335 13.4167 4.46544 10.6597 6.72933 8.39583C8.99322 6.13194 11.7502 5 15.0002 5H25.0002C28.2502 5 31.0071 6.13194 33.271 8.39583C35.5349 10.6597 36.6668 13.4167 36.6668 16.6667C36.6668 19.6111 35.7154 22.169 33.8127 24.3403C31.9099 26.5116 29.5465 27.8055 26.7224 28.2222L27.7363 32.2222H33.3335V35H6.66683ZM20.0002 23.3333C21.8335 23.3333 23.4029 22.6806 24.7085 21.375C26.0141 20.0694 26.6668 18.5 26.6668 16.6667C26.6668 14.8333 26.0141 13.2639 24.7085 11.9583C23.4029 10.6528 21.8335 10 20.0002 10C18.1668 10 16.5974 10.6528 15.2918 11.9583C13.9863 13.2639 13.3335 14.8333 13.3335 16.6667C13.3335 18.5 13.9863 20.0694 15.2918 21.375C16.5974 22.6806 18.1668 23.3333 20.0002 23.3333Z",fill:"currentColor"})),wineTourism:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M4 36.6667V33.889H7.27779V28.1945C6.30557 27.8982 5.51621 27.345 4.90971 26.5348C4.30324 25.7246 4 24.7871 4 23.7223V10H13.3333V23.7223C13.3333 24.7315 13.0301 25.6552 12.4236 26.4931C11.8171 27.3311 11.0278 27.8982 10.0555 28.1945V33.889H13.3333V36.6667H4ZM6.77775 18.9167H10.5555V12.7778H6.77775V18.9167ZM8.66667 25.6112C9.17592 25.6112 9.61804 25.4237 9.99304 25.0487C10.368 24.6737 10.5555 24.2315 10.5555 23.7223V21.6945H6.77775V23.7223C6.77775 24.2315 6.96525 24.6737 7.34025 25.0487C7.71525 25.4237 8.15739 25.6112 8.66667 25.6112ZM17.8889 36.6667V15.5278L23.0556 13.3334V3.33337H30.3889V13.2778L35.6667 15.5V36.6667H17.8889ZM25.8333 7.88892H27.6111V6.11112H25.8333V7.88892ZM20.6667 20.4167H32.8889V17.25L27.6111 15V10.6667H25.8333V15L20.6667 17.2485V20.4167ZM20.6667 33.889H32.8889V29.9167H20.6667V33.889ZM20.6667 27.139H32.8889V23.1945H20.6667V27.139Z",fill:"currentColor"})),documentSpace:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M6.66683 33.3333C5.75016 33.3333 4.96544 33.0069 4.31266 32.3541C3.65988 31.7013 3.3335 30.9166 3.3335 30V13.3333C3.3335 12.4166 3.65988 11.6319 4.31266 10.9791C4.96544 10.3263 5.75016 9.99996 6.66683 9.99996H16.6668L20.0002 6.66663H33.3335C34.2502 6.66663 35.0349 6.99301 35.6877 7.64579C36.3404 8.29857 36.6668 9.08329 36.6668 9.99996V30C36.6668 30.9166 36.3404 31.7013 35.6877 32.3541C35.0349 33.0069 34.2502 33.3333 33.3335 33.3333H6.66683ZM9.7085 21.6666H18.3335V13.0416L9.7085 21.6666ZM6.66683 20L13.3335 13.3333H6.66683V20ZM6.66683 25V30H33.3335V9.99996H21.6668V21.6666C21.6668 22.5833 21.3404 23.368 20.6877 24.0208C20.0349 24.6736 19.2502 25 18.3335 25H6.66683Z",fill:"currentColor"})),gridView:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 18.3333V5H18.3333V18.3333H5ZM5 35V21.6667H18.3333V35H5ZM21.6667 18.3333V5H35V18.3333H21.6667ZM21.6667 35V21.6667H35V35H21.6667ZM8.33333 15H15V8.33333H8.33333V15ZM25 15H31.6667V8.33333H25V15ZM25 31.6667H31.6667V25H25V31.6667ZM8.33333 31.6667H15V25H8.33333V31.6667Z",fill:"currentColor"})),simulation:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M17.0209 30.8333L16.5875 27.3666C16.3528 27.2763 16.1316 27.168 15.924 27.0416C15.7164 26.9152 15.5132 26.7798 15.3146 26.6354L12.0917 27.9895L9.11255 22.8437L11.9021 20.7312C11.8841 20.6048 11.875 20.4829 11.875 20.3656V19.6343C11.875 19.517 11.8841 19.3951 11.9021 19.2687L9.11255 17.1562L12.0917 12.0104L15.3146 13.3645C15.5132 13.2201 15.7209 13.0847 15.9375 12.9583C16.1542 12.8319 16.3709 12.7236 16.5875 12.6333L17.0209 9.16663H22.9792L23.4125 12.6333C23.6473 12.7236 23.8685 12.8319 24.0761 12.9583C24.2837 13.0847 24.4869 13.2201 24.6855 13.3645L27.9084 12.0104L30.8875 17.1562L28.098 19.2687C28.116 19.3951 28.125 19.517 28.125 19.6343V20.3656C28.125 20.4829 28.107 20.6048 28.0709 20.7312L30.8605 22.8437L27.8813 27.9895L24.6855 26.6354C24.4869 26.7798 24.2792 26.9152 24.0625 27.0416C23.8459 27.168 23.6292 27.2763 23.4125 27.3666L22.9792 30.8333H17.0209ZM18.9167 28.6666H21.0563L21.4355 25.7958C21.9952 25.6513 22.5143 25.4392 22.9928 25.1593C23.4712 24.8795 23.9091 24.5409 24.3063 24.1437L26.9875 25.2541L28.0438 23.4125L25.7146 21.652C25.8049 21.3993 25.8681 21.1329 25.9042 20.8531C25.9403 20.5732 25.9584 20.2888 25.9584 20C25.9584 19.7111 25.9403 19.4267 25.9042 19.1468C25.8681 18.867 25.8049 18.6007 25.7146 18.3479L28.0438 16.5875L26.9875 14.7458L24.3063 15.8833C23.9091 15.468 23.4712 15.1204 22.9928 14.8406C22.5143 14.5607 21.9952 14.3486 21.4355 14.2041L21.0834 11.3333H18.9438L18.5646 14.2041C18.0049 14.3486 17.4858 14.5607 17.0073 14.8406C16.5289 15.1204 16.091 15.459 15.6938 15.8562L13.0125 14.7458L11.9563 16.5875L14.2855 18.3208C14.1952 18.5916 14.132 18.8625 14.0959 19.1333C14.0598 19.4041 14.0417 19.693 14.0417 20C14.0417 20.2888 14.0598 20.5687 14.0959 20.8395C14.132 21.1104 14.1952 21.3812 14.2855 21.652L11.9563 23.4125L13.0125 25.2541L15.6938 24.1166C16.091 24.5319 16.5289 24.8795 17.0073 25.1593C17.4858 25.4392 18.0049 25.6513 18.5646 25.7958L18.9167 28.6666ZM20.0542 23.7916C21.1014 23.7916 21.9952 23.4215 22.7355 22.6812C23.4757 21.9409 23.8459 21.0472 23.8459 20C23.8459 18.9527 23.4757 18.059 22.7355 17.3187C21.9952 16.5784 21.1014 16.2083 20.0542 16.2083C18.9889 16.2083 18.0907 16.5784 17.3594 17.3187C16.6282 18.059 16.2625 18.9527 16.2625 20C16.2625 21.0472 16.6282 21.9409 17.3594 22.6812C18.0907 23.4215 18.9889 23.7916 20.0542 23.7916Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5 3C4.11929 3 3 4.11929 3 5.5C3 6.88071 4.11929 8 5.5 8C6.88071 8 8 6.88071 8 5.5C8 4.11929 6.88071 3 5.5 3ZM1 5.5C1 3.01472 3.01472 1 5.5 1C7.98528 1 10 3.01472 10 5.5C10 7.98528 7.98528 10 5.5 10C3.01472 10 1 7.98528 1 5.5Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 29H11V38H2V29ZM4 31V36H9V31H4Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M30 4C30 2.34315 31.3431 1 33 1H36C37.6569 1 39 2.34315 39 4V7C39 8.65685 37.6569 10 36 10H33C31.3431 10 30 8.65685 30 7V4ZM33 3C32.4477 3 32 3.44772 32 4V7C32 7.55228 32.4477 8 33 8H36C36.5523 8 37 7.55228 37 7V4C37 3.44772 36.5523 3 36 3H33Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.5001 27L38.9953 38.25H26.0049L32.5001 27ZM29.469 36.25H35.5312L32.5001 31L29.469 36.25Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.793 14.7071L7.29297 9.20706L8.70718 7.79285L14.2072 13.2928L12.793 14.7071Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M29.793 33.2071L23.293 26.7071L24.7072 25.2928L31.2072 31.7928L29.793 33.2071Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.7072 26.7072L10.7072 31.7072L9.29297 30.2929L14.293 25.2929L15.7072 26.7072Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.2475 9.66431L28.2475 14.1643L26.7527 12.8356L30.7527 8.33558L32.2475 9.66431Z",fill:"currentColor"})),tableView:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8.33333 35C7.41667 35 6.63194 34.6736 5.97917 34.0208C5.32639 33.3681 5 32.5833 5 31.6667V8.33333C5 7.41667 5.32639 6.63194 5.97917 5.97917C6.63194 5.32639 7.41667 5 8.33333 5H31.6667C32.5833 5 33.3681 5.32639 34.0208 5.97917C34.6736 6.63194 35 7.41667 35 8.33333V31.6667C35 32.5833 34.6736 33.3681 34.0208 34.0208C33.3681 34.6736 32.5833 35 31.6667 35H8.33333ZM18.3333 25H8.33333V31.6667H18.3333V25ZM21.6667 25V31.6667H31.6667V25H21.6667ZM18.3333 21.6667V15H8.33333V21.6667H18.3333ZM21.6667 21.6667H31.6667V15H21.6667V21.6667ZM8.33333 11.6667H31.6667V8.33333H8.33333V11.6667Z",fill:"currentColor"})),uploadFile:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6665 31.6113H21.4444V23.7084L24.6111 26.875L26.5553 24.9167L19.9998 18.4721L13.4998 24.9721L15.4582 26.9167L18.6665 23.7084V31.6113ZM9.44442 36.6667C8.69442 36.6667 8.04387 36.3913 7.49275 35.8405C6.94192 35.2894 6.6665 34.6388 6.6665 33.8888V6.11129C6.6665 5.36129 6.94192 4.71074 7.49275 4.15962C8.04387 3.60879 8.69442 3.33337 9.44442 3.33337H23.9165L33.3332 12.75V33.8888C33.3332 34.6388 33.0578 35.2894 32.5069 35.8405C31.9558 36.3913 31.3053 36.6667 30.5553 36.6667H9.44442ZM22.5278 14.0555V6.11129H9.44442V33.8888H30.5553V14.0555H22.5278Z",fill:"currentColor"})),askor:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M19.7642 5.27954H11.2622C7.24731 5.27954 4 8.31194 4 12.0611V28.3258C4 30.3657 5.00371 32.2402 6.59785 33.5083L19.7642 5.27954Z",fill:"currentColor"}),C.createElement("path",{d:"M17.9346 21.3236L25.4328 5.27954H28.6802C32.695 5.27954 35.9424 8.36707 35.9424 12.0611V21.3236H17.9346Z",fill:"currentColor"}),C.createElement("path",{d:"M15.6895 26.1746H36V28.3248C36 32.074 32.6936 35.1063 28.7378 35.1063H11.4976L15.6895 26.1746Z",fill:"currentColor"})),actionPlan:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.25016 31.2778L3.3335 25.3611L5.27791 23.4167L9.23629 27.3473L16.5696 20.0139L18.514 22L9.25016 31.2778ZM9.25016 17.9444L3.3335 12.0278L5.27791 10.0833L9.23629 14.0139L16.5696 6.68054L18.514 8.66667L9.25016 17.9444ZM21.6668 28.0555V25.2778H36.6668V28.0555H21.6668ZM21.6668 14.7222V11.9445H36.6668V14.7222H21.6668Z",fill:"currentColor"})),actions:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.107 22.4444C8.4337 22.4444 7.85862 22.2046 7.38175 21.7252C6.90492 21.2457 6.6665 20.6693 6.6665 19.996C6.6665 19.3227 6.90624 18.7477 7.38571 18.2708C7.86518 17.794 8.44156 17.5555 9.11484 17.5555C9.78814 17.5555 10.3632 17.7953 10.8401 18.2747C11.3169 18.7542 11.5553 19.3306 11.5553 20.0039C11.5553 20.6772 11.3156 21.2523 10.8361 21.7291C10.3567 22.206 9.78028 22.4444 9.107 22.4444ZM19.9959 22.4444C19.3226 22.4444 18.7475 22.2046 18.2707 21.7252C17.7938 21.2457 17.5554 20.6693 17.5554 19.996C17.5554 19.3227 17.7952 18.7477 18.2746 18.2708C18.7541 17.794 19.3305 17.5555 20.0038 17.5555C20.6771 17.5555 21.2521 17.7953 21.729 18.2747C22.2058 18.7542 22.4443 19.3306 22.4443 20.0039C22.4443 20.6772 22.2045 21.2523 21.725 21.7291C21.2456 22.206 20.6692 22.4444 19.9959 22.4444ZM30.8848 22.4444C30.2115 22.4444 29.6364 22.2046 29.1596 21.7252C28.6828 21.2457 28.4443 20.6693 28.4443 19.996C28.4443 19.3227 28.6841 18.7477 29.1635 18.2708C29.643 17.794 30.2194 17.5555 30.8927 17.5555C31.566 17.5555 32.141 17.7953 32.6179 18.2747C33.0947 18.7542 33.3332 19.3306 33.3332 20.0039C33.3332 20.6772 33.0934 21.2523 32.614 21.7291C32.1345 22.206 31.5581 22.4444 30.8848 22.4444Z",fill:"currentColor"})),activityData:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M14.7385 34.7045C11.6092 33.5409 9.04042 31.5818 7.03203 28.8273C5.02363 26.0728 4.01943 22.9227 4.01943 19.3773C4.01943 18.5591 4.0789 17.7454 4.19784 16.9363C4.31681 16.1273 4.50438 15.3318 4.76057 14.55L2.37246 15.9273L1 13.5955L8.37015 9.3682L12.6248 16.65L10.2367 18.0136L7.90352 14.0318C7.54668 14.8772 7.27448 15.75 7.08691 16.65C6.89932 17.55 6.80553 18.4682 6.80553 19.4045C6.80553 22.3955 7.67477 25.0614 9.41326 27.4023C11.1517 29.7432 13.3935 31.3773 16.1384 32.3046L14.7385 34.7045ZM26.8437 13.9091V11.1818H31.4964C30.1971 9.46364 28.5867 8.125 26.6653 7.1659C24.7438 6.2068 22.6988 5.72725 20.5303 5.72725C18.7644 5.72725 17.1128 6.0318 15.5756 6.64091C14.0385 7.24999 12.6614 8.09545 11.4445 9.17727L10.0446 6.75001C11.4902 5.57729 13.0937 4.6591 14.8551 3.99544C16.6164 3.33181 18.4945 3 20.4891 3C22.8223 3 25.0343 3.45682 27.1251 4.37045C29.2158 5.28409 31.0435 6.58636 32.6081 8.27727V5.45455H35.353V13.9091H26.8437ZM25.2516 39L17.8814 34.7727L22.1361 27.4909L24.483 28.8545L22.1086 32.9455C25.5673 32.5546 28.4563 31.075 30.7759 28.5068C33.0953 25.9387 34.2551 22.9046 34.2551 19.4045C34.2551 18.9227 34.2299 18.4545 34.1796 18C34.1293 17.5454 34.0492 17.0909 33.9394 16.6364H36.753C36.8353 17.0909 36.8971 17.5432 36.9382 17.9932C36.9794 18.4432 37 18.9 37 19.3636C37 23.1909 35.8128 26.5886 33.4384 29.5568C31.064 32.525 28.0149 34.4409 24.2909 35.3046L26.6241 36.6682L25.2516 39Z",fill:"currentColor"})),addRemove:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M23.6388 26.4446H26.4167V21.3334H31.5V18.5554H26.4167V13.4721H23.6388V18.5554H18.5279V21.3334H23.6388V26.4446ZM9.80542 34.0554C6.85181 32.926 4.47917 31.0834 2.6875 28.5275C0.895833 25.972 0 23.1224 0 19.9788C0 16.8354 0.900417 13.9884 2.70125 11.4375C4.50236 8.88669 6.87042 7.04641 9.80542 5.91669V9.02794C7.65736 10.0185 5.94903 11.5018 4.68042 13.4779C3.41208 15.4538 2.77792 17.6185 2.77792 19.9721C2.77792 22.3518 3.41208 24.5232 4.68042 26.4863C5.94903 28.4491 7.65736 29.9352 9.80542 30.9446V34.0554ZM25 34.9721C22.9167 34.9721 20.9653 34.5763 19.1458 33.7846C17.3264 32.9929 15.7431 31.9235 14.3958 30.5763C13.0486 29.2291 11.9792 27.6457 11.1875 25.8263C10.3958 24.0068 10 22.0554 10 19.9721C10 17.8888 10.3958 15.9374 11.1875 14.1179C11.9792 12.2985 13.0486 10.7152 14.3958 9.36794C15.7431 8.02072 17.3264 6.95127 19.1458 6.15961C20.9653 5.36794 22.9167 4.97211 25 4.97211C27.0833 4.97211 29.0347 5.36794 30.8542 6.15961C32.6736 6.95127 34.2569 8.02072 35.6042 9.36794C36.9514 10.7152 38.0208 12.2985 38.8125 14.1179C39.6042 15.9374 40 17.8888 40 19.9721C40 22.0554 39.6042 24.0068 38.8125 25.8263C38.0208 27.6457 36.9514 29.2291 35.6042 30.5763C34.2569 31.9235 32.6736 32.9929 30.8542 33.7846C29.0347 34.5763 27.0833 34.9721 25 34.9721ZM25.0138 32.1946C28.4026 32.1946 31.2846 31.0088 33.6596 28.6371C36.0346 26.2652 37.2221 23.3768 37.2221 19.9721C37.2221 16.5927 36.0363 13.7107 33.6646 11.3263C31.2929 8.94211 28.4047 7.75002 25 7.75002C21.6203 7.75002 18.7383 8.94211 16.3542 11.3263C13.97 13.7107 12.7779 16.5927 12.7779 19.9721C12.7779 23.3768 13.97 26.2652 16.3542 28.6371C18.7383 31.0088 21.6249 32.1946 25.0138 32.1946Z",fill:"currentColor"})),addUser:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M30.2776 23.3333V18.0555H24.9998V15.2778H30.2776V10H33.0554V15.2778H38.3332V18.0555H33.0554V23.3333H30.2776ZM14.9998 19.9722C13.1665 19.9722 11.6434 19.3657 10.4304 18.1528C9.21743 16.9398 8.61096 15.4167 8.61096 13.5833C8.61096 11.75 9.21743 10.2269 10.4304 9.01392C11.6434 7.80094 13.1665 7.19446 14.9998 7.19446C16.8332 7.19446 18.3563 7.80094 19.5693 9.01392C20.7822 10.2269 21.3887 11.75 21.3887 13.5833C21.3887 15.4167 20.7822 16.9398 19.5693 18.1528C18.3563 19.3657 16.8332 19.9722 14.9998 19.9722ZM1.6665 33.3333V29.1667C1.6665 28.2037 1.90956 27.3264 2.39567 26.5348C2.88178 25.7431 3.56466 25.1482 4.4443 24.75C6.40727 23.8519 8.22521 23.206 9.89813 22.8125C11.5711 22.419 13.2701 22.2223 14.9953 22.2223C16.7206 22.2223 18.4165 22.419 20.0832 22.8125C21.7498 23.206 23.5647 23.8519 25.5276 24.75C26.4072 25.1667 27.0947 25.7662 27.5901 26.5486C28.0855 27.331 28.3332 28.2037 28.3332 29.1667V33.3333H1.6665ZM4.44425 30.5556H25.5554V29.1667C25.5554 28.7685 25.4466 28.3935 25.229 28.0417C25.0114 27.6898 24.7221 27.4259 24.361 27.25C22.5461 26.3889 20.9304 25.7986 19.5137 25.4792C18.097 25.1597 16.5924 25 14.9998 25C13.4073 25 11.898 25.1597 10.472 25.4792C9.04613 25.7986 7.42577 26.3889 5.61096 27.25C5.24982 27.4259 4.96509 27.6898 4.75675 28.0417C4.54842 28.3935 4.44425 28.7685 4.44425 29.1667V30.5556ZM14.9998 17.1945C16.0276 17.1945 16.8864 16.8496 17.5762 16.1597C18.266 15.4699 18.611 14.6111 18.611 13.5833C18.611 12.5556 18.266 11.6968 17.5762 11.007C16.8864 10.3171 16.0276 9.97221 14.9998 9.97221C13.9721 9.97221 13.1133 10.3171 12.4235 11.007C11.7336 11.6968 11.3887 12.5556 11.3887 13.5833C11.3887 14.6111 11.7336 15.4699 12.4235 16.1597C13.1133 16.8496 13.9721 17.1945 14.9998 17.1945Z",fill:"currentColor"})),add:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6946 28.3333H21.4724V21.5H28.3335V18.7222H21.4724V11.6666H18.6946V18.7222H11.6668V21.5H18.6946V28.3333ZM20.0075 36.6666C17.7069 36.6666 15.5449 36.2291 13.5215 35.3541C11.498 34.4791 9.73165 33.287 8.22237 31.7778C6.71312 30.2685 5.521 28.5015 4.646 26.4766C3.771 24.4518 3.3335 22.2883 3.3335 19.9861C3.3335 17.6839 3.771 15.5204 4.646 13.4956C5.521 11.4707 6.71312 9.70831 8.22237 8.20831C9.73165 6.70831 11.4987 5.52081 13.5235 4.64581C15.5483 3.77081 17.7118 3.33331 20.014 3.33331C22.3163 3.33331 24.4798 3.77081 26.5046 4.64581C28.5294 5.52081 30.2918 6.70831 31.7918 8.20831C33.2918 9.70831 34.4793 11.4722 35.3543 13.5C36.2293 15.5278 36.6668 17.692 36.6668 19.9926C36.6668 22.2932 36.2293 24.4552 35.3543 26.4787C34.4793 28.5021 33.2918 30.2668 31.7918 31.7726C30.2918 33.2785 28.5279 34.4706 26.5002 35.349C24.4724 36.2274 22.3082 36.6666 20.0075 36.6666ZM20.014 33.8889C23.8752 33.8889 27.1529 32.537 29.8474 29.8333C32.5419 27.1296 33.8891 23.8472 33.8891 19.9861C33.8891 16.125 32.5436 12.8472 29.8526 10.1527C27.1616 7.45829 23.8775 6.11106 20.0002 6.11106C16.1483 6.11106 12.8705 7.45655 10.1668 10.1475C7.46311 12.8385 6.11125 16.1227 6.11125 20C6.11125 23.8518 7.46311 27.1296 10.1668 29.8333C12.8705 32.537 16.1529 33.8889 20.014 33.8889Z",fill:"currentColor"})),analytics:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 35V31.7778L7.77775 29V35H5ZM11.8055 35V25.1111L14.5833 22.3333V35H11.8055ZM18.6111 35V22.3333L21.3889 25.1528V35H18.6111ZM25.4167 35V25.1528L28.1945 22.375V35H25.4167ZM32.2222 35V18.4445L35 15.6667V35H32.2222ZM5 25.5694V21.6389L16.6667 10.0278L23.3333 16.6945L35 5V8.93054L23.3333 20.625L16.6667 13.9583L5 25.5694Z",fill:"currentColor"})),arrowTrajectory:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M24.9977 31.6666L22.6227 29.3333L30.2894 21.6666H3.33105V18.3333H30.2894L22.6644 10.6666L24.9977 8.33325L36.6644 19.9999L24.9977 31.6666Z",fill:"currentColor"})),arrowDownShort:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M20 27L10 16.9768L11.9722 15L20 23.0743L28.0278 15.0279L30 17.0046L20 27Z",fill:"currentColor"})),arrowDown:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.611 6.66663V28.0417L8.61092 18.0416L6.6665 20L19.9998 33.3333L33.3332 20L31.3888 18.0416L21.3887 28.0417V6.66663H18.611Z",fill:"currentColor"})),arrowLeftShort:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M23.3614 30L13.3335 19.9721L23.3614 9.94458L25.3335 11.9167L17.2781 19.9721L25.3335 28.0279L23.3614 30Z",fill:"currentColor"})),arrowLeft:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M11.9581 21.3888L21.9582 31.3889L19.9998 33.3333L6.6665 20L19.9998 6.66663L21.9582 8.61104L11.9581 18.6111H33.3332V21.3888H11.9581Z",fill:"currentColor"})),arrowRightShort:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M21.7219 19.9721L13.6665 11.9167L15.6386 9.94458L25.6665 19.9721L15.6386 30L13.6665 28.0279L21.7219 19.9721Z",fill:"currentColor"})),arrowRight:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M28.0415 21.3888H6.6665V18.6111H28.0415L18.0415 8.61104L19.9998 6.66663L33.3332 20L19.9998 33.3333L18.0415 31.3889L28.0415 21.3888Z",fill:"currentColor"})),arrowUpShort:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M11.9722 25L10 23.0232L20 13L30 22.9954L28.0278 24.9721L20 16.9257L11.9722 25Z",fill:"currentColor"})),arrowUp:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.611 33.3333V11.9583L8.61092 21.9583L6.6665 20L19.9998 6.66663L33.3332 20L31.3888 21.9583L21.3887 11.9583V33.3333H18.611Z",fill:"currentColor"})),calendar:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 36.6666V6.11106H10.1389V3.33331H13.0555V6.11106H26.9445V3.33331H29.8611V6.11106H35V36.6666H5ZM7.77775 33.8889H32.2222V16.3889H7.77775V33.8889ZM7.77775 13.6111H32.2222V8.88886H7.77775V13.6111Z",fill:"currentColor"})),callback:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M32.75 35C29.5926 35 26.3634 34.2268 23.0625 32.6805C19.7616 31.1342 16.7037 28.9537 13.8889 26.1389C11.0555 23.324 8.86574 20.2685 7.31946 16.9722C5.77315 13.6759 5 10.4352 5 7.24998V4.99998H14.25L15.875 13.0416L11.0417 17.9444C11.7639 19.1389 12.5231 20.2546 13.3194 21.2916C14.1157 22.3287 14.9537 23.2824 15.8333 24.1528C16.7685 25.088 17.7755 25.9699 18.8542 26.7986C19.9329 27.6273 21.0926 28.3889 22.3333 29.0834L27.1945 24.1111L35 25.7639V35H32.75ZM9.70833 15.3333L12.875 12.1389L12 7.77773H7.79167C7.83794 8.89809 8.01386 10.0763 8.31942 11.3125C8.62497 12.5486 9.08794 13.8889 9.70833 15.3333ZM24.9305 30.3889C26.0602 30.8981 27.2569 31.3102 28.5208 31.625C29.7847 31.9398 31.0185 32.1296 32.2222 32.1944V28L28.0556 27.1528L24.9305 30.3889ZM21.5278 18.4166V8.49998H24.3055V13.6944L33.6667 4.33331L35.6389 6.30552L26.3055 15.6389H31.4445V18.4166H21.5278Z",fill:"currentColor"})),cancel:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M13.8335 28.1111L20.0002 21.9444L26.1668 28.1111L28.1113 26.1666L21.9446 20L28.1113 13.8333L26.1668 11.8889L20.0002 18.0556L13.8335 11.8889L11.889 13.8333L18.0557 20L11.889 26.1666L13.8335 28.1111ZM20.0002 36.6666C17.7131 36.6666 15.5557 36.2291 13.528 35.3541C11.5002 34.4791 9.73165 33.287 8.22237 31.7778C6.71312 30.2685 5.521 28.5 4.646 26.4722C3.771 24.4444 3.3335 22.287 3.3335 20C3.3335 17.6944 3.771 15.5278 4.646 13.5C5.521 11.4722 6.71312 9.70831 8.22237 8.20831C9.73165 6.70831 11.5002 5.52081 13.528 4.64581C15.5557 3.77081 17.7131 3.33331 20.0002 3.33331C22.3057 3.33331 24.4724 3.77081 26.5002 4.64581C28.5279 5.52081 30.2918 6.70831 31.7918 8.20831C33.2918 9.70831 34.4793 11.4722 35.3543 13.5C36.2293 15.5278 36.6668 17.6944 36.6668 20C36.6668 22.287 36.2293 24.4444 35.3543 26.4722C34.4793 28.5 33.2918 30.2685 31.7918 31.7778C30.2918 33.287 28.5279 34.4791 26.5002 35.3541C24.4724 36.2291 22.3057 36.6666 20.0002 36.6666ZM20.0002 33.8889C23.8705 33.8889 27.1529 32.537 29.8474 29.8333C32.5419 27.1296 33.8891 23.8518 33.8891 20C33.8891 16.1296 32.5419 12.8472 29.8474 10.1527C27.1529 7.45829 23.8705 6.11106 20.0002 6.11106C16.1483 6.11106 12.8705 7.45829 10.1668 10.1527C7.46311 12.8472 6.11125 16.1296 6.11125 20C6.11125 23.8518 7.46311 27.1296 10.1668 29.8333C12.8705 32.537 16.1483 33.8889 20.0002 33.8889Z",fill:"currentColor"})),check:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M15.8054 29.8333L6.4165 20.4444L8.40259 18.4583L15.8054 25.8611L31.5693 10.0972L33.5554 12.0833L15.8054 29.8333Z",fill:"currentColor"})),circleCheck:e=>C.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.85995 13.3202C10.8754 13.3202 13.32 10.8757 13.32 7.8602C13.32 4.84472 10.8754 2.4002 7.85995 2.4002C4.84448 2.4002 2.39995 4.84472 2.39995 7.8602C2.39995 10.8757 4.84448 13.3202 7.85995 13.3202ZM7.85995 14.5202C11.5382 14.5202 14.52 11.5384 14.52 7.8602C14.52 4.18198 11.5382 1.2002 7.85995 1.2002C4.18173 1.2002 1.19995 4.18198 1.19995 7.8602C1.19995 11.5384 4.18173 14.5202 7.85995 14.5202Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.6486 6.04872L7.01376 10.6835L4.40002 8.06978L5.24855 7.22125L7.01376 8.98646L10.8 5.2002L11.6486 6.04872Z",fill:"currentColor"})),clickIndicator:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M4.47217 20.1945V17.4167H9.63883V20.1945H4.47217ZM9.52771 29.6945L7.63883 27.7778L11.25 24.1667L13.1666 26.0556L9.52771 29.6945ZM11.25 13.3611L7.63883 9.75L9.52771 7.83333L13.1666 11.4722L11.25 13.3611ZM30.5555 33.3611L22.6944 25.5L20.7777 31.3611L16.2222 15.8056L31.5555 20.5556L25.6666 22.6389L33.4721 30.4445L30.5555 33.3611ZM17.6944 10.1667V5H20.4722V10.1667H17.6944ZM26.9166 13.3611L25 11.4722L28.6388 7.83333L30.5277 9.72221L26.9166 13.3611Z",fill:"currentColor"})),closePanel:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M27.5833 26V14L21.5834 20L27.5833 26ZM7.77775 32.2222H13.5278V7.77775H7.77775V32.2222ZM16.3055 32.2222H32.2222V7.77775H16.3055V32.2222ZM5 35V5H35V35H5Z",fill:"currentColor"})),close:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M10.4722 31.4722L8.52783 29.5278L18.0556 20L8.52783 10.4722L10.4722 8.52783L20 18.0556L29.5278 8.52783L31.4722 10.4722L21.9445 20L31.4722 29.5278L29.5278 31.4722L20 21.9445L10.4722 31.4722Z",fill:"currentColor"})),comparison:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M20.0002 36.6666C17.6946 36.6666 15.5279 36.2291 13.5002 35.3541C11.4724 34.4791 9.7085 33.2916 8.2085 31.7916C6.7085 30.2916 5.521 28.5278 4.646 26.5C3.771 24.4722 3.3335 22.3055 3.3335 20C3.3335 17.6944 3.771 15.5278 4.646 13.5C5.521 11.4722 6.7085 9.70831 8.2085 8.20831C9.7085 6.70831 11.4724 5.52081 13.5002 4.64581C15.5279 3.77081 17.6946 3.33331 20.0002 3.33331C22.3057 3.33331 24.4724 3.77081 26.5002 4.64581C28.5279 5.52081 30.2918 6.70831 31.7918 8.20831C33.2918 9.70831 34.4793 11.4722 35.3543 13.5C36.2293 15.5278 36.6668 17.6944 36.6668 20C36.6668 22.3055 36.2293 24.4722 35.3543 26.5C34.4793 28.5278 33.2918 30.2916 31.7918 31.7916C30.2918 33.2916 28.5279 34.4791 26.5002 35.3541C24.4724 36.2291 22.3057 36.6666 20.0002 36.6666ZM18.6114 33.8333V6.16665C15.0464 6.5647 12.0718 8.07859 9.68766 10.7083C7.3035 13.338 6.11141 16.4353 6.11141 20C6.11141 23.5647 7.3035 26.6573 9.68766 29.2779C12.0718 31.8982 15.0464 33.4167 18.6114 33.8333ZM21.3889 33.8333C22.3706 33.713 23.3289 33.5023 24.2639 33.2012C25.1992 32.9004 26.102 32.5 26.9722 32H21.3889V33.8333ZM21.3889 29.2221H30.3889C30.7222 28.824 31.0417 28.4212 31.3472 28.0137C31.6528 27.6065 31.9353 27.1668 32.1947 26.6946H21.3889V29.2221ZM21.3889 23.9166H33.3056C33.4722 23.5091 33.5834 23.0925 33.6389 22.6666C33.6945 22.2408 33.7409 21.8148 33.7781 21.3887H21.3889V23.9166ZM21.3889 18.6112H33.7781C33.7409 18.1851 33.6945 17.7591 33.6389 17.3333C33.5834 16.9075 33.4722 16.4908 33.3056 16.0833H21.3889V18.6112ZM21.3889 13.3054H32.1947C31.9539 12.8332 31.6761 12.3935 31.3614 11.9862C31.0464 11.5787 30.7222 11.176 30.3889 10.7779H21.3889V13.3054ZM21.3889 7.99998H26.9722C26.102 7.49998 25.1992 7.09484 24.2639 6.78456C23.3289 6.47456 22.3706 6.26859 21.3889 6.16665V7.99998Z",fill:"currentColor"})),columns:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5.01367 31.6666V8.33331H34.9998V31.6666H5.01367ZM7.77755 28.8889H14.0693V11.1111H7.77755V28.8889ZM16.847 28.8889H23.1387V11.1111H16.847V28.8889ZM25.9165 28.8889H32.2081V11.1111H25.9165V28.8889Z",fill:"currentColor"})),compare:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M13.2502 33.3334L11.3057 31.375L16.0974 26.5834H3.3335V23.8056H16.0974L11.3057 19.0139L13.2502 17.0556L21.389 25.1945L13.2502 33.3334ZM26.7502 22.9444L18.6113 14.8056L26.7502 6.66669L28.6946 8.62502L23.9029 13.4167H36.6668V16.1944H23.9029L28.6946 20.9861L26.7502 22.9444Z",fill:"currentColor"})),congrats:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M11.4446 35V13.5556L23.0557 1.66669L25.6945 3.97223L23.5279 13.5556H38.1946V20.75L32.0557 35H11.4446ZM14.2223 32.2223H30.2501L35.4168 20.0278V16.3334H20.0557L22.2779 6.3611L14.2223 14.7222V32.2223ZM3.30566 35V13.5556H11.4446V16.3334H6.08346V32.2223H11.4446V35H3.30566Z",fill:"currentColor"})),dashboard:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 35V5H35V35H5ZM7.77775 32.2222H18.6111V7.77775H7.77775V32.2222ZM21.3889 32.2222H32.2222V19.9722H21.3889V32.2222ZM21.3889 17.1945H32.2222V7.77775H21.3889V17.1945Z",fill:"currentColor"})),delete:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8.36096 35V9.16663H6.6665V6.38888H14.6665V5H25.3332V6.38888H33.3332V9.16663H31.6387V35H8.36096ZM11.1387 32.2222H28.861V9.16663H11.1387V32.2222ZM15.1943 28.7222H17.972V12.6389H15.1943V28.7222ZM22.0276 28.7222H24.8054V12.6389H22.0276V28.7222Z",fill:"currentColor"})),documentation:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M10 36.6667C8.61111 36.6667 7.43056 36.1806 6.45833 35.2083C5.48611 34.2361 5 33.0556 5 31.6667V8.33334C5 6.94446 5.48611 5.7639 6.45833 4.79168C7.43056 3.81945 8.61111 3.33334 10 3.33334H27.7778V29.4444H10C9.37036 29.4444 8.84258 29.6574 8.41667 30.0833C7.99072 30.5093 7.77775 31.037 7.77775 31.6667C7.77775 32.2963 7.99072 32.8241 8.41667 33.25C8.84258 33.676 9.37036 33.8889 10 33.8889H32.2222V6.66668H35V36.6667H10ZM14.4444 26.6667H25V6.11109H14.4444V26.6667ZM11.6667 26.6667V6.11109H10C9.36111 6.11109 8.83101 6.32407 8.40971 6.75001C7.9884 7.17593 7.77775 7.7037 7.77775 8.33334V27.2361C8.11108 27.0602 8.45954 26.9213 8.82313 26.8195C9.18671 26.7176 9.579 26.6667 10 26.6667H11.6667Z",fill:"currentColor"})),drag:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M14.7196 33.3334C13.8786 33.3334 13.1596 33.0339 12.5623 32.4351C11.9651 31.8362 11.6665 31.1163 11.6665 30.2754C11.6665 29.4344 11.9659 28.7153 12.5648 28.1181C13.1637 27.5209 13.8836 27.2223 14.7245 27.2223C15.5654 27.2223 16.2845 27.5217 16.8818 28.1206C17.479 28.7194 17.7776 29.4393 17.7776 30.2803C17.7776 31.1212 17.4782 31.8403 16.8793 32.4375C16.2804 33.0347 15.5605 33.3334 14.7196 33.3334ZM25.2752 33.3334C24.4342 33.3334 23.7151 33.0339 23.1179 32.4351C22.5207 31.8362 22.2221 31.1163 22.2221 30.2754C22.2221 29.4344 22.5215 28.7153 23.1204 28.1181C23.7192 27.5209 24.4391 27.2223 25.2801 27.2223C26.121 27.2223 26.8401 27.5217 27.4373 28.1206C28.0346 28.7194 28.3332 29.4393 28.3332 30.2803C28.3332 31.1212 28.0337 31.8403 27.4349 32.4375C26.836 33.0347 26.1161 33.3334 25.2752 33.3334ZM14.7196 23.0556C13.8786 23.0556 13.1596 22.7561 12.5623 22.1573C11.9651 21.5584 11.6665 20.8385 11.6665 19.9976C11.6665 19.1566 11.9659 18.4375 12.5648 17.8403C13.1637 17.2431 13.8836 16.9445 14.7245 16.9445C15.5654 16.9445 16.2845 17.2439 16.8818 17.8428C17.479 18.4416 17.7776 19.1615 17.7776 20.0025C17.7776 20.8434 17.4782 21.5625 16.8793 22.1597C16.2804 22.757 15.5605 23.0556 14.7196 23.0556ZM25.2752 23.0556C24.4342 23.0556 23.7151 22.7561 23.1179 22.1573C22.5207 21.5584 22.2221 20.8385 22.2221 19.9976C22.2221 19.1566 22.5215 18.4375 23.1204 17.8403C23.7192 17.2431 24.4391 16.9445 25.2801 16.9445C26.121 16.9445 26.8401 17.2439 27.4373 17.8428C28.0346 18.4416 28.3332 19.1615 28.3332 20.0025C28.3332 20.8434 28.0337 21.5625 27.4349 22.1597C26.836 22.757 26.1161 23.0556 25.2752 23.0556ZM14.7196 12.7778C13.8786 12.7778 13.1596 12.4783 12.5623 11.8795C11.9651 11.2806 11.6665 10.5607 11.6665 9.71977C11.6665 8.87883 11.9659 8.15974 12.5648 7.56252C13.1637 6.9653 13.8836 6.66669 14.7245 6.66669C15.5654 6.66669 16.2845 6.96612 16.8818 7.56498C17.479 8.16384 17.7776 8.88374 17.7776 9.72469C17.7776 10.5656 17.4782 11.2847 16.8793 11.8819C16.2804 12.4792 15.5605 12.7778 14.7196 12.7778ZM25.2752 12.7778C24.4342 12.7778 23.7151 12.4783 23.1179 11.8795C22.5207 11.2806 22.2221 10.5607 22.2221 9.71977C22.2221 8.87883 22.5215 8.15974 23.1204 7.56252C23.7192 6.9653 24.4391 6.66669 25.2801 6.66669C26.121 6.66669 26.8401 6.96612 27.4373 7.56498C28.0346 8.16384 28.3332 8.88374 28.3332 9.72469C28.3332 10.5656 28.0337 11.2847 27.4349 11.8819C26.836 12.4792 26.1161 12.7778 25.2752 12.7778Z",fill:"currentColor"})),duplicate:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M10.5555 31.1111V3.33331H33.3333V31.1111H10.5555ZM13.3333 28.3334H30.5556V6.11106H13.3333V28.3334ZM5 36.6666V8.88886H7.77775V33.8889H27.7778V36.6666H5Z",fill:"currentColor"})),edit:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M7.77775 32.2222H9.79163L28.3334 13.7083L26.3195 11.6944L7.77775 30.2084V32.2222ZM5 35V29.0834L30.2639 3.875L36.1389 9.80554L10.9166 35H5ZM27.3195 12.7083L26.3195 11.6944L28.3334 13.7083L27.3195 12.7083Z",fill:"currentColor"})),evolution:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5.30558 30L3.3335 28.0279L15.5556 15.8054L22.4168 22.6666L32.0002 13.1112H27.0281V10.3333H36.6668V19.9721H33.9168V15.1112L22.3889 26.6387L15.5281 19.7779L5.30558 30Z",fill:"currentColor"})),empty:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.5393 9.46856L37 5.00786L34.9921 3L30.5315 7.46069C27.6845 5.06705 24.0106 3.62518 20 3.62518C10.9565 3.62518 3.62533 10.9564 3.62533 19.9999C3.62533 24.0105 5.06719 27.6843 7.46083 30.5313L3 34.9921L5.00786 37L9.4687 32.5392C12.3157 34.9327 15.9895 36.3745 20 36.3745C29.0435 36.3745 36.3747 29.0433 36.3747 19.9999C36.3747 15.9893 34.9329 12.3155 32.5393 9.46856ZM28.5145 9.47769C26.1889 7.59351 23.2263 6.46472 20 6.46472C12.5248 6.46472 6.46487 12.5246 6.46487 19.9999C6.46487 23.2261 7.59365 26.1887 9.47783 28.5143L28.5145 9.47769ZM11.4857 30.5222L30.5223 11.4856C32.4064 13.8111 33.5351 16.7737 33.5351 19.9999C33.5351 27.4751 27.4753 33.535 20 33.535C16.7738 33.535 13.8113 32.4063 11.4857 30.5222Z",fill:"currentColor"})),exportDownload:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M19.9998 26.8611L11.861 18.7223L13.8332 16.7223L18.611 21.5001V6.66669H21.3887V21.5001L26.1665 16.7223L28.1387 18.7223L19.9998 26.8611ZM6.6665 33.3334V24.9167H9.44425V30.5556H30.5554V24.9167H33.3332V33.3334H6.6665Z",fill:"currentColor"})),favAdded:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.7085 35.6667L12.4168 23.9583L3.3335 16.0833L15.3335 15.0417L20.0002 4L24.6668 15.0417L36.6668 16.0833L27.5835 23.9583L30.2918 35.6667L20.0002 29.4583L9.7085 35.6667Z",fill:"currentColor"})),favNonAdded:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M13.889 29.875L20.0002 26.2083L26.1113 29.9167L24.4863 22.9722L29.8613 18.3055L22.778 17.6805L20.0002 11.125L17.2224 17.6389L10.139 18.2639L15.514 22.9445L13.889 29.875ZM9.7085 35.6667L12.4168 23.9583L3.3335 16.0833L15.3335 15.0417L20.0002 4L24.6668 15.0417L36.6668 16.0833L27.5835 23.9583L30.2918 35.6667L20.0002 29.4583L9.7085 35.6667Z",fill:"currentColor"})),filter:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M16.6667 30V27.2223H23.3333V30H16.6667ZM10 21.3889V18.6111H30V21.3889H10ZM5 12.7778V10H35V12.7778H5Z",fill:"currentColor"})),hamburgerMenu:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 30V27.2223H35V30H5ZM5 21.3889V18.6111H35V21.3889H5ZM5 12.7778V10H35V12.7778H5Z",fill:"currentColor"})),hidePwd:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M26.4165 22.4166L24.3887 20.3889C24.9535 18.6389 24.5785 17.1389 23.2637 15.8889C21.9489 14.6389 20.4535 14.2685 18.7776 14.7778L16.7498 12.75C17.2221 12.4722 17.7336 12.2685 18.2845 12.1389C18.8355 12.0093 19.4073 11.9444 19.9998 11.9444C22.0091 11.9444 23.7151 12.6458 25.1179 14.0486C26.5207 15.4514 27.222 17.1574 27.222 19.1666C27.222 19.7592 27.1526 20.3356 27.0137 20.8958C26.8748 21.456 26.6758 21.963 26.4165 22.4166ZM31.7776 27.75L29.861 25.8611C31.1202 24.9259 32.2244 23.8866 33.1735 22.7431C34.1225 21.5995 34.8517 20.4074 35.361 19.1666C33.9721 16.1759 31.9188 13.8078 29.2013 12.0625C26.4836 10.3171 23.5091 9.4444 20.2776 9.4444C19.2313 9.4444 18.1711 9.53699 17.097 9.72219C16.023 9.90738 15.1294 10.1389 14.4165 10.4166L12.2776 8.24998C13.3054 7.79629 14.523 7.41897 15.9304 7.11802C17.3378 6.81711 18.7406 6.66665 20.1387 6.66665C24.185 6.66665 27.8517 7.80785 31.1387 10.0903C34.4258 12.3727 36.8239 15.3981 38.3332 19.1666C37.6387 20.8981 36.7383 22.4884 35.6318 23.9375C34.5253 25.3866 33.2406 26.6574 31.7776 27.75ZM33.6665 37.4444L26.6665 30.5555C25.6943 30.9166 24.6364 31.1921 23.4929 31.3819C22.3494 31.5717 21.185 31.6666 19.9998 31.6666C15.898 31.6666 12.1989 30.5254 8.90263 28.243C5.60632 25.9606 3.19428 22.9352 1.6665 19.1666C2.23131 17.713 2.99057 16.3171 3.9443 14.9791C4.89799 13.6412 6.03688 12.3889 7.36096 11.2222L2.33317 6.16661L4.27759 4.1944L35.5276 35.4444L33.6665 37.4444ZM9.27763 13.1666C8.32391 13.9074 7.41649 14.8287 6.55538 15.9306C5.69427 17.0324 5.04612 18.1111 4.61092 19.1666C6.01834 22.1574 8.10399 24.5255 10.8679 26.2708C13.6318 28.0162 16.7498 28.8889 20.222 28.8889C21.0184 28.8889 21.8008 28.8403 22.5693 28.7431C23.3378 28.6458 23.9628 28.5093 24.4443 28.3333L22.1665 26.0277C21.8609 26.1481 21.5137 26.2384 21.1248 26.2986C20.7359 26.3588 20.3609 26.3889 19.9998 26.3889C18.0091 26.3889 16.3077 25.6921 14.8957 24.2986C13.4836 22.9051 12.7776 21.1944 12.7776 19.1666C12.7776 18.787 12.8077 18.412 12.8679 18.0416C12.9281 17.6713 13.0184 17.324 13.1388 17L9.27763 13.1666Z",fill:"currentColor"})),home:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("mask",{id:"mask0_3026_2741",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:0,y:0,width:40,height:40},C.createElement("rect",{width:40,height:40,fill:"#D9D9D9"})),C.createElement("g",{mask:"url(#mask0_3026_2741)"},C.createElement("path",{d:"M9.59996 32.3364H15.4V21.7843H24.6V32.3364H30.4V16.3545L20 8.32947L9.59996 16.3545V32.3364ZM7 35V15.0228L20 5L33 15.0228V35H22V24.4478H18V35H7Z",fill:"currentColor"}))),importUpload:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.611 26.8611V12.0278L13.8332 16.8056L11.861 14.8056L19.9998 6.66669L28.1387 14.8056L26.1665 16.8056L21.3887 12.0278V26.8611H18.611ZM6.6665 33.3334V24.9167H9.44425V30.5556H30.5554V24.9167H33.3332V33.3334H6.6665Z",fill:"currentColor"})),information:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6946 28.3333H21.4724V18.3333H18.6946V28.3333ZM19.9997 15.1666C20.4167 15.1666 20.7664 15.0282 21.0488 14.7514C21.3312 14.4745 21.4724 14.1315 21.4724 13.7222C21.4724 13.2972 21.3313 12.941 21.0492 12.6535C20.7672 12.366 20.4176 12.2222 20.0007 12.2222C19.5837 12.2222 19.234 12.366 18.9515 12.6535C18.6692 12.941 18.528 13.2972 18.528 13.7222C18.528 14.1315 18.669 14.4745 18.9511 14.7514C19.2332 15.0282 19.5827 15.1666 19.9997 15.1666ZM20.0075 36.6666C17.7069 36.6666 15.5449 36.2291 13.5215 35.3541C11.498 34.4791 9.73165 33.287 8.22237 31.7778C6.71312 30.2685 5.521 28.5015 4.646 26.4766C3.771 24.4518 3.3335 22.2883 3.3335 19.9861C3.3335 17.6839 3.771 15.5204 4.646 13.4956C5.521 11.4707 6.71312 9.70831 8.22237 8.20831C9.73165 6.70831 11.4987 5.52081 13.5235 4.64581C15.5483 3.77081 17.7118 3.33331 20.014 3.33331C22.3163 3.33331 24.4798 3.77081 26.5046 4.64581C28.5294 5.52081 30.2918 6.70831 31.7918 8.20831C33.2918 9.70831 34.4793 11.4722 35.3543 13.5C36.2293 15.5278 36.6668 17.692 36.6668 19.9926C36.6668 22.2932 36.2293 24.4552 35.3543 26.4787C34.4793 28.5021 33.2918 30.2668 31.7918 31.7726C30.2918 33.2785 28.5279 34.4706 26.5002 35.349C24.4724 36.2274 22.3082 36.6666 20.0075 36.6666ZM20.014 33.8889C23.8752 33.8889 27.1529 32.537 29.8474 29.8333C32.5419 27.1296 33.8891 23.8472 33.8891 19.9861C33.8891 16.125 32.5436 12.8472 29.8526 10.1527C27.1616 7.45829 23.8775 6.11106 20.0002 6.11106C16.1483 6.11106 12.8705 7.45655 10.1668 10.1475C7.46311 12.8385 6.11125 16.1227 6.11125 20C6.11125 23.8518 7.46311 27.1296 10.1668 29.8333C12.8705 32.537 16.1529 33.8889 20.014 33.8889Z",fill:"currentColor"})),informations:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M13.3054 29.7222H26.6943V26.9445H13.3054V29.7222ZM13.3054 22.7778H26.6943V20H13.3054V22.7778ZM6.6665 36.6667V3.33334H23.9165L33.3332 12.75V36.6667H6.6665ZM22.5276 14.0556V6.11109H9.44425V33.8889H30.5554V14.0556H22.5276Z",fill:"currentColor"})),list:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M12.2117 15.0961V12.5962H34.1667V15.0961H12.2117ZM12.2117 21.2499V18.75H34.1667V21.2499H12.2117ZM12.2117 27.4038V24.9038H34.1667V27.4038H12.2117ZM7.17966 15.1923C6.79825 15.1923 6.47854 15.0617 6.22054 14.8007C5.96251 14.5396 5.8335 14.2161 5.8335 13.8301C5.8335 13.4533 5.96251 13.1374 6.22054 12.8824C6.47854 12.6275 6.79825 12.5 7.17966 12.5C7.56105 12.5 7.88075 12.6275 8.13875 12.8824C8.39677 13.1374 8.52579 13.4533 8.52579 13.8301C8.52579 14.2161 8.39677 14.5396 8.13875 14.8007C7.88075 15.0617 7.56105 15.1923 7.17966 15.1923ZM7.17966 21.33C6.79825 21.33 6.47854 21.2026 6.22054 20.9477C5.96251 20.6927 5.8335 20.3768 5.8335 20C5.8335 19.6025 5.96251 19.2762 6.22054 19.0208C6.47854 18.7655 6.79825 18.6378 7.17966 18.6378C7.56105 18.6378 7.88075 18.7655 8.13875 19.0208C8.39677 19.2762 8.52579 19.6025 8.52579 20C8.52579 20.3768 8.39677 20.6927 8.13875 20.9477C7.88075 21.2026 7.56105 21.33 7.17966 21.33ZM7.17966 27.4999C6.79825 27.4999 6.47854 27.3694 6.22054 27.1083C5.96251 26.8472 5.8335 26.5237 5.8335 26.1378C5.8335 25.7609 5.96251 25.445 6.22054 25.19C6.47854 24.9351 6.79825 24.8076 7.17966 24.8076C7.56105 24.8076 7.88075 24.9351 8.13875 25.19C8.39677 25.445 8.52579 25.7609 8.52579 26.1378C8.52579 26.5237 8.39677 26.8472 8.13875 27.1083C7.88075 27.3694 7.56105 27.4999 7.17966 27.4999Z",fill:"currentColor"})),logout:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 35V5H19.9722V7.77775H7.77775V32.2222H19.9722V35H5ZM27.3889 27.6389L25.4306 25.6389L29.6806 21.3889H15V18.6111H29.625L25.375 14.3611L27.3333 12.3611L35 20.0278L27.3889 27.6389Z",fill:"currentColor"})),mail:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M3.3335 33.3333V6.66666H36.6668V33.3333H3.3335ZM20.0002 21.0555L6.11125 12.0833V30.5556H33.8891V12.0833L20.0002 21.0555ZM20.0002 18.2778L33.778 9.44441H6.25016L20.0002 18.2778ZM6.11125 12.0833V9.44441V30.5556V12.0833Z",fill:"currentColor"})),minus:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8.3335 21.3889V18.6111H31.6668V21.3889H8.3335Z",fill:"currentColor"})),openNewTab:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 35V5H19.4167V7.77775H7.77775V32.2222H32.2222V20.5833H35V35H5ZM16 25.9722L14.0555 24L30.2778 7.77775H22.1944V5H35V17.8056H32.2222V9.74996L16 25.9722Z",fill:"currentColor"})),openPanel:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M21.5834 14V26L27.5833 20L21.5834 14ZM7.77775 32.2222H13.5278V7.77775H7.77775V32.2222ZM16.3055 32.2222H32.2222V7.77775H16.3055V32.2222ZM5 35V5H35V35H5Z",fill:"currentColor"})),previousCampaign:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 5.00002V35H20.6529C20.4407 34.5806 20.2581 34.1378 20.105 33.6717C19.9517 33.2053 19.824 32.7221 19.7221 32.2221H7.77792V7.77794H32.2221V19.7084C32.6943 19.7917 33.1665 19.9097 33.6388 20.0625C34.111 20.2153 34.5647 20.4074 35 20.6388V5.00002H24.1946C23.9815 4.01863 23.4838 3.21766 22.7013 2.5971C21.919 1.97683 21.0186 1.66669 20 1.66669C18.9814 1.66669 18.081 1.97683 17.2988 2.5971C16.5163 3.21766 16.0185 4.01863 15.8054 5.00002H5ZM20.9792 6.47919C20.7061 6.75224 20.3797 6.88877 20 6.88877C19.6203 6.88877 19.2939 6.75224 19.0208 6.47919C18.7478 6.20613 18.6113 5.87974 18.6113 5.50002C18.6113 5.1203 18.7478 4.79391 19.0208 4.52085C19.2939 4.2478 19.6203 4.11127 20 4.11127C20.3797 4.11127 20.7061 4.2478 20.9792 4.52085C21.2522 4.79391 21.3888 5.1203 21.3888 5.50002C21.3888 5.87974 21.2522 6.20613 20.9792 6.47919Z",fill:"currentColor"}),C.createElement("path",{d:"M19.7917 28.3334H11.6667V25.5554H20.7363C20.514 25.9907 20.3265 26.4399 20.1738 26.9029C20.021 27.3657 19.8936 27.8425 19.7917 28.3334Z",fill:"currentColor"}),C.createElement("path",{d:"M24.6113 21.3888H11.6667V18.6113H28.3333V19.7638C27.6203 19.9027 26.9606 20.1064 26.3542 20.375C25.7478 20.6436 25.1668 20.9815 24.6113 21.3888Z",fill:"currentColor"}),C.createElement("path",{d:"M28.3333 14.4446H11.6667V11.6667H28.3333V14.4446Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.7273 35.9715C26.2929 37.5368 28.1861 38.3194 30.4069 38.3194C32.628 38.3194 34.5213 37.5368 36.0869 35.9715C37.6522 34.4059 38.4348 32.5126 38.4348 30.2915C38.4348 28.0706 37.6522 26.1774 36.0869 24.6119C34.5213 23.0466 32.628 22.264 30.4069 22.264C28.1861 22.264 26.2929 23.0466 24.7273 24.6119C23.162 26.1774 22.3794 28.0706 22.3794 30.2915C22.3794 32.5126 23.162 34.4059 24.7273 35.9715ZM34.1153 33.2498L32.9557 34.4165L29.3516 30.736V25.4581H30.9903V30.1248L34.1153 33.2498Z",fill:"currentColor"})),questionMark:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.4167 26.0791C18.428 24.3162 18.6586 22.9498 19.1084 21.9797C19.5582 21.0096 20.4469 19.9352 21.7746 18.7564C22.8679 17.7764 23.6975 16.8556 24.2634 15.9941C24.8292 15.1327 25.1122 14.1877 25.1122 13.1592C25.1122 11.7895 24.6483 10.652 23.7206 9.74676C22.7929 8.84148 21.5149 8.38884 19.8867 8.38884C18.4408 8.38884 17.3119 8.76099 16.4999 9.5053C15.688 10.2496 15.0608 11.0929 14.6185 12.0352L11.9658 10.8397C12.6247 9.3148 13.6158 8.05645 14.9391 7.06467C16.2624 6.07287 17.9116 5.57697 19.8867 5.57697C22.5078 5.57697 24.5282 6.3154 25.9481 7.79226C27.3679 9.26909 28.0779 11.0239 28.0779 13.0566C28.0779 14.3372 27.801 15.4977 27.2472 16.5379C26.6935 17.5782 25.851 18.6264 24.72 19.6827C23.2734 21.0096 22.3804 22.0589 22.041 22.8306C21.7016 23.6024 21.5262 24.6852 21.5149 26.0791H18.4167ZM19.8867 35.8333C19.2578 35.8333 18.7177 35.6077 18.2665 35.1565C17.8153 34.7053 17.5897 34.1652 17.5897 33.5363C17.5897 32.9074 17.8153 32.3674 18.2665 31.9162C18.7177 31.465 19.2578 31.2394 19.8867 31.2394C20.5156 31.2394 21.0556 31.465 21.5068 31.9162C21.958 32.3674 22.1837 32.9074 22.1837 33.5363C22.1837 34.1652 21.958 34.7053 21.5068 35.1565C21.0556 35.6077 20.5156 35.8333 19.8867 35.8333Z",fill:"currentColor"})),plus:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6113 21.3889H8.3335V18.6112H18.6113V8.33337H21.389V18.6112H31.6668V21.3889H21.389V31.6667H18.6113V21.3889Z",fill:"currentColor"})),questionnaires:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 35V4.99999H15.8056C16.0185 4.01852 16.5162 3.21759 17.2986 2.5972C18.081 1.97684 18.9815 1.66666 20 1.66666C21.0185 1.66666 21.919 1.97684 22.7014 2.5972C23.4838 3.21759 23.9815 4.01852 24.1944 4.99999H35V35H5ZM7.77775 32.2222H32.2222V7.77774H7.77775V32.2222ZM11.6667 28.3333H23.1389V25.5556H11.6667V28.3333ZM11.6667 21.3889H28.3333V18.6111H11.6667V21.3889ZM11.6667 14.4444H28.3333V11.6667H11.6667V14.4444ZM20 6.88887C20.3796 6.88887 20.706 6.7523 20.9792 6.47916C21.2523 6.20599 21.3889 5.8796 21.3889 5.49999C21.3889 5.12035 21.2523 4.79396 20.9792 4.52082C20.706 4.24766 20.3796 4.11107 20 4.11107C19.6204 4.11107 19.294 4.24766 19.0208 4.52082C18.7477 4.79396 18.6111 5.12035 18.6111 5.49999C18.6111 5.8796 18.7477 6.20599 19.0208 6.47916C19.294 6.7523 19.6204 6.88887 20 6.88887Z",fill:"currentColor"})),reminder:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M4.44434 16.5C4.44434 13.9074 5.02073 11.5301 6.1735 9.36806C7.32628 7.20601 8.87027 5.4074 10.8055 3.97223L12.4582 6.19444C10.8656 7.3796 9.59479 8.86108 8.64571 10.6389C7.69666 12.4166 7.22213 14.3703 7.22213 16.5H4.44434ZM32.7776 16.5C32.7776 14.3703 32.3031 12.4166 31.354 10.6389C30.405 8.86108 29.1341 7.3796 27.5415 6.19444L29.1943 3.97223C31.1295 5.4074 32.6735 7.20601 33.8263 9.36806C34.979 11.5301 35.5554 13.9074 35.5554 16.5H32.7776ZM6.66654 31.6666V28.8889H9.99988V16.5555C9.99988 14.2315 10.6897 12.1551 12.0693 10.3264C13.4489 8.49766 15.2591 7.33331 17.4999 6.83331V5.83331C17.4999 5.13887 17.7429 4.54859 18.229 4.06248C18.7152 3.57637 19.3054 3.33331 19.9999 3.33331C20.6943 3.33331 21.2846 3.57637 21.7707 4.06248C22.2568 4.54859 22.4999 5.13887 22.4999 5.83331V6.83331C24.7406 7.33331 26.5508 8.49766 27.9304 10.3264C29.3101 12.1551 29.9999 14.2315 29.9999 16.5555V28.8889H33.3332V31.6666H6.66654ZM19.9999 36.6666C19.0832 36.6666 18.2985 36.3403 17.6457 35.6875C16.9929 35.0347 16.6665 34.25 16.6665 33.3333H23.3332C23.3332 34.25 23.0068 35.0347 22.354 35.6875C21.7013 36.3403 20.9165 36.6666 19.9999 36.6666ZM12.7776 28.8889H27.2221V16.5555C27.2221 14.5555 26.5184 12.8518 25.111 11.4444C23.7036 10.037 21.9999 9.33331 19.9999 9.33331C17.9999 9.33331 16.2962 10.037 14.8888 11.4444C13.4813 12.8518 12.7776 14.5555 12.7776 16.5555V28.8889Z",fill:"currentColor"})),removeUser:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M26.8887 17.7222V14.9445H36.6665V17.7222H26.8887ZM14.9998 19.9722C13.1665 19.9722 11.6434 19.3657 10.4304 18.1528C9.21743 16.9398 8.61096 15.4167 8.61096 13.5833C8.61096 11.75 9.21743 10.2269 10.4304 9.01392C11.6434 7.80094 13.1665 7.19446 14.9998 7.19446C16.8332 7.19446 18.3563 7.80094 19.5693 9.01392C20.7822 10.2269 21.3887 11.75 21.3887 13.5833C21.3887 15.4167 20.7822 16.9398 19.5693 18.1528C18.3563 19.3657 16.8332 19.9722 14.9998 19.9722ZM1.6665 33.3333V29.1667C1.6665 28.2037 1.90956 27.3264 2.39567 26.5348C2.88178 25.7431 3.56466 25.1482 4.4443 24.75C6.40727 23.8519 8.22521 23.206 9.89813 22.8125C11.5711 22.419 13.2701 22.2223 14.9953 22.2223C16.7206 22.2223 18.4165 22.419 20.0832 22.8125C21.7498 23.206 23.5647 23.8519 25.5276 24.75C26.4072 25.1667 27.0947 25.7662 27.5901 26.5486C28.0855 27.331 28.3332 28.2037 28.3332 29.1667V33.3333H1.6665ZM4.44425 30.5556H25.5554V29.1667C25.5554 28.7685 25.4466 28.3935 25.229 28.0417C25.0114 27.6898 24.7221 27.4259 24.361 27.25C22.5461 26.3889 20.9304 25.7986 19.5137 25.4792C18.097 25.1597 16.5924 25 14.9998 25C13.4073 25 11.898 25.1597 10.472 25.4792C9.04613 25.7986 7.42577 26.3889 5.61096 27.25C5.24982 27.4259 4.96509 27.6898 4.75675 28.0417C4.54842 28.3935 4.44425 28.7685 4.44425 29.1667V30.5556ZM14.9998 17.1945C16.0276 17.1945 16.8864 16.8496 17.5762 16.1597C18.266 15.4699 18.611 14.6111 18.611 13.5833C18.611 12.5556 18.266 11.6968 17.5762 11.007C16.8864 10.3171 16.0276 9.97221 14.9998 9.97221C13.9721 9.97221 13.1133 10.3171 12.4235 11.007C11.7336 11.6968 11.3887 12.5556 11.3887 13.5833C11.3887 14.6111 11.7336 15.4699 12.4235 16.1597C13.1133 16.8496 13.9721 17.1945 14.9998 17.1945Z",fill:"currentColor"})),remove:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M11.6668 21.3056H28.3335V18.5278H11.6668V21.3056ZM20.0002 36.6667C17.7131 36.6667 15.5557 36.2292 13.528 35.3542C11.5002 34.4792 9.73165 33.2871 8.22237 31.7778C6.71312 30.2686 5.521 28.5 4.646 26.4723C3.771 24.4445 3.3335 22.2871 3.3335 20C3.3335 17.6945 3.771 15.5278 4.646 13.5C5.521 11.4723 6.71312 9.70837 8.22237 8.20837C9.73165 6.70837 11.5002 5.52087 13.528 4.64587C15.5557 3.77087 17.7131 3.33337 20.0002 3.33337C22.3057 3.33337 24.4724 3.77087 26.5002 4.64587C28.5279 5.52087 30.2918 6.70837 31.7918 8.20837C33.2918 9.70837 34.4793 11.4723 35.3543 13.5C36.2293 15.5278 36.6668 17.6945 36.6668 20C36.6668 22.2871 36.2293 24.4445 35.3543 26.4723C34.4793 28.5 33.2918 30.2686 31.7918 31.7778C30.2918 33.2871 28.5279 34.4792 26.5002 35.3542C24.4724 36.2292 22.3057 36.6667 20.0002 36.6667ZM20.0002 33.889C23.8705 33.889 27.1529 32.5371 29.8474 29.8334C32.5419 27.1297 33.8891 23.8519 33.8891 20C33.8891 16.1297 32.5419 12.8473 29.8474 10.1528C27.1529 7.45835 23.8705 6.11112 20.0002 6.11112C16.1483 6.11112 12.8705 7.45835 10.1668 10.1528C7.46311 12.8473 6.11125 16.1297 6.11125 20C6.11125 23.8519 7.46311 27.1297 10.1668 29.8334C12.8705 32.5371 16.1483 33.889 20.0002 33.889Z",fill:"currentColor"})),repartition:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6804 36.5554C14.3287 36.1943 10.6899 34.4352 7.76375 31.2779C4.83792 28.1204 3.375 24.3611 3.375 20C3.375 15.6389 4.83792 11.8796 7.76375 8.7221C10.6899 5.56488 14.3287 3.80571 18.6804 3.4446V7.9446C15.5879 8.27794 13.0093 9.59266 10.9446 11.8888C8.87958 14.1852 7.85639 16.8889 7.875 20C7.89361 23.1111 8.92597 25.8149 10.9721 28.1113C13.0185 30.4074 15.5879 31.7221 18.6804 32.0554V36.5554ZM21.4583 36.5554V32.0554C24.2917 31.7777 26.6851 30.6388 28.6388 28.6388C30.5926 26.6388 31.7547 24.2221 32.125 21.3888H36.625C36.2917 25.4721 34.7014 28.9421 31.8542 31.7988C29.0069 34.6552 25.5417 36.2407 21.4583 36.5554ZM32.125 18.6113C31.7731 15.7779 30.6157 13.3613 28.6529 11.3613C26.6899 9.36127 24.2917 8.21308 21.4583 7.91669V3.41669C25.5231 3.75002 28.9837 5.34488 31.8404 8.20127C34.6968 11.0579 36.2917 14.5279 36.625 18.6113H32.125Z",fill:"currentColor"})),repositories:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M3.3335 33.3333V6.66666H17.2502L20.028 9.44441H36.6668V12.2222H18.8474L16.0696 9.44441H6.11125V30.5556L10.2779 14.9999H39.1668L34.1946 33.3333H3.3335ZM9.02791 30.5556H32.0835L35.4169 17.7777H12.3612L9.02791 30.5556Z",fill:"currentColor"})),reset:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M11.0832 31.6667V28.8889H23.6387C25.5184 28.8889 27.141 28.2732 28.5068 27.0417C29.8725 25.8102 30.5554 24.2778 30.5554 22.4445C30.5554 20.6111 29.8725 19.0787 28.5068 17.8472C27.141 16.6158 25.5184 16 23.6387 16H11.9443L16.5554 20.6111L14.6109 22.5556L6.6665 14.6111L14.6109 6.66669L16.5554 8.6111L11.9443 13.2222H23.611C26.2684 13.2222 28.5531 14.1065 30.4651 15.875C32.3772 17.6435 33.3332 19.8334 33.3332 22.4445C33.3332 25.0556 32.3772 27.2454 30.4651 29.0139C28.5531 30.7824 26.2684 31.6667 23.611 31.6667H11.0832Z",fill:"currentColor"})),save:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M35 11.5833V35H5V5H28.4167L35 11.5833ZM32.2222 12.8055L27.1945 7.77775H7.77775V32.2222H32.2222V12.8055ZM19.9935 29.8611C21.2571 29.8611 22.3333 29.4189 23.2222 28.5343C24.1111 27.6498 24.5555 26.5757 24.5555 25.3121C24.5555 24.0485 24.1133 22.9722 23.2288 22.0833C22.3442 21.1945 21.2702 20.75 20.0065 20.75C18.7429 20.75 17.6667 21.1923 16.7778 22.0768C15.8889 22.9614 15.4445 24.0354 15.4445 25.299C15.4445 26.5627 15.8867 27.6389 16.7713 28.5278C17.6558 29.4167 18.7298 29.8611 19.9935 29.8611ZM9.80554 16H24.75V9.80554H9.80554V16Z",fill:"currentColor"})),savedOnline:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M17.1943 28.3611L26.722 18.8333L24.8054 16.9167L17.2082 24.5139L13.2637 20.5695L11.3332 22.5L17.1943 28.3611ZM10.5832 33.3333C8.11095 33.3333 6.00678 32.4722 4.27067 30.75C2.53456 29.0278 1.6665 26.9306 1.6665 24.4583C1.6665 22.2917 2.34706 20.3796 3.70817 18.7222C5.06928 17.0648 6.81466 16.0463 8.9443 15.6667C9.54613 13.0185 10.8795 10.8611 12.9443 9.19446C15.0091 7.52779 17.3795 6.69446 20.0554 6.69446C23.2128 6.69446 25.8818 7.8264 28.0623 10.0903C30.2429 12.3542 31.3332 15.0833 31.3332 18.2778V18.9445C33.3054 18.9815 34.9651 19.6875 36.3123 21.0625C37.6596 22.4375 38.3332 24.1296 38.3332 26.1389C38.3332 28.1111 37.6272 29.8032 36.2151 31.2153C34.8031 32.6273 33.1109 33.3333 31.1388 33.3333H10.5832ZM10.5832 30.5556H31.1388C32.361 30.5556 33.4026 30.125 34.2638 29.2639C35.1249 28.4028 35.5554 27.3611 35.5554 26.1389C35.5554 24.9167 35.1249 23.875 34.2638 23.0139C33.4026 22.1528 32.361 21.7222 31.1388 21.7222H28.5554V18.2778C28.5554 15.8241 27.7197 13.743 26.0485 12.0347C24.3772 10.3264 22.3424 9.47221 19.9443 9.47221C17.5461 9.47221 15.5068 10.3264 13.8262 12.0347C12.1457 13.743 11.3054 15.8241 11.3054 18.2778H10.4998C8.81464 18.2778 7.38409 18.8704 6.20817 20.0555C5.03223 21.2407 4.44425 22.6944 4.44425 24.4167C4.44425 26.1204 5.04148 27.5695 6.23592 28.7639C7.43037 29.9584 8.87945 30.5556 10.5832 30.5556Z",fill:"currentColor"})),scoresIndicators:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M17.1112 26.25C17.7594 26.8982 18.6622 27.206 19.8196 27.1736C20.977 27.1412 21.8242 26.713 22.3613 25.8889L31.4724 11.8055L17.5002 21C16.6946 21.537 16.2664 22.3843 16.2154 23.5417C16.1645 24.6991 16.4631 25.6019 17.1112 26.25ZM19.9446 6.69446C21.5465 6.69446 23.1738 6.94214 24.8265 7.4375C26.4793 7.93286 28.0557 8.75 29.5557 9.88892L27.0557 11.5833C25.9169 10.8704 24.7062 10.3403 23.4238 9.99304C22.1414 9.64582 20.9814 9.47221 19.944 9.47221C16.1112 9.47221 12.8475 10.833 10.153 13.5546C7.4585 16.2762 6.11125 19.5726 6.11125 23.444C6.11125 24.6665 6.28023 25.8935 6.6182 27.125C6.95618 28.3565 7.43534 29.5 8.0557 30.5556H31.8057C32.4261 29.5371 32.9053 28.3935 33.2432 27.125C33.5812 25.8565 33.7502 24.5926 33.7502 23.3333C33.7502 22.2222 33.5951 21.0602 33.2849 19.8472C32.9747 18.6342 32.4446 17.5 31.6946 16.4444L33.4446 13.9444C34.4261 15.4167 35.1738 16.9213 35.6877 18.4583C36.2016 19.9954 36.4817 21.5555 36.528 23.1389C36.5742 24.7778 36.4029 26.3287 36.014 27.7917C35.6252 29.2546 35.0557 30.6204 34.3057 31.8889C33.9817 32.4815 33.6067 32.8704 33.1807 33.0555C32.7548 33.2407 32.2594 33.3333 31.6946 33.3333H8.16683C7.65758 33.3333 7.1622 33.2083 6.6807 32.9583C6.19923 32.7083 5.8335 32.3518 5.5835 31.8889C4.86127 30.5833 4.30572 29.2384 3.91683 27.8542C3.52794 26.4699 3.3335 25 3.3335 23.4445C3.3335 21.1389 3.771 18.9699 4.646 16.9375C5.521 14.9051 6.71082 13.1319 8.21546 11.618C9.72007 10.1042 11.4833 8.90508 13.5052 8.02083C15.527 7.13658 17.6735 6.69446 19.9446 6.69446Z",fill:"currentColor"})),search:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M33 35L22.1945 24.1945C21.3611 24.8982 20.3939 25.4491 19.2928 25.8472C18.1917 26.2454 17.02 26.4445 15.7778 26.4445C12.7655 26.4445 10.2162 25.4005 8.12971 23.3125C6.04324 21.2246 5 18.6945 5 15.7222C5 12.75 6.04399 10.2199 8.13196 8.13196C10.2199 6.04399 12.7546 5 15.7361 5C18.7176 5 21.2477 6.04399 23.3264 8.13196C25.4051 10.2199 26.4445 12.7514 26.4445 15.7264C26.4445 16.9273 26.25 18.0787 25.8611 19.1806C25.4722 20.2824 24.9074 21.2963 24.1667 22.2222L35 33L33 35ZM15.75 23.6667C17.9491 23.6667 19.8183 22.8912 21.3576 21.3403C22.897 19.7894 23.6667 17.9167 23.6667 15.7222C23.6667 13.5278 22.897 11.6551 21.3576 10.1042C19.8183 8.55325 17.9491 7.77779 15.75 7.77779C13.5355 7.77779 11.6532 8.55325 10.103 10.1042C8.55283 11.6551 7.77775 13.5278 7.77775 15.7222C7.77775 17.9167 8.55283 19.7894 10.103 21.3403C11.6532 22.8912 13.5355 23.6667 15.75 23.6667Z",fill:"currentColor"})),sendMessage:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 33.3333V6.66666L36.6667 20L5 33.3333ZM7.77775 29.0834L29.4722 20L7.77775 10.8333V17.4444L17.8333 20L7.77775 22.5V29.0834Z",fill:"currentColor"})),settings:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M17.9722 35V25.4167H20.75V28.8333H35V31.6111H20.75V35H17.9722ZM5 31.6111V28.8333H15.1945V31.6111H5ZM12.4167 24.7778V21.3889H5V18.6111H12.4167V15.1667H15.1945V24.7778H12.4167ZM17.9722 21.3889V18.6111H35V21.3889H17.9722ZM24.8055 14.5833V5H27.5833V8.38888H35V11.1667H27.5833V14.5833H24.8055ZM5 11.1667V8.38888H22.0278V11.1667H5Z",fill:"currentColor"})),sortAscending:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6849 32V13.3333L13.9452 18.1388L12 16.1666L20.0548 8L28 16.0555L26.0548 18.0278L21.4247 13.3333V32H18.6849Z",fill:"currentColor"})),sortDescending:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M20.0548 32L12 23.8334L13.9452 21.8612L18.6849 26.6667V8H21.4247V26.6667L26.0548 21.9723L28 23.9445L20.0548 32Z",fill:"currentColor"})),sortNoSorting:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M13.4165 21.3889L13.4165 8.62494L8.62484 13.4166L6.6665 11.4722L14.8054 3.33331L22.9443 11.4722L20.986 13.4166L16.1943 8.62494L16.1943 21.3889H13.4165ZM25.1943 36.6666L17.0554 28.5278L19.0137 26.5833L23.8054 31.375L23.8054 18.6111H26.5832L26.5832 31.375L31.3748 26.5833L33.3332 28.5278L25.1943 36.6666Z",fill:"currentColor"})),sync:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M6.86096 33.3333V30.5555H11.9999L11.361 30.0278C9.6943 28.6574 8.49521 27.1435 7.76371 25.4861C7.03224 23.8287 6.6665 22.037 6.6665 20.1111C6.6665 17.1203 7.55307 14.4421 9.32621 12.0763C11.0994 9.71061 13.4258 8.10182 16.3054 7.24996V10.1388C14.2498 10.9166 12.5924 12.2199 11.3332 14.0486C10.0739 15.8773 9.44425 17.8981 9.44425 20.1111C9.44425 21.6944 9.74056 23.1134 10.3332 24.368C10.9258 25.6227 11.7591 26.7315 12.8332 27.6944L13.8054 28.4167V23.6111H16.5832V33.3333H6.86096ZM23.7221 32.7778V29.8611C25.7961 29.0833 27.4535 27.7801 28.6943 25.9513C29.935 24.1226 30.5554 22.1018 30.5554 19.8888C30.5554 18.5833 30.2591 17.2754 29.6665 15.9652C29.0739 14.655 28.2591 13.4814 27.222 12.4444L26.2776 11.5833V16.3888H23.4998V6.66663H33.222V9.44438H28.0554L28.6943 10.0277C30.2591 11.5185 31.4234 13.1226 32.1873 14.8403C32.9512 16.5578 33.3332 18.2407 33.3332 19.8888C33.3332 22.8796 32.4512 25.5625 30.6873 27.9375C28.9234 30.3125 26.6017 31.9259 23.7221 32.7778Z",fill:"currentColor"})),timer:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M15 5.27775V2.5H25V5.27775H15ZM18.6111 23.8055H21.3889V14.0833H18.6111V23.8055ZM20 37.4722C17.9444 37.4722 16.0069 37.0764 14.1875 36.2847C12.3681 35.493 10.7778 34.4167 9.41667 33.0555C8.05556 31.6944 6.97917 30.1042 6.1875 28.2847C5.39583 26.4653 5 24.5278 5 22.4722C5 20.4167 5.39583 18.4792 6.1875 16.6597C6.97917 14.8403 8.05556 13.25 9.41667 11.8889C10.7778 10.5278 12.3681 9.45138 14.1875 8.65971C16.0069 7.86804 17.9444 7.47221 20 7.47221C21.8148 7.47221 23.5324 7.77314 25.1528 8.375C26.7732 8.97686 28.2407 9.82408 29.5555 10.9167L31.75 8.72225L33.6944 10.6667L31.5 12.8611C32.5185 14.0648 33.3565 15.4583 34.0139 17.0417C34.6713 18.625 35 20.4352 35 22.4722C35 24.5278 34.6042 26.4653 33.8125 28.2847C33.0208 30.1042 31.9444 31.6944 30.5833 33.0555C29.2222 34.4167 27.6319 35.493 25.8125 36.2847C23.9931 37.0764 22.0556 37.4722 20 37.4722ZM20 34.6945C23.3889 34.6945 26.2732 33.5046 28.6528 31.125C31.0324 28.7454 32.2222 25.8611 32.2222 22.4722C32.2222 19.0833 31.0324 16.1991 28.6528 13.8194C26.2732 11.4398 23.3889 10.25 20 10.25C16.6111 10.25 13.7268 11.4398 11.3472 13.8194C8.96757 16.1991 7.77775 19.0833 7.77775 22.4722C7.77775 25.8611 8.96757 28.7454 11.3472 31.125C13.7268 33.5046 16.6111 34.6945 20 34.6945Z",fill:"currentColor"})),userAccount:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.41683 29.0833C11.0557 27.9074 12.7409 26.9977 14.4724 26.3542C16.2039 25.7107 18.0465 25.3889 20.0002 25.3889C21.9539 25.3889 23.8011 25.7107 25.5418 26.3542C27.2826 26.9977 28.9724 27.9074 30.6113 29.0833C31.7502 27.7037 32.5812 26.2639 33.1043 24.7639C33.6275 23.2639 33.8891 21.6759 33.8891 20C33.8891 16.0833 32.5534 12.7894 29.8821 10.1181C27.2108 7.44675 23.9168 6.11109 20.0002 6.11109C16.0835 6.11109 12.7895 7.44675 10.1182 10.1181C7.4469 12.7894 6.11125 16.0833 6.11125 20C6.11125 21.6759 6.37745 23.2639 6.90987 24.7639C7.44229 26.2639 8.27794 27.7037 9.41683 29.0833ZM19.995 21.3889C18.3781 21.3889 17.0164 20.8339 15.9099 19.724C14.8034 18.6141 14.2502 17.2507 14.2502 15.6337C14.2502 14.0168 14.8051 12.6551 15.915 11.5486C17.025 10.4421 18.3884 9.88889 20.0053 9.88889C21.6222 9.88889 22.984 10.4439 24.0905 11.5538C25.1969 12.6637 25.7502 14.0271 25.7502 15.6441C25.7502 17.261 25.1952 18.6227 24.0853 19.7292C22.9753 20.8357 21.6119 21.3889 19.995 21.3889ZM20.0132 36.6667C17.7175 36.6667 15.5557 36.2292 13.528 35.3542C11.5002 34.4792 9.73165 33.2871 8.22237 31.7778C6.71312 30.2685 5.521 28.5022 4.646 26.4787C3.771 24.4553 3.3335 22.2932 3.3335 19.9926C3.3335 17.692 3.771 15.5324 4.646 13.5139C5.521 11.4954 6.71312 9.7315 8.22237 8.22222C9.73165 6.71297 11.498 5.52084 13.5215 4.64584C15.5449 3.77084 17.7069 3.33334 20.0075 3.33334C22.3082 3.33334 24.4678 3.77084 26.4863 4.64584C28.5048 5.52084 30.2687 6.71297 31.778 8.22222C33.2872 9.7315 34.4793 11.4957 35.3543 13.5148C36.2293 15.5339 36.6668 17.6913 36.6668 19.987C36.6668 22.2827 36.2293 24.4444 35.3543 26.4722C34.4793 28.5 33.2872 30.2685 31.778 31.7778C30.2687 33.2871 28.5045 34.4792 26.4854 35.3542C24.4663 36.2292 22.3089 36.6667 20.0132 36.6667ZM20.0002 33.8889C21.5094 33.8889 22.9677 33.669 24.3752 33.2292C25.7826 32.7894 27.1391 32.0648 28.4446 31.0556C27.1391 30.1204 25.778 29.4051 24.3613 28.9097C22.9446 28.4144 21.4909 28.1667 20.0002 28.1667C18.5094 28.1667 17.0557 28.4144 15.639 28.9097C14.2224 29.4051 12.8613 30.1204 11.5557 31.0556C12.8613 32.0648 14.2177 32.7894 15.6252 33.2292C17.0326 33.669 18.4909 33.8889 20.0002 33.8889ZM20.0002 18.6111C20.8705 18.6111 21.5835 18.3334 22.1391 17.7778C22.6946 17.2222 22.9724 16.5093 22.9724 15.6389C22.9724 14.7685 22.6946 14.0556 22.1391 13.5C21.5835 12.9445 20.8705 12.6667 20.0002 12.6667C19.1298 12.6667 18.4168 12.9445 17.8612 13.5C17.3057 14.0556 17.0279 14.7685 17.0279 15.6389C17.0279 16.5093 17.3057 17.2222 17.8612 17.7778C18.4168 18.3334 19.1298 18.6111 20.0002 18.6111Z",fill:"currentColor"})),viewPwd:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M20.0031 27.2222C22.0102 27.2222 23.7151 26.5197 25.1179 25.1148C26.5207 23.7098 27.222 22.0038 27.222 19.9967C27.222 17.9897 26.5196 16.2847 25.1146 14.882C23.7097 13.4792 22.0036 12.7778 19.9966 12.7778C17.9895 12.7778 16.2846 13.4803 14.8818 14.8852C13.479 16.2902 12.7776 17.9962 12.7776 20.0033C12.7776 22.0103 13.4801 23.7153 14.885 25.118C16.29 26.5208 17.996 27.2222 20.0031 27.2222ZM19.9933 24.6111C18.7106 24.6111 17.6225 24.1622 16.729 23.2643C15.8355 22.3664 15.3887 21.2762 15.3887 19.9935C15.3887 18.7108 15.8377 17.6227 16.7355 16.7292C17.6334 15.8356 18.7237 15.3889 20.0064 15.3889C21.289 15.3889 22.3771 15.8378 23.2707 16.7357C24.1642 17.6336 24.611 18.7238 24.611 20.0065C24.611 21.2892 24.162 22.3773 23.2641 23.2708C22.3663 24.1644 21.276 24.6111 19.9933 24.6111ZM19.9998 32.5C15.9443 32.5 12.2684 31.3542 8.97205 29.0625C5.67577 26.7708 3.24059 23.75 1.6665 20C3.24059 16.25 5.67577 13.2292 8.97205 10.9375C12.2684 8.64583 15.9443 7.5 19.9998 7.5C24.0554 7.5 27.7313 8.64583 31.0276 10.9375C34.3239 13.2292 36.7591 16.25 38.3332 20C36.7591 23.75 34.3239 26.7708 31.0276 29.0625C27.7313 31.3542 24.0554 32.5 19.9998 32.5ZM19.9952 29.7222C23.2853 29.7222 26.3077 28.8403 29.0623 27.0764C31.817 25.3125 33.9165 22.9537 35.361 20C33.9165 17.0463 31.8185 14.6875 29.067 12.9236C26.3155 11.1597 23.2947 10.2778 20.0045 10.2778C16.7144 10.2778 13.692 11.1597 10.9373 12.9236C8.1827 14.6875 6.07389 17.0463 4.61092 20C6.07389 22.9537 8.18113 25.3125 10.9326 27.0764C13.6842 28.8403 16.705 29.7222 19.9952 29.7222Z",fill:"currentColor"})),visio:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M3.3335 33.3334V6.66669H30.0002V17.9167L36.6668 11.25V28.75L30.0002 22.0834V33.3334H3.3335ZM6.11125 30.5556H27.2224V9.44444H6.11125V30.5556Z",fill:"currentColor"})),warning:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M1.6665 35L19.9998 3.33334L38.3332 35H1.6665ZM6.47205 32.2223H33.5276L19.9998 8.88889L6.47205 32.2223ZM20.1158 30.0833C20.5107 30.0833 20.8401 29.9498 21.104 29.6826C21.3679 29.4155 21.4998 29.0845 21.4998 28.6896C21.4998 28.2947 21.3663 27.9653 21.0991 27.7014C20.832 27.4375 20.501 27.3056 20.1061 27.3056C19.7112 27.3056 19.3818 27.4392 19.1179 27.7063C18.854 27.9734 18.7221 28.3045 18.7221 28.6993C18.7221 29.0942 18.8557 29.4236 19.1228 29.6875C19.3899 29.9514 19.7209 30.0833 20.1158 30.0833ZM18.7221 25.3333H21.4998V16.3333H18.7221V25.3333Z",fill:"currentColor"})),addANote:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("mask",{id:"mask0_9411_108",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:0,y:0,width:40,height:40},C.createElement("rect",{width:40,height:40,fill:"#D9D9D9"})),C.createElement("g",{mask:"url(#mask0_9411_108)"},C.createElement("path",{d:"M11.6665 33.8888V14.4305C11.6665 13.6608 11.9397 13.0077 12.4861 12.4713C13.0322 11.9349 13.6896 11.6667 14.4582 11.6667H33.8886C34.6525 11.6667 35.3065 11.9387 35.8507 12.4826C36.3946 13.0267 36.6665 13.6808 36.6665 14.4447V28.3334L28.3332 36.6667H14.4444C13.6805 36.6667 13.0265 36.3948 12.4823 35.8509C11.9384 35.3067 11.6665 34.6527 11.6665 33.8888ZM3.37483 10.0001C3.22678 9.23146 3.37497 8.54396 3.81941 7.93757C4.26386 7.33118 4.87025 6.95382 5.63858 6.80549L24.8052 3.40299C25.5739 3.25465 26.2614 3.39813 26.8677 3.8334C27.4744 4.26868 27.8518 4.87049 27.9998 5.63882L28.5832 8.88882H25.7777L25.2915 6.13882L6.13858 9.51382L8.88858 25.153V31.3334C8.37025 31.2131 7.91886 30.9631 7.53441 30.5834C7.15025 30.2037 6.90719 29.7315 6.80525 29.1667L3.37483 10.0001ZM14.4444 14.4447V33.8888H26.8886L33.8886 26.8888V14.4447H14.4444ZM22.7777 30.5555H25.5552V25.5555H30.5552V22.778H25.5552V17.778H22.7777V22.778H17.7777V25.5555H22.7777V30.5555Z",fill:"currentColor"}))),addFile:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("mask",{id:"mask0_9391_9969",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:0,y:0,width:40,height:40},C.createElement("rect",{width:40,height:40,fill:"#D9D9D9"})),C.createElement("g",{mask:"url(#mask0_9391_9969)"},C.createElement("path",{d:"M18.6111 30.1666H21.3886V24.9166H26.6665V22.1387H21.3886V16.8612H18.6111V22.1387H13.3332V24.9166H18.6111V30.1666ZM9.44442 36.6666C8.69442 36.6666 8.04387 36.3912 7.49275 35.8403C6.94192 35.2892 6.6665 34.6387 6.6665 33.8887V6.11117C6.6665 5.36117 6.94192 4.71061 7.49275 4.1595C8.04387 3.60867 8.69442 3.33325 9.44442 3.33325H23.9165L33.3332 12.7499V33.8887C33.3332 34.6387 33.0578 35.2892 32.5069 35.8403C31.9558 36.3912 31.3053 36.6666 30.5553 36.6666H9.44442ZM22.5278 14.0553V6.11117H9.44442V33.8887H30.5553V14.0553H22.5278Z",fill:"currentColor"}))),addNotes:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M8.33333 35C7.41667 35 6.63194 34.6736 5.97917 34.0208C5.32639 33.3681 5 32.5833 5 31.6667V8.33333C5 7.41667 5.32639 6.63194 5.97917 5.97917C6.63194 5.32639 7.41667 5 8.33333 5H31.6667C32.5833 5 33.3681 5.32639 34.0208 5.97917C34.6736 6.63194 35 7.41667 35 8.33333V19.5C34.4722 19.25 33.9306 19.0347 33.375 18.8542C32.8194 18.6736 32.25 18.5417 31.6667 18.4583V8.33333H8.33333V31.6667H18.4167C18.5 32.2778 18.6319 32.8611 18.8125 33.4167C18.9931 33.9722 19.2083 34.5 19.4583 35H8.33333ZM8.33333 30V31.6667V8.33333V18.4583V18.3333V30ZM11.6667 28.3333H18.4583C18.5417 27.75 18.6736 27.1806 18.8542 26.625C19.0347 26.0694 19.2361 25.5278 19.4583 25H11.6667V28.3333ZM11.6667 21.6667H21.8333C22.7222 20.8333 23.7153 20.1389 24.8125 19.5833C25.9097 19.0278 27.0833 18.6528 28.3333 18.4583V18.3333H11.6667V21.6667ZM11.6667 15H28.3333V11.6667H11.6667V15ZM30 38.3333C27.6944 38.3333 25.7292 37.5208 24.1042 35.8958C22.4792 34.2708 21.6667 32.3056 21.6667 30C21.6667 27.6944 22.4792 25.7292 24.1042 24.1042C25.7292 22.4792 27.6944 21.6667 30 21.6667C32.3056 21.6667 34.2708 22.4792 35.8958 24.1042C37.5208 25.7292 38.3333 27.6944 38.3333 30C38.3333 32.3056 37.5208 34.2708 35.8958 35.8958C34.2708 37.5208 32.3056 38.3333 30 38.3333ZM29.1667 35H30.8333V30.8333H35V29.1667H30.8333V25H29.1667V29.1667H25V30.8333H29.1667V35Z",fill:"currentColor"})),allFeatures:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.61133 33.3334C8.78716 33.3334 8.09036 33.0487 7.52091 32.4792C6.95147 31.9098 6.66675 31.213 6.66675 30.3888C6.66675 29.5649 6.95147 28.8683 7.52091 28.2988C8.09036 27.7294 8.78716 27.4447 9.61133 27.4447C10.4352 27.4447 11.1319 27.7294 11.7013 28.2988C12.2708 28.8683 12.5555 29.5649 12.5555 30.3888C12.5555 31.213 12.2708 31.9098 11.7013 32.4792C11.1319 33.0487 10.4352 33.3334 9.61133 33.3334ZM20.0001 33.3334C19.1759 33.3334 18.4791 33.0487 17.9097 32.4792C17.3402 31.9098 17.0555 31.213 17.0555 30.3888C17.0555 29.5649 17.3402 28.8683 17.9097 28.2988C18.4791 27.7294 19.1759 27.4447 20.0001 27.4447C20.8242 27.4447 21.5211 27.7294 22.0905 28.2988C22.6599 28.8683 22.9447 29.5649 22.9447 30.3888C22.9447 31.213 22.6599 31.9098 22.0905 32.4792C21.5211 33.0487 20.8242 33.3334 20.0001 33.3334ZM30.3888 33.3334C29.5649 33.3334 28.8683 33.0487 28.2988 32.4792C27.7294 31.9098 27.4447 31.213 27.4447 30.3888C27.4447 29.5649 27.7294 28.8683 28.2988 28.2988C28.8683 27.7294 29.5649 27.4447 30.3888 27.4447C31.213 27.4447 31.9098 27.7294 32.4792 28.2988C33.0487 28.8683 33.3334 29.5649 33.3334 30.3888C33.3334 31.213 33.0487 31.9098 32.4792 32.4792C31.9098 33.0487 31.213 33.3334 30.3888 33.3334ZM9.61133 22.9447C8.78716 22.9447 8.09036 22.6599 7.52091 22.0905C6.95147 21.5211 6.66675 20.8242 6.66675 20.0001C6.66675 19.1759 6.95147 18.4791 7.52091 17.9097C8.09036 17.3402 8.78716 17.0555 9.61133 17.0555C10.4352 17.0555 11.1319 17.3402 11.7013 17.9097C12.2708 18.4791 12.5555 19.1759 12.5555 20.0001C12.5555 20.8242 12.2708 21.5211 11.7013 22.0905C11.1319 22.6599 10.4352 22.9447 9.61133 22.9447ZM20.0001 22.9447C19.1759 22.9447 18.4791 22.6599 17.9097 22.0905C17.3402 21.5211 17.0555 20.8242 17.0555 20.0001C17.0555 19.1759 17.3402 18.4791 17.9097 17.9097C18.4791 17.3402 19.1759 17.0555 20.0001 17.0555C20.8242 17.0555 21.5211 17.3402 22.0905 17.9097C22.6599 18.4791 22.9447 19.1759 22.9447 20.0001C22.9447 20.8242 22.6599 21.5211 22.0905 22.0905C21.5211 22.6599 20.8242 22.9447 20.0001 22.9447ZM30.3888 22.9447C29.5649 22.9447 28.8683 22.6599 28.2988 22.0905C27.7294 21.5211 27.4447 20.8242 27.4447 20.0001C27.4447 19.1759 27.7294 18.4791 28.2988 17.9097C28.8683 17.3402 29.5649 17.0555 30.3888 17.0555C31.213 17.0555 31.9098 17.3402 32.4792 17.9097C33.0487 18.4791 33.3334 19.1759 33.3334 20.0001C33.3334 20.8242 33.0487 21.5211 32.4792 22.0905C31.9098 22.6599 31.213 22.9447 30.3888 22.9447ZM9.61133 12.5555C8.78716 12.5555 8.09036 12.2708 7.52091 11.7013C6.95147 11.1319 6.66675 10.4352 6.66675 9.61133C6.66675 8.78716 6.95147 8.09036 7.52091 7.52091C8.09036 6.95147 8.78716 6.66675 9.61133 6.66675C10.4352 6.66675 11.1319 6.95147 11.7013 7.52091C12.2708 8.09036 12.5555 8.78716 12.5555 9.61133C12.5555 10.4352 12.2708 11.1319 11.7013 11.7013C11.1319 12.2708 10.4352 12.5555 9.61133 12.5555ZM20.0001 12.5555C19.1759 12.5555 18.4791 12.2708 17.9097 11.7013C17.3402 11.1319 17.0555 10.4352 17.0555 9.61133C17.0555 8.78716 17.3402 8.09036 17.9097 7.52091C18.4791 6.95147 19.1759 6.66675 20.0001 6.66675C20.8242 6.66675 21.5211 6.95147 22.0905 7.52091C22.6599 8.09036 22.9447 8.78716 22.9447 9.61133C22.9447 10.4352 22.6599 11.1319 22.0905 11.7013C21.5211 12.2708 20.8242 12.5555 20.0001 12.5555ZM30.3888 12.5555C29.5649 12.5555 28.8683 12.2708 28.2988 11.7013C27.7294 11.1319 27.4447 10.4352 27.4447 9.61133C27.4447 8.78716 27.7294 8.09036 28.2988 7.52091C28.8683 6.95147 29.5649 6.66675 30.3888 6.66675C31.213 6.66675 31.9098 6.95147 32.4792 7.52091C33.0487 8.09036 33.3334 8.78716 33.3334 9.61133C33.3334 10.4352 33.0487 11.1319 32.4792 11.7013C31.9098 12.2708 31.213 12.5555 30.3888 12.5555Z",fill:"currentColor"})),arrowDownRight:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M32.5 15.8333H29.1667V26.8167L9.85 7.5L7.5 9.85L26.8167 29.1667H15.8333V32.5H32.5V15.8333Z",fill:"currentColor"})),arrowUpRight:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M15.8333 7.5V10.8333H26.8167L7.5 30.15L9.85 32.5L29.1667 13.1833V24.1667H32.5V7.5H15.8333Z",fill:"currentColor"})),details:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M27.5 33.3333H29.1667V26.6666H27.5V33.3333ZM28.3333 24.9999C28.5556 24.9999 28.75 24.9166 28.9167 24.7499C29.0833 24.5833 29.1667 24.3888 29.1667 24.1666C29.1667 23.9444 29.0833 23.7499 28.9167 23.5833C28.75 23.4166 28.5556 23.3333 28.3333 23.3333C28.1111 23.3333 27.9167 23.4166 27.75 23.5833C27.5833 23.7499 27.5 23.9444 27.5 24.1666C27.5 24.3888 27.5833 24.5833 27.75 24.7499C27.9167 24.9166 28.1111 24.9999 28.3333 24.9999ZM11.6667 23.3333H17.7917C18.0972 22.6944 18.4514 22.0971 18.8542 21.5416C19.2569 20.986 19.7083 20.4721 20.2083 19.9999H11.6667V23.3333ZM11.6667 29.9999H16.7917C16.7083 29.4444 16.6667 28.8888 16.6667 28.3333C16.6667 27.7777 16.7083 27.2221 16.7917 26.6666H11.6667V29.9999ZM8.33333 36.6666C7.41667 36.6666 6.63194 36.3402 5.97917 35.6874C5.32639 35.0346 5 34.2499 5 33.3333V6.66658C5 5.74992 5.32639 4.9652 5.97917 4.31242C6.63194 3.65964 7.41667 3.33325 8.33333 3.33325H21.6667L31.6667 13.3333V17.1666C31.1389 16.9999 30.5972 16.8749 30.0417 16.7916C29.4861 16.7083 28.9167 16.6666 28.3333 16.6666V14.9999H20V6.66658H8.33333V33.3333H17.7917C18.0972 33.9721 18.4514 34.5694 18.8542 35.1249C19.2569 35.6805 19.7083 36.1944 20.2083 36.6666H8.33333ZM28.3333 19.9999C30.6389 19.9999 32.6042 20.8124 34.2292 22.4374C35.8542 24.0624 36.6667 26.0277 36.6667 28.3333C36.6667 30.6388 35.8542 32.6041 34.2292 34.2291C32.6042 35.8541 30.6389 36.6666 28.3333 36.6666C26.0278 36.6666 24.0625 35.8541 22.4375 34.2291C20.8125 32.6041 20 30.6388 20 28.3333C20 26.0277 20.8125 24.0624 22.4375 22.4374C24.0625 20.8124 26.0278 19.9999 28.3333 19.9999Z",fill:"currentColor"})),done:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.65 33.3C27.1887 33.3 33.3 27.1887 33.3 19.65C33.3 12.1113 27.1887 6 19.65 6C12.1113 6 6 12.1113 6 19.65C6 27.1887 12.1113 33.3 19.65 33.3ZM19.65 36.3C28.8455 36.3 36.3 28.8455 36.3 19.65C36.3 10.4545 28.8455 3 19.65 3C10.4545 3 3 10.4545 3 19.65C3 28.8455 10.4545 36.3 19.65 36.3Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M29.1213 15.1213L17.5343 26.7083L11 20.174L13.1213 18.0526L17.5343 22.4657L27 13L29.1213 15.1213Z",fill:"currentColor"})),graph:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 37V24.625H11.1875V37H5ZM17.375 37V14.3125H23.5625V37H17.375ZM29.75 37V4H35.9375V37H29.75Z",fill:"currentColor"})),inProgress:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M9.3835 32.8166C11.8502 34.8333 14.9002 36.1666 18.2502 36.5V33.1333C15.8168 32.8333 13.6002 31.8666 11.7502 30.4333L9.3835 32.8166ZM6.70016 21.5833H3.3335C3.66683 24.9333 5.00016 27.9833 7.01683 30.45L9.40016 28.0833C7.96683 26.2333 7.00016 24.0166 6.70016 21.5833ZM9.40016 11.75L7.01683 9.36665C5.00016 11.8333 3.66683 14.9 3.3335 18.2333H6.70016C7.00016 15.8166 7.96683 13.6 9.40016 11.75ZM18.2502 6.69998L18.2502 3.33331C14.9002 3.66664 11.8502 4.99998 9.3835 7.01665L11.7668 9.39998C13.6002 7.96665 15.8168 6.99998 18.2502 6.69998ZM21.5835 6.69998V3.33331C30.0002 4.16665 36.5835 11.2667 36.5835 19.9167C36.5835 28.5667 30.0002 35.6666 21.5835 36.5V33.1333C28.1668 32.3166 33.2502 26.7167 33.2502 19.9167C33.2502 13.1166 28.1668 7.51665 21.5835 6.69998Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M29.0611 15.0606L17.4742 26.6476L10.9398 20.1133L13.0611 17.992L17.4742 22.405L26.9398 12.9393L29.0611 15.0606Z",fill:"currentColor"})),note:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("mask",{id:"mask0_9411_150",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:0,y:0,width:40,height:40},C.createElement("rect",{width:40,height:40,fill:"currentColor"})),C.createElement("g",{mask:"url(#mask0_9411_150)"},C.createElement("path",{d:"M11.6665 33.8888V14.4305C11.6665 13.6608 11.9397 13.0077 12.4861 12.4713C13.0322 11.9349 13.6896 11.6667 14.4582 11.6667H33.8886C34.6525 11.6667 35.3065 11.9387 35.8507 12.4826C36.3946 13.0267 36.6665 13.6808 36.6665 14.4447V28.3334L28.3332 36.6667H14.4444C13.6805 36.6667 13.0265 36.3948 12.4823 35.8509C11.9384 35.3067 11.6665 34.6527 11.6665 33.8888ZM3.37483 10.0001C3.22678 9.23146 3.37497 8.54396 3.81941 7.93757C4.26386 7.33118 4.87025 6.95382 5.63858 6.80549L24.8052 3.40299C25.5739 3.25465 26.2614 3.39813 26.8677 3.8334C27.4744 4.26868 27.8518 4.87049 27.9998 5.63882L28.5832 8.88882H25.7777L25.2915 6.13882L6.13858 9.51382L8.88858 25.153V31.3334C8.37025 31.2131 7.91886 30.9631 7.53441 30.5834C7.15025 30.2037 6.90719 29.7315 6.80525 29.1667L3.37483 10.0001ZM14.4444 14.4447V33.8888H26.8886V26.8888H33.8886V14.4447H14.4444Z",fill:"currentColor"}))),notes:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M7.66667 33.3333H24.1667V24.1667H33.3333V7.66667H7.66667V33.3333ZM7.66667 37C6.65833 37 5.79483 36.6413 5.07617 35.9238C4.35872 35.2052 4 34.3417 4 33.3333V7.66667C4 6.65833 4.35872 5.79483 5.07617 5.07617C5.79483 4.35872 6.65833 4 7.66667 4H33.3333C34.3417 4 35.2052 4.35872 35.9238 5.07617C36.6413 5.79483 37 6.65833 37 7.66667V26L26 37H7.66667ZM11.3333 24.1667V20.5H20.5V24.1667H11.3333ZM11.3333 16.8333V13.1667H29.6667V16.8333H11.3333Z",fill:"currentColor"})),questionnaireAnswer:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M 32.222656 16 L 35 16 L 35 5.300781 L 24.304688 5.300781 C 24.074219 4.335938 23.558594 3.546875 22.757812 2.925781 C 21.957031 2.308594 21.035156 2 20 2 C 18.980469 2 18.070312 2.308594 17.265625 2.925781 C 16.457031 3.546875 15.941406 4.335938 15.707031 5.300781 L 5 5.300781 L 5 35 L 17 35 L 17 32.25 L 7.777344 32.25 L 7.777344 8.050781 L 10.554688 8.050781 L 10.554688 12.175781 L 29.445312 12.175781 L 29.445312 8.050781 L 32.222656 8.050781 Z M 21.1875 7.574219 C 20.867188 7.890625 20.472656 8.050781 20 8.050781 C 19.527344 8.050781 19.132812 7.890625 18.8125 7.574219 C 18.492188 7.257812 18.332031 6.867188 18.332031 6.398438 C 18.332031 5.933594 18.492188 5.539062 18.8125 5.222656 C 19.132812 4.90625 19.527344 4.75 20 4.75 C 20.472656 4.75 20.867188 4.90625 21.1875 5.222656 C 21.507812 5.539062 21.667969 5.933594 21.667969 6.398438 C 21.667969 6.867188 21.507812 7.257812 21.1875 7.574219 Z M 21.1875 7.574219 "}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M 21 32.25 L 21 38 L 26.746094 38 L 39 25.703125 L 33.285156 20 Z M 25.59375 35.234375 L 23.8125 35.234375 L 23.8125 33.453125 L 29.53125 27.78125 L 30.421875 28.625 L 31.265625 29.515625 Z M 25.59375 35.234375 "})),rules:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M6.6665 35V32.2221H26.6665V35H6.6665ZM15.9719 26.4167L6.6665 17.1113L9.77775 13.9167L19.1665 23.2221L15.9719 26.4167ZM26.5553 15.8333L17.2498 6.44459L20.4444 3.33334L29.7498 12.6388L26.5553 15.8333ZM34.7219 33.3333L12.5832 11.1946L14.5278 9.25L36.6665 31.3888L34.7219 33.3333Z",fill:"currentColor"})),suggestions:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M19.9998 36.6666C19.259 36.6666 18.6016 36.4885 18.0278 36.1321C17.4536 35.7754 17.0554 35.2869 16.8332 34.6667H13.6665V25.9446C11.8979 24.7871 10.4975 23.2916 9.46525 21.4583C8.43275 19.625 7.9165 17.6111 7.9165 15.4166C7.9165 12.0555 9.09012 9.20137 11.4373 6.85415C13.7846 4.50692 16.6387 3.33331 19.9998 3.33331C23.3609 3.33331 26.2151 4.50692 28.5623 6.85415C30.9096 9.20137 32.0832 12.0555 32.0832 15.4166C32.0832 17.6297 31.5669 19.6482 30.5344 21.4721C29.5022 23.2962 28.1018 24.7871 26.3332 25.9446V34.6667H23.1665C22.9443 35.2869 22.5461 35.7754 21.9719 36.1321C21.398 36.4885 20.7407 36.6666 19.9998 36.6666ZM16.4444 31.8887H23.5553V30.1666H16.4444V31.8887ZM16.4444 28.5H23.5553V26.8612H16.4444V28.5ZM16.0832 24.0833H18.9444V18.7779L15.1665 15L16.6111 13.5554L19.9998 16.9446L23.3886 13.5554L24.8332 15L21.0553 18.7779V24.0833H23.9165C25.5276 23.3241 26.8286 22.1644 27.8194 20.6041C28.81 19.0439 29.3053 17.3147 29.3053 15.4166C29.3053 12.8055 28.4072 10.6018 26.6111 8.8054C24.8147 7.00929 22.6109 6.11123 19.9998 6.11123C17.3887 6.11123 15.185 7.00929 13.3886 8.8054C11.5925 10.6018 10.6944 12.8055 10.6944 15.4166C10.6944 17.3147 11.1897 19.0439 12.1803 20.6041C13.1711 22.1644 14.4721 23.3241 16.0832 24.0833Z",fill:"currentColor"})),support:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M27.0003 2.92986L9 2.92986V15.8988H11.6V5.52986H24.4003V19.0482L27.0003 20.0125V13.0193H31.6871V24.0723H34.2871V10.4193H27.0003V2.92986Z",fill:"currentColor"}),C.createElement("path",{d:"M13.8726 9.37341H15.5392V7.70674H13.8726V9.37341Z",fill:"currentColor"}),C.createElement("path",{d:"M17.2059 9.37341H18.8726V7.70674H17.2059V9.37341Z",fill:"currentColor"}),C.createElement("path",{d:"M18.8726 12.7067H17.2059V11.0401H18.8726V12.7067Z",fill:"currentColor"}),C.createElement("path",{d:"M13.8726 12.7067H15.5392V11.0401H13.8726V12.7067Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.8054 33.1986L24.3333 36.7541L37.5 32.6986V26.6707H28.8333V23.532L15.5 18.532H2.5V35.5874H11.8054V33.1986ZM9 32.8095H5.27792V21.3095H9V32.8095ZM34.6113 30.6707L24.1946 33.8653L11.8054 30.3095V21.3095H15.0279L25.9446 25.4207V26.6707H22.8196L18 25.0874L17.0554 27.7541L22.375 29.4486H34.6113V30.6707Z",fill:"currentColor"}),C.createElement("path",{d:"M20.5717 9.37341H22.2384V7.70674H20.5717V9.37341Z",fill:"currentColor"}),C.createElement("path",{d:"M22.2384 12.7067H20.5717V11.0401H22.2384V12.7067Z",fill:"currentColor"}),C.createElement("path",{d:"M18.8726 15.8988H17.2059V14.2321H18.8726V15.8988Z",fill:"currentColor"}),C.createElement("path",{d:"M13.8726 15.8988H15.5392V14.2321H13.8726V15.8988Z",fill:"currentColor"}),C.createElement("path",{d:"M22.2384 15.8988H20.5717V14.2321H22.2384V15.8988Z",fill:"currentColor"})),target:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M19.0311 38C16.8135 38 14.7295 37.5792 12.779 36.7376C10.8285 35.8959 9.13191 34.7537 7.68911 33.3109C6.24631 31.8681 5.10409 30.1715 4.26245 28.221C3.42082 26.2706 3 24.1865 3 21.9689C3 19.7512 3.42082 17.6672 4.26245 15.7167C5.10409 13.7663 6.24631 12.0697 7.68911 10.6269C9.13191 9.18405 10.8285 8.04183 12.779 7.2002C14.7295 6.35856 16.8135 5.93774 19.0311 5.93774C21.2488 5.93774 23.3328 6.35856 25.2833 7.2002C27.2337 8.04183 28.9304 9.18405 30.3732 10.6269C31.816 12.0697 32.9582 13.7663 33.7998 15.7167C34.6415 17.6672 35.0623 19.7512 35.0623 21.9689C35.0623 24.1865 34.6415 26.2706 33.7998 28.221C32.9582 30.1715 31.816 31.8681 30.3732 33.3109C28.9304 34.7537 27.2337 35.8959 25.2833 36.7376C23.3328 37.5792 21.2488 38 19.0311 38ZM19.0311 34.7938C22.6114 34.7938 25.644 33.5514 28.1288 31.0666C30.6136 28.5817 31.8561 25.5492 31.8561 21.9689C31.8561 18.3886 30.6136 15.356 28.1288 12.8712C25.644 10.3864 22.6114 9.14397 19.0311 9.14397C15.4509 9.14397 12.4183 10.3864 9.93347 12.8712C7.44864 15.356 6.20623 18.3886 6.20623 21.9689C6.20623 25.5492 7.44864 28.5817 9.93347 31.0666C12.4183 33.5514 15.4509 34.7938 19.0311 34.7938ZM19.0311 31.5876C16.3593 31.5876 14.0882 30.6524 12.2179 28.7821C10.3476 26.9118 9.41246 24.6407 9.41246 21.9689C9.41246 19.297 10.3476 17.026 12.2179 15.1557C14.0882 13.2854 16.3593 12.3502 19.0311 12.3502C21.703 12.3502 23.9741 13.2854 25.8444 15.1557C27.7147 17.026 28.6498 19.297 28.6498 21.9689C28.6498 24.6407 27.7147 26.9118 25.8444 28.7821C23.9741 30.6524 21.703 31.5876 19.0311 31.5876ZM19.0311 28.3813C20.7946 28.3813 22.3042 27.7535 23.5599 26.4977C24.8157 25.2419 25.4436 23.7323 25.4436 21.9689C25.4436 20.2055 24.8157 18.6959 23.5599 17.4401C22.3042 16.1843 20.7946 15.5564 19.0311 15.5564C17.2677 15.5564 15.7581 16.1843 14.5023 17.4401C13.2466 18.6959 12.6187 20.2055 12.6187 21.9689C12.6187 23.7323 13.2466 25.2419 14.5023 26.4977C15.7581 27.7535 17.2677 28.3813 19.0311 28.3813ZM19.0311 25.1751C18.1494 25.1751 17.3946 24.8612 16.7667 24.2333C16.1389 23.6054 15.8249 22.8506 15.8249 21.9689C15.8249 21.0872 16.1389 20.3324 16.7667 19.7045C17.3946 19.0766 18.1494 18.7627 19.0311 18.7627C19.9129 18.7627 20.6677 19.0766 21.2955 19.7045C21.9234 20.3324 22.2374 21.0872 22.2374 21.9689C22.2374 22.8506 21.9234 23.6054 21.2955 24.2333C20.6677 24.8612 19.9129 25.1751 19.0311 25.1751Z",fill:"currentColor"}),C.createElement("line",{x1:19.2474,y1:21.4734,x2:32.0723,y2:5.90033,stroke:"currentColor",strokeWidth:3}),C.createElement("path",{d:"M31.3671 1.00008L32.8145 5.10599L28.7231 10.0436L27.2758 5.93772L31.3671 1.00008Z",fill:"currentColor"}),C.createElement("path",{d:"M32.7721 10.5182L28.7233 10.0438L32.8147 5.10617L36.8635 5.58054L32.7721 10.5182Z",fill:"currentColor"})),uncompleteQuestionnaire:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 5.00008V35.0001H20.6529C20.4407 34.5806 20.2581 34.1379 20.105 33.6717C19.9517 33.2054 19.824 32.7222 19.7221 32.2222H7.77792V7.778H32.2221V19.7084C32.6943 19.7917 33.1665 19.9098 33.6388 20.0626C34.111 20.2154 34.5647 20.4074 35 20.6388V5.00008H24.1946C23.9815 4.01869 23.4838 3.21772 22.7013 2.59717C21.919 1.97689 21.0186 1.66675 20 1.66675C18.9814 1.66675 18.081 1.97689 17.2988 2.59717C16.5163 3.21772 16.0185 4.01869 15.8054 5.00008H5ZM20.9792 6.47925C20.7061 6.7523 20.3797 6.88883 20 6.88883C19.6203 6.88883 19.2939 6.7523 19.0208 6.47925C18.7478 6.20619 18.6113 5.8798 18.6113 5.50008C18.6113 5.12036 18.7478 4.79397 19.0208 4.52091C19.2939 4.24786 19.6203 4.11133 20 4.11133C20.3797 4.11133 20.7061 4.24786 20.9792 4.52091C21.2522 4.79397 21.3888 5.12036 21.3888 5.50008C21.3888 5.8798 21.2522 6.20619 20.9792 6.47925Z",fill:"currentColor"}),C.createElement("path",{d:"M19.7917 28.3334H11.6667V25.5555H20.7363C20.514 25.9908 20.3265 26.4399 20.1738 26.903C20.021 27.3658 19.8936 27.8426 19.7917 28.3334Z",fill:"currentColor"}),C.createElement("path",{d:"M24.6113 21.3888H11.6667V18.6113H28.3333V19.7638C27.6203 19.9027 26.9606 20.1065 26.3542 20.3751C25.7478 20.6437 25.1668 20.9816 24.6113 21.3888Z",fill:"currentColor"}),C.createElement("path",{d:"M28.3333 14.4447H11.6667V11.6667H28.3333V14.4447Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.7013 35.9513C26.2616 37.5208 28.1436 38.3055 30.3472 38.3055C32.5511 38.3055 34.4377 37.5208 36.0072 35.9513C37.5766 34.3819 38.3613 32.5092 38.3613 30.3334C38.3613 28.1123 37.5766 26.2191 36.0072 24.6538C34.4377 23.0883 32.5558 22.3055 30.3613 22.3055C28.148 22.3055 26.2613 23.0883 24.7013 24.6538C23.1413 26.2191 22.3613 28.1123 22.3613 30.3334C22.3613 32.5092 23.1413 34.3819 24.7013 35.9513ZM27.26 34.5311L26.2191 33.4902L29.3619 30.3474L26.2191 27.2046L27.26 26.1637L30.4028 29.3065L33.5456 26.1637L34.5865 27.2046L31.4438 30.3474L34.5865 33.4902L33.5456 34.5311L30.4028 31.3883L27.26 34.5311Z",fill:"currentColor"})),waterfall:e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M5 38V3H13.0162V38H5ZM28.798 38V16.5484H36V38H28.798Z",fill:"currentColor"}),C.createElement("path",{d:"M17.3374 16.5484V3H25.5414V16.5484H17.3374Z",fill:"currentColor"}))},v8=e=>{const r=12+4*e;return{width:r,height:r}},bt=e=>{const{icon:t,size:n,backgroundColor:r,color:o}=e,i=AM[t],s=de(),a=typeof n=="number"?v8(n):n;return r?p.jsx(ee,{sx:{width:`${a.width}px`,height:`${a.height}px`,display:"flex",alignItems:"center",justifyContent:"center",borderRadius:s.spacing(.5),padding:s.spacing(.5),backgroundColor:r,color:o},children:p.jsx(i,{width:a.width,height:a.height})}):p.jsx(i,{width:a.width,height:a.height})},Tl=e=>{const{icon:t,size:n,boxProps:r={}}=e,o=v8(n);return p.jsx(ee,{...r,sx:{display:"flex",justifyContent:"center",alignItems:"center",width:`${o.width+10}px`,height:`${o.height+10}px`,...r.sx},children:p.jsx(bt,{size:o,icon:t})})},RM=e=>{const{soonAvailableText:t}=e,n=de();return p.jsx(fe,{alignItems:"center",border:`1px solid ${n.custom.grey[500]}`,borderRadius:"4px",padding:"2px 8px",children:p.jsx(ie,{noWrap:!0,variant:"caption",fontWeight:600,children:t})})},DM=e=>{const t=de(),{children:n,boxProps:r={}}=e;return p.jsx(ee,{...r,sx:{border:`1px solid ${t.custom.grey[500]}`,background:t.custom.grey[200],borderRadius:"4px",padding:"1rem",...r.sx},children:n})},ki=e=>{const t=de(),{value:n,unit:r,size:o="small",position:i="default-side",colorOverride:s,hideUnitOnNull:a=!1}=e,c=`number-${o}`,u=()=>o==="micro"||o==="small";let d=0;o==="small"||o==="micro"?d=-1:(o==="inter"||o==="big")&&(d=-2);const f={micro:2,small:2,inter:2,big:4}[o],h=n===null&&a===!0;return p.jsxs(fe,{display:"inline-flex",direction:i=="default-side"?"row":"column",spacing:u()?.5:1,alignItems:i==="below-center-aligned"?"center":"baseline",children:[n===null?p.jsx(Tl,{size:f,icon:"empty",boxProps:{sx:{color:t.custom.grey[1400],backgroundColor:t.custom.grey[400],padding:t.spacing(1),borderRadius:"4px"}}}):p.jsx(ie,{variant:c,color:s,children:n}),h===!1&&p.jsx(ie,{sx:{marginTop:`${d}px !important`},variant:u()?"small-medium":"body-medium",color:t.custom.grey[1400],children:r})]})},ioe={A:"#1e8f4e",B:"#37cb78",C:"#ebc22c",D:"#ec7f2a",E:"#d7392e"},soe=e=>{const{score:t,value:n,size:r=14,direction:o="row"}=e;return p.jsxs(fe,{direction:o,alignItems:"center",width:"fit-content",spacing:1,children:[p.jsx(Os,{color:"primary",label:t,style:{backgroundColor:ioe[t],fontWeight:700}}),p.jsxs(ie,{fontSize:r,fontWeight:"bold",children:[n," / 100"]})]})},aoe=e=>{const t=e.width/2,n=e.width/2,r=e.width/2;return p.jsx("circle",{cx:t,cy:n,r,fill:e.backgroundColor})},loe=e=>{const{width:t,height:n}=e;return p.jsx("rect",{width:t,height:n,rx:"4",fill:e.backgroundColor})},VM={actions:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M39 50H44L34.0004 40L24 50L29 50C29 56.312 30.6388 61.1158 33.4184 64.8717C36.1061 68.5034 39.5909 70.7682 42.4552 72.4618C43.1618 72.8796 43.8103 73.2541 44.4085 73.5995C46.4936 74.8034 47.9687 75.6552 49.1738 76.766C50.3397 77.8406 51 78.9529 51 81H61C61 75.8232 58.9103 72.1404 55.9512 69.413C53.8403 67.4673 51.1052 65.9009 48.9042 64.6403C48.4214 64.3637 47.9641 64.1018 47.5448 63.8539C44.9091 62.2954 42.8939 60.8652 41.4566 58.923C40.1112 57.1049 39 54.4557 39 50Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M83 50H88L78.0004 40L68 50L73 50C73 54.4557 71.8888 57.1049 70.5434 58.923C69.1061 60.8652 67.0909 62.2954 64.4552 63.8539C64.0359 64.1018 63.5787 64.3637 63.0958 64.6403C60.8948 65.9008 58.1597 67.4673 56.0488 69.413C53.0897 72.1404 51 75.8232 51 81H61C61 78.9529 61.6603 77.8406 62.8262 76.766C64.0313 75.6552 65.5064 74.8035 67.5915 73.5995C68.1897 73.2541 68.8382 72.8796 69.5448 72.4618C72.4091 70.7682 75.8939 68.5034 78.5816 64.8717C81.3612 61.1158 83 56.312 83 50Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M48 81L64 81L64 34L48 34L48 81Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M48 87L64 87L64 83L48 83L48 87Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M48 93L64 93L64 89L48 89L48 93Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M72 36L40 36L56.0006 20L72 36Z",fill:t.palette.primary[800]})]})},carbonEmissions:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M29.2162 36.5C29.4482 36.5 29.677 36.5132 29.9023 36.538C29.9023 36.5253 29.9019 36.5127 29.9019 36.5C29.9019 29.5965 35.4682 24 42.3344 24C47.4254 24 51.8009 27.0771 53.7236 31.4819C54.2112 31.3975 54.7125 31.3529 55.2241 31.3529C60.0709 31.3529 64 35.3034 64 40.1765C64 45.0495 60.0709 49 55.2241 49H29.2162C25.7831 49 23 46.2018 23 42.75C23 39.2982 25.7831 36.5 29.2162 36.5Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M81.4771 56C81.0472 56 80.623 56.0243 80.2054 56.0701C80.2054 56.0467 80.2062 56.0234 80.2062 56C80.2062 43.2974 69.8883 33 57.1605 33C47.7236 33 39.6128 38.6618 36.0489 46.7668C35.145 46.6114 34.2159 46.5294 33.2676 46.5294C24.2832 46.5294 17 53.7982 17 62.7647C17 71.7312 24.2832 79 33.2676 79H81.4771C87.8411 79 93 73.8513 93 67.5C93 61.1487 87.8411 56 81.4771 56Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M58 60H73V64H58V60Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M73 66H58V74H52L65.4995 88L79 74H73V66Z",fill:t.palette.primary[800]})]})},carbonNeutrality:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("rect",{x:"58.7986",y:"33.3568",width:"1.12164",height:"42.8455",fill:t.palette.primary[500]}),p.jsx("rect",{x:"56.5554",y:"40.6187",width:"1.12164",height:"35.5836",fill:t.palette.primary[500]}),p.jsx("rect",{x:"54.3123",y:"47.8806",width:"1.12164",height:"28.3216",fill:t.palette.primary[500]}),p.jsx("rect",{x:"52.0688",y:"57.3212",width:"1.12164",height:"18.8811",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M39.745 65.0222C39.745 65.0222 39.1604 60.3917 45.4739 58.308C51.7874 56.2243 53.1904 57.324 53.1904 57.324L52.6058 59.1762C52.6058 59.1762 51.6121 63.8067 47.0523 64.4434C42.4925 65.0801 40.7388 64.154 39.745 65.0222Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M33.0034 43.496C33.0034 43.496 36.8158 37.8224 45.8985 41.4174C54.981 45.0123 55.4363 47.8829 55.4363 47.8829L53.05 49.0458C53.05 49.0458 47.4696 53.244 41.7474 49.6863C36.0254 46.1286 34.9543 43.4637 33.0034 43.496Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M46.1151 43.3525C50.181 46.3337 54.3213 48.428 54.3213 48.428L53.0447 49.0479C53.0447 49.0479 47.4376 53.1279 41.8085 49.7494C36.1795 46.3709 34.9191 43.4635 33 43.4943C33 43.4943 39.8024 38.7238 46.1151 43.3525Z",fill:t.palette.primary[700]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M67.4008 55.187C73.456 52.7904 75.9975 56.5728 75.9975 56.5728C75.3295 56.5617 74.8162 57.0251 73.9579 57.7999C73.1453 58.5334 72.0235 59.5462 70.1682 60.6997C66.3534 63.0714 62.6332 60.2727 62.6332 60.2727L62.1636 60.0438V76.2023H61.042V59.4998H61.0472L61.0423 59.4974C61.0423 59.4974 61.3458 57.5836 67.4008 55.187Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M40.4838 22.2086C40.4838 22.2086 43.9608 17.2252 52.1967 22.2298C60.493 27.2712 59.917 33.8846 59.917 33.8846L57.2658 34.1516C57.2658 34.1516 50.536 36.1446 46.453 30.9082C42.37 25.6719 42.322 22.8408 40.4838 22.2086Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M40.4739 22.2291C40.4739 22.2291 44.7063 19.9987 47.9823 23.7577C49.6586 25.6812 52.6243 27.1315 53.8987 28.2459C57.2093 31.1412 58.7982 33.9954 58.7982 33.9954C58.7982 33.9954 50.7858 36.4075 46.5816 31.2324C42.3775 26.0573 42.3285 22.9339 40.4739 22.2291Z",fill:t.palette.primary[700]}),p.jsx("path",{d:"M69.8839 80.9781C70.0508 80.9601 70.2203 80.9505 70.3921 80.9505C72.9352 80.9505 74.9968 82.9763 74.9968 85.4753C74.9968 87.9742 72.9352 90 70.3921 90H51.1269C51.1179 90 51.109 90 51.1 90H41.9199C39.836 90 38.1467 88.3353 38.1467 86.2817C38.1467 84.2282 39.836 82.5635 41.9199 82.5635C42.0607 82.5635 42.1996 82.5714 42.3363 82.5862L42.3361 82.5635C42.3361 78.4564 45.7147 75.127 49.8824 75.127C51.0267 75.127 52.1115 75.3781 53.0831 75.8273C54.7434 73.4559 57.5242 71.901 60.6748 71.901C65.761 71.901 69.8842 75.9526 69.8842 80.9505C69.8842 80.9597 69.8839 80.9689 69.8839 80.9781Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M78.9892 36.2257C78.9892 36.2257 75.1768 30.5521 66.0941 34.1471C57.0115 37.742 56.5563 40.6126 56.5563 40.6126L58.9426 41.7755C58.9426 41.7755 64.523 45.9737 70.2452 42.416C75.9672 38.8583 77.0383 36.1934 78.9892 36.2257Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M78.9999 36.2459C78.9999 36.2459 73.4379 32.3814 66.8998 37.0101C62.6887 39.9913 57.6743 41.1516 57.6743 41.1516C57.6743 41.1516 65.3581 46.5382 71.1882 43.1597C77.0182 39.7812 77.0123 36.2152 78.9999 36.2459Z",fill:t.palette.primary[700]})]})},chemicals:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M65.0308 45.1014H64.9367V22H47.0753V45.1014H46.9691L23.6038 81.2361C21.9939 83.7257 23.7919 87 26.769 87H47.0753H64.9367H85.231C88.208 87 90.0061 83.7257 88.3962 81.2361L65.0308 45.1014Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M65.9628 25H46.0372C44.9121 25 44 24.0799 44 22.9449V18.0551C44 16.9201 44.9121 16 46.0372 16H65.9628C67.0879 16 68 16.9201 68 18.0551V22.9449C68 24.0799 67.0879 25 65.9628 25Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M73 71C73 73.7614 70.7614 76 68 76C65.2386 76 63 73.7614 63 71C63 68.2385 65.2386 66 68 66C70.7614 66 73 68.2385 73 71Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M50 75C50 78.3137 47.3137 81 44 81C40.6863 81 38 78.3137 38 75C38 71.6863 40.6863 69 44 69C47.3137 69 50 71.6863 50 75Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M58 63.5001C58 64.8807 56.8807 66 55.4999 66C54.1193 66 53 64.8807 53 63.5001C53 62.1193 54.1193 61 55.4999 61C56.8807 61 58 62.1193 58 63.5001Z",fill:t.palette.primary[500]})]})},congratulations:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M79.4258 70.0742L41.9258 32.5742C41.6445 32.293 41.2461 32.1758 40.8594 32.2578C40.4727 32.3399 40.1562 32.6094 40.0039 32.9844L20.4102 83.6914C20.1406 84.3945 20 85.1328 20 85.8945C20 89.2695 22.7422 92 26.1055 92C26.8555 92 27.6055 91.8594 28.3086 91.5899L79.0156 71.9961C79.3906 71.8555 79.6602 71.5274 79.7422 71.1406C79.8242 70.7539 79.707 70.3555 79.4258 70.0742Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M79.4258 70.0742L41.9258 32.5742C41.6445 32.293 41.2461 32.1758 40.8594 32.2578C40.4727 32.3399 40.1562 32.6094 40.0039 32.9844L20.4102 83.6914C20.1406 84.3945 20 85.1328 20 85.8945C20 89.2695 22.7422 92 26.1055 92C26.8555 92 27.6055 91.8594 28.3086 91.5899L79.0156 71.9961C79.3906 71.8555 79.6602 71.5274 79.7422 71.1406C79.8242 70.7539 79.707 70.3555 79.4258 70.0742Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M78.7343 60.1133C76.3554 55.168 72.289 49.6954 67.2968 44.7032C62.3046 39.711 56.8319 35.6446 51.8866 33.2657C46.5312 30.6875 42.4062 30.4414 40.2616 32.586C38.1171 34.7188 38.3632 38.8555 40.9413 44.211C43.3202 49.1563 47.3866 54.6289 52.3788 59.6211C57.371 64.6133 62.8437 68.6797 67.789 71.0586C70.7304 72.4766 73.2968 73.1914 75.371 73.1914C77.0702 73.1914 78.4413 72.711 79.4023 71.75C81.5468 69.6172 81.3007 65.4805 78.7226 60.125L78.7343 60.1133Z",fill:t.palette.primary[400]}),p.jsx("path",{d:"M55.1563 45.125C54.9805 45.125 54.8047 45.0899 54.6289 44.9961C54.0547 44.7032 53.8203 44 54.1016 43.4258L55.1328 41.375C58.1328 35.3867 58.9766 28.4844 57.5234 21.9453C57.3828 21.3125 57.7812 20.6914 58.4141 20.5508C59.0469 20.4102 59.668 20.8086 59.8086 21.4414C61.3789 28.5078 60.4648 35.961 57.2305 42.4297L56.1992 44.4805C55.9883 44.8907 55.5781 45.125 55.1445 45.125H55.1563Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M46.9531 29.8906C46.3086 29.8906 45.7812 29.3633 45.7812 28.7188V26.2812C45.3945 26.3516 45.0078 26.375 44.6094 26.375C42.6758 26.375 41.0938 24.793 41.0938 22.8594C41.0938 20.9258 42.6758 19.3438 44.6094 19.3438C46.4141 19.3438 47.9023 20.7148 48.1016 22.4609C48.8398 21.6289 49.2969 20.5391 49.2969 19.3438V18.1719C49.2969 17.5273 49.8242 17 50.4688 17C51.1133 17 51.6406 17.5273 51.6406 18.1719V19.3438C51.6406 21.9453 50.2227 24.2188 48.125 25.4258V28.7188C48.125 29.3633 47.5977 29.8906 46.9531 29.8906ZM44.6094 21.6875C43.9648 21.6875 43.4375 22.2148 43.4375 22.8594C43.4375 23.5039 43.9648 24.0312 44.6094 24.0312C45.0195 24.0312 45.4062 23.9844 45.7812 23.8789V22.8594C45.7812 22.2148 45.2539 21.6875 44.6094 21.6875Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M68.0468 58.0157C67.6132 58.0157 67.203 57.7813 66.9921 57.3711C66.6991 56.7969 66.9335 56.0938 67.5194 55.8008L69.5702 54.7696C76.039 51.5352 83.4921 50.6211 90.5585 52.1915C91.1913 52.3321 91.5898 52.9532 91.4491 53.586C91.3085 54.2188 90.6874 54.6172 90.0546 54.4766C83.5155 53.0235 76.6132 53.8672 70.6249 56.8672L68.5741 57.8985C68.4101 57.9805 68.2226 58.0274 68.0468 58.0274V58.0157Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M89.1406 70.9062C87.207 70.9062 85.625 69.3242 85.625 67.3906C85.625 66.9922 85.6602 66.6055 85.7188 66.2188H83.2812C82.6367 66.2188 82.1094 65.6914 82.1094 65.0469C82.1094 64.4023 82.6367 63.875 83.2812 63.875H86.5742C87.793 61.7773 90.0664 60.3594 92.6562 60.3594H93.8281C94.4727 60.3594 95 60.8867 95 61.5312C95 62.1758 94.4727 62.7031 93.8281 62.7031H92.6562C91.4609 62.7031 90.3594 63.1602 89.5391 63.8984C91.2969 64.0977 92.6562 65.5859 92.6562 67.3906C92.6562 69.3242 91.0742 70.9062 89.1406 70.9062ZM88.1211 66.2188C88.0273 66.5938 87.9688 66.9805 87.9688 67.3906C87.9688 68.0352 88.4961 68.5625 89.1406 68.5625C89.7852 68.5625 90.3125 68.0352 90.3125 67.3906C90.3125 66.7461 89.7852 66.2188 89.1406 66.2188H88.1211Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M62.1875 50.9844C61.8828 50.9844 61.5898 50.8672 61.3555 50.6445C60.8984 50.1875 60.8984 49.4492 61.3555 48.9922L78.3477 32C78.8047 31.543 79.543 31.543 80 32C80.457 32.457 80.457 33.1953 80 33.6523L63.0078 50.6445C62.7734 50.8789 62.4805 50.9844 62.1758 50.9844H62.1875Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M54.9219 80.75C44.0586 76.0156 35.5859 49.7656 35.2344 48.6406L34.6602 46.8242L29.1055 61.1914L29.375 63.8867C29.4336 64.4727 30.7578 76.625 39.6172 87.2305L55.6602 81.0312C55.4141 80.9492 55.168 80.8555 54.9219 80.75Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M33.5469 34.7773L33.1133 34.4844C31.3437 33.3008 29.9961 31.543 29.3164 29.5156C29.1523 29.0352 28.707 28.7188 28.2031 28.7188C27.6992 28.7188 27.2539 29.0469 27.0898 29.5156C26.4219 31.5313 25.0742 33.3008 23.293 34.4844L22.8594 34.7773C22.5313 35 22.3438 35.3633 22.3438 35.75C22.3438 36.1367 22.543 36.5117 22.8594 36.7227L23.293 37.0156C25.0625 38.1992 26.4102 39.957 27.0898 41.9844C27.2539 42.4648 27.6992 42.7812 28.2031 42.7812C28.707 42.7812 29.1523 42.4531 29.3164 41.9844C29.9844 39.9688 31.332 38.1992 33.1133 37.0156L33.5469 36.7227C33.875 36.5 34.0625 36.1367 34.0625 35.75C34.0625 35.3633 33.8633 34.9883 33.5469 34.7773Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M82.5974 15.3745L77.6255 10.4027C77.1679 9.94503 76.4259 9.94503 75.9682 10.4027L70.9964 15.3745C70.5387 15.8322 70.5387 16.5742 70.9964 17.0318L75.9682 22.0036C76.4259 22.4613 77.1679 22.4613 77.6255 22.0036L82.5974 17.0318C83.055 16.5742 83.055 15.8322 82.5974 15.3745Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M66.875 33.4063C66.6641 33.4063 66.4649 33.3477 66.2774 33.2422C65.7266 32.9141 65.5391 32.1875 65.8789 31.6368L69.3946 25.7774C69.7227 25.2266 70.4493 25.0391 71 25.3789C71.5508 25.7071 71.7383 26.4336 71.3985 26.9844L67.8829 32.8438C67.6602 33.2071 67.2735 33.418 66.875 33.418V33.4063Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M79.7656 46.2969C79.3671 46.2969 78.9804 46.0977 78.7578 45.7227C78.4296 45.1719 78.6054 44.4453 79.1562 44.1172L85.0156 40.6016C85.5664 40.2735 86.2929 40.4492 86.6211 41C86.9492 41.5508 86.7734 42.2774 86.2226 42.6055L80.3632 46.1211C80.1757 46.2383 79.9648 46.2852 79.7656 46.2852V46.2969Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M70.2031 93.0586L69.7695 92.7656C68 91.582 66.6523 89.8242 65.9727 87.7969C65.8086 87.3164 65.3633 87 64.8594 87C64.3555 87 63.9102 87.3281 63.7461 87.7969C63.0781 89.8125 61.7305 91.582 59.9492 92.7656L59.5156 93.0586C59.1875 93.2812 59 93.6445 59 94.0312C59 94.418 59.1992 94.793 59.5156 95.0039L59.9492 95.2969C61.7188 96.4805 63.0664 98.2383 63.7461 100.266C63.9102 100.746 64.3555 101.062 64.8594 101.062C65.3633 101.062 65.8086 100.734 65.9727 100.266C66.6406 98.25 67.9883 96.4805 69.7695 95.2969L70.2031 95.0039C70.5313 94.7813 70.7188 94.418 70.7188 94.0312C70.7188 93.6445 70.5195 93.2695 70.2031 93.0586Z",fill:t.palette.primary[800]})]})},contactSupport:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[p.jsxs("g",{"clip-path":"url(#clip0_9570_134)",children:[e.backgroundShape,p.jsx("path",{d:"M3 49C3 40.7157 9.71573 34 18 34H105C106.105 34 107 34.8954 107 36V48C107 56.8366 99.8366 64 91 64H18C9.71573 64 3 57.2843 3 49Z",fill:t.palette.primary[500]}),p.jsx("rect",{x:"11.5",y:"40.5",width:"17",height:"17",rx:"8.5",stroke:"white"}),p.jsx("path",{d:"M19.5315 51.1277C19.5349 50.5107 19.6032 50.0325 19.7364 49.6929C19.8696 49.3534 20.1328 48.9773 20.526 48.5648C20.8498 48.2218 21.0955 47.8995 21.2631 47.598C21.4306 47.2965 21.5144 46.9657 21.5144 46.6057C21.5144 46.1264 21.3771 45.7282 21.1023 45.4114C20.8276 45.0945 20.4491 44.9361 19.9669 44.9361C19.5387 44.9361 19.2044 45.0664 18.9639 45.3269C18.7234 45.5874 18.5377 45.8825 18.4067 46.2123L17.6211 45.7939C17.8162 45.2602 18.1097 44.8198 18.5016 44.4727C18.8936 44.1255 19.382 43.952 19.9669 43.952C20.7431 43.952 21.3415 44.2104 21.762 44.7273C22.1825 45.2442 22.3927 45.8584 22.3927 46.5698C22.3927 47.0181 22.3107 47.4242 22.1467 47.7883C21.9827 48.1524 21.7333 48.5193 21.3983 48.889C20.9699 49.3534 20.7054 49.7206 20.6049 49.9907C20.5044 50.2609 20.4525 50.6398 20.4491 51.1277H19.5315ZM19.9669 54.5417C19.7806 54.5417 19.6207 54.4627 19.4871 54.3048C19.3534 54.1469 19.2866 53.9579 19.2866 53.7377C19.2866 53.5176 19.3534 53.3286 19.4871 53.1707C19.6207 53.0128 19.7806 52.9338 19.9669 52.9338C20.1531 52.9338 20.3131 53.0128 20.4467 53.1707C20.5803 53.3286 20.6471 53.5176 20.6471 53.7377C20.6471 53.9579 20.5803 54.1469 20.4467 54.3048C20.3131 54.4627 20.1531 54.5417 19.9669 54.5417Z",fill:"white"}),p.jsx("path",{d:"M33.0045 53L36.7845 44.6H38.3205L42.1125 53H40.4805L37.2285 45.428H37.8525L34.6125 53H33.0045ZM34.7445 51.056L35.1645 49.832H39.7005L40.1205 51.056H34.7445ZM44.9581 53.084C44.4221 53.084 43.9061 53.016 43.4101 52.88C42.9221 52.736 42.5341 52.564 42.2461 52.364L42.8221 51.224C43.1101 51.408 43.4541 51.56 43.8541 51.68C44.2541 51.8 44.6541 51.86 45.0541 51.86C45.5261 51.86 45.8661 51.796 46.0741 51.668C46.2901 51.54 46.3981 51.368 46.3981 51.152C46.3981 50.976 46.3261 50.844 46.1821 50.756C46.0381 50.66 45.8501 50.588 45.6181 50.54C45.3861 50.492 45.1261 50.448 44.8381 50.408C44.5581 50.368 44.2741 50.316 43.9861 50.252C43.7061 50.18 43.4501 50.08 43.2181 49.952C42.9861 49.816 42.7981 49.636 42.6541 49.412C42.5101 49.188 42.4381 48.892 42.4381 48.524C42.4381 48.116 42.5541 47.764 42.7861 47.468C43.0181 47.164 43.3421 46.932 43.7581 46.772C44.1821 46.604 44.6821 46.52 45.2581 46.52C45.6901 46.52 46.1261 46.568 46.5661 46.664C47.0061 46.76 47.3701 46.896 47.6581 47.072L47.0821 48.212C46.7781 48.028 46.4701 47.904 46.1581 47.84C45.8541 47.768 45.5501 47.732 45.2461 47.732C44.7901 47.732 44.4501 47.8 44.2261 47.936C44.0101 48.072 43.9021 48.244 43.9021 48.452C43.9021 48.644 43.9741 48.788 44.1181 48.884C44.2621 48.98 44.4501 49.056 44.6821 49.112C44.9141 49.168 45.1701 49.216 45.4501 49.256C45.7381 49.288 46.0221 49.34 46.3021 49.412C46.5821 49.484 46.8381 49.584 47.0701 49.712C47.3101 49.832 47.5021 50.004 47.6461 50.228C47.7901 50.452 47.8621 50.744 47.8621 51.104C47.8621 51.504 47.7421 51.852 47.5021 52.148C47.2701 52.444 46.9381 52.676 46.5061 52.844C46.0741 53.004 45.5581 53.084 44.9581 53.084ZM51.1339 53.084C50.5979 53.084 50.0819 53.016 49.5859 52.88C49.0979 52.736 48.7099 52.564 48.4219 52.364L48.9979 51.224C49.2859 51.408 49.6299 51.56 50.0299 51.68C50.4299 51.8 50.8299 51.86 51.2299 51.86C51.7019 51.86 52.0419 51.796 52.2499 51.668C52.4659 51.54 52.5739 51.368 52.5739 51.152C52.5739 50.976 52.5019 50.844 52.3579 50.756C52.2139 50.66 52.0259 50.588 51.7939 50.54C51.5619 50.492 51.3019 50.448 51.0139 50.408C50.7339 50.368 50.4499 50.316 50.1619 50.252C49.8819 50.18 49.6259 50.08 49.3939 49.952C49.1619 49.816 48.9739 49.636 48.8299 49.412C48.6859 49.188 48.6139 48.892 48.6139 48.524C48.6139 48.116 48.7299 47.764 48.9619 47.468C49.1939 47.164 49.5179 46.932 49.9339 46.772C50.3579 46.604 50.8579 46.52 51.4339 46.52C51.8659 46.52 52.3019 46.568 52.7419 46.664C53.1819 46.76 53.5459 46.896 53.8339 47.072L53.2579 48.212C52.9539 48.028 52.6459 47.904 52.3339 47.84C52.0299 47.768 51.7259 47.732 51.4219 47.732C50.9659 47.732 50.6259 47.8 50.4019 47.936C50.1859 48.072 50.0779 48.244 50.0779 48.452C50.0779 48.644 50.1499 48.788 50.2939 48.884C50.4379 48.98 50.6259 49.056 50.8579 49.112C51.0899 49.168 51.3459 49.216 51.6259 49.256C51.9139 49.288 52.1979 49.34 52.4779 49.412C52.7579 49.484 53.0139 49.584 53.2459 49.712C53.4859 49.832 53.6779 50.004 53.8219 50.228C53.9659 50.452 54.0379 50.744 54.0379 51.104C54.0379 51.504 53.9179 51.852 53.6779 52.148C53.4459 52.444 53.1139 52.676 52.6819 52.844C52.2499 53.004 51.7339 53.084 51.1339 53.084ZM55.3297 53V46.592H56.8297V53H55.3297ZM56.0857 45.536C55.8057 45.536 55.5737 45.448 55.3897 45.272C55.2137 45.096 55.1257 44.884 55.1257 44.636C55.1257 44.38 55.2137 44.168 55.3897 44C55.5737 43.824 55.8057 43.736 56.0857 43.736C56.3657 43.736 56.5937 43.82 56.7697 43.988C56.9537 44.148 57.0457 44.352 57.0457 44.6C57.0457 44.864 56.9577 45.088 56.7817 45.272C56.6057 45.448 56.3737 45.536 56.0857 45.536ZM60.7785 53.084C60.2425 53.084 59.7265 53.016 59.2305 52.88C58.7425 52.736 58.3545 52.564 58.0665 52.364L58.6425 51.224C58.9305 51.408 59.2745 51.56 59.6745 51.68C60.0745 51.8 60.4745 51.86 60.8745 51.86C61.3465 51.86 61.6865 51.796 61.8945 51.668C62.1105 51.54 62.2185 51.368 62.2185 51.152C62.2185 50.976 62.1465 50.844 62.0025 50.756C61.8585 50.66 61.6705 50.588 61.4385 50.54C61.2065 50.492 60.9465 50.448 60.6585 50.408C60.3785 50.368 60.0945 50.316 59.8065 50.252C59.5265 50.18 59.2705 50.08 59.0385 49.952C58.8065 49.816 58.6185 49.636 58.4745 49.412C58.3305 49.188 58.2585 48.892 58.2585 48.524C58.2585 48.116 58.3745 47.764 58.6065 47.468C58.8385 47.164 59.1625 46.932 59.5785 46.772C60.0025 46.604 60.5025 46.52 61.0785 46.52C61.5105 46.52 61.9465 46.568 62.3865 46.664C62.8265 46.76 63.1905 46.896 63.4785 47.072L62.9025 48.212C62.5985 48.028 62.2905 47.904 61.9785 47.84C61.6745 47.768 61.3705 47.732 61.0665 47.732C60.6105 47.732 60.2705 47.8 60.0465 47.936C59.8305 48.072 59.7225 48.244 59.7225 48.452C59.7225 48.644 59.7945 48.788 59.9385 48.884C60.0825 48.98 60.2705 49.056 60.5025 49.112C60.7345 49.168 60.9905 49.216 61.2705 49.256C61.5585 49.288 61.8425 49.34 62.1225 49.412C62.4025 49.484 62.6585 49.584 62.8905 49.712C63.1305 49.832 63.3225 50.004 63.4665 50.228C63.6105 50.452 63.6825 50.744 63.6825 51.104C63.6825 51.504 63.5625 51.852 63.3225 52.148C63.0905 52.444 62.7585 52.676 62.3265 52.844C61.8945 53.004 61.3785 53.084 60.7785 53.084ZM67.3862 53.084C66.6822 53.084 66.1382 52.904 65.7542 52.544C65.3702 52.176 65.1782 51.636 65.1782 50.924V45.176H66.6782V50.888C66.6782 51.192 66.7542 51.428 66.9062 51.596C67.0662 51.764 67.2862 51.848 67.5662 51.848C67.9022 51.848 68.1822 51.76 68.4062 51.584L68.8262 52.652C68.6502 52.796 68.4342 52.904 68.1782 52.976C67.9222 53.048 67.6582 53.084 67.3862 53.084ZM64.1222 47.84V46.64H68.3942V47.84H64.1222ZM74.0082 53V51.704L73.9242 51.428V49.16C73.9242 48.72 73.7922 48.38 73.5282 48.14C73.2642 47.892 72.8642 47.768 72.3282 47.768C71.9682 47.768 71.6122 47.824 71.2602 47.936C70.9162 48.048 70.6242 48.204 70.3842 48.404L69.7962 47.312C70.1402 47.048 70.5482 46.852 71.0202 46.724C71.5002 46.588 71.9962 46.52 72.5082 46.52C73.4362 46.52 74.1522 46.744 74.6562 47.192C75.1682 47.632 75.4242 48.316 75.4242 49.244V53H74.0082ZM71.9922 53.084C71.5122 53.084 71.0922 53.004 70.7322 52.844C70.3722 52.676 70.0922 52.448 69.8922 52.16C69.7002 51.864 69.6042 51.532 69.6042 51.164C69.6042 50.804 69.6882 50.48 69.8562 50.192C70.0322 49.904 70.3162 49.676 70.7082 49.508C71.1002 49.34 71.6202 49.256 72.2682 49.256H74.1282V50.252H72.3762C71.8642 50.252 71.5202 50.336 71.3442 50.504C71.1682 50.664 71.0802 50.864 71.0802 51.104C71.0802 51.376 71.1882 51.592 71.4042 51.752C71.6202 51.912 71.9202 51.992 72.3042 51.992C72.6722 51.992 73.0002 51.908 73.2882 51.74C73.5842 51.572 73.7962 51.324 73.9242 50.996L74.1762 51.896C74.0322 52.272 73.7722 52.564 73.3962 52.772C73.0282 52.98 72.5602 53.084 71.9922 53.084ZM80.9852 46.52C81.4972 46.52 81.9532 46.62 82.3532 46.82C82.7612 47.02 83.0812 47.328 83.3132 47.744C83.5452 48.152 83.6612 48.68 83.6612 49.328V53H82.1612V49.52C82.1612 48.952 82.0252 48.528 81.7532 48.248C81.4892 47.968 81.1172 47.828 80.6372 47.828C80.2852 47.828 79.9732 47.9 79.7012 48.044C79.4292 48.188 79.2172 48.404 79.0652 48.692C78.9212 48.972 78.8492 49.328 78.8492 49.76V53H77.3492V46.592H78.7772V48.32L78.5252 47.792C78.7492 47.384 79.0732 47.072 79.4972 46.856C79.9292 46.632 80.4252 46.52 80.9852 46.52ZM88.5158 53.084C87.8438 53.084 87.2438 52.944 86.7158 52.664C86.1958 52.376 85.7878 51.984 85.4918 51.488C85.1958 50.992 85.0478 50.428 85.0478 49.796C85.0478 49.156 85.1958 48.592 85.4918 48.104C85.7878 47.608 86.1958 47.22 86.7158 46.94C87.2438 46.66 87.8438 46.52 88.5158 46.52C89.1398 46.52 89.6878 46.648 90.1598 46.904C90.6398 47.152 91.0038 47.52 91.2518 48.008L90.0998 48.68C89.9078 48.376 89.6718 48.152 89.3918 48.008C89.1198 47.864 88.8238 47.792 88.5038 47.792C88.1358 47.792 87.8038 47.872 87.5078 48.032C87.2118 48.192 86.9798 48.424 86.8118 48.728C86.6438 49.024 86.5598 49.38 86.5598 49.796C86.5598 50.212 86.6438 50.572 86.8118 50.876C86.9798 51.172 87.2118 51.4 87.5078 51.56C87.8038 51.72 88.1358 51.8 88.5038 51.8C88.8238 51.8 89.1198 51.728 89.3918 51.584C89.6718 51.44 89.9078 51.216 90.0998 50.912L91.2518 51.584C91.0038 52.064 90.6398 52.436 90.1598 52.7C89.6878 52.956 89.1398 53.084 88.5158 53.084ZM95.4667 53.084C94.7547 53.084 94.1307 52.944 93.5947 52.664C93.0667 52.376 92.6547 51.984 92.3587 51.488C92.0707 50.992 91.9267 50.428 91.9267 49.796C91.9267 49.156 92.0667 48.592 92.3467 48.104C92.6347 47.608 93.0267 47.22 93.5227 46.94C94.0267 46.66 94.5987 46.52 95.2387 46.52C95.8627 46.52 96.4187 46.656 96.9067 46.928C97.3947 47.2 97.7787 47.584 98.0587 48.08C98.3387 48.576 98.4787 49.16 98.4787 49.832C98.4787 49.896 98.4747 49.968 98.4667 50.048C98.4667 50.128 98.4627 50.204 98.4547 50.276H93.1147V49.28H97.6627L97.0747 49.592C97.0827 49.224 97.0067 48.9 96.8467 48.62C96.6867 48.34 96.4667 48.12 96.1867 47.96C95.9147 47.8 95.5987 47.72 95.2387 47.72C94.8707 47.72 94.5467 47.8 94.2667 47.96C93.9947 48.12 93.7787 48.344 93.6187 48.632C93.4667 48.912 93.3907 49.244 93.3907 49.628V49.868C93.3907 50.252 93.4787 50.592 93.6547 50.888C93.8307 51.184 94.0787 51.412 94.3987 51.572C94.7187 51.732 95.0867 51.812 95.5027 51.812C95.8627 51.812 96.1867 51.756 96.4747 51.644C96.7627 51.532 97.0187 51.356 97.2427 51.116L98.0467 52.04C97.7587 52.376 97.3947 52.636 96.9547 52.82C96.5227 52.996 96.0267 53.084 95.4667 53.084Z",fill:"white"}),p.jsx("path",{d:"M50.4853 73.9182C51.3963 72.0223 53.6686 71.2249 55.5646 72.1359C56.4975 72.5842 57.1823 73.3947 57.4805 74.3159C57.8233 75.2215 57.7952 76.2822 57.3469 77.2152L56.5227 78.9306C56.9709 77.9977 57.7815 77.3129 58.7027 77.0146C59.6083 76.6718 60.669 76.6999 61.602 77.1482C62.5349 77.5965 63.2197 78.4071 63.5179 79.3283C63.8607 80.2338 63.8326 81.2946 63.3843 82.2275L62.5601 83.9429C63.0084 83.01 63.8189 82.3252 64.7401 82.027C65.6457 81.6842 66.7064 81.7123 67.6394 82.1605C69.5354 83.0715 70.3327 85.3439 69.4217 87.2398L63.6522 99.2477C60.7023 105.387 53.2303 107.909 46.9405 104.887L38.2731 100.722C34.0297 98.6834 30.7333 95.1362 29.0072 90.7878C28.2615 88.9478 27.5157 87.1078 27.0213 86.0552C23.9186 79.6378 20.3924 75.7209 18.623 74.3151C20.7565 71.3396 24.1001 71.2422 26.3873 72.3411C26.9591 72.6159 27.5477 73.0098 28.0629 73.4796C30.1547 75.4478 30.2243 76.0739 31.962 78.3165C34.2641 81.3118 38.8264 80.8368 40.417 77.5264L51.9417 53.5407C52.8527 51.6447 55.125 50.8474 57.021 51.7583C57.9539 52.2066 58.6387 53.0172 58.937 53.9384C59.2797 54.8439 59.2516 55.9047 58.8034 56.8376L50.5756 73.9616L50.4853 73.9182Z",fill:t.palette.primary[700]})]}),p.jsx("defs",{children:p.jsx("clipPath",{id:"clip0_9570_134",children:p.jsx("rect",{width:"112",height:"112",fill:"white"})})})]})},communities:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsxs("g",{"clip-path":"url(#clip0_9177_567)",children:[p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M18.7266 24.1094C43.1016 28.7305 67.9844 28.6289 93.375 24.1094C94.1875 23.9571 94.8984 24.7188 94.8984 25.5313V80.7813C94.8984 81.543 94.1875 82 93.375 82.2032C68.4922 88.6016 43.6094 89.0079 18.7266 82.2032C17.9141 82 17.2031 81.5938 17.2031 80.7813V25.5313C17.2031 24.7696 17.9141 23.9571 18.7266 24.1094Z",fill:"#B18651"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M27.918 53.7657C27.9688 51.4297 28.2734 49.9063 28.5781 48.5352C28.8828 47.1641 29.1367 45.9453 29.1367 44.2188C29.1367 42.4922 26.0898 40.7149 22.6367 38.6836C20.707 37.5157 18.625 36.2969 17.1523 35.2813V39.1407C18.3711 39.9532 19.7422 40.7149 21.0117 41.4766C23.6016 43 25.8867 44.1172 25.8867 44.2188C25.8867 45.6407 25.6328 46.6563 25.3789 47.8242C25.0234 49.3477 24.668 51.0235 24.6172 53.7149C24.6172 54.6797 24.4141 55.1367 24.3125 55.3907C23.9062 56.4063 23.7031 56.8633 24.7695 57.7266C25.125 58.0313 25.4805 58.1328 26.1406 58.336C27.0039 58.5899 28.6289 59.0977 31.5742 60.3672C30.4062 61.1797 29.3906 62.043 28.6289 63.1094C27.3594 64.9883 26.9531 67.1719 28.2227 70.0156C30.5586 75.3477 30.5078 75.4492 30.1523 75.8047C29.2891 76.7696 27.8672 78.293 27.4609 84.2344L30.6602 84.8438V84.5899C30.9648 79.6133 31.9297 78.5977 32.4883 77.9375C33.9609 76.3633 34.3672 75.9571 31.168 68.6446C30.457 67.0196 30.6094 65.8516 31.2695 64.8867C32.0312 63.7696 33.4531 62.8555 35.0781 61.8906C38.0234 63.211 40.4102 63.8711 44.0664 61.5352C44.7773 61.0781 45.1836 61.1797 45.3867 61.5352C46.4531 63.1602 46.6055 66.9688 46.707 68.9492V69.5078C46.7578 70.7266 47.5195 72.4024 48.4844 73.7227C49.4492 74.9922 50.7695 75.9571 52.0391 76.0078C53.0547 76.0586 54.375 75.6016 55.8984 74.8906C57.0664 74.3321 58.3867 73.6719 59.6562 73.0117C61.0781 72.25 62.4492 71.5391 63.5156 71.0821C63.7695 70.9805 63.9219 70.9297 64.0234 70.8789C65.8008 70.0664 68.4922 68.5938 70.5234 66.7149C72.8594 64.5821 74.3828 61.9414 73.2148 59.0977C73.1641 58.9453 73.1641 58.9961 73.1641 58.9453C72.25 56.9141 71.793 55.6446 71.5898 54.7813C72.3516 54.8828 73.1133 54.9844 73.8242 54.9844C75.5 55.0352 77.1758 54.6797 79.1562 53.8672C80.375 53.3594 81.2891 54.6289 82.3047 56.1016C83.9805 58.4375 85.8594 61.0781 89.7695 60.9766C91.6992 60.9258 93.3242 61.4844 94.8477 62.3477V58.6914C93.375 58.0313 91.6992 57.6758 89.7188 57.7266C87.4844 57.7774 86.1641 55.8985 84.9453 54.2227C83.1172 51.6836 81.4922 49.3985 77.9375 50.8711C76.3633 51.5313 75.1445 51.7344 73.875 51.7344C72.8086 51.7344 71.6406 51.5313 70.2695 51.2266C69.6602 50.4649 68.5938 49.5 66.5117 47.5196L66.1562 47.1641L65.4453 46.5039C64.2773 45.3867 63.668 44.168 63.5664 42.8985C63.5156 41.5274 64.0234 40.0547 65.1406 38.6328C65.1914 38.5821 65.6484 38.6836 66.7148 38.3282C68.1367 37.8711 69.9648 37.4141 71.6914 37.211C73.1641 37.0586 74.5352 37.1094 75.1953 37.6172C75.3477 37.7188 75.4492 37.8711 75.5 38.0742C76.4141 40.918 78.2422 43.2032 80.5781 44.5742C82.8633 45.9453 85.6562 46.4024 88.5 45.6407C89.9219 45.2852 90.3281 45.1328 90.6836 45.0313C92.3594 44.5742 93.5273 44.2696 94.7969 44.0157V40.7149C93.1719 41.0196 91.8516 41.375 89.8203 41.9336C88.9062 42.1875 87.8906 42.4414 87.6367 42.543C85.707 43.0508 83.7773 42.7461 82.2031 41.7813C80.5273 40.8164 79.2578 39.1407 78.5977 37.1094C78.3438 36.2461 77.8359 35.5352 77.125 35.0274C75.7031 33.961 73.5195 33.7578 71.3359 33.961C69.3555 34.1641 67.2734 34.7227 65.6992 35.1797C63.9727 35.7383 62.6016 36.5 62.5 36.6016C60.9258 38.6328 60.1641 40.8164 60.2656 42.9492C60.3672 45.0821 61.2812 47.0625 63.1602 48.7891L63.8711 49.4492L64.2266 49.8047C66.7656 52.1914 67.6289 53.0039 67.9336 53.461C67.9844 53.5625 68.0352 53.7657 68.0859 54.0703C68.2383 55.0352 68.543 56.5586 70.168 60.2149C70.2188 60.3164 70.168 60.2149 70.2188 60.2656C70.7266 61.4844 69.7617 62.9063 68.3398 64.2266C66.6133 65.8008 64.2266 67.1211 62.7031 67.8321C62.4492 67.9336 62.3477 67.9844 62.2969 68.0352C61.0781 68.543 59.6562 69.3047 58.1836 70.0664C57.4219 70.4727 56.6602 70.8789 55.9492 71.2344C54.2734 72.0977 52.8516 72.7071 52.1914 72.7071C51.9883 72.7071 51.5312 72.25 51.0742 71.6914C50.4648 70.8789 49.957 69.9141 49.957 69.3047V68.7461C49.8555 66.5117 49.6523 62.043 48.1289 59.7071C46.8594 57.7774 45.0312 57.0157 42.3398 58.7422C39.75 60.418 37.9219 59.5547 35.332 58.336C34.875 58.1328 34.418 57.8789 33.9609 57.7266C30.8125 56.3047 28.8828 55.6446 27.7656 55.2891C27.8672 54.8321 27.918 54.3242 27.918 53.6133V53.7657Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M68.0352 53.7149C67.7812 53.2579 66.8672 52.3946 64.3281 50.0586L63.9727 49.7032L63.2617 49.043C61.4336 47.3165 60.4688 45.336 60.3672 43.2032C60.2656 41.0704 61.0273 38.8868 62.6016 36.8555C62.7031 36.7032 64.0742 35.9414 65.8008 35.4336C67.375 34.9258 69.4062 34.418 71.4375 34.2149C73.6719 33.961 75.8047 34.1641 77.2266 35.2813C77.8867 35.7891 78.3945 36.4493 78.6992 37.3633C79.3594 39.4454 80.6797 41.0704 82.3047 42.0352C83.8789 42.9493 85.8086 43.3047 87.7383 42.7969C87.9922 42.7461 89.0078 42.4415 89.9219 42.1875C91.9531 41.629 93.2227 41.2735 94.8984 40.9688V25.5313C94.8984 24.7696 94.1875 24.0079 93.375 24.1094C67.9844 28.6289 43.1016 28.7305 18.7266 24.1094C17.9141 23.9571 17.2031 24.7188 17.2031 25.5313V35.2813C18.6758 36.3477 20.7578 37.5664 22.6875 38.6836C26.1406 40.7149 29.1875 42.543 29.1875 44.2188C29.1875 45.9454 28.9336 47.1641 28.6289 48.5352C28.3242 49.9063 27.9688 51.4297 27.9688 53.7657C27.9688 54.4766 27.8672 54.9844 27.8164 55.4415C28.9336 55.7969 30.8633 56.4571 34.0117 57.879L35.3828 58.4883C37.9727 59.7071 39.8516 60.5704 42.3906 58.8946C45.082 57.1172 46.9609 57.879 48.1797 59.8594C49.7031 62.1954 49.9062 66.6641 50.0078 68.8985V69.4571C50.0586 70.0665 50.5156 71.0313 51.125 71.8438C51.582 72.4024 51.9883 72.8594 52.2422 72.8594C52.9023 72.8594 54.3242 72.25 56 71.3868C56.7109 71.0313 57.4727 70.625 58.2344 70.2188C59.707 69.4571 61.1289 68.6954 62.3477 68.1875C62.3984 68.1875 62.5508 68.086 62.7539 67.9844C64.3281 67.2735 66.6641 65.9532 68.3906 64.379C69.8125 63.1094 70.7773 61.6368 70.2695 60.418C70.2188 60.3672 70.2695 60.4688 70.2188 60.3672C68.5938 56.711 68.2891 55.1875 68.1367 54.2227C68.0859 53.918 68.0352 53.7657 67.9844 53.6133L68.0352 53.7149Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M28.2734 70.0664C27.0547 67.2227 27.4102 65.0391 28.6797 63.1602C29.3906 62.0938 30.4062 61.2305 31.625 60.418C28.6797 59.1484 27.0547 58.6406 26.1914 58.3867C25.5312 58.1836 25.1758 58.082 24.8203 57.7773C23.7539 56.9141 23.957 56.457 24.3633 55.4414C24.4648 55.1875 24.668 54.7305 24.668 53.7656C24.7188 51.0742 25.0742 49.3984 25.4297 47.875C25.6836 46.707 25.9375 45.6914 25.9375 44.2695C25.9375 44.1172 23.6523 43.0508 21.0625 41.5273C19.793 40.7656 18.4727 40.0039 17.2031 39.1914V80.832C17.2031 81.5938 17.9141 82 18.7266 82.2539C21.6719 83.0664 24.5664 83.7773 27.5117 84.3867C27.918 78.4453 29.3398 76.9219 30.2031 75.957C30.5078 75.6016 30.6094 75.5 28.2734 70.168V70.0664Z",fill:"#9B6B3C"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M52.1406 76.1602C50.8203 76.1094 49.5508 75.1445 48.5859 73.875C47.6211 72.6055 46.8594 70.8789 46.8086 69.6602V69.1016C46.707 67.1719 46.5547 63.3125 45.4883 61.6875C45.2344 61.332 44.8281 61.2305 44.168 61.6875C40.5625 64.0235 38.1758 63.3633 35.1797 62.043C33.5547 62.957 32.1836 63.9219 31.3711 65.0391C30.7109 66.0039 30.5586 67.1719 31.2695 68.7969C34.4688 76.0586 34.0625 76.5156 32.5898 78.0899C31.9805 78.75 31.0664 79.7656 30.7617 84.7422V84.9961C51.6328 88.8047 72.5039 87.6367 93.375 82.2539C94.1875 82.0508 94.8984 81.6445 94.8984 80.832V62.6016C93.375 61.7383 91.8008 61.1797 89.8203 61.2305C85.9102 61.332 84.0312 58.6914 82.3555 56.3555C81.3398 54.8828 80.4258 53.6133 79.207 54.1211C77.2266 54.9336 75.5508 55.2383 73.875 55.2383C73.1133 55.2383 72.4023 55.1367 71.6406 55.0352C71.8945 55.8985 72.3008 57.168 73.2148 59.1992C73.2148 59.25 73.2148 59.1992 73.2656 59.3516C74.4844 62.1953 72.9102 64.836 70.5742 66.9688C68.543 68.7969 65.8516 70.3203 64.0742 71.1328C63.9727 71.1836 63.8203 71.2344 63.5664 71.336C62.5 71.793 61.1289 72.5039 59.707 73.2656C58.4375 73.9258 57.168 74.586 55.9492 75.1445C54.4258 75.8047 53.1055 76.3125 52.0898 76.2617L52.1406 76.1602Z",fill:t.palette.primary[100]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M94.8985 58.8438V44.2188C93.6289 44.4727 92.461 44.7773 90.7852 45.2344C90.4297 45.3359 89.9727 45.4375 88.6016 45.8438C85.7579 46.6055 82.9649 46.0977 80.6797 44.7773C78.3438 43.4063 76.5157 41.1211 75.6016 38.2773C75.5508 38.0742 75.4493 37.9219 75.2969 37.8203C74.6368 37.3125 73.2657 37.2617 71.793 37.4141C70.0664 37.6172 68.2383 38.0742 66.8164 38.5313C65.6993 38.8867 65.293 38.7852 65.2422 38.8359C64.125 40.2578 63.6172 41.7305 63.668 43.1016C63.7188 44.3711 64.3282 45.5898 65.5469 46.707L66.2579 47.3672L66.6133 47.7227C68.6954 49.6523 69.7618 50.668 70.3711 51.4297C71.7422 51.7344 72.9102 51.9375 73.9766 51.9375C75.2461 51.9375 76.5157 51.7344 78.0391 51.0742C81.5938 49.6016 83.2188 51.8867 85.0469 54.4258C86.2657 56.1016 87.586 57.9805 89.8204 57.9297C91.8008 57.8789 93.4766 58.2344 94.9493 58.8945L94.8985 58.8438Z",fill:t.palette.primary[300]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M30 31.0664C28.6289 31.0664 27.5625 32.1328 27.5625 33.5039L30 38.9883L32.4375 33.5039C32.4375 32.1328 31.3711 31.0664 30 31.0664Z",fill:"#3C2517"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M47.5195 41.7305C46.1484 41.7305 45.082 42.7969 45.082 44.168L47.5195 49.6523L49.957 44.168C49.957 42.7969 48.8906 41.7305 47.5195 41.7305Z",fill:"#82000A"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M86.3672 62.5508C87.7383 62.5508 88.8047 63.6172 88.8047 64.9883L86.3672 70.4727L83.9297 64.9883C83.9297 63.6172 84.9961 62.5508 86.3672 62.5508Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M68.8477 73.2148C70.2188 73.2148 71.2852 74.2812 71.2852 75.6523L68.8477 81.1367L66.4102 75.6523C66.4102 74.2812 67.4766 73.2148 68.8477 73.2148Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M83.5742 32.5898C84.9453 32.5898 86.0117 33.6562 86.0117 35.0273L83.5742 40.5117L81.1367 35.0273C81.1367 33.6562 82.2031 32.5898 83.5742 32.5898Z",fill:t.palette.primary[900]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M23.6523 60.0117C25.0234 60.0117 26.0898 61.0781 26.0898 62.4492L23.6523 67.9336L21.2148 62.4492C21.2148 61.0781 22.2812 60.0117 23.6523 60.0117Z",fill:"#FAC227"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M18.7266 24.1094C31.0156 26.4453 43.457 27.5625 56.0508 27.5117V87.0781C43.6094 87.1289 31.168 85.5547 18.7266 82.1016C17.9141 81.8985 17.2031 81.4922 17.2031 80.6797V25.4297C17.2031 24.668 17.9141 23.8555 18.7266 24.0078V24.1094Z",fill:"#A67D4C"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M27.918 53.7656C27.9688 51.4297 28.2734 49.9062 28.5781 48.5352C28.8828 47.1641 29.1367 45.9453 29.1367 44.2188C29.1367 42.4922 26.0898 40.7148 22.6367 38.6836C20.707 37.5156 18.625 36.2969 17.1523 35.2812V39.1406C18.3711 39.9531 19.7422 40.7148 21.0117 41.4766C23.6016 43 25.8867 44.1172 25.8867 44.2188C25.8867 45.6406 25.6328 46.6562 25.3789 47.8242C25.0234 49.3477 24.668 51.0234 24.6172 53.7148C24.6172 54.6797 24.4141 55.1367 24.3125 55.3906C23.9062 56.4062 23.7031 56.8633 24.7695 57.7266C25.125 58.0312 25.4805 58.1328 26.1406 58.3359C27.0039 58.5898 28.6289 59.0977 31.5742 60.3672C30.4062 61.1797 29.3906 62.043 28.6289 63.1094C27.3594 64.9883 26.9531 67.1719 28.2227 70.0156C30.5586 75.3477 30.5078 75.4492 30.1523 75.8047C29.2891 76.7695 27.8672 78.293 27.4609 84.2344L30.6602 84.8438V84.5898C30.9648 79.6133 31.9297 78.5977 32.4883 77.9375C33.9609 76.3633 34.3672 75.957 31.168 68.6445C30.457 67.0195 30.6094 65.8516 31.2695 64.8867C32.0312 63.7695 33.4531 62.8555 35.0781 61.8906C38.0234 63.2109 40.4102 63.8711 44.0664 61.5352C44.7773 61.0781 45.1836 61.1797 45.3867 61.5352C46.4531 63.1602 46.6055 66.9688 46.707 68.9492V69.5078C46.7578 70.7266 47.5195 72.4023 48.4844 73.7227C49.4492 74.9922 50.7695 75.957 52.0391 76.0078C53.0547 76.0586 54.375 75.6016 55.8984 74.8906L55.9492 74.8398V71.2344L55.8984 71.2852C54.2227 72.1484 52.8008 72.7578 52.1406 72.7578C51.9375 72.7578 51.4805 72.3008 51.0234 71.7422C50.4141 70.9297 49.9062 69.9648 49.9062 69.3555V68.7969C49.8047 66.5625 49.6016 62.0938 48.0781 59.7578C46.8086 57.8281 44.9805 57.0664 42.2891 58.793C39.6992 60.4688 37.8711 59.6055 35.2812 58.3867C34.8242 58.1836 34.3672 57.9297 33.9102 57.7773C30.7617 56.3555 28.832 55.6953 27.7148 55.3398C27.8164 54.8828 27.8672 54.375 27.8672 53.6641L27.918 53.7656Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M56.0508 27.5118C43.457 27.5625 31.0156 26.4454 18.7266 24.1094C17.9141 23.9571 17.2031 24.7188 17.2031 25.5313V35.2813C18.6758 36.3477 20.7578 37.5664 22.6875 38.6836C26.1406 40.7149 29.1875 42.543 29.1875 44.2188C29.1875 45.9454 28.9336 47.1641 28.6289 48.5352C28.3242 49.9063 27.9688 51.4297 27.9688 53.7657C27.9688 54.4766 27.8672 54.9844 27.8164 55.4415C28.9336 55.7969 30.8633 56.4571 34.0117 57.879L35.3828 58.4883C37.9727 59.7071 39.8516 60.5704 42.3906 58.8946C45.082 57.1172 46.9609 57.879 48.1797 59.8594C49.7031 62.1954 49.9062 66.6641 50.0078 68.8985V69.4571C50.0586 70.0665 50.5156 71.0313 51.125 71.8438C51.582 72.4024 51.9883 72.8594 52.2422 72.8594C52.9023 72.8594 54.3242 72.25 56 71.3868L56.0508 71.336V27.461V27.5118Z",fill:t.palette.primary[300]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M28.2734 70.0664C27.0547 67.2227 27.4102 65.0391 28.6797 63.1602C29.3906 62.0938 30.4062 61.2305 31.625 60.418C28.6797 59.1484 27.0547 58.6406 26.1914 58.3867C25.5312 58.1836 25.1758 58.082 24.8203 57.7773C23.7539 56.9141 23.957 56.457 24.3633 55.4414C24.4648 55.1875 24.668 54.7305 24.668 53.7656C24.7188 51.0742 25.0742 49.3984 25.4297 47.875C25.6836 46.707 25.9375 45.6914 25.9375 44.2695C25.9375 44.1172 23.6523 43.0508 21.0625 41.5273C19.793 40.7656 18.4727 40.0039 17.2031 39.1914V80.832C17.2031 81.5938 17.9141 82 18.7266 82.2539C21.6719 83.0664 24.5664 83.7773 27.5117 84.3867C27.918 78.4453 29.3398 76.9219 30.2031 75.957C30.5078 75.6016 30.6094 75.5 28.2734 70.168V70.0664Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M52.1406 76.1601C50.8203 76.1093 49.5508 75.1445 48.5859 73.875C47.6211 72.6054 46.8594 70.8789 46.8086 69.6601V69.1015C46.707 67.1718 46.5547 63.3125 45.4883 61.6875C45.2344 61.332 44.8281 61.2304 44.168 61.6875C40.5625 64.0234 38.1758 63.3632 35.1797 62.0429C33.5547 62.957 32.1836 63.9218 31.3711 65.039C30.7109 66.0039 30.5586 67.1718 31.2695 68.7968C34.4688 76.0586 34.0625 76.5156 32.5898 78.0898C31.9805 78.75 31.0664 79.7656 30.7617 84.7421V84.9961C39.1914 86.5195 47.6211 87.2304 56.0508 87.2304V75.0937L56 75.1445C54.4766 75.8046 53.1562 76.3125 52.1406 76.2617V76.1601Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M30 31.0664C28.6289 31.0664 27.5625 32.1328 27.5625 33.5039L30 38.9883L32.4375 33.5039C32.4375 32.1328 31.3711 31.0664 30 31.0664Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M47.5195 41.7305C46.1484 41.7305 45.082 42.7969 45.082 44.168L47.5195 49.6523L49.957 44.168C49.957 42.7969 48.8906 41.7305 47.5195 41.7305Z",fill:t.palette.primary[100]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M23.6523 60.0117C25.0234 60.0117 26.0898 61.0781 26.0898 62.4492L23.6523 67.9336L21.2148 62.4492C21.2148 61.0781 22.2812 60.0117 23.6523 60.0117Z",fill:t.palette.primary[700]})]}),p.jsx("defs",{children:p.jsx("clipPath",{id:"clip0_9177_567",children:p.jsx("rect",{width:"104",height:"104",fill:"white",transform:"translate(4 4)"})})})]})},dataAnalysis:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M88 32.0879H24V26.281C24 25.0213 25.0086 24 26.2526 24H85.7474C86.9915 24 88 25.0213 88 26.281V32.0879Z",fill:t.palette.primary[700]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M85.7474 88H26.2526C25.0086 88 24 86.9788 24 85.7191V31.4078H88V85.7191C88 86.9788 86.9915 88 85.7474 88Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M29.2011 27.764C29.2011 28.5545 28.5681 29.1955 27.7874 29.1955C27.0067 29.1955 26.3738 28.5545 26.3738 27.764C26.3738 26.9734 27.0067 26.3325 27.7874 26.3325C28.5681 26.3325 29.2011 26.9734 29.2011 27.764Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M34.4803 27.764C34.4803 28.5545 33.8474 29.1955 33.0666 29.1955C32.286 29.1955 31.6531 28.5545 31.6531 27.764C31.6531 26.9734 32.286 26.3325 33.0666 26.3325C33.8474 26.3325 34.4803 26.9734 34.4803 27.764Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M39.7599 27.764C39.7599 28.5545 39.127 29.1955 38.3462 29.1955C37.5655 29.1955 36.9326 28.5545 36.9326 27.764C36.9326 26.9734 37.5655 26.3325 38.3462 26.3325C39.127 26.3325 39.7599 26.9734 39.7599 27.764Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M45.9646 39.756H31.1059C30.4976 39.756 30 39.2521 30 38.6361C30 38.0201 30.4976 37.5162 31.1059 37.5162H45.9646C46.5729 37.5162 47.0705 38.0201 47.0705 38.6361C47.0705 39.2521 46.5729 39.756 45.9646 39.756Z",fill:t.palette.primary[400]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M37.3738 45.0378H31.8438C31.2331 45.0378 30.7378 44.5364 30.7378 43.9179C30.7378 43.2994 31.2331 42.798 31.8438 42.798H37.3738C37.9846 42.798 38.4797 43.2994 38.4797 43.9179C38.4797 44.5364 37.9846 45.0378 37.3738 45.0378Z",fill:t.palette.primary[400]}),p.jsx("path",{d:"M55.5222 44.1157C46.3972 44.1157 39 51.6063 39 60.8463C39 70.0863 46.3972 77.5769 55.5222 77.5769C64.6471 77.5769 72.0443 70.0863 72.0443 60.8463C72.0443 51.6063 64.6471 44.1157 55.5222 44.1157ZM55.5222 49.3544C61.7899 49.3544 66.8709 54.4995 66.8709 60.8463C66.8709 67.1931 61.7899 72.3382 55.5222 72.3382C49.2544 72.3382 44.1734 67.1931 44.1734 60.8463C44.1734 54.4995 49.2544 49.3544 55.5222 49.3544Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M67.1233 52.598C68.4223 51.9959 69.9573 52.5742 70.5519 53.8895C71.5308 56.055 72.0444 58.4166 72.0444 60.8463C72.0444 62.8361 71.7 64.782 71.0351 66.6149C70.5425 67.9728 69.0561 68.6692 67.7151 68.1705C66.3876 67.6766 65.7002 66.1965 66.1645 64.8494L66.1789 64.8086C66.6348 63.552 66.871 62.2175 66.871 60.8463C66.871 59.207 66.5332 57.6207 65.8886 56.161L65.8479 56.0699C65.2533 54.7545 65.8243 53.2001 67.1233 52.598Z",fill:t.palette.primary[800]})]})},defaultIllustration:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M32 36C32 33.7909 33.7909 32 36 32H76C78.2091 32 80 33.7909 80 36V76C80 78.2091 78.2091 80 76 80H36C33.7909 80 32 78.2091 32 76V36Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M67.4978 46.9265C68.1673 46.257 68.1673 45.1716 67.4978 44.5021C66.8284 43.8326 65.743 43.8326 65.0735 44.5021L56 53.5756L46.9265 44.5021C46.257 43.8326 45.1716 43.8326 44.5022 44.5021C43.8327 45.1716 43.8327 46.257 44.5022 46.9265L53.5756 56L44.5021 65.0735C43.8326 65.743 43.8326 66.8284 44.5021 67.4979C45.1716 68.1674 46.257 68.1674 46.9265 67.4979L56 58.4243L65.0735 67.4979C65.743 68.1674 66.8284 68.1674 67.4979 67.4979C68.1674 66.8284 68.1674 65.743 67.4979 65.0735L58.4244 56L67.4978 46.9265Z",fill:t.palette.primary[800]})]})},environement:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsxs("g",{"clip-path":"url(#clip0_9177_451)",children:[p.jsx("path",{d:"M54.8574 45.3127C54.877 39.566 54.8991 28.2928 57.4513 25.4644L59.6253 27.6602C58.467 28.8439 57.8365 37.4678 57.9108 45.3038C57.9124 45.5064 57.8737 45.7072 57.7969 45.8947C57.7202 46.0821 57.607 46.2524 57.4639 46.3955C57.3208 46.5386 57.1507 46.6518 56.9635 46.7284C56.7763 46.805 56.5757 46.8435 56.3735 46.8416C55.9701 46.8401 55.5839 46.6782 55.2996 46.3915C55.0154 46.1048 54.8563 45.7168 54.8574 45.3127Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M57.5255 28.078C57.3783 28.0414 57.2398 27.976 57.1178 27.8858C56.9959 27.7955 56.8928 27.682 56.8147 27.5519C56.7365 27.4217 56.6847 27.2773 56.6622 27.1271C56.6397 26.9769 56.647 26.8236 56.6836 26.6762C57.7319 22.4529 60.4118 18.8198 64.1339 16.576C67.8561 14.3322 72.3155 13.6616 76.5311 14.7117C76.6783 14.7483 76.8168 14.8136 76.9387 14.9039C77.0607 14.9941 77.1637 15.1076 77.2418 15.2377C77.32 15.3679 77.3719 15.5122 77.3944 15.6624C77.4169 15.8126 77.4096 15.9658 77.373 16.1132C76.3248 20.3365 73.6449 23.9697 69.9228 26.2136C66.2006 28.4574 61.7412 29.1281 57.5255 28.078Z",fill:t.palette.primary[700]}),p.jsx("path",{d:"M35.4693 14.4849C37.5568 13.9649 39.726 13.8619 41.8531 14.1818C43.9802 14.5016 46.0237 15.2381 47.8667 16.3491C49.7098 17.4601 51.3163 18.9239 52.5947 20.6569C53.873 22.39 54.7981 24.3583 55.3171 26.4494C55.3538 26.5969 55.3611 26.7501 55.3386 26.9003C55.3161 27.0505 55.2643 27.1949 55.1861 27.3251C55.1079 27.4552 55.0049 27.5687 54.8829 27.659C54.761 27.7493 54.6224 27.8146 54.4753 27.8512C52.3878 28.3712 50.2186 28.4742 48.0915 28.1543C45.9643 27.8345 43.9209 27.098 42.0779 25.987C40.2348 24.876 38.6283 23.4122 37.3499 21.6792C36.0716 19.9461 35.1465 17.9779 34.6275 15.8867C34.5908 15.7392 34.5835 15.586 34.606 15.4358C34.6285 15.2856 34.6803 15.1412 34.7585 15.011C34.8367 14.8809 34.9397 14.7674 35.0617 14.6771C35.1836 14.5868 35.3222 14.5215 35.4693 14.4849Z",fill:t.palette.primary[600]}),p.jsx("path",{d:"M56.3889 46.8416H56.3532C56.1529 46.8409 55.9548 46.8006 55.7701 46.723C55.5855 46.6455 55.4179 46.5321 55.2771 46.3895C55.1362 46.247 55.0248 46.0779 54.9493 45.8921C54.8738 45.7063 54.8357 45.5074 54.8371 45.3068C54.8676 41.5053 54.7069 31.6051 52.3564 27.3054L55.0641 25.8191C57.8013 30.8261 57.9676 41.3824 57.9271 45.3362C57.9221 45.7401 57.7573 46.1255 57.4689 46.4077C57.1805 46.6899 56.7921 46.846 56.3889 46.8416Z",fill:t.palette.primary[700]}),p.jsx("path",{d:"M77.4037 15.8332C77.4036 15.9268 77.3933 16.0201 77.373 16.1115C76.8547 18.2028 75.9304 20.1713 74.6527 21.9047C73.375 23.6381 71.769 25.1024 69.9264 26.214C68.0838 27.3256 66.0407 28.0626 63.9138 28.3831C61.7868 28.7036 59.6177 28.6013 57.5302 28.0819C57.279 28.0214 57.0557 27.8773 56.8968 27.6732C56.7379 27.4691 56.6528 27.217 56.6553 26.9582C56.6555 26.8646 56.6658 26.7713 56.6861 26.6799C56.7479 26.4427 56.8096 26.2159 56.8714 25.9891C57.0231 26.2031 57.2455 26.3565 57.4992 26.422C65.9798 28.5781 74.563 23.4112 76.8693 14.8534C77.0321 14.9599 77.166 15.1051 77.2593 15.2761C77.3525 15.447 77.4021 15.6384 77.4037 15.8332Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M55.3495 26.7314C55.3497 26.9885 55.2636 27.2382 55.1048 27.4402C54.9461 27.6422 54.7241 27.7848 54.4746 27.845C52.3877 28.3664 50.2188 28.4705 48.0917 28.1515C45.9646 27.8325 43.9212 27.0965 42.0783 25.9857C40.2354 24.8748 38.6291 23.411 37.3514 21.6777C36.0737 19.9445 35.1495 17.976 34.6318 15.8846C34.6115 15.7933 34.6012 15.6999 34.6011 15.6063C34.6016 15.4098 34.6507 15.2165 34.7442 15.0438C34.8376 14.871 34.9723 14.7242 35.1363 14.6165C37.4314 23.174 46.025 28.3501 54.5064 26.1951C54.7602 26.1296 54.9825 25.9762 55.1342 25.7622C55.196 25.989 55.2578 26.2158 55.3195 26.453C55.3396 26.5444 55.3496 26.6378 55.3495 26.7314Z",fill:t.palette.primary[700]}),p.jsx("path",{d:"M56 98C73.1208 98 87 84.0957 87 66.944C87 49.7922 73.1208 35.8879 56 35.8879C38.8792 35.8879 25 49.7922 25 66.944C25 84.0957 38.8792 98 56 98Z",fill:t.palette.primary[300]}),p.jsx("path",{d:"M79.0542 65.2645C78.0177 80.3837 65.1781 92.3014 50.0507 92.2659C49.9246 92.2659 49.7987 92.2648 49.6731 92.2628C47.0478 92.2298 44.4556 91.6717 42.0485 90.6213C39.6415 89.5708 37.4682 88.0492 35.6562 86.1458C32.8739 83.1972 30.7659 79.677 29.4784 75.83C28.1909 71.9829 27.755 67.9012 28.2008 63.8683C29.6106 50.6555 40.4115 40.1148 53.6307 39.0242C59.9852 38.4771 66.3347 40.1311 71.6183 43.7099C71.6197 43.7099 71.621 43.7101 71.6222 43.7106C71.6235 43.7111 71.6246 43.7119 71.6255 43.7128C71.6265 43.7138 71.6272 43.7149 71.6277 43.7161C71.6282 43.7174 71.6284 43.7187 71.6284 43.72C74.2573 46.6206 76.271 50.0258 77.5474 53.7291C78.8238 57.4324 79.3364 61.3568 79.0542 65.2645Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M33.22 45.8867C36.8676 41.9276 41.4806 38.9872 46.6057 37.3543C51.7308 35.7214 57.1917 35.4523 62.4521 36.5733C67.7124 37.6943 72.5912 40.1669 76.6091 43.7482C80.627 47.3295 83.6459 51.8963 85.3692 57C83.2962 58.3569 80.9101 59.1579 78.4395 59.3261C73.1847 59.6596 68.2894 57.2761 63.9455 54.5686C61.7852 53.2246 60.3281 51.5688 57.7124 51.7125C54.9763 51.8575 52.2958 52.5245 49.6066 53.0319C46.1144 53.6726 42.4198 54.068 39.0783 52.8597C36.0668 51.7671 33.4626 49.0235 33.22 45.8867ZM72.0013 81.6367C72.6685 79.2739 72.0572 76.3578 69.9488 75.1061C68.7833 74.4139 67.3622 74.3257 66.0077 74.3691C64.0352 74.4321 61.9968 74.7651 60.3647 75.8767C59.4264 76.5332 58.6663 77.4137 58.1531 78.4385C57.64 79.4634 57.3899 80.6002 57.4256 81.7462C57.4847 82.891 57.821 84.0043 58.4056 84.9898C58.9903 85.9752 59.8056 86.8033 60.7812 87.4025C65.7481 90.4003 70.6253 86.5081 72.0013 81.6367ZM25.0068 67.2298C26.6912 66.1788 28.6906 65.7542 30.6558 66.03C33.5906 66.5035 35.9902 68.5423 38.2132 70.5066C40.9459 72.9187 43.6776 75.3162 46.4104 77.7279C48.1227 79.2305 49.9059 80.8361 50.6928 82.9819C52.0012 86.5151 50.1774 90.6003 47.3054 93.0384C46.1931 93.9606 44.9932 94.7713 43.7229 95.4588C38.209 93.0754 33.5049 89.1388 30.1823 84.1274C26.8597 79.116 25.0617 73.2457 25.0068 67.2298Z",fill:t.palette.primary[600]}),p.jsx("path",{d:"M85.3682 57.004C83.2948 58.3566 80.9104 59.1552 78.4419 59.3236C73.1826 59.6641 68.2939 57.272 63.9406 54.5706C61.7883 53.2198 60.3282 51.5703 57.7139 51.7145C54.9764 51.859 52.3003 52.529 49.6039 53.0342C46.115 53.6735 42.4205 54.0655 39.0753 52.8589C36.0703 51.7668 33.4663 49.0227 33.2192 45.889C33.281 45.8271 33.3324 45.7653 33.3942 45.7034C34.3823 47.8069 36.3892 49.5287 38.6225 50.3329C41.957 51.5495 45.6519 51.1474 49.1407 50.5082C51.8372 50.0041 54.5132 49.3321 57.2508 49.1884C59.865 49.0442 61.3263 50.7042 63.4878 52.0446C67.8308 54.7563 72.7194 57.1381 77.9787 56.7979H78.0506C80.8912 56.6019 82.8582 54.2203 82.9806 51.6425C83.9435 53.3502 84.7429 55.1454 85.3682 57.004ZM71.9991 81.6359C70.6295 86.5126 65.7518 90.4004 60.781 87.3995C60.0107 86.9292 59.3394 86.3128 58.8048 85.585C58.9596 85.7042 59.1211 85.8144 59.2887 85.9148C64.2595 88.9048 69.1381 85.0188 70.5068 80.1409C70.98 78.4809 70.8143 76.5424 69.9509 75.1093C72.0609 76.3567 72.668 79.2748 71.9991 81.6359ZM47.3088 93.0393C46.1958 93.9609 44.9963 94.7723 43.7272 95.4622C41.6888 94.584 39.7527 93.4846 37.9536 92.1835C40.259 93.3179 43.1612 92.9258 45.2402 91.1421L45.2712 91.1114C48.2661 88.5234 50.2934 84.3579 49.3982 80.7183C49.9422 81.4044 50.3794 82.1691 50.6948 82.9864C52.0029 86.5126 50.1802 90.5958 47.3088 93.0393Z",fill:t.palette.primary[700]})]}),p.jsx("defs",{children:p.jsx("clipPath",{id:"clip0_9177_451",children:p.jsx("rect",{width:"62",height:"84",fill:"white",transform:"translate(25 14)"})})})]})},filliere:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M34.8374 65.6186L19.5067 60.2378L26.2254 53.5191L46.9216 53.5345L34.8374 65.6186ZM46.3817 77.1628L51.7624 92.4936L58.4812 85.7748L58.4658 65.0787L46.3817 77.1628ZM78.9583 44.5862C85.0157 38.5288 87.0421 32.6352 87.6737 28.7452C87.772 28.1428 87.7256 27.5255 87.5384 26.9445C87.3511 26.3634 87.0283 25.8353 86.5966 25.4036C86.165 24.972 85.6368 24.6492 85.0558 24.4619C84.4747 24.2746 83.8575 24.2282 83.255 24.3265C79.365 24.9582 73.4715 26.9846 67.414 33.042L78.9583 44.5862Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M67.4136 33.0419L78.9583 44.5866L69.4294 54.1156L57.8846 42.5708L67.4136 33.0419ZM50.933 49.5224L62.4778 61.0672L46.3817 77.1632L34.837 65.6185L50.933 49.5224Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M44.0821 74.8636C44.0821 74.8636 41.9078 87.9628 25.4034 86.5961C24.0351 70.088 37.1359 67.9174 37.1359 67.9174L44.0821 74.8636Z",fill:t.palette.primary[600]}),p.jsx("path",{d:"M69.4295 54.1145C67.6856 54.3921 66.0741 55.214 64.8255 56.4626C63.5768 57.7113 62.755 59.3227 62.4774 61.0666L50.9332 49.5224C52.6771 49.2448 54.2885 48.423 55.5372 47.1743C56.7858 45.9257 57.6077 44.3142 57.8853 42.5703L69.4295 54.1145Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M72.2578 37.886L74.114 39.7421L64.585 49.2711L62.7288 47.415L72.2578 37.886Z",fill:t.palette.primary[500]})]})},questionnaire:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M30 30C30 27.7909 31.7909 26 34 26H78C80.2091 26 82 27.7909 82 30V82C82 84.2091 80.2091 86 78 86H34C31.7909 86 30 84.2091 30 82V30Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M72.5604 43H39.4396C38.6478 43 38 42.3522 38 41.5605V41.4397C38 40.6478 38.6478 40 39.4396 40H72.5604C73.3522 40 74 40.6478 74 41.4397V41.5605C74 42.3522 73.3522 43 72.5604 43Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M72.5604 51H39.4396C38.6478 51 38 50.3522 38 49.5605V49.4397C38 48.6478 38.6478 48 39.4396 48H72.5604C73.3522 48 74 48.6478 74 49.4397V49.5605C74 50.3522 73.3522 51 72.5604 51Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M72.5604 59H39.4396C38.6478 59 38 58.3522 38 57.5605V57.4397C38 56.6478 38.6478 56 39.4396 56H72.5604C73.3522 56 74 56.6478 74 57.4397V57.5605C74 58.3522 73.3522 59 72.5604 59Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M72.5604 67H39.4396C38.6478 67 38 66.3522 38 65.5605V65.4397C38 64.6478 38.6478 64 39.4396 64H72.5604C73.3522 64 74 64.6478 74 65.4397V65.5605C74 66.3522 73.3522 67 72.5604 67Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M56.5604 75H39.4396C38.6478 75 38 74.3522 38 73.5605V73.4397C38 72.6478 38.6478 72 39.4396 72H56.5604C57.3522 72 58 72.6478 58 73.4397V73.5605C58 74.3522 57.3522 75 56.5604 75Z",fill:t.palette.primary[600]}),p.jsx("path",{d:"M61 23C61 20.2386 58.7614 18 56 18C53.2386 18 51 20.2386 51 23H44.2526C43.0086 23 42 24.0102 42 25.2562V31H70V25.2562C70 24.0102 68.9915 23 67.7474 23H61Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M58 23C58 24.1045 57.1045 25 55.9999 25C54.8954 25 54 24.1045 54 23C54 21.8955 54.8954 21 55.9999 21C57.1045 21 58 21.8955 58 23Z",fill:t.palette.primary[500]})]})},relationships:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsxs("g",{"clip-path":"url(#clip0_9177_515)",children:[p.jsx("path",{d:"M41.877 73.0648H15.3945C13.4529 73.0648 11.8789 71.4909 11.8789 69.5492V59.767C11.8789 54.9129 15.8139 50.9779 20.668 50.9779H36.6036C41.4576 50.9779 45.3927 54.9129 45.3927 59.767V69.5492C45.3927 71.4909 43.8184 73.0648 41.877 73.0648Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M41.8771 52.7357C42.9807 54.2045 43.6349 56.0306 43.6349 58.0092V67.7914C43.6349 69.7331 42.061 71.307 40.1193 71.307H13.6368C13.1384 71.3068 12.6458 71.2001 12.1919 70.9941C12.7435 72.2144 13.9683 73.0648 15.3946 73.0648H41.8771C43.8188 73.0648 45.3928 71.4909 45.3928 69.5492V59.767C45.3928 56.8915 44.0115 54.3392 41.8771 52.7357Z",fill:t.palette.primary[900]}),p.jsx("path",{d:"M28.6357 54.5301C34.1923 54.5301 38.6967 50.0256 38.6967 44.4691C38.6967 38.9126 34.1923 34.4081 28.6357 34.4081C23.0792 34.4081 18.5747 38.9126 18.5747 44.4691C18.5747 50.0256 23.0792 54.5301 28.6357 54.5301Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M34.8147 36.5322C36.1936 38.2965 36.9415 40.4721 36.9388 42.7113C36.9388 48.2677 32.4342 52.7723 26.8778 52.7723C24.6386 52.775 22.463 52.0271 20.6987 50.6482C22.5399 53.0096 25.4093 54.5301 28.6356 54.5301C34.1921 54.5301 38.6966 50.0255 38.6966 44.4691C38.6966 41.2428 37.1761 38.3734 34.8147 36.5322Z",fill:t.palette.primary[300]}),p.jsx("path",{d:"M96.6055 73.0648H70.123C68.1814 73.0648 66.6074 71.4909 66.6074 69.5492V59.767C66.6074 54.9129 70.5425 50.9779 75.3965 50.9779H91.3321C96.1861 50.9779 100.121 54.9129 100.121 59.767V69.5492C100.121 71.4909 98.5472 73.0648 96.6055 73.0648Z",fill:t.palette.primary[400]}),p.jsx("path",{d:"M96.6056 52.7357C97.7092 54.2045 98.3635 56.0306 98.3635 58.0092V67.7914C98.3635 69.7331 96.7895 71.307 94.8478 71.307H68.3653C67.8669 71.3068 67.3743 71.2001 66.9204 70.9941C67.472 72.2144 68.6969 73.0648 70.1231 73.0648H96.6056C98.5473 73.0648 100.121 71.4909 100.121 69.5492V59.767C100.121 56.8915 98.7403 54.3392 96.6056 52.7357Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M83.3642 54.5301C88.9208 54.5301 93.4253 50.0256 93.4253 44.4691C93.4253 38.9126 88.9208 34.4081 83.3642 34.4081C77.8077 34.4081 73.3032 38.9126 73.3032 44.4691C73.3032 50.0256 77.8077 54.5301 83.3642 54.5301Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M89.5432 36.5322C90.9221 38.2965 91.67 40.4721 91.6673 42.7113C91.6673 48.2677 87.1628 52.7723 81.6063 52.7723C79.3671 52.775 77.1915 52.0271 75.4272 50.6482C77.2684 53.0096 80.1378 54.5301 83.3641 54.5301C88.9206 54.5301 93.4251 50.0255 93.4251 44.4691C93.4251 41.2428 91.9046 38.3734 89.5432 36.5322Z",fill:t.palette.primary[300]}),p.jsx("path",{d:"M66.8411 54.3441H45.1589C36.5843 54.3441 29.6328 61.2956 29.6328 69.8705V80.416C29.6328 82.3577 31.2068 83.9316 33.1484 83.9316H78.8516C80.7932 83.9316 82.3672 82.3577 82.3672 80.416V69.8705C82.3672 61.2956 75.4157 54.3441 66.8411 54.3441Z",fill:t.palette.primary[600]}),p.jsx("path",{d:"M76.903 58.0507C79.2124 60.7609 80.6095 64.2726 80.6095 68.1127V78.6582C80.6095 80.5999 79.0355 82.1738 77.0938 82.1738H31.3907C30.8923 82.1736 30.3997 82.0669 29.9458 81.8609C30.4974 83.0812 31.7222 83.9316 33.1485 83.9316H78.8517C80.7933 83.9316 82.3673 82.3577 82.3673 80.416V69.8705C82.3673 65.1353 80.2453 60.8983 76.903 58.0507Z",fill:t.palette.primary[700]}),p.jsx("path",{d:"M55.9121 58.0742C63.9213 58.0742 70.4141 51.5815 70.4141 43.5723C70.4141 35.5631 63.9213 29.0703 55.9121 29.0703C47.9029 29.0703 41.4102 35.5631 41.4102 43.5723C41.4102 51.5815 47.9029 58.0742 55.9121 58.0742Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M64.8028 32.0586C66.796 34.6089 67.877 37.7535 67.8732 40.9903C67.8732 49.0221 61.3619 55.5333 53.3302 55.5333C50.0934 55.5372 46.9487 54.4561 44.3984 52.4629C47.0598 55.8763 51.2075 58.0742 55.871 58.0742C63.9028 58.0742 70.4141 51.5629 70.4141 43.5312C70.4141 38.8677 68.2162 34.7199 64.8028 32.0586Z",fill:t.palette.primary[300]})]}),p.jsx("defs",{children:p.jsx("clipPath",{id:"clip0_9177_515",children:p.jsx("rect",{width:"90",height:"55",fill:"white",transform:"translate(11 29)"})})})]})},selectAction:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M83.5741 23.2969H36.1888C33.1908 23.2969 30.7605 25.7347 30.7605 28.742V90.5573C30.7605 93.5645 33.1908 96.0024 36.1888 96.0024H83.5741C86.572 96.0024 89.0024 93.5645 89.0024 90.5573V28.742C89.0024 25.7347 86.572 23.2969 83.5741 23.2969Z",fill:t.palette.primary[400]}),p.jsx("path",{d:"M78.3133 17.8873H30.9281C27.9301 17.8873 25.4998 20.3251 25.4998 23.3324V85.1477C25.4998 88.1549 27.9301 90.5928 30.9281 90.5928H78.3133C81.3113 90.5928 83.7417 88.1549 83.7417 85.1477V23.3324C83.7417 20.3251 81.3113 17.8873 78.3133 17.8873Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M70.856 36.1937C71.5101 36.1937 72.0403 35.6619 72.0403 35.0058C72.0403 34.3497 71.5101 33.8179 70.856 33.8179H56.9231C56.269 33.8179 55.7388 34.3497 55.7388 35.0058C55.7388 35.6619 56.269 36.1937 56.9231 36.1937H70.856Z",fill:"white"}),p.jsx("path",{d:"M70.856 42.2186C71.5101 42.2186 72.0403 41.6868 72.0403 41.0307C72.0403 40.3746 71.5101 39.8428 70.856 39.8428H56.9231C56.269 39.8428 55.7388 40.3746 55.7388 41.0307C55.7388 41.6868 56.269 42.2186 56.9231 42.2186H70.856Z",fill:"white"}),p.jsx("path",{d:"M41.6925 45.6902C46.0781 45.6902 49.6333 42.124 49.6333 37.7249C49.6333 33.3257 46.0781 29.7595 41.6925 29.7595C37.3069 29.7595 33.7517 33.3257 33.7517 37.7249C33.7517 42.124 37.3069 45.6902 41.6925 45.6902Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M40.4492 41.5442C40.2416 41.5442 40.0317 41.4638 39.8736 41.3052L37.5003 38.9246C37.1819 38.6051 37.1819 38.0893 37.5003 37.7698C37.8188 37.4503 38.3331 37.4503 38.6516 37.7698L40.4492 39.573L45.4246 34.5823C45.7431 34.2628 46.2574 34.2628 46.5759 34.5823C46.8943 34.9017 46.8943 35.4176 46.5759 35.7371L41.0249 41.3052C40.8668 41.4638 40.6568 41.5442 40.4492 41.5442Z",fill:"white"}),p.jsx("path",{d:"M70.8582 55.1156C71.5123 55.1156 72.0425 54.5837 72.0425 53.9276C72.0425 53.2715 71.5123 52.7397 70.8582 52.7397H56.9253C56.2712 52.7397 55.741 53.2715 55.741 53.9276C55.741 54.5837 56.2712 55.1156 56.9253 55.1156H70.8582Z",fill:"white"}),p.jsx("path",{d:"M70.8582 61.1405C71.5123 61.1405 72.0425 60.6086 72.0425 59.9525C72.0425 59.2964 71.5123 58.7646 70.8582 58.7646H56.9253C56.2712 58.7646 55.741 59.2964 55.741 59.9525C55.741 60.6086 56.2712 61.1405 56.9253 61.1405H70.8582Z",fill:"white"}),p.jsx("path",{d:"M41.6925 64.6096C46.0781 64.6096 49.6333 61.0434 49.6333 56.6443C49.6333 52.2452 46.0781 48.679 41.6925 48.679C37.3069 48.679 33.7517 52.2452 33.7517 56.6443C33.7517 61.0434 37.3069 64.6096 41.6925 64.6096Z",fill:t.palette.primary[700]}),p.jsx("ellipse",{cx:"42.0307",cy:"75.3164",rx:"6.55385",ry:"6.53165",fill:"white"}),p.jsx("path",{d:"M70.856 74.035C71.5101 74.035 72.0403 73.5031 72.0403 72.8471C72.0403 72.191 71.5101 71.6591 70.856 71.6591H56.9231C56.269 71.6591 55.7388 72.191 55.7388 72.8471C55.7388 73.5031 56.269 74.035 56.9231 74.035H70.856Z",fill:"white"}),p.jsx("path",{d:"M70.8584 80.0623C71.5125 80.0623 72.0427 79.5304 72.0427 78.8743C72.0427 78.2183 71.5125 77.6864 70.8584 77.6864H56.9255C56.2714 77.6864 55.7412 78.2183 55.7412 78.8743C55.7412 79.5304 56.2714 80.0623 56.9255 80.0623H70.8584Z",fill:"white"}),p.jsx("path",{d:"M41.6925 69.7305C44.9009 69.7305 47.5101 72.3477 47.5101 75.566C47.5101 78.7844 44.9009 81.4016 41.6925 81.4016C38.4841 81.4016 35.8749 78.7844 35.8749 75.566C35.8749 72.3477 38.4841 69.7305 41.6925 69.7305ZM41.6925 67.6007C37.3069 67.6007 33.7517 71.1669 33.7517 75.566C33.7517 79.9652 37.3069 83.5314 41.6925 83.5314C46.0781 83.5314 49.6333 79.9652 49.6333 75.566C49.6333 71.1669 46.0781 67.6007 41.6925 67.6007Z",fill:t.palette.primary[600]}),p.jsx("path",{d:"M63.2408 13.5472V21.3422H46.0027V13.5472H51.0866C51.0866 11.5879 52.6719 10 54.6229 10C56.5739 10 58.1569 11.5879 58.1569 13.5472H63.2408Z",fill:t.palette.primary[400]}),p.jsx("path",{d:"M46.038 55.6504H42.6834V52.2853C42.6834 51.7363 42.2398 51.2891 41.6902 51.2891C41.1405 51.2891 40.697 51.7339 40.697 52.2853V55.6504H37.3423C36.795 55.6504 36.3491 56.0952 36.3491 56.6466C36.3491 57.198 36.7926 57.6429 37.3423 57.6429H40.697V61.0079C40.697 61.5569 41.1405 62.0042 41.6902 62.0042C42.2398 62.0042 42.6834 61.5593 42.6834 61.0079V57.6429H46.038C46.5853 57.6429 47.0312 57.198 47.0312 56.6466C47.0312 56.0952 46.5877 55.6504 46.038 55.6504Z",fill:"white"}),p.jsx("path",{d:"M26.0676 75.7789L37.634 57.9229C37.8615 57.5715 37.861 57.1163 37.629 56.7679C37.3971 56.4196 36.982 56.2408 36.5707 56.3165L15.8877 60.0492C15.4896 60.1212 15.1684 60.4142 15.06 60.8042C14.9493 61.1935 15.0752 61.6128 15.3775 61.8777L19.4944 65.4905L11.0232 71.1356C10.5389 71.4587 10.4069 72.1126 10.7261 72.5938L12.6592 75.5135C12.9801 75.9976 13.6298 76.1271 14.1134 75.8062L18.5762 72.8314L22.5824 70.1604L24.1773 75.5106C24.2939 75.9026 24.6286 76.1915 25.0339 76.2494C25.4391 76.3073 25.8421 76.1235 26.0653 75.7782L26.0676 75.7789Z",fill:t.palette.primary[500]})]})},selectStartingYear:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsxs("g",{"clip-path":"url(#clip0_6928_3670)",children:[p.jsx("path",{d:"M80.5413 22.0267H31.4587C28.9962 22.0267 27 24.0181 27 26.4745V68.5523C27 71.0087 28.9962 73 31.4587 73H80.5413C83.0038 73 85 71.0087 85 68.5523V26.4745C85 24.0181 83.0038 22.0267 80.5413 22.0267Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M85 35.1407H27V37.0689H85V35.1407Z",fill:t.palette.primary[50]}),p.jsx("path",{d:"M40.8959 16H39.139C37.7263 16 36.5811 17.1424 36.5811 18.5517V25.5018C36.5811 26.911 37.7263 28.0534 39.139 28.0534H40.8959C42.3086 28.0534 43.4539 26.911 43.4539 25.5018V18.5517C43.4539 17.1424 42.3086 16 40.8959 16Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M71.1063 28.0535H72.8632C74.2759 28.0535 75.4211 26.911 75.4211 25.5018V18.5517C75.4211 17.1424 74.2759 16 72.8632 16H71.1063C69.6936 16 68.5483 17.1424 68.5483 18.5517V25.5018C68.5483 26.911 69.6936 28.0535 71.1063 28.0535Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M66.926 52.5433L50.2119 42.3054C48.7798 41.4377 47 42.5223 47 44.2575V64.7334C47 66.4687 48.7798 67.5749 50.2119 66.6856L66.926 56.4476C68.358 55.58 68.358 53.3893 66.926 52.5216V52.5433Z",fill:t.palette.primary[800]})]}),p.jsx("path",{d:"M47.485 70.9182C48.396 69.0223 50.6683 68.2249 52.5643 69.1359C53.4973 69.5842 54.182 70.3947 54.4802 71.3159C54.823 72.2215 54.7949 73.2822 54.3467 74.2152L53.5224 75.9306C53.9707 74.9977 54.7813 74.3129 55.7025 74.0146C56.608 73.6718 57.6688 73.6999 58.6017 74.1482C59.5347 74.5965 60.2194 75.4071 60.5177 76.3283C60.8605 77.2338 60.8323 78.2946 60.3841 79.2275L59.5599 80.9429C60.0081 80.01 60.8187 79.3252 61.7399 79.027C62.6455 78.6842 63.7062 78.7123 64.6391 79.1605C66.5351 80.0715 67.3325 82.3439 66.4215 84.2398L60.6519 96.2477C57.702 102.387 50.2301 104.909 43.9402 101.887L35.2729 97.7223C31.0295 95.6834 27.7331 92.1362 26.007 87.7878C25.2612 85.9478 24.5155 84.1078 24.021 83.0552C20.9184 76.6378 17.3921 72.7209 15.6227 71.3151C17.7562 68.3396 21.0999 68.2422 23.3871 69.3411C23.9589 69.6159 24.5475 70.0098 25.0626 70.4796C27.1545 72.4478 27.224 73.0739 28.9618 75.3165C31.2639 78.3118 35.8261 77.8368 37.4167 74.5264L48.9415 50.5407C49.8525 48.6447 52.1248 47.8474 54.0208 48.7583C54.9537 49.2066 55.6385 50.0172 55.9367 50.9384C56.2795 51.8439 56.2514 52.9047 55.8031 53.8376L47.5753 70.9616L47.485 70.9182Z",fill:t.palette.primary[500]}),p.jsx("defs",{children:p.jsx("clipPath",{id:"clip0_6928_3670",children:p.jsx("rect",{width:"58",height:"57",fill:"white",transform:"translate(27 16)"})})})]})},scoresIndicators:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M90 59.5577C90 39.0935 74.7776 24.9039 56 24.9039C37.2224 24.9039 22 38.5411 22 59.5577C22 65.2158 23.4674 72.7126 28.8329 79.5951C29.544 80.5073 30.6551 81 31.8117 81H80.2702C81.4229 81 82.5317 80.5114 83.2366 79.5993C87.8522 73.6274 90 66.1794 90 59.5577Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M86.7138 58.9257C86.7138 41.963 72.9627 28.212 56 28.212C39.0372 28.212 25.2861 41.963 25.2861 58.9257C25.2861 66.054 27.7147 72.6147 31.7892 77.8266H80.2107C84.2852 72.6147 86.7138 66.054 86.7138 58.9257Z",fill:"#E4EBF7"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M86.7138 58.9257C86.7138 41.963 72.9627 28.212 56 28.212C39.0372 28.212 25.2861 41.963 25.2861 58.9257C25.2861 66.054 27.7147 72.6147 31.7892 77.8266H80.2107C84.2852 72.6147 86.7138 66.054 86.7138 58.9257Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M56.0264 37.0369C55.3042 37.0369 54.7188 36.4514 54.7188 35.7292V33.1138C54.7188 32.3917 55.3042 31.8062 56.0264 31.8062C56.7487 31.8062 57.3341 32.3917 57.3341 33.1138V35.7292C57.3341 36.4514 56.7487 37.0369 56.0264 37.0369Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M38.925 44.096C38.4143 44.6067 37.5863 44.6067 37.0757 44.096L35.2263 42.2467C34.7156 41.7359 34.7156 40.908 35.2263 40.3973C35.737 39.8866 36.5649 39.8866 37.0757 40.3973L38.925 42.2467C39.4356 42.7573 39.4356 43.5853 38.925 44.096Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M32.8687 59.5577C32.8687 60.2799 32.2833 60.8654 31.561 60.8654H28.9456C28.2234 60.8654 27.6379 60.2799 27.6379 59.5577C27.6379 58.8355 28.2234 58.25 28.9456 58.25H31.561C32.2833 58.25 32.8687 58.8355 32.8687 59.5577Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M79.1313 59.5577C79.1313 58.8355 79.7168 58.25 80.439 58.25H83.0544C83.7766 58.25 84.3621 58.8355 84.3621 59.5577C84.3621 60.2799 83.7766 60.8654 83.0544 60.8654H80.439C79.7168 60.8654 79.1313 60.2799 79.1313 59.5577Z",fill:t.palette.primary[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M73.0751 42.2467L74.9245 40.3973C75.4352 39.8866 76.2631 39.8866 76.7739 40.3973C77.2845 40.908 77.2845 41.7359 76.7739 42.2467L74.9245 44.096C74.4138 44.6067 73.5858 44.6067 73.0751 44.096C72.5645 43.5853 72.5645 42.7573 73.0751 42.2467Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M58.191 62.2056C59.9856 63.0345 61.2308 64.8503 61.2308 66.9568C61.2308 69.8457 58.8889 72.1876 56.0001 72.1876C53.1112 72.1876 50.7693 69.8457 50.7693 66.9568C50.7693 64.8086 52.0643 62.9628 53.9163 62.1576L55.5272 48.4303C55.5668 48.0475 56.1202 48.0358 56.1758 48.4167L58.191 62.2056Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M58.6155 66.9568C58.6155 68.4012 57.4446 69.5721 56.0002 69.5721C54.5557 69.5721 53.3848 68.4012 53.3848 66.9568C53.3848 65.5123 54.5557 64.3414 56.0002 64.3414C57.4446 64.3414 58.6155 65.5123 58.6155 66.9568Z",fill:t.palette.primary[500]})]})},trajectoryActions:e=>{const t=de(),n=parseInt(e.variant.split("-")[1]),r=t.custom.dataviz.colorsWithExtra[n],o=e.variant==="theme"?t.palette.primary[800]:"white",i=e.variant==="theme"?t.palette.primary[800]:r.main,s=e.variant==="theme"?t.palette.primary[200]:r.main,a=e.variant==="theme"?t.palette.primary[400]:"white",c=e.variant==="theme"?t.palette.primary[500]:r.variant[700];return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M19 25C19 22.7909 20.7909 21 23 21H58L71 35V83C71 85.2091 69.2091 87 67 87H23C20.7909 87 19 85.2091 19 83V25Z",fill:s}),p.jsx("path",{d:"M71 35L58 21V35H71Z",fill:a}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M62.5604 44H40.4396C39.6478 44 39 43.3522 39 42.5605V42.4397C39 41.6478 39.6478 41 40.4396 41H62.5604C63.3522 41 64 41.6478 64 42.4397V42.5605C64 43.3522 63.3522 44 62.5604 44Z",fill:"white"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M62.5604 55H40.4396C39.6478 55 39 54.3522 39 53.5605V53.4397C39 52.6478 39.6478 52 40.4396 52H62.5604C63.3522 52 64 52.6478 64 53.4397V53.5605C64 54.3522 63.3522 55 62.5604 55Z",fill:"white"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M62.5604 66H40.4396C39.6478 66 39 65.3522 39 64.5605V64.4397C39 63.6478 39.6478 63 40.4396 63H62.5604C63.3522 63 64 63.6478 64 64.4397V64.5605C64 65.3522 63.3522 66 62.5604 66Z",fill:"white"}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M62.5604 77H40.4396C39.6478 77 39 76.3522 39 75.5605V75.4397C39 74.6478 39.6478 74 40.4396 74H62.5604C63.3522 74 64 74.6478 64 75.4397V75.5605C64 76.3522 63.3522 77 62.5604 77Z",fill:"white"}),p.jsx("path",{d:"M29.87 44.57L33.0425 41.3975L32.4125 40.7675L29.87 43.31L28.5875 42.0275L27.9575 42.6575L29.87 44.57ZM30.5 47C29.8775 47 29.2925 46.8819 28.745 46.6456C28.1975 46.4094 27.7212 46.0887 27.3162 45.6838C26.9112 45.2787 26.5906 44.8025 26.3544 44.255C26.1181 43.7075 26 43.1225 26 42.5C26 41.8775 26.1181 41.2925 26.3544 40.745C26.5906 40.1975 26.9112 39.7212 27.3162 39.3162C27.7212 38.9112 28.1975 38.5906 28.745 38.3544C29.2925 38.1181 29.8775 38 30.5 38C31.1225 38 31.7075 38.1181 32.255 38.3544C32.8025 38.5906 33.2787 38.9112 33.6838 39.3162C34.0887 39.7212 34.4094 40.1975 34.6456 40.745C34.8819 41.2925 35 41.8775 35 42.5C35 43.1225 34.8819 43.7075 34.6456 44.255C34.4094 44.8025 34.0887 45.2787 33.6838 45.6838C33.2787 46.0887 32.8025 46.4094 32.255 46.6456C31.7075 46.8819 31.1225 47 30.5 47Z",fill:o}),p.jsx("path",{d:"M29.87 55.57L33.0425 52.3975L32.4125 51.7675L29.87 54.31L28.5875 53.0275L27.9575 53.6575L29.87 55.57ZM30.5 58C29.8775 58 29.2925 57.8819 28.745 57.6456C28.1975 57.4094 27.7212 57.0887 27.3162 56.6838C26.9112 56.2787 26.5906 55.8025 26.3544 55.255C26.1181 54.7075 26 54.1225 26 53.5C26 52.8775 26.1181 52.2925 26.3544 51.745C26.5906 51.1975 26.9112 50.7212 27.3162 50.3162C27.7212 49.9112 28.1975 49.5906 28.745 49.3544C29.2925 49.1181 29.8775 49 30.5 49C31.1225 49 31.7075 49.1181 32.255 49.3544C32.8025 49.5906 33.2787 49.9112 33.6838 50.3162C34.0887 50.7212 34.4094 51.1975 34.6456 51.745C34.8819 52.2925 35 52.8775 35 53.5C35 54.1225 34.8819 54.7075 34.6456 55.255C34.4094 55.8025 34.0887 56.2787 33.6838 56.6838C33.2787 57.0887 32.8025 57.4094 32.255 57.6456C31.7075 57.8819 31.1225 58 30.5 58Z",fill:o}),p.jsx("path",{d:"M29.87 66.57L33.0425 63.3975L32.4125 62.7675L29.87 65.31L28.5875 64.0275L27.9575 64.6575L29.87 66.57ZM30.5 69C29.8775 69 29.2925 68.8819 28.745 68.6456C28.1975 68.4094 27.7212 68.0887 27.3162 67.6838C26.9112 67.2787 26.5906 66.8025 26.3544 66.255C26.1181 65.7075 26 65.1225 26 64.5C26 63.8775 26.1181 63.2925 26.3544 62.745C26.5906 62.1975 26.9112 61.7212 27.3162 61.3162C27.7212 60.9112 28.1975 60.5906 28.745 60.3544C29.2925 60.1181 29.8775 60 30.5 60C31.1225 60 31.7075 60.1181 32.255 60.3544C32.8025 60.5906 33.2787 60.9112 33.6838 61.3162C34.0887 61.7212 34.4094 62.1975 34.6456 62.745C34.8819 63.2925 35 63.8775 35 64.5C35 65.1225 34.8819 65.7075 34.6456 66.255C34.4094 66.8025 34.0887 67.2787 33.6838 67.6838C33.2787 68.0887 32.8025 68.4094 32.255 68.6456C31.7075 68.8819 31.1225 69 30.5 69Z",fill:o}),p.jsx("path",{d:"M29.87 77.57L33.0425 74.3975L32.4125 73.7675L29.87 76.31L28.5875 75.0275L27.9575 75.6575L29.87 77.57ZM30.5 80C29.8775 80 29.2925 79.8819 28.745 79.6456C28.1975 79.4094 27.7212 79.0887 27.3162 78.6838C26.9112 78.2787 26.5906 77.8025 26.3544 77.255C26.1181 76.7075 26 76.1225 26 75.5C26 74.8775 26.1181 74.2925 26.3544 73.745C26.5906 73.1975 26.9112 72.7212 27.3162 72.3162C27.7212 71.9112 28.1975 71.5906 28.745 71.3544C29.2925 71.1181 29.8775 71 30.5 71C31.1225 71 31.7075 71.1181 32.255 71.3544C32.8025 71.5906 33.2787 71.9112 33.6838 72.3162C34.0887 72.7212 34.4094 73.1975 34.6456 73.745C34.8819 74.2925 35 74.8775 35 75.5C35 76.1225 34.8819 76.7075 34.6456 77.255C34.4094 77.8025 34.0887 78.2787 33.6838 78.6838C33.2787 79.0887 32.8025 79.4094 32.255 79.6456C31.7075 79.8819 31.1225 80 30.5 80Z",fill:o}),p.jsx("path",{d:"M79.0183 84.2922C91.4475 84.2922 101.523 74.2163 101.523 61.7871C101.523 49.3579 91.4475 39.282 79.0183 39.282C66.589 39.282 56.5132 49.3579 56.5132 61.7871C56.5132 74.2163 66.589 84.2922 79.0183 84.2922Z",fill:c}),p.jsx("path",{d:"M79.0062 79.3897C88.6069 79.3897 96.3899 71.6068 96.3899 62.0061C96.3899 52.4054 88.6069 44.6224 79.0062 44.6224C69.4055 44.6224 61.6226 52.4054 61.6226 62.0061C61.6226 71.6068 69.4055 79.3897 79.0062 79.3897Z",fill:"white"}),p.jsx("path",{d:"M79.0062 73.2586C85.2208 73.2586 90.2587 68.2207 90.2587 62.0061C90.2587 55.7915 85.2208 50.7535 79.0062 50.7535C72.7916 50.7535 67.7537 55.7915 67.7537 62.0061C67.7537 68.2207 72.7916 73.2586 79.0062 73.2586Z",fill:c}),p.jsx("path",{d:"M79.006 67.1153C81.8278 67.1153 84.1152 64.8278 84.1152 62.0061C84.1152 59.1843 81.8278 56.8968 79.006 56.8968C76.1842 56.8968 73.8967 59.1843 73.8967 62.0061C73.8967 64.8278 76.1842 67.1153 79.006 67.1153Z",fill:"white"}),p.jsx("path",{d:"M98.6524 42.3476V35.4136L94.7231 39.3429V46.2769H101.657L105.599 42.3476H98.6524Z",fill:i}),p.jsx("path",{d:"M92.1077 48.8923V41.9583L88.1785 45.8876V52.8216H95.1125L99.0417 48.8923H92.1077Z",fill:i}),p.jsx("path",{d:"M79.006 62.4075C78.8965 62.4075 78.7992 62.371 78.7141 62.2859C78.5559 62.1277 78.5559 61.8723 78.7141 61.702L102.034 38.394C102.192 38.2359 102.448 38.2359 102.618 38.394C102.776 38.5521 102.776 38.8076 102.618 38.9779L79.298 62.298C79.2128 62.3832 79.1155 62.4197 79.006 62.4197V62.4075Z",fill:t.palette.primary[800]})]})},underConstruction:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M42.6779 51.0369C39.2407 51.0369 36.4543 48.2354 36.4543 44.7795C36.4543 41.3237 39.2407 38.5221 42.6779 38.5221C46.115 38.5221 48.9014 41.3237 48.9014 44.7795C48.9014 48.2354 46.115 51.0369 42.6779 51.0369ZM61.3557 47.6101V41.9489L56.9181 40.8152C56.5927 39.6306 56.125 38.5055 55.5346 37.4595L57.8757 33.5019L53.8944 29.4989L49.9582 31.8527C48.9178 31.2591 47.7988 30.789 46.6207 30.4617L45.4931 26H39.8626L38.735 30.4617C37.5568 30.789 36.4378 31.2591 35.3975 31.8527L31.4613 29.4989L27.4799 33.5019L29.821 37.4595C29.2307 38.5055 28.763 39.6307 28.4376 40.8152L24 41.9489V47.6101L28.4376 48.7438C28.763 49.9283 29.2307 51.0535 29.821 52.0995L27.4799 56.0571L31.4613 60.0602L35.3975 57.7063C36.4378 58.2999 37.5568 58.7701 38.735 59.0973L39.8626 63.5591H45.4931L46.6207 59.0973C47.7988 58.7701 48.9178 58.2999 49.9582 57.7063L53.8944 60.0602L57.8757 56.0571L55.5346 52.0995C56.125 51.0535 56.5927 49.9283 56.9181 48.7438L61.3557 47.6101Z",fill:t.palette.primary[700]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M70.6474 74.3663C67.4542 74.3663 64.8655 71.7636 64.8655 68.5529C64.8655 65.3423 67.4542 62.7395 70.6474 62.7395C73.8407 62.7395 76.4294 65.3423 76.4294 68.5529C76.4294 71.7636 73.8407 74.3663 70.6474 74.3663ZM88 71.1826V65.9232L83.8773 64.8699C83.5749 63.7694 83.1405 62.7241 82.592 61.7524L84.767 58.0756L81.0681 54.3565L77.4113 56.5434C76.4447 55.9919 75.405 55.5551 74.3105 55.2511L73.2629 51.106H68.0319L66.9844 55.2511C65.8898 55.5551 64.8502 55.9919 63.8836 56.5434L60.2268 54.3565L56.5279 58.0756L58.7029 61.7524C58.1543 62.7241 57.72 63.7694 57.4176 64.8699L53.2949 65.9232V71.1826L57.4176 72.236C57.72 73.3365 58.1543 74.3817 58.7029 75.3536L56.5279 79.0304L60.2268 82.7493L63.8836 80.5625C64.8502 81.114 65.8898 81.5508 66.9844 81.8548L68.0319 86H73.2629L74.3105 81.8548C75.405 81.5508 76.4447 81.114 77.4113 80.5625L81.0681 82.7493L84.767 79.0304L82.592 75.3536C83.1405 74.3817 83.5749 73.3365 83.8773 72.236L88 71.1826Z",fill:t.palette.primary[800]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M72.5198 43.0874L65.6617 41.7562L72.9167 33.4841C72.2699 33.38 71.6068 33.3251 70.9308 33.3251C64.0463 33.3251 58.4653 38.9365 58.4653 45.8585C58.4653 52.7805 64.0463 58.3918 70.9308 58.3918C77.8153 58.3918 83.3963 52.7805 83.3963 45.8585C83.3963 45.3712 83.3677 44.8908 83.3139 44.418L72.5198 43.0874Z",fill:t.palette.primary[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M72.5199 43.0873L59.6211 40.5836C58.88 42.187 58.4654 43.9738 58.4654 45.8583C58.4654 47.5549 58.8014 49.1723 59.409 50.6482L31.7454 76.451C30.0588 81.7925 35.1475 86.7844 40.4169 84.9575L40.7845 84.83L66.2582 57.4804C67.7013 58.0676 69.2784 58.3917 70.9309 58.3917C77.8154 58.3917 83.3964 52.7803 83.3964 45.8583C83.3964 42.0987 81.7496 38.7262 79.1421 36.429L72.5199 43.0873Z",fill:t.palette.primary[200]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M59.3846 60.0929L56.6724 57.3659L59.3846 54.6389L62.0969 57.3659L59.3846 60.0929Z",fill:t.palette.primary[600]})]})},notEnoughData:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsxs("g",{"clip-path":"url(#clip0_6702_10521)",children:[p.jsx("path",{d:"M40.4622 10.2194C40.5778 8.09803 42.0048 7.37378 43.3307 7.55973C44.6623 7.69186 45.1385 8.79455 45.1648 10.9184C45.1955 13.3387 43.131 13.065 43.131 13.065C40.5632 13.5854 40.4622 10.2194 40.4622 10.2194Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M39.9052 10.0375C38.6246 9.12567 39.8895 5.30581 40.4627 5.7915C40.812 6.08838 40.2796 7.87331 40.7675 6.68906C41.5259 4.84663 43.5265 3.72028 43.5265 4.44127C43.5265 5.02647 42.5474 6.39015 42.5474 6.39015C44.0274 4.3956 45.1665 3.90012 45.7074 4.11911C46.6396 4.49918 44.2392 7.72243 44.9155 7.08259C45.3675 6.65562 46.4108 6.20215 46.5729 6.42236C46.8846 6.85014 45.3675 10.0485 44.8706 10.0379C43.9146 8.9446 42.6626 7.52954 39.9052 10.0379V10.0375Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M29.9985 14.247L30.5451 43.1563C30.5451 43.1563 53.042 41.9998 59.7376 43.1563L56.2562 14.2319L29.9985 14.247Z",fill:t.palette.primary[700]}),p.jsx("path",{d:"M62.8848 10.0374C62.8848 10.0374 57.5014 7.67138 54.3689 7.11963C54.3689 7.11963 57.7327 8.98898 57.957 13.2378L62.4531 18.4626L62.8848 10.0374Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M23.7837 10.8127C23.7837 10.8127 28.7374 7.67138 31.8671 7.11963C31.8671 7.11963 28.5033 8.98898 28.279 13.2378L23.7837 18.4626V10.8123V10.8127Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M63.9229 78.8952L59.5327 87.3318L60.6319 88.4125H56.7927L59.3286 75.9175L63.9229 78.8952Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M32.8154 87.073L33.9146 95.848L32.8154 96.9283H36.655L37.4097 84.0952L32.8154 87.073Z",fill:t.palette.primary[200]}),p.jsx("path",{d:"M26.7295 47.4747C26.7295 47.4747 24.1217 65.0493 28.2713 89.0939C28.2713 89.0939 35.3663 89.2293 42.5971 87.6075C42.5971 87.6075 38.7143 60.3208 46.3182 57.5996C53.0159 55.203 59.6739 58.1595 59.6739 63.0225C59.6739 67.0377 55.6952 78.963 55.6952 78.963C55.6952 78.963 66.7187 79.3679 70.6092 81.3943C71.8256 77.7135 73.2478 74.1053 74.8688 70.5872C77.4564 64.964 81.4537 55.8636 76.7438 51.5405C73.0311 48.1325 62.6754 43.8873 56.3897 43.6382V40.835L28.7378 42.2394L26.7295 47.4747Z",fill:t.palette.primary[500]}),p.jsx("path",{d:"M31.867 14.2552L25.4956 16.8182C25.4956 16.8182 24.2521 12.7712 23.7836 10.8154C23.7836 10.8154 -0.253121 23.3781 4.09864 34.1848C8.44999 44.9911 26.7298 34.1848 26.7298 34.1848C26.7298 34.1848 27.0512 41.4563 25.8016 47.4701C25.781 47.5684 25.7972 47.6707 25.8477 47.7576C25.8978 47.8444 25.9787 47.9089 26.0737 47.9386C27.9907 48.5361 37.7662 52.0162 39.2175 48.0981C41.5864 41.7062 37.0928 30.3352 36.8918 19.5281C36.8918 19.5252 33.2762 15.2698 31.8674 14.2556L31.867 14.2552Z",fill:t.palette.primary[300]}),p.jsx("path",{d:"M34.622 47.5857C32.7584 47.5857 30.2484 46.7603 27.9648 46.0095C27.3289 45.7999 26.7278 45.6025 26.1456 45.4231C26.1169 45.4141 26.0931 45.3941 26.0789 45.3676C26.0648 45.3407 26.062 45.3093 26.0704 45.2808C26.0793 45.2518 26.0992 45.2274 26.1258 45.2135C26.1521 45.1992 26.1832 45.196 26.2119 45.2049C26.7957 45.3852 27.3976 45.585 28.0347 45.7926C30.305 46.5392 32.802 47.3597 34.6195 47.3597C35.2295 47.3597 35.7624 47.268 36.1856 47.049C37.0495 46.6008 37.4275 44.9313 37.3094 42.0849C37.1918 39.2837 36.6012 35.8863 36.1258 33.5292C34.535 25.6403 34.4522 20.323 34.4522 20.2696C34.4522 20.2545 34.455 20.2399 34.4603 20.226C34.4659 20.2121 34.474 20.1995 34.4841 20.1885C34.4946 20.1779 34.5072 20.1693 34.5205 20.1632C34.5342 20.1571 34.5488 20.1542 34.5637 20.1538C34.5937 20.1538 34.622 20.1656 34.643 20.1868C34.6644 20.208 34.6765 20.2366 34.6769 20.2664C34.6769 20.3186 34.7618 25.6171 36.3481 33.4876C37.4925 39.1613 38.4106 46.1559 36.2895 47.2545C35.8343 47.4866 35.2663 47.5853 34.622 47.5853V47.5857Z",fill:"white"}),p.jsx("path",{d:"M55.9882 14.2318L60.3772 16.7561C60.3772 16.7561 62.622 12.026 62.9433 10.0376C62.9433 10.0376 87.2356 20.589 83.6984 31.6934C80.1612 42.7977 61.1311 33.4037 61.1311 33.4037C61.1311 33.4037 61.0749 38.5501 62.7671 44.4522C62.7954 44.5484 62.7869 44.652 62.7432 44.7425C62.6992 44.8331 62.6236 44.9036 62.5306 44.9407C60.665 45.6813 53.9003 50.4334 51.1631 48.0286C47.4719 44.7862 49.5606 30.4806 46.8809 18.6842C46.8809 18.6842 55.5755 17.7034 55.9882 14.2322V14.2318Z",fill:t.palette.primary[300]}),p.jsx("path",{d:"M54.0539 46.1906C53.7155 46.1971 53.3796 46.1355 53.0655 46.0087C51.2908 45.2489 51.1622 41.1298 51.0131 36.3548C50.9811 35.3398 50.9488 34.2897 50.8991 33.2486C50.4795 24.4862 49.065 19.0682 49.05 19.0144C49.046 19.0001 49.0452 18.985 49.0472 18.9699C49.0492 18.9553 49.0541 18.941 49.0614 18.9279C49.069 18.9149 49.0787 18.9035 49.0905 18.8945C49.1026 18.8855 49.1159 18.8786 49.1301 18.8749C49.1446 18.8713 49.1596 18.87 49.1741 18.8721C49.1891 18.8741 49.2032 18.879 49.2158 18.8863C49.2287 18.8937 49.24 18.9039 49.2489 18.9157C49.2582 18.9275 49.2647 18.941 49.2683 18.9557C49.2829 19.0087 50.7042 24.4479 51.1242 33.234C51.1748 34.2771 51.2071 35.328 51.2391 36.3446C51.3797 40.8451 51.5115 45.0968 53.1528 45.795C55.4615 46.7782 60.57 43.0762 62.0811 41.9197C62.1049 41.9025 62.1344 41.896 62.1635 41.9005C62.1922 41.905 62.2185 41.9205 62.2359 41.9441C62.2537 41.9678 62.2618 41.9972 62.2581 42.0265C62.2545 42.0559 62.2399 42.0828 62.2173 42.1011C60.4964 43.4187 56.5824 46.1901 54.0539 46.1901V46.1906Z",fill:"white"}),p.jsx("path",{d:"M28.4937 14.7329C28.4812 14.9091 28.4747 15.0865 28.4739 15.2647C28.4739 19.4059 31.9391 22.7621 36.2165 22.7621C39.2649 22.7621 41.9019 21.0554 43.1643 18.5752C44.4224 21.0554 47.048 22.7621 50.0851 22.7621C54.3439 22.7621 57.7962 19.4059 57.7962 15.2647V15.1211L28.4937 14.7329Z",fill:t.palette.primary[900]}),p.jsx("path",{d:"M35.7027 21.0827C39.8074 21.0827 43.1352 17.7261 43.1352 13.5853C43.1352 9.44449 39.8074 6.08789 35.7027 6.08789C31.5979 6.08789 28.2705 9.44449 28.2705 13.5853C28.2705 17.7261 31.5983 21.0827 35.7027 21.0827Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M35.703 21.2537C34.1992 21.2537 32.7297 20.8039 31.4794 19.9614C30.2295 19.1189 29.2552 17.9212 28.68 16.52C28.1043 15.1188 27.9539 13.5769 28.247 12.0892C28.5405 10.6016 29.2645 9.23545 30.3277 8.16294C31.3909 7.09043 32.7451 6.36006 34.2198 6.0644C35.6945 5.76834 37.223 5.92045 38.612 6.50075C40.001 7.08105 41.1883 8.06425 42.0235 9.32517C42.8586 10.5861 43.3045 12.0688 43.3045 13.5854C43.3029 15.6187 42.5013 17.5684 41.0763 19.0059C39.6509 20.4438 37.7186 21.2521 35.703 21.2537ZM35.703 6.25974C34.2663 6.25974 32.8619 6.68875 31.6674 7.49374C30.4728 8.29874 29.5418 9.44261 28.9916 10.7814C28.4419 12.1202 28.2979 13.5936 28.5781 15.0148C28.8582 16.436 29.5499 17.7417 30.5654 18.7665C31.5813 19.7913 32.8753 20.4891 34.2845 20.7717C35.6933 21.0543 37.1535 20.9091 38.4806 20.3549C39.8078 19.8003 40.9421 18.8612 41.7405 17.6561C42.5385 16.4511 42.9642 15.0344 42.9642 13.5854C42.9617 11.6435 42.1961 9.7815 40.835 8.40803C39.4734 7.03456 37.628 6.26219 35.703 6.25974Z",fill:t.palette.primary[900]}),p.jsx("path",{d:"M35.7026 18.4884C38.3872 18.4884 40.5633 16.2932 40.5633 13.585C40.5633 10.8768 38.3872 8.68164 35.7026 8.68164C33.018 8.68164 30.8423 10.8768 30.8423 13.585C30.8423 16.2932 33.0184 18.4884 35.7026 18.4884Z",fill:"white"}),p.jsx("path",{d:"M50.5673 21.0827C54.6717 21.0827 57.9995 17.7261 57.9995 13.5853C57.9995 9.44449 54.6717 6.08789 50.5673 6.08789C46.463 6.08789 43.1348 9.44449 43.1348 13.5853C43.1348 17.7261 46.4626 21.0827 50.5673 21.0827Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M50.5674 21.2536C49.0636 21.2536 47.5941 20.8042 46.3438 19.9617C45.0934 19.1192 44.1192 17.9215 43.5435 16.5203C42.9683 15.1191 42.8175 13.5772 43.111 12.0896C43.4041 10.6019 44.1281 9.23537 45.1908 8.16286C46.254 7.09035 47.6087 6.35998 49.0834 6.06392C50.5577 5.76785 52.0861 5.91996 53.4751 6.50026C54.8646 7.08056 56.0518 8.06336 56.887 9.32468C57.7222 10.5856 58.1681 12.0684 58.1681 13.585C58.1665 15.6182 57.3652 17.5675 55.9403 19.0054C54.5153 20.4433 52.5826 21.2516 50.5674 21.2536ZM50.5674 6.25966C49.1307 6.25966 47.7263 6.68907 46.5321 7.49407C45.3376 8.29906 44.4066 9.44335 43.8568 10.7822C43.307 12.121 43.1631 13.5939 43.4433 15.0155C43.7234 16.4367 44.4151 17.7421 45.431 18.7669C46.4468 19.7917 47.7409 20.4894 49.1497 20.772C50.5585 21.0546 52.019 20.9094 53.3462 20.3548C54.6733 19.8002 55.8077 18.8611 56.6057 17.656C57.4037 16.451 57.8293 15.0343 57.8293 13.5854C57.8269 11.643 57.0613 9.78101 55.6997 8.40754C54.3382 7.03407 52.4924 6.2617 50.5674 6.25966Z",fill:t.palette.primary[900]}),p.jsx("path",{d:"M50.5673 18.4884C53.2515 18.4884 55.4276 16.2932 55.4276 13.585C55.4276 10.8768 53.2515 8.68164 50.5673 8.68164C47.883 8.68164 45.7065 10.8768 45.7065 13.585C45.7065 16.2932 47.8826 18.4884 50.5673 18.4884Z",fill:"white"}),p.jsx("path",{d:"M25.8332 26.8434C25.813 26.8434 25.7928 26.8377 25.7754 26.8271C25.758 26.8169 25.7435 26.8018 25.7338 26.7839C22.9873 21.741 20.5129 12.7572 20.4882 12.6683C20.4838 12.6536 20.4822 12.6385 20.4838 12.623C20.4854 12.6079 20.4898 12.5932 20.4971 12.5798C20.5044 12.5663 20.5141 12.5545 20.5262 12.5451C20.5379 12.5357 20.5517 12.5288 20.5662 12.5247C20.5808 12.5207 20.5961 12.5194 20.6111 12.5215C20.6261 12.5235 20.6406 12.5284 20.6536 12.5362C20.6665 12.5439 20.6782 12.5541 20.6871 12.5663C20.696 12.5786 20.7029 12.5924 20.7061 12.6075C20.7308 12.6972 23.1987 21.655 25.9323 26.6737C25.9456 26.6998 25.9484 26.7304 25.9399 26.7586C25.9319 26.7871 25.9133 26.8112 25.8878 26.8259C25.8716 26.8365 25.8526 26.8422 25.8336 26.8434H25.8332Z",fill:"white"}),p.jsx("path",{d:"M59.7377 25.2866C59.7142 25.2866 59.6916 25.2797 59.6722 25.2662C59.6479 25.2487 59.6314 25.2222 59.6265 25.1924C59.6217 25.1626 59.6285 25.1321 59.6459 25.1076C63.9354 19.0073 65.9029 11.7942 65.9227 11.722C65.9255 11.7065 65.9316 11.6922 65.9405 11.6792C65.9494 11.6665 65.9607 11.6555 65.9737 11.6473C65.987 11.6392 66.0015 11.6339 66.0169 11.6314C66.0323 11.6294 66.048 11.6302 66.0626 11.6343C66.0775 11.6384 66.0917 11.6453 66.1038 11.6551C66.1159 11.6649 66.1257 11.6771 66.1329 11.6906C66.1402 11.7044 66.1447 11.7195 66.1459 11.735C66.1471 11.7505 66.1451 11.7664 66.1402 11.7811C66.1216 11.8533 64.1432 19.1052 59.8295 25.2389C59.8193 25.2536 59.8056 25.2658 59.7894 25.2744C59.7737 25.2825 59.7559 25.287 59.7377 25.2866Z",fill:"white"}),p.jsx("path",{d:"M32.5851 28.2897C33.0124 28.2897 33.3588 27.9406 33.3588 27.5095C33.3588 27.0785 33.0124 26.729 32.5851 26.729C32.1578 26.729 31.8118 27.0785 31.8118 27.5095C31.8118 27.9406 32.1578 28.2897 32.5851 28.2897Z",fill:"white"}),p.jsx("path",{d:"M33.4821 34.652C33.9094 34.652 34.2558 34.3025 34.2558 33.8714C34.2558 33.4404 33.9094 33.0913 33.4821 33.0913C33.0548 33.0913 32.7087 33.4404 32.7087 33.8714C32.7087 34.3025 33.0552 34.652 33.4821 34.652Z",fill:"white"}),p.jsx("path",{d:"M34.1248 40.8341C34.5521 40.8341 34.8981 40.485 34.8981 40.054C34.8981 39.6229 34.5521 39.2734 34.1248 39.2734C33.6975 39.2734 33.3511 39.6229 33.3511 40.054C33.3511 40.485 33.6975 40.8341 34.1248 40.8341Z",fill:"white"}),p.jsx("path",{d:"M33.8414 95.2645L33.917 95.848L32.8179 96.9283H36.6595L36.7092 96.0842C36.5713 95.2645 34.5962 94.9019 33.8414 95.2645Z",fill:t.palette.primary[900]}),p.jsx("path",{d:"M59.8064 86.8062L59.5327 87.3315L60.6319 88.4121H56.7903L56.9742 87.5093C57.1088 86.69 59.0509 86.4441 59.8064 86.8062Z",fill:t.palette.primary[900]}),p.jsx("path",{d:"M62.2122 88.4121H54.5856C54.1773 88.4121 53.8462 88.7461 53.8462 89.158V96.1489C53.8462 96.5608 54.1773 96.8947 54.5856 96.8947H62.2122C62.6209 96.8947 62.9519 96.5608 62.9519 96.1489V89.158C62.9519 88.7461 62.6209 88.4121 62.2122 88.4121Z",fill:t.palette.primary[700]}),p.jsx("path",{d:"M78.9504 84.0952H71.3238C70.9156 84.0952 70.5845 84.4292 70.5845 84.8415V96.1481C70.5845 96.56 70.9156 96.894 71.3238 96.894H78.9504C79.3591 96.894 79.6902 96.56 79.6902 96.1481V84.8415C79.6902 84.4292 79.3591 84.0952 78.9504 84.0952Z",fill:t.palette.primary[300]}),p.jsx("path",{d:"M95.689 69.2441H88.0624C87.6541 69.2441 87.323 69.5781 87.323 69.9904V96.1483C87.323 96.5602 87.6541 96.8946 88.0624 96.8946H95.689C96.0977 96.8946 96.4287 96.5602 96.4287 96.1483V69.9904C96.4287 69.5781 96.0977 69.2441 95.689 69.2441Z",fill:t.palette.primary[900]})]}),p.jsx("defs",{children:p.jsx("clipPath",{id:"clip0_6702_10521",children:p.jsx("rect",{width:"92.8571",height:"92.8571",fill:"white",transform:"translate(3.57153 4.07129)"})})})]})},consents:e=>{const t=de();return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[p.jsx("circle",{cx:"56",cy:"56",r:"56",fill:t.palette.primary[50]}),p.jsx("path",{d:"M36.5184 97.2306L91.3076 87.0291C91.9681 86.9061 92.553 86.5273 92.9336 85.9762C93.3142 85.425 93.4594 84.7465 93.3371 84.09L82.2757 24.6823L67.5191 14.6242L22.6916 22.9709C22.0311 23.0938 21.4462 23.4726 21.0656 24.0238C20.685 24.5749 20.5398 25.2534 20.6621 25.9099L33.5671 95.219C33.6894 95.8755 34.069 96.4562 34.6225 96.8335C35.1759 97.2107 35.8579 97.3536 36.5184 97.2306Z",fill:t.palette.primary[300]}),p.jsx("path",{d:"M72.3144 26.5372L82.2761 24.6824L67.5195 14.6243L69.3631 24.5256C69.4853 25.1821 69.865 25.7628 70.4184 26.1401C70.9719 26.5173 71.6539 26.6602 72.3144 26.5372Z",fill:t.palette.primary[600]}),p.jsx("path",{d:"M75.9081 52.7598L38.5518 59.7154C38.2216 59.7769 37.8806 59.7055 37.6038 59.5168C37.3271 59.3282 37.1373 59.0378 37.0762 58.7096C37.015 58.3813 37.0876 58.0421 37.2779 57.7665C37.4682 57.4909 37.7607 57.3016 38.0909 57.2401L75.4472 50.2845C75.7774 50.223 76.1184 50.2944 76.3952 50.483C76.6719 50.6717 76.8617 50.9621 76.9228 51.2903C76.9839 51.6185 76.9114 51.9578 76.7211 52.2334C76.5308 52.509 76.2383 52.6983 75.9081 52.7598Z",fill:"white"}),p.jsx("path",{d:"M56.3528 65.3649L40.1651 68.379C39.8348 68.4405 39.4938 68.369 39.2171 68.1804C38.9404 67.9918 38.7506 67.7014 38.6894 67.3732C38.6283 67.0449 38.7009 66.7057 38.8912 66.4301C39.0815 66.1545 39.3739 65.9651 39.7042 65.9036L55.8919 62.8896C56.2222 62.8281 56.5632 62.8995 56.8399 63.0881C57.1166 63.2767 57.3064 63.5671 57.3676 63.8954C57.4287 64.2236 57.3561 64.5629 57.1658 64.8384C56.9755 65.114 56.6831 65.3034 56.3528 65.3649Z",fill:"white"}),p.jsx("path",{d:"M73.187 62.0264L62.7061 63.7213C62.3759 63.7827 62.0349 63.7113 61.7581 63.5227C61.4814 63.3341 61.2916 63.0437 61.2304 62.7154C61.1693 62.3872 61.2419 62.048 61.4322 61.7724C61.6225 61.4968 61.915 61.3074 62.2452 61.2459L72.7261 59.5511C73.0564 59.4896 73.3974 59.561 73.6741 59.7496C73.9508 59.9382 74.1406 60.2286 74.2018 60.5569C74.2629 60.8851 74.1903 61.2244 74 61.4999C73.8097 61.7755 73.5173 61.9649 73.187 62.0264Z",fill:"white"}),p.jsx("path",{d:"M69.187 72.5263L41.7784 77.0425C41.4481 77.104 41.1071 77.0326 40.8304 76.844C40.5536 76.6554 40.3638 76.365 40.3027 76.0367C40.2416 75.7085 40.3142 75.3693 40.5045 75.0937C40.6948 74.8181 40.9872 74.6287 41.3175 74.5672L68.7261 70.051C69.0564 69.9895 69.3974 70.0609 69.6741 70.2496C69.9508 70.4382 70.1406 70.7286 70.2018 71.0568C70.2629 71.3851 70.1903 71.7243 70 71.9999C69.8097 72.2755 69.5173 72.4648 69.187 72.5263Z",fill:"white"}),p.jsx("path",{d:"M74.598 80.6197L43.3912 85.7064C43.0609 85.7679 42.7199 85.6964 42.4432 85.5078C42.1664 85.3192 41.9766 85.0288 41.9155 84.7006C41.8544 84.3723 41.927 84.0331 42.1173 83.7575C42.3076 83.4819 42.6 83.2925 42.9303 83.231L74.1371 78.1444C74.4674 78.0829 74.8084 78.1543 75.0851 78.3429C75.3619 78.5315 75.5517 78.8219 75.6128 79.1502C75.6739 79.4784 75.6013 79.8177 75.411 80.0932C75.2207 80.3688 74.9283 80.5582 74.598 80.6197Z",fill:"white"}),p.jsx("path",{d:"M74.2949 44.0962L55.6167 47.574C55.2865 47.6355 54.9455 47.5641 54.6688 47.3755C54.392 47.1869 54.2022 46.8965 54.1411 46.5682C54.08 46.24 54.1525 45.9007 54.3429 45.6252C54.5332 45.3496 54.8256 45.1602 55.1559 45.0987L73.834 41.6209C74.1642 41.5594 74.5052 41.6309 74.782 41.8195C75.0587 42.0081 75.2485 42.2985 75.3096 42.6267C75.3708 42.955 75.2982 43.2942 75.1079 43.5698C74.9176 43.8454 74.6251 44.0348 74.2949 44.0962Z",fill:"white"}),p.jsx("path",{d:"M48.1459 48.9651L36.939 51.0518C36.6088 51.1133 36.2678 51.0419 35.991 50.8533C35.7143 50.6646 35.5245 50.3743 35.4634 50.046C35.4022 49.7178 35.4748 49.3785 35.6651 49.1029C35.8554 48.8274 36.1479 48.638 36.4781 48.5765L47.685 46.4898C48.0152 46.4283 48.3562 46.4998 48.633 46.6884C48.9097 46.877 49.0995 47.1674 49.1607 47.4956C49.2218 47.8239 49.1492 48.1631 48.9589 48.4387C48.7686 48.7143 48.4761 48.9037 48.1459 48.9651Z",fill:"white"}),p.jsx("path",{d:"M72.682 35.4327L35.3257 42.3882C34.9955 42.4497 34.6545 42.3783 34.3777 42.1897C34.101 42.0011 33.9112 41.7107 33.8501 41.3824C33.789 41.0542 33.8615 40.715 34.0518 40.4394C34.2421 40.1638 34.5346 39.9744 34.8648 39.9129L72.2211 32.9573C72.5513 32.8959 72.8923 32.9673 73.1691 33.1559C73.4458 33.3445 73.6356 33.6349 73.6968 33.9632C73.7579 34.2914 73.6853 34.6306 73.495 34.9062C73.3047 35.1818 73.0122 35.3712 72.682 35.4327Z",fill:"white"}),p.jsx("path",{d:"M53.6363 30.0148L33.7129 33.7244C33.3827 33.7859 33.0417 33.7145 32.7649 33.5259C32.4882 33.3372 32.2984 33.0469 32.2373 32.7186C32.1762 32.3904 32.2487 32.0511 32.439 31.7756C32.6294 31.5 32.9218 31.3106 33.252 31.2491L53.1754 27.5395C53.5056 27.478 53.8466 27.5494 54.1234 27.738C54.4001 27.9266 54.5899 28.217 54.651 28.5453C54.7122 28.8735 54.6396 29.2127 54.4493 29.4883C54.259 29.7639 53.9665 29.9533 53.6363 30.0148Z",fill:"white"}),p.jsx("path",{d:"M87.6488 78.6572C93.1505 77.6329 96.7851 72.3695 95.7669 66.9011C94.7487 61.4328 89.4633 57.8303 83.9617 58.8547C78.46 59.879 74.8254 65.1424 75.8436 70.6108C76.8618 76.0791 82.1472 79.6816 87.6488 78.6572Z",fill:t.palette.primary[800]}),p.jsx("path",{d:"M85.5168 74.6105C85.1899 74.67 84.8528 74.5994 84.5783 74.4139L80.2422 71.4692C80.1046 71.3754 79.987 71.2556 79.8961 71.1165C79.8052 70.9774 79.7428 70.8218 79.7124 70.6586C79.682 70.4954 79.6842 70.3278 79.719 70.1654C79.7538 70.0029 79.8204 69.8487 79.915 69.7117C80.0096 69.5747 80.1304 69.4575 80.2704 69.3668C80.4105 69.2761 80.5671 69.2137 80.7313 69.1831C80.8955 69.1525 81.0641 69.1544 81.2274 69.1886C81.3907 69.2228 81.5456 69.2887 81.6832 69.3825L84.9614 71.6278L89.3858 65.2207C89.4799 65.0831 89.6005 64.9654 89.7406 64.8743C89.8806 64.7832 90.0373 64.7206 90.2017 64.69C90.3661 64.6594 90.5349 64.6614 90.6983 64.696C90.8618 64.7306 91.0166 64.797 91.154 64.8914C91.4291 65.0802 91.6177 65.3696 91.6785 65.6966C91.7394 66.0235 91.6677 66.3615 91.4789 66.6365L86.3341 74.087C86.2391 74.2234 86.118 74.3398 85.9777 74.4296C85.8375 74.5195 85.6809 74.581 85.5168 74.6105Z",fill:"white"})]})},wavingHand:e=>{const t=de(),n=parseInt(e.variant.split("-")[1]),r=t.custom.dataviz.colorsWithExtra[n],o=e.variant==="theme"?t.palette.primary[400]:r.main,i=e.variant==="theme"?t.custom.yellow[700]:r.variant[100],s=e.variant==="theme"?t.palette.primary[600]:r.variant[700],a=e.variant==="theme"?t.palette.primary[600]:r.variant[700];return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{d:"M62.2067 27.1151C62.5034 26.6993 63.0808 26.6027 63.4967 26.8993L62.9596 27.6523C63.4968 26.8992 63.4974 26.8991 63.4977 26.8993V26.9003C63.4983 26.9007 63.4998 26.9007 63.5006 26.9013C63.5022 26.9024 63.504 26.9044 63.5065 26.9062C63.5117 26.9099 63.5191 26.9153 63.528 26.9218C63.5461 26.935 63.5725 26.954 63.6051 26.9784C63.6703 27.0272 63.7631 27.0987 63.8805 27.1913C64.1154 27.3766 64.4481 27.6486 64.8483 28.0038C65.6482 28.7138 66.7233 29.7597 67.8327 31.1073C69.9761 33.7111 72.2864 37.4907 72.9362 42.1991L72.9938 42.6581L72.9997 42.7528C73.005 43.2215 72.6541 43.6276 72.1784 43.6815C71.6709 43.739 71.2125 43.3737 71.1549 42.8661C70.6508 38.4219 68.483 34.8086 66.404 32.2831C65.3675 31.0241 64.3638 30.0472 63.6208 29.3876C63.2497 29.0582 62.9446 28.8088 62.735 28.6435C62.6303 28.5609 62.549 28.4998 62.4958 28.4599C62.4691 28.4399 62.4496 28.425 62.4372 28.4159C62.431 28.4114 62.4269 28.4079 62.4245 28.4062C62.4232 28.4053 62.4218 28.4054 62.4215 28.4052H62.4225C62.0066 28.1085 61.9101 27.531 62.2067 27.1151Z",fill:s}),p.jsx("path",{d:"M64.484 21.6728C64.7349 21.2279 65.2988 21.0704 65.7438 21.3212L65.3492 22.0214C65.7385 21.3312 65.7443 21.3212 65.7447 21.3212L65.7457 21.3222C65.7464 21.3226 65.7476 21.3226 65.7487 21.3232C65.7507 21.3243 65.7532 21.3262 65.7565 21.3281C65.7634 21.332 65.7736 21.3376 65.7858 21.3447C65.81 21.3587 65.8443 21.379 65.8883 21.4052C65.9767 21.4579 66.1039 21.5353 66.2643 21.6367C66.5852 21.8396 67.0408 22.1398 67.5885 22.5351C68.6827 23.3248 70.1524 24.4988 71.6608 26.04C74.6691 29.1139 77.891 33.7127 78.4996 39.6874C78.5514 40.1956 78.1816 40.6502 77.6735 40.7021C77.1652 40.7539 76.7106 40.3832 76.6588 39.8749C76.1084 34.472 73.1852 30.2437 70.3385 27.3349C68.9194 25.8849 67.5345 24.7777 66.5055 24.0351C65.9918 23.6644 65.5682 23.3859 65.276 23.2011C65.1299 23.1087 65.0162 23.0399 64.941 22.9951C64.9035 22.9727 64.8759 22.9556 64.858 22.9453C64.8491 22.9401 64.8423 22.9367 64.8385 22.9345C64.8367 22.9335 64.8351 22.9329 64.8346 22.9326C64.8346 22.9326 64.835 22.9325 64.8356 22.9316C64.3908 22.6806 64.2333 22.1177 64.484 21.6728Z",fill:s}),p.jsx("path",{d:"M24.5172 65.3314C25.0148 65.2162 25.5122 65.5262 25.6276 66.0238V66.0248L25.65 66.1146C25.6679 66.1824 25.6973 66.2866 25.7379 66.4213C25.8191 66.6907 25.9477 67.0836 26.1354 67.5619C26.5117 68.5207 27.1198 69.8128 28.0436 71.1429C29.8849 73.7942 32.9624 76.5772 37.9918 77.226C38.4983 77.2915 38.8559 77.7556 38.7907 78.2621C38.7253 78.7688 38.2612 79.1263 37.7545 79.0609C32.0759 78.3283 28.579 75.1565 26.524 72.1976C25.4998 70.7229 24.8292 69.2963 24.4137 68.2377C24.2056 67.7074 24.0604 67.2663 23.9664 66.9545C23.9195 66.7989 23.885 66.6753 23.8619 66.5883C23.8505 66.5449 23.8416 66.5103 23.8356 66.4857C23.8325 66.4734 23.8305 66.4628 23.8287 66.4554C23.8279 66.4519 23.8264 66.449 23.8258 66.4467C23.8256 66.4456 23.826 66.4445 23.8258 66.4437L23.8248 66.4427C23.8247 66.4423 23.825 66.4415 24.7262 66.2328L23.8248 66.4418C23.7096 65.9442 24.0197 65.4468 24.5172 65.3314Z",fill:s}),p.jsx("path",{d:"M17.8901 68.5725C18.3846 68.4444 18.8898 68.7413 19.0181 69.2356V69.2346C19.0182 69.2351 19.0185 69.2366 19.0191 69.2385C19.0202 69.2427 19.022 69.2506 19.0249 69.261C19.0307 69.2818 19.0402 69.3151 19.0532 69.3596C19.0795 69.4489 19.1209 69.5841 19.1792 69.759C19.296 70.1097 19.4805 70.6193 19.7466 71.2385C20.2795 72.4789 21.1356 74.1504 22.4263 75.8674C24.9993 79.2905 29.2898 82.8928 36.2359 83.6585C36.7435 83.7144 37.11 84.1713 37.0542 84.679C36.9983 85.1866 36.5413 85.5531 36.0337 85.4973C28.4687 84.6635 23.753 80.7108 20.9478 76.9788C19.5493 75.1183 18.6234 73.3119 18.0464 71.969C17.7576 71.2968 17.5547 70.7384 17.4234 70.344C17.3577 70.1469 17.31 69.9904 17.2778 69.8811C17.2618 69.8267 17.2501 69.7836 17.2417 69.7532C17.2376 69.7382 17.2343 69.7259 17.2319 69.7171C17.2308 69.7128 17.2297 69.709 17.229 69.7063C17.2287 69.705 17.2283 69.7034 17.228 69.7024L17.2271 69.7014C17.2269 69.7009 17.2271 69.7001 18.1226 69.468L17.2271 69.7005C17.0989 69.206 17.3958 68.7008 17.8901 68.5725Z",fill:s}),p.jsx("path",{d:"M51.7684 56.2848C52.2271 56.8906 51.8891 57.2178 51.6114 57.5086C51.0561 58.066 50.6698 57.7267 50.5008 57.5571L34.3961 41.393C33.1165 40.1085 31.0642 39.7814 29.5551 40.7871C27.5269 42.1442 27.3338 44.9554 28.9635 46.6033L44.9354 62.6341C45.3579 63.0582 45.3579 63.6277 44.8147 64.1608C44.2714 64.694 43.8972 64.7182 43.4384 64.3547L33.1527 55.9455C31.7402 54.7944 29.6758 54.6853 28.2754 55.8486C26.3921 57.4116 26.4887 60.2228 28.2754 61.689L39.044 70.4859L47.205 78.7376C52.867 84.0206 55.4988 89.0976 62.6939 89.8125C69.877 90.5275 77.374 84.6265 82.8308 78.7376C88.2996 72.8487 88.4927 64.9121 87.2855 60.659C85.8126 55.4487 87.0078 46.4457 87.5631 43.0287C87.7322 41.9867 87.1044 40.9325 86.0782 40.7265C83.8207 40.2903 80.7905 42.1442 77.9052 46.3609C74.1869 51.7651 75.7563 59.4352 74.1386 57.8115C72.5209 56.1878 67.0521 48.5905 67.0521 48.5905L55.4384 29.1305C54.5088 27.5674 52.6014 26.7556 50.8871 27.3614C48.5933 28.1854 47.712 30.8633 48.9072 32.8626L59.5913 50.7836C59.8086 51.1471 59.6758 51.6561 59.0843 52.0317C58.4927 52.3952 58.0702 52.1529 57.8287 51.8257L42.3881 31.1541C41.3016 29.7 39.3217 29.0821 37.6798 29.8697C35.4827 30.9239 34.8911 33.6865 36.2794 35.5404L51.7805 56.2848H51.7684Z",fill:o}),p.jsx("path",{d:"M82.8308 78.7497C77.3619 84.6386 69.877 90.5274 62.6939 89.8247C57.5632 89.3157 54.7503 86.5773 51.4907 83.1239C53.869 85.3292 56.3921 86.9287 60.1949 87.3043C67.378 88.0071 74.863 82.1182 80.3318 76.2294C85.8006 70.3405 85.9937 62.4038 84.7865 58.1508C83.3378 53.0253 84.4726 44.2404 85.04 40.7023C85.4022 40.6659 85.7523 40.678 86.0783 40.7386C87.1044 40.9325 87.7201 41.9988 87.5632 43.0409C87.0078 46.4579 85.8127 55.4608 87.2855 60.6711C88.4927 64.9242 88.2996 72.8608 82.8308 78.7497Z",fill:a}),p.jsx("path",{d:"M68.855 60.6997C69.1071 60.2554 69.6724 60.099 70.1167 60.3511C70.5608 60.6032 70.7162 61.1676 70.4644 61.6118L70.4634 61.6128C70.4622 61.615 70.4608 61.6196 70.4576 61.6255C70.451 61.6374 70.4404 61.6568 70.4263 61.6831C70.3982 61.7358 70.3552 61.8168 70.3023 61.9234C70.1962 62.1369 70.0483 62.4527 69.8843 62.8501C69.5552 63.648 69.1686 64.763 68.9351 66.0376C68.481 68.5161 68.6188 71.4766 70.7144 73.9507L70.9234 74.189L70.9829 74.2622C71.262 74.639 71.216 75.1731 70.8619 75.4956C70.4841 75.8394 69.8991 75.8118 69.5552 75.4341C66.7199 72.3202 66.5916 68.5643 67.1158 65.7036C67.3787 64.2688 67.8095 63.0261 68.1734 62.1441C68.3558 61.7019 68.5233 61.3472 68.646 61.1001C68.7074 60.9767 68.7575 60.8796 68.7935 60.812C68.8114 60.7784 68.8261 60.7518 68.8365 60.7329C68.8416 60.7236 68.8461 60.716 68.8492 60.7105C68.8506 60.7078 68.8521 60.7054 68.8531 60.7036C68.8536 60.7027 68.8537 60.7014 68.854 60.7007L68.855 60.6997Z",fill:i})]})},informations:e=>{const t=de(),n=parseInt(e.variant.split("-")[1]),r=t.custom.dataviz.colorsWithExtra[n],o={100:e.variant==="theme"?t.palette.primary[100]:r.variant[100],300:e.variant==="theme"?t.palette.primary[300]:r.main,500:e.variant==="theme"?t.palette.primary[300]:r.main,600:e.variant==="theme"?t.palette.primary[300]:r.main,700:e.variant==="theme"?t.palette.primary[700]:r.variant[700]};return p.jsxs("svg",{width:e.width,height:e.height,viewBox:"0 0 112 112",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.backgroundShape,p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M44.5527 90.3913L49.4939 95.3478H62.5057L67.4469 90.3913V78.826H44.5527V90.3913Z",fill:o[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M44.5529 78.8261H67.447C67.447 75.1169 69.2126 72.5478 73.154 69.1542C78.7853 64.3068 82.3529 57.1149 82.3529 49.0869C82.3529 34.4883 70.555 22.6522 55.9999 22.6522C41.4449 22.6522 29.647 34.4867 29.647 49.0869C29.647 57.1149 33.2145 64.3068 38.8458 69.1542C42.7872 72.5478 44.5529 75.1153 44.5529 78.8261Z",fill:o[300]}),p.jsx("path",{d:"M66.635 87.9131H45.3648C44.4557 87.9131 43.7178 87.1729 43.7178 86.2609C43.7178 85.3489 44.4557 84.6087 45.3648 84.6087H66.635C67.5441 84.6087 68.282 85.3489 68.282 86.2609C68.282 87.1729 67.5441 87.9131 66.635 87.9131Z",fill:o[700]}),p.jsx("path",{d:"M96.3529 50.7392H90.9176C90.0084 50.7392 89.2705 49.999 89.2705 49.087C89.2705 48.175 90.0084 47.4348 90.9176 47.4348H96.3529C97.262 47.4348 97.9999 48.175 97.9999 49.087C97.9999 49.999 97.262 50.7392 96.3529 50.7392Z",fill:o[300]}),p.jsx("path",{d:"M89.7221 41.6307C88.9941 41.6307 88.3287 41.1433 88.1327 40.4064C87.8972 39.5242 88.4193 38.6188 89.2972 38.3825L94.548 36.9716C95.4259 36.7353 96.3301 37.259 96.5656 38.1396C96.8012 39.0219 96.2791 39.9273 95.4012 40.1636L90.1503 41.5745C90.0071 41.6125 89.8638 41.6307 89.7238 41.6307H89.7221Z",fill:o[300]}),p.jsx("path",{d:"M94.9726 61.2585C94.831 61.2585 94.6877 61.2403 94.546 61.2023L89.2952 59.7914C88.4173 59.5551 87.8952 58.6497 88.1307 57.7675C88.3663 56.8868 89.2689 56.3631 90.1484 56.5994L95.3992 58.0103C96.2771 58.2466 96.7992 59.152 96.5637 60.0342C96.366 60.7728 95.7006 61.2585 94.9743 61.2585H94.9726Z",fill:o[300]}),p.jsx("path",{d:"M21.0824 50.7392H15.6471C14.7379 50.7392 14 49.999 14 49.087C14 48.175 14.7379 47.4348 15.6471 47.4348H21.0824C21.9915 47.4348 22.7294 48.175 22.7294 49.087C22.7294 49.999 21.9915 50.7392 21.0824 50.7392Z",fill:o[300]}),p.jsx("path",{d:"M17.0273 61.2585C16.2993 61.2585 15.6339 60.7711 15.4379 60.0342C15.2023 59.152 15.7245 58.2466 16.6023 58.0103L21.8532 56.5994C22.731 56.3631 23.6353 56.8868 23.8708 57.7675C24.1063 58.6497 23.5842 59.5551 22.7063 59.7914L17.4555 61.2023C17.3122 61.2403 17.1689 61.2585 17.0289 61.2585H17.0273Z",fill:o[300]}),p.jsx("path",{d:"M22.2779 41.6307C22.1363 41.6307 21.993 41.6125 21.8513 41.5745L16.6005 40.1636C15.721 39.9273 15.2005 39.0219 15.436 38.1396C15.6716 37.259 16.5741 36.7353 17.4537 36.9716L22.7045 38.3825C23.5824 38.6188 24.1045 39.5242 23.869 40.4064C23.6713 41.1449 23.0059 41.6307 22.2796 41.6307H22.2779Z",fill:o[300]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M44.5529 78.8261H55.3411C48.5124 69.5938 44.4705 58.1624 44.4705 45.7826C44.4705 37.8852 46.1176 30.3761 49.0806 23.5741C37.8823 26.6224 29.647 36.889 29.647 49.087C29.647 57.1149 33.2145 64.3068 38.8458 69.1543C42.7872 72.5478 44.5529 75.1153 44.5529 78.8261Z",fill:o[500]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M66.4818 38.5725C60.6924 32.7651 51.3074 32.7651 45.518 38.5725C45.2841 38.8071 45.0601 39.0484 44.846 39.2945C40.1552 46.6864 41.7528 55.9286 46.4206 60.4357C48.3493 62.078 50.5992 63.1453 52.9446 63.6393L55.9999 68.9494L59.0552 63.6393C61.7761 63.0677 64.3686 61.7228 66.4801 59.603C72.2695 53.7957 72.2695 44.3816 66.4801 38.5742L66.4818 38.5725Z",fill:"white"}),p.jsx("path",{d:"M57.6472 57.9674H54.3531C53.4439 57.9674 52.7061 57.2272 52.7061 56.3152C52.7061 55.4032 53.4439 54.663 54.3531 54.663V49.3149C53.6235 49.3149 52.9548 48.8242 52.7621 48.0824C52.5315 47.2002 53.0569 46.2964 53.9364 46.0651L55.5835 45.6322C56.0776 45.5017 56.603 45.6091 57.0082 45.9214C57.4117 46.2336 57.6489 46.7177 57.6489 47.2299V54.6647C58.5581 54.6647 59.2959 55.4048 59.2959 56.3168C59.2959 57.2288 58.5581 57.969 57.6489 57.969L57.6472 57.9674ZM56.0002 43.0978C55.091 43.0978 54.3531 42.3576 54.3531 41.4456C54.3531 40.5336 55.0893 39.7935 56.0002 39.7935C56.9093 39.7935 57.6472 40.5336 57.6472 41.4456C57.6472 42.3576 56.9093 43.0978 56.0002 43.0978Z",fill:o[600]}),p.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M44.8492 39.2896C39.7401 45.13 39.9608 54.0269 45.5179 59.6014C45.8111 59.8955 46.1125 60.1747 46.4238 60.439C45.1523 55.77 44.4704 50.8564 44.4704 45.7826C44.4704 43.5852 44.6022 41.4209 44.8492 39.2896Z",fill:o[100]})]})}},b8=e=>{const t=de(),n=112,{illustration:r,backgroundShape:o="circle",width:i=n,height:s=n,variant:a="theme"}=e,c=parseInt(a.split("-")[1]),u=a==="theme"?t.palette.primary[50]:t.custom.dataviz.colorsWithExtra[c].variant[100],d=o==="circle"?p.jsx(aoe,{width:n,height:n,backgroundColor:u}):p.jsx(loe,{width:n,height:n,backgroundColor:u}),f=VM[r];return p.jsx(f,{width:i,height:s,backgroundShape:d,variant:a})},coe=e=>{const{percentageDifference:t,comparedTo:n,comparisonText:r,iconName:o,colors:i,disableText:s}=e;return p.jsxs(fe,{direction:"row",alignItems:"center",gap:"2px",flexWrap:"wrap",className:"comparison-block-wrapper",children:[p.jsxs(ee,{sx:{border:`1px solid ${i.primaryColor}`,background:i.secondaryColor,width:"fit-content",padding:"3px 7px",display:"flex",borderRadius:"20px",alignItems:"center",gap:"2px",color:i.primaryColor,marginRight:"6px"},children:[p.jsx(bt,{icon:o,size:1}),t&&p.jsx(ee,{display:"flex",alignItems:"center",flexDirection:"row",gap:"8px",children:p.jsx(ie,{component:"span",variant:"h6",children:t})})]}),!s&&p.jsxs(p.Fragment,{children:[r!==void 0&&(n==null?void 0:n.label)!==void 0&&p.jsxs(ie,{variant:"body",children:[r," ",p.jsx(ie,{variant:"body-bold",children:n.label})]}),(n==null?void 0:n.value)!==void 0&&(n==null?void 0:n.unit)!==void 0&&p.jsxs(fe,{flexDirection:"row",children:[p.jsx(ie,{variant:"body",children:"("}),p.jsx(ki,{value:n.value,unit:n.unit,position:"default-side",size:"small"}),p.jsx(ie,{variant:"body",children:")"})]})]})]})},uoe=e=>{const{currentValue:t,previousValue:n,improvement:r,layout:o}=e,i=de(),s={primaryColor:i.custom.green[500],secondaryColor:i.custom.green[100]},a={primaryColor:i.custom.red[500],secondaryColor:i.custom.red[100]};if(t===n)return{color:{primaryColor:i.custom.grey[2800],secondaryColor:i.custom.grey[300]},icon:"equal"};const c=o.size==="M"&&o.direction==="horizontal",u=c?"plus":"arrowUpRight",d=c?"minus":"arrowDownRight",f=t>n,h=f?u:d;return r==="increase"?{color:f?s:a,icon:h}:{color:f?a:s,icon:h}},doe=e=>{const{percentageDifference:t,comparedTo:n,comparisonText:r,iconName:o,colors:i}=e;return p.jsxs(p.Fragment,{children:[p.jsxs(ee,{display:"flex",alignItems:"center",gap:"8px",mb:"4px",children:[p.jsx(Tl,{icon:o,size:3,boxProps:{sx:{backgroundColor:i.primaryColor,borderRadius:"32px",color:"#fff"}}}),t&&p.jsx(ki,{value:t,unit:"",size:"inter"})]}),r!==void 0&&(n==null?void 0:n.label)!==void 0&&p.jsxs(ie,{variant:"body",children:[r," ",p.jsx(ie,{variant:"body-bold",children:n.label})]}),(n==null?void 0:n.value)!==void 0&&(n==null?void 0:n.unit)!==void 0&&p.jsxs(fe,{flexDirection:"row",children:[p.jsx(ie,{variant:"body",children:"("}),p.jsx(ki,{value:n.value,unit:n.unit,position:"default-side",size:"small"}),p.jsx(ie,{variant:"body",children:")"})]})]})},foe=e=>{const{percentageDifference:t,comparedTo:n,iconName:r,colors:o,comparisonText:i}=e;return p.jsxs(p.Fragment,{children:[p.jsxs(ee,{display:"flex",alignItems:"center",gap:"8px",children:[p.jsx(Tl,{icon:r,size:.5,boxProps:{sx:{backgroundColor:o.primaryColor,borderRadius:"32px",color:"#fff"}}}),t&&p.jsx(ki,{value:t,unit:"",size:"small"})]}),i!==void 0&&(n==null?void 0:n.label)!==void 0&&p.jsxs(ie,{variant:"body",children:[i," ",p.jsx(ie,{variant:"body-bold",children:n.label})]}),(n==null?void 0:n.value)!==void 0&&(n==null?void 0:n.unit)!==void 0&&p.jsxs(fe,{flexDirection:"row",children:[p.jsx(ie,{variant:"body",children:"("}),p.jsx(ki,{value:n.value,unit:n.unit,position:"default-side",size:"small"}),p.jsx(ie,{variant:"body",children:")"})]})]})},poe=e=>{const{percentageDifference:t,comparedTo:n,iconName:r,colors:o,comparisonText:i}=e;return p.jsx(p.Fragment,{children:p.jsxs(ee,{display:"flex",alignItems:"center",flexDirection:"row",gap:"8px",mb:"4px",flexWrap:"wrap",children:[p.jsx(Tl,{icon:r,size:3,boxProps:{sx:{backgroundColor:o.primaryColor,borderRadius:"32px",color:"#fff"}}}),t&&p.jsx(ie,{component:"span",variant:"h2",children:t}),i!==void 0&&(n==null?void 0:n.label)!==void 0&&p.jsxs(ie,{variant:"body",children:[i," ",p.jsx(ie,{variant:"body-bold",children:n.label})]}),(n==null?void 0:n.value)!==void 0&&(n==null?void 0:n.unit)!==void 0&&p.jsxs(fe,{flexDirection:"row",children:[p.jsx(ie,{variant:"body",children:"("}),p.jsx(ki,{value:n.value,unit:n.unit,position:"default-side",size:"small"}),p.jsx(ie,{variant:"body",children:")"})]})]})})},hoe=e=>{const{percentageDifference:t,iconName:n,colors:r}=e;return p.jsxs(fe,{flexDirection:"row",alignItems:"center",gap:"2px",className:"comparison-block-wrapper",children:[p.jsx(ee,{sx:{border:`1px solid ${r.primaryColor}`,background:r.secondaryColor,width:"fit-content",padding:"1px",display:"flex",borderRadius:"20px",alignItems:"center",color:r.primaryColor,marginRight:"2px"},children:p.jsx(bt,{icon:n,size:.1})}),t&&p.jsx(ki,{value:t,unit:"",size:"micro",colorOverride:r.primaryColor})]})},goe=e=>{const{percentageDifference:t,comparedTo:n,comparisonText:r,iconName:o,colors:i,disableText:s}=e;return p.jsxs(fe,{justifyContent:"start",alignItems:"start",gap:"2px",flexWrap:"wrap",className:"comparison-block-wrapper",children:[p.jsxs(fe,{flexDirection:"row",alignItems:"center",gap:"2px",className:"comparison-block-wrapper",children:[p.jsx(ee,{sx:{border:`1px solid ${i.primaryColor}`,background:i.secondaryColor,width:"fit-content",padding:"2px",display:"flex",borderRadius:"20px",alignItems:"center",color:i.primaryColor,marginRight:"8px"},children:p.jsx(bt,{icon:o,size:1})}),t&&p.jsx(ki,{value:t,unit:"",size:"micro",colorOverride:i.primaryColor})]}),!s&&p.jsxs(fe,{flexDirection:"row",alignItems:"center",gap:"2px",children:[r!==void 0&&(n==null?void 0:n.label)!==void 0&&p.jsxs(ie,{variant:"body",children:[r," ",p.jsx(ie,{variant:"body-bold",children:n.label})]}),(n==null?void 0:n.value)!==void 0&&(n==null?void 0:n.unit)!==void 0&&p.jsxs(fe,{flexDirection:"row",gap:"2px",alignItems:"baseline",children:[p.jsx(ie,{variant:"body",children:"("}),p.jsx(ki,{value:n.value,unit:n.unit,position:"default-side",size:"small"}),p.jsx(ie,{variant:"body",children:")"})]})]})]})},K3=e=>{var v,b,y,w,x,S;const{currentValue:t,comparedTo:n,comparisonText:r="par rapport à",improvement:o,layout:i={direction:"vertical",size:"L"},disableText:s=!1,locale:a}=e,c=Number(n.value),u=uoe({currentValue:t,previousValue:c,improvement:o,layout:i}),d=c>0?Math.abs(100-t/c*100):null,f=d!==null?new Intl.NumberFormat(a,{style:"percent",notation:"compact",minimumFractionDigits:0,maximumFractionDigits:0}).format(d/100):"",h=new Intl.NumberFormat(a).format(c),g={...n,value:h},m={comparisonText:r,percentageDifference:f,comparedTo:g,iconName:u.icon,colors:u.color,disableText:s};if(i.direction==="vertical")return p.jsxs(ee,{sx:{borderRadius:"12px",background:u.color.secondaryColor,width:"fit-content",padding:((v=e.layout)==null?void 0:v.size)==="M"?"8px":"16px"},className:"comparison-block-wrapper",children:[((b=e.layout)==null?void 0:b.size)==="L"&&p.jsx(doe,{...m}),((y=e.layout)==null?void 0:y.size)==="M"&&p.jsx(foe,{...m})]});if(i.direction==="horizontal"){if(((w=e.layout)==null?void 0:w.size)==="L")return p.jsx(ee,{sx:{borderRadius:"12px",background:u.color.secondaryColor,width:"fit-content",padding:"24px 16px"},className:"comparison-block-wrapper",children:p.jsx(poe,{...m})});if(((x=e.layout)==null?void 0:x.size)==="M")return p.jsx(coe,{...m})}if(i.direction==="horizontal-2-rows"&&i.size==="M")return p.jsx(ee,{children:p.jsx(goe,{...m})});if(((S=e.layout)==null?void 0:S.size)==="S")return p.jsx(hoe,{...m})},Y3=e=>{const t=de(),{value:n,unit:r,comparison:o,...i}=e;return p.jsxs(ee,{display:"inline-flex",bgcolor:t.custom.grey[200],border:`1px solid ${t.custom.grey[500]}`,borderRadius:"4px",padding:"4px 8px",position:"relative",gap:t.spacing(1),...i,children:[p.jsx(ki,{value:n,unit:r}),o!==void 0&&o.toCompareTo!==null&&o.value!==null&&p.jsxs(p.Fragment,{children:[p.jsx(ee,{borderLeft:`1px solid ${t.custom.grey[500]}`}),p.jsx(K3,{currentValue:o.value,comparedTo:{value:o.toCompareTo},improvement:o.improvement,layout:{direction:"horizontal",size:"S"}})]})]})},NM=dl(v7)(()=>({background:"transparent",borderTop:`1px solid ${de().custom.grey[500]}`,borderRadius:"0 !important",boxShadow:"none",":before":{height:0},":last-of-type":{borderBottom:`1px solid ${de().custom.grey[500]}`},"&.Mui-expanded":{margin:0}})),_M=dl(y7)(()=>({minHeight:"84px",borderRadius:0,padding:0,"&.Mui-expanded":{minHeight:"84px"},">.MuiAccordionSummary-content":{margin:"20px 0"},">.MuiAccordionSummary-expandIconWrapper":{width:"44px",height:"44px",display:"flex",alignItems:"center",justifyContent:"center",marginLeft:"12px",color:de().custom.grey[2800]}})),$M=dl(b7)(()=>({padding:"8px 0 28px 0"})),moe=e=>{const[t,n]=L.useState(null),r=o=>{if(o===t){n(null);return}n(o)};return p.jsx(fe,{direction:"column",children:e.pages.map((o,i)=>p.jsxs(NM,{expanded:t===i,children:[p.jsx(_M,{expandIcon:p.jsx(bt,{size:4,icon:"arrowDownShort"}),onClick:()=>r(i),children:p.jsxs(fe,{direction:"row",alignItems:"center",gap:"28px",flex:1,children:[p.jsx(ie,{variant:"h3",flex:1,children:o.title}),o.indicator&&p.jsx(Y3,{value:o.indicator.value,unit:o.indicator.unit})]})}),p.jsx($M,{children:o.content})]},`form-accordion-${i}`))})},voe=e=>C.createElement("svg",{width:26,height:26,viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M13.0004 16.5796L6.63672 10.216L7.89176 8.96094L13.0004 14.0872L18.1089 8.97862L19.364 10.2337L13.0004 16.5796Z",fill:"#393A36"})),we={gradientDark:"linear-gradient(180deg, #484945 0%, #2A2B27 100%)",gradientLight:"linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%)",100:"#FFFFFF",200:"#FEFCFB",300:"#F6F5F3",400:"#EFEDEC",500:"#E7E6E4",600:"#E0DEDD",700:"#D8D7D5",800:"#D1CFCE",900:"#C9C8C6",1e3:"#C1C0BE",1100:"#BAB9B7",1200:"#B2B1AF",1300:"#ABAAA8",1400:"#A3A2A0",1500:"#9C9B99",1600:"#949491",1700:"#8C8C89",1800:"#858582",1900:"#7D7D7A",2e3:"#767673",2100:"#6E6E6B",2200:"#676764",2300:"#5F5F5C",2400:"#575854",2500:"#50504D",2600:"#484945",2700:"#41413E",2800:"#393A36",2900:"#32322F",3e3:"#2A2B27"},ao={100:"#FFF0ED",200:"#FCCCC2",300:"#F8A897",400:"#F5846B",500:"#F16040",600:"#EE3C15",700:"#D03210",800:"#B2290B",900:"#931F05",1e3:"#751500"},HM={100:"#DFFFE6",200:"#B7F2C4",300:"#8FE5A2",400:"#67D980",500:"#3FCC5E",600:"#17BF3C",700:"#12A332",800:"#0D8728",900:"#086A1D",1e3:"#034E13"},FM={50:"#FFF2E9",100:"#FFE5D3",200:"#FFCCA7",300:"#FFB27B",400:"#FF994F",500:"#FF8024",600:"#CC661C",700:"#994C15",800:"#66330E",900:"#331907"},BM={50:"#FFFEEA",100:"#FFF9C5",200:"#FFF285",300:"#FFE546",400:"#FFD51B",500:"#FFB400",600:"#E28A00",700:"#BB6002",800:"#984A08",900:"#7C3D0B"},zM={grey:"0px 2px 8px 0px #2A2B270A"},C8={1:{main:"#FF8024",variant:{100:"#FFCCA7",700:"#E86303"},lv1:{max:"#FF3243",middle:"#FF8024",min:"#FFEDA6"},lv2:{max:"#A57100",middle:"#FF9243",min:"#FFD4CB"}},2:{main:"#4DCDF0",variant:{100:"#DAF7FF",700:"#22A9CD"},lv1:{max:"#007F70",middle:"#4DCDF0",min:"#DDEBFF"},lv2:{max:"#001B93",middle:"#4DCDF0",min:"#D5FBF2"}},3:{main:"#F98CC0",variant:{100:"#FFE7F2",700:"#E96DA8"},lv1:{max:"#720098",middle:"#F98CC0",min:"#FFDED9"},lv2:{max:"#9D0101",middle:"#F98CC0",min:"#EFDDFF"}},4:{main:"#2B59A4",variant:{100:"#E4EEFF",700:"#164694"},lv1:{max:"#03684B",middle:"#2B59A4",min:"#CFC9FF"},lv2:{max:"#3F027D",middle:"#2B59A4",min:"#C5FFF7"}},5:{main:"#FFB400",variant:{100:"#FFF7E4",700:"#CF960F"},lv1:{max:"#803202",middle:"#FFB400",min:"#F8F66E"},lv2:{max:"#97B408",middle:"#FFB400",min:"#FFE4D5"}},6:{main:"#DB3D53",variant:{100:"#FFE1E5",700:"#BC2439"},lv1:{max:"#730359",middle:"#DB3D53",min:"#FFD2BC"},lv2:{max:"#5A1800",middle:"#DB3D53",min:"#FFCFF5"}},7:{main:"#47CD56",variant:{100:"#E9FFEB",700:"#32AC40"},lv1:{max:"#6D7502",middle:"#47CD56",min:"#C5FCFF"},lv2:{max:"#01907A",middle:"#47CD56",min:"#F1F5B1"}},8:{main:"#B2B4FF",variant:{100:"#F2F2FF",700:"#8D8FE1"},lv1:{max:"#210191",middle:"#B2B4FF",min:"#F6D0FF"},lv2:{max:"#60017C",middle:"#B2B4FF",min:"#C5FCFF"}}},y8={9:{main:"#BB7600",variant:{100:"#FFF7E9",700:"#8F5C02"}},10:{main:"#B249C6",variant:{100:"#FDF1FF",700:"#9B33B0"}},11:{main:"#30C7A3",variant:{100:"#DCFFF7",700:"#14A582"}},12:{main:"#FF816C",variant:{100:"#FEEEEB",700:"#DF6043"}},13:{main:"#5268FF",variant:{100:"#E9ECFF",700:"#3C4FD2"}},14:{main:"#C8E25D",variant:{100:"#F6FFD1",700:"#9CB72E"}},15:{main:"#EFB8FF",variant:{100:"#FAE7FF",700:"#CF8DE2"}},16:{main:"#A0B1AC",variant:{100:"#EEFFFA",700:"#7E928C"}}},x8={...y8,...C8},WM=Object.values(x8).map(e=>e.main),ZM=dl(v7)(()=>({".Mui-disabled":{background:we[500]},":before":{height:"0px"},border:`1px solid ${we[500]}`,boxShadow:"0px 2px 8px 0px #2A2B270A"})),boe=e=>{const{defaultIndex:t}=e,[n,r]=L.useState(t),o=i=>{if(i===n){r(void 0);return}r(i)};return p.jsx("div",{style:{display:"flex",flexDirection:"column",marginBlock:"1rem"},children:e.pages.map((i,s)=>{const a=n===s;return p.jsxs(ZM,{expanded:a,disableGutters:!0,children:[p.jsx(y7,{sx:{minHeight:"80px"},expandIcon:p.jsx(voe,{}),"aria-controls":"panel1a-content",onClick:()=>{o(s),i.onOpenAction&&i.onOpenAction()},children:i.title}),p.jsx(b7,{sx:{borderTop:`1px solid ${we[500]}`},children:i.content})]},`accordion-prod-ing-${s}`)})})},Coe=Ae(p.jsx("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z"}),"Add"),yoe=Ae(p.jsx("path",{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20z"}),"ArrowBack"),xoe=Ae(p.jsx("path",{d:"m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8z"}),"ArrowDownward"),UM=Ae(p.jsx("path",{d:"m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"}),"ArrowForward"),woe=Ae(p.jsx("path",{d:"m10 17 5-5-5-5z"}),"ArrowRight"),Soe=Ae(p.jsx("path",{d:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12z"}),"Cancel"),Toe=Ae(p.jsx("path",{d:"M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"}),"Check"),Moe=Ae(p.jsx("path",{d:"M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"}),"ChevronLeft"),Eoe=Ae(p.jsx("path",{d:"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"}),"ChevronRight"),Ooe=Ae(p.jsx("path",{d:"M5 13h14v-2H5zm-2 4h14v-2H3zM7 7v2h14V7z"}),"ClearAll"),X3=Ae(p.jsx("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Close"),w8=Ae(p.jsx("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"CloseOutlined"),qM=Ae(p.jsx("path",{d:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96M19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3m-9-3.82-2.09-2.09L6.5 13.5 10 17l6.01-6.01-1.41-1.41z"}),"CloudDoneOutlined"),koe=Ae(p.jsx("path",{d:"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m0 16H8V7h11z"}),"ContentCopy"),Poe=Ae(p.jsx("path",{d:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM5.92 19H5v-.92l9.06-9.06.92.92zM20.71 5.63l-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41"}),"CreateOutlined"),joe=Ae(p.jsx("path",{d:"M3 3h18v2H3zm0 16h18v2H3z"}),"DensityLarge"),Ioe=Ae(p.jsx("path",{d:"M3 3h18v2H3zm0 16h18v2H3zm0-8h18v2H3z"}),"DensityMedium"),Loe=Ae(p.jsx("path",{d:"M3 2h18v2H3zm0 18h18v2H3zm0-6h18v2H3zm0-6h18v2H3z"}),"DensitySmall"),Aoe=Ae(p.jsx("path",{d:"M20 9H4v2h16zM4 15h16v-2H4z"}),"DragHandle"),Roe=Ae(p.jsx("path",{d:"M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"}),"DragIndicator"),Doe=Ae([p.jsx("path",{d:"M8 8H6v7c0 1.1.9 2 2 2h9v-2H8z"},"0"),p.jsx("path",{d:"M20 3h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 8h-8V7h8zM4 12H2v7c0 1.1.9 2 2 2h9v-2H4z"},"1")],"DynamicFeed"),Voe=Ae(p.jsx("path",{d:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75z"}),"Edit"),Noe=Ae(p.jsx("path",{d:"m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"}),"ExpandLess"),GM=Ae(p.jsx("path",{d:"M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"}),"ExpandMore"),_oe=Ae(p.jsx("path",{d:"M4.25 5.61C6.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39c.51-.66.04-1.61-.79-1.61H5.04c-.83 0-1.3.95-.79 1.61"}),"FilterAlt"),$oe=Ae(p.jsx("path",{d:"M10 18h4v-2h-4zM3 6v2h18V6zm3 7h12v-2H6z"}),"FilterList"),Hoe=Ae(p.jsx("path",{d:"M10.83 8H21V6H8.83zm5 5H18v-2h-4.17zM14 16.83V18h-4v-2h3.17l-3-3H6v-2h2.17l-3-3H3V6h.17L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41z"}),"FilterListOff"),Foe=Ae(p.jsx("path",{d:"M18.41 16.59 13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"}),"FirstPage"),Boe=Ae(p.jsx("path",{d:"M7 15v2h10v-2zm-4 6h18v-2H3zm0-8h18v-2H3zm4-6v2h10V7zM3 3v2h18V3z"}),"FormatAlignCenter"),zoe=Ae(p.jsx("path",{d:"M15 15H3v2h12zm0-8H3v2h12zM3 13h18v-2H3zm0 8h18v-2H3zM3 3v2h18V3z"}),"FormatAlignLeft"),Woe=Ae(p.jsx("path",{d:"M3 21h18v-2H3zm6-4h12v-2H9zm-6-4h18v-2H3zm6-4h12V7H9zM3 3v2h18V3z"}),"FormatAlignRight"),Zoe=Ae(p.jsx("path",{d:"M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42M10 6.5h3c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"}),"FormatBold"),Uoe=Ae(p.jsx("path",{d:"M16.56 8.94 7.62 0 6.21 1.41l2.38 2.38-5.15 5.15c-.59.59-.59 1.54 0 2.12l5.5 5.5c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.58.59-1.53 0-2.12M5.21 10 10 5.21 14.79 10zM19 11.5s-2 2.17-2 3.5c0 1.1.9 2 2 2s2-.9 2-2c0-1.33-2-3.5-2-3.5M2 20h20v4H2z"}),"FormatColorFill"),qoe=Ae(p.jsx("path",{d:"M18 14c0-4-6-10.8-6-10.8s-1.33 1.51-2.73 3.52l8.59 8.59c.09-.42.14-.86.14-1.31m-.88 3.12L12.5 12.5 5.27 5.27 4 6.55l3.32 3.32C6.55 11.32 6 12.79 6 14c0 3.31 2.69 6 6 6 1.52 0 2.9-.57 3.96-1.5l2.63 2.63 1.27-1.27z"}),"FormatColorReset"),Goe=Ae(p.jsx("path",{d:"M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4z"}),"FormatItalic"),Koe=Ae(p.jsx("path",{d:"M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5m0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5m0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5 1.5-.68 1.5-1.5-.67-1.5-1.5-1.5M7 19h14v-2H7zm0-6h14v-2H7zm0-8v2h14V5z"}),"FormatListBulleted"),Yoe=Ae(p.jsx("path",{d:"M2 17h2v.5H3v1h1v.5H2v1h3v-4H2zm1-9h1V4H2v1h1zm-1 3h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2zm5-6v2h14V5zm0 14h14v-2H7zm0-6h14v-2H7z"}),"FormatListNumbered"),Xoe=Ae(p.jsx("path",{d:"M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6m-7 2v2h14v-2z"}),"FormatUnderlined"),Joe=Ae(p.jsx("path",{d:"M7 14H5v5h5v-2H7zm-2-4h2V7h3V5H5zm12 7h-3v2h5v-5h-2zM14 5v2h3v3h2V5z"}),"Fullscreen"),Qoe=Ae(p.jsx("path",{d:"M5 16h3v3h2v-5H5zm3-8H5v2h5V5H8zm6 11h2v-3h3v-2h-5zm2-11V5h-2v5h5V8z"}),"FullscreenExit"),eie=Ae(p.jsx("path",{d:"M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2M8.5 13.5l2.5 3.01L14.5 12l4.5 6H5z"}),"Image"),tie=Ae(p.jsx("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8m3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5m-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11m3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5"}),"InsertEmoticon"),nie=Ae(p.jsx("path",{d:"M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5"}),"InsertLink"),KM=Ae(p.jsx("path",{d:"M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z"}),"KeyboardArrowDown"),YM=Ae(p.jsx("path",{d:"M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z"}),"KeyboardArrowUp"),rie=Ae([p.jsx("path",{d:"M18 6.41 16.59 5 12 9.58 7.41 5 6 6.41l6 6z"},"0"),p.jsx("path",{d:"m18 13-1.41-1.41L12 16.17l-4.59-4.58L6 13l6 6z"},"1")],"KeyboardDoubleArrowDown"),oie=Ae(p.jsx("path",{d:"M5.59 7.41 10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"}),"LastPage"),iie=Ae(p.jsx("path",{d:"m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4z"}),"Logout"),XM=Ae(p.jsx("path",{d:"M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8m0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4z"}),"LoopOutlined"),sie=Ae(p.jsx("path",{d:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"}),"MoreHoriz"),aie=Ae(p.jsx("path",{d:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"}),"MoreVert"),lie=Ae(p.jsx("path",{fillRule:"evenodd",d:"M16 9V4h1c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1h1v5c0 1.66-1.34 3-3 3v2h5.97v7l1 1 1-1v-7H19v-2c-1.66 0-3-1.34-3-3"}),"PushPin"),cie=Ae(p.jsx("path",{d:"M12 5V2L8 6l4 4V7c3.31 0 6 2.69 6 6 0 2.97-2.17 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93 0-4.42-3.58-8-8-8m-6 8c0-1.65.67-3.15 1.76-4.24L6.34 7.34C4.9 8.79 4 10.79 4 13c0 4.08 3.05 7.44 7 7.93v-2.02c-2.83-.48-5-2.94-5-5.91"}),"RestartAlt"),uie=Ae(p.jsx("path",{d:"M19 19h2v2h-2zm0-2h2v-2h-2zM3 13h2v-2H3zm0 4h2v-2H3zm0-8h2V7H3zm0-4h2V3H3zm4 0h2V3H7zm8 16h2v-2h-2zm-4 0h2v-2h-2zm4 0h2v-2h-2zm-8 0h2v-2H7zm-4 0h2v-2H3zM21 8c0-2.76-2.24-5-5-5h-5v2h5c1.65 0 3 1.35 3 3v5h2z"}),"RoundedCorner"),die=Ae(p.jsx("path",{d:"M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3m3-10H5V5h10z"}),"Save"),fie=Ae(p.jsx("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"}),"Search"),pie=Ae([p.jsx("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3 6.08 3 3.28 5.64 3.03 9h2.02C5.3 6.75 7.18 5 9.5 5 11.99 5 14 7.01 14 9.5S11.99 14 9.5 14c-.17 0-.33-.03-.5-.05v2.02c.17.02.33.03.5.03 1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19z"},"0"),p.jsx("path",{d:"M6.47 10.82 4 13.29l-2.47-2.47-.71.71L3.29 14 .82 16.47l.71.71L4 14.71l2.47 2.47.71-.71L4.71 14l2.47-2.47z"},"1")],"SearchOff"),hie=Ae(p.jsx("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"}),"SearchOutlined"),gie=Ae(p.jsx("path",{d:"M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6"}),"Settings"),mie=Ae(p.jsx("path",{d:"M3 18h6v-2H3zM3 6v2h18V6zm0 7h12v-2H3z"}),"Sort"),vie=Ae(p.jsx("path",{d:"M6.85 7.08C6.85 4.37 9.45 3 12.24 3c1.64 0 3 .49 3.9 1.28.77.65 1.46 1.73 1.46 3.24h-3.01c0-.31-.05-.59-.15-.85-.29-.86-1.2-1.28-2.25-1.28-1.86 0-2.34 1.02-2.34 1.7 0 .48.25.88.74 1.21.38.25.77.48 1.41.7H7.39c-.21-.34-.54-.89-.54-1.92M21 12v-2H3v2h9.62c1.15.45 1.96.75 1.96 1.97 0 1-.81 1.67-2.28 1.67-1.54 0-2.93-.54-2.93-2.51H6.4c0 .55.08 1.13.24 1.58.81 2.29 3.29 3.3 5.67 3.3 2.27 0 5.3-.89 5.3-4.05 0-.3-.01-1.16-.48-1.94H21z"}),"StrikethroughS"),bie=Ae(p.jsx("path",{d:"m18 12 4-4-4-4v3H3v2h15zM6 12l-4 4 4 4v-3h15v-2H6z"}),"SyncAlt"),Cie=Ae(p.jsx("path",{d:"M14.67 5v14H9.33V5zm1 14H21V5h-5.33zm-7.34 0V5H3v14z"}),"ViewColumn"),yie=Ae(p.jsx("path",{d:"M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7M2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2m4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3z"}),"VisibilityOff"),xie=Ae([p.jsx("path",{d:"M12 5.99 19.53 19H4.47zM12 2 1 21h22z"},"0"),p.jsx("path",{d:"M13 16h-2v2h2zm0-6h-2v5h2z"},"1")],"WarningAmber");function wie(){if(console&&console.warn){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];Ml(t[0])&&(t[0]=`react-i18next:: ${t[0]}`),console.warn(...t)}}const JM={};function S8(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];Ml(t[0])&&JM[t[0]]||(Ml(t[0])&&(JM[t[0]]=new Date),wie(...t))}const QM=(e,t)=>()=>{if(e.isInitialized)t();else{const n=()=>{setTimeout(()=>{e.off("initialized",n)},0),t()};e.on("initialized",n)}},eE=(e,t,n)=>{e.loadNamespaces(t,QM(e,n))},tE=(e,t,n,r)=>{Ml(n)&&(n=[n]),n.forEach(o=>{e.options.ns.indexOf(o)<0&&e.options.ns.push(o)}),e.loadLanguages(t,QM(e,r))},Sie=function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const r=t.languages[0],o=t.options?t.options.fallbackLng:!1,i=t.languages[t.languages.length-1];if(r.toLowerCase()==="cimode")return!0;const s=(a,c)=>{const u=t.services.backendConnector.state[`${a}|${c}`];return u===-1||u===2};return n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&t.services.backendConnector.backend&&t.isLanguageChangingTo&&!s(t.isLanguageChangingTo,e)?!1:!!(t.hasResourceBundle(r,e)||!t.services.backendConnector.backend||t.options.resources&&!t.options.partialBundledLanguages||s(r,e)&&(!o||s(i,e)))},Tie=function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return!t.languages||!t.languages.length?(S8("i18n.languages were undefined or empty",t.languages),!0):t.options.ignoreJSONStructure!==void 0?t.hasLoadedNamespace(e,{lng:n.lng,precheck:(o,i)=>{if(n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&o.services.backendConnector.backend&&o.isLanguageChangingTo&&!i(o.isLanguageChangingTo,e))return!1}}):Sie(e,t,n)},Ml=e=>typeof e=="string",Mie=e=>typeof e=="object"&&e!==null,Eie=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,Oie={"&amp;":"&","&#38;":"&","&lt;":"<","&#60;":"<","&gt;":">","&#62;":">","&apos;":"'","&#39;":"'","&quot;":'"',"&#34;":'"',"&nbsp;":" ","&#160;":" ","&copy;":"©","&#169;":"©","&reg;":"®","&#174;":"®","&hellip;":"…","&#8230;":"…","&#x2F;":"/","&#47;":"/"},kie=e=>Oie[e];let Pie={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:e=>e.replace(Eie,kie)};const jie=()=>Pie;let Iie;const Lie=()=>Iie,Aie=L.createContext();class Rie{constructor(){ul(this,"getUsedNamespaces",()=>Object.keys(this.usedNamespaces));this.usedNamespaces={}}addUsedNamespaces(t){t.forEach(n=>{this.usedNamespaces[n]||(this.usedNamespaces[n]=!0)})}}const Die=(e,t)=>{const n=L.useRef();return L.useEffect(()=>{n.current=e},[e,t]),n.current},nE=(e,t,n,r)=>e.getFixedT(t,n,r),Vie=(e,t,n,r)=>L.useCallback(nE(e,t,n,r),[e,t,n,r]),El=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{i18n:n}=t,{i18n:r,defaultNS:o}=L.useContext(Aie)||{},i=n||r||Lie();if(i&&!i.reportNamespaces&&(i.reportNamespaces=new Rie),!i){S8("You will need to pass in an i18next instance by using initReactI18next");const S=(M,E)=>Ml(E)?E:Mie(E)&&Ml(E.defaultValue)?E.defaultValue:Array.isArray(M)?M[M.length-1]:M,T=[S,{},!1];return T.t=S,T.i18n={},T.ready=!1,T}i.options.react&&i.options.react.wait!==void 0&&S8("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");const s={...jie(),...i.options.react,...t},{useSuspense:a,keyPrefix:c}=s;let u=o||i.options&&i.options.defaultNS;u=Ml(u)?[u]:u||["translation"],i.reportNamespaces.addUsedNamespaces&&i.reportNamespaces.addUsedNamespaces(u);const d=(i.isInitialized||i.initializedStoreOnce)&&u.every(S=>Tie(S,i,s)),f=Vie(i,t.lng||null,s.nsMode==="fallback"?u:u[0],c),h=()=>f,g=()=>nE(i,t.lng||null,s.nsMode==="fallback"?u:u[0],c),[m,v]=L.useState(h);let b=u.join();t.lng&&(b=`${t.lng}${b}`);const y=Die(b),w=L.useRef(!0);L.useEffect(()=>{const{bindI18n:S,bindI18nStore:T}=s;w.current=!0,!d&&!a&&(t.lng?tE(i,t.lng,u,()=>{w.current&&v(g)}):eE(i,u,()=>{w.current&&v(g)})),d&&y&&y!==b&&w.current&&v(g);const M=()=>{w.current&&v(g)};return S&&i&&i.on(S,M),T&&i&&i.store.on(T,M),()=>{w.current=!1,S&&i&&S.split(" ").forEach(E=>i.off(E,M)),T&&i&&T.split(" ").forEach(E=>i.store.off(E,M))}},[i,b]),L.useEffect(()=>{w.current&&d&&v(h)},[i,c,d]);const x=[m,i,d];if(x.t=m,x.i18n=i,x.ready=d,d||!d&&!a)return x;throw new Promise(S=>{t.lng?tE(i,t.lng,u,()=>S()):eE(i,u,()=>S())})};function Nie(e){const t=de(),{t:n}=El(),[r,o]=L.useState(!1);return p.jsxs(ee,{component:"div",sx:{borderRadius:"8px",background:"#FFF",boxShadow:" 0px 2px 8px 0px rgba(42, 43, 39, 0.04)",border:`1px solid ${t.custom.grey[500]}`},children:[p.jsxs(fe,{direction:"row",justifyContent:"space-between",alignItems:"center",sx:{width:"100%",padding:"30px 24px"},children:[p.jsxs(fe,{direction:"row",useFlexGap:!0,gap:"12px",alignItems:"center",children:[e.headerIcon,p.jsx(ie,{variant:"h3",children:e.headerText})]}),p.jsxs(fe,{direction:"row",useFlexGap:!0,gap:"24px",alignItems:"center",children:[e.controls,!e.controls&&p.jsx(st,{disabled:!0,variant:"white-filled",startIcon:p.jsx(Poe,{}),sx:{marginRight:"24px",borderRadius:"44px"},children:n("Modifier")}),p.jsx(Bt,{onClick:i=>o(!r),children:r===!0?p.jsx(Noe,{}):p.jsx(GM,{})})]})]}),r&&p.jsx(ba,{in:r,timeout:300,children:p.jsxs("div",{children:[p.jsx(vr,{}),p.jsx(ee,{component:"div",sx:{padding:"44px"},children:e.children})]})})]})}const _ie=e=>{const{orientation:t="vertical",type:n="default"}=e,r=de();return p.jsxs(jo,{borderRadius:"12px",sx:{background:n==="default"?"#FFF":r.palette.primary[50],display:"flex",alignItems:"flex-start",gap:"20px",padding:t==="vertical"?"24px":"20px 32px 20px 24px"},children:[p.jsx(fe,{alignItems:"center",justifyContent:"center",sx:{width:"36px",height:"36px"},children:e.icon}),p.jsxs(fe,{direction:e.orientation==="horizontal"?"row":"column",gap:"16px",flex:1,children:[p.jsxs(fe,{flex:1,gap:"8px",children:[p.jsx(ie,{variant:"h4",children:e.title}),p.jsx(ie,{variant:"caption",children:e.children})]}),e.cta&&p.jsx(fe,{direction:e.orientation==="horizontal"?"row":"column",alignItems:e.orientation==="horizontal"?"center":"flex-start",gap:e.orientation==="horizontal"?"24px":"",children:e.cta})]})]})},$ie=e=>C.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M4.36204 12.3802L3.61963 11.6378L7.25751 7.99993L3.61963 4.36204L4.36204 3.61963L7.99993 7.25751L11.6378 3.61963L12.3802 4.36204L8.74234 7.99993L12.3802 11.6378L11.6378 12.3802L7.99993 8.74234L4.36204 12.3802Z",fill:"#50504D"})),Hie=e=>{const{text:t,action:n}=e;return p.jsxs("div",{style:{backgroundColor:"#EFEDEC",height:"fit-content",paddingBlock:"0.25rem",paddingRight:n?"0.25rem":"0",display:"flex",justifyContent:"center",alignItems:"center",width:"fit-content",borderRadius:"5px"},children:[p.jsx(ie,{variant:"body",style:{marginInline:"10px"},children:t}),n&&p.jsx($ie,{onClick:n})]})},Fie=e=>C.createElement("svg",{width:"100%",height:"100%",preserveAspectRatio:"none",viewBox:"0 0 1232 229",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{opacity:.48,d:"M0 228.999C192.752 13.1805 946.143 143.331 1232 0.000137329L1232 229L0 228.999Z",fill:"inherit"})),rE=e=>{const{size:t="big"}=e,n=de();return p.jsx(jo,{borderRadius:"12px",padding:"12px",children:p.jsxs(fe,{bgcolor:n.palette.primary[50],borderRadius:"4px",padding:t==="big"?"36px":"32px",gap:"32px",position:"relative",overflow:"hidden",children:[p.jsx(ee,{position:"absolute",sx:{inset:0,color:n.custom.grey[200],objectFit:"cover",zIndex:0},children:p.jsx(Fie,{})}),p.jsxs(fe,{flex:1,gap:t==="big"?"12px":"16px",position:"relative",children:[e.title&&p.jsx(ie,{variant:"h4",children:e.title}),p.jsx(ie,{variant:"caption",children:e.children})]}),e.cta&&p.jsx(fe,{direction:"row",alignItems:"center",gap:"24px",sx:{maxHeight:e.size==="big"?"100%":"20px"},children:e.cta})]})})},Bie=e=>p.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"5px",border:`2px dashed ${we[800]}`,borderRadius:"8px",background:we[200]},children:e.children}),jo=e=>{const t=de(),{borderRadius:n="16px",boxShadow:r="0 2px 8px 0 rgba(42, 43, 39, 0.04)",...o}=e;return p.jsx(ee,{bgcolor:"#FFF",border:`1px solid ${t.custom.grey[500]}`,borderRadius:n,boxShadow:r,...o})},zie=e=>C.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M18.6946 28.3333H21.4724V18.3333H18.6946V28.3333ZM19.9997 15.1666C20.4167 15.1666 20.7664 15.0282 21.0488 14.7514C21.3312 14.4745 21.4724 14.1315 21.4724 13.7222C21.4724 13.2972 21.3313 12.941 21.0492 12.6535C20.7672 12.366 20.4176 12.2222 20.0007 12.2222C19.5837 12.2222 19.234 12.366 18.9515 12.6535C18.6692 12.941 18.528 13.2972 18.528 13.7222C18.528 14.1315 18.669 14.4745 18.9511 14.7514C19.2332 15.0282 19.5827 15.1666 19.9997 15.1666ZM20.0075 36.6666C17.7069 36.6666 15.5449 36.2291 13.5215 35.3541C11.498 34.4791 9.73165 33.287 8.22237 31.7778C6.71312 30.2685 5.521 28.5015 4.646 26.4766C3.771 24.4518 3.3335 22.2883 3.3335 19.9861C3.3335 17.6839 3.771 15.5204 4.646 13.4956C5.521 11.4707 6.71312 9.70831 8.22237 8.20831C9.73165 6.70831 11.4987 5.52081 13.5235 4.64581C15.5483 3.77081 17.7118 3.33331 20.014 3.33331C22.3163 3.33331 24.4798 3.77081 26.5046 4.64581C28.5294 5.52081 30.2918 6.70831 31.7918 8.20831C33.2918 9.70831 34.4793 11.4722 35.3543 13.5C36.2293 15.5278 36.6668 17.692 36.6668 19.9926C36.6668 22.2932 36.2293 24.4552 35.3543 26.4787C34.4793 28.5021 33.2918 30.2668 31.7918 31.7726C30.2918 33.2785 28.5279 34.4706 26.5002 35.349C24.4724 36.2274 22.3082 36.6666 20.0075 36.6666ZM20.014 33.8889C23.8752 33.8889 27.1529 32.537 29.8474 29.8333C32.5419 27.1296 33.8891 23.8472 33.8891 19.9861C33.8891 16.125 32.5436 12.8472 29.8526 10.1527C27.1616 7.45829 23.8775 6.11106 20.0002 6.11106C16.1483 6.11106 12.8705 7.45655 10.1668 10.1475C7.46311 12.8385 6.11125 16.1227 6.11125 20C6.11125 23.8518 7.46311 27.1296 10.1668 29.8333C12.8705 32.537 16.1529 33.8889 20.014 33.8889Z",fill:"inherit"})),oE=e=>{const t=de(),{children:n,...r}=e;return p.jsx(jo,{borderRadius:"4px",boxShadow:"none",padding:"16px",...r,children:p.jsxs(fe,{direction:"row",alignItems:"center",gap:"12px",children:[p.jsx(fe,{sx:{minWidth:"24px"},children:p.jsx(zie,{width:"24px",height:"24px",color:t.custom.grey[2800]})}),p.jsx(ie,{variant:"caption",color:t.custom.grey[2500],children:n})]})})},Wie=e=>p.jsx(p.Fragment,{}),Zie=e=>{const{isFirst:t=!1,isLast:n=!1}=e;return p.jsx("div",{style:{border:`1px solid ${we[500]}`,borderTopLeftRadius:t?"8px":"0px",borderTopRightRadius:t?"8px":"0px",borderBottomLeftRadius:n?"8px":"0px",borderBottomRightRadius:n?"8px":"0px",boxShadow:"0px 2px 8px 0px #2A2B270A"},children:e.children})},Uie=e=>p.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"5px",borderLeft:`1px solid ${we[500]}`,paddingLeft:"2rem"},children:e.data}),qie=e=>{const t=de(),{size:n="big",header:r,footer:o,...i}=e;return p.jsxs(jo,{borderRadius:n==="small"?"8px":"16px",boxShadow:n==="small"?"none":void 0,...i,children:[p.jsx(ee,{sx:{padding:n==="small"?"16px 20px":"28px 32px",background:n==="small"?t.custom.grey[200]:"white",borderTopLeftRadius:n==="small"?"8px":"16px",borderTopRightRadius:n==="small"?"8px":"16px"},children:r}),p.jsx(ee,{sx:{borderTop:`1px solid ${t.custom.grey[500]}`,padding:n==="small"?"20px":"28px",borderBottomLeftRadius:o?void 0:n==="small"?"8px":"16px",borderBottomRightRadius:o?void 0:n==="small"?"8px":"16px"},children:e.children}),o&&p.jsx(ee,{sx:{background:"white",borderTop:`1px solid ${t.custom.grey[500]}`,padding:n==="small"?"20px":"28px",borderBottomLeftRadius:n==="small"?"8px":"16px",borderBottomRightRadius:n==="small"?"8px":"16px"},children:o})]})},Gie=e=>p.jsx(ee,{style:{display:"flex",flexDirection:"column",gap:"5px",height:"fit-content",padding:"1rem",border:`1px solid ${we[800]}`,borderRadius:"8px",background:we[200]},children:e.children}),J3=e=>C.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M1.72408 17.7605L0.239258 16.2756L7.51503 8.99985L0.239258 1.72409L1.72408 0.239258L8.99986 7.51503L16.2756 0.239258L17.7605 1.72409L10.4847 8.99985L17.7605 16.2756L16.2756 17.7605L8.99986 10.4847L1.72408 17.7605Z",fill:"#393A36"})),Kie=e=>{const{children:t}=e,[n,r]=L.useState(!0),o=Array.isArray(t)?t:[t];return p.jsxs("div",{style:{display:n?"flex":"none",flexDirection:"row",gap:"10px",alignItems:"center",backgroundColor:"#FFF6E8",padding:"1rem 0 1rem 1rem",border:"1px solid #FBD68B",borderRadius:"16px"},children:[p.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"10px",width:"100%"},children:o.map(i=>p.jsx(L.Fragment,{children:p.jsx("div",{style:{width:"100%"},children:i})},`infobox-${i.key}`))}),p.jsx("div",{style:{minWidth:"40px"},children:p.jsx(st,{variant:"text",startIcon:p.jsx(J3,{}),onClick:()=>r(!1),disableRipple:!0})})]})},T8=z(q3)(()=>({textTransform:"capitalize",border:`1px solid ${we[500]}`,background:we.gradientLight,color:we[2800],"&.Mui-selected":{color:"#FFF",fill:"#FFF",background:we.gradientDark,border:`1px solid ${we[2800]}`,"&:hover":{color:"#FFF",background:we.gradientDark,border:`1px solid ${we[2800]}`}},"&:disabled":{border:`1px solid ${we[100]}`,background:we[500]},"&:hover":{border:`1px solid ${we[500]}`,background:we[400]}})),Yie=e=>{const{choices:t,onClick:n,currentIndexSelected:r,...o}=e,[i,s]=L.useState(r??null),a=c=>{if(n==null||n(c),c===i){s(null);return}s(c)};return p.jsx("div",{style:{display:"flex",flexDirection:"row",flexWrap:"wrap",gap:"1rem"},children:t.map((c,u)=>L.createElement(T8,{...o,key:`${u}-button-toggle-${c}`,value:u,onClick:()=>a(u),selected:u===i},p.jsx(ie,{variant:"big-bold",color:"inherit",children:c})))})},vu={MuiDialog:{styleOverrides:{paper:{borderRadius:"1rem"}}},MuiAvatar:{defaultProps:{children:[]},styleOverrides:{root:({theme:e,ownerState:{alt:t=""}})=>{const n=t.split(" ").map(r=>r.charAt(0).toUpperCase()).join("");return{background:e.palette.primary[100],color:e.palette.primary[700],fontWeight:600,".MuiAvatar-img":{zIndex:1},":empty::before":{content:`"${n}"`}}}},variants:[{props:{variant:"small"},style:{width:"24px",height:"24px",fontSize:"10px"}},{props:{variant:"medium"},style:{width:"36px",height:"36px",fontSize:"13px"}},{props:{variant:"big"},style:{width:"40px",height:"40px",fontSize:"16px"}}]},MuiAvatarGroup:{defaultProps:{variant:"small",spacing:6,sx:{justifyContent:"flex-end"},slotProps:{additionalAvatar:{sx:{color:e=>e.custom.grey[2800],background:e=>e.custom.grey[400]}}}},styleOverrides:{root:({ownerState:{max:e=0}})=>({...[...Array(e)].reduce((t,n,r)=>({...t,[`& > .MuiAvatar-root:nth-of-type(${r+1})`]:{zIndex:e-r}}),{})})}},MuiButtonGroup:{defaultProps:{disableRipple:!0}},MuiButton:{defaultProps:{disableRipple:!0},styleOverrides:{root:({theme:e,ownerState:t})=>({textTransform:"none",fontSize:"0.9rem",lineHeight:"1rem",borderRadius:"25px",height:"40px",fontWeight:700,...t.variant==="primary"&&{transition:"none",background:`linear-gradient(${e.palette.primary[400]}, ${e.palette.primary[600]})`,color:e.custom.grey[100],boxShadow:"0px 4px 8px 0px #2A2B2714"},...t.variant==="secondary"&&{border:`2px solid ${e.palette.primary[600]}`,color:e.palette.primary[600]},...t.variant==="ternary"&&{border:`1px solid ${e.custom.grey[500]}`,background:e.custom.grey.gradientLight},...t.variant==="text"&&{transition:"none",paddingInline:"0",color:e.palette.primary[700],fontWeight:"700"},...t.variant==="selected-menu"&&{color:"white",background:`linear-gradient(${e.palette.primary[400]}, ${e.palette.primary[600]})`,borderRadius:"8px",padding:0},...t.variant==="selected-submenu"&&{color:e.palette.primary[400],background:"inherit",borderRadius:"8px",padding:0},...t.variant==="default-menu"&&{color:e.custom.grey[100],background:"inherit",borderRadius:"8px",padding:0},...t.variant==="black-text"&&{color:e.custom.grey[2800],background:"none",fontWeight:"600"},...t.variant==="black-filled"&&{borderRadius:"8px",background:`linear-gradient(180deg, ${e.custom.grey[2600]} 0%, ${e.custom.grey[3e3]} 100%)`,boxShadow:"0px 4px 8px 0px rgba(42, 43, 39, 0.08)",color:e.custom.grey[100]},...t.variant==="white-filled"&&{borderRadius:"8px",border:"1px solid "+e.custom.grey[500],background:`linear-gradient(180deg, ${e.custom.grey[100]} 0%, ${e.custom.grey[200]} 100%)`,boxShadow:" 0px 2px 8px 0px rgba(42, 43, 39, 0.04)"},...t.variant==="white-filled-no-shadow"&&{borderRadius:"44px",border:`1px solid ${e.custom.grey[500]}`,background:`linear-gradient(180deg, ${e.custom.grey[100]} 0%, ${e.custom.grey[200]} 100%)`},...t.variant==="select"&&{backgroundColor:e.custom.grey[100],borderRadius:"24px",border:`1px solid ${e.custom.grey[500]}`},...t.variant==="validate"&&{borderRadius:"44px",color:"#FFFFFF",transition:"none",background:`linear-gradient(180deg, ${e.custom.green[500]} 0%, ${e.custom.green[700]} 100%)`},":hover":{...t.variant==="primary"&&{background:e.palette.primary[600]},...t.variant==="secondary"&&{color:"#FFFFFF",border:"none",background:e.palette.primary[600]},...t.variant==="ternary"&&{border:`1px solid ${e.custom.grey[500]}`,background:e.custom.grey[400]},...t.variant==="text"&&{background:"none",textDecoration:"underline"},...t.variant==="select"&&{backgroundColor:e.custom.grey[300]},...t.variant==="default-menu"&&{backgroundColor:e.custom.grey[2300],borderRadius:"8px"},...t.variant==="selected-menu"&&{borderRadius:"8px"},...t.variant==="selected-submenu"&&{borderRadius:"8px"},...t.variant==="validate"&&{background:e.custom.green[600]}},":disabled":{...t.variant==="primary"&&{color:e.custom.grey[100],background:$e(e.palette.primary[600]??"",.36)},...t.variant==="secondary"&&{color:$e(e.palette.primary[600]??"",.36),border:`2px solid ${$e(e.palette.primary[600]??"",.36)}`,background:e.custom.grey[100]},...t.variant==="ternary"&&{border:`1px solid ${e.custom.grey[100]}`,background:e.custom.grey[500]},...t.variant==="select"&&{backgroundColor:e.custom.grey[500]},...t.variant==="default-menu"&&{color:e.custom.grey[2300],borderRadius:"8px"},...t.variant==="selected-menu"&&{color:e.custom.grey[2300],borderRadius:"8px"},...t.variant==="selected-submenu"&&{color:e.custom.grey[2300],borderRadius:"8px"},...t.variant==="validate"&&{background:$e(e.custom.green[500],.36),color:"#FFFFFF"}},":active":{...t.variant==="primary"&&{background:e.palette.primary[800]},...t.variant==="secondary"&&{color:e.custom.grey[100],border:"none",background:e.palette.primary[800]},...t.variant==="secondary"&&{background:e.custom.grey[600]},...t.variant==="default-menu"&&{backgroundColor:e.custom.grey[2700],borderRadius:"8px"},...t.variant==="selected-menu"&&{backgroundColor:e.custom.grey[2700],borderRadius:"8px"},...t.variant==="selected-submenu"&&{backgroundColor:e.custom.grey[2700],borderRadius:"8px"},...t.variant==="validate"&&{background:e.custom.green[800]}},...t.variant==="tags-grey"&&{padding:e.spacing(0,1),border:`1px solid ${e.custom.grey[400]}`,borderRadius:"4px",backgroundColor:e.custom.grey[400],color:e.custom.grey[2800],height:"24px",cursor:"default",...t.onClick!==void 0?{cursor:"pointer",":hover":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[300]},":active":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[500]},":disabled":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}}:{":hover":{backgroundColor:e.custom.grey[400]}}},...t.variant==="tags-black"&&{padding:e.spacing(0,1),border:`1px solid ${e.custom.grey[400]}`,borderRadius:"4px",background:"linear-gradient(180deg, #484945 0%, #2A2B27 100%)",color:e.custom.grey[100],height:"24px",cursor:"default",...t.onClick!==void 0?{cursor:"pointer",":hover":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[300]},":active":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[500]},":disabled":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}}:{":hover":{cursor:"default",backgroundColor:e.custom.grey[400]}}},...t.variant==="tags-white"&&{padding:e.spacing(0,1),border:`1px solid ${e.custom.grey[400]}`,borderRadius:"4px",backgroundColor:e.custom.grey[100],color:e.custom.grey[2800],height:"24px",cursor:"default",...t.onClick!==void 0?{cursor:"pointer",":hover":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[300]},":active":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[500]},":disabled":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}}:{":hover":{cursor:"default",backgroundColor:e.custom.grey[400]}}},...t.variant==="tags-red"&&{padding:e.spacing(0,1),border:`1px solid ${e.custom.grey[400]}`,borderRadius:"4px",backgroundColor:e.custom.red[100],color:e.custom.red[600],height:"24px",cursor:"default",...t.onClick!==void 0?{cursor:"pointer",":hover":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[300]},":active":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[500]},":disabled":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}}:{":hover":{cursor:"default",backgroundColor:e.custom.grey[400]}}},...t.variant==="tags-green"&&{padding:e.spacing(0,1),borderRadius:"4px",height:"24px",border:`1px solid ${e.custom.grey[400]}`,backgroundColor:e.custom.green[100],color:e.custom.green[600],cursor:"default",...t.onClick!==void 0?{cursor:"pointer",":hover":{border:`1px solid ${e.custom.grey[400]}`,backgroundColor:e.custom.green[100],color:e.custom.green[600]},":active":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[500]},":disabled":{border:`1px solid ${e.custom.grey[500]}`,backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}}:{":hover":{cursor:"default",backgroundColor:e.custom.grey[400]}}},...t.variant==="icon-xs-nobackground"&&{padding:e.spacing(.5),minWidth:"auto",width:"24px",height:"24px",color:e.custom.grey[2800],backgroundColor:"inherit",":hover":{backgroundColor:e.custom.grey[600]},":active":{backgroundColor:e.custom.grey[1e3]},":disabled":{backgroundColor:"inherit",color:e.custom.grey[1400]}},...t.variant==="icon-s-nobackground"&&{padding:e.spacing(1),minWidth:"auto",width:"36px",height:"36px",color:e.custom.grey[2800],backgroundColor:"inherit",":hover":{backgroundColor:e.custom.grey[600]},":active":{backgroundColor:e.custom.grey[1e3]},":disabled":{backgroundColor:"inherit",color:e.custom.grey[1400]}},...t.variant==="icon-m-nobackground"&&{padding:e.spacing(1),minWidth:"auto",width:"44px",height:"44px",color:e.custom.grey[2800],backgroundColor:"inherit",":hover":{backgroundColor:e.custom.grey[600]},":active":{backgroundColor:e.custom.grey[1e3]},":disabled":{backgroundColor:"inherit",color:e.custom.grey[1400]}},...t.variant==="icon-xs-withbackground"&&{padding:e.spacing(.5),minWidth:"auto",width:"24px",height:"24px",color:e.custom.grey[2800],background:"linear-gradient(180deg, #FFFFFF 0%, #F6F5F3 154.5%)",border:`1px solid ${e.custom.grey[500]}`,":hover":{background:"none",backgroundColor:e.custom.grey[400]},":active":{background:"none",backgroundColor:e.custom.grey[600],border:"none"},":disabled":{background:"none",backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}},...t.variant==="icon-s-withbackground"&&{padding:e.spacing(1),minWidth:"auto",width:"36px",height:"36px",color:e.custom.grey[2800],background:"linear-gradient(180deg, #FFFFFF 0%, #F6F5F3 154.5%)",border:`1px solid ${e.custom.grey[500]}`,":hover":{background:"none",backgroundColor:e.custom.grey[400]},":active":{background:"none",backgroundColor:e.custom.grey[600],border:"none"},":disabled":{background:"none",backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}},...t.variant==="icon-m-withbackground"&&{padding:e.spacing(1),minWidth:"auto",width:"44px",height:"44px",color:e.custom.grey[2800],background:"linear-gradient(180deg, #FFFFFF 0%, #F6F5F3 154.5%)",border:`1px solid ${e.custom.grey[500]}`,":hover":{background:"none",backgroundColor:e.custom.grey[400]},":active":{background:"none",backgroundColor:e.custom.grey[600],border:"none"},":disabled":{background:"none",backgroundColor:e.custom.grey[100],color:e.custom.grey[1400]}}})}},MuiButtonBase:{styleOverrides:{root:{borderRadius:"15px"}}},MuiCircularProgress:{styleOverrides:{root:({theme:e})=>({color:e.custom.grey[800]})}},MuiIconButton:{styleOverrides:{root:({theme:e})=>({height:"44px",width:"44px",color:e.custom.grey[2800],backgroundColor:"inherit",":hover":{backgroundColor:e.custom.grey[600]},":focus":{backgroundColor:e.custom.grey[1e3]},":disabled":{backgroundColor:"inherit",color:e.custom.grey[1400]}})}},MuiInputBase:{styleOverrides:{}},MuiChip:{styleOverrides:{root:({theme:e,ownerState:t})=>({paddingTop:e.spacing(.5),paddingRight:e.spacing(.5),paddingBottom:e.spacing(.5),paddingLeft:e.spacing(1),...t.variant==="brand"&&{backgroundColor:e.palette.primary[50]},...t.variant==="neutral"&&{backgroundColor:e.custom.grey[300]}})}},MuiTypography:{styleOverrides:{h1:({theme:e})=>({[e.breakpoints.up("md")]:{fontSize:"2rem",lineHeight:"3.2rem"}}),h2:({theme:e})=>({[e.breakpoints.up("md")]:{fontSize:"1.5rem",lineHeight:"2.4rem"}}),h3:({theme:e})=>({[e.breakpoints.up("md")]:{fontSize:"1.25rem",lineHeight:"2rem"}}),h4:({theme:e})=>({[e.breakpoints.up("md")]:{fontSize:"1.125rem",lineHeight:"1.8rem"}})}}},bu={fontFamily:["Montserrat","serif"].join(","),h1:{fontStyle:"normal",fontWeight:"700",fontSize:"1.75rem",lineHeight:"2.8rem",color:we[2800]},h2:{fontStyle:"normal",fontWeight:"700",fontSize:"1.375rem",lineHeight:"2.2rem",color:we[2800]},h3:{fontStyle:"normal",fontWeight:"700",fontSize:"1.125rem",lineHeight:"1.8rem",color:we[2800]},h4:{fontStyle:"normal",fontWeight:"700",fontSize:"1rem",lineHeight:"1.6rem",color:we[2800]},h5:{fontStyle:"normal",fontWeight:"700",fontSize:"1rem",lineHeight:"1.6rem",color:we[2800]},h6:{fontStyle:"normal",fontWeight:"700",fontSize:"0.875rem",lineHeight:"1.4rem",color:we[2800]},"huge-bold":{fontStyle:"normal",fontWeight:600,fontSize:"1.125rem",lineHeight:"2.025rem",color:we[2800]},"huge-medium":{fontStyle:"normal",fontWeight:500,fontSize:"1.125rem",lineHeight:"2.025rem",color:we[2800]},huge:{fontStyle:"normal",fontWeight:400,fontSize:"1.125rem",lineHeight:"2.025rem",color:we[2800]},"big-bold":{fontStyle:"normal",fontWeight:"600",fontSize:"1rem",lineHeight:"1.8rem",color:we[2800]},"big-medium":{fontStyle:"normal",fontWeight:"500",fontSize:"1rem",lineHeight:"1.8rem",color:we[2800]},big:{fontStyle:"normal",fontWeight:"400",fontSize:"1rem",lineHeight:"1.8rem",color:we[2800]},"body-bold":{fontStyle:"normal",fontWeight:"600",fontSize:"1rem",lineHeight:"1.8rem",color:we[2800]},"body-medium":{fontStyle:"normal",fontWeight:"500",fontSize:"1rem",lineHeight:"1.8rem",color:we[2800]},body:{fontStyle:"normal",fontWeight:"400",fontSize:"1rem",lineHeight:"1.8rem",color:we[2800]},"small-bold":{fontStyle:"normal",fontWeight:600,fontSize:"0.875rem",lineHeight:"1.575rem",color:we[2800]},"small-medium":{fontStyle:"normal",fontWeight:500,fontSize:"0.875rem",lineHeight:"1.575rem",color:we[2800]},small:{fontStyle:"normal",fontWeight:400,fontSize:"0.875rem",color:we[2800]},"number-big":{fontStyle:"normal",fontWeight:700,fontSize:"2rem",lineHeight:"3.2rem",color:we[2800]},"number-inter":{fontStyle:"normal",fontWeight:700,fontSize:"1.5rem",lineHeight:"2.4rem",color:we[2800]},"number-small":{fontStyle:"normal",fontWeight:700,fontSize:"1rem",lineHeight:"1.4rem",color:we[2800]},"number-micro":{fontStyle:"normal",fontWeight:700,fontSize:"0.875rem",lineHeight:"1.4rem",color:we[2800]}},Cu=e=>`${8*e}px`,Ct=e=>typeof e=="string",yu=()=>{let e,t;const n=new Promise((r,o)=>{e=r,t=o});return n.resolve=e,n.reject=t,n},iE=e=>e==null?"":""+e,Xie=(e,t,n)=>{e.forEach(r=>{t[r]&&(n[r]=t[r])})},Jie=/###/g,sE=e=>e&&e.indexOf("###")>-1?e.replace(Jie,"."):e,aE=e=>!e||Ct(e),xu=(e,t,n)=>{const r=Ct(t)?t.split("."):t;let o=0;for(;o<r.length-1;){if(aE(e))return{};const i=sE(r[o]);!e[i]&&n&&(e[i]=new n),Object.prototype.hasOwnProperty.call(e,i)?e=e[i]:e={},++o}return aE(e)?{}:{obj:e,k:sE(r[o])}},lE=(e,t,n)=>{const{obj:r,k:o}=xu(e,t,Object);if(r!==void 0||t.length===1){r[o]=n;return}let i=t[t.length-1],s=t.slice(0,t.length-1),a=xu(e,s,Object);for(;a.obj===void 0&&s.length;)i=`${s[s.length-1]}.${i}`,s=s.slice(0,s.length-1),a=xu(e,s,Object),a&&a.obj&&typeof a.obj[`${a.k}.${i}`]<"u"&&(a.obj=void 0);a.obj[`${a.k}.${i}`]=n},Qie=(e,t,n,r)=>{const{obj:o,k:i}=xu(e,t,Object);o[i]=o[i]||[],o[i].push(n)},Q3=(e,t)=>{const{obj:n,k:r}=xu(e,t);if(n)return n[r]},ese=(e,t,n)=>{const r=Q3(e,n);return r!==void 0?r:Q3(t,n)},cE=(e,t,n)=>{for(const r in t)r!=="__proto__"&&r!=="constructor"&&(r in e?Ct(e[r])||e[r]instanceof String||Ct(t[r])||t[r]instanceof String?n&&(e[r]=t[r]):cE(e[r],t[r],n):e[r]=t[r]);return e},ic=e=>e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var tse={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};const nse=e=>Ct(e)?e.replace(/[&<>"'\/]/g,t=>tse[t]):e;class rse{constructor(t){this.capacity=t,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(t){const n=this.regExpMap.get(t);if(n!==void 0)return n;const r=new RegExp(t);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(t,r),this.regExpQueue.push(t),r}}const ose=[" ",",","?","!",";"],ise=new rse(20),sse=(e,t,n)=>{t=t||"",n=n||"";const r=ose.filter(s=>t.indexOf(s)<0&&n.indexOf(s)<0);if(r.length===0)return!0;const o=ise.getRegExp(`(${r.map(s=>s==="?"?"\\?":s).join("|")})`);let i=!o.test(e);if(!i){const s=e.indexOf(n);s>0&&!o.test(e.substring(0,s))&&(i=!0)}return i},M8=function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:".";if(!e)return;if(e[t])return e[t];const r=t.split(n);let o=e;for(let i=0;i<r.length;){if(!o||typeof o!="object")return;let s,a="";for(let c=i;c<r.length;++c)if(c!==i&&(a+=n),a+=r[c],s=o[a],s!==void 0){if(["string","number","boolean"].indexOf(typeof s)>-1&&c<r.length-1)continue;i+=c-i+1;break}o=s}return o},ef=e=>e&&e.replace("_","-"),ase={type:"logger",log(e){this.output("log",e)},warn(e){this.output("warn",e)},error(e){this.output("error",e)},output(e,t){console&&console[e]&&console[e].apply(console,t)}};class tf{constructor(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.init(t,n)}init(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.prefix=n.prefix||"i18next:",this.logger=t||ase,this.options=n,this.debug=n.debug}log(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return this.forward(n,"log","",!0)}warn(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return this.forward(n,"warn","",!0)}error(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return this.forward(n,"error","")}deprecate(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return this.forward(n,"warn","WARNING DEPRECATED: ",!0)}forward(t,n,r,o){return o&&!this.debug?null:(Ct(t[0])&&(t[0]=`${r}${this.prefix} ${t[0]}`),this.logger[n](t))}create(t){return new tf(this.logger,{prefix:`${this.prefix}:${t}:`,...this.options})}clone(t){return t=t||this.options,t.prefix=t.prefix||this.prefix,new tf(this.logger,t)}}var rs=new tf;let nf=class{constructor(){this.observers={}}on(t,n){return t.split(" ").forEach(r=>{this.observers[r]||(this.observers[r]=new Map);const o=this.observers[r].get(n)||0;this.observers[r].set(n,o+1)}),this}off(t,n){if(this.observers[t]){if(!n){delete this.observers[t];return}this.observers[t].delete(n)}}emit(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];this.observers[t]&&Array.from(this.observers[t].entries()).forEach(s=>{let[a,c]=s;for(let u=0;u<c;u++)a(...r)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(s=>{let[a,c]=s;for(let u=0;u<c;u++)a.apply(a,[t,...r])})}};class uE extends nf{constructor(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{ns:["translation"],defaultNS:"translation"};super(),this.data=t||{},this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.options.ignoreJSONStructure===void 0&&(this.options.ignoreJSONStructure=!0)}addNamespaces(t){this.options.ns.indexOf(t)<0&&this.options.ns.push(t)}removeNamespaces(t){const n=this.options.ns.indexOf(t);n>-1&&this.options.ns.splice(n,1)}getResource(t,n,r){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const i=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator,s=o.ignoreJSONStructure!==void 0?o.ignoreJSONStructure:this.options.ignoreJSONStructure;let a;t.indexOf(".")>-1?a=t.split("."):(a=[t,n],r&&(Array.isArray(r)?a.push(...r):Ct(r)&&i?a.push(...r.split(i)):a.push(r)));const c=Q3(this.data,a);return!c&&!n&&!r&&t.indexOf(".")>-1&&(t=a[0],n=a[1],r=a.slice(2).join(".")),c||!s||!Ct(r)?c:M8(this.data&&this.data[t]&&this.data[t][n],r,i)}addResource(t,n,r,o){let i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1};const s=i.keySeparator!==void 0?i.keySeparator:this.options.keySeparator;let a=[t,n];r&&(a=a.concat(s?r.split(s):r)),t.indexOf(".")>-1&&(a=t.split("."),o=n,n=a[1]),this.addNamespaces(n),lE(this.data,a,o),i.silent||this.emit("added",t,n,r,o)}addResources(t,n,r){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(const i in r)(Ct(r[i])||Array.isArray(r[i]))&&this.addResource(t,n,i,r[i],{silent:!0});o.silent||this.emit("added",t,n,r)}addResourceBundle(t,n,r,o,i){let s=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1,skipCopy:!1},a=[t,n];t.indexOf(".")>-1&&(a=t.split("."),o=r,r=n,n=a[1]),this.addNamespaces(n);let c=Q3(this.data,a)||{};s.skipCopy||(r=JSON.parse(JSON.stringify(r))),o?cE(c,r,i):c={...c,...r},lE(this.data,a,c),s.silent||this.emit("added",t,n,r)}removeResourceBundle(t,n){this.hasResourceBundle(t,n)&&delete this.data[t][n],this.removeNamespaces(n),this.emit("removed",t,n)}hasResourceBundle(t,n){return this.getResource(t,n)!==void 0}getResourceBundle(t,n){return n||(n=this.options.defaultNS),this.options.compatibilityAPI==="v1"?{...this.getResource(t,n)}:this.getResource(t,n)}getDataByLanguage(t){return this.data[t]}hasLanguageSomeTranslations(t){const n=this.getDataByLanguage(t);return!!(n&&Object.keys(n)||[]).find(o=>n[o]&&Object.keys(n[o]).length>0)}toJSON(){return this.data}}var dE={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,n,r,o){return e.forEach(i=>{this.processors[i]&&(t=this.processors[i].process(t,n,r,o))}),t}};const fE={};class rf extends nf{constructor(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};super(),Xie(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],t,this),this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=rs.create("translator")}changeLanguage(t){t&&(this.language=t)}exists(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};if(t==null)return!1;const r=this.resolve(t,n);return r&&r.res!==void 0}extractFromKey(t,n){let r=n.nsSeparator!==void 0?n.nsSeparator:this.options.nsSeparator;r===void 0&&(r=":");const o=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator;let i=n.ns||this.options.defaultNS||[];const s=r&&t.indexOf(r)>-1,a=!this.options.userDefinedKeySeparator&&!n.keySeparator&&!this.options.userDefinedNsSeparator&&!n.nsSeparator&&!sse(t,r,o);if(s&&!a){const c=t.match(this.interpolator.nestingRegexp);if(c&&c.length>0)return{key:t,namespaces:Ct(i)?[i]:i};const u=t.split(r);(r!==o||r===o&&this.options.ns.indexOf(u[0])>-1)&&(i=u.shift()),t=u.join(o)}return{key:t,namespaces:Ct(i)?[i]:i}}translate(t,n,r){if(typeof n!="object"&&this.options.overloadTranslationOptionHandler&&(n=this.options.overloadTranslationOptionHandler(arguments)),typeof n=="object"&&(n={...n}),n||(n={}),t==null)return"";Array.isArray(t)||(t=[String(t)]);const o=n.returnDetails!==void 0?n.returnDetails:this.options.returnDetails,i=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator,{key:s,namespaces:a}=this.extractFromKey(t[t.length-1],n),c=a[a.length-1],u=n.lng||this.language,d=n.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(u&&u.toLowerCase()==="cimode"){if(d){const S=n.nsSeparator||this.options.nsSeparator;return o?{res:`${c}${S}${s}`,usedKey:s,exactUsedKey:s,usedLng:u,usedNS:c,usedParams:this.getUsedParamsDetails(n)}:`${c}${S}${s}`}return o?{res:s,usedKey:s,exactUsedKey:s,usedLng:u,usedNS:c,usedParams:this.getUsedParamsDetails(n)}:s}const f=this.resolve(t,n);let h=f&&f.res;const g=f&&f.usedKey||s,m=f&&f.exactUsedKey||s,v=Object.prototype.toString.apply(h),b=["[object Number]","[object Function]","[object RegExp]"],y=n.joinArrays!==void 0?n.joinArrays:this.options.joinArrays,w=!this.i18nFormat||this.i18nFormat.handleAsObject,x=!Ct(h)&&typeof h!="boolean"&&typeof h!="number";if(w&&h&&x&&b.indexOf(v)<0&&!(Ct(y)&&Array.isArray(h))){if(!n.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const S=this.options.returnedObjectHandler?this.options.returnedObjectHandler(g,h,{...n,ns:a}):`key '${s} (${this.language})' returned an object instead of string.`;return o?(f.res=S,f.usedParams=this.getUsedParamsDetails(n),f):S}if(i){const S=Array.isArray(h),T=S?[]:{},M=S?m:g;for(const E in h)if(Object.prototype.hasOwnProperty.call(h,E)){const O=`${M}${i}${E}`;T[E]=this.translate(O,{...n,joinArrays:!1,ns:a}),T[E]===O&&(T[E]=h[E])}h=T}}else if(w&&Ct(y)&&Array.isArray(h))h=h.join(y),h&&(h=this.extendTranslation(h,t,n,r));else{let S=!1,T=!1;const M=n.count!==void 0&&!Ct(n.count),E=rf.hasDefaultValue(n),O=M?this.pluralResolver.getSuffix(u,n.count,n):"",P=n.ordinal&&M?this.pluralResolver.getSuffix(u,n.count,{ordinal:!1}):"",k=M&&!n.ordinal&&n.count===0&&this.pluralResolver.shouldUseIntlApi(),j=k&&n[`defaultValue${this.options.pluralSeparator}zero`]||n[`defaultValue${O}`]||n[`defaultValue${P}`]||n.defaultValue;!this.isValidLookup(h)&&E&&(S=!0,h=j),this.isValidLookup(h)||(T=!0,h=s);const A=(n.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&T?void 0:h,D=E&&j!==h&&this.options.updateMissing;if(T||S||D){if(this.logger.log(D?"updateKey":"missingKey",u,c,s,D?j:h),i){const B=this.resolve(s,{...n,keySeparator:!1});B&&B.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let N=[];const _=this.languageUtils.getFallbackCodes(this.options.fallbackLng,n.lng||this.language);if(this.options.saveMissingTo==="fallback"&&_&&_[0])for(let B=0;B<_.length;B++)N.push(_[B]);else this.options.saveMissingTo==="all"?N=this.languageUtils.toResolveHierarchy(n.lng||this.language):N.push(n.lng||this.language);const Z=(B,H,V)=>{const $=E&&V!==h?V:A;this.options.missingKeyHandler?this.options.missingKeyHandler(B,c,H,$,D,n):this.backendConnector&&this.backendConnector.saveMissing&&this.backendConnector.saveMissing(B,c,H,$,D,n),this.emit("missingKey",B,c,H,h)};this.options.saveMissing&&(this.options.saveMissingPlurals&&M?N.forEach(B=>{const H=this.pluralResolver.getSuffixes(B,n);k&&n[`defaultValue${this.options.pluralSeparator}zero`]&&H.indexOf(`${this.options.pluralSeparator}zero`)<0&&H.push(`${this.options.pluralSeparator}zero`),H.forEach(V=>{Z([B],s+V,n[`defaultValue${V}`]||j)})}):Z(N,s,j))}h=this.extendTranslation(h,t,n,f,r),T&&h===s&&this.options.appendNamespaceToMissingKey&&(h=`${c}:${s}`),(T||S)&&this.options.parseMissingKeyHandler&&(this.options.compatibilityAPI!=="v1"?h=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${c}:${s}`:s,S?h:void 0):h=this.options.parseMissingKeyHandler(h))}return o?(f.res=h,f.usedParams=this.getUsedParamsDetails(n),f):h}extendTranslation(t,n,r,o,i){var s=this;if(this.i18nFormat&&this.i18nFormat.parse)t=this.i18nFormat.parse(t,{...this.options.interpolation.defaultVariables,...r},r.lng||this.language||o.usedLng,o.usedNS,o.usedKey,{resolved:o});else if(!r.skipInterpolation){r.interpolation&&this.interpolator.init({...r,interpolation:{...this.options.interpolation,...r.interpolation}});const u=Ct(t)&&(r&&r.interpolation&&r.interpolation.skipOnVariables!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let d;if(u){const h=t.match(this.interpolator.nestingRegexp);d=h&&h.length}let f=r.replace&&!Ct(r.replace)?r.replace:r;if(this.options.interpolation.defaultVariables&&(f={...this.options.interpolation.defaultVariables,...f}),t=this.interpolator.interpolate(t,f,r.lng||this.language||o.usedLng,r),u){const h=t.match(this.interpolator.nestingRegexp),g=h&&h.length;d<g&&(r.nest=!1)}!r.lng&&this.options.compatibilityAPI!=="v1"&&o&&o.res&&(r.lng=this.language||o.usedLng),r.nest!==!1&&(t=this.interpolator.nest(t,function(){for(var h=arguments.length,g=new Array(h),m=0;m<h;m++)g[m]=arguments[m];return i&&i[0]===g[0]&&!r.context?(s.logger.warn(`It seems you are nesting recursively key: ${g[0]} in key: ${n[0]}`),null):s.translate(...g,n)},r)),r.interpolation&&this.interpolator.reset()}const a=r.postProcess||this.options.postProcess,c=Ct(a)?[a]:a;return t!=null&&c&&c.length&&r.applyPostProcessor!==!1&&(t=dE.handle(c,t,n,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...o,usedParams:this.getUsedParamsDetails(r)},...r}:r,this)),t}resolve(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r,o,i,s,a;return Ct(t)&&(t=[t]),t.forEach(c=>{if(this.isValidLookup(r))return;const u=this.extractFromKey(c,n),d=u.key;o=d;let f=u.namespaces;this.options.fallbackNS&&(f=f.concat(this.options.fallbackNS));const h=n.count!==void 0&&!Ct(n.count),g=h&&!n.ordinal&&n.count===0&&this.pluralResolver.shouldUseIntlApi(),m=n.context!==void 0&&(Ct(n.context)||typeof n.context=="number")&&n.context!=="",v=n.lngs?n.lngs:this.languageUtils.toResolveHierarchy(n.lng||this.language,n.fallbackLng);f.forEach(b=>{this.isValidLookup(r)||(a=b,!fE[`${v[0]}-${b}`]&&this.utils&&this.utils.hasLoadedNamespace&&!this.utils.hasLoadedNamespace(a)&&(fE[`${v[0]}-${b}`]=!0,this.logger.warn(`key "${o}" for languages "${v.join(", ")}" won't get resolved as namespace "${a}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),v.forEach(y=>{if(this.isValidLookup(r))return;s=y;const w=[d];if(this.i18nFormat&&this.i18nFormat.addLookupKeys)this.i18nFormat.addLookupKeys(w,d,y,b,n);else{let S;h&&(S=this.pluralResolver.getSuffix(y,n.count,n));const T=`${this.options.pluralSeparator}zero`,M=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(h&&(w.push(d+S),n.ordinal&&S.indexOf(M)===0&&w.push(d+S.replace(M,this.options.pluralSeparator)),g&&w.push(d+T)),m){const E=`${d}${this.options.contextSeparator}${n.context}`;w.push(E),h&&(w.push(E+S),n.ordinal&&S.indexOf(M)===0&&w.push(E+S.replace(M,this.options.pluralSeparator)),g&&w.push(E+T))}}let x;for(;x=w.pop();)this.isValidLookup(r)||(i=x,r=this.getResource(y,b,x,n))}))})}),{res:r,usedKey:o,exactUsedKey:i,usedLng:s,usedNS:a}}isValidLookup(t){return t!==void 0&&!(!this.options.returnNull&&t===null)&&!(!this.options.returnEmptyString&&t==="")}getResource(t,n,r){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(t,n,r,o):this.resourceStore.getResource(t,n,r,o)}getUsedParamsDetails(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const n=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],r=t.replace&&!Ct(t.replace);let o=r?t.replace:t;if(r&&typeof t.count<"u"&&(o.count=t.count),this.options.interpolation.defaultVariables&&(o={...this.options.interpolation.defaultVariables,...o}),!r){o={...o};for(const i of n)delete o[i]}return o}static hasDefaultValue(t){const n="defaultValue";for(const r in t)if(Object.prototype.hasOwnProperty.call(t,r)&&n===r.substring(0,n.length)&&t[r]!==void 0)return!0;return!1}}const E8=e=>e.charAt(0).toUpperCase()+e.slice(1);class pE{constructor(t){this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=rs.create("languageUtils")}getScriptPartFromCode(t){if(t=ef(t),!t||t.indexOf("-")<0)return null;const n=t.split("-");return n.length===2||(n.pop(),n[n.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(n.join("-"))}getLanguagePartFromCode(t){if(t=ef(t),!t||t.indexOf("-")<0)return t;const n=t.split("-");return this.formatLanguageCode(n[0])}formatLanguageCode(t){if(Ct(t)&&t.indexOf("-")>-1){if(typeof Intl<"u"&&typeof Intl.getCanonicalLocales<"u")try{let o=Intl.getCanonicalLocales(t)[0];if(o&&this.options.lowerCaseLng&&(o=o.toLowerCase()),o)return o}catch{}const n=["hans","hant","latn","cyrl","cans","mong","arab"];let r=t.split("-");return this.options.lowerCaseLng?r=r.map(o=>o.toLowerCase()):r.length===2?(r[0]=r[0].toLowerCase(),r[1]=r[1].toUpperCase(),n.indexOf(r[1].toLowerCase())>-1&&(r[1]=E8(r[1].toLowerCase()))):r.length===3&&(r[0]=r[0].toLowerCase(),r[1].length===2&&(r[1]=r[1].toUpperCase()),r[0]!=="sgn"&&r[2].length===2&&(r[2]=r[2].toUpperCase()),n.indexOf(r[1].toLowerCase())>-1&&(r[1]=E8(r[1].toLowerCase())),n.indexOf(r[2].toLowerCase())>-1&&(r[2]=E8(r[2].toLowerCase()))),r.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?t.toLowerCase():t}isSupportedCode(t){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(t=this.getLanguagePartFromCode(t)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(t)>-1}getBestMatchFromCodes(t){if(!t)return null;let n;return t.forEach(r=>{if(n)return;const o=this.formatLanguageCode(r);(!this.options.supportedLngs||this.isSupportedCode(o))&&(n=o)}),!n&&this.options.supportedLngs&&t.forEach(r=>{if(n)return;const o=this.getLanguagePartFromCode(r);if(this.isSupportedCode(o))return n=o;n=this.options.supportedLngs.find(i=>{if(i===o)return i;if(!(i.indexOf("-")<0&&o.indexOf("-")<0)&&(i.indexOf("-")>0&&o.indexOf("-")<0&&i.substring(0,i.indexOf("-"))===o||i.indexOf(o)===0&&o.length>1))return i})}),n||(n=this.getFallbackCodes(this.options.fallbackLng)[0]),n}getFallbackCodes(t,n){if(!t)return[];if(typeof t=="function"&&(t=t(n)),Ct(t)&&(t=[t]),Array.isArray(t))return t;if(!n)return t.default||[];let r=t[n];return r||(r=t[this.getScriptPartFromCode(n)]),r||(r=t[this.formatLanguageCode(n)]),r||(r=t[this.getLanguagePartFromCode(n)]),r||(r=t.default),r||[]}toResolveHierarchy(t,n){const r=this.getFallbackCodes(n||this.options.fallbackLng||[],t),o=[],i=s=>{s&&(this.isSupportedCode(s)?o.push(s):this.logger.warn(`rejecting language code not found in supportedLngs: ${s}`))};return Ct(t)&&(t.indexOf("-")>-1||t.indexOf("_")>-1)?(this.options.load!=="languageOnly"&&i(this.formatLanguageCode(t)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&i(this.getScriptPartFromCode(t)),this.options.load!=="currentOnly"&&i(this.getLanguagePartFromCode(t))):Ct(t)&&i(this.formatLanguageCode(t)),r.forEach(s=>{o.indexOf(s)<0&&i(this.formatLanguageCode(s))}),o}}let lse=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],cse={1:e=>+(e>1),2:e=>+(e!=1),3:e=>0,4:e=>e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2,5:e=>e==0?0:e==1?1:e==2?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5,6:e=>e==1?0:e>=2&&e<=4?1:2,7:e=>e==1?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2,8:e=>e==1?0:e==2?1:e!=8&&e!=11?2:3,9:e=>+(e>=2),10:e=>e==1?0:e==2?1:e<7?2:e<11?3:4,11:e=>e==1||e==11?0:e==2||e==12?1:e>2&&e<20?2:3,12:e=>+(e%10!=1||e%100==11),13:e=>+(e!==0),14:e=>e==1?0:e==2?1:e==3?2:3,15:e=>e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2,16:e=>e%10==1&&e%100!=11?0:e!==0?1:2,17:e=>e==1||e%10==1&&e%100!=11?0:1,18:e=>e==0?0:e==1?1:2,19:e=>e==1?0:e==0||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3,20:e=>e==1?0:e==0||e%100>0&&e%100<20?1:2,21:e=>e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0,22:e=>e==1?0:e==2?1:(e<0||e>10)&&e%10==0?2:3};const use=["v1","v2","v3"],dse=["v4"],hE={zero:0,one:1,two:2,few:3,many:4,other:5},fse=()=>{const e={};return lse.forEach(t=>{t.lngs.forEach(n=>{e[n]={numbers:t.nr,plurals:cse[t.fc]}})}),e};class pse{constructor(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.languageUtils=t,this.options=n,this.logger=rs.create("pluralResolver"),(!this.options.compatibilityJSON||dse.includes(this.options.compatibilityJSON))&&(typeof Intl>"u"||!Intl.PluralRules)&&(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=fse(),this.pluralRulesCache={}}addRule(t,n){this.rules[t]=n}clearCache(){this.pluralRulesCache={}}getRule(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(this.shouldUseIntlApi()){const r=ef(t==="dev"?"en":t),o=n.ordinal?"ordinal":"cardinal",i=JSON.stringify({cleanedCode:r,type:o});if(i in this.pluralRulesCache)return this.pluralRulesCache[i];let s;try{s=new Intl.PluralRules(r,{type:o})}catch{if(!t.match(/-|_/))return;const c=this.languageUtils.getLanguagePartFromCode(t);s=this.getRule(c,n)}return this.pluralRulesCache[i]=s,s}return this.rules[t]||this.rules[this.languageUtils.getLanguagePartFromCode(t)]}needsPlural(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const r=this.getRule(t,n);return this.shouldUseIntlApi()?r&&r.resolvedOptions().pluralCategories.length>1:r&&r.numbers.length>1}getPluralFormsOfKey(t,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(t,r).map(o=>`${n}${o}`)}getSuffixes(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const r=this.getRule(t,n);return r?this.shouldUseIntlApi()?r.resolvedOptions().pluralCategories.sort((o,i)=>hE[o]-hE[i]).map(o=>`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${o}`):r.numbers.map(o=>this.getSuffix(t,o,n)):[]}getSuffix(t,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const o=this.getRule(t,r);return o?this.shouldUseIntlApi()?`${this.options.prepend}${r.ordinal?`ordinal${this.options.prepend}`:""}${o.select(n)}`:this.getSuffixRetroCompatible(o,n):(this.logger.warn(`no plural rule found for: ${t}`),"")}getSuffixRetroCompatible(t,n){const r=t.noAbs?t.plurals(n):t.plurals(Math.abs(n));let o=t.numbers[r];this.options.simplifyPluralSuffix&&t.numbers.length===2&&t.numbers[0]===1&&(o===2?o="plural":o===1&&(o=""));const i=()=>this.options.prepend&&o.toString()?this.options.prepend+o.toString():o.toString();return this.options.compatibilityJSON==="v1"?o===1?"":typeof o=="number"?`_plural_${o.toString()}`:i():this.options.compatibilityJSON==="v2"||this.options.simplifyPluralSuffix&&t.numbers.length===2&&t.numbers[0]===1?i():this.options.prepend&&r.toString()?this.options.prepend+r.toString():r.toString()}shouldUseIntlApi(){return!use.includes(this.options.compatibilityJSON)}}const gE=function(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:".",o=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,i=ese(e,t,n);return!i&&o&&Ct(n)&&(i=M8(e,n,r),i===void 0&&(i=M8(t,n,r))),i},O8=e=>e.replace(/\$/g,"$$$$");class hse{constructor(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=rs.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||(n=>n),this.init(t)}init(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};t.interpolation||(t.interpolation={escapeValue:!0});const{escape:n,escapeValue:r,useRawValueToEscape:o,prefix:i,prefixEscaped:s,suffix:a,suffixEscaped:c,formatSeparator:u,unescapeSuffix:d,unescapePrefix:f,nestingPrefix:h,nestingPrefixEscaped:g,nestingSuffix:m,nestingSuffixEscaped:v,nestingOptionsSeparator:b,maxReplaces:y,alwaysFormat:w}=t.interpolation;this.escape=n!==void 0?n:nse,this.escapeValue=r!==void 0?r:!0,this.useRawValueToEscape=o!==void 0?o:!1,this.prefix=i?ic(i):s||"{{",this.suffix=a?ic(a):c||"}}",this.formatSeparator=u||",",this.unescapePrefix=d?"":f||"-",this.unescapeSuffix=this.unescapePrefix?"":d||"",this.nestingPrefix=h?ic(h):g||ic("$t("),this.nestingSuffix=m?ic(m):v||ic(")"),this.nestingOptionsSeparator=b||",",this.maxReplaces=y||1e3,this.alwaysFormat=w!==void 0?w:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const t=(n,r)=>n&&n.source===r?(n.lastIndex=0,n):new RegExp(r,"g");this.regexp=t(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=t(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=t(this.nestingRegexp,`${this.nestingPrefix}(.+?)${this.nestingSuffix}`)}interpolate(t,n,r,o){let i,s,a;const c=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},u=g=>{if(g.indexOf(this.formatSeparator)<0){const y=gE(n,c,g,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(y,void 0,r,{...o,...n,interpolationkey:g}):y}const m=g.split(this.formatSeparator),v=m.shift().trim(),b=m.join(this.formatSeparator).trim();return this.format(gE(n,c,v,this.options.keySeparator,this.options.ignoreJSONStructure),b,r,{...o,...n,interpolationkey:v})};this.resetRegExp();const d=o&&o.missingInterpolationHandler||this.options.missingInterpolationHandler,f=o&&o.interpolation&&o.interpolation.skipOnVariables!==void 0?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:g=>O8(g)},{regex:this.regexp,safeValue:g=>this.escapeValue?O8(this.escape(g)):O8(g)}].forEach(g=>{for(a=0;i=g.regex.exec(t);){const m=i[1].trim();if(s=u(m),s===void 0)if(typeof d=="function"){const b=d(t,i,o);s=Ct(b)?b:""}else if(o&&Object.prototype.hasOwnProperty.call(o,m))s="";else if(f){s=i[0];continue}else this.logger.warn(`missed to pass in variable ${m} for interpolating ${t}`),s="";else!Ct(s)&&!this.useRawValueToEscape&&(s=iE(s));const v=g.safeValue(s);if(t=t.replace(i[0],v),f?(g.regex.lastIndex+=s.length,g.regex.lastIndex-=i[0].length):g.regex.lastIndex=0,a++,a>=this.maxReplaces)break}}),t}nest(t,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o,i,s;const a=(c,u)=>{const d=this.nestingOptionsSeparator;if(c.indexOf(d)<0)return c;const f=c.split(new RegExp(`${d}[ ]*{`));let h=`{${f[1]}`;c=f[0],h=this.interpolate(h,s);const g=h.match(/'/g),m=h.match(/"/g);(g&&g.length%2===0&&!m||m.length%2!==0)&&(h=h.replace(/'/g,'"'));try{s=JSON.parse(h),u&&(s={...u,...s})}catch(v){return this.logger.warn(`failed parsing options string in nesting for key ${c}`,v),`${c}${d}${h}`}return s.defaultValue&&s.defaultValue.indexOf(this.prefix)>-1&&delete s.defaultValue,c};for(;o=this.nestingRegexp.exec(t);){let c=[];s={...r},s=s.replace&&!Ct(s.replace)?s.replace:s,s.applyPostProcessor=!1,delete s.defaultValue;let u=!1;if(o[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(o[1])){const d=o[1].split(this.formatSeparator).map(f=>f.trim());o[1]=d.shift(),c=d,u=!0}if(i=n(a.call(this,o[1].trim(),s),s),i&&o[0]===t&&!Ct(i))return i;Ct(i)||(i=iE(i)),i||(this.logger.warn(`missed to resolve ${o[1]} for nesting ${t}`),i=""),u&&(i=c.reduce((d,f)=>this.format(d,f,r.lng,{...r,interpolationkey:o[1].trim()}),i.trim())),t=t.replace(o[0],i),this.regexp.lastIndex=0}return t}}const gse=e=>{let t=e.toLowerCase().trim();const n={};if(e.indexOf("(")>-1){const r=e.split("(");t=r[0].toLowerCase().trim();const o=r[1].substring(0,r[1].length-1);t==="currency"&&o.indexOf(":")<0?n.currency||(n.currency=o.trim()):t==="relativetime"&&o.indexOf(":")<0?n.range||(n.range=o.trim()):o.split(";").forEach(s=>{if(s){const[a,...c]=s.split(":"),u=c.join(":").trim().replace(/^'+|'+$/g,""),d=a.trim();n[d]||(n[d]=u),u==="false"&&(n[d]=!1),u==="true"&&(n[d]=!0),isNaN(u)||(n[d]=parseInt(u,10))}})}return{formatName:t,formatOptions:n}},sc=e=>{const t={};return(n,r,o)=>{let i=o;o&&o.interpolationkey&&o.formatParams&&o.formatParams[o.interpolationkey]&&o[o.interpolationkey]&&(i={...i,[o.interpolationkey]:void 0});const s=r+JSON.stringify(i);let a=t[s];return a||(a=e(ef(r),o),t[s]=a),a(n)}};class mse{constructor(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=rs.create("formatter"),this.options=t,this.formats={number:sc((n,r)=>{const o=new Intl.NumberFormat(n,{...r});return i=>o.format(i)}),currency:sc((n,r)=>{const o=new Intl.NumberFormat(n,{...r,style:"currency"});return i=>o.format(i)}),datetime:sc((n,r)=>{const o=new Intl.DateTimeFormat(n,{...r});return i=>o.format(i)}),relativetime:sc((n,r)=>{const o=new Intl.RelativeTimeFormat(n,{...r});return i=>o.format(i,r.range||"day")}),list:sc((n,r)=>{const o=new Intl.ListFormat(n,{...r});return i=>o.format(i)})},this.init(t)}init(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};this.formatSeparator=n.interpolation.formatSeparator||","}add(t,n){this.formats[t.toLowerCase().trim()]=n}addCached(t,n){this.formats[t.toLowerCase().trim()]=sc(n)}format(t,n,r){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const i=n.split(this.formatSeparator);if(i.length>1&&i[0].indexOf("(")>1&&i[0].indexOf(")")<0&&i.find(a=>a.indexOf(")")>-1)){const a=i.findIndex(c=>c.indexOf(")")>-1);i[0]=[i[0],...i.splice(1,a)].join(this.formatSeparator)}return i.reduce((a,c)=>{const{formatName:u,formatOptions:d}=gse(c);if(this.formats[u]){let f=a;try{const h=o&&o.formatParams&&o.formatParams[o.interpolationkey]||{},g=h.locale||h.lng||o.locale||o.lng||r;f=this.formats[u](a,g,{...d,...o,...h})}catch(h){this.logger.warn(h)}return f}else this.logger.warn(`there was no format function for ${u}`);return a},t)}}const vse=(e,t)=>{e.pending[t]!==void 0&&(delete e.pending[t],e.pendingCount--)};class bse extends nf{constructor(t,n,r){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};super(),this.backend=t,this.store=n,this.services=r,this.languageUtils=r.languageUtils,this.options=o,this.logger=rs.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=o.maxParallelReads||10,this.readingCalls=0,this.maxRetries=o.maxRetries>=0?o.maxRetries:5,this.retryTimeout=o.retryTimeout>=1?o.retryTimeout:350,this.state={},this.queue=[],this.backend&&this.backend.init&&this.backend.init(r,o.backend,o)}queueLoad(t,n,r,o){const i={},s={},a={},c={};return t.forEach(u=>{let d=!0;n.forEach(f=>{const h=`${u}|${f}`;!r.reload&&this.store.hasResourceBundle(u,f)?this.state[h]=2:this.state[h]<0||(this.state[h]===1?s[h]===void 0&&(s[h]=!0):(this.state[h]=1,d=!1,s[h]===void 0&&(s[h]=!0),i[h]===void 0&&(i[h]=!0),c[f]===void 0&&(c[f]=!0)))}),d||(a[u]=!0)}),(Object.keys(i).length||Object.keys(s).length)&&this.queue.push({pending:s,pendingCount:Object.keys(s).length,loaded:{},errors:[],callback:o}),{toLoad:Object.keys(i),pending:Object.keys(s),toLoadLanguages:Object.keys(a),toLoadNamespaces:Object.keys(c)}}loaded(t,n,r){const o=t.split("|"),i=o[0],s=o[1];n&&this.emit("failedLoading",i,s,n),!n&&r&&this.store.addResourceBundle(i,s,r,void 0,void 0,{skipCopy:!0}),this.state[t]=n?-1:2,n&&r&&(this.state[t]=0);const a={};this.queue.forEach(c=>{Qie(c.loaded,[i],s),vse(c,t),n&&c.errors.push(n),c.pendingCount===0&&!c.done&&(Object.keys(c.loaded).forEach(u=>{a[u]||(a[u]={});const d=c.loaded[u];d.length&&d.forEach(f=>{a[u][f]===void 0&&(a[u][f]=!0)})}),c.done=!0,c.errors.length?c.callback(c.errors):c.callback())}),this.emit("loaded",a),this.queue=this.queue.filter(c=>!c.done)}read(t,n,r){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:this.retryTimeout,s=arguments.length>5?arguments[5]:void 0;if(!t.length)return s(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:t,ns:n,fcName:r,tried:o,wait:i,callback:s});return}this.readingCalls++;const a=(u,d)=>{if(this.readingCalls--,this.waitingReads.length>0){const f=this.waitingReads.shift();this.read(f.lng,f.ns,f.fcName,f.tried,f.wait,f.callback)}if(u&&d&&o<this.maxRetries){setTimeout(()=>{this.read.call(this,t,n,r,o+1,i*2,s)},i);return}s(u,d)},c=this.backend[r].bind(this.backend);if(c.length===2){try{const u=c(t,n);u&&typeof u.then=="function"?u.then(d=>a(null,d)).catch(a):a(null,u)}catch(u){a(u)}return}return c(t,n,a)}prepareLoading(t,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),o&&o();Ct(t)&&(t=this.languageUtils.toResolveHierarchy(t)),Ct(n)&&(n=[n]);const i=this.queueLoad(t,n,r,o);if(!i.toLoad.length)return i.pending.length||o(),null;i.toLoad.forEach(s=>{this.loadOne(s)})}load(t,n,r){this.prepareLoading(t,n,{},r)}reload(t,n,r){this.prepareLoading(t,n,{reload:!0},r)}loadOne(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const r=t.split("|"),o=r[0],i=r[1];this.read(o,i,"read",void 0,void 0,(s,a)=>{s&&this.logger.warn(`${n}loading namespace ${i} for language ${o} failed`,s),!s&&a&&this.logger.log(`${n}loaded namespace ${i} for language ${o}`,a),this.loaded(t,s,a)})}saveMissing(t,n,r,o,i){let s=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},a=arguments.length>6&&arguments[6]!==void 0?arguments[6]:()=>{};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(n)){this.logger.warn(`did not save key "${r}" as the namespace "${n}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(r==null||r==="")){if(this.backend&&this.backend.create){const c={...s,isUpdate:i},u=this.backend.create.bind(this.backend);if(u.length<6)try{let d;u.length===5?d=u(t,n,r,o,c):d=u(t,n,r,o),d&&typeof d.then=="function"?d.then(f=>a(null,f)).catch(a):a(null,d)}catch(d){a(d)}else u(t,n,r,o,a,c)}!t||!t[0]||this.store.addResource(t[0],n,r,o)}}}const mE=()=>({debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:e=>{let t={};if(typeof e[1]=="object"&&(t=e[1]),Ct(e[1])&&(t.defaultValue=e[1]),Ct(e[2])&&(t.tDescription=e[2]),typeof e[2]=="object"||typeof e[3]=="object"){const n=e[3]||e[2];Object.keys(n).forEach(r=>{t[r]=n[r]})}return t},interpolation:{escapeValue:!0,format:e=>e,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),vE=e=>(Ct(e.ns)&&(e.ns=[e.ns]),Ct(e.fallbackLng)&&(e.fallbackLng=[e.fallbackLng]),Ct(e.fallbackNS)&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e),of=()=>{},Cse=e=>{Object.getOwnPropertyNames(Object.getPrototypeOf(e)).forEach(n=>{typeof e[n]=="function"&&(e[n]=e[n].bind(e))})};class wu extends nf{constructor(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;if(super(),this.options=vE(t),this.services={},this.logger=rs,this.modules={external:[]},Cse(this),n&&!this.isInitialized&&!t.isClone){if(!this.options.initImmediate)return this.init(t,n),this;setTimeout(()=>{this.init(t,n)},0)}}init(){var t=this;let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,typeof n=="function"&&(r=n,n={}),!n.defaultNS&&n.defaultNS!==!1&&n.ns&&(Ct(n.ns)?n.defaultNS=n.ns:n.ns.indexOf("translation")<0&&(n.defaultNS=n.ns[0]));const o=mE();this.options={...o,...this.options,...vE(n)},this.options.compatibilityAPI!=="v1"&&(this.options.interpolation={...o.interpolation,...this.options.interpolation}),n.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=n.keySeparator),n.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=n.nsSeparator);const i=d=>d?typeof d=="function"?new d:d:null;if(!this.options.isClone){this.modules.logger?rs.init(i(this.modules.logger),this.options):rs.init(null,this.options);let d;this.modules.formatter?d=this.modules.formatter:typeof Intl<"u"&&(d=mse);const f=new pE(this.options);this.store=new uE(this.options.resources,this.options);const h=this.services;h.logger=rs,h.resourceStore=this.store,h.languageUtils=f,h.pluralResolver=new pse(f,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),d&&(!this.options.interpolation.format||this.options.interpolation.format===o.interpolation.format)&&(h.formatter=i(d),h.formatter.init(h,this.options),this.options.interpolation.format=h.formatter.format.bind(h.formatter)),h.interpolator=new hse(this.options),h.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},h.backendConnector=new bse(i(this.modules.backend),h.resourceStore,h,this.options),h.backendConnector.on("*",function(g){for(var m=arguments.length,v=new Array(m>1?m-1:0),b=1;b<m;b++)v[b-1]=arguments[b];t.emit(g,...v)}),this.modules.languageDetector&&(h.languageDetector=i(this.modules.languageDetector),h.languageDetector.init&&h.languageDetector.init(h,this.options.detection,this.options)),this.modules.i18nFormat&&(h.i18nFormat=i(this.modules.i18nFormat),h.i18nFormat.init&&h.i18nFormat.init(this)),this.translator=new rf(this.services,this.options),this.translator.on("*",function(g){for(var m=arguments.length,v=new Array(m>1?m-1:0),b=1;b<m;b++)v[b-1]=arguments[b];t.emit(g,...v)}),this.modules.external.forEach(g=>{g.init&&g.init(this)})}if(this.format=this.options.interpolation.format,r||(r=of),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const d=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);d.length>0&&d[0]!=="dev"&&(this.options.lng=d[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(d=>{this[d]=function(){return t.store[d](...arguments)}}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(d=>{this[d]=function(){return t.store[d](...arguments),t}});const c=yu(),u=()=>{const d=(f,h)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),c.resolve(h),r(f,h)};if(this.languages&&this.options.compatibilityAPI!=="v1"&&!this.isInitialized)return d(null,this.t.bind(this));this.changeLanguage(this.options.lng,d)};return this.options.resources||!this.options.initImmediate?u():setTimeout(u,0),c}loadResources(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:of;const o=Ct(t)?t:this.language;if(typeof t=="function"&&(r=t),!this.options.resources||this.options.partialBundledLanguages){if(o&&o.toLowerCase()==="cimode"&&(!this.options.preload||this.options.preload.length===0))return r();const i=[],s=a=>{if(!a||a==="cimode")return;this.services.languageUtils.toResolveHierarchy(a).forEach(u=>{u!=="cimode"&&i.indexOf(u)<0&&i.push(u)})};o?s(o):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(c=>s(c)),this.options.preload&&this.options.preload.forEach(a=>s(a)),this.services.backendConnector.load(i,this.options.ns,a=>{!a&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),r(a)})}else r(null)}reloadResources(t,n,r){const o=yu();return typeof t=="function"&&(r=t,t=void 0),typeof n=="function"&&(r=n,n=void 0),t||(t=this.languages),n||(n=this.options.ns),r||(r=of),this.services.backendConnector.reload(t,n,i=>{o.resolve(),r(i)}),o}use(t){if(!t)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!t.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return t.type==="backend"&&(this.modules.backend=t),(t.type==="logger"||t.log&&t.warn&&t.error)&&(this.modules.logger=t),t.type==="languageDetector"&&(this.modules.languageDetector=t),t.type==="i18nFormat"&&(this.modules.i18nFormat=t),t.type==="postProcessor"&&dE.addPostProcessor(t),t.type==="formatter"&&(this.modules.formatter=t),t.type==="3rdParty"&&this.modules.external.push(t),this}setResolvedLanguage(t){if(!(!t||!this.languages)&&!(["cimode","dev"].indexOf(t)>-1))for(let n=0;n<this.languages.length;n++){const r=this.languages[n];if(!(["cimode","dev"].indexOf(r)>-1)&&this.store.hasLanguageSomeTranslations(r)){this.resolvedLanguage=r;break}}}changeLanguage(t,n){var r=this;this.isLanguageChangingTo=t;const o=yu();this.emit("languageChanging",t);const i=c=>{this.language=c,this.languages=this.services.languageUtils.toResolveHierarchy(c),this.resolvedLanguage=void 0,this.setResolvedLanguage(c)},s=(c,u)=>{u?(i(u),this.translator.changeLanguage(u),this.isLanguageChangingTo=void 0,this.emit("languageChanged",u),this.logger.log("languageChanged",u)):this.isLanguageChangingTo=void 0,o.resolve(function(){return r.t(...arguments)}),n&&n(c,function(){return r.t(...arguments)})},a=c=>{!t&&!c&&this.services.languageDetector&&(c=[]);const u=Ct(c)?c:this.services.languageUtils.getBestMatchFromCodes(c);u&&(this.language||i(u),this.translator.language||this.translator.changeLanguage(u),this.services.languageDetector&&this.services.languageDetector.cacheUserLanguage&&this.services.languageDetector.cacheUserLanguage(u)),this.loadResources(u,d=>{s(d,u)})};return!t&&this.services.languageDetector&&!this.services.languageDetector.async?a(this.services.languageDetector.detect()):!t&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(a):this.services.languageDetector.detect(a):a(t),o}getFixedT(t,n,r){var o=this;const i=function(s,a){let c;if(typeof a!="object"){for(var u=arguments.length,d=new Array(u>2?u-2:0),f=2;f<u;f++)d[f-2]=arguments[f];c=o.options.overloadTranslationOptionHandler([s,a].concat(d))}else c={...a};c.lng=c.lng||i.lng,c.lngs=c.lngs||i.lngs,c.ns=c.ns||i.ns,c.keyPrefix!==""&&(c.keyPrefix=c.keyPrefix||r||i.keyPrefix);const h=o.options.keySeparator||".";let g;return c.keyPrefix&&Array.isArray(s)?g=s.map(m=>`${c.keyPrefix}${h}${m}`):g=c.keyPrefix?`${c.keyPrefix}${h}${s}`:s,o.t(g,c)};return Ct(t)?i.lng=t:i.lngs=t,i.ns=n,i.keyPrefix=r,i}t(){return this.translator&&this.translator.translate(...arguments)}exists(){return this.translator&&this.translator.exists(...arguments)}setDefaultNamespace(t){this.options.defaultNS=t}hasLoadedNamespace(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const r=n.lng||this.resolvedLanguage||this.languages[0],o=this.options?this.options.fallbackLng:!1,i=this.languages[this.languages.length-1];if(r.toLowerCase()==="cimode")return!0;const s=(a,c)=>{const u=this.services.backendConnector.state[`${a}|${c}`];return u===-1||u===0||u===2};if(n.precheck){const a=n.precheck(this,s);if(a!==void 0)return a}return!!(this.hasResourceBundle(r,t)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||s(r,t)&&(!o||s(i,t)))}loadNamespaces(t,n){const r=yu();return this.options.ns?(Ct(t)&&(t=[t]),t.forEach(o=>{this.options.ns.indexOf(o)<0&&this.options.ns.push(o)}),this.loadResources(o=>{r.resolve(),n&&n(o)}),r):(n&&n(),Promise.resolve())}loadLanguages(t,n){const r=yu();Ct(t)&&(t=[t]);const o=this.options.preload||[],i=t.filter(s=>o.indexOf(s)<0&&this.services.languageUtils.isSupportedCode(s));return i.length?(this.options.preload=o.concat(i),this.loadResources(s=>{r.resolve(),n&&n(s)}),r):(n&&n(),Promise.resolve())}dir(t){if(t||(t=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!t)return"rtl";const n=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],r=this.services&&this.services.languageUtils||new pE(mE());return n.indexOf(r.getLanguagePartFromCode(t))>-1||t.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;return new wu(t,n)}cloneInstance(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:of;const r=t.forkResourceStore;r&&delete t.forkResourceStore;const o={...this.options,...t,isClone:!0},i=new wu(o);return(t.debug!==void 0||t.prefix!==void 0)&&(i.logger=i.logger.clone(t)),["store","services","language"].forEach(a=>{i[a]=this[a]}),i.services={...this.services},i.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},r&&(i.store=new uE(this.store.data,o),i.services.resourceStore=i.store),i.translator=new rf(i.services,o),i.translator.on("*",function(a){for(var c=arguments.length,u=new Array(c>1?c-1:0),d=1;d<c;d++)u[d-1]=arguments[d];i.emit(a,...u)}),i.init(o,n),i.translator.options=o,i.translator.backendConnector.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},i}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const Mn=wu.createInstance();Mn.createInstance=wu.createInstance,Mn.createInstance,Mn.dir,Mn.init,Mn.loadResources,Mn.reloadResources,Mn.use,Mn.changeLanguage,Mn.getFixedT,Mn.t,Mn.exists,Mn.setDefaultNamespace,Mn.hasLoadedNamespace,Mn.loadNamespaces,Mn.loadLanguages;const Su={grey:we,red:ao,green:HM,orange:FM,yellow:BM,shadows:zM,dataviz:{colors:C8,extra:y8,colorsWithExtra:x8,onlyMainFromAll:WM},searchBox:{borderRadius:"24px",border:e=>"1px solid "+e.custom.grey[500],background:"white",boxShadow:e=>"0px 2px 8px 0px "+e.custom.grey[500]},rowMenuElement:{marginLeft:"12px",paddingRight:"8px",fontSize:"12px",fontWeight:"600",lineHeight:"20px"}},Tu={valueFormatterFn:(e,t=void 0)=>{const n=Number(e);return Number.isNaN(n)?"":n.toLocaleString(Mn.language,{maximumFractionDigits:t})}},k8={palette:{primary:{50:"#F2F6FB",100:"#C4DCFA",200:"#95C3F8",300:"#67A9F7",400:"#388FF5",500:"#317FDB",600:"#2A6FC1",700:"#2360A6",800:"#1C508C",900:"#154072"},grey:we,text:{primary:"#393a36"},error:{light:ao[100],main:ao[600],dark:ao[800]}},spacing:Cu,typography:bu,custom:Su,numbers:Tu,components:vu},bE=da(k8),P8={palette:{primary:{50:"#EDF9FA",100:"#BEEEF0",200:"#8EE2E7",300:"#5FD7DD",400:"#2FCBD4",500:"#00C0CA",600:"#01A4AD",700:"#018990",800:"#026D72",900:"#025155"},grey:we,text:{primary:"#393a36"},error:{light:ao[100],main:ao[600],dark:ao[800]}},spacing:Cu,typography:bu,custom:Su,numbers:Tu,components:vu},j8=da(P8),I8={palette:{primary:{50:"#FFF6E8",100:"#FDE6BA",200:"#FBD68B",300:"#FAC55D",400:"#F8B52E",500:"#F6A500",600:"#D38702",700:"#B06803",800:"#8D4A05",900:"#6A2B06"},grey:we,text:{primary:we[2800]},error:{light:ao[100],main:ao[600],dark:ao[800]}},spacing:Cu,typography:bu,custom:Su,numbers:Tu,components:vu},CE=da(I8),L8={palette:{primary:{50:"#FFEDED",100:"#FCCBCB",200:"#F9A8A8",300:"#F58686",400:"#F26363",500:"#EF4141",600:"#CD2436",700:"#AA072B",800:"#900524",900:"#76031D"},grey:we,text:{primary:"#393a36"},error:{light:ao[100],main:ao[600],dark:ao[800]}},spacing:Cu,typography:bu,custom:Su,numbers:Tu,components:vu},yE=da(L8),yse=e=>{const{theme:t="foodpilot"}=e,r={...TE[t]};return e.typographyOverride!==void 0&&(r.typography=e.typographyOverride),p.jsx(yS,{theme:r,children:e.children})},xse=e=>{const{theme:t="foodpilot",themeOverride:n={}}=e,r=ME[t],o=da(r,n);return p.jsx(yS,{theme:o,children:e.children})},xE=e=>C.createElement("svg",{width:374,height:105,viewBox:"0 0 374 105",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M197.376 93H186.857C186.322 93 185.787 92.4643 185.787 91.9286V35.8572C185.787 35.3215 186.322 34.7857 186.857 34.7857H195.415C195.95 34.7857 196.485 35.3215 196.485 35.8572V39.7857C198.981 36.3929 204.508 33.8929 210.749 33.8929C223.408 33.8929 233.392 41.5715 233.392 55.6786C233.392 68.7143 223.943 77.4643 208.431 77.4643C205.935 77.4643 202.547 77.1072 199.872 76.5714C199.159 76.3929 198.624 76.9286 198.624 77.6429V91.75C198.446 92.4643 198.089 93 197.376 93ZM219.663 55.1429C219.663 48.1786 215.206 44.6072 208.609 44.6072C202.19 44.6072 198.624 48.5357 198.624 54.0715V64.6072C198.624 65.1429 198.981 65.5 199.337 65.6786C201.655 66.5715 204.686 66.75 207.183 66.75C214.315 66.75 219.663 62.8215 219.663 55.1429Z",fill:"black"}),C.createElement("path",{d:"M371.93 34.7857C372.465 34.7857 373 35.3215 373 35.8572V43.8929C373 44.4286 372.465 44.9643 371.93 44.9643H356.597C356.062 44.9643 355.527 45.5 355.527 46.0357V58.8929C355.527 64.7857 358.914 66.5715 364.798 66.5715C366.581 66.5715 369.434 66.2143 371.752 65.5C372.465 65.3215 373.178 65.8572 373.178 66.5715V74.9643C373.178 75.5 372.822 75.8572 372.287 76.0357C369.256 76.9286 365.511 77.4643 362.659 77.4643C349.999 77.4643 342.689 73.7143 342.689 58.8929V46.0357C342.689 45.5 342.154 44.9643 341.62 44.9643H335.201C334.666 44.9643 334.131 44.4286 334.131 43.8929V35.8572C334.131 35.3215 334.666 34.7857 335.201 34.7857H371.93Z",fill:"black"}),C.createElement("path",{d:"M283.316 65.5C280.998 66.0357 278.145 66.5715 276.362 66.5715C270.478 66.5715 267.091 64.7857 267.091 58.8929V35.8572C267.091 35.3215 266.556 34.7857 266.021 34.7857H255.501C254.967 34.7857 254.432 35.3215 254.432 35.8572V58.8929C254.432 73.7143 261.742 77.4643 274.401 77.4643C277.254 77.4643 280.998 76.9286 284.029 76.0357C284.564 75.8572 284.921 75.5 284.921 74.9643V66.5715C284.564 65.8572 284.029 65.3215 283.316 65.5Z",fill:"black"}),C.createElement("path",{d:"M236.602 75.3215V35.8572C236.602 35.3215 237.137 34.7857 237.672 34.7857H248.191C248.726 34.7857 249.261 35.3215 249.261 35.8572V75.3215C249.261 75.8572 248.726 76.3929 248.191 76.3929H237.672C237.137 76.5715 236.602 76.0357 236.602 75.3215Z",fill:"black"}),C.createElement("path",{d:"M31.2022 44.9643H20.5043C19.7911 44.9643 19.4345 45.5 19.4345 46.0357V75.1429C19.4345 75.8571 18.8996 76.2143 18.3647 76.2143H7.66683C6.95363 76.2143 6.59704 75.6786 6.59704 75.1429V46.2143C6.59704 45.5 6.06214 45.1429 5.52725 45.1429H1.06979C0.356597 45.1429 0 44.6071 0 44.0714V36.2143C0 35.5 0.534895 35.1429 1.06979 35.1429H6.41874V34.6071C6.41874 21.75 14.2639 15.8571 27.8145 15.8571C31.3805 15.8571 35.4814 16.75 38.1558 17.8214C38.5124 18 38.869 18.3571 38.869 18.8929V25.5C38.869 26.2143 38.1558 26.75 37.4426 26.5714C34.9465 25.8571 31.7371 25.3214 29.0626 25.3214C21.5741 25.3214 19.2562 28.8929 19.2562 34.25V34.7857H31.2022C31.9154 34.7857 32.272 35.3214 32.272 35.8571V43.7143C32.272 44.4286 31.7371 44.9643 31.2022 44.9643Z",fill:"#F6A500"}),C.createElement("path",{d:"M80.9474 55.8571C80.9474 69.4286 70.0712 77.4643 55.8074 77.4643C41.7218 77.4643 30.6673 69.4286 30.6673 55.8571C30.6673 42.4643 41.5435 33.8929 55.8074 33.8929C70.4278 33.7143 80.9474 42.4643 80.9474 55.8571ZM67.7533 55.6786C67.7533 48.7143 62.9393 44.0714 55.9857 44.0714C49.3886 44.0714 44.218 48.7143 44.218 55.6786C44.218 62.6429 49.3886 67.2857 55.9857 67.2857C62.9393 67.2857 67.7533 62.8214 67.7533 55.6786Z",fill:"#F6A500"}),C.createElement("path",{d:"M133.011 55.8571C133.011 69.4286 122.134 77.4643 107.87 77.4643C93.7849 77.4643 82.7304 69.4286 82.7304 55.8571C82.7304 42.4643 93.6066 33.8929 107.87 33.8929C122.491 33.7143 133.011 42.4643 133.011 55.8571ZM119.638 55.6786C119.638 48.7143 114.824 44.0714 107.87 44.0714C101.273 44.0714 96.1028 48.7143 96.1028 55.6786C96.1028 62.6429 101.273 67.2857 107.87 67.2857C115.002 67.2857 119.638 62.8214 119.638 55.6786Z",fill:"#F6A500"}),C.createElement("path",{d:"M180.794 74.25C180.794 74.7857 180.438 75.1429 179.903 75.3214C175.089 76.5714 168.67 77.4643 162.608 77.4643C147.988 77.4643 134.972 70.8571 134.972 55.6786C134.972 42.1071 146.205 33.8929 160.647 33.8929C162.786 33.8929 164.926 34.0714 166.887 34.4286C167.6 34.4286 168.135 34.0714 168.135 33.3571V18.3571C168.135 17.6429 168.67 17.2857 169.205 17.2857H179.725C180.438 17.2857 180.794 17.8214 180.794 18.3571V74.25ZM161.36 66.75C163.143 66.75 165.283 66.75 166.887 66.3929C167.422 66.2143 167.779 65.8571 167.779 65.3214V46.2143C167.779 45.6786 167.422 45.1429 166.887 45.1429C164.926 44.7857 163.143 44.4286 161.182 44.4286C153.158 44.4286 148.344 48.8929 148.344 55.6786C148.344 62.4643 153.693 66.75 161.36 66.75Z",fill:"#F6A500"}),C.createElement("path",{d:"M327.712 22.2857C327.891 24.0714 326.464 25.6786 324.503 25.8571C322.72 26.0357 321.115 24.6071 320.937 22.6429C320.759 20.8571 322.185 19.25 324.146 19.0714C325.929 19.0714 327.534 20.5 327.712 22.2857Z",fill:"#F6A500"}),C.createElement("path",{d:"M340.193 20.3214C340.371 22.8214 338.41 24.9643 335.914 25.1429C333.418 25.3214 331.278 23.3571 331.1 20.8571C330.922 18.3571 332.883 16.2143 335.379 16.0357C337.875 15.8571 340.015 17.8214 340.193 20.3214Z",fill:"#F6A500"}),C.createElement("path",{d:"M316.123 15.1429C316.123 16.3929 315.231 17.4643 313.983 17.4643C312.735 17.4643 311.665 16.5714 311.665 15.3214C311.665 14.0714 312.557 13 313.805 13C315.053 13 316.123 13.8929 316.123 15.1429Z",fill:"#F6A500"}),C.createElement("path",{d:"M307.386 22.4643C307.386 23.5357 306.673 24.25 305.782 24.4286C304.89 24.6071 303.999 23.7143 303.82 22.8214C303.82 21.75 304.533 21.0357 305.425 20.8571C306.316 20.6786 307.386 21.3929 307.386 22.4643Z",fill:"#F6A500"}),C.createElement("path",{d:"M329.139 15.1429C329.139 15.8571 328.604 16.3929 328.069 16.3929C327.356 16.3929 326.821 15.8571 326.821 15.3214C326.821 14.6071 327.356 14.0714 327.891 14.0714C328.425 13.8929 329.139 14.4286 329.139 15.1429Z",fill:"#F6A500"}),C.createElement("path",{d:"M318.084 21.0357C318.084 21.3929 317.728 21.75 317.371 21.9286C317.014 21.9286 316.658 21.5714 316.479 21.2143C316.479 20.8571 316.836 20.5 317.193 20.3214C317.728 20.1429 318.084 20.5 318.084 21.0357Z",fill:"#F6A500"}),C.createElement("path",{d:"M329.139 41.0357C327.891 42.8214 325.573 43.1786 323.79 42.1071C322.007 40.8571 321.65 38.5357 322.72 36.75C323.968 34.9643 326.286 34.6071 328.069 35.6786C330.03 36.9286 330.387 39.25 329.139 41.0357Z",fill:"#F6A500"}),C.createElement("path",{d:"M338.588 28.3571C338.588 29.0714 338.054 29.6071 337.519 29.6071C336.805 29.6071 336.271 29.0714 336.271 28.5357C336.271 27.8214 336.805 27.2857 337.34 27.2857C337.875 27.2857 338.41 27.8214 338.588 28.3571Z",fill:"#F6A500"}),C.createElement("path",{d:"M330.922 31.0357C330.922 32.1071 330.208 33 329.139 33.1786C328.069 33.1786 327.177 32.4643 326.999 31.3929C326.999 30.3214 327.712 29.4286 328.782 29.25C329.852 29.0714 330.743 29.9643 330.922 31.0357Z",fill:"#F6A500"}),C.createElement("path",{d:"M330.565 43.5357C329.495 44.6071 327.891 45.3214 326.286 45.3214C324.859 45.3214 323.433 44.9643 322.185 44.25C319.689 42.4643 318.619 39.25 319.689 36.3929C319.867 35.6786 320.045 34.9643 320.224 34.0714C320.224 31.9286 319.332 29.6071 317.371 28.1786C314.34 26.0357 310.061 26.9286 307.921 29.9643C307.208 31.0357 306.851 32.2857 306.673 33.7143C293.657 34.6071 284.029 43 284.029 55.6786C284.029 69.25 295.084 77.2857 309.169 77.2857C323.433 77.2857 334.309 69.25 334.309 55.6786C334.309 51.0357 333.061 46.9286 330.565 43.5357ZM319.689 60.3214H314.162C313.983 60.3214 313.805 60.5 313.805 60.6786V66.5714C313.805 69.25 311.487 71.3929 308.813 71.2143C306.316 71.0357 304.712 68.7143 304.712 66.3929V60.8571C304.712 60.6786 304.533 60.5 304.355 60.5H298.471C295.797 60.5 293.657 58.1786 293.836 55.5C294.014 53 296.332 51.3929 298.65 51.3929H304.177C304.355 51.3929 304.533 51.2143 304.533 51.0357V45.1429C304.533 42.4643 306.851 40.3214 309.526 40.5C312.022 40.6786 313.627 43 313.627 45.3214V50.8571C313.627 51.0357 313.805 51.2143 313.983 51.2143H319.867C322.542 51.2143 324.681 53.5357 324.503 56.2143C324.325 58.5357 322.007 60.3214 319.689 60.3214Z",fill:"#F6A500"})),wse=e=>C.createElement("svg",{width:384,height:80,viewBox:"0 0 384 80",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("g",{clipPath:"url(#clip0_133_2537)"},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M196.875 80H207.447L207.572 79.9822C207.865 79.9822 208.147 79.8655 208.355 79.6579C208.562 79.4503 208.679 79.1686 208.679 78.875V64.7679C208.679 64.6059 208.714 64.4459 208.783 64.2991C208.852 64.1524 208.952 64.0225 209.076 63.9186C209.2 63.8147 209.346 63.7394 209.503 63.6979C209.659 63.6564 209.823 63.6498 209.982 63.6786C212.787 64.1989 215.63 64.4797 218.482 64.5179C234.054 64.5179 243.482 55.6429 243.482 42.6607C243.482 28.5536 233.59 20.8036 220.875 20.8036C214.625 20.8036 209.107 23.3214 206.59 26.7857V22.9286C206.59 22.635 206.473 22.3534 206.265 22.1457C206.058 21.9381 205.776 21.8214 205.482 21.8214H196.875C196.582 21.8214 196.3 21.9381 196.092 22.1457C195.885 22.3534 195.768 22.635 195.768 22.9286V78.8929C195.768 79.1865 195.885 79.4681 196.092 79.6758C196.3 79.8834 196.582 80 196.875 80ZM218.768 31.6072C225.411 31.6072 229.893 35.1607 229.893 42.0714L229.875 42.0536C229.875 49.8036 224.411 53.7322 217.268 53.7322C214.601 53.7676 211.944 53.3881 209.393 52.6072C209.18 52.5264 208.997 52.3818 208.869 52.1933C208.742 52.0047 208.675 51.7814 208.679 51.5536V41.0357C208.679 35.5357 212.125 31.6072 218.768 31.6072Z",fill:"black"}),C.createElement("path",{d:"M382.938 22.151C382.727 21.94 382.441 21.8214 382.143 21.8214L345.446 21.8036C345.148 21.8036 344.862 21.9221 344.651 22.1331C344.44 22.3441 344.321 22.6302 344.321 22.9286V30.875C344.321 31.1703 344.437 31.4538 344.644 31.6643C344.852 31.8747 345.133 31.9953 345.428 32H351.732C352.027 32 352.311 32.1161 352.521 32.3232C352.732 32.5303 352.852 32.8119 352.857 33.1072V46.0357C352.857 60.8036 360.143 64.5357 372.857 64.5357C376.114 64.4674 379.351 64.0118 382.5 63.1786C382.739 63.1148 382.949 62.9729 383.098 62.7755C383.247 62.5781 383.326 62.3365 383.321 62.0893V53.6964C383.324 53.525 383.288 53.3553 383.214 53.2005C383.14 53.0458 383.031 52.9102 382.896 52.8046C382.761 52.699 382.604 52.6262 382.436 52.592C382.268 52.5577 382.094 52.5629 381.928 52.6072C379.664 53.2004 377.34 53.5359 375 53.6072C369.018 53.6072 365.661 51.8393 365.661 45.9464V33.1429C365.661 32.8445 365.779 32.5584 365.99 32.3474C366.201 32.1364 366.487 32.0179 366.786 32.0179H382.143C382.441 32.0179 382.727 31.8993 382.938 31.6884C383.149 31.4774 383.268 31.1912 383.268 30.8929V22.9464C383.268 22.6481 383.149 22.3619 382.938 22.151Z",fill:"black"}),C.createElement("path",{d:"M293.429 52.5893C291.164 53.1815 288.84 53.5169 286.5 53.5893C280.518 53.5893 277.161 51.8036 277.161 45.9286V22.9286C277.161 22.6349 277.044 22.3533 276.836 22.1457C276.629 21.9381 276.347 21.8214 276.054 21.8214H265.482C265.189 21.8214 264.907 21.9381 264.699 22.1457C264.492 22.3533 264.375 22.6349 264.375 22.9286V46.0178C264.375 60.7857 271.661 64.5178 284.375 64.5178C287.632 64.4495 290.869 63.9939 294.018 63.1607C294.253 63.0936 294.46 62.9503 294.605 62.7532C294.751 62.5561 294.827 62.3163 294.821 62.0714V53.6607C294.822 53.4908 294.783 53.3231 294.708 53.1706C294.633 53.0181 294.524 52.8849 294.389 52.7814C294.255 52.6778 294.098 52.6066 293.931 52.5733C293.765 52.5399 293.593 52.5454 293.429 52.5893Z",fill:"black"}),C.createElement("path",{d:"M246.679 22.9286V62.3572C246.679 62.6555 246.797 62.9417 247.008 63.1527C247.219 63.3636 247.505 63.4822 247.804 63.4822H258.268C258.566 63.4822 258.853 63.3636 259.063 63.1527C259.274 62.9417 259.393 62.6555 259.393 62.3572V22.9286C259.393 22.6302 259.274 22.3441 259.063 22.1331C258.853 21.9221 258.566 21.8036 258.268 21.8036H247.804C247.505 21.8036 247.219 21.9221 247.008 22.1331C246.797 22.3441 246.679 22.6302 246.679 22.9286Z",fill:"black"}),C.createElement("path",{d:"M326.098 3.32149C326.318 2.94312 326.42 2.50813 326.393 2.07143H326.375C326.338 1.48701 326.072 0.940946 325.633 0.552739C325.195 0.164531 324.62 -0.0342099 324.036 1.41817e-06C323.599 0.0290825 323.181 0.186856 322.834 0.453408C322.487 0.719959 322.227 1.08334 322.086 1.49767C321.946 1.91201 321.931 2.35872 322.044 2.78142C322.157 3.20412 322.393 3.58385 322.721 3.87269C323.05 4.16152 323.457 4.34651 323.891 4.40429C324.324 4.46207 324.765 4.39006 325.158 4.19734C325.551 4.00463 325.878 3.69985 326.098 3.32149Z",fill:"#AC0027"}),C.createElement("path",{d:"M350.464 7.37498C350.519 8.27672 350.305 9.17441 349.85 9.95472C349.394 10.735 348.718 11.363 347.906 11.7593C347.095 12.1556 346.184 12.3025 345.288 12.1814C344.393 12.0604 343.554 11.6768 342.876 11.0791C342.199 10.4814 341.714 9.69636 341.482 8.82317C341.251 7.94998 341.283 7.02774 341.575 6.1729C341.867 5.31806 342.406 4.56894 343.124 4.02012C343.841 3.4713 344.705 3.14738 345.607 3.08927C346.819 3.0159 348.01 3.4257 348.921 4.22895C349.831 5.03219 350.386 6.16344 350.464 7.37498Z",fill:"#AC0027"}),C.createElement("path",{d:"M337.893 9.33931C337.934 10.0058 337.777 10.6695 337.441 11.2464C337.104 11.8234 336.605 12.2877 336.005 12.5806C335.405 12.8734 334.731 12.9817 334.069 12.8917C333.408 12.8017 332.788 12.5174 332.288 12.0749C331.788 11.6323 331.43 11.0514 331.26 10.4056C331.091 9.75983 331.116 9.07819 331.334 8.44695C331.552 7.8157 331.952 7.26324 332.484 6.85946C333.015 6.45568 333.655 6.21873 334.322 6.17859C335.214 6.12485 336.092 6.42751 336.761 7.02011C337.431 7.61272 337.838 8.44683 337.893 9.33931Z",fill:"#AC0027"}),C.createElement("path",{d:"M317.571 9.39285C317.588 9.74383 317.501 10.0919 317.321 10.3936C317.14 10.6952 316.875 10.937 316.558 11.0886C316.241 11.2402 315.886 11.2949 315.539 11.2459C315.191 11.1968 314.865 11.0462 314.602 10.813C314.339 10.5797 314.151 10.274 314.061 9.93435C313.971 9.59466 313.984 9.236 314.097 8.90329C314.21 8.57058 314.418 8.27861 314.697 8.06393C314.975 7.84925 315.31 7.72141 315.661 7.69642C315.898 7.67949 316.137 7.71021 316.362 7.78677C316.587 7.86334 316.795 7.9842 316.973 8.14226C317.151 8.30032 317.296 8.49238 317.399 8.70715C317.501 8.92191 317.56 9.15505 317.571 9.39285Z",fill:"#AC0027"}),C.createElement("path",{d:"M339.129 2.81388C339.249 2.60484 339.303 2.36505 339.286 2.12497C339.263 1.80591 339.115 1.50877 338.874 1.29813C338.634 1.08748 338.319 0.980336 338 0.999975C337.76 1.01475 337.529 1.10059 337.338 1.24659C337.147 1.3926 337.003 1.59218 336.925 1.81998C336.848 2.04779 336.839 2.29355 336.902 2.52606C336.964 2.75856 337.094 2.96731 337.275 3.12581C337.456 3.28431 337.68 3.3854 337.919 3.41624C338.158 3.44709 338.4 3.40629 338.616 3.29904C338.831 3.19179 339.01 3.02292 339.129 2.81388Z",fill:"#AC0027"}),C.createElement("path",{d:"M328.285 7.94642C328.296 8.10212 328.26 8.2574 328.182 8.39248C328.104 8.52756 327.987 8.63632 327.847 8.70489C327.707 8.77346 327.549 8.79874 327.395 8.7775C327.24 8.75626 327.095 8.68947 326.979 8.58564C326.862 8.48181 326.779 8.34565 326.741 8.1945C326.702 8.04336 326.709 7.88408 326.761 7.73697C326.813 7.58986 326.908 7.46159 327.033 7.3685C327.158 7.27541 327.308 7.22172 327.464 7.21428C327.67 7.20446 327.871 7.27565 328.024 7.41255C328.178 7.54945 328.272 7.74113 328.285 7.94642Z",fill:"#AC0027"}),C.createElement("path",{d:"M337.705 29.4037C338.409 29.1238 339.015 28.6416 339.446 28.0178C339.734 27.601 339.937 27.1314 340.042 26.6359C340.148 26.1405 340.155 25.629 340.062 25.1311C339.969 24.6331 339.778 24.1584 339.501 23.7344C339.224 23.3105 338.865 22.9455 338.446 22.6607C337.819 22.2344 337.08 22.0033 336.322 21.9964C335.564 21.9896 334.821 22.2073 334.186 22.6222C333.552 23.0371 333.054 23.6306 332.757 24.3278C332.459 25.0251 332.374 25.7948 332.513 26.5401C332.653 27.2853 333.009 27.9727 333.538 28.5156C334.068 29.0584 334.746 29.4324 335.487 29.5905C336.229 29.7485 337 29.6835 337.705 29.4037Z",fill:"#AC0027"}),C.createElement("path",{d:"M348.785 15.4286C348.799 15.6682 348.742 15.9065 348.62 16.1133C348.498 16.3202 348.318 16.4864 348.102 16.5909C347.886 16.6954 347.644 16.7336 347.406 16.7005C347.168 16.6675 346.946 16.5648 346.766 16.4054C346.587 16.2459 346.459 16.0369 346.398 15.8047C346.338 15.5725 346.347 15.3276 346.426 15.1008C346.504 14.874 346.648 14.6755 346.839 14.5305C347.03 14.3854 347.26 14.3002 347.5 14.2857C347.819 14.2661 348.133 14.3732 348.374 14.5839C348.615 14.7945 348.763 15.0917 348.785 15.4107V15.4286Z",fill:"#AC0027"}),C.createElement("path",{d:"M340.842 19.099C341.03 18.752 341.109 18.3569 341.071 17.9643C341.021 17.451 340.773 16.9774 340.38 16.644C339.986 16.3106 339.479 16.1436 338.964 16.1786C338.57 16.2053 338.194 16.3489 337.882 16.5909C337.571 16.8329 337.339 17.1624 337.215 17.5372C337.092 17.9119 337.084 18.3149 337.191 18.6946C337.298 19.0742 337.516 19.4133 337.817 19.6683C338.118 19.9234 338.488 20.0828 338.88 20.1263C339.272 20.1697 339.668 20.0951 340.018 19.9121C340.367 19.7291 340.654 19.446 340.842 19.099Z",fill:"#AC0027"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M340.893 30.625C339.747 31.7047 338.252 32.3382 336.679 32.4107C335.579 32.4727 334.481 32.2601 333.483 31.7922C332.486 31.3242 331.62 30.6155 330.965 29.7298C330.31 28.8442 329.885 27.8095 329.729 26.7189C329.573 25.6283 329.691 24.516 330.072 23.4821C330.333 22.7652 330.484 22.0125 330.518 21.25C330.57 19.4503 329.905 17.7037 328.669 16.3942C328.057 15.7459 327.324 15.2244 326.51 14.8596C325.697 14.4947 324.82 14.2937 323.929 14.2679C323.038 14.2421 322.15 14.392 321.317 14.7092C320.484 15.0264 319.721 15.5046 319.073 16.1165C317.763 17.3522 316.999 19.0575 316.947 20.8571C303.857 21.7857 294.214 30.2143 294.214 42.8214C294.214 56.4643 305.339 64.5 319.447 64.5C333.554 64.5 344.643 56.4821 344.643 42.8571C344.706 38.501 343.415 34.2328 340.947 30.6429L340.893 30.625ZM329.893 47.2679H324.411C324.316 47.2679 324.225 47.3055 324.158 47.3725C324.091 47.4394 324.054 47.5303 324.054 47.625V53.4286C324.054 54.0659 323.921 54.6963 323.664 55.2795C323.407 55.8628 323.031 56.3861 322.561 56.8162C322.091 57.2462 321.536 57.5736 320.932 57.7774C320.328 57.9812 319.688 58.057 319.054 58C317.875 57.8458 316.796 57.2603 316.024 56.3566C315.252 55.4529 314.843 54.2951 314.875 53.1071V47.5714C314.875 47.4845 314.842 47.4008 314.782 47.3376C314.722 47.2745 314.641 47.2367 314.554 47.2321H308.714C308.077 47.2322 307.447 47.0995 306.863 46.8426C306.28 46.5856 305.757 46.2099 305.327 45.7396C304.897 45.2692 304.569 44.7144 304.366 44.1105C304.162 43.5066 304.086 42.8669 304.143 42.2321C304.295 41.0724 304.865 40.008 305.746 39.2387C306.627 38.4694 307.759 38.048 308.929 38.0536H314.429C314.473 38.0536 314.517 38.0448 314.559 38.0277C314.6 38.0107 314.637 37.9857 314.669 37.9542C314.7 37.9227 314.725 37.8853 314.742 37.8441C314.759 37.803 314.768 37.7588 314.768 37.7143V31.8929C314.768 31.2555 314.901 30.6251 315.158 30.0419C315.414 29.4587 315.79 28.9353 316.261 28.5053C316.731 28.0752 317.286 27.7478 317.89 27.544C318.493 27.3402 319.133 27.2644 319.768 27.3214C320.939 27.47 322.014 28.0429 322.791 28.9315C323.568 29.8201 323.992 30.9627 323.982 32.1429V37.6607C323.982 37.746 324.016 37.8277 324.076 37.888C324.137 37.9483 324.218 37.9821 324.304 37.9821H330.143C330.78 37.9821 331.411 38.1147 331.994 38.3717C332.577 38.6287 333.1 39.0043 333.531 39.4747C333.961 39.9451 334.288 40.4999 334.492 41.1038C334.696 41.7076 334.771 42.3474 334.714 42.9821C334.556 44.1589 333.97 45.236 333.067 46.007C332.164 46.7781 331.008 47.1889 329.822 47.1607L329.893 47.2679Z",fill:"#AC0027"}),C.createElement("path",{d:"M142.428 38.9822V62.3572C142.428 62.6603 142.308 62.951 142.094 63.1653C141.879 63.3796 141.589 63.5 141.286 63.5H130.75C130.447 63.5 130.156 63.3796 129.942 63.1653C129.727 62.951 129.607 62.6603 129.607 62.3572V41.0715C129.607 34.9107 126.036 31.6429 119.607 31.6429C113.625 31.6429 109.232 35.2143 109.232 41.4465V62.3572C109.232 62.6603 109.112 62.951 108.897 63.1653C108.683 63.3796 108.392 63.5 108.089 63.5H97.5891C97.286 63.5 96.9954 63.3796 96.781 63.1653C96.5667 62.951 96.4463 62.6603 96.4463 62.3572V22.9465C96.4463 22.6434 96.5667 22.3527 96.781 22.1383C96.9954 21.924 97.286 21.8036 97.5891 21.8036H106.161C106.464 21.8036 106.754 21.924 106.969 22.1383C107.183 22.3527 107.303 22.6434 107.303 22.9465V26.6607C110.196 23.1965 115.25 20.7679 122.053 20.7679C133.928 20.7679 142.428 26.125 142.428 38.9822Z",fill:"#AC0027"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M160.928 47.5714C160.714 47.512 160.487 47.5163 160.276 47.5838C160.064 47.6513 159.876 47.7791 159.736 47.9516C159.596 48.1241 159.509 48.3337 159.486 48.5548C159.463 48.7759 159.505 48.9989 159.607 49.1964C161.553 53.0357 166.535 54.9821 172.875 54.9821C178.393 55.0317 183.874 54.0819 189.053 52.1786C189.226 52.1086 189.414 52.082 189.6 52.1012C189.785 52.1204 189.963 52.1848 190.118 52.2888C190.273 52.3927 190.401 52.533 190.489 52.6975C190.577 52.8619 190.624 53.0455 190.625 53.2321V60.5536C190.627 60.7832 190.56 61.0083 190.433 61.1995C190.305 61.3906 190.123 61.5389 189.911 61.625C184.028 63.7112 177.81 64.6919 171.571 64.5179C157.661 64.5179 145.232 57.375 145.232 42.5536C145.232 30.5 155.321 20.7857 170.553 20.7857C183.625 20.7857 192.411 26.1428 192.411 35.5536C192.411 43.125 185.035 48.7321 169.803 48.7321C166.791 48.7198 163.793 48.3359 160.875 47.5893L160.928 47.5714ZM159.089 37.2321C159.03 37.4967 159.07 37.7738 159.202 38.0107C159.334 38.2477 159.548 38.4282 159.803 38.5178C162.813 39.4333 165.944 39.8849 169.089 39.8571C177.036 39.8571 180.018 37.8036 180.018 34.625C180.018 31.7321 176.928 29.3928 170.678 29.3928C164.75 29.3928 160.196 32.8214 159.089 37.2321Z",fill:"#AC0027"}),C.createElement("path",{d:"M78.3213 62.375V22.9286C78.3213 22.6302 78.4398 22.3441 78.6508 22.1331C78.8618 21.9221 79.1479 21.8036 79.4463 21.8036H89.9106C90.2089 21.8036 90.4951 21.9221 90.7061 22.1331C90.917 22.3441 91.0356 22.6302 91.0356 22.9286V62.375C91.0356 62.6734 90.917 62.9595 90.7061 63.1705C90.4951 63.3815 90.2089 63.5 89.9106 63.5H79.4463C79.1479 63.5 78.8618 63.3815 78.6508 63.1705C78.4398 62.9595 78.3213 62.6734 78.3213 62.375Z",fill:"#AC0027"}),C.createElement("path",{d:"M62.3036 22.5714L53.8035 47.5714C53.7232 47.786 53.5793 47.9709 53.391 48.1015C53.2027 48.232 52.9791 48.302 52.75 48.302C52.5209 48.302 52.2972 48.232 52.1089 48.1015C51.9207 47.9709 51.7767 47.786 51.6964 47.5714L43.0536 22.5714C42.9787 22.3518 42.8367 22.1612 42.6477 22.0266C42.4586 21.892 42.232 21.8203 42 21.8214H33.6964C33.465 21.8229 33.2396 21.8957 33.0511 22.0299C32.8625 22.1641 32.72 22.3532 32.6428 22.5714L23.8393 47.5714C23.7589 47.786 23.615 47.9709 23.4267 48.1015C23.2384 48.232 23.0148 48.302 22.7857 48.302C22.5566 48.302 22.3329 48.232 22.1447 48.1015C21.9564 47.9709 21.8125 47.786 21.7321 47.5714L13.3035 22.5714C13.2264 22.3532 13.0838 22.1641 12.8953 22.0299C12.7068 21.8957 12.4814 21.8229 12.25 21.8214H1.12498C0.943453 21.8202 0.764406 21.8636 0.603607 21.9478C0.442808 22.0321 0.30519 22.1546 0.202873 22.3045C0.100556 22.4545 0.0366788 22.6273 0.0168673 22.8077C-0.0029441 22.9882 0.0219179 23.1707 0.0892639 23.3393L15.1964 62.7679C15.2782 62.9766 15.4205 63.1561 15.6051 63.2833C15.7896 63.4106 16.008 63.4798 16.2321 63.4822H28.7321C28.9527 63.4851 29.1692 63.4221 29.3537 63.3012C29.5382 63.1803 29.6825 63.007 29.7678 62.8036L36.9107 46.125C36.9994 45.9269 37.1435 45.7586 37.3257 45.6406C37.5079 45.5225 37.7204 45.4597 37.9375 45.4597C38.1546 45.4597 38.367 45.5225 38.5492 45.6406C38.7314 45.7586 38.8756 45.9269 38.9643 46.125L46.2143 62.8036C46.2985 63.0042 46.4399 63.1755 46.621 63.2962C46.802 63.4169 47.0146 63.4816 47.2321 63.4822H59.7321C59.9593 63.4834 60.1816 63.4158 60.3696 63.2883C60.5577 63.1608 60.7028 62.9794 60.7857 62.7679L75.8214 23.3393C75.8843 23.1706 75.9058 22.9893 75.8841 22.8105C75.8623 22.6318 75.798 22.4609 75.6966 22.3122C75.5951 22.1635 75.4594 22.0413 75.3009 21.9559C75.1424 21.8705 74.9657 21.8244 74.7857 21.8214H63.3571C63.1251 21.8203 62.8985 21.892 62.7094 22.0266C62.5204 22.1612 62.3784 22.3518 62.3036 22.5714Z",fill:"#AC0027"})),C.createElement("defs",null,C.createElement("clipPath",{id:"clip0_133_2537"},C.createElement("rect",{width:383.339,height:80,fill:"white"})))),wE=e=>C.createElement("svg",{width:"100%",height:"100%",viewBox:"0 0 710 207",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",xmlSpace:"preserve","xmlns:serif":"http://www.serif.com/",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},...e},C.createElement("g",{transform:"matrix(1,0,0,1,0,-256.302)"},C.createElement("g",{id:"Plan-de-travail2","serif:id":"Plan de travail2",transform:"matrix(1.28525,0,0,1.02698,36.8075,282.298)"},C.createElement("rect",{x:-28.638,y:-25.313,width:552.35,height:201.412,style:{fill:"none"}}),C.createElement("g",null,C.createElement("g",null,C.createElement("g",null,C.createElement("g",{transform:"matrix(0.60328,0,0,0.754995,110.464,55.1362)"},C.createElement("g",null,C.createElement("g",null,C.createElement("path",{d:"M145.5,57.9C145.5,71.3 134.9,79.2 120.9,79.2C107.1,79.2 96.2,71.3 96.2,57.9C96.2,44.8 106.8,36.3 120.8,36.3C135.1,36.3 145.5,44.8 145.5,57.9ZM132.4,57.8C132.4,50.9 127.7,46.3 120.8,46.3C114.4,46.3 109.3,50.9 109.3,57.8C109.3,64.7 114.4,69.2 120.9,69.2C127.8,69.2 132.4,64.7 132.4,57.8Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})))),C.createElement("g",{transform:"matrix(0.60328,0,0,0.754995,226.667,55.1362)"},C.createElement("g",null,C.createElement("g",null,C.createElement("path",{d:"M145.5,57.9C145.5,71.3 134.9,79.2 120.9,79.2C107.1,79.2 96.2,71.3 96.2,57.9C96.2,44.8 106.8,36.3 120.8,36.3C135.1,36.3 145.5,44.8 145.5,57.9ZM132.4,57.8C132.4,50.9 127.7,46.3 120.8,46.3C114.4,46.3 109.3,50.9 109.3,57.8C109.3,64.7 114.4,69.2 120.9,69.2C127.8,69.2 132.4,64.7 132.4,57.8Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})))),C.createElement("g",{transform:"matrix(0.60328,0,0,0.754995,42.3267,55.1362)"},C.createElement("path",{d:"M380.1,37.3C380.7,37.3 381.2,37.8 381.2,38.4L381.2,46.2C381.2,46.8 380.7,47.3 380.1,47.3L365,47.3C364.4,47.3 363.9,47.8 363.9,48.4L363.9,61C363.9,66.8 367.2,68.5 373.1,68.5C374.8,68.5 377.6,68.1 379.9,67.5C380.6,67.3 381.3,67.8 381.3,68.6L381.3,76.8C381.3,77.3 381,77.7 380.5,77.9C377.5,78.7 373.8,79.2 371,79.2C358.5,79.2 351.4,75.5 351.4,61.1L351.4,48.4C351.4,47.8 350.9,47.3 350.3,47.3L344.1,47.3C343.5,47.3 343,46.8 343,46.2L343,38.4C343,37.8 343.5,37.3 344.1,37.3L380.1,37.3Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.60328,0,0,0.754995,40.7157,55.2117)"},C.createElement("path",{d:"M293,67.5C290.7,68.1 288,68.5 286.2,68.5C280.3,68.5 277,66.8 277,61L277,38.4C277,37.8 276.5,37.3 275.9,37.3L265.5,37.3C264.9,37.3 264.4,37.8 264.4,38.4L264.4,61C264.4,75.5 271.5,79.1 284,79.1C286.8,79.1 290.5,78.6 293.5,77.8C294,77.7 294.3,77.2 294.3,76.7L294.3,68.5C294.4,67.8 293.7,67.3 293,67.5Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.60328,0,0,0.754995,126.095,55.2117)"},C.createElement("path",{d:"M247.2,77.1L247.2,38.4C247.2,37.8 247.7,37.3 248.3,37.3L258.6,37.3C259.2,37.3 259.7,37.8 259.7,38.4L259.7,77.1C259.7,77.7 259.2,78.2 258.6,78.2L248.3,78.2C247.7,78.2 247.2,77.7 247.2,77.1Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.727649,0,0,0.910639,144.4,90.9045)"},C.createElement("path",{d:"M0,17.322C0,16.683 0.642,16.225 1.236,16.461C5.097,17.995 10.263,19.038 14.695,19.038C18.785,19.038 21.057,17.901 21.057,16.386C21.057,14.114 18.559,13.736 9.621,11.539C3.484,10.024 -0.606,6.767 -0.606,1.162C-0.606,-5.352 4.999,-9.063 16.286,-9.063C20.556,-9.063 25.629,-8.194 29.18,-7.272C29.578,-7.168 29.843,-6.807 29.843,-6.395L29.843,-1.3C29.843,-0.684 29.247,-0.259 28.659,-0.442C24.818,-1.639 20.402,-2.322 17.043,-2.322C12.498,-2.322 10.151,-0.958 10.151,0.859C10.151,3.435 14.013,3.964 19.77,5.555C29.465,8.206 32.116,10.403 32.116,15.856C32.116,21.916 27.192,26.385 15.3,26.385C10.185,26.385 4.522,25.494 0.591,24.103C0.23,23.976 0,23.63 0,23.247L0,17.322Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.727649,0,0,0.910639,345.814,90.9045)"},C.createElement("path",{d:"M0,17.322C0,16.683 0.642,16.225 1.236,16.461C5.097,17.995 10.263,19.038 14.695,19.038C18.785,19.038 21.057,17.901 21.057,16.386C21.057,14.114 18.559,13.736 9.621,11.539C3.484,10.024 -0.606,6.767 -0.606,1.162C-0.606,-5.352 4.999,-9.063 16.286,-9.063C20.556,-9.063 25.629,-8.194 29.18,-7.272C29.578,-7.168 29.843,-6.807 29.843,-6.395L29.843,-1.3C29.843,-0.684 29.247,-0.259 28.659,-0.442C24.818,-1.639 20.402,-2.322 17.043,-2.322C12.498,-2.322 10.151,-0.958 10.151,0.859C10.151,3.435 14.013,3.964 19.77,5.555C29.465,8.206 32.116,10.403 32.116,15.856C32.116,21.916 27.192,26.385 15.3,26.385C10.185,26.385 4.522,25.494 0.591,24.103C0.23,23.976 0,23.63 0,23.247L0,17.322Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.582774,0,0,0.729336,248.849,56.4888)"},C.createElement("g",null,C.createElement("g",null,C.createElement("g",null,C.createElement("g",null,C.createElement("path",{d:"M162.2,54.2L162.2,78C162.2,78.6 161.7,79.2 161,79.2L150.3,79.2C149.7,79.2 149.1,78.7 149.1,78L149.1,56.3C149.1,50 145.4,46.7 138.9,46.7C132.8,46.7 128.4,50.3 128.4,56.7L128.4,78C128.4,78.6 127.9,79.2 127.2,79.2L116.5,79.2C115.9,79.2 115.3,78.7 115.3,78L115.3,38C115.3,37.4 115.8,36.8 116.5,36.8L125.2,36.8C125.8,36.8 126.4,37.3 126.4,38L126.4,41.8C129.3,38.3 134.5,35.8 141.4,35.8C153.6,35.7 162.2,41.2 162.2,54.2Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})))))),C.createElement("g",{transform:"matrix(-0.582042,8.92051e-17,-7.128e-17,-0.72842,314.261,141.064)"},C.createElement("g",null,C.createElement("g",null,C.createElement("g",null,C.createElement("g",null,C.createElement("path",{d:"M162.2,54.2L162.2,78C162.2,78.6 161.7,79.2 161,79.2L150.3,79.2C149.7,79.2 149.1,78.7 149.1,78L149.1,56.3C149.1,50 145.4,46.7 138.9,46.7C132.8,46.7 128.4,50.3 128.4,56.7L128.4,78C128.4,78.6 127.9,79.2 127.2,79.2L116.5,79.2C115.9,79.2 115.3,78.7 115.3,78L115.3,38C115.3,37.4 115.8,36.8 116.5,36.8L125.2,36.8C125.8,36.8 126.4,37.3 126.4,38L126.4,41.8C129.3,38.3 134.5,35.8 141.4,35.8C153.6,35.7 162.2,41.2 162.2,54.2Z",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}}))))))),C.createElement("g",{transform:"matrix(0.949197,0,0,1.16917,128.327,103.039)"},C.createElement("path",{d:"M0,8.685L0,0C0,-0.501 0.406,-0.906 0.906,-0.906L9.395,-0.906C9.895,-0.906 10.301,-0.501 10.301,0L10.301,8.685C10.301,9.185 9.895,9.591 9.395,9.591L0.906,9.591C0.406,9.591 0,9.185 0,8.685",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}}))),C.createElement("g",{transform:"matrix(2.23352,0,0,2.4511,-434.221,-55.5018)"},C.createElement("g",{transform:"matrix(-0.025773,-0.480115,-0.421011,0.0293912,282.685,32.0356)"},C.createElement("path",{d:"M-2.728,-2.9C-4.238,-2.9 -5.461,-1.676 -5.461,-0.167C-5.461,1.343 -4.237,2.566 -2.728,2.566C-1.218,2.566 0.005,1.342 0.005,-0.167C0.005,-1.677 -1.218,-2.9 -2.728,-2.9",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(-0.0257311,-0.480118,-0.421014,0.0293434,286.517,30.8268)"},C.createElement("path",{d:"M-3.707,-3.94C-5.757,-3.94 -7.42,-2.277 -7.42,-0.226C-7.42,1.823 -5.757,3.486 -3.707,3.486C-1.656,3.487 0.006,1.824 0.007,-0.227C0.007,-2.277 -1.656,-3.94 -3.707,-3.94",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(-0.0257834,-0.480114,-0.42101,0.029403,279.192,29.6217)"},C.createElement("path",{d:"M-1.788,-1.901C-2.777,-1.9 -3.579,-1.099 -3.579,-0.109C-3.579,0.88 -2.777,1.682 -1.788,1.682C-0.798,1.681 0.003,0.88 0.004,-0.11C0.003,-1.099 -0.799,-1.901 -1.788,-1.901",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(-0.0258084,-0.480113,-0.421009,0.0294316,276.332,32.6195)"},C.createElement("path",{d:"M-1.461,-1.553C-2.268,-1.552 -2.923,-0.898 -2.923,-0.09C-2.923,0.718 -2.268,1.373 -1.461,1.373C-0.652,1.373 0.003,0.718 0.003,-0.091C0.002,-0.898 -0.653,-1.553 -1.461,-1.553",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(-0.0258024,-0.480113,-0.421009,0.0294247,284.002,30.0007)"},C.createElement("path",{d:"M-0.979,-1.041C-1.521,-1.041 -1.96,-0.602 -1.96,-0.06C-1.96,0.482 -1.52,0.921 -0.979,0.921C-0.437,0.921 0.002,0.482 0.002,-0.06C0.002,-0.602 -0.437,-1.041 -0.979,-1.041",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(-0.0256475,-0.480124,-0.421019,0.029248,280.39,32.4305)"},C.createElement("path",{d:"M-0.632,-0.672C-0.982,-0.671 -1.265,-0.389 -1.266,-0.039C-1.265,0.311 -0.982,0.595 -0.632,0.595C-0.282,0.594 0.001,0.312 0.001,-0.038C0.001,-0.388 -0.282,-0.672 -0.632,-0.672",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.238599,-0.39666,-0.347829,-0.272095,284.554,39.1583)"},C.createElement("path",{d:"M-2.565,-1.351C-4.283,-1.351 -5.675,0.042 -5.676,1.76C-5.676,3.477 -4.283,4.87 -2.565,4.87C-0.847,4.871 0.545,3.477 0.546,1.76C0.546,0.042 -0.847,-1.351 -2.565,-1.351",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(-0.0258024,-0.480113,-0.421009,0.0294247,287.236,35.1904)"},C.createElement("path",{d:"M-0.979,-1.041C-1.521,-1.041 -1.96,-0.602 -1.96,-0.06C-1.96,0.482 -1.52,0.921 -0.979,0.921C-0.437,0.921 0.002,0.482 0.002,-0.06C0.002,-0.602 -0.437,-1.041 -0.979,-1.041",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,284.906,48.0297)"},C.createElement("path",{d:"M0,-13.462C-0.912,-12.575 -2.107,-12.035 -3.409,-11.956C-4.598,-11.883 -5.794,-12.215 -6.777,-12.889C-8.862,-14.319 -9.629,-16.966 -8.769,-19.231C-8.772,-19.232 -8.763,-19.235 -8.767,-19.236C-8.574,-19.766 -8.426,-20.398 -8.401,-21.048C-8.331,-22.857 -9.183,-24.657 -10.788,-25.758C-13.298,-27.479 -16.728,-26.84 -18.449,-24.331C-19.074,-23.42 -19.384,-22.388 -19.41,-21.36C-30.02,-20.614 -37.835,-13.77 -37.835,-3.556C-37.835,7.502 -28.822,14.017 -17.385,14.017C-5.796,14.017 2.991,7.502 2.991,-3.556C2.991,-7.378 1.911,-10.726 0,-13.462",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(-0.0256989,-0.48012,-0.421015,0.0293066,284.302,35.9029)"},C.createElement("path",{d:"M-1.605,-1.707C-2.494,-1.707 -3.213,-0.987 -3.213,-0.099C-3.214,0.79 -2.494,1.509 -1.605,1.51C-0.717,1.51 0.003,0.79 0.003,-0.099C0.003,-0.987 -0.716,-1.707 -1.605,-1.707",style:{fill:"rgb(0,192,202)",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,281.236,48.0364)"},C.createElement("path",{d:"M0,-7.442L-4.739,-7.442C-4.883,-7.442 -5.001,-7.559 -5.001,-7.704L-5.001,-12.178C-5.001,-14.155 -6.42,-15.978 -8.388,-16.149C-10.593,-16.341 -12.443,-14.608 -12.443,-12.443L-12.443,-7.716C-12.443,-7.564 -12.565,-7.442 -12.716,-7.442L-17.179,-7.442C-19.155,-7.442 -20.978,-6.023 -21.15,-4.054C-21.341,-1.849 -19.608,0 -17.443,0L-12.71,0C-12.562,0 -12.443,0.119 -12.443,0.267L-12.443,4.737C-12.443,6.713 -11.024,8.536 -9.055,8.707C-6.85,8.899 -5.001,7.165 -5.001,5L-5.001,0.291C-5.001,0.13 -4.87,0 -4.71,0L-0.264,0C1.712,0 3.535,-1.419 3.706,-3.388C3.898,-5.593 2.165,-7.442 0,-7.442",style:{fill:"white",fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,286.748,42.0805)"},C.createElement("path",{d:"M0,17.322C0,16.683 0.642,16.225 1.236,16.461C5.097,17.995 10.263,19.038 14.695,19.038C18.785,19.038 21.057,17.901 21.057,16.386C21.057,14.114 18.559,13.736 9.621,11.539C3.484,10.024 -0.606,6.767 -0.606,1.162C-0.606,-5.352 4.999,-9.063 16.286,-9.063C20.556,-9.063 25.629,-8.194 29.18,-7.272C29.578,-7.168 29.843,-6.807 29.843,-6.395L29.843,-1.3C29.843,-0.684 29.247,-0.259 28.659,-0.442C24.818,-1.639 20.402,-2.322 17.043,-2.322C12.498,-2.322 10.151,-0.958 10.151,0.859C10.151,3.435 14.013,3.964 19.77,5.555C29.465,8.206 32.116,10.403 32.116,15.856C32.116,21.916 27.192,26.385 15.3,26.385C10.185,26.385 4.522,25.494 0.591,24.103C0.23,23.976 0,23.63 0,23.247L0,17.322Z",style:{fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,301.669,38.5579)"},C.createElement("path",{d:"M0,31.969L0,0C0,-0.501 0.406,-0.906 0.906,-0.906L9.395,-0.906C9.895,-0.906 10.301,-0.501 10.301,0L10.301,31.969C10.301,32.469 9.895,32.875 9.395,32.875L0.906,32.875C0.406,32.875 0,32.469 0,31.969",style:{fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,320.166,54.7722)"},C.createElement("path",{d:"M0,-34.615C0.5,-34.615 0.906,-34.209 0.906,-33.709L0.906,-27.265C0.906,-26.765 0.5,-26.359 0,-26.359L-12.503,-26.359C-13.003,-26.359 -13.409,-25.953 -13.409,-25.453L-13.409,-15.073C-13.409,-10.302 -10.682,-8.863 -5.835,-8.863C-4.391,-8.863 -2.118,-9.174 -0.218,-9.669C0.354,-9.818 0.906,-9.385 0.906,-8.794L0.906,-1.982C0.906,-1.573 0.642,-1.209 0.246,-1.104C-2.23,-0.446 -5.285,0 -7.576,0C-17.879,0 -23.786,-3.03 -23.786,-14.998L-23.786,-25.453C-23.786,-25.953 -24.192,-26.359 -24.692,-26.359L-29.801,-26.359C-30.301,-26.359 -30.707,-26.765 -30.707,-27.265L-30.707,-33.709C-30.707,-34.209 -30.301,-34.615 -29.801,-34.615L0,-34.615Z",style:{fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,321.916,38.5579)"},C.createElement("path",{d:"M0,31.969L0,0C0,-0.501 0.406,-0.906 0.906,-0.906L9.395,-0.906C9.895,-0.906 10.301,-0.501 10.301,0L10.301,31.969C10.301,32.469 9.895,32.875 9.395,32.875L0.906,32.875C0.406,32.875 0,32.469 0,31.969",style:{fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,331.164,54.1174)"},C.createElement("path",{d:"M0,-32.726L9.692,-11.634C10.015,-10.932 11.013,-10.93 11.338,-11.632L21.102,-32.728C21.25,-33.049 21.571,-33.254 21.924,-33.254L30.911,-33.254C31.572,-33.254 32.011,-32.568 31.733,-31.968L16.966,0.002C16.818,0.322 16.497,0.528 16.144,0.528L4.807,0.528C4.453,0.528 4.132,0.322 3.984,0.002L-10.783,-31.968C-11.06,-32.568 -10.622,-33.254 -9.961,-33.254L-0.823,-33.254C-0.469,-33.254 -0.148,-33.048 0,-32.726",style:{fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,348.172,48.3581)"},C.createElement("path",{d:"M0,-8.78C-0.107,-8.35 0.149,-7.897 0.567,-7.753C2.676,-7.026 5.607,-6.663 8.112,-6.663C14.55,-6.663 16.975,-8.329 16.975,-10.904C16.975,-13.252 14.474,-15.146 9.401,-15.146C4.583,-15.146 0.892,-12.362 0,-8.78M1.485,-0.409C0.722,-0.609 0.088,0.178 0.44,0.884C2.003,4.018 6.062,5.608 11.218,5.608C15.915,5.608 20.552,4.813 24.357,3.331C24.96,3.097 25.609,3.518 25.609,4.165L25.609,10.139C25.609,10.512 25.39,10.853 25.042,10.99C21.181,12.509 16.218,13.334 10.158,13.334C-1.128,13.334 -11.203,7.577 -11.203,-4.466C-11.203,-14.237 -3.021,-22.114 9.325,-22.114C19.928,-22.114 27.048,-17.796 27.048,-10.147C27.048,-4.011 21.065,0.534 8.719,0.534C6.273,0.534 3.64,0.158 1.485,-0.409",style:{fillRule:"nonzero"}})),C.createElement("g",{transform:"matrix(0.421799,0,0,0.481014,263.495,52.5051)"},C.createElement("path",{d:"M0,-13.466C0,-19.071 -3.635,-21.95 -9.012,-21.95C-14.238,-21.95 -17.192,-18.768 -17.192,-14.299L-17.192,-5.766C-17.192,-5.386 -16.967,-5.035 -16.608,-4.91C-14.696,-4.246 -12.213,-3.999 -10.223,-3.999C-4.394,-3.999 0,-7.179 0,-13.466M-18.096,17.269L-26.667,17.269C-27.166,17.269 -27.57,16.865 -27.57,16.366L-27.57,-28.998C-27.57,-29.497 -27.166,-29.902 -26.667,-29.902L-19.687,-29.902C-19.188,-29.902 -18.783,-29.497 -18.783,-28.998L-18.783,-25.888C-16.74,-28.69 -12.27,-30.735 -7.272,-30.735C3.03,-30.735 11.059,-24.449 11.059,-13.012C11.059,-2.483 3.41,4.713 -9.24,4.713C-11.227,4.713 -14.03,4.441 -16.129,4.036C-16.685,3.929 -17.192,4.356 -17.192,4.922L-17.192,16.366C-17.192,16.865 -17.597,17.269 -18.096,17.269",style:{fillRule:"nonzero"}}))))))),Sse=["foodpilot","winepilot","collective","bred"],SE=e=>Sse.includes(e),TE={foodpilot:CE,winepilot:yE,collective:j8,bred:bE},ME={foodpilot:I8,winepilot:L8,collective:P8,bred:k8},EE={foodpilot:xE,winepilot:wse,collective:wE,bred:wE},Tse=e=>SE(e)?EE[e]:xE,OE=z(q3)(e=>({textTransform:"capitalize",border:`1px solid ${we[500]}`,background:we.gradientLight,color:we[2800],borderRadius:"8px","&.Mui-selected":{border:`2px solid ${e.theme.palette.primary[600]}`,background:we.gradientLight,"&:hover":{border:`2px solid ${e.theme.palette.primary[600]}`,background:we.gradientLight}},"&:disabled":{border:`1px solid ${we[100]}`,background:we[500]},"&:hover":{border:`1px solid ${we[500]}`,background:we[400]}})),Mse=e=>{const{choices:t,onClick:n,currentIndexSelected:r,...o}=e,[i,s]=L.useState(r??null),a=c=>{if(n==null||n(c),c===i){s(null);return}s(c)};return p.jsx("div",{style:{display:"flex",flexDirection:"row",flexWrap:"wrap",gap:"1rem"},children:t.map((c,u)=>L.createElement(OE,{...o,key:`${u}-button-toggle`,value:u,onClick:()=>a(u),selected:u===i},p.jsx(ie,{variant:"big-bold",color:"inherit",children:c})))})},Ese=z(q3)(({theme:e})=>({textTransform:"none",background:e.custom.grey.gradientLight,color:e.custom.grey[2800],fontSize:"0.75rem",padding:"8px 14px",fontWeight:700,borderRadius:"8px","&.Mui-selected":{color:"#FFF",background:e.custom.grey.gradientDark,"&:hover":{color:"#FFF",background:e.custom.grey.gradientDark}},"&:disabled":{background:"linear-gradient(180deg, #FFFFFF 0%, #FEFCFB 100%)",color:"rgba(0, 0, 0, 0.26)"},"&:hover":{background:e.custom.grey[400]}})),Ose=L.forwardRef((e,t)=>{const{buttons:n,initialSelected:r,ToggleButtonProps:o,buttonGroup:i=!1,unselectable:s=!1,className:a}=e,[c,u]=L.useState(r||null),d=de();L.useEffect(()=>{u(r??null)},[r]);const f=h=>(c==null?void 0:c.id)===h.id;return p.jsx(ee,{ref:t,display:"flex",sx:i?{"& .MuiButtonBase-root":{borderRadius:0,borderRight:"0 none","&:hover":{borderRight:"0 none"}},"& .MuiButtonBase-root:first-child":{borderTopLeftRadius:"8px",borderBottomLeftRadius:"8px"},"& .MuiButtonBase-root:last-child":{borderTopRightRadius:"8px",borderBottomRightRadius:"8px",border:"1px solid",borderColor:we[500]}}:{gap:"8px"},className:a,children:n.map(h=>L.createElement(Ese,{...o,key:`${h.id}-button-toggle`,value:h.id,onClick:()=>{if(h.onClick&&h.onClick(),s&&(c==null?void 0:c.id)===h.id){u(null);return}u(h)},selected:f(h),disabled:h.disabled},p.jsxs(fe,{flexDirection:"row",justifyContent:"center",alignItems:"center",gap:d.spacing(.5),children:[h.startIcon&&p.jsx(bt,{size:2,icon:h.startIcon}),h.label,h.endIcon&&p.jsx(bt,{size:2,icon:h.endIcon})]})))})}),kse=z(({className:e,...t})=>p.jsx(pn,{...t,arrow:!0,classes:{popper:e}}))(e=>({[`& .${un.arrow}`]:{color:e.theme.custom.grey[200]},[`& .${un.tooltip}`]:{color:e.theme.custom.grey[2800],padding:"12px 16px 12px 16px",borderRadius:"8px",border:`1px solid ${e.theme.custom.grey[500]}`,backgroundColor:e.theme.custom.grey[200]}})),A8=e=>{const{buttonProps:t,tooltip:n,icon:r,size:o,withBackground:i=!1}=e,a=`icon-${o}-${i?"withbackground":"nobackground"}`,c={xs:1,s:2,m:4},u=(n==null?void 0:n.props)||{};return p.jsx(p.Fragment,{children:p.jsx(kse,{title:n==null?void 0:n.text,arrow:!0,...u,children:p.jsx(st,{variant:a,...t,children:p.jsx(bt,{icon:r,size:c[o]})})})})},Pse=e=>C.createElement("svg",{width:192,height:40,viewBox:"0 0 192 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("g",{clipPath:"url(#clip0_133_2544)"},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M98.6073 40H103.902L103.965 39.9911C104.112 39.9911 104.253 39.9328 104.357 39.8289C104.461 39.7251 104.519 39.5843 104.519 39.4375V32.3839C104.519 32.3029 104.537 32.2229 104.571 32.1496C104.606 32.0762 104.656 32.0112 104.718 31.9593C104.78 31.9074 104.853 31.8697 104.932 31.849C105.01 31.8282 105.092 31.8249 105.172 31.8393C106.577 32.0995 108.001 32.2398 109.429 32.2589C117.229 32.2589 121.951 27.8214 121.951 21.3304C121.951 14.2768 116.996 10.4018 110.628 10.4018C107.498 10.4018 104.734 11.6607 103.473 13.3929V11.4643C103.473 11.3175 103.414 11.1767 103.31 11.0729C103.206 10.969 103.065 10.9107 102.918 10.9107H98.6073C98.4602 10.9107 98.3191 10.969 98.2152 11.0729C98.1112 11.1767 98.0527 11.3175 98.0527 11.4643V39.4464C98.0527 39.5933 98.1112 39.7341 98.2152 39.8379C98.3191 39.9417 98.4602 40 98.6073 40ZM109.573 15.8036C112.9 15.8036 115.145 17.5804 115.145 21.0357L115.136 21.0268C115.136 24.9018 112.399 26.8661 108.821 26.8661C107.485 26.8838 106.155 26.694 104.877 26.3036C104.77 26.2632 104.679 26.1909 104.615 26.0966C104.551 26.0024 104.517 25.8907 104.519 25.7768V20.5179C104.519 17.7679 106.245 15.8036 109.573 15.8036Z",fill:"black"}),C.createElement("path",{d:"M191.799 11.0755C191.693 10.97 191.55 10.9107 191.401 10.9107L173.021 10.9018C172.871 10.9018 172.728 10.9611 172.622 11.0665C172.517 11.172 172.457 11.3151 172.457 11.4643V15.4375C172.457 15.5852 172.515 15.7269 172.619 15.8321C172.723 15.9374 172.864 15.9977 173.012 16H176.169C176.317 16 176.459 16.058 176.564 16.1616C176.67 16.2652 176.73 16.406 176.733 16.5536V23.0179C176.733 30.4018 180.382 32.2679 186.75 32.2679C188.381 32.2337 190.002 32.0059 191.58 31.5893C191.699 31.5574 191.805 31.4865 191.879 31.3878C191.954 31.289 191.993 31.1683 191.991 31.0447V26.8482C191.993 26.7625 191.974 26.6776 191.937 26.6003C191.9 26.5229 191.846 26.4551 191.778 26.4023C191.711 26.3495 191.632 26.3131 191.547 26.296C191.463 26.2788 191.376 26.2814 191.293 26.3036C190.159 26.6002 188.995 26.7679 187.823 26.8036C184.827 26.8036 183.145 25.9197 183.145 22.9732V16.5714C183.145 16.4223 183.205 16.2792 183.31 16.1737C183.416 16.0682 183.559 16.0089 183.709 16.0089H191.401C191.55 16.0089 191.693 15.9497 191.799 15.8442C191.905 15.7387 191.964 15.5956 191.964 15.4464V11.4732C191.964 11.324 191.905 11.181 191.799 11.0755Z",fill:"black"}),C.createElement("path",{d:"M146.967 26.2946C145.833 26.5907 144.669 26.7585 143.497 26.7946C140.501 26.7946 138.819 25.9018 138.819 22.9643V11.4643C138.819 11.3175 138.761 11.1767 138.657 11.0728C138.553 10.969 138.412 10.9107 138.265 10.9107H132.97C132.823 10.9107 132.682 10.969 132.578 11.0728C132.474 11.1767 132.415 11.3175 132.415 11.4643V23.0089C132.415 30.3929 136.064 32.2589 142.433 32.2589C144.064 32.2247 145.685 31.9969 147.262 31.5803C147.38 31.5468 147.484 31.4751 147.557 31.3766C147.629 31.278 147.667 31.1581 147.665 31.0357V26.8303C147.665 26.7454 147.645 26.6616 147.608 26.5853C147.57 26.5091 147.516 26.4425 147.448 26.3907C147.381 26.3389 147.302 26.3033 147.219 26.2866C147.136 26.27 147.049 26.2727 146.967 26.2946Z",fill:"black"}),C.createElement("path",{d:"M123.552 11.4643V31.1786C123.552 31.3278 123.611 31.4708 123.717 31.5763C123.823 31.6818 123.966 31.7411 124.115 31.7411H129.357C129.506 31.7411 129.649 31.6818 129.755 31.5763C129.861 31.4708 129.92 31.3278 129.92 31.1786V11.4643C129.92 11.3151 129.861 11.172 129.755 11.0665C129.649 10.9611 129.506 10.9018 129.357 10.9018H124.115C123.966 10.9018 123.823 10.9611 123.717 11.0665C123.611 11.172 123.552 11.3151 123.552 11.4643Z",fill:"black"}),C.createElement("path",{d:"M163.33 1.66074C163.44 1.47156 163.491 1.25407 163.478 1.03572H163.469C163.45 0.743503 163.317 0.470473 163.097 0.276369C162.878 0.0822657 162.59 -0.017105 162.297 7.09086e-07C162.079 0.0145412 161.869 0.0934282 161.695 0.226704C161.521 0.35998 161.391 0.541669 161.321 0.748836C161.25 0.956003 161.243 1.17936 161.299 1.39071C161.356 1.60206 161.474 1.79193 161.639 1.93634C161.803 2.08076 162.007 2.17325 162.224 2.20214C162.442 2.23103 162.663 2.19503 162.859 2.09867C163.056 2.00231 163.22 1.84993 163.33 1.66074Z",fill:"#AC0027"}),C.createElement("path",{d:"M175.534 3.68749C175.561 4.13836 175.454 4.5872 175.226 4.97736C174.998 5.36752 174.66 5.68149 174.253 5.87964C173.846 6.0778 173.39 6.15124 172.942 6.09071C172.493 6.03018 172.073 5.83838 171.734 5.53953C171.394 5.24068 171.151 4.84818 171.035 4.41159C170.919 3.97499 170.936 3.51387 171.082 3.08645C171.228 2.65903 171.498 2.28447 171.858 2.01006C172.217 1.73565 172.65 1.57369 173.101 1.54463C173.708 1.50795 174.305 1.71285 174.761 2.11447C175.217 2.5161 175.495 3.08172 175.534 3.68749Z",fill:"#AC0027"}),C.createElement("path",{d:"M169.238 4.66965C169.258 5.00289 169.179 5.33474 169.011 5.62322C168.843 5.91171 168.592 6.14385 168.292 6.29028C167.991 6.43671 167.654 6.49085 167.323 6.44584C166.991 6.40083 166.681 6.2587 166.43 6.03744C166.18 5.81617 166.001 5.52571 165.916 5.20281C165.831 4.87992 165.843 4.53909 165.952 4.22347C166.062 3.90785 166.262 3.63162 166.528 3.42973C166.795 3.22784 167.115 3.10936 167.449 3.0893C167.896 3.06242 168.335 3.21375 168.671 3.51006C169.006 3.80636 169.21 4.22341 169.238 4.66965Z",fill:"#AC0027"}),C.createElement("path",{d:"M159.059 4.69642C159.068 4.87191 159.024 5.04597 158.934 5.19678C158.843 5.3476 158.711 5.46848 158.552 5.54428C158.393 5.62008 158.215 5.64744 158.041 5.62293C157.867 5.59842 157.704 5.52312 157.572 5.40648C157.441 5.28983 157.346 5.13702 157.301 4.96718C157.256 4.79733 157.262 4.618 157.319 4.45165C157.376 4.28529 157.48 4.1393 157.62 4.03196C157.759 3.92463 157.927 3.86071 158.102 3.84821C158.221 3.83974 158.341 3.8551 158.454 3.89339C158.567 3.93167 158.671 3.9921 158.76 4.07113C158.849 4.15016 158.921 4.24619 158.973 4.35357C159.024 4.46096 159.054 4.57753 159.059 4.69642Z",fill:"#AC0027"}),C.createElement("path",{d:"M169.857 1.40694C169.917 1.30242 169.944 1.18253 169.935 1.06249C169.924 0.902954 169.85 0.754387 169.729 0.649063C169.609 0.543739 169.451 0.490168 169.291 0.499987C169.171 0.507376 169.056 0.550296 168.96 0.623297C168.864 0.696299 168.792 0.796088 168.753 0.909992C168.714 1.0239 168.71 1.14678 168.741 1.26303C168.772 1.37928 168.837 1.48366 168.928 1.56291C169.019 1.64216 169.131 1.6927 169.251 1.70812C169.37 1.72354 169.492 1.70315 169.6 1.64952C169.708 1.5959 169.797 1.51146 169.857 1.40694Z",fill:"#AC0027"}),C.createElement("path",{d:"M164.426 3.97321C164.431 4.05106 164.413 4.1287 164.374 4.19624C164.335 4.26378 164.276 4.31816 164.206 4.35244C164.136 4.38673 164.057 4.39937 163.979 4.38875C163.902 4.37813 163.83 4.34474 163.771 4.29282C163.713 4.24091 163.671 4.17282 163.652 4.09725C163.632 4.02168 163.636 3.94204 163.662 3.86849C163.688 3.79493 163.736 3.73079 163.798 3.68425C163.861 3.6377 163.936 3.61086 164.014 3.60714C164.117 3.60223 164.218 3.63783 164.295 3.70627C164.372 3.77472 164.419 3.87057 164.426 3.97321Z",fill:"#AC0027"}),C.createElement("path",{d:"M169.143 14.7018C169.496 14.5619 169.8 14.3208 170.016 14.0089C170.16 13.8005 170.261 13.5657 170.314 13.318C170.367 13.0702 170.37 12.8145 170.324 12.5655C170.277 12.3165 170.182 12.0792 170.043 11.8672C169.904 11.6552 169.725 11.4728 169.515 11.3303C169.201 11.1172 168.831 11.0016 168.451 10.9982C168.071 10.9948 167.699 11.1037 167.381 11.3111C167.063 11.5186 166.814 11.8153 166.665 12.1639C166.516 12.5125 166.474 12.8974 166.543 13.27C166.613 13.6427 166.792 13.9864 167.057 14.2578C167.322 14.5292 167.661 14.7162 168.033 14.7952C168.404 14.8743 168.791 14.8418 169.143 14.7018Z",fill:"#AC0027"}),C.createElement("path",{d:"M174.693 7.7143C174.7 7.8341 174.671 7.95323 174.61 8.05667C174.549 8.1601 174.459 8.24319 174.351 8.29545C174.243 8.3477 174.122 8.36678 174.002 8.35027C173.883 8.33376 173.772 8.28241 173.682 8.20269C173.592 8.12297 173.528 8.01846 173.498 7.90237C173.467 7.78627 173.472 7.66379 173.511 7.5504C173.551 7.437 173.623 7.33777 173.719 7.26524C173.814 7.19271 173.929 7.15012 174.049 7.14287C174.209 7.13305 174.367 7.18662 174.487 7.29195C174.608 7.39727 174.682 7.54584 174.693 7.70537V7.7143Z",fill:"#AC0027"}),C.createElement("path",{d:"M170.715 9.54951C170.809 9.37601 170.849 9.17846 170.83 8.98214C170.805 8.72551 170.68 8.4887 170.483 8.322C170.286 8.15529 170.032 8.07181 169.774 8.08929C169.577 8.10265 169.388 8.17443 169.232 8.29545C169.076 8.41646 168.96 8.5812 168.898 8.76858C168.837 8.95596 168.832 9.15746 168.886 9.34729C168.94 9.53712 169.049 9.70664 169.2 9.83416C169.35 9.96169 169.536 10.0414 169.732 10.0631C169.928 10.0848 170.127 10.0476 170.302 9.95607C170.477 9.86457 170.621 9.72301 170.715 9.54951Z",fill:"#AC0027"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M170.74 15.3125C170.166 15.8523 169.417 16.1691 168.629 16.2054C168.079 16.2364 167.529 16.1301 167.029 15.8961C166.529 15.6621 166.096 15.3077 165.768 14.8649C165.439 14.4221 165.227 13.9048 165.149 13.3594C165.071 12.8141 165.129 12.258 165.32 11.7411C165.451 11.3826 165.527 11.0062 165.544 10.625C165.57 9.72516 165.237 8.85183 164.618 8.19712C164.311 7.87295 163.944 7.6122 163.537 7.42978C163.129 7.24736 162.69 7.14683 162.243 7.13393C161.797 7.12103 161.353 7.19602 160.935 7.35461C160.518 7.5132 160.136 7.75229 159.811 8.05823C159.156 8.67609 158.772 9.52873 158.746 10.4286C152.19 10.8929 147.361 15.1071 147.361 21.4107C147.361 28.2321 152.933 32.25 159.999 32.25C167.064 32.25 172.618 28.2411 172.618 21.4286C172.65 19.2505 172.003 17.1164 170.767 15.3214L170.74 15.3125ZM165.231 23.6339H162.485C162.438 23.6339 162.392 23.6527 162.358 23.6862C162.325 23.7197 162.306 23.7651 162.306 23.8125V26.7143C162.306 27.033 162.24 27.3481 162.111 27.6398C161.982 27.9314 161.794 28.1931 161.559 28.4081C161.323 28.6231 161.045 28.7868 160.743 28.8887C160.44 28.9906 160.12 29.0285 159.802 29C159.212 28.9229 158.671 28.6301 158.284 28.1783C157.898 27.7264 157.693 27.1476 157.709 26.5536V23.7857C157.709 23.7422 157.692 23.7004 157.662 23.6688C157.632 23.6372 157.591 23.6184 157.548 23.6161H154.623C154.304 23.6161 153.988 23.5498 153.696 23.4213C153.404 23.2928 153.142 23.105 152.927 22.8698C152.711 22.6346 152.547 22.3572 152.445 22.0553C152.343 21.7533 152.305 21.4335 152.334 21.1161C152.41 20.5362 152.695 20.004 153.137 19.6193C153.578 19.2347 154.145 19.024 154.731 19.0268H157.485C157.508 19.0268 157.53 19.0224 157.55 19.0139C157.571 19.0053 157.59 18.9929 157.605 18.9771C157.621 18.9613 157.634 18.9426 157.642 18.9221C157.651 18.9015 157.655 18.8794 157.655 18.8571V15.9464C157.655 15.6278 157.722 15.3126 157.85 15.021C157.979 14.7293 158.167 14.4677 158.403 14.2526C158.638 14.0376 158.916 13.8739 159.219 13.772C159.521 13.6701 159.842 13.6322 160.16 13.6607C160.746 13.735 161.285 14.0214 161.674 14.4657C162.063 14.91 162.275 15.4813 162.27 16.0714V18.8304C162.27 18.873 162.287 18.9139 162.317 18.944C162.348 18.9741 162.389 18.9911 162.431 18.9911H165.356C165.675 18.991 165.991 19.0574 166.283 19.1859C166.575 19.3144 166.837 19.5022 167.053 19.7374C167.268 19.9725 167.432 20.25 167.534 20.5519C167.636 20.8538 167.674 21.1737 167.646 21.4911C167.567 22.0794 167.273 22.618 166.82 23.0035C166.368 23.389 165.789 23.5944 165.195 23.5804L165.231 23.6339Z",fill:"#AC0027"}),C.createElement("path",{d:"M71.337 19.4911V31.1786C71.337 31.3301 71.2766 31.4755 71.1693 31.5826C71.062 31.6898 70.9164 31.75 70.7645 31.75H65.4876C65.3358 31.75 65.1902 31.6898 65.0828 31.5826C64.9755 31.4755 64.9152 31.3301 64.9152 31.1786V20.5357C64.9152 17.4554 63.1264 15.8214 59.9066 15.8214C56.9104 15.8214 54.7101 17.6072 54.7101 20.7232V31.1786C54.7101 31.3301 54.6498 31.4755 54.5425 31.5826C54.4351 31.6898 54.2895 31.75 54.1377 31.75H48.8787C48.7269 31.75 48.5813 31.6898 48.4739 31.5826C48.3666 31.4755 48.3063 31.3301 48.3063 31.1786V11.4732C48.3063 11.3217 48.3666 11.1763 48.4739 11.0692C48.5813 10.962 48.7269 10.9018 48.8787 10.9018H53.1718C53.3236 10.9018 53.4692 10.962 53.5765 11.0692C53.6839 11.1763 53.7442 11.3217 53.7442 11.4732V13.3304C55.1931 11.5982 57.7242 10.3839 61.1319 10.3839C67.0796 10.3839 71.337 13.0625 71.337 19.4911Z",fill:"#AC0027"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M80.6029 23.7857C80.4956 23.756 80.382 23.7581 80.2759 23.7919C80.1698 23.8257 80.0759 23.8896 80.0057 23.9758C79.9354 24.062 79.8919 24.1668 79.8804 24.2774C79.8689 24.3879 79.89 24.4994 79.941 24.5982C80.9159 26.5179 83.4113 27.4911 86.5864 27.4911C89.3501 27.5159 92.0954 27.0409 94.6896 26.0893C94.7763 26.0543 94.8702 26.041 94.9632 26.0506C95.0562 26.0602 95.1454 26.0924 95.223 26.1444C95.3007 26.1964 95.3644 26.2665 95.4086 26.3487C95.4528 26.431 95.4762 26.5227 95.4767 26.6161V30.2768C95.4779 30.3916 95.4444 30.5042 95.3806 30.5997C95.3167 30.6953 95.2256 30.7694 95.1189 30.8125C92.1725 31.8556 89.0584 32.346 85.9335 32.2589C78.9661 32.2589 72.7411 28.6875 72.7411 21.2768C72.7411 15.25 77.7945 10.3929 85.4237 10.3929C91.9706 10.3929 96.3711 13.0714 96.3711 17.7768C96.3711 21.5625 92.6772 24.3661 85.048 24.3661C83.5395 24.3599 82.0375 24.168 80.576 23.7946L80.6029 23.7857ZM79.6816 18.6161C79.6521 18.7484 79.6722 18.8869 79.7381 19.0054C79.8041 19.1239 79.9113 19.2141 80.0394 19.2589C81.5466 19.7167 83.1149 19.9425 84.6903 19.9286C88.6703 19.9286 90.164 18.9018 90.164 17.3125C90.164 15.8661 88.6167 14.6964 85.4863 14.6964C82.5169 14.6964 80.2362 16.4107 79.6816 18.6161Z",fill:"#AC0027"}),C.createElement("path",{d:"M39.2281 31.1875V11.4643C39.2281 11.3151 39.2875 11.172 39.3932 11.0665C39.4988 10.9611 39.6422 10.9018 39.7916 10.9018H45.0328C45.1822 10.9018 45.3255 10.9611 45.4312 11.0665C45.5369 11.172 45.5962 11.3151 45.5962 11.4643V31.1875C45.5962 31.3367 45.5369 31.4798 45.4312 31.5853C45.3255 31.6907 45.1822 31.75 45.0328 31.75H39.7916C39.6422 31.75 39.4988 31.6907 39.3932 31.5853C39.2875 31.4798 39.2281 31.3367 39.2281 31.1875Z",fill:"#AC0027"}),C.createElement("path",{d:"M31.2055 11.2857L26.9481 23.7857C26.9079 23.893 26.8358 23.9855 26.7415 24.0507C26.6472 24.116 26.5352 24.151 26.4204 24.151C26.3057 24.151 26.1937 24.116 26.0994 24.0507C26.0051 23.9855 25.933 23.893 25.8927 23.7857L21.5639 11.2857C21.5264 11.1759 21.4553 11.0806 21.3606 11.0133C21.2659 10.946 21.1524 10.9101 21.0362 10.9107H16.8772C16.7613 10.9114 16.6484 10.9479 16.554 11.015C16.4596 11.0821 16.3882 11.1766 16.3495 11.2857L11.9402 23.7857C11.8999 23.893 11.8278 23.9855 11.7335 24.0507C11.6392 24.116 11.5272 24.151 11.4125 24.151C11.2977 24.151 11.1857 24.116 11.0914 24.0507C10.9971 23.9855 10.925 23.893 10.8848 23.7857L6.66323 11.2857C6.62459 11.1766 6.55319 11.0821 6.45876 11.015C6.36432 10.9479 6.25145 10.9114 6.13554 10.9107H0.56345C0.472531 10.9101 0.382853 10.9318 0.302315 10.9739C0.221777 11.016 0.152849 11.0773 0.101603 11.1523C0.0503558 11.2272 0.0183622 11.3136 0.00843937 11.4039C-0.00148343 11.4941 0.010969 11.5854 0.0447 11.6696L7.61129 31.3839C7.65228 31.4883 7.72355 31.578 7.81598 31.6417C7.90841 31.7053 8.01777 31.7399 8.13004 31.7411H14.3908C14.5013 31.7426 14.6097 31.711 14.7021 31.6506C14.7946 31.5901 14.8668 31.5035 14.9096 31.4018L18.4871 23.0625C18.5316 22.9634 18.6038 22.8793 18.695 22.8203C18.7863 22.7613 18.8927 22.7299 19.0014 22.7299C19.1102 22.7299 19.2166 22.7613 19.3078 22.8203C19.3991 22.8793 19.4713 22.9634 19.5157 23.0625L23.1469 31.4018C23.1891 31.5021 23.26 31.5878 23.3507 31.6481C23.4413 31.7084 23.5478 31.7408 23.6568 31.7411H29.9175C30.0313 31.7417 30.1426 31.7079 30.2368 31.6442C30.331 31.5804 30.4037 31.4897 30.4452 31.3839L37.976 11.6696C38.0075 11.5853 38.0183 11.4946 38.0074 11.4053C37.9965 11.3159 37.9643 11.2305 37.9135 11.1561C37.8627 11.0817 37.7947 11.0206 37.7153 10.9779C37.6359 10.9352 37.5475 10.9122 37.4573 10.9107H31.7332C31.6169 10.9101 31.5035 10.946 31.4088 11.0133C31.3141 11.0806 31.243 11.1759 31.2055 11.2857Z",fill:"#AC0027"})),C.createElement("defs",null,C.createElement("clipPath",{id:"clip0_133_2544"},C.createElement("rect",{width:192,height:40,fill:"white"})))),jse=e=>C.createElement("svg",{width:60,height:32,viewBox:"0 0 60 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",...e},C.createElement("rect",{width:60,height:32,fill:"url(#pattern0)"}),C.createElement("defs",null,C.createElement("pattern",{id:"pattern0",patternContentUnits:"objectBoundingBox",width:1,height:1},C.createElement("use",{xlinkHref:"#image0_920_5256",transform:"translate(0 -0.00675676) scale(0.00337838 0.00633446)"})),C.createElement("image",{id:"image0_920_5256",width:296,height:160,xlinkHref:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASgAAACgCAYAAAC/k/EYAAAMPWlDQ1BJQ0MgUHJvZmlsZQAASImVVwdYU8kWnltSSWiBCEgJvQkivUgJoQUQkCrYCEmAUEIIBBE7uqjgWlARBRu6KmJbCyBrRewugr0viKgo62LBXt4kAXTZV7433zd3/vvPmf+cOXfm3jsAqJ3gSSRZqDoA2eJ8aXSwP2tCYhKL9BhQAB0wgB0g8/h5EnZUVDiAZbD9e3l7AyDy9qqdXOuf/f+1aAiEeXwAkCiIUwR5/GyIDwKAV/Ml0nwAiHLedFq+RI5hBVpSGCDEi+Q4TYmr5ThFifcpbGKjORC3AECm8XjSNABU2yDPKuCnQQ3VPogdxAKRGAA1FsQ+2dk5AoiTIbaCNhKI5fruKT/opP1NM2VIk8dLG8LKuSgKOUCUJ8niTf8/0/G/S3aWbNCHBay0dGlItHzOMG+3MnPC5JgGca84JSISYk2I34sECnuIUWq6LCROaY/q8/M4MGeACbGDgBcQBrE+xEHirIjwAT4lVRTEhRiuELRQlM+NhVgH4kXCvMCYAZtN0pzoAV9ofaqUwx7gz/GkCr9yXw9kmXHsAf1X6ULugD6mWpQemwAxFWKzAlF8BMSqENvnZcaEDdiMLUrnRAzaSGXR8vjNII4WioP9lfpYQao0KHrAvjQ7b3C+2KZ0ETdiAO/PT48NUeYHa+HzFPHDuWBtQjE7blBHmDchfHAuAmFAoHLu2FOhOC5mQOe9JN8/WjkWp0qyogbscRNhVrCcN4HYOa8gZmAsHp8PF6RSH0+V5EfFKuPEizJ4oVHKePDlIBxwQABgARmsKSAHZABRa29DL7xT9gQBHpCCNCCEu1LJDI5IUPSI4TUGFIE/IRKCvKFx/opeISiA/JchVnm1A6mK3gLFiEzwGOJsEAay4L1MMUo85C0ePIKM6B/eebDyYbxZsMr7/z0/yH5n2JAJH2Bkgx5ZaoOWxEBiADGEGES0xvVwH9wLD4dXP1gdcXfcY3Ae3+0JjwnthIeE64QOwu2pomLpsCjHgQ6oHzSQi5Qfc4FbQE0X3B/3hupQGWfiesAOd4Z+2Lgv9OwCWc5A3PKssIZp/20GPzyNATuKAwWljKD4UayGj1S1UXUZUpHn+sf8KGNNGco3Z6hnuH/OD9kXwDZsuCW2CDuAncVOYuexI1gDYGHHsUbsEnZUjodW1yPF6hr0Fq2IJxPqiP7hb/DJyjOZ51Dn0OPwWdmXLyyUv6MBJ0cyXSpKS89nseEXQcjiivn2o1iODo6OAMi/L8rX12um4ruBMC9853JPAOBRCsm07xzPFIDDjwFgvP3Omb6C22Y5AEfb+DJpgZLD5RcCfEuowZ2mCwyBKbCC83EErsAL+IFAEAoiQSxIBFNg9OlwnUvBNDATzAMloAwsB6vBOrARbAE7wG6wHzSAI+AkOAMugjZwHdyFq6cbPAd94C34hCAICaEjDEQXMULMEVvEEXFHfJBAJByJRhKRZCQNESMyZCYyHylDypF1yGakFvkVOYycRM4j7chtpBPpQV4hH1EMpaFaqAFqgY5G3VE2GobGopPRNDQXLUIXoEvRSrQG3YXWoyfRi+h1tAN9jvZjAFPBmJgxZoe5YxwsEkvCUjEpNhsrxSqwGmwP1gSf81WsA+vFPuBEnIGzcDu4gkPwOJyP5+Kz8SX4OnwHXo+34FfxTrwP/0qgE/QJtgRPApcwgZBGmEYoIVQQthEOEU7DvdRNeEskEplES6Ib3IuJxAziDOIS4nriXuIJYjuxi9hPIpF0SbYkb1IkiUfKJ5WQ1pJ2kY6TrpC6Se/JKmQjsiM5iJxEFpOLyRXkneRj5CvkJ+RPFHWKOcWTEkkRUKZTllG2UpoolyndlE9UDaol1ZsaS82gzqNWUvdQT1PvUV+rqKiYqHiojFcRqcxVqVTZp3JOpVPlA02TZkPj0CbRZLSltO20E7TbtNd0Ot2C7kdPoufTl9Jr6afoD+jvVRmq9qpcVYHqHNUq1XrVK6ov1Chq5mpstSlqRWoVagfULqv1qlPULdQ56jz12epV6ofVb6r3azA0xmhEamRrLNHYqXFe46kmSdNCM1BToLlAc4vmKc0uBsYwZXAYfMZ8xlbGaUa3FlHLUourlaFVprVbq1WrT1tT21k7XrtQu0r7qHYHE2NaMLnMLOYy5n7mDebHEQYj2COEIxaP2DPiyoh3OiN1/HSEOqU6e3Wu63zUZekG6mbqrtBt0L2vh+vZ6I3Xm6a3Qe+0Xu9IrZFeI/kjS0fuH3lHH9W30Y/Wn6G/Rf+Sfr+BoUGwgcRgrcEpg15DpqGfYYbhKsNjhj1GDCMfI5HRKqPjRs9Y2iw2K4tVyWph9RnrG4cYy4w3G7cafzKxNIkzKTbZa3LflGrqbppqusq02bTPzMhsnNlMszqzO+YUc3fzdPM15mfN31lYWiRYLLRosHhqqWPJtSyyrLO8Z0W38rXKtaqxumZNtHa3zrReb91mg9q42KTbVNlctkVtXW1Ftutt20cRRnmMEo+qGXXTjmbHtiuwq7PrtGfah9sX2zfYvxhtNjpp9IrRZ0d/dXBxyHLY6nB3jOaY0DHFY5rGvHK0ceQ7Vjlec6I7BTnNcWp0euls6yx03uB8y4XhMs5loUuzyxdXN1ep6x7XHjczt2S3areb7lruUe5L3M95EDz8PeZ4HPH44Onqme+53/MvLzuvTK+dXk/HWo4Vjt06tsvbxJvnvdm7w4flk+yzyafD19iX51vj+9DP1E/gt83vCduancHexX7h7+Av9T/k/47jyZnFORGABQQHlAa0BmoGxgWuC3wQZBKUFlQX1BfsEjwj+EQIISQsZEXITa4Bl8+t5faFuoXOCm0Jo4XFhK0LexhuEy4NbxqHjgsdt3LcvQjzCHFEQySI5EaujLwfZRmVG/XbeOL4qPFV4x9Hj4meGX02hhEzNWZnzNtY/9hlsXfjrOJkcc3xavGT4mvj3yUEJJQndEwYPWHWhIuJeomixMYkUlJ80rak/omBE1dP7J7kMqlk0o3JlpMLJ5+fojcla8rRqWpTeVMPJBOSE5J3Jn/mRfJqeP0p3JTqlD4+h7+G/1zgJ1gl6BF6C8uFT1K9U8tTn6Z5p61M60n3Ta9I7xVxROtELzNCMjZmvMuMzNye+S0rIWtvNjk7OfuwWFOcKW7JMcwpzGmX2EpKJB25nrmrc/ukYdJteUje5LzGfC34I39JZiX7SdZZ4FNQVfB+Wvy0A4UaheLCS9Ntpi+e/qQoqOiXGfgM/ozmmcYz583snMWetXk2MjtldvMc0zkL5nTPDZ67Yx51Xua834sdisuL38xPmN+0wGDB3AVdPwX/VFeiWiItubnQa+HGRfgi0aLWxU6L1y7+WioovVDmUFZR9nkJf8mFn8f8XPnzt6WpS1uXuS7bsJy4XLz8xgrfFTvKNcqLyrtWjltZv4q1qnTVm9VTV5+vcK7YuIa6RramozK8snGt2drlaz+vS193vcq/am+1fvXi6nfrBeuvbPDbsGejwcayjR83iTbd2hy8ub7GoqZiC3FLwZbHW+O3nv3F/ZfabXrbyrZ92S7e3rEjekdLrVtt7U79ncvq0DpZXc+uSbvadgfsbtxjt2fzXubesn1gn2zfs1+Tf72xP2x/8wH3A3sOmh+sPsQ4VFqP1E+v72tIb+hoTGxsPxx6uLnJq+nQb/a/bT9ifKTqqPbRZceoxxYc+3a86Hj/CcmJ3pNpJ7uapzbfPTXh1LWW8S2tp8NOnzsTdObUWfbZ4+e8zx0573n+8AX3Cw0XXS/WX3K5dOh3l98Ptbq21l92u9zY5tHW1D62/dgV3ysnrwZcPXONe+3i9Yjr7Tfibty6Oelmxy3Brae3s26/vFNw59PdufcI90rvq9+veKD/oOYP6z/2drh2HO0M6Lz0MObh3S5+1/NHeY8+dy94TH9c8cToSe1Tx6dHeoJ62p5NfNb9XPL8U2/Jnxp/Vr+wenHwL7+/LvVN6Ot+KX357dWS17qvt79xftPcH9X/4G3220/vSt/rvt/xwf3D2Y8JH598mvaZ9Lnyi/WXpq9hX+99y/72TcKT8hS/AhisaGoqAK+2A0BPhP8O8HxGnag8/ykKojyzKhD4T1h5RlQUVwC2+wEQNxeAcPiPsgFWc4hpsJX/wsf6AdTJaagOntUU50p5IcJzwCZ7OWrrfmgMhhXlmfOHuIe3QK7qDIa3/wJ4vHq9HyUoXwAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAABKKADAAQAAAABAAAAoAAAAAA36gkkAAAkx0lEQVR4Ae1dCZgVxbXuvsMmM4AgGgWN4IaigqjIzOCCYtSHRp+7JoqiMoMa45K8+Ix+LzzjksVEE30sg0o0alxijNEgGhWjMjMoLggq7gQFDCrbLCAwt97/D3PHnsvtrurtbnPO95253VXnnDr1V/XpqurqHtsSEgRcELiwdm2/hOqyu5VIDrYteyDEBtqWtWPSsvrivLdlqVLLtnpayipFHpJbqQR/m9t4g7KsddBZZVn2F0qp5QnLWmYptaSka8knO4zcZtlk207pbdGWv4KAAwH0HSFBwLIueaV5l82bW8rthD0CAWd/Zdn7IAANAjYMOHHR5zD8HoLXQvwusBPq1Z0OKV0oQSsuuAvPrgSowmuzSDyeVNs8sMVSx1oJdYSt7NEIRrtHYji8kVXolLUYeb2UUPY/plWWvhHepFgoVAQkQBVqywXwu6q2cX/LVmdixHIC1IcHMJELleWYRs5WSfuxNX16PvPIvvbGXDghZeYGAQlQucE9a6ViHWmPEjtxvmUlzsqjUVLQ+jehw/61JaHuvnNUr+eDGhG9wkFAAlThtJWxp6e/rbr1a2g6QyWtyzH6ONhYsbAEsX6l7kqokqnTKnsuKyzXxVtTBCRAmSJVAHKT5jbskEzYP4Krl4L5ZK1TENarZiWSiRumj+5Z1ykq3IkqKQGqCBr74lc37NayefONqAqmcZ2aFillXzOjsvTJTo1CEVVeAlQBN+akuvWDklbyFkx1Ti3gakTvum29h31aV00vL50VvXGxmE0EJEBlE+2Iyqqav6qPtbnbb7Ff6YKITBarmQV4+jdxxujSV4u1gsVeLwlQBdbCVXWNP4HLvwBL2xm2HYB60k6qC6eN7rXSUEXE8gQB6eR50hA6N6rnNleoRPJByH1bJyv5mRFQyvrpjMqymzPnSmo+IiABKh9bxeHTZKUSy+ub7kTSBEeyHAZGwP4I7wKeXFNZxtdrjIlbN7Zd13R4wrZ2xJrf69PLe71jrCyCgRGQABUYuvgVJ9U1jEla9qMoqV/8pRmV0AKpFVj7+hwTzLW2pdbhnb01WJBer+xk+zt7trLwTrDdB28Bl6GDbYfj/rio+bJxD6NSsiBk29bN08vLfmpSVPW8poNVUv0dsjuk5FGvh7EIf5Zlo7ZCsSEgASo2aMMZrqpvvBWB4IpwVkJo40kYyn8TwWeRZScXW3Ziib05uXRaZdkXQS5KLuzbm7siSCUG4asGQxDc9kFwGwYP+cpNrgLXO11KEsdNOaTnp25Ite4tK7GJxbbpMrh47p9eUXZOerqcR4eABKjosIzEUtX8pp2sTeoZGNsvEoPmRhCIrGdVMvGi3U3V1xxcusJcNbjkuQtUaWlz48gWZVdgVDMWlvDicnYDlrLV2TPKe3F9byuqqmu6FqO/G7bKaEvAuuCQGaN6v++WL+nhEJAAFQ6/SLWr65vGYXTxNxhtny5FWsDWxp6zlP1IwrKfzJfXRa6sVds0Ws1jMXM6Be6eBM7K9BYjxSnTK0q5A78DTaxtegS+nNYh0XGCJcJTZlT2fMyRJIcRItAlQltiKgQCE2sbr0FwuimECVPVBRgRTG9RyYfuquyDD8nlF91aaa+HR9wJ/iQWs+3quqZj8QWGKkwHT0RabIFbWeoSjJaGlaqex7T50ApMwlY9ZJGpFYqc/JEAlRPYOxY6sb7xHiy1ju+YGukZF7fvxTrKrX6fXkXqhV9jGLpMt6zZUJvdujl1U7dqHF8OHuDXlJm8OrTJbvoArw4dPnVkj4+36KhNsuXMDL04pPC0RSiXCGDj5bMxBqcmXFyTra4bt6upKLugoIJTWqPUHNxvLerwK/BATquQHddj/oF4r3HxxLlNI9NckNMcICBrUDkAnUVeNkt1/7pvE9++HxGDCxsQmG4YUN7z5mL+fG51beNxKmHdhpHhkBgwxMdG7QOTNl8nUj9wsy9rUG7IRJMuU7xocPRlhf+M4Gu7+RUo7e5L0UTYtm7buL70mj8caSNIFTdNryzj9G/v6vqG07Bc9X84bt+nFEXNk7ai/Y1R2BIbwRCQEVQw3AJrVc1f19/aVFKPu3LUwem5hEqcly9P4wIDFEIRi9w/A66TQ5jwrSojKN+Q+VKQNShfcIUT5p6fGIJTA55wnYS1maM7c3Biy9RUlP4vgvTOmN6+HK6lRDtfEJAAlaWW4Dt12zQ3vRTtyMl+dHXv0v4zKkq5d0oICDBII1AdhiA1UQApfAQkQGWpDfHCL3eHR7cgrqzv40I8Tf7LSeYGBDZ3bhlNWYsyS0hqISAgASoLrcR9TihmbCRF4R05XnjYMvBAJPaK2MiW0VTZ/twlXsTVLOqqSYCKuXmxE/q6CPc5PVRTXrZ3Z19r8ttkfIUF7/md61dP5HOPgASoGNug9fG3pX4eTRH2ZCyEnxWNrc5nBZ9WuY/7mlDzhs5X+8KtsQSomNqOO5GxN+fhKMxjBHYen1BFYasz2+C/UUeQ781/U9WZcSikustGzZhayy5Rk7DDOfQ+MwSn/2jbkBiTp8Vtlk9PV9SuH4VvWu2Jj/91SZSo16wW6yFlW+OKu+bFUTsJUDG1I9aKLsT60wa+JR+0CHzo/4jpo3u9GFS/s+vx/wXi6elsfN9zT2KBj+RZ+G/LPODL0+QSsFAeIyBTvBgbh4uz3ESJIvBGvD+S4OQPr3RpfkMcL/0+i/TW4JSWz8AkwSkNlHw8lQAVc6twE2UiqbC72XrDtCisXX1XRk6maGWW67uu8ULkDM6cK6mFgoAEqCy0FP8fGxZnD8TU4jZdcXgcfoH8624dSgb5duu3zg0ERSSfEZAAlcXWwbrUlRwdoUiuf2Qg+1o8Dp+ZIUOS/CKQtFb6VRH5/ENAAlSW24SjI0z5BmC9dn5a0TOxlSAbn/xNK7Y4T+2ElfGfIBRnbYu3VhKgctC2rVO+yrKRjinfAkwBL8iBK0VbJP+xJqfLRVvBTlIx2WaQw4bmlK+qtvFVWyU+yaEbRVs0p8vYzT8PT1InqqS9Mz5xvhmV5UaDKCiBDZ/b4R87fBaFMbEhCAgCgoAgIAgIAoKAICAICAKCgCAgCAgCgoAgIAgIAoKAICAICAKCgCAgCAgCgoAgIAgIAoKAICAICAKCgCBQnAiE/qBaccJiXKuhkOT3ntaBsW9vK+qOFG4OvAX85Va5hZtwBlz/DtjtfbftkMdXee4Ed1Yah4qfDHbDqBfyloF/DY5q8yhMCQkC3yBwDg4ZmHQ87BuVojh6zKDO84qipsErcYcBRisg0yN4EcWvKe/ihWvj9YbqXxvKFYqYSb1NZAqlvkH8NGlzjpxcvmwRpMji05EAVXxtKjUSBIoGAQlQRdOUUhFBoPgQkABVfG0qNRIEigYBCVBF05RSEUGg+BCQAFV8bSo1EgSKBgEJUEXTlFIRQaD4EJAAVXxtKjUSBIoGAQlQRdOUUhFBoPgQkABVfG0qNRIEigYBCVBF05RSEUGg+BCQAFV8bSo1EgSKBgEJUEXTlFIRQaD4EJAAVXxtKjUSBIoGgTD/uJOfidgfPBS8PbgfmN8+WgNeDV4Cfgf8b3A+0rfg1EHgQWD63hPcBOa3nZaDPwK/Dd4Ezkeiz/uBdwfz+0u9wST6/wX4A/ACMOvUmYl9fF/wHuAB4DIwv8XUDF4FXgJ+E8w2z0caDKd4ne0C3hZcCmab8hpbCn4dnEvf6R/x/TaYuPYB80sOxJZ+vdvGmb6XhixvChKg+BGu88FjwQRLR4sg8DT4XvBbGYT5Ya/twW6f5+CF9wo4ky6SfRGD0kTwmWBe3DpqgMDL4L+CHwA3gnNJg1D4eeDvgkeAdSPgDZCpB/8ZfB94LbhQiB39+DZneeNLJ35skf3vefASsJMYhM4CnwIuB/cF64j96xHwDHCub6q8cbKfHgfeFawjXmPsn1PBHCDETUeigHPBR4FN/FsJuWfBfwTPBsdCvDBYkArBjPasXIp4gX0K1tn8TUoh4G9/6N1jUI6XH/xuzx3gfuAUnYoDL51U3pCUQsDfYdB7xrCsVJnpv7zIfw/mhR+WeDGk208/fyFkIbxI021mOp/gKIdtMwXMumaSNU3jhcQ+E4bYZ3Xl8YuaXR2FHIBjfuhPp+eVf73DXtSH42HQ5Hr18o91pp3IaDAsLQB7Feo3jxdb6u7PqYhO/ybIBKUqKOrs+82/rM2ZEwxtBw1QxOhuwzJM68BAexE4DGUjQDEom9SJnx8msU1M5P3IVLdaDvbHNEClrJvIm/rOa4pTwqhoOAy9BzYt30SOyz9DwzrIqZBJYUFkvoRtjqZeMigjaIB61MB2EN+pcys4zhEUOwUxCuqfTu9x2A5K+RSgzkMl2Ba6+gbNZx8KQiYB5802w0/iN6h/bnpcB+KILCxdBQNuZUSRfmlQB6+O2TFWbn0b6yrqN0BxAZ/TSZ3dsPmNKIMjEp0dvyOokwxs6so0yeddrDfYL+VLgCL27EMmdQ0jw0DC9S4/ZBKglsBgnP10Dezv6sfpNNmoR+9ubcAbjC+6BtJuxnKR7idAdYfvUU9Jw9bZT4A6OcvYL0Z5fcB+KF8CVNh28aO/EACxb5mSSYDyU35Q2aD/vOJ+VDRomUH0uHa4FaXWgZwZXMDyExCcuvlw/Dc4wfWLQqRKOP2XLDvO4Mk1QSFvBPZD9hPeInmZewi84oDDD/0Cwt/zoxCB7MWwsZWf6dsMuGjFp11+aQMU3gJ/AuawksPh3cEjwJxuZYsYWI8JUNhy6CwC85dzd257YJDbA5wtKkNBfMztl/hklVOQpW2KO+F3OHjntnOTH3biaeBJJsIFKPMhfOZ0lliVgAeCGXAGgP3QdyDMi/e//SjlgSyXa7h9gmuaOjoTApT3S+9CgfwFmNf/IDCvfx6bEq/fN8Cz3RTmIMPP8Gw+5LlQ7OYE088Ah51n03EdcfThx3fK8qL0Gm3xCeaNYK41+bXtlDeZ4vmd7z8Mn8rBbnQAMvwO009wM5aW/gDOnfXLdPxCmo7fU7ZLJrumaeuhz34zCOxGDORTwH63JRzuZtCRHmaKx5vkTPCZ4IPAfCJHrgBfAV4MNsUhJcfFbh1xqs89YCkd3S8HI9eB6Vsm4uCE8YE3UJ2tVP4SyGacSk/wYYSNz4L9EIeMG8EpR/z8mgSoF33Ypmx/sCkRsAfBfnx2yuoCFDu8U97rmCMBnT2ItBNHxUvAXjZTeQvbtbwP8j1AMXizzUypHwTngFM46H5fNjAcNEDdA9u8sHV0CQR0fjrzTdaifu/DJkdkts5JR74ff6936LUfsuM7K+R2vAJybhGz3ZjLAYfUS8Butt3SdQHqJB8274BsULoUim4+eqUP0RQ4y9AuL7wgxJEsg4+Xj6k83qh0lM8B6jKd8x75fi5Q3Q06SIDiReyHOOVMtZvJr9eSxWDYMh1JXuTHSYfsWEN/OWP5lkOvdShpUsF1UGJFwhDvVkvAJuWlZHQB6mlDezMhF5bYOCm/TH+9AtRBhva4XywM8aayFqzz2aScfA1QQS8cJ66mU23eVLzIb4DS9XG3sjjl07VpKp+zGDfi2lpKzuv3x24GDNOrDcthvdrpURx5OZXK09012g1qDjj3T9k0+fVqPN4VTGxw3p7Q+GWafYthmSm/vAIU65aS8/rdz9Q5DznTznyAhw1m5WOAYkCIgjhtMZ1NsO+5kZ8AxfLC0JtQ9uo7qTyuF7mRSZ1fcFP2mT4H8imf3H7bp6RcGFtloPC4Tyd04tcalJly3itAmc5towqurBc78Xs+/PcKUCadi4v5UVB3GFkGTuHq9nu1prB8C1Bsi6huPqz6yWA3bJzpnPK7kZ8ANcHNiGH6ZZBz+uV2zNFhJhqFRDcdZ/q4TMoB0ngtOu26HQ9lox4C7mtQyHQDGT8it0P4Kz8KLrImT1QWQfdRF/0gyQT0d0EU03Q4XeZoUkd36QQM87+G3D0GskcYyOSTyK/hTDJChx6DrTcM7B1mIKMTWQmBh3VCmvx/aPJT2RyMZKKKTIlpaa/hfFZaWtBTXovvGiiP6gKhfQ0EP4PMbAM5PyJcz/ozmHPSMGTiPztc1MSnepy39wpheB8DXX77ZziYwazUQN5NxEbGUnBvNwFH+lAc8+YV5UXvMB/pYQOs/SVSi1uM0eYIjd1hmnyT7DkQYhuHIS5ffAJmH/EiXu+ZiP1LR1y45qI81zJ5gw5D3MrAdtPRQXTYxLkXIRdHZ30adsMEKK707wXWETtB1LQKBonL8SEMMxDoiEGJj3SzSbuisG+Dl2Sz0IBlsQ3YFlFTnYFBBoT+4C8NZN1E6t0yfKZ/AXldgHIzOcQtw5F+BI7J2aTdeJfkRa6j93UCAfMXBtRLqW2Hg26pE4/fTzzywmS9HkYZujuG1I9Tfac4jUdo+60IbTlNcQrCfXte1AOZYdtwgVcBPvI2+ZBNF+X2n3ykXRigygw8i+sCX4GyvzIo303EZHq1HMpcGI6DloY0aoJ9yCICqzP4FwJ9HJOTHJWtNbDNbTNhiNdAFMRrOQhxhN4ziGIWdHqxUiZTNy6uxkHNMMq5bVDqbqDIOws3oMVBJvNor3JNAqyXfpx5+dpp0+sctg3S7aXON+BgderE49ekD7qp0/eVbplZSue7iW5rU1lywbWYEgYoOqgjExmdjUz5BKZrpgzDNJPgSt+5QBwHcYgfhnRTiDC2O4tumP7jhRGvDZMgHebmxwAVV4D1qluh5CUYIHin0NEOOoGA+X2gRw5KJqMv2t8WHMdCat+gjrfpmXROPuHhVCPMndqPm+wTxIyj20IgPlWKgxicTEa4Jn3Qyz/llZmFPPrPPqbry1yKaQHHNViB6Q60Hc6+YGdc3SE588lumZNDpw6FBc6Bg5LJGgE7GTtxHAFqeFDH2/TWGOjXQuYYMEdrbK9skcmNK1u+eJWzl1dmiLwh0GWg9iJesJ97CRjkxTW6Nyi6VYSzEPbDnTUK/4P8KeBsrpsqdvjFGseYPcpAJoiIyQYxL7v/QiZ5Vy8h5JWDF2hkgmSHxcUEewZBBqdCCRhBcAyjc2gYZQ/dgzzyUlkcVfDxfqETn9Lvp6nEsLb8sCNGTTEdsznPNrlIDoHcHh1VIzk7JaQVRn+TJ4wcgURNR8KgyUZLr3I/8Mpsy+P0+igDuc4qwn7JDYRR0/EGBrnFoRhuHCb98DjUlfEiq8QCXzEs8QJDOVOxEyHIwBeWOAXSEQMhp5NR0hURGHsTNpYb2DnfQCbfRLK5tvKDiCvP6R37p45Mrx2dnVznm1xDnKWclW1HGaA+BL9mUPCVkNFNpQzMtIvc2H4U7uB5Q/VrDOVMxE6CkEkH1tniFoi5OiHknw4eaSBnIsI2jDpYm5Qbpwzb4tQIC+B6iwk9ayJUADIvwkeT9dzLI6zLMNgy2STeWiQvXt7xdPxMq3T4PzMNynL6cpOmSE5TnfJux+M1dkyyOaVgY7qVkSmdd2Q3OgMZmXTS00zucm5lONPnt5XHYf2fwD8Gc7raG2xK1Ev3L/38dVNjLnLswOk2vc7XQX6wiy0/yecYlvuxxuhvDOwsg0xXjR3TbPYPL3yY97iHsQcM9GmD/SUslcNAyld+VuUO8AQw25zr4lsRn3JtBqeUvH5nbqXtL2GKYTlOH3QB6lofNo/2524HaV4AK32UlaqDV4BiAQwWKVmvXzZkGPLqhNyM+w54Bri7ppAHke/lZyrPZKHZrSi/AYpl8iVU9uWgxHWWlO+63+s0hRRagPJT9+9o6u6VzddqVoDd8P0SeQvBVeAOxM7vppSe/g/I9uigrT8pg8gccLotk3NdgOoHu6yYiS3KXAL2S+OgwIvYtAynnC5AXeXD7jS/jkOeU/knDcvgcF9Ht0DAWT+3Y94dbZ0xl/wgAYp+sI1OcLHplVyNTLd6pKfzsTz7nBcVWoBiXV4Cp9fV7fxEr8q75PGGZXqdXpZug5HNz9SlEfI/BusCFfc5XQ1eD3arrC5dF6BgutUXnR1nPi+eSipqiOs1phe3077zWBeg6AJHL04dr2PKcvuBCXHovArsZc+Zx/rqiHc3p47X8aeQvQDMkc22YPazQ8EcgXDk6DaiDRqgUr7Mgu39wDqqgEAtOKVn8st+r6NCDFBsC5P6p2Q42i7TAYF8BnPeWFN6ut85KZvpdzfeRfzeoTdA5zlwPXgpmHeXbcCDwAwAHDp2A4ehm6H8UwMD7GjscH7oXxCeDX4bvBzMqe724L3Bx4JNOjnEPIm23vOU2HKhcmTqh+og/DCYQ2Lux2F79gcPBhN73uW2A5vSzyFoskDMIEa8/FASwhvBXHNx7ka+Eue3gdOJAWpBemKA80XQeRr8PphTQK5xDADvCz4GTKz8EDEntjpigOLI2IvY3waBN3kJGeaZ9P2/wRYf8HgRr/9qL4G0PLbpX8B/B38E5iCnF5j9jv2E15DbTQhZGelgpL6WMQeJ94N1ES7b+Te5OZuWPgTnYUZqcdWLfpnQ9RCKywedXXZwP0R5nU2TfPa3TBR2BGVStl+Zr+HoHpmczZBWiCOoVDVex4FfbKKS52yrnRLtR98cfB+Hdd+cFtQRRyknFpTHHZ3l6OW+jklZOePo62SfJXF4HwVxJFMoxNHHh4XibAg/T4DuyhD6QVXZ93/pVM4UoJh/BNh1iOU0kIfHnCb9Zx76ZerSuRB80FQ4AjkOyQ8Dc/rjh2ZC+GU/Ci6ynAZwypXvxD7FpYDOQMtRydHgr7JY2UdQFvt+B3ILUJsgxXngMx2koz+5FyajWGdI9+xxJBwFbknPiPCcd9I/RGjPaepsnHCKEDdxxMkAwd8gNAFKXIMMQ1yTOiCEgQegG9R/k2J5LfCGzT7VmYj9m2unb2Wh0lNRxhlBy7kOilHNL512Ug7xiZQzPdPxTQGd/xb05hvYz1SmV9qbbf4cbmjbdA2qzWz7zzgcNRqW4eVvprw72ksJd1AO9c0hfZycwQXTNagj23TjWDehTfahIFTIa1Dp9b0VCZn6UNi09bB7anphQc55gc0Dh3WI+jPBfOxI6gJeBtbZJUBhqArKUVzonAaNdzhyDo51vjOfF1tQ6gHF34NNyjGRmQNbHDVFSXwSthhsUn4mmT9lcMY0QDnb4zzY+TKEHynf2FeqM/jkJ4k3gJQ9t98VkGH7RkG8abqVk0oPMwrk0+xagzJSZXn98ob2C7C27gwQJsQh9CgwH6/+F/i7YOejYpx60ofIZSecBl7ukKSjD4L3Aa92pDsPd8FJvTMhwHENdO4BXwS+FMzyTInTxOfBd4IfTlMiLpwGrwIn0/J4ygbgFIEXTVDiFOqH4OvBk8DngfcA+6HPIPwYmPhzxBo1fQKDe4OJ78/AO4NN6BUI3Q1+yETYQIZtTObo/ELwWLCffvou5KeCiRPbLQzxYuZFzRtwJuqDxCXgjZkyA6T9FTp82LHSRXcg0l9yyTNJXgQhXv8Hga8AnwjuDfZDr0H4PjDbfJ2Jom0ilEGmDGljwBXgPcE7gmmLzKBDkJaCuVeGoHwIzifiBc41qgPAg8AEmgEmAW4CM4jS5zfAL4ONwIRctoj+jwHzCdggMPecOPH/CudLwLzgeKHEEZRg1pXKkXMsmDeCAWDiSiKOKVyfxfGnTHShYUg3WZ9kwL7XxQaDwGjwcPBeYPpSCk61Nf1ZAmY5z4HzrZ/CpbylLvCM7UweAv422Intepx/DiamDG68jv4NFhIEigIBBihlwOOLorZSiYwIpO5sGTMlURAQBASBXCIgASqX6EvZgoAg4ImABChPeCRTEBAEcomABKhcoi9lCwKCgCcCEqA84ZFMQUAQyCUCEqByib6ULQgIAp4ISIDyhEcyBQFBIJcISIDKJfpStiAgCHgiIAHKEx7JFAQEgVwiIAEql+hL2V4I8DMsJuTnXTsTeyKTRwjwfRohQSAfEVgLp/iOHN8x3ODiIN+tk/e7XMCRZEFAEBAEBAFBQBAQBAQBQUAQEAQEAUFAEBAEBAFBQBAQBAQBQUAQEAQEAUFAEBAEBAFBQBAQBDoRAtxjIpQDBKrmr+qT2NR1RItKlNlWy4c1lb0X58ANKVIQyGsEJEBluXkueaV5l5aW5C342PbpKNqJ/+eWUjfWVPbivysSyjICk5VKLKtveiKhrIemV5bdm+XipTgXBJwXiIuIJEeFQHVt43HKtp7ytGerutW9ysY8sq+90VNOMiNFoKqu8W4YnLDFqD2xpqL0zkgLEGOBEJB38QLB5l+pel7TwdrgRLPKrui7rpn/AkkoSwggON2CotqCEwtVM5D2yywVL8V4ICABygOcKLNUUv3K3J46FBfIC+byIhkUgbZA9KMM+j+prmt8IkO6JGURAZniZQHsSbVNI5K2ej1AUf+sqSgbE0BPVAwQaAtOP9GIvtOiWg67q7LPKo2cZMeAgIygYgA13WTSTvK/rwahI6rqml7iAm4QZdFxRwDrgbchVxecaGBoiV3yMW8y7tYkJy4EpOPHhazTrrJ2cp76O1aHLq9vWnhh7dp+/vRE2g0BjJzux3rg5W75GdL7cARcVdvAJ69CWURAAlR2wF4ZshjexT+oqm3cP6SdTq1+2SzVnSNSgPC9QEDY9sPQvzaQrigFQkACVCDY/ClhhjbPn0ZG6X7YNfXWxLqGMzLmSqInAtX1DUO/7tu0BE/oDvUU1GaqG7B4/pBWTAQiQUACVCQwehuZMbr0VezJfNlbyizXtuyH2tZPzBREygJe45Wy3wYUO0YDh70wGjtiRYeAPMXTIRRRfvXc5gqVSNZGZI5mFiRU4vhplT2XRWiz6ExxvQmVCjaly4gGdvtX9LouY5YkRo6ABKjIIXU32LrIinUMd4kgOeoSXDBTg2gWs0713IbDVcJ+BHXcIap6YvQ6ZXpF6aVR2RM7egQkQOkxilQCQeoHlm3fHqlRvB6TSJacLqMpy+KWjBX1jdOUZU+MGOPpNeW9JkVqU4xpEZAApYUoegFMO66E1d9Gb7lzTz8m1jecZSt7GnDtEym2tnV3TXnZhZHaFGNGCEiAMoIpeqFYRlJb3FxlK+vKzvRG/sS5TSPthJqB6g+PvKVsJSOnyEE1NygByhyryCVbny7Z1j2RG241aH+klHXFjMrSJ+Oxn3urrfvCbOtWeDI2Fm9s6zaMnDjaFcoRAhKgcgR8qtjq+qZxSqm/p86j/7U/spW6vphGVJPq1o1OWomfA6sjo8er3eLVeA/Sxwve7XpyECECEqAiBDOoqbaXiV+Afu+gNrR6trUGjT21JJGYOuWQnp9q5fNM4Pw5qke3Hs3nYKPlVXBtnzjdU7Y6e0Z5rwfjLENsmyEgAcoMp9il+K4dXmf5JwraL/bCLOufWKe6e1Ny/WN3H7p9QxbKC1zEpLqGMUnLHg8DZ4N7BDZkprjWTthHTx9VOt9MXKTiRkACVNwI+7SPJ3x/gMp5PtWCiregAzyFR/KPJ5T9VD5sUzh3gSrtub75CEtZxytLnYaKRbaPyRMkZc23um08uubgfms95SQzqwhIgMoq3GaFVdc3TsACNz9Bm21ahJHVc8mEqu9S0vWVqSN7fBy3Axw5JuySAxOWXY6ANAbljQbHPVLqWC1ZDO+IRx6dSYDKo8ZwunLxqxt2a9m8eTbS9nSmZ/n4M/xzh7fQSd7Fp4g/sBPWp/gy6KcJpf6948ayVZOPtDdr/cFLcBfM/bKse/de26vNG3dSdmIwknbHWtJe0D0APARcorUTj8AGBOST8QCBOAvlIQISoPKwUZwuYcrH72X/yJmWB8eb4MMX4DWYijXjKwtNON6Mi721PyXxf7TwWsg2CELbIr0U3B/cC5xPNHt9z9LT/jjcpu9CeYqABKg8bRinW1ue8ll4r0xh5CEUEoEN+Pde4/HvvYCnUL4jIAEq31vI4d/E2sZrbNu6yZEkhz4QQGe/v6cqnXhrpb3eh5qI5hABCVA5BD9I0ZPmNuyQTFh4rcM+MYh+J9VZhKeU46dVlr7RSetfsNWWAFWgTdf6f/aSqgbujyjQKmTDbf635h/KdC4bUMdThgSoeHDNmtWJdY1HoxF/hwKHZq3Q/C8I/yJKXSffycr/htJ5KAFKh1CB5F80r+GoRNLm+tSoAnE5DjfxdVF7svzb8jigzY1NCVC5wT22UqvnNQ5XSesaFHBmbIXkn+F52Ft1QzF/uSH/IM+ORxKgsoNz1ktpfbcvUTIBGywvLtLtCU3Ya3WPUi2311T2Xpx1gKXArCAgASorMOe2EC6oWy3qHPyzSo6qdsytN6FK32Bb6imMlv7cfU3po7ePs78OZU2U8x4BCVB530TROtj29Um+hDsOnI0vJ4StwOcw8DQ+gfJEWbJsluxhCgtnYelLgCqs9orU20m1zQOVlRyLkdUYGC4Hx/qdJUPnP0ennA+fXsCi//Oyd8kQtSIVkwBVpA0bpFrcBKps+8Ak9lZhxzpHVwxYu4L7BbGn0dmAN/f+ha82fIROuAgjpDcsW70+Y1Tv9zV6kt2JEJAA1YkaO0hV+SXLku7rdu6iEgOSJdYA/NeUnRC8tsenUfphAR4vAKsyPNrHC8F2dxy3pMpAx8KH8NQmBLzVeKF4NfKxN8laCd3l/CICvr20VL69lEJLft0Q+H8fK+7wEi0bcAAAAABJRU5ErkJggg=="}))),Ise=e=>{const{t}=El();return p.jsxs(ko,{container:!0,children:[p.jsx(ko,{item:!0,xs:12,md:6,children:p.jsxs(ee,{sx:{mx:"5rem",my:"3rem",display:"flex",flexDirection:"column"},children:[p.jsx(ee,{sx:{width:"120px"},children:p.jsx(ws,{component:Pse,inheritViewBox:!0,sx:{width:"192px",height:"40px"}})}),p.jsxs(ee,{sx:{flexDirection:"row",display:"flex",alignItems:"center"},children:[p.jsx(ie,{variant:"body2",sx:{mr:"1rem"},children:t("En partenariat avec")}),p.jsx(ws,{component:jse,inheritViewBox:!0,sx:{width:"60px",height:"32px"}})]}),p.jsx(ie,{component:"h1",variant:"h1",sx:{mt:"3rem"},children:e.title}),p.jsx(ie,{variant:"body2",sx:{mt:"2rem"},children:e.introduction}),p.jsx(st,{variant:"contained",sx:{mt:"2rem",borderBottomLeftRadius:"20px",borderBottomRightRadius:"20px",borderTopLeftRadius:"20px",borderTopRightRadius:"20px",textTransform:"none",fontWeight:"700"},href:"/login",children:t("Commencer à réduire mon empreinte carbone")})]})}),p.jsx(ko,{item:!0,xs:!1,md:6,sx:{backgroundImage:"url('/images/vigneron.jpg')",backgroundRepeat:"no-repeat",backgroundColor:n=>n.palette.mode==="light"?n.palette.grey[50]:n.custom.grey[900],backgroundSize:"cover",backgroundPosition:"center",position:"relative"},children:p.jsx(_7,{style:{borderRadius:"10px",textAlign:"center",width:"60%",left:0,right:0,marginLeft:"auto",marginRight:"auto",position:"absolute",bottom:"10%"},children:p.jsxs(T3,{children:[p.jsxs(ee,{sx:{mb:"1rem",display:"flex",flexDirection:"row"},children:[p.jsx(ie,{variant:"subtitle2",sx:{fontWeight:"bold",mr:"1rem"},children:"Amaury Liemois"}),p.jsxs(ie,{variant:"body2",children:["Bourgogne, Pommard"," "]})]}),p.jsx(ee,{sx:{textAlign:"left"},children:p.jsxs(ie,{variant:"h2",color:"secondary.main",children:["- 46 TCO",p.jsx("sub",{children:"2"})," / an"]})}),p.jsx(ee,{sx:{textAlign:"left"},children:p.jsx(st,{sx:{textTransform:"none",m:"0",p:"0"},children:t("Découvrir son histoire")})})]})})})]})},Mu=e=>{const{text:t,defaultVariant:n,typographyProps:r}=e;return typeof t=="string"?p.jsx(ie,{variant:n,...r,children:t}):t},R8=e=>{const t=de(),{step:n,extra:r={},orientation:o="horizontal",valueFormatterFn:i}=e,{value:s,unit:a,label:c}=n,u=d=>i?i(d):d.toLocaleString();return p.jsxs(ee,{sx:{width:"100%",display:"flex",flexDirection:"column",gap:"4px",...r},children:[p.jsx(ee,{sx:{display:"flex",flexDirection:"column"},children:p.jsx(Mu,{text:c,defaultVariant:"body-bold",typographyProps:{textAlign:o==="vertical"?"left":"center"}})}),p.jsxs(ee,{sx:{display:"flex",flexDirection:"row",justifyContent:o==="horizontal"?"center":"flex-start",alignItems:"baseline",gap:"8px",zIndex:2},children:[s===null?p.jsx(Tl,{size:4,icon:"empty",boxProps:{sx:{borderRadius:"3px",backgroundColor:t.custom.grey[400],color:t.custom.grey[1400]}}}):p.jsx(ie,{variant:"h2",children:u(s)}),p.jsx(ie,{variant:"body-medium",sx:{color:"#A3A2A0"},children:a})]}),e.children]})},kE=z(ko)(({theme:e})=>({border:`1px solid ${e.custom.grey[500]}`,borderRadius:e.spacing(2),position:"relative",background:"white",zIndex:3})),Lse=z(ee)(({orientation:e="horizontal"})=>({position:"absolute",left:e==="horizontal"?"100%":"50%",top:e==="horizontal"?"50%":"100%",transform:"translate(-50%, -50%)",whiteSpace:"nowrap",zIndex:3})),Ase=z(ee)(({orientation:e="horizontal"})=>({position:"absolute",left:"100%",top:"50%",transform:"translate(-50%, -50%)",whiteSpace:"nowrap",zIndex:3})),Rse=z(ko)({display:"flex",flexDirection:"column"}),Dse=z(ko)(({theme:e})=>({display:"flex",justifyContent:"center",alignItems:"center",flexDirection:"column",gap:e.spacing(2)})),PE=e=>{const t=de(),{fullHeight:n,valueFormatterFn:r}=e;return p.jsx(R8,{...e,valueFormatterFn:r,extra:{padding:e.orientation==="vertical"?t.spacing(2.5,3):n?t.spacing(4,6):t.spacing(3,6),borderBottom:n?"inherit":`1px solid ${t.custom.grey[500]}`,borderRight:e.orientation==="vertical"?"":`1px solid ${t.custom.grey[500]}`,borderRadius:t.spacing(2),marginBottom:`-${t.spacing(1.5)}`,boxShadow:"0px 4px 20px rgba(81, 78, 78, 0.12)",background:t.custom.grey.gradientLight,position:"relative",zIndex:1,textAlign:e.orientation==="vertical"?"left":"center",height:n?"100%":"inherit",justifyContent:n?"center":"inherit",...e.extra},orientation:e.orientation,children:e.children})},jE=e=>{const t=de(),{valueFormatterFn:n}=e;return p.jsx(R8,{...e,valueFormatterFn:n,extra:{padding:e.orientation==="vertical"?t.spacing(4.5,3):t.spacing(3,6),backgroundColor:"white",borderRadius:`0 0 ${t.spacing(2)} ${t.spacing(2)}`,borderRight:e.orientation==="vertical"?"":`1px solid ${t.custom.grey[500]}`,boxShadow:"0px 4px 20px rgba(81, 78, 78, 0.12)",paddingTop:t.spacing(4),paddingBottom:t.spacing(2),position:"relative",zIndex:0,textAlign:e.orientation==="vertical"?"left":"center"},orientation:e.orientation,children:e.children})},IE=e=>{const{value:t,comparedTo:n,improvement:r}=e;if(!(t===null||n===null))return p.jsx(K3,{layout:{size:"M",direction:"horizontal"},disableText:!0,currentValue:t,comparedTo:{value:n,unit:"",label:""},improvement:r})},LE=({currentValue:e,targetValue:t,orientation:n,improvement:r})=>p.jsx(Lse,{orientation:n,children:p.jsx(IE,{value:t,comparedTo:e,improvement:r})}),Vse=({currentValue:e,targetValue:t,orientation:n,improvement:r})=>p.jsx(Ase,{orientation:n,children:p.jsx(IE,{value:t,comparedTo:e,improvement:r})}),Nse=e=>{const t=de(),{color:n,completionPercent:r,label:o,noObjectiveLabel:i,outsideContainer:s}=e,a=c=>new Intl.NumberFormat(void 0,{style:"percent",minimumFractionDigits:0,maximumFractionDigits:0}).format(c/100);return p.jsxs(ee,{sx:{borderRadius:t.spacing(1),padding:t.spacing(.5,1),margin:s?t.spacing(2,0):t.spacing(.5,5),backgroundColor:n.secondary,position:"relative",zIndex:1,display:"flex",justifyContent:"center",alignItems:"center",gap:t.spacing(1)},children:[p.jsx(ee,{display:"flex",alignItems:"center",children:p.jsx(bt,{icon:"target",size:3})}),p.jsx(ee,{sx:{gap:t.spacing(.5)},children:r!==null?p.jsxs(p.Fragment,{children:[p.jsxs(ie,{variant:"body-bold",children:[a(r)," "]}),p.jsx(ie,{variant:"caption",color:t.custom.grey[1400],children:o})]}):p.jsx(ie,{variant:"body-medium",color:t.custom.grey[1400],children:i})})]})},AE=e=>{const t=de(),{completionPercent:n,color:r,label:o,noObjectiveLabel:i}=e,s=a=>new Intl.NumberFormat(void 0,{style:"percent",minimumFractionDigits:0,maximumFractionDigits:0}).format(a/100);return p.jsxs(ee,{sx:{display:"flex",alignItems:"center",justifyContent:"center",width:"100%",gap:t.spacing(1),marginTop:t.spacing(2)},children:[p.jsx(ee,{display:"flex",alignItems:"center",children:p.jsx(bt,{icon:"target",size:8})}),p.jsxs(ee,{sx:{display:"flex",flexDirection:"column",gap:t.spacing(1),width:"100%"},children:[p.jsx(ee,{sx:{display:"flex",alignItems:"center",gap:t.spacing(.5)},children:n!==null?p.jsxs(ee,{lineHeight:"0px",sx:{marginBottom:t.spacing(.25)},children:[p.jsxs(ie,{variant:"big-bold",children:[s(n)," "]}),p.jsx(ie,{variant:"caption",color:t.custom.grey[1400],children:o})]}):p.jsx(ie,{variant:"body-medium",color:t.custom.grey[1400],children:i})}),n!==null&&p.jsx(ee,{sx:{height:t.spacing(1.75),backgroundColor:r.secondary,borderRadius:t.spacing(1),position:"relative",overflow:"hidden"},children:p.jsx(ee,{sx:{position:"absolute",left:0,top:0,height:"100%",width:`${n}%`,backgroundColor:r.primary,borderRadius:t.spacing(1),transition:"width 0.3s ease-in-out"}})})]})]})},D8=e=>{const{orientation:t,...n}=e,r=de(),o=RE(e.completionPercent,r);return t==="horizontal"?p.jsx(Nse,{...n,color:o}):p.jsx(AE,{...n,color:o})},RE=(e,t)=>{if(e===null){const n=j8.palette.primary[50]||"#EDF9FA";return{primary:n,secondary:n}}return e<=30?{primary:t.custom.red[600],secondary:t.custom.red[100]}:e>30&&e<=70?{primary:t.custom.orange[500],secondary:t.custom.orange[50]}:{primary:t.custom.green[600],secondary:t.custom.green[100]}},_se=e=>{var a;const{steps:t,textOptions:n,improvement:r,completionPercentage:o,valueFormatterFn:i}=e,s=t.endWithoutAction===void 0;return p.jsxs(p.Fragment,{children:[p.jsxs(kE,{container:!0,children:[p.jsxs(Rse,{item:!0,xs:6,children:[p.jsx(PE,{step:t.start,isLast:!1,fullHeight:!t.endWithoutAction,valueFormatterFn:i,children:t.endWithAction&&p.jsx(LE,{targetValue:t.endWithAction.value,currentValue:t.start.value,orientation:"horizontal",improvement:r})}),t.endWithoutAction&&p.jsx(jE,{step:t.endWithoutAction,isLast:!1,valueFormatterFn:i,children:t.endWithAction&&p.jsx(Vse,{targetValue:t.endWithAction.value,currentValue:(a=t.endWithoutAction)==null?void 0:a.value,orientation:"horizontal",improvement:r,completionPercent:o})})]}),p.jsxs(Dse,{item:!0,xs:6,children:[t.endWithAction&&p.jsx(R8,{step:t.endWithAction,isLast:!0,valueFormatterFn:i}),s===!1&&p.jsx(D8,{label:n.goalStep,noObjectiveLabel:n.noGoalLabel,orientation:"horizontal",improvement:r,completionPercent:o,valueFormatterFn:i})]})]}),s===!0&&p.jsx(D8,{label:n.goalStep,noObjectiveLabel:n.noGoalLabel,orientation:"horizontal",improvement:r,outsideContainer:!0,completionPercent:o,valueFormatterFn:i})]})},$se=e=>{const{steps:t,textOptions:n,improvement:r,completionPercentage:o,valueFormatterFn:i}=e,s=de(),a=t.endWithoutAction===void 0,c=t.endWithoutAction===void 0?t.start:t.endWithoutAction;return p.jsxs(p.Fragment,{children:[p.jsxs(kE,{container:!0,sx:{background:a?s.palette.primary[50]:void 0},children:[p.jsx(PE,{step:c,isLast:!1,orientation:"vertical",valueFormatterFn:i,children:p.jsx(LE,{targetValue:t.endWithAction.value,currentValue:c.value,orientation:"vertical",improvement:r})}),p.jsx(jE,{step:t.endWithAction,isLast:!0,orientation:"vertical",valueFormatterFn:i})]}),o!==null&&p.jsx(D8,{label:n.goalStep,noObjectiveLabel:n.noGoalLabel,orientation:"vertical",improvement:r,completionPercent:o,valueFormatterFn:i})]})},Hse=e=>{const{position:t,goal:n=null,unit:r="",textOptions:o={startingStep:"",targetWithoutPlanStep:"",targetWithPlanStep:"",goalStep:""},steps:i,improvement:s,valueFormatterFn:a}=e,c=Fse(n,i),u={start:{value:i.start,label:o.startingStep,unit:r},endWithAction:{label:o.targetWithPlanStep,value:i.endWithAction,unit:r},endWithoutAction:i.endWithoutAction===void 0?void 0:{value:i.endWithoutAction,unit:r,label:o.targetWithoutPlanStep}};if(t==="vertical")return p.jsx(ee,{children:p.jsx($se,{improvement:s,steps:u,completionPercentage:c,textOptions:o,valueFormatterFn:a})});if(t==="horizontal")return p.jsx(ee,{sx:{width:"100%"},children:p.jsx(_se,{improvement:s,steps:u,completionPercentage:c,textOptions:o,valueFormatterFn:a})})},Fse=(e,t)=>{if(e===null)return null;const{start:n,endWithAction:r,endWithoutAction:o}=t,i=o===void 0?V8(e,n):V8(o,e);if(i===null)return null;const s=V8(o??n,r);if(s===null)return null;const a=Bse({partial:s,total:i});return Math.round(a)},Bse=e=>{const{partial:t,total:n}=e;return n===0?0:t/n*100},V8=(e,t)=>e===null||t===null?null:e-t,zse=e=>{const{children:t,anchor:n,setAnchor:r,paperOverrides:o}=e,i=!!n;return p.jsx(Mi,{open:i,anchorEl:n,onClose:()=>r(null),anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"left"},slotProps:{paper:{sx:{borderRadius:"12px",boxShadow:"0px 4px 20px 0px rgba(81, 78, 78, 0.12)",...o}}},children:t})};function sf(e){return e.variant==="themed"?p.jsx(DE,{...e}):e.variant==="headless"?p.jsx(_8,{...e}):p.jsx(_8,{...e,variant:"themed"})}const N8={leftside:{anchorPosition:"left",anchorIndicatorPosition:"calc(100% - (1.5 * 30px))"},rightside:{anchorPosition:"right",anchorIndicatorPosition:"15px"},center:{anchorPosition:"center",anchorIndicatorPosition:"calc(50% - (30px / 2))"}};function DE(e){const t=de(),n=e.anchorPosition?N8[e.anchorPosition].anchorPosition:"right",r=e.anchorPosition?N8[e.anchorPosition].anchorIndicatorPosition:"15px";return p.jsxs(Mi,{open:e.open,anchorEl:e.anchor,onClose:e.onClose,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:n,vertical:"bottom"},slotProps:{paper:{sx:{padding:"24px 20px",borderRadius:"12px",marginTop:1.5,overflow:"visible",boxShadow:"0px 4px 20px 0px rgba(81, 78, 78, 0.12)",border:`1px solid ${t.custom.grey[500]}`,transform:n==="center"?"translateX(50%) !important":"none","&:before":{content:'""',display:"block",position:"absolute",top:"-15px",right:r,width:0,height:0,borderLeft:"15px solid transparent",borderRight:"15px solid transparent",borderBottom:`15px solid ${t.custom.grey[500]}`,zIndex:-1},"&:after":{content:'""',display:"block",position:"absolute",top:-14,right:r,width:0,height:0,borderLeft:"15px solid transparent",borderRight:"15px solid transparent",borderBottom:"15px solid #fff",zIndex:0}}}},sx:e.sx,children:[e.showCloseButton&&p.jsx(Bt,{disableRipple:!0,sx:{padding:"0",position:"absolute",right:"8px",top:"8px",background:"tranparent",width:"16px",height:"16px","&:hover":{background:"transparent"}},onClick:e.onClose,children:p.jsx(X3,{})}),e.children]})}function _8(e){const t=e.anchorPosition?N8[e.anchorPosition].anchorPosition:"right";return p.jsx(Mi,{open:e.open,anchorEl:e.anchor,onClose:e.onClose,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:t,vertical:"bottom"},slotProps:{paper:{sx:{borderRadius:"12px",...e.paperProps}}},sx:e.sx,children:e.children})}const Eu=e=>{const{buttonOptions:t,defaultOptions:n}=e;return typeof t=="object"&&"label"in t?p.jsx(st,{onClick:t.onClick,...n,children:t.label}):t},Wse=e=>p.jsxs(ee,{component:"div",sx:{background:"white",width:e.width??"376px",borderRadius:"12px",border:"1px solid #E7E6E4",boxShadow:"0px 4px 20px 0px rgba(81, 78, 78, 0.12)"},children:[p.jsxs(fe,{direction:"row",useFlexGap:!0,alignItems:"center",justifyContent:"space-between",sx:{padding:"18px 16px"},children:[e.headerIcon??p.jsx(Roe,{}),p.jsx(ie,{variant:"h4",sx:{height:"24px"},children:e.headerText}),p.jsx(Bt,{sx:{padding:"0"},onClick:e.onClose,children:p.jsx(X3,{})})]}),p.jsx(vr,{}),p.jsx(ee,{sx:{padding:"24px",height:"420px",overflow:"auto"},children:e.children}),e.bottomActions&&p.jsx(Zse,{onCancel:e.onCancel,onValidate:e.onValidate,validateLabel:e.validateLabel,cancelLabel:e.cancelLabel})]}),Zse=e=>{const{t}=El();return p.jsxs(p.Fragment,{children:[p.jsx(vr,{}),p.jsxs(fe,{direction:"row",useFlexGap:!0,justifyContent:"space-between",alignItems:"center",sx:{padding:"20px 32px"},children:[p.jsx(Eu,{defaultOptions:{variant:"text"},buttonOptions:{onClick:()=>e.onCancel&&e.onCancel(),label:e.cancelLabel||t("Annuler")}}),p.jsx(Eu,{defaultOptions:{variant:"primary"},buttonOptions:{onClick:()=>e.onValidate&&e.onValidate(),label:e.validateLabel||t("Valider")}})]})]})};function VE(e){const t=de(),{content:n,onChange:r,defaultIndex:o,...i}=e,[s,a]=L.useState(o??0);return p.jsx(jo,{borderRadius:"12px",boxShadow:"0 4px 20px 0 rgba(81, 78, 78, 0.12)",padding:"24px 28px",...i,children:p.jsx(fe,{gap:"24px",children:n.map((c,u)=>p.jsxs(fe,{gap:"16px",children:[p.jsxs(fe,{gap:"16px",children:[c.header&&p.jsx(ie,{variant:"h5",children:c.header}),p.jsx(fe,{gap:"12px",children:c.options.map((d,f)=>{const h=d.id===s;return p.jsxs(fe,{direction:"row",alignItems:"center",gap:"6px",sx:{cursor:d.disabled?"default":"pointer","&:hover > span":{color:h?t.palette.primary[600]:t.custom.grey[1500]}},onClick:()=>{d.disabled||(a(d.id),d.onClick&&d.onClick(d,c))||r==null||r(d,c)},children:[p.jsx(ie,{variant:"body",sx:{color:d.disabled?t.custom.grey[1500]:h?t.palette.primary[600]:t.custom.grey[2800],fontWeight:h?600:500},children:d.label}),h&&p.jsx(Toe,{sx:{color:t.palette.primary[600],width:"16px",height:"16px"}})]},`option-${f}`)})})]}),u<n.length-1&&p.jsx(vr,{color:t.custom.grey[500]})]},`${u}-option-popover`))})})}const Use=e=>{const{size:t,icon:n,body:r}=e,[o,i]=L.useState(null),s=()=>{i(null)},a=u=>{i(u.currentTarget)},c=!!o;return p.jsxs("div",{style:{position:"relative",width:"20px",height:"20px"},onMouseEnter:a,onMouseLeave:s,children:[n,p.jsx(Mi,{sx:{pointerEvents:"none",left:"-2.375rem",top:"9px"},open:c,anchorEl:o,anchorOrigin:{vertical:"bottom",horizontal:"center"},slotProps:{paper:{sx:{position:"relative",top:"10px",width:t,borderRadius:"12px",boxShadow:"0px 4px 20px 0px rgba(81, 78, 78, 0.12)",border:"1px solid #E7E6E4",overflow:"visible",backgroundColor:"#FFFFFF","&:before":{content:'""',position:"absolute",top:18/2*-1,left:28,width:18,height:18,borderTop:"1px solid #E7E6E4",borderRight:"1px solid #E7E6E4",backgroundColor:"#FFFFFF",transform:"rotate(-45deg)"}}}},children:r})]})},Ou=e=>{const{size:t,icon:n,body:r,leftPosition:o}=e,[i,s]=L.useState(null),a=()=>{s(null)},c=d=>{s(d.currentTarget)},u=!!i;return p.jsxs("div",{style:{position:"relative"},onMouseEnter:c,onMouseLeave:a,children:[n,p.jsx(Mi,{sx:{pointerEvents:"none",left:"-2.375rem",top:"9px"},open:u,anchorEl:i,disableAutoFocus:!0,anchorOrigin:{vertical:"bottom",horizontal:"center"},slotProps:{paper:{sx:{position:"relative",top:"10px",width:t,borderRadius:"12px",boxShadow:"0px 4px 20px 0px rgba(81, 78, 78, 0.12)",border:"1px solid #E7E6E4",overflow:"visible",backgroundColor:"#FFFFFF","&:before":{content:'""',position:"absolute",top:18/2*-1,left:o||28,width:18,height:18,borderTop:"1px solid #E7E6E4",borderRight:"1px solid #E7E6E4",backgroundColor:"#FFFFFF",transform:"rotate(-45deg)"}}}},children:r})]})},qse=e=>{const{content:t,x:n,y:r,open:o,setOpen:i,transformOrigin:s,paperOverrides:a}=e,c=de();return p.jsx(Mi,{anchorReference:"anchorPosition",anchorPosition:{top:r,left:n},open:o,onClose:()=>i(!1),transformOrigin:s||{vertical:"center",horizontal:"center"},slotProps:{paper:{sx:{padding:"24px 20px",borderRadius:"12px",marginTop:1.5,overflow:"visible",boxShadow:"0px 4px 20px 0px rgba(81, 78, 78, 0.12)",border:`1px solid ${c.custom.grey[500]}`,...a}}},children:t})},NE=e=>({"&:hover":{backgroundColor:e.custom.grey[600]},"&:active":{backgroundColor:e.custom.grey[1e3]},transition:"ease-in-out 0.2s all",borderRadius:e.spacing(2),display:"flex",alignItems:"center"}),Gse=e=>{const{selectedItem:t,disabled:n}=e,r=de();return p.jsxs(fe,{sx:{...n?{}:NE(r),padding:r.spacing(0,1),marginLeft:r.spacing(-1),justifyContent:"space-between",gap:r.spacing(1),flexDirection:"row"},children:[p.jsx(ie,{variant:"body",sx:{color:r.custom.grey[2500]},children:t==null?void 0:t.label}),!n&&p.jsx(bt,{size:1,icon:"arrowDownShort"})]})},Kse=()=>{const e=de();return p.jsx(ee,{sx:{...NE(e),width:e.spacing(4),height:e.spacing(4),justifyContent:"center"},children:p.jsx(bt,{size:2,icon:"arrowDownShort"})})},$8=e=>{const{optionsProps:t,selectedItem:n,setSelectedItem:r,variant:o="primary"}=e,[i,s]=L.useState(null),a=!!i,c=h=>{s(a?null:h.currentTarget)},u=h=>{var m;r(Number(h.id));const g=Number(h.id);(m=t.onChange)==null||m.call(t,g),s(null)},d=!t.content,f={onClick:c,sx:{cursor:"pointer"}};return p.jsxs(p.Fragment,{children:[p.jsxs(fe,{direction:"row",alignItems:"center",gap:"4px",...d?{}:f,children:[o==="primary"&&p.jsx(Gse,{selectedItem:n,disabled:d}),o==="secondary"&&p.jsx(Kse,{})]}),a&&p.jsx(zse,{anchor:i,setAnchor:s,paperOverrides:void 0,children:p.jsx(VE,{content:t.content,onChange:u,defaultIndex:n==null?void 0:n.id,minWidth:"287px"})})]})},_E=(e,t)=>({padding:t.noExtraSpacing?"none":e.spacing(2,4),justifyContent:"space-between"}),Yse=(e,t)=>({..._E(e,t),padding:e.spacing(2,2),paddingLeft:e.spacing(3),paddingBottom:e.spacing(2),gap:"4px",display:"flex",flexDirection:"row",alignItems:"center",width:"100%"}),$E=e=>{const{selectedItem:t,optionsProps:n,variant:r,orientation:o,extraStyle:i}=e,s=de();return p.jsxs(fe,{sx:_E(s,i),flexDirection:o==="horizontal"?"row":"column",divider:o==="horizontal"&&p.jsx(ee,{sx:{borderLeft:`1px solid ${s.custom.grey[500]}`,height:"100%",marginInline:s.spacing()}}),children:[p.jsx(fe,{gap:s.spacing(1),children:p.jsx(ie,{variant:"h3",children:t==null?void 0:t.group})}),p.jsx($8,{selectedItem:t,setSelectedItem:e.setSelectedItem,optionsProps:n,variant:r,orientation:o})]})},Xse=e=>{const{selectedItem:t,optionsProps:n,variant:r,orientation:o,extraStyle:i}=e,s=de();return p.jsxs(fe,{sx:Yse(s,i),children:[p.jsxs(ee,{children:[p.jsx(ie,{variant:"h3",children:t==null?void 0:t.group}),p.jsx(ie,{variant:"body",children:t==null?void 0:t.label})]}),p.jsx($8,{selectedItem:t,setSelectedItem:e.setSelectedItem,optionsProps:n,variant:r,orientation:o})]})},Jse={noExtraSpacing:!1},HE=e=>{const{selectedItemId:t,options:n,variant:r="primary",orientation:o="vertical",extraStyle:i={}}=e,s={...Jse,...i},a=Object.groupBy(n,h=>h.group),c={content:Object.entries(a).flatMap(([h,g])=>g?[{header:h,options:g}]:[]),onChange:()=>{}},[u,d]=L.useState(null),f=h=>{const g=n.find(m=>m.id===h);d(g??null)};return L.useEffect(()=>{if(t===void 0){if(n.length>0){d(n[0]);return}return}f(t)},[t,n,f]),p.jsxs(fe,{flexDirection:"row",justifyContent:"space-between",position:"relative",children:[r==="primary"&&p.jsx($E,{selectedItem:u,setSelectedItem:f,optionsProps:c,orientation:o,variant:r,extraStyle:s}),r==="secondary"&&o==="vertical"&&p.jsx(Xse,{selectedItem:u,setSelectedItem:f,optionsProps:c,orientation:o,variant:r,extraStyle:s}),r==="secondary"&&o==="horizontal"&&p.jsx($E,{selectedItem:u,setSelectedItem:f,optionsProps:c,orientation:o,variant:"primary",extraStyle:s})]})},Qse=e=>{const{header:t,children:n,seeMoreText:r="Voir plus de détail",soonAvailableText:o,disableFooter:i=!1}=e,s=de();return p.jsxs(jo,{sx:{flex:"0 0 calc(33.33% - 14px)",minWidth:"fit-content"},children:[p.jsxs(ee,{sx:{height:"70%"},children:[p.jsx(fe,{sx:{...t.variant==="secondary"&&{backgroundColor:s.custom.grey[200],borderTopLeftRadius:s.spacing(2),borderTopRightRadius:s.spacing(2),borderBottom:`1px solid ${s.custom.grey[500]}`}},children:p.jsx(HE,{...t})}),p.jsx(fe,{padding:"28px 32px",paddingBottom:"37px",gap:"40px",children:n})]}),i===!1&&p.jsxs(fe,{direction:"row",alignItems:"center",gap:s.spacing(3.5),padding:s.spacing(3.5,4),borderTop:`1px solid ${s.custom.grey[500]}`,children:[p.jsx(st,{variant:"ternary",endIcon:p.jsx(bt,{size:2,icon:"arrowRight"}),disabled:e.moreDetailAction===void 0,onClick:e.moreDetailAction,sx:{width:"100%",justifyContent:"space-between",fontWeight:700},children:r}),o!==void 0&&p.jsx(RM,{soonAvailableText:o})]})]})},eae=e=>{const{children:t,hidden:n=null,defaultVisible:r=!0,seeMoreText:o,seeLessText:i}=e,s=de(),[a,c]=L.useState(r),u=a?{icon:p.jsx(bt,{size:2,icon:"arrowUpShort"}),label:i}:{icon:p.jsx(bt,{size:2,icon:"arrowDownShort"}),label:o};return p.jsxs(fe,{padding:s.spacing(4),gap:s.spacing(3),border:`1px solid ${s.custom.grey[500]}`,borderRadius:"12px",height:"content-fit",children:[t,a&&n,n!==null&&p.jsx(fe,{flexDirection:"row",justifyContent:"center",children:p.jsx(st,{variant:"text",endIcon:u.icon,onClick:()=>c(!a),children:u.label})})]})},ac=(e,t=0,n=1)=>F8(B8(t,e),n),H8=e=>{e._clipped=!1,e._unclipped=e.slice(0);for(let t=0;t<=3;t++)t<3?((e[t]<0||e[t]>255)&&(e._clipped=!0),e[t]=ac(e[t],0,255)):t===3&&(e[t]=ac(e[t],0,1));return e},FE={};for(let e of["Boolean","Number","String","Function","Array","Date","RegExp","Undefined","Null"])FE[`[object ${e}]`]=e.toLowerCase();function Nt(e){return FE[Object.prototype.toString.call(e)]||"object"}const _t=(e,t=null)=>e.length>=3?Array.prototype.slice.call(e):Nt(e[0])=="object"&&t?t.split("").filter(n=>e[0][n]!==void 0).map(n=>e[0][n]):e[0],af=e=>{if(e.length<2)return null;const t=e.length-1;return Nt(e[t])=="string"?e[t].toLowerCase():null},{PI:lf,min:F8,max:B8}=Math,Ps=lf*2,z8=lf/3,tae=lf/180,nae=180/lf,wt={format:{},autodetect:[]};let Be=class{constructor(...t){const n=this;if(Nt(t[0])==="object"&&t[0].constructor&&t[0].constructor===this.constructor)return t[0];let r=af(t),o=!1;if(!r){o=!0,wt.sorted||(wt.autodetect=wt.autodetect.sort((i,s)=>s.p-i.p),wt.sorted=!0);for(let i of wt.autodetect)if(r=i.test(...t),r)break}if(wt.format[r]){const i=wt.format[r].apply(null,o?t:t.slice(0,-1));n._rgb=H8(i)}else throw new Error("unknown format: "+t);n._rgb.length===3&&n._rgb.push(1)}toString(){return Nt(this.hex)=="function"?this.hex():`[${this._rgb.join(",")}]`}};const rae="2.6.0",Tt=(...e)=>new Tt.Color(...e);Tt.Color=Be,Tt.version=rae;const oae=(...e)=>{e=_t(e,"cmyk");const[t,n,r,o]=e,i=e.length>4?e[4]:1;return o===1?[0,0,0,i]:[t>=1?0:255*(1-t)*(1-o),n>=1?0:255*(1-n)*(1-o),r>=1?0:255*(1-r)*(1-o),i]},{max:BE}=Math,iae=(...e)=>{let[t,n,r]=_t(e,"rgb");t=t/255,n=n/255,r=r/255;const o=1-BE(t,BE(n,r)),i=o<1?1/(1-o):0,s=(1-t-o)*i,a=(1-n-o)*i,c=(1-r-o)*i;return[s,a,c,o]};Be.prototype.cmyk=function(){return iae(this._rgb)},Tt.cmyk=(...e)=>new Be(...e,"cmyk"),wt.format.cmyk=oae,wt.autodetect.push({p:2,test:(...e)=>{if(e=_t(e,"cmyk"),Nt(e)==="array"&&e.length===4)return"cmyk"}});const W8=e=>Math.round(e*100)/100,sae=(...e)=>{const t=_t(e,"hsla");let n=af(e)||"lsa";return t[0]=W8(t[0]||0),t[1]=W8(t[1]*100)+"%",t[2]=W8(t[2]*100)+"%",n==="hsla"||t.length>3&&t[3]<1?(t[3]=t.length>3?t[3]:1,n="hsla"):t.length=3,`${n}(${t.join(",")})`},zE=(...e)=>{e=_t(e,"rgba");let[t,n,r]=e;t/=255,n/=255,r/=255;const o=F8(t,n,r),i=B8(t,n,r),s=(i+o)/2;let a,c;return i===o?(a=0,c=Number.NaN):a=s<.5?(i-o)/(i+o):(i-o)/(2-i-o),t==i?c=(n-r)/(i-o):n==i?c=2+(r-t)/(i-o):r==i&&(c=4+(t-n)/(i-o)),c*=60,c<0&&(c+=360),e.length>3&&e[3]!==void 0?[c,a,s,e[3]]:[c,a,s]},{round:Z8}=Math,aae=(...e)=>{const t=_t(e,"rgba");let n=af(e)||"rgb";return n.substr(0,3)=="hsl"?sae(zE(t),n):(t[0]=Z8(t[0]),t[1]=Z8(t[1]),t[2]=Z8(t[2]),(n==="rgba"||t.length>3&&t[3]<1)&&(t[3]=t.length>3?t[3]:1,n="rgba"),`${n}(${t.slice(0,n==="rgb"?3:4).join(",")})`)},{round:U8}=Math,q8=(...e)=>{e=_t(e,"hsl");const[t,n,r]=e;let o,i,s;if(n===0)o=i=s=r*255;else{const a=[0,0,0],c=[0,0,0],u=r<.5?r*(1+n):r+n-r*n,d=2*r-u,f=t/360;a[0]=f+1/3,a[1]=f,a[2]=f-1/3;for(let h=0;h<3;h++)a[h]<0&&(a[h]+=1),a[h]>1&&(a[h]-=1),6*a[h]<1?c[h]=d+(u-d)*6*a[h]:2*a[h]<1?c[h]=u:3*a[h]<2?c[h]=d+(u-d)*(2/3-a[h])*6:c[h]=d;[o,i,s]=[U8(c[0]*255),U8(c[1]*255),U8(c[2]*255)]}return e.length>3?[o,i,s,e[3]]:[o,i,s,1]},WE=/^rgb\(\s*(-?\d+),\s*(-?\d+)\s*,\s*(-?\d+)\s*\)$/,ZE=/^rgba\(\s*(-?\d+),\s*(-?\d+)\s*,\s*(-?\d+)\s*,\s*([01]|[01]?\.\d+)\)$/,UE=/^rgb\(\s*(-?\d+(?:\.\d+)?)%,\s*(-?\d+(?:\.\d+)?)%\s*,\s*(-?\d+(?:\.\d+)?)%\s*\)$/,qE=/^rgba\(\s*(-?\d+(?:\.\d+)?)%,\s*(-?\d+(?:\.\d+)?)%\s*,\s*(-?\d+(?:\.\d+)?)%\s*,\s*([01]|[01]?\.\d+)\)$/,GE=/^hsl\(\s*(-?\d+(?:\.\d+)?),\s*(-?\d+(?:\.\d+)?)%\s*,\s*(-?\d+(?:\.\d+)?)%\s*\)$/,KE=/^hsla\(\s*(-?\d+(?:\.\d+)?),\s*(-?\d+(?:\.\d+)?)%\s*,\s*(-?\d+(?:\.\d+)?)%\s*,\s*([01]|[01]?\.\d+)\)$/,{round:YE}=Math,G8=e=>{e=e.toLowerCase().trim();let t;if(wt.format.named)try{return wt.format.named(e)}catch{}if(t=e.match(WE)){const n=t.slice(1,4);for(let r=0;r<3;r++)n[r]=+n[r];return n[3]=1,n}if(t=e.match(ZE)){const n=t.slice(1,5);for(let r=0;r<4;r++)n[r]=+n[r];return n}if(t=e.match(UE)){const n=t.slice(1,4);for(let r=0;r<3;r++)n[r]=YE(n[r]*2.55);return n[3]=1,n}if(t=e.match(qE)){const n=t.slice(1,5);for(let r=0;r<3;r++)n[r]=YE(n[r]*2.55);return n[3]=+n[3],n}if(t=e.match(GE)){const n=t.slice(1,4);n[1]*=.01,n[2]*=.01;const r=q8(n);return r[3]=1,r}if(t=e.match(KE)){const n=t.slice(1,4);n[1]*=.01,n[2]*=.01;const r=q8(n);return r[3]=+t[4],r}};G8.test=e=>WE.test(e)||ZE.test(e)||UE.test(e)||qE.test(e)||GE.test(e)||KE.test(e),Be.prototype.css=function(e){return aae(this._rgb,e)},Tt.css=(...e)=>new Be(...e,"css"),wt.format.css=G8,wt.autodetect.push({p:5,test:(e,...t)=>{if(!t.length&&Nt(e)==="string"&&G8.test(e))return"css"}}),wt.format.gl=(...e)=>{const t=_t(e,"rgba");return t[0]*=255,t[1]*=255,t[2]*=255,t},Tt.gl=(...e)=>new Be(...e,"gl"),Be.prototype.gl=function(){const e=this._rgb;return[e[0]/255,e[1]/255,e[2]/255,e[3]]};const{floor:lae}=Math,cae=(...e)=>{e=_t(e,"hcg");let[t,n,r]=e,o,i,s;r=r*255;const a=n*255;if(n===0)o=i=s=r;else{t===360&&(t=0),t>360&&(t-=360),t<0&&(t+=360),t/=60;const c=lae(t),u=t-c,d=r*(1-n),f=d+a*(1-u),h=d+a*u,g=d+a;switch(c){case 0:[o,i,s]=[g,h,d];break;case 1:[o,i,s]=[f,g,d];break;case 2:[o,i,s]=[d,g,h];break;case 3:[o,i,s]=[d,f,g];break;case 4:[o,i,s]=[h,d,g];break;case 5:[o,i,s]=[g,d,f];break}}return[o,i,s,e.length>3?e[3]:1]},uae=(...e)=>{const[t,n,r]=_t(e,"rgb"),o=F8(t,n,r),i=B8(t,n,r),s=i-o,a=s*100/255,c=o/(255-s)*100;let u;return s===0?u=Number.NaN:(t===i&&(u=(n-r)/s),n===i&&(u=2+(r-t)/s),r===i&&(u=4+(t-n)/s),u*=60,u<0&&(u+=360)),[u,a,c]};Be.prototype.hcg=function(){return uae(this._rgb)},Tt.hcg=(...e)=>new Be(...e,"hcg"),wt.format.hcg=cae,wt.autodetect.push({p:1,test:(...e)=>{if(e=_t(e,"hcg"),Nt(e)==="array"&&e.length===3)return"hcg"}});const dae=/^#?([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/,fae=/^#?([A-Fa-f0-9]{8}|[A-Fa-f0-9]{4})$/,XE=e=>{if(e.match(dae)){(e.length===4||e.length===7)&&(e=e.substr(1)),e.length===3&&(e=e.split(""),e=e[0]+e[0]+e[1]+e[1]+e[2]+e[2]);const t=parseInt(e,16),n=t>>16,r=t>>8&255,o=t&255;return[n,r,o,1]}if(e.match(fae)){(e.length===5||e.length===9)&&(e=e.substr(1)),e.length===4&&(e=e.split(""),e=e[0]+e[0]+e[1]+e[1]+e[2]+e[2]+e[3]+e[3]);const t=parseInt(e,16),n=t>>24&255,r=t>>16&255,o=t>>8&255,i=Math.round((t&255)/255*100)/100;return[n,r,o,i]}throw new Error(`unknown hex color: ${e}`)},{round:cf}=Math,JE=(...e)=>{let[t,n,r,o]=_t(e,"rgba"),i=af(e)||"auto";o===void 0&&(o=1),i==="auto"&&(i=o<1?"rgba":"rgb"),t=cf(t),n=cf(n),r=cf(r);let a="000000"+(t<<16|n<<8|r).toString(16);a=a.substr(a.length-6);let c="0"+cf(o*255).toString(16);switch(c=c.substr(c.length-2),i.toLowerCase()){case"rgba":return`#${a}${c}`;case"argb":return`#${c}${a}`;default:return`#${a}`}};Be.prototype.hex=function(e){return JE(this._rgb,e)},Tt.hex=(...e)=>new Be(...e,"hex"),wt.format.hex=XE,wt.autodetect.push({p:4,test:(e,...t)=>{if(!t.length&&Nt(e)==="string"&&[3,4,5,6,7,8,9].indexOf(e.length)>=0)return"hex"}});const{cos:lc}=Math,pae=(...e)=>{e=_t(e,"hsi");let[t,n,r]=e,o,i,s;return isNaN(t)&&(t=0),isNaN(n)&&(n=0),t>360&&(t-=360),t<0&&(t+=360),t/=360,t<1/3?(s=(1-n)/3,o=(1+n*lc(Ps*t)/lc(z8-Ps*t))/3,i=1-(s+o)):t<2/3?(t-=1/3,o=(1-n)/3,i=(1+n*lc(Ps*t)/lc(z8-Ps*t))/3,s=1-(o+i)):(t-=2/3,i=(1-n)/3,s=(1+n*lc(Ps*t)/lc(z8-Ps*t))/3,o=1-(i+s)),o=ac(r*o*3),i=ac(r*i*3),s=ac(r*s*3),[o*255,i*255,s*255,e.length>3?e[3]:1]},{min:hae,sqrt:gae,acos:mae}=Math,vae=(...e)=>{let[t,n,r]=_t(e,"rgb");t/=255,n/=255,r/=255;let o;const i=hae(t,n,r),s=(t+n+r)/3,a=s>0?1-i/s:0;return a===0?o=NaN:(o=(t-n+(t-r))/2,o/=gae((t-n)*(t-n)+(t-r)*(n-r)),o=mae(o),r>n&&(o=Ps-o),o/=Ps),[o*360,a,s]};Be.prototype.hsi=function(){return vae(this._rgb)},Tt.hsi=(...e)=>new Be(...e,"hsi"),wt.format.hsi=pae,wt.autodetect.push({p:2,test:(...e)=>{if(e=_t(e,"hsi"),Nt(e)==="array"&&e.length===3)return"hsi"}}),Be.prototype.hsl=function(){return zE(this._rgb)},Tt.hsl=(...e)=>new Be(...e,"hsl"),wt.format.hsl=q8,wt.autodetect.push({p:2,test:(...e)=>{if(e=_t(e,"hsl"),Nt(e)==="array"&&e.length===3)return"hsl"}});const{floor:bae}=Math,Cae=(...e)=>{e=_t(e,"hsv");let[t,n,r]=e,o,i,s;if(r*=255,n===0)o=i=s=r;else{t===360&&(t=0),t>360&&(t-=360),t<0&&(t+=360),t/=60;const a=bae(t),c=t-a,u=r*(1-n),d=r*(1-n*c),f=r*(1-n*(1-c));switch(a){case 0:[o,i,s]=[r,f,u];break;case 1:[o,i,s]=[d,r,u];break;case 2:[o,i,s]=[u,r,f];break;case 3:[o,i,s]=[u,d,r];break;case 4:[o,i,s]=[f,u,r];break;case 5:[o,i,s]=[r,u,d];break}}return[o,i,s,e.length>3?e[3]:1]},{min:yae,max:xae}=Math,wae=(...e)=>{e=_t(e,"rgb");let[t,n,r]=e;const o=yae(t,n,r),i=xae(t,n,r),s=i-o;let a,c,u;return u=i/255,i===0?(a=Number.NaN,c=0):(c=s/i,t===i&&(a=(n-r)/s),n===i&&(a=2+(r-t)/s),r===i&&(a=4+(t-n)/s),a*=60,a<0&&(a+=360)),[a,c,u]};Be.prototype.hsv=function(){return wae(this._rgb)},Tt.hsv=(...e)=>new Be(...e,"hsv"),wt.format.hsv=Cae,wt.autodetect.push({p:2,test:(...e)=>{if(e=_t(e,"hsv"),Nt(e)==="array"&&e.length===3)return"hsv"}});const lo={Kn:18,Xn:.95047,Yn:1,Zn:1.08883,t0:.137931034,t1:.206896552,t2:.12841855,t3:.008856452},{pow:Sae}=Math,QE=(...e)=>{e=_t(e,"lab");const[t,n,r]=e;let o,i,s,a,c,u;return i=(t+16)/116,o=isNaN(n)?i:i+n/500,s=isNaN(r)?i:i-r/200,i=lo.Yn*Y8(i),o=lo.Xn*Y8(o),s=lo.Zn*Y8(s),a=K8(3.2404542*o-1.5371385*i-.4985314*s),c=K8(-.969266*o+1.8760108*i+.041556*s),u=K8(.0556434*o-.2040259*i+1.0572252*s),[a,c,u,e.length>3?e[3]:1]},K8=e=>255*(e<=.00304?12.92*e:1.055*Sae(e,1/2.4)-.055),Y8=e=>e>lo.t1?e*e*e:lo.t2*(e-lo.t0),{pow:eO}=Math,tO=(...e)=>{const[t,n,r]=_t(e,"rgb"),[o,i,s]=Tae(t,n,r),a=116*i-16;return[a<0?0:a,500*(o-i),200*(i-s)]},X8=e=>(e/=255)<=.04045?e/12.92:eO((e+.055)/1.055,2.4),J8=e=>e>lo.t3?eO(e,1/3):e/lo.t2+lo.t0,Tae=(e,t,n)=>{e=X8(e),t=X8(t),n=X8(n);const r=J8((.4124564*e+.3575761*t+.1804375*n)/lo.Xn),o=J8((.2126729*e+.7151522*t+.072175*n)/lo.Yn),i=J8((.0193339*e+.119192*t+.9503041*n)/lo.Zn);return[r,o,i]};Be.prototype.lab=function(){return tO(this._rgb)},Tt.lab=(...e)=>new Be(...e,"lab"),wt.format.lab=QE,wt.autodetect.push({p:2,test:(...e)=>{if(e=_t(e,"lab"),Nt(e)==="array"&&e.length===3)return"lab"}});const{sin:Mae,cos:Eae}=Math,nO=(...e)=>{let[t,n,r]=_t(e,"lch");return isNaN(r)&&(r=0),r=r*tae,[t,Eae(r)*n,Mae(r)*n]},rO=(...e)=>{e=_t(e,"lch");const[t,n,r]=e,[o,i,s]=nO(t,n,r),[a,c,u]=QE(o,i,s);return[a,c,u,e.length>3?e[3]:1]},Oae=(...e)=>{const t=_t(e,"hcl").reverse();return rO(...t)},{sqrt:kae,atan2:Pae,round:jae}=Math,oO=(...e)=>{const[t,n,r]=_t(e,"lab"),o=kae(n*n+r*r);let i=(Pae(r,n)*nae+360)%360;return jae(o*1e4)===0&&(i=Number.NaN),[t,o,i]},iO=(...e)=>{const[t,n,r]=_t(e,"rgb"),[o,i,s]=tO(t,n,r);return oO(o,i,s)};Be.prototype.lch=function(){return iO(this._rgb)},Be.prototype.hcl=function(){return iO(this._rgb).reverse()},Tt.lch=(...e)=>new Be(...e,"lch"),Tt.hcl=(...e)=>new Be(...e,"hcl"),wt.format.lch=rO,wt.format.hcl=Oae,["lch","hcl"].forEach(e=>wt.autodetect.push({p:2,test:(...t)=>{if(t=_t(t,e),Nt(t)==="array"&&t.length===3)return e}}));const cc={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",laserlemon:"#ffff54",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrod:"#fafad2",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",maroon2:"#7f0000",maroon3:"#b03060",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",purple2:"#7f007f",purple3:"#a020f0",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};Be.prototype.name=function(){const e=JE(this._rgb,"rgb");for(let t of Object.keys(cc))if(cc[t]===e)return t.toLowerCase();return e},wt.format.named=e=>{if(e=e.toLowerCase(),cc[e])return XE(cc[e]);throw new Error("unknown color name: "+e)},wt.autodetect.push({p:5,test:(e,...t)=>{if(!t.length&&Nt(e)==="string"&&cc[e.toLowerCase()])return"named"}});const Iae=e=>{if(Nt(e)=="number"&&e>=0&&e<=16777215){const t=e>>16,n=e>>8&255,r=e&255;return[t,n,r,1]}throw new Error("unknown num color: "+e)},Lae=(...e)=>{const[t,n,r]=_t(e,"rgb");return(t<<16)+(n<<8)+r};Be.prototype.num=function(){return Lae(this._rgb)},Tt.num=(...e)=>new Be(...e,"num"),wt.format.num=Iae,wt.autodetect.push({p:5,test:(...e)=>{if(e.length===1&&Nt(e[0])==="number"&&e[0]>=0&&e[0]<=16777215)return"num"}});const{round:sO}=Math;Be.prototype.rgb=function(e=!0){return e===!1?this._rgb.slice(0,3):this._rgb.slice(0,3).map(sO)},Be.prototype.rgba=function(e=!0){return this._rgb.slice(0,4).map((t,n)=>n<3?e===!1?t:sO(t):t)},Tt.rgb=(...e)=>new Be(...e,"rgb"),wt.format.rgb=(...e)=>{const t=_t(e,"rgba");return t[3]===void 0&&(t[3]=1),t},wt.autodetect.push({p:3,test:(...e)=>{if(e=_t(e,"rgba"),Nt(e)==="array"&&(e.length===3||e.length===4&&Nt(e[3])=="number"&&e[3]>=0&&e[3]<=1))return"rgb"}});const{log:uf}=Math,aO=e=>{const t=e/100;let n,r,o;return t<66?(n=255,r=t<6?0:-155.25485562709179-.44596950469579133*(r=t-2)+104.49216199393888*uf(r),o=t<20?0:-254.76935184120902+.8274096064007395*(o=t-10)+115.67994401066147*uf(o)):(n=351.97690566805693+.114206453784165*(n=t-55)-40.25366309332127*uf(n),r=325.4494125711974+.07943456536662342*(r=t-50)-28.0852963507957*uf(r),o=255),[n,r,o,1]},{round:Aae}=Math,Rae=(...e)=>{const t=_t(e,"rgb"),n=t[0],r=t[2];let o=1e3,i=4e4;const s=.4;let a;for(;i-o>s;){a=(i+o)*.5;const c=aO(a);c[2]/c[0]>=r/n?i=a:o=a}return Aae(a)};Be.prototype.temp=Be.prototype.kelvin=Be.prototype.temperature=function(){return Rae(this._rgb)},Tt.temp=Tt.kelvin=Tt.temperature=(...e)=>new Be(...e,"temp"),wt.format.temp=wt.format.kelvin=wt.format.temperature=aO;const{pow:df,sign:Dae}=Math,lO=(...e)=>{e=_t(e,"lab");const[t,n,r]=e,o=df(t+.3963377774*n+.2158037573*r,3),i=df(t-.1055613458*n-.0638541728*r,3),s=df(t-.0894841775*n-1.291485548*r,3);return[255*Q8(4.0767416621*o-3.3077115913*i+.2309699292*s),255*Q8(-1.2684380046*o+2.6097574011*i-.3413193965*s),255*Q8(-.0041960863*o-.7034186147*i+1.707614701*s),e.length>3?e[3]:1]};function Q8(e){const t=Math.abs(e);return t>.0031308?(Dae(e)||1)*(1.055*df(t,1/2.4)-.055):e*12.92}const{cbrt:eh,pow:Vae,sign:Nae}=Math,cO=(...e)=>{const[t,n,r]=_t(e,"rgb"),[o,i,s]=[th(t/255),th(n/255),th(r/255)],a=eh(.4122214708*o+.5363325363*i+.0514459929*s),c=eh(.2119034982*o+.6806995451*i+.1073969566*s),u=eh(.0883024619*o+.2817188376*i+.6299787005*s);return[.2104542553*a+.793617785*c-.0040720468*u,1.9779984951*a-2.428592205*c+.4505937099*u,.0259040371*a+.7827717662*c-.808675766*u]};function th(e){const t=Math.abs(e);return t<.04045?e/12.92:(Nae(e)||1)*Vae((t+.055)/1.055,2.4)}Be.prototype.oklab=function(){return cO(this._rgb)},Tt.oklab=(...e)=>new Be(...e,"oklab"),wt.format.oklab=lO,wt.autodetect.push({p:3,test:(...e)=>{if(e=_t(e,"oklab"),Nt(e)==="array"&&e.length===3)return"oklab"}});const _ae=(...e)=>{e=_t(e,"lch");const[t,n,r]=e,[o,i,s]=nO(t,n,r),[a,c,u]=lO(o,i,s);return[a,c,u,e.length>3?e[3]:1]},$ae=(...e)=>{const[t,n,r]=_t(e,"rgb"),[o,i,s]=cO(t,n,r);return oO(o,i,s)};Be.prototype.oklch=function(){return $ae(this._rgb)},Tt.oklch=(...e)=>new Be(...e,"oklch"),wt.format.oklch=_ae,wt.autodetect.push({p:3,test:(...e)=>{if(e=_t(e,"oklch"),Nt(e)==="array"&&e.length===3)return"oklch"}}),Be.prototype.alpha=function(e,t=!1){return e!==void 0&&Nt(e)==="number"?t?(this._rgb[3]=e,this):new Be([this._rgb[0],this._rgb[1],this._rgb[2],e],"rgb"):this._rgb[3]},Be.prototype.clipped=function(){return this._rgb._clipped||!1},Be.prototype.darken=function(e=1){const t=this,n=t.lab();return n[0]-=lo.Kn*e,new Be(n,"lab").alpha(t.alpha(),!0)},Be.prototype.brighten=function(e=1){return this.darken(-e)},Be.prototype.darker=Be.prototype.darken,Be.prototype.brighter=Be.prototype.brighten,Be.prototype.get=function(e){const[t,n]=e.split("."),r=this[t]();if(n){const o=t.indexOf(n)-(t.substr(0,2)==="ok"?2:0);if(o>-1)return r[o];throw new Error(`unknown channel ${n} in mode ${t}`)}else return r};const{pow:Hae}=Math,Fae=1e-7,Bae=20;Be.prototype.luminance=function(e,t="rgb"){if(e!==void 0&&Nt(e)==="number"){if(e===0)return new Be([0,0,0,this._rgb[3]],"rgb");if(e===1)return new Be([255,255,255,this._rgb[3]],"rgb");let n=this.luminance(),r=Bae;const o=(s,a)=>{const c=s.interpolate(a,.5,t),u=c.luminance();return Math.abs(e-u)<Fae||!r--?c:u>e?o(s,c):o(c,a)},i=(n>e?o(new Be([0,0,0]),this):o(this,new Be([255,255,255]))).rgb();return new Be([...i,this._rgb[3]])}return zae(...this._rgb.slice(0,3))};const zae=(e,t,n)=>(e=nh(e),t=nh(t),n=nh(n),.2126*e+.7152*t+.0722*n),nh=e=>(e/=255,e<=.03928?e/12.92:Hae((e+.055)/1.055,2.4)),Pr={},ku=(e,t,n=.5,...r)=>{let o=r[0]||"lrgb";if(!Pr[o]&&!r.length&&(o=Object.keys(Pr)[0]),!Pr[o])throw new Error(`interpolation mode ${o} is not defined`);return Nt(e)!=="object"&&(e=new Be(e)),Nt(t)!=="object"&&(t=new Be(t)),Pr[o](e,t,n).alpha(e.alpha()+n*(t.alpha()-e.alpha()))};Be.prototype.mix=Be.prototype.interpolate=function(e,t=.5,...n){return ku(this,e,t,...n)},Be.prototype.premultiply=function(e=!1){const t=this._rgb,n=t[3];return e?(this._rgb=[t[0]*n,t[1]*n,t[2]*n,n],this):new Be([t[0]*n,t[1]*n,t[2]*n,n],"rgb")},Be.prototype.saturate=function(e=1){const t=this,n=t.lch();return n[1]+=lo.Kn*e,n[1]<0&&(n[1]=0),new Be(n,"lch").alpha(t.alpha(),!0)},Be.prototype.desaturate=function(e=1){return this.saturate(-e)},Be.prototype.set=function(e,t,n=!1){const[r,o]=e.split("."),i=this[r]();if(o){const s=r.indexOf(o)-(r.substr(0,2)==="ok"?2:0);if(s>-1){if(Nt(t)=="string")switch(t.charAt(0)){case"+":i[s]+=+t;break;case"-":i[s]+=+t;break;case"*":i[s]*=+t.substr(1);break;case"/":i[s]/=+t.substr(1);break;default:i[s]=+t}else if(Nt(t)==="number")i[s]=t;else throw new Error("unsupported value for Color.set");const a=new Be(i,r);return n?(this._rgb=a._rgb,this):a}throw new Error(`unknown channel ${o} in mode ${r}`)}else return i},Be.prototype.tint=function(e=.5,...t){return ku(this,"white",e,...t)},Be.prototype.shade=function(e=.5,...t){return ku(this,"black",e,...t)};const Wae=(e,t,n)=>{const r=e._rgb,o=t._rgb;return new Be(r[0]+n*(o[0]-r[0]),r[1]+n*(o[1]-r[1]),r[2]+n*(o[2]-r[2]),"rgb")};Pr.rgb=Wae;const{sqrt:rh,pow:uc}=Math,Zae=(e,t,n)=>{const[r,o,i]=e._rgb,[s,a,c]=t._rgb;return new Be(rh(uc(r,2)*(1-n)+uc(s,2)*n),rh(uc(o,2)*(1-n)+uc(a,2)*n),rh(uc(i,2)*(1-n)+uc(c,2)*n),"rgb")};Pr.lrgb=Zae;const Uae=(e,t,n)=>{const r=e.lab(),o=t.lab();return new Be(r[0]+n*(o[0]-r[0]),r[1]+n*(o[1]-r[1]),r[2]+n*(o[2]-r[2]),"lab")};Pr.lab=Uae;const dc=(e,t,n,r)=>{let o,i;r==="hsl"?(o=e.hsl(),i=t.hsl()):r==="hsv"?(o=e.hsv(),i=t.hsv()):r==="hcg"?(o=e.hcg(),i=t.hcg()):r==="hsi"?(o=e.hsi(),i=t.hsi()):r==="lch"||r==="hcl"?(r="hcl",o=e.hcl(),i=t.hcl()):r==="oklch"&&(o=e.oklch().reverse(),i=t.oklch().reverse());let s,a,c,u,d,f;(r.substr(0,1)==="h"||r==="oklch")&&([s,c,d]=o,[a,u,f]=i);let h,g,m,v;return!isNaN(s)&&!isNaN(a)?(a>s&&a-s>180?v=a-(s+360):a<s&&s-a>180?v=a+360-s:v=a-s,g=s+n*v):isNaN(s)?isNaN(a)?g=Number.NaN:(g=a,(d==1||d==0)&&r!="hsv"&&(h=u)):(g=s,(f==1||f==0)&&r!="hsv"&&(h=c)),h===void 0&&(h=c+n*(u-c)),m=d+n*(f-d),r==="oklch"?new Be([m,h,g],r):new Be([g,h,m],r)},uO=(e,t,n)=>dc(e,t,n,"lch");Pr.lch=uO,Pr.hcl=uO;const qae=(e,t,n)=>{const r=e.num(),o=t.num();return new Be(r+n*(o-r),"num")};Pr.num=qae;const Gae=(e,t,n)=>dc(e,t,n,"hcg");Pr.hcg=Gae;const Kae=(e,t,n)=>dc(e,t,n,"hsi");Pr.hsi=Kae;const Yae=(e,t,n)=>dc(e,t,n,"hsl");Pr.hsl=Yae;const Xae=(e,t,n)=>dc(e,t,n,"hsv");Pr.hsv=Xae;const Jae=(e,t,n)=>{const r=e.oklab(),o=t.oklab();return new Be(r[0]+n*(o[0]-r[0]),r[1]+n*(o[1]-r[1]),r[2]+n*(o[2]-r[2]),"oklab")};Pr.oklab=Jae;const Qae=(e,t,n)=>dc(e,t,n,"oklch");Pr.oklch=Qae;const{pow:oh,sqrt:ih,PI:sh,cos:dO,sin:fO,atan2:ele}=Math,tle=(e,t="lrgb",n=null)=>{const r=e.length;n||(n=Array.from(new Array(r)).map(()=>1));const o=r/n.reduce(function(f,h){return f+h});if(n.forEach((f,h)=>{n[h]*=o}),e=e.map(f=>new Be(f)),t==="lrgb")return nle(e,n);const i=e.shift(),s=i.get(t),a=[];let c=0,u=0;for(let f=0;f<s.length;f++)if(s[f]=(s[f]||0)*n[0],a.push(isNaN(s[f])?0:n[0]),t.charAt(f)==="h"&&!isNaN(s[f])){const h=s[f]/180*sh;c+=dO(h)*n[0],u+=fO(h)*n[0]}let d=i.alpha()*n[0];e.forEach((f,h)=>{const g=f.get(t);d+=f.alpha()*n[h+1];for(let m=0;m<s.length;m++)if(!isNaN(g[m]))if(a[m]+=n[h+1],t.charAt(m)==="h"){const v=g[m]/180*sh;c+=dO(v)*n[h+1],u+=fO(v)*n[h+1]}else s[m]+=g[m]*n[h+1]});for(let f=0;f<s.length;f++)if(t.charAt(f)==="h"){let h=ele(u/a[f],c/a[f])/sh*180;for(;h<0;)h+=360;for(;h>=360;)h-=360;s[f]=h}else s[f]=s[f]/a[f];return d/=r,new Be(s,t).alpha(d>.99999?1:d,!0)},nle=(e,t)=>{const n=e.length,r=[0,0,0,0];for(let o=0;o<e.length;o++){const i=e[o],s=t[o]/n,a=i._rgb;r[0]+=oh(a[0],2)*s,r[1]+=oh(a[1],2)*s,r[2]+=oh(a[2],2)*s,r[3]+=a[3]*s}return r[0]=ih(r[0]),r[1]=ih(r[1]),r[2]=ih(r[2]),r[3]>.9999999&&(r[3]=1),new Be(H8(r))},{pow:rle}=Math;function ff(e){let t="rgb",n=Tt("#ccc"),r=0,o=[0,1],i=[],s=[0,0],a=!1,c=[],u=!1,d=0,f=1,h=!1,g={},m=!0,v=1;const b=function(E){if(E=E||["#fff","#000"],E&&Nt(E)==="string"&&Tt.brewer&&Tt.brewer[E.toLowerCase()]&&(E=Tt.brewer[E.toLowerCase()]),Nt(E)==="array"){E.length===1&&(E=[E[0],E[0]]),E=E.slice(0);for(let O=0;O<E.length;O++)E[O]=Tt(E[O]);i.length=0;for(let O=0;O<E.length;O++)i.push(O/(E.length-1))}return T(),c=E},y=function(E){if(a!=null){const O=a.length-1;let P=0;for(;P<O&&E>=a[P];)P++;return P-1}return 0};let w=E=>E,x=E=>E;const S=function(E,O){let P,k;if(O==null&&(O=!1),isNaN(E)||E===null)return n;O?k=E:a&&a.length>2?k=y(E)/(a.length-2):f!==d?k=(E-d)/(f-d):k=1,k=x(k),O||(k=w(k)),v!==1&&(k=rle(k,v)),k=s[0]+k*(1-s[0]-s[1]),k=ac(k,0,1);const j=Math.floor(k*1e4);if(m&&g[j])P=g[j];else{if(Nt(c)==="array")for(let I=0;I<i.length;I++){const A=i[I];if(k<=A){P=c[I];break}if(k>=A&&I===i.length-1){P=c[I];break}if(k>A&&k<i[I+1]){k=(k-A)/(i[I+1]-A),P=Tt.interpolate(c[I],c[I+1],k,t);break}}else Nt(c)==="function"&&(P=c(k));m&&(g[j]=P)}return P};var T=()=>g={};b(e);const M=function(E){const O=Tt(S(E));return u&&O[u]?O[u]():O};return M.classes=function(E){if(E!=null){if(Nt(E)==="array")a=E,o=[E[0],E[E.length-1]];else{const O=Tt.analyze(o);E===0?a=[O.min,O.max]:a=Tt.limits(O,"e",E)}return M}return a},M.domain=function(E){if(!arguments.length)return o;d=E[0],f=E[E.length-1],i=[];const O=c.length;if(E.length===O&&d!==f)for(let P of Array.from(E))i.push((P-d)/(f-d));else{for(let P=0;P<O;P++)i.push(P/(O-1));if(E.length>2){const P=E.map((j,I)=>I/(E.length-1)),k=E.map(j=>(j-d)/(f-d));k.every((j,I)=>P[I]===j)||(x=j=>{if(j<=0||j>=1)return j;let I=0;for(;j>=k[I+1];)I++;const A=(j-k[I])/(k[I+1]-k[I]);return P[I]+A*(P[I+1]-P[I])})}}return o=[d,f],M},M.mode=function(E){return arguments.length?(t=E,T(),M):t},M.range=function(E,O){return b(E),M},M.out=function(E){return u=E,M},M.spread=function(E){return arguments.length?(r=E,M):r},M.correctLightness=function(E){return E==null&&(E=!0),h=E,T(),h?w=function(O){const P=S(0,!0).lab()[0],k=S(1,!0).lab()[0],j=P>k;let I=S(O,!0).lab()[0];const A=P+(k-P)*O;let D=I-A,N=0,_=1,Z=20;for(;Math.abs(D)>.01&&Z-- >0;)(function(){return j&&(D*=-1),D<0?(N=O,O+=(_-O)*.5):(_=O,O+=(N-O)*.5),I=S(O,!0).lab()[0],D=I-A})();return O}:w=O=>O,M},M.padding=function(E){return E!=null?(Nt(E)==="number"&&(E=[E,E]),s=E,M):s},M.colors=function(E,O){arguments.length<2&&(O="hex");let P=[];if(arguments.length===0)P=c.slice(0);else if(E===1)P=[M(.5)];else if(E>1){const k=o[0],j=o[1]-k;P=ole(0,E).map(I=>M(k+I/(E-1)*j))}else{e=[];let k=[];if(a&&a.length>2)for(let j=1,I=a.length,A=1<=I;A?j<I:j>I;A?j++:j--)k.push((a[j-1]+a[j])*.5);else k=o;P=k.map(j=>M(j))}return Tt[O]&&(P=P.map(k=>k[O]())),P},M.cache=function(E){return E!=null?(m=E,M):m},M.gamma=function(E){return E!=null?(v=E,M):v},M.nodata=function(E){return E!=null?(n=Tt(E),M):n},M}function ole(e,t,n){let r=[],o=e<t,i=t;for(let s=e;o?s<i:s>i;o?s++:s--)r.push(s);return r}const ile=function(e){let t=[1,1];for(let n=1;n<e;n++){let r=[1];for(let o=1;o<=t.length;o++)r[o]=(t[o]||0)+t[o-1];t=r}return t},sle=function(e){let t,n,r,o;if(e=e.map(i=>new Be(i)),e.length===2)[n,r]=e.map(i=>i.lab()),t=function(i){const s=[0,1,2].map(a=>n[a]+i*(r[a]-n[a]));return new Be(s,"lab")};else if(e.length===3)[n,r,o]=e.map(i=>i.lab()),t=function(i){const s=[0,1,2].map(a=>(1-i)*(1-i)*n[a]+2*(1-i)*i*r[a]+i*i*o[a]);return new Be(s,"lab")};else if(e.length===4){let i;[n,r,o,i]=e.map(s=>s.lab()),t=function(s){const a=[0,1,2].map(c=>(1-s)*(1-s)*(1-s)*n[c]+3*(1-s)*(1-s)*s*r[c]+3*(1-s)*s*s*o[c]+s*s*s*i[c]);return new Be(a,"lab")}}else if(e.length>=5){let i,s,a;i=e.map(c=>c.lab()),a=e.length-1,s=ile(a),t=function(c){const u=1-c,d=[0,1,2].map(f=>i.reduce((h,g,m)=>h+s[m]*u**(a-m)*c**m*g[f],0));return new Be(d,"lab")}}else throw new RangeError("No point in running bezier with only one color.");return t},ale=e=>{const t=sle(e);return t.scale=()=>ff(t),t},Pi=(e,t,n)=>{if(!Pi[n])throw new Error("unknown blend mode "+n);return Pi[n](e,t)},ya=e=>(t,n)=>{const r=Tt(n).rgb(),o=Tt(t).rgb();return Tt.rgb(e(r,o))},xa=e=>(t,n)=>{const r=[];return r[0]=e(t[0],n[0]),r[1]=e(t[1],n[1]),r[2]=e(t[2],n[2]),r},lle=e=>e,cle=(e,t)=>e*t/255,ule=(e,t)=>e>t?t:e,dle=(e,t)=>e>t?e:t,fle=(e,t)=>255*(1-(1-e/255)*(1-t/255)),ple=(e,t)=>t<128?2*e*t/255:255*(1-2*(1-e/255)*(1-t/255)),hle=(e,t)=>255*(1-(1-t/255)/(e/255)),gle=(e,t)=>e===255?255:(e=255*(t/255)/(1-e/255),e>255?255:e);Pi.normal=ya(xa(lle)),Pi.multiply=ya(xa(cle)),Pi.screen=ya(xa(fle)),Pi.overlay=ya(xa(ple)),Pi.darken=ya(xa(ule)),Pi.lighten=ya(xa(dle)),Pi.dodge=ya(xa(gle)),Pi.burn=ya(xa(hle));const{pow:mle,sin:vle,cos:ble}=Math;function Cle(e=300,t=-1.5,n=1,r=1,o=[0,1]){let i=0,s;Nt(o)==="array"?s=o[1]-o[0]:(s=0,o=[o,o]);const a=function(c){const u=Ps*((e+120)/360+t*c),d=mle(o[0]+s*c,r),h=(i!==0?n[0]+c*i:n)*d*(1-d)/2,g=ble(u),m=vle(u),v=d+h*(-.14861*g+1.78277*m),b=d+h*(-.29227*g-.90649*m),y=d+h*(1.97294*g);return Tt(H8([v*255,b*255,y*255,1]))};return a.start=function(c){return c==null?e:(e=c,a)},a.rotations=function(c){return c==null?t:(t=c,a)},a.gamma=function(c){return c==null?r:(r=c,a)},a.hue=function(c){return c==null?n:(n=c,Nt(n)==="array"?(i=n[1]-n[0],i===0&&(n=n[1])):i=0,a)},a.lightness=function(c){return c==null?o:(Nt(c)==="array"?(o=c,s=c[1]-c[0]):(o=[c,c],s=0),a)},a.scale=()=>Tt.scale(a),a.hue(n),a}const yle="0123456789abcdef",{floor:xle,random:wle}=Math,Sle=()=>{let e="#";for(let t=0;t<6;t++)e+=yle.charAt(xle(wle()*16));return new Be(e,"hex")},{log:pO,pow:Tle,floor:Mle,abs:Ele}=Math;function hO(e,t=null){const n={min:Number.MAX_VALUE,max:Number.MAX_VALUE*-1,sum:0,values:[],count:0};return Nt(e)==="object"&&(e=Object.values(e)),e.forEach(r=>{t&&Nt(r)==="object"&&(r=r[t]),r!=null&&!isNaN(r)&&(n.values.push(r),n.sum+=r,r<n.min&&(n.min=r),r>n.max&&(n.max=r),n.count+=1)}),n.domain=[n.min,n.max],n.limits=(r,o)=>gO(n,r,o),n}function gO(e,t="equal",n=7){Nt(e)=="array"&&(e=hO(e));const{min:r,max:o}=e,i=e.values.sort((a,c)=>a-c);if(n===1)return[r,o];const s=[];if(t.substr(0,1)==="c"&&(s.push(r),s.push(o)),t.substr(0,1)==="e"){s.push(r);for(let a=1;a<n;a++)s.push(r+a/n*(o-r));s.push(o)}else if(t.substr(0,1)==="l"){if(r<=0)throw new Error("Logarithmic scales are only possible for values > 0");const a=Math.LOG10E*pO(r),c=Math.LOG10E*pO(o);s.push(r);for(let u=1;u<n;u++)s.push(Tle(10,a+u/n*(c-a)));s.push(o)}else if(t.substr(0,1)==="q"){s.push(r);for(let a=1;a<n;a++){const c=(i.length-1)*a/n,u=Mle(c);if(u===c)s.push(i[u]);else{const d=c-u;s.push(i[u]*(1-d)+i[u+1]*d)}}s.push(o)}else if(t.substr(0,1)==="k"){let a;const c=i.length,u=new Array(c),d=new Array(n);let f=!0,h=0,g=null;g=[],g.push(r);for(let b=1;b<n;b++)g.push(r+b/n*(o-r));for(g.push(o);f;){for(let y=0;y<n;y++)d[y]=0;for(let y=0;y<c;y++){const w=i[y];let x=Number.MAX_VALUE,S;for(let T=0;T<n;T++){const M=Ele(g[T]-w);M<x&&(x=M,S=T),d[S]++,u[y]=S}}const b=new Array(n);for(let y=0;y<n;y++)b[y]=null;for(let y=0;y<c;y++)a=u[y],b[a]===null?b[a]=i[y]:b[a]+=i[y];for(let y=0;y<n;y++)b[y]*=1/d[y];f=!1;for(let y=0;y<n;y++)if(b[y]!==g[y]){f=!0;break}g=b,h++,h>200&&(f=!1)}const m={};for(let b=0;b<n;b++)m[b]=[];for(let b=0;b<c;b++)a=u[b],m[a].push(i[b]);let v=[];for(let b=0;b<n;b++)v.push(m[b][0]),v.push(m[b][m[b].length-1]);v=v.sort((b,y)=>b-y),s.push(v[0]);for(let b=1;b<v.length;b+=2){const y=v[b];!isNaN(y)&&s.indexOf(y)===-1&&s.push(y)}}return s}const Ole=(e,t)=>{e=new Be(e),t=new Be(t);const n=e.luminance(),r=t.luminance();return n>r?(n+.05)/(r+.05):(r+.05)/(n+.05)},{sqrt:js,pow:zn,min:kle,max:Ple,atan2:mO,abs:vO,cos:pf,sin:bO,exp:jle,PI:CO}=Math;function Ile(e,t,n=1,r=1,o=1){var i=function(X){return 360*X/(2*CO)},s=function(X){return 2*CO*X/360};e=new Be(e),t=new Be(t);const[a,c,u]=Array.from(e.lab()),[d,f,h]=Array.from(t.lab()),g=(a+d)/2,m=js(zn(c,2)+zn(u,2)),v=js(zn(f,2)+zn(h,2)),b=(m+v)/2,y=.5*(1-js(zn(b,7)/(zn(b,7)+zn(25,7)))),w=c*(1+y),x=f*(1+y),S=js(zn(w,2)+zn(u,2)),T=js(zn(x,2)+zn(h,2)),M=(S+T)/2,E=i(mO(u,w)),O=i(mO(h,x)),P=E>=0?E:E+360,k=O>=0?O:O+360,j=vO(P-k)>180?(P+k+360)/2:(P+k)/2,I=1-.17*pf(s(j-30))+.24*pf(s(2*j))+.32*pf(s(3*j+6))-.2*pf(s(4*j-63));let A=k-P;A=vO(A)<=180?A:k<=P?A+360:A-360,A=2*js(S*T)*bO(s(A)/2);const D=d-a,N=T-S,_=1+.015*zn(g-50,2)/js(20+zn(g-50,2)),Z=1+.045*M,B=1+.015*M*I,H=30*jle(-zn((j-275)/25,2)),$=-(2*js(zn(M,7)/(zn(M,7)+zn(25,7))))*bO(2*s(H)),Y=js(zn(D/(n*_),2)+zn(N/(r*Z),2)+zn(A/(o*B),2)+$*(N/(r*Z))*(A/(o*B)));return Ple(0,kle(100,Y))}function Lle(e,t,n="lab"){e=new Be(e),t=new Be(t);const r=e.get(n),o=t.get(n);let i=0;for(let s in r){const a=(r[s]||0)-(o[s]||0);i+=a*a}return Math.sqrt(i)}const Ale=(...e)=>{try{return new Be(...e),!0}catch{return!1}},Rle={cool(){return ff([Tt.hsl(180,1,.9),Tt.hsl(250,.7,.4)])},hot(){return ff(["#000","#f00","#ff0","#fff"]).mode("rgb")}},hf={OrRd:["#fff7ec","#fee8c8","#fdd49e","#fdbb84","#fc8d59","#ef6548","#d7301f","#b30000","#7f0000"],PuBu:["#fff7fb","#ece7f2","#d0d1e6","#a6bddb","#74a9cf","#3690c0","#0570b0","#045a8d","#023858"],BuPu:["#f7fcfd","#e0ecf4","#bfd3e6","#9ebcda","#8c96c6","#8c6bb1","#88419d","#810f7c","#4d004b"],Oranges:["#fff5eb","#fee6ce","#fdd0a2","#fdae6b","#fd8d3c","#f16913","#d94801","#a63603","#7f2704"],BuGn:["#f7fcfd","#e5f5f9","#ccece6","#99d8c9","#66c2a4","#41ae76","#238b45","#006d2c","#00441b"],YlOrBr:["#ffffe5","#fff7bc","#fee391","#fec44f","#fe9929","#ec7014","#cc4c02","#993404","#662506"],YlGn:["#ffffe5","#f7fcb9","#d9f0a3","#addd8e","#78c679","#41ab5d","#238443","#006837","#004529"],Reds:["#fff5f0","#fee0d2","#fcbba1","#fc9272","#fb6a4a","#ef3b2c","#cb181d","#a50f15","#67000d"],RdPu:["#fff7f3","#fde0dd","#fcc5c0","#fa9fb5","#f768a1","#dd3497","#ae017e","#7a0177","#49006a"],Greens:["#f7fcf5","#e5f5e0","#c7e9c0","#a1d99b","#74c476","#41ab5d","#238b45","#006d2c","#00441b"],YlGnBu:["#ffffd9","#edf8b1","#c7e9b4","#7fcdbb","#41b6c4","#1d91c0","#225ea8","#253494","#081d58"],Purples:["#fcfbfd","#efedf5","#dadaeb","#bcbddc","#9e9ac8","#807dba","#6a51a3","#54278f","#3f007d"],GnBu:["#f7fcf0","#e0f3db","#ccebc5","#a8ddb5","#7bccc4","#4eb3d3","#2b8cbe","#0868ac","#084081"],Greys:["#ffffff","#f0f0f0","#d9d9d9","#bdbdbd","#969696","#737373","#525252","#252525","#000000"],YlOrRd:["#ffffcc","#ffeda0","#fed976","#feb24c","#fd8d3c","#fc4e2a","#e31a1c","#bd0026","#800026"],PuRd:["#f7f4f9","#e7e1ef","#d4b9da","#c994c7","#df65b0","#e7298a","#ce1256","#980043","#67001f"],Blues:["#f7fbff","#deebf7","#c6dbef","#9ecae1","#6baed6","#4292c6","#2171b5","#08519c","#08306b"],PuBuGn:["#fff7fb","#ece2f0","#d0d1e6","#a6bddb","#67a9cf","#3690c0","#02818a","#016c59","#014636"],Viridis:["#440154","#482777","#3f4a8a","#31678e","#26838f","#1f9d8a","#6cce5a","#b6de2b","#fee825"],Spectral:["#9e0142","#d53e4f","#f46d43","#fdae61","#fee08b","#ffffbf","#e6f598","#abdda4","#66c2a5","#3288bd","#5e4fa2"],RdYlGn:["#a50026","#d73027","#f46d43","#fdae61","#fee08b","#ffffbf","#d9ef8b","#a6d96a","#66bd63","#1a9850","#006837"],RdBu:["#67001f","#b2182b","#d6604d","#f4a582","#fddbc7","#f7f7f7","#d1e5f0","#92c5de","#4393c3","#2166ac","#053061"],PiYG:["#8e0152","#c51b7d","#de77ae","#f1b6da","#fde0ef","#f7f7f7","#e6f5d0","#b8e186","#7fbc41","#4d9221","#276419"],PRGn:["#40004b","#762a83","#9970ab","#c2a5cf","#e7d4e8","#f7f7f7","#d9f0d3","#a6dba0","#5aae61","#1b7837","#00441b"],RdYlBu:["#a50026","#d73027","#f46d43","#fdae61","#fee090","#ffffbf","#e0f3f8","#abd9e9","#74add1","#4575b4","#313695"],BrBG:["#543005","#8c510a","#bf812d","#dfc27d","#f6e8c3","#f5f5f5","#c7eae5","#80cdc1","#35978f","#01665e","#003c30"],RdGy:["#67001f","#b2182b","#d6604d","#f4a582","#fddbc7","#ffffff","#e0e0e0","#bababa","#878787","#4d4d4d","#1a1a1a"],PuOr:["#7f3b08","#b35806","#e08214","#fdb863","#fee0b6","#f7f7f7","#d8daeb","#b2abd2","#8073ac","#542788","#2d004b"],Set2:["#66c2a5","#fc8d62","#8da0cb","#e78ac3","#a6d854","#ffd92f","#e5c494","#b3b3b3"],Accent:["#7fc97f","#beaed4","#fdc086","#ffff99","#386cb0","#f0027f","#bf5b17","#666666"],Set1:["#e41a1c","#377eb8","#4daf4a","#984ea3","#ff7f00","#ffff33","#a65628","#f781bf","#999999"],Set3:["#8dd3c7","#ffffb3","#bebada","#fb8072","#80b1d3","#fdb462","#b3de69","#fccde5","#d9d9d9","#bc80bd","#ccebc5","#ffed6f"],Dark2:["#1b9e77","#d95f02","#7570b3","#e7298a","#66a61e","#e6ab02","#a6761d","#666666"],Paired:["#a6cee3","#1f78b4","#b2df8a","#33a02c","#fb9a99","#e31a1c","#fdbf6f","#ff7f00","#cab2d6","#6a3d9a","#ffff99","#b15928"],Pastel2:["#b3e2cd","#fdcdac","#cbd5e8","#f4cae4","#e6f5c9","#fff2ae","#f1e2cc","#cccccc"],Pastel1:["#fbb4ae","#b3cde3","#ccebc5","#decbe4","#fed9a6","#ffffcc","#e5d8bd","#fddaec","#f2f2f2"]};for(let e of Object.keys(hf))hf[e.toLowerCase()]=hf[e];Object.assign(Tt,{average:tle,bezier:ale,blend:Pi,cubehelix:Cle,mix:ku,interpolate:ku,random:Sle,scale:ff,analyze:hO,contrast:Ole,deltaE:Ile,distance:Lle,limits:gO,valid:Ale,scales:Rle,input:wt,colors:cc,brewer:hf});const Dle=(e,t,n)=>Object.entries(e.palette.primary).filter(([r])=>!isNaN(Number(r))&&t<=Number(r)&&Number(r)<=n).sort(([r],[o])=>Number(o)-Number(r)).map(([,r])=>r),Vle=(e,t)=>Tt.scale(e).colors(t.length),yO=e=>{const t=e.reduce((o,i)=>o+i,0);if(!t)return[...new Array(e.length)].map(()=>0);const n=e.map(o=>Math.floor(o/t*100)),r=100-n.reduce((o,i)=>o+i,0);for(let o=0;o<r;o++){const i=n.indexOf(Math.max(...n));n[i]++}return n},xO=(e,t,n)=>{if(!e)return;const r=e.querySelector("svg")||e.querySelector("canvas");if(!r)return;const o=new MouseEvent("mousemove",{clientX:t,clientY:n,bubbles:!0,cancelable:!0,view:window});r.dispatchEvent(o)},wO=e=>{if(!e)return;const t=e.querySelector("svg")||e.querySelector("canvas");if(!t)return;const n=new MouseEvent("mouseleave",{bubbles:!0,cancelable:!0,view:window});t.dispatchEvent(n)},SO=e=>{const{index:t,palette:n,icons:r,values:o}=e;return r&&r[t]!==void 0?p.jsx(ee,{minWidth:"28px",width:"28px",height:"28px",sx:i=>({background:n[t]||i.custom.grey[400],padding:"16px 5px",color:"#fff"}),display:"flex",alignItems:"center",borderRadius:"6px",children:r[t]}):o[t]!==void 0&&n[t]!==void 0?p.jsx(ee,{minWidth:"12px",width:"12px",height:"12px",borderRadius:"3px",sx:{background:n[t],color:"#fff"},display:"flex",alignItems:"center"}):null},TO=e=>{const{action:t,seeMore:n}=e,r=de(),o={display:"flex",marginLeft:"auto",color:r.palette.primary[700],fontSize:".8rem",textDecoration:"none",alignItems:"center",fontWeight:r.typography.fontWeightBold,"&:hover":{textDecoration:"none"}},i=s=>{s.stopPropagation(),t()};return p.jsx(st,{onClick:i,sx:o,children:n})},Nle=e=>{const{values:t,labels:n,colors:r=[],legend:o,hoveredDatasetIndex:i,onLegendHover:s,icons:a=[],chartRef:c,hidePercentage:u=!1}=e,d=de(),f=yO(t??[]),h=(m,v,b)=>{if(v&&(s==null||s(m,b),c!=null&&c.current)){const y=c.current.getBoundingClientRect(),w=y.left+y.width*.6,x=y.top+y.height*.5;xO(c.current,w,x)}},g=()=>{s==null||s(null),c!=null&&c.current&&wO(c.current)};return p.jsx(fe,{width:"100%",alignItems:"left",className:"chart-legend-wrapper",children:p.jsx(fe,{display:"inline-flex",justifyContent:"center",children:n==null?void 0:n.map((m,v)=>{const b=t!==void 0&&v<((t==null?void 0:t.length)??0)&&t[v]!==void 0;return p.jsx(fe,{sx:{borderBottom:`1px solid ${d.palette.divider}`,"&:last-of-type":{borderBottom:"none"},padding:d.spacing(.5,0)},children:p.jsxs(fe,{direction:"row",alignItems:"center",justifyContent:"center",gap:"12px",paddingY:"8px",onMouseEnter:y=>h(v,b,y),onMouseLeave:()=>g(),sx:{"&:hover":{background:d.custom.grey[500]},backgroundColor:i!==v?"unset":d.custom.grey[500],padding:d.spacing(.5,.5)},className:"chart-legend-item",children:[p.jsx(SO,{index:v,palette:r,icons:a,values:t||[]}),p.jsxs(fe,{direction:"row",alignItems:"center",gap:"8px",sx:{width:"100%"},children:[p.jsxs(fe,{width:"100%",display:"flex",direction:"row",alignItems:"center",justifyContent:"space-between",gap:"8px",fontWeight:400,className:"chart-legend-item-value",children:[p.jsx(ie,{variant:"h5",className:"chart-legend-item-label",children:m}),!u&&p.jsx(ee,{alignItems:"center",sx:{display:"flex",borderRadius:d.spacing(.75),background:d.custom.grey[400],padding:d.spacing(.25,1.25),minWidth:d.spacing(6),justifyContent:"center",fontWeight:d.typography.fontWeightMedium,fontSize:d.typography["body-medium"].fontSize,whiteSpace:"nowrap"},children:b?`${f[v]} %`:"--%"})]}),(o==null?void 0:o.actions)&&(o==null?void 0:o.seeMore)&&(o==null?void 0:o.actions[v])&&p.jsx(TO,{action:o.actions[v],seeMore:o.seeMore})]})]})},v)})})})},_le=e=>{const t=de(),{values:n,labels:r,colors:o=[],icons:i=[],legend:s,hoveredDatasetIndex:a,onLegendHover:c,chartRef:u,hidePercentage:d=!1}=e,f=yO(n??[]),h=(m,v,b)=>{if(v&&(c==null||c(m,b),u!=null&&u.current)){const y=u.current.getBoundingClientRect(),w=y.left+y.width*.6,x=y.top+y.height*.3;xO(u.current,w,x)}},g=()=>{c==null||c(null),u!=null&&u.current&&wO(u.current)};return p.jsx(fe,{alignItems:"center",justifyContent:"center",sx:{width:"100%",alignItems:"flex-start"},className:"chart-legend-wrapper",children:p.jsx(fe,{width:"100%",children:r==null?void 0:r.map((m,v)=>{const b=!!n&&n[v]!==void 0,y=(s==null?void 0:s.actions)&&(s==null?void 0:s.seeMore)&&(s==null?void 0:s.actions[v])&&s;return p.jsx(fe,{direction:"row",alignItems:"center",gap:"12px",onMouseEnter:w=>h(v,b,w),onMouseLeave:()=>g(),onClick:()=>{var w,x;y&&(w=s==null?void 0:s.actions)!=null&&w[v]&&((x=s==null?void 0:s.actions)==null||x[v]())},sx:{borderBottom:`1px solid ${t.palette.divider}`,"&:last-of-type":{borderBottom:"none"}},children:p.jsxs(fe,{direction:"row",gap:"8px",sx:{width:"100%",padding:".4rem",alignItems:"center",backgroundColor:a!==v?"unset":t.custom.grey[500]},className:"chart-legend-item",children:[p.jsx(SO,{index:v,palette:o,icons:i,values:n||[]}),p.jsx(ie,{variant:"h5",sx:{marginLeft:"4px"},className:"chart-legend-item-label",children:m}),!d&&m?"- ":"",!d&&p.jsx(ie,{fontWeight:400,sx:{fontSize:".8rem",display:"flex",flexDirection:"row",whiteSpace:"pre",alignItems:"center"},className:"chart-legend-item-value",children:p.jsx(ee,{component:"span",alignItems:"center",sx:{display:"flex",borderRadius:t.spacing(.75),background:t.custom.grey[400],padding:t.spacing(.25,1.25),minWidth:t.spacing(6),justifyContent:"center",fontWeight:t.typography.fontWeightMedium,fontSize:t.typography["body-medium"].fontSize,whiteSpace:"nowrap"},children:b?`${f[v]} %`:"--%"})}),y&&p.jsx(TO,{action:s.actions[v],seeMore:s.seeMore})]})},v)})})})},MO=e=>{const{labels:t,colors:n,icons:r=[],legend:o,hoveredDatasetIndex:i,onLegendHover:s,values:a,hidePercentage:c=!1,chartRef:u}=e;return!t||!t.length?null:(o==null?void 0:o.position)==="bottom"?p.jsx(Nle,{labels:t,values:a,colors:n,legend:o,hoveredDatasetIndex:i,onLegendHover:s,icons:r,hidePercentage:c,chartRef:u}):p.jsx(_le,{labels:t,values:a,colors:n,legend:o,hoveredDatasetIndex:i,onLegendHover:s,icons:r,hidePercentage:c,chartRef:u})},$le=(e,t,n)=>!e||!e.length?[]:e.map((r,o)=>({name:(t==null?void 0:t[o])||"",value:r||0,color:n[o],index:o})),Hle=(e,t,n,r)=>{const o=n/2,i=r/2,s=e.reduce((b,y)=>b+y.value,0);let a=0;for(let b=0;b<t;b++)a+=e[b].value;const c=a/s*360,u=(a+e[t].value)/s*360,d=(c+u)/2,f=Math.PI/180,g=Math.min(n,r)/2,m=o+g*Math.cos(-f*d),v=i+g*Math.sin(-f*d);return{x:m,y:v,angle:d}},Fle=(e,t,n,r)=>{const o=Math.PI/180,i=r,s=e+i*Math.cos(-o*n),a=t+i*Math.sin(-o*n);return{x:s,y:a,angle:n}},Ble=(e,t,n,r)=>e||(t&&typeof t=="string"?t:n!==void 0?r(n):void 0),zle=(e,t)=>{if(typeof t!="string")return t?e==null?void 0:e.reduce((n,r)=>n+r,0):void 0},Wle=(e,t)=>{const[n,r]=L.useState(null),[o,i]=L.useState(void 0),s=L.useRef(null),a=L.useCallback((d,f)=>{var h;if(r(d),f==null||f.nativeEvent.stopImmediatePropagation(),d!==null&&e.length>0){const g=(h=t.current)==null?void 0:h.getBoundingClientRect(),m=(g==null?void 0:g.width)||300,v=(g==null?void 0:g.height)||300,b=Hle(e,d,m,v);i(b)}else i(void 0)},[e,t]),c=L.useCallback((d,f)=>{s.current=f,r(h=>{if(h===f)return h;if(d&&d.cx&&d.cy&&d.midAngle!==void 0&&d.outerRadius&&d.innerRadius){const g=Fle(d.cx,d.cy,d.midAngle,d.outerRadius);i(g)}return f})},[]),u=L.useCallback(()=>{s.current!==null&&(s.current=null,r(null),i(void 0))},[]);return{hoveredArcIndex:n,tooltipPos:o,handleLegendHover:a,handleMouseEnter:c,handleMouseOut:u}},Zle=e=>{const{isLoading:t,displayValue:n,displayTotalVariant:r,valuesUnit:o,displayTotal:i}=e;return p.jsx(ee,{display:"flex",alignItems:"center",justifyContent:"center",position:"absolute",padding:"10%",textAlign:"center",sx:{inset:"12.5%",pointerEvents:"none",top:0,bottom:0},className:"doughnut-chart-content",children:p.jsx(ee,{display:"flex",flexDirection:"column",children:t?p.jsx(Ms,{}):p.jsxs(p.Fragment,{children:[p.jsx(ie,{variant:r,children:n},"content-1"),o&&i&&p.jsx(ee,{sx:{color:we[1400]},children:o})]})})})};var ah={},lh={},EO;function Ule(){return EO||(EO=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return n==="__proto__"}e.isUnsafeProperty=t})(lh)),lh}var ch={},OO;function kO(){return OO||(OO=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){switch(typeof n){case"number":case"symbol":return!1;case"string":return n.includes(".")||n.includes("[")||n.includes("]")}}e.isDeepKey=t})(ch)),ch}var uh={},PO;function jO(){return PO||(PO=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){var r;return typeof n=="string"||typeof n=="symbol"?n:Object.is((r=n==null?void 0:n.valueOf)==null?void 0:r.call(n),-0)?"-0":String(n)}e.toKey=t})(uh)),uh}var dh={},IO;function fh(){return IO||(IO=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){const r=[],o=n.length;if(o===0)return r;let i=0,s="",a="",c=!1;for(n.charCodeAt(0)===46&&(r.push(""),i++);i<o;){const u=n[i];a?u==="\\"&&i+1<o?(i++,s+=n[i]):u===a?a="":s+=u:c?u==='"'||u==="'"?a=u:u==="]"?(c=!1,r.push(s),s=""):s+=u:u==="["?(c=!0,s&&(r.push(s),s="")):u==="."?s&&(r.push(s),s=""):s+=u,i++}return s&&r.push(s),r}e.toPath=t})(dh)),dh}var LO;function ph(){return LO||(LO=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=Ule(),n=kO(),r=jO(),o=fh();function i(a,c,u){if(a==null)return u;switch(typeof c){case"string":{if(t.isUnsafeProperty(c))return u;const d=a[c];return d===void 0?n.isDeepKey(c)?i(a,o.toPath(c),u):u:d}case"number":case"symbol":{typeof c=="number"&&(c=r.toKey(c));const d=a[c];return d===void 0?u:d}default:{if(Array.isArray(c))return s(a,c,u);if(Object.is(c==null?void 0:c.valueOf(),-0)?c="-0":c=String(c),t.isUnsafeProperty(c))return u;const d=a[c];return d===void 0?u:d}}}function s(a,c,u){if(c.length===0)return u;let d=a;for(let f=0;f<c.length;f++){if(d==null||t.isUnsafeProperty(c[f]))return u;d=d[c[f]]}return d===void 0?u:d}e.get=i})(ah)),ah}var hh,AO;function qle(){return AO||(AO=1,hh=ph().get),hh}var Gle=qle();const wa=wi(Gle);var ir=e=>e===0?0:e>0?1:-1,Wr=e=>typeof e=="number"&&e!=+e,Ol=e=>typeof e=="string"&&e.indexOf("%")===e.length-1,Qe=e=>(typeof e=="number"||e instanceof Number)&&!Wr(e),ri=e=>Qe(e)||typeof e=="string",Kle=0,Pu=e=>{var t=++Kle;return"".concat(e||"").concat(t)},Zr=function(t,n){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if(!Qe(t)&&typeof t!="string")return r;var i;if(Ol(t)){if(n==null)return r;var s=t.indexOf("%");i=n*parseFloat(t.slice(0,s))/100}else i=+t;return Wr(i)&&(i=r),o&&n!=null&&i>n&&(i=n),i},RO=e=>{if(!Array.isArray(e))return!1;for(var t=e.length,n={},r=0;r<t;r++)if(!n[e[r]])n[e[r]]=!0;else return!0;return!1},fc=(e,t)=>Qe(e)&&Qe(t)?n=>e+n*(t-e):()=>t;function ji(e,t,n){return Qe(e)&&Qe(t)?e+n*(t-e):t}function DO(e,t,n){if(!(!e||!e.length))return e.find(r=>r&&(typeof t=="function"?t(r):wa(r,t))===n)}var Yle=e=>{if(!e||!e.length)return null;for(var t=e.length,n=0,r=0,o=0,i=0,s=1/0,a=-1/0,c=0,u=0,d=0;d<t;d++)c=e[d].cx||0,u=e[d].cy||0,n+=c,r+=u,o+=c*u,i+=c*c,s=Math.min(s,c),a=Math.max(a,c);var f=t*i!==n*n?(t*o-n*r)/(t*i-n*n):0;return{xmin:s,xmax:a,a:f,b:(r-f*n)/t}},on=e=>e===null||typeof e>"u",ju=e=>on(e)?e:"".concat(e.charAt(0).toUpperCase()).concat(e.slice(1)),Xle=["dangerouslySetInnerHTML","onCopy","onCopyCapture","onCut","onCutCapture","onPaste","onPasteCapture","onCompositionEnd","onCompositionEndCapture","onCompositionStart","onCompositionStartCapture","onCompositionUpdate","onCompositionUpdateCapture","onFocus","onFocusCapture","onBlur","onBlurCapture","onChange","onChangeCapture","onBeforeInput","onBeforeInputCapture","onInput","onInputCapture","onReset","onResetCapture","onSubmit","onSubmitCapture","onInvalid","onInvalidCapture","onLoad","onLoadCapture","onError","onErrorCapture","onKeyDown","onKeyDownCapture","onKeyPress","onKeyPressCapture","onKeyUp","onKeyUpCapture","onAbort","onAbortCapture","onCanPlay","onCanPlayCapture","onCanPlayThrough","onCanPlayThroughCapture","onDurationChange","onDurationChangeCapture","onEmptied","onEmptiedCapture","onEncrypted","onEncryptedCapture","onEnded","onEndedCapture","onLoadedData","onLoadedDataCapture","onLoadedMetadata","onLoadedMetadataCapture","onLoadStart","onLoadStartCapture","onPause","onPauseCapture","onPlay","onPlayCapture","onPlaying","onPlayingCapture","onProgress","onProgressCapture","onRateChange","onRateChangeCapture","onSeeked","onSeekedCapture","onSeeking","onSeekingCapture","onStalled","onStalledCapture","onSuspend","onSuspendCapture","onTimeUpdate","onTimeUpdateCapture","onVolumeChange","onVolumeChangeCapture","onWaiting","onWaitingCapture","onAuxClick","onAuxClickCapture","onClick","onClickCapture","onContextMenu","onContextMenuCapture","onDoubleClick","onDoubleClickCapture","onDrag","onDragCapture","onDragEnd","onDragEndCapture","onDragEnter","onDragEnterCapture","onDragExit","onDragExitCapture","onDragLeave","onDragLeaveCapture","onDragOver","onDragOverCapture","onDragStart","onDragStartCapture","onDrop","onDropCapture","onMouseDown","onMouseDownCapture","onMouseEnter","onMouseLeave","onMouseMove","onMouseMoveCapture","onMouseOut","onMouseOutCapture","onMouseOver","onMouseOverCapture","onMouseUp","onMouseUpCapture","onSelect","onSelectCapture","onTouchCancel","onTouchCancelCapture","onTouchEnd","onTouchEndCapture","onTouchMove","onTouchMoveCapture","onTouchStart","onTouchStartCapture","onPointerDown","onPointerDownCapture","onPointerMove","onPointerMoveCapture","onPointerUp","onPointerUpCapture","onPointerCancel","onPointerCancelCapture","onPointerEnter","onPointerEnterCapture","onPointerLeave","onPointerLeaveCapture","onPointerOver","onPointerOverCapture","onPointerOut","onPointerOutCapture","onGotPointerCapture","onGotPointerCaptureCapture","onLostPointerCapture","onLostPointerCaptureCapture","onScroll","onScrollCapture","onWheel","onWheelCapture","onAnimationStart","onAnimationStartCapture","onAnimationEnd","onAnimationEndCapture","onAnimationIteration","onAnimationIterationCapture","onTransitionEnd","onTransitionEndCapture"];function gh(e){if(typeof e!="string")return!1;var t=Xle;return t.includes(e)}var Jle=["viewBox","children"],VO=["points","pathLength"],mh={svg:Jle,polygon:VO,polyline:VO},vh=(e,t)=>{if(!e||typeof e=="function"||typeof e=="boolean")return null;var n=e;if(L.isValidElement(e)&&(n=e.props),typeof n!="object"&&typeof n!="function")return null;var r={};return Object.keys(n).forEach(o=>{gh(o)&&(r[o]=(i=>n[o](n,i)))}),r},Qle=(e,t,n)=>r=>(e(t,n,r),null),Iu=(e,t,n)=>{if(e===null||typeof e!="object"&&typeof e!="function")return null;var r=null;return Object.keys(e).forEach(o=>{var i=e[o];gh(o)&&typeof i=="function"&&(r||(r={}),r[o]=Qle(i,t,n))}),r},e2e=["aria-activedescendant","aria-atomic","aria-autocomplete","aria-busy","aria-checked","aria-colcount","aria-colindex","aria-colspan","aria-controls","aria-current","aria-describedby","aria-details","aria-disabled","aria-errormessage","aria-expanded","aria-flowto","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-level","aria-live","aria-modal","aria-multiline","aria-multiselectable","aria-orientation","aria-owns","aria-placeholder","aria-posinset","aria-pressed","aria-readonly","aria-relevant","aria-required","aria-roledescription","aria-rowcount","aria-rowindex","aria-rowspan","aria-selected","aria-setsize","aria-sort","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext","className","color","height","id","lang","max","media","method","min","name","style","target","width","role","tabIndex","accentHeight","accumulate","additive","alignmentBaseline","allowReorder","alphabetic","amplitude","arabicForm","ascent","attributeName","attributeType","autoReverse","azimuth","baseFrequency","baselineShift","baseProfile","bbox","begin","bias","by","calcMode","capHeight","clip","clipPath","clipPathUnits","clipRule","colorInterpolation","colorInterpolationFilters","colorProfile","colorRendering","contentScriptType","contentStyleType","cursor","cx","cy","d","decelerate","descent","diffuseConstant","direction","display","divisor","dominantBaseline","dur","dx","dy","edgeMode","elevation","enableBackground","end","exponent","externalResourcesRequired","fill","fillOpacity","fillRule","filter","filterRes","filterUnits","floodColor","floodOpacity","focusable","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontWeight","format","from","fx","fy","g1","g2","glyphName","glyphOrientationHorizontal","glyphOrientationVertical","glyphRef","gradientTransform","gradientUnits","hanging","horizAdvX","horizOriginX","href","ideographic","imageRendering","in2","in","intercept","k1","k2","k3","k4","k","kernelMatrix","kernelUnitLength","kerning","keyPoints","keySplines","keyTimes","lengthAdjust","letterSpacing","lightingColor","limitingConeAngle","local","markerEnd","markerHeight","markerMid","markerStart","markerUnits","markerWidth","mask","maskContentUnits","maskUnits","mathematical","mode","numOctaves","offset","opacity","operator","order","orient","orientation","origin","overflow","overlinePosition","overlineThickness","paintOrder","panose1","pathLength","patternContentUnits","patternTransform","patternUnits","pointerEvents","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","r","radius","refX","refY","renderingIntent","repeatCount","repeatDur","requiredExtensions","requiredFeatures","restart","result","rotate","rx","ry","seed","shapeRendering","slope","spacing","specularConstant","specularExponent","speed","spreadMethod","startOffset","stdDeviation","stemh","stemv","stitchTiles","stopColor","stopOpacity","strikethroughPosition","strikethroughThickness","string","stroke","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","strokeOpacity","strokeWidth","surfaceScale","systemLanguage","tableValues","targetX","targetY","textAnchor","textDecoration","textLength","textRendering","to","transform","u1","u2","underlinePosition","underlineThickness","unicode","unicodeBidi","unicodeRange","unitsPerEm","vAlphabetic","values","vectorEffect","version","vertAdvY","vertOriginX","vertOriginY","vHanging","vIdeographic","viewTarget","visibility","vMathematical","widths","wordSpacing","writingMode","x1","x2","x","xChannelSelector","xHeight","xlinkActuate","xlinkArcrole","xlinkHref","xlinkRole","xlinkShow","xlinkTitle","xlinkType","xmlBase","xmlLang","xmlns","xmlnsXlink","xmlSpace","y1","y2","y","yChannelSelector","z","zoomAndPan","ref","key","angle"];function NO(e){if(typeof e!="string")return!1;var t=e2e;return t.includes(e)}function Ii(e){var t=Object.entries(e).filter(n=>{var[r]=n;return NO(r)});return Object.fromEntries(t)}var _O=e=>typeof e=="string"?e:e?e.displayName||e.name||"Component":"",$O=null,bh=null,HO=e=>{if(e===$O&&Array.isArray(bh))return bh;var t=[];return L.Children.forEach(e,n=>{on(n)||(Gi.isFragment(n)?t=t.concat(HO(n.props.children)):t.push(n))}),bh=t,$O=e,t};function pc(e,t){var n=[],r=[];return Array.isArray(t)?r=t.map(o=>_O(o)):r=[_O(t)],HO(e).forEach(o=>{var i=wa(o,"type.displayName")||wa(o,"type.name");r.indexOf(i)!==-1&&n.push(o)}),n}var FO=e=>e&&typeof e=="object"&&"clipDot"in e?!!e.clipDot:!0,t2e=(e,t,n,r)=>{var o;if(typeof t=="symbol"||typeof t=="number")return!0;var i=(o=r&&(mh==null?void 0:mh[r]))!==null&&o!==void 0?o:[],s=t.startsWith("data-"),a=typeof e!="function"&&(!!r&&i.includes(t)||NO(t)),c=!!n&&gh(t);return s||a||c},mn=(e,t,n)=>{if(!e||typeof e=="function"||typeof e=="boolean")return null;var r=e;if(L.isValidElement(e)&&(r=e.props),typeof r!="object"&&typeof r!="function")return null;var o={};return Object.keys(r).forEach(i=>{var s;t2e((s=r)===null||s===void 0?void 0:s[i],i,t,n)&&(o[i]=r[i])}),o},n2e=["children","width","height","viewBox","className","style","title","desc"];function Ch(){return Ch=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Ch.apply(null,arguments)}function r2e(e,t){if(e==null)return{};var n,r,o=o2e(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function o2e(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var BO=L.forwardRef((e,t)=>{var{children:n,width:r,height:o,viewBox:i,className:s,style:a,title:c,desc:u}=e,d=r2e(e,n2e),f=i||{width:r,height:o,x:0,y:0},h=ae("recharts-surface",s);return C.createElement("svg",Ch({},mn(d,!0,"svg"),{className:h,width:r,height:o,style:a,viewBox:"".concat(f.x," ").concat(f.y," ").concat(f.width," ").concat(f.height),ref:t}),C.createElement("title",null,c),C.createElement("desc",null,u),n)}),i2e=["children","className"];function yh(){return yh=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},yh.apply(null,arguments)}function s2e(e,t){if(e==null)return{};var n,r,o=a2e(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function a2e(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var En=C.forwardRef((e,t)=>{var{children:n,className:r}=e,o=s2e(e,i2e),i=ae("recharts-layer",r);return C.createElement("g",yh({className:i},mn(o,!0),{ref:t}),n)}),l2e=L.createContext(null);function vn(e){return function(){return e}}const zO=Math.cos,gf=Math.sin,Li=Math.sqrt,mf=Math.PI,vf=2*mf,xh=Math.PI,wh=2*xh,kl=1e-6,c2e=wh-kl;function WO(e){this._+=e[0];for(let t=1,n=e.length;t<n;++t)this._+=arguments[t]+e[t]}function u2e(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return WO;const n=10**t;return function(r){this._+=r[0];for(let o=1,i=r.length;o<i;++o)this._+=Math.round(arguments[o]*n)/n+r[o]}}class d2e{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=t==null?WO:u2e(t)}moveTo(t,n){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(t,n){this._append`L${this._x1=+t},${this._y1=+n}`}quadraticCurveTo(t,n,r,o){this._append`Q${+t},${+n},${this._x1=+r},${this._y1=+o}`}bezierCurveTo(t,n,r,o,i,s){this._append`C${+t},${+n},${+r},${+o},${this._x1=+i},${this._y1=+s}`}arcTo(t,n,r,o,i){if(t=+t,n=+n,r=+r,o=+o,i=+i,i<0)throw new Error(`negative radius: ${i}`);let s=this._x1,a=this._y1,c=r-t,u=o-n,d=s-t,f=a-n,h=d*d+f*f;if(this._x1===null)this._append`M${this._x1=t},${this._y1=n}`;else if(h>kl)if(!(Math.abs(f*c-u*d)>kl)||!i)this._append`L${this._x1=t},${this._y1=n}`;else{let g=r-s,m=o-a,v=c*c+u*u,b=g*g+m*m,y=Math.sqrt(v),w=Math.sqrt(h),x=i*Math.tan((xh-Math.acos((v+h-b)/(2*y*w)))/2),S=x/w,T=x/y;Math.abs(S-1)>kl&&this._append`L${t+S*d},${n+S*f}`,this._append`A${i},${i},0,0,${+(f*g>d*m)},${this._x1=t+T*c},${this._y1=n+T*u}`}}arc(t,n,r,o,i,s){if(t=+t,n=+n,r=+r,s=!!s,r<0)throw new Error(`negative radius: ${r}`);let a=r*Math.cos(o),c=r*Math.sin(o),u=t+a,d=n+c,f=1^s,h=s?o-i:i-o;this._x1===null?this._append`M${u},${d}`:(Math.abs(this._x1-u)>kl||Math.abs(this._y1-d)>kl)&&this._append`L${u},${d}`,r&&(h<0&&(h=h%wh+wh),h>c2e?this._append`A${r},${r},0,1,${f},${t-a},${n-c}A${r},${r},0,1,${f},${this._x1=u},${this._y1=d}`:h>kl&&this._append`A${r},${r},0,${+(h>=xh)},${f},${this._x1=t+r*Math.cos(i)},${this._y1=n+r*Math.sin(i)}`)}rect(t,n,r,o){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}h${r=+r}v${+o}h${-r}Z`}toString(){return this._}}function Sh(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(n==null)t=null;else{const r=Math.floor(n);if(!(r>=0))throw new RangeError(`invalid digits: ${n}`);t=r}return e},()=>new d2e(t)}function Th(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function ZO(e){this._context=e}ZO.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t);break}}};function bf(e){return new ZO(e)}function UO(e){return e[0]}function qO(e){return e[1]}function GO(e,t){var n=vn(!0),r=null,o=bf,i=null,s=Sh(a);e=typeof e=="function"?e:e===void 0?UO:vn(e),t=typeof t=="function"?t:t===void 0?qO:vn(t);function a(c){var u,d=(c=Th(c)).length,f,h=!1,g;for(r==null&&(i=o(g=s())),u=0;u<=d;++u)!(u<d&&n(f=c[u],u,c))===h&&((h=!h)?i.lineStart():i.lineEnd()),h&&i.point(+e(f,u,c),+t(f,u,c));if(g)return i=null,g+""||null}return a.x=function(c){return arguments.length?(e=typeof c=="function"?c:vn(+c),a):e},a.y=function(c){return arguments.length?(t=typeof c=="function"?c:vn(+c),a):t},a.defined=function(c){return arguments.length?(n=typeof c=="function"?c:vn(!!c),a):n},a.curve=function(c){return arguments.length?(o=c,r!=null&&(i=o(r)),a):o},a.context=function(c){return arguments.length?(c==null?r=i=null:i=o(r=c),a):r},a}function Cf(e,t,n){var r=null,o=vn(!0),i=null,s=bf,a=null,c=Sh(u);e=typeof e=="function"?e:e===void 0?UO:vn(+e),t=typeof t=="function"?t:vn(t===void 0?0:+t),n=typeof n=="function"?n:n===void 0?qO:vn(+n);function u(f){var h,g,m,v=(f=Th(f)).length,b,y=!1,w,x=new Array(v),S=new Array(v);for(i==null&&(a=s(w=c())),h=0;h<=v;++h){if(!(h<v&&o(b=f[h],h,f))===y)if(y=!y)g=h,a.areaStart(),a.lineStart();else{for(a.lineEnd(),a.lineStart(),m=h-1;m>=g;--m)a.point(x[m],S[m]);a.lineEnd(),a.areaEnd()}y&&(x[h]=+e(b,h,f),S[h]=+t(b,h,f),a.point(r?+r(b,h,f):x[h],n?+n(b,h,f):S[h]))}if(w)return a=null,w+""||null}function d(){return GO().defined(o).curve(s).context(i)}return u.x=function(f){return arguments.length?(e=typeof f=="function"?f:vn(+f),r=null,u):e},u.x0=function(f){return arguments.length?(e=typeof f=="function"?f:vn(+f),u):e},u.x1=function(f){return arguments.length?(r=f==null?null:typeof f=="function"?f:vn(+f),u):r},u.y=function(f){return arguments.length?(t=typeof f=="function"?f:vn(+f),n=null,u):t},u.y0=function(f){return arguments.length?(t=typeof f=="function"?f:vn(+f),u):t},u.y1=function(f){return arguments.length?(n=f==null?null:typeof f=="function"?f:vn(+f),u):n},u.lineX0=u.lineY0=function(){return d().x(e).y(t)},u.lineY1=function(){return d().x(e).y(n)},u.lineX1=function(){return d().x(r).y(t)},u.defined=function(f){return arguments.length?(o=typeof f=="function"?f:vn(!!f),u):o},u.curve=function(f){return arguments.length?(s=f,i!=null&&(a=s(i)),u):s},u.context=function(f){return arguments.length?(f==null?i=a=null:a=s(i=f),u):i},u}class KO{constructor(t,n){this._context=t,this._x=n}areaStart(){this._line=0}areaEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line}point(t,n){switch(t=+t,n=+n,this._point){case 0:{this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break}case 1:this._point=2;default:{this._x?this._context.bezierCurveTo(this._x0=(this._x0+t)/2,this._y0,this._x0,n,t,n):this._context.bezierCurveTo(this._x0,this._y0=(this._y0+n)/2,t,this._y0,t,n);break}}this._x0=t,this._y0=n}}function f2e(e){return new KO(e,!0)}function p2e(e){return new KO(e,!1)}const Mh={draw(e,t){const n=Li(t/mf);e.moveTo(n,0),e.arc(0,0,n,0,vf)}},h2e={draw(e,t){const n=Li(t/5)/2;e.moveTo(-3*n,-n),e.lineTo(-n,-n),e.lineTo(-n,-3*n),e.lineTo(n,-3*n),e.lineTo(n,-n),e.lineTo(3*n,-n),e.lineTo(3*n,n),e.lineTo(n,n),e.lineTo(n,3*n),e.lineTo(-n,3*n),e.lineTo(-n,n),e.lineTo(-3*n,n),e.closePath()}},YO=Li(1/3),g2e=YO*2,m2e={draw(e,t){const n=Li(t/g2e),r=n*YO;e.moveTo(0,-n),e.lineTo(r,0),e.lineTo(0,n),e.lineTo(-r,0),e.closePath()}},v2e={draw(e,t){const n=Li(t),r=-n/2;e.rect(r,r,n,n)}},b2e=.8908130915292852,XO=gf(mf/10)/gf(7*mf/10),C2e=gf(vf/10)*XO,y2e=-zO(vf/10)*XO,x2e={draw(e,t){const n=Li(t*b2e),r=C2e*n,o=y2e*n;e.moveTo(0,-n),e.lineTo(r,o);for(let i=1;i<5;++i){const s=vf*i/5,a=zO(s),c=gf(s);e.lineTo(c*n,-a*n),e.lineTo(a*r-c*o,c*r+a*o)}e.closePath()}},Eh=Li(3),w2e={draw(e,t){const n=-Li(t/(Eh*3));e.moveTo(0,n*2),e.lineTo(-Eh*n,-n),e.lineTo(Eh*n,-n),e.closePath()}},oi=-.5,ii=Li(3)/2,Oh=1/Li(12),S2e=(Oh/2+1)*3,T2e={draw(e,t){const n=Li(t/S2e),r=n/2,o=n*Oh,i=r,s=n*Oh+n,a=-i,c=s;e.moveTo(r,o),e.lineTo(i,s),e.lineTo(a,c),e.lineTo(oi*r-ii*o,ii*r+oi*o),e.lineTo(oi*i-ii*s,ii*i+oi*s),e.lineTo(oi*a-ii*c,ii*a+oi*c),e.lineTo(oi*r+ii*o,oi*o-ii*r),e.lineTo(oi*i+ii*s,oi*s-ii*i),e.lineTo(oi*a+ii*c,oi*c-ii*a),e.closePath()}};function M2e(e,t){let n=null,r=Sh(o);e=typeof e=="function"?e:vn(e||Mh),t=typeof t=="function"?t:vn(t===void 0?64:+t);function o(){let i;if(n||(n=i=r()),e.apply(this,arguments).draw(n,+t.apply(this,arguments)),i)return n=null,i+""||null}return o.type=function(i){return arguments.length?(e=typeof i=="function"?i:vn(i),o):e},o.size=function(i){return arguments.length?(t=typeof i=="function"?i:vn(+i),o):t},o.context=function(i){return arguments.length?(n=i??null,o):n},o}function yf(){}function xf(e,t,n){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+n)/6)}function JO(e){this._context=e}JO.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:xf(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:xf(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function E2e(e){return new JO(e)}function QO(e){this._context=e}QO.prototype={areaStart:yf,areaEnd:yf,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2),this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break}case 3:{this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4);break}}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:xf(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function O2e(e){return new QO(e)}function ek(e){this._context=e}ek.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var n=(this._x0+4*this._x1+e)/6,r=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(n,r):this._context.moveTo(n,r);break;case 3:this._point=4;default:xf(this,e,t);break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}};function k2e(e){return new ek(e)}function tk(e){this._context=e}tk.prototype={areaStart:yf,areaEnd:yf,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(e,t){e=+e,t=+t,this._point?this._context.lineTo(e,t):(this._point=1,this._context.moveTo(e,t))}};function P2e(e){return new tk(e)}function nk(e){return e<0?-1:1}function rk(e,t,n){var r=e._x1-e._x0,o=t-e._x1,i=(e._y1-e._y0)/(r||o<0&&-0),s=(n-e._y1)/(o||r<0&&-0),a=(i*o+s*r)/(r+o);return(nk(i)+nk(s))*Math.min(Math.abs(i),Math.abs(s),.5*Math.abs(a))||0}function ok(e,t){var n=e._x1-e._x0;return n?(3*(e._y1-e._y0)/n-t)/2:t}function kh(e,t,n){var r=e._x0,o=e._y0,i=e._x1,s=e._y1,a=(i-r)/3;e._context.bezierCurveTo(r+a,o+a*t,i-a,s-a*n,i,s)}function wf(e){this._context=e}wf.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:kh(this,this._t0,ok(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var n=NaN;if(e=+e,t=+t,!(e===this._x1&&t===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,kh(this,ok(this,n=rk(this,e,t)),n);break;default:kh(this,this._t0,n=rk(this,e,t));break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=n}}};function ik(e){this._context=new sk(e)}(ik.prototype=Object.create(wf.prototype)).point=function(e,t){wf.prototype.point.call(this,t,e)};function sk(e){this._context=e}sk.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,n,r,o,i){this._context.bezierCurveTo(t,e,r,n,i,o)}};function j2e(e){return new wf(e)}function I2e(e){return new ik(e)}function ak(e){this._context=e}ak.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var e=this._x,t=this._y,n=e.length;if(n)if(this._line?this._context.lineTo(e[0],t[0]):this._context.moveTo(e[0],t[0]),n===2)this._context.lineTo(e[1],t[1]);else for(var r=lk(e),o=lk(t),i=0,s=1;s<n;++i,++s)this._context.bezierCurveTo(r[0][i],o[0][i],r[1][i],o[1][i],e[s],t[s]);(this._line||this._line!==0&&n===1)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(e,t){this._x.push(+e),this._y.push(+t)}};function lk(e){var t,n=e.length-1,r,o=new Array(n),i=new Array(n),s=new Array(n);for(o[0]=0,i[0]=2,s[0]=e[0]+2*e[1],t=1;t<n-1;++t)o[t]=1,i[t]=4,s[t]=4*e[t]+2*e[t+1];for(o[n-1]=2,i[n-1]=7,s[n-1]=8*e[n-1]+e[n],t=1;t<n;++t)r=o[t]/i[t-1],i[t]-=r,s[t]-=r*s[t-1];for(o[n-1]=s[n-1]/i[n-1],t=n-2;t>=0;--t)o[t]=(s[t]-o[t+1])/i[t];for(i[n-1]=(e[n]+o[n-1])/2,t=0;t<n-1;++t)i[t]=2*e[t+1]-o[t+1];return[o,i]}function L2e(e){return new ak(e)}function Sf(e,t){this._context=e,this._t=t}Sf.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&this._point===2&&this._context.lineTo(this._x,this._y),(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:{if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var n=this._x*(1-this._t)+e*this._t;this._context.lineTo(n,this._y),this._context.lineTo(n,t)}break}}this._x=e,this._y=t}};function A2e(e){return new Sf(e,.5)}function R2e(e){return new Sf(e,0)}function D2e(e){return new Sf(e,1)}function hc(e,t){if((s=e.length)>1)for(var n=1,r,o,i=e[t[0]],s,a=i.length;n<s;++n)for(o=i,i=e[t[n]],r=0;r<a;++r)i[r][1]+=i[r][0]=isNaN(o[r][1])?o[r][0]:o[r][1]}function Ph(e){for(var t=e.length,n=new Array(t);--t>=0;)n[t]=t;return n}function V2e(e,t){return e[t]}function N2e(e){const t=[];return t.key=e,t}function _2e(){var e=vn([]),t=Ph,n=hc,r=V2e;function o(i){var s=Array.from(e.apply(this,arguments),N2e),a,c=s.length,u=-1,d;for(const f of i)for(a=0,++u;a<c;++a)(s[a][u]=[0,+r(f,s[a].key,u,i)]).data=f;for(a=0,d=Th(t(s));a<c;++a)s[d[a]].index=a;return n(s,d),s}return o.keys=function(i){return arguments.length?(e=typeof i=="function"?i:vn(Array.from(i)),o):e},o.value=function(i){return arguments.length?(r=typeof i=="function"?i:vn(+i),o):r},o.order=function(i){return arguments.length?(t=i==null?Ph:typeof i=="function"?i:vn(Array.from(i)),o):t},o.offset=function(i){return arguments.length?(n=i??hc,o):n},o}function $2e(e,t){if((r=e.length)>0){for(var n,r,o=0,i=e[0].length,s;o<i;++o){for(s=n=0;n<r;++n)s+=e[n][o][1]||0;if(s)for(n=0;n<r;++n)e[n][o][1]/=s}hc(e,t)}}function H2e(e,t){if((o=e.length)>0){for(var n=0,r=e[t[0]],o,i=r.length;n<i;++n){for(var s=0,a=0;s<o;++s)a+=e[s][n][1]||0;r[n][1]+=r[n][0]=-a/2}hc(e,t)}}function F2e(e,t){if(!(!((s=e.length)>0)||!((i=(o=e[t[0]]).length)>0))){for(var n=0,r=1,o,i,s;r<i;++r){for(var a=0,c=0,u=0;a<s;++a){for(var d=e[t[a]],f=d[r][1]||0,h=d[r-1][1]||0,g=(f-h)/2,m=0;m<a;++m){var v=e[t[m]],b=v[r][1]||0,y=v[r-1][1]||0;g+=b-y}c+=f,u+=g*f}o[r-1][1]+=o[r-1][0]=n,c&&(n-=u/c)}o[r-1][1]+=o[r-1][0]=n,hc(e,t)}}var B2e=["type","size","sizeType"];function jh(){return jh=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},jh.apply(null,arguments)}function ck(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function uk(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?ck(Object(n),!0).forEach(function(r){z2e(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ck(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function z2e(e,t,n){return(t=W2e(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function W2e(e){var t=Z2e(e,"string");return typeof t=="symbol"?t:t+""}function Z2e(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function U2e(e,t){if(e==null)return{};var n,r,o=q2e(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function q2e(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var dk={symbolCircle:Mh,symbolCross:h2e,symbolDiamond:m2e,symbolSquare:v2e,symbolStar:x2e,symbolTriangle:w2e,symbolWye:T2e},G2e=Math.PI/180,K2e=e=>{var t="symbol".concat(ju(e));return dk[t]||Mh},Y2e=(e,t,n)=>{if(t==="area")return e;switch(n){case"cross":return 5*e*e/9;case"diamond":return .5*e*e/Math.sqrt(3);case"square":return e*e;case"star":{var r=18*G2e;return 1.25*e*e*(Math.tan(r)-Math.tan(r*2)*Math.tan(r)**2)}case"triangle":return Math.sqrt(3)*e*e/4;case"wye":return(21-10*Math.sqrt(3))*e*e/8;default:return Math.PI*e*e/4}},X2e=(e,t)=>{dk["symbol".concat(ju(e))]=t},Ih=e=>{var{type:t="circle",size:n=64,sizeType:r="area"}=e,o=U2e(e,B2e),i=uk(uk({},o),{},{type:t,size:n,sizeType:r}),s=()=>{var f=K2e(t),h=M2e().type(f).size(Y2e(n,r,t));return h()},{className:a,cx:c,cy:u}=i,d=mn(i,!0);return c===+c&&u===+u&&n===+n?C.createElement("path",jh({},d,{className:ae("recharts-symbols",a),transform:"translate(".concat(c,", ").concat(u,")"),d:s()})):null};Ih.registerSymbol=X2e;var Lh={},Ah={},fk;function J2e(){return fk||(fk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n,r){const o=new Map;for(let i=0;i<n.length;i++){const s=n[i],a=r(s);o.has(a)||o.set(a,s)}return Array.from(o.values())}e.uniqBy=t})(Ah)),Ah}var Rh={},pk;function hk(){return pk||(pk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return n}e.identity=t})(Rh)),Rh}var Dh={},Vh={},Nh={},gk;function Q2e(){return gk||(gk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return Number.isSafeInteger(n)&&n>=0}e.isLength=t})(Nh)),Nh}var mk;function _h(){return mk||(mk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=Q2e();function n(r){return r!=null&&typeof r!="function"&&t.isLength(r.length)}e.isArrayLike=n})(Vh)),Vh}var $h={},vk;function ece(){return vk||(vk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return typeof n=="object"&&n!==null}e.isObjectLike=t})($h)),$h}var bk;function tce(){return bk||(bk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=_h(),n=ece();function r(o){return n.isObjectLike(o)&&t.isArrayLike(o)}e.isArrayLikeObject=r})(Dh)),Dh}var Hh={},Fh={},Ck;function nce(){return Ck||(Ck=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=ph();function n(r){return function(o){return t.get(o,r)}}e.property=n})(Fh)),Fh}var Bh={},zh={},Wh={},Zh={},yk;function xk(){return yk||(yk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return n!==null&&(typeof n=="object"||typeof n=="function")}e.isObject=t})(Zh)),Zh}var Uh={},wk;function Sk(){return wk||(wk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return n==null||typeof n!="object"&&typeof n!="function"}e.isPrimitive=t})(Uh)),Uh}var qh={},Tk;function Gh(){return Tk||(Tk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n,r){return n===r||Number.isNaN(n)&&Number.isNaN(r)}e.eq=t})(qh)),qh}var Mk;function rce(){return Mk||(Mk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=Kh(),n=xk(),r=Sk(),o=Gh();function i(f,h,g){return typeof g!="function"?t.isMatch(f,h):s(f,h,function m(v,b,y,w,x,S){const T=g(v,b,y,w,x,S);return T!==void 0?!!T:s(v,b,m,S)},new Map)}function s(f,h,g,m){if(h===f)return!0;switch(typeof h){case"object":return a(f,h,g,m);case"function":return Object.keys(h).length>0?s(f,{...h},g,m):o.eq(f,h);default:return n.isObject(f)?typeof h=="string"?h==="":!0:o.eq(f,h)}}function a(f,h,g,m){if(h==null)return!0;if(Array.isArray(h))return u(f,h,g,m);if(h instanceof Map)return c(f,h,g,m);if(h instanceof Set)return d(f,h,g,m);const v=Object.keys(h);if(f==null)return v.length===0;if(v.length===0)return!0;if(m&&m.has(h))return m.get(h)===f;m&&m.set(h,f);try{for(let b=0;b<v.length;b++){const y=v[b];if(!r.isPrimitive(f)&&!(y in f)||h[y]===void 0&&f[y]!==void 0||h[y]===null&&f[y]!==null||!g(f[y],h[y],y,f,h,m))return!1}return!0}finally{m&&m.delete(h)}}function c(f,h,g,m){if(h.size===0)return!0;if(!(f instanceof Map))return!1;for(const[v,b]of h.entries()){const y=f.get(v);if(g(y,b,v,f,h,m)===!1)return!1}return!0}function u(f,h,g,m){if(h.length===0)return!0;if(!Array.isArray(f))return!1;const v=new Set;for(let b=0;b<h.length;b++){const y=h[b];let w=!1;for(let x=0;x<f.length;x++){if(v.has(x))continue;const S=f[x];let T=!1;if(g(S,y,b,f,h,m)&&(T=!0),T){v.add(x),w=!0;break}}if(!w)return!1}return!0}function d(f,h,g,m){return h.size===0?!0:f instanceof Set?u([...f],[...h],g,m):!1}e.isMatchWith=i,e.isSetMatch=d})(Wh)),Wh}var Ek;function Kh(){return Ek||(Ek=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=rce();function n(r,o){return t.isMatchWith(r,o,()=>{})}e.isMatch=n})(zh)),zh}var Yh={},Xh={},Jh={},Ok;function kk(){return Ok||(Ok=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return Object.getOwnPropertySymbols(n).filter(r=>Object.prototype.propertyIsEnumerable.call(n,r))}e.getSymbols=t})(Jh)),Jh}var Qh={},Pk;function e9(){return Pk||(Pk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return n==null?n===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(n)}e.getTag=t})(Qh)),Qh}var t9={},jk;function n9(){return jk||(jk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t="[object RegExp]",n="[object String]",r="[object Number]",o="[object Boolean]",i="[object Arguments]",s="[object Symbol]",a="[object Date]",c="[object Map]",u="[object Set]",d="[object Array]",f="[object Function]",h="[object ArrayBuffer]",g="[object Object]",m="[object Error]",v="[object DataView]",b="[object Uint8Array]",y="[object Uint8ClampedArray]",w="[object Uint16Array]",x="[object Uint32Array]",S="[object BigUint64Array]",T="[object Int8Array]",M="[object Int16Array]",E="[object Int32Array]",O="[object BigInt64Array]",P="[object Float32Array]",k="[object Float64Array]";e.argumentsTag=i,e.arrayBufferTag=h,e.arrayTag=d,e.bigInt64ArrayTag=O,e.bigUint64ArrayTag=S,e.booleanTag=o,e.dataViewTag=v,e.dateTag=a,e.errorTag=m,e.float32ArrayTag=P,e.float64ArrayTag=k,e.functionTag=f,e.int16ArrayTag=M,e.int32ArrayTag=E,e.int8ArrayTag=T,e.mapTag=c,e.numberTag=r,e.objectTag=g,e.regexpTag=t,e.setTag=u,e.stringTag=n,e.symbolTag=s,e.uint16ArrayTag=w,e.uint32ArrayTag=x,e.uint8ArrayTag=b,e.uint8ClampedArrayTag=y})(t9)),t9}var r9={},Ik;function oce(){return Ik||(Ik=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});function t(n){return ArrayBuffer.isView(n)&&!(n instanceof DataView)}e.isTypedArray=t})(r9)),r9}var Lk;function Ak(){return Lk||(Lk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=kk(),n=e9(),r=n9(),o=Sk(),i=oce();function s(d,f){return a(d,void 0,d,new Map,f)}function a(d,f,h,g=new Map,m=void 0){const v=m==null?void 0:m(d,f,h,g);if(v!==void 0)return v;if(o.isPrimitive(d))return d;if(g.has(d))return g.get(d);if(Array.isArray(d)){const b=new Array(d.length);g.set(d,b);for(let y=0;y<d.length;y++)b[y]=a(d[y],y,h,g,m);return Object.hasOwn(d,"index")&&(b.index=d.index),Object.hasOwn(d,"input")&&(b.input=d.input),b}if(d instanceof Date)return new Date(d.getTime());if(d instanceof RegExp){const b=new RegExp(d.source,d.flags);return b.lastIndex=d.lastIndex,b}if(d instanceof Map){const b=new Map;g.set(d,b);for(const[y,w]of d)b.set(y,a(w,y,h,g,m));return b}if(d instanceof Set){const b=new Set;g.set(d,b);for(const y of d)b.add(a(y,void 0,h,g,m));return b}if(typeof Buffer<"u"&&Buffer.isBuffer(d))return d.subarray();if(i.isTypedArray(d)){const b=new(Object.getPrototypeOf(d)).constructor(d.length);g.set(d,b);for(let y=0;y<d.length;y++)b[y]=a(d[y],y,h,g,m);return b}if(d instanceof ArrayBuffer||typeof SharedArrayBuffer<"u"&&d instanceof SharedArrayBuffer)return d.slice(0);if(d instanceof DataView){const b=new DataView(d.buffer.slice(0),d.byteOffset,d.byteLength);return g.set(d,b),c(b,d,h,g,m),b}if(typeof File<"u"&&d instanceof File){const b=new File([d],d.name,{type:d.type});return g.set(d,b),c(b,d,h,g,m),b}if(d instanceof Blob){const b=new Blob([d],{type:d.type});return g.set(d,b),c(b,d,h,g,m),b}if(d instanceof Error){const b=new d.constructor;return g.set(d,b),b.message=d.message,b.name=d.name,b.stack=d.stack,b.cause=d.cause,c(b,d,h,g,m),b}if(typeof d=="object"&&u(d)){const b=Object.create(Object.getPrototypeOf(d));return g.set(d,b),c(b,d,h,g,m),b}return d}function c(d,f,h=d,g,m){const v=[...Object.keys(f),...t.getSymbols(f)];for(let b=0;b<v.length;b++){const y=v[b],w=Object.getOwnPropertyDescriptor(d,y);(w==null||w.writable)&&(d[y]=a(f[y],y,h,g,m))}}function u(d){switch(n.getTag(d)){case r.argumentsTag:case r.arrayTag:case r.arrayBufferTag:case r.dataViewTag:case r.booleanTag:case r.dateTag:case r.float32ArrayTag:case r.float64ArrayTag:case r.int8ArrayTag:case r.int16ArrayTag:case r.int32ArrayTag:case r.mapTag:case r.numberTag:case r.objectTag:case r.regexpTag:case r.setTag:case r.stringTag:case r.symbolTag:case r.uint8ArrayTag:case r.uint8ClampedArrayTag:case r.uint16ArrayTag:case r.uint32ArrayTag:return!0;default:return!1}}e.cloneDeepWith=s,e.cloneDeepWithImpl=a,e.copyProperties=c})(Xh)),Xh}var Rk;function ice(){return Rk||(Rk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=Ak();function n(r){return t.cloneDeepWithImpl(r,void 0,r,new Map,void 0)}e.cloneDeep=n})(Yh)),Yh}var Dk;function sce(){return Dk||(Dk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=Kh(),n=ice();function r(o){return o=n.cloneDeep(o),i=>t.isMatch(i,o)}e.matches=r})(Bh)),Bh}var o9={},i9={},s9={},Vk;function ace(){return Vk||(Vk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=Ak(),n=n9();function r(o,i){return t.cloneDeepWith(o,(s,a,c,u)=>{const d=i==null?void 0:i(s,a,c,u);if(d!==void 0)return d;if(typeof o=="object")switch(Object.prototype.toString.call(o)){case n.numberTag:case n.stringTag:case n.booleanTag:{const f=new o.constructor(o==null?void 0:o.valueOf());return t.copyProperties(f,o),f}case n.argumentsTag:{const f={};return t.copyProperties(f,o),f.length=o.length,f[Symbol.iterator]=o[Symbol.iterator],f}default:return}})}e.cloneDeepWith=r})(s9)),s9}var Nk;function lce(){return Nk||(Nk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=ace();function n(r){return t.cloneDeepWith(r)}e.cloneDeep=n})(i9)),i9}var a9={},l9={},_k;function $k(){return _k||(_k=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=/^(?:0|[1-9]\d*)$/;function n(r,o=Number.MAX_SAFE_INTEGER){switch(typeof r){case"number":return Number.isInteger(r)&&r>=0&&r<o;case"symbol":return!1;case"string":return t.test(r)}}e.isIndex=n})(l9)),l9}var c9={},Hk;function cce(){return Hk||(Hk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=e9();function n(r){return r!==null&&typeof r=="object"&&t.getTag(r)==="[object Arguments]"}e.isArguments=n})(c9)),c9}var Fk;function uce(){return Fk||(Fk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=kO(),n=$k(),r=cce(),o=fh();function i(s,a){let c;if(Array.isArray(a)?c=a:typeof a=="string"&&t.isDeepKey(a)&&(s==null?void 0:s[a])==null?c=o.toPath(a):c=[a],c.length===0)return!1;let u=s;for(let d=0;d<c.length;d++){const f=c[d];if((u==null||!Object.hasOwn(u,f))&&!((Array.isArray(u)||r.isArguments(u))&&n.isIndex(f)&&f<u.length))return!1;u=u[f]}return!0}e.has=i})(a9)),a9}var Bk;function dce(){return Bk||(Bk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=Kh(),n=jO(),r=lce(),o=ph(),i=uce();function s(a,c){switch(typeof a){case"object":{Object.is(a==null?void 0:a.valueOf(),-0)&&(a="-0");break}case"number":{a=n.toKey(a);break}}return c=r.cloneDeep(c),function(u){const d=o.get(u,a);return d===void 0?i.has(u,a):c===void 0?d===void 0:t.isMatch(d,c)}}e.matchesProperty=s})(o9)),o9}var zk;function fce(){return zk||(zk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=hk(),n=nce(),r=sce(),o=dce();function i(s){if(s==null)return t.identity;switch(typeof s){case"function":return s;case"object":return Array.isArray(s)&&s.length===2?o.matchesProperty(s[0],s[1]):r.matches(s);case"string":case"symbol":case"number":return n.property(s)}}e.iteratee=i})(Hh)),Hh}var Wk;function pce(){return Wk||(Wk=1,(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:"Module"});const t=J2e(),n=hk(),r=tce(),o=fce();function i(s,a=n.identity){return r.isArrayLikeObject(s)?t.uniqBy(Array.from(s),o.iteratee(a)):[]}e.uniqBy=i})(Lh)),Lh}var u9,Zk;function hce(){return Zk||(Zk=1,u9=pce().uniqBy),u9}var gce=hce();const Uk=wi(gce);function mce(e,t,n){return t===!0?Uk(e,n):typeof t=="function"?Uk(e,t):e}var Tf={exports:{}},d9={},Mf={exports:{}},f9={};/**
363
363
  * @license React
364
364
  * use-sync-external-store-shim.production.js
365
365
  *
@@ -454,7 +454,7 @@ Take a look at the reducer(s) handling this action type: ${g.type}.
454
454
  *
455
455
  * This source code is licensed under the MIT license found in the
456
456
  * LICENSE file in the root directory of this source tree.
457
- */var XD;function _ge(){return XD||(XD=1,process.env.NODE_ENV!=="production"&&(function(){function e(c,u){return c===u&&(c!==0||1/c===1/u)||c!==c&&u!==u}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=L,n=typeof Object.is=="function"?Object.is:e,r=t.useSyncExternalStore,o=t.useRef,i=t.useEffect,s=t.useMemo,a=t.useDebugValue;Ov.useSyncExternalStoreWithSelector=function(c,u,d,f,h){var g=o(null);if(g.current===null){var m={hasValue:!1,value:null};g.current=m}else m=g.current;g=s(function(){function b(T){if(!y){if(y=!0,w=T,T=f(T),h!==void 0&&m.hasValue){var M=m.value;if(h(M,T))return x=M}return x=T}if(M=x,n(w,T))return M;var E=f(T);return h!==void 0&&h(M,E)?(w=T,M):(w=T,x=E)}var y=!1,w,x,S=d===void 0?null:d;return[function(){return b(u())},S===null?void 0:function(){return b(S())}]},[u,d,f,h]);var v=r(c,g[0],g[1]);return i(function(){m.hasValue=!0,m.value=v},[v]),a(v),v},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),Ov}var JD;function $ge(){return JD||(JD=1,process.env.NODE_ENV==="production"?o6.exports=Nge():o6.exports=_ge()),o6.exports}$ge();function Hge(e){e()}function Fge(){let e=null,t=null;return{clear(){e=null,t=null},notify(){Hge(()=>{let n=e;for(;n;)n.callback(),n=n.next})},get(){const n=[];let r=e;for(;r;)n.push(r),r=r.next;return n},subscribe(n){let r=!0;const o=t={callback:n,next:null,prev:t};return o.prev?o.prev.next=o:e=o,function(){!r||e===null||(r=!1,o.next?o.next.prev=o.prev:t=o.prev,o.prev?o.prev.next=o.next:e=o.next)}}}}var QD={notify(){},get:()=>[]};function Bge(e,t){let n,r=QD,o=0,i=!1;function s(v){d();const b=r.subscribe(v);let y=!1;return()=>{y||(y=!0,b(),f())}}function a(){r.notify()}function c(){m.onStateChange&&m.onStateChange()}function u(){return i}function d(){o++,n||(n=e.subscribe(c),r=Fge())}function f(){o--,n&&o===0&&(n(),n=void 0,r.clear(),r=QD)}function h(){i||(i=!0,d())}function g(){i&&(i=!1,f())}const m={addNestedSub:s,notifyNestedSubs:a,handleChangeWrapper:c,isSubscribed:u,trySubscribe:h,tryUnsubscribe:g,getListeners:()=>r};return m}var zge=()=>typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Wge=zge(),Zge=()=>typeof navigator<"u"&&navigator.product==="ReactNative",Uge=Zge(),qge=()=>Wge||Uge?C.useLayoutEffect:C.useEffect,Gge=qge(),kv=Symbol.for("react-redux-context"),Pv=typeof globalThis<"u"?globalThis:{};function Kge(){if(!C.createContext)return{};const e=Pv[kv]??(Pv[kv]=new Map);let t=e.get(C.createContext);return t||(t=C.createContext(null),process.env.NODE_ENV!=="production"&&(t.displayName="ReactRedux"),e.set(C.createContext,t)),t}var Yge=Kge();function Xge(e){const{children:t,context:n,serverState:r,store:o}=e,i=C.useMemo(()=>{const c=Bge(o),u={store:o,subscription:c,getServerState:r?()=>r:void 0};if(process.env.NODE_ENV==="production")return u;{const{identityFunctionCheck:d="once",stabilityCheck:f="once"}=e;return Object.assign(u,{stabilityCheck:f,identityFunctionCheck:d})}},[o,r]),s=C.useMemo(()=>o.getState(),[o]);Gge(()=>{const{subscription:c}=i;return c.onStateChange=c.notifyNestedSubs,c.trySubscribe(),s!==o.getState()&&c.notifyNestedSubs(),()=>{c.tryUnsubscribe(),c.onStateChange=void 0}},[i,s]);const a=n||Yge;return C.createElement(a.Provider,{value:i},t)}var Jge=Xge,Qge=(e,t)=>t,jv=me([Qge,zt,ZL,er,HA,Ws,z6e,Jn],G6e),Iv=e=>{var t=e.currentTarget.getBoundingClientRect(),n=t.width/e.currentTarget.offsetWidth,r=t.height/e.currentTarget.offsetHeight;return{chartX:Math.round((e.clientX-t.left)/n),chartY:Math.round((e.clientY-t.top)/r)}},eV=si("mouseClick"),tV=Vu();tV.startListening({actionCreator:eV,effect:(e,t)=>{var n=e.payload,r=jv(t.getState(),Iv(n));(r==null?void 0:r.activeIndex)!=null&&t.dispatch(Xpe({activeIndex:r.activeIndex,activeDataKey:void 0,activeCoordinate:r.activeCoordinate}))}});var Lv=si("mouseMove"),nV=Vu();nV.startListening({actionCreator:Lv,effect:(e,t)=>{var n=e.payload,r=t.getState(),o=Tm(r,r.tooltip.settings.shared),i=jv(r,Iv(n));o==="axis"&&((i==null?void 0:i.activeIndex)!=null?t.dispatch(jA({activeIndex:i.activeIndex,activeDataKey:void 0,activeCoordinate:i.activeCoordinate})):t.dispatch(PA()))}});function eme(e,t){return t instanceof HTMLElement?"HTMLElement <".concat(t.tagName,' class="').concat(t.className,'">'):t===window?"global.window":t}var rV={accessibilityLayer:!0,barCategoryGap:"10%",barGap:4,barSize:void 0,className:void 0,maxBarSize:void 0,stackOffset:"none",syncId:void 0,syncMethod:"index"},oV=Ao({name:"rootProps",initialState:rV,reducers:{updateOptions:(e,t)=>{var n;e.accessibilityLayer=t.payload.accessibilityLayer,e.barCategoryGap=t.payload.barCategoryGap,e.barGap=(n=t.payload.barGap)!==null&&n!==void 0?n:rV.barGap,e.barSize=t.payload.barSize,e.maxBarSize=t.payload.maxBarSize,e.stackOffset=t.payload.stackOffset,e.syncId=t.payload.syncId,e.syncMethod=t.payload.syncMethod,e.className=t.payload.className}}}),tme=oV.reducer,{updateOptions:nme}=oV.actions,iV=Ao({name:"polarOptions",initialState:null,reducers:{updatePolarOptions:(e,t)=>t.payload}}),{updatePolarOptions:rme}=iV.actions,ome=iV.reducer,sV=si("keyDown"),aV=si("focus"),Av=Vu();Av.startListening({actionCreator:sV,effect:(e,t)=>{var n=t.getState(),r=n.rootProps.accessibilityLayer!==!1;if(r){var{keyboardInteraction:o}=n.tooltip,i=e.payload;if(!(i!=="ArrowRight"&&i!=="ArrowLeft"&&i!=="Enter")){var s=Number(Om(o,Lc(n))),a=Ws(n);if(i==="Enter"){var c=Vp(n,"axis","hover",String(o.index));t.dispatch(Em({active:!o.active,activeIndex:o.index,activeDataKey:o.dataKey,activeCoordinate:c}));return}var u=Bpe(n),d=u==="left-to-right"?1:-1,f=i==="ArrowRight"?1:-1,h=s+f*d;if(!(a==null||h>=a.length||h<0)){var g=Vp(n,"axis","hover",String(h));t.dispatch(Em({active:!0,activeIndex:h.toString(),activeDataKey:void 0,activeCoordinate:g}))}}}}}),Av.startListening({actionCreator:aV,effect:(e,t)=>{var n=t.getState(),r=n.rootProps.accessibilityLayer!==!1;if(r){var{keyboardInteraction:o}=n.tooltip;if(!o.active&&o.index==null){var i="0",s=Vp(n,"axis","hover",String(i));t.dispatch(Em({activeDataKey:void 0,active:!0,activeIndex:i,activeCoordinate:s}))}}}});var di=si("externalEvent"),lV=Vu();lV.startListening({actionCreator:di,effect:(e,t)=>{if(e.payload.handler!=null){var n=t.getState(),r={activeCoordinate:A6e(n),activeDataKey:WA(n),activeIndex:Zs(n),activeLabel:zA(n),activeTooltipIndex:Zs(n),isTooltipActive:R6e(n)};e.payload.handler(r,e.payload.reactEvent)}}});var ime=me([Ic],e=>e.tooltipItemPayloads),sme=me([ime,c1,(e,t,n)=>t,(e,t,n)=>n],(e,t,n,r)=>{var o=e.find(a=>a.settings.dataKey===r);if(o!=null){var{positions:i}=o;if(i!=null){var s=t(i,n);return s}}}),cV=si("touchMove"),uV=Vu();uV.startListening({actionCreator:cV,effect:(e,t)=>{var n=e.payload,r=t.getState(),o=Tm(r,r.tooltip.settings.shared);if(o==="axis"){var i=jv(r,Iv({clientX:n.touches[0].clientX,clientY:n.touches[0].clientY,currentTarget:n.currentTarget}));(i==null?void 0:i.activeIndex)!=null&&t.dispatch(jA({activeIndex:i.activeIndex,activeDataKey:void 0,activeCoordinate:i.activeCoordinate}))}else if(o==="item"){var s,a=n.touches[0],c=document.elementFromPoint(a.clientX,a.clientY);if(!c||!c.getAttribute)return;var u=c.getAttribute(z9),d=(s=c.getAttribute(W9))!==null&&s!==void 0?s:void 0,f=sme(t.getState(),u,d);t.dispatch(kA({activeDataKey:d,activeIndex:u,activeCoordinate:f}))}}});var ame=bP({brush:ihe,cartesianAxis:$9e,chartData:u5e,errorBars:c8e,graphicalItems:C7e,layout:oue,legend:Bue,options:i5e,polarAxis:$4e,polarOptions:ome,referenceElements:mhe,rootProps:tme,tooltip:Jpe}),lme=function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"Chart";return P0e({reducer:ame,preloadedState:t,middleware:r=>r({serializableCheck:!1}).concat([tV.middleware,nV.middleware,Av.middleware,lV.middleware,uV.middleware]),devTools:{serialize:{replacer:eme},name:"recharts-".concat(n)}})};function dV(e){var{preloadedState:t,children:n,reduxStoreName:r}=e,o=Cr(),i=L.useRef(null);if(o)return n;i.current==null&&(i.current=lme(t,r));var s=g9;return C.createElement(Jge,{context:s,store:i.current},n)}function fV(e){var{layout:t,width:n,height:r,margin:o}=e,i=On(),s=Cr();return L.useEffect(()=>{s||(i(tue(t)),i(nue({width:n,height:r})),i(eue(o)))},[i,s,t,n,r,o]),null}function pV(e){var t=On();return L.useEffect(()=>{t(nme(e))},[t,e]),null}var cme=["children"];function ume(e,t){if(e==null)return{};var n,r,o=dme(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function dme(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}function i6(){return i6=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i6.apply(null,arguments)}var fme={width:"100%",height:"100%"},pme=L.forwardRef((e,t)=>{var n=vj(),r=bj(),o=Mj();if(!vc(n)||!vc(r))return null;var{children:i,otherAttributes:s,title:a,desc:c}=e,u,d;return typeof s.tabIndex=="number"?u=s.tabIndex:u=o?0:void 0,typeof s.role=="string"?d=s.role:d=o?"application":void 0,C.createElement(BO,i6({},s,{title:a,desc:c,role:d,tabIndex:u,width:n,height:r,style:fme,ref:t}),i)}),hme=e=>{var{children:t}=e,n=ot(Gf);if(!n)return null;var{width:r,height:o,y:i,x:s}=n;return C.createElement(BO,{width:r,height:o,x:s,y:i},t)},hV=L.forwardRef((e,t)=>{var{children:n}=e,r=ume(e,cme),o=Cr();return o?C.createElement(hme,null,n):C.createElement(pme,i6({ref:t},r),n)});function gme(){var e=On(),[t,n]=L.useState(null),r=ot(Aue);return L.useEffect(()=>{if(t!=null){var o=t.getBoundingClientRect(),i=o.width/t.offsetWidth;Ro(i)&&i!==r&&e(rue(i))}},[t,e,r]),n}function gV(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function mme(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?gV(Object(n),!0).forEach(function(r){vme(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):gV(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function vme(e,t,n){return(t=bme(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function bme(e){var t=Cme(e,"string");return typeof t=="symbol"?t:t+""}function Cme(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var yme=L.forwardRef((e,t)=>{var{children:n,className:r,height:o,onClick:i,onContextMenu:s,onDoubleClick:a,onMouseDown:c,onMouseEnter:u,onMouseLeave:d,onMouseMove:f,onMouseUp:h,onTouchEnd:g,onTouchMove:m,onTouchStart:v,style:b,width:y}=e,w=On(),[x,S]=L.useState(null),[T,M]=L.useState(null);p5e();var E=gme(),O=L.useCallback(Y=>{E(Y),typeof t=="function"&&t(Y),S(Y),M(Y)},[E,t,S,M]),P=L.useCallback(Y=>{w(eV(Y)),w(di({handler:i,reactEvent:Y}))},[w,i]),k=L.useCallback(Y=>{w(Lv(Y)),w(di({handler:u,reactEvent:Y}))},[w,u]),j=L.useCallback(Y=>{w(PA()),w(di({handler:d,reactEvent:Y}))},[w,d]),I=L.useCallback(Y=>{w(Lv(Y)),w(di({handler:f,reactEvent:Y}))},[w,f]),A=L.useCallback(()=>{w(aV())},[w]),D=L.useCallback(Y=>{w(sV(Y.key))},[w]),N=L.useCallback(Y=>{w(di({handler:s,reactEvent:Y}))},[w,s]),_=L.useCallback(Y=>{w(di({handler:a,reactEvent:Y}))},[w,a]),Z=L.useCallback(Y=>{w(di({handler:c,reactEvent:Y}))},[w,c]),B=L.useCallback(Y=>{w(di({handler:h,reactEvent:Y}))},[w,h]),H=L.useCallback(Y=>{w(di({handler:v,reactEvent:Y}))},[w,v]),V=L.useCallback(Y=>{w(cV(Y)),w(di({handler:m,reactEvent:Y}))},[w,m]),$=L.useCallback(Y=>{w(di({handler:g,reactEvent:Y}))},[w,g]);return C.createElement(QA.Provider,{value:x},C.createElement(l2e.Provider,{value:T},C.createElement("div",{className:ae("recharts-wrapper",r),style:mme({position:"relative",cursor:"default",width:y,height:o},b),onClick:P,onContextMenu:N,onDoubleClick:_,onFocus:A,onKeyDown:D,onMouseDown:Z,onMouseEnter:k,onMouseLeave:j,onMouseMove:I,onMouseUp:B,onTouchEnd:$,onTouchMove:V,onTouchStart:H,ref:O},n)))}),xme=["children","className","width","height","style","compact","title","desc"];function wme(e,t){if(e==null)return{};var n,r,o=Sme(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function Sme(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var mV=L.forwardRef((e,t)=>{var{children:n,className:r,width:o,height:i,style:s,compact:a,title:c,desc:u}=e,d=wme(e,xme),f=Ii(d);return a?C.createElement(hV,{otherAttributes:f,title:c,desc:u},n):C.createElement(yme,{className:r,style:s,width:o,height:i,onClick:e.onClick,onMouseLeave:e.onMouseLeave,onMouseEnter:e.onMouseEnter,onMouseMove:e.onMouseMove,onMouseDown:e.onMouseDown,onMouseUp:e.onMouseUp,onContextMenu:e.onContextMenu,onDoubleClick:e.onDoubleClick,onTouchStart:e.onTouchStart,onTouchMove:e.onTouchMove,onTouchEnd:e.onTouchEnd},C.createElement(hV,{otherAttributes:f,title:c,desc:u,ref:t},C.createElement(vhe,null,n)))}),Tme=["width","height"];function Rv(){return Rv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Rv.apply(null,arguments)}function Mme(e,t){if(e==null)return{};var n,r,o=Eme(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function Eme(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var Ome={top:5,right:5,bottom:5,left:5},kme={accessibilityLayer:!0,layout:"horizontal",stackOffset:"none",barCategoryGap:"10%",barGap:4,margin:Ome,reverseStackOrder:!1,syncMethod:"index"},Dv=L.forwardRef(function(t,n){var r,o=Ur(t.categoricalChartProps,kme),{width:i,height:s}=o,a=Mme(o,Tme);if(!vc(i)||!vc(s))return null;var{chartName:c,defaultTooltipEventType:u,validateTooltipEventTypes:d,tooltipPayloadSearcher:f,categoricalChartProps:h}=t,g={chartName:c,defaultTooltipEventType:u,validateTooltipEventTypes:d,tooltipPayloadSearcher:f,eventEmitter:void 0};return C.createElement(dV,{preloadedState:{options:g},reduxStoreName:(r=h.id)!==null&&r!==void 0?r:c},C.createElement(mD,{chartData:h.data}),C.createElement(fV,{width:i,height:s,layout:o.layout,margin:o.margin}),C.createElement(pV,{accessibilityLayer:o.accessibilityLayer,barCategoryGap:o.barCategoryGap,maxBarSize:o.maxBarSize,stackOffset:o.stackOffset,barGap:o.barGap,barSize:o.barSize,syncId:o.syncId,syncMethod:o.syncMethod,className:o.className}),C.createElement(mV,Rv({},a,{width:i,height:s,ref:n})))}),Pme=["axis","item"],jme=L.forwardRef((e,t)=>C.createElement(Dv,{chartName:"BarChart",defaultTooltipEventType:"axis",validateTooltipEventTypes:Pme,tooltipPayloadSearcher:_p,categoricalChartProps:e,ref:t}));function Ime(e){var t=On();return L.useEffect(()=>{t(rme(e))},[t,e]),null}var Lme=["width","height","layout"];function Vv(){return Vv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Vv.apply(null,arguments)}function Ame(e,t){if(e==null)return{};var n,r,o=Rme(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function Rme(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var Dme={top:5,right:5,bottom:5,left:5},Vme={accessibilityLayer:!0,stackOffset:"none",barCategoryGap:"10%",barGap:4,margin:Dme,reverseStackOrder:!1,syncMethod:"index",layout:"radial"},Nme=L.forwardRef(function(t,n){var r,o=Ur(t.categoricalChartProps,Vme),{width:i,height:s,layout:a}=o,c=Ame(o,Lme);if(!vc(i)||!vc(s))return null;var{chartName:u,defaultTooltipEventType:d,validateTooltipEventTypes:f,tooltipPayloadSearcher:h}=t,g={chartName:u,defaultTooltipEventType:d,validateTooltipEventTypes:f,tooltipPayloadSearcher:h,eventEmitter:void 0};return C.createElement(dV,{preloadedState:{options:g},reduxStoreName:(r=o.id)!==null&&r!==void 0?r:u},C.createElement(mD,{chartData:o.data}),C.createElement(fV,{width:i,height:s,layout:a,margin:o.margin}),C.createElement(pV,{accessibilityLayer:o.accessibilityLayer,barCategoryGap:o.barCategoryGap,maxBarSize:o.maxBarSize,stackOffset:o.stackOffset,barGap:o.barGap,barSize:o.barSize,syncId:o.syncId,syncMethod:o.syncMethod,className:o.className}),C.createElement(Ime,{cx:o.cx,cy:o.cy,startAngle:o.startAngle,endAngle:o.endAngle,innerRadius:o.innerRadius,outerRadius:o.outerRadius}),C.createElement(mV,Vv({width:i,height:s},c,{ref:n})))}),_me=["item"],$me={layout:"centric",startAngle:0,endAngle:360,cx:"50%",cy:"50%",innerRadius:0,outerRadius:"80%"},Hme=L.forwardRef((e,t)=>{var n=Ur(e,$me);return C.createElement(Nme,{chartName:"PieChart",defaultTooltipEventType:"item",validateTooltipEventTypes:_me,tooltipPayloadSearcher:_p,categoricalChartProps:n,ref:t})}),Fme=["item"],Bme=L.forwardRef((e,t)=>C.createElement(Dv,{chartName:"ScatterChart",defaultTooltipEventType:"item",validateTooltipEventTypes:Fme,tooltipPayloadSearcher:_p,categoricalChartProps:e,ref:t})),zme=["axis"],Nv=L.forwardRef((e,t)=>C.createElement(Dv,{chartName:"ComposedChart",defaultTooltipEventType:"axis",validateTooltipEventTypes:zme,tooltipPayloadSearcher:_p,categoricalChartProps:e,ref:t}));const s6=e=>{const{coordinate:t,customY:n,placement:r="top",offset:o={x:0,y:0}}=e,i=n??t.y,s=t.x;let a,c,u;switch(r){case"top":c=s+o.x,u=i+o.y,a="translate(-50%, -100%)";break;case"bottom":c=s+o.x,u=i+o.y,a="translate(-50%, 0%)";break;case"left":c=s+o.x,u=i+o.y,a="translate(-100%, -50%)";break;case"right":c=s+o.x,u=i+o.y,a="translate(0%, -50%)";break;default:c=s+o.x,u=i+o.y,a="translate(-50%, -100%)"}return{position:"absolute",left:c,top:u,transform:a,zIndex:1e3,pointerEvents:"none"}},a6=()=>({pointerEvents:"none","& *":{pointerEvents:"none"}}),Wme=e=>{const{active:t,payload:n,formatter:r,unit:o,coordinate:i,icons:s}=e,a=de();if(!t||!n||!n.length||!i)return null;const c=n[0],u=r?r(c.value):a.numbers.valueFormatterFn(c.value),d=m=>{if(m===void 0)return"top";const v=(m%360+360)%360;return v>=315||v<45?"right":v>=45&&v<135?"top":v>=135&&v<225?"left":"bottom"},f=p.jsxs(fe,{direction:"column",alignItems:"flex-start",justifyContent:"center",spacing:a.spacing(1),children:[p.jsxs(fe,{direction:"row",alignItems:"center",spacing:a.spacing(1),children:[s&&c.payload&&c.payload.index!==void 0&&s[c.payload.index]?p.jsx(ee,{minWidth:"24px",width:"24px",height:"24px",sx:{background:c.payload.color||"#ccc",padding:"4px",color:"#fff",display:"flex",alignItems:"center",justifyContent:"center",borderRadius:"3px"},children:s[c.payload.index]}):p.jsx(ee,{sx:{width:"12px",height:"12px",borderRadius:"3px",backgroundColor:c.payload.color}}),p.jsx(ie,{variant:"h6",children:c.name})]}),p.jsxs(fe,{direction:"row",alignItems:"flex-end",spacing:.5,children:[p.jsx(ie,{variant:"number-inter",sx:{p:0,m:0,lineHeight:a.spacing(4)},children:u}),p.jsx(ie,{variant:"small-bold",color:a.custom.grey[1400],children:o})]})]}),h=d(i.angle),g=s6({coordinate:{x:i.x,y:i.y},placement:h});return c.name&&p.jsx(ee,{sx:g,children:p.jsx(Oi,{width:"max-content",title:f,placement:h,arrow:!0,open:!0,sx:a6(),children:p.jsx("div",{style:{width:1,height:1,visibility:"hidden",pointerEvents:"none"}})})})},Zme=300,vV="78%",bV="100%",CV="50%",yV="50%",Ume=300,qme=0,Gme=.4,Kme=2,Yme="0.2s",Xme=1,Jme=e=>{var b,y,w;const t=de(),{data:n,hoveredArcIndex:r,spacing:o,borderWidth:i,borderColor:s,showTooltip:a,tooltipPos:c,valuesFormatterFn:u,language:d,valuesUnit:f,icons:h,onMouseEnter:g,onMouseLeave:m,onLegendAction:v}=e;return p.jsxs(ee,{position:"relative",width:"100%",height:Zme,children:[p.jsx(Rc,{width:"100%",height:"100%",style:{outline:"none"},children:p.jsxs(Hme,{children:[p.jsx(cv,{data:n,cx:CV,cy:yV,innerRadius:vV,outerRadius:bV,paddingAngle:o,dataKey:"value",isAnimationActive:!0,animationDuration:Ume,animationBegin:qme,onMouseEnter:g,onMouseLeave:m,onClick:(x,S)=>{v&&v(S)},stroke:"none",style:{outline:"none"},children:n.map((x,S)=>{const T=r===S,M=r===null||T?x.color:Tt(x.color).alpha(Gme).css();return p.jsx(Na,{fill:M,strokeWidth:i,stroke:s,style:{filter:T?`drop-shadow(0 0 ${Kme}px ${x.color})`:"none",cursor:"pointer",transition:`all ${Yme} ease-in-out`},className:T?"cell-hovered":"cell-idle"},`cell-${S}`)})}),(n.length===0||n.every(x=>x.value===0))&&p.jsx(cv,{data:[{name:"empty",value:Xme}],cx:CV,cy:yV,innerRadius:vV,outerRadius:bV,dataKey:"value",fill:t.palette.primary[50]||"rgba(0, 0, 0, 0)"})]})}),a&&p.jsx(Wme,{active:r!==null,payload:r!==null?[{name:((b=n[r])==null?void 0:b.name)??"",value:((y=n[r])==null?void 0:y.value)??0,color:((w=n[r])==null?void 0:w.color)??"",payload:n[r]||{}}]:[],formatter:u,language:d,unit:f,coordinate:c,icons:h})]})},Qme=5,eve=0,tve=2,nve="900px",rve=100,ove=700,ive="28px auto",sve=6,xV="0.2s",b1=1,wV=100,ave=e=>{const t=de(),{values:n,labels:r,colors:o,legend:i,children:s,valuesUnit:a,className:c,valuesFormatterFn:u=t.numbers.valueFormatterFn,createPalette:d=!0,isLoading:f=!1,displayTotal:h=!0,fullWidthLegend:g=!1,displayTotalVariant:m="number-big",spacing:v=Qme,borderWidth:b=eve,borderColor:y,hoverOffset:w=tve,icons:x,showTooltip:S=!0,width:T=nve}=e,M=L.useRef(null),E=L.useRef(null),O=Mn.language,P=ei(t.breakpoints.down("md")),k=Dle(t,rve,ove),j=(i==null?void 0:i.position)??"bottom",I=d?Vle(o&&o.length?o:k,n??[]):o??k,A=$le(n,r,I),D=zle(n,h),N=Ble(s,h,D,u),{hoveredArcIndex:_,tooltipPos:Z,handleLegendHover:B,handleMouseEnter:H,handleMouseOut:V}=Wle(A,M);return p.jsxs(fe,{direction:j==="bottom"||P?"column":"row",gap:t.spacing(sve),className:`doughnut-chart ${c}`,ref:E,sx:{maxWidth:T,width:"100%"},children:[p.jsx(fe,{sx:{flex:1},children:p.jsxs(ee,{position:"relative",margin:ive,sx:{"& *":{outline:"none"},".cell-hovered":{animation:`cell-hovered ${xV} ease-in-out forwards`,transformOrigin:"center"},".cell-idle":{transform:`scale(${b1})`,transformOrigin:"center",animation:`cell-idle ${xV} ease-in-out forwards`},"@keyframes cell-hovered":{"0%":{transform:`scale(${b1})`},"100%":{transform:`scale(${b1+w/wV})`},"@keyframes cell-idle":{"0%":{transform:`scale(${b1+w/wV})`},"100%":{transform:`scale(${b1})`}}},width:"100%"},className:"doughnut-chart-wrapper",id:"doughnut-chart-wrapper",ref:M,children:[p.jsx(Jme,{data:A,hoveredArcIndex:_,spacing:v,borderWidth:b,borderColor:y,showTooltip:S,tooltipPos:Z,valuesFormatterFn:u,language:O,valuesUnit:a,icons:x,onMouseEnter:H,onMouseLeave:V,onLegendAction:$=>{var Y,X,ne;(Y=i==null?void 0:i.actions)!=null&&Y[$]&&((ne=(X=i.actions)[$])==null||ne.call(X))}}),p.jsx(Zle,{isLoading:f,displayValue:N,displayTotalVariant:m,valuesUnit:a,displayTotal:h})]})}),p.jsx(ee,{display:"flex",width:g?"100%":"inherit",sx:{width:g?"100%":"inherit",flex:1},children:i&&p.jsx(MO,{labels:r,hoveredDatasetIndex:_,onLegendHover:B,values:n,colors:I,legend:i,icons:x,chartRef:M})})]})},lve=()=>{const[e,t]=L.useState(null),[n,r]=L.useState(null),[o,i]=L.useState(null),[s,a]=L.useState(null),[c,u]=L.useState(!1),d=L.useRef(null),f=L.useRef(!1);L.useEffect(()=>{f.current=c},[c]);const h=L.useCallback(()=>{d.current&&(clearTimeout(d.current),d.current=null)},[]),g=L.useCallback((S,T,M)=>{h(),u(!1),t(T),r({xValue:(M==null?void 0:M.x)??S.x,yValue:(M==null?void 0:M.y)??S.y,dataX:S.x,dataY:S.y,pixelX:(M==null?void 0:M.x)??S.x,pixelY:(M==null?void 0:M.y)??S.y})},[h]),m=L.useCallback((S,T,M)=>{h(),i(T),a({xValue:(M==null?void 0:M.x)??S.x,yValue:(M==null?void 0:M.y)??S.y,dataX:S.x,dataY:S.y,pixelX:(M==null?void 0:M.x)??S.x,pixelY:(M==null?void 0:M.y)??S.y}),u(!0)},[h]),v=L.useCallback(()=>{h(),f.current||(t(null),r(null))},[h]),b=L.useCallback(()=>{h()},[h]),y=L.useCallback(()=>{h(),f.current||(d.current=setTimeout(()=>{t(null),r(null)},1e3))},[h]),w=L.useCallback(()=>{f.current||(h(),t(null),r(null))},[h]),x=L.useCallback(()=>{h(),i(null),a(null),r(null),u(!1)},[h]);return{hoveredIndex:e,hover:n,pinnedIndex:o,pinnedHover:s,isPinned:c,handlePointEnter:g,handlePointClick:m,handlePointLeave:v,handleTooltipEnter:b,handleTooltipLeave:y,handleChartMouseLeave:w,handleDismissTooltip:x}},cve=20,SV=15,uve=e=>{const t=de(),{hover:n,valueFormatterFn:r=t.numbers.valueFormatterFn,precision:o,xDomain:i,yDomain:s}=e;if(!n)return null;const a=x=>parseFloat(t.spacing(x)),c=12,u=.6,d=a(1),f=a(2.5),h=a(3.75),g=a(0),m=t.shape.borderRadius??4,v=t.custom.grey[2800],b=t.palette.common.white,y=x=>r(x,o),w=x=>Math.max(h,Math.round(x.length*c*u)+2*d);return p.jsxs(p.Fragment,{children:[p.jsx(g1,{segment:[{x:i[0],y:n.dataY},{x:n.dataX,y:n.dataY}],stroke:t.palette.text.primary,label:x=>{const{viewBox:S}=x;if(!S||!n)return p.jsx("g",{});const T=y(n.dataY),M=w(T),E=S.x-g-M-SV,O=S.y-f/2,P=E+M/2,k=O+f/2+1;return p.jsxs("g",{style:{pointerEvents:"none"},children:[p.jsx("line",{x1:S.x,y1:S.y,x2:S.x-SV,y2:S.y,stroke:t.palette.text.primary,strokeWidth:1}),p.jsx("rect",{x:E,y:O,width:M,height:f,fill:v,rx:m}),p.jsx("text",{x:P,y:k,fill:b,fontSize:c,fontWeight:600,textAnchor:"middle",dominantBaseline:"middle",children:T})]})}}),p.jsx(g1,{segment:[{x:n.dataX,y:s[0]},{x:n.dataX,y:n.dataY}],stroke:t.palette.text.primary,label:x=>{const{viewBox:S}=x;if(!S||!n)return p.jsx("g",{});const T=y(n.dataX),M=w(T),E=S.x-M/2,O=S.y+S.height+cve,P=E+M/2,k=O+f/2+1;return p.jsxs("g",{style:{pointerEvents:"none"},children:[p.jsx("line",{x1:E+M/2,y1:O+f,x2:E+M/2,y2:O-f,stroke:t.palette.text.primary,strokeWidth:1}),p.jsx("rect",{x:E,y:O,width:M,height:f,fill:v,rx:m}),p.jsx("text",{x:P,y:k,fill:b,fontSize:c,fontWeight:600,textAnchor:"middle",dominantBaseline:"middle",children:T})]})}})]})},dve={x:0,y:-5},fve=L.forwardRef((e,t)=>{var E,O,P,k,j,I,A;const n=de(),{point:r,coordinate:o,valueFormatterFn:i=n.numbers.valueFormatterFn,precision:s,unit:a,xUnit:c,yUnit:u,textOptions:d,showSeriesInTooltip:f=!0,tooltipOptions:h,onTooltipEnter:g,onTooltipLeave:m,handleDismissTooltip:v}=e,b=r.seriesName,y=u??a,w=c??a,x=(d==null?void 0:d.for)??"for",S=()=>p.jsx(ee,{role:"button",onClick:()=>v==null?void 0:v(),sx:{cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",padding:n.spacing(.25),height:n.spacing(2.75),width:n.spacing(2.75),transform:`translate(${n.spacing(1.25)}, -${n.spacing(1.25)}) rotate(45deg)`,borderRadius:"50%","&:hover":{color:n.palette.common.white,backgroundColor:"text.secondary",boxShadow:"0px 0px 4px rgba(0, 0, 0, 0.1)"}},children:p.jsx(bt,{icon:"plus",size:2})}),T=p.jsxs(fe,{direction:"column",spacing:n.spacing(.5),pb:n.spacing(.25),onClick:D=>D.stopPropagation(),onMouseLeave:()=>m==null?void 0:m(),sx:{pointerEvents:"auto"},children:[p.jsxs(fe,{direction:"row",alignItems:"center",justifyContent:"space-between",spacing:n.spacing(1),children:[p.jsx(ie,{variant:"h4",lineHeight:n.spacing(2),children:r.label}),p.jsx(S,{})]}),p.jsxs(fe,{pt:n.spacing(1),direction:"row",spacing:n.spacing(.5),alignItems:"center",flexWrap:"wrap",children:[p.jsx(ie,{variant:"number-small",lineHeight:n.spacing(2),color:"text.primary",children:i(r.y,s)}),p.jsx(ie,{variant:"body2",lineHeight:n.spacing(2),color:"text.secondary",children:y?` ${y}`:""}),p.jsx(ie,{variant:"body2",lineHeight:n.spacing(2),color:"text.primary",children:x}),p.jsx(ie,{variant:"number-small",lineHeight:n.spacing(2),color:"text.primary",children:i(r.x,s)}),p.jsx(ie,{variant:"body2",lineHeight:n.spacing(2),color:"text.secondary",children:w?` ${w}`:""})]}),r.additionalContent&&p.jsx(ee,{sx:{pt:n.spacing(2)},children:r.additionalContent}),b&&f&&p.jsx(fe,{direction:"row",alignItems:"flex-end",justifyContent:"flex-end",spacing:n.spacing(1),pt:n.spacing(2),children:p.jsxs(fe,{direction:"row",alignItems:"center",spacing:n.spacing(1),children:[p.jsx(ee,{sx:{width:n.spacing(1.5),height:n.spacing(1.5),borderRadius:"50%",backgroundColor:r.seriesColor}}),p.jsx(ie,{variant:"body2",lineHeight:n.spacing(2),color:"text.secondary",fontWeight:500,children:b})]})}),h!=null&&h.button?h.button.href?p.jsx(L3,{href:h.button.href,target:"_blank",rel:"noopener noreferrer",children:p.jsx(st,{sx:{color:n.palette.text.primary,mt:n.spacing(2)},variant:(E=h==null?void 0:h.button)==null?void 0:E.variant,size:(O=h==null?void 0:h.button)==null?void 0:O.size,startIcon:(P=h==null?void 0:h.button)==null?void 0:P.startIcon,onClick:D=>{var N,_;D.stopPropagation(),(_=(N=h==null?void 0:h.button)==null?void 0:N.onClick)==null||_.call(N)},children:h.button.text})}):p.jsx(st,{sx:{mt:n.spacing(2)},variant:(k=h==null?void 0:h.button)==null?void 0:k.variant,size:(j=h==null?void 0:h.button)==null?void 0:j.size,startIcon:(I=h==null?void 0:h.button)==null?void 0:I.startIcon,onClick:D=>{var N,_;D.stopPropagation(),(_=(N=h==null?void 0:h.button)==null?void 0:N.onClick)==null||_.call(N)},children:(A=h==null?void 0:h.button)==null?void 0:A.text}):null]}),M=s6({coordinate:{x:o.xValue,y:o.yValue},placement:"top",offset:dve});return p.jsx(ee,{ref:t,style:{position:"absolute",...M,zIndex:n.zIndex.tooltip,pointerEvents:"auto"},onMouseEnter:g,onMouseLeave:m,children:p.jsx(Oi,{width:"inherit",title:T,placement:"top",arrow:!0,open:!0,sx:{...a6()},children:p.jsx("div",{style:{width:1,height:1,visibility:"hidden",pointerEvents:"none"}})})})}),_v=8,TV=12,MV=8,pve=.6,hve=45,EV=40,gve=30,mve=15,OV=200,vve=10,bve=250,Cve=(e,t)=>{const n=[],r=Object.keys(t);e.forEach((i,s)=>{const c=(s+1)%r.length+1,u=t[c].main,d=i.color||u;i.data.forEach(f=>{n.push({...f,pointIndex:n.length,seriesIndex:s,seriesName:i.name,seriesColor:d})})});const o=n.length<=vve;return{allPoints:n,shouldShowLabels:o}},yve=(e,t,n)=>{const r=Object.keys(t);return e.map((o,i)=>{const a=(i+1)%r.length+1,c=t[a].main;return{seriesId:i,name:o.name,color:o.color||c,points:o.data.map(u=>({...u,pointIndex:n.findIndex(d=>d.seriesIndex===i&&d.x===u.x&&d.y===u.y&&d.label===u.label)}))}})},xve=e=>Math.round(e.length*TV*pve),wve=(e,t,n,r)=>{const o=r>0?r-EV:Number.POSITIVE_INFINITY,i=e+_v+MV,s=e-_v-MV,a=xve(n),u=i+a>o;return{x:u?s:i,y:t,anchor:u?"end":"start"}},Sve=e=>{const{groupedData:t,allPoints:n,hoveredIndex:r,pinnedIndex:o,isTooltipActive:i,isAnimationActive:s,shouldShowLabels:a,containerWidth:c,onPointEnter:u,onPointLeave:d,onPointClick:f}=e,h=de(),g=m=>{const{x:v,y:b,cx:y,cy:w,value:x,payload:S}=m,M=(S==null?void 0:S.label)||(typeof x=="number"?String(x):(x??"").toString());if(!M)return null;const E=typeof y=="number"?y:typeof v=="number"?v:void 0,O=typeof w=="number"?w:typeof b=="number"?b:void 0;if(E===void 0||O===void 0)return null;const{x:P,y:k,anchor:j}=wve(E,O,M,c);return p.jsx("g",{style:{pointerEvents:"none"},children:p.jsx("text",{x:P,y:k+1,fill:h.palette.text.primary,fontSize:TV,fontWeight:600,textAnchor:j,dominantBaseline:"middle",children:M})})};return p.jsx(p.Fragment,{children:t.map(m=>p.jsx(UD,{isAnimationActive:!1,fill:m.color,data:m.points.map(v=>{const b=r!==null&&v.pointIndex!==r;return{...v,label:v.label,fill:m.color,opacity:b?.4:1,r:_v}}),shape:v=>{const{cx:b,cy:y,r:w,fill:x}=v,S=v.pointIndex,T=r!==null&&S!==r,E={cursor:"pointer",...S!==void 0&&S===o&&i?{filter:"drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5))",stroke:"#fff",strokeWidth:2}:{filter:"none"}};return p.jsx(Xm,{cx:b,cy:y,r:w,fill:x,"data-scatter-point":"true",style:bve<=n.length?E:{...E,transform:`scale(${s?0:1})`,transformOrigin:"50% 50%",opacity:T?.4:1,transition:`all ${OV}ms cubic-bezier(0.86, 0, 0.07, 1)`},onMouseEnter:()=>{if(typeof S=="number"){const O=n[S];O&&u(O,S,{x:b,y})}},onMouseLeave:()=>{d()},onClick:()=>{if(typeof S=="number"){const O=n[S];if(O){const P={stopPropagation:()=>{}};f==null||f(O,S,{x:b,y},P)}}}})},children:a&&p.jsx($o,{dataKey:"label",content:g})},m.seriesId))})},Tve=e=>{const t=de(),{values:n,valueFormatterFn:r=t.numbers.valueFormatterFn,precision:o,language:i,unit:s,xUnit:a,yUnit:c,textOptions:u,showSeriesInTooltip:d=!0,tooltipOptions:f}=e,{hoveredIndex:h,hover:g,pinnedIndex:m,pinnedHover:v,isPinned:b,handlePointEnter:y,handlePointClick:w,handlePointLeave:x,handleTooltipEnter:S,handleTooltipLeave:T,handleDismissTooltip:M}=lve(),{allPoints:E,shouldShowLabels:O}=L.useMemo(()=>Cve(n,t.custom.dataviz.colorsWithExtra),[n,t.custom.dataviz.colorsWithExtra]),P=L.useMemo(()=>yve(n,t.custom.dataviz.colorsWithExtra,E),[n,t.custom.dataviz.colorsWithExtra,E]),{xDomain:k,yDomain:j}=L.useMemo(()=>{const $=n.flatMap(K=>K.data);if($.length===0)return{xDomain:[0,100],yDomain:[0,100]};const Y=$.map(K=>K.x),X=$.map(K=>K.y),ne=Math.min(...Y),q=Math.max(...Y),J=Math.min(...X),te=Math.max(...X);return{xDomain:[Math.max(0,ne),q],yDomain:[Math.max(0,J),te]}},[n]),[I,A]=L.useState(!0),D=L.useRef(null),N=L.useRef(null),[_,Z]=L.useState(0),B=i??Mn.language,H=typeof o=="number"?Math.min(100,Math.max(0,o)):void 0,V=L.useCallback($=>r($,H),[r,H]);return L.useEffect(()=>{const $=setTimeout(()=>{A(!1)},OV);return()=>clearTimeout($)},[]),L.useEffect(()=>{const $=D.current;if(!$)return;const Y=()=>Z($.clientWidth);Y();const X=new ResizeObserver(Y);return X.observe($),()=>X.disconnect()},[]),p.jsxs(ee,{onClick:$=>{const Y=$.target;if(Y.classList.contains("recharts-dot"))return;const X=N.current;X&&X.contains(Y)||M()},onMouseLeave:()=>M(),ref:D,sx:{position:"relative",width:"100%",height:"100%"},children:[p.jsx(Rc,{width:"100%",height:"100%",children:p.jsxs(Bme,{margin:{top:hve,right:EV,left:gve,bottom:mve},children:[p.jsx(m1,{strokeDasharray:"4 4",stroke:t.palette.divider}),p.jsx(Gl,{type:"number",dataKey:"x",domain:k,tickLine:!1,axisLine:{stroke:t.palette.divider},tick:{fontFamily:"Montserrat",fontSize:14,style:{transform:`translateY(${t.spacing(2)})`}},tickFormatter:V,allowDecimals:!0}),p.jsx(Ha,{type:"number",dataKey:"y",domain:j,tickLine:!1,axisLine:{stroke:t.palette.divider},tick:{fontFamily:"Montserrat",fontSize:14,style:{transform:`translateX(-${t.spacing(2)})`,pointerEvents:"none"}},tickFormatter:V,allowDecimals:!0,style:{pointerEvents:"none"}}),p.jsx(uve,{hover:g,valueFormatterFn:r,precision:H,language:B,xDomain:k,yDomain:j}),p.jsx(Sve,{groupedData:P,allPoints:E,hoveredIndex:h,pinnedIndex:m,isTooltipActive:!!(b&&m!==null&&v&&E[m]),isAnimationActive:I,shouldShowLabels:O,containerWidth:_,onPointEnter:y,onPointLeave:x,onPointClick:($,Y,X,ne)=>{ne.stopPropagation(),w($,Y,X)}})]})}),!!(b&&m!==null&&v&&E[m])&&p.jsx(fve,{ref:N,point:E[m],coordinate:v,series:n,valueFormatterFn:r,precision:o,unit:s,xUnit:a,yUnit:c,textOptions:u,showSeriesInTooltip:d,handleDismissTooltip:M,tooltipOptions:f,onTooltipEnter:S,onTooltipLeave:T})]})},Mve=e=>{const{values:t,xLabel:n,yLabel:r,width:o="100%",height:i="800px",valueFormatterFn:s,precision:a,language:c,unit:u,xUnit:d,yUnit:f,textOptions:h,onLegendHover:g,tooltipOptions:m}=e,v=de(),[b,y]=L.useState(new Set),w=L.useMemo(()=>t.length<=1?t:t.map((S,T)=>({...S,data:b.has(T)?[]:S.data})).filter(S=>S.data.length>0),[t,b]),x=S=>{t.length<=1||y(T=>{const M=new Set(T);return M.has(S)?M.delete(S):M.size<t.length-1&&M.add(S),M})};return p.jsxs(p.Fragment,{children:[p.jsx(fe,{direction:"column",position:"relative",width:o,minHeight:v.spacing(50),height:i,justifyContent:"stretch",sx:{"& *":{outline:"none"}},children:p.jsxs(ee,{sx:{border:`1px solid ${v.palette.divider}`,backgroundColor:v.palette.background.paper,borderRadius:v.spacing(1),width:"100%",height:i,padding:v.spacing(3),display:"flex",flexDirection:"column"},children:[p.jsx(ee,{sx:{mb:v.spacing(2),pointerEvents:"none"},children:p.jsxs(ee,{sx:{display:"flex",alignItems:"center",gap:".5rem"},children:[p.jsx(ie,{variant:"h4",children:r}),p.jsx(ie,{variant:"body",children:"-"}),p.jsx(ie,{variant:"body",children:f})]})}),p.jsx(ee,{sx:{position:"relative",width:"100%",flex:1},children:p.jsx(Tve,{values:w,valueFormatterFn:s,precision:a,language:c,unit:u,xUnit:d,yUnit:f,textOptions:h,onLegendHover:g,tooltipOptions:m,showSeriesInTooltip:t.length>1})}),p.jsx(ee,{sx:{mt:v.spacing(2),display:"flex",justifyContent:"flex-end",pointerEvents:"none"},children:p.jsxs(ee,{sx:{display:"flex",alignItems:"center",gap:".5rem"},children:[p.jsx(ie,{variant:"h4",children:n}),p.jsx(ie,{variant:"body",children:"-"}),p.jsx(ie,{variant:"body",children:d})]})})]})}),t&&t.length>0&&p.jsx(ee,{sx:{mt:v.spacing(4),pb:v.spacing(4)},children:p.jsx(ee,{sx:{display:"flex",justifyContent:"flex-start",flexWrap:"wrap",gap:`${v.spacing(2)} ${v.spacing(6)}`},children:t.map((S,T)=>{const E=(T+1)%Object.keys(v.custom.dataviz.colorsWithExtra).length+1,O=S.color||v.custom.dataviz.colorsWithExtra[E].main;return p.jsxs(ee,{sx:{display:"flex",alignItems:"center",gap:v.spacing(1),cursor:t.length>1?"pointer":"default",opacity:b.has(T)?.4:1},onClick:()=>{t.length>1&&x(T),g==null||g(T)},children:[p.jsx(ee,{sx:{width:v.spacing(1.5),height:v.spacing(1.5),borderRadius:"50%",backgroundColor:O,flexShrink:0}}),p.jsx(ie,{variant:"body2",fontWeight:500,sx:{fontSize:"14px",color:v.palette.text.primary},children:S.name})]},S.name)})})})]})},Eve={x:0,y:-5},$v=e=>{const{x:t,y:n,value:r,unit:o,formatValue:i,showDelta:s,deltaProps:a,zIndex:c=1e3}=e,u=de(),d=a!=null&&a.isPositive?u.custom.green[500]:u.custom.red[500],f=a!=null&&a.isPositive?u.custom.green[100]:u.custom.red[100],h=s6({coordinate:{x:t,y:n},placement:"top",offset:Eve});return p.jsx(ee,{sx:{...h,zIndex:c},children:p.jsx(Oi,{width:"unset",padding:u.spacing(.5,1),title:p.jsxs(fe,{direction:"row",alignItems:"center",spacing:1,children:[p.jsxs(ie,{variant:"h6",sx:{fontWeight:700,color:u.custom.grey[2800]},children:[i(r),o?` ${o}`:""]}),s&&a&&a.percentageChange>0&&p.jsxs(fe,{direction:"row",alignItems:"center",spacing:u.spacing(1),sx:{color:d,fontWeight:600},children:[p.jsx(ee,{sx:{borderRadius:u.spacing(1),display:"flex",alignItems:"center",justifyContent:"center",width:u.spacing(2),height:u.spacing(2),border:`1px solid ${d}`,backgroundColor:f},children:p.jsx(bt,{icon:a.isIncrease?"arrowUpRight":"arrowDownRight",size:1,color:d})}),p.jsx(ie,{variant:"body2",sx:{fontWeight:600},children:Intl.NumberFormat(a.language,{style:"percent",maximumFractionDigits:a.precision}).format(a.percentageChange/100)})]})]}),placement:"top",open:!0,arrow:!0,sx:a6(),children:p.jsx("div",{})})})},Ove=(e,t,n,r,o,i,s)=>{var w,x;const a=s?n.length-1:n.findIndex(S=>S===String(r));if(a<0)return null;const c=typeof e=="number"?e:null,u=o.total??0,d=a>0?t.reduce((S,T)=>S+(T.data[a-1]||0),0):0,f=c!==null?((w=t[c])==null?void 0:w.data[a])??0:void 0,h=c!==null?a>0?((x=t[c])==null?void 0:x.data[a-1])??0:0:void 0,g=typeof f=="number"?f:u,m=typeof h=="number"?h:d,v=g>m,b=i==="increase"?v:!v,y=m>0?Math.abs((g-m)/m*100):0;return{currentIndex:a,currentTotal:u,previousTotal:d,currentSegment:f,previousSegment:h,valueToDisplay:g,previousValue:m,isIncrease:v,isPositive:b,percentageChange:y}},kve=(e,t,n,r,o)=>{const i=typeof t=="number"?t:e.x,s=typeof n=="number"?n:e.y;return{curX:i,curY:s,prevXPos:typeof r=="number"?r:void 0,prevYPos:typeof o=="number"?o:void 0}},kV=(e,t,n)=>t(e,n),Pve=(e,t,n,r,o)=>{var f,h;const i=((f=e[t])==null?void 0:f.data[0])??0,s=((h=e[t])==null?void 0:h.data[n])??0,a=n===r.length-1&&r.length>=2&&i>0,c=a?Math.abs((s-i)/i*100):0,u=s>i;return{firstVal:i,val:s,showDelta:a,pctChange:c,isIncreaseVsFirst:u,isPositiveVsFirst:o==="increase"?u:!u}},jve=e=>{const{hoveredIdx:t,labels:n,datasets:r,allCenters:o,allTopYs:i,coordinate:s,positiveTrend:a,currentIndex:c,unit:u,valueFormatterFn:d,precision:f,language:h}=e;if(!d)throw new Error("valueFormatterFn is required");const g=m=>kV(m,d,f);return p.jsx(p.Fragment,{children:n.map((m,v)=>{const b=o[v],y=typeof i[v]=="number"?i[v]:s.y;if(typeof b!="number"||typeof y!="number")return null;const w=Pve(r,t,v,n,a);return p.jsx($v,{x:b,y,value:w.val,unit:u,formatValue:g,showDelta:w.showDelta,deltaProps:w.showDelta?{percentageChange:w.pctChange,isIncrease:w.isIncreaseVsFirst,isPositive:w.isPositiveVsFirst,precision:f,language:h}:void 0,zIndex:c===v?1001:1e3},`multi-tip-${v}`)})})},Ive=e=>{var j;const t=de(),{active:n,payload:r,label:o,unit:i,valueFormatterFn:s=t.numbers.valueFormatterFn,precision:a=0,language:c,positiveTrend:u,datasets:d,labels:f,barTopY:h,coordinate:g,hoveredDatasetIndex:m,prevBarTopY:v,prevX:b,currentX:y,allCenters:w,allTopYs:x,legendHovering:S}=e;if(!n||!r||!r.length||!g||m==null)return null;const T=(j=r[0])==null?void 0:j.payload;if(!T)return null;const M=Ove(m,d,f,o??"",T,u,S??!1);if(!M)return null;const E=I=>kV(I,s,a),O=f.length>1&&Array.isArray(w)&&Array.isArray(x),P=typeof m=="number"?m:null;if(O&&P!==null)return p.jsx(jve,{hoveredIdx:P,labels:f,datasets:d,allCenters:w,allTopYs:x,coordinate:g,positiveTrend:u,currentIndex:M.currentIndex,unit:i,valueFormatterFn:s,precision:a,language:c});const k=kve(g,y,h,b,v);return p.jsxs(p.Fragment,{children:[p.jsx($v,{x:k.curX,y:k.curY,value:M.valueToDisplay,unit:i,formatValue:E,showDelta:M.currentIndex>0&&M.percentageChange>0,deltaProps:{percentageChange:M.percentageChange,isIncrease:M.isIncrease,isPositive:M.isPositive,precision:a,language:c}}),M.currentIndex>0&&k.prevXPos!=null&&k.prevYPos!=null&&p.jsx($v,{x:k.prevXPos,y:k.prevYPos,value:M.previousValue,unit:i,formatValue:E})]})},Lve=(e,t)=>e.map((n,r)=>{const o={name:n,total:0};let i=0;return t.forEach((s,a)=>{const c=s.data[r]||0;o[`dataset_${a}`]=c,o[`hoverBottom_${a}`]=i,i+=c,o.total+=c}),o}),Ave=(e,t)=>{const n=Object.values(t.custom.dataviz.colorsWithExtra).map(r=>r.main);return e.map((r,o)=>r.backgroundColor||n[o%n.length])},Rve=e=>e.map(t=>(t.data||[]).reduce((n,r)=>n+(r||0),0)),PV=(e,t,n,r,o=!1)=>{const i=Math.abs(n.x-t.x),s=t.x+i*.5,a=t.y,c=n.x-i*.5,u=n.y;return{cp1:{x:s,y:a},cp2:{x:c,y:u}}},Dve=e=>{const[t,n]=L.useState(null),[r,o]=L.useState(!1),i=L.useRef({}),s=L.useRef({}),a=L.useRef({}),c=L.useRef({}),u=L.useRef(null);L.useEffect(()=>{i.current={}},[e]);const d=(y,w,x)=>{if(typeof y=="string"&&typeof w=="number"&&typeof x=="number"){const S=i.current[y]||{},T=S[w];S[w]=typeof T=="number"?Math.min(T,x):x,i.current[y]=S}},f=(y,w,x)=>{if(typeof y=="string"&&typeof w=="number"&&typeof x=="number"){const S=a.current[y]||{};S[w]=x,a.current[y]=S}},h=(y,w)=>{typeof y=="string"&&typeof w=="number"&&(s.current[y]=w)},g=(y,w)=>{typeof y=="string"&&typeof w=="number"&&(c.current[y]=w/2)},m=L.useCallback(y=>{n(y),o(!1)},[]),v=L.useCallback(()=>{n(null),o(!1)},[]),b=L.useCallback(y=>{n(y),o(y!==null)},[]);return{hoveredDatasetIndex:t,isLegendHover:r,barTopsRef:i,barCentersRef:s,barBottomsRef:a,barHalfWidthRef:c,chartContainerRef:u,registerBarTopY:d,registerBarBottomY:f,registerBarCenterX:h,registerBarHalfWidth:g,handleDatasetHover:m,handleDatasetLeave:v,handleLegendHover:b}},Vve="80",l6=4,fi=0,Nve=50,_ve=50,$ve=200,Hve=2,Fve=0,Bve=e=>{const{values:t,colors:n,hoveredDatasetIndex:r,maxBarSize:o,segmentGap:i,registerBarTopY:s,registerBarBottomY:a,registerBarCenterX:c,registerBarHalfWidth:u,onDatasetHover:d,onDatasetLeave:f}=e;return p.jsx(p.Fragment,{children:t.map((h,g)=>p.jsx(_a,{dataKey:`dataset_${g}`,name:h.label,stackId:"evolution",fill:r===null||r===g?n[g]:`${n[g]}${Vve}`,radius:g===t.length-1?[l6,l6,fi,fi]:[fi,fi,fi,fi],animationBegin:Nve+g*_ve,animationDuration:$ve,maxBarSize:o,onMouseEnter:()=>d(g),onMouseLeave:f,shape:m=>{const v=m,b=v.y;s(v.payload.name,g,b),s(v.payload.name,-1,b);const y=v.x,w=v.width;y!==void 0&&w!==void 0&&(c(v.payload.name,y+w/Hve),u(v.payload.name,w));let x=v.height;typeof x=="number"&&g>0&&(x=Math.max(Fve,x-i)),b!==void 0&&x!==void 0&&a(v.payload.name,g,b+x);const S={radius:g===t.length-1?[l6,l6,fi,fi]:[fi,fi,fi,fi],x:y,y:b,width:w,height:x,fill:m.fill,stroke:m.stroke,strokeWidth:m.strokeWidth,strokeDasharray:m.strokeDasharray,strokeOpacity:m.strokeOpacity,fillOpacity:m.fillOpacity};return p.jsx(bc,{...S})}},`dataset_${g}`))})},zve=e=>{var h,g,m,v,b,y;const{hoveredDatasetIndex:t,labels:n,barCentersRef:r,barHalfWidthRef:o,barTopsRef:i,barBottomsRef:s,colors:a,areaGap:c,barWidth:u}=e;if(t===null)return null;const d=c/2,f=[];for(let w=0;w<n.length-1;w+=1){const x=n[w],S=n[w+1],T=r.current[x],M=o.current[x]??u/2,E=r.current[S],O=o.current[S]??u/2,P=(h=i.current[x])==null?void 0:h[t],k=(g=i.current[S])==null?void 0:g[t];let j=(m=s.current[x])==null?void 0:m[t];j==null&&t>0&&(j=(v=i.current[x])==null?void 0:v[t-1]);let I=(b=s.current[S])==null?void 0:b[t];if(I==null&&t>0&&(I=(y=i.current[S])==null?void 0:y[t-1]),typeof T=="number"&&typeof M=="number"&&typeof E=="number"&&typeof O=="number"&&typeof P=="number"&&typeof k=="number"&&typeof j=="number"&&typeof I=="number"){const A=T+M+d,D=E-O-d,N=w>0?{}:{},_={x:A,y:P},Z={x:D,y:k},B=w<n.length-2?{}:{},{cp1:H,cp2:V}=PV(N,_,Z,B,!1),$=w>0?{}:{},Y={x:A,y:j},X={x:D,y:I},ne=w<n.length-2?{}:{},{cp1:q,cp2:J}=PV($,Y,X,ne,!0),te=[`M ${_.x} ${_.y}`,`C ${H.x} ${H.y} ${V.x} ${V.y} ${Z.x} ${Z.y}`,`L ${X.x} ${X.y}`,`C ${J.x} ${J.y} ${q.x} ${q.y} ${Y.x} ${Y.y}`,"Z"].join(" ");f.push(te)}}return f.length===0?null:p.jsx("g",{style:{pointerEvents:"none"},children:f.map((w,x)=>p.jsx("path",{d:w,fill:$e(a[t],.2),stroke:"none"},x))})},Wve="415px",Zve="100%",Uve=4,qve=8,jV=44,Gve=45,Kve=0,Yve=30,Xve=5,Jve="20%",Qve=3,ebe=50,tbe=e=>{const t=de(),{labels:n,values:r,unit:o,height:i=Wve,width:s=Zve,legend:a,valueFormatterFn:c=t.numbers.valueFormatterFn,precision:u,icons:d=[],showLegend:f=!0,improvement:h="decrease",segmentGap:g=Uve,areaGap:m=qve}=e,v=Mn.language,b=ei(t.breakpoints.down("md")),y=(a==null?void 0:a.position)??"right",w=(a==null?void 0:a.fullWidthLegend)??!1,x=L.useMemo(()=>Lve(n,r),[n,r]),S=L.useMemo(()=>Ave(r,t),[r,t]),T=L.useMemo(()=>Rve(r),[r]),{hoveredDatasetIndex:M,isLegendHover:E,barTopsRef:O,barCentersRef:P,barBottomsRef:k,barHalfWidthRef:j,chartContainerRef:I,registerBarTopY:A,registerBarBottomY:D,registerBarCenterX:N,registerBarHalfWidth:_,handleDatasetHover:Z,handleDatasetLeave:B,handleLegendHover:H}=Dve(x);return p.jsxs(fe,{direction:f&&!b?y==="bottom"?"column":"row":"column",position:"relative",height:i,gap:t.spacing(Qve),minHeight:t.spacing(ebe),justifyContent:"stretch",sx:{padding:t.spacing(3),width:s},children:[p.jsx(ee,{display:"flex",sx:{"& *":{outline:"none"},height:"100%",position:"relative",flex:1},ref:I,children:p.jsx(Rc,{width:"100%",children:p.jsxs(Nv,{data:x,margin:{top:Gve,right:Kve,left:Yve,bottom:Xve},barCategoryGap:Jve,children:[p.jsx(m1,{strokeDasharray:"4 4",stroke:t.palette.divider,vertical:!1}),p.jsx(Gl,{dataKey:"name",strokeDasharray:"4 4",strokeWidth:0,tick:{fontFamily:"Montserrat",fontSize:14,style:{transform:`translateY(${t.spacing(2)})`}},axisLine:{stroke:t.palette.divider},tickLine:!1,interval:"equidistantPreserveStart",padding:{left:0,right:0}}),p.jsx(Ha,{width:"auto",strokeDasharray:"4 4",strokeWidth:1,tick:{fontFamily:"Montserrat",fontSize:14,style:{transform:`translateX(-${t.spacing(2)})`}},axisLine:{stroke:t.palette.divider},tickLine:!1,tickFormatter:V=>c(Number(V),u),children:p.jsx(xr,{value:o,position:"insideTopLeft",style:{fontFamily:"Montserrat",fontSize:"14px",transform:`translate(-${t.spacing(2.5)}, -${t.spacing(6)})`}})}),p.jsx(Ha,{strokeDasharray:"4 4",strokeWidth:1,axisLine:{stroke:t.palette.divider},yAxisId:"evolution-chart-right-axis",type:"number",orientation:"right"}),p.jsx(cR,{cursor:!1,content:V=>{var F,G,R,Q;if(!V.active||!V.payload||!V.payload.length)return null;const $=V&&(typeof V.label=="string"||typeof V.label=="number")?String(V.label):void 0,Y=$!=null?typeof M=="number"?(F=O.current[$])==null?void 0:F[M]:(G=O.current[$])==null?void 0:G[-1]:void 0,X=$!=null?P.current[$]:void 0,ne=$!=null?n.findIndex(oe=>oe===$):-1,q=ne>0?n[ne-1]:void 0,J=q!=null?typeof M=="number"?(R=O.current[q])==null?void 0:R[M]:(Q=O.current[q])==null?void 0:Q[-1]:void 0,te=q!=null?P.current[q]:void 0,K=n.map(oe=>P.current[oe]),U=typeof M=="number"?n.map(oe=>{var se;return(se=O.current[oe])==null?void 0:se[M]}):void 0;return p.jsx(Ive,{...V,unit:o,valueFormatterFn:c,precision:u,language:v,positiveTrend:h,datasets:r,labels:n,barTopY:Y,hoveredDatasetIndex:M,prevBarTopY:J,prevX:te,currentX:X,allCenters:K,allTopYs:U,legendHovering:E})},wrapperStyle:{zIndex:1e3},contentStyle:{background:"transparent",border:"none",boxShadow:"none",padding:0},isAnimationActive:!1}),p.jsx(Bve,{values:r,colors:S,hoveredDatasetIndex:M,maxBarSize:jV,segmentGap:g,registerBarTopY:A,registerBarBottomY:D,registerBarCenterX:N,registerBarHalfWidth:_,onDatasetHover:Z,onDatasetLeave:B}),p.jsx(HR,{component:()=>p.jsx(zve,{hoveredDatasetIndex:M,labels:n,barCentersRef:P,barHalfWidthRef:j,barTopsRef:O,barBottomsRef:k,colors:S,areaGap:m,barWidth:jV})})]})})}),f&&p.jsx(ee,{display:"flex",sx:{maxWidth:w||y==="bottom"||b?"100%":"350px",flex:1},children:p.jsx(MO,{labels:r.map(V=>V.label),colors:S,icons:d,legend:a,hidePercentage:!0,hoveredDatasetIndex:M,onLegendHover:H,values:T,chartRef:I})})]})},nbe=e=>{const t=de(),n=Mn.language,{actionsTotalValue:r,improvement:o,target:i,goal:s,unit:a="",textOptions:c,precision:u}=e,d=[],f=(()=>{const g=(s==null?void 0:s.value)??0,m=(i==null?void 0:i.value)??0;if(m===0||g===0)return 0;const v=g-m;return o==="increase"?m/g*100:(v/Math.abs(m)+1)*100})(),h=g=>g&&g>=0?o==="decrease"?t.custom.red[600]:t.custom.green[600]:g&&g<=0?o==="decrease"?t.custom.green[600]:t.custom.red[600]:t.custom.green[600];return c!=null&&c.setOfActionsLabel&&r!==null&&d.push({label:c.setOfActionsLabel,value:`${r.toLocaleString(n,{minimumFractionDigits:u||0,maximumFractionDigits:u||0})}`,color:h(r),unit:a}),c!=null&&c.goalProgressLabelDescription&&i&&s&&d.push({label:null,additionalComponent:p.jsx(AE,{completionPercent:f,improvement:o,color:RE(f,t),label:c.goalProgressLabelDescription})}),d},rbe=e=>{const t=de(),{label:n,value:r,unit:o,additionalComponent:i}=e;return p.jsxs(Ti,{elevation:0,sx:{borderRadius:t.spacing(1),height:"100%",display:"flex",flexDirection:"column",justifyContent:"center",p:t.spacing(2,2.5),gap:t.spacing(1.5),border:`1px solid ${t.palette.divider}`},children:[n!==null&&p.jsx(ee,{sx:{display:"flex",alignItems:"center"},children:p.jsx(ie,{variant:"big-bold",fontWeight:"semi-bold",fontSize:t.spacing(2),color:"text.primary",children:n})}),r!==void 0&&p.jsxs(fe,{direction:"row",spacing:1,alignItems:"baseline",children:[p.jsx(ie,{variant:"big-bold",fontWeight:"bold",fontSize:t.spacing(4),color:e.color,children:r}),p.jsx(ie,{variant:"small-medium",fontSize:t.spacing(2),color:t.custom.grey[1400],children:o})]}),i&&p.jsx(ee,{sx:{transform:`translate(${t.spacing(-.5)}, ${t.spacing(-1.5)})`},children:i})]})},obe=e=>{const t=de(),{textOptions:n,target:r,goal:o,actionsTotalValue:i,improvement:s,precision:a,unit:c}=e,d={...{setOfActionsLabel:"",goalProgressLabelDescription:""},...n},f=nbe({actionsTotalValue:i,improvement:s,target:r,goal:o,unit:c,precision:a,textOptions:d});return f.length===0?null:p.jsx(ec,{container:!0,spacing:2,sx:{pt:t.spacing(2),alignItems:"stretch"},children:f.map((h,g)=>p.jsx(ec,{size:{xs:12,sm:6,md:3},children:p.jsx(rbe,{...h})},`${h.label}-${g}`))})},ibe=e=>{const{startingValue:t,differences:n}=e,r={pivot:null,results:[]};return n.reduce((i,s)=>{const a=i.pivot??t,c=a+s;return i.results.push([a,c]),i.pivot=c,i},r).results},sbe=(e,t,n,r,o,i,s,a,c)=>{const u=(n??[]).filter(m=>m.value!==null),d=u.map(m=>m.value),f=(t==null?void 0:t.value)??(e==null?void 0:e.value)??0,h=ibe({startingValue:f,differences:d}),g=[];if(e!=null&&e.label&&g.push({label:e.label,low:0,high:e.value??0,diff:(e.value??0)-0,type:"reference",color:(r==null?void 0:r.reference)??c.custom.dataviz.colors[2].main}),t!=null&&t.label&&g.push({label:t.label,low:0,high:t.value??0,diff:(t.value??0)-0,type:"start",color:(r==null?void 0:r.start)??c.custom.dataviz.colors[4].main}),u.forEach((m,v)=>{const b=h[v];if(!b)return;const[y,w]=b,x=w-y,S=x<=0,T=s==="decrease"?c.custom.dataviz.colors[6].main:c.custom.dataviz.extra[14].main,M=s==="decrease"?c.custom.dataviz.extra[14].main:c.custom.dataviz.colors[6].main;g.push({label:m.label,low:y,high:w,diff:x,type:"value",color:S?M:T})}),o!=null&&o.label){const m=a??f+(d.length>0?d.reduce((v,b)=>v+b,0):0);g.push({label:o.label,low:0,high:m,diff:m-0,type:"target",color:(r==null?void 0:r.target)??c.custom.dataviz.colors[4].main})}if(i!=null&&i.label){const m=i.value??a??0;g.push({label:i.label,low:0,high:m,diff:m-0,type:"goal",color:(r==null?void 0:r.goal)??c.custom.dataviz.extra[12].main})}return g},IV=80,abe=85,LV=0,lbe=(e,t)=>{const n=e.length;if(n===0)return{interval:LV,maxWidth:IV};const r=t/n;let o=LV;const i=Math.min(r,IV);return r<abe&&(o="preserveStartEnd"),{interval:o,maxWidth:i}},cbe=16,ube=6,dbe=22,fbe="12",pbe="Montserrat",hbe=e=>{const{x:t,y:n,payload:r,maxWidth:o}=e,i=de(),a=r.value.split(" "),c=[];let u="";for(const d of a){const f=u?`${u} ${d}`:d;f.length*ube>o&&u?(c.push(u),u=d):u=f}return u&&c.push(u),p.jsx("g",{transform:`translate(${t},${n+dbe})`,children:p.jsx("g",{children:c.map((d,f)=>p.jsx("text",{x:0,y:f*cbe,textAnchor:"middle",fill:i.palette.text.primary,fontSize:fbe,fontFamily:pbe,children:d},f))})})},gbe=300,mbe=2,vbe=10,_c=4,AV=0,bbe="Montserrat",Cbe="600",ybe="14px",xbe=0,wbe=e=>{const{transformedData:t,valueFormatterFn:n,forcedPrecision:r,precision:o}=e,i=de();return p.jsxs(p.Fragment,{children:[p.jsx(_a,{dataKey:"low",stackId:"waterfall",fill:"transparent"}),p.jsxs(_a,{dataKey:"diff",stackId:"waterfall",animationDuration:gbe,minPointSize:mbe,children:[t.map((s,a)=>{const c=s.low===0?[_c,_c,AV,AV]:[_c,_c,_c,_c];return p.jsx(Na,{fill:s.color,radius:c},`cell-${a}`)}),p.jsx($o,{dataKey:"diff",position:"top",offset:vbe,style:{fontFamily:bbe,fontWeight:Cbe,fontSize:ybe,fill:i.custom.grey[2800]},formatter:s=>{const a=typeof s=="number"?s:Number(s)||xbe;return n?n(a,r||o):i.numbers.valueFormatterFn(a,r||o)}})]})]})},Sbe=45,Tbe=0,Mbe=30,Ebe=35,Obe=40,RV=0,kbe=0,Pbe=2,jbe=.2,Ibe=e=>{const t=de(),{reference:n,start:r,values:o,colors:i,target:s,goal:a,forcedPrecision:c,unit:u,improvement:d,targetValueFinal:f,valueFormatterFn:h=t.numbers.valueFormatterFn,precision:g}=e,m=L.useRef(null),v=800,b=60,[y,w]=L.useState(v);L.useEffect(()=>{const T=()=>{if(m.current){const E=m.current.getBoundingClientRect().width;E>0&&w(E-b)}};T();const M=()=>T();return window.addEventListener("resize",M),()=>window.removeEventListener("resize",M)},[]);const x=L.useMemo(()=>sbe(n,r,o,i,s,a,d,f,t),[n,r,o,i,s,a,d,f,t]),S=L.useMemo(()=>lbe(x,y),[x,y]);return p.jsx("div",{ref:m,style:{width:"100%",height:"100%"},children:p.jsx(Rc,{width:"100%",height:"100%",children:p.jsxs(Nv,{data:x,margin:{top:Sbe,right:Tbe,left:Mbe,bottom:Ebe},children:[p.jsx(m1,{strokeDasharray:"4 4",stroke:t.palette.divider}),p.jsx(Gl,{dataKey:"label",strokeWidth:RV,strokeDasharray:"4 4",tick:T=>p.jsx(hbe,{...T,maxWidth:S.maxWidth}),axisLine:{stroke:t.palette.divider},interval:S.interval,tickLine:!1,padding:{left:0,right:0},height:Obe}),p.jsx(Ha,{width:"auto",domain:([T,M])=>[T<0?T-Math.abs(T)*jbe:T,M],strokeWidth:RV,tick:{fontFamily:"Montserrat",fontSize:14,style:{transform:`translateX(-${t.spacing(2)})`}},axisLine:{stroke:t.palette.divider},tickLine:!1,tickFormatter:T=>h(Number(T)),children:p.jsx(xr,{value:u,position:"insideTopLeft",style:{fontFamily:"Montserrat",fontSize:"14px",transform:`translate(-${t.spacing(2.75)}, -${t.spacing(6)})`}})}),p.jsx(g1,{y:kbe,stroke:t.custom.grey[600],strokeWidth:Pbe}),p.jsx(wbe,{transformedData:x,valueFormatterFn:h,forcedPrecision:c,precision:g})]})})})},Lbe=e=>{const t=de(),{reference:n,start:r,values:o,colors:i,target:s,goal:a,forcedPrecision:c=0,unit:u,width:d="100%",height:f="100%",improvement:h="decrease",textOptions:g,showLegend:m=!0,valueFormatterFn:v=t.numbers.valueFormatterFn,precision:b}=e,y=L.useMemo(()=>o!=null&&o.length?o.map(S=>S.value).filter(S=>S!==null):null,[o]),w=L.useMemo(()=>y?y.reduce((S,T)=>S+T,0):null,[y]),x=s!=null&&s.value?s:{label:(r==null?void 0:r.label)??(n==null?void 0:n.label)??"",value:(s==null?void 0:s.value)??((r==null?void 0:r.value)??(n==null?void 0:n.value)??0)+(w??0)};return p.jsxs(fe,{direction:"column",position:"relative",width:d,minHeight:t.spacing(50),justifyContent:"stretch",sx:{"& *":{outline:"none"}},children:[p.jsx(ee,{sx:{border:`1px solid ${t.palette.divider}`,backgroundColor:t.palette.background.paper,borderRadius:t.spacing(1),width:"100%",height:f,padding:t.spacing(3)},children:p.jsx(Ibe,{reference:n,start:r,values:o,target:s,goal:a,colors:i,forcedPrecision:c,unit:u,improvement:h,targetValueFinal:(s==null?void 0:s.value)??((r==null?void 0:r.value)??(n==null?void 0:n.value)??0)+(w??0),valueFormatterFn:v,precision:b})}),m&&p.jsx(obe,{textOptions:g,target:x,improvement:h,goal:a,actionsTotalValue:w,unit:u,precision:c})]})},tt={DEFAULT_WIDTH:500,DEFAULT_HEIGHT:200,GAUGE_HEIGHT:28,GAUGE_PADDING:8,LEGEND_PADDING_X:28,FONT_SIZE:{DEFAULT:12},MARKER:{COMPANY_RADIUS:5,COMPANY_STROKE_WIDTH:3,AVERAGE_RADIUS:3,AVERAGE_STROKE_WIDTH:2,EDGE_RADIUS:3},COLORS:{BORDER:"#E7E6E4",GRADIENT:{START:"#F0DF46",END:"#EB9411"}},TEXT:{DEFAULT_COMPANY_LABEL:"",DEFAULT_AVERAGE_LABEL:""},LAYOUT:{COMPANY_MARKER_OFFSET:18,AVERAGE_MARKER_TOP_OFFSET:12,AVERAGE_MARKER_BOTTOM_OFFSET:4,COMPANY_LABEL_VERTICAL_RATIO:.25,AVERAGE_LABEL_VERTICAL_RATIO:.75,COMPANY_LABEL_OFFSET:8,AVERAGE_LABEL_OFFSET:12,TITLE_OFFSET:35,VALUES_LABEL_OFFSET:8}},Abe=(e,t,n)=>e===t?()=>(n-tt.GAUGE_PADDING*2)/2:r=>(r-e)/(t-e)*(n-tt.GAUGE_PADDING*2),Rbe=(e,t=tt.FONT_SIZE.DEFAULT)=>e.length*(t*.6),DV=(e,t,n,r,o=tt.FONT_SIZE.DEFAULT)=>{const i=tt.GAUGE_PADDING+n(e),s=Rbe(t,o)/2;return i-s<tt.GAUGE_PADDING?{x:tt.GAUGE_PADDING,anchor:"start"}:i+s>r-tt.GAUGE_PADDING?{x:r-tt.GAUGE_PADDING,anchor:"end"}:{x:i,anchor:"middle"}},Dbe=(e,t)=>(e+t)/2,Vbe=({minValue:e,maxValue:t,companyValue:n,averageValue:r,labelCompany:o,labelAverage:i,width:s,height:a})=>{const c=Abe(e,t,s),u=Dbe(e,t),d=DV(n,o,c,s),f=DV(r,i,c,s),h=a/2,g=h-tt.GAUGE_HEIGHT,m=g+tt.GAUGE_HEIGHT/2,v={start:h-tt.LAYOUT.COMPANY_MARKER_OFFSET,end:g-tt.LAYOUT.COMPANY_MARKER_OFFSET},b={start:h-tt.LAYOUT.AVERAGE_MARKER_TOP_OFFSET,end:h+tt.GAUGE_HEIGHT-tt.LAYOUT.AVERAGE_MARKER_BOTTOM_OFFSET},y={company:a*tt.LAYOUT.COMPANY_LABEL_VERTICAL_RATIO-tt.LAYOUT.COMPANY_LABEL_OFFSET,average:a*tt.LAYOUT.AVERAGE_LABEL_VERTICAL_RATIO-tt.LAYOUT.AVERAGE_LABEL_OFFSET,title:g-tt.LAYOUT.TITLE_OFFSET,values:a-tt.LAYOUT.VALUES_LABEL_OFFSET},w={min:tt.GAUGE_PADDING,max:s-tt.GAUGE_PADDING,middle:tt.GAUGE_PADDING+(s-tt.GAUGE_PADDING*2)/2},x={x:tt.GAUGE_PADDING,y:m-tt.GAUGE_HEIGHT/2,width:s-tt.GAUGE_PADDING*2,height:tt.GAUGE_HEIGHT,animated:!1};return{scale:c,averageValueBoundaries:u,companyPosition:d,averagePosition:f,gaugeBackgroundProps:x,markerY:m,companyMarkerY:v,averageMarkerY:b,labelY:y,labelPositions:w}},Nbe=({width:e,height:t,averageValueBoundaries:n,scale:r,animated:o=!1})=>{const i=L.useRef(null);return L.useEffect(()=>{if(i.current&&o){const s=i.current;s.style.opacity="0",setTimeout(()=>{s.style.transition="all 0.5s linear",s.style.opacity="1"},300)}},[o]),p.jsxs("g",{ref:i,style:{opacity:o?"0":"1"},children:[p.jsx("line",{x1:tt.GAUGE_PADDING,y1:1,x2:e-tt.GAUGE_PADDING,y2:1,stroke:tt.COLORS.BORDER,strokeWidth:"1",strokeDasharray:"5 5"}),p.jsx("line",{x1:tt.GAUGE_PADDING,y1:t-tt.LEGEND_PADDING_X,x2:e-tt.GAUGE_PADDING,y2:t-tt.LEGEND_PADDING_X,stroke:tt.COLORS.BORDER,strokeWidth:"1",strokeDasharray:"5 5"}),p.jsx("line",{x1:tt.GAUGE_PADDING,y1:0,x2:tt.GAUGE_PADDING,y2:t-tt.LEGEND_PADDING_X,stroke:tt.COLORS.BORDER,strokeWidth:"1",strokeDasharray:"5 5"}),p.jsx("line",{x1:e-tt.GAUGE_PADDING,y1:0,x2:e-tt.GAUGE_PADDING,y2:t-tt.LEGEND_PADDING_X,stroke:tt.COLORS.BORDER,strokeWidth:"1",strokeDasharray:"5 5"}),p.jsx("line",{x1:r(n)+tt.GAUGE_PADDING,y1:0,x2:r(n)+tt.GAUGE_PADDING,y2:t-tt.LEGEND_PADDING_X,stroke:tt.COLORS.BORDER,strokeWidth:"1",strokeDasharray:"5 5"})]})},c6=(e,t=0)=>Number(e.toFixed(t<0||t>100?0:t)),u6=({label:e,value:t,unit:n,precision:r=2,valueFormatter:o})=>{const i=de(),s=o?o(t):c6(t,r);return p.jsxs(ee,{sx:{display:"flex",width:"100%",flexDirection:"column",gap:i.spacing(.75),padding:i.spacing(.75,1.5,0,.75),textAlign:"left",justifyContent:"flex-start"},children:[p.jsx(ie,{variant:"h5",color:i.custom.grey[2800],children:e}),p.jsxs(ee,{sx:{display:"flex",alignItems:"baseline"},children:[p.jsx(ie,{variant:"h2",color:i.custom.grey[2800],sx:{mr:.5},children:s}),p.jsx(ie,{variant:"body-medium",color:i.custom.grey[1400],children:n})]})]})},_be=({scale:e,companyValue:t,averageValue:n,markersYPosition:r,companyMarkerY:o,averageMarkerY:i,animated:s=!1,minValue:a,maxValue:c,precision:u=2,unit:d="",labelCompany:f="",labelAverage:h="",valueFormatter:g})=>{const m=de(),v=L.useRef(null),b={transition:s?"transform 0.3s linear":"none"},y=m.custom.grey[2800],w=x=>x>=a&&x<=c;return L.useEffect(()=>{if(v.current&&s){const x=v.current;x.style.opacity="0",setTimeout(()=>{x.style.transition="all 0.5s linear",x.style.opacity="1"},300)}},[s]),p.jsxs("g",{ref:v,children:[[a,c].map((x,S)=>{const T=`edge-${S}`,M=tt.GAUGE_PADDING+e(x);return p.jsxs("g",{transform:`translate(${M}, 0)`,style:b,children:[p.jsx("circle",{cy:r,r:tt.MARKER.EDGE_RADIUS,fill:y}),p.jsx("line",{y1:r-tt.GAUGE_HEIGHT/2,y2:r+tt.GAUGE_HEIGHT/2,stroke:y,strokeWidth:"2"})]},T)}),w(t)&&p.jsx(Oi,{width:"unset",title:p.jsx(u6,{label:f,value:t,unit:d,precision:u,valueFormatter:g}),children:p.jsxs("g",{transform:`translate(${tt.GAUGE_PADDING+e(t)}, 0)`,style:b,children:[p.jsx("line",{y1:o.start,y2:o.end,stroke:y,strokeWidth:"1"}),p.jsx("circle",{cy:r,r:tt.MARKER.COMPANY_RADIUS,stroke:y,strokeWidth:tt.MARKER.COMPANY_STROKE_WIDTH,fill:m.palette.common.white})]})}),w(n)&&p.jsx(Oi,{width:"unset",title:p.jsx(u6,{label:h,value:n,unit:d,precision:u,valueFormatter:g}),children:p.jsxs("g",{transform:`translate(${tt.GAUGE_PADDING+e(n)}, 0)`,style:b,children:[p.jsx("line",{y1:i.start,y2:i.end,stroke:y,strokeWidth:"1"}),p.jsx("circle",{cy:r,r:tt.MARKER.AVERAGE_RADIUS,fill:m.palette.common.white,stroke:y,strokeWidth:tt.MARKER.AVERAGE_STROKE_WIDTH})]})})]})},$be=({minValue:e,maxValue:t,companyValue:n,averageValue:r,companyPosition:o,averagePosition:i,labelCompany:s,labelAverage:a,labelYPositions:c,labelPositions:u,animated:d,precision:f=0,unit:h="",valueFormatter:g})=>{const m=de(),v=L.useRef(null),b={transition:d?"transform 0.3s linear":"none"},y=m.custom.grey[2800],w=e!==t,x=S=>S>=e&&S<=t;return L.useEffect(()=>{if(v.current&&d){const S=v.current;S.style.opacity="0",setTimeout(()=>{S.style.transition="all 0.5s linear",S.style.opacity="1"},300)}},[d]),p.jsxs("g",{ref:v,children:[p.jsxs("g",{children:[w&&p.jsx("text",{transform:`translate(${u.min}, ${c.values})`,fill:y,fontSize:"12",fontWeight:"bold",textAnchor:"start",dominantBaseline:"middle",style:b,cursor:"pointer",children:g?g(e):c6(e,f)}),p.jsx("text",{transform:`translate(${u.middle}, ${c.values})`,fill:y,fontSize:"12",fontWeight:"bold",textAnchor:"middle",dominantBaseline:"middle",style:b,children:g?g((t+e)/2):c6((t+e)/2,f)}),w&&p.jsx("text",{transform:`translate(${u.max}, ${c.values})`,fill:y,fontSize:"12",fontWeight:"bold",textAnchor:"end",dominantBaseline:"middle",style:b,children:g?g(t):c6(t,f)})]}),p.jsxs("g",{cursor:"default",children:[x(n)&&p.jsx(Oi,{width:"unset",title:p.jsx(u6,{label:s,value:n,unit:h,precision:f,valueFormatter:g}),children:p.jsx("text",{transform:`translate(${o.x}, ${c.company})`,fill:y,textAnchor:o.anchor,dominantBaseline:"middle",fontWeight:"700",fontSize:"12",style:b,children:s})}),x(r)&&p.jsx(Oi,{width:"unset",title:p.jsx(u6,{label:a,value:r,unit:h,precision:f,valueFormatter:g}),children:p.jsx("text",{transform:`translate(${i.x}, ${c.average})`,fill:y,fontSize:"12",fontWeight:"500",textAnchor:i.anchor,dominantBaseline:"middle",style:b,children:a})})]})]})},Hbe=({x:e,y:t,width:n,height:r,animated:o=!1,backgroundProps:i={}})=>{var d,f;const s=L.useRef(null),a="gaugeGradient";L.useEffect(()=>{s.current&&o&&(s.current.style.transform="scaleY(0)",s.current.style.transformOrigin="left",setTimeout(()=>{s.current&&(s.current.style.transition="all 0.2s linear",s.current.style.transform="scaleY(1)")},100))},[o]);const c=((d=i.gradient)==null?void 0:d.start)||tt.COLORS.GRADIENT.START,u=((f=i.gradient)==null?void 0:f.end)||tt.COLORS.GRADIENT.END;return p.jsxs(p.Fragment,{children:[p.jsx("defs",{children:p.jsxs("linearGradient",{id:a,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[p.jsx("stop",{offset:"0%",style:{stopColor:c}}),p.jsx("stop",{offset:"100%",style:{stopColor:u}})]})}),p.jsx("rect",{ref:s,x:e,y:t,width:n,height:r,fill:i.fill||`url(#${a})`,stroke:i.stroke||"none",strokeWidth:i.strokeWidth||0,rx:i.rx||0,ry:i.ry||0,style:{transformBox:"fill-box",transform:o?"scaleY(0)":"none",transformOrigin:"left"}})]})},Fbe=()=>{const e=L.useRef(null),[t,n]=L.useState(0);return L.useEffect(()=>{const r=()=>{e.current&&n(e.current.clientWidth)};return r(),window.addEventListener("resize",r),()=>window.removeEventListener("resize",r)},[]),{containerRef:e,containerWidth:t}},Bbe=e=>{const t=de(),{minValue:n,maxValue:r,averageValue:o,companyValue:i,labelAverage:s=tt.TEXT.DEFAULT_AVERAGE_LABEL,labelCompany:a=tt.TEXT.DEFAULT_COMPANY_LABEL,width:c,height:u=tt.DEFAULT_HEIGHT,label:d,animated:f=!1,backgroundProps:h,precision:g=0,unit:m="",valueFormatter:v=t.numbers.valueFormatterFn}=e,{containerRef:b,containerWidth:y}=Fbe(),w=y||c||tt.DEFAULT_WIDTH,{scale:x,averageValueBoundaries:S,companyPosition:T,averagePosition:M,gaugeBackgroundProps:E,markerY:O,companyMarkerY:P,averageMarkerY:k,labelY:j,labelPositions:I}=Vbe({minValue:n,maxValue:r,companyValue:i,averageValue:o,labelCompany:a,labelAverage:s,width:w,height:u});return p.jsx(ee,{ref:b,width:c||"100%",height:u,position:"relative",children:p.jsxs("svg",{width:y,height:u,children:[p.jsx(Nbe,{width:y,height:u,scale:x,averageValueBoundaries:S,animated:f}),p.jsx(Hbe,{...E,backgroundProps:h,animated:f}),p.jsx(_be,{width:y,scale:x,companyValue:i,averageValue:o,markersYPosition:O,companyMarkerY:P,averageMarkerY:k,minValue:n,maxValue:r,animated:f,precision:g,unit:m,labelCompany:a,labelAverage:s,valueFormatter:v}),p.jsx($be,{minValue:n,maxValue:r,companyValue:i,averageValue:o,companyPosition:T,averagePosition:M,labelCompany:a,labelAverage:s,labelYPositions:j,labelPositions:I,animated:f,precision:g,unit:m,valueFormatter:v})]})})},zbe=()=>({dataset:[],allLabels:[],totalNumberOfIems:0}),Wbe=(e,t,n,r)=>{const o={...t};return e.reduce((s,a)=>{const c=Array(s.totalNumberOfIems).fill(null),u={label:n,data:[...c,a.value],backgroundColor:a.color??r,scope:"initial"};return s.totalNumberOfIems+=1,s.allLabels.push(a.label),s.dataset.push(u),s},o)},Zbe=(e,t,n)=>{var g,m,v,b;const r={...t},o=[[],[]],i=e.reduce((y,w)=>(w.values.forEach((x,S)=>{y[S].push(x)}),y),o),s=e.map(y=>y.label);r.allLabels=[...r.allLabels,...s];const a=Array(r.totalNumberOfIems).fill(null),c=((g=n==null?void 0:n.main)==null?void 0:g.color)??"#FFD6B9",u={label:((m=n==null?void 0:n.main)==null?void 0:m.label)??"",data:[...a,...i[0]],backgroundColor:c,scope:"trajectory"};r.dataset.push(u);const d=((v=n==null?void 0:n.difference)==null?void 0:v.color)??"#30C7A380",f={label:((b=n==null?void 0:n.difference)==null?void 0:b.label)??"",data:[...a,...i[1]],backgroundColor:d,scope:"trajectory"};r.dataset.push(f);const h=i[0].length;return r.totalNumberOfIems+=h,r},Ube=e=>{const{goal:t,chartState:n,label:r,color:o,forceLegend:i=!1}=e,s={...n},c=s.dataset[0].data[0],u=c===null||Array.isArray(c)||t===null,d=Array(s.allLabels.length).fill(null);d[0]=c,d[d.length-1]=t;const f=o||"rgb(54, 162, 235)",h={type:"line",label:r,data:d,backgroundColor:f,borderColor:f,isGoalNull:u,scope:"goal",forceLegend:i};return s.dataset.push(h),s},qbe=e=>{var h,g,m;const t=de(),{goal:n=null,initialValues:r=[],trajectory:o=[],trajectoryOptions:i,forceGoalLegend:s}=e,a=zbe(),c=t.custom.dataviz.colorsWithExtra[11].main,u=Wbe(r,a,(h=i==null?void 0:i.initialValues)==null?void 0:h.label,c),d=Zbe(o,u,i),f=Ube({goal:n,chartState:d,label:(g=i==null?void 0:i.target)==null?void 0:g.label,color:(m=i==null?void 0:i.target)==null?void 0:m.color,forceLegend:s});return{datasets:f.dataset,initialValues:u.dataset,labels:f.allLabels}},Hv=e=>{const{variant:t="tags-grey",label:n,startIcon:r,endIcon:o,onClick:i,disabled:s,sx:a}=e,c=de(),u={"tags-grey":c.custom.grey[2800],"tags-black":c.custom.grey[100],"tags-white":c.custom.grey[2800],"tags-green":c.custom.green[600],"tags-red":c.custom.red[600]};return p.jsx(st,{startIcon:r&&p.jsx(ie,{sx:{color:u[t]},variant:"small-bold",children:p.jsx(bt,{size:1,icon:r})}),endIcon:o&&p.jsx(ie,{sx:{color:u[t]},variant:"small-bold",children:p.jsx(bt,{size:1,icon:o})}),variant:t,onClick:i,disabled:s,sx:{borderColor:"transparent",...a},children:p.jsx(ie,{sx:{color:u[t]},variant:"small-bold",children:n})})},Gbe=e=>{const{user:t,deleteAction:n}=e;return p.jsxs(fe,{sx:{display:"flex",gap:"5px",padding:"8px",border:"1px solid #E7E6E4",backgroundColor:"Red",borderRadius:"8px",width:"fit-content",justifyContent:"center",alignItems:"center"},children:[p.jsx(X2,{alt:`${t.firstname} ${t.lastname}`,variant:"small"}),p.jsx(ie,{variant:"body-bold",children:t.firstname}),p.jsx(ie,{variant:"body-bold",children:t.lastname}),n&&p.jsx(ee,{onClick:n,children:p.jsx(bt,{size:2,icon:"delete"})})]})},Kbe=e=>{const{block:t,improvement:n,textOptions:r}=e,o=de();return p.jsxs(ee,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",padding:o.spacing(2,3),border:`1px solid ${o.palette.divider}`,backgroundColor:o.palette.background.paper,borderRadius:o.spacing(1),height:"100%",position:"relative"},children:[p.jsxs(fe,{direction:"row",alignItems:"flex-start",justifyContent:"flex-start",spacing:o.spacing(2),minHeight:o.spacing(4),sx:{width:"100%"},children:[p.jsxs(fe,{direction:"row",alignItems:"flex-start",spacing:1.5,children:[t.isLine?p.jsx(ee,{sx:{width:o.spacing(2),transform:`translateY(${o.spacing(1)})`,height:o.spacing(.25),backgroundColor:t.color}}):p.jsx(ee,{sx:{minWidth:o.spacing(2),transform:`translateY(${o.spacing(.25)})`,height:o.spacing(2),backgroundColor:t.color,borderRadius:o.spacing(.5)}}),p.jsx(ie,{variant:"body2",sx:{fontWeight:o.typography.fontWeightBold},children:t.label})]}),p.jsx(fe,{children:t.complete&&p.jsx(Hv,{startIcon:"circleCheck",variant:"tags-green",label:r.complete||"",disabled:!0})})]}),t.dataPoints&&t.dataPoints.length>0&&p.jsx(fe,{spacing:2,sx:{mt:t.dataPoints[0].startValue&&t.dataPoints[0].endValue?o.spacing(1):0},children:t.dataPoints.map((i,s)=>p.jsxs(fe,{direction:"row",alignItems:"center",spacing:.5,children:[!!i.startValue&&!!i.endValue&&p.jsx(K3,{currentValue:i.endValue,comparedTo:{value:i.startValue,label:i.label},improvement:n,layout:{direction:"horizontal",size:"M"},disableText:!0}),p.jsx(fe,{direction:"column",alignItems:"flex-start",spacing:1,children:i.label&&p.jsx(ie,{variant:"small",children:i.label})})]},`${t.key}-${s}`))}),p.jsx(ee,{children:t.dataPoints&&t.dataPoints.map((i,s)=>i.link&&p.jsx(L3,{href:i.link.url,target:"_blank",rel:"noopener noreferrer",sx:{display:"flex",alignItems:"center",textDecoration:"none",gap:o.spacing(1),cursor:"pointer"},children:p.jsxs(fe,{direction:"row",alignItems:"center",spacing:o.spacing(1),color:o.palette.primary.main,mt:o.spacing(2),sx:{"&:hover":{opacity:.8}},children:[p.jsx(bt,{icon:i.link.icon,size:1}),p.jsx(ie,{variant:"body-medium",sx:{fontWeight:o.typography.fontWeightBold},color:o.palette.primary.main,children:i.link.label})]})},`link-${t.key}-${s}`))})]})},C1=e=>{const t=e.findIndex(i=>i!==null),n=t!==-1?e[t]:null,r=[...e].reverse().findIndex(i=>i!==null),o=r!==-1?e[e.length-1-r]:null;return{firstValue:n,lastValue:o}},Ybe=e=>{const t=de(),{datasets:n,datasetsLabels:r,improvement:o,urlEditTrajectories:i,textOptions:s}=e,[a,c]=[r[0],r[r.length-1]],u=n.filter(v=>v.scope==="initial"),d=n.filter(v=>v.scope==="trajectory"),f=n.filter(v=>v.scope==="goal"),h=[];if(u.length>0){const v=u[0];h.push({key:"initial-value",label:v.label,color:`${v.backgroundColor}`})}const g=d.map(v=>`${v.backgroundColor}`).reverse();if(d.length>0&&u.length>0){const v=d[1],b=v?v.data.map(x=>Number(x)):[],y=Number(u[0].data[0]),{lastValue:w}=C1(b);if(y&&w){const x=[{startValue:y,endValue:w,label:`${s==null?void 0:s.between} ${a} ${s==null?void 0:s.and} ${c}`}];if(d.length>1){const T=d[0].data.map(E=>Number(E)),{lastValue:M}=C1(T);M&&x.push({startValue:M,endValue:w,label:`${s==null?void 0:s.withoutActionPlan}`})}h.push({key:"trajectory-with-action-plan",label:d[1].label,color:g[0],dataPoints:x})}}if(d.length>1&&u.length>0){const b=d[0].data.map(x=>Number(x)),y=Number(u[0].data[0]),{lastValue:w}=C1(b);y&&w&&h.push({key:"trajectory-without-action-plan",label:d[0].label,color:g[1],dataPoints:[{startValue:y,endValue:w,label:`${s==null?void 0:s.between} ${a} ${s==null?void 0:s.and} ${c}`}]})}const m=f[0];if(m.scope==="goal"){const v=m?m.data.map(O=>Number(O)):null,{firstValue:b,lastValue:y}=v?C1(v):{firstValue:null,lastValue:null},w=d[1],x=w?w.data.map(O=>Number(O)):null,{lastValue:S}=x?C1(x):{lastValue:null},T=m.isGoalNull,M={key:"goal",label:(m==null?void 0:m.label)||(s==null?void 0:s.goal),color:m?`${m.backgroundColor}`:t.custom.dataviz.colorsWithExtra[13].main,isLine:!0,dataPoints:[{startValue:b||void 0,endValue:y||void 0,label:T===!1?`${s==null?void 0:s.between} ${a} ${s==null?void 0:s.and} ${c}`:`${s==null?void 0:s.noObjective}`,link:s!=null&&s.editTrajectories?{label:`${s==null?void 0:s.editTrajectories}`,url:i,icon:"edit"}:void 0}],complete:S&&y?o==="decrease"?S<=y:S>=y:!1},E=!!m.forceLegend;(T&&E||m.isGoalNull!==!0&&y)&&h.push(M)}return h},Xbe=e=>{const t=de(),{datasets:n,datasetsLabels:r,improvement:o,urlEditTrajectories:i,textOptions:s}=e,c={...{complete:"",between:"",and:"",withoutActionPlan:"",goal:"",noObjective:"",editTrajectories:""},...s},u=Ybe({datasets:n,datasetsLabels:r,improvement:o,urlEditTrajectories:i,textOptions:c});return p.jsx(ec,{container:!0,spacing:2,sx:{p:t.spacing(3.25,0,0,0),alignItems:"stretch"},children:u.map(d=>p.jsx(ec,{size:{xs:12,sm:6,md:3},children:p.jsx(Kbe,{block:d,improvement:o,textOptions:c})},d.key))})},Fv=e=>({hasWithoutActionPlan:e.withoutActionPlan!==null&&e.withoutActionPlan!==void 0,hasScore:e.initial!==null&&e.initial!==void 0,hasWithActionPlan:e.withActionPlan!==null&&e.withActionPlan!==void 0}),Bv=(e,t,n,r,o=.25)=>{const{hasWithoutActionPlan:i,hasScore:s,hasWithActionPlan:a}=r,c=(i?1:0)+(s?1:0)+(a?1:0),u=n,d=3*u,f=u*o,h=e==="withoutActionPlan"?t:e==="score"?t-u:t-2*u;if(c===1&&(e==="withoutActionPlan"&&i||e==="score"&&s||e==="withActionPlan"&&a))return{x:h+f,width:d-2*f};if(c===2){if(i&&s&&!a){if(e==="withoutActionPlan")return{x:h,width:1.5*u};if(e==="score")return{x:h+1.5*u,width:1.5*u}}if(i&&!s&&a){if(e==="withoutActionPlan")return{x:h+u*.75,width:u*.75};if(e==="withActionPlan")return{x:h+u*1.5,width:u*.75}}if(!i&&s&&a){if(e==="score")return{x:h,width:1.5*u};if(e==="withActionPlan")return{x:h+1.5*u,width:1.5*u}}}return{x:t,width:n}},Jbe=({registerBarTopY:e,marginFactor:t})=>n=>{const{x:r,width:o,payload:i,y:s}=n,u=Bv("withoutActionPlan",typeof r=="number"?r:0,typeof o=="number"?o:0,Fv(i),t);return e(i==null?void 0:i.name,s),p.jsx(bc,{...n,x:u.x,width:u.width})},Qbe=({registerBarTopY:e,marginFactor:t})=>n=>{const{x:r,width:o,payload:i,y:s}=n,u=Bv("score",typeof r=="number"?r:0,typeof o=="number"?o:0,Fv(i),t);return e(i==null?void 0:i.name,s),p.jsx(bc,{...n,x:u.x,width:u.width})},eCe=({registerBarTopY:e,marginFactor:t})=>n=>{const{x:r,width:o,payload:i,y:s}=n,u=Bv("withActionPlan",typeof r=="number"?r:0,typeof o=="number"?o:0,Fv(i),t);return e(i==null?void 0:i.name,s),p.jsx(bc,{...n,x:u.x,width:u.width,rx:4,ry:4})},tCe=(e,t)=>t&&["fr","fr-FR","fr-CA"].some(r=>t.startsWith(r.split("-")[0]))?`${e} :`:`${e}:`,nCe=e=>{const t=de(),{label:n,value:r,color:o,dataKey:i,unit:s,language:a,precision:c=0,valueFormatterFn:u=t.numbers.valueFormatterFn}=e;return p.jsxs("div",{style:{display:"flex",alignItems:"center",gap:t.spacing(1)},children:[i==="goal"?p.jsx("div",{style:{minWidth:12,height:2,backgroundColor:o,borderRadius:2}}):p.jsx("div",{style:{minWidth:12,height:12,backgroundColor:o,borderRadius:2}}),p.jsxs(fe,{direction:"row",spacing:t.spacing(.5),alignItems:"center",children:[p.jsx(ie,{variant:"small-bold",sx:{lineHeight:"16px"},children:tCe(n,a)}),p.jsx(ie,{variant:"number-small",fontWeight:700,children:u(Number(r),c)}),p.jsx(ie,{variant:"small-medium",color:t.custom.grey[1400],children:s?` ${s}`:""})]})]})},y1=e=>typeof e=="number"?e:null,rCe=(e,t,n)=>{if(!e||!t||typeof n>"u")return null;const r=e.findIndex(f=>String(f)===String(n));if(r<0)return null;const o=y1(t[r]);if(o!==null)return o;let i=r-1;for(;i>=0&&y1(t[i])===null;)i--;let s=r+1;const a=t.length;for(;s<a&&y1(t[s])===null;)s++;const c=i>=0?y1(t[i]):null,u=s<a?y1(t[s]):null;if(c===null||u===null||s===i)return null;const d=(r-i)/(s-i);return c+(u-c)*d},oCe=e=>{const t=de(),{tooltipProps:n,unit:r,goalName:o,initialName:i,withoutActionPlanName:s,withActionPlanName:a,valueFormatterFn:c=t.numbers.valueFormatterFn,language:u,precision:d,barTopY:f,goalData:h,labels:g,goalColor:m}=e,{active:v,label:b,coordinate:y,payload:w=[]}=n;if(!v||w.length===0||!y)return null;const x=new Set,S=w.filter(j=>{if(j.value===null||j.value===void 0)return!1;const I=j.dataKey;if(typeof I=="string"||typeof I=="number"){if(x.has(I))return!1;x.add(I)}return!0}),T=rCe(g,h,b);if(S.length===0&&typeof T!="number")return null;const E=S.some(j=>j.dataKey==="goal")||typeof T!="number"?S:[...S,{dataKey:"goal",value:T,color:m}],O=j=>{if(typeof j.name=="string")return j.name;const I=j.dataKey;return{goal:o,initial:i,withoutActionPlan:s,withActionPlan:a}[I]||""},P=p.jsxs(fe,{direction:"column",spacing:t.spacing(.5),children:[p.jsx(ie,{variant:"h4",children:b}),E.map((j,I)=>{const A=j.color,D=typeof A=="string"?A:"transparent",N=O(j);return!N||j.value===null||j.value===void 0?null:p.jsx(nCe,{label:N,value:j.value,color:D,dataKey:String(j.dataKey),unit:r,language:u,precision:d,valueFormatterFn:c},`${String(j.dataKey??I)}-${I}`)})]}),k=s6({coordinate:{x:y.x,y:y.y},customY:f,placement:"top"});return p.jsx(ee,{sx:k,children:p.jsx(Oi,{width:"inherit",title:P,placement:"top",arrow:!0,open:!0,sx:a6(),children:p.jsx("div",{style:{width:1,height:1,visibility:"hidden",pointerEvents:"none"}})})})};function zv(e,t){return typeof e=="string"?e:t}const iCe=e=>{const t=de(),{transformedData:n,initialDataset:r,trajectoryDatasets:o,goalDataset:i,chartData:s,unit:a,valueFormatterFn:c=t.numbers.valueFormatterFn,precision:u=0,barTopsRef:d}=e,f=Mn.language,h=(P,k)=>{if(typeof P=="string"&&typeof k=="number"){const j=d.current[P];d.current[P]=typeof j=="number"?Math.min(j,k):k}};L.useEffect(()=>{d.current={}},[n,d]);const g=.3,m=Jbe({registerBarTopY:h,marginFactor:g}),v=Qbe({registerBarTopY:h,marginFactor:g}),b=eCe({registerBarTopY:h,marginFactor:g}),y=L.useMemo(()=>{var k;const P=(k=o[0])==null?void 0:k.backgroundColor;return typeof P=="string"?P:"transparent"},[o]),w=L.useMemo(()=>{const P=r==null?void 0:r.backgroundColor;return typeof P=="string"?P:"transparent"},[r]),x=L.useMemo(()=>{var k;const P=(k=o[1])==null?void 0:k.backgroundColor;return typeof P=="string"?P:"transparent"},[o]),S=L.useMemo(()=>r!=null&&r.label?String(r.label):"Initial",[r]),T=L.useMemo(()=>i!=null&&i.label?String(i.label):"Goal",[i]),M=L.useMemo(()=>{var P,k;return(P=o[0])!=null&&P.label?String((k=o[0])==null?void 0:k.label):"Without action plan"},[o]),E=L.useMemo(()=>{var P,k;return(P=o[1])!=null&&P.label?String((k=o[1])==null?void 0:k.label):"With action plan"},[o]),O=[4,4,0,0];return p.jsx(Rc,{width:"100%",height:"100%",children:p.jsxs(Nv,{data:n,margin:{left:10,right:0,top:50,bottom:10},barCategoryGap:"10%",barGap:2,children:[p.jsx(m1,{strokeDasharray:"4 4",stroke:t.palette.divider,vertical:!1}),p.jsx(Gl,{dataKey:"name",tick:{fontFamily:"Montserrat",fontSize:14,style:{transform:`translateY(${t.spacing(2)})`}},axisLine:{stroke:t.palette.divider},tickLine:!1,interval:"equidistantPreserveStart",padding:{left:0,right:0}}),p.jsx(Ha,{width:"auto",tick:{fontFamily:"Montserrat",fontSize:14,style:{transform:`translateX(-${t.spacing(1)})`}},axisLine:{stroke:t.palette.divider},tickLine:!1,tickFormatter:P=>c(Number(P)),children:p.jsx(xr,{value:a,position:"insideTopLeft",style:{fontFamily:"Montserrat",fontSize:"14px",transform:`translate(-${t.spacing(1.75)}, -${t.spacing(6)})`}})}),p.jsx(cR,{cursor:!1,content:P=>{const k=P&&(typeof P.label=="string"||typeof P.label=="number")?String(P.label):void 0,j=k?d.current[k]:void 0,I=i?zv(i.borderColor??i.backgroundColor,t.palette.primary.main):void 0;return p.jsx(oCe,{tooltipProps:P,unit:a,goalName:T,initialName:S,withoutActionPlanName:M,withActionPlanName:E,valueFormatterFn:c,language:f,precision:u,barTopY:j,goalData:i==null?void 0:i.data,labels:s.labels,goalColor:I})}}),p.jsx(_a,{animationBegin:100,animationDuration:200,dataKey:"withoutActionPlan",name:M,fill:y,radius:O,shape:m},"withoutActionPlan"),p.jsx(_a,{animationBegin:0,animationDuration:200,dataKey:"initial",name:S,fill:w,radius:O,shape:v},"initial"),p.jsx(_a,{animationBegin:150,animationDuration:200,dataKey:"withActionPlan",name:E,fill:x,radius:O,shape:b},"withActionPlan"),i?p.jsx(_D,{animationBegin:400,animationDuration:200,type:"linear",dataKey:"goal",name:T,stroke:zv(i.borderColor??i.backgroundColor,t.palette.primary.main),strokeWidth:2,dot:{fill:zv(i.borderColor??i.backgroundColor,t.palette.primary.main),r:4},connectNulls:!0,strokeDasharray:"0"},"goal"):null]})})},sCe="100%",aCe="100%",lCe=0,cCe=50,uCe=1,dCe=1,fCe=3,pCe=1,hCe=2,gCe=e=>{const t=de(),{unit:n,width:r=sCe,height:o=aCe,showLegend:i=!0,improvement:s="decrease",urlEditTrajectories:a,valueFormatterFn:c=t.numbers.valueFormatterFn,precision:u=lCe,textOptions:d,forceGoalLegend:f,...h}=e,g=qbe(h),m=L.useRef(null),v=L.useRef({}),b=L.useMemo(()=>{const T=[];return g.labels.forEach((M,E)=>{const O={name:M};let P=0,k=!1;g.datasets.forEach(j=>{if(j.scope==="goal"&&j.isGoalNull)return;const I=j.data[E]??null,A=typeof I=="number"?I:null;A!==null&&(k=!0,j.scope==="goal"?O.goal=A:j.scope==="initial"?O.initial=A:j.scope==="trajectory"&&(P++,P===pCe?O.withoutActionPlan=A:P===hCe&&(O.withActionPlan=A)))}),k&&T.push(O)}),T},[g.datasets,g.labels]),y=L.useMemo(()=>g.datasets.filter(T=>T.scope==="goal"&&T.isGoalNull&&!f?!1:T.scope==="trajectory"?T.data.some(E=>E!==null):!0),[g.datasets,f]),w=L.useMemo(()=>y.find(T=>T.scope==="initial"),[y]),x=L.useMemo(()=>y.filter(T=>T.scope==="trajectory"),[y]),S=L.useMemo(()=>y.find(T=>T.scope==="goal"),[y]);return p.jsxs(fe,{direction:"column",position:"relative",width:r,height:o,minHeight:t.spacing(cCe),justifyContent:"stretch",sx:{"& *":{outline:"none"}},children:[p.jsx(ee,{sx:{border:`${uCe}px solid ${t.palette.divider}`,backgroundColor:t.palette.background.paper,borderRadius:t.spacing(dCe),height:"100%",width:"100%",padding:t.spacing(fCe)},ref:m,children:p.jsx(iCe,{transformedData:b,initialDataset:w,trajectoryDatasets:x,goalDataset:S,chartData:g,unit:n,valueFormatterFn:c,precision:u,barTopsRef:v})}),i&&p.jsx(Xbe,{datasets:g.datasets,datasetsLabels:g.labels,improvement:s,urlEditTrajectories:a,textOptions:d})]})},VV=e=>{var $,Y,X,ne;const{x:t,width:n,chartHeight:r,index:o,data:i,unit:s,chartWidth:a,options:c,language:u,precision:d,improvementType:f="increase",valuesFormatterFn:h}=e,g={minWidth:80,textBaseSize:14,unitBaseSize:6,iconBaseSize:40,padding:10,boxHeight:70,minTextSize:.4,minUnitSize:.4,...c},m=de(),v=i[o];if(!v.withComparison||!v.comparisonValue)return null;const b=v.comparisonValue>=0,y=d!==void 0?h?h(v.comparisonValue):Number(v.comparisonValue.toFixed(d)).toLocaleString(u):h?h(v.comparisonValue):Number(v.comparisonValue).toLocaleString(u),w=`${b?"+":""}${y}`,x=f==="decrease"?!b:b,S=Math.max(w.length*g.textBaseSize+s.length*g.unitBaseSize+g.iconBaseSize,g.minWidth),T=100/i.length,M=a||500,E=Number(n)*2,O=T*M/100-E/1.25,P=O/S,k=Math.min(S,O),j=O<S?O+Number(n)/4:S+Number(n)/4,I=j-4,A=j,D=j-4,N=j,_=Number(n)/4,Z=g.boxHeight,B=Number(t)+Number(n)/2+T*M/100/2-k/2+15,H=r-Z*2-16,V=()=>p.jsxs("g",{children:[p.jsx("line",{transform:"translate(0, 10)",x1:-_,y1:0,x2:j,y2:0,stroke:"#e0e0e0",strokeWidth:"1"}),p.jsx("line",{transform:"translate(0, 10)",x1:I,y1:-4,x2:A,y2:0,stroke:"#e0e0e0",strokeWidth:"1"}),p.jsx("line",{transform:"translate(0, 10)",x1:D,y1:4,x2:N,y2:0,stroke:"#e0e0e0",strokeWidth:"1"})]});return p.jsxs("g",{transform:`translate(${B}, ${H})`,children:[p.jsx(V,{}),p.jsx("foreignObject",{x:0,y:0,width:k,height:Z,children:p.jsxs(ee,{sx:{width:"100%",height:"100%",backgroundColor:"#ffffff",border:"1px solid #e0e0e0",borderRadius:"8px",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"space-between",padding:`${g.padding}px`,boxSizing:"border-box",gap:"2px"},children:[p.jsx(bt,{icon:x?"circleCheck":"inProgress",size:2,backgroundColor:x?((Y=c==null?void 0:c.iconColorNegative)==null?void 0:Y.background)||m.custom.dataviz.colorsWithExtra[7].variant[100]:(($=c==null?void 0:c.iconColorPositive)==null?void 0:$.background)||m.custom.dataviz.colorsWithExtra[12].variant[100],color:x?((ne=c==null?void 0:c.iconColorNegative)==null?void 0:ne.foreground)||m.custom.dataviz.colorsWithExtra[7].variant[700]:((X=c==null?void 0:c.iconColorPositive)==null?void 0:X.foreground)||m.custom.dataviz.colorsWithExtra[12].variant[700]}),p.jsxs(fe,{direction:"row",alignItems:"center",spacing:m.spacing(.5),children:[p.jsx(ie,{variant:"number-small",sx:{fontSize:P<1?`clamp(${g.minTextSize}rem, ${P*.9}rem, 1rem)`:void 0},children:w}),p.jsx(ie,{variant:"small-medium",sx:{color:m.custom.grey[2e3],textAlign:"center",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",maxWidth:"100%",fontSize:P<1?`clamp(${g.minUnitSize}rem, ${P*.8}rem, 0.875rem)`:void 0},children:s})]})]})})]})},NV=e=>{const{x:t,y:n,width:r,value:o,unit:i,options:s,precision:a,language:c,valuesFormatterFn:u}=e,d={valueOffsetY:30,unitOffsetY:17.5,valueFontSize:16,unitFontSize:12,valueColor:"#000",unitColor:"#666",...s},f=Number(t)+Number(r)/2,h=Number(n)-d.valueOffsetY;return p.jsxs("g",{children:[p.jsx("text",{x:f,y:h,textAnchor:"middle",fill:d.valueColor,fontSize:d.valueFontSize,fontWeight:"bold",children:u?u(Number(o)):a!==void 0?Number(o).toFixed(a):Number(o).toLocaleString(c)}),p.jsx("text",{x:f,y:h+d.unitOffsetY,textAnchor:"middle",fill:d.unitColor,fontSize:d.unitFontSize,children:i})]})},_V=e=>{const{x:t,y:n,payload:r,fontColor:o}=e,i=de();return p.jsx("g",{transform:`translate(${t},${n})`,children:p.jsx("foreignObject",{x:-50,y:0,width:100,height:100,children:p.jsx(ie,{sx:{textAlign:"center",paddingTop:"0px",color:o||i.custom.grey[2e3]},children:r.value})})})},mCe=300,vCe=0,bCe=[4,4,0,0],CCe=50,yCe=1,xCe=60,wCe=-50,SCe=-50,TCe=40,MCe=200,ECe=0,OCe="5 5",kCe="0",PCe=e=>{const t=de(),n=Mn.language,{data:r,unit:o,valuesFormatterFn:i=t.numbers.valueFormatterFn,chartStyling:s,comparisonLabelOptions:a,valueLabelOptions:c,precision:u,chartWidth:d,chartHeight:f,displayComparisonLabel:h=!0,improvementType:g}=e,v={...{barRadius:bCe,barMaxWidth:CCe,barColor:t.custom.dataviz.colorsWithExtra[12].variant[100],barStroke:t.custom.dataviz.colorsWithExtra[12].variant[700],barStrokeWidth:yCe,height:f||mCe,margin:{top:xCe,right:wCe,left:SCe,bottom:TCe}},...s},[b,y]=L.useState(d||vCe),w=L.useRef(null);L.useEffect(()=>{const S=()=>{w.current&&y(w.current.offsetWidth)};return S(),window.addEventListener("resize",S),()=>window.removeEventListener("resize",S)},[]);const x=r.map((S,T)=>S.withComparison&&T<r.length-1?{...S,comparisonValue:r[T+1].value-S.value}:S);return p.jsx(ee,{sx:{position:"relative","& *":{outline:"none"}},children:p.jsx(Rc,{width:"100%",height:v.height,ref:w,children:p.jsx(jme,{data:x,margin:v.margin,children:p.jsxs(_a,{dataKey:"value",radius:v.barRadius,maxBarSize:v.barMaxWidth,style:{outline:"none"},animationDuration:MCe,animationBegin:ECe,children:[p.jsx(Gl,{dataKey:"label",tickLine:!1,axisLine:!0,tick:S=>p.jsx(_V,{...S})}),p.jsx(Ha,{hide:!0}),h&&p.jsx($o,{dataKey:"comparisonValue",content:p.jsx(VV,{unit:o,valuesFormatterFn:i,data:x,chartWidth:b,options:a,precision:u,language:n,improvementType:g,chartHeight:f})}),p.jsx($o,{dataKey:"value",content:p.jsx(NV,{unit:o,options:c,precision:u,language:n,valuesFormatterFn:i})}),x.map((S,T)=>p.jsx(Na,{fill:v.barColor,stroke:v.barStroke,strokeWidth:v.barStrokeWidth,strokeDasharray:S.shape==="dotted"?OCe:kCe},`cell-${T}`))]})})})})},$V=e=>C.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("rect",{x:1,y:1,width:18,height:18,rx:3,fill:"white"}),C.createElement("rect",{x:1,y:1,width:18,height:18,rx:3,stroke:"#D1CFCE",strokeWidth:2})),HV=e=>C.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("rect",{width:20,height:20,rx:4,fill:"url(#paint0_linear_2034_7850)"}),C.createElement("path",{d:"M8.32244 13.9335L4.56689 10.178L5.36133 9.38351L8.32244 12.3446L14.628 6.03906L15.4224 6.83351L8.32244 13.9335Z",fill:"white"}),C.createElement("defs",null,C.createElement("linearGradient",{id:"paint0_linear_2034_7850",x1:7.58928,y1:755124e-13,x2:7.58928,y2:20,gradientUnits:"userSpaceOnUse"},C.createElement("stop",{stopColor:"#484945"}),C.createElement("stop",{offset:1,stopColor:"#2A2B27"})))),jCe=z(ts)(()=>({":hover":{background:we[400]}})),ICe=e=>{const{values:t,...n}=e,{onChange:r,...o}=n,i=Object.entries(t);return p.jsx(W7,{children:i.map(([s,a],c)=>p.jsx(Sl,{control:p.jsx(jCe,{...o,checkedIcon:p.jsx(HV,{}),icon:p.jsx($V,{}),disableRipple:!0,onChange:(u,d)=>{const f={};f[s]={name:a.name,state:d},r(f)}}),sx:{gap:"1rem"},label:a.name,checked:a.state},`${s}-${c}`))})},LCe=(e,t,n)=>Object.entries(t).flatMap(o=>{const[i,s]=o;if(s.state===!1)return[];const a=Number(i),c=e.find(u=>u.id===a);return c?[c]:[n({id:a,name:s.name})]}),ACe=(e,t)=>{const n={};return e.reduce((o,i)=>{const s=t.some(a=>a.id===i.id);return o[i.id]={name:i.name,state:s},o},n)},RCe=z(ts)(()=>({":hover":{background:we[400]}})),DCe=e=>{const{values:t,onChange:n,FormGroupProps:r,FormControlLabelProps:o,CheckboxProps:i}=e,s=Object.entries(t);return p.jsx(W7,{...r,children:s.map(([a,c],u)=>p.jsx(Sl,{sx:{gap:"1rem"},checked:c.state,...o,label:c.name,control:p.jsx(RCe,{checkedIcon:p.jsx(HV,{}),icon:p.jsx($V,{}),disableRipple:!0,...i,onChange:(d,f)=>{const h={...t};h[a]={...h[a],name:c.name,state:f},n(h)}})},`${a}-${u}`))})},FV=e=>{const{values:t,selectedItems:n,onChange:r,getId:o=u=>u.id,getName:i=u=>u.name,...s}=e,a=(n==null?void 0:n.map(u=>o(u)))??[],c=t.reduce((u,d)=>{const f=o(d),h=a.includes(f),g=n===void 0?!1:h;return u[f]={name:i(d),state:g,rawData:d},u},{});return p.jsx(DCe,{values:c,onChange:u=>{const d=Object.values(u).flatMap(f=>f.state===!1?[]:f.rawData);return r(d)},...s})},VCe=z(ee)(({theme:e})=>({display:"flex",flexDirection:"column",border:`1px solid ${we[500]}`,background:e.palette.background.paper,borderRadius:e.spacing(2),overflow:"hidden",boxShadow:e.custom.shadows.grey,[e.breakpoints.up("md")]:{flexDirection:"row-reverse",justifyContent:"space-between"}})),NCe=z(ee)(({theme:e})=>({padding:e.spacing(4),display:"flex",flexDirection:"column",justifyContent:"space-between",[e.breakpoints.up("md")]:{padding:e.spacing(6)}})),_Ce=z(ee)({display:"flex",flexDirection:"column"}),$Ce=z(ee)(({theme:e})=>({margin:e.spacing(2,0,2,0)})),HCe=z(ee)(({theme:e})=>({alignSelf:"flex-end",[e.breakpoints.up("md")]:{alignSelf:"flex-start"}})),FCe=z(ee)(({theme:e})=>({width:"100%",height:e.spacing(30),[e.breakpoints.up("md")]:{maxWidth:"500px",height:"auto"}})),BCe=z("img")({width:"100%",height:"100%",objectFit:"cover",objectPosition:"center"}),zCe=e=>{const{title:t,subtitle:n,description:r,imageUrl:o,callToAction:i,sxProps:s={}}=e,a=de();return p.jsxs(VCe,{sx:s,children:[o&&p.jsx(FCe,{children:p.jsx(BCe,{src:o,alt:"hero image"})}),p.jsxs(NCe,{children:[p.jsxs(_Ce,{children:[p.jsx(Mu,{defaultVariant:"h2",text:t}),n&&p.jsx(Mu,{defaultVariant:"h5",text:n,typographyProps:{color:a.custom.grey[2e3],padding:a.spacing(.5,0,.5,0)}}),r&&p.jsx($Ce,{children:r})]}),i&&p.jsx(HCe,{children:p.jsx(Eu,{buttonOptions:i,defaultOptions:{sx:{display:"inline-flex",padding:a.spacing(3),letterSpacing:a.spacing(.02),fontWeight:a.typography["body-bold"].fontWeight},variant:"primary",endIcon:p.jsx(bt,{size:2,icon:"arrowRight"})}})})]})]})},WCe=z(ee)(()=>({position:"fixed",top:0,left:0,right:0,bottom:0,backgroundColor:"rgba(0, 0, 0, 0)",zIndex:1e3,transition:"background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1)",visibility:"hidden","&.open":{backgroundColor:"rgba(0, 0, 0, 0.5)",visibility:"visible"}})),ZCe=z(ee)(({theme:e})=>({position:"fixed",top:0,right:0,bottom:0,width:"75%",backgroundColor:e.palette.background.paper,zIndex:1001,overflowY:"auto",transform:"translateX(100%)",transition:"all 0.3s cubic-bezier(0.4, 0, 0.2, 1)",opacity:0,borderRadius:`${e.spacing(1)} 0 0 ${e.spacing(1)}`,"&.open":{transform:"translateX(0)",opacity:1,visibility:"visible",transition:"all 0.3s cubic-bezier(0.4, 0, 0.2, 1)"},[e.breakpoints.down("md")]:{width:"100%"}})),BV=z(ee)({width:"100%",height:"400px",backgroundColor:"#f0f0f0","& img":{width:"100%",height:"100%",objectFit:"cover",transition:"opacity 0.3s ease-in-out"}}),UCe=z(Bt)(({theme:e})=>({position:"fixed",top:e.spacing(2),right:e.spacing(2.5),zIndex:1002,backgroundColor:"white",visibility:"hidden",transform:"translateX(200%)",transition:"all 0.3s cubic-bezier(0.4, 0, 0.2, 1)","&:hover":{backgroundColor:"rgba(255, 255, 255, 0.8)"},"&.open":{transform:"translateX(0)",opacity:1,visibility:"visible",transition:"all 0.3s cubic-bezier(0.4, 0, 0.2, 1)"}})),qCe=z(fe)({padding:"2rem 4rem"}),GCe=({isOpen:e,onClose:t,article:n})=>(L.useEffect(()=>(e?document.body.style.overflow="hidden":document.body.style.overflow="unset",()=>{document.body.style.overflow="unset"}),[e]),p.jsxs(p.Fragment,{children:[p.jsx(WCe,{className:e?"open":"",onClick:t}),p.jsx(UCe,{className:e?"open":"",onClick:t,children:p.jsx(bt,{size:2,icon:"close"})}),p.jsxs(ZCe,{className:e?"open":"",children:[p.jsx(L.Suspense,{fallback:p.jsx(BV,{}),children:p.jsx(BV,{children:p.jsx("img",{src:n.imageSrc,alt:n.title,loading:"lazy",onLoad:r=>{r.target.style.opacity="1"},style:{opacity:0}})})}),p.jsxs(qCe,{spacing:3,children:[p.jsx(ie,{variant:"h2",children:n.title}),p.jsx(ie,{variant:"body1",dangerouslySetInnerHTML:{__html:n.content}})]})]})]})),KCe=[3,5,9,3],YCe=z(fe,{shouldForwardProp:e=>e!=="isRightColumn"})(({isRightColumn:e,theme:t})=>({border:`1px solid ${we[500]}`,borderRadius:t.spacing(1),overflow:"hidden",margin:0,padding:0,height:"100%",width:"100%",flexDirection:e?"row":"column",[t.breakpoints.down("md")]:{flexDirection:"column"},boxShadow:t.custom.shadows.grey})),XCe=z(ee,{shouldForwardProp:e=>e!=="isRightColumn"})(({isRightColumn:e,theme:t})=>({flex:e?"0 0 35%":"1 1 auto",lineHeight:0,position:"relative",width:"100%",height:e?"100%":"380px",backgroundColor:t.palette.grey[400],overflow:"hidden","& img":{width:"100%",height:"100%",objectFit:"cover",objectPosition:"center",display:"block",[t.breakpoints.down("md")]:{height:"200px"}},[t.breakpoints.down("md")]:{height:"140px"},[t.breakpoints.down("md")]:{flex:2}})),JCe=z(fe)(({theme:e})=>({flex:"1 1 0",backgroundColor:e.palette.background.paper,padding:e.spacing(3,3,2,3),justifyContent:"space-between",gap:e.spacing(1),[e.breakpoints.down("md")]:{padding:e.spacing(2,2,1.5,2)},[e.breakpoints.down("md")]:{flex:"1 1 0"}})),QCe=z(L3)({display:"block",width:"100%",height:"100%",cursor:"pointer"}),eye=z(st)(({theme:e})=>({display:"inline-flex",alignSelf:"flex-start",fontWeight:700,gap:e.spacing(1)})),tye=z(ie,{shouldForwardProp:e=>e!=="isFirst"})(({isFirst:e,articlesNumber:t,theme:n})=>({display:"-webkit-box",WebkitLineClamp:e?5:KCe[t-1]||3,marginTop:n.spacing(2),WebkitBoxOrient:"vertical",overflow:"hidden",textOverflow:"ellipsis",[n.breakpoints.down("md")]:{WebkitLineClamp:e?3:2,marginTop:n.spacing(1)}})),Wv=e=>{const[t,n]=L.useState(!1),{title:r,description:o,imageSrc:i,content:s,onClick:a,isFirst:c=!1,articlesNumber:u=1,isRightColumn:d=!1,readMoreText:f="Lire l'article"}=e,h=()=>{a?a():n(!0)};return p.jsxs(p.Fragment,{children:[p.jsxs(YCe,{isRightColumn:d,children:[p.jsx(XCe,{isRightColumn:d,children:p.jsx(QCe,{onClick:h,children:p.jsx("img",{src:i,alt:r})})}),p.jsxs(JCe,{children:[p.jsxs(ee,{children:[p.jsx(ie,{variant:"h3",mb:"0.2rem",children:r}),p.jsx(tye,{variant:"body",mb:"1rem",isFirst:c,articlesNumber:u,dangerouslySetInnerHTML:{__html:o}})]}),p.jsxs(eye,{variant:"text",onClick:h,children:[p.jsx(ie,{fontWeight:700,fontSize:"0.875rem",children:f}),p.jsx(bt,{size:2,icon:"arrowRight"})]})]})]}),!a&&p.jsx(GCe,{isOpen:t,onClose:()=>n(!1),article:{title:r,description:o,imageSrc:i,content:s||o}})]})},nye=e=>{const{articles:t=[],sxProps:n={}}=e,[r,...o]=t;return p.jsxs(ko,{container:!0,columns:o.length>0?2:1,sx:{...n,height:"100%","& .MuiGrid-item":{"@media (max-width: 1068px)":{width:"100%",maxWidth:"100%",flexBasis:"100%"}}},spacing:4,children:[p.jsx(ko,{item:!0,xs:1,children:p.jsx(Wv,{...r,isFirst:!0,articlesNumber:t.length})}),p.jsx(ko,{item:!0,xs:1,children:p.jsx(U4,{gap:3,display:"flex",flexDirection:"column",justifyContent:"space-between",height:"100%",sx:{"@media (max-width: 1068px)":{gap:2,marginTop:0}},children:o.map((i,s)=>p.jsx(U4,{height:"100%",children:p.jsx(Wv,{...i,isRightColumn:t.length>=3,articlesNumber:t.length})},`article-${s}`))})})]})},rye=e=>{const{title:t,children:n,objectives:r=[],tooltipMessage:o}=e,i=de();return p.jsxs(fe,{sx:{borderRadius:"12px",border:`1px solid ${i.palette.grey[500]}`,padding:"34px",maxWidth:"360px",background:i.palette.background.paper},children:[p.jsxs(ee,{display:"flex",children:[p.jsx(ie,{variant:"h3",component:"h3",mb:"1.5rem",children:t}),o&&p.jsx(bt,{size:3,icon:"information"})]}),p.jsx(ee,{fontWeight:700,display:"flex",gap:"0.5rem",mb:"1rem",children:n}),p.jsx(fe,{sx:{"> div:not(:last-of-type)":{mb:"1rem"}},children:r.map((s,a)=>p.jsxs(fe,{flexDirection:"row",alignItems:"center",gap:".5rem",children:[p.jsx(ie,{variant:"small-medium",children:s.objective}),p.jsx(DM,{boxProps:{sx:{padding:"0.1rem 0.5rem"}},children:s.component})]},a))})]})},oye=e=>{const{title:t,subtitle:n,description:r}=e,o=de();return p.jsxs(fe,{sx:{borderRadius:"12px",border:`1px solid ${o.palette.grey[500]}`,padding:"34px",maxWidth:"360px",background:o.palette.background.paper},children:[p.jsxs(fe,{flexDirection:"row",alignContent:"center",justifyContent:"space-between",children:[p.jsx(ie,{variant:"h3",component:"h3",mb:"1.5rem",children:t}),n&&p.jsx(iye,{text:n})]}),p.jsx(fe,{children:p.jsx(ie,{variant:"body-medium",children:p.jsx(ee,{dangerouslySetInnerHTML:{__html:r}})})})]})};function iye(e){const{text:t}=e;return p.jsx(Oi,{sx:{textAlign:"center"},arrow:!1,title:p.jsx(ie,{variant:"body-medium",children:t}),placement:"top",children:p.jsx(ee,{children:p.jsx(bt,{size:3,icon:"information"})})})}const sye=e=>{const{value:t,maxLength:n,...r}=e,o=t.map((d,f)=>t.slice(0,f+1).reduce((h,g)=>{const m=h.length+g.length;if(m>n){const v=n-m,b=[...h.words,g.slice(0,v)].filter(Boolean);return{length:m,words:b,rest:t.length-b.length}}return{...h,length:m,words:[...h.words,g]}},{length:0,words:[],rest:0})),i=o[o.length-1],a=t[t.length-1].length===i.words[i.words.length-1].length?"":"…",c=i.words.join(", "),u=i.rest>0?`${c}… +${i.rest}`:c+a;return p.jsx(ie,{...r,children:u})},aye=e=>{const{value:t,maxLength:n,separator:r=",",...o}=e;if(n===0)return p.jsx(ie,{...o,children:""});const i=t.join("").length;if(n>i)return p.jsx(ie,{...o,children:t.join(r)});let s=0;const a=t.reduce((y,w)=>{const x=s+w.length,S={low:s,high:x};return s=x,y.push(S),y},[]),c=a.findIndex(y=>y.low<n&&n<=y.high),u=c+1,d=a.length-u,h=a[c].high===n?"":"…",g=u*r.length,m=t.join(r).slice(0,n-1+g),v=d?`+${d}`:"",b=`${m}${h} ${v}`;return p.jsx(ie,{...o,children:b})},lye=e=>{const{setOpen:t,options:n,onValidate:r,onCancel:o,canValidate:i=!0,confirmAction:s,cancelText:a,validateText:c,...u}=e,[d,f]=L.useState(!1),h=()=>t(!1),g=()=>{f(!1)},m=()=>{o&&o(),h()},v=()=>{if(!s){r&&r(),h();return}d?(f(!1),r&&r(),h()):f(!0)};return p.jsxs(Q2,{onClose:m,...u,fullWidth:!0,maxWidth:"md",scroll:"body",children:[p.jsxs(Q0,{sx:WV,children:[n.title,p.jsx(st,{variant:"text",endIcon:p.jsx(J3,{}),onClick:m})]}),p.jsx(ee,{sx:{width:"100%"},children:n.content}),p.jsx(zV,{onCancelAction:m,onConfirmAction:v,canValidate:i,cancelText:a,validateText:c}),s&&p.jsx(cye,{openConfirmAction:d,onCancel:g,onValidate:v,confirmAction:s,cancelText:a,validateText:c})]})},cye=e=>{const{confirmAction:t,onCancel:n,onValidate:r,openConfirmAction:o,cancelText:i,validateText:s}=e;return p.jsxs(Q2,{open:o,onClose:n,sx:{display:"flex",justifyContent:"space-between",alignItems:"center",borderBottom:`1px solid ${we[500]}`,minHeight:"68px",padding:"28px 27px 28px 32px"},children:[p.jsxs(Q0,{sx:WV,children:[t.title,p.jsx(st,{variant:"text",endIcon:p.jsx(J3,{}),onClick:n})]}),p.jsx(ee,{sx:{padding:"32px",width:"100%"},children:t.content}),p.jsx(zV,{onCancelAction:n,onConfirmAction:r,cancelText:t.cancelText??i,validateText:t.validateText??s})]})},zV=e=>{const{onCancelAction:t,onConfirmAction:n,canValidate:r=!0,cancelText:o,validateText:i}=e;return p.jsxs(O3,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",borderTop:`1px solid ${we[500]}`,minHeight:"68px",paddingInline:"1rem",padding:"28px 32px 32px 32px"},children:[p.jsx(st,{variant:"text",onClick:t,children:o}),p.jsx(st,{variant:"primary",onClick:n,disabled:!r,children:i})]})},WV={display:"flex",justifyContent:"space-between",alignItems:"center",borderBottom:`1px solid ${we[500]}`,minHeight:"68px",padding:"28px 27px 28px 32px"},uye=z(Y2)(({theme:e})=>({fontFamily:e.typography.fontFamily,...e.typography.body})),$c=L.forwardRef(function(e,t){const n=de(),{sx:r,error:o,...i}=e;return p.jsx(uye,{...i,sx:{color:o?n.custom.red[600]:n.custom.grey[2800],border:o?`1px solid ${n.custom.red[600]}`:`1px solid ${n.custom.grey[1400]}`,backgroundColor:o?n.custom.red[100]:"inherit",borderRadius:"16px",paddingInline:"20px",...r}})}),dye=e=>{const{title:t,unit:n,placeholder:r,value:o,description:i,error:s,required:a,...c}=e,u=a?"*":"",d=de(),f=L.useRef(!1),h=f.current&&s,[g,m]=L.useState(!1),[v,b]=L.useState(!1),[y,w]=L.useState(!1);L.useEffect(()=>{const E=x(S,e.setMinMaxError);m(E);const O=x(T,e.setMinError);b(O);const P=x(M,e.setMaxError);w(P)},[o]);const x=(E,O)=>{const P=E();return O!==void 0&&O(P),P},S=()=>{if(e.min===void 0&&e.max===void 0||o===void 0||o==="")return!1;const E=Number(o);return!(e.min!==void 0&&E>e.min&&e.max!==void 0&&E<e.max)},T=()=>e.min===void 0||o===void 0||o===""?!1:!(e.min<Number(o)&&e.max===void 0),M=()=>e.max===void 0||o===void 0||o===""?!1:!(e.max>Number(o)&&e.min===void 0);return p.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"10px"},children:[p.jsx(ie,{variant:"h5",children:`${t}${u} :`}),p.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"5px"},children:[p.jsx($c,{...c,type:"number",style:{minWidth:"150px",width:"10%",borderColor:h?d.palette.error.main:"inherit",backgroundColor:h?d.palette.error.light:"inherit"},placeholder:r,value:o,onChange:E=>{f.current=!0,c.onChange&&c.onChange(E)}}),p.jsx(ie,{variant:"body",children:n})]}),(!!e.minMaxErrorMessage&&g||!!e.minErrorMessage&&v||!!e.maxErrorMessage&&y)&&p.jsxs(ie,{variant:"body",style:{color:d.custom.red[600]},children:[!!e.minMaxErrorMessage&&g&&e.minMaxErrorMessage,!!e.minErrorMessage&&v&&e.minErrorMessage,!!e.maxErrorMessage&&y&&e.maxErrorMessage]}),p.jsx(ie,{variant:"body",children:i})]})},fye=e=>{const{icon:t,label:n,variant:r,onDelete:o,ChipProps:i}=e,s=de(),a=r==="brand"?s.palette.primary[100]:s.custom.grey[600];return p.jsx(Os,{icon:t===void 0?void 0:p.jsx(bt,{size:1,icon:t}),variant:r,label:n,onDelete:o,deleteIcon:p.jsx(A8,{buttonProps:{onClick:o,sx:{":hover":{backgroundColor:a}}},icon:"close",size:"xs"}),...i})},pye=e=>{const{unit:t,sx:n,...r}=e;return p.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"1rem"},children:[p.jsx($c,{type:"number",sx:{minWidth:"125px",width:"10%",...n},...r}),p.jsx(ie,{variant:"body",children:t})]})};function hye(e){const t=de(),n={height:"40px",padding:"0px 6px 0px 20px",...t.custom.searchBox,minWidth:"350px"},r={height:"20px",padding:"0px",width:"100%","&>.MuiInputBase-root>fieldset":{border:"none"},"&>.MuiInputBase-root>input":{padding:"0"}},o={height:"48px",padding:"0px 16px 0px 24px",borderTop:"1px solid "+t.custom.grey[500],borderBottom:"1px solid "+t.custom.grey[500],background:t.custom.grey[200]},i={"&>.MuiInputBase-root>fieldset":{border:"none"},"&>.MuiInputBase-root>input":{width:"100%",height:"48px",padding:"0",border:"none"}};return p.jsxs(fe,{direction:"row",useFlexGap:!0,gap:"10px",justifyContent:"space-between",alignItems:"center",sx:e.variant==="standalone"?n:o,children:[p.jsx(Ei,{label:"",type:"search",placeholder:e.placeholder,value:e.value,onChange:s=>{e.onChange(s.target.value)},sx:e.variant==="standalone"?r:i}),p.jsx(hie,{})]})}const gye=L.forwardRef(function(t,n){const{title:r,placeholder:o,value:i,description:s,sx:a,error:c,required:u,...d}=t,f=u?"*":"",h=de(),g=L.useRef(!1),m=g.current&&c;return p.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"10px"},children:[p.jsx(ie,{variant:"h5",children:`${r}${f} :`}),p.jsx($c,{...d,sx:{width:"70%",borderColor:m?h.custom.red[600]:"inherit",backgroundColor:m?h.custom.red[100]:"inherit",...a},placeholder:o,value:i,onChange:v=>{g.current=!0,d.onChange&&d.onChange(v)}}),p.jsx(ie,{variant:"body",children:s})]})});function mye(e){return p.jsxs("div",{children:[p.jsx(ie,{variant:"body-bold",sx:{marginBottom:"16px"},children:e.header}),p.jsxs(fe,{direction:"column",useFlexGap:!0,gap:"12px",children:[p.jsxs(fe,{direction:"row",sx:{height:"20px"},useFlexGap:!0,gap:"12px",justifyContent:"flex-start",children:[p.jsx(ts,{checked:!0,sx:{width:"20px",height:"20px"}}),p.jsx(ie,{variant:"body",children:e.allText})]}),e.values.map((t,n)=>p.jsxs(fe,{direction:"row",sx:{height:"20px"},useFlexGap:!0,gap:"12px",justifyContent:"flex-start",children:[p.jsx(ts,{checked:!1,sx:{width:"20px",height:"20px"}}),p.jsx(ie,{variant:"body",children:t})]},n))]})]})}function vye(e){return p.jsxs(fe,{direction:"column",useFlexGap:!0,gap:"12px",alignItems:"flex-start",children:[p.jsx(ie,{variant:"body-bold",children:e.header}),p.jsx(fe,{direction:"row",useFlexGap:!0,gap:"8px",flexWrap:"wrap",children:e.values.map((t,n)=>p.jsxs(fe,{direction:"row",useFlexGap:!0,gap:"4px",sx:{height:"28px",borderRadius:"4px",background:"#EFEDEC",paddingLeft:"8px"},alignItems:"center",children:[p.jsx(ie,{variant:"body",children:t}),p.jsx(Bt,{sx:{width:"20px",height:"20px"},children:p.jsx(X3,{sx:{width:"16px",height:"16px"}})})]},n))}),p.jsx(st,{variant:"text",startIcon:p.jsx(Coe,{}),children:e.addText})]})}const ZV=e=>{const t=de(),{steps:n,currentStep:r=0,icons:o=[],clickable:i=!1,onClick:s}=e;return p.jsxs(ee,{display:"inline-flex",position:"relative",children:[p.jsx(fe,{direction:"row",gap:"12px",position:"relative",sx:{zIndex:1},children:[...Array(n??o.length).keys()].map(a=>{const c=a<=r;return p.jsx(G3,{size:"medium",border:`1px solid ${t.custom.grey[500]}`,color:c?"#FFF":t.custom.grey[2800],bgcolor:c?t.custom.grey[2800]:"#FFF",sx:{fill:c?"#FFF":t.custom.grey[2800],cursor:i?"pointer":"default","&:hover":i?{fill:"#FFF",color:"#FFF",bgcolor:t.custom.grey[c?2800:2e3]}:{}},onClick:()=>{i&&s&&s(a)},children:o&&o[a]?o[a]:a+1},a)})}),p.jsx(vr,{sx:{backgroundColor:t.custom.grey[500],position:"absolute",inset:`${36/2}px`}})]})},bye=e=>C.createElement("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M11.021 7.69411H0.333496V6.30524H11.021L6.021 1.30522L7.00016 0.333008L13.6668 6.99967L7.00016 13.6663L6.021 12.6941L11.021 7.69411Z",fill:"white"})),Cye=e=>C.createElement("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M2.97919 7.69411L7.97921 12.6941L7.00004 13.6663L0.333374 6.99967L7.00004 0.333008L7.97921 1.30522L2.97919 6.30524H13.6667V7.69411H2.97919Z",fill:"#B06803"})),UV=e=>{var t;return p.jsxs(fe,{direction:"row",alignItems:"center",justifyContent:"space-between",sx:{minHeight:"96px",zIndex:1e3,position:"sticky",top:"28px",border:"1px solid #E7E6E4",borderRadius:"52px",backgroundColor:"#FFFFFF",padding:"20px 28px"},children:[p.jsx(yye,{title:e.title,subtitle:e.subtitle}),p.jsx(ZV,{icons:e.icons,steps:e.steps??((t=e.icons)==null?void 0:t.length)??0,currentStep:e.currentPage,clickable:e.navigable,onClick:e.onNavigate}),p.jsx(wye,{onPageForward:e.onPageForward,onPageBack:e.onPageBack,nextPageText:e.nextPageText,previousPageText:e.previousPageText,currentPage:e.currentPage,validateSteps:e.validateSteps,validateStepsTexts:e.validateStepsTexts,warningText:e.warningText,savingState:e.savingState,closeable:e.closeable,onClose:e.onClose})]})},yye=e=>{const t=de();return p.jsx(fe,{direction:"row",alignItems:"center",justifyContent:"start",marginX:"20px",maxWidth:"33%",children:p.jsxs(fe,{gap:"4px",children:[p.jsx(ie,{variant:"h3",children:e.title}),e.subtitle&&p.jsx(ie,{variant:"body",color:t.custom.grey[2e3],children:e.subtitle})]})})},xye=e=>{const t=de(),n=e.saving?XM:qM,r=e.saving?{animation:"spin 1s linear infinite","@keyframes spin":{"0%":{transform:"rotate(360deg)"},"100%":{transform:"rotate(0deg)"}}}:{},o=p.jsx(n,{sx:{width:"24px",color:t.custom.grey[2e3],...r}}),i=p.jsx(ee,{padding:"12px 16px",textAlign:"center",children:p.jsx(ie,{variant:"body",children:e.saving?e.savingMessage:e.savedMessage})});return p.jsx(Ou,{icon:o,body:i,size:"260px"})},wye=e=>{const t=de(),n=p.jsx(st,{variant:"primary",disabled:e.validateSteps&&!e.validateSteps[e.currentPage],endIcon:p.jsx(bye,{}),onClick:e.onPageForward,children:e.nextPageText}),r=p.jsxs(ee,{padding:"12px 16px",children:[p.jsx(ie,{variant:"body-bold",children:e.warningText||""}),p.jsx("br",{}),p.jsx(ie,{variant:"body",children:e.validateStepsTexts&&e.validateStepsTexts[e.currentPage]||""})]});return p.jsxs(fe,{direction:"row",alignItems:"center",justifyContent:"end",gap:"28px",children:[p.jsx(ee,{sx:{">*":{display:"flex"}},children:e.savingState&&p.jsx(xye,{...e.savingState})}),p.jsxs(fe,{direction:"row",gap:"20px",children:[e.previousPageText&&p.jsx(st,{variant:"text",startIcon:p.jsx(Cye,{}),onClick:e.onPageBack,children:e.previousPageText}),e.validateSteps&&!e.validateSteps[e.currentPage]?e.nextPageText&&p.jsx(Ou,{icon:n,body:r,size:"260px"}):e.nextPageText&&n]}),e.closeable&&p.jsx(st,{variant:"white-filled",onClick:e.onClose,sx:{minWidth:0,aspectRatio:1,borderRadius:"100%",padding:0,"&:hover":{background:t.custom.grey[400]},"&:active":{background:t.custom.grey[600]}},children:p.jsx(w8,{sx:{width:"20px",color:t.custom.grey[2800]}})})]})},Zv=e=>{const t=de(),{title:n,titleSize:r,badge:o}=e,s=r||"h1";return p.jsxs(fe,{direction:"row",alignItems:"center",gap:"16px",children:[typeof o=="number"?p.jsx(G3,{size:"big",children:o}):p.jsx(fe,{width:"40px",alignItems:"center",color:t.custom.grey[2800],children:p.jsx(fe,{sx:{transform:"scale(250%)"},children:o})}),p.jsx(ie,{variant:s,children:n})]})},Sye=e=>{const{title:t,subtitle:n,pages:r,pageIndexToDisplay:o=0,savingState:i,closeable:s=!0}=e,a=r.map(d=>d.icon),c=r[o],u=(Array.isArray(c.content)?c.content:[c.content]).map((d,f)=>p.jsx(L.Fragment,{children:d},f));return p.jsxs(p.Fragment,{children:[p.jsx(UV,{title:t,subtitle:n,icons:a,steps:r.length,currentPage:o,nextPageText:e.nextPageText,previousPageText:e.previousPageText,onPageForward:e.onPageForward,onPageBack:e.onPageBack,validateSteps:e.validateSteps,validateStepsTexts:e.validateStepsTexts,warningText:e.warningText,savingState:i,navigable:e.navigable,onNavigate:e.onNavigate,closeable:s,onClose:e.onClose}),p.jsx(fe,{direction:"column",alignItems:"center",children:p.jsxs("div",{style:{maxWidth:"1024px"},children:[p.jsxs(fe,{direction:"column",marginTop:"44px",marginBottom:"36px",gap:"2rem",children:[c.title&&p.jsx(Zv,{title:c.title,badge:c.icon??o+1}),c.subTitle&&p.jsx(ie,{variant:"h4",children:c.subTitle}),c.subTitle&&p.jsx(vr,{}),c.info]}),c.usesBaseLayout===!1?p.jsx(p.Fragment,{children:u}):p.jsx(Tye,{children:u})]})})]})},Tye=e=>{const{children:t}=e,n=Array.isArray(t)?t:[t];return p.jsx("div",{children:n.map((r,o)=>p.jsx(L.Fragment,{children:r},o))})},Mye=({sx:e={},...t})=>p.jsx(ee,{sx:{boxShadow:"0px 2px 8px 0px #2A2B270A",border:`1px solid ${we[500]}`,borderRadius:"16px",backgroundColor:"#FFFFFF",padding:"2rem",height:"fit-content",...e},...t}),Eye=e=>{const{title:t,hint:n,indicator:r,children:o,...i}=e;return p.jsx(jo,{width:"100%",padding:"32px",...i,children:p.jsxs(fe,{gap:"32px",children:[p.jsxs(fe,{direction:"row",alignItems:"start",gap:"32px",children:[p.jsx(ie,{variant:"h4",flex:1,children:t}),r&&p.jsx(Y3,{value:r.value,unit:r.unit,sx:{top:"-12px",right:"-12px"}})]}),p.jsxs(fe,{gap:"24px",children:[o,n&&p.jsx(oE,{children:p.jsx(ee,{dangerouslySetInnerHTML:{__html:n}})})]})]})})},Oye=()=>{const[e,t]=L.useState({isLocked:!1}),n=d=>{t({isLocked:!0,message:d})},r=()=>{t({isLocked:!1})},[o,i]=L.useState({isLocked:!1}),s=d=>{i({isLocked:!0,message:d})},a=()=>{i({isLocked:!1})};return{forwardLock:e,lockForward:n,unlockForward:r,previousLock:o,lockPrevious:s,unlockPrevious:a,lockAll:d=>{n(d),s(d)},unlockAll:()=>{r(),a()}}},qV=L.createContext(null),GV=e=>{const{children:t,startingPage:n=0,...r}=e,[o,i]=L.useState(!1),[s,a]=L.useState(!1),[c,u]=L.useState(n),d=e.pages.length,f=e.pages[c]??null,h=Oye(),[g,m]=L.useState(!1),v={...r,...h,isSaving:o,setSaving:i,selectedPage:f,selectedPageIndex:c,setPage:u,maxPage:d,formSaved:g,setFormSaved:m,isError:s,setError:a};return p.jsx(qV.Provider,{value:v,children:t})},Kl=()=>{const e=L.useContext(qV);if(e)return e;throw new Error("useFormBaseContext must be used within an FormBaseContextProvider")},KV=()=>{const{selectedPageIndex:e,setPage:t,onPageChange:n,pages:r,previousLock:o,forwardLock:i,maxPage:s,setFormSaved:a,isLoading:c}=Kl(),u=de(),d=ei(u.breakpoints.down("md")),f={selected:{color:"#FFF",background:u.custom.grey[2800],hover:{color:"#FFF",background:u.custom.grey[2800]}},locked:{color:u.custom.grey[500],background:"#FFF",hover:{color:u.custom.grey[500],background:"#FFF"}},default:{color:u.custom.grey[2800],background:"#FFF",hover:{color:"#FFF",background:u.custom.grey[2e3]}}};return c?p.jsx(Ms,{}):p.jsxs(ee,{display:"inline-flex",position:"relative",children:[p.jsx(fe,{direction:"row",gap:"12px",position:"relative",flexWrap:"wrap",sx:{zIndex:1,backgroundColor:d?"white":"transparent"},children:[...Array(s)].map((h,g)=>{var S,T;const m=o.isLocked&&g<e,v=i.isLocked&&g>e,b=m||v,w=g===e?f.selected:f[b?"locked":"default"],x=((S=r[g])==null?void 0:S.icon)??g+1;return p.jsx(G3,{size:"medium",border:`1px solid ${u.custom.grey[500]}`,color:w.color,bgcolor:w.background,tooltip:(T=r[g])==null?void 0:T.title,sx:{fill:w.color,cursor:b?"default":"pointer","&:hover":{fill:w.hover.color,color:w.hover.color,bgcolor:w.hover.background}},onClick:()=>{g===e||b||(a(!1),t(g),n==null||n(g,e))},children:x},`page-top-display-${g}`)})}),p.jsx(vr,{sx:{backgroundColor:u.custom.grey[500],position:"absolute",inset:`${36/2}px`}})]})},YV=()=>{const{textOptions:e,isLoading:t}=Kl(),n=de(),r=ei(n.breakpoints.down("md"));return p.jsx(fe,{direction:"row",alignItems:"center",justifyContent:r?"center":"start",marginX:r?"0":"20px",maxWidth:r?"100%":"33%",width:r?"100%":"auto",children:p.jsxs(fe,{gap:"4px",alignItems:r?"center":"flex-start",children:[p.jsx(ie,{variant:"h3",textAlign:r?"center":"left",sx:{fontSize:r?"1.3rem":"1.5rem"},children:t?p.jsx(Ms,{size:"18px"}):e.title}),e.subtitle&&p.jsx(ie,{variant:"body",color:n.custom.grey[2e3],textAlign:r?"center":"left",children:e.subtitle})]})})},kye=()=>{const e=de(),{isSaving:t,textOptions:n,isError:r}=Kl(),o=t?XM:r?xie:qM,i=t?{animation:"spin 1s linear infinite","@keyframes spin":{"0%":{transform:"rotate(360deg)"},"100%":{transform:"rotate(0deg)"}}}:{},s=p.jsx(o,{sx:{width:"24px",color:r?e.custom.red[600]:e.custom.grey[2e3],...i}}),a=p.jsx(ee,{padding:"12px 16px",textAlign:"center",children:p.jsx(ie,{variant:"body-medium",children:t?n.syncingMessage:r?n.errorDefaultMessage:n.savingDefaultMessage})});return p.jsx(Ou,{icon:s,body:a,size:"260px"})},XV=()=>{const{confirmExit:e,selectedPageIndex:t,setPage:n,maxPage:r,forwardLock:o,previousLock:i,textOptions:s,onClose:a,onValidate:c,onPageChange:u,showSync:d,setFormSaved:f,openConfirmDialog:h,isLoading:g,selectedPageIndex:m}=Kl(),v=de(),b=ei(v.breakpoints.down("md")),w=t===r-1&&s.finalPage?s.finalPage:s.nextPage,x=p.jsx(st,{variant:"primary",disabled:o.isLocked||g,endIcon:p.jsx(bt,{icon:"arrowTrajectory",size:2}),onClick:()=>{if(t===r-1){f(!0),c==null||c();return}return f(!1),u==null||u(t+1,t),n(t+1)},sx:b?{minWidth:"80px",fontSize:"0.875rem",padding:"8px 12px"}:{},children:w}),S=p.jsxs(ee,{padding:"12px 16px",children:[p.jsx(ie,{variant:"body-bold",children:s.warningText?s.warningText:""}),p.jsx("br",{}),p.jsx(ie,{variant:"body",children:o.isLocked&&o.message||""})]});return b?p.jsx(fe,{direction:"row",alignItems:"center",gap:"16px",children:p.jsx(fe,{direction:"row",gap:"16px",alignItems:"center",justifyContent:"flex-end",width:"100%",children:a&&p.jsx(st,{variant:"white-filled",onClick:e?h:a,sx:{minWidth:0,aspectRatio:1,borderRadius:"100%",padding:0,width:"40px",height:"40px","&:hover":{background:v.custom.grey[400]},"&:active":{background:v.custom.grey[600]}},children:p.jsx(w8,{sx:{width:"20px",color:v.custom.grey[2800]}})})})}):p.jsxs(fe,{direction:"row",alignItems:"center",justifyContent:"end",gap:"28px",children:[p.jsx(ee,{sx:{">*":{display:"flex"}},children:d&&p.jsx(kye,{})}),p.jsxs(fe,{direction:"row",gap:"20px",children:[s.previousPage&&p.jsx(st,{sx:{minWidth:"90px"},variant:"text",disabled:m===0||i.isLocked||g,startIcon:m===0||i.isLocked||g?null:p.jsx(bt,{icon:"arrowLeft",size:2}),onClick:()=>{if(f(!1),t===0){u==null||u(t,t);return}return u==null||u(t-1,t),n(t-1)},children:s.previousPage}),o.isLocked?w&&p.jsx(Ou,{icon:x,body:S,size:"260px",leftPosition:130}):w&&x]}),a&&p.jsx(st,{variant:"white-filled",onClick:e?h:a,sx:{minWidth:0,aspectRatio:1,borderRadius:"100%",padding:0,"&:hover":{background:v.custom.grey[400]},"&:active":{background:v.custom.grey[600]}},children:p.jsx(w8,{sx:{width:"20px",color:v.custom.grey[2800]}})})]})},Pye=()=>{const e=de();return ei(e.breakpoints.down("md"))?p.jsx(ee,{sx:{zIndex:1e3,minHeight:"auto",top:"28px",border:"1px solid #E7E6E4",borderRadius:"28px",backgroundColor:"#FFFFFF",padding:"20px 24px"},children:p.jsxs(fe,{direction:"column",spacing:1,alignItems:"center",children:[p.jsxs(ee,{sx:{width:"100%",display:"flex",justifyContent:"center",alignItems:"flex-start"},children:[p.jsx(YV,{}),p.jsx(XV,{})]}),p.jsx(ee,{sx:{display:"flex",justifyContent:"center"},children:p.jsx(KV,{})})]})}):p.jsxs(ee,{sx:{zIndex:1e3,minHeight:"96px",position:"sticky",top:"28px",border:"1px solid #E7E6E4",borderRadius:"52px",backgroundColor:"#FFFFFF",padding:"20px 28px",display:"grid",gridTemplateColumns:"1fr 50% 1fr",gridTemplateRows:"1fr",alignItems:"center"},children:[p.jsx(ee,{sx:{gridColumn:"1 / 3",gridRow:" 1 / 1",display:"flex",justifyContent:"left"},children:p.jsx(YV,{})}),p.jsx(ee,{sx:{gridColumn:"2 / 3",gridRow:" 1 / 1",display:"flex",justifyContent:"center"},children:p.jsx(KV,{})}),p.jsx(ee,{sx:{gridColumn:"3 / 3",gridRow:" 1 / 1",display:"flex",justifyContent:"right"},children:p.jsx(XV,{})})]})},jye=()=>{const{selectedPage:e,selectedPageIndex:t,isLoading:n}=Kl(),r=e.icon??t+1,o=e.title,i=e.subtitle;return n?p.jsx(Iye,{}):p.jsx(fe,{direction:"column",alignItems:"center",children:p.jsxs("div",{style:{width:"100%"},children:[p.jsxs(fe,{direction:"column",marginTop:"44px",marginBottom:"36px",gap:"2rem",children:[o&&p.jsx(Zv,{title:o,badge:r}),i&&p.jsxs(p.Fragment,{children:[p.jsx(ie,{variant:"h4",children:i}),p.jsx(vr,{})]})]}),e.content]})})},Iye=()=>p.jsx(ee,{sx:{marginLeft:"auto",marginRight:"auto",width:"fit-content",marginTop:"5%",marginBottom:"5%"},children:p.jsx(Ms,{})}),Lye=e=>{const t=de(),{onClose:n,open:r,confirmOptions:o}=e,i=()=>{o.onConfirm(),n()},s=()=>{o.onCancel(),n()};return p.jsxs(Q2,{fullWidth:!0,maxWidth:"xs",open:r,onClose:n,sx:{".MuiPaper-rounded":{borderRadius:"12px"}},children:[p.jsxs(Q0,{sx:{borderBottom:`1px solid ${t.custom.grey[500]}`},children:[p.jsxs(ee,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",minHeight:"68px"},children:[p.jsx(ie,{variant:"h3",children:o.titleText}),p.jsx(st,{variant:"text",endIcon:p.jsx(J3,{}),onClick:n})]}),(o==null?void 0:o.infoText)&&p.jsx(ie,{sx:{marginBlock:1.5},children:o.infoText})]}),p.jsxs(fe,{flexDirection:"column",alignItems:"center",p:3,gap:"1rem",children:[p.jsx(st,{variant:"primary",onClick:i,children:o.confirmText}),p.jsx(st,{onClick:s,children:o.cancelText})]})]})},Aye=()=>{const{confirmExit:e,formSaved:t}=Kl(),n=r=>{r.preventDefault()};return L.useEffect(()=>{if(e)return window.removeEventListener("beforeunload",n),t===!1&&window.addEventListener("beforeunload",n),()=>{window.removeEventListener("beforeunload",n)}},[t,e]),p.jsxs(p.Fragment,{children:[p.jsx(Pye,{}),p.jsx(jye,{})]})},Rye=e=>{const[t,n]=L.useState(!1);return p.jsxs(GV,{...e,openConfirmDialog:()=>n(!0),children:[p.jsx(Aye,{}),e.confirmExit&&p.jsx(Lye,{open:t,onClose:()=>n(!1),confirmOptions:e.confirmOptions})]})},Dye=e=>{const{value:t,onChange:n,defaultOption:r,unit:o,error:i=!1,disabled:s=!1,ExtraInputProps:a={},Tooltip:c={}}=e,u=de(),{text:d,props:f}=c;return p.jsxs(fe,{gap:u.spacing(1),children:[p.jsxs(fe,{flexDirection:"row",gap:u.spacing(1.5),alignItems:"center",children:[p.jsx(Vye,{fullWidth:!0,value:t,onChange:h=>{const g=h.currentTarget.value;n(g)},error:i,disabled:s,...a}),o&&p.jsx(ie,{variant:"body-medium",maxWidth:"200px",sx:{textWrap:"nowrap",overflow:"clip",textOverflow:"ellipsis"},children:o}),r&&p.jsx(A8,{size:"s",icon:"reset",tooltip:{text:d,props:f},buttonProps:{onClick:()=>{var h;n(r.value),(h=r.extraAction)==null||h.call(r,r.value)},disabled:s}})]}),r&&p.jsx(ie,{variant:"small-medium",children:`${r.label} ${r.value}`})]})},Vye=z(Y2)(({theme:e})=>({"&.MuiInputBase-root":{backgroundColor:"white",height:"40px",borderRadius:"24px",paddingRight:"12px",paddingLeft:"20px",border:`1px solid ${e.custom.grey[500]}`,":hover":{backgroundColor:e.custom.grey[300]},color:e.custom.grey[2800],...e.typography["body-medium"],"& ::placeholder":{...e.typography["body-medium"],color:e.custom.grey[1400]}},"&.Mui-disabled":{backgroundColor:e.custom.grey[500],":hover":{backgroundColor:e.custom.grey[500]}},"&.Mui-focused":{border:`2px solid ${e.custom.grey[2800]}`},"&.Mui-error":{border:`1px solid ${e.custom.red[600]}`,backgroundColor:e.custom.red[100],color:e.custom.red[600],":hover":{backgroundColor:e.custom.red[200]}}}));/**
457
+ */var XD;function _ge(){return XD||(XD=1,process.env.NODE_ENV!=="production"&&(function(){function e(c,u){return c===u&&(c!==0||1/c===1/u)||c!==c&&u!==u}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=L,n=typeof Object.is=="function"?Object.is:e,r=t.useSyncExternalStore,o=t.useRef,i=t.useEffect,s=t.useMemo,a=t.useDebugValue;Ov.useSyncExternalStoreWithSelector=function(c,u,d,f,h){var g=o(null);if(g.current===null){var m={hasValue:!1,value:null};g.current=m}else m=g.current;g=s(function(){function b(T){if(!y){if(y=!0,w=T,T=f(T),h!==void 0&&m.hasValue){var M=m.value;if(h(M,T))return x=M}return x=T}if(M=x,n(w,T))return M;var E=f(T);return h!==void 0&&h(M,E)?(w=T,M):(w=T,x=E)}var y=!1,w,x,S=d===void 0?null:d;return[function(){return b(u())},S===null?void 0:function(){return b(S())}]},[u,d,f,h]);var v=r(c,g[0],g[1]);return i(function(){m.hasValue=!0,m.value=v},[v]),a(v),v},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),Ov}var JD;function $ge(){return JD||(JD=1,process.env.NODE_ENV==="production"?o6.exports=Nge():o6.exports=_ge()),o6.exports}$ge();function Hge(e){e()}function Fge(){let e=null,t=null;return{clear(){e=null,t=null},notify(){Hge(()=>{let n=e;for(;n;)n.callback(),n=n.next})},get(){const n=[];let r=e;for(;r;)n.push(r),r=r.next;return n},subscribe(n){let r=!0;const o=t={callback:n,next:null,prev:t};return o.prev?o.prev.next=o:e=o,function(){!r||e===null||(r=!1,o.next?o.next.prev=o.prev:t=o.prev,o.prev?o.prev.next=o.next:e=o.next)}}}}var QD={notify(){},get:()=>[]};function Bge(e,t){let n,r=QD,o=0,i=!1;function s(v){d();const b=r.subscribe(v);let y=!1;return()=>{y||(y=!0,b(),f())}}function a(){r.notify()}function c(){m.onStateChange&&m.onStateChange()}function u(){return i}function d(){o++,n||(n=e.subscribe(c),r=Fge())}function f(){o--,n&&o===0&&(n(),n=void 0,r.clear(),r=QD)}function h(){i||(i=!0,d())}function g(){i&&(i=!1,f())}const m={addNestedSub:s,notifyNestedSubs:a,handleChangeWrapper:c,isSubscribed:u,trySubscribe:h,tryUnsubscribe:g,getListeners:()=>r};return m}var zge=()=>typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Wge=zge(),Zge=()=>typeof navigator<"u"&&navigator.product==="ReactNative",Uge=Zge(),qge=()=>Wge||Uge?C.useLayoutEffect:C.useEffect,Gge=qge(),kv=Symbol.for("react-redux-context"),Pv=typeof globalThis<"u"?globalThis:{};function Kge(){if(!C.createContext)return{};const e=Pv[kv]??(Pv[kv]=new Map);let t=e.get(C.createContext);return t||(t=C.createContext(null),process.env.NODE_ENV!=="production"&&(t.displayName="ReactRedux"),e.set(C.createContext,t)),t}var Yge=Kge();function Xge(e){const{children:t,context:n,serverState:r,store:o}=e,i=C.useMemo(()=>{const c=Bge(o),u={store:o,subscription:c,getServerState:r?()=>r:void 0};if(process.env.NODE_ENV==="production")return u;{const{identityFunctionCheck:d="once",stabilityCheck:f="once"}=e;return Object.assign(u,{stabilityCheck:f,identityFunctionCheck:d})}},[o,r]),s=C.useMemo(()=>o.getState(),[o]);Gge(()=>{const{subscription:c}=i;return c.onStateChange=c.notifyNestedSubs,c.trySubscribe(),s!==o.getState()&&c.notifyNestedSubs(),()=>{c.tryUnsubscribe(),c.onStateChange=void 0}},[i,s]);const a=n||Yge;return C.createElement(a.Provider,{value:i},t)}var Jge=Xge,Qge=(e,t)=>t,jv=me([Qge,zt,ZL,er,HA,Ws,z6e,Jn],G6e),Iv=e=>{var t=e.currentTarget.getBoundingClientRect(),n=t.width/e.currentTarget.offsetWidth,r=t.height/e.currentTarget.offsetHeight;return{chartX:Math.round((e.clientX-t.left)/n),chartY:Math.round((e.clientY-t.top)/r)}},eV=si("mouseClick"),tV=Vu();tV.startListening({actionCreator:eV,effect:(e,t)=>{var n=e.payload,r=jv(t.getState(),Iv(n));(r==null?void 0:r.activeIndex)!=null&&t.dispatch(Xpe({activeIndex:r.activeIndex,activeDataKey:void 0,activeCoordinate:r.activeCoordinate}))}});var Lv=si("mouseMove"),nV=Vu();nV.startListening({actionCreator:Lv,effect:(e,t)=>{var n=e.payload,r=t.getState(),o=Tm(r,r.tooltip.settings.shared),i=jv(r,Iv(n));o==="axis"&&((i==null?void 0:i.activeIndex)!=null?t.dispatch(jA({activeIndex:i.activeIndex,activeDataKey:void 0,activeCoordinate:i.activeCoordinate})):t.dispatch(PA()))}});function eme(e,t){return t instanceof HTMLElement?"HTMLElement <".concat(t.tagName,' class="').concat(t.className,'">'):t===window?"global.window":t}var rV={accessibilityLayer:!0,barCategoryGap:"10%",barGap:4,barSize:void 0,className:void 0,maxBarSize:void 0,stackOffset:"none",syncId:void 0,syncMethod:"index"},oV=Ao({name:"rootProps",initialState:rV,reducers:{updateOptions:(e,t)=>{var n;e.accessibilityLayer=t.payload.accessibilityLayer,e.barCategoryGap=t.payload.barCategoryGap,e.barGap=(n=t.payload.barGap)!==null&&n!==void 0?n:rV.barGap,e.barSize=t.payload.barSize,e.maxBarSize=t.payload.maxBarSize,e.stackOffset=t.payload.stackOffset,e.syncId=t.payload.syncId,e.syncMethod=t.payload.syncMethod,e.className=t.payload.className}}}),tme=oV.reducer,{updateOptions:nme}=oV.actions,iV=Ao({name:"polarOptions",initialState:null,reducers:{updatePolarOptions:(e,t)=>t.payload}}),{updatePolarOptions:rme}=iV.actions,ome=iV.reducer,sV=si("keyDown"),aV=si("focus"),Av=Vu();Av.startListening({actionCreator:sV,effect:(e,t)=>{var n=t.getState(),r=n.rootProps.accessibilityLayer!==!1;if(r){var{keyboardInteraction:o}=n.tooltip,i=e.payload;if(!(i!=="ArrowRight"&&i!=="ArrowLeft"&&i!=="Enter")){var s=Number(Om(o,Lc(n))),a=Ws(n);if(i==="Enter"){var c=Vp(n,"axis","hover",String(o.index));t.dispatch(Em({active:!o.active,activeIndex:o.index,activeDataKey:o.dataKey,activeCoordinate:c}));return}var u=Bpe(n),d=u==="left-to-right"?1:-1,f=i==="ArrowRight"?1:-1,h=s+f*d;if(!(a==null||h>=a.length||h<0)){var g=Vp(n,"axis","hover",String(h));t.dispatch(Em({active:!0,activeIndex:h.toString(),activeDataKey:void 0,activeCoordinate:g}))}}}}}),Av.startListening({actionCreator:aV,effect:(e,t)=>{var n=t.getState(),r=n.rootProps.accessibilityLayer!==!1;if(r){var{keyboardInteraction:o}=n.tooltip;if(!o.active&&o.index==null){var i="0",s=Vp(n,"axis","hover",String(i));t.dispatch(Em({activeDataKey:void 0,active:!0,activeIndex:i,activeCoordinate:s}))}}}});var di=si("externalEvent"),lV=Vu();lV.startListening({actionCreator:di,effect:(e,t)=>{if(e.payload.handler!=null){var n=t.getState(),r={activeCoordinate:A6e(n),activeDataKey:WA(n),activeIndex:Zs(n),activeLabel:zA(n),activeTooltipIndex:Zs(n),isTooltipActive:R6e(n)};e.payload.handler(r,e.payload.reactEvent)}}});var ime=me([Ic],e=>e.tooltipItemPayloads),sme=me([ime,c1,(e,t,n)=>t,(e,t,n)=>n],(e,t,n,r)=>{var o=e.find(a=>a.settings.dataKey===r);if(o!=null){var{positions:i}=o;if(i!=null){var s=t(i,n);return s}}}),cV=si("touchMove"),uV=Vu();uV.startListening({actionCreator:cV,effect:(e,t)=>{var n=e.payload,r=t.getState(),o=Tm(r,r.tooltip.settings.shared);if(o==="axis"){var i=jv(r,Iv({clientX:n.touches[0].clientX,clientY:n.touches[0].clientY,currentTarget:n.currentTarget}));(i==null?void 0:i.activeIndex)!=null&&t.dispatch(jA({activeIndex:i.activeIndex,activeDataKey:void 0,activeCoordinate:i.activeCoordinate}))}else if(o==="item"){var s,a=n.touches[0],c=document.elementFromPoint(a.clientX,a.clientY);if(!c||!c.getAttribute)return;var u=c.getAttribute(z9),d=(s=c.getAttribute(W9))!==null&&s!==void 0?s:void 0,f=sme(t.getState(),u,d);t.dispatch(kA({activeDataKey:d,activeIndex:u,activeCoordinate:f}))}}});var ame=bP({brush:ihe,cartesianAxis:$9e,chartData:u5e,errorBars:c8e,graphicalItems:C7e,layout:oue,legend:Bue,options:i5e,polarAxis:$4e,polarOptions:ome,referenceElements:mhe,rootProps:tme,tooltip:Jpe}),lme=function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"Chart";return P0e({reducer:ame,preloadedState:t,middleware:r=>r({serializableCheck:!1}).concat([tV.middleware,nV.middleware,Av.middleware,lV.middleware,uV.middleware]),devTools:{serialize:{replacer:eme},name:"recharts-".concat(n)}})};function dV(e){var{preloadedState:t,children:n,reduxStoreName:r}=e,o=Cr(),i=L.useRef(null);if(o)return n;i.current==null&&(i.current=lme(t,r));var s=g9;return C.createElement(Jge,{context:s,store:i.current},n)}function fV(e){var{layout:t,width:n,height:r,margin:o}=e,i=On(),s=Cr();return L.useEffect(()=>{s||(i(tue(t)),i(nue({width:n,height:r})),i(eue(o)))},[i,s,t,n,r,o]),null}function pV(e){var t=On();return L.useEffect(()=>{t(nme(e))},[t,e]),null}var cme=["children"];function ume(e,t){if(e==null)return{};var n,r,o=dme(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function dme(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}function i6(){return i6=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i6.apply(null,arguments)}var fme={width:"100%",height:"100%"},pme=L.forwardRef((e,t)=>{var n=vj(),r=bj(),o=Mj();if(!vc(n)||!vc(r))return null;var{children:i,otherAttributes:s,title:a,desc:c}=e,u,d;return typeof s.tabIndex=="number"?u=s.tabIndex:u=o?0:void 0,typeof s.role=="string"?d=s.role:d=o?"application":void 0,C.createElement(BO,i6({},s,{title:a,desc:c,role:d,tabIndex:u,width:n,height:r,style:fme,ref:t}),i)}),hme=e=>{var{children:t}=e,n=ot(Gf);if(!n)return null;var{width:r,height:o,y:i,x:s}=n;return C.createElement(BO,{width:r,height:o,x:s,y:i},t)},hV=L.forwardRef((e,t)=>{var{children:n}=e,r=ume(e,cme),o=Cr();return o?C.createElement(hme,null,n):C.createElement(pme,i6({ref:t},r),n)});function gme(){var e=On(),[t,n]=L.useState(null),r=ot(Aue);return L.useEffect(()=>{if(t!=null){var o=t.getBoundingClientRect(),i=o.width/t.offsetWidth;Ro(i)&&i!==r&&e(rue(i))}},[t,e,r]),n}function gV(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function mme(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?gV(Object(n),!0).forEach(function(r){vme(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):gV(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function vme(e,t,n){return(t=bme(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function bme(e){var t=Cme(e,"string");return typeof t=="symbol"?t:t+""}function Cme(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var yme=L.forwardRef((e,t)=>{var{children:n,className:r,height:o,onClick:i,onContextMenu:s,onDoubleClick:a,onMouseDown:c,onMouseEnter:u,onMouseLeave:d,onMouseMove:f,onMouseUp:h,onTouchEnd:g,onTouchMove:m,onTouchStart:v,style:b,width:y}=e,w=On(),[x,S]=L.useState(null),[T,M]=L.useState(null);p5e();var E=gme(),O=L.useCallback(Y=>{E(Y),typeof t=="function"&&t(Y),S(Y),M(Y)},[E,t,S,M]),P=L.useCallback(Y=>{w(eV(Y)),w(di({handler:i,reactEvent:Y}))},[w,i]),k=L.useCallback(Y=>{w(Lv(Y)),w(di({handler:u,reactEvent:Y}))},[w,u]),j=L.useCallback(Y=>{w(PA()),w(di({handler:d,reactEvent:Y}))},[w,d]),I=L.useCallback(Y=>{w(Lv(Y)),w(di({handler:f,reactEvent:Y}))},[w,f]),A=L.useCallback(()=>{w(aV())},[w]),D=L.useCallback(Y=>{w(sV(Y.key))},[w]),N=L.useCallback(Y=>{w(di({handler:s,reactEvent:Y}))},[w,s]),_=L.useCallback(Y=>{w(di({handler:a,reactEvent:Y}))},[w,a]),Z=L.useCallback(Y=>{w(di({handler:c,reactEvent:Y}))},[w,c]),B=L.useCallback(Y=>{w(di({handler:h,reactEvent:Y}))},[w,h]),H=L.useCallback(Y=>{w(di({handler:v,reactEvent:Y}))},[w,v]),V=L.useCallback(Y=>{w(cV(Y)),w(di({handler:m,reactEvent:Y}))},[w,m]),$=L.useCallback(Y=>{w(di({handler:g,reactEvent:Y}))},[w,g]);return C.createElement(QA.Provider,{value:x},C.createElement(l2e.Provider,{value:T},C.createElement("div",{className:ae("recharts-wrapper",r),style:mme({position:"relative",cursor:"default",width:y,height:o},b),onClick:P,onContextMenu:N,onDoubleClick:_,onFocus:A,onKeyDown:D,onMouseDown:Z,onMouseEnter:k,onMouseLeave:j,onMouseMove:I,onMouseUp:B,onTouchEnd:$,onTouchMove:V,onTouchStart:H,ref:O},n)))}),xme=["children","className","width","height","style","compact","title","desc"];function wme(e,t){if(e==null)return{};var n,r,o=Sme(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function Sme(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var mV=L.forwardRef((e,t)=>{var{children:n,className:r,width:o,height:i,style:s,compact:a,title:c,desc:u}=e,d=wme(e,xme),f=Ii(d);return a?C.createElement(hV,{otherAttributes:f,title:c,desc:u},n):C.createElement(yme,{className:r,style:s,width:o,height:i,onClick:e.onClick,onMouseLeave:e.onMouseLeave,onMouseEnter:e.onMouseEnter,onMouseMove:e.onMouseMove,onMouseDown:e.onMouseDown,onMouseUp:e.onMouseUp,onContextMenu:e.onContextMenu,onDoubleClick:e.onDoubleClick,onTouchStart:e.onTouchStart,onTouchMove:e.onTouchMove,onTouchEnd:e.onTouchEnd},C.createElement(hV,{otherAttributes:f,title:c,desc:u,ref:t},C.createElement(vhe,null,n)))}),Tme=["width","height"];function Rv(){return Rv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Rv.apply(null,arguments)}function Mme(e,t){if(e==null)return{};var n,r,o=Eme(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function Eme(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var Ome={top:5,right:5,bottom:5,left:5},kme={accessibilityLayer:!0,layout:"horizontal",stackOffset:"none",barCategoryGap:"10%",barGap:4,margin:Ome,reverseStackOrder:!1,syncMethod:"index"},Dv=L.forwardRef(function(t,n){var r,o=Ur(t.categoricalChartProps,kme),{width:i,height:s}=o,a=Mme(o,Tme);if(!vc(i)||!vc(s))return null;var{chartName:c,defaultTooltipEventType:u,validateTooltipEventTypes:d,tooltipPayloadSearcher:f,categoricalChartProps:h}=t,g={chartName:c,defaultTooltipEventType:u,validateTooltipEventTypes:d,tooltipPayloadSearcher:f,eventEmitter:void 0};return C.createElement(dV,{preloadedState:{options:g},reduxStoreName:(r=h.id)!==null&&r!==void 0?r:c},C.createElement(mD,{chartData:h.data}),C.createElement(fV,{width:i,height:s,layout:o.layout,margin:o.margin}),C.createElement(pV,{accessibilityLayer:o.accessibilityLayer,barCategoryGap:o.barCategoryGap,maxBarSize:o.maxBarSize,stackOffset:o.stackOffset,barGap:o.barGap,barSize:o.barSize,syncId:o.syncId,syncMethod:o.syncMethod,className:o.className}),C.createElement(mV,Rv({},a,{width:i,height:s,ref:n})))}),Pme=["axis","item"],jme=L.forwardRef((e,t)=>C.createElement(Dv,{chartName:"BarChart",defaultTooltipEventType:"axis",validateTooltipEventTypes:Pme,tooltipPayloadSearcher:_p,categoricalChartProps:e,ref:t}));function Ime(e){var t=On();return L.useEffect(()=>{t(rme(e))},[t,e]),null}var Lme=["width","height","layout"];function Vv(){return Vv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Vv.apply(null,arguments)}function Ame(e,t){if(e==null)return{};var n,r,o=Rme(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)===-1&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function Rme(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}var Dme={top:5,right:5,bottom:5,left:5},Vme={accessibilityLayer:!0,stackOffset:"none",barCategoryGap:"10%",barGap:4,margin:Dme,reverseStackOrder:!1,syncMethod:"index",layout:"radial"},Nme=L.forwardRef(function(t,n){var r,o=Ur(t.categoricalChartProps,Vme),{width:i,height:s,layout:a}=o,c=Ame(o,Lme);if(!vc(i)||!vc(s))return null;var{chartName:u,defaultTooltipEventType:d,validateTooltipEventTypes:f,tooltipPayloadSearcher:h}=t,g={chartName:u,defaultTooltipEventType:d,validateTooltipEventTypes:f,tooltipPayloadSearcher:h,eventEmitter:void 0};return C.createElement(dV,{preloadedState:{options:g},reduxStoreName:(r=o.id)!==null&&r!==void 0?r:u},C.createElement(mD,{chartData:o.data}),C.createElement(fV,{width:i,height:s,layout:a,margin:o.margin}),C.createElement(pV,{accessibilityLayer:o.accessibilityLayer,barCategoryGap:o.barCategoryGap,maxBarSize:o.maxBarSize,stackOffset:o.stackOffset,barGap:o.barGap,barSize:o.barSize,syncId:o.syncId,syncMethod:o.syncMethod,className:o.className}),C.createElement(Ime,{cx:o.cx,cy:o.cy,startAngle:o.startAngle,endAngle:o.endAngle,innerRadius:o.innerRadius,outerRadius:o.outerRadius}),C.createElement(mV,Vv({width:i,height:s},c,{ref:n})))}),_me=["item"],$me={layout:"centric",startAngle:0,endAngle:360,cx:"50%",cy:"50%",innerRadius:0,outerRadius:"80%"},Hme=L.forwardRef((e,t)=>{var n=Ur(e,$me);return C.createElement(Nme,{chartName:"PieChart",defaultTooltipEventType:"item",validateTooltipEventTypes:_me,tooltipPayloadSearcher:_p,categoricalChartProps:n,ref:t})}),Fme=["item"],Bme=L.forwardRef((e,t)=>C.createElement(Dv,{chartName:"ScatterChart",defaultTooltipEventType:"item",validateTooltipEventTypes:Fme,tooltipPayloadSearcher:_p,categoricalChartProps:e,ref:t})),zme=["axis"],Nv=L.forwardRef((e,t)=>C.createElement(Dv,{chartName:"ComposedChart",defaultTooltipEventType:"axis",validateTooltipEventTypes:zme,tooltipPayloadSearcher:_p,categoricalChartProps:e,ref:t}));const s6=e=>{const{coordinate:t,customY:n,placement:r="top",offset:o={x:0,y:0}}=e,i=n??t.y,s=t.x;let a,c,u;switch(r){case"top":c=s+o.x,u=i+o.y,a="translate(-50%, -100%)";break;case"bottom":c=s+o.x,u=i+o.y,a="translate(-50%, 0%)";break;case"left":c=s+o.x,u=i+o.y,a="translate(-100%, -50%)";break;case"right":c=s+o.x,u=i+o.y,a="translate(0%, -50%)";break;default:c=s+o.x,u=i+o.y,a="translate(-50%, -100%)"}return{position:"absolute",left:c,top:u,transform:a,zIndex:1e3,pointerEvents:"none"}},a6=()=>({pointerEvents:"none","& *":{pointerEvents:"none"}}),Wme=e=>{const{active:t,payload:n,formatter:r,unit:o,coordinate:i,icons:s}=e,a=de();if(!t||!n||!n.length||!i)return null;const c=n[0],u=r?r(c.value):a.numbers.valueFormatterFn(c.value),d=m=>{if(m===void 0)return"top";const v=(m%360+360)%360;return v>=315||v<45?"right":v>=45&&v<135?"top":v>=135&&v<225?"left":"bottom"},f=p.jsxs(fe,{direction:"column",alignItems:"flex-start",justifyContent:"center",spacing:a.spacing(1),children:[p.jsxs(fe,{direction:"row",alignItems:"center",spacing:a.spacing(1),children:[s&&c.payload&&c.payload.index!==void 0&&s[c.payload.index]?p.jsx(ee,{minWidth:"24px",width:"24px",height:"24px",sx:{background:c.payload.color||"#ccc",padding:"4px",color:"#fff",display:"flex",alignItems:"center",justifyContent:"center",borderRadius:"3px"},children:s[c.payload.index]}):p.jsx(ee,{sx:{width:"12px",height:"12px",borderRadius:"3px",backgroundColor:c.payload.color}}),p.jsx(ie,{variant:"h6",children:c.name})]}),p.jsxs(fe,{direction:"row",alignItems:"flex-end",spacing:.5,children:[p.jsx(ie,{variant:"number-inter",sx:{p:0,m:0,lineHeight:a.spacing(4)},children:u}),p.jsx(ie,{variant:"small-bold",color:a.custom.grey[1400],children:o})]})]}),h=d(i.angle),g=s6({coordinate:{x:i.x,y:i.y},placement:h});return c.name&&p.jsx(ee,{sx:g,children:p.jsx(Oi,{width:"max-content",title:f,placement:h,arrow:!0,open:!0,sx:a6(),children:p.jsx("div",{style:{width:1,height:1,visibility:"hidden",pointerEvents:"none"}})})})},Zme=300,vV="78%",bV="100%",CV="50%",yV="50%",Ume=300,qme=0,Gme=.4,Kme=2,Yme="0.2s",Xme=1,Jme=e=>{var b,y,w;const t=de(),{data:n,hoveredArcIndex:r,spacing:o,borderWidth:i,borderColor:s,showTooltip:a,tooltipPos:c,valuesFormatterFn:u,language:d,valuesUnit:f,icons:h,onMouseEnter:g,onMouseLeave:m,onLegendAction:v}=e;return p.jsxs(ee,{position:"relative",width:"100%",height:Zme,children:[p.jsx(Rc,{width:"100%",height:"100%",style:{outline:"none"},children:p.jsxs(Hme,{children:[p.jsx(cv,{data:n,cx:CV,cy:yV,innerRadius:vV,outerRadius:bV,paddingAngle:o,dataKey:"value",isAnimationActive:!0,animationDuration:Ume,animationBegin:qme,onMouseEnter:g,onMouseLeave:m,onClick:(x,S)=>{v&&v(S)},stroke:"none",style:{outline:"none"},children:n.map((x,S)=>{const T=r===S,M=r===null||T?x.color:Tt(x.color).alpha(Gme).css();return p.jsx(Na,{fill:M,strokeWidth:i,stroke:s,style:{filter:T?`drop-shadow(0 0 ${Kme}px ${x.color})`:"none",cursor:"pointer",transition:`all ${Yme} ease-in-out`},className:T?"cell-hovered":"cell-idle"},`cell-${S}`)})}),(n.length===0||n.every(x=>x.value===0))&&p.jsx(cv,{data:[{name:"empty",value:Xme}],cx:CV,cy:yV,innerRadius:vV,outerRadius:bV,dataKey:"value",fill:t.palette.primary[50]||"rgba(0, 0, 0, 0)"})]})}),a&&p.jsx(Wme,{active:r!==null,payload:r!==null?[{name:((b=n[r])==null?void 0:b.name)??"",value:((y=n[r])==null?void 0:y.value)??0,color:((w=n[r])==null?void 0:w.color)??"",payload:n[r]||{}}]:[],formatter:u,language:d,unit:f,coordinate:c,icons:h})]})},Qme=5,eve=0,tve=2,nve="900px",rve=100,ove=700,ive="28px auto",sve=6,xV="0.2s",b1=1,wV=100,ave=e=>{const t=de(),{values:n,labels:r,colors:o,legend:i,children:s,valuesUnit:a,className:c,valuesFormatterFn:u=t.numbers.valueFormatterFn,createPalette:d=!0,isLoading:f=!1,displayTotal:h=!0,fullWidthLegend:g=!1,displayTotalVariant:m="number-big",spacing:v=Qme,borderWidth:b=eve,borderColor:y,hoverOffset:w=tve,icons:x,showTooltip:S=!0,width:T=nve}=e,M=L.useRef(null),E=L.useRef(null),O=Mn.language,P=ei(t.breakpoints.down("md")),k=Dle(t,rve,ove),j=(i==null?void 0:i.position)??"bottom",I=d?Vle(o&&o.length?o:k,n??[]):o??k,A=$le(n,r,I),D=zle(n,h),N=Ble(s,h,D,u),{hoveredArcIndex:_,tooltipPos:Z,handleLegendHover:B,handleMouseEnter:H,handleMouseOut:V}=Wle(A,M);return p.jsxs(fe,{direction:j==="bottom"||P?"column":"row",gap:t.spacing(sve),className:`doughnut-chart ${c}`,ref:E,sx:{maxWidth:T,width:"100%"},children:[p.jsx(fe,{sx:{flex:1},children:p.jsxs(ee,{position:"relative",margin:ive,sx:{"& *":{outline:"none"},".cell-hovered":{animation:`cell-hovered ${xV} ease-in-out forwards`,transformOrigin:"center"},".cell-idle":{transform:`scale(${b1})`,transformOrigin:"center",animation:`cell-idle ${xV} ease-in-out forwards`},"@keyframes cell-hovered":{"0%":{transform:`scale(${b1})`},"100%":{transform:`scale(${b1+w/wV})`},"@keyframes cell-idle":{"0%":{transform:`scale(${b1+w/wV})`},"100%":{transform:`scale(${b1})`}}},width:"100%"},className:"doughnut-chart-wrapper",id:"doughnut-chart-wrapper",ref:M,children:[p.jsx(Jme,{data:A,hoveredArcIndex:_,spacing:v,borderWidth:b,borderColor:y,showTooltip:S,tooltipPos:Z,valuesFormatterFn:u,language:O,valuesUnit:a,icons:x,onMouseEnter:H,onMouseLeave:V,onLegendAction:$=>{var Y,X,ne;(Y=i==null?void 0:i.actions)!=null&&Y[$]&&((ne=(X=i.actions)[$])==null||ne.call(X))}}),p.jsx(Zle,{isLoading:f,displayValue:N,displayTotalVariant:m,valuesUnit:a,displayTotal:h})]})}),p.jsx(ee,{display:"flex",width:g?"100%":"inherit",sx:{width:g?"100%":"inherit",flex:1},children:i&&p.jsx(MO,{labels:r,hoveredDatasetIndex:_,onLegendHover:B,values:n,colors:I,legend:i,icons:x,chartRef:M})})]})},lve=()=>{const[e,t]=L.useState(null),[n,r]=L.useState(null),[o,i]=L.useState(null),[s,a]=L.useState(null),[c,u]=L.useState(!1),d=L.useRef(null),f=L.useRef(!1);L.useEffect(()=>{f.current=c},[c]);const h=L.useCallback(()=>{d.current&&(clearTimeout(d.current),d.current=null)},[]),g=L.useCallback((S,T,M)=>{h(),u(!1),t(T),r({xValue:(M==null?void 0:M.x)??S.x,yValue:(M==null?void 0:M.y)??S.y,dataX:S.x,dataY:S.y,pixelX:(M==null?void 0:M.x)??S.x,pixelY:(M==null?void 0:M.y)??S.y})},[h]),m=L.useCallback((S,T,M)=>{h(),i(T),a({xValue:(M==null?void 0:M.x)??S.x,yValue:(M==null?void 0:M.y)??S.y,dataX:S.x,dataY:S.y,pixelX:(M==null?void 0:M.x)??S.x,pixelY:(M==null?void 0:M.y)??S.y}),u(!0)},[h]),v=L.useCallback(()=>{h(),f.current||(t(null),r(null))},[h]),b=L.useCallback(()=>{h()},[h]),y=L.useCallback(()=>{h(),f.current||(d.current=setTimeout(()=>{t(null),r(null)},1e3))},[h]),w=L.useCallback(()=>{f.current||(h(),t(null),r(null))},[h]),x=L.useCallback(()=>{h(),i(null),a(null),r(null),u(!1)},[h]);return{hoveredIndex:e,hover:n,pinnedIndex:o,pinnedHover:s,isPinned:c,handlePointEnter:g,handlePointClick:m,handlePointLeave:v,handleTooltipEnter:b,handleTooltipLeave:y,handleChartMouseLeave:w,handleDismissTooltip:x}},cve=20,SV=15,uve=e=>{const t=de(),{hover:n,valueFormatterFn:r=t.numbers.valueFormatterFn,precision:o,xDomain:i,yDomain:s}=e;if(!n)return null;const a=x=>parseFloat(t.spacing(x)),c=12,u=.6,d=a(1),f=a(2.5),h=a(3.75),g=a(0),m=t.shape.borderRadius??4,v=t.custom.grey[2800],b=t.palette.common.white,y=x=>r(x,o),w=x=>Math.max(h,Math.round(x.length*c*u)+2*d);return p.jsxs(p.Fragment,{children:[p.jsx(g1,{segment:[{x:i[0],y:n.dataY},{x:n.dataX,y:n.dataY}],stroke:t.palette.text.primary,label:x=>{const{viewBox:S}=x;if(!S||!n)return p.jsx("g",{});const T=y(n.dataY),M=w(T),E=S.x-g-M-SV,O=S.y-f/2,P=E+M/2,k=O+f/2+1;return p.jsxs("g",{style:{pointerEvents:"none"},children:[p.jsx("line",{x1:S.x,y1:S.y,x2:S.x-SV,y2:S.y,stroke:t.palette.text.primary,strokeWidth:1}),p.jsx("rect",{x:E,y:O,width:M,height:f,fill:v,rx:m}),p.jsx("text",{x:P,y:k,fill:b,fontSize:c,fontWeight:600,textAnchor:"middle",dominantBaseline:"middle",children:T})]})}}),p.jsx(g1,{segment:[{x:n.dataX,y:s[0]},{x:n.dataX,y:n.dataY}],stroke:t.palette.text.primary,label:x=>{const{viewBox:S}=x;if(!S||!n)return p.jsx("g",{});const T=y(n.dataX),M=w(T),E=S.x-M/2,O=S.y+S.height+cve,P=E+M/2,k=O+f/2+1;return p.jsxs("g",{style:{pointerEvents:"none"},children:[p.jsx("line",{x1:E+M/2,y1:O+f,x2:E+M/2,y2:O-f,stroke:t.palette.text.primary,strokeWidth:1}),p.jsx("rect",{x:E,y:O,width:M,height:f,fill:v,rx:m}),p.jsx("text",{x:P,y:k,fill:b,fontSize:c,fontWeight:600,textAnchor:"middle",dominantBaseline:"middle",children:T})]})}})]})},dve={x:0,y:-5},fve=L.forwardRef((e,t)=>{var E,O,P,k,j,I,A;const n=de(),{point:r,coordinate:o,valueFormatterFn:i=n.numbers.valueFormatterFn,precision:s,unit:a,xUnit:c,yUnit:u,textOptions:d,showSeriesInTooltip:f=!0,tooltipOptions:h,onTooltipEnter:g,onTooltipLeave:m,handleDismissTooltip:v}=e,b=r.seriesName,y=u??a,w=c??a,x=(d==null?void 0:d.for)??"for",S=()=>p.jsx(ee,{role:"button",onClick:()=>v==null?void 0:v(),sx:{cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center",padding:n.spacing(.25),height:n.spacing(2.75),width:n.spacing(2.75),transform:`translate(${n.spacing(1.25)}, -${n.spacing(1.25)}) rotate(45deg)`,borderRadius:"50%","&:hover":{color:n.palette.common.white,backgroundColor:"text.secondary",boxShadow:"0px 0px 4px rgba(0, 0, 0, 0.1)"}},children:p.jsx(bt,{icon:"plus",size:2})}),T=p.jsxs(fe,{direction:"column",spacing:n.spacing(.5),pb:n.spacing(.25),onClick:D=>D.stopPropagation(),onMouseLeave:()=>m==null?void 0:m(),sx:{pointerEvents:"auto"},children:[p.jsxs(fe,{direction:"row",alignItems:"center",justifyContent:"space-between",spacing:n.spacing(1),children:[p.jsx(ie,{variant:"h4",lineHeight:n.spacing(2),children:r.label}),p.jsx(S,{})]}),p.jsxs(fe,{pt:n.spacing(1),direction:"row",spacing:n.spacing(.5),alignItems:"center",flexWrap:"wrap",children:[p.jsx(ie,{variant:"number-small",lineHeight:n.spacing(2),color:"text.primary",children:i(r.y,s)}),p.jsx(ie,{variant:"body2",lineHeight:n.spacing(2),color:"text.secondary",children:y?` ${y}`:""}),p.jsx(ie,{variant:"body2",lineHeight:n.spacing(2),color:"text.primary",children:x}),p.jsx(ie,{variant:"number-small",lineHeight:n.spacing(2),color:"text.primary",children:i(r.x,s)}),p.jsx(ie,{variant:"body2",lineHeight:n.spacing(2),color:"text.secondary",children:w?` ${w}`:""})]}),r.additionalContent&&p.jsx(ee,{sx:{pt:n.spacing(2)},children:r.additionalContent}),b&&f&&p.jsx(fe,{direction:"row",alignItems:"flex-end",justifyContent:"flex-end",spacing:n.spacing(1),pt:n.spacing(2),children:p.jsxs(fe,{direction:"row",alignItems:"center",spacing:n.spacing(1),children:[p.jsx(ee,{sx:{width:n.spacing(1.5),height:n.spacing(1.5),borderRadius:"50%",backgroundColor:r.seriesColor}}),p.jsx(ie,{variant:"body2",lineHeight:n.spacing(2),color:"text.secondary",fontWeight:500,children:b})]})}),h!=null&&h.button?h.button.href?p.jsx(L3,{href:h.button.href,target:"_blank",rel:"noopener noreferrer",children:p.jsx(st,{sx:{color:n.palette.text.primary,mt:n.spacing(2)},variant:(E=h==null?void 0:h.button)==null?void 0:E.variant,size:(O=h==null?void 0:h.button)==null?void 0:O.size,startIcon:(P=h==null?void 0:h.button)==null?void 0:P.startIcon,onClick:D=>{var N,_;D.stopPropagation(),(_=(N=h==null?void 0:h.button)==null?void 0:N.onClick)==null||_.call(N)},children:h.button.text})}):p.jsx(st,{sx:{mt:n.spacing(2)},variant:(k=h==null?void 0:h.button)==null?void 0:k.variant,size:(j=h==null?void 0:h.button)==null?void 0:j.size,startIcon:(I=h==null?void 0:h.button)==null?void 0:I.startIcon,onClick:D=>{var N,_;D.stopPropagation(),(_=(N=h==null?void 0:h.button)==null?void 0:N.onClick)==null||_.call(N)},children:(A=h==null?void 0:h.button)==null?void 0:A.text}):null]}),M=s6({coordinate:{x:o.xValue,y:o.yValue},placement:"top",offset:dve});return p.jsx(ee,{ref:t,style:{position:"absolute",...M,zIndex:n.zIndex.tooltip,pointerEvents:"auto"},onMouseEnter:g,onMouseLeave:m,children:p.jsx(Oi,{width:"inherit",title:T,placement:"top",arrow:!0,open:!0,sx:{...a6()},children:p.jsx("div",{style:{width:1,height:1,visibility:"hidden",pointerEvents:"none"}})})})}),_v=8,TV=12,MV=8,pve=.6,hve=45,EV=40,gve=30,mve=15,OV=200,vve=10,bve=250,Cve=(e,t)=>{const n=[],r=Object.keys(t);e.forEach((i,s)=>{const c=(s+1)%r.length+1,u=t[c].main,d=i.color||u;i.data.forEach(f=>{n.push({...f,pointIndex:n.length,seriesIndex:s,seriesName:i.name,seriesColor:d})})});const o=n.length<=vve;return{allPoints:n,shouldShowLabels:o}},yve=(e,t,n)=>{const r=Object.keys(t);return e.map((o,i)=>{const a=(i+1)%r.length+1,c=t[a].main;return{seriesId:i,name:o.name,color:o.color||c,points:o.data.map(u=>({...u,pointIndex:n.findIndex(d=>d.seriesIndex===i&&d.x===u.x&&d.y===u.y&&d.label===u.label)}))}})},xve=e=>Math.round(e.length*TV*pve),wve=(e,t,n,r)=>{const o=r>0?r-EV:Number.POSITIVE_INFINITY,i=e+_v+MV,s=e-_v-MV,a=xve(n),u=i+a>o;return{x:u?s:i,y:t,anchor:u?"end":"start"}},Sve=e=>{const{groupedData:t,allPoints:n,hoveredIndex:r,pinnedIndex:o,isTooltipActive:i,isAnimationActive:s,shouldShowLabels:a,containerWidth:c,onPointEnter:u,onPointLeave:d,onPointClick:f}=e,h=de(),g=m=>{const{x:v,y:b,cx:y,cy:w,value:x,payload:S}=m,M=(S==null?void 0:S.label)||(typeof x=="number"?String(x):(x??"").toString());if(!M)return null;const E=typeof y=="number"?y:typeof v=="number"?v:void 0,O=typeof w=="number"?w:typeof b=="number"?b:void 0;if(E===void 0||O===void 0)return null;const{x:P,y:k,anchor:j}=wve(E,O,M,c);return p.jsx("g",{style:{pointerEvents:"none"},children:p.jsx("text",{x:P,y:k+1,fill:h.palette.text.primary,fontSize:TV,fontWeight:600,textAnchor:j,dominantBaseline:"middle",children:M})})};return p.jsx(p.Fragment,{children:t.map(m=>p.jsx(UD,{isAnimationActive:!1,fill:m.color,data:m.points.map(v=>{const b=r!==null&&v.pointIndex!==r;return{...v,label:v.label,fill:m.color,opacity:b?.4:1,r:_v}}),shape:v=>{const{cx:b,cy:y,r:w,fill:x}=v,S=v.pointIndex,T=r!==null&&S!==r,E={cursor:"pointer",...S!==void 0&&S===o&&i?{filter:"drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5))",stroke:"#fff",strokeWidth:2}:{filter:"none"}};return p.jsx(Xm,{cx:b,cy:y,r:w,fill:x,"data-scatter-point":"true",style:bve<=n.length?E:{...E,transform:`scale(${s?0:1})`,transformOrigin:"50% 50%",opacity:T?.4:1,transition:`all ${OV}ms cubic-bezier(0.86, 0, 0.07, 1)`},onMouseEnter:()=>{if(typeof S=="number"){const O=n[S];O&&u(O,S,{x:b,y})}},onMouseLeave:()=>{d()},onClick:()=>{if(typeof S=="number"){const O=n[S];if(O){const P={stopPropagation:()=>{}};f==null||f(O,S,{x:b,y},P)}}}})},children:a&&p.jsx($o,{dataKey:"label",content:g})},m.seriesId))})},Tve=e=>{const t=de(),{values:n,valueFormatterFn:r=t.numbers.valueFormatterFn,precision:o,language:i,unit:s,xUnit:a,yUnit:c,textOptions:u,showSeriesInTooltip:d=!0,tooltipOptions:f}=e,{hoveredIndex:h,hover:g,pinnedIndex:m,pinnedHover:v,isPinned:b,handlePointEnter:y,handlePointClick:w,handlePointLeave:x,handleTooltipEnter:S,handleTooltipLeave:T,handleDismissTooltip:M}=lve(),{allPoints:E,shouldShowLabels:O}=L.useMemo(()=>Cve(n,t.custom.dataviz.colorsWithExtra),[n,t.custom.dataviz.colorsWithExtra]),P=L.useMemo(()=>yve(n,t.custom.dataviz.colorsWithExtra,E),[n,t.custom.dataviz.colorsWithExtra,E]),{xDomain:k,yDomain:j}=L.useMemo(()=>{const $=n.flatMap(K=>K.data);if($.length===0)return{xDomain:[0,100],yDomain:[0,100]};const Y=$.map(K=>K.x),X=$.map(K=>K.y),ne=Math.min(...Y),q=Math.max(...Y),J=Math.min(...X),te=Math.max(...X);return{xDomain:[Math.max(0,ne),q],yDomain:[Math.max(0,J),te]}},[n]),[I,A]=L.useState(!0),D=L.useRef(null),N=L.useRef(null),[_,Z]=L.useState(0),B=i??Mn.language,H=typeof o=="number"?Math.min(100,Math.max(0,o)):void 0,V=L.useCallback($=>r($,H),[r,H]);return L.useEffect(()=>{const $=setTimeout(()=>{A(!1)},OV);return()=>clearTimeout($)},[]),L.useEffect(()=>{const $=D.current;if(!$)return;const Y=()=>Z($.clientWidth);Y();const X=new ResizeObserver(Y);return X.observe($),()=>X.disconnect()},[]),p.jsxs(ee,{onClick:$=>{const Y=$.target;if(Y.classList.contains("recharts-dot"))return;const X=N.current;X&&X.contains(Y)||M()},onMouseLeave:()=>M(),ref:D,sx:{position:"relative",width:"100%",height:"100%"},children:[p.jsx(Rc,{width:"100%",height:"100%",children:p.jsxs(Bme,{margin:{top:hve,right:EV,left:gve,bottom:mve},children:[p.jsx(m1,{strokeDasharray:"4 4",stroke:t.palette.divider}),p.jsx(Gl,{type:"number",dataKey:"x",domain:k,tickLine:!1,axisLine:{stroke:t.palette.divider},tick:{fontFamily:"Montserrat",fontSize:14,style:{transform:`translateY(${t.spacing(2)})`}},tickFormatter:V,allowDecimals:!0}),p.jsx(Ha,{type:"number",dataKey:"y",domain:j,tickLine:!1,axisLine:{stroke:t.palette.divider},tick:{fontFamily:"Montserrat",fontSize:14,style:{transform:`translateX(-${t.spacing(2)})`,pointerEvents:"none"}},tickFormatter:V,allowDecimals:!0,style:{pointerEvents:"none"}}),p.jsx(uve,{hover:g,valueFormatterFn:r,precision:H,language:B,xDomain:k,yDomain:j}),p.jsx(Sve,{groupedData:P,allPoints:E,hoveredIndex:h,pinnedIndex:m,isTooltipActive:!!(b&&m!==null&&v&&E[m]),isAnimationActive:I,shouldShowLabels:O,containerWidth:_,onPointEnter:y,onPointLeave:x,onPointClick:($,Y,X,ne)=>{ne.stopPropagation(),w($,Y,X)}})]})}),!!(b&&m!==null&&v&&E[m])&&p.jsx(fve,{ref:N,point:E[m],coordinate:v,series:n,valueFormatterFn:r,precision:o,unit:s,xUnit:a,yUnit:c,textOptions:u,showSeriesInTooltip:d,handleDismissTooltip:M,tooltipOptions:f,onTooltipEnter:S,onTooltipLeave:T})]})},Mve=e=>{const{values:t,xLabel:n,yLabel:r,width:o="100%",height:i="800px",valueFormatterFn:s,precision:a,language:c,unit:u,xUnit:d,yUnit:f,textOptions:h,onLegendHover:g,tooltipOptions:m}=e,v=de(),[b,y]=L.useState(new Set),w=L.useMemo(()=>t.length<=1?t:t.map((S,T)=>({...S,data:b.has(T)?[]:S.data})).filter(S=>S.data.length>0),[t,b]),x=S=>{t.length<=1||y(T=>{const M=new Set(T);return M.has(S)?M.delete(S):M.size<t.length-1&&M.add(S),M})};return p.jsxs(p.Fragment,{children:[p.jsx(fe,{direction:"column",position:"relative",width:o,minHeight:v.spacing(50),height:i,justifyContent:"stretch",sx:{"& *":{outline:"none"}},children:p.jsxs(ee,{sx:{border:`1px solid ${v.palette.divider}`,backgroundColor:v.palette.background.paper,borderRadius:v.spacing(1),width:"100%",height:i,padding:v.spacing(3),display:"flex",flexDirection:"column"},children:[p.jsx(ee,{sx:{mb:v.spacing(2),pointerEvents:"none"},children:p.jsxs(ee,{sx:{display:"flex",alignItems:"center",gap:".5rem"},children:[p.jsx(ie,{variant:"h4",children:r}),p.jsx(ie,{variant:"body",children:"-"}),p.jsx(ie,{variant:"body",children:f})]})}),p.jsx(ee,{sx:{position:"relative",width:"100%",flex:1},children:p.jsx(Tve,{values:w,valueFormatterFn:s,precision:a,language:c,unit:u,xUnit:d,yUnit:f,textOptions:h,onLegendHover:g,tooltipOptions:m,showSeriesInTooltip:t.length>1})}),p.jsx(ee,{sx:{mt:v.spacing(2),display:"flex",justifyContent:"flex-end",pointerEvents:"none"},children:p.jsxs(ee,{sx:{display:"flex",alignItems:"center",gap:".5rem"},children:[p.jsx(ie,{variant:"h4",children:n}),p.jsx(ie,{variant:"body",children:"-"}),p.jsx(ie,{variant:"body",children:d})]})})]})}),t&&t.length>0&&p.jsx(ee,{sx:{mt:v.spacing(4),pb:v.spacing(4)},children:p.jsx(ee,{sx:{display:"flex",justifyContent:"flex-start",flexWrap:"wrap",gap:`${v.spacing(2)} ${v.spacing(6)}`},children:t.map((S,T)=>{const E=(T+1)%Object.keys(v.custom.dataviz.colorsWithExtra).length+1,O=S.color||v.custom.dataviz.colorsWithExtra[E].main;return p.jsxs(ee,{sx:{display:"flex",alignItems:"center",gap:v.spacing(1),cursor:t.length>1?"pointer":"default",opacity:b.has(T)?.4:1},onClick:()=>{t.length>1&&x(T),g==null||g(T)},children:[p.jsx(ee,{sx:{width:v.spacing(1.5),height:v.spacing(1.5),borderRadius:"50%",backgroundColor:O,flexShrink:0}}),p.jsx(ie,{variant:"body2",fontWeight:500,sx:{fontSize:"14px",color:v.palette.text.primary},children:S.name})]},S.name)})})})]})},Eve={x:0,y:-5},$v=e=>{const{x:t,y:n,value:r,unit:o,formatValue:i,showDelta:s,deltaProps:a,zIndex:c=1e3}=e,u=de(),d=a!=null&&a.isPositive?u.custom.green[500]:u.custom.red[500],f=a!=null&&a.isPositive?u.custom.green[100]:u.custom.red[100],h=s6({coordinate:{x:t,y:n},placement:"top",offset:Eve});return p.jsx(ee,{sx:{...h,zIndex:c},children:p.jsx(Oi,{width:"unset",padding:u.spacing(.5,1),popperZIndex:c,title:p.jsxs(fe,{direction:"row",alignItems:"center",spacing:1,children:[p.jsxs(ie,{variant:"h6",sx:{fontWeight:700,color:u.custom.grey[2800]},children:[i(r),o?` ${o}`:""]}),s&&a&&a.percentageChange>0&&p.jsxs(fe,{direction:"row",alignItems:"center",spacing:u.spacing(1),sx:{color:d,fontWeight:600},children:[p.jsx(ee,{sx:{borderRadius:u.spacing(1),display:"flex",alignItems:"center",justifyContent:"center",width:u.spacing(2),height:u.spacing(2),border:`1px solid ${d}`,backgroundColor:f},children:p.jsx(bt,{icon:a.isIncrease?"arrowUpRight":"arrowDownRight",size:1,color:d})}),p.jsx(ie,{variant:"body2",sx:{fontWeight:600},children:Intl.NumberFormat(a.language,{style:"percent",maximumFractionDigits:a.precision}).format(a.percentageChange/100)})]})]}),placement:"top",open:!0,arrow:!0,sx:a6(),children:p.jsx("div",{})})})},Ove=(e,t,n,r,o,i,s)=>{var w,x;const a=s?n.length-1:n.findIndex(S=>S===String(r));if(a<0)return null;const c=typeof e=="number"?e:null,u=o.total??0,d=a>0?t.reduce((S,T)=>S+(T.data[a-1]||0),0):0,f=c!==null?((w=t[c])==null?void 0:w.data[a])??0:void 0,h=c!==null?a>0?((x=t[c])==null?void 0:x.data[a-1])??0:0:void 0,g=typeof f=="number"?f:u,m=typeof h=="number"?h:d,v=g>m,b=i==="increase"?v:!v,y=m>0?Math.abs((g-m)/m*100):0;return{currentIndex:a,currentTotal:u,previousTotal:d,currentSegment:f,previousSegment:h,valueToDisplay:g,previousValue:m,isIncrease:v,isPositive:b,percentageChange:y}},kve=(e,t,n,r,o)=>{const i=typeof t=="number"?t:e.x,s=typeof n=="number"?n:e.y;return{curX:i,curY:s,prevXPos:typeof r=="number"?r:void 0,prevYPos:typeof o=="number"?o:void 0}},kV=(e,t,n)=>t(e,n),Pve=(e,t,n,r,o)=>{var f,h;const i=((f=e[t])==null?void 0:f.data[0])??0,s=((h=e[t])==null?void 0:h.data[n])??0,a=n===r.length-1&&r.length>=2&&i>0,c=a?Math.abs((s-i)/i*100):0,u=s>i;return{firstVal:i,val:s,showDelta:a,pctChange:c,isIncreaseVsFirst:u,isPositiveVsFirst:o==="increase"?u:!u}},jve=e=>{const{hoveredIdx:t,labels:n,datasets:r,allCenters:o,allTopYs:i,coordinate:s,positiveTrend:a,currentIndex:c,unit:u,valueFormatterFn:d,precision:f,language:h}=e;if(!d)throw new Error("valueFormatterFn is required");const g=m=>kV(m,d,f);return p.jsx(p.Fragment,{children:n.map((m,v)=>{const b=o[v],y=typeof i[v]=="number"?i[v]:s.y;if(typeof b!="number"||typeof y!="number")return null;const w=Pve(r,t,v,n,a);return p.jsx($v,{x:b,y,value:w.val,unit:u,formatValue:g,showDelta:w.showDelta,deltaProps:w.showDelta?{percentageChange:w.pctChange,isIncrease:w.isIncreaseVsFirst,isPositive:w.isPositiveVsFirst,precision:f,language:h}:void 0,zIndex:c===v?1001:1e3},`multi-tip-${v}`)})})},Ive=e=>{var j;const t=de(),{active:n,payload:r,label:o,unit:i,valueFormatterFn:s=t.numbers.valueFormatterFn,precision:a=0,language:c,positiveTrend:u,datasets:d,labels:f,barTopY:h,coordinate:g,hoveredDatasetIndex:m,prevBarTopY:v,prevX:b,currentX:y,allCenters:w,allTopYs:x,legendHovering:S}=e;if(!n||!r||!r.length||!g||m==null)return null;const T=(j=r[0])==null?void 0:j.payload;if(!T)return null;const M=Ove(m,d,f,o??"",T,u,S??!1);if(!M)return null;const E=I=>kV(I,s,a),O=f.length>1&&Array.isArray(w)&&Array.isArray(x),P=typeof m=="number"?m:null;if(O&&P!==null)return p.jsx(jve,{hoveredIdx:P,labels:f,datasets:d,allCenters:w,allTopYs:x,coordinate:g,positiveTrend:u,currentIndex:M.currentIndex,unit:i,valueFormatterFn:s,precision:a,language:c});const k=kve(g,y,h,b,v);return p.jsxs(p.Fragment,{children:[p.jsx($v,{x:k.curX,y:k.curY,value:M.valueToDisplay,unit:i,formatValue:E,showDelta:M.currentIndex>0&&M.percentageChange>0,deltaProps:{percentageChange:M.percentageChange,isIncrease:M.isIncrease,isPositive:M.isPositive,precision:a,language:c},zIndex:1001}),M.currentIndex>0&&k.prevXPos!=null&&k.prevYPos!=null&&p.jsx($v,{x:k.prevXPos,y:k.prevYPos,value:M.previousValue,unit:i,formatValue:E,zIndex:1e3})]})},Lve=(e,t)=>e.map((n,r)=>{const o={name:n,total:0};let i=0;return t.forEach((s,a)=>{const c=s.data[r]||0;o[`dataset_${a}`]=c,o[`hoverBottom_${a}`]=i,i+=c,o.total+=c}),o}),Ave=(e,t)=>{const n=Object.values(t.custom.dataviz.colorsWithExtra).map(r=>r.main);return e.map((r,o)=>r.backgroundColor||n[o%n.length])},Rve=e=>e.map(t=>(t.data||[]).reduce((n,r)=>n+(r||0),0)),PV=(e,t,n,r,o=!1)=>{const i=Math.abs(n.x-t.x),s=t.x+i*.5,a=t.y,c=n.x-i*.5,u=n.y;return{cp1:{x:s,y:a},cp2:{x:c,y:u}}},Dve=e=>{const[t,n]=L.useState(null),[r,o]=L.useState(!1),i=L.useRef({}),s=L.useRef({}),a=L.useRef({}),c=L.useRef({}),u=L.useRef(null);L.useEffect(()=>{i.current={}},[e]);const d=(y,w,x)=>{if(typeof y=="string"&&typeof w=="number"&&typeof x=="number"){const S=i.current[y]||{},T=S[w];S[w]=typeof T=="number"?Math.min(T,x):x,i.current[y]=S}},f=(y,w,x)=>{if(typeof y=="string"&&typeof w=="number"&&typeof x=="number"){const S=a.current[y]||{};S[w]=x,a.current[y]=S}},h=(y,w)=>{typeof y=="string"&&typeof w=="number"&&(s.current[y]=w)},g=(y,w)=>{typeof y=="string"&&typeof w=="number"&&(c.current[y]=w/2)},m=L.useCallback(y=>{n(y),o(!1)},[]),v=L.useCallback(()=>{n(null),o(!1)},[]),b=L.useCallback(y=>{n(y),o(y!==null)},[]);return{hoveredDatasetIndex:t,isLegendHover:r,barTopsRef:i,barCentersRef:s,barBottomsRef:a,barHalfWidthRef:c,chartContainerRef:u,registerBarTopY:d,registerBarBottomY:f,registerBarCenterX:h,registerBarHalfWidth:g,handleDatasetHover:m,handleDatasetLeave:v,handleLegendHover:b}},Vve="80",l6=4,fi=0,Nve=50,_ve=50,$ve=200,Hve=2,Fve=0,Bve=e=>{const{values:t,colors:n,hoveredDatasetIndex:r,maxBarSize:o,segmentGap:i,registerBarTopY:s,registerBarBottomY:a,registerBarCenterX:c,registerBarHalfWidth:u,onDatasetHover:d,onDatasetLeave:f}=e;return p.jsx(p.Fragment,{children:t.map((h,g)=>p.jsx(_a,{dataKey:`dataset_${g}`,name:h.label,stackId:"evolution",fill:r===null||r===g?n[g]:`${n[g]}${Vve}`,radius:g===t.length-1?[l6,l6,fi,fi]:[fi,fi,fi,fi],animationBegin:Nve+g*_ve,animationDuration:$ve,maxBarSize:o,onMouseEnter:()=>d(g),onMouseLeave:f,shape:m=>{const v=m,b=v.y;s(v.payload.name,g,b),s(v.payload.name,-1,b);const y=v.x,w=v.width;y!==void 0&&w!==void 0&&(c(v.payload.name,y+w/Hve),u(v.payload.name,w));let x=v.height;typeof x=="number"&&g>0&&(x=Math.max(Fve,x-i)),b!==void 0&&x!==void 0&&a(v.payload.name,g,b+x);const S={radius:g===t.length-1?[l6,l6,fi,fi]:[fi,fi,fi,fi],x:y,y:b,width:w,height:x,fill:m.fill,stroke:m.stroke,strokeWidth:m.strokeWidth,strokeDasharray:m.strokeDasharray,strokeOpacity:m.strokeOpacity,fillOpacity:m.fillOpacity};return p.jsx(bc,{...S})}},`dataset_${g}`))})},zve=e=>{var h,g,m,v,b,y;const{hoveredDatasetIndex:t,labels:n,barCentersRef:r,barHalfWidthRef:o,barTopsRef:i,barBottomsRef:s,colors:a,areaGap:c,barWidth:u}=e;if(t===null)return null;const d=c/2,f=[];for(let w=0;w<n.length-1;w+=1){const x=n[w],S=n[w+1],T=r.current[x],M=o.current[x]??u/2,E=r.current[S],O=o.current[S]??u/2,P=(h=i.current[x])==null?void 0:h[t],k=(g=i.current[S])==null?void 0:g[t];let j=(m=s.current[x])==null?void 0:m[t];j==null&&t>0&&(j=(v=i.current[x])==null?void 0:v[t-1]);let I=(b=s.current[S])==null?void 0:b[t];if(I==null&&t>0&&(I=(y=i.current[S])==null?void 0:y[t-1]),typeof T=="number"&&typeof M=="number"&&typeof E=="number"&&typeof O=="number"&&typeof P=="number"&&typeof k=="number"&&typeof j=="number"&&typeof I=="number"){const A=T+M+d,D=E-O-d,N=w>0?{}:{},_={x:A,y:P},Z={x:D,y:k},B=w<n.length-2?{}:{},{cp1:H,cp2:V}=PV(N,_,Z,B,!1),$=w>0?{}:{},Y={x:A,y:j},X={x:D,y:I},ne=w<n.length-2?{}:{},{cp1:q,cp2:J}=PV($,Y,X,ne,!0),te=[`M ${_.x} ${_.y}`,`C ${H.x} ${H.y} ${V.x} ${V.y} ${Z.x} ${Z.y}`,`L ${X.x} ${X.y}`,`C ${J.x} ${J.y} ${q.x} ${q.y} ${Y.x} ${Y.y}`,"Z"].join(" ");f.push(te)}}return f.length===0?null:p.jsx("g",{style:{pointerEvents:"none"},children:f.map((w,x)=>p.jsx("path",{d:w,fill:$e(a[t],.2),stroke:"none"},x))})},Wve="415px",Zve="100%",Uve=4,qve=8,jV=44,Gve=45,Kve=0,Yve=30,Xve=5,Jve="20%",Qve=3,ebe=50,tbe=e=>{const t=de(),{labels:n,values:r,unit:o,height:i=Wve,width:s=Zve,legend:a,valueFormatterFn:c=t.numbers.valueFormatterFn,precision:u,icons:d=[],showLegend:f=!0,improvement:h="decrease",segmentGap:g=Uve,areaGap:m=qve}=e,v=Mn.language,b=ei(t.breakpoints.down("md")),y=(a==null?void 0:a.position)??"right",w=(a==null?void 0:a.fullWidthLegend)??!1,x=L.useMemo(()=>Lve(n,r),[n,r]),S=L.useMemo(()=>Ave(r,t),[r,t]),T=L.useMemo(()=>Rve(r),[r]),{hoveredDatasetIndex:M,isLegendHover:E,barTopsRef:O,barCentersRef:P,barBottomsRef:k,barHalfWidthRef:j,chartContainerRef:I,registerBarTopY:A,registerBarBottomY:D,registerBarCenterX:N,registerBarHalfWidth:_,handleDatasetHover:Z,handleDatasetLeave:B,handleLegendHover:H}=Dve(x);return p.jsxs(fe,{direction:f&&!b?y==="bottom"?"column":"row":"column",position:"relative",height:i,gap:t.spacing(Qve),minHeight:t.spacing(ebe),justifyContent:"stretch",sx:{padding:t.spacing(3),width:s},children:[p.jsx(ee,{display:"flex",sx:{"& *":{outline:"none"},height:"100%",position:"relative",flex:1},ref:I,children:p.jsx(Rc,{width:"100%",children:p.jsxs(Nv,{data:x,margin:{top:Gve,right:Kve,left:Yve,bottom:Xve},barCategoryGap:Jve,children:[p.jsx(m1,{strokeDasharray:"4 4",stroke:t.palette.divider,vertical:!1}),p.jsx(Gl,{dataKey:"name",strokeDasharray:"4 4",strokeWidth:0,tick:{fontFamily:"Montserrat",fontSize:14,style:{transform:`translateY(${t.spacing(2)})`}},axisLine:{stroke:t.palette.divider},tickLine:!1,interval:"equidistantPreserveStart",padding:{left:0,right:0}}),p.jsx(Ha,{width:"auto",strokeDasharray:"4 4",strokeWidth:1,tick:{fontFamily:"Montserrat",fontSize:14,style:{transform:`translateX(-${t.spacing(2)})`}},axisLine:{stroke:t.palette.divider},tickLine:!1,tickFormatter:V=>c(Number(V),u),children:p.jsx(xr,{value:o,position:"insideTopLeft",style:{fontFamily:"Montserrat",fontSize:"14px",transform:`translate(-${t.spacing(2.5)}, -${t.spacing(6)})`}})}),p.jsx(Ha,{strokeDasharray:"4 4",strokeWidth:1,axisLine:{stroke:t.palette.divider},yAxisId:"evolution-chart-right-axis",type:"number",orientation:"right"}),p.jsx(cR,{cursor:!1,content:V=>{var F,G,R,Q;if(!V.active||!V.payload||!V.payload.length)return null;const $=V&&(typeof V.label=="string"||typeof V.label=="number")?String(V.label):void 0,Y=$!=null?typeof M=="number"?(F=O.current[$])==null?void 0:F[M]:(G=O.current[$])==null?void 0:G[-1]:void 0,X=$!=null?P.current[$]:void 0,ne=$!=null?n.findIndex(oe=>oe===$):-1,q=ne>0?n[ne-1]:void 0,J=q!=null?typeof M=="number"?(R=O.current[q])==null?void 0:R[M]:(Q=O.current[q])==null?void 0:Q[-1]:void 0,te=q!=null?P.current[q]:void 0,K=n.map(oe=>P.current[oe]),U=typeof M=="number"?n.map(oe=>{var se;return(se=O.current[oe])==null?void 0:se[M]}):void 0;return p.jsx(Ive,{...V,unit:o,valueFormatterFn:c,precision:u,language:v,positiveTrend:h,datasets:r,labels:n,barTopY:Y,hoveredDatasetIndex:M,prevBarTopY:J,prevX:te,currentX:X,allCenters:K,allTopYs:U,legendHovering:E})},wrapperStyle:{zIndex:1e3},contentStyle:{background:"transparent",border:"none",boxShadow:"none",padding:0},isAnimationActive:!1}),p.jsx(Bve,{values:r,colors:S,hoveredDatasetIndex:M,maxBarSize:jV,segmentGap:g,registerBarTopY:A,registerBarBottomY:D,registerBarCenterX:N,registerBarHalfWidth:_,onDatasetHover:Z,onDatasetLeave:B}),p.jsx(HR,{component:()=>p.jsx(zve,{hoveredDatasetIndex:M,labels:n,barCentersRef:P,barHalfWidthRef:j,barTopsRef:O,barBottomsRef:k,colors:S,areaGap:m,barWidth:jV})})]})})}),f&&p.jsx(ee,{display:"flex",sx:{maxWidth:w||y==="bottom"||b?"100%":"350px",flex:1},children:p.jsx(MO,{labels:r.map(V=>V.label),colors:S,icons:d,legend:a,hidePercentage:!0,hoveredDatasetIndex:M,onLegendHover:H,values:T,chartRef:I})})]})},nbe=e=>{const t=de(),n=Mn.language,{actionsTotalValue:r,improvement:o,target:i,goal:s,unit:a="",textOptions:c,precision:u}=e,d=[],f=(()=>{const g=(s==null?void 0:s.value)??0,m=(i==null?void 0:i.value)??0;if(m===0||g===0)return 0;const v=g-m;return o==="increase"?m/g*100:(v/Math.abs(m)+1)*100})(),h=g=>g&&g>=0?o==="decrease"?t.custom.red[600]:t.custom.green[600]:g&&g<=0?o==="decrease"?t.custom.green[600]:t.custom.red[600]:t.custom.green[600];return c!=null&&c.setOfActionsLabel&&r!==null&&d.push({label:c.setOfActionsLabel,value:`${r.toLocaleString(n,{minimumFractionDigits:u||0,maximumFractionDigits:u||0})}`,color:h(r),unit:a}),c!=null&&c.goalProgressLabelDescription&&i&&s&&d.push({label:null,additionalComponent:p.jsx(AE,{completionPercent:f,improvement:o,color:RE(f,t),label:c.goalProgressLabelDescription})}),d},rbe=e=>{const t=de(),{label:n,value:r,unit:o,additionalComponent:i}=e;return p.jsxs(Ti,{elevation:0,sx:{borderRadius:t.spacing(1),height:"100%",display:"flex",flexDirection:"column",justifyContent:"center",p:t.spacing(2,2.5),gap:t.spacing(1.5),border:`1px solid ${t.palette.divider}`},children:[n!==null&&p.jsx(ee,{sx:{display:"flex",alignItems:"center"},children:p.jsx(ie,{variant:"big-bold",fontWeight:"semi-bold",fontSize:t.spacing(2),color:"text.primary",children:n})}),r!==void 0&&p.jsxs(fe,{direction:"row",spacing:1,alignItems:"baseline",children:[p.jsx(ie,{variant:"big-bold",fontWeight:"bold",fontSize:t.spacing(4),color:e.color,children:r}),p.jsx(ie,{variant:"small-medium",fontSize:t.spacing(2),color:t.custom.grey[1400],children:o})]}),i&&p.jsx(ee,{sx:{transform:`translate(${t.spacing(-.5)}, ${t.spacing(-1.5)})`},children:i})]})},obe=e=>{const t=de(),{textOptions:n,target:r,goal:o,actionsTotalValue:i,improvement:s,precision:a,unit:c}=e,d={...{setOfActionsLabel:"",goalProgressLabelDescription:""},...n},f=nbe({actionsTotalValue:i,improvement:s,target:r,goal:o,unit:c,precision:a,textOptions:d});return f.length===0?null:p.jsx(ec,{container:!0,spacing:2,sx:{pt:t.spacing(2),alignItems:"stretch"},children:f.map((h,g)=>p.jsx(ec,{size:{xs:12,sm:6,md:3},children:p.jsx(rbe,{...h})},`${h.label}-${g}`))})},ibe=e=>{const{startingValue:t,differences:n}=e,r={pivot:null,results:[]};return n.reduce((i,s)=>{const a=i.pivot??t,c=a+s;return i.results.push([a,c]),i.pivot=c,i},r).results},sbe=(e,t,n,r,o,i,s,a,c)=>{const u=(n??[]).filter(m=>m.value!==null),d=u.map(m=>m.value),f=(t==null?void 0:t.value)??(e==null?void 0:e.value)??0,h=ibe({startingValue:f,differences:d}),g=[];if(e!=null&&e.label&&g.push({label:e.label,low:0,high:e.value??0,diff:(e.value??0)-0,type:"reference",color:(r==null?void 0:r.reference)??c.custom.dataviz.colors[2].main}),t!=null&&t.label&&g.push({label:t.label,low:0,high:t.value??0,diff:(t.value??0)-0,type:"start",color:(r==null?void 0:r.start)??c.custom.dataviz.colors[4].main}),u.forEach((m,v)=>{const b=h[v];if(!b)return;const[y,w]=b,x=w-y,S=x<=0,T=s==="decrease"?c.custom.dataviz.colors[6].main:c.custom.dataviz.extra[14].main,M=s==="decrease"?c.custom.dataviz.extra[14].main:c.custom.dataviz.colors[6].main;g.push({label:m.label,low:y,high:w,diff:x,type:"value",color:S?M:T})}),o!=null&&o.label){const m=a??f+(d.length>0?d.reduce((v,b)=>v+b,0):0);g.push({label:o.label,low:0,high:m,diff:m-0,type:"target",color:(r==null?void 0:r.target)??c.custom.dataviz.colors[4].main})}if(i!=null&&i.label){const m=i.value??a??0;g.push({label:i.label,low:0,high:m,diff:m-0,type:"goal",color:(r==null?void 0:r.goal)??c.custom.dataviz.extra[12].main})}return g},IV=80,abe=85,LV=0,lbe=(e,t)=>{const n=e.length;if(n===0)return{interval:LV,maxWidth:IV};const r=t/n;let o=LV;const i=Math.min(r,IV);return r<abe&&(o="preserveStartEnd"),{interval:o,maxWidth:i}},cbe=16,ube=6,dbe=22,fbe="12",pbe="Montserrat",hbe=e=>{const{x:t,y:n,payload:r,maxWidth:o}=e,i=de(),a=r.value.split(" "),c=[];let u="";for(const d of a){const f=u?`${u} ${d}`:d;f.length*ube>o&&u?(c.push(u),u=d):u=f}return u&&c.push(u),p.jsx("g",{transform:`translate(${t},${n+dbe})`,children:p.jsx("g",{children:c.map((d,f)=>p.jsx("text",{x:0,y:f*cbe,textAnchor:"middle",fill:i.palette.text.primary,fontSize:fbe,fontFamily:pbe,children:d},f))})})},gbe=300,mbe=2,vbe=10,_c=4,AV=0,bbe="Montserrat",Cbe="600",ybe="14px",xbe=0,wbe=e=>{const{transformedData:t,valueFormatterFn:n,forcedPrecision:r,precision:o}=e,i=de();return p.jsxs(p.Fragment,{children:[p.jsx(_a,{dataKey:"low",stackId:"waterfall",fill:"transparent"}),p.jsxs(_a,{dataKey:"diff",stackId:"waterfall",animationDuration:gbe,minPointSize:mbe,children:[t.map((s,a)=>{const c=s.low===0?[_c,_c,AV,AV]:[_c,_c,_c,_c];return p.jsx(Na,{fill:s.color,radius:c},`cell-${a}`)}),p.jsx($o,{dataKey:"diff",position:"top",offset:vbe,style:{fontFamily:bbe,fontWeight:Cbe,fontSize:ybe,fill:i.custom.grey[2800]},formatter:s=>{const a=typeof s=="number"?s:Number(s)||xbe;return n?n(a,r||o):i.numbers.valueFormatterFn(a,r||o)}})]})]})},Sbe=45,Tbe=0,Mbe=30,Ebe=35,Obe=40,RV=0,kbe=0,Pbe=2,jbe=.2,Ibe=e=>{const t=de(),{reference:n,start:r,values:o,colors:i,target:s,goal:a,forcedPrecision:c,unit:u,improvement:d,targetValueFinal:f,valueFormatterFn:h=t.numbers.valueFormatterFn,precision:g}=e,m=L.useRef(null),v=800,b=60,[y,w]=L.useState(v);L.useEffect(()=>{const T=()=>{if(m.current){const E=m.current.getBoundingClientRect().width;E>0&&w(E-b)}};T();const M=()=>T();return window.addEventListener("resize",M),()=>window.removeEventListener("resize",M)},[]);const x=L.useMemo(()=>sbe(n,r,o,i,s,a,d,f,t),[n,r,o,i,s,a,d,f,t]),S=L.useMemo(()=>lbe(x,y),[x,y]);return p.jsx("div",{ref:m,style:{width:"100%",height:"100%"},children:p.jsx(Rc,{width:"100%",height:"100%",children:p.jsxs(Nv,{data:x,margin:{top:Sbe,right:Tbe,left:Mbe,bottom:Ebe},children:[p.jsx(m1,{strokeDasharray:"4 4",stroke:t.palette.divider}),p.jsx(Gl,{dataKey:"label",strokeWidth:RV,strokeDasharray:"4 4",tick:T=>p.jsx(hbe,{...T,maxWidth:S.maxWidth}),axisLine:{stroke:t.palette.divider},interval:S.interval,tickLine:!1,padding:{left:0,right:0},height:Obe}),p.jsx(Ha,{width:"auto",domain:([T,M])=>[T<0?T-Math.abs(T)*jbe:T,M],strokeWidth:RV,tick:{fontFamily:"Montserrat",fontSize:14,style:{transform:`translateX(-${t.spacing(2)})`}},axisLine:{stroke:t.palette.divider},tickLine:!1,tickFormatter:T=>h(Number(T)),children:p.jsx(xr,{value:u,position:"insideTopLeft",style:{fontFamily:"Montserrat",fontSize:"14px",transform:`translate(-${t.spacing(2.75)}, -${t.spacing(6)})`}})}),p.jsx(g1,{y:kbe,stroke:t.custom.grey[600],strokeWidth:Pbe}),p.jsx(wbe,{transformedData:x,valueFormatterFn:h,forcedPrecision:c,precision:g})]})})})},Lbe=e=>{const t=de(),{reference:n,start:r,values:o,colors:i,target:s,goal:a,forcedPrecision:c=0,unit:u,width:d="100%",height:f="100%",improvement:h="decrease",textOptions:g,showLegend:m=!0,valueFormatterFn:v=t.numbers.valueFormatterFn,precision:b}=e,y=L.useMemo(()=>o!=null&&o.length?o.map(S=>S.value).filter(S=>S!==null):null,[o]),w=L.useMemo(()=>y?y.reduce((S,T)=>S+T,0):null,[y]),x=s!=null&&s.value?s:{label:(r==null?void 0:r.label)??(n==null?void 0:n.label)??"",value:(s==null?void 0:s.value)??((r==null?void 0:r.value)??(n==null?void 0:n.value)??0)+(w??0)};return p.jsxs(fe,{direction:"column",position:"relative",width:d,minHeight:t.spacing(50),justifyContent:"stretch",sx:{"& *":{outline:"none"}},children:[p.jsx(ee,{sx:{border:`1px solid ${t.palette.divider}`,backgroundColor:t.palette.background.paper,borderRadius:t.spacing(1),width:"100%",height:f,padding:t.spacing(3)},children:p.jsx(Ibe,{reference:n,start:r,values:o,target:s,goal:a,colors:i,forcedPrecision:c,unit:u,improvement:h,targetValueFinal:(s==null?void 0:s.value)??((r==null?void 0:r.value)??(n==null?void 0:n.value)??0)+(w??0),valueFormatterFn:v,precision:b})}),m&&p.jsx(obe,{textOptions:g,target:x,improvement:h,goal:a,actionsTotalValue:w,unit:u,precision:c})]})},tt={DEFAULT_WIDTH:500,DEFAULT_HEIGHT:200,GAUGE_HEIGHT:28,GAUGE_PADDING:8,LEGEND_PADDING_X:28,FONT_SIZE:{DEFAULT:12},MARKER:{COMPANY_RADIUS:5,COMPANY_STROKE_WIDTH:3,AVERAGE_RADIUS:3,AVERAGE_STROKE_WIDTH:2,EDGE_RADIUS:3},COLORS:{BORDER:"#E7E6E4",GRADIENT:{START:"#F0DF46",END:"#EB9411"}},TEXT:{DEFAULT_COMPANY_LABEL:"",DEFAULT_AVERAGE_LABEL:""},LAYOUT:{COMPANY_MARKER_OFFSET:18,AVERAGE_MARKER_TOP_OFFSET:12,AVERAGE_MARKER_BOTTOM_OFFSET:4,COMPANY_LABEL_VERTICAL_RATIO:.25,AVERAGE_LABEL_VERTICAL_RATIO:.75,COMPANY_LABEL_OFFSET:8,AVERAGE_LABEL_OFFSET:12,TITLE_OFFSET:35,VALUES_LABEL_OFFSET:8}},Abe=(e,t,n)=>e===t?()=>(n-tt.GAUGE_PADDING*2)/2:r=>(r-e)/(t-e)*(n-tt.GAUGE_PADDING*2),Rbe=(e,t=tt.FONT_SIZE.DEFAULT)=>e.length*(t*.6),DV=(e,t,n,r,o=tt.FONT_SIZE.DEFAULT)=>{const i=tt.GAUGE_PADDING+n(e),s=Rbe(t,o)/2;return i-s<tt.GAUGE_PADDING?{x:tt.GAUGE_PADDING,anchor:"start"}:i+s>r-tt.GAUGE_PADDING?{x:r-tt.GAUGE_PADDING,anchor:"end"}:{x:i,anchor:"middle"}},Dbe=(e,t)=>(e+t)/2,Vbe=({minValue:e,maxValue:t,companyValue:n,averageValue:r,labelCompany:o,labelAverage:i,width:s,height:a})=>{const c=Abe(e,t,s),u=Dbe(e,t),d=DV(n,o,c,s),f=DV(r,i,c,s),h=a/2,g=h-tt.GAUGE_HEIGHT,m=g+tt.GAUGE_HEIGHT/2,v={start:h-tt.LAYOUT.COMPANY_MARKER_OFFSET,end:g-tt.LAYOUT.COMPANY_MARKER_OFFSET},b={start:h-tt.LAYOUT.AVERAGE_MARKER_TOP_OFFSET,end:h+tt.GAUGE_HEIGHT-tt.LAYOUT.AVERAGE_MARKER_BOTTOM_OFFSET},y={company:a*tt.LAYOUT.COMPANY_LABEL_VERTICAL_RATIO-tt.LAYOUT.COMPANY_LABEL_OFFSET,average:a*tt.LAYOUT.AVERAGE_LABEL_VERTICAL_RATIO-tt.LAYOUT.AVERAGE_LABEL_OFFSET,title:g-tt.LAYOUT.TITLE_OFFSET,values:a-tt.LAYOUT.VALUES_LABEL_OFFSET},w={min:tt.GAUGE_PADDING,max:s-tt.GAUGE_PADDING,middle:tt.GAUGE_PADDING+(s-tt.GAUGE_PADDING*2)/2},x={x:tt.GAUGE_PADDING,y:m-tt.GAUGE_HEIGHT/2,width:s-tt.GAUGE_PADDING*2,height:tt.GAUGE_HEIGHT,animated:!1};return{scale:c,averageValueBoundaries:u,companyPosition:d,averagePosition:f,gaugeBackgroundProps:x,markerY:m,companyMarkerY:v,averageMarkerY:b,labelY:y,labelPositions:w}},Nbe=({width:e,height:t,averageValueBoundaries:n,scale:r,animated:o=!1})=>{const i=L.useRef(null);return L.useEffect(()=>{if(i.current&&o){const s=i.current;s.style.opacity="0",setTimeout(()=>{s.style.transition="all 0.5s linear",s.style.opacity="1"},300)}},[o]),p.jsxs("g",{ref:i,style:{opacity:o?"0":"1"},children:[p.jsx("line",{x1:tt.GAUGE_PADDING,y1:1,x2:e-tt.GAUGE_PADDING,y2:1,stroke:tt.COLORS.BORDER,strokeWidth:"1",strokeDasharray:"5 5"}),p.jsx("line",{x1:tt.GAUGE_PADDING,y1:t-tt.LEGEND_PADDING_X,x2:e-tt.GAUGE_PADDING,y2:t-tt.LEGEND_PADDING_X,stroke:tt.COLORS.BORDER,strokeWidth:"1",strokeDasharray:"5 5"}),p.jsx("line",{x1:tt.GAUGE_PADDING,y1:0,x2:tt.GAUGE_PADDING,y2:t-tt.LEGEND_PADDING_X,stroke:tt.COLORS.BORDER,strokeWidth:"1",strokeDasharray:"5 5"}),p.jsx("line",{x1:e-tt.GAUGE_PADDING,y1:0,x2:e-tt.GAUGE_PADDING,y2:t-tt.LEGEND_PADDING_X,stroke:tt.COLORS.BORDER,strokeWidth:"1",strokeDasharray:"5 5"}),p.jsx("line",{x1:r(n)+tt.GAUGE_PADDING,y1:0,x2:r(n)+tt.GAUGE_PADDING,y2:t-tt.LEGEND_PADDING_X,stroke:tt.COLORS.BORDER,strokeWidth:"1",strokeDasharray:"5 5"})]})},c6=(e,t=0)=>Number(e.toFixed(t<0||t>100?0:t)),u6=({label:e,value:t,unit:n,precision:r=2,valueFormatter:o})=>{const i=de(),s=o?o(t):c6(t,r);return p.jsxs(ee,{sx:{display:"flex",width:"100%",flexDirection:"column",gap:i.spacing(.75),padding:i.spacing(.75,1.5,0,.75),textAlign:"left",justifyContent:"flex-start"},children:[p.jsx(ie,{variant:"h5",color:i.custom.grey[2800],children:e}),p.jsxs(ee,{sx:{display:"flex",alignItems:"baseline"},children:[p.jsx(ie,{variant:"h2",color:i.custom.grey[2800],sx:{mr:.5},children:s}),p.jsx(ie,{variant:"body-medium",color:i.custom.grey[1400],children:n})]})]})},_be=({scale:e,companyValue:t,averageValue:n,markersYPosition:r,companyMarkerY:o,averageMarkerY:i,animated:s=!1,minValue:a,maxValue:c,precision:u=2,unit:d="",labelCompany:f="",labelAverage:h="",valueFormatter:g})=>{const m=de(),v=L.useRef(null),b={transition:s?"transform 0.3s linear":"none"},y=m.custom.grey[2800],w=x=>x>=a&&x<=c;return L.useEffect(()=>{if(v.current&&s){const x=v.current;x.style.opacity="0",setTimeout(()=>{x.style.transition="all 0.5s linear",x.style.opacity="1"},300)}},[s]),p.jsxs("g",{ref:v,children:[[a,c].map((x,S)=>{const T=`edge-${S}`,M=tt.GAUGE_PADDING+e(x);return p.jsxs("g",{transform:`translate(${M}, 0)`,style:b,children:[p.jsx("circle",{cy:r,r:tt.MARKER.EDGE_RADIUS,fill:y}),p.jsx("line",{y1:r-tt.GAUGE_HEIGHT/2,y2:r+tt.GAUGE_HEIGHT/2,stroke:y,strokeWidth:"2"})]},T)}),w(t)&&p.jsx(Oi,{width:"unset",title:p.jsx(u6,{label:f,value:t,unit:d,precision:u,valueFormatter:g}),children:p.jsxs("g",{transform:`translate(${tt.GAUGE_PADDING+e(t)}, 0)`,style:b,children:[p.jsx("line",{y1:o.start,y2:o.end,stroke:y,strokeWidth:"1"}),p.jsx("circle",{cy:r,r:tt.MARKER.COMPANY_RADIUS,stroke:y,strokeWidth:tt.MARKER.COMPANY_STROKE_WIDTH,fill:m.palette.common.white})]})}),w(n)&&p.jsx(Oi,{width:"unset",title:p.jsx(u6,{label:h,value:n,unit:d,precision:u,valueFormatter:g}),children:p.jsxs("g",{transform:`translate(${tt.GAUGE_PADDING+e(n)}, 0)`,style:b,children:[p.jsx("line",{y1:i.start,y2:i.end,stroke:y,strokeWidth:"1"}),p.jsx("circle",{cy:r,r:tt.MARKER.AVERAGE_RADIUS,fill:m.palette.common.white,stroke:y,strokeWidth:tt.MARKER.AVERAGE_STROKE_WIDTH})]})})]})},$be=({minValue:e,maxValue:t,companyValue:n,averageValue:r,companyPosition:o,averagePosition:i,labelCompany:s,labelAverage:a,labelYPositions:c,labelPositions:u,animated:d,precision:f=0,unit:h="",valueFormatter:g})=>{const m=de(),v=L.useRef(null),b={transition:d?"transform 0.3s linear":"none"},y=m.custom.grey[2800],w=e!==t,x=S=>S>=e&&S<=t;return L.useEffect(()=>{if(v.current&&d){const S=v.current;S.style.opacity="0",setTimeout(()=>{S.style.transition="all 0.5s linear",S.style.opacity="1"},300)}},[d]),p.jsxs("g",{ref:v,children:[p.jsxs("g",{children:[w&&p.jsx("text",{transform:`translate(${u.min}, ${c.values})`,fill:y,fontSize:"12",fontWeight:"bold",textAnchor:"start",dominantBaseline:"middle",style:b,cursor:"pointer",children:g?g(e):c6(e,f)}),p.jsx("text",{transform:`translate(${u.middle}, ${c.values})`,fill:y,fontSize:"12",fontWeight:"bold",textAnchor:"middle",dominantBaseline:"middle",style:b,children:g?g((t+e)/2):c6((t+e)/2,f)}),w&&p.jsx("text",{transform:`translate(${u.max}, ${c.values})`,fill:y,fontSize:"12",fontWeight:"bold",textAnchor:"end",dominantBaseline:"middle",style:b,children:g?g(t):c6(t,f)})]}),p.jsxs("g",{cursor:"default",children:[x(n)&&p.jsx(Oi,{width:"unset",title:p.jsx(u6,{label:s,value:n,unit:h,precision:f,valueFormatter:g}),children:p.jsx("text",{transform:`translate(${o.x}, ${c.company})`,fill:y,textAnchor:o.anchor,dominantBaseline:"middle",fontWeight:"700",fontSize:"12",style:b,children:s})}),x(r)&&p.jsx(Oi,{width:"unset",title:p.jsx(u6,{label:a,value:r,unit:h,precision:f,valueFormatter:g}),children:p.jsx("text",{transform:`translate(${i.x}, ${c.average})`,fill:y,fontSize:"12",fontWeight:"500",textAnchor:i.anchor,dominantBaseline:"middle",style:b,children:a})})]})]})},Hbe=({x:e,y:t,width:n,height:r,animated:o=!1,backgroundProps:i={}})=>{var d,f;const s=L.useRef(null),a="gaugeGradient";L.useEffect(()=>{s.current&&o&&(s.current.style.transform="scaleY(0)",s.current.style.transformOrigin="left",setTimeout(()=>{s.current&&(s.current.style.transition="all 0.2s linear",s.current.style.transform="scaleY(1)")},100))},[o]);const c=((d=i.gradient)==null?void 0:d.start)||tt.COLORS.GRADIENT.START,u=((f=i.gradient)==null?void 0:f.end)||tt.COLORS.GRADIENT.END;return p.jsxs(p.Fragment,{children:[p.jsx("defs",{children:p.jsxs("linearGradient",{id:a,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[p.jsx("stop",{offset:"0%",style:{stopColor:c}}),p.jsx("stop",{offset:"100%",style:{stopColor:u}})]})}),p.jsx("rect",{ref:s,x:e,y:t,width:n,height:r,fill:i.fill||`url(#${a})`,stroke:i.stroke||"none",strokeWidth:i.strokeWidth||0,rx:i.rx||0,ry:i.ry||0,style:{transformBox:"fill-box",transform:o?"scaleY(0)":"none",transformOrigin:"left"}})]})},Fbe=()=>{const e=L.useRef(null),[t,n]=L.useState(0);return L.useEffect(()=>{const r=()=>{e.current&&n(e.current.clientWidth)};return r(),window.addEventListener("resize",r),()=>window.removeEventListener("resize",r)},[]),{containerRef:e,containerWidth:t}},Bbe=e=>{const t=de(),{minValue:n,maxValue:r,averageValue:o,companyValue:i,labelAverage:s=tt.TEXT.DEFAULT_AVERAGE_LABEL,labelCompany:a=tt.TEXT.DEFAULT_COMPANY_LABEL,width:c,height:u=tt.DEFAULT_HEIGHT,label:d,animated:f=!1,backgroundProps:h,precision:g=0,unit:m="",valueFormatter:v=t.numbers.valueFormatterFn}=e,{containerRef:b,containerWidth:y}=Fbe(),w=y||c||tt.DEFAULT_WIDTH,{scale:x,averageValueBoundaries:S,companyPosition:T,averagePosition:M,gaugeBackgroundProps:E,markerY:O,companyMarkerY:P,averageMarkerY:k,labelY:j,labelPositions:I}=Vbe({minValue:n,maxValue:r,companyValue:i,averageValue:o,labelCompany:a,labelAverage:s,width:w,height:u});return p.jsx(ee,{ref:b,width:c||"100%",height:u,position:"relative",children:p.jsxs("svg",{width:y,height:u,children:[p.jsx(Nbe,{width:y,height:u,scale:x,averageValueBoundaries:S,animated:f}),p.jsx(Hbe,{...E,backgroundProps:h,animated:f}),p.jsx(_be,{width:y,scale:x,companyValue:i,averageValue:o,markersYPosition:O,companyMarkerY:P,averageMarkerY:k,minValue:n,maxValue:r,animated:f,precision:g,unit:m,labelCompany:a,labelAverage:s,valueFormatter:v}),p.jsx($be,{minValue:n,maxValue:r,companyValue:i,averageValue:o,companyPosition:T,averagePosition:M,labelCompany:a,labelAverage:s,labelYPositions:j,labelPositions:I,animated:f,precision:g,unit:m,valueFormatter:v})]})})},zbe=()=>({dataset:[],allLabels:[],totalNumberOfIems:0}),Wbe=(e,t,n,r)=>{const o={...t};return e.reduce((s,a)=>{const c=Array(s.totalNumberOfIems).fill(null),u={label:n,data:[...c,a.value],backgroundColor:a.color??r,scope:"initial"};return s.totalNumberOfIems+=1,s.allLabels.push(a.label),s.dataset.push(u),s},o)},Zbe=(e,t,n)=>{var g,m,v,b;const r={...t},o=[[],[]],i=e.reduce((y,w)=>(w.values.forEach((x,S)=>{y[S].push(x)}),y),o),s=e.map(y=>y.label);r.allLabels=[...r.allLabels,...s];const a=Array(r.totalNumberOfIems).fill(null),c=((g=n==null?void 0:n.main)==null?void 0:g.color)??"#FFD6B9",u={label:((m=n==null?void 0:n.main)==null?void 0:m.label)??"",data:[...a,...i[0]],backgroundColor:c,scope:"trajectory"};r.dataset.push(u);const d=((v=n==null?void 0:n.difference)==null?void 0:v.color)??"#30C7A380",f={label:((b=n==null?void 0:n.difference)==null?void 0:b.label)??"",data:[...a,...i[1]],backgroundColor:d,scope:"trajectory"};r.dataset.push(f);const h=i[0].length;return r.totalNumberOfIems+=h,r},Ube=e=>{const{goal:t,chartState:n,label:r,color:o,forceLegend:i=!1}=e,s={...n},c=s.dataset[0].data[0],u=c===null||Array.isArray(c)||t===null,d=Array(s.allLabels.length).fill(null);d[0]=c,d[d.length-1]=t;const f=o||"rgb(54, 162, 235)",h={type:"line",label:r,data:d,backgroundColor:f,borderColor:f,isGoalNull:u,scope:"goal",forceLegend:i};return s.dataset.push(h),s},qbe=e=>{var h,g,m;const t=de(),{goal:n=null,initialValues:r=[],trajectory:o=[],trajectoryOptions:i,forceGoalLegend:s}=e,a=zbe(),c=t.custom.dataviz.colorsWithExtra[11].main,u=Wbe(r,a,(h=i==null?void 0:i.initialValues)==null?void 0:h.label,c),d=Zbe(o,u,i),f=Ube({goal:n,chartState:d,label:(g=i==null?void 0:i.target)==null?void 0:g.label,color:(m=i==null?void 0:i.target)==null?void 0:m.color,forceLegend:s});return{datasets:f.dataset,initialValues:u.dataset,labels:f.allLabels}},Hv=e=>{const{variant:t="tags-grey",label:n,startIcon:r,endIcon:o,onClick:i,disabled:s,sx:a}=e,c=de(),u={"tags-grey":c.custom.grey[2800],"tags-black":c.custom.grey[100],"tags-white":c.custom.grey[2800],"tags-green":c.custom.green[600],"tags-red":c.custom.red[600]};return p.jsx(st,{startIcon:r&&p.jsx(ie,{sx:{color:u[t]},variant:"small-bold",children:p.jsx(bt,{size:1,icon:r})}),endIcon:o&&p.jsx(ie,{sx:{color:u[t]},variant:"small-bold",children:p.jsx(bt,{size:1,icon:o})}),variant:t,onClick:i,disabled:s,sx:{borderColor:"transparent",...a},children:p.jsx(ie,{sx:{color:u[t]},variant:"small-bold",children:n})})},Gbe=e=>{const{user:t,deleteAction:n}=e;return p.jsxs(fe,{sx:{display:"flex",gap:"5px",padding:"8px",border:"1px solid #E7E6E4",backgroundColor:"Red",borderRadius:"8px",width:"fit-content",justifyContent:"center",alignItems:"center"},children:[p.jsx(X2,{alt:`${t.firstname} ${t.lastname}`,variant:"small"}),p.jsx(ie,{variant:"body-bold",children:t.firstname}),p.jsx(ie,{variant:"body-bold",children:t.lastname}),n&&p.jsx(ee,{onClick:n,children:p.jsx(bt,{size:2,icon:"delete"})})]})},Kbe=e=>{const{block:t,improvement:n,textOptions:r}=e,o=de();return p.jsxs(ee,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",padding:o.spacing(2,3),border:`1px solid ${o.palette.divider}`,backgroundColor:o.palette.background.paper,borderRadius:o.spacing(1),height:"100%",position:"relative"},children:[p.jsxs(fe,{direction:"row",alignItems:"flex-start",justifyContent:"flex-start",spacing:o.spacing(2),minHeight:o.spacing(4),sx:{width:"100%"},children:[p.jsxs(fe,{direction:"row",alignItems:"flex-start",spacing:1.5,children:[t.isLine?p.jsx(ee,{sx:{width:o.spacing(2),transform:`translateY(${o.spacing(1)})`,height:o.spacing(.25),backgroundColor:t.color}}):p.jsx(ee,{sx:{minWidth:o.spacing(2),transform:`translateY(${o.spacing(.25)})`,height:o.spacing(2),backgroundColor:t.color,borderRadius:o.spacing(.5)}}),p.jsx(ie,{variant:"body2",sx:{fontWeight:o.typography.fontWeightBold},children:t.label})]}),p.jsx(fe,{children:t.complete&&p.jsx(Hv,{startIcon:"circleCheck",variant:"tags-green",label:r.complete||"",disabled:!0})})]}),t.dataPoints&&t.dataPoints.length>0&&p.jsx(fe,{spacing:2,sx:{mt:t.dataPoints[0].startValue&&t.dataPoints[0].endValue?o.spacing(1):0},children:t.dataPoints.map((i,s)=>p.jsxs(fe,{direction:"row",alignItems:"center",spacing:.5,children:[!!i.startValue&&!!i.endValue&&p.jsx(K3,{currentValue:i.endValue,comparedTo:{value:i.startValue,label:i.label},improvement:n,layout:{direction:"horizontal",size:"M"},disableText:!0}),p.jsx(fe,{direction:"column",alignItems:"flex-start",spacing:1,children:i.label&&p.jsx(ie,{variant:"small",children:i.label})})]},`${t.key}-${s}`))}),p.jsx(ee,{children:t.dataPoints&&t.dataPoints.map((i,s)=>i.link&&p.jsx(L3,{href:i.link.url,target:"_blank",rel:"noopener noreferrer",sx:{display:"flex",alignItems:"center",textDecoration:"none",gap:o.spacing(1),cursor:"pointer"},children:p.jsxs(fe,{direction:"row",alignItems:"center",spacing:o.spacing(1),color:o.palette.primary.main,mt:o.spacing(2),sx:{"&:hover":{opacity:.8}},children:[p.jsx(bt,{icon:i.link.icon,size:1}),p.jsx(ie,{variant:"body-medium",sx:{fontWeight:o.typography.fontWeightBold},color:o.palette.primary.main,children:i.link.label})]})},`link-${t.key}-${s}`))})]})},C1=e=>{const t=e.findIndex(i=>i!==null),n=t!==-1?e[t]:null,r=[...e].reverse().findIndex(i=>i!==null),o=r!==-1?e[e.length-1-r]:null;return{firstValue:n,lastValue:o}},Ybe=e=>{const t=de(),{datasets:n,datasetsLabels:r,improvement:o,urlEditTrajectories:i,textOptions:s}=e,[a,c]=[r[0],r[r.length-1]],u=n.filter(v=>v.scope==="initial"),d=n.filter(v=>v.scope==="trajectory"),f=n.filter(v=>v.scope==="goal"),h=[];if(u.length>0){const v=u[0];h.push({key:"initial-value",label:v.label,color:`${v.backgroundColor}`})}const g=d.map(v=>`${v.backgroundColor}`).reverse();if(d.length>0&&u.length>0){const v=d[1],b=v?v.data.map(x=>Number(x)):[],y=Number(u[0].data[0]),{lastValue:w}=C1(b);if(y&&w){const x=[{startValue:y,endValue:w,label:`${s==null?void 0:s.between} ${a} ${s==null?void 0:s.and} ${c}`}];if(d.length>1){const T=d[0].data.map(E=>Number(E)),{lastValue:M}=C1(T);M&&x.push({startValue:M,endValue:w,label:`${s==null?void 0:s.withoutActionPlan}`})}h.push({key:"trajectory-with-action-plan",label:d[1].label,color:g[0],dataPoints:x})}}if(d.length>1&&u.length>0){const b=d[0].data.map(x=>Number(x)),y=Number(u[0].data[0]),{lastValue:w}=C1(b);y&&w&&h.push({key:"trajectory-without-action-plan",label:d[0].label,color:g[1],dataPoints:[{startValue:y,endValue:w,label:`${s==null?void 0:s.between} ${a} ${s==null?void 0:s.and} ${c}`}]})}const m=f[0];if(m.scope==="goal"){const v=m?m.data.map(O=>Number(O)):null,{firstValue:b,lastValue:y}=v?C1(v):{firstValue:null,lastValue:null},w=d[1],x=w?w.data.map(O=>Number(O)):null,{lastValue:S}=x?C1(x):{lastValue:null},T=m.isGoalNull,M={key:"goal",label:(m==null?void 0:m.label)||(s==null?void 0:s.goal),color:m?`${m.backgroundColor}`:t.custom.dataviz.colorsWithExtra[13].main,isLine:!0,dataPoints:[{startValue:b||void 0,endValue:y||void 0,label:T===!1?`${s==null?void 0:s.between} ${a} ${s==null?void 0:s.and} ${c}`:`${s==null?void 0:s.noObjective}`,link:s!=null&&s.editTrajectories?{label:`${s==null?void 0:s.editTrajectories}`,url:i,icon:"edit"}:void 0}],complete:S&&y?o==="decrease"?S<=y:S>=y:!1},E=!!m.forceLegend;(T&&E||m.isGoalNull!==!0&&y)&&h.push(M)}return h},Xbe=e=>{const t=de(),{datasets:n,datasetsLabels:r,improvement:o,urlEditTrajectories:i,textOptions:s}=e,c={...{complete:"",between:"",and:"",withoutActionPlan:"",goal:"",noObjective:"",editTrajectories:""},...s},u=Ybe({datasets:n,datasetsLabels:r,improvement:o,urlEditTrajectories:i,textOptions:c});return p.jsx(ec,{container:!0,spacing:2,sx:{p:t.spacing(3.25,0,0,0),alignItems:"stretch"},children:u.map(d=>p.jsx(ec,{size:{xs:12,sm:6,md:3},children:p.jsx(Kbe,{block:d,improvement:o,textOptions:c})},d.key))})},Fv=e=>({hasWithoutActionPlan:e.withoutActionPlan!==null&&e.withoutActionPlan!==void 0,hasScore:e.initial!==null&&e.initial!==void 0,hasWithActionPlan:e.withActionPlan!==null&&e.withActionPlan!==void 0}),Bv=(e,t,n,r,o=.25)=>{const{hasWithoutActionPlan:i,hasScore:s,hasWithActionPlan:a}=r,c=(i?1:0)+(s?1:0)+(a?1:0),u=n,d=3*u,f=u*o,h=e==="withoutActionPlan"?t:e==="score"?t-u:t-2*u;if(c===1&&(e==="withoutActionPlan"&&i||e==="score"&&s||e==="withActionPlan"&&a))return{x:h+f,width:d-2*f};if(c===2){if(i&&s&&!a){if(e==="withoutActionPlan")return{x:h,width:1.5*u};if(e==="score")return{x:h+1.5*u,width:1.5*u}}if(i&&!s&&a){if(e==="withoutActionPlan")return{x:h+u*.75,width:u*.75};if(e==="withActionPlan")return{x:h+u*1.5,width:u*.75}}if(!i&&s&&a){if(e==="score")return{x:h,width:1.5*u};if(e==="withActionPlan")return{x:h+1.5*u,width:1.5*u}}}return{x:t,width:n}},Jbe=({registerBarTopY:e,marginFactor:t})=>n=>{const{x:r,width:o,payload:i,y:s}=n,u=Bv("withoutActionPlan",typeof r=="number"?r:0,typeof o=="number"?o:0,Fv(i),t);return e(i==null?void 0:i.name,s),p.jsx(bc,{...n,x:u.x,width:u.width})},Qbe=({registerBarTopY:e,marginFactor:t})=>n=>{const{x:r,width:o,payload:i,y:s}=n,u=Bv("score",typeof r=="number"?r:0,typeof o=="number"?o:0,Fv(i),t);return e(i==null?void 0:i.name,s),p.jsx(bc,{...n,x:u.x,width:u.width})},eCe=({registerBarTopY:e,marginFactor:t})=>n=>{const{x:r,width:o,payload:i,y:s}=n,u=Bv("withActionPlan",typeof r=="number"?r:0,typeof o=="number"?o:0,Fv(i),t);return e(i==null?void 0:i.name,s),p.jsx(bc,{...n,x:u.x,width:u.width,rx:4,ry:4})},tCe=(e,t)=>t&&["fr","fr-FR","fr-CA"].some(r=>t.startsWith(r.split("-")[0]))?`${e} :`:`${e}:`,nCe=e=>{const t=de(),{label:n,value:r,color:o,dataKey:i,unit:s,language:a,precision:c=0,valueFormatterFn:u=t.numbers.valueFormatterFn}=e;return p.jsxs("div",{style:{display:"flex",alignItems:"center",gap:t.spacing(1)},children:[i==="goal"?p.jsx("div",{style:{minWidth:12,height:2,backgroundColor:o,borderRadius:2}}):p.jsx("div",{style:{minWidth:12,height:12,backgroundColor:o,borderRadius:2}}),p.jsxs(fe,{direction:"row",spacing:t.spacing(.5),alignItems:"center",children:[p.jsx(ie,{variant:"small-bold",sx:{lineHeight:"16px"},children:tCe(n,a)}),p.jsx(ie,{variant:"number-small",fontWeight:700,children:u(Number(r),c)}),p.jsx(ie,{variant:"small-medium",color:t.custom.grey[1400],children:s?` ${s}`:""})]})]})},y1=e=>typeof e=="number"?e:null,rCe=(e,t,n)=>{if(!e||!t||typeof n>"u")return null;const r=e.findIndex(f=>String(f)===String(n));if(r<0)return null;const o=y1(t[r]);if(o!==null)return o;let i=r-1;for(;i>=0&&y1(t[i])===null;)i--;let s=r+1;const a=t.length;for(;s<a&&y1(t[s])===null;)s++;const c=i>=0?y1(t[i]):null,u=s<a?y1(t[s]):null;if(c===null||u===null||s===i)return null;const d=(r-i)/(s-i);return c+(u-c)*d},oCe=e=>{const t=de(),{tooltipProps:n,unit:r,goalName:o,initialName:i,withoutActionPlanName:s,withActionPlanName:a,valueFormatterFn:c=t.numbers.valueFormatterFn,language:u,precision:d,barTopY:f,goalData:h,labels:g,goalColor:m}=e,{active:v,label:b,coordinate:y,payload:w=[]}=n;if(!v||w.length===0||!y)return null;const x=new Set,S=w.filter(j=>{if(j.value===null||j.value===void 0)return!1;const I=j.dataKey;if(typeof I=="string"||typeof I=="number"){if(x.has(I))return!1;x.add(I)}return!0}),T=rCe(g,h,b);if(S.length===0&&typeof T!="number")return null;const E=S.some(j=>j.dataKey==="goal")||typeof T!="number"?S:[...S,{dataKey:"goal",value:T,color:m}],O=j=>{if(typeof j.name=="string")return j.name;const I=j.dataKey;return{goal:o,initial:i,withoutActionPlan:s,withActionPlan:a}[I]||""},P=p.jsxs(fe,{direction:"column",spacing:t.spacing(.5),children:[p.jsx(ie,{variant:"h4",children:b}),E.map((j,I)=>{const A=j.color,D=typeof A=="string"?A:"transparent",N=O(j);return!N||j.value===null||j.value===void 0?null:p.jsx(nCe,{label:N,value:j.value,color:D,dataKey:String(j.dataKey),unit:r,language:u,precision:d,valueFormatterFn:c},`${String(j.dataKey??I)}-${I}`)})]}),k=s6({coordinate:{x:y.x,y:y.y},customY:f,placement:"top"});return p.jsx(ee,{sx:k,children:p.jsx(Oi,{width:"inherit",title:P,placement:"top",arrow:!0,open:!0,sx:a6(),children:p.jsx("div",{style:{width:1,height:1,visibility:"hidden",pointerEvents:"none"}})})})};function zv(e,t){return typeof e=="string"?e:t}const iCe=e=>{const t=de(),{transformedData:n,initialDataset:r,trajectoryDatasets:o,goalDataset:i,chartData:s,unit:a,valueFormatterFn:c=t.numbers.valueFormatterFn,precision:u=0,barTopsRef:d}=e,f=Mn.language,h=(P,k)=>{if(typeof P=="string"&&typeof k=="number"){const j=d.current[P];d.current[P]=typeof j=="number"?Math.min(j,k):k}};L.useEffect(()=>{d.current={}},[n,d]);const g=.3,m=Jbe({registerBarTopY:h,marginFactor:g}),v=Qbe({registerBarTopY:h,marginFactor:g}),b=eCe({registerBarTopY:h,marginFactor:g}),y=L.useMemo(()=>{var k;const P=(k=o[0])==null?void 0:k.backgroundColor;return typeof P=="string"?P:"transparent"},[o]),w=L.useMemo(()=>{const P=r==null?void 0:r.backgroundColor;return typeof P=="string"?P:"transparent"},[r]),x=L.useMemo(()=>{var k;const P=(k=o[1])==null?void 0:k.backgroundColor;return typeof P=="string"?P:"transparent"},[o]),S=L.useMemo(()=>r!=null&&r.label?String(r.label):"Initial",[r]),T=L.useMemo(()=>i!=null&&i.label?String(i.label):"Goal",[i]),M=L.useMemo(()=>{var P,k;return(P=o[0])!=null&&P.label?String((k=o[0])==null?void 0:k.label):"Without action plan"},[o]),E=L.useMemo(()=>{var P,k;return(P=o[1])!=null&&P.label?String((k=o[1])==null?void 0:k.label):"With action plan"},[o]),O=[4,4,0,0];return p.jsx(Rc,{width:"100%",height:"100%",children:p.jsxs(Nv,{data:n,margin:{left:10,right:0,top:50,bottom:10},barCategoryGap:"10%",barGap:2,children:[p.jsx(m1,{strokeDasharray:"4 4",stroke:t.palette.divider,vertical:!1}),p.jsx(Gl,{dataKey:"name",tick:{fontFamily:"Montserrat",fontSize:14,style:{transform:`translateY(${t.spacing(2)})`}},axisLine:{stroke:t.palette.divider},tickLine:!1,interval:"equidistantPreserveStart",padding:{left:0,right:0}}),p.jsx(Ha,{width:"auto",tick:{fontFamily:"Montserrat",fontSize:14,style:{transform:`translateX(-${t.spacing(1)})`}},axisLine:{stroke:t.palette.divider},tickLine:!1,tickFormatter:P=>c(Number(P)),children:p.jsx(xr,{value:a,position:"insideTopLeft",style:{fontFamily:"Montserrat",fontSize:"14px",transform:`translate(-${t.spacing(1.75)}, -${t.spacing(6)})`}})}),p.jsx(cR,{cursor:!1,content:P=>{const k=P&&(typeof P.label=="string"||typeof P.label=="number")?String(P.label):void 0,j=k?d.current[k]:void 0,I=i?zv(i.borderColor??i.backgroundColor,t.palette.primary.main):void 0;return p.jsx(oCe,{tooltipProps:P,unit:a,goalName:T,initialName:S,withoutActionPlanName:M,withActionPlanName:E,valueFormatterFn:c,language:f,precision:u,barTopY:j,goalData:i==null?void 0:i.data,labels:s.labels,goalColor:I})}}),p.jsx(_a,{animationBegin:100,animationDuration:200,dataKey:"withoutActionPlan",name:M,fill:y,radius:O,shape:m},"withoutActionPlan"),p.jsx(_a,{animationBegin:0,animationDuration:200,dataKey:"initial",name:S,fill:w,radius:O,shape:v},"initial"),p.jsx(_a,{animationBegin:150,animationDuration:200,dataKey:"withActionPlan",name:E,fill:x,radius:O,shape:b},"withActionPlan"),i?p.jsx(_D,{animationBegin:400,animationDuration:200,type:"linear",dataKey:"goal",name:T,stroke:zv(i.borderColor??i.backgroundColor,t.palette.primary.main),strokeWidth:2,dot:{fill:zv(i.borderColor??i.backgroundColor,t.palette.primary.main),r:4},connectNulls:!0,strokeDasharray:"0"},"goal"):null]})})},sCe="100%",aCe="100%",lCe=0,cCe=50,uCe=1,dCe=1,fCe=3,pCe=1,hCe=2,gCe=e=>{const t=de(),{unit:n,width:r=sCe,height:o=aCe,showLegend:i=!0,improvement:s="decrease",urlEditTrajectories:a,valueFormatterFn:c=t.numbers.valueFormatterFn,precision:u=lCe,textOptions:d,forceGoalLegend:f,...h}=e,g=qbe(h),m=L.useRef(null),v=L.useRef({}),b=L.useMemo(()=>{const T=[];return g.labels.forEach((M,E)=>{const O={name:M};let P=0,k=!1;g.datasets.forEach(j=>{if(j.scope==="goal"&&j.isGoalNull)return;const I=j.data[E]??null,A=typeof I=="number"?I:null;A!==null&&(k=!0,j.scope==="goal"?O.goal=A:j.scope==="initial"?O.initial=A:j.scope==="trajectory"&&(P++,P===pCe?O.withoutActionPlan=A:P===hCe&&(O.withActionPlan=A)))}),k&&T.push(O)}),T},[g.datasets,g.labels]),y=L.useMemo(()=>g.datasets.filter(T=>T.scope==="goal"&&T.isGoalNull&&!f?!1:T.scope==="trajectory"?T.data.some(E=>E!==null):!0),[g.datasets,f]),w=L.useMemo(()=>y.find(T=>T.scope==="initial"),[y]),x=L.useMemo(()=>y.filter(T=>T.scope==="trajectory"),[y]),S=L.useMemo(()=>y.find(T=>T.scope==="goal"),[y]);return p.jsxs(fe,{direction:"column",position:"relative",width:r,height:o,minHeight:t.spacing(cCe),justifyContent:"stretch",sx:{"& *":{outline:"none"}},children:[p.jsx(ee,{sx:{border:`${uCe}px solid ${t.palette.divider}`,backgroundColor:t.palette.background.paper,borderRadius:t.spacing(dCe),height:"100%",width:"100%",padding:t.spacing(fCe)},ref:m,children:p.jsx(iCe,{transformedData:b,initialDataset:w,trajectoryDatasets:x,goalDataset:S,chartData:g,unit:n,valueFormatterFn:c,precision:u,barTopsRef:v})}),i&&p.jsx(Xbe,{datasets:g.datasets,datasetsLabels:g.labels,improvement:s,urlEditTrajectories:a,textOptions:d})]})},VV=e=>{var $,Y,X,ne;const{x:t,width:n,chartHeight:r,index:o,data:i,unit:s,chartWidth:a,options:c,language:u,precision:d,improvementType:f="increase",valuesFormatterFn:h}=e,g={minWidth:80,textBaseSize:14,unitBaseSize:6,iconBaseSize:40,padding:10,boxHeight:70,minTextSize:.4,minUnitSize:.4,...c},m=de(),v=i[o];if(!v.withComparison||!v.comparisonValue)return null;const b=v.comparisonValue>=0,y=d!==void 0?h?h(v.comparisonValue):Number(v.comparisonValue.toFixed(d)).toLocaleString(u):h?h(v.comparisonValue):Number(v.comparisonValue).toLocaleString(u),w=`${b?"+":""}${y}`,x=f==="decrease"?!b:b,S=Math.max(w.length*g.textBaseSize+s.length*g.unitBaseSize+g.iconBaseSize,g.minWidth),T=100/i.length,M=a||500,E=Number(n)*2,O=T*M/100-E/1.25,P=O/S,k=Math.min(S,O),j=O<S?O+Number(n)/4:S+Number(n)/4,I=j-4,A=j,D=j-4,N=j,_=Number(n)/4,Z=g.boxHeight,B=Number(t)+Number(n)/2+T*M/100/2-k/2+15,H=r-Z*2-16,V=()=>p.jsxs("g",{children:[p.jsx("line",{transform:"translate(0, 10)",x1:-_,y1:0,x2:j,y2:0,stroke:"#e0e0e0",strokeWidth:"1"}),p.jsx("line",{transform:"translate(0, 10)",x1:I,y1:-4,x2:A,y2:0,stroke:"#e0e0e0",strokeWidth:"1"}),p.jsx("line",{transform:"translate(0, 10)",x1:D,y1:4,x2:N,y2:0,stroke:"#e0e0e0",strokeWidth:"1"})]});return p.jsxs("g",{transform:`translate(${B}, ${H})`,children:[p.jsx(V,{}),p.jsx("foreignObject",{x:0,y:0,width:k,height:Z,children:p.jsxs(ee,{sx:{width:"100%",height:"100%",backgroundColor:"#ffffff",border:"1px solid #e0e0e0",borderRadius:"8px",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"space-between",padding:`${g.padding}px`,boxSizing:"border-box",gap:"2px"},children:[p.jsx(bt,{icon:x?"circleCheck":"inProgress",size:2,backgroundColor:x?((Y=c==null?void 0:c.iconColorNegative)==null?void 0:Y.background)||m.custom.dataviz.colorsWithExtra[7].variant[100]:(($=c==null?void 0:c.iconColorPositive)==null?void 0:$.background)||m.custom.dataviz.colorsWithExtra[12].variant[100],color:x?((ne=c==null?void 0:c.iconColorNegative)==null?void 0:ne.foreground)||m.custom.dataviz.colorsWithExtra[7].variant[700]:((X=c==null?void 0:c.iconColorPositive)==null?void 0:X.foreground)||m.custom.dataviz.colorsWithExtra[12].variant[700]}),p.jsxs(fe,{direction:"row",alignItems:"center",spacing:m.spacing(.5),children:[p.jsx(ie,{variant:"number-small",sx:{fontSize:P<1?`clamp(${g.minTextSize}rem, ${P*.9}rem, 1rem)`:void 0},children:w}),p.jsx(ie,{variant:"small-medium",sx:{color:m.custom.grey[2e3],textAlign:"center",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",maxWidth:"100%",fontSize:P<1?`clamp(${g.minUnitSize}rem, ${P*.8}rem, 0.875rem)`:void 0},children:s})]})]})})]})},NV=e=>{const{x:t,y:n,width:r,value:o,unit:i,options:s,precision:a,language:c,valuesFormatterFn:u}=e,d={valueOffsetY:30,unitOffsetY:17.5,valueFontSize:16,unitFontSize:12,valueColor:"#000",unitColor:"#666",...s},f=Number(t)+Number(r)/2,h=Number(n)-d.valueOffsetY;return p.jsxs("g",{children:[p.jsx("text",{x:f,y:h,textAnchor:"middle",fill:d.valueColor,fontSize:d.valueFontSize,fontWeight:"bold",children:u?u(Number(o)):a!==void 0?Number(o).toFixed(a):Number(o).toLocaleString(c)}),p.jsx("text",{x:f,y:h+d.unitOffsetY,textAnchor:"middle",fill:d.unitColor,fontSize:d.unitFontSize,children:i})]})},_V=e=>{const{x:t,y:n,payload:r,fontColor:o}=e,i=de();return p.jsx("g",{transform:`translate(${t},${n})`,children:p.jsx("foreignObject",{x:-50,y:0,width:100,height:100,children:p.jsx(ie,{sx:{textAlign:"center",paddingTop:"0px",color:o||i.custom.grey[2e3]},children:r.value})})})},mCe=300,vCe=0,bCe=[4,4,0,0],CCe=50,yCe=1,xCe=60,wCe=-50,SCe=-50,TCe=40,MCe=200,ECe=0,OCe="5 5",kCe="0",PCe=e=>{const t=de(),n=Mn.language,{data:r,unit:o,valuesFormatterFn:i=t.numbers.valueFormatterFn,chartStyling:s,comparisonLabelOptions:a,valueLabelOptions:c,precision:u,chartWidth:d,chartHeight:f,displayComparisonLabel:h=!0,improvementType:g}=e,v={...{barRadius:bCe,barMaxWidth:CCe,barColor:t.custom.dataviz.colorsWithExtra[12].variant[100],barStroke:t.custom.dataviz.colorsWithExtra[12].variant[700],barStrokeWidth:yCe,height:f||mCe,margin:{top:xCe,right:wCe,left:SCe,bottom:TCe}},...s},[b,y]=L.useState(d||vCe),w=L.useRef(null);L.useEffect(()=>{const S=()=>{w.current&&y(w.current.offsetWidth)};return S(),window.addEventListener("resize",S),()=>window.removeEventListener("resize",S)},[]);const x=r.map((S,T)=>S.withComparison&&T<r.length-1?{...S,comparisonValue:r[T+1].value-S.value}:S);return p.jsx(ee,{sx:{position:"relative","& *":{outline:"none"}},children:p.jsx(Rc,{width:"100%",height:v.height,ref:w,children:p.jsx(jme,{data:x,margin:v.margin,children:p.jsxs(_a,{dataKey:"value",radius:v.barRadius,maxBarSize:v.barMaxWidth,style:{outline:"none"},animationDuration:MCe,animationBegin:ECe,children:[p.jsx(Gl,{dataKey:"label",tickLine:!1,axisLine:!0,tick:S=>p.jsx(_V,{...S})}),p.jsx(Ha,{hide:!0}),h&&p.jsx($o,{dataKey:"comparisonValue",content:p.jsx(VV,{unit:o,valuesFormatterFn:i,data:x,chartWidth:b,options:a,precision:u,language:n,improvementType:g,chartHeight:f})}),p.jsx($o,{dataKey:"value",content:p.jsx(NV,{unit:o,options:c,precision:u,language:n,valuesFormatterFn:i})}),x.map((S,T)=>p.jsx(Na,{fill:v.barColor,stroke:v.barStroke,strokeWidth:v.barStrokeWidth,strokeDasharray:S.shape==="dotted"?OCe:kCe},`cell-${T}`))]})})})})},$V=e=>C.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("rect",{x:1,y:1,width:18,height:18,rx:3,fill:"white"}),C.createElement("rect",{x:1,y:1,width:18,height:18,rx:3,stroke:"#D1CFCE",strokeWidth:2})),HV=e=>C.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("rect",{width:20,height:20,rx:4,fill:"url(#paint0_linear_2034_7850)"}),C.createElement("path",{d:"M8.32244 13.9335L4.56689 10.178L5.36133 9.38351L8.32244 12.3446L14.628 6.03906L15.4224 6.83351L8.32244 13.9335Z",fill:"white"}),C.createElement("defs",null,C.createElement("linearGradient",{id:"paint0_linear_2034_7850",x1:7.58928,y1:755124e-13,x2:7.58928,y2:20,gradientUnits:"userSpaceOnUse"},C.createElement("stop",{stopColor:"#484945"}),C.createElement("stop",{offset:1,stopColor:"#2A2B27"})))),jCe=z(ts)(()=>({":hover":{background:we[400]}})),ICe=e=>{const{values:t,...n}=e,{onChange:r,...o}=n,i=Object.entries(t);return p.jsx(W7,{children:i.map(([s,a],c)=>p.jsx(Sl,{control:p.jsx(jCe,{...o,checkedIcon:p.jsx(HV,{}),icon:p.jsx($V,{}),disableRipple:!0,onChange:(u,d)=>{const f={};f[s]={name:a.name,state:d},r(f)}}),sx:{gap:"1rem"},label:a.name,checked:a.state},`${s}-${c}`))})},LCe=(e,t,n)=>Object.entries(t).flatMap(o=>{const[i,s]=o;if(s.state===!1)return[];const a=Number(i),c=e.find(u=>u.id===a);return c?[c]:[n({id:a,name:s.name})]}),ACe=(e,t)=>{const n={};return e.reduce((o,i)=>{const s=t.some(a=>a.id===i.id);return o[i.id]={name:i.name,state:s},o},n)},RCe=z(ts)(()=>({":hover":{background:we[400]}})),DCe=e=>{const{values:t,onChange:n,FormGroupProps:r,FormControlLabelProps:o,CheckboxProps:i}=e,s=Object.entries(t);return p.jsx(W7,{...r,children:s.map(([a,c],u)=>p.jsx(Sl,{sx:{gap:"1rem"},checked:c.state,...o,label:c.name,control:p.jsx(RCe,{checkedIcon:p.jsx(HV,{}),icon:p.jsx($V,{}),disableRipple:!0,...i,onChange:(d,f)=>{const h={...t};h[a]={...h[a],name:c.name,state:f},n(h)}})},`${a}-${u}`))})},FV=e=>{const{values:t,selectedItems:n,onChange:r,getId:o=u=>u.id,getName:i=u=>u.name,...s}=e,a=(n==null?void 0:n.map(u=>o(u)))??[],c=t.reduce((u,d)=>{const f=o(d),h=a.includes(f),g=n===void 0?!1:h;return u[f]={name:i(d),state:g,rawData:d},u},{});return p.jsx(DCe,{values:c,onChange:u=>{const d=Object.values(u).flatMap(f=>f.state===!1?[]:f.rawData);return r(d)},...s})},VCe=z(ee)(({theme:e})=>({display:"flex",flexDirection:"column",border:`1px solid ${we[500]}`,background:e.palette.background.paper,borderRadius:e.spacing(2),overflow:"hidden",boxShadow:e.custom.shadows.grey,[e.breakpoints.up("md")]:{flexDirection:"row-reverse",justifyContent:"space-between"}})),NCe=z(ee)(({theme:e})=>({padding:e.spacing(4),display:"flex",flexDirection:"column",justifyContent:"space-between",[e.breakpoints.up("md")]:{padding:e.spacing(6)}})),_Ce=z(ee)({display:"flex",flexDirection:"column"}),$Ce=z(ee)(({theme:e})=>({margin:e.spacing(2,0,2,0)})),HCe=z(ee)(({theme:e})=>({alignSelf:"flex-end",[e.breakpoints.up("md")]:{alignSelf:"flex-start"}})),FCe=z(ee)(({theme:e})=>({width:"100%",height:e.spacing(30),[e.breakpoints.up("md")]:{maxWidth:"500px",height:"auto"}})),BCe=z("img")({width:"100%",height:"100%",objectFit:"cover",objectPosition:"center"}),zCe=e=>{const{title:t,subtitle:n,description:r,imageUrl:o,callToAction:i,sxProps:s={}}=e,a=de();return p.jsxs(VCe,{sx:s,children:[o&&p.jsx(FCe,{children:p.jsx(BCe,{src:o,alt:"hero image"})}),p.jsxs(NCe,{children:[p.jsxs(_Ce,{children:[p.jsx(Mu,{defaultVariant:"h2",text:t}),n&&p.jsx(Mu,{defaultVariant:"h5",text:n,typographyProps:{color:a.custom.grey[2e3],padding:a.spacing(.5,0,.5,0)}}),r&&p.jsx($Ce,{children:r})]}),i&&p.jsx(HCe,{children:p.jsx(Eu,{buttonOptions:i,defaultOptions:{sx:{display:"inline-flex",padding:a.spacing(3),letterSpacing:a.spacing(.02),fontWeight:a.typography["body-bold"].fontWeight},variant:"primary",endIcon:p.jsx(bt,{size:2,icon:"arrowRight"})}})})]})]})},WCe=z(ee)(()=>({position:"fixed",top:0,left:0,right:0,bottom:0,backgroundColor:"rgba(0, 0, 0, 0)",zIndex:1e3,transition:"background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1)",visibility:"hidden","&.open":{backgroundColor:"rgba(0, 0, 0, 0.5)",visibility:"visible"}})),ZCe=z(ee)(({theme:e})=>({position:"fixed",top:0,right:0,bottom:0,width:"75%",backgroundColor:e.palette.background.paper,zIndex:1001,overflowY:"auto",transform:"translateX(100%)",transition:"all 0.3s cubic-bezier(0.4, 0, 0.2, 1)",opacity:0,borderRadius:`${e.spacing(1)} 0 0 ${e.spacing(1)}`,"&.open":{transform:"translateX(0)",opacity:1,visibility:"visible",transition:"all 0.3s cubic-bezier(0.4, 0, 0.2, 1)"},[e.breakpoints.down("md")]:{width:"100%"}})),BV=z(ee)({width:"100%",height:"400px",backgroundColor:"#f0f0f0","& img":{width:"100%",height:"100%",objectFit:"cover",transition:"opacity 0.3s ease-in-out"}}),UCe=z(Bt)(({theme:e})=>({position:"fixed",top:e.spacing(2),right:e.spacing(2.5),zIndex:1002,backgroundColor:"white",visibility:"hidden",transform:"translateX(200%)",transition:"all 0.3s cubic-bezier(0.4, 0, 0.2, 1)","&:hover":{backgroundColor:"rgba(255, 255, 255, 0.8)"},"&.open":{transform:"translateX(0)",opacity:1,visibility:"visible",transition:"all 0.3s cubic-bezier(0.4, 0, 0.2, 1)"}})),qCe=z(fe)({padding:"2rem 4rem"}),GCe=({isOpen:e,onClose:t,article:n})=>(L.useEffect(()=>(e?document.body.style.overflow="hidden":document.body.style.overflow="unset",()=>{document.body.style.overflow="unset"}),[e]),p.jsxs(p.Fragment,{children:[p.jsx(WCe,{className:e?"open":"",onClick:t}),p.jsx(UCe,{className:e?"open":"",onClick:t,children:p.jsx(bt,{size:2,icon:"close"})}),p.jsxs(ZCe,{className:e?"open":"",children:[p.jsx(L.Suspense,{fallback:p.jsx(BV,{}),children:p.jsx(BV,{children:p.jsx("img",{src:n.imageSrc,alt:n.title,loading:"lazy",onLoad:r=>{r.target.style.opacity="1"},style:{opacity:0}})})}),p.jsxs(qCe,{spacing:3,children:[p.jsx(ie,{variant:"h2",children:n.title}),p.jsx(ie,{variant:"body1",dangerouslySetInnerHTML:{__html:n.content}})]})]})]})),KCe=[3,5,9,3],YCe=z(fe,{shouldForwardProp:e=>e!=="isRightColumn"})(({isRightColumn:e,theme:t})=>({border:`1px solid ${we[500]}`,borderRadius:t.spacing(1),overflow:"hidden",margin:0,padding:0,height:"100%",width:"100%",flexDirection:e?"row":"column",[t.breakpoints.down("md")]:{flexDirection:"column"},boxShadow:t.custom.shadows.grey})),XCe=z(ee,{shouldForwardProp:e=>e!=="isRightColumn"})(({isRightColumn:e,theme:t})=>({flex:e?"0 0 35%":"1 1 auto",lineHeight:0,position:"relative",width:"100%",height:e?"100%":"380px",backgroundColor:t.palette.grey[400],overflow:"hidden","& img":{width:"100%",height:"100%",objectFit:"cover",objectPosition:"center",display:"block",[t.breakpoints.down("md")]:{height:"200px"}},[t.breakpoints.down("md")]:{height:"140px"},[t.breakpoints.down("md")]:{flex:2}})),JCe=z(fe)(({theme:e})=>({flex:"1 1 0",backgroundColor:e.palette.background.paper,padding:e.spacing(3,3,2,3),justifyContent:"space-between",gap:e.spacing(1),[e.breakpoints.down("md")]:{padding:e.spacing(2,2,1.5,2)},[e.breakpoints.down("md")]:{flex:"1 1 0"}})),QCe=z(L3)({display:"block",width:"100%",height:"100%",cursor:"pointer"}),eye=z(st)(({theme:e})=>({display:"inline-flex",alignSelf:"flex-start",fontWeight:700,gap:e.spacing(1)})),tye=z(ie,{shouldForwardProp:e=>e!=="isFirst"})(({isFirst:e,articlesNumber:t,theme:n})=>({display:"-webkit-box",WebkitLineClamp:e?5:KCe[t-1]||3,marginTop:n.spacing(2),WebkitBoxOrient:"vertical",overflow:"hidden",textOverflow:"ellipsis",[n.breakpoints.down("md")]:{WebkitLineClamp:e?3:2,marginTop:n.spacing(1)}})),Wv=e=>{const[t,n]=L.useState(!1),{title:r,description:o,imageSrc:i,content:s,onClick:a,isFirst:c=!1,articlesNumber:u=1,isRightColumn:d=!1,readMoreText:f="Lire l'article"}=e,h=()=>{a?a():n(!0)};return p.jsxs(p.Fragment,{children:[p.jsxs(YCe,{isRightColumn:d,children:[p.jsx(XCe,{isRightColumn:d,children:p.jsx(QCe,{onClick:h,children:p.jsx("img",{src:i,alt:r})})}),p.jsxs(JCe,{children:[p.jsxs(ee,{children:[p.jsx(ie,{variant:"h3",mb:"0.2rem",children:r}),p.jsx(tye,{variant:"body",mb:"1rem",isFirst:c,articlesNumber:u,dangerouslySetInnerHTML:{__html:o}})]}),p.jsxs(eye,{variant:"text",onClick:h,children:[p.jsx(ie,{fontWeight:700,fontSize:"0.875rem",children:f}),p.jsx(bt,{size:2,icon:"arrowRight"})]})]})]}),!a&&p.jsx(GCe,{isOpen:t,onClose:()=>n(!1),article:{title:r,description:o,imageSrc:i,content:s||o}})]})},nye=e=>{const{articles:t=[],sxProps:n={}}=e,[r,...o]=t;return p.jsxs(ko,{container:!0,columns:o.length>0?2:1,sx:{...n,height:"100%","& .MuiGrid-item":{"@media (max-width: 1068px)":{width:"100%",maxWidth:"100%",flexBasis:"100%"}}},spacing:4,children:[p.jsx(ko,{item:!0,xs:1,children:p.jsx(Wv,{...r,isFirst:!0,articlesNumber:t.length})}),p.jsx(ko,{item:!0,xs:1,children:p.jsx(U4,{gap:3,display:"flex",flexDirection:"column",justifyContent:"space-between",height:"100%",sx:{"@media (max-width: 1068px)":{gap:2,marginTop:0}},children:o.map((i,s)=>p.jsx(U4,{height:"100%",children:p.jsx(Wv,{...i,isRightColumn:t.length>=3,articlesNumber:t.length})},`article-${s}`))})})]})},rye=e=>{const{title:t,children:n,objectives:r=[],tooltipMessage:o}=e,i=de();return p.jsxs(fe,{sx:{borderRadius:"12px",border:`1px solid ${i.palette.grey[500]}`,padding:"34px",maxWidth:"360px",background:i.palette.background.paper},children:[p.jsxs(ee,{display:"flex",children:[p.jsx(ie,{variant:"h3",component:"h3",mb:"1.5rem",children:t}),o&&p.jsx(bt,{size:3,icon:"information"})]}),p.jsx(ee,{fontWeight:700,display:"flex",gap:"0.5rem",mb:"1rem",children:n}),p.jsx(fe,{sx:{"> div:not(:last-of-type)":{mb:"1rem"}},children:r.map((s,a)=>p.jsxs(fe,{flexDirection:"row",alignItems:"center",gap:".5rem",children:[p.jsx(ie,{variant:"small-medium",children:s.objective}),p.jsx(DM,{boxProps:{sx:{padding:"0.1rem 0.5rem"}},children:s.component})]},a))})]})},oye=e=>{const{title:t,subtitle:n,description:r}=e,o=de();return p.jsxs(fe,{sx:{borderRadius:"12px",border:`1px solid ${o.palette.grey[500]}`,padding:"34px",maxWidth:"360px",background:o.palette.background.paper},children:[p.jsxs(fe,{flexDirection:"row",alignContent:"center",justifyContent:"space-between",children:[p.jsx(ie,{variant:"h3",component:"h3",mb:"1.5rem",children:t}),n&&p.jsx(iye,{text:n})]}),p.jsx(fe,{children:p.jsx(ie,{variant:"body-medium",children:p.jsx(ee,{dangerouslySetInnerHTML:{__html:r}})})})]})};function iye(e){const{text:t}=e;return p.jsx(Oi,{sx:{textAlign:"center"},arrow:!1,title:p.jsx(ie,{variant:"body-medium",children:t}),placement:"top",children:p.jsx(ee,{children:p.jsx(bt,{size:3,icon:"information"})})})}const sye=e=>{const{value:t,maxLength:n,...r}=e,o=t.map((d,f)=>t.slice(0,f+1).reduce((h,g)=>{const m=h.length+g.length;if(m>n){const v=n-m,b=[...h.words,g.slice(0,v)].filter(Boolean);return{length:m,words:b,rest:t.length-b.length}}return{...h,length:m,words:[...h.words,g]}},{length:0,words:[],rest:0})),i=o[o.length-1],a=t[t.length-1].length===i.words[i.words.length-1].length?"":"…",c=i.words.join(", "),u=i.rest>0?`${c}… +${i.rest}`:c+a;return p.jsx(ie,{...r,children:u})},aye=e=>{const{value:t,maxLength:n,separator:r=",",...o}=e;if(n===0)return p.jsx(ie,{...o,children:""});const i=t.join("").length;if(n>i)return p.jsx(ie,{...o,children:t.join(r)});let s=0;const a=t.reduce((y,w)=>{const x=s+w.length,S={low:s,high:x};return s=x,y.push(S),y},[]),c=a.findIndex(y=>y.low<n&&n<=y.high),u=c+1,d=a.length-u,h=a[c].high===n?"":"…",g=u*r.length,m=t.join(r).slice(0,n-1+g),v=d?`+${d}`:"",b=`${m}${h} ${v}`;return p.jsx(ie,{...o,children:b})},lye=e=>{const{setOpen:t,options:n,onValidate:r,onCancel:o,canValidate:i=!0,confirmAction:s,cancelText:a,validateText:c,...u}=e,[d,f]=L.useState(!1),h=()=>t(!1),g=()=>{f(!1)},m=()=>{o&&o(),h()},v=()=>{if(!s){r&&r(),h();return}d?(f(!1),r&&r(),h()):f(!0)};return p.jsxs(Q2,{onClose:m,...u,fullWidth:!0,maxWidth:"md",scroll:"body",children:[p.jsxs(Q0,{sx:WV,children:[n.title,p.jsx(st,{variant:"text",endIcon:p.jsx(J3,{}),onClick:m})]}),p.jsx(ee,{sx:{width:"100%"},children:n.content}),p.jsx(zV,{onCancelAction:m,onConfirmAction:v,canValidate:i,cancelText:a,validateText:c}),s&&p.jsx(cye,{openConfirmAction:d,onCancel:g,onValidate:v,confirmAction:s,cancelText:a,validateText:c})]})},cye=e=>{const{confirmAction:t,onCancel:n,onValidate:r,openConfirmAction:o,cancelText:i,validateText:s}=e;return p.jsxs(Q2,{open:o,onClose:n,sx:{display:"flex",justifyContent:"space-between",alignItems:"center",borderBottom:`1px solid ${we[500]}`,minHeight:"68px",padding:"28px 27px 28px 32px"},children:[p.jsxs(Q0,{sx:WV,children:[t.title,p.jsx(st,{variant:"text",endIcon:p.jsx(J3,{}),onClick:n})]}),p.jsx(ee,{sx:{padding:"32px",width:"100%"},children:t.content}),p.jsx(zV,{onCancelAction:n,onConfirmAction:r,cancelText:t.cancelText??i,validateText:t.validateText??s})]})},zV=e=>{const{onCancelAction:t,onConfirmAction:n,canValidate:r=!0,cancelText:o,validateText:i}=e;return p.jsxs(O3,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",borderTop:`1px solid ${we[500]}`,minHeight:"68px",paddingInline:"1rem",padding:"28px 32px 32px 32px"},children:[p.jsx(st,{variant:"text",onClick:t,children:o}),p.jsx(st,{variant:"primary",onClick:n,disabled:!r,children:i})]})},WV={display:"flex",justifyContent:"space-between",alignItems:"center",borderBottom:`1px solid ${we[500]}`,minHeight:"68px",padding:"28px 27px 28px 32px"},uye=z(Y2)(({theme:e})=>({fontFamily:e.typography.fontFamily,...e.typography.body})),$c=L.forwardRef(function(e,t){const n=de(),{sx:r,error:o,...i}=e;return p.jsx(uye,{...i,sx:{color:o?n.custom.red[600]:n.custom.grey[2800],border:o?`1px solid ${n.custom.red[600]}`:`1px solid ${n.custom.grey[1400]}`,backgroundColor:o?n.custom.red[100]:"inherit",borderRadius:"16px",paddingInline:"20px",...r}})}),dye=e=>{const{title:t,unit:n,placeholder:r,value:o,description:i,error:s,required:a,...c}=e,u=a?"*":"",d=de(),f=L.useRef(!1),h=f.current&&s,[g,m]=L.useState(!1),[v,b]=L.useState(!1),[y,w]=L.useState(!1);L.useEffect(()=>{const E=x(S,e.setMinMaxError);m(E);const O=x(T,e.setMinError);b(O);const P=x(M,e.setMaxError);w(P)},[o]);const x=(E,O)=>{const P=E();return O!==void 0&&O(P),P},S=()=>{if(e.min===void 0&&e.max===void 0||o===void 0||o==="")return!1;const E=Number(o);return!(e.min!==void 0&&E>e.min&&e.max!==void 0&&E<e.max)},T=()=>e.min===void 0||o===void 0||o===""?!1:!(e.min<Number(o)&&e.max===void 0),M=()=>e.max===void 0||o===void 0||o===""?!1:!(e.max>Number(o)&&e.min===void 0);return p.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"10px"},children:[p.jsx(ie,{variant:"h5",children:`${t}${u} :`}),p.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"5px"},children:[p.jsx($c,{...c,type:"number",style:{minWidth:"150px",width:"10%",borderColor:h?d.palette.error.main:"inherit",backgroundColor:h?d.palette.error.light:"inherit"},placeholder:r,value:o,onChange:E=>{f.current=!0,c.onChange&&c.onChange(E)}}),p.jsx(ie,{variant:"body",children:n})]}),(!!e.minMaxErrorMessage&&g||!!e.minErrorMessage&&v||!!e.maxErrorMessage&&y)&&p.jsxs(ie,{variant:"body",style:{color:d.custom.red[600]},children:[!!e.minMaxErrorMessage&&g&&e.minMaxErrorMessage,!!e.minErrorMessage&&v&&e.minErrorMessage,!!e.maxErrorMessage&&y&&e.maxErrorMessage]}),p.jsx(ie,{variant:"body",children:i})]})},fye=e=>{const{icon:t,label:n,variant:r,onDelete:o,ChipProps:i}=e,s=de(),a=r==="brand"?s.palette.primary[100]:s.custom.grey[600];return p.jsx(Os,{icon:t===void 0?void 0:p.jsx(bt,{size:1,icon:t}),variant:r,label:n,onDelete:o,deleteIcon:p.jsx(A8,{buttonProps:{onClick:o,sx:{":hover":{backgroundColor:a}}},icon:"close",size:"xs"}),...i})},pye=e=>{const{unit:t,sx:n,...r}=e;return p.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"1rem"},children:[p.jsx($c,{type:"number",sx:{minWidth:"125px",width:"10%",...n},...r}),p.jsx(ie,{variant:"body",children:t})]})};function hye(e){const t=de(),n={height:"40px",padding:"0px 6px 0px 20px",...t.custom.searchBox,minWidth:"350px"},r={height:"20px",padding:"0px",width:"100%","&>.MuiInputBase-root>fieldset":{border:"none"},"&>.MuiInputBase-root>input":{padding:"0"}},o={height:"48px",padding:"0px 16px 0px 24px",borderTop:"1px solid "+t.custom.grey[500],borderBottom:"1px solid "+t.custom.grey[500],background:t.custom.grey[200]},i={"&>.MuiInputBase-root>fieldset":{border:"none"},"&>.MuiInputBase-root>input":{width:"100%",height:"48px",padding:"0",border:"none"}};return p.jsxs(fe,{direction:"row",useFlexGap:!0,gap:"10px",justifyContent:"space-between",alignItems:"center",sx:e.variant==="standalone"?n:o,children:[p.jsx(Ei,{label:"",type:"search",placeholder:e.placeholder,value:e.value,onChange:s=>{e.onChange(s.target.value)},sx:e.variant==="standalone"?r:i}),p.jsx(hie,{})]})}const gye=L.forwardRef(function(t,n){const{title:r,placeholder:o,value:i,description:s,sx:a,error:c,required:u,...d}=t,f=u?"*":"",h=de(),g=L.useRef(!1),m=g.current&&c;return p.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"10px"},children:[p.jsx(ie,{variant:"h5",children:`${r}${f} :`}),p.jsx($c,{...d,sx:{width:"70%",borderColor:m?h.custom.red[600]:"inherit",backgroundColor:m?h.custom.red[100]:"inherit",...a},placeholder:o,value:i,onChange:v=>{g.current=!0,d.onChange&&d.onChange(v)}}),p.jsx(ie,{variant:"body",children:s})]})});function mye(e){return p.jsxs("div",{children:[p.jsx(ie,{variant:"body-bold",sx:{marginBottom:"16px"},children:e.header}),p.jsxs(fe,{direction:"column",useFlexGap:!0,gap:"12px",children:[p.jsxs(fe,{direction:"row",sx:{height:"20px"},useFlexGap:!0,gap:"12px",justifyContent:"flex-start",children:[p.jsx(ts,{checked:!0,sx:{width:"20px",height:"20px"}}),p.jsx(ie,{variant:"body",children:e.allText})]}),e.values.map((t,n)=>p.jsxs(fe,{direction:"row",sx:{height:"20px"},useFlexGap:!0,gap:"12px",justifyContent:"flex-start",children:[p.jsx(ts,{checked:!1,sx:{width:"20px",height:"20px"}}),p.jsx(ie,{variant:"body",children:t})]},n))]})]})}function vye(e){return p.jsxs(fe,{direction:"column",useFlexGap:!0,gap:"12px",alignItems:"flex-start",children:[p.jsx(ie,{variant:"body-bold",children:e.header}),p.jsx(fe,{direction:"row",useFlexGap:!0,gap:"8px",flexWrap:"wrap",children:e.values.map((t,n)=>p.jsxs(fe,{direction:"row",useFlexGap:!0,gap:"4px",sx:{height:"28px",borderRadius:"4px",background:"#EFEDEC",paddingLeft:"8px"},alignItems:"center",children:[p.jsx(ie,{variant:"body",children:t}),p.jsx(Bt,{sx:{width:"20px",height:"20px"},children:p.jsx(X3,{sx:{width:"16px",height:"16px"}})})]},n))}),p.jsx(st,{variant:"text",startIcon:p.jsx(Coe,{}),children:e.addText})]})}const ZV=e=>{const t=de(),{steps:n,currentStep:r=0,icons:o=[],clickable:i=!1,onClick:s}=e;return p.jsxs(ee,{display:"inline-flex",position:"relative",children:[p.jsx(fe,{direction:"row",gap:"12px",position:"relative",sx:{zIndex:1},children:[...Array(n??o.length).keys()].map(a=>{const c=a<=r;return p.jsx(G3,{size:"medium",border:`1px solid ${t.custom.grey[500]}`,color:c?"#FFF":t.custom.grey[2800],bgcolor:c?t.custom.grey[2800]:"#FFF",sx:{fill:c?"#FFF":t.custom.grey[2800],cursor:i?"pointer":"default","&:hover":i?{fill:"#FFF",color:"#FFF",bgcolor:t.custom.grey[c?2800:2e3]}:{}},onClick:()=>{i&&s&&s(a)},children:o&&o[a]?o[a]:a+1},a)})}),p.jsx(vr,{sx:{backgroundColor:t.custom.grey[500],position:"absolute",inset:`${36/2}px`}})]})},bye=e=>C.createElement("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M11.021 7.69411H0.333496V6.30524H11.021L6.021 1.30522L7.00016 0.333008L13.6668 6.99967L7.00016 13.6663L6.021 12.6941L11.021 7.69411Z",fill:"white"})),Cye=e=>C.createElement("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M2.97919 7.69411L7.97921 12.6941L7.00004 13.6663L0.333374 6.99967L7.00004 0.333008L7.97921 1.30522L2.97919 6.30524H13.6667V7.69411H2.97919Z",fill:"#B06803"})),UV=e=>{var t;return p.jsxs(fe,{direction:"row",alignItems:"center",justifyContent:"space-between",sx:{minHeight:"96px",zIndex:1e3,position:"sticky",top:"28px",border:"1px solid #E7E6E4",borderRadius:"52px",backgroundColor:"#FFFFFF",padding:"20px 28px"},children:[p.jsx(yye,{title:e.title,subtitle:e.subtitle}),p.jsx(ZV,{icons:e.icons,steps:e.steps??((t=e.icons)==null?void 0:t.length)??0,currentStep:e.currentPage,clickable:e.navigable,onClick:e.onNavigate}),p.jsx(wye,{onPageForward:e.onPageForward,onPageBack:e.onPageBack,nextPageText:e.nextPageText,previousPageText:e.previousPageText,currentPage:e.currentPage,validateSteps:e.validateSteps,validateStepsTexts:e.validateStepsTexts,warningText:e.warningText,savingState:e.savingState,closeable:e.closeable,onClose:e.onClose})]})},yye=e=>{const t=de();return p.jsx(fe,{direction:"row",alignItems:"center",justifyContent:"start",marginX:"20px",maxWidth:"33%",children:p.jsxs(fe,{gap:"4px",children:[p.jsx(ie,{variant:"h3",children:e.title}),e.subtitle&&p.jsx(ie,{variant:"body",color:t.custom.grey[2e3],children:e.subtitle})]})})},xye=e=>{const t=de(),n=e.saving?XM:qM,r=e.saving?{animation:"spin 1s linear infinite","@keyframes spin":{"0%":{transform:"rotate(360deg)"},"100%":{transform:"rotate(0deg)"}}}:{},o=p.jsx(n,{sx:{width:"24px",color:t.custom.grey[2e3],...r}}),i=p.jsx(ee,{padding:"12px 16px",textAlign:"center",children:p.jsx(ie,{variant:"body",children:e.saving?e.savingMessage:e.savedMessage})});return p.jsx(Ou,{icon:o,body:i,size:"260px"})},wye=e=>{const t=de(),n=p.jsx(st,{variant:"primary",disabled:e.validateSteps&&!e.validateSteps[e.currentPage],endIcon:p.jsx(bye,{}),onClick:e.onPageForward,children:e.nextPageText}),r=p.jsxs(ee,{padding:"12px 16px",children:[p.jsx(ie,{variant:"body-bold",children:e.warningText||""}),p.jsx("br",{}),p.jsx(ie,{variant:"body",children:e.validateStepsTexts&&e.validateStepsTexts[e.currentPage]||""})]});return p.jsxs(fe,{direction:"row",alignItems:"center",justifyContent:"end",gap:"28px",children:[p.jsx(ee,{sx:{">*":{display:"flex"}},children:e.savingState&&p.jsx(xye,{...e.savingState})}),p.jsxs(fe,{direction:"row",gap:"20px",children:[e.previousPageText&&p.jsx(st,{variant:"text",startIcon:p.jsx(Cye,{}),onClick:e.onPageBack,children:e.previousPageText}),e.validateSteps&&!e.validateSteps[e.currentPage]?e.nextPageText&&p.jsx(Ou,{icon:n,body:r,size:"260px"}):e.nextPageText&&n]}),e.closeable&&p.jsx(st,{variant:"white-filled",onClick:e.onClose,sx:{minWidth:0,aspectRatio:1,borderRadius:"100%",padding:0,"&:hover":{background:t.custom.grey[400]},"&:active":{background:t.custom.grey[600]}},children:p.jsx(w8,{sx:{width:"20px",color:t.custom.grey[2800]}})})]})},Zv=e=>{const t=de(),{title:n,titleSize:r,badge:o}=e,s=r||"h1";return p.jsxs(fe,{direction:"row",alignItems:"center",gap:"16px",children:[typeof o=="number"?p.jsx(G3,{size:"big",children:o}):p.jsx(fe,{width:"40px",alignItems:"center",color:t.custom.grey[2800],children:p.jsx(fe,{sx:{transform:"scale(250%)"},children:o})}),p.jsx(ie,{variant:s,children:n})]})},Sye=e=>{const{title:t,subtitle:n,pages:r,pageIndexToDisplay:o=0,savingState:i,closeable:s=!0}=e,a=r.map(d=>d.icon),c=r[o],u=(Array.isArray(c.content)?c.content:[c.content]).map((d,f)=>p.jsx(L.Fragment,{children:d},f));return p.jsxs(p.Fragment,{children:[p.jsx(UV,{title:t,subtitle:n,icons:a,steps:r.length,currentPage:o,nextPageText:e.nextPageText,previousPageText:e.previousPageText,onPageForward:e.onPageForward,onPageBack:e.onPageBack,validateSteps:e.validateSteps,validateStepsTexts:e.validateStepsTexts,warningText:e.warningText,savingState:i,navigable:e.navigable,onNavigate:e.onNavigate,closeable:s,onClose:e.onClose}),p.jsx(fe,{direction:"column",alignItems:"center",children:p.jsxs("div",{style:{maxWidth:"1024px"},children:[p.jsxs(fe,{direction:"column",marginTop:"44px",marginBottom:"36px",gap:"2rem",children:[c.title&&p.jsx(Zv,{title:c.title,badge:c.icon??o+1}),c.subTitle&&p.jsx(ie,{variant:"h4",children:c.subTitle}),c.subTitle&&p.jsx(vr,{}),c.info]}),c.usesBaseLayout===!1?p.jsx(p.Fragment,{children:u}):p.jsx(Tye,{children:u})]})})]})},Tye=e=>{const{children:t}=e,n=Array.isArray(t)?t:[t];return p.jsx("div",{children:n.map((r,o)=>p.jsx(L.Fragment,{children:r},o))})},Mye=({sx:e={},...t})=>p.jsx(ee,{sx:{boxShadow:"0px 2px 8px 0px #2A2B270A",border:`1px solid ${we[500]}`,borderRadius:"16px",backgroundColor:"#FFFFFF",padding:"2rem",height:"fit-content",...e},...t}),Eye=e=>{const{title:t,hint:n,indicator:r,children:o,...i}=e;return p.jsx(jo,{width:"100%",padding:"32px",...i,children:p.jsxs(fe,{gap:"32px",children:[p.jsxs(fe,{direction:"row",alignItems:"start",gap:"32px",children:[p.jsx(ie,{variant:"h4",flex:1,children:t}),r&&p.jsx(Y3,{value:r.value,unit:r.unit,sx:{top:"-12px",right:"-12px"}})]}),p.jsxs(fe,{gap:"24px",children:[o,n&&p.jsx(oE,{children:p.jsx(ee,{dangerouslySetInnerHTML:{__html:n}})})]})]})})},Oye=()=>{const[e,t]=L.useState({isLocked:!1}),n=d=>{t({isLocked:!0,message:d})},r=()=>{t({isLocked:!1})},[o,i]=L.useState({isLocked:!1}),s=d=>{i({isLocked:!0,message:d})},a=()=>{i({isLocked:!1})};return{forwardLock:e,lockForward:n,unlockForward:r,previousLock:o,lockPrevious:s,unlockPrevious:a,lockAll:d=>{n(d),s(d)},unlockAll:()=>{r(),a()}}},qV=L.createContext(null),GV=e=>{const{children:t,startingPage:n=0,...r}=e,[o,i]=L.useState(!1),[s,a]=L.useState(!1),[c,u]=L.useState(n),d=e.pages.length,f=e.pages[c]??null,h=Oye(),[g,m]=L.useState(!1),v={...r,...h,isSaving:o,setSaving:i,selectedPage:f,selectedPageIndex:c,setPage:u,maxPage:d,formSaved:g,setFormSaved:m,isError:s,setError:a};return p.jsx(qV.Provider,{value:v,children:t})},Kl=()=>{const e=L.useContext(qV);if(e)return e;throw new Error("useFormBaseContext must be used within an FormBaseContextProvider")},KV=()=>{const{selectedPageIndex:e,setPage:t,onPageChange:n,pages:r,previousLock:o,forwardLock:i,maxPage:s,setFormSaved:a,isLoading:c}=Kl(),u=de(),d=ei(u.breakpoints.down("md")),f={selected:{color:"#FFF",background:u.custom.grey[2800],hover:{color:"#FFF",background:u.custom.grey[2800]}},locked:{color:u.custom.grey[500],background:"#FFF",hover:{color:u.custom.grey[500],background:"#FFF"}},default:{color:u.custom.grey[2800],background:"#FFF",hover:{color:"#FFF",background:u.custom.grey[2e3]}}};return c?p.jsx(Ms,{}):p.jsxs(ee,{display:"inline-flex",position:"relative",children:[p.jsx(fe,{direction:"row",gap:"12px",position:"relative",flexWrap:"wrap",sx:{zIndex:1,backgroundColor:d?"white":"transparent"},children:[...Array(s)].map((h,g)=>{var S,T;const m=o.isLocked&&g<e,v=i.isLocked&&g>e,b=m||v,w=g===e?f.selected:f[b?"locked":"default"],x=((S=r[g])==null?void 0:S.icon)??g+1;return p.jsx(G3,{size:"medium",border:`1px solid ${u.custom.grey[500]}`,color:w.color,bgcolor:w.background,tooltip:(T=r[g])==null?void 0:T.title,sx:{fill:w.color,cursor:b?"default":"pointer","&:hover":{fill:w.hover.color,color:w.hover.color,bgcolor:w.hover.background}},onClick:()=>{g===e||b||(a(!1),t(g),n==null||n(g,e))},children:x},`page-top-display-${g}`)})}),p.jsx(vr,{sx:{backgroundColor:u.custom.grey[500],position:"absolute",inset:`${36/2}px`}})]})},YV=()=>{const{textOptions:e,isLoading:t}=Kl(),n=de(),r=ei(n.breakpoints.down("md"));return p.jsx(fe,{direction:"row",alignItems:"center",justifyContent:r?"center":"start",marginX:r?"0":"20px",maxWidth:r?"100%":"33%",width:r?"100%":"auto",children:p.jsxs(fe,{gap:"4px",alignItems:r?"center":"flex-start",children:[p.jsx(ie,{variant:"h3",textAlign:r?"center":"left",sx:{fontSize:r?"1.3rem":"1.5rem"},children:t?p.jsx(Ms,{size:"18px"}):e.title}),e.subtitle&&p.jsx(ie,{variant:"body",color:n.custom.grey[2e3],textAlign:r?"center":"left",children:e.subtitle})]})})},kye=()=>{const e=de(),{isSaving:t,textOptions:n,isError:r}=Kl(),o=t?XM:r?xie:qM,i=t?{animation:"spin 1s linear infinite","@keyframes spin":{"0%":{transform:"rotate(360deg)"},"100%":{transform:"rotate(0deg)"}}}:{},s=p.jsx(o,{sx:{width:"24px",color:r?e.custom.red[600]:e.custom.grey[2e3],...i}}),a=p.jsx(ee,{padding:"12px 16px",textAlign:"center",children:p.jsx(ie,{variant:"body-medium",children:t?n.syncingMessage:r?n.errorDefaultMessage:n.savingDefaultMessage})});return p.jsx(Ou,{icon:s,body:a,size:"260px"})},XV=()=>{const{confirmExit:e,selectedPageIndex:t,setPage:n,maxPage:r,forwardLock:o,previousLock:i,textOptions:s,onClose:a,onValidate:c,onPageChange:u,showSync:d,setFormSaved:f,openConfirmDialog:h,isLoading:g,selectedPageIndex:m}=Kl(),v=de(),b=ei(v.breakpoints.down("md")),w=t===r-1&&s.finalPage?s.finalPage:s.nextPage,x=p.jsx(st,{variant:"primary",disabled:o.isLocked||g,endIcon:p.jsx(bt,{icon:"arrowTrajectory",size:2}),onClick:()=>{if(t===r-1){f(!0),c==null||c();return}return f(!1),u==null||u(t+1,t),n(t+1)},sx:b?{minWidth:"80px",fontSize:"0.875rem",padding:"8px 12px"}:{},children:w}),S=p.jsxs(ee,{padding:"12px 16px",children:[p.jsx(ie,{variant:"body-bold",children:s.warningText?s.warningText:""}),p.jsx("br",{}),p.jsx(ie,{variant:"body",children:o.isLocked&&o.message||""})]});return b?p.jsx(fe,{direction:"row",alignItems:"center",gap:"16px",children:p.jsx(fe,{direction:"row",gap:"16px",alignItems:"center",justifyContent:"flex-end",width:"100%",children:a&&p.jsx(st,{variant:"white-filled",onClick:e?h:a,sx:{minWidth:0,aspectRatio:1,borderRadius:"100%",padding:0,width:"40px",height:"40px","&:hover":{background:v.custom.grey[400]},"&:active":{background:v.custom.grey[600]}},children:p.jsx(w8,{sx:{width:"20px",color:v.custom.grey[2800]}})})})}):p.jsxs(fe,{direction:"row",alignItems:"center",justifyContent:"end",gap:"28px",children:[p.jsx(ee,{sx:{">*":{display:"flex"}},children:d&&p.jsx(kye,{})}),p.jsxs(fe,{direction:"row",gap:"20px",children:[s.previousPage&&p.jsx(st,{sx:{minWidth:"90px"},variant:"text",disabled:m===0||i.isLocked||g,startIcon:m===0||i.isLocked||g?null:p.jsx(bt,{icon:"arrowLeft",size:2}),onClick:()=>{if(f(!1),t===0){u==null||u(t,t);return}return u==null||u(t-1,t),n(t-1)},children:s.previousPage}),o.isLocked?w&&p.jsx(Ou,{icon:x,body:S,size:"260px",leftPosition:130}):w&&x]}),a&&p.jsx(st,{variant:"white-filled",onClick:e?h:a,sx:{minWidth:0,aspectRatio:1,borderRadius:"100%",padding:0,"&:hover":{background:v.custom.grey[400]},"&:active":{background:v.custom.grey[600]}},children:p.jsx(w8,{sx:{width:"20px",color:v.custom.grey[2800]}})})]})},Pye=()=>{const e=de();return ei(e.breakpoints.down("md"))?p.jsx(ee,{sx:{zIndex:1e3,minHeight:"auto",top:"28px",border:"1px solid #E7E6E4",borderRadius:"28px",backgroundColor:"#FFFFFF",padding:"20px 24px"},children:p.jsxs(fe,{direction:"column",spacing:1,alignItems:"center",children:[p.jsxs(ee,{sx:{width:"100%",display:"flex",justifyContent:"center",alignItems:"flex-start"},children:[p.jsx(YV,{}),p.jsx(XV,{})]}),p.jsx(ee,{sx:{display:"flex",justifyContent:"center"},children:p.jsx(KV,{})})]})}):p.jsxs(ee,{sx:{zIndex:1e3,minHeight:"96px",position:"sticky",top:"28px",border:"1px solid #E7E6E4",borderRadius:"52px",backgroundColor:"#FFFFFF",padding:"20px 28px",display:"grid",gridTemplateColumns:"1fr 50% 1fr",gridTemplateRows:"1fr",alignItems:"center"},children:[p.jsx(ee,{sx:{gridColumn:"1 / 3",gridRow:" 1 / 1",display:"flex",justifyContent:"left"},children:p.jsx(YV,{})}),p.jsx(ee,{sx:{gridColumn:"2 / 3",gridRow:" 1 / 1",display:"flex",justifyContent:"center"},children:p.jsx(KV,{})}),p.jsx(ee,{sx:{gridColumn:"3 / 3",gridRow:" 1 / 1",display:"flex",justifyContent:"right"},children:p.jsx(XV,{})})]})},jye=()=>{const{selectedPage:e,selectedPageIndex:t,isLoading:n}=Kl(),r=e.icon??t+1,o=e.title,i=e.subtitle;return n?p.jsx(Iye,{}):p.jsx(fe,{direction:"column",alignItems:"center",children:p.jsxs("div",{style:{width:"100%"},children:[p.jsxs(fe,{direction:"column",marginTop:"44px",marginBottom:"36px",gap:"2rem",children:[o&&p.jsx(Zv,{title:o,badge:r}),i&&p.jsxs(p.Fragment,{children:[p.jsx(ie,{variant:"h4",children:i}),p.jsx(vr,{})]})]}),e.content]})})},Iye=()=>p.jsx(ee,{sx:{marginLeft:"auto",marginRight:"auto",width:"fit-content",marginTop:"5%",marginBottom:"5%"},children:p.jsx(Ms,{})}),Lye=e=>{const t=de(),{onClose:n,open:r,confirmOptions:o}=e,i=()=>{o.onConfirm(),n()},s=()=>{o.onCancel(),n()};return p.jsxs(Q2,{fullWidth:!0,maxWidth:"xs",open:r,onClose:n,sx:{".MuiPaper-rounded":{borderRadius:"12px"}},children:[p.jsxs(Q0,{sx:{borderBottom:`1px solid ${t.custom.grey[500]}`},children:[p.jsxs(ee,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",minHeight:"68px"},children:[p.jsx(ie,{variant:"h3",children:o.titleText}),p.jsx(st,{variant:"text",endIcon:p.jsx(J3,{}),onClick:n})]}),(o==null?void 0:o.infoText)&&p.jsx(ie,{sx:{marginBlock:1.5},children:o.infoText})]}),p.jsxs(fe,{flexDirection:"column",alignItems:"center",p:3,gap:"1rem",children:[p.jsx(st,{variant:"primary",onClick:i,children:o.confirmText}),p.jsx(st,{onClick:s,children:o.cancelText})]})]})},Aye=()=>{const{confirmExit:e,formSaved:t}=Kl(),n=r=>{r.preventDefault()};return L.useEffect(()=>{if(e)return window.removeEventListener("beforeunload",n),t===!1&&window.addEventListener("beforeunload",n),()=>{window.removeEventListener("beforeunload",n)}},[t,e]),p.jsxs(p.Fragment,{children:[p.jsx(Pye,{}),p.jsx(jye,{})]})},Rye=e=>{const[t,n]=L.useState(!1);return p.jsxs(GV,{...e,openConfirmDialog:()=>n(!0),children:[p.jsx(Aye,{}),e.confirmExit&&p.jsx(Lye,{open:t,onClose:()=>n(!1),confirmOptions:e.confirmOptions})]})},Dye=e=>{const{value:t,onChange:n,defaultOption:r,unit:o,error:i=!1,disabled:s=!1,ExtraInputProps:a={},Tooltip:c={}}=e,u=de(),{text:d,props:f}=c;return p.jsxs(fe,{gap:u.spacing(1),children:[p.jsxs(fe,{flexDirection:"row",gap:u.spacing(1.5),alignItems:"center",children:[p.jsx(Vye,{fullWidth:!0,value:t,onChange:h=>{const g=h.currentTarget.value;n(g)},error:i,disabled:s,...a}),o&&p.jsx(ie,{variant:"body-medium",maxWidth:"200px",sx:{textWrap:"nowrap",overflow:"clip",textOverflow:"ellipsis"},children:o}),r&&p.jsx(A8,{size:"s",icon:"reset",tooltip:{text:d,props:f},buttonProps:{onClick:()=>{var h;n(r.value),(h=r.extraAction)==null||h.call(r,r.value)},disabled:s}})]}),r&&p.jsx(ie,{variant:"small-medium",children:`${r.label} ${r.value}`})]})},Vye=z(Y2)(({theme:e})=>({"&.MuiInputBase-root":{backgroundColor:"white",height:"40px",borderRadius:"24px",paddingRight:"12px",paddingLeft:"20px",border:`1px solid ${e.custom.grey[500]}`,":hover":{backgroundColor:e.custom.grey[300]},color:e.custom.grey[2800],...e.typography["body-medium"],"& ::placeholder":{...e.typography["body-medium"],color:e.custom.grey[1400]}},"&.Mui-disabled":{backgroundColor:e.custom.grey[500],":hover":{backgroundColor:e.custom.grey[500]}},"&.Mui-focused":{border:`2px solid ${e.custom.grey[2800]}`},"&.Mui-error":{border:`1px solid ${e.custom.red[600]}`,backgroundColor:e.custom.red[100],color:e.custom.red[600],":hover":{backgroundColor:e.custom.red[200]}}}));/**
458
458
  * table-core
459
459
  *
460
460
  * Copyright (c) TanStack