@powerhousedao/connect 5.0.0-staging.9 → 5.0.1-staging.10
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/.env → .env} +4 -6
- package/README.md +3 -4
- package/assets/icon.icns +0 -0
- package/assets/icon.ico +0 -0
- package/assets/icon.png +0 -0
- package/assets/icons/Atlas-Logomark.svg +24 -0
- package/assets/icons/BBP-logo-hover-dark.svg +14 -0
- package/assets/icons/BBP-logo-hover-light.svg +14 -0
- package/assets/icons/BBP-logo-main.svg +14 -0
- package/assets/icons/collapse.svg +7 -0
- package/assets/icons/connect-small.svg +3 -0
- package/assets/icons/connect.svg +16 -0
- package/assets/icons/cross.svg +4 -0
- package/assets/icons/dark.svg +5 -0
- package/assets/icons/draft.svg +3 -0
- package/assets/icons/file.svg +3 -0
- package/assets/icons/file2.svg +10 -0
- package/assets/icons/folder.svg +3 -0
- package/assets/icons/light.svg +20 -0
- package/assets/icons/logo.svg +11 -0
- package/assets/icons/plus-circle.svg +5 -0
- package/assets/icons/refresh.svg +4 -0
- package/assets/icons/renown.svg +27 -0
- package/assets/icons/settings.svg +6 -0
- package/assets/icons/template.svg +3 -0
- package/assets/info.plist +85 -0
- package/dist/assets/AddDriveModal-_VEckfgs.js +1 -0
- package/dist/assets/ClearStorageModal-BIEumLFB.js +1 -0
- package/dist/assets/CookiesPolicyModal-DxXlDzMD.js +1 -0
- package/dist/assets/CreateDocumentModal-i8Mn-zHZ.js +1 -0
- package/dist/assets/DebugSettingsModal-B7_0MfyY.js +1 -0
- package/dist/assets/DeleteDriveModal-Z_QkBHwL.js +1 -0
- package/dist/assets/DeleteItemModal-PX5rpWQp.js +1 -0
- package/dist/assets/DisclaimerModal-DnyAi8SY.js +1 -0
- package/dist/assets/DriveSettingsModal-CKBxDPF4.js +1 -0
- package/dist/assets/ExportDocumentWithErrorsModal-PwfR0wZb.js +1 -0
- package/dist/assets/SettingsModal-CvlSE5u_.js +1 -0
- package/dist/assets/UpgradeDriveModal-C5OBv8od.js +1 -0
- package/dist/assets/config-CU-aFfVJ.js +1 -0
- package/dist/assets/design_system-wkSa2XkO.js +45 -0
- package/dist/assets/design_system_connect-KiHH4lsC.js +45 -0
- package/dist/assets/design_system_ui-yn9Bp8-M.js +1 -0
- package/dist/assets/document_drive-BEIKnuGM.js +305 -0
- package/dist/assets/document_engineering-DwkL4RC_.js +1 -0
- package/dist/assets/document_model-DXcLJEjZ.js +230 -0
- package/dist/assets/document_model_editor-Dzl0xzA_.js +23 -0
- package/dist/assets/drive_explorer-BXnew3vz.js +2 -0
- package/dist/assets/graphql-BS4Brs_E.js +75 -0
- package/dist/assets/graphql-editor-CYvFkX8-.js +73 -0
- package/dist/assets/graphql_request-9RNJ00DB.js +3 -0
- package/dist/assets/hmr-LMNkvzP7.js +1 -0
- package/dist/assets/hooks-D1J714hY.js +12 -0
- package/dist/assets/index-2InhLUpC.js +18 -0
- package/dist/assets/index-Br7E7qjt.css +1 -0
- package/dist/assets/json-editor-Meugtes8.js +1 -0
- package/dist/assets/react/jsx-runtime-DldvXD6N.js +1 -0
- package/dist/assets/react-DQSxOgtG.js +1 -0
- package/dist/assets/react-dom/client-BVPiT_FE.js +9 -0
- package/dist/assets/react-dom-D6zQJsh6.js +1 -0
- package/dist/assets/reactor_browser-CSyNHuU2.js +25 -0
- package/dist/assets/sentry_browser-B4YoBIIG.js +498 -0
- package/dist/assets/sentry_react-cODD7zWc.js +3 -0
- package/dist/assets/state-schemas-Dq1fQPOB.js +2 -0
- package/dist/assets/tailwind_merge-Dr4f9Rms.js +1 -0
- package/dist/assets/virtual_ph_external-packages-CM1tCR4L.js +1 -0
- package/dist/assets/zod-C6yxFxyo.js +1 -0
- package/dist/index.html +51 -75
- package/heroku/Dockerfile +98 -0
- package/heroku/Procfile +1 -0
- package/heroku/config/nginx.conf.template +77 -0
- package/heroku/heroku-entrypoint.sh +38 -0
- package/lib/cypress/e2e/navigation.cy.d.ts +2 -0
- package/lib/cypress/e2e/navigation.cy.d.ts.map +1 -0
- package/lib/cypress/e2e/navigation.cy.js +221 -0
- package/lib/cypress/e2e/navigation.cy.js.map +1 -0
- package/lib/cypress/e2e/utils/index.d.ts +15 -0
- package/lib/cypress/e2e/utils/index.d.ts.map +1 -0
- package/lib/cypress/e2e/utils/index.js +121 -0
- package/lib/cypress/e2e/utils/index.js.map +1 -0
- package/lib/cypress/support/commands.d.ts +2 -0
- package/lib/cypress/support/commands.d.ts.map +1 -0
- package/lib/cypress/support/commands.js +29 -0
- package/lib/cypress/support/commands.js.map +1 -0
- package/lib/cypress/support/e2e.d.ts +2 -0
- package/lib/cypress/support/e2e.d.ts.map +1 -0
- package/lib/cypress/support/e2e.js +19 -0
- package/lib/cypress/support/e2e.js.map +1 -0
- package/lib/cypress.config.d.ts +3 -0
- package/lib/cypress.config.d.ts.map +1 -0
- package/lib/cypress.config.js +15 -0
- package/lib/cypress.config.js.map +1 -0
- package/lib/package.copy.json +165 -0
- package/lib/scripts/render-skeleton.d.ts +2 -0
- package/lib/scripts/render-skeleton.d.ts.map +1 -0
- package/lib/scripts/render-skeleton.js +11 -0
- package/lib/scripts/render-skeleton.js.map +1 -0
- package/lib/src/components/analytics.d.ts +8 -0
- package/lib/src/components/analytics.d.ts.map +1 -0
- package/lib/src/components/analytics.js +30 -0
- package/lib/src/components/analytics.js.map +1 -0
- package/lib/src/components/app-loader.d.ts +7 -0
- package/lib/src/components/app-loader.d.ts.map +1 -0
- package/lib/src/components/app-loader.js +20 -0
- package/lib/src/components/app-loader.js.map +1 -0
- package/lib/src/components/app-skeleton.d.ts +3 -0
- package/lib/src/components/app-skeleton.d.ts.map +1 -0
- package/lib/src/components/app-skeleton.js +38 -0
- package/lib/src/components/app-skeleton.js.map +1 -0
- package/lib/src/components/app.d.ts +2 -0
- package/lib/src/components/app.d.ts.map +1 -0
- package/lib/src/components/app.js +18 -0
- package/lib/src/components/app.js.map +1 -0
- package/lib/src/components/button.d.ts +3 -0
- package/lib/src/components/button.d.ts.map +1 -0
- package/lib/src/components/button.js +7 -0
- package/lib/src/components/button.js.map +1 -0
- package/lib/src/components/cookie-banner.d.ts +2 -0
- package/lib/src/components/cookie-banner.d.ts.map +1 -0
- package/lib/src/components/cookie-banner.js +48 -0
- package/lib/src/components/cookie-banner.js.map +1 -0
- package/lib/src/components/document-editor-container.d.ts +2 -0
- package/lib/src/components/document-editor-container.d.ts.map +1 -0
- package/lib/src/components/document-editor-container.js +62 -0
- package/lib/src/components/document-editor-container.js.map +1 -0
- package/lib/src/components/dots-loader.d.ts +2 -0
- package/lib/src/components/dots-loader.d.ts.map +1 -0
- package/lib/src/components/dots-loader.js +15 -0
- package/lib/src/components/dots-loader.js.map +1 -0
- package/lib/src/components/drive-editor-container.d.ts +2 -0
- package/lib/src/components/drive-editor-container.d.ts.map +1 -0
- package/lib/src/components/drive-editor-container.js +25 -0
- package/lib/src/components/drive-editor-container.js.map +1 -0
- package/lib/src/components/drive-icon.d.ts +5 -0
- package/lib/src/components/drive-icon.d.ts.map +1 -0
- package/lib/src/components/drive-icon.js +15 -0
- package/lib/src/components/drive-icon.js.map +1 -0
- package/lib/src/components/editor-loader.d.ts +9 -0
- package/lib/src/components/editor-loader.d.ts.map +1 -0
- package/lib/src/components/editor-loader.js +19 -0
- package/lib/src/components/editor-loader.js.map +1 -0
- package/lib/src/components/editors.d.ts +10 -0
- package/lib/src/components/editors.d.ts.map +1 -0
- package/lib/src/components/editors.js +93 -0
- package/lib/src/components/editors.js.map +1 -0
- package/lib/src/components/footer.d.ts +2 -0
- package/lib/src/components/footer.d.ts.map +1 -0
- package/lib/src/components/footer.js +16 -0
- package/lib/src/components/footer.js.map +1 -0
- package/lib/src/components/index.d.ts +22 -0
- package/lib/src/components/index.d.ts.map +1 -0
- package/lib/src/components/index.js +22 -0
- package/lib/src/components/index.js.map +1 -0
- package/lib/src/components/login.d.ts +2 -0
- package/lib/src/components/login.d.ts.map +1 -0
- package/lib/src/components/login.js +12 -0
- package/lib/src/components/login.js.map +1 -0
- package/lib/src/components/modal/index.d.ts +19 -0
- package/lib/src/components/modal/index.d.ts.map +1 -0
- package/lib/src/components/modal/index.js +19 -0
- package/lib/src/components/modal/index.js.map +1 -0
- package/lib/src/components/modal/modals/AddDriveModal.d.ts +2 -0
- package/lib/src/components/modal/modals/AddDriveModal.d.ts.map +1 -0
- package/lib/src/components/modal/modals/AddDriveModal.js +113 -0
- package/lib/src/components/modal/modals/AddDriveModal.js.map +1 -0
- package/lib/src/components/modal/modals/ClearStorageModal.d.ts +2 -0
- package/lib/src/components/modal/modals/ClearStorageModal.d.ts.map +1 -0
- package/lib/src/components/modal/modals/ClearStorageModal.js +35 -0
- package/lib/src/components/modal/modals/ClearStorageModal.js.map +1 -0
- package/lib/src/components/modal/modals/CookiesPolicyModal.d.ts +2 -0
- package/lib/src/components/modal/modals/CookiesPolicyModal.d.ts.map +1 -0
- package/lib/src/components/modal/modals/CookiesPolicyModal.js +16 -0
- package/lib/src/components/modal/modals/CookiesPolicyModal.js.map +1 -0
- package/lib/src/components/modal/modals/CreateDocumentModal.d.ts +2 -0
- package/lib/src/components/modal/modals/CreateDocumentModal.d.ts.map +1 -0
- package/lib/src/components/modal/modals/CreateDocumentModal.js +24 -0
- package/lib/src/components/modal/modals/CreateDocumentModal.js.map +1 -0
- package/lib/src/components/modal/modals/DebugSettingsModal.d.ts +2 -0
- package/lib/src/components/modal/modals/DebugSettingsModal.d.ts.map +1 -0
- package/lib/src/components/modal/modals/DebugSettingsModal.js +108 -0
- package/lib/src/components/modal/modals/DebugSettingsModal.js.map +1 -0
- package/lib/src/components/modal/modals/DeleteDriveModal.d.ts +2 -0
- package/lib/src/components/modal/modals/DeleteDriveModal.d.ts.map +1 -0
- package/lib/src/components/modal/modals/DeleteDriveModal.js +32 -0
- package/lib/src/components/modal/modals/DeleteDriveModal.js.map +1 -0
- package/lib/src/components/modal/modals/DeleteItemModal.d.ts +3 -0
- package/lib/src/components/modal/modals/DeleteItemModal.d.ts.map +1 -0
- package/lib/src/components/modal/modals/DeleteItemModal.js +33 -0
- package/lib/src/components/modal/modals/DeleteItemModal.js.map +1 -0
- package/lib/src/components/modal/modals/DisclaimerModal.d.ts +3 -0
- package/lib/src/components/modal/modals/DisclaimerModal.d.ts.map +1 -0
- package/lib/src/components/modal/modals/DisclaimerModal.js +12 -0
- package/lib/src/components/modal/modals/DisclaimerModal.js.map +1 -0
- package/lib/src/components/modal/modals/DriveSettingsModal.d.ts +2 -0
- package/lib/src/components/modal/modals/DriveSettingsModal.d.ts.map +1 -0
- package/lib/src/components/modal/modals/DriveSettingsModal.js +28 -0
- package/lib/src/components/modal/modals/DriveSettingsModal.js.map +1 -0
- package/lib/src/components/modal/modals/ExportDocumentWithErrorsModal.d.ts +2 -0
- package/lib/src/components/modal/modals/ExportDocumentWithErrorsModal.d.ts.map +1 -0
- package/lib/src/components/modal/modals/ExportDocumentWithErrorsModal.js +30 -0
- package/lib/src/components/modal/modals/ExportDocumentWithErrorsModal.js.map +1 -0
- package/lib/src/components/modal/modals/SettingsModal.d.ts +3 -0
- package/lib/src/components/modal/modals/SettingsModal.d.ts.map +1 -0
- package/lib/src/components/modal/modals/SettingsModal.js +45 -0
- package/lib/src/components/modal/modals/SettingsModal.js.map +1 -0
- package/lib/src/components/modal/modals/UpgradeDriveModal.d.ts +3 -0
- package/lib/src/components/modal/modals/UpgradeDriveModal.d.ts.map +1 -0
- package/lib/src/components/modal/modals/UpgradeDriveModal.js +21 -0
- package/lib/src/components/modal/modals/UpgradeDriveModal.js.map +1 -0
- package/lib/src/components/modal/modals/settings/about.d.ts +2 -0
- package/lib/src/components/modal/modals/settings/about.d.ts.map +1 -0
- package/lib/src/components/modal/modals/settings/about.js +10 -0
- package/lib/src/components/modal/modals/settings/about.js.map +1 -0
- package/lib/src/components/modal/modals/settings/danger-zone.d.ts +2 -0
- package/lib/src/components/modal/modals/settings/danger-zone.d.ts.map +1 -0
- package/lib/src/components/modal/modals/settings/danger-zone.js +15 -0
- package/lib/src/components/modal/modals/settings/danger-zone.js.map +1 -0
- package/lib/src/components/modal/modals/settings/default-editor.d.ts +2 -0
- package/lib/src/components/modal/modals/settings/default-editor.d.ts.map +1 -0
- package/lib/src/components/modal/modals/settings/default-editor.js +18 -0
- package/lib/src/components/modal/modals/settings/default-editor.js.map +1 -0
- package/lib/src/components/modal/modals/settings/package-manager.d.ts +3 -0
- package/lib/src/components/modal/modals/settings/package-manager.d.ts.map +1 -0
- package/lib/src/components/modal/modals/settings/package-manager.js +87 -0
- package/lib/src/components/modal/modals/settings/package-manager.js.map +1 -0
- package/lib/src/components/modal/modals-container.d.ts +2 -0
- package/lib/src/components/modal/modals-container.d.ts.map +1 -0
- package/lib/src/components/modal/modals-container.js +62 -0
- package/lib/src/components/modal/modals-container.js.map +1 -0
- package/lib/src/components/modal/modals-error-boundary.d.ts +18 -0
- package/lib/src/components/modal/modals-error-boundary.d.ts.map +1 -0
- package/lib/src/components/modal/modals-error-boundary.js +22 -0
- package/lib/src/components/modal/modals-error-boundary.js.map +1 -0
- package/lib/src/components/ph-logo.d.ts +2 -0
- package/lib/src/components/ph-logo.d.ts.map +1 -0
- package/lib/src/components/ph-logo.js +7 -0
- package/lib/src/components/ph-logo.js.map +1 -0
- package/lib/src/components/reload-connect-toast.d.ts +2 -0
- package/lib/src/components/reload-connect-toast.d.ts.map +1 -0
- package/lib/src/components/reload-connect-toast.js +7 -0
- package/lib/src/components/reload-connect-toast.js.map +1 -0
- package/lib/src/components/root.d.ts +2 -0
- package/lib/src/components/root.d.ts.map +1 -0
- package/lib/src/components/root.js +8 -0
- package/lib/src/components/root.js.map +1 -0
- package/lib/src/components/router.d.ts +2 -0
- package/lib/src/components/router.d.ts.map +1 -0
- package/lib/src/components/router.js +41 -0
- package/lib/src/components/router.js.map +1 -0
- package/lib/src/components/search-bar.d.ts +2 -0
- package/lib/src/components/search-bar.d.ts.map +1 -0
- package/lib/src/components/search-bar.js +36 -0
- package/lib/src/components/search-bar.js.map +1 -0
- package/lib/src/components/sidebar.d.ts +2 -0
- package/lib/src/components/sidebar.d.ts.map +1 -0
- package/lib/src/components/sidebar.js +27 -0
- package/lib/src/components/sidebar.js.map +1 -0
- package/lib/src/connect.config.d.ts +113 -0
- package/lib/src/connect.config.d.ts.map +1 -0
- package/lib/src/connect.config.js +147 -0
- package/lib/src/connect.config.js.map +1 -0
- package/lib/src/context/index.d.ts +4 -0
- package/lib/src/context/index.d.ts.map +1 -0
- package/lib/src/context/index.js +4 -0
- package/lib/src/context/index.js.map +1 -0
- package/lib/src/context/processor-manager.d.ts +3 -0
- package/lib/src/context/processor-manager.d.ts.map +1 -0
- package/lib/src/context/processor-manager.js +189 -0
- package/lib/src/context/processor-manager.js.map +1 -0
- package/lib/src/context/read-mode.d.ts +2 -0
- package/lib/src/context/read-mode.d.ts.map +1 -0
- package/lib/src/context/read-mode.js +219 -0
- package/lib/src/context/read-mode.js.map +1 -0
- package/lib/src/context/sentry-provider.d.ts +6 -0
- package/lib/src/context/sentry-provider.d.ts.map +1 -0
- package/lib/src/context/sentry-provider.js +6 -0
- package/lib/src/context/sentry-provider.js.map +1 -0
- package/lib/src/feature-flags.d.ts +34 -0
- package/lib/src/feature-flags.d.ts.map +1 -0
- package/lib/src/feature-flags.js +124 -0
- package/lib/src/feature-flags.js.map +1 -0
- package/lib/src/globals.d.ts +9 -0
- package/lib/src/globals.d.ts.map +1 -0
- package/lib/src/globals.js +2 -0
- package/lib/src/globals.js.map +1 -0
- package/lib/src/hmr.d.ts +3 -0
- package/lib/src/hmr.d.ts.map +1 -0
- package/lib/src/hmr.js +2 -0
- package/lib/src/hmr.js.map +1 -0
- package/lib/src/hooks/index.d.ts +10 -0
- package/lib/src/hooks/index.d.ts.map +1 -0
- package/lib/src/hooks/index.js +10 -0
- package/lib/src/hooks/index.js.map +1 -0
- package/lib/src/hooks/useAcceptedCookies.d.ts +9 -0
- package/lib/src/hooks/useAcceptedCookies.d.ts.map +1 -0
- package/lib/src/hooks/useAcceptedCookies.js +34 -0
- package/lib/src/hooks/useAcceptedCookies.js.map +1 -0
- package/lib/src/hooks/useCheckLatestVersion.d.ts +2 -0
- package/lib/src/hooks/useCheckLatestVersion.d.ts.map +1 -0
- package/lib/src/hooks/useCheckLatestVersion.js +33 -0
- package/lib/src/hooks/useCheckLatestVersion.js.map +1 -0
- package/lib/src/hooks/useClientErrorHandler.d.ts +6 -0
- package/lib/src/hooks/useClientErrorHandler.d.ts.map +1 -0
- package/lib/src/hooks/useClientErrorHandler.js +120 -0
- package/lib/src/hooks/useClientErrorHandler.js.map +1 -0
- package/lib/src/hooks/useCookieBanner.d.ts +5 -0
- package/lib/src/hooks/useCookieBanner.d.ts.map +1 -0
- package/lib/src/hooks/useCookieBanner.js +32 -0
- package/lib/src/hooks/useCookieBanner.js.map +1 -0
- package/lib/src/hooks/useInitSentry.d.ts +2 -0
- package/lib/src/hooks/useInitSentry.d.ts.map +1 -0
- package/lib/src/hooks/useInitSentry.js +80 -0
- package/lib/src/hooks/useInitSentry.js.map +1 -0
- package/lib/src/hooks/useNodeActions.d.ts +6 -0
- package/lib/src/hooks/useNodeActions.d.ts.map +1 -0
- package/lib/src/hooks/useNodeActions.js +35 -0
- package/lib/src/hooks/useNodeActions.js.map +1 -0
- package/lib/src/hooks/useUndoRedoShortcuts.d.ts +8 -0
- package/lib/src/hooks/useUndoRedoShortcuts.d.ts.map +1 -0
- package/lib/src/hooks/useUndoRedoShortcuts.js +26 -0
- package/lib/src/hooks/useUndoRedoShortcuts.js.map +1 -0
- package/lib/src/hooks/useWindowSize.d.ts +5 -0
- package/lib/src/hooks/useWindowSize.d.ts.map +1 -0
- package/lib/src/hooks/useWindowSize.js +21 -0
- package/lib/src/hooks/useWindowSize.js.map +1 -0
- package/lib/src/hooks/utils.d.ts +7 -0
- package/lib/src/hooks/utils.d.ts.map +1 -0
- package/lib/src/hooks/utils.js +46 -0
- package/lib/src/hooks/utils.js.map +1 -0
- package/lib/src/i18n/index.d.ts +4 -0
- package/lib/src/i18n/index.d.ts.map +1 -0
- package/lib/src/i18n/index.js +26 -0
- package/lib/src/i18n/index.js.map +1 -0
- package/lib/src/i18n/locales/en.json +114 -0
- package/lib/src/index.d.ts +2 -0
- package/lib/src/index.d.ts.map +1 -0
- package/lib/src/index.js +2 -0
- package/lib/src/index.js.map +1 -0
- package/lib/src/main.d.ts +2 -0
- package/lib/src/main.d.ts.map +1 -0
- package/lib/src/main.js +5 -0
- package/lib/src/main.js.map +1 -0
- package/lib/src/pages/content.d.ts +2 -0
- package/lib/src/pages/content.d.ts.map +1 -0
- package/lib/src/pages/content.js +39 -0
- package/lib/src/pages/content.js.map +1 -0
- package/lib/src/pages/demo/atlas-import.d.ts +2 -0
- package/lib/src/pages/demo/atlas-import.d.ts.map +1 -0
- package/lib/src/pages/demo/atlas-import.js +122 -0
- package/lib/src/pages/demo/atlas-import.js.map +1 -0
- package/lib/src/pages/index.d.ts +4 -0
- package/lib/src/pages/index.d.ts.map +1 -0
- package/lib/src/pages/index.js +4 -0
- package/lib/src/pages/index.js.map +1 -0
- package/lib/src/pages/settings.d.ts +4 -0
- package/lib/src/pages/settings.d.ts.map +1 -0
- package/lib/src/pages/settings.js +9 -0
- package/lib/src/pages/settings.js.map +1 -0
- package/lib/src/service-worker.d.ts +2 -0
- package/lib/src/service-worker.d.ts.map +1 -0
- package/lib/src/service-worker.js +58 -0
- package/lib/src/service-worker.js.map +1 -0
- package/lib/src/services/hmr.d.ts +13 -0
- package/lib/src/services/hmr.d.ts.map +1 -0
- package/lib/src/services/hmr.js +85 -0
- package/lib/src/services/hmr.js.map +1 -0
- package/lib/src/services/index.d.ts +10 -0
- package/lib/src/services/index.d.ts.map +1 -0
- package/lib/src/services/index.js +9 -0
- package/lib/src/services/index.js.map +1 -0
- package/lib/src/services/logger.d.ts +2 -0
- package/lib/src/services/logger.d.ts.map +1 -0
- package/lib/src/services/logger.js +28 -0
- package/lib/src/services/logger.js.map +1 -0
- package/lib/src/services/renown/browser.d.ts +2 -0
- package/lib/src/services/renown/browser.d.ts.map +1 -0
- package/lib/src/services/renown/browser.js +6 -0
- package/lib/src/services/renown/browser.js.map +1 -0
- package/lib/src/services/renown/constants.d.ts +130 -0
- package/lib/src/services/renown/constants.d.ts.map +1 -0
- package/lib/src/services/renown/constants.js +41 -0
- package/lib/src/services/renown/constants.js.map +1 -0
- package/lib/src/services/renown/utils.d.ts +7 -0
- package/lib/src/services/renown/utils.d.ts.map +1 -0
- package/lib/src/services/renown/utils.js +20 -0
- package/lib/src/services/renown/utils.js.map +1 -0
- package/lib/src/services/storage/base-storage.d.ts +9 -0
- package/lib/src/services/storage/base-storage.d.ts.map +1 -0
- package/lib/src/services/storage/base-storage.js +21 -0
- package/lib/src/services/storage/base-storage.js.map +1 -0
- package/lib/src/services/storage/browser.d.ts +5 -0
- package/lib/src/services/storage/browser.d.ts.map +1 -0
- package/lib/src/services/storage/browser.js +25 -0
- package/lib/src/services/storage/browser.js.map +1 -0
- package/lib/src/services/storage/types.d.ts +6 -0
- package/lib/src/services/storage/types.d.ts.map +1 -0
- package/lib/src/services/storage/types.js +2 -0
- package/lib/src/services/storage/types.js.map +1 -0
- package/lib/src/services/toast.d.ts +8 -0
- package/lib/src/services/toast.d.ts.map +1 -0
- package/lib/src/services/toast.js +11 -0
- package/lib/src/services/toast.js.map +1 -0
- package/lib/src/store/document-model.d.ts +3 -0
- package/lib/src/store/document-model.d.ts.map +1 -0
- package/lib/src/store/document-model.js +79 -0
- package/lib/src/store/document-model.js.map +1 -0
- package/lib/src/store/editor.d.ts +5 -0
- package/lib/src/store/editor.d.ts.map +1 -0
- package/lib/src/store/editor.js +31 -0
- package/lib/src/store/editor.js.map +1 -0
- package/lib/src/store/external-packages.d.ts +4 -0
- package/lib/src/store/external-packages.d.ts.map +1 -0
- package/lib/src/store/external-packages.js +36 -0
- package/lib/src/store/external-packages.js.map +1 -0
- package/lib/src/store/index.d.ts +7 -0
- package/lib/src/store/index.d.ts.map +1 -0
- package/lib/src/store/index.js +7 -0
- package/lib/src/store/index.js.map +1 -0
- package/lib/src/store/reactor.d.ts +3 -0
- package/lib/src/store/reactor.d.ts.map +1 -0
- package/lib/src/store/reactor.js +177 -0
- package/lib/src/store/reactor.js.map +1 -0
- package/lib/src/store/user.d.ts +2 -0
- package/lib/src/store/user.d.ts.map +1 -0
- package/lib/src/store/user.js +16 -0
- package/lib/src/store/user.js.map +1 -0
- package/lib/src/store/utils.d.ts +2 -0
- package/lib/src/store/utils.d.ts.map +1 -0
- package/lib/src/store/utils.js +59 -0
- package/lib/src/store/utils.js.map +1 -0
- package/lib/src/utils/browser.d.ts +2 -0
- package/lib/src/utils/browser.d.ts.map +1 -0
- package/lib/src/utils/browser.js +9 -0
- package/lib/src/utils/browser.js.map +1 -0
- package/lib/src/utils/document-editor-debug-tools.d.ts +17 -0
- package/lib/src/utils/document-editor-debug-tools.d.ts.map +1 -0
- package/lib/src/utils/document-editor-debug-tools.js +55 -0
- package/lib/src/utils/document-editor-debug-tools.js.map +1 -0
- package/lib/src/utils/drive-preservation.d.ts +19 -0
- package/lib/src/utils/drive-preservation.d.ts.map +1 -0
- package/lib/src/utils/drive-preservation.js +51 -0
- package/lib/src/utils/drive-preservation.js.map +1 -0
- package/lib/src/utils/drive-sections.d.ts +31 -0
- package/lib/src/utils/drive-sections.d.ts.map +1 -0
- package/lib/src/utils/drive-sections.js +63 -0
- package/lib/src/utils/drive-sections.js.map +1 -0
- package/lib/src/utils/index.d.ts +12 -0
- package/lib/src/utils/index.d.ts.map +1 -0
- package/lib/src/utils/index.js +12 -0
- package/lib/src/utils/index.js.map +1 -0
- package/lib/src/utils/join.d.ts +2 -0
- package/lib/src/utils/join.d.ts.map +1 -0
- package/lib/src/utils/join.js +11 -0
- package/lib/src/utils/join.js.map +1 -0
- package/lib/src/utils/openUrl.d.ts +2 -0
- package/lib/src/utils/openUrl.d.ts.map +1 -0
- package/lib/src/utils/openUrl.js +3 -0
- package/lib/src/utils/openUrl.js.map +1 -0
- package/lib/src/utils/path.d.ts +4 -0
- package/lib/src/utils/path.d.ts.map +1 -0
- package/lib/src/utils/path.js +17 -0
- package/lib/src/utils/path.js.map +1 -0
- package/lib/src/utils/reactor.d.ts +6 -0
- package/lib/src/utils/reactor.d.ts.map +1 -0
- package/lib/src/utils/reactor.js +57 -0
- package/lib/src/utils/reactor.js.map +1 -0
- package/lib/src/utils/registerServiceWorker.d.ts +12 -0
- package/lib/src/utils/registerServiceWorker.d.ts.map +1 -0
- package/lib/src/utils/registerServiceWorker.js +97 -0
- package/lib/src/utils/registerServiceWorker.js.map +1 -0
- package/lib/src/utils/signature.d.ts +4 -0
- package/lib/src/utils/signature.d.ts.map +1 -0
- package/lib/src/utils/signature.js +36 -0
- package/lib/src/utils/signature.js.map +1 -0
- package/lib/src/utils/slug.d.ts +2 -0
- package/lib/src/utils/slug.d.ts.map +1 -0
- package/lib/src/utils/slug.js +4 -0
- package/lib/src/utils/slug.js.map +1 -0
- package/lib/src/workers/pglite-worker.d.ts +2 -0
- package/lib/src/workers/pglite-worker.d.ts.map +1 -0
- package/lib/src/workers/pglite-worker.js +32 -0
- package/lib/src/workers/pglite-worker.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/lib/vite.config.d.ts +3 -0
- package/lib/vite.config.d.ts.map +1 -0
- package/lib/vite.config.js +55 -0
- package/lib/vite.config.js.map +1 -0
- package/package.copy.json +165 -0
- package/package.json +126 -66
- package/public/icon.ico +0 -0
- package/public/robots.txt +3 -0
- package/public/settings.png +0 -0
- package/scripts/render-skeleton.ts +8 -10
- package/src/index.css +4 -0
- package/dist/assets/AddDriveModal.CsX1V9k8.js +0 -2
- package/dist/assets/AddDriveModal.CsX1V9k8.js.map +0 -1
- package/dist/assets/AddLocalDriveModal.9wlqUaI7.js +0 -2
- package/dist/assets/AddLocalDriveModal.9wlqUaI7.js.map +0 -1
- package/dist/assets/AddRemoteDriveModal.BViKJcIG.js +0 -2
- package/dist/assets/AddRemoteDriveModal.BViKJcIG.js.map +0 -1
- package/dist/assets/ConfirmationModal.Cwd4p-FQ.js +0 -2
- package/dist/assets/ConfirmationModal.Cwd4p-FQ.js.map +0 -1
- package/dist/assets/CookiesPolicyModal.DBYakGYw.js +0 -2
- package/dist/assets/CookiesPolicyModal.DBYakGYw.js.map +0 -1
- package/dist/assets/CreateDocumentModal.BCLwbl_7.js +0 -2
- package/dist/assets/CreateDocumentModal.BCLwbl_7.js.map +0 -1
- package/dist/assets/DebugSettingsModal.C2JfEGKx.js +0 -7
- package/dist/assets/DebugSettingsModal.C2JfEGKx.js.map +0 -1
- package/dist/assets/DeleteDriveModal.ccJLuz-v.js +0 -2
- package/dist/assets/DeleteDriveModal.ccJLuz-v.js.map +0 -1
- package/dist/assets/DeleteItemModal.lxt16WLJ.js +0 -2
- package/dist/assets/DeleteItemModal.lxt16WLJ.js.map +0 -1
- package/dist/assets/DisclaimerModal.YKaHnRz1.js +0 -2
- package/dist/assets/DisclaimerModal.YKaHnRz1.js.map +0 -1
- package/dist/assets/DriveSettingsModal.DUtXh2J3.js +0 -2
- package/dist/assets/DriveSettingsModal.DUtXh2J3.js.map +0 -1
- package/dist/assets/SettingsModal.NCZyx-LZ.js +0 -2
- package/dist/assets/SettingsModal.NCZyx-LZ.js.map +0 -1
- package/dist/assets/UpgradeDriveModal.Bp1cbwzD.js +0 -2
- package/dist/assets/UpgradeDriveModal.Bp1cbwzD.js.map +0 -1
- package/dist/assets/app-form-input.DrsD0P0g.js +0 -2
- package/dist/assets/app-form-input.DrsD0P0g.js.map +0 -1
- package/dist/assets/atlas-import.S0zyqygI.js +0 -6
- package/dist/assets/atlas-import.S0zyqygI.js.map +0 -1
- package/dist/assets/ccip.DbzT2NeK.js +0 -2
- package/dist/assets/ccip.DbzT2NeK.js.map +0 -1
- package/dist/assets/confirmation-modal.BRg1WqhO.js +0 -2
- package/dist/assets/confirmation-modal.BRg1WqhO.js.map +0 -1
- package/dist/assets/content.BwwSwPoU.js +0 -11
- package/dist/assets/content.BwwSwPoU.js.map +0 -1
- package/dist/assets/creators.Beog8W4R.js +0 -2
- package/dist/assets/creators.Beog8W4R.js.map +0 -1
- package/dist/assets/crypto.DdbxIXEQ.js +0 -2
- package/dist/assets/crypto.DdbxIXEQ.js.map +0 -1
- package/dist/assets/disclosure.g6ojAjR7.js +0 -2
- package/dist/assets/disclosure.g6ojAjR7.js.map +0 -1
- package/dist/assets/document.CskU24Eo.js +0 -2
- package/dist/assets/document.CskU24Eo.js.map +0 -1
- package/dist/assets/documents.WANXuQQw.js +0 -2
- package/dist/assets/documents.WANXuQQw.js.map +0 -1
- package/dist/assets/drive-name.f6u15KL9.js +0 -2
- package/dist/assets/drive-name.f6u15KL9.js.map +0 -1
- package/dist/assets/drive.Bwke9qtc.js +0 -2
- package/dist/assets/drive.Bwke9qtc.js.map +0 -1
- package/dist/assets/drives.BT9_cNvB.js +0 -2
- package/dist/assets/drives.BT9_cNvB.js.map +0 -1
- package/dist/assets/drives.CnLEcvUe.js +0 -2
- package/dist/assets/drives.CnLEcvUe.js.map +0 -1
- package/dist/assets/dropdown-menu.CrltaMAi.js +0 -2
- package/dist/assets/dropdown-menu.CrltaMAi.js.map +0 -1
- package/dist/assets/form-input.CKWaNWHS.js +0 -2
- package/dist/assets/form-input.CKWaNWHS.js.map +0 -1
- package/dist/assets/index.B0KswTVc.js +0 -2
- package/dist/assets/index.B0KswTVc.js.map +0 -1
- package/dist/assets/index.B5Jahs6e.js +0 -210
- package/dist/assets/index.B5Jahs6e.js.map +0 -1
- package/dist/assets/index.B_w9kQDS.js +0 -2
- package/dist/assets/index.B_w9kQDS.js.map +0 -1
- package/dist/assets/index.CJhJIgr2.js +0 -5
- package/dist/assets/index.CJhJIgr2.js.map +0 -1
- package/dist/assets/index.CZGlv_DJ.js +0 -2
- package/dist/assets/index.CZGlv_DJ.js.map +0 -1
- package/dist/assets/index.Cy9Uih6l.js +0 -368
- package/dist/assets/index.Cy9Uih6l.js.map +0 -1
- package/dist/assets/index.DgMWNgC4.js +0 -2
- package/dist/assets/index.DgMWNgC4.js.map +0 -1
- package/dist/assets/index.DnmeBfoc.js +0 -2
- package/dist/assets/index.DnmeBfoc.js.map +0 -1
- package/dist/assets/index.LCmAGl8C.js +0 -114
- package/dist/assets/index.LCmAGl8C.js.map +0 -1
- package/dist/assets/index._iE_O567.js +0 -2
- package/dist/assets/index._iE_O567.js.map +0 -1
- package/dist/assets/index.esm.B0PnDknv.js +0 -2
- package/dist/assets/index.esm.B0PnDknv.js.map +0 -1
- package/dist/assets/index.jCXguwyn.js +0 -2
- package/dist/assets/index.jCXguwyn.js.map +0 -1
- package/dist/assets/index.rWEXHbK2.js +0 -2
- package/dist/assets/index.rWEXHbK2.js.map +0 -1
- package/dist/assets/index.rdGjBzAn.js +0 -2
- package/dist/assets/index.rdGjBzAn.js.map +0 -1
- package/dist/assets/location-info.CUOr58bf.js +0 -2
- package/dist/assets/location-info.CUOr58bf.js.map +0 -1
- package/dist/assets/main-BhSHpqSI.css +0 -1
- package/dist/assets/main.DaFo88Bw.js +0 -857
- package/dist/assets/main.DaFo88Bw.js.map +0 -1
- package/dist/assets/modal.oz3Jhm_k.js +0 -6
- package/dist/assets/modal.oz3Jhm_k.js.map +0 -1
- package/dist/assets/modals.Qs6mizxC.js +0 -2
- package/dist/assets/modals.Qs6mizxC.js.map +0 -1
- package/dist/assets/nodefs-CYAJKQhI.js +0 -2
- package/dist/assets/nodefs-CYAJKQhI.js.map +0 -1
- package/dist/assets/nodefs.DhjGeTvv.js +0 -2
- package/dist/assets/nodefs.DhjGeTvv.js.map +0 -1
- package/dist/assets/opfs-ahp-Br3qpBoL.js +0 -4
- package/dist/assets/opfs-ahp-Br3qpBoL.js.map +0 -1
- package/dist/assets/opfs-ahp.r3uiPDIk.js +0 -4
- package/dist/assets/opfs-ahp.r3uiPDIk.js.map +0 -1
- package/dist/assets/options.BWIJIz-I.js +0 -2
- package/dist/assets/options.BWIJIz-I.js.map +0 -1
- package/dist/assets/pglite-worker-DgAiCanq.js +0 -144
- package/dist/assets/pglite-worker-DgAiCanq.js.map +0 -1
- package/dist/assets/pglite-worker.BmajlV4J.js +0 -2
- package/dist/assets/pglite-worker.BmajlV4J.js.map +0 -1
- package/dist/assets/postgres-CkP7QCDB.data +0 -0
- package/dist/assets/postgres-CyuUVpXN.wasm +0 -0
- package/dist/assets/queue.CnIzwthA.js +0 -2
- package/dist/assets/queue.CnIzwthA.js.map +0 -1
- package/dist/assets/read-required-modal.DpPnKHjB.js +0 -2
- package/dist/assets/read-required-modal.DpPnKHjB.js.map +0 -1
- package/dist/assets/root.ZkWX3Xsc.js +0 -2
- package/dist/assets/root.ZkWX3Xsc.js.map +0 -1
- package/dist/assets/select.DJuJpI3A.js +0 -2
- package/dist/assets/select.DJuJpI3A.js.map +0 -1
- package/dist/assets/sharing-type-form-input.CUG75fNB.js +0 -2
- package/dist/assets/sharing-type-form-input.CUG75fNB.js.map +0 -1
- package/dist/assets/style-GxvX-8si.css +0 -1
- package/dist/assets/toggle.8B3GpI90.js +0 -2
- package/dist/assets/toggle.8B3GpI90.js.map +0 -1
- package/dist/assets/user.7iHZB6Al.js +0 -2
- package/dist/assets/user.7iHZB6Al.js.map +0 -1
- package/dist/assets/utils.BpWye9Xm.js +0 -2
- package/dist/assets/utils.BpWye9Xm.js.map +0 -1
- package/dist/external-packages.js +0 -1
- package/dist/fonts/Inter-Black.ttf +0 -0
- package/dist/fonts/Inter-Bold.ttf +0 -0
- package/dist/fonts/Inter-ExtraBold.ttf +0 -0
- package/dist/fonts/Inter-ExtraLight.ttf +0 -0
- package/dist/fonts/Inter-Light.ttf +0 -0
- package/dist/fonts/Inter-Medium.ttf +0 -0
- package/dist/fonts/Inter-Regular.ttf +0 -0
- package/dist/fonts/Inter-SemiBold.ttf +0 -0
- package/dist/fonts/Inter-Thin.ttf +0 -0
- package/dist/fonts/Inter-VariableFont_slnt,wght.ttf +0 -0
- package/dist/hmr.js +0 -2
- package/dist/hmr.js.map +0 -1
- package/dist/service-worker.js +0 -2
- package/dist/service-worker.js.map +0 -1
- package/dist/swEnv.js +0 -70
- package/dist/vite-envs.sh +0 -494
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import{r as c,R as R3,a as f1}from"./sentry_react-cODD7zWc.js";import{j as t,c as k2,r as H3,u as T,R as x0,P as g0,a as v0}from"./document_model_editor-Dzl0xzA_.js";import{a as m0,t as e1}from"./tailwind_merge-Dr4f9Rms.js";const w0=c.forwardRef(function(n,r){const{color:o="dark",size:i="medium",className:s="",children:a,icon:l,iconPosition:f="left",...C}=n,u={small:"px-2 py-1.5 text-xs rounded-md font-medium",medium:"px-6 py-3 text-base rounded-xl font-semibold tracking-wide"},h=m0({light:"bg-gray-200 text-gray-600 hover:text-gray-700 hover:border-gray-300 active:border-slate-100 active:text-gray-600 disabled:text-gray-400",dark:"bg-gray-800 text-slate-50 hover:bg-slate-800 active:border-slate-700 disabled:bg-gray-300 disabled:text-slate-100",red:"bg-red-900 text-slate-50 hover:opacity-80 active:border-red-800 disabled:text-red-400 disabled:opacity-100",blue:"bg-blue-900 text-slate-50 hover:opacity-80 active:border-blue-800 disabled:text-blue-400 disabled:opacity-100"}[o],u[i]),x=e1("flex items-center justify-center gap-2 border border-none outline-none transition disabled:cursor-not-allowed",h,s);return t.jsxs("button",{className:x,ref:r,...C,children:[f==="left"&&l,a,f==="right"&&l]})});function V(e,n,{checkForDefaultPrevented:r=!0}={}){return function(i){if(e?.(i),r===!1||!i.defaultPrevented)return n?.(i)}}function L0(e,n){const r=c.createContext(n),o=s=>{const{children:a,...l}=s,f=c.useMemo(()=>l,Object.values(l));return t.jsx(r.Provider,{value:f,children:a})};o.displayName=e+"Provider";function i(s){const a=c.useContext(r);if(a)return a;if(n!==void 0)return n;throw new Error(`\`${s}\` must be used within \`${e}\``)}return[o,i]}function y1(e,n=[]){let r=[];function o(s,a){const l=c.createContext(a),f=r.length;r=[...r,a];const C=d=>{const{scope:h,children:x,...g}=d,p=h?.[e]?.[f]||l,v=c.useMemo(()=>g,Object.values(g));return t.jsx(p.Provider,{value:v,children:x})};C.displayName=s+"Provider";function u(d,h){const x=h?.[e]?.[f]||l,g=c.useContext(x);if(g)return g;if(a!==void 0)return a;throw new Error(`\`${d}\` must be used within \`${s}\``)}return[C,u]}const i=()=>{const s=r.map(a=>c.createContext(a));return function(l){const f=l?.[e]||s;return c.useMemo(()=>({[`__scope${e}`]:{...l,[e]:f}}),[l,f])}};return i.scopeName=e,[o,M0(i,...n)]}function M0(...e){const n=e[0];if(e.length===1)return n;const r=()=>{const o=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(s){const a=o.reduce((l,{useScope:f,scopeName:C})=>{const d=f(s)[`__scope${C}`];return{...l,...d}},{});return c.useMemo(()=>({[`__scope${n.scopeName}`]:a}),[a])}};return r.scopeName=n.scopeName,r}var l1=globalThis?.document?c.useLayoutEffect:()=>{},j0=R3[" useInsertionEffect ".trim().toString()]||l1;function P2({prop:e,defaultProp:n,onChange:r=()=>{},caller:o}){const[i,s,a]=A0({defaultProp:n,onChange:r}),l=e!==void 0,f=l?e:i;{const u=c.useRef(e!==void 0);c.useEffect(()=>{const d=u.current;d!==l&&console.warn(`${o} is changing from ${d?"controlled":"uncontrolled"} to ${l?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),u.current=l},[l,o])}const C=c.useCallback(u=>{if(l){const d=y0(u)?u(e):u;d!==e&&a.current?.(d)}else s(u)},[l,e,s,a]);return[f,C]}function A0({defaultProp:e,onChange:n}){const[r,o]=c.useState(e),i=c.useRef(r),s=c.useRef(n);return j0(()=>{s.current=n},[n]),c.useEffect(()=>{i.current!==r&&(s.current?.(r),i.current=r)},[r,i]),[r,o,s]}function y0(e){return typeof e=="function"}function P1(e){const n=S0(e),r=c.forwardRef((o,i)=>{const{children:s,...a}=o,l=c.Children.toArray(s),f=l.find(R0);if(f){const C=f.props.children,u=l.map(d=>d===f?c.Children.count(C)>1?c.Children.only(null):c.isValidElement(C)?C.props.children:null:d);return t.jsx(n,{...a,ref:i,children:c.isValidElement(C)?c.cloneElement(C,void 0,u):null})}return t.jsx(n,{...a,ref:i,children:s})});return r.displayName=`${e}.Slot`,r}function S0(e){const n=c.forwardRef((r,o)=>{const{children:i,...s}=r;if(c.isValidElement(i)){const a=V0(i),l=H0(s,i.props);return i.type!==c.Fragment&&(l.ref=o?k2(o,a):a),c.cloneElement(i,l)}return c.Children.count(i)>1?c.Children.only(null):null});return n.displayName=`${e}.SlotClone`,n}var V3=Symbol("radix.slottable");function Rt(e){const n=({children:r})=>t.jsx(t.Fragment,{children:r});return n.displayName=`${e}.Slottable`,n.__radixId=V3,n}function R0(e){return c.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===V3}function H0(e,n){const r={...n};for(const o in n){const i=e[o],s=n[o];/^on[A-Z]/.test(o)?i&&s?r[o]=(...l)=>{const f=s(...l);return i(...l),f}:i&&(r[o]=i):o==="style"?r[o]={...i,...s}:o==="className"&&(r[o]=[i,s].filter(Boolean).join(" "))}return{...e,...r}}function V0(e){let n=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=n&&"isReactWarning"in n&&n.isReactWarning;return r?e.ref:(n=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=n&&"isReactWarning"in n&&n.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var b0=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],O=b0.reduce((e,n)=>{const r=P1(`Primitive.${n}`),o=c.forwardRef((i,s)=>{const{asChild:a,...l}=i,f=a?r:n;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),t.jsx(f,{...l,ref:s})});return o.displayName=`Primitive.${n}`,{...e,[n]:o}},{});function b3(e,n){e&&H3.flushSync(()=>e.dispatchEvent(n))}function E3(e){const n=e+"CollectionProvider",[r,o]=y1(n),[i,s]=r(n,{collectionRef:{current:null},itemMap:new Map}),a=p=>{const{scope:v,children:m}=p,M=f1.useRef(null),w=f1.useRef(new Map).current;return t.jsx(i,{scope:v,itemMap:w,collectionRef:M,children:m})};a.displayName=n;const l=e+"CollectionSlot",f=P1(l),C=f1.forwardRef((p,v)=>{const{scope:m,children:M}=p,w=s(l,m),L=T(v,w.collectionRef);return t.jsx(f,{ref:L,children:M})});C.displayName=l;const u=e+"CollectionItemSlot",d="data-radix-collection-item",h=P1(u),x=f1.forwardRef((p,v)=>{const{scope:m,children:M,...w}=p,L=f1.useRef(null),j=T(v,L),S=s(u,m);return f1.useEffect(()=>(S.itemMap.set(L,{ref:L,...w}),()=>void S.itemMap.delete(L))),t.jsx(h,{[d]:"",ref:j,children:M})});x.displayName=u;function g(p){const v=s(e+"CollectionConsumer",p);return f1.useCallback(()=>{const M=v.collectionRef.current;if(!M)return[];const w=Array.from(M.querySelectorAll(`[${d}]`));return Array.from(v.itemMap.values()).sort((S,A)=>w.indexOf(S.ref.current)-w.indexOf(A.ref.current))},[v.collectionRef,v.itemMap])}return[{Provider:a,Slot:C,ItemSlot:x},g,o]}var E0=c.createContext(void 0);function k3(e){const n=c.useContext(E0);return e||n||"ltr"}function r1(e){const n=c.useRef(e);return c.useEffect(()=>{n.current=e}),c.useMemo(()=>(...r)=>n.current?.(...r),[])}function k0(e,n=globalThis?.document){const r=r1(e);c.useEffect(()=>{const o=i=>{i.key==="Escape"&&r(i)};return n.addEventListener("keydown",o,{capture:!0}),()=>n.removeEventListener("keydown",o,{capture:!0})},[r,n])}var P0="DismissableLayer",y2="dismissableLayer.update",D0="dismissableLayer.pointerDownOutside",F0="dismissableLayer.focusOutside",n3,P3=c.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),D2=c.forwardRef((e,n)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:o,onPointerDownOutside:i,onFocusOutside:s,onInteractOutside:a,onDismiss:l,...f}=e,C=c.useContext(P3),[u,d]=c.useState(null),h=u?.ownerDocument??globalThis?.document,[,x]=c.useState({}),g=T(n,A=>d(A)),p=Array.from(C.layers),[v]=[...C.layersWithOutsidePointerEventsDisabled].slice(-1),m=p.indexOf(v),M=u?p.indexOf(u):-1,w=C.layersWithOutsidePointerEventsDisabled.size>0,L=M>=m,j=O0(A=>{const R=A.target,k=[...C.branches].some(b=>b.contains(R));!L||k||(i?.(A),a?.(A),A.defaultPrevented||l?.())},h),S=_0(A=>{const R=A.target;[...C.branches].some(b=>b.contains(R))||(s?.(A),a?.(A),A.defaultPrevented||l?.())},h);return k0(A=>{M===C.layers.size-1&&(o?.(A),!A.defaultPrevented&&l&&(A.preventDefault(),l()))},h),c.useEffect(()=>{if(u)return r&&(C.layersWithOutsidePointerEventsDisabled.size===0&&(n3=h.body.style.pointerEvents,h.body.style.pointerEvents="none"),C.layersWithOutsidePointerEventsDisabled.add(u)),C.layers.add(u),r3(),()=>{r&&C.layersWithOutsidePointerEventsDisabled.size===1&&(h.body.style.pointerEvents=n3)}},[u,h,r,C]),c.useEffect(()=>()=>{u&&(C.layers.delete(u),C.layersWithOutsidePointerEventsDisabled.delete(u),r3())},[u,C]),c.useEffect(()=>{const A=()=>x({});return document.addEventListener(y2,A),()=>document.removeEventListener(y2,A)},[]),t.jsx(O.div,{...f,ref:g,style:{pointerEvents:w?L?"auto":"none":void 0,...e.style},onFocusCapture:V(e.onFocusCapture,S.onFocusCapture),onBlurCapture:V(e.onBlurCapture,S.onBlurCapture),onPointerDownCapture:V(e.onPointerDownCapture,j.onPointerDownCapture)})});D2.displayName=P0;var B0="DismissableLayerBranch",Z0=c.forwardRef((e,n)=>{const r=c.useContext(P3),o=c.useRef(null),i=T(n,o);return c.useEffect(()=>{const s=o.current;if(s)return r.branches.add(s),()=>{r.branches.delete(s)}},[r.branches]),t.jsx(O.div,{...e,ref:i})});Z0.displayName=B0;function O0(e,n=globalThis?.document){const r=r1(e),o=c.useRef(!1),i=c.useRef(()=>{});return c.useEffect(()=>{const s=l=>{if(l.target&&!o.current){let f=function(){D3(D0,r,C,{discrete:!0})};const C={originalEvent:l};l.pointerType==="touch"?(n.removeEventListener("click",i.current),i.current=f,n.addEventListener("click",i.current,{once:!0})):f()}else n.removeEventListener("click",i.current);o.current=!1},a=window.setTimeout(()=>{n.addEventListener("pointerdown",s)},0);return()=>{window.clearTimeout(a),n.removeEventListener("pointerdown",s),n.removeEventListener("click",i.current)}},[n,r]),{onPointerDownCapture:()=>o.current=!0}}function _0(e,n=globalThis?.document){const r=r1(e),o=c.useRef(!1);return c.useEffect(()=>{const i=s=>{s.target&&!o.current&&D3(F0,r,{originalEvent:s},{discrete:!1})};return n.addEventListener("focusin",i),()=>n.removeEventListener("focusin",i)},[n,r]),{onFocusCapture:()=>o.current=!0,onBlurCapture:()=>o.current=!1}}function r3(){const e=new CustomEvent(y2);document.dispatchEvent(e)}function D3(e,n,r,{discrete:o}){const i=r.originalEvent.target,s=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});n&&i.addEventListener(e,n,{once:!0}),o?b3(i,s):i.dispatchEvent(s)}var p2=0;function F3(){c.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??o3()),document.body.insertAdjacentElement("beforeend",e[1]??o3()),p2++,()=>{p2===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(n=>n.remove()),p2--}},[])}function o3(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var x2="focusScope.autoFocusOnMount",g2="focusScope.autoFocusOnUnmount",i3={bubbles:!1,cancelable:!0},I0="FocusScope",F2=c.forwardRef((e,n)=>{const{loop:r=!1,trapped:o=!1,onMountAutoFocus:i,onUnmountAutoFocus:s,...a}=e,[l,f]=c.useState(null),C=r1(i),u=r1(s),d=c.useRef(null),h=T(n,p=>f(p)),x=c.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;c.useEffect(()=>{if(o){let p=function(w){if(x.paused||!l)return;const L=w.target;l.contains(L)?d.current=L:s1(d.current,{select:!0})},v=function(w){if(x.paused||!l)return;const L=w.relatedTarget;L!==null&&(l.contains(L)||s1(d.current,{select:!0}))},m=function(w){if(document.activeElement===document.body)for(const j of w)j.removedNodes.length>0&&s1(l)};document.addEventListener("focusin",p),document.addEventListener("focusout",v);const M=new MutationObserver(m);return l&&M.observe(l,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",p),document.removeEventListener("focusout",v),M.disconnect()}}},[o,l,x.paused]),c.useEffect(()=>{if(l){l3.add(x);const p=document.activeElement;if(!l.contains(p)){const m=new CustomEvent(x2,i3);l.addEventListener(x2,C),l.dispatchEvent(m),m.defaultPrevented||(N0(X0(B3(l)),{select:!0}),document.activeElement===p&&s1(l))}return()=>{l.removeEventListener(x2,C),setTimeout(()=>{const m=new CustomEvent(g2,i3);l.addEventListener(g2,u),l.dispatchEvent(m),m.defaultPrevented||s1(p??document.body,{select:!0}),l.removeEventListener(g2,u),l3.remove(x)},0)}}},[l,C,u,x]);const g=c.useCallback(p=>{if(!r&&!o||x.paused)return;const v=p.key==="Tab"&&!p.altKey&&!p.ctrlKey&&!p.metaKey,m=document.activeElement;if(v&&m){const M=p.currentTarget,[w,L]=T0(M);w&&L?!p.shiftKey&&m===L?(p.preventDefault(),r&&s1(w,{select:!0})):p.shiftKey&&m===w&&(p.preventDefault(),r&&s1(L,{select:!0})):m===M&&p.preventDefault()}},[r,o,x.paused]);return t.jsx(O.div,{tabIndex:-1,...a,ref:h,onKeyDown:g})});F2.displayName=I0;function N0(e,{select:n=!1}={}){const r=document.activeElement;for(const o of e)if(s1(o,{select:n}),document.activeElement!==r)return}function T0(e){const n=B3(e),r=s3(n,e),o=s3(n.reverse(),e);return[r,o]}function B3(e){const n=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:o=>{const i=o.tagName==="INPUT"&&o.type==="hidden";return o.disabled||o.hidden||i?NodeFilter.FILTER_SKIP:o.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;r.nextNode();)n.push(r.currentNode);return n}function s3(e,n){for(const r of e)if(!J0(r,{upTo:n}))return r}function J0(e,{upTo:n}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(n!==void 0&&e===n)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function W0(e){return e instanceof HTMLInputElement&&"select"in e}function s1(e,{select:n=!1}={}){if(e&&e.focus){const r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&W0(e)&&n&&e.select()}}var l3=G0();function G0(){let e=[];return{add(n){const r=e[0];n!==r&&r?.pause(),e=a3(e,n),e.unshift(n)},remove(n){e=a3(e,n),e[0]?.resume()}}}function a3(e,n){const r=[...e],o=r.indexOf(n);return o!==-1&&r.splice(o,1),r}function X0(e){return e.filter(n=>n.tagName!=="A")}var U0=R3[" useId ".trim().toString()]||(()=>{}),z0=0;function L1(e){const[n,r]=c.useState(U0());return l1(()=>{r(o=>o??String(z0++))},[e]),e||(n?`radix-${n}`:"")}const q0=["top","right","bottom","left"],a1=Math.min,W=Math.max,$1=Math.round,W1=Math.floor,$=e=>({x:e,y:e}),K0={left:"right",right:"left",bottom:"top",top:"bottom"},Y0={start:"end",end:"start"};function S2(e,n,r){return W(e,a1(n,r))}function o1(e,n){return typeof e=="function"?e(n):e}function i1(e){return e.split("-")[0]}function S1(e){return e.split("-")[1]}function B2(e){return e==="x"?"y":"x"}function Z2(e){return e==="y"?"height":"width"}const Q0=new Set(["top","bottom"]);function Q(e){return Q0.has(i1(e))?"y":"x"}function O2(e){return B2(Q(e))}function $0(e,n,r){r===void 0&&(r=!1);const o=S1(e),i=O2(e),s=Z2(i);let a=i==="x"?o===(r?"end":"start")?"right":"left":o==="start"?"bottom":"top";return n.reference[s]>n.floating[s]&&(a=e2(a)),[a,e2(a)]}function e4(e){const n=e2(e);return[R2(e),n,R2(n)]}function R2(e){return e.replace(/start|end/g,n=>Y0[n])}const c3=["left","right"],C3=["right","left"],t4=["top","bottom"],n4=["bottom","top"];function r4(e,n,r){switch(e){case"top":case"bottom":return r?n?C3:c3:n?c3:C3;case"left":case"right":return n?t4:n4;default:return[]}}function o4(e,n,r,o){const i=S1(e);let s=r4(i1(e),r==="start",o);return i&&(s=s.map(a=>a+"-"+i),n&&(s=s.concat(s.map(R2)))),s}function e2(e){return e.replace(/left|right|bottom|top/g,n=>K0[n])}function i4(e){return{top:0,right:0,bottom:0,left:0,...e}}function Z3(e){return typeof e!="number"?i4(e):{top:e,right:e,bottom:e,left:e}}function t2(e){const{x:n,y:r,width:o,height:i}=e;return{width:o,height:i,top:r,left:n,right:n+o,bottom:r+i,x:n,y:r}}function u3(e,n,r){let{reference:o,floating:i}=e;const s=Q(n),a=O2(n),l=Z2(a),f=i1(n),C=s==="y",u=o.x+o.width/2-i.width/2,d=o.y+o.height/2-i.height/2,h=o[l]/2-i[l]/2;let x;switch(f){case"top":x={x:u,y:o.y-i.height};break;case"bottom":x={x:u,y:o.y+o.height};break;case"right":x={x:o.x+o.width,y:d};break;case"left":x={x:o.x-i.width,y:d};break;default:x={x:o.x,y:o.y}}switch(S1(n)){case"start":x[a]-=h*(r&&C?-1:1);break;case"end":x[a]+=h*(r&&C?-1:1);break}return x}const s4=async(e,n,r)=>{const{placement:o="bottom",strategy:i="absolute",middleware:s=[],platform:a}=r,l=s.filter(Boolean),f=await(a.isRTL==null?void 0:a.isRTL(n));let C=await a.getElementRects({reference:e,floating:n,strategy:i}),{x:u,y:d}=u3(C,o,f),h=o,x={},g=0;for(let p=0;p<l.length;p++){const{name:v,fn:m}=l[p],{x:M,y:w,data:L,reset:j}=await m({x:u,y:d,initialPlacement:o,placement:h,strategy:i,middlewareData:x,rects:C,platform:a,elements:{reference:e,floating:n}});u=M??u,d=w??d,x={...x,[v]:{...x[v],...L}},j&&g<=50&&(g++,typeof j=="object"&&(j.placement&&(h=j.placement),j.rects&&(C=j.rects===!0?await a.getElementRects({reference:e,floating:n,strategy:i}):j.rects),{x:u,y:d}=u3(C,h,f)),p=-1)}return{x:u,y:d,placement:h,strategy:i,middlewareData:x}};async function D1(e,n){var r;n===void 0&&(n={});const{x:o,y:i,platform:s,rects:a,elements:l,strategy:f}=e,{boundary:C="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:h=!1,padding:x=0}=o1(n,e),g=Z3(x),v=l[h?d==="floating"?"reference":"floating":d],m=t2(await s.getClippingRect({element:(r=await(s.isElement==null?void 0:s.isElement(v)))==null||r?v:v.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(l.floating)),boundary:C,rootBoundary:u,strategy:f})),M=d==="floating"?{x:o,y:i,width:a.floating.width,height:a.floating.height}:a.reference,w=await(s.getOffsetParent==null?void 0:s.getOffsetParent(l.floating)),L=await(s.isElement==null?void 0:s.isElement(w))?await(s.getScale==null?void 0:s.getScale(w))||{x:1,y:1}:{x:1,y:1},j=t2(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:M,offsetParent:w,strategy:f}):M);return{top:(m.top-j.top+g.top)/L.y,bottom:(j.bottom-m.bottom+g.bottom)/L.y,left:(m.left-j.left+g.left)/L.x,right:(j.right-m.right+g.right)/L.x}}const l4=e=>({name:"arrow",options:e,async fn(n){const{x:r,y:o,placement:i,rects:s,platform:a,elements:l,middlewareData:f}=n,{element:C,padding:u=0}=o1(e,n)||{};if(C==null)return{};const d=Z3(u),h={x:r,y:o},x=O2(i),g=Z2(x),p=await a.getDimensions(C),v=x==="y",m=v?"top":"left",M=v?"bottom":"right",w=v?"clientHeight":"clientWidth",L=s.reference[g]+s.reference[x]-h[x]-s.floating[g],j=h[x]-s.reference[x],S=await(a.getOffsetParent==null?void 0:a.getOffsetParent(C));let A=S?S[w]:0;(!A||!await(a.isElement==null?void 0:a.isElement(S)))&&(A=l.floating[w]||s.floating[g]);const R=L/2-j/2,k=A/2-p[g]/2-1,b=a1(d[m],k),F=a1(d[M],k),B=b,D=A-p[g]-F,P=A/2-p[g]/2+R,I=S2(B,P,D),E=!f.arrow&&S1(i)!=null&&P!==I&&s.reference[g]/2-(P<B?b:F)-p[g]/2<0,Z=E?P<B?P-B:P-D:0;return{[x]:h[x]+Z,data:{[x]:I,centerOffset:P-I-Z,...E&&{alignmentOffset:Z}},reset:E}}}),a4=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(n){var r,o;const{placement:i,middlewareData:s,rects:a,initialPlacement:l,platform:f,elements:C}=n,{mainAxis:u=!0,crossAxis:d=!0,fallbackPlacements:h,fallbackStrategy:x="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:p=!0,...v}=o1(e,n);if((r=s.arrow)!=null&&r.alignmentOffset)return{};const m=i1(i),M=Q(l),w=i1(l)===l,L=await(f.isRTL==null?void 0:f.isRTL(C.floating)),j=h||(w||!p?[e2(l)]:e4(l)),S=g!=="none";!h&&S&&j.push(...o4(l,p,g,L));const A=[l,...j],R=await D1(n,v),k=[];let b=((o=s.flip)==null?void 0:o.overflows)||[];if(u&&k.push(R[m]),d){const P=$0(i,a,L);k.push(R[P[0]],R[P[1]])}if(b=[...b,{placement:i,overflows:k}],!k.every(P=>P<=0)){var F,B;const P=(((F=s.flip)==null?void 0:F.index)||0)+1,I=A[P];if(I&&(!(d==="alignment"?M!==Q(I):!1)||b.every(H=>Q(H.placement)===M?H.overflows[0]>0:!0)))return{data:{index:P,overflows:b},reset:{placement:I}};let E=(B=b.filter(Z=>Z.overflows[0]<=0).sort((Z,H)=>Z.overflows[1]-H.overflows[1])[0])==null?void 0:B.placement;if(!E)switch(x){case"bestFit":{var D;const Z=(D=b.filter(H=>{if(S){const y=Q(H.placement);return y===M||y==="y"}return!0}).map(H=>[H.placement,H.overflows.filter(y=>y>0).reduce((y,N)=>y+N,0)]).sort((H,y)=>H[1]-y[1])[0])==null?void 0:D[0];Z&&(E=Z);break}case"initialPlacement":E=l;break}if(i!==E)return{reset:{placement:E}}}return{}}}};function d3(e,n){return{top:e.top-n.height,right:e.right-n.width,bottom:e.bottom-n.height,left:e.left-n.width}}function f3(e){return q0.some(n=>e[n]>=0)}const c4=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(n){const{rects:r}=n,{strategy:o="referenceHidden",...i}=o1(e,n);switch(o){case"referenceHidden":{const s=await D1(n,{...i,elementContext:"reference"}),a=d3(s,r.reference);return{data:{referenceHiddenOffsets:a,referenceHidden:f3(a)}}}case"escaped":{const s=await D1(n,{...i,altBoundary:!0}),a=d3(s,r.floating);return{data:{escapedOffsets:a,escaped:f3(a)}}}default:return{}}}}},O3=new Set(["left","top"]);async function C4(e,n){const{placement:r,platform:o,elements:i}=e,s=await(o.isRTL==null?void 0:o.isRTL(i.floating)),a=i1(r),l=S1(r),f=Q(r)==="y",C=O3.has(a)?-1:1,u=s&&f?-1:1,d=o1(n,e);let{mainAxis:h,crossAxis:x,alignmentAxis:g}=typeof d=="number"?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return l&&typeof g=="number"&&(x=l==="end"?g*-1:g),f?{x:x*u,y:h*C}:{x:h*C,y:x*u}}const u4=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(n){var r,o;const{x:i,y:s,placement:a,middlewareData:l}=n,f=await C4(n,e);return a===((r=l.offset)==null?void 0:r.placement)&&(o=l.arrow)!=null&&o.alignmentOffset?{}:{x:i+f.x,y:s+f.y,data:{...f,placement:a}}}}},d4=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(n){const{x:r,y:o,placement:i}=n,{mainAxis:s=!0,crossAxis:a=!1,limiter:l={fn:v=>{let{x:m,y:M}=v;return{x:m,y:M}}},...f}=o1(e,n),C={x:r,y:o},u=await D1(n,f),d=Q(i1(i)),h=B2(d);let x=C[h],g=C[d];if(s){const v=h==="y"?"top":"left",m=h==="y"?"bottom":"right",M=x+u[v],w=x-u[m];x=S2(M,x,w)}if(a){const v=d==="y"?"top":"left",m=d==="y"?"bottom":"right",M=g+u[v],w=g-u[m];g=S2(M,g,w)}const p=l.fn({...n,[h]:x,[d]:g});return{...p,data:{x:p.x-r,y:p.y-o,enabled:{[h]:s,[d]:a}}}}}},f4=function(e){return e===void 0&&(e={}),{options:e,fn(n){const{x:r,y:o,placement:i,rects:s,middlewareData:a}=n,{offset:l=0,mainAxis:f=!0,crossAxis:C=!0}=o1(e,n),u={x:r,y:o},d=Q(i),h=B2(d);let x=u[h],g=u[d];const p=o1(l,n),v=typeof p=="number"?{mainAxis:p,crossAxis:0}:{mainAxis:0,crossAxis:0,...p};if(f){const w=h==="y"?"height":"width",L=s.reference[h]-s.floating[w]+v.mainAxis,j=s.reference[h]+s.reference[w]-v.mainAxis;x<L?x=L:x>j&&(x=j)}if(C){var m,M;const w=h==="y"?"width":"height",L=O3.has(i1(i)),j=s.reference[d]-s.floating[w]+(L&&((m=a.offset)==null?void 0:m[d])||0)+(L?0:v.crossAxis),S=s.reference[d]+s.reference[w]+(L?0:((M=a.offset)==null?void 0:M[d])||0)-(L?v.crossAxis:0);g<j?g=j:g>S&&(g=S)}return{[h]:x,[d]:g}}}},h4=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(n){var r,o;const{placement:i,rects:s,platform:a,elements:l}=n,{apply:f=()=>{},...C}=o1(e,n),u=await D1(n,C),d=i1(i),h=S1(i),x=Q(i)==="y",{width:g,height:p}=s.floating;let v,m;d==="top"||d==="bottom"?(v=d,m=h===(await(a.isRTL==null?void 0:a.isRTL(l.floating))?"start":"end")?"left":"right"):(m=d,v=h==="end"?"top":"bottom");const M=p-u.top-u.bottom,w=g-u.left-u.right,L=a1(p-u[v],M),j=a1(g-u[m],w),S=!n.middlewareData.shift;let A=L,R=j;if((r=n.middlewareData.shift)!=null&&r.enabled.x&&(R=w),(o=n.middlewareData.shift)!=null&&o.enabled.y&&(A=M),S&&!h){const b=W(u.left,0),F=W(u.right,0),B=W(u.top,0),D=W(u.bottom,0);x?R=g-2*(b!==0||F!==0?b+F:W(u.left,u.right)):A=p-2*(B!==0||D!==0?B+D:W(u.top,u.bottom))}await f({...n,availableWidth:R,availableHeight:A});const k=await a.getDimensions(l.floating);return g!==k.width||p!==k.height?{reset:{rects:!0}}:{}}}};function s2(){return typeof window<"u"}function R1(e){return _3(e)?(e.nodeName||"").toLowerCase():"#document"}function G(e){var n;return(e==null||(n=e.ownerDocument)==null?void 0:n.defaultView)||window}function n1(e){var n;return(n=(_3(e)?e.ownerDocument:e.document)||window.document)==null?void 0:n.documentElement}function _3(e){return s2()?e instanceof Node||e instanceof G(e).Node:!1}function U(e){return s2()?e instanceof Element||e instanceof G(e).Element:!1}function t1(e){return s2()?e instanceof HTMLElement||e instanceof G(e).HTMLElement:!1}function h3(e){return!s2()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof G(e).ShadowRoot}const p4=new Set(["inline","contents"]);function O1(e){const{overflow:n,overflowX:r,overflowY:o,display:i}=z(e);return/auto|scroll|overlay|hidden|clip/.test(n+o+r)&&!p4.has(i)}const x4=new Set(["table","td","th"]);function g4(e){return x4.has(R1(e))}const v4=[":popover-open",":modal"];function l2(e){return v4.some(n=>{try{return e.matches(n)}catch{return!1}})}const m4=["transform","translate","scale","rotate","perspective"],w4=["transform","translate","scale","rotate","perspective","filter"],L4=["paint","layout","strict","content"];function _2(e){const n=I2(),r=U(e)?z(e):e;return m4.some(o=>r[o]?r[o]!=="none":!1)||(r.containerType?r.containerType!=="normal":!1)||!n&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!n&&(r.filter?r.filter!=="none":!1)||w4.some(o=>(r.willChange||"").includes(o))||L4.some(o=>(r.contain||"").includes(o))}function M4(e){let n=c1(e);for(;t1(n)&&!A1(n);){if(_2(n))return n;if(l2(n))return null;n=c1(n)}return null}function I2(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const j4=new Set(["html","body","#document"]);function A1(e){return j4.has(R1(e))}function z(e){return G(e).getComputedStyle(e)}function a2(e){return U(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function c1(e){if(R1(e)==="html")return e;const n=e.assignedSlot||e.parentNode||h3(e)&&e.host||n1(e);return h3(n)?n.host:n}function I3(e){const n=c1(e);return A1(n)?e.ownerDocument?e.ownerDocument.body:e.body:t1(n)&&O1(n)?n:I3(n)}function F1(e,n,r){var o;n===void 0&&(n=[]),r===void 0&&(r=!0);const i=I3(e),s=i===((o=e.ownerDocument)==null?void 0:o.body),a=G(i);if(s){const l=H2(a);return n.concat(a,a.visualViewport||[],O1(i)?i:[],l&&r?F1(l):[])}return n.concat(i,F1(i,[],r))}function H2(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function N3(e){const n=z(e);let r=parseFloat(n.width)||0,o=parseFloat(n.height)||0;const i=t1(e),s=i?e.offsetWidth:r,a=i?e.offsetHeight:o,l=$1(r)!==s||$1(o)!==a;return l&&(r=s,o=a),{width:r,height:o,$:l}}function N2(e){return U(e)?e:e.contextElement}function M1(e){const n=N2(e);if(!t1(n))return $(1);const r=n.getBoundingClientRect(),{width:o,height:i,$:s}=N3(n);let a=(s?$1(r.width):r.width)/o,l=(s?$1(r.height):r.height)/i;return(!a||!Number.isFinite(a))&&(a=1),(!l||!Number.isFinite(l))&&(l=1),{x:a,y:l}}const A4=$(0);function T3(e){const n=G(e);return!I2()||!n.visualViewport?A4:{x:n.visualViewport.offsetLeft,y:n.visualViewport.offsetTop}}function y4(e,n,r){return n===void 0&&(n=!1),!r||n&&r!==G(e)?!1:n}function h1(e,n,r,o){n===void 0&&(n=!1),r===void 0&&(r=!1);const i=e.getBoundingClientRect(),s=N2(e);let a=$(1);n&&(o?U(o)&&(a=M1(o)):a=M1(e));const l=y4(s,r,o)?T3(s):$(0);let f=(i.left+l.x)/a.x,C=(i.top+l.y)/a.y,u=i.width/a.x,d=i.height/a.y;if(s){const h=G(s),x=o&&U(o)?G(o):o;let g=h,p=H2(g);for(;p&&o&&x!==g;){const v=M1(p),m=p.getBoundingClientRect(),M=z(p),w=m.left+(p.clientLeft+parseFloat(M.paddingLeft))*v.x,L=m.top+(p.clientTop+parseFloat(M.paddingTop))*v.y;f*=v.x,C*=v.y,u*=v.x,d*=v.y,f+=w,C+=L,g=G(p),p=H2(g)}}return t2({width:u,height:d,x:f,y:C})}function c2(e,n){const r=a2(e).scrollLeft;return n?n.left+r:h1(n1(e)).left+r}function J3(e,n){const r=e.getBoundingClientRect(),o=r.left+n.scrollLeft-c2(e,r),i=r.top+n.scrollTop;return{x:o,y:i}}function S4(e){let{elements:n,rect:r,offsetParent:o,strategy:i}=e;const s=i==="fixed",a=n1(o),l=n?l2(n.floating):!1;if(o===a||l&&s)return r;let f={scrollLeft:0,scrollTop:0},C=$(1);const u=$(0),d=t1(o);if((d||!d&&!s)&&((R1(o)!=="body"||O1(a))&&(f=a2(o)),t1(o))){const x=h1(o);C=M1(o),u.x=x.x+o.clientLeft,u.y=x.y+o.clientTop}const h=a&&!d&&!s?J3(a,f):$(0);return{width:r.width*C.x,height:r.height*C.y,x:r.x*C.x-f.scrollLeft*C.x+u.x+h.x,y:r.y*C.y-f.scrollTop*C.y+u.y+h.y}}function R4(e){return Array.from(e.getClientRects())}function H4(e){const n=n1(e),r=a2(e),o=e.ownerDocument.body,i=W(n.scrollWidth,n.clientWidth,o.scrollWidth,o.clientWidth),s=W(n.scrollHeight,n.clientHeight,o.scrollHeight,o.clientHeight);let a=-r.scrollLeft+c2(e);const l=-r.scrollTop;return z(o).direction==="rtl"&&(a+=W(n.clientWidth,o.clientWidth)-i),{width:i,height:s,x:a,y:l}}const p3=25;function V4(e,n){const r=G(e),o=n1(e),i=r.visualViewport;let s=o.clientWidth,a=o.clientHeight,l=0,f=0;if(i){s=i.width,a=i.height;const u=I2();(!u||u&&n==="fixed")&&(l=i.offsetLeft,f=i.offsetTop)}const C=c2(o);if(C<=0){const u=o.ownerDocument,d=u.body,h=getComputedStyle(d),x=u.compatMode==="CSS1Compat"&&parseFloat(h.marginLeft)+parseFloat(h.marginRight)||0,g=Math.abs(o.clientWidth-d.clientWidth-x);g<=p3&&(s-=g)}else C<=p3&&(s+=C);return{width:s,height:a,x:l,y:f}}const b4=new Set(["absolute","fixed"]);function E4(e,n){const r=h1(e,!0,n==="fixed"),o=r.top+e.clientTop,i=r.left+e.clientLeft,s=t1(e)?M1(e):$(1),a=e.clientWidth*s.x,l=e.clientHeight*s.y,f=i*s.x,C=o*s.y;return{width:a,height:l,x:f,y:C}}function x3(e,n,r){let o;if(n==="viewport")o=V4(e,r);else if(n==="document")o=H4(n1(e));else if(U(n))o=E4(n,r);else{const i=T3(e);o={x:n.x-i.x,y:n.y-i.y,width:n.width,height:n.height}}return t2(o)}function W3(e,n){const r=c1(e);return r===n||!U(r)||A1(r)?!1:z(r).position==="fixed"||W3(r,n)}function k4(e,n){const r=n.get(e);if(r)return r;let o=F1(e,[],!1).filter(l=>U(l)&&R1(l)!=="body"),i=null;const s=z(e).position==="fixed";let a=s?c1(e):e;for(;U(a)&&!A1(a);){const l=z(a),f=_2(a);!f&&l.position==="fixed"&&(i=null),(s?!f&&!i:!f&&l.position==="static"&&!!i&&b4.has(i.position)||O1(a)&&!f&&W3(e,a))?o=o.filter(u=>u!==a):i=l,a=c1(a)}return n.set(e,o),o}function P4(e){let{element:n,boundary:r,rootBoundary:o,strategy:i}=e;const a=[...r==="clippingAncestors"?l2(n)?[]:k4(n,this._c):[].concat(r),o],l=a[0],f=a.reduce((C,u)=>{const d=x3(n,u,i);return C.top=W(d.top,C.top),C.right=a1(d.right,C.right),C.bottom=a1(d.bottom,C.bottom),C.left=W(d.left,C.left),C},x3(n,l,i));return{width:f.right-f.left,height:f.bottom-f.top,x:f.left,y:f.top}}function D4(e){const{width:n,height:r}=N3(e);return{width:n,height:r}}function F4(e,n,r){const o=t1(n),i=n1(n),s=r==="fixed",a=h1(e,!0,s,n);let l={scrollLeft:0,scrollTop:0};const f=$(0);function C(){f.x=c2(i)}if(o||!o&&!s)if((R1(n)!=="body"||O1(i))&&(l=a2(n)),o){const x=h1(n,!0,s,n);f.x=x.x+n.clientLeft,f.y=x.y+n.clientTop}else i&&C();s&&!o&&i&&C();const u=i&&!o&&!s?J3(i,l):$(0),d=a.left+l.scrollLeft-f.x-u.x,h=a.top+l.scrollTop-f.y-u.y;return{x:d,y:h,width:a.width,height:a.height}}function v2(e){return z(e).position==="static"}function g3(e,n){if(!t1(e)||z(e).position==="fixed")return null;if(n)return n(e);let r=e.offsetParent;return n1(e)===r&&(r=r.ownerDocument.body),r}function G3(e,n){const r=G(e);if(l2(e))return r;if(!t1(e)){let i=c1(e);for(;i&&!A1(i);){if(U(i)&&!v2(i))return i;i=c1(i)}return r}let o=g3(e,n);for(;o&&g4(o)&&v2(o);)o=g3(o,n);return o&&A1(o)&&v2(o)&&!_2(o)?r:o||M4(e)||r}const B4=async function(e){const n=this.getOffsetParent||G3,r=this.getDimensions,o=await r(e.floating);return{reference:F4(e.reference,await n(e.floating),e.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}};function Z4(e){return z(e).direction==="rtl"}const O4={convertOffsetParentRelativeRectToViewportRelativeRect:S4,getDocumentElement:n1,getClippingRect:P4,getOffsetParent:G3,getElementRects:B4,getClientRects:R4,getDimensions:D4,getScale:M1,isElement:U,isRTL:Z4};function X3(e,n){return e.x===n.x&&e.y===n.y&&e.width===n.width&&e.height===n.height}function _4(e,n){let r=null,o;const i=n1(e);function s(){var l;clearTimeout(o),(l=r)==null||l.disconnect(),r=null}function a(l,f){l===void 0&&(l=!1),f===void 0&&(f=1),s();const C=e.getBoundingClientRect(),{left:u,top:d,width:h,height:x}=C;if(l||n(),!h||!x)return;const g=W1(d),p=W1(i.clientWidth-(u+h)),v=W1(i.clientHeight-(d+x)),m=W1(u),w={rootMargin:-g+"px "+-p+"px "+-v+"px "+-m+"px",threshold:W(0,a1(1,f))||1};let L=!0;function j(S){const A=S[0].intersectionRatio;if(A!==f){if(!L)return a();A?a(!1,A):o=setTimeout(()=>{a(!1,1e-7)},1e3)}A===1&&!X3(C,e.getBoundingClientRect())&&a(),L=!1}try{r=new IntersectionObserver(j,{...w,root:i.ownerDocument})}catch{r=new IntersectionObserver(j,w)}r.observe(e)}return a(!0),s}function I4(e,n,r,o){o===void 0&&(o={});const{ancestorScroll:i=!0,ancestorResize:s=!0,elementResize:a=typeof ResizeObserver=="function",layoutShift:l=typeof IntersectionObserver=="function",animationFrame:f=!1}=o,C=N2(e),u=i||s?[...C?F1(C):[],...F1(n)]:[];u.forEach(m=>{i&&m.addEventListener("scroll",r,{passive:!0}),s&&m.addEventListener("resize",r)});const d=C&&l?_4(C,r):null;let h=-1,x=null;a&&(x=new ResizeObserver(m=>{let[M]=m;M&&M.target===C&&x&&(x.unobserve(n),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var w;(w=x)==null||w.observe(n)})),r()}),C&&!f&&x.observe(C),x.observe(n));let g,p=f?h1(e):null;f&&v();function v(){const m=h1(e);p&&!X3(p,m)&&r(),p=m,g=requestAnimationFrame(v)}return r(),()=>{var m;u.forEach(M=>{i&&M.removeEventListener("scroll",r),s&&M.removeEventListener("resize",r)}),d?.(),(m=x)==null||m.disconnect(),x=null,f&&cancelAnimationFrame(g)}}const N4=u4,T4=d4,J4=a4,W4=h4,G4=c4,v3=l4,X4=f4,U4=(e,n,r)=>{const o=new Map,i={platform:O4,...r},s={...i.platform,_c:o};return s4(e,n,{...i,platform:s})};var z4=typeof document<"u",q4=function(){},K1=z4?c.useLayoutEffect:q4;function n2(e,n){if(e===n)return!0;if(typeof e!=typeof n)return!1;if(typeof e=="function"&&e.toString()===n.toString())return!0;let r,o,i;if(e&&n&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==n.length)return!1;for(o=r;o--!==0;)if(!n2(e[o],n[o]))return!1;return!0}if(i=Object.keys(e),r=i.length,r!==Object.keys(n).length)return!1;for(o=r;o--!==0;)if(!{}.hasOwnProperty.call(n,i[o]))return!1;for(o=r;o--!==0;){const s=i[o];if(!(s==="_owner"&&e.$$typeof)&&!n2(e[s],n[s]))return!1}return!0}return e!==e&&n!==n}function U3(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function m3(e,n){const r=U3(e);return Math.round(n*r)/r}function m2(e){const n=c.useRef(e);return K1(()=>{n.current=e}),n}function K4(e){e===void 0&&(e={});const{placement:n="bottom",strategy:r="absolute",middleware:o=[],platform:i,elements:{reference:s,floating:a}={},transform:l=!0,whileElementsMounted:f,open:C}=e,[u,d]=c.useState({x:0,y:0,strategy:r,placement:n,middlewareData:{},isPositioned:!1}),[h,x]=c.useState(o);n2(h,o)||x(o);const[g,p]=c.useState(null),[v,m]=c.useState(null),M=c.useCallback(H=>{H!==S.current&&(S.current=H,p(H))},[]),w=c.useCallback(H=>{H!==A.current&&(A.current=H,m(H))},[]),L=s||g,j=a||v,S=c.useRef(null),A=c.useRef(null),R=c.useRef(u),k=f!=null,b=m2(f),F=m2(i),B=m2(C),D=c.useCallback(()=>{if(!S.current||!A.current)return;const H={placement:n,strategy:r,middleware:h};F.current&&(H.platform=F.current),U4(S.current,A.current,H).then(y=>{const N={...y,isPositioned:B.current!==!1};P.current&&!n2(R.current,N)&&(R.current=N,H3.flushSync(()=>{d(N)}))})},[h,n,r,F,B]);K1(()=>{C===!1&&R.current.isPositioned&&(R.current.isPositioned=!1,d(H=>({...H,isPositioned:!1})))},[C]);const P=c.useRef(!1);K1(()=>(P.current=!0,()=>{P.current=!1}),[]),K1(()=>{if(L&&(S.current=L),j&&(A.current=j),L&&j){if(b.current)return b.current(L,j,D);D()}},[L,j,D,b,k]);const I=c.useMemo(()=>({reference:S,floating:A,setReference:M,setFloating:w}),[M,w]),E=c.useMemo(()=>({reference:L,floating:j}),[L,j]),Z=c.useMemo(()=>{const H={position:r,left:0,top:0};if(!E.floating)return H;const y=m3(E.floating,u.x),N=m3(E.floating,u.y);return l?{...H,transform:"translate("+y+"px, "+N+"px)",...U3(E.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:y,top:N}},[r,l,E.floating,u.x,u.y]);return c.useMemo(()=>({...u,update:D,refs:I,elements:E,floatingStyles:Z}),[u,D,I,E,Z])}const Y4=e=>{function n(r){return{}.hasOwnProperty.call(r,"current")}return{name:"arrow",options:e,fn(r){const{element:o,padding:i}=typeof e=="function"?e(r):e;return o&&n(o)?o.current!=null?v3({element:o.current,padding:i}).fn(r):{}:o?v3({element:o,padding:i}).fn(r):{}}}},Q4=(e,n)=>({...N4(e),options:[e,n]}),$4=(e,n)=>({...T4(e),options:[e,n]}),e6=(e,n)=>({...X4(e),options:[e,n]}),t6=(e,n)=>({...J4(e),options:[e,n]}),n6=(e,n)=>({...W4(e),options:[e,n]}),r6=(e,n)=>({...G4(e),options:[e,n]}),o6=(e,n)=>({...Y4(e),options:[e,n]});var i6="Arrow",z3=c.forwardRef((e,n)=>{const{children:r,width:o=10,height:i=5,...s}=e;return t.jsx(O.svg,{...s,ref:n,width:o,height:i,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?r:t.jsx("polygon",{points:"0,0 30,0 15,10"})})});z3.displayName=i6;var s6=z3;function l6(e){const[n,r]=c.useState(void 0);return l1(()=>{if(e){r({width:e.offsetWidth,height:e.offsetHeight});const o=new ResizeObserver(i=>{if(!Array.isArray(i)||!i.length)return;const s=i[0];let a,l;if("borderBoxSize"in s){const f=s.borderBoxSize,C=Array.isArray(f)?f[0]:f;a=C.inlineSize,l=C.blockSize}else a=e.offsetWidth,l=e.offsetHeight;r({width:a,height:l})});return o.observe(e,{box:"border-box"}),()=>o.unobserve(e)}else r(void 0)},[e]),n}var T2="Popper",[q3,K3]=y1(T2),[a6,Y3]=q3(T2),Q3=e=>{const{__scopePopper:n,children:r}=e,[o,i]=c.useState(null);return t.jsx(a6,{scope:n,anchor:o,onAnchorChange:i,children:r})};Q3.displayName=T2;var $3="PopperAnchor",e9=c.forwardRef((e,n)=>{const{__scopePopper:r,virtualRef:o,...i}=e,s=Y3($3,r),a=c.useRef(null),l=T(n,a),f=c.useRef(null);return c.useEffect(()=>{const C=f.current;f.current=o?.current||a.current,C!==f.current&&s.onAnchorChange(f.current)}),o?null:t.jsx(O.div,{...i,ref:l})});e9.displayName=$3;var J2="PopperContent",[c6,C6]=q3(J2),t9=c.forwardRef((e,n)=>{const{__scopePopper:r,side:o="bottom",sideOffset:i=0,align:s="center",alignOffset:a=0,arrowPadding:l=0,avoidCollisions:f=!0,collisionBoundary:C=[],collisionPadding:u=0,sticky:d="partial",hideWhenDetached:h=!1,updatePositionStrategy:x="optimized",onPlaced:g,...p}=e,v=Y3(J2,r),[m,M]=c.useState(null),w=T(n,_=>M(_)),[L,j]=c.useState(null),S=l6(L),A=S?.width??0,R=S?.height??0,k=o+(s!=="center"?"-"+s:""),b=typeof u=="number"?u:{top:0,right:0,bottom:0,left:0,...u},F=Array.isArray(C)?C:[C],B=F.length>0,D={padding:b,boundary:F.filter(d6),altBoundary:B},{refs:P,floatingStyles:I,placement:E,isPositioned:Z,middlewareData:H}=K4({strategy:"fixed",placement:k,whileElementsMounted:(..._)=>I4(..._,{animationFrame:x==="always"}),elements:{reference:v.anchor},middleware:[Q4({mainAxis:i+R,alignmentAxis:a}),f&&$4({mainAxis:!0,crossAxis:!1,limiter:d==="partial"?e6():void 0,...D}),f&&t6({...D}),n6({...D,apply:({elements:_,rects:b1,availableWidth:d0,availableHeight:f0})=>{const{width:h0,height:p0}=b1.reference,J1=_.floating.style;J1.setProperty("--radix-popper-available-width",`${d0}px`),J1.setProperty("--radix-popper-available-height",`${f0}px`),J1.setProperty("--radix-popper-anchor-width",`${h0}px`),J1.setProperty("--radix-popper-anchor-height",`${p0}px`)}}),L&&o6({element:L,padding:l}),f6({arrowWidth:A,arrowHeight:R}),h&&r6({strategy:"referenceHidden",...D})]}),[y,N]=o9(E),K=r1(g);l1(()=>{Z&&K?.()},[Z,K]);const u1=H.arrow?.x,H1=H.arrow?.y,V1=H.arrow?.centerOffset!==0,[T1,d1]=c.useState();return l1(()=>{m&&d1(window.getComputedStyle(m).zIndex)},[m]),t.jsx("div",{ref:P.setFloating,"data-radix-popper-content-wrapper":"",style:{...I,transform:Z?I.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:T1,"--radix-popper-transform-origin":[H.transformOrigin?.x,H.transformOrigin?.y].join(" "),...H.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:t.jsx(c6,{scope:r,placedSide:y,onArrowChange:j,arrowX:u1,arrowY:H1,shouldHideArrow:V1,children:t.jsx(O.div,{"data-side":y,"data-align":N,...p,ref:w,style:{...p.style,animation:Z?void 0:"none"}})})})});t9.displayName=J2;var n9="PopperArrow",u6={top:"bottom",right:"left",bottom:"top",left:"right"},r9=c.forwardRef(function(n,r){const{__scopePopper:o,...i}=n,s=C6(n9,o),a=u6[s.placedSide];return t.jsx("span",{ref:s.onArrowChange,style:{position:"absolute",left:s.arrowX,top:s.arrowY,[a]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[s.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[s.placedSide],visibility:s.shouldHideArrow?"hidden":void 0},children:t.jsx(s6,{...i,ref:r,style:{...i.style,display:"block"}})})});r9.displayName=n9;function d6(e){return e!==null}var f6=e=>({name:"transformOrigin",options:e,fn(n){const{placement:r,rects:o,middlewareData:i}=n,a=i.arrow?.centerOffset!==0,l=a?0:e.arrowWidth,f=a?0:e.arrowHeight,[C,u]=o9(r),d={start:"0%",center:"50%",end:"100%"}[u],h=(i.arrow?.x??0)+l/2,x=(i.arrow?.y??0)+f/2;let g="",p="";return C==="bottom"?(g=a?d:`${h}px`,p=`${-f}px`):C==="top"?(g=a?d:`${h}px`,p=`${o.floating.height+f}px`):C==="right"?(g=`${-f}px`,p=a?d:`${x}px`):C==="left"&&(g=`${o.floating.width+f}px`,p=a?d:`${x}px`),{data:{x:g,y:p}}}});function o9(e){const[n,r="center"]=e.split("-");return[n,r]}var h6=Q3,p6=e9,x6=t9,g6=r9,v6="Portal",W2=c.forwardRef((e,n)=>{const{container:r,...o}=e,[i,s]=c.useState(!1);l1(()=>s(!0),[]);const a=r||i&&globalThis?.document?.body;return a?x0.createPortal(t.jsx(O.div,{...o,ref:n}),a):null});W2.displayName=v6;function m6(e,n){return c.useReducer((r,o)=>n[r][o]??r,e)}var C1=e=>{const{present:n,children:r}=e,o=w6(n),i=typeof r=="function"?r({present:o.isPresent}):c.Children.only(r),s=T(o.ref,L6(i));return typeof r=="function"||o.isPresent?c.cloneElement(i,{ref:s}):null};C1.displayName="Presence";function w6(e){const[n,r]=c.useState(),o=c.useRef(null),i=c.useRef(e),s=c.useRef("none"),a=e?"mounted":"unmounted",[l,f]=m6(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return c.useEffect(()=>{const C=G1(o.current);s.current=l==="mounted"?C:"none"},[l]),l1(()=>{const C=o.current,u=i.current;if(u!==e){const h=s.current,x=G1(C);e?f("MOUNT"):x==="none"||C?.display==="none"?f("UNMOUNT"):f(u&&h!==x?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,f]),l1(()=>{if(n){let C;const u=n.ownerDocument.defaultView??window,d=x=>{const p=G1(o.current).includes(CSS.escape(x.animationName));if(x.target===n&&p&&(f("ANIMATION_END"),!i.current)){const v=n.style.animationFillMode;n.style.animationFillMode="forwards",C=u.setTimeout(()=>{n.style.animationFillMode==="forwards"&&(n.style.animationFillMode=v)})}},h=x=>{x.target===n&&(s.current=G1(o.current))};return n.addEventListener("animationstart",h),n.addEventListener("animationcancel",d),n.addEventListener("animationend",d),()=>{u.clearTimeout(C),n.removeEventListener("animationstart",h),n.removeEventListener("animationcancel",d),n.removeEventListener("animationend",d)}}else f("ANIMATION_END")},[n,f]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:c.useCallback(C=>{o.current=C?getComputedStyle(C):null,r(C)},[])}}function G1(e){return e?.animationName||"none"}function L6(e){let n=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=n&&"isReactWarning"in n&&n.isReactWarning;return r?e.ref:(n=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=n&&"isReactWarning"in n&&n.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var w2="rovingFocusGroup.onEntryFocus",M6={bubbles:!1,cancelable:!0},_1="RovingFocusGroup",[V2,i9,j6]=E3(_1),[A6,s9]=y1(_1,[j6]),[y6,S6]=A6(_1),l9=c.forwardRef((e,n)=>t.jsx(V2.Provider,{scope:e.__scopeRovingFocusGroup,children:t.jsx(V2.Slot,{scope:e.__scopeRovingFocusGroup,children:t.jsx(R6,{...e,ref:n})})}));l9.displayName=_1;var R6=c.forwardRef((e,n)=>{const{__scopeRovingFocusGroup:r,orientation:o,loop:i=!1,dir:s,currentTabStopId:a,defaultCurrentTabStopId:l,onCurrentTabStopIdChange:f,onEntryFocus:C,preventScrollOnEntryFocus:u=!1,...d}=e,h=c.useRef(null),x=T(n,h),g=k3(s),[p,v]=P2({prop:a,defaultProp:l??null,onChange:f,caller:_1}),[m,M]=c.useState(!1),w=r1(C),L=i9(r),j=c.useRef(!1),[S,A]=c.useState(0);return c.useEffect(()=>{const R=h.current;if(R)return R.addEventListener(w2,w),()=>R.removeEventListener(w2,w)},[w]),t.jsx(y6,{scope:r,orientation:o,dir:g,loop:i,currentTabStopId:p,onItemFocus:c.useCallback(R=>v(R),[v]),onItemShiftTab:c.useCallback(()=>M(!0),[]),onFocusableItemAdd:c.useCallback(()=>A(R=>R+1),[]),onFocusableItemRemove:c.useCallback(()=>A(R=>R-1),[]),children:t.jsx(O.div,{tabIndex:m||S===0?-1:0,"data-orientation":o,...d,ref:x,style:{outline:"none",...e.style},onMouseDown:V(e.onMouseDown,()=>{j.current=!0}),onFocus:V(e.onFocus,R=>{const k=!j.current;if(R.target===R.currentTarget&&k&&!m){const b=new CustomEvent(w2,M6);if(R.currentTarget.dispatchEvent(b),!b.defaultPrevented){const F=L().filter(E=>E.focusable),B=F.find(E=>E.active),D=F.find(E=>E.id===p),I=[B,D,...F].filter(Boolean).map(E=>E.ref.current);C9(I,u)}}j.current=!1}),onBlur:V(e.onBlur,()=>M(!1))})})}),a9="RovingFocusGroupItem",c9=c.forwardRef((e,n)=>{const{__scopeRovingFocusGroup:r,focusable:o=!0,active:i=!1,tabStopId:s,children:a,...l}=e,f=L1(),C=s||f,u=S6(a9,r),d=u.currentTabStopId===C,h=i9(r),{onFocusableItemAdd:x,onFocusableItemRemove:g,currentTabStopId:p}=u;return c.useEffect(()=>{if(o)return x(),()=>g()},[o,x,g]),t.jsx(V2.ItemSlot,{scope:r,id:C,focusable:o,active:i,children:t.jsx(O.span,{tabIndex:d?0:-1,"data-orientation":u.orientation,...l,ref:n,onMouseDown:V(e.onMouseDown,v=>{o?u.onItemFocus(C):v.preventDefault()}),onFocus:V(e.onFocus,()=>u.onItemFocus(C)),onKeyDown:V(e.onKeyDown,v=>{if(v.key==="Tab"&&v.shiftKey){u.onItemShiftTab();return}if(v.target!==v.currentTarget)return;const m=b6(v,u.orientation,u.dir);if(m!==void 0){if(v.metaKey||v.ctrlKey||v.altKey||v.shiftKey)return;v.preventDefault();let w=h().filter(L=>L.focusable).map(L=>L.ref.current);if(m==="last")w.reverse();else if(m==="prev"||m==="next"){m==="prev"&&w.reverse();const L=w.indexOf(v.currentTarget);w=u.loop?E6(w,L+1):w.slice(L+1)}setTimeout(()=>C9(w))}}),children:typeof a=="function"?a({isCurrentTabStop:d,hasTabStop:p!=null}):a})})});c9.displayName=a9;var H6={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function V6(e,n){return n!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function b6(e,n,r){const o=V6(e.key,r);if(!(n==="vertical"&&["ArrowLeft","ArrowRight"].includes(o))&&!(n==="horizontal"&&["ArrowUp","ArrowDown"].includes(o)))return H6[o]}function C9(e,n=!1){const r=document.activeElement;for(const o of e)if(o===r||(o.focus({preventScroll:n}),document.activeElement!==r))return}function E6(e,n){return e.map((r,o)=>e[(n+o)%e.length])}var k6=l9,P6=c9,D6=function(e){if(typeof document>"u")return null;var n=Array.isArray(e)?e[0]:e;return n.ownerDocument.body},v1=new WeakMap,X1=new WeakMap,U1={},L2=0,u9=function(e){return e&&(e.host||u9(e.parentNode))},F6=function(e,n){return n.map(function(r){if(e.contains(r))return r;var o=u9(r);return o&&e.contains(o)?o:(console.error("aria-hidden",r,"in not contained inside",e,". Doing nothing"),null)}).filter(function(r){return!!r})},B6=function(e,n,r,o){var i=F6(n,Array.isArray(e)?e:[e]);U1[r]||(U1[r]=new WeakMap);var s=U1[r],a=[],l=new Set,f=new Set(i),C=function(d){!d||l.has(d)||(l.add(d),C(d.parentNode))};i.forEach(C);var u=function(d){!d||f.has(d)||Array.prototype.forEach.call(d.children,function(h){if(l.has(h))u(h);else try{var x=h.getAttribute(o),g=x!==null&&x!=="false",p=(v1.get(h)||0)+1,v=(s.get(h)||0)+1;v1.set(h,p),s.set(h,v),a.push(h),p===1&&g&&X1.set(h,!0),v===1&&h.setAttribute(r,"true"),g||h.setAttribute(o,"true")}catch(m){console.error("aria-hidden: cannot operate on ",h,m)}})};return u(n),l.clear(),L2++,function(){a.forEach(function(d){var h=v1.get(d)-1,x=s.get(d)-1;v1.set(d,h),s.set(d,x),h||(X1.has(d)||d.removeAttribute(o),X1.delete(d)),x||d.removeAttribute(r)}),L2--,L2||(v1=new WeakMap,v1=new WeakMap,X1=new WeakMap,U1={})}},d9=function(e,n,r){r===void 0&&(r="data-aria-hidden");var o=Array.from(Array.isArray(e)?e:[e]),i=D6(e);return i?(o.push.apply(o,Array.from(i.querySelectorAll("[aria-live], script"))),B6(o,i,r,"aria-hidden")):function(){return null}},Y=function(){return Y=Object.assign||function(n){for(var r,o=1,i=arguments.length;o<i;o++){r=arguments[o];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])}return n},Y.apply(this,arguments)};function f9(e,n){var r={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&n.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,o=Object.getOwnPropertySymbols(e);i<o.length;i++)n.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(e,o[i])&&(r[o[i]]=e[o[i]]);return r}function Z6(e,n,r){if(r||arguments.length===2)for(var o=0,i=n.length,s;o<i;o++)(s||!(o in n))&&(s||(s=Array.prototype.slice.call(n,0,o)),s[o]=n[o]);return e.concat(s||Array.prototype.slice.call(n))}var Y1="right-scroll-bar-position",Q1="width-before-scroll-bar",O6="with-scroll-bars-hidden",_6="--removed-body-scroll-bar-size";function M2(e,n){return typeof e=="function"?e(n):e&&(e.current=n),e}function I6(e,n){var r=c.useState(function(){return{value:e,callback:n,facade:{get current(){return r.value},set current(o){var i=r.value;i!==o&&(r.value=o,r.callback(o,i))}}}})[0];return r.callback=n,r.facade}var N6=typeof window<"u"?c.useLayoutEffect:c.useEffect,w3=new WeakMap;function T6(e,n){var r=I6(null,function(o){return e.forEach(function(i){return M2(i,o)})});return N6(function(){var o=w3.get(r);if(o){var i=new Set(o),s=new Set(e),a=r.current;i.forEach(function(l){s.has(l)||M2(l,null)}),s.forEach(function(l){i.has(l)||M2(l,a)})}w3.set(r,e)},[e]),r}function J6(e){return e}function W6(e,n){n===void 0&&(n=J6);var r=[],o=!1,i={read:function(){if(o)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return r.length?r[r.length-1]:e},useMedium:function(s){var a=n(s,o);return r.push(a),function(){r=r.filter(function(l){return l!==a})}},assignSyncMedium:function(s){for(o=!0;r.length;){var a=r;r=[],a.forEach(s)}r={push:function(l){return s(l)},filter:function(){return r}}},assignMedium:function(s){o=!0;var a=[];if(r.length){var l=r;r=[],l.forEach(s),a=r}var f=function(){var u=a;a=[],u.forEach(s)},C=function(){return Promise.resolve().then(f)};C(),r={push:function(u){a.push(u),C()},filter:function(u){return a=a.filter(u),r}}}};return i}function G6(e){e===void 0&&(e={});var n=W6(null);return n.options=Y({async:!0,ssr:!1},e),n}var h9=function(e){var n=e.sideCar,r=f9(e,["sideCar"]);if(!n)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var o=n.read();if(!o)throw new Error("Sidecar medium not found");return c.createElement(o,Y({},r))};h9.isSideCarExport=!0;function X6(e,n){return e.useMedium(n),h9}var p9=G6(),j2=function(){},C2=c.forwardRef(function(e,n){var r=c.useRef(null),o=c.useState({onScrollCapture:j2,onWheelCapture:j2,onTouchMoveCapture:j2}),i=o[0],s=o[1],a=e.forwardProps,l=e.children,f=e.className,C=e.removeScrollBar,u=e.enabled,d=e.shards,h=e.sideCar,x=e.noRelative,g=e.noIsolation,p=e.inert,v=e.allowPinchZoom,m=e.as,M=m===void 0?"div":m,w=e.gapMode,L=f9(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),j=h,S=T6([r,n]),A=Y(Y({},L),i);return c.createElement(c.Fragment,null,u&&c.createElement(j,{sideCar:p9,removeScrollBar:C,shards:d,noRelative:x,noIsolation:g,inert:p,setCallbacks:s,allowPinchZoom:!!v,lockRef:r,gapMode:w}),a?c.cloneElement(c.Children.only(l),Y(Y({},A),{ref:S})):c.createElement(M,Y({},A,{className:f,ref:S}),l))});C2.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};C2.classNames={fullWidth:Q1,zeroRight:Y1};var U6=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function z6(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var n=U6();return n&&e.setAttribute("nonce",n),e}function q6(e,n){e.styleSheet?e.styleSheet.cssText=n:e.appendChild(document.createTextNode(n))}function K6(e){var n=document.head||document.getElementsByTagName("head")[0];n.appendChild(e)}var Y6=function(){var e=0,n=null;return{add:function(r){e==0&&(n=z6())&&(q6(n,r),K6(n)),e++},remove:function(){e--,!e&&n&&(n.parentNode&&n.parentNode.removeChild(n),n=null)}}},Q6=function(){var e=Y6();return function(n,r){c.useEffect(function(){return e.add(n),function(){e.remove()}},[n&&r])}},x9=function(){var e=Q6(),n=function(r){var o=r.styles,i=r.dynamic;return e(o,i),null};return n},$6={left:0,top:0,right:0,gap:0},A2=function(e){return parseInt(e||"",10)||0},e5=function(e){var n=window.getComputedStyle(document.body),r=n[e==="padding"?"paddingLeft":"marginLeft"],o=n[e==="padding"?"paddingTop":"marginTop"],i=n[e==="padding"?"paddingRight":"marginRight"];return[A2(r),A2(o),A2(i)]},t5=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return $6;var n=e5(e),r=document.documentElement.clientWidth,o=window.innerWidth;return{left:n[0],top:n[1],right:n[2],gap:Math.max(0,o-r+n[2]-n[0])}},n5=x9(),j1="data-scroll-locked",r5=function(e,n,r,o){var i=e.left,s=e.top,a=e.right,l=e.gap;return r===void 0&&(r="margin"),`
|
|
2
|
+
.`.concat(O6,` {
|
|
3
|
+
overflow: hidden `).concat(o,`;
|
|
4
|
+
padding-right: `).concat(l,"px ").concat(o,`;
|
|
5
|
+
}
|
|
6
|
+
body[`).concat(j1,`] {
|
|
7
|
+
overflow: hidden `).concat(o,`;
|
|
8
|
+
overscroll-behavior: contain;
|
|
9
|
+
`).concat([n&&"position: relative ".concat(o,";"),r==="margin"&&`
|
|
10
|
+
padding-left: `.concat(i,`px;
|
|
11
|
+
padding-top: `).concat(s,`px;
|
|
12
|
+
padding-right: `).concat(a,`px;
|
|
13
|
+
margin-left:0;
|
|
14
|
+
margin-top:0;
|
|
15
|
+
margin-right: `).concat(l,"px ").concat(o,`;
|
|
16
|
+
`),r==="padding"&&"padding-right: ".concat(l,"px ").concat(o,";")].filter(Boolean).join(""),`
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.`).concat(Y1,` {
|
|
20
|
+
right: `).concat(l,"px ").concat(o,`;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.`).concat(Q1,` {
|
|
24
|
+
margin-right: `).concat(l,"px ").concat(o,`;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.`).concat(Y1," .").concat(Y1,` {
|
|
28
|
+
right: 0 `).concat(o,`;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.`).concat(Q1," .").concat(Q1,` {
|
|
32
|
+
margin-right: 0 `).concat(o,`;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
body[`).concat(j1,`] {
|
|
36
|
+
`).concat(_6,": ").concat(l,`px;
|
|
37
|
+
}
|
|
38
|
+
`)},L3=function(){var e=parseInt(document.body.getAttribute(j1)||"0",10);return isFinite(e)?e:0},o5=function(){c.useEffect(function(){return document.body.setAttribute(j1,(L3()+1).toString()),function(){var e=L3()-1;e<=0?document.body.removeAttribute(j1):document.body.setAttribute(j1,e.toString())}},[])},i5=function(e){var n=e.noRelative,r=e.noImportant,o=e.gapMode,i=o===void 0?"margin":o;o5();var s=c.useMemo(function(){return t5(i)},[i]);return c.createElement(n5,{styles:r5(s,!n,i,r?"":"!important")})},b2=!1;if(typeof window<"u")try{var z1=Object.defineProperty({},"passive",{get:function(){return b2=!0,!0}});window.addEventListener("test",z1,z1),window.removeEventListener("test",z1,z1)}catch{b2=!1}var m1=b2?{passive:!1}:!1,s5=function(e){return e.tagName==="TEXTAREA"},g9=function(e,n){if(!(e instanceof Element))return!1;var r=window.getComputedStyle(e);return r[n]!=="hidden"&&!(r.overflowY===r.overflowX&&!s5(e)&&r[n]==="visible")},l5=function(e){return g9(e,"overflowY")},a5=function(e){return g9(e,"overflowX")},M3=function(e,n){var r=n.ownerDocument,o=n;do{typeof ShadowRoot<"u"&&o instanceof ShadowRoot&&(o=o.host);var i=v9(e,o);if(i){var s=m9(e,o),a=s[1],l=s[2];if(a>l)return!0}o=o.parentNode}while(o&&o!==r.body);return!1},c5=function(e){var n=e.scrollTop,r=e.scrollHeight,o=e.clientHeight;return[n,r,o]},C5=function(e){var n=e.scrollLeft,r=e.scrollWidth,o=e.clientWidth;return[n,r,o]},v9=function(e,n){return e==="v"?l5(n):a5(n)},m9=function(e,n){return e==="v"?c5(n):C5(n)},u5=function(e,n){return e==="h"&&n==="rtl"?-1:1},d5=function(e,n,r,o,i){var s=u5(e,window.getComputedStyle(n).direction),a=s*o,l=r.target,f=n.contains(l),C=!1,u=a>0,d=0,h=0;do{if(!l)break;var x=m9(e,l),g=x[0],p=x[1],v=x[2],m=p-v-s*g;(g||m)&&v9(e,l)&&(d+=m,h+=g);var M=l.parentNode;l=M&&M.nodeType===Node.DOCUMENT_FRAGMENT_NODE?M.host:M}while(!f&&l!==document.body||f&&(n.contains(l)||n===l));return(u&&Math.abs(d)<1||!u&&Math.abs(h)<1)&&(C=!0),C},q1=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},j3=function(e){return[e.deltaX,e.deltaY]},A3=function(e){return e&&"current"in e?e.current:e},f5=function(e,n){return e[0]===n[0]&&e[1]===n[1]},h5=function(e){return`
|
|
39
|
+
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
40
|
+
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
41
|
+
`)},p5=0,w1=[];function x5(e){var n=c.useRef([]),r=c.useRef([0,0]),o=c.useRef(),i=c.useState(p5++)[0],s=c.useState(x9)[0],a=c.useRef(e);c.useEffect(function(){a.current=e},[e]),c.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(i));var p=Z6([e.lockRef.current],(e.shards||[]).map(A3),!0).filter(Boolean);return p.forEach(function(v){return v.classList.add("allow-interactivity-".concat(i))}),function(){document.body.classList.remove("block-interactivity-".concat(i)),p.forEach(function(v){return v.classList.remove("allow-interactivity-".concat(i))})}}},[e.inert,e.lockRef.current,e.shards]);var l=c.useCallback(function(p,v){if("touches"in p&&p.touches.length===2||p.type==="wheel"&&p.ctrlKey)return!a.current.allowPinchZoom;var m=q1(p),M=r.current,w="deltaX"in p?p.deltaX:M[0]-m[0],L="deltaY"in p?p.deltaY:M[1]-m[1],j,S=p.target,A=Math.abs(w)>Math.abs(L)?"h":"v";if("touches"in p&&A==="h"&&S.type==="range")return!1;var R=M3(A,S);if(!R)return!0;if(R?j=A:(j=A==="v"?"h":"v",R=M3(A,S)),!R)return!1;if(!o.current&&"changedTouches"in p&&(w||L)&&(o.current=j),!j)return!0;var k=o.current||j;return d5(k,v,p,k==="h"?w:L)},[]),f=c.useCallback(function(p){var v=p;if(!(!w1.length||w1[w1.length-1]!==s)){var m="deltaY"in v?j3(v):q1(v),M=n.current.filter(function(j){return j.name===v.type&&(j.target===v.target||v.target===j.shadowParent)&&f5(j.delta,m)})[0];if(M&&M.should){v.cancelable&&v.preventDefault();return}if(!M){var w=(a.current.shards||[]).map(A3).filter(Boolean).filter(function(j){return j.contains(v.target)}),L=w.length>0?l(v,w[0]):!a.current.noIsolation;L&&v.cancelable&&v.preventDefault()}}},[]),C=c.useCallback(function(p,v,m,M){var w={name:p,delta:v,target:m,should:M,shadowParent:g5(m)};n.current.push(w),setTimeout(function(){n.current=n.current.filter(function(L){return L!==w})},1)},[]),u=c.useCallback(function(p){r.current=q1(p),o.current=void 0},[]),d=c.useCallback(function(p){C(p.type,j3(p),p.target,l(p,e.lockRef.current))},[]),h=c.useCallback(function(p){C(p.type,q1(p),p.target,l(p,e.lockRef.current))},[]);c.useEffect(function(){return w1.push(s),e.setCallbacks({onScrollCapture:d,onWheelCapture:d,onTouchMoveCapture:h}),document.addEventListener("wheel",f,m1),document.addEventListener("touchmove",f,m1),document.addEventListener("touchstart",u,m1),function(){w1=w1.filter(function(p){return p!==s}),document.removeEventListener("wheel",f,m1),document.removeEventListener("touchmove",f,m1),document.removeEventListener("touchstart",u,m1)}},[]);var x=e.removeScrollBar,g=e.inert;return c.createElement(c.Fragment,null,g?c.createElement(s,{styles:h5(i)}):null,x?c.createElement(i5,{noRelative:e.noRelative,gapMode:e.gapMode}):null)}function g5(e){for(var n=null;e!==null;)e instanceof ShadowRoot&&(n=e.host,e=e.host),e=e.parentNode;return n}const v5=X6(p9,x5);var G2=c.forwardRef(function(e,n){return c.createElement(C2,Y({},e,{ref:n,sideCar:v5}))});G2.classNames=C2.classNames;var E2=["Enter"," "],m5=["ArrowDown","PageUp","Home"],w9=["ArrowUp","PageDown","End"],w5=[...m5,...w9],L5={ltr:[...E2,"ArrowRight"],rtl:[...E2,"ArrowLeft"]},M5={ltr:["ArrowLeft"],rtl:["ArrowRight"]},I1="Menu",[B1,j5,A5]=E3(I1),[x1,L9]=y1(I1,[A5,K3,s9]),u2=K3(),M9=s9(),[y5,g1]=x1(I1),[S5,N1]=x1(I1),j9=e=>{const{__scopeMenu:n,open:r=!1,children:o,dir:i,onOpenChange:s,modal:a=!0}=e,l=u2(n),[f,C]=c.useState(null),u=c.useRef(!1),d=r1(s),h=k3(i);return c.useEffect(()=>{const x=()=>{u.current=!0,document.addEventListener("pointerdown",g,{capture:!0,once:!0}),document.addEventListener("pointermove",g,{capture:!0,once:!0})},g=()=>u.current=!1;return document.addEventListener("keydown",x,{capture:!0}),()=>{document.removeEventListener("keydown",x,{capture:!0}),document.removeEventListener("pointerdown",g,{capture:!0}),document.removeEventListener("pointermove",g,{capture:!0})}},[]),t.jsx(h6,{...l,children:t.jsx(y5,{scope:n,open:r,onOpenChange:d,content:f,onContentChange:C,children:t.jsx(S5,{scope:n,onClose:c.useCallback(()=>d(!1),[d]),isUsingKeyboardRef:u,dir:h,modal:a,children:o})})})};j9.displayName=I1;var R5="MenuAnchor",X2=c.forwardRef((e,n)=>{const{__scopeMenu:r,...o}=e,i=u2(r);return t.jsx(p6,{...i,...o,ref:n})});X2.displayName=R5;var U2="MenuPortal",[H5,A9]=x1(U2,{forceMount:void 0}),y9=e=>{const{__scopeMenu:n,forceMount:r,children:o,container:i}=e,s=g1(U2,n);return t.jsx(H5,{scope:n,forceMount:r,children:t.jsx(C1,{present:r||s.open,children:t.jsx(W2,{asChild:!0,container:i,children:o})})})};y9.displayName=U2;var X="MenuContent",[V5,z2]=x1(X),S9=c.forwardRef((e,n)=>{const r=A9(X,e.__scopeMenu),{forceMount:o=r.forceMount,...i}=e,s=g1(X,e.__scopeMenu),a=N1(X,e.__scopeMenu);return t.jsx(B1.Provider,{scope:e.__scopeMenu,children:t.jsx(C1,{present:o||s.open,children:t.jsx(B1.Slot,{scope:e.__scopeMenu,children:a.modal?t.jsx(b5,{...i,ref:n}):t.jsx(E5,{...i,ref:n})})})})}),b5=c.forwardRef((e,n)=>{const r=g1(X,e.__scopeMenu),o=c.useRef(null),i=T(n,o);return c.useEffect(()=>{const s=o.current;if(s)return d9(s)},[]),t.jsx(q2,{...e,ref:i,trapFocus:r.open,disableOutsidePointerEvents:r.open,disableOutsideScroll:!0,onFocusOutside:V(e.onFocusOutside,s=>s.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>r.onOpenChange(!1)})}),E5=c.forwardRef((e,n)=>{const r=g1(X,e.__scopeMenu);return t.jsx(q2,{...e,ref:n,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>r.onOpenChange(!1)})}),k5=P1("MenuContent.ScrollLock"),q2=c.forwardRef((e,n)=>{const{__scopeMenu:r,loop:o=!1,trapFocus:i,onOpenAutoFocus:s,onCloseAutoFocus:a,disableOutsidePointerEvents:l,onEntryFocus:f,onEscapeKeyDown:C,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:h,onDismiss:x,disableOutsideScroll:g,...p}=e,v=g1(X,r),m=N1(X,r),M=u2(r),w=M9(r),L=j5(r),[j,S]=c.useState(null),A=c.useRef(null),R=T(n,A,v.onContentChange),k=c.useRef(0),b=c.useRef(""),F=c.useRef(0),B=c.useRef(null),D=c.useRef("right"),P=c.useRef(0),I=g?G2:c.Fragment,E=g?{as:k5,allowPinchZoom:!0}:void 0,Z=y=>{const N=b.current+y,K=L().filter(_=>!_.disabled),u1=document.activeElement,H1=K.find(_=>_.ref.current===u1)?.textValue,V1=K.map(_=>_.textValue),T1=W5(V1,N,H1),d1=K.find(_=>_.textValue===T1)?.ref.current;(function _(b1){b.current=b1,window.clearTimeout(k.current),b1!==""&&(k.current=window.setTimeout(()=>_(""),1e3))})(N),d1&&setTimeout(()=>d1.focus())};c.useEffect(()=>()=>window.clearTimeout(k.current),[]),F3();const H=c.useCallback(y=>D.current===B.current?.side&&X5(y,B.current?.area),[]);return t.jsx(V5,{scope:r,searchRef:b,onItemEnter:c.useCallback(y=>{H(y)&&y.preventDefault()},[H]),onItemLeave:c.useCallback(y=>{H(y)||(A.current?.focus(),S(null))},[H]),onTriggerLeave:c.useCallback(y=>{H(y)&&y.preventDefault()},[H]),pointerGraceTimerRef:F,onPointerGraceIntentChange:c.useCallback(y=>{B.current=y},[]),children:t.jsx(I,{...E,children:t.jsx(F2,{asChild:!0,trapped:i,onMountAutoFocus:V(s,y=>{y.preventDefault(),A.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:a,children:t.jsx(D2,{asChild:!0,disableOutsidePointerEvents:l,onEscapeKeyDown:C,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:h,onDismiss:x,children:t.jsx(k6,{asChild:!0,...w,dir:m.dir,orientation:"vertical",loop:o,currentTabStopId:j,onCurrentTabStopIdChange:S,onEntryFocus:V(f,y=>{m.isUsingKeyboardRef.current||y.preventDefault()}),preventScrollOnEntryFocus:!0,children:t.jsx(x6,{role:"menu","aria-orientation":"vertical","data-state":T9(v.open),"data-radix-menu-content":"",dir:m.dir,...M,...p,ref:R,style:{outline:"none",...p.style},onKeyDown:V(p.onKeyDown,y=>{const K=y.target.closest("[data-radix-menu-content]")===y.currentTarget,u1=y.ctrlKey||y.altKey||y.metaKey,H1=y.key.length===1;K&&(y.key==="Tab"&&y.preventDefault(),!u1&&H1&&Z(y.key));const V1=A.current;if(y.target!==V1||!w5.includes(y.key))return;y.preventDefault();const d1=L().filter(_=>!_.disabled).map(_=>_.ref.current);w9.includes(y.key)&&d1.reverse(),T5(d1)}),onBlur:V(e.onBlur,y=>{y.currentTarget.contains(y.target)||(window.clearTimeout(k.current),b.current="")}),onPointerMove:V(e.onPointerMove,Z1(y=>{const N=y.target,K=P.current!==y.clientX;if(y.currentTarget.contains(N)&&K){const u1=y.clientX>P.current?"right":"left";D.current=u1,P.current=y.clientX}}))})})})})})})});S9.displayName=X;var P5="MenuGroup",K2=c.forwardRef((e,n)=>{const{__scopeMenu:r,...o}=e;return t.jsx(O.div,{role:"group",...o,ref:n})});K2.displayName=P5;var D5="MenuLabel",R9=c.forwardRef((e,n)=>{const{__scopeMenu:r,...o}=e;return t.jsx(O.div,{...o,ref:n})});R9.displayName=D5;var r2="MenuItem",y3="menu.itemSelect",d2=c.forwardRef((e,n)=>{const{disabled:r=!1,onSelect:o,...i}=e,s=c.useRef(null),a=N1(r2,e.__scopeMenu),l=z2(r2,e.__scopeMenu),f=T(n,s),C=c.useRef(!1),u=()=>{const d=s.current;if(!r&&d){const h=new CustomEvent(y3,{bubbles:!0,cancelable:!0});d.addEventListener(y3,x=>o?.(x),{once:!0}),b3(d,h),h.defaultPrevented?C.current=!1:a.onClose()}};return t.jsx(H9,{...i,ref:f,disabled:r,onClick:V(e.onClick,u),onPointerDown:d=>{e.onPointerDown?.(d),C.current=!0},onPointerUp:V(e.onPointerUp,d=>{C.current||d.currentTarget?.click()}),onKeyDown:V(e.onKeyDown,d=>{const h=l.searchRef.current!=="";r||h&&d.key===" "||E2.includes(d.key)&&(d.currentTarget.click(),d.preventDefault())})})});d2.displayName=r2;var H9=c.forwardRef((e,n)=>{const{__scopeMenu:r,disabled:o=!1,textValue:i,...s}=e,a=z2(r2,r),l=M9(r),f=c.useRef(null),C=T(n,f),[u,d]=c.useState(!1),[h,x]=c.useState("");return c.useEffect(()=>{const g=f.current;g&&x((g.textContent??"").trim())},[s.children]),t.jsx(B1.ItemSlot,{scope:r,disabled:o,textValue:i??h,children:t.jsx(P6,{asChild:!0,...l,focusable:!o,children:t.jsx(O.div,{role:"menuitem","data-highlighted":u?"":void 0,"aria-disabled":o||void 0,"data-disabled":o?"":void 0,...s,ref:C,onPointerMove:V(e.onPointerMove,Z1(g=>{o?a.onItemLeave(g):(a.onItemEnter(g),g.defaultPrevented||g.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:V(e.onPointerLeave,Z1(g=>a.onItemLeave(g))),onFocus:V(e.onFocus,()=>d(!0)),onBlur:V(e.onBlur,()=>d(!1))})})})}),F5="MenuCheckboxItem",V9=c.forwardRef((e,n)=>{const{checked:r=!1,onCheckedChange:o,...i}=e;return t.jsx(D9,{scope:e.__scopeMenu,checked:r,children:t.jsx(d2,{role:"menuitemcheckbox","aria-checked":o2(r)?"mixed":r,...i,ref:n,"data-state":Q2(r),onSelect:V(i.onSelect,()=>o?.(o2(r)?!0:!r),{checkForDefaultPrevented:!1})})})});V9.displayName=F5;var b9="MenuRadioGroup",[B5,Z5]=x1(b9,{value:void 0,onValueChange:()=>{}}),E9=c.forwardRef((e,n)=>{const{value:r,onValueChange:o,...i}=e,s=r1(o);return t.jsx(B5,{scope:e.__scopeMenu,value:r,onValueChange:s,children:t.jsx(K2,{...i,ref:n})})});E9.displayName=b9;var k9="MenuRadioItem",P9=c.forwardRef((e,n)=>{const{value:r,...o}=e,i=Z5(k9,e.__scopeMenu),s=r===i.value;return t.jsx(D9,{scope:e.__scopeMenu,checked:s,children:t.jsx(d2,{role:"menuitemradio","aria-checked":s,...o,ref:n,"data-state":Q2(s),onSelect:V(o.onSelect,()=>i.onValueChange?.(r),{checkForDefaultPrevented:!1})})})});P9.displayName=k9;var Y2="MenuItemIndicator",[D9,O5]=x1(Y2,{checked:!1}),F9=c.forwardRef((e,n)=>{const{__scopeMenu:r,forceMount:o,...i}=e,s=O5(Y2,r);return t.jsx(C1,{present:o||o2(s.checked)||s.checked===!0,children:t.jsx(O.span,{...i,ref:n,"data-state":Q2(s.checked)})})});F9.displayName=Y2;var _5="MenuSeparator",B9=c.forwardRef((e,n)=>{const{__scopeMenu:r,...o}=e;return t.jsx(O.div,{role:"separator","aria-orientation":"horizontal",...o,ref:n})});B9.displayName=_5;var I5="MenuArrow",Z9=c.forwardRef((e,n)=>{const{__scopeMenu:r,...o}=e,i=u2(r);return t.jsx(g6,{...i,...o,ref:n})});Z9.displayName=I5;var N5="MenuSub",[Ht,O9]=x1(N5),k1="MenuSubTrigger",_9=c.forwardRef((e,n)=>{const r=g1(k1,e.__scopeMenu),o=N1(k1,e.__scopeMenu),i=O9(k1,e.__scopeMenu),s=z2(k1,e.__scopeMenu),a=c.useRef(null),{pointerGraceTimerRef:l,onPointerGraceIntentChange:f}=s,C={__scopeMenu:e.__scopeMenu},u=c.useCallback(()=>{a.current&&window.clearTimeout(a.current),a.current=null},[]);return c.useEffect(()=>u,[u]),c.useEffect(()=>{const d=l.current;return()=>{window.clearTimeout(d),f(null)}},[l,f]),t.jsx(X2,{asChild:!0,...C,children:t.jsx(H9,{id:i.triggerId,"aria-haspopup":"menu","aria-expanded":r.open,"aria-controls":i.contentId,"data-state":T9(r.open),...e,ref:k2(n,i.onTriggerChange),onClick:d=>{e.onClick?.(d),!(e.disabled||d.defaultPrevented)&&(d.currentTarget.focus(),r.open||r.onOpenChange(!0))},onPointerMove:V(e.onPointerMove,Z1(d=>{s.onItemEnter(d),!d.defaultPrevented&&!e.disabled&&!r.open&&!a.current&&(s.onPointerGraceIntentChange(null),a.current=window.setTimeout(()=>{r.onOpenChange(!0),u()},100))})),onPointerLeave:V(e.onPointerLeave,Z1(d=>{u();const h=r.content?.getBoundingClientRect();if(h){const x=r.content?.dataset.side,g=x==="right",p=g?-5:5,v=h[g?"left":"right"],m=h[g?"right":"left"];s.onPointerGraceIntentChange({area:[{x:d.clientX+p,y:d.clientY},{x:v,y:h.top},{x:m,y:h.top},{x:m,y:h.bottom},{x:v,y:h.bottom}],side:x}),window.clearTimeout(l.current),l.current=window.setTimeout(()=>s.onPointerGraceIntentChange(null),300)}else{if(s.onTriggerLeave(d),d.defaultPrevented)return;s.onPointerGraceIntentChange(null)}})),onKeyDown:V(e.onKeyDown,d=>{const h=s.searchRef.current!=="";e.disabled||h&&d.key===" "||L5[o.dir].includes(d.key)&&(r.onOpenChange(!0),r.content?.focus(),d.preventDefault())})})})});_9.displayName=k1;var I9="MenuSubContent",N9=c.forwardRef((e,n)=>{const r=A9(X,e.__scopeMenu),{forceMount:o=r.forceMount,...i}=e,s=g1(X,e.__scopeMenu),a=N1(X,e.__scopeMenu),l=O9(I9,e.__scopeMenu),f=c.useRef(null),C=T(n,f);return t.jsx(B1.Provider,{scope:e.__scopeMenu,children:t.jsx(C1,{present:o||s.open,children:t.jsx(B1.Slot,{scope:e.__scopeMenu,children:t.jsx(q2,{id:l.contentId,"aria-labelledby":l.triggerId,...i,ref:C,align:"start",side:a.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:u=>{a.isUsingKeyboardRef.current&&f.current?.focus(),u.preventDefault()},onCloseAutoFocus:u=>u.preventDefault(),onFocusOutside:V(e.onFocusOutside,u=>{u.target!==l.trigger&&s.onOpenChange(!1)}),onEscapeKeyDown:V(e.onEscapeKeyDown,u=>{a.onClose(),u.preventDefault()}),onKeyDown:V(e.onKeyDown,u=>{const d=u.currentTarget.contains(u.target),h=M5[a.dir].includes(u.key);d&&h&&(s.onOpenChange(!1),l.trigger?.focus(),u.preventDefault())})})})})})});N9.displayName=I9;function T9(e){return e?"open":"closed"}function o2(e){return e==="indeterminate"}function Q2(e){return o2(e)?"indeterminate":e?"checked":"unchecked"}function T5(e){const n=document.activeElement;for(const r of e)if(r===n||(r.focus(),document.activeElement!==n))return}function J5(e,n){return e.map((r,o)=>e[(n+o)%e.length])}function W5(e,n,r){const i=n.length>1&&Array.from(n).every(C=>C===n[0])?n[0]:n,s=r?e.indexOf(r):-1;let a=J5(e,Math.max(s,0));i.length===1&&(a=a.filter(C=>C!==r));const f=a.find(C=>C.toLowerCase().startsWith(i.toLowerCase()));return f!==r?f:void 0}function G5(e,n){const{x:r,y:o}=e;let i=!1;for(let s=0,a=n.length-1;s<n.length;a=s++){const l=n[s],f=n[a],C=l.x,u=l.y,d=f.x,h=f.y;u>o!=h>o&&r<(d-C)*(o-u)/(h-u)+C&&(i=!i)}return i}function X5(e,n){if(!n)return!1;const r={x:e.clientX,y:e.clientY};return G5(r,n)}function Z1(e){return n=>n.pointerType==="mouse"?e(n):void 0}var U5=j9,z5=X2,q5=y9,K5=S9,Y5=K2,Q5=R9,$5=d2,e7=V9,t7=E9,n7=P9,r7=F9,o7=B9,i7=Z9,s7=_9,l7=N9,f2="DropdownMenu",[a7]=y1(f2,[L9]),J=L9(),[c7,J9]=a7(f2),W9=e=>{const{__scopeDropdownMenu:n,children:r,dir:o,open:i,defaultOpen:s,onOpenChange:a,modal:l=!0}=e,f=J(n),C=c.useRef(null),[u,d]=P2({prop:i,defaultProp:s??!1,onChange:a,caller:f2});return t.jsx(c7,{scope:n,triggerId:L1(),triggerRef:C,contentId:L1(),open:u,onOpenChange:d,onOpenToggle:c.useCallback(()=>d(h=>!h),[d]),modal:l,children:t.jsx(U5,{...f,open:u,onOpenChange:d,dir:o,modal:l,children:r})})};W9.displayName=f2;var G9="DropdownMenuTrigger",X9=c.forwardRef((e,n)=>{const{__scopeDropdownMenu:r,disabled:o=!1,...i}=e,s=J9(G9,r),a=J(r);return t.jsx(z5,{asChild:!0,...a,children:t.jsx(O.button,{type:"button",id:s.triggerId,"aria-haspopup":"menu","aria-expanded":s.open,"aria-controls":s.open?s.contentId:void 0,"data-state":s.open?"open":"closed","data-disabled":o?"":void 0,disabled:o,...i,ref:k2(n,s.triggerRef),onPointerDown:V(e.onPointerDown,l=>{!o&&l.button===0&&l.ctrlKey===!1&&(s.onOpenToggle(),s.open||l.preventDefault())}),onKeyDown:V(e.onKeyDown,l=>{o||(["Enter"," "].includes(l.key)&&s.onOpenToggle(),l.key==="ArrowDown"&&s.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(l.key)&&l.preventDefault())})})})});X9.displayName=G9;var C7="DropdownMenuPortal",U9=e=>{const{__scopeDropdownMenu:n,...r}=e,o=J(n);return t.jsx(q5,{...o,...r})};U9.displayName=C7;var z9="DropdownMenuContent",q9=c.forwardRef((e,n)=>{const{__scopeDropdownMenu:r,...o}=e,i=J9(z9,r),s=J(r),a=c.useRef(!1);return t.jsx(K5,{id:i.contentId,"aria-labelledby":i.triggerId,...s,...o,ref:n,onCloseAutoFocus:V(e.onCloseAutoFocus,l=>{a.current||i.triggerRef.current?.focus(),a.current=!1,l.preventDefault()}),onInteractOutside:V(e.onInteractOutside,l=>{const f=l.detail.originalEvent,C=f.button===0&&f.ctrlKey===!0,u=f.button===2||C;(!i.modal||u)&&(a.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});q9.displayName=z9;var u7="DropdownMenuGroup",d7=c.forwardRef((e,n)=>{const{__scopeDropdownMenu:r,...o}=e,i=J(r);return t.jsx(Y5,{...i,...o,ref:n})});d7.displayName=u7;var f7="DropdownMenuLabel",h7=c.forwardRef((e,n)=>{const{__scopeDropdownMenu:r,...o}=e,i=J(r);return t.jsx(Q5,{...i,...o,ref:n})});h7.displayName=f7;var p7="DropdownMenuItem",K9=c.forwardRef((e,n)=>{const{__scopeDropdownMenu:r,...o}=e,i=J(r);return t.jsx($5,{...i,...o,ref:n})});K9.displayName=p7;var x7="DropdownMenuCheckboxItem",g7=c.forwardRef((e,n)=>{const{__scopeDropdownMenu:r,...o}=e,i=J(r);return t.jsx(e7,{...i,...o,ref:n})});g7.displayName=x7;var v7="DropdownMenuRadioGroup",m7=c.forwardRef((e,n)=>{const{__scopeDropdownMenu:r,...o}=e,i=J(r);return t.jsx(t7,{...i,...o,ref:n})});m7.displayName=v7;var w7="DropdownMenuRadioItem",L7=c.forwardRef((e,n)=>{const{__scopeDropdownMenu:r,...o}=e,i=J(r);return t.jsx(n7,{...i,...o,ref:n})});L7.displayName=w7;var M7="DropdownMenuItemIndicator",j7=c.forwardRef((e,n)=>{const{__scopeDropdownMenu:r,...o}=e,i=J(r);return t.jsx(r7,{...i,...o,ref:n})});j7.displayName=M7;var A7="DropdownMenuSeparator",y7=c.forwardRef((e,n)=>{const{__scopeDropdownMenu:r,...o}=e,i=J(r);return t.jsx(o7,{...i,...o,ref:n})});y7.displayName=A7;var S7="DropdownMenuArrow",R7=c.forwardRef((e,n)=>{const{__scopeDropdownMenu:r,...o}=e,i=J(r);return t.jsx(i7,{...i,...o,ref:n})});R7.displayName=S7;var H7="DropdownMenuSubTrigger",V7=c.forwardRef((e,n)=>{const{__scopeDropdownMenu:r,...o}=e,i=J(r);return t.jsx(s7,{...i,...o,ref:n})});V7.displayName=H7;var b7="DropdownMenuSubContent",E7=c.forwardRef((e,n)=>{const{__scopeDropdownMenu:r,...o}=e,i=J(r);return t.jsx(l7,{...i,...o,ref:n,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});E7.displayName=b7;var k7=W9,P7=X9,D7=U9,F7=q9,B7=K9;const Vt=k7,bt=P7,Et=c.forwardRef(function({children:n,...r},o){return t.jsx(D7,{children:t.jsx(F7,{...r,ref:o,children:n})})}),kt=B7;function Z7(e){return t.jsxs("svg",{...e,width:"32",height:"40",viewBox:"0 0 32 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxs("g",{clipPath:"url(#clip0_2488_6474)",children:[t.jsxs("g",{filter:"url(#filter0_di_2488_6474)",children:[t.jsx("path",{d:"M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z",fill:"#F3F5F7"}),t.jsx("path",{d:"M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z",stroke:"#3292ED",strokeWidth:"1.5"})]}),t.jsx("path",{d:"M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z",fill:"#3292ED"}),t.jsx("path",{d:"M9.25 24.667V14C9.25 13.5858 9.58579 13.25 10 13.25C10.4142 13.25 10.75 13.5858 10.75 14V24.667L10.7617 24.7812C10.7842 24.8933 10.8389 24.9971 10.9209 25.0791C11.0302 25.1884 11.1784 25.2499 11.333 25.25H22C22.4142 25.25 22.75 25.5858 22.75 26C22.75 26.4142 22.4142 26.75 22 26.75H11.333C10.7806 26.7499 10.251 26.5303 9.86035 26.1396C9.51859 25.7979 9.3072 25.3498 9.25977 24.873L9.25 24.667Z",fill:"#3292ED"}),t.jsx("path",{d:"M19.25 23.333V18C19.25 17.5858 19.5858 17.25 20 17.25C20.4142 17.25 20.75 17.5858 20.75 18V23.333L20.7461 23.4102C20.7076 23.7883 20.3883 24.083 20 24.083C19.6117 24.083 19.2924 23.7883 19.2539 23.4102L19.25 23.333Z",fill:"#3292ED"}),t.jsx("path",{d:"M15.9167 23.334V15.334C15.9167 14.9198 16.2525 14.584 16.6667 14.584C17.0809 14.584 17.4167 14.9198 17.4167 15.334V23.334C17.4167 23.7482 17.0809 24.084 16.6667 24.084C16.2525 24.084 15.9167 23.7482 15.9167 23.334Z",fill:"#3292ED"}),t.jsx("path",{d:"M12.5833 23.334V21.334C12.5833 20.9198 12.9191 20.584 13.3333 20.584C13.7475 20.584 14.0833 20.9198 14.0833 21.334V23.334C14.0833 23.7482 13.7475 24.084 13.3333 24.084C12.9191 24.084 12.5833 23.7482 12.5833 23.334Z",fill:"#3292ED"})]}),t.jsxs("defs",{children:[t.jsxs("filter",{id:"filter0_di_2488_6474",x:"-4",y:"-1",width:"40",height:"49",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[t.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),t.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"}),t.jsx("feMorphology",{radius:"4",operator:"erode",in:"SourceAlpha",result:"effect1_dropShadow_2488_6474"}),t.jsx("feOffset",{dy:"4"}),t.jsx("feGaussianBlur",{stdDeviation:"4"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"}),t.jsx("feBlend",{mode:"multiply",in2:"BackgroundImageFix",result:"effect1_dropShadow_2488_6474"}),t.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2488_6474",result:"shape"}),t.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"}),t.jsx("feOffset",{dy:"-1"}),t.jsx("feGaussianBlur",{stdDeviation:"0.5"}),t.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"}),t.jsx("feBlend",{mode:"multiply",in2:"shape",result:"effect2_innerShadow_2488_6474"})]}),t.jsx("clipPath",{id:"clip0_2488_6474",children:t.jsx("rect",{width:"32",height:"40",fill:"white"})})]})]})}function O7(e){return t.jsxs("svg",{...e,width:"32",height:"40",viewBox:"0 0 32 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxs("g",{clipPath:"url(#clip0_2488_6549)",children:[t.jsxs("g",{filter:"url(#filter0_di_2488_6549)",children:[t.jsx("path",{d:"M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z",fill:"#F3F5F7"}),t.jsx("path",{d:"M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z",stroke:"#FF891D",strokeWidth:"1.5"})]}),t.jsx("path",{d:"M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z",fill:"#FF891D"}),t.jsx("path",{d:"M10.75 17.917H13.917V14.75H10.75V17.917ZM15.417 18C15.417 18.7824 14.7824 19.417 14 19.417H10.667C9.88459 19.417 9.25 18.7824 9.25 18V14.667C9.25 13.8846 9.88459 13.25 10.667 13.25H14C14.7824 13.25 15.417 13.8846 15.417 14.667V18Z",fill:"#FF891D"}),t.jsx("path",{d:"M18.0833 17.917H21.2503V14.75H18.0833V17.917ZM22.7503 18C22.7503 18.7824 22.1157 19.417 21.3333 19.417H18.0003C17.2179 19.417 16.5833 18.7824 16.5833 18V14.667C16.5833 13.8846 17.2179 13.25 18.0003 13.25H21.3333C22.1157 13.25 22.7503 13.8846 22.7503 14.667V18Z",fill:"#FF891D"}),t.jsx("path",{d:"M18.0833 25.251H21.2503V22.084H18.0833V25.251ZM22.7503 25.334C22.7503 26.1164 22.1157 26.751 21.3333 26.751H18.0003C17.2179 26.751 16.5833 26.1164 16.5833 25.334V22.001C16.5833 21.2186 17.2179 20.584 18.0003 20.584H21.3333C22.1157 20.584 22.7503 21.2186 22.7503 22.001V25.334Z",fill:"#FF891D"}),t.jsx("path",{d:"M10.75 25.251H13.917V22.084H10.75V25.251ZM15.417 25.334C15.417 26.1164 14.7824 26.751 14 26.751H10.667C9.88459 26.751 9.25 26.1164 9.25 25.334V22.001C9.25 21.2186 9.88459 20.584 10.667 20.584H14C14.7824 20.584 15.417 21.2186 15.417 22.001V25.334Z",fill:"#FF891D"})]}),t.jsxs("defs",{children:[t.jsxs("filter",{id:"filter0_di_2488_6549",x:"-4",y:"-1",width:"40",height:"49",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[t.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),t.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"}),t.jsx("feMorphology",{radius:"4",operator:"erode",in:"SourceAlpha",result:"effect1_dropShadow_2488_6549"}),t.jsx("feOffset",{dy:"4"}),t.jsx("feGaussianBlur",{stdDeviation:"4"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"}),t.jsx("feBlend",{mode:"multiply",in2:"BackgroundImageFix",result:"effect1_dropShadow_2488_6549"}),t.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2488_6549",result:"shape"}),t.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"}),t.jsx("feOffset",{dy:"-1"}),t.jsx("feGaussianBlur",{stdDeviation:"0.5"}),t.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"}),t.jsx("feBlend",{mode:"multiply",in2:"shape",result:"effect2_innerShadow_2488_6549"})]}),t.jsx("clipPath",{id:"clip0_2488_6549",children:t.jsx("rect",{width:"32",height:"40",fill:"white"})})]})]})}function _7(e){return t.jsx("svg",{...e,width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentcolor",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M7.99384 0V2C11.3076 2 13.9938 4.68626 13.9938 8C13.9938 11.314 11.3076 14 7.99384 14C4.6801 14 1.99384 11.314 1.99384 8C1.99384 6.928 2.27897 5.88653 2.8063 4.9792C2.99137 4.66087 3.4047 4.565 3.72297 4.75C4.0413 4.935 4.13724 5.34833 3.95217 5.66666C3.5423 6.3718 3.32717 7.16533 3.32717 8C3.32717 10.5773 5.4165 12.6667 7.99384 12.6667C10.5712 12.6667 12.6605 10.5773 12.6605 8C12.6605 5.42266 10.5712 3.33333 7.99384 3.33333V5.33333L5.32717 2.66667L7.99384 0Z"})})}function I7(e){return t.jsx("svg",{...e,viewBox:"0 0 9 12",fill:"currentcolor",children:t.jsx("path",{d:"M8.31744 6.36794C8.56085 6.17515 8.56085 5.82482 8.31744 5.63203L1.3527 0.115704C1.01647 -0.150574 0.499999 0.072258 0.499999 0.483647L0.5 11.5163C0.5 11.9277 1.01647 12.1506 1.3527 11.8843L8.31744 6.36794Z"})})}function N7(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"none",stroke:"currentcolor",children:t.jsx("path",{d:"M8 1L0.999998 8M0.999998 8L8 15M0.999998 8L15 8",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function T7(e){return t.jsx("svg",{...e,viewBox:"0 0 20 21",fill:"currentcolor",children:t.jsx("path",{d:"M9.98893 18.8223C14.5914 18.8223 18.3223 15.0913 18.3223 10.4889C18.3223 5.88642 14.5914 2.15559 9.98893 2.15559C5.38643 2.15559 1.6556 5.88642 1.6556 10.4889C1.6556 15.0913 5.38643 18.8223 9.98893 18.8223ZM9.98893 14.6556C9.52893 14.6556 9.1556 14.2825 9.1556 13.8223L9.1556 9.65559L6.6556 9.65559L9.98893 6.32226L13.3223 9.65559L10.8223 9.65559L10.8223 13.8223C10.8223 14.2825 10.4489 14.6556 9.98893 14.6556Z"})})}function J7(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M12.0104 2.66602C11.2738 2.66602 10.6771 3.26268 10.6771 3.99935V11.9993C10.6771 12.736 11.2738 13.3327 12.0104 13.3327H13.3438C14.0804 13.3327 14.6771 12.736 14.6771 11.9993V3.99935C14.6771 3.26268 14.0804 2.66602 13.3438 2.66602H12.0104ZM7.34375 5.33268C6.60708 5.33268 6.01042 5.92935 6.01042 6.66602V11.9993C6.01042 12.736 6.60708 13.3327 7.34375 13.3327H8.67708C9.41375 13.3327 10.0104 12.736 10.0104 11.9993V6.66602C10.0104 5.92935 9.41375 5.33268 8.67708 5.33268H7.34375ZM2.67708 7.99935C1.94042 7.99935 1.34375 8.59602 1.34375 9.33268V11.9993C1.34375 12.736 1.94042 13.3327 2.67708 13.3327H4.01042C4.74708 13.3327 5.34375 12.736 5.34375 11.9993V9.33268C5.34375 8.59602 4.74708 7.99935 4.01042 7.99935H2.67708Z"})})}function W7(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M16.1557 6.42331C16.6148 5.98332 16.6148 5.26997 16.1557 4.82999C15.6967 4.39 14.9525 4.39 14.4935 4.82999L7.84438 11.2033C7.83003 11.217 7.81614 11.231 7.80268 11.2453C7.79259 11.256 7.78275 11.2669 7.77314 11.2779C7.38661 11.7205 7.41032 12.3808 7.84427 12.7967L14.4933 19.17C14.9524 19.61 15.6966 19.61 16.1556 19.17C16.6146 18.7301 16.6146 18.0167 16.1556 17.5767L10.3377 12.0001L16.1557 6.42331Z"})})}function G7(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M7.84427 17.5767C7.38524 18.0167 7.38524 18.73 7.84427 19.17C8.30329 19.61 9.04752 19.61 9.50653 19.17L16.1556 12.7967C16.17 12.783 16.1839 12.769 16.1973 12.7547C16.2074 12.744 16.2173 12.7331 16.2269 12.7221C16.6134 12.2795 16.5897 11.6192 16.1557 11.2033L9.50665 4.82997C9.04762 4.39001 8.3034 4.39001 7.84438 4.82997C7.38535 5.26992 7.38535 5.98332 7.84438 6.42328L13.6623 11.9999L7.84427 17.5767Z"})})}function X7(e){return t.jsx("svg",{...e,width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M4.67064 1.99414C3.19797 1.99414 2.00397 3.18814 2.00397 4.66081V11.3275C2.00397 12.8001 3.19797 13.9941 4.67064 13.9941H11.3373C12.81 13.9941 14.004 12.8001 14.004 11.3275V4.66081C14.004 3.18814 12.81 1.99414 11.3373 1.99414H4.67064ZM6.64997 3.32747C7.01797 3.32147 7.33131 3.60547 7.33731 3.97347C7.34331 4.34147 7.05931 4.65481 6.69131 4.66081C6.30331 4.66747 6.00864 4.94547 6.00397 5.32747C6.00264 5.42081 6.0053 5.42681 6.00397 5.51481C5.99464 6.23681 5.98063 6.49414 5.89997 6.82747C5.82863 7.11947 5.6493 7.48214 5.39997 7.99414C5.65197 8.51147 5.82797 8.87081 5.89997 9.16081C5.98663 9.51147 5.9993 9.77014 6.00397 10.5775C6.00397 10.6215 6.00397 10.6155 6.00397 10.6608C6.00664 11.0635 6.2673 11.3275 6.67064 11.3275C7.03864 11.3275 7.33731 11.6261 7.33731 11.9941C7.33731 12.3621 7.03864 12.6608 6.67064 12.6608C5.52464 12.6601 4.6773 11.7881 4.67064 10.6608C4.67064 10.6155 4.67064 10.6215 4.67064 10.5775C4.66664 9.88414 4.65997 9.70281 4.60797 9.49414C4.55197 9.26814 4.44797 9.0488 4.06663 8.28613C3.97263 8.09813 3.97263 7.89015 4.06663 7.70215C4.4393 6.95748 4.55264 6.72281 4.60797 6.49414C4.65664 6.29481 4.66264 6.11081 4.67064 5.49414C4.67197 5.40681 4.6693 5.42147 4.67064 5.32747C4.68464 4.22481 5.53997 3.34614 6.64997 3.32747ZM9.33731 3.32747C10.4606 3.33747 11.3466 4.21947 11.3373 5.32747C11.3306 6.07347 11.3446 6.27614 11.4 6.49414C11.456 6.71481 11.5366 6.89282 11.9413 7.70215C12.0353 7.89015 12.0353 8.09813 11.9413 8.28613C11.5466 9.07547 11.456 9.27147 11.4 9.49414C11.3453 9.71147 11.3353 9.89814 11.3373 10.6608C11.3406 11.7935 10.4746 12.6655 9.33731 12.6608C8.96931 12.6595 8.66931 12.3621 8.67064 11.9941C8.67197 11.6261 8.96931 11.3261 9.33731 11.3275C9.73264 11.3288 10.0053 11.0555 10.004 10.6608C10.0013 9.77481 10.0153 9.52881 10.108 9.16081C10.18 8.87414 10.3513 8.51947 10.608 7.99414C10.3473 7.46281 10.1806 7.11214 10.108 6.82747C10.0133 6.45547 9.99664 6.19747 10.004 5.32747C10.0073 4.95814 9.72731 4.66414 9.33731 4.66081C8.96931 4.65747 8.66731 4.36214 8.67064 3.99414C8.67397 3.62614 8.96931 3.32414 9.33731 3.32747Z"})})}function U7(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M12.0283 1.99805C10.3713 1.99805 9.02832 3.34105 9.02832 4.99805C9.02832 6.26605 9.86732 7.40607 11.0263 7.82507L11.0283 10.998H7.02832C6.47632 10.998 6.02832 11.446 6.02832 11.998L6.02731 16.173C4.87631 16.569 4.02832 17.73 4.02832 18.998C4.02832 20.655 5.37132 21.998 7.02832 21.998C8.68532 21.998 10.0283 20.655 10.0283 18.998C10.0283 17.73 9.23332 16.612 8.03932 16.16L8.02832 12.998H12.0283H16.0283L16.0353 16.175C14.8343 16.592 14.0283 17.73 14.0283 18.998C14.0283 20.655 15.3713 21.998 17.0283 21.998C18.6853 21.998 20.0283 20.655 20.0283 18.998C20.0283 17.73 19.2093 16.614 18.0363 16.17L18.0283 11.998C18.0283 11.446 17.5803 10.998 17.0283 10.998H13.0283L13.0253 7.82104C14.1893 7.41004 15.0283 6.26605 15.0283 4.99805C15.0283 3.34105 13.6853 1.99805 12.0283 1.99805Z"})})}function z7(e){return t.jsx("svg",{...e,viewBox:"0 0 18 19",fill:"currentcolor",children:t.jsx("path",{d:"M8.27293 3.26461C8.46408 3.26461 8.61903 3.10949 8.61904 2.91815L8.6191 0.500008C6.2185 0.599662 4.06088 1.64036 2.50446 3.26475L8.27293 3.26461ZM10.6957 6.82116C10.6957 7.0125 10.5407 7.16762 10.3496 7.16762L0.304562 7.16782C0.613333 6.01248 1.14583 4.94828 1.85198 4.02532L10.3496 4.02518C10.5408 4.02518 10.6957 4.1803 10.6957 4.37166L10.6957 6.82116ZM15.4943 15.7353C13.9385 17.3591 11.7809 18.3997 9.37968 18.5L9.37974 16.0819C9.37974 15.8905 9.5347 15.7354 9.72585 15.7354L15.4943 15.7353ZM8.61928 18.4994C6.21868 18.3999 4.06051 17.3587 2.50477 15.735L8.2732 15.7348C8.46437 15.7348 8.61934 15.89 8.61933 16.0813L8.61928 18.4994ZM13.196 12.1777C13.196 11.9864 13.3509 11.8313 13.5421 11.8312L17.6942 11.831C17.3854 12.9863 16.8536 14.0499 16.1468 14.9735L13.5421 14.9737C13.3509 14.9737 13.1959 14.8186 13.1959 14.6272L13.196 12.1777ZM6.63574 8.26583C6.64045 8.07793 6.79397 7.92806 6.98174 7.92805L17.8631 7.92797C17.953 8.43803 18 8.96317 18 9.49919C18 10.0352 17.9529 10.5604 17.8631 11.0704L6.98317 11.07C6.79504 11.0699 6.64138 10.9195 6.63718 10.7312L6.6074 9.39625L6.63574 8.26583ZM12.5542 14.6279C12.5542 14.8192 12.3992 14.9743 12.2081 14.9743L1.85233 14.9744C1.14562 14.0509 0.613778 12.9873 0.305062 11.832L12.2081 11.8319C12.3993 11.8319 12.5543 11.987 12.5543 12.1784L12.5542 14.6279ZM0.136912 7.92839L5.5227 7.92809C5.71386 7.92809 5.86883 8.08321 5.86883 8.27457L5.86877 10.7241C5.86877 10.9154 5.71381 11.0705 5.52266 11.0706L0.136834 11.0708C0.046996 10.5608 -1.44252e-05 10.0356 -1.12058e-06 9.49961C1.02767e-05 8.9636 0.0470512 8.43845 0.136912 7.92839ZM11.4567 4.3716C11.4567 4.18026 11.6117 4.02515 11.8028 4.02514L16.1471 4.02498C16.8538 4.94851 17.3856 6.01207 17.6943 7.1674L11.8028 7.1676C11.6116 7.1676 11.4567 7.01248 11.4567 6.82112L11.4567 4.3716ZM9.3801 0.500001C11.7807 0.599542 13.9389 1.64073 15.4946 3.26444L9.72617 3.26457C9.53501 3.26458 9.38004 3.10945 9.38004 2.9181L9.3801 0.500001Z"})})}function q7(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M7.33203 1.99414C5.85936 1.99414 4.66536 3.18814 4.66536 4.66081H3.9987C2.61203 4.66081 1.50204 5.72481 1.37337 7.07747C1.71071 7.19281 6.22803 8.70282 6.22803 8.70215C7.18469 9.02148 8.8127 9.02148 9.76937 8.70215C9.76937 8.70215 13.224 7.54881 14.6447 7.07747C14.5214 5.71947 13.3887 4.66081 11.9987 4.66081H11.332C11.332 3.18814 10.138 1.99414 8.66536 1.99414H7.33203ZM7.33203 3.32747H8.66536C9.40203 3.32747 9.9987 3.92414 9.9987 4.66081H5.9987C5.9987 3.92414 6.59536 3.32747 7.33203 3.32747ZM1.33203 8.47347V11.3275C1.33203 12.8001 2.52603 13.9941 3.9987 13.9941H11.9987C13.4714 13.9941 14.6654 12.8001 14.6654 11.3275V8.47347L10.186 9.97347C8.95603 10.3835 7.04136 10.3835 5.81136 9.97347L1.33203 8.47347Z"})})}function K7(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M8.00586 2.01367C7.45356 2.01367 7.00586 2.46167 7.00586 3.01367C4.79676 3.01367 3.00576 4.80467 3.00586 7.01367V8.07568L21.0059 8.01367V7.01367C21.0059 4.80467 19.215 3.01367 17.0059 3.01367C17.0059 2.46167 16.5582 2.01367 16.0059 2.01367C15.4536 2.01367 15.0059 2.46167 15.0059 3.01367H9.00586C9.00586 2.46167 8.55816 2.01367 8.00586 2.01367ZM3.00586 10.0137V17.0137C3.00586 19.2227 4.79676 21.0137 7.00586 21.0137H17.0059C19.215 21.0137 21.006 19.2227 21.0059 17.0137V10.0137H3.00586ZM8.00586 12.0137C8.55816 12.0137 9.00586 12.4617 9.00586 13.0137C9.00586 13.5657 8.55816 14.0137 8.00586 14.0137C7.45356 14.0137 7.00586 13.5657 7.00586 13.0137C7.00586 12.4617 7.45356 12.0137 8.00586 12.0137ZM12.0059 12.0137C12.5582 12.0137 13.0059 12.4617 13.0059 13.0137C13.0059 13.5657 12.5582 14.0137 12.0059 14.0137C11.4536 14.0137 11.0059 13.5657 11.0059 13.0137C11.0059 12.4617 11.4536 12.0137 12.0059 12.0137ZM16.0059 12.0137C16.5582 12.0137 17.0059 12.4617 17.0059 13.0137C17.0059 13.5657 16.5582 14.0137 16.0059 14.0137C15.4536 14.0137 15.0059 13.5657 15.0059 13.0137C15.0059 12.4617 15.4536 12.0137 16.0059 12.0137ZM8.00586 15.0137C8.55816 15.0137 9.00586 15.4617 9.00586 16.0137C9.00586 16.5657 8.55816 17.0137 8.00586 17.0137C7.45356 17.0137 7.00586 16.5657 7.00586 16.0137C7.00586 15.4617 7.45356 15.0137 8.00586 15.0137ZM12.0059 15.0137C12.5582 15.0137 13.0059 15.4617 13.0059 16.0137C13.0059 16.5657 12.5582 17.0137 12.0059 17.0137C11.4536 17.0137 11.0059 16.5657 11.0059 16.0137C11.0059 15.4617 11.4536 15.0137 12.0059 15.0137ZM16.0059 15.0137C16.5582 15.0137 17.0059 15.4617 17.0059 16.0137C17.0059 16.5657 16.5582 17.0137 16.0059 17.0137C15.4536 17.0137 15.0059 16.5657 15.0059 16.0137C15.0059 15.4617 15.4536 15.0137 16.0059 15.0137Z"})})}function Y7(e){return t.jsx("svg",{...e,width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("g",{id:"Calendar",children:t.jsx("path",{id:"Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M4.79998 1.06665C5.09454 1.06665 5.33332 1.30543 5.33332 1.59998V2.13332H10.6667V1.59998C10.6667 1.30543 10.9054 1.06665 11.2 1.06665C11.4945 1.06665 11.7333 1.30543 11.7333 1.59998V2.13332H13.3333C14.217 2.13332 14.9333 2.84966 14.9333 3.73332V13.3333C14.9333 14.217 14.217 14.9333 13.3333 14.9333H2.66665C1.783 14.9333 1.06665 14.217 1.06665 13.3333V3.73332C1.06665 2.84966 1.78299 2.13332 2.66665 2.13332H4.26665V1.59998C4.26665 1.30543 4.50543 1.06665 4.79998 1.06665ZM10.6667 3.19998V3.73332C10.6667 4.02787 10.9054 4.26665 11.2 4.26665C11.4945 4.26665 11.7333 4.02787 11.7333 3.73332V3.19998H13.3333C13.6279 3.19998 13.8667 3.43877 13.8667 3.73332V5.33332H2.13332V3.73332C2.13332 3.43877 2.3721 3.19998 2.66665 3.19998H4.26665V3.73332C4.26665 4.02787 4.50543 4.26665 4.79998 4.26665C5.09454 4.26665 5.33332 4.02787 5.33332 3.73332V3.19998H10.6667ZM2.13332 6.39998V13.3333C2.13332 13.6279 2.3721 13.8667 2.66665 13.8667H13.3333C13.6279 13.8667 13.8667 13.6279 13.8667 13.3333V6.39998H2.13332ZM7.46665 7.99998C7.46665 7.70543 7.70543 7.46665 7.99999 7.46665C8.29454 7.46665 8.53332 7.70543 8.53332 7.99998C8.53332 8.29454 8.29454 8.53332 7.99999 8.53332C7.70543 8.53332 7.46665 8.29454 7.46665 7.99998ZM10.1333 7.46665C9.83877 7.46665 9.59999 7.70543 9.59999 7.99998C9.59999 8.29454 9.83877 8.53332 10.1333 8.53332C10.4279 8.53332 10.6667 8.29454 10.6667 7.99998C10.6667 7.70543 10.4279 7.46665 10.1333 7.46665ZM11.7333 7.99998C11.7333 7.70543 11.9721 7.46665 12.2667 7.46665C12.5612 7.46665 12.8 7.70543 12.8 7.99998C12.8 8.29454 12.5612 8.53332 12.2667 8.53332C11.9721 8.53332 11.7333 8.29454 11.7333 7.99998ZM12.2667 9.59998C11.9721 9.59998 11.7333 9.83877 11.7333 10.1333C11.7333 10.4279 11.9721 10.6667 12.2667 10.6667C12.5612 10.6667 12.8 10.4279 12.8 10.1333C12.8 9.83877 12.5612 9.59998 12.2667 9.59998ZM9.59999 10.1333C9.59999 9.83877 9.83877 9.59998 10.1333 9.59998C10.4279 9.59998 10.6667 9.83877 10.6667 10.1333C10.6667 10.4279 10.4279 10.6667 10.1333 10.6667C9.83877 10.6667 9.59999 10.4279 9.59999 10.1333ZM7.99999 9.59998C7.70543 9.59998 7.46665 9.83877 7.46665 10.1333C7.46665 10.4279 7.70543 10.6667 7.99999 10.6667C8.29454 10.6667 8.53332 10.4279 8.53332 10.1333C8.53332 9.83877 8.29454 9.59998 7.99999 9.59998ZM5.33332 10.1333C5.33332 9.83877 5.5721 9.59998 5.86665 9.59998C6.1612 9.59998 6.39998 9.83877 6.39998 10.1333C6.39998 10.4279 6.1612 10.6667 5.86665 10.6667C5.5721 10.6667 5.33332 10.4279 5.33332 10.1333ZM3.73332 9.59998C3.43877 9.59998 3.19999 9.83877 3.19999 10.1333C3.19999 10.4279 3.43877 10.6667 3.73332 10.6667C4.02787 10.6667 4.26665 10.4279 4.26665 10.1333C4.26665 9.83877 4.02787 9.59998 3.73332 9.59998ZM3.19999 12.2667C3.19999 11.9721 3.43877 11.7333 3.73332 11.7333C4.02787 11.7333 4.26665 11.9721 4.26665 12.2667C4.26665 12.5612 4.02787 12.8 3.73332 12.8C3.43877 12.8 3.19999 12.5612 3.19999 12.2667ZM5.86665 11.7333C5.5721 11.7333 5.33332 11.9721 5.33332 12.2667C5.33332 12.5612 5.5721 12.8 5.86665 12.8C6.1612 12.8 6.39998 12.5612 6.39998 12.2667C6.39998 11.9721 6.1612 11.7333 5.86665 11.7333ZM7.46665 12.2667C7.46665 11.9721 7.70543 11.7333 7.99999 11.7333C8.29454 11.7333 8.53332 11.9721 8.53332 12.2667C8.53332 12.5612 8.29454 12.8 7.99999 12.8C7.70543 12.8 7.46665 12.5612 7.46665 12.2667ZM10.1333 11.7333C9.83877 11.7333 9.59999 11.9721 9.59999 12.2667C9.59999 12.5612 9.83877 12.8 10.1333 12.8C10.4279 12.8 10.6667 12.5612 10.6667 12.2667C10.6667 11.9721 10.4279 11.7333 10.1333 11.7333Z",fill:"currentcolor"})})})}function Q7(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M10 16L10 12.8L10 11.2L10 8L14 12L10 16Z"})})}function $7(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.28221 5.22951C3.98888 4.9235 3.51331 4.9235 3.21999 5.22951C2.92667 5.53552 2.92667 6.03168 3.21999 6.33769L7.46885 10.7704C7.47802 10.78 7.48736 10.7892 7.49688 10.7982C7.50402 10.8049 7.51125 10.8115 7.51858 10.8179C7.81368 11.0756 8.25385 11.0598 8.53115 10.7705L12.78 6.33777C13.0733 6.03175 13.0733 5.5356 12.78 5.22958C12.4867 4.92357 12.0111 4.92357 11.7178 5.22958L8.00004 9.10822L4.28221 5.22951Z"})})}function e8(e){return t.jsx("svg",{...e,width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("g",{id:"Caret Left",children:t.jsx("path",{id:"Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M10.5819 5.01815C10.7928 5.22903 10.7928 5.57094 10.5819 5.78182L7.36373 8.99999L10.5819 12.2181C10.7928 12.429 10.7928 12.7709 10.5819 12.9818C10.371 13.1927 10.0291 13.1927 9.81822 12.9818L6.21822 9.38182C6.11695 9.28055 6.06006 9.1432 6.06006 8.99999C6.06006 8.85677 6.11695 8.71942 6.21822 8.61815L9.81822 5.01815C10.0291 4.80726 10.371 4.80726 10.5819 5.01815Z",fill:"currentColor"})})})}function t8(e){return t.jsx("svg",{...e,width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("g",{id:"Caret Right",children:t.jsx("path",{id:"Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M7.4181 5.01821C7.62899 4.80733 7.9709 4.80733 8.18178 5.01821L11.7818 8.61821C11.883 8.71948 11.9399 8.85683 11.9399 9.00005C11.9399 9.14326 11.883 9.28061 11.7818 9.38188L8.18178 12.9819C7.9709 13.1928 7.62899 13.1928 7.4181 12.9819C7.20722 12.771 7.20722 12.4291 7.4181 12.2182L10.6363 9.00005L7.4181 5.78188C7.20722 5.571 7.20722 5.22909 7.4181 5.01821Z",fill:"currentColor"})})})}function n8(e){return t.jsx("svg",{...e,viewBox:"0 0 15 16",fill:"currentcolor",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.93185 5.93185C4.75611 6.10759 4.75611 6.39251 4.93185 6.56825C5.10759 6.74398 5.39251 6.74398 5.56825 6.56825L7.50005 4.63644L9.43185 6.56825C9.60759 6.74398 9.89251 6.74398 10.0682 6.56825C10.244 6.39251 10.244 6.10759 10.0682 5.93185L7.81825 3.68185C7.73386 3.59746 7.6194 3.55005 7.50005 3.55005C7.3807 3.55005 7.26624 3.59746 7.18185 3.68185L4.93185 5.93185ZM10.0682 10.0682C10.244 9.89251 10.244 9.60759 10.0682 9.43185C9.89251 9.25612 9.60759 9.25612 9.43185 9.43185L7.50005 11.3637L5.56825 9.43185C5.39251 9.25612 5.10759 9.25612 4.93185 9.43185C4.75612 9.60759 4.75612 9.89251 4.93185 10.0682L7.18185 12.3182C7.35759 12.494 7.64251 12.494 7.81825 12.3182L10.0682 10.0682Z"})})}function r8(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M10.1575 16.8849C10.5032 16.8849 10.8257 16.7467 11.0562 16.5162L18.3142 9.25817L16.517 7.46094L10.1575 13.8204L7.48473 11.1476L5.6875 12.9448L9.25893 16.5162C9.48934 16.7467 9.81192 16.8849 10.1575 16.8849Z"})})}function o8(e){return t.jsxs("svg",{...e,viewBox:"0 0 24 24",fill:"none",children:[t.jsx("circle",{cx:"12",cy:"12",r:"10",fill:"none"}),t.jsx("path",{d:"M10.1575 16.8849C10.5032 16.8849 10.8257 16.7467 11.0562 16.5162L18.3142 9.25817L16.517 7.46094L10.1575 13.8204L7.48473 11.1476L5.6875 12.9448L9.25893 16.5162C9.48934 16.7467 9.81192 16.8849 10.1575 16.8849Z",fill:"currentcolor"}),t.jsx("path",{d:"M2.51367 12C2.51367 6.75314 6.76701 2.5 12.0137 2.5C17.2603 2.5 21.5137 6.75314 21.5137 12C21.5137 17.2468 17.2603 21.5 12.0137 21.5C6.76701 21.5 2.51367 17.2468 2.51367 12Z",stroke:"currentcolor"})]})}function i8(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M12 3C7.0293 3 3 7.0293 3 12C3 16.9707 7.0293 21 12 21C16.9707 21 21 16.9707 21 12C21 7.0293 16.9707 3 12 3ZM15.6 9.3C15.8304 9.3 16.0707 9.37741 16.2471 9.55291C16.5981 9.90481 16.5981 10.4952 16.2471 10.8471L12.8721 14.1942C11.8362 15.2292 10.2531 15.0744 9.4404 13.8558L8.54041 12.5058C8.26501 12.0927 8.38019 11.5167 8.79419 11.2404C9.20729 10.965 9.78329 11.0802 10.0596 11.4942L10.9596 12.8442C11.1414 13.1169 11.3745 13.1601 11.6058 12.9279L14.9529 9.55291C15.1293 9.37741 15.3696 9.3 15.6 9.3Z"})})}function s8(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.2086 4.01018C12.4975 4.19908 12.5786 4.58642 12.3897 4.87532L7.85635 11.8087C7.75619 11.9618 7.59392 12.0634 7.41237 12.0866C7.23083 12.1098 7.04824 12.0522 6.91282 11.9291L3.97949 9.26242C3.72408 9.03023 3.70525 8.63495 3.93744 8.37954C4.16964 8.12413 4.56492 8.1053 4.82033 8.33749L7.21128 10.5111L11.3435 4.19126C11.5324 3.90236 11.9197 3.82129 12.2086 4.01018Z"})})}function l8(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"none",stroke:"currentcolor",children:t.jsx("path",{d:"M6 9L12 15L18 9",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function a8(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("circle",{cx:"8",cy:"8",r:"6.665"})})}function c8(e){return t.jsxs("svg",{...e,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"none",children:[t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 2C4.8934 2 2 4.8934 2 8C2 11.1066 4.8934 14 8 14C11.1066 14 14 11.1066 14 8C14 4.8934 11.1066 2 8 2ZM0.5 8C0.5 3.85786 3.85786 0.5 8 0.5C12.1422 0.5 15.5 3.85786 15.5 8C15.5 12.1422 12.1422 15.5 8 15.5C3.85786 15.5 0.5 12.1422 0.5 8Z",fill:"currentcolor"}),t.jsx("path",{d:"M8 12.5C7.58579 12.5 7.25 12.1642 7.25 11.75V8C7.25 7.58579 7.58579 7.25 8 7.25C8.41421 7.25 8.75 7.58579 8.75 8V11.75C8.75 12.1642 8.41421 12.5 8 12.5Z",fill:"currentcolor"}),t.jsx("path",{d:"M8 5.75C7.58579 5.75 7.25 5.41421 7.25 5C7.25 4.58579 7.58579 4.25 8 4.25C8.41421 4.25 8.75 4.58579 8.75 5C8.75 5.41421 8.41421 5.75 8 5.75Z",fill:"currentcolor"})]})}function C8(e){return t.jsx("svg",{...e,width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.00022 0.967133C4.11618 0.967133 0.967529 4.11578 0.967529 7.99982C0.967529 11.8838 4.11617 15.0325 8.00022 15.0325C11.8842 15.0325 15.0329 11.8838 15.0329 7.99982C15.0329 4.11578 11.8842 0.967133 8.00022 0.967133ZM1.91753 7.99982C1.91753 4.64045 4.64085 1.91713 8.00022 1.91713C11.3596 1.91713 14.0829 4.64045 14.0829 7.99982C14.0829 11.3592 11.3596 14.0825 8.00022 14.0825C4.64085 14.0825 1.91753 11.3592 1.91753 7.99982ZM8.50012 4.8C8.50012 4.52386 8.27626 4.3 8.00012 4.3C7.72398 4.3 7.50012 4.52386 7.50012 4.8V8C7.50012 8.13261 7.5528 8.25979 7.64657 8.35355L9.7799 10.4869C9.97516 10.6821 10.2917 10.6821 10.487 10.4869C10.6823 10.2916 10.6823 9.97504 10.487 9.77978L8.50012 7.79289V4.8Z",fill:"currentColor"})})}function u8(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M12 3C7.02948 3 3 7.0293 3 12C3 16.9707 7.02948 21 12 21C16.9705 21 21 16.9707 21 12C21 7.0293 16.9705 3 12 3ZM12 6.6C12.4971 6.6 12.9 7.0032 12.9 7.5V11.6058L15.3469 14.0529C15.6984 14.4048 15.6984 14.9952 15.3469 15.3471C14.9954 15.6981 14.4046 15.6981 14.0531 15.3471L11.3531 12.6471C11.1843 12.4779 11.1 12.2385 11.1 12V7.5C11.1 7.0032 11.5029 6.6 12 6.6Z"})})}function d8(e){return t.jsx("svg",{...e,width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentcolor",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M8.02812 1.33264C4.33612 1.33264 1.34277 4.31663 1.34277 7.99797C1.34277 11.6793 4.33612 14.664 8.02812 14.664C9.83012 14.664 11.5248 13.9533 12.7708 12.706C13.0314 12.4446 13.0328 12.028 12.7708 11.7686C12.5094 11.5086 12.0914 11.5073 11.8308 11.7686C10.8334 12.7673 9.47078 13.3306 8.02812 13.3306C5.07478 13.3306 2.68011 10.9433 2.68011 7.99797C2.68011 5.0533 5.07478 2.66597 8.02812 2.66597C8.39745 2.66597 8.69678 2.36731 8.69678 1.99931C8.69678 1.63131 8.39745 1.33264 8.02812 1.33264ZM10.4728 1.93665C10.3108 1.98998 10.1781 2.10465 10.0968 2.26998C9.93412 2.60065 10.0581 3.00331 10.3894 3.16597C10.5674 3.25264 10.7241 3.35065 10.8908 3.45732C11.2014 3.65532 11.6321 3.55931 11.8308 3.24931C12.0294 2.93864 11.9328 2.53064 11.6221 2.33264C11.4128 2.19931 11.1968 2.0873 10.9741 1.97864C10.8088 1.8973 10.6354 1.88398 10.4728 1.93665ZM12.8334 3.58199C12.6641 3.56199 12.4774 3.61465 12.3321 3.72799C12.0421 3.95532 11.9994 4.37599 12.2281 4.66532C12.3501 4.82066 12.4781 4.97665 12.5828 5.14465C12.7774 5.45732 13.1888 5.54666 13.5021 5.35266C13.8161 5.15866 13.9054 4.76998 13.7114 4.45732C13.5808 4.24732 13.4254 4.02666 13.2721 3.83199C13.1581 3.68732 13.0034 3.60266 12.8334 3.58199ZM8.02812 3.99866C7.65945 3.99866 7.36011 4.29732 7.36011 4.66532V7.99797C7.36011 8.1753 7.44343 8.35196 7.56877 8.47729L9.5741 10.4766C9.83543 10.7373 10.2534 10.7373 10.5148 10.4766C10.7754 10.2166 10.7754 9.7793 10.5148 9.51864L8.69678 7.70662V4.66532C8.69678 4.29732 8.39745 3.99866 8.02812 3.99866ZM13.7528 6.01933C13.3921 6.09866 13.1714 6.45129 13.2514 6.81063C13.2941 7.00329 13.3354 7.19729 13.3561 7.39396C13.3948 7.75996 13.7201 8.01596 14.0874 7.97729C14.4541 7.93863 14.7114 7.61466 14.6721 7.24866C14.6461 7.00199 14.6214 6.75999 14.5674 6.51933C14.4881 6.15999 14.1134 5.93999 13.7528 6.01933ZM14.0454 8.72729C13.6868 8.64063 13.3174 8.86929 13.2308 9.22729C13.1841 9.41996 13.1101 9.60464 13.0428 9.78931C12.9161 10.1353 13.1134 10.4966 13.4608 10.6226C13.8074 10.7486 14.1701 10.594 14.2961 10.248C14.3808 10.016 14.4674 9.78064 14.5261 9.53931C14.6128 9.18197 14.4041 8.81396 14.0454 8.72729Z"})})}function f8(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M12.0137 3.99043C10.8277 4.00043 9.59167 4.33942 8.51367 4.95942C8.03467 5.23442 7.86367 5.85542 8.13867 6.33442C8.41367 6.81342 9.03467 6.95347 9.51367 6.67847C10.2927 6.23047 11.1717 5.99742 12.0137 5.99042C14.6947 5.96942 17.0347 8.27742 17.0137 10.9904C17.0137 11.0504 17.0137 11.8534 17.0137 12.0844C17.0137 12.5504 17.3097 12.9794 17.7637 13.0844C19.0797 13.3884 20.0137 14.3904 20.0137 15.4904C20.0137 15.8464 19.9357 16.2034 19.7637 16.5224C19.5017 17.0074 19.6837 17.6034 20.1697 17.8654C20.6557 18.1284 21.2517 17.9454 21.5137 17.4594C21.8417 16.8524 22.0137 16.1824 22.0137 15.4904C22.0137 13.6764 20.8217 12.1095 19.0097 11.3765C19.0117 11.1985 19.0137 11.0174 19.0137 10.9904C19.0437 7.15542 15.8047 3.96143 12.0137 3.99043ZM5.01367 5.99042C4.75767 5.99042 4.48968 6.07647 4.29468 6.27247C3.90468 6.66247 3.90468 7.31941 4.29468 7.70941L5.40268 8.80542C5.29468 9.03042 5.24667 9.28445 5.19067 9.54345C3.28667 10.3735 2.01367 12.2084 2.01367 14.3654C2.01367 17.3754 4.38968 19.9904 7.32568 19.9904H16.5757L17.2947 20.7094C17.6857 21.1004 18.3417 21.1004 18.7327 20.7094C19.1227 20.3194 19.1227 19.6624 18.7327 19.2724L17.7327 18.2724L5.73267 6.27247C5.53667 6.07647 5.26967 5.99042 5.01367 5.99042ZM7.04169 10.4495L14.5757 17.9904H7.32568C5.53868 17.9904 4.01367 16.3124 4.01367 14.3654C4.01367 12.8734 4.94767 11.6624 6.35767 11.2404C6.71567 11.1334 6.99369 10.8025 7.04169 10.4495Z"})})}function h8(e){return t.jsxs("svg",{...e,width:"32",height:"40",viewBox:"0 0 32 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxs("g",{clipPath:"url(#clip0_2488_6501)",children:[t.jsxs("g",{filter:"url(#filter0_di_2488_6501)",children:[t.jsx("path",{d:"M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z",fill:"#F3F5F7"}),t.jsx("path",{d:"M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z",stroke:"#3292ED",strokeWidth:"1.5"})]}),t.jsx("path",{d:"M17.4545 17.5762L19.3939 20.0004L17.4545 22.4247",stroke:"#3292ED",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M14.5455 17.5762L12.6061 20.0004L14.5455 22.4247",stroke:"#3292ED",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M22.5455 25.6562V14.3438C22.5455 14.108 22.4517 13.8817 22.285 13.715C22.1183 13.5483 21.892 13.4545 21.6562 13.4545H10.3438C10.108 13.4545 9.88166 13.5483 9.71496 13.715C9.54826 13.8817 9.45455 14.108 9.45455 14.3438V25.6562C9.45455 25.892 9.54826 26.1183 9.71496 26.285C9.88166 26.4517 10.108 26.5455 10.3438 26.5455C10.7453 26.5456 11.071 26.8712 11.071 27.2727C11.071 27.6743 10.7453 27.9998 10.3438 28C9.72223 28 9.12603 27.7529 8.68655 27.3134C8.24707 26.874 8 26.2778 8 25.6562V14.3438C8 13.7222 8.24707 13.126 8.68655 12.6866C9.12603 12.2471 9.72223 12 10.3438 12H21.6562C22.2778 12 22.874 12.2471 23.3134 12.6866C23.7529 13.126 24 13.7222 24 14.3438V25.6562C24 26.2778 23.7529 26.874 23.3134 27.3134C22.874 27.7529 22.2778 28 21.6562 28C21.2547 27.9998 20.929 27.6743 20.929 27.2727C20.929 26.8712 21.2547 26.5456 21.6562 26.5455C21.892 26.5455 22.1183 26.4517 22.285 26.285C22.4517 26.1183 22.5455 25.892 22.5455 25.6562Z",fill:"#3292ED"}),t.jsx("path",{d:"M13.5757 27.2734H14.5454",stroke:"#3292ED",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M17.4545 27.2734H18.4242",stroke:"#3292ED",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z",fill:"#3292ED"})]}),t.jsxs("defs",{children:[t.jsxs("filter",{id:"filter0_di_2488_6501",x:"-4",y:"-1",width:"40",height:"49",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[t.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),t.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"}),t.jsx("feMorphology",{radius:"4",operator:"erode",in:"SourceAlpha",result:"effect1_dropShadow_2488_6501"}),t.jsx("feOffset",{dy:"4"}),t.jsx("feGaussianBlur",{stdDeviation:"4"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"}),t.jsx("feBlend",{mode:"multiply",in2:"BackgroundImageFix",result:"effect1_dropShadow_2488_6501"}),t.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2488_6501",result:"shape"}),t.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"}),t.jsx("feOffset",{dy:"-1"}),t.jsx("feGaussianBlur",{stdDeviation:"0.5"}),t.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"}),t.jsx("feBlend",{mode:"multiply",in2:"shape",result:"effect2_innerShadow_2488_6501"})]}),t.jsx("clipPath",{id:"clip0_2488_6501",children:t.jsx("rect",{width:"32",height:"40",fill:"white"})})]})]})}function p8(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M13.3351 1.99414C13.1645 1.99414 12.9858 2.05148 12.8558 2.18148L10.1891 4.84814L8.66847 3.32747V7.32747H12.6685L11.1478 5.8068L13.8145 3.14014C14.0745 2.87947 14.0745 2.44214 13.8145 2.18148C13.6845 2.05148 13.5058 1.99414 13.3351 1.99414ZM3.33514 8.66081L4.85581 10.1815L2.18914 12.8481C1.92914 13.1088 1.92914 13.5461 2.18914 13.8068C2.31914 13.9368 2.4978 13.9941 2.66847 13.9941C2.83914 13.9941 3.0178 13.9368 3.1478 13.8068L5.81446 11.1401L7.33513 12.6608V8.66081H3.33514Z"})})}function x8(e){return t.jsxs("svg",{...e,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("g",{clipPath:"url(#clip0_1808_6629)",children:t.jsx("path",{d:"M16 14.2563C15.0125 14.2563 14.2563 15.0688 14.2563 16C14.2563 16.9312 15.0688 17.7437 16 17.7437C16.9312 17.7437 17.7437 16.9312 17.7437 16C17.7437 15.0688 16.9875 14.2563 16 14.2563ZM16 0C7.2125 0 0 7.2125 0 16C0 24.7875 7.2125 32 16 32C24.7875 32 32 24.7875 32 16C32 7.2125 24.7875 0 16 0ZM20.4774 17.5343C19.8789 18.8351 18.8351 19.8789 17.5343 20.4774L8.86286 24.4669C8.0186 24.8553 7.14732 23.9826 7.53712 23.139L11.5267 14.5045C12.1228 13.2144 13.1575 12.1777 14.4464 11.5792L23.134 7.54512C23.9777 7.15332 24.8524 8.02495 24.4636 8.87006L20.4774 17.5343Z",fill:"currentcolor"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_1808_6629",children:t.jsx("rect",{width:"32",height:"32",fill:"white"})})})]})}function g8(e){return t.jsxs("svg",{...e,viewBox:"0 0 242 62",fill:"currentcolor",children:[t.jsx("path",{d:"M29.2499 16.0724C29.526 16.0724 29.7499 15.8485 29.7499 15.5724L29.75 9.45358C23.9969 9.69217 18.8261 12.1837 15.0961 16.0727L29.2499 16.0724ZM21.6271 24.9167C21.6271 25.1928 21.4033 25.4167 21.1271 25.4167L9.82394 25.4172C10.5639 22.6511 11.8401 20.1033 13.5324 17.8936L21.1272 17.8933C21.4034 17.8933 21.6272 18.1171 21.6272 18.3933L21.6271 24.9167ZM46.2267 45.9287C42.4981 49.8163 37.3274 52.3078 31.5728 52.5478L31.5729 46.4291C31.5729 46.1529 31.7968 45.9291 32.0729 45.9291L46.2267 45.9287ZM29.7504 52.5464C23.9973 52.3081 18.8252 49.8154 15.0968 45.928L29.2506 45.9277C29.5267 45.9277 29.7506 46.1516 29.7506 46.4277L29.7504 52.5464ZM24.1289 37.082C24.1289 36.8059 24.3527 36.582 24.6289 36.582L51.4988 36.5814C50.7589 39.3474 49.4842 41.8938 47.7904 44.1049L24.6287 44.1055C24.3526 44.1055 24.1287 43.8816 24.1287 43.6054L24.1289 37.082ZM41.5947 27.7247C41.6015 27.4536 41.8233 27.2373 42.0945 27.2373L51.9037 27.2371C52.119 28.4582 52.2317 29.7155 52.2317 30.9988C52.2316 32.282 52.1189 33.5393 51.9035 34.7605L42.0971 34.7593C41.8253 34.7593 41.6033 34.5422 41.5973 34.2705L41.5187 30.7523L41.5947 27.7247ZM22.5908 43.607C22.5908 43.8831 22.3669 44.107 22.0908 44.107L13.5332 44.1071C11.8396 41.8961 10.565 39.3498 9.82514 36.5838L22.0909 36.5835C22.3671 36.5835 22.591 36.8074 22.5909 37.0835L22.5908 43.607ZM9.42216 27.2381L39.2487 27.2373C39.5249 27.2373 39.7487 27.4612 39.7487 27.7374L39.7486 34.2608C39.7486 34.5369 39.5247 34.7608 39.2486 34.7608L9.42197 34.7615C9.20667 33.5404 9.094 32.2831 9.09403 30.9998C9.09406 29.7165 9.2068 28.4592 9.42216 27.2381ZM23.451 18.3932C23.451 18.1171 23.6749 17.8932 23.951 17.8932L47.791 17.8928C49.4847 20.1039 50.7593 22.6502 51.4991 25.4162L23.9509 25.4166C23.6747 25.4167 23.4509 25.1928 23.4509 24.9166L23.451 18.3932ZM31.5738 9.45357C37.3269 9.69188 42.499 12.1846 46.2274 16.072L32.0737 16.0723C31.7975 16.0723 31.5736 15.8484 31.5736 15.5723L31.5738 9.45357Z"}),t.jsx("path",{d:"M66.6074 31.1806C66.6074 28.1869 67.2536 25.5242 68.5459 23.1925C69.8382 20.8321 71.6331 19.0042 73.9306 17.7089C76.2568 16.3847 78.8845 15.7227 81.8138 15.7227C85.4036 15.7227 88.4765 16.6726 91.0324 18.5724C93.5884 20.4723 95.2971 23.063 96.1587 26.3446H88.0601C87.457 25.078 86.5954 24.1137 85.4754 23.4516C84.3841 22.7895 83.1349 22.4585 81.7277 22.4585C79.4589 22.4585 77.6209 23.2501 76.2137 24.8333C74.8065 26.4165 74.1029 28.5323 74.1029 31.1806C74.1029 33.8289 74.8065 35.9446 76.2137 37.5278C77.6209 39.111 79.4589 39.9027 81.7277 39.9027C83.1349 39.9027 84.3841 39.5716 85.4754 38.9095C86.5954 38.2475 87.457 37.2832 88.0601 36.0166H96.1587C95.2971 39.2982 93.5884 41.8889 91.0324 43.7887C88.4765 45.6598 85.4036 46.5953 81.8138 46.5953C78.8845 46.5953 76.2568 45.9477 73.9306 44.6523C71.6331 43.3282 69.8382 41.5003 68.5459 39.1686C67.2536 36.837 66.6074 34.1743 66.6074 31.1806Z"}),t.jsx("path",{d:"M109.888 46.7249C107.533 46.7249 105.408 46.2211 103.513 45.2136C101.646 44.2061 100.167 42.7668 99.0758 40.8958C98.0132 39.0247 97.4819 36.837 97.4819 34.3326C97.4819 31.857 98.0276 29.6837 99.1189 27.8127C100.21 25.9128 101.704 24.4591 103.599 23.4516C105.494 22.4441 107.62 21.9404 109.974 21.9404C112.329 21.9404 114.455 22.4441 116.35 23.4516C118.245 24.4591 119.739 25.9128 120.83 27.8127C121.921 29.6837 122.467 31.857 122.467 34.3326C122.467 36.8082 121.907 38.9959 120.787 40.8958C119.696 42.7668 118.188 44.2061 116.264 45.2136C114.368 46.2211 112.243 46.7249 109.888 46.7249ZM109.888 40.3344C111.295 40.3344 112.487 39.8163 113.464 38.78C114.469 37.7437 114.971 36.2613 114.971 34.3326C114.971 32.404 114.483 30.9215 113.507 29.8852C112.559 28.8489 111.382 28.3308 109.974 28.3308C108.539 28.3308 107.347 28.8489 106.399 29.8852C105.451 30.8927 104.977 32.3752 104.977 34.3326C104.977 36.2613 105.437 37.7437 106.356 38.78C107.304 39.8163 108.481 40.3344 109.888 40.3344Z"}),t.jsx("path",{d:"M139.298 22.0267C142.113 22.0267 144.353 22.9479 146.018 24.7902C147.713 26.6037 148.56 29.108 148.56 32.3032V46.3794H141.237V33.2963C141.237 31.6843 140.82 30.4322 139.987 29.5398C139.155 28.6474 138.035 28.2013 136.627 28.2013C135.22 28.2013 134.1 28.6474 133.267 29.5398C132.434 30.4322 132.018 31.6843 132.018 33.2963V46.3794H124.652V22.2858H132.018V25.481C132.765 24.4159 133.77 23.5812 135.033 22.9767C136.297 22.3434 137.719 22.0267 139.298 22.0267Z"}),t.jsx("path",{d:"M166.602 22.0267C169.416 22.0267 171.656 22.9479 173.322 24.7902C175.016 26.6037 175.864 29.108 175.864 32.3032V46.3794H168.54V33.2963C168.54 31.6843 168.124 30.4322 167.291 29.5398C166.458 28.6474 165.338 28.2013 163.931 28.2013C162.524 28.2013 161.404 28.6474 160.571 29.5398C159.738 30.4322 159.322 31.6843 159.322 33.2963V46.3794H151.956V22.2858H159.322V25.481C160.069 24.4159 161.074 23.5812 162.337 22.9767C163.601 22.3434 165.022 22.0267 166.602 22.0267Z"}),t.jsx("path",{d:"M201.918 33.944C201.918 34.6349 201.875 35.3545 201.789 36.1029H185.118C185.233 37.5998 185.707 38.7512 186.539 39.5572C187.401 40.3344 188.449 40.723 189.684 40.723C191.522 40.723 192.8 39.9458 193.518 38.3914H201.358C200.956 39.9746 200.224 41.3995 199.161 42.6661C198.127 43.9327 196.821 44.9258 195.241 45.6454C193.662 46.365 191.895 46.7249 189.943 46.7249C187.588 46.7249 185.491 46.2211 183.653 45.2136C181.815 44.2061 180.379 42.7668 179.346 40.8958C178.312 39.0247 177.795 36.837 177.795 34.3326C177.795 31.8283 178.297 29.6405 179.302 27.7695C180.336 25.8984 181.772 24.4591 183.61 23.4516C185.448 22.4441 187.559 21.9404 189.943 21.9404C192.269 21.9404 194.337 22.4297 196.146 23.4084C197.955 24.3872 199.362 25.7833 200.367 27.5968C201.401 29.4103 201.918 31.526 201.918 33.944ZM194.38 32.001C194.38 30.7344 193.949 29.7269 193.087 28.9785C192.226 28.23 191.149 27.8558 189.856 27.8558C188.622 27.8558 187.573 28.2157 186.712 28.9353C185.879 29.6549 185.362 30.6768 185.161 32.001H194.38Z"}),t.jsx("path",{d:"M202.617 34.3326C202.617 31.8283 203.119 29.6405 204.124 27.7695C205.158 25.8984 206.58 24.4591 208.389 23.4516C210.227 22.4441 212.323 21.9404 214.678 21.9404C217.694 21.9404 220.207 22.732 222.217 24.3152C224.256 25.8984 225.591 28.1293 226.223 31.0079H218.383C217.722 29.1656 216.444 28.2444 214.549 28.2444C213.199 28.2444 212.122 28.777 211.318 29.842C210.514 30.8783 210.112 32.3752 210.112 34.3326C210.112 36.29 210.514 37.8013 211.318 38.8664C212.122 39.9027 213.199 40.4208 214.549 40.4208C216.444 40.4208 217.722 39.4997 218.383 37.6574H226.223C225.591 40.4784 224.256 42.6949 222.217 44.3069C220.178 45.9189 217.665 46.7249 214.678 46.7249C212.323 46.7249 210.227 46.2211 208.389 45.2136C206.58 44.2061 205.158 42.7668 204.124 40.8958C203.119 39.0247 202.617 36.837 202.617 34.3326Z"}),t.jsx("path",{d:"M241.837 40.1185V46.3794H238.09C235.419 46.3794 233.337 45.7318 231.843 44.4364C230.35 43.1123 229.603 40.9677 229.603 38.0028V28.4172H226.674V22.2858H229.603V16.4135H236.97V22.2858H241.794V28.4172H236.97V38.0892C236.97 38.8088 237.142 39.3269 237.486 39.6436C237.831 39.9602 238.405 40.1185 239.21 40.1185H241.837Z"})]})}function v8(e){return t.jsx("svg",{...e,width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M11.0306 3.68615C11.2854 3.68614 11.492 3.47932 11.4921 3.2242L11.4921 9.03413e-06C8.29133 0.132881 5.41451 1.52048 3.33928 3.68633L11.0306 3.68615ZM14.2609 8.42821C14.2609 8.68334 14.0543 8.89016 13.7994 8.89016L0.406086 8.89043C0.81778 7.34998 1.52777 5.93103 2.46931 4.70043L13.7995 4.70024C14.0544 4.70023 14.261 4.90707 14.261 5.16221L14.2609 8.42821ZM20.6591 20.3137C18.5847 22.4787 15.7079 23.8663 12.5062 24L12.5063 20.7758C12.5063 20.5207 12.7129 20.3139 12.9678 20.3139L20.6591 20.3137ZM11.4924 23.9992C8.29157 23.8665 5.41401 22.4782 3.33969 20.3133L11.0309 20.3131C11.2858 20.3131 11.4924 20.52 11.4924 20.7751L11.4924 23.9992ZM17.5946 15.5703C17.5947 15.3152 17.8013 15.1083 18.0561 15.1083L23.5923 15.108C23.1806 16.6484 22.4714 18.0666 21.5291 19.298L18.0561 19.2983C17.8012 19.2983 17.5946 19.0914 17.5946 18.8363L17.5946 15.5703ZM8.84765 10.3544C8.85393 10.1039 9.05863 9.90407 9.30899 9.90407L23.8175 9.90396C23.9373 10.584 24 11.2842 24 11.9989C24 12.7136 23.9372 13.4138 23.8174 14.0939L9.31089 14.0933C9.06005 14.0932 8.85517 13.8927 8.84957 13.6416L8.80986 11.8617L8.84765 10.3544ZM16.7389 18.8372C16.7389 19.0923 16.5323 19.2991 16.2774 19.2991L2.46978 19.2992C1.52749 18.0679 0.818373 16.6498 0.406752 15.1093L16.2775 15.1092C16.5324 15.1092 16.739 15.316 16.739 15.5712L16.7389 18.8372ZM0.182552 9.90452L7.3636 9.90412C7.61849 9.90411 7.82511 10.1109 7.82511 10.3661L7.82503 13.6321C7.82503 13.8872 7.61842 14.0941 7.36355 14.0941L0.182447 14.0945C0.062664 13.4144 -1.71661e-05 12.7142 0 11.9995C1.71661e-05 11.2848 0.0627384 10.5846 0.182552 9.90452ZM15.2756 5.16214C15.2757 4.90701 15.4823 4.70019 15.7371 4.70019L21.5294 4.69998C22.4717 5.93135 23.1808 7.34943 23.5924 8.88987L15.7371 8.89013C15.4822 8.89014 15.2756 8.6833 15.2756 8.42816L15.2756 5.16214ZM12.5068 0C15.7076 0.132721 18.5852 1.52098 20.6595 3.68592L12.9682 3.6861C12.7133 3.6861 12.5067 3.47927 12.5067 3.22413L12.5068 0Z",fill:"#9EA0A1"})})}function m8(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.09998 10.2001C1.09998 11.0285 1.77155 11.7001 2.59998 11.7001H4.26664V10.7001H2.59998C2.32383 10.7001 2.09998 10.4762 2.09998 10.2001L2.09998 2.6001C2.09998 2.32396 2.32383 2.1001 2.59998 2.1001L10.2 2.1001C10.4761 2.1001 10.7 2.32395 10.7 2.6001V4.26676H11.7V2.6001C11.7 1.77167 11.0284 1.1001 10.2 1.1001L2.59998 1.1001C1.77155 1.1001 1.09998 1.77167 1.09998 2.6001L1.09998 10.2001ZM5.79998 4.30006C4.97155 4.30006 4.29998 4.97163 4.29998 5.80005V13.4001C4.29998 14.2285 4.97155 14.9001 5.79998 14.9001H13.4C14.2284 14.9001 14.9 14.2285 14.9 13.4001V5.80006C14.9 4.97163 14.2284 4.30006 13.4 4.30006H5.79998ZM5.29998 5.80005C5.29998 5.52391 5.52384 5.30006 5.79998 5.30006H13.4C13.6761 5.30006 13.9 5.52391 13.9 5.80006V13.4001C13.9 13.6762 13.6761 13.9001 13.4 13.9001H5.79998C5.52384 13.9001 5.29998 13.6762 5.29998 13.4001V5.80005Z"})})}function w8(e){return t.jsxs("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("rect",{x:"1.5",y:"1.5",width:"13",height:"13",rx:"3.5",stroke:"currentcolor"}),t.jsx("path",{d:"M4 8H12",stroke:"currentcolor",strokeLinecap:"round"}),t.jsx("path",{d:"M8 12V4",stroke:"currentcolor",strokeLinecap:"round"})]})}function L8(e){return t.jsxs("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("g",{clipPath:"url(#clip0_14287_3626)",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.935547 7.9999C0.935547 4.09837 4.09837 0.935547 7.9999 0.935547C11.9014 0.935547 15.0643 4.09837 15.0643 7.9999C15.0643 11.9014 11.9014 15.0643 7.9999 15.0643C4.09837 15.0643 0.935547 11.9014 0.935547 7.9999ZM7.9999 1.94888C4.65802 1.94888 1.94888 4.65802 1.94888 7.9999C1.94888 11.3418 4.65802 14.0509 7.9999 14.0509C11.3418 14.0509 14.0509 11.3418 14.0509 7.9999C14.0509 4.65802 11.3418 1.94888 7.9999 1.94888ZM10.5105 5.48957C10.7188 5.69785 10.7188 6.03554 10.5105 6.24382L8.75427 8.00003L10.5105 9.75624C10.7188 9.96451 10.7188 10.3022 10.5105 10.5105C10.3022 10.7188 9.96451 10.7188 9.75624 10.5105L8.00003 8.75427L6.24382 10.5105C6.03554 10.7188 5.69785 10.7188 5.48957 10.5105C5.28129 10.3022 5.28129 9.96451 5.48957 9.75624L7.24578 8.00003L5.48957 6.24382C5.28129 6.03554 5.28129 5.69785 5.48957 5.48957C5.69785 5.28129 6.03554 5.28129 6.24382 5.48957L8.00003 7.24578L9.75624 5.48957C9.96451 5.28129 10.3022 5.28129 10.5105 5.48957Z",fill:"currentcolor"})}),t.jsx("defs",{children:t.jsx("clipPath",{id:"clip0_14287_3626",children:t.jsx("rect",{width:"16",height:"16",fill:"white"})})})]})}function M8(e){return t.jsxs("svg",{...e,width:"18",height:"18",viewBox:"0 0 18 18",fill:"transparent",children:[t.jsx("path",{d:"M6 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V7.5C3.75 7.89782 3.59196 8.27936 3.31066 8.56066C3.02936 8.84196 2.64782 9 2.25 9C2.64782 9 3.02936 9.15804 3.31066 9.43934C3.59196 9.72064 3.75 10.1022 3.75 10.5V14.25C3.75 15.075 4.425 15.75 5.25 15.75H6",stroke:"currentcolor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M12 15.75H12.75C13.1478 15.75 13.5294 15.592 13.8107 15.3107C14.092 15.0294 14.25 14.6478 14.25 14.25V10.5C14.25 9.675 14.925 9 15.75 9C15.3522 9 14.9706 8.84196 14.6893 8.56066C14.408 8.27936 14.25 7.89782 14.25 7.5V3.75C14.25 3.35218 14.092 2.97064 13.8107 2.68934C13.5294 2.40804 13.1478 2.25 12.75 2.25H12",stroke:"currentcolor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}function j8(e){return t.jsx("svg",{...e,width:"14",height:"13",viewBox:"0 0 14 13",fill:"currentcolor",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M7.00951 0.332642C5.90244 0.333309 5.06924 0.911309 4.40531 2.08264L1.09284 8.1453C0.580175 9.0393 0.338108 9.66798 0.342842 10.3326C0.353442 11.8206 1.54977 12.994 3.00951 12.9993H11.0095C12.471 12.9993 13.6706 11.8433 13.6762 10.3326C13.6786 9.66998 13.4178 9.0013 12.9053 8.1453L9.63451 2.12463C9.02057 0.951968 8.13171 0.331975 7.00951 0.332642ZM7.00951 4.33264C7.37771 4.33264 7.67617 4.63131 7.67617 4.99931V7.66598C7.67617 8.03398 7.37771 8.33264 7.00951 8.33264C6.64131 8.33264 6.34284 8.03398 6.34284 7.66598V4.99931C6.34284 4.63131 6.64131 4.33264 7.00951 4.33264ZM7.00951 8.99931C7.37771 8.99931 7.67617 9.29797 7.67617 9.66597C7.67617 10.034 7.37771 10.3326 7.00951 10.3326C6.64131 10.3326 6.34284 10.034 6.34284 9.66597C6.34284 9.29797 6.64131 8.99931 7.00951 8.99931Z"})})}function A8(e){return t.jsxs("svg",{...e,width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("rect",{x:"1.5",y:"1.5",width:"13",height:"13",rx:"3.5",stroke:"currentcolor"}),t.jsx("rect",{x:"4",y:"7",width:"2",height:"2",rx:"1",fill:"currentcolor"}),t.jsx("rect",{x:"7",y:"7",width:"2",height:"2",rx:"1",fill:"currentcolor"}),t.jsx("rect",{x:"10",y:"7",width:"2",height:"2",rx:"1",fill:"currentcolor"})]})}function y8(e){return t.jsx("svg",{...e,viewBox:"0 0 13 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M12.6604 5.9939C12.6604 5.6259 12.3618 5.32723 11.9938 5.32723H5.99377V3.32723L3.32711 5.9939L5.99377 8.66056V6.66056H11.9938C12.3618 6.66056 12.6604 6.3619 12.6604 5.9939ZM10.6604 2.66056C10.6604 1.1879 9.46644 -0.00610352 7.99377 -0.00610352H2.66044C1.18777 -0.00610352 -0.00622559 1.1879 -0.00622559 2.66056V9.32723C-0.00622559 10.7999 1.18777 11.9939 2.66044 11.9939H7.99377C9.46644 11.9939 10.6604 10.7999 10.6604 9.32723C10.6604 8.95923 10.3618 8.66056 9.99377 8.66056C9.62577 8.66056 9.32711 8.95923 9.32711 9.32723C9.32711 10.0639 8.73044 10.6606 7.99377 10.6606H2.66044C1.92377 10.6606 1.32711 10.0639 1.32711 9.32723V2.66056C1.32711 1.9239 1.92377 1.32723 2.66044 1.32723H7.99377C8.73044 1.32723 9.32711 1.9239 9.32711 2.66056C9.32711 3.02856 9.62577 3.32723 9.99377 3.32723C10.3618 3.32723 10.6604 3.02856 10.6604 2.66056Z",fill:"currentcolor"})})}function S8(e){return t.jsxs("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{d:"M6.646 7.31348C6.28467 7.31348 6 7.63014 6 8.01681C6 8.40214 6.29133 8.72014 6.646 8.72014C7.00667 8.72014 7.29133 8.40214 7.29133 8.01681C7.29867 7.62948 7.00667 7.31348 6.646 7.31348ZM8.958 7.31348C8.59667 7.31348 8.312 7.63014 8.312 8.01681C8.312 8.40214 8.60333 8.72014 8.958 8.72014C9.31867 8.72014 9.60333 8.40214 9.60333 8.01681C9.60267 7.62948 9.31867 7.31348 8.958 7.31348Z",fill:"currentcolor"}),t.jsx("path",{d:"M11.4978 2.99902H4.12721C3.97881 2.9994 3.83193 3.02901 3.69496 3.08615C3.558 3.1433 3.43363 3.22686 3.32896 3.33207C3.22428 3.43728 3.14136 3.56207 3.08492 3.69933C3.02848 3.83659 2.99962 3.98362 3 4.13202V11.568C3 12.195 3.506 12.701 4.12721 12.701H10.3642L10.0718 11.6827L10.7764 12.3374L11.4416 12.9534L12.625 13.999V4.13202C12.6254 3.98362 12.5965 3.83659 12.5401 3.69933C12.4836 3.56207 12.4007 3.43728 12.2961 3.33207C12.1914 3.22686 12.067 3.1433 11.93 3.08615C11.7931 3.02901 11.6462 2.9994 11.4978 2.99902ZM9.37421 10.182C9.37421 10.182 9.17621 9.94581 9.01179 9.73565C9.732 9.53187 10.007 9.08144 10.007 9.08144C9.78121 9.22965 9.567 9.33502 9.37421 9.40681C8.67235 9.70055 7.89942 9.78071 7.15221 9.63723C6.87612 9.583 6.60558 9.50354 6.344 9.39987C6.20605 9.34746 6.07198 9.28536 5.94279 9.21402C5.926 9.20187 5.90979 9.19723 5.89358 9.18623C5.88491 9.18211 5.87721 9.17619 5.871 9.16887C5.772 9.11444 5.717 9.07623 5.717 9.07623C5.717 9.07623 5.981 9.51623 6.67979 9.72523C6.51479 9.93365 6.311 10.182 6.311 10.182C5.09579 10.1432 4.63437 9.34602 4.63437 9.34602C4.63437 7.57502 5.42637 6.13981 5.42637 6.13981C6.21837 5.54523 6.97158 5.56202 6.97158 5.56202L7.02658 5.62802C6.03658 5.9146 5.57979 6.34881 5.57979 6.34881C5.57979 6.34881 5.70137 6.28281 5.90458 6.1896C6.49279 5.93139 6.96 5.8596 7.15279 5.84281C7.18579 5.8376 7.21358 5.83181 7.24658 5.83181C8.20023 5.7033 9.16994 5.88453 10.0128 6.34881C10.0128 6.34881 9.578 5.9366 8.643 5.6506L8.72 5.5626C8.72 5.5626 9.47379 5.54581 10.2652 6.14039C10.2652 6.14039 11.0572 7.5756 11.0572 9.3466C11.0572 9.34602 10.59 10.1432 9.37421 10.182Z",fill:"currentcolor"})]})}function R8(e){return t.jsxs("svg",{...e,width:"153",height:"84",viewBox:"0 0 153 84",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxs("g",{filter:"url(#filter0_di_2543_10671)",children:[t.jsx("path",{d:"M102.344 13.1825C103.597 8.50701 108.403 5.73238 113.078 6.98516L138.475 13.7903L146.738 28.1023L136.909 64.7868C135.656 69.4623 130.85 72.2369 126.175 70.9841L97.956 63.4229C93.2806 62.1701 90.5059 57.3643 91.7587 52.6889L102.344 13.1825Z",fill:"#F3F5F7"}),t.jsx("path",{d:"M112.795 8.04362L137.754 14.7312L145.563 28.2572L135.851 64.503C134.755 68.5941 130.549 71.022 126.458 69.9258L98.2399 62.3647C94.1489 61.2685 91.721 57.0632 92.8172 52.9722L103.403 13.4664C104.499 9.37536 108.704 6.94744 112.795 8.04362Z",stroke:"#3292ED",strokeWidth:"2.19107"})]}),t.jsx("path",{d:"M137.065 13.4141L146.361 29.5151L139.306 27.6248C136.189 26.7896 134.339 23.5857 135.174 20.4688L137.065 13.4141Z",fill:"#3292ED"}),t.jsxs("g",{clipPath:"url(#clip0_2543_10671)",children:[t.jsx("path",{d:"M122.431 28.5226C124.85 29.1709 126.998 30.0948 128.515 31.0966C129.269 31.5942 129.922 32.1471 130.364 32.7395C130.797 33.3192 131.143 34.1021 130.915 34.9546C130.687 35.8071 129.995 36.3119 129.33 36.5975C128.651 36.8893 127.809 37.0418 126.908 37.0959C125.093 37.2047 122.771 36.9311 120.352 36.2828C117.932 35.6345 115.785 34.7106 114.267 33.7088C113.513 33.2112 112.861 32.6583 112.418 32.066C111.985 31.4863 111.639 30.7033 111.867 29.8508C112.096 28.9983 112.787 28.4935 113.452 28.2079C114.131 27.9161 114.973 27.7637 115.875 27.7096C117.69 27.6007 120.011 27.8743 122.431 28.5226ZM121.864 30.639C119.608 30.0346 117.527 29.8048 116.005 29.8962C115.238 29.9423 114.675 30.0669 114.317 30.2207C114.108 30.3107 114.022 30.385 113.991 30.4197C114 30.4655 114.037 30.5727 114.174 30.7553C114.407 31.0677 114.832 31.4569 115.473 31.8803C116.746 32.7207 118.663 33.562 120.919 34.1664C123.174 34.7708 125.255 35.0006 126.777 34.9092C127.545 34.8632 128.107 34.7386 128.465 34.5847C128.674 34.4951 128.759 34.4203 128.79 34.3853C128.78 34.3392 128.744 34.2319 128.608 34.0501C128.375 33.7377 127.95 33.3486 127.309 32.9251C126.036 32.0847 124.119 31.2434 121.864 30.639Z",fill:"#3292ED"}),t.jsx("path",{d:"M111.867 29.8453C112.023 29.2609 112.624 28.9141 113.208 29.0707C113.793 29.2273 114.14 29.828 113.983 30.4124L110.46 43.5601C110.462 43.5864 110.482 43.694 110.635 43.9039C110.86 44.2118 111.281 44.6053 111.944 45.0432C113.265 45.915 115.222 46.7484 117.389 47.3293C119.557 47.9101 121.669 48.1669 123.248 48.0721C124.041 48.0245 124.602 47.8939 124.951 47.7399C125.189 47.6348 125.26 47.5513 125.275 47.5297L128.798 34.3821C128.955 33.7976 129.555 33.4508 130.14 33.6074C130.724 33.764 131.071 34.3647 130.914 34.9491L127.386 48.1175C127.164 48.9438 126.5 49.4502 125.837 49.7433C125.161 50.0417 124.314 50.2026 123.379 50.2587C121.499 50.3715 119.145 50.068 116.822 49.4457C114.5 48.8234 112.309 47.909 110.738 46.8717C109.956 46.3551 109.303 45.7924 108.867 45.1963C108.439 44.6106 108.117 43.84 108.338 43.0137L111.867 29.8453Z",fill:"#3292ED"}),t.jsx("path",{d:"M128.376 40.1953C128.96 40.3519 129.307 40.9526 129.15 41.537C128.929 42.3634 128.265 42.8698 127.601 43.1629C126.926 43.4612 126.079 43.6221 125.143 43.6783C123.264 43.791 120.909 43.4875 118.587 42.8652C116.264 42.2429 114.074 41.3285 112.502 40.2912C111.72 39.7746 111.067 39.212 110.631 38.6158C110.203 38.0301 109.881 37.2596 110.103 36.4332C110.259 35.8488 110.86 35.5019 111.444 35.6585C112.021 35.8132 112.366 36.4005 112.224 36.9779C112.225 37.0016 112.244 37.1085 112.4 37.322C112.625 37.6299 113.045 38.0248 113.709 38.4627C115.029 39.3346 116.986 40.1679 119.154 40.7488C121.322 41.3297 123.433 41.5865 125.013 41.4916C125.806 41.444 126.367 41.3121 126.716 41.158C126.957 41.0518 127.026 40.9683 127.04 40.9479C127.206 40.3768 127.799 40.0407 128.376 40.1953Z",fill:"#3292ED"})]}),t.jsxs("g",{filter:"url(#filter1_di_2543_10671)",children:[t.jsx("path",{d:"M7.19778 24.8962C5.9229 20.1383 8.74646 15.2478 13.5044 13.9729L39.3493 7.04776L53.9137 15.4565L63.9167 52.7881C65.1915 57.546 62.368 62.4365 57.6101 63.7114L28.8935 71.406C24.1356 72.6809 19.2451 69.8573 17.9702 65.0994L7.19778 24.8962Z",fill:"#F3F5F7"}),t.jsx("path",{d:"M13.7931 15.0501L39.192 8.24446L52.9558 16.1902L62.8395 53.0765C63.955 57.2397 61.4848 61.5195 57.3217 62.635L28.6052 70.3295C24.442 71.4451 20.1629 68.9737 19.0474 64.8105L8.27503 24.6076C7.15951 20.4445 9.62991 16.1656 13.7931 15.0501Z",stroke:"#FF891D",strokeWidth:"2.22972"})]}),t.jsx("path",{d:"M37.9136 7.43359L54.2986 16.8935L47.1194 18.8171C43.9475 19.667 40.6871 17.7847 39.8372 14.6127L37.9136 7.43359Z",fill:"#FF891D"}),t.jsxs("g",{clipPath:"url(#clip1_2543_10671)",children:[t.jsx("path",{d:"M23.6243 36.9122C23.3846 36.0176 23.5091 35.0633 23.9702 34.2601L25.7943 31.1008C26.2593 30.2999 27.0234 29.715 27.918 29.4753C28.7005 29.2658 29.5279 29.3344 30.2604 29.6637L30.5687 29.8215L35.7899 32.8349C36.3232 33.1427 36.5062 33.8258 36.1983 34.359C35.8905 34.8923 35.2074 35.0753 34.6742 34.7674L29.4575 31.7544C29.1658 31.5872 28.8199 31.5422 28.4951 31.629C28.1702 31.7161 27.8921 31.9283 27.723 32.2191L25.902 35.3731C25.7355 35.6646 25.6912 36.0108 25.7781 36.3351C25.8651 36.6591 26.0763 36.9357 26.366 37.1048L31.5855 40.1171C32.1188 40.4249 32.3018 41.108 31.9939 41.6413C31.6861 42.1745 31.003 42.3575 30.4698 42.0497L25.2495 39.0346C24.4488 38.5696 23.8642 37.8065 23.6243 36.9122Z",fill:"#FF891D"}),t.jsx("path",{d:"M30.6248 31.1437C30.9326 30.6106 31.6144 30.4281 32.1475 30.7357C32.6808 31.0436 32.8634 31.7253 32.5556 32.2585L31.1544 34.6853C30.8466 35.2185 30.1649 35.4012 29.6317 35.0933C29.0987 34.7854 28.9159 34.1037 29.2237 33.5706L30.6248 31.1437Z",fill:"#FF891D"}),t.jsx("path",{d:"M42.762 38.1516C43.0698 37.6184 43.7516 37.4359 44.2847 37.7435C44.818 38.0514 45.0006 38.7331 44.6928 39.2663L43.2916 41.6931C42.9838 42.2263 42.3021 42.409 41.7689 42.1011C41.2359 41.7932 41.0531 41.1115 41.3609 40.5784L42.762 38.1516Z",fill:"#FF891D"}),t.jsx("path",{d:"M39.1213 36.0474C39.4291 35.5142 40.1108 35.3316 40.644 35.6394L45.8635 38.6517C47.5376 39.6183 48.1104 41.7563 47.1439 43.4303L45.322 46.5861C44.3554 48.2601 42.2174 48.833 40.5434 47.8665L35.3249 44.8524C34.7917 44.5446 34.609 43.8629 34.9169 43.3297C35.2247 42.7964 35.9064 42.6138 36.4396 42.9217L41.6591 45.9339C42.2668 46.2847 43.0386 46.0779 43.3894 45.4703L45.2114 42.3146C45.5622 41.7069 45.3553 40.9351 44.7478 40.5843L39.5293 37.5702C38.9961 37.2624 38.8134 36.5807 39.1213 36.0474Z",fill:"#FF891D"}),t.jsx("path",{d:"M42.2106 29.6952C42.0955 29.2654 41.8146 28.8979 41.4293 28.6753C41.0438 28.4526 40.585 28.3921 40.155 28.5072C39.7249 28.6224 39.358 28.9044 39.1353 29.2899L39.1336 29.2889L29.784 45.491C29.7134 45.6128 29.6714 45.7503 29.6657 45.8909L29.6675 45.892L29.5569 49.2369L32.4001 47.4696L32.4857 47.4076C32.5681 47.3411 32.6385 47.2597 32.6919 47.1675L42.0422 30.9682C42.2647 30.5829 42.3255 30.1251 42.2106 29.6952ZM44.3643 29.1181C44.6322 30.119 44.4923 31.1852 43.9744 32.0825L34.6206 48.2858C34.3666 48.7242 34.0088 49.0935 33.5788 49.3615L29.749 51.7432C29.5019 51.8961 29.2161 51.9804 28.9256 51.9849C28.6352 51.9894 28.3487 51.9145 28.0969 51.7696C27.8451 51.6245 27.6366 51.4137 27.4948 51.16C27.3529 50.9063 27.2816 50.6188 27.2899 50.3282L27.2902 50.3236L27.4387 45.8189L27.4394 45.8157C27.4575 45.3089 27.5989 44.8138 27.8528 44.3749L37.2042 28.1738C37.7225 27.2763 38.5767 26.6217 39.5779 26.3535C40.5791 26.0854 41.6464 26.2261 42.544 26.7445C43.4415 27.2629 44.0962 28.117 44.3643 29.1181Z",fill:"#FF891D"}),t.jsx("path",{d:"M35.6685 30.8149C35.9763 30.2817 36.658 30.099 37.1912 30.4069L42.0466 33.2101C42.5794 33.5182 42.7624 34.1999 42.4547 34.7329C42.1469 35.2659 41.465 35.4483 40.9319 35.1409L36.0765 32.3376C35.5433 32.0298 35.3606 31.3481 35.6685 30.8149Z",fill:"#FF891D"})]}),t.jsxs("g",{filter:"url(#filter2_di_2543_10671)",children:[t.jsx("path",{d:"M50.782 10.003C50.782 4.47851 55.2605 0 60.785 0L90.7941 0L104.132 13.3374V56.6839C104.132 62.2084 99.653 66.6869 94.1285 66.6869H60.785C55.2605 66.6869 50.782 62.2084 50.782 56.6839V10.003Z",fill:"#F3F5F7"}),t.jsx("path",{d:"M60.7849 1.25L90.2761 1.25L102.882 13.8555V56.6836C102.882 61.5175 98.9625 65.4364 94.1287 65.4365H60.7849C55.951 65.4365 52.032 61.5175 52.032 56.6836V10.0029C52.032 5.16905 55.951 1.25006 60.7849 1.25Z",stroke:"#FF6A55",strokeWidth:"2.50076"})]}),t.jsxs("g",{clipPath:"url(#clip2_2543_10671)",children:[t.jsx("path",{d:"M74.2581 33.1194C74.6895 32.5807 75.4757 32.4931 76.0148 32.924C76.554 33.3554 76.6416 34.1431 76.2102 34.6824L74.6114 36.6784L76.2102 38.6777C76.6412 39.217 76.5539 40.0032 76.0148 40.4344C75.4756 40.8657 74.6895 40.7781 74.2581 40.2391L72.0341 37.4599C71.6694 37.0034 71.6692 36.355 72.0341 35.8986L74.2581 33.1194Z",fill:"#FF6A55"}),t.jsx("path",{d:"M78.8981 32.9244C79.4373 32.493 80.225 32.5805 80.6564 33.1198L82.8788 35.8989C83.244 36.3555 83.2438 37.0037 82.8788 37.4603L80.6564 40.2394C80.225 40.7787 79.4373 40.8662 78.8981 40.4348C78.3593 40.0036 78.272 39.2172 78.7027 38.6781L80.3015 36.6788L78.7027 34.6827C78.2713 34.1435 78.3588 33.3558 78.8981 32.9244Z",fill:"#FF6A55"}),t.jsx("path",{d:"M78.4292 26.6772V22.2308C78.4292 21.5403 78.989 20.9805 79.6796 20.9805C80.3701 20.9805 80.93 21.5403 80.93 22.2308V26.6772C80.9301 26.9349 81.0326 27.182 81.2149 27.3642C81.3971 27.5465 81.6442 27.649 81.9019 27.6492H86.3483C87.0388 27.6492 87.5986 28.209 87.5986 28.8995C87.5986 29.5901 87.0388 30.1499 86.3483 30.1499H81.9019C80.981 30.1498 80.098 29.7836 79.4468 29.1324C78.7955 28.4811 78.4293 27.5982 78.4292 26.6772Z",fill:"#FF6A55"}),t.jsx("path",{d:"M67.3147 42.2369V24.4532C67.3148 23.5322 67.681 22.6493 68.3323 21.998C68.9835 21.3468 69.8665 20.9806 70.7874 20.9805H80.7905C81.122 20.9805 81.4401 21.1125 81.6745 21.3468L87.2329 26.9035C87.4672 27.1379 87.599 27.4561 87.5992 27.7875V42.2369C87.5992 43.1578 87.2326 44.0408 86.5816 44.6921C85.9302 45.3435 85.046 45.7097 84.1248 45.7097H70.7874C69.8665 45.7095 68.9835 45.3433 68.3323 44.6921C67.6811 44.0408 67.3147 43.158 67.3147 42.2369ZM69.8155 42.2369C69.8155 42.4947 69.9182 42.7416 70.1004 42.924C70.2826 43.1062 70.5297 43.2087 70.7874 43.2089H84.1248C84.3827 43.2089 84.6311 43.1064 84.8135 42.924C84.9955 42.7416 85.0984 42.4946 85.0984 42.2369V28.3053L80.2727 23.4812H70.7874C70.5297 23.4814 70.2826 23.5839 70.1004 23.7661C69.9181 23.9484 69.8156 24.1955 69.8155 24.4532V42.2369Z",fill:"#FF6A55"})]}),t.jsx("path",{d:"M89.127 0L104.132 15.0046H95.7956C92.1126 15.0046 89.127 12.0189 89.127 8.33586V0Z",fill:"#FF6A55"}),t.jsxs("defs",{children:[t.jsxs("filter",{id:"filter0_di_2543_10671",x:"85.6151",y:"5.22288",width:"66.9662",height:"77.748",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[t.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),t.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"}),t.jsx("feMorphology",{radius:"5.84286",operator:"erode",in:"SourceAlpha",result:"effect1_dropShadow_2543_10671"}),t.jsx("feOffset",{dy:"5.84286"}),t.jsx("feGaussianBlur",{stdDeviation:"5.84286"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"}),t.jsx("feBlend",{mode:"multiply",in2:"BackgroundImageFix",result:"effect1_dropShadow_2543_10671"}),t.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2543_10671",result:"shape"}),t.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"}),t.jsx("feOffset",{dy:"-1.46072"}),t.jsx("feGaussianBlur",{stdDeviation:"0.730358"}),t.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"}),t.jsx("feBlend",{mode:"multiply",in2:"shape",result:"effect2_innerShadow_2543_10671"})]}),t.jsxs("filter",{id:"filter1_di_2543_10671",x:"0.945689",y:"5.5604",width:"69.2231",height:"78.0443",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[t.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),t.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"}),t.jsx("feMorphology",{radius:"5.94591",operator:"erode",in:"SourceAlpha",result:"effect1_dropShadow_2543_10671"}),t.jsx("feOffset",{dy:"5.94591"}),t.jsx("feGaussianBlur",{stdDeviation:"5.94591"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"}),t.jsx("feBlend",{mode:"multiply",in2:"BackgroundImageFix",result:"effect1_dropShadow_2543_10671"}),t.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2543_10671",result:"shape"}),t.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"}),t.jsx("feOffset",{dy:"-1.48648"}),t.jsx("feGaussianBlur",{stdDeviation:"0.743239"}),t.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"}),t.jsx("feBlend",{mode:"multiply",in2:"shape",result:"effect2_innerShadow_2543_10671"})]}),t.jsxs("filter",{id:"filter2_di_2543_10671",x:"44.1133",y:"-1.66717",width:"66.687",height:"81.6921",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[t.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),t.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"}),t.jsx("feMorphology",{radius:"6.66869",operator:"erode",in:"SourceAlpha",result:"effect1_dropShadow_2543_10671"}),t.jsx("feOffset",{dy:"6.66869"}),t.jsx("feGaussianBlur",{stdDeviation:"6.66869"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"}),t.jsx("feBlend",{mode:"multiply",in2:"BackgroundImageFix",result:"effect1_dropShadow_2543_10671"}),t.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2543_10671",result:"shape"}),t.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"}),t.jsx("feOffset",{dy:"-1.66717"}),t.jsx("feGaussianBlur",{stdDeviation:"0.833586"}),t.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"}),t.jsx("feBlend",{mode:"multiply",in2:"shape",result:"effect2_innerShadow_2543_10671"})]}),t.jsx("clipPath",{id:"clip0_2543_10671",children:t.jsx("rect",{width:"23.3715",height:"23.3715",fill:"white",transform:"translate(111.364 24.6738) rotate(15)"})}),t.jsx("clipPath",{id:"clip1_2543_10671",children:t.jsx("rect",{width:"23.7836",height:"23.7836",fill:"white",transform:"translate(20.9929 30.4336) rotate(-15)"})}),t.jsx("clipPath",{id:"clip2_2543_10671",children:t.jsx("rect",{width:"26.6748",height:"26.6748",fill:"white",transform:"translate(64.1194 20.0078)"})})]})]})}function H8(e){return t.jsxs("svg",{...e,width:"30",height:"37",viewBox:"0 0 30 37",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{d:"M1 6.25C1 3.3505 3.35051 1 6.25 1H22L29 8V30.75C29 33.6495 26.6495 36 23.75 36H6.25C3.35051 36 1 33.6495 1 30.75V6.25Z",fill:"#F3F5F7",stroke:"#FF6A55",strokeWidth:"1.3125"}),t.jsx("path",{d:"M21.125 1L29 8.875H24.625C22.692 8.875 21.125 7.308 21.125 5.375V1Z",fill:"#FF6A55"}),t.jsx("path",{d:"M13.3212 18.3829C13.5476 18.1002 13.9603 18.0542 14.2432 18.2803C14.5262 18.5067 14.5722 18.9202 14.3457 19.2032L13.5066 20.2508L14.3457 21.3001C14.572 21.5831 14.5262 21.9958 14.2432 22.2221C13.9602 22.4485 13.5476 22.4025 13.3212 22.1196L12.154 20.661C11.9626 20.4214 11.9625 20.081 12.154 19.8415L13.3212 18.3829Z",fill:"#FF6A55"}),t.jsx("path",{d:"M15.7565 18.2805C16.0395 18.0541 16.4529 18.1001 16.6793 18.3831L17.8457 19.8417C18.0374 20.0813 18.0373 20.4215 17.8457 20.6611L16.6793 22.1198C16.4529 22.4028 16.0395 22.4487 15.7565 22.2223C15.4737 21.996 15.4279 21.5833 15.6539 21.3003L16.4931 20.251L15.6539 19.2034C15.4275 18.9204 15.4735 18.5069 15.7565 18.2805Z",fill:"#FF6A55"}),t.jsx("path",{d:"M15.5104 15.0016V12.668C15.5104 12.3055 15.8042 12.0117 16.1666 12.0117C16.5291 12.0117 16.8229 12.3055 16.8229 12.668V15.0016C16.823 15.1369 16.8768 15.2665 16.9724 15.3622C17.0681 15.4578 17.1977 15.5116 17.333 15.5117H19.6666C20.0291 15.5117 20.3229 15.8055 20.3229 16.168C20.3229 16.5304 20.0291 16.8242 19.6666 16.8242H17.333C16.8496 16.8241 16.3862 16.632 16.0444 16.2902C15.7026 15.9484 15.5105 15.485 15.5104 15.0016Z",fill:"#FF6A55"}),t.jsx("path",{d:"M9.677 23.168V13.8344C9.6771 13.351 9.8693 12.8876 10.2111 12.5458C10.5529 12.204 11.0163 12.0118 11.4996 12.0117H16.7496C16.9236 12.0117 17.0906 12.081 17.2136 12.204L20.1309 15.1204C20.2539 15.2434 20.323 15.4104 20.3231 15.5844V23.168C20.3231 23.6513 20.1307 24.1147 19.7891 24.4565C19.4472 24.7984 18.9831 24.9906 18.4996 24.9906H11.4996C11.0163 24.9905 10.5529 24.7983 10.2111 24.4565C9.8693 24.1147 9.677 23.6514 9.677 23.168ZM10.9895 23.168C10.9895 23.3033 11.0434 23.4329 11.139 23.5286C11.2347 23.6242 11.3644 23.678 11.4996 23.6781H18.4996C18.635 23.6781 18.7654 23.6243 18.8611 23.5286C18.9566 23.4329 19.0106 23.3032 19.0106 23.168V15.8561L16.4779 13.3242H11.4996C11.3644 13.3243 11.2347 13.3781 11.139 13.4738C11.0434 13.5694 10.9896 13.6991 10.9895 13.8344V23.168Z",fill:"#FF6A55"})]})}function V8(e){return t.jsxs("svg",{...e,width:"32",height:"40",viewBox:"0 0 32 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxs("g",{clipPath:"url(#clip0_2488_6561)",children:[t.jsxs("g",{filter:"url(#filter0_di_2488_6561)",children:[t.jsx("path",{d:"M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z",fill:"#F3F5F7"}),t.jsx("path",{d:"M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z",stroke:"#FF6A55",strokeWidth:"1.5"})]}),t.jsx("path",{d:"M14.0813 19.8653C14.3401 19.5422 14.8117 19.4896 15.1351 19.7481C15.4585 20.0069 15.511 20.4794 15.2522 20.8028L14.2933 22.0001L15.2522 23.1993C15.5108 23.5227 15.4584 23.9943 15.1351 24.253C14.8117 24.5117 14.3401 24.4591 14.0813 24.1358L12.7474 22.4688C12.5286 22.195 12.5285 21.8061 12.7474 21.5323L14.0813 19.8653Z",fill:"#FF6A55"}),t.jsx("path",{d:"M16.8645 19.7483C17.188 19.4896 17.6605 19.5421 17.9192 19.8655L19.2522 21.5325C19.4713 21.8064 19.4712 22.1952 19.2522 22.469L17.9192 24.136C17.6605 24.4595 17.188 24.512 16.8645 24.2532C16.5414 23.9945 16.489 23.5229 16.7474 23.1995L17.7063 22.0003L16.7474 20.803C16.4886 20.4796 16.5411 20.0071 16.8645 19.7483Z",fill:"#FF6A55"}),t.jsx("path",{d:"M16.5833 16.001V13.334C16.5833 12.9198 16.9191 12.584 17.3333 12.584C17.7475 12.584 18.0833 12.9198 18.0833 13.334V16.001C18.0834 16.1556 18.1449 16.3038 18.2542 16.4131C18.3635 16.5224 18.5117 16.5839 18.6663 16.584H21.3333C21.7475 16.584 22.0833 16.9198 22.0833 17.334C22.0833 17.7482 21.7475 18.084 21.3333 18.084H18.6663C18.1139 18.0839 17.5843 17.8643 17.1937 17.4736C16.803 17.083 16.5834 16.5534 16.5833 16.001Z",fill:"#FF6A55"}),t.jsx("path",{d:"M9.91669 25.334V14.667C9.91677 14.1146 10.1364 13.585 10.527 13.1943C10.9177 12.8037 11.4473 12.5841 11.9997 12.584H17.9997C18.1985 12.584 18.3893 12.6632 18.53 12.8037L21.864 16.1367C22.0045 16.2773 22.0836 16.4682 22.0837 16.667V25.334C22.0837 25.8864 21.8638 26.416 21.4733 26.8066C21.0826 27.1973 20.5522 27.417 19.9997 27.417H11.9997C11.4473 27.4169 10.9177 27.1973 10.527 26.8066C10.1364 26.416 9.91669 25.8864 9.91669 25.334ZM11.4167 25.334C11.4167 25.4886 11.4783 25.6367 11.5876 25.7461C11.6969 25.8554 11.8451 25.9169 11.9997 25.917H19.9997C20.1544 25.917 20.3034 25.8555 20.4128 25.7461C20.522 25.6367 20.5837 25.4885 20.5837 25.334V16.9775L17.6891 14.084H11.9997C11.8451 14.0841 11.6969 14.1456 11.5876 14.2549C11.4783 14.3642 11.4168 14.5124 11.4167 14.667V25.334Z",fill:"#FF6A55"}),t.jsx("path",{d:"M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z",fill:"#FF6A55"})]}),t.jsxs("defs",{children:[t.jsxs("filter",{id:"filter0_di_2488_6561",x:"-4",y:"-1",width:"40",height:"49",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[t.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),t.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"}),t.jsx("feMorphology",{radius:"4",operator:"erode",in:"SourceAlpha",result:"effect1_dropShadow_2488_6561"}),t.jsx("feOffset",{dy:"4"}),t.jsx("feGaussianBlur",{stdDeviation:"4"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"}),t.jsx("feBlend",{mode:"multiply",in2:"BackgroundImageFix",result:"effect1_dropShadow_2488_6561"}),t.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2488_6561",result:"shape"}),t.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"}),t.jsx("feOffset",{dy:"-1"}),t.jsx("feGaussianBlur",{stdDeviation:"0.5"}),t.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"}),t.jsx("feBlend",{mode:"multiply",in2:"shape",result:"effect2_innerShadow_2488_6561"})]}),t.jsx("clipPath",{id:"clip0_2488_6561",children:t.jsx("rect",{width:"32",height:"40",fill:"white"})})]})]})}function b8(e){return t.jsxs("svg",{...e,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("mask",{id:"mask0_4381_5452",maskUnits:"userSpaceOnUse",x:"1",y:"0",width:"30",height:"32",children:t.jsx("path",{d:"M31 0H1V32H31V0Z",fill:"white"})}),t.jsxs("g",{mask:"url(#mask0_4381_5452)",children:[t.jsx("path",{d:"M19.5149 2.99247C19.2102 2.65617 18.8406 2.3869 18.4289 2.20135C18.0173 2.01581 17.5724 1.91796 17.1219 1.91388H7.95228C7.31271 1.93183 6.70624 2.20591 6.26573 2.67607C5.82522 3.14624 5.58659 3.77415 5.60212 4.42224V29.4916C5.58659 30.1397 5.82522 30.7676 6.26573 31.2378C6.70624 31.708 7.31271 31.982 7.95228 32H24.8201C25.4597 31.982 26.0662 31.708 26.5067 31.2378C26.9472 30.7676 27.1858 30.1397 27.1703 29.4916V12.837C27.1765 11.8989 26.8315 10.9932 26.2048 10.3027L19.5149 2.99247ZM18.9455 4.5811L24.1302 10.245H20.265C20.0916 10.245 19.92 10.2104 19.7598 10.1431C19.5996 10.0759 19.454 9.97738 19.3314 9.85315C19.2088 9.72893 19.1116 9.58145 19.0452 9.41914C18.9789 9.25683 18.9447 9.08287 18.9447 8.90719L18.9455 4.5811ZM25.6857 29.4916C25.7007 29.7406 25.6183 29.9856 25.4562 30.1734C25.2942 30.3612 25.0657 30.4767 24.8201 30.495H7.95228C7.70689 30.4765 7.47855 30.3609 7.31669 30.1731C7.15483 29.9853 7.07248 29.7405 7.08748 29.4916V4.42224C7.07249 4.17325 7.15495 3.9283 7.31698 3.74049C7.47902 3.55268 7.70757 3.43713 7.95311 3.4189H17.1186C17.2337 3.41924 17.3484 3.43156 17.461 3.45569V8.91137C17.461 9.66533 17.7566 10.3884 18.2828 10.9215C18.8089 11.4547 19.5226 11.7542 20.2667 11.7542H25.014C25.1371 11.7532 25.258 11.721 25.3656 11.6605C25.5768 12.0165 25.6884 12.4241 25.6882 12.8395L25.6857 29.4916Z",fill:"#343839"}),t.jsx("path",{d:"M18.9455 4.5811L24.1302 10.245H20.265C20.0916 10.245 19.9199 10.2104 19.7598 10.1432C19.5996 10.0759 19.454 9.97738 19.3314 9.85315C19.2088 9.72893 19.1116 9.58145 19.0452 9.41914C18.9789 9.25683 18.9447 9.08287 18.9447 8.90719L18.9455 4.5811Z",fill:"#343839"})]}),t.jsx("path",{d:"M21 19.7L16 26L11 19.7L14.3333 19.7L14.3333 14.1C14.3333 12.9408 15.0795 12 16 12C16.9205 12 17.6667 12.9408 17.6667 14.1L17.6667 19.7L21 19.7Z",fill:"#343839"})]})}function E8(e){return t.jsx("svg",{...e,viewBox:"0 0 20 16",fill:"currentcolor",children:t.jsx("path",{d:"M20 1.84472C20 1.46377 19.7836 1.11591 19.4418 0.94761L18.088 0.28089C17.7399 0.109485 17.3242 0.154861 17.0213 0.397305L10.9046 5.29345L13.3938 7.26606L16.9338 4.43246V11.5763L2.94616 0.468456C2.64307 0.227771 2.22832 0.183587 1.88133 0.355019L0.557054 1.00929C0.215927 1.17782 0 1.52534 0 1.90583V14.1546C0 14.5354 0.216328 14.8832 0.557941 15.0516L1.9119 15.7189C2.26 15.8904 2.67592 15.8451 2.97888 15.6026L9.05159 10.7415L6.56234 8.76886L3.06621 11.5675V4.48484L17.0477 15.5957C17.3508 15.8366 17.7658 15.8809 18.1129 15.7093L19.4431 15.0519C19.7841 14.8833 20 14.5358 20 14.1554V1.84472Z"})})}function k8(e){return t.jsxs("svg",{...e,width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 2H11C12.6569 2 14 3.34315 14 5V12H15V5C15 2.79086 13.2091 1 11 1H4V2Z",fill:"currentcolor"}),t.jsx("rect",{x:"1.5",y:"3.5",width:"11",height:"11",rx:"2.5",stroke:"currentcolor"})]})}function P8(e){return t.jsx("svg",{...e,width:"13",height:"13",viewBox:"0 0 13 13",fill:"currentcolor",children:t.jsx("path",{d:"M10.0763 0.308773C9.86968 0.279439 9.66236 0.34811 9.51436 0.49611C9.36169 0.648776 3.5177 6.49277 3.5177 6.49277C3.39303 6.61743 3.33036 6.79478 3.33036 6.97144V8.9701C3.33036 9.3381 3.62903 9.63676 3.99703 9.63676C4.24636 9.63676 5.74568 9.63676 5.99568 9.63676C6.17235 9.63676 6.34969 9.57409 6.47436 9.44943C6.47436 9.44943 12.3197 3.6041 12.471 3.45277C12.6204 3.30344 12.689 3.0781 12.6584 2.86944C12.5557 2.17411 12.2617 1.65011 11.805 1.18345C11.3464 0.71478 10.7863 0.408773 10.0763 0.308773ZM2.66435 0.974788C1.19235 0.974788 -0.000976562 2.16811 -0.000976562 3.64011V10.3028C-0.000976562 11.7748 0.52569 12.9681 1.99769 12.9681H9.32702C10.799 12.9681 11.9923 11.7748 11.9923 10.3028V5.80543L7.41168 10.3861C7.03034 10.7674 6.51968 10.9694 5.99568 10.9694C5.65235 10.9694 4.34036 10.9694 3.99703 10.9694C2.89303 10.9694 1.99769 10.0741 1.99769 8.9701V6.97144C1.99769 6.44744 2.17903 5.93676 2.56036 5.55543L7.14103 0.974788H2.66435ZM10.199 1.69879C10.4537 1.77879 10.657 1.90546 10.847 2.09946C11.043 2.29946 11.179 2.50347 11.2603 2.75547C10.971 3.04213 10.651 3.35345 10.315 3.68678L9.25903 2.6301C9.59769 2.2961 9.90701 1.98679 10.199 1.69879Z"})})}function D8(e){return t.jsxs("svg",{...e,width:"32",height:"40",viewBox:"0 0 32 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxs("g",{clipPath:"url(#clip0_2488_6535)",children:[t.jsxs("g",{filter:"url(#filter0_di_2488_6535)",children:[t.jsx("path",{d:"M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z",fill:"#F3F5F7"}),t.jsx("path",{d:"M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z",stroke:"#FF891D",strokeWidth:"1.5"})]}),t.jsx("path",{d:"M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z",fill:"#FF891D"}),t.jsxs("g",{clipPath:"url(#clip1_2488_6535)",children:[t.jsx("path",{d:"M8.58215 16.667C8.58215 16.0439 8.82918 15.4455 9.26868 15.0039L11.004 13.2686C11.4457 12.8291 12.0441 12.582 12.6671 12.582C13.2121 12.5821 13.7377 12.7708 14.1564 13.1123L14.3292 13.2686L17.1974 16.1357C17.4903 16.4286 17.4903 16.9044 17.1974 17.1973C16.9045 17.4902 16.4288 17.4902 16.1359 17.1973L13.2706 14.3311C13.1102 14.1716 12.8933 14.0822 12.6671 14.082C12.4408 14.082 12.2231 14.1715 12.0626 14.3311L10.3302 16.0635C10.1713 16.2239 10.0822 16.4411 10.0822 16.667C10.0823 16.8927 10.1714 17.1092 10.3302 17.2695L13.1974 20.1357C13.4903 20.4286 13.4903 20.9044 13.1974 21.1973C12.9045 21.4902 12.4288 21.4902 12.1359 21.1973L9.26868 18.3291C8.82929 17.8876 8.58227 17.2899 8.58215 16.667Z",fill:"#FF891D"}),t.jsx("path",{d:"M14.1361 14.1356C14.4289 13.8428 14.9037 13.8429 15.1966 14.1356C15.4895 14.4285 15.4895 14.9033 15.1966 15.1962L13.8636 16.5292C13.5707 16.8221 13.096 16.8221 12.8031 16.5292C12.5104 16.2363 12.5102 15.7615 12.8031 15.4686L14.1361 14.1356Z",fill:"#FF891D"}),t.jsx("path",{d:"M20.8027 20.8036C21.0956 20.5107 21.5704 20.5108 21.8633 20.8036C22.1562 21.0965 22.1562 21.5712 21.8633 21.8641L20.5303 23.1971C20.2374 23.49 19.7626 23.49 19.4697 23.1971C19.177 22.9042 19.1769 22.4294 19.4697 22.1366L20.8027 20.8036Z",fill:"#FF891D"}),t.jsx("path",{d:"M18.803 18.8037C19.0959 18.5108 19.5707 18.5108 19.8636 18.8037L22.7308 21.6699C23.6503 22.5894 23.6503 24.0784 22.7308 24.998L20.9974 26.7314C20.0778 27.6509 18.5888 27.6509 17.6693 26.7314L14.803 23.8642C14.5102 23.5713 14.5102 23.0965 14.803 22.8037C15.0959 22.5108 15.5707 22.5108 15.8636 22.8037L18.7308 25.6699C19.0645 26.0036 19.6021 26.0036 19.9359 25.6699L21.6693 23.9365C22.003 23.6027 22.003 23.0652 21.6693 22.7314L18.803 19.8642C18.5102 19.5713 18.5102 19.0965 18.803 18.8037Z",fill:"#FF891D"}),t.jsx("path",{d:"M21.9164 15.2139C21.9164 14.9145 21.7979 14.6268 21.5863 14.415C21.3746 14.2032 21.087 14.084 20.7875 14.084C20.488 14.0839 20.2005 14.2033 19.9887 14.415L19.9877 14.4141L11.0912 23.3145C11.0241 23.3813 10.9729 23.4633 10.9447 23.5537L10.9457 23.5547L10.2914 25.709L12.4467 25.0557L12.5131 25.0303C12.5782 25.0014 12.6381 24.9607 12.6889 24.9102L21.5853 16.0117C21.797 15.8001 21.9162 15.5132 21.9164 15.2139ZM23.4164 15.2139C23.4162 15.9109 23.1396 16.5794 22.6469 17.0723L13.7475 25.9727C13.506 26.2133 13.2093 26.391 12.8832 26.4902L9.97987 27.3711C9.79265 27.4274 9.59231 27.4324 9.40272 27.3848C9.21322 27.3371 9.04009 27.2386 8.90175 27.1006C8.76338 26.9624 8.66459 26.7891 8.61659 26.5996C8.56861 26.41 8.57233 26.2108 8.62831 26.0234L8.62929 26.0205L9.51015 23.1191L9.51112 23.1172C9.61113 22.791 9.78921 22.4939 10.0307 22.2529L18.9281 13.3535C19.4212 12.8605 20.0902 12.5839 20.7875 12.584C21.4848 12.5841 22.1538 12.8613 22.6469 13.3545C23.1398 13.8476 23.4165 14.5166 23.4164 15.2139Z",fill:"#FF891D"}),t.jsx("path",{d:"M17.4697 14.8037C17.7626 14.5108 18.2374 14.5108 18.5303 14.8037L21.1973 17.4706C21.4898 17.7636 21.4901 18.2384 21.1973 18.5312C20.9045 18.824 20.4296 18.8238 20.1367 18.5312L17.4697 15.8642C17.1768 15.5713 17.1768 15.0965 17.4697 14.8037Z",fill:"#FF891D"})]})]}),t.jsxs("defs",{children:[t.jsxs("filter",{id:"filter0_di_2488_6535",x:"-4",y:"-1",width:"40",height:"49",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[t.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),t.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"}),t.jsx("feMorphology",{radius:"4",operator:"erode",in:"SourceAlpha",result:"effect1_dropShadow_2488_6535"}),t.jsx("feOffset",{dy:"4"}),t.jsx("feGaussianBlur",{stdDeviation:"4"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"}),t.jsx("feBlend",{mode:"multiply",in2:"BackgroundImageFix",result:"effect1_dropShadow_2488_6535"}),t.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2488_6535",result:"shape"}),t.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"}),t.jsx("feOffset",{dy:"-1"}),t.jsx("feGaussianBlur",{stdDeviation:"0.5"}),t.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"}),t.jsx("feBlend",{mode:"multiply",in2:"shape",result:"effect2_innerShadow_2488_6535"})]}),t.jsx("clipPath",{id:"clip0_2488_6535",children:t.jsx("rect",{width:"32",height:"40",fill:"white"})}),t.jsx("clipPath",{id:"clip1_2488_6535",children:t.jsx("rect",{width:"16",height:"16",fill:"white",transform:"translate(8 12)"})})]})]})}function F8(e){return t.jsx("svg",{...e,viewBox:"0 0 10 2",fill:"currentcolor",children:t.jsx("path",{d:"M1 0C1.552 0 2 0.448 2 1C2 1.552 1.552 2 1 2C0.448 2 0 1.552 0 1C0 0.448 0.448 0 1 0ZM5 0C5.552 0 6 0.448 6 1C6 1.552 5.552 2 5 2C4.448 2 4 1.552 4 1C4 0.448 4.448 0 5 0ZM9 0C9.552 0 10 0.448 10 1C10 1.552 9.552 2 9 2C8.448 2 8 1.552 8 1C8 0.448 8.448 0 9 0Z"})})}function B8(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M8.00846 1.33203C4.32646 1.33203 1.3418 4.3167 1.3418 7.9987C1.3418 11.6807 4.32646 14.6654 8.00846 14.6654C11.6905 14.6654 14.6751 11.6807 14.6751 7.9987C14.6751 4.3167 11.6905 1.33203 8.00846 1.33203ZM8.00846 4.66536C8.37646 4.66536 8.67513 4.96403 8.67513 5.33203V8.66536C8.67513 9.03336 8.37646 9.33203 8.00846 9.33203C7.64046 9.33203 7.3418 9.03336 7.3418 8.66536V5.33203C7.3418 4.96403 7.64046 4.66536 8.00846 4.66536ZM8.00846 9.9987C8.37646 9.9987 8.67513 10.2974 8.67513 10.6654C8.67513 11.0334 8.37646 11.332 8.00846 11.332C7.64046 11.332 7.3418 11.0334 7.3418 10.6654C7.3418 10.2974 7.64046 9.9987 8.00846 9.9987Z"})})}function Z8(e){return t.jsxs("svg",{...e,viewBox:"0 0 14 14",fill:"none",children:[t.jsx("path",{d:"M2.95373 6.63309C2.95374 6.55555 2.96907 6.47878 2.99884 6.40718C3.02861 6.33558 3.07222 6.27056 3.12719 6.21587C3.18215 6.16117 3.24737 6.11787 3.31912 6.08845C3.39086 6.05903 3.46771 6.04407 3.54525 6.04444L4.52593 6.04764C4.68229 6.04764 4.83225 6.10975 4.94282 6.22032C5.05338 6.33089 5.1155 6.48085 5.1155 6.63721V10.3457C5.22595 10.3129 5.36731 10.278 5.52286 10.2414C5.63062 10.216 5.72667 10.155 5.79541 10.0682C5.86416 9.98147 5.90158 9.87401 5.9016 9.7633V5.16356C5.9016 5.00719 5.96371 4.85721 6.07428 4.74663C6.18484 4.63605 6.3348 4.5739 6.49118 4.57387H7.47483C7.63121 4.5739 7.78117 4.63605 7.89173 4.74663C8.00229 4.85721 8.0644 5.00719 8.0644 5.16356V9.43286C8.0644 9.43286 8.31049 9.33328 8.55005 9.2321C8.63907 9.19445 8.71504 9.13142 8.76847 9.05088C8.8219 8.97033 8.85043 8.87584 8.8505 8.77919V3.68957C8.8505 3.53322 8.91261 3.38328 9.02315 3.27272C9.13369 3.16215 9.28362 3.10002 9.43997 3.09999H10.4226C10.5789 3.10015 10.7287 3.16233 10.8391 3.27288C10.9496 3.38343 11.0116 3.5333 11.0116 3.68957V7.88069C11.8635 7.2633 12.7269 6.52069 13.412 5.62781C13.5114 5.4982 13.5772 5.346 13.6035 5.18479C13.6298 5.02358 13.6157 4.85837 13.5626 4.7039C13.2455 3.79145 12.7413 2.95526 12.0825 2.24883C11.4236 1.5424 10.6245 0.981296 9.73636 0.601415C8.84819 0.221534 7.8905 0.0312452 6.92458 0.0427266C5.95865 0.054208 5.00576 0.267206 4.12687 0.668091C3.24799 1.06898 2.46247 1.64892 1.82058 2.37081C1.17869 3.0927 0.694563 3.94064 0.399186 4.86037C0.103809 5.78009 0.00368315 6.75136 0.105216 7.712C0.206748 8.67265 0.507703 9.60152 0.988822 10.4392C1.07264 10.5837 1.19596 10.7013 1.3443 10.7781C1.49263 10.8549 1.65981 10.8879 1.8262 10.873C2.01208 10.8566 2.24351 10.8335 2.51867 10.8012C2.63843 10.7876 2.74899 10.7304 2.8293 10.6405C2.90961 10.5506 2.95406 10.4344 2.95419 10.3138V6.63309",fill:"currentcolor"}),t.jsx("path",{d:"M2.93274 12.5804C3.9685 13.3339 5.19251 13.7862 6.46936 13.8872C7.74621 13.9882 9.02612 13.7341 10.1675 13.1528C11.3088 12.5716 12.2672 11.6859 12.9364 10.5938C13.6057 9.50176 13.9598 8.24582 13.9595 6.96498C13.9595 6.80474 13.9521 6.64701 13.9415 6.48975C11.4047 10.2732 6.72085 12.0419 2.93274 12.5804Z",fill:"currentcolor"})]})}function O8(e){return t.jsxs("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:[t.jsx("path",{d:"M9 4C9 3.448 8.552 3 8 3C7.448 3 7 3.448 7 4V9C7 9.552 7.448 10 8 10C8.552 10 9 9.552 9 9V4Z"}),t.jsx("path",{d:"M9 12C9 11.448 8.552 11 8 11C7.448 11 7 11.448 7 12C7 12.552 7.448 13 8 13C8.552 13 9 12.552 9 12Z"})]})}function _8(e){return t.jsxs("svg",{...e,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("mask",{id:"mask0_4379_5249",maskUnits:"userSpaceOnUse",x:"2",y:"0",width:"30",height:"32",children:t.jsx("path",{d:"M32 0H2V32H32V0Z",fill:"white"})}),t.jsxs("g",{mask:"url(#mask0_4379_5249)",children:[t.jsx("path",{d:"M20.5149 2.99247C20.2102 2.65617 19.8406 2.3869 19.4289 2.20135C19.0173 2.01581 18.5724 1.91796 18.1219 1.91388H8.95228C8.31271 1.93183 7.70624 2.20591 7.26573 2.67607C6.82522 3.14624 6.58659 3.77415 6.60212 4.42224V29.4916C6.58659 30.1397 6.82522 30.7676 7.26573 31.2378C7.70624 31.708 8.31271 31.982 8.95228 32H25.8201C26.4597 31.982 27.0662 31.708 27.5067 31.2378C27.9472 30.7676 28.1858 30.1397 28.1703 29.4916V12.837C28.1765 11.8989 27.8315 10.9932 27.2048 10.3027L20.5149 2.99247ZM19.9455 4.5811L25.1302 10.245H21.265C21.0916 10.245 20.92 10.2104 20.7598 10.1431C20.5996 10.0759 20.454 9.97738 20.3314 9.85315C20.2088 9.72893 20.1116 9.58145 20.0452 9.41914C19.9789 9.25683 19.9447 9.08287 19.9447 8.90719L19.9455 4.5811ZM26.6857 29.4916C26.7007 29.7406 26.6183 29.9856 26.4562 30.1734C26.2942 30.3612 26.0657 30.4767 25.8201 30.495H8.95228C8.70689 30.4765 8.47855 30.3609 8.31669 30.1731C8.15483 29.9853 8.07248 29.7405 8.08748 29.4916V4.42224C8.07249 4.17325 8.15495 3.9283 8.31698 3.74049C8.47902 3.55268 8.70757 3.43713 8.95311 3.4189H18.1186C18.2337 3.41924 18.3484 3.43156 18.461 3.45569V8.91137C18.461 9.66533 18.7566 10.3884 19.2828 10.9215C19.8089 11.4547 20.5226 11.7542 21.2667 11.7542H26.014C26.1371 11.7532 26.258 11.721 26.3656 11.6605C26.5768 12.0165 26.6884 12.4241 26.6882 12.8395L26.6857 29.4916Z",fill:"#343839"}),t.jsx("path",{d:"M19.9455 4.5811L25.1302 10.245H21.265C21.0916 10.245 20.9199 10.2104 20.7598 10.1432C20.5996 10.0759 20.454 9.97738 20.3314 9.85315C20.2088 9.72893 20.1116 9.58145 20.0452 9.41914C19.9789 9.25683 19.9447 9.08287 19.9447 8.90719L19.9455 4.5811Z",fill:"#343839"}),t.jsx("path",{d:"M23.973 28.0326H3.13249C2.83206 28.0324 2.54401 27.9079 2.33165 27.6866C2.11929 27.4653 2 27.1653 2 26.8525V19.1801C2 18.8673 2.11929 18.5672 2.33165 18.3459C2.54401 18.1247 2.83206 18.0002 3.13249 18H23.973C24.2734 18.0002 24.5615 18.1247 24.7738 18.3459C24.9862 18.5672 25.1055 18.8673 25.1055 19.1801V26.8533C25.1055 27.1662 24.9862 27.4662 24.7738 27.6875C24.5615 27.9088 24.2734 28.0324 23.973 28.0326Z",fill:"#34A853"}),t.jsx("path",{d:"M17.4466 20.0798L18.8568 24.5128H18.911L20.3241 20.0798H21.6916L19.6802 25.9145H18.0904L16.0762 20.0798H17.4466Z",fill:"#FCFCFC"}),t.jsx("path",{d:"M14.3006 21.7578C14.2778 21.528 14.18 21.3495 14.0071 21.2222C13.8343 21.095 13.5997 21.0313 13.3034 21.0313C13.1021 21.0313 12.9321 21.0598 12.7934 21.1168C12.6548 21.1719 12.5484 21.2488 12.4744 21.3476C12.4022 21.4463 12.3661 21.5584 12.3661 21.6838C12.3623 21.7882 12.3841 21.8794 12.4316 21.9573C12.481 22.0351 12.5484 22.1026 12.6339 22.1595C12.7194 22.2146 12.8181 22.2631 12.9302 22.3048C13.0423 22.3447 13.1619 22.3789 13.2892 22.4074L13.8134 22.5328C14.0679 22.5897 14.3015 22.6657 14.5142 22.7607C14.727 22.8556 14.9112 22.9725 15.067 23.1111C15.2227 23.2498 15.3433 23.4131 15.4288 23.6011C15.5161 23.7892 15.5608 24.0047 15.5627 24.2479C15.5608 24.6049 15.4696 24.9145 15.2892 25.1766C15.1106 25.4368 14.8523 25.6391 14.5142 25.7835C14.1781 25.9259 13.7726 25.9971 13.2977 25.9971C12.8267 25.9971 12.4164 25.925 12.067 25.7806C11.7194 25.6363 11.4478 25.4226 11.2521 25.1396C11.0584 24.8547 10.9568 24.5024 10.9473 24.0826H12.141C12.1543 24.2782 12.2104 24.4416 12.3091 24.5726C12.4098 24.7018 12.5437 24.7996 12.7108 24.8661C12.8799 24.9307 13.0708 24.963 13.2835 24.963C13.4924 24.963 13.6738 24.9326 13.8276 24.8718C13.9834 24.811 14.104 24.7265 14.1895 24.6182C14.2749 24.51 14.3177 24.3856 14.3177 24.245C14.3177 24.114 14.2787 24.0038 14.2009 23.9145C14.1249 23.8253 14.0128 23.7493 13.8647 23.6866C13.7184 23.6239 13.5389 23.5669 13.3262 23.5157L12.6909 23.3561C12.199 23.2365 11.8105 23.0494 11.5256 22.7949C11.2407 22.5404 11.0992 22.1975 11.1011 21.7664C11.0992 21.4131 11.1933 21.1045 11.3832 20.8405C11.575 20.5764 11.8381 20.3704 12.1724 20.2222C12.5066 20.0741 12.8865 20 13.312 20C13.745 20 14.123 20.0741 14.4459 20.2222C14.7707 20.3704 15.0233 20.5764 15.2037 20.8405C15.3841 21.1045 15.4772 21.4103 15.4829 21.7578H14.3006Z",fill:"#FCFCFC"}),t.jsx("path",{d:"M10.2507 22.1225H9.00285C8.98005 21.9611 8.93352 21.8177 8.86324 21.6923C8.79297 21.5651 8.70275 21.4568 8.59259 21.3675C8.48243 21.2783 8.35517 21.2099 8.21082 21.1624C8.06837 21.1149 7.91358 21.0912 7.74644 21.0912C7.44444 21.0912 7.18138 21.1662 6.95726 21.3162C6.73314 21.4644 6.55935 21.6809 6.4359 21.9658C6.31244 22.2488 6.25071 22.5926 6.25071 22.9971C6.25071 23.4131 6.31244 23.7626 6.4359 24.0456C6.56125 24.3286 6.73599 24.5423 6.96011 24.6866C7.18423 24.831 7.44349 24.9031 7.73789 24.9031C7.90313 24.9031 8.05603 24.8813 8.19658 24.8376C8.33903 24.7939 8.46533 24.7303 8.5755 24.6467C8.68566 24.5612 8.77683 24.4577 8.849 24.3362C8.92307 24.2146 8.97436 24.076 9.00285 23.9202L10.2507 23.9259C10.2184 24.1937 10.1377 24.452 10.0085 24.7009C9.88129 24.9478 9.7094 25.169 9.49287 25.3647C9.27825 25.5584 9.02184 25.7122 8.72364 25.8262C8.42735 25.9383 8.09212 25.9943 7.71795 25.9943C7.19753 25.9943 6.73219 25.8765 6.32194 25.641C5.91358 25.4055 5.59069 25.0646 5.35328 24.6182C5.11776 24.1719 5 23.6315 5 22.9971C5 22.3609 5.11966 21.8196 5.35897 21.3732C5.59829 20.9269 5.92308 20.5869 6.33333 20.3533C6.74359 20.1178 7.20513 20 7.71795 20C8.05603 20 8.36942 20.0475 8.65812 20.1425C8.94871 20.2374 9.20607 20.3761 9.4302 20.5584C9.65432 20.7388 9.83665 20.9601 9.9772 21.2222C10.1197 21.4843 10.2108 21.7844 10.2507 22.1225Z",fill:"#FCFCFC"})]}),t.jsx("path",{d:"M30.8819 5.43478L27.9937 9.19732L25.1055 5.43478L27.031 5.43478L27.031 2.0903C27.031 1.39799 27.462 0.836119 27.9937 0.836119C28.5254 0.836119 28.9564 1.39799 28.9564 2.0903L28.9564 5.43478L30.8819 5.43478Z",fill:"#343839"})]})}function I8(e){return t.jsxs("svg",{...e,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("mask",{id:"mask0_4379_5175",maskUnits:"userSpaceOnUse",x:"2",y:"0",width:"30",height:"32",children:t.jsx("path",{d:"M32 0H2V32H32V0Z",fill:"white"})}),t.jsxs("g",{mask:"url(#mask0_4379_5175)",children:[t.jsx("path",{d:"M20.5149 2.99247C20.2102 2.65617 19.8406 2.3869 19.4289 2.20135C19.0173 2.01581 18.5724 1.91796 18.1219 1.91388H8.95228C8.31271 1.93183 7.70624 2.20591 7.26573 2.67607C6.82522 3.14624 6.58659 3.77415 6.60212 4.42224V29.4916C6.58659 30.1397 6.82522 30.7676 7.26573 31.2378C7.70624 31.708 8.31271 31.982 8.95228 32H25.8201C26.4597 31.982 27.0662 31.708 27.5067 31.2378C27.9472 30.7676 28.1858 30.1397 28.1703 29.4916V12.837C28.1765 11.8989 27.8315 10.9932 27.2048 10.3027L20.5149 2.99247ZM19.9455 4.5811L25.1302 10.245H21.265C21.0916 10.245 20.92 10.2104 20.7598 10.1431C20.5996 10.0759 20.454 9.97738 20.3314 9.85315C20.2088 9.72893 20.1116 9.58145 20.0452 9.41914C19.9789 9.25683 19.9447 9.08287 19.9447 8.90719L19.9455 4.5811ZM26.6857 29.4916C26.7007 29.7406 26.6183 29.9856 26.4562 30.1734C26.2942 30.3612 26.0657 30.4767 25.8201 30.495H8.95228C8.70689 30.4765 8.47855 30.3609 8.31669 30.1731C8.15483 29.9853 8.07248 29.7405 8.08748 29.4916V4.42224C8.07249 4.17325 8.15495 3.9283 8.31698 3.74049C8.47902 3.55268 8.70757 3.43713 8.95311 3.4189H18.1186C18.2337 3.41924 18.3484 3.43156 18.461 3.45569V8.91137C18.461 9.66533 18.7566 10.3884 19.2828 10.9215C19.8089 11.4547 20.5226 11.7542 21.2667 11.7542H26.014C26.1371 11.7532 26.258 11.721 26.3656 11.6605C26.5768 12.0165 26.6884 12.4241 26.6882 12.8395L26.6857 29.4916Z",fill:"#343839"}),t.jsx("path",{d:"M19.9455 4.5811L25.1302 10.245H21.265C21.0916 10.245 20.9199 10.2104 20.7598 10.1432C20.5996 10.0759 20.454 9.97738 20.3314 9.85315C20.2088 9.72893 20.1116 9.58145 20.0452 9.41914C19.9789 9.25683 19.9447 9.08287 19.9447 8.90719L19.9455 4.5811Z",fill:"#343839"}),t.jsx("path",{d:"M23.973 28.0326H3.13249C2.83206 28.0324 2.54401 27.9079 2.33165 27.6866C2.11929 27.4653 2 27.1653 2 26.8525V19.1801C2 18.8673 2.11929 18.5672 2.33165 18.3459C2.54401 18.1247 2.83206 18.0002 3.13249 18H23.973C24.2734 18.0002 24.5615 18.1247 24.7738 18.3459C24.9862 18.5672 25.1055 18.8673 25.1055 19.1801V26.8533C25.1055 27.1662 24.9862 27.4662 24.7738 27.6875C24.5615 27.9088 24.2734 28.0324 23.973 28.0326Z",fill:"#EA4335"}),t.jsx("path",{d:"M23.7256 20.0798V25.9173H22.6892L20.2201 22.2432H20.1785V25.9173H18.9786V20.0798H20.0316L22.4814 23.7511H22.5312V20.0798H23.7256Z",fill:"#FCFCFC"}),t.jsx("path",{d:"M18.0897 22.9986C18.0897 23.6352 17.9724 24.1767 17.7378 24.6233C17.505 25.0698 17.1873 25.4109 16.7845 25.6466C16.3836 25.8803 15.9328 25.9971 15.4322 25.9971C14.9278 25.9971 14.4752 25.8793 14.0743 25.6437C13.6734 25.4081 13.3566 25.067 13.1238 24.6204C12.891 24.1739 12.7746 23.6333 12.7746 22.9986C12.7746 22.362 12.891 21.8204 13.1238 21.3739C13.3566 20.9273 13.6734 20.5872 14.0743 20.3534C14.4752 20.1178 14.9278 20 15.4322 20C15.9328 20 16.3836 20.1178 16.7845 20.3534C17.1873 20.5872 17.505 20.9273 17.7378 21.3739C17.9724 21.8204 18.0897 22.362 18.0897 22.9986ZM16.8732 22.9986C16.8732 22.5862 16.8132 22.2385 16.6931 21.9553C16.5748 21.6722 16.4076 21.4575 16.1915 21.3112C15.9753 21.1648 15.7222 21.0917 15.4322 21.0917C15.1421 21.0917 14.889 21.1648 14.6729 21.3112C14.4567 21.4575 14.2886 21.6722 14.1685 21.9553C14.0503 22.2385 13.9912 22.5862 13.9912 22.9986C13.9912 23.4109 14.0503 23.7587 14.1685 24.0418C14.2886 24.3249 14.4567 24.5397 14.6729 24.686C14.889 24.8323 15.1421 24.9055 15.4322 24.9055C15.7222 24.9055 15.9753 24.8323 16.1915 24.686C16.4076 24.5397 16.5748 24.3249 16.6931 24.0418C16.8132 23.7587 16.8732 23.4109 16.8732 22.9986Z",fill:"#FCFCFC"}),t.jsx("path",{d:"M10.8397 21.7587C10.8175 21.5287 10.7224 21.3501 10.5542 21.2228C10.3861 21.0955 10.158 21.0318 9.86976 21.0318C9.67393 21.0318 9.50859 21.0603 9.37372 21.1173C9.23886 21.1724 9.1354 21.2494 9.06335 21.3482C8.99315 21.447 8.95805 21.5591 8.95805 21.6846C8.95435 21.7891 8.9756 21.8803 9.02178 21.9582C9.06982 22.0361 9.1354 22.1036 9.21854 22.1606C9.30167 22.2157 9.39774 22.2641 9.50674 22.3059C9.61574 22.3458 9.73213 22.38 9.85591 22.4086L10.3658 22.534C10.6134 22.591 10.8406 22.667 11.0475 22.762C11.2544 22.857 11.4336 22.9739 11.5851 23.1126C11.7366 23.2513 11.8539 23.4147 11.9371 23.6029C12.022 23.791 12.0655 24.0067 12.0673 24.2499C12.0655 24.6071 11.9768 24.9169 11.8013 25.1791C11.6276 25.4394 11.3764 25.6418 11.0475 25.7862C10.7205 25.9287 10.3261 26 9.86422 26C9.40605 26 9.007 25.9278 8.66707 25.7834C8.32899 25.639 8.06481 25.4252 7.87452 25.142C7.68608 24.857 7.58724 24.5045 7.578 24.0846H8.73912C8.75206 24.2803 8.80656 24.4437 8.90262 24.5748C9.00054 24.704 9.13078 24.8019 9.29336 24.8684C9.45778 24.933 9.64345 24.9653 9.85036 24.9653C10.0536 24.9653 10.23 24.9349 10.3797 24.8741C10.5311 24.8133 10.6485 24.7287 10.7316 24.6204C10.8147 24.5121 10.8563 24.3876 10.8563 24.247C10.8563 24.1159 10.8184 24.0057 10.7427 23.9164C10.6688 23.8271 10.5598 23.7511 10.4157 23.6884C10.2734 23.6257 10.0988 23.5686 9.89193 23.5173L9.27396 23.3577C8.79547 23.238 8.41767 23.0508 8.14055 22.7962C7.86343 22.5416 7.7258 22.1986 7.72765 21.7672C7.7258 21.4138 7.81725 21.105 8.00199 20.8409C8.18858 20.5767 8.44446 20.3705 8.76961 20.2223C9.09476 20.0741 9.46425 20 9.87808 20C10.2993 20 10.6669 20.0741 10.981 20.2223C11.2969 20.3705 11.5426 20.5767 11.7181 20.8409C11.8936 21.105 11.9842 21.4109 11.9897 21.7587H10.8397Z",fill:"#FCFCFC"}),t.jsx("path",{d:"M5.58276 20.0798H6.76883V24.1501C6.76883 24.5264 6.68661 24.8532 6.52219 25.1306C6.35962 25.4081 6.1333 25.6219 5.84325 25.772C5.5532 25.9221 5.21605 25.9972 4.83178 25.9972C4.49 25.9972 4.17963 25.9354 3.90066 25.8119C3.62354 25.6865 3.4037 25.4964 3.24112 25.2418C3.07855 24.9853 2.99818 24.6632 3.00003 24.2755H4.19441C4.1981 24.4295 4.22858 24.5615 4.28586 24.6717C4.34497 24.78 4.42534 24.8637 4.52695 24.9226C4.6304 24.9796 4.75234 25.0081 4.89274 25.0081C5.04054 25.0081 5.16524 24.9758 5.26685 24.9112C5.37031 24.8447 5.44882 24.7477 5.5024 24.6204C5.55598 24.4931 5.58276 24.3363 5.58276 24.1501V20.0798Z",fill:"#FCFCFC"})]}),t.jsx("path",{d:"M30.8819 5.43478L27.9937 9.19732L25.1055 5.43478L27.031 5.43478L27.031 2.0903C27.031 1.39799 27.462 0.836119 27.9937 0.836119C28.5254 0.836119 28.9564 1.39799 28.9564 2.0903L28.9564 5.43478L30.8819 5.43478Z",fill:"#343839"})]})}function N8(e){return t.jsxs("svg",{...e,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("mask",{id:"mask0_4379_5235",maskUnits:"userSpaceOnUse",x:"2",y:"0",width:"30",height:"32",children:t.jsx("path",{d:"M32 0H2V32H32V0Z",fill:"white"})}),t.jsxs("g",{mask:"url(#mask0_4379_5235)",children:[t.jsx("path",{d:"M20.5149 2.99247C20.2102 2.65617 19.8406 2.3869 19.4289 2.20135C19.0173 2.01581 18.5724 1.91796 18.1219 1.91388H8.95228C8.31271 1.93183 7.70624 2.20591 7.26573 2.67607C6.82522 3.14624 6.58659 3.77415 6.60212 4.42224V29.4916C6.58659 30.1397 6.82522 30.7676 7.26573 31.2378C7.70624 31.708 8.31271 31.982 8.95228 32H25.8201C26.4597 31.982 27.0662 31.708 27.5067 31.2378C27.9472 30.7676 28.1858 30.1397 28.1703 29.4916V12.837C28.1765 11.8989 27.8315 10.9932 27.2048 10.3027L20.5149 2.99247ZM19.9455 4.5811L25.1302 10.245H21.265C21.0916 10.245 20.92 10.2104 20.7598 10.1431C20.5996 10.0759 20.454 9.97738 20.3314 9.85315C20.2088 9.72893 20.1116 9.58145 20.0452 9.41914C19.9789 9.25683 19.9447 9.08287 19.9447 8.90719L19.9455 4.5811ZM26.6857 29.4916C26.7007 29.7406 26.6183 29.9856 26.4562 30.1734C26.2942 30.3612 26.0657 30.4767 25.8201 30.495H8.95228C8.70689 30.4765 8.47855 30.3609 8.31669 30.1731C8.15483 29.9853 8.07248 29.7405 8.08748 29.4916V4.42224C8.07249 4.17325 8.15495 3.9283 8.31698 3.74049C8.47902 3.55268 8.70757 3.43713 8.95311 3.4189H18.1186C18.2337 3.41924 18.3484 3.43156 18.461 3.45569V8.91137C18.461 9.66533 18.7566 10.3884 19.2828 10.9215C19.8089 11.4547 20.5226 11.7542 21.2667 11.7542H26.014C26.1371 11.7532 26.258 11.721 26.3656 11.6605C26.5768 12.0165 26.6884 12.4241 26.6882 12.8395L26.6857 29.4916Z",fill:"#343839"}),t.jsx("path",{d:"M19.9455 4.5811L25.1302 10.245H21.265C21.0916 10.245 20.9199 10.2104 20.7598 10.1432C20.5996 10.0759 20.454 9.97738 20.3314 9.85315C20.2088 9.72893 20.1116 9.58145 20.0452 9.41914C19.9789 9.25683 19.9447 9.08287 19.9447 8.90719L19.9455 4.5811Z",fill:"#343839"}),t.jsx("path",{d:"M23.973 28.0326H3.13249C2.83206 28.0324 2.54401 27.9079 2.33165 27.6866C2.11929 27.4653 2 27.1653 2 26.8525V19.1801C2 18.8673 2.11929 18.5672 2.33165 18.3459C2.54401 18.1247 2.83206 18.0002 3.13249 18H23.973C24.2734 18.0002 24.5615 18.1247 24.7738 18.3459C24.9862 18.5672 25.1055 18.8673 25.1055 19.1801V26.8533C25.1055 27.1662 24.9862 27.4662 24.7738 27.6875C24.5615 27.9088 24.2734 28.0324 23.973 28.0326Z",fill:"#EA4335"})]}),t.jsx("path",{d:"M30.8819 5.43478L27.9937 9.19732L25.1055 5.43478L27.031 5.43478L27.031 2.0903C27.031 1.39799 27.462 0.836119 27.9937 0.836119C28.5254 0.836119 28.9564 1.39799 28.9564 2.0903L28.9564 5.43478L30.8819 5.43478Z",fill:"#343839"}),t.jsx("path",{d:"M17.3438 26V20H21.3164V21.0459H18.6123V22.4756H21.0527V23.5215H18.6123V26H17.3438Z",fill:"#FCFCFC"}),t.jsx("path",{d:"M13.4685 26H11.3416V20H13.4861C14.0896 20 14.6091 20.1201 15.0447 20.3604C15.4802 20.5986 15.8152 20.9414 16.0496 21.3887C16.2859 21.8359 16.4041 22.3711 16.4041 22.9941C16.4041 23.6191 16.2859 24.1563 16.0496 24.6055C15.8152 25.0547 15.4783 25.3994 15.0388 25.6396C14.6013 25.8799 14.0779 26 13.4685 26ZM12.6101 24.9131H13.4158C13.7908 24.9131 14.1062 24.8467 14.3621 24.7139C14.6199 24.5791 14.8132 24.3711 14.9421 24.0898C15.073 23.8066 15.1384 23.4414 15.1384 22.9941C15.1384 22.5508 15.073 22.1885 14.9421 21.9072C14.8132 21.626 14.6209 21.4189 14.365 21.2861C14.1091 21.1533 13.7937 21.0869 13.4187 21.0869H12.6101V24.9131Z",fill:"#FCFCFC"}),t.jsx("path",{d:"M6 26V20H8.36719C8.82227 20 9.20996 20.0869 9.53027 20.2607C9.85059 20.4326 10.0947 20.6719 10.2627 20.9785C10.4326 21.2832 10.5176 21.6348 10.5176 22.0332C10.5176 22.4316 10.4316 22.7832 10.2598 23.0879C10.0879 23.3926 9.83887 23.6299 9.5127 23.7998C9.18848 23.9697 8.7959 24.0547 8.33496 24.0547H6.82617V23.0381H8.12988C8.37402 23.0381 8.5752 22.9961 8.7334 22.9121C8.89355 22.8262 9.0127 22.708 9.09082 22.5576C9.1709 22.4053 9.21094 22.2305 9.21094 22.0332C9.21094 21.834 9.1709 21.6602 9.09082 21.5117C9.0127 21.3613 8.89355 21.2451 8.7334 21.1631C8.57324 21.0791 8.37012 21.0371 8.12402 21.0371H7.26855V26H6Z",fill:"#FCFCFC"})]})}function T8(e){return t.jsxs("svg",{...e,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("mask",{id:"mask0_4381_5338",maskUnits:"userSpaceOnUse",x:"2",y:"0",width:"30",height:"32",children:t.jsx("path",{d:"M32 0H2V32H32V0Z",fill:"white"})}),t.jsxs("g",{mask:"url(#mask0_4381_5338)",children:[t.jsx("path",{d:"M20.5149 2.99247C20.2102 2.65617 19.8406 2.3869 19.4289 2.20135C19.0173 2.01581 18.5724 1.91796 18.1219 1.91388H8.95227C8.3127 1.93183 7.70623 2.20591 7.26572 2.67607C6.82521 3.14624 6.58658 3.77415 6.60212 4.42224V29.4916C6.58658 30.1397 6.82521 30.7676 7.26572 31.2378C7.70623 31.708 8.3127 31.982 8.95227 32H25.8201C26.4597 31.982 27.0661 31.708 27.5067 31.2378C27.9472 30.7676 28.1858 30.1397 28.1703 29.4916V12.837C28.1765 11.8989 27.8315 10.9932 27.2048 10.3027L20.5149 2.99247ZM19.9455 4.5811L25.1302 10.245H21.265C21.0916 10.245 20.9199 10.2104 20.7598 10.1431C20.5996 10.0759 20.454 9.97738 20.3314 9.85315C20.2088 9.72893 20.1116 9.58145 20.0452 9.41914C19.9789 9.25683 19.9447 9.08287 19.9447 8.90719L19.9455 4.5811ZM26.6857 29.4916C26.7007 29.7406 26.6183 29.9856 26.4562 30.1734C26.2942 30.3612 26.0656 30.4767 25.8201 30.495H8.95227C8.70688 30.4765 8.47854 30.3609 8.31668 30.1731C8.15482 29.9853 8.07247 29.7405 8.08747 29.4916V4.42224C8.07248 4.17325 8.15494 3.9283 8.31697 3.74049C8.47901 3.55268 8.70756 3.43713 8.9531 3.4189H18.1186C18.2336 3.41924 18.3484 3.43156 18.461 3.45569V8.91137C18.461 9.66533 18.7566 10.3884 19.2828 10.9215C19.8089 11.4547 20.5226 11.7542 21.2667 11.7542H26.014C26.1371 11.7532 26.2579 11.721 26.3656 11.6605C26.5768 12.0165 26.6884 12.4241 26.6882 12.8395L26.6857 29.4916Z",fill:"#343839"}),t.jsx("path",{d:"M19.9455 4.5811L25.1302 10.245H21.265C21.0916 10.245 20.9199 10.2104 20.7598 10.1432C20.5996 10.0759 20.454 9.97738 20.3314 9.85315C20.2088 9.72893 20.1116 9.58145 20.0452 9.41914C19.9789 9.25683 19.9447 9.08287 19.9447 8.90719L19.9455 4.5811Z",fill:"#343839"})]}),t.jsx("path",{d:"M30.8819 5.43478L27.9937 9.19732L25.1055 5.43478L27.0309 5.43478L27.0309 2.0903C27.0309 1.39799 27.462 0.836119 27.9937 0.836119C28.5254 0.836119 28.9564 1.39799 28.9564 2.0903L28.9564 5.43478L30.8819 5.43478Z",fill:"#343839"}),t.jsx("path",{d:"M23.973 28.0326H3.13249C2.83206 28.0324 2.54401 27.9079 2.33165 27.6866C2.11929 27.4653 2 27.1653 2 26.8525V19.1801C2 18.8673 2.11929 18.5672 2.33165 18.3459C2.54401 18.1247 2.83206 18.0002 3.13249 18H23.973C24.2734 18.0002 24.5615 18.1247 24.7738 18.3459C24.9862 18.5672 25.1055 18.8673 25.1055 19.1801V26.8533C25.1055 27.1662 24.9862 27.4662 24.7738 27.6875C24.5615 27.9088 24.2734 28.0324 23.973 28.0326Z",fill:"#1990FF"}),t.jsx("path",{d:"M17.6553 25.9162V20H18.944V24.8849H21.5572V25.9162H17.6553Z",fill:"#FCFCFC"}),t.jsx("path",{d:"M12.1141 25.9162V20H14.5547C15.0031 20 15.3771 20.0645 15.6768 20.1935C15.9764 20.3226 16.2016 20.5017 16.3524 20.7309C16.5032 20.9581 16.5786 21.22 16.5786 21.5166C16.5786 21.7477 16.531 21.9509 16.4357 22.1261C16.3405 22.2995 16.2095 22.442 16.0428 22.5537C15.8782 22.6635 15.6897 22.7415 15.4773 22.7877V22.8455C15.7095 22.8551 15.9268 22.9186 16.1292 23.0361C16.3335 23.1536 16.4992 23.3182 16.6262 23.5301C16.7532 23.74 16.8167 23.9904 16.8167 24.2812C16.8167 24.5951 16.7363 24.8753 16.5756 25.1218C16.4169 25.3664 16.1817 25.5599 15.8702 25.7025C15.5587 25.845 15.1748 25.9162 14.7184 25.9162H12.1141ZM13.4029 24.8936H14.4535C14.8126 24.8936 15.0746 24.8272 15.2392 24.6943C15.4039 24.5595 15.4863 24.3804 15.4863 24.157C15.4863 23.9933 15.4456 23.8488 15.3642 23.7236C15.2829 23.5985 15.1668 23.5002 15.016 23.429C14.8672 23.3577 14.6896 23.3221 14.4833 23.3221H13.4029V24.8936ZM13.4029 22.4757H14.3583C14.5348 22.4757 14.6916 22.4458 14.8285 22.3861C14.9674 22.3245 15.0765 22.2378 15.1559 22.1261C15.2373 22.0144 15.2779 21.8806 15.2779 21.7246C15.2779 21.5108 15.1996 21.3385 15.0428 21.2075C14.888 21.0766 14.6678 21.0111 14.3821 21.0111H13.4029V22.4757Z",fill:"#FCFCFC"}),t.jsx("path",{d:"M9.76505 20H11.0538V23.8421C11.0538 24.2735 10.9476 24.6509 10.7353 24.9745C10.525 25.298 10.2303 25.5503 9.85136 25.7313C9.47237 25.9104 9.03089 26 8.5269 26C8.02092 26 7.57844 25.9104 7.19946 25.7313C6.82047 25.5503 6.52582 25.298 6.31549 24.9745C6.10516 24.6509 6 24.2735 6 23.8421V20H7.28875V23.7352C7.28875 23.9605 7.33934 24.1608 7.44054 24.3361C7.54372 24.5113 7.68857 24.649 7.87508 24.7492C8.0616 24.8493 8.27887 24.8994 8.5269 24.8994C8.77691 24.8994 8.99418 24.8493 9.17871 24.7492C9.36523 24.649 9.50908 24.5113 9.61028 24.3361C9.71346 24.1608 9.76505 23.9605 9.76505 23.7352V20Z",fill:"#FCFCFC"})]})}function J8(e){return t.jsxs("svg",{...e,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("mask",{id:"mask0_4381_5398",maskUnits:"userSpaceOnUse",x:"2",y:"0",width:"30",height:"32",children:t.jsx("path",{d:"M32 0H2V32H32V0Z",fill:"white"})}),t.jsxs("g",{mask:"url(#mask0_4381_5398)",children:[t.jsx("path",{d:"M20.5149 2.99247C20.2102 2.65617 19.8406 2.3869 19.4289 2.20135C19.0173 2.01581 18.5724 1.91796 18.1219 1.91388H8.95227C8.3127 1.93183 7.70623 2.20591 7.26572 2.67607C6.82521 3.14624 6.58658 3.77415 6.60212 4.42224V29.4916C6.58658 30.1397 6.82521 30.7676 7.26572 31.2378C7.70623 31.708 8.3127 31.982 8.95227 32H25.8201C26.4597 31.982 27.0661 31.708 27.5067 31.2378C27.9472 30.7676 28.1858 30.1397 28.1703 29.4916V12.837C28.1765 11.8989 27.8315 10.9932 27.2048 10.3027L20.5149 2.99247ZM19.9455 4.5811L25.1302 10.245H21.265C21.0916 10.245 20.9199 10.2104 20.7598 10.1431C20.5996 10.0759 20.454 9.97738 20.3314 9.85315C20.2088 9.72893 20.1116 9.58145 20.0452 9.41914C19.9789 9.25683 19.9447 9.08287 19.9447 8.90719L19.9455 4.5811ZM26.6857 29.4916C26.7007 29.7406 26.6183 29.9856 26.4562 30.1734C26.2942 30.3612 26.0656 30.4767 25.8201 30.495H8.95227C8.70688 30.4765 8.47854 30.3609 8.31668 30.1731C8.15482 29.9853 8.07247 29.7405 8.08747 29.4916V4.42224C8.07248 4.17325 8.15494 3.9283 8.31697 3.74049C8.47901 3.55268 8.70756 3.43713 8.9531 3.4189H18.1186C18.2336 3.41924 18.3484 3.43156 18.461 3.45569V8.91137C18.461 9.66533 18.7566 10.3884 19.2828 10.9215C19.8089 11.4547 20.5226 11.7542 21.2667 11.7542H26.014C26.1371 11.7532 26.2579 11.721 26.3656 11.6605C26.5768 12.0165 26.6884 12.4241 26.6882 12.8395L26.6857 29.4916Z",fill:"#343839"}),t.jsx("path",{d:"M19.9455 4.5811L25.1302 10.245H21.265C21.0916 10.245 20.9199 10.2104 20.7598 10.1432C20.5996 10.0759 20.454 9.97738 20.3314 9.85315C20.2088 9.72893 20.1116 9.58145 20.0452 9.41914C19.9789 9.25683 19.9447 9.08287 19.9447 8.90719L19.9455 4.5811Z",fill:"#343839"})]}),t.jsx("path",{d:"M30.8819 5.43478L27.9937 9.19732L25.1055 5.43478L27.0309 5.43478L27.0309 2.0903C27.0309 1.39799 27.462 0.836119 27.9937 0.836119C28.5254 0.836119 28.9564 1.39799 28.9564 2.0903L28.9564 5.43478L30.8819 5.43478Z",fill:"#343839"}),t.jsx("path",{d:"M23.973 28.0326H3.13249C2.83206 28.0324 2.54401 27.9079 2.33165 27.6866C2.11929 27.4653 2 27.1653 2 26.8525V19.1801C2 18.8673 2.11929 18.5672 2.33165 18.3459C2.54401 18.1247 2.83206 18.0002 3.13249 18H23.973C24.2734 18.0002 24.5615 18.1247 24.7738 18.3459C24.9862 18.5672 25.1055 18.8673 25.1055 19.1801V26.8533C25.1055 27.1662 24.9862 27.4662 24.7738 27.6875C24.5615 27.9088 24.2734 28.0324 23.973 28.0326Z",fill:"#343839"}),t.jsx("path",{d:"M15.8853 26V20H18.2524C18.7075 20 19.0952 20.0869 19.4155 20.2607C19.7358 20.4326 19.98 20.6719 20.148 20.9785C20.3179 21.2832 20.4028 21.6348 20.4028 22.0332C20.4028 22.4316 20.3169 22.7832 20.145 23.0879C19.9731 23.3926 19.7241 23.6299 19.398 23.7998C19.0737 23.9697 18.6812 24.0547 18.2202 24.0547H16.7114V23.0381H18.0151C18.2593 23.0381 18.4605 22.9961 18.6187 22.9121C18.7788 22.8262 18.898 22.708 18.9761 22.5576C19.0562 22.4053 19.0962 22.2305 19.0962 22.0332C19.0962 21.834 19.0562 21.6602 18.9761 21.5117C18.898 21.3613 18.7788 21.2451 18.6187 21.1631C18.4585 21.0791 18.2554 21.0371 18.0093 21.0371H17.1538V26H15.8853Z",fill:"#FCFCFC"}),t.jsx("path",{d:"M14.8416 20V26H13.573V20H14.8416Z",fill:"#FCFCFC"}),t.jsx("path",{d:"M8.00586 26V25.2471L11 21.0459H8V20H12.5938V20.7529L9.59668 24.9541H12.5996V26H8.00586Z",fill:"#FCFCFC"})]})}function W8(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.7333 2.13332C3.43875 2.13332 3.19997 2.3721 3.19997 2.66665V13.3333C3.19997 13.6279 3.43875 13.8667 3.7333 13.8667H12.2666C12.5612 13.8667 12.8 13.6279 12.8 13.3333V6.39998H9.06663C8.77208 6.39998 8.5333 6.1612 8.5333 5.86665V2.13332H3.7333ZM9.59997 2.88756L12.0457 5.33332H9.59997V2.88756ZM2.1333 2.66665C2.1333 1.78299 2.84965 1.06665 3.7333 1.06665H9.06663C9.20808 1.06665 9.34374 1.12284 9.44376 1.22286L13.7104 5.48953C13.8104 5.58955 13.8666 5.7252 13.8666 5.86665V13.3333C13.8666 14.217 13.1503 14.9333 12.2666 14.9333H3.7333C2.84964 14.9333 2.1333 14.217 2.1333 13.3333V2.66665Z",fill:"currentcolor"})})}function G8(e){return t.jsx("svg",{...e,viewBox:"0 0 20 20",fill:"currentcolor",children:t.jsx("path",{d:"M8.33139 1.67773C5.36388 1.67773 2.49805 4.5159 2.49805 7.48507C2.49805 7.49365 2.49805 7.5024 2.49805 7.51107C2.49805 9.56107 2.49805 12.008 2.49805 12.2246C2.49805 13.7777 3.84056 15.0111 5.46639 15.0111H5.83139V15.5579C5.83139 17.1111 7.1739 18.3444 8.79973 18.3444H14.5297C16.1556 18.3444 17.4981 17.1111 17.4981 15.5579V7.79757C17.4981 6.2444 16.1556 5.01107 14.5297 5.01107H14.1647V4.46423C14.1647 2.91107 12.8222 1.67773 11.1964 1.67773C11.0181 1.67773 11.0097 1.67773 8.33139 1.67773ZM7.49805 3.55273V5.5579C7.49805 6.15257 6.93638 6.67773 6.19638 6.67773H4.34721C4.72971 5.20507 6.02139 3.94473 7.49805 3.55273ZM14.1647 6.67773H14.5297C15.2697 6.67773 15.8314 7.2029 15.8314 7.79757V15.5579C15.8314 16.1526 15.2697 16.6777 14.5297 16.6777H8.79973C8.05973 16.6777 7.49805 16.1526 7.49805 15.5579V15.0111H11.1964C12.8222 15.0111 14.1647 13.7777 14.1647 12.2246V6.67773Z"})})}function X8(e){return t.jsx("svg",{...e,viewBox:"0 0 18 19",fill:"currentcolor",children:t.jsx("path",{d:"M2.99829 0.682129C1.24429 0.683129 0.008291 1.90913 -0.00170898 3.68213V5.68213C-0.000708986 5.72213 -0.00170898 14.6821 -0.00170898 14.6821C-0.00170898 16.8911 1.78929 18.6821 3.99828 18.6821H13.9983C16.2073 18.6821 17.9983 16.8911 17.9983 14.6821V8.68213C17.9973 8.59713 17.9983 6.84013 17.9983 6.71313C18.0053 4.97213 16.7203 3.68913 14.9983 3.68213C14.7263 3.68113 14.0513 3.68113 14.0613 3.68213C13.1383 3.67913 12.9253 3.49513 12.3423 2.62013C11.4253 1.24513 10.6533 0.682129 8.99828 0.682129H2.99829ZM2.99829 2.68213H8.99828C9.84328 2.68213 10.0713 2.86913 10.6543 3.74413C11.5713 5.11913 12.3433 5.68213 13.9983 5.68213C13.9723 5.68313 14.7223 5.68113 14.9983 5.68213C15.6223 5.68513 16.0013 6.08313 15.9983 6.71313C15.9983 6.77713 15.9973 7.21813 15.9983 7.68213C15.3583 7.68213 15.1983 7.68213 11.9983 7.68213C11.1533 7.68213 10.9253 7.49513 10.3423 6.62013C9.42527 5.24513 8.65328 4.68213 6.99828 4.68213C6.11328 4.68213 3.43429 4.68213 1.99829 4.68213V3.68213C2.00229 3.01813 2.34029 2.68213 2.99829 2.68213Z",fill:"#6C7275"})})}function U8(e){return t.jsx("svg",{...e,viewBox:"0 0 20 19",fill:"currentcolor",children:t.jsx("path",{d:"M2.99829 0.68213C1.38729 0.68213 0.0122901 1.96913 -0.00170994 3.68213V14.6821C-0.00170994 15.7961 0.45129 16.8001 1.18629 17.5261C1.54429 17.8791 1.96529 18.1711 2.43629 18.3701C2.91929 18.5731 3.45429 18.6821 3.99829 18.6821H5.99829H12.9983C14.0523 18.6821 15.0383 18.2771 15.7793 17.5571C16.1773 17.1711 16.6333 16.0351 17.4363 13.6821C17.5003 13.4921 18.9473 9.0291 18.9673 8.9631C19.1653 8.3201 18.6713 7.6821 17.9983 7.6821C17.8733 7.6821 17.2123 7.6821 16.9983 7.6821V6.68213C16.9983 5.02513 15.6553 3.68213 13.9983 3.68213H11.9983C11.1533 3.68213 10.9253 3.49513 10.3423 2.62013C9.4253 1.24513 8.6533 0.68213 6.99829 0.68213C6.12329 0.68213 3.87329 0.68213 2.99829 0.68213ZM2.99829 2.68213C3.87329 2.68213 6.12329 2.68213 6.99829 2.68213C7.8433 2.68213 8.0713 2.86913 8.6543 3.74413C9.5713 5.11913 10.3433 5.68213 11.9983 5.68213H13.9983C14.5503 5.68213 14.9983 6.13013 14.9983 6.68213V7.6821C11.5293 7.6821 6.24829 7.6821 4.99829 7.6821C4.58429 7.6821 4.20929 7.9511 4.06029 8.3381C4.06029 8.3381 2.90229 11.3631 1.99829 13.7131V3.68213C2.00329 3.10513 2.45829 2.68213 2.99829 2.68213Z"})})}function z8(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M5.99804 2.99023C4.34104 2.99023 2.99805 4.33333 2.99805 5.99023V7.99023V16.9902C2.99805 19.1992 4.78904 20.9902 6.99804 20.9902H16.998C19.207 20.9902 20.998 19.1992 20.998 16.9902V7.99023C20.998 7.43793 20.55 6.99023 19.998 6.99023C19.998 6.99023 17.095 6.99023 14.998 6.99023C14.243 6.99023 14 6.74533 13.404 5.55273C12.501 3.74533 11.743 2.99023 9.99804 2.99023H5.99804ZM5.99804 4.99023H9.99804C10.753 4.99023 10.996 5.23513 11.592 6.42773C11.722 6.68883 11.776 6.77213 11.904 6.99023C8.45804 6.99023 5.98304 6.99023 4.99804 6.99023V5.99023C4.99804 5.43793 5.44604 4.99023 5.99804 4.99023ZM11.998 10.9902C12.55 10.9902 12.998 11.4382 12.998 11.9902V12.9902H13.998C14.55 12.9902 14.998 13.4382 14.998 13.9902C14.998 14.5422 14.55 14.9902 13.998 14.9902H12.998V15.9902C12.998 16.5422 12.55 16.9902 11.998 16.9902C11.446 16.9902 10.998 16.5422 10.998 15.9902V14.9902H9.99804C9.44604 14.9902 8.99804 14.5422 8.99804 13.9902C8.99804 13.4382 9.44604 12.9902 9.99804 12.9902H10.998V11.9902C10.998 11.4382 11.446 10.9902 11.998 10.9902Z"})})}function q8(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M12.5 4.99902H11.5V9.49902H5V10.499C5 10.6316 5.05268 10.7588 5.14645 10.8526C5.24021 10.9463 5.36739 10.999 5.5 10.999H11L13 12.999V5.49902C13 5.36642 12.9473 5.23924 12.8536 5.14547C12.7598 5.0517 12.6326 4.99902 12.5 4.99902ZM10.5 7.99902V3.49902C10.5 3.36642 10.4473 3.23924 10.3536 3.14547C10.2598 3.0517 10.1326 2.99902 10 2.99902H3.5C3.36739 2.99902 3.24021 3.0517 3.14645 3.14547C3.05268 3.23924 3 3.36642 3 3.49902V10.499L5 8.49902H10C10.1326 8.49902 10.2598 8.44634 10.3536 8.35258C10.4473 8.25881 10.5 8.13163 10.5 7.99902Z",fill:"currentcolor"})})}function K8(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M5.97803 1.63718C5.03269 1.93652 4.21736 2.42652 3.4987 3.09519C3.2767 3.30252 3.2087 3.64052 3.3527 3.90785C3.8867 4.89519 3.32802 5.95119 2.12402 6.01186C1.82869 6.02719 1.56803 6.24518 1.4987 6.53252C1.37936 7.02918 1.33203 7.44519 1.33203 7.99118C1.33203 8.44918 1.38136 8.96719 1.47803 9.42852C1.53803 9.71652 1.7887 9.92385 2.08203 9.94985C3.29403 10.0545 3.89404 10.9785 3.3527 12.1578C3.2327 12.4198 3.28736 12.7332 3.4987 12.9285C4.2067 13.5839 5.02003 14.0452 5.97803 14.3452C6.25136 14.4312 6.56003 14.3279 6.72803 14.0952C7.46936 13.0699 8.5447 13.0659 9.2487 14.0952C9.4147 14.3379 9.7187 14.4545 9.9987 14.3658C10.9234 14.0752 11.7847 13.5799 12.4987 12.9285C12.7187 12.7285 12.7767 12.4038 12.6447 12.1372C12.09 11.0178 12.728 9.98985 13.8734 9.97051C14.1774 9.96518 14.448 9.76518 14.5194 9.47051C14.6347 8.99251 14.6654 8.57585 14.6654 7.99118C14.6654 7.48852 14.606 6.99319 14.4987 6.51186C14.4307 6.20786 14.1647 5.99185 13.8527 5.99119C12.7254 5.98919 12.0934 4.88119 12.6447 3.90785C12.798 3.63652 12.75 3.30452 12.5194 3.09519C11.7927 2.43519 10.9067 1.91985 9.97803 1.63718C9.69269 1.55052 9.38936 1.65719 9.22803 1.90785C8.58403 2.90785 7.38136 2.92586 6.7487 1.92853C6.5867 1.67319 6.26603 1.54518 5.97803 1.63718ZM7.9987 5.32452C9.47136 5.32452 10.6654 6.51852 10.6654 7.99118C10.6654 9.46385 9.47136 10.6579 7.9987 10.6579C6.52603 10.6579 5.33203 9.46385 5.33203 7.99118C5.33203 6.51852 6.52603 5.32452 7.9987 5.32452Z"})})}function Y8(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 2.99902C5.23757 2.99902 3 5.29288 3 8.12481C3 10.3903 4.43339 12.3098 6.41928 12.9894C6.66789 13.0366 6.75997 12.8793 6.75997 12.7408C6.75997 12.6181 6.75691 12.2972 6.75384 11.8692C5.36341 12.1776 5.06875 11.1833 5.06875 11.1833C4.84162 10.5917 4.5132 10.4312 4.5132 10.4312C4.05893 10.1134 4.54696 10.1197 4.54696 10.1197C5.04727 10.1575 5.3143 10.6484 5.3143 10.6484C5.75936 11.4319 6.48373 11.2053 6.76918 11.0732C6.81522 10.7428 6.94414 10.5162 7.08533 10.3872C5.97729 10.2613 4.81093 9.82081 4.81093 7.85735C4.81093 7.29725 5.0043 6.841 5.32658 6.48229C5.2744 6.35013 5.10252 5.83095 5.37262 5.12611C5.37262 5.12611 5.79312 4.98766 6.7477 5.65159C7.14672 5.53831 7.57336 5.48168 8 5.47853C8.42357 5.48168 8.85328 5.53831 9.2523 5.65159C10.2069 4.98766 10.6274 5.12611 10.6274 5.12611C10.9006 5.83095 10.7287 6.35328 10.6765 6.48229C10.9957 6.841 11.1891 7.29725 11.1891 7.85735C11.1891 9.82711 10.0196 10.2582 8.90546 10.3872C9.08349 10.5445 9.24616 10.8592 9.24616 11.3375C9.24616 12.0234 9.24002 12.5741 9.24002 12.744C9.24002 12.8824 9.32904 13.0398 9.58379 12.9894C11.5697 12.3098 13 10.3903 13 8.12795C13 5.29288 10.7624 2.99902 8 2.99902Z",fill:"currentcolor"})})}function Q8(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M7.9987 1.34375C4.31683 1.34375 1.33203 4.32842 1.33203 8.01042C1.33203 9.08775 1.5899 10.1018 2.04343 11.0024C3.14036 13.1804 5.32943 14.6764 7.9987 14.6771C11.6806 14.6777 14.6654 11.6924 14.6654 8.01042C14.6654 4.32842 11.6806 1.34375 7.9987 1.34375ZM7.9987 2.67708C8.61997 2.67708 9.33403 3.73641 9.68937 5.29441C9.14997 5.32908 8.5851 5.34375 7.9987 5.34375C7.40983 5.34375 6.8449 5.32175 6.30477 5.28575C6.65983 3.78575 7.37743 2.67708 7.9987 2.67708ZM5.6419 3.22575C5.33797 3.78508 5.11463 4.49575 4.96296 5.16575C4.46976 5.09908 4.0233 5.00242 3.64763 4.90708C4.16463 4.19975 4.85216 3.60308 5.6419 3.22575ZM10.365 3.22174C11.0894 3.59641 11.82 4.19109 12.3484 4.91909C11.9732 5.01309 11.5143 5.09643 11.0237 5.16109C10.872 4.49109 10.6166 3.74641 10.365 3.22174ZM3.01483 6.11041C3.52043 6.26441 4.04203 6.37908 4.74337 6.47308C4.68583 6.98042 4.66536 7.46708 4.66536 8.01042C4.66536 8.55375 4.6907 9.04908 4.74823 9.55642C4.03343 9.65242 3.5151 9.74575 3.00183 9.90175C2.7663 9.29975 2.66536 8.69575 2.66536 8.01042C2.66536 7.32508 2.7793 6.71241 3.01483 6.11041ZM12.9766 6.11375C13.2122 6.71575 13.332 7.32508 13.332 8.01042C13.332 8.69575 13.2171 9.30175 12.9816 9.90375C12.4697 9.74775 11.9517 9.64308 11.2396 9.54775C11.2957 9.04575 11.332 8.54642 11.332 8.01042C11.332 7.46708 11.2956 6.97107 11.238 6.46307C11.9378 6.36641 12.4709 6.26708 12.9766 6.11375ZM6.08396 6.60175C6.7019 6.64641 7.3245 6.67708 7.9987 6.67708C8.6691 6.67708 9.30243 6.64642 9.9175 6.59975C9.97377 7.06842 9.9987 7.49575 9.9987 8.01042C9.9987 8.52508 9.98077 8.94108 9.92457 9.40908C9.30743 9.36374 8.67077 9.34375 7.9987 9.34375C7.3249 9.34375 6.69417 9.36776 6.07457 9.41376C6.01677 8.93976 5.9987 8.53308 5.9987 8.01042C5.9987 7.49575 6.0277 7.06975 6.08396 6.60175ZM7.9987 10.6771C8.58423 10.6771 9.1457 10.6991 9.6849 10.7337C9.30983 12.2944 8.62263 13.3437 7.9987 13.3437C7.37743 13.3437 6.67576 12.2438 6.2909 10.7324C6.83176 10.6964 7.4089 10.6771 7.9987 10.6771ZM4.96603 10.8624C5.11763 11.5324 5.3815 12.2678 5.6331 12.7931C4.89496 12.4424 4.18623 11.8384 3.6459 11.1144C4.0279 11.0178 4.46037 10.9298 4.96603 10.8624ZM11.0257 10.8611C11.5274 10.9264 11.9618 11.0211 12.3431 11.1164C11.86 11.7657 11.1508 12.4084 10.3716 12.7844C10.6558 12.2044 10.874 11.5311 11.0257 10.8611Z"})})}function $8(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M8.00456 2.5C5.4791 2.5 3.32848 4.12626 2.61283 6.36754H3.41185C3.49486 6.14602 3.59411 5.93256 3.70897 5.72798H5.24658C5.17952 5.93719 5.12439 6.15117 5.07872 6.36754H5.8576C5.91202 6.14949 5.97688 5.93537 6.054 5.72798H7.5379V6.36754H8.28992V5.72798H9.893C9.97926 5.93555 10.0517 6.14931 10.1129 6.36754H10.8918C10.8395 6.15094 10.7785 5.93737 10.7038 5.72798H12.3001C12.415 5.9326 12.5142 6.14597 12.5973 6.36754H13.3946C12.679 4.12626 10.53 2.5 8.00456 2.5ZM9.1393 3.38463C10.1919 3.62667 11.1112 4.19428 11.7764 4.97596H10.3815C10.0699 4.37324 9.65717 3.82927 9.1393 3.38463ZM6.64991 3.44002C6.18372 3.87275 5.81602 4.3967 5.54202 4.97596H4.2327C4.8512 4.24914 5.68921 3.70748 6.64991 3.44002ZM8.28992 3.68175C8.78573 4.02114 9.1858 4.46871 9.50356 4.97596H8.28992V3.68175ZM7.5379 3.68678V4.97596H6.40483C6.69593 4.46755 7.06755 4.0211 7.5379 3.68678ZM2.83776 7.09438C2.76293 7.09438 2.70042 7.11127 2.64976 7.14642C2.59909 7.18157 2.57422 7.22536 2.57422 7.27567C2.57422 7.31332 2.58506 7.36549 2.60947 7.43346L3.00898 8.58164C3.02115 8.61597 3.03516 8.65467 3.05095 8.69578C3.06673 8.73689 3.08879 8.77346 3.11473 8.8049C3.14067 8.83633 3.17598 8.86047 3.22049 8.87875C3.265 8.89703 3.32089 8.90561 3.38835 8.90561C3.47201 8.90561 3.53772 8.89044 3.58811 8.86029C3.63849 8.83014 3.67445 8.79771 3.69386 8.76125C3.71326 8.72479 3.73739 8.66864 3.76772 8.59171L4.12526 7.58454L4.48113 8.59674C4.51076 8.67174 4.53436 8.72709 4.55331 8.76293C4.57226 8.79877 4.607 8.83224 4.65739 8.86197C4.70777 8.8917 4.77481 8.90561 4.85882 8.90561C4.94714 8.90561 5.01636 8.89111 5.06529 8.86029C5.11421 8.82947 5.14846 8.79478 5.16769 8.75621C5.18691 8.71765 5.20946 8.65886 5.23651 8.58164L5.63602 7.43346C5.66078 7.36138 5.67295 7.30921 5.67295 7.27567C5.67295 7.22447 5.64702 7.18112 5.59574 7.14642C5.54444 7.11172 5.48292 7.09438 5.40941 7.09438C5.33569 7.09438 5.27881 7.10744 5.23987 7.13467C5.20092 7.1619 5.17417 7.1915 5.15929 7.22363C5.14441 7.25577 5.12906 7.29823 5.11397 7.34953L4.83196 8.32649L4.51638 7.41164C4.48689 7.33481 4.46294 7.27962 4.4442 7.24378C4.42546 7.20794 4.38925 7.17317 4.33845 7.14138C4.28764 7.1096 4.21678 7.09438 4.12526 7.09438C4.03527 7.09438 3.96497 7.10908 3.91208 7.1397C3.85919 7.17033 3.82141 7.20623 3.79961 7.24546C3.77781 7.28469 3.754 7.33927 3.72743 7.41164L3.41353 8.32649L3.12984 7.34282C3.10766 7.26822 3.07887 7.20887 3.04423 7.1632C3.0096 7.11754 2.94111 7.09438 2.83776 7.09438ZM6.70362 7.09438C6.62879 7.09438 6.56628 7.11127 6.51562 7.14642C6.46496 7.18157 6.44008 7.22536 6.44008 7.27567C6.44008 7.31332 6.4526 7.36549 6.47701 7.43346L6.87652 8.58164C6.88869 8.61597 6.9027 8.65467 6.91849 8.69578C6.93427 8.73689 6.95466 8.77346 6.9806 8.8049C7.00654 8.83633 7.04184 8.86047 7.08635 8.87875C7.13086 8.89703 7.18675 8.90561 7.25421 8.90561C7.33787 8.90561 7.40526 8.89044 7.45565 8.86029C7.50603 8.83014 7.54032 8.79771 7.55972 8.76125C7.57912 8.72479 7.60326 8.66864 7.63358 8.59171L7.99113 7.58454L8.34699 8.59674C8.37662 8.67174 8.40022 8.72709 8.41918 8.76293C8.43812 8.79877 8.47286 8.83224 8.52325 8.86197C8.57363 8.8917 8.64067 8.90561 8.72468 8.90561C8.813 8.90561 8.88223 8.89111 8.93115 8.86029C8.98008 8.82947 9.01432 8.79478 9.03355 8.75621C9.05278 8.71765 9.07532 8.65886 9.10237 8.58164L9.50188 7.43346C9.52664 7.36138 9.53881 7.30921 9.53881 7.27567C9.53881 7.22447 9.51288 7.18112 9.4616 7.14642C9.41031 7.11172 9.34878 7.09438 9.27527 7.09438C9.20155 7.09438 9.14467 7.10744 9.10573 7.13467C9.06678 7.1619 9.04004 7.1915 9.02516 7.22363C9.01027 7.25577 8.99492 7.29823 8.97983 7.34953L8.69783 8.32649L8.38225 7.41164C8.35276 7.33481 8.32881 7.27962 8.31006 7.24378C8.29132 7.20794 8.25679 7.17317 8.20599 7.14138C8.15519 7.1096 8.08432 7.09438 7.99281 7.09438C7.90281 7.09438 7.83083 7.10908 7.77794 7.1397C7.72505 7.17033 7.68728 7.20623 7.66547 7.24546C7.64367 7.28469 7.61986 7.33927 7.59329 7.41164L7.27939 8.32649L6.99571 7.34282C6.97352 7.26822 6.94641 7.20887 6.91177 7.1632C6.87714 7.11754 6.80697 7.09438 6.70362 7.09438ZM10.5695 7.09438C10.4947 7.09438 10.4321 7.11127 10.3815 7.14642C10.3308 7.18157 10.3059 7.22536 10.3059 7.27567C10.3059 7.31332 10.3185 7.36549 10.3429 7.43346L10.7424 8.58164C10.7546 8.61597 10.7686 8.65467 10.7844 8.69578C10.8001 8.73689 10.8205 8.77346 10.8465 8.8049C10.8724 8.83633 10.9077 8.86047 10.9522 8.87875C10.9967 8.89703 11.0526 8.90561 11.1201 8.90561C11.2037 8.90561 11.2711 8.89044 11.3215 8.86029C11.3719 8.83014 11.4062 8.79771 11.4256 8.76125C11.445 8.72479 11.4708 8.66864 11.5011 8.59171L11.857 7.58454L12.2129 8.59674C12.2425 8.67174 12.2661 8.72709 12.285 8.76293C12.304 8.79877 12.3387 8.83224 12.3891 8.86197C12.4395 8.8917 12.5065 8.90561 12.5905 8.90561C12.6789 8.90561 12.7481 8.89111 12.797 8.86029C12.8459 8.82947 12.8802 8.79478 12.8994 8.75621C12.9186 8.71765 12.9412 8.65886 12.9682 8.58164L13.3677 7.43346C13.3925 7.36138 13.4047 7.30921 13.4047 7.27567C13.4047 7.22447 13.3804 7.18112 13.3291 7.14642C13.2778 7.11172 13.2146 7.09438 13.1411 7.09438C13.0674 7.09438 13.0105 7.10744 12.9716 7.13467C12.9326 7.1619 12.9059 7.1915 12.891 7.22363C12.8761 7.25577 12.8608 7.29823 12.8457 7.34953L12.5654 8.32649L12.2481 7.41164C12.2186 7.33481 12.1947 7.27962 12.1759 7.24378C12.1572 7.20794 12.1227 7.17317 12.0719 7.14138C12.021 7.1096 11.9502 7.09438 11.8587 7.09438C11.7687 7.09438 11.6967 7.10908 11.6438 7.1397C11.5909 7.17033 11.5531 7.20623 11.5313 7.24546C11.5095 7.28469 11.4857 7.33927 11.4592 7.41164L11.1453 8.32649L10.8632 7.34282C10.8411 7.26822 10.8123 7.20887 10.7776 7.1632C10.743 7.11754 10.6728 7.09438 10.5695 7.09438ZM2.58429 9.53342C3.26749 11.8253 5.442 13.5 8.00456 13.5C10.5671 13.5 12.7417 11.8254 13.4248 9.53342H12.6308C12.5551 9.74957 12.4646 9.95855 12.3589 10.1595H10.7474C10.816 9.95462 10.8727 9.74514 10.9203 9.53342H10.1532C10.0996 9.74751 10.0355 9.95668 9.95679 10.1595H8.28992V9.53342H7.5379V10.1595H6.01539C5.94636 9.95743 5.88696 9.74804 5.83746 9.53342H5.06529C5.10855 9.74538 5.16135 9.95463 5.2214 10.1595H3.65021C3.54448 9.95855 3.45231 9.74957 3.3766 9.53342H2.58429ZM4.14373 10.9116H5.49166C5.76677 11.5479 6.13152 12.1163 6.60123 12.5482C5.61231 12.2622 4.76 11.6817 4.14373 10.9116ZM6.32929 10.9116H7.5379V12.3166C7.04951 12.007 6.64102 11.5134 6.32929 10.9116ZM8.28992 10.9116H9.58246C9.2543 11.4601 8.82755 11.9347 8.28992 12.2813V10.9116ZM10.4469 10.9116H11.8654C11.1866 11.7598 10.2201 12.3774 9.10237 12.6254C9.67591 12.1617 10.1215 11.5712 10.4469 10.9116Z",fill:"currentcolor"})})}function ee(e){return t.jsx("svg",{...e,viewBox:"0 0 24 25",fill:"currentcolor",children:t.jsx("path",{d:"M7.24956 4.68945C5.17156 4.68945 3.27058 6.40045 2.93758 8.53345L1.99956 15.5645C1.98756 15.6545 2.05058 15.7285 2.06258 15.8145C2.04858 15.9415 1.99956 16.0585 1.99956 16.1895V17.1895C1.99956 19.1225 3.56656 20.6895 5.49956 20.6895H18.4996C20.4326 20.6895 21.9996 19.1225 21.9996 17.1895V16.1895C21.9996 16.0585 21.9516 15.9415 21.9376 15.8145C21.9496 15.7285 22.0126 15.6545 21.9996 15.5645L20.9996 8.56445C20.6646 6.41545 18.7966 4.68945 16.7186 4.68945H7.24956ZM5.49956 14.6895H18.4996C19.3286 14.6895 19.9996 15.3615 19.9996 16.1895V17.1895C19.9996 18.0175 19.3286 18.6895 18.4996 18.6895H5.49956C4.67156 18.6895 3.99956 18.0175 3.99956 17.1895V16.1895C3.99956 15.3615 4.67156 14.6895 5.49956 14.6895ZM5.99956 15.6895C5.44756 15.6895 4.99956 16.1375 4.99956 16.6895C4.99956 17.2415 5.44756 17.6895 5.99956 17.6895C6.55256 17.6895 6.99956 17.2415 6.99956 16.6895C6.99956 16.1375 6.55256 15.6895 5.99956 15.6895ZM8.99956 15.6895C8.44756 15.6895 7.99956 16.1375 7.99956 16.6895C7.99956 17.2415 8.44756 17.6895 8.99956 17.6895C9.55256 17.6895 9.99956 17.2415 9.99956 16.6895C9.99956 16.1375 9.55256 15.6895 8.99956 15.6895Z"})})}function te(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M8.02812 1.33301C4.33612 1.33301 1.34277 4.317 1.34277 7.99833C1.34277 11.6797 4.33612 14.6643 8.02812 14.6643C9.83012 14.6643 11.5248 13.9537 12.7708 12.7063C13.0314 12.445 13.0328 12.0283 12.7708 11.769C12.5094 11.509 12.0914 11.5077 11.8308 11.769C10.8334 12.7677 9.47078 13.331 8.02812 13.331C5.07478 13.331 2.68011 10.9437 2.68011 7.99833C2.68011 5.05366 5.07478 2.66634 8.02812 2.66634C8.39745 2.66634 8.69678 2.36767 8.69678 1.99967C8.69678 1.63167 8.39745 1.33301 8.02812 1.33301ZM10.4728 1.93701C10.3108 1.99035 10.1781 2.10501 10.0968 2.27034C9.93412 2.60101 10.0581 3.00367 10.3894 3.16634C10.5674 3.25301 10.7241 3.35102 10.8908 3.45768C11.2014 3.65568 11.6321 3.55967 11.8308 3.24967C12.0294 2.93901 11.9328 2.53101 11.6221 2.33301C11.4128 2.19967 11.1968 2.08767 10.9741 1.979C10.8088 1.89767 10.6354 1.88434 10.4728 1.93701ZM12.8334 3.58236C12.6641 3.56236 12.4774 3.61502 12.3321 3.72835C12.0421 3.95569 11.9994 4.37636 12.2281 4.66569C12.3501 4.82102 12.4781 4.97702 12.5828 5.14502C12.7774 5.45769 13.1888 5.54703 13.5021 5.35303C13.8161 5.15903 13.9054 4.77035 13.7114 4.45768C13.5808 4.24768 13.4254 4.02702 13.2721 3.83236C13.1581 3.68769 13.0034 3.60302 12.8334 3.58236ZM8.02812 3.99902C7.65945 3.99902 7.36011 4.29769 7.36011 4.66569V7.99833C7.36011 8.17566 7.44343 8.35233 7.56877 8.47766L9.5741 10.477C9.83543 10.7377 10.2534 10.7377 10.5148 10.477C10.7754 10.217 10.7754 9.77967 10.5148 9.519L8.69678 7.70699V4.66569C8.69678 4.29769 8.39745 3.99902 8.02812 3.99902ZM13.7528 6.01969C13.3921 6.09903 13.1714 6.45166 13.2514 6.81099C13.2941 7.00366 13.3354 7.19766 13.3561 7.39433C13.3948 7.76033 13.7201 8.01633 14.0874 7.97766C14.4541 7.93899 14.7114 7.61502 14.6721 7.24902C14.6461 7.00236 14.6214 6.76036 14.5674 6.51969C14.4881 6.16036 14.1134 5.94036 13.7528 6.01969ZM14.0454 8.72766C13.6868 8.64099 13.3174 8.86966 13.2308 9.22766C13.1841 9.42033 13.1101 9.60501 13.0428 9.78967C12.9161 10.1357 13.1134 10.497 13.4608 10.623C13.8074 10.749 14.1701 10.5943 14.2961 10.2483C14.3808 10.0163 14.4674 9.78101 14.5261 9.53967C14.6128 9.18234 14.4041 8.81433 14.0454 8.72766Z"})})}function ne(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M4.66557 1.99414C3.1929 1.99414 1.9989 3.18815 1.9989 4.66082V11.3275C1.9989 12.8002 3.1929 13.9942 4.66557 13.9942H11.3322C12.8049 13.9942 13.9989 12.8002 13.9989 11.3275V4.66082C13.9989 3.18815 12.8049 1.99414 11.3322 1.99414H4.66557ZM7.9989 4.66082C8.3669 4.66082 8.66556 4.95949 8.66556 5.32749C8.66556 5.6955 8.3669 5.99416 7.9989 5.99416C7.6309 5.99416 7.33223 5.6955 7.33223 5.32749C7.33223 4.95949 7.6309 4.66082 7.9989 4.66082ZM7.9989 6.66083C8.3669 6.66083 8.66556 6.9595 8.66556 7.32751V10.6609C8.66556 11.0289 8.3669 11.3275 7.9989 11.3275C7.6309 11.3275 7.33223 11.0289 7.33223 10.6609V7.32751C7.33223 6.9595 7.6309 6.66083 7.9989 6.66083Z"})})}function re(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.7562 4.74381C17.0977 3.0854 14.4088 3.0854 12.7503 4.74381L9.74749 7.74664C8.08906 9.40505 8.08941 12.0937 9.74786 13.7521C10.1625 14.1667 10.8347 14.1667 11.2493 13.7521C11.6639 13.3375 11.6639 12.6653 11.2493 12.2507L11.2322 12.2339C10.4197 11.4035 10.4253 10.0716 11.2489 9.24805L14.2518 6.24522C15.0811 5.41601 16.4255 5.41603 17.2547 6.24522C18.0839 7.07443 18.0839 8.41884 17.2547 9.24805L16.1917 10.3111C16.5282 11.17 16.6325 12.099 16.5043 13.0012L18.7562 10.7495C20.4146 9.09106 20.4146 6.40223 18.7562 4.74381ZM5.24383 18.2562C6.90228 19.9146 9.59115 19.9146 11.2496 18.2562L14.2525 15.2534C15.911 13.595 15.911 10.9061 14.2525 9.24768C13.8378 8.83308 13.1657 8.83308 12.7511 9.24768C12.3364 9.66229 12.3364 10.3345 12.7511 10.7491C13.5803 11.5783 13.5803 12.9227 12.7511 13.7519L9.74815 16.7548C8.91894 17.5839 7.5745 17.5839 6.74528 16.7548C5.91605 15.9255 5.91605 14.5811 6.74528 13.7519L7.80833 12.6888C7.47174 11.83 7.36751 10.901 7.49563 9.99875L5.24383 12.2505C3.58539 13.9089 3.58539 16.5978 5.24383 18.2562Z"})})}function oe(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M4.95963 2.99902C3.88199 2.99902 3 3.88099 3 4.95865V11.0397C3 12.1174 3.88197 12.999 4.95963 12.999H11.0407C12.1183 12.999 13 12.1174 13 11.0397V4.95865C13 3.88101 12.1183 2.99902 11.0407 2.99902H4.95963ZM5.4525 4.64922C5.96921 4.64922 6.28748 4.98843 6.2973 5.43432C6.2973 5.87036 5.96919 6.2191 5.44251 6.2191H5.43281C4.92594 6.2191 4.59833 5.87038 4.59833 5.43432C4.59833 4.98844 4.93587 4.64922 5.4525 4.64922ZM9.90525 6.73324C10.899 6.73324 11.6439 7.38274 11.6439 8.77849V11.3841H10.1337V8.95319C10.1337 8.34232 9.91515 7.92556 9.36862 7.92556C8.9514 7.92556 8.70271 8.20646 8.59352 8.47782C8.55364 8.5749 8.54383 8.71049 8.54383 8.8463V11.3841H7.03364C7.03364 11.3841 7.05346 7.26619 7.03364 6.8398H8.54414V7.48332C8.74483 7.17369 9.10381 6.73324 9.90525 6.73324ZM4.68741 6.84013H6.1976V11.3841H4.68741V6.84013Z",fill:"currentcolor"})})}function ie(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M11.998 1.95312C9.23705 1.95312 6.99805 4.19213 6.99805 6.95312V8.95312C5.34105 8.95312 3.99805 10.2961 3.99805 11.9531V18.9531C3.99805 20.6101 5.34105 21.9531 6.99805 21.9531H16.998C18.655 21.9531 19.998 20.6101 19.998 18.9531V11.9531C19.998 10.2961 18.655 8.95312 16.998 8.95312V6.95312C16.998 4.19213 14.759 1.95312 11.998 1.95312ZM11.998 3.95312C13.655 3.95312 14.998 5.29612 14.998 6.95312V8.95312H8.99805V6.95312C8.99805 5.29612 10.341 3.95312 11.998 3.95312ZM11.998 11.9531C13.103 11.9531 13.998 12.8481 13.998 13.9531C13.998 14.6631 13.555 15.1611 12.998 15.5151V17.9531C12.998 18.5051 12.55 18.9531 11.998 18.9531C11.446 18.9531 10.998 18.5051 10.998 17.9531V15.5151C10.441 15.1601 9.99805 14.6631 9.99805 13.9531C9.99805 12.8481 10.893 11.9531 11.998 11.9531Z"})})}function se(e){return t.jsxs("svg",{...e,viewBox:"0 0 24 24",fill:"none",children:[t.jsx("path",{d:"M1.88134 8.65644V18.3251H0V7.09336C0 6.19326 1.03474 5.68003 1.75748 6.22134L10.6938 12.912C10.9698 13.1179 11.1313 13.4409 11.1313 13.784V18.3235H9.24992V14.174L1.88134 8.65644Z",fill:"currentcolor"}),t.jsx("path",{d:"M22.0605 18.3251V8.65599L14.4616 14.1738V18.3251H12.5215V13.7854C12.5215 13.4422 12.688 13.1193 12.9726 12.9133L22.1882 6.22233C22.9335 5.67944 24.0006 6.19269 24.0006 7.09283V18.3251H22.0605Z",fill:"currentcolor"})]})}function le(e){return t.jsxs("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("rect",{x:"1.5",y:"1.5",width:"13",height:"13",rx:"3.5",stroke:"currentcolor"}),t.jsx("circle",{cx:"8",cy:"8",r:"3",fill:"currentcolor"})]})}function ae(e){return t.jsxs("svg",{...e,width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{d:"M7.07143 1.96429C7.07143 2.2207 6.86356 2.42857 6.60714 2.42857H5.21429C3.67578 2.42857 2.42857 3.67578 2.42857 5.21429V10.7857C2.42857 12.3242 3.67578 13.5714 5.21429 13.5714H10.7857C12.3242 13.5714 13.5714 12.3242 13.5714 10.7857V9.39286C13.5714 9.13644 13.7793 8.92857 14.0357 8.92857C14.2921 8.92857 14.5 9.13644 14.5 9.39286V10.7857C14.5 12.8371 12.8371 14.5 10.7857 14.5H5.21429C3.16294 14.5 1.5 12.8371 1.5 10.7857V5.21429C1.5 3.16294 3.16294 1.5 5.21429 1.5H6.60714C6.86356 1.5 7.07143 1.70787 7.07143 1.96429Z",fill:"currentcolor"}),t.jsx("path",{d:"M14 6.5V2.5C14 2.22386 13.7761 2 13.5 2H9.5",stroke:"currentcolor",strokeLinecap:"round"}),t.jsx("path",{d:"M7 10L7.28346 9.29136C8.39378 6.51556 10.4269 4.20728 13.0403 2.75539L13.5 2.5",stroke:"currentcolor",strokeLinecap:"round"})]})}function ce(e){return t.jsx("svg",{...e,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 128 128",children:t.jsx("path",{fill:"#cb3837",d:"M2 38.5h124v43.71H64v7.29H36.44v-7.29H2zm6.89 36.43h13.78V53.07h6.89v21.86h6.89V45.79H8.89zm34.44-29.14v36.42h13.78v-7.28h13.78V45.79zm13.78 7.29H64v14.56h-6.89zm20.67-7.29v29.14h13.78V53.07h6.89v21.86h6.89V53.07h6.89v21.86h6.89V45.79z"})})}function Ce(e){return t.jsx("svg",{...e,width:"12",height:"12",viewBox:"0 0 12 12",fill:"currentcolor",children:t.jsx("path",{d:"M1.22323 -0.00109863C0.549226 -0.00109863 -0.00610352 0.533576 -0.00610352 1.20691V2.79089C-0.00610352 3.46423 0.549226 3.9989 1.22323 3.9989H4.0979C4.7719 3.9989 5.32723 3.46423 5.32723 2.79089V1.20691C5.32723 0.533576 4.7719 -0.00109863 4.0979 -0.00109863H1.22323ZM7.9939 -0.00109863C7.25723 -0.00109863 6.66056 0.595568 6.66056 1.33223V5.33223C6.66056 6.0689 7.25723 6.66557 7.9939 6.66557H10.6606C11.3972 6.66557 11.9939 6.0689 11.9939 5.33223V1.33223C11.9939 0.595568 11.3972 -0.00109863 10.6606 -0.00109863H7.9939ZM1.32723 5.33223C0.590563 5.33223 -0.00610352 5.9289 -0.00610352 6.66557V10.6656C-0.00610352 11.4022 0.590563 11.9989 1.32723 11.9989H3.9939C4.73056 11.9989 5.32723 11.4022 5.32723 10.6656V6.66557C5.32723 5.9289 4.73056 5.33223 3.9939 5.33223H1.32723ZM7.88989 7.9989C7.21589 7.9989 6.66056 8.53358 6.66056 9.20691V10.7909C6.66056 11.4642 7.21589 11.9989 7.88989 11.9989H10.7646C11.4386 11.9989 11.9939 11.4642 11.9939 10.7909V9.20691C11.9939 8.53358 11.4386 7.9989 10.7646 7.9989H7.88989Z"})})}function ue(e){return t.jsxs("svg",{...e,width:"32",height:"40",viewBox:"0 0 32 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxs("g",{clipPath:"url(#clip0_2488_6570)",children:[t.jsxs("g",{filter:"url(#filter0_di_2488_6570)",children:[t.jsx("path",{d:"M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z",fill:"#F3F5F7"}),t.jsx("path",{d:"M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z",stroke:"#FF6A55",strokeWidth:"1.5"})]}),t.jsx("path",{d:"M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z",fill:"#FF6A55"}),t.jsx("path",{d:"M15.3333 26.486C15.536 26.603 15.766 26.6646 16 26.6646C16.234 26.6646 16.464 26.603 16.6667 26.486L21.3333 23.8193C21.5358 23.7024 21.704 23.5343 21.821 23.3318C21.938 23.1294 21.9998 22.8998 22 22.666V17.3326C21.9998 17.0988 21.938 16.8692 21.821 16.6667C21.704 16.4643 21.5358 16.2962 21.3333 16.1793L16.6667 13.5126C16.464 13.3956 16.234 13.334 16 13.334C15.766 13.334 15.536 13.3956 15.3333 13.5126L10.6667 16.1793C10.4642 16.2962 10.296 16.4643 10.179 16.6667C10.062 16.8692 10.0002 17.0988 10 17.3326V22.666C10.0002 22.8998 10.062 23.1294 10.179 23.3318C10.296 23.5343 10.4642 23.7024 10.6667 23.8193L15.3333 26.486Z",stroke:"#FF6A55",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M16 26.6667V20",stroke:"#FF6A55",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M10.1934 16.666L16 19.9993L21.8067 16.666",stroke:"#FF6A55",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M13 14.8457L19 18.279",stroke:"#FF6A55",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),t.jsxs("defs",{children:[t.jsxs("filter",{id:"filter0_di_2488_6570",x:"-4",y:"-1",width:"40",height:"49",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[t.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),t.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"}),t.jsx("feMorphology",{radius:"4",operator:"erode",in:"SourceAlpha",result:"effect1_dropShadow_2488_6570"}),t.jsx("feOffset",{dy:"4"}),t.jsx("feGaussianBlur",{stdDeviation:"4"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"}),t.jsx("feBlend",{mode:"multiply",in2:"BackgroundImageFix",result:"effect1_dropShadow_2488_6570"}),t.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2488_6570",result:"shape"}),t.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"}),t.jsx("feOffset",{dy:"-1"}),t.jsx("feGaussianBlur",{stdDeviation:"0.5"}),t.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"}),t.jsx("feBlend",{mode:"multiply",in2:"shape",result:"effect2_innerShadow_2488_6570"})]}),t.jsx("clipPath",{id:"clip0_2488_6570",children:t.jsx("rect",{width:"32",height:"40",fill:"white"})})]})]})}function de(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M16.9951 1.95312C16.7301 1.95312 16.4641 2.04713 16.2761 2.23413C15.7201 2.79013 13.7191 4.79115 13.2751 5.23615L4.26978 14.2412L3.26928 15.2412C3.12958 15.3812 3.05788 15.5792 3.01918 15.7732L2.01858 20.7762C1.87858 21.4762 2.47538 22.0721 3.17548 21.9331C3.80078 21.8071 7.55288 21.0572 8.17818 20.9322C8.37188 20.8932 8.57008 20.8212 8.70968 20.6822L9.71027 19.6812L18.7151 10.6762C19.1601 10.2322 21.1611 8.23012 21.7171 7.67512C21.9041 7.48712 21.9981 7.22113 21.9981 6.95613C21.9981 5.31912 21.5811 4.14912 20.7161 3.26612C19.8431 2.37511 18.6771 1.95312 16.9951 1.95312ZM17.3891 3.97211C18.2921 4.02511 18.8771 4.23216 19.2781 4.64216C19.6881 5.06016 19.9471 5.64015 20.0031 6.52516C19.4551 7.07216 18.6531 7.86212 17.9961 8.51912C17.2031 7.72612 16.2251 6.74815 15.4321 5.95515C16.0901 5.29815 16.8421 4.51911 17.3891 3.97211ZM4.98898 16.3982L7.55288 18.9621L7.45908 19.0562C6.79908 19.1882 5.46628 19.4672 4.23858 19.7132L4.89518 16.4922L4.98898 16.3982Z"})})}function fe(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M15.498 2.92969C13.0127 2.92969 10.998 4.94469 10.998 7.42969C10.998 9.91469 13.0127 11.9297 15.498 11.9297C17.9833 11.9297 19.998 9.91469 19.998 7.42969C19.998 4.94469 17.9833 2.92969 15.498 2.92969ZM7.99805 3.92969C5.78895 3.92969 3.99805 5.72069 3.99805 7.92969C3.99805 10.1387 5.78895 11.9297 7.99805 11.9297C8.82745 11.9297 9.58455 11.7017 10.2508 11.2357C8.54205 8.69572 8.78425 6.26369 9.71555 4.30469C9.18365 4.05269 8.59945 3.92969 7.99805 3.92969ZM5.06055 13.2737C3.22645 14.0307 1.99805 15.8857 1.99805 17.9297V19.9297C1.99805 20.4817 2.44575 20.9297 2.99805 20.9297L7.15085 20.9317C6.91685 20.1717 6.98565 18.9397 7.00105 17.9427C7.03355 15.8257 7.90905 14.3157 8.25195 13.9177C7.62175 13.9127 6.86545 13.7597 6.31055 13.5237C6.17655 13.4667 6.09875 13.4217 5.84185 13.3047C5.58995 13.1897 5.31635 13.1677 5.06055 13.2737ZM12.0605 13.2737C10.2264 14.0307 8.99805 15.8857 8.99805 17.9297V19.9297C8.99805 20.4817 9.44575 20.9297 9.99805 20.9297H20.998C21.5503 20.9297 21.998 20.4817 21.998 19.9297V17.9297C21.998 15.9337 20.7628 14.1237 18.9355 13.3357C18.6783 13.2247 18.3786 13.2217 18.123 13.3357C17.2382 13.7327 16.3762 13.9297 15.498 13.9297C14.6228 13.9297 13.7578 13.7217 12.8418 13.3047C12.5899 13.1897 12.3163 13.1677 12.0605 13.2737Z"})})}function he(e){return t.jsx("svg",{...e,...e,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M7.74939 1.46484C6.50674 1.46484 5.49939 2.47234 5.49939 3.71484C5.49939 4.95734 6.50674 5.96484 7.74939 5.96484C8.99204 5.96484 9.99939 4.95734 9.99939 3.71484C9.99939 2.47234 8.99204 1.46484 7.74939 1.46484ZM3.99939 1.96484C2.89484 1.96484 1.99939 2.86034 1.99939 3.96484C1.99939 5.06934 2.89484 5.96484 3.99939 5.96484C4.41409 5.96484 4.79264 5.85086 5.12579 5.61786C4.27139 4.34786 4.39249 3.13184 4.85814 2.15234C4.59219 2.02634 4.30009 1.96484 3.99939 1.96484ZM2.53064 6.63684C1.61359 7.01534 0.99939 7.94284 0.99939 8.96484V9.96484C0.99939 10.2408 1.22324 10.4648 1.49939 10.4648L3.57579 10.4659C3.45879 10.0859 3.49319 9.46984 3.50089 8.97134C3.51714 7.91284 3.95489 7.15783 4.12634 6.95883C3.81124 6.95633 3.43309 6.87984 3.15564 6.76184C3.08864 6.73334 3.04974 6.71084 2.92129 6.65234C2.79534 6.59484 2.65854 6.58384 2.53064 6.63684ZM6.03064 6.63684C5.11359 7.01534 4.49939 7.94284 4.49939 8.96484V9.96484C4.49939 10.2408 4.72324 10.4648 4.99939 10.4648H10.4994C10.7755 10.4648 10.9994 10.2408 10.9994 9.96484V8.96484C10.9994 7.96684 10.3818 7.06185 9.46814 6.66785C9.33954 6.61235 9.18969 6.61085 9.06189 6.66785C8.61949 6.86635 8.18849 6.96484 7.74939 6.96484C7.31179 6.96484 6.87929 6.86084 6.42129 6.65234C6.29534 6.59484 6.15854 6.58384 6.03064 6.63684Z",fill:"#343839"})})}function pe(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M7.9974 1.30273C6.15646 1.30273 4.66406 2.79513 4.66406 4.63607C4.66406 6.477 6.15646 7.9694 7.9974 7.9694C9.83833 7.9694 11.3307 6.477 11.3307 4.63607C11.3307 2.79513 9.83833 1.30273 7.9974 1.30273ZM5.64326 8.8444C3.9004 9.32073 2.66406 10.8362 2.66406 12.6361V13.9694C2.66406 14.3376 2.96253 14.6361 3.33073 14.6361H12.6641C13.0323 14.6361 13.3307 14.3376 13.3307 13.9694V12.6361C13.3307 10.8362 12.0944 9.32073 10.3515 8.8444C10.2021 8.80353 10.0553 8.8224 9.91406 8.88607C9.30373 9.16113 8.654 9.30273 7.9974 9.30273C7.3408 9.30273 6.69106 9.16113 6.08073 8.88607C5.93946 8.8224 5.79266 8.80353 5.64326 8.8444Z"})})}function xe(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.017 1.212C10.8087 1.00372 10.471 1.00372 10.2627 1.212C10.0545 1.42028 10.0545 1.75796 10.2627 1.96624L10.9593 2.66279L5.7873 6.54177L4.60589 5.36036C4.39761 5.15208 4.05992 5.15208 3.85164 5.36036C3.64336 5.56864 3.64336 5.90632 3.85164 6.1146L5.36014 7.6231L6.49157 8.75454C6.49156 8.75455 6.49154 8.75457 6.49153 8.75458L3.00313 12.243C2.79485 12.4513 2.79485 12.7889 3.00313 12.9972C3.21141 13.2055 3.5491 13.2055 3.75738 12.9972L7.24577 9.50883C7.24579 9.50882 7.24581 9.5088 7.24582 9.50878L8.37712 10.6401L9.88562 12.1486C10.0939 12.3569 10.4316 12.3569 10.6399 12.1486C10.8481 11.9403 10.8481 11.6026 10.6399 11.3943L9.45845 10.2129L13.3374 5.04094L14.034 5.73748C14.2423 5.94576 14.5799 5.94576 14.7882 5.73748C14.9965 5.5292 14.9965 5.19151 14.7882 4.98323L13.6569 3.85186L12.1484 2.34337L11.017 1.212ZM6.54921 7.30368L11.7212 3.42469L12.5755 4.27903L8.69654 9.45101L6.54921 7.30368Z",fill:"currentcolor"})})}function ge(e){return t.jsxs("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.2627 1.21187C10.471 1.00359 10.8087 1.00359 11.017 1.21187L12.1484 2.34324L13.6569 3.85174L14.7882 4.98311C14.9965 5.19139 14.9965 5.52908 14.7882 5.73736C14.5799 5.94564 14.2423 5.94564 14.034 5.73736L13.3374 5.04081L9.45845 10.2128L10.6399 11.3942C10.8481 11.6025 10.8481 11.9402 10.6399 12.1485C10.4316 12.3567 10.0939 12.3567 9.88562 12.1485L8.37712 10.64L7.24582 9.50866C7.24581 9.50868 7.24579 9.50869 7.24577 9.50871L3.75738 12.9971C3.5491 13.2054 3.21141 13.2054 3.00313 12.9971C2.79485 12.7888 2.79485 12.4511 3.00313 12.2429L6.49153 8.75446C6.49154 8.75445 6.49156 8.75443 6.49157 8.75441L5.36014 7.62298L3.85164 6.11448C3.64336 5.9062 3.64336 5.56851 3.85164 5.36023C4.05992 5.15195 4.39761 5.15195 4.60589 5.36023L5.7873 6.54165L10.9593 2.66266L10.2627 1.96612C10.0545 1.75784 10.0545 1.42015 10.2627 1.21187Z",fill:"currentcolor"}),t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.2627 1.21187C10.471 1.00359 10.8087 1.00359 11.017 1.21187L12.1484 2.34324L13.6569 3.85174L14.7882 4.98311C14.9965 5.19139 14.9965 5.52908 14.7882 5.73736C14.5799 5.94564 14.2423 5.94564 14.034 5.73736L13.3374 5.04081L9.45845 10.2128L10.6399 11.3942C10.8481 11.6025 10.8481 11.9402 10.6399 12.1485C10.4316 12.3567 10.0939 12.3567 9.88562 12.1485L8.37712 10.64L7.24582 9.50866C7.24581 9.50868 7.24579 9.50869 7.24577 9.50871L3.75738 12.9971C3.5491 13.2054 3.21141 13.2054 3.00313 12.9971C2.79485 12.7888 2.79485 12.4511 3.00313 12.2429L6.49153 8.75446C6.49154 8.75445 6.49156 8.75443 6.49157 8.75441L5.36014 7.62298L3.85164 6.11448C3.64336 5.9062 3.64336 5.56851 3.85164 5.36023C4.05992 5.15195 4.39761 5.15195 4.60589 5.36023L5.7873 6.54165L10.9593 2.66266L10.2627 1.96612C10.0545 1.75784 10.0545 1.42015 10.2627 1.21187Z",fill:"currentcolor"})]})}function ve(e){return t.jsx("svg",{...e,viewBox:"0 0 18 19",fill:"currentcolor",children:t.jsx("path",{d:"M8.99072 0.929749C8.43872 0.929749 7.99072 1.37775 7.99072 1.92975V8.92975H0.990723C0.438723 8.92975 -0.00927734 9.37775 -0.00927734 9.92975C-0.00927734 10.4817 0.438723 10.9297 0.990723 10.9297H7.99072V17.9297C7.99072 18.4817 8.43872 18.9297 8.99072 18.9297C9.54272 18.9297 9.99072 18.4817 9.99072 17.9297V10.9297H16.9907C17.5427 10.9297 17.9907 10.4817 17.9907 9.92975C17.9907 9.37775 17.5427 8.92975 16.9907 8.92975H9.99072V1.92975C9.99072 1.37775 9.54272 0.929749 8.99072 0.929749Z"})})}function me(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M8.00846 1.30273C4.3266 1.30273 1.3418 4.2874 1.3418 7.9694C1.3418 11.6514 4.3266 14.6361 8.00846 14.6361C11.6903 14.6361 14.6751 11.6514 14.6751 7.9694C14.6751 4.2874 11.6903 1.30273 8.00846 1.30273ZM8.00846 4.63607C8.37667 4.63607 8.67513 4.93473 8.67513 5.30273V7.30273H10.6751C11.0433 7.30273 11.3418 7.6014 11.3418 7.9694C11.3418 8.3374 11.0433 8.63606 10.6751 8.63606H8.67513V10.6361C8.67513 11.0041 8.37667 11.3027 8.00846 11.3027C7.64026 11.3027 7.3418 11.0041 7.3418 10.6361V8.63606H5.3418C4.9736 8.63606 4.67513 8.3374 4.67513 7.9694C4.67513 7.6014 4.9736 7.30273 5.3418 7.30273H7.3418V5.30273C7.3418 4.93473 7.64026 4.63607 8.00846 4.63607Z"})})}function we(e){return t.jsx("svg",{...e,width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M9.32113 3.90637C6.3758 3.90637 3.98779 6.29437 3.98779 9.2397L3.98779 22.573C3.98779 25.5184 6.3758 27.9064 9.32113 27.9064L22.6545 27.9064C25.5998 27.9064 27.9878 25.5184 27.9878 22.573L27.9878 9.2397C27.9878 6.29437 25.5998 3.90637 22.6545 3.90637L9.32113 3.90637ZM9.32113 6.57304L22.6545 6.57304C24.1278 6.57304 25.3212 7.76637 25.3212 9.2397L25.3212 22.573C25.3212 24.0464 24.1278 25.2397 22.6545 25.2397L9.32113 25.2397C7.8478 25.2397 6.65446 24.0464 6.65446 22.573L6.65446 9.2397C6.65446 7.76637 7.8478 6.57304 9.32113 6.57304ZM15.9878 9.2397C15.2518 9.2397 14.6545 9.83704 14.6545 10.573L14.6545 14.573L10.6545 14.573C9.91847 14.573 9.32113 15.1704 9.32113 15.9064C9.32113 16.6424 9.91847 17.2397 10.6545 17.2397L14.6545 17.2397L14.6545 21.2397C14.6545 21.9757 15.2518 22.573 15.9878 22.573C16.7238 22.573 17.3211 21.9757 17.3211 21.2397L17.3211 17.2397L21.3212 17.2397C22.0572 17.2397 22.6545 16.6424 22.6545 15.9064C22.6545 15.1704 22.0572 14.573 21.3212 14.573L17.3211 14.573L17.3211 10.573C17.3211 9.83704 16.7238 9.2397 15.9878 9.2397Z",fill:"#32373B"})})}function Le(e){return t.jsxs("svg",{...e,width:"32",height:"40",viewBox:"0 0 32 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxs("g",{clipPath:"url(#clip0_2488_6580)",children:[t.jsxs("g",{filter:"url(#filter0_di_2488_6580)",children:[t.jsx("path",{d:"M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z",fill:"#F3F5F7"}),t.jsx("path",{d:"M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z",stroke:"#343839",strokeWidth:"1.5"})]}),t.jsx("path",{d:"M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z",fill:"#343839"}),t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.0059 12L11.4164 17.4564C10.4497 18.2568 10.3795 19.7145 11.2645 20.6041L13.5443 22.8957C14.2131 23.568 14.3579 24.6012 13.8995 25.4315L12.4812 28H10.1333C8.95507 28 8 27.0449 8 25.8667V14.1333C8 12.9551 8.95507 12 10.1333 12H18.0059ZM19.2436 12L18.0128 14.2423C17.5589 15.0689 17.7019 16.0955 18.3641 16.7669L20.7825 19.2187C21.6656 20.114 21.5865 21.5751 20.612 22.37L13.7092 28H21.8667C23.0449 28 24 27.0449 24 25.8667V14.1333C24 12.9551 23.0449 12 21.8667 12H19.2436Z",fill:"#32373B"})]}),t.jsxs("defs",{children:[t.jsxs("filter",{id:"filter0_di_2488_6580",x:"-4",y:"-1",width:"40",height:"49",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[t.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),t.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"}),t.jsx("feMorphology",{radius:"4",operator:"erode",in:"SourceAlpha",result:"effect1_dropShadow_2488_6580"}),t.jsx("feOffset",{dy:"4"}),t.jsx("feGaussianBlur",{stdDeviation:"4"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"}),t.jsx("feBlend",{mode:"multiply",in2:"BackgroundImageFix",result:"effect1_dropShadow_2488_6580"}),t.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2488_6580",result:"shape"}),t.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"}),t.jsx("feOffset",{dy:"-1"}),t.jsx("feGaussianBlur",{stdDeviation:"0.5"}),t.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"}),t.jsx("feBlend",{mode:"multiply",in2:"shape",result:"effect2_innerShadow_2488_6580"})]}),t.jsx("clipPath",{id:"clip0_2488_6580",children:t.jsx("rect",{width:"32",height:"40",fill:"white"})})]})]})}function Me(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.0059 0L3.41636 5.45646C2.44979 6.25682 2.3795 7.71452 3.26456 8.60418L5.54425 10.8957C6.21311 11.568 6.35783 12.6012 5.89944 13.4314L4.48126 16H2.13333C0.955126 16 0 15.0449 0 13.8667V2.13333C0 0.955126 0.955126 0 2.13333 0H10.0059ZM11.2436 0L10.0128 2.24221C9.55899 3.06891 9.70183 4.09549 10.3641 4.7669L12.7825 7.21868C13.6656 8.11402 13.5866 9.57512 12.612 10.37L5.70922 16H13.8667C15.0449 16 16 15.0449 16 13.8667V2.13333C16 0.955126 15.0449 0 13.8667 0H11.2436Z"})})}function je(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M11.4561 1.95312C12.8734 1.95312 13.998 3.15579 13.998 4.61979V11.2865C13.998 12.7505 12.8734 13.9531 11.4561 13.9531H11.3314V1.95312H11.4561ZM9.99805 1.95312V13.9531H4.53939C3.12272 13.9531 1.99805 12.7505 1.99805 11.2865V4.61979C1.99805 3.15579 3.12272 1.95312 4.53939 1.95312H9.99805ZM7.33138 4.61979H4.66471C4.29671 4.61979 3.99805 4.91846 3.99805 5.28646C3.99805 5.65446 4.29671 5.95312 4.66471 5.95312H7.33138C7.69938 5.95312 7.99805 5.65446 7.99805 5.28646C7.99805 4.91846 7.69938 4.61979 7.33138 4.61979ZM7.33138 7.28646H4.66471C4.29671 7.28646 3.99805 7.58512 3.99805 7.95312C3.99805 8.32112 4.29671 8.61979 4.66471 8.61979H7.33138C7.69938 8.61979 7.99805 8.32112 7.99805 7.95312C7.99805 7.58512 7.69938 7.28646 7.33138 7.28646ZM7.33138 9.95312H4.66471C4.29671 9.95312 3.99805 10.2518 3.99805 10.6198C3.99805 10.9878 4.29671 11.2865 4.66471 11.2865H7.33138C7.69938 11.2865 7.99805 10.9878 7.99805 10.6198C7.99805 10.2518 7.69938 9.95312 7.33138 9.95312Z"})})}function Ae(e){return t.jsx("svg",{...e,width:"12",height:"13",viewBox:"0 0 12 13",fill:"currentcolor",children:t.jsx("path",{d:"M2.66056 0.953125C1.18783 0.953125 -0.00610352 2.14713 -0.00610352 3.61979V10.2865C-0.00610352 11.7591 1.18783 12.9531 2.66056 12.9531H9.32723C10.8 12.9531 11.9939 11.7591 11.9939 10.2865V3.61979C11.9939 2.14713 10.8 0.953125 9.32723 0.953125H2.66056ZM5.95223 3.61979C7.0557 3.61979 7.9483 4.51579 7.95223 5.61979C7.9549 6.35913 7.60796 6.98246 7.03556 7.55713C6.91576 7.6778 6.8001 7.79378 6.66056 7.91178C6.59396 7.96778 6.40963 8.10313 6.38976 8.11979C6.10823 8.35713 5.68956 8.33913 5.45223 8.05713C5.2149 7.7758 5.25403 7.33645 5.53556 7.09912C5.56636 7.07312 5.72963 6.9378 5.78556 6.89046C5.8975 6.79646 6.00883 6.70913 6.09803 6.61979C6.44443 6.27179 6.62003 5.93846 6.6189 5.61979C6.61756 5.24913 6.3197 4.95312 5.95223 4.95312C5.64783 4.95312 5.3829 5.16379 5.30643 5.45312C5.21236 5.80912 4.8499 6.02645 4.4939 5.93245C4.1379 5.83845 3.9207 5.45512 4.0147 5.09912C4.2449 4.22779 5.03896 3.61979 5.95223 3.61979ZM5.95223 8.95312C6.32043 8.95312 6.6189 9.25179 6.6189 9.61979C6.6189 9.98779 6.32043 10.2865 5.95223 10.2865C5.58403 10.2865 5.28556 9.98779 5.28556 9.61979C5.28556 9.25179 5.58403 8.95312 5.95223 8.95312Z"})})}function ye(e){return t.jsx("svg",{...e,viewBox:"0 0 21 17",fill:"currentcolor",children:t.jsx("path",{d:"M10.9863 4.90607C10.6036 4.90607 8.3471 4.87807 7.9863 4.90607C2.04289 5.36307 0.986294 9.90607 0.986294 14.9061V15.9061C2.85309 13.9911 3.9863 12.9061 7.9863 12.9061C8.7319 12.9061 10.0809 12.9061 10.9863 12.9061L11.0166 15.4801C11.0166 16.9001 11.8933 17.3321 12.9747 16.4451L20.1554 10.5521C21.2633 9.64306 21.2633 8.16907 20.1554 7.26007L12.9747 1.36707C11.8933 0.480072 11.0166 0.912068 11.0166 2.33207L10.9863 4.90607Z"})})}function Se(e){return t.jsxs("svg",{...e,width:"32",height:"40",viewBox:"0 0 32 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxs("g",{clipPath:"url(#clip0_2488_6514)",children:[t.jsxs("g",{filter:"url(#filter0_di_2488_6514)",children:[t.jsx("path",{d:"M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z",fill:"#F3F5F7"}),t.jsx("path",{d:"M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z",stroke:"#3292ED",strokeWidth:"1.5"})]}),t.jsx("path",{d:"M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z",fill:"#3292ED"}),t.jsx("path",{d:"M16 12.584C17.7149 12.584 19.2986 12.8144 20.4795 13.208C21.0661 13.4035 21.5956 13.6535 21.9932 13.9668C22.3821 14.2734 22.75 14.7298 22.75 15.334C22.75 15.9382 22.3821 16.3945 21.9932 16.7012C21.5956 17.0145 21.0661 17.2644 20.4795 17.46C19.2986 17.8535 17.7149 18.084 16 18.084C14.2851 18.084 12.7014 17.8535 11.5205 17.46C10.9339 17.2644 10.4044 17.0145 10.0068 16.7012C9.61791 16.3945 9.25 15.9382 9.25 15.334C9.25 14.7298 9.61791 14.2734 10.0068 13.9668C10.4044 13.6535 10.9339 13.4035 11.5205 13.208C12.7014 12.8144 14.2851 12.584 16 12.584ZM16 14.084C14.4013 14.084 12.9847 14.3007 11.9941 14.6309C11.495 14.7972 11.1452 14.9793 10.9355 15.1445C10.813 15.2412 10.7694 15.3055 10.7549 15.334C10.7694 15.3625 10.813 15.4268 10.9355 15.5234C11.1452 15.6887 11.495 15.8707 11.9941 16.0371C12.9847 16.3673 14.4013 16.584 16 16.584C17.5987 16.584 19.0153 16.3673 20.0059 16.0371C20.505 15.8707 20.8548 15.6887 21.0645 15.5234C21.1865 15.4273 21.2294 15.3627 21.2441 15.334C21.2294 15.3053 21.1865 15.2407 21.0645 15.1445C20.8548 14.9793 20.505 14.7972 20.0059 14.6309C19.0153 14.3007 17.5987 14.084 16 14.084Z",fill:"#3292ED"}),t.jsx("path",{d:"M9.25 15.334C9.25 14.9198 9.58579 14.584 10 14.584C10.4142 14.584 10.75 14.9198 10.75 15.334V24.6523C10.7562 24.6693 10.7881 24.737 10.9268 24.8486C11.1302 25.0123 11.478 25.1981 11.9941 25.3701C13.0218 25.7127 14.4636 25.917 16 25.917C17.5364 25.917 18.9782 25.7127 20.0059 25.3701C20.522 25.1981 20.8698 25.0123 21.0732 24.8486C21.2119 24.737 21.2438 24.6693 21.25 24.6523V15.334C21.25 14.9198 21.5858 14.584 22 14.584C22.4142 14.584 22.75 14.9198 22.75 15.334V24.667C22.75 25.2526 22.4005 25.7052 22.0137 26.0166C21.6198 26.3336 21.0884 26.59 20.4795 26.793C19.2567 27.2005 17.6461 27.417 16 27.417C14.3539 27.417 12.7433 27.2005 11.5205 26.793C10.9116 26.59 10.3802 26.3336 9.98633 26.0166C9.59947 25.7052 9.25 25.2526 9.25 24.667V15.334Z",fill:"#3292ED"}),t.jsx("path",{d:"M22 19.25C22.4142 19.25 22.75 19.5858 22.75 20C22.75 20.5857 22.4006 21.0382 22.0137 21.3496C21.6198 21.6666 21.0884 21.923 20.4795 22.126C19.2568 22.5335 17.646 22.75 16 22.75C14.354 22.75 12.7432 22.5335 11.5205 22.126C10.9116 21.923 10.3802 21.6666 9.98633 21.3496C9.59941 21.0382 9.25 20.5857 9.25 20C9.25 19.5858 9.58579 19.25 10 19.25C10.409 19.25 10.7407 19.5774 10.749 19.9844C10.7544 19.9998 10.7858 20.0671 10.9268 20.1807C11.1302 20.3444 11.478 20.531 11.9941 20.7031C13.0218 21.0457 14.4636 21.25 16 21.25C17.5364 21.25 18.9782 21.0457 20.0059 20.7031C20.522 20.531 20.8698 20.3444 21.0732 20.1807C21.2133 20.0679 21.2444 20.0003 21.25 19.9844C21.2583 19.5774 21.591 19.25 22 19.25Z",fill:"#3292ED"})]}),t.jsxs("defs",{children:[t.jsxs("filter",{id:"filter0_di_2488_6514",x:"-4",y:"-1",width:"40",height:"49",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[t.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),t.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"}),t.jsx("feMorphology",{radius:"4",operator:"erode",in:"SourceAlpha",result:"effect1_dropShadow_2488_6514"}),t.jsx("feOffset",{dy:"4"}),t.jsx("feGaussianBlur",{stdDeviation:"4"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"}),t.jsx("feBlend",{mode:"multiply",in2:"BackgroundImageFix",result:"effect1_dropShadow_2488_6514"}),t.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2488_6514",result:"shape"}),t.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"}),t.jsx("feOffset",{dy:"-1"}),t.jsx("feGaussianBlur",{stdDeviation:"0.5"}),t.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"}),t.jsx("feBlend",{mode:"multiply",in2:"shape",result:"effect2_innerShadow_2488_6514"})]}),t.jsx("clipPath",{id:"clip0_2488_6514",children:t.jsx("rect",{width:"32",height:"40",fill:"white"})})]})]})}function Re(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.93994 7.99994C1.93994 4.95954 4.30966 1.93994 7.99994 1.93994C11.0251 1.93994 12.4976 4.2113 13.1079 5.36663H11.2C10.9238 5.36663 10.7 5.59049 10.7 5.86663C10.7 6.14278 10.9238 6.36663 11.2 6.36663H14.4C14.6761 6.36663 14.9 6.14278 14.9 5.86663V2.66663C14.9 2.39049 14.6761 2.16663 14.4 2.16663C14.1238 2.16663 13.9 2.39049 13.9 2.66663V4.72863C13.1867 3.43408 11.4556 0.939941 7.99994 0.939941C3.68702 0.939941 0.939941 4.48034 0.939941 7.99994C0.939941 11.5195 3.68702 15.0599 7.99994 15.0599C10.0641 15.0599 11.7819 14.2434 13.005 12.9989C13.66 12.3324 14.1716 11.545 14.5204 10.6974C14.6255 10.442 14.5037 10.1498 14.2484 10.0447C13.993 9.93963 13.7008 10.0614 13.5957 10.3168C13.2945 11.0485 12.8536 11.7263 12.2918 12.2979C11.2492 13.3588 9.7853 14.0599 7.99994 14.0599C4.30966 14.0599 1.93994 11.0403 1.93994 7.99994Z"})})}function He(e){return t.jsxs("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("rect",{x:"1.5",y:"1.5",width:"13",height:"13",rx:"3.5",stroke:"currentcolor"}),t.jsx("path",{d:"M4 8H12",stroke:"currentcolor",strokeLinecap:"round"})]})}function Ve(e){return t.jsxs("svg",{...e,viewBox:"0 0 71 19",fill:"currentcolor",children:[t.jsx("path",{d:"M53.6211 18.4887V9.0342H56.435V10.8096H56.4923C56.7377 10.181 57.1085 9.70244 57.6047 9.37398C58.101 9.03986 58.6981 8.8728 59.3962 8.8728C60.4105 8.8728 61.2039 9.1871 61.7765 9.8157C62.3546 10.4443 62.6436 11.3164 62.6436 12.432V18.4887H59.7397V13.0776C59.7397 12.5283 59.6007 12.1007 59.3225 11.7949C59.0499 11.4835 58.6654 11.3277 58.1692 11.3277C57.6784 11.3277 57.2803 11.4976 56.9749 11.8374C56.6695 12.1772 56.5168 12.6161 56.5168 13.1541V18.4887H53.6211Z"}),t.jsx("path",{d:"M53.097 9.03394L50.7412 18.4884H47.6164L46.1522 12.075H46.0949L44.6389 18.4884H41.5632L39.1992 9.03394H42.1195L43.3056 15.7532H43.3628L44.7861 9.03394H47.551L48.9906 15.7532H49.0479L50.234 9.03394H53.097Z"}),t.jsx("path",{d:"M37.8661 17.3926C37.0427 18.2591 35.9084 18.6923 34.4632 18.6923C33.0181 18.6923 31.8838 18.2591 31.0604 17.3926C30.2369 16.5205 29.8252 15.3086 29.8252 13.7569C29.8252 12.2336 30.2424 11.033 31.0767 10.1552C31.9111 9.2718 33.0399 8.83008 34.4632 8.83008C35.892 8.83008 37.0208 9.26896 37.8497 10.1467C38.6841 11.0188 39.1013 12.2222 39.1013 13.7569C39.1013 15.3143 38.6896 16.5262 37.8661 17.3926ZM33.2117 15.7702C33.5116 16.2402 33.9288 16.4752 34.4632 16.4752C34.9977 16.4752 35.4148 16.2402 35.7148 15.7702C36.0147 15.2945 36.1647 14.6234 36.1647 13.7569C36.1647 12.9131 36.012 12.2506 35.7066 11.7692C35.4012 11.2878 34.9868 11.0472 34.4632 11.0472C33.9343 11.0472 33.5171 11.2878 33.2117 11.7692C32.9118 12.2449 32.7618 12.9075 32.7618 13.7569C32.7618 14.6234 32.9118 15.2945 33.2117 15.7702Z"}),t.jsx("path",{d:"M20.0088 18.4887V9.0342H22.8227V10.8096H22.88C23.1254 10.181 23.4962 9.70244 23.9924 9.37398C24.4887 9.03986 25.0858 8.8728 25.7838 8.8728C26.7982 8.8728 27.5916 9.1871 28.1642 9.8157C28.7423 10.4443 29.0313 11.3164 29.0313 12.432V18.4887H26.1274V13.0776C26.1274 12.5283 25.9883 12.1007 25.7102 11.7949C25.4376 11.4835 25.0531 11.3277 24.5569 11.3277C24.0661 11.3277 23.668 11.4976 23.3626 11.8374C23.0572 12.1772 22.9045 12.6161 22.9045 13.1541V18.4887H20.0088Z"}),t.jsx("path",{d:"M14.7486 10.9707C14.2851 10.9707 13.8952 11.1321 13.5789 11.4549C13.2626 11.7777 13.0854 12.1911 13.0472 12.6951H16.4337C16.4064 12.1741 16.2374 11.7579 15.9265 11.4464C15.6212 11.1293 15.2285 10.9707 14.7486 10.9707ZM16.4991 15.5153H19.1167C18.9749 16.4837 18.5141 17.2567 17.7343 17.8343C16.9599 18.4063 15.9838 18.6923 14.8059 18.6923C13.3662 18.6923 12.2374 18.2591 11.4194 17.3926C10.6014 16.5262 10.1924 15.3313 10.1924 13.8079C10.1924 12.2845 10.5987 11.0755 11.4112 10.1807C12.2237 9.28029 13.3226 8.83008 14.7077 8.83008C16.0656 8.83008 17.1481 9.26047 17.9552 10.1213C18.7677 10.9764 19.174 12.1231 19.174 13.5616V14.4195H13.0145V14.6064C13.0145 15.184 13.1835 15.6541 13.5216 16.0165C13.8597 16.3733 14.3015 16.5517 14.8468 16.5517C15.2503 16.5517 15.5993 16.461 15.8938 16.2798C16.1883 16.0929 16.3901 15.8381 16.4991 15.5153Z"}),t.jsx("path",{d:"M3.00205 8.58396V12.0667H4.7771C5.32789 12.0667 5.7587 11.911 6.06954 11.5995C6.38038 11.2881 6.5358 10.8662 6.5358 10.3338C6.5358 9.80718 6.37492 9.38528 6.05318 9.06815C5.73143 8.74535 5.30335 8.58396 4.76892 8.58396H3.00205ZM3.00205 14.1989V18.4886H0V6.23096H5.07158C6.53307 6.23096 7.65373 6.5849 8.43355 7.29278C9.21337 8.00066 9.60328 8.99453 9.60328 10.2744C9.60328 11.0446 9.42605 11.7439 9.07159 12.3725C8.71712 12.9955 8.2236 13.4514 7.59101 13.7402L9.94684 18.4886H6.5767L4.55624 14.1989H3.00205Z"}),t.jsx("path",{d:"M65.7255 0.211478C65.0841 2.46724 63.3737 4.2455 61.2041 4.90969C60.932 4.99366 60.932 5.39096 61.2041 5.47492C63.3725 6.13912 65.0841 7.91738 65.7255 10.1731C65.8056 10.4551 66.1932 10.4551 66.2745 10.1731C66.9159 7.91738 68.6263 6.13912 70.7959 5.47492C71.068 5.39096 71.068 4.99366 70.7959 4.90969C68.6276 4.2455 66.9159 2.46724 66.2745 0.211478C66.1944 -0.0704925 65.8068 -0.0704925 65.7255 0.211478Z"})]})}function be(e){return t.jsxs("svg",{...e,viewBox:"0 0 71 19",fill:"currentcolor",children:[t.jsx("path",{d:"M53.6211 18.4887V9.0342H56.435V10.8096H56.4923C56.7377 10.181 57.1085 9.70244 57.6047 9.37398C58.101 9.03986 58.6981 8.8728 59.3962 8.8728C60.4105 8.8728 61.2039 9.1871 61.7765 9.8157C62.3546 10.4443 62.6436 11.3164 62.6436 12.432V18.4887H59.7397V13.0776C59.7397 12.5283 59.6007 12.1007 59.3225 11.7949C59.0499 11.4835 58.6654 11.3277 58.1692 11.3277C57.6784 11.3277 57.2803 11.4976 56.9749 11.8374C56.6695 12.1772 56.5168 12.6161 56.5168 13.1541V18.4887H53.6211Z"}),t.jsx("path",{d:"M53.097 9.03394L50.7412 18.4884H47.6164L46.1522 12.075H46.0949L44.6389 18.4884H41.5632L39.1992 9.03394H42.1195L43.3056 15.7532H43.3628L44.7861 9.03394H47.551L48.9906 15.7532H49.0479L50.234 9.03394H53.097Z"}),t.jsx("path",{d:"M37.8661 17.3926C37.0427 18.2591 35.9084 18.6923 34.4632 18.6923C33.0181 18.6923 31.8838 18.2591 31.0604 17.3926C30.2369 16.5205 29.8252 15.3086 29.8252 13.7569C29.8252 12.2336 30.2424 11.033 31.0767 10.1552C31.9111 9.2718 33.0399 8.83008 34.4632 8.83008C35.892 8.83008 37.0208 9.26896 37.8497 10.1467C38.6841 11.0188 39.1013 12.2222 39.1013 13.7569C39.1013 15.3143 38.6896 16.5262 37.8661 17.3926ZM33.2117 15.7702C33.5116 16.2402 33.9288 16.4752 34.4632 16.4752C34.9977 16.4752 35.4148 16.2402 35.7148 15.7702C36.0147 15.2945 36.1647 14.6234 36.1647 13.7569C36.1647 12.9131 36.012 12.2506 35.7066 11.7692C35.4012 11.2878 34.9868 11.0472 34.4632 11.0472C33.9343 11.0472 33.5171 11.2878 33.2117 11.7692C32.9118 12.2449 32.7618 12.9075 32.7618 13.7569C32.7618 14.6234 32.9118 15.2945 33.2117 15.7702Z"}),t.jsx("path",{d:"M20.0088 18.4887V9.0342H22.8227V10.8096H22.88C23.1254 10.181 23.4962 9.70244 23.9924 9.37398C24.4887 9.03986 25.0858 8.8728 25.7838 8.8728C26.7982 8.8728 27.5916 9.1871 28.1642 9.8157C28.7423 10.4443 29.0313 11.3164 29.0313 12.432V18.4887H26.1274V13.0776C26.1274 12.5283 25.9883 12.1007 25.7102 11.7949C25.4376 11.4835 25.0531 11.3277 24.5569 11.3277C24.0661 11.3277 23.668 11.4976 23.3626 11.8374C23.0572 12.1772 22.9045 12.6161 22.9045 13.1541V18.4887H20.0088Z"}),t.jsx("path",{d:"M14.7486 10.9707C14.2851 10.9707 13.8952 11.1321 13.5789 11.4549C13.2626 11.7777 13.0854 12.1911 13.0472 12.6951H16.4337C16.4064 12.1741 16.2374 11.7579 15.9265 11.4464C15.6212 11.1293 15.2285 10.9707 14.7486 10.9707ZM16.4991 15.5153H19.1167C18.9749 16.4837 18.5141 17.2567 17.7343 17.8343C16.9599 18.4063 15.9838 18.6923 14.8059 18.6923C13.3662 18.6923 12.2374 18.2591 11.4194 17.3926C10.6014 16.5262 10.1924 15.3313 10.1924 13.8079C10.1924 12.2845 10.5987 11.0755 11.4112 10.1807C12.2237 9.28029 13.3226 8.83008 14.7077 8.83008C16.0656 8.83008 17.1481 9.26047 17.9552 10.1213C18.7677 10.9764 19.174 12.1231 19.174 13.5616V14.4195H13.0145V14.6064C13.0145 15.184 13.1835 15.6541 13.5216 16.0165C13.8597 16.3733 14.3015 16.5517 14.8468 16.5517C15.2503 16.5517 15.5993 16.461 15.8938 16.2798C16.1883 16.0929 16.3901 15.8381 16.4991 15.5153Z"}),t.jsx("path",{d:"M3.00205 8.58396V12.0667H4.7771C5.32789 12.0667 5.7587 11.911 6.06954 11.5995C6.38038 11.2881 6.5358 10.8662 6.5358 10.3338C6.5358 9.80718 6.37492 9.38528 6.05318 9.06815C5.73143 8.74535 5.30335 8.58396 4.76892 8.58396H3.00205ZM3.00205 14.1989V18.4886H0V6.23096H5.07158C6.53307 6.23096 7.65373 6.5849 8.43355 7.29278C9.21337 8.00066 9.60328 8.99453 9.60328 10.2744C9.60328 11.0446 9.42605 11.7439 9.07159 12.3725C8.71712 12.9955 8.2236 13.4514 7.59101 13.7402L9.94684 18.4886H6.5767L4.55624 14.1989H3.00205Z"}),t.jsx("path",{d:"M65.7255 0.211478C65.0841 2.46724 63.3737 4.2455 61.2041 4.90969C60.932 4.99366 60.932 5.39096 61.2041 5.47492C63.3725 6.13912 65.0841 7.91738 65.7255 10.1731C65.8056 10.4551 66.1932 10.4551 66.2745 10.1731C66.9159 7.91738 68.6263 6.13912 70.7959 5.47492C71.068 5.39096 71.068 4.99366 70.7959 4.90969C68.6276 4.2455 66.9159 2.46724 66.2745 0.211478C66.1944 -0.0704925 65.8068 -0.0704925 65.7255 0.211478Z",fill:"#21FFB4"})]})}function Ee(e){return t.jsxs("svg",{...e,width:"83",height:"22",viewBox:"0 0 83 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{d:"M62.6841 21.7601V10.6326H65.9736V12.7221H66.0405C66.3274 11.9823 66.7609 11.4191 67.341 11.0325C67.9212 10.6393 68.6192 10.4426 69.4352 10.4426C70.621 10.4426 71.5486 10.8125 72.2179 11.5524C72.8937 12.2922 73.2316 13.3187 73.2316 14.6317V21.7601H69.8369V15.3915C69.8369 14.745 69.6743 14.2418 69.3492 13.8819C69.0304 13.5153 68.581 13.332 68.0009 13.332C67.4271 13.332 66.9617 13.5319 66.6047 13.9319C66.2477 14.3318 66.0692 14.8483 66.0692 15.4815V21.7601H62.6841Z",fill:"currentcolor"}),t.jsx("path",{d:"M62.0713 10.6328L59.3173 21.7603H55.6644L53.9527 14.212H53.8858L52.1837 21.7603H48.5882L45.8246 10.6328H49.2384L50.625 18.5411H50.6919L52.3558 10.6328H55.5879L57.2709 18.5411H57.3379L58.7245 10.6328H62.0713Z",fill:"currentcolor"}),t.jsx("path",{d:"M44.2662 20.4703C43.3036 21.4901 41.9775 22 40.2882 22C38.5988 22 37.2728 21.4901 36.3102 20.4703C35.3475 19.4439 34.8662 18.0176 34.8662 16.1913C34.8662 14.3984 35.3539 12.9853 36.3293 11.9522C37.3047 10.9125 38.6243 10.3926 40.2882 10.3926C41.9584 10.3926 43.2781 10.9091 44.2471 11.9422C45.2224 12.9687 45.7101 14.385 45.7101 16.1913C45.7101 18.0242 45.2288 19.4506 44.2662 20.4703ZM38.8251 18.5608C39.1757 19.114 39.6634 19.3906 40.2882 19.3906C40.9129 19.3906 41.4006 19.114 41.7512 18.5608C42.1019 18.0009 42.2772 17.2111 42.2772 16.1913C42.2772 15.1982 42.0987 14.4184 41.7417 13.8518C41.3847 13.2853 40.9002 13.002 40.2882 13.002C39.6698 13.002 39.1821 13.2853 38.8251 13.8518C38.4745 14.4117 38.2992 15.1915 38.2992 16.1913C38.2992 17.2111 38.4745 18.0009 38.8251 18.5608Z",fill:"currentcolor"}),t.jsx("path",{d:"M23.3906 21.7601V10.6326H26.6801V12.7221H26.7471C27.034 11.9823 27.4675 11.4191 28.0476 11.0325C28.6277 10.6393 29.3258 10.4426 30.1418 10.4426C31.3275 10.4426 32.2551 10.8125 32.9245 11.5524C33.6002 12.2922 33.9381 13.3187 33.9381 14.6317V21.7601H30.5434V15.3915C30.5434 14.745 30.3808 14.2418 30.0557 13.8819C29.737 13.5153 29.2875 13.332 28.7074 13.332C28.1336 13.332 27.6683 13.5319 27.3113 13.9319C26.9543 14.3318 26.7758 14.8483 26.7758 15.4815V21.7601H23.3906Z",fill:"currentcolor"}),t.jsx("path",{d:"M17.2414 12.912C16.6995 12.912 16.2437 13.102 15.8739 13.4819C15.5042 13.8618 15.297 14.3484 15.2524 14.9416H19.2113C19.1794 14.3284 18.9818 13.8385 18.6184 13.4719C18.2614 13.0986 17.8024 12.912 17.2414 12.912ZM19.2878 18.2608H22.3478C22.182 19.4006 21.6433 20.3104 20.7317 20.9902C19.8264 21.6634 18.6853 22 17.3083 22C15.6253 22 14.3057 21.4901 13.3494 20.4703C12.3932 19.4506 11.915 18.0442 11.915 16.2513C11.915 14.4583 12.39 13.0353 13.3399 11.9822C14.2897 10.9225 15.5743 10.3926 17.1936 10.3926C18.7809 10.3926 20.0464 10.8991 20.9899 11.9122C21.9398 12.9187 22.4147 14.2684 22.4147 15.9613V16.9711H15.2141V17.1911C15.2141 17.8709 15.4117 18.4241 15.807 18.8507C16.2022 19.2706 16.7186 19.4806 17.3561 19.4806C17.8279 19.4806 18.2359 19.3739 18.5801 19.1606C18.9244 18.9407 19.1603 18.6408 19.2878 18.2608Z",fill:"currentcolor"}),t.jsx("path",{d:"M3.50945 10.1029V14.202H5.58452C6.2284 14.202 6.73202 14.0187 7.0954 13.6521C7.45878 13.2855 7.64047 12.789 7.64047 12.1624C7.64047 11.5426 7.4524 11.046 7.07628 10.6728C6.70015 10.2928 6.19971 10.1029 5.57496 10.1029H3.50945ZM3.50945 16.7114V21.7603H0V7.3335H5.92877C7.63728 7.3335 8.94735 7.75007 9.85897 8.58322C10.7706 9.41637 11.2264 10.5861 11.2264 12.0924C11.2264 12.9989 11.0192 13.8221 10.6049 14.5619C10.1905 15.2951 9.61354 15.8316 8.87403 16.1715L11.628 21.7603H7.68828L5.32633 16.7114H3.50945Z",fill:"currentcolor"}),t.jsx("path",{d:"M76.834 0.248901C76.0842 2.90384 74.0847 4.99678 71.5484 5.77851C71.2303 5.87734 71.2303 6.34494 71.5484 6.44376C74.0833 7.22549 76.0842 9.31844 76.834 11.9734C76.9277 12.3052 77.3807 12.3052 77.4758 11.9734C78.2257 9.31844 80.2251 7.22549 82.7614 6.44376C83.0795 6.34494 83.0795 5.87734 82.7614 5.77851C80.2266 4.99678 78.2257 2.90384 77.4758 0.248901C77.3821 -0.0829669 76.9291 -0.0829669 76.834 0.248901Z",fill:"url(#paint0_linear_2120_7894)"}),t.jsx("defs",{children:t.jsxs("linearGradient",{id:"paint0_linear_2120_7894",x1:"77.1549",y1:"-0.768932",x2:"72.2552",y2:"11.3783",gradientUnits:"userSpaceOnUse",children:[t.jsx("stop",{stopColor:"#21FFB4"}),t.jsx("stop",{offset:"1",stopColor:"#0080FF"})]})})]})}function ke(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M7.99853 2.60352C5.0532 2.60352 2.66519 4.99152 2.66519 7.93685C2.66519 10.8822 5.0532 13.2702 7.99853 13.2702C10.9439 13.2702 13.3319 10.8822 13.3319 7.93685C13.3319 4.99152 10.9439 2.60352 7.99853 2.60352ZM7.99853 3.93685C10.2079 3.93685 11.9985 5.72752 11.9985 7.93685C11.9985 10.1462 10.2079 11.9368 7.99853 11.9368C5.7892 11.9368 3.99853 10.1462 3.99853 7.93685C3.99853 5.72752 5.7892 3.93685 7.99853 3.93685Z"})})}function Pe(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M2 4.66667C2 3.194 3.194 2 4.66667 2H8.08333C7.64666 2.564 7.33333 3.23133 7.33333 4V8.66667H5.33333L8 11.3333L10.6667 8.66667H8.66666V4C8.66666 2.89533 9.562 2 10.6667 2H11.3333C12.806 2 14 3.194 14 4.66667V11.3333C14 12.806 12.806 14 11.3333 14H4.66667C3.194 14 2 12.806 2 11.3333V4.66667Z"})})}function De(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M10.0137 1.95312C5.59537 1.95312 2.01367 5.53513 2.01367 9.95314C2.01367 14.3712 5.59537 17.9532 10.0137 17.9532C11.8504 17.9532 13.5913 17.3222 14.9416 16.2822L19.2949 20.6722C19.6855 21.0622 20.3419 21.0622 20.7325 20.6722C21.123 20.2812 21.123 19.6252 20.7325 19.2342L16.349 14.8741C17.3898 13.5241 18.0137 11.7901 18.0137 9.95314C18.0137 5.53513 14.432 1.95312 10.0137 1.95312ZM10.0137 3.95313C13.3274 3.95313 16.0137 6.63914 16.0137 9.95314C16.0137 13.2672 13.3274 15.9532 10.0137 15.9532C6.69997 15.9532 4.01367 13.2672 4.01367 9.95314C4.01367 6.63914 6.69997 3.95313 10.0137 3.95313Z"})})}function Fe(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M11.998 1.95312C7.63605 1.95312 3.99805 3.51213 3.99805 5.95312C3.99805 8.39412 7.63605 9.95312 11.998 9.95312C16.36 9.95312 19.998 8.39412 19.998 5.95312C19.998 3.51213 16.36 1.95312 11.998 1.95312ZM3.99805 9.57812V11.9531C3.99805 14.3941 7.63605 15.9531 11.998 15.9531C16.36 15.9531 19.998 14.3941 19.998 11.9531V9.57812C18.184 11.0681 15.356 11.9531 11.998 11.9531C8.64005 11.9531 5.81205 11.0681 3.99805 9.57812ZM3.99805 15.5781V17.9531C3.99805 20.3941 7.63605 21.9531 11.998 21.9531C16.36 21.9531 19.998 20.3941 19.998 17.9531V15.5781C18.184 17.0681 15.356 17.9531 11.998 17.9531C8.64005 17.9531 5.81205 17.0681 3.99805 15.5781Z"})})}function Be(e){return t.jsxs("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:[t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 2C13.1894 2 13.8136 2.27905 14.2659 2.73036C14.2834 2.74784 14.3007 2.76559 14.3177 2.78358C14.7174 3.20678 14.971 3.76953 14.9977 4.39107L14.9985 4.41205C14.9995 4.44124 15 4.47056 15 4.5L15 4.51426C15 4.55491 15.0247 4.59145 15.0623 4.60702C15.0998 4.62261 15.1431 4.61423 15.1719 4.58546L15.182 4.57538C15.2028 4.55456 15.2239 4.53419 15.2452 4.51426L15.2607 4.5C15.719 4.07934 16.2962 3.86073 16.8782 3.84417C16.9029 3.84346 16.9277 3.84312 16.9524 3.84315C17.5913 3.84382 18.23 4.0879 18.7175 4.57538L19.4246 5.28249C19.9121 5.76997 20.1562 6.40868 20.1569 7.0476C20.1569 7.07234 20.1565 7.09709 20.1558 7.12182C20.1393 7.70375 19.9207 8.281 19.5 8.73935L19.4857 8.75476C19.4658 8.77611 19.4454 8.7972 19.4246 8.81802L19.4145 8.82811C19.3858 8.85687 19.3774 8.90017 19.393 8.93775C19.4085 8.97529 19.4451 9 19.4857 9L19.5 9C19.5294 9 19.5588 9.00051 19.5879 9.00152L19.6089 9.00233C20.2305 9.02898 20.7932 9.28257 21.2164 9.68233C21.2344 9.69933 21.2522 9.71659 21.2696 9.73411C21.721 10.1864 22 10.8106 22 11.5L22 12.5C22 13.1894 21.721 13.8136 21.2696 14.2659C21.2522 14.2834 21.2344 14.3007 21.2164 14.3177C20.7932 14.7174 20.2305 14.971 19.6089 14.9977L19.5879 14.9985C19.5588 14.9995 19.5294 15 19.5 15L19.4857 15C19.4451 15 19.4085 15.0247 19.393 15.0623C19.3774 15.0998 19.3858 15.1431 19.4145 15.1719L19.4246 15.182C19.4454 15.2028 19.4658 15.2239 19.4857 15.2452L19.5 15.2607C19.9207 15.719 20.1393 16.2962 20.1558 16.8782C20.1565 16.9029 20.1569 16.9277 20.1569 16.9524C20.1562 17.5913 19.9121 18.23 19.4246 18.7175L18.7175 19.4246C18.23 19.9121 17.5913 20.1562 16.9524 20.1568C16.9277 20.1569 16.9029 20.1565 16.8782 20.1558C16.2963 20.1393 15.719 19.9207 15.2607 19.5L15.2452 19.4857C15.2239 19.4658 15.2028 19.4454 15.182 19.4246L15.1719 19.4145C15.1431 19.3858 15.0998 19.3774 15.0623 19.393C15.0247 19.4085 15 19.4451 15 19.4857L15 19.5C15 19.5294 14.9995 19.5588 14.9985 19.5879L14.9977 19.6089C14.971 20.2305 14.7174 20.7932 14.3177 21.2164C14.3007 21.2344 14.2834 21.2522 14.2659 21.2696C13.8136 21.7209 13.1894 22 12.5 22L11.5 22C10.8106 22 10.1864 21.7209 9.73411 21.2696C9.71659 21.2522 9.69933 21.2344 9.68233 21.2164C9.28257 20.7932 9.02898 20.2305 9.00233 19.6089L9.00152 19.5879C9.00051 19.5588 9 19.5294 9 19.5L9 19.4857C9 19.4451 8.97529 19.4085 8.93774 19.393C8.90017 19.3774 8.85687 19.3858 8.8281 19.4145L8.81802 19.4246C8.7972 19.4454 8.77611 19.4658 8.75475 19.4857L8.73934 19.5C8.281 19.9207 7.70375 20.1393 7.12182 20.1558C7.09708 20.1565 7.07234 20.1569 7.0476 20.1568C6.40868 20.1562 5.76997 19.9121 5.28249 19.4246L4.57538 18.7175C4.0879 18.23 3.84382 17.5913 3.84315 16.9524C3.84312 16.9277 3.84346 16.9029 3.84417 16.8782C3.86073 16.2962 4.07934 15.719 4.5 15.2607L4.51426 15.2452C4.53419 15.2239 4.55456 15.2028 4.57538 15.182L4.58546 15.1719C4.61423 15.1431 4.62261 15.0998 4.60702 15.0623C4.59145 15.0247 4.55491 15 4.51426 15L4.5 15C4.47056 15 4.44125 14.9995 4.41205 14.9985L4.39107 14.9977C3.76953 14.971 3.20678 14.7174 2.78358 14.3177C2.76558 14.3007 2.74784 14.2834 2.73036 14.2659C2.27905 13.8136 2 13.1894 2 12.5L2 11.5C2 10.8106 2.27905 10.1864 2.73036 9.73411C2.74784 9.71659 2.76558 9.69933 2.78358 9.68233C3.20678 9.28257 3.76953 9.02898 4.39107 9.00233L4.41205 9.00152C4.44125 9.00051 4.47056 9 4.5 9L4.51426 9C4.55491 9 4.59145 8.97529 4.60702 8.93775C4.62261 8.90017 4.61423 8.85687 4.58546 8.82811L4.57538 8.81802C4.55456 8.7972 4.53419 8.77611 4.51426 8.75476L4.5 8.73935C4.07934 8.281 3.86073 7.70375 3.84417 7.12182C3.84346 7.09709 3.84312 7.07234 3.84315 7.0476C3.84382 6.40868 4.0879 5.76997 4.57538 5.28249L5.28249 4.57538C5.76997 4.0879 6.40868 3.84382 7.0476 3.84315C7.07234 3.84312 7.09709 3.84346 7.12182 3.84417C7.70375 3.86073 8.281 4.07934 8.73934 4.5L8.75476 4.51426C8.77611 4.53419 8.7972 4.55456 8.81802 4.57538L8.8281 4.58546C8.85687 4.61423 8.90017 4.62261 8.93775 4.60702C8.97529 4.59145 9 4.55491 9 4.51426L9 4.5C9 4.47056 9.00051 4.44124 9.00152 4.41205L9.00233 4.39107C9.02898 3.76953 9.28257 3.20678 9.68233 2.78358C9.69933 2.76559 9.71659 2.74784 9.73411 2.73036C10.1864 2.27905 10.8106 2 11.5 2L12.5 2ZM11 19.5C11 19.7761 11.2239 20 11.5 20L12.5 20C12.7761 20 13 19.7761 13 19.5L13 19.4857C13 18.6262 13.5212 17.8669 14.2962 17.5455C15.0727 17.2235 15.9787 17.3929 16.5861 18.0003L16.5962 18.0104C16.7915 18.2057 17.108 18.2057 17.3033 18.0104L18.0104 17.3033C18.2057 17.108 18.2057 16.7915 18.0104 16.5962L18.0003 16.5861C17.3929 15.9787 17.2235 15.0727 17.5455 14.2961C17.8669 13.5212 18.6262 13 19.4857 13L19.5 13C19.7761 13 20 12.7761 20 12.5L20 11.5C20 11.2239 19.7761 11 19.5 11L19.4857 11C18.6262 11 17.8669 10.4788 17.5455 9.70385C17.2235 8.92727 17.3929 8.02132 18.0003 7.41389L18.0104 7.40381C18.2057 7.20854 18.2057 6.89196 18.0104 6.6967L17.3033 5.98959C17.108 5.79433 16.7915 5.79433 16.5962 5.98959L16.5861 5.99968C15.9787 6.60711 15.0727 6.77651 14.2962 6.45448C13.5212 6.13311 13 5.37381 13 4.51426L13 4.5C13 4.22386 12.7761 4 12.5 4L11.5 4C11.2239 4 11 4.22386 11 4.5L11 4.51426C11 5.37381 10.4788 6.13311 9.70384 6.45448C8.92725 6.77651 8.02132 6.60711 7.41389 5.99968L7.40381 5.98959C7.20854 5.79433 6.89196 5.79433 6.6967 5.98959L5.98959 6.6967C5.79433 6.89196 5.79433 7.20854 5.98959 7.40381L5.99967 7.41389C6.60711 8.02132 6.77651 8.92727 6.45448 9.70385C6.13311 10.4788 5.37382 11 4.51426 11L4.5 11C4.22386 11 4 11.2239 4 11.5L4 12.5C4 12.7761 4.22386 13 4.5 13L4.51426 13C5.37382 13 6.13311 13.5212 6.45447 14.2961C6.77651 15.0727 6.60711 15.9787 5.99968 16.5861L5.98959 16.5962C5.79433 16.7915 5.79433 17.108 5.98959 17.3033L6.6967 18.0104C6.89196 18.2057 7.20854 18.2057 7.4038 18.0104L7.41389 18.0003C8.02132 17.3929 8.92726 17.2235 9.70384 17.5455C10.4788 17.8669 11 18.6262 11 19.4857L11 19.5Z"}),t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z"})]})}function Ze(e){return t.jsxs("svg",{...e,width:"32",height:"40",viewBox:"0 0 32 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsxs("g",{clipPath:"url(#clip0_2488_6486)",children:[t.jsxs("g",{filter:"url(#filter0_di_2488_6486)",children:[t.jsx("path",{d:"M0 6C0 2.68629 2.68629 0 6 0L24 0L32 8V34C32 37.3137 29.3137 40 26 40H6C2.68629 40 0 37.3137 0 34V6Z",fill:"#F3F5F7"}),t.jsx("path",{d:"M6 0.75H23.6895L31.25 8.31055V34C31.25 36.8995 28.8995 39.25 26 39.25H6C3.10051 39.25 0.75 36.8995 0.75 34V6C0.75 3.10051 3.10051 0.75 6 0.75Z",stroke:"#3292ED",strokeWidth:"1.5"})]}),t.jsx("path",{d:"M23 0L32 9H27C24.7909 9 23 7.20914 23 5V0Z",fill:"#3292ED"}),t.jsx("path",{d:"M20.5882 22.603V17.1091L15.9728 14.3438L11.3575 17.1091V22.603L15.9728 25.3684L20.5882 22.603Z",stroke:"#3292ED",strokeWidth:"1.5"}),t.jsx("ellipse",{cx:"16",cy:"14.3714",rx:"1.38462",ry:"1.37137",fill:"white",stroke:"#3292ED",strokeWidth:"1.5"}),t.jsx("ellipse",{cx:"16",cy:"25.344",rx:"1.38462",ry:"1.37137",fill:"white",stroke:"#3292ED",strokeWidth:"1.5"}),t.jsx("ellipse",{cx:"11.3846",cy:"17.1136",rx:"1.38462",ry:"1.37137",fill:"white",stroke:"#3292ED",strokeWidth:"1.5"}),t.jsx("ellipse",{cx:"20.6154",cy:"17.1136",rx:"1.38462",ry:"1.37137",fill:"white",stroke:"#3292ED",strokeWidth:"1.5"}),t.jsx("ellipse",{cx:"20.6154",cy:"22.5999",rx:"1.38462",ry:"1.37137",fill:"white",stroke:"#3292ED",strokeWidth:"1.5"}),t.jsx("ellipse",{cx:"11.3846",cy:"22.5999",rx:"1.38462",ry:"1.37137",fill:"white",stroke:"#3292ED",strokeWidth:"1.5"})]}),t.jsxs("defs",{children:[t.jsxs("filter",{id:"filter0_di_2488_6486",x:"-4",y:"-1",width:"40",height:"49",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[t.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),t.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"}),t.jsx("feMorphology",{radius:"4",operator:"erode",in:"SourceAlpha",result:"effect1_dropShadow_2488_6486"}),t.jsx("feOffset",{dy:"4"}),t.jsx("feGaussianBlur",{stdDeviation:"4"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"}),t.jsx("feBlend",{mode:"multiply",in2:"BackgroundImageFix",result:"effect1_dropShadow_2488_6486"}),t.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2488_6486",result:"shape"}),t.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"}),t.jsx("feOffset",{dy:"-1"}),t.jsx("feGaussianBlur",{stdDeviation:"0.5"}),t.jsx("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),t.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"}),t.jsx("feBlend",{mode:"multiply",in2:"shape",result:"effect2_innerShadow_2488_6486"})]}),t.jsx("clipPath",{id:"clip0_2488_6486",children:t.jsx("rect",{width:"32",height:"40",fill:"white"})})]})]})}function Oe(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M8.01042 1.3418C4.32842 1.3418 1.34375 4.3266 1.34375 8.00847C1.34375 11.6905 4.32842 14.6751 8.01042 14.6751C11.6924 14.6751 14.6771 11.6905 14.6771 8.00847C14.6771 4.3266 11.6924 1.3418 8.01042 1.3418ZM8.01042 4.67513C8.37842 4.67513 8.67708 4.9736 8.67708 5.3418V8.67514H10.6771L8.01042 11.3418L5.34375 8.67514H7.34375V5.3418C7.34375 4.9736 7.64242 4.67513 8.01042 4.67513Z"})})}function _e(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M7.81333 1.33662C6.07787 1.38545 4.42992 2.10935 3.21991 3.35437C2.0099 4.59939 1.3333 6.26732 1.33398 8.00346C1.33478 9.7711 2.03752 11.4661 3.28771 12.7157C4.5379 13.9653 6.23319 14.6673 8.00083 14.6673C9.76847 14.6673 11.4638 13.9653 12.714 12.7157C13.9641 11.4661 14.6669 9.7711 14.6677 8.00346C14.668 7.11195 14.4896 6.22943 14.1429 5.4081C13.7962 4.58678 13.2883 3.84332 12.6492 3.22173C12.0101 2.60015 11.2529 2.11306 10.4222 1.78926C9.59161 1.46547 8.70448 1.31155 7.81333 1.33662ZM8.00083 4.67003C8.92086 4.67003 9.75038 5.00753 10.3551 5.60755L11.3343 4.67003V7.33679H11.2718H10.2093H8.66755L9.62591 6.33676C9.21457 5.93674 8.64705 5.67005 8.0217 5.67005C6.98901 5.67005 6.13082 6.4034 5.83414 7.33679H4.72995C5.04062 5.80341 6.39012 4.67003 8.00083 4.67003ZM4.66741 8.67016H4.72988H5.79241H7.33412L6.37576 9.60768C6.7871 10.0077 7.35461 10.2744 7.97997 10.2744C9.01266 10.2744 9.87085 9.60351 10.1675 8.67016H11.2717C10.961 10.1368 9.61151 11.3369 8.0008 11.3369C7.08078 11.3369 6.25125 10.9369 5.64657 10.3369L4.66738 11.3369L4.66741 8.67016Z"})})}function Ie(e){return t.jsxs("svg",{...e,width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{d:"M4.5 9V7.5C4.5 6.30653 4.97411 5.16193 5.81802 4.31802C6.66193 3.47411 7.80653 3 9 3C10.1935 3 11.3381 3.47411 12.182 4.31802C13.0259 5.16193 13.5 6.30653 13.5 7.5V9M3 13.5C3 13.8978 3.15804 14.2794 3.43934 14.5607C3.72064 14.842 4.10218 15 4.5 15C4.89782 15 5.27936 14.842 5.56066 14.5607C5.84196 14.2794 6 13.8978 6 13.5C6 13.1022 5.84196 12.7206 5.56066 12.4393C5.27936 12.158 4.89782 12 4.5 12C4.10218 12 3.72064 12.158 3.43934 12.4393C3.15804 12.7206 3 13.1022 3 13.5ZM12 13.5C12 13.8978 12.158 14.2794 12.4393 14.5607C12.7206 14.842 13.1022 15 13.5 15C13.8978 15 14.2794 14.842 14.5607 14.5607C14.842 14.2794 15 13.8978 15 13.5C15 13.1022 14.842 12.7206 14.5607 12.4393C14.2794 12.158 13.8978 12 13.5 12C13.1022 12 12.7206 12.158 12.4393 12.4393C12.158 12.7206 12 13.1022 12 13.5Z",stroke:"currentcolor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M11.25 6.75L13.5 9L15.75 6.75",stroke:"currentcolor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}function Ne(e){return t.jsxs("svg",{...e,width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentcolor",children:[t.jsx("rect",{width:"16",height:"16",fill:"url(#pattern0_1256_1508)"}),t.jsxs("defs",{children:[t.jsx("pattern",{id:"pattern0_1256_1508",patternContentUnits:"objectBoundingBox",width:"1",height:"1",children:t.jsx("use",{href:"#image0_1256_1508",transform:"scale(0.00195312)"})}),t.jsx("image",{id:"image0_1256_1508",width:"512",height:"512",preserveAspectRatio:"none",href:"data:image/png;base64,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"})]})]})}function Te(e){return t.jsx("svg",{...e,width:"10",height:"7",viewBox:"0 0 10 7",fill:"currentcolor",children:t.jsx("path",{d:"M0.539174 0.830403L0.539396 0.830693L4.81717 6.41675L0.539174 0.830403ZM0.539174 0.830403C0.492941 0.770121 0.486776 0.69618 0.524599 0.622069C0.562768 0.547277 0.632849 0.5 0.721373 0.5L9.27711 0.5C9.36895 0.5 9.44336 0.552912 9.47789 0.620069C9.51177 0.686686 9.50789 0.767089 9.45938 0.830307L9.45889 0.83095M0.539174 0.830403L9.45889 0.83095M9.45889 0.83095C9.05222 1.36269 7.09357 3.91999 5.94678 5.41729C5.588 5.88573 5.30868 6.25042 5.18122 6.41687M9.45889 0.83095L5.18122 6.41687M5.18122 6.41687C5.1428 6.46691 5.07824 6.5 4.99924 6.5M5.18122 6.41687L4.99924 6.5M4.99924 6.5C4.92023 6.5 4.85567 6.46691 4.81726 6.41687L4.99924 6.5Z",fill:"currentcolor",stroke:"currentcolor"})})}function Je(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M7.99935 1.30273C7.26269 1.30273 6.66602 1.8994 6.66602 2.63606H3.33268C2.96468 2.63606 2.66602 2.93473 2.66602 3.30273C2.66602 3.67073 2.96468 3.96939 3.33268 3.96939H12.666C13.034 3.96939 13.3327 3.67073 13.3327 3.30273C13.3327 2.93473 13.034 2.63606 12.666 2.63606H9.33269C9.33269 1.8994 8.73602 1.30273 7.99935 1.30273ZM3.33268 5.30272V11.9694C3.33268 13.4294 4.53602 14.6154 5.99935 14.6154L10.02 14.636C11.4834 14.636 12.666 13.4327 12.666 11.9694V5.30272H3.33268ZM6.66602 7.30272C7.03402 7.30272 7.33269 7.60138 7.33269 7.96938V11.9694C7.33269 12.3374 7.03402 12.636 6.66602 12.636C6.29802 12.636 5.99935 12.3374 5.99935 11.9694V7.96938C5.99935 7.60138 6.29802 7.30272 6.66602 7.30272ZM9.33269 7.30272C9.70069 7.30272 9.99936 7.60138 9.99936 7.96938V11.9694C9.99936 12.3374 9.70069 12.636 9.33269 12.636C8.96469 12.636 8.66602 12.3374 8.66602 11.9694V7.96938C8.66602 7.60138 8.96469 7.30272 9.33269 7.30272Z"})})}function We(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M11.9981 4.46484C11.1693 4.46484 10.4981 5.13609 10.4981 5.96484H6.74805C6.33405 5.96484 5.99805 6.30084 5.99805 6.71484C5.99805 7.12884 6.33405 7.46483 6.74805 7.46483H17.2481C17.6621 7.46483 17.9981 7.12884 17.9981 6.71484C17.9981 6.30084 17.6621 5.96484 17.2481 5.96484H13.4981C13.4981 5.13609 12.8268 4.46484 11.9981 4.46484ZM6.74805 8.96483V16.4648C6.74805 18.1073 8.1018 19.4415 9.74805 19.4415L14.2713 19.4648C15.9176 19.4648 17.2481 18.1111 17.2481 16.4648V8.96483H6.74805ZM10.4981 11.2148C10.9121 11.2148 11.2481 11.5508 11.2481 11.9648V16.4648C11.2481 16.8788 10.9121 17.2148 10.4981 17.2148C10.0841 17.2148 9.74805 16.8788 9.74805 16.4648V11.9648C9.74805 11.5508 10.0841 11.2148 10.4981 11.2148ZM13.4981 11.2148C13.9121 11.2148 14.2481 11.5508 14.2481 11.9648V16.4648C14.2481 16.8788 13.9121 17.2148 13.4981 17.2148C13.0841 17.2148 12.7481 16.8788 12.7481 16.4648V11.9648C12.7481 11.5508 13.0841 11.2148 13.4981 11.2148Z"})})}function Ge(e){return t.jsxs("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{d:"M10 8.5V8H5.5V12C5.5 12.1326 5.55268 12.2598 5.64645 12.3536C5.74021 12.4473 5.86739 12.5 6 12.5H10V12C10 11.7348 10.1054 11.4804 10.2929 11.2929C10.4804 11.1054 10.7348 11 11 11H13C13.2652 11 13.5196 11.1054 13.7071 11.2929C13.8946 11.4804 14 11.7348 14 12V14C14 14.2652 13.8946 14.5196 13.7071 14.7071C13.5196 14.8946 13.2652 15 13 15H11C10.7348 15 10.4804 14.8946 10.2929 14.7071C10.1054 14.5196 10 14.2652 10 14V13.5H6C5.60218 13.5 5.22064 13.342 4.93934 13.0607C4.65804 12.7794 4.5 12.3978 4.5 12V5H4C3.73478 5 3.48043 4.89464 3.29289 4.70711C3.10536 4.51957 3 4.26522 3 4V2C3 1.73478 3.10536 1.48043 3.29289 1.29289C3.48043 1.10536 3.73478 1 4 1H6C6.26522 1 6.51957 1.10536 6.70711 1.29289C6.89464 1.48043 7 1.73478 7 2V4C7 4.26522 6.89464 4.51957 6.70711 4.70711C6.51957 4.89464 6.26522 5 6 5H5.5V7H10V6.5C10 6.23478 10.1054 5.98043 10.2929 5.79289C10.4804 5.60536 10.7348 5.5 11 5.5H13C13.2652 5.5 13.5196 5.60536 13.7071 5.79289C13.8946 5.98043 14 6.23478 14 6.5V8.5C14 8.76522 13.8946 9.01957 13.7071 9.20711C13.5196 9.39464 13.2652 9.5 13 9.5H11C10.7348 9.5 10.4804 9.39464 10.2929 9.20711C10.1054 9.01957 10 8.76522 10 8.5Z",fill:"currentcolor"}),t.jsx("line",{x1:"1.93934",y1:"13.5858",x2:"14.2946",y2:"1.23053",stroke:"#FCFCFC",strokeWidth:"3"}),t.jsx("path",{d:"M2.04419 13.5317L13.5758 2.00013",stroke:"currentcolor",strokeLinecap:"round"})]})}function Xe(e){return t.jsx("svg",{...e,width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("g",{id:"Triangle Down",children:t.jsx("path",{id:"Shape",d:"M4.7998 7.20001H13.1998L8.9998 12.6L4.7998 7.20001Z",fill:"currentColor"})})})}function Ue(e){return t.jsxs("svg",{...e,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{d:"M21.2247 30H10.7906C5.09802 30 3.97038 26.6304 5.81808 22.5283L7.77448 18.1731C7.77448 18.1731 11.9318 18.0133 16.0076 19.3452C20.0834 20.677 23.9283 18.1598 23.9283 18.1598L24.1864 18L26.2108 22.5416C28.0313 26.6437 26.8357 30 21.2247 30Z",fill:"currentcolor"}),t.jsx("path",{d:"M20.6368 8.58926H20.421L23.2936 15.3453L22.7407 15.7068C22.7137 15.7207 19.6658 17.7364 16.6313 16.7077C13.462 15.6095 10.2792 15.4148 8.71478 15.387L11.6009 8.58926H11.1963C10.3197 8.58926 9.51048 8.22783 8.93056 7.63007C8.35065 7.03231 8 6.19822 8 5.29463C8 3.48745 9.42956 2 11.1963 2H20.7851C21.6752 2 22.4709 2.37534 23.0508 2.9731C23.8061 3.75158 24.1972 4.89149 23.9005 6.10091C23.5498 7.60226 22.1472 8.58926 20.6368 8.58926Z",fill:"currentcolor"})]})}function ze(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M4.09245 12.0893L4 11.9998L4.09245 11.9103L4.66414 11.3568L4.66493 11.356L9.81374 6.37154C10.1808 6.01623 10.7758 6.01623 11.1428 6.37154C11.5098 6.72685 11.5098 7.30291 11.1428 7.65822L7.59798 11.09L19.0602 11.09C19.5792 11.09 20 11.4973 20 11.9998C20 12.5023 19.5792 12.9096 19.0602 12.9096L7.59798 12.9096L11.1428 16.3413C11.5098 16.6967 11.5098 17.2727 11.1428 17.628C10.7758 17.9834 10.1808 17.9834 9.81375 17.628L4.66493 12.6435L4.66414 12.6427L4.09245 12.0893Z"})})}function qe(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M14.0098 3.95312C14.0098 2.84812 13.1144 1.95312 12.0098 1.95312C10.9052 1.95312 10.0098 2.84812 10.0098 3.95312C10.0098 5.05812 10.9052 5.95311 12.0098 5.95311C13.1144 5.95311 14.0098 5.05812 14.0098 3.95312ZM14.0098 11.9531C14.0098 10.8481 13.1144 9.9531 12.0098 9.9531C10.9052 9.9531 10.0098 10.8481 10.0098 11.9531C10.0098 13.0581 10.9052 13.9531 12.0098 13.9531C13.1144 13.9531 14.0098 13.0581 14.0098 11.9531ZM14.0098 19.9531C14.0098 18.8481 13.1144 17.9531 12.0098 17.9531C10.9052 17.9531 10.0098 18.8481 10.0098 19.9531C10.0098 21.0581 10.9052 21.9531 12.0098 21.9531C13.1144 21.9531 14.0098 21.0581 14.0098 19.9531Z"})})}function Ke(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{d:"M12 3C7.0293 3 3 7.0293 3 12C3 16.9707 7.0293 21 12 21C16.9707 21 21 16.9707 21 12C21 7.0293 16.9707 3 12 3ZM12 7.5C12.4968 7.5 12.9 7.9032 12.9 8.4V12.9C12.9 13.3968 12.4968 13.8 12 13.8C11.5032 13.8 11.1 13.3968 11.1 12.9V8.4C11.1 7.9032 11.5032 7.5 12 7.5ZM12 14.7C12.4968 14.7 12.9 15.1032 12.9 15.6C12.9 16.0968 12.4968 16.5 12 16.5C11.5032 16.5 11.1 16.0968 11.1 15.6C11.1 15.1032 11.5032 14.7 12 14.7Z"})})}function Ye(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M11.1823 2.99902H12.8787L9.17256 7.23492L13.5326 12.999H10.1182L7.44435 9.50313L4.38487 12.999H2.68743L6.65153 8.46825L2.46948 2.99902H5.96948L8.38641 6.19441L11.1823 2.99902ZM10.5869 11.9836H11.5269L5.45923 3.96107H4.45051L10.5869 11.9836Z",fill:"currentcolor"})})}function Qe(e){return t.jsx("svg",{...e,viewBox:"0 0 24 24",fill:"currentcolor",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.9993 8.51506L15.4844 7L11.9994 10.4852L8.51497 7.00057L7 8.51562L10.4844 12.0003L7.00056 15.4843L8.51552 16.9994L11.9994 13.5153L15.4838 17L16.9988 15.4849L13.5144 12.0003L16.9993 8.51506Z"})})}function $e(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"currentcolor",children:t.jsx("path",{d:"M3.32875 2.60352C3.15815 2.60352 2.97975 2.66085 2.84955 2.79085C2.58921 3.05152 2.58921 3.48884 2.84955 3.74951L7.03708 7.93685L2.84955 12.1242C2.58921 12.3849 2.58921 12.8222 2.84955 13.0828C3.10995 13.3428 3.54755 13.3428 3.80795 13.0828L7.99541 8.89552L12.1829 13.0828C12.4433 13.3428 12.8809 13.3428 13.1413 13.0828C13.4016 12.8222 13.4016 12.3849 13.1413 12.1242L8.95375 7.93685L13.1413 3.74951C13.4016 3.48884 13.4016 3.05152 13.1413 2.79085C13.0111 2.66085 12.8326 2.60352 12.6621 2.60352C12.4915 2.60352 12.3131 2.66085 12.1829 2.79085L7.99541 6.97818L3.80795 2.79085C3.67775 2.66085 3.49935 2.60352 3.32875 2.60352Z"})})}function et(e){return t.jsx("svg",{...e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9069 4.70801C12.3372 4.823 12.676 5.16182 12.791 5.5921C13 6.37194 13 7.99903 13 7.99903C13 7.99903 13 9.62613 12.791 10.406C12.676 10.8362 12.3372 11.1751 11.9069 11.2901C11.1271 11.499 8 11.499 8 11.499C8 11.499 4.87291 11.499 4.09306 11.2901C3.66282 11.1751 3.32395 10.8362 3.20896 10.406C3 9.62613 3 7.99903 3 7.99903C3 7.99903 3 6.37194 3.20896 5.5921C3.32395 5.16182 3.66282 4.823 4.09306 4.70801C4.87291 4.49902 8 4.49902 8 4.49902C8 4.49902 11.1271 4.49902 11.9069 4.70801ZM9.59094 7.99912L6.97729 9.47629V6.52177L9.59094 7.99912Z",fill:"currentcolor"})})}const tt={CalendarTime:Y7,CaretLeft:e8,CaretRight:t8,AnalyticsProcessorModule:Z7,AppModule:O7,ArrowCouterclockwise:_7,ArrowFilledRight:I7,ArrowLeft:N7,ArrowUp:T7,BarChart:J7,BaseArrowLeft:W7,BaseArrowRight:G7,Braces:X7,Branch:U7,BrickGlobe:z7,Briefcase:q7,Calendar:K7,CaretDown:$7,CaretSort:n8,Caret:Q7,CheckCircleFill:i8,CheckCircle:o8,Check:r8,Checkmark:s8,ChevronDown:l8,CircleInfo:c8,Circle:a8,ClockFill:u8,ClockHistory:d8,Clock:C8,CloudSlash:f8,CodegenProcessorModule:h8,Collapse:p8,Compass:x8,ConnectSmall:v8,Connect:g8,Copy:m8,Created:w8,CrossCircle:L8,CurlyBrackets:M8,Danger:j8,DescendenceModified:A8,Disconnect:y8,Discord:S8,DocumentIcons:R8,DocumentModelModule:V8,DocumentModel:H8,DownloadFile:b8,Drive:E8,Duplicated:k8,Edit:P8,EditorModule:D8,Ellipsis:F8,Error:B8,Ethscan:Z8,Exclamation:O8,ExportCsv:_8,ExportJson:I8,ExportPdf:N8,ExportUbl:T8,ExportZip:J8,File:W8,FilesEarmark:G8,FolderClose:X8,FolderOpen:U8,FolderPlus:z8,Forum:q8,Gear:K8,Github:Y8,GlobeWww:$8,Globe:Q8,Hdd:ee,History:te,InfoSquare:ne,Link:re,Linkedin:oe,Lock:ie,M:se,Modified:le,Moved:ae,Npm:ce,PackageManager:Ce,PackageModule:ue,Pencil:de,PeopleFill:he,People:fe,Person:pe,PinFilled:ge,Pin:xe,PlusCircle:me,PlusSquare:we,Plus:ve,PowerhouseDocumentModule:Le,PowerhouseLogoSmall:Me,Project:je,QuestionSquare:Ae,RedoArrow:ye,RelationalProcessorModule:Se,Reload:Re,Removed:He,RenownHover:be,RenownLight:Ee,Renown:Ve,Ring:ke,Save:Pe,Search:De,Server:Fe,Settings:Be,SubgraphModule:Ze,Synced:Oe,Syncing:_e,Tabler:Ie,TimelineCaret:Te,Timeline:Ne,TrashFill:We,Trash:Je,TreeViewSlash:Ge,TriangleDown:Xe,Tube:Ue,VariantArrowLeft:ze,VerticalDots:qe,WarningFill:Ke,XTwitter:Ye,XmarkLight:$e,Xmark:Qe,Youtube:et};function nt(e){return e?typeof e=="number"?{width:e.toString()+"px",height:e.toString()+"px"}:{width:e,height:e}:{}}function S3({name:e,size:n=24,color:r,style:o,...i}){const s=nt(n),a={color:r,...s,style:o},l=tt[e];return t.jsx(c.Suspense,{fallback:t.jsx("div",{"data-testid":"icon-fallback",style:s}),name:"icon-component",children:t.jsx(l,{...i,style:a})})}var h2="Dialog",[Y9]=y1(h2),[rt,q]=Y9(h2),Q9=e=>{const{__scopeDialog:n,children:r,open:o,defaultOpen:i,onOpenChange:s,modal:a=!0}=e,l=c.useRef(null),f=c.useRef(null),[C,u]=P2({prop:o,defaultProp:i??!1,onChange:s,caller:h2});return t.jsx(rt,{scope:n,triggerRef:l,contentRef:f,contentId:L1(),titleId:L1(),descriptionId:L1(),open:C,onOpenChange:u,onOpenToggle:c.useCallback(()=>u(d=>!d),[u]),modal:a,children:r})};Q9.displayName=h2;var $9="DialogTrigger",ot=c.forwardRef((e,n)=>{const{__scopeDialog:r,...o}=e,i=q($9,r),s=T(n,i.triggerRef);return t.jsx(O.button,{type:"button","aria-haspopup":"dialog","aria-expanded":i.open,"aria-controls":i.contentId,"data-state":t3(i.open),...o,ref:s,onClick:V(e.onClick,i.onOpenToggle)})});ot.displayName=$9;var $2="DialogPortal",[it,e0]=Y9($2,{forceMount:void 0}),t0=e=>{const{__scopeDialog:n,forceMount:r,children:o,container:i}=e,s=q($2,n);return t.jsx(it,{scope:n,forceMount:r,children:c.Children.map(o,a=>t.jsx(C1,{present:r||s.open,children:t.jsx(W2,{asChild:!0,container:i,children:a})}))})};t0.displayName=$2;var i2="DialogOverlay",n0=c.forwardRef((e,n)=>{const r=e0(i2,e.__scopeDialog),{forceMount:o=r.forceMount,...i}=e,s=q(i2,e.__scopeDialog);return s.modal?t.jsx(C1,{present:o||s.open,children:t.jsx(lt,{...i,ref:n})}):null});n0.displayName=i2;var st=P1("DialogOverlay.RemoveScroll"),lt=c.forwardRef((e,n)=>{const{__scopeDialog:r,...o}=e,i=q(i2,r);return t.jsx(G2,{as:st,allowPinchZoom:!0,shards:[i.contentRef],children:t.jsx(O.div,{"data-state":t3(i.open),...o,ref:n,style:{pointerEvents:"auto",...o.style}})})}),p1="DialogContent",r0=c.forwardRef((e,n)=>{const r=e0(p1,e.__scopeDialog),{forceMount:o=r.forceMount,...i}=e,s=q(p1,e.__scopeDialog);return t.jsx(C1,{present:o||s.open,children:s.modal?t.jsx(at,{...i,ref:n}):t.jsx(ct,{...i,ref:n})})});r0.displayName=p1;var at=c.forwardRef((e,n)=>{const r=q(p1,e.__scopeDialog),o=c.useRef(null),i=T(n,r.contentRef,o);return c.useEffect(()=>{const s=o.current;if(s)return d9(s)},[]),t.jsx(o0,{...e,ref:i,trapFocus:r.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:V(e.onCloseAutoFocus,s=>{s.preventDefault(),r.triggerRef.current?.focus()}),onPointerDownOutside:V(e.onPointerDownOutside,s=>{const a=s.detail.originalEvent,l=a.button===0&&a.ctrlKey===!0;(a.button===2||l)&&s.preventDefault()}),onFocusOutside:V(e.onFocusOutside,s=>s.preventDefault())})}),ct=c.forwardRef((e,n)=>{const r=q(p1,e.__scopeDialog),o=c.useRef(!1),i=c.useRef(!1);return t.jsx(o0,{...e,ref:n,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:s=>{e.onCloseAutoFocus?.(s),s.defaultPrevented||(o.current||r.triggerRef.current?.focus(),s.preventDefault()),o.current=!1,i.current=!1},onInteractOutside:s=>{e.onInteractOutside?.(s),s.defaultPrevented||(o.current=!0,s.detail.originalEvent.type==="pointerdown"&&(i.current=!0));const a=s.target;r.triggerRef.current?.contains(a)&&s.preventDefault(),s.detail.originalEvent.type==="focusin"&&i.current&&s.preventDefault()}})}),o0=c.forwardRef((e,n)=>{const{__scopeDialog:r,trapFocus:o,onOpenAutoFocus:i,onCloseAutoFocus:s,...a}=e,l=q(p1,r),f=c.useRef(null),C=T(n,f);return F3(),t.jsxs(t.Fragment,{children:[t.jsx(F2,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:i,onUnmountAutoFocus:s,children:t.jsx(D2,{role:"dialog",id:l.contentId,"aria-describedby":l.descriptionId,"aria-labelledby":l.titleId,"data-state":t3(l.open),...a,ref:C,onDismiss:()=>l.onOpenChange(!1)})}),t.jsxs(t.Fragment,{children:[t.jsx(ut,{titleId:l.titleId}),t.jsx(ft,{contentRef:f,descriptionId:l.descriptionId})]})]})}),e3="DialogTitle",i0=c.forwardRef((e,n)=>{const{__scopeDialog:r,...o}=e,i=q(e3,r);return t.jsx(O.h2,{id:i.titleId,...o,ref:n})});i0.displayName=e3;var s0="DialogDescription",l0=c.forwardRef((e,n)=>{const{__scopeDialog:r,...o}=e,i=q(s0,r);return t.jsx(O.p,{id:i.descriptionId,...o,ref:n})});l0.displayName=s0;var a0="DialogClose",Ct=c.forwardRef((e,n)=>{const{__scopeDialog:r,...o}=e,i=q(a0,r);return t.jsx(O.button,{type:"button",...o,ref:n,onClick:V(e.onClick,()=>i.onOpenChange(!1))})});Ct.displayName=a0;function t3(e){return e?"open":"closed"}var c0="DialogTitleWarning",[Pt,C0]=L0(c0,{contentName:p1,titleName:e3,docsSlug:"dialog"}),ut=({titleId:e})=>{const n=C0(c0),r=`\`${n.contentName}\` requires a \`${n.titleName}\` for the component to be accessible for screen reader users.
|
|
42
|
+
|
|
43
|
+
If you want to hide the \`${n.titleName}\`, you can wrap it with our VisuallyHidden component.
|
|
44
|
+
|
|
45
|
+
For more information, see https://radix-ui.com/primitives/docs/components/${n.docsSlug}`;return c.useEffect(()=>{e&&(document.getElementById(e)||console.error(r))},[r,e]),null},dt="DialogDescriptionWarning",ft=({contentRef:e,descriptionId:n})=>{const o=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${C0(dt).contentName}}.`;return c.useEffect(()=>{const i=e.current?.getAttribute("aria-describedby");n&&i&&(document.getElementById(n)||console.warn(o))},[o,e,n]),null},ht=Q9,pt=t0,xt=n0,gt=r0,vt=i0,mt=l0,wt=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),Lt="VisuallyHidden",u0=c.forwardRef((e,n)=>t.jsx(g0.span,{...e,ref:n,style:{...wt,...e.style}}));u0.displayName=Lt;var Mt=u0;function Dt(e){const{title:n,open:r,onOpenChange:o,contentProps:i,overlayProps:s,children:a,...l}=e;return t.jsx(ht,{defaultOpen:r,onOpenChange:o,open:r,children:t.jsx(pt,{children:t.jsx(xt,{...s,className:e1("data-[state=closed]:animate-fade-out data-[state=open]:animate-fade-in fixed inset-0 grid place-items-center overflow-y-auto bg-slate-900/50",s?.className),children:t.jsxs(gt,{...l,...i,className:e1("data-[state=closed]:animate-zoom-out data-[state=open]:animate-zoom-in bg-white",i?.className),children:[t.jsxs(Mt,{children:[t.jsx(vt,{children:n||"Modal"}),t.jsx(mt,{children:n||"Modal"})]}),a]})})})})}function jt(e,n){const{className:r,...o}=e;return{className:e1(n,typeof r=="string"&&r),...o}}const E1=({active:e=!1,...n})=>{const r=e1("h-8 min-w-8 border border-solid border-gray-300 bg-white px-3 py-1 text-xs text-gray-900 hover:bg-gray-100",!e&&"border-0");return t.jsx(w0,{color:"light",size:"small",...jt(n,r),children:n.children})},Ft=e=>{const{pages:n=[],goToFirstPage:r,goToLastPage:o,goToNextPage:i,goToPreviousPage:s,goToPage:a,isNextPageAvailable:l,isPreviousPageAvailable:f,hiddenNextPages:C,firstPageLabel:u="First",lastPageLabel:d="Last",nextPageLabel:h="Next",previousPageLabel:x="Previous"}=e;return t.jsxs("div",{className:"flex gap-x-1",children:[u?t.jsx(E1,{disabled:!f,onClick:()=>r(),children:u}):null,x?t.jsxs(E1,{disabled:!f,onClick:()=>s(),children:[t.jsx(S3,{className:"rotate-90",name:"ChevronDown",size:16}),x]}):null,n.map(g=>t.jsx(E1,{active:g.active,onClick:()=>a(g.index),children:g.number},g.index)),C?t.jsx("span",{className:"flex items-center justify-center px-2",children:"..."}):null,h?t.jsxs(E1,{disabled:!l,onClick:()=>i(),children:[h,t.jsx(S3,{className:"-rotate-90",name:"ChevronDown",size:16})]}):null,d?t.jsx(E1,{disabled:!l,onClick:()=>o(),children:d}):null]})};function Bt({className:e,children:n,...r}){const[o,i]=c.useState(!1);function s(l){i(l.scrollHeight-l.scrollTop-l.clientHeight>1)}const a=c.useRef(null);return c.useEffect(()=>{if(!a.current)return;const l=new ResizeObserver(f=>{const C=f.pop();if(!C)return;const{target:u}=C;s(u)});return l.observe(a.current),()=>{l.disconnect()}},[a.current]),t.jsxs(t.Fragment,{children:[t.jsx("div",{className:e1("no-scrollbar flex-1 overflow-auto text-gray-900 transition-shadow",e),onScroll:l=>s(l.currentTarget),ref:a,...r,children:n}),o?t.jsx("div",{className:"pointer-events-none z-10 -mt-12 h-12 w-full",style:{boxShadow:"inset 0px -33px 32px -16px rgba(0,0,0,0.1)"}}):null]})}function Zt({className:e,...n}){return t.jsx("div",{className:e1("shrink-0",e),...n})}function Ot({className:e,...n}){return t.jsx("div",{className:e1("shrink-0",e),...n})}function _t({maxWidth:e="304px",minWidth:n="80px",className:r,children:o,...i}){const s=c.useRef(null);return t.jsx("div",{...i,className:e1("group flex h-full flex-col bg-slate-50",r),ref:s,style:{width:n},children:o})}function It(e,n){const{itemsPerPage:r=20,initialPage:o=0,pageRange:i=3}=n||{},[s,a]=c.useState(o),l=Math.ceil(e.length/r),f=s<l-1,C=s>0,u=c.useCallback(()=>{f&&a(S=>S+1)},[f,a]),d=c.useCallback(()=>{C&&a(S=>S-1)},[C,a]),h=c.useCallback(()=>{a(l-1)},[l]),x=c.useCallback(()=>{a(0)},[]),g=c.useCallback(S=>{S>=0&&S<l&&a(S)},[l]),p=Math.floor((i-1)/2),v=Math.min(i,l),m=Math.max(l-v),M=Math.min(m,Math.max(s-p,0)),w=c.useMemo(()=>{const S=[];for(let A=M;A<v+M;A++)S.push({index:A,active:A===s,number:A+1});return S},[v,M,s]),L=e.slice(s*r,(s+1)*r),j=w.length>0&&w.slice(-1)[0].index<l-1;return{pages:w,goToPage:g,pageItems:L,pageCount:l,currentPage:s,goToLastPage:h,goToFirstPage:x,goToNextPage:u,hiddenNextPages:j,goToPreviousPage:d,isNextPageAvailable:f,isPreviousPageAvailable:C}}const Nt=()=>{const[e,n]=c.useState({innerWidth:window.innerWidth,innerHeight:window.innerHeight});return c.useEffect(()=>{const r=()=>{n({innerWidth:window.innerWidth,innerHeight:window.innerHeight})};return window.addEventListener("resize",r),()=>{window.removeEventListener("resize",r)}},[]),e};function Tt(...e){return e1(v0(e))}export{p6 as A,Bt as B,x6 as C,D2 as D,ht as E,pt as F,gt as G,d9 as H,S3 as I,G2 as J,P1 as K,F3 as L,Dt as M,F2 as N,xt as O,O as P,Nt as Q,h6 as R,Ot as S,y1 as a,K3 as b,Tt as c,P2 as d,V as e,C1 as f,W2 as g,Rt as h,g6 as i,nt as j,I4 as k,w0 as l,jt as m,Vt as n,bt as o,Et as p,kt as q,k3 as r,s9 as s,k6 as t,L1 as u,P6 as v,It as w,Ft as x,Zt as y,_t as z};
|