larkup 0.1.14 → 0.1.21
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/.next/BUILD_ID +1 -0
- package/.next/app-path-routes-manifest.json +69 -0
- package/.next/build/chunks/[root-of-the-server]__0cstldc._.js +206 -0
- package/.next/build/chunks/[root-of-the-server]__0s3ts0r._.js +500 -0
- package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_0xqnjlz._.js +13 -0
- package/.next/build/chunks/[turbopack]_runtime.js +890 -0
- package/.next/build/chunks/node_modules__pnpm_04zrf.1._.js +7126 -0
- package/.next/build/package.json +1 -0
- package/.next/build/postcss.js +6 -0
- package/.next/build-manifest.json +22 -0
- package/.next/diagnostics/build-diagnostics.json +6 -0
- package/.next/diagnostics/framework.json +1 -0
- package/.next/diagnostics/route-bundle-stats.json +133 -0
- package/.next/export-marker.json +6 -0
- package/.next/fallback-build-manifest.json +13 -0
- package/.next/images-manifest.json +68 -0
- package/.next/next-minimal-server.js.nft.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.json +210 -0
- package/.next/required-server-files.js +356 -0
- package/.next/required-server-files.json +356 -0
- package/.next/routes-manifest.json +462 -0
- package/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/.next/server/app/_global-error/page/build-manifest.json +18 -0
- package/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/.next/server/app/_global-error/page.js +10 -0
- package/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/.next/server/app/_global-error/page_client-reference-manifest.js +3 -0
- package/.next/server/app/_global-error.html +1 -0
- package/.next/server/app/_global-error.meta +15 -0
- package/.next/server/app/_global-error.rsc +15 -0
- package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_full.segment.rsc +15 -0
- package/.next/server/app/_global-error.segments/_head.segment.rsc +6 -0
- package/.next/server/app/_global-error.segments/_index.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/.next/server/app/_not-found/page/build-manifest.json +18 -0
- package/.next/server/app/_not-found/page/next-font-manifest.json +11 -0
- package/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/.next/server/app/_not-found/page.js +14 -0
- package/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +3 -0
- package/.next/server/app/_not-found.html +1 -0
- package/.next/server/app/_not-found.meta +16 -0
- package/.next/server/app/_not-found.rsc +28 -0
- package/.next/server/app/_not-found.segments/_full.segment.rsc +28 -0
- package/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
- package/.next/server/app/_not-found.segments/_index.segment.rsc +14 -0
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +3 -0
- package/.next/server/app/analytics/page/app-paths-manifest.json +3 -0
- package/.next/server/app/analytics/page/build-manifest.json +18 -0
- package/.next/server/app/analytics/page/next-font-manifest.json +11 -0
- package/.next/server/app/analytics/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/analytics/page/server-reference-manifest.json +4 -0
- package/.next/server/app/analytics/page.js +15 -0
- package/.next/server/app/analytics/page.js.nft.json +1 -0
- package/.next/server/app/analytics/page_client-reference-manifest.js +3 -0
- package/.next/server/app/analytics.html +1 -0
- package/.next/server/app/analytics.meta +15 -0
- package/.next/server/app/analytics.rsc +32 -0
- package/.next/server/app/analytics.segments/_full.segment.rsc +32 -0
- package/.next/server/app/analytics.segments/_head.segment.rsc +6 -0
- package/.next/server/app/analytics.segments/_index.segment.rsc +14 -0
- package/.next/server/app/analytics.segments/_tree.segment.rsc +5 -0
- package/.next/server/app/analytics.segments/analytics/__PAGE__.segment.rsc +6 -0
- package/.next/server/app/analytics.segments/analytics.segment.rsc +5 -0
- package/.next/server/app/api/analytics/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/analytics/route/build-manifest.json +9 -0
- package/.next/server/app/api/analytics/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/analytics/route.js +9 -0
- package/.next/server/app/api/analytics/route.js.nft.json +1 -0
- package/.next/server/app/api/analytics/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/chat/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/chat/route/build-manifest.json +9 -0
- package/.next/server/app/api/chat/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/chat/route.js +24 -0
- package/.next/server/app/api/chat/route.js.nft.json +1 -0
- package/.next/server/app/api/chat/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/chat/status/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/chat/status/route/build-manifest.json +9 -0
- package/.next/server/app/api/chat/status/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/chat/status/route.js +9 -0
- package/.next/server/app/api/chat/status/route.js.nft.json +1 -0
- package/.next/server/app/api/chat/status/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/chat/suggestions/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/chat/suggestions/route/build-manifest.json +9 -0
- package/.next/server/app/api/chat/suggestions/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/chat/suggestions/route.js +17 -0
- package/.next/server/app/api/chat/suggestions/route.js.nft.json +1 -0
- package/.next/server/app/api/chat/suggestions/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/config/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/config/route/build-manifest.json +9 -0
- package/.next/server/app/api/config/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/config/route.js +8 -0
- package/.next/server/app/api/config/route.js.nft.json +1 -0
- package/.next/server/app/api/config/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/config/test/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/config/test/route/build-manifest.json +9 -0
- package/.next/server/app/api/config/test/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/config/test/route.js +8 -0
- package/.next/server/app/api/config/test/route.js.nft.json +1 -0
- package/.next/server/app/api/config/test/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/config/test-embedding/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/config/test-embedding/route/build-manifest.json +9 -0
- package/.next/server/app/api/config/test-embedding/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/config/test-embedding/route.js +12 -0
- package/.next/server/app/api/config/test-embedding/route.js.nft.json +1 -0
- package/.next/server/app/api/config/test-embedding/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/config/test-llm/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/config/test-llm/route/build-manifest.json +9 -0
- package/.next/server/app/api/config/test-llm/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/config/test-llm/route.js +12 -0
- package/.next/server/app/api/config/test-llm/route.js.nft.json +1 -0
- package/.next/server/app/api/config/test-llm/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/config/test-provider/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/config/test-provider/route/build-manifest.json +9 -0
- package/.next/server/app/api/config/test-provider/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/config/test-provider/route.js +13 -0
- package/.next/server/app/api/config/test-provider/route.js.nft.json +1 -0
- package/.next/server/app/api/config/test-provider/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/config/verify/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/config/verify/route/build-manifest.json +9 -0
- package/.next/server/app/api/config/verify/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/config/verify/route.js +16 -0
- package/.next/server/app/api/config/verify/route.js.nft.json +1 -0
- package/.next/server/app/api/config/verify/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/connections/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/connections/route/build-manifest.json +9 -0
- package/.next/server/app/api/connections/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/connections/route.js +8 -0
- package/.next/server/app/api/connections/route.js.nft.json +1 -0
- package/.next/server/app/api/connections/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/connections/webhook/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/connections/webhook/route/build-manifest.json +9 -0
- package/.next/server/app/api/connections/webhook/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/connections/webhook/route.js +10 -0
- package/.next/server/app/api/connections/webhook/route.js.nft.json +1 -0
- package/.next/server/app/api/connections/webhook/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/demo/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/demo/route/build-manifest.json +9 -0
- package/.next/server/app/api/demo/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/demo/route.js +15 -0
- package/.next/server/app/api/demo/route.js.nft.json +1 -0
- package/.next/server/app/api/demo/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/deploy/cloud-project/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/deploy/cloud-project/route/build-manifest.json +9 -0
- package/.next/server/app/api/deploy/cloud-project/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/deploy/cloud-project/route.js +13 -0
- package/.next/server/app/api/deploy/cloud-project/route.js.nft.json +1 -0
- package/.next/server/app/api/deploy/cloud-project/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/deploy/ssh/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/deploy/ssh/route/build-manifest.json +9 -0
- package/.next/server/app/api/deploy/ssh/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/deploy/ssh/route.js +8 -0
- package/.next/server/app/api/deploy/ssh/route.js.nft.json +1 -0
- package/.next/server/app/api/deploy/ssh/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/deployment/blob-setup/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/deployment/blob-setup/route/build-manifest.json +9 -0
- package/.next/server/app/api/deployment/blob-setup/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/deployment/blob-setup/route.js +8 -0
- package/.next/server/app/api/deployment/blob-setup/route.js.nft.json +1 -0
- package/.next/server/app/api/deployment/blob-setup/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/deployment/config/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/deployment/config/route/build-manifest.json +9 -0
- package/.next/server/app/api/deployment/config/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/deployment/config/route.js +8 -0
- package/.next/server/app/api/deployment/config/route.js.nft.json +1 -0
- package/.next/server/app/api/deployment/config/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/describe-image/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/describe-image/route/build-manifest.json +9 -0
- package/.next/server/app/api/describe-image/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/describe-image/route.js +15 -0
- package/.next/server/app/api/describe-image/route.js.nft.json +1 -0
- package/.next/server/app/api/describe-image/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/doc-editor/edit/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/doc-editor/edit/route/build-manifest.json +9 -0
- package/.next/server/app/api/doc-editor/edit/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/doc-editor/edit/route.js +11 -0
- package/.next/server/app/api/doc-editor/edit/route.js.nft.json +1 -0
- package/.next/server/app/api/doc-editor/edit/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/doc-editor/export/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/doc-editor/export/route/build-manifest.json +9 -0
- package/.next/server/app/api/doc-editor/export/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/doc-editor/export/route.js +11 -0
- package/.next/server/app/api/doc-editor/export/route.js.nft.json +1 -0
- package/.next/server/app/api/doc-editor/export/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/doc-editor/extract-text/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/doc-editor/extract-text/route/build-manifest.json +9 -0
- package/.next/server/app/api/doc-editor/extract-text/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/doc-editor/extract-text/route.js +11 -0
- package/.next/server/app/api/doc-editor/extract-text/route.js.nft.json +1 -0
- package/.next/server/app/api/doc-editor/extract-text/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/doc-editor/parse/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/doc-editor/parse/route/build-manifest.json +9 -0
- package/.next/server/app/api/doc-editor/parse/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/doc-editor/parse/route.js +12 -0
- package/.next/server/app/api/doc-editor/parse/route.js.nft.json +1 -0
- package/.next/server/app/api/doc-editor/parse/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/doc-editor/restore/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/doc-editor/restore/route/build-manifest.json +9 -0
- package/.next/server/app/api/doc-editor/restore/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/doc-editor/restore/route.js +11 -0
- package/.next/server/app/api/doc-editor/restore/route.js.nft.json +1 -0
- package/.next/server/app/api/doc-editor/restore/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/document/sign/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/document/sign/route/build-manifest.json +9 -0
- package/.next/server/app/api/document/sign/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/document/sign/route.js +12 -0
- package/.next/server/app/api/document/sign/route.js.nft.json +1 -0
- package/.next/server/app/api/document/sign/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/documents/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/documents/route/build-manifest.json +9 -0
- package/.next/server/app/api/documents/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/documents/route.js +8 -0
- package/.next/server/app/api/documents/route.js.nft.json +1 -0
- package/.next/server/app/api/documents/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/firecrawl/local/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/firecrawl/local/route/build-manifest.json +9 -0
- package/.next/server/app/api/firecrawl/local/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/firecrawl/local/route.js +8 -0
- package/.next/server/app/api/firecrawl/local/route.js.nft.json +1 -0
- package/.next/server/app/api/firecrawl/local/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/index/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/index/route/build-manifest.json +9 -0
- package/.next/server/app/api/index/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/index/route.js +14 -0
- package/.next/server/app/api/index/route.js.nft.json +1 -0
- package/.next/server/app/api/index/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/integrations/notion/callback/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/integrations/notion/callback/route/build-manifest.json +9 -0
- package/.next/server/app/api/integrations/notion/callback/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/integrations/notion/callback/route.js +8 -0
- package/.next/server/app/api/integrations/notion/callback/route.js.nft.json +1 -0
- package/.next/server/app/api/integrations/notion/callback/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/integrations/notion/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/integrations/notion/route/build-manifest.json +9 -0
- package/.next/server/app/api/integrations/notion/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/integrations/notion/route.js +8 -0
- package/.next/server/app/api/integrations/notion/route.js.nft.json +1 -0
- package/.next/server/app/api/integrations/notion/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/jobs/[id]/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/jobs/[id]/route/build-manifest.json +9 -0
- package/.next/server/app/api/jobs/[id]/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/jobs/[id]/route.js +8 -0
- package/.next/server/app/api/jobs/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/jobs/[id]/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/jobs/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/jobs/route/build-manifest.json +9 -0
- package/.next/server/app/api/jobs/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/jobs/route.js +8 -0
- package/.next/server/app/api/jobs/route.js.nft.json +1 -0
- package/.next/server/app/api/jobs/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/marketplace/[toolId]/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/marketplace/[toolId]/route/build-manifest.json +9 -0
- package/.next/server/app/api/marketplace/[toolId]/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/marketplace/[toolId]/route.js +9 -0
- package/.next/server/app/api/marketplace/[toolId]/route.js.nft.json +1 -0
- package/.next/server/app/api/marketplace/[toolId]/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/marketplace/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/marketplace/route/build-manifest.json +9 -0
- package/.next/server/app/api/marketplace/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/marketplace/route.js +9 -0
- package/.next/server/app/api/marketplace/route.js.nft.json +1 -0
- package/.next/server/app/api/marketplace/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/media/[id]/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/media/[id]/route/build-manifest.json +9 -0
- package/.next/server/app/api/media/[id]/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/media/[id]/route.js +8 -0
- package/.next/server/app/api/media/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/media/[id]/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/media/process/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/media/process/route/build-manifest.json +9 -0
- package/.next/server/app/api/media/process/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/media/process/route.js +17 -0
- package/.next/server/app/api/media/process/route.js.nft.json +1 -0
- package/.next/server/app/api/media/process/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/media/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/media/route/build-manifest.json +9 -0
- package/.next/server/app/api/media/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/media/route.js +9 -0
- package/.next/server/app/api/media/route.js.nft.json +1 -0
- package/.next/server/app/api/media/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/media/stream/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/media/stream/route/build-manifest.json +9 -0
- package/.next/server/app/api/media/stream/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/media/stream/route.js +7 -0
- package/.next/server/app/api/media/stream/route.js.nft.json +1 -0
- package/.next/server/app/api/media/stream/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/models/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/models/route/build-manifest.json +9 -0
- package/.next/server/app/api/models/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/models/route.js +9 -0
- package/.next/server/app/api/models/route.js.nft.json +1 -0
- package/.next/server/app/api/models/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/parse-file/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/parse-file/route/build-manifest.json +9 -0
- package/.next/server/app/api/parse-file/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/parse-file/route.js +11 -0
- package/.next/server/app/api/parse-file/route.js.nft.json +1 -0
- package/.next/server/app/api/parse-file/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/proxy/verify/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/proxy/verify/route/build-manifest.json +9 -0
- package/.next/server/app/api/proxy/verify/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/proxy/verify/route.js +8 -0
- package/.next/server/app/api/proxy/verify/route.js.nft.json +1 -0
- package/.next/server/app/api/proxy/verify/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/sandbox/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/sandbox/route/build-manifest.json +9 -0
- package/.next/server/app/api/sandbox/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/sandbox/route.js +8 -0
- package/.next/server/app/api/sandbox/route.js.nft.json +1 -0
- package/.next/server/app/api/sandbox/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/search/bing/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/search/bing/route/build-manifest.json +9 -0
- package/.next/server/app/api/search/bing/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/search/bing/route.js +8 -0
- package/.next/server/app/api/search/bing/route.js.nft.json +1 -0
- package/.next/server/app/api/search/bing/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/search/brave/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/search/brave/route/build-manifest.json +9 -0
- package/.next/server/app/api/search/brave/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/search/brave/route.js +8 -0
- package/.next/server/app/api/search/brave/route.js.nft.json +1 -0
- package/.next/server/app/api/search/brave/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/search/exa/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/search/exa/route/build-manifest.json +9 -0
- package/.next/server/app/api/search/exa/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/search/exa/route.js +8 -0
- package/.next/server/app/api/search/exa/route.js.nft.json +1 -0
- package/.next/server/app/api/search/exa/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/search/google/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/search/google/route/build-manifest.json +9 -0
- package/.next/server/app/api/search/google/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/search/google/route.js +8 -0
- package/.next/server/app/api/search/google/route.js.nft.json +1 -0
- package/.next/server/app/api/search/google/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/search/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/search/route/build-manifest.json +9 -0
- package/.next/server/app/api/search/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/search/route.js +8 -0
- package/.next/server/app/api/search/route.js.nft.json +1 -0
- package/.next/server/app/api/search/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/search/tavily/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/search/tavily/route/build-manifest.json +9 -0
- package/.next/server/app/api/search/tavily/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/search/tavily/route.js +8 -0
- package/.next/server/app/api/search/tavily/route.js.nft.json +1 -0
- package/.next/server/app/api/search/tavily/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/search/verify/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/search/verify/route/build-manifest.json +9 -0
- package/.next/server/app/api/search/verify/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/search/verify/route.js +8 -0
- package/.next/server/app/api/search/verify/route.js.nft.json +1 -0
- package/.next/server/app/api/search/verify/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/server/agent/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/server/agent/route/build-manifest.json +9 -0
- package/.next/server/app/api/server/agent/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/server/agent/route.js +10 -0
- package/.next/server/app/api/server/agent/route.js.nft.json +1 -0
- package/.next/server/app/api/server/agent/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/server/download/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/server/download/route/build-manifest.json +9 -0
- package/.next/server/app/api/server/download/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/server/download/route.js +9 -0
- package/.next/server/app/api/server/download/route.js.nft.json +1 -0
- package/.next/server/app/api/server/download/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/server/generate/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/server/generate/route/build-manifest.json +9 -0
- package/.next/server/app/api/server/generate/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/server/generate/route.js +10 -0
- package/.next/server/app/api/server/generate/route.js.nft.json +1 -0
- package/.next/server/app/api/server/generate/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/server/local/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/server/local/route/build-manifest.json +9 -0
- package/.next/server/app/api/server/local/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/server/local/route.js +10 -0
- package/.next/server/app/api/server/local/route.js.nft.json +1 -0
- package/.next/server/app/api/server/local/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/servers/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/servers/route/build-manifest.json +9 -0
- package/.next/server/app/api/servers/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/servers/route.js +10 -0
- package/.next/server/app/api/servers/route.js.nft.json +1 -0
- package/.next/server/app/api/servers/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/tabular/query/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/tabular/query/route/build-manifest.json +9 -0
- package/.next/server/app/api/tabular/query/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/tabular/query/route.js +8 -0
- package/.next/server/app/api/tabular/query/route.js.nft.json +1 -0
- package/.next/server/app/api/tabular/query/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/tabular/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/tabular/route/build-manifest.json +9 -0
- package/.next/server/app/api/tabular/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/tabular/route.js +8 -0
- package/.next/server/app/api/tabular/route.js.nft.json +1 -0
- package/.next/server/app/api/tabular/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/upload-file/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/upload-file/route/build-manifest.json +9 -0
- package/.next/server/app/api/upload-file/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/upload-file/route.js +8 -0
- package/.next/server/app/api/upload-file/route.js.nft.json +1 -0
- package/.next/server/app/api/upload-file/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/uploads/[...slug]/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/uploads/[...slug]/route/build-manifest.json +9 -0
- package/.next/server/app/api/uploads/[...slug]/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/uploads/[...slug]/route.js +8 -0
- package/.next/server/app/api/uploads/[...slug]/route.js.nft.json +1 -0
- package/.next/server/app/api/uploads/[...slug]/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/vector-stores/install/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/vector-stores/install/route/build-manifest.json +9 -0
- package/.next/server/app/api/vector-stores/install/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/vector-stores/install/route.js +8 -0
- package/.next/server/app/api/vector-stores/install/route.js.nft.json +1 -0
- package/.next/server/app/api/vector-stores/install/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/vector-stores/status/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/vector-stores/status/route/build-manifest.json +9 -0
- package/.next/server/app/api/vector-stores/status/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/vector-stores/status/route.js +8 -0
- package/.next/server/app/api/vector-stores/status/route.js.nft.json +1 -0
- package/.next/server/app/api/vector-stores/status/route_client-reference-manifest.js +3 -0
- package/.next/server/app/chat/page/app-paths-manifest.json +3 -0
- package/.next/server/app/chat/page/build-manifest.json +18 -0
- package/.next/server/app/chat/page/next-font-manifest.json +11 -0
- package/.next/server/app/chat/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/chat/page/server-reference-manifest.json +4 -0
- package/.next/server/app/chat/page.js +15 -0
- package/.next/server/app/chat/page.js.nft.json +1 -0
- package/.next/server/app/chat/page_client-reference-manifest.js +3 -0
- package/.next/server/app/chat.html +1 -0
- package/.next/server/app/chat.meta +15 -0
- package/.next/server/app/chat.rsc +29 -0
- package/.next/server/app/chat.segments/_full.segment.rsc +29 -0
- package/.next/server/app/chat.segments/_head.segment.rsc +6 -0
- package/.next/server/app/chat.segments/_index.segment.rsc +14 -0
- package/.next/server/app/chat.segments/_tree.segment.rsc +5 -0
- package/.next/server/app/chat.segments/chat/__PAGE__.segment.rsc +6 -0
- package/.next/server/app/chat.segments/chat.segment.rsc +5 -0
- package/.next/server/app/data/page/app-paths-manifest.json +3 -0
- package/.next/server/app/data/page/build-manifest.json +18 -0
- package/.next/server/app/data/page/next-font-manifest.json +11 -0
- package/.next/server/app/data/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/data/page/server-reference-manifest.json +4 -0
- package/.next/server/app/data/page.js +15 -0
- package/.next/server/app/data/page.js.nft.json +1 -0
- package/.next/server/app/data/page_client-reference-manifest.js +3 -0
- package/.next/server/app/data.html +1 -0
- package/.next/server/app/data.meta +15 -0
- package/.next/server/app/data.rsc +32 -0
- package/.next/server/app/data.segments/_full.segment.rsc +32 -0
- package/.next/server/app/data.segments/_head.segment.rsc +6 -0
- package/.next/server/app/data.segments/_index.segment.rsc +14 -0
- package/.next/server/app/data.segments/_tree.segment.rsc +5 -0
- package/.next/server/app/data.segments/data/__PAGE__.segment.rsc +6 -0
- package/.next/server/app/data.segments/data.segment.rsc +5 -0
- package/.next/server/app/favicon.ico/route/app-paths-manifest.json +3 -0
- package/.next/server/app/favicon.ico/route/build-manifest.json +9 -0
- package/.next/server/app/favicon.ico/route.js +8 -0
- package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- package/.next/server/app/favicon.ico.body +0 -0
- package/.next/server/app/favicon.ico.meta +1 -0
- package/.next/server/app/index.html +1 -0
- package/.next/server/app/index.meta +14 -0
- package/.next/server/app/index.rsc +26 -0
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -0
- package/.next/server/app/index.segments/_full.segment.rsc +26 -0
- package/.next/server/app/index.segments/_head.segment.rsc +6 -0
- package/.next/server/app/index.segments/_index.segment.rsc +14 -0
- package/.next/server/app/index.segments/_tree.segment.rsc +5 -0
- package/.next/server/app/page/app-paths-manifest.json +3 -0
- package/.next/server/app/page/build-manifest.json +18 -0
- package/.next/server/app/page/next-font-manifest.json +11 -0
- package/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/page/server-reference-manifest.json +4 -0
- package/.next/server/app/page.js +16 -0
- package/.next/server/app/page.js.nft.json +1 -0
- package/.next/server/app/page_client-reference-manifest.js +3 -0
- package/.next/server/app/settings/page/app-paths-manifest.json +3 -0
- package/.next/server/app/settings/page/build-manifest.json +18 -0
- package/.next/server/app/settings/page/next-font-manifest.json +11 -0
- package/.next/server/app/settings/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/settings/page/server-reference-manifest.json +41 -0
- package/.next/server/app/settings/page.js +16 -0
- package/.next/server/app/settings/page.js.nft.json +1 -0
- package/.next/server/app/settings/page_client-reference-manifest.js +3 -0
- package/.next/server/app/settings.html +1 -0
- package/.next/server/app/settings.meta +15 -0
- package/.next/server/app/settings.rsc +31 -0
- package/.next/server/app/settings.segments/_full.segment.rsc +31 -0
- package/.next/server/app/settings.segments/_head.segment.rsc +6 -0
- package/.next/server/app/settings.segments/_index.segment.rsc +14 -0
- package/.next/server/app/settings.segments/_tree.segment.rsc +5 -0
- package/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +9 -0
- package/.next/server/app/settings.segments/settings.segment.rsc +5 -0
- package/.next/server/app-paths-manifest.json +69 -0
- package/.next/server/chunks/00i._ai_dist_index_mjs_0u4.k1t._.js +34 -0
- package/.next/server/chunks/02dz_web__next-internal_server_app_api_config_test-embedding_route_actions_09--owe.js +3 -0
- package/.next/server/chunks/02dz_web__next-internal_server_app_api_config_test-provider_route_actions_0l6xr0t.js +3 -0
- package/.next/server/chunks/02dz_web__next-internal_server_app_api_deploy_cloud-project_route_actions_0pghds2.js +3 -0
- package/.next/server/chunks/02dz_web__next-internal_server_app_api_deployment_blob-setup_route_actions_0f55gkq.js +3 -0
- package/.next/server/chunks/02dz_web__next-internal_server_app_api_doc-editor_extract-text_route_actions_0dzj6iq.js +3 -0
- package/.next/server/chunks/02dz_web__next-internal_server_app_api_marketplace_[toolId]_route_actions_0cxbtrw.js +3 -0
- package/.next/server/chunks/02dz_web__next-internal_server_app_api_vector-stores_install_route_actions_0_220fs.js +3 -0
- package/.next/server/chunks/02dz_web__next-internal_server_app_api_vector-stores_status_route_actions_0~_~b02.js +3 -0
- package/.next/server/chunks/0gvc_next_03p7xh-._.js +13 -0
- package/.next/server/chunks/0gvc_next_dist_esm_build_templates_app-route_0--xko7.js +24 -0
- package/.next/server/chunks/0gvc_next_dist_esm_build_templates_app-route_0.07y39.js +3 -0
- package/.next/server/chunks/0gvc_next_dist_esm_build_templates_app-route_04i84m2.js +10 -0
- package/.next/server/chunks/0gvc_next_dist_esm_build_templates_app-route_05yqn19.js +3 -0
- package/.next/server/chunks/0gvc_next_dist_esm_build_templates_app-route_0_c4eox.js +3 -0
- package/.next/server/chunks/0m6-_@ai-sdk_anthropic_dist_index_093y5mm.js +10 -0
- package/.next/server/chunks/0nf3_next-internal_server_app_api_integrations_notion_callback_route_actions_0hyfnmw.js +3 -0
- package/.next/server/chunks/0ntz_@ai-sdk_openai_dist_index_mjs_03ljy2u._.js +13 -0
- package/.next/server/chunks/0ozc_@vercel_oidc_dist_token_0m1934l.js +3 -0
- package/.next/server/chunks/0rgj_zod_v4_0ponial._.js +64 -0
- package/.next/server/chunks/0rgj_zod_v4_0zoqna9._.js +64 -0
- package/.next/server/chunks/[externals]__01hpkma._.js +3 -0
- package/.next/server/chunks/[externals]__01tm01i._.js +3 -0
- package/.next/server/chunks/[externals]_chromadb_0goja~y._.js +3 -0
- package/.next/server/chunks/[externals]_fs_0eo4gmu._.js +3 -0
- package/.next/server/chunks/[externals]_path_0.09pfe._.js +3 -0
- package/.next/server/chunks/[externals]_stream_0g9s3ok._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0--6uey._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0.qd1p3._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0.r5yhr._.js +49 -0
- package/.next/server/chunks/[root-of-the-server]__0036943._.js +199 -0
- package/.next/server/chunks/[root-of-the-server]__00a7cyb._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__00nqa2u._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0111be7._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__02c_z~9._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__02cpmox._.js +105 -0
- package/.next/server/chunks/[root-of-the-server]__02p-tv7._.js +105 -0
- package/.next/server/chunks/[root-of-the-server]__02p34d7._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__02t_0g7._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__03-x3no._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__03l~uw5._.js +143 -0
- package/.next/server/chunks/[root-of-the-server]__044l2_f._.js +143 -0
- package/.next/server/chunks/[root-of-the-server]__04kopvt._.js +63 -0
- package/.next/server/chunks/[root-of-the-server]__04l~ip-._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__04visk8._.js +105 -0
- package/.next/server/chunks/[root-of-the-server]__05wk..v._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__05x8tmf._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__06l96vc._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__06ohoeu._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__072q335._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__07_1411._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__09kos0n._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__09oyip3._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__09rsmk2._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0_by00t._.js +11 -0
- package/.next/server/chunks/[root-of-the-server]__0a9jp5~._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0acpo9m._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0b17yoc._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0cumfx6._.js +9 -0
- package/.next/server/chunks/[root-of-the-server]__0d7p0xo._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0e_itje._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0exyn0q._.js +88 -0
- package/.next/server/chunks/[root-of-the-server]__0fcf_rl._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0f~eq1-._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0g36cgg._.js +143 -0
- package/.next/server/chunks/[root-of-the-server]__0g4hq1o._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0i9fj76._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0lczaer._.js +143 -0
- package/.next/server/chunks/[root-of-the-server]__0ljy49-._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0lk5hkk._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0n0nerw._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0np09bv._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0ns~dg6._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0oh5wgp._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0oyc7s4._.js +105 -0
- package/.next/server/chunks/[root-of-the-server]__0pg~eys._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0qhpl6k._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0qhwzn-._.js +21 -0
- package/.next/server/chunks/[root-of-the-server]__0qs73xp._.js +143 -0
- package/.next/server/chunks/[root-of-the-server]__0qtx78g._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0r03jcl._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0rdjqpy._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0sb7d93._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0t36t5o._.js +60 -0
- package/.next/server/chunks/[root-of-the-server]__0t_hp52._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0udlgj6._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0ufk3d0._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0uu6oan._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0v.0gyp._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0v03x56._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0v4bbce._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0v67rlo._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0vcdpoc._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0veqa4o._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0wvxpqf._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0wyl7x5._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0y5y7tu._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0yo._sm._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0yx8vxp._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0zh8t6z._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0~q2fro._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__0~wsw0_._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__100gqj0._.js +143 -0
- package/.next/server/chunks/[root-of-the-server]__10au-r5._.js +13 -0
- package/.next/server/chunks/[root-of-the-server]__10d58x4._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__10zm06g._.js +143 -0
- package/.next/server/chunks/[root-of-the-server]__12kvuvp._.js +59 -0
- package/.next/server/chunks/[root-of-the-server]__13gq0t2._.js +3 -0
- package/.next/server/chunks/[turbopack]_runtime.js +903 -0
- package/.next/server/chunks/_01kokno._.js +3 -0
- package/.next/server/chunks/_059f-.0._.js +258 -0
- package/.next/server/chunks/_071mhy1._.js +32 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_analytics_route_actions_0.uxcnt.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_chat_route_actions_0q6zwqv.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_chat_status_route_actions_0t_21~v.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_chat_suggestions_route_actions_01umx_-.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_config_route_actions_0-4ivvk.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_config_test-llm_route_actions_0z5ew-0.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_config_test_route_actions_08cur6r.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_config_verify_route_actions_0hid6b..js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_connections_route_actions_0q3wdg3.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_connections_webhook_route_actions_0wa28~b.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_demo_route_actions_05lntn3.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_deploy_ssh_route_actions_0r44rn0.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_deployment_config_route_actions_0bkon.m.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_describe-image_route_actions_0pmvs8v.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_doc-editor_edit_route_actions_10hrovj.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_doc-editor_export_route_actions_0rff01q.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_doc-editor_parse_route_actions_0fkx6xw.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_doc-editor_restore_route_actions_0g9uodw.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_document_sign_route_actions_0_6rnl_.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_documents_route_actions_0l2znaz.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_firecrawl_local_route_actions_0ubjaim.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_index_route_actions_0~2989e.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_integrations_notion_route_actions_08es~5e.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_jobs_[id]_route_actions_0.l39qd.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_jobs_route_actions_08kx~8-.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_marketplace_route_actions_0z~vymm.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_media_[id]_route_actions_0wsnidd.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_media_process_route_actions_0_j9maz.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_media_route_actions_01szz-1.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_media_stream_route_actions_0h2x_~2.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_models_route_actions_0ervfbf.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_parse-file_route_actions_134wu5p.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_proxy_verify_route_actions_11frmb9.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_sandbox_route_actions_0y9te9y.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_search_bing_route_actions_0pfrdr1.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_search_brave_route_actions_0sij14a.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_search_exa_route_actions_013do9i.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_search_google_route_actions_02aoghr.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_search_route_actions_0_2o9ph.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_search_tavily_route_actions_0z0cnd4.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_search_verify_route_actions_0xtygzs.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_server_agent_route_actions_11xuz1m.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_server_download_route_actions_0vdr_bn.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_server_generate_route_actions_12qf.pa.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_server_local_route_actions_0c~tchb.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_servers_route_actions_0_qimaq.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_tabular_query_route_actions_0m_i8~j.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_tabular_route_actions_06xgjmg.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_upload-file_route_actions_0-df~h8.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_api_uploads_[___slug]_route_actions_0-6rd8s.js +3 -0
- package/.next/server/chunks/apps_web__next-internal_server_app_favicon_ico_route_actions_0h5n1et.js +3 -0
- package/.next/server/chunks/node_modules__pnpm_00a45hz._.js +15 -0
- package/.next/server/chunks/node_modules__pnpm_01evtue._.js +36 -0
- package/.next/server/chunks/node_modules__pnpm_058qmaf._.js +36 -0
- package/.next/server/chunks/node_modules__pnpm_090g2s3._.js +3 -0
- package/.next/server/chunks/node_modules__pnpm_0of6.x_._.js +3 -0
- package/.next/server/chunks/node_modules__pnpm_0tui34u._.js +5 -0
- package/.next/server/chunks/node_modules__pnpm_11fyqx5._.js +15 -0
- package/.next/server/chunks/node_modules__pnpm_12rdsen._.js +36 -0
- package/.next/server/chunks/packages_070bs61._.js +3 -0
- package/.next/server/chunks/packages_0jmx5.-._.js +3 -0
- package/.next/server/chunks/packages_core_src_analytics-store_ts_03tqnqs._.js +3 -0
- package/.next/server/chunks/packages_core_src_embeddings_providers_ts_05f4_w-._.js +19 -0
- package/.next/server/chunks/packages_core_src_embeddings_registry_ts_031sc7-._.js +3 -0
- package/.next/server/chunks/packages_core_src_generator_generate-server_ts_0mt.je3._.js +1145 -0
- package/.next/server/chunks/packages_core_src_generator_server-runtime_ts_127f0ye._.js +648 -0
- package/.next/server/chunks/packages_core_src_index-store_ts_13sjtkb._.js +3 -0
- package/.next/server/chunks/packages_core_src_indexing_embedder_ts_0h75r~u._.js +20 -0
- package/.next/server/chunks/packages_core_src_media-store_ts_0v0lx36._.js +3 -0
- package/.next/server/chunks/packages_core_src_models-list_ts_03-odl5._.js +3 -0
- package/.next/server/chunks/packages_marketplace_src_0mxp_e3._.js +3 -0
- package/.next/server/chunks/packages_marketplace_src_storage-provider_ts_0mbs32-._.js +3 -0
- package/.next/server/chunks/packages_vector-stores_src_044u_tk._.js +3 -0
- package/.next/server/chunks/ssr/0ay0_framer-motion_dist_es_render_components_motion_proxy_mjs_00idub3._.js +3 -0
- package/.next/server/chunks/ssr/0gvc_next_dist_0e.uypd._.js +6 -0
- package/.next/server/chunks/ssr/0gvc_next_dist_client_components_0mj6fnc._.js +3 -0
- package/.next/server/chunks/ssr/0gvc_next_dist_client_components_builtin_forbidden_10qct8z.js +3 -0
- package/.next/server/chunks/ssr/0gvc_next_dist_client_components_builtin_global-error_0azu6.3.js +3 -0
- package/.next/server/chunks/ssr/0gvc_next_dist_client_components_builtin_unauthorized_03b6_.w.js +3 -0
- package/.next/server/chunks/ssr/0gvc_next_dist_esm_build_templates_app-page_0-imr0z.js +4 -0
- package/.next/server/chunks/ssr/0gvc_next_dist_esm_build_templates_app-page_00l31p..js +4 -0
- package/.next/server/chunks/ssr/0gvc_next_dist_esm_build_templates_app-page_0cjdc2w.js +4 -0
- package/.next/server/chunks/ssr/0gvc_next_dist_esm_build_templates_app-page_0fsrb82.js +4 -0
- package/.next/server/chunks/ssr/0gvc_next_dist_esm_build_templates_app-page_0l3eneq.js +4 -0
- package/.next/server/chunks/ssr/0gvc_next_dist_esm_build_templates_app-page_0l6387r.js +4 -0
- package/.next/server/chunks/ssr/0gvc_next_dist_esm_build_templates_app-page_0pk8tjk.js +4 -0
- package/.next/server/chunks/ssr/0hhw_pdfjs-dist_build_pdf_mjs_0emol.8._.js +47 -0
- package/.next/server/chunks/ssr/0ozc_@vercel_oidc_dist_token_0qkzh69.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__03nybtv._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__061054q._.js +33 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0_lfs3c._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0bxkvem._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0ciwgj6._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0f10~ff._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0l9758p._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0mib-aw._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0o6u8a1._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0q-0ign._.js +33 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0u7t7hm._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0yxrvhy._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0z9yy2_._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0zl.q74._.js +3 -0
- package/.next/server/chunks/ssr/[turbopack]_runtime.js +903 -0
- package/.next/server/chunks/ssr/_0-uky5v._.js +3 -0
- package/.next/server/chunks/ssr/_0007q7_._.js +3 -0
- package/.next/server/chunks/ssr/_003vid-._.js +3 -0
- package/.next/server/chunks/ssr/_03casre._.js +6 -0
- package/.next/server/chunks/ssr/_06imf71._.js +4 -0
- package/.next/server/chunks/ssr/_08uade7._.js +3 -0
- package/.next/server/chunks/ssr/_09~o4f.._.js +13 -0
- package/.next/server/chunks/ssr/_0_aolb-._.js +3 -0
- package/.next/server/chunks/ssr/_0_zom3a._.js +3 -0
- package/.next/server/chunks/ssr/_0erod4k._.js +3 -0
- package/.next/server/chunks/ssr/_0gh6844._.js +3 -0
- package/.next/server/chunks/ssr/_0h9s_hw._.js +3 -0
- package/.next/server/chunks/ssr/_0p1j64v._.js +3 -0
- package/.next/server/chunks/ssr/_0qi5c9~._.js +132 -0
- package/.next/server/chunks/ssr/_0qopd-r._.js +120 -0
- package/.next/server/chunks/ssr/_0s5_0n1._.js +3 -0
- package/.next/server/chunks/ssr/_11.lrfy._.js +6 -0
- package/.next/server/chunks/ssr/_13gucvb._.js +3 -0
- package/.next/server/chunks/ssr/apps_web__next-internal_server_app__global-error_page_actions_0.u5cfa.js +3 -0
- package/.next/server/chunks/ssr/apps_web__next-internal_server_app__not-found_page_actions_0appun9.js +3 -0
- package/.next/server/chunks/ssr/apps_web__next-internal_server_app_analytics_page_actions_04e3dmk.js +3 -0
- package/.next/server/chunks/ssr/apps_web__next-internal_server_app_chat_page_actions_0x9i55t.js +3 -0
- package/.next/server/chunks/ssr/apps_web__next-internal_server_app_data_page_actions_0f9t7xs.js +3 -0
- package/.next/server/chunks/ssr/apps_web__next-internal_server_app_page_actions_0rm5_5w.js +3 -0
- package/.next/server/chunks/ssr/apps_web_app_template_tsx_0.4m7c9._.js +3 -0
- package/.next/server/chunks/ssr/apps_web_app_template_tsx_0j2myib._.js +3 -0
- package/.next/server/chunks/ssr/apps_web_components_analytics_analytics-dashboard_tsx_0lrr85m._.js +3 -0
- package/.next/server/chunks/ssr/apps_web_components_ui_tabs_tsx_0435ww5._.js +3 -0
- package/.next/server/chunks/ssr/apps_web_lib_pdf-images_ts_0nzct~e._.js +3 -0
- package/.next/server/chunks/ssr/node_modules__pnpm_0auud-z._.js +3 -0
- package/.next/server/chunks/ssr/node_modules__pnpm_0efi01o._.js +3 -0
- package/.next/server/chunks/ssr/node_modules__pnpm_0ge5k63._.js +3 -0
- package/.next/server/chunks/ssr/node_modules__pnpm_0j6v-w5._.js +3 -0
- package/.next/server/chunks/ssr/node_modules__pnpm_0jmin55._.js +33 -0
- package/.next/server/chunks/ssr/node_modules__pnpm_0qjmu5-._.js +3 -0
- package/.next/server/chunks/ssr/node_modules__pnpm_0q~5d-e._.js +3 -0
- package/.next/server/chunks/ssr/node_modules__pnpm_0xnq.u3._.js +19 -0
- package/.next/server/chunks/ssr/packages_core_src_generator_generate-server_ts_0o.y7vi._.js +1145 -0
- package/.next/server/functions-config-manifest.json +52 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +22 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/next-font-manifest.js +1 -0
- package/.next/server/next-font-manifest.json +31 -0
- package/.next/server/pages/404.html +1 -0
- package/.next/server/pages/500.html +1 -0
- package/.next/server/pages-manifest.json +4 -0
- package/.next/server/prefetch-hints.json +1 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +42 -0
- package/.next/static/KqIuNxkoeAlhCusoxtMrS/_buildManifest.js +16 -0
- package/.next/static/KqIuNxkoeAlhCusoxtMrS/_clientMiddlewareManifest.js +1 -0
- package/.next/static/KqIuNxkoeAlhCusoxtMrS/_ssgManifest.js +1 -0
- package/.next/static/chunks/0-l-_.e4~p-tu.js +1 -0
- package/.next/static/chunks/00bdh97xa16uo.js +1 -0
- package/.next/static/chunks/00h-ng_jqta-2.js +1 -0
- package/.next/static/chunks/03jot0gqi~a10.js +1 -0
- package/.next/static/chunks/03~yq9q893hmn.js +1 -0
- package/.next/static/chunks/066jf0nk75nic.css +2 -0
- package/.next/static/chunks/06lztj0p4bq9f.js +31 -0
- package/.next/static/chunks/06mvsykkx_ufi.js +1 -0
- package/.next/static/chunks/090nmx8zs_1wf.js +1 -0
- package/.next/static/chunks/0_~l8kd_h3sbq.js +1 -0
- package/.next/static/chunks/0c-2rnxmjsotm.js +118 -0
- package/.next/static/chunks/0ho7lc.x2uknx.js +1 -0
- package/.next/static/chunks/0i-8kxwbvp9.l.js +129 -0
- package/.next/static/chunks/0l27y8_9hhe7s.js +4 -0
- package/.next/static/chunks/0q_qvc60_3aw4.js +1 -0
- package/.next/static/chunks/0r4ctb~yxw0ip.js +45 -0
- package/.next/static/chunks/0rp85cjcakb29.js +1 -0
- package/.next/static/chunks/0uawaqqylt5zw.css +1 -0
- package/.next/static/chunks/0ufxt21gvl.3g.js +1 -0
- package/.next/static/chunks/0vnayejbagbex.js +1 -0
- package/.next/static/chunks/0w6lgn24.0eip.js +1 -0
- package/.next/static/chunks/0wrbyfcre8l1-.js +1 -0
- package/.next/static/chunks/0xil-1~ra.qnv.js +1 -0
- package/.next/static/chunks/0zoh3o_.geqbv.js +1 -0
- package/.next/static/chunks/0~074ua5vk6f8.js +1 -0
- package/.next/static/chunks/0~_-3fik2n4-i.js +1 -0
- package/.next/static/chunks/10a_hianorzj3.js +1 -0
- package/.next/static/chunks/10k--lk9wf4pw.js +1 -0
- package/.next/static/chunks/14x~vj_4i-4bz.js +1 -0
- package/.next/static/chunks/15tyhmsp4jgmc.js +11 -0
- package/.next/static/chunks/16alfqkklv-bt.js +2 -0
- package/.next/static/chunks/176ixsksxtch_.js +1 -0
- package/.next/static/chunks/turbopack-06_~2vs.chjg_.js +1 -0
- package/.next/static/media/4fa387ec64143e14-s.0wkzw~je483f-.woff2 +0 -0
- package/.next/static/media/53b9e256198e5412-s.0-wfv7uh4i7h9.woff2 +0 -0
- package/.next/static/media/5ce348bf30bf5439-s.0zgw-jeven.3w.woff2 +0 -0
- package/.next/static/media/6306c77e7c8268e4-s.0rhz0arwfsn~5.woff2 +0 -0
- package/.next/static/media/7178b3e590c64307-s.0nx0ww8fni_q3.woff2 +0 -0
- package/.next/static/media/797e433ab948586e-s.p.08e28id.o-okb.woff2 +0 -0
- package/.next/static/media/7d817b4c03b0c5f1-s.0l76wvqk9d84w.woff2 +0 -0
- package/.next/static/media/8a480f0b521d4e75-s.0jzbimsg8vl84.woff2 +0 -0
- package/.next/static/media/bbc41e54d2fcbd21-s.0k4k9394f2q-k.woff2 +0 -0
- package/.next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2 +0 -0
- package/.next/static/media/favicon.01rzdfen4476b.ico +0 -0
- package/.next/static/media/fef07dbb0973bf53-s.12tyk43_3sh9u.woff2 +0 -0
- package/.next/types/cache-life.d.ts +145 -0
- package/.next/types/routes.d.ts +136 -0
- package/.next/types/validator.ts +637 -0
- package/CHANGELOG.md +24 -0
- package/LICENSE +176 -0
- package/app/actions/vercel.ts +325 -152
- package/app/analytics/page.tsx +19 -0
- package/app/api/analytics/route.ts +31 -0
- package/app/api/chat/route.ts +331 -145
- package/app/api/chat/status/route.ts +73 -22
- package/app/api/chat/suggestions/route.ts +61 -48
- package/app/api/chat/tools.ts +995 -0
- package/app/api/config/route.ts +56 -32
- package/app/api/config/test/route.ts +33 -32
- package/app/api/config/test-llm/route.ts +9 -10
- package/app/api/config/verify/route.ts +315 -0
- package/app/api/connections/route.ts +39 -0
- package/app/api/connections/webhook/route.ts +43 -0
- package/app/api/demo/route.ts +32 -44
- package/app/api/deploy/cloud-project/route.ts +125 -0
- package/app/api/deploy/ssh/route.ts +173 -132
- package/app/api/deployment/blob-setup/route.ts +28 -0
- package/app/api/deployment/config/route.ts +23 -0
- package/app/api/describe-image/route.ts +84 -0
- package/app/api/doc-editor/edit/route.ts +88 -0
- package/app/api/doc-editor/export/route.ts +33 -0
- package/app/api/doc-editor/extract-text/route.ts +41 -0
- package/app/api/doc-editor/parse/route.ts +66 -0
- package/app/api/doc-editor/restore/route.ts +74 -0
- package/app/api/document/sign/route.ts +56 -0
- package/app/api/documents/route.ts +185 -35
- package/app/api/firecrawl/local/route.ts +63 -23
- package/app/api/index/route.ts +73 -59
- package/app/api/integrations/notion/callback/route.ts +121 -0
- package/app/api/integrations/notion/route.ts +304 -0
- package/app/api/jobs/route.ts +45 -47
- package/app/api/marketplace/[toolId]/route.ts +70 -0
- package/app/api/marketplace/route.ts +32 -0
- package/app/api/media/[id]/route.ts +108 -0
- package/app/api/media/process/route.ts +1242 -0
- package/app/api/media/route.ts +284 -0
- package/app/api/media/stream/route.ts +113 -0
- package/app/api/models/route.ts +23 -0
- package/app/api/proxy/verify/route.ts +66 -0
- package/app/api/sandbox/route.ts +59 -0
- package/app/api/search/bing/route.ts +87 -0
- package/app/api/search/brave/route.ts +89 -0
- package/app/api/search/exa/route.ts +101 -0
- package/app/api/search/google/route.ts +16 -29
- package/app/api/search/tavily/route.ts +94 -0
- package/app/api/search/verify/route.ts +28 -0
- package/app/api/server/agent/route.ts +41 -0
- package/app/api/server/download/route.ts +42 -34
- package/app/api/server/generate/route.ts +23 -23
- package/app/api/servers/route.ts +46 -62
- package/app/api/tabular/query/route.ts +26 -0
- package/app/api/tabular/route.ts +63 -0
- package/app/api/upload-file/route.ts +38 -0
- package/app/api/uploads/[...slug]/route.ts +90 -0
- package/app/api/vector-stores/install/route.ts +5 -6
- package/app/api/vector-stores/status/route.ts +9 -7
- package/app/chat/page.tsx +4 -8
- package/app/data/page.tsx +15 -8
- package/app/globals.css +150 -22
- package/app/layout.tsx +19 -17
- package/app/page.tsx +3 -32
- package/app/settings/page.tsx +80 -0
- package/app/themes.css +38 -2
- package/archive/redesign-v2/app/configure/page.tsx +53 -0
- package/archive/redesign-v2/app/demo/page.tsx +15 -0
- package/archive/redesign-v2/app/server/page.tsx +22 -0
- package/archive/redesign-v2/app/simple/chat/page.tsx +17 -0
- package/archive/redesign-v2/app/simple/docs/page.tsx +21 -0
- package/archive/redesign-v2/app/simple/settings/page.tsx +1104 -0
- package/{app → archive/redesign-v2/app-routes}/server/page.tsx +2 -2
- package/archive/redesign-v2/app-routes/simple/settings/page.tsx +1104 -0
- package/archive/redesign-v2/components/app-sidebar.tsx +188 -0
- package/archive/redesign-v2/components/app-topnav.tsx +195 -0
- package/archive/redesign-v2/components/global-settings.tsx +288 -0
- package/archive/redesign-v2/components/simple/simple-sidebar.tsx +171 -0
- package/archive/redesign-v2/components/simple/simple-topnav.tsx +175 -0
- package/bin/larkup.js +28 -0
- package/components/analytics/analytics-dashboard.tsx +504 -0
- package/components/app-sidebar.tsx +46 -57
- package/components/app-topnav.tsx +64 -150
- package/components/chat/canvas/doc-editor-provider.tsx +343 -0
- package/components/chat/canvas/document-canvas.tsx +102 -0
- package/components/chat/canvas/document-field.tsx +171 -0
- package/components/chat/canvas/document-viewer.tsx +453 -0
- package/components/chat/canvas/file-attachment-button.tsx +88 -0
- package/components/chat/canvas/file-chip.tsx +151 -0
- package/components/chat/chat-settings-modal.tsx +253 -149
- package/components/chat/chat-workspace.tsx +961 -149
- package/components/chat/message-item.tsx +935 -71
- package/components/chat/tools/chat-card.tsx +116 -0
- package/components/chat/tools/chat-chart.tsx +548 -0
- package/components/chat/tools/chat-data-table.tsx +370 -0
- package/components/chat/tools/chat-grid.tsx +99 -0
- package/components/chat/tools/chat-media-preview.tsx +246 -0
- package/components/chat/tools/chat-metrics.tsx +76 -0
- package/components/chat/tools/chat-sandbox-result.tsx +175 -0
- package/components/chat/tools/chat-signature-request.tsx +809 -0
- package/components/chat/tools/chat-tabs.tsx +66 -0
- package/components/chat/tools/corpus-data-result.tsx +206 -0
- package/components/chat/tools/knowledge-base-result.tsx +135 -0
- package/components/chat/tools/visual-placement-modal.tsx +316 -0
- package/components/chat/tools/visualization-tabs.tsx +37 -0
- package/components/client-layout-wrapper.tsx +52 -124
- package/components/configure/configure-form.tsx +301 -530
- package/components/configure/custom-model-modal.tsx +205 -0
- package/components/configure/store-fields.tsx +4 -1
- package/components/data/corpus-panel.tsx +329 -137
- package/components/data/data-workspace.tsx +428 -185
- package/components/data/firecrawl-notice.tsx +94 -122
- package/components/data/integrations-panel.tsx +408 -0
- package/components/data/jobs-panel.tsx +83 -105
- package/components/data/media-panel.tsx +1701 -0
- package/components/data/notion-panel.tsx +372 -0
- package/components/data/paste-panel.tsx +4 -3
- package/components/data/scrape-panel.tsx +389 -343
- package/components/data/tabular-preview.tsx +228 -0
- package/components/data/upload-panel.tsx +500 -206
- package/components/demo/demo-workspace.tsx +50 -83
- package/components/global-settings.tsx +71 -108
- package/components/index/global-index-progress.tsx +46 -0
- package/components/index/index-action-dialog.tsx +545 -0
- package/components/index/index-workspace.tsx +138 -219
- package/components/onboarding/simple-setup.tsx +126 -180
- package/components/onboarding/welcome-screen.tsx +428 -157
- package/components/server/deploy-button.tsx +95 -1233
- package/components/server/deploy-sheet.tsx +1061 -0
- package/components/server/server-workspace.tsx +62 -95
- package/components/settings/appearance-section.tsx +300 -0
- package/components/settings/connections-section.tsx +471 -0
- package/components/settings/deploy-section.tsx +24 -0
- package/components/settings/deployment-section.tsx +430 -0
- package/components/settings/general-section.tsx +734 -0
- package/components/settings/marketplace-section.tsx +385 -0
- package/components/settings/marketplace-tools-settings.tsx +436 -0
- package/components/settings/models-section.tsx +810 -0
- package/components/settings/playground-section.tsx +17 -0
- package/components/settings/prompts-section.tsx +384 -0
- package/components/settings/server-section.tsx +808 -0
- package/components/settings/settings-layout.tsx +147 -0
- package/components/settings/storage-section.tsx +394 -0
- package/components/simple/sdk-connect-dialog.tsx +38 -33
- package/components/simple/simple-sidebar.tsx +69 -72
- package/components/simple/simple-topnav.tsx +154 -0
- package/components/theme-customizer-provider.tsx +56 -79
- package/components/theme-switcher.tsx +92 -114
- package/components/ui/button.tsx +11 -13
- package/components/ui/card.tsx +17 -17
- package/components/ui/checkbox.tsx +5 -5
- package/components/ui/dialog.tsx +1 -1
- package/components/ui/dropdown-menu.tsx +24 -38
- package/components/ui/input.tsx +2 -2
- package/components/ui/popover.tsx +21 -34
- package/components/ui/provider-icon.tsx +88 -17
- package/components/ui/select.tsx +44 -61
- package/components/ui/sheet.tsx +33 -46
- package/components/ui/slider.tsx +52 -0
- package/components/ui/sonner.tsx +23 -36
- package/components/ui/table.tsx +19 -19
- package/components/ui/tabs.tsx +17 -24
- package/components/ui/textarea.tsx +4 -4
- package/components/unified-sidebar.tsx +222 -0
- package/components/update-banner.tsx +203 -0
- package/components/workspace/server-form-dialog.tsx +7 -7
- package/components/workspace/server-switcher.tsx +15 -37
- package/hooks/use-notion-auth.ts +60 -0
- package/lib/chat-model-provider.ts +115 -0
- package/lib/deployments.ts +119 -0
- package/lib/env-utils.ts +27 -0
- package/lib/media-knowledge.ts +431 -0
- package/lib/os-concurrency.ts +37 -0
- package/lib/pdf-images.ts +80 -0
- package/lib/search-provider-verification.ts +95 -0
- package/next.config.mjs +19 -2
- package/package.json +37 -20
- package/parse_log.mjs +67 -0
- package/public/icons/Confluence.png +0 -0
- package/public/icons/Salesforce.png +0 -0
- package/public/icons/audio.png +0 -0
- package/public/icons/bing.png +0 -0
- package/public/icons/brave.png +0 -0
- package/public/icons/deepgram.png +0 -0
- package/public/icons/discord.png +0 -0
- package/public/icons/elevenlabs.png +0 -0
- package/public/icons/exa.png +0 -0
- package/public/icons/excel.png +0 -0
- package/public/icons/fal.png +0 -0
- package/public/icons/firecrawl.png +0 -0
- package/public/icons/google-calender.png +0 -0
- package/public/icons/google-drive.png +0 -0
- package/public/icons/google.png +0 -0
- package/public/icons/grok.png +0 -0
- package/public/icons/image.png +0 -0
- package/public/icons/jira.png +0 -0
- package/public/icons/linear.png +0 -0
- package/public/icons/markdown.png +0 -0
- package/public/icons/onedrive.png +0 -0
- package/public/icons/outlook.png +0 -0
- package/public/icons/pdf.png +0 -0
- package/public/icons/revai.png +0 -0
- package/public/icons/revai.svg +1 -0
- package/public/icons/sap.png +0 -0
- package/public/icons/serpapi.svg +34 -0
- package/public/icons/serper.png +0 -0
- package/public/icons/sharepoint.png +0 -0
- package/public/icons/slack.png +0 -0
- package/public/icons/tavily.png +0 -0
- package/public/icons/telegram.png +0 -0
- package/public/icons/video.png +0 -0
- package/public/icons/webhook.png +0 -0
- package/public/icons/whatsapp.png +0 -0
- package/public/icons/word.png +0 -0
- package/public/logo-light2.png +0 -0
- package/public/logo.png +0 -0
- package/public/notion-white.png +0 -0
- package/public/notion.png +0 -0
- package/store/chat-store.ts +19 -0
- package/store/scrape-store.ts +78 -0
- package/tsconfig.json +1 -1
- package/verify-models.mjs +133 -0
- package/.env +0 -2
- package/app/index-data/page.tsx +0 -15
- package/app/simple/settings/page.tsx +0 -627
- package/components/chat/knowledge-base-result.tsx +0 -97
- /package/{app → archive/redesign-v2/app-routes}/configure/page.tsx +0 -0
- /package/{app → archive/redesign-v2/app-routes}/demo/page.tsx +0 -0
- /package/{app → archive/redesign-v2/app-routes}/simple/chat/page.tsx +0 -0
- /package/{app → archive/redesign-v2/app-routes}/simple/docs/page.tsx +0 -0
- /package/{app → archive/redesign-v2/app-routes}/simple/layout.tsx +0 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
module.exports=[984938,e=>{"use strict";var n="1.13.8",t="object"==typeof self&&self.self===self&&self||e.g.global===e.g&&e.g||Function("return this")()||{},i=Array.prototype,r=Object.prototype,a="u">typeof Symbol?Symbol.prototype:null,o=i.push,c=i.slice,s=r.toString,d=r.hasOwnProperty,u="u">typeof ArrayBuffer,l="u">typeof DataView,h=Array.isArray,p=Object.keys,g=Object.create,f=u&&ArrayBuffer.isView,b=isNaN,m=isFinite,y=!({toString:null}).propertyIsEnumerable("toString"),x=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"];function D(e){return!0===e||!1===e||"[object Boolean]"===s.call(e)}function U(e){var n="[object "+e+"]";return function(e){return s.call(e)===n}}let v=U("String"),T=U("Number"),_=U("Date"),w=U("RegExp"),F=U("Error"),E=U("Symbol"),W=U("ArrayBuffer");var C=U("Function"),A=t.document&&t.document.childNodes;"function"!=typeof/./&&"object"!=typeof Int8Array&&"function"!=typeof A&&(C=function(e){return"function"==typeof e});let S=C,N=U("Object");var B=l&&(!/\[native code\]/.test(String(DataView))||N(new DataView(new ArrayBuffer(8)))),k="u">typeof Map&&N(new Map),O=U("DataView");let I=B?function(e){return null!=e&&S(e.getInt8)&&W(e.buffer)}:O,R=h||U("Array");function j(e,n){return null!=e&&d.call(e,n)}var P=U("Arguments");!function(){P(arguments)||(P=function(e){return j(e,"callee")})}();let L=P;function q(e){return!E(e)&&m(e)&&!isNaN(parseFloat(e))}function M(e){return T(e)&&b(e)}function V(e){return function(){return e}}function H(e){return function(n){var t=e(n);return"number"==typeof t&&t>=0&&t<=0x1fffffffffffff}}function z(e){return function(n){return null==n?void 0:n[e]}}let X=z("byteLength"),G=H(X);var $=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;let K=u?function(e){return f?f(e)&&!I(e):G(e)&&$.test(s.call(e))}:V(!1),Q=z("length");function Y(e){var n=typeof e;return"function"===n||"object"===n&&!!e}function Z(e,n){n=function(e){for(var n={},t=e.length,i=0;i<t;++i)n[e[i]]=!0;return{contains:function(e){return!0===n[e]},push:function(t){return n[t]=!0,e.push(t)}}}(n);var t=x.length,i=e.constructor,a=S(i)&&i.prototype||r,o="constructor";for(j(e,o)&&!n.contains(o)&&n.push(o);t--;)(o=x[t])in e&&e[o]!==a[o]&&!n.contains(o)&&n.push(o)}function J(e){if(!Y(e))return[];if(p)return p(e);var n=[];for(var t in e)j(e,t)&&n.push(t);return y&&Z(e,n),n}function ee(e){if(null==e)return!0;var n=Q(e);return"number"==typeof n&&(R(e)||v(e)||L(e))?0===n:0===Q(J(e))}function en(e,n){var t=J(n),i=t.length;if(null==e)return!i;for(var r=Object(e),a=0;a<i;a++){var o=t[a];if(n[o]!==r[o]||!(o in r))return!1}return!0}function et(e){return e instanceof et?e:this instanceof et?void(this._wrapped=e):new et(e)}function ei(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,X(e))}et.VERSION=n,et.prototype.value=function(){return this._wrapped},et.prototype.valueOf=et.prototype.toJSON=et.prototype.value,et.prototype.toString=function(){return String(this._wrapped)};var er="[object DataView]";function ea(e,n){for(var t=[{a:e,b:n}],i=[],r=[];t.length;){var o=t.pop();if(!0===o){i.pop(),r.pop();continue}if((e=o.a)===(n=o.b)){if(0!==e||1/e==1/n)continue;return!1}if(null==e||null==n)return!1;if(e!=e){if(n!=n)continue;return!1}var c=typeof e;if("function"!==c&&"object"!==c&&"object"!=typeof n)return!1;e instanceof et&&(e=e._wrapped),n instanceof et&&(n=n._wrapped);var d=s.call(e);if(d!==s.call(n))return!1;if(B&&"[object Object]"==d&&I(e)){if(!I(n))return!1;d=er}switch(d){case"[object RegExp]":case"[object String]":if(""+e==""+n)continue;return!1;case"[object Number]":t.push({a:+e,b:+n});continue;case"[object Date]":case"[object Boolean]":if(+e==+n)continue;return!1;case"[object Symbol]":if(a.valueOf.call(e)===a.valueOf.call(n))continue;return!1;case"[object ArrayBuffer]":case er:t.push({a:ei(e),b:ei(n)});continue}var u="[object Array]"===d;if(!u&&K(e)){if(X(e)!==X(n))return!1;if(e.buffer===n.buffer&&e.byteOffset===n.byteOffset)continue;u=!0}if(!u){if("object"!=typeof e||"object"!=typeof n)return!1;var l=e.constructor,h=n.constructor;if(l!==h&&!(S(l)&&l instanceof l&&S(h)&&h instanceof h)&&"constructor"in e&&"constructor"in n)return!1}for(var p=i.length;p--;)if(i[p]===e){if(r[p]===n)break;return!1}if(!(p>=0))if(i.push(e),r.push(n),t.push(!0),u){if((p=e.length)!==n.length)return!1;for(;p--;)t.push({a:e[p],b:n[p]})}else{var g,f=J(e);if(p=f.length,J(n).length!==p)return!1;for(;p--;){if(!j(n,g=f[p]))return!1;t.push({a:e[g],b:n[g]})}}}return!0}function eo(e){if(!Y(e))return[];var n=[];for(var t in e)n.push(t);return y&&Z(e,n),n}function ec(e){var n=Q(e);return function(t){if(null==t||Q(eo(t)))return!1;for(var i=0;i<n;i++)if(!S(t[e[i]]))return!1;return e!==eh||!S(t[es])}}var es="forEach",ed=["clear","delete"],eu=["get","has","set"],el=ed.concat(es,eu),eh=ed.concat(eu),ep=["add"].concat(ed,es,"has");let eg=k?ec(el):U("Map"),ef=k?ec(eh):U("WeakMap"),eb=k?ec(ep):U("Set"),em=U("WeakSet");function ey(e){for(var n=J(e),t=n.length,i=Array(t),r=0;r<t;r++)i[r]=e[n[r]];return i}function ex(e){for(var n=J(e),t=n.length,i=Array(t),r=0;r<t;r++)i[r]=[n[r],e[n[r]]];return i}function eD(e){for(var n={},t=J(e),i=0,r=t.length;i<r;i++)n[e[t[i]]]=t[i];return n}function eU(e){var n=[];for(var t in e)S(e[t])&&n.push(t);return n.sort()}function ev(e,n){return function(t){var i=arguments.length;if(n&&(t=Object(t)),i<2||null==t)return t;for(var r=1;r<i;r++)for(var a=arguments[r],o=e(a),c=o.length,s=0;s<c;s++){var d=o[s];n&&void 0!==t[d]||(t[d]=a[d])}return t}}let eT=ev(eo),e_=ev(J),ew=ev(eo,!0);function eF(e){if(!Y(e))return{};if(g)return g(e);var n=function(){};n.prototype=e;var t=new n;return n.prototype=null,t}function eE(e,n){var t=eF(e);return n&&e_(t,n),t}function eW(e){return Y(e)?R(e)?e.slice():eT({},e):e}function eC(e){return R(e)?e:[e]}function eA(e){return et.toPath(e)}function eS(e,n){for(var t=n.length,i=0;i<t;i++){if(null==e)return;e=e[n[i]]}return t?e:void 0}function eN(e){return void 0===e}function eB(e,n,t){var i=eS(e,eA(n));return eN(i)?t:i}function ek(e,n){for(var t=(n=eA(n)).length,i=0;i<t;i++){var r=n[i];if(!j(e,r))return!1;e=e[r]}return!!t}function eO(e){return e}function eI(e){return e=e_({},e),function(n){return en(n,e)}}function eR(e){return e=eA(e),function(n){return eS(n,e)}}function ej(e,n,t){if(void 0===n)return e;switch(null==t?3:t){case 1:return function(t){return e.call(n,t)};case 3:return function(t,i,r){return e.call(n,t,i,r)};case 4:return function(t,i,r,a){return e.call(n,t,i,r,a)}}return function(){return e.apply(n,arguments)}}function eP(e,n,t){return null==e?eO:S(e)?ej(e,n,t):Y(e)&&!R(e)?eI(e):eR(e)}function eL(e,n){return eP(e,n,1/0)}function eq(e,n,t){return et.iteratee!==eL?et.iteratee(e,n):eP(e,n,t)}function eM(e,n,t){n=eq(n,t);for(var i=J(e),r=i.length,a={},o=0;o<r;o++){var c=i[o];a[c]=n(e[c],c,e)}return a}function eV(){}function eH(e){return null==e?eV:function(n){return eB(e,n)}}function ez(e){var n=function(n){return e[n]},t="(?:"+J(e).join("|")+")",i=RegExp(t),r=RegExp(t,"g");return function(e){return e=null==e?"":""+e,i.test(e)?e.replace(r,n):e}}et.toPath=eC,et.iteratee=eL;let eX={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},eG=ez(eX),e$=ez(eD(eX)),eK=et.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var eQ=/(.)^/,eY={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},eZ=/\\|'|\r|\n|\u2028|\u2029/g;function eJ(e){return"\\"+eY[e]}var e1=/^\s*(\w|\$)+\s*$/;function e2(e,n,t){!n&&t&&(n=t);var i,r=RegExp([((n=ew({},n,et.templateSettings)).escape||eQ).source,(n.interpolate||eQ).source,(n.evaluate||eQ).source].join("|")+"|$","g"),a=0,o="__p+='";e.replace(r,function(n,t,i,r,c){return o+=e.slice(a,c).replace(eZ,eJ),a=c+n.length,t?o+="'+\n((__t=("+t+"))==null?'':_.escape(__t))+\n'":i?o+="'+\n((__t=("+i+"))==null?'':__t)+\n'":r&&(o+="';\n"+r+"\n__p+='"),n}),o+="';\n";var c=n.variable;if(c){if(!e1.test(c))throw Error("variable is not a bare identifier: "+c)}else o="with(obj||{}){\n"+o+"}\n",c="obj";o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{i=Function(c,"_",o)}catch(e){throw e.source=o,e}var s=function(e){return i.call(this,e,et)};return s.source="function("+c+"){\n"+o+"}",s}function e0(e,n,t){var i=(n=eA(n)).length;if(!i)return S(t)?t.call(e):t;for(var r=0;r<i;r++){var a=null==e?void 0:e[n[r]];void 0===a&&(a=t,r=i),e=S(a)?a.call(e):a}return e}function e8(e){var n=et(e);return n._chain=!0,n}function e3(e,n){return n=null==n?e.length-1:+n,function(){for(var t=Math.max(arguments.length-n,0),i=Array(t),r=0;r<t;r++)i[r]=arguments[r+n];switch(n){case 0:return e.call(this,i);case 1:return e.call(this,arguments[0],i);case 2:return e.call(this,arguments[0],arguments[1],i)}var a=Array(n+1);for(r=0;r<n;r++)a[r]=arguments[r];return a[n]=i,e.apply(this,a)}}function e9(e,n,t,i,r){if(!(i instanceof n))return e.apply(t,r);var a=eF(e.prototype),o=e.apply(a,r);return Y(o)?o:a}var e6=e3(function(e,n){var t=e6.placeholder,i=function(){for(var r=0,a=n.length,o=Array(a),c=0;c<a;c++)o[c]=n[c]===t?arguments[r++]:n[c];for(;r<arguments.length;)o.push(arguments[r++]);return e9(e,i,this,this,o)};return i});e6.placeholder=et;let e5=e3(function(e,n,t){if(!S(e))throw TypeError("Bind must be called on a function");var i=e3(function(r){return e9(e,i,n,this,t.concat(r))});return i}),e7=H(Q);function e4(e,n,t){n||0===n||(n=1/0);for(var i=[],r=0,a=0,o=Q(e)||0,c=[];;){if(a>=o){if(!c.length)break;var s=c.pop();a=s.i,o=Q(e=s.v);continue}var d=e[a++];c.length>=n?i[r++]=d:e7(d)&&(R(d)||L(d))?(c.push({i:a,v:e}),a=0,o=Q(e=d)):t||(i[r++]=d)}return i}let ne=e3(function(e,n){var t=(n=e4(n,!1,!1)).length;if(t<1)throw Error("bindAll must be passed function names");for(;t--;){var i=n[t];e[i]=e5(e[i],e)}return e});function nn(e,n){var t=function(i){var r=t.cache,a=""+(n?n.apply(this,arguments):i);return j(r,a)||(r[a]=e.apply(this,arguments)),r[a]};return t.cache={},t}let nt=e3(function(e,n,t){return setTimeout(function(){return e.apply(null,t)},n)}),ni=e6(nt,et,1);function nr(e,n){return e6(n,e)}function na(e,n){var t;return function(){return--e>0&&(t=n.apply(this,arguments)),e<=1&&(n=null),t}}let no=e6(na,2);function nc(e,n,t){n=eq(n,t);for(var i,r=J(e),a=0,o=r.length;a<o;a++)if(n(e[i=r[a]],i,e))return i}function ns(e){return function(n,t,i){t=eq(t,i);for(var r=Q(n),a=e>0?0:r-1;a>=0&&a<r;a+=e)if(t(n[a],a,n))return a;return -1}}let nd=ns(1),nu=ns(-1);function nl(e,n,t,i){for(var r=(t=eq(t,i,1))(n),a=0,o=Q(e);a<o;){var c=Math.floor((a+o)/2);t(e[c])<r?a=c+1:o=c}return a}function nh(e,n,t){return function(i,r,a){var o=0,s=Q(i);if("number"==typeof a)e>0?o=a>=0?a:Math.max(a+s,o):s=a>=0?Math.min(a+1,s):a+s+1;else if(t&&a&&s)return a=t(i,r),i[a]===r?a:-1;if(r!=r)return(a=n(c.call(i,o,s),M))>=0?a+o:-1;for(a=e>0?o:s-1;a>=0&&a<s;a+=e)if(i[a]===r)return a;return -1}}let np=nh(1,nd,nl),ng=nh(-1,nu);function nf(e,n,t){var i=(e7(e)?nd:nc)(e,n,t);if(void 0!==i&&-1!==i)return e[i]}function nb(e,n){return nf(e,eI(n))}function nm(e,n,t){if(n=ej(n,t),e7(e))for(i=0,r=e.length;i<r;i++)n(e[i],i,e);else{var i,r,a=J(e);for(i=0,r=a.length;i<r;i++)n(e[a[i]],a[i],e)}return e}function ny(e,n,t){n=eq(n,t);for(var i=!e7(e)&&J(e),r=(i||e).length,a=Array(r),o=0;o<r;o++){var c=i?i[o]:o;a[o]=n(e[c],c,e)}return a}function nx(e){var n=function(n,t,i,r){var a=!e7(n)&&J(n),o=(a||n).length,c=e>0?0:o-1;for(r||(i=n[a?a[c]:c],c+=e);c>=0&&c<o;c+=e){var s=a?a[c]:c;i=t(i,n[s],s,n)}return i};return function(e,t,i,r){var a=arguments.length>=3;return n(e,ej(t,r,4),i,a)}}let nD=nx(1),nU=nx(-1);function nv(e,n,t){var i=[];return n=eq(n,t),nm(e,function(e,t,r){n(e,t,r)&&i.push(e)}),i}function nT(e){return function(){return!e.apply(this,arguments)}}function n_(e,n,t){return nv(e,nT(eq(n)),t)}function nw(e,n,t){n=eq(n,t);for(var i=!e7(e)&&J(e),r=(i||e).length,a=0;a<r;a++){var o=i?i[a]:a;if(!n(e[o],o,e))return!1}return!0}function nF(e,n,t){n=eq(n,t);for(var i=!e7(e)&&J(e),r=(i||e).length,a=0;a<r;a++){var o=i?i[a]:a;if(n(e[o],o,e))return!0}return!1}function nE(e,n,t,i){return e7(e)||(e=ey(e)),("number"!=typeof t||i)&&(t=0),np(e,n,t)>=0}let nW=e3(function(e,n,t){var i,r;return S(n)?r=n:(i=(n=eA(n)).slice(0,-1),n=n[n.length-1]),ny(e,function(e){var a=r;if(!a){if(i&&i.length&&(e=eS(e,i)),null==e)return;a=e[n]}return null==a?a:a.apply(e,t)})});function nC(e,n){return ny(e,eR(n))}function nA(e,n){return nv(e,eI(n))}function nS(e,n,t){var i,r,a=-1/0,o=-1/0;if(null==n||"number"==typeof n&&"object"!=typeof e[0]&&null!=e){e=e7(e)?e:ey(e);for(var c=0,s=e.length;c<s;c++)null!=(i=e[c])&&i>a&&(a=i)}else n=eq(n,t),nm(e,function(e,t,i){((r=n(e,t,i))>o||r===-1/0&&a===-1/0)&&(a=e,o=r)});return a}function nN(e,n,t){var i,r,a=1/0,o=1/0;if(null==n||"number"==typeof n&&"object"!=typeof e[0]&&null!=e){e=e7(e)?e:ey(e);for(var c=0,s=e.length;c<s;c++)null!=(i=e[c])&&i<a&&(a=i)}else n=eq(n,t),nm(e,function(e,t,i){((r=n(e,t,i))<o||r===1/0&&a===1/0)&&(a=e,o=r)});return a}function nB(e,n){return null==n&&(n=e,e=0),e+Math.floor(Math.random()*(n-e+1))}var nk=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function nO(e){return e?R(e)?c.call(e):v(e)?e.match(nk):e7(e)?ny(e,eO):ey(e):[]}function nI(e,n,t){if(null==n||t)return e7(e)||(e=ey(e)),e[nB(e.length-1)];var i=nO(e),r=Q(i);n=Math.max(Math.min(n,r),0);for(var a=r-1,o=0;o<n;o++){var c=nB(o,a),s=i[o];i[o]=i[c],i[c]=s}return i.slice(0,n)}function nR(e){return nI(e,1/0)}function nj(e,n,t){var i=0;return n=eq(n,t),nC(ny(e,function(e,t,r){return{value:e,index:i++,criteria:n(e,t,r)}}).sort(function(e,n){var t=e.criteria,i=n.criteria;if(t!==i){if(t>i||void 0===t)return 1;if(t<i||void 0===i)return -1}return e.index-n.index}),"value")}function nP(e,n){return function(t,i,r){var a=n?[[],[]]:{};return i=eq(i,r),nm(t,function(n,r){var o=i(n,r,t);e(a,n,o)}),a}}let nL=nP(function(e,n,t){j(e,t)?e[t].push(n):e[t]=[n]}),nq=nP(function(e,n,t){e[t]=n}),nM=nP(function(e,n,t){j(e,t)?e[t]++:e[t]=1}),nV=nP(function(e,n,t){e[+!t].push(n)},!0);function nH(e){return null==e?0:e7(e)?e.length:J(e).length}function nz(e,n,t){return n in t}let nX=e3(function(e,n){var t={},i=n[0];if(null==e)return t;S(i)?(n.length>1&&(i=ej(i,n[1])),n=eo(e)):(i=nz,n=e4(n,!1,!1),e=Object(e));for(var r=0,a=n.length;r<a;r++){var o=n[r],c=e[o];i(c,o,e)&&(t[o]=c)}return t}),nG=e3(function(e,n){var t,i=n[0];return S(i)?(i=nT(i),n.length>1&&(t=n[1])):(n=ny(e4(n,!1,!1),String),i=function(e,t){return!nE(n,t)}),nX(e,i,t)});function n$(e,n,t){return c.call(e,0,Math.max(0,e.length-(null==n||t?1:n)))}function nK(e,n,t){return null==e||e.length<1?null==n||t?void 0:[]:null==n||t?e[0]:n$(e,e.length-n)}function nQ(e,n,t){return c.call(e,null==n||t?1:n)}function nY(e,n,t){return null==e||e.length<1?null==n||t?void 0:[]:null==n||t?e[e.length-1]:nQ(e,Math.max(0,e.length-n))}function nZ(e){return nv(e,Boolean)}function nJ(e,n){return e4(e,n,!1)}let n1=e3(function(e,n){return n=e4(n,!0,!0),nv(e,function(e){return!nE(n,e)})}),n2=e3(function(e,n){return n1(e,n)});function n0(e,n,t,i){D(n)||(i=t,t=n,n=!1),null!=t&&(t=eq(t,i));for(var r=[],a=[],o=0,c=Q(e);o<c;o++){var s=e[o],d=t?t(s,o,e):s;n&&!t?(o&&a===d||r.push(s),a=d):t?nE(a,d)||(a.push(d),r.push(s)):nE(r,s)||r.push(s)}return r}let n8=e3(function(e){return n0(e4(e,!0,!0))});function n3(e){for(var n=[],t=arguments.length,i=0,r=Q(e);i<r;i++){var a,o=e[i];if(!nE(n,o)){for(a=1;a<t&&nE(arguments[a],o);a++);a===t&&n.push(o)}}return n}function n9(e){for(var n=e&&nS(e,Q).length||0,t=Array(n),i=0;i<n;i++)t[i]=nC(e,i);return t}let n6=e3(n9);function n5(e,n){for(var t={},i=0,r=Q(e);i<r;i++)n?t[e[i]]=n[i]:t[e[i][0]]=e[i][1];return t}function n7(e,n){if(null==n||n<1)return[];for(var t=[],i=0,r=e.length;i<r;)t.push(c.call(e,i,i+=n));return t}function n4(e,n){return e._chain?et(n).chain():n}function te(e){return nm(eU(e),function(n){var t=et[n]=e[n];et.prototype[n]=function(){var e=[this._wrapped];return o.apply(e,arguments),n4(this,t.apply(et,e))}}),et}function tn(e){return null===e}function tt(e){return!!(e&&1===e.nodeType)}function ti(e,n){return n(e),e}function tr(e,n,t){var i=Array(Math.max(0,e));n=ej(n,t,1);for(var r=0;r<e;r++)i[r]=n(r);return i}nm(["pop","push","reverse","shift","sort","splice","unshift"],function(e){var n=i[e];et.prototype[e]=function(){var t=this._wrapped;return null!=t&&(n.apply(t,arguments),("shift"===e||"splice"===e)&&0===t.length&&delete t[0]),n4(this,t)}}),nm(["concat","join","slice"],function(e){var n=i[e];et.prototype[e]=function(){var e=this._wrapped;return null!=e&&(e=n.apply(e,arguments)),n4(this,e)}}),e.s([],115220),e.i(115220);let ta=Date.now||function(){return new Date().getTime()};var to=0;function tc(e){var n=++to+"";return e?e+n:n}function ts(e,n,t){var i,r,a,o,c=0;t||(t={});var s=function(){c=!1===t.leading?0:ta(),i=null,o=e.apply(r,a),i||(r=a=null)},d=function(){var d=ta();c||!1!==t.leading||(c=d);var u=n-(d-c);return r=this,a=arguments,u<=0||u>n?(i&&(clearTimeout(i),i=null),c=d,o=e.apply(r,a),i||(r=a=null)):i||!1===t.trailing||(i=setTimeout(s,u)),o};return d.cancel=function(){clearTimeout(i),c=0,i=r=a=null},d}function td(e,n,t){var i,r,a,o,c,s=function(){var d=ta()-r;n>d?i=setTimeout(s,n-d):(i=null,t||(o=e.apply(c,a)),i||(a=c=null))},d=e3(function(d){return c=this,a=d,r=ta(),!i&&(i=setTimeout(s,n),t&&(o=e.apply(c,a))),o});return d.cancel=function(){clearTimeout(i),i=a=c=null},d}function tu(){var e=arguments,n=e.length-1;return function(){for(var t=n,i=e[n].apply(this,arguments);t--;)i=e[t].call(this,i);return i}}function tl(e,n){return function(){if(--e<1)return n.apply(this,arguments)}}function th(e,n,t){null==n&&(n=e||0,e=0),t||(t=n<e?-1:1);for(var i=Math.max(Math.ceil((n-e)/t),0),r=Array(i),a=0;a<i;a++,e+=t)r[a]=e;return r}e.s(["VERSION",0,n,"after",0,tl,"all",0,nw,"allKeys",0,eo,"any",0,nF,"assign",0,e_,"before",0,na,"bind",0,e5,"bindAll",0,ne,"chain",0,e8,"chunk",0,n7,"clone",0,eW,"collect",0,ny,"compact",0,nZ,"compose",0,tu,"constant",0,V,"contains",0,nE,"countBy",0,nM,"create",0,eE,"debounce",0,td,"default",0,et,"defaults",0,ew,"defer",0,ni,"delay",0,nt,"detect",0,nf,"difference",0,n1,"drop",0,nQ,"each",0,nm,"escape",0,eG,"every",0,nw,"extend",0,eT,"extendOwn",0,e_,"filter",0,nv,"find",0,nf,"findIndex",0,nd,"findKey",0,nc,"findLastIndex",0,nu,"findWhere",0,nb,"first",0,nK,"flatten",0,nJ,"foldl",0,nD,"foldr",0,nU,"forEach",0,nm,"functions",0,eU,"get",0,eB,"groupBy",0,nL,"has",0,ek,"head",0,nK,"identity",0,eO,"include",0,nE,"includes",0,nE,"indexBy",0,nq,"indexOf",0,np,"initial",0,n$,"inject",0,nD,"intersection",0,n3,"invert",0,eD,"invoke",0,nW,"isArguments",0,L,"isArray",0,R,"isArrayBuffer",0,W,"isBoolean",0,D,"isDataView",0,I,"isDate",0,_,"isElement",0,tt,"isEmpty",0,ee,"isEqual",0,ea,"isError",0,F,"isFinite",0,q,"isFunction",0,S,"isMap",0,eg,"isMatch",0,en,"isNaN",0,M,"isNull",0,tn,"isNumber",0,T,"isObject",0,Y,"isRegExp",0,w,"isSet",0,eb,"isString",0,v,"isSymbol",0,E,"isTypedArray",0,K,"isUndefined",0,eN,"isWeakMap",0,ef,"isWeakSet",0,em,"iteratee",0,eL,"keys",0,J,"last",0,nY,"lastIndexOf",0,ng,"map",0,ny,"mapObject",0,eM,"matcher",0,eI,"matches",0,eI,"max",0,nS,"memoize",0,nn,"methods",0,eU,"min",0,nN,"mixin",0,te,"negate",0,nT,"noop",0,eV,"now",0,ta,"object",0,n5,"omit",0,nG,"once",0,no,"pairs",0,ex,"partial",0,e6,"partition",0,nV,"pick",0,nX,"pluck",0,nC,"property",0,eR,"propertyOf",0,eH,"random",0,nB,"range",0,th,"reduce",0,nD,"reduceRight",0,nU,"reject",0,n_,"rest",0,nQ,"restArguments",0,e3,"result",0,e0,"sample",0,nI,"select",0,nv,"shuffle",0,nR,"size",0,nH,"some",0,nF,"sortBy",0,nj,"sortedIndex",0,nl,"tail",0,nQ,"take",0,nK,"tap",0,ti,"template",0,e2,"templateSettings",0,eK,"throttle",0,ts,"times",0,tr,"toArray",0,nO,"toPath",0,eC,"transpose",0,n9,"unescape",0,e$,"union",0,n8,"uniq",0,n0,"unique",0,n0,"uniqueId",0,tc,"unzip",0,n9,"values",0,ey,"where",0,nA,"without",0,n2,"wrap",0,nr,"zip",0,n6],180163);var tp=te(e.i(180163));tp._=tp,e.s([],399140),e.i(399140),e.s(["VERSION",0,n,"after",0,tl,"all",0,nw,"allKeys",0,eo,"any",0,nF,"assign",0,e_,"before",0,na,"bind",0,e5,"bindAll",0,ne,"chain",0,e8,"chunk",0,n7,"clone",0,eW,"collect",0,ny,"compact",0,nZ,"compose",0,tu,"constant",0,V,"contains",0,nE,"countBy",0,nM,"create",0,eE,"debounce",0,td,"default",0,tp,"defaults",0,ew,"defer",0,ni,"delay",0,nt,"detect",0,nf,"difference",0,n1,"drop",0,nQ,"each",0,nm,"escape",0,eG,"every",0,nw,"extend",0,eT,"extendOwn",0,e_,"filter",0,nv,"find",0,nf,"findIndex",0,nd,"findKey",0,nc,"findLastIndex",0,nu,"findWhere",0,nb,"first",0,nK,"flatten",0,nJ,"foldl",0,nD,"foldr",0,nU,"forEach",0,nm,"functions",0,eU,"get",0,eB,"groupBy",0,nL,"has",0,ek,"head",0,nK,"identity",0,eO,"include",0,nE,"includes",0,nE,"indexBy",0,nq,"indexOf",0,np,"initial",0,n$,"inject",0,nD,"intersection",0,n3,"invert",0,eD,"invoke",0,nW,"isArguments",0,L,"isArray",0,R,"isArrayBuffer",0,W,"isBoolean",0,D,"isDataView",0,I,"isDate",0,_,"isElement",0,tt,"isEmpty",0,ee,"isEqual",0,ea,"isError",0,F,"isFinite",0,q,"isFunction",0,S,"isMap",0,eg,"isMatch",0,en,"isNaN",0,M,"isNull",0,tn,"isNumber",0,T,"isObject",0,Y,"isRegExp",0,w,"isSet",0,eb,"isString",0,v,"isSymbol",0,E,"isTypedArray",0,K,"isUndefined",0,eN,"isWeakMap",0,ef,"isWeakSet",0,em,"iteratee",0,eL,"keys",0,J,"last",0,nY,"lastIndexOf",0,ng,"map",0,ny,"mapObject",0,eM,"matcher",0,eI,"matches",0,eI,"max",0,nS,"memoize",0,nn,"methods",0,eU,"min",0,nN,"mixin",0,te,"negate",0,nT,"noop",0,eV,"now",0,ta,"object",0,n5,"omit",0,nG,"once",0,no,"pairs",0,ex,"partial",0,e6,"partition",0,nV,"pick",0,nX,"pluck",0,nC,"property",0,eR,"propertyOf",0,eH,"random",0,nB,"range",0,th,"reduce",0,nD,"reduceRight",0,nU,"reject",0,n_,"rest",0,nQ,"restArguments",0,e3,"result",0,e0,"sample",0,nI,"select",0,nv,"shuffle",0,nR,"size",0,nH,"some",0,nF,"sortBy",0,nj,"sortedIndex",0,nl,"tail",0,nQ,"take",0,nK,"tap",0,ti,"template",0,e2,"templateSettings",0,eK,"throttle",0,ts,"times",0,tr,"toArray",0,nO,"toPath",0,eC,"transpose",0,n9,"unescape",0,e$,"union",0,n8,"uniq",0,n0,"unique",0,n0,"uniqueId",0,tc,"unzip",0,n9,"values",0,ey,"where",0,nA,"without",0,n2,"wrap",0,nr,"zip",0,n6],984938)},164286,(e,n,t)=>{var i=function(){return void 0===this}();if(i)n.exports={freeze:Object.freeze,defineProperty:Object.defineProperty,getDescriptor:Object.getOwnPropertyDescriptor,keys:Object.keys,names:Object.getOwnPropertyNames,getPrototypeOf:Object.getPrototypeOf,isArray:Array.isArray,isES5:i,propertyIsWritable:function(e,n){var t=Object.getOwnPropertyDescriptor(e,n);return!!(!t||t.writable||t.set)}};else{var r={}.hasOwnProperty,a={}.toString,o={}.constructor.prototype,c=function(e){var n=[];for(var t in e)r.call(e,t)&&n.push(t);return n};n.exports={isArray:function(e){try{return"[object Array]"===a.call(e)}catch(e){return!1}},keys:c,names:c,defineProperty:function(e,n,t){return e[n]=t.value,e},getDescriptor:function(e,n){return{value:e[n]}},freeze:function(e){return e},getPrototypeOf:function(e){try{return Object(e).constructor.prototype}catch(e){return o}},isES5:i,propertyIsWritable:function(){return!0}}}},224801,(e,n,t)=>{"use strict";var i,r,a=e.r(164286),o="u"<typeof navigator,c={e:{}},s="u">typeof self?self:e.g;function d(){try{var e=r;return r=null,e.apply(this,arguments)}catch(e){return c.e=e,c}}function u(e){return null==e||!0===e||!1===e||"string"==typeof e||"number"==typeof e}function l(e,n,t){return u(e)||a.defineProperty(e,n,{value:t,configurable:!0,enumerable:!1,writable:!0}),e}var h=function(){var e=[Array.prototype,Object.prototype,Function.prototype],n=function(n){for(var t=0;t<e.length;++t)if(e[t]===n)return!0;return!1};if(a.isES5){var t=Object.getOwnPropertyNames;return function(e){for(var i,r=[],o=Object.create(null);null!=e&&!n(e);){try{i=t(e)}catch(e){break}for(var c=0;c<i.length;++c){var s=i[c];if(!o[s]){o[s]=!0;var d=Object.getOwnPropertyDescriptor(e,s);null!=d&&null==d.get&&null==d.set&&r.push(s)}}e=a.getPrototypeOf(e)}return r}}var i={}.hasOwnProperty;return function(t){if(n(t))return[];var r=[];e:for(var a in t)if(i.call(t,a))r.push(a);else{for(var o=0;o<e.length;++o)if(i.call(e[o],a))continue e;r.push(a)}return r}}(),p=/this\s*\.\s*\S+\s*=/,g=/^[a-z$_][a-z$_0-9]*$/i;function f(e){try{return e+""}catch(e){return"[no string representation]"}}function b(e){return null!==e&&"object"==typeof e&&"string"==typeof e.message&&"string"==typeof e.name}function m(e){return b(e)&&a.propertyIsWritable(e,"stack")}var y="stack"in Error()?function(e){return m(e)?e:Error(f(e))}:function(e){if(m(e))return e;try{throw Error(f(e))}catch(e){return e}};function x(e){return({}).toString.call(e)}var D=function(e){return a.isArray(e)?e:null};if("u">typeof Symbol&&Symbol.iterator){var U="function"==typeof Array.from?function(e){return Array.from(e)}:function(e){for(var n,t=[],i=e[Symbol.iterator]();!(n=i.next()).done;)t.push(n.value);return t};D=function(e){return a.isArray(e)?e:null!=e&&"function"==typeof e[Symbol.iterator]?U(e):null}}var v="u">typeof process&&"[object process]"===x(process).toLowerCase(),T="u">typeof process&&void 0!==process.env,_={isClass:function(e){try{if("function"==typeof e){var n=a.names(e.prototype),t=a.isES5&&n.length>1,i=n.length>0&&(1!==n.length||"constructor"!==n[0]),r=p.test(e+"")&&a.names(e).length>0;if(t||i||r)return!0}return!1}catch(e){return!1}},isIdentifier:function(e){return g.test(e)},inheritedDataKeys:h,getDataPropertyOrDefault:function(e,n,t){if(!a.isES5)return({}).hasOwnProperty.call(e,n)?e[n]:void 0;var i=Object.getOwnPropertyDescriptor(e,n);if(null!=i)return null==i.get&&null==i.set?i.value:t},thrower:function(e){throw e},isArray:a.isArray,asArray:D,notEnumerableProp:l,isPrimitive:u,isObject:function(e){return"function"==typeof e||"object"==typeof e&&null!==e},isError:b,canEvaluate:o,errorObj:c,tryCatch:function(e){return r=e,d},inherits:function(e,n){var t={}.hasOwnProperty;function i(){for(var i in this.constructor=e,this.constructor$=n,n.prototype)t.call(n.prototype,i)&&"$"!==i.charAt(i.length-1)&&(this[i+"$"]=n.prototype[i])}return i.prototype=n.prototype,e.prototype=new i,e.prototype},withAppended:function(e,n){var t,i=e.length,r=Array(i+1);for(t=0;t<i;++t)r[t]=e[t];return r[t]=n,r},maybeWrapAsError:function(e){return u(e)?Error(f(e)):e},toFastProperties:function(e){function n(){}n.prototype=e;for(var t=8;t--;)new n;return e},filledRange:function(e,n,t){for(var i=Array(e),r=0;r<e;++r)i[r]=n+r+t;return i},toString:f,canAttachTrace:m,ensureErrorObject:y,originatesFromRejection:function(e){return null!=e&&(e instanceof Error.__BluebirdErrorTypes__.OperationalError||!0===e.isOperational)},markAsOriginatingFromRejection:function(e){try{l(e,"isOperational",!0)}catch(e){}},classString:x,copyDescriptors:function(e,n,t){for(var i=a.names(e),r=0;r<i.length;++r){var o=i[r];if(t(o))try{a.defineProperty(n,o,a.getDescriptor(e,o))}catch(e){}}},hasDevTools:"u">typeof chrome&&chrome&&"function"==typeof chrome.loadTimes,isNode:v,hasEnvVariables:T,env:function(e){return T?process.env[e]:void 0},global:s,getNativePromise:function(){if("function"==typeof Promise)try{var e=new Promise(function(){});if("[object Promise]"===({}).toString.call(e))return Promise}catch(e){}},domainBind:function(e,n){return e.bind(n)}};_.isRecentNode=_.isNode&&(0===(i=process.versions.node.split(".").map(Number))[0]&&i[1]>10||i[0]>0),_.isNode&&_.toFastProperties(process);try{throw Error()}catch(e){_.lastLineError=e}n.exports=_},829303,(e,n,t)=>{"use strict";var i,r,a,o,c,s,d=e.r(224801),u=d.getNativePromise();if(d.isNode&&"u"<typeof MutationObserver){var l=e.g.setImmediate,h=process.nextTick;s=d.isRecentNode?function(n){l.call(e.g,n)}:function(e){h.call(process,e)}}else if("function"==typeof u&&"function"==typeof u.resolve){var p=u.resolve();s=function(e){p.then(e)}}else"u">typeof MutationObserver?(i=document.createElement("div"),r={attributes:!0},a=!1,o=document.createElement("div"),new MutationObserver(function(){i.classList.toggle("foo"),a=!1}).observe(o,r),c=function(){a||(a=!0,o.classList.toggle("foo"))},s=function(e){var n=new MutationObserver(function(){n.disconnect(),e()});n.observe(i,r),c()}):s="u">typeof setImmediate?function(e){setImmediate(e)}:"u">typeof setTimeout?function(e){setTimeout(e,0)}:function(){throw Error("No async scheduler available\n\n See http://goo.gl/MqrFmX\n")};n.exports=s},767649,(e,n,t)=>{"use strict";function i(e){this._capacity=e,this._length=0,this._front=0}i.prototype._willBeOverCapacity=function(e){return this._capacity<e},i.prototype._pushOne=function(e){var n=this.length();this._checkCapacity(n+1),this[this._front+n&this._capacity-1]=e,this._length=n+1},i.prototype.push=function(e,n,t){var i=this.length()+3;if(this._willBeOverCapacity(i)){this._pushOne(e),this._pushOne(n),this._pushOne(t);return}var r=this._front+i-3;this._checkCapacity(i);var a=this._capacity-1;this[r+0&a]=e,this[r+1&a]=n,this[r+2&a]=t,this._length=i},i.prototype.shift=function(){var e=this._front,n=this[e];return this[e]=void 0,this._front=e+1&this._capacity-1,this._length--,n},i.prototype.length=function(){return this._length},i.prototype._checkCapacity=function(e){this._capacity<e&&this._resizeTo(this._capacity<<1)},i.prototype._resizeTo=function(e){var n=this._capacity;this._capacity=e,!function(e,n,t,i){for(var r=0;r<i;++r)n[r+t]=e[r+0],e[r+0]=void 0}(this,this,n,this._front+this._length&n-1)},n.exports=i},166760,(e,n,t)=>{"use strict";try{throw Error()}catch(e){i=e}var i,r=e.r(829303),a=e.r(767649),o=e.r(224801);function c(){this._customScheduler=!1,this._isTickUsed=!1,this._lateQueue=new a(16),this._normalQueue=new a(16),this._haveDrainedQueues=!1,this._trampolineEnabled=!0;var e=this;this.drainQueues=function(){e._drainQueues()},this._schedule=r}function s(e,n,t){this._lateQueue.push(e,n,t),this._queueTick()}function d(e,n,t){this._normalQueue.push(e,n,t),this._queueTick()}function u(e){this._normalQueue._pushOne(e),this._queueTick()}c.prototype.setScheduler=function(e){var n=this._schedule;return this._schedule=e,this._customScheduler=!0,n},c.prototype.hasCustomScheduler=function(){return this._customScheduler},c.prototype.enableTrampoline=function(){this._trampolineEnabled=!0},c.prototype.disableTrampolineIfNecessary=function(){o.hasDevTools&&(this._trampolineEnabled=!1)},c.prototype.haveItemsQueued=function(){return this._isTickUsed||this._haveDrainedQueues},c.prototype.fatalError=function(e,n){n?(process.stderr.write("Fatal "+(e instanceof Error?e.stack:e)+"\n"),process.exit(2)):this.throwLater(e)},c.prototype.throwLater=function(e,n){if(1==arguments.length&&(n=e,e=function(){throw n}),"u">typeof setTimeout)setTimeout(function(){e(n)},0);else try{this._schedule(function(){e(n)})}catch(e){throw Error("No async scheduler available\n\n See http://goo.gl/MqrFmX\n")}},o.hasDevTools?(c.prototype.invokeLater=function(e,n,t){this._trampolineEnabled?s.call(this,e,n,t):this._schedule(function(){setTimeout(function(){e.call(n,t)},100)})},c.prototype.invoke=function(e,n,t){this._trampolineEnabled?d.call(this,e,n,t):this._schedule(function(){e.call(n,t)})},c.prototype.settlePromises=function(e){this._trampolineEnabled?u.call(this,e):this._schedule(function(){e._settlePromises()})}):(c.prototype.invokeLater=s,c.prototype.invoke=d,c.prototype.settlePromises=u),c.prototype._drainQueue=function(e){for(;e.length()>0;){var n=e.shift();if("function"!=typeof n){n._settlePromises();continue}var t=e.shift(),i=e.shift();n.call(t,i)}},c.prototype._drainQueues=function(){this._drainQueue(this._normalQueue),this._reset(),this._haveDrainedQueues=!0,this._drainQueue(this._lateQueue)},c.prototype._queueTick=function(){this._isTickUsed||(this._isTickUsed=!0,this._schedule(this.drainQueues))},c.prototype._reset=function(){this._isTickUsed=!1},n.exports=c,n.exports.firstLineError=i},286378,(e,n,t)=>{"use strict";var i,r,a=e.r(164286),o=a.freeze,c=e.r(224801),s=c.inherits,d=c.notEnumerableProp;function u(e,n){function t(i){if(!(this instanceof t))return new t(i);d(this,"message","string"==typeof i?i:n),d(this,"name",e),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):Error.call(this)}return s(t,Error),t}var l=u("Warning","warning"),h=u("CancellationError","cancellation error"),p=u("TimeoutError","timeout error"),g=u("AggregateError","aggregate error");try{i=TypeError,r=RangeError}catch(e){i=u("TypeError","type error"),r=u("RangeError","range error")}for(var f="join pop push shift unshift slice filter forEach some every map indexOf lastIndexOf reduce reduceRight sort reverse".split(" "),b=0;b<f.length;++b)"function"==typeof Array.prototype[f[b]]&&(g.prototype[f[b]]=Array.prototype[f[b]]);a.defineProperty(g.prototype,"length",{value:0,configurable:!1,writable:!0,enumerable:!0}),g.prototype.isOperational=!0;var m=0;function y(e){if(!(this instanceof y))return new y(e);d(this,"name","OperationalError"),d(this,"message",e),this.cause=e,this.isOperational=!0,e instanceof Error?(d(this,"message",e.message),d(this,"stack",e.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}g.prototype.toString=function(){var e=Array(4*m+1).join(" "),n="\n"+e+"AggregateError of:\n";e=Array(4*++m+1).join(" ");for(var t=0;t<this.length;++t){for(var i=this[t]===this?"[Circular AggregateError]":this[t]+"",r=i.split("\n"),a=0;a<r.length;++a)r[a]=e+r[a];n+=(i=r.join("\n"))+"\n"}return m--,n},s(y,Error);var x=Error.__BluebirdErrorTypes__;x||(x=o({CancellationError:h,TimeoutError:p,OperationalError:y,RejectionError:y,AggregateError:g}),a.defineProperty(Error,"__BluebirdErrorTypes__",{value:x,writable:!1,enumerable:!1,configurable:!1})),n.exports={Error:Error,TypeError:i,RangeError:r,CancellationError:x.CancellationError,OperationalError:x.OperationalError,TimeoutError:x.TimeoutError,AggregateError:x.AggregateError,Warning:l}},415655,(e,n,t)=>{"use strict";n.exports=function(n,t){var i=e.r(224801),r=i.errorObj,a=i.isObject,o={}.hasOwnProperty;return function(e,c){if(a(e)){if(e instanceof n)return e;var s=function(e){try{return e.then}catch(e){return r.e=e,r}}(e);if(s===r){c&&c._pushContext();var d=n.reject(s.e);return c&&c._popContext(),d}if("function"==typeof s){if(function(e){try{return o.call(e,"_promise0")}catch(e){return!1}}(e)){var u,l,h,p,g,f,b,d=new n(t);return e._then(d._fulfill,d._reject,void 0,d,null),d}return u=e,l=s,h=c,g=p=new n(t),h&&h._pushContext(),p._captureStackTrace(),h&&h._popContext(),f=!0,b=i.tryCatch(l).call(u,function(e){p&&(p._resolveCallback(e),p=null)},function(e){p&&(p._rejectCallback(e,f,!0),p=null)}),f=!1,p&&b===r&&(p._rejectCallback(b.e,!0,!0),p=null),g}}return e}}},908445,(e,n,t)=>{"use strict";n.exports=function(n,t,i,r,a){var o=e.r(224801);function c(e){var i=this._promise=new n(t);e instanceof n&&i._propagateFrom(e,3),i._setOnCancel(this),this._values=e,this._length=0,this._totalResolved=0,this._init(void 0,-2)}return o.isArray,o.inherits(c,a),c.prototype.length=function(){return this._length},c.prototype.promise=function(){return this._promise},c.prototype._init=function e(t,a){var c=i(this._values,this._promise);if(c instanceof n){var s=(c=c._target())._bitField;if(this._values=c,(0x3010000&s)==0)return this._promise._setAsyncGuaranteed(),c._then(e,this._reject,void 0,this,a);if((0x2000000&s)!=0)c=c._value();else if((0x1000000&s)!=0)return this._reject(c._reason());else return this._cancel()}if(null===(c=o.asArray(c))){var d=r("expecting an array or an iterable object but got "+o.classString(c)).reason();this._promise._rejectCallback(d,!1);return}0===c.length?-5===a?this._resolveEmptyArray():this._resolve(function(e){switch(e){case -2:return[];case -3:return{}}}(a)):this._iterate(c)},c.prototype._iterate=function(e){var t=this.getActualLength(e.length);this._length=t,this._values=this.shouldCopyValues()?Array(t):this._values;for(var r=this._promise,a=!1,o=null,c=0;c<t;++c){var s=i(e[c],r);o=s instanceof n?(s=s._target())._bitField:null,a?null!==o&&s.suppressUnhandledRejections():null!==o?(0x3010000&o)==0?(s._proxy(this,c),this._values[c]=s):a=(0x2000000&o)!=0?this._promiseFulfilled(s._value(),c):(0x1000000&o)!=0?this._promiseRejected(s._reason(),c):this._promiseCancelled(c):a=this._promiseFulfilled(s,c)}a||r._setAsyncGuaranteed()},c.prototype._isResolved=function(){return null===this._values},c.prototype._resolve=function(e){this._values=null,this._promise._fulfill(e)},c.prototype._cancel=function(){!this._isResolved()&&this._promise._isCancellable()&&(this._values=null,this._promise._cancel())},c.prototype._reject=function(e){this._values=null,this._promise._rejectCallback(e,!1)},c.prototype._promiseFulfilled=function(e,n){return this._values[n]=e,++this._totalResolved>=this._length&&(this._resolve(this._values),!0)},c.prototype._promiseCancelled=function(){return this._cancel(),!0},c.prototype._promiseRejected=function(e){return this._totalResolved++,this._reject(e),!0},c.prototype._resultCancelled=function(){if(!this._isResolved()){var e=this._values;if(this._cancel(),e instanceof n)e.cancel();else for(var t=0;t<e.length;++t)e[t]instanceof n&&e[t].cancel()}},c.prototype.shouldCopyValues=function(){return!0},c.prototype.getActualLength=function(e){return e},c}},424668,(e,n,t)=>{"use strict";n.exports=function(e){var n=!1,t=[];function i(){this._trace=new i.CapturedTrace(r())}function r(){var e=t.length-1;if(e>=0)return t[e]}return e.prototype._promiseCreated=function(){},e.prototype._pushContext=function(){},e.prototype._popContext=function(){return null},e._peekContext=e.prototype._peekContext=function(){},i.prototype._pushContext=function(){void 0!==this._trace&&(this._trace._promiseCreated=null,t.push(this._trace))},i.prototype._popContext=function(){if(void 0!==this._trace){var e=t.pop(),n=e._promiseCreated;return e._promiseCreated=null,n}return null},i.CapturedTrace=null,i.create=function(){if(n)return new i},i.deactivateLongStackTraces=function(){},i.activateLongStackTraces=function(){var t=e.prototype._pushContext,a=e.prototype._popContext,o=e._peekContext,c=e.prototype._peekContext,s=e.prototype._promiseCreated;i.deactivateLongStackTraces=function(){e.prototype._pushContext=t,e.prototype._popContext=a,e._peekContext=o,e.prototype._peekContext=c,e.prototype._promiseCreated=s,n=!1},n=!0,e.prototype._pushContext=i.prototype._pushContext,e.prototype._popContext=i.prototype._popContext,e._peekContext=e.prototype._peekContext=r,e.prototype._promiseCreated=function(){var e=this._peekContext();e&&null==e._promiseCreated&&(e._promiseCreated=this)}},i}},461477,(e,n,t)=>{"use strict";n.exports=function(n,t){var i,r,a,o=n._getDomain,c=n._async,s=e.r(286378).Warning,d=e.r(224801),u=d.canAttachTrace,l=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,h=/\((?:timers\.js):\d+:\d+\)/,p=/[\/<\(](.+?):(\d+):(\d+)\)?\s*$/,g=null,f=null,b=!1,m=!!(0!=d.env("BLUEBIRD_DEBUG")&&(d.env("BLUEBIRD_DEBUG")||"development"===d.env("NODE_ENV"))),y=!!(0!=d.env("BLUEBIRD_WARNINGS")&&(m||d.env("BLUEBIRD_WARNINGS"))),x=!!(0!=d.env("BLUEBIRD_LONG_STACK_TRACES")&&(m||d.env("BLUEBIRD_LONG_STACK_TRACES"))),D=0!=d.env("BLUEBIRD_W_FORGOTTEN_RETURN")&&(y||!!d.env("BLUEBIRD_W_FORGOTTEN_RETURN"));n.prototype.suppressUnhandledRejections=function(){var e=this._target();e._bitField=-1048577&e._bitField|524288},n.prototype._ensurePossibleRejectionHandled=function(){(524288&this._bitField)==0&&(this._setRejectionIsUnhandled(),c.invokeLater(this._notifyUnhandledRejection,this,void 0))},n.prototype._notifyUnhandledRejectionIsHandled=function(){M("rejectionHandled",i,void 0,this)},n.prototype._setReturnedNonUndefined=function(){this._bitField=0x10000000|this._bitField},n.prototype._returnedNonUndefined=function(){return(0x10000000&this._bitField)!=0},n.prototype._notifyUnhandledRejection=function(){if(this._isRejectionUnhandled()){var e=this._settledValue();this._setUnhandledRejectionIsNotified(),M("unhandledRejection",r,e,this)}},n.prototype._setUnhandledRejectionIsNotified=function(){this._bitField=262144|this._bitField},n.prototype._unsetUnhandledRejectionIsNotified=function(){this._bitField=-262145&this._bitField},n.prototype._isUnhandledRejectionNotified=function(){return(262144&this._bitField)>0},n.prototype._setRejectionIsUnhandled=function(){this._bitField=1048576|this._bitField},n.prototype._unsetRejectionIsUnhandled=function(){this._bitField=-1048577&this._bitField,this._isUnhandledRejectionNotified()&&(this._unsetUnhandledRejectionIsNotified(),this._notifyUnhandledRejectionIsHandled())},n.prototype._isRejectionUnhandled=function(){return(1048576&this._bitField)>0},n.prototype._warn=function(e,n,t){return j(e,n,t||this)},n.onPossiblyUnhandledRejection=function(e){var n=o();r="function"==typeof e?null===n?e:d.domainBind(n,e):void 0},n.onUnhandledRejectionHandled=function(e){var n=o();i="function"==typeof e?null===n?e:d.domainBind(n,e):void 0};var U=function(){};n.longStackTraces=function(){if(c.haveItemsQueued()&&!Q.longStackTraces)throw Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");if(!Q.longStackTraces&&H()){var e=n.prototype._captureStackTrace,i=n.prototype._attachExtraTrace;Q.longStackTraces=!0,U=function(){if(c.haveItemsQueued()&&!Q.longStackTraces)throw Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");n.prototype._captureStackTrace=e,n.prototype._attachExtraTrace=i,t.deactivateLongStackTraces(),c.enableTrampoline(),Q.longStackTraces=!1},n.prototype._captureStackTrace=I,n.prototype._attachExtraTrace=R,t.activateLongStackTraces(),c.disableTrampolineIfNecessary()}},n.hasLongStackTraces=function(){return Q.longStackTraces&&H()};var v=function(){try{if("function"==typeof CustomEvent){var e=new CustomEvent("CustomEvent");return d.global.dispatchEvent(e),function(e,n){var t=new CustomEvent(e.toLowerCase(),{detail:n,cancelable:!0});return!d.global.dispatchEvent(t)}}if("function"==typeof Event){var e=new Event("CustomEvent");return d.global.dispatchEvent(e),function(e,n){var t=new Event(e.toLowerCase(),{cancelable:!0});return t.detail=n,!d.global.dispatchEvent(t)}}var e=document.createEvent("CustomEvent");return e.initCustomEvent("testingtheevent",!1,!0,{}),d.global.dispatchEvent(e),function(e,n){var t=document.createEvent("CustomEvent");return t.initCustomEvent(e.toLowerCase(),!1,!0,n),!d.global.dispatchEvent(t)}}catch(e){}return function(){return!1}}(),T=d.isNode?function(){return process.emit.apply(process,arguments)}:d.global?function(e){var n="on"+e.toLowerCase(),t=d.global[n];return!!t&&(t.apply(d.global,[].slice.call(arguments,1)),!0)}:function(){return!1};function _(e,n){return{promise:n}}var w={promiseCreated:_,promiseFulfilled:_,promiseRejected:_,promiseResolved:_,promiseCancelled:_,promiseChained:function(e,n,t){return{promise:n,child:t}},warning:function(e,n){return{warning:n}},unhandledRejection:function(e,n,t){return{reason:n,promise:t}},rejectionHandled:_},F=function(e){var n=!1;try{n=T.apply(null,arguments)}catch(e){c.throwLater(e),n=!0}var t=!1;try{t=v(e,w[e].apply(null,arguments))}catch(e){c.throwLater(e),t=!0}return t||n};function E(){return!1}function W(e,n,t){var i=this;try{e(n,t,function(e){if("function"!=typeof e)throw TypeError("onCancel must be a function, got: "+d.toString(e));i._attachCancellationCallback(e)})}catch(e){return e}}function C(e){if(!this._isCancellable())return this;var n=this._onCancel();void 0!==n?d.isArray(n)?n.push(e):this._setOnCancel([n,e]):this._setOnCancel(e)}function A(){return this._onCancelField}function S(e){this._onCancelField=e}function N(){this._cancellationParent=void 0,this._onCancelField=void 0}function B(e,n){if((1&n)!=0){this._cancellationParent=e;var t=e._branchesRemainingToCancel;void 0===t&&(t=0),e._branchesRemainingToCancel=t+1}(2&n)!=0&&e._isBound()&&this._setBoundTo(e._boundTo)}n.config=function(e){if("longStackTraces"in(e=Object(e))&&(e.longStackTraces?n.longStackTraces():!e.longStackTraces&&n.hasLongStackTraces()&&U()),"warnings"in e){var t=e.warnings;Q.warnings=!!t,D=Q.warnings,d.isObject(t)&&"wForgottenReturn"in t&&(D=!!t.wForgottenReturn)}if("cancellation"in e&&e.cancellation&&!Q.cancellation){if(c.haveItemsQueued())throw Error("cannot enable cancellation after promises are in use");n.prototype._clearCancellationData=N,n.prototype._propagateFrom=B,n.prototype._onCancel=A,n.prototype._setOnCancel=S,n.prototype._attachCancellationCallback=C,n.prototype._execute=W,k=B,Q.cancellation=!0}return"monitoring"in e&&(e.monitoring&&!Q.monitoring?(Q.monitoring=!0,n.prototype._fireEvent=F):!e.monitoring&&Q.monitoring&&(Q.monitoring=!1,n.prototype._fireEvent=E)),n},n.prototype._fireEvent=E,n.prototype._execute=function(e,n,t){try{e(n,t)}catch(e){return e}},n.prototype._onCancel=function(){},n.prototype._setOnCancel=function(e){},n.prototype._attachCancellationCallback=function(e){},n.prototype._captureStackTrace=function(){},n.prototype._attachExtraTrace=function(){},n.prototype._clearCancellationData=function(){},n.prototype._propagateFrom=function(e,n){};var k=function(e,n){(2&n)!=0&&e._isBound()&&this._setBoundTo(e._boundTo)};function O(){var e=this._boundTo;if(void 0!==e&&e instanceof n)if(e.isFulfilled())return e.value();else return;return e}function I(){this._trace=new $(this._peekContext())}function R(e,n){if(u(e)){var t=this._trace;if(void 0!==t&&n&&(t=t._parent),void 0!==t)t.attachExtraTrace(e);else if(!e.__stackCleaned__){var i=L(e);d.notEnumerableProp(e,"stack",i.message+"\n"+i.stack.join("\n")),d.notEnumerableProp(e,"__stackCleaned__",!0)}}}function j(e,t,i){if(Q.warnings){var r,a=new s(e);if(t)i._attachExtraTrace(a);else if(Q.longStackTraces&&(r=n._peekContext()))r.attachExtraTrace(a);else{var o=L(a);a.stack=o.message+"\n"+o.stack.join("\n")}F("warning",a)||q(a,"",!0)}}function P(e){for(var n=[],t=0;t<e.length;++t){var i=e[t],r=" (No stack trace)"===i||g.test(i),a=r&&z(i);r&&!a&&(b&&" "!==i.charAt(0)&&(i=" "+i),n.push(i))}return n}function L(e){var n=e.stack,t=e.toString();return n="string"==typeof n&&n.length>0?function(e){for(var n=e.stack.replace(/\s+$/g,"").split("\n"),t=0;t<n.length;++t){var i=n[t];if(" (No stack trace)"===i||g.test(i))break}return t>0&&"SyntaxError"!=e.name&&(n=n.slice(t)),n}(e):[" (No stack trace)"],{message:t,stack:"SyntaxError"==e.name?n:P(n)}}function q(e,n,t){if("u">typeof console){var i;if(d.isObject(e)){var r=e.stack;i=n+f(r,e)}else i=n+String(e);"function"==typeof a?a(i,t):("function"==typeof console.log||"object"==typeof console.log)&&console.log(i)}}function M(e,n,t,i){var r=!1;try{"function"==typeof n&&(r=!0,"rejectionHandled"===e?n(i):n(t,i))}catch(e){c.throwLater(e)}"unhandledRejection"===e?F(e,t,i)||r||q(t,"Unhandled rejection "):F(e,i)}function V(e){var n,t;if("function"==typeof e)n="[function "+(e.name||"anonymous")+"]";else{if(n=e&&"function"==typeof e.toString?e.toString():d.toString(e),/\[object [a-zA-Z0-9$_]+\]/.test(n))try{n=JSON.stringify(e)}catch(e){}0===n.length&&(n="(empty array)")}return"(<"+((t=n).length<41?t:t.substr(0,38)+"...")+">, no stack trace)"}function H(){return"function"==typeof K}var z=function(){return!1},X=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;function G(e){var n=e.match(X);if(n)return{fileName:n[1],line:parseInt(n[2],10)}}function $(e){this._parent=e,this._promisesCreated=0;var n=this._length=1+(void 0===e?0:e._length);K(this,$),n>32&&this.uncycle()}d.inherits($,Error),t.CapturedTrace=$,$.prototype.uncycle=function(){var e=this._length;if(!(e<2)){for(var n=[],t={},i=0,r=this;void 0!==r;++i)n.push(r),r=r._parent;e=this._length=i;for(var i=e-1;i>=0;--i){var a=n[i].stack;void 0===t[a]&&(t[a]=i)}for(var i=0;i<e;++i){var o=t[n[i].stack];if(void 0!==o&&o!==i){o>0&&(n[o-1]._parent=void 0,n[o-1]._length=1),n[i]._parent=void 0,n[i]._length=1;var c=i>0?n[i-1]:this;o<e-1?(c._parent=n[o+1],c._parent.uncycle(),c._length=c._parent._length+1):(c._parent=void 0,c._length=1);for(var s=c._length+1,d=i-2;d>=0;--d)n[d]._length=s,s++;return}}}},$.prototype.attachExtraTrace=function(e){if(!e.__stackCleaned__){this.uncycle();for(var n=L(e),t=n.message,i=[n.stack],r=this;void 0!==r;)i.push(P(r.stack.split("\n"))),r=r._parent;!function(e){for(var n=e[0],t=1;t<e.length;++t){for(var i=e[t],r=n.length-1,a=n[r],o=-1,c=i.length-1;c>=0;--c)if(i[c]===a){o=c;break}for(var c=o;c>=0;--c){var s=i[c];if(n[r]===s)n.pop(),r--;else break}n=i}}(i);for(var a=0;a<i.length;++a)(0===i[a].length||a+1<i.length&&i[a][0]===i[a+1][0])&&(i.splice(a,1),a--);d.notEnumerableProp(e,"stack",function(e,n){for(var t=0;t<n.length-1;++t)n[t].push("From previous event:"),n[t]=n[t].join("\n");return t<n.length&&(n[t]=n[t].join("\n")),e+"\n"+n.join("\n")}(t,i)),d.notEnumerableProp(e,"__stackCleaned__",!0)}};var K=function(){var e,n=/^\s*at\s*/,t=function(e,n){return"string"==typeof e?e:void 0!==n.name&&void 0!==n.message?n.toString():V(n)};if("number"==typeof Error.stackTraceLimit&&"function"==typeof Error.captureStackTrace){Error.stackTraceLimit+=6,g=n,f=t;var i=Error.captureStackTrace;return z=function(e){return l.test(e)},function(e,n){Error.stackTraceLimit+=6,i(e,n),Error.stackTraceLimit-=6}}var r=Error();if("string"==typeof r.stack&&r.stack.split("\n")[0].indexOf("stackDetection@")>=0)return g=/@/,f=t,b=!0,function(e){e.stack=Error().stack};try{throw Error()}catch(n){e="stack"in n}return"stack"in r||!e||"number"!=typeof Error.stackTraceLimit?(f=function(e,n){return"string"==typeof e?e:("object"==typeof n||"function"==typeof n)&&void 0!==n.name&&void 0!==n.message?n.toString():V(n)},null):(g=n,f=t,function(e){Error.stackTraceLimit+=6;try{throw Error()}catch(n){e.stack=n.stack}Error.stackTraceLimit-=6})}();"u">typeof console&&void 0!==console.warn&&(a=function(e){console.warn(e)},d.isNode&&process.stderr.isTTY?a=function(e,n){console.warn((n?"\x1b[33m":"\x1b[31m")+e+"\x1b[0m\n")}:d.isNode||"string"!=typeof Error().stack||(a=function(e,n){console.warn("%c"+e,n?"color: darkorange":"color: red")}));var Q={warnings:y,longStackTraces:!1,cancellation:!1,monitoring:!1};return x&&n.longStackTraces(),{longStackTraces:function(){return Q.longStackTraces},warnings:function(){return Q.warnings},cancellation:function(){return Q.cancellation},monitoring:function(){return Q.monitoring},propagateFromFunction:function(){return k},boundValueFunction:function(){return O},checkForgottenReturns:function(e,n,t,i,r){if(void 0===e&&null!==n&&D&&!(void 0!==r&&r._returnedNonUndefined())&&(65535&i._bitField)!=0){t&&(t+=" ");var a="",o="";if(n._trace){for(var c=n._trace.stack.split("\n"),s=P(c),d=s.length-1;d>=0;--d){var u=s[d];if(!h.test(u)){var l=u.match(p);l&&(a="at "+l[1]+":"+l[2]+":"+l[3]+" ");break}}if(s.length>0){for(var g=s[0],d=0;d<c.length;++d)if(c[d]===g){d>0&&(o="\n"+c[d-1]);break}}}var f="a promise was created in a "+t+"handler "+a+"but was not returned from it, see http://goo.gl/rRqMUw"+o;i._warn(f,!0,n)}},setBounds:function(e,n){if(H()){for(var t,i,r=e.stack.split("\n"),a=n.stack.split("\n"),o=-1,c=-1,s=0;s<r.length;++s){var d=G(r[s]);if(d){t=d.fileName,o=d.line;break}}for(var s=0;s<a.length;++s){var d=G(a[s]);if(d){i=d.fileName,c=d.line;break}}o<0||c<0||!t||!i||t!==i||o>=c||(z=function(e){if(l.test(e))return!0;var n=G(e);return!!n&&n.fileName===t&&!!(o<=n.line)&&!!(n.line<=c)})}},warn:j,deprecated:function(e,n){var t=e+" is deprecated and will be removed in a future version.";return n&&(t+=" Use "+n+" instead."),j(t)},CapturedTrace:$,fireDomEvent:v,fireGlobalEvent:T}}},826404,(e,n,t)=>{"use strict";n.exports=function(n,t){var i=e.r(224801),r=n.CancellationError,a=i.errorObj;function o(e,n,t){this.promise=e,this.type=n,this.handler=t,this.called=!1,this.cancelPromise=null}function c(e){this.finallyHandler=e}function s(e,n){return null!=e.cancelPromise&&(arguments.length>1?e.cancelPromise._reject(n):e.cancelPromise._cancel(),e.cancelPromise=null,!0)}function d(){return l.call(this,this.promise._target()._settledValue())}function u(e){if(!s(this,e))return a.e=e,a}function l(e){var i=this.promise,o=this.handler;if(!this.called){this.called=!0;var l=this.isFinallyHandler()?o.call(i._boundValue()):o.call(i._boundValue(),e);if(void 0!==l){i._setReturnedNonUndefined();var h=t(l,i);if(h instanceof n){if(null!=this.cancelPromise)if(h._isCancelled()){var p=new r("late cancellation observer");return i._attachExtraTrace(p),a.e=p,a}else h.isPending()&&h._attachCancellationCallback(new c(this));return h._then(d,u,void 0,this,void 0)}}}return i.isRejected()?(s(this),a.e=e,a):(s(this),e)}return o.prototype.isFinallyHandler=function(){return 0===this.type},c.prototype._resultCancelled=function(){s(this.finallyHandler)},n.prototype._passThrough=function(e,n,t,i){return"function"!=typeof e?this.then():this._then(t,i,void 0,new o(this,n,e),void 0)},n.prototype.lastly=n.prototype.finally=function(e){return this._passThrough(e,0,l,l)},n.prototype.tap=function(e){return this._passThrough(e,1,l)},o}},855492,(e,n,t)=>{"use strict";n.exports=function(n){var t=e.r(224801),i=e.r(164286).keys,r=t.tryCatch,a=t.errorObj;return function(e,o,c){return function(s){var d=c._boundValue();n:for(var u=0;u<e.length;++u){var l=e[u];if(l===Error||null!=l&&l.prototype instanceof Error){if(s instanceof l)return r(o).call(d,s)}else if("function"==typeof l){var h=r(l).call(d,s);if(h===a)return h;if(h)return r(o).call(d,s)}else if(t.isObject(s)){for(var p=i(l),g=0;g<p.length;++g){var f=p[g];if(l[f]!=s[f])continue n}return r(o).call(d,s)}}return n}}}},938662,(e,n,t)=>{"use strict";var i=e.r(224801),r=i.maybeWrapAsError,a=e.r(286378).OperationalError,o=e.r(164286),c=/^(?:name|message|stack|cause)$/;n.exports=function(e,n){return function(t,s){if(null!==e){if(t){var d=function(e){if(e instanceof Error&&o.getPrototypeOf(e)===Error.prototype){(n=new a(e)).name=e.name,n.message=e.message,n.stack=e.stack;for(var n,t=o.keys(e),r=0;r<t.length;++r){var s=t[r];c.test(s)||(n[s]=e[s])}return n}return i.markAsOriginatingFromRejection(e),e}(r(t));e._attachExtraTrace(d),e._reject(d)}else if(n){for(var u=arguments.length,l=Array(Math.max(u-1,0)),h=1;h<u;++h)l[h-1]=arguments[h];e._fulfill(l)}else e._fulfill(s);e=null}}}},913136,(e,n,t)=>{"use strict";n.exports=function(n,t,i,r,a){var o=e.r(224801),c=o.tryCatch;n.method=function(e){if("function"!=typeof e)throw new n.TypeError("expecting a function but got "+o.classString(e));return function(){var i=new n(t);i._captureStackTrace(),i._pushContext();var r=c(e).apply(this,arguments),o=i._popContext();return a.checkForgottenReturns(r,o,"Promise.method",i),i._resolveFromSyncValue(r),i}},n.attempt=n.try=function(e){if("function"!=typeof e)return r("expecting a function but got "+o.classString(e));var i,s=new n(t);if(s._captureStackTrace(),s._pushContext(),arguments.length>1){a.deprecated("calling Promise.try with more than 1 argument");var d=arguments[1],u=arguments[2];i=o.isArray(d)?c(e).apply(u,d):c(e).call(u,d)}else i=c(e)();var l=s._popContext();return a.checkForgottenReturns(i,l,"Promise.try",s),s._resolveFromSyncValue(i),s},n.prototype._resolveFromSyncValue=function(e){e===o.errorObj?this._rejectCallback(e.e,!1):this._resolveCallback(e,!0)}}},444609,(e,n,t)=>{"use strict";n.exports=function(e,n,t,i){var r=!1,a=function(e,n){this._reject(n)},o=function(e,n){n.promiseRejectionQueued=!0,n.bindingPromise._then(a,a,null,this,e)},c=function(e,n){(0x3010000&this._bitField)==0&&this._resolveCallback(n.target)},s=function(e,n){n.promiseRejectionQueued||this._reject(e)};e.prototype.bind=function(a){r||(r=!0,e.prototype._propagateFrom=i.propagateFromFunction(),e.prototype._boundValue=i.boundValueFunction());var d=t(a),u=new e(n);u._propagateFrom(this,1);var l=this._target();if(u._setBoundTo(d),d instanceof e){var h={promiseRejectionQueued:!1,promise:u,target:l,bindingPromise:d};l._then(n,o,void 0,u,h),d._then(c,s,void 0,u,h),u._setOnCancel(d)}else u._resolveCallback(l);return u},e.prototype._setBoundTo=function(e){void 0!==e?(this._bitField=2097152|this._bitField,this._boundTo=e):this._bitField=-2097153&this._bitField},e.prototype._isBound=function(){return(2097152&this._bitField)==2097152},e.bind=function(n,t){return e.resolve(t).bind(n)}}},308160,(e,n,t)=>{"use strict";n.exports=function(n,t,i,r){var a=e.r(224801),o=a.tryCatch,c=a.errorObj,s=n._async;n.prototype.break=n.prototype.cancel=function(){if(!r.cancellation())return this._warn("cancellation is disabled");for(var e=this,n=e;e._isCancellable();){if(!e._cancelBy(n)){n._isFollowing()?n._followee().cancel():n._cancelBranched();break}var t=e._cancellationParent;if(null!=t&&t._isCancellable())e._isFollowing()&&e._followee().cancel(),e._setWillBeCancelled(),n=e,e=t;else{e._isFollowing()?e._followee().cancel():e._cancelBranched();break}}},n.prototype._branchHasCancelled=function(){this._branchesRemainingToCancel--},n.prototype._enoughBranchesHaveCancelled=function(){return void 0===this._branchesRemainingToCancel||this._branchesRemainingToCancel<=0},n.prototype._cancelBy=function(e){return e===this?(this._branchesRemainingToCancel=0,this._invokeOnCancel(),!0):(this._branchHasCancelled(),!!this._enoughBranchesHaveCancelled()&&(this._invokeOnCancel(),!0))},n.prototype._cancelBranched=function(){this._enoughBranchesHaveCancelled()&&this._cancel()},n.prototype._cancel=function(){this._isCancellable()&&(this._setCancelled(),s.invoke(this._cancelPromises,this,void 0))},n.prototype._cancelPromises=function(){this._length()>0&&this._settlePromises()},n.prototype._unsetOnCancel=function(){this._onCancelField=void 0},n.prototype._isCancellable=function(){return this.isPending()&&!this._isCancelled()},n.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()},n.prototype._doInvokeOnCancel=function(e,n){if(a.isArray(e))for(var t=0;t<e.length;++t)this._doInvokeOnCancel(e[t],n);else if(void 0!==e)if("function"==typeof e){if(!n){var i=o(e).call(this._boundValue());i===c&&(this._attachExtraTrace(i.e),s.throwLater(i.e))}}else e._resultCancelled(this)},n.prototype._invokeOnCancel=function(){var e=this._onCancel();this._unsetOnCancel(),s.invoke(this._doInvokeOnCancel,this,e)},n.prototype._invokeInternalOnCancel=function(){this._isCancellable()&&(this._doInvokeOnCancel(this._onCancel(),!0),this._unsetOnCancel())},n.prototype._resultCancelled=function(){this.cancel()}}},405886,(e,n,t)=>{"use strict";n.exports=function(e){function n(){return this.value}function t(){throw this.reason}e.prototype.return=e.prototype.thenReturn=function(t){return t instanceof e&&t.suppressUnhandledRejections(),this._then(n,void 0,void 0,{value:t},void 0)},e.prototype.throw=e.prototype.thenThrow=function(e){return this._then(t,void 0,void 0,{reason:e},void 0)},e.prototype.catchThrow=function(e){if(arguments.length<=1)return this._then(void 0,t,void 0,{reason:e},void 0);var n=arguments[1];return this.caught(e,function(){throw n})},e.prototype.catchReturn=function(t){if(arguments.length<=1)return t instanceof e&&t.suppressUnhandledRejections(),this._then(void 0,n,void 0,{value:t},void 0);var i=arguments[1];return i instanceof e&&i.suppressUnhandledRejections(),this.caught(t,function(){return i})}}},586604,(e,n,t)=>{"use strict";n.exports=function(e){function n(e){void 0!==e?(e=e._target(),this._bitField=e._bitField,this._settledValueField=e._isFateSealed()?e._settledValue():void 0):(this._bitField=0,this._settledValueField=void 0)}n.prototype._settledValue=function(){return this._settledValueField};var t=n.prototype.value=function(){if(!this.isFulfilled())throw TypeError("cannot get fulfillment value of a non-fulfilled promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},i=n.prototype.error=n.prototype.reason=function(){if(!this.isRejected())throw TypeError("cannot get rejection reason of a non-rejected promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},r=n.prototype.isFulfilled=function(){return(0x2000000&this._bitField)!=0},a=n.prototype.isRejected=function(){return(0x1000000&this._bitField)!=0},o=n.prototype.isPending=function(){return(0x3010000&this._bitField)==0},c=n.prototype.isResolved=function(){return(0x3000000&this._bitField)!=0};n.prototype.isCancelled=function(){return(8454144&this._bitField)!=0},e.prototype.__isCancelled=function(){return(65536&this._bitField)==65536},e.prototype._isCancelled=function(){return this._target().__isCancelled()},e.prototype.isCancelled=function(){return(8454144&this._target()._bitField)!=0},e.prototype.isPending=function(){return o.call(this._target())},e.prototype.isRejected=function(){return a.call(this._target())},e.prototype.isFulfilled=function(){return r.call(this._target())},e.prototype.isResolved=function(){return c.call(this._target())},e.prototype.value=function(){return t.call(this._target())},e.prototype.reason=function(){var e=this._target();return e._unsetRejectionIsUnhandled(),i.call(e)},e.prototype._value=function(){return this._settledValue()},e.prototype._reason=function(){return this._unsetRejectionIsUnhandled(),this._settledValue()},e.PromiseInspection=n}},124766,(e,n,t)=>{"use strict";n.exports=function(n,t,i,r,a,o){var c,s=e.r(224801),d=s.canEvaluate,u=s.tryCatch,l=s.errorObj;if(d){for(var h,p,g=[],f=[],b=[],m=0;m<8;++m)g.push(function(e){for(var t=Array(e),i=0;i<t.length;++i)t[i]="this.p"+(i+1);var r=t.join(" = ")+" = null;",o="var promise;\n"+t.map(function(e){return" \n promise = "+e+"; \n if (promise instanceof Promise) { \n promise.cancel(); \n } \n "}).join("\n"),c=t.join(", "),s="Holder$"+e,d="return function(tryCatch, errorObj, Promise, async) { \n 'use strict'; \n function [TheName](fn) { \n [TheProperties] \n this.fn = fn; \n this.asyncNeeded = true; \n this.now = 0; \n } \n \n [TheName].prototype._callFunction = function(promise) { \n promise._pushContext(); \n var ret = tryCatch(this.fn)([ThePassedArguments]); \n promise._popContext(); \n if (ret === errorObj) { \n promise._rejectCallback(ret.e, false); \n } else { \n promise._resolveCallback(ret); \n } \n }; \n \n [TheName].prototype.checkFulfillment = function(promise) { \n var now = ++this.now; \n if (now === [TheTotal]) { \n if (this.asyncNeeded) { \n async.invoke(this._callFunction, this, promise); \n } else { \n this._callFunction(promise); \n } \n \n } \n }; \n \n [TheName].prototype._resultCancelled = function() { \n [CancellationCode] \n }; \n \n return [TheName]; \n }(tryCatch, errorObj, Promise, async); \n ";return Function("tryCatch","errorObj","Promise","async",d=d.replace(/\[TheName\]/g,s).replace(/\[TheTotal\]/g,e).replace(/\[ThePassedArguments\]/g,c).replace(/\[TheProperties\]/g,r).replace(/\[CancellationCode\]/g,o))(u,l,n,a)}(m+1)),f.push((h=m+1,Function("value","holder"," \n 'use strict'; \n holder.pIndex = value; \n holder.checkFulfillment(this); \n ".replace(/Index/g,h)))),b.push((p=m+1,Function("promise","holder"," \n 'use strict'; \n holder.pIndex = promise; \n ".replace(/Index/g,p))));c=function(e){this._reject(e)}}n.join=function(){var e,a=arguments.length-1;if(a>0&&"function"==typeof arguments[a]&&(e=arguments[a],a<=8&&d)){var u=new n(r);u._captureStackTrace();for(var l=new g[a-1](e),h=f,p=0;p<a;++p){var m=i(arguments[p],u);if(m instanceof n){var y=(m=m._target())._bitField;(0x3010000&y)==0?(m._then(h[p],c,void 0,u,l),b[p](m,l),l.asyncNeeded=!1):(0x2000000&y)!=0?h[p].call(u,m._value(),l):(0x1000000&y)!=0?u._reject(m._reason()):u._cancel()}else h[p].call(u,m,l)}if(!u._isFateSealed()){if(l.asyncNeeded){var x=o();null!==x&&(l.fn=s.domainBind(x,l.fn))}u._setAsyncGuaranteed(),u._setOnCancel(l)}return u}for(var D=arguments.length,U=Array(D),v=0;v<D;++v)U[v]=arguments[v];e&&U.pop();var u=new t(U).promise();return void 0!==e?u.spread(e):u}}},699841,(e,n,t)=>{"use strict";n.exports=function(n,t,i,r,a,o){var c=n._getDomain,s=e.r(224801),d=s.tryCatch,u=s.errorObj,l=n._async;function h(e,n,t,i){this.constructor$(e),this._promise._captureStackTrace();var r=c();this._callback=null===r?n:s.domainBind(r,n),this._preservedValues=i===a?Array(this.length()):null,this._limit=t,this._inFlight=0,this._queue=[],l.invoke(this._asyncInit,this,void 0)}function p(e,t,r,a){if("function"!=typeof t)return i("expecting a function but got "+s.classString(t));var o=0;if(void 0!==r)if("object"!=typeof r||null===r)return n.reject(TypeError("options argument must be an object but it is "+s.classString(r)));else{if("number"!=typeof r.concurrency)return n.reject(TypeError("'concurrency' must be a number but it is "+s.classString(r.concurrency)));o=r.concurrency}return new h(e,t,o="number"==typeof o&&isFinite(o)&&o>=1?o:0,a).promise()}s.inherits(h,t),h.prototype._asyncInit=function(){this._init$(void 0,-2)},h.prototype._init=function(){},h.prototype._promiseFulfilled=function(e,t){var i=this._values,a=this.length(),c=this._preservedValues,s=this._limit;if(t<0){if(i[t=-1*t-1]=e,s>=1&&(this._inFlight--,this._drainQueue(),this._isResolved()))return!0}else{if(s>=1&&this._inFlight>=s)return i[t]=e,this._queue.push(t),!1;null!==c&&(c[t]=e);var l=this._promise,h=this._callback,p=l._boundValue();l._pushContext();var g=d(h).call(p,e,t,a),f=l._popContext();if(o.checkForgottenReturns(g,f,null!==c?"Promise.filter":"Promise.map",l),g===u)return this._reject(g.e),!0;var b=r(g,this._promise);if(b instanceof n){var m=(b=b._target())._bitField;if((0x3010000&m)==0)return s>=1&&this._inFlight++,i[t]=b,b._proxy(this,-((t+1)*1)),!1;if((0x2000000&m)!=0)g=b._value();else if((0x1000000&m)!=0)return this._reject(b._reason()),!0;else return this._cancel(),!0}i[t]=g}return++this._totalResolved>=a&&(null!==c?this._filter(i,c):this._resolve(i),!0)},h.prototype._drainQueue=function(){for(var e=this._queue,n=this._limit,t=this._values;e.length>0&&this._inFlight<n;){if(this._isResolved())return;var i=e.pop();this._promiseFulfilled(t[i],i)}},h.prototype._filter=function(e,n){for(var t=n.length,i=Array(t),r=0,a=0;a<t;++a)e[a]&&(i[r++]=n[a]);i.length=r,this._resolve(i)},h.prototype.preservedValues=function(){return this._preservedValues},n.prototype.map=function(e,n){return p(this,e,n,null)},n.map=function(e,n,t,i){return p(e,n,t,i)}}},359532,(e,n,t)=>{"use strict";var i=Object.create;if(i){var r=i(null),a=i(null);r[" size"]=a[" size"]=0}n.exports=function(n){var t=e.r(224801),i=t.canEvaluate,o=t.isIdentifier,c=function(e){return Function("ensureMethod"," \n return function(obj) { \n 'use strict' \n var len = this.length; \n ensureMethod(obj, 'methodName'); \n switch(len) { \n case 1: return obj.methodName(this[0]); \n case 2: return obj.methodName(this[0], this[1]); \n case 3: return obj.methodName(this[0], this[1], this[2]); \n case 0: return obj.methodName(); \n default: \n return obj.methodName.apply(obj, this); \n } \n }; \n ".replace(/methodName/g,e))(u)},s=function(e){return Function("obj"," \n 'use strict'; \n return obj.propertyName; \n ".replace("propertyName",e))},d=function(e,n,t){var i=t[e];if("function"!=typeof i){if(!o(e))return null;if(i=n(e),t[e]=i,t[" size"]++,t[" size"]>512){for(var r=Object.keys(t),a=0;a<256;++a)delete t[r[a]];t[" size"]=r.length-256}}return i};function u(e,i){var r;if(null!=e&&(r=e[i]),"function"!=typeof r){var a="Object "+t.classString(e)+" has no method '"+t.toString(i)+"'";throw new n.TypeError(a)}return r}function l(e){return u(e,this.pop()).apply(e,this)}function h(e){return e[this]}function p(e){var n=+this;return n<0&&(n=Math.max(0,n+e.length)),e[n]}n.prototype.call=function(e){for(var n=arguments.length,t=Array(Math.max(n-1,0)),a=1;a<n;++a)t[a-1]=arguments[a];if(i){var o=d(e,c,r);if(null!==o)return this._then(o,void 0,void 0,t,void 0)}return t.push(e),this._then(l,void 0,void 0,t,void 0)},n.prototype.get=function(e){var n;if("number"==typeof e)n=p;else if(i){var t=d(e,s,a);n=null!==t?t:h}else n=h;return this._then(n,void 0,void 0,e,void 0)}}},169272,(e,n,t)=>{"use strict";n.exports=function(n,t,i,r,a,o){var c=e.r(224801),s=e.r(286378).TypeError,d=e.r(224801).inherits,u=c.errorObj,l=c.tryCatch,h={};function p(e){setTimeout(function(){throw e},0)}function g(e,n,t){this._data=e,this._promise=n,this._context=t}function f(e,n,t){this.constructor$(e,n,t)}function b(e){return g.isDisposer(e)?(this.resources[this.index]._setDisposable(e),e.promise()):e}function m(e){this.length=e,this.promise=null,this[e-1]=null}g.prototype.data=function(){return this._data},g.prototype.promise=function(){return this._promise},g.prototype.resource=function(){return this.promise().isFulfilled()?this.promise().value():h},g.prototype.tryDispose=function(e){var n=this.resource(),t=this._context;void 0!==t&&t._pushContext();var i=n!==h?this.doDispose(n,e):null;return void 0!==t&&t._popContext(),this._promise._unsetDisposable(),this._data=null,i},g.isDisposer=function(e){return null!=e&&"function"==typeof e.resource&&"function"==typeof e.tryDispose},d(f,g),f.prototype.doDispose=function(e,n){return this.data().call(e,e,n)},m.prototype._resultCancelled=function(){for(var e=this.length,t=0;t<e;++t){var i=this[t];i instanceof n&&i.cancel()}},n.using=function(){var e,r=arguments.length;if(r<2)return t("you must pass at least 2 arguments to Promise.using");var s=arguments[r-1];if("function"!=typeof s)return t("expecting a function but got "+c.classString(s));var d=!0;2===r&&Array.isArray(arguments[0])?(e=arguments[0],r=e.length,d=!1):(e=arguments,r--);for(var h=new m(r),f=0;f<r;++f){var y=e[f];if(g.isDisposer(y)){var x=y;(y=y.promise())._setDisposable(x)}else{var D=i(y);D instanceof n&&(y=D._then(b,null,null,{resources:h,index:f},void 0))}h[f]=y}for(var U=Array(h.length),f=0;f<U.length;++f)U[f]=n.resolve(h[f]).reflect();var v=n.all(U).then(function(e){for(var n=0;n<e.length;++n){var t=e[n];if(t.isRejected())return u.e=t.error(),u;if(!t.isFulfilled())return void v.cancel();e[n]=t.value()}T._pushContext(),s=l(s);var i=d?s.apply(void 0,e):s(e),r=T._popContext();return o.checkForgottenReturns(i,r,"Promise.using",T),i}),T=v.lastly(function(){var e,t,r,o=new n.PromiseInspection(v);return e=0,t=h.length,r=new n(a),!function a(){if(e>=t)return r._fulfill();var c,s,d=((s=i(c=h[e++]))!==c&&"function"==typeof c._isDisposable&&"function"==typeof c._getDisposer&&c._isDisposable()&&s._setDisposable(c._getDisposer()),s);if(d instanceof n&&d._isDisposable()){try{d=i(d._getDisposer().tryDispose(o),h.promise)}catch(e){return p(e)}if(d instanceof n)return d._then(a,p,null,null,null)}a()}(),r});return h.promise=T,T._setOnCancel(h),T},n.prototype._setDisposable=function(e){this._bitField=131072|this._bitField,this._disposer=e},n.prototype._isDisposable=function(){return(131072&this._bitField)>0},n.prototype._getDisposer=function(){return this._disposer},n.prototype._unsetDisposable=function(){this._bitField=-131073&this._bitField,this._disposer=void 0},n.prototype.disposer=function(e){if("function"==typeof e)return new f(e,this,r());throw new s}}},621460,(e,n,t)=>{"use strict";n.exports=function(n,t,i){var r=e.r(224801),a=n.TimeoutError;function o(e){this.handle=e}o.prototype._resultCancelled=function(){clearTimeout(this.handle)};var c=function(e){return s(+this).thenReturn(e)},s=n.delay=function(e,r){var a,s;return void 0!==r?(a=n.resolve(r)._then(c,null,null,e,void 0),i.cancellation()&&r instanceof n&&a._setOnCancel(r)):(a=new n(t),s=setTimeout(function(){a._fulfill()},+e),i.cancellation()&&a._setOnCancel(new o(s)),a._captureStackTrace()),a._setAsyncGuaranteed(),a};n.prototype.delay=function(e){return s(e,this)};var d=function(e,n,t){var i;i="string"!=typeof n?n instanceof Error?n:new a("operation timed out"):new a(n),r.markAsOriginatingFromRejection(i),e._attachExtraTrace(i),e._reject(i),null!=t&&t.cancel()};function u(e){return clearTimeout(this.handle),e}function l(e){throw clearTimeout(this.handle),e}n.prototype.timeout=function(e,n){var t,r,a=new o(setTimeout(function(){t.isPending()&&d(t,n,r)},e*=1));return i.cancellation()?(t=(r=this.then())._then(u,l,void 0,a,void 0))._setOnCancel(a):t=this._then(u,l,void 0,a,void 0),t}}},942246,(e,n,t)=>{"use strict";n.exports=function(n,t,i,r,a,o){var c=e.r(286378).TypeError,s=e.r(224801),d=s.errorObj,u=s.tryCatch,l=[];function h(e,t,r,a){if(o.cancellation()){var c=new n(i),s=this._finallyPromise=new n(i);this._promise=c.lastly(function(){return s}),c._captureStackTrace(),c._setOnCancel(this)}else(this._promise=new n(i))._captureStackTrace();this._stack=a,this._generatorFunction=e,this._receiver=t,this._generator=void 0,this._yieldHandlers="function"==typeof r?[r].concat(l):l,this._yieldedPromise=null,this._cancellationPhase=!1}s.inherits(h,a),h.prototype._isResolved=function(){return null===this._promise},h.prototype._cleanup=function(){this._promise=this._generator=null,o.cancellation()&&null!==this._finallyPromise&&(this._finallyPromise._fulfill(),this._finallyPromise=null)},h.prototype._promiseCancelled=function(){if(!this._isResolved()){var e;if(void 0!==this._generator.return)this._promise._pushContext(),e=u(this._generator.return).call(this._generator,void 0),this._promise._popContext();else{var t=new n.CancellationError("generator .return() sentinel");n.coroutine.returnSentinel=t,this._promise._attachExtraTrace(t),this._promise._pushContext(),e=u(this._generator.throw).call(this._generator,t),this._promise._popContext()}this._cancellationPhase=!0,this._yieldedPromise=null,this._continue(e)}},h.prototype._promiseFulfilled=function(e){this._yieldedPromise=null,this._promise._pushContext();var n=u(this._generator.next).call(this._generator,e);this._promise._popContext(),this._continue(n)},h.prototype._promiseRejected=function(e){this._yieldedPromise=null,this._promise._attachExtraTrace(e),this._promise._pushContext();var n=u(this._generator.throw).call(this._generator,e);this._promise._popContext(),this._continue(n)},h.prototype._resultCancelled=function(){if(this._yieldedPromise instanceof n){var e=this._yieldedPromise;this._yieldedPromise=null,e.cancel()}},h.prototype.promise=function(){return this._promise},h.prototype._run=function(){this._generator=this._generatorFunction.call(this._receiver),this._receiver=this._generatorFunction=void 0,this._promiseFulfilled(void 0)},h.prototype._continue=function(e){var t=this._promise;if(e===d)return(this._cleanup(),this._cancellationPhase)?t.cancel():t._rejectCallback(e.e,!1);var i=e.value;if(!0===e.done)return(this._cleanup(),this._cancellationPhase)?t.cancel():t._resolveCallback(i);var a=r(i,this._promise);if(!(a instanceof n)&&null===(a=function(e,t,i){for(var a=0;a<t.length;++a){i._pushContext();var o=u(t[a])(e);if(i._popContext(),o===d){i._pushContext();var c=n.reject(d.e);return i._popContext(),c}var s=r(o,i);if(s instanceof n)return s}return null}(a,this._yieldHandlers,this._promise)))return void this._promiseRejected(new c("A value %s was yielded that could not be treated as a promise\n\n See http://goo.gl/MqrFmX\n\n".replace("%s",i)+"From coroutine:\n"+this._stack.split("\n").slice(1,-7).join("\n")));var o=(a=a._target())._bitField;(0x3010000&o)==0?(this._yieldedPromise=a,a._proxy(this,null)):(0x2000000&o)!=0?n._async.invoke(this._promiseFulfilled,this,a._value()):(0x1000000&o)!=0?n._async.invoke(this._promiseRejected,this,a._reason()):this._promiseCancelled()},n.coroutine=function(e,n){if("function"!=typeof e)throw new c("generatorFunction must be a function\n\n See http://goo.gl/MqrFmX\n");var t=Object(n).yieldHandler,i=Error().stack;return function(){var n=e.apply(this,arguments),r=new h(void 0,void 0,t,i),a=r.promise();return r._generator=n,r._promiseFulfilled(void 0),a}},n.coroutine.addYieldHandler=function(e){if("function"!=typeof e)throw new c("expecting a function but got "+s.classString(e));l.push(e)},n.spawn=function(e){if(o.deprecated("Promise.spawn()","Promise.coroutine()"),"function"!=typeof e)return t("generatorFunction must be a function\n\n See http://goo.gl/MqrFmX\n");var i=new h(e,this),r=i.promise();return i._run(n.spawn),r}}},529223,(e,n,t)=>{"use strict";n.exports=function(n){var t=e.r(224801),i=n._async,r=t.tryCatch,a=t.errorObj;function o(e,n){if(!t.isArray(e))return c.call(this,e,n);var o=r(n).apply(this._boundValue(),[null].concat(e));o===a&&i.throwLater(o.e)}function c(e,n){var t=this._boundValue(),o=void 0===e?r(n).call(t,null):r(n).call(t,null,e);o===a&&i.throwLater(o.e)}function s(e,n){if(!e){var t=Error(e+"");t.cause=e,e=t}var o=r(n).call(this._boundValue(),e);o===a&&i.throwLater(o.e)}n.prototype.asCallback=n.prototype.nodeify=function(e,n){if("function"==typeof e){var t=c;void 0!==n&&Object(n).spread&&(t=o),this._then(t,s,void 0,this,e)}return this}}},380923,(e,n,t)=>{"use strict";n.exports=function(n,t){var i={},r=e.r(224801),a=e.r(938662),o=r.withAppended,c=r.maybeWrapAsError,s=r.canEvaluate,d=e.r(286378).TypeError,u={__isPromisified__:!0},l=RegExp("^(?:arity|length|name|arguments|caller|callee|prototype|__isPromisified__)$"),h=function(e){return r.isIdentifier(e)&&"_"!==e.charAt(0)&&"constructor"!==e};function p(e){return!l.test(e)}function g(e){try{return!0===e.__isPromisified__}catch(e){return!1}}var f=function(e){for(var n=[e],t=Math.max(0,e-1-3),i=e-1;i>=t;--i)n.push(i);for(var i=e+1;i<=3;++i)n.push(i);return n},b=s?function(e,s,d,u,l,h){var p=Math.max(0,("number"==typeof u.length?Math.max(Math.min(u.length,1024),0):0)-1),g=f(p),b="string"==typeof e||s===i,m="'use strict'; \n var ret = function (Parameters) { \n 'use strict'; \n var len = arguments.length; \n var promise = new Promise(INTERNAL); \n promise._captureStackTrace(); \n var nodeback = nodebackForPromise(promise, "+h+"); \n var ret; \n var callback = tryCatch([GetFunctionCode]); \n switch(len) { \n [CodeForSwitchCase] \n } \n if (ret === errorObj) { \n promise._rejectCallback(maybeWrapAsError(ret.e), true, true);\n } \n if (!promise._isFateSealed()) promise._setAsyncGuaranteed(); \n return promise; \n }; \n notEnumerableProp(ret, '__isPromisified__', true); \n return ret; \n ".replace("[CodeForSwitchCase]",function(){for(var e="",n=0;n<g.length;++n)e+="case "+g[n]+":"+function(e){var n=r.filledRange(e,"_arg","").join(", ");return(b?"ret = callback.call(this, {{args}}, nodeback); break;\n":void 0===s?"ret = callback({{args}}, nodeback); break;\n":"ret = callback.call(receiver, {{args}}, nodeback); break;\n").replace("{{args}}",n).replace(", ",e>0?", ":"")}(g[n]);return e+" \n default: \n var args = new Array(len + 1); \n var i = 0; \n for (var i = 0; i < len; ++i) { \n args[i] = arguments[i]; \n } \n args[i] = nodeback; \n [CodeForCall] \n break; \n ".replace("[CodeForCall]",b?"ret = callback.apply(this, args);\n":"ret = callback.apply(receiver, args);\n")}()).replace("[GetFunctionCode]","string"==typeof e?"this != null ? this['"+e+"'] : fn":"fn");return Function("Promise","fn","receiver","withAppended","maybeWrapAsError","nodebackForPromise","tryCatch","errorObj","notEnumerableProp","INTERNAL",m=m.replace("Parameters",r.filledRange(Math.max(p,3),"_arg","")))(n,u,s,o,c,a,r.tryCatch,r.errorObj,r.notEnumerableProp,t)}:function(e,s,d,u,l,h){var p=function(){return this}(),g=e;function f(){var r=s;s===i&&(r=this);var d=new n(t);d._captureStackTrace();var u="string"==typeof g&&this!==p?this[g]:e,l=a(d,h);try{u.apply(r,o(arguments,l))}catch(e){d._rejectCallback(c(e),!0,!0)}return d._isFateSealed()||d._setAsyncGuaranteed(),d}return"string"==typeof g&&(e=u),r.notEnumerableProp(f,"__isPromisified__",!0),f};function m(e,n,t,a,o){for(var c=RegExp(n.replace(/([$])/,"\\$")+"$"),s=function(e,n,t,i){for(var a=r.inheritedDataKeys(e),o=[],c=0;c<a.length;++c){var s=a[c],l=e[s],p=i===h||h(s,l,e);"function"==typeof l&&!g(l)&&!function(e,n,t){var i=r.getDataPropertyOrDefault(e,n+t,u);return!!i&&g(i)}(e,s,n)&&i(s,l,e,p)&&o.push(s,l)}for(var f=0;f<o.length;f+=2){var b=o[f];if(t.test(b)){for(var m=b.replace(t,""),y=0;y<o.length;y+=2)if(o[y]===m)throw new d("Cannot promisify an API that has normal methods with '%s'-suffix\n\n See http://goo.gl/MqrFmX\n".replace("%s",n))}}return o}(e,n,c,t),l=0,p=s.length;l<p;l+=2){var f=s[l],m=s[l+1],y=f+n;if(a===b)e[y]=b(f,i,f,m,n,o);else{var x=a(m,function(){return b(f,i,f,m,n,o)});r.notEnumerableProp(x,"__isPromisified__",!0),e[y]=x}}return r.toFastProperties(e),e}n.promisify=function(e,n){if("function"!=typeof e)throw new d("expecting a function but got "+r.classString(e));if(g(e))return e;var t=b(e,void 0===(n=Object(n)).context?i:n.context,void 0,e,null,!!n.multiArgs);return r.copyDescriptors(e,t,p),t},n.promisifyAll=function(e,n){if("function"!=typeof e&&"object"!=typeof e)throw new d("the target of promisifyAll must be an object or a function\n\n See http://goo.gl/MqrFmX\n");var t=!!(n=Object(n)).multiArgs,i=n.suffix;"string"!=typeof i&&(i="Async");var a=n.filter;"function"!=typeof a&&(a=h);var o=n.promisifier;if("function"!=typeof o&&(o=b),!r.isIdentifier(i))throw RangeError("suffix must be a valid identifier\n\n See http://goo.gl/MqrFmX\n");for(var c=r.inheritedDataKeys(e),s=0;s<c.length;++s){var u=e[c[s]];"constructor"!==c[s]&&r.isClass(u)&&(m(u.prototype,i,a,o,t),m(u,i,a,o,t))}return m(e,i,a,o,t)}}},772507,(e,n,t)=>{"use strict";n.exports=function(n,t,i,r){var a,o=e.r(224801),c=o.isObject,s=e.r(164286);"function"==typeof Map&&(a=Map);var d=function(){var e=0,n=0;function t(t,i){this[e]=t,this[e+n]=i,e++}return function(i){n=i.size,e=0;var r=Array(2*i.size);return i.forEach(t,r),r}}(),u=function(e){for(var n=new a,t=e.length/2|0,i=0;i<t;++i){var r=e[t+i],o=e[i];n.set(r,o)}return n};function l(e){var n,t=!1;if(void 0!==a&&e instanceof a)n=d(e),t=!0;else{var i=s.keys(e),r=i.length;n=Array(2*r);for(var o=0;o<r;++o){var c=i[o];n[o]=e[c],n[o+r]=c}}this.constructor$(n),this._isMap=t,this._init$(void 0,-3)}function h(e){var t,a=i(e);return c(a)?(t=a instanceof n?a._then(n.props,void 0,void 0,void 0,void 0):new l(a).promise(),a instanceof n&&t._propagateFrom(a,2),t):r("cannot await properties of a non-object\n\n See http://goo.gl/MqrFmX\n")}o.inherits(l,t),l.prototype._init=function(){},l.prototype._promiseFulfilled=function(e,n){var t;if(this._values[n]=e,++this._totalResolved>=this._length){if(this._isMap)t=u(this._values);else{t={};for(var i=this.length(),r=0,a=this.length();r<a;++r)t[this._values[r+i]]=this._values[r]}return this._resolve(t),!0}return!1},l.prototype.shouldCopyValues=function(){return!1},l.prototype.getActualLength=function(e){return e>>1},n.prototype.props=function(){return h(this)},n.props=function(e){return h(e)}}},869571,(e,n,t)=>{"use strict";n.exports=function(n,t,i,r){var a=e.r(224801);function o(e,c){var s=i(e);if(s instanceof n)return s.then(function(e){return o(e,s)});if(null===(e=a.asArray(e)))return r("expecting an array or an iterable object but got "+a.classString(e));var d=new n(t);void 0!==c&&d._propagateFrom(c,3);for(var u=d._fulfill,l=d._reject,h=0,p=e.length;h<p;++h){var g=e[h];(void 0!==g||h in e)&&n.cast(g)._then(u,l,void 0,d,null)}return d}n.race=function(e){return o(e,void 0)},n.prototype.race=function(){return o(this,void 0)}}},783294,(e,n,t)=>{"use strict";n.exports=function(n,t,i,r,a,o){var c=n._getDomain,s=e.r(224801),d=s.tryCatch;function u(e,t,i,r){this.constructor$(e);var o=c();this._fn=null===o?t:s.domainBind(o,t),void 0!==i&&(i=n.resolve(i))._attachCancellationCallback(this),this._initialValue=i,this._currentCancellable=null,r===a?this._eachValues=Array(this._length):0===r?this._eachValues=null:this._eachValues=void 0,this._promise._captureStackTrace(),this._init$(void 0,-5)}function l(e,n){this.isFulfilled()?n._resolve(e):n._reject(e)}function h(e,n,t,r){return"function"!=typeof n?i("expecting a function but got "+s.classString(n)):new u(e,n,t,r).promise()}function p(e){this.accum=e,this.array._gotAccum(e);var t=r(this.value,this.array._promise);return t instanceof n?(this.array._currentCancellable=t,t._then(g,void 0,void 0,this,void 0)):g.call(this,t)}function g(e){var t,i=this.array,r=i._promise,a=d(i._fn);r._pushContext(),(t=void 0!==i._eachValues?a.call(r._boundValue(),e,this.index,this.length):a.call(r._boundValue(),this.accum,e,this.index,this.length))instanceof n&&(i._currentCancellable=t);var c=r._popContext();return o.checkForgottenReturns(t,c,void 0!==i._eachValues?"Promise.each":"Promise.reduce",r),t}s.inherits(u,t),u.prototype._gotAccum=function(e){void 0!==this._eachValues&&null!==this._eachValues&&e!==a&&this._eachValues.push(e)},u.prototype._eachComplete=function(e){return null!==this._eachValues&&this._eachValues.push(e),this._eachValues},u.prototype._init=function(){},u.prototype._resolveEmptyArray=function(){this._resolve(void 0!==this._eachValues?this._eachValues:this._initialValue)},u.prototype.shouldCopyValues=function(){return!1},u.prototype._resolve=function(e){this._promise._resolveCallback(e),this._values=null},u.prototype._resultCancelled=function(e){if(e===this._initialValue)return this._cancel();!this._isResolved()&&(this._resultCancelled$(),this._currentCancellable instanceof n&&this._currentCancellable.cancel(),this._initialValue instanceof n&&this._initialValue.cancel())},u.prototype._iterate=function(e){this._values=e;var t,i,r=e.length;if(void 0!==this._initialValue?(t=this._initialValue,i=0):(t=n.resolve(e[0]),i=1),this._currentCancellable=t,!t.isRejected())for(;i<r;++i){var a={accum:null,value:e[i],index:i,length:r,array:this};t=t._then(p,void 0,void 0,a,void 0)}void 0!==this._eachValues&&(t=t._then(this._eachComplete,void 0,void 0,this,void 0)),t._then(l,l,void 0,t,this)},n.prototype.reduce=function(e,n){return h(this,e,n,null)},n.reduce=function(e,n,t,i){return h(e,n,t,i)}}},656603,(e,n,t)=>{"use strict";n.exports=function(n,t,i){var r=n.PromiseInspection;function a(e){this.constructor$(e)}e.r(224801).inherits(a,t),a.prototype._promiseResolved=function(e,n){return this._values[e]=n,++this._totalResolved>=this._length&&(this._resolve(this._values),!0)},a.prototype._promiseFulfilled=function(e,n){var t=new r;return t._bitField=0x2000000,t._settledValueField=e,this._promiseResolved(n,t)},a.prototype._promiseRejected=function(e,n){var t=new r;return t._bitField=0x1000000,t._settledValueField=e,this._promiseResolved(n,t)},n.settle=function(e){return i.deprecated(".settle()",".reflect()"),new a(e).promise()},n.prototype.settle=function(){return n.settle(this)}}},352291,(e,n,t)=>{"use strict";n.exports=function(n,t,i){var r=e.r(224801),a=e.r(286378).RangeError,o=e.r(286378).AggregateError,c=r.isArray,s={};function d(e){this.constructor$(e),this._howMany=0,this._unwrap=!1,this._initialized=!1}function u(e,n){if((0|n)!==n||n<0)return i("expecting a positive integer\n\n See http://goo.gl/MqrFmX\n");var t=new d(e),r=t.promise();return t.setHowMany(n),t.init(),r}r.inherits(d,t),d.prototype._init=function(){if(this._initialized){if(0===this._howMany)return void this._resolve([]);this._init$(void 0,-5);var e=c(this._values);!this._isResolved()&&e&&this._howMany>this._canPossiblyFulfill()&&this._reject(this._getRangeError(this.length()))}},d.prototype.init=function(){this._initialized=!0,this._init()},d.prototype.setUnwrap=function(){this._unwrap=!0},d.prototype.howMany=function(){return this._howMany},d.prototype.setHowMany=function(e){this._howMany=e},d.prototype._promiseFulfilled=function(e){return this._addFulfilled(e),this._fulfilled()===this.howMany()&&(this._values.length=this.howMany(),1===this.howMany()&&this._unwrap?this._resolve(this._values[0]):this._resolve(this._values),!0)},d.prototype._promiseRejected=function(e){return this._addRejected(e),this._checkOutcome()},d.prototype._promiseCancelled=function(){return this._values instanceof n||null==this._values?this._cancel():(this._addRejected(s),this._checkOutcome())},d.prototype._checkOutcome=function(){if(this.howMany()>this._canPossiblyFulfill()){for(var e=new o,n=this.length();n<this._values.length;++n)this._values[n]!==s&&e.push(this._values[n]);return e.length>0?this._reject(e):this._cancel(),!0}return!1},d.prototype._fulfilled=function(){return this._totalResolved},d.prototype._rejected=function(){return this._values.length-this.length()},d.prototype._addRejected=function(e){this._values.push(e)},d.prototype._addFulfilled=function(e){this._values[this._totalResolved++]=e},d.prototype._canPossiblyFulfill=function(){return this.length()-this._rejected()},d.prototype._getRangeError=function(e){return new a("Input array must contain at least "+this._howMany+" items but contains only "+e+" items")},d.prototype._resolveEmptyArray=function(){this._reject(this._getRangeError(0))},n.some=function(e,n){return u(e,n)},n.prototype.some=function(e){return u(this,e)},n._SomePromiseArray=d}},229454,(e,n,t)=>{"use strict";n.exports=function(e,n){var t=e.map;e.prototype.filter=function(e,i){return t(this,e,i,n)},e.filter=function(e,i,r){return t(e,i,r,n)}}},661784,(e,n,t)=>{"use strict";n.exports=function(e,n){var t=e.reduce,i=e.all;function r(){return i(this)}e.prototype.each=function(e){return t(this,e,n,0)._then(r,void 0,void 0,this,void 0)},e.prototype.mapSeries=function(e){return t(this,e,n,n)},e.each=function(e,i){return t(e,i,n,0)._then(r,void 0,void 0,e,void 0)},e.mapSeries=function(e,i){return t(e,i,n,n)}}},588697,(e,n,t)=>{"use strict";n.exports=function(e){var n=e._SomePromiseArray;function t(e){var t=new n(e),i=t.promise();return t.setHowMany(1),t.setUnwrap(),t.init(),i}e.any=function(e){return t(e)},e.prototype.any=function(){return t(this)}}},792128,(e,n,t)=>{"use strict";n.exports=function(){var t,i=function(){return new p("circular promise resolution chain\n\n See http://goo.gl/MqrFmX\n")},r=function(){return new W.PromiseInspection(this._target())},a=function(e){return W.reject(new p(e))};function o(){}var c={},s=e.r(224801);t=s.isNode?function(){var e=process.domain;return void 0===e&&(e=null),e}:function(){return null},s.notEnumerableProp(W,"_getDomain",t);var d=e.r(164286),u=e.r(166760),l=new u;d.defineProperty(W,"_async",{value:l});var h=e.r(286378),p=W.TypeError=h.TypeError;W.RangeError=h.RangeError;var g=W.CancellationError=h.CancellationError;W.TimeoutError=h.TimeoutError,W.OperationalError=h.OperationalError,W.RejectionError=h.OperationalError,W.AggregateError=h.AggregateError;var f=function(){},b={},m={},y=e.r(415655)(W,f),x=e.r(908445)(W,f,y,a,o),D=e.r(424668)(W),U=D.create,v=e.r(461477)(W,D);v.CapturedTrace;var T=e.r(826404)(W,y),_=e.r(855492)(m),w=e.r(938662),F=s.errorObj,E=s.tryCatch;function W(e){if(this._bitField=0,this._fulfillmentHandler0=void 0,this._rejectionHandler0=void 0,this._promise0=void 0,this._receiver0=void 0,e!==f){if("function"!=typeof e)throw new p("expecting a function but got "+s.classString(e));if(this.constructor!==W)throw new p("the promise constructor cannot be invoked directly\n\n See http://goo.gl/MqrFmX\n");this._resolveFromExecutor(e)}this._promiseCreated(),this._fireEvent("promiseCreated",this)}function C(e){this.promise._resolveCallback(e)}function A(e){this.promise._rejectCallback(e,!1)}function S(e){var n=new W(f);n._fulfillmentHandler0=e,n._rejectionHandler0=e,n._promise0=e,n._receiver0=e}return W.prototype.toString=function(){return"[object Promise]"},W.prototype.caught=W.prototype.catch=function(e){var n=arguments.length;if(n>1){var t,i=Array(n-1),r=0;for(t=0;t<n-1;++t){var o=arguments[t];if(!s.isObject(o))return a("expecting an object but got A catch statement predicate "+s.classString(o));i[r++]=o}return i.length=r,e=arguments[t],this.then(void 0,_(i,e,this))}return this.then(void 0,e)},W.prototype.reflect=function(){return this._then(r,r,void 0,this,void 0)},W.prototype.then=function(e,n){if(v.warnings()&&arguments.length>0&&"function"!=typeof e&&"function"!=typeof n){var t=".then() only accepts functions but was passed: "+s.classString(e);arguments.length>1&&(t+=", "+s.classString(n)),this._warn(t)}return this._then(e,n,void 0,void 0,void 0)},W.prototype.done=function(e,n){this._then(e,n,void 0,void 0,void 0)._setIsFinal()},W.prototype.spread=function(e){return"function"!=typeof e?a("expecting a function but got "+s.classString(e)):this.all()._then(e,void 0,void 0,b,void 0)},W.prototype.toJSON=function(){var e={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(e.fulfillmentValue=this.value(),e.isFulfilled=!0):this.isRejected()&&(e.rejectionReason=this.reason(),e.isRejected=!0),e},W.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new x(this).promise()},W.prototype.error=function(e){return this.caught(s.originatesFromRejection,e)},W.getNewLibraryCopy=n.exports,W.is=function(e){return e instanceof W},W.fromNode=W.fromCallback=function(e){var n=new W(f);n._captureStackTrace();var t=arguments.length>1&&!!Object(arguments[1]).multiArgs,i=E(e)(w(n,t));return i===F&&n._rejectCallback(i.e,!0),n._isFateSealed()||n._setAsyncGuaranteed(),n},W.all=function(e){return new x(e).promise()},W.cast=function(e){var n=y(e);return n instanceof W||((n=new W(f))._captureStackTrace(),n._setFulfilled(),n._rejectionHandler0=e),n},W.resolve=W.fulfilled=W.cast,W.reject=W.rejected=function(e){var n=new W(f);return n._captureStackTrace(),n._rejectCallback(e,!0),n},W.setScheduler=function(e){if("function"!=typeof e)throw new p("expecting a function but got "+s.classString(e));return l.setScheduler(e)},W.prototype._then=function(e,n,i,r,a){var o=void 0!==a,c=o?a:new W(f),d=this._target(),u=d._bitField;o||(c._propagateFrom(this,3),c._captureStackTrace(),void 0===r&&(2097152&this._bitField)!=0&&(r=(0x3010000&u)!=0?this._boundValue():d===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,c));var h=t();if((0x3010000&u)!=0){var p,b,m=d._settlePromiseCtx;(0x2000000&u)!=0?(b=d._rejectionHandler0,p=e):(0x1000000&u)!=0?(b=d._fulfillmentHandler0,p=n,d._unsetRejectionIsUnhandled()):(m=d._settlePromiseLateCancellationObserver,b=new g("late cancellation observer"),d._attachExtraTrace(b),p=n),l.invoke(m,d,{handler:null===h?p:"function"==typeof p&&s.domainBind(h,p),promise:c,receiver:r,value:b})}else d._addCallbacks(e,n,c,r,h);return c},W.prototype._length=function(){return 65535&this._bitField},W.prototype._isFateSealed=function(){return(0x7010000&this._bitField)!=0},W.prototype._isFollowing=function(){return(0x4000000&this._bitField)==0x4000000},W.prototype._setLength=function(e){this._bitField=-65536&this._bitField|65535&e},W.prototype._setFulfilled=function(){this._bitField=0x2000000|this._bitField,this._fireEvent("promiseFulfilled",this)},W.prototype._setRejected=function(){this._bitField=0x1000000|this._bitField,this._fireEvent("promiseRejected",this)},W.prototype._setFollowing=function(){this._bitField=0x4000000|this._bitField,this._fireEvent("promiseResolved",this)},W.prototype._setIsFinal=function(){this._bitField=4194304|this._bitField},W.prototype._isFinal=function(){return(4194304&this._bitField)>0},W.prototype._unsetCancelled=function(){this._bitField=-65537&this._bitField},W.prototype._setCancelled=function(){this._bitField=65536|this._bitField,this._fireEvent("promiseCancelled",this)},W.prototype._setWillBeCancelled=function(){this._bitField=8388608|this._bitField},W.prototype._setAsyncGuaranteed=function(){l.hasCustomScheduler()||(this._bitField=0x8000000|this._bitField)},W.prototype._receiverAt=function(e){var n=0===e?this._receiver0:this[4*e-4+3];return n===c?void 0:void 0===n&&this._isBound()?this._boundValue():n},W.prototype._promiseAt=function(e){return this[4*e-4+2]},W.prototype._fulfillmentHandlerAt=function(e){return this[4*e-4+0]},W.prototype._rejectionHandlerAt=function(e){return this[4*e-4+1]},W.prototype._boundValue=function(){},W.prototype._migrateCallback0=function(e){e._bitField;var n=e._fulfillmentHandler0,t=e._rejectionHandler0,i=e._promise0,r=e._receiverAt(0);void 0===r&&(r=c),this._addCallbacks(n,t,i,r,null)},W.prototype._migrateCallbackAt=function(e,n){var t=e._fulfillmentHandlerAt(n),i=e._rejectionHandlerAt(n),r=e._promiseAt(n),a=e._receiverAt(n);void 0===a&&(a=c),this._addCallbacks(t,i,r,a,null)},W.prototype._addCallbacks=function(e,n,t,i,r){var a=this._length();if(a>=65531&&(a=0,this._setLength(0)),0===a)this._promise0=t,this._receiver0=i,"function"==typeof e&&(this._fulfillmentHandler0=null===r?e:s.domainBind(r,e)),"function"==typeof n&&(this._rejectionHandler0=null===r?n:s.domainBind(r,n));else{var o=4*a-4;this[o+2]=t,this[o+3]=i,"function"==typeof e&&(this[o+0]=null===r?e:s.domainBind(r,e)),"function"==typeof n&&(this[o+1]=null===r?n:s.domainBind(r,n))}return this._setLength(a+1),a},W.prototype._proxy=function(e,n){this._addCallbacks(void 0,void 0,n,e,null)},W.prototype._resolveCallback=function(e,n){if((0x7010000&this._bitField)==0){if(e===this)return this._rejectCallback(i(),!1);var t=y(e,this);if(!(t instanceof W))return this._fulfill(e);n&&this._propagateFrom(t,2);var r=t._target();if(r===this)return void this._reject(i());var a=r._bitField;if((0x3010000&a)==0){var o=this._length();o>0&&r._migrateCallback0(this);for(var c=1;c<o;++c)r._migrateCallbackAt(this,c);this._setFollowing(),this._setLength(0),this._setFollowee(r)}else if((0x2000000&a)!=0)this._fulfill(r._value());else if((0x1000000&a)!=0)this._reject(r._reason());else{var s=new g("late cancellation observer");r._attachExtraTrace(s),this._reject(s)}}},W.prototype._rejectCallback=function(e,n,t){var i=s.ensureErrorObject(e),r=i===e;if(!r&&!t&&v.warnings()){var a="a promise was rejected with a non-error: "+s.classString(e);this._warn(a,!0)}this._attachExtraTrace(i,!!n&&r),this._reject(e)},W.prototype._resolveFromExecutor=function(e){var n=this;this._captureStackTrace(),this._pushContext();var t=!0,i=this._execute(e,function(e){n._resolveCallback(e)},function(e){n._rejectCallback(e,t)});t=!1,this._popContext(),void 0!==i&&n._rejectCallback(i,!0)},W.prototype._settlePromiseFromHandler=function(e,n,t,i){var r,a=i._bitField;if((65536&a)==0){i._pushContext(),n===b?t&&"number"==typeof t.length?r=E(e).apply(this._boundValue(),t):(r=F).e=new p("cannot .spread() a non-array: "+s.classString(t)):r=E(e).call(n,t);var o=i._popContext();(65536&(a=i._bitField))==0&&(r===m?i._reject(t):r===F?i._rejectCallback(r.e,!1):(v.checkForgottenReturns(r,o,"",i,this),i._resolveCallback(r)))}},W.prototype._target=function(){for(var e=this;e._isFollowing();)e=e._followee();return e},W.prototype._followee=function(){return this._rejectionHandler0},W.prototype._setFollowee=function(e){this._rejectionHandler0=e},W.prototype._settlePromise=function(e,n,t,i){var a=e instanceof W,c=this._bitField,s=(0x8000000&c)!=0;(65536&c)!=0?(a&&e._invokeInternalOnCancel(),t instanceof T&&t.isFinallyHandler()?(t.cancelPromise=e,E(n).call(t,i)===F&&e._reject(F.e)):n===r?e._fulfill(r.call(t)):t instanceof o?t._promiseCancelled(e):a||e instanceof x?e._cancel():t.cancel()):"function"==typeof n?a?(s&&e._setAsyncGuaranteed(),this._settlePromiseFromHandler(n,t,i,e)):n.call(t,i,e):t instanceof o?t._isResolved()||((0x2000000&c)!=0?t._promiseFulfilled(i,e):t._promiseRejected(i,e)):a&&(s&&e._setAsyncGuaranteed(),(0x2000000&c)!=0?e._fulfill(i):e._reject(i))},W.prototype._settlePromiseLateCancellationObserver=function(e){var n=e.handler,t=e.promise,i=e.receiver,r=e.value;"function"==typeof n?t instanceof W?this._settlePromiseFromHandler(n,i,r,t):n.call(i,r,t):t instanceof W&&t._reject(r)},W.prototype._settlePromiseCtx=function(e){this._settlePromise(e.promise,e.handler,e.receiver,e.value)},W.prototype._settlePromise0=function(e,n,t){var i=this._promise0,r=this._receiverAt(0);this._promise0=void 0,this._receiver0=void 0,this._settlePromise(i,e,r,n)},W.prototype._clearCallbackDataAtIndex=function(e){var n=4*e-4;this[n+2]=this[n+3]=this[n+0]=this[n+1]=void 0},W.prototype._fulfill=function(e){var n=this._bitField;if(!((0x7010000&n)>>>16)){if(e===this){var t=i();return this._attachExtraTrace(t),this._reject(t)}this._setFulfilled(),this._rejectionHandler0=e,(65535&n)>0&&((0x8000000&n)!=0?this._settlePromises():l.settlePromises(this))}},W.prototype._reject=function(e){var n=this._bitField;if(!((0x7010000&n)>>>16)){if(this._setRejected(),this._fulfillmentHandler0=e,this._isFinal())return l.fatalError(e,s.isNode);(65535&n)>0?l.settlePromises(this):this._ensurePossibleRejectionHandled()}},W.prototype._fulfillPromises=function(e,n){for(var t=1;t<e;t++){var i=this._fulfillmentHandlerAt(t),r=this._promiseAt(t),a=this._receiverAt(t);this._clearCallbackDataAtIndex(t),this._settlePromise(r,i,a,n)}},W.prototype._rejectPromises=function(e,n){for(var t=1;t<e;t++){var i=this._rejectionHandlerAt(t),r=this._promiseAt(t),a=this._receiverAt(t);this._clearCallbackDataAtIndex(t),this._settlePromise(r,i,a,n)}},W.prototype._settlePromises=function(){var e=this._bitField,n=65535&e;if(n>0){if((0x1010000&e)!=0){var t=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,t,e),this._rejectPromises(n,t)}else{var i=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,i,e),this._fulfillPromises(n,i)}this._setLength(0)}this._clearCancellationData()},W.prototype._settledValue=function(){var e=this._bitField;return(0x2000000&e)!=0?this._rejectionHandler0:(0x1000000&e)!=0?this._fulfillmentHandler0:void 0},W.defer=W.pending=function(){return v.deprecated("Promise.defer","new Promise"),{promise:new W(f),resolve:C,reject:A}},s.notEnumerableProp(W,"_makeSelfResolutionError",i),e.r(913136)(W,f,y,a,v),e.r(444609)(W,f,y,v),e.r(308160)(W,x,a,v),e.r(405886)(W),e.r(586604)(W),e.r(124766)(W,x,y,f,l,t),W.Promise=W,W.version="3.4.7",e.r(699841)(W,x,a,y,f,v),e.r(359532)(W),e.r(169272)(W,a,y,U,f,v),e.r(621460)(W,f,v),e.r(942246)(W,a,f,y,o,v),e.r(529223)(W),e.r(380923)(W,f),e.r(772507)(W,x,y,a),e.r(869571)(W,f,y,a),e.r(783294)(W,x,a,y,f,v),e.r(656603)(W,x,v),e.r(352291)(W,x,a),e.r(229454)(W,f),e.r(661784)(W,f),e.r(588697)(W),s.toFastProperties(W),s.toFastProperties(W.prototype),S({a:1}),S({b:2}),S({c:3}),S(1),S(function(){}),S(void 0),S(!1),S(new W(f)),v.setBounds(u.firstLineError,s.lastLineError),W}},240223,(e,n,t)=>{var i=e.r(984938),r=e.r(792128)();t.defer=function(){var e,n,t=new r.Promise(function(t,i){e=t,n=i});return{resolve:e,reject:n,promise:t}},t.when=r.resolve,t.resolve=r.resolve,t.all=r.all,t.props=r.props,t.reject=r.reject,t.promisify=r.promisify,t.mapSeries=r.mapSeries,t.attempt=r.attempt,t.nfcall=function(e){var n=Array.prototype.slice.call(arguments,1);return r.promisify(e).apply(null,n)},r.prototype.fail=r.prototype.caught,r.prototype.also=function(e){return this.then(function(n){var t=i.extend({},n,e(n));return r.props(t)})}},578143,(e,n,t)=>{var i=e.r(984938),r=t.types={document:"document",paragraph:"paragraph",run:"run",text:"text",tab:"tab",checkbox:"checkbox",hyperlink:"hyperlink",noteReference:"noteReference",image:"image",note:"note",commentReference:"commentReference",comment:"comment",table:"table",tableRow:"tableRow",tableCell:"tableCell",break:"break",bookmarkStart:"bookmarkStart"},a={baseline:"baseline",superscript:"superscript",subscript:"subscript"};function o(e){this._notes=i.indexBy(e,function(e){var n;return n=e.noteType,n+"-"+e.noteId})}o.prototype.resolve=function(e){var n;return this.findNoteByKey((n=e.noteType,n+"-"+e.noteId))},o.prototype.findNoteByKey=function(e){return this._notes[e]||null};function c(e){return{type:r.break,breakType:e}}t.document=t.Document=function(e,n){return n=n||{},{type:r.document,children:e,notes:n.notes||new o({}),comments:n.comments||[]}},t.paragraph=t.Paragraph=function(e,n){var t=(n=n||{}).indent||{};return{type:r.paragraph,children:e,styleId:n.styleId||null,styleName:n.styleName||null,numbering:n.numbering||null,alignment:n.alignment||null,indent:{start:t.start||null,end:t.end||null,firstLine:t.firstLine||null,hanging:t.hanging||null}}},t.run=t.Run=function(e,n){return n=n||{},{type:r.run,children:e,styleId:n.styleId||null,styleName:n.styleName||null,isBold:!!n.isBold,isUnderline:!!n.isUnderline,isItalic:!!n.isItalic,isStrikethrough:!!n.isStrikethrough,isAllCaps:!!n.isAllCaps,isSmallCaps:!!n.isSmallCaps,verticalAlignment:n.verticalAlignment||a.baseline,font:n.font||null,fontSize:n.fontSize||null,highlight:n.highlight||null}},t.text=t.Text=function(e){return{type:r.text,value:e}},t.tab=t.Tab=function(){return{type:r.tab}},t.checkbox=t.Checkbox=function(e){return{type:r.checkbox,checked:e.checked}},t.Hyperlink=function(e,n){return{type:r.hyperlink,children:e,href:n.href,anchor:n.anchor,targetFrame:n.targetFrame}},t.noteReference=t.NoteReference=function(e){return{type:r.noteReference,noteType:e.noteType,noteId:e.noteId}},t.Notes=o,t.Note=function(e){return{type:r.note,noteType:e.noteType,noteId:e.noteId,body:e.body}},t.commentReference=function(e){return{type:r.commentReference,commentId:e.commentId}},t.comment=function(e){return{type:r.comment,commentId:e.commentId,body:e.body,authorName:e.authorName,authorInitials:e.authorInitials}},t.Image=function(e){return{type:r.image,read:function(n){return n?e.readImage(n):e.readImage().then(function(e){return Buffer.from(e)})},readAsArrayBuffer:function(){return e.readImage()},readAsBase64String:function(){return e.readImage("base64")},readAsBuffer:function(){return e.readImage().then(function(e){return Buffer.from(e)})},altText:e.altText,contentType:e.contentType}},t.Table=function(e,n){return n=n||{},{type:r.table,children:e,styleId:n.styleId||null,styleName:n.styleName||null}},t.TableRow=function(e,n){return n=n||{},{type:r.tableRow,children:e,isHeader:n.isHeader||!1}},t.TableCell=function(e,n){return n=n||{},{type:r.tableCell,children:e,colSpan:null==n.colSpan?1:n.colSpan,rowSpan:null==n.rowSpan?1:n.rowSpan}},t.lineBreak=c("line"),t.pageBreak=c("page"),t.columnBreak=c("column"),t.BookmarkStart=function(e){return{type:r.bookmarkStart,name:e.name}},t.verticalAlignment=a},887426,(e,n,t)=>{var i=e.r(984938);function r(e,n){this.value=e,this.messages=n||[]}function a(e){var n=[];return i.flatten(i.pluck(e,"messages"),!0).forEach(function(e){var t,r;t=n,r=e,void 0===i.find(t,o.bind(null,r))&&n.push(e)}),n}function o(e,n){return e.type===n.type&&e.message===n.message}t.Result=r,t.success=function(e){return new r(e,[])},t.warning=function(e){return{type:"warning",message:e}},t.error=function(e){return{type:"error",message:e.message,error:e}},r.prototype.map=function(e){return new r(e(this.value),this.messages)},r.prototype.flatMap=function(e){var n=e(this.value);return new r(n.value,a([this,n]))},r.prototype.flatMapThen=function(e){var n=this;return e(this.value).then(function(e){return new r(e.value,a([n,e]))})},r.combine=function(e){return new r(i.flatten(i.pluck(e,"value")),a(e))}},193484,(e,n,t)=>{"use strict";t.byteLength=function(e){var n=d(e),t=n[0],i=n[1];return(t+i)*3/4-i},t.toByteArray=function(e){var n,t,i=d(e),o=i[0],c=i[1],s=new a((o+c)*3/4-c),u=0,l=c>0?o-4:o;for(t=0;t<l;t+=4)n=r[e.charCodeAt(t)]<<18|r[e.charCodeAt(t+1)]<<12|r[e.charCodeAt(t+2)]<<6|r[e.charCodeAt(t+3)],s[u++]=n>>16&255,s[u++]=n>>8&255,s[u++]=255&n;return 2===c&&(n=r[e.charCodeAt(t)]<<2|r[e.charCodeAt(t+1)]>>4,s[u++]=255&n),1===c&&(n=r[e.charCodeAt(t)]<<10|r[e.charCodeAt(t+1)]<<4|r[e.charCodeAt(t+2)]>>2,s[u++]=n>>8&255,s[u++]=255&n),s},t.fromByteArray=function(e){for(var n,t=e.length,r=t%3,a=[],o=0,c=t-r;o<c;o+=16383)a.push(function(e,n,t){for(var r,a=[],o=n;o<t;o+=3)r=(e[o]<<16&0xff0000)+(e[o+1]<<8&65280)+(255&e[o+2]),a.push(i[r>>18&63]+i[r>>12&63]+i[r>>6&63]+i[63&r]);return a.join("")}(e,o,o+16383>c?c:o+16383));return 1===r?a.push(i[(n=e[t-1])>>2]+i[n<<4&63]+"=="):2===r&&a.push(i[(n=(e[t-2]<<8)+e[t-1])>>10]+i[n>>4&63]+i[n<<2&63]+"="),a.join("")};for(var i=[],r=[],a="u">typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",c=0,s=o.length;c<s;++c)i[c]=o[c],r[o.charCodeAt(c)]=c;function d(e){var n=e.length;if(n%4>0)throw Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");-1===t&&(t=n);var i=t===n?0:4-t%4;return[t,i]}r[45]=62,r[95]=63},325165,(e,n,t)=>{var i=e.r(193484),r=e.r(568886);t.openArrayBuffer=function(e){return r.loadAsync(e).then(function(e){return{exists:function(n){return null!==e.file(n)},read:function(n,t){return e.file(n).async("uint8array").then(function(e){return"base64"===t?i.fromByteArray(e):t?new TextDecoder(t).decode(e):e})},write:function(n,t){e.file(n,t)},toArrayBuffer:function(){return e.generateAsync({type:"arraybuffer"})}}})},t.splitPath=function(e){var n=e.lastIndexOf("/");return -1===n?{dirname:"",basename:e}:{dirname:e.substring(0,n),basename:e.substring(n+1)}},t.joinPath=function(){var e=Array.prototype.filter.call(arguments,function(e){return e}),n=[];return e.forEach(function(e){/^\//.test(e)?n=[e]:n.push(e)}),n.join("/")}},775153,(e,n,t)=>{var i=e.r(984938);t.Element=a,t.element=function(e,n,t){return new a(e,n,t)},t.text=function(e){return{type:"text",value:e}};var r=t.emptyElement={first:function(){return null},firstOrEmpty:function(){return r},attributes:{},children:[]};function a(e,n,t){this.type="element",this.name=e,this.attributes=n||{},this.children=t||[]}a.prototype.first=function(e){return i.find(this.children,function(n){return n.name===e})},a.prototype.firstOrEmpty=function(e){return this.first(e)||r},a.prototype.getElementsByTagName=function(e){return c(i.filter(this.children,function(n){return n.name===e}))},a.prototype.text=function(){if(0===this.children.length)return"";if(1!==this.children.length||"text"!==this.children[0].type)throw Error("Not implemented");return this.children[0].value};var o={getElementsByTagName:function(e){return c(i.flatten(this.map(function(n){return n.getElementsByTagName(e)},!0)))}};function c(e){return i.extend(e,o)}},119850,(e,n,t)=>{"use strict";function i(e,n){return void 0===n&&(n=Object),n&&"function"==typeof n.freeze?n.freeze(e):e}var r=i({HTML:"text/html",isHTML:function(e){return e===r.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),a=i({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(e){return e===a.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});t.assign=function(e,n){if(null===e||"object"!=typeof e)throw TypeError("target is not an object");for(var t in n)Object.prototype.hasOwnProperty.call(n,t)&&(e[t]=n[t]);return e},t.find=function(e,n,t){if(void 0===t&&(t=Array.prototype),e&&"function"==typeof t.find)return t.find.call(e,n);for(var i=0;i<e.length;i++)if(Object.prototype.hasOwnProperty.call(e,i)){var r=e[i];if(n.call(void 0,r,i,e))return r}},t.freeze=i,t.MIME_TYPE=r,t.NAMESPACE=a},180690,(e,n,t)=>{var i=e.r(119850),r=i.find,a=i.NAMESPACE;function o(e){return""!==e}function c(e,n){return e.hasOwnProperty(n)||(e[n]=!0),e}function s(e){return e?Object.keys((e?e.split(/[\t\n\f\r ]+/).filter(o):[]).reduce(c,{})):[]}function d(e,n){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])}function u(e,n){var t=e.prototype;if(!(t instanceof n)){function i(){}i.prototype=n.prototype,d(t,i=new i),e.prototype=t=i}t.constructor!=e&&("function"!=typeof e&&console.error("unknown Class:"+e),t.constructor=e)}var l={},h=l.ELEMENT_NODE=1,p=l.ATTRIBUTE_NODE=2,g=l.TEXT_NODE=3,f=l.CDATA_SECTION_NODE=4,b=l.ENTITY_REFERENCE_NODE=5,m=l.ENTITY_NODE=6,y=l.PROCESSING_INSTRUCTION_NODE=7,x=l.COMMENT_NODE=8,D=l.DOCUMENT_NODE=9,U=l.DOCUMENT_TYPE_NODE=10,v=l.DOCUMENT_FRAGMENT_NODE=11,T=l.NOTATION_NODE=12,_={},w={};w[1]="Index size error",_.INDEX_SIZE_ERR=1,w[2]="DOMString size error",_.DOMSTRING_SIZE_ERR=2;var F=(w[3]="Hierarchy request error",_.HIERARCHY_REQUEST_ERR=3);w[4]="Wrong document",_.WRONG_DOCUMENT_ERR=4;var E=(w[5]="Invalid character",_.INVALID_CHARACTER_ERR=5);w[6]="No data allowed",_.NO_DATA_ALLOWED_ERR=6,w[7]="No modification allowed",_.NO_MODIFICATION_ALLOWED_ERR=7;var W=(w[8]="Not found",_.NOT_FOUND_ERR=8);w[9]="Not supported",_.NOT_SUPPORTED_ERR=9;var C=(w[10]="Attribute in use",_.INUSE_ATTRIBUTE_ERR=10),A=(w[11]="Invalid state",_.INVALID_STATE_ERR=11);function S(e,n){if(n instanceof Error)var t=n;else t=this,Error.call(this,w[e]),this.message=w[e],Error.captureStackTrace&&Error.captureStackTrace(this,S);return t.code=e,n&&(this.message=this.message+": "+n),t}function N(){}function B(e,n){this._node=e,this._refresh=n,k(this)}function k(e){var n=e._node._inc||e._node.ownerDocument._inc;if(e._inc!==n){var t=e._refresh(e._node);if(ex(e,"length",t.length),!e.$$length||t.length<e.$$length)for(var i=t.length;i in e;i++)Object.prototype.hasOwnProperty.call(e,i)&&delete e[i];d(t,e),e._inc=n}}function O(){}function I(e,n){for(var t=e.length;t--;)if(e[t]===n)return t}function R(e,n,t,i){if(i?n[I(n,i)]=t:n[n.length++]=t,e){t.ownerElement=e;var r,o,c,s=e.ownerDocument;s&&(i&&z(s,e,i),r=s,o=e,c=t,r&&r._inc++,c.namespaceURI===a.XMLNS&&(o._nsMap[c.prefix?c.localName:""]=c.value))}}function j(e,n,t){var i=I(n,t);if(i>=0){for(var r=n.length-1;i<r;)n[i]=n[++i];if(n.length=r,e){var a=e.ownerDocument;a&&(z(a,e,t),t.ownerElement=null)}}else throw new S(W,Error(e.tagName+"@"+t))}function P(){}function L(){}function q(e){return"<"==e&&"<"||">"==e&&">"||"&"==e&&"&"||'"'==e&&"""||"&#"+e.charCodeAt()+";"}function M(e,n){return V(e,null,{enter:function(e){return!n(e)||V.STOP}})===V.STOP}function V(e,n,t){for(var i=[{node:e,context:n,phase:V.ENTER}];i.length>0;){var r=i.pop();if(r.phase===V.ENTER){var a=t.enter(r.node,r.context);if(a===V.STOP)return V.STOP;if(i.push({node:r.node,context:a,phase:V.EXIT}),null==a)continue;for(var o=r.node.lastChild;o;)i.push({node:o,context:a,phase:V.ENTER}),o=o.previousSibling}else t.exit&&t.exit(r.node,r.context)}}function H(){this.ownerDocument=this}function z(e,n,t,i){e&&e._inc++,t.namespaceURI===a.XMLNS&&delete n._nsMap[t.prefix?t.localName:""]}function X(e,n,t){if(e&&e._inc){e._inc++;var i=n.childNodes;if(t)i[i.length++]=t;else{for(var r=n.firstChild,a=0;r;)i[a++]=r,r=r.nextSibling;i.length=a,delete i[i.length]}}}function G(e,n){var t=n.previousSibling,i=n.nextSibling;return t?t.nextSibling=i:e.firstChild=i,i?i.previousSibling=t:e.lastChild=t,n.parentNode=null,n.previousSibling=null,n.nextSibling=null,X(e.ownerDocument,e),n}function $(e){return e&&e.nodeType===L.DOCUMENT_TYPE_NODE}function K(e){return e&&e.nodeType===L.ELEMENT_NODE}function Q(e){return e&&e.nodeType===L.TEXT_NODE}function Y(e,n){var t=e.childNodes||[];if(r(t,K)||$(n))return!1;var i=r(t,$);return!(n&&i&&t.indexOf(i)>t.indexOf(n))}function Z(e,n){var t=e.childNodes||[];if(r(t,function(e){return K(e)&&e!==n}))return!1;var i=r(t,$);return!(n&&i&&t.indexOf(i)>t.indexOf(n))}function J(e,n,t){var i=e.childNodes||[],a=n.childNodes||[];if(n.nodeType===L.DOCUMENT_FRAGMENT_NODE){var o=a.filter(K);if(o.length>1||r(a,Q))throw new S(F,"More than one element or text in fragment");if(1===o.length&&!Z(e,t))throw new S(F,"Element in fragment can not be inserted before doctype")}if(K(n)&&!Z(e,t))throw new S(F,"Only one element can be added and only after doctype");if($(n)){if(r(i,function(e){return $(e)&&e!==t}))throw new S(F,"Only one doctype is allowed");var c=r(i,K);if(t&&i.indexOf(c)<i.indexOf(t))throw new S(F,"Doctype can only be inserted before an element")}}function ee(e,n,t,i){if(!(e&&(e.nodeType===L.DOCUMENT_NODE||e.nodeType===L.DOCUMENT_FRAGMENT_NODE||e.nodeType===L.ELEMENT_NODE)))throw new S(F,"Unexpected parent node type "+e.nodeType);if(t&&t.parentNode!==e)throw new S(W,"child not in parent");if(!(n&&(K(n)||Q(n)||$(n)||n.nodeType===L.DOCUMENT_FRAGMENT_NODE||n.nodeType===L.COMMENT_NODE||n.nodeType===L.PROCESSING_INSTRUCTION_NODE))||$(n)&&e.nodeType!==L.DOCUMENT_NODE)throw new S(F,"Unexpected node type "+n.nodeType+" for parent node type "+e.nodeType);e.nodeType===L.DOCUMENT_NODE&&(i||function(e,n,t){var i=e.childNodes||[],a=n.childNodes||[];if(n.nodeType===L.DOCUMENT_FRAGMENT_NODE){var o=a.filter(K);if(o.length>1||r(a,Q))throw new S(F,"More than one element or text in fragment");if(1===o.length&&!Y(e,t))throw new S(F,"Element in fragment can not be inserted before doctype")}if(K(n)&&!Y(e,t))throw new S(F,"Only one element can be added and only after doctype");if($(n)){if(r(i,$))throw new S(F,"Only one doctype is allowed");var c=r(i,K);if(t&&i.indexOf(c)<i.indexOf(t))throw new S(F,"Doctype can only be inserted before an element");if(!t&&c)throw new S(F,"Doctype can not be appended since element is present")}})(e,n,t);var a=n.parentNode;if(a&&a.removeChild(n),n.nodeType===v){var o=n.firstChild;if(null==o)return n;var c=n.lastChild}else o=c=n;var s=t?t.previousSibling:e.lastChild;o.previousSibling=s,c.nextSibling=t,s?s.nextSibling=o:e.firstChild=o,null==t?e.lastChild=c:t.previousSibling=c;do o.parentNode=e,en(o,e.ownerDocument||e);while(o!==c&&(o=o.nextSibling))return X(e.ownerDocument||e,e),n.nodeType==v&&(n.firstChild=n.lastChild=null),n}function en(e,n){if(e.ownerDocument!==n){if(e.ownerDocument=n,e.nodeType===h&&e.attributes)for(var t=0;t<e.attributes.length;t++){var i=e.attributes.item(t);i&&(i.ownerDocument=n)}for(var r=e.firstChild;r;)en(r,n),r=r.nextSibling}}function et(){this._nsMap={}}function ei(){}function er(){}function ea(){}function eo(){}function ec(){}function es(){}function ed(){}function eu(){}function el(){}function eh(){}function ep(){}function eg(){}function ef(e,n,t){var i=!!t&&!!t.requireWellFormed,r=[],a=9==this.nodeType&&this.documentElement||this,o=a.prefix,c=a.namespaceURI;if(c&&null==o){var o=a.lookupPrefix(c);if(null==o)var s=[{namespace:c,prefix:null}]}return ey(this,r,e,n,s,i),r.join("")}function eb(e,n,t){var i=e.prefix||"",r=e.namespaceURI;if(!r||"xml"===i&&r===a.XML||r===a.XMLNS)return!1;for(var o=t.length;o--;){var c=t[o];if(c.prefix===i)return c.namespace!==r}return!0}function em(e,n,t){e.push(" ",n,'="',t.replace(/[<>&"\t\n\r]/g,q),'"')}function ey(e,n,t,i,r,o){r||(r=[]),V(e,{ns:r,isHTML:t},{enter:function(e,t){var r=t.ns,c=t.isHTML;if(i){if(!(e=i(e)))return null;if("string"==typeof e)return n.push(e),null}switch(e.nodeType){case h:var s,d=e.attributes,u=d.length,l=e.tagName;c=a.isHTML(e.namespaceURI)||c;var m=l;if(!c&&!e.prefix&&e.namespaceURI){for(var T=0;T<d.length;T++)if("xmlns"===d.item(T).name){s=d.item(T).value;break}if(!s)for(var _=r.length-1;_>=0;_--){var w=r[_];if(""===w.prefix&&w.namespace===e.namespaceURI){s=w.namespace;break}}if(s!==e.namespaceURI)for(var _=r.length-1;_>=0;_--){var w=r[_];if(w.namespace===e.namespaceURI){w.prefix&&(m=w.prefix+":"+l);break}}}n.push("<",m);for(var F=r.slice(),E=0;E<u;E++){var W=d.item(E);"xmlns"==W.prefix?F.push({prefix:W.localName,namespace:W.value}):"xmlns"==W.nodeName&&F.push({prefix:"",namespace:W.value})}for(var E=0;E<u;E++){var W=d.item(E);if(eb(W,c,F)){var C=W.prefix||"",N=W.namespaceURI;em(n,C?"xmlns:"+C:"xmlns",N),F.push({prefix:C,namespace:N})}var B=i?i(W):W;B&&("string"==typeof B?n.push(B):em(n,B.name,B.value))}if(l===m&&eb(e,c,F)){var k=e.prefix||"",N=e.namespaceURI;em(n,k?"xmlns:"+k:"xmlns",N),F.push({prefix:k,namespace:N})}var O=e.firstChild;if(!O&&(!c||/^(?:meta|link|img|br|hr|input)$/i.test(l)))return n.push("/>"),null;if(n.push(">"),c&&/^script$/i.test(l)){for(;O;)O.data?n.push(O.data):ey(O,n,c,i,F.slice(),o),O=O.nextSibling;return n.push("</",l,">"),null}return{ns:F,isHTML:c,tag:m};case D:case v:return{ns:r.slice(),isHTML:c,tag:null};case p:return em(n,e.name,e.value),null;case g:return n.push(e.data.replace(/[<&>]/g,q)),null;case f:if(o&&-1!==e.data.indexOf("]]>"))throw new S(A,'The CDATASection data contains "]]>"');return n.push("<![CDATA[",e.data.replace(/]]>/g,"]]]]><![CDATA[>"),"]]>"),null;case x:if(o&&-1!==e.data.indexOf("-->"))throw new S(A,'The comment node data contains "-->"');return n.push("<!--",e.data,"-->"),null;case U:if(o){if(e.publicId&&!/^("[\x20\r\na-zA-Z0-9\-()+,.\/:=?;!*#@$_%']*"|'[\x20\r\na-zA-Z0-9\-()+,.\/:=?;!*#@$_%'"]*')$/.test(e.publicId))throw new S(A,"DocumentType publicId is not a valid PubidLiteral");if(e.systemId&&!/^("[^"]*"|'[^']*')$/.test(e.systemId))throw new S(A,"DocumentType systemId is not a valid SystemLiteral");if(e.internalSubset&&-1!==e.internalSubset.indexOf("]>"))throw new S(A,'DocumentType internalSubset contains "]>"')}var I=e.publicId,R=e.systemId;if(n.push("<!DOCTYPE ",e.name),I)n.push(" PUBLIC ",I),R&&"."!=R&&n.push(" ",R),n.push(">");else if(R&&"."!=R)n.push(" SYSTEM ",R,">");else{var j=e.internalSubset;j&&n.push(" [",j,"]"),n.push(">")}return null;case y:if(o&&-1!==e.data.indexOf("?>"))throw new S(A,'The ProcessingInstruction data contains "?>"');return n.push("<?",e.target," ",e.data,"?>"),null;case b:return n.push("&",e.nodeName,";"),null;default:return n.push("??",e.nodeName),null}},exit:function(e,t){t&&t.tag&&n.push("</",t.tag,">")}})}function ex(e,n,t){e[n]=t}w[12]="Syntax error",_.SYNTAX_ERR=12,w[13]="Invalid modification",_.INVALID_MODIFICATION_ERR=13,w[14]="Invalid namespace",_.NAMESPACE_ERR=14,w[15]="Invalid access",_.INVALID_ACCESS_ERR=15,S.prototype=Error.prototype,d(_,S),N.prototype={length:0,item:function(e){return e>=0&&e<this.length?this[e]:null},toString:function(e,n,t){for(var i=!!t&&!!t.requireWellFormed,r=[],a=0;a<this.length;a++)ey(this[a],r,e,n,null,i);return r.join("")},filter:function(e){return Array.prototype.filter.call(this,e)},indexOf:function(e){return Array.prototype.indexOf.call(this,e)}},B.prototype.item=function(e){return k(this),this[e]||null},u(B,N),O.prototype={length:0,item:N.prototype.item,getNamedItem:function(e){for(var n=this.length;n--;){var t=this[n];if(t.nodeName==e)return t}},setNamedItem:function(e){var n=e.ownerElement;if(n&&n!=this._ownerElement)throw new S(C);var t=this.getNamedItem(e.nodeName);return R(this._ownerElement,this,e,t),t},setNamedItemNS:function(e){var n,t=e.ownerElement;if(t&&t!=this._ownerElement)throw new S(C);return n=this.getNamedItemNS(e.namespaceURI,e.localName),R(this._ownerElement,this,e,n),n},removeNamedItem:function(e){var n=this.getNamedItem(e);return j(this._ownerElement,this,n),n},removeNamedItemNS:function(e,n){var t=this.getNamedItemNS(e,n);return j(this._ownerElement,this,t),t},getNamedItemNS:function(e,n){for(var t=this.length;t--;){var i=this[t];if(i.localName==n&&i.namespaceURI==e)return i}return null}},P.prototype={hasFeature:function(e,n){return!0},createDocument:function(e,n,t){var i=new H;if(i.implementation=this,i.childNodes=new N,i.doctype=t||null,t&&i.appendChild(t),n){var r=i.createElementNS(e,n);i.appendChild(r)}return i},createDocumentType:function(e,n,t){var i=new es;return i.name=e,i.nodeName=e,i.publicId=n||"",i.systemId=t||"",i}},L.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(e,n){return ee(this,e,n)},replaceChild:function(e,n){ee(this,e,n,J),n&&this.removeChild(n)},removeChild:function(e){return G(this,e)},appendChild:function(e){return this.insertBefore(e,null)},hasChildNodes:function(){return null!=this.firstChild},cloneNode:function(e){return function e(n,t,i){var r;return V(t,null,{enter:function(t,a){var o=new t.constructor;for(var c in t)if(Object.prototype.hasOwnProperty.call(t,c)){var s=t[c];"object"!=typeof s&&s!=o[c]&&(o[c]=s)}t.childNodes&&(o.childNodes=new N),o.ownerDocument=n;var d=i;switch(o.nodeType){case h:var u=t.attributes,l=o.attributes=new O,g=u.length;l._ownerElement=o;for(var f=0;f<g;f++)o.setAttributeNode(e(n,u.item(f),!0));break;case p:d=!0}return null!==a?a.appendChild(o):r=o,d?o:null}}),r}(this.ownerDocument||this,this,e)},normalize:function(){V(this,null,{enter:function(e){for(var n=e.firstChild;n;){var t=n.nextSibling;null!==t&&t.nodeType===g&&n.nodeType===g?(e.removeChild(t),n.appendData(t.data)):n=t}return!0}})},isSupported:function(e,n){return this.ownerDocument.implementation.hasFeature(e,n)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(e){for(var n=this;n;){var t=n._nsMap;if(t){for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i)&&t[i]===e)return i}n=n.nodeType==p?n.ownerDocument:n.parentNode}return null},lookupNamespaceURI:function(e){for(var n=this;n;){var t=n._nsMap;if(t&&Object.prototype.hasOwnProperty.call(t,e))return t[e];n=n.nodeType==p?n.ownerDocument:n.parentNode}return null},isDefaultNamespace:function(e){return null==this.lookupPrefix(e)}},d(l,L),d(l,L.prototype),V.STOP=Symbol("walkDOM.STOP"),V.ENTER=0,V.EXIT=1,H.prototype={nodeName:"#document",nodeType:D,doctype:null,documentElement:null,_inc:1,insertBefore:function(e,n){if(e.nodeType==v){for(var t=e.firstChild;t;){var i=t.nextSibling;this.insertBefore(t,n),t=i}return e}return ee(this,e,n),en(e,this),null===this.documentElement&&e.nodeType===h&&(this.documentElement=e),e},removeChild:function(e){return this.documentElement==e&&(this.documentElement=null),G(this,e)},replaceChild:function(e,n){ee(this,e,n,J),en(e,this),n&&this.removeChild(n),K(e)&&(this.documentElement=e)},importNode:function(e,n){var t,i,r,a;return t=this,i=e,r=n,V(i,null,{enter:function(e,n){var i=e.cloneNode(!1);return i.ownerDocument=t,i.parentNode=null,null===n?a=i:n.appendChild(i),e.nodeType===p||r?i:null}}),a},getElementById:function(e){var n=null;return M(this.documentElement,function(t){if(t.nodeType==h&&t.getAttribute("id")==e)return n=t,!0}),n},getElementsByClassName:function(e){var n=s(e);return new B(this,function(t){var i=[];return n.length>0&&M(t.documentElement,function(r){if(r!==t&&r.nodeType===h){var a=r.getAttribute("class");if(a){var o=e===a;if(!o){var c=s(a);o=n.every(function(e){return c&&-1!==c.indexOf(e)})}o&&i.push(r)}}}),i})},createElement:function(e){var n=new et;return n.ownerDocument=this,n.nodeName=e,n.tagName=e,n.localName=e,n.childNodes=new N,(n.attributes=new O)._ownerElement=n,n},createDocumentFragment:function(){var e=new eh;return e.ownerDocument=this,e.childNodes=new N,e},createTextNode:function(e){var n=new ea;return n.ownerDocument=this,n.appendData(e),n},createComment:function(e){var n=new eo;return n.ownerDocument=this,n.appendData(e),n},createCDATASection:function(e){if(-1!==e.indexOf("]]>"))throw new S(E,'data contains "]]>"');var n=new ec;return n.ownerDocument=this,n.appendData(e),n},createProcessingInstruction:function(e,n){var t=new ep;return t.ownerDocument=this,t.tagName=t.nodeName=t.target=e,t.nodeValue=t.data=n,t},createAttribute:function(e){var n=new ei;return n.ownerDocument=this,n.name=e,n.nodeName=e,n.localName=e,n.specified=!0,n},createEntityReference:function(e){var n=new el;return n.ownerDocument=this,n.nodeName=e,n},createElementNS:function(e,n){var t=new et,i=n.split(":"),r=t.attributes=new O;return t.childNodes=new N,t.ownerDocument=this,t.nodeName=n,t.tagName=n,t.namespaceURI=e,2==i.length?(t.prefix=i[0],t.localName=i[1]):t.localName=n,r._ownerElement=t,t},createAttributeNS:function(e,n){var t=new ei,i=n.split(":");return t.ownerDocument=this,t.nodeName=n,t.name=n,t.namespaceURI=e,t.specified=!0,2==i.length?(t.prefix=i[0],t.localName=i[1]):t.localName=n,t}},u(H,L),et.prototype={nodeType:h,hasAttribute:function(e){return null!=this.getAttributeNode(e)},getAttribute:function(e){var n=this.getAttributeNode(e);return n&&n.value||""},getAttributeNode:function(e){return this.attributes.getNamedItem(e)},setAttribute:function(e,n){var t=this.ownerDocument.createAttribute(e);t.value=t.nodeValue=""+n,this.setAttributeNode(t)},removeAttribute:function(e){var n=this.getAttributeNode(e);n&&this.removeAttributeNode(n)},appendChild:function(e){return e.nodeType===v?this.insertBefore(e,null):(e.parentNode&&e.parentNode.removeChild(e),e.parentNode=this,e.previousSibling=this.lastChild,e.nextSibling=null,e.previousSibling?e.previousSibling.nextSibling=e:this.firstChild=e,this.lastChild=e,X(this.ownerDocument,this,e),en(e,this.ownerDocument||this),e)},setAttributeNode:function(e){return this.attributes.setNamedItem(e)},setAttributeNodeNS:function(e){return this.attributes.setNamedItemNS(e)},removeAttributeNode:function(e){return this.attributes.removeNamedItem(e.nodeName)},removeAttributeNS:function(e,n){var t=this.getAttributeNodeNS(e,n);t&&this.removeAttributeNode(t)},hasAttributeNS:function(e,n){return null!=this.getAttributeNodeNS(e,n)},getAttributeNS:function(e,n){var t=this.getAttributeNodeNS(e,n);return t&&t.value||""},setAttributeNS:function(e,n,t){var i=this.ownerDocument.createAttributeNS(e,n);i.value=i.nodeValue=""+t,this.setAttributeNode(i)},getAttributeNodeNS:function(e,n){return this.attributes.getNamedItemNS(e,n)},getElementsByTagName:function(e){return new B(this,function(n){var t=[];return M(n,function(i){i!==n&&i.nodeType==h&&("*"===e||i.tagName==e)&&t.push(i)}),t})},getElementsByTagNameNS:function(e,n){return new B(this,function(t){var i=[];return M(t,function(r){r!==t&&r.nodeType===h&&("*"===e||r.namespaceURI===e)&&("*"===n||r.localName==n)&&i.push(r)}),i})}},H.prototype.getElementsByTagName=et.prototype.getElementsByTagName,H.prototype.getElementsByTagNameNS=et.prototype.getElementsByTagNameNS,u(et,L),ei.prototype.nodeType=p,u(ei,L),er.prototype={data:"",substringData:function(e,n){return this.data.substring(e,e+n)},appendData:function(e){e=this.data+e,this.nodeValue=this.data=e,this.length=e.length},insertData:function(e,n){this.replaceData(e,0,n)},appendChild:function(e){throw Error(w[F])},deleteData:function(e,n){this.replaceData(e,n,"")},replaceData:function(e,n,t){t=this.data.substring(0,e)+t+this.data.substring(e+n),this.nodeValue=this.data=t,this.length=t.length}},u(er,L),ea.prototype={nodeName:"#text",nodeType:g,splitText:function(e){var n=this.data,t=n.substring(e);n=n.substring(0,e),this.data=this.nodeValue=n,this.length=n.length;var i=this.ownerDocument.createTextNode(t);return this.parentNode&&this.parentNode.insertBefore(i,this.nextSibling),i}},u(ea,er),eo.prototype={nodeName:"#comment",nodeType:x},u(eo,er),ec.prototype={nodeName:"#cdata-section",nodeType:f},u(ec,er),es.prototype.nodeType=U,u(es,L),ed.prototype.nodeType=T,u(ed,L),eu.prototype.nodeType=m,u(eu,L),el.prototype.nodeType=b,u(el,L),eh.prototype.nodeName="#document-fragment",eh.prototype.nodeType=v,u(eh,L),ep.prototype.nodeType=y,u(ep,L),eg.prototype.serializeToString=function(e,n,t,i){return ef.call(e,n,t,i)},L.prototype.toString=ef;try{Object.defineProperty&&(Object.defineProperty(B.prototype,"length",{get:function(){return k(this),this.$$length}}),Object.defineProperty(L.prototype,"textContent",{get:function(){if(this.nodeType===h||this.nodeType===v){var e=[];return V(this,null,{enter:function(n){return n.nodeType===h||n.nodeType===v||(n.nodeType===y||n.nodeType===x?null:void e.push(n.nodeValue))}}),e.join("")}return this.nodeValue},set:function(e){switch(this.nodeType){case h:case v:for(;this.firstChild;)this.removeChild(this.firstChild);(e||String(e))&&this.appendChild(this.ownerDocument.createTextNode(e));break;default:this.data=e,this.value=e,this.nodeValue=e}}}),ex=function(e,n,t){e["$$"+n]=t})}catch(e){}t.DocumentType=es,t.DOMException=S,t.DOMImplementation=P,t.Element=et,t.Node=L,t.NodeList=N,t.walkDOM=V,t.XMLSerializer=eg},8143,(e,n,t)=>{"use strict";var i=e.r(119850).freeze;t.XML_ENTITIES=i({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),t.HTML_ENTITIES=i({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:" ",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""}),t.entityMap=t.HTML_ENTITIES},116845,(e,n,t)=>{var i=e.r(119850).NAMESPACE,r=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,a=RegExp("[\\-\\.0-9"+r.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),o=RegExp("^"+r.source+a.source+"*(?::"+r.source+a.source+"*)?$");function c(e,n){this.message=e,this.locator=n,Error.captureStackTrace&&Error.captureStackTrace(this,c)}function s(){}function d(e,n){return n.lineNumber=e.lineNumber,n.columnNumber=e.columnNumber,n}function u(e,n,t){for(var r=e.tagName,a=null,o=e.length;o--;){var c=e[o],s=c.qName,d=c.value,u=s.indexOf(":");if(u>0)var h=c.prefix=s.slice(0,u),p=s.slice(u+1),g="xmlns"===h&&p;else p=s,h=null,g="xmlns"===s&&"";c.localName=p,!1!==g&&(null==a&&(a={},l(t,t={})),t[g]=a[g]=d,c.uri=i.XMLNS,n.startPrefixMapping(g,d))}for(var o=e.length;o--;){var h=(c=e[o]).prefix;h&&("xml"===h&&(c.uri=i.XML),"xmlns"!==h&&(c.uri=t[h||""]))}var u=r.indexOf(":");u>0?(h=e.prefix=r.slice(0,u),p=e.localName=r.slice(u+1)):(h=null,p=e.localName=r);var f=e.uri=t[h||""];if(n.startElement(f,p,r,e),!e.closed)return e.currentNSMap=t,e.localNSMap=a,!0;if(n.endElement(f,p,r),a)for(h in a)Object.prototype.hasOwnProperty.call(a,h)&&n.endPrefixMapping(h)}function l(e,n){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])}function h(){this.attributeNames={}}c.prototype=Error(),c.prototype.name=c.name,s.prototype={parse:function(e,n,t){var r=this.domBuilder;r.startDocument(),l(n,n={}),function(e,n,t,r,a){function o(e){var n,i=e.slice(1,-1);return Object.hasOwnProperty.call(t,i)?t[i]:"#"===i.charAt(0)?(n=parseInt(i.substr(1).replace("x","0x")))>65535?String.fromCharCode(55296+((n-=65536)>>10),56320+(1023&n)):String.fromCharCode(n):(a.error("entity not found:"+e),e)}function s(n){if(n>x){var t=e.substring(x,n).replace(/&#?\w+;/g,o);b&&l(x),r.characters(t,0,n-x),x=n}}function l(n,t){for(;n>=g&&(t=f.exec(e));)g=(p=t.index)+t[0].length,b.lineNumber++;b.columnNumber=n-p+1}for(var p=0,g=0,f=/.*(?:\r\n?|\n)|.*$/g,b=r.locator,m=[{currentNSMap:n}],y={},x=0;;){try{var D=e.indexOf("<",x);if(D<0){if(!e.substr(x).match(/^\s*$/)){var U=r.doc,v=U.createTextNode(e.substr(x));U.appendChild(v),r.currentElement=v}return}switch(D>x&&s(D),e.charAt(D+1)){case"/":var T=e.indexOf(">",D+3),_=e.substring(D+2,T).replace(/[ \t\n\r]+$/g,""),w=m.pop();T<0?(_=e.substring(D+2).replace(/[\s<].*/,""),a.error("end tag name: "+_+" is not complete:"+w.tagName),T=D+1+_.length):_.match(/\s</)&&(_=_.replace(/[\s<].*/,""),a.error("end tag name: "+_+" maybe not complete"),T=D+1+_.length);var F=w.localNSMap,E=w.tagName==_;if(E||w.tagName&&w.tagName.toLowerCase()==_.toLowerCase()){if(r.endElement(w.uri,w.localName,_),F)for(var W in F)Object.prototype.hasOwnProperty.call(F,W)&&r.endPrefixMapping(W);E||a.fatalError("end tag name: "+_+" is not match the current start tagName:"+w.tagName)}else m.push(w);T++;break;case"?":b&&l(D),T=function(e,n,t){var i=e.indexOf("?>",n);if(i){var r=e.substring(n,i).match(/^<\?(\S*)\s*([\s\S]*?)$/);if(r)return r[0].length,t.processingInstruction(r[1],r[2]),i+2}return -1}(e,D,r);break;case"!":b&&l(D),T=function(e,n,t,i){if("-"===e.charAt(n+2)){if("-"===e.charAt(n+3)){var r=e.indexOf("-->",n+4);if(r>n)return t.comment(e,n+4,r-n-4),r+3;i.error("Unclosed comment")}}else{if("CDATA["==e.substr(n+3,6)){var r=e.indexOf("]]>",n+9);return t.startCDATA(),t.characters(e,n+9,r-n-9),t.endCDATA(),r+3}var a=function(e,n){var t,i=[],r=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for(r.lastIndex=n,r.exec(e);t=r.exec(e);)if(i.push(t),t[1])return i}(e,n),o=a.length;if(o>1&&/!doctype/i.test(a[0][0])){var c=a[1][0],s=!1,d=!1;o>3&&(/^public$/i.test(a[2][0])?(s=a[3][0],d=o>4&&a[4][0]):/^system$/i.test(a[2][0])&&(d=a[3][0]));var u=a[o-1];return t.startDTD(c,s,d),t.endDTD(),u.index+u[0].length}}return -1}(e,D,r,a);break;default:b&&l(D);var C=new h,A=m[m.length-1].currentNSMap,T=function(e,n,t,r,a,o){function c(e,n,i){t.attributeNames.hasOwnProperty(e)&&o.fatalError("Attribute "+e+" redefined"),t.addValue(e,n.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,a),i)}for(var s,d,u=++n,l=0;;){var h=e.charAt(u);switch(h){case"=":if(1===l)s=e.slice(n,u),l=3;else if(2===l)l=3;else throw Error("attribute equal must after attrName");break;case"'":case'"':if(3===l||1===l)if(1===l&&(o.warning('attribute value must after "="'),s=e.slice(n,u)),n=u+1,(u=e.indexOf(h,n))>0)c(s,d=e.slice(n,u),n-1),l=5;else throw Error("attribute value no end '"+h+"' match");else if(4==l)c(s,d=e.slice(n,u),n),o.warning('attribute "'+s+'" missed start quot('+h+")!!"),n=u+1,l=5;else throw Error('attribute value must after "="');break;case"/":switch(l){case 0:t.setTagName(e.slice(n,u));case 5:case 6:case 7:l=7,t.closed=!0;case 4:case 1:break;case 2:t.closed=!0;break;default:throw Error("attribute invalid close char('/')")}break;case"":return o.error("unexpected end of input"),0==l&&t.setTagName(e.slice(n,u)),u;case">":switch(l){case 0:t.setTagName(e.slice(n,u));case 5:case 6:case 7:break;case 4:case 1:"/"===(d=e.slice(n,u)).slice(-1)&&(t.closed=!0,d=d.slice(0,-1));case 2:2===l&&(d=s),4==l?(o.warning('attribute "'+d+'" missed quot(")!'),c(s,d,n)):(i.isHTML(r[""])&&d.match(/^(?:disabled|checked|selected)$/i)||o.warning('attribute "'+d+'" missed value!! "'+d+'" instead!!'),c(d,d,n));break;case 3:throw Error("attribute value missed!!")}return u;case"":h=" ";default:if(h<=" ")switch(l){case 0:t.setTagName(e.slice(n,u)),l=6;break;case 1:s=e.slice(n,u),l=2;break;case 4:var d=e.slice(n,u);o.warning('attribute "'+d+'" missed quot(")!!'),c(s,d,n);case 5:l=6}else switch(l){case 2:t.tagName,i.isHTML(r[""])&&s.match(/^(?:disabled|checked|selected)$/i)||o.warning('attribute "'+s+'" missed value!! "'+s+'" instead2!!'),c(s,s,n),n=u,l=1;break;case 5:o.warning('attribute space is required"'+s+'"!!');case 6:l=1,n=u;break;case 3:l=4,n=u;break;case 7:throw Error("elements closed character '/' and '>' must be connected to")}}u++}}(e,D,C,A,o,a),S=C.length;if(!C.closed&&function(e,n,t,i){var r=i[t];return null==r&&((r=e.lastIndexOf("</"+t+">"))<n&&(r=e.lastIndexOf("</"+t)),i[t]=r),r<n}(e,T,C.tagName,y)&&(C.closed=!0,t.nbsp||a.warning("unclosed xml attribute")),b&&S){for(var N=d(b,{}),B=0;B<S;B++){var k=C[B];l(k.offset),k.locator=d(b,{})}r.locator=N,u(C,r,A)&&m.push(C),r.locator=b}else u(C,r,A)&&m.push(C);i.isHTML(C.uri)&&!C.closed?T=function(e,n,t,i,r){if(/^(?:script|textarea)$/i.test(t)){var a=e.indexOf("</"+t+">",n),o=e.substring(n+1,a);if(/[&<]/.test(o))return/^script$/i.test(t)||(o=o.replace(/&#?\w+;/g,i)),r.characters(o,0,o.length),a}return n+1}(e,T,C.tagName,o,r):T++}}catch(e){if(e instanceof c)throw e;a.error("element parse error: "+e),T=-1}T>x?x=T:s(Math.max(D,x)+1)}}(e,n,t,r,this.errorHandler),r.endDocument()}},h.prototype={setTagName:function(e){if(!o.test(e))throw Error("invalid tagName:"+e);this.tagName=e},addValue:function(e,n,t){if(!o.test(e))throw Error("invalid attribute:"+e);this.attributeNames[e]=this.length,this[this.length++]={qName:e,value:n,offset:t}},length:0,getLocalName:function(e){return this[e].localName},getLocator:function(e){return this[e].locator},getQName:function(e){return this[e].qName},getURI:function(e){return this[e].uri},getValue:function(e){return this[e].value}},t.XMLReader=s,t.ParseError=c},507173,(e,n,t)=>{var i=e.r(119850),r=e.r(180690),a=e.r(8143),o=e.r(116845),c=r.DOMImplementation,s=i.NAMESPACE,d=o.ParseError,u=o.XMLReader;function l(e){return e.replace(/\r[\n\u0085]/g,"\n").replace(/[\r\u0085\u2028]/g,"\n")}function h(e){this.options=e||{locator:{}}}function p(){this.cdata=!1}function g(e,n){n.lineNumber=e.lineNumber,n.columnNumber=e.columnNumber}function f(e){if(e)return"\n@"+(e.systemId||"")+"#[line:"+e.lineNumber+",col:"+e.columnNumber+"]"}function b(e,n,t){return"string"==typeof e?e.substr(n,t):e.length>=n+t||n?new java.lang.String(e,n,t)+"":e}function m(e,n){e.currentElement?e.currentElement.appendChild(n):e.doc.appendChild(n)}h.prototype.parseFromString=function(e,n){var t=this.options,i=new u,r=t.domBuilder||new p,o=t.errorHandler,c=t.locator,d=t.xmlns||{},h=/\/x?html?$/.test(n),g=h?a.HTML_ENTITIES:a.XML_ENTITIES;c&&r.setDocumentLocator(c),i.errorHandler=function(e,n,t){if(!e){if(n instanceof p)return n;e=n}var i={},r=e instanceof Function;function a(n){var a=e[n];!a&&r&&(a=2==e.length?function(t){e(n,t)}:e),i[n]=a&&function(e){a("[xmldom "+n+"] "+e+f(t))}||function(){}}return t=t||{},a("warning"),a("error"),a("fatalError"),i}(o,r,c),i.domBuilder=t.domBuilder||r,h&&(d[""]=s.HTML),d.xml=d.xml||s.XML;var b=t.normalizeLineEndings||l;return e&&"string"==typeof e?i.parse(b(e),d,g):i.errorHandler.error("invalid doc source"),r.doc},p.prototype={startDocument:function(){this.doc=new c().createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(e,n,t,i){var r=this.doc,a=r.createElementNS(e,t||n),o=i.length;m(this,a),this.currentElement=a,this.locator&&g(this.locator,a);for(var c=0;c<o;c++){var e=i.getURI(c),s=i.getValue(c),t=i.getQName(c),d=r.createAttributeNS(e,t);this.locator&&g(i.getLocator(c),d),d.value=d.nodeValue=s,a.setAttributeNode(d)}},endElement:function(e,n,t){var i=this.currentElement;i.tagName,this.currentElement=i.parentNode},startPrefixMapping:function(e,n){},endPrefixMapping:function(e){},processingInstruction:function(e,n){var t=this.doc.createProcessingInstruction(e,n);this.locator&&g(this.locator,t),m(this,t)},ignorableWhitespace:function(e,n,t){},characters:function(e,n,t){if(e=b.apply(this,arguments)){if(this.cdata)var i=this.doc.createCDATASection(e);else var i=this.doc.createTextNode(e);this.currentElement?this.currentElement.appendChild(i):/^\s*$/.test(e)&&this.doc.appendChild(i),this.locator&&g(this.locator,i)}},skippedEntity:function(e){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(e){(this.locator=e)&&(e.lineNumber=0)},comment:function(e,n,t){e=b.apply(this,arguments);var i=this.doc.createComment(e);this.locator&&g(this.locator,i),m(this,i)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(e,n,t){var i=this.doc.implementation;if(i&&i.createDocumentType){var r=i.createDocumentType(e,n,t);this.locator&&g(this.locator,r),m(this,r),this.doc.doctype=r}},warning:function(e){console.warn("[xmldom warning] "+e,f(this.locator))},error:function(e){console.error("[xmldom error] "+e,f(this.locator))},fatalError:function(e){throw new d(e,this.locator)}},"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(e){p.prototype[e]=function(){return null}}),t.__DOMHandler=p,t.normalizeLineEndings=l,t.DOMParser=h},405967,(e,n,t)=>{var i=e.r(180690);t.DOMImplementation=i.DOMImplementation,t.XMLSerializer=i.XMLSerializer,t.DOMParser=e.r(507173).DOMParser},692878,(e,n,t)=>{var i=e.r(405967),r=e.r(180690);t.parseFromString=function(e){var n=null,t=new i.DOMParser({errorHandler:function(e,t){n={level:e,message:t}}}).parseFromString(e);if(null===n)return t;throw Error(n.level+": "+n.message)},t.Node=r.Node},572778,(e,n,t)=>{var i=e.r(240223),r=e.r(984938),a=e.r(692878),o=e.r(775153),c=o.Element;t.readString=function(e,n){n=n||{};try{var t=a.parseFromString(e,"text/xml")}catch(e){return i.reject(e)}if("parsererror"===t.documentElement.tagName)return i.resolve(Error(t.documentElement.textContent));function d(e){if(!e.namespaceURI)return e.localName;var t=n[e.namespaceURI];return(t?t+":":"{"+e.namespaceURI+"}")+e.localName}return i.resolve(function e(n){switch(n.nodeType){case s.ELEMENT_NODE:var t,i,a,u;return i=d(t=n),a=[],r.forEach(t.childNodes,function(n){var t=e(n);t&&a.push(t)}),u={},r.forEach(t.attributes,function(e){u[d(e)]=e.value}),new c(i,u,a);case s.TEXT_NODE:return o.text(n.nodeValue)}}(t.documentElement))};var s=a.Node},96226,(e,n,t)=>{(function(){var e,t,i,r=[].slice,a={}.hasOwnProperty;t=function(e){return!!e&&"[object Function]"===Object.prototype.toString.call(e)},i=function(e){var n;return!!e&&("function"==(n=typeof e)||"object"===n)},e=function(e){return t(Array.isArray)?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)},n.exports.assign=function(){var e,n,i,o,c,s;if(s=arguments[0],c=2<=arguments.length?r.call(arguments,1):[],t(Object.assign))Object.assign.apply(null,arguments);else for(e=0,i=c.length;e<i;e++)if(null!=(o=c[e]))for(n in o)a.call(o,n)&&(s[n]=o[n]);return s},n.exports.isFunction=t,n.exports.isObject=i,n.exports.isArray=e,n.exports.isEmpty=function(n){var t;if(e(n))return!n.length;for(t in n)if(a.call(n,t))return!1;return!0},n.exports.isPlainObject=function(e){var n,t;return i(e)&&(t=Object.getPrototypeOf(e))&&(n=t.constructor)&&"function"==typeof n&&n instanceof n&&Function.prototype.toString.call(n)===Function.prototype.toString.call(Object)},n.exports.getValue=function(e){return t(e.valueOf)?e.valueOf():e}}).call(e.e)},193659,(e,n,t)=>{(function(){n.exports=function(){function e(e,n,t){if(this.options=e.options,this.stringify=e.stringify,this.parent=e,null==n)throw Error("Missing attribute name. "+this.debugInfo(n));if(null==t)throw Error("Missing attribute value. "+this.debugInfo(n));this.name=this.stringify.attName(n),this.value=this.stringify.attValue(t)}return e.prototype.clone=function(){return Object.create(this)},e.prototype.toString=function(e){return this.options.writer.set(e).attribute(this)},e.prototype.debugInfo=function(e){return null==(e=e||this.name)?"parent: <"+this.parent.name+">":"attribute: {"+e+"}, parent: <"+this.parent.name+">"},e}()}).call(e.e)},126440,(e,n,t)=>{(function(){var t,i,r,a,o,c,s=function(e,n){for(var t in n)d.call(n,t)&&(e[t]=n[t]);function i(){this.constructor=e}return i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype,e},d={}.hasOwnProperty;o=(c=e.r(96226)).isObject,a=c.isFunction,r=c.getValue,i=e.r(689217),t=e.r(193659),n.exports=function(e){function n(e,t,i){if(n.__super__.constructor.call(this,e),null==t)throw Error("Missing element name. "+this.debugInfo());this.name=this.stringify.eleName(t),this.attributes={},null!=i&&this.attribute(i),e.isDocument&&(this.isRoot=!0,this.documentObject=e,e.rootObject=this)}return s(n,e),n.prototype.clone=function(){var e,n,t,i;for(n in(t=Object.create(this)).isRoot&&(t.documentObject=null),t.attributes={},i=this.attributes)d.call(i,n)&&(e=i[n],t.attributes[n]=e.clone());return t.children=[],this.children.forEach(function(e){var n;return(n=e.clone()).parent=t,t.children.push(n)}),t},n.prototype.attribute=function(e,n){var i,c;if(null!=e&&(e=r(e)),o(e))for(i in e)d.call(e,i)&&(c=e[i],this.attribute(i,c));else a(n)&&(n=n.apply()),this.options.skipNullAttributes&&null==n||(this.attributes[e]=new t(this,e,n));return this},n.prototype.removeAttribute=function(e){var n,t,i;if(null==e)throw Error("Missing attribute name. "+this.debugInfo());if(Array.isArray(e=r(e)))for(t=0,i=e.length;t<i;t++)n=e[t],delete this.attributes[n];else delete this.attributes[e];return this},n.prototype.toString=function(e){return this.options.writer.set(e).element(this)},n.prototype.att=function(e,n){return this.attribute(e,n)},n.prototype.a=function(e,n){return this.attribute(e,n)},n}(i)}).call(e.e)},655671,(e,n,t)=>{(function(){var t=function(e,n){for(var t in n)i.call(n,t)&&(e[t]=n[t]);function r(){this.constructor=e}return r.prototype=n.prototype,e.prototype=new r,e.__super__=n.prototype,e},i={}.hasOwnProperty;n.exports=function(e){function n(e,t){if(n.__super__.constructor.call(this,e),null==t)throw Error("Missing CDATA text. "+this.debugInfo());this.text=this.stringify.cdata(t)}return t(n,e),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(e){return this.options.writer.set(e).cdata(this)},n}(e.r(689217))}).call(e.e)},673855,(e,n,t)=>{(function(){var t=function(e,n){for(var t in n)i.call(n,t)&&(e[t]=n[t]);function r(){this.constructor=e}return r.prototype=n.prototype,e.prototype=new r,e.__super__=n.prototype,e},i={}.hasOwnProperty;n.exports=function(e){function n(e,t){if(n.__super__.constructor.call(this,e),null==t)throw Error("Missing comment text. "+this.debugInfo());this.text=this.stringify.comment(t)}return t(n,e),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(e){return this.options.writer.set(e).comment(this)},n}(e.r(689217))}).call(e.e)},562063,(e,n,t)=>{(function(){var t,i=function(e,n){for(var t in n)r.call(n,t)&&(e[t]=n[t]);function i(){this.constructor=e}return i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype,e},r={}.hasOwnProperty;t=e.r(96226).isObject,n.exports=function(e){function n(e,i,r,a){var o;n.__super__.constructor.call(this,e),t(i)&&(i=(o=i).version,r=o.encoding,a=o.standalone),i||(i="1.0"),this.version=this.stringify.xmlVersion(i),null!=r&&(this.encoding=this.stringify.xmlEncoding(r)),null!=a&&(this.standalone=this.stringify.xmlStandalone(a))}return i(n,e),n.prototype.toString=function(e){return this.options.writer.set(e).declaration(this)},n}(e.r(689217))}).call(e.e)},634339,(e,n,t)=>{(function(){var t=function(e,n){for(var t in n)i.call(n,t)&&(e[t]=n[t]);function r(){this.constructor=e}return r.prototype=n.prototype,e.prototype=new r,e.__super__=n.prototype,e},i={}.hasOwnProperty;n.exports=function(e){function n(e,t,i,r,a,o){if(n.__super__.constructor.call(this,e),null==t)throw Error("Missing DTD element name. "+this.debugInfo());if(null==i)throw Error("Missing DTD attribute name. "+this.debugInfo(t));if(!r)throw Error("Missing DTD attribute type. "+this.debugInfo(t));if(!a)throw Error("Missing DTD attribute default. "+this.debugInfo(t));if(0!==a.indexOf("#")&&(a="#"+a),!a.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(t));if(o&&!a.match(/^(#FIXED|#DEFAULT)$/))throw Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(t));this.elementName=this.stringify.eleName(t),this.attributeName=this.stringify.attName(i),this.attributeType=this.stringify.dtdAttType(r),this.defaultValue=this.stringify.dtdAttDefault(o),this.defaultValueType=a}return t(n,e),n.prototype.toString=function(e){return this.options.writer.set(e).dtdAttList(this)},n}(e.r(689217))}).call(e.e)},338325,(e,n,t)=>{(function(){var t,i=function(e,n){for(var t in n)r.call(n,t)&&(e[t]=n[t]);function i(){this.constructor=e}return i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype,e},r={}.hasOwnProperty;t=e.r(96226).isObject,n.exports=function(e){function n(e,i,r,a){if(n.__super__.constructor.call(this,e),null==r)throw Error("Missing DTD entity name. "+this.debugInfo(r));if(null==a)throw Error("Missing DTD entity value. "+this.debugInfo(r));if(this.pe=!!i,this.name=this.stringify.eleName(r),t(a)){if(!a.pubID&&!a.sysID)throw Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(r));if(a.pubID&&!a.sysID)throw Error("System identifier is required for a public external entity. "+this.debugInfo(r));if(null!=a.pubID&&(this.pubID=this.stringify.dtdPubID(a.pubID)),null!=a.sysID&&(this.sysID=this.stringify.dtdSysID(a.sysID)),null!=a.nData&&(this.nData=this.stringify.dtdNData(a.nData)),this.pe&&this.nData)throw Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(r))}else this.value=this.stringify.dtdEntityValue(a)}return i(n,e),n.prototype.toString=function(e){return this.options.writer.set(e).dtdEntity(this)},n}(e.r(689217))}).call(e.e)},203069,(e,n,t)=>{(function(){var t=function(e,n){for(var t in n)i.call(n,t)&&(e[t]=n[t]);function r(){this.constructor=e}return r.prototype=n.prototype,e.prototype=new r,e.__super__=n.prototype,e},i={}.hasOwnProperty;n.exports=function(e){function n(e,t,i){if(n.__super__.constructor.call(this,e),null==t)throw Error("Missing DTD element name. "+this.debugInfo());i||(i="(#PCDATA)"),Array.isArray(i)&&(i="("+i.join(",")+")"),this.name=this.stringify.eleName(t),this.value=this.stringify.dtdElementValue(i)}return t(n,e),n.prototype.toString=function(e){return this.options.writer.set(e).dtdElement(this)},n}(e.r(689217))}).call(e.e)},527064,(e,n,t)=>{(function(){var t=function(e,n){for(var t in n)i.call(n,t)&&(e[t]=n[t]);function r(){this.constructor=e}return r.prototype=n.prototype,e.prototype=new r,e.__super__=n.prototype,e},i={}.hasOwnProperty;n.exports=function(e){function n(e,t,i){if(n.__super__.constructor.call(this,e),null==t)throw Error("Missing DTD notation name. "+this.debugInfo(t));if(!i.pubID&&!i.sysID)throw Error("Public or system identifiers are required for an external entity. "+this.debugInfo(t));this.name=this.stringify.eleName(t),null!=i.pubID&&(this.pubID=this.stringify.dtdPubID(i.pubID)),null!=i.sysID&&(this.sysID=this.stringify.dtdSysID(i.sysID))}return t(n,e),n.prototype.toString=function(e){return this.options.writer.set(e).dtdNotation(this)},n}(e.r(689217))}).call(e.e)},979875,(e,n,t)=>{(function(){var t,i,r,a,o,c,s=function(e,n){for(var t in n)d.call(n,t)&&(e[t]=n[t]);function i(){this.constructor=e}return i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype,e},d={}.hasOwnProperty;c=e.r(96226).isObject,o=e.r(689217),t=e.r(634339),r=e.r(338325),i=e.r(203069),a=e.r(527064),n.exports=function(e){function n(e,t,i){var r,a;n.__super__.constructor.call(this,e),this.name="!DOCTYPE",this.documentObject=e,c(t)&&(t=(r=t).pubID,i=r.sysID),null==i&&(i=(a=[t,i])[0],t=a[1]),null!=t&&(this.pubID=this.stringify.dtdPubID(t)),null!=i&&(this.sysID=this.stringify.dtdSysID(i))}return s(n,e),n.prototype.element=function(e,n){var t;return t=new i(this,e,n),this.children.push(t),this},n.prototype.attList=function(e,n,i,r,a){var o;return o=new t(this,e,n,i,r,a),this.children.push(o),this},n.prototype.entity=function(e,n){var t;return t=new r(this,!1,e,n),this.children.push(t),this},n.prototype.pEntity=function(e,n){var t;return t=new r(this,!0,e,n),this.children.push(t),this},n.prototype.notation=function(e,n){var t;return t=new a(this,e,n),this.children.push(t),this},n.prototype.toString=function(e){return this.options.writer.set(e).docType(this)},n.prototype.ele=function(e,n){return this.element(e,n)},n.prototype.att=function(e,n,t,i,r){return this.attList(e,n,t,i,r)},n.prototype.ent=function(e,n){return this.entity(e,n)},n.prototype.pent=function(e,n){return this.pEntity(e,n)},n.prototype.not=function(e,n){return this.notation(e,n)},n.prototype.up=function(){return this.root()||this.documentObject},n}(o)}).call(e.e)},14369,(e,n,t)=>{(function(){var t=function(e,n){for(var t in n)i.call(n,t)&&(e[t]=n[t]);function r(){this.constructor=e}return r.prototype=n.prototype,e.prototype=new r,e.__super__=n.prototype,e},i={}.hasOwnProperty;n.exports=function(e){function n(e,t){if(n.__super__.constructor.call(this,e),null==t)throw Error("Missing raw text. "+this.debugInfo());this.value=this.stringify.raw(t)}return t(n,e),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(e){return this.options.writer.set(e).raw(this)},n}(e.r(689217))}).call(e.e)},251905,(e,n,t)=>{(function(){var t=function(e,n){for(var t in n)i.call(n,t)&&(e[t]=n[t]);function r(){this.constructor=e}return r.prototype=n.prototype,e.prototype=new r,e.__super__=n.prototype,e},i={}.hasOwnProperty;n.exports=function(e){function n(e,t){if(n.__super__.constructor.call(this,e),null==t)throw Error("Missing element text. "+this.debugInfo());this.value=this.stringify.eleText(t)}return t(n,e),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(e){return this.options.writer.set(e).text(this)},n}(e.r(689217))}).call(e.e)},933506,(e,n,t)=>{(function(){var t=function(e,n){for(var t in n)i.call(n,t)&&(e[t]=n[t]);function r(){this.constructor=e}return r.prototype=n.prototype,e.prototype=new r,e.__super__=n.prototype,e},i={}.hasOwnProperty;n.exports=function(e){function n(e,t,i){if(n.__super__.constructor.call(this,e),null==t)throw Error("Missing instruction target. "+this.debugInfo());this.target=this.stringify.insTarget(t),i&&(this.value=this.stringify.insValue(i))}return t(n,e),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(e){return this.options.writer.set(e).processingInstruction(this)},n}(e.r(689217))}).call(e.e)},806538,(e,n,t)=>{(function(){var t=function(e,n){for(var t in n)i.call(n,t)&&(e[t]=n[t]);function r(){this.constructor=e}return r.prototype=n.prototype,e.prototype=new r,e.__super__=n.prototype,e},i={}.hasOwnProperty;n.exports=function(e){function n(e){n.__super__.constructor.call(this,e),this.isDummy=!0}return t(n,e),n.prototype.clone=function(){return Object.create(this)},n.prototype.toString=function(e){return""},n}(e.r(689217))}).call(e.e)},689217,(e,n,t)=>{(function(){var t,i,r,a,o,c,s,d,u,l,h,p,g,f,b={}.hasOwnProperty;g=(f=e.r(96226)).isObject,p=f.isFunction,h=f.isEmpty,l=f.getValue,c=null,t=null,i=null,r=null,a=null,d=null,u=null,s=null,o=null,n.exports=function(){function n(n){this.parent=n,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.children=[],c||(c=e.r(126440),t=e.r(655671),i=e.r(673855),r=e.r(562063),a=e.r(979875),d=e.r(14369),u=e.r(251905),s=e.r(933506),o=e.r(806538))}return n.prototype.element=function(e,n,t){var i,r,a,o,c,s,d,u,f,m,y;if(s=null,null===n&&null==t&&(n=(f=[{},null])[0],t=f[1]),null==n&&(n={}),g(n=l(n))||(t=(m=[n,t])[0],n=m[1]),null!=e&&(e=l(e)),Array.isArray(e))for(a=0,d=e.length;a<d;a++)r=e[a],s=this.element(r);else if(p(e))s=this.element(e.apply());else if(g(e)){for(c in e)if(b.call(e,c))if(p(y=e[c])&&(y=y.apply()),g(y)&&h(y)&&(y=null),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&0===c.indexOf(this.stringify.convertAttKey))s=this.attribute(c.substr(this.stringify.convertAttKey.length),y);else if(!this.options.separateArrayItems&&Array.isArray(y))for(o=0,u=y.length;o<u;o++)r=y[o],(i={})[c]=r,s=this.element(i);else g(y)?(s=this.element(c)).element(y):s=this.element(c,y)}else s=this.options.skipNullNodes&&null===t?this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&0===e.indexOf(this.stringify.convertTextKey)?this.text(t):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&0===e.indexOf(this.stringify.convertCDataKey)?this.cdata(t):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&0===e.indexOf(this.stringify.convertCommentKey)?this.comment(t):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&0===e.indexOf(this.stringify.convertRawKey)?this.raw(t):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&0===e.indexOf(this.stringify.convertPIKey)?this.instruction(e.substr(this.stringify.convertPIKey.length),t):this.node(e,n,t);if(null==s)throw Error("Could not create any elements with: "+e+". "+this.debugInfo());return s},n.prototype.insertBefore=function(e,n,t){var i,r,a;if(this.isRoot)throw Error("Cannot insert elements at root level. "+this.debugInfo(e));return r=this.parent.children.indexOf(this),a=this.parent.children.splice(r),i=this.parent.element(e,n,t),Array.prototype.push.apply(this.parent.children,a),i},n.prototype.insertAfter=function(e,n,t){var i,r,a;if(this.isRoot)throw Error("Cannot insert elements at root level. "+this.debugInfo(e));return r=this.parent.children.indexOf(this),a=this.parent.children.splice(r+1),i=this.parent.element(e,n,t),Array.prototype.push.apply(this.parent.children,a),i},n.prototype.remove=function(){var e;if(this.isRoot)throw Error("Cannot remove the root element. "+this.debugInfo());return e=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[e,e-e+1].concat([])),this.parent},n.prototype.node=function(e,n,t){var i,r;return null!=e&&(e=l(e)),n||(n={}),g(n=l(n))||(t=(r=[n,t])[0],n=r[1]),i=new c(this,e,n),null!=t&&i.text(t),this.children.push(i),i},n.prototype.text=function(e){var n;return n=new u(this,e),this.children.push(n),this},n.prototype.cdata=function(e){var n;return n=new t(this,e),this.children.push(n),this},n.prototype.comment=function(e){var n;return n=new i(this,e),this.children.push(n),this},n.prototype.commentBefore=function(e){var n,t;return n=this.parent.children.indexOf(this),t=this.parent.children.splice(n),this.parent.comment(e),Array.prototype.push.apply(this.parent.children,t),this},n.prototype.commentAfter=function(e){var n,t;return n=this.parent.children.indexOf(this),t=this.parent.children.splice(n+1),this.parent.comment(e),Array.prototype.push.apply(this.parent.children,t),this},n.prototype.raw=function(e){var n;return n=new d(this,e),this.children.push(n),this},n.prototype.dummy=function(){var e;return e=new o(this),this.children.push(e),e},n.prototype.instruction=function(e,n){var t,i,r,a,o;if(null!=e&&(e=l(e)),null!=n&&(n=l(n)),Array.isArray(e))for(a=0,o=e.length;a<o;a++)t=e[a],this.instruction(t);else if(g(e))for(t in e)b.call(e,t)&&(i=e[t],this.instruction(t,i));else p(n)&&(n=n.apply()),r=new s(this,e,n),this.children.push(r);return this},n.prototype.instructionBefore=function(e,n){var t,i;return t=this.parent.children.indexOf(this),i=this.parent.children.splice(t),this.parent.instruction(e,n),Array.prototype.push.apply(this.parent.children,i),this},n.prototype.instructionAfter=function(e,n){var t,i;return t=this.parent.children.indexOf(this),i=this.parent.children.splice(t+1),this.parent.instruction(e,n),Array.prototype.push.apply(this.parent.children,i),this},n.prototype.declaration=function(e,n,t){var i,a;return i=this.document(),a=new r(i,e,n,t),i.children[0]instanceof r?i.children[0]=a:i.children.unshift(a),i.root()||i},n.prototype.doctype=function(e,n){var t,i,r,o,c,s,d,u,l;for(t=this.document(),i=new a(t,e,n),u=t.children,r=o=0,s=u.length;o<s;r=++o)if(u[r]instanceof a)return t.children[r]=i,i;for(l=t.children,r=c=0,d=l.length;c<d;r=++c)if(l[r].isRoot)return t.children.splice(r,0,i),i;return t.children.push(i),i},n.prototype.up=function(){if(this.isRoot)throw Error("The root node has no parent. Use doc() if you need to get the document object.");return this.parent},n.prototype.root=function(){var e;for(e=this;e;)if(e.isDocument)return e.rootObject;else{if(e.isRoot)return e;e=e.parent}},n.prototype.document=function(){var e;for(e=this;e;)if(e.isDocument)return e;else e=e.parent},n.prototype.end=function(e){return this.document().end(e)},n.prototype.prev=function(){var e;for(e=this.parent.children.indexOf(this);e>0&&this.parent.children[e-1].isDummy;)e-=1;if(e<1)throw Error("Already at the first node. "+this.debugInfo());return this.parent.children[e-1]},n.prototype.next=function(){var e;for(e=this.parent.children.indexOf(this);e<this.parent.children.length-1&&this.parent.children[e+1].isDummy;)e+=1;if(-1===e||e===this.parent.children.length-1)throw Error("Already at the last node. "+this.debugInfo());return this.parent.children[e+1]},n.prototype.importDocument=function(e){var n;return(n=e.root().clone()).parent=this,n.isRoot=!1,this.children.push(n),this},n.prototype.debugInfo=function(e){var n,t;return null!=(e=e||this.name)||(null!=(n=this.parent)?n.name:void 0)?null==e?"parent: <"+this.parent.name+">":(null!=(t=this.parent)?t.name:void 0)?"node: <"+e+">, parent: <"+this.parent.name+">":"node: <"+e+">":""},n.prototype.ele=function(e,n,t){return this.element(e,n,t)},n.prototype.nod=function(e,n,t){return this.node(e,n,t)},n.prototype.txt=function(e){return this.text(e)},n.prototype.dat=function(e){return this.cdata(e)},n.prototype.com=function(e){return this.comment(e)},n.prototype.ins=function(e,n){return this.instruction(e,n)},n.prototype.doc=function(){return this.document()},n.prototype.dec=function(e,n,t){return this.declaration(e,n,t)},n.prototype.dtd=function(e,n){return this.doctype(e,n)},n.prototype.e=function(e,n,t){return this.element(e,n,t)},n.prototype.n=function(e,n,t){return this.node(e,n,t)},n.prototype.t=function(e){return this.text(e)},n.prototype.d=function(e){return this.cdata(e)},n.prototype.c=function(e){return this.comment(e)},n.prototype.r=function(e){return this.raw(e)},n.prototype.i=function(e,n){return this.instruction(e,n)},n.prototype.u=function(){return this.up()},n.prototype.importXMLBuilder=function(e){return this.importDocument(e)},n}()}).call(e.e)},44114,(e,n,t)=>{(function(){var e={}.hasOwnProperty;n.exports=function(){function n(n){var t,i,r,a,o;for(t in this.assertLegalChar=(a=this.assertLegalChar,o=this,function(){return a.apply(o,arguments)}),n||(n={}),this.noDoubleEncoding=n.noDoubleEncoding,i=n.stringify||{})e.call(i,t)&&(r=i[t],this[t]=r)}return n.prototype.eleName=function(e){return e=""+e||"",this.assertLegalChar(e)},n.prototype.eleText=function(e){return e=""+e||"",this.assertLegalChar(this.elEscape(e))},n.prototype.cdata=function(e){return e=(e=""+e||"").replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(e)},n.prototype.comment=function(e){if((e=""+e||"").match(/--/))throw Error("Comment text cannot contain double-hypen: "+e);return this.assertLegalChar(e)},n.prototype.raw=function(e){return""+e||""},n.prototype.attName=function(e){return""+e||""},n.prototype.attValue=function(e){return e=""+e||"",this.attEscape(e)},n.prototype.insTarget=function(e){return""+e||""},n.prototype.insValue=function(e){if((e=""+e||"").match(/\?>/))throw Error("Invalid processing instruction value: "+e);return e},n.prototype.xmlVersion=function(e){if(!(e=""+e||"").match(/1\.[0-9]+/))throw Error("Invalid version number: "+e);return e},n.prototype.xmlEncoding=function(e){if(!(e=""+e||"").match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw Error("Invalid encoding: "+e);return e},n.prototype.xmlStandalone=function(e){return e?"yes":"no"},n.prototype.dtdPubID=function(e){return""+e||""},n.prototype.dtdSysID=function(e){return""+e||""},n.prototype.dtdElementValue=function(e){return""+e||""},n.prototype.dtdAttType=function(e){return""+e||""},n.prototype.dtdAttDefault=function(e){return null!=e?""+e||"":e},n.prototype.dtdEntityValue=function(e){return""+e||""},n.prototype.dtdNData=function(e){return""+e||""},n.prototype.convertAttKey="@",n.prototype.convertPIKey="?",n.prototype.convertTextKey="#text",n.prototype.convertCDataKey="#cdata",n.prototype.convertCommentKey="#comment",n.prototype.convertRawKey="#raw",n.prototype.assertLegalChar=function(e){var n;if(n=e.match(/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/))throw Error("Invalid character in string: "+e+" at index "+n.index);return e},n.prototype.elEscape=function(e){var n;return n=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,e.replace(n,"&").replace(/</g,"<").replace(/>/g,">").replace(/\r/g,"
")},n.prototype.attEscape=function(e){var n;return n=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,e.replace(n,"&").replace(/</g,"<").replace(/"/g,""").replace(/\t/g,"	").replace(/\n/g,"
").replace(/\r/g,"
")},n}()}).call(e.e)},374766,(e,n,t)=>{(function(){var e={}.hasOwnProperty;n.exports=function(){function n(n){var t,i,r,a,o,c,s,d,u;for(t in n||(n={}),this.pretty=n.pretty||!1,this.allowEmpty=null!=(i=n.allowEmpty)&&i,this.pretty?(this.indent=null!=(r=n.indent)?r:" ",this.newline=null!=(a=n.newline)?a:"\n",this.offset=null!=(o=n.offset)?o:0,this.dontprettytextnodes=null!=(c=n.dontprettytextnodes)?c:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash=null!=(s=n.spacebeforeslash)?s:"",!0===this.spacebeforeslash&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,d=n.writer||{})e.call(d,t)&&(u=d[t],this[t]=u)}return n.prototype.set=function(n){var t,i,r;for(t in n||(n={}),"pretty"in n&&(this.pretty=n.pretty),"allowEmpty"in n&&(this.allowEmpty=n.allowEmpty),this.pretty?(this.indent="indent"in n?n.indent:" ",this.newline="newline"in n?n.newline:"\n",this.offset="offset"in n?n.offset:0,this.dontprettytextnodes="dontprettytextnodes"in n?n.dontprettytextnodes:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash="spacebeforeslash"in n?n.spacebeforeslash:"",!0===this.spacebeforeslash&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,i=n.writer||{})e.call(i,t)&&(r=i[t],this[t]=r);return this},n.prototype.space=function(e){var n;return this.pretty&&(n=(e||0)+this.offset+1)>0?Array(n).join(this.indent):""},n}()}).call(e.e)},38486,(e,n,t)=>{(function(){var t,i,r,a,o,c,s,d,u,l,h,p,g,f=function(e,n){for(var t in n)b.call(n,t)&&(e[t]=n[t]);function i(){this.constructor=e}return i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype,e},b={}.hasOwnProperty;s=e.r(562063),d=e.r(979875),t=e.r(655671),i=e.r(673855),l=e.r(126440),p=e.r(14369),g=e.r(251905),h=e.r(933506),u=e.r(806538),r=e.r(634339),a=e.r(203069),o=e.r(338325),c=e.r(527064),n.exports=function(e){function n(e){n.__super__.constructor.call(this,e)}return f(n,e),n.prototype.document=function(e){var n,t,r,a,o;for(t=0,this.textispresent=!1,a="",r=(o=e.children).length;t<r;t++)(n=o[t])instanceof u||(a+=(function(){switch(!1){case!(n instanceof s):return this.declaration(n);case!(n instanceof d):return this.docType(n);case!(n instanceof i):return this.comment(n);case!(n instanceof h):return this.processingInstruction(n);default:return this.element(n,0)}}).call(this));return this.pretty&&a.slice(-this.newline.length)===this.newline&&(a=a.slice(0,-this.newline.length)),a},n.prototype.attribute=function(e){return" "+e.name+'="'+e.value+'"'},n.prototype.cdata=function(e,n){return this.space(n)+"<![CDATA["+e.text+"]]>"+this.newline},n.prototype.comment=function(e,n){return this.space(n)+"<!-- "+e.text+" -->"+this.newline},n.prototype.declaration=function(e,n){var t;return t=this.space(n)+('<?xml version="'+e.version)+'"',null!=e.encoding&&(t+=' encoding="'+e.encoding+'"'),null!=e.standalone&&(t+=' standalone="'+e.standalone+'"'),t+=this.spacebeforeslash+"?>",t+=this.newline},n.prototype.docType=function(e,n){var s,d,u,l,p;if(n||(n=0),l=this.space(n)+"<!DOCTYPE "+e.root().name,e.pubID&&e.sysID?l+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.sysID&&(l+=' SYSTEM "'+e.sysID+'"'),e.children.length>0){for(l+=" [",l+=this.newline,d=0,u=(p=e.children).length;d<u;d++)s=p[d],l+=(function(){switch(!1){case!(s instanceof r):return this.dtdAttList(s,n+1);case!(s instanceof a):return this.dtdElement(s,n+1);case!(s instanceof o):return this.dtdEntity(s,n+1);case!(s instanceof c):return this.dtdNotation(s,n+1);case!(s instanceof t):return this.cdata(s,n+1);case!(s instanceof i):return this.comment(s,n+1);case!(s instanceof h):return this.processingInstruction(s,n+1);default:throw Error("Unknown DTD node type: "+s.constructor.name)}}).call(this);l+="]"}return l+=this.spacebeforeslash+">",l+=this.newline},n.prototype.element=function(e,n){var r,a,o,c,s,d,f,m,y,x,D,U,v;for(f in n||(n=0),v=!1,this.textispresent?(this.newline="",this.pretty=!1):(this.newline=this.newlinedefault,this.pretty=this.prettydefault),m=(U=this.space(n))+"<"+e.name,y=e.attributes)b.call(y,f)&&(r=y[f],m+=this.attribute(r));if(0===e.children.length||e.children.every(function(e){return""===e.value}))this.allowEmpty?m+="></"+e.name+">"+this.newline:m+=this.spacebeforeslash+"/>"+this.newline;else if(this.pretty&&1===e.children.length&&null!=e.children[0].value)m+=">",m+=e.children[0].value,m+="</"+e.name+">"+this.newline;else{if(this.dontprettytextnodes){for(o=0,s=(x=e.children).length;o<s;o++)if(null!=(a=x[o]).value){this.textispresent++,v=!0;break}}for(this.textispresent&&(this.newline="",this.pretty=!1,U=this.space(n)),m+=">"+this.newline,c=0,d=(D=e.children).length;c<d;c++)a=D[c],m+=(function(){switch(!1){case!(a instanceof t):return this.cdata(a,n+1);case!(a instanceof i):return this.comment(a,n+1);case!(a instanceof l):return this.element(a,n+1);case!(a instanceof p):return this.raw(a,n+1);case!(a instanceof g):return this.text(a,n+1);case!(a instanceof h):return this.processingInstruction(a,n+1);case!(a instanceof u):return"";default:throw Error("Unknown XML node type: "+a.constructor.name)}}).call(this);v&&this.textispresent--,this.textispresent||(this.newline=this.newlinedefault,this.pretty=this.prettydefault),m+=U+"</"+e.name+">"+this.newline}return m},n.prototype.processingInstruction=function(e,n){var t;return t=this.space(n)+"<?"+e.target,e.value&&(t+=" "+e.value),t+=this.spacebeforeslash+"?>"+this.newline},n.prototype.raw=function(e,n){return this.space(n)+e.value+this.newline},n.prototype.text=function(e,n){return this.space(n)+e.value+this.newline},n.prototype.dtdAttList=function(e,n){var t;return t=this.space(n)+"<!ATTLIST "+e.elementName+" "+e.attributeName+" "+e.attributeType,"#DEFAULT"!==e.defaultValueType&&(t+=" "+e.defaultValueType),e.defaultValue&&(t+=' "'+e.defaultValue+'"'),t+=this.spacebeforeslash+">"+this.newline},n.prototype.dtdElement=function(e,n){return this.space(n)+"<!ELEMENT "+e.name+" "+e.value+this.spacebeforeslash+">"+this.newline},n.prototype.dtdEntity=function(e,n){var t;return t=this.space(n)+"<!ENTITY",e.pe&&(t+=" %"),t+=" "+e.name,e.value?t+=' "'+e.value+'"':(e.pubID&&e.sysID?t+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.sysID&&(t+=' SYSTEM "'+e.sysID+'"'),e.nData&&(t+=" NDATA "+e.nData)),t+=this.spacebeforeslash+">"+this.newline},n.prototype.dtdNotation=function(e,n){var t;return t=this.space(n)+"<!NOTATION "+e.name,e.pubID&&e.sysID?t+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.pubID?t+=' PUBLIC "'+e.pubID+'"':e.sysID&&(t+=' SYSTEM "'+e.sysID+'"'),t+=this.spacebeforeslash+">"+this.newline},n.prototype.openNode=function(e,n){var t,i,r,a;if(n||(n=0),!(e instanceof l))return r=this.space(n)+"<!DOCTYPE "+e.rootNodeName,e.pubID&&e.sysID?r+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.sysID&&(r+=' SYSTEM "'+e.sysID+'"'),r+=(e.children?" [":">")+this.newline;for(i in r=this.space(n)+"<"+e.name,a=e.attributes)b.call(a,i)&&(t=a[i],r+=this.attribute(t));return r+((e.children?">":"/>")+this.newline)},n.prototype.closeNode=function(e,n){switch(n||(n=0),!1){case!(e instanceof l):return this.space(n)+"</"+e.name+">"+this.newline;case!(e instanceof d):return this.space(n)+"]>"+this.newline}},n}(e.r(374766))}).call(e.e)},535462,(e,n,t)=>{(function(){var t,i,r,a,o=function(e,n){for(var t in n)c.call(n,t)&&(e[t]=n[t]);function i(){this.constructor=e}return i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype,e},c={}.hasOwnProperty;a=e.r(96226).isPlainObject,t=e.r(689217),r=e.r(44114),i=e.r(38486),n.exports=function(e){function n(e){n.__super__.constructor.call(this,null),this.name="?xml",e||(e={}),e.writer||(e.writer=new i),this.options=e,this.stringify=new r(e),this.isDocument=!0}return o(n,e),n.prototype.end=function(e){var n;return e?a(e)&&(n=e,e=this.options.writer.set(n)):e=this.options.writer,e.document(this)},n.prototype.toString=function(e){return this.options.writer.set(e).document(this)},n}(t)}).call(e.e)},104813,(e,n,t)=>{(function(){var t,i,r,a,o,c,s,d,u,l,h,p,g,f,b,m,y,x,D,U,v={}.hasOwnProperty;x=(U=e.r(96226)).isObject,y=U.isFunction,D=U.isPlainObject,m=U.getValue,l=e.r(126440),i=e.r(655671),r=e.r(673855),p=e.r(14369),b=e.r(251905),h=e.r(933506),d=e.r(562063),u=e.r(979875),a=e.r(634339),c=e.r(338325),o=e.r(203069),s=e.r(527064),t=e.r(193659),f=e.r(44114),g=e.r(38486),n.exports=function(){function e(e,n,t){var i;this.name="?xml",e||(e={}),e.writer?D(e.writer)&&(i=e.writer,e.writer=new g(i)):e.writer=new g(e),this.options=e,this.writer=e.writer,this.stringify=new f(e),this.onDataCallback=n||function(){},this.onEndCallback=t||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return e.prototype.node=function(e,n,t){var i,r;if(null==e)throw Error("Missing node name.");if(this.root&&-1===this.currentLevel)throw Error("Document can only have one root node. "+this.debugInfo(e));return this.openCurrent(),e=m(e),null===n&&null==t&&(n=(i=[{},null])[0],t=i[1]),null==n&&(n={}),x(n=m(n))||(t=(r=[n,t])[0],n=r[1]),this.currentNode=new l(this,e,n),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,null!=t&&this.text(t),this},e.prototype.element=function(e,n,t){return this.currentNode&&this.currentNode instanceof u?this.dtdElement.apply(this,arguments):this.node(e,n,t)},e.prototype.attribute=function(e,n){var i,r;if(!this.currentNode||this.currentNode.children)throw Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(e));if(null!=e&&(e=m(e)),x(e))for(i in e)v.call(e,i)&&(r=e[i],this.attribute(i,r));else y(n)&&(n=n.apply()),this.options.skipNullAttributes&&null==n||(this.currentNode.attributes[e]=new t(this,e,n));return this},e.prototype.text=function(e){var n;return this.openCurrent(),n=new b(this,e),this.onData(this.writer.text(n,this.currentLevel+1),this.currentLevel+1),this},e.prototype.cdata=function(e){var n;return this.openCurrent(),n=new i(this,e),this.onData(this.writer.cdata(n,this.currentLevel+1),this.currentLevel+1),this},e.prototype.comment=function(e){var n;return this.openCurrent(),n=new r(this,e),this.onData(this.writer.comment(n,this.currentLevel+1),this.currentLevel+1),this},e.prototype.raw=function(e){var n;return this.openCurrent(),n=new p(this,e),this.onData(this.writer.raw(n,this.currentLevel+1),this.currentLevel+1),this},e.prototype.instruction=function(e,n){var t,i,r,a,o;if(this.openCurrent(),null!=e&&(e=m(e)),null!=n&&(n=m(n)),Array.isArray(e))for(t=0,a=e.length;t<a;t++)i=e[t],this.instruction(i);else if(x(e))for(i in e)v.call(e,i)&&(r=e[i],this.instruction(i,r));else y(n)&&(n=n.apply()),o=new h(this,e,n),this.onData(this.writer.processingInstruction(o,this.currentLevel+1),this.currentLevel+1);return this},e.prototype.declaration=function(e,n,t){var i;if(this.openCurrent(),this.documentStarted)throw Error("declaration() must be the first node.");return i=new d(this,e,n,t),this.onData(this.writer.declaration(i,this.currentLevel+1),this.currentLevel+1),this},e.prototype.doctype=function(e,n,t){if(this.openCurrent(),null==e)throw Error("Missing root node name.");if(this.root)throw Error("dtd() must come before the root node.");return this.currentNode=new u(this,n,t),this.currentNode.rootNodeName=e,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},e.prototype.dtdElement=function(e,n){var t;return this.openCurrent(),t=new o(this,e,n),this.onData(this.writer.dtdElement(t,this.currentLevel+1),this.currentLevel+1),this},e.prototype.attList=function(e,n,t,i,r){var o;return this.openCurrent(),o=new a(this,e,n,t,i,r),this.onData(this.writer.dtdAttList(o,this.currentLevel+1),this.currentLevel+1),this},e.prototype.entity=function(e,n){var t;return this.openCurrent(),t=new c(this,!1,e,n),this.onData(this.writer.dtdEntity(t,this.currentLevel+1),this.currentLevel+1),this},e.prototype.pEntity=function(e,n){var t;return this.openCurrent(),t=new c(this,!0,e,n),this.onData(this.writer.dtdEntity(t,this.currentLevel+1),this.currentLevel+1),this},e.prototype.notation=function(e,n){var t;return this.openCurrent(),t=new s(this,e,n),this.onData(this.writer.dtdNotation(t,this.currentLevel+1),this.currentLevel+1),this},e.prototype.up=function(){if(this.currentLevel<0)throw Error("The document node has no parent.");return this.currentNode?(this.currentNode.children?this.closeNode(this.currentNode):this.openNode(this.currentNode),this.currentNode=null):this.closeNode(this.openTags[this.currentLevel]),delete this.openTags[this.currentLevel],this.currentLevel--,this},e.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},e.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},e.prototype.openNode=function(e){if(!e.isOpen)return!this.root&&0===this.currentLevel&&e instanceof l&&(this.root=e),this.onData(this.writer.openNode(e,this.currentLevel),this.currentLevel),e.isOpen=!0},e.prototype.closeNode=function(e){if(!e.isClosed)return this.onData(this.writer.closeNode(e,this.currentLevel),this.currentLevel),e.isClosed=!0},e.prototype.onData=function(e,n){return this.documentStarted=!0,this.onDataCallback(e,n+1)},e.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},e.prototype.debugInfo=function(e){return null==e?"":"node: <"+e+">"},e.prototype.ele=function(){return this.element.apply(this,arguments)},e.prototype.nod=function(e,n,t){return this.node(e,n,t)},e.prototype.txt=function(e){return this.text(e)},e.prototype.dat=function(e){return this.cdata(e)},e.prototype.com=function(e){return this.comment(e)},e.prototype.ins=function(e,n){return this.instruction(e,n)},e.prototype.dec=function(e,n,t){return this.declaration(e,n,t)},e.prototype.dtd=function(e,n,t){return this.doctype(e,n,t)},e.prototype.e=function(e,n,t){return this.element(e,n,t)},e.prototype.n=function(e,n,t){return this.node(e,n,t)},e.prototype.t=function(e){return this.text(e)},e.prototype.d=function(e){return this.cdata(e)},e.prototype.c=function(e){return this.comment(e)},e.prototype.r=function(e){return this.raw(e)},e.prototype.i=function(e,n){return this.instruction(e,n)},e.prototype.att=function(){return this.currentNode&&this.currentNode instanceof u?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},e.prototype.a=function(){return this.currentNode&&this.currentNode instanceof u?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},e.prototype.ent=function(e,n){return this.entity(e,n)},e.prototype.pent=function(e,n){return this.pEntity(e,n)},e.prototype.not=function(e,n){return this.notation(e,n)},e}()}).call(e.e)},337768,(e,n,t)=>{(function(){var t,i,r,a,o,c,s,d,u,l,h,p,g,f=function(e,n){for(var t in n)b.call(n,t)&&(e[t]=n[t]);function i(){this.constructor=e}return i.prototype=n.prototype,e.prototype=new i,e.__super__=n.prototype,e},b={}.hasOwnProperty;s=e.r(562063),d=e.r(979875),t=e.r(655671),i=e.r(673855),l=e.r(126440),p=e.r(14369),g=e.r(251905),h=e.r(933506),u=e.r(806538),r=e.r(634339),a=e.r(203069),o=e.r(338325),c=e.r(527064),n.exports=function(e){function n(e,t){n.__super__.constructor.call(this,t),this.stream=e}return f(n,e),n.prototype.document=function(e){var n,t,r,a,o,c,l,p;for(t=0,a=(c=e.children).length;t<a;t++)(n=c[t]).isLastRootNode=!1;for(r=0,e.children[e.children.length-1].isLastRootNode=!0,l=e.children,p=[],o=l.length;r<o;r++)if(!((n=l[r])instanceof u))switch(!1){case!(n instanceof s):p.push(this.declaration(n));break;case!(n instanceof d):p.push(this.docType(n));break;case!(n instanceof i):p.push(this.comment(n));break;case!(n instanceof h):p.push(this.processingInstruction(n));break;default:p.push(this.element(n))}return p},n.prototype.attribute=function(e){return this.stream.write(" "+e.name+'="'+e.value+'"')},n.prototype.cdata=function(e,n){return this.stream.write(this.space(n)+"<![CDATA["+e.text+"]]>"+this.endline(e))},n.prototype.comment=function(e,n){return this.stream.write(this.space(n)+"<!-- "+e.text+" -->"+this.endline(e))},n.prototype.declaration=function(e,n){return this.stream.write(this.space(n)),this.stream.write('<?xml version="'+e.version+'"'),null!=e.encoding&&this.stream.write(' encoding="'+e.encoding+'"'),null!=e.standalone&&this.stream.write(' standalone="'+e.standalone+'"'),this.stream.write(this.spacebeforeslash+"?>"),this.stream.write(this.endline(e))},n.prototype.docType=function(e,n){var s,d,u,l;if(n||(n=0),this.stream.write(this.space(n)),this.stream.write("<!DOCTYPE "+e.root().name),e.pubID&&e.sysID?this.stream.write(' PUBLIC "'+e.pubID+'" "'+e.sysID+'"'):e.sysID&&this.stream.write(' SYSTEM "'+e.sysID+'"'),e.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(e)),d=0,u=(l=e.children).length;d<u;d++)switch(s=l[d],!1){case!(s instanceof r):this.dtdAttList(s,n+1);break;case!(s instanceof a):this.dtdElement(s,n+1);break;case!(s instanceof o):this.dtdEntity(s,n+1);break;case!(s instanceof c):this.dtdNotation(s,n+1);break;case!(s instanceof t):this.cdata(s,n+1);break;case!(s instanceof i):this.comment(s,n+1);break;case!(s instanceof h):this.processingInstruction(s,n+1);break;default:throw Error("Unknown DTD node type: "+s.constructor.name)}this.stream.write("]")}return this.stream.write(this.spacebeforeslash+">"),this.stream.write(this.endline(e))},n.prototype.element=function(e,n){var r,a,o,c,s,d,f,m;for(s in n||(n=0),m=this.space(n),this.stream.write(m+"<"+e.name),d=e.attributes)b.call(d,s)&&(r=d[s],this.attribute(r));if(0===e.children.length||e.children.every(function(e){return""===e.value}))this.allowEmpty?this.stream.write("></"+e.name+">"):this.stream.write(this.spacebeforeslash+"/>");else if(this.pretty&&1===e.children.length&&null!=e.children[0].value)this.stream.write(">"),this.stream.write(e.children[0].value),this.stream.write("</"+e.name+">");else{for(this.stream.write(">"+this.newline),o=0,c=(f=e.children).length;o<c;o++)switch(a=f[o],!1){case!(a instanceof t):this.cdata(a,n+1);break;case!(a instanceof i):this.comment(a,n+1);break;case!(a instanceof l):this.element(a,n+1);break;case!(a instanceof p):this.raw(a,n+1);break;case!(a instanceof g):this.text(a,n+1);break;case!(a instanceof h):this.processingInstruction(a,n+1);break;case!(a instanceof u):break;default:throw Error("Unknown XML node type: "+a.constructor.name)}this.stream.write(m+"</"+e.name+">")}return this.stream.write(this.endline(e))},n.prototype.processingInstruction=function(e,n){return this.stream.write(this.space(n)+"<?"+e.target),e.value&&this.stream.write(" "+e.value),this.stream.write(this.spacebeforeslash+"?>"+this.endline(e))},n.prototype.raw=function(e,n){return this.stream.write(this.space(n)+e.value+this.endline(e))},n.prototype.text=function(e,n){return this.stream.write(this.space(n)+e.value+this.endline(e))},n.prototype.dtdAttList=function(e,n){return this.stream.write(this.space(n)+"<!ATTLIST "+e.elementName+" "+e.attributeName+" "+e.attributeType),"#DEFAULT"!==e.defaultValueType&&this.stream.write(" "+e.defaultValueType),e.defaultValue&&this.stream.write(' "'+e.defaultValue+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},n.prototype.dtdElement=function(e,n){return this.stream.write(this.space(n)+"<!ELEMENT "+e.name+" "+e.value),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},n.prototype.dtdEntity=function(e,n){return this.stream.write(this.space(n)+"<!ENTITY"),e.pe&&this.stream.write(" %"),this.stream.write(" "+e.name),e.value?this.stream.write(' "'+e.value+'"'):(e.pubID&&e.sysID?this.stream.write(' PUBLIC "'+e.pubID+'" "'+e.sysID+'"'):e.sysID&&this.stream.write(' SYSTEM "'+e.sysID+'"'),e.nData&&this.stream.write(" NDATA "+e.nData)),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},n.prototype.dtdNotation=function(e,n){return this.stream.write(this.space(n)+"<!NOTATION "+e.name),e.pubID&&e.sysID?this.stream.write(' PUBLIC "'+e.pubID+'" "'+e.sysID+'"'):e.pubID?this.stream.write(' PUBLIC "'+e.pubID+'"'):e.sysID&&this.stream.write(' SYSTEM "'+e.sysID+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},n.prototype.endline=function(e){return e.isLastRootNode?"":this.newline},n}(e.r(374766))}).call(e.e)},523573,(e,n,t)=>{(function(){var t,i,r,a,o,c,s;o=(s=e.r(96226)).assign,c=s.isFunction,t=e.r(535462),i=e.r(104813),a=e.r(38486),r=e.r(337768),n.exports.create=function(e,n,i,r){var a,c;if(null==e)throw Error("Root element needs a name.");return c=(a=new t(r=o({},n,i,r))).element(e),r.headless||(a.declaration(r),(null!=r.pubID||null!=r.sysID)&&a.doctype(r)),c},n.exports.begin=function(e,n,r){var a;return(c(e)&&(n=(a=[e,n])[0],r=a[1],e={}),n)?new i(e,n,r):new t(e)},n.exports.stringWriter=function(e){return new a(e)},n.exports.streamWriter=function(e,n){return new r(e,n)}}).call(e.e)},475509,(e,n,t)=>{var i=e.r(984938),r=e.r(523573);function a(e,n){e.text(n.value)}t.writeString=function(e,n){var t,o=i.invert(n),c={element:function(e,n){var t=e.element(d(n.name),n.attributes);n.children.forEach(function(e){s(t,e)})},text:a};function s(e,n){return c[n.type](e,n)}function d(e){var n=/^\{(.*)\}(.*)$/.exec(e);if(!n)return e;var t=o[n[1]];return t+(""===t?"":":")+n[2]}return t=r.create(d(e.name),{version:"1.0",encoding:"UTF-8",standalone:!0}),i.forEach(n,function(e,n){t.attribute("xmlns"+(""===n?"":":"+n),e)}),e.children.forEach(function(e){s(t,e)}),t.end()}},952484,(e,n,t)=>{var i=e.r(775153);t.Element=i.Element,t.element=i.element,t.emptyElement=i.emptyElement,t.text=i.text,t.readString=e.r(572778).readString,t.writeString=e.r(475509).writeString},652038,(e,n,t)=>{var i=e.r(984938),r=e.r(240223),a=e.r(952484);t.read=c,t.readXmlFromZipFile=function(e,n){return e.exists(n)?e.read(n,"utf-8").then(s).then(c):r.resolve(null)};var o={"http://schemas.openxmlformats.org/wordprocessingml/2006/main":"w","http://schemas.openxmlformats.org/officeDocument/2006/relationships":"r","http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing":"wp","http://schemas.openxmlformats.org/drawingml/2006/main":"a","http://schemas.openxmlformats.org/drawingml/2006/picture":"pic","http://purl.oclc.org/ooxml/wordprocessingml/main":"w","http://purl.oclc.org/ooxml/officeDocument/relationships":"r","http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing":"wp","http://purl.oclc.org/ooxml/drawingml/main":"a","http://purl.oclc.org/ooxml/drawingml/picture":"pic","http://schemas.openxmlformats.org/package/2006/content-types":"content-types","http://schemas.openxmlformats.org/package/2006/relationships":"relationships","http://schemas.openxmlformats.org/markup-compatibility/2006":"mc","urn:schemas-microsoft-com:vml":"v","urn:schemas-microsoft-com:office:word":"office-word","http://schemas.microsoft.com/office/word/2010/wordml":"wordml"};function c(e){return a.readString(e,o).then(function(e){return function e(n){return"element"!==n.type?[n]:"mc:AlternateContent"===n.name?n.firstOrEmpty("mc:Fallback").children:(n.children=i.flatten(n.children.map(e,!0)),[n])}(e)[0]})}function s(e){return e.replace(/^\uFEFF/g,"")}},86900,(e,n,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=[{"Typeface name":"Symbol","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Symbol","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"33","Unicode hex":"21"},{"Typeface name":"Symbol","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"8704","Unicode hex":"2200"},{"Typeface name":"Symbol","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"35","Unicode hex":"23"},{"Typeface name":"Symbol","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"8707","Unicode hex":"2203"},{"Typeface name":"Symbol","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"37","Unicode hex":"25"},{"Typeface name":"Symbol","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"38","Unicode hex":"26"},{"Typeface name":"Symbol","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"8717","Unicode hex":"220D"},{"Typeface name":"Symbol","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"40","Unicode hex":"28"},{"Typeface name":"Symbol","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"41","Unicode hex":"29"},{"Typeface name":"Symbol","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"42","Unicode hex":"2A"},{"Typeface name":"Symbol","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"43","Unicode hex":"2B"},{"Typeface name":"Symbol","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"44","Unicode hex":"2C"},{"Typeface name":"Symbol","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"8722","Unicode hex":"2212"},{"Typeface name":"Symbol","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"46","Unicode hex":"2E"},{"Typeface name":"Symbol","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"47","Unicode hex":"2F"},{"Typeface name":"Symbol","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"48","Unicode hex":"30"},{"Typeface name":"Symbol","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"49","Unicode hex":"31"},{"Typeface name":"Symbol","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"50","Unicode hex":"32"},{"Typeface name":"Symbol","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"51","Unicode hex":"33"},{"Typeface name":"Symbol","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"52","Unicode hex":"34"},{"Typeface name":"Symbol","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"53","Unicode hex":"35"},{"Typeface name":"Symbol","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"54","Unicode hex":"36"},{"Typeface name":"Symbol","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"55","Unicode hex":"37"},{"Typeface name":"Symbol","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"56","Unicode hex":"38"},{"Typeface name":"Symbol","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"57","Unicode hex":"39"},{"Typeface name":"Symbol","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"58","Unicode hex":"3A"},{"Typeface name":"Symbol","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"59","Unicode hex":"3B"},{"Typeface name":"Symbol","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"60","Unicode hex":"3C"},{"Typeface name":"Symbol","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"61","Unicode hex":"3D"},{"Typeface name":"Symbol","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"62","Unicode hex":"3E"},{"Typeface name":"Symbol","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"63","Unicode hex":"3F"},{"Typeface name":"Symbol","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"8773","Unicode hex":"2245"},{"Typeface name":"Symbol","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"913","Unicode hex":"391"},{"Typeface name":"Symbol","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"914","Unicode hex":"392"},{"Typeface name":"Symbol","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"935","Unicode hex":"3A7"},{"Typeface name":"Symbol","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"916","Unicode hex":"394"},{"Typeface name":"Symbol","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"917","Unicode hex":"395"},{"Typeface name":"Symbol","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"934","Unicode hex":"3A6"},{"Typeface name":"Symbol","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"915","Unicode hex":"393"},{"Typeface name":"Symbol","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"919","Unicode hex":"397"},{"Typeface name":"Symbol","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"921","Unicode hex":"399"},{"Typeface name":"Symbol","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"977","Unicode hex":"3D1"},{"Typeface name":"Symbol","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"922","Unicode hex":"39A"},{"Typeface name":"Symbol","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"923","Unicode hex":"39B"},{"Typeface name":"Symbol","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"924","Unicode hex":"39C"},{"Typeface name":"Symbol","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"925","Unicode hex":"39D"},{"Typeface name":"Symbol","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"927","Unicode hex":"39F"},{"Typeface name":"Symbol","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"928","Unicode hex":"3A0"},{"Typeface name":"Symbol","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"920","Unicode hex":"398"},{"Typeface name":"Symbol","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"929","Unicode hex":"3A1"},{"Typeface name":"Symbol","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"931","Unicode hex":"3A3"},{"Typeface name":"Symbol","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"932","Unicode hex":"3A4"},{"Typeface name":"Symbol","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"933","Unicode hex":"3A5"},{"Typeface name":"Symbol","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"962","Unicode hex":"3C2"},{"Typeface name":"Symbol","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"937","Unicode hex":"3A9"},{"Typeface name":"Symbol","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"926","Unicode hex":"39E"},{"Typeface name":"Symbol","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"936","Unicode hex":"3A8"},{"Typeface name":"Symbol","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"918","Unicode hex":"396"},{"Typeface name":"Symbol","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"91","Unicode hex":"5B"},{"Typeface name":"Symbol","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"8756","Unicode hex":"2234"},{"Typeface name":"Symbol","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"93","Unicode hex":"5D"},{"Typeface name":"Symbol","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"8869","Unicode hex":"22A5"},{"Typeface name":"Symbol","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"95","Unicode hex":"5F"},{"Typeface name":"Symbol","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"8254","Unicode hex":"203E"},{"Typeface name":"Symbol","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"945","Unicode hex":"3B1"},{"Typeface name":"Symbol","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"946","Unicode hex":"3B2"},{"Typeface name":"Symbol","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"967","Unicode hex":"3C7"},{"Typeface name":"Symbol","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"948","Unicode hex":"3B4"},{"Typeface name":"Symbol","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"949","Unicode hex":"3B5"},{"Typeface name":"Symbol","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"966","Unicode hex":"3C6"},{"Typeface name":"Symbol","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"947","Unicode hex":"3B3"},{"Typeface name":"Symbol","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"951","Unicode hex":"3B7"},{"Typeface name":"Symbol","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"953","Unicode hex":"3B9"},{"Typeface name":"Symbol","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"981","Unicode hex":"3D5"},{"Typeface name":"Symbol","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"954","Unicode hex":"3BA"},{"Typeface name":"Symbol","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"955","Unicode hex":"3BB"},{"Typeface name":"Symbol","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"956","Unicode hex":"3BC"},{"Typeface name":"Symbol","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"957","Unicode hex":"3BD"},{"Typeface name":"Symbol","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"959","Unicode hex":"3BF"},{"Typeface name":"Symbol","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"960","Unicode hex":"3C0"},{"Typeface name":"Symbol","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"952","Unicode hex":"3B8"},{"Typeface name":"Symbol","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"961","Unicode hex":"3C1"},{"Typeface name":"Symbol","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"963","Unicode hex":"3C3"},{"Typeface name":"Symbol","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"964","Unicode hex":"3C4"},{"Typeface name":"Symbol","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"965","Unicode hex":"3C5"},{"Typeface name":"Symbol","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"982","Unicode hex":"3D6"},{"Typeface name":"Symbol","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"969","Unicode hex":"3C9"},{"Typeface name":"Symbol","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"958","Unicode hex":"3BE"},{"Typeface name":"Symbol","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"968","Unicode hex":"3C8"},{"Typeface name":"Symbol","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"950","Unicode hex":"3B6"},{"Typeface name":"Symbol","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"123","Unicode hex":"7B"},{"Typeface name":"Symbol","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"124","Unicode hex":"7C"},{"Typeface name":"Symbol","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"125","Unicode hex":"7D"},{"Typeface name":"Symbol","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"126","Unicode hex":"7E"},{"Typeface name":"Symbol","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"8364","Unicode hex":"20AC"},{"Typeface name":"Symbol","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"978","Unicode hex":"3D2"},{"Typeface name":"Symbol","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"8242","Unicode hex":"2032"},{"Typeface name":"Symbol","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"8804","Unicode hex":"2264"},{"Typeface name":"Symbol","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"8260","Unicode hex":"2044"},{"Typeface name":"Symbol","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"8734","Unicode hex":"221E"},{"Typeface name":"Symbol","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"402","Unicode hex":"192"},{"Typeface name":"Symbol","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9827","Unicode hex":"2663"},{"Typeface name":"Symbol","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9830","Unicode hex":"2666"},{"Typeface name":"Symbol","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"9829","Unicode hex":"2665"},{"Typeface name":"Symbol","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"9824","Unicode hex":"2660"},{"Typeface name":"Symbol","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"8596","Unicode hex":"2194"},{"Typeface name":"Symbol","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"8592","Unicode hex":"2190"},{"Typeface name":"Symbol","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"8593","Unicode hex":"2191"},{"Typeface name":"Symbol","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"8594","Unicode hex":"2192"},{"Typeface name":"Symbol","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"8595","Unicode hex":"2193"},{"Typeface name":"Symbol","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"176","Unicode hex":"B0"},{"Typeface name":"Symbol","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"177","Unicode hex":"B1"},{"Typeface name":"Symbol","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"8243","Unicode hex":"2033"},{"Typeface name":"Symbol","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"8805","Unicode hex":"2265"},{"Typeface name":"Symbol","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"215","Unicode hex":"D7"},{"Typeface name":"Symbol","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"8733","Unicode hex":"221D"},{"Typeface name":"Symbol","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"8706","Unicode hex":"2202"},{"Typeface name":"Symbol","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Symbol","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"247","Unicode hex":"F7"},{"Typeface name":"Symbol","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"8800","Unicode hex":"2260"},{"Typeface name":"Symbol","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"8801","Unicode hex":"2261"},{"Typeface name":"Symbol","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"8776","Unicode hex":"2248"},{"Typeface name":"Symbol","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"8230","Unicode hex":"2026"},{"Typeface name":"Symbol","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Symbol","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"9135","Unicode hex":"23AF"},{"Typeface name":"Symbol","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"8629","Unicode hex":"21B5"},{"Typeface name":"Symbol","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"8501","Unicode hex":"2135"},{"Typeface name":"Symbol","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"8465","Unicode hex":"2111"},{"Typeface name":"Symbol","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"8476","Unicode hex":"211C"},{"Typeface name":"Symbol","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"8472","Unicode hex":"2118"},{"Typeface name":"Symbol","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"8855","Unicode hex":"2297"},{"Typeface name":"Symbol","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"8853","Unicode hex":"2295"},{"Typeface name":"Symbol","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"8709","Unicode hex":"2205"},{"Typeface name":"Symbol","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"8745","Unicode hex":"2229"},{"Typeface name":"Symbol","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"8746","Unicode hex":"222A"},{"Typeface name":"Symbol","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"8835","Unicode hex":"2283"},{"Typeface name":"Symbol","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"8839","Unicode hex":"2287"},{"Typeface name":"Symbol","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"8836","Unicode hex":"2284"},{"Typeface name":"Symbol","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"8834","Unicode hex":"2282"},{"Typeface name":"Symbol","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"8838","Unicode hex":"2286"},{"Typeface name":"Symbol","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"8712","Unicode hex":"2208"},{"Typeface name":"Symbol","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"8713","Unicode hex":"2209"},{"Typeface name":"Symbol","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"8736","Unicode hex":"2220"},{"Typeface name":"Symbol","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"8711","Unicode hex":"2207"},{"Typeface name":"Symbol","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"8719","Unicode hex":"220F"},{"Typeface name":"Symbol","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8730","Unicode hex":"221A"},{"Typeface name":"Symbol","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Symbol","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"172","Unicode hex":"AC"},{"Typeface name":"Symbol","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"8743","Unicode hex":"2227"},{"Typeface name":"Symbol","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"8744","Unicode hex":"2228"},{"Typeface name":"Symbol","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"8660","Unicode hex":"21D4"},{"Typeface name":"Symbol","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"8656","Unicode hex":"21D0"},{"Typeface name":"Symbol","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"8657","Unicode hex":"21D1"},{"Typeface name":"Symbol","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"8658","Unicode hex":"21D2"},{"Typeface name":"Symbol","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"8659","Unicode hex":"21D3"},{"Typeface name":"Symbol","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Symbol","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"12296","Unicode hex":"3008"},{"Typeface name":"Symbol","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"8721","Unicode hex":"2211"},{"Typeface name":"Symbol","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"9115","Unicode hex":"239B"},{"Typeface name":"Symbol","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"9116","Unicode hex":"239C"},{"Typeface name":"Symbol","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9117","Unicode hex":"239D"},{"Typeface name":"Symbol","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9121","Unicode hex":"23A1"},{"Typeface name":"Symbol","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"9122","Unicode hex":"23A2"},{"Typeface name":"Symbol","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"9123","Unicode hex":"23A3"},{"Typeface name":"Symbol","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"9127","Unicode hex":"23A7"},{"Typeface name":"Symbol","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"9128","Unicode hex":"23A8"},{"Typeface name":"Symbol","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"9129","Unicode hex":"23A9"},{"Typeface name":"Symbol","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"9130","Unicode hex":"23AA"},{"Typeface name":"Symbol","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"63743","Unicode hex":"F8FF"},{"Typeface name":"Symbol","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"12297","Unicode hex":"3009"},{"Typeface name":"Symbol","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8747","Unicode hex":"222B"},{"Typeface name":"Symbol","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"8992","Unicode hex":"2320"},{"Typeface name":"Symbol","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"9134","Unicode hex":"23AE"},{"Typeface name":"Symbol","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"8993","Unicode hex":"2321"},{"Typeface name":"Symbol","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"9118","Unicode hex":"239E"},{"Typeface name":"Symbol","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"9119","Unicode hex":"239F"},{"Typeface name":"Symbol","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"9120","Unicode hex":"23A0"},{"Typeface name":"Symbol","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"9124","Unicode hex":"23A4"},{"Typeface name":"Symbol","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"9125","Unicode hex":"23A5"},{"Typeface name":"Symbol","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"9126","Unicode hex":"23A6"},{"Typeface name":"Symbol","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"9131","Unicode hex":"23AB"},{"Typeface name":"Symbol","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"9132","Unicode hex":"23AC"},{"Typeface name":"Symbol","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"9133","Unicode hex":"23AD"},{"Typeface name":"Webdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Webdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128375","Unicode hex":"1F577"},{"Typeface name":"Webdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128376","Unicode hex":"1F578"},{"Typeface name":"Webdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128370","Unicode hex":"1F572"},{"Typeface name":"Webdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128374","Unicode hex":"1F576"},{"Typeface name":"Webdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"127942","Unicode hex":"1F3C6"},{"Typeface name":"Webdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"127894","Unicode hex":"1F396"},{"Typeface name":"Webdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128391","Unicode hex":"1F587"},{"Typeface name":"Webdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128488","Unicode hex":"1F5E8"},{"Typeface name":"Webdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128489","Unicode hex":"1F5E9"},{"Typeface name":"Webdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128496","Unicode hex":"1F5F0"},{"Typeface name":"Webdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128497","Unicode hex":"1F5F1"},{"Typeface name":"Webdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"127798","Unicode hex":"1F336"},{"Typeface name":"Webdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"127895","Unicode hex":"1F397"},{"Typeface name":"Webdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128638","Unicode hex":"1F67E"},{"Typeface name":"Webdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128636","Unicode hex":"1F67C"},{"Typeface name":"Webdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128469","Unicode hex":"1F5D5"},{"Typeface name":"Webdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128470","Unicode hex":"1F5D6"},{"Typeface name":"Webdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128471","Unicode hex":"1F5D7"},{"Typeface name":"Webdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"9204","Unicode hex":"23F4"},{"Typeface name":"Webdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"9205","Unicode hex":"23F5"},{"Typeface name":"Webdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"9206","Unicode hex":"23F6"},{"Typeface name":"Webdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"9207","Unicode hex":"23F7"},{"Typeface name":"Webdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"9194","Unicode hex":"23EA"},{"Typeface name":"Webdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"9193","Unicode hex":"23E9"},{"Typeface name":"Webdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"9198","Unicode hex":"23EE"},{"Typeface name":"Webdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"9197","Unicode hex":"23ED"},{"Typeface name":"Webdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"9208","Unicode hex":"23F8"},{"Typeface name":"Webdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"9209","Unicode hex":"23F9"},{"Typeface name":"Webdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"9210","Unicode hex":"23FA"},{"Typeface name":"Webdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128474","Unicode hex":"1F5DA"},{"Typeface name":"Webdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128499","Unicode hex":"1F5F3"},{"Typeface name":"Webdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128736","Unicode hex":"1F6E0"},{"Typeface name":"Webdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"127959","Unicode hex":"1F3D7"},{"Typeface name":"Webdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"127960","Unicode hex":"1F3D8"},{"Typeface name":"Webdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"127961","Unicode hex":"1F3D9"},{"Typeface name":"Webdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"127962","Unicode hex":"1F3DA"},{"Typeface name":"Webdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"127964","Unicode hex":"1F3DC"},{"Typeface name":"Webdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"127981","Unicode hex":"1F3ED"},{"Typeface name":"Webdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"127963","Unicode hex":"1F3DB"},{"Typeface name":"Webdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"127968","Unicode hex":"1F3E0"},{"Typeface name":"Webdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"127958","Unicode hex":"1F3D6"},{"Typeface name":"Webdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"127965","Unicode hex":"1F3DD"},{"Typeface name":"Webdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128739","Unicode hex":"1F6E3"},{"Typeface name":"Webdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128269","Unicode hex":"1F50D"},{"Typeface name":"Webdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"127956","Unicode hex":"1F3D4"},{"Typeface name":"Webdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128065","Unicode hex":"1F441"},{"Typeface name":"Webdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128066","Unicode hex":"1F442"},{"Typeface name":"Webdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127966","Unicode hex":"1F3DE"},{"Typeface name":"Webdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"127957","Unicode hex":"1F3D5"},{"Typeface name":"Webdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"128740","Unicode hex":"1F6E4"},{"Typeface name":"Webdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127967","Unicode hex":"1F3DF"},{"Typeface name":"Webdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"128755","Unicode hex":"1F6F3"},{"Typeface name":"Webdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128364","Unicode hex":"1F56C"},{"Typeface name":"Webdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"128363","Unicode hex":"1F56B"},{"Typeface name":"Webdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128360","Unicode hex":"1F568"},{"Typeface name":"Webdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"128264","Unicode hex":"1F508"},{"Typeface name":"Webdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"127892","Unicode hex":"1F394"},{"Typeface name":"Webdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"127893","Unicode hex":"1F395"},{"Typeface name":"Webdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128492","Unicode hex":"1F5EC"},{"Typeface name":"Webdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128637","Unicode hex":"1F67D"},{"Typeface name":"Webdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"128493","Unicode hex":"1F5ED"},{"Typeface name":"Webdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128490","Unicode hex":"1F5EA"},{"Typeface name":"Webdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128491","Unicode hex":"1F5EB"},{"Typeface name":"Webdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"11156","Unicode hex":"2B94"},{"Typeface name":"Webdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"10004","Unicode hex":"2714"},{"Typeface name":"Webdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128690","Unicode hex":"1F6B2"},{"Typeface name":"Webdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"11036","Unicode hex":"2B1C"},{"Typeface name":"Webdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128737","Unicode hex":"1F6E1"},{"Typeface name":"Webdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128230","Unicode hex":"1F4E6"},{"Typeface name":"Webdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128753","Unicode hex":"1F6F1"},{"Typeface name":"Webdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"11035","Unicode hex":"2B1B"},{"Typeface name":"Webdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128657","Unicode hex":"1F691"},{"Typeface name":"Webdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"128712","Unicode hex":"1F6C8"},{"Typeface name":"Webdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128745","Unicode hex":"1F6E9"},{"Typeface name":"Webdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128752","Unicode hex":"1F6F0"},{"Typeface name":"Webdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"128968","Unicode hex":"1F7C8"},{"Typeface name":"Webdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128372","Unicode hex":"1F574"},{"Typeface name":"Webdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"11044","Unicode hex":"2B24"},{"Typeface name":"Webdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128741","Unicode hex":"1F6E5"},{"Typeface name":"Webdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128660","Unicode hex":"1F694"},{"Typeface name":"Webdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"128472","Unicode hex":"1F5D8"},{"Typeface name":"Webdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"128473","Unicode hex":"1F5D9"},{"Typeface name":"Webdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"10067","Unicode hex":"2753"},{"Typeface name":"Webdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"128754","Unicode hex":"1F6F2"},{"Typeface name":"Webdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"128647","Unicode hex":"1F687"},{"Typeface name":"Webdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"128653","Unicode hex":"1F68D"},{"Typeface name":"Webdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9971","Unicode hex":"26F3"},{"Typeface name":"Webdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Webdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"8854","Unicode hex":"2296"},{"Typeface name":"Webdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"128685","Unicode hex":"1F6AD"},{"Typeface name":"Webdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"128494","Unicode hex":"1F5EE"},{"Typeface name":"Webdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Webdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128495","Unicode hex":"1F5EF"},{"Typeface name":"Webdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128498","Unicode hex":"1F5F2"},{"Typeface name":"Webdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128697","Unicode hex":"1F6B9"},{"Typeface name":"Webdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"128698","Unicode hex":"1F6BA"},{"Typeface name":"Webdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"128713","Unicode hex":"1F6C9"},{"Typeface name":"Webdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"128714","Unicode hex":"1F6CA"},{"Typeface name":"Webdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"128700","Unicode hex":"1F6BC"},{"Typeface name":"Webdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"128125","Unicode hex":"1F47D"},{"Typeface name":"Webdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"127947","Unicode hex":"1F3CB"},{"Typeface name":"Webdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"9975","Unicode hex":"26F7"},{"Typeface name":"Webdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"127938","Unicode hex":"1F3C2"},{"Typeface name":"Webdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"127948","Unicode hex":"1F3CC"},{"Typeface name":"Webdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"127946","Unicode hex":"1F3CA"},{"Typeface name":"Webdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127940","Unicode hex":"1F3C4"},{"Typeface name":"Webdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"127949","Unicode hex":"1F3CD"},{"Typeface name":"Webdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"127950","Unicode hex":"1F3CE"},{"Typeface name":"Webdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128664","Unicode hex":"1F698"},{"Typeface name":"Webdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128480","Unicode hex":"1F5E0"},{"Typeface name":"Webdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128738","Unicode hex":"1F6E2"},{"Typeface name":"Webdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128176","Unicode hex":"1F4B0"},{"Typeface name":"Webdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"127991","Unicode hex":"1F3F7"},{"Typeface name":"Webdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128179","Unicode hex":"1F4B3"},{"Typeface name":"Webdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128106","Unicode hex":"1F46A"},{"Typeface name":"Webdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"128481","Unicode hex":"1F5E1"},{"Typeface name":"Webdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128482","Unicode hex":"1F5E2"},{"Typeface name":"Webdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128483","Unicode hex":"1F5E3"},{"Typeface name":"Webdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Webdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128388","Unicode hex":"1F584"},{"Typeface name":"Webdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128389","Unicode hex":"1F585"},{"Typeface name":"Webdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Webdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128390","Unicode hex":"1F586"},{"Typeface name":"Webdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128441","Unicode hex":"1F5B9"},{"Typeface name":"Webdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"128442","Unicode hex":"1F5BA"},{"Typeface name":"Webdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128443","Unicode hex":"1F5BB"},{"Typeface name":"Webdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128373","Unicode hex":"1F575"},{"Typeface name":"Webdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"128368","Unicode hex":"1F570"},{"Typeface name":"Webdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128445","Unicode hex":"1F5BD"},{"Typeface name":"Webdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128446","Unicode hex":"1F5BE"},{"Typeface name":"Webdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Webdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128466","Unicode hex":"1F5D2"},{"Typeface name":"Webdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128467","Unicode hex":"1F5D3"},{"Typeface name":"Webdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Webdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128218","Unicode hex":"1F4DA"},{"Typeface name":"Webdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128478","Unicode hex":"1F5DE"},{"Typeface name":"Webdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128479","Unicode hex":"1F5DF"},{"Typeface name":"Webdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128451","Unicode hex":"1F5C3"},{"Typeface name":"Webdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128450","Unicode hex":"1F5C2"},{"Typeface name":"Webdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128444","Unicode hex":"1F5BC"},{"Typeface name":"Webdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"127917","Unicode hex":"1F3AD"},{"Typeface name":"Webdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"127900","Unicode hex":"1F39C"},{"Typeface name":"Webdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"127896","Unicode hex":"1F398"},{"Typeface name":"Webdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"127897","Unicode hex":"1F399"},{"Typeface name":"Webdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"127911","Unicode hex":"1F3A7"},{"Typeface name":"Webdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128191","Unicode hex":"1F4BF"},{"Typeface name":"Webdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"127902","Unicode hex":"1F39E"},{"Typeface name":"Webdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128247","Unicode hex":"1F4F7"},{"Typeface name":"Webdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"127903","Unicode hex":"1F39F"},{"Typeface name":"Webdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"127916","Unicode hex":"1F3AC"},{"Typeface name":"Webdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128253","Unicode hex":"1F4FD"},{"Typeface name":"Webdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128249","Unicode hex":"1F4F9"},{"Typeface name":"Webdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128254","Unicode hex":"1F4FE"},{"Typeface name":"Webdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128251","Unicode hex":"1F4FB"},{"Typeface name":"Webdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"127898","Unicode hex":"1F39A"},{"Typeface name":"Webdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"127899","Unicode hex":"1F39B"},{"Typeface name":"Webdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128250","Unicode hex":"1F4FA"},{"Typeface name":"Webdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128187","Unicode hex":"1F4BB"},{"Typeface name":"Webdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128421","Unicode hex":"1F5A5"},{"Typeface name":"Webdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128422","Unicode hex":"1F5A6"},{"Typeface name":"Webdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128423","Unicode hex":"1F5A7"},{"Typeface name":"Webdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"128377","Unicode hex":"1F579"},{"Typeface name":"Webdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"127918","Unicode hex":"1F3AE"},{"Typeface name":"Webdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"128379","Unicode hex":"1F57B"},{"Typeface name":"Webdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128380","Unicode hex":"1F57C"},{"Typeface name":"Webdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128223","Unicode hex":"1F4DF"},{"Typeface name":"Webdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128385","Unicode hex":"1F581"},{"Typeface name":"Webdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128384","Unicode hex":"1F580"},{"Typeface name":"Webdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128424","Unicode hex":"1F5A8"},{"Typeface name":"Webdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128425","Unicode hex":"1F5A9"},{"Typeface name":"Webdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128447","Unicode hex":"1F5BF"},{"Typeface name":"Webdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128426","Unicode hex":"1F5AA"},{"Typeface name":"Webdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128476","Unicode hex":"1F5DC"},{"Typeface name":"Webdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128274","Unicode hex":"1F512"},{"Typeface name":"Webdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128275","Unicode hex":"1F513"},{"Typeface name":"Webdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128477","Unicode hex":"1F5DD"},{"Typeface name":"Webdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128229","Unicode hex":"1F4E5"},{"Typeface name":"Webdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128228","Unicode hex":"1F4E4"},{"Typeface name":"Webdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128371","Unicode hex":"1F573"},{"Typeface name":"Webdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"127779","Unicode hex":"1F323"},{"Typeface name":"Webdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"127780","Unicode hex":"1F324"},{"Typeface name":"Webdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"127781","Unicode hex":"1F325"},{"Typeface name":"Webdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"127782","Unicode hex":"1F326"},{"Typeface name":"Webdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"9729","Unicode hex":"2601"},{"Typeface name":"Webdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"127784","Unicode hex":"1F328"},{"Typeface name":"Webdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"127783","Unicode hex":"1F327"},{"Typeface name":"Webdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"127785","Unicode hex":"1F329"},{"Typeface name":"Webdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"127786","Unicode hex":"1F32A"},{"Typeface name":"Webdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"127788","Unicode hex":"1F32C"},{"Typeface name":"Webdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"127787","Unicode hex":"1F32B"},{"Typeface name":"Webdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"127772","Unicode hex":"1F31C"},{"Typeface name":"Webdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"127777","Unicode hex":"1F321"},{"Typeface name":"Webdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128715","Unicode hex":"1F6CB"},{"Typeface name":"Webdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128719","Unicode hex":"1F6CF"},{"Typeface name":"Webdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"127869","Unicode hex":"1F37D"},{"Typeface name":"Webdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"127864","Unicode hex":"1F378"},{"Typeface name":"Webdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128718","Unicode hex":"1F6CE"},{"Typeface name":"Webdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128717","Unicode hex":"1F6CD"},{"Typeface name":"Webdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9413","Unicode hex":"24C5"},{"Typeface name":"Webdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9855","Unicode hex":"267F"},{"Typeface name":"Webdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128710","Unicode hex":"1F6C6"},{"Typeface name":"Webdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"128392","Unicode hex":"1F588"},{"Typeface name":"Webdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"127891","Unicode hex":"1F393"},{"Typeface name":"Webdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128484","Unicode hex":"1F5E4"},{"Typeface name":"Webdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128485","Unicode hex":"1F5E5"},{"Typeface name":"Webdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128486","Unicode hex":"1F5E6"},{"Typeface name":"Webdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"128487","Unicode hex":"1F5E7"},{"Typeface name":"Webdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128746","Unicode hex":"1F6EA"},{"Typeface name":"Webdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128063","Unicode hex":"1F43F"},{"Typeface name":"Webdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"128038","Unicode hex":"1F426"},{"Typeface name":"Webdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128031","Unicode hex":"1F41F"},{"Typeface name":"Webdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128021","Unicode hex":"1F415"},{"Typeface name":"Webdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"128008","Unicode hex":"1F408"},{"Typeface name":"Webdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"128620","Unicode hex":"1F66C"},{"Typeface name":"Webdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"128622","Unicode hex":"1F66E"},{"Typeface name":"Webdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"128621","Unicode hex":"1F66D"},{"Typeface name":"Webdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"128623","Unicode hex":"1F66F"},{"Typeface name":"Webdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128506","Unicode hex":"1F5FA"},{"Typeface name":"Webdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"127757","Unicode hex":"1F30D"},{"Typeface name":"Webdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"127759","Unicode hex":"1F30F"},{"Typeface name":"Webdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"127758","Unicode hex":"1F30E"},{"Typeface name":"Webdings","Dingbat dec":"255","Dingbat hex":"FF","Unicode dec":"128330","Unicode hex":"1F54A"},{"Typeface name":"Wingdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128393","Unicode hex":"1F589"},{"Typeface name":"Wingdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"9986","Unicode hex":"2702"},{"Typeface name":"Wingdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"9985","Unicode hex":"2701"},{"Typeface name":"Wingdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128083","Unicode hex":"1F453"},{"Typeface name":"Wingdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"128365","Unicode hex":"1F56D"},{"Typeface name":"Wingdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Wingdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128367","Unicode hex":"1F56F"},{"Typeface name":"Wingdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128383","Unicode hex":"1F57F"},{"Typeface name":"Wingdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"9990","Unicode hex":"2706"},{"Typeface name":"Wingdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128386","Unicode hex":"1F582"},{"Typeface name":"Wingdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Wingdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128234","Unicode hex":"1F4EA"},{"Typeface name":"Wingdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128235","Unicode hex":"1F4EB"},{"Typeface name":"Wingdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128236","Unicode hex":"1F4EC"},{"Typeface name":"Wingdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128237","Unicode hex":"1F4ED"},{"Typeface name":"Wingdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128448","Unicode hex":"1F5C0"},{"Typeface name":"Wingdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128449","Unicode hex":"1F5C1"},{"Typeface name":"Wingdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128462","Unicode hex":"1F5CE"},{"Typeface name":"Wingdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128463","Unicode hex":"1F5CF"},{"Typeface name":"Wingdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128464","Unicode hex":"1F5D0"},{"Typeface name":"Wingdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128452","Unicode hex":"1F5C4"},{"Typeface name":"Wingdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"8987","Unicode hex":"231B"},{"Typeface name":"Wingdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128430","Unicode hex":"1F5AE"},{"Typeface name":"Wingdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128432","Unicode hex":"1F5B0"},{"Typeface name":"Wingdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128434","Unicode hex":"1F5B2"},{"Typeface name":"Wingdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128435","Unicode hex":"1F5B3"},{"Typeface name":"Wingdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128436","Unicode hex":"1F5B4"},{"Typeface name":"Wingdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128427","Unicode hex":"1F5AB"},{"Typeface name":"Wingdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128428","Unicode hex":"1F5AC"},{"Typeface name":"Wingdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"9991","Unicode hex":"2707"},{"Typeface name":"Wingdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"9997","Unicode hex":"270D"},{"Typeface name":"Wingdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128398","Unicode hex":"1F58E"},{"Typeface name":"Wingdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"9996","Unicode hex":"270C"},{"Typeface name":"Wingdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128399","Unicode hex":"1F58F"},{"Typeface name":"Wingdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128077","Unicode hex":"1F44D"},{"Typeface name":"Wingdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128078","Unicode hex":"1F44E"},{"Typeface name":"Wingdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"9756","Unicode hex":"261C"},{"Typeface name":"Wingdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"9758","Unicode hex":"261E"},{"Typeface name":"Wingdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"9757","Unicode hex":"261D"},{"Typeface name":"Wingdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"9759","Unicode hex":"261F"},{"Typeface name":"Wingdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128400","Unicode hex":"1F590"},{"Typeface name":"Wingdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"9786","Unicode hex":"263A"},{"Typeface name":"Wingdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128528","Unicode hex":"1F610"},{"Typeface name":"Wingdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"9785","Unicode hex":"2639"},{"Typeface name":"Wingdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128163","Unicode hex":"1F4A3"},{"Typeface name":"Wingdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128369","Unicode hex":"1F571"},{"Typeface name":"Wingdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"127987","Unicode hex":"1F3F3"},{"Typeface name":"Wingdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127985","Unicode hex":"1F3F1"},{"Typeface name":"Wingdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"9992","Unicode hex":"2708"},{"Typeface name":"Wingdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9788","Unicode hex":"263C"},{"Typeface name":"Wingdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127778","Unicode hex":"1F322"},{"Typeface name":"Wingdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"10052","Unicode hex":"2744"},{"Typeface name":"Wingdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128326","Unicode hex":"1F546"},{"Typeface name":"Wingdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"10014","Unicode hex":"271E"},{"Typeface name":"Wingdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128328","Unicode hex":"1F548"},{"Typeface name":"Wingdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10016","Unicode hex":"2720"},{"Typeface name":"Wingdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"10017","Unicode hex":"2721"},{"Typeface name":"Wingdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"9770","Unicode hex":"262A"},{"Typeface name":"Wingdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"9775","Unicode hex":"262F"},{"Typeface name":"Wingdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128329","Unicode hex":"1F549"},{"Typeface name":"Wingdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"9784","Unicode hex":"2638"},{"Typeface name":"Wingdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"9800","Unicode hex":"2648"},{"Typeface name":"Wingdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"9801","Unicode hex":"2649"},{"Typeface name":"Wingdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"9802","Unicode hex":"264A"},{"Typeface name":"Wingdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"9803","Unicode hex":"264B"},{"Typeface name":"Wingdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"9804","Unicode hex":"264C"},{"Typeface name":"Wingdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"9805","Unicode hex":"264D"},{"Typeface name":"Wingdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"9806","Unicode hex":"264E"},{"Typeface name":"Wingdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"9807","Unicode hex":"264F"},{"Typeface name":"Wingdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"9808","Unicode hex":"2650"},{"Typeface name":"Wingdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"9809","Unicode hex":"2651"},{"Typeface name":"Wingdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"9810","Unicode hex":"2652"},{"Typeface name":"Wingdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9811","Unicode hex":"2653"},{"Typeface name":"Wingdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128624","Unicode hex":"1F670"},{"Typeface name":"Wingdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128629","Unicode hex":"1F675"},{"Typeface name":"Wingdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9899","Unicode hex":"26AB"},{"Typeface name":"Wingdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128318","Unicode hex":"1F53E"},{"Typeface name":"Wingdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9724","Unicode hex":"25FC"},{"Typeface name":"Wingdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128911","Unicode hex":"1F78F"},{"Typeface name":"Wingdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128912","Unicode hex":"1F790"},{"Typeface name":"Wingdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"10065","Unicode hex":"2751"},{"Typeface name":"Wingdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"10066","Unicode hex":"2752"},{"Typeface name":"Wingdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"128927","Unicode hex":"1F79F"},{"Typeface name":"Wingdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"10731","Unicode hex":"29EB"},{"Typeface name":"Wingdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9670","Unicode hex":"25C6"},{"Typeface name":"Wingdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10070","Unicode hex":"2756"},{"Typeface name":"Wingdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"8999","Unicode hex":"2327"},{"Typeface name":"Wingdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"11193","Unicode hex":"2BB9"},{"Typeface name":"Wingdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"8984","Unicode hex":"2318"},{"Typeface name":"Wingdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"127989","Unicode hex":"1F3F5"},{"Typeface name":"Wingdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"127990","Unicode hex":"1F3F6"},{"Typeface name":"Wingdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128630","Unicode hex":"1F676"},{"Typeface name":"Wingdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128631","Unicode hex":"1F677"},{"Typeface name":"Wingdings","Dingbat dec":"127","Dingbat hex":"7F","Unicode dec":"9647","Unicode hex":"25AF"},{"Typeface name":"Wingdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"127243","Unicode hex":"1F10B"},{"Typeface name":"Wingdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"10112","Unicode hex":"2780"},{"Typeface name":"Wingdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"10113","Unicode hex":"2781"},{"Typeface name":"Wingdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"10114","Unicode hex":"2782"},{"Typeface name":"Wingdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"10115","Unicode hex":"2783"},{"Typeface name":"Wingdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10116","Unicode hex":"2784"},{"Typeface name":"Wingdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"10117","Unicode hex":"2785"},{"Typeface name":"Wingdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"10118","Unicode hex":"2786"},{"Typeface name":"Wingdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"10119","Unicode hex":"2787"},{"Typeface name":"Wingdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"10120","Unicode hex":"2788"},{"Typeface name":"Wingdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"10121","Unicode hex":"2789"},{"Typeface name":"Wingdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127244","Unicode hex":"1F10C"},{"Typeface name":"Wingdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"10122","Unicode hex":"278A"},{"Typeface name":"Wingdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"10123","Unicode hex":"278B"},{"Typeface name":"Wingdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"10124","Unicode hex":"278C"},{"Typeface name":"Wingdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"10125","Unicode hex":"278D"},{"Typeface name":"Wingdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"10126","Unicode hex":"278E"},{"Typeface name":"Wingdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"10127","Unicode hex":"278F"},{"Typeface name":"Wingdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"10128","Unicode hex":"2790"},{"Typeface name":"Wingdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"10129","Unicode hex":"2791"},{"Typeface name":"Wingdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"10130","Unicode hex":"2792"},{"Typeface name":"Wingdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"10131","Unicode hex":"2793"},{"Typeface name":"Wingdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128610","Unicode hex":"1F662"},{"Typeface name":"Wingdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128608","Unicode hex":"1F660"},{"Typeface name":"Wingdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"128609","Unicode hex":"1F661"},{"Typeface name":"Wingdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128611","Unicode hex":"1F663"},{"Typeface name":"Wingdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128606","Unicode hex":"1F65E"},{"Typeface name":"Wingdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128604","Unicode hex":"1F65C"},{"Typeface name":"Wingdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128605","Unicode hex":"1F65D"},{"Typeface name":"Wingdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128607","Unicode hex":"1F65F"},{"Typeface name":"Wingdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"8729","Unicode hex":"2219"},{"Typeface name":"Wingdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Wingdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"11037","Unicode hex":"2B1D"},{"Typeface name":"Wingdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"11096","Unicode hex":"2B58"},{"Typeface name":"Wingdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128902","Unicode hex":"1F786"},{"Typeface name":"Wingdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128904","Unicode hex":"1F788"},{"Typeface name":"Wingdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128906","Unicode hex":"1F78A"},{"Typeface name":"Wingdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128907","Unicode hex":"1F78B"},{"Typeface name":"Wingdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128319","Unicode hex":"1F53F"},{"Typeface name":"Wingdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9642","Unicode hex":"25AA"},{"Typeface name":"Wingdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128910","Unicode hex":"1F78E"},{"Typeface name":"Wingdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128961","Unicode hex":"1F7C1"},{"Typeface name":"Wingdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128965","Unicode hex":"1F7C5"},{"Typeface name":"Wingdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"9733","Unicode hex":"2605"},{"Typeface name":"Wingdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128971","Unicode hex":"1F7CB"},{"Typeface name":"Wingdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128975","Unicode hex":"1F7CF"},{"Typeface name":"Wingdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"128979","Unicode hex":"1F7D3"},{"Typeface name":"Wingdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"128977","Unicode hex":"1F7D1"},{"Typeface name":"Wingdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"11216","Unicode hex":"2BD0"},{"Typeface name":"Wingdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"8982","Unicode hex":"2316"},{"Typeface name":"Wingdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"11214","Unicode hex":"2BCE"},{"Typeface name":"Wingdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"11215","Unicode hex":"2BCF"},{"Typeface name":"Wingdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"11217","Unicode hex":"2BD1"},{"Typeface name":"Wingdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"10026","Unicode hex":"272A"},{"Typeface name":"Wingdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"10032","Unicode hex":"2730"},{"Typeface name":"Wingdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"128336","Unicode hex":"1F550"},{"Typeface name":"Wingdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128337","Unicode hex":"1F551"},{"Typeface name":"Wingdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128338","Unicode hex":"1F552"},{"Typeface name":"Wingdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128339","Unicode hex":"1F553"},{"Typeface name":"Wingdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128340","Unicode hex":"1F554"},{"Typeface name":"Wingdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"128341","Unicode hex":"1F555"},{"Typeface name":"Wingdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"128342","Unicode hex":"1F556"},{"Typeface name":"Wingdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128343","Unicode hex":"1F557"},{"Typeface name":"Wingdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128344","Unicode hex":"1F558"},{"Typeface name":"Wingdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128345","Unicode hex":"1F559"},{"Typeface name":"Wingdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128346","Unicode hex":"1F55A"},{"Typeface name":"Wingdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128347","Unicode hex":"1F55B"},{"Typeface name":"Wingdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11184","Unicode hex":"2BB0"},{"Typeface name":"Wingdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11185","Unicode hex":"2BB1"},{"Typeface name":"Wingdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11186","Unicode hex":"2BB2"},{"Typeface name":"Wingdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"11187","Unicode hex":"2BB3"},{"Typeface name":"Wingdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"11188","Unicode hex":"2BB4"},{"Typeface name":"Wingdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"11189","Unicode hex":"2BB5"},{"Typeface name":"Wingdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11190","Unicode hex":"2BB6"},{"Typeface name":"Wingdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11191","Unicode hex":"2BB7"},{"Typeface name":"Wingdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128618","Unicode hex":"1F66A"},{"Typeface name":"Wingdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128619","Unicode hex":"1F66B"},{"Typeface name":"Wingdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128597","Unicode hex":"1F655"},{"Typeface name":"Wingdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128596","Unicode hex":"1F654"},{"Typeface name":"Wingdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128599","Unicode hex":"1F657"},{"Typeface name":"Wingdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128598","Unicode hex":"1F656"},{"Typeface name":"Wingdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128592","Unicode hex":"1F650"},{"Typeface name":"Wingdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128593","Unicode hex":"1F651"},{"Typeface name":"Wingdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128594","Unicode hex":"1F652"},{"Typeface name":"Wingdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128595","Unicode hex":"1F653"},{"Typeface name":"Wingdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"9003","Unicode hex":"232B"},{"Typeface name":"Wingdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8998","Unicode hex":"2326"},{"Typeface name":"Wingdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"11160","Unicode hex":"2B98"},{"Typeface name":"Wingdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"11162","Unicode hex":"2B9A"},{"Typeface name":"Wingdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"11161","Unicode hex":"2B99"},{"Typeface name":"Wingdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"11163","Unicode hex":"2B9B"},{"Typeface name":"Wingdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"11144","Unicode hex":"2B88"},{"Typeface name":"Wingdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"11146","Unicode hex":"2B8A"},{"Typeface name":"Wingdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"11145","Unicode hex":"2B89"},{"Typeface name":"Wingdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"11147","Unicode hex":"2B8B"},{"Typeface name":"Wingdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129128","Unicode hex":"1F868"},{"Typeface name":"Wingdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129130","Unicode hex":"1F86A"},{"Typeface name":"Wingdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129129","Unicode hex":"1F869"},{"Typeface name":"Wingdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129131","Unicode hex":"1F86B"},{"Typeface name":"Wingdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129132","Unicode hex":"1F86C"},{"Typeface name":"Wingdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129133","Unicode hex":"1F86D"},{"Typeface name":"Wingdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129135","Unicode hex":"1F86F"},{"Typeface name":"Wingdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129134","Unicode hex":"1F86E"},{"Typeface name":"Wingdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129144","Unicode hex":"1F878"},{"Typeface name":"Wingdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129146","Unicode hex":"1F87A"},{"Typeface name":"Wingdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129145","Unicode hex":"1F879"},{"Typeface name":"Wingdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129147","Unicode hex":"1F87B"},{"Typeface name":"Wingdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129148","Unicode hex":"1F87C"},{"Typeface name":"Wingdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129149","Unicode hex":"1F87D"},{"Typeface name":"Wingdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129151","Unicode hex":"1F87F"},{"Typeface name":"Wingdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129150","Unicode hex":"1F87E"},{"Typeface name":"Wingdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"8678","Unicode hex":"21E6"},{"Typeface name":"Wingdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"8680","Unicode hex":"21E8"},{"Typeface name":"Wingdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"8679","Unicode hex":"21E7"},{"Typeface name":"Wingdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8681","Unicode hex":"21E9"},{"Typeface name":"Wingdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"11012","Unicode hex":"2B04"},{"Typeface name":"Wingdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"8691","Unicode hex":"21F3"},{"Typeface name":"Wingdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"11009","Unicode hex":"2B01"},{"Typeface name":"Wingdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11008","Unicode hex":"2B00"},{"Typeface name":"Wingdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11011","Unicode hex":"2B03"},{"Typeface name":"Wingdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"11010","Unicode hex":"2B02"},{"Typeface name":"Wingdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"129196","Unicode hex":"1F8AC"},{"Typeface name":"Wingdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"129197","Unicode hex":"1F8AD"},{"Typeface name":"Wingdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128502","Unicode hex":"1F5F6"},{"Typeface name":"Wingdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"10003","Unicode hex":"2713"},{"Typeface name":"Wingdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"128503","Unicode hex":"1F5F7"},{"Typeface name":"Wingdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"128505","Unicode hex":"1F5F9"},{"Typeface name":"Wingdings 2","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 2","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128394","Unicode hex":"1F58A"},{"Typeface name":"Wingdings 2","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128395","Unicode hex":"1F58B"},{"Typeface name":"Wingdings 2","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128396","Unicode hex":"1F58C"},{"Typeface name":"Wingdings 2","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128397","Unicode hex":"1F58D"},{"Typeface name":"Wingdings 2","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"9988","Unicode hex":"2704"},{"Typeface name":"Wingdings 2","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"9984","Unicode hex":"2700"},{"Typeface name":"Wingdings 2","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128382","Unicode hex":"1F57E"},{"Typeface name":"Wingdings 2","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128381","Unicode hex":"1F57D"},{"Typeface name":"Wingdings 2","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128453","Unicode hex":"1F5C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128454","Unicode hex":"1F5C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128455","Unicode hex":"1F5C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128456","Unicode hex":"1F5C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128457","Unicode hex":"1F5C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128458","Unicode hex":"1F5CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128459","Unicode hex":"1F5CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128460","Unicode hex":"1F5CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128461","Unicode hex":"1F5CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128465","Unicode hex":"1F5D1"},{"Typeface name":"Wingdings 2","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128468","Unicode hex":"1F5D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128437","Unicode hex":"1F5B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"128438","Unicode hex":"1F5B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128439","Unicode hex":"1F5B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128440","Unicode hex":"1F5B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128429","Unicode hex":"1F5AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128431","Unicode hex":"1F5AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128433","Unicode hex":"1F5B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128402","Unicode hex":"1F592"},{"Typeface name":"Wingdings 2","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128403","Unicode hex":"1F593"},{"Typeface name":"Wingdings 2","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128408","Unicode hex":"1F598"},{"Typeface name":"Wingdings 2","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128409","Unicode hex":"1F599"},{"Typeface name":"Wingdings 2","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128410","Unicode hex":"1F59A"},{"Typeface name":"Wingdings 2","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"128411","Unicode hex":"1F59B"},{"Typeface name":"Wingdings 2","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128072","Unicode hex":"1F448"},{"Typeface name":"Wingdings 2","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128073","Unicode hex":"1F449"},{"Typeface name":"Wingdings 2","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128412","Unicode hex":"1F59C"},{"Typeface name":"Wingdings 2","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"128413","Unicode hex":"1F59D"},{"Typeface name":"Wingdings 2","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"128414","Unicode hex":"1F59E"},{"Typeface name":"Wingdings 2","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"128415","Unicode hex":"1F59F"},{"Typeface name":"Wingdings 2","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"128416","Unicode hex":"1F5A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128417","Unicode hex":"1F5A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"128070","Unicode hex":"1F446"},{"Typeface name":"Wingdings 2","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128071","Unicode hex":"1F447"},{"Typeface name":"Wingdings 2","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128418","Unicode hex":"1F5A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128419","Unicode hex":"1F5A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128401","Unicode hex":"1F591"},{"Typeface name":"Wingdings 2","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128500","Unicode hex":"1F5F4"},{"Typeface name":"Wingdings 2","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"128504","Unicode hex":"1F5F8"},{"Typeface name":"Wingdings 2","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"128501","Unicode hex":"1F5F5"},{"Typeface name":"Wingdings 2","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9745","Unicode hex":"2611"},{"Typeface name":"Wingdings 2","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"11197","Unicode hex":"2BBD"},{"Typeface name":"Wingdings 2","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"9746","Unicode hex":"2612"},{"Typeface name":"Wingdings 2","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"11198","Unicode hex":"2BBE"},{"Typeface name":"Wingdings 2","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"11199","Unicode hex":"2BBF"},{"Typeface name":"Wingdings 2","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128711","Unicode hex":"1F6C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"128625","Unicode hex":"1F671"},{"Typeface name":"Wingdings 2","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"128628","Unicode hex":"1F674"},{"Typeface name":"Wingdings 2","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128626","Unicode hex":"1F672"},{"Typeface name":"Wingdings 2","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128627","Unicode hex":"1F673"},{"Typeface name":"Wingdings 2","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"8253","Unicode hex":"203D"},{"Typeface name":"Wingdings 2","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128633","Unicode hex":"1F679"},{"Typeface name":"Wingdings 2","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128634","Unicode hex":"1F67A"},{"Typeface name":"Wingdings 2","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"128635","Unicode hex":"1F67B"},{"Typeface name":"Wingdings 2","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"128614","Unicode hex":"1F666"},{"Typeface name":"Wingdings 2","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128612","Unicode hex":"1F664"},{"Typeface name":"Wingdings 2","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"128613","Unicode hex":"1F665"},{"Typeface name":"Wingdings 2","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128615","Unicode hex":"1F667"},{"Typeface name":"Wingdings 2","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128602","Unicode hex":"1F65A"},{"Typeface name":"Wingdings 2","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128600","Unicode hex":"1F658"},{"Typeface name":"Wingdings 2","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"128601","Unicode hex":"1F659"},{"Typeface name":"Wingdings 2","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128603","Unicode hex":"1F65B"},{"Typeface name":"Wingdings 2","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9450","Unicode hex":"24EA"},{"Typeface name":"Wingdings 2","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"9312","Unicode hex":"2460"},{"Typeface name":"Wingdings 2","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"9313","Unicode hex":"2461"},{"Typeface name":"Wingdings 2","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9314","Unicode hex":"2462"},{"Typeface name":"Wingdings 2","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"9315","Unicode hex":"2463"},{"Typeface name":"Wingdings 2","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9316","Unicode hex":"2464"},{"Typeface name":"Wingdings 2","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"9317","Unicode hex":"2465"},{"Typeface name":"Wingdings 2","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9318","Unicode hex":"2466"},{"Typeface name":"Wingdings 2","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9319","Unicode hex":"2467"},{"Typeface name":"Wingdings 2","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9320","Unicode hex":"2468"},{"Typeface name":"Wingdings 2","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9321","Unicode hex":"2469"},{"Typeface name":"Wingdings 2","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9471","Unicode hex":"24FF"},{"Typeface name":"Wingdings 2","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"10102","Unicode hex":"2776"},{"Typeface name":"Wingdings 2","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10103","Unicode hex":"2777"},{"Typeface name":"Wingdings 2","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"10104","Unicode hex":"2778"},{"Typeface name":"Wingdings 2","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10105","Unicode hex":"2779"},{"Typeface name":"Wingdings 2","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"10106","Unicode hex":"277A"},{"Typeface name":"Wingdings 2","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"10107","Unicode hex":"277B"},{"Typeface name":"Wingdings 2","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"10108","Unicode hex":"277C"},{"Typeface name":"Wingdings 2","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"10109","Unicode hex":"277D"},{"Typeface name":"Wingdings 2","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"10110","Unicode hex":"277E"},{"Typeface name":"Wingdings 2","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"10111","Unicode hex":"277F"},{"Typeface name":"Wingdings 2","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"9737","Unicode hex":"2609"},{"Typeface name":"Wingdings 2","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"127765","Unicode hex":"1F315"},{"Typeface name":"Wingdings 2","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"9789","Unicode hex":"263D"},{"Typeface name":"Wingdings 2","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"9790","Unicode hex":"263E"},{"Typeface name":"Wingdings 2","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11839","Unicode hex":"2E3F"},{"Typeface name":"Wingdings 2","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10013","Unicode hex":"271D"},{"Typeface name":"Wingdings 2","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"128327","Unicode hex":"1F547"},{"Typeface name":"Wingdings 2","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"128348","Unicode hex":"1F55C"},{"Typeface name":"Wingdings 2","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"128349","Unicode hex":"1F55D"},{"Typeface name":"Wingdings 2","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"128350","Unicode hex":"1F55E"},{"Typeface name":"Wingdings 2","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"128351","Unicode hex":"1F55F"},{"Typeface name":"Wingdings 2","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"128352","Unicode hex":"1F560"},{"Typeface name":"Wingdings 2","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"128353","Unicode hex":"1F561"},{"Typeface name":"Wingdings 2","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"128354","Unicode hex":"1F562"},{"Typeface name":"Wingdings 2","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128355","Unicode hex":"1F563"},{"Typeface name":"Wingdings 2","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128356","Unicode hex":"1F564"},{"Typeface name":"Wingdings 2","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128357","Unicode hex":"1F565"},{"Typeface name":"Wingdings 2","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128358","Unicode hex":"1F566"},{"Typeface name":"Wingdings 2","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"128359","Unicode hex":"1F567"},{"Typeface name":"Wingdings 2","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128616","Unicode hex":"1F668"},{"Typeface name":"Wingdings 2","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128617","Unicode hex":"1F669"},{"Typeface name":"Wingdings 2","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128900","Unicode hex":"1F784"},{"Typeface name":"Wingdings 2","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"10625","Unicode hex":"2981"},{"Typeface name":"Wingdings 2","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"9679","Unicode hex":"25CF"},{"Typeface name":"Wingdings 2","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"9675","Unicode hex":"25CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128901","Unicode hex":"1F785"},{"Typeface name":"Wingdings 2","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128903","Unicode hex":"1F787"},{"Typeface name":"Wingdings 2","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128905","Unicode hex":"1F789"},{"Typeface name":"Wingdings 2","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"8857","Unicode hex":"2299"},{"Typeface name":"Wingdings 2","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"10687","Unicode hex":"29BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128908","Unicode hex":"1F78C"},{"Typeface name":"Wingdings 2","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128909","Unicode hex":"1F78D"},{"Typeface name":"Wingdings 2","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"9726","Unicode hex":"25FE"},{"Typeface name":"Wingdings 2","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"9632","Unicode hex":"25A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"9633","Unicode hex":"25A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128913","Unicode hex":"1F791"},{"Typeface name":"Wingdings 2","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128914","Unicode hex":"1F792"},{"Typeface name":"Wingdings 2","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128915","Unicode hex":"1F793"},{"Typeface name":"Wingdings 2","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128916","Unicode hex":"1F794"},{"Typeface name":"Wingdings 2","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9635","Unicode hex":"25A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128917","Unicode hex":"1F795"},{"Typeface name":"Wingdings 2","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128918","Unicode hex":"1F796"},{"Typeface name":"Wingdings 2","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128919","Unicode hex":"1F797"},{"Typeface name":"Wingdings 2","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128920","Unicode hex":"1F798"},{"Typeface name":"Wingdings 2","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings 2","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"11045","Unicode hex":"2B25"},{"Typeface name":"Wingdings 2","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"9671","Unicode hex":"25C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"128922","Unicode hex":"1F79A"},{"Typeface name":"Wingdings 2","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"9672","Unicode hex":"25C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"128923","Unicode hex":"1F79B"},{"Typeface name":"Wingdings 2","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128924","Unicode hex":"1F79C"},{"Typeface name":"Wingdings 2","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"128925","Unicode hex":"1F79D"},{"Typeface name":"Wingdings 2","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128926","Unicode hex":"1F79E"},{"Typeface name":"Wingdings 2","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"11050","Unicode hex":"2B2A"},{"Typeface name":"Wingdings 2","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"11047","Unicode hex":"2B27"},{"Typeface name":"Wingdings 2","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128928","Unicode hex":"1F7A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"9686","Unicode hex":"25D6"},{"Typeface name":"Wingdings 2","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"9687","Unicode hex":"25D7"},{"Typeface name":"Wingdings 2","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"11210","Unicode hex":"2BCA"},{"Typeface name":"Wingdings 2","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"11211","Unicode hex":"2BCB"},{"Typeface name":"Wingdings 2","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"11200","Unicode hex":"2BC0"},{"Typeface name":"Wingdings 2","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"11201","Unicode hex":"2BC1"},{"Typeface name":"Wingdings 2","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"11039","Unicode hex":"2B1F"},{"Typeface name":"Wingdings 2","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"11202","Unicode hex":"2BC2"},{"Typeface name":"Wingdings 2","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"11043","Unicode hex":"2B23"},{"Typeface name":"Wingdings 2","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11042","Unicode hex":"2B22"},{"Typeface name":"Wingdings 2","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11203","Unicode hex":"2BC3"},{"Typeface name":"Wingdings 2","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11204","Unicode hex":"2BC4"},{"Typeface name":"Wingdings 2","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128929","Unicode hex":"1F7A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128930","Unicode hex":"1F7A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128931","Unicode hex":"1F7A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128932","Unicode hex":"1F7A4"},{"Typeface name":"Wingdings 2","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128933","Unicode hex":"1F7A5"},{"Typeface name":"Wingdings 2","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128934","Unicode hex":"1F7A6"},{"Typeface name":"Wingdings 2","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128935","Unicode hex":"1F7A7"},{"Typeface name":"Wingdings 2","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128936","Unicode hex":"1F7A8"},{"Typeface name":"Wingdings 2","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128937","Unicode hex":"1F7A9"},{"Typeface name":"Wingdings 2","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128938","Unicode hex":"1F7AA"},{"Typeface name":"Wingdings 2","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128939","Unicode hex":"1F7AB"},{"Typeface name":"Wingdings 2","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128940","Unicode hex":"1F7AC"},{"Typeface name":"Wingdings 2","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128941","Unicode hex":"1F7AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128942","Unicode hex":"1F7AE"},{"Typeface name":"Wingdings 2","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128943","Unicode hex":"1F7AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"128944","Unicode hex":"1F7B0"},{"Typeface name":"Wingdings 2","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"128945","Unicode hex":"1F7B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"128946","Unicode hex":"1F7B2"},{"Typeface name":"Wingdings 2","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"128947","Unicode hex":"1F7B3"},{"Typeface name":"Wingdings 2","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"128948","Unicode hex":"1F7B4"},{"Typeface name":"Wingdings 2","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"128949","Unicode hex":"1F7B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"128950","Unicode hex":"1F7B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"128951","Unicode hex":"1F7B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"128952","Unicode hex":"1F7B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"128953","Unicode hex":"1F7B9"},{"Typeface name":"Wingdings 2","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"128954","Unicode hex":"1F7BA"},{"Typeface name":"Wingdings 2","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"128955","Unicode hex":"1F7BB"},{"Typeface name":"Wingdings 2","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"128956","Unicode hex":"1F7BC"},{"Typeface name":"Wingdings 2","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128957","Unicode hex":"1F7BD"},{"Typeface name":"Wingdings 2","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128958","Unicode hex":"1F7BE"},{"Typeface name":"Wingdings 2","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"128959","Unicode hex":"1F7BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"128960","Unicode hex":"1F7C0"},{"Typeface name":"Wingdings 2","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128962","Unicode hex":"1F7C2"},{"Typeface name":"Wingdings 2","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128964","Unicode hex":"1F7C4"},{"Typeface name":"Wingdings 2","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"128966","Unicode hex":"1F7C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"128969","Unicode hex":"1F7C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128970","Unicode hex":"1F7CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"10038","Unicode hex":"2736"},{"Typeface name":"Wingdings 2","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"128972","Unicode hex":"1F7CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128974","Unicode hex":"1F7CE"},{"Typeface name":"Wingdings 2","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128976","Unicode hex":"1F7D0"},{"Typeface name":"Wingdings 2","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128978","Unicode hex":"1F7D2"},{"Typeface name":"Wingdings 2","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"10041","Unicode hex":"2739"},{"Typeface name":"Wingdings 2","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128963","Unicode hex":"1F7C3"},{"Typeface name":"Wingdings 2","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128967","Unicode hex":"1F7C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Wingdings 2","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128973","Unicode hex":"1F7CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128980","Unicode hex":"1F7D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11212","Unicode hex":"2BCC"},{"Typeface name":"Wingdings 2","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11213","Unicode hex":"2BCD"},{"Typeface name":"Wingdings 2","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"8251","Unicode hex":"203B"},{"Typeface name":"Wingdings 2","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"8258","Unicode hex":"2042"},{"Typeface name":"Wingdings 3","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 3","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"11104","Unicode hex":"2B60"},{"Typeface name":"Wingdings 3","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"11106","Unicode hex":"2B62"},{"Typeface name":"Wingdings 3","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"11105","Unicode hex":"2B61"},{"Typeface name":"Wingdings 3","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"11107","Unicode hex":"2B63"},{"Typeface name":"Wingdings 3","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"11110","Unicode hex":"2B66"},{"Typeface name":"Wingdings 3","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"11111","Unicode hex":"2B67"},{"Typeface name":"Wingdings 3","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"11113","Unicode hex":"2B69"},{"Typeface name":"Wingdings 3","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"11112","Unicode hex":"2B68"},{"Typeface name":"Wingdings 3","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"11120","Unicode hex":"2B70"},{"Typeface name":"Wingdings 3","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"11122","Unicode hex":"2B72"},{"Typeface name":"Wingdings 3","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"11121","Unicode hex":"2B71"},{"Typeface name":"Wingdings 3","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"11123","Unicode hex":"2B73"},{"Typeface name":"Wingdings 3","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"11126","Unicode hex":"2B76"},{"Typeface name":"Wingdings 3","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"11128","Unicode hex":"2B78"},{"Typeface name":"Wingdings 3","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"11131","Unicode hex":"2B7B"},{"Typeface name":"Wingdings 3","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"11133","Unicode hex":"2B7D"},{"Typeface name":"Wingdings 3","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"11108","Unicode hex":"2B64"},{"Typeface name":"Wingdings 3","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"11109","Unicode hex":"2B65"},{"Typeface name":"Wingdings 3","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"11114","Unicode hex":"2B6A"},{"Typeface name":"Wingdings 3","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"11116","Unicode hex":"2B6C"},{"Typeface name":"Wingdings 3","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"11115","Unicode hex":"2B6B"},{"Typeface name":"Wingdings 3","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"11117","Unicode hex":"2B6D"},{"Typeface name":"Wingdings 3","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"11085","Unicode hex":"2B4D"},{"Typeface name":"Wingdings 3","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"11168","Unicode hex":"2BA0"},{"Typeface name":"Wingdings 3","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"11169","Unicode hex":"2BA1"},{"Typeface name":"Wingdings 3","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"11170","Unicode hex":"2BA2"},{"Typeface name":"Wingdings 3","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"11171","Unicode hex":"2BA3"},{"Typeface name":"Wingdings 3","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"11172","Unicode hex":"2BA4"},{"Typeface name":"Wingdings 3","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"11173","Unicode hex":"2BA5"},{"Typeface name":"Wingdings 3","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"11174","Unicode hex":"2BA6"},{"Typeface name":"Wingdings 3","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"11175","Unicode hex":"2BA7"},{"Typeface name":"Wingdings 3","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"11152","Unicode hex":"2B90"},{"Typeface name":"Wingdings 3","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"11153","Unicode hex":"2B91"},{"Typeface name":"Wingdings 3","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"11154","Unicode hex":"2B92"},{"Typeface name":"Wingdings 3","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"11155","Unicode hex":"2B93"},{"Typeface name":"Wingdings 3","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"11136","Unicode hex":"2B80"},{"Typeface name":"Wingdings 3","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"11139","Unicode hex":"2B83"},{"Typeface name":"Wingdings 3","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"11134","Unicode hex":"2B7E"},{"Typeface name":"Wingdings 3","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"11135","Unicode hex":"2B7F"},{"Typeface name":"Wingdings 3","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"11140","Unicode hex":"2B84"},{"Typeface name":"Wingdings 3","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"11142","Unicode hex":"2B86"},{"Typeface name":"Wingdings 3","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"11141","Unicode hex":"2B85"},{"Typeface name":"Wingdings 3","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"11143","Unicode hex":"2B87"},{"Typeface name":"Wingdings 3","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"11151","Unicode hex":"2B8F"},{"Typeface name":"Wingdings 3","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"11149","Unicode hex":"2B8D"},{"Typeface name":"Wingdings 3","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"11150","Unicode hex":"2B8E"},{"Typeface name":"Wingdings 3","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"11148","Unicode hex":"2B8C"},{"Typeface name":"Wingdings 3","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"11118","Unicode hex":"2B6E"},{"Typeface name":"Wingdings 3","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"11119","Unicode hex":"2B6F"},{"Typeface name":"Wingdings 3","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9099","Unicode hex":"238B"},{"Typeface name":"Wingdings 3","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"8996","Unicode hex":"2324"},{"Typeface name":"Wingdings 3","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"8963","Unicode hex":"2303"},{"Typeface name":"Wingdings 3","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"8997","Unicode hex":"2325"},{"Typeface name":"Wingdings 3","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"9251","Unicode hex":"2423"},{"Typeface name":"Wingdings 3","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"9085","Unicode hex":"237D"},{"Typeface name":"Wingdings 3","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"8682","Unicode hex":"21EA"},{"Typeface name":"Wingdings 3","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"11192","Unicode hex":"2BB8"},{"Typeface name":"Wingdings 3","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"129184","Unicode hex":"1F8A0"},{"Typeface name":"Wingdings 3","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"129185","Unicode hex":"1F8A1"},{"Typeface name":"Wingdings 3","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"129186","Unicode hex":"1F8A2"},{"Typeface name":"Wingdings 3","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"129187","Unicode hex":"1F8A3"},{"Typeface name":"Wingdings 3","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"129188","Unicode hex":"1F8A4"},{"Typeface name":"Wingdings 3","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"129189","Unicode hex":"1F8A5"},{"Typeface name":"Wingdings 3","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"129190","Unicode hex":"1F8A6"},{"Typeface name":"Wingdings 3","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"129191","Unicode hex":"1F8A7"},{"Typeface name":"Wingdings 3","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"129192","Unicode hex":"1F8A8"},{"Typeface name":"Wingdings 3","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"129193","Unicode hex":"1F8A9"},{"Typeface name":"Wingdings 3","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"129194","Unicode hex":"1F8AA"},{"Typeface name":"Wingdings 3","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"129195","Unicode hex":"1F8AB"},{"Typeface name":"Wingdings 3","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"129104","Unicode hex":"1F850"},{"Typeface name":"Wingdings 3","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"129106","Unicode hex":"1F852"},{"Typeface name":"Wingdings 3","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"129105","Unicode hex":"1F851"},{"Typeface name":"Wingdings 3","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"129107","Unicode hex":"1F853"},{"Typeface name":"Wingdings 3","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"129108","Unicode hex":"1F854"},{"Typeface name":"Wingdings 3","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"129109","Unicode hex":"1F855"},{"Typeface name":"Wingdings 3","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"129111","Unicode hex":"1F857"},{"Typeface name":"Wingdings 3","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"129110","Unicode hex":"1F856"},{"Typeface name":"Wingdings 3","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"129112","Unicode hex":"1F858"},{"Typeface name":"Wingdings 3","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"129113","Unicode hex":"1F859"},{"Typeface name":"Wingdings 3","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9650","Unicode hex":"25B2"},{"Typeface name":"Wingdings 3","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9660","Unicode hex":"25BC"},{"Typeface name":"Wingdings 3","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9651","Unicode hex":"25B3"},{"Typeface name":"Wingdings 3","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9661","Unicode hex":"25BD"},{"Typeface name":"Wingdings 3","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9664","Unicode hex":"25C0"},{"Typeface name":"Wingdings 3","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9654","Unicode hex":"25B6"},{"Typeface name":"Wingdings 3","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"9665","Unicode hex":"25C1"},{"Typeface name":"Wingdings 3","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9655","Unicode hex":"25B7"},{"Typeface name":"Wingdings 3","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"9699","Unicode hex":"25E3"},{"Typeface name":"Wingdings 3","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"9698","Unicode hex":"25E2"},{"Typeface name":"Wingdings 3","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"9700","Unicode hex":"25E4"},{"Typeface name":"Wingdings 3","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"9701","Unicode hex":"25E5"},{"Typeface name":"Wingdings 3","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"128896","Unicode hex":"1F780"},{"Typeface name":"Wingdings 3","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128898","Unicode hex":"1F782"},{"Typeface name":"Wingdings 3","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128897","Unicode hex":"1F781"},{"Typeface name":"Wingdings 3","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128899","Unicode hex":"1F783"},{"Typeface name":"Wingdings 3","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"11205","Unicode hex":"2BC5"},{"Typeface name":"Wingdings 3","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"11206","Unicode hex":"2BC6"},{"Typeface name":"Wingdings 3","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"11207","Unicode hex":"2BC7"},{"Typeface name":"Wingdings 3","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11208","Unicode hex":"2BC8"},{"Typeface name":"Wingdings 3","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"11164","Unicode hex":"2B9C"},{"Typeface name":"Wingdings 3","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"11166","Unicode hex":"2B9E"},{"Typeface name":"Wingdings 3","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"11165","Unicode hex":"2B9D"},{"Typeface name":"Wingdings 3","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"11167","Unicode hex":"2B9F"},{"Typeface name":"Wingdings 3","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"129040","Unicode hex":"1F810"},{"Typeface name":"Wingdings 3","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"129042","Unicode hex":"1F812"},{"Typeface name":"Wingdings 3","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"129041","Unicode hex":"1F811"},{"Typeface name":"Wingdings 3","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"129043","Unicode hex":"1F813"},{"Typeface name":"Wingdings 3","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"129044","Unicode hex":"1F814"},{"Typeface name":"Wingdings 3","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"129046","Unicode hex":"1F816"},{"Typeface name":"Wingdings 3","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"129045","Unicode hex":"1F815"},{"Typeface name":"Wingdings 3","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"129047","Unicode hex":"1F817"},{"Typeface name":"Wingdings 3","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"129048","Unicode hex":"1F818"},{"Typeface name":"Wingdings 3","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"129050","Unicode hex":"1F81A"},{"Typeface name":"Wingdings 3","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"129049","Unicode hex":"1F819"},{"Typeface name":"Wingdings 3","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"129051","Unicode hex":"1F81B"},{"Typeface name":"Wingdings 3","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"129052","Unicode hex":"1F81C"},{"Typeface name":"Wingdings 3","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"129054","Unicode hex":"1F81E"},{"Typeface name":"Wingdings 3","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"129053","Unicode hex":"1F81D"},{"Typeface name":"Wingdings 3","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"129055","Unicode hex":"1F81F"},{"Typeface name":"Wingdings 3","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"129024","Unicode hex":"1F800"},{"Typeface name":"Wingdings 3","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"129026","Unicode hex":"1F802"},{"Typeface name":"Wingdings 3","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"129025","Unicode hex":"1F801"},{"Typeface name":"Wingdings 3","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"129027","Unicode hex":"1F803"},{"Typeface name":"Wingdings 3","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"129028","Unicode hex":"1F804"},{"Typeface name":"Wingdings 3","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"129030","Unicode hex":"1F806"},{"Typeface name":"Wingdings 3","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"129029","Unicode hex":"1F805"},{"Typeface name":"Wingdings 3","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"129031","Unicode hex":"1F807"},{"Typeface name":"Wingdings 3","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"129032","Unicode hex":"1F808"},{"Typeface name":"Wingdings 3","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"129034","Unicode hex":"1F80A"},{"Typeface name":"Wingdings 3","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"129033","Unicode hex":"1F809"},{"Typeface name":"Wingdings 3","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"129035","Unicode hex":"1F80B"},{"Typeface name":"Wingdings 3","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"129056","Unicode hex":"1F820"},{"Typeface name":"Wingdings 3","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"129058","Unicode hex":"1F822"},{"Typeface name":"Wingdings 3","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"129060","Unicode hex":"1F824"},{"Typeface name":"Wingdings 3","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"129062","Unicode hex":"1F826"},{"Typeface name":"Wingdings 3","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"129064","Unicode hex":"1F828"},{"Typeface name":"Wingdings 3","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"129066","Unicode hex":"1F82A"},{"Typeface name":"Wingdings 3","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"129068","Unicode hex":"1F82C"},{"Typeface name":"Wingdings 3","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"129180","Unicode hex":"1F89C"},{"Typeface name":"Wingdings 3","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"129181","Unicode hex":"1F89D"},{"Typeface name":"Wingdings 3","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"129182","Unicode hex":"1F89E"},{"Typeface name":"Wingdings 3","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"129183","Unicode hex":"1F89F"},{"Typeface name":"Wingdings 3","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"129070","Unicode hex":"1F82E"},{"Typeface name":"Wingdings 3","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"129072","Unicode hex":"1F830"},{"Typeface name":"Wingdings 3","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"129074","Unicode hex":"1F832"},{"Typeface name":"Wingdings 3","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"129076","Unicode hex":"1F834"},{"Typeface name":"Wingdings 3","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"129078","Unicode hex":"1F836"},{"Typeface name":"Wingdings 3","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"129080","Unicode hex":"1F838"},{"Typeface name":"Wingdings 3","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"129082","Unicode hex":"1F83A"},{"Typeface name":"Wingdings 3","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"129081","Unicode hex":"1F839"},{"Typeface name":"Wingdings 3","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"129083","Unicode hex":"1F83B"},{"Typeface name":"Wingdings 3","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"129176","Unicode hex":"1F898"},{"Typeface name":"Wingdings 3","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"129178","Unicode hex":"1F89A"},{"Typeface name":"Wingdings 3","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"129177","Unicode hex":"1F899"},{"Typeface name":"Wingdings 3","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"129179","Unicode hex":"1F89B"},{"Typeface name":"Wingdings 3","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"129084","Unicode hex":"1F83C"},{"Typeface name":"Wingdings 3","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"129086","Unicode hex":"1F83E"},{"Typeface name":"Wingdings 3","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"129085","Unicode hex":"1F83D"},{"Typeface name":"Wingdings 3","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"129087","Unicode hex":"1F83F"},{"Typeface name":"Wingdings 3","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"129088","Unicode hex":"1F840"},{"Typeface name":"Wingdings 3","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"129090","Unicode hex":"1F842"},{"Typeface name":"Wingdings 3","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"129089","Unicode hex":"1F841"},{"Typeface name":"Wingdings 3","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"129091","Unicode hex":"1F843"},{"Typeface name":"Wingdings 3","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"129092","Unicode hex":"1F844"},{"Typeface name":"Wingdings 3","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"129094","Unicode hex":"1F846"},{"Typeface name":"Wingdings 3","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"129093","Unicode hex":"1F845"},{"Typeface name":"Wingdings 3","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"129095","Unicode hex":"1F847"},{"Typeface name":"Wingdings 3","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11176","Unicode hex":"2BA8"},{"Typeface name":"Wingdings 3","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11177","Unicode hex":"2BA9"},{"Typeface name":"Wingdings 3","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"11178","Unicode hex":"2BAA"},{"Typeface name":"Wingdings 3","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"11179","Unicode hex":"2BAB"},{"Typeface name":"Wingdings 3","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"11180","Unicode hex":"2BAC"},{"Typeface name":"Wingdings 3","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"11181","Unicode hex":"2BAD"},{"Typeface name":"Wingdings 3","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"11182","Unicode hex":"2BAE"},{"Typeface name":"Wingdings 3","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"11183","Unicode hex":"2BAF"},{"Typeface name":"Wingdings 3","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"129120","Unicode hex":"1F860"},{"Typeface name":"Wingdings 3","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"129122","Unicode hex":"1F862"},{"Typeface name":"Wingdings 3","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"129121","Unicode hex":"1F861"},{"Typeface name":"Wingdings 3","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"129123","Unicode hex":"1F863"},{"Typeface name":"Wingdings 3","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"129124","Unicode hex":"1F864"},{"Typeface name":"Wingdings 3","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"129125","Unicode hex":"1F865"},{"Typeface name":"Wingdings 3","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"129127","Unicode hex":"1F867"},{"Typeface name":"Wingdings 3","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"129126","Unicode hex":"1F866"},{"Typeface name":"Wingdings 3","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"129136","Unicode hex":"1F870"},{"Typeface name":"Wingdings 3","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"129138","Unicode hex":"1F872"},{"Typeface name":"Wingdings 3","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"129137","Unicode hex":"1F871"},{"Typeface name":"Wingdings 3","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"129139","Unicode hex":"1F873"},{"Typeface name":"Wingdings 3","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"129140","Unicode hex":"1F874"},{"Typeface name":"Wingdings 3","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"129141","Unicode hex":"1F875"},{"Typeface name":"Wingdings 3","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129143","Unicode hex":"1F877"},{"Typeface name":"Wingdings 3","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129142","Unicode hex":"1F876"},{"Typeface name":"Wingdings 3","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129152","Unicode hex":"1F880"},{"Typeface name":"Wingdings 3","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129154","Unicode hex":"1F882"},{"Typeface name":"Wingdings 3","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129153","Unicode hex":"1F881"},{"Typeface name":"Wingdings 3","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129155","Unicode hex":"1F883"},{"Typeface name":"Wingdings 3","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129156","Unicode hex":"1F884"},{"Typeface name":"Wingdings 3","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129157","Unicode hex":"1F885"},{"Typeface name":"Wingdings 3","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129159","Unicode hex":"1F887"},{"Typeface name":"Wingdings 3","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129158","Unicode hex":"1F886"},{"Typeface name":"Wingdings 3","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129168","Unicode hex":"1F890"},{"Typeface name":"Wingdings 3","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129170","Unicode hex":"1F892"},{"Typeface name":"Wingdings 3","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129169","Unicode hex":"1F891"},{"Typeface name":"Wingdings 3","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129171","Unicode hex":"1F893"},{"Typeface name":"Wingdings 3","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129172","Unicode hex":"1F894"},{"Typeface name":"Wingdings 3","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129174","Unicode hex":"1F896"},{"Typeface name":"Wingdings 3","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"129173","Unicode hex":"1F895"},{"Typeface name":"Wingdings 3","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"129175","Unicode hex":"1F897"}]},301741,(e,n,t)=>{"use strict";var i=e.e&&e.e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.hex=t.dec=t.codePoint=void 0;for(var r=i(e.r(86900)),a={},o=String.fromCodePoint?String.fromCodePoint:function(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(Math.floor((e-65536)/1024)+55296,(e-65536)%1024+56320)},c=0,s=r.default;c<s.length;c++){var d=s[c],u=parseInt(d["Unicode dec"],10),l={codePoint:u,string:o(u)};a[d["Typeface name"].toUpperCase()+"_"+d["Dingbat dec"]]=l}function h(e,n){return a[e.toUpperCase()+"_"+n]}t.codePoint=h,t.dec=function(e,n){return h(e,parseInt(n,10))},t.hex=function(e,n){return h(e,parseInt(n,16))}},73106,(e,n,t)=>{var i=e.r(984938);function r(e,n){return a(function(t){return t.type===e?n(t):t})}function a(e){return function n(t){if(t.children){var r=i.map(t.children,n);t=i.extend(t,{children:r})}return e(t)}}function o(e){var n=[];return function e(n,t){n.children&&n.children.forEach(function(n){e(n,t),t(n)})}(e,function(e){n.push(e)}),n}t.paragraph=function(e){return r("paragraph",e)},t.run=function(e){return r("run",e)},t._elements=a,t._elementsOfType=r,t.getDescendantsOfType=function(e,n){return o(e).filter(function(e){return e.type===n})},t.getDescendants=o},489806,(e,n,t)=>{t.uriToZipEntryName=function(e,n){return"/"===n.charAt(0)?n.substr(1):e+"/"+n},t.replaceFragment=function(e,n){var t=e.indexOf("#");return -1!==t&&(e=e.substring(0,t)),e+"#"+n}},194883,(e,n,t)=>{t.createBodyReader=function(e){return{readXmlElement:function(n){return new l(e).readXmlElement(n)},readXmlElements:function(n){return new l(e).readXmlElements(n)}}},t._readNumberingProperties=h;var i=e.r(301741),r=e.r(984938),a=e.r(578143),o=e.r(887426).Result,c=e.r(887426).warning,s=e.r(952484),d=e.r(73106),u=e.r(489806);function l(e){var n=[],t=[],o=[],l=e.relationships,U=e.contentTypes,v=e.docxFile,T=e.files,_=e.numbering,w=e.styles;function F(e){return D(e.map(E))}function E(e){if("element"===e.type){var n=B[e.name];if(n)return n(e);if(!Object.prototype.hasOwnProperty.call(g,e.name))return f([c("An unrecognised element was ignored: "+e.name)])}return b()}function W(e){if(!e)return!1;var n=e.attributes["w:val"];return"false"!==n&&"0"!==n}function C(e,n,t,i){var r=[],a=e.first(n),o=null,s=null;if(a&&(o=a.attributes["w:val"])){var d=i(o);d?s=d.name:r.push(c(t+" style with ID "+o+" was referenced but not defined in the document"))}return y({styleId:o,name:s},r)}function A(e){return function(e,n){var t=/^\s*HYPERLINK\s+(\\l\s+)?(?:"(.*)"|([^\\]\S*))/.exec(e);if(t){var i=void 0===t[2]?t[3]:t[2];return{type:"hyperlink",options:void 0===t[1]?{href:i}:{anchor:i}}}if(/\s*FORMCHECKBOX\s*/.exec(e)){var r=n.firstOrEmpty("w:ffData").firstOrEmpty("w:checkBox"),a=r.first("w:checked");return{type:"checkbox",checked:null==a?W(r.first("w:default")):W(a)}}return{type:"unknown"}}(t.join(""),"begin"===e.type?e.fldChar:s.emptyElement)}function S(e){return function(n){var t=n.attributes["w:id"];return m(new a.NoteReference({noteType:e,noteId:t}))}}function N(e){return F(e.children)}var B={"w:p":function(e){var n=e.firstOrEmpty("w:pPr");if(n.firstOrEmpty("w:rPr").first("w:del"))return e.children.forEach(function(e){o.push(e)}),b();var t=e.children;return o.length>0&&(t=o.concat(t),o=[]),x.map(C(n,"w:pStyle","Paragraph",w.findParagraphStyleById).map(function(e){var t;return{type:"paragraphProperties",styleId:e.styleId,styleName:e.name,alignment:n.firstOrEmpty("w:jc").attributes["w:val"],numbering:h(e.styleId,n.firstOrEmpty("w:numPr"),_),indent:{start:(t=n.firstOrEmpty("w:ind")).attributes["w:start"]||t.attributes["w:left"],end:t.attributes["w:end"]||t.attributes["w:right"],firstLine:t.attributes["w:firstLine"],hanging:t.attributes["w:hanging"]}}}),F(t),function(e,n){return new a.Paragraph(n,e)}).insertExtra()},"w:r":function(e){var t;return x.map(C(t=e.firstOrEmpty("w:rPr"),"w:rStyle","Run",w.findCharacterStyleById).map(function(e){var n,i=t.firstOrEmpty("w:sz").attributes["w:val"],r=/^[0-9]+$/.test(i)?parseInt(i,10)/2:null;return{type:"runProperties",styleId:e.styleId,styleName:e.name,verticalAlignment:t.firstOrEmpty("w:vertAlign").attributes["w:val"],font:t.firstOrEmpty("w:rFonts").attributes["w:ascii"],fontSize:r,isBold:W(t.first("w:b")),isUnderline:function(e){if(!e)return!1;var n=e.attributes["w:val"];return void 0!==n&&"false"!==n&&"0"!==n&&"none"!==n}(t.first("w:u")),isItalic:W(t.first("w:i")),isStrikethrough:W(t.first("w:strike")),isAllCaps:W(t.first("w:caps")),isSmallCaps:W(t.first("w:smallCaps")),highlight:(n=t.firstOrEmpty("w:highlight").attributes["w:val"])&&"none"!==n?n:null}}),F(e.children),function(e,t){var i,o=(i=r.last(n.filter(function(e){return"hyperlink"===e.type})))?i.options:null;return null!==o&&(t=[new a.Hyperlink(t,o)]),new a.Run(t,e)})},"w:fldChar":function(e){var i=e.attributes["w:fldCharType"];if("begin"===i)n.push({type:"begin",fldChar:e}),t=[];else if("end"===i){var r=n.pop();if("begin"===r.type&&(r=A(r)),"checkbox"===r.type)return m(a.checkbox({checked:r.checked}))}else if("separate"===i){var o=A(n.pop());n.push(o)}return b()},"w:instrText":function(e){return t.push(e.text()),b()},"w:t":function(e){return m(new a.Text(e.text()))},"w:tab":function(e){return m(new a.Tab)},"w:noBreakHyphen":function(){return m(new a.Text("‑"))},"w:softHyphen":function(e){return m(new a.Text(""))},"w:sym":function(e){var n=e.attributes["w:font"],t=e.attributes["w:char"],r=i.hex(n,t);return(null==r&&/^F0..$/.test(t)&&(r=i.hex(n,t.substring(2))),null==r)?f([c("A w:sym element with an unsupported character was ignored: char "+t+" in font "+n)]):m(new a.Text(r.string))},"w:hyperlink":function(e){var n=e.attributes["r:id"],t=e.attributes["w:anchor"];return F(e.children).map(function(i){function o(n){var t=e.attributes["w:tgtFrame"]||null;return new a.Hyperlink(i,r.extend({targetFrame:t},n))}if(n){var c=l.findTargetByRelationshipId(n);return t&&(c=u.replaceFragment(c,t)),o({href:c})}return t?o({anchor:t}):i})},"w:tbl":function(e){var n=C(e.firstOrEmpty("w:tblPr"),"w:tblStyle","Table",w.findTableStyleById).map(function(e){return{styleId:e.styleId,styleName:e.name}});return F(e.children).flatMap(k).flatMap(function(e){return n.map(function(n){return a.Table(e,n)})})},"w:tr":function(e){var n=e.firstOrEmpty("w:trPr");if(n.first("w:del"))return b();var t=!!n.first("w:tblHeader");return F(e.children).map(function(e){return a.TableRow(e,{isHeader:t})})},"w:tc":function(e){return F(e.children).map(function(n){var t=e.firstOrEmpty("w:tcPr"),i=t.firstOrEmpty("w:gridSpan").attributes["w:val"],r=i?parseInt(i,10):1,o=a.TableCell(n,{colSpan:r});return o._vMerge=function(e){var n=e.first("w:vMerge");if(!n)return null;var t=n.attributes["w:val"];return"continue"===t||!t}(t),o})},"w:footnoteReference":S("footnote"),"w:endnoteReference":S("endnote"),"w:commentReference":function(e){return m(a.commentReference({commentId:e.attributes["w:id"]}))},"w:br":function(e){var n=e.attributes["w:type"];return null==n||"textWrapping"===n?m(a.lineBreak):"page"===n?m(a.pageBreak):"column"===n?m(a.columnBreak):f([c("Unsupported break type: "+n)])},"w:bookmarkStart":function(e){var n=e.attributes["w:name"];return"_GoBack"===n?b():m(new a.BookmarkStart({name:n}))},"mc:AlternateContent":function(e){return N(e.firstOrEmpty("mc:Fallback"))},"w:sdt":function(e){return F(e.firstOrEmpty("w:sdtContent").children).map(function(n){var t=e.firstOrEmpty("w:sdtPr").first("wordml:checkbox");if(!t)return n;var i,r=t.first("wordml:checked"),o=!!r&&"false"!==(i=r.attributes["wordml:val"])&&"0"!==i,c=a.checkbox({checked:o}),s=!1,u=n.map(d._elementsOfType(a.types.text,function(e){return e.value.length>0&&!s?(s=!0,c):e}));return s?u:c})},"w:ins":N,"w:object":N,"w:smartTag":N,"w:drawing":N,"w:pict":function(e){return N(e).toExtra()},"v:roundrect":N,"v:shape":N,"v:textbox":N,"w:txbxContent":N,"wp:inline":I,"wp:anchor":I,"v:imagedata":function(e){var n=e.attributes["r:id"];return n?P(j(n),e.attributes["o:title"]):f([c("A v:imagedata element without a relationship ID was ignored")])},"v:group":N,"v:rect":N};return{readXmlElement:E,readXmlElements:F};function k(e){if(r.any(e,function(e){return e.type!==a.types.tableRow}))return O(e),y(e,[c("unexpected non-row element in table, cell merging may be incorrect")]);if(r.any(e,function(e){return r.any(e.children,function(e){return e.type!==a.types.tableCell})}))return O(e),y(e,[c("unexpected non-cell element in table row, cell merging may be incorrect")]);var n={};return e.forEach(function(e){var t=0;e.children.forEach(function(e){e._vMerge&&n[t]?n[t].rowSpan++:(n[t]=e,e._vMerge=!1),t+=e.colSpan})}),e.forEach(function(e){e.children=e.children.filter(function(e){return!e._vMerge}),e.children.forEach(function(e){delete e._vMerge})}),m(e)}function O(e){e.forEach(function(e){d.getDescendantsOfType(e,a.types.tableCell).forEach(function(e){delete e._vMerge})})}function I(e){return D(e.getElementsByTagName("a:graphic").getElementsByTagName("a:graphicData").getElementsByTagName("pic:pic").getElementsByTagName("pic:blipFill").getElementsByTagName("a:blip").map(R.bind(null,e)))}function R(e,n){var t,i=e.firstOrEmpty("wp:docPr"),r=i.attributes,o=null==(t=r.descr)||/^\s*$/.test(t)?r.title:r.descr,s=function(e){var n=e.attributes["r:embed"],t=e.attributes["r:link"];if(n)return j(n);if(!t)return null;var i=l.findTargetByRelationshipId(t);return{path:i,read:T.read.bind(T,i)}}(n);return null===s?f([c("Could not find image file for a:blip element")]):P(s,o).map(function(e){var n=i.firstOrEmpty("a:hlinkClick").attributes["r:id"];if(!n)return e;var t=l.findTargetByRelationshipId(n);return new a.Hyperlink([e],{href:t})})}function j(e){var n=u.uriToZipEntryName("word",l.findTargetByRelationshipId(e));return{path:n,read:v.read.bind(v,n)}}function P(e,n){var t=U.findContentType(e.path);return y(a.Image({readImage:e.read,altText:n,contentType:t}),p[t]?[]:c("Image of type "+t+" is unlikely to display in web browsers"))}}function h(e,n,t){var i=n.firstOrEmpty("w:ilvl").attributes["w:val"],r=n.firstOrEmpty("w:numId").attributes["w:val"];if(void 0!==i&&void 0!==r)return t.findLevel(r,i);if(null!=e){var a=t.findLevelByParagraphStyleId(e);if(null!=a)return a}return void 0!==r?t.findLevel(r,"0"):null}var p={"image/png":!0,"image/gif":!0,"image/jpeg":!0,"image/svg+xml":!0,"image/tiff":!0},g={"office-word:wrap":!0,"v:shadow":!0,"v:shapetype":!0,"w:annotationRef":!0,"w:bookmarkEnd":!0,"w:sectPr":!0,"w:proofErr":!0,"w:lastRenderedPageBreak":!0,"w:commentRangeStart":!0,"w:commentRangeEnd":!0,"w:del":!0,"w:footnoteRef":!0,"w:endnoteRef":!0,"w:pPr":!0,"w:rPr":!0,"w:tblPr":!0,"w:tblGrid":!0,"w:trPr":!0,"w:tcPr":!0};function f(e){return new x(null,null,e)}function b(){return new x(null)}function m(e){return new x(e)}function y(e,n){return new x(e,null,n)}function x(e,n,t){this.value=e||[],this.extra=n||[],this._result=new o({element:this.value,extra:n},t),this.messages=this._result.messages}function D(e){var n=o.combine(r.pluck(e,"_result"));return new x(r.flatten(r.pluck(n.value,"element")),r.filter(r.flatten(r.pluck(n.value,"extra")),v),n.messages)}function U(e,n){return r.flatten([e,n])}function v(e){return e}x.prototype.toExtra=function(){return new x(null,U(this.extra,this.value),this.messages)},x.prototype.insertExtra=function(){var e=this.extra;return e&&e.length?new x(U(this.value,e),null,this.messages):this},x.prototype.map=function(e){var n=this._result.map(function(n){return e(n.element)});return new x(n.value,this.extra,n.messages)},x.prototype.flatMap=function(e){var n=this._result.flatMap(function(n){return e(n.element)._result});return new x(n.value.element,U(this.extra,n.value.extra),n.messages)},x.map=function(e,n,t){return new x(t(e.value,n.value),U(e.extra,n.extra),e.messages.concat(n.messages))}},131344,(e,n,t)=>{t.DocumentXmlReader=function(e){var n=e.bodyReader;return{convertXmlToDocument:function(t){var a=t.first("w:body");if(null==a)throw Error("Could not find the body element: are you sure this is a docx file?");var o=n.readXmlElements(a.children).map(function(n){return new i.Document(n,{notes:e.notes,comments:e.comments})});return new r(o.value,o.messages)}}};var i=e.r(578143),r=e.r(887426).Result},301934,(e,n,t)=>{t.readRelationships=function(e){var n=[];return e.children.forEach(function(e){if("relationships:Relationship"===e.name){var t={relationshipId:e.attributes.Id,target:e.attributes.Target,type:e.attributes.Type};n.push(t)}}),new i(n)},t.defaultValue=new i([]),t.Relationships=i;function i(e){var n={};e.forEach(function(e){n[e.relationshipId]=e.target});var t={};return e.forEach(function(e){t[e.type]||(t[e.type]=[]),t[e.type].push(e.target)}),{findTargetByRelationshipId:function(e){return n[e]},findTargetsByType:function(e){return t[e]||[]}}}},777308,(e,n,t)=>{t.readContentTypesFromXml=function(e){var n={},t={};return e.children.forEach(function(e){if("content-types:Default"===e.name&&(n[e.attributes.Extension]=e.attributes.ContentType),"content-types:Override"===e.name){var i=e.attributes.PartName;"/"===i.charAt(0)&&(i=i.substring(1)),t[i]=e.attributes.ContentType}}),r(t,n)};var i={png:"png",gif:"gif",jpeg:"jpeg",jpg:"jpeg",tif:"tiff",tiff:"tiff",bmp:"bmp"};function r(e,n){return{findContentType:function(t){var r=e[t];if(r)return r;var a=t.split("."),o=a[a.length-1];if(n.hasOwnProperty(o))return n[o];var c=i[o.toLowerCase()];return c?"image/"+c:null}}}t.defaultContentTypes=r({},{})},178457,(e,n,t)=>{var i=e.r(984938);function r(e,n,t){var r=i.flatten(i.values(n).map(function(e){return i.values(e.levels)})),a=i.indexBy(r.filter(function(e){return null!=e.paragraphStyleId}),"paragraphStyleId");return{findLevel:function i(r,a){var o=e[r];if(!o)return null;var c=n[o.abstractNumId];return c?null==c.numStyleLink?n[o.abstractNumId].levels[a]:i(t.findNumberingStyleById(c.numStyleLink).numId,a):null},findLevelByParagraphStyleId:function(e){return a[e]||null}}}t.readNumberingXml=function(e,n){if(!n||!n.styles)throw Error("styles is missing");var t,i,a=(t={},e.getElementsByTagName("w:abstractNum").forEach(function(e){var n,i,r;t[e.attributes["w:abstractNumId"]]=(i={},r=null,(n=e).getElementsByTagName("w:lvl").forEach(function(e){var n=e.attributes["w:ilvl"],t="bullet"!==e.firstOrEmpty("w:numFmt").attributes["w:val"],a=e.firstOrEmpty("w:pStyle").attributes["w:val"];void 0===n?r={isOrdered:t,level:"0",paragraphStyleId:a}:i[n]={isOrdered:t,level:n,paragraphStyleId:a}}),null!==r&&void 0===i[r.level]&&(i[r.level]=r),{levels:i,numStyleLink:n.firstOrEmpty("w:numStyleLink").attributes["w:val"]})}),t);return new r((i={},e.getElementsByTagName("w:num").forEach(function(e){var n=e.attributes["w:numId"],t=e.first("w:abstractNumId").attributes["w:val"];i[n]={abstractNumId:t}}),i),a,n.styles)},t.Numbering=r,t.defaultNumbering=new r({},{})},273434,(e,n,t)=>{function i(e,n,t,i){return{findParagraphStyleById:function(n){return e[n]},findCharacterStyleById:function(e){return n[e]},findTableStyleById:function(e){return t[e]},findNumberingStyleById:function(e){return i[e]}}}function r(e){return e.attributes["w:styleId"]}t.readStylesXml=function(e){var n={},t={},a={},o={},c={paragraph:n,character:t,table:a,numbering:o};return e.getElementsByTagName("w:style").forEach(function(e){var n,t,i,a,o,s,d="numbering"===(t=(n=e).attributes["w:type"])?(i=t,o=r(a=n),{type:i,numId:a.firstOrEmpty("w:pPr").firstOrEmpty("w:numPr").firstOrEmpty("w:numId").attributes["w:val"],styleId:o}):{type:t,styleId:r(n),name:(s=n.first("w:name"))?s.attributes["w:val"]:null},u=c[d.type];u&&void 0===u[d.styleId]&&(u[d.styleId]=d)}),new i(n,t,a,o)},t.Styles=i,t.defaultStyles=new i({},{}),i.EMPTY=new i({},{},{},{})},381822,(e,n,t)=>{var i=e.r(578143),r=e.r(887426).Result;function a(e,n){function t(e){var n=e.attributes["w:type"];return"continuationSeparator"!==n&&"separator"!==n}function a(t){var r=t.attributes["w:id"];return n.readXmlElements(t.children).map(function(n){return i.Note({noteType:e,noteId:r,body:n})})}return function(n){return r.combine(n.getElementsByTagName("w:"+e).filter(t).map(a))}}t.createFootnotesReader=a.bind(e.e,"footnote"),t.createEndnotesReader=a.bind(e.e,"endnote")},792737,(e,n,t)=>{var i=e.r(578143),r=e.r(887426).Result;t.createCommentsReader=function(e){function n(n){var t=n.attributes["w:id"];function r(e){return(n.attributes[e]||"").trim()||null}return e.readXmlElements(n.children).map(function(e){return i.comment({commentId:t,body:e,authorName:r("w:author"),authorInitials:r("w:initials")})})}return function(e){return r.combine(e.getElementsByTagName("w:comment").map(n))}}},792509,(e,n,t)=>{n.exports=e.x("url",()=>require("url"))},699027,(e,n,t)=>{"use strict";function i(e){return"/"===e.charAt(0)}n.exports=i,n.exports.posix=i,n.exports.win32=function(e){var n=/^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?([\s\S]*?)$/.exec(e),t=n[1]||"",i=!!(t&&":"!==t.charAt(1));return!!(n[2]||i)}},37908,(e,n,t)=>{var i=e.r(522734),r=e.r(792509),a=e.r(446786),o=e.r(814747).dirname,c=e.r(814747).resolve,s=e.r(699027),d=e.r(240223);t.Files=function(e){if(!(e=e||{}).externalFileAccess)return{read:function(e){return d.reject(Error("could not read external image '"+e+"', external file access is disabled"))}};var n=e.relativeToFile?o(e.relativeToFile):null;return{read:function(e,t){var i,r;return(s(r=l(i=e))?d.resolve(r):n?d.resolve(c(n,r)):d.reject(Error("could not find external image '"+i+"', path of input document is unknown"))).then(function(i){return u(i,t).caught(function(t){var i="could not open external image: '"+e+"' (document directory: '"+n+"')\n"+t.message;return d.reject(Error(i))})})}}},t.uriToPath=l;var u=d.promisify(i.readFile.bind(i));function l(e,n){n||(n=a.platform());var t,i,o=r.parse(e);if("file:"===(t=o).protocol&&(!t.host||"localhost"===t.host)||!(i=o).protocol&&!i.host){var c=decodeURIComponent(o.path);return"win32"===n&&/^\/[a-z]:/i.test(c)?c.slice(1):c}throw Error("Could not convert URI to path: "+e)}},891887,(e,n,t)=>{t.read=function(e,n,t){n=n||{};var o=new b({externalFileAccess:(t=t||{}).externalFileAccess,relativeToFile:n.path});return i.props({contentTypes:v(e),partPaths:m(e),docxFile:e,files:o}).also(function(n){var t;return{styles:(t=e,x({filename:n.partPaths.styles,readElement:p.readStylesXml,defaultValue:p.defaultStyles})(t))}}).also(function(n){var t,i,r;return{numbering:(t=e,i=n.partPaths.numbering,r=n.styles,x({filename:i,readElement:function(e){return h.readNumberingXml(e,{styles:r})},defaultValue:h.defaultNumbering})(t))}}).also(function(e){return{footnotes:D(e.partPaths.footnotes,e,function(e,n){return n?g.createFootnotesReader(e)(n):new a([])}),endnotes:D(e.partPaths.endnotes,e,function(e,n){return n?g.createEndnotesReader(e)(n):new a([])}),comments:D(e.partPaths.comments,e,function(e,n){return n?f.createCommentsReader(e)(n):new a([])})}}).also(function(e){return{notes:e.footnotes.flatMap(function(n){return e.endnotes.map(function(e){return new r.Notes(n.concat(e))})})}}).then(function(e){return D(e.partPaths.mainDocument,e,function(n,t){return e.notes.flatMap(function(i){return e.comments.flatMap(function(e){return new d({bodyReader:n,notes:i,comments:e}).convertXmlToDocument(t)})})})})},t._findPartPaths=m;var i=e.r(240223),r=e.r(578143),a=e.r(887426).Result,o=e.r(325165),c=e.r(652038).readXmlFromZipFile,s=e.r(194883).createBodyReader,d=e.r(131344).DocumentXmlReader,u=e.r(301934),l=e.r(777308),h=e.r(178457),p=e.r(273434),g=e.r(381822),f=e.r(792737),b=e.r(37908).Files;function m(e){return T(e).then(function(n){var t=y({docxFile:e,relationships:n,relationshipType:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",basePath:"",fallbackPath:"word/document.xml"});if(!e.exists(t))throw Error("Could not find main document part. Are you sure this is a valid .docx file?");return x({filename:U(t),readElement:u.readRelationships,defaultValue:u.defaultValue})(e).then(function(n){function i(i){return y({docxFile:e,relationships:n,relationshipType:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/"+i,basePath:o.splitPath(t).dirname,fallbackPath:"word/"+i+".xml"})}return{mainDocument:t,comments:i("comments"),endnotes:i("endnotes"),footnotes:i("footnotes"),numbering:i("numbering"),styles:i("styles")}})})}function y(e){var n=e.docxFile,t=e.relationships,i=e.relationshipType,r=e.basePath,a=e.fallbackPath,c=t.findTargetsByType(i).map(function(e){var n;return"/"===(n=o.joinPath(r,e)).substring(0,1)?n.substring(1):n}).filter(function(e){return n.exists(e)});return 0===c.length?a:c[0]}function x(e){return function(n){return c(n,e.filename).then(function(n){return n?e.readElement(n):e.defaultValue})}}function D(e,n,t){return x({filename:U(e),readElement:u.readRelationships,defaultValue:u.defaultValue})(n.docxFile).then(function(i){var r=new s({relationships:i,contentTypes:n.contentTypes,docxFile:n.docxFile,numbering:n.numbering,styles:n.styles,files:n.files});return c(n.docxFile,e).then(function(e){return t(r,e)})})}function U(e){var n=o.splitPath(e);return o.joinPath(n.dirname,"_rels",n.basename+".rels")}var v=x({filename:"[Content_Types].xml",readElement:l.readContentTypesFromXml,defaultValue:l.defaultContentTypes}),T=x({filename:"_rels/.rels",readElement:u.readRelationships,defaultValue:u.defaultValue})},673921,(e,n,t)=>{var i=e.r(984938),r=e.r(240223),a=e.r(952484);t.writeStyleMap=function(e,n){var t,i,r,d;return e.write(o,n),(t=e,i="word/_rels/document.xml.rels",d="{"+(r="http://schemas.openxmlformats.org/package/2006/relationships")+"}Relationship",t.read(i,"utf8").then(a.readString).then(function(e){return s(e.children,d,"Id",{Id:"rMammothStyleMap",Type:"http://schemas.zwobble.org/mammoth/style-map",Target:c}),t.write(i,a.writeString(e,{"":r}))})).then(function(){var n,t,i,r;return n=e,t="[Content_Types].xml",r="{"+(i="http://schemas.openxmlformats.org/package/2006/content-types")+"}Override",n.read(t,"utf8").then(a.readString).then(function(e){return s(e.children,r,"PartName",{PartName:c,ContentType:"text/prs.mammoth.style-map"}),n.write(t,a.writeString(e,{"":i}))})})},t.readStyleMap=function(e){return e.exists(o)?e.read(o,"utf8"):r.resolve(null)};var o="mammoth/style-map",c="/"+o;function s(e,n,t,r){var o=i.find(e,function(e){return e.name===n&&e.attributes[t]===r[t]});o?o.attributes=r:e.push(a.element(n,r))}},55769,(e,n,t)=>{var i=e.r(127604);function r(e,n){return{type:"element",tag:e,children:n||[]}}t.freshElement=function(e,n,t){return r(i.element(e,n,{fresh:!0}),t)},t.nonFreshElement=function(e,n,t){return r(i.element(e,n,{fresh:!1}),t)},t.elementWithTag=r,t.text=function(e){return{type:"text",value:e}},t.forceWrite={type:"forceWrite"};var a={br:!0,hr:!0,img:!0,input:!0};t.isVoidElement=function(e){return 0===e.children.length&&a[e.tag.tagName]}},889575,(e,n,t)=>{var i=e.r(984938),r=e.r(55769);function a(e){var n=[];return e.map(o).forEach(function(e){!function e(n,t){var i=n[n.length-1];"element"===t.type&&!t.tag.fresh&&i&&"element"===i.type&&t.tag.matchesElement(i.tag)?(t.tag.separator&&e(i.children,r.text(t.tag.separator)),t.children.forEach(function(n){e(i.children,n)})):n.push(t)}(n,e)}),n}function o(e){return c[e.type](e)}var c={element:function(e){return r.elementWithTag(e.tag,a(e.children))},text:s,forceWrite:s};function s(e){return e}function d(e){var n,t;return n=e,t=function(e){return u[e.type](e)},i.flatten(i.map(n,t),!0)}var u={element:function(e){var n=d(e.children);return 0!==n.length||r.isVoidElement(e)?[r.elementWithTag(e.tag,n)]:[]},text:function(e){return 0===e.value.length?[]:[e]},forceWrite:function(e){return[e]}};n.exports=function(e){return a(d(e))}},266113,(e,n,t)=>{var i=e.r(55769);function r(e,n){n.forEach(function(n){var t,i;t=e,a[(i=n).type](t,i)})}t.freshElement=i.freshElement,t.nonFreshElement=i.nonFreshElement,t.elementWithTag=i.elementWithTag,t.text=i.text,t.forceWrite=i.forceWrite,t.simplify=e.r(889575);var a={element:function(e,n){i.isVoidElement(n)?e.selfClosing(n.tag.tagName,n.tag.attributes):(e.open(n.tag.tagName,n.tag.attributes),r(e,n.children),e.close(n.tag.tagName))},text:function(e,n){e.text(n.value)},forceWrite:function(){}};t.write=r},127604,(e,n,t)=>{var i=e.r(984938),r=e.r(266113);function a(e){return new o(e.map(function(e){return i.isString(e)?c(e):e}))}function o(e){this._elements=e}function c(e,n,t){return new s(e,n,t=t||{})}function s(e,n,t){var r={};i.isArray(e)?(e.forEach(function(e){r[e]=!0}),e=e[0]):r[e]=!0,this.tagName=e,this.tagNames=r,this.attributes=n||{},this.fresh=t.fresh,this.separator=t.separator}t.topLevelElement=function(e,n){return a([c(e,n,{fresh:!0})])},t.elements=a,t.element=c,o.prototype.wrap=function(e){for(var n=e(),t=this._elements.length-1;t>=0;t--)n=this._elements[t].wrapNodes(n);return n},s.prototype.matchesElement=function(e){return this.tagNames[e.tagName]&&i.isEqual(this.attributes||{},e.attributes||{})},s.prototype.wrap=function(e){return this.wrapNodes(e())},s.prototype.wrapNodes=function(e){return[r.elementWithTag(this,e)]},t.empty=a([]),t.ignore={wrap:function(){return[]}}},493333,(e,n,t)=>{var i=e.r(984938),r=e.r(240223),a=e.r(266113);function o(e){return function(n,t){return r.when(e(n)).then(function(e){var t={};return n.altText&&(t.alt=n.altText),i.extend(t,e),[a.freshElement("img",t)]})}}t.imgElement=o,t.inline=t.imgElement,t.dataUri=o(function(e){return e.readAsBase64String().then(function(n){return{src:"data:"+e.contentType+";base64,"+n}})})},36654,(e,n,t)=>{var i=e.r(984938);t.writer=function(e){return(e=e||{}).prettyPrint?function(){var e=0,n=[],t=!0,o=!1,c=a();function s(){if(o=!1,!t&&(0===n.length||r[n[n.length-1]])&&!d()){c._append("\n");for(var i=0;i<e;i++)c._append(" ")}}function d(){return i.some(n,function(e){return"pre"===e})}return{asString:c.asString,open:function(i,a){r[i]&&s(),n.push(i),c.open(i,a),r[i]&&e++,t=!1},close:function(t){r[t]&&(e--,s()),n.pop(),c.close(t)},text:function(e){o||(s(),o=!0);var n=d()?e:e.replace("\n","\n ");c.text(n)},selfClosing:function(e,n){s(),c.selfClosing(e,n)}}}():a()};var r={div:!0,p:!0,ul:!0,li:!0};function a(){var e=[];function n(e){return i.map(e,function(e,n){return" "+n+'="'+e.replace(/&/g,"&").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">")+'"'}).join("")}return{asString:function(){return e.join("")},open:function(t,i){var r=n(i);e.push("<"+t+r+">")},close:function(n){e.push("</"+n+">")},text:function(n){e.push(n.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">"))},selfClosing:function(t,i){var r=n(i);e.push("<"+t+r+" />")},_append:function(n){e.push(n)}}}},624376,(e,n,t)=>{var i=e.r(984938);function r(e,n){return function(){return{start:e,end:n}}}function a(e){return function(n,t){return{start:t?"\n":"",end:t?"":"\n",list:{isOrdered:e.isOrdered,indent:t?t.indent+1:0,count:0}}}}for(var o={p:r("","\n\n"),br:r(""," \n"),ul:a({isOrdered:!1}),ol:a({isOrdered:!0}),li:function(e,n,t){n=n||{indent:0,isOrdered:!1,count:0},n.count++,t.hasClosed=!1;var i=n.isOrdered?n.count+".":"-";return{start:s(" ",n.indent)+i+" ",end:function(){if(!t.hasClosed)return t.hasClosed=!0,"\n"}}},strong:r("__","__"),em:r("*","*"),a:function(e){var n=e.href||"";return n?{start:"[",end:"]("+n+")",anchorPosition:"before"}:{}},img:function(e){var n=e.src||"",t=e.alt||"";return n||t?{start:""}:{}}},c=1;c<=6;c++)o["h"+c]=r(s("#",c)+" ","\n\n");function s(e,n){return Array(n+1).join(e)}t.writer=function(){var e=[],n=[],t=null,r={};function a(i,a){a=a||{};var s=(o[i]||function(){return{}})(a,t,r);n.push({end:s.end,list:t}),s.list&&(t=s.list);var d="before"===s.anchorPosition;d&&c(a),e.push(s.start||""),d||c(a)}function c(n){n.id&&e.push('<a id="'+n.id+'"></a>')}function s(r){var a=n.pop();t=a.list;var o=i.isFunction(a.end)?a.end():a.end;e.push(o||"")}return{asString:function(){return e.join("")},open:a,close:s,text:function(n){e.push(n.replace(/\\/g,"\\\\").replace(/([\`\*_\{\}\[\]\(\)\#\+\-\.\!])/g,"\\$1"))},selfClosing:function(e,n){a(e,n),s(e)}}}},137080,(e,n,t)=>{var i=e.r(36654),r=e.r(624376);t.writer=function(e){return"markdown"===(e=e||{}).outputFormat?r.writer():i.writer(e)}},191711,(e,n,t)=>{var i=e.r(984938),r=e.r(240223),a=e.r(578143),o=e.r(127604),c=e.r(887426),s=e.r(493333),d=e.r(266113),u=e.r(137080);function l(e,n){var t,l,b=1,m=[],y=[],x=void 0===(e=i.extend({ignoreEmptyParagraphs:!0},e)).idPrefix?"":e.idPrefix,D=e.ignoreEmptyParagraphs,U=o.topLevelElement("p"),v=e.styleMap||[];function T(e,n,t){return g(e,function(e){return _(e,n,t)})}function _(e,n,t){if(!t)throw Error("options not set");var i=B[e.type];return i?i(e,n,t):[]}function w(e,n){var t=F({type:e});return t||(n?o.element(n,{},{fresh:!1}):o.empty)}function F(e,n){var t=E(e);return t?t.to:n}function E(e){for(var n=0;n<v.length;n++)if(v[n].from.matches(e))return v[n]}function W(e){var n;return n=e.noteType,x+(n+"-"+e.noteId)}function C(e){return A(e.noteType,e.noteId)}function A(e,n){return x+(e+"-ref-"+n)}var S=o.elements([o.element("table",{},{fresh:!0})]);function N(e,n,t){var i=e.label,r=e.comment,a=T(r.body,n,t).concat([d.nonFreshElement("p",{},[d.text(" "),d.freshElement("a",{href:"#"+A("comment",r.commentId)},[d.text("↑")])])]);return[d.freshElement("dt",{id:x+("comment-"+r.commentId)},[d.text("Comment "+i)]),d.freshElement("dd",{},a)]}var B={document:function(e,n,t){var i=T(e.children,n,t),r=T(m.map(function(n){return e.notes.resolve(n)}),n,t);return i.concat([d.freshElement("ol",{},r),d.freshElement("dl",{},g(y,function(e){return N(e,n,t)}))])},paragraph:function(e,n,t){var i,r,a;return(i=e,r=n,(a=E(i))?a.to:(i.styleId&&r.push(p("paragraph",i)),U)).wrap(function(){var i=T(e.children,n,t);return D?i:[d.forceWrite].concat(i)})},run:function(e,n,t){var i=function(){return T(e.children,n,t)},r=[];if(null!==e.highlight){var c=F({type:"highlight",color:e.highlight});c&&r.push(c)}e.isSmallCaps&&r.push(w("smallCaps")),e.isAllCaps&&r.push(w("allCaps")),e.isStrikethrough&&r.push(w("strikethrough","s")),e.isUnderline&&r.push(w("underline")),e.verticalAlignment===a.verticalAlignment.subscript&&r.push(o.element("sub",{},{fresh:!1})),e.verticalAlignment===a.verticalAlignment.superscript&&r.push(o.element("sup",{},{fresh:!1})),e.isItalic&&r.push(w("italic","em")),e.isBold&&r.push(w("bold","strong"));var s=o.empty,d=E(e);return d?s=d.to:e.styleId&&n.push(p("run",e)),r.push(s),r.forEach(function(e){i=e.wrap.bind(e,i)}),i()},text:function(e,n,t){return[d.text(e.value)]},tab:function(e,n,t){return[d.text(" ")]},hyperlink:function(e,n,t){var i={href:e.anchor?"#"+(x+e.anchor):e.href};null!=e.targetFrame&&(i.target=e.targetFrame);var r=T(e.children,n,t);return[d.nonFreshElement("a",i,r)]},checkbox:function(e){var n={type:"checkbox"};return e.checked&&(n.checked="checked"),[d.freshElement("input",n)]},bookmarkStart:function(e,n,t){return[d.freshElement("a",{id:x+e.name},[d.forceWrite])]},noteReference:function(e,n,t){m.push(e);var i=d.freshElement("a",{href:"#"+W(e),id:C(e)},[d.text("["+b+++"]")]);return[d.freshElement("sup",{},[i])]},note:function(e,n,t){var i=T(e.body,n,t),r=d.elementWithTag(o.element("p",{},{fresh:!1}),[d.text(" "),d.freshElement("a",{href:"#"+C(e)},[d.text("↑")])]),a=i.concat([r]);return d.freshElement("li",{id:W(e)},a)},commentReference:function(e,t,i){return F(e,o.ignore).wrap(function(){var t=n[e.commentId],i=y.length+1,r="["+f(t)+i+"]";return y.push({label:r,comment:t}),[d.freshElement("a",{href:"#"+x+("comment-"+e.commentId),id:A("comment",e.commentId)},[d.text(r)])]})},comment:N,image:(t=(l=e.convertImage||s.dataUri,function(e,n){return r.attempt(function(){return l(e,n)}).caught(function(e){return n.push(c.error(e)),[]})}),function(e,n,i){return[{type:"deferred",id:h++,value:function(){return t(e,n,i)}}]}),table:function(e,n,t){return F(e,S).wrap(function(){var r=e,o=n,c=t,s,u=i.findIndex(r.children,function(e){return!e.type===a.types.tableRow||!e.isHeader});if(-1===u&&(u=r.children.length),0===u)s=T(r.children,o,i.extend({},c,{isTableHeader:!1}));else{var l=T(r.children.slice(0,u),o,i.extend({},c,{isTableHeader:!0})),h=T(r.children.slice(u),o,i.extend({},c,{isTableHeader:!1}));s=[d.freshElement("thead",{},l),d.freshElement("tbody",{},h)]}return[d.forceWrite].concat(s)})},tableRow:function(e,n,t){var i=T(e.children,n,t);return[d.freshElement("tr",{},[d.forceWrite].concat(i))]},tableCell:function(e,n,t){var i=t.isTableHeader?"th":"td",r=T(e.children,n,t),a={};return 1!==e.colSpan&&(a.colspan=e.colSpan.toString()),1!==e.rowSpan&&(a.rowspan=e.rowSpan.toString()),[d.freshElement(i,a,[d.forceWrite].concat(r))]},break:function(e,n,t){var i,r;return((r=E(i=e))?r.to:"line"===i.breakType?o.topLevelElement("br"):o.empty).wrap(function(){return[]})}};return{convertToHtml:function(n){var t=[],a=_(n,t,{}),o=[];!function e(n,t){n.forEach(function(n){t(n),n.children&&e(n.children,t)})}(a,function(e){"deferred"===e.type&&o.push(e)});var s={};return r.mapSeries(o,function(e){return e.value().then(function(n){s[e.id]=n})}).then(function(){var n=u.writer({prettyPrint:e.prettyPrint,outputFormat:e.outputFormat});return d.write(n,d.simplify(function e(n){return g(n,function(n){return"deferred"===n.type?s[n.id]:n.children?[i.extend({},n,{children:e(n.children)})]:[n]})}(a))),new c.Result(n.asString(),t)})}}}t.DocumentConverter=function(e){return{convertToHtml:function(n){return new l(e,i.indexBy(n.type===a.types.document?n.comments:[],"commentId")).convertToHtml(n)}}};var h=1;function p(e,n){return c.warning("Unrecognised "+e+" style: '"+n.styleName+"' (Style ID: "+n.styleId+")")}function g(e,n){return i.flatten(e.map(n),!0)}var f=t.commentAuthorLabel=function(e){return e.authorInitials||""}},300805,(e,n,t)=>{var i=e.r(578143);t.convertElementToRawText=function e(n){if("text"===n.type)return n.value;if(n.type===i.types.tab)return" ";var t="paragraph"===n.type?"\n\n":"";return(n.children||[]).map(e).join("")+t}},417135,(e,n,t)=>{var i=n.exports=function(e,n){this._tokens=e,this._startIndex=n||0};i.prototype.head=function(){return this._tokens[this._startIndex]},i.prototype.tail=function(e){return new i(this._tokens,this._startIndex+1)},i.prototype.toArray=function(){return this._tokens.slice(this._startIndex)},i.prototype.end=function(){return this._tokens[this._tokens.length-1]},i.prototype.to=function(e){var n=this.head().source,t=e.head()||e.end();return n.to(t.source)}},528590,(e,n,t)=>{var i=e.r(417135);t.Parser=function(e){return{parseTokens:function(e,n){return e(new i(n))}}}},945752,(e,n,t)=>{function i(e){return"function"==typeof e?e():e}t.none=Object.create({value:function(){throw Error("Called value on none")},isNone:function(){return!0},isSome:function(){return!1},map:function(){return t.none},flatMap:function(){return t.none},filter:function(){return t.none},toArray:function(){return[]},orElse:i,valueOrElse:i}),t.some=function(e){return new r(e)};var r=function(e){this._value=e};r.prototype.value=function(){return this._value},r.prototype.isNone=function(){return!1},r.prototype.isSome=function(){return!0},r.prototype.map=function(e){return new r(e(this._value))},r.prototype.flatMap=function(e){return e(this._value)},r.prototype.filter=function(e){return e(this._value)?this:t.none},r.prototype.toArray=function(){return[this._value]},r.prototype.orElse=function(e){return this},r.prototype.valueOrElse=function(e){return this._value},t.isOption=function(e){return e===t.none||e instanceof r},t.fromNullable=function(e){return null==e?t.none:new r(e)}},890817,(e,n,t)=>{n.exports={failure:function(e,n){if(e.length<1)throw Error("Failure must have errors");return new i({status:"failure",remaining:n,errors:e})},error:function(e,n){if(e.length<1)throw Error("Failure must have errors");return new i({status:"error",remaining:n,errors:e})},success:function(e,n,t){return new i({status:"success",value:e,source:t,remaining:n,errors:[]})},cut:function(e){return new i({status:"cut",remaining:e,errors:[]})}};var i=function(e){this._value=e.value,this._status=e.status,this._hasValue=void 0!==e.value,this._remaining=e.remaining,this._source=e.source,this._errors=e.errors};i.prototype.map=function(e){return this._hasValue?new i({value:e(this._value,this._source),status:this._status,remaining:this._remaining,source:this._source,errors:this._errors}):this},i.prototype.changeRemaining=function(e){return new i({value:this._value,status:this._status,remaining:e,source:this._source,errors:this._errors})},i.prototype.isSuccess=function(){return"success"===this._status||"cut"===this._status},i.prototype.isFailure=function(){return"failure"===this._status},i.prototype.isError=function(){return"error"===this._status},i.prototype.isCut=function(){return"cut"===this._status},i.prototype.value=function(){return this._value},i.prototype.remaining=function(){return this._remaining},i.prototype.source=function(){return this._source},i.prototype.errors=function(){return this._errors}},665327,(e,n,t)=>{t.error=function(e){return new i(e)};var i=function(e){this.expected=e.expected,this.actual=e.actual,this._location=e.location};i.prototype.describe=function(){return(this._location?this._location.describe()+":\n":"")+"Expected "+this.expected+"\nbut got "+this.actual},i.prototype.lineNumber=function(){return this._location.lineNumber()},i.prototype.characterNumber=function(){return this._location.characterNumber()}},607904,(e,n,t)=>{t.fromArray=function(e){var n=0,t=function(){return n<e.length};return new i({hasNext:t,next:function(){if(t())return e[n++];throw Error("No more elements")}})};var i=function(e){this._iterator=e};i.prototype.map=function(e){var n=this._iterator;return new i({hasNext:function(){return n.hasNext()},next:function(){return e(n.next())}})},i.prototype.filter=function(e){var n,t=this._iterator,r=!1,a=!1,o=function(){if(!r)for(r=!0,a=!1;t.hasNext()&&!a;)a=e(n=t.next())};return new i({hasNext:function(){return o(),a},next:function(){return o(),r=!1,n}})},i.prototype.first=function(){var e=this._iterator;return this._iterator.hasNext()?e.next():null},i.prototype.toArray=function(){for(var e=[];this._iterator.hasNext();)e.push(this._iterator.next());return e}},315049,(e,n,t)=>{var i=e.r(984938),r=e.r(945752),a=e.r(890817),o=e.r(665327),c=e.r(607904);t.token=function(e,n){var t=void 0!==n;return function(i){var r=i.head();return r&&r.name===e&&(!t||r.value===n)?a.success(r.value,i.tail(),r.source):p(i,h({name:e,value:n}))}},t.tokenOfType=function(e){return t.token(e)},t.firstOf=function(e,n){return i.isArray(n)||(n=Array.prototype.slice.call(arguments,1)),function(t){return c.fromArray(n).map(function(e){return e(t)}).filter(function(e){return e.isSuccess()||e.isError()}).first()||p(t,e)}},t.then=function(e,n){return function(t){var i=e(t);return i.map||console.log(i),i.map(n)}},t.sequence=function(){var e=Array.prototype.slice.call(arguments,0),n=function(n){var r=i.foldl(e,function(e,t){var i=e.result,r=e.hasCut;if(!i.isSuccess())return{result:i,hasCut:r};var o=t(i.remaining());if(o.isCut())return{result:i,hasCut:!0};if(o.isSuccess()){var c=t.isCaptured?i.value().withValue(t,o.value()):i.value(),s=o.remaining(),d=n.to(s);return{result:a.success(c,s,d),hasCut:r}}return r?{result:a.error(o.errors(),o.remaining()),hasCut:r}:{result:o,hasCut:r}},{result:a.success(new s,n),hasCut:!1}).result,o=n.to(r.remaining());return r.map(function(e){return e.withValue(t.sequence.source,o)})};function r(e){return e.isCaptured}return n.head=function(){var a=i.find(e,r);return t.then(n,t.sequence.extract(a))},n.map=function(e){return t.then(n,function(n){return e.apply(this,n.toArray())})},n};var s=function(e,n){this._values=e||{},this._valuesArray=n||[]};s.prototype.withValue=function(e,n){if(e.captureName&&e.captureName in this._values)throw Error('Cannot add second value for capture "'+e.captureName+'"');var t=i.clone(this._values);return t[e.captureName]=n,new s(t,this._valuesArray.concat([n]))},s.prototype.get=function(e){if(e.captureName in this._values)return this._values[e.captureName];throw Error('No value for capture "'+e.captureName+'"')},s.prototype.toArray=function(){return this._valuesArray},t.sequence.capture=function(e,n){var t=function(){return e.apply(this,arguments)};return t.captureName=n,t.isCaptured=!0,t},t.sequence.extract=function(e){return function(n){return n.get(e)}},t.sequence.applyValues=function(e){var n=Array.prototype.slice.call(arguments,1);return function(t){var i=n.map(function(e){return t.get(e)});return e.apply(this,i)}},t.sequence.source={captureName:"☃source☃"},t.sequence.cut=function(){return function(e){return a.cut(e)}},t.optional=function(e){return function(n){var t=e(n);return t.isSuccess()?t.map(r.some):t.isFailure()?a.success(r.none,n):t}},t.zeroOrMoreWithSeparator=function(e,n){return l(e,n,!1)},t.oneOrMoreWithSeparator=function(e,n){return l(e,n,!0)};var d=t.zeroOrMore=function(e){return function(n){for(var t,i=[];(t=e(n))&&t.isSuccess();)n=t.remaining(),i.push(t.value());return t.isError()?t:a.success(i,n)}};function u(e){return a.success(null,e)}t.oneOrMore=function(e){return t.oneOrMoreWithSeparator(e,u)};var l=function(e,n,i){return function(r){var o=e(r);if(o.isSuccess()){var c=t.sequence.capture(e,"main"),s=d(t.then(t.sequence(n,c),t.sequence.extract(c)))(o.remaining());return a.success([o.value()].concat(s.value()),s.remaining())}return i||o.isError()?o:a.success([],r)}};t.leftAssociative=function(e,n,i){var r=(r=i?[{func:i,rule:n}]:n).map(function(e){return t.then(e.rule,function(n){return function(t,i){return e.func(t,n,i)}})}),o=t.firstOf.apply(null,["rules"].concat(r));return function(n){var t=e(n);if(!t.isSuccess())return t;for(var i=o(t.remaining());i.isSuccess();){var r=i.remaining(),c=n.to(i.remaining()),s=i.value();i=o((t=a.success(s(t.value(),c),r,c)).remaining())}return i.isError()?i:t}},t.leftAssociative.firstOf=function(){return Array.prototype.slice.call(arguments,0)},t.nonConsuming=function(e){return function(n){return e(n).changeRemaining(n)}};var h=function(e){return e.value?e.name+' "'+e.value+'"':e.name};function p(e,n){var t,i=e.head();return t=i?o.error({expected:n,actual:h(i),location:i.source}):o.error({expected:n,actual:"end of tokens"}),a.failure([t],e)}},873682,(e,n,t)=>{n.exports=function(e,n){return{asString:function(){return e},range:function(t,r){return new i(e,n,t,r)}}};var i=function(e,n,t,i){this._string=e,this._description=n,this._startIndex=t,this._endIndex=i};i.prototype.to=function(e){return new i(this._string,this._description,this._startIndex,e._endIndex)},i.prototype.describe=function(){var e=this._position();return(this._description?this._description+"\n":"")+"Line number: "+e.lineNumber+"\nCharacter number: "+e.characterNumber},i.prototype.lineNumber=function(){return this._position().lineNumber},i.prototype.characterNumber=function(){return this._position().characterNumber},i.prototype._position=function(){for(var e=this,n=0,t=function(){return e._string.indexOf("\n",n)},i=1;-1!==t()&&t()<this._startIndex;)n=t()+1,i+=1;return{lineNumber:i,characterNumber:this._startIndex-n+1}}},88954,(e,n,t)=>{n.exports=function(e,n,t){this.name=e,this.value=n,t&&(this.source=t)}},308707,(e,n,t)=>{var i=e.r(315049),r=e.r(890817);function a(e){function n(){return e.map(function(e){return e.name})}return{apply:function(n){for(var t,a,o;;){if((o=n.remaining(),t=i.firstOf("infix",e.map(function(e){return e.rule}))(o)).isSuccess())a=n.source().to(t.source()),n=r.success(t.value()(n.value(),a),t.remaining(),a);else if(t.isFailure())return n;else return t}},untilExclusive:function(t){return new a(e.slice(0,n().indexOf(t)))},untilInclusive:function(t){return new a(e.slice(0,n().indexOf(t)+1))}}}t.parser=function(e,n,t){var r={rule:function(){return d(c)},leftAssociative:function(e){return d(c.untilExclusive(e))},rightAssociative:function(e){return d(c.untilInclusive(e))}},c=new a(t.map(function(e){return{name:e.name,rule:o(e.ruleBuilder.bind(null,r))}})),s=i.firstOf(e,n);function d(e){return u.bind(null,e)}function u(e,n){var t=s(n);return t.isSuccess()?e.apply(t):t}return r},t.infix=function(e,n){return{name:e,ruleBuilder:n,map:function(i){return t.infix(e,function(e){var t=n(e);return function(e){return t(e).map(function(e){return function(n,t){return i(n,e,t)}})}})}}};var o=function(e){var n;return function(t){return n||(n=e()),n(t)}}},279079,(e,n,t)=>{var i=e.r(88954),r=e.r(873682);t.RegexTokeniser=function(e){return e=e.map(function(e){return{name:e.name,regex:RegExp(e.regex.source,"g")}}),{tokenise:function(n,t){for(var a,o=new r(n,t),c=0,s=[];c<n.length;){var d=function(n,t,r){for(var a=0;a<e.length;a++){var o=e[a].regex;o.lastIndex=t;var c=o.exec(n);if(c){var s=t+c[0].length;if(c.index===t&&s>t){var d=c[1],u=new i(e[a].name,d,r.range(t,s));return{token:u,endIndex:s}}}}var s=t+1,u=new i("unrecognisedCharacter",n.substring(t,s),r.range(t,s));return{token:u,endIndex:s}}(n,c,o);c=d.endIndex,s.push(d.token)}return s.push((a=n,new i("end",null,o.range(a.length,a.length)))),s}}}},251216,(e,n,t)=>{t.Parser=e.r(528590).Parser,t.rules=e.r(315049),t.errors=e.r(665327),t.results=e.r(890817),t.StringSource=e.r(873682),t.Token=e.r(88954),t.bottomUp=e.r(308707),t.RegexTokeniser=e.r(279079).RegexTokeniser,t.rule=function(e){var n;return function(t){return n||(n=e()),n(t)}}},468407,(e,n,t)=>{function i(e,n){n=n||{},this._elementType=e,this._styleId=n.styleId,this._styleName=n.styleName,n.list&&(this._listIndex=n.list.levelIndex,this._listIsOrdered=n.list.isOrdered)}function r(e){e=e||{},this._color=e.color}function a(e){e=e||{},this._breakType=e.breakType}function o(e,n){return e.toUpperCase()===n.toUpperCase()}function c(e,n){return 0===n.toUpperCase().indexOf(e.toUpperCase())}t.paragraph=function(e){return new i("paragraph",e)},t.run=function(e){return new i("run",e)},t.table=function(e){return new i("table",e)},t.bold=new i("bold"),t.italic=new i("italic"),t.underline=new i("underline"),t.strikethrough=new i("strikethrough"),t.allCaps=new i("allCaps"),t.smallCaps=new i("smallCaps"),t.highlight=function(e){return new r(e)},t.commentReference=new i("commentReference"),t.lineBreak=new a({breakType:"line"}),t.pageBreak=new a({breakType:"page"}),t.columnBreak=new a({breakType:"column"}),t.equalTo=function(e){return{operator:o,operand:e}},t.startsWith=function(e){return{operator:c,operand:e}},i.prototype.matches=function(e){var n,t,i;return e.type===this._elementType&&(void 0===this._styleId||e.styleId===this._styleId)&&(void 0===this._styleName||e.styleName&&this._styleName.operator(this._styleName.operand,e.styleName))&&(void 0===this._listIndex||(n=e,t=this._listIndex,i=this._listIsOrdered,n.numbering&&n.numbering.level==t&&n.numbering.isOrdered==i))&&(void 0===this._breakType||this._breakType===e.breakType)},r.prototype.matches=function(e){return"highlight"===e.type&&(void 0===this._color||e.color===this._color)},a.prototype.matches=function(e){return"break"===e.type&&(void 0===this._breakType||e.breakType===this._breakType)}},732365,(e,n,t)=>{var i=e.r(251216).RegexTokeniser;t.tokenise=function(e){var n="(?:[a-zA-Z\\-_]|\\\\.)";return new i([{name:"identifier",regex:RegExp("("+n+"(?:"+n+"|[0-9])*)")},{name:"dot",regex:/\./},{name:"colon",regex:/:/},{name:"gt",regex:/>/},{name:"whitespace",regex:/\s+/},{name:"arrow",regex:/=>/},{name:"equals",regex:/=/},{name:"startsWith",regex:/\^=/},{name:"open-paren",regex:/\(/},{name:"close-paren",regex:/\)/},{name:"open-square-bracket",regex:/\[/},{name:"close-square-bracket",regex:/\]/},{name:"string",regex:RegExp(r+"'")},{name:"unterminated-string",regex:new RegExp(r)},{name:"integer",regex:/([0-9]+)/},{name:"choice",regex:/\|/},{name:"bang",regex:/(!)/}]).tokenise(e)};var r="'((?:\\\\.|[^'])*)"},559311,(e,n,t)=>{var i=e.r(984938),r=e.r(251216),a=e.r(468407),o=e.r(127604),c=e.r(732365).tokenise,s=e.r(887426);function d(){var e=r.rules.sequence,n=function(e,n){return r.rules.then(r.rules.token("identifier",e),function(){return n})},t=n("p",a.paragraph),o=n("r",a.run),c=r.rules.firstOf("p or r or table",t,o),s=r.rules.sequence(r.rules.tokenOfType("dot"),r.rules.sequence.cut(),r.rules.sequence.capture(l)).map(function(e){return{styleId:e}}),d=r.rules.firstOf("style name matcher",r.rules.then(r.rules.sequence(r.rules.tokenOfType("equals"),r.rules.sequence.cut(),r.rules.sequence.capture(p)).head(),function(e){return{styleName:a.equalTo(e)}}),r.rules.then(r.rules.sequence(r.rules.tokenOfType("startsWith"),r.rules.sequence.cut(),r.rules.sequence.capture(p)).head(),function(e){return{styleName:a.startsWith(e)}})),u=r.rules.sequence(r.rules.tokenOfType("open-square-bracket"),r.rules.sequence.cut(),r.rules.token("identifier","style-name"),r.rules.sequence.capture(d),r.rules.tokenOfType("close-square-bracket")).head(),g=r.rules.firstOf("list type",n("ordered-list",{isOrdered:!0}),n("unordered-list",{isOrdered:!1})),f=e(r.rules.tokenOfType("colon"),e.capture(g),e.cut(),r.rules.tokenOfType("open-paren"),e.capture(h),r.rules.tokenOfType("close-paren")).map(function(e,n){return{list:{isOrdered:e.isOrdered,levelIndex:n-1}}});function b(e){var n=r.rules.firstOf.apply(r.rules.firstOf,["matcher suffix"].concat(e)),t=r.rules.zeroOrMore(n);return r.rules.then(t,function(e){var n={};return e.forEach(function(e){i.extend(n,e)}),n})}var m=e(e.capture(c),e.capture(b([s,u,f]))).map(function(e,n){return e(n)}),y=e(r.rules.token("identifier","table"),e.capture(b([s,u]))).map(function(e){return a.table(e)}),x=n("b",a.bold),D=n("i",a.italic),U=n("u",a.underline),v=n("strike",a.strikethrough),T=n("all-caps",a.allCaps),_=n("small-caps",a.smallCaps),w=e(r.rules.token("identifier","highlight"),r.rules.sequence.capture(r.rules.optional(r.rules.sequence(r.rules.tokenOfType("open-square-bracket"),r.rules.sequence.cut(),r.rules.token("identifier","color"),r.rules.tokenOfType("equals"),r.rules.sequence.capture(p),r.rules.tokenOfType("close-square-bracket")).head()))).map(function(e){return a.highlight({color:e.valueOrElse(void 0)})}),F=n("comment-reference",a.commentReference),E=e(r.rules.token("identifier","br"),e.cut(),r.rules.tokenOfType("open-square-bracket"),r.rules.token("identifier","type"),r.rules.tokenOfType("equals"),e.capture(p),r.rules.tokenOfType("close-square-bracket")).map(function(e){switch(e){case"line":return a.lineBreak;case"page":return a.pageBreak;case"column":return a.columnBreak}});return r.rules.firstOf("element type",m,y,x,D,U,v,T,_,w,F,E)}function u(){var e=r.rules.sequence.capture,n=r.rules.tokenOfType("whitespace"),t=r.rules.then(r.rules.optional(r.rules.sequence(r.rules.tokenOfType("colon"),r.rules.token("identifier","fresh"))),function(e){return e.map(function(){return!0}).valueOrElse(!1)}),i=r.rules.then(r.rules.optional(r.rules.sequence(r.rules.tokenOfType("colon"),r.rules.token("identifier","separator"),r.rules.tokenOfType("open-paren"),e(p),r.rules.tokenOfType("close-paren")).head()),function(e){return e.valueOrElse("")}),a=r.rules.oneOrMoreWithSeparator(l,r.rules.tokenOfType("choice")),c=r.rules.sequence(e(a),e(r.rules.zeroOrMore(y)),e(t),e(i)).map(function(e,n,t,i){var r={},a={};return n.forEach(function(e){e.append&&r[e.name]?r[e.name]+=" "+e.value:r[e.name]=e.value}),t&&(a.fresh=!0),i&&(a.separator=i),o.element(e,r,a)});return r.rules.firstOf("html path",r.rules.then(r.rules.tokenOfType("bang"),function(){return o.ignore}),r.rules.then(r.rules.zeroOrMoreWithSeparator(c,r.rules.sequence(n,r.rules.tokenOfType("gt"),n)),o.elements))}t.readHtmlPath=function(e){return x(u(),e)},t.readDocumentMatcher=function(e){return x(d(),e)},t.readStyle=function(e){return x(U,e)};var l=r.rules.then(r.rules.tokenOfType("identifier"),f),h=r.rules.tokenOfType("integer"),p=r.rules.then(r.rules.tokenOfType("string"),f),g={n:"\n",r:"\r",t:" "};function f(e){return e.replace(/\\(.)/g,function(e,n){return g[n]||n})}var b=r.rules.sequence(r.rules.tokenOfType("open-square-bracket"),r.rules.sequence.cut(),r.rules.sequence.capture(l),r.rules.tokenOfType("equals"),r.rules.sequence.capture(p),r.rules.tokenOfType("close-square-bracket")).map(function(e,n){return{name:e,value:n,append:!1}}),m=r.rules.sequence(r.rules.tokenOfType("dot"),r.rules.sequence.cut(),r.rules.sequence.capture(l)).map(function(e){return{name:"class",value:e,append:!0}}),y=r.rules.firstOf("attribute or class",b,m);function x(e,n){var t=c(n),i=r.Parser().parseTokens(e,t);return i.isSuccess()?s.success(i.value()):new s.Result(null,[s.warning("Did not understand this style mapping, so ignored it: "+n+"\n"+i.errors().map(D).join("\n"))])}function D(e){return"Error was at character number "+e.characterNumber()+": Expected "+e.expected+" but got "+e.actual}var U=r.rules.sequence(r.rules.sequence.capture(d()),r.rules.tokenOfType("whitespace"),r.rules.tokenOfType("arrow"),r.rules.sequence.capture(r.rules.optional(r.rules.sequence(r.rules.tokenOfType("whitespace"),r.rules.sequence.capture(u())).head())),r.rules.tokenOfType("end")).map(function(e,n){return{from:e,to:n.valueOrElse(o.empty)}})},847237,(e,n,t)=>{t.readOptions=function(e){return e=e||{},i.extend({},a,e,{customStyleMap:o(e.styleMap),readStyleMap:function(){var e=this.customStyleMap;return this.includeEmbeddedStyleMap&&(e=e.concat(o(this.embeddedStyleMap))),this.includeDefaultStyleMap&&(e=e.concat(r)),e}})};var i=e.r(984938),r=t._defaultStyleMap=["p.Heading1 => h1:fresh","p.Heading2 => h2:fresh","p.Heading3 => h3:fresh","p.Heading4 => h4:fresh","p.Heading5 => h5:fresh","p.Heading6 => h6:fresh","p[style-name='Heading 1'] => h1:fresh","p[style-name='Heading 2'] => h2:fresh","p[style-name='Heading 3'] => h3:fresh","p[style-name='Heading 4'] => h4:fresh","p[style-name='Heading 5'] => h5:fresh","p[style-name='Heading 6'] => h6:fresh","p[style-name='heading 1'] => h1:fresh","p[style-name='heading 2'] => h2:fresh","p[style-name='heading 3'] => h3:fresh","p[style-name='heading 4'] => h4:fresh","p[style-name='heading 5'] => h5:fresh","p[style-name='heading 6'] => h6:fresh","p.Heading => h1:fresh","p[style-name='Heading'] => h1:fresh","r[style-name='Strong'] => strong","p[style-name='footnote text'] => p:fresh","r[style-name='footnote reference'] =>","p[style-name='endnote text'] => p:fresh","r[style-name='endnote reference'] =>","p[style-name='annotation text'] => p:fresh","r[style-name='annotation reference'] =>","p[style-name='Footnote'] => p:fresh","r[style-name='Footnote anchor'] =>","p[style-name='Endnote'] => p:fresh","r[style-name='Endnote anchor'] =>","p:unordered-list(1) => ul > li:fresh","p:unordered-list(2) => ul|ol > li > ul > li:fresh","p:unordered-list(3) => ul|ol > li > ul|ol > li > ul > li:fresh","p:unordered-list(4) => ul|ol > li > ul|ol > li > ul|ol > li > ul > li:fresh","p:unordered-list(5) => ul|ol > li > ul|ol > li > ul|ol > li > ul|ol > li > ul > li:fresh","p:ordered-list(1) => ol > li:fresh","p:ordered-list(2) => ul|ol > li > ol > li:fresh","p:ordered-list(3) => ul|ol > li > ul|ol > li > ol > li:fresh","p:ordered-list(4) => ul|ol > li > ul|ol > li > ul|ol > li > ol > li:fresh","p:ordered-list(5) => ul|ol > li > ul|ol > li > ul|ol > li > ul|ol > li > ol > li:fresh","r[style-name='Hyperlink'] =>","p[style-name='Normal'] => p:fresh","p.Body => p:fresh","p[style-name='Body'] => p:fresh"],a=t._standardOptions={externalFileAccess:!1,transformDocument:function(e){return e},includeDefaultStyleMap:!0,includeEmbeddedStyleMap:!0};function o(e){return e?i.isString(e)?e.split("\n").map(function(e){return e.trim()}).filter(function(e){return""!==e&&"#"!==e.charAt(0)}):e:[]}},89638,(e,n,t)=>{var i=e.r(522734),r=e.r(240223),a=e.r(325165);t.openZip=function(e){return e.path?o(e.path).then(a.openArrayBuffer):e.buffer?r.resolve(a.openArrayBuffer(e.buffer)):e.file?r.resolve(e.file):r.reject(Error("Could not find file in options"))};var o=r.promisify(i.readFile)},527766,(e,n,t)=>{var i=e.r(127604),r=e.r(266113);t.element=function(e){return function(n){return r.elementWithTag(i.element(e),[n])}}},532904,(e,n,t)=>{var i=e.r(984938),r=e.r(891887),a=e.r(673921),o=e.r(191711).DocumentConverter,c=e.r(300805).convertElementToRawText,s=e.r(559311).readStyle,d=e.r(847237).readOptions,u=e.r(89638),l=e.r(887426).Result;function h(e,n){return n=d(n),u.openZip(e).tap(function(e){return a.readStyleMap(e).then(function(e){n.embeddedStyleMap=e})}).then(function(t){return r.read(t,e,n).then(function(e){return e.map(n.transformDocument)}).then(function(e){var t,r,a,c,d;return t=e,c=(a=(r=n).readStyleMap(),l.combine((a||[]).map(s)).map(function(e){return e.filter(function(e){return!!e})})),d=new o(i.extend({},r,{styleMap:c.value})),t.flatMapThen(function(e){return c.flatMapThen(function(n){return d.convertToHtml(e)})})})})}t.convertToHtml=function(e,n){return h(e,n)},t.convertToMarkdown=function(e,n){var t=Object.create(n||{});return t.outputFormat="markdown",h(e,t)},t.convert=h,t.extractRawText=function(e){return u.openZip(e).then(r.read).then(function(e){return e.map(c)})},t.images=e.r(493333),t.transforms=e.r(73106),t.underline=e.r(527766),t.embedStyleMap=function(e,n){return u.openZip(e).tap(function(e){return a.writeStyleMap(e,n)}).then(function(e){return e.toArrayBuffer()}).then(function(e){return{toArrayBuffer:function(){return e},toBuffer:function(){return Buffer.from(e)}}})},t.readEmbeddedStyleMap=function(e){return u.openZip(e).then(a.readStyleMap)},t.styleMapping=function(){throw Error("Use a raw string instead of mammoth.styleMapping e.g. \"p[style-name='Title'] => h1\" instead of mammoth.styleMapping(\"p[style-name='Title'] => h1\")")}}];
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=%5Broot-of-the-server%5D__09rsmk2._.js.map
|