From c00eabebe3d177bddaca7e7ee439a8755676d272 Mon Sep 17 00:00:00 2001 From: Davit Date: Thu, 10 Oct 2024 07:25:55 +0400 Subject: [PATCH] small change --- dist/index.es.js | 11 +++++++---- dist/index.js | 21 ++++++++++++--------- src/components/Card/styles.tsx | 9 ++++++--- src/styles/theme.ts | 2 ++ src/typings/styled.d.ts | 1 + 5 files changed, 28 insertions(+), 16 deletions(-) diff --git a/dist/index.es.js b/dist/index.es.js index 367df69..7cae825 100644 --- a/dist/index.es.js +++ b/dist/index.es.js @@ -120,7 +120,7 @@ html,body{ } } -`,EA=p(null),TA=()=>{const A=i(EA);if(!A)throw new Error("useTheme must be used within a ThemeProvider");return A},JA=({defaultScheme:A,children:e})=>{const[a,t]=s(null);C((()=>{if(A)return void t(A);const e=localStorage.getItem("theme");e&&["light","dark"].includes(e)?t(e):window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?(t("dark"),localStorage.setItem("theme","dark")):(t("light"),localStorage.setItem("theme","light"))}),[]);return n(EA.Provider,{value:{theme:a,toggleTheme:()=>{const A="light"===a?"dark":"light";t(A),localStorage.setItem("theme",A),window.dispatchEvent(new Event("storage"))}},children:e})},zA={colorScheme:"dark",UI:{backgrounds:{primary:"#0E1117",secondary:"#151922",input:BA.backgrounds.primary.dark,modal:BA.backgrounds.primary.dark,dataCard:BA.darkGray,selection:BA.gray,lagoonCard:BA.backgrounds.primary.dark,lagoonCardInverted:BA.backgrounds.primary.light,footer:BA.backgrounds.primary.light,header:BA.header.dark},texts:{primary:BA.texts.primary.dark,primaryInverted:BA.texts.primary.light,label:"#dee2e5",secondary:BA.texts.secondary.dark,timeline:BA.texts.timeline.light,nav:VA.dark},borders:{box:"#D9D9D9",card:"#fff"},highlights:{selection:"#497ffa"},notification:BA.backgrounds.primary.dark}},NA={colorScheme:"light",UI:{backgrounds:{primary:"#101010",secondary:"#fff",input:BA.backgrounds.primary.light,modal:BA.backgrounds.primary.light,dataCard:BA.gray,selection:"#e6f4ff",lagoonCard:BA.backgrounds.primary.light,lagoonCardInverted:BA.backgrounds.primary.dark,footer:BA.backgrounds.primary.dark,header:BA.header.light},texts:{primary:BA.texts.primary.light,primaryInverted:BA.texts.primary.dark,label:"#555",secondary:BA.texts.secondary.dark,timeline:BA.texts.timeline.dark,nav:VA.light},borders:{box:"#75715E",card:BA.darkGray},highlights:{selection:"#497ffa4d"},notification:BA.backgrounds.primary.light}},fA=({children:A,darkThemeProp:e,lightThemeProp:a})=>{const{theme:o}=TA(),r=m((()=>"light"===o?Object.assign({},NA,a):Object.assign({},zA,e)),[o]);return o?n(t,{theme:r,children:A},o):null},IA=({children:A,darkThemeProp:e,lightThemeProp:a,defaultScheme:t})=>n(JA,{defaultScheme:t||void 0,children:n(fA,{darkThemeProp:e||void 0,lightThemeProp:a||void 0,children:A})}),LA=a` +`,EA=p(null),TA=()=>{const A=i(EA);if(!A)throw new Error("useTheme must be used within a ThemeProvider");return A},JA=({defaultScheme:A,children:e})=>{const[a,t]=s(null);C((()=>{if(A)return void t(A);const e=localStorage.getItem("theme");e&&["light","dark"].includes(e)?t(e):window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?(t("dark"),localStorage.setItem("theme","dark")):(t("light"),localStorage.setItem("theme","light"))}),[]);return n(EA.Provider,{value:{theme:a,toggleTheme:()=>{const A="light"===a?"dark":"light";t(A),localStorage.setItem("theme",A),window.dispatchEvent(new Event("storage"))}},children:e})},zA={colorScheme:"dark",UI:{backgrounds:{primary:"#0E1117",secondary:"#151922",input:BA.backgrounds.primary.dark,modal:BA.backgrounds.primary.dark,dataCard:BA.darkGray,selection:BA.gray,lagoonCard:BA.backgrounds.primary.dark,lagoonCardInverted:BA.backgrounds.primary.light,footer:BA.backgrounds.primary.light,header:BA.header.dark},texts:{primary:BA.texts.primary.dark,primaryInverted:BA.texts.primary.light,label:"#dee2e5",secondary:BA.texts.secondary.dark,timeline:BA.texts.timeline.light,nav:VA.dark},borders:{box:"#D9D9D9",card:"#fff",cardInverted:BA.darkGray},highlights:{selection:"#497ffa"},notification:BA.backgrounds.primary.dark}},NA={colorScheme:"light",UI:{backgrounds:{primary:"#101010",secondary:"#fff",input:BA.backgrounds.primary.light,modal:BA.backgrounds.primary.light,dataCard:BA.gray,selection:"#e6f4ff",lagoonCard:BA.backgrounds.primary.light,lagoonCardInverted:BA.backgrounds.primary.dark,footer:BA.backgrounds.primary.dark,header:BA.header.light},texts:{primary:BA.texts.primary.light,primaryInverted:BA.texts.primary.dark,label:"#555",secondary:BA.texts.secondary.dark,timeline:BA.texts.timeline.dark,nav:VA.light},borders:{box:"#75715E",card:BA.darkGray,cardInverted:"#fff"},highlights:{selection:"#497ffa4d"},notification:BA.backgrounds.primary.light}},fA=({children:A,darkThemeProp:e,lightThemeProp:a})=>{const{theme:o}=TA(),r=m((()=>"light"===o?Object.assign({},NA,a):Object.assign({},zA,e)),[o]);return o?n(t,{theme:r,children:A},o):null},IA=({children:A,darkThemeProp:e,lightThemeProp:a,defaultScheme:t})=>n(JA,{defaultScheme:t||void 0,children:n(fA,{darkThemeProp:e||void 0,lightThemeProp:a||void 0,children:A})}),LA=a` background-color: ${uA.light}; &:not(:disabled):not(.ant-btn-disabled) { @@ -855,7 +855,8 @@ html,body{ background-color: ${A=>A.theme.UI.backgrounds.lagoonCard}; color: ${A=>A.theme.UI.texts.primary}; box-shadow: 2px 2px 4px 0px #69696933; - border-color: transparent; + border: 1px solid ${A=>A.theme.UI.borders.card}; + border-left: none; `,aa=A(I)` &.ant-card { cursor: unset; @@ -939,8 +940,10 @@ html,body{ .ant-card-body { padding: 0; min-height: 9.375rem; - border-top: 1px solid ${A=>A.theme.UI.borders.card}; - border-bottom: 1px solid ${A=>A.theme.UI.borders.card}; + border-top: 1px solid + ${A=>A.$isMain?A.theme.UI.borders.cardInverted:A.theme.UI.borders.card}; + border-bottom: 1px solid + ${A=>A.$isMain?A.theme.UI.borders.cardInverted:A.theme.UI.borders.card}; border-radius: 0; & > .lagoon-label { translate: 0 -3.5rem; diff --git a/dist/index.js b/dist/index.js index 3df6eac..67ecd99 100644 --- a/dist/index.js +++ b/dist/index.js @@ -120,7 +120,7 @@ html,body{ } } -`,h=t.createContext(null),B=()=>{const A=t.useContext(h);if(!A)throw new Error("useTheme must be used within a ThemeProvider");return A},Q=({defaultScheme:A,children:a})=>{const[o,r]=t.useState(null);t.useEffect((()=>{if(A)return void r(A);const e=localStorage.getItem("theme");e&&["light","dark"].includes(e)?r(e):window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?(r("dark"),localStorage.setItem("theme","dark")):(r("light"),localStorage.setItem("theme","light"))}),[]);return e.jsx(h.Provider,{value:{theme:o,toggleTheme:()=>{const A="light"===o?"dark":"light";r(A),localStorage.setItem("theme",A),window.dispatchEvent(new Event("storage"))}},children:a})},f={colorScheme:"dark",UI:{backgrounds:{primary:"#0E1117",secondary:"#151922",input:y.backgrounds.primary.dark,modal:y.backgrounds.primary.dark,dataCard:y.darkGray,selection:y.gray,lagoonCard:y.backgrounds.primary.dark,lagoonCardInverted:y.backgrounds.primary.light,footer:y.backgrounds.primary.light,header:y.header.dark},texts:{primary:y.texts.primary.dark,primaryInverted:y.texts.primary.light,label:"#dee2e5",secondary:y.texts.secondary.dark,timeline:y.texts.timeline.light,nav:m.dark},borders:{box:"#D9D9D9",card:"#fff"},highlights:{selection:"#497ffa"},notification:y.backgrounds.primary.dark}},E={colorScheme:"light",UI:{backgrounds:{primary:"#101010",secondary:"#fff",input:y.backgrounds.primary.light,modal:y.backgrounds.primary.light,dataCard:y.gray,selection:"#e6f4ff",lagoonCard:y.backgrounds.primary.light,lagoonCardInverted:y.backgrounds.primary.dark,footer:y.backgrounds.primary.dark,header:y.header.light},texts:{primary:y.texts.primary.light,primaryInverted:y.texts.primary.dark,label:"#555",secondary:y.texts.secondary.dark,timeline:y.texts.timeline.dark,nav:m.light},borders:{box:"#75715E",card:y.darkGray},highlights:{selection:"#497ffa4d"},notification:y.backgrounds.primary.light}},T=({children:a,darkThemeProp:o,lightThemeProp:r})=>{const{theme:n}=B(),l=t.useMemo((()=>"light"===n?Object.assign({},E,r):Object.assign({},f,o)),[n]);return n?e.jsx(A.ThemeProvider,{theme:l,children:a},n):null},J=A.css` +`,h=t.createContext(null),B=()=>{const A=t.useContext(h);if(!A)throw new Error("useTheme must be used within a ThemeProvider");return A},f=({defaultScheme:A,children:a})=>{const[o,r]=t.useState(null);t.useEffect((()=>{if(A)return void r(A);const e=localStorage.getItem("theme");e&&["light","dark"].includes(e)?r(e):window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?(r("dark"),localStorage.setItem("theme","dark")):(r("light"),localStorage.setItem("theme","light"))}),[]);return e.jsx(h.Provider,{value:{theme:o,toggleTheme:()=>{const A="light"===o?"dark":"light";r(A),localStorage.setItem("theme",A),window.dispatchEvent(new Event("storage"))}},children:a})},Q={colorScheme:"dark",UI:{backgrounds:{primary:"#0E1117",secondary:"#151922",input:y.backgrounds.primary.dark,modal:y.backgrounds.primary.dark,dataCard:y.darkGray,selection:y.gray,lagoonCard:y.backgrounds.primary.dark,lagoonCardInverted:y.backgrounds.primary.light,footer:y.backgrounds.primary.light,header:y.header.dark},texts:{primary:y.texts.primary.dark,primaryInverted:y.texts.primary.light,label:"#dee2e5",secondary:y.texts.secondary.dark,timeline:y.texts.timeline.light,nav:m.dark},borders:{box:"#D9D9D9",card:"#fff",cardInverted:y.darkGray},highlights:{selection:"#497ffa"},notification:y.backgrounds.primary.dark}},E={colorScheme:"light",UI:{backgrounds:{primary:"#101010",secondary:"#fff",input:y.backgrounds.primary.light,modal:y.backgrounds.primary.light,dataCard:y.gray,selection:"#e6f4ff",lagoonCard:y.backgrounds.primary.light,lagoonCardInverted:y.backgrounds.primary.dark,footer:y.backgrounds.primary.dark,header:y.header.light},texts:{primary:y.texts.primary.light,primaryInverted:y.texts.primary.dark,label:"#555",secondary:y.texts.secondary.dark,timeline:y.texts.timeline.dark,nav:m.light},borders:{box:"#75715E",card:y.darkGray,cardInverted:"#fff"},highlights:{selection:"#497ffa4d"},notification:y.backgrounds.primary.light}},T=({children:a,darkThemeProp:o,lightThemeProp:r})=>{const{theme:n}=B(),l=t.useMemo((()=>"light"===n?Object.assign({},E,r):Object.assign({},Q,o)),[n]);return n?e.jsx(A.ThemeProvider,{theme:l,children:a},n):null},J=A.css` background-color: ${k.light}; &:not(:disabled):not(.ant-btn-disabled) { @@ -539,7 +539,7 @@ html,body{ } } } -`,BA=({showSizeSelector:A=!1,...t})=>e.jsx(QA,{showSizeChanger:A,defaultCurrent:1,locale:{items_per_page:"results / page"},...t}),QA=n.default(a.Pagination)` +`,BA=({showSizeSelector:A=!1,...t})=>e.jsx(fA,{showSizeChanger:A,defaultCurrent:1,locale:{items_per_page:"results / page"},...t}),fA=n.default(a.Pagination)` &.ant-pagination { max-width: 99%; display: flex; @@ -618,7 +618,7 @@ html,body{ } } } -`;BA.displayName="Pagination";const fA=n.default(a.Input)` +`;BA.displayName="Pagination";const QA=n.default(a.Input)` &.ant-input { font-size: 0.75rem; line-height: 1.25rem; @@ -653,7 +653,7 @@ html,body{ color: ${y.white}; `} } -`,EA=t.forwardRef(((A,t)=>e.jsx(fA,{...A,ref:t})));EA.displayName="Input";const TA=n.default(a.Tag)` +`,EA=t.forwardRef(((A,t)=>e.jsx(QA,{...A,ref:t})));EA.displayName="Input";const TA=n.default(a.Tag)` &.ant-tag { color: #272822; span[role="img"] { @@ -855,7 +855,8 @@ html,body{ background-color: ${A=>A.theme.UI.backgrounds.lagoonCard}; color: ${A=>A.theme.UI.texts.primary}; box-shadow: 2px 2px 4px 0px #69696933; - border-color: transparent; + border: 1px solid ${A=>A.theme.UI.borders.card}; + border-left: none; `,PA=n.default(a.Card)` &.ant-card { cursor: unset; @@ -939,8 +940,10 @@ html,body{ .ant-card-body { padding: 0; min-height: 9.375rem; - border-top: 1px solid ${A=>A.theme.UI.borders.card}; - border-bottom: 1px solid ${A=>A.theme.UI.borders.card}; + border-top: 1px solid + ${A=>A.$isMain?A.theme.UI.borders.cardInverted:A.theme.UI.borders.card}; + border-bottom: 1px solid + ${A=>A.$isMain?A.theme.UI.borders.cardInverted:A.theme.UI.borders.card}; border-radius: 0; & > .lagoon-label { translate: 0 -3.5rem; @@ -1271,7 +1274,7 @@ html,body{ background-color: #78787853; } } -`,ye=(A,e)=>{const t=A=>A.charCodeAt(0)-64,a=A=>Math.round(11*t(A));let o=a(A)%256,r=a(e)%256,n=Math.round((t(A)+t(e))/2*11)%256;return{bgColor:`rgb(${o}, ${r}, ${n})`,textColor:We(o,r,n)>.5?"#000000":"#FFFFFF"}};function We(A,e,t){const a=[A,e,t].map((A=>(A/=255)<=.03928?A/12.92:Math.pow((A+.055)/1.055,2.4)));return.2126*a[0]+.7152*a[1]+.0722*a[2]}const he=A=>e.jsxs("svg",{...A,viewBox:"0 0 172 167",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M160.156 76.8417H139.63C136.725 52.9743 117.223 34.0467 92.6328 31.2263V11.3042C92.6328 10.5869 92.0281 10 91.2891 10H81.2109C80.4719 10 79.8672 10.5869 79.8672 11.3042V31.2263C55.2766 34.0467 35.7754 52.9743 32.8695 76.8417H12.3438C11.6047 76.8417 11 77.4286 11 78.1459V87.9276C11 88.6449 11.6047 89.2318 12.3438 89.2318H32.8695C35.7754 113.099 55.2766 132.027 79.8672 134.847V154.769C79.8672 155.487 80.4719 156.074 81.2109 156.074H91.2891C92.0281 156.074 92.6328 155.487 92.6328 154.769V134.847C117.223 132.027 136.725 113.099 139.63 89.2318H160.156C160.895 89.2318 161.5 88.6449 161.5 87.9276V78.1459C161.5 77.4286 160.895 76.8417 160.156 76.8417ZM86.25 122.816C63.6078 122.816 45.2656 105.013 45.2656 83.0368C45.2656 61.0605 63.6078 43.2578 86.25 43.2578C108.892 43.2578 127.234 61.0605 127.234 83.0368C127.234 105.013 108.892 122.816 86.25 122.816Z",fill:"black"}),e.jsx("path",{d:"M86.25 63.4734C80.8582 63.4734 75.8191 65.4949 72.0063 69.212C68.1934 72.9127 66.0938 77.8036 66.0938 83.0368C66.0938 88.27 68.1934 93.1609 72.0063 96.8616C75.8191 100.546 80.875 102.6 86.25 102.6C91.625 102.6 96.6809 100.562 100.494 96.8616C104.29 93.1609 106.406 88.2537 106.406 83.0368C106.406 77.8199 104.307 72.9127 100.494 69.212C96.6809 65.4949 91.6418 63.4734 86.25 63.4734Z",fill:"black"})]}),Be=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M32.6064 133.703C32.6064 136.676 35.0223 139.078 38.0126 139.078H134.987C137.978 139.078 140.394 136.676 140.394 133.703V94.5664C140.394 64.9703 116.268 40.9844 86.5 40.9844C56.7318 40.9844 32.6064 64.9703 32.6064 94.5664V133.703ZM44.7705 94.5664C44.7705 71.6555 63.4558 53.0781 86.5 53.0781C109.544 53.0781 128.229 71.6555 128.229 94.5664V126.984H68.2539V98.2617C68.2539 97.3379 67.4936 96.582 66.5644 96.582H59.1308C58.2016 96.582 57.4414 97.3379 57.4414 98.2617V126.984H44.7705V94.5664ZM36.6442 52.1543L43.3344 45.5027C43.8582 44.982 43.8582 44.1254 43.3344 43.6047L31.863 32.1996C31.609 31.9495 31.266 31.8092 30.9085 31.8092C30.551 31.8092 30.208 31.9495 29.954 32.1996L23.2637 38.8512C23.0122 39.1037 22.8711 39.4448 22.8711 39.8002C22.8711 40.1556 23.0122 40.4967 23.2637 40.7492L34.7351 52.1543C35.2588 52.675 36.1036 52.675 36.6442 52.1543ZM149.77 38.8512L143.08 32.1996C142.826 31.9495 142.483 31.8092 142.125 31.8092C141.768 31.8092 141.425 31.9495 141.171 32.1996L129.699 43.6047C129.448 43.8572 129.307 44.1983 129.307 44.5537C129.307 44.9091 129.448 45.2502 129.699 45.5027L136.39 52.1543C136.913 52.675 137.775 52.675 138.299 52.1543L149.77 40.7492C150.294 40.2117 150.294 39.3719 149.77 38.8512ZM140.562 149.828H32.4375C29.4471 149.828 27.0312 152.23 27.0312 155.203V159.234C27.0312 159.973 27.6394 160.578 28.3828 160.578H144.617C145.361 160.578 145.969 159.973 145.969 159.234V155.203C145.969 152.23 143.553 149.828 140.562 149.828ZM81.7695 30.2344H91.2304C91.9738 30.2344 92.582 29.6297 92.582 28.8906V12.7656C92.582 12.0266 91.9738 11.4219 91.2304 11.4219H81.7695C81.0261 11.4219 80.4179 12.0266 80.4179 12.7656V28.8906C80.4179 29.6297 81.0261 30.2344 81.7695 30.2344Z",fill:"black"})}),Qe=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M44.3438 38.6328H127.656C128.395 38.6328 129 38.0281 129 37.2891V27.8828C129 27.1438 128.395 26.5391 127.656 26.5391H44.3438C43.6047 26.5391 43 27.1438 43 27.8828V37.2891C43 38.0281 43.6047 38.6328 44.3438 38.6328ZM127.656 109.852C128.395 109.852 129 109.247 129 108.508V99.1016C129 98.3625 128.395 97.7578 127.656 97.7578H44.3438C43.6047 97.7578 43 98.3625 43 99.1016V108.508C43 109.247 43.6047 109.852 44.3438 109.852H127.656ZM151.844 133.367H20.1562C19.4172 133.367 18.8125 133.972 18.8125 134.711V144.117C18.8125 144.856 19.4172 145.461 20.1562 145.461H151.844C152.583 145.461 153.188 144.856 153.188 144.117V134.711C153.188 133.972 152.583 133.367 151.844 133.367ZM151.844 62.1484H20.1562C19.4172 62.1484 18.8125 62.7531 18.8125 63.4922V72.8984C18.8125 73.6375 19.4172 74.2422 20.1562 74.2422H151.844C152.583 74.2422 153.188 73.6375 153.188 72.8984V63.4922C153.188 62.7531 152.583 62.1484 151.844 62.1484Z",fill:"black"})}),fe=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M20.1562 38.6328H103.469C104.208 38.6328 104.812 38.0281 104.812 37.2891V27.8828C104.812 27.1438 104.208 26.5391 103.469 26.5391H20.1562C19.4172 26.5391 18.8125 27.1438 18.8125 27.8828V37.2891C18.8125 38.0281 19.4172 38.6328 20.1562 38.6328ZM20.1562 109.852H103.469C104.208 109.852 104.812 109.247 104.812 108.508V99.1016C104.812 98.3625 104.208 97.7578 103.469 97.7578H20.1562C19.4172 97.7578 18.8125 98.3625 18.8125 99.1016V108.508C18.8125 109.247 19.4172 109.852 20.1562 109.852ZM151.844 133.367H20.1562C19.4172 133.367 18.8125 133.972 18.8125 134.711V144.117C18.8125 144.856 19.4172 145.461 20.1562 145.461H151.844C152.583 145.461 153.188 144.856 153.188 144.117V134.711C153.188 133.972 152.583 133.367 151.844 133.367ZM151.844 62.1484H20.1562C19.4172 62.1484 18.8125 62.7531 18.8125 63.4922V72.8984C18.8125 73.6375 19.4172 74.2422 20.1562 74.2422H151.844C152.583 74.2422 153.188 73.6375 153.188 72.8984V63.4922C153.188 62.7531 152.583 62.1484 151.844 62.1484Z",fill:"black"})}),Ee=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M152.727 26.5391H68.9297C68.1863 26.5391 67.5781 27.1438 67.5781 27.8828V37.2891C67.5781 38.0281 68.1863 38.6328 68.9297 38.6328H152.727C153.47 38.6328 154.078 38.0281 154.078 37.2891V27.8828C154.078 27.1438 153.47 26.5391 152.727 26.5391ZM152.727 97.7578H68.9297C68.1863 97.7578 67.5781 98.3625 67.5781 99.1016V108.508C67.5781 109.247 68.1863 109.852 68.9297 109.852H152.727C153.47 109.852 154.078 109.247 154.078 108.508V99.1016C154.078 98.3625 153.47 97.7578 152.727 97.7578ZM152.727 133.367H20.2734C19.5301 133.367 18.9219 133.972 18.9219 134.711V144.117C18.9219 144.856 19.5301 145.461 20.2734 145.461H152.727C153.47 145.461 154.078 144.856 154.078 144.117V134.711C154.078 133.972 153.47 133.367 152.727 133.367ZM152.727 62.1484H20.2734C19.5301 62.1484 18.9219 62.7531 18.9219 63.4922V72.8984C18.9219 73.6375 19.5301 74.2422 20.2734 74.2422H152.727C153.47 74.2422 154.078 73.6375 154.078 72.8984V63.4922C154.078 62.7531 153.47 62.1484 152.727 62.1484Z",fill:"black"})}),Te=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M153.402 107.5H135.832V81.9688C135.832 81.2297 135.224 80.625 134.48 80.625H92.582V64.5H110.828C112.315 64.5 113.531 63.2906 113.531 61.8125V13.4375C113.531 11.9594 112.315 10.75 110.828 10.75H62.1719C60.6852 10.75 59.4688 11.9594 59.4688 13.4375V61.8125C59.4688 63.2906 60.6852 64.5 62.1719 64.5H80.418V80.625H38.5195C37.7762 80.625 37.168 81.2297 37.168 81.9688V107.5H19.5977C18.1109 107.5 16.8945 108.709 16.8945 110.188V158.562C16.8945 160.041 18.1109 161.25 19.5977 161.25H68.2539C69.7406 161.25 70.957 160.041 70.957 158.562V110.188C70.957 108.709 69.7406 107.5 68.2539 107.5H49.332V92.7188H123.668V107.5H104.746C103.259 107.5 102.043 108.709 102.043 110.188V158.562C102.043 160.041 103.259 161.25 104.746 161.25H153.402C154.889 161.25 156.105 160.041 156.105 158.562V110.188C156.105 108.709 154.889 107.5 153.402 107.5ZM58.1172 120.266V148.484H29.7344V120.266H58.1172ZM72.3086 51.7344V23.5156H100.691V51.7344H72.3086ZM143.266 148.484H114.883V120.266H143.266V148.484Z",fill:"black"})}),Je=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M154.145 24.9938L147.023 17.8719C146.754 17.6032 146.418 17.4856 146.066 17.4856C145.713 17.4856 145.377 17.62 145.108 17.8719L132.326 30.6543C126.769 26.8894 120.209 24.8821 113.496 24.893C104.896 24.893 96.2964 28.1684 89.7288 34.736L72.6128 51.852C72.3627 52.1046 72.2225 52.4456 72.2225 52.801C72.2225 53.1564 72.3627 53.4975 72.6128 53.75L118.25 99.3872C118.519 99.6559 118.855 99.7735 119.207 99.7735C119.543 99.7735 119.896 99.6391 120.165 99.3872L137.281 82.2711C148.854 70.6813 150.214 52.759 141.362 39.6911L154.145 26.9086C154.666 26.3711 154.666 25.5145 154.145 24.9938ZM129.185 74.1918L119.207 84.1692L87.8308 52.7926L97.8081 42.8153C101.991 38.6329 107.567 36.3149 113.496 36.3149C119.426 36.3149 124.985 38.6161 129.185 42.8153C133.367 46.9977 135.685 52.5743 135.685 58.5036C135.685 64.4329 133.367 69.9926 129.185 74.1918ZM97.237 91.8286C96.9845 91.5785 96.6434 91.4382 96.288 91.4382C95.9326 91.4382 95.5915 91.5785 95.339 91.8286L84.1523 103.015L68.9847 87.8477L80.1882 76.6442C80.7089 76.1235 80.7089 75.2668 80.1882 74.7461L74.0742 68.6321C73.8216 68.382 73.4805 68.2417 73.1251 68.2417C72.7697 68.2417 72.4287 68.382 72.1761 68.6321L60.9726 79.8356L53.7499 72.6129C53.6245 72.4874 53.4751 72.3885 53.3106 72.3222C53.1461 72.2558 52.9699 72.2233 52.7925 72.2266C52.4566 72.2266 52.1038 72.361 51.8351 72.6129L34.7359 89.729C23.1628 101.319 21.8023 119.241 30.6542 132.309L17.8718 145.091C17.6217 145.344 17.4814 145.685 17.4814 146.04C17.4814 146.396 17.6217 146.737 17.8718 146.99L24.9937 154.111C25.2624 154.38 25.5984 154.498 25.9511 154.498C26.3038 154.498 26.6398 154.363 26.9085 154.111L39.6909 141.329C45.3515 145.175 51.9359 147.09 58.5202 147.09C67.1202 147.09 75.7202 143.815 82.2878 137.247L99.4038 120.131C99.9245 119.611 99.9245 118.754 99.4038 118.233L92.1812 111.011L103.385 99.8071C103.905 99.2864 103.905 98.4297 103.385 97.909L97.237 91.8286ZM74.1917 129.185C72.1359 131.251 69.691 132.89 66.9982 134.005C64.3054 135.121 61.4182 135.692 58.5034 135.685C52.5742 135.685 47.0144 133.384 42.8152 129.185C40.7488 127.129 39.1105 124.684 37.9947 121.991C36.879 119.299 36.308 116.411 36.3148 113.497C36.3148 107.567 38.6159 102.007 42.8152 97.8083L52.7925 87.8309L84.1691 119.207L74.1917 129.185Z",fill:"black"})}),ze=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M77.9375 24.1875H26.875C25.3969 24.1875 24.1875 25.3969 24.1875 26.875V77.9375C24.1875 79.4156 25.3969 80.625 26.875 80.625H77.9375C79.4156 80.625 80.625 79.4156 80.625 77.9375V26.875C80.625 25.3969 79.4156 24.1875 77.9375 24.1875ZM69.2031 69.2031H35.6094V35.6094H69.2031V69.2031ZM145.125 24.1875H94.0625C92.5844 24.1875 91.375 25.3969 91.375 26.875V77.9375C91.375 79.4156 92.5844 80.625 94.0625 80.625H145.125C146.603 80.625 147.812 79.4156 147.812 77.9375V26.875C147.812 25.3969 146.603 24.1875 145.125 24.1875ZM136.391 69.2031H102.797V35.6094H136.391V69.2031ZM77.9375 91.375H26.875C25.3969 91.375 24.1875 92.5844 24.1875 94.0625V145.125C24.1875 146.603 25.3969 147.812 26.875 147.812H77.9375C79.4156 147.812 80.625 146.603 80.625 145.125V94.0625C80.625 92.5844 79.4156 91.375 77.9375 91.375ZM69.2031 136.391H35.6094V102.797H69.2031V136.391ZM145.125 91.375H94.0625C92.5844 91.375 91.375 92.5844 91.375 94.0625V145.125C91.375 146.603 92.5844 147.812 94.0625 147.812H145.125C146.603 147.812 147.812 146.603 147.812 145.125V94.0625C147.812 92.5844 146.603 91.375 145.125 91.375ZM136.391 136.391H102.797V102.797H136.391V136.391Z",fill:"black"})}),Ne=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M144.789 78.6103H131.184C130.411 78.6103 129.672 78.9481 129.151 79.5395L92.3828 122.164V27.0312C92.3828 26.2879 91.7781 25.6797 91.0391 25.6797H80.9609C80.2219 25.6797 79.6172 26.2879 79.6172 27.0312V122.164L42.8488 79.5395C42.3449 78.9481 41.6059 78.6103 40.8164 78.6103H27.2109C26.0688 78.6103 25.4473 79.9787 26.2031 80.8403L81.952 145.462C82.4559 146.047 83.0789 146.516 83.7788 146.837C84.4786 147.158 85.239 147.325 86.0084 147.325C86.7778 147.325 87.5382 147.158 88.238 146.837C88.9379 146.516 89.5609 146.047 90.0648 145.462L145.797 80.8403C146.553 79.9618 145.931 78.6103 144.789 78.6103Z",fill:"black"})}),Ie=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M144.448 27.0481L112.484 31.0184C111.369 31.1535 110.912 32.5051 111.69 33.2991L120.931 42.5404L94.9978 68.4735C94.7463 68.7276 94.6052 69.0706 94.6052 69.4281C94.6052 69.7856 94.7463 70.1286 94.9978 70.3826L102.617 78.002C103.141 78.5258 104.003 78.5258 104.526 78.002L130.476 52.052L139.718 61.2934C139.896 61.4716 140.121 61.5959 140.367 61.6522C140.612 61.7084 140.869 61.6943 141.107 61.6114C141.345 61.5285 141.555 61.3803 141.713 61.1836C141.87 60.9869 141.969 60.7497 141.998 60.4993L145.952 28.5518C145.98 28.3477 145.96 28.14 145.894 27.9448C145.829 27.7496 145.719 27.5723 145.573 27.4267C145.428 27.2811 145.25 27.1711 145.055 27.1054C144.86 27.0398 144.652 27.0202 144.448 27.0481ZM70.3825 94.9979C70.1285 94.7464 69.7855 94.6053 69.428 94.6053C69.0705 94.6053 68.7275 94.7464 68.4734 94.9979L42.5403 120.948L33.299 111.707C33.1207 111.528 32.8958 111.404 32.6501 111.348C32.4044 111.292 32.1478 111.306 31.9097 111.389C31.6716 111.471 31.4617 111.62 31.304 111.816C31.1464 112.013 31.0473 112.25 31.0183 112.501L27.048 144.448C26.9467 145.327 27.6731 146.053 28.5517 145.952L60.5161 141.982C61.6312 141.846 62.0873 140.495 61.3102 139.701L52.0688 130.46L78.0188 104.51C78.5426 103.986 78.5426 103.124 78.0188 102.6L70.3825 94.9979Z",fill:"black"})}),Le=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M142.252 76.7012C142.252 75.9578 141.644 75.3496 140.9 75.3496H130.764C130.02 75.3496 129.412 75.9578 129.412 76.7012C129.412 100.404 110.203 119.613 86.5 119.613C62.797 119.613 43.5879 100.404 43.5879 76.7012C43.5879 75.9578 42.9797 75.3496 42.2363 75.3496H32.0996C31.3562 75.3496 30.748 75.9578 30.748 76.7012C30.748 105.202 52.1365 128.719 79.7422 132.048V149.348H55.1944C52.8799 149.348 51.0215 151.764 51.0215 154.754V160.836C51.0215 161.579 51.4945 162.188 52.0689 162.188H120.931C121.505 162.188 121.979 161.579 121.979 160.836V154.754C121.979 151.764 120.12 149.348 117.806 149.348H92.582V132.132C120.509 129.091 142.252 105.439 142.252 76.7012ZM86.5 105.422C102.364 105.422 115.221 92.7172 115.221 77.0391V39.1953C115.221 23.5172 102.364 10.8125 86.5 10.8125C70.636 10.8125 57.7793 23.5172 57.7793 39.1953V77.0391C57.7793 92.7172 70.636 105.422 86.5 105.422ZM70.6191 39.1953C70.6191 30.6467 77.6979 23.6523 86.5 23.6523C95.302 23.6523 102.381 30.6467 102.381 39.1953V77.0391C102.381 85.5877 95.302 92.582 86.5 92.582C77.6979 92.582 70.6191 85.5877 70.6191 77.0391V39.1953Z",fill:"black"})}),be=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M137.062 129.75H133.031V72.3086C133.031 48.4704 115.512 28.7714 92.7188 25.4938V18.9219C92.7188 15.1882 89.7121 12.1641 86 12.1641C82.2879 12.1641 79.2812 15.1882 79.2812 18.9219V25.4938C56.4879 28.7714 38.9688 48.4704 38.9688 72.3086V129.75H34.9375C31.9645 129.75 29.5625 132.166 29.5625 135.156V140.562C29.5625 141.306 30.1672 141.914 30.9062 141.914H67.1875C67.1875 152.355 75.6195 160.836 86 160.836C96.3805 160.836 104.812 152.355 104.812 141.914H141.094C141.833 141.914 142.438 141.306 142.438 140.562V135.156C142.438 132.166 140.036 129.75 137.062 129.75ZM86 150.023C81.5488 150.023 77.9375 146.391 77.9375 141.914H94.0625C94.0625 146.391 90.4512 150.023 86 150.023ZM51.0625 129.75V72.3086C51.0625 62.9152 54.6906 54.0963 61.2918 47.4567C67.893 40.8172 76.6609 37.168 86 37.168C95.3391 37.168 104.107 40.8172 110.708 47.4567C117.309 54.0963 120.938 62.9152 120.938 72.3086V129.75H51.0625Z",fill:"black"})}),xe=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M124.297 27.2002C113.916 27.2002 105.484 35.6812 105.484 46.1221C105.484 54.5862 111.044 61.7664 118.67 64.1823V80.3842L53.75 101.773V53.7415C61.1742 51.2073 66.5156 44.1285 66.5156 35.8164C66.5156 25.3756 58.0836 16.8945 47.7031 16.8945C37.3227 16.8945 28.8906 25.3756 28.8906 35.8164C28.8906 44.1285 34.232 51.1904 41.6562 53.7415V119.275C34.232 121.81 28.8906 128.888 28.8906 137.2C28.8906 147.641 37.3227 156.122 47.7031 156.122C58.0836 156.122 66.5156 147.641 66.5156 137.2C66.5156 128.888 61.1742 121.826 53.75 119.275V114.579L124.885 91.146C126.593 90.5874 128.081 89.498 129.134 88.0347C130.188 86.5713 130.752 84.8095 130.747 83.0028V63.8951C137.953 61.2258 143.109 54.2652 143.109 46.1221C143.109 35.6812 134.677 27.2002 124.297 27.2002ZM39.6406 35.8164C39.6837 33.6943 40.5521 31.6738 42.0594 30.1883C43.5667 28.7029 45.5929 27.8709 47.7031 27.8709C49.8134 27.8709 51.8395 28.7029 53.3469 30.1883C54.8542 31.6738 55.7226 33.6943 55.7656 35.8164C55.7226 37.9385 54.8542 39.959 53.3469 41.4445C51.8395 42.9299 49.8134 43.7619 47.7031 43.7619C45.5929 43.7619 43.5667 42.9299 42.0594 41.4445C40.5521 39.959 39.6837 37.9385 39.6406 35.8164ZM55.7656 137.184C55.7226 139.306 54.8542 141.326 53.3469 142.812C51.8395 144.297 49.8134 145.129 47.7031 145.129C45.5929 145.129 43.5667 144.297 42.0594 142.812C40.5521 141.326 39.6837 139.306 39.6406 137.184C39.6837 135.062 40.5521 133.041 42.0594 131.556C43.5667 130.07 45.5929 129.238 47.7031 129.238C49.8134 129.238 51.8395 130.07 53.3469 131.556C54.8542 133.041 55.7226 135.062 55.7656 137.184ZM124.297 54.2314C122.187 54.1881 120.178 53.3147 118.701 51.7986C117.224 50.2825 116.397 48.2446 116.397 46.1221C116.397 43.9996 117.224 41.9616 118.701 40.4455C120.178 38.9294 122.187 38.056 124.297 38.0127C126.407 38.056 128.416 38.9294 129.892 40.4455C131.369 41.9616 132.196 43.9996 132.196 46.1221C132.196 48.2446 131.369 50.2825 129.892 51.7986C128.416 53.3147 126.407 54.1881 124.297 54.2314Z",fill:"black"})}),Oe=A=>e.jsxs("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M51.3594 47.3047H60.8203C61.5637 47.3047 62.1719 46.6965 62.1719 45.9531C62.1719 41.172 63.1687 36.9652 65.0608 33.5356C66.8517 30.2581 69.4534 27.6563 72.731 25.8655C76.1774 23.9902 80.3673 22.9766 85.1484 22.9766H87.8516C92.6327 22.9766 96.8395 23.9733 100.269 25.8655C103.547 27.6563 106.148 30.2581 107.939 33.5356C109.814 36.9821 110.828 41.172 110.828 45.9531C110.828 46.6965 111.436 47.3047 112.18 47.3047H121.641C122.384 47.3047 122.992 46.6965 122.992 45.9531C122.992 39.1953 121.505 32.995 118.617 27.6901C115.711 22.3684 111.436 18.094 106.115 15.1882C100.81 12.2992 94.6094 10.8125 87.8516 10.8125H85.1484C78.3906 10.8125 72.1903 12.2992 66.8854 15.1882C61.5637 18.094 57.2894 22.3684 54.3835 27.6901C51.4945 32.995 50.0078 39.1953 50.0078 45.9531C50.0078 46.6965 50.616 47.3047 51.3594 47.3047Z",fill:"black"}),e.jsx("path",{d:"M158.809 86.5H133.805V69.6055C146.78 69.6055 157.288 59.0971 157.288 46.1221C157.288 45.3787 156.68 44.7705 155.937 44.7705H145.8C145.056 44.7705 144.448 45.3787 144.448 46.1221C144.448 52.0014 139.684 56.7656 133.805 56.7656H39.1953C33.316 56.7656 28.5518 52.0014 28.5518 46.1221C28.5518 45.3787 27.9436 44.7705 27.2002 44.7705H17.0635C16.3201 44.7705 15.7119 45.3787 15.7119 46.1221C15.7119 59.0971 26.2203 69.6055 39.1953 69.6055V86.5H14.1914C13.448 86.5 12.8398 87.1082 12.8398 87.8516V97.3125C12.8398 98.0559 13.448 98.6641 14.1914 98.6641H39.1953V114.883C39.1953 115.981 39.2291 117.079 39.3136 118.143C27.7239 123.094 19.5977 134.599 19.5977 147.996C19.5977 148.739 20.2059 149.348 20.9492 149.348H30.4102C31.1535 149.348 31.7617 148.739 31.7617 147.996C31.7617 140.529 35.7995 133.991 41.8309 130.476C42.8445 133.382 44.1285 136.153 45.6659 138.755C49.7713 145.766 55.6337 151.628 62.6449 155.734C69.6562 159.839 77.7993 162.188 86.5 162.188C95.2007 162.188 103.361 159.839 110.372 155.734C117.383 151.628 123.246 145.766 127.351 138.755C128.888 136.136 130.172 133.365 131.186 130.476C137.2 133.991 141.238 140.529 141.238 147.996C141.238 148.739 141.846 149.348 142.59 149.348H152.051C152.794 149.348 153.402 148.739 153.402 147.996C153.402 134.599 145.276 123.094 133.686 118.143C133.754 117.062 133.805 115.981 133.805 114.883V98.6641H158.809C159.552 98.6641 160.16 98.0559 160.16 97.3125V87.8516C160.16 87.1082 159.552 86.5 158.809 86.5ZM120.965 114.883C120.965 121.1 119.326 127.047 116.268 132.267C113.278 137.386 109.004 141.661 103.884 144.651C98.6641 147.709 92.7172 149.348 86.5 149.348C80.2828 149.348 74.3359 147.709 69.1155 144.651C63.9965 141.661 59.7222 137.386 56.7318 132.267C53.6739 127.047 52.0352 121.1 52.0352 114.883V69.6055H120.965V114.883Z",fill:"black"})]}),we=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M106.773 150.023H66.2266C65.4832 150.023 64.875 150.632 64.875 151.375V156.781C64.875 159.772 67.2909 162.188 70.2812 162.188H102.719C105.709 162.188 108.125 159.772 108.125 156.781V151.375C108.125 150.632 107.517 150.023 106.773 150.023ZM86.5 10.8125C55.904 10.8125 31.0859 35.6306 31.0859 66.2266C31.0859 86.7365 42.2363 104.645 58.793 114.224V133.805C58.793 136.795 61.2089 139.211 64.1992 139.211H108.801C111.791 139.211 114.207 136.795 114.207 133.805V114.224C130.764 104.645 141.914 86.7365 141.914 66.2266C141.914 35.6306 117.096 10.8125 86.5 10.8125ZM108.108 103.699L102.043 107.213V127.047H70.957V107.213L64.8919 103.699C51.5959 96.0116 43.25 81.854 43.25 66.2266C43.25 42.3377 62.6111 22.9766 86.5 22.9766C110.389 22.9766 129.75 42.3377 129.75 66.2266C129.75 81.854 121.404 96.0116 108.108 103.699Z",fill:"black"})}),ve=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M145.125 41.8984H122.281L116.839 26.5582C116.463 25.5085 115.774 24.6012 114.866 23.9601C113.958 23.3191 112.876 22.9756 111.766 22.9766H60.2336C57.966 22.9766 55.9336 24.4126 55.1777 26.5582L49.7188 41.8984H26.875C19.4508 41.8984 13.4375 47.9467 13.4375 55.4141V132.453C13.4375 139.921 19.4508 145.969 26.875 145.969H145.125C152.549 145.969 158.562 139.921 158.562 132.453V55.4141C158.562 47.9467 152.549 41.8984 145.125 41.8984ZM146.469 132.453C146.469 133.196 145.864 133.805 145.125 133.805H26.875C26.1359 133.805 25.5312 133.196 25.5312 132.453V55.4141C25.5312 54.6707 26.1359 54.0625 26.875 54.0625H58.2348L61.107 45.9869L64.9535 35.1406H107.03L110.876 45.9869L113.748 54.0625H145.125C145.864 54.0625 146.469 54.6707 146.469 55.4141V132.453ZM86 64.875C71.1516 64.875 59.125 76.9715 59.125 91.9062C59.125 106.841 71.1516 118.938 86 118.938C100.848 118.938 112.875 106.841 112.875 91.9062C112.875 76.9715 100.848 64.875 86 64.875ZM86 108.125C77.0977 108.125 69.875 100.86 69.875 91.9062C69.875 82.9521 77.0977 75.6875 86 75.6875C94.9023 75.6875 102.125 82.9521 102.125 91.9062C102.125 100.86 94.9023 108.125 86 108.125Z",fill:"black"})}),Re=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M141.161 50.6836H30.839C27.53 50.6836 25.6824 54.1977 27.7316 56.5967L82.8925 120.931C84.4714 122.773 87.5117 122.773 89.1074 120.931L144.268 56.5967C146.318 54.1977 144.47 50.6836 141.161 50.6836Z",fill:"black"})}),Me=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M154.078 32.0996H142.269C140.613 32.0996 139.042 32.8599 138.028 34.1607L68.372 122.401L34.9715 80.0801C34.4662 79.4386 33.8222 78.9199 33.0878 78.5629C32.3533 78.2059 31.5476 78.0199 30.731 78.0189H18.9217C17.7897 78.0189 17.1646 79.3198 17.8573 80.1983L64.1314 138.822C66.2939 141.559 70.45 141.559 72.6294 138.822L155.142 34.2621C155.835 33.4005 155.21 32.0996 154.078 32.0996Z",fill:"black"})}),Fe=A=>e.jsxs("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M73.1704 111.115C73.6677 111.809 74.3233 112.375 75.0828 112.765C75.8422 113.155 76.6838 113.359 77.5376 113.359C78.3915 113.359 79.233 113.155 79.9925 112.765C80.752 112.375 81.4076 111.809 81.9049 111.115L117.485 61.7833C118.127 60.8879 117.485 59.6377 116.387 59.6377H108.463C106.74 59.6377 105.101 60.4655 104.087 61.8847L77.5461 98.7147L65.5172 82.0229C64.5035 80.6207 62.8816 79.776 61.1415 79.776H53.218C52.1198 79.776 51.4778 81.0262 52.1198 81.9216L73.1704 111.115Z",fill:"black"}),e.jsx("path",{d:"M148.672 18.9219H24.3281C21.3378 18.9219 18.9219 21.3378 18.9219 24.3281V148.672C18.9219 151.662 21.3378 154.078 24.3281 154.078H148.672C151.662 154.078 154.078 151.662 154.078 148.672V24.3281C154.078 21.3378 151.662 18.9219 148.672 18.9219ZM141.914 141.914H31.0859V31.0859H141.914V141.914Z",fill:"black"})]}),He=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M134.351 28.0976C134.355 28.0988 134.358 28.1006 134.365 28.1075L144.055 37.854C144.062 37.8609 144.064 37.8641 144.065 37.8682C144.066 37.872 144.066 37.8761 144.065 37.8798C144.064 37.8837 144.062 37.8869 144.055 37.8939L95.73 86.4999L144.055 135.106C144.062 135.113 144.064 135.116 144.065 135.12C144.066 135.124 144.066 135.128 144.065 135.132C144.064 135.136 144.062 135.139 144.055 135.146L134.365 144.892C134.358 144.899 134.355 144.901 134.351 144.902C134.347 144.903 134.343 144.903 134.339 144.902C134.335 144.901 134.332 144.899 134.325 144.892L86.0002 96.2863L37.6751 144.892C37.6684 144.899 37.6651 144.901 37.6612 144.902C37.6574 144.904 37.6533 144.904 37.6494 144.902C37.6457 144.901 37.6424 144.899 37.6355 144.892L27.9454 135.146C27.9385 135.139 27.9366 135.136 27.9355 135.132C27.9343 135.128 27.9343 135.124 27.9355 135.12C27.9366 135.116 27.9385 135.113 27.9454 135.106L76.2703 86.4999L27.9454 37.8939C27.9385 37.8871 27.9366 37.8837 27.9355 37.8798C27.9343 37.876 27.9343 37.8719 27.9355 37.868C27.9366 37.8643 27.9385 37.8609 27.9454 37.854L37.6355 28.1075C37.6424 28.1006 37.6456 28.0988 37.6496 28.0976C37.6534 28.0964 37.6574 28.0964 37.6612 28.0976C37.6651 28.0988 37.6682 28.1006 37.6751 28.1075L86.0002 76.7135L134.325 28.1075C134.332 28.1006 134.335 28.0988 134.339 28.0976C134.343 28.0964 134.347 28.0964 134.351 28.0976H134.351Z",fill:"black"})}),je=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M147.812 18.9219C150.786 18.9219 153.188 21.3378 153.188 24.3281V148.672C153.188 151.662 150.786 154.078 147.812 154.078H24.1875C21.2145 154.078 18.8125 151.662 18.8125 148.672V24.3281C18.8125 21.3378 21.2145 18.9219 24.1875 18.9219H147.812ZM141.094 31.0859H30.9062V141.914H141.094V31.0859ZM107.502 57.2431C107.506 57.2442 107.509 57.2461 107.516 57.253L115.078 64.8588C115.085 64.8655 115.086 64.8689 115.088 64.8728C115.089 64.8767 115.089 64.8808 115.088 64.8846C115.087 64.8883 115.085 64.8916 115.078 64.8985L93.6013 86.5L115.078 108.102C115.081 108.105 115.084 108.108 115.086 108.112L115.088 108.116C115.089 108.12 115.089 108.124 115.088 108.128C115.087 108.131 115.085 108.134 115.078 108.141L107.516 115.747C107.509 115.754 107.506 115.756 107.502 115.757C107.498 115.758 107.494 115.758 107.49 115.757C107.487 115.756 107.484 115.754 107.477 115.747L86 94.1455L64.5235 115.747C64.5165 115.754 64.5134 115.756 64.5094 115.757C64.5056 115.758 64.5015 115.758 64.4976 115.757C64.494 115.756 64.4908 115.754 64.4839 115.747L56.9219 108.141C56.9152 108.134 56.9135 108.131 56.9122 108.127C56.911 108.123 56.911 108.119 56.9122 108.115C56.9134 108.112 56.9152 108.108 56.9221 108.102L78.3986 86.5L56.9221 64.8987C56.9188 64.8957 56.916 64.8922 56.9137 64.8883L56.9122 64.8845C56.911 64.8806 56.911 64.8765 56.9122 64.8726C56.9134 64.8689 56.9152 64.8657 56.9221 64.8588L64.4839 57.2529C64.4906 57.2461 64.494 57.2444 64.4978 57.2431C64.5016 57.2419 64.5057 57.2419 64.5096 57.2431C64.5133 57.2442 64.5165 57.2461 64.5233 57.253L86 78.8544L107.477 57.253C107.484 57.2461 107.487 57.2442 107.491 57.2431C107.495 57.2419 107.499 57.2419 107.503 57.2431H107.502Z",fill:"black"})}),Xe=A=>e.jsxs("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M105.422 119.326H92.9028V78.3906C92.9028 77.6473 92.2946 77.0391 91.5513 77.0391H81.4145C80.6712 77.0391 80.063 77.6473 80.063 78.3906V119.326H67.5779C66.446 119.326 65.8209 120.627 66.5136 121.505L85.4354 145.445C85.5619 145.607 85.7234 145.737 85.9078 145.827C86.0922 145.917 86.2947 145.964 86.4998 145.964C86.7049 145.964 86.9074 145.917 87.0918 145.827C87.2762 145.737 87.4377 145.607 87.5642 145.445L106.486 121.505C107.179 120.627 106.554 119.326 105.422 119.326Z",fill:"black"}),e.jsx("path",{d:"M137.082 61.9522C129.345 41.5437 109.629 27.0312 86.5338 27.0312C63.439 27.0312 43.723 41.5268 35.9854 61.9354C21.5067 65.7366 10.8125 78.9312 10.8125 94.6094C10.8125 113.278 25.9331 128.398 44.5847 128.398H51.3594C52.1027 128.398 52.7109 127.79 52.7109 127.047V116.91C52.7109 116.167 52.1027 115.559 51.3594 115.559H44.5847C38.8912 115.559 33.5356 113.295 29.5485 109.189C25.5783 105.101 23.4665 99.5933 23.6523 93.8829C23.8044 89.4228 25.3249 85.2329 28.0787 81.702C30.9001 78.1034 34.8534 75.4848 39.246 74.319L45.649 72.6465L47.9974 66.4631C49.4503 62.6111 51.4776 59.0126 54.0287 55.752C56.5472 52.5202 59.5305 49.6792 62.8814 47.3216C69.8251 42.4391 78.0021 39.8542 86.5338 39.8542C95.0655 39.8542 103.242 42.4391 110.186 47.3216C113.548 49.6868 116.522 52.5251 119.039 55.752C121.59 59.0126 123.617 62.628 125.07 66.4631L127.402 72.6296L133.788 74.319C142.945 76.7856 149.348 85.1146 149.348 94.6094C149.348 100.201 147.168 105.473 143.215 109.426C141.276 111.376 138.97 112.922 136.429 113.975C133.889 115.027 131.165 115.566 128.415 115.559H121.641C120.897 115.559 120.289 116.167 120.289 116.91V127.047C120.289 127.79 120.897 128.398 121.641 128.398H128.415C147.067 128.398 162.188 113.278 162.188 94.6094C162.188 78.9481 151.527 65.7704 137.082 61.9522Z",fill:"black"})]}),De=A=>e.jsxs("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M87.5644 77.5459C87.4379 77.3844 87.2764 77.2537 87.092 77.1639C86.9076 77.074 86.7051 77.0273 86.5 77.0273C86.2949 77.0273 86.0924 77.074 85.908 77.1639C85.7236 77.2537 85.5621 77.3844 85.4357 77.5459L66.5138 101.485C66.3578 101.685 66.261 101.924 66.2345 102.175C66.208 102.427 66.2528 102.681 66.3638 102.908C66.4748 103.136 66.6476 103.327 66.8623 103.461C67.0771 103.595 67.3251 103.665 67.5781 103.665H80.0632V144.617C80.0632 145.361 80.6714 145.969 81.4148 145.969H91.5515C92.2948 145.969 92.903 145.361 92.903 144.617V103.682H105.422C106.554 103.682 107.179 102.381 106.486 101.502L87.5644 77.5459Z",fill:"black"}),e.jsx("path",{d:"M137.082 61.9522C129.345 41.5437 109.629 27.0312 86.5338 27.0312C63.439 27.0312 43.723 41.5268 35.9854 61.9354C21.5067 65.7366 10.8125 78.9312 10.8125 94.6094C10.8125 113.278 25.9331 128.398 44.5847 128.398H51.3594C52.1027 128.398 52.7109 127.79 52.7109 127.047V116.91C52.7109 116.167 52.1027 115.559 51.3594 115.559H44.5847C38.8912 115.559 33.5356 113.295 29.5485 109.189C25.5783 105.101 23.4665 99.5933 23.6523 93.8829C23.8044 89.4228 25.3249 85.2329 28.0787 81.702C30.9001 78.1034 34.8534 75.4848 39.246 74.319L45.649 72.6465L47.9974 66.4631C49.4503 62.6111 51.4776 59.0126 54.0287 55.752C56.5472 52.5202 59.5305 49.6792 62.8814 47.3216C69.8251 42.4391 78.0021 39.8542 86.5338 39.8542C95.0655 39.8542 103.242 42.4391 110.186 47.3216C113.548 49.6868 116.522 52.5251 119.039 55.752C121.59 59.0126 123.617 62.628 125.07 66.4631L127.402 72.6296L133.788 74.319C142.945 76.7856 149.348 85.1146 149.348 94.6094C149.348 100.201 147.168 105.473 143.215 109.426C141.276 111.376 138.97 112.922 136.429 113.975C133.889 115.027 131.165 115.566 128.415 115.559H121.641C120.897 115.559 120.289 116.167 120.289 116.91V127.047C120.289 127.79 120.897 128.398 121.641 128.398H128.415C147.067 128.398 162.188 113.278 162.188 94.6094C162.188 78.9481 151.527 65.7704 137.082 61.9522Z",fill:"black"})]}),Ge=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M60.4688 31.0859H59.125C59.8641 31.0859 60.4688 30.4777 60.4688 29.7344V31.0859H111.531V29.7344C111.531 30.4777 112.136 31.0859 112.875 31.0859H111.531V43.25H123.625V29.7344C123.625 23.7706 118.804 18.9219 112.875 18.9219H59.125C53.1957 18.9219 48.375 23.7706 48.375 29.7344V43.25H60.4688V31.0859ZM145.125 43.25H26.875C23.902 43.25 21.5 45.6659 21.5 48.6562V54.0625C21.5 54.8059 22.1047 55.4141 22.8438 55.4141H32.9891L37.1379 143.772C37.4066 149.533 42.1434 154.078 47.8711 154.078H124.129C129.873 154.078 134.593 149.55 134.862 143.772L139.011 55.4141H149.156C149.895 55.4141 150.5 54.8059 150.5 54.0625V48.6562C150.5 45.6659 148.098 43.25 145.125 43.25ZM122.836 141.914H49.1645L45.0996 55.4141H126.9L122.836 141.914Z",fill:"black"})}),Ye=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M139.851 32.1492C125.641 17.939 102.646 17.939 88.4524 32.1492L72.1763 48.4254L80.7427 56.9918L97.0189 40.7156C106.056 31.6789 121.307 30.7215 131.284 40.7156C141.279 50.7097 140.321 65.9445 131.284 74.9812L115.008 91.2574L123.592 99.8406L139.868 83.5644C154.044 69.3543 154.044 46.3593 139.851 32.1492ZM74.9982 131.284C65.9614 140.321 50.7099 141.278 40.7325 131.284C30.7384 121.29 31.6958 106.055 40.7325 97.0187L57.0087 80.7426L48.4255 72.1594L32.1493 88.4355C17.9392 102.646 17.9392 125.641 32.1493 139.834C46.3595 154.027 69.3544 154.044 83.5478 139.834L99.8239 123.558L91.2575 114.991L74.9982 131.284ZM43.7224 35.1726C43.4698 34.9226 43.1288 34.7823 42.7733 34.7823C42.4179 34.7823 42.0769 34.9226 41.8243 35.1726L35.1728 41.8242C34.9227 42.0767 34.7824 42.4178 34.7824 42.7732C34.7824 43.1286 34.9227 43.4697 35.1728 43.7222L128.295 136.844C128.815 137.365 129.672 137.365 130.193 136.844L136.844 130.193C137.365 129.672 137.365 128.815 136.844 128.294L43.7224 35.1726Z",fill:"black"})}),Pe=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M43.2855 126.312C43.6215 126.312 43.9574 126.279 44.2934 126.229L72.5457 121.273C72.8816 121.206 73.2008 121.055 73.4359 120.803L144.638 49.6012C144.794 49.4458 144.917 49.2612 145.001 49.058C145.086 48.8548 145.129 48.637 145.129 48.417C145.129 48.197 145.086 47.9792 145.001 47.776C144.917 47.5728 144.794 47.3882 144.638 47.2328L116.721 19.2996C116.402 18.9805 115.982 18.8125 115.529 18.8125C115.075 18.8125 114.655 18.9805 114.336 19.2996L43.1344 90.5016C42.8824 90.7535 42.7313 91.0559 42.6641 91.3918L37.709 119.644C37.5456 120.544 37.604 121.47 37.8791 122.342C38.1542 123.214 38.6378 124.006 39.2879 124.65C40.3965 125.725 41.7906 126.312 43.2855 126.312ZM54.6066 97.0187L115.529 36.1133L127.841 48.4254L66.9188 109.331L51.9863 111.968L54.6066 97.0187ZM147.812 140.422H24.1875C21.2145 140.422 18.8125 142.824 18.8125 145.797V151.844C18.8125 152.583 19.4172 153.188 20.1562 153.188H151.844C152.583 153.188 153.188 152.583 153.188 151.844V145.797C153.188 142.824 150.786 140.422 147.812 140.422Z",fill:"black"})}),$e=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M29.7344 85.832C29.7344 87.0673 29.9791 88.2904 30.4545 89.4317C30.93 90.5729 31.6269 91.6098 32.5054 92.4833C33.3839 93.3567 34.4269 94.0496 35.5748 94.5223C36.7226 94.995 37.9529 95.2383 39.1953 95.2383C40.4377 95.2383 41.668 94.995 42.8159 94.5223C43.9637 94.0496 45.0067 93.3567 45.8852 92.4833C46.7637 91.6098 47.4606 90.5729 47.9361 89.4317C48.4115 88.2904 48.6562 87.0673 48.6562 85.832C48.6562 84.5968 48.4115 83.3736 47.9361 82.2324C47.4606 81.0912 46.7637 80.0543 45.8852 79.1808C45.0067 78.3074 43.9637 77.6145 42.8159 77.1418C41.668 76.6691 40.4377 76.4258 39.1953 76.4258C37.9529 76.4258 36.7226 76.6691 35.5748 77.1418C34.4269 77.6145 33.3839 78.3074 32.5054 79.1808C31.6269 80.0543 30.93 81.0912 30.4545 82.2324C29.9791 83.3736 29.7344 84.5968 29.7344 85.832ZM77.0391 85.832C77.0391 88.3267 78.0358 90.7192 79.8101 92.4833C81.5844 94.2473 83.9908 95.2383 86.5 95.2383C89.0092 95.2383 91.4156 94.2473 93.1899 92.4833C94.9642 90.7192 95.9609 88.3267 95.9609 85.832C95.9609 83.3373 94.9642 80.9448 93.1899 79.1808C91.4156 77.4168 89.0092 76.4258 86.5 76.4258C83.9908 76.4258 81.5844 77.4168 79.8101 79.1808C78.0358 80.9448 77.0391 83.3373 77.0391 85.832ZM124.344 85.832C124.344 88.3267 125.341 90.7192 127.115 92.4833C128.889 94.2473 131.295 95.2383 133.805 95.2383C136.314 95.2383 138.72 94.2473 140.495 92.4833C142.269 90.7192 143.266 88.3267 143.266 85.832C143.266 83.3373 142.269 80.9448 140.495 79.1808C138.72 77.4168 136.314 76.4258 133.805 76.4258C131.295 76.4258 128.889 77.4168 127.115 79.1808C125.341 80.9448 124.344 83.3373 124.344 85.832Z",fill:"black"})}),_e=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M75.25 135.047C75.25 137.898 76.3826 140.632 78.3986 142.648C80.4146 144.664 83.1489 145.797 86 145.797C88.8511 145.797 91.5854 144.664 93.6014 142.648C95.6174 140.632 96.75 137.898 96.75 135.047C96.75 132.196 95.6174 129.461 93.6014 127.445C91.5854 125.429 88.8511 124.297 86 124.297C83.1489 124.297 80.4146 125.429 78.3986 127.445C76.3826 129.461 75.25 132.196 75.25 135.047ZM80.625 106.828H91.375C92.1141 106.828 92.7188 106.223 92.7188 105.484V27.5469C92.7188 26.8078 92.1141 26.2031 91.375 26.2031H80.625C79.8859 26.2031 79.2812 26.8078 79.2812 27.5469V105.484C79.2812 106.223 79.8859 106.828 80.625 106.828Z",fill:"black"})}),At=A=>e.jsxs("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M86.5 10.75C44.7029 10.75 10.8125 44.4445 10.8125 86C10.8125 127.555 44.7029 161.25 86.5 161.25C128.297 161.25 162.188 127.555 162.188 86C162.188 44.4445 128.297 10.75 86.5 10.75ZM86.5 148.484C51.7986 148.484 23.6523 120.501 23.6523 86C23.6523 51.4992 51.7986 23.5156 86.5 23.5156C121.201 23.5156 149.348 51.4992 149.348 86C149.348 120.501 121.201 148.484 86.5 148.484Z",fill:"black"}),e.jsx("path",{d:"M78.3906 115.562C78.3906 117.701 79.245 119.752 80.7658 121.264C82.2866 122.776 84.3493 123.625 86.5 123.625C88.6507 123.625 90.7134 122.776 92.2342 121.264C93.755 119.752 94.6094 117.701 94.6094 115.562C94.6094 113.424 93.755 111.373 92.2342 109.861C90.7134 108.349 88.6507 107.5 86.5 107.5C84.3493 107.5 82.2866 108.349 80.7658 109.861C79.245 111.373 78.3906 113.424 78.3906 115.562ZM82.4453 96.75H90.5547C91.298 96.75 91.9062 96.1453 91.9062 95.4062V49.7188C91.9062 48.9797 91.298 48.375 90.5547 48.375H82.4453C81.702 48.375 81.0938 48.9797 81.0938 49.7188V95.4062C81.0938 96.1453 81.702 96.75 82.4453 96.75Z",fill:"black"})]}),et=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M147.812 153.188H24.1875C21.2145 153.188 18.8125 150.786 18.8125 147.812V24.1875C18.8125 21.2144 21.2145 18.8125 24.1875 18.8125H84.6562C85.3953 18.8125 86 19.4172 86 20.1562V29.5625C86 30.3016 85.3953 30.9062 84.6562 30.9062H30.9062V141.094H141.094V87.3438C141.094 86.6047 141.698 86 142.438 86H151.844C152.583 86 153.188 86.6047 153.188 87.3438V147.812C153.188 150.786 150.786 153.188 147.812 153.188ZM129.482 33.4478L120.714 24.6798C119.925 23.8904 120.395 22.5298 121.504 22.3954L151.637 18.8681C152.494 18.7673 153.233 19.4896 153.132 20.363L149.605 50.4966C149.47 51.6052 148.11 52.0755 147.32 51.2861L138.519 42.4845L95.4852 85.5181C94.9645 86.0388 94.1078 86.0388 93.5871 85.5181L86.4653 78.3962C85.9446 77.8755 85.9446 77.0189 86.4653 76.4982L129.482 33.4478Z",fill:"black"})}),tt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M159.18 81.6664C143.164 48.123 118.954 31.2422 86.5001 31.2422C54.0288 31.2422 29.8358 48.123 13.8198 81.6832C13.1774 83.0356 12.8442 84.5127 12.8442 86.0084C12.8442 87.5041 13.1774 88.9812 13.8198 90.3336C29.8358 123.877 54.0457 140.758 86.5001 140.758C118.971 140.758 143.164 123.877 159.18 90.3168C160.481 87.5957 160.481 84.4379 159.18 81.6664ZM86.5001 128.664C59.2492 128.664 39.2968 114.924 25.2236 86C39.2968 57.0758 59.2492 43.3359 86.5001 43.3359C113.751 43.3359 133.703 57.0758 147.777 86C133.72 114.924 113.768 128.664 86.5001 128.664ZM85.8243 56.4375C69.4028 56.4375 56.0899 69.6734 56.0899 86C56.0899 102.327 69.4028 115.562 85.8243 115.562C102.246 115.562 115.559 102.327 115.559 86C115.559 69.6734 102.246 56.4375 85.8243 56.4375ZM85.8243 104.812C75.3666 104.812 66.9024 96.3973 66.9024 86C66.9024 75.6027 75.3666 67.1875 85.8243 67.1875C96.282 67.1875 104.746 75.6027 104.746 86C104.746 96.3973 96.282 104.812 85.8243 104.812Z",fill:"black"})}),at=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M93.4436 85.5129L80.2997 102.175L73.3561 93.3738C73.2296 93.2132 73.0681 93.0833 72.8837 92.994C72.6993 92.9047 72.4968 92.8582 72.2917 92.8582C72.0866 92.8582 71.8841 92.9047 71.6997 92.994C71.5153 93.0833 71.3538 93.2132 71.2273 93.3738L54.3666 114.739C54.2106 114.937 54.1138 115.175 54.0873 115.425C54.0608 115.676 54.1056 115.928 54.2166 116.154C54.3277 116.38 54.5004 116.571 54.7152 116.704C54.9299 116.837 55.1779 116.907 55.431 116.906H117.586C118.718 116.906 119.343 115.613 118.65 114.739L95.5893 85.5129C95.4611 85.352 95.2981 85.2221 95.1123 85.1327C94.9265 85.0434 94.7228 84.997 94.5165 84.997C94.3101 84.997 94.1064 85.0434 93.9206 85.1327C93.7348 85.2221 93.5718 85.352 93.4436 85.5129ZM60.8203 74.2422C60.8203 76.0241 61.5323 77.733 62.7996 78.9931C64.067 80.2531 65.7858 80.9609 67.5781 80.9609C69.3704 80.9609 71.0893 80.2531 72.3566 78.9931C73.624 77.733 74.3359 76.0241 74.3359 74.2422C74.3359 72.4603 73.624 70.7513 72.3566 69.4913C71.0893 68.2313 69.3704 67.5234 67.5781 67.5234C65.7858 67.5234 64.067 68.2313 62.7996 69.4913C61.5323 70.7513 60.8203 72.4603 60.8203 74.2422ZM144.381 48.4758L108.024 12.3289C107.01 11.3211 105.642 10.75 104.205 10.75H32.4375C29.4472 10.75 27.0312 13.152 27.0312 16.125V155.875C27.0312 158.848 29.4472 161.25 32.4375 161.25H140.562C143.553 161.25 145.969 158.848 145.969 155.875V52.2887C145.969 50.8609 145.394 49.4836 144.381 48.4758ZM133.501 54.7578H101.705V23.1461L133.501 54.7578ZM133.805 149.156H39.1953V22.8438H90.2168V59.125C90.2168 60.996 90.9644 62.7904 92.2951 64.1134C93.6258 65.4364 95.4306 66.1797 97.3125 66.1797H133.805V149.156Z",fill:"black"})}),ot=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M89.2418 96.4813L89.2922 96.2461C90.2664 92.2316 91.4926 87.2262 90.5352 82.691C89.8969 79.1133 87.2598 77.7191 85.009 77.6184C82.3551 77.5008 79.9867 79.0125 79.3988 81.2129C78.2902 85.2441 79.2812 90.7535 81.0953 97.7746C78.8109 103.217 75.166 111.128 72.4953 115.831C67.5234 118.401 60.8551 122.365 59.8641 127.371C59.6625 128.295 59.8977 129.47 60.452 130.529C61.0734 131.704 62.0645 132.611 63.2234 133.048C63.7273 133.233 64.332 133.384 65.0375 133.384C67.9938 133.384 72.7809 130.999 79.1637 120.047C80.1379 119.728 81.1457 119.392 82.1199 119.056C86.6887 117.511 91.4254 115.898 95.7086 115.176C100.445 117.713 105.837 119.342 109.499 119.342C113.127 119.342 114.555 117.192 115.092 115.898C116.033 113.631 115.579 110.775 114.051 109.247C111.834 107.063 106.442 106.492 98.0434 107.534C93.9113 105.014 91.207 101.588 89.2418 96.4813ZM70.8156 121.996C68.4809 125.389 66.7172 127.085 65.7598 127.824C66.8852 125.758 69.0855 123.575 70.8156 121.996ZM85.5297 82.4391C86.4031 83.934 86.2855 88.4523 85.6137 90.7367C84.7906 87.3941 84.673 82.6574 85.1602 82.1031C85.2945 82.1199 85.4121 82.2207 85.5297 82.4391ZM85.2609 102.679C87.0582 105.787 89.3258 108.457 91.8285 110.439C88.2004 111.262 84.8914 112.623 81.9352 113.832C81.2297 114.118 80.541 114.404 79.8691 114.672C82.1031 110.624 83.9676 106.039 85.2609 102.679ZM111.397 113.681C111.414 113.715 111.43 113.765 111.33 113.832H111.296L111.263 113.883C111.128 113.967 109.751 114.773 103.821 112.438C110.641 112.119 111.38 113.664 111.397 113.681ZM143.546 48.4758L107.399 12.3289C106.391 11.3211 105.031 10.75 103.603 10.75H32.25C29.277 10.75 26.875 13.152 26.875 16.125V155.875C26.875 158.848 29.277 161.25 32.25 161.25H139.75C142.723 161.25 145.125 158.848 145.125 155.875V52.2887C145.125 50.8609 144.554 49.4836 143.546 48.4758ZM132.729 54.7578H101.117V23.1461L132.729 54.7578ZM133.031 149.156H38.9688V22.8438H89.6953V59.125C89.6953 60.996 90.4386 62.7904 91.7616 64.1134C93.0846 65.4364 94.879 66.1797 96.75 66.1797H133.031V149.156Z",fill:"black"})}),rt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M146.905 50.693L100.244 3.57773C99.4879 2.82187 98.6648 2.18359 97.7746 1.64609C97.5395 1.51172 97.3043 1.37734 97.0523 1.25977C96.9012 1.17578 96.7332 1.10859 96.582 1.04141C95.0703 0.369531 93.4074 0 91.7109 0H33.7617C27.0766 0 21.5 5.40859 21.5 12.0938V159.906C21.5 166.591 27.0766 172 33.7617 172H138.406C145.091 172 150.332 166.591 150.332 159.906V59.209C150.332 56.0176 149.156 52.9605 146.905 50.693ZM97.9258 18.5438L131.654 52.4062H97.9258V18.5438ZM138.238 159.906H33.5938V12.0938H85.832V52.4062C85.832 59.0914 91.4086 64.5 98.0938 64.5H138.238V159.906ZM58.7891 116.99C58.7891 121.055 57.5293 122.264 55.1105 122.264C53.5988 122.264 52.0199 121.29 50.9449 119.157L45.8387 122.953C48.0895 126.8 51.2641 128.698 56.1352 128.698C63.1227 128.698 66.3477 123.675 66.3477 117.578V96.918H58.7891V116.99ZM84.2027 96.918H73.4023V128.16H80.793V117.746H84.4211C90.9887 117.746 96.6996 114.454 96.6996 107.063C96.6996 99.3703 91.0727 96.918 84.2027 96.918ZM84.0684 111.867H80.793V102.965H83.85C87.4613 102.965 89.4602 104.006 89.4602 107.147C89.4602 110.188 87.6965 111.867 84.0684 111.867ZM114.723 110.355V116.402H119.762V121.458C119.09 121.945 117.914 122.248 116.789 122.248C111.027 122.248 108.273 118.653 108.273 112.472C108.273 106.408 111.582 102.83 116.184 102.83C118.754 102.83 120.383 103.872 121.895 105.249L125.876 100.496C123.743 98.3457 120.484 96.4309 115.932 96.4309C107.601 96.4309 100.63 102.36 100.63 112.724C100.63 123.255 107.349 128.698 115.999 128.698C120.35 128.698 124.263 126.984 126.329 124.902V110.355H114.723Z",fill:"black"})}),nt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M48.6562 70.7148C48.6562 72.8532 49.5106 74.9039 51.0314 76.4159C52.5522 77.9279 54.6149 78.7773 56.7656 78.7773C58.9164 78.7773 60.979 77.9279 62.4998 76.4159C64.0206 74.9039 64.875 72.8532 64.875 70.7148C64.875 68.5765 64.0206 66.5258 62.4998 65.0138C60.979 63.5018 58.9164 62.6523 56.7656 62.6523C54.6149 62.6523 52.5522 63.5018 51.0314 65.0138C49.5106 66.5258 48.6562 68.5765 48.6562 70.7148ZM108.125 70.7148C108.125 72.8532 108.979 74.9039 110.5 76.4159C112.021 77.9279 114.084 78.7773 116.234 78.7773C118.385 78.7773 120.448 77.9279 121.969 76.4159C123.489 74.9039 124.344 72.8532 124.344 70.7148C124.344 68.5765 123.489 66.5258 121.969 65.0138C120.448 63.5018 118.385 62.6523 116.234 62.6523C114.084 62.6523 112.021 63.5018 110.5 65.0138C108.979 66.5258 108.125 68.5765 108.125 70.7148ZM86.5 10.75C44.7029 10.75 10.8125 44.4445 10.8125 86C10.8125 127.555 44.7029 161.25 86.5 161.25C128.297 161.25 162.188 127.555 162.188 86C162.188 44.4445 128.297 10.75 86.5 10.75ZM130.933 130.176C125.155 135.92 118.431 140.422 110.946 143.58C103.226 146.838 94.9979 148.484 86.5 148.484C78.0021 148.484 69.7744 146.838 62.0367 143.58C54.5638 140.442 47.7757 135.889 42.0505 130.176C36.2726 124.431 31.7448 117.746 28.5687 110.305C25.308 102.629 23.6523 94.4488 23.6523 86C23.6523 77.5512 25.308 69.3711 28.5855 61.6781C31.7416 54.2484 36.3205 47.4996 42.0674 41.8074C47.8453 36.0629 54.5693 31.5613 62.0536 28.4035C69.7744 25.1617 78.0021 23.5156 86.5 23.5156C94.9979 23.5156 103.226 25.1617 110.963 28.4203C118.436 31.5581 125.224 36.1105 130.95 41.8242C136.727 47.5687 141.255 54.2539 144.431 61.6949C147.692 69.3711 149.348 77.5512 149.348 86C149.348 94.4488 147.692 102.629 144.414 110.322C141.262 117.749 136.683 124.493 130.933 130.176ZM86.5 89.5273C72.0552 89.5273 60.2121 100.832 59.4688 114.991C59.4596 115.173 59.4878 115.355 59.5516 115.526C59.6154 115.697 59.7135 115.853 59.8399 115.985C59.9663 116.117 60.1184 116.222 60.287 116.294C60.4555 116.366 60.637 116.403 60.8203 116.402H68.9466C69.6562 116.402 70.2644 115.865 70.315 115.159C70.957 106.845 77.9683 100.277 86.5 100.277C95.0317 100.277 102.06 106.845 102.685 115.159C102.736 115.865 103.344 116.402 104.053 116.402H112.18C112.363 116.403 112.544 116.366 112.713 116.294C112.882 116.222 113.034 116.117 113.16 115.985C113.287 115.853 113.385 115.697 113.448 115.526C113.512 115.355 113.54 115.173 113.531 114.991C112.788 100.832 100.945 89.5273 86.5 89.5273Z",fill:"black"})}),lt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M48.7109 39.7078L56.0847 32.334C56.2623 32.1555 56.3863 31.9307 56.4425 31.6853C56.4987 31.4398 56.4849 31.1835 56.4026 30.9455C56.3204 30.7075 56.173 30.4974 55.9772 30.339C55.7815 30.1806 55.5452 30.0804 55.2953 30.0496L28.3867 26.875C27.53 26.7742 26.791 27.4965 26.8917 28.3699L30.0663 55.2785C30.2007 56.3871 31.5613 56.8574 32.3507 56.068L39.691 48.7278L62.1484 71.1684C62.6691 71.6891 63.5257 71.6891 64.0464 71.1684L71.1683 64.0633C71.689 63.5426 71.689 62.686 71.1683 62.1653L48.7109 39.7078ZM107.953 71.1684C108.474 71.6891 109.331 71.6891 109.852 71.1684L132.309 48.7278L139.649 56.068C139.828 56.2456 140.052 56.3696 140.298 56.4258C140.543 56.482 140.8 56.4682 141.038 56.3859C141.276 56.3037 141.486 56.1563 141.644 55.9605C141.803 55.7647 141.903 55.5285 141.934 55.2785L145.108 28.3867C145.209 27.5301 144.487 26.791 143.613 26.8918L116.705 30.0664C115.596 30.2008 115.126 31.5613 115.915 32.3508L123.289 39.7246L100.832 62.1485C100.582 62.401 100.441 62.7421 100.441 63.0975C100.441 63.4529 100.582 63.7939 100.832 64.0465L107.953 71.1684ZM141.934 116.721C141.799 115.613 140.439 115.143 139.649 115.932L132.309 123.272L109.852 100.832C109.599 100.582 109.258 100.441 108.902 100.441C108.547 100.441 108.206 100.582 107.953 100.832L100.832 107.937C100.582 108.189 100.441 108.53 100.441 108.886C100.441 109.241 100.582 109.582 100.832 109.835L123.289 132.292L115.915 139.666C115.738 139.845 115.614 140.069 115.557 140.315C115.501 140.56 115.515 140.816 115.597 141.054C115.679 141.292 115.827 141.503 116.023 141.661C116.218 141.819 116.455 141.92 116.705 141.95L143.613 145.125C144.47 145.226 145.209 144.504 145.108 143.63L141.934 116.721ZM64.0464 100.832C63.7939 100.582 63.4528 100.441 63.0974 100.441C62.742 100.441 62.4009 100.582 62.1484 100.832L39.691 123.272L32.3507 115.932C32.1722 115.754 31.9475 115.63 31.702 115.574C31.4566 115.518 31.2003 115.532 30.9623 115.614C30.7243 115.696 30.5141 115.844 30.3557 116.04C30.1974 116.235 30.0971 116.472 30.0663 116.721L26.8917 143.613C26.791 144.47 27.5132 145.209 28.3867 145.108L55.2953 141.934C56.4039 141.799 56.8742 140.439 56.0847 139.649L48.7109 132.292L71.1683 109.852C71.689 109.331 71.689 108.474 71.1683 107.954L64.0464 100.832Z",fill:"black"})}),st=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M66.0578 40.4637C65.9226 39.3551 64.5542 38.8848 63.7601 39.6742L56.3772 47.0145L33.7892 24.5738C33.5352 24.3238 33.1922 24.1835 32.8347 24.1835C32.4772 24.1835 32.1342 24.3238 31.8801 24.5738L24.7168 31.6789C24.4653 31.9315 24.3242 32.2725 24.3242 32.6279C24.3242 32.9833 24.4653 33.3244 24.7168 33.577L47.3048 56.0344L39.8881 63.4082C39.7095 63.5867 39.5848 63.8115 39.5283 64.0569C39.4717 64.3024 39.4856 64.5587 39.5684 64.7967C39.6511 65.0347 39.7993 65.2448 39.9962 65.4032C40.1931 65.5616 40.4308 65.6618 40.6822 65.6926L67.7472 68.8672C68.6088 68.968 69.3522 68.2457 69.2508 67.3723L66.0578 40.4637ZM67.7641 103.15L40.6822 106.324C39.5671 106.459 39.0941 107.819 39.8881 108.609L47.3048 115.982L24.7168 138.406C24.4653 138.659 24.3242 139 24.3242 139.355C24.3242 139.711 24.4653 140.052 24.7168 140.304L31.8801 147.409C32.4039 147.93 33.2655 147.93 33.7892 147.409L56.3772 124.969L63.7601 132.309C63.9396 132.487 64.1657 132.611 64.4126 132.667C64.6595 132.723 64.9173 132.709 65.1567 132.627C65.396 132.545 65.6074 132.397 65.7667 132.202C65.926 132.006 66.0268 131.769 66.0578 131.52L69.2508 104.628C69.3522 103.771 68.6257 103.049 67.7641 103.15ZM105.236 68.8504L132.318 65.6758C133.433 65.5414 133.906 64.1809 133.112 63.3914L125.695 56.0344L148.283 33.5938C148.807 33.0731 148.807 32.2164 148.283 31.6957L141.12 24.5906C140.866 24.3406 140.523 24.2003 140.166 24.2003C139.808 24.2003 139.465 24.3406 139.211 24.5906L116.623 47.0145L109.24 39.6742C109.061 39.4966 108.835 39.3726 108.588 39.3164C108.341 39.2602 108.083 39.274 107.844 39.3563C107.604 39.4385 107.393 39.5859 107.234 39.7817C107.074 39.9775 106.973 40.2137 106.943 40.4637L103.749 67.3555C103.648 68.2289 104.375 68.9512 105.236 68.8504ZM125.695 115.966L133.112 108.592C133.291 108.413 133.415 108.189 133.472 107.943C133.529 107.698 133.515 107.441 133.432 107.203C133.349 106.965 133.201 106.755 133.004 106.597C132.807 106.438 132.569 106.338 132.318 106.307L105.253 103.133C104.391 103.032 103.648 103.754 103.749 104.628L106.943 131.536C107.078 132.645 108.446 133.115 109.24 132.326L116.623 124.986L139.211 147.426C139.735 147.947 140.596 147.947 141.12 147.426L148.283 140.321C148.807 139.8 148.807 138.944 148.283 138.423L125.695 115.966Z",fill:"black"})}),pt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M85.9328 12.816C44.3941 12.7992 10.75 46.4266 10.75 87.9317C10.75 120.753 31.7965 148.652 61.107 158.898C65.0543 159.889 64.4496 157.084 64.4496 155.17V142.152C41.6563 144.823 40.7324 129.739 39.2039 127.22C36.1133 121.945 28.8066 120.602 30.9902 118.082C36.1805 115.411 41.4715 118.754 47.6023 127.807C52.0367 134.375 60.6871 133.266 65.0711 132.175C66.0285 128.227 68.0777 124.7 70.8996 121.962C47.2832 117.729 37.4402 103.318 37.4402 86.1848C37.4402 77.8703 40.1781 70.2278 45.5531 64.0633C42.1266 53.9012 45.8723 45.2004 46.3762 43.9071C56.1352 43.0336 66.2805 50.8946 67.0699 51.516C72.6129 50.0211 78.9453 49.2317 86.0336 49.2317C93.1555 49.2317 99.5047 50.0547 105.098 51.5664C106.996 50.1219 116.402 43.3696 125.473 44.1926C125.96 45.486 129.621 53.9852 126.396 64.0129C131.839 70.1942 134.61 77.9039 134.61 86.2352C134.61 103.402 124.7 117.83 101.016 121.996C103.045 123.991 104.656 126.37 105.754 128.994C106.853 131.619 107.418 134.436 107.416 137.281V156.177C107.55 157.689 107.416 159.184 109.936 159.184C139.683 149.156 161.099 121.055 161.099 87.9485C161.099 46.4266 127.438 12.816 85.9328 12.816Z",fill:"black"})}),it=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M140.562 10.75H32.4375C29.4472 10.75 27.0312 13.152 27.0312 16.125V155.875C27.0312 158.848 29.4472 161.25 32.4375 161.25H140.562C143.553 161.25 145.969 158.848 145.969 155.875V16.125C145.969 13.152 143.553 10.75 140.562 10.75ZM39.1953 22.8438H133.805V57.7812H39.1953V22.8438ZM133.805 103.469H39.1953V68.5312H133.805V103.469ZM133.805 149.156H39.1953V114.219H133.805V149.156ZM83.7969 34.9375H52.7109C51.9676 34.9375 51.3594 35.5422 51.3594 36.2812V44.3438C51.3594 45.0828 51.9676 45.6875 52.7109 45.6875H83.7969C84.5402 45.6875 85.1484 45.0828 85.1484 44.3438V36.2812C85.1484 35.5422 84.5402 34.9375 83.7969 34.9375ZM52.7109 91.375H83.7969C84.5402 91.375 85.1484 90.7703 85.1484 90.0312V81.9688C85.1484 81.2297 84.5402 80.625 83.7969 80.625H52.7109C51.9676 80.625 51.3594 81.2297 51.3594 81.9688V90.0312C51.3594 90.7703 51.9676 91.375 52.7109 91.375ZM108.125 132.359C108.125 134.141 108.837 135.85 110.104 137.11C111.372 138.37 113.091 139.078 114.883 139.078C116.675 139.078 118.394 138.37 119.661 137.11C120.929 135.85 121.641 134.141 121.641 132.359C121.641 130.577 120.929 128.869 119.661 127.608C118.394 126.348 116.675 125.641 114.883 125.641C113.091 125.641 111.372 126.348 110.104 127.608C108.837 128.869 108.125 130.577 108.125 132.359Z",fill:"black"})}),Ct=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M155.937 47.6359C153.672 42.4228 150.407 37.6987 146.324 33.7281C142.237 29.7457 137.42 26.5809 132.132 24.4059C126.649 22.1415 120.769 20.9825 114.832 20.9961C106.503 20.9961 98.3769 23.2637 91.3149 27.5469C89.6255 28.5715 88.0205 29.6969 86.5 30.923C84.9795 29.6969 83.3745 28.5715 81.6851 27.5469C74.6231 23.2637 66.4969 20.9961 58.1679 20.9961C52.1703 20.9961 46.3586 22.1383 40.8679 24.4059C35.563 26.5894 30.7818 29.7305 26.6765 33.7281C22.5879 37.6942 19.3219 42.4194 17.0635 47.6359C14.7151 53.0613 13.5156 58.8227 13.5156 64.7519C13.5156 70.3453 14.6645 76.1738 16.9452 82.1031C18.8543 87.0582 21.5912 92.198 25.0884 97.3883C30.6298 105.602 38.2492 114.168 47.7102 122.852C63.3883 137.247 78.9144 147.191 79.5732 147.594L83.5773 150.147C85.3512 151.273 87.6319 151.273 89.4059 150.147L93.4099 147.594C94.0688 147.174 109.578 137.247 125.273 122.852C134.734 114.168 142.353 105.602 147.895 97.3883C151.392 92.198 154.146 87.0582 156.038 82.1031C158.319 76.1738 159.467 70.3453 159.467 64.7519C159.484 58.8227 158.285 53.0613 155.937 47.6359ZM86.5 136.861C86.5 136.861 26.3555 98.5473 26.3555 64.7519C26.3555 47.6359 40.5976 33.7617 58.1679 33.7617C70.5178 33.7617 81.2289 40.6148 86.5 50.6258C91.7711 40.6148 102.482 33.7617 114.832 33.7617C132.402 33.7617 146.645 47.6359 146.645 64.7519C146.645 98.5473 86.5 136.861 86.5 136.861Z",fill:"black"})}),mt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M160.847 85.2273L101.319 26.5726C101.195 26.4487 101.049 26.3504 100.887 26.2833C100.726 26.2162 100.553 26.1816 100.378 26.1816C100.203 26.1816 100.03 26.2162 99.8688 26.2833C99.7074 26.3504 99.5608 26.4487 99.4375 26.5726L59.3434 66.0789C59.091 66.3292 58.9477 66.669 58.9446 67.0244C58.9414 67.3799 59.0787 67.7222 59.3266 67.9769L59.3434 67.9937L66.0621 74.6117L46.3762 93.9785C46.1238 94.2288 45.9805 94.5686 45.9774 94.9241C45.9742 95.2795 46.1115 95.6218 46.3594 95.8765L46.3762 95.8933L53.0109 102.427L21.248 133.837H12.1105C11.3715 133.837 10.75 134.442 10.75 135.181V144.453C10.75 145.192 11.3547 145.797 12.0938 145.797H70.0262C70.3789 145.797 70.7148 145.662 70.9668 145.411L83.7492 132.712L90.5352 139.397C90.6585 139.521 90.805 139.619 90.9665 139.687C91.1279 139.754 91.301 139.788 91.4758 139.788C91.6506 139.788 91.8237 139.754 91.9851 139.687C92.1465 139.619 92.2931 139.521 92.4164 139.397L112.086 119.98L118.821 126.615C118.944 126.739 119.091 126.837 119.252 126.904C119.414 126.971 119.587 127.006 119.762 127.006C119.937 127.006 120.11 126.971 120.271 126.904C120.432 126.837 120.579 126.739 120.702 126.615L160.796 87.1086C161.368 86.6047 161.368 85.7648 160.847 85.2273ZM65.4742 133.737H38.5656L61.1406 111.397L74.5949 124.65L65.4742 133.737ZM91.4758 123.306L62.6859 94.9359L74.2086 83.5812L102.998 111.951L91.4758 123.306ZM119.779 110.523L75.6363 67.0363L100.378 42.664L144.52 86.1679L119.779 110.523Z",fill:"black"})}),dt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M158.982 85.3174L94.0791 20.0708L89.7287 15.6951C88.7375 14.7047 87.397 14.1488 85.9998 14.1488C84.6026 14.1488 83.2621 14.7047 82.2709 15.6951L13.0174 85.3174C12.0017 86.3351 11.199 87.547 10.6566 88.8818C10.1143 90.2165 9.84326 91.6471 9.85958 93.0889C9.92677 99.0358 14.8483 103.783 20.7608 103.783H27.8994V158.809H144.1V103.783H151.39C154.262 103.783 156.967 102.651 158.999 100.607C160 99.6037 160.793 98.4106 161.332 97.0969C161.871 95.7832 162.146 94.375 162.14 92.9538C162.14 90.0817 161.015 87.3617 158.982 85.3174ZM95.4061 146.645H76.5936V112.18H95.4061V146.645ZM132.006 91.6191V146.645H106.156V108.125C106.156 104.391 103.149 101.367 99.4373 101.367H72.5623C68.8502 101.367 65.8436 104.391 65.8436 108.125V146.645H39.9932V91.6191H23.8682L86.0166 29.16L89.8967 33.0627L148.148 91.6191H132.006Z",fill:"black"})}),ct=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M156.781 27.0312H16.2188C13.2284 27.0312 10.8125 29.4472 10.8125 32.4375V140.562C10.8125 143.553 13.2284 145.969 16.2188 145.969H156.781C159.772 145.969 162.188 143.553 162.188 140.562V32.4375C162.188 29.4472 159.772 27.0312 156.781 27.0312ZM150.023 133.805H22.9766V39.1953H150.023V133.805ZM103.107 80.418H123.955C124.175 80.418 124.344 79.8098 124.344 79.0664V70.957C124.344 70.2137 124.175 69.6055 123.955 69.6055H103.107C102.888 69.6055 102.719 70.2137 102.719 70.957V79.0664C102.719 79.8098 102.888 80.418 103.107 80.418ZM103.918 104.746H135.291C135.95 104.746 136.491 104.138 136.491 103.395V95.2852C136.491 94.5418 135.95 93.9336 135.291 93.9336H103.918C103.259 93.9336 102.719 94.5418 102.719 95.2852V103.395C102.719 104.138 103.259 104.746 103.918 104.746ZM37.8438 113.7H45.2604C45.97 113.7 46.5444 113.143 46.5951 112.433C47.2371 103.901 54.3666 97.1436 63.0166 97.1436C71.6666 97.1436 78.7961 103.901 79.4381 112.433C79.4888 113.143 80.0632 113.7 80.7728 113.7H88.1895C88.3728 113.7 88.5542 113.663 88.7228 113.591C88.8913 113.519 89.0434 113.413 89.1699 113.281C89.2963 113.148 89.3944 112.991 89.4582 112.819C89.522 112.647 89.5502 112.464 89.541 112.281C89.068 103.276 84.1348 95.4372 76.9377 90.9771C80.1115 87.4882 81.8653 82.9382 81.854 78.2217C81.854 67.764 73.4236 59.2998 63.0335 59.2998C52.6434 59.2998 44.213 67.764 44.213 78.2217C44.213 83.138 46.0714 87.5981 49.1293 90.9771C45.4654 93.2475 42.4054 96.371 40.2107 100.081C38.016 103.791 36.7517 107.977 36.526 112.281C36.4584 113.058 37.0666 113.7 37.8438 113.7ZM63.0166 69.4365C67.8315 69.4365 71.7511 73.3729 71.7511 78.2217C71.7511 83.0704 67.8315 87.0068 63.0166 87.0068C58.2017 87.0068 54.2821 83.0704 54.2821 78.2217C54.2821 73.3729 58.2017 69.4365 63.0166 69.4365Z",fill:"black"})}),Vt=A=>e.jsxs("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M86.5 10.8125C44.7029 10.8125 10.8125 44.7029 10.8125 86.5C10.8125 128.297 44.7029 162.188 86.5 162.188C128.297 162.188 162.188 128.297 162.188 86.5C162.188 44.7029 128.297 10.8125 86.5 10.8125ZM86.5 149.348C51.7986 149.348 23.6523 121.201 23.6523 86.5C23.6523 51.7986 51.7986 23.6523 86.5 23.6523C121.201 23.6523 149.348 51.7986 149.348 86.5C149.348 121.201 121.201 149.348 86.5 149.348Z",fill:"black"}),e.jsx("path",{d:"M78.3906 56.7656C78.3906 58.9164 79.245 60.979 80.7658 62.4998C82.2866 64.0206 84.3493 64.875 86.5 64.875C88.6507 64.875 90.7134 64.0206 92.2342 62.4998C93.755 60.979 94.6094 58.9164 94.6094 56.7656C94.6094 54.6149 93.755 52.5522 92.2342 51.0314C90.7134 49.5106 88.6507 48.6563 86.5 48.6562C84.3493 48.6563 82.2866 49.5106 80.7658 51.0314C79.245 52.5522 78.3906 54.6149 78.3906 56.7656ZM90.5547 75.6875H82.4453C81.702 75.6875 81.0938 76.2957 81.0938 77.0391V122.992C81.0938 123.736 81.702 124.344 82.4453 124.344H90.5547C91.298 124.344 91.9062 123.736 91.9062 122.992V77.0391C91.9062 76.2957 91.298 75.6875 90.5547 75.6875Z",fill:"black"})]}),St=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M96.4142 112.416C96.1616 112.165 95.8205 112.024 95.4651 112.024C95.1097 112.024 94.7687 112.165 94.5161 112.416L74.9981 132.048C65.9614 141.137 50.7099 142.1 40.7325 132.048C30.7384 121.995 31.6958 106.672 40.7325 97.5828L60.2505 77.9514C60.7712 77.4277 60.7712 76.566 60.2505 76.0423L53.5653 69.3183C53.3128 69.0668 52.9717 68.9257 52.6163 68.9257C52.2609 68.9257 51.9198 69.0668 51.6673 69.3183L32.1493 88.9497C17.9392 103.243 17.9392 126.371 32.1493 140.647C46.3595 154.923 69.3544 154.94 83.5478 140.647L103.066 121.016C103.586 120.492 103.586 119.63 103.066 119.106L96.4142 112.416ZM139.851 32.3362C125.641 18.0434 102.646 18.0434 88.4524 32.3362L68.9177 51.9676C68.6676 52.2216 68.5273 52.5647 68.5273 52.9221C68.5273 53.2796 68.6676 53.6227 68.9177 53.8767L75.586 60.5838C76.1067 61.1075 76.9634 61.1075 77.4841 60.5838L97.0021 40.9524C106.039 31.8631 121.29 30.9001 131.268 40.9524C141.262 51.0046 140.304 66.328 131.268 75.4172L111.75 95.0487C111.5 95.3027 111.359 95.6457 111.359 96.0032C111.359 96.3607 111.5 96.7037 111.75 96.9577L118.435 103.682C118.956 104.205 119.812 104.205 120.333 103.682L139.851 84.0503C154.044 69.7575 154.044 46.6289 139.851 32.3362ZM102.478 62.8984C102.225 62.6468 101.884 62.5057 101.529 62.5057C101.173 62.5057 100.832 62.6468 100.58 62.8984L62.5349 101.148C62.2848 101.402 62.1445 101.745 62.1445 102.102C62.1445 102.46 62.2848 102.803 62.5349 103.057L69.1864 109.747C69.7071 110.271 70.5638 110.271 71.0845 109.747L109.113 71.4977C109.633 70.974 109.633 70.1123 109.113 69.5886L102.478 62.8984Z",fill:"black"})}),Zt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M165.953 92.0469C162.611 92.0469 159.906 89.3426 159.906 86C159.906 76.0227 157.958 66.3477 154.095 57.227C150.378 48.4465 145 40.4672 138.255 33.7281C131.523 26.9744 123.542 21.5947 114.756 17.8887C105.652 14.0422 95.9773 12.0938 86 12.0938C82.6574 12.0938 79.9531 9.38945 79.9531 6.04688C79.9531 2.7043 82.6574 0 86 0C97.6066 0 108.877 2.26758 119.476 6.76914C129.722 11.0859 138.91 17.3008 146.805 25.1953C154.699 33.0898 160.897 42.2945 165.231 52.5238C169.716 63.1227 171.983 74.3934 171.983 86C172 89.3426 169.296 92.0469 165.953 92.0469Z",fill:"black"})}),gt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M139.75 78.3906H128.328V40.5469C128.328 28.6024 118.704 18.9219 106.828 18.9219H65.1719C53.2965 18.9219 43.6719 28.6024 43.6719 40.5469V78.3906H32.25C29.277 78.3906 26.875 80.8065 26.875 83.7969V148.672C26.875 151.662 29.277 154.078 32.25 154.078H139.75C142.723 154.078 145.125 151.662 145.125 148.672V83.7969C145.125 80.8065 142.723 78.3906 139.75 78.3906ZM55.7656 40.5469C55.7656 35.3265 59.9816 31.0859 65.1719 31.0859H106.828C112.018 31.0859 116.234 35.3265 116.234 40.5469V78.3906H55.7656V40.5469ZM133.031 141.914H38.9688V90.5547H133.031V141.914ZM81.2969 118.431V127.385C81.2969 128.128 81.9016 128.736 82.6406 128.736H89.3594C90.0984 128.736 90.7031 128.128 90.7031 127.385V118.431C92.0897 117.429 93.1246 116.011 93.6589 114.381C94.1932 112.75 94.1994 110.991 93.6765 109.357C93.1536 107.723 92.1287 106.298 90.7492 105.287C89.3697 104.276 87.7069 103.731 86 103.731C84.2931 103.731 82.6303 104.276 81.2508 105.287C79.8713 106.298 78.8464 107.723 78.3235 109.357C77.8006 110.991 77.8068 112.75 78.3411 114.381C78.8754 116.011 79.9103 117.429 81.2969 118.431Z",fill:"black"})}),qt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M48.6562 71.126C48.6562 73.2767 49.5106 75.3394 51.0314 76.8602C52.5522 78.381 54.6149 79.2354 56.7656 79.2354C58.9164 79.2354 60.979 78.381 62.4998 76.8602C64.0206 75.3394 64.875 73.2767 64.875 71.126C64.875 68.9752 64.0206 66.9126 62.4998 65.3918C60.979 63.871 58.9164 63.0166 56.7656 63.0166C54.6149 63.0166 52.5522 63.871 51.0314 65.3918C49.5106 66.9126 48.6562 68.9752 48.6562 71.126ZM108.125 71.126C108.125 73.2767 108.979 75.3394 110.5 76.8602C112.021 78.381 114.084 79.2354 116.234 79.2354C118.385 79.2354 120.448 78.381 121.969 76.8602C123.489 75.3394 124.344 73.2767 124.344 71.126C124.344 68.9752 123.489 66.9126 121.969 65.3918C120.448 63.871 118.385 63.0166 116.234 63.0166C114.084 63.0166 112.021 63.871 110.5 65.3918C108.979 66.9126 108.125 68.9752 108.125 71.126ZM86.5 10.8125C44.7029 10.8125 10.8125 44.7029 10.8125 86.5C10.8125 128.297 44.7029 162.188 86.5 162.188C128.297 162.188 162.188 128.297 162.188 86.5C162.188 44.7029 128.297 10.8125 86.5 10.8125ZM130.933 130.933C125.155 136.711 118.431 141.238 110.946 144.414C103.226 147.692 94.9979 149.348 86.5 149.348C78.0021 149.348 69.7744 147.692 62.0367 144.414C54.5638 141.258 47.7757 136.68 42.0505 130.933C36.2726 125.155 31.7448 118.431 28.5687 110.946C25.308 103.226 23.6523 94.9979 23.6523 86.5C23.6523 78.0021 25.308 69.7744 28.5855 62.0367C31.7416 54.5638 36.3205 47.7757 42.0674 42.0505C47.8453 36.2726 54.5693 31.7448 62.0536 28.5687C69.7744 25.308 78.0021 23.6523 86.5 23.6523C94.9979 23.6523 103.226 25.308 110.963 28.5855C118.436 31.7416 125.224 36.3205 130.95 42.0674C136.727 47.8453 141.255 54.5693 144.431 62.0536C147.692 69.7744 149.348 78.0021 149.348 86.5C149.348 94.9979 147.692 103.226 144.414 110.963C141.262 118.433 136.683 125.217 130.933 130.933ZM112.18 95.4541H60.8203C60.077 95.4541 59.4688 96.0623 59.4688 96.8057V104.915C59.4688 105.658 60.077 106.267 60.8203 106.267H112.18C112.923 106.267 113.531 105.658 113.531 104.915V96.8057C113.531 96.0623 112.923 95.4541 112.18 95.4541Z",fill:"black"})}),Ut=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M78.3906 86.5C78.3906 88.6507 79.245 90.7134 80.7658 92.2342C82.2866 93.755 84.3492 94.6094 86.5 94.6094C88.6507 94.6094 90.7134 93.755 92.2342 92.2342C93.755 90.7134 94.6094 88.6507 94.6094 86.5C94.6094 84.3493 93.755 82.2866 92.2342 80.7658C90.7134 79.245 88.6507 78.3906 86.5 78.3906C84.3492 78.3906 82.2866 79.245 80.7658 80.7658C79.245 82.2866 78.3906 84.3493 78.3906 86.5ZM112.18 86.5C112.18 88.6507 113.034 90.7134 114.555 92.2342C116.076 93.755 118.138 94.6094 120.289 94.6094C122.44 94.6094 124.502 93.755 126.023 92.2342C127.544 90.7134 128.398 88.6507 128.398 86.5C128.398 84.3493 127.544 82.2866 126.023 80.7658C124.502 79.245 122.44 78.3906 120.289 78.3906C118.138 78.3906 116.076 79.245 114.555 80.7658C113.034 82.2866 112.18 84.3493 112.18 86.5ZM44.6015 86.5C44.6015 88.6507 45.4559 90.7134 46.9767 92.2342C48.4975 93.755 50.5602 94.6094 52.7109 94.6094C54.8617 94.6094 56.9243 93.755 58.4451 92.2342C59.9659 90.7134 60.8203 88.6507 60.8203 86.5C60.8203 84.3493 59.9659 82.2866 58.4451 80.7658C56.9243 79.245 54.8617 78.3906 52.7109 78.3906C50.5602 78.3906 48.4975 79.245 46.9767 80.7658C45.4559 82.2866 44.6015 84.3493 44.6015 86.5ZM156.308 57.1711C152.49 48.0987 147.016 39.9556 140.039 32.9612C133.11 26.0074 124.885 20.4799 115.829 16.6918C106.537 12.7892 96.6705 10.8125 86.5 10.8125H86.1621C75.924 10.8632 66.0069 12.8905 56.6811 16.8776C47.7027 20.7046 39.5545 26.2419 32.6909 33.1809C25.781 40.1583 20.3579 48.2677 16.6073 57.3063C12.7216 66.6658 10.7618 76.6167 10.8125 86.8548C10.8698 98.5875 13.6456 110.147 18.9219 120.627V146.307C18.9219 148.368 19.7406 150.344 21.1981 151.802C22.6555 153.259 24.6322 154.078 26.6933 154.078H52.3899C62.8695 159.354 74.4293 162.13 86.1621 162.188H86.5169C96.6367 162.188 106.452 160.228 115.694 156.393C124.704 152.65 132.899 147.187 139.819 140.309C146.797 133.399 152.287 125.324 156.122 116.319C160.109 106.993 162.137 97.076 162.187 86.8379C162.238 76.5491 160.245 66.5645 156.308 57.1711ZM130.781 131.169C118.937 142.894 103.226 149.348 86.5 149.348H86.2128C76.0254 149.297 65.9056 146.763 56.9683 141.999L55.5492 141.238H31.7617V117.451L31.0014 116.032C26.2372 107.094 23.703 96.9746 23.6523 86.7872C23.5847 69.9434 30.0216 54.1301 41.8308 42.2194C53.6232 30.3088 69.3858 23.7199 86.2297 23.6523H86.5169C94.9641 23.6523 103.158 25.2911 110.879 28.5349C118.414 31.6941 125.172 36.2388 130.983 42.0505C136.778 47.8453 141.34 54.62 144.499 62.155C147.776 69.9603 149.415 78.2386 149.381 86.7872C149.28 103.614 142.674 119.377 130.781 131.169Z",fill:"black"})}),ut=A=>e.jsxs("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M116.906 81.0938H55.0938C54.3547 81.0938 53.75 81.702 53.75 82.4453V90.5547C53.75 91.298 54.3547 91.9062 55.0938 91.9062H116.906C117.645 91.9062 118.25 91.298 118.25 90.5547V82.4453C118.25 81.702 117.645 81.0938 116.906 81.0938Z",fill:"black"}),e.jsx("path",{d:"M86 10.8125C44.4445 10.8125 10.75 44.7029 10.75 86.5C10.75 128.297 44.4445 162.188 86 162.188C127.555 162.188 161.25 128.297 161.25 86.5C161.25 44.7029 127.555 10.8125 86 10.8125ZM86 149.348C51.4992 149.348 23.5156 121.201 23.5156 86.5C23.5156 51.7986 51.4992 23.6523 86 23.6523C120.501 23.6523 148.484 51.7986 148.484 86.5C148.484 121.201 120.501 149.348 86 149.348Z",fill:"black"})]}),Kt=A=>e.jsxs("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M55.0938 91.9062H116.906C117.645 91.9062 118.25 91.298 118.25 90.5547V82.4453C118.25 81.702 117.645 81.0938 116.906 81.0938H55.0938C54.3547 81.0938 53.75 81.702 53.75 82.4453V90.5547C53.75 91.298 54.3547 91.9062 55.0938 91.9062Z",fill:"black"}),e.jsx("path",{d:"M147.812 18.9219H24.1875C21.2145 18.9219 18.8125 21.3378 18.8125 24.3281V148.672C18.8125 151.662 21.2145 154.078 24.1875 154.078H147.812C150.786 154.078 153.188 151.662 153.188 148.672V24.3281C153.188 21.3378 150.786 18.9219 147.812 18.9219ZM141.094 141.914H30.9062V31.0859H141.094V141.914Z",fill:"black"})]}),kt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M131.659 33.2147C115.745 17.3 89.8284 17.3 73.9306 33.2147L29.8359 77.2756C29.5487 77.5628 29.3966 77.9514 29.3966 78.3568C29.3966 78.7623 29.5487 79.1509 29.8359 79.4381L36.07 85.6722C36.3549 85.9559 36.7407 86.1152 37.1428 86.1152C37.5449 86.1152 37.9306 85.9559 38.2156 85.6722L82.3103 41.6113C87.7841 36.1374 95.0657 33.1302 102.803 33.1302C110.541 33.1302 117.823 36.1374 123.28 41.6113C128.753 47.0851 131.761 54.3666 131.761 62.0874C131.761 69.8251 128.753 77.0898 123.28 82.5636L78.3401 127.486L71.0586 134.768C64.2501 141.576 53.1841 141.576 46.3756 134.768C43.0812 131.473 41.2735 127.098 41.2735 122.435C41.2735 117.772 43.0812 113.396 46.3756 110.102L90.9603 65.5339C92.0922 64.4189 93.579 63.7938 95.167 63.7938H95.1839C96.772 63.7938 98.2419 64.4189 99.3569 65.5339C100.489 66.6658 101.097 68.1526 101.097 69.7406C101.097 71.3118 100.472 72.7986 99.3569 73.9136L62.9154 110.321C62.6282 110.609 62.4761 110.997 62.4761 111.403C62.4761 111.808 62.6282 112.197 62.9154 112.484L69.1495 118.718C69.4344 119.002 69.8202 119.161 70.2223 119.161C70.6244 119.161 71.0101 119.002 71.2951 118.718L107.72 82.2933C111.082 78.9313 112.923 74.4711 112.923 69.7238C112.923 64.9764 111.065 60.4993 107.72 57.1542C100.776 50.2106 89.4905 50.2275 82.5468 57.1542L78.2218 61.4961L37.9791 101.722C35.2477 104.437 33.0827 107.668 31.6094 111.226C30.1361 114.785 29.384 118.6 29.3966 122.452C29.3966 130.274 32.4546 137.623 37.9791 143.147C43.7063 148.858 51.2075 151.713 58.7087 151.713C66.2098 151.713 73.711 148.858 79.4213 143.147L131.659 90.9433C139.346 83.2394 143.604 72.9844 143.604 62.0874C143.621 51.1736 139.363 40.9186 131.659 33.2147Z",fill:"black"})}),yt=A=>e.jsxs("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M80.9609 25.5312H91.0391C91.9349 25.5312 92.3828 25.9792 92.3828 26.875V145.125C92.3828 146.021 91.9349 146.469 91.0391 146.469H80.9609C80.0651 146.469 79.6172 146.021 79.6172 145.125V26.875C79.6172 25.9792 80.0651 25.5312 80.9609 25.5312Z",fill:"black"}),e.jsx("path",{d:"M32.25 79.6172H145.125C146.021 79.6172 146.469 80.0651 146.469 80.9609V91.0391C146.469 91.9349 146.021 92.3828 145.125 92.3828H26.875C25.9792 92.3828 25.5312 91.9349 25.5312 91.0391V80.9609C25.5312 80.0651 25.9792 79.6172 26.875 79.6172H32.25Z",fill:"black"})]}),Wt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M148.385 66.2435L106.756 24.6153C105.658 23.5172 104.222 22.9766 102.786 22.9766C101.35 22.9766 99.9142 23.5172 98.816 24.6153L71.5989 51.8493C69.5378 51.6128 67.4598 51.5114 65.3817 51.5114C53.0149 51.5114 40.6481 55.583 30.4945 63.7262C29.8797 64.2199 29.3757 64.8376 29.0155 65.539C28.6552 66.2405 28.4468 67.0099 28.4038 67.7973C28.3607 68.5847 28.4841 69.3723 28.7657 70.1088C29.0473 70.8454 29.481 71.5143 30.0384 72.0721L60.7357 102.769L24.3449 139.126C23.899 139.57 23.6238 140.156 23.5678 140.782L22.9934 147.067C22.8413 148.655 24.1084 150.007 25.6796 150.007C25.7641 150.007 25.8485 150.007 25.933 149.99L32.2178 149.415C32.8429 149.365 33.4342 149.077 33.8734 148.638L70.2642 112.247L100.962 142.945C102.06 144.043 103.496 144.583 104.932 144.583C106.571 144.583 108.192 143.874 109.308 142.488C118.819 130.612 122.772 115.744 121.167 101.367L148.385 74.1501C150.564 71.9876 150.564 68.4397 148.385 66.2435Z",fill:"black"})}),ht=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M148.385 66.2435L106.756 24.6153C105.658 23.5172 104.222 22.9766 102.786 22.9766C101.35 22.9766 99.9142 23.5172 98.816 24.6153L71.5989 51.8493C69.5378 51.6128 67.4598 51.5114 65.3817 51.5114C53.0149 51.5114 40.6481 55.583 30.4945 63.7262C29.8797 64.2199 29.3757 64.8376 29.0155 65.539C28.6552 66.2405 28.4468 67.0099 28.4038 67.7973C28.3607 68.5847 28.4841 69.3723 28.7657 70.1088C29.0473 70.8454 29.481 71.5143 30.0384 72.0721L60.7357 102.769L24.3449 139.126C23.899 139.57 23.6238 140.156 23.5678 140.782L22.9934 147.067C22.8413 148.655 24.1084 150.007 25.6796 150.007C25.7641 150.007 25.8485 150.007 25.933 149.99L32.2178 149.415C32.8429 149.365 33.4342 149.077 33.8734 148.638L70.2642 112.247L100.962 142.945C102.06 144.043 103.496 144.583 104.932 144.583C106.571 144.583 108.192 143.874 109.308 142.488C118.819 130.612 122.772 115.744 121.167 101.367L148.385 74.1501C150.564 71.9876 150.564 68.4397 148.385 66.2435ZM112.551 92.8017L108.412 96.9408L109.054 102.753C110.061 111.742 108.267 120.822 103.918 128.753L44.2636 69.0648C46.443 67.8653 48.7068 66.8517 51.0721 66.0407C55.6674 64.4526 60.4823 63.6586 65.3817 63.6586C67.0036 63.6586 68.6424 63.7431 70.2642 63.9289L76.076 64.5709L80.2151 60.4317L102.803 37.8438L135.156 70.1968L112.551 92.8017Z",fill:"black"})}),Bt=A=>e.jsxs("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M85.3281 118.938C98.6816 118.938 109.516 108.041 109.516 94.6094C109.516 81.1782 98.6816 70.2812 85.3281 70.2812C71.9746 70.2812 61.1406 81.1782 61.1406 94.6094C61.1406 108.041 71.9746 118.938 85.3281 118.938ZM85.3281 81.0938C92.7523 81.0938 98.7656 87.142 98.7656 94.6094C98.7656 102.077 92.7523 108.125 85.3281 108.125C77.9039 108.125 71.8906 102.077 71.8906 94.6094C71.8906 87.142 77.9039 81.0938 85.3281 81.0938Z",fill:"black"}),e.jsx("path",{d:"M139.75 43.25H135.03L129.034 22.8245C128.362 20.51 126.262 18.9219 123.877 18.9219H48.123C45.7211 18.9219 43.6215 20.51 42.9664 22.8245L36.9699 43.25H32.25C29.277 43.25 26.875 45.6659 26.875 48.6562V53.3867C26.875 54.1301 27.4797 54.7383 28.2188 54.7383H35.9117L43.9238 149.128C44.0375 150.478 44.6513 151.737 45.6437 152.653C46.6361 153.57 47.9346 154.079 49.282 154.078H121.374C122.722 154.079 124.02 153.57 125.013 152.653C126.005 151.737 126.619 150.478 126.732 149.128L134.745 54.7383H143.781C144.52 54.7383 145.125 54.1301 145.125 53.3867V48.6562C145.125 45.6659 142.723 43.25 139.75 43.25ZM52.6414 30.4102H119.359L123.121 43.25H48.8789L52.6414 30.4102ZM115.831 142.59H54.825L47.3672 54.7383H123.272L115.831 142.59Z",fill:"black"})]}),Qt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M145.125 124.344C145.125 105.489 134.14 89.2031 118.25 81.6175V53.6063C118.25 51.0553 117.36 48.5887 115.714 46.6458L90.1152 16.1174C89.0402 14.8334 87.5117 14.1914 86 14.1914C84.4883 14.1914 82.9598 14.8334 81.8848 16.1174L56.2863 46.6458C54.6514 48.5926 53.7531 51.058 53.75 53.6063V81.6175C37.8602 89.2031 26.875 105.489 26.875 124.344H53.1621C52.7758 125.56 52.5742 126.878 52.5742 128.365C52.5742 132.098 53.8508 135.748 56.1687 138.637C58.0608 140.999 60.5666 142.789 63.4082 143.806C67.2883 152.929 76.1066 158.809 86 158.809C90.8879 158.809 95.6246 157.356 99.6727 154.619C103.637 151.949 106.711 148.216 108.575 143.806C111.415 142.795 113.921 141.011 115.814 138.653C118.136 135.738 119.403 132.116 119.409 128.382C119.409 126.962 119.224 125.611 118.888 124.361H145.125V124.344ZM128.043 104.983C129.621 107.449 130.898 110.102 131.822 112.855H117.578V94.3897C121.769 97.1404 125.335 100.75 128.043 104.983ZM65.1719 81.6175V53.8598L86 29.0248L106.828 53.8598V112.855H65.1719V81.6175ZM40.1781 112.855C41.102 110.102 42.3785 107.449 43.9574 104.983C46.6953 100.725 50.2563 97.1267 54.4219 94.3897V112.855H40.1781ZM105.501 132.487C104.628 132.994 103.62 133.196 102.629 133.061L99.3535 132.656L98.8832 135.933C97.9762 142.336 92.4332 147.168 86 147.168C79.5668 147.168 74.0238 142.336 73.1168 135.933L72.6465 132.639L69.3711 133.061C68.3753 133.181 67.3679 132.973 66.4988 132.47C65.0375 131.625 64.1305 130.054 64.1305 128.348C64.1305 126.557 65.1215 125.07 66.5828 124.327H105.434C106.912 125.087 107.886 126.574 107.886 128.348C107.87 130.071 106.962 131.659 105.501 132.487ZM77.9375 67.5781C77.9375 69.7289 78.7869 71.7915 80.299 73.3123C81.811 74.8331 83.8617 75.6875 86 75.6875C88.1383 75.6875 90.189 74.8331 91.701 73.3123C93.2131 71.7915 94.0625 69.7289 94.0625 67.5781C94.0625 65.4274 93.2131 63.3647 91.701 61.8439C90.189 60.3231 88.1383 59.4688 86 59.4688C83.8617 59.4688 81.811 60.3231 80.299 61.8439C78.7869 63.3647 77.9375 65.4274 77.9375 67.5781Z",fill:"black"})}),ft=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M150.919 49.5517L123.448 22.0812C122.181 20.8141 120.627 19.8849 118.938 19.378V18.9219H24.3281C21.3378 18.9219 18.9219 21.3378 18.9219 24.3281V148.672C18.9219 151.662 21.3378 154.078 24.3281 154.078H148.672C151.662 154.078 154.078 151.662 154.078 148.672V57.188C154.078 54.3159 152.946 51.579 150.919 49.5517ZM64.875 31.0859H108.125V48.6562H64.875V31.0859ZM141.914 141.914H31.0859V31.0859H54.0625V54.0625C54.0625 57.0528 56.4784 59.4688 59.4688 59.4688H113.531C116.522 59.4688 118.938 57.0528 118.938 54.0625V34.7689L141.914 57.7455V141.914ZM86.5 74.6738C73.0688 74.6738 62.1719 85.5708 62.1719 99.002C62.1719 112.433 73.0688 123.33 86.5 123.33C99.9312 123.33 110.828 112.433 110.828 99.002C110.828 85.5708 99.9312 74.6738 86.5 74.6738ZM86.5 112.518C79.0326 112.518 72.9844 106.469 72.9844 99.002C72.9844 91.5346 79.0326 85.4863 86.5 85.4863C93.9674 85.4863 100.016 91.5346 100.016 99.002C100.016 106.469 93.9674 112.518 86.5 112.518Z",fill:"black"})}),Et=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M153.673 144.364L109.798 100.489C116.606 91.6866 120.289 80.9248 120.289 69.6055C120.289 56.0561 115.001 43.3514 105.439 33.7722C95.8765 24.193 83.138 18.9219 69.6055 18.9219C56.073 18.9219 43.3345 24.2099 33.7722 33.7722C24.193 43.3345 18.9219 56.0561 18.9219 69.6055C18.9219 83.138 24.2099 95.8765 33.7722 105.439C43.3345 115.018 56.0561 120.289 69.6055 120.289C80.9248 120.289 91.6697 116.606 100.472 109.814L144.347 153.673C144.476 153.801 144.628 153.904 144.796 153.973C144.965 154.043 145.145 154.079 145.327 154.079C145.509 154.079 145.689 154.043 145.857 153.973C146.025 153.904 146.178 153.801 146.307 153.673L153.673 146.324C153.801 146.195 153.904 146.042 153.973 145.874C154.043 145.706 154.079 145.526 154.079 145.344C154.079 145.162 154.043 144.981 153.973 144.813C153.904 144.645 153.801 144.492 153.673 144.364ZM96.3664 96.3664C89.2031 103.513 79.7084 107.449 69.6055 107.449C59.5025 107.449 50.0078 103.513 42.8445 96.3664C35.6981 89.2031 31.7617 79.7084 31.7617 69.6055C31.7617 59.5025 35.6981 49.9909 42.8445 42.8445C50.0078 35.6981 59.5025 31.7617 69.6055 31.7617C79.7084 31.7617 89.22 35.6813 96.3664 42.8445C103.513 50.0078 107.449 59.5025 107.449 69.6055C107.449 79.7084 103.513 89.22 96.3664 96.3664Z",fill:"black"})}),Tt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M155.337 105.098L144.335 95.6918C144.856 92.5004 145.125 89.2418 145.125 85.9832C145.125 82.7246 144.856 79.466 144.335 76.2746L155.337 66.8683C156.167 66.1579 156.761 65.2118 157.04 64.1556C157.319 63.0995 157.27 61.9834 156.9 60.9558L156.748 60.5191C153.72 52.0539 149.184 44.2066 143.361 37.3562L143.059 37.0035C142.353 36.1729 141.411 35.5759 140.359 35.291C139.306 35.0062 138.192 35.0469 137.163 35.4078L123.507 40.2621C118.468 36.1301 112.841 32.8715 106.761 30.5871L104.124 16.3098C103.925 15.2355 103.404 14.2471 102.63 13.4761C101.856 12.705 100.865 12.1877 99.7902 11.993L99.3367 11.909C90.5855 10.3301 81.3808 10.3301 72.6296 11.909L72.1761 11.993C71.1011 12.1877 70.1107 12.705 69.3367 13.4761C68.5626 14.2471 68.0415 15.2355 67.8425 16.3098L65.1886 30.6543C59.1567 32.9391 53.5394 36.196 48.5597 40.2957L34.8031 35.4078C33.7745 35.044 32.6596 35.0018 31.6065 35.2869C30.5534 35.5719 29.612 36.1706 28.9074 37.0035L28.605 37.3562C22.789 44.2114 18.2544 52.0575 15.2179 60.5191L15.0667 60.9558C14.3109 63.0555 14.9324 65.407 16.6288 66.8683L27.7652 76.3754C27.2445 79.5332 26.9925 82.7582 26.9925 85.9664C26.9925 89.1914 27.2445 92.4164 27.7652 95.5574L16.6288 105.064C15.799 105.775 15.2051 106.721 14.926 107.777C14.647 108.833 14.6961 109.949 15.0667 110.977L15.2179 111.414C18.2581 119.879 22.7597 127.69 28.605 134.577L28.9074 134.929C29.6137 135.76 30.5552 136.357 31.6077 136.642C32.6601 136.927 33.7742 136.886 34.8031 136.525L48.5597 131.637C53.5652 135.752 59.1585 139.011 65.1886 141.279L67.8425 155.623C68.0415 156.697 68.5626 157.686 69.3367 158.457C70.1107 159.228 71.1011 159.745 72.1761 159.94L72.6296 160.024C81.4612 161.611 90.5051 161.611 99.3367 160.024L99.7902 159.94C100.865 159.745 101.856 159.228 102.63 158.457C103.404 157.686 103.925 156.697 104.124 155.623L106.761 141.346C112.839 139.067 118.498 135.798 123.507 131.671L137.163 136.525C138.192 136.889 139.307 136.931 140.36 136.646C141.413 136.361 142.354 135.762 143.059 134.929L143.361 134.577C149.207 127.673 153.708 119.879 156.748 111.414L156.9 110.977C157.655 108.911 157.034 106.559 155.337 105.098ZM132.41 78.2566C132.83 80.793 133.048 83.3965 133.048 86C133.048 88.6035 132.83 91.207 132.41 93.7433L131.301 100.479L143.848 111.212C141.946 115.594 139.545 119.742 136.693 123.575L121.105 118.048L115.831 122.382C111.817 125.674 107.349 128.261 102.511 130.075L96.1117 132.477L93.105 148.77C88.3611 149.307 83.5716 149.307 78.8277 148.77L75.821 132.443L69.4718 130.008C64.6847 128.194 60.2335 125.607 56.2527 122.332L50.9785 117.981L35.2902 123.558C32.4347 119.711 30.0495 115.562 28.1347 111.195L40.8163 100.361L39.7245 93.6426C39.3214 91.1398 39.1031 88.5531 39.1031 86C39.1031 83.4301 39.3046 80.8601 39.7245 78.3574L40.8163 71.6387L28.1347 60.8047C30.0327 56.4207 32.4347 52.2887 35.2902 48.4422L50.9785 54.0187L56.2527 49.6683C60.2335 46.393 64.6847 43.8062 69.4718 41.9922L75.8378 39.5902L78.8445 23.2637C83.5644 22.7262 88.3851 22.7262 93.1218 23.2637L96.1284 39.5566L102.528 41.9586C107.349 43.7726 111.834 46.3594 115.848 49.6516L121.122 53.9851L136.71 48.459C139.565 52.3055 141.95 56.4543 143.865 60.8215L131.318 71.5547L132.41 78.2566ZM85.9999 54.7578C69.6734 54.7578 56.4374 67.9937 56.4374 84.3203C56.4374 100.647 69.6734 113.883 85.9999 113.883C102.326 113.883 115.562 100.647 115.562 84.3203C115.562 67.9937 102.326 54.7578 85.9999 54.7578ZM99.3031 97.6234C97.5582 99.3733 95.4846 100.761 93.2016 101.706C90.9185 102.652 88.471 103.137 85.9999 103.133C80.9777 103.133 76.2577 101.168 72.6968 97.6234C70.947 95.8786 69.5594 93.805 68.6139 91.5219C67.6684 89.2389 67.1836 86.7914 67.1874 84.3203C67.1874 79.298 69.1527 74.5781 72.6968 71.0172C76.2577 67.4562 80.9777 65.5078 85.9999 65.5078C91.0222 65.5078 95.7421 67.4562 99.3031 71.0172C101.053 72.762 102.44 74.8356 103.386 77.1187C104.332 79.4017 104.816 81.8492 104.812 84.3203C104.812 89.3426 102.847 94.0625 99.3031 97.6234Z",fill:"black"})}),Jt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M48.375 71.126C48.375 73.2767 49.2244 75.3394 50.7365 76.8602C52.2485 78.381 54.2992 79.2354 56.4375 79.2354C58.5758 79.2354 60.6265 78.381 62.1385 76.8602C63.6506 75.3394 64.5 73.2767 64.5 71.126C64.5 68.9752 63.6506 66.9126 62.1385 65.3918C60.6265 63.871 58.5758 63.0166 56.4375 63.0166C54.2992 63.0166 52.2485 63.871 50.7365 65.3918C49.2244 66.9126 48.375 68.9752 48.375 71.126ZM107.5 71.126C107.5 73.2767 108.349 75.3394 109.861 76.8602C111.373 78.381 113.424 79.2354 115.562 79.2354C117.701 79.2354 119.752 78.381 121.264 76.8602C122.776 75.3394 123.625 73.2767 123.625 71.126C123.625 68.9752 122.776 66.9126 121.264 65.3918C119.752 63.871 117.701 63.0166 115.562 63.0166C113.424 63.0166 111.373 63.871 109.861 65.3918C108.349 66.9126 107.5 68.9752 107.5 71.126ZM86 10.8125C44.4445 10.8125 10.75 44.7029 10.75 86.5C10.75 128.297 44.4445 162.188 86 162.188C127.555 162.188 161.25 128.297 161.25 86.5C161.25 44.7029 127.555 10.8125 86 10.8125ZM130.176 130.933C124.431 136.711 117.746 141.238 110.305 144.414C102.629 147.692 94.4488 149.348 86 149.348C77.5512 149.348 69.3711 147.692 61.6781 144.414C54.2484 141.258 47.4996 136.68 41.8074 130.933C36.0629 125.155 31.5613 118.431 28.4035 110.946C25.1617 103.226 23.5156 94.9979 23.5156 86.5C23.5156 78.0021 25.1617 69.7744 28.4203 62.0367C31.5581 54.5638 36.1105 47.7757 41.8242 42.0505C47.5687 36.2726 54.2539 31.7448 61.6949 28.5687C69.3711 25.308 77.5512 23.6523 86 23.6523C94.4488 23.6523 102.629 25.308 110.322 28.5855C117.752 31.7416 124.5 36.3205 130.193 42.0674C135.937 47.8453 140.439 54.5693 143.596 62.0536C146.838 69.7744 148.484 78.0021 148.484 86.5C148.484 94.9979 146.838 103.226 143.58 110.963C140.446 118.433 135.893 125.217 130.176 130.933ZM111.531 90.0479H103.452C102.746 90.0479 102.142 90.5885 102.091 91.298C101.453 99.6608 94.4824 106.267 86 106.267C77.5176 106.267 70.5301 99.6608 69.9086 91.298C69.8582 90.5885 69.2535 90.0479 68.548 90.0479H60.4688C60.2865 90.0476 60.1061 90.0847 59.9385 90.1568C59.7709 90.2289 59.6197 90.3345 59.494 90.4673C59.3683 90.6 59.2708 90.7571 59.2073 90.929C59.1439 91.1009 59.1159 91.2839 59.125 91.467C59.8641 105.709 71.6387 117.079 86 117.079C100.361 117.079 112.136 105.709 112.875 91.467C112.884 91.2839 112.856 91.1009 112.793 90.929C112.729 90.7571 112.632 90.6 112.506 90.4673C112.38 90.3345 112.229 90.2289 112.061 90.1568C111.894 90.0847 111.714 90.0476 111.531 90.0479Z",fill:"black"})}),zt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M152.532 59.3098L109.885 53.1117L90.8205 14.4621C90.2998 13.4039 89.4432 12.5473 88.3849 12.0266C85.731 10.7164 82.506 11.8082 81.1791 14.4621L62.1146 53.1117L19.4674 59.3098C18.2916 59.4778 17.2166 60.0321 16.3935 60.8719C15.3985 61.8946 14.8502 63.2705 14.8691 64.6973C14.888 66.124 15.4726 67.4849 16.4943 68.4809L47.3502 98.5641L40.0603 141.043C39.8894 142.032 39.9987 143.048 40.376 143.977C40.7532 144.906 41.3833 145.711 42.1947 146.3C43.0061 146.89 43.9664 147.24 44.9667 147.311C45.967 147.383 46.9673 147.172 47.8541 146.704L85.9998 126.648L124.146 146.704C125.187 147.258 126.396 147.443 127.555 147.241C130.478 146.738 132.443 143.966 131.939 141.043L124.649 98.5641L155.505 68.4809C156.345 67.6578 156.899 66.5828 157.067 65.4071C157.521 62.4676 155.472 59.7465 152.532 59.3098ZM111.665 94.3313L117.729 129.655L85.9998 112.993L54.2705 129.672L60.3342 94.3481L34.6685 69.3207L70.1435 64.1641L85.9998 32.0317L101.856 64.1641L137.331 69.3207L111.665 94.3313Z",fill:"black"})}),Nt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M158.471 77.0641L153.47 24.557C153.217 21.8359 151.037 19.6859 148.3 19.4172L95.4881 14.4453H95.4205C94.8799 14.4453 94.4576 14.6133 94.1366 14.9324L15.0195 93.5922C14.8628 93.7476 14.7386 93.9322 14.6538 94.1354C14.569 94.3386 14.5254 94.5564 14.5254 94.7764C14.5254 94.9964 14.569 95.2142 14.6538 95.4174C14.7386 95.6206 14.8628 95.8052 15.0195 95.9605L76.4818 157.068C76.8028 157.387 77.2251 157.555 77.6813 157.555C78.1374 157.555 78.5598 157.387 78.8808 157.068L157.998 78.4078C158.336 78.0551 158.505 77.568 158.471 77.0641ZM77.6644 140.204L31.9816 94.7848L99.509 27.6477L141.239 31.5781L145.192 73.0664L77.6644 140.204ZM114.883 43C106.689 43 100.016 49.6348 100.016 57.7812C100.016 65.9277 106.689 72.5625 114.883 72.5625C123.077 72.5625 129.75 65.9277 129.75 57.7812C129.75 49.6348 123.077 43 114.883 43ZM114.883 63.1562C111.893 63.1562 109.477 60.7543 109.477 57.7812C109.477 54.8082 111.893 52.4062 114.883 52.4062C117.873 52.4062 120.289 54.8082 120.289 57.7812C120.289 60.7543 117.873 63.1562 114.883 63.1562Z",fill:"black"})}),It=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M81.6343 132.746L145.529 69.2031C145.817 68.9176 145.952 68.5313 145.918 68.1449L141.61 17.5192C141.492 16.209 140.461 15.1844 139.143 15.0668L88.2232 10.8004C87.8346 10.7668 87.4292 10.9012 87.1589 11.1867L23.2637 74.7125C23.0122 74.9651 22.8711 75.3061 22.8711 75.6615C22.8711 76.017 23.0122 76.358 23.2637 76.6106L79.7252 132.746C80.249 133.283 81.1106 133.283 81.6343 132.746ZM92.2103 23.2805L130.155 26.4719L133.365 64.1977L80.6713 116.57L39.5163 75.6699L92.2103 23.2805ZM102.374 54.5613C103.127 55.3099 104.021 55.9038 105.005 56.3089C105.989 56.714 107.044 56.9225 108.109 56.9224C109.174 56.9223 110.228 56.7137 111.212 56.3085C112.196 55.9032 113.09 55.3092 113.843 54.5605C114.596 53.8117 115.193 52.9228 115.601 51.9446C116.008 50.9663 116.218 49.9178 116.218 48.859C116.218 47.8002 116.008 46.7517 115.6 45.7735C115.193 44.7953 114.595 43.9066 113.842 43.1579C113.089 42.4093 112.195 41.8154 111.211 41.4103C110.227 41.0052 109.172 40.7967 108.107 40.7968C107.042 40.7969 105.988 41.0055 105.004 41.4107C104.02 41.816 103.126 42.41 102.373 43.1587C101.62 43.9075 101.023 44.7964 100.615 45.7746C100.208 46.7529 99.9983 47.8014 99.9984 48.8602C99.9984 49.919 100.208 50.9675 100.616 51.9457C101.024 52.9239 101.621 53.8126 102.374 54.5613ZM150.311 90.6695L143.62 84.0348C143.366 83.7847 143.023 83.6444 142.666 83.6444C142.308 83.6444 141.965 83.7847 141.711 84.0348L80.5531 144.722L40.4117 104.913C40.1576 104.663 39.8146 104.523 39.4571 104.523C39.0996 104.523 38.7566 104.663 38.5026 104.913L31.8124 111.548C31.5608 111.801 31.4197 112.142 31.4197 112.497C31.4197 112.852 31.5608 113.194 31.8124 113.446L72.8999 154.229L79.5901 160.864C80.1138 161.384 80.9754 161.384 81.4992 160.864L150.311 92.5676C150.834 92.0469 150.834 91.1902 150.311 90.6695Z",fill:"black"})}),Lt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M121.441 104.225C112.002 96.0109 99.6727 91.0391 86.1681 91.0391C72.6634 91.0391 60.3345 96.0109 50.8778 104.241C50.6167 104.477 50.4568 104.804 50.4318 105.155C50.4067 105.506 50.5184 105.852 50.7434 106.123L56.7903 113.329C57.2774 113.9 58.1341 113.967 58.7052 113.48C66.0286 107.03 75.6364 103.133 86.1681 103.133C96.6997 103.133 106.308 107.03 113.631 113.463C114.202 113.95 115.059 113.883 115.546 113.312L121.593 106.106C122.063 105.552 121.996 104.712 121.441 104.225ZM141.161 80.6922C126.262 68.2793 107.097 60.8047 86.1681 60.8047C65.2391 60.8047 46.0739 68.2793 31.1583 80.6922C30.8854 80.9223 30.7146 81.251 30.6832 81.6066C30.6517 81.9622 30.7621 82.3158 30.9903 82.5902L37.0372 89.7961C37.5075 90.3672 38.3641 90.4344 38.9184 89.9641C51.7345 79.3148 68.2122 72.8984 86.1681 72.8984C104.124 72.8984 120.602 79.3148 133.401 89.9641C133.972 90.4344 134.812 90.3672 135.282 89.7961L141.329 82.5902C141.799 82.0191 141.732 81.1625 141.161 80.6922ZM160.763 57.3445C140.372 40.6148 114.269 30.5703 85.8321 30.5703C57.5798 30.5703 31.6454 40.4805 11.3044 57.0086C11.1646 57.1209 11.0488 57.26 10.9636 57.4177C10.8784 57.5755 10.8257 57.7486 10.8085 57.9271C10.7912 58.1055 10.8099 58.2856 10.8633 58.4567C10.9168 58.6278 11.0039 58.7865 11.1196 58.9234L17.1665 66.1293C17.6368 66.6836 18.4766 66.7676 19.0309 66.3141C37.2891 51.516 60.5192 42.6641 85.8321 42.6641C111.33 42.6641 134.711 51.6504 153.02 66.6332C153.591 67.1035 154.431 67.0195 154.901 66.4484L160.948 59.2426C161.435 58.6715 161.351 57.8148 160.763 57.3445ZM75.2501 130.68C75.2501 133.531 76.3827 136.265 78.3987 138.281C80.4147 140.297 83.149 141.43 86.0001 141.43C88.8512 141.43 91.5855 140.297 93.6015 138.281C95.6175 136.265 96.7501 133.531 96.7501 130.68C96.7501 127.829 95.6175 125.094 93.6015 123.078C91.5855 121.062 88.8512 119.93 86.0001 119.93C83.149 119.93 80.4147 121.062 78.3987 123.078C76.3827 125.094 75.2501 127.829 75.2501 130.68Z",fill:"black"})}),bt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M106.996 74.4102H87.1757V51.9024C87.1757 51.1633 86.571 50.5586 85.8319 50.5586H75.7538C75.0147 50.5586 74.4101 51.1633 74.4101 51.9024V74.4102H54.5897C53.8507 74.4102 53.246 75.0149 53.246 75.7539V85.8321C53.246 86.5711 53.8507 87.1758 54.5897 87.1758H74.4101V109.684C74.4101 110.423 75.0147 111.027 75.7538 111.027H85.8319C86.571 111.027 87.1757 110.423 87.1757 109.684V87.1758H106.996C107.735 87.1758 108.34 86.5711 108.34 85.8321V75.7539C108.34 75.0149 107.735 74.4102 106.996 74.4102ZM154.699 145.629L130.176 121.105C150.685 96.0949 149.257 59.041 125.808 35.6094C100.949 10.7332 60.5694 10.7332 35.6093 35.6094C10.7331 60.5696 10.7331 100.949 35.6093 125.809C59.0409 149.257 96.0948 150.685 121.105 130.176L145.629 154.699C146.166 155.17 147.023 155.17 147.476 154.699L154.699 147.477C155.169 147.023 155.169 146.166 154.699 145.629ZM116.906 116.906C96.9515 136.844 64.6343 136.844 44.6796 116.906C24.7417 96.9516 24.7417 64.6344 44.6796 44.6797C64.6343 24.7418 96.9515 24.7418 116.906 44.6797C136.844 64.6344 136.844 96.9516 116.906 116.906Z",fill:"black"})}),xt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M107.618 74.4102H54.9072C54.1638 74.4102 53.5556 75.0149 53.5556 75.7539V85.8321C53.5556 86.5711 54.1638 87.1758 54.9072 87.1758H107.618C108.361 87.1758 108.97 86.5711 108.97 85.8321V75.7539C108.97 75.0149 108.361 74.4102 107.618 74.4102ZM155.599 145.629L130.933 121.105C151.561 96.0949 150.125 59.041 126.54 35.6094C101.536 10.7332 60.9217 10.7332 35.8164 35.6094C10.7956 60.5696 10.7956 100.949 35.8164 125.809C59.3843 149.257 96.6536 150.685 121.81 130.176L146.476 154.699C147.016 155.17 147.878 155.17 148.334 154.699L155.599 147.477C156.072 147.023 156.072 146.166 155.599 145.629ZM117.586 116.906C97.5152 136.844 65.0101 136.844 44.9394 116.906C24.8856 96.9516 24.8856 64.6344 44.9394 44.6797C65.0101 24.7418 97.5152 24.7418 117.586 44.6797C137.64 64.6344 137.64 96.9516 117.586 116.906Z",fill:"black"})}),Ot=()=>e.jsxs("svg",{width:"1220",height:"450",viewBox:"0 0 1220 450",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M587.57 128.51V303.7H562.24V113.84L587.57 128.51ZM688.98 194.03H714.43V303.7H688.98V292.22C678.55 301.98 667.32 306.86 655.31 306.86C640.15 306.86 627.61 301.38 617.7 290.42C607.87 279.24 602.95 265.27 602.95 248.53C602.95 232.09 607.87 218.39 617.7 207.43C627.53 196.47 639.84 190.99 654.63 190.99C667.39 190.99 678.84 196.24 688.97 206.75V194.03H688.98ZM628.85 248.53C628.85 259.04 631.66 267.6 637.29 274.2C643.07 280.88 650.35 284.22 659.13 284.22C668.51 284.22 676.09 280.99 681.87 274.54C687.65 267.86 690.54 259.38 690.54 249.09C690.54 238.81 687.65 230.33 681.87 223.64C676.09 217.11 668.58 213.84 659.35 213.84C650.64 213.84 643.36 217.14 637.51 223.75C631.74 230.44 628.85 238.69 628.85 248.53ZM840.94 301.11C840.94 306.29 840.77 310.85 840.43 314.79C840.09 318.73 839.62 322.2 839.02 325.2C837.22 333.46 833.69 340.55 828.44 346.48C818.53 357.89 804.91 363.59 787.57 363.59C772.93 363.59 760.88 359.65 751.43 351.77C741.67 343.66 736.04 332.44 734.54 318.1H759.99C760.96 323.5 762.58 327.67 764.83 330.6C770.08 337.43 777.74 340.85 787.8 340.85C806.34 340.85 815.61 329.48 815.61 306.73V291.42C805.55 301.71 793.95 306.85 780.82 306.85C765.88 306.85 753.65 301.45 744.11 290.64C734.5 279.68 729.7 265.98 729.7 249.54C729.7 233.55 734.16 219.97 743.1 208.78C752.71 196.92 765.39 190.99 781.16 190.99C794.97 190.99 806.45 196.13 815.61 206.42V194.03H840.94V301.11ZM816.61 249.09C816.61 238.43 813.76 229.91 808.05 223.53C802.27 217 794.88 213.73 785.87 213.73C776.26 213.73 768.68 217.3 763.13 224.43C758.1 230.81 755.59 239.07 755.59 249.2C755.59 259.18 758.1 267.37 763.13 273.75C768.61 280.73 776.19 284.22 785.87 284.22C795.55 284.22 803.21 280.69 808.84 273.64C814.03 267.26 816.61 259.07 816.61 249.09ZM856.2 248.08C856.2 232.24 861.87 218.77 873.2 207.66C884.53 196.55 898.35 191 914.63 191C930.99 191 944.88 196.59 956.29 207.78C967.55 218.97 973.18 232.7 973.18 248.99C973.18 265.43 967.51 279.2 956.18 290.31C944.77 301.34 930.77 306.86 914.18 306.86C897.74 306.86 883.97 301.23 872.86 289.97C861.76 278.85 856.2 264.89 856.2 248.08ZM882.1 248.53C882.1 259.49 885.03 268.16 890.88 274.54C896.89 281 904.8 284.22 914.64 284.22C924.55 284.22 932.47 281.03 938.4 274.65C944.33 268.27 947.3 259.75 947.3 249.09C947.3 238.43 944.33 229.91 938.4 223.53C932.39 217.07 924.48 213.85 914.64 213.85C904.96 213.85 897.11 217.08 891.11 223.53C885.1 229.99 882.1 238.32 882.1 248.53ZM983.28 248.08C983.28 232.24 988.95 218.77 1000.28 207.66C1011.61 196.55 1025.43 191 1041.72 191C1058.08 191 1071.97 196.59 1083.38 207.78C1094.64 218.97 1100.27 232.7 1100.27 248.99C1100.27 265.43 1094.6 279.2 1083.27 290.31C1071.86 301.34 1057.86 306.86 1041.27 306.86C1024.83 306.86 1011.06 301.23 999.95 289.97C988.83 278.85 983.28 264.89 983.28 248.08ZM1009.18 248.53C1009.18 259.49 1012.11 268.16 1017.96 274.54C1023.97 281 1031.88 284.22 1041.72 284.22C1051.63 284.22 1059.55 281.03 1065.48 274.65C1071.41 268.27 1074.38 259.75 1074.38 249.09C1074.38 238.43 1071.41 229.91 1065.48 223.53C1059.47 217.07 1051.56 213.85 1041.72 213.85C1032.04 213.85 1024.19 217.08 1018.19 223.53C1012.18 229.99 1009.18 238.32 1009.18 248.53ZM1115.53 194.03H1140.98V204.16C1149.84 195.38 1159.82 190.99 1170.93 190.99C1183.69 190.99 1193.64 195.01 1200.77 203.04C1206.92 209.87 1210 221.02 1210 236.48V303.7H1184.55V242.45C1184.55 231.64 1183.05 224.17 1180.05 220.04C1177.12 215.84 1171.79 213.73 1164.06 213.73C1155.65 213.73 1149.69 216.51 1146.16 222.06C1142.71 227.54 1140.98 237.11 1140.98 250.77V303.69H1115.53V194.03Z",fill:"url(#paint0_linear_46_6233)"}),e.jsx("path",{d:"M231.63 208.26L395.11 303.6V113.81L316.24 156.94L231.63 208.26Z",fill:"url(#paint1_linear_46_6233)"}),e.jsx("path",{d:"M395.06 336.18L202.56 224.97L138.76 256.09L10.0601 336.16L202.68 447.29L395.06 336.18Z",fill:"url(#paint2_linear_46_6233)"}),e.jsx("path",{d:"M202.56 224.97V2.70996L10 113.75L10.06 336.16L202.56 224.97Z",fill:"url(#paint3_linear_46_6233)"}),e.jsx("path",{d:"M395.11 113.81L231.63 19.47V208.26L395.11 113.81Z",fill:"url(#paint4_linear_46_6233)"}),e.jsxs("defs",{children:[e.jsxs("linearGradient",{id:"paint0_linear_46_6233",x1:"562.24",y1:"238.72",x2:"1210",y2:"238.72",gradientUnits:"userSpaceOnUse",children:[e.jsx("stop",{stopColor:"#00AEEF"}),e.jsx("stop",{offset:"1",stopColor:"#2B3990"})]}),e.jsxs("linearGradient",{id:"paint1_linear_46_6233",x1:"296.339",y1:"272.966",x2:"425.302",y2:"144.003",gradientUnits:"userSpaceOnUse",children:[e.jsx("stop",{stopColor:"#4578E6"}),e.jsx("stop",{offset:"0.9",stopColor:"#2BC0E4"})]}),e.jsxs("linearGradient",{id:"paint2_linear_46_6233",x1:"282.089",y1:"241.387",x2:"123.027",y2:"430.95",gradientUnits:"userSpaceOnUse",children:[e.jsx("stop",{stopColor:"#4578E6"}),e.jsx("stop",{offset:"0.75",stopColor:"#262D65"})]}),e.jsxs("linearGradient",{id:"paint3_linear_46_6233",x1:"237.74",y1:"37.8957",x2:"-25.232",y2:"300.868",gradientUnits:"userSpaceOnUse",children:[e.jsx("stop",{offset:"0.15",stopColor:"#4578E6"}),e.jsx("stop",{offset:"0.95",stopColor:"#262D65"})]}),e.jsxs("linearGradient",{id:"paint4_linear_46_6233",x1:"231.633",y1:"113.865",x2:"395.113",y2:"113.865",gradientUnits:"userSpaceOnUse",children:[e.jsx("stop",{stopColor:"#4578E6"}),e.jsx("stop",{offset:"0.55",stopColor:"#2BC0E4"})]})]})]}),wt=A=>e.jsx("svg",{...A,width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M12 3.19999V1M12 20.8V23M5.85563 5.85563L4.30001 4.30001M18.3008 18.3008L19.8564 19.8564M3.19999 12H1M20.8 12H23M18.3014 5.85563L19.857 4.30001M5.85616 18.3008L4.30054 19.8564M12 17.5C8.96245 17.5 6.49999 15.0376 6.49999 12C6.49999 8.96245 8.96245 6.49999 12 6.49999C15.0376 6.49999 17.5 8.96245 17.5 12C17.5 15.0376 15.0376 17.5 12 17.5Z",strokeWidth:"1.54",strokeLinecap:"round",strokeLinejoin:"round"})}),vt=A=>e.jsx(s.default,{component:Ot,...A}),Rt=A=>e.jsx(s.default,{component:wt,...A}),Mt=t.forwardRef((({userInfo:A,navLinks:a,icon:o,toggleTheme:r,userDropdownMenu:n,logoNav:s,currentPath:p},i)=>{const{firstName:C,lastName:m,image:d,email:c}=A,V=!!d,S=!(!C||!m),Z=S?ye(C.charAt(0),m.charAt(0)):ye(c.charAt(0),c.charAt(1)),g=S?C.charAt(0).toUpperCase()+m.charAt(0).toUpperCase():c.charAt(0).toUpperCase(),q=V?e.jsx(qe,{src:d,alt:"user_avatar"}):e.jsx(ge,{$bgColor:Z.bgColor,$textColor:Z.textColor,children:g}),U=S?e.jsx("span",{className:"user-name",children:`${C} ${m}`}):e.jsx("span",{className:"user-name",children:c}),u=t.useRef(null),[K,k]=t.useState({width:"initial",left:"initial"}),y=A=>((A,e)=>A.findIndex((A=>!(!l.default.isValidElement(A)||!A.props.href)&&e.startsWith(A.props.href))))(a,A||""),[W,h]=t.useState(y(p));t.useEffect((()=>{h(y(p))}),[p]),t.useEffect((()=>{setTimeout((()=>{if(u.current&&void 0!==W){const A=u.current.children[W];if(A){const e=A.getBoundingClientRect(),t=u.current.getBoundingClientRect();k({width:e.width-40,left:e.x-t.x+20})}}}),50)}),[W]);const B=!!(void 0!==W&&W>=0&&Ws():()=>{}})}),e.jsxs(ce,{className:"navigation",children:[e.jsx(Ve,{ref:u,children:a.map(((A,t)=>e.jsx(Ze,{className:""+(t===W?"active":""),onClick:()=>{h(t)},children:A},`nav-${t}`)))}),B?e.jsx(Se,{style:{width:`${K.width}px`,left:`${K.left}px`}}):null]}),e.jsx(ue,{getPopupContainer:()=>document.getElementById("user_dropdown_container"),menu:{items:n},trigger:["hover"],children:e.jsxs(Ue,{children:[q,U]})}),e.jsx("section",{id:"user_dropdown_container"}),e.jsx(ke,{onClick:r,children:e.jsx(Rt,{className:"theme-icon"})})]})}));Mt.displayName="LagoonHeader";const Ft=n.default.footer` +`,ye=(A,e)=>{const t=A=>A.charCodeAt(0)-64,a=A=>Math.round(11*t(A));let o=a(A)%256,r=a(e)%256,n=Math.round((t(A)+t(e))/2*11)%256;return{bgColor:`rgb(${o}, ${r}, ${n})`,textColor:We(o,r,n)>.5?"#000000":"#FFFFFF"}};function We(A,e,t){const a=[A,e,t].map((A=>(A/=255)<=.03928?A/12.92:Math.pow((A+.055)/1.055,2.4)));return.2126*a[0]+.7152*a[1]+.0722*a[2]}const he=A=>e.jsxs("svg",{...A,viewBox:"0 0 172 167",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M160.156 76.8417H139.63C136.725 52.9743 117.223 34.0467 92.6328 31.2263V11.3042C92.6328 10.5869 92.0281 10 91.2891 10H81.2109C80.4719 10 79.8672 10.5869 79.8672 11.3042V31.2263C55.2766 34.0467 35.7754 52.9743 32.8695 76.8417H12.3438C11.6047 76.8417 11 77.4286 11 78.1459V87.9276C11 88.6449 11.6047 89.2318 12.3438 89.2318H32.8695C35.7754 113.099 55.2766 132.027 79.8672 134.847V154.769C79.8672 155.487 80.4719 156.074 81.2109 156.074H91.2891C92.0281 156.074 92.6328 155.487 92.6328 154.769V134.847C117.223 132.027 136.725 113.099 139.63 89.2318H160.156C160.895 89.2318 161.5 88.6449 161.5 87.9276V78.1459C161.5 77.4286 160.895 76.8417 160.156 76.8417ZM86.25 122.816C63.6078 122.816 45.2656 105.013 45.2656 83.0368C45.2656 61.0605 63.6078 43.2578 86.25 43.2578C108.892 43.2578 127.234 61.0605 127.234 83.0368C127.234 105.013 108.892 122.816 86.25 122.816Z",fill:"black"}),e.jsx("path",{d:"M86.25 63.4734C80.8582 63.4734 75.8191 65.4949 72.0063 69.212C68.1934 72.9127 66.0938 77.8036 66.0938 83.0368C66.0938 88.27 68.1934 93.1609 72.0063 96.8616C75.8191 100.546 80.875 102.6 86.25 102.6C91.625 102.6 96.6809 100.562 100.494 96.8616C104.29 93.1609 106.406 88.2537 106.406 83.0368C106.406 77.8199 104.307 72.9127 100.494 69.212C96.6809 65.4949 91.6418 63.4734 86.25 63.4734Z",fill:"black"})]}),Be=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M32.6064 133.703C32.6064 136.676 35.0223 139.078 38.0126 139.078H134.987C137.978 139.078 140.394 136.676 140.394 133.703V94.5664C140.394 64.9703 116.268 40.9844 86.5 40.9844C56.7318 40.9844 32.6064 64.9703 32.6064 94.5664V133.703ZM44.7705 94.5664C44.7705 71.6555 63.4558 53.0781 86.5 53.0781C109.544 53.0781 128.229 71.6555 128.229 94.5664V126.984H68.2539V98.2617C68.2539 97.3379 67.4936 96.582 66.5644 96.582H59.1308C58.2016 96.582 57.4414 97.3379 57.4414 98.2617V126.984H44.7705V94.5664ZM36.6442 52.1543L43.3344 45.5027C43.8582 44.982 43.8582 44.1254 43.3344 43.6047L31.863 32.1996C31.609 31.9495 31.266 31.8092 30.9085 31.8092C30.551 31.8092 30.208 31.9495 29.954 32.1996L23.2637 38.8512C23.0122 39.1037 22.8711 39.4448 22.8711 39.8002C22.8711 40.1556 23.0122 40.4967 23.2637 40.7492L34.7351 52.1543C35.2588 52.675 36.1036 52.675 36.6442 52.1543ZM149.77 38.8512L143.08 32.1996C142.826 31.9495 142.483 31.8092 142.125 31.8092C141.768 31.8092 141.425 31.9495 141.171 32.1996L129.699 43.6047C129.448 43.8572 129.307 44.1983 129.307 44.5537C129.307 44.9091 129.448 45.2502 129.699 45.5027L136.39 52.1543C136.913 52.675 137.775 52.675 138.299 52.1543L149.77 40.7492C150.294 40.2117 150.294 39.3719 149.77 38.8512ZM140.562 149.828H32.4375C29.4471 149.828 27.0312 152.23 27.0312 155.203V159.234C27.0312 159.973 27.6394 160.578 28.3828 160.578H144.617C145.361 160.578 145.969 159.973 145.969 159.234V155.203C145.969 152.23 143.553 149.828 140.562 149.828ZM81.7695 30.2344H91.2304C91.9738 30.2344 92.582 29.6297 92.582 28.8906V12.7656C92.582 12.0266 91.9738 11.4219 91.2304 11.4219H81.7695C81.0261 11.4219 80.4179 12.0266 80.4179 12.7656V28.8906C80.4179 29.6297 81.0261 30.2344 81.7695 30.2344Z",fill:"black"})}),fe=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M44.3438 38.6328H127.656C128.395 38.6328 129 38.0281 129 37.2891V27.8828C129 27.1438 128.395 26.5391 127.656 26.5391H44.3438C43.6047 26.5391 43 27.1438 43 27.8828V37.2891C43 38.0281 43.6047 38.6328 44.3438 38.6328ZM127.656 109.852C128.395 109.852 129 109.247 129 108.508V99.1016C129 98.3625 128.395 97.7578 127.656 97.7578H44.3438C43.6047 97.7578 43 98.3625 43 99.1016V108.508C43 109.247 43.6047 109.852 44.3438 109.852H127.656ZM151.844 133.367H20.1562C19.4172 133.367 18.8125 133.972 18.8125 134.711V144.117C18.8125 144.856 19.4172 145.461 20.1562 145.461H151.844C152.583 145.461 153.188 144.856 153.188 144.117V134.711C153.188 133.972 152.583 133.367 151.844 133.367ZM151.844 62.1484H20.1562C19.4172 62.1484 18.8125 62.7531 18.8125 63.4922V72.8984C18.8125 73.6375 19.4172 74.2422 20.1562 74.2422H151.844C152.583 74.2422 153.188 73.6375 153.188 72.8984V63.4922C153.188 62.7531 152.583 62.1484 151.844 62.1484Z",fill:"black"})}),Qe=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M20.1562 38.6328H103.469C104.208 38.6328 104.812 38.0281 104.812 37.2891V27.8828C104.812 27.1438 104.208 26.5391 103.469 26.5391H20.1562C19.4172 26.5391 18.8125 27.1438 18.8125 27.8828V37.2891C18.8125 38.0281 19.4172 38.6328 20.1562 38.6328ZM20.1562 109.852H103.469C104.208 109.852 104.812 109.247 104.812 108.508V99.1016C104.812 98.3625 104.208 97.7578 103.469 97.7578H20.1562C19.4172 97.7578 18.8125 98.3625 18.8125 99.1016V108.508C18.8125 109.247 19.4172 109.852 20.1562 109.852ZM151.844 133.367H20.1562C19.4172 133.367 18.8125 133.972 18.8125 134.711V144.117C18.8125 144.856 19.4172 145.461 20.1562 145.461H151.844C152.583 145.461 153.188 144.856 153.188 144.117V134.711C153.188 133.972 152.583 133.367 151.844 133.367ZM151.844 62.1484H20.1562C19.4172 62.1484 18.8125 62.7531 18.8125 63.4922V72.8984C18.8125 73.6375 19.4172 74.2422 20.1562 74.2422H151.844C152.583 74.2422 153.188 73.6375 153.188 72.8984V63.4922C153.188 62.7531 152.583 62.1484 151.844 62.1484Z",fill:"black"})}),Ee=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M152.727 26.5391H68.9297C68.1863 26.5391 67.5781 27.1438 67.5781 27.8828V37.2891C67.5781 38.0281 68.1863 38.6328 68.9297 38.6328H152.727C153.47 38.6328 154.078 38.0281 154.078 37.2891V27.8828C154.078 27.1438 153.47 26.5391 152.727 26.5391ZM152.727 97.7578H68.9297C68.1863 97.7578 67.5781 98.3625 67.5781 99.1016V108.508C67.5781 109.247 68.1863 109.852 68.9297 109.852H152.727C153.47 109.852 154.078 109.247 154.078 108.508V99.1016C154.078 98.3625 153.47 97.7578 152.727 97.7578ZM152.727 133.367H20.2734C19.5301 133.367 18.9219 133.972 18.9219 134.711V144.117C18.9219 144.856 19.5301 145.461 20.2734 145.461H152.727C153.47 145.461 154.078 144.856 154.078 144.117V134.711C154.078 133.972 153.47 133.367 152.727 133.367ZM152.727 62.1484H20.2734C19.5301 62.1484 18.9219 62.7531 18.9219 63.4922V72.8984C18.9219 73.6375 19.5301 74.2422 20.2734 74.2422H152.727C153.47 74.2422 154.078 73.6375 154.078 72.8984V63.4922C154.078 62.7531 153.47 62.1484 152.727 62.1484Z",fill:"black"})}),Te=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M153.402 107.5H135.832V81.9688C135.832 81.2297 135.224 80.625 134.48 80.625H92.582V64.5H110.828C112.315 64.5 113.531 63.2906 113.531 61.8125V13.4375C113.531 11.9594 112.315 10.75 110.828 10.75H62.1719C60.6852 10.75 59.4688 11.9594 59.4688 13.4375V61.8125C59.4688 63.2906 60.6852 64.5 62.1719 64.5H80.418V80.625H38.5195C37.7762 80.625 37.168 81.2297 37.168 81.9688V107.5H19.5977C18.1109 107.5 16.8945 108.709 16.8945 110.188V158.562C16.8945 160.041 18.1109 161.25 19.5977 161.25H68.2539C69.7406 161.25 70.957 160.041 70.957 158.562V110.188C70.957 108.709 69.7406 107.5 68.2539 107.5H49.332V92.7188H123.668V107.5H104.746C103.259 107.5 102.043 108.709 102.043 110.188V158.562C102.043 160.041 103.259 161.25 104.746 161.25H153.402C154.889 161.25 156.105 160.041 156.105 158.562V110.188C156.105 108.709 154.889 107.5 153.402 107.5ZM58.1172 120.266V148.484H29.7344V120.266H58.1172ZM72.3086 51.7344V23.5156H100.691V51.7344H72.3086ZM143.266 148.484H114.883V120.266H143.266V148.484Z",fill:"black"})}),Je=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M154.145 24.9938L147.023 17.8719C146.754 17.6032 146.418 17.4856 146.066 17.4856C145.713 17.4856 145.377 17.62 145.108 17.8719L132.326 30.6543C126.769 26.8894 120.209 24.8821 113.496 24.893C104.896 24.893 96.2964 28.1684 89.7288 34.736L72.6128 51.852C72.3627 52.1046 72.2225 52.4456 72.2225 52.801C72.2225 53.1564 72.3627 53.4975 72.6128 53.75L118.25 99.3872C118.519 99.6559 118.855 99.7735 119.207 99.7735C119.543 99.7735 119.896 99.6391 120.165 99.3872L137.281 82.2711C148.854 70.6813 150.214 52.759 141.362 39.6911L154.145 26.9086C154.666 26.3711 154.666 25.5145 154.145 24.9938ZM129.185 74.1918L119.207 84.1692L87.8308 52.7926L97.8081 42.8153C101.991 38.6329 107.567 36.3149 113.496 36.3149C119.426 36.3149 124.985 38.6161 129.185 42.8153C133.367 46.9977 135.685 52.5743 135.685 58.5036C135.685 64.4329 133.367 69.9926 129.185 74.1918ZM97.237 91.8286C96.9845 91.5785 96.6434 91.4382 96.288 91.4382C95.9326 91.4382 95.5915 91.5785 95.339 91.8286L84.1523 103.015L68.9847 87.8477L80.1882 76.6442C80.7089 76.1235 80.7089 75.2668 80.1882 74.7461L74.0742 68.6321C73.8216 68.382 73.4805 68.2417 73.1251 68.2417C72.7697 68.2417 72.4287 68.382 72.1761 68.6321L60.9726 79.8356L53.7499 72.6129C53.6245 72.4874 53.4751 72.3885 53.3106 72.3222C53.1461 72.2558 52.9699 72.2233 52.7925 72.2266C52.4566 72.2266 52.1038 72.361 51.8351 72.6129L34.7359 89.729C23.1628 101.319 21.8023 119.241 30.6542 132.309L17.8718 145.091C17.6217 145.344 17.4814 145.685 17.4814 146.04C17.4814 146.396 17.6217 146.737 17.8718 146.99L24.9937 154.111C25.2624 154.38 25.5984 154.498 25.9511 154.498C26.3038 154.498 26.6398 154.363 26.9085 154.111L39.6909 141.329C45.3515 145.175 51.9359 147.09 58.5202 147.09C67.1202 147.09 75.7202 143.815 82.2878 137.247L99.4038 120.131C99.9245 119.611 99.9245 118.754 99.4038 118.233L92.1812 111.011L103.385 99.8071C103.905 99.2864 103.905 98.4297 103.385 97.909L97.237 91.8286ZM74.1917 129.185C72.1359 131.251 69.691 132.89 66.9982 134.005C64.3054 135.121 61.4182 135.692 58.5034 135.685C52.5742 135.685 47.0144 133.384 42.8152 129.185C40.7488 127.129 39.1105 124.684 37.9947 121.991C36.879 119.299 36.308 116.411 36.3148 113.497C36.3148 107.567 38.6159 102.007 42.8152 97.8083L52.7925 87.8309L84.1691 119.207L74.1917 129.185Z",fill:"black"})}),ze=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M77.9375 24.1875H26.875C25.3969 24.1875 24.1875 25.3969 24.1875 26.875V77.9375C24.1875 79.4156 25.3969 80.625 26.875 80.625H77.9375C79.4156 80.625 80.625 79.4156 80.625 77.9375V26.875C80.625 25.3969 79.4156 24.1875 77.9375 24.1875ZM69.2031 69.2031H35.6094V35.6094H69.2031V69.2031ZM145.125 24.1875H94.0625C92.5844 24.1875 91.375 25.3969 91.375 26.875V77.9375C91.375 79.4156 92.5844 80.625 94.0625 80.625H145.125C146.603 80.625 147.812 79.4156 147.812 77.9375V26.875C147.812 25.3969 146.603 24.1875 145.125 24.1875ZM136.391 69.2031H102.797V35.6094H136.391V69.2031ZM77.9375 91.375H26.875C25.3969 91.375 24.1875 92.5844 24.1875 94.0625V145.125C24.1875 146.603 25.3969 147.812 26.875 147.812H77.9375C79.4156 147.812 80.625 146.603 80.625 145.125V94.0625C80.625 92.5844 79.4156 91.375 77.9375 91.375ZM69.2031 136.391H35.6094V102.797H69.2031V136.391ZM145.125 91.375H94.0625C92.5844 91.375 91.375 92.5844 91.375 94.0625V145.125C91.375 146.603 92.5844 147.812 94.0625 147.812H145.125C146.603 147.812 147.812 146.603 147.812 145.125V94.0625C147.812 92.5844 146.603 91.375 145.125 91.375ZM136.391 136.391H102.797V102.797H136.391V136.391Z",fill:"black"})}),Ne=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M144.789 78.6103H131.184C130.411 78.6103 129.672 78.9481 129.151 79.5395L92.3828 122.164V27.0312C92.3828 26.2879 91.7781 25.6797 91.0391 25.6797H80.9609C80.2219 25.6797 79.6172 26.2879 79.6172 27.0312V122.164L42.8488 79.5395C42.3449 78.9481 41.6059 78.6103 40.8164 78.6103H27.2109C26.0688 78.6103 25.4473 79.9787 26.2031 80.8403L81.952 145.462C82.4559 146.047 83.0789 146.516 83.7788 146.837C84.4786 147.158 85.239 147.325 86.0084 147.325C86.7778 147.325 87.5382 147.158 88.238 146.837C88.9379 146.516 89.5609 146.047 90.0648 145.462L145.797 80.8403C146.553 79.9618 145.931 78.6103 144.789 78.6103Z",fill:"black"})}),Ie=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M144.448 27.0481L112.484 31.0184C111.369 31.1535 110.912 32.5051 111.69 33.2991L120.931 42.5404L94.9978 68.4735C94.7463 68.7276 94.6052 69.0706 94.6052 69.4281C94.6052 69.7856 94.7463 70.1286 94.9978 70.3826L102.617 78.002C103.141 78.5258 104.003 78.5258 104.526 78.002L130.476 52.052L139.718 61.2934C139.896 61.4716 140.121 61.5959 140.367 61.6522C140.612 61.7084 140.869 61.6943 141.107 61.6114C141.345 61.5285 141.555 61.3803 141.713 61.1836C141.87 60.9869 141.969 60.7497 141.998 60.4993L145.952 28.5518C145.98 28.3477 145.96 28.14 145.894 27.9448C145.829 27.7496 145.719 27.5723 145.573 27.4267C145.428 27.2811 145.25 27.1711 145.055 27.1054C144.86 27.0398 144.652 27.0202 144.448 27.0481ZM70.3825 94.9979C70.1285 94.7464 69.7855 94.6053 69.428 94.6053C69.0705 94.6053 68.7275 94.7464 68.4734 94.9979L42.5403 120.948L33.299 111.707C33.1207 111.528 32.8958 111.404 32.6501 111.348C32.4044 111.292 32.1478 111.306 31.9097 111.389C31.6716 111.471 31.4617 111.62 31.304 111.816C31.1464 112.013 31.0473 112.25 31.0183 112.501L27.048 144.448C26.9467 145.327 27.6731 146.053 28.5517 145.952L60.5161 141.982C61.6312 141.846 62.0873 140.495 61.3102 139.701L52.0688 130.46L78.0188 104.51C78.5426 103.986 78.5426 103.124 78.0188 102.6L70.3825 94.9979Z",fill:"black"})}),Le=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M142.252 76.7012C142.252 75.9578 141.644 75.3496 140.9 75.3496H130.764C130.02 75.3496 129.412 75.9578 129.412 76.7012C129.412 100.404 110.203 119.613 86.5 119.613C62.797 119.613 43.5879 100.404 43.5879 76.7012C43.5879 75.9578 42.9797 75.3496 42.2363 75.3496H32.0996C31.3562 75.3496 30.748 75.9578 30.748 76.7012C30.748 105.202 52.1365 128.719 79.7422 132.048V149.348H55.1944C52.8799 149.348 51.0215 151.764 51.0215 154.754V160.836C51.0215 161.579 51.4945 162.188 52.0689 162.188H120.931C121.505 162.188 121.979 161.579 121.979 160.836V154.754C121.979 151.764 120.12 149.348 117.806 149.348H92.582V132.132C120.509 129.091 142.252 105.439 142.252 76.7012ZM86.5 105.422C102.364 105.422 115.221 92.7172 115.221 77.0391V39.1953C115.221 23.5172 102.364 10.8125 86.5 10.8125C70.636 10.8125 57.7793 23.5172 57.7793 39.1953V77.0391C57.7793 92.7172 70.636 105.422 86.5 105.422ZM70.6191 39.1953C70.6191 30.6467 77.6979 23.6523 86.5 23.6523C95.302 23.6523 102.381 30.6467 102.381 39.1953V77.0391C102.381 85.5877 95.302 92.582 86.5 92.582C77.6979 92.582 70.6191 85.5877 70.6191 77.0391V39.1953Z",fill:"black"})}),be=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M137.062 129.75H133.031V72.3086C133.031 48.4704 115.512 28.7714 92.7188 25.4938V18.9219C92.7188 15.1882 89.7121 12.1641 86 12.1641C82.2879 12.1641 79.2812 15.1882 79.2812 18.9219V25.4938C56.4879 28.7714 38.9688 48.4704 38.9688 72.3086V129.75H34.9375C31.9645 129.75 29.5625 132.166 29.5625 135.156V140.562C29.5625 141.306 30.1672 141.914 30.9062 141.914H67.1875C67.1875 152.355 75.6195 160.836 86 160.836C96.3805 160.836 104.812 152.355 104.812 141.914H141.094C141.833 141.914 142.438 141.306 142.438 140.562V135.156C142.438 132.166 140.036 129.75 137.062 129.75ZM86 150.023C81.5488 150.023 77.9375 146.391 77.9375 141.914H94.0625C94.0625 146.391 90.4512 150.023 86 150.023ZM51.0625 129.75V72.3086C51.0625 62.9152 54.6906 54.0963 61.2918 47.4567C67.893 40.8172 76.6609 37.168 86 37.168C95.3391 37.168 104.107 40.8172 110.708 47.4567C117.309 54.0963 120.938 62.9152 120.938 72.3086V129.75H51.0625Z",fill:"black"})}),xe=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M124.297 27.2002C113.916 27.2002 105.484 35.6812 105.484 46.1221C105.484 54.5862 111.044 61.7664 118.67 64.1823V80.3842L53.75 101.773V53.7415C61.1742 51.2073 66.5156 44.1285 66.5156 35.8164C66.5156 25.3756 58.0836 16.8945 47.7031 16.8945C37.3227 16.8945 28.8906 25.3756 28.8906 35.8164C28.8906 44.1285 34.232 51.1904 41.6562 53.7415V119.275C34.232 121.81 28.8906 128.888 28.8906 137.2C28.8906 147.641 37.3227 156.122 47.7031 156.122C58.0836 156.122 66.5156 147.641 66.5156 137.2C66.5156 128.888 61.1742 121.826 53.75 119.275V114.579L124.885 91.146C126.593 90.5874 128.081 89.498 129.134 88.0347C130.188 86.5713 130.752 84.8095 130.747 83.0028V63.8951C137.953 61.2258 143.109 54.2652 143.109 46.1221C143.109 35.6812 134.677 27.2002 124.297 27.2002ZM39.6406 35.8164C39.6837 33.6943 40.5521 31.6738 42.0594 30.1883C43.5667 28.7029 45.5929 27.8709 47.7031 27.8709C49.8134 27.8709 51.8395 28.7029 53.3469 30.1883C54.8542 31.6738 55.7226 33.6943 55.7656 35.8164C55.7226 37.9385 54.8542 39.959 53.3469 41.4445C51.8395 42.9299 49.8134 43.7619 47.7031 43.7619C45.5929 43.7619 43.5667 42.9299 42.0594 41.4445C40.5521 39.959 39.6837 37.9385 39.6406 35.8164ZM55.7656 137.184C55.7226 139.306 54.8542 141.326 53.3469 142.812C51.8395 144.297 49.8134 145.129 47.7031 145.129C45.5929 145.129 43.5667 144.297 42.0594 142.812C40.5521 141.326 39.6837 139.306 39.6406 137.184C39.6837 135.062 40.5521 133.041 42.0594 131.556C43.5667 130.07 45.5929 129.238 47.7031 129.238C49.8134 129.238 51.8395 130.07 53.3469 131.556C54.8542 133.041 55.7226 135.062 55.7656 137.184ZM124.297 54.2314C122.187 54.1881 120.178 53.3147 118.701 51.7986C117.224 50.2825 116.397 48.2446 116.397 46.1221C116.397 43.9996 117.224 41.9616 118.701 40.4455C120.178 38.9294 122.187 38.056 124.297 38.0127C126.407 38.056 128.416 38.9294 129.892 40.4455C131.369 41.9616 132.196 43.9996 132.196 46.1221C132.196 48.2446 131.369 50.2825 129.892 51.7986C128.416 53.3147 126.407 54.1881 124.297 54.2314Z",fill:"black"})}),Oe=A=>e.jsxs("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M51.3594 47.3047H60.8203C61.5637 47.3047 62.1719 46.6965 62.1719 45.9531C62.1719 41.172 63.1687 36.9652 65.0608 33.5356C66.8517 30.2581 69.4534 27.6563 72.731 25.8655C76.1774 23.9902 80.3673 22.9766 85.1484 22.9766H87.8516C92.6327 22.9766 96.8395 23.9733 100.269 25.8655C103.547 27.6563 106.148 30.2581 107.939 33.5356C109.814 36.9821 110.828 41.172 110.828 45.9531C110.828 46.6965 111.436 47.3047 112.18 47.3047H121.641C122.384 47.3047 122.992 46.6965 122.992 45.9531C122.992 39.1953 121.505 32.995 118.617 27.6901C115.711 22.3684 111.436 18.094 106.115 15.1882C100.81 12.2992 94.6094 10.8125 87.8516 10.8125H85.1484C78.3906 10.8125 72.1903 12.2992 66.8854 15.1882C61.5637 18.094 57.2894 22.3684 54.3835 27.6901C51.4945 32.995 50.0078 39.1953 50.0078 45.9531C50.0078 46.6965 50.616 47.3047 51.3594 47.3047Z",fill:"black"}),e.jsx("path",{d:"M158.809 86.5H133.805V69.6055C146.78 69.6055 157.288 59.0971 157.288 46.1221C157.288 45.3787 156.68 44.7705 155.937 44.7705H145.8C145.056 44.7705 144.448 45.3787 144.448 46.1221C144.448 52.0014 139.684 56.7656 133.805 56.7656H39.1953C33.316 56.7656 28.5518 52.0014 28.5518 46.1221C28.5518 45.3787 27.9436 44.7705 27.2002 44.7705H17.0635C16.3201 44.7705 15.7119 45.3787 15.7119 46.1221C15.7119 59.0971 26.2203 69.6055 39.1953 69.6055V86.5H14.1914C13.448 86.5 12.8398 87.1082 12.8398 87.8516V97.3125C12.8398 98.0559 13.448 98.6641 14.1914 98.6641H39.1953V114.883C39.1953 115.981 39.2291 117.079 39.3136 118.143C27.7239 123.094 19.5977 134.599 19.5977 147.996C19.5977 148.739 20.2059 149.348 20.9492 149.348H30.4102C31.1535 149.348 31.7617 148.739 31.7617 147.996C31.7617 140.529 35.7995 133.991 41.8309 130.476C42.8445 133.382 44.1285 136.153 45.6659 138.755C49.7713 145.766 55.6337 151.628 62.6449 155.734C69.6562 159.839 77.7993 162.188 86.5 162.188C95.2007 162.188 103.361 159.839 110.372 155.734C117.383 151.628 123.246 145.766 127.351 138.755C128.888 136.136 130.172 133.365 131.186 130.476C137.2 133.991 141.238 140.529 141.238 147.996C141.238 148.739 141.846 149.348 142.59 149.348H152.051C152.794 149.348 153.402 148.739 153.402 147.996C153.402 134.599 145.276 123.094 133.686 118.143C133.754 117.062 133.805 115.981 133.805 114.883V98.6641H158.809C159.552 98.6641 160.16 98.0559 160.16 97.3125V87.8516C160.16 87.1082 159.552 86.5 158.809 86.5ZM120.965 114.883C120.965 121.1 119.326 127.047 116.268 132.267C113.278 137.386 109.004 141.661 103.884 144.651C98.6641 147.709 92.7172 149.348 86.5 149.348C80.2828 149.348 74.3359 147.709 69.1155 144.651C63.9965 141.661 59.7222 137.386 56.7318 132.267C53.6739 127.047 52.0352 121.1 52.0352 114.883V69.6055H120.965V114.883Z",fill:"black"})]}),we=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M106.773 150.023H66.2266C65.4832 150.023 64.875 150.632 64.875 151.375V156.781C64.875 159.772 67.2909 162.188 70.2812 162.188H102.719C105.709 162.188 108.125 159.772 108.125 156.781V151.375C108.125 150.632 107.517 150.023 106.773 150.023ZM86.5 10.8125C55.904 10.8125 31.0859 35.6306 31.0859 66.2266C31.0859 86.7365 42.2363 104.645 58.793 114.224V133.805C58.793 136.795 61.2089 139.211 64.1992 139.211H108.801C111.791 139.211 114.207 136.795 114.207 133.805V114.224C130.764 104.645 141.914 86.7365 141.914 66.2266C141.914 35.6306 117.096 10.8125 86.5 10.8125ZM108.108 103.699L102.043 107.213V127.047H70.957V107.213L64.8919 103.699C51.5959 96.0116 43.25 81.854 43.25 66.2266C43.25 42.3377 62.6111 22.9766 86.5 22.9766C110.389 22.9766 129.75 42.3377 129.75 66.2266C129.75 81.854 121.404 96.0116 108.108 103.699Z",fill:"black"})}),ve=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M145.125 41.8984H122.281L116.839 26.5582C116.463 25.5085 115.774 24.6012 114.866 23.9601C113.958 23.3191 112.876 22.9756 111.766 22.9766H60.2336C57.966 22.9766 55.9336 24.4126 55.1777 26.5582L49.7188 41.8984H26.875C19.4508 41.8984 13.4375 47.9467 13.4375 55.4141V132.453C13.4375 139.921 19.4508 145.969 26.875 145.969H145.125C152.549 145.969 158.562 139.921 158.562 132.453V55.4141C158.562 47.9467 152.549 41.8984 145.125 41.8984ZM146.469 132.453C146.469 133.196 145.864 133.805 145.125 133.805H26.875C26.1359 133.805 25.5312 133.196 25.5312 132.453V55.4141C25.5312 54.6707 26.1359 54.0625 26.875 54.0625H58.2348L61.107 45.9869L64.9535 35.1406H107.03L110.876 45.9869L113.748 54.0625H145.125C145.864 54.0625 146.469 54.6707 146.469 55.4141V132.453ZM86 64.875C71.1516 64.875 59.125 76.9715 59.125 91.9062C59.125 106.841 71.1516 118.938 86 118.938C100.848 118.938 112.875 106.841 112.875 91.9062C112.875 76.9715 100.848 64.875 86 64.875ZM86 108.125C77.0977 108.125 69.875 100.86 69.875 91.9062C69.875 82.9521 77.0977 75.6875 86 75.6875C94.9023 75.6875 102.125 82.9521 102.125 91.9062C102.125 100.86 94.9023 108.125 86 108.125Z",fill:"black"})}),Re=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M141.161 50.6836H30.839C27.53 50.6836 25.6824 54.1977 27.7316 56.5967L82.8925 120.931C84.4714 122.773 87.5117 122.773 89.1074 120.931L144.268 56.5967C146.318 54.1977 144.47 50.6836 141.161 50.6836Z",fill:"black"})}),Me=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M154.078 32.0996H142.269C140.613 32.0996 139.042 32.8599 138.028 34.1607L68.372 122.401L34.9715 80.0801C34.4662 79.4386 33.8222 78.9199 33.0878 78.5629C32.3533 78.2059 31.5476 78.0199 30.731 78.0189H18.9217C17.7897 78.0189 17.1646 79.3198 17.8573 80.1983L64.1314 138.822C66.2939 141.559 70.45 141.559 72.6294 138.822L155.142 34.2621C155.835 33.4005 155.21 32.0996 154.078 32.0996Z",fill:"black"})}),Fe=A=>e.jsxs("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M73.1704 111.115C73.6677 111.809 74.3233 112.375 75.0828 112.765C75.8422 113.155 76.6838 113.359 77.5376 113.359C78.3915 113.359 79.233 113.155 79.9925 112.765C80.752 112.375 81.4076 111.809 81.9049 111.115L117.485 61.7833C118.127 60.8879 117.485 59.6377 116.387 59.6377H108.463C106.74 59.6377 105.101 60.4655 104.087 61.8847L77.5461 98.7147L65.5172 82.0229C64.5035 80.6207 62.8816 79.776 61.1415 79.776H53.218C52.1198 79.776 51.4778 81.0262 52.1198 81.9216L73.1704 111.115Z",fill:"black"}),e.jsx("path",{d:"M148.672 18.9219H24.3281C21.3378 18.9219 18.9219 21.3378 18.9219 24.3281V148.672C18.9219 151.662 21.3378 154.078 24.3281 154.078H148.672C151.662 154.078 154.078 151.662 154.078 148.672V24.3281C154.078 21.3378 151.662 18.9219 148.672 18.9219ZM141.914 141.914H31.0859V31.0859H141.914V141.914Z",fill:"black"})]}),He=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M134.351 28.0976C134.355 28.0988 134.358 28.1006 134.365 28.1075L144.055 37.854C144.062 37.8609 144.064 37.8641 144.065 37.8682C144.066 37.872 144.066 37.8761 144.065 37.8798C144.064 37.8837 144.062 37.8869 144.055 37.8939L95.73 86.4999L144.055 135.106C144.062 135.113 144.064 135.116 144.065 135.12C144.066 135.124 144.066 135.128 144.065 135.132C144.064 135.136 144.062 135.139 144.055 135.146L134.365 144.892C134.358 144.899 134.355 144.901 134.351 144.902C134.347 144.903 134.343 144.903 134.339 144.902C134.335 144.901 134.332 144.899 134.325 144.892L86.0002 96.2863L37.6751 144.892C37.6684 144.899 37.6651 144.901 37.6612 144.902C37.6574 144.904 37.6533 144.904 37.6494 144.902C37.6457 144.901 37.6424 144.899 37.6355 144.892L27.9454 135.146C27.9385 135.139 27.9366 135.136 27.9355 135.132C27.9343 135.128 27.9343 135.124 27.9355 135.12C27.9366 135.116 27.9385 135.113 27.9454 135.106L76.2703 86.4999L27.9454 37.8939C27.9385 37.8871 27.9366 37.8837 27.9355 37.8798C27.9343 37.876 27.9343 37.8719 27.9355 37.868C27.9366 37.8643 27.9385 37.8609 27.9454 37.854L37.6355 28.1075C37.6424 28.1006 37.6456 28.0988 37.6496 28.0976C37.6534 28.0964 37.6574 28.0964 37.6612 28.0976C37.6651 28.0988 37.6682 28.1006 37.6751 28.1075L86.0002 76.7135L134.325 28.1075C134.332 28.1006 134.335 28.0988 134.339 28.0976C134.343 28.0964 134.347 28.0964 134.351 28.0976H134.351Z",fill:"black"})}),je=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M147.812 18.9219C150.786 18.9219 153.188 21.3378 153.188 24.3281V148.672C153.188 151.662 150.786 154.078 147.812 154.078H24.1875C21.2145 154.078 18.8125 151.662 18.8125 148.672V24.3281C18.8125 21.3378 21.2145 18.9219 24.1875 18.9219H147.812ZM141.094 31.0859H30.9062V141.914H141.094V31.0859ZM107.502 57.2431C107.506 57.2442 107.509 57.2461 107.516 57.253L115.078 64.8588C115.085 64.8655 115.086 64.8689 115.088 64.8728C115.089 64.8767 115.089 64.8808 115.088 64.8846C115.087 64.8883 115.085 64.8916 115.078 64.8985L93.6013 86.5L115.078 108.102C115.081 108.105 115.084 108.108 115.086 108.112L115.088 108.116C115.089 108.12 115.089 108.124 115.088 108.128C115.087 108.131 115.085 108.134 115.078 108.141L107.516 115.747C107.509 115.754 107.506 115.756 107.502 115.757C107.498 115.758 107.494 115.758 107.49 115.757C107.487 115.756 107.484 115.754 107.477 115.747L86 94.1455L64.5235 115.747C64.5165 115.754 64.5134 115.756 64.5094 115.757C64.5056 115.758 64.5015 115.758 64.4976 115.757C64.494 115.756 64.4908 115.754 64.4839 115.747L56.9219 108.141C56.9152 108.134 56.9135 108.131 56.9122 108.127C56.911 108.123 56.911 108.119 56.9122 108.115C56.9134 108.112 56.9152 108.108 56.9221 108.102L78.3986 86.5L56.9221 64.8987C56.9188 64.8957 56.916 64.8922 56.9137 64.8883L56.9122 64.8845C56.911 64.8806 56.911 64.8765 56.9122 64.8726C56.9134 64.8689 56.9152 64.8657 56.9221 64.8588L64.4839 57.2529C64.4906 57.2461 64.494 57.2444 64.4978 57.2431C64.5016 57.2419 64.5057 57.2419 64.5096 57.2431C64.5133 57.2442 64.5165 57.2461 64.5233 57.253L86 78.8544L107.477 57.253C107.484 57.2461 107.487 57.2442 107.491 57.2431C107.495 57.2419 107.499 57.2419 107.503 57.2431H107.502Z",fill:"black"})}),Xe=A=>e.jsxs("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M105.422 119.326H92.9028V78.3906C92.9028 77.6473 92.2946 77.0391 91.5513 77.0391H81.4145C80.6712 77.0391 80.063 77.6473 80.063 78.3906V119.326H67.5779C66.446 119.326 65.8209 120.627 66.5136 121.505L85.4354 145.445C85.5619 145.607 85.7234 145.737 85.9078 145.827C86.0922 145.917 86.2947 145.964 86.4998 145.964C86.7049 145.964 86.9074 145.917 87.0918 145.827C87.2762 145.737 87.4377 145.607 87.5642 145.445L106.486 121.505C107.179 120.627 106.554 119.326 105.422 119.326Z",fill:"black"}),e.jsx("path",{d:"M137.082 61.9522C129.345 41.5437 109.629 27.0312 86.5338 27.0312C63.439 27.0312 43.723 41.5268 35.9854 61.9354C21.5067 65.7366 10.8125 78.9312 10.8125 94.6094C10.8125 113.278 25.9331 128.398 44.5847 128.398H51.3594C52.1027 128.398 52.7109 127.79 52.7109 127.047V116.91C52.7109 116.167 52.1027 115.559 51.3594 115.559H44.5847C38.8912 115.559 33.5356 113.295 29.5485 109.189C25.5783 105.101 23.4665 99.5933 23.6523 93.8829C23.8044 89.4228 25.3249 85.2329 28.0787 81.702C30.9001 78.1034 34.8534 75.4848 39.246 74.319L45.649 72.6465L47.9974 66.4631C49.4503 62.6111 51.4776 59.0126 54.0287 55.752C56.5472 52.5202 59.5305 49.6792 62.8814 47.3216C69.8251 42.4391 78.0021 39.8542 86.5338 39.8542C95.0655 39.8542 103.242 42.4391 110.186 47.3216C113.548 49.6868 116.522 52.5251 119.039 55.752C121.59 59.0126 123.617 62.628 125.07 66.4631L127.402 72.6296L133.788 74.319C142.945 76.7856 149.348 85.1146 149.348 94.6094C149.348 100.201 147.168 105.473 143.215 109.426C141.276 111.376 138.97 112.922 136.429 113.975C133.889 115.027 131.165 115.566 128.415 115.559H121.641C120.897 115.559 120.289 116.167 120.289 116.91V127.047C120.289 127.79 120.897 128.398 121.641 128.398H128.415C147.067 128.398 162.188 113.278 162.188 94.6094C162.188 78.9481 151.527 65.7704 137.082 61.9522Z",fill:"black"})]}),De=A=>e.jsxs("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M87.5644 77.5459C87.4379 77.3844 87.2764 77.2537 87.092 77.1639C86.9076 77.074 86.7051 77.0273 86.5 77.0273C86.2949 77.0273 86.0924 77.074 85.908 77.1639C85.7236 77.2537 85.5621 77.3844 85.4357 77.5459L66.5138 101.485C66.3578 101.685 66.261 101.924 66.2345 102.175C66.208 102.427 66.2528 102.681 66.3638 102.908C66.4748 103.136 66.6476 103.327 66.8623 103.461C67.0771 103.595 67.3251 103.665 67.5781 103.665H80.0632V144.617C80.0632 145.361 80.6714 145.969 81.4148 145.969H91.5515C92.2948 145.969 92.903 145.361 92.903 144.617V103.682H105.422C106.554 103.682 107.179 102.381 106.486 101.502L87.5644 77.5459Z",fill:"black"}),e.jsx("path",{d:"M137.082 61.9522C129.345 41.5437 109.629 27.0312 86.5338 27.0312C63.439 27.0312 43.723 41.5268 35.9854 61.9354C21.5067 65.7366 10.8125 78.9312 10.8125 94.6094C10.8125 113.278 25.9331 128.398 44.5847 128.398H51.3594C52.1027 128.398 52.7109 127.79 52.7109 127.047V116.91C52.7109 116.167 52.1027 115.559 51.3594 115.559H44.5847C38.8912 115.559 33.5356 113.295 29.5485 109.189C25.5783 105.101 23.4665 99.5933 23.6523 93.8829C23.8044 89.4228 25.3249 85.2329 28.0787 81.702C30.9001 78.1034 34.8534 75.4848 39.246 74.319L45.649 72.6465L47.9974 66.4631C49.4503 62.6111 51.4776 59.0126 54.0287 55.752C56.5472 52.5202 59.5305 49.6792 62.8814 47.3216C69.8251 42.4391 78.0021 39.8542 86.5338 39.8542C95.0655 39.8542 103.242 42.4391 110.186 47.3216C113.548 49.6868 116.522 52.5251 119.039 55.752C121.59 59.0126 123.617 62.628 125.07 66.4631L127.402 72.6296L133.788 74.319C142.945 76.7856 149.348 85.1146 149.348 94.6094C149.348 100.201 147.168 105.473 143.215 109.426C141.276 111.376 138.97 112.922 136.429 113.975C133.889 115.027 131.165 115.566 128.415 115.559H121.641C120.897 115.559 120.289 116.167 120.289 116.91V127.047C120.289 127.79 120.897 128.398 121.641 128.398H128.415C147.067 128.398 162.188 113.278 162.188 94.6094C162.188 78.9481 151.527 65.7704 137.082 61.9522Z",fill:"black"})]}),Ge=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M60.4688 31.0859H59.125C59.8641 31.0859 60.4688 30.4777 60.4688 29.7344V31.0859H111.531V29.7344C111.531 30.4777 112.136 31.0859 112.875 31.0859H111.531V43.25H123.625V29.7344C123.625 23.7706 118.804 18.9219 112.875 18.9219H59.125C53.1957 18.9219 48.375 23.7706 48.375 29.7344V43.25H60.4688V31.0859ZM145.125 43.25H26.875C23.902 43.25 21.5 45.6659 21.5 48.6562V54.0625C21.5 54.8059 22.1047 55.4141 22.8438 55.4141H32.9891L37.1379 143.772C37.4066 149.533 42.1434 154.078 47.8711 154.078H124.129C129.873 154.078 134.593 149.55 134.862 143.772L139.011 55.4141H149.156C149.895 55.4141 150.5 54.8059 150.5 54.0625V48.6562C150.5 45.6659 148.098 43.25 145.125 43.25ZM122.836 141.914H49.1645L45.0996 55.4141H126.9L122.836 141.914Z",fill:"black"})}),Ye=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M139.851 32.1492C125.641 17.939 102.646 17.939 88.4524 32.1492L72.1763 48.4254L80.7427 56.9918L97.0189 40.7156C106.056 31.6789 121.307 30.7215 131.284 40.7156C141.279 50.7097 140.321 65.9445 131.284 74.9812L115.008 91.2574L123.592 99.8406L139.868 83.5644C154.044 69.3543 154.044 46.3593 139.851 32.1492ZM74.9982 131.284C65.9614 140.321 50.7099 141.278 40.7325 131.284C30.7384 121.29 31.6958 106.055 40.7325 97.0187L57.0087 80.7426L48.4255 72.1594L32.1493 88.4355C17.9392 102.646 17.9392 125.641 32.1493 139.834C46.3595 154.027 69.3544 154.044 83.5478 139.834L99.8239 123.558L91.2575 114.991L74.9982 131.284ZM43.7224 35.1726C43.4698 34.9226 43.1288 34.7823 42.7733 34.7823C42.4179 34.7823 42.0769 34.9226 41.8243 35.1726L35.1728 41.8242C34.9227 42.0767 34.7824 42.4178 34.7824 42.7732C34.7824 43.1286 34.9227 43.4697 35.1728 43.7222L128.295 136.844C128.815 137.365 129.672 137.365 130.193 136.844L136.844 130.193C137.365 129.672 137.365 128.815 136.844 128.294L43.7224 35.1726Z",fill:"black"})}),Pe=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M43.2855 126.312C43.6215 126.312 43.9574 126.279 44.2934 126.229L72.5457 121.273C72.8816 121.206 73.2008 121.055 73.4359 120.803L144.638 49.6012C144.794 49.4458 144.917 49.2612 145.001 49.058C145.086 48.8548 145.129 48.637 145.129 48.417C145.129 48.197 145.086 47.9792 145.001 47.776C144.917 47.5728 144.794 47.3882 144.638 47.2328L116.721 19.2996C116.402 18.9805 115.982 18.8125 115.529 18.8125C115.075 18.8125 114.655 18.9805 114.336 19.2996L43.1344 90.5016C42.8824 90.7535 42.7313 91.0559 42.6641 91.3918L37.709 119.644C37.5456 120.544 37.604 121.47 37.8791 122.342C38.1542 123.214 38.6378 124.006 39.2879 124.65C40.3965 125.725 41.7906 126.312 43.2855 126.312ZM54.6066 97.0187L115.529 36.1133L127.841 48.4254L66.9188 109.331L51.9863 111.968L54.6066 97.0187ZM147.812 140.422H24.1875C21.2145 140.422 18.8125 142.824 18.8125 145.797V151.844C18.8125 152.583 19.4172 153.188 20.1562 153.188H151.844C152.583 153.188 153.188 152.583 153.188 151.844V145.797C153.188 142.824 150.786 140.422 147.812 140.422Z",fill:"black"})}),$e=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M29.7344 85.832C29.7344 87.0673 29.9791 88.2904 30.4545 89.4317C30.93 90.5729 31.6269 91.6098 32.5054 92.4833C33.3839 93.3567 34.4269 94.0496 35.5748 94.5223C36.7226 94.995 37.9529 95.2383 39.1953 95.2383C40.4377 95.2383 41.668 94.995 42.8159 94.5223C43.9637 94.0496 45.0067 93.3567 45.8852 92.4833C46.7637 91.6098 47.4606 90.5729 47.9361 89.4317C48.4115 88.2904 48.6562 87.0673 48.6562 85.832C48.6562 84.5968 48.4115 83.3736 47.9361 82.2324C47.4606 81.0912 46.7637 80.0543 45.8852 79.1808C45.0067 78.3074 43.9637 77.6145 42.8159 77.1418C41.668 76.6691 40.4377 76.4258 39.1953 76.4258C37.9529 76.4258 36.7226 76.6691 35.5748 77.1418C34.4269 77.6145 33.3839 78.3074 32.5054 79.1808C31.6269 80.0543 30.93 81.0912 30.4545 82.2324C29.9791 83.3736 29.7344 84.5968 29.7344 85.832ZM77.0391 85.832C77.0391 88.3267 78.0358 90.7192 79.8101 92.4833C81.5844 94.2473 83.9908 95.2383 86.5 95.2383C89.0092 95.2383 91.4156 94.2473 93.1899 92.4833C94.9642 90.7192 95.9609 88.3267 95.9609 85.832C95.9609 83.3373 94.9642 80.9448 93.1899 79.1808C91.4156 77.4168 89.0092 76.4258 86.5 76.4258C83.9908 76.4258 81.5844 77.4168 79.8101 79.1808C78.0358 80.9448 77.0391 83.3373 77.0391 85.832ZM124.344 85.832C124.344 88.3267 125.341 90.7192 127.115 92.4833C128.889 94.2473 131.295 95.2383 133.805 95.2383C136.314 95.2383 138.72 94.2473 140.495 92.4833C142.269 90.7192 143.266 88.3267 143.266 85.832C143.266 83.3373 142.269 80.9448 140.495 79.1808C138.72 77.4168 136.314 76.4258 133.805 76.4258C131.295 76.4258 128.889 77.4168 127.115 79.1808C125.341 80.9448 124.344 83.3373 124.344 85.832Z",fill:"black"})}),_e=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M75.25 135.047C75.25 137.898 76.3826 140.632 78.3986 142.648C80.4146 144.664 83.1489 145.797 86 145.797C88.8511 145.797 91.5854 144.664 93.6014 142.648C95.6174 140.632 96.75 137.898 96.75 135.047C96.75 132.196 95.6174 129.461 93.6014 127.445C91.5854 125.429 88.8511 124.297 86 124.297C83.1489 124.297 80.4146 125.429 78.3986 127.445C76.3826 129.461 75.25 132.196 75.25 135.047ZM80.625 106.828H91.375C92.1141 106.828 92.7188 106.223 92.7188 105.484V27.5469C92.7188 26.8078 92.1141 26.2031 91.375 26.2031H80.625C79.8859 26.2031 79.2812 26.8078 79.2812 27.5469V105.484C79.2812 106.223 79.8859 106.828 80.625 106.828Z",fill:"black"})}),At=A=>e.jsxs("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M86.5 10.75C44.7029 10.75 10.8125 44.4445 10.8125 86C10.8125 127.555 44.7029 161.25 86.5 161.25C128.297 161.25 162.188 127.555 162.188 86C162.188 44.4445 128.297 10.75 86.5 10.75ZM86.5 148.484C51.7986 148.484 23.6523 120.501 23.6523 86C23.6523 51.4992 51.7986 23.5156 86.5 23.5156C121.201 23.5156 149.348 51.4992 149.348 86C149.348 120.501 121.201 148.484 86.5 148.484Z",fill:"black"}),e.jsx("path",{d:"M78.3906 115.562C78.3906 117.701 79.245 119.752 80.7658 121.264C82.2866 122.776 84.3493 123.625 86.5 123.625C88.6507 123.625 90.7134 122.776 92.2342 121.264C93.755 119.752 94.6094 117.701 94.6094 115.562C94.6094 113.424 93.755 111.373 92.2342 109.861C90.7134 108.349 88.6507 107.5 86.5 107.5C84.3493 107.5 82.2866 108.349 80.7658 109.861C79.245 111.373 78.3906 113.424 78.3906 115.562ZM82.4453 96.75H90.5547C91.298 96.75 91.9062 96.1453 91.9062 95.4062V49.7188C91.9062 48.9797 91.298 48.375 90.5547 48.375H82.4453C81.702 48.375 81.0938 48.9797 81.0938 49.7188V95.4062C81.0938 96.1453 81.702 96.75 82.4453 96.75Z",fill:"black"})]}),et=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M147.812 153.188H24.1875C21.2145 153.188 18.8125 150.786 18.8125 147.812V24.1875C18.8125 21.2144 21.2145 18.8125 24.1875 18.8125H84.6562C85.3953 18.8125 86 19.4172 86 20.1562V29.5625C86 30.3016 85.3953 30.9062 84.6562 30.9062H30.9062V141.094H141.094V87.3438C141.094 86.6047 141.698 86 142.438 86H151.844C152.583 86 153.188 86.6047 153.188 87.3438V147.812C153.188 150.786 150.786 153.188 147.812 153.188ZM129.482 33.4478L120.714 24.6798C119.925 23.8904 120.395 22.5298 121.504 22.3954L151.637 18.8681C152.494 18.7673 153.233 19.4896 153.132 20.363L149.605 50.4966C149.47 51.6052 148.11 52.0755 147.32 51.2861L138.519 42.4845L95.4852 85.5181C94.9645 86.0388 94.1078 86.0388 93.5871 85.5181L86.4653 78.3962C85.9446 77.8755 85.9446 77.0189 86.4653 76.4982L129.482 33.4478Z",fill:"black"})}),tt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M159.18 81.6664C143.164 48.123 118.954 31.2422 86.5001 31.2422C54.0288 31.2422 29.8358 48.123 13.8198 81.6832C13.1774 83.0356 12.8442 84.5127 12.8442 86.0084C12.8442 87.5041 13.1774 88.9812 13.8198 90.3336C29.8358 123.877 54.0457 140.758 86.5001 140.758C118.971 140.758 143.164 123.877 159.18 90.3168C160.481 87.5957 160.481 84.4379 159.18 81.6664ZM86.5001 128.664C59.2492 128.664 39.2968 114.924 25.2236 86C39.2968 57.0758 59.2492 43.3359 86.5001 43.3359C113.751 43.3359 133.703 57.0758 147.777 86C133.72 114.924 113.768 128.664 86.5001 128.664ZM85.8243 56.4375C69.4028 56.4375 56.0899 69.6734 56.0899 86C56.0899 102.327 69.4028 115.562 85.8243 115.562C102.246 115.562 115.559 102.327 115.559 86C115.559 69.6734 102.246 56.4375 85.8243 56.4375ZM85.8243 104.812C75.3666 104.812 66.9024 96.3973 66.9024 86C66.9024 75.6027 75.3666 67.1875 85.8243 67.1875C96.282 67.1875 104.746 75.6027 104.746 86C104.746 96.3973 96.282 104.812 85.8243 104.812Z",fill:"black"})}),at=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M93.4436 85.5129L80.2997 102.175L73.3561 93.3738C73.2296 93.2132 73.0681 93.0833 72.8837 92.994C72.6993 92.9047 72.4968 92.8582 72.2917 92.8582C72.0866 92.8582 71.8841 92.9047 71.6997 92.994C71.5153 93.0833 71.3538 93.2132 71.2273 93.3738L54.3666 114.739C54.2106 114.937 54.1138 115.175 54.0873 115.425C54.0608 115.676 54.1056 115.928 54.2166 116.154C54.3277 116.38 54.5004 116.571 54.7152 116.704C54.9299 116.837 55.1779 116.907 55.431 116.906H117.586C118.718 116.906 119.343 115.613 118.65 114.739L95.5893 85.5129C95.4611 85.352 95.2981 85.2221 95.1123 85.1327C94.9265 85.0434 94.7228 84.997 94.5165 84.997C94.3101 84.997 94.1064 85.0434 93.9206 85.1327C93.7348 85.2221 93.5718 85.352 93.4436 85.5129ZM60.8203 74.2422C60.8203 76.0241 61.5323 77.733 62.7996 78.9931C64.067 80.2531 65.7858 80.9609 67.5781 80.9609C69.3704 80.9609 71.0893 80.2531 72.3566 78.9931C73.624 77.733 74.3359 76.0241 74.3359 74.2422C74.3359 72.4603 73.624 70.7513 72.3566 69.4913C71.0893 68.2313 69.3704 67.5234 67.5781 67.5234C65.7858 67.5234 64.067 68.2313 62.7996 69.4913C61.5323 70.7513 60.8203 72.4603 60.8203 74.2422ZM144.381 48.4758L108.024 12.3289C107.01 11.3211 105.642 10.75 104.205 10.75H32.4375C29.4472 10.75 27.0312 13.152 27.0312 16.125V155.875C27.0312 158.848 29.4472 161.25 32.4375 161.25H140.562C143.553 161.25 145.969 158.848 145.969 155.875V52.2887C145.969 50.8609 145.394 49.4836 144.381 48.4758ZM133.501 54.7578H101.705V23.1461L133.501 54.7578ZM133.805 149.156H39.1953V22.8438H90.2168V59.125C90.2168 60.996 90.9644 62.7904 92.2951 64.1134C93.6258 65.4364 95.4306 66.1797 97.3125 66.1797H133.805V149.156Z",fill:"black"})}),ot=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M89.2418 96.4813L89.2922 96.2461C90.2664 92.2316 91.4926 87.2262 90.5352 82.691C89.8969 79.1133 87.2598 77.7191 85.009 77.6184C82.3551 77.5008 79.9867 79.0125 79.3988 81.2129C78.2902 85.2441 79.2812 90.7535 81.0953 97.7746C78.8109 103.217 75.166 111.128 72.4953 115.831C67.5234 118.401 60.8551 122.365 59.8641 127.371C59.6625 128.295 59.8977 129.47 60.452 130.529C61.0734 131.704 62.0645 132.611 63.2234 133.048C63.7273 133.233 64.332 133.384 65.0375 133.384C67.9938 133.384 72.7809 130.999 79.1637 120.047C80.1379 119.728 81.1457 119.392 82.1199 119.056C86.6887 117.511 91.4254 115.898 95.7086 115.176C100.445 117.713 105.837 119.342 109.499 119.342C113.127 119.342 114.555 117.192 115.092 115.898C116.033 113.631 115.579 110.775 114.051 109.247C111.834 107.063 106.442 106.492 98.0434 107.534C93.9113 105.014 91.207 101.588 89.2418 96.4813ZM70.8156 121.996C68.4809 125.389 66.7172 127.085 65.7598 127.824C66.8852 125.758 69.0855 123.575 70.8156 121.996ZM85.5297 82.4391C86.4031 83.934 86.2855 88.4523 85.6137 90.7367C84.7906 87.3941 84.673 82.6574 85.1602 82.1031C85.2945 82.1199 85.4121 82.2207 85.5297 82.4391ZM85.2609 102.679C87.0582 105.787 89.3258 108.457 91.8285 110.439C88.2004 111.262 84.8914 112.623 81.9352 113.832C81.2297 114.118 80.541 114.404 79.8691 114.672C82.1031 110.624 83.9676 106.039 85.2609 102.679ZM111.397 113.681C111.414 113.715 111.43 113.765 111.33 113.832H111.296L111.263 113.883C111.128 113.967 109.751 114.773 103.821 112.438C110.641 112.119 111.38 113.664 111.397 113.681ZM143.546 48.4758L107.399 12.3289C106.391 11.3211 105.031 10.75 103.603 10.75H32.25C29.277 10.75 26.875 13.152 26.875 16.125V155.875C26.875 158.848 29.277 161.25 32.25 161.25H139.75C142.723 161.25 145.125 158.848 145.125 155.875V52.2887C145.125 50.8609 144.554 49.4836 143.546 48.4758ZM132.729 54.7578H101.117V23.1461L132.729 54.7578ZM133.031 149.156H38.9688V22.8438H89.6953V59.125C89.6953 60.996 90.4386 62.7904 91.7616 64.1134C93.0846 65.4364 94.879 66.1797 96.75 66.1797H133.031V149.156Z",fill:"black"})}),rt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M146.905 50.693L100.244 3.57773C99.4879 2.82187 98.6648 2.18359 97.7746 1.64609C97.5395 1.51172 97.3043 1.37734 97.0523 1.25977C96.9012 1.17578 96.7332 1.10859 96.582 1.04141C95.0703 0.369531 93.4074 0 91.7109 0H33.7617C27.0766 0 21.5 5.40859 21.5 12.0938V159.906C21.5 166.591 27.0766 172 33.7617 172H138.406C145.091 172 150.332 166.591 150.332 159.906V59.209C150.332 56.0176 149.156 52.9605 146.905 50.693ZM97.9258 18.5438L131.654 52.4062H97.9258V18.5438ZM138.238 159.906H33.5938V12.0938H85.832V52.4062C85.832 59.0914 91.4086 64.5 98.0938 64.5H138.238V159.906ZM58.7891 116.99C58.7891 121.055 57.5293 122.264 55.1105 122.264C53.5988 122.264 52.0199 121.29 50.9449 119.157L45.8387 122.953C48.0895 126.8 51.2641 128.698 56.1352 128.698C63.1227 128.698 66.3477 123.675 66.3477 117.578V96.918H58.7891V116.99ZM84.2027 96.918H73.4023V128.16H80.793V117.746H84.4211C90.9887 117.746 96.6996 114.454 96.6996 107.063C96.6996 99.3703 91.0727 96.918 84.2027 96.918ZM84.0684 111.867H80.793V102.965H83.85C87.4613 102.965 89.4602 104.006 89.4602 107.147C89.4602 110.188 87.6965 111.867 84.0684 111.867ZM114.723 110.355V116.402H119.762V121.458C119.09 121.945 117.914 122.248 116.789 122.248C111.027 122.248 108.273 118.653 108.273 112.472C108.273 106.408 111.582 102.83 116.184 102.83C118.754 102.83 120.383 103.872 121.895 105.249L125.876 100.496C123.743 98.3457 120.484 96.4309 115.932 96.4309C107.601 96.4309 100.63 102.36 100.63 112.724C100.63 123.255 107.349 128.698 115.999 128.698C120.35 128.698 124.263 126.984 126.329 124.902V110.355H114.723Z",fill:"black"})}),nt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M48.6562 70.7148C48.6562 72.8532 49.5106 74.9039 51.0314 76.4159C52.5522 77.9279 54.6149 78.7773 56.7656 78.7773C58.9164 78.7773 60.979 77.9279 62.4998 76.4159C64.0206 74.9039 64.875 72.8532 64.875 70.7148C64.875 68.5765 64.0206 66.5258 62.4998 65.0138C60.979 63.5018 58.9164 62.6523 56.7656 62.6523C54.6149 62.6523 52.5522 63.5018 51.0314 65.0138C49.5106 66.5258 48.6562 68.5765 48.6562 70.7148ZM108.125 70.7148C108.125 72.8532 108.979 74.9039 110.5 76.4159C112.021 77.9279 114.084 78.7773 116.234 78.7773C118.385 78.7773 120.448 77.9279 121.969 76.4159C123.489 74.9039 124.344 72.8532 124.344 70.7148C124.344 68.5765 123.489 66.5258 121.969 65.0138C120.448 63.5018 118.385 62.6523 116.234 62.6523C114.084 62.6523 112.021 63.5018 110.5 65.0138C108.979 66.5258 108.125 68.5765 108.125 70.7148ZM86.5 10.75C44.7029 10.75 10.8125 44.4445 10.8125 86C10.8125 127.555 44.7029 161.25 86.5 161.25C128.297 161.25 162.188 127.555 162.188 86C162.188 44.4445 128.297 10.75 86.5 10.75ZM130.933 130.176C125.155 135.92 118.431 140.422 110.946 143.58C103.226 146.838 94.9979 148.484 86.5 148.484C78.0021 148.484 69.7744 146.838 62.0367 143.58C54.5638 140.442 47.7757 135.889 42.0505 130.176C36.2726 124.431 31.7448 117.746 28.5687 110.305C25.308 102.629 23.6523 94.4488 23.6523 86C23.6523 77.5512 25.308 69.3711 28.5855 61.6781C31.7416 54.2484 36.3205 47.4996 42.0674 41.8074C47.8453 36.0629 54.5693 31.5613 62.0536 28.4035C69.7744 25.1617 78.0021 23.5156 86.5 23.5156C94.9979 23.5156 103.226 25.1617 110.963 28.4203C118.436 31.5581 125.224 36.1105 130.95 41.8242C136.727 47.5687 141.255 54.2539 144.431 61.6949C147.692 69.3711 149.348 77.5512 149.348 86C149.348 94.4488 147.692 102.629 144.414 110.322C141.262 117.749 136.683 124.493 130.933 130.176ZM86.5 89.5273C72.0552 89.5273 60.2121 100.832 59.4688 114.991C59.4596 115.173 59.4878 115.355 59.5516 115.526C59.6154 115.697 59.7135 115.853 59.8399 115.985C59.9663 116.117 60.1184 116.222 60.287 116.294C60.4555 116.366 60.637 116.403 60.8203 116.402H68.9466C69.6562 116.402 70.2644 115.865 70.315 115.159C70.957 106.845 77.9683 100.277 86.5 100.277C95.0317 100.277 102.06 106.845 102.685 115.159C102.736 115.865 103.344 116.402 104.053 116.402H112.18C112.363 116.403 112.544 116.366 112.713 116.294C112.882 116.222 113.034 116.117 113.16 115.985C113.287 115.853 113.385 115.697 113.448 115.526C113.512 115.355 113.54 115.173 113.531 114.991C112.788 100.832 100.945 89.5273 86.5 89.5273Z",fill:"black"})}),lt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M48.7109 39.7078L56.0847 32.334C56.2623 32.1555 56.3863 31.9307 56.4425 31.6853C56.4987 31.4398 56.4849 31.1835 56.4026 30.9455C56.3204 30.7075 56.173 30.4974 55.9772 30.339C55.7815 30.1806 55.5452 30.0804 55.2953 30.0496L28.3867 26.875C27.53 26.7742 26.791 27.4965 26.8917 28.3699L30.0663 55.2785C30.2007 56.3871 31.5613 56.8574 32.3507 56.068L39.691 48.7278L62.1484 71.1684C62.6691 71.6891 63.5257 71.6891 64.0464 71.1684L71.1683 64.0633C71.689 63.5426 71.689 62.686 71.1683 62.1653L48.7109 39.7078ZM107.953 71.1684C108.474 71.6891 109.331 71.6891 109.852 71.1684L132.309 48.7278L139.649 56.068C139.828 56.2456 140.052 56.3696 140.298 56.4258C140.543 56.482 140.8 56.4682 141.038 56.3859C141.276 56.3037 141.486 56.1563 141.644 55.9605C141.803 55.7647 141.903 55.5285 141.934 55.2785L145.108 28.3867C145.209 27.5301 144.487 26.791 143.613 26.8918L116.705 30.0664C115.596 30.2008 115.126 31.5613 115.915 32.3508L123.289 39.7246L100.832 62.1485C100.582 62.401 100.441 62.7421 100.441 63.0975C100.441 63.4529 100.582 63.7939 100.832 64.0465L107.953 71.1684ZM141.934 116.721C141.799 115.613 140.439 115.143 139.649 115.932L132.309 123.272L109.852 100.832C109.599 100.582 109.258 100.441 108.902 100.441C108.547 100.441 108.206 100.582 107.953 100.832L100.832 107.937C100.582 108.189 100.441 108.53 100.441 108.886C100.441 109.241 100.582 109.582 100.832 109.835L123.289 132.292L115.915 139.666C115.738 139.845 115.614 140.069 115.557 140.315C115.501 140.56 115.515 140.816 115.597 141.054C115.679 141.292 115.827 141.503 116.023 141.661C116.218 141.819 116.455 141.92 116.705 141.95L143.613 145.125C144.47 145.226 145.209 144.504 145.108 143.63L141.934 116.721ZM64.0464 100.832C63.7939 100.582 63.4528 100.441 63.0974 100.441C62.742 100.441 62.4009 100.582 62.1484 100.832L39.691 123.272L32.3507 115.932C32.1722 115.754 31.9475 115.63 31.702 115.574C31.4566 115.518 31.2003 115.532 30.9623 115.614C30.7243 115.696 30.5141 115.844 30.3557 116.04C30.1974 116.235 30.0971 116.472 30.0663 116.721L26.8917 143.613C26.791 144.47 27.5132 145.209 28.3867 145.108L55.2953 141.934C56.4039 141.799 56.8742 140.439 56.0847 139.649L48.7109 132.292L71.1683 109.852C71.689 109.331 71.689 108.474 71.1683 107.954L64.0464 100.832Z",fill:"black"})}),st=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M66.0578 40.4637C65.9226 39.3551 64.5542 38.8848 63.7601 39.6742L56.3772 47.0145L33.7892 24.5738C33.5352 24.3238 33.1922 24.1835 32.8347 24.1835C32.4772 24.1835 32.1342 24.3238 31.8801 24.5738L24.7168 31.6789C24.4653 31.9315 24.3242 32.2725 24.3242 32.6279C24.3242 32.9833 24.4653 33.3244 24.7168 33.577L47.3048 56.0344L39.8881 63.4082C39.7095 63.5867 39.5848 63.8115 39.5283 64.0569C39.4717 64.3024 39.4856 64.5587 39.5684 64.7967C39.6511 65.0347 39.7993 65.2448 39.9962 65.4032C40.1931 65.5616 40.4308 65.6618 40.6822 65.6926L67.7472 68.8672C68.6088 68.968 69.3522 68.2457 69.2508 67.3723L66.0578 40.4637ZM67.7641 103.15L40.6822 106.324C39.5671 106.459 39.0941 107.819 39.8881 108.609L47.3048 115.982L24.7168 138.406C24.4653 138.659 24.3242 139 24.3242 139.355C24.3242 139.711 24.4653 140.052 24.7168 140.304L31.8801 147.409C32.4039 147.93 33.2655 147.93 33.7892 147.409L56.3772 124.969L63.7601 132.309C63.9396 132.487 64.1657 132.611 64.4126 132.667C64.6595 132.723 64.9173 132.709 65.1567 132.627C65.396 132.545 65.6074 132.397 65.7667 132.202C65.926 132.006 66.0268 131.769 66.0578 131.52L69.2508 104.628C69.3522 103.771 68.6257 103.049 67.7641 103.15ZM105.236 68.8504L132.318 65.6758C133.433 65.5414 133.906 64.1809 133.112 63.3914L125.695 56.0344L148.283 33.5938C148.807 33.0731 148.807 32.2164 148.283 31.6957L141.12 24.5906C140.866 24.3406 140.523 24.2003 140.166 24.2003C139.808 24.2003 139.465 24.3406 139.211 24.5906L116.623 47.0145L109.24 39.6742C109.061 39.4966 108.835 39.3726 108.588 39.3164C108.341 39.2602 108.083 39.274 107.844 39.3563C107.604 39.4385 107.393 39.5859 107.234 39.7817C107.074 39.9775 106.973 40.2137 106.943 40.4637L103.749 67.3555C103.648 68.2289 104.375 68.9512 105.236 68.8504ZM125.695 115.966L133.112 108.592C133.291 108.413 133.415 108.189 133.472 107.943C133.529 107.698 133.515 107.441 133.432 107.203C133.349 106.965 133.201 106.755 133.004 106.597C132.807 106.438 132.569 106.338 132.318 106.307L105.253 103.133C104.391 103.032 103.648 103.754 103.749 104.628L106.943 131.536C107.078 132.645 108.446 133.115 109.24 132.326L116.623 124.986L139.211 147.426C139.735 147.947 140.596 147.947 141.12 147.426L148.283 140.321C148.807 139.8 148.807 138.944 148.283 138.423L125.695 115.966Z",fill:"black"})}),pt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M85.9328 12.816C44.3941 12.7992 10.75 46.4266 10.75 87.9317C10.75 120.753 31.7965 148.652 61.107 158.898C65.0543 159.889 64.4496 157.084 64.4496 155.17V142.152C41.6563 144.823 40.7324 129.739 39.2039 127.22C36.1133 121.945 28.8066 120.602 30.9902 118.082C36.1805 115.411 41.4715 118.754 47.6023 127.807C52.0367 134.375 60.6871 133.266 65.0711 132.175C66.0285 128.227 68.0777 124.7 70.8996 121.962C47.2832 117.729 37.4402 103.318 37.4402 86.1848C37.4402 77.8703 40.1781 70.2278 45.5531 64.0633C42.1266 53.9012 45.8723 45.2004 46.3762 43.9071C56.1352 43.0336 66.2805 50.8946 67.0699 51.516C72.6129 50.0211 78.9453 49.2317 86.0336 49.2317C93.1555 49.2317 99.5047 50.0547 105.098 51.5664C106.996 50.1219 116.402 43.3696 125.473 44.1926C125.96 45.486 129.621 53.9852 126.396 64.0129C131.839 70.1942 134.61 77.9039 134.61 86.2352C134.61 103.402 124.7 117.83 101.016 121.996C103.045 123.991 104.656 126.37 105.754 128.994C106.853 131.619 107.418 134.436 107.416 137.281V156.177C107.55 157.689 107.416 159.184 109.936 159.184C139.683 149.156 161.099 121.055 161.099 87.9485C161.099 46.4266 127.438 12.816 85.9328 12.816Z",fill:"black"})}),it=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M140.562 10.75H32.4375C29.4472 10.75 27.0312 13.152 27.0312 16.125V155.875C27.0312 158.848 29.4472 161.25 32.4375 161.25H140.562C143.553 161.25 145.969 158.848 145.969 155.875V16.125C145.969 13.152 143.553 10.75 140.562 10.75ZM39.1953 22.8438H133.805V57.7812H39.1953V22.8438ZM133.805 103.469H39.1953V68.5312H133.805V103.469ZM133.805 149.156H39.1953V114.219H133.805V149.156ZM83.7969 34.9375H52.7109C51.9676 34.9375 51.3594 35.5422 51.3594 36.2812V44.3438C51.3594 45.0828 51.9676 45.6875 52.7109 45.6875H83.7969C84.5402 45.6875 85.1484 45.0828 85.1484 44.3438V36.2812C85.1484 35.5422 84.5402 34.9375 83.7969 34.9375ZM52.7109 91.375H83.7969C84.5402 91.375 85.1484 90.7703 85.1484 90.0312V81.9688C85.1484 81.2297 84.5402 80.625 83.7969 80.625H52.7109C51.9676 80.625 51.3594 81.2297 51.3594 81.9688V90.0312C51.3594 90.7703 51.9676 91.375 52.7109 91.375ZM108.125 132.359C108.125 134.141 108.837 135.85 110.104 137.11C111.372 138.37 113.091 139.078 114.883 139.078C116.675 139.078 118.394 138.37 119.661 137.11C120.929 135.85 121.641 134.141 121.641 132.359C121.641 130.577 120.929 128.869 119.661 127.608C118.394 126.348 116.675 125.641 114.883 125.641C113.091 125.641 111.372 126.348 110.104 127.608C108.837 128.869 108.125 130.577 108.125 132.359Z",fill:"black"})}),Ct=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M155.937 47.6359C153.672 42.4228 150.407 37.6987 146.324 33.7281C142.237 29.7457 137.42 26.5809 132.132 24.4059C126.649 22.1415 120.769 20.9825 114.832 20.9961C106.503 20.9961 98.3769 23.2637 91.3149 27.5469C89.6255 28.5715 88.0205 29.6969 86.5 30.923C84.9795 29.6969 83.3745 28.5715 81.6851 27.5469C74.6231 23.2637 66.4969 20.9961 58.1679 20.9961C52.1703 20.9961 46.3586 22.1383 40.8679 24.4059C35.563 26.5894 30.7818 29.7305 26.6765 33.7281C22.5879 37.6942 19.3219 42.4194 17.0635 47.6359C14.7151 53.0613 13.5156 58.8227 13.5156 64.7519C13.5156 70.3453 14.6645 76.1738 16.9452 82.1031C18.8543 87.0582 21.5912 92.198 25.0884 97.3883C30.6298 105.602 38.2492 114.168 47.7102 122.852C63.3883 137.247 78.9144 147.191 79.5732 147.594L83.5773 150.147C85.3512 151.273 87.6319 151.273 89.4059 150.147L93.4099 147.594C94.0688 147.174 109.578 137.247 125.273 122.852C134.734 114.168 142.353 105.602 147.895 97.3883C151.392 92.198 154.146 87.0582 156.038 82.1031C158.319 76.1738 159.467 70.3453 159.467 64.7519C159.484 58.8227 158.285 53.0613 155.937 47.6359ZM86.5 136.861C86.5 136.861 26.3555 98.5473 26.3555 64.7519C26.3555 47.6359 40.5976 33.7617 58.1679 33.7617C70.5178 33.7617 81.2289 40.6148 86.5 50.6258C91.7711 40.6148 102.482 33.7617 114.832 33.7617C132.402 33.7617 146.645 47.6359 146.645 64.7519C146.645 98.5473 86.5 136.861 86.5 136.861Z",fill:"black"})}),mt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M160.847 85.2273L101.319 26.5726C101.195 26.4487 101.049 26.3504 100.887 26.2833C100.726 26.2162 100.553 26.1816 100.378 26.1816C100.203 26.1816 100.03 26.2162 99.8688 26.2833C99.7074 26.3504 99.5608 26.4487 99.4375 26.5726L59.3434 66.0789C59.091 66.3292 58.9477 66.669 58.9446 67.0244C58.9414 67.3799 59.0787 67.7222 59.3266 67.9769L59.3434 67.9937L66.0621 74.6117L46.3762 93.9785C46.1238 94.2288 45.9805 94.5686 45.9774 94.9241C45.9742 95.2795 46.1115 95.6218 46.3594 95.8765L46.3762 95.8933L53.0109 102.427L21.248 133.837H12.1105C11.3715 133.837 10.75 134.442 10.75 135.181V144.453C10.75 145.192 11.3547 145.797 12.0938 145.797H70.0262C70.3789 145.797 70.7148 145.662 70.9668 145.411L83.7492 132.712L90.5352 139.397C90.6585 139.521 90.805 139.619 90.9665 139.687C91.1279 139.754 91.301 139.788 91.4758 139.788C91.6506 139.788 91.8237 139.754 91.9851 139.687C92.1465 139.619 92.2931 139.521 92.4164 139.397L112.086 119.98L118.821 126.615C118.944 126.739 119.091 126.837 119.252 126.904C119.414 126.971 119.587 127.006 119.762 127.006C119.937 127.006 120.11 126.971 120.271 126.904C120.432 126.837 120.579 126.739 120.702 126.615L160.796 87.1086C161.368 86.6047 161.368 85.7648 160.847 85.2273ZM65.4742 133.737H38.5656L61.1406 111.397L74.5949 124.65L65.4742 133.737ZM91.4758 123.306L62.6859 94.9359L74.2086 83.5812L102.998 111.951L91.4758 123.306ZM119.779 110.523L75.6363 67.0363L100.378 42.664L144.52 86.1679L119.779 110.523Z",fill:"black"})}),dt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M158.982 85.3174L94.0791 20.0708L89.7287 15.6951C88.7375 14.7047 87.397 14.1488 85.9998 14.1488C84.6026 14.1488 83.2621 14.7047 82.2709 15.6951L13.0174 85.3174C12.0017 86.3351 11.199 87.547 10.6566 88.8818C10.1143 90.2165 9.84326 91.6471 9.85958 93.0889C9.92677 99.0358 14.8483 103.783 20.7608 103.783H27.8994V158.809H144.1V103.783H151.39C154.262 103.783 156.967 102.651 158.999 100.607C160 99.6037 160.793 98.4106 161.332 97.0969C161.871 95.7832 162.146 94.375 162.14 92.9538C162.14 90.0817 161.015 87.3617 158.982 85.3174ZM95.4061 146.645H76.5936V112.18H95.4061V146.645ZM132.006 91.6191V146.645H106.156V108.125C106.156 104.391 103.149 101.367 99.4373 101.367H72.5623C68.8502 101.367 65.8436 104.391 65.8436 108.125V146.645H39.9932V91.6191H23.8682L86.0166 29.16L89.8967 33.0627L148.148 91.6191H132.006Z",fill:"black"})}),ct=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M156.781 27.0312H16.2188C13.2284 27.0312 10.8125 29.4472 10.8125 32.4375V140.562C10.8125 143.553 13.2284 145.969 16.2188 145.969H156.781C159.772 145.969 162.188 143.553 162.188 140.562V32.4375C162.188 29.4472 159.772 27.0312 156.781 27.0312ZM150.023 133.805H22.9766V39.1953H150.023V133.805ZM103.107 80.418H123.955C124.175 80.418 124.344 79.8098 124.344 79.0664V70.957C124.344 70.2137 124.175 69.6055 123.955 69.6055H103.107C102.888 69.6055 102.719 70.2137 102.719 70.957V79.0664C102.719 79.8098 102.888 80.418 103.107 80.418ZM103.918 104.746H135.291C135.95 104.746 136.491 104.138 136.491 103.395V95.2852C136.491 94.5418 135.95 93.9336 135.291 93.9336H103.918C103.259 93.9336 102.719 94.5418 102.719 95.2852V103.395C102.719 104.138 103.259 104.746 103.918 104.746ZM37.8438 113.7H45.2604C45.97 113.7 46.5444 113.143 46.5951 112.433C47.2371 103.901 54.3666 97.1436 63.0166 97.1436C71.6666 97.1436 78.7961 103.901 79.4381 112.433C79.4888 113.143 80.0632 113.7 80.7728 113.7H88.1895C88.3728 113.7 88.5542 113.663 88.7228 113.591C88.8913 113.519 89.0434 113.413 89.1699 113.281C89.2963 113.148 89.3944 112.991 89.4582 112.819C89.522 112.647 89.5502 112.464 89.541 112.281C89.068 103.276 84.1348 95.4372 76.9377 90.9771C80.1115 87.4882 81.8653 82.9382 81.854 78.2217C81.854 67.764 73.4236 59.2998 63.0335 59.2998C52.6434 59.2998 44.213 67.764 44.213 78.2217C44.213 83.138 46.0714 87.5981 49.1293 90.9771C45.4654 93.2475 42.4054 96.371 40.2107 100.081C38.016 103.791 36.7517 107.977 36.526 112.281C36.4584 113.058 37.0666 113.7 37.8438 113.7ZM63.0166 69.4365C67.8315 69.4365 71.7511 73.3729 71.7511 78.2217C71.7511 83.0704 67.8315 87.0068 63.0166 87.0068C58.2017 87.0068 54.2821 83.0704 54.2821 78.2217C54.2821 73.3729 58.2017 69.4365 63.0166 69.4365Z",fill:"black"})}),Vt=A=>e.jsxs("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M86.5 10.8125C44.7029 10.8125 10.8125 44.7029 10.8125 86.5C10.8125 128.297 44.7029 162.188 86.5 162.188C128.297 162.188 162.188 128.297 162.188 86.5C162.188 44.7029 128.297 10.8125 86.5 10.8125ZM86.5 149.348C51.7986 149.348 23.6523 121.201 23.6523 86.5C23.6523 51.7986 51.7986 23.6523 86.5 23.6523C121.201 23.6523 149.348 51.7986 149.348 86.5C149.348 121.201 121.201 149.348 86.5 149.348Z",fill:"black"}),e.jsx("path",{d:"M78.3906 56.7656C78.3906 58.9164 79.245 60.979 80.7658 62.4998C82.2866 64.0206 84.3493 64.875 86.5 64.875C88.6507 64.875 90.7134 64.0206 92.2342 62.4998C93.755 60.979 94.6094 58.9164 94.6094 56.7656C94.6094 54.6149 93.755 52.5522 92.2342 51.0314C90.7134 49.5106 88.6507 48.6563 86.5 48.6562C84.3493 48.6563 82.2866 49.5106 80.7658 51.0314C79.245 52.5522 78.3906 54.6149 78.3906 56.7656ZM90.5547 75.6875H82.4453C81.702 75.6875 81.0938 76.2957 81.0938 77.0391V122.992C81.0938 123.736 81.702 124.344 82.4453 124.344H90.5547C91.298 124.344 91.9062 123.736 91.9062 122.992V77.0391C91.9062 76.2957 91.298 75.6875 90.5547 75.6875Z",fill:"black"})]}),St=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M96.4142 112.416C96.1616 112.165 95.8205 112.024 95.4651 112.024C95.1097 112.024 94.7687 112.165 94.5161 112.416L74.9981 132.048C65.9614 141.137 50.7099 142.1 40.7325 132.048C30.7384 121.995 31.6958 106.672 40.7325 97.5828L60.2505 77.9514C60.7712 77.4277 60.7712 76.566 60.2505 76.0423L53.5653 69.3183C53.3128 69.0668 52.9717 68.9257 52.6163 68.9257C52.2609 68.9257 51.9198 69.0668 51.6673 69.3183L32.1493 88.9497C17.9392 103.243 17.9392 126.371 32.1493 140.647C46.3595 154.923 69.3544 154.94 83.5478 140.647L103.066 121.016C103.586 120.492 103.586 119.63 103.066 119.106L96.4142 112.416ZM139.851 32.3362C125.641 18.0434 102.646 18.0434 88.4524 32.3362L68.9177 51.9676C68.6676 52.2216 68.5273 52.5647 68.5273 52.9221C68.5273 53.2796 68.6676 53.6227 68.9177 53.8767L75.586 60.5838C76.1067 61.1075 76.9634 61.1075 77.4841 60.5838L97.0021 40.9524C106.039 31.8631 121.29 30.9001 131.268 40.9524C141.262 51.0046 140.304 66.328 131.268 75.4172L111.75 95.0487C111.5 95.3027 111.359 95.6457 111.359 96.0032C111.359 96.3607 111.5 96.7037 111.75 96.9577L118.435 103.682C118.956 104.205 119.812 104.205 120.333 103.682L139.851 84.0503C154.044 69.7575 154.044 46.6289 139.851 32.3362ZM102.478 62.8984C102.225 62.6468 101.884 62.5057 101.529 62.5057C101.173 62.5057 100.832 62.6468 100.58 62.8984L62.5349 101.148C62.2848 101.402 62.1445 101.745 62.1445 102.102C62.1445 102.46 62.2848 102.803 62.5349 103.057L69.1864 109.747C69.7071 110.271 70.5638 110.271 71.0845 109.747L109.113 71.4977C109.633 70.974 109.633 70.1123 109.113 69.5886L102.478 62.8984Z",fill:"black"})}),Zt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M165.953 92.0469C162.611 92.0469 159.906 89.3426 159.906 86C159.906 76.0227 157.958 66.3477 154.095 57.227C150.378 48.4465 145 40.4672 138.255 33.7281C131.523 26.9744 123.542 21.5947 114.756 17.8887C105.652 14.0422 95.9773 12.0938 86 12.0938C82.6574 12.0938 79.9531 9.38945 79.9531 6.04688C79.9531 2.7043 82.6574 0 86 0C97.6066 0 108.877 2.26758 119.476 6.76914C129.722 11.0859 138.91 17.3008 146.805 25.1953C154.699 33.0898 160.897 42.2945 165.231 52.5238C169.716 63.1227 171.983 74.3934 171.983 86C172 89.3426 169.296 92.0469 165.953 92.0469Z",fill:"black"})}),gt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M139.75 78.3906H128.328V40.5469C128.328 28.6024 118.704 18.9219 106.828 18.9219H65.1719C53.2965 18.9219 43.6719 28.6024 43.6719 40.5469V78.3906H32.25C29.277 78.3906 26.875 80.8065 26.875 83.7969V148.672C26.875 151.662 29.277 154.078 32.25 154.078H139.75C142.723 154.078 145.125 151.662 145.125 148.672V83.7969C145.125 80.8065 142.723 78.3906 139.75 78.3906ZM55.7656 40.5469C55.7656 35.3265 59.9816 31.0859 65.1719 31.0859H106.828C112.018 31.0859 116.234 35.3265 116.234 40.5469V78.3906H55.7656V40.5469ZM133.031 141.914H38.9688V90.5547H133.031V141.914ZM81.2969 118.431V127.385C81.2969 128.128 81.9016 128.736 82.6406 128.736H89.3594C90.0984 128.736 90.7031 128.128 90.7031 127.385V118.431C92.0897 117.429 93.1246 116.011 93.6589 114.381C94.1932 112.75 94.1994 110.991 93.6765 109.357C93.1536 107.723 92.1287 106.298 90.7492 105.287C89.3697 104.276 87.7069 103.731 86 103.731C84.2931 103.731 82.6303 104.276 81.2508 105.287C79.8713 106.298 78.8464 107.723 78.3235 109.357C77.8006 110.991 77.8068 112.75 78.3411 114.381C78.8754 116.011 79.9103 117.429 81.2969 118.431Z",fill:"black"})}),qt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M48.6562 71.126C48.6562 73.2767 49.5106 75.3394 51.0314 76.8602C52.5522 78.381 54.6149 79.2354 56.7656 79.2354C58.9164 79.2354 60.979 78.381 62.4998 76.8602C64.0206 75.3394 64.875 73.2767 64.875 71.126C64.875 68.9752 64.0206 66.9126 62.4998 65.3918C60.979 63.871 58.9164 63.0166 56.7656 63.0166C54.6149 63.0166 52.5522 63.871 51.0314 65.3918C49.5106 66.9126 48.6562 68.9752 48.6562 71.126ZM108.125 71.126C108.125 73.2767 108.979 75.3394 110.5 76.8602C112.021 78.381 114.084 79.2354 116.234 79.2354C118.385 79.2354 120.448 78.381 121.969 76.8602C123.489 75.3394 124.344 73.2767 124.344 71.126C124.344 68.9752 123.489 66.9126 121.969 65.3918C120.448 63.871 118.385 63.0166 116.234 63.0166C114.084 63.0166 112.021 63.871 110.5 65.3918C108.979 66.9126 108.125 68.9752 108.125 71.126ZM86.5 10.8125C44.7029 10.8125 10.8125 44.7029 10.8125 86.5C10.8125 128.297 44.7029 162.188 86.5 162.188C128.297 162.188 162.188 128.297 162.188 86.5C162.188 44.7029 128.297 10.8125 86.5 10.8125ZM130.933 130.933C125.155 136.711 118.431 141.238 110.946 144.414C103.226 147.692 94.9979 149.348 86.5 149.348C78.0021 149.348 69.7744 147.692 62.0367 144.414C54.5638 141.258 47.7757 136.68 42.0505 130.933C36.2726 125.155 31.7448 118.431 28.5687 110.946C25.308 103.226 23.6523 94.9979 23.6523 86.5C23.6523 78.0021 25.308 69.7744 28.5855 62.0367C31.7416 54.5638 36.3205 47.7757 42.0674 42.0505C47.8453 36.2726 54.5693 31.7448 62.0536 28.5687C69.7744 25.308 78.0021 23.6523 86.5 23.6523C94.9979 23.6523 103.226 25.308 110.963 28.5855C118.436 31.7416 125.224 36.3205 130.95 42.0674C136.727 47.8453 141.255 54.5693 144.431 62.0536C147.692 69.7744 149.348 78.0021 149.348 86.5C149.348 94.9979 147.692 103.226 144.414 110.963C141.262 118.433 136.683 125.217 130.933 130.933ZM112.18 95.4541H60.8203C60.077 95.4541 59.4688 96.0623 59.4688 96.8057V104.915C59.4688 105.658 60.077 106.267 60.8203 106.267H112.18C112.923 106.267 113.531 105.658 113.531 104.915V96.8057C113.531 96.0623 112.923 95.4541 112.18 95.4541Z",fill:"black"})}),Ut=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M78.3906 86.5C78.3906 88.6507 79.245 90.7134 80.7658 92.2342C82.2866 93.755 84.3492 94.6094 86.5 94.6094C88.6507 94.6094 90.7134 93.755 92.2342 92.2342C93.755 90.7134 94.6094 88.6507 94.6094 86.5C94.6094 84.3493 93.755 82.2866 92.2342 80.7658C90.7134 79.245 88.6507 78.3906 86.5 78.3906C84.3492 78.3906 82.2866 79.245 80.7658 80.7658C79.245 82.2866 78.3906 84.3493 78.3906 86.5ZM112.18 86.5C112.18 88.6507 113.034 90.7134 114.555 92.2342C116.076 93.755 118.138 94.6094 120.289 94.6094C122.44 94.6094 124.502 93.755 126.023 92.2342C127.544 90.7134 128.398 88.6507 128.398 86.5C128.398 84.3493 127.544 82.2866 126.023 80.7658C124.502 79.245 122.44 78.3906 120.289 78.3906C118.138 78.3906 116.076 79.245 114.555 80.7658C113.034 82.2866 112.18 84.3493 112.18 86.5ZM44.6015 86.5C44.6015 88.6507 45.4559 90.7134 46.9767 92.2342C48.4975 93.755 50.5602 94.6094 52.7109 94.6094C54.8617 94.6094 56.9243 93.755 58.4451 92.2342C59.9659 90.7134 60.8203 88.6507 60.8203 86.5C60.8203 84.3493 59.9659 82.2866 58.4451 80.7658C56.9243 79.245 54.8617 78.3906 52.7109 78.3906C50.5602 78.3906 48.4975 79.245 46.9767 80.7658C45.4559 82.2866 44.6015 84.3493 44.6015 86.5ZM156.308 57.1711C152.49 48.0987 147.016 39.9556 140.039 32.9612C133.11 26.0074 124.885 20.4799 115.829 16.6918C106.537 12.7892 96.6705 10.8125 86.5 10.8125H86.1621C75.924 10.8632 66.0069 12.8905 56.6811 16.8776C47.7027 20.7046 39.5545 26.2419 32.6909 33.1809C25.781 40.1583 20.3579 48.2677 16.6073 57.3063C12.7216 66.6658 10.7618 76.6167 10.8125 86.8548C10.8698 98.5875 13.6456 110.147 18.9219 120.627V146.307C18.9219 148.368 19.7406 150.344 21.1981 151.802C22.6555 153.259 24.6322 154.078 26.6933 154.078H52.3899C62.8695 159.354 74.4293 162.13 86.1621 162.188H86.5169C96.6367 162.188 106.452 160.228 115.694 156.393C124.704 152.65 132.899 147.187 139.819 140.309C146.797 133.399 152.287 125.324 156.122 116.319C160.109 106.993 162.137 97.076 162.187 86.8379C162.238 76.5491 160.245 66.5645 156.308 57.1711ZM130.781 131.169C118.937 142.894 103.226 149.348 86.5 149.348H86.2128C76.0254 149.297 65.9056 146.763 56.9683 141.999L55.5492 141.238H31.7617V117.451L31.0014 116.032C26.2372 107.094 23.703 96.9746 23.6523 86.7872C23.5847 69.9434 30.0216 54.1301 41.8308 42.2194C53.6232 30.3088 69.3858 23.7199 86.2297 23.6523H86.5169C94.9641 23.6523 103.158 25.2911 110.879 28.5349C118.414 31.6941 125.172 36.2388 130.983 42.0505C136.778 47.8453 141.34 54.62 144.499 62.155C147.776 69.9603 149.415 78.2386 149.381 86.7872C149.28 103.614 142.674 119.377 130.781 131.169Z",fill:"black"})}),ut=A=>e.jsxs("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M116.906 81.0938H55.0938C54.3547 81.0938 53.75 81.702 53.75 82.4453V90.5547C53.75 91.298 54.3547 91.9062 55.0938 91.9062H116.906C117.645 91.9062 118.25 91.298 118.25 90.5547V82.4453C118.25 81.702 117.645 81.0938 116.906 81.0938Z",fill:"black"}),e.jsx("path",{d:"M86 10.8125C44.4445 10.8125 10.75 44.7029 10.75 86.5C10.75 128.297 44.4445 162.188 86 162.188C127.555 162.188 161.25 128.297 161.25 86.5C161.25 44.7029 127.555 10.8125 86 10.8125ZM86 149.348C51.4992 149.348 23.5156 121.201 23.5156 86.5C23.5156 51.7986 51.4992 23.6523 86 23.6523C120.501 23.6523 148.484 51.7986 148.484 86.5C148.484 121.201 120.501 149.348 86 149.348Z",fill:"black"})]}),Kt=A=>e.jsxs("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M55.0938 91.9062H116.906C117.645 91.9062 118.25 91.298 118.25 90.5547V82.4453C118.25 81.702 117.645 81.0938 116.906 81.0938H55.0938C54.3547 81.0938 53.75 81.702 53.75 82.4453V90.5547C53.75 91.298 54.3547 91.9062 55.0938 91.9062Z",fill:"black"}),e.jsx("path",{d:"M147.812 18.9219H24.1875C21.2145 18.9219 18.8125 21.3378 18.8125 24.3281V148.672C18.8125 151.662 21.2145 154.078 24.1875 154.078H147.812C150.786 154.078 153.188 151.662 153.188 148.672V24.3281C153.188 21.3378 150.786 18.9219 147.812 18.9219ZM141.094 141.914H30.9062V31.0859H141.094V141.914Z",fill:"black"})]}),kt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M131.659 33.2147C115.745 17.3 89.8284 17.3 73.9306 33.2147L29.8359 77.2756C29.5487 77.5628 29.3966 77.9514 29.3966 78.3568C29.3966 78.7623 29.5487 79.1509 29.8359 79.4381L36.07 85.6722C36.3549 85.9559 36.7407 86.1152 37.1428 86.1152C37.5449 86.1152 37.9306 85.9559 38.2156 85.6722L82.3103 41.6113C87.7841 36.1374 95.0657 33.1302 102.803 33.1302C110.541 33.1302 117.823 36.1374 123.28 41.6113C128.753 47.0851 131.761 54.3666 131.761 62.0874C131.761 69.8251 128.753 77.0898 123.28 82.5636L78.3401 127.486L71.0586 134.768C64.2501 141.576 53.1841 141.576 46.3756 134.768C43.0812 131.473 41.2735 127.098 41.2735 122.435C41.2735 117.772 43.0812 113.396 46.3756 110.102L90.9603 65.5339C92.0922 64.4189 93.579 63.7938 95.167 63.7938H95.1839C96.772 63.7938 98.2419 64.4189 99.3569 65.5339C100.489 66.6658 101.097 68.1526 101.097 69.7406C101.097 71.3118 100.472 72.7986 99.3569 73.9136L62.9154 110.321C62.6282 110.609 62.4761 110.997 62.4761 111.403C62.4761 111.808 62.6282 112.197 62.9154 112.484L69.1495 118.718C69.4344 119.002 69.8202 119.161 70.2223 119.161C70.6244 119.161 71.0101 119.002 71.2951 118.718L107.72 82.2933C111.082 78.9313 112.923 74.4711 112.923 69.7238C112.923 64.9764 111.065 60.4993 107.72 57.1542C100.776 50.2106 89.4905 50.2275 82.5468 57.1542L78.2218 61.4961L37.9791 101.722C35.2477 104.437 33.0827 107.668 31.6094 111.226C30.1361 114.785 29.384 118.6 29.3966 122.452C29.3966 130.274 32.4546 137.623 37.9791 143.147C43.7063 148.858 51.2075 151.713 58.7087 151.713C66.2098 151.713 73.711 148.858 79.4213 143.147L131.659 90.9433C139.346 83.2394 143.604 72.9844 143.604 62.0874C143.621 51.1736 139.363 40.9186 131.659 33.2147Z",fill:"black"})}),yt=A=>e.jsxs("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M80.9609 25.5312H91.0391C91.9349 25.5312 92.3828 25.9792 92.3828 26.875V145.125C92.3828 146.021 91.9349 146.469 91.0391 146.469H80.9609C80.0651 146.469 79.6172 146.021 79.6172 145.125V26.875C79.6172 25.9792 80.0651 25.5312 80.9609 25.5312Z",fill:"black"}),e.jsx("path",{d:"M32.25 79.6172H145.125C146.021 79.6172 146.469 80.0651 146.469 80.9609V91.0391C146.469 91.9349 146.021 92.3828 145.125 92.3828H26.875C25.9792 92.3828 25.5312 91.9349 25.5312 91.0391V80.9609C25.5312 80.0651 25.9792 79.6172 26.875 79.6172H32.25Z",fill:"black"})]}),Wt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M148.385 66.2435L106.756 24.6153C105.658 23.5172 104.222 22.9766 102.786 22.9766C101.35 22.9766 99.9142 23.5172 98.816 24.6153L71.5989 51.8493C69.5378 51.6128 67.4598 51.5114 65.3817 51.5114C53.0149 51.5114 40.6481 55.583 30.4945 63.7262C29.8797 64.2199 29.3757 64.8376 29.0155 65.539C28.6552 66.2405 28.4468 67.0099 28.4038 67.7973C28.3607 68.5847 28.4841 69.3723 28.7657 70.1088C29.0473 70.8454 29.481 71.5143 30.0384 72.0721L60.7357 102.769L24.3449 139.126C23.899 139.57 23.6238 140.156 23.5678 140.782L22.9934 147.067C22.8413 148.655 24.1084 150.007 25.6796 150.007C25.7641 150.007 25.8485 150.007 25.933 149.99L32.2178 149.415C32.8429 149.365 33.4342 149.077 33.8734 148.638L70.2642 112.247L100.962 142.945C102.06 144.043 103.496 144.583 104.932 144.583C106.571 144.583 108.192 143.874 109.308 142.488C118.819 130.612 122.772 115.744 121.167 101.367L148.385 74.1501C150.564 71.9876 150.564 68.4397 148.385 66.2435Z",fill:"black"})}),ht=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M148.385 66.2435L106.756 24.6153C105.658 23.5172 104.222 22.9766 102.786 22.9766C101.35 22.9766 99.9142 23.5172 98.816 24.6153L71.5989 51.8493C69.5378 51.6128 67.4598 51.5114 65.3817 51.5114C53.0149 51.5114 40.6481 55.583 30.4945 63.7262C29.8797 64.2199 29.3757 64.8376 29.0155 65.539C28.6552 66.2405 28.4468 67.0099 28.4038 67.7973C28.3607 68.5847 28.4841 69.3723 28.7657 70.1088C29.0473 70.8454 29.481 71.5143 30.0384 72.0721L60.7357 102.769L24.3449 139.126C23.899 139.57 23.6238 140.156 23.5678 140.782L22.9934 147.067C22.8413 148.655 24.1084 150.007 25.6796 150.007C25.7641 150.007 25.8485 150.007 25.933 149.99L32.2178 149.415C32.8429 149.365 33.4342 149.077 33.8734 148.638L70.2642 112.247L100.962 142.945C102.06 144.043 103.496 144.583 104.932 144.583C106.571 144.583 108.192 143.874 109.308 142.488C118.819 130.612 122.772 115.744 121.167 101.367L148.385 74.1501C150.564 71.9876 150.564 68.4397 148.385 66.2435ZM112.551 92.8017L108.412 96.9408L109.054 102.753C110.061 111.742 108.267 120.822 103.918 128.753L44.2636 69.0648C46.443 67.8653 48.7068 66.8517 51.0721 66.0407C55.6674 64.4526 60.4823 63.6586 65.3817 63.6586C67.0036 63.6586 68.6424 63.7431 70.2642 63.9289L76.076 64.5709L80.2151 60.4317L102.803 37.8438L135.156 70.1968L112.551 92.8017Z",fill:"black"})}),Bt=A=>e.jsxs("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M85.3281 118.938C98.6816 118.938 109.516 108.041 109.516 94.6094C109.516 81.1782 98.6816 70.2812 85.3281 70.2812C71.9746 70.2812 61.1406 81.1782 61.1406 94.6094C61.1406 108.041 71.9746 118.938 85.3281 118.938ZM85.3281 81.0938C92.7523 81.0938 98.7656 87.142 98.7656 94.6094C98.7656 102.077 92.7523 108.125 85.3281 108.125C77.9039 108.125 71.8906 102.077 71.8906 94.6094C71.8906 87.142 77.9039 81.0938 85.3281 81.0938Z",fill:"black"}),e.jsx("path",{d:"M139.75 43.25H135.03L129.034 22.8245C128.362 20.51 126.262 18.9219 123.877 18.9219H48.123C45.7211 18.9219 43.6215 20.51 42.9664 22.8245L36.9699 43.25H32.25C29.277 43.25 26.875 45.6659 26.875 48.6562V53.3867C26.875 54.1301 27.4797 54.7383 28.2188 54.7383H35.9117L43.9238 149.128C44.0375 150.478 44.6513 151.737 45.6437 152.653C46.6361 153.57 47.9346 154.079 49.282 154.078H121.374C122.722 154.079 124.02 153.57 125.013 152.653C126.005 151.737 126.619 150.478 126.732 149.128L134.745 54.7383H143.781C144.52 54.7383 145.125 54.1301 145.125 53.3867V48.6562C145.125 45.6659 142.723 43.25 139.75 43.25ZM52.6414 30.4102H119.359L123.121 43.25H48.8789L52.6414 30.4102ZM115.831 142.59H54.825L47.3672 54.7383H123.272L115.831 142.59Z",fill:"black"})]}),ft=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M145.125 124.344C145.125 105.489 134.14 89.2031 118.25 81.6175V53.6063C118.25 51.0553 117.36 48.5887 115.714 46.6458L90.1152 16.1174C89.0402 14.8334 87.5117 14.1914 86 14.1914C84.4883 14.1914 82.9598 14.8334 81.8848 16.1174L56.2863 46.6458C54.6514 48.5926 53.7531 51.058 53.75 53.6063V81.6175C37.8602 89.2031 26.875 105.489 26.875 124.344H53.1621C52.7758 125.56 52.5742 126.878 52.5742 128.365C52.5742 132.098 53.8508 135.748 56.1687 138.637C58.0608 140.999 60.5666 142.789 63.4082 143.806C67.2883 152.929 76.1066 158.809 86 158.809C90.8879 158.809 95.6246 157.356 99.6727 154.619C103.637 151.949 106.711 148.216 108.575 143.806C111.415 142.795 113.921 141.011 115.814 138.653C118.136 135.738 119.403 132.116 119.409 128.382C119.409 126.962 119.224 125.611 118.888 124.361H145.125V124.344ZM128.043 104.983C129.621 107.449 130.898 110.102 131.822 112.855H117.578V94.3897C121.769 97.1404 125.335 100.75 128.043 104.983ZM65.1719 81.6175V53.8598L86 29.0248L106.828 53.8598V112.855H65.1719V81.6175ZM40.1781 112.855C41.102 110.102 42.3785 107.449 43.9574 104.983C46.6953 100.725 50.2563 97.1267 54.4219 94.3897V112.855H40.1781ZM105.501 132.487C104.628 132.994 103.62 133.196 102.629 133.061L99.3535 132.656L98.8832 135.933C97.9762 142.336 92.4332 147.168 86 147.168C79.5668 147.168 74.0238 142.336 73.1168 135.933L72.6465 132.639L69.3711 133.061C68.3753 133.181 67.3679 132.973 66.4988 132.47C65.0375 131.625 64.1305 130.054 64.1305 128.348C64.1305 126.557 65.1215 125.07 66.5828 124.327H105.434C106.912 125.087 107.886 126.574 107.886 128.348C107.87 130.071 106.962 131.659 105.501 132.487ZM77.9375 67.5781C77.9375 69.7289 78.7869 71.7915 80.299 73.3123C81.811 74.8331 83.8617 75.6875 86 75.6875C88.1383 75.6875 90.189 74.8331 91.701 73.3123C93.2131 71.7915 94.0625 69.7289 94.0625 67.5781C94.0625 65.4274 93.2131 63.3647 91.701 61.8439C90.189 60.3231 88.1383 59.4688 86 59.4688C83.8617 59.4688 81.811 60.3231 80.299 61.8439C78.7869 63.3647 77.9375 65.4274 77.9375 67.5781Z",fill:"black"})}),Qt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M150.919 49.5517L123.448 22.0812C122.181 20.8141 120.627 19.8849 118.938 19.378V18.9219H24.3281C21.3378 18.9219 18.9219 21.3378 18.9219 24.3281V148.672C18.9219 151.662 21.3378 154.078 24.3281 154.078H148.672C151.662 154.078 154.078 151.662 154.078 148.672V57.188C154.078 54.3159 152.946 51.579 150.919 49.5517ZM64.875 31.0859H108.125V48.6562H64.875V31.0859ZM141.914 141.914H31.0859V31.0859H54.0625V54.0625C54.0625 57.0528 56.4784 59.4688 59.4688 59.4688H113.531C116.522 59.4688 118.938 57.0528 118.938 54.0625V34.7689L141.914 57.7455V141.914ZM86.5 74.6738C73.0688 74.6738 62.1719 85.5708 62.1719 99.002C62.1719 112.433 73.0688 123.33 86.5 123.33C99.9312 123.33 110.828 112.433 110.828 99.002C110.828 85.5708 99.9312 74.6738 86.5 74.6738ZM86.5 112.518C79.0326 112.518 72.9844 106.469 72.9844 99.002C72.9844 91.5346 79.0326 85.4863 86.5 85.4863C93.9674 85.4863 100.016 91.5346 100.016 99.002C100.016 106.469 93.9674 112.518 86.5 112.518Z",fill:"black"})}),Et=A=>e.jsx("svg",{...A,viewBox:"0 0 173 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M153.673 144.364L109.798 100.489C116.606 91.6866 120.289 80.9248 120.289 69.6055C120.289 56.0561 115.001 43.3514 105.439 33.7722C95.8765 24.193 83.138 18.9219 69.6055 18.9219C56.073 18.9219 43.3345 24.2099 33.7722 33.7722C24.193 43.3345 18.9219 56.0561 18.9219 69.6055C18.9219 83.138 24.2099 95.8765 33.7722 105.439C43.3345 115.018 56.0561 120.289 69.6055 120.289C80.9248 120.289 91.6697 116.606 100.472 109.814L144.347 153.673C144.476 153.801 144.628 153.904 144.796 153.973C144.965 154.043 145.145 154.079 145.327 154.079C145.509 154.079 145.689 154.043 145.857 153.973C146.025 153.904 146.178 153.801 146.307 153.673L153.673 146.324C153.801 146.195 153.904 146.042 153.973 145.874C154.043 145.706 154.079 145.526 154.079 145.344C154.079 145.162 154.043 144.981 153.973 144.813C153.904 144.645 153.801 144.492 153.673 144.364ZM96.3664 96.3664C89.2031 103.513 79.7084 107.449 69.6055 107.449C59.5025 107.449 50.0078 103.513 42.8445 96.3664C35.6981 89.2031 31.7617 79.7084 31.7617 69.6055C31.7617 59.5025 35.6981 49.9909 42.8445 42.8445C50.0078 35.6981 59.5025 31.7617 69.6055 31.7617C79.7084 31.7617 89.22 35.6813 96.3664 42.8445C103.513 50.0078 107.449 59.5025 107.449 69.6055C107.449 79.7084 103.513 89.22 96.3664 96.3664Z",fill:"black"})}),Tt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M155.337 105.098L144.335 95.6918C144.856 92.5004 145.125 89.2418 145.125 85.9832C145.125 82.7246 144.856 79.466 144.335 76.2746L155.337 66.8683C156.167 66.1579 156.761 65.2118 157.04 64.1556C157.319 63.0995 157.27 61.9834 156.9 60.9558L156.748 60.5191C153.72 52.0539 149.184 44.2066 143.361 37.3562L143.059 37.0035C142.353 36.1729 141.411 35.5759 140.359 35.291C139.306 35.0062 138.192 35.0469 137.163 35.4078L123.507 40.2621C118.468 36.1301 112.841 32.8715 106.761 30.5871L104.124 16.3098C103.925 15.2355 103.404 14.2471 102.63 13.4761C101.856 12.705 100.865 12.1877 99.7902 11.993L99.3367 11.909C90.5855 10.3301 81.3808 10.3301 72.6296 11.909L72.1761 11.993C71.1011 12.1877 70.1107 12.705 69.3367 13.4761C68.5626 14.2471 68.0415 15.2355 67.8425 16.3098L65.1886 30.6543C59.1567 32.9391 53.5394 36.196 48.5597 40.2957L34.8031 35.4078C33.7745 35.044 32.6596 35.0018 31.6065 35.2869C30.5534 35.5719 29.612 36.1706 28.9074 37.0035L28.605 37.3562C22.789 44.2114 18.2544 52.0575 15.2179 60.5191L15.0667 60.9558C14.3109 63.0555 14.9324 65.407 16.6288 66.8683L27.7652 76.3754C27.2445 79.5332 26.9925 82.7582 26.9925 85.9664C26.9925 89.1914 27.2445 92.4164 27.7652 95.5574L16.6288 105.064C15.799 105.775 15.2051 106.721 14.926 107.777C14.647 108.833 14.6961 109.949 15.0667 110.977L15.2179 111.414C18.2581 119.879 22.7597 127.69 28.605 134.577L28.9074 134.929C29.6137 135.76 30.5552 136.357 31.6077 136.642C32.6601 136.927 33.7742 136.886 34.8031 136.525L48.5597 131.637C53.5652 135.752 59.1585 139.011 65.1886 141.279L67.8425 155.623C68.0415 156.697 68.5626 157.686 69.3367 158.457C70.1107 159.228 71.1011 159.745 72.1761 159.94L72.6296 160.024C81.4612 161.611 90.5051 161.611 99.3367 160.024L99.7902 159.94C100.865 159.745 101.856 159.228 102.63 158.457C103.404 157.686 103.925 156.697 104.124 155.623L106.761 141.346C112.839 139.067 118.498 135.798 123.507 131.671L137.163 136.525C138.192 136.889 139.307 136.931 140.36 136.646C141.413 136.361 142.354 135.762 143.059 134.929L143.361 134.577C149.207 127.673 153.708 119.879 156.748 111.414L156.9 110.977C157.655 108.911 157.034 106.559 155.337 105.098ZM132.41 78.2566C132.83 80.793 133.048 83.3965 133.048 86C133.048 88.6035 132.83 91.207 132.41 93.7433L131.301 100.479L143.848 111.212C141.946 115.594 139.545 119.742 136.693 123.575L121.105 118.048L115.831 122.382C111.817 125.674 107.349 128.261 102.511 130.075L96.1117 132.477L93.105 148.77C88.3611 149.307 83.5716 149.307 78.8277 148.77L75.821 132.443L69.4718 130.008C64.6847 128.194 60.2335 125.607 56.2527 122.332L50.9785 117.981L35.2902 123.558C32.4347 119.711 30.0495 115.562 28.1347 111.195L40.8163 100.361L39.7245 93.6426C39.3214 91.1398 39.1031 88.5531 39.1031 86C39.1031 83.4301 39.3046 80.8601 39.7245 78.3574L40.8163 71.6387L28.1347 60.8047C30.0327 56.4207 32.4347 52.2887 35.2902 48.4422L50.9785 54.0187L56.2527 49.6683C60.2335 46.393 64.6847 43.8062 69.4718 41.9922L75.8378 39.5902L78.8445 23.2637C83.5644 22.7262 88.3851 22.7262 93.1218 23.2637L96.1284 39.5566L102.528 41.9586C107.349 43.7726 111.834 46.3594 115.848 49.6516L121.122 53.9851L136.71 48.459C139.565 52.3055 141.95 56.4543 143.865 60.8215L131.318 71.5547L132.41 78.2566ZM85.9999 54.7578C69.6734 54.7578 56.4374 67.9937 56.4374 84.3203C56.4374 100.647 69.6734 113.883 85.9999 113.883C102.326 113.883 115.562 100.647 115.562 84.3203C115.562 67.9937 102.326 54.7578 85.9999 54.7578ZM99.3031 97.6234C97.5582 99.3733 95.4846 100.761 93.2016 101.706C90.9185 102.652 88.471 103.137 85.9999 103.133C80.9777 103.133 76.2577 101.168 72.6968 97.6234C70.947 95.8786 69.5594 93.805 68.6139 91.5219C67.6684 89.2389 67.1836 86.7914 67.1874 84.3203C67.1874 79.298 69.1527 74.5781 72.6968 71.0172C76.2577 67.4562 80.9777 65.5078 85.9999 65.5078C91.0222 65.5078 95.7421 67.4562 99.3031 71.0172C101.053 72.762 102.44 74.8356 103.386 77.1187C104.332 79.4017 104.816 81.8492 104.812 84.3203C104.812 89.3426 102.847 94.0625 99.3031 97.6234Z",fill:"black"})}),Jt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 173",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M48.375 71.126C48.375 73.2767 49.2244 75.3394 50.7365 76.8602C52.2485 78.381 54.2992 79.2354 56.4375 79.2354C58.5758 79.2354 60.6265 78.381 62.1385 76.8602C63.6506 75.3394 64.5 73.2767 64.5 71.126C64.5 68.9752 63.6506 66.9126 62.1385 65.3918C60.6265 63.871 58.5758 63.0166 56.4375 63.0166C54.2992 63.0166 52.2485 63.871 50.7365 65.3918C49.2244 66.9126 48.375 68.9752 48.375 71.126ZM107.5 71.126C107.5 73.2767 108.349 75.3394 109.861 76.8602C111.373 78.381 113.424 79.2354 115.562 79.2354C117.701 79.2354 119.752 78.381 121.264 76.8602C122.776 75.3394 123.625 73.2767 123.625 71.126C123.625 68.9752 122.776 66.9126 121.264 65.3918C119.752 63.871 117.701 63.0166 115.562 63.0166C113.424 63.0166 111.373 63.871 109.861 65.3918C108.349 66.9126 107.5 68.9752 107.5 71.126ZM86 10.8125C44.4445 10.8125 10.75 44.7029 10.75 86.5C10.75 128.297 44.4445 162.188 86 162.188C127.555 162.188 161.25 128.297 161.25 86.5C161.25 44.7029 127.555 10.8125 86 10.8125ZM130.176 130.933C124.431 136.711 117.746 141.238 110.305 144.414C102.629 147.692 94.4488 149.348 86 149.348C77.5512 149.348 69.3711 147.692 61.6781 144.414C54.2484 141.258 47.4996 136.68 41.8074 130.933C36.0629 125.155 31.5613 118.431 28.4035 110.946C25.1617 103.226 23.5156 94.9979 23.5156 86.5C23.5156 78.0021 25.1617 69.7744 28.4203 62.0367C31.5581 54.5638 36.1105 47.7757 41.8242 42.0505C47.5687 36.2726 54.2539 31.7448 61.6949 28.5687C69.3711 25.308 77.5512 23.6523 86 23.6523C94.4488 23.6523 102.629 25.308 110.322 28.5855C117.752 31.7416 124.5 36.3205 130.193 42.0674C135.937 47.8453 140.439 54.5693 143.596 62.0536C146.838 69.7744 148.484 78.0021 148.484 86.5C148.484 94.9979 146.838 103.226 143.58 110.963C140.446 118.433 135.893 125.217 130.176 130.933ZM111.531 90.0479H103.452C102.746 90.0479 102.142 90.5885 102.091 91.298C101.453 99.6608 94.4824 106.267 86 106.267C77.5176 106.267 70.5301 99.6608 69.9086 91.298C69.8582 90.5885 69.2535 90.0479 68.548 90.0479H60.4688C60.2865 90.0476 60.1061 90.0847 59.9385 90.1568C59.7709 90.2289 59.6197 90.3345 59.494 90.4673C59.3683 90.6 59.2708 90.7571 59.2073 90.929C59.1439 91.1009 59.1159 91.2839 59.125 91.467C59.8641 105.709 71.6387 117.079 86 117.079C100.361 117.079 112.136 105.709 112.875 91.467C112.884 91.2839 112.856 91.1009 112.793 90.929C112.729 90.7571 112.632 90.6 112.506 90.4673C112.38 90.3345 112.229 90.2289 112.061 90.1568C111.894 90.0847 111.714 90.0476 111.531 90.0479Z",fill:"black"})}),zt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M152.532 59.3098L109.885 53.1117L90.8205 14.4621C90.2998 13.4039 89.4432 12.5473 88.3849 12.0266C85.731 10.7164 82.506 11.8082 81.1791 14.4621L62.1146 53.1117L19.4674 59.3098C18.2916 59.4778 17.2166 60.0321 16.3935 60.8719C15.3985 61.8946 14.8502 63.2705 14.8691 64.6973C14.888 66.124 15.4726 67.4849 16.4943 68.4809L47.3502 98.5641L40.0603 141.043C39.8894 142.032 39.9987 143.048 40.376 143.977C40.7532 144.906 41.3833 145.711 42.1947 146.3C43.0061 146.89 43.9664 147.24 44.9667 147.311C45.967 147.383 46.9673 147.172 47.8541 146.704L85.9998 126.648L124.146 146.704C125.187 147.258 126.396 147.443 127.555 147.241C130.478 146.738 132.443 143.966 131.939 141.043L124.649 98.5641L155.505 68.4809C156.345 67.6578 156.899 66.5828 157.067 65.4071C157.521 62.4676 155.472 59.7465 152.532 59.3098ZM111.665 94.3313L117.729 129.655L85.9998 112.993L54.2705 129.672L60.3342 94.3481L34.6685 69.3207L70.1435 64.1641L85.9998 32.0317L101.856 64.1641L137.331 69.3207L111.665 94.3313Z",fill:"black"})}),Nt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M158.471 77.0641L153.47 24.557C153.217 21.8359 151.037 19.6859 148.3 19.4172L95.4881 14.4453H95.4205C94.8799 14.4453 94.4576 14.6133 94.1366 14.9324L15.0195 93.5922C14.8628 93.7476 14.7386 93.9322 14.6538 94.1354C14.569 94.3386 14.5254 94.5564 14.5254 94.7764C14.5254 94.9964 14.569 95.2142 14.6538 95.4174C14.7386 95.6206 14.8628 95.8052 15.0195 95.9605L76.4818 157.068C76.8028 157.387 77.2251 157.555 77.6813 157.555C78.1374 157.555 78.5598 157.387 78.8808 157.068L157.998 78.4078C158.336 78.0551 158.505 77.568 158.471 77.0641ZM77.6644 140.204L31.9816 94.7848L99.509 27.6477L141.239 31.5781L145.192 73.0664L77.6644 140.204ZM114.883 43C106.689 43 100.016 49.6348 100.016 57.7812C100.016 65.9277 106.689 72.5625 114.883 72.5625C123.077 72.5625 129.75 65.9277 129.75 57.7812C129.75 49.6348 123.077 43 114.883 43ZM114.883 63.1562C111.893 63.1562 109.477 60.7543 109.477 57.7812C109.477 54.8082 111.893 52.4062 114.883 52.4062C117.873 52.4062 120.289 54.8082 120.289 57.7812C120.289 60.7543 117.873 63.1562 114.883 63.1562Z",fill:"black"})}),It=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M81.6343 132.746L145.529 69.2031C145.817 68.9176 145.952 68.5313 145.918 68.1449L141.61 17.5192C141.492 16.209 140.461 15.1844 139.143 15.0668L88.2232 10.8004C87.8346 10.7668 87.4292 10.9012 87.1589 11.1867L23.2637 74.7125C23.0122 74.9651 22.8711 75.3061 22.8711 75.6615C22.8711 76.017 23.0122 76.358 23.2637 76.6106L79.7252 132.746C80.249 133.283 81.1106 133.283 81.6343 132.746ZM92.2103 23.2805L130.155 26.4719L133.365 64.1977L80.6713 116.57L39.5163 75.6699L92.2103 23.2805ZM102.374 54.5613C103.127 55.3099 104.021 55.9038 105.005 56.3089C105.989 56.714 107.044 56.9225 108.109 56.9224C109.174 56.9223 110.228 56.7137 111.212 56.3085C112.196 55.9032 113.09 55.3092 113.843 54.5605C114.596 53.8117 115.193 52.9228 115.601 51.9446C116.008 50.9663 116.218 49.9178 116.218 48.859C116.218 47.8002 116.008 46.7517 115.6 45.7735C115.193 44.7953 114.595 43.9066 113.842 43.1579C113.089 42.4093 112.195 41.8154 111.211 41.4103C110.227 41.0052 109.172 40.7967 108.107 40.7968C107.042 40.7969 105.988 41.0055 105.004 41.4107C104.02 41.816 103.126 42.41 102.373 43.1587C101.62 43.9075 101.023 44.7964 100.615 45.7746C100.208 46.7529 99.9983 47.8014 99.9984 48.8602C99.9984 49.919 100.208 50.9675 100.616 51.9457C101.024 52.9239 101.621 53.8126 102.374 54.5613ZM150.311 90.6695L143.62 84.0348C143.366 83.7847 143.023 83.6444 142.666 83.6444C142.308 83.6444 141.965 83.7847 141.711 84.0348L80.5531 144.722L40.4117 104.913C40.1576 104.663 39.8146 104.523 39.4571 104.523C39.0996 104.523 38.7566 104.663 38.5026 104.913L31.8124 111.548C31.5608 111.801 31.4197 112.142 31.4197 112.497C31.4197 112.852 31.5608 113.194 31.8124 113.446L72.8999 154.229L79.5901 160.864C80.1138 161.384 80.9754 161.384 81.4992 160.864L150.311 92.5676C150.834 92.0469 150.834 91.1902 150.311 90.6695Z",fill:"black"})}),Lt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M121.441 104.225C112.002 96.0109 99.6727 91.0391 86.1681 91.0391C72.6634 91.0391 60.3345 96.0109 50.8778 104.241C50.6167 104.477 50.4568 104.804 50.4318 105.155C50.4067 105.506 50.5184 105.852 50.7434 106.123L56.7903 113.329C57.2774 113.9 58.1341 113.967 58.7052 113.48C66.0286 107.03 75.6364 103.133 86.1681 103.133C96.6997 103.133 106.308 107.03 113.631 113.463C114.202 113.95 115.059 113.883 115.546 113.312L121.593 106.106C122.063 105.552 121.996 104.712 121.441 104.225ZM141.161 80.6922C126.262 68.2793 107.097 60.8047 86.1681 60.8047C65.2391 60.8047 46.0739 68.2793 31.1583 80.6922C30.8854 80.9223 30.7146 81.251 30.6832 81.6066C30.6517 81.9622 30.7621 82.3158 30.9903 82.5902L37.0372 89.7961C37.5075 90.3672 38.3641 90.4344 38.9184 89.9641C51.7345 79.3148 68.2122 72.8984 86.1681 72.8984C104.124 72.8984 120.602 79.3148 133.401 89.9641C133.972 90.4344 134.812 90.3672 135.282 89.7961L141.329 82.5902C141.799 82.0191 141.732 81.1625 141.161 80.6922ZM160.763 57.3445C140.372 40.6148 114.269 30.5703 85.8321 30.5703C57.5798 30.5703 31.6454 40.4805 11.3044 57.0086C11.1646 57.1209 11.0488 57.26 10.9636 57.4177C10.8784 57.5755 10.8257 57.7486 10.8085 57.9271C10.7912 58.1055 10.8099 58.2856 10.8633 58.4567C10.9168 58.6278 11.0039 58.7865 11.1196 58.9234L17.1665 66.1293C17.6368 66.6836 18.4766 66.7676 19.0309 66.3141C37.2891 51.516 60.5192 42.6641 85.8321 42.6641C111.33 42.6641 134.711 51.6504 153.02 66.6332C153.591 67.1035 154.431 67.0195 154.901 66.4484L160.948 59.2426C161.435 58.6715 161.351 57.8148 160.763 57.3445ZM75.2501 130.68C75.2501 133.531 76.3827 136.265 78.3987 138.281C80.4147 140.297 83.149 141.43 86.0001 141.43C88.8512 141.43 91.5855 140.297 93.6015 138.281C95.6175 136.265 96.7501 133.531 96.7501 130.68C96.7501 127.829 95.6175 125.094 93.6015 123.078C91.5855 121.062 88.8512 119.93 86.0001 119.93C83.149 119.93 80.4147 121.062 78.3987 123.078C76.3827 125.094 75.2501 127.829 75.2501 130.68Z",fill:"black"})}),bt=A=>e.jsx("svg",{...A,viewBox:"0 0 172 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M106.996 74.4102H87.1757V51.9024C87.1757 51.1633 86.571 50.5586 85.8319 50.5586H75.7538C75.0147 50.5586 74.4101 51.1633 74.4101 51.9024V74.4102H54.5897C53.8507 74.4102 53.246 75.0149 53.246 75.7539V85.8321C53.246 86.5711 53.8507 87.1758 54.5897 87.1758H74.4101V109.684C74.4101 110.423 75.0147 111.027 75.7538 111.027H85.8319C86.571 111.027 87.1757 110.423 87.1757 109.684V87.1758H106.996C107.735 87.1758 108.34 86.5711 108.34 85.8321V75.7539C108.34 75.0149 107.735 74.4102 106.996 74.4102ZM154.699 145.629L130.176 121.105C150.685 96.0949 149.257 59.041 125.808 35.6094C100.949 10.7332 60.5694 10.7332 35.6093 35.6094C10.7331 60.5696 10.7331 100.949 35.6093 125.809C59.0409 149.257 96.0948 150.685 121.105 130.176L145.629 154.699C146.166 155.17 147.023 155.17 147.476 154.699L154.699 147.477C155.169 147.023 155.169 146.166 154.699 145.629ZM116.906 116.906C96.9515 136.844 64.6343 136.844 44.6796 116.906C24.7417 96.9516 24.7417 64.6344 44.6796 44.6797C64.6343 24.7418 96.9515 24.7418 116.906 44.6797C136.844 64.6344 136.844 96.9516 116.906 116.906Z",fill:"black"})}),xt=A=>e.jsx("svg",{...A,viewBox:"0 0 173 172",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M107.618 74.4102H54.9072C54.1638 74.4102 53.5556 75.0149 53.5556 75.7539V85.8321C53.5556 86.5711 54.1638 87.1758 54.9072 87.1758H107.618C108.361 87.1758 108.97 86.5711 108.97 85.8321V75.7539C108.97 75.0149 108.361 74.4102 107.618 74.4102ZM155.599 145.629L130.933 121.105C151.561 96.0949 150.125 59.041 126.54 35.6094C101.536 10.7332 60.9217 10.7332 35.8164 35.6094C10.7956 60.5696 10.7956 100.949 35.8164 125.809C59.3843 149.257 96.6536 150.685 121.81 130.176L146.476 154.699C147.016 155.17 147.878 155.17 148.334 154.699L155.599 147.477C156.072 147.023 156.072 146.166 155.599 145.629ZM117.586 116.906C97.5152 136.844 65.0101 136.844 44.9394 116.906C24.8856 96.9516 24.8856 64.6344 44.9394 44.6797C65.0101 24.7418 97.5152 24.7418 117.586 44.6797C137.64 64.6344 137.64 96.9516 117.586 116.906Z",fill:"black"})}),Ot=()=>e.jsxs("svg",{width:"1220",height:"450",viewBox:"0 0 1220 450",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M587.57 128.51V303.7H562.24V113.84L587.57 128.51ZM688.98 194.03H714.43V303.7H688.98V292.22C678.55 301.98 667.32 306.86 655.31 306.86C640.15 306.86 627.61 301.38 617.7 290.42C607.87 279.24 602.95 265.27 602.95 248.53C602.95 232.09 607.87 218.39 617.7 207.43C627.53 196.47 639.84 190.99 654.63 190.99C667.39 190.99 678.84 196.24 688.97 206.75V194.03H688.98ZM628.85 248.53C628.85 259.04 631.66 267.6 637.29 274.2C643.07 280.88 650.35 284.22 659.13 284.22C668.51 284.22 676.09 280.99 681.87 274.54C687.65 267.86 690.54 259.38 690.54 249.09C690.54 238.81 687.65 230.33 681.87 223.64C676.09 217.11 668.58 213.84 659.35 213.84C650.64 213.84 643.36 217.14 637.51 223.75C631.74 230.44 628.85 238.69 628.85 248.53ZM840.94 301.11C840.94 306.29 840.77 310.85 840.43 314.79C840.09 318.73 839.62 322.2 839.02 325.2C837.22 333.46 833.69 340.55 828.44 346.48C818.53 357.89 804.91 363.59 787.57 363.59C772.93 363.59 760.88 359.65 751.43 351.77C741.67 343.66 736.04 332.44 734.54 318.1H759.99C760.96 323.5 762.58 327.67 764.83 330.6C770.08 337.43 777.74 340.85 787.8 340.85C806.34 340.85 815.61 329.48 815.61 306.73V291.42C805.55 301.71 793.95 306.85 780.82 306.85C765.88 306.85 753.65 301.45 744.11 290.64C734.5 279.68 729.7 265.98 729.7 249.54C729.7 233.55 734.16 219.97 743.1 208.78C752.71 196.92 765.39 190.99 781.16 190.99C794.97 190.99 806.45 196.13 815.61 206.42V194.03H840.94V301.11ZM816.61 249.09C816.61 238.43 813.76 229.91 808.05 223.53C802.27 217 794.88 213.73 785.87 213.73C776.26 213.73 768.68 217.3 763.13 224.43C758.1 230.81 755.59 239.07 755.59 249.2C755.59 259.18 758.1 267.37 763.13 273.75C768.61 280.73 776.19 284.22 785.87 284.22C795.55 284.22 803.21 280.69 808.84 273.64C814.03 267.26 816.61 259.07 816.61 249.09ZM856.2 248.08C856.2 232.24 861.87 218.77 873.2 207.66C884.53 196.55 898.35 191 914.63 191C930.99 191 944.88 196.59 956.29 207.78C967.55 218.97 973.18 232.7 973.18 248.99C973.18 265.43 967.51 279.2 956.18 290.31C944.77 301.34 930.77 306.86 914.18 306.86C897.74 306.86 883.97 301.23 872.86 289.97C861.76 278.85 856.2 264.89 856.2 248.08ZM882.1 248.53C882.1 259.49 885.03 268.16 890.88 274.54C896.89 281 904.8 284.22 914.64 284.22C924.55 284.22 932.47 281.03 938.4 274.65C944.33 268.27 947.3 259.75 947.3 249.09C947.3 238.43 944.33 229.91 938.4 223.53C932.39 217.07 924.48 213.85 914.64 213.85C904.96 213.85 897.11 217.08 891.11 223.53C885.1 229.99 882.1 238.32 882.1 248.53ZM983.28 248.08C983.28 232.24 988.95 218.77 1000.28 207.66C1011.61 196.55 1025.43 191 1041.72 191C1058.08 191 1071.97 196.59 1083.38 207.78C1094.64 218.97 1100.27 232.7 1100.27 248.99C1100.27 265.43 1094.6 279.2 1083.27 290.31C1071.86 301.34 1057.86 306.86 1041.27 306.86C1024.83 306.86 1011.06 301.23 999.95 289.97C988.83 278.85 983.28 264.89 983.28 248.08ZM1009.18 248.53C1009.18 259.49 1012.11 268.16 1017.96 274.54C1023.97 281 1031.88 284.22 1041.72 284.22C1051.63 284.22 1059.55 281.03 1065.48 274.65C1071.41 268.27 1074.38 259.75 1074.38 249.09C1074.38 238.43 1071.41 229.91 1065.48 223.53C1059.47 217.07 1051.56 213.85 1041.72 213.85C1032.04 213.85 1024.19 217.08 1018.19 223.53C1012.18 229.99 1009.18 238.32 1009.18 248.53ZM1115.53 194.03H1140.98V204.16C1149.84 195.38 1159.82 190.99 1170.93 190.99C1183.69 190.99 1193.64 195.01 1200.77 203.04C1206.92 209.87 1210 221.02 1210 236.48V303.7H1184.55V242.45C1184.55 231.64 1183.05 224.17 1180.05 220.04C1177.12 215.84 1171.79 213.73 1164.06 213.73C1155.65 213.73 1149.69 216.51 1146.16 222.06C1142.71 227.54 1140.98 237.11 1140.98 250.77V303.69H1115.53V194.03Z",fill:"url(#paint0_linear_46_6233)"}),e.jsx("path",{d:"M231.63 208.26L395.11 303.6V113.81L316.24 156.94L231.63 208.26Z",fill:"url(#paint1_linear_46_6233)"}),e.jsx("path",{d:"M395.06 336.18L202.56 224.97L138.76 256.09L10.0601 336.16L202.68 447.29L395.06 336.18Z",fill:"url(#paint2_linear_46_6233)"}),e.jsx("path",{d:"M202.56 224.97V2.70996L10 113.75L10.06 336.16L202.56 224.97Z",fill:"url(#paint3_linear_46_6233)"}),e.jsx("path",{d:"M395.11 113.81L231.63 19.47V208.26L395.11 113.81Z",fill:"url(#paint4_linear_46_6233)"}),e.jsxs("defs",{children:[e.jsxs("linearGradient",{id:"paint0_linear_46_6233",x1:"562.24",y1:"238.72",x2:"1210",y2:"238.72",gradientUnits:"userSpaceOnUse",children:[e.jsx("stop",{stopColor:"#00AEEF"}),e.jsx("stop",{offset:"1",stopColor:"#2B3990"})]}),e.jsxs("linearGradient",{id:"paint1_linear_46_6233",x1:"296.339",y1:"272.966",x2:"425.302",y2:"144.003",gradientUnits:"userSpaceOnUse",children:[e.jsx("stop",{stopColor:"#4578E6"}),e.jsx("stop",{offset:"0.9",stopColor:"#2BC0E4"})]}),e.jsxs("linearGradient",{id:"paint2_linear_46_6233",x1:"282.089",y1:"241.387",x2:"123.027",y2:"430.95",gradientUnits:"userSpaceOnUse",children:[e.jsx("stop",{stopColor:"#4578E6"}),e.jsx("stop",{offset:"0.75",stopColor:"#262D65"})]}),e.jsxs("linearGradient",{id:"paint3_linear_46_6233",x1:"237.74",y1:"37.8957",x2:"-25.232",y2:"300.868",gradientUnits:"userSpaceOnUse",children:[e.jsx("stop",{offset:"0.15",stopColor:"#4578E6"}),e.jsx("stop",{offset:"0.95",stopColor:"#262D65"})]}),e.jsxs("linearGradient",{id:"paint4_linear_46_6233",x1:"231.633",y1:"113.865",x2:"395.113",y2:"113.865",gradientUnits:"userSpaceOnUse",children:[e.jsx("stop",{stopColor:"#4578E6"}),e.jsx("stop",{offset:"0.55",stopColor:"#2BC0E4"})]})]})]}),wt=A=>e.jsx("svg",{...A,width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M12 3.19999V1M12 20.8V23M5.85563 5.85563L4.30001 4.30001M18.3008 18.3008L19.8564 19.8564M3.19999 12H1M20.8 12H23M18.3014 5.85563L19.857 4.30001M5.85616 18.3008L4.30054 19.8564M12 17.5C8.96245 17.5 6.49999 15.0376 6.49999 12C6.49999 8.96245 8.96245 6.49999 12 6.49999C15.0376 6.49999 17.5 8.96245 17.5 12C17.5 15.0376 15.0376 17.5 12 17.5Z",strokeWidth:"1.54",strokeLinecap:"round",strokeLinejoin:"round"})}),vt=A=>e.jsx(s.default,{component:Ot,...A}),Rt=A=>e.jsx(s.default,{component:wt,...A}),Mt=t.forwardRef((({userInfo:A,navLinks:a,icon:o,toggleTheme:r,userDropdownMenu:n,logoNav:s,currentPath:p},i)=>{const{firstName:C,lastName:m,image:d,email:c}=A,V=!!d,S=!(!C||!m),Z=S?ye(C.charAt(0),m.charAt(0)):ye(c.charAt(0),c.charAt(1)),g=S?C.charAt(0).toUpperCase()+m.charAt(0).toUpperCase():c.charAt(0).toUpperCase(),q=V?e.jsx(qe,{src:d,alt:"user_avatar"}):e.jsx(ge,{$bgColor:Z.bgColor,$textColor:Z.textColor,children:g}),U=S?e.jsx("span",{className:"user-name",children:`${C} ${m}`}):e.jsx("span",{className:"user-name",children:c}),u=t.useRef(null),[K,k]=t.useState({width:"initial",left:"initial"}),y=A=>((A,e)=>A.findIndex((A=>!(!l.default.isValidElement(A)||!A.props.href)&&e.startsWith(A.props.href))))(a,A||""),[W,h]=t.useState(y(p));t.useEffect((()=>{h(y(p))}),[p]),t.useEffect((()=>{setTimeout((()=>{if(u.current&&void 0!==W){const A=u.current.children[W];if(A){const e=A.getBoundingClientRect(),t=u.current.getBoundingClientRect();k({width:e.width-40,left:e.x-t.x+20})}}}),50)}),[W]);const B=!!(void 0!==W&&W>=0&&Ws():()=>{}})}),e.jsxs(ce,{className:"navigation",children:[e.jsx(Ve,{ref:u,children:a.map(((A,t)=>e.jsx(Ze,{className:""+(t===W?"active":""),onClick:()=>{h(t)},children:A},`nav-${t}`)))}),B?e.jsx(Se,{style:{width:`${K.width}px`,left:`${K.left}px`}}):null]}),e.jsx(ue,{getPopupContainer:()=>document.getElementById("user_dropdown_container"),menu:{items:n},trigger:["hover"],children:e.jsxs(Ue,{children:[q,U]})}),e.jsx("section",{id:"user_dropdown_container"}),e.jsx(ke,{onClick:r,children:e.jsx(Rt,{className:"theme-icon"})})]})}));Mt.displayName="LagoonHeader";const Ft=n.default.footer` padding: 7px 12px; width: 100%; min-height: 3.5rem; @@ -1488,4 +1491,4 @@ html,body{ color: ${A=>A.theme.UI.texts.primary}; background-color: ${A=>A.theme.UI.highlights.selection}; } -`;function oa(A){return A&&A.__esModule&&Object.prototype.hasOwnProperty.call(A,"default")?A.default:A}var ra,na={exports:{}};var la=(ra||(ra=1,na.exports=function(A){var e={};function t(a){if(e[a])return e[a].exports;var o=e[a]={exports:{},id:a,loaded:!1};return A[a].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}return t.m=A,t.c=e,t.p="",t(0)}([function(A,e,t){A.exports=t(1)},function(A,e,t){Object.defineProperty(e,"__esModule",{value:!0});var a,o=t(2),r=(a=o)&&a.__esModule?a:{default:a};e.default=r.default,A.exports=e.default},function(A,e,t){Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(A){for(var e=1;e=0||Object.prototype.hasOwnProperty.call(A,a)&&(t[a]=A[a]);return t}(A,["activeClassName","activeIndex","activeStyle","autoEscape","caseSensitive","className","findChunks","highlightClassName","highlightStyle","highlightTag","sanitize","searchWords","textToHighlight","unhighlightTag","unhighlightClassName","unhighlightStyle"]),E=(0,r.findAll)({autoEscape:i,caseSensitive:m,findChunks:c,sanitize:u,searchWords:K,textToHighlight:k}),T=U,J=-1,z="",N=void 0,I=(0,s.default)((function(A){var e={};for(var t in A)e[t.toLowerCase()]=A[t];return e}));return(0,l.createElement)("span",a({className:d},f,{children:E.map((function(A,e){var a=k.substr(A.start,A.end-A.start);if(A.highlight){J++;var o=void 0;o="object"==typeof S?m?S[a]:(S=I(S))[a.toLowerCase()]:S;var r=J===+n;z=o+" "+(r?t:""),N=!0===r&&null!=p?Object.assign({},g,p):g;var s={children:a,className:z,key:e,style:N};return"string"!=typeof T&&(s.highlightIndex=J),(0,l.createElement)(T,s)}return(0,l.createElement)(W,{children:a,className:B,key:e,style:Q})}))}))}p.propTypes={activeClassName:n.default.string,activeIndex:n.default.number,activeStyle:n.default.object,autoEscape:n.default.bool,className:n.default.string,findChunks:n.default.func,highlightClassName:n.default.oneOfType([n.default.object,n.default.string]),highlightStyle:n.default.object,highlightTag:n.default.oneOfType([n.default.node,n.default.func,n.default.string]),sanitize:n.default.func,searchWords:n.default.arrayOf(n.default.oneOfType([n.default.string,n.default.instanceOf(RegExp)])).isRequired,textToHighlight:n.default.string.isRequired,unhighlightTag:n.default.oneOfType([n.default.node,n.default.func,n.default.string]),unhighlightClassName:n.default.string,unhighlightStyle:n.default.object},A.exports=e.default},function(A,e){A.exports=function(A){var e={};function t(a){if(e[a])return e[a].exports;var o=e[a]={exports:{},id:a,loaded:!1};return A[a].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}return t.m=A,t.c=e,t.p="",t(0)}([function(A,e,t){A.exports=t(1)},function(A,e,t){Object.defineProperty(e,"__esModule",{value:!0});var a=t(2);Object.defineProperty(e,"combineChunks",{enumerable:!0,get:function(){return a.combineChunks}}),Object.defineProperty(e,"fillInChunks",{enumerable:!0,get:function(){return a.fillInChunks}}),Object.defineProperty(e,"findAll",{enumerable:!0,get:function(){return a.findAll}}),Object.defineProperty(e,"findChunks",{enumerable:!0,get:function(){return a.findChunks}})},function(A,e){Object.defineProperty(e,"__esModule",{value:!0}),e.findAll=function(A){var e=A.autoEscape,r=A.caseSensitive,n=void 0!==r&&r,l=A.findChunks,s=void 0===l?a:l,p=A.sanitize,i=A.searchWords,C=A.textToHighlight;return o({chunksToHighlight:t({chunks:s({autoEscape:e,caseSensitive:n,sanitize:p,searchWords:i,textToHighlight:C})}),totalLength:C?C.length:0})};var t=e.combineChunks=function(A){var e=A.chunks;return e=e.sort((function(A,e){return A.start-e.start})).reduce((function(A,e){if(0===A.length)return[e];var t=A.pop();if(e.start<=t.end){var a=Math.max(t.end,e.end);A.push({start:t.start,end:a})}else A.push(t,e);return A}),[])},a=function(A){var e=A.autoEscape,t=A.caseSensitive,a=A.sanitize,o=void 0===a?r:a,n=A.searchWords,l=A.textToHighlight;return l=o(l),n.filter((function(A){return A})).reduce((function(A,a){a=o(a),e&&(a=a.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"));for(var r=new RegExp(a,t?"g":"gi"),n=void 0;n=r.exec(l);){var s=n.index,p=r.lastIndex;p>s&&A.push({start:s,end:p}),n.index==r.lastIndex&&r.lastIndex++}return A}),[])};e.findChunks=a;var o=e.fillInChunks=function(A){var e=A.chunksToHighlight,t=A.totalLength,a=[],o=function(A,e,t){e-A>0&&a.push({start:A,end:e,highlight:t})};if(0===e.length)o(0,t,!1);else{var r=0;e.forEach((function(A){o(r,A.start,!1),o(A.start,A.end,!0),r=A.end})),o(r,t,!1)}return a};function r(A){return A}}])},function(A,e,t){(function(e){if("production"!==e.env.NODE_ENV){var a="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103;A.exports=t(6)((function(A){return"object"==typeof A&&null!==A&&A.$$typeof===a}),!0)}else A.exports=t(13)()}).call(e,t(5))},function(A,e){var t,a,o=A.exports={};function r(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}function l(A){if(t===setTimeout)return setTimeout(A,0);if((t===r||!t)&&setTimeout)return t=setTimeout,setTimeout(A,0);try{return t(A,0)}catch(e){try{return t.call(null,A,0)}catch(e){return t.call(this,A,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:r}catch(A){t=r}try{a="function"==typeof clearTimeout?clearTimeout:n}catch(A){a=n}}();var s,p=[],i=!1,C=-1;function m(){i&&s&&(i=!1,s.length?p=s.concat(p):C=-1,p.length&&d())}function d(){if(!i){var A=l(m);i=!0;for(var e=p.length;e;){for(s=p,p=[];++C1)for(var t=1;t1?e-1:0),a=1;a2?t-2:0),r=2;r1&&void 0!==arguments[1]?arguments[1]:t,a=void 0,o=[],r=void 0,n=!1,l=function(A,t){return e(A,o[t])};return function(){for(var e=arguments.length,t=Array(e),s=0;s"string"==typeof A?e.jsx(sa,{highlightClassName:"highlighted",searchWords:[t],autoEscape:!0,textToHighlight:A}):l.default.isValidElement(A)?l.default.cloneElement(A,{...A.props,key:`item-${a}`},l.default.Children.map(A.props.children,((A,e)=>pa(A,t,`${e}-${a}`)))):A,ia=t.forwardRef((({filterString:A,resultsPerPage:a,columns:o,dataSource:r,children:n,...l},s)=>{const[p,i]=t.useState(1),[C,m]=t.useState(a||10),d=r?r.filter((e=>Object.values(e).some((e=>String(e).toLowerCase().includes(A.toLowerCase()))))):[],c=d.slice((p-1)*C,p*C),V=d.length;t.useEffect((()=>{a&&m(a)}),[a]);const S=o&&o.map((e=>({...e,render:(t,a,o)=>{const r=e.render?e.render(t,a,o):t;return"object"==typeof r&&"children"in r?{...r,children:pa(r.children,A,o)}:pa(r,A,o)}})));return e.jsxs(e.Fragment,{children:[e.jsx(aa,{dataSource:c,columns:S,ref:null,pagination:!1,...l}),e.jsx(BA,{total:V,pageSize:C,current:p,onChange:A=>{i(A)}})]})}));ia.displayName="ProjectsTable",exports.BreadCrumb=KA,exports.Button=x,exports.Checkbox=cA,exports.Collapse=pA,exports.Colors=y,exports.CopyToClipboard=({text:A,width:r,type:n="visible"})=>{const[l,s]=t.useState(!1),p=r?{maxWidth:`${r}px`}:{};return e.jsxs(Aa,{style:{...p},children:[e.jsx(_t,{className:"copyable",$maxWidth:r,type:n,children:A}),l?e.jsx(a.Tooltip,{placement:"right",title:"Copied!",children:e.jsx(o.CheckOutlined,{className:"check-icon"})}):e.jsx(o.CopyOutlined,{onClick:()=>{navigator.clipboard.writeText(A),s(!0),setTimeout((()=>{s(!1)}),3500)},className:"copy-icon"})]})},exports.DataCard=bA,exports.Details=CA,exports.FormItem=Pt,exports.GlobalStyles=W,exports.Head1=AA,exports.Head2=eA,exports.Head3=tA,exports.Head4=aA,exports.Head5=oA,exports.IconAim=A=>e.jsx(s.default,{component:he,...A}),exports.IconAlert=A=>e.jsx(s.default,{component:Be,...A}),exports.IconAlignCenter=A=>e.jsx(s.default,{component:Qe,...A}),exports.IconAlignLeft=A=>e.jsx(s.default,{component:fe,...A}),exports.IconAlignRight=A=>e.jsx(s.default,{component:Ee,...A}),exports.IconApartment=A=>e.jsx(s.default,{component:Te,...A}),exports.IconApi=A=>e.jsx(s.default,{component:Je,...A}),exports.IconAppstore=A=>e.jsx(s.default,{component:ze,...A}),exports.IconArrowDown=A=>e.jsx(s.default,{component:Ne,...A}),exports.IconArrowsAlt=A=>e.jsx(s.default,{component:Ie,...A}),exports.IconAudio=A=>e.jsx(s.default,{component:Le,...A}),exports.IconBell=A=>e.jsx(s.default,{component:be,...A}),exports.IconBranches=A=>e.jsx(s.default,{component:xe,...A}),exports.IconBug=A=>e.jsx(s.default,{component:Oe,...A}),exports.IconBulb=A=>e.jsx(s.default,{component:we,...A}),exports.IconCamera=A=>e.jsx(s.default,{component:ve,...A}),exports.IconCaretDown=A=>e.jsx(s.default,{component:Re,...A}),exports.IconCheck=A=>e.jsx(s.default,{component:Me,...A}),exports.IconCheckSquare=A=>e.jsx(s.default,{component:Fe,...A}),exports.IconClose=A=>e.jsx(s.default,{component:He,...A}),exports.IconCloseSquare=A=>e.jsx(s.default,{component:je,...A}),exports.IconCloudDownload=A=>e.jsx(s.default,{component:Xe,...A}),exports.IconCloudUpload=A=>e.jsx(s.default,{component:De,...A}),exports.IconDelete=A=>e.jsx(s.default,{component:Ge,...A}),exports.IconDisconnect=A=>e.jsx(s.default,{component:Ye,...A}),exports.IconEdit=A=>e.jsx(s.default,{component:Pe,...A}),exports.IconEllipsis=A=>e.jsx(s.default,{component:$e,...A}),exports.IconExclamation=A=>e.jsx(s.default,{component:_e,...A}),exports.IconExclamationCircle=A=>e.jsx(s.default,{component:At,...A}),exports.IconExport=A=>e.jsx(s.default,{component:et,...A}),exports.IconEye=A=>e.jsx(s.default,{component:tt,...A}),exports.IconFileImage=A=>e.jsx(s.default,{component:at,...A}),exports.IconFileJpg=A=>e.jsx(s.default,{component:rt,...A}),exports.IconFilePdf=A=>e.jsx(s.default,{component:ot,...A}),exports.IconFrown=A=>e.jsx(s.default,{component:nt,...A}),exports.IconFullscreen=A=>e.jsx(s.default,{component:lt,...A}),exports.IconFullscreenExit=A=>e.jsx(s.default,{component:st,...A}),exports.IconGithub=A=>e.jsx(s.default,{component:pt,...A}),exports.IconHdd=A=>e.jsx(s.default,{component:it,...A}),exports.IconHeart=A=>e.jsx(s.default,{component:Ct,...A}),exports.IconHighlight=A=>e.jsx(s.default,{component:mt,...A}),exports.IconHome=A=>e.jsx(s.default,{component:dt,...A}),exports.IconIdcard=A=>e.jsx(s.default,{component:ct,...A}),exports.IconInfoCircle=A=>e.jsx(s.default,{component:Vt,...A}),exports.IconLink=A=>e.jsx(s.default,{component:St,...A}),exports.IconLoading=A=>e.jsx(s.default,{component:Zt,...A}),exports.IconLock=A=>e.jsx(s.default,{component:gt,...A}),exports.IconMeh=A=>e.jsx(s.default,{component:qt,...A}),exports.IconMessage=A=>e.jsx(s.default,{component:Ut,...A}),exports.IconMinusCircle=A=>e.jsx(s.default,{component:ut,...A}),exports.IconMinusSquare=A=>e.jsx(s.default,{component:Kt,...A}),exports.IconPaperclip=A=>e.jsx(s.default,{component:kt,...A}),exports.IconPlus=A=>e.jsx(s.default,{component:yt,...A}),exports.IconPushpinFIlled=A=>e.jsx(s.default,{component:Wt,...A}),exports.IconPushpinOutlined=A=>e.jsx(s.default,{component:ht,...A}),exports.IconRest=A=>e.jsx(s.default,{component:Bt,...A}),exports.IconRocket=A=>e.jsx(s.default,{component:Qt,...A}),exports.IconSave=A=>e.jsx(s.default,{component:ft,...A}),exports.IconSearch=A=>e.jsx(s.default,{component:Et,...A}),exports.IconSettings=A=>e.jsx(s.default,{component:Tt,...A}),exports.IconSmile=A=>e.jsx(s.default,{component:Jt,...A}),exports.IconStar=A=>e.jsx(s.default,{component:zt,...A}),exports.IconSun=Rt,exports.IconTag=A=>e.jsx(s.default,{component:Nt,...A}),exports.IconTags=A=>e.jsx(s.default,{component:It,...A}),exports.IconWifi=A=>e.jsx(s.default,{component:Lt,...A}),exports.IconZoomIn=A=>e.jsx(s.default,{component:bt,...A}),exports.IconZoomOut=A=>e.jsx(s.default,{component:xt,...A}),exports.Input=EA,exports.LagoonCard=ne,exports.LagoonCardLabel=FA,exports.LagoonEnvironmentDetails=Ce,exports.LagoonFilter=GA,exports.LagoonFooter=jt,exports.LagoonHeader=Mt,exports.LagoonIcon=vt,exports.LagoonProblemsOverview=pe,exports.LagoonProjectDetails=de,exports.LagoonTimeline=Gt,exports.List=nA,exports.Modal=zA,exports.PageContainer=ta,exports.Pagination=BA,exports.ProjectsTable=ia,exports.Select=SA,exports.StatusTag=JA,exports.Steps=WA,exports.Switch=dA,exports.Tabs=qA,exports.TaskTreeSelector=wA,exports.Text=F,exports.TextLabel=Y,exports.Tree=RA,exports.UIThemeProvider=({children:A,darkThemeProp:t,lightThemeProp:a,defaultScheme:o})=>e.jsx(Q,{defaultScheme:o||void 0,children:e.jsx(T,{darkThemeProp:t||void 0,lightThemeProp:a||void 0,children:A})}),exports.useNotification=({type:A="info",title:o,content:r,placement:n="top",requiresManualClose:l=!1,showBtn:s=!1,showIcon:p=!0,btnLabel:i,...C})=>{const[m,d]=a.notification.useNotification({top:24,maxCount:1});return{trigger:t.useCallback((()=>{const t={message:o,description:r,placement:n,duration:l?0:3,btn:s?e.jsx(x,{type:"primary",size:"small",onClick:()=>m.destroy(),children:i??"Confirm"}):null,style:{fontFamily:"Roboto"},className:`ui-notification ${!p&&"no-icon"}`,...p?{}:{icon:e.jsx(e.Fragment,{})},...C};return m[A](t)}),[]),contextHolder:d}},exports.useTheme=B; +`;function oa(A){return A&&A.__esModule&&Object.prototype.hasOwnProperty.call(A,"default")?A.default:A}var ra,na={exports:{}};var la=(ra||(ra=1,na.exports=function(A){var e={};function t(a){if(e[a])return e[a].exports;var o=e[a]={exports:{},id:a,loaded:!1};return A[a].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}return t.m=A,t.c=e,t.p="",t(0)}([function(A,e,t){A.exports=t(1)},function(A,e,t){Object.defineProperty(e,"__esModule",{value:!0});var a,o=t(2),r=(a=o)&&a.__esModule?a:{default:a};e.default=r.default,A.exports=e.default},function(A,e,t){Object.defineProperty(e,"__esModule",{value:!0});var a=Object.assign||function(A){for(var e=1;e=0||Object.prototype.hasOwnProperty.call(A,a)&&(t[a]=A[a]);return t}(A,["activeClassName","activeIndex","activeStyle","autoEscape","caseSensitive","className","findChunks","highlightClassName","highlightStyle","highlightTag","sanitize","searchWords","textToHighlight","unhighlightTag","unhighlightClassName","unhighlightStyle"]),E=(0,r.findAll)({autoEscape:i,caseSensitive:m,findChunks:c,sanitize:u,searchWords:K,textToHighlight:k}),T=U,J=-1,z="",N=void 0,I=(0,s.default)((function(A){var e={};for(var t in A)e[t.toLowerCase()]=A[t];return e}));return(0,l.createElement)("span",a({className:d},Q,{children:E.map((function(A,e){var a=k.substr(A.start,A.end-A.start);if(A.highlight){J++;var o=void 0;o="object"==typeof S?m?S[a]:(S=I(S))[a.toLowerCase()]:S;var r=J===+n;z=o+" "+(r?t:""),N=!0===r&&null!=p?Object.assign({},g,p):g;var s={children:a,className:z,key:e,style:N};return"string"!=typeof T&&(s.highlightIndex=J),(0,l.createElement)(T,s)}return(0,l.createElement)(W,{children:a,className:B,key:e,style:f})}))}))}p.propTypes={activeClassName:n.default.string,activeIndex:n.default.number,activeStyle:n.default.object,autoEscape:n.default.bool,className:n.default.string,findChunks:n.default.func,highlightClassName:n.default.oneOfType([n.default.object,n.default.string]),highlightStyle:n.default.object,highlightTag:n.default.oneOfType([n.default.node,n.default.func,n.default.string]),sanitize:n.default.func,searchWords:n.default.arrayOf(n.default.oneOfType([n.default.string,n.default.instanceOf(RegExp)])).isRequired,textToHighlight:n.default.string.isRequired,unhighlightTag:n.default.oneOfType([n.default.node,n.default.func,n.default.string]),unhighlightClassName:n.default.string,unhighlightStyle:n.default.object},A.exports=e.default},function(A,e){A.exports=function(A){var e={};function t(a){if(e[a])return e[a].exports;var o=e[a]={exports:{},id:a,loaded:!1};return A[a].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}return t.m=A,t.c=e,t.p="",t(0)}([function(A,e,t){A.exports=t(1)},function(A,e,t){Object.defineProperty(e,"__esModule",{value:!0});var a=t(2);Object.defineProperty(e,"combineChunks",{enumerable:!0,get:function(){return a.combineChunks}}),Object.defineProperty(e,"fillInChunks",{enumerable:!0,get:function(){return a.fillInChunks}}),Object.defineProperty(e,"findAll",{enumerable:!0,get:function(){return a.findAll}}),Object.defineProperty(e,"findChunks",{enumerable:!0,get:function(){return a.findChunks}})},function(A,e){Object.defineProperty(e,"__esModule",{value:!0}),e.findAll=function(A){var e=A.autoEscape,r=A.caseSensitive,n=void 0!==r&&r,l=A.findChunks,s=void 0===l?a:l,p=A.sanitize,i=A.searchWords,C=A.textToHighlight;return o({chunksToHighlight:t({chunks:s({autoEscape:e,caseSensitive:n,sanitize:p,searchWords:i,textToHighlight:C})}),totalLength:C?C.length:0})};var t=e.combineChunks=function(A){var e=A.chunks;return e=e.sort((function(A,e){return A.start-e.start})).reduce((function(A,e){if(0===A.length)return[e];var t=A.pop();if(e.start<=t.end){var a=Math.max(t.end,e.end);A.push({start:t.start,end:a})}else A.push(t,e);return A}),[])},a=function(A){var e=A.autoEscape,t=A.caseSensitive,a=A.sanitize,o=void 0===a?r:a,n=A.searchWords,l=A.textToHighlight;return l=o(l),n.filter((function(A){return A})).reduce((function(A,a){a=o(a),e&&(a=a.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"));for(var r=new RegExp(a,t?"g":"gi"),n=void 0;n=r.exec(l);){var s=n.index,p=r.lastIndex;p>s&&A.push({start:s,end:p}),n.index==r.lastIndex&&r.lastIndex++}return A}),[])};e.findChunks=a;var o=e.fillInChunks=function(A){var e=A.chunksToHighlight,t=A.totalLength,a=[],o=function(A,e,t){e-A>0&&a.push({start:A,end:e,highlight:t})};if(0===e.length)o(0,t,!1);else{var r=0;e.forEach((function(A){o(r,A.start,!1),o(A.start,A.end,!0),r=A.end})),o(r,t,!1)}return a};function r(A){return A}}])},function(A,e,t){(function(e){if("production"!==e.env.NODE_ENV){var a="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103;A.exports=t(6)((function(A){return"object"==typeof A&&null!==A&&A.$$typeof===a}),!0)}else A.exports=t(13)()}).call(e,t(5))},function(A,e){var t,a,o=A.exports={};function r(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}function l(A){if(t===setTimeout)return setTimeout(A,0);if((t===r||!t)&&setTimeout)return t=setTimeout,setTimeout(A,0);try{return t(A,0)}catch(e){try{return t.call(null,A,0)}catch(e){return t.call(this,A,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:r}catch(A){t=r}try{a="function"==typeof clearTimeout?clearTimeout:n}catch(A){a=n}}();var s,p=[],i=!1,C=-1;function m(){i&&s&&(i=!1,s.length?p=s.concat(p):C=-1,p.length&&d())}function d(){if(!i){var A=l(m);i=!0;for(var e=p.length;e;){for(s=p,p=[];++C1)for(var t=1;t1?e-1:0),a=1;a2?t-2:0),r=2;r1&&void 0!==arguments[1]?arguments[1]:t,a=void 0,o=[],r=void 0,n=!1,l=function(A,t){return e(A,o[t])};return function(){for(var e=arguments.length,t=Array(e),s=0;s"string"==typeof A?e.jsx(sa,{highlightClassName:"highlighted",searchWords:[t],autoEscape:!0,textToHighlight:A}):l.default.isValidElement(A)?l.default.cloneElement(A,{...A.props,key:`item-${a}`},l.default.Children.map(A.props.children,((A,e)=>pa(A,t,`${e}-${a}`)))):A,ia=t.forwardRef((({filterString:A,resultsPerPage:a,columns:o,dataSource:r,children:n,...l},s)=>{const[p,i]=t.useState(1),[C,m]=t.useState(a||10),d=r?r.filter((e=>Object.values(e).some((e=>String(e).toLowerCase().includes(A.toLowerCase()))))):[],c=d.slice((p-1)*C,p*C),V=d.length;t.useEffect((()=>{a&&m(a)}),[a]);const S=o&&o.map((e=>({...e,render:(t,a,o)=>{const r=e.render?e.render(t,a,o):t;return"object"==typeof r&&"children"in r?{...r,children:pa(r.children,A,o)}:pa(r,A,o)}})));return e.jsxs(e.Fragment,{children:[e.jsx(aa,{dataSource:c,columns:S,ref:null,pagination:!1,...l}),e.jsx(BA,{total:V,pageSize:C,current:p,onChange:A=>{i(A)}})]})}));ia.displayName="ProjectsTable",exports.BreadCrumb=KA,exports.Button=x,exports.Checkbox=cA,exports.Collapse=pA,exports.Colors=y,exports.CopyToClipboard=({text:A,width:r,type:n="visible"})=>{const[l,s]=t.useState(!1),p=r?{maxWidth:`${r}px`}:{};return e.jsxs(Aa,{style:{...p},children:[e.jsx(_t,{className:"copyable",$maxWidth:r,type:n,children:A}),l?e.jsx(a.Tooltip,{placement:"right",title:"Copied!",children:e.jsx(o.CheckOutlined,{className:"check-icon"})}):e.jsx(o.CopyOutlined,{onClick:()=>{navigator.clipboard.writeText(A),s(!0),setTimeout((()=>{s(!1)}),3500)},className:"copy-icon"})]})},exports.DataCard=bA,exports.Details=CA,exports.FormItem=Pt,exports.GlobalStyles=W,exports.Head1=AA,exports.Head2=eA,exports.Head3=tA,exports.Head4=aA,exports.Head5=oA,exports.IconAim=A=>e.jsx(s.default,{component:he,...A}),exports.IconAlert=A=>e.jsx(s.default,{component:Be,...A}),exports.IconAlignCenter=A=>e.jsx(s.default,{component:fe,...A}),exports.IconAlignLeft=A=>e.jsx(s.default,{component:Qe,...A}),exports.IconAlignRight=A=>e.jsx(s.default,{component:Ee,...A}),exports.IconApartment=A=>e.jsx(s.default,{component:Te,...A}),exports.IconApi=A=>e.jsx(s.default,{component:Je,...A}),exports.IconAppstore=A=>e.jsx(s.default,{component:ze,...A}),exports.IconArrowDown=A=>e.jsx(s.default,{component:Ne,...A}),exports.IconArrowsAlt=A=>e.jsx(s.default,{component:Ie,...A}),exports.IconAudio=A=>e.jsx(s.default,{component:Le,...A}),exports.IconBell=A=>e.jsx(s.default,{component:be,...A}),exports.IconBranches=A=>e.jsx(s.default,{component:xe,...A}),exports.IconBug=A=>e.jsx(s.default,{component:Oe,...A}),exports.IconBulb=A=>e.jsx(s.default,{component:we,...A}),exports.IconCamera=A=>e.jsx(s.default,{component:ve,...A}),exports.IconCaretDown=A=>e.jsx(s.default,{component:Re,...A}),exports.IconCheck=A=>e.jsx(s.default,{component:Me,...A}),exports.IconCheckSquare=A=>e.jsx(s.default,{component:Fe,...A}),exports.IconClose=A=>e.jsx(s.default,{component:He,...A}),exports.IconCloseSquare=A=>e.jsx(s.default,{component:je,...A}),exports.IconCloudDownload=A=>e.jsx(s.default,{component:Xe,...A}),exports.IconCloudUpload=A=>e.jsx(s.default,{component:De,...A}),exports.IconDelete=A=>e.jsx(s.default,{component:Ge,...A}),exports.IconDisconnect=A=>e.jsx(s.default,{component:Ye,...A}),exports.IconEdit=A=>e.jsx(s.default,{component:Pe,...A}),exports.IconEllipsis=A=>e.jsx(s.default,{component:$e,...A}),exports.IconExclamation=A=>e.jsx(s.default,{component:_e,...A}),exports.IconExclamationCircle=A=>e.jsx(s.default,{component:At,...A}),exports.IconExport=A=>e.jsx(s.default,{component:et,...A}),exports.IconEye=A=>e.jsx(s.default,{component:tt,...A}),exports.IconFileImage=A=>e.jsx(s.default,{component:at,...A}),exports.IconFileJpg=A=>e.jsx(s.default,{component:rt,...A}),exports.IconFilePdf=A=>e.jsx(s.default,{component:ot,...A}),exports.IconFrown=A=>e.jsx(s.default,{component:nt,...A}),exports.IconFullscreen=A=>e.jsx(s.default,{component:lt,...A}),exports.IconFullscreenExit=A=>e.jsx(s.default,{component:st,...A}),exports.IconGithub=A=>e.jsx(s.default,{component:pt,...A}),exports.IconHdd=A=>e.jsx(s.default,{component:it,...A}),exports.IconHeart=A=>e.jsx(s.default,{component:Ct,...A}),exports.IconHighlight=A=>e.jsx(s.default,{component:mt,...A}),exports.IconHome=A=>e.jsx(s.default,{component:dt,...A}),exports.IconIdcard=A=>e.jsx(s.default,{component:ct,...A}),exports.IconInfoCircle=A=>e.jsx(s.default,{component:Vt,...A}),exports.IconLink=A=>e.jsx(s.default,{component:St,...A}),exports.IconLoading=A=>e.jsx(s.default,{component:Zt,...A}),exports.IconLock=A=>e.jsx(s.default,{component:gt,...A}),exports.IconMeh=A=>e.jsx(s.default,{component:qt,...A}),exports.IconMessage=A=>e.jsx(s.default,{component:Ut,...A}),exports.IconMinusCircle=A=>e.jsx(s.default,{component:ut,...A}),exports.IconMinusSquare=A=>e.jsx(s.default,{component:Kt,...A}),exports.IconPaperclip=A=>e.jsx(s.default,{component:kt,...A}),exports.IconPlus=A=>e.jsx(s.default,{component:yt,...A}),exports.IconPushpinFIlled=A=>e.jsx(s.default,{component:Wt,...A}),exports.IconPushpinOutlined=A=>e.jsx(s.default,{component:ht,...A}),exports.IconRest=A=>e.jsx(s.default,{component:Bt,...A}),exports.IconRocket=A=>e.jsx(s.default,{component:ft,...A}),exports.IconSave=A=>e.jsx(s.default,{component:Qt,...A}),exports.IconSearch=A=>e.jsx(s.default,{component:Et,...A}),exports.IconSettings=A=>e.jsx(s.default,{component:Tt,...A}),exports.IconSmile=A=>e.jsx(s.default,{component:Jt,...A}),exports.IconStar=A=>e.jsx(s.default,{component:zt,...A}),exports.IconSun=Rt,exports.IconTag=A=>e.jsx(s.default,{component:Nt,...A}),exports.IconTags=A=>e.jsx(s.default,{component:It,...A}),exports.IconWifi=A=>e.jsx(s.default,{component:Lt,...A}),exports.IconZoomIn=A=>e.jsx(s.default,{component:bt,...A}),exports.IconZoomOut=A=>e.jsx(s.default,{component:xt,...A}),exports.Input=EA,exports.LagoonCard=ne,exports.LagoonCardLabel=FA,exports.LagoonEnvironmentDetails=Ce,exports.LagoonFilter=GA,exports.LagoonFooter=jt,exports.LagoonHeader=Mt,exports.LagoonIcon=vt,exports.LagoonProblemsOverview=pe,exports.LagoonProjectDetails=de,exports.LagoonTimeline=Gt,exports.List=nA,exports.Modal=zA,exports.PageContainer=ta,exports.Pagination=BA,exports.ProjectsTable=ia,exports.Select=SA,exports.StatusTag=JA,exports.Steps=WA,exports.Switch=dA,exports.Tabs=qA,exports.TaskTreeSelector=wA,exports.Text=F,exports.TextLabel=Y,exports.Tree=RA,exports.UIThemeProvider=({children:A,darkThemeProp:t,lightThemeProp:a,defaultScheme:o})=>e.jsx(f,{defaultScheme:o||void 0,children:e.jsx(T,{darkThemeProp:t||void 0,lightThemeProp:a||void 0,children:A})}),exports.useNotification=({type:A="info",title:o,content:r,placement:n="top",requiresManualClose:l=!1,showBtn:s=!1,showIcon:p=!0,btnLabel:i,...C})=>{const[m,d]=a.notification.useNotification({top:24,maxCount:1});return{trigger:t.useCallback((()=>{const t={message:o,description:r,placement:n,duration:l?0:3,btn:s?e.jsx(x,{type:"primary",size:"small",onClick:()=>m.destroy(),children:i??"Confirm"}):null,style:{fontFamily:"Roboto"},className:`ui-notification ${!p&&"no-icon"}`,...p?{}:{icon:e.jsx(e.Fragment,{})},...C};return m[A](t)}),[]),contextHolder:d}},exports.useTheme=B; diff --git a/src/components/Card/styles.tsx b/src/components/Card/styles.tsx index 71acc4b..653fea8 100644 --- a/src/components/Card/styles.tsx +++ b/src/components/Card/styles.tsx @@ -8,7 +8,8 @@ const sharedCardStyles = css` background-color: ${(props) => props.theme.UI.backgrounds.lagoonCard}; color: ${(props) => props.theme.UI.texts.primary}; box-shadow: 2px 2px 4px 0px #69696933; - border-color: transparent; + border: 1px solid ${(props) => props.theme.UI.borders.card}; + border-left: none; `; export const LoadingCard = styled(Card)` @@ -97,8 +98,10 @@ export const StyledCard = styled(Card)<{ $isMain?: boolean }>` .ant-card-body { padding: 0; min-height: 9.375rem; - border-top: 1px solid ${(props) => props.theme.UI.borders.card}; - border-bottom: 1px solid ${(props) => props.theme.UI.borders.card}; + border-top: 1px solid + ${(props) => (props.$isMain ? props.theme.UI.borders.cardInverted : props.theme.UI.borders.card)}; + border-bottom: 1px solid + ${(props) => (props.$isMain ? props.theme.UI.borders.cardInverted : props.theme.UI.borders.card)}; border-radius: 0; & > .lagoon-label { translate: 0 -3.5rem; diff --git a/src/styles/theme.ts b/src/styles/theme.ts index 1ad2a1d..6883cc0 100644 --- a/src/styles/theme.ts +++ b/src/styles/theme.ts @@ -28,6 +28,7 @@ export const darkTheme: DefaultTheme = { borders: { box: "#D9D9D9", card:"#fff", + cardInverted:colors.darkGray, }, highlights: { selection: "#497ffa", @@ -62,6 +63,7 @@ export const lightTheme: DefaultTheme = { borders: { box: "#75715E", card:colors.darkGray, + cardInverted:"#fff", }, highlights: { selection: "#497ffa4d", diff --git a/src/typings/styled.d.ts b/src/typings/styled.d.ts index b7933cb..ccad679 100644 --- a/src/typings/styled.d.ts +++ b/src/typings/styled.d.ts @@ -33,6 +33,7 @@ export interface UITheme { borders: { box: string; card: string; + cardInverted: string; }; notification: string; };