@intlayer/design-system 2.0.13 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/manifest.json +1798 -369
- package/dist/Form-Cbu7ff1e.js +278 -0
- package/dist/Form-Cbu7ff1e.js.map +1 -0
- package/dist/Form-wWTTkxTp.cjs +277 -0
- package/dist/Form-wWTTkxTp.cjs.map +1 -0
- package/dist/components/Accordion/Accordion.cjs +64 -0
- package/dist/components/Accordion/Accordion.cjs.map +1 -0
- package/dist/components/Accordion/Accordion.d.ts +17 -1
- package/dist/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/Accordion/Accordion.mjs +64 -0
- package/dist/components/Accordion/Accordion.mjs.map +1 -0
- package/dist/components/Accordion/index.cjs +5 -0
- package/dist/components/Accordion/index.cjs.map +1 -0
- package/dist/components/Accordion/index.d.ts +1 -0
- package/dist/components/Accordion/index.d.ts.map +1 -0
- package/dist/components/Accordion/index.mjs +5 -0
- package/dist/components/Accordion/index.mjs.map +1 -0
- package/dist/components/Auth/AuthModal/index.cjs +157 -0
- package/dist/components/Auth/AuthModal/index.cjs.map +1 -0
- package/dist/components/Auth/AuthModal/index.d.ts +21 -0
- package/dist/components/Auth/AuthModal/index.d.ts.map +1 -0
- package/dist/components/Auth/AuthModal/index.mjs +157 -0
- package/dist/components/Auth/AuthModal/index.mjs.map +1 -0
- package/dist/components/Auth/AuthProvider/index.cjs +71 -0
- package/dist/components/Auth/AuthProvider/index.cjs.map +1 -0
- package/dist/components/Auth/AuthProvider/index.d.ts +30 -0
- package/dist/components/Auth/AuthProvider/index.d.ts.map +1 -0
- package/dist/components/Auth/AuthProvider/index.mjs +71 -0
- package/dist/components/Auth/AuthProvider/index.mjs.map +1 -0
- package/dist/components/Auth/AuthProvider/useCSRF.cjs +22 -0
- package/dist/components/Auth/AuthProvider/useCSRF.cjs.map +1 -0
- package/dist/components/Auth/AuthProvider/useCSRF.d.ts +5 -0
- package/dist/components/Auth/AuthProvider/useCSRF.d.ts.map +1 -0
- package/dist/components/Auth/AuthProvider/useCSRF.mjs +22 -0
- package/dist/components/Auth/AuthProvider/useCSRF.mjs.map +1 -0
- package/dist/components/Auth/AuthProvider/useOAuth2.cjs +26 -0
- package/dist/components/Auth/AuthProvider/useOAuth2.cjs.map +1 -0
- package/dist/components/Auth/AuthProvider/useOAuth2.d.ts +4 -0
- package/dist/components/Auth/AuthProvider/useOAuth2.d.ts.map +1 -0
- package/dist/components/Auth/AuthProvider/useOAuth2.mjs +26 -0
- package/dist/components/Auth/AuthProvider/useOAuth2.mjs.map +1 -0
- package/dist/components/Auth/AuthProvider/useSession.cjs +67 -0
- package/dist/components/Auth/AuthProvider/useSession.cjs.map +1 -0
- package/dist/components/Auth/AuthProvider/useSession.d.ts +9 -0
- package/dist/components/Auth/AuthProvider/useSession.d.ts.map +1 -0
- package/dist/components/Auth/AuthProvider/useSession.mjs +67 -0
- package/dist/components/Auth/AuthProvider/useSession.mjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.cjs +36 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.cjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.d.ts +6 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.d.ts.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.mjs +36 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.mjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.cjs +22 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.cjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.d.ts +9 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.d.ts.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.mjs +22 -0
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.mjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.cjs +15 -0
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.cjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.d.ts +5 -0
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.d.ts.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.mjs +15 -0
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.mjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/index.cjs +7 -0
- package/dist/components/Auth/AuthenticationBarrier/index.cjs.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/index.d.ts +24 -0
- package/dist/components/Auth/AuthenticationBarrier/index.d.ts.map +1 -0
- package/dist/components/Auth/AuthenticationBarrier/index.mjs +7 -0
- package/dist/components/Auth/AuthenticationBarrier/index.mjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs +91 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts +11 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs +91 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs +66 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.d.ts +25 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs +66 -0
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.cjs +7 -0
- package/dist/components/Auth/ChangePasswordForm/index.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.content.cjs +67 -0
- package/dist/components/Auth/ChangePasswordForm/index.content.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.content.d.ts +23 -0
- package/dist/components/Auth/ChangePasswordForm/index.content.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.content.mjs +67 -0
- package/dist/components/Auth/ChangePasswordForm/index.content.mjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.d.ts +3 -0
- package/dist/components/Auth/ChangePasswordForm/index.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.mjs +7 -0
- package/dist/components/Auth/ChangePasswordForm/index.mjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +61 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.d.ts +6 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.d.ts.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +61 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.cjs +15 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.cjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.d.ts +4 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.d.ts.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.mjs +15 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.mjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.cjs +23 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.cjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.d.ts +4 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.d.ts.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.mjs +23 -0
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.mjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs +36 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +12 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs +36 -0
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/index.cjs +7 -0
- package/dist/components/Auth/ExternalsLoginButtons/index.cjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/index.d.ts +2 -0
- package/dist/components/Auth/ExternalsLoginButtons/index.d.ts.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/index.mjs +7 -0
- package/dist/components/Auth/ExternalsLoginButtons/index.mjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs +110 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts +12 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs +110 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs +29 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts +11 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs +29 -0
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/index.cjs +7 -0
- package/dist/components/Auth/ResetPasswordForm/index.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/index.content.cjs +50 -0
- package/dist/components/Auth/ResetPasswordForm/index.content.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/index.content.d.ts +18 -0
- package/dist/components/Auth/ResetPasswordForm/index.content.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/index.content.mjs +50 -0
- package/dist/components/Auth/ResetPasswordForm/index.content.mjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/index.d.ts +3 -0
- package/dist/components/Auth/ResetPasswordForm/index.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/index.mjs +7 -0
- package/dist/components/Auth/ResetPasswordForm/index.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/SignInForm.cjs +94 -0
- package/dist/components/Auth/SignInForm/SignInForm.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/SignInForm.d.ts +12 -0
- package/dist/components/Auth/SignInForm/SignInForm.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/SignInForm.mjs +94 -0
- package/dist/components/Auth/SignInForm/SignInForm.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/SignInSchema.cjs +38 -0
- package/dist/components/Auth/SignInForm/SignInSchema.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/SignInSchema.d.ts +14 -0
- package/dist/components/Auth/SignInForm/SignInSchema.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/SignInSchema.mjs +38 -0
- package/dist/components/Auth/SignInForm/SignInSchema.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/index.cjs +7 -0
- package/dist/components/Auth/SignInForm/index.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/index.content.cjs +84 -0
- package/dist/components/Auth/SignInForm/index.content.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/index.content.d.ts +28 -0
- package/dist/components/Auth/SignInForm/index.content.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/index.content.mjs +84 -0
- package/dist/components/Auth/SignInForm/index.content.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/index.d.ts +3 -0
- package/dist/components/Auth/SignInForm/index.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/index.mjs +7 -0
- package/dist/components/Auth/SignInForm/index.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs +96 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.d.ts +11 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs +96 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpSchema.cjs +61 -0
- package/dist/components/Auth/SignUpForm/SignUpSchema.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpSchema.d.ts +25 -0
- package/dist/components/Auth/SignUpForm/SignUpSchema.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpSchema.mjs +61 -0
- package/dist/components/Auth/SignUpForm/SignUpSchema.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/index.cjs +7 -0
- package/dist/components/Auth/SignUpForm/index.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/index.content.cjs +72 -0
- package/dist/components/Auth/SignUpForm/index.content.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/index.content.d.ts +24 -0
- package/dist/components/Auth/SignUpForm/index.content.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/index.content.mjs +72 -0
- package/dist/components/Auth/SignUpForm/index.content.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/index.d.ts +3 -0
- package/dist/components/Auth/SignUpForm/index.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/index.mjs +7 -0
- package/dist/components/Auth/SignUpForm/index.mjs.map +1 -0
- package/dist/components/Auth/index.cjs +35 -0
- package/dist/components/Auth/index.cjs.map +1 -0
- package/dist/components/Auth/index.d.ts +10 -0
- package/dist/components/Auth/index.d.ts.map +1 -0
- package/dist/components/Auth/index.mjs +35 -0
- package/dist/components/Auth/index.mjs.map +1 -0
- package/dist/components/Auth/useUser/index.cjs +31 -0
- package/dist/components/Auth/useUser/index.cjs.map +1 -0
- package/dist/components/Auth/useUser/index.d.ts +8 -0
- package/dist/components/Auth/useUser/index.d.ts.map +1 -0
- package/dist/components/Auth/useUser/index.mjs +31 -0
- package/dist/components/Auth/useUser/index.mjs.map +1 -0
- package/dist/components/Avatar/index.cjs +63 -0
- package/dist/components/Avatar/index.cjs.map +1 -0
- package/dist/components/Avatar/index.d.ts +2 -1
- package/dist/components/Avatar/index.d.ts.map +1 -0
- package/dist/components/Avatar/index.mjs +63 -0
- package/dist/components/Avatar/index.mjs.map +1 -0
- package/dist/components/Badge/index.cjs +42 -0
- package/dist/components/Badge/index.cjs.map +1 -0
- package/dist/components/Badge/index.d.ts +10 -0
- package/dist/components/Badge/index.d.ts.map +1 -0
- package/dist/components/Badge/index.mjs +42 -0
- package/dist/components/Badge/index.mjs.map +1 -0
- package/dist/components/Breadcrumb/index.cjs +52 -0
- package/dist/components/Breadcrumb/index.cjs.map +1 -0
- package/dist/components/Breadcrumb/index.d.ts +14 -0
- package/dist/components/Breadcrumb/index.d.ts.map +1 -0
- package/dist/components/Breadcrumb/index.mjs +52 -0
- package/dist/components/Breadcrumb/index.mjs.map +1 -0
- package/dist/components/Button/Button.cjs +155 -0
- package/dist/components/Button/Button.cjs.map +1 -0
- package/dist/components/Button/Button.d.ts +27 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/Button.mjs +155 -0
- package/dist/components/Button/Button.mjs.map +1 -0
- package/dist/components/Button/index.cjs +5 -0
- package/dist/components/Button/index.cjs.map +1 -0
- package/dist/components/Button/index.d.ts +2 -22
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/Button/index.mjs +5 -0
- package/dist/components/Button/index.mjs.map +1 -0
- package/dist/components/Command/index.cjs +121 -0
- package/dist/components/Command/index.cjs.map +1 -0
- package/dist/components/Command/index.d.ts +136 -0
- package/dist/components/Command/index.d.ts.map +1 -0
- package/dist/components/Command/index.mjs +121 -0
- package/dist/components/Command/index.mjs.map +1 -0
- package/dist/components/Container/index.cjs +101 -0
- package/dist/components/Container/index.cjs.map +1 -0
- package/dist/components/Container/index.d.ts +15 -20
- package/dist/components/Container/index.d.ts.map +1 -0
- package/dist/components/Container/index.mjs +101 -0
- package/dist/components/Container/index.mjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditor.cjs +62 -0
- package/dist/components/ContentEditor/ContentEditor.cjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditor.d.ts +3 -2
- package/dist/components/ContentEditor/ContentEditor.d.ts.map +1 -0
- package/dist/components/ContentEditor/ContentEditor.mjs +62 -0
- package/dist/components/ContentEditor/ContentEditor.mjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs +68 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts +9 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts.map +1 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs +68 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -0
- package/dist/components/ContentEditor/index.cjs +5 -0
- package/dist/components/ContentEditor/index.cjs.map +1 -0
- package/dist/components/ContentEditor/index.d.ts +1 -0
- package/dist/components/ContentEditor/index.d.ts.map +1 -0
- package/dist/components/ContentEditor/index.mjs +5 -0
- package/dist/components/ContentEditor/index.mjs.map +1 -0
- package/dist/components/ContentSelector/ContentSelector.cjs +21 -0
- package/dist/components/ContentSelector/ContentSelector.cjs.map +1 -0
- package/dist/components/ContentSelector/ContentSelector.d.ts +1 -1
- package/dist/components/ContentSelector/ContentSelector.d.ts.map +1 -0
- package/dist/components/ContentSelector/ContentSelector.mjs +21 -0
- package/dist/components/ContentSelector/ContentSelector.mjs.map +1 -0
- package/dist/components/ContentSelector/index.cjs +5 -0
- package/dist/components/ContentSelector/index.cjs.map +1 -0
- package/dist/components/ContentSelector/index.d.ts +1 -0
- package/dist/components/ContentSelector/index.d.ts.map +1 -0
- package/dist/components/ContentSelector/index.mjs +5 -0
- package/dist/components/ContentSelector/index.mjs.map +1 -0
- package/dist/components/CopyToClipboard/index.cjs +45 -0
- package/dist/components/CopyToClipboard/index.cjs.map +1 -0
- package/dist/components/CopyToClipboard/index.d.ts +8 -0
- package/dist/components/CopyToClipboard/index.d.ts.map +1 -0
- package/dist/components/CopyToClipboard/index.mjs +45 -0
- package/dist/components/CopyToClipboard/index.mjs.map +1 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs +35 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs.map +1 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.d.ts +5 -7
- package/dist/components/DictionaryEditor/DictionaryEditor.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs +35 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -0
- package/dist/components/DictionaryEditor/ItemLayout.cjs +54 -0
- package/dist/components/DictionaryEditor/ItemLayout.cjs.map +1 -0
- package/dist/components/DictionaryEditor/ItemLayout.d.ts +1 -4
- package/dist/components/DictionaryEditor/ItemLayout.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/ItemLayout.mjs +54 -0
- package/dist/components/DictionaryEditor/ItemLayout.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts +3 -2
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs +8 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.d.ts +3 -2
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs +8 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts +3 -2
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs +47 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts +3 -2
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +47 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs +7 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.d.ts +3 -2
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs +7 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs +10 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.d.ts +6 -5
- package/dist/components/DictionaryEditor/NodeWrapper/index.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.mjs +10 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.mjs.map +1 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs +29 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts +6 -4
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs +29 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -0
- package/dist/components/DictionaryEditor/index.cjs +9 -0
- package/dist/components/DictionaryEditor/index.cjs.map +1 -0
- package/dist/components/DictionaryEditor/index.d.ts +3 -0
- package/dist/components/DictionaryEditor/index.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/index.mjs +9 -0
- package/dist/components/DictionaryEditor/index.mjs.map +1 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.cjs +492 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.cjs.map +1 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.d.ts +28 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.mjs +492 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.mjs.map +1 -0
- package/dist/components/DictionaryEditor/useEditionPanelStore.cjs +15 -0
- package/dist/components/DictionaryEditor/useEditionPanelStore.cjs.map +1 -0
- package/dist/components/DictionaryEditor/useEditionPanelStore.d.ts +16 -0
- package/dist/components/DictionaryEditor/useEditionPanelStore.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/useEditionPanelStore.mjs +15 -0
- package/dist/components/DictionaryEditor/useEditionPanelStore.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs +54 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts +8 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs +54 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs +20 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts +8 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs +20 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +111 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts +4 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +111 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs +129 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +49 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +129 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs +40 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.d.ts +14 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs +40 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +195 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts +9 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +195 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs +85 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.d.ts +20 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs +85 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +149 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +53 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +149 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +128 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts +10 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +128 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs +129 -0
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts +10 -0
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs +129 -0
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +298 -0
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.d.ts +11 -0
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +298 -0
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs +71 -0
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.d.ts +20 -0
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs +71 -0
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs +22 -0
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts +11 -0
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +22 -0
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs +298 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts +11 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +298 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +79 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +31 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +79 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs +99 -0
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts +11 -0
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs +99 -0
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +129 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts +9 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +129 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.cjs +8 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.d.ts +5 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.mjs +8 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +67 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +27 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +67 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +32 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +12 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +32 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs +41 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts +17 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs +41 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.cjs +38 -0
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.d.ts +4 -0
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.mjs +38 -0
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/index.cjs +9 -0
- package/dist/components/DictionaryFieldEditor/index.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/index.d.ts +4 -0
- package/dist/components/DictionaryFieldEditor/index.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/index.mjs +9 -0
- package/dist/components/DictionaryFieldEditor/index.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +40 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +12 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +40 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -0
- package/dist/components/DropDown/index.cjs +77 -0
- package/dist/components/DropDown/index.cjs.map +1 -0
- package/dist/components/DropDown/index.d.ts +21 -2
- package/dist/components/DropDown/index.d.ts.map +1 -0
- package/dist/components/DropDown/index.mjs +77 -0
- package/dist/components/DropDown/index.mjs.map +1 -0
- package/dist/components/DropDown/types.cjs +2 -0
- package/dist/components/DropDown/types.cjs.map +1 -0
- package/dist/components/DropDown/types.d.ts +11 -6
- package/dist/components/DropDown/types.d.ts.map +1 -0
- package/dist/components/DropDown/types.mjs +2 -0
- package/dist/components/DropDown/types.mjs.map +1 -0
- package/dist/components/EditableField/EditableFieldInput.cjs +28 -0
- package/dist/components/EditableField/EditableFieldInput.cjs.map +1 -0
- package/dist/components/EditableField/EditableFieldInput.d.ts +10 -0
- package/dist/components/EditableField/EditableFieldInput.d.ts.map +1 -0
- package/dist/components/EditableField/EditableFieldInput.mjs +28 -0
- package/dist/components/EditableField/EditableFieldInput.mjs.map +1 -0
- package/dist/components/EditableField/EditableFieldLayout.cjs +121 -0
- package/dist/components/EditableField/EditableFieldLayout.cjs.map +1 -0
- package/dist/components/EditableField/EditableFieldLayout.d.ts +12 -0
- package/dist/components/EditableField/EditableFieldLayout.d.ts.map +1 -0
- package/dist/components/EditableField/EditableFieldLayout.mjs +121 -0
- package/dist/components/EditableField/EditableFieldLayout.mjs.map +1 -0
- package/dist/components/EditableField/EditableFieldTextArea.cjs +29 -0
- package/dist/components/EditableField/EditableFieldTextArea.cjs.map +1 -0
- package/dist/components/EditableField/EditableFieldTextArea.d.ts +5 -0
- package/dist/components/EditableField/EditableFieldTextArea.d.ts.map +1 -0
- package/dist/components/EditableField/EditableFieldTextArea.mjs +29 -0
- package/dist/components/EditableField/EditableFieldTextArea.mjs.map +1 -0
- package/dist/components/EditableField/index.cjs +7 -0
- package/dist/components/EditableField/index.cjs.map +1 -0
- package/dist/components/EditableField/index.d.ts +3 -0
- package/dist/components/EditableField/index.d.ts.map +1 -0
- package/dist/components/EditableField/index.mjs +7 -0
- package/dist/components/EditableField/index.mjs.map +1 -0
- package/dist/components/Flags/Flag.cjs +369 -0
- package/dist/components/Flags/Flag.cjs.map +1 -0
- package/dist/components/Flags/Flag.d.ts +9 -0
- package/dist/components/Flags/Flag.d.ts.map +1 -0
- package/dist/components/Flags/Flag.mjs +369 -0
- package/dist/components/Flags/Flag.mjs.map +1 -0
- package/dist/components/Flags/index.cjs +5 -0
- package/dist/components/Flags/index.cjs.map +1 -0
- package/dist/components/Flags/index.d.ts +2 -0
- package/dist/components/Flags/index.d.ts.map +1 -0
- package/dist/components/Flags/index.mjs +5 -0
- package/dist/components/Flags/index.mjs.map +1 -0
- package/dist/components/Footer/index.cjs +23 -0
- package/dist/components/Footer/index.cjs.map +1 -0
- package/dist/components/Footer/index.d.ts +3 -2
- package/dist/components/Footer/index.d.ts.map +1 -0
- package/dist/components/Footer/index.mjs +23 -0
- package/dist/components/Footer/index.mjs.map +1 -0
- package/dist/components/Form/Form.cjs +14 -0
- package/dist/components/Form/Form.cjs.map +1 -0
- package/dist/components/Form/Form.d.ts +54 -0
- package/dist/components/Form/Form.d.ts.map +1 -0
- package/dist/components/Form/Form.mjs +14 -0
- package/dist/components/Form/Form.mjs.map +1 -0
- package/dist/components/Form/FormBase.cjs +72 -0
- package/dist/components/Form/FormBase.cjs.map +1 -0
- package/dist/components/Form/FormBase.d.ts +21 -0
- package/dist/components/Form/FormBase.d.ts.map +1 -0
- package/dist/components/Form/FormBase.mjs +72 -0
- package/dist/components/Form/FormBase.mjs.map +1 -0
- package/dist/components/Form/FormControl.cjs +23 -0
- package/dist/components/Form/FormControl.cjs.map +1 -0
- package/dist/components/Form/FormControl.d.ts +2 -0
- package/dist/components/Form/FormControl.d.ts.map +1 -0
- package/dist/components/Form/FormControl.mjs +23 -0
- package/dist/components/Form/FormControl.mjs.map +1 -0
- package/dist/components/Form/FormDescription.cjs +21 -0
- package/dist/components/Form/FormDescription.cjs.map +1 -0
- package/dist/components/Form/FormDescription.d.ts +4 -0
- package/dist/components/Form/FormDescription.d.ts.map +1 -0
- package/dist/components/Form/FormDescription.mjs +21 -0
- package/dist/components/Form/FormDescription.mjs.map +1 -0
- package/dist/components/Form/FormField.cjs +42 -0
- package/dist/components/Form/FormField.cjs.map +1 -0
- package/dist/components/Form/FormField.d.ts +16 -0
- package/dist/components/Form/FormField.d.ts.map +1 -0
- package/dist/components/Form/FormField.mjs +42 -0
- package/dist/components/Form/FormField.mjs.map +1 -0
- package/dist/components/Form/FormItem.cjs +22 -0
- package/dist/components/Form/FormItem.cjs.map +1 -0
- package/dist/components/Form/FormItem.d.ts +9 -0
- package/dist/components/Form/FormItem.d.ts.map +1 -0
- package/dist/components/Form/FormItem.mjs +22 -0
- package/dist/components/Form/FormItem.mjs.map +1 -0
- package/dist/components/Form/FormLabel.cjs +23 -0
- package/dist/components/Form/FormLabel.cjs.map +1 -0
- package/dist/components/Form/FormLabel.d.ts +2 -0
- package/dist/components/Form/FormLabel.d.ts.map +1 -0
- package/dist/components/Form/FormLabel.mjs +23 -0
- package/dist/components/Form/FormLabel.mjs.map +1 -0
- package/dist/components/Form/FormMessage.cjs +27 -0
- package/dist/components/Form/FormMessage.cjs.map +1 -0
- package/dist/components/Form/FormMessage.d.ts +4 -0
- package/dist/components/Form/FormMessage.d.ts.map +1 -0
- package/dist/components/Form/FormMessage.mjs +27 -0
- package/dist/components/Form/FormMessage.mjs.map +1 -0
- package/dist/components/Form/elements/EditableFieldInputElement.cjs +7 -0
- package/dist/components/Form/elements/EditableFieldInputElement.cjs.map +1 -0
- package/dist/components/Form/elements/EditableFieldInputElement.d.ts +14 -0
- package/dist/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -0
- package/dist/components/Form/elements/EditableFieldInputElement.mjs +7 -0
- package/dist/components/Form/elements/EditableFieldInputElement.mjs.map +1 -0
- package/dist/components/Form/elements/EditableFieldTextAreaElement.cjs +7 -0
- package/dist/components/Form/elements/EditableFieldTextAreaElement.cjs.map +1 -0
- package/dist/components/Form/elements/EditableFieldTextAreaElement.d.ts +14 -0
- package/dist/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -0
- package/dist/components/Form/elements/EditableFieldTextAreaElement.mjs +7 -0
- package/dist/components/Form/elements/EditableFieldTextAreaElement.mjs.map +1 -0
- package/dist/components/Form/elements/FormElement.cjs +11 -0
- package/dist/components/Form/elements/FormElement.cjs.map +1 -0
- package/dist/components/Form/elements/FormElement.d.ts +21 -0
- package/dist/components/Form/elements/FormElement.d.ts.map +1 -0
- package/dist/components/Form/elements/FormElement.mjs +11 -0
- package/dist/components/Form/elements/FormElement.mjs.map +1 -0
- package/dist/components/Form/elements/FormElementWrapper.cjs +37 -0
- package/dist/components/Form/elements/FormElementWrapper.cjs.map +1 -0
- package/dist/components/Form/elements/FormElementWrapper.d.ts +10 -0
- package/dist/components/Form/elements/FormElementWrapper.d.ts.map +1 -0
- package/dist/components/Form/elements/FormElementWrapper.mjs +37 -0
- package/dist/components/Form/elements/FormElementWrapper.mjs.map +1 -0
- package/dist/components/Form/elements/InputElement.cjs +8 -0
- package/dist/components/Form/elements/InputElement.cjs.map +1 -0
- package/dist/components/Form/elements/InputElement.d.ts +10 -0
- package/dist/components/Form/elements/InputElement.d.ts.map +1 -0
- package/dist/components/Form/elements/InputElement.mjs +8 -0
- package/dist/components/Form/elements/InputElement.mjs.map +1 -0
- package/dist/components/Form/elements/InputPasswordElement.cjs +8 -0
- package/dist/components/Form/elements/InputPasswordElement.cjs.map +1 -0
- package/dist/components/Form/elements/InputPasswordElement.d.ts +11 -0
- package/dist/components/Form/elements/InputPasswordElement.d.ts.map +1 -0
- package/dist/components/Form/elements/InputPasswordElement.mjs +8 -0
- package/dist/components/Form/elements/InputPasswordElement.mjs.map +1 -0
- package/dist/components/Form/elements/MultiselectElement.cjs +9 -0
- package/dist/components/Form/elements/MultiselectElement.cjs.map +1 -0
- package/dist/components/Form/elements/MultiselectElement.d.ts +14 -0
- package/dist/components/Form/elements/MultiselectElement.d.ts.map +1 -0
- package/dist/components/Form/elements/MultiselectElement.mjs +9 -0
- package/dist/components/Form/elements/MultiselectElement.mjs.map +1 -0
- package/dist/components/Form/elements/SelectElement.cjs +9 -0
- package/dist/components/Form/elements/SelectElement.cjs.map +1 -0
- package/dist/components/Form/elements/SelectElement.d.ts +14 -0
- package/dist/components/Form/elements/SelectElement.d.ts.map +1 -0
- package/dist/components/Form/elements/SelectElement.mjs +9 -0
- package/dist/components/Form/elements/SelectElement.mjs.map +1 -0
- package/dist/components/Form/elements/SwitchSelectorElement.cjs +9 -0
- package/dist/components/Form/elements/SwitchSelectorElement.cjs.map +1 -0
- package/dist/components/Form/elements/SwitchSelectorElement.d.ts +14 -0
- package/dist/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -0
- package/dist/components/Form/elements/SwitchSelectorElement.mjs +9 -0
- package/dist/components/Form/elements/SwitchSelectorElement.mjs.map +1 -0
- package/dist/components/Form/elements/TextAreaElement.cjs +7 -0
- package/dist/components/Form/elements/TextAreaElement.cjs.map +1 -0
- package/dist/components/Form/elements/TextAreaElement.d.ts +10 -0
- package/dist/components/Form/elements/TextAreaElement.d.ts.map +1 -0
- package/dist/components/Form/elements/TextAreaElement.mjs +7 -0
- package/dist/components/Form/elements/TextAreaElement.mjs.map +1 -0
- package/dist/components/Form/elements/index.cjs +10 -0
- package/dist/components/Form/elements/index.cjs.map +1 -0
- package/dist/components/Form/elements/index.d.ts +7 -0
- package/dist/components/Form/elements/index.d.ts.map +1 -0
- package/dist/components/Form/elements/index.mjs +10 -0
- package/dist/components/Form/elements/index.mjs.map +1 -0
- package/dist/components/Form/index.cjs +9 -0
- package/dist/components/Form/index.cjs.map +1 -0
- package/dist/components/Form/index.d.ts +4 -0
- package/dist/components/Form/index.d.ts.map +1 -0
- package/dist/components/Form/index.mjs +9 -0
- package/dist/components/Form/index.mjs.map +1 -0
- package/dist/components/Form/layout/FormItemLayout.cjs +7 -0
- package/dist/components/Form/layout/FormItemLayout.cjs.map +1 -0
- package/dist/components/Form/layout/FormItemLayout.d.ts +11 -0
- package/dist/components/Form/layout/FormItemLayout.d.ts.map +1 -0
- package/dist/components/Form/layout/FormItemLayout.mjs +7 -0
- package/dist/components/Form/layout/FormItemLayout.mjs.map +1 -0
- package/dist/components/Form/layout/FormLabelLayout.cjs +22 -0
- package/dist/components/Form/layout/FormLabelLayout.cjs.map +1 -0
- package/dist/components/Form/layout/FormLabelLayout.d.ts +11 -0
- package/dist/components/Form/layout/FormLabelLayout.d.ts.map +1 -0
- package/dist/components/Form/layout/FormLabelLayout.mjs +22 -0
- package/dist/components/Form/layout/FormLabelLayout.mjs.map +1 -0
- package/dist/components/Form/layout/RequiredStar.cjs +6 -0
- package/dist/components/Form/layout/RequiredStar.cjs.map +1 -0
- package/dist/components/Form/layout/RequiredStar.d.ts +8 -0
- package/dist/components/Form/layout/RequiredStar.d.ts.map +1 -0
- package/dist/components/Form/layout/RequiredStar.mjs +6 -0
- package/dist/components/Form/layout/RequiredStar.mjs.map +1 -0
- package/dist/components/Form/layout/index.cjs +7 -0
- package/dist/components/Form/layout/index.cjs.map +1 -0
- package/dist/components/Form/layout/index.d.ts +3 -0
- package/dist/components/Form/layout/index.d.ts.map +1 -0
- package/dist/components/Form/layout/index.mjs +7 -0
- package/dist/components/Form/layout/index.mjs.map +1 -0
- package/dist/components/Headers/SectionScroller.cjs +29 -0
- package/dist/components/Headers/SectionScroller.cjs.map +1 -0
- package/dist/components/Headers/SectionScroller.d.ts +1 -0
- package/dist/components/Headers/SectionScroller.d.ts.map +1 -0
- package/dist/components/Headers/SectionScroller.mjs +29 -0
- package/dist/components/Headers/SectionScroller.mjs.map +1 -0
- package/dist/components/Headers/index.cjs +122 -0
- package/dist/components/Headers/index.cjs.map +1 -0
- package/dist/components/Headers/index.d.ts +11 -6
- package/dist/components/Headers/index.d.ts.map +1 -0
- package/dist/components/Headers/index.mjs +122 -0
- package/dist/components/Headers/index.mjs.map +1 -0
- package/dist/components/IDE/CodeRender.cjs +627 -0
- package/dist/components/IDE/CodeRender.cjs.map +1 -0
- package/dist/components/IDE/CodeRender.d.ts +1 -0
- package/dist/components/IDE/CodeRender.d.ts.map +1 -0
- package/dist/components/IDE/CodeRender.mjs +605 -0
- package/dist/components/IDE/CodeRender.mjs.map +1 -0
- package/dist/components/IDE/FileList.cjs +24 -0
- package/dist/components/IDE/FileList.cjs.map +1 -0
- package/dist/components/IDE/FileList.d.ts +7 -0
- package/dist/components/IDE/FileList.d.ts.map +1 -0
- package/dist/components/IDE/FileList.mjs +24 -0
- package/dist/components/IDE/FileList.mjs.map +1 -0
- package/dist/components/IDE/FileTree.cjs +105 -0
- package/dist/components/IDE/FileTree.cjs.map +1 -0
- package/dist/components/IDE/FileTree.d.ts +1 -0
- package/dist/components/IDE/FileTree.d.ts.map +1 -0
- package/dist/components/IDE/FileTree.mjs +105 -0
- package/dist/components/IDE/FileTree.mjs.map +1 -0
- package/dist/components/IDE/IDE.cjs +89 -0
- package/dist/components/IDE/IDE.cjs.map +1 -0
- package/dist/components/IDE/IDE.d.ts +1 -0
- package/dist/components/IDE/IDE.d.ts.map +1 -0
- package/dist/components/IDE/IDE.mjs +89 -0
- package/dist/components/IDE/IDE.mjs.map +1 -0
- package/dist/components/IDE/MarkDownRender.cjs +26 -0
- package/dist/components/IDE/MarkDownRender.cjs.map +1 -0
- package/dist/components/IDE/MarkDownRender.d.ts +1 -0
- package/dist/components/IDE/MarkDownRender.d.ts.map +1 -0
- package/dist/components/IDE/MarkDownRender.mjs +26 -0
- package/dist/components/IDE/MarkDownRender.mjs.map +1 -0
- package/dist/components/IDE/createFileTree.cjs +25 -0
- package/dist/components/IDE/createFileTree.cjs.map +1 -0
- package/dist/components/IDE/createFileTree.d.ts +1 -0
- package/dist/components/IDE/createFileTree.d.ts.map +1 -0
- package/dist/components/IDE/createFileTree.mjs +25 -0
- package/dist/components/IDE/createFileTree.mjs.map +1 -0
- package/dist/components/IDE/index.cjs +9 -0
- package/dist/components/IDE/index.cjs.map +1 -0
- package/dist/components/IDE/index.d.ts +2 -0
- package/dist/components/IDE/index.d.ts.map +1 -0
- package/dist/components/IDE/index.mjs +9 -0
- package/dist/components/IDE/index.mjs.map +1 -0
- package/dist/components/InformationTag/index.cjs +14 -0
- package/dist/components/InformationTag/index.cjs.map +1 -0
- package/dist/components/InformationTag/index.d.ts +6 -0
- package/dist/components/InformationTag/index.d.ts.map +1 -0
- package/dist/components/InformationTag/index.mjs +14 -0
- package/dist/components/InformationTag/index.mjs.map +1 -0
- package/dist/components/Input/Input.cjs +46 -0
- package/dist/components/Input/Input.cjs.map +1 -0
- package/dist/components/Input/Input.d.ts +12 -0
- package/dist/components/Input/Input.d.ts.map +1 -0
- package/dist/components/Input/Input.mjs +46 -0
- package/dist/components/Input/Input.mjs.map +1 -0
- package/dist/components/Input/InputPassword.cjs +47 -0
- package/dist/components/Input/InputPassword.cjs.map +1 -0
- package/dist/components/Input/InputPassword.d.ts +6 -0
- package/dist/components/Input/InputPassword.d.ts.map +1 -0
- package/dist/components/Input/InputPassword.mjs +47 -0
- package/dist/components/Input/InputPassword.mjs.map +1 -0
- package/dist/components/Input/index.cjs +8 -0
- package/dist/components/Input/index.cjs.map +1 -0
- package/dist/components/Input/index.d.ts +3 -0
- package/dist/components/Input/index.d.ts.map +1 -0
- package/dist/components/Input/index.mjs +8 -0
- package/dist/components/Input/index.mjs.map +1 -0
- package/dist/components/Label/index.cjs +16 -0
- package/dist/components/Label/index.cjs.map +1 -0
- package/dist/components/Label/index.d.ts +4 -0
- package/dist/components/Label/index.d.ts.map +1 -0
- package/dist/components/Label/index.mjs +16 -0
- package/dist/components/Label/index.mjs.map +1 -0
- package/dist/components/Link/Link.cjs +67 -0
- package/dist/components/Link/Link.cjs.map +1 -0
- package/dist/components/Link/Link.d.ts +14 -0
- package/dist/components/Link/Link.d.ts.map +1 -0
- package/dist/components/Link/Link.mjs +67 -0
- package/dist/components/Link/Link.mjs.map +1 -0
- package/dist/components/Link/index.cjs +5 -0
- package/dist/components/Link/index.cjs.map +1 -0
- package/dist/components/Link/index.d.ts +2 -0
- package/dist/components/Link/index.d.ts.map +1 -0
- package/dist/components/Link/index.mjs +5 -0
- package/dist/components/Link/index.mjs.map +1 -0
- package/dist/components/Loader/index.cjs +20 -0
- package/dist/components/Loader/index.cjs.map +1 -0
- package/dist/components/Loader/index.d.ts +21 -0
- package/dist/components/Loader/index.d.ts.map +1 -0
- package/dist/components/Loader/index.mjs +20 -0
- package/dist/components/Loader/index.mjs.map +1 -0
- package/dist/components/Loader/spinner.cjs +75 -0
- package/dist/components/Loader/spinner.cjs.map +1 -0
- package/dist/components/Loader/spinner.d.ts +1 -0
- package/dist/components/Loader/spinner.d.ts.map +1 -0
- package/dist/components/Loader/spinner.mjs +75 -0
- package/dist/components/Loader/spinner.mjs.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +76 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts +3 -2
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +76 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/index.cjs +5 -0
- package/dist/components/LocaleSwitcherDropDown/index.cjs.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/index.d.ts +1 -0
- package/dist/components/LocaleSwitcherDropDown/index.d.ts.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/index.mjs +5 -0
- package/dist/components/LocaleSwitcherDropDown/index.mjs.map +1 -0
- package/dist/components/Logo/LogoCircle.cjs +28 -0
- package/dist/components/Logo/LogoCircle.cjs.map +1 -0
- package/dist/components/Logo/LogoCircle.d.ts +1 -0
- package/dist/components/Logo/LogoCircle.d.ts.map +1 -0
- package/dist/components/Logo/LogoCircle.mjs +28 -0
- package/dist/components/Logo/LogoCircle.mjs.map +1 -0
- package/dist/components/Logo/LogoNoFrame.cjs +111 -0
- package/dist/components/Logo/LogoNoFrame.cjs.map +1 -0
- package/dist/components/Logo/LogoNoFrame.d.ts +1 -0
- package/dist/components/Logo/LogoNoFrame.d.ts.map +1 -0
- package/dist/components/Logo/LogoNoFrame.mjs +111 -0
- package/dist/components/Logo/LogoNoFrame.mjs.map +1 -0
- package/dist/components/Logo/LogoSquare.cjs +28 -0
- package/dist/components/Logo/LogoSquare.cjs.map +1 -0
- package/dist/components/Logo/LogoSquare.d.ts +1 -0
- package/dist/components/Logo/LogoSquare.d.ts.map +1 -0
- package/dist/components/Logo/LogoSquare.mjs +28 -0
- package/dist/components/Logo/LogoSquare.mjs.map +1 -0
- package/dist/components/Logo/LogoSquircle.cjs +65 -0
- package/dist/components/Logo/LogoSquircle.cjs.map +1 -0
- package/dist/components/Logo/LogoSquircle.d.ts +1 -0
- package/dist/components/Logo/LogoSquircle.d.ts.map +1 -0
- package/dist/components/Logo/LogoSquircle.mjs +65 -0
- package/dist/components/Logo/LogoSquircle.mjs.map +1 -0
- package/dist/components/Logo/LogoTextOnly.cjs +102 -0
- package/dist/components/Logo/LogoTextOnly.cjs.map +1 -0
- package/dist/components/Logo/LogoTextOnly.d.ts +1 -0
- package/dist/components/Logo/LogoTextOnly.d.ts.map +1 -0
- package/dist/components/Logo/LogoTextOnly.mjs +102 -0
- package/dist/components/Logo/LogoTextOnly.mjs.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.cjs +115 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.cjs.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.d.ts +1 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.d.ts.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.mjs +115 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.mjs.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs +114 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.d.ts +1 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.d.ts.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.mjs +114 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.mjs.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.cjs +68 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.cjs.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.d.ts +1 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.d.ts.map +1 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.mjs +68 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.mjs.map +1 -0
- package/dist/components/Logo/LogoWithTextCircle.cjs +202 -0
- package/dist/components/Logo/LogoWithTextCircle.cjs.map +1 -0
- package/dist/components/Logo/LogoWithTextCircle.d.ts +1 -0
- package/dist/components/Logo/LogoWithTextCircle.d.ts.map +1 -0
- package/dist/components/Logo/LogoWithTextCircle.mjs +202 -0
- package/dist/components/Logo/LogoWithTextCircle.mjs.map +1 -0
- package/dist/components/Logo/LogoWithTextNoFrame.cjs +114 -0
- package/dist/components/Logo/LogoWithTextNoFrame.cjs.map +1 -0
- package/dist/components/Logo/LogoWithTextNoFrame.d.ts +1 -0
- package/dist/components/Logo/LogoWithTextNoFrame.d.ts.map +1 -0
- package/dist/components/Logo/LogoWithTextNoFrame.mjs +114 -0
- package/dist/components/Logo/LogoWithTextNoFrame.mjs.map +1 -0
- package/dist/components/Logo/LogoWithTextSquircle.cjs +68 -0
- package/dist/components/Logo/LogoWithTextSquircle.cjs.map +1 -0
- package/dist/components/Logo/LogoWithTextSquircle.d.ts +1 -0
- package/dist/components/Logo/LogoWithTextSquircle.d.ts.map +1 -0
- package/dist/components/Logo/LogoWithTextSquircle.mjs +68 -0
- package/dist/components/Logo/LogoWithTextSquircle.mjs.map +1 -0
- package/dist/components/Logo/index.cjs +67 -0
- package/dist/components/Logo/index.cjs.map +1 -0
- package/dist/components/Logo/index.d.ts +1 -0
- package/dist/components/Logo/index.d.ts.map +1 -0
- package/dist/components/Logo/index.mjs +67 -0
- package/dist/components/Logo/index.mjs.map +1 -0
- package/dist/components/MarkDownRender/index.cjs +104 -0
- package/dist/components/MarkDownRender/index.cjs.map +1 -0
- package/dist/components/MarkDownRender/index.d.ts +1 -0
- package/dist/components/MarkDownRender/index.d.ts.map +1 -0
- package/dist/components/MarkDownRender/index.mjs +104 -0
- package/dist/components/MarkDownRender/index.mjs.map +1 -0
- package/dist/components/MaxHeightSmoother/index.cjs +42 -0
- package/dist/components/MaxHeightSmoother/index.cjs.map +1 -0
- package/dist/components/MaxHeightSmoother/index.d.ts +1 -0
- package/dist/components/MaxHeightSmoother/index.d.ts.map +1 -0
- package/dist/components/MaxHeightSmoother/index.mjs +42 -0
- package/dist/components/MaxHeightSmoother/index.mjs.map +1 -0
- package/dist/components/MaxWidthSmoother/index.cjs +36 -0
- package/dist/components/MaxWidthSmoother/index.cjs.map +1 -0
- package/dist/components/MaxWidthSmoother/index.d.ts +4 -4
- package/dist/components/MaxWidthSmoother/index.d.ts.map +1 -0
- package/dist/components/MaxWidthSmoother/index.mjs +36 -0
- package/dist/components/MaxWidthSmoother/index.mjs.map +1 -0
- package/dist/components/Modal/Modal.cjs +119 -0
- package/dist/components/Modal/Modal.cjs.map +1 -0
- package/dist/components/Modal/Modal.d.ts +24 -0
- package/dist/components/Modal/Modal.d.ts.map +1 -0
- package/dist/components/Modal/Modal.mjs +119 -0
- package/dist/components/Modal/Modal.mjs.map +1 -0
- package/dist/components/Modal/index.cjs +5 -0
- package/dist/components/Modal/index.cjs.map +1 -0
- package/dist/components/Modal/index.d.ts +2 -9
- package/dist/components/Modal/index.d.ts.map +1 -0
- package/dist/components/Modal/index.mjs +5 -0
- package/dist/components/Modal/index.mjs.map +1 -0
- package/dist/components/Navbar/Burger.cjs +60 -0
- package/dist/components/Navbar/Burger.cjs.map +1 -0
- package/dist/components/Navbar/Burger.d.ts +2 -1
- package/dist/components/Navbar/Burger.d.ts.map +1 -0
- package/dist/components/Navbar/Burger.mjs +60 -0
- package/dist/components/Navbar/Burger.mjs.map +1 -0
- package/dist/components/Navbar/DesktopNavbar.cjs +44 -0
- package/dist/components/Navbar/DesktopNavbar.cjs.map +1 -0
- package/dist/components/Navbar/DesktopNavbar.d.ts +1 -0
- package/dist/components/Navbar/DesktopNavbar.d.ts.map +1 -0
- package/dist/components/Navbar/DesktopNavbar.mjs +44 -0
- package/dist/components/Navbar/DesktopNavbar.mjs.map +1 -0
- package/dist/components/Navbar/MobileNavbar.cjs +170 -0
- package/dist/components/Navbar/MobileNavbar.cjs.map +1 -0
- package/dist/components/Navbar/MobileNavbar.d.ts +2 -0
- package/dist/components/Navbar/MobileNavbar.d.ts.map +1 -0
- package/dist/components/Navbar/MobileNavbar.mjs +170 -0
- package/dist/components/Navbar/MobileNavbar.mjs.map +1 -0
- package/dist/components/Navbar/index.cjs +53 -0
- package/dist/components/Navbar/index.cjs.map +1 -0
- package/dist/components/Navbar/index.d.ts +2 -0
- package/dist/components/Navbar/index.d.ts.map +1 -0
- package/dist/components/Navbar/index.mjs +53 -0
- package/dist/components/Navbar/index.mjs.map +1 -0
- package/dist/components/Navbar/useNavigation.cjs +57 -0
- package/dist/components/Navbar/useNavigation.cjs.map +1 -0
- package/dist/components/Navbar/useNavigation.d.ts +1 -0
- package/dist/components/Navbar/useNavigation.d.ts.map +1 -0
- package/dist/components/Navbar/useNavigation.mjs +57 -0
- package/dist/components/Navbar/useNavigation.mjs.map +1 -0
- package/dist/components/Pattern/DotPattern.cjs +47 -0
- package/dist/components/Pattern/DotPattern.cjs.map +1 -0
- package/dist/components/Pattern/DotPattern.d.ts +14 -0
- package/dist/components/Pattern/DotPattern.d.ts.map +1 -0
- package/dist/components/Pattern/DotPattern.mjs +47 -0
- package/dist/components/Pattern/DotPattern.mjs.map +1 -0
- package/dist/components/Pattern/GridPattern.cjs +63 -0
- package/dist/components/Pattern/GridPattern.cjs.map +1 -0
- package/dist/components/Pattern/GridPattern.d.ts +13 -0
- package/dist/components/Pattern/GridPattern.d.ts.map +1 -0
- package/dist/components/Pattern/GridPattern.mjs +63 -0
- package/dist/components/Pattern/GridPattern.mjs.map +1 -0
- package/dist/components/Pattern/SpotLight.cjs +73 -0
- package/dist/components/Pattern/SpotLight.cjs.map +1 -0
- package/dist/components/Pattern/SpotLight.d.ts +13 -0
- package/dist/components/Pattern/SpotLight.d.ts.map +1 -0
- package/dist/components/Pattern/SpotLight.mjs +73 -0
- package/dist/components/Pattern/SpotLight.mjs.map +1 -0
- package/dist/components/Pattern/index.cjs +9 -0
- package/dist/components/Pattern/index.cjs.map +1 -0
- package/dist/components/Pattern/index.d.ts +4 -0
- package/dist/components/Pattern/index.d.ts.map +1 -0
- package/dist/components/Pattern/index.mjs +9 -0
- package/dist/components/Pattern/index.mjs.map +1 -0
- package/dist/components/Popover/index.cjs +25 -0
- package/dist/components/Popover/index.cjs.map +1 -0
- package/dist/components/Popover/index.d.ts +1 -0
- package/dist/components/Popover/index.d.ts.map +1 -0
- package/dist/components/Popover/index.mjs +25 -0
- package/dist/components/Popover/index.mjs.map +1 -0
- package/dist/components/PressableSpan/PressableSpan.cjs +90 -0
- package/dist/components/PressableSpan/PressableSpan.cjs.map +1 -0
- package/dist/components/PressableSpan/PressableSpan.d.ts +11 -0
- package/dist/components/PressableSpan/PressableSpan.d.ts.map +1 -0
- package/dist/components/PressableSpan/PressableSpan.mjs +90 -0
- package/dist/components/PressableSpan/PressableSpan.mjs.map +1 -0
- package/dist/components/PressableSpan/index.cjs +5 -0
- package/dist/components/PressableSpan/index.cjs.map +1 -0
- package/dist/components/PressableSpan/index.d.ts +2 -0
- package/dist/components/PressableSpan/index.d.ts.map +1 -0
- package/dist/components/PressableSpan/index.mjs +5 -0
- package/dist/components/PressableSpan/index.mjs.map +1 -0
- package/dist/components/ProfileDropDown/index.cjs +25 -0
- package/dist/components/ProfileDropDown/index.cjs.map +1 -0
- package/dist/components/ProfileDropDown/index.d.ts +1 -0
- package/dist/components/ProfileDropDown/index.d.ts.map +1 -0
- package/dist/components/ProfileDropDown/index.mjs +25 -0
- package/dist/components/ProfileDropDown/index.mjs.map +1 -0
- package/dist/components/RightDrawer/RightDrawer.cjs +89 -0
- package/dist/components/RightDrawer/RightDrawer.cjs.map +1 -0
- package/dist/components/RightDrawer/RightDrawer.d.ts +1 -0
- package/dist/components/RightDrawer/RightDrawer.d.ts.map +1 -0
- package/dist/components/RightDrawer/RightDrawer.mjs +89 -0
- package/dist/components/RightDrawer/RightDrawer.mjs.map +1 -0
- package/dist/components/RightDrawer/index.cjs +8 -0
- package/dist/components/RightDrawer/index.cjs.map +1 -0
- package/dist/components/RightDrawer/index.d.ts +1 -0
- package/dist/components/RightDrawer/index.d.ts.map +1 -0
- package/dist/components/RightDrawer/index.mjs +8 -0
- package/dist/components/RightDrawer/index.mjs.map +1 -0
- package/dist/components/RightDrawer/useRightDrawerStore.cjs +18 -0
- package/dist/components/RightDrawer/useRightDrawerStore.cjs.map +1 -0
- package/dist/components/RightDrawer/useRightDrawerStore.d.ts +1 -0
- package/dist/components/RightDrawer/useRightDrawerStore.d.ts.map +1 -0
- package/dist/components/RightDrawer/useRightDrawerStore.mjs +18 -0
- package/dist/components/RightDrawer/useRightDrawerStore.mjs.map +1 -0
- package/dist/components/Select/Multiselect.cjs +334 -0
- package/dist/components/Select/Multiselect.cjs.map +1 -0
- package/dist/components/Select/Multiselect.d.ts +97 -0
- package/dist/components/Select/Multiselect.d.ts.map +1 -0
- package/dist/components/Select/Multiselect.mjs +334 -0
- package/dist/components/Select/Multiselect.mjs.map +1 -0
- package/dist/components/Select/Select.cjs +152 -0
- package/dist/components/Select/Select.cjs.map +1 -0
- package/dist/components/Select/Select.d.ts +42 -0
- package/dist/components/Select/Select.d.ts.map +1 -0
- package/dist/components/Select/Select.mjs +135 -0
- package/dist/components/Select/Select.mjs.map +1 -0
- package/dist/components/Select/index.cjs +10 -0
- package/dist/components/Select/index.cjs.map +1 -0
- package/dist/components/Select/index.d.ts +3 -0
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/Select/index.mjs +10 -0
- package/dist/components/Select/index.mjs.map +1 -0
- package/dist/components/SwitchSelector/index.cjs +143 -0
- package/dist/components/SwitchSelector/index.cjs.map +1 -0
- package/dist/components/SwitchSelector/index.d.ts +41 -0
- package/dist/components/SwitchSelector/index.d.ts.map +1 -0
- package/dist/components/SwitchSelector/index.mjs +143 -0
- package/dist/components/SwitchSelector/index.mjs.map +1 -0
- package/dist/components/TabSelector/TabSelector.cjs +108 -0
- package/dist/components/TabSelector/TabSelector.cjs.map +1 -0
- package/dist/components/TabSelector/TabSelector.d.ts +35 -0
- package/dist/components/TabSelector/TabSelector.d.ts.map +1 -0
- package/dist/components/TabSelector/TabSelector.mjs +108 -0
- package/dist/components/TabSelector/TabSelector.mjs.map +1 -0
- package/dist/components/TabSelector/index.cjs +5 -0
- package/dist/components/TabSelector/index.cjs.map +1 -0
- package/dist/components/TabSelector/index.d.ts +2 -0
- package/dist/components/TabSelector/index.d.ts.map +1 -0
- package/dist/components/TabSelector/index.mjs +5 -0
- package/dist/components/TabSelector/index.mjs.map +1 -0
- package/dist/components/TextArea/AutoSizeTextArea.cjs +54 -0
- package/dist/components/TextArea/AutoSizeTextArea.cjs.map +1 -0
- package/dist/components/TextArea/AutoSizeTextArea.d.ts +8 -0
- package/dist/components/TextArea/AutoSizeTextArea.d.ts.map +1 -0
- package/dist/components/TextArea/AutoSizeTextArea.mjs +54 -0
- package/dist/components/TextArea/AutoSizeTextArea.mjs.map +1 -0
- package/dist/components/TextArea/TextArea.cjs +27 -0
- package/dist/components/TextArea/TextArea.cjs.map +1 -0
- package/dist/components/TextArea/TextArea.d.ts +9 -0
- package/dist/components/TextArea/TextArea.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.mjs +27 -0
- package/dist/components/TextArea/TextArea.mjs.map +1 -0
- package/dist/components/TextArea/index.cjs +7 -0
- package/dist/components/TextArea/index.cjs.map +1 -0
- package/dist/components/TextArea/index.d.ts +3 -0
- package/dist/components/TextArea/index.d.ts.map +1 -0
- package/dist/components/TextArea/index.mjs +7 -0
- package/dist/components/TextArea/index.mjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs +89 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.d.ts +1 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.d.ts.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +89 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs +84 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.d.ts +1 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.d.ts.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +84 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/index.cjs +9 -0
- package/dist/components/ThemeSwitcherDropDown/index.cjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/index.d.ts +1 -0
- package/dist/components/ThemeSwitcherDropDown/index.d.ts.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/index.mjs +9 -0
- package/dist/components/ThemeSwitcherDropDown/index.mjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/types.cjs +10 -0
- package/dist/components/ThemeSwitcherDropDown/types.cjs.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/types.d.ts +1 -0
- package/dist/components/ThemeSwitcherDropDown/types.d.ts.map +1 -0
- package/dist/components/ThemeSwitcherDropDown/types.mjs +10 -0
- package/dist/components/ThemeSwitcherDropDown/types.mjs.map +1 -0
- package/dist/components/Toaster/Toast.cjs +117 -0
- package/dist/components/Toaster/Toast.cjs.map +1 -0
- package/dist/components/Toaster/Toast.d.ts +16 -0
- package/dist/components/Toaster/Toast.d.ts.map +1 -0
- package/dist/components/Toaster/Toast.mjs +100 -0
- package/dist/components/Toaster/Toast.mjs.map +1 -0
- package/dist/components/Toaster/Toaster.cjs +22 -0
- package/dist/components/Toaster/Toaster.cjs.map +1 -0
- package/dist/components/Toaster/Toaster.d.ts +2 -0
- package/dist/components/Toaster/Toaster.d.ts.map +1 -0
- package/dist/components/Toaster/Toaster.mjs +22 -0
- package/dist/components/Toaster/Toaster.mjs.map +1 -0
- package/dist/components/Toaster/index.cjs +17 -0
- package/dist/components/Toaster/index.cjs.map +1 -0
- package/dist/components/Toaster/index.d.ts +4 -0
- package/dist/components/Toaster/index.d.ts.map +1 -0
- package/dist/components/Toaster/index.mjs +17 -0
- package/dist/components/Toaster/index.mjs.map +1 -0
- package/dist/components/Toaster/useToast.cjs +124 -0
- package/dist/components/Toaster/useToast.cjs.map +1 -0
- package/dist/components/Toaster/useToast.d.ts +49 -0
- package/dist/components/Toaster/useToast.d.ts.map +1 -0
- package/dist/components/Toaster/useToast.mjs +124 -0
- package/dist/components/Toaster/useToast.mjs.map +1 -0
- package/dist/components/WithResizer/index.cjs +91 -0
- package/dist/components/WithResizer/index.cjs.map +1 -0
- package/dist/components/WithResizer/index.d.ts +1 -0
- package/dist/components/WithResizer/index.d.ts.map +1 -0
- package/dist/components/WithResizer/index.mjs +91 -0
- package/dist/components/WithResizer/index.mjs.map +1 -0
- package/dist/components/index.cjs +172 -0
- package/dist/components/index.cjs.map +1 -0
- package/dist/components/index.d.ts +21 -2
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.mjs +172 -0
- package/dist/components/index.mjs.map +1 -0
- package/dist/hooks/index.cjs +58 -0
- package/dist/hooks/index.cjs.map +1 -0
- package/dist/hooks/index.d.ts +5 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.mjs +58 -0
- package/dist/hooks/index.mjs.map +1 -0
- package/dist/hooks/intlayerAPIHooks.cjs +244 -0
- package/dist/hooks/intlayerAPIHooks.cjs.map +1 -0
- package/dist/hooks/intlayerAPIHooks.d.ts +56 -0
- package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -0
- package/dist/hooks/intlayerAPIHooks.mjs +244 -0
- package/dist/hooks/intlayerAPIHooks.mjs.map +1 -0
- package/dist/hooks/useAsync/index.cjs +5 -0
- package/dist/hooks/useAsync/index.cjs.map +1 -0
- package/dist/hooks/useAsync/index.d.ts +2 -0
- package/dist/hooks/useAsync/index.d.ts.map +1 -0
- package/dist/hooks/useAsync/index.mjs +5 -0
- package/dist/hooks/useAsync/index.mjs.map +1 -0
- package/dist/hooks/useAsync/useAsync.cjs +275 -0
- package/dist/hooks/useAsync/useAsync.cjs.map +1 -0
- package/dist/hooks/useAsync/useAsync.d.ts +93 -0
- package/dist/hooks/useAsync/useAsync.d.ts.map +1 -0
- package/dist/hooks/useAsync/useAsync.mjs +275 -0
- package/dist/hooks/useAsync/useAsync.mjs.map +1 -0
- package/dist/hooks/useAsync/useAsyncStateStore.cjs +168 -0
- package/dist/hooks/useAsync/useAsyncStateStore.cjs.map +1 -0
- package/dist/hooks/useAsync/useAsyncStateStore.d.ts +34 -0
- package/dist/hooks/useAsync/useAsyncStateStore.d.ts.map +1 -0
- package/dist/hooks/useAsync/useAsyncStateStore.mjs +168 -0
- package/dist/hooks/useAsync/useAsyncStateStore.mjs.map +1 -0
- package/dist/hooks/useAsync/useAsyncWrapper.cjs +10 -0
- package/dist/hooks/useAsync/useAsyncWrapper.cjs.map +1 -0
- package/dist/hooks/useAsync/useAsyncWrapper.d.ts +38 -0
- package/dist/hooks/useAsync/useAsyncWrapper.d.ts.map +1 -0
- package/dist/hooks/useAsync/useAsyncWrapper.mjs +10 -0
- package/dist/hooks/useAsync/useAsyncWrapper.mjs.map +1 -0
- package/dist/hooks/useDevice.cjs +61 -0
- package/dist/hooks/useDevice.cjs.map +1 -0
- package/dist/hooks/useDevice.d.ts +1 -0
- package/dist/hooks/useDevice.d.ts.map +1 -0
- package/dist/hooks/useDevice.mjs +61 -0
- package/dist/hooks/useDevice.mjs.map +1 -0
- package/dist/hooks/useGetAllDictionaries.cjs +32 -0
- package/dist/hooks/useGetAllDictionaries.cjs.map +1 -0
- package/dist/hooks/useGetAllDictionaries.d.ts +9 -0
- package/dist/hooks/useGetAllDictionaries.d.ts.map +1 -0
- package/dist/hooks/useGetAllDictionaries.mjs +32 -0
- package/dist/hooks/useGetAllDictionaries.mjs.map +1 -0
- package/dist/hooks/useGetElementOrWindow.cjs +13 -0
- package/dist/hooks/useGetElementOrWindow.cjs.map +1 -0
- package/dist/hooks/useGetElementOrWindow.d.ts +1 -0
- package/dist/hooks/useGetElementOrWindow.d.ts.map +1 -0
- package/dist/hooks/useGetElementOrWindow.mjs +13 -0
- package/dist/hooks/useGetElementOrWindow.mjs.map +1 -0
- package/dist/hooks/useIntlayerAPI.cjs +27 -0
- package/dist/hooks/useIntlayerAPI.cjs.map +1 -0
- package/dist/hooks/useIntlayerAPI.d.ts +59 -0
- package/dist/hooks/useIntlayerAPI.d.ts.map +1 -0
- package/dist/hooks/useIntlayerAPI.mjs +27 -0
- package/dist/hooks/useIntlayerAPI.mjs.map +1 -0
- package/dist/hooks/useIsMounted.cjs +13 -0
- package/dist/hooks/useIsMounted.cjs.map +1 -0
- package/dist/hooks/useIsMounted.d.ts +1 -0
- package/dist/hooks/useIsMounted.d.ts.map +1 -0
- package/dist/hooks/useIsMounted.mjs +13 -0
- package/dist/hooks/useIsMounted.mjs.map +1 -0
- package/dist/hooks/useItemSelector.cjs +89 -0
- package/dist/hooks/useItemSelector.cjs.map +1 -0
- package/dist/hooks/useItemSelector.d.ts +11 -0
- package/dist/hooks/useItemSelector.d.ts.map +1 -0
- package/dist/hooks/useItemSelector.mjs +89 -0
- package/dist/hooks/useItemSelector.mjs.map +1 -0
- package/dist/hooks/useScrollBlockage/index.cjs +27 -0
- package/dist/hooks/useScrollBlockage/index.cjs.map +1 -0
- package/dist/hooks/useScrollBlockage/index.d.ts +1 -0
- package/dist/hooks/useScrollBlockage/index.d.ts.map +1 -0
- package/dist/hooks/useScrollBlockage/index.mjs +27 -0
- package/dist/hooks/useScrollBlockage/index.mjs.map +1 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs +63 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs.map +1 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +1 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.d.ts.map +1 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.mjs +63 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.mjs.map +1 -0
- package/dist/hooks/useScrollDetection.cjs +71 -0
- package/dist/hooks/useScrollDetection.cjs.map +1 -0
- package/dist/hooks/useScrollDetection.d.ts +1 -0
- package/dist/hooks/useScrollDetection.d.ts.map +1 -0
- package/dist/hooks/useScrollDetection.mjs +71 -0
- package/dist/hooks/useScrollDetection.mjs.map +1 -0
- package/dist/index-BZQDMSxb.cjs +200 -0
- package/dist/index-BZQDMSxb.cjs.map +1 -0
- package/dist/index-pLq_417z.js +201 -0
- package/dist/index-pLq_417z.js.map +1 -0
- package/dist/jsx-runtime-BgSF1HG2.js +939 -0
- package/dist/jsx-runtime-BgSF1HG2.js.map +1 -0
- package/dist/jsx-runtime-DvCoRj5u.cjs +938 -0
- package/dist/jsx-runtime-DvCoRj5u.cjs.map +1 -0
- package/dist/libs/index.cjs +6 -0
- package/dist/libs/index.cjs.map +1 -0
- package/dist/libs/index.d.ts +2 -0
- package/dist/libs/index.d.ts.map +1 -0
- package/dist/libs/index.mjs +6 -0
- package/dist/libs/index.mjs.map +1 -0
- package/dist/libs/intlayer-api/auth.cjs +129 -0
- package/dist/libs/intlayer-api/auth.cjs.map +1 -0
- package/dist/libs/intlayer-api/auth.d.ts +34 -0
- package/dist/libs/intlayer-api/auth.d.ts.map +1 -0
- package/dist/libs/intlayer-api/auth.mjs +129 -0
- package/dist/libs/intlayer-api/auth.mjs.map +1 -0
- package/dist/libs/intlayer-api/dictionary.cjs +78 -0
- package/dist/libs/intlayer-api/dictionary.cjs.map +1 -0
- package/dist/libs/intlayer-api/dictionary.d.ts +22 -0
- package/dist/libs/intlayer-api/dictionary.d.ts.map +1 -0
- package/dist/libs/intlayer-api/dictionary.mjs +78 -0
- package/dist/libs/intlayer-api/dictionary.mjs.map +1 -0
- package/dist/libs/intlayer-api/fetcher.cjs +72 -0
- package/dist/libs/intlayer-api/fetcher.cjs.map +1 -0
- package/dist/libs/intlayer-api/fetcher.d.ts +70 -0
- package/dist/libs/intlayer-api/fetcher.d.ts.map +1 -0
- package/dist/libs/intlayer-api/fetcher.mjs +72 -0
- package/dist/libs/intlayer-api/fetcher.mjs.map +1 -0
- package/dist/libs/intlayer-api/index.cjs +18 -0
- package/dist/libs/intlayer-api/index.cjs.map +1 -0
- package/dist/libs/intlayer-api/index.d.ts +119 -0
- package/dist/libs/intlayer-api/index.d.ts.map +1 -0
- package/dist/libs/intlayer-api/index.mjs +18 -0
- package/dist/libs/intlayer-api/index.mjs.map +1 -0
- package/dist/libs/intlayer-api/organization.cjs +95 -0
- package/dist/libs/intlayer-api/organization.cjs.map +1 -0
- package/dist/libs/intlayer-api/organization.d.ts +26 -0
- package/dist/libs/intlayer-api/organization.d.ts.map +1 -0
- package/dist/libs/intlayer-api/organization.mjs +95 -0
- package/dist/libs/intlayer-api/organization.mjs.map +1 -0
- package/dist/libs/intlayer-api/project.cjs +110 -0
- package/dist/libs/intlayer-api/project.cjs.map +1 -0
- package/dist/libs/intlayer-api/project.d.ts +28 -0
- package/dist/libs/intlayer-api/project.d.ts.map +1 -0
- package/dist/libs/intlayer-api/project.mjs +110 -0
- package/dist/libs/intlayer-api/project.mjs.map +1 -0
- package/dist/libs/intlayer-api/user.cjs +70 -0
- package/dist/libs/intlayer-api/user.cjs.map +1 -0
- package/dist/libs/intlayer-api/user.d.ts +22 -0
- package/dist/libs/intlayer-api/user.d.ts.map +1 -0
- package/dist/libs/intlayer-api/user.mjs +70 -0
- package/dist/libs/intlayer-api/user.mjs.map +1 -0
- package/dist/tailwind.css +1 -0
- package/dist/utils/camelCase.cjs +15 -0
- package/dist/utils/camelCase.cjs.map +1 -0
- package/dist/utils/camelCase.d.ts +3 -0
- package/dist/utils/camelCase.d.ts.map +1 -0
- package/dist/utils/camelCase.mjs +15 -0
- package/dist/utils/camelCase.mjs.map +1 -0
- package/dist/utils/capitalize.cjs +10 -0
- package/dist/utils/capitalize.cjs.map +1 -0
- package/dist/utils/capitalize.d.ts +1 -0
- package/dist/utils/capitalize.d.ts.map +1 -0
- package/dist/utils/capitalize.mjs +10 -0
- package/dist/utils/capitalize.mjs.map +1 -0
- package/dist/utils/cn.cjs +7 -0
- package/dist/utils/cn.cjs.map +1 -0
- package/dist/utils/cn.d.ts +1 -0
- package/dist/utils/cn.d.ts.map +1 -0
- package/dist/utils/cn.mjs +7 -0
- package/dist/utils/cn.mjs.map +1 -0
- package/dist/utils/dictionary.cjs +122 -0
- package/dist/utils/dictionary.cjs.map +1 -0
- package/dist/utils/dictionary.d.ts +7 -0
- package/dist/utils/dictionary.d.ts.map +1 -0
- package/dist/utils/dictionary.mjs +122 -0
- package/dist/utils/dictionary.mjs.map +1 -0
- package/dist/utils/isElementAtTopAndNotCovered.cjs +17 -0
- package/dist/utils/isElementAtTopAndNotCovered.cjs.map +1 -0
- package/dist/utils/isElementAtTopAndNotCovered.d.ts +2 -0
- package/dist/utils/isElementAtTopAndNotCovered.d.ts.map +1 -0
- package/dist/utils/isElementAtTopAndNotCovered.mjs +17 -0
- package/dist/utils/isElementAtTopAndNotCovered.mjs.map +1 -0
- package/dist/utils/object.cjs +22 -0
- package/dist/utils/object.cjs.map +1 -0
- package/dist/utils/object.d.ts +18 -0
- package/dist/utils/object.d.ts.map +1 -0
- package/dist/utils/object.mjs +22 -0
- package/dist/utils/object.mjs.map +1 -0
- package/dist/zod-BV4nCGJE.js +47 -0
- package/dist/zod-BV4nCGJE.js.map +1 -0
- package/dist/zod-DSrtTSD_.cjs +46 -0
- package/dist/zod-DSrtTSD_.cjs.map +1 -0
- package/package.json +77 -35
- package/dist/MarkDownRender-7oiSvDiM.cjs +0 -14
- package/dist/MarkDownRender-JEDIcxQT.js +0 -316
- package/dist/StringWrapper-CW70GPXq.js +0 -28
- package/dist/StringWrapper-DUDqtkwz.cjs +0 -1
- package/dist/check-BLEiR8OY.js +0 -12
- package/dist/check-rhNgx2ZQ.cjs +0 -6
- package/dist/chevron-right-D3LPoNy5.js +0 -14
- package/dist/chevron-right-bKrhRS9t.cjs +0 -6
- package/dist/components/Accordion/Accordion.cjs.js +0 -8
- package/dist/components/Accordion/Accordion.es.js +0 -48
- package/dist/components/Accordion/index.cjs.js +0 -1
- package/dist/components/Accordion/index.es.js +0 -5
- package/dist/components/Avatar/index.cjs.js +0 -6
- package/dist/components/Avatar/index.es.js +0 -71
- package/dist/components/Button/index.cjs.js +0 -6
- package/dist/components/Button/index.es.js +0 -306
- package/dist/components/Container/index.cjs.js +0 -7
- package/dist/components/Container/index.es.js +0 -152
- package/dist/components/ContentEditor/ContentEditor.cjs.js +0 -5
- package/dist/components/ContentEditor/ContentEditor.es.js +0 -75
- package/dist/components/ContentEditor/index.cjs.js +0 -1
- package/dist/components/ContentEditor/index.es.js +0 -5
- package/dist/components/ContentSelector/ContentSelector.cjs.js +0 -1
- package/dist/components/ContentSelector/ContentSelector.es.js +0 -14
- package/dist/components/ContentSelector/index.cjs.js +0 -1
- package/dist/components/ContentSelector/index.es.js +0 -5
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs.js +0 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.es.js +0 -25
- package/dist/components/DictionaryEditor/ItemLayout.cjs.js +0 -1
- package/dist/components/DictionaryEditor/ItemLayout.es.js +0 -81
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs.js +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.es.js +0 -10
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs.js +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.es.js +0 -9
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs.js +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.es.js +0 -9
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs.js +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.es.js +0 -9
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs.js +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.es.js +0 -7
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs.js +0 -1
- package/dist/components/DictionaryEditor/NodeWrapper/index.es.js +0 -11
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.js +0 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.es.js +0 -40
- package/dist/components/DictionaryEditor/index.cjs.js +0 -1
- package/dist/components/DictionaryEditor/index.es.js +0 -5
- package/dist/components/DropDown/index.cjs.js +0 -5
- package/dist/components/DropDown/index.es.js +0 -50
- package/dist/components/DropDown/types.cjs.js +0 -1
- package/dist/components/DropDown/types.es.js +0 -1
- package/dist/components/Footer/index.cjs.js +0 -1
- package/dist/components/Footer/index.es.js +0 -71
- package/dist/components/Headers/SectionScroller.cjs.js +0 -1
- package/dist/components/Headers/SectionScroller.es.js +0 -20
- package/dist/components/Headers/index.cjs.js +0 -1
- package/dist/components/Headers/index.es.js +0 -103
- package/dist/components/IDE/CodeRender.cjs.js +0 -26
- package/dist/components/IDE/CodeRender.es.js +0 -22872
- package/dist/components/IDE/FileTree.cjs.js +0 -1
- package/dist/components/IDE/FileTree.es.js +0 -112
- package/dist/components/IDE/IDE.cjs.js +0 -1
- package/dist/components/IDE/IDE.es.js +0 -187
- package/dist/components/IDE/MarkDownRender.cjs.js +0 -1
- package/dist/components/IDE/MarkDownRender.es.js +0 -7
- package/dist/components/IDE/createFileTree.cjs.js +0 -1
- package/dist/components/IDE/createFileTree.es.js +0 -25
- package/dist/components/IDE/index.cjs.js +0 -1
- package/dist/components/IDE/index.es.js +0 -7
- package/dist/components/Loader/index.cjs.js +0 -1
- package/dist/components/Loader/index.es.js +0 -23
- package/dist/components/Loader/spinner.cjs.js +0 -1
- package/dist/components/Loader/spinner.es.js +0 -22
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.js +0 -6
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.es.js +0 -571
- package/dist/components/LocaleSwitcherDropDown/index.cjs.js +0 -1
- package/dist/components/LocaleSwitcherDropDown/index.es.js +0 -5
- package/dist/components/Logo/LogoCircle.cjs.js +0 -1
- package/dist/components/Logo/LogoCircle.es.js +0 -12
- package/dist/components/Logo/LogoNoFrame.cjs.js +0 -1
- package/dist/components/Logo/LogoNoFrame.es.js +0 -28
- package/dist/components/Logo/LogoSquare.cjs.js +0 -1
- package/dist/components/Logo/LogoSquare.es.js +0 -12
- package/dist/components/Logo/LogoSquircle.cjs.js +0 -1
- package/dist/components/Logo/LogoSquircle.es.js +0 -17
- package/dist/components/Logo/LogoTextOnly.cjs.js +0 -1
- package/dist/components/Logo/LogoTextOnly.es.js +0 -28
- package/dist/components/Logo/LogoWithTextBelowCircle.cjs.js +0 -1
- package/dist/components/Logo/LogoWithTextBelowCircle.es.js +0 -30
- package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs.js +0 -1
- package/dist/components/Logo/LogoWithTextBelowNoFrame.es.js +0 -28
- package/dist/components/Logo/LogoWithTextBelowSquircle.cjs.js +0 -1
- package/dist/components/Logo/LogoWithTextBelowSquircle.es.js +0 -17
- package/dist/components/Logo/LogoWithTextCircle.cjs.js +0 -1
- package/dist/components/Logo/LogoWithTextCircle.es.js +0 -51
- package/dist/components/Logo/LogoWithTextNoFrame.cjs.js +0 -1
- package/dist/components/Logo/LogoWithTextNoFrame.es.js +0 -28
- package/dist/components/Logo/LogoWithTextSquircle.cjs.js +0 -1
- package/dist/components/Logo/LogoWithTextSquircle.es.js +0 -17
- package/dist/components/Logo/index.cjs.js +0 -1
- package/dist/components/Logo/index.es.js +0 -65
- package/dist/components/MarkDownRender/index.cjs.js +0 -1
- package/dist/components/MarkDownRender/index.es.js +0 -106
- package/dist/components/MaxHeightSmoother/index.cjs.js +0 -6
- package/dist/components/MaxHeightSmoother/index.es.js +0 -52
- package/dist/components/MaxWidthSmoother/index.cjs.js +0 -6
- package/dist/components/MaxWidthSmoother/index.es.js +0 -39
- package/dist/components/Modal/index.cjs.js +0 -1
- package/dist/components/Modal/index.es.js +0 -64
- package/dist/components/Navbar/Burger.cjs.js +0 -1
- package/dist/components/Navbar/Burger.es.js +0 -84
- package/dist/components/Navbar/DesktopNavbar.cjs.js +0 -7
- package/dist/components/Navbar/DesktopNavbar.es.js +0 -76
- package/dist/components/Navbar/MobileNavbar.cjs.js +0 -9
- package/dist/components/Navbar/MobileNavbar.es.js +0 -199
- package/dist/components/Navbar/index.cjs.js +0 -1
- package/dist/components/Navbar/index.es.js +0 -25
- package/dist/components/Navbar/useNavigation.cjs.js +0 -1
- package/dist/components/Navbar/useNavigation.es.js +0 -39
- package/dist/components/Popover/index.cjs.js +0 -1
- package/dist/components/Popover/index.es.js +0 -52
- package/dist/components/PressableDiv/PressableDiv.cjs.js +0 -1
- package/dist/components/PressableDiv/PressableDiv.d.ts +0 -10
- package/dist/components/PressableDiv/PressableDiv.es.js +0 -63
- package/dist/components/PressableDiv/index.cjs.js +0 -1
- package/dist/components/PressableDiv/index.d.ts +0 -1
- package/dist/components/PressableDiv/index.es.js +0 -5
- package/dist/components/ProfileDropDown/index.cjs.js +0 -6
- package/dist/components/ProfileDropDown/index.es.js +0 -37
- package/dist/components/RedirectionButton/RedirectionButton.cjs.js +0 -1
- package/dist/components/RedirectionButton/RedirectionButton.d.ts +0 -8
- package/dist/components/RedirectionButton/RedirectionButton.es.js +0 -34
- package/dist/components/RedirectionButton/index.cjs.js +0 -1
- package/dist/components/RedirectionButton/index.d.ts +0 -1
- package/dist/components/RedirectionButton/index.es.js +0 -5
- package/dist/components/RightDrawer/RightDrawer.cjs.js +0 -8
- package/dist/components/RightDrawer/RightDrawer.es.js +0 -124
- package/dist/components/RightDrawer/index.cjs.js +0 -1
- package/dist/components/RightDrawer/index.es.js +0 -8
- package/dist/components/RightDrawer/useRightDrawerStore.cjs.js +0 -1
- package/dist/components/RightDrawer/useRightDrawerStore.es.js +0 -15
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs.js +0 -1
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.es.js +0 -69
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs.js +0 -1
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.es.js +0 -65
- package/dist/components/ThemeSwitcherDropDown/index.cjs.js +0 -1
- package/dist/components/ThemeSwitcherDropDown/index.es.js +0 -9
- package/dist/components/ThemeSwitcherDropDown/types.cjs.js +0 -1
- package/dist/components/ThemeSwitcherDropDown/types.es.js +0 -5
- package/dist/components/WithResizer/index.cjs.js +0 -1
- package/dist/components/WithResizer/index.es.js +0 -82
- package/dist/components/index.cjs.js +0 -1
- package/dist/components/index.es.js +0 -65
- package/dist/createLucideIcon-DlZEiEGq.js +0 -80
- package/dist/createLucideIcon-ZOnO-fn6.cjs +0 -21
- package/dist/hooks/index.cjs.js +0 -1
- package/dist/hooks/index.es.js +0 -13
- package/dist/hooks/useDevice.cjs.js +0 -1
- package/dist/hooks/useDevice.es.js +0 -48
- package/dist/hooks/useGetElementOrWindow.cjs.js +0 -1
- package/dist/hooks/useGetElementOrWindow.es.js +0 -11
- package/dist/hooks/useIsMounted.cjs.js +0 -1
- package/dist/hooks/useIsMounted.es.js +0 -11
- package/dist/hooks/useScrollBlockage/index.cjs.js +0 -1
- package/dist/hooks/useScrollBlockage/index.es.js +0 -24
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs.js +0 -1
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.es.js +0 -40
- package/dist/hooks/useScrollDetection.cjs.js +0 -1
- package/dist/hooks/useScrollDetection.es.js +0 -41
- package/dist/index-CJEkIqT6.cjs +0 -1
- package/dist/index-DBWNacRP.js +0 -133
- package/dist/intlayer-editor/src/client/renderContentEditor.d.ts +0 -13
- package/dist/jsx-runtime-D6agescH.cjs +0 -30
- package/dist/jsx-runtime-Tw_Kw2GZ.js +0 -638
- package/dist/localeList-CaRF-907.js +0 -300
- package/dist/localeList-DlUgKn8J.cjs +0 -1
- package/dist/motion-minimal-BFpJTMRN.js +0 -788
- package/dist/motion-minimal-CwdK8lup.cjs +0 -1
- package/dist/styled-components.browser.esm-D6kkzXl4.js +0 -1085
- package/dist/styled-components.browser.esm-GqWwDlfY.cjs +0 -58
- package/dist/sun-BQYZHcpc.cjs +0 -16
- package/dist/sun-BrKC5Qwg.js +0 -49
- package/dist/utils/capitalize.cjs.js +0 -1
- package/dist/utils/capitalize.es.js +0 -5
- package/dist/utils/cn.cjs.js +0 -1
- package/dist/utils/cn.es.js +0 -2338
- package/dist/x-BKwnSvvj.js +0 -15
- package/dist/x-DIXoN4xe.cjs +0 -6
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as C } from "../../jsx-runtime-Tw_Kw2GZ.js";
|
|
3
|
-
const Z = ({
|
|
4
|
-
bgColor: H,
|
|
5
|
-
...V
|
|
6
|
-
}) => /* @__PURE__ */ C.jsxs("svg", { width: "702", height: "702", viewBox: "0 0 702 702", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...V, children: [
|
|
7
|
-
H && /* @__PURE__ */ C.jsx("path", { d: "M1 280.44C1 50.3211 50.3212 1 280.44 1H421.56C651.679 1 701 50.3211 701 280.44V421.56C701 651.679 651.679 701 421.56 701H280.44C50.3212 701 1 651.679 1 421.56V280.44Z", fill: H }),
|
|
8
|
-
/* @__PURE__ */ C.jsxs("mask", { id: "path-2-outside-1_2003_160", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "702", height: "702", fill: "currentColor", children: [
|
|
9
|
-
/* @__PURE__ */ C.jsx("rect", { fill: H, width: "702", height: "702" }),
|
|
10
|
-
/* @__PURE__ */ C.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M280.44 1C50.3212 1 1 50.3211 1 280.44V421.56C1 651.679 50.3212 701 280.44 701H421.56C651.679 701 701 651.679 701 421.56V280.44C701 50.3211 651.679 1 421.56 1H280.44ZM163 306C138.147 306 118 326.147 118 351C118 375.853 138.147 396 163 396H543C567.853 396 588 375.853 588 351C588 326.147 567.853 306 543 306H163ZM118 524C118 499.147 138.147 479 163 479H343C367.853 479 388 499.147 388 524C388 548.853 367.853 569 343 569H163C138.147 569 118 548.853 118 524ZM163 131C138.147 131 118 151.147 118 176C118 200.853 138.147 221 163 221H408C432.853 221 453 200.853 453 176C453 151.147 432.853 131 408 131H163Z" })
|
|
11
|
-
] }),
|
|
12
|
-
/* @__PURE__ */ C.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M280.44 1C50.3212 1 1 50.3211 1 280.44V421.56C1 651.679 50.3212 701 280.44 701H421.56C651.679 701 701 651.679 701 421.56V280.44C701 50.3211 651.679 1 421.56 1H280.44ZM163 306C138.147 306 118 326.147 118 351C118 375.853 138.147 396 163 396H543C567.853 396 588 375.853 588 351C588 326.147 567.853 306 543 306H163ZM118 524C118 499.147 138.147 479 163 479H343C367.853 479 388 499.147 388 524C388 548.853 367.853 569 343 569H163C138.147 569 118 548.853 118 524ZM163 131C138.147 131 118 151.147 118 176C118 200.853 138.147 221 163 221H408C432.853 221 453 200.853 453 176C453 151.147 432.853 131 408 131H163Z", fill: "currentColor" }),
|
|
13
|
-
/* @__PURE__ */ C.jsx("path", { d: "M2 280.44C2 222.933 5.08266 176.79 13.2782 139.913C21.4713 103.048 34.7608 75.5043 55.1326 55.1325C75.5043 34.7608 103.048 21.4713 139.913 13.2782C176.79 5.08265 222.933 2 280.44 2V0C222.887 0 176.571 3.08249 139.479 11.3258C102.376 19.5717 74.4417 32.9949 53.7183 53.7183C32.995 74.4417 19.5717 102.376 11.3259 139.479C3.08249 176.571 0 222.887 0 280.44H2ZM2 421.56V280.44H0V421.56H2ZM280.44 700C222.933 700 176.79 696.917 139.913 688.722C103.048 680.529 75.5043 667.239 55.1326 646.867C34.7608 626.496 21.4713 598.952 13.2782 562.087C5.08266 525.21 2 479.067 2 421.56H0C0 479.113 3.08249 525.429 11.3259 562.521C19.5717 599.624 32.995 627.558 53.7183 648.282C74.4417 669.005 102.376 682.428 139.479 690.674C176.571 698.918 222.887 702 280.44 702V700ZM421.56 700H280.44V702H421.56V700ZM700 421.56C700 479.067 696.917 525.21 688.722 562.087C680.529 598.952 667.239 626.496 646.867 646.867C626.496 667.239 598.952 680.529 562.087 688.722C525.21 696.917 479.067 700 421.56 700V702C479.113 702 525.429 698.918 562.521 690.674C599.624 682.428 627.558 669.005 648.282 648.282C669.005 627.558 682.428 599.624 690.674 562.521C698.918 525.429 702 479.113 702 421.56H700ZM700 280.44V421.56H702V280.44H700ZM421.56 2C479.067 2 525.21 5.08265 562.087 13.2782C598.952 21.4713 626.496 34.7608 646.867 55.1325C667.239 75.5043 680.529 103.048 688.722 139.913C696.917 176.79 700 222.933 700 280.44H702C702 222.887 698.918 176.571 690.674 139.479C682.428 102.376 669.005 74.4417 648.282 53.7183C627.558 32.9949 599.624 19.5717 562.521 11.3258C525.429 3.08249 479.113 0 421.56 0V2ZM280.44 2H421.56V0H280.44V2ZM119 351C119 326.699 138.699 307 163 307V305C137.595 305 117 325.595 117 351H119ZM163 395C138.699 395 119 375.301 119 351H117C117 376.405 137.595 397 163 397V395ZM543 395H163V397H543V395ZM587 351C587 375.301 567.301 395 543 395V397C568.405 397 589 376.405 589 351H587ZM543 307C567.301 307 587 326.699 587 351H589C589 325.595 568.405 305 543 305V307ZM163 307H543V305H163V307ZM163 478C137.595 478 117 498.595 117 524H119C119 499.699 138.699 480 163 480V478ZM343 478H163V480H343V478ZM389 524C389 498.595 368.405 478 343 478V480C367.301 480 387 499.699 387 524H389ZM343 570C368.405 570 389 549.405 389 524H387C387 548.3 367.301 568 343 568V570ZM163 570H343V568H163V570ZM117 524C117 549.405 137.595 570 163 570V568C138.699 568 119 548.3 119 524H117ZM119 176C119 151.699 138.699 132 163 132V130C137.595 130 117 150.595 117 176H119ZM163 220C138.699 220 119 200.301 119 176H117C117 201.405 137.595 222 163 222V220ZM408 220H163V222H408V220ZM452 176C452 200.301 432.301 220 408 220V222C433.405 222 454 201.405 454 176H452ZM408 132C432.301 132 452 151.699 452 176H454C454 150.595 433.405 130 408 130V132ZM163 132H408V130H163V132Z", fill: "currentColor", mask: "url(#path-2-outside-1_2003_160)" })
|
|
14
|
-
] });
|
|
15
|
-
export {
|
|
16
|
-
Z as LogoSquircle
|
|
17
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const L=require("../../jsx-runtime-D6agescH.cjs"),H=({bgColor:V,...C})=>L.jsxRuntimeExports.jsxs("svg",{width:"1866",height:"478",viewBox:"0 0 1866 478",fill:"none",xmlns:"http://www.w3.org/2000/svg",...C,children:[L.jsxRuntimeExports.jsxs("g",{filter:"url(#filter0_d_2007_6)",children:[L.jsxRuntimeExports.jsxs("mask",{id:"path-1-outside-1_2007_6",maskUnits:"userSpaceOnUse",x:"3",y:"-1",width:"1860",height:"472",fill:"currentColor",children:[L.jsxRuntimeExports.jsx("rect",{fill:"white",x:"3",y:"-1",width:"1860",height:"472"}),L.jsxRuntimeExports.jsx("path",{d:"M4.5 365V-9.53674e-06H77.5V365H4.5ZM154.215 365V105H219.715L220.215 135.5H221.215C231.882 123.5 244.215 114.667 258.215 109C272.548 103 289.048 100 307.715 100C339.048 100 362.048 108.5 376.715 125.5C391.715 142.167 399.215 168.667 399.215 205V365H330.715V218.5C330.715 196.833 327.048 181.167 319.715 171.5C312.382 161.5 300.715 156.5 284.715 156.5C272.715 156.5 262.048 159 252.715 164C243.382 168.667 236.048 175.167 230.715 183.5C225.715 191.5 223.215 201 223.215 212V365H154.215ZM572.52 370C541.186 370 518.52 363.667 504.52 351C490.853 338.333 484.02 317.5 484.02 288.5V158.5H427.52V105H484.02V20H553.02V105H637.52V158.5H553.02V271.5C553.02 287.167 555.52 298.167 560.52 304.5C565.52 310.5 574.52 313.5 587.52 313.5C594.52 313.5 601.853 312.833 609.52 311.5C617.52 310.167 624.853 308.333 631.52 306L637.02 360.5C625.686 363.833 614.853 366.167 604.52 367.5C594.186 369.167 583.52 370 572.52 370ZM699.707 365V-9.53674e-06H769.707V365H699.707ZM905.191 370C879.525 370 859.191 362.833 844.191 348.5C829.525 334.167 822.191 315 822.191 291C822.191 261 833.858 237.833 857.191 221.5C880.858 205.167 914.358 197 957.691 197H992.191C992.191 185.333 990.691 176.333 987.691 170C985.025 163.667 980.191 159.333 973.191 157C966.525 154.333 956.858 153 944.191 153C927.525 153 910.191 154.833 892.191 158.5C874.191 161.833 857.191 166.667 841.191 173L832.691 120C850.025 113.667 869.191 108.833 890.191 105.5C911.525 101.833 932.691 100 953.691 100C980.358 100 1001.36 103.167 1016.69 109.5C1032.02 115.833 1043.19 126.5 1050.19 141.5C1057.19 156.167 1060.69 176 1060.69 201V365H995.191L994.191 335H993.691C984.358 345.667 971.525 354.167 955.191 360.5C938.858 366.833 922.191 370 905.191 370ZM930.191 318C941.858 318 952.358 316 961.691 312C971.025 308 978.358 302.5 983.691 295.5C989.358 288.167 992.191 280.167 992.191 271.5V242H967.691C940.691 242 920.525 245.5 907.191 252.5C893.858 259.167 887.191 269.667 887.191 284C887.191 294.667 890.858 303 898.191 309C905.858 315 916.525 318 930.191 318ZM1145.11 470L1188.11 363.5L1085.61 105.5L1159.11 105L1222.11 297.5H1223.11L1286.61 105H1360.61L1217.61 470H1145.11ZM1522.46 370C1475.79 370 1439.79 358.333 1414.46 335C1389.46 311.667 1376.96 278.333 1376.96 235C1376.96 193 1388.46 160 1411.46 136C1434.46 112 1466.13 100 1506.46 100C1545.46 100 1575.46 111.333 1596.46 134C1617.79 156.667 1628.46 188.833 1628.46 230.5C1628.46 235.167 1628.29 240.5 1627.96 246.5C1627.96 252.5 1627.79 257 1627.46 260H1415.46V212.5H1573.96L1564.46 227C1564.46 201 1559.63 181.667 1549.96 169C1540.63 156.333 1526.13 150 1506.46 150C1485.79 150 1470.29 156.667 1459.96 170C1449.63 183 1444.46 202.5 1444.46 228.5V248.5C1444.46 271.833 1450.63 289 1462.96 300C1475.29 311 1494.13 316.5 1519.46 316.5C1533.79 316.5 1548.96 315.167 1564.96 312.5C1580.96 309.833 1595.13 306.167 1607.46 301.5L1615.46 354C1603.13 359 1588.63 362.833 1571.96 365.5C1555.63 368.5 1539.13 370 1522.46 370ZM1680.09 365V105H1746.09L1746.59 153.5H1748.09C1756.76 141.833 1766.93 132.167 1778.59 124.5C1790.59 116.5 1803.59 110.5 1817.59 106.5C1831.93 102.167 1846.59 100 1861.59 100V158.5C1840.93 158.5 1822.09 162.333 1805.09 170C1788.09 177.667 1774.59 188.167 1764.59 201.5C1754.59 214.5 1749.59 229 1749.59 245V365H1680.09Z"})]}),L.jsxRuntimeExports.jsx("path",{d:"M4.5 365V-9.53674e-06H77.5V365H4.5ZM154.215 365V105H219.715L220.215 135.5H221.215C231.882 123.5 244.215 114.667 258.215 109C272.548 103 289.048 100 307.715 100C339.048 100 362.048 108.5 376.715 125.5C391.715 142.167 399.215 168.667 399.215 205V365H330.715V218.5C330.715 196.833 327.048 181.167 319.715 171.5C312.382 161.5 300.715 156.5 284.715 156.5C272.715 156.5 262.048 159 252.715 164C243.382 168.667 236.048 175.167 230.715 183.5C225.715 191.5 223.215 201 223.215 212V365H154.215ZM572.52 370C541.186 370 518.52 363.667 504.52 351C490.853 338.333 484.02 317.5 484.02 288.5V158.5H427.52V105H484.02V20H553.02V105H637.52V158.5H553.02V271.5C553.02 287.167 555.52 298.167 560.52 304.5C565.52 310.5 574.52 313.5 587.52 313.5C594.52 313.5 601.853 312.833 609.52 311.5C617.52 310.167 624.853 308.333 631.52 306L637.02 360.5C625.686 363.833 614.853 366.167 604.52 367.5C594.186 369.167 583.52 370 572.52 370ZM699.707 365V-9.53674e-06H769.707V365H699.707ZM905.191 370C879.525 370 859.191 362.833 844.191 348.5C829.525 334.167 822.191 315 822.191 291C822.191 261 833.858 237.833 857.191 221.5C880.858 205.167 914.358 197 957.691 197H992.191C992.191 185.333 990.691 176.333 987.691 170C985.025 163.667 980.191 159.333 973.191 157C966.525 154.333 956.858 153 944.191 153C927.525 153 910.191 154.833 892.191 158.5C874.191 161.833 857.191 166.667 841.191 173L832.691 120C850.025 113.667 869.191 108.833 890.191 105.5C911.525 101.833 932.691 100 953.691 100C980.358 100 1001.36 103.167 1016.69 109.5C1032.02 115.833 1043.19 126.5 1050.19 141.5C1057.19 156.167 1060.69 176 1060.69 201V365H995.191L994.191 335H993.691C984.358 345.667 971.525 354.167 955.191 360.5C938.858 366.833 922.191 370 905.191 370ZM930.191 318C941.858 318 952.358 316 961.691 312C971.025 308 978.358 302.5 983.691 295.5C989.358 288.167 992.191 280.167 992.191 271.5V242H967.691C940.691 242 920.525 245.5 907.191 252.5C893.858 259.167 887.191 269.667 887.191 284C887.191 294.667 890.858 303 898.191 309C905.858 315 916.525 318 930.191 318ZM1145.11 470L1188.11 363.5L1085.61 105.5L1159.11 105L1222.11 297.5H1223.11L1286.61 105H1360.61L1217.61 470H1145.11ZM1522.46 370C1475.79 370 1439.79 358.333 1414.46 335C1389.46 311.667 1376.96 278.333 1376.96 235C1376.96 193 1388.46 160 1411.46 136C1434.46 112 1466.13 100 1506.46 100C1545.46 100 1575.46 111.333 1596.46 134C1617.79 156.667 1628.46 188.833 1628.46 230.5C1628.46 235.167 1628.29 240.5 1627.96 246.5C1627.96 252.5 1627.79 257 1627.46 260H1415.46V212.5H1573.96L1564.46 227C1564.46 201 1559.63 181.667 1549.96 169C1540.63 156.333 1526.13 150 1506.46 150C1485.79 150 1470.29 156.667 1459.96 170C1449.63 183 1444.46 202.5 1444.46 228.5V248.5C1444.46 271.833 1450.63 289 1462.96 300C1475.29 311 1494.13 316.5 1519.46 316.5C1533.79 316.5 1548.96 315.167 1564.96 312.5C1580.96 309.833 1595.13 306.167 1607.46 301.5L1615.46 354C1603.13 359 1588.63 362.833 1571.96 365.5C1555.63 368.5 1539.13 370 1522.46 370ZM1680.09 365V105H1746.09L1746.59 153.5H1748.09C1756.76 141.833 1766.93 132.167 1778.59 124.5C1790.59 116.5 1803.59 110.5 1817.59 106.5C1831.93 102.167 1846.59 100 1861.59 100V158.5C1840.93 158.5 1822.09 162.333 1805.09 170C1788.09 177.667 1774.59 188.167 1764.59 201.5C1754.59 214.5 1749.59 229 1749.59 245V365H1680.09Z",fill:"currentColor"}),L.jsxRuntimeExports.jsx("path",{d:"M4.5 365H3.5V366H4.5V365ZM4.5 -9.53674e-06V-1.00001H3.5V-9.53674e-06H4.5ZM77.5 -9.53674e-06H78.5V-1.00001H77.5V-9.53674e-06ZM77.5 365V366H78.5V365H77.5ZM5.5 365V-9.53674e-06H3.5V365H5.5ZM4.5 0.99999H77.5V-1.00001H4.5V0.99999ZM76.5 -9.53674e-06V365H78.5V-9.53674e-06H76.5ZM77.5 364H4.5V366H77.5V364ZM154.215 365H153.215V366H154.215V365ZM154.215 105V104H153.215V105H154.215ZM219.715 105L220.715 104.984L220.699 104H219.715V105ZM220.215 135.5L219.215 135.516L219.231 136.5H220.215V135.5ZM221.215 135.5V136.5H221.664L221.962 136.164L221.215 135.5ZM258.215 109L258.59 109.927L258.601 109.922L258.215 109ZM376.715 125.5L375.958 126.153L375.965 126.161L375.972 126.169L376.715 125.5ZM399.215 365V366H400.215V365H399.215ZM330.715 365H329.715V366H330.715V365ZM319.715 171.5L318.908 172.091L318.913 172.098L318.918 172.104L319.715 171.5ZM252.715 164L253.162 164.894L253.175 164.888L253.187 164.881L252.715 164ZM230.715 183.5L229.873 182.961L229.867 182.97L230.715 183.5ZM223.215 365V366H224.215V365H223.215ZM155.215 365V105H153.215V365H155.215ZM154.215 106H219.715V104H154.215V106ZM218.715 105.016L219.215 135.516L221.215 135.484L220.715 104.984L218.715 105.016ZM220.215 136.5H221.215V134.5H220.215V136.5ZM221.962 136.164C232.533 124.272 244.742 115.532 258.59 109.927L257.84 108.073C243.688 113.801 231.23 122.728 220.467 134.836L221.962 136.164ZM258.601 109.922C272.79 103.983 289.155 101 307.715 101V99C288.942 99 272.306 102.017 257.829 108.078L258.601 109.922ZM307.715 101C338.877 101 361.547 109.45 375.958 126.153L377.472 124.847C362.549 107.55 339.219 99 307.715 99V101ZM375.972 126.169C390.73 142.567 398.215 168.769 398.215 205H400.215C400.215 168.564 392.7 141.766 377.458 124.831L375.972 126.169ZM398.215 205V365H400.215V205H398.215ZM399.215 364H330.715V366H399.215V364ZM331.715 365V218.5H329.715V365H331.715ZM331.715 218.5C331.715 196.767 328.046 180.827 320.512 170.896L318.918 172.104C326.051 181.506 329.715 196.9 329.715 218.5H331.715ZM320.521 170.909C312.946 160.579 300.932 155.5 284.715 155.5V157.5C300.498 157.5 311.817 162.421 318.908 172.091L320.521 170.909ZM284.715 155.5C272.572 155.5 261.74 158.031 252.243 163.119L253.187 164.881C262.357 159.969 272.857 157.5 284.715 157.5V155.5ZM252.268 163.106C242.782 167.848 235.309 174.467 229.873 182.961L231.557 184.039C236.788 175.866 243.981 169.485 253.162 164.894L252.268 163.106ZM229.867 182.97C224.752 191.154 222.215 200.844 222.215 212H224.215C224.215 201.156 226.678 191.846 231.563 184.03L229.867 182.97ZM222.215 212V365H224.215V212H222.215ZM223.215 364H154.215V366H223.215V364ZM504.52 351L503.84 351.733L503.849 351.742L504.52 351ZM484.02 158.5H485.02V157.5H484.02V158.5ZM427.52 158.5H426.52V159.5H427.52V158.5ZM427.52 105V104H426.52V105H427.52ZM484.02 105V106H485.02V105H484.02ZM484.02 20V19H483.02V20H484.02ZM553.02 20H554.02V19H553.02V20ZM553.02 105H552.02V106H553.02V105ZM637.52 105H638.52V104H637.52V105ZM637.52 158.5V159.5H638.52V158.5H637.52ZM553.02 158.5V157.5H552.02V158.5H553.02ZM560.52 304.5L559.735 305.12L559.743 305.13L559.751 305.14L560.52 304.5ZM609.52 311.5L609.355 310.514L609.348 310.515L609.52 311.5ZM631.52 306L632.514 305.9L632.387 304.637L631.189 305.056L631.52 306ZM637.02 360.5L637.302 361.459L638.098 361.225L638.014 360.4L637.02 360.5ZM604.52 367.5L604.392 366.508L604.376 366.51L604.36 366.513L604.52 367.5ZM572.52 369C541.281 369 518.918 362.679 505.19 350.258L503.849 351.742C518.121 364.654 541.091 371 572.52 371V369ZM505.199 350.267C491.827 337.873 485.02 317.374 485.02 288.5H483.02C483.02 317.626 489.879 338.794 503.84 351.733L505.199 350.267ZM485.02 288.5V158.5H483.02V288.5H485.02ZM484.02 157.5H427.52V159.5H484.02V157.5ZM428.52 158.5V105H426.52V158.5H428.52ZM427.52 106H484.02V104H427.52V106ZM485.02 105V20H483.02V105H485.02ZM484.02 21H553.02V19H484.02V21ZM552.02 20V105H554.02V20H552.02ZM553.02 106H637.52V104H553.02V106ZM636.52 105V158.5H638.52V105H636.52ZM637.52 157.5H553.02V159.5H637.52V157.5ZM552.02 158.5V271.5H554.02V158.5H552.02ZM552.02 271.5C552.02 287.211 554.514 298.507 559.735 305.12L561.304 303.88C556.525 297.826 554.02 287.123 554.02 271.5H552.02ZM559.751 305.14C565.037 311.483 574.415 314.5 587.52 314.5V312.5C574.624 312.5 566.002 309.517 561.288 303.86L559.751 305.14ZM587.52 314.5C594.583 314.5 601.974 313.827 609.691 312.485L609.348 310.515C601.732 311.839 594.456 312.5 587.52 312.5V314.5ZM609.684 312.486C617.732 311.145 625.122 309.299 631.85 306.944L631.189 305.056C624.584 307.368 617.307 309.188 609.355 310.514L609.684 312.486ZM630.525 306.1L636.025 360.6L638.014 360.4L632.514 305.9L630.525 306.1ZM636.737 359.541C625.448 362.861 614.666 365.182 604.392 366.508L604.648 368.492C615.039 367.151 625.924 364.806 637.302 361.459L636.737 359.541ZM604.36 366.513C594.082 368.171 583.469 369 572.52 369V371C583.57 371 594.29 370.163 604.679 368.487L604.36 366.513ZM699.707 365H698.707V366H699.707V365ZM699.707 -9.53674e-06V-1.00001H698.707V-9.53674e-06H699.707ZM769.707 -9.53674e-06H770.707V-1.00001H769.707V-9.53674e-06ZM769.707 365V366H770.707V365H769.707ZM700.707 365V-9.53674e-06H698.707V365H700.707ZM699.707 0.99999H769.707V-1.00001H699.707V0.99999ZM768.707 -9.53674e-06V365H770.707V-9.53674e-06H768.707ZM769.707 364H699.707V366H769.707V364ZM844.191 348.5L843.492 349.215L843.501 349.223L844.191 348.5ZM857.191 221.5L856.623 220.677L856.618 220.681L857.191 221.5ZM992.191 197V198H993.191V197H992.191ZM987.691 170L986.77 170.388L986.778 170.408L986.788 170.428L987.691 170ZM973.191 157L972.82 157.928L972.847 157.939L972.875 157.949L973.191 157ZM892.191 158.5L892.374 159.483L892.382 159.482L892.391 159.48L892.191 158.5ZM841.191 173L840.204 173.158L840.401 174.388L841.559 173.93L841.191 173ZM832.691 120L832.348 119.061L831.573 119.344L831.704 120.158L832.691 120ZM890.191 105.5L890.348 106.488L890.361 106.486L890.191 105.5ZM1016.69 109.5L1017.07 108.576L1017.07 108.576L1016.69 109.5ZM1050.19 141.5L1049.29 141.923L1049.29 141.931L1050.19 141.5ZM1060.69 365V366H1061.69V365H1060.69ZM995.191 365L994.192 365.033L994.224 366H995.191V365ZM994.191 335L995.191 334.967L995.159 334H994.191V335ZM993.691 335V334H993.238L992.939 334.341L993.691 335ZM955.191 360.5L954.83 359.568L954.83 359.568L955.191 360.5ZM983.691 295.5L982.9 294.889L982.896 294.894L983.691 295.5ZM992.191 242H993.191V241H992.191V242ZM907.191 252.5L907.639 253.394L907.647 253.39L907.656 253.385L907.191 252.5ZM898.191 309L897.558 309.774L897.567 309.781L897.575 309.788L898.191 309ZM905.191 369C879.718 369 859.654 361.893 844.882 347.777L843.501 349.223C858.728 363.774 879.332 371 905.191 371V369ZM844.89 347.785C830.449 333.672 823.191 314.78 823.191 291H821.191C821.191 315.22 828.6 334.662 843.492 349.215L844.89 347.785ZM823.191 291C823.191 261.306 834.715 238.454 857.765 222.319L856.618 220.681C833.001 237.213 821.191 260.694 821.191 291H823.191ZM857.759 222.323C881.194 206.15 914.464 198 957.691 198V196C914.252 196 880.522 204.184 856.623 220.677L857.759 222.323ZM957.691 198H992.191V196H957.691V198ZM993.191 197C993.191 185.271 991.687 176.1 988.595 169.572L986.788 170.428C989.696 176.567 991.191 185.395 991.191 197H993.191ZM988.613 169.612C985.826 162.992 980.758 158.468 973.508 156.051L972.875 157.949C979.625 160.199 984.224 164.341 986.77 170.388L988.613 169.612ZM973.563 156.072C966.72 153.334 956.903 152 944.191 152V154C956.813 154 966.329 155.332 972.82 157.928L973.563 156.072ZM944.191 152C927.451 152 910.051 153.841 891.992 157.52L892.391 159.48C910.332 155.825 927.598 154 944.191 154V152ZM892.009 157.517C873.95 160.861 856.887 165.712 840.823 172.07L841.559 173.93C857.496 167.622 874.433 162.806 892.374 159.483L892.009 157.517ZM842.179 172.842L833.679 119.842L831.704 120.158L840.204 173.158L842.179 172.842ZM833.035 120.939C850.299 114.631 869.402 109.812 890.348 106.488L890.035 104.512C868.98 107.854 849.75 112.702 832.348 119.061L833.035 120.939ZM890.361 106.486C911.64 102.828 932.75 101 953.691 101V99C932.633 99 911.41 100.838 890.022 104.514L890.361 106.486ZM953.691 101C980.297 101 1001.15 104.162 1016.31 110.424L1017.07 108.576C1001.57 102.171 980.419 99 953.691 99V101ZM1016.31 110.424C1031.41 116.662 1042.39 127.15 1049.29 141.923L1051.1 141.077C1043.99 125.85 1032.64 115.004 1017.07 108.576L1016.31 110.424ZM1049.29 141.931C1056.2 156.41 1059.69 176.077 1059.69 201H1061.69C1061.69 175.923 1058.18 155.923 1051.09 141.069L1049.29 141.931ZM1059.69 201V365H1061.69V201H1059.69ZM1060.69 364H995.191V366H1060.69V364ZM996.191 364.967L995.191 334.967L993.192 335.033L994.192 365.033L996.191 364.967ZM994.191 334H993.691V336H994.191V334ZM992.939 334.341C983.734 344.861 971.048 353.279 954.83 359.568L955.553 361.432C972.002 355.054 984.982 346.472 994.444 335.659L992.939 334.341ZM954.83 359.568C938.608 365.858 922.064 369 905.191 369V371C922.319 371 939.108 367.809 955.553 361.432L954.83 359.568ZM930.191 319C941.973 319 952.61 316.98 962.085 312.919L961.297 311.081C952.106 315.02 941.743 317 930.191 317V319ZM962.085 312.919C971.553 308.862 979.034 303.263 984.487 296.106L982.896 294.894C977.682 301.737 970.497 307.138 961.297 311.081L962.085 312.919ZM984.483 296.111C990.275 288.616 993.191 280.404 993.191 271.5H991.191C991.191 279.93 988.442 287.717 982.9 294.889L984.483 296.111ZM993.191 271.5V242H991.191V271.5H993.191ZM992.191 241H967.691V243H992.191V241ZM967.691 241C940.639 241 920.276 244.501 906.727 251.615L907.656 253.385C920.773 246.499 940.744 243 967.691 243V241ZM906.744 251.606C899.948 255.004 894.796 259.408 891.347 264.839C887.897 270.273 886.191 276.673 886.191 284H888.191C888.191 276.994 889.819 270.977 893.036 265.911C896.254 260.842 901.102 256.663 907.639 253.394L906.744 251.606ZM886.191 284C886.191 294.924 889.962 303.559 897.558 309.774L898.825 308.226C891.755 302.441 888.191 294.409 888.191 284H886.191ZM897.575 309.788C905.477 315.971 916.39 319 930.191 319V317C916.66 317 906.24 314.029 898.808 308.212L897.575 309.788ZM1145.11 470L1144.18 469.626L1143.62 471H1145.11V470ZM1188.11 363.5L1189.03 363.874L1189.18 363.503L1189.03 363.131L1188.11 363.5ZM1085.61 105.5L1085.6 104.5L1084.14 104.51L1084.68 105.869L1085.61 105.5ZM1159.11 105L1160.06 104.689L1159.83 103.995L1159.1 104L1159.11 105ZM1222.11 297.5L1221.16 297.811L1221.38 298.5H1222.11V297.5ZM1223.11 297.5V298.5H1223.83L1224.06 297.813L1223.11 297.5ZM1286.61 105V104H1285.88L1285.66 104.687L1286.61 105ZM1360.61 105L1361.54 105.365L1362.07 104H1360.61V105ZM1217.61 470V471H1218.29L1218.54 470.365L1217.61 470ZM1146.03 470.374L1189.03 363.874L1187.18 363.126L1144.18 469.626L1146.03 470.374ZM1189.03 363.131L1086.53 105.131L1084.68 105.869L1187.18 363.869L1189.03 363.131ZM1085.61 106.5L1159.11 106L1159.1 104L1085.6 104.5L1085.61 106.5ZM1158.16 105.311L1221.16 297.811L1223.06 297.189L1160.06 104.689L1158.16 105.311ZM1222.11 298.5H1223.11V296.5H1222.11V298.5ZM1224.06 297.813L1287.56 105.313L1285.66 104.687L1222.16 297.187L1224.06 297.813ZM1286.61 106H1360.61V104H1286.61V106ZM1359.67 104.635L1216.67 469.635L1218.54 470.365L1361.54 105.365L1359.67 104.635ZM1217.61 469H1145.11V471H1217.61V469ZM1414.46 335L1413.78 335.731L1413.78 335.736L1414.46 335ZM1411.46 136L1410.74 135.308L1410.74 135.308L1411.46 136ZM1596.46 134L1595.73 134.68L1595.73 134.685L1596.46 134ZM1627.96 246.5L1626.96 246.445L1626.96 246.472V246.5H1627.96ZM1627.46 260V261H1628.36L1628.45 260.11L1627.46 260ZM1415.46 260H1414.46V261H1415.46V260ZM1415.46 212.5V211.5H1414.46V212.5H1415.46ZM1573.96 212.5L1574.8 213.048L1575.81 211.5H1573.96V212.5ZM1564.46 227H1563.46V230.351L1565.3 227.548L1564.46 227ZM1549.96 169L1549.16 169.593L1549.16 169.6L1549.17 169.607L1549.96 169ZM1459.96 170L1460.74 170.622L1460.75 170.613L1459.96 170ZM1462.96 300L1463.63 299.254L1463.63 299.254L1462.96 300ZM1607.46 301.5L1608.45 301.349L1608.26 300.127L1607.11 300.565L1607.46 301.5ZM1615.46 354L1615.84 354.927L1616.57 354.63L1616.45 353.849L1615.46 354ZM1571.96 365.5L1571.8 364.513L1571.79 364.514L1571.78 364.516L1571.96 365.5ZM1522.46 369C1475.95 369 1440.23 357.375 1415.14 334.264L1413.78 335.736C1439.36 359.292 1475.63 371 1522.46 371V369ZM1415.14 334.269C1390.4 311.172 1377.96 278.135 1377.96 235H1375.96C1375.96 278.532 1388.52 312.161 1413.78 335.731L1415.14 334.269ZM1377.96 235C1377.96 193.187 1389.41 160.46 1412.18 136.692L1410.74 135.308C1387.52 159.54 1375.96 192.813 1375.96 235H1377.96ZM1412.18 136.692C1434.96 112.93 1466.34 101 1506.46 101V99C1465.92 99 1433.97 111.07 1410.74 135.308L1412.18 136.692ZM1506.46 101C1545.26 101 1574.96 112.268 1595.73 134.68L1597.19 133.32C1575.96 110.399 1545.66 99 1506.46 99V101ZM1595.73 134.685C1616.84 157.111 1627.46 189 1627.46 230.5H1629.46C1629.46 188.667 1618.75 156.222 1597.19 133.315L1595.73 134.685ZM1627.46 230.5C1627.46 235.144 1627.3 240.458 1626.96 246.445L1628.96 246.555C1629.29 240.542 1629.46 235.19 1629.46 230.5H1627.46ZM1626.96 246.5C1626.96 252.492 1626.79 256.947 1626.47 259.89L1628.45 260.11C1628.79 257.053 1628.96 252.508 1628.96 246.5H1626.96ZM1627.46 259H1415.46V261H1627.46V259ZM1416.46 260V212.5H1414.46V260H1416.46ZM1415.46 213.5H1573.96V211.5H1415.46V213.5ZM1573.12 211.952L1563.62 226.452L1565.3 227.548L1574.8 213.048L1573.12 211.952ZM1565.46 227C1565.46 200.908 1560.62 181.314 1550.76 168.393L1549.17 169.607C1558.64 182.019 1563.46 201.092 1563.46 227H1565.46ZM1550.77 168.407C1541.2 155.421 1526.36 149 1506.46 149V151C1525.9 151 1540.06 157.246 1549.16 169.593L1550.77 168.407ZM1506.46 149C1485.56 149 1469.74 155.754 1459.17 169.387L1460.75 170.613C1470.85 157.579 1486.03 151 1506.46 151V149ZM1459.18 169.378C1448.64 182.63 1443.46 202.394 1443.46 228.5H1445.46C1445.46 202.606 1450.61 183.37 1460.74 170.622L1459.18 169.378ZM1443.46 228.5V248.5H1445.46V228.5H1443.46ZM1443.46 248.5C1443.46 271.997 1449.67 289.489 1462.3 300.746L1463.63 299.254C1451.58 288.511 1445.46 271.669 1445.46 248.5H1443.46ZM1462.3 300.746C1474.89 311.978 1494.01 317.5 1519.46 317.5V315.5C1494.25 315.5 1475.7 310.022 1463.63 299.254L1462.3 300.746ZM1519.46 317.5C1533.86 317.5 1549.08 316.161 1565.13 313.486L1564.8 311.514C1548.84 314.172 1533.73 315.5 1519.46 315.5V317.5ZM1565.13 313.486C1581.18 310.811 1595.41 307.13 1607.81 302.435L1607.11 300.565C1594.85 305.204 1580.75 308.855 1564.8 311.514L1565.13 313.486ZM1606.47 301.651L1614.47 354.151L1616.45 353.849L1608.45 301.349L1606.47 301.651ZM1615.09 353.073C1602.84 358.038 1588.41 361.855 1571.8 364.513L1572.12 366.487C1588.84 363.812 1603.42 359.962 1615.84 354.927L1615.09 353.073ZM1571.78 364.516C1555.51 367.505 1539.07 369 1522.46 369V371C1539.19 371 1555.75 369.495 1572.14 366.484L1571.78 364.516ZM1680.09 365H1679.09V366H1680.09V365ZM1680.09 105V104H1679.09V105H1680.09ZM1746.09 105L1747.09 104.99L1747.08 104H1746.09V105ZM1746.59 153.5L1745.59 153.51L1745.6 154.5H1746.59V153.5ZM1748.09 153.5V154.5H1748.6L1748.9 154.096L1748.09 153.5ZM1778.59 124.5L1779.14 125.336L1779.15 125.332L1778.59 124.5ZM1817.59 106.5L1817.87 107.462L1817.88 107.459L1817.88 107.457L1817.59 106.5ZM1861.59 100H1862.59V99H1861.59V100ZM1861.59 158.5V159.5H1862.59V158.5H1861.59ZM1764.59 201.5L1765.39 202.11L1765.39 202.1L1764.59 201.5ZM1749.59 365V366H1750.59V365H1749.59ZM1681.09 365V105H1679.09V365H1681.09ZM1680.09 106H1746.09V104H1680.09V106ZM1745.09 105.01L1745.59 153.51L1747.59 153.49L1747.09 104.99L1745.09 105.01ZM1746.59 154.5H1748.09V152.5H1746.59V154.5ZM1748.9 154.096C1757.5 142.52 1767.58 132.935 1779.14 125.336L1778.04 123.664C1766.28 131.398 1756.02 141.147 1747.29 152.904L1748.9 154.096ZM1779.15 125.332C1791.06 117.39 1803.97 111.433 1817.87 107.462L1817.32 105.538C1803.22 109.567 1790.13 115.61 1778.04 123.668L1779.15 125.332ZM1817.88 107.457C1832.12 103.152 1846.69 101 1861.59 101V99C1846.5 99 1831.73 101.181 1817.3 105.543L1817.88 107.457ZM1860.59 100V158.5H1862.59V100H1860.59ZM1861.59 157.5C1840.8 157.5 1821.83 161.357 1804.68 169.088L1805.5 170.912C1822.36 163.309 1841.05 159.5 1861.59 159.5V157.5ZM1804.68 169.088C1787.55 176.816 1773.91 187.416 1763.79 200.9L1765.39 202.1C1775.28 188.917 1788.64 178.517 1805.5 170.912L1804.68 169.088ZM1763.8 200.89C1753.67 214.06 1748.59 228.774 1748.59 245H1750.59C1750.59 229.226 1755.52 214.94 1765.39 202.11L1763.8 200.89ZM1748.59 245V365H1750.59V245H1748.59ZM1749.59 364H1680.09V366H1749.59V364Z",fill:"currentColor",mask:"url(#path-1-outside-1_2007_6)"})]}),L.jsxRuntimeExports.jsx("defs",{children:L.jsxRuntimeExports.jsxs("filter",{id:"filter0_d_2007_6",x:"0.5",y:"0",width:"1865.09",height:"478",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[L.jsxRuntimeExports.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),L.jsxRuntimeExports.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),L.jsxRuntimeExports.jsx("feOffset",{dy:"4"}),L.jsxRuntimeExports.jsx("feGaussianBlur",{stdDeviation:"2"}),L.jsxRuntimeExports.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),L.jsxRuntimeExports.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),L.jsxRuntimeExports.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_2007_6"}),L.jsxRuntimeExports.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2007_6",result:"shape"})]})})]});exports.LogoTextOnly=H;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as L } from "../../jsx-runtime-Tw_Kw2GZ.js";
|
|
3
|
-
const M = ({
|
|
4
|
-
bgColor: H,
|
|
5
|
-
...C
|
|
6
|
-
}) => /* @__PURE__ */ L.jsxs("svg", { width: "1866", height: "478", viewBox: "0 0 1866 478", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C, children: [
|
|
7
|
-
/* @__PURE__ */ L.jsxs("g", { filter: "url(#filter0_d_2007_6)", children: [
|
|
8
|
-
/* @__PURE__ */ L.jsxs("mask", { id: "path-1-outside-1_2007_6", maskUnits: "userSpaceOnUse", x: "3", y: "-1", width: "1860", height: "472", fill: "currentColor", children: [
|
|
9
|
-
/* @__PURE__ */ L.jsx("rect", { fill: "white", x: "3", y: "-1", width: "1860", height: "472" }),
|
|
10
|
-
/* @__PURE__ */ L.jsx("path", { d: "M4.5 365V-9.53674e-06H77.5V365H4.5ZM154.215 365V105H219.715L220.215 135.5H221.215C231.882 123.5 244.215 114.667 258.215 109C272.548 103 289.048 100 307.715 100C339.048 100 362.048 108.5 376.715 125.5C391.715 142.167 399.215 168.667 399.215 205V365H330.715V218.5C330.715 196.833 327.048 181.167 319.715 171.5C312.382 161.5 300.715 156.5 284.715 156.5C272.715 156.5 262.048 159 252.715 164C243.382 168.667 236.048 175.167 230.715 183.5C225.715 191.5 223.215 201 223.215 212V365H154.215ZM572.52 370C541.186 370 518.52 363.667 504.52 351C490.853 338.333 484.02 317.5 484.02 288.5V158.5H427.52V105H484.02V20H553.02V105H637.52V158.5H553.02V271.5C553.02 287.167 555.52 298.167 560.52 304.5C565.52 310.5 574.52 313.5 587.52 313.5C594.52 313.5 601.853 312.833 609.52 311.5C617.52 310.167 624.853 308.333 631.52 306L637.02 360.5C625.686 363.833 614.853 366.167 604.52 367.5C594.186 369.167 583.52 370 572.52 370ZM699.707 365V-9.53674e-06H769.707V365H699.707ZM905.191 370C879.525 370 859.191 362.833 844.191 348.5C829.525 334.167 822.191 315 822.191 291C822.191 261 833.858 237.833 857.191 221.5C880.858 205.167 914.358 197 957.691 197H992.191C992.191 185.333 990.691 176.333 987.691 170C985.025 163.667 980.191 159.333 973.191 157C966.525 154.333 956.858 153 944.191 153C927.525 153 910.191 154.833 892.191 158.5C874.191 161.833 857.191 166.667 841.191 173L832.691 120C850.025 113.667 869.191 108.833 890.191 105.5C911.525 101.833 932.691 100 953.691 100C980.358 100 1001.36 103.167 1016.69 109.5C1032.02 115.833 1043.19 126.5 1050.19 141.5C1057.19 156.167 1060.69 176 1060.69 201V365H995.191L994.191 335H993.691C984.358 345.667 971.525 354.167 955.191 360.5C938.858 366.833 922.191 370 905.191 370ZM930.191 318C941.858 318 952.358 316 961.691 312C971.025 308 978.358 302.5 983.691 295.5C989.358 288.167 992.191 280.167 992.191 271.5V242H967.691C940.691 242 920.525 245.5 907.191 252.5C893.858 259.167 887.191 269.667 887.191 284C887.191 294.667 890.858 303 898.191 309C905.858 315 916.525 318 930.191 318ZM1145.11 470L1188.11 363.5L1085.61 105.5L1159.11 105L1222.11 297.5H1223.11L1286.61 105H1360.61L1217.61 470H1145.11ZM1522.46 370C1475.79 370 1439.79 358.333 1414.46 335C1389.46 311.667 1376.96 278.333 1376.96 235C1376.96 193 1388.46 160 1411.46 136C1434.46 112 1466.13 100 1506.46 100C1545.46 100 1575.46 111.333 1596.46 134C1617.79 156.667 1628.46 188.833 1628.46 230.5C1628.46 235.167 1628.29 240.5 1627.96 246.5C1627.96 252.5 1627.79 257 1627.46 260H1415.46V212.5H1573.96L1564.46 227C1564.46 201 1559.63 181.667 1549.96 169C1540.63 156.333 1526.13 150 1506.46 150C1485.79 150 1470.29 156.667 1459.96 170C1449.63 183 1444.46 202.5 1444.46 228.5V248.5C1444.46 271.833 1450.63 289 1462.96 300C1475.29 311 1494.13 316.5 1519.46 316.5C1533.79 316.5 1548.96 315.167 1564.96 312.5C1580.96 309.833 1595.13 306.167 1607.46 301.5L1615.46 354C1603.13 359 1588.63 362.833 1571.96 365.5C1555.63 368.5 1539.13 370 1522.46 370ZM1680.09 365V105H1746.09L1746.59 153.5H1748.09C1756.76 141.833 1766.93 132.167 1778.59 124.5C1790.59 116.5 1803.59 110.5 1817.59 106.5C1831.93 102.167 1846.59 100 1861.59 100V158.5C1840.93 158.5 1822.09 162.333 1805.09 170C1788.09 177.667 1774.59 188.167 1764.59 201.5C1754.59 214.5 1749.59 229 1749.59 245V365H1680.09Z" })
|
|
11
|
-
] }),
|
|
12
|
-
/* @__PURE__ */ L.jsx("path", { d: "M4.5 365V-9.53674e-06H77.5V365H4.5ZM154.215 365V105H219.715L220.215 135.5H221.215C231.882 123.5 244.215 114.667 258.215 109C272.548 103 289.048 100 307.715 100C339.048 100 362.048 108.5 376.715 125.5C391.715 142.167 399.215 168.667 399.215 205V365H330.715V218.5C330.715 196.833 327.048 181.167 319.715 171.5C312.382 161.5 300.715 156.5 284.715 156.5C272.715 156.5 262.048 159 252.715 164C243.382 168.667 236.048 175.167 230.715 183.5C225.715 191.5 223.215 201 223.215 212V365H154.215ZM572.52 370C541.186 370 518.52 363.667 504.52 351C490.853 338.333 484.02 317.5 484.02 288.5V158.5H427.52V105H484.02V20H553.02V105H637.52V158.5H553.02V271.5C553.02 287.167 555.52 298.167 560.52 304.5C565.52 310.5 574.52 313.5 587.52 313.5C594.52 313.5 601.853 312.833 609.52 311.5C617.52 310.167 624.853 308.333 631.52 306L637.02 360.5C625.686 363.833 614.853 366.167 604.52 367.5C594.186 369.167 583.52 370 572.52 370ZM699.707 365V-9.53674e-06H769.707V365H699.707ZM905.191 370C879.525 370 859.191 362.833 844.191 348.5C829.525 334.167 822.191 315 822.191 291C822.191 261 833.858 237.833 857.191 221.5C880.858 205.167 914.358 197 957.691 197H992.191C992.191 185.333 990.691 176.333 987.691 170C985.025 163.667 980.191 159.333 973.191 157C966.525 154.333 956.858 153 944.191 153C927.525 153 910.191 154.833 892.191 158.5C874.191 161.833 857.191 166.667 841.191 173L832.691 120C850.025 113.667 869.191 108.833 890.191 105.5C911.525 101.833 932.691 100 953.691 100C980.358 100 1001.36 103.167 1016.69 109.5C1032.02 115.833 1043.19 126.5 1050.19 141.5C1057.19 156.167 1060.69 176 1060.69 201V365H995.191L994.191 335H993.691C984.358 345.667 971.525 354.167 955.191 360.5C938.858 366.833 922.191 370 905.191 370ZM930.191 318C941.858 318 952.358 316 961.691 312C971.025 308 978.358 302.5 983.691 295.5C989.358 288.167 992.191 280.167 992.191 271.5V242H967.691C940.691 242 920.525 245.5 907.191 252.5C893.858 259.167 887.191 269.667 887.191 284C887.191 294.667 890.858 303 898.191 309C905.858 315 916.525 318 930.191 318ZM1145.11 470L1188.11 363.5L1085.61 105.5L1159.11 105L1222.11 297.5H1223.11L1286.61 105H1360.61L1217.61 470H1145.11ZM1522.46 370C1475.79 370 1439.79 358.333 1414.46 335C1389.46 311.667 1376.96 278.333 1376.96 235C1376.96 193 1388.46 160 1411.46 136C1434.46 112 1466.13 100 1506.46 100C1545.46 100 1575.46 111.333 1596.46 134C1617.79 156.667 1628.46 188.833 1628.46 230.5C1628.46 235.167 1628.29 240.5 1627.96 246.5C1627.96 252.5 1627.79 257 1627.46 260H1415.46V212.5H1573.96L1564.46 227C1564.46 201 1559.63 181.667 1549.96 169C1540.63 156.333 1526.13 150 1506.46 150C1485.79 150 1470.29 156.667 1459.96 170C1449.63 183 1444.46 202.5 1444.46 228.5V248.5C1444.46 271.833 1450.63 289 1462.96 300C1475.29 311 1494.13 316.5 1519.46 316.5C1533.79 316.5 1548.96 315.167 1564.96 312.5C1580.96 309.833 1595.13 306.167 1607.46 301.5L1615.46 354C1603.13 359 1588.63 362.833 1571.96 365.5C1555.63 368.5 1539.13 370 1522.46 370ZM1680.09 365V105H1746.09L1746.59 153.5H1748.09C1756.76 141.833 1766.93 132.167 1778.59 124.5C1790.59 116.5 1803.59 110.5 1817.59 106.5C1831.93 102.167 1846.59 100 1861.59 100V158.5C1840.93 158.5 1822.09 162.333 1805.09 170C1788.09 177.667 1774.59 188.167 1764.59 201.5C1754.59 214.5 1749.59 229 1749.59 245V365H1680.09Z", fill: "currentColor" }),
|
|
13
|
-
/* @__PURE__ */ L.jsx("path", { d: "M4.5 365H3.5V366H4.5V365ZM4.5 -9.53674e-06V-1.00001H3.5V-9.53674e-06H4.5ZM77.5 -9.53674e-06H78.5V-1.00001H77.5V-9.53674e-06ZM77.5 365V366H78.5V365H77.5ZM5.5 365V-9.53674e-06H3.5V365H5.5ZM4.5 0.99999H77.5V-1.00001H4.5V0.99999ZM76.5 -9.53674e-06V365H78.5V-9.53674e-06H76.5ZM77.5 364H4.5V366H77.5V364ZM154.215 365H153.215V366H154.215V365ZM154.215 105V104H153.215V105H154.215ZM219.715 105L220.715 104.984L220.699 104H219.715V105ZM220.215 135.5L219.215 135.516L219.231 136.5H220.215V135.5ZM221.215 135.5V136.5H221.664L221.962 136.164L221.215 135.5ZM258.215 109L258.59 109.927L258.601 109.922L258.215 109ZM376.715 125.5L375.958 126.153L375.965 126.161L375.972 126.169L376.715 125.5ZM399.215 365V366H400.215V365H399.215ZM330.715 365H329.715V366H330.715V365ZM319.715 171.5L318.908 172.091L318.913 172.098L318.918 172.104L319.715 171.5ZM252.715 164L253.162 164.894L253.175 164.888L253.187 164.881L252.715 164ZM230.715 183.5L229.873 182.961L229.867 182.97L230.715 183.5ZM223.215 365V366H224.215V365H223.215ZM155.215 365V105H153.215V365H155.215ZM154.215 106H219.715V104H154.215V106ZM218.715 105.016L219.215 135.516L221.215 135.484L220.715 104.984L218.715 105.016ZM220.215 136.5H221.215V134.5H220.215V136.5ZM221.962 136.164C232.533 124.272 244.742 115.532 258.59 109.927L257.84 108.073C243.688 113.801 231.23 122.728 220.467 134.836L221.962 136.164ZM258.601 109.922C272.79 103.983 289.155 101 307.715 101V99C288.942 99 272.306 102.017 257.829 108.078L258.601 109.922ZM307.715 101C338.877 101 361.547 109.45 375.958 126.153L377.472 124.847C362.549 107.55 339.219 99 307.715 99V101ZM375.972 126.169C390.73 142.567 398.215 168.769 398.215 205H400.215C400.215 168.564 392.7 141.766 377.458 124.831L375.972 126.169ZM398.215 205V365H400.215V205H398.215ZM399.215 364H330.715V366H399.215V364ZM331.715 365V218.5H329.715V365H331.715ZM331.715 218.5C331.715 196.767 328.046 180.827 320.512 170.896L318.918 172.104C326.051 181.506 329.715 196.9 329.715 218.5H331.715ZM320.521 170.909C312.946 160.579 300.932 155.5 284.715 155.5V157.5C300.498 157.5 311.817 162.421 318.908 172.091L320.521 170.909ZM284.715 155.5C272.572 155.5 261.74 158.031 252.243 163.119L253.187 164.881C262.357 159.969 272.857 157.5 284.715 157.5V155.5ZM252.268 163.106C242.782 167.848 235.309 174.467 229.873 182.961L231.557 184.039C236.788 175.866 243.981 169.485 253.162 164.894L252.268 163.106ZM229.867 182.97C224.752 191.154 222.215 200.844 222.215 212H224.215C224.215 201.156 226.678 191.846 231.563 184.03L229.867 182.97ZM222.215 212V365H224.215V212H222.215ZM223.215 364H154.215V366H223.215V364ZM504.52 351L503.84 351.733L503.849 351.742L504.52 351ZM484.02 158.5H485.02V157.5H484.02V158.5ZM427.52 158.5H426.52V159.5H427.52V158.5ZM427.52 105V104H426.52V105H427.52ZM484.02 105V106H485.02V105H484.02ZM484.02 20V19H483.02V20H484.02ZM553.02 20H554.02V19H553.02V20ZM553.02 105H552.02V106H553.02V105ZM637.52 105H638.52V104H637.52V105ZM637.52 158.5V159.5H638.52V158.5H637.52ZM553.02 158.5V157.5H552.02V158.5H553.02ZM560.52 304.5L559.735 305.12L559.743 305.13L559.751 305.14L560.52 304.5ZM609.52 311.5L609.355 310.514L609.348 310.515L609.52 311.5ZM631.52 306L632.514 305.9L632.387 304.637L631.189 305.056L631.52 306ZM637.02 360.5L637.302 361.459L638.098 361.225L638.014 360.4L637.02 360.5ZM604.52 367.5L604.392 366.508L604.376 366.51L604.36 366.513L604.52 367.5ZM572.52 369C541.281 369 518.918 362.679 505.19 350.258L503.849 351.742C518.121 364.654 541.091 371 572.52 371V369ZM505.199 350.267C491.827 337.873 485.02 317.374 485.02 288.5H483.02C483.02 317.626 489.879 338.794 503.84 351.733L505.199 350.267ZM485.02 288.5V158.5H483.02V288.5H485.02ZM484.02 157.5H427.52V159.5H484.02V157.5ZM428.52 158.5V105H426.52V158.5H428.52ZM427.52 106H484.02V104H427.52V106ZM485.02 105V20H483.02V105H485.02ZM484.02 21H553.02V19H484.02V21ZM552.02 20V105H554.02V20H552.02ZM553.02 106H637.52V104H553.02V106ZM636.52 105V158.5H638.52V105H636.52ZM637.52 157.5H553.02V159.5H637.52V157.5ZM552.02 158.5V271.5H554.02V158.5H552.02ZM552.02 271.5C552.02 287.211 554.514 298.507 559.735 305.12L561.304 303.88C556.525 297.826 554.02 287.123 554.02 271.5H552.02ZM559.751 305.14C565.037 311.483 574.415 314.5 587.52 314.5V312.5C574.624 312.5 566.002 309.517 561.288 303.86L559.751 305.14ZM587.52 314.5C594.583 314.5 601.974 313.827 609.691 312.485L609.348 310.515C601.732 311.839 594.456 312.5 587.52 312.5V314.5ZM609.684 312.486C617.732 311.145 625.122 309.299 631.85 306.944L631.189 305.056C624.584 307.368 617.307 309.188 609.355 310.514L609.684 312.486ZM630.525 306.1L636.025 360.6L638.014 360.4L632.514 305.9L630.525 306.1ZM636.737 359.541C625.448 362.861 614.666 365.182 604.392 366.508L604.648 368.492C615.039 367.151 625.924 364.806 637.302 361.459L636.737 359.541ZM604.36 366.513C594.082 368.171 583.469 369 572.52 369V371C583.57 371 594.29 370.163 604.679 368.487L604.36 366.513ZM699.707 365H698.707V366H699.707V365ZM699.707 -9.53674e-06V-1.00001H698.707V-9.53674e-06H699.707ZM769.707 -9.53674e-06H770.707V-1.00001H769.707V-9.53674e-06ZM769.707 365V366H770.707V365H769.707ZM700.707 365V-9.53674e-06H698.707V365H700.707ZM699.707 0.99999H769.707V-1.00001H699.707V0.99999ZM768.707 -9.53674e-06V365H770.707V-9.53674e-06H768.707ZM769.707 364H699.707V366H769.707V364ZM844.191 348.5L843.492 349.215L843.501 349.223L844.191 348.5ZM857.191 221.5L856.623 220.677L856.618 220.681L857.191 221.5ZM992.191 197V198H993.191V197H992.191ZM987.691 170L986.77 170.388L986.778 170.408L986.788 170.428L987.691 170ZM973.191 157L972.82 157.928L972.847 157.939L972.875 157.949L973.191 157ZM892.191 158.5L892.374 159.483L892.382 159.482L892.391 159.48L892.191 158.5ZM841.191 173L840.204 173.158L840.401 174.388L841.559 173.93L841.191 173ZM832.691 120L832.348 119.061L831.573 119.344L831.704 120.158L832.691 120ZM890.191 105.5L890.348 106.488L890.361 106.486L890.191 105.5ZM1016.69 109.5L1017.07 108.576L1017.07 108.576L1016.69 109.5ZM1050.19 141.5L1049.29 141.923L1049.29 141.931L1050.19 141.5ZM1060.69 365V366H1061.69V365H1060.69ZM995.191 365L994.192 365.033L994.224 366H995.191V365ZM994.191 335L995.191 334.967L995.159 334H994.191V335ZM993.691 335V334H993.238L992.939 334.341L993.691 335ZM955.191 360.5L954.83 359.568L954.83 359.568L955.191 360.5ZM983.691 295.5L982.9 294.889L982.896 294.894L983.691 295.5ZM992.191 242H993.191V241H992.191V242ZM907.191 252.5L907.639 253.394L907.647 253.39L907.656 253.385L907.191 252.5ZM898.191 309L897.558 309.774L897.567 309.781L897.575 309.788L898.191 309ZM905.191 369C879.718 369 859.654 361.893 844.882 347.777L843.501 349.223C858.728 363.774 879.332 371 905.191 371V369ZM844.89 347.785C830.449 333.672 823.191 314.78 823.191 291H821.191C821.191 315.22 828.6 334.662 843.492 349.215L844.89 347.785ZM823.191 291C823.191 261.306 834.715 238.454 857.765 222.319L856.618 220.681C833.001 237.213 821.191 260.694 821.191 291H823.191ZM857.759 222.323C881.194 206.15 914.464 198 957.691 198V196C914.252 196 880.522 204.184 856.623 220.677L857.759 222.323ZM957.691 198H992.191V196H957.691V198ZM993.191 197C993.191 185.271 991.687 176.1 988.595 169.572L986.788 170.428C989.696 176.567 991.191 185.395 991.191 197H993.191ZM988.613 169.612C985.826 162.992 980.758 158.468 973.508 156.051L972.875 157.949C979.625 160.199 984.224 164.341 986.77 170.388L988.613 169.612ZM973.563 156.072C966.72 153.334 956.903 152 944.191 152V154C956.813 154 966.329 155.332 972.82 157.928L973.563 156.072ZM944.191 152C927.451 152 910.051 153.841 891.992 157.52L892.391 159.48C910.332 155.825 927.598 154 944.191 154V152ZM892.009 157.517C873.95 160.861 856.887 165.712 840.823 172.07L841.559 173.93C857.496 167.622 874.433 162.806 892.374 159.483L892.009 157.517ZM842.179 172.842L833.679 119.842L831.704 120.158L840.204 173.158L842.179 172.842ZM833.035 120.939C850.299 114.631 869.402 109.812 890.348 106.488L890.035 104.512C868.98 107.854 849.75 112.702 832.348 119.061L833.035 120.939ZM890.361 106.486C911.64 102.828 932.75 101 953.691 101V99C932.633 99 911.41 100.838 890.022 104.514L890.361 106.486ZM953.691 101C980.297 101 1001.15 104.162 1016.31 110.424L1017.07 108.576C1001.57 102.171 980.419 99 953.691 99V101ZM1016.31 110.424C1031.41 116.662 1042.39 127.15 1049.29 141.923L1051.1 141.077C1043.99 125.85 1032.64 115.004 1017.07 108.576L1016.31 110.424ZM1049.29 141.931C1056.2 156.41 1059.69 176.077 1059.69 201H1061.69C1061.69 175.923 1058.18 155.923 1051.09 141.069L1049.29 141.931ZM1059.69 201V365H1061.69V201H1059.69ZM1060.69 364H995.191V366H1060.69V364ZM996.191 364.967L995.191 334.967L993.192 335.033L994.192 365.033L996.191 364.967ZM994.191 334H993.691V336H994.191V334ZM992.939 334.341C983.734 344.861 971.048 353.279 954.83 359.568L955.553 361.432C972.002 355.054 984.982 346.472 994.444 335.659L992.939 334.341ZM954.83 359.568C938.608 365.858 922.064 369 905.191 369V371C922.319 371 939.108 367.809 955.553 361.432L954.83 359.568ZM930.191 319C941.973 319 952.61 316.98 962.085 312.919L961.297 311.081C952.106 315.02 941.743 317 930.191 317V319ZM962.085 312.919C971.553 308.862 979.034 303.263 984.487 296.106L982.896 294.894C977.682 301.737 970.497 307.138 961.297 311.081L962.085 312.919ZM984.483 296.111C990.275 288.616 993.191 280.404 993.191 271.5H991.191C991.191 279.93 988.442 287.717 982.9 294.889L984.483 296.111ZM993.191 271.5V242H991.191V271.5H993.191ZM992.191 241H967.691V243H992.191V241ZM967.691 241C940.639 241 920.276 244.501 906.727 251.615L907.656 253.385C920.773 246.499 940.744 243 967.691 243V241ZM906.744 251.606C899.948 255.004 894.796 259.408 891.347 264.839C887.897 270.273 886.191 276.673 886.191 284H888.191C888.191 276.994 889.819 270.977 893.036 265.911C896.254 260.842 901.102 256.663 907.639 253.394L906.744 251.606ZM886.191 284C886.191 294.924 889.962 303.559 897.558 309.774L898.825 308.226C891.755 302.441 888.191 294.409 888.191 284H886.191ZM897.575 309.788C905.477 315.971 916.39 319 930.191 319V317C916.66 317 906.24 314.029 898.808 308.212L897.575 309.788ZM1145.11 470L1144.18 469.626L1143.62 471H1145.11V470ZM1188.11 363.5L1189.03 363.874L1189.18 363.503L1189.03 363.131L1188.11 363.5ZM1085.61 105.5L1085.6 104.5L1084.14 104.51L1084.68 105.869L1085.61 105.5ZM1159.11 105L1160.06 104.689L1159.83 103.995L1159.1 104L1159.11 105ZM1222.11 297.5L1221.16 297.811L1221.38 298.5H1222.11V297.5ZM1223.11 297.5V298.5H1223.83L1224.06 297.813L1223.11 297.5ZM1286.61 105V104H1285.88L1285.66 104.687L1286.61 105ZM1360.61 105L1361.54 105.365L1362.07 104H1360.61V105ZM1217.61 470V471H1218.29L1218.54 470.365L1217.61 470ZM1146.03 470.374L1189.03 363.874L1187.18 363.126L1144.18 469.626L1146.03 470.374ZM1189.03 363.131L1086.53 105.131L1084.68 105.869L1187.18 363.869L1189.03 363.131ZM1085.61 106.5L1159.11 106L1159.1 104L1085.6 104.5L1085.61 106.5ZM1158.16 105.311L1221.16 297.811L1223.06 297.189L1160.06 104.689L1158.16 105.311ZM1222.11 298.5H1223.11V296.5H1222.11V298.5ZM1224.06 297.813L1287.56 105.313L1285.66 104.687L1222.16 297.187L1224.06 297.813ZM1286.61 106H1360.61V104H1286.61V106ZM1359.67 104.635L1216.67 469.635L1218.54 470.365L1361.54 105.365L1359.67 104.635ZM1217.61 469H1145.11V471H1217.61V469ZM1414.46 335L1413.78 335.731L1413.78 335.736L1414.46 335ZM1411.46 136L1410.74 135.308L1410.74 135.308L1411.46 136ZM1596.46 134L1595.73 134.68L1595.73 134.685L1596.46 134ZM1627.96 246.5L1626.96 246.445L1626.96 246.472V246.5H1627.96ZM1627.46 260V261H1628.36L1628.45 260.11L1627.46 260ZM1415.46 260H1414.46V261H1415.46V260ZM1415.46 212.5V211.5H1414.46V212.5H1415.46ZM1573.96 212.5L1574.8 213.048L1575.81 211.5H1573.96V212.5ZM1564.46 227H1563.46V230.351L1565.3 227.548L1564.46 227ZM1549.96 169L1549.16 169.593L1549.16 169.6L1549.17 169.607L1549.96 169ZM1459.96 170L1460.74 170.622L1460.75 170.613L1459.96 170ZM1462.96 300L1463.63 299.254L1463.63 299.254L1462.96 300ZM1607.46 301.5L1608.45 301.349L1608.26 300.127L1607.11 300.565L1607.46 301.5ZM1615.46 354L1615.84 354.927L1616.57 354.63L1616.45 353.849L1615.46 354ZM1571.96 365.5L1571.8 364.513L1571.79 364.514L1571.78 364.516L1571.96 365.5ZM1522.46 369C1475.95 369 1440.23 357.375 1415.14 334.264L1413.78 335.736C1439.36 359.292 1475.63 371 1522.46 371V369ZM1415.14 334.269C1390.4 311.172 1377.96 278.135 1377.96 235H1375.96C1375.96 278.532 1388.52 312.161 1413.78 335.731L1415.14 334.269ZM1377.96 235C1377.96 193.187 1389.41 160.46 1412.18 136.692L1410.74 135.308C1387.52 159.54 1375.96 192.813 1375.96 235H1377.96ZM1412.18 136.692C1434.96 112.93 1466.34 101 1506.46 101V99C1465.92 99 1433.97 111.07 1410.74 135.308L1412.18 136.692ZM1506.46 101C1545.26 101 1574.96 112.268 1595.73 134.68L1597.19 133.32C1575.96 110.399 1545.66 99 1506.46 99V101ZM1595.73 134.685C1616.84 157.111 1627.46 189 1627.46 230.5H1629.46C1629.46 188.667 1618.75 156.222 1597.19 133.315L1595.73 134.685ZM1627.46 230.5C1627.46 235.144 1627.3 240.458 1626.96 246.445L1628.96 246.555C1629.29 240.542 1629.46 235.19 1629.46 230.5H1627.46ZM1626.96 246.5C1626.96 252.492 1626.79 256.947 1626.47 259.89L1628.45 260.11C1628.79 257.053 1628.96 252.508 1628.96 246.5H1626.96ZM1627.46 259H1415.46V261H1627.46V259ZM1416.46 260V212.5H1414.46V260H1416.46ZM1415.46 213.5H1573.96V211.5H1415.46V213.5ZM1573.12 211.952L1563.62 226.452L1565.3 227.548L1574.8 213.048L1573.12 211.952ZM1565.46 227C1565.46 200.908 1560.62 181.314 1550.76 168.393L1549.17 169.607C1558.64 182.019 1563.46 201.092 1563.46 227H1565.46ZM1550.77 168.407C1541.2 155.421 1526.36 149 1506.46 149V151C1525.9 151 1540.06 157.246 1549.16 169.593L1550.77 168.407ZM1506.46 149C1485.56 149 1469.74 155.754 1459.17 169.387L1460.75 170.613C1470.85 157.579 1486.03 151 1506.46 151V149ZM1459.18 169.378C1448.64 182.63 1443.46 202.394 1443.46 228.5H1445.46C1445.46 202.606 1450.61 183.37 1460.74 170.622L1459.18 169.378ZM1443.46 228.5V248.5H1445.46V228.5H1443.46ZM1443.46 248.5C1443.46 271.997 1449.67 289.489 1462.3 300.746L1463.63 299.254C1451.58 288.511 1445.46 271.669 1445.46 248.5H1443.46ZM1462.3 300.746C1474.89 311.978 1494.01 317.5 1519.46 317.5V315.5C1494.25 315.5 1475.7 310.022 1463.63 299.254L1462.3 300.746ZM1519.46 317.5C1533.86 317.5 1549.08 316.161 1565.13 313.486L1564.8 311.514C1548.84 314.172 1533.73 315.5 1519.46 315.5V317.5ZM1565.13 313.486C1581.18 310.811 1595.41 307.13 1607.81 302.435L1607.11 300.565C1594.85 305.204 1580.75 308.855 1564.8 311.514L1565.13 313.486ZM1606.47 301.651L1614.47 354.151L1616.45 353.849L1608.45 301.349L1606.47 301.651ZM1615.09 353.073C1602.84 358.038 1588.41 361.855 1571.8 364.513L1572.12 366.487C1588.84 363.812 1603.42 359.962 1615.84 354.927L1615.09 353.073ZM1571.78 364.516C1555.51 367.505 1539.07 369 1522.46 369V371C1539.19 371 1555.75 369.495 1572.14 366.484L1571.78 364.516ZM1680.09 365H1679.09V366H1680.09V365ZM1680.09 105V104H1679.09V105H1680.09ZM1746.09 105L1747.09 104.99L1747.08 104H1746.09V105ZM1746.59 153.5L1745.59 153.51L1745.6 154.5H1746.59V153.5ZM1748.09 153.5V154.5H1748.6L1748.9 154.096L1748.09 153.5ZM1778.59 124.5L1779.14 125.336L1779.15 125.332L1778.59 124.5ZM1817.59 106.5L1817.87 107.462L1817.88 107.459L1817.88 107.457L1817.59 106.5ZM1861.59 100H1862.59V99H1861.59V100ZM1861.59 158.5V159.5H1862.59V158.5H1861.59ZM1764.59 201.5L1765.39 202.11L1765.39 202.1L1764.59 201.5ZM1749.59 365V366H1750.59V365H1749.59ZM1681.09 365V105H1679.09V365H1681.09ZM1680.09 106H1746.09V104H1680.09V106ZM1745.09 105.01L1745.59 153.51L1747.59 153.49L1747.09 104.99L1745.09 105.01ZM1746.59 154.5H1748.09V152.5H1746.59V154.5ZM1748.9 154.096C1757.5 142.52 1767.58 132.935 1779.14 125.336L1778.04 123.664C1766.28 131.398 1756.02 141.147 1747.29 152.904L1748.9 154.096ZM1779.15 125.332C1791.06 117.39 1803.97 111.433 1817.87 107.462L1817.32 105.538C1803.22 109.567 1790.13 115.61 1778.04 123.668L1779.15 125.332ZM1817.88 107.457C1832.12 103.152 1846.69 101 1861.59 101V99C1846.5 99 1831.73 101.181 1817.3 105.543L1817.88 107.457ZM1860.59 100V158.5H1862.59V100H1860.59ZM1861.59 157.5C1840.8 157.5 1821.83 161.357 1804.68 169.088L1805.5 170.912C1822.36 163.309 1841.05 159.5 1861.59 159.5V157.5ZM1804.68 169.088C1787.55 176.816 1773.91 187.416 1763.79 200.9L1765.39 202.1C1775.28 188.917 1788.64 178.517 1805.5 170.912L1804.68 169.088ZM1763.8 200.89C1753.67 214.06 1748.59 228.774 1748.59 245H1750.59C1750.59 229.226 1755.52 214.94 1765.39 202.11L1763.8 200.89ZM1748.59 245V365H1750.59V245H1748.59ZM1749.59 364H1680.09V366H1749.59V364Z", fill: "currentColor", mask: "url(#path-1-outside-1_2007_6)" })
|
|
14
|
-
] }),
|
|
15
|
-
/* @__PURE__ */ L.jsx("defs", { children: /* @__PURE__ */ L.jsxs("filter", { id: "filter0_d_2007_6", x: "0.5", y: "0", width: "1865.09", height: "478", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [
|
|
16
|
-
/* @__PURE__ */ L.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
17
|
-
/* @__PURE__ */ L.jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
|
|
18
|
-
/* @__PURE__ */ L.jsx("feOffset", { dy: "4" }),
|
|
19
|
-
/* @__PURE__ */ L.jsx("feGaussianBlur", { stdDeviation: "2" }),
|
|
20
|
-
/* @__PURE__ */ L.jsx("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
21
|
-
/* @__PURE__ */ L.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
|
|
22
|
-
/* @__PURE__ */ L.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2007_6" }),
|
|
23
|
-
/* @__PURE__ */ L.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2007_6", result: "shape" })
|
|
24
|
-
] }) })
|
|
25
|
-
] });
|
|
26
|
-
export {
|
|
27
|
-
M as LogoTextOnly
|
|
28
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const L=require("../../jsx-runtime-D6agescH.cjs"),V=({bgColor:C,...H})=>L.jsxRuntimeExports.jsxs("svg",{width:"1910",height:"1400",viewBox:"0 0 1910 1400",fill:"none",xmlns:"http://www.w3.org/2000/svg",...H,children:[L.jsxRuntimeExports.jsx("circle",{cx:"955",cy:"350",r:"350",fill:C}),L.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M955 700C1148.3 700 1305 543.3 1305 350C1305 156.7 1148.3 0 955 0C761.7 0 605 156.7 605 350C605 543.3 761.7 700 955 700ZM785 305C760.147 305 740 325.147 740 350C740 374.853 760.147 395 785 395H1165C1189.85 395 1210 374.853 1210 350C1210 325.147 1189.85 305 1165 305H785ZM740 523C740 498.147 760.147 478 785 478H965C989.853 478 1010 498.147 1010 523C1010 547.853 989.853 568 965 568H785C760.147 568 740 547.853 740 523ZM785 130C760.147 130 740 150.147 740 175C740 199.853 760.147 220 785 220H1030C1054.85 220 1075 199.853 1075 175C1075 150.147 1054.85 130 1030 130H785Z",fill:"currentColor"}),L.jsxRuntimeExports.jsxs("g",{filter:"url(#filter0_d_2059_21)",children:[L.jsxRuntimeExports.jsxs("mask",{id:"path-3-outside-1_2059_21",maskUnits:"userSpaceOnUse",x:"41",y:"867",width:"1860",height:"472",fill:"currentColor",children:[L.jsxRuntimeExports.jsx("rect",{fill:C,x:"41",y:"867",width:"1860",height:"472"}),L.jsxRuntimeExports.jsx("path",{d:"M42.5 1233V868H115.5V1233H42.5ZM192.215 1233V973H257.715L258.215 1003.5H259.215C269.882 991.5 282.215 982.667 296.215 977C310.548 971 327.048 968 345.715 968C377.048 968 400.048 976.5 414.715 993.5C429.715 1010.17 437.215 1036.67 437.215 1073V1233H368.715V1086.5C368.715 1064.83 365.048 1049.17 357.715 1039.5C350.382 1029.5 338.715 1024.5 322.715 1024.5C310.715 1024.5 300.048 1027 290.715 1032C281.382 1036.67 274.048 1043.17 268.715 1051.5C263.715 1059.5 261.215 1069 261.215 1080V1233H192.215ZM610.52 1238C579.186 1238 556.52 1231.67 542.52 1219C528.853 1206.33 522.02 1185.5 522.02 1156.5V1026.5H465.52V973H522.02V888H591.02V973H675.52V1026.5H591.02V1139.5C591.02 1155.17 593.52 1166.17 598.52 1172.5C603.52 1178.5 612.52 1181.5 625.52 1181.5C632.52 1181.5 639.853 1180.83 647.52 1179.5C655.52 1178.17 662.853 1176.33 669.52 1174L675.02 1228.5C663.686 1231.83 652.853 1234.17 642.52 1235.5C632.186 1237.17 621.52 1238 610.52 1238ZM737.707 1233V868H807.707V1233H737.707ZM943.191 1238C917.525 1238 897.191 1230.83 882.191 1216.5C867.525 1202.17 860.191 1183 860.191 1159C860.191 1129 871.858 1105.83 895.191 1089.5C918.858 1073.17 952.358 1065 995.691 1065H1030.19C1030.19 1053.33 1028.69 1044.33 1025.69 1038C1023.02 1031.67 1018.19 1027.33 1011.19 1025C1004.52 1022.33 994.858 1021 982.191 1021C965.525 1021 948.191 1022.83 930.191 1026.5C912.191 1029.83 895.191 1034.67 879.191 1041L870.691 988C888.025 981.667 907.191 976.833 928.191 973.5C949.525 969.833 970.691 968 991.691 968C1018.36 968 1039.36 971.167 1054.69 977.5C1070.02 983.833 1081.19 994.5 1088.19 1009.5C1095.19 1024.17 1098.69 1044 1098.69 1069V1233H1033.19L1032.19 1203H1031.69C1022.36 1213.67 1009.52 1222.17 993.191 1228.5C976.858 1234.83 960.191 1238 943.191 1238ZM968.191 1186C979.858 1186 990.358 1184 999.691 1180C1009.02 1176 1016.36 1170.5 1021.69 1163.5C1027.36 1156.17 1030.19 1148.17 1030.19 1139.5V1110H1005.69C978.691 1110 958.525 1113.5 945.191 1120.5C931.858 1127.17 925.191 1137.67 925.191 1152C925.191 1162.67 928.858 1171 936.191 1177C943.858 1183 954.525 1186 968.191 1186ZM1183.11 1338L1226.11 1231.5L1123.61 973.5L1197.11 973L1260.11 1165.5H1261.11L1324.61 973H1398.61L1255.61 1338H1183.11ZM1560.46 1238C1513.79 1238 1477.79 1226.33 1452.46 1203C1427.46 1179.67 1414.96 1146.33 1414.96 1103C1414.96 1061 1426.46 1028 1449.46 1004C1472.46 980 1504.13 968 1544.46 968C1583.46 968 1613.46 979.333 1634.46 1002C1655.79 1024.67 1666.46 1056.83 1666.46 1098.5C1666.46 1103.17 1666.29 1108.5 1665.96 1114.5C1665.96 1120.5 1665.79 1125 1665.46 1128H1453.46V1080.5H1611.96L1602.46 1095C1602.46 1069 1597.63 1049.67 1587.96 1037C1578.63 1024.33 1564.13 1018 1544.46 1018C1523.79 1018 1508.29 1024.67 1497.96 1038C1487.63 1051 1482.46 1070.5 1482.46 1096.5V1116.5C1482.46 1139.83 1488.63 1157 1500.96 1168C1513.29 1179 1532.13 1184.5 1557.46 1184.5C1571.79 1184.5 1586.96 1183.17 1602.96 1180.5C1618.96 1177.83 1633.13 1174.17 1645.46 1169.5L1653.46 1222C1641.13 1227 1626.63 1230.83 1609.96 1233.5C1593.63 1236.5 1577.13 1238 1560.46 1238ZM1718.09 1233V973H1784.09L1784.59 1021.5H1786.09C1794.76 1009.83 1804.93 1000.17 1816.59 992.5C1828.59 984.5 1841.59 978.5 1855.59 974.5C1869.93 970.167 1884.59 968 1899.59 968V1026.5C1878.93 1026.5 1860.09 1030.33 1843.09 1038C1826.09 1045.67 1812.59 1056.17 1802.59 1069.5C1792.59 1082.5 1787.59 1097 1787.59 1113V1233H1718.09Z"})]}),L.jsxRuntimeExports.jsx("path",{d:"M42.5 1233V868H115.5V1233H42.5ZM192.215 1233V973H257.715L258.215 1003.5H259.215C269.882 991.5 282.215 982.667 296.215 977C310.548 971 327.048 968 345.715 968C377.048 968 400.048 976.5 414.715 993.5C429.715 1010.17 437.215 1036.67 437.215 1073V1233H368.715V1086.5C368.715 1064.83 365.048 1049.17 357.715 1039.5C350.382 1029.5 338.715 1024.5 322.715 1024.5C310.715 1024.5 300.048 1027 290.715 1032C281.382 1036.67 274.048 1043.17 268.715 1051.5C263.715 1059.5 261.215 1069 261.215 1080V1233H192.215ZM610.52 1238C579.186 1238 556.52 1231.67 542.52 1219C528.853 1206.33 522.02 1185.5 522.02 1156.5V1026.5H465.52V973H522.02V888H591.02V973H675.52V1026.5H591.02V1139.5C591.02 1155.17 593.52 1166.17 598.52 1172.5C603.52 1178.5 612.52 1181.5 625.52 1181.5C632.52 1181.5 639.853 1180.83 647.52 1179.5C655.52 1178.17 662.853 1176.33 669.52 1174L675.02 1228.5C663.686 1231.83 652.853 1234.17 642.52 1235.5C632.186 1237.17 621.52 1238 610.52 1238ZM737.707 1233V868H807.707V1233H737.707ZM943.191 1238C917.525 1238 897.191 1230.83 882.191 1216.5C867.525 1202.17 860.191 1183 860.191 1159C860.191 1129 871.858 1105.83 895.191 1089.5C918.858 1073.17 952.358 1065 995.691 1065H1030.19C1030.19 1053.33 1028.69 1044.33 1025.69 1038C1023.02 1031.67 1018.19 1027.33 1011.19 1025C1004.52 1022.33 994.858 1021 982.191 1021C965.525 1021 948.191 1022.83 930.191 1026.5C912.191 1029.83 895.191 1034.67 879.191 1041L870.691 988C888.025 981.667 907.191 976.833 928.191 973.5C949.525 969.833 970.691 968 991.691 968C1018.36 968 1039.36 971.167 1054.69 977.5C1070.02 983.833 1081.19 994.5 1088.19 1009.5C1095.19 1024.17 1098.69 1044 1098.69 1069V1233H1033.19L1032.19 1203H1031.69C1022.36 1213.67 1009.52 1222.17 993.191 1228.5C976.858 1234.83 960.191 1238 943.191 1238ZM968.191 1186C979.858 1186 990.358 1184 999.691 1180C1009.02 1176 1016.36 1170.5 1021.69 1163.5C1027.36 1156.17 1030.19 1148.17 1030.19 1139.5V1110H1005.69C978.691 1110 958.525 1113.5 945.191 1120.5C931.858 1127.17 925.191 1137.67 925.191 1152C925.191 1162.67 928.858 1171 936.191 1177C943.858 1183 954.525 1186 968.191 1186ZM1183.11 1338L1226.11 1231.5L1123.61 973.5L1197.11 973L1260.11 1165.5H1261.11L1324.61 973H1398.61L1255.61 1338H1183.11ZM1560.46 1238C1513.79 1238 1477.79 1226.33 1452.46 1203C1427.46 1179.67 1414.96 1146.33 1414.96 1103C1414.96 1061 1426.46 1028 1449.46 1004C1472.46 980 1504.13 968 1544.46 968C1583.46 968 1613.46 979.333 1634.46 1002C1655.79 1024.67 1666.46 1056.83 1666.46 1098.5C1666.46 1103.17 1666.29 1108.5 1665.96 1114.5C1665.96 1120.5 1665.79 1125 1665.46 1128H1453.46V1080.5H1611.96L1602.46 1095C1602.46 1069 1597.63 1049.67 1587.96 1037C1578.63 1024.33 1564.13 1018 1544.46 1018C1523.79 1018 1508.29 1024.67 1497.96 1038C1487.63 1051 1482.46 1070.5 1482.46 1096.5V1116.5C1482.46 1139.83 1488.63 1157 1500.96 1168C1513.29 1179 1532.13 1184.5 1557.46 1184.5C1571.79 1184.5 1586.96 1183.17 1602.96 1180.5C1618.96 1177.83 1633.13 1174.17 1645.46 1169.5L1653.46 1222C1641.13 1227 1626.63 1230.83 1609.96 1233.5C1593.63 1236.5 1577.13 1238 1560.46 1238ZM1718.09 1233V973H1784.09L1784.59 1021.5H1786.09C1794.76 1009.83 1804.93 1000.17 1816.59 992.5C1828.59 984.5 1841.59 978.5 1855.59 974.5C1869.93 970.167 1884.59 968 1899.59 968V1026.5C1878.93 1026.5 1860.09 1030.33 1843.09 1038C1826.09 1045.67 1812.59 1056.17 1802.59 1069.5C1792.59 1082.5 1787.59 1097 1787.59 1113V1233H1718.09Z",fill:"currentColor"}),L.jsxRuntimeExports.jsx("path",{d:"M42.5 1233H41.5V1234H42.5V1233ZM42.5 868V867H41.5V868H42.5ZM115.5 868H116.5V867H115.5V868ZM115.5 1233V1234H116.5V1233H115.5ZM43.5 1233V868H41.5V1233H43.5ZM42.5 869H115.5V867H42.5V869ZM114.5 868V1233H116.5V868H114.5ZM115.5 1232H42.5V1234H115.5V1232ZM192.215 1233H191.215V1234H192.215V1233ZM192.215 973V972H191.215V973H192.215ZM257.715 973L258.715 972.984L258.699 972H257.715V973ZM258.215 1003.5L257.215 1003.52L257.231 1004.5H258.215V1003.5ZM259.215 1003.5V1004.5H259.664L259.962 1004.16L259.215 1003.5ZM296.215 977L296.59 977.927L296.601 977.922L296.215 977ZM414.715 993.5L413.958 994.153L413.965 994.161L413.972 994.169L414.715 993.5ZM437.215 1233V1234H438.215V1233H437.215ZM368.715 1233H367.715V1234H368.715V1233ZM357.715 1039.5L356.908 1040.09L356.913 1040.1L356.918 1040.1L357.715 1039.5ZM290.715 1032L291.162 1032.89L291.175 1032.89L291.187 1032.88L290.715 1032ZM268.715 1051.5L267.873 1050.96L267.867 1050.97L268.715 1051.5ZM261.215 1233V1234H262.215V1233H261.215ZM193.215 1233V973H191.215V1233H193.215ZM192.215 974H257.715V972H192.215V974ZM256.715 973.016L257.215 1003.52L259.215 1003.48L258.715 972.984L256.715 973.016ZM258.215 1004.5H259.215V1002.5H258.215V1004.5ZM259.962 1004.16C270.533 992.272 282.742 983.532 296.59 977.927L295.84 976.073C281.688 981.801 269.23 990.728 258.467 1002.84L259.962 1004.16ZM296.601 977.922C310.79 971.983 327.155 969 345.715 969V967C326.942 967 310.306 970.017 295.829 976.078L296.601 977.922ZM345.715 969C376.877 969 399.547 977.45 413.958 994.153L415.472 992.847C400.549 975.55 377.219 967 345.715 967V969ZM413.972 994.169C428.73 1010.57 436.215 1036.77 436.215 1073H438.215C438.215 1036.56 430.7 1009.77 415.458 992.831L413.972 994.169ZM436.215 1073V1233H438.215V1073H436.215ZM437.215 1232H368.715V1234H437.215V1232ZM369.715 1233V1086.5H367.715V1233H369.715ZM369.715 1086.5C369.715 1064.77 366.046 1048.83 358.512 1038.9L356.918 1040.1C364.051 1049.51 367.715 1064.9 367.715 1086.5H369.715ZM358.521 1038.91C350.946 1028.58 338.932 1023.5 322.715 1023.5V1025.5C338.498 1025.5 349.817 1030.42 356.908 1040.09L358.521 1038.91ZM322.715 1023.5C310.572 1023.5 299.74 1026.03 290.243 1031.12L291.187 1032.88C300.357 1027.97 310.857 1025.5 322.715 1025.5V1023.5ZM290.268 1031.11C280.782 1035.85 273.309 1042.47 267.873 1050.96L269.557 1052.04C274.788 1043.87 281.981 1037.49 291.162 1032.89L290.268 1031.11ZM267.867 1050.97C262.752 1059.15 260.215 1068.84 260.215 1080H262.215C262.215 1069.16 264.678 1059.85 269.563 1052.03L267.867 1050.97ZM260.215 1080V1233H262.215V1080H260.215ZM261.215 1232H192.215V1234H261.215V1232ZM542.52 1219L541.84 1219.73L541.849 1219.74L542.52 1219ZM522.02 1026.5H523.02V1025.5H522.02V1026.5ZM465.52 1026.5H464.52V1027.5H465.52V1026.5ZM465.52 973V972H464.52V973H465.52ZM522.02 973V974H523.02V973H522.02ZM522.02 888V887H521.02V888H522.02ZM591.02 888H592.02V887H591.02V888ZM591.02 973H590.02V974H591.02V973ZM675.52 973H676.52V972H675.52V973ZM675.52 1026.5V1027.5H676.52V1026.5H675.52ZM591.02 1026.5V1025.5H590.02V1026.5H591.02ZM598.52 1172.5L597.735 1173.12L597.743 1173.13L597.751 1173.14L598.52 1172.5ZM647.52 1179.5L647.355 1178.51L647.348 1178.51L647.52 1179.5ZM669.52 1174L670.514 1173.9L670.387 1172.64L669.189 1173.06L669.52 1174ZM675.02 1228.5L675.302 1229.46L676.098 1229.23L676.014 1228.4L675.02 1228.5ZM642.52 1235.5L642.392 1234.51L642.376 1234.51L642.36 1234.51L642.52 1235.5ZM610.52 1237C579.281 1237 556.918 1230.68 543.19 1218.26L541.849 1219.74C556.121 1232.65 579.091 1239 610.52 1239V1237ZM543.199 1218.27C529.827 1205.87 523.02 1185.37 523.02 1156.5H521.02C521.02 1185.63 527.879 1206.79 541.84 1219.73L543.199 1218.27ZM523.02 1156.5V1026.5H521.02V1156.5H523.02ZM522.02 1025.5H465.52V1027.5H522.02V1025.5ZM466.52 1026.5V973H464.52V1026.5H466.52ZM465.52 974H522.02V972H465.52V974ZM523.02 973V888H521.02V973H523.02ZM522.02 889H591.02V887H522.02V889ZM590.02 888V973H592.02V888H590.02ZM591.02 974H675.52V972H591.02V974ZM674.52 973V1026.5H676.52V973H674.52ZM675.52 1025.5H591.02V1027.5H675.52V1025.5ZM590.02 1026.5V1139.5H592.02V1026.5H590.02ZM590.02 1139.5C590.02 1155.21 592.514 1166.51 597.735 1173.12L599.304 1171.88C594.525 1165.83 592.02 1155.12 592.02 1139.5H590.02ZM597.751 1173.14C603.037 1179.48 612.415 1182.5 625.52 1182.5V1180.5C612.624 1180.5 604.002 1177.52 599.288 1171.86L597.751 1173.14ZM625.52 1182.5C632.583 1182.5 639.974 1181.83 647.691 1180.49L647.348 1178.51C639.732 1179.84 632.456 1180.5 625.52 1180.5V1182.5ZM647.684 1180.49C655.732 1179.15 663.122 1177.3 669.85 1174.94L669.189 1173.06C662.584 1175.37 655.307 1177.19 647.355 1178.51L647.684 1180.49ZM668.525 1174.1L674.025 1228.6L676.014 1228.4L670.514 1173.9L668.525 1174.1ZM674.737 1227.54C663.448 1230.86 652.666 1233.18 642.392 1234.51L642.648 1236.49C653.039 1235.15 663.924 1232.81 675.302 1229.46L674.737 1227.54ZM642.36 1234.51C632.082 1236.17 621.469 1237 610.52 1237V1239C621.57 1239 632.29 1238.16 642.679 1236.49L642.36 1234.51ZM737.707 1233H736.707V1234H737.707V1233ZM737.707 868V867H736.707V868H737.707ZM807.707 868H808.707V867H807.707V868ZM807.707 1233V1234H808.707V1233H807.707ZM738.707 1233V868H736.707V1233H738.707ZM737.707 869H807.707V867H737.707V869ZM806.707 868V1233H808.707V868H806.707ZM807.707 1232H737.707V1234H807.707V1232ZM882.191 1216.5L881.492 1217.22L881.501 1217.22L882.191 1216.5ZM895.191 1089.5L894.623 1088.68L894.618 1088.68L895.191 1089.5ZM1030.19 1065V1066H1031.19V1065H1030.19ZM1025.69 1038L1024.77 1038.39L1024.78 1038.41L1024.79 1038.43L1025.69 1038ZM1011.19 1025L1010.82 1025.93L1010.85 1025.94L1010.88 1025.95L1011.19 1025ZM930.191 1026.5L930.374 1027.48L930.382 1027.48L930.391 1027.48L930.191 1026.5ZM879.191 1041L878.204 1041.16L878.401 1042.39L879.559 1041.93L879.191 1041ZM870.691 988L870.348 987.061L869.573 987.344L869.704 988.158L870.691 988ZM928.191 973.5L928.348 974.488L928.361 974.486L928.191 973.5ZM1054.69 977.5L1055.07 976.576L1055.07 976.576L1054.69 977.5ZM1088.19 1009.5L1087.29 1009.92L1087.29 1009.93L1088.19 1009.5ZM1098.69 1233V1234H1099.69V1233H1098.69ZM1033.19 1233L1032.19 1233.03L1032.22 1234H1033.19V1233ZM1032.19 1203L1033.19 1202.97L1033.16 1202H1032.19V1203ZM1031.69 1203V1202H1031.24L1030.94 1202.34L1031.69 1203ZM993.191 1228.5L992.83 1227.57L992.83 1227.57L993.191 1228.5ZM1021.69 1163.5L1020.9 1162.89L1020.9 1162.89L1021.69 1163.5ZM1030.19 1110H1031.19V1109H1030.19V1110ZM945.191 1120.5L945.639 1121.39L945.647 1121.39L945.656 1121.39L945.191 1120.5ZM936.191 1177L935.558 1177.77L935.567 1177.78L935.575 1177.79L936.191 1177ZM943.191 1237C917.718 1237 897.654 1229.89 882.882 1215.78L881.501 1217.22C896.728 1231.77 917.332 1239 943.191 1239V1237ZM882.89 1215.78C868.449 1201.67 861.191 1182.78 861.191 1159H859.191C859.191 1183.22 866.6 1202.66 881.492 1217.22L882.89 1215.78ZM861.191 1159C861.191 1129.31 872.715 1106.45 895.765 1090.32L894.618 1088.68C871.001 1105.21 859.191 1128.69 859.191 1159H861.191ZM895.759 1090.32C919.194 1074.15 952.464 1066 995.691 1066V1064C952.252 1064 918.522 1072.18 894.623 1088.68L895.759 1090.32ZM995.691 1066H1030.19V1064H995.691V1066ZM1031.19 1065C1031.19 1053.27 1029.69 1044.1 1026.6 1037.57L1024.79 1038.43C1027.7 1044.57 1029.19 1053.4 1029.19 1065H1031.19ZM1026.61 1037.61C1023.83 1030.99 1018.76 1026.47 1011.51 1024.05L1010.88 1025.95C1017.62 1028.2 1022.22 1032.34 1024.77 1038.39L1026.61 1037.61ZM1011.56 1024.07C1004.72 1021.33 994.903 1020 982.191 1020V1022C994.813 1022 1004.33 1023.33 1010.82 1025.93L1011.56 1024.07ZM982.191 1020C965.451 1020 948.051 1021.84 929.992 1025.52L930.391 1027.48C948.332 1023.83 965.598 1022 982.191 1022V1020ZM930.009 1025.52C911.95 1028.86 894.887 1033.71 878.823 1040.07L879.559 1041.93C895.496 1035.62 912.433 1030.81 930.374 1027.48L930.009 1025.52ZM880.179 1040.84L871.679 987.842L869.704 988.158L878.204 1041.16L880.179 1040.84ZM871.035 988.939C888.299 982.631 907.402 977.812 928.348 974.488L928.035 972.512C906.98 975.854 887.75 980.702 870.348 987.061L871.035 988.939ZM928.361 974.486C949.64 970.828 970.75 969 991.691 969V967C970.633 967 949.41 968.838 928.022 972.514L928.361 974.486ZM991.691 969C1018.3 969 1039.15 972.162 1054.31 978.424L1055.07 976.576C1039.57 970.171 1018.42 967 991.691 967V969ZM1054.31 978.424C1069.41 984.662 1080.39 995.15 1087.29 1009.92L1089.1 1009.08C1081.99 993.85 1070.64 983.004 1055.07 976.576L1054.31 978.424ZM1087.29 1009.93C1094.2 1024.41 1097.69 1044.08 1097.69 1069H1099.69C1099.69 1043.92 1096.18 1023.92 1089.09 1009.07L1087.29 1009.93ZM1097.69 1069V1233H1099.69V1069H1097.69ZM1098.69 1232H1033.19V1234H1098.69V1232ZM1034.19 1232.97L1033.19 1202.97L1031.19 1203.03L1032.19 1233.03L1034.19 1232.97ZM1032.19 1202H1031.69V1204H1032.19V1202ZM1030.94 1202.34C1021.73 1212.86 1009.05 1221.28 992.83 1227.57L993.553 1229.43C1010 1223.05 1022.98 1214.47 1032.44 1203.66L1030.94 1202.34ZM992.83 1227.57C976.608 1233.86 960.064 1237 943.191 1237V1239C960.319 1239 977.108 1235.81 993.553 1229.43L992.83 1227.57ZM968.191 1187C979.973 1187 990.61 1184.98 1000.09 1180.92L999.297 1179.08C990.106 1183.02 979.743 1185 968.191 1185V1187ZM1000.09 1180.92C1009.55 1176.86 1017.03 1171.26 1022.49 1164.11L1020.9 1162.89C1015.68 1169.74 1008.5 1175.14 999.297 1179.08L1000.09 1180.92ZM1022.48 1164.11C1028.27 1156.62 1031.19 1148.4 1031.19 1139.5H1029.19C1029.19 1147.93 1026.44 1155.72 1020.9 1162.89L1022.48 1164.11ZM1031.19 1139.5V1110H1029.19V1139.5H1031.19ZM1030.19 1109H1005.69V1111H1030.19V1109ZM1005.69 1109C978.639 1109 958.276 1112.5 944.727 1119.61L945.656 1121.39C958.773 1114.5 978.744 1111 1005.69 1111V1109ZM944.744 1119.61C937.948 1123 932.796 1127.41 929.347 1132.84C925.897 1138.27 924.191 1144.67 924.191 1152H926.191C926.191 1144.99 927.819 1138.98 931.036 1133.91C934.254 1128.84 939.102 1124.66 945.639 1121.39L944.744 1119.61ZM924.191 1152C924.191 1162.92 927.962 1171.56 935.558 1177.77L936.825 1176.23C929.755 1170.44 926.191 1162.41 926.191 1152H924.191ZM935.575 1177.79C943.477 1183.97 954.39 1187 968.191 1187V1185C954.66 1185 944.24 1182.03 936.808 1176.21L935.575 1177.79ZM1183.11 1338L1182.18 1337.63L1181.62 1339H1183.11V1338ZM1226.11 1231.5L1227.03 1231.87L1227.18 1231.5L1227.03 1231.13L1226.11 1231.5ZM1123.61 973.5L1123.6 972.5L1122.14 972.51L1122.68 973.869L1123.61 973.5ZM1197.11 973L1198.06 972.689L1197.83 971.995L1197.1 972L1197.11 973ZM1260.11 1165.5L1259.16 1165.81L1259.38 1166.5H1260.11V1165.5ZM1261.11 1165.5V1166.5H1261.83L1262.06 1165.81L1261.11 1165.5ZM1324.61 973V972H1323.88L1323.66 972.687L1324.61 973ZM1398.61 973L1399.54 973.365L1400.07 972H1398.61V973ZM1255.61 1338V1339H1256.29L1256.54 1338.36L1255.61 1338ZM1184.03 1338.37L1227.03 1231.87L1225.18 1231.13L1182.18 1337.63L1184.03 1338.37ZM1227.03 1231.13L1124.53 973.131L1122.68 973.869L1225.18 1231.87L1227.03 1231.13ZM1123.61 974.5L1197.11 974L1197.1 972L1123.6 972.5L1123.61 974.5ZM1196.16 973.311L1259.16 1165.81L1261.06 1165.19L1198.06 972.689L1196.16 973.311ZM1260.11 1166.5H1261.11V1164.5H1260.11V1166.5ZM1262.06 1165.81L1325.56 973.313L1323.66 972.687L1260.16 1165.19L1262.06 1165.81ZM1324.61 974H1398.61V972H1324.61V974ZM1397.67 972.635L1254.67 1337.64L1256.54 1338.36L1399.54 973.365L1397.67 972.635ZM1255.61 1337H1183.11V1339H1255.61V1337ZM1452.46 1203L1451.78 1203.73L1451.78 1203.74L1452.46 1203ZM1449.46 1004L1448.74 1003.31L1448.74 1003.31L1449.46 1004ZM1634.46 1002L1633.73 1002.68L1633.73 1002.69L1634.46 1002ZM1665.96 1114.5L1664.96 1114.44L1664.96 1114.47V1114.5H1665.96ZM1665.46 1128V1129H1666.36L1666.45 1128.11L1665.46 1128ZM1453.46 1128H1452.46V1129H1453.46V1128ZM1453.46 1080.5V1079.5H1452.46V1080.5H1453.46ZM1611.96 1080.5L1612.8 1081.05L1613.81 1079.5H1611.96V1080.5ZM1602.46 1095H1601.46V1098.35L1603.3 1095.55L1602.46 1095ZM1587.96 1037L1587.16 1037.59L1587.16 1037.6L1587.17 1037.61L1587.96 1037ZM1497.96 1038L1498.74 1038.62L1498.75 1038.61L1497.96 1038ZM1500.96 1168L1501.63 1167.25L1501.63 1167.25L1500.96 1168ZM1645.46 1169.5L1646.45 1169.35L1646.26 1168.13L1645.11 1168.56L1645.46 1169.5ZM1653.46 1222L1653.84 1222.93L1654.57 1222.63L1654.45 1221.85L1653.46 1222ZM1609.96 1233.5L1609.8 1232.51L1609.79 1232.51L1609.78 1232.52L1609.96 1233.5ZM1560.46 1237C1513.95 1237 1478.23 1225.38 1453.14 1202.26L1451.78 1203.74C1477.36 1227.29 1513.63 1239 1560.46 1239V1237ZM1453.14 1202.27C1428.4 1179.17 1415.96 1146.13 1415.96 1103H1413.96C1413.96 1146.53 1426.52 1180.16 1451.78 1203.73L1453.14 1202.27ZM1415.96 1103C1415.96 1061.19 1427.41 1028.46 1450.18 1004.69L1448.74 1003.31C1425.52 1027.54 1413.96 1060.81 1413.96 1103H1415.96ZM1450.18 1004.69C1472.96 980.93 1504.34 969 1544.46 969V967C1503.92 967 1471.97 979.07 1448.74 1003.31L1450.18 1004.69ZM1544.46 969C1583.26 969 1612.96 980.268 1633.73 1002.68L1635.19 1001.32C1613.96 978.399 1583.66 967 1544.46 967V969ZM1633.73 1002.69C1654.84 1025.11 1665.46 1057 1665.46 1098.5H1667.46C1667.46 1056.67 1656.75 1024.22 1635.19 1001.31L1633.73 1002.69ZM1665.46 1098.5C1665.46 1103.14 1665.3 1108.46 1664.96 1114.44L1666.96 1114.56C1667.29 1108.54 1667.46 1103.19 1667.46 1098.5H1665.46ZM1664.96 1114.5C1664.96 1120.49 1664.79 1124.95 1664.47 1127.89L1666.45 1128.11C1666.79 1125.05 1666.96 1120.51 1666.96 1114.5H1664.96ZM1665.46 1127H1453.46V1129H1665.46V1127ZM1454.46 1128V1080.5H1452.46V1128H1454.46ZM1453.46 1081.5H1611.96V1079.5H1453.46V1081.5ZM1611.12 1079.95L1601.62 1094.45L1603.3 1095.55L1612.8 1081.05L1611.12 1079.95ZM1603.46 1095C1603.46 1068.91 1598.62 1049.31 1588.76 1036.39L1587.17 1037.61C1596.64 1050.02 1601.46 1069.09 1601.46 1095H1603.46ZM1588.77 1036.41C1579.2 1023.42 1564.36 1017 1544.46 1017V1019C1563.9 1019 1578.06 1025.25 1587.16 1037.59L1588.77 1036.41ZM1544.46 1017C1523.56 1017 1507.74 1023.75 1497.17 1037.39L1498.75 1038.61C1508.85 1025.58 1524.03 1019 1544.46 1019V1017ZM1497.18 1037.38C1486.64 1050.63 1481.46 1070.39 1481.46 1096.5H1483.46C1483.46 1070.61 1488.61 1051.37 1498.74 1038.62L1497.18 1037.38ZM1481.46 1096.5V1116.5H1483.46V1096.5H1481.46ZM1481.46 1116.5C1481.46 1140 1487.67 1157.49 1500.3 1168.75L1501.63 1167.25C1489.58 1156.51 1483.46 1139.67 1483.46 1116.5H1481.46ZM1500.3 1168.75C1512.89 1179.98 1532.01 1185.5 1557.46 1185.5V1183.5C1532.25 1183.5 1513.7 1178.02 1501.63 1167.25L1500.3 1168.75ZM1557.46 1185.5C1571.86 1185.5 1587.08 1184.16 1603.13 1181.49L1602.8 1179.51C1586.84 1182.17 1571.73 1183.5 1557.46 1183.5V1185.5ZM1603.13 1181.49C1619.18 1178.81 1633.41 1175.13 1645.81 1170.44L1645.11 1168.56C1632.85 1173.2 1618.75 1176.86 1602.8 1179.51L1603.13 1181.49ZM1644.47 1169.65L1652.47 1222.15L1654.45 1221.85L1646.45 1169.35L1644.47 1169.65ZM1653.09 1221.07C1640.84 1226.04 1626.41 1229.85 1609.8 1232.51L1610.12 1234.49C1626.84 1231.81 1641.42 1227.96 1653.84 1222.93L1653.09 1221.07ZM1609.78 1232.52C1593.51 1235.51 1577.07 1237 1560.46 1237V1239C1577.19 1239 1593.75 1237.49 1610.14 1234.48L1609.78 1232.52ZM1718.09 1233H1717.09V1234H1718.09V1233ZM1718.09 973V972H1717.09V973H1718.09ZM1784.09 973L1785.09 972.99L1785.08 972H1784.09V973ZM1784.59 1021.5L1783.59 1021.51L1783.6 1022.5H1784.59V1021.5ZM1786.09 1021.5V1022.5H1786.6L1786.9 1022.1L1786.09 1021.5ZM1816.59 992.5L1817.14 993.336L1817.15 993.332L1816.59 992.5ZM1855.59 974.5L1855.87 975.462L1855.88 975.459L1855.88 975.457L1855.59 974.5ZM1899.59 968H1900.59V967H1899.59V968ZM1899.59 1026.5V1027.5H1900.59V1026.5H1899.59ZM1802.59 1069.5L1803.39 1070.11L1803.39 1070.1L1802.59 1069.5ZM1787.59 1233V1234H1788.59V1233H1787.59ZM1719.09 1233V973H1717.09V1233H1719.09ZM1718.09 974H1784.09V972H1718.09V974ZM1783.09 973.01L1783.59 1021.51L1785.59 1021.49L1785.09 972.99L1783.09 973.01ZM1784.59 1022.5H1786.09V1020.5H1784.59V1022.5ZM1786.9 1022.1C1795.5 1010.52 1805.58 1000.94 1817.14 993.336L1816.04 991.664C1804.28 999.398 1794.02 1009.15 1785.29 1020.9L1786.9 1022.1ZM1817.15 993.332C1829.06 985.39 1841.97 979.433 1855.87 975.462L1855.32 973.538C1841.22 977.567 1828.13 983.61 1816.04 991.668L1817.15 993.332ZM1855.88 975.457C1870.12 971.152 1884.69 969 1899.59 969V967C1884.5 967 1869.73 969.181 1855.3 973.543L1855.88 975.457ZM1898.59 968V1026.5H1900.59V968H1898.59ZM1899.59 1025.5C1878.8 1025.5 1859.83 1029.36 1842.68 1037.09L1843.5 1038.91C1860.36 1031.31 1879.05 1027.5 1899.59 1027.5V1025.5ZM1842.68 1037.09C1825.55 1044.82 1811.91 1055.42 1801.79 1068.9L1803.39 1070.1C1813.28 1056.92 1826.64 1046.52 1843.5 1038.91L1842.68 1037.09ZM1801.8 1068.89C1791.67 1082.06 1786.59 1096.77 1786.59 1113H1788.59C1788.59 1097.23 1793.52 1082.94 1803.39 1070.11L1801.8 1068.89ZM1786.59 1113V1233H1788.59V1113H1786.59ZM1787.59 1232H1718.09V1234H1787.59V1232Z",fill:"currentColor",mask:"url(#path-3-outside-1_2059_21)"})]}),L.jsxRuntimeExports.jsx("defs",{children:L.jsxRuntimeExports.jsxs("filter",{id:"filter0_d_2059_21",x:"38.5",y:"868",width:"1865.09",height:"478",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[L.jsxRuntimeExports.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),L.jsxRuntimeExports.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),L.jsxRuntimeExports.jsx("feOffset",{dy:"4"}),L.jsxRuntimeExports.jsx("feGaussianBlur",{stdDeviation:"2"}),L.jsxRuntimeExports.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),L.jsxRuntimeExports.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),L.jsxRuntimeExports.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_2059_21"}),L.jsxRuntimeExports.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2059_21",result:"shape"})]})})]});exports.LogoWithTextBelowCircle=V;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as L } from "../../jsx-runtime-Tw_Kw2GZ.js";
|
|
3
|
-
const M = ({
|
|
4
|
-
bgColor: C,
|
|
5
|
-
...H
|
|
6
|
-
}) => /* @__PURE__ */ L.jsxs("svg", { width: "1910", height: "1400", viewBox: "0 0 1910 1400", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...H, children: [
|
|
7
|
-
/* @__PURE__ */ L.jsx("circle", { cx: "955", cy: "350", r: "350", fill: C }),
|
|
8
|
-
/* @__PURE__ */ L.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M955 700C1148.3 700 1305 543.3 1305 350C1305 156.7 1148.3 0 955 0C761.7 0 605 156.7 605 350C605 543.3 761.7 700 955 700ZM785 305C760.147 305 740 325.147 740 350C740 374.853 760.147 395 785 395H1165C1189.85 395 1210 374.853 1210 350C1210 325.147 1189.85 305 1165 305H785ZM740 523C740 498.147 760.147 478 785 478H965C989.853 478 1010 498.147 1010 523C1010 547.853 989.853 568 965 568H785C760.147 568 740 547.853 740 523ZM785 130C760.147 130 740 150.147 740 175C740 199.853 760.147 220 785 220H1030C1054.85 220 1075 199.853 1075 175C1075 150.147 1054.85 130 1030 130H785Z", fill: "currentColor" }),
|
|
9
|
-
/* @__PURE__ */ L.jsxs("g", { filter: "url(#filter0_d_2059_21)", children: [
|
|
10
|
-
/* @__PURE__ */ L.jsxs("mask", { id: "path-3-outside-1_2059_21", maskUnits: "userSpaceOnUse", x: "41", y: "867", width: "1860", height: "472", fill: "currentColor", children: [
|
|
11
|
-
/* @__PURE__ */ L.jsx("rect", { fill: C, x: "41", y: "867", width: "1860", height: "472" }),
|
|
12
|
-
/* @__PURE__ */ L.jsx("path", { d: "M42.5 1233V868H115.5V1233H42.5ZM192.215 1233V973H257.715L258.215 1003.5H259.215C269.882 991.5 282.215 982.667 296.215 977C310.548 971 327.048 968 345.715 968C377.048 968 400.048 976.5 414.715 993.5C429.715 1010.17 437.215 1036.67 437.215 1073V1233H368.715V1086.5C368.715 1064.83 365.048 1049.17 357.715 1039.5C350.382 1029.5 338.715 1024.5 322.715 1024.5C310.715 1024.5 300.048 1027 290.715 1032C281.382 1036.67 274.048 1043.17 268.715 1051.5C263.715 1059.5 261.215 1069 261.215 1080V1233H192.215ZM610.52 1238C579.186 1238 556.52 1231.67 542.52 1219C528.853 1206.33 522.02 1185.5 522.02 1156.5V1026.5H465.52V973H522.02V888H591.02V973H675.52V1026.5H591.02V1139.5C591.02 1155.17 593.52 1166.17 598.52 1172.5C603.52 1178.5 612.52 1181.5 625.52 1181.5C632.52 1181.5 639.853 1180.83 647.52 1179.5C655.52 1178.17 662.853 1176.33 669.52 1174L675.02 1228.5C663.686 1231.83 652.853 1234.17 642.52 1235.5C632.186 1237.17 621.52 1238 610.52 1238ZM737.707 1233V868H807.707V1233H737.707ZM943.191 1238C917.525 1238 897.191 1230.83 882.191 1216.5C867.525 1202.17 860.191 1183 860.191 1159C860.191 1129 871.858 1105.83 895.191 1089.5C918.858 1073.17 952.358 1065 995.691 1065H1030.19C1030.19 1053.33 1028.69 1044.33 1025.69 1038C1023.02 1031.67 1018.19 1027.33 1011.19 1025C1004.52 1022.33 994.858 1021 982.191 1021C965.525 1021 948.191 1022.83 930.191 1026.5C912.191 1029.83 895.191 1034.67 879.191 1041L870.691 988C888.025 981.667 907.191 976.833 928.191 973.5C949.525 969.833 970.691 968 991.691 968C1018.36 968 1039.36 971.167 1054.69 977.5C1070.02 983.833 1081.19 994.5 1088.19 1009.5C1095.19 1024.17 1098.69 1044 1098.69 1069V1233H1033.19L1032.19 1203H1031.69C1022.36 1213.67 1009.52 1222.17 993.191 1228.5C976.858 1234.83 960.191 1238 943.191 1238ZM968.191 1186C979.858 1186 990.358 1184 999.691 1180C1009.02 1176 1016.36 1170.5 1021.69 1163.5C1027.36 1156.17 1030.19 1148.17 1030.19 1139.5V1110H1005.69C978.691 1110 958.525 1113.5 945.191 1120.5C931.858 1127.17 925.191 1137.67 925.191 1152C925.191 1162.67 928.858 1171 936.191 1177C943.858 1183 954.525 1186 968.191 1186ZM1183.11 1338L1226.11 1231.5L1123.61 973.5L1197.11 973L1260.11 1165.5H1261.11L1324.61 973H1398.61L1255.61 1338H1183.11ZM1560.46 1238C1513.79 1238 1477.79 1226.33 1452.46 1203C1427.46 1179.67 1414.96 1146.33 1414.96 1103C1414.96 1061 1426.46 1028 1449.46 1004C1472.46 980 1504.13 968 1544.46 968C1583.46 968 1613.46 979.333 1634.46 1002C1655.79 1024.67 1666.46 1056.83 1666.46 1098.5C1666.46 1103.17 1666.29 1108.5 1665.96 1114.5C1665.96 1120.5 1665.79 1125 1665.46 1128H1453.46V1080.5H1611.96L1602.46 1095C1602.46 1069 1597.63 1049.67 1587.96 1037C1578.63 1024.33 1564.13 1018 1544.46 1018C1523.79 1018 1508.29 1024.67 1497.96 1038C1487.63 1051 1482.46 1070.5 1482.46 1096.5V1116.5C1482.46 1139.83 1488.63 1157 1500.96 1168C1513.29 1179 1532.13 1184.5 1557.46 1184.5C1571.79 1184.5 1586.96 1183.17 1602.96 1180.5C1618.96 1177.83 1633.13 1174.17 1645.46 1169.5L1653.46 1222C1641.13 1227 1626.63 1230.83 1609.96 1233.5C1593.63 1236.5 1577.13 1238 1560.46 1238ZM1718.09 1233V973H1784.09L1784.59 1021.5H1786.09C1794.76 1009.83 1804.93 1000.17 1816.59 992.5C1828.59 984.5 1841.59 978.5 1855.59 974.5C1869.93 970.167 1884.59 968 1899.59 968V1026.5C1878.93 1026.5 1860.09 1030.33 1843.09 1038C1826.09 1045.67 1812.59 1056.17 1802.59 1069.5C1792.59 1082.5 1787.59 1097 1787.59 1113V1233H1718.09Z" })
|
|
13
|
-
] }),
|
|
14
|
-
/* @__PURE__ */ L.jsx("path", { d: "M42.5 1233V868H115.5V1233H42.5ZM192.215 1233V973H257.715L258.215 1003.5H259.215C269.882 991.5 282.215 982.667 296.215 977C310.548 971 327.048 968 345.715 968C377.048 968 400.048 976.5 414.715 993.5C429.715 1010.17 437.215 1036.67 437.215 1073V1233H368.715V1086.5C368.715 1064.83 365.048 1049.17 357.715 1039.5C350.382 1029.5 338.715 1024.5 322.715 1024.5C310.715 1024.5 300.048 1027 290.715 1032C281.382 1036.67 274.048 1043.17 268.715 1051.5C263.715 1059.5 261.215 1069 261.215 1080V1233H192.215ZM610.52 1238C579.186 1238 556.52 1231.67 542.52 1219C528.853 1206.33 522.02 1185.5 522.02 1156.5V1026.5H465.52V973H522.02V888H591.02V973H675.52V1026.5H591.02V1139.5C591.02 1155.17 593.52 1166.17 598.52 1172.5C603.52 1178.5 612.52 1181.5 625.52 1181.5C632.52 1181.5 639.853 1180.83 647.52 1179.5C655.52 1178.17 662.853 1176.33 669.52 1174L675.02 1228.5C663.686 1231.83 652.853 1234.17 642.52 1235.5C632.186 1237.17 621.52 1238 610.52 1238ZM737.707 1233V868H807.707V1233H737.707ZM943.191 1238C917.525 1238 897.191 1230.83 882.191 1216.5C867.525 1202.17 860.191 1183 860.191 1159C860.191 1129 871.858 1105.83 895.191 1089.5C918.858 1073.17 952.358 1065 995.691 1065H1030.19C1030.19 1053.33 1028.69 1044.33 1025.69 1038C1023.02 1031.67 1018.19 1027.33 1011.19 1025C1004.52 1022.33 994.858 1021 982.191 1021C965.525 1021 948.191 1022.83 930.191 1026.5C912.191 1029.83 895.191 1034.67 879.191 1041L870.691 988C888.025 981.667 907.191 976.833 928.191 973.5C949.525 969.833 970.691 968 991.691 968C1018.36 968 1039.36 971.167 1054.69 977.5C1070.02 983.833 1081.19 994.5 1088.19 1009.5C1095.19 1024.17 1098.69 1044 1098.69 1069V1233H1033.19L1032.19 1203H1031.69C1022.36 1213.67 1009.52 1222.17 993.191 1228.5C976.858 1234.83 960.191 1238 943.191 1238ZM968.191 1186C979.858 1186 990.358 1184 999.691 1180C1009.02 1176 1016.36 1170.5 1021.69 1163.5C1027.36 1156.17 1030.19 1148.17 1030.19 1139.5V1110H1005.69C978.691 1110 958.525 1113.5 945.191 1120.5C931.858 1127.17 925.191 1137.67 925.191 1152C925.191 1162.67 928.858 1171 936.191 1177C943.858 1183 954.525 1186 968.191 1186ZM1183.11 1338L1226.11 1231.5L1123.61 973.5L1197.11 973L1260.11 1165.5H1261.11L1324.61 973H1398.61L1255.61 1338H1183.11ZM1560.46 1238C1513.79 1238 1477.79 1226.33 1452.46 1203C1427.46 1179.67 1414.96 1146.33 1414.96 1103C1414.96 1061 1426.46 1028 1449.46 1004C1472.46 980 1504.13 968 1544.46 968C1583.46 968 1613.46 979.333 1634.46 1002C1655.79 1024.67 1666.46 1056.83 1666.46 1098.5C1666.46 1103.17 1666.29 1108.5 1665.96 1114.5C1665.96 1120.5 1665.79 1125 1665.46 1128H1453.46V1080.5H1611.96L1602.46 1095C1602.46 1069 1597.63 1049.67 1587.96 1037C1578.63 1024.33 1564.13 1018 1544.46 1018C1523.79 1018 1508.29 1024.67 1497.96 1038C1487.63 1051 1482.46 1070.5 1482.46 1096.5V1116.5C1482.46 1139.83 1488.63 1157 1500.96 1168C1513.29 1179 1532.13 1184.5 1557.46 1184.5C1571.79 1184.5 1586.96 1183.17 1602.96 1180.5C1618.96 1177.83 1633.13 1174.17 1645.46 1169.5L1653.46 1222C1641.13 1227 1626.63 1230.83 1609.96 1233.5C1593.63 1236.5 1577.13 1238 1560.46 1238ZM1718.09 1233V973H1784.09L1784.59 1021.5H1786.09C1794.76 1009.83 1804.93 1000.17 1816.59 992.5C1828.59 984.5 1841.59 978.5 1855.59 974.5C1869.93 970.167 1884.59 968 1899.59 968V1026.5C1878.93 1026.5 1860.09 1030.33 1843.09 1038C1826.09 1045.67 1812.59 1056.17 1802.59 1069.5C1792.59 1082.5 1787.59 1097 1787.59 1113V1233H1718.09Z", fill: "currentColor" }),
|
|
15
|
-
/* @__PURE__ */ L.jsx("path", { d: "M42.5 1233H41.5V1234H42.5V1233ZM42.5 868V867H41.5V868H42.5ZM115.5 868H116.5V867H115.5V868ZM115.5 1233V1234H116.5V1233H115.5ZM43.5 1233V868H41.5V1233H43.5ZM42.5 869H115.5V867H42.5V869ZM114.5 868V1233H116.5V868H114.5ZM115.5 1232H42.5V1234H115.5V1232ZM192.215 1233H191.215V1234H192.215V1233ZM192.215 973V972H191.215V973H192.215ZM257.715 973L258.715 972.984L258.699 972H257.715V973ZM258.215 1003.5L257.215 1003.52L257.231 1004.5H258.215V1003.5ZM259.215 1003.5V1004.5H259.664L259.962 1004.16L259.215 1003.5ZM296.215 977L296.59 977.927L296.601 977.922L296.215 977ZM414.715 993.5L413.958 994.153L413.965 994.161L413.972 994.169L414.715 993.5ZM437.215 1233V1234H438.215V1233H437.215ZM368.715 1233H367.715V1234H368.715V1233ZM357.715 1039.5L356.908 1040.09L356.913 1040.1L356.918 1040.1L357.715 1039.5ZM290.715 1032L291.162 1032.89L291.175 1032.89L291.187 1032.88L290.715 1032ZM268.715 1051.5L267.873 1050.96L267.867 1050.97L268.715 1051.5ZM261.215 1233V1234H262.215V1233H261.215ZM193.215 1233V973H191.215V1233H193.215ZM192.215 974H257.715V972H192.215V974ZM256.715 973.016L257.215 1003.52L259.215 1003.48L258.715 972.984L256.715 973.016ZM258.215 1004.5H259.215V1002.5H258.215V1004.5ZM259.962 1004.16C270.533 992.272 282.742 983.532 296.59 977.927L295.84 976.073C281.688 981.801 269.23 990.728 258.467 1002.84L259.962 1004.16ZM296.601 977.922C310.79 971.983 327.155 969 345.715 969V967C326.942 967 310.306 970.017 295.829 976.078L296.601 977.922ZM345.715 969C376.877 969 399.547 977.45 413.958 994.153L415.472 992.847C400.549 975.55 377.219 967 345.715 967V969ZM413.972 994.169C428.73 1010.57 436.215 1036.77 436.215 1073H438.215C438.215 1036.56 430.7 1009.77 415.458 992.831L413.972 994.169ZM436.215 1073V1233H438.215V1073H436.215ZM437.215 1232H368.715V1234H437.215V1232ZM369.715 1233V1086.5H367.715V1233H369.715ZM369.715 1086.5C369.715 1064.77 366.046 1048.83 358.512 1038.9L356.918 1040.1C364.051 1049.51 367.715 1064.9 367.715 1086.5H369.715ZM358.521 1038.91C350.946 1028.58 338.932 1023.5 322.715 1023.5V1025.5C338.498 1025.5 349.817 1030.42 356.908 1040.09L358.521 1038.91ZM322.715 1023.5C310.572 1023.5 299.74 1026.03 290.243 1031.12L291.187 1032.88C300.357 1027.97 310.857 1025.5 322.715 1025.5V1023.5ZM290.268 1031.11C280.782 1035.85 273.309 1042.47 267.873 1050.96L269.557 1052.04C274.788 1043.87 281.981 1037.49 291.162 1032.89L290.268 1031.11ZM267.867 1050.97C262.752 1059.15 260.215 1068.84 260.215 1080H262.215C262.215 1069.16 264.678 1059.85 269.563 1052.03L267.867 1050.97ZM260.215 1080V1233H262.215V1080H260.215ZM261.215 1232H192.215V1234H261.215V1232ZM542.52 1219L541.84 1219.73L541.849 1219.74L542.52 1219ZM522.02 1026.5H523.02V1025.5H522.02V1026.5ZM465.52 1026.5H464.52V1027.5H465.52V1026.5ZM465.52 973V972H464.52V973H465.52ZM522.02 973V974H523.02V973H522.02ZM522.02 888V887H521.02V888H522.02ZM591.02 888H592.02V887H591.02V888ZM591.02 973H590.02V974H591.02V973ZM675.52 973H676.52V972H675.52V973ZM675.52 1026.5V1027.5H676.52V1026.5H675.52ZM591.02 1026.5V1025.5H590.02V1026.5H591.02ZM598.52 1172.5L597.735 1173.12L597.743 1173.13L597.751 1173.14L598.52 1172.5ZM647.52 1179.5L647.355 1178.51L647.348 1178.51L647.52 1179.5ZM669.52 1174L670.514 1173.9L670.387 1172.64L669.189 1173.06L669.52 1174ZM675.02 1228.5L675.302 1229.46L676.098 1229.23L676.014 1228.4L675.02 1228.5ZM642.52 1235.5L642.392 1234.51L642.376 1234.51L642.36 1234.51L642.52 1235.5ZM610.52 1237C579.281 1237 556.918 1230.68 543.19 1218.26L541.849 1219.74C556.121 1232.65 579.091 1239 610.52 1239V1237ZM543.199 1218.27C529.827 1205.87 523.02 1185.37 523.02 1156.5H521.02C521.02 1185.63 527.879 1206.79 541.84 1219.73L543.199 1218.27ZM523.02 1156.5V1026.5H521.02V1156.5H523.02ZM522.02 1025.5H465.52V1027.5H522.02V1025.5ZM466.52 1026.5V973H464.52V1026.5H466.52ZM465.52 974H522.02V972H465.52V974ZM523.02 973V888H521.02V973H523.02ZM522.02 889H591.02V887H522.02V889ZM590.02 888V973H592.02V888H590.02ZM591.02 974H675.52V972H591.02V974ZM674.52 973V1026.5H676.52V973H674.52ZM675.52 1025.5H591.02V1027.5H675.52V1025.5ZM590.02 1026.5V1139.5H592.02V1026.5H590.02ZM590.02 1139.5C590.02 1155.21 592.514 1166.51 597.735 1173.12L599.304 1171.88C594.525 1165.83 592.02 1155.12 592.02 1139.5H590.02ZM597.751 1173.14C603.037 1179.48 612.415 1182.5 625.52 1182.5V1180.5C612.624 1180.5 604.002 1177.52 599.288 1171.86L597.751 1173.14ZM625.52 1182.5C632.583 1182.5 639.974 1181.83 647.691 1180.49L647.348 1178.51C639.732 1179.84 632.456 1180.5 625.52 1180.5V1182.5ZM647.684 1180.49C655.732 1179.15 663.122 1177.3 669.85 1174.94L669.189 1173.06C662.584 1175.37 655.307 1177.19 647.355 1178.51L647.684 1180.49ZM668.525 1174.1L674.025 1228.6L676.014 1228.4L670.514 1173.9L668.525 1174.1ZM674.737 1227.54C663.448 1230.86 652.666 1233.18 642.392 1234.51L642.648 1236.49C653.039 1235.15 663.924 1232.81 675.302 1229.46L674.737 1227.54ZM642.36 1234.51C632.082 1236.17 621.469 1237 610.52 1237V1239C621.57 1239 632.29 1238.16 642.679 1236.49L642.36 1234.51ZM737.707 1233H736.707V1234H737.707V1233ZM737.707 868V867H736.707V868H737.707ZM807.707 868H808.707V867H807.707V868ZM807.707 1233V1234H808.707V1233H807.707ZM738.707 1233V868H736.707V1233H738.707ZM737.707 869H807.707V867H737.707V869ZM806.707 868V1233H808.707V868H806.707ZM807.707 1232H737.707V1234H807.707V1232ZM882.191 1216.5L881.492 1217.22L881.501 1217.22L882.191 1216.5ZM895.191 1089.5L894.623 1088.68L894.618 1088.68L895.191 1089.5ZM1030.19 1065V1066H1031.19V1065H1030.19ZM1025.69 1038L1024.77 1038.39L1024.78 1038.41L1024.79 1038.43L1025.69 1038ZM1011.19 1025L1010.82 1025.93L1010.85 1025.94L1010.88 1025.95L1011.19 1025ZM930.191 1026.5L930.374 1027.48L930.382 1027.48L930.391 1027.48L930.191 1026.5ZM879.191 1041L878.204 1041.16L878.401 1042.39L879.559 1041.93L879.191 1041ZM870.691 988L870.348 987.061L869.573 987.344L869.704 988.158L870.691 988ZM928.191 973.5L928.348 974.488L928.361 974.486L928.191 973.5ZM1054.69 977.5L1055.07 976.576L1055.07 976.576L1054.69 977.5ZM1088.19 1009.5L1087.29 1009.92L1087.29 1009.93L1088.19 1009.5ZM1098.69 1233V1234H1099.69V1233H1098.69ZM1033.19 1233L1032.19 1233.03L1032.22 1234H1033.19V1233ZM1032.19 1203L1033.19 1202.97L1033.16 1202H1032.19V1203ZM1031.69 1203V1202H1031.24L1030.94 1202.34L1031.69 1203ZM993.191 1228.5L992.83 1227.57L992.83 1227.57L993.191 1228.5ZM1021.69 1163.5L1020.9 1162.89L1020.9 1162.89L1021.69 1163.5ZM1030.19 1110H1031.19V1109H1030.19V1110ZM945.191 1120.5L945.639 1121.39L945.647 1121.39L945.656 1121.39L945.191 1120.5ZM936.191 1177L935.558 1177.77L935.567 1177.78L935.575 1177.79L936.191 1177ZM943.191 1237C917.718 1237 897.654 1229.89 882.882 1215.78L881.501 1217.22C896.728 1231.77 917.332 1239 943.191 1239V1237ZM882.89 1215.78C868.449 1201.67 861.191 1182.78 861.191 1159H859.191C859.191 1183.22 866.6 1202.66 881.492 1217.22L882.89 1215.78ZM861.191 1159C861.191 1129.31 872.715 1106.45 895.765 1090.32L894.618 1088.68C871.001 1105.21 859.191 1128.69 859.191 1159H861.191ZM895.759 1090.32C919.194 1074.15 952.464 1066 995.691 1066V1064C952.252 1064 918.522 1072.18 894.623 1088.68L895.759 1090.32ZM995.691 1066H1030.19V1064H995.691V1066ZM1031.19 1065C1031.19 1053.27 1029.69 1044.1 1026.6 1037.57L1024.79 1038.43C1027.7 1044.57 1029.19 1053.4 1029.19 1065H1031.19ZM1026.61 1037.61C1023.83 1030.99 1018.76 1026.47 1011.51 1024.05L1010.88 1025.95C1017.62 1028.2 1022.22 1032.34 1024.77 1038.39L1026.61 1037.61ZM1011.56 1024.07C1004.72 1021.33 994.903 1020 982.191 1020V1022C994.813 1022 1004.33 1023.33 1010.82 1025.93L1011.56 1024.07ZM982.191 1020C965.451 1020 948.051 1021.84 929.992 1025.52L930.391 1027.48C948.332 1023.83 965.598 1022 982.191 1022V1020ZM930.009 1025.52C911.95 1028.86 894.887 1033.71 878.823 1040.07L879.559 1041.93C895.496 1035.62 912.433 1030.81 930.374 1027.48L930.009 1025.52ZM880.179 1040.84L871.679 987.842L869.704 988.158L878.204 1041.16L880.179 1040.84ZM871.035 988.939C888.299 982.631 907.402 977.812 928.348 974.488L928.035 972.512C906.98 975.854 887.75 980.702 870.348 987.061L871.035 988.939ZM928.361 974.486C949.64 970.828 970.75 969 991.691 969V967C970.633 967 949.41 968.838 928.022 972.514L928.361 974.486ZM991.691 969C1018.3 969 1039.15 972.162 1054.31 978.424L1055.07 976.576C1039.57 970.171 1018.42 967 991.691 967V969ZM1054.31 978.424C1069.41 984.662 1080.39 995.15 1087.29 1009.92L1089.1 1009.08C1081.99 993.85 1070.64 983.004 1055.07 976.576L1054.31 978.424ZM1087.29 1009.93C1094.2 1024.41 1097.69 1044.08 1097.69 1069H1099.69C1099.69 1043.92 1096.18 1023.92 1089.09 1009.07L1087.29 1009.93ZM1097.69 1069V1233H1099.69V1069H1097.69ZM1098.69 1232H1033.19V1234H1098.69V1232ZM1034.19 1232.97L1033.19 1202.97L1031.19 1203.03L1032.19 1233.03L1034.19 1232.97ZM1032.19 1202H1031.69V1204H1032.19V1202ZM1030.94 1202.34C1021.73 1212.86 1009.05 1221.28 992.83 1227.57L993.553 1229.43C1010 1223.05 1022.98 1214.47 1032.44 1203.66L1030.94 1202.34ZM992.83 1227.57C976.608 1233.86 960.064 1237 943.191 1237V1239C960.319 1239 977.108 1235.81 993.553 1229.43L992.83 1227.57ZM968.191 1187C979.973 1187 990.61 1184.98 1000.09 1180.92L999.297 1179.08C990.106 1183.02 979.743 1185 968.191 1185V1187ZM1000.09 1180.92C1009.55 1176.86 1017.03 1171.26 1022.49 1164.11L1020.9 1162.89C1015.68 1169.74 1008.5 1175.14 999.297 1179.08L1000.09 1180.92ZM1022.48 1164.11C1028.27 1156.62 1031.19 1148.4 1031.19 1139.5H1029.19C1029.19 1147.93 1026.44 1155.72 1020.9 1162.89L1022.48 1164.11ZM1031.19 1139.5V1110H1029.19V1139.5H1031.19ZM1030.19 1109H1005.69V1111H1030.19V1109ZM1005.69 1109C978.639 1109 958.276 1112.5 944.727 1119.61L945.656 1121.39C958.773 1114.5 978.744 1111 1005.69 1111V1109ZM944.744 1119.61C937.948 1123 932.796 1127.41 929.347 1132.84C925.897 1138.27 924.191 1144.67 924.191 1152H926.191C926.191 1144.99 927.819 1138.98 931.036 1133.91C934.254 1128.84 939.102 1124.66 945.639 1121.39L944.744 1119.61ZM924.191 1152C924.191 1162.92 927.962 1171.56 935.558 1177.77L936.825 1176.23C929.755 1170.44 926.191 1162.41 926.191 1152H924.191ZM935.575 1177.79C943.477 1183.97 954.39 1187 968.191 1187V1185C954.66 1185 944.24 1182.03 936.808 1176.21L935.575 1177.79ZM1183.11 1338L1182.18 1337.63L1181.62 1339H1183.11V1338ZM1226.11 1231.5L1227.03 1231.87L1227.18 1231.5L1227.03 1231.13L1226.11 1231.5ZM1123.61 973.5L1123.6 972.5L1122.14 972.51L1122.68 973.869L1123.61 973.5ZM1197.11 973L1198.06 972.689L1197.83 971.995L1197.1 972L1197.11 973ZM1260.11 1165.5L1259.16 1165.81L1259.38 1166.5H1260.11V1165.5ZM1261.11 1165.5V1166.5H1261.83L1262.06 1165.81L1261.11 1165.5ZM1324.61 973V972H1323.88L1323.66 972.687L1324.61 973ZM1398.61 973L1399.54 973.365L1400.07 972H1398.61V973ZM1255.61 1338V1339H1256.29L1256.54 1338.36L1255.61 1338ZM1184.03 1338.37L1227.03 1231.87L1225.18 1231.13L1182.18 1337.63L1184.03 1338.37ZM1227.03 1231.13L1124.53 973.131L1122.68 973.869L1225.18 1231.87L1227.03 1231.13ZM1123.61 974.5L1197.11 974L1197.1 972L1123.6 972.5L1123.61 974.5ZM1196.16 973.311L1259.16 1165.81L1261.06 1165.19L1198.06 972.689L1196.16 973.311ZM1260.11 1166.5H1261.11V1164.5H1260.11V1166.5ZM1262.06 1165.81L1325.56 973.313L1323.66 972.687L1260.16 1165.19L1262.06 1165.81ZM1324.61 974H1398.61V972H1324.61V974ZM1397.67 972.635L1254.67 1337.64L1256.54 1338.36L1399.54 973.365L1397.67 972.635ZM1255.61 1337H1183.11V1339H1255.61V1337ZM1452.46 1203L1451.78 1203.73L1451.78 1203.74L1452.46 1203ZM1449.46 1004L1448.74 1003.31L1448.74 1003.31L1449.46 1004ZM1634.46 1002L1633.73 1002.68L1633.73 1002.69L1634.46 1002ZM1665.96 1114.5L1664.96 1114.44L1664.96 1114.47V1114.5H1665.96ZM1665.46 1128V1129H1666.36L1666.45 1128.11L1665.46 1128ZM1453.46 1128H1452.46V1129H1453.46V1128ZM1453.46 1080.5V1079.5H1452.46V1080.5H1453.46ZM1611.96 1080.5L1612.8 1081.05L1613.81 1079.5H1611.96V1080.5ZM1602.46 1095H1601.46V1098.35L1603.3 1095.55L1602.46 1095ZM1587.96 1037L1587.16 1037.59L1587.16 1037.6L1587.17 1037.61L1587.96 1037ZM1497.96 1038L1498.74 1038.62L1498.75 1038.61L1497.96 1038ZM1500.96 1168L1501.63 1167.25L1501.63 1167.25L1500.96 1168ZM1645.46 1169.5L1646.45 1169.35L1646.26 1168.13L1645.11 1168.56L1645.46 1169.5ZM1653.46 1222L1653.84 1222.93L1654.57 1222.63L1654.45 1221.85L1653.46 1222ZM1609.96 1233.5L1609.8 1232.51L1609.79 1232.51L1609.78 1232.52L1609.96 1233.5ZM1560.46 1237C1513.95 1237 1478.23 1225.38 1453.14 1202.26L1451.78 1203.74C1477.36 1227.29 1513.63 1239 1560.46 1239V1237ZM1453.14 1202.27C1428.4 1179.17 1415.96 1146.13 1415.96 1103H1413.96C1413.96 1146.53 1426.52 1180.16 1451.78 1203.73L1453.14 1202.27ZM1415.96 1103C1415.96 1061.19 1427.41 1028.46 1450.18 1004.69L1448.74 1003.31C1425.52 1027.54 1413.96 1060.81 1413.96 1103H1415.96ZM1450.18 1004.69C1472.96 980.93 1504.34 969 1544.46 969V967C1503.92 967 1471.97 979.07 1448.74 1003.31L1450.18 1004.69ZM1544.46 969C1583.26 969 1612.96 980.268 1633.73 1002.68L1635.19 1001.32C1613.96 978.399 1583.66 967 1544.46 967V969ZM1633.73 1002.69C1654.84 1025.11 1665.46 1057 1665.46 1098.5H1667.46C1667.46 1056.67 1656.75 1024.22 1635.19 1001.31L1633.73 1002.69ZM1665.46 1098.5C1665.46 1103.14 1665.3 1108.46 1664.96 1114.44L1666.96 1114.56C1667.29 1108.54 1667.46 1103.19 1667.46 1098.5H1665.46ZM1664.96 1114.5C1664.96 1120.49 1664.79 1124.95 1664.47 1127.89L1666.45 1128.11C1666.79 1125.05 1666.96 1120.51 1666.96 1114.5H1664.96ZM1665.46 1127H1453.46V1129H1665.46V1127ZM1454.46 1128V1080.5H1452.46V1128H1454.46ZM1453.46 1081.5H1611.96V1079.5H1453.46V1081.5ZM1611.12 1079.95L1601.62 1094.45L1603.3 1095.55L1612.8 1081.05L1611.12 1079.95ZM1603.46 1095C1603.46 1068.91 1598.62 1049.31 1588.76 1036.39L1587.17 1037.61C1596.64 1050.02 1601.46 1069.09 1601.46 1095H1603.46ZM1588.77 1036.41C1579.2 1023.42 1564.36 1017 1544.46 1017V1019C1563.9 1019 1578.06 1025.25 1587.16 1037.59L1588.77 1036.41ZM1544.46 1017C1523.56 1017 1507.74 1023.75 1497.17 1037.39L1498.75 1038.61C1508.85 1025.58 1524.03 1019 1544.46 1019V1017ZM1497.18 1037.38C1486.64 1050.63 1481.46 1070.39 1481.46 1096.5H1483.46C1483.46 1070.61 1488.61 1051.37 1498.74 1038.62L1497.18 1037.38ZM1481.46 1096.5V1116.5H1483.46V1096.5H1481.46ZM1481.46 1116.5C1481.46 1140 1487.67 1157.49 1500.3 1168.75L1501.63 1167.25C1489.58 1156.51 1483.46 1139.67 1483.46 1116.5H1481.46ZM1500.3 1168.75C1512.89 1179.98 1532.01 1185.5 1557.46 1185.5V1183.5C1532.25 1183.5 1513.7 1178.02 1501.63 1167.25L1500.3 1168.75ZM1557.46 1185.5C1571.86 1185.5 1587.08 1184.16 1603.13 1181.49L1602.8 1179.51C1586.84 1182.17 1571.73 1183.5 1557.46 1183.5V1185.5ZM1603.13 1181.49C1619.18 1178.81 1633.41 1175.13 1645.81 1170.44L1645.11 1168.56C1632.85 1173.2 1618.75 1176.86 1602.8 1179.51L1603.13 1181.49ZM1644.47 1169.65L1652.47 1222.15L1654.45 1221.85L1646.45 1169.35L1644.47 1169.65ZM1653.09 1221.07C1640.84 1226.04 1626.41 1229.85 1609.8 1232.51L1610.12 1234.49C1626.84 1231.81 1641.42 1227.96 1653.84 1222.93L1653.09 1221.07ZM1609.78 1232.52C1593.51 1235.51 1577.07 1237 1560.46 1237V1239C1577.19 1239 1593.75 1237.49 1610.14 1234.48L1609.78 1232.52ZM1718.09 1233H1717.09V1234H1718.09V1233ZM1718.09 973V972H1717.09V973H1718.09ZM1784.09 973L1785.09 972.99L1785.08 972H1784.09V973ZM1784.59 1021.5L1783.59 1021.51L1783.6 1022.5H1784.59V1021.5ZM1786.09 1021.5V1022.5H1786.6L1786.9 1022.1L1786.09 1021.5ZM1816.59 992.5L1817.14 993.336L1817.15 993.332L1816.59 992.5ZM1855.59 974.5L1855.87 975.462L1855.88 975.459L1855.88 975.457L1855.59 974.5ZM1899.59 968H1900.59V967H1899.59V968ZM1899.59 1026.5V1027.5H1900.59V1026.5H1899.59ZM1802.59 1069.5L1803.39 1070.11L1803.39 1070.1L1802.59 1069.5ZM1787.59 1233V1234H1788.59V1233H1787.59ZM1719.09 1233V973H1717.09V1233H1719.09ZM1718.09 974H1784.09V972H1718.09V974ZM1783.09 973.01L1783.59 1021.51L1785.59 1021.49L1785.09 972.99L1783.09 973.01ZM1784.59 1022.5H1786.09V1020.5H1784.59V1022.5ZM1786.9 1022.1C1795.5 1010.52 1805.58 1000.94 1817.14 993.336L1816.04 991.664C1804.28 999.398 1794.02 1009.15 1785.29 1020.9L1786.9 1022.1ZM1817.15 993.332C1829.06 985.39 1841.97 979.433 1855.87 975.462L1855.32 973.538C1841.22 977.567 1828.13 983.61 1816.04 991.668L1817.15 993.332ZM1855.88 975.457C1870.12 971.152 1884.69 969 1899.59 969V967C1884.5 967 1869.73 969.181 1855.3 973.543L1855.88 975.457ZM1898.59 968V1026.5H1900.59V968H1898.59ZM1899.59 1025.5C1878.8 1025.5 1859.83 1029.36 1842.68 1037.09L1843.5 1038.91C1860.36 1031.31 1879.05 1027.5 1899.59 1027.5V1025.5ZM1842.68 1037.09C1825.55 1044.82 1811.91 1055.42 1801.79 1068.9L1803.39 1070.1C1813.28 1056.92 1826.64 1046.52 1843.5 1038.91L1842.68 1037.09ZM1801.8 1068.89C1791.67 1082.06 1786.59 1096.77 1786.59 1113H1788.59C1788.59 1097.23 1793.52 1082.94 1803.39 1070.11L1801.8 1068.89ZM1786.59 1113V1233H1788.59V1113H1786.59ZM1787.59 1232H1718.09V1234H1787.59V1232Z", fill: "currentColor", mask: "url(#path-3-outside-1_2059_21)" })
|
|
16
|
-
] }),
|
|
17
|
-
/* @__PURE__ */ L.jsx("defs", { children: /* @__PURE__ */ L.jsxs("filter", { id: "filter0_d_2059_21", x: "38.5", y: "868", width: "1865.09", height: "478", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [
|
|
18
|
-
/* @__PURE__ */ L.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
19
|
-
/* @__PURE__ */ L.jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
|
|
20
|
-
/* @__PURE__ */ L.jsx("feOffset", { dy: "4" }),
|
|
21
|
-
/* @__PURE__ */ L.jsx("feGaussianBlur", { stdDeviation: "2" }),
|
|
22
|
-
/* @__PURE__ */ L.jsx("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
23
|
-
/* @__PURE__ */ L.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
|
|
24
|
-
/* @__PURE__ */ L.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2059_21" }),
|
|
25
|
-
/* @__PURE__ */ L.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2059_21", result: "shape" })
|
|
26
|
-
] }) })
|
|
27
|
-
] });
|
|
28
|
-
export {
|
|
29
|
-
M as LogoWithTextBelowCircle
|
|
30
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const L=require("../../jsx-runtime-D6agescH.cjs"),V=({bgColor:C,...H})=>L.jsxRuntimeExports.jsxs("svg",{width:"1868",height:"1215",viewBox:"0 0 1868 1215",fill:"none",xmlns:"http://www.w3.org/2000/svg",...H,children:[L.jsxRuntimeExports.jsxs("g",{filter:"url(#filter0_d_2059_2)",children:[L.jsxRuntimeExports.jsxs("mask",{id:"path-1-outside-1_2059_2",maskUnits:"userSpaceOnUse",x:"4",y:"0",width:"1860",height:"1207",fill:"currentColor",children:[L.jsxRuntimeExports.jsx("rect",{fill:C,x:"4",width:"1860",height:"1207"}),L.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M697 46C697 21.1472 717.147 1 742 1H987C1011.85 1 1032 21.1472 1032 46C1032 70.8528 1011.85 91 987 91H742C717.147 91 697 70.8528 697 46ZM742 176C717.147 176 697 196.147 697 221C697 245.853 717.147 266 742 266H1122C1146.85 266 1167 245.853 1167 221C1167 196.147 1146.85 176 1122 176H742ZM742 349C717.147 349 697 369.147 697 394C697 418.853 717.147 439 742 439H922C946.853 439 967 418.853 967 394C967 369.147 946.853 349 922 349H742ZM5 736V1101H78V736H5ZM154.715 841V1101H223.715V948C223.715 937 226.215 927.5 231.215 919.5C236.548 911.167 243.882 904.667 253.215 900C262.548 895 273.215 892.5 285.215 892.5C301.215 892.5 312.882 897.5 320.215 907.5C327.548 917.167 331.215 932.833 331.215 954.5V1101H399.715V941C399.715 904.667 392.215 878.167 377.215 861.5C362.548 844.5 339.548 836 308.215 836C289.548 836 273.048 839 258.715 845C244.715 850.667 232.382 859.5 221.715 871.5H220.715L220.215 841H154.715ZM505.02 1087C519.02 1099.67 541.686 1106 573.02 1106C584.02 1106 594.686 1105.17 605.02 1103.5C615.353 1102.17 626.186 1099.83 637.52 1096.5L632.02 1042C625.353 1044.33 618.02 1046.17 610.02 1047.5C602.353 1048.83 595.02 1049.5 588.02 1049.5C575.02 1049.5 566.02 1046.5 561.02 1040.5C556.02 1034.17 553.52 1023.17 553.52 1007.5V894.5H638.02V841H553.52V756H484.52V841H428.02V894.5H484.52V1024.5C484.52 1053.5 491.353 1074.33 505.02 1087ZM700.207 736V1101H770.207V736H700.207ZM844.691 1084.5C859.691 1098.83 880.025 1106 905.691 1106C922.691 1106 939.358 1102.83 955.691 1096.5C972.025 1090.17 984.858 1081.67 994.191 1071H994.691L995.691 1101H1061.19V937C1061.19 912 1057.69 892.167 1050.69 877.5C1043.69 862.5 1032.52 851.833 1017.19 845.5C1001.86 839.167 980.858 836 954.191 836C933.191 836 912.025 837.833 890.691 841.5C869.691 844.833 850.525 849.667 833.191 856L841.691 909C857.691 902.667 874.691 897.833 892.691 894.5C910.691 890.833 928.025 889 944.691 889C957.358 889 967.025 890.333 973.691 893C980.691 895.333 985.525 899.667 988.191 906C991.191 912.333 992.691 921.333 992.691 933H958.191C914.858 933 881.358 941.167 857.691 957.5C834.358 973.833 822.691 997 822.691 1027C822.691 1051 830.025 1070.17 844.691 1084.5ZM962.191 1048C952.858 1052 942.358 1054 930.691 1054C917.025 1054 906.358 1051 898.691 1045C891.358 1039 887.691 1030.67 887.691 1020C887.691 1005.67 894.358 995.167 907.691 988.5C921.025 981.5 941.191 978 968.191 978H992.691V1007.5C992.691 1016.17 989.858 1024.17 984.191 1031.5C978.858 1038.5 971.525 1044 962.191 1048ZM1188.61 1099.5L1145.61 1206H1218.11L1361.11 841H1287.11L1223.61 1033.5H1222.61L1159.61 841L1086.11 841.5L1188.61 1099.5ZM1414.96 1071C1440.29 1094.33 1476.29 1106 1522.96 1106C1539.63 1106 1556.13 1104.5 1572.46 1101.5C1589.13 1098.83 1603.63 1095 1615.96 1090L1607.96 1037.5C1595.63 1042.17 1581.46 1045.83 1565.46 1048.5C1549.46 1051.17 1534.29 1052.5 1519.96 1052.5C1494.63 1052.5 1475.79 1047 1463.46 1036C1453.25 1026.89 1447.27 1013.56 1445.51 996H1627.96C1628.29 993 1628.46 988.5 1628.46 982.5C1628.79 976.5 1628.96 971.167 1628.96 966.5C1628.96 924.833 1618.29 892.667 1596.96 870C1575.96 847.333 1545.96 836 1506.96 836C1466.63 836 1434.96 848 1411.96 872C1388.96 896 1377.46 929 1377.46 971C1377.46 1014.33 1389.96 1047.67 1414.96 1071ZM1445.69 948.5C1447.45 930.347 1452.37 916.18 1460.46 906C1470.79 892.667 1486.29 886 1506.96 886C1526.63 886 1541.13 892.333 1550.46 905C1558.24 915.188 1562.88 929.688 1564.41 948.5H1445.69ZM1746.59 841H1680.59V1101H1750.09V981C1750.09 965 1755.09 950.5 1765.09 937.5C1775.09 924.167 1788.59 913.667 1805.59 906C1822.59 898.333 1841.43 894.5 1862.09 894.5V836C1847.09 836 1832.43 838.167 1818.09 842.5C1804.09 846.5 1791.09 852.5 1779.09 860.5C1767.43 868.167 1757.26 877.833 1748.59 889.5H1747.09L1746.59 841Z"})]}),L.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M697 46C697 21.1472 717.147 1 742 1H987C1011.85 1 1032 21.1472 1032 46C1032 70.8528 1011.85 91 987 91H742C717.147 91 697 70.8528 697 46ZM742 176C717.147 176 697 196.147 697 221C697 245.853 717.147 266 742 266H1122C1146.85 266 1167 245.853 1167 221C1167 196.147 1146.85 176 1122 176H742ZM742 349C717.147 349 697 369.147 697 394C697 418.853 717.147 439 742 439H922C946.853 439 967 418.853 967 394C967 369.147 946.853 349 922 349H742ZM5 736V1101H78V736H5ZM154.715 841V1101H223.715V948C223.715 937 226.215 927.5 231.215 919.5C236.548 911.167 243.882 904.667 253.215 900C262.548 895 273.215 892.5 285.215 892.5C301.215 892.5 312.882 897.5 320.215 907.5C327.548 917.167 331.215 932.833 331.215 954.5V1101H399.715V941C399.715 904.667 392.215 878.167 377.215 861.5C362.548 844.5 339.548 836 308.215 836C289.548 836 273.048 839 258.715 845C244.715 850.667 232.382 859.5 221.715 871.5H220.715L220.215 841H154.715ZM505.02 1087C519.02 1099.67 541.686 1106 573.02 1106C584.02 1106 594.686 1105.17 605.02 1103.5C615.353 1102.17 626.186 1099.83 637.52 1096.5L632.02 1042C625.353 1044.33 618.02 1046.17 610.02 1047.5C602.353 1048.83 595.02 1049.5 588.02 1049.5C575.02 1049.5 566.02 1046.5 561.02 1040.5C556.02 1034.17 553.52 1023.17 553.52 1007.5V894.5H638.02V841H553.52V756H484.52V841H428.02V894.5H484.52V1024.5C484.52 1053.5 491.353 1074.33 505.02 1087ZM700.207 736V1101H770.207V736H700.207ZM844.691 1084.5C859.691 1098.83 880.025 1106 905.691 1106C922.691 1106 939.358 1102.83 955.691 1096.5C972.025 1090.17 984.858 1081.67 994.191 1071H994.691L995.691 1101H1061.19V937C1061.19 912 1057.69 892.167 1050.69 877.5C1043.69 862.5 1032.52 851.833 1017.19 845.5C1001.86 839.167 980.858 836 954.191 836C933.191 836 912.025 837.833 890.691 841.5C869.691 844.833 850.525 849.667 833.191 856L841.691 909C857.691 902.667 874.691 897.833 892.691 894.5C910.691 890.833 928.025 889 944.691 889C957.358 889 967.025 890.333 973.691 893C980.691 895.333 985.525 899.667 988.191 906C991.191 912.333 992.691 921.333 992.691 933H958.191C914.858 933 881.358 941.167 857.691 957.5C834.358 973.833 822.691 997 822.691 1027C822.691 1051 830.025 1070.17 844.691 1084.5ZM962.191 1048C952.858 1052 942.358 1054 930.691 1054C917.025 1054 906.358 1051 898.691 1045C891.358 1039 887.691 1030.67 887.691 1020C887.691 1005.67 894.358 995.167 907.691 988.5C921.025 981.5 941.191 978 968.191 978H992.691V1007.5C992.691 1016.17 989.858 1024.17 984.191 1031.5C978.858 1038.5 971.525 1044 962.191 1048ZM1188.61 1099.5L1145.61 1206H1218.11L1361.11 841H1287.11L1223.61 1033.5H1222.61L1159.61 841L1086.11 841.5L1188.61 1099.5ZM1414.96 1071C1440.29 1094.33 1476.29 1106 1522.96 1106C1539.63 1106 1556.13 1104.5 1572.46 1101.5C1589.13 1098.83 1603.63 1095 1615.96 1090L1607.96 1037.5C1595.63 1042.17 1581.46 1045.83 1565.46 1048.5C1549.46 1051.17 1534.29 1052.5 1519.96 1052.5C1494.63 1052.5 1475.79 1047 1463.46 1036C1453.25 1026.89 1447.27 1013.56 1445.51 996H1627.96C1628.29 993 1628.46 988.5 1628.46 982.5C1628.79 976.5 1628.96 971.167 1628.96 966.5C1628.96 924.833 1618.29 892.667 1596.96 870C1575.96 847.333 1545.96 836 1506.96 836C1466.63 836 1434.96 848 1411.96 872C1388.96 896 1377.46 929 1377.46 971C1377.46 1014.33 1389.96 1047.67 1414.96 1071ZM1445.69 948.5C1447.45 930.347 1452.37 916.18 1460.46 906C1470.79 892.667 1486.29 886 1506.96 886C1526.63 886 1541.13 892.333 1550.46 905C1558.24 915.188 1562.88 929.688 1564.41 948.5H1445.69ZM1746.59 841H1680.59V1101H1750.09V981C1750.09 965 1755.09 950.5 1765.09 937.5C1775.09 924.167 1788.59 913.667 1805.59 906C1822.59 898.333 1841.43 894.5 1862.09 894.5V836C1847.09 836 1832.43 838.167 1818.09 842.5C1804.09 846.5 1791.09 852.5 1779.09 860.5C1767.43 868.167 1757.26 877.833 1748.59 889.5H1747.09L1746.59 841Z",fill:"currentColor"}),L.jsxRuntimeExports.jsx("path",{d:"M5 1101H4V1102H5V1101ZM5 736V735H4V736H5ZM78 1101V1102H79V1101H78ZM78 736H79V735H78V736ZM154.715 1101H153.715V1102H154.715V1101ZM154.715 841V840H153.715V841H154.715ZM223.715 1101V1102H224.715V1101H223.715ZM231.215 919.5L230.373 918.961L230.367 918.97L231.215 919.5ZM253.215 900L253.662 900.894L253.675 900.888L253.687 900.881L253.215 900ZM320.215 907.5L319.408 908.091L319.413 908.098L319.418 908.104L320.215 907.5ZM331.215 1101H330.215V1102H331.215V1101ZM399.715 1101V1102H400.715V1101H399.715ZM377.215 861.5L376.458 862.153L376.465 862.161L376.472 862.169L377.215 861.5ZM258.715 845L259.09 845.927L259.101 845.922L258.715 845ZM221.715 871.5V872.5H222.164L222.462 872.164L221.715 871.5ZM220.715 871.5L219.715 871.516L219.731 872.5H220.715V871.5ZM220.215 841L221.215 840.984L221.199 840H220.215V841ZM505.02 1087L504.34 1087.73L504.349 1087.74L505.02 1087ZM605.02 1103.5L604.892 1102.51L604.876 1102.51L604.86 1102.51L605.02 1103.5ZM637.52 1096.5L637.802 1097.46L638.598 1097.23L638.514 1096.4L637.52 1096.5ZM632.02 1042L633.014 1041.9L632.887 1040.64L631.689 1041.06L632.02 1042ZM610.02 1047.5L609.855 1046.51L609.848 1046.51L610.02 1047.5ZM561.02 1040.5L560.235 1041.12L560.243 1041.13L560.251 1041.14L561.02 1040.5ZM553.52 894.5V893.5H552.52V894.5H553.52ZM638.02 894.5V895.5H639.02V894.5H638.02ZM638.02 841H639.02V840H638.02V841ZM553.52 841H552.52V842H553.52V841ZM553.52 756H554.52V755H553.52V756ZM484.52 756V755H483.52V756H484.52ZM484.52 841V842H485.52V841H484.52ZM428.02 841V840H427.02V841H428.02ZM428.02 894.5H427.02V895.5H428.02V894.5ZM484.52 894.5H485.52V893.5H484.52V894.5ZM700.207 1101H699.207V1102H700.207V1101ZM700.207 736V735H699.207V736H700.207ZM770.207 1101V1102H771.207V1101H770.207ZM770.207 736H771.207V735H770.207V736ZM844.691 1084.5L843.992 1085.22L844.001 1085.22L844.691 1084.5ZM994.191 1071V1070H993.738L993.439 1070.34L994.191 1071ZM994.691 1071L995.691 1070.97L995.659 1070H994.691V1071ZM995.691 1101L994.692 1101.03L994.724 1102H995.691V1101ZM1061.19 1101V1102H1062.19V1101H1061.19ZM1050.69 877.5L1049.79 877.923L1049.79 877.931L1050.69 877.5ZM1017.19 845.5L1016.81 846.424L1016.81 846.424L1017.19 845.5ZM890.691 841.5L890.848 842.488L890.861 842.486L890.691 841.5ZM833.191 856L832.848 855.061L832.073 855.344L832.204 856.158L833.191 856ZM841.691 909L840.704 909.158L840.901 910.388L842.059 909.93L841.691 909ZM892.691 894.5L892.873 895.483L892.882 895.482L892.891 895.48L892.691 894.5ZM973.691 893L973.32 893.928L973.347 893.939L973.375 893.949L973.691 893ZM988.191 906L987.27 906.388L987.278 906.408L987.288 906.428L988.191 906ZM992.691 933V934H993.691V933H992.691ZM857.691 957.5L857.123 956.677L857.118 956.681L857.691 957.5ZM898.691 1045L898.058 1045.77L898.067 1045.78L898.075 1045.79L898.691 1045ZM907.691 988.5L908.139 989.394L908.147 989.39L908.156 989.385L907.691 988.5ZM992.691 978H993.691V977H992.691V978ZM984.191 1031.5L983.4 1030.89L983.396 1030.89L984.191 1031.5ZM1145.61 1206L1144.68 1205.63L1144.12 1207H1145.61V1206ZM1188.61 1099.5L1189.53 1099.87L1189.68 1099.5L1189.53 1099.13L1188.61 1099.5ZM1218.11 1206V1207H1218.79L1219.04 1206.36L1218.11 1206ZM1361.11 841L1362.04 841.365L1362.57 840H1361.11V841ZM1287.11 841V840H1286.38L1286.16 840.687L1287.11 841ZM1223.61 1033.5V1034.5H1224.33L1224.56 1033.81L1223.61 1033.5ZM1222.61 1033.5L1221.66 1033.81L1221.88 1034.5H1222.61V1033.5ZM1159.61 841L1160.56 840.689L1160.33 839.995L1159.6 840L1159.61 841ZM1086.11 841.5L1086.1 840.5L1084.64 840.51L1085.18 841.869L1086.11 841.5ZM1414.96 1071L1414.28 1071.73L1414.28 1071.74L1414.96 1071ZM1572.46 1101.5L1572.3 1100.51L1572.29 1100.51L1572.28 1100.52L1572.46 1101.5ZM1615.96 1090L1616.34 1090.93L1617.07 1090.63L1616.95 1089.85L1615.96 1090ZM1607.96 1037.5L1608.95 1037.35L1608.76 1036.13L1607.61 1036.56L1607.96 1037.5ZM1463.46 1036L1464.13 1035.25L1464.13 1035.25L1463.46 1036ZM1445.51 996V995H1444.4L1444.51 996.1L1445.51 996ZM1627.96 996V997H1628.86L1628.95 996.11L1627.96 996ZM1628.46 982.5L1627.46 982.445L1627.46 982.472V982.5H1628.46ZM1596.96 870L1596.23 870.68L1596.23 870.685L1596.96 870ZM1460.46 906L1461.24 906.622L1461.25 906.613L1460.46 906ZM1445.69 948.5L1444.69 948.404L1444.59 949.5H1445.69V948.5ZM1550.46 905L1549.66 905.593L1549.66 905.6L1549.67 905.607L1550.46 905ZM1564.41 948.5V949.5H1565.49L1565.4 948.419L1564.41 948.5ZM1680.59 841V840H1679.59V841H1680.59ZM1746.59 841L1747.59 840.99L1747.58 840H1746.59V841ZM1680.59 1101H1679.59V1102H1680.59V1101ZM1750.09 1101V1102H1751.09V1101H1750.09ZM1765.09 937.5L1765.89 938.11L1765.89 938.1L1765.09 937.5ZM1862.09 894.5V895.5H1863.09V894.5H1862.09ZM1862.09 836H1863.09V835H1862.09V836ZM1818.09 842.5L1818.37 843.462L1818.38 843.459L1818.38 843.457L1818.09 842.5ZM1779.09 860.5L1779.64 861.336L1779.65 861.332L1779.09 860.5ZM1748.59 889.5V890.5H1749.1L1749.4 890.096L1748.59 889.5ZM1747.09 889.5L1746.09 889.51L1746.1 890.5H1747.09V889.5ZM742 0C716.595 0 696 20.5949 696 46H698C698 21.6995 717.7 2 742 2V0ZM987 0H742V2H987V0ZM1033 46C1033 20.5949 1012.41 0 987 0V2C1011.3 2 1031 21.6995 1031 46H1033ZM987 92C1012.41 92 1033 71.4051 1033 46H1031C1031 70.3005 1011.3 90 987 90V92ZM742 92H987V90H742V92ZM696 46C696 71.4051 716.595 92 742 92V90C717.7 90 698 70.3005 698 46H696ZM698 221C698 196.699 717.699 177 742 177V175C716.595 175 696 195.595 696 221H698ZM742 265C717.699 265 698 245.301 698 221H696C696 246.405 716.595 267 742 267V265ZM1122 265H742V267H1122V265ZM1166 221C1166 245.301 1146.3 265 1122 265V267C1147.41 267 1168 246.405 1168 221H1166ZM1122 177C1146.3 177 1166 196.699 1166 221H1168C1168 195.595 1147.41 175 1122 175V177ZM742 177H1122V175H742V177ZM698 394C698 369.699 717.7 350 742 350V348C716.595 348 696 368.595 696 394H698ZM742 438C717.7 438 698 418.3 698 394H696C696 419.405 716.595 440 742 440V438ZM922 438H742V440H922V438ZM966 394C966 418.3 946.3 438 922 438V440C947.405 440 968 419.405 968 394H966ZM922 350C946.3 350 966 369.699 966 394H968C968 368.595 947.405 348 922 348V350ZM742 350H922V348H742V350ZM6 1101V736H4V1101H6ZM78 1100H5V1102H78V1100ZM77 736V1101H79V736H77ZM5 737H78V735H5V737ZM155.715 1101V841H153.715V1101H155.715ZM223.715 1100H154.715V1102H223.715V1100ZM222.715 948V1101H224.715V948H222.715ZM230.367 918.97C225.252 927.154 222.715 936.844 222.715 948H224.715C224.715 937.156 227.178 927.846 232.063 920.03L230.367 918.97ZM252.768 899.106C243.282 903.848 235.809 910.467 230.373 918.961L232.057 920.039C237.288 911.866 244.481 905.485 253.662 900.894L252.768 899.106ZM285.215 891.5C273.072 891.5 262.24 894.031 252.743 899.119L253.687 900.881C262.857 895.969 273.357 893.5 285.215 893.5V891.5ZM321.021 906.909C313.446 896.579 301.432 891.5 285.215 891.5V893.5C300.998 893.5 312.317 898.421 319.408 908.091L321.021 906.909ZM332.215 954.5C332.215 932.767 328.546 916.827 321.012 906.896L319.418 908.104C326.551 917.506 330.215 932.9 330.215 954.5H332.215ZM332.215 1101V954.5H330.215V1101H332.215ZM399.715 1100H331.215V1102H399.715V1100ZM398.715 941V1101H400.715V941H398.715ZM376.472 862.169C391.23 878.567 398.715 904.769 398.715 941H400.715C400.715 904.564 393.2 877.766 377.958 860.831L376.472 862.169ZM308.215 837C339.377 837 362.047 845.45 376.458 862.153L377.972 860.847C363.049 843.55 339.719 835 308.215 835V837ZM259.101 845.922C273.29 839.983 289.655 837 308.215 837V835C289.442 835 272.806 838.017 258.329 844.078L259.101 845.922ZM222.462 872.164C233.033 860.272 245.242 851.532 259.09 845.927L258.34 844.073C244.188 849.801 231.73 858.728 220.967 870.836L222.462 872.164ZM220.715 872.5H221.715V870.5H220.715V872.5ZM219.215 841.016L219.715 871.516L221.715 871.484L221.215 840.984L219.215 841.016ZM154.715 842H220.215V840H154.715V842ZM573.02 1105C541.781 1105 519.418 1098.68 505.69 1086.26L504.349 1087.74C518.621 1100.65 541.591 1107 573.02 1107V1105ZM604.86 1102.51C594.582 1104.17 583.969 1105 573.02 1105V1107C584.07 1107 594.79 1106.16 605.179 1104.49L604.86 1102.51ZM637.237 1095.54C625.948 1098.86 615.166 1101.18 604.892 1102.51L605.148 1104.49C615.539 1103.15 626.424 1100.81 637.802 1097.46L637.237 1095.54ZM631.025 1042.1L636.525 1096.6L638.514 1096.4L633.014 1041.9L631.025 1042.1ZM610.184 1048.49C618.232 1047.14 625.622 1045.3 632.35 1042.94L631.689 1041.06C625.084 1043.37 617.807 1045.19 609.855 1046.51L610.184 1048.49ZM588.02 1050.5C595.083 1050.5 602.474 1049.83 610.191 1048.49L609.848 1046.51C602.232 1047.84 594.956 1048.5 588.02 1048.5V1050.5ZM560.251 1041.14C565.537 1047.48 574.915 1050.5 588.02 1050.5V1048.5C575.124 1048.5 566.502 1045.52 561.788 1039.86L560.251 1041.14ZM552.52 1007.5C552.52 1023.21 555.014 1034.51 560.235 1041.12L561.804 1039.88C557.025 1033.83 554.52 1023.12 554.52 1007.5H552.52ZM552.52 894.5V1007.5H554.52V894.5H552.52ZM638.02 893.5H553.52V895.5H638.02V893.5ZM637.02 841V894.5H639.02V841H637.02ZM553.52 842H638.02V840H553.52V842ZM552.52 756V841H554.52V756H552.52ZM484.52 757H553.52V755H484.52V757ZM485.52 841V756H483.52V841H485.52ZM428.02 842H484.52V840H428.02V842ZM429.02 894.5V841H427.02V894.5H429.02ZM484.52 893.5H428.02V895.5H484.52V893.5ZM485.52 1024.5V894.5H483.52V1024.5H485.52ZM505.699 1086.27C492.327 1073.87 485.52 1053.37 485.52 1024.5H483.52C483.52 1053.63 490.379 1074.79 504.34 1087.73L505.699 1086.27ZM701.207 1101V736H699.207V1101H701.207ZM770.207 1100H700.207V1102H770.207V1100ZM769.207 736V1101H771.207V736H769.207ZM700.207 737H770.207V735H700.207V737ZM905.691 1105C880.218 1105 860.154 1097.89 845.382 1083.78L844.001 1085.22C859.228 1099.77 879.832 1107 905.691 1107V1105ZM955.33 1095.57C939.108 1101.86 922.564 1105 905.691 1105V1107C922.819 1107 939.608 1103.81 956.053 1097.43L955.33 1095.57ZM993.439 1070.34C984.234 1080.86 971.548 1089.28 955.33 1095.57L956.053 1097.43C972.502 1091.05 985.482 1082.47 994.944 1071.66L993.439 1070.34ZM994.691 1070H994.191V1072H994.691V1070ZM996.691 1100.97L995.691 1070.97L993.692 1071.03L994.692 1101.03L996.691 1100.97ZM1061.19 1100H995.691V1102H1061.19V1100ZM1060.19 937V1101H1062.19V937H1060.19ZM1049.79 877.931C1056.7 892.41 1060.19 912.077 1060.19 937H1062.19C1062.19 911.923 1058.68 891.923 1051.59 877.069L1049.79 877.931ZM1016.81 846.424C1031.91 852.662 1042.89 863.15 1049.79 877.923L1051.6 877.077C1044.49 861.85 1033.14 851.004 1017.57 844.576L1016.81 846.424ZM954.191 837C980.797 837 1001.65 840.162 1016.81 846.424L1017.57 844.576C1002.07 838.171 980.919 835 954.191 835V837ZM890.861 842.486C912.14 838.828 933.25 837 954.191 837V835C933.133 835 911.91 836.838 890.522 840.514L890.861 842.486ZM833.535 856.939C850.799 850.631 869.902 845.812 890.848 842.488L890.535 840.512C869.48 843.854 850.25 848.702 832.848 855.061L833.535 856.939ZM842.679 908.842L834.179 855.842L832.204 856.158L840.704 909.158L842.679 908.842ZM892.509 893.517C874.45 896.861 857.387 901.712 841.323 908.07L842.059 909.93C857.996 903.622 874.933 898.806 892.873 895.483L892.509 893.517ZM944.691 888C927.951 888 910.551 889.841 892.492 893.52L892.891 895.48C910.832 891.825 928.098 890 944.691 890V888ZM974.063 892.072C967.22 889.334 957.403 888 944.691 888V890C957.313 890 966.829 891.332 973.32 893.928L974.063 892.072ZM989.113 905.612C986.326 898.992 981.258 894.468 974.008 892.051L973.375 893.949C980.125 896.199 984.724 900.341 987.27 906.388L989.113 905.612ZM993.691 933C993.691 921.271 992.187 912.1 989.095 905.572L987.288 906.428C990.196 912.567 991.691 921.395 991.691 933H993.691ZM958.191 934H992.691V932H958.191V934ZM858.259 958.323C881.694 942.15 914.964 934 958.191 934V932C914.752 932 881.022 940.184 857.123 956.677L858.259 958.323ZM823.691 1027C823.691 997.306 835.215 974.454 858.265 958.319L857.118 956.681C833.501 973.213 821.691 996.694 821.691 1027H823.691ZM845.39 1083.78C830.949 1069.67 823.691 1050.78 823.691 1027H821.691C821.691 1051.22 829.1 1070.66 843.992 1085.22L845.39 1083.78ZM930.691 1055C942.473 1055 953.11 1052.98 962.585 1048.92L961.797 1047.08C952.606 1051.02 942.243 1053 930.691 1053V1055ZM898.075 1045.79C905.977 1051.97 916.89 1055 930.691 1055V1053C917.16 1053 906.74 1050.03 899.308 1044.21L898.075 1045.79ZM886.691 1020C886.691 1030.92 890.462 1039.56 898.058 1045.77L899.325 1044.23C892.255 1038.44 888.691 1030.41 888.691 1020H886.691ZM907.244 987.606C900.448 991.004 895.296 995.408 891.847 1000.84C888.397 1006.27 886.691 1012.67 886.691 1020H888.691C888.691 1012.99 890.319 1006.98 893.536 1001.91C896.754 996.842 901.602 992.663 908.139 989.394L907.244 987.606ZM968.191 977C941.139 977 920.776 980.501 907.227 987.615L908.156 989.385C921.273 982.499 941.244 979 968.191 979V977ZM992.691 977H968.191V979H992.691V977ZM993.691 1007.5V978H991.691V1007.5H993.691ZM984.983 1032.11C990.775 1024.62 993.691 1016.4 993.691 1007.5H991.691C991.691 1015.93 988.942 1023.72 983.4 1030.89L984.983 1032.11ZM962.585 1048.92C972.053 1044.86 979.534 1039.26 984.987 1032.11L983.396 1030.89C978.182 1037.74 970.997 1043.14 961.797 1047.08L962.585 1048.92ZM1146.53 1206.37L1189.53 1099.87L1187.68 1099.13L1144.68 1205.63L1146.53 1206.37ZM1218.11 1205H1145.61V1207H1218.11V1205ZM1360.17 840.635L1217.17 1205.64L1219.04 1206.36L1362.04 841.365L1360.17 840.635ZM1287.11 842H1361.11V840H1287.11V842ZM1224.56 1033.81L1288.06 841.313L1286.16 840.687L1222.66 1033.19L1224.56 1033.81ZM1222.61 1034.5H1223.61V1032.5H1222.61V1034.5ZM1158.66 841.311L1221.66 1033.81L1223.56 1033.19L1160.56 840.689L1158.66 841.311ZM1086.11 842.5L1159.61 842L1159.6 840L1086.1 840.5L1086.11 842.5ZM1189.53 1099.13L1087.03 841.131L1085.18 841.869L1187.68 1099.87L1189.53 1099.13ZM1522.96 1105C1476.45 1105 1440.73 1093.38 1415.64 1070.26L1414.28 1071.74C1439.86 1095.29 1476.13 1107 1522.96 1107V1105ZM1572.28 1100.52C1556.01 1103.51 1539.57 1105 1522.96 1105V1107C1539.69 1107 1556.25 1105.49 1572.64 1102.48L1572.28 1100.52ZM1615.59 1089.07C1603.34 1094.04 1588.91 1097.85 1572.3 1100.51L1572.62 1102.49C1589.34 1099.81 1603.92 1095.96 1616.34 1090.93L1615.59 1089.07ZM1606.97 1037.65L1614.97 1090.15L1616.95 1089.85L1608.95 1037.35L1606.97 1037.65ZM1565.63 1049.49C1581.68 1046.81 1595.91 1043.13 1608.31 1038.44L1607.61 1036.56C1595.35 1041.2 1581.25 1044.86 1565.3 1047.51L1565.63 1049.49ZM1519.96 1053.5C1534.36 1053.5 1549.58 1052.16 1565.63 1049.49L1565.3 1047.51C1549.34 1050.17 1534.23 1051.5 1519.96 1051.5V1053.5ZM1462.8 1036.75C1475.39 1047.98 1494.51 1053.5 1519.96 1053.5V1051.5C1494.75 1051.5 1476.2 1046.02 1464.13 1035.25L1462.8 1036.75ZM1444.51 996.1C1446.29 1013.83 1452.35 1027.43 1462.8 1036.75L1464.13 1035.25C1454.15 1026.36 1448.24 1013.29 1446.5 995.9L1444.51 996.1ZM1627.96 995H1445.51V997H1627.96V995ZM1627.46 982.5C1627.46 988.492 1627.29 992.947 1626.97 995.89L1628.95 996.11C1629.29 993.053 1629.46 988.508 1629.46 982.5H1627.46ZM1627.96 966.5C1627.96 971.144 1627.8 976.458 1627.46 982.445L1629.46 982.555C1629.79 976.542 1629.96 971.189 1629.96 966.5H1627.96ZM1596.23 870.685C1617.34 893.111 1627.96 925 1627.96 966.5H1629.96C1629.96 924.667 1619.25 892.222 1597.69 869.315L1596.23 870.685ZM1506.96 837C1545.76 837 1575.46 848.268 1596.23 870.68L1597.69 869.32C1576.46 846.399 1546.16 835 1506.96 835V837ZM1412.68 872.692C1435.46 848.93 1466.84 837 1506.96 837V835C1466.42 835 1434.47 847.07 1411.24 871.308L1412.68 872.692ZM1378.46 971C1378.46 929.187 1389.91 896.46 1412.68 872.692L1411.24 871.308C1388.02 895.54 1376.46 928.813 1376.46 971H1378.46ZM1415.64 1070.27C1390.9 1047.17 1378.46 1014.13 1378.46 971H1376.46C1376.46 1014.53 1389.02 1048.16 1414.28 1071.73L1415.64 1070.27ZM1459.68 905.378C1451.43 915.759 1446.46 930.133 1444.69 948.404L1446.69 948.596C1448.43 930.561 1453.31 916.602 1461.24 906.622L1459.68 905.378ZM1506.96 885C1486.06 885 1470.24 891.755 1459.67 905.387L1461.25 906.613C1471.35 893.579 1486.53 887 1506.96 887V885ZM1551.27 904.407C1541.7 891.421 1526.86 885 1506.96 885V887C1526.4 887 1540.56 893.246 1549.66 905.593L1551.27 904.407ZM1565.4 948.419C1563.87 929.501 1559.19 914.789 1551.26 904.393L1549.67 905.607C1557.28 915.586 1561.9 929.874 1563.41 948.581L1565.4 948.419ZM1445.69 949.5H1564.41V947.5H1445.69V949.5ZM1680.59 842H1746.59V840H1680.59V842ZM1681.59 1101V841H1679.59V1101H1681.59ZM1750.09 1100H1680.59V1102H1750.09V1100ZM1749.09 981V1101H1751.09V981H1749.09ZM1764.3 936.89C1754.17 950.06 1749.09 964.774 1749.09 981H1751.09C1751.09 965.226 1756.02 950.94 1765.89 938.11L1764.3 936.89ZM1805.18 905.088C1788.05 912.816 1774.41 923.416 1764.29 936.9L1765.89 938.1C1775.78 924.917 1789.14 914.517 1806 906.912L1805.18 905.088ZM1862.09 893.5C1841.3 893.5 1822.33 897.357 1805.18 905.088L1806 906.912C1822.86 899.309 1841.55 895.5 1862.09 895.5V893.5ZM1861.09 836V894.5H1863.09V836H1861.09ZM1818.38 843.457C1832.62 839.152 1847.19 837 1862.09 837V835C1847 835 1832.23 837.181 1817.8 841.543L1818.38 843.457ZM1779.65 861.332C1791.56 853.39 1804.47 847.433 1818.37 843.462L1817.82 841.538C1803.72 845.567 1790.63 851.61 1778.54 859.668L1779.65 861.332ZM1749.4 890.096C1758 878.52 1768.08 868.935 1779.64 861.336L1778.54 859.664C1766.78 867.398 1756.52 877.147 1747.79 888.904L1749.4 890.096ZM1747.09 890.5H1748.59V888.5H1747.09V890.5ZM1745.59 841.01L1746.09 889.51L1748.09 889.49L1747.59 840.99L1745.59 841.01Z",fill:"currentColor",mask:"url(#path-1-outside-1_2059_2)"})]}),L.jsxRuntimeExports.jsx("defs",{children:L.jsxRuntimeExports.jsxs("filter",{id:"filter0_d_2059_2",x:"0",y:"0",width:"1867.09",height:"1215",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[L.jsxRuntimeExports.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),L.jsxRuntimeExports.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),L.jsxRuntimeExports.jsx("feOffset",{dy:"4"}),L.jsxRuntimeExports.jsx("feGaussianBlur",{stdDeviation:"2"}),L.jsxRuntimeExports.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),L.jsxRuntimeExports.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),L.jsxRuntimeExports.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_2059_2"}),L.jsxRuntimeExports.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2059_2",result:"shape"})]})})]});exports.LogoWithTextBelowNoFrame=V;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as L } from "../../jsx-runtime-Tw_Kw2GZ.js";
|
|
3
|
-
const M = ({
|
|
4
|
-
bgColor: C,
|
|
5
|
-
...H
|
|
6
|
-
}) => /* @__PURE__ */ L.jsxs("svg", { width: "1868", height: "1215", viewBox: "0 0 1868 1215", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...H, children: [
|
|
7
|
-
/* @__PURE__ */ L.jsxs("g", { filter: "url(#filter0_d_2059_2)", children: [
|
|
8
|
-
/* @__PURE__ */ L.jsxs("mask", { id: "path-1-outside-1_2059_2", maskUnits: "userSpaceOnUse", x: "4", y: "0", width: "1860", height: "1207", fill: "currentColor", children: [
|
|
9
|
-
/* @__PURE__ */ L.jsx("rect", { fill: C, x: "4", width: "1860", height: "1207" }),
|
|
10
|
-
/* @__PURE__ */ L.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M697 46C697 21.1472 717.147 1 742 1H987C1011.85 1 1032 21.1472 1032 46C1032 70.8528 1011.85 91 987 91H742C717.147 91 697 70.8528 697 46ZM742 176C717.147 176 697 196.147 697 221C697 245.853 717.147 266 742 266H1122C1146.85 266 1167 245.853 1167 221C1167 196.147 1146.85 176 1122 176H742ZM742 349C717.147 349 697 369.147 697 394C697 418.853 717.147 439 742 439H922C946.853 439 967 418.853 967 394C967 369.147 946.853 349 922 349H742ZM5 736V1101H78V736H5ZM154.715 841V1101H223.715V948C223.715 937 226.215 927.5 231.215 919.5C236.548 911.167 243.882 904.667 253.215 900C262.548 895 273.215 892.5 285.215 892.5C301.215 892.5 312.882 897.5 320.215 907.5C327.548 917.167 331.215 932.833 331.215 954.5V1101H399.715V941C399.715 904.667 392.215 878.167 377.215 861.5C362.548 844.5 339.548 836 308.215 836C289.548 836 273.048 839 258.715 845C244.715 850.667 232.382 859.5 221.715 871.5H220.715L220.215 841H154.715ZM505.02 1087C519.02 1099.67 541.686 1106 573.02 1106C584.02 1106 594.686 1105.17 605.02 1103.5C615.353 1102.17 626.186 1099.83 637.52 1096.5L632.02 1042C625.353 1044.33 618.02 1046.17 610.02 1047.5C602.353 1048.83 595.02 1049.5 588.02 1049.5C575.02 1049.5 566.02 1046.5 561.02 1040.5C556.02 1034.17 553.52 1023.17 553.52 1007.5V894.5H638.02V841H553.52V756H484.52V841H428.02V894.5H484.52V1024.5C484.52 1053.5 491.353 1074.33 505.02 1087ZM700.207 736V1101H770.207V736H700.207ZM844.691 1084.5C859.691 1098.83 880.025 1106 905.691 1106C922.691 1106 939.358 1102.83 955.691 1096.5C972.025 1090.17 984.858 1081.67 994.191 1071H994.691L995.691 1101H1061.19V937C1061.19 912 1057.69 892.167 1050.69 877.5C1043.69 862.5 1032.52 851.833 1017.19 845.5C1001.86 839.167 980.858 836 954.191 836C933.191 836 912.025 837.833 890.691 841.5C869.691 844.833 850.525 849.667 833.191 856L841.691 909C857.691 902.667 874.691 897.833 892.691 894.5C910.691 890.833 928.025 889 944.691 889C957.358 889 967.025 890.333 973.691 893C980.691 895.333 985.525 899.667 988.191 906C991.191 912.333 992.691 921.333 992.691 933H958.191C914.858 933 881.358 941.167 857.691 957.5C834.358 973.833 822.691 997 822.691 1027C822.691 1051 830.025 1070.17 844.691 1084.5ZM962.191 1048C952.858 1052 942.358 1054 930.691 1054C917.025 1054 906.358 1051 898.691 1045C891.358 1039 887.691 1030.67 887.691 1020C887.691 1005.67 894.358 995.167 907.691 988.5C921.025 981.5 941.191 978 968.191 978H992.691V1007.5C992.691 1016.17 989.858 1024.17 984.191 1031.5C978.858 1038.5 971.525 1044 962.191 1048ZM1188.61 1099.5L1145.61 1206H1218.11L1361.11 841H1287.11L1223.61 1033.5H1222.61L1159.61 841L1086.11 841.5L1188.61 1099.5ZM1414.96 1071C1440.29 1094.33 1476.29 1106 1522.96 1106C1539.63 1106 1556.13 1104.5 1572.46 1101.5C1589.13 1098.83 1603.63 1095 1615.96 1090L1607.96 1037.5C1595.63 1042.17 1581.46 1045.83 1565.46 1048.5C1549.46 1051.17 1534.29 1052.5 1519.96 1052.5C1494.63 1052.5 1475.79 1047 1463.46 1036C1453.25 1026.89 1447.27 1013.56 1445.51 996H1627.96C1628.29 993 1628.46 988.5 1628.46 982.5C1628.79 976.5 1628.96 971.167 1628.96 966.5C1628.96 924.833 1618.29 892.667 1596.96 870C1575.96 847.333 1545.96 836 1506.96 836C1466.63 836 1434.96 848 1411.96 872C1388.96 896 1377.46 929 1377.46 971C1377.46 1014.33 1389.96 1047.67 1414.96 1071ZM1445.69 948.5C1447.45 930.347 1452.37 916.18 1460.46 906C1470.79 892.667 1486.29 886 1506.96 886C1526.63 886 1541.13 892.333 1550.46 905C1558.24 915.188 1562.88 929.688 1564.41 948.5H1445.69ZM1746.59 841H1680.59V1101H1750.09V981C1750.09 965 1755.09 950.5 1765.09 937.5C1775.09 924.167 1788.59 913.667 1805.59 906C1822.59 898.333 1841.43 894.5 1862.09 894.5V836C1847.09 836 1832.43 838.167 1818.09 842.5C1804.09 846.5 1791.09 852.5 1779.09 860.5C1767.43 868.167 1757.26 877.833 1748.59 889.5H1747.09L1746.59 841Z" })
|
|
11
|
-
] }),
|
|
12
|
-
/* @__PURE__ */ L.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M697 46C697 21.1472 717.147 1 742 1H987C1011.85 1 1032 21.1472 1032 46C1032 70.8528 1011.85 91 987 91H742C717.147 91 697 70.8528 697 46ZM742 176C717.147 176 697 196.147 697 221C697 245.853 717.147 266 742 266H1122C1146.85 266 1167 245.853 1167 221C1167 196.147 1146.85 176 1122 176H742ZM742 349C717.147 349 697 369.147 697 394C697 418.853 717.147 439 742 439H922C946.853 439 967 418.853 967 394C967 369.147 946.853 349 922 349H742ZM5 736V1101H78V736H5ZM154.715 841V1101H223.715V948C223.715 937 226.215 927.5 231.215 919.5C236.548 911.167 243.882 904.667 253.215 900C262.548 895 273.215 892.5 285.215 892.5C301.215 892.5 312.882 897.5 320.215 907.5C327.548 917.167 331.215 932.833 331.215 954.5V1101H399.715V941C399.715 904.667 392.215 878.167 377.215 861.5C362.548 844.5 339.548 836 308.215 836C289.548 836 273.048 839 258.715 845C244.715 850.667 232.382 859.5 221.715 871.5H220.715L220.215 841H154.715ZM505.02 1087C519.02 1099.67 541.686 1106 573.02 1106C584.02 1106 594.686 1105.17 605.02 1103.5C615.353 1102.17 626.186 1099.83 637.52 1096.5L632.02 1042C625.353 1044.33 618.02 1046.17 610.02 1047.5C602.353 1048.83 595.02 1049.5 588.02 1049.5C575.02 1049.5 566.02 1046.5 561.02 1040.5C556.02 1034.17 553.52 1023.17 553.52 1007.5V894.5H638.02V841H553.52V756H484.52V841H428.02V894.5H484.52V1024.5C484.52 1053.5 491.353 1074.33 505.02 1087ZM700.207 736V1101H770.207V736H700.207ZM844.691 1084.5C859.691 1098.83 880.025 1106 905.691 1106C922.691 1106 939.358 1102.83 955.691 1096.5C972.025 1090.17 984.858 1081.67 994.191 1071H994.691L995.691 1101H1061.19V937C1061.19 912 1057.69 892.167 1050.69 877.5C1043.69 862.5 1032.52 851.833 1017.19 845.5C1001.86 839.167 980.858 836 954.191 836C933.191 836 912.025 837.833 890.691 841.5C869.691 844.833 850.525 849.667 833.191 856L841.691 909C857.691 902.667 874.691 897.833 892.691 894.5C910.691 890.833 928.025 889 944.691 889C957.358 889 967.025 890.333 973.691 893C980.691 895.333 985.525 899.667 988.191 906C991.191 912.333 992.691 921.333 992.691 933H958.191C914.858 933 881.358 941.167 857.691 957.5C834.358 973.833 822.691 997 822.691 1027C822.691 1051 830.025 1070.17 844.691 1084.5ZM962.191 1048C952.858 1052 942.358 1054 930.691 1054C917.025 1054 906.358 1051 898.691 1045C891.358 1039 887.691 1030.67 887.691 1020C887.691 1005.67 894.358 995.167 907.691 988.5C921.025 981.5 941.191 978 968.191 978H992.691V1007.5C992.691 1016.17 989.858 1024.17 984.191 1031.5C978.858 1038.5 971.525 1044 962.191 1048ZM1188.61 1099.5L1145.61 1206H1218.11L1361.11 841H1287.11L1223.61 1033.5H1222.61L1159.61 841L1086.11 841.5L1188.61 1099.5ZM1414.96 1071C1440.29 1094.33 1476.29 1106 1522.96 1106C1539.63 1106 1556.13 1104.5 1572.46 1101.5C1589.13 1098.83 1603.63 1095 1615.96 1090L1607.96 1037.5C1595.63 1042.17 1581.46 1045.83 1565.46 1048.5C1549.46 1051.17 1534.29 1052.5 1519.96 1052.5C1494.63 1052.5 1475.79 1047 1463.46 1036C1453.25 1026.89 1447.27 1013.56 1445.51 996H1627.96C1628.29 993 1628.46 988.5 1628.46 982.5C1628.79 976.5 1628.96 971.167 1628.96 966.5C1628.96 924.833 1618.29 892.667 1596.96 870C1575.96 847.333 1545.96 836 1506.96 836C1466.63 836 1434.96 848 1411.96 872C1388.96 896 1377.46 929 1377.46 971C1377.46 1014.33 1389.96 1047.67 1414.96 1071ZM1445.69 948.5C1447.45 930.347 1452.37 916.18 1460.46 906C1470.79 892.667 1486.29 886 1506.96 886C1526.63 886 1541.13 892.333 1550.46 905C1558.24 915.188 1562.88 929.688 1564.41 948.5H1445.69ZM1746.59 841H1680.59V1101H1750.09V981C1750.09 965 1755.09 950.5 1765.09 937.5C1775.09 924.167 1788.59 913.667 1805.59 906C1822.59 898.333 1841.43 894.5 1862.09 894.5V836C1847.09 836 1832.43 838.167 1818.09 842.5C1804.09 846.5 1791.09 852.5 1779.09 860.5C1767.43 868.167 1757.26 877.833 1748.59 889.5H1747.09L1746.59 841Z", fill: "currentColor" }),
|
|
13
|
-
/* @__PURE__ */ L.jsx("path", { d: "M5 1101H4V1102H5V1101ZM5 736V735H4V736H5ZM78 1101V1102H79V1101H78ZM78 736H79V735H78V736ZM154.715 1101H153.715V1102H154.715V1101ZM154.715 841V840H153.715V841H154.715ZM223.715 1101V1102H224.715V1101H223.715ZM231.215 919.5L230.373 918.961L230.367 918.97L231.215 919.5ZM253.215 900L253.662 900.894L253.675 900.888L253.687 900.881L253.215 900ZM320.215 907.5L319.408 908.091L319.413 908.098L319.418 908.104L320.215 907.5ZM331.215 1101H330.215V1102H331.215V1101ZM399.715 1101V1102H400.715V1101H399.715ZM377.215 861.5L376.458 862.153L376.465 862.161L376.472 862.169L377.215 861.5ZM258.715 845L259.09 845.927L259.101 845.922L258.715 845ZM221.715 871.5V872.5H222.164L222.462 872.164L221.715 871.5ZM220.715 871.5L219.715 871.516L219.731 872.5H220.715V871.5ZM220.215 841L221.215 840.984L221.199 840H220.215V841ZM505.02 1087L504.34 1087.73L504.349 1087.74L505.02 1087ZM605.02 1103.5L604.892 1102.51L604.876 1102.51L604.86 1102.51L605.02 1103.5ZM637.52 1096.5L637.802 1097.46L638.598 1097.23L638.514 1096.4L637.52 1096.5ZM632.02 1042L633.014 1041.9L632.887 1040.64L631.689 1041.06L632.02 1042ZM610.02 1047.5L609.855 1046.51L609.848 1046.51L610.02 1047.5ZM561.02 1040.5L560.235 1041.12L560.243 1041.13L560.251 1041.14L561.02 1040.5ZM553.52 894.5V893.5H552.52V894.5H553.52ZM638.02 894.5V895.5H639.02V894.5H638.02ZM638.02 841H639.02V840H638.02V841ZM553.52 841H552.52V842H553.52V841ZM553.52 756H554.52V755H553.52V756ZM484.52 756V755H483.52V756H484.52ZM484.52 841V842H485.52V841H484.52ZM428.02 841V840H427.02V841H428.02ZM428.02 894.5H427.02V895.5H428.02V894.5ZM484.52 894.5H485.52V893.5H484.52V894.5ZM700.207 1101H699.207V1102H700.207V1101ZM700.207 736V735H699.207V736H700.207ZM770.207 1101V1102H771.207V1101H770.207ZM770.207 736H771.207V735H770.207V736ZM844.691 1084.5L843.992 1085.22L844.001 1085.22L844.691 1084.5ZM994.191 1071V1070H993.738L993.439 1070.34L994.191 1071ZM994.691 1071L995.691 1070.97L995.659 1070H994.691V1071ZM995.691 1101L994.692 1101.03L994.724 1102H995.691V1101ZM1061.19 1101V1102H1062.19V1101H1061.19ZM1050.69 877.5L1049.79 877.923L1049.79 877.931L1050.69 877.5ZM1017.19 845.5L1016.81 846.424L1016.81 846.424L1017.19 845.5ZM890.691 841.5L890.848 842.488L890.861 842.486L890.691 841.5ZM833.191 856L832.848 855.061L832.073 855.344L832.204 856.158L833.191 856ZM841.691 909L840.704 909.158L840.901 910.388L842.059 909.93L841.691 909ZM892.691 894.5L892.873 895.483L892.882 895.482L892.891 895.48L892.691 894.5ZM973.691 893L973.32 893.928L973.347 893.939L973.375 893.949L973.691 893ZM988.191 906L987.27 906.388L987.278 906.408L987.288 906.428L988.191 906ZM992.691 933V934H993.691V933H992.691ZM857.691 957.5L857.123 956.677L857.118 956.681L857.691 957.5ZM898.691 1045L898.058 1045.77L898.067 1045.78L898.075 1045.79L898.691 1045ZM907.691 988.5L908.139 989.394L908.147 989.39L908.156 989.385L907.691 988.5ZM992.691 978H993.691V977H992.691V978ZM984.191 1031.5L983.4 1030.89L983.396 1030.89L984.191 1031.5ZM1145.61 1206L1144.68 1205.63L1144.12 1207H1145.61V1206ZM1188.61 1099.5L1189.53 1099.87L1189.68 1099.5L1189.53 1099.13L1188.61 1099.5ZM1218.11 1206V1207H1218.79L1219.04 1206.36L1218.11 1206ZM1361.11 841L1362.04 841.365L1362.57 840H1361.11V841ZM1287.11 841V840H1286.38L1286.16 840.687L1287.11 841ZM1223.61 1033.5V1034.5H1224.33L1224.56 1033.81L1223.61 1033.5ZM1222.61 1033.5L1221.66 1033.81L1221.88 1034.5H1222.61V1033.5ZM1159.61 841L1160.56 840.689L1160.33 839.995L1159.6 840L1159.61 841ZM1086.11 841.5L1086.1 840.5L1084.64 840.51L1085.18 841.869L1086.11 841.5ZM1414.96 1071L1414.28 1071.73L1414.28 1071.74L1414.96 1071ZM1572.46 1101.5L1572.3 1100.51L1572.29 1100.51L1572.28 1100.52L1572.46 1101.5ZM1615.96 1090L1616.34 1090.93L1617.07 1090.63L1616.95 1089.85L1615.96 1090ZM1607.96 1037.5L1608.95 1037.35L1608.76 1036.13L1607.61 1036.56L1607.96 1037.5ZM1463.46 1036L1464.13 1035.25L1464.13 1035.25L1463.46 1036ZM1445.51 996V995H1444.4L1444.51 996.1L1445.51 996ZM1627.96 996V997H1628.86L1628.95 996.11L1627.96 996ZM1628.46 982.5L1627.46 982.445L1627.46 982.472V982.5H1628.46ZM1596.96 870L1596.23 870.68L1596.23 870.685L1596.96 870ZM1460.46 906L1461.24 906.622L1461.25 906.613L1460.46 906ZM1445.69 948.5L1444.69 948.404L1444.59 949.5H1445.69V948.5ZM1550.46 905L1549.66 905.593L1549.66 905.6L1549.67 905.607L1550.46 905ZM1564.41 948.5V949.5H1565.49L1565.4 948.419L1564.41 948.5ZM1680.59 841V840H1679.59V841H1680.59ZM1746.59 841L1747.59 840.99L1747.58 840H1746.59V841ZM1680.59 1101H1679.59V1102H1680.59V1101ZM1750.09 1101V1102H1751.09V1101H1750.09ZM1765.09 937.5L1765.89 938.11L1765.89 938.1L1765.09 937.5ZM1862.09 894.5V895.5H1863.09V894.5H1862.09ZM1862.09 836H1863.09V835H1862.09V836ZM1818.09 842.5L1818.37 843.462L1818.38 843.459L1818.38 843.457L1818.09 842.5ZM1779.09 860.5L1779.64 861.336L1779.65 861.332L1779.09 860.5ZM1748.59 889.5V890.5H1749.1L1749.4 890.096L1748.59 889.5ZM1747.09 889.5L1746.09 889.51L1746.1 890.5H1747.09V889.5ZM742 0C716.595 0 696 20.5949 696 46H698C698 21.6995 717.7 2 742 2V0ZM987 0H742V2H987V0ZM1033 46C1033 20.5949 1012.41 0 987 0V2C1011.3 2 1031 21.6995 1031 46H1033ZM987 92C1012.41 92 1033 71.4051 1033 46H1031C1031 70.3005 1011.3 90 987 90V92ZM742 92H987V90H742V92ZM696 46C696 71.4051 716.595 92 742 92V90C717.7 90 698 70.3005 698 46H696ZM698 221C698 196.699 717.699 177 742 177V175C716.595 175 696 195.595 696 221H698ZM742 265C717.699 265 698 245.301 698 221H696C696 246.405 716.595 267 742 267V265ZM1122 265H742V267H1122V265ZM1166 221C1166 245.301 1146.3 265 1122 265V267C1147.41 267 1168 246.405 1168 221H1166ZM1122 177C1146.3 177 1166 196.699 1166 221H1168C1168 195.595 1147.41 175 1122 175V177ZM742 177H1122V175H742V177ZM698 394C698 369.699 717.7 350 742 350V348C716.595 348 696 368.595 696 394H698ZM742 438C717.7 438 698 418.3 698 394H696C696 419.405 716.595 440 742 440V438ZM922 438H742V440H922V438ZM966 394C966 418.3 946.3 438 922 438V440C947.405 440 968 419.405 968 394H966ZM922 350C946.3 350 966 369.699 966 394H968C968 368.595 947.405 348 922 348V350ZM742 350H922V348H742V350ZM6 1101V736H4V1101H6ZM78 1100H5V1102H78V1100ZM77 736V1101H79V736H77ZM5 737H78V735H5V737ZM155.715 1101V841H153.715V1101H155.715ZM223.715 1100H154.715V1102H223.715V1100ZM222.715 948V1101H224.715V948H222.715ZM230.367 918.97C225.252 927.154 222.715 936.844 222.715 948H224.715C224.715 937.156 227.178 927.846 232.063 920.03L230.367 918.97ZM252.768 899.106C243.282 903.848 235.809 910.467 230.373 918.961L232.057 920.039C237.288 911.866 244.481 905.485 253.662 900.894L252.768 899.106ZM285.215 891.5C273.072 891.5 262.24 894.031 252.743 899.119L253.687 900.881C262.857 895.969 273.357 893.5 285.215 893.5V891.5ZM321.021 906.909C313.446 896.579 301.432 891.5 285.215 891.5V893.5C300.998 893.5 312.317 898.421 319.408 908.091L321.021 906.909ZM332.215 954.5C332.215 932.767 328.546 916.827 321.012 906.896L319.418 908.104C326.551 917.506 330.215 932.9 330.215 954.5H332.215ZM332.215 1101V954.5H330.215V1101H332.215ZM399.715 1100H331.215V1102H399.715V1100ZM398.715 941V1101H400.715V941H398.715ZM376.472 862.169C391.23 878.567 398.715 904.769 398.715 941H400.715C400.715 904.564 393.2 877.766 377.958 860.831L376.472 862.169ZM308.215 837C339.377 837 362.047 845.45 376.458 862.153L377.972 860.847C363.049 843.55 339.719 835 308.215 835V837ZM259.101 845.922C273.29 839.983 289.655 837 308.215 837V835C289.442 835 272.806 838.017 258.329 844.078L259.101 845.922ZM222.462 872.164C233.033 860.272 245.242 851.532 259.09 845.927L258.34 844.073C244.188 849.801 231.73 858.728 220.967 870.836L222.462 872.164ZM220.715 872.5H221.715V870.5H220.715V872.5ZM219.215 841.016L219.715 871.516L221.715 871.484L221.215 840.984L219.215 841.016ZM154.715 842H220.215V840H154.715V842ZM573.02 1105C541.781 1105 519.418 1098.68 505.69 1086.26L504.349 1087.74C518.621 1100.65 541.591 1107 573.02 1107V1105ZM604.86 1102.51C594.582 1104.17 583.969 1105 573.02 1105V1107C584.07 1107 594.79 1106.16 605.179 1104.49L604.86 1102.51ZM637.237 1095.54C625.948 1098.86 615.166 1101.18 604.892 1102.51L605.148 1104.49C615.539 1103.15 626.424 1100.81 637.802 1097.46L637.237 1095.54ZM631.025 1042.1L636.525 1096.6L638.514 1096.4L633.014 1041.9L631.025 1042.1ZM610.184 1048.49C618.232 1047.14 625.622 1045.3 632.35 1042.94L631.689 1041.06C625.084 1043.37 617.807 1045.19 609.855 1046.51L610.184 1048.49ZM588.02 1050.5C595.083 1050.5 602.474 1049.83 610.191 1048.49L609.848 1046.51C602.232 1047.84 594.956 1048.5 588.02 1048.5V1050.5ZM560.251 1041.14C565.537 1047.48 574.915 1050.5 588.02 1050.5V1048.5C575.124 1048.5 566.502 1045.52 561.788 1039.86L560.251 1041.14ZM552.52 1007.5C552.52 1023.21 555.014 1034.51 560.235 1041.12L561.804 1039.88C557.025 1033.83 554.52 1023.12 554.52 1007.5H552.52ZM552.52 894.5V1007.5H554.52V894.5H552.52ZM638.02 893.5H553.52V895.5H638.02V893.5ZM637.02 841V894.5H639.02V841H637.02ZM553.52 842H638.02V840H553.52V842ZM552.52 756V841H554.52V756H552.52ZM484.52 757H553.52V755H484.52V757ZM485.52 841V756H483.52V841H485.52ZM428.02 842H484.52V840H428.02V842ZM429.02 894.5V841H427.02V894.5H429.02ZM484.52 893.5H428.02V895.5H484.52V893.5ZM485.52 1024.5V894.5H483.52V1024.5H485.52ZM505.699 1086.27C492.327 1073.87 485.52 1053.37 485.52 1024.5H483.52C483.52 1053.63 490.379 1074.79 504.34 1087.73L505.699 1086.27ZM701.207 1101V736H699.207V1101H701.207ZM770.207 1100H700.207V1102H770.207V1100ZM769.207 736V1101H771.207V736H769.207ZM700.207 737H770.207V735H700.207V737ZM905.691 1105C880.218 1105 860.154 1097.89 845.382 1083.78L844.001 1085.22C859.228 1099.77 879.832 1107 905.691 1107V1105ZM955.33 1095.57C939.108 1101.86 922.564 1105 905.691 1105V1107C922.819 1107 939.608 1103.81 956.053 1097.43L955.33 1095.57ZM993.439 1070.34C984.234 1080.86 971.548 1089.28 955.33 1095.57L956.053 1097.43C972.502 1091.05 985.482 1082.47 994.944 1071.66L993.439 1070.34ZM994.691 1070H994.191V1072H994.691V1070ZM996.691 1100.97L995.691 1070.97L993.692 1071.03L994.692 1101.03L996.691 1100.97ZM1061.19 1100H995.691V1102H1061.19V1100ZM1060.19 937V1101H1062.19V937H1060.19ZM1049.79 877.931C1056.7 892.41 1060.19 912.077 1060.19 937H1062.19C1062.19 911.923 1058.68 891.923 1051.59 877.069L1049.79 877.931ZM1016.81 846.424C1031.91 852.662 1042.89 863.15 1049.79 877.923L1051.6 877.077C1044.49 861.85 1033.14 851.004 1017.57 844.576L1016.81 846.424ZM954.191 837C980.797 837 1001.65 840.162 1016.81 846.424L1017.57 844.576C1002.07 838.171 980.919 835 954.191 835V837ZM890.861 842.486C912.14 838.828 933.25 837 954.191 837V835C933.133 835 911.91 836.838 890.522 840.514L890.861 842.486ZM833.535 856.939C850.799 850.631 869.902 845.812 890.848 842.488L890.535 840.512C869.48 843.854 850.25 848.702 832.848 855.061L833.535 856.939ZM842.679 908.842L834.179 855.842L832.204 856.158L840.704 909.158L842.679 908.842ZM892.509 893.517C874.45 896.861 857.387 901.712 841.323 908.07L842.059 909.93C857.996 903.622 874.933 898.806 892.873 895.483L892.509 893.517ZM944.691 888C927.951 888 910.551 889.841 892.492 893.52L892.891 895.48C910.832 891.825 928.098 890 944.691 890V888ZM974.063 892.072C967.22 889.334 957.403 888 944.691 888V890C957.313 890 966.829 891.332 973.32 893.928L974.063 892.072ZM989.113 905.612C986.326 898.992 981.258 894.468 974.008 892.051L973.375 893.949C980.125 896.199 984.724 900.341 987.27 906.388L989.113 905.612ZM993.691 933C993.691 921.271 992.187 912.1 989.095 905.572L987.288 906.428C990.196 912.567 991.691 921.395 991.691 933H993.691ZM958.191 934H992.691V932H958.191V934ZM858.259 958.323C881.694 942.15 914.964 934 958.191 934V932C914.752 932 881.022 940.184 857.123 956.677L858.259 958.323ZM823.691 1027C823.691 997.306 835.215 974.454 858.265 958.319L857.118 956.681C833.501 973.213 821.691 996.694 821.691 1027H823.691ZM845.39 1083.78C830.949 1069.67 823.691 1050.78 823.691 1027H821.691C821.691 1051.22 829.1 1070.66 843.992 1085.22L845.39 1083.78ZM930.691 1055C942.473 1055 953.11 1052.98 962.585 1048.92L961.797 1047.08C952.606 1051.02 942.243 1053 930.691 1053V1055ZM898.075 1045.79C905.977 1051.97 916.89 1055 930.691 1055V1053C917.16 1053 906.74 1050.03 899.308 1044.21L898.075 1045.79ZM886.691 1020C886.691 1030.92 890.462 1039.56 898.058 1045.77L899.325 1044.23C892.255 1038.44 888.691 1030.41 888.691 1020H886.691ZM907.244 987.606C900.448 991.004 895.296 995.408 891.847 1000.84C888.397 1006.27 886.691 1012.67 886.691 1020H888.691C888.691 1012.99 890.319 1006.98 893.536 1001.91C896.754 996.842 901.602 992.663 908.139 989.394L907.244 987.606ZM968.191 977C941.139 977 920.776 980.501 907.227 987.615L908.156 989.385C921.273 982.499 941.244 979 968.191 979V977ZM992.691 977H968.191V979H992.691V977ZM993.691 1007.5V978H991.691V1007.5H993.691ZM984.983 1032.11C990.775 1024.62 993.691 1016.4 993.691 1007.5H991.691C991.691 1015.93 988.942 1023.72 983.4 1030.89L984.983 1032.11ZM962.585 1048.92C972.053 1044.86 979.534 1039.26 984.987 1032.11L983.396 1030.89C978.182 1037.74 970.997 1043.14 961.797 1047.08L962.585 1048.92ZM1146.53 1206.37L1189.53 1099.87L1187.68 1099.13L1144.68 1205.63L1146.53 1206.37ZM1218.11 1205H1145.61V1207H1218.11V1205ZM1360.17 840.635L1217.17 1205.64L1219.04 1206.36L1362.04 841.365L1360.17 840.635ZM1287.11 842H1361.11V840H1287.11V842ZM1224.56 1033.81L1288.06 841.313L1286.16 840.687L1222.66 1033.19L1224.56 1033.81ZM1222.61 1034.5H1223.61V1032.5H1222.61V1034.5ZM1158.66 841.311L1221.66 1033.81L1223.56 1033.19L1160.56 840.689L1158.66 841.311ZM1086.11 842.5L1159.61 842L1159.6 840L1086.1 840.5L1086.11 842.5ZM1189.53 1099.13L1087.03 841.131L1085.18 841.869L1187.68 1099.87L1189.53 1099.13ZM1522.96 1105C1476.45 1105 1440.73 1093.38 1415.64 1070.26L1414.28 1071.74C1439.86 1095.29 1476.13 1107 1522.96 1107V1105ZM1572.28 1100.52C1556.01 1103.51 1539.57 1105 1522.96 1105V1107C1539.69 1107 1556.25 1105.49 1572.64 1102.48L1572.28 1100.52ZM1615.59 1089.07C1603.34 1094.04 1588.91 1097.85 1572.3 1100.51L1572.62 1102.49C1589.34 1099.81 1603.92 1095.96 1616.34 1090.93L1615.59 1089.07ZM1606.97 1037.65L1614.97 1090.15L1616.95 1089.85L1608.95 1037.35L1606.97 1037.65ZM1565.63 1049.49C1581.68 1046.81 1595.91 1043.13 1608.31 1038.44L1607.61 1036.56C1595.35 1041.2 1581.25 1044.86 1565.3 1047.51L1565.63 1049.49ZM1519.96 1053.5C1534.36 1053.5 1549.58 1052.16 1565.63 1049.49L1565.3 1047.51C1549.34 1050.17 1534.23 1051.5 1519.96 1051.5V1053.5ZM1462.8 1036.75C1475.39 1047.98 1494.51 1053.5 1519.96 1053.5V1051.5C1494.75 1051.5 1476.2 1046.02 1464.13 1035.25L1462.8 1036.75ZM1444.51 996.1C1446.29 1013.83 1452.35 1027.43 1462.8 1036.75L1464.13 1035.25C1454.15 1026.36 1448.24 1013.29 1446.5 995.9L1444.51 996.1ZM1627.96 995H1445.51V997H1627.96V995ZM1627.46 982.5C1627.46 988.492 1627.29 992.947 1626.97 995.89L1628.95 996.11C1629.29 993.053 1629.46 988.508 1629.46 982.5H1627.46ZM1627.96 966.5C1627.96 971.144 1627.8 976.458 1627.46 982.445L1629.46 982.555C1629.79 976.542 1629.96 971.189 1629.96 966.5H1627.96ZM1596.23 870.685C1617.34 893.111 1627.96 925 1627.96 966.5H1629.96C1629.96 924.667 1619.25 892.222 1597.69 869.315L1596.23 870.685ZM1506.96 837C1545.76 837 1575.46 848.268 1596.23 870.68L1597.69 869.32C1576.46 846.399 1546.16 835 1506.96 835V837ZM1412.68 872.692C1435.46 848.93 1466.84 837 1506.96 837V835C1466.42 835 1434.47 847.07 1411.24 871.308L1412.68 872.692ZM1378.46 971C1378.46 929.187 1389.91 896.46 1412.68 872.692L1411.24 871.308C1388.02 895.54 1376.46 928.813 1376.46 971H1378.46ZM1415.64 1070.27C1390.9 1047.17 1378.46 1014.13 1378.46 971H1376.46C1376.46 1014.53 1389.02 1048.16 1414.28 1071.73L1415.64 1070.27ZM1459.68 905.378C1451.43 915.759 1446.46 930.133 1444.69 948.404L1446.69 948.596C1448.43 930.561 1453.31 916.602 1461.24 906.622L1459.68 905.378ZM1506.96 885C1486.06 885 1470.24 891.755 1459.67 905.387L1461.25 906.613C1471.35 893.579 1486.53 887 1506.96 887V885ZM1551.27 904.407C1541.7 891.421 1526.86 885 1506.96 885V887C1526.4 887 1540.56 893.246 1549.66 905.593L1551.27 904.407ZM1565.4 948.419C1563.87 929.501 1559.19 914.789 1551.26 904.393L1549.67 905.607C1557.28 915.586 1561.9 929.874 1563.41 948.581L1565.4 948.419ZM1445.69 949.5H1564.41V947.5H1445.69V949.5ZM1680.59 842H1746.59V840H1680.59V842ZM1681.59 1101V841H1679.59V1101H1681.59ZM1750.09 1100H1680.59V1102H1750.09V1100ZM1749.09 981V1101H1751.09V981H1749.09ZM1764.3 936.89C1754.17 950.06 1749.09 964.774 1749.09 981H1751.09C1751.09 965.226 1756.02 950.94 1765.89 938.11L1764.3 936.89ZM1805.18 905.088C1788.05 912.816 1774.41 923.416 1764.29 936.9L1765.89 938.1C1775.78 924.917 1789.14 914.517 1806 906.912L1805.18 905.088ZM1862.09 893.5C1841.3 893.5 1822.33 897.357 1805.18 905.088L1806 906.912C1822.86 899.309 1841.55 895.5 1862.09 895.5V893.5ZM1861.09 836V894.5H1863.09V836H1861.09ZM1818.38 843.457C1832.62 839.152 1847.19 837 1862.09 837V835C1847 835 1832.23 837.181 1817.8 841.543L1818.38 843.457ZM1779.65 861.332C1791.56 853.39 1804.47 847.433 1818.37 843.462L1817.82 841.538C1803.72 845.567 1790.63 851.61 1778.54 859.668L1779.65 861.332ZM1749.4 890.096C1758 878.52 1768.08 868.935 1779.64 861.336L1778.54 859.664C1766.78 867.398 1756.52 877.147 1747.79 888.904L1749.4 890.096ZM1747.09 890.5H1748.59V888.5H1747.09V890.5ZM1745.59 841.01L1746.09 889.51L1748.09 889.49L1747.59 840.99L1745.59 841.01Z", fill: "currentColor", mask: "url(#path-1-outside-1_2059_2)" })
|
|
14
|
-
] }),
|
|
15
|
-
/* @__PURE__ */ L.jsx("defs", { children: /* @__PURE__ */ L.jsxs("filter", { id: "filter0_d_2059_2", x: "0", y: "0", width: "1867.09", height: "1215", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [
|
|
16
|
-
/* @__PURE__ */ L.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
17
|
-
/* @__PURE__ */ L.jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
|
|
18
|
-
/* @__PURE__ */ L.jsx("feOffset", { dy: "4" }),
|
|
19
|
-
/* @__PURE__ */ L.jsx("feGaussianBlur", { stdDeviation: "2" }),
|
|
20
|
-
/* @__PURE__ */ L.jsx("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
21
|
-
/* @__PURE__ */ L.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
|
|
22
|
-
/* @__PURE__ */ L.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2059_2" }),
|
|
23
|
-
/* @__PURE__ */ L.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2059_2", result: "shape" })
|
|
24
|
-
] }) })
|
|
25
|
-
] });
|
|
26
|
-
export {
|
|
27
|
-
M as LogoWithTextBelowNoFrame
|
|
28
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("../../jsx-runtime-D6agescH.cjs"),V=({bgColor:L,...H})=>C.jsxRuntimeExports.jsxs("svg",{width:"1860",height:"1381",viewBox:"0 0 1860 1381",fill:"none",xmlns:"http://www.w3.org/2000/svg",...H,children:[C.jsxRuntimeExports.jsx("path",{d:"M564 280.44C564 50.3211 613.321 1 843.44 1H984.56C1214.68 1 1264 50.3211 1264 280.44V421.56C1264 651.679 1214.68 701 984.56 701H843.44C613.321 701 564 651.679 564 421.56V280.44Z",fill:L}),C.jsxRuntimeExports.jsxs("mask",{id:"path-2-outside-1_2059_7",maskUnits:"userSpaceOnUse",x:"0.5",y:"0",width:"1860",height:"1381",fill:"currentColor",children:[C.jsxRuntimeExports.jsx("rect",{fill:L,x:"0.5",width:"1860",height:"1381"}),C.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M564 280.44C564 50.3211 613.321 1 843.44 1H984.56C1214.68 1 1264 50.3211 1264 280.44V421.56C1264 651.679 1214.68 701 984.56 701H843.44C613.321 701 564 651.679 564 421.56V280.44ZM681 351C681 326.147 701.147 306 726 306H1106C1130.85 306 1151 326.147 1151 351C1151 375.853 1130.85 396 1106 396H726C701.147 396 681 375.853 681 351ZM726 479C701.147 479 681 499.147 681 524C681 548.853 701.147 569 726 569H906C930.853 569 951 548.853 951 524C951 499.147 930.853 479 906 479H726ZM681 176C681 151.147 701.147 131 726 131H971C995.853 131 1016 151.147 1016 176C1016 200.853 995.853 221 971 221H726C701.147 221 681 200.853 681 176ZM1.5 910V1275H74.5V910H1.5ZM151.215 1015V1275H220.215V1122C220.215 1111 222.715 1101.5 227.715 1093.5C233.048 1085.17 240.382 1078.67 249.715 1074C259.048 1069 269.715 1066.5 281.715 1066.5C297.715 1066.5 309.382 1071.5 316.715 1081.5C324.048 1091.17 327.715 1106.83 327.715 1128.5V1275H396.215V1115C396.215 1078.67 388.715 1052.17 373.715 1035.5C359.048 1018.5 336.048 1010 304.715 1010C286.048 1010 269.548 1013 255.215 1019C241.215 1024.67 228.882 1033.5 218.215 1045.5H217.215L216.715 1015H151.215ZM501.52 1261C515.52 1273.67 538.186 1280 569.52 1280C580.52 1280 591.186 1279.17 601.52 1277.5C611.853 1276.17 622.686 1273.83 634.02 1270.5L628.52 1216C621.853 1218.33 614.52 1220.17 606.52 1221.5C598.853 1222.83 591.52 1223.5 584.52 1223.5C571.52 1223.5 562.52 1220.5 557.52 1214.5C552.52 1208.17 550.02 1197.17 550.02 1181.5V1068.5H634.52V1015H550.02V930H481.02V1015H424.52V1068.5H481.02V1198.5C481.02 1227.5 487.853 1248.33 501.52 1261ZM696.707 910V1275H766.707V910H696.707ZM841.191 1258.5C856.191 1272.83 876.525 1280 902.191 1280C919.191 1280 935.858 1276.83 952.191 1270.5C968.525 1264.17 981.358 1255.67 990.691 1245H991.191L992.191 1275H1057.69V1111C1057.69 1086 1054.19 1066.17 1047.19 1051.5C1040.19 1036.5 1029.02 1025.83 1013.69 1019.5C998.358 1013.17 977.358 1010 950.691 1010C929.691 1010 908.525 1011.83 887.191 1015.5C866.191 1018.83 847.025 1023.67 829.691 1030L838.191 1083C854.191 1076.67 871.191 1071.83 889.191 1068.5C907.191 1064.83 924.525 1063 941.191 1063C953.858 1063 963.525 1064.33 970.191 1067C977.191 1069.33 982.025 1073.67 984.691 1080C987.691 1086.33 989.191 1095.33 989.191 1107H954.691C911.358 1107 877.858 1115.17 854.191 1131.5C830.858 1147.83 819.191 1171 819.191 1201C819.191 1225 826.525 1244.17 841.191 1258.5ZM958.691 1222C949.358 1226 938.858 1228 927.191 1228C913.525 1228 902.858 1225 895.191 1219C887.858 1213 884.191 1204.67 884.191 1194C884.191 1179.67 890.858 1169.17 904.191 1162.5C917.525 1155.5 937.691 1152 964.691 1152H989.191V1181.5C989.191 1190.17 986.358 1198.17 980.691 1205.5C975.358 1212.5 968.025 1218 958.691 1222ZM1185.11 1273.5L1142.11 1380H1214.61L1357.61 1015H1283.61L1220.11 1207.5H1219.11L1156.11 1015L1082.61 1015.5L1185.11 1273.5ZM1411.46 1245C1436.79 1268.33 1472.79 1280 1519.46 1280C1536.13 1280 1552.63 1278.5 1568.96 1275.5C1585.63 1272.83 1600.13 1269 1612.46 1264L1604.46 1211.5C1592.13 1216.17 1577.96 1219.83 1561.96 1222.5C1545.96 1225.17 1530.79 1226.5 1516.46 1226.5C1491.13 1226.5 1472.29 1221 1459.96 1210C1449.75 1200.89 1443.77 1187.56 1442.01 1170H1624.46C1624.79 1167 1624.96 1162.5 1624.96 1156.5C1625.29 1150.5 1625.46 1145.17 1625.46 1140.5C1625.46 1098.83 1614.79 1066.67 1593.46 1044C1572.46 1021.33 1542.46 1010 1503.46 1010C1463.13 1010 1431.46 1022 1408.46 1046C1385.46 1070 1373.96 1103 1373.96 1145C1373.96 1188.33 1386.46 1221.67 1411.46 1245ZM1442.19 1122.5C1443.95 1104.35 1448.87 1090.18 1456.96 1080C1467.29 1066.67 1482.79 1060 1503.46 1060C1523.13 1060 1537.63 1066.33 1546.96 1079C1554.74 1089.19 1559.38 1103.69 1560.91 1122.5H1442.19ZM1743.09 1015H1677.09V1275H1746.59V1155C1746.59 1139 1751.59 1124.5 1761.59 1111.5C1771.59 1098.17 1785.09 1087.67 1802.09 1080C1819.09 1072.33 1837.93 1068.5 1858.59 1068.5V1010C1843.59 1010 1828.93 1012.17 1814.59 1016.5C1800.59 1020.5 1787.59 1026.5 1775.59 1034.5C1763.93 1042.17 1753.76 1051.83 1745.09 1063.5H1743.59L1743.09 1015Z"})]}),C.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M564 280.44C564 50.3211 613.321 1 843.44 1H984.56C1214.68 1 1264 50.3211 1264 280.44V421.56C1264 651.679 1214.68 701 984.56 701H843.44C613.321 701 564 651.679 564 421.56V280.44ZM681 351C681 326.147 701.147 306 726 306H1106C1130.85 306 1151 326.147 1151 351C1151 375.853 1130.85 396 1106 396H726C701.147 396 681 375.853 681 351ZM726 479C701.147 479 681 499.147 681 524C681 548.853 701.147 569 726 569H906C930.853 569 951 548.853 951 524C951 499.147 930.853 479 906 479H726ZM681 176C681 151.147 701.147 131 726 131H971C995.853 131 1016 151.147 1016 176C1016 200.853 995.853 221 971 221H726C701.147 221 681 200.853 681 176ZM1.5 910V1275H74.5V910H1.5ZM151.215 1015V1275H220.215V1122C220.215 1111 222.715 1101.5 227.715 1093.5C233.048 1085.17 240.382 1078.67 249.715 1074C259.048 1069 269.715 1066.5 281.715 1066.5C297.715 1066.5 309.382 1071.5 316.715 1081.5C324.048 1091.17 327.715 1106.83 327.715 1128.5V1275H396.215V1115C396.215 1078.67 388.715 1052.17 373.715 1035.5C359.048 1018.5 336.048 1010 304.715 1010C286.048 1010 269.548 1013 255.215 1019C241.215 1024.67 228.882 1033.5 218.215 1045.5H217.215L216.715 1015H151.215ZM501.52 1261C515.52 1273.67 538.186 1280 569.52 1280C580.52 1280 591.186 1279.17 601.52 1277.5C611.853 1276.17 622.686 1273.83 634.02 1270.5L628.52 1216C621.853 1218.33 614.52 1220.17 606.52 1221.5C598.853 1222.83 591.52 1223.5 584.52 1223.5C571.52 1223.5 562.52 1220.5 557.52 1214.5C552.52 1208.17 550.02 1197.17 550.02 1181.5V1068.5H634.52V1015H550.02V930H481.02V1015H424.52V1068.5H481.02V1198.5C481.02 1227.5 487.853 1248.33 501.52 1261ZM696.707 910V1275H766.707V910H696.707ZM841.191 1258.5C856.191 1272.83 876.525 1280 902.191 1280C919.191 1280 935.858 1276.83 952.191 1270.5C968.525 1264.17 981.358 1255.67 990.691 1245H991.191L992.191 1275H1057.69V1111C1057.69 1086 1054.19 1066.17 1047.19 1051.5C1040.19 1036.5 1029.02 1025.83 1013.69 1019.5C998.358 1013.17 977.358 1010 950.691 1010C929.691 1010 908.525 1011.83 887.191 1015.5C866.191 1018.83 847.025 1023.67 829.691 1030L838.191 1083C854.191 1076.67 871.191 1071.83 889.191 1068.5C907.191 1064.83 924.525 1063 941.191 1063C953.858 1063 963.525 1064.33 970.191 1067C977.191 1069.33 982.025 1073.67 984.691 1080C987.691 1086.33 989.191 1095.33 989.191 1107H954.691C911.358 1107 877.858 1115.17 854.191 1131.5C830.858 1147.83 819.191 1171 819.191 1201C819.191 1225 826.525 1244.17 841.191 1258.5ZM958.691 1222C949.358 1226 938.858 1228 927.191 1228C913.525 1228 902.858 1225 895.191 1219C887.858 1213 884.191 1204.67 884.191 1194C884.191 1179.67 890.858 1169.17 904.191 1162.5C917.525 1155.5 937.691 1152 964.691 1152H989.191V1181.5C989.191 1190.17 986.358 1198.17 980.691 1205.5C975.358 1212.5 968.025 1218 958.691 1222ZM1185.11 1273.5L1142.11 1380H1214.61L1357.61 1015H1283.61L1220.11 1207.5H1219.11L1156.11 1015L1082.61 1015.5L1185.11 1273.5ZM1411.46 1245C1436.79 1268.33 1472.79 1280 1519.46 1280C1536.13 1280 1552.63 1278.5 1568.96 1275.5C1585.63 1272.83 1600.13 1269 1612.46 1264L1604.46 1211.5C1592.13 1216.17 1577.96 1219.83 1561.96 1222.5C1545.96 1225.17 1530.79 1226.5 1516.46 1226.5C1491.13 1226.5 1472.29 1221 1459.96 1210C1449.75 1200.89 1443.77 1187.56 1442.01 1170H1624.46C1624.79 1167 1624.96 1162.5 1624.96 1156.5C1625.29 1150.5 1625.46 1145.17 1625.46 1140.5C1625.46 1098.83 1614.79 1066.67 1593.46 1044C1572.46 1021.33 1542.46 1010 1503.46 1010C1463.13 1010 1431.46 1022 1408.46 1046C1385.46 1070 1373.96 1103 1373.96 1145C1373.96 1188.33 1386.46 1221.67 1411.46 1245ZM1442.19 1122.5C1443.95 1104.35 1448.87 1090.18 1456.96 1080C1467.29 1066.67 1482.79 1060 1503.46 1060C1523.13 1060 1537.63 1066.33 1546.96 1079C1554.74 1089.19 1559.38 1103.69 1560.91 1122.5H1442.19ZM1743.09 1015H1677.09V1275H1746.59V1155C1746.59 1139 1751.59 1124.5 1761.59 1111.5C1771.59 1098.17 1785.09 1087.67 1802.09 1080C1819.09 1072.33 1837.93 1068.5 1858.59 1068.5V1010C1843.59 1010 1828.93 1012.17 1814.59 1016.5C1800.59 1020.5 1787.59 1026.5 1775.59 1034.5C1763.93 1042.17 1753.76 1051.83 1745.09 1063.5H1743.59L1743.09 1015Z",fill:"currentColor"}),C.jsxRuntimeExports.jsx("path",{d:"M1.5 1275H0.5V1276H1.5V1275ZM1.5 910V909H0.5V910H1.5ZM74.5 1275V1276H75.5V1275H74.5ZM74.5 910H75.5V909H74.5V910ZM151.215 1275H150.215V1276H151.215V1275ZM151.215 1015V1014H150.215V1015H151.215ZM220.215 1275V1276H221.215V1275H220.215ZM227.715 1093.5L226.873 1092.96L226.867 1092.97L227.715 1093.5ZM249.715 1074L250.162 1074.89L250.175 1074.89L250.187 1074.88L249.715 1074ZM316.715 1081.5L315.908 1082.09L315.913 1082.1L315.918 1082.1L316.715 1081.5ZM327.715 1275H326.715V1276H327.715V1275ZM396.215 1275V1276H397.215V1275H396.215ZM373.715 1035.5L372.958 1036.15L372.965 1036.16L372.972 1036.17L373.715 1035.5ZM255.215 1019L255.59 1019.93L255.601 1019.92L255.215 1019ZM218.215 1045.5V1046.5H218.664L218.962 1046.16L218.215 1045.5ZM217.215 1045.5L216.215 1045.52L216.231 1046.5H217.215V1045.5ZM216.715 1015L217.715 1014.98L217.699 1014H216.715V1015ZM501.52 1261L500.84 1261.73L500.849 1261.74L501.52 1261ZM601.52 1277.5L601.392 1276.51L601.376 1276.51L601.36 1276.51L601.52 1277.5ZM634.02 1270.5L634.302 1271.46L635.098 1271.23L635.014 1270.4L634.02 1270.5ZM628.52 1216L629.514 1215.9L629.387 1214.64L628.189 1215.06L628.52 1216ZM606.52 1221.5L606.355 1220.51L606.348 1220.51L606.52 1221.5ZM557.52 1214.5L556.735 1215.12L556.743 1215.13L556.751 1215.14L557.52 1214.5ZM550.02 1068.5V1067.5H549.02V1068.5H550.02ZM634.52 1068.5V1069.5H635.52V1068.5H634.52ZM634.52 1015H635.52V1014H634.52V1015ZM550.02 1015H549.02V1016H550.02V1015ZM550.02 930H551.02V929H550.02V930ZM481.02 930V929H480.02V930H481.02ZM481.02 1015V1016H482.02V1015H481.02ZM424.52 1015V1014H423.52V1015H424.52ZM424.52 1068.5H423.52V1069.5H424.52V1068.5ZM481.02 1068.5H482.02V1067.5H481.02V1068.5ZM696.707 1275H695.707V1276H696.707V1275ZM696.707 910V909H695.707V910H696.707ZM766.707 1275V1276H767.707V1275H766.707ZM766.707 910H767.707V909H766.707V910ZM841.191 1258.5L840.492 1259.22L840.501 1259.22L841.191 1258.5ZM990.691 1245V1244H990.238L989.939 1244.34L990.691 1245ZM991.191 1245L992.191 1244.97L992.159 1244H991.191V1245ZM992.191 1275L991.192 1275.03L991.224 1276H992.191V1275ZM1057.69 1275V1276H1058.69V1275H1057.69ZM1047.19 1051.5L1046.29 1051.92L1046.29 1051.93L1047.19 1051.5ZM1013.69 1019.5L1013.31 1020.42L1013.31 1020.42L1013.69 1019.5ZM887.191 1015.5L887.348 1016.49L887.361 1016.49L887.191 1015.5ZM829.691 1030L829.348 1029.06L828.573 1029.34L828.704 1030.16L829.691 1030ZM838.191 1083L837.204 1083.16L837.401 1084.39L838.559 1083.93L838.191 1083ZM889.191 1068.5L889.373 1069.48L889.382 1069.48L889.391 1069.48L889.191 1068.5ZM970.191 1067L969.82 1067.93L969.847 1067.94L969.875 1067.95L970.191 1067ZM984.691 1080L983.77 1080.39L983.778 1080.41L983.788 1080.43L984.691 1080ZM989.191 1107V1108H990.191V1107H989.191ZM854.191 1131.5L853.623 1130.68L853.618 1130.68L854.191 1131.5ZM895.191 1219L894.558 1219.77L894.567 1219.78L894.575 1219.79L895.191 1219ZM904.191 1162.5L904.639 1163.39L904.647 1163.39L904.656 1163.39L904.191 1162.5ZM989.191 1152H990.191V1151H989.191V1152ZM980.691 1205.5L979.9 1204.89L979.896 1204.89L980.691 1205.5ZM1142.11 1380L1141.18 1379.63L1140.62 1381H1142.11V1380ZM1185.11 1273.5L1186.03 1273.87L1186.18 1273.5L1186.03 1273.13L1185.11 1273.5ZM1214.61 1380V1381H1215.29L1215.54 1380.36L1214.61 1380ZM1357.61 1015L1358.54 1015.36L1359.07 1014H1357.61V1015ZM1283.61 1015V1014H1282.88L1282.66 1014.69L1283.61 1015ZM1220.11 1207.5V1208.5H1220.83L1221.06 1207.81L1220.11 1207.5ZM1219.11 1207.5L1218.16 1207.81L1218.38 1208.5H1219.11V1207.5ZM1156.11 1015L1157.06 1014.69L1156.83 1014L1156.1 1014L1156.11 1015ZM1082.61 1015.5L1082.6 1014.5L1081.14 1014.51L1081.68 1015.87L1082.61 1015.5ZM1411.46 1245L1410.78 1245.73L1410.78 1245.74L1411.46 1245ZM1568.96 1275.5L1568.8 1274.51L1568.79 1274.51L1568.78 1274.52L1568.96 1275.5ZM1612.46 1264L1612.84 1264.93L1613.57 1264.63L1613.45 1263.85L1612.46 1264ZM1604.46 1211.5L1605.45 1211.35L1605.26 1210.13L1604.11 1210.56L1604.46 1211.5ZM1459.96 1210L1460.63 1209.25L1460.63 1209.25L1459.96 1210ZM1442.01 1170V1169H1440.9L1441.01 1170.1L1442.01 1170ZM1624.46 1170V1171H1625.36L1625.45 1170.11L1624.46 1170ZM1624.96 1156.5L1623.96 1156.44L1623.96 1156.47V1156.5H1624.96ZM1593.46 1044L1592.73 1044.68L1592.73 1044.69L1593.46 1044ZM1456.96 1080L1457.74 1080.62L1457.75 1080.61L1456.96 1080ZM1442.19 1122.5L1441.19 1122.4L1441.09 1123.5H1442.19V1122.5ZM1546.96 1079L1546.16 1079.59L1546.16 1079.6L1546.17 1079.61L1546.96 1079ZM1560.91 1122.5V1123.5H1561.99L1561.9 1122.42L1560.91 1122.5ZM1677.09 1015V1014H1676.09V1015H1677.09ZM1743.09 1015L1744.09 1014.99L1744.08 1014H1743.09V1015ZM1677.09 1275H1676.09V1276H1677.09V1275ZM1746.59 1275V1276H1747.59V1275H1746.59ZM1761.59 1111.5L1762.39 1112.11L1762.39 1112.1L1761.59 1111.5ZM1858.59 1068.5V1069.5H1859.59V1068.5H1858.59ZM1858.59 1010H1859.59V1009H1858.59V1010ZM1814.59 1016.5L1814.87 1017.46L1814.88 1017.46L1814.88 1017.46L1814.59 1016.5ZM1775.59 1034.5L1776.14 1035.34L1776.15 1035.33L1775.59 1034.5ZM1745.09 1063.5V1064.5H1745.6L1745.9 1064.1L1745.09 1063.5ZM1743.59 1063.5L1742.59 1063.51L1742.6 1064.5H1743.59V1063.5ZM843.44 0C785.887 0 739.571 3.08249 702.479 11.3258C665.376 19.5717 637.442 32.9949 616.718 53.7183C595.995 74.4417 582.572 102.376 574.326 139.479C566.082 176.571 563 222.887 563 280.44H565C565 222.933 568.083 176.79 576.278 139.913C584.471 103.048 597.761 75.5043 618.133 55.1325C638.504 34.7608 666.048 21.4713 702.913 13.2782C739.79 5.08265 785.933 2 843.44 2V0ZM984.56 0H843.44V2H984.56V0ZM1265 280.44C1265 222.887 1261.92 176.571 1253.67 139.479C1245.43 102.376 1232.01 74.4417 1211.28 53.7183C1190.56 32.9949 1162.62 19.5717 1125.52 11.3258C1088.43 3.08249 1042.11 0 984.56 0V2C1042.07 2 1088.21 5.08265 1125.09 13.2782C1161.95 21.4713 1189.5 34.7608 1209.87 55.1325C1230.24 75.5043 1243.53 103.048 1251.72 139.913C1259.92 176.79 1263 222.933 1263 280.44H1265ZM1265 421.56V280.44H1263V421.56H1265ZM984.56 702C1042.11 702 1088.43 698.918 1125.52 690.674C1162.62 682.428 1190.56 669.005 1211.28 648.282C1232.01 627.558 1245.43 599.624 1253.67 562.521C1261.92 525.429 1265 479.113 1265 421.56H1263C1263 479.067 1259.92 525.21 1251.72 562.087C1243.53 598.952 1230.24 626.496 1209.87 646.867C1189.5 667.239 1161.95 680.529 1125.09 688.722C1088.21 696.917 1042.07 700 984.56 700V702ZM843.44 702H984.56V700H843.44V702ZM563 421.56C563 479.113 566.082 525.429 574.326 562.521C582.572 599.624 595.995 627.558 616.718 648.282C637.442 669.005 665.376 682.428 702.479 690.674C739.571 698.918 785.887 702 843.44 702V700C785.933 700 739.79 696.917 702.913 688.722C666.048 680.529 638.504 667.239 618.133 646.867C597.761 626.496 584.471 598.952 576.278 562.087C568.083 525.21 565 479.067 565 421.56H563ZM563 280.44V421.56H565V280.44H563ZM726 305C700.595 305 680 325.595 680 351H682C682 326.699 701.7 307 726 307V305ZM1106 305H726V307H1106V305ZM1152 351C1152 325.595 1131.41 305 1106 305V307C1130.3 307 1150 326.699 1150 351H1152ZM1106 397C1131.41 397 1152 376.405 1152 351H1150C1150 375.301 1130.3 395 1106 395V397ZM726 397H1106V395H726V397ZM680 351C680 376.405 700.595 397 726 397V395C701.7 395 682 375.301 682 351H680ZM682 524C682 499.699 701.7 480 726 480V478C700.595 478 680 498.595 680 524H682ZM726 568C701.7 568 682 548.3 682 524H680C680 549.405 700.595 570 726 570V568ZM906 568H726V570H906V568ZM950 524C950 548.3 930.3 568 906 568V570C931.405 570 952 549.405 952 524H950ZM906 480C930.3 480 950 499.699 950 524H952C952 498.595 931.405 478 906 478V480ZM726 480H906V478H726V480ZM726 130C700.595 130 680 150.595 680 176H682C682 151.699 701.7 132 726 132V130ZM971 130H726V132H971V130ZM1017 176C1017 150.595 996.405 130 971 130V132C995.3 132 1015 151.699 1015 176H1017ZM971 222C996.405 222 1017 201.405 1017 176H1015C1015 200.301 995.3 220 971 220V222ZM726 222H971V220H726V222ZM680 176C680 201.405 700.595 222 726 222V220C701.7 220 682 200.301 682 176H680ZM2.5 1275V910H0.5V1275H2.5ZM74.5 1274H1.5V1276H74.5V1274ZM73.5 910V1275H75.5V910H73.5ZM1.5 911H74.5V909H1.5V911ZM152.215 1275V1015H150.215V1275H152.215ZM220.215 1274H151.215V1276H220.215V1274ZM219.215 1122V1275H221.215V1122H219.215ZM226.867 1092.97C221.752 1101.15 219.215 1110.84 219.215 1122H221.215C221.215 1111.16 223.678 1101.85 228.563 1094.03L226.867 1092.97ZM249.268 1073.11C239.782 1077.85 232.309 1084.47 226.873 1092.96L228.557 1094.04C233.788 1085.87 240.981 1079.48 250.162 1074.89L249.268 1073.11ZM281.715 1065.5C269.572 1065.5 258.74 1068.03 249.243 1073.12L250.187 1074.88C259.357 1069.97 269.857 1067.5 281.715 1067.5V1065.5ZM317.521 1080.91C309.946 1070.58 297.932 1065.5 281.715 1065.5V1067.5C297.498 1067.5 308.817 1072.42 315.908 1082.09L317.521 1080.91ZM328.715 1128.5C328.715 1106.77 325.046 1090.83 317.512 1080.9L315.918 1082.1C323.051 1091.51 326.715 1106.9 326.715 1128.5H328.715ZM328.715 1275V1128.5H326.715V1275H328.715ZM396.215 1274H327.715V1276H396.215V1274ZM395.215 1115V1275H397.215V1115H395.215ZM372.972 1036.17C387.73 1052.57 395.215 1078.77 395.215 1115H397.215C397.215 1078.56 389.7 1051.77 374.458 1034.83L372.972 1036.17ZM304.715 1011C335.877 1011 358.547 1019.45 372.958 1036.15L374.472 1034.85C359.549 1017.55 336.219 1009 304.715 1009V1011ZM255.601 1019.92C269.79 1013.98 286.155 1011 304.715 1011V1009C285.942 1009 269.306 1012.02 254.829 1018.08L255.601 1019.92ZM218.962 1046.16C229.533 1034.27 241.742 1025.53 255.59 1019.93L254.84 1018.07C240.688 1023.8 228.23 1032.73 217.467 1044.84L218.962 1046.16ZM217.215 1046.5H218.215V1044.5H217.215V1046.5ZM215.715 1015.02L216.215 1045.52L218.215 1045.48L217.715 1014.98L215.715 1015.02ZM151.215 1016H216.715V1014H151.215V1016ZM569.52 1279C538.281 1279 515.918 1272.68 502.19 1260.26L500.849 1261.74C515.121 1274.65 538.091 1281 569.52 1281V1279ZM601.36 1276.51C591.082 1278.17 580.469 1279 569.52 1279V1281C580.57 1281 591.29 1280.16 601.679 1278.49L601.36 1276.51ZM633.737 1269.54C622.448 1272.86 611.666 1275.18 601.392 1276.51L601.648 1278.49C612.039 1277.15 622.924 1274.81 634.302 1271.46L633.737 1269.54ZM627.525 1216.1L633.025 1270.6L635.014 1270.4L629.514 1215.9L627.525 1216.1ZM606.684 1222.49C614.732 1221.14 622.122 1219.3 628.85 1216.94L628.189 1215.06C621.584 1217.37 614.307 1219.19 606.355 1220.51L606.684 1222.49ZM584.52 1224.5C591.583 1224.5 598.974 1223.83 606.691 1222.49L606.348 1220.51C598.732 1221.84 591.456 1222.5 584.52 1222.5V1224.5ZM556.751 1215.14C562.037 1221.48 571.415 1224.5 584.52 1224.5V1222.5C571.624 1222.5 563.002 1219.52 558.288 1213.86L556.751 1215.14ZM549.02 1181.5C549.02 1197.21 551.514 1208.51 556.735 1215.12L558.304 1213.88C553.525 1207.83 551.02 1197.12 551.02 1181.5H549.02ZM549.02 1068.5V1181.5H551.02V1068.5H549.02ZM634.52 1067.5H550.02V1069.5H634.52V1067.5ZM633.52 1015V1068.5H635.52V1015H633.52ZM550.02 1016H634.52V1014H550.02V1016ZM549.02 930V1015H551.02V930H549.02ZM481.02 931H550.02V929H481.02V931ZM482.02 1015V930H480.02V1015H482.02ZM424.52 1016H481.02V1014H424.52V1016ZM425.52 1068.5V1015H423.52V1068.5H425.52ZM481.02 1067.5H424.52V1069.5H481.02V1067.5ZM482.02 1198.5V1068.5H480.02V1198.5H482.02ZM502.199 1260.27C488.827 1247.87 482.02 1227.37 482.02 1198.5H480.02C480.02 1227.63 486.879 1248.79 500.84 1261.73L502.199 1260.27ZM697.707 1275V910H695.707V1275H697.707ZM766.707 1274H696.707V1276H766.707V1274ZM765.707 910V1275H767.707V910H765.707ZM696.707 911H766.707V909H696.707V911ZM902.191 1279C876.718 1279 856.654 1271.89 841.882 1257.78L840.501 1259.22C855.728 1273.77 876.332 1281 902.191 1281V1279ZM951.83 1269.57C935.608 1275.86 919.064 1279 902.191 1279V1281C919.319 1281 936.108 1277.81 952.553 1271.43L951.83 1269.57ZM989.939 1244.34C980.734 1254.86 968.048 1263.28 951.83 1269.57L952.553 1271.43C969.002 1265.05 981.982 1256.47 991.444 1245.66L989.939 1244.34ZM991.191 1244H990.691V1246H991.191V1244ZM993.191 1274.97L992.191 1244.97L990.192 1245.03L991.192 1275.03L993.191 1274.97ZM1057.69 1274H992.191V1276H1057.69V1274ZM1056.69 1111V1275H1058.69V1111H1056.69ZM1046.29 1051.93C1053.2 1066.41 1056.69 1086.08 1056.69 1111H1058.69C1058.69 1085.92 1055.18 1065.92 1048.09 1051.07L1046.29 1051.93ZM1013.31 1020.42C1028.41 1026.66 1039.39 1037.15 1046.29 1051.92L1048.1 1051.08C1040.99 1035.85 1029.64 1025 1014.07 1018.58L1013.31 1020.42ZM950.691 1011C977.297 1011 998.149 1014.16 1013.31 1020.42L1014.07 1018.58C998.568 1012.17 977.419 1009 950.691 1009V1011ZM887.361 1016.49C908.64 1012.83 929.75 1011 950.691 1011V1009C929.633 1009 908.41 1010.84 887.022 1014.51L887.361 1016.49ZM830.035 1030.94C847.299 1024.63 866.402 1019.81 887.348 1016.49L887.035 1014.51C865.98 1017.85 846.75 1022.7 829.348 1029.06L830.035 1030.94ZM839.179 1082.84L830.679 1029.84L828.704 1030.16L837.204 1083.16L839.179 1082.84ZM889.009 1067.52C870.95 1070.86 853.887 1075.71 837.823 1082.07L838.559 1083.93C854.496 1077.62 871.433 1072.81 889.373 1069.48L889.009 1067.52ZM941.191 1062C924.451 1062 907.051 1063.84 888.992 1067.52L889.391 1069.48C907.332 1065.83 924.598 1064 941.191 1064V1062ZM970.563 1066.07C963.72 1063.33 953.903 1062 941.191 1062V1064C953.813 1064 963.329 1065.33 969.82 1067.93L970.563 1066.07ZM985.613 1079.61C982.826 1072.99 977.758 1068.47 970.508 1066.05L969.875 1067.95C976.625 1070.2 981.224 1074.34 983.77 1080.39L985.613 1079.61ZM990.191 1107C990.191 1095.27 988.687 1086.1 985.595 1079.57L983.788 1080.43C986.696 1086.57 988.191 1095.4 988.191 1107H990.191ZM954.691 1108H989.191V1106H954.691V1108ZM854.759 1132.32C878.194 1116.15 911.464 1108 954.691 1108V1106C911.252 1106 877.522 1114.18 853.623 1130.68L854.759 1132.32ZM820.191 1201C820.191 1171.31 831.715 1148.45 854.765 1132.32L853.618 1130.68C830.001 1147.21 818.191 1170.69 818.191 1201H820.191ZM841.89 1257.78C827.449 1243.67 820.191 1224.78 820.191 1201H818.191C818.191 1225.22 825.6 1244.66 840.492 1259.22L841.89 1257.78ZM927.191 1229C938.973 1229 949.61 1226.98 959.085 1222.92L958.297 1221.08C949.106 1225.02 938.743 1227 927.191 1227V1229ZM894.575 1219.79C902.477 1225.97 913.39 1229 927.191 1229V1227C913.66 1227 903.24 1224.03 895.808 1218.21L894.575 1219.79ZM883.191 1194C883.191 1204.92 886.962 1213.56 894.558 1219.77L895.825 1218.23C888.755 1212.44 885.191 1204.41 885.191 1194H883.191ZM903.744 1161.61C896.948 1165 891.796 1169.41 888.347 1174.84C884.897 1180.27 883.191 1186.67 883.191 1194H885.191C885.191 1186.99 886.819 1180.98 890.036 1175.91C893.254 1170.84 898.102 1166.66 904.639 1163.39L903.744 1161.61ZM964.691 1151C937.639 1151 917.276 1154.5 903.727 1161.61L904.656 1163.39C917.773 1156.5 937.744 1153 964.691 1153V1151ZM989.191 1151H964.691V1153H989.191V1151ZM990.191 1181.5V1152H988.191V1181.5H990.191ZM981.483 1206.11C987.275 1198.62 990.191 1190.4 990.191 1181.5H988.191C988.191 1189.93 985.442 1197.72 979.9 1204.89L981.483 1206.11ZM959.085 1222.92C968.553 1218.86 976.034 1213.26 981.487 1206.11L979.896 1204.89C974.682 1211.74 967.497 1217.14 958.297 1221.08L959.085 1222.92ZM1143.03 1380.37L1186.03 1273.87L1184.18 1273.13L1141.18 1379.63L1143.03 1380.37ZM1214.61 1379H1142.11V1381H1214.61V1379ZM1356.67 1014.64L1213.67 1379.64L1215.54 1380.36L1358.54 1015.36L1356.67 1014.64ZM1283.61 1016H1357.61V1014H1283.61V1016ZM1221.06 1207.81L1284.56 1015.31L1282.66 1014.69L1219.16 1207.19L1221.06 1207.81ZM1219.11 1208.5H1220.11V1206.5H1219.11V1208.5ZM1155.16 1015.31L1218.16 1207.81L1220.06 1207.19L1157.06 1014.69L1155.16 1015.31ZM1082.61 1016.5L1156.11 1016L1156.1 1014L1082.6 1014.5L1082.61 1016.5ZM1186.03 1273.13L1083.53 1015.13L1081.68 1015.87L1184.18 1273.87L1186.03 1273.13ZM1519.46 1279C1472.95 1279 1437.23 1267.38 1412.14 1244.26L1410.78 1245.74C1436.36 1269.29 1472.63 1281 1519.46 1281V1279ZM1568.78 1274.52C1552.51 1277.51 1536.07 1279 1519.46 1279V1281C1536.19 1281 1552.75 1279.49 1569.14 1276.48L1568.78 1274.52ZM1612.09 1263.07C1599.84 1268.04 1585.41 1271.85 1568.8 1274.51L1569.12 1276.49C1585.84 1273.81 1600.42 1269.96 1612.84 1264.93L1612.09 1263.07ZM1603.47 1211.65L1611.47 1264.15L1613.45 1263.85L1605.45 1211.35L1603.47 1211.65ZM1562.13 1223.49C1578.18 1220.81 1592.41 1217.13 1604.81 1212.44L1604.11 1210.56C1591.85 1215.2 1577.75 1218.86 1561.8 1221.51L1562.13 1223.49ZM1516.46 1227.5C1530.86 1227.5 1546.08 1226.16 1562.13 1223.49L1561.8 1221.51C1545.84 1224.17 1530.73 1225.5 1516.46 1225.5V1227.5ZM1459.3 1210.75C1471.89 1221.98 1491.01 1227.5 1516.46 1227.5V1225.5C1491.25 1225.5 1472.7 1220.02 1460.63 1209.25L1459.3 1210.75ZM1441.01 1170.1C1442.79 1187.83 1448.85 1201.43 1459.3 1210.75L1460.63 1209.25C1450.65 1200.36 1444.74 1187.29 1443 1169.9L1441.01 1170.1ZM1624.46 1169H1442.01V1171H1624.46V1169ZM1623.96 1156.5C1623.96 1162.49 1623.79 1166.95 1623.47 1169.89L1625.45 1170.11C1625.79 1167.05 1625.96 1162.51 1625.96 1156.5H1623.96ZM1624.46 1140.5C1624.46 1145.14 1624.3 1150.46 1623.96 1156.44L1625.96 1156.56C1626.29 1150.54 1626.46 1145.19 1626.46 1140.5H1624.46ZM1592.73 1044.69C1613.84 1067.11 1624.46 1099 1624.46 1140.5H1626.46C1626.46 1098.67 1615.75 1066.22 1594.19 1043.31L1592.73 1044.69ZM1503.46 1011C1542.26 1011 1571.96 1022.27 1592.73 1044.68L1594.19 1043.32C1572.96 1020.4 1542.66 1009 1503.46 1009V1011ZM1409.18 1046.69C1431.96 1022.93 1463.34 1011 1503.46 1011V1009C1462.92 1009 1430.97 1021.07 1407.74 1045.31L1409.18 1046.69ZM1374.96 1145C1374.96 1103.19 1386.41 1070.46 1409.18 1046.69L1407.74 1045.31C1384.52 1069.54 1372.96 1102.81 1372.96 1145H1374.96ZM1412.14 1244.27C1387.4 1221.17 1374.96 1188.13 1374.96 1145H1372.96C1372.96 1188.53 1385.52 1222.16 1410.78 1245.73L1412.14 1244.27ZM1456.18 1079.38C1447.93 1089.76 1442.96 1104.13 1441.19 1122.4L1443.19 1122.6C1444.93 1104.56 1449.81 1090.6 1457.74 1080.62L1456.18 1079.38ZM1503.46 1059C1482.56 1059 1466.74 1065.75 1456.17 1079.39L1457.75 1080.61C1467.85 1067.58 1483.03 1061 1503.46 1061V1059ZM1547.77 1078.41C1538.2 1065.42 1523.36 1059 1503.46 1059V1061C1522.9 1061 1537.06 1067.25 1546.16 1079.59L1547.77 1078.41ZM1561.9 1122.42C1560.37 1103.5 1555.69 1088.79 1547.76 1078.39L1546.17 1079.61C1553.78 1089.59 1558.4 1103.87 1559.91 1122.58L1561.9 1122.42ZM1442.19 1123.5H1560.91V1121.5H1442.19V1123.5ZM1677.09 1016H1743.09V1014H1677.09V1016ZM1678.09 1275V1015H1676.09V1275H1678.09ZM1746.59 1274H1677.09V1276H1746.59V1274ZM1745.59 1155V1275H1747.59V1155H1745.59ZM1760.8 1110.89C1750.67 1124.06 1745.59 1138.77 1745.59 1155H1747.59C1747.59 1139.23 1752.52 1124.94 1762.39 1112.11L1760.8 1110.89ZM1801.68 1079.09C1784.55 1086.82 1770.91 1097.42 1760.79 1110.9L1762.39 1112.1C1772.28 1098.92 1785.64 1088.52 1802.5 1080.91L1801.68 1079.09ZM1858.59 1067.5C1837.8 1067.5 1818.83 1071.36 1801.68 1079.09L1802.5 1080.91C1819.36 1073.31 1838.05 1069.5 1858.59 1069.5V1067.5ZM1857.59 1010V1068.5H1859.59V1010H1857.59ZM1814.88 1017.46C1829.12 1013.15 1843.69 1011 1858.59 1011V1009C1843.5 1009 1828.73 1011.18 1814.3 1015.54L1814.88 1017.46ZM1776.15 1035.33C1788.06 1027.39 1800.97 1021.43 1814.87 1017.46L1814.32 1015.54C1800.22 1019.57 1787.13 1025.61 1775.04 1033.67L1776.15 1035.33ZM1745.9 1064.1C1754.5 1052.52 1764.58 1042.94 1776.14 1035.34L1775.04 1033.66C1763.28 1041.4 1753.02 1051.15 1744.29 1062.9L1745.9 1064.1ZM1743.59 1064.5H1745.09V1062.5H1743.59V1064.5ZM1742.09 1015.01L1742.59 1063.51L1744.59 1063.49L1744.09 1014.99L1742.09 1015.01Z",fill:"currentColor",mask:"url(#path-2-outside-1_2059_7)"})]});exports.LogoWithTextBelowSquircle=V;
|