unleash-server 5.4.3 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/lib/addons/addon-schema.js +2 -1
- package/dist/lib/addons/addon-schema.js.map +1 -1
- package/dist/lib/addons/datadog-definition.js +22 -7
- package/dist/lib/addons/datadog-definition.js.map +1 -1
- package/dist/lib/addons/datadog.d.ts +7 -1
- package/dist/lib/addons/datadog.js +16 -3
- package/dist/lib/addons/datadog.js.map +1 -1
- package/dist/lib/addons/datadog.test.js +62 -0
- package/dist/lib/addons/datadog.test.js.map +1 -1
- package/dist/lib/addons/index.js +3 -11
- package/dist/lib/addons/index.js.map +1 -1
- package/dist/lib/addons/slack-app-definition.js +5 -24
- package/dist/lib/addons/slack-app-definition.js.map +1 -1
- package/dist/lib/addons/slack-app.d.ts +0 -1
- package/dist/lib/addons/slack-app.js +5 -17
- package/dist/lib/addons/slack-app.js.map +1 -1
- package/dist/lib/addons/slack-app.test.js +39 -25
- package/dist/lib/addons/slack-app.test.js.map +1 -1
- package/dist/lib/addons/slack-definition.js +11 -4
- package/dist/lib/addons/slack-definition.js.map +1 -1
- package/dist/lib/addons/teams-definition.js +5 -4
- package/dist/lib/addons/teams-definition.js.map +1 -1
- package/dist/lib/addons/webhook-definition.js +10 -12
- package/dist/lib/addons/webhook-definition.js.map +1 -1
- package/dist/lib/create-config.js +13 -1
- package/dist/lib/create-config.js.map +1 -1
- package/dist/lib/create-config.test.js +14 -0
- package/dist/lib/create-config.test.js.map +1 -1
- package/dist/lib/db/access-store.d.ts +23 -5
- package/dist/lib/db/access-store.js +263 -17
- package/dist/lib/db/access-store.js.map +1 -1
- package/dist/lib/db/access-store.test.js +83 -0
- package/dist/lib/db/access-store.test.js.map +1 -0
- package/dist/lib/db/client-applications-store.d.ts +1 -3
- package/dist/lib/db/client-applications-store.js +13 -24
- package/dist/lib/db/client-applications-store.js.map +1 -1
- package/dist/lib/db/event-store.js +1 -0
- package/dist/lib/db/event-store.js.map +1 -1
- package/dist/lib/db/feature-toggle-client-store.js +17 -4
- package/dist/lib/db/feature-toggle-client-store.js.map +1 -1
- package/dist/lib/db/feature-toggle-store.js +1 -1
- package/dist/lib/db/feature-toggle-store.js.map +1 -1
- package/dist/lib/db/group-store.d.ts +4 -2
- package/dist/lib/db/group-store.js +24 -0
- package/dist/lib/db/group-store.js.map +1 -1
- package/dist/lib/db/index.d.ts +1 -2
- package/dist/lib/db/index.js +5 -1
- package/dist/lib/db/index.js.map +1 -1
- package/dist/lib/db/project-stats-store.d.ts +2 -0
- package/dist/lib/db/project-stats-store.js +27 -0
- package/dist/lib/db/project-stats-store.js.map +1 -1
- package/dist/lib/db/project-store.d.ts +7 -1
- package/dist/lib/db/project-store.js +34 -1
- package/dist/lib/db/project-store.js.map +1 -1
- package/dist/lib/error/bad-data-error.d.ts +1 -1
- package/dist/lib/error/index.d.ts +2 -1
- package/dist/lib/error/index.js +3 -1
- package/dist/lib/error/index.js.map +1 -1
- package/dist/lib/error/pattern-error.d.ts +10 -0
- package/dist/lib/error/pattern-error.js +20 -0
- package/dist/lib/error/pattern-error.js.map +1 -0
- package/dist/lib/features/dependent-features/createDependentFeaturesService.d.ts +3 -0
- package/dist/lib/features/dependent-features/createDependentFeaturesService.js +11 -0
- package/dist/lib/features/dependent-features/createDependentFeaturesService.js.map +1 -0
- package/dist/lib/features/dependent-features/dependent-features-controller.d.ts +28 -0
- package/dist/lib/features/dependent-features/dependent-features-controller.js +151 -0
- package/dist/lib/features/dependent-features/dependent-features-controller.js.map +1 -0
- package/dist/lib/features/dependent-features/dependent-features-service.d.ts +11 -0
- package/dist/lib/features/dependent-features/dependent-features-service.js +40 -0
- package/dist/lib/features/dependent-features/dependent-features-service.js.map +1 -0
- package/dist/lib/features/dependent-features/dependent-features-store-type.d.ts +8 -0
- package/dist/lib/features/dependent-features/dependent-features-store-type.js +3 -0
- package/dist/lib/features/dependent-features/dependent-features-store-type.js.map +1 -0
- package/dist/lib/features/dependent-features/dependent-features-store.d.ts +12 -0
- package/dist/lib/features/dependent-features/dependent-features-store.js +56 -0
- package/dist/lib/features/dependent-features/dependent-features-store.js.map +1 -0
- package/dist/lib/features/dependent-features/dependent-features.d.ts +14 -0
- package/dist/lib/features/dependent-features/dependent-features.js +3 -0
- package/dist/lib/features/dependent-features/dependent-features.js.map +1 -0
- package/dist/lib/features/dependent-features/dependent.features.e2e.test.d.ts +1 -0
- package/dist/lib/features/dependent-features/dependent.features.e2e.test.js +82 -0
- package/dist/lib/features/dependent-features/dependent.features.e2e.test.js.map +1 -0
- package/dist/lib/features/dependent-features/fake-dependent-features-store.d.ts +8 -0
- package/dist/lib/features/dependent-features/fake-dependent-features-store.js +22 -0
- package/dist/lib/features/dependent-features/fake-dependent-features-store.js.map +1 -0
- package/dist/lib/features/export-import-toggles/createExportImportService.js +6 -3
- package/dist/lib/features/export-import-toggles/createExportImportService.js.map +1 -1
- package/dist/lib/features/export-import-toggles/export-import-service.d.ts +9 -3
- package/dist/lib/features/export-import-toggles/export-import-service.js +51 -21
- package/dist/lib/features/export-import-toggles/export-import-service.js.map +1 -1
- package/dist/lib/features/export-import-toggles/export-import.e2e.test.js +120 -50
- package/dist/lib/features/export-import-toggles/export-import.e2e.test.js.map +1 -1
- package/dist/lib/features/export-import-toggles/import-permissions-service.d.ts +1 -2
- package/dist/lib/features/export-import-toggles/import-toggles-store-type.d.ts +6 -0
- package/dist/lib/features/export-import-toggles/import-toggles-store.d.ts +2 -1
- package/dist/lib/features/export-import-toggles/import-toggles-store.js +25 -0
- package/dist/lib/features/export-import-toggles/import-toggles-store.js.map +1 -1
- package/dist/lib/features/export-import-toggles/import-validation-messages.d.ts +18 -2
- package/dist/lib/features/export-import-toggles/import-validation-messages.js +27 -11
- package/dist/lib/features/export-import-toggles/import-validation-messages.js.map +1 -1
- package/dist/lib/features/feature-naming-pattern/feature-naming-validation.d.ts +14 -0
- package/dist/lib/features/feature-naming-pattern/feature-naming-validation.js +46 -0
- package/dist/lib/features/feature-naming-pattern/feature-naming-validation.js.map +1 -0
- package/dist/lib/features/feature-naming-pattern/feature-naming-validation.test.d.ts +1 -0
- package/dist/lib/features/feature-naming-pattern/feature-naming-validation.test.js +116 -0
- package/dist/lib/features/feature-naming-pattern/feature-naming-validation.test.js.map +1 -0
- package/dist/lib/features/feature-toggle/createFeatureToggleService.js +11 -2
- package/dist/lib/features/feature-toggle/createFeatureToggleService.js.map +1 -1
- package/dist/lib/features/instance-stats/getActiveUsers.d.ts +9 -0
- package/dist/lib/features/instance-stats/getActiveUsers.e2e.test.d.ts +1 -0
- package/dist/lib/features/instance-stats/getActiveUsers.e2e.test.js +141 -0
- package/dist/lib/features/instance-stats/getActiveUsers.e2e.test.js.map +1 -0
- package/dist/lib/features/instance-stats/getActiveUsers.js +33 -0
- package/dist/lib/features/instance-stats/getActiveUsers.js.map +1 -0
- package/dist/lib/{services → features/instance-stats}/instance-stats-service.d.ts +13 -7
- package/dist/lib/{services → features/instance-stats}/instance-stats-service.js +16 -7
- package/dist/lib/features/instance-stats/instance-stats-service.js.map +1 -0
- package/dist/lib/features/instance-stats/instance-stats-service.test.d.ts +1 -0
- package/dist/lib/{services → features/instance-stats}/instance-stats-service.test.js +6 -5
- package/dist/lib/features/instance-stats/instance-stats-service.test.js.map +1 -0
- package/dist/lib/features/playground/advanced-playground.test.js +2 -3
- package/dist/lib/features/playground/advanced-playground.test.js.map +1 -1
- package/dist/lib/features/playground/feature-evaluator/variant.d.ts +1 -1
- package/dist/lib/features/playground/generateObjectCombinations.d.ts +1 -1
- package/dist/lib/features/playground/generateObjectCombinations.js +14 -4
- package/dist/lib/features/playground/generateObjectCombinations.js.map +1 -1
- package/dist/lib/features/playground/generateObjectCombinations.test.js +21 -0
- package/dist/lib/features/playground/generateObjectCombinations.test.js.map +1 -1
- package/dist/lib/features/playground/playground-service.d.ts +5 -3
- package/dist/lib/features/playground/playground-service.js +18 -3
- package/dist/lib/features/playground/playground-service.js.map +1 -1
- package/dist/lib/features/playground/playground.d.ts +2 -1
- package/dist/lib/features/playground/playground.js +2 -1
- package/dist/lib/features/playground/playground.js.map +1 -1
- package/dist/lib/features/private-project/createPrivateProjectChecker.d.ts +5 -0
- package/dist/lib/features/private-project/createPrivateProjectChecker.js +22 -0
- package/dist/lib/features/private-project/createPrivateProjectChecker.js.map +1 -0
- package/dist/lib/features/private-project/fakePrivateProjectChecker.d.ts +7 -0
- package/dist/lib/features/private-project/fakePrivateProjectChecker.js +15 -0
- package/dist/lib/features/private-project/fakePrivateProjectChecker.js.map +1 -0
- package/dist/lib/features/private-project/privateProjectChecker.d.ts +10 -0
- package/dist/lib/features/private-project/privateProjectChecker.js +22 -0
- package/dist/lib/features/private-project/privateProjectChecker.js.map +1 -0
- package/dist/lib/features/private-project/privateProjectCheckerType.d.ts +5 -0
- package/dist/lib/features/private-project/privateProjectCheckerType.js +3 -0
- package/dist/lib/features/private-project/privateProjectCheckerType.js.map +1 -0
- package/dist/lib/features/private-project/privateProjectStore.d.ts +18 -0
- package/dist/lib/features/private-project/privateProjectStore.js +70 -0
- package/dist/lib/features/private-project/privateProjectStore.js.map +1 -0
- package/dist/lib/features/private-project/privateProjectStoreType.d.ts +4 -0
- package/dist/lib/features/private-project/privateProjectStoreType.js +3 -0
- package/dist/lib/features/private-project/privateProjectStoreType.js.map +1 -0
- package/dist/lib/features/project/createProjectService.js +5 -8
- package/dist/lib/features/project/createProjectService.js.map +1 -1
- package/dist/lib/features/segment/createSegmentService.js +5 -2
- package/dist/lib/features/segment/createSegmentService.js.map +1 -1
- package/dist/lib/features/segment/segment-controller.d.ts +39 -0
- package/dist/lib/features/segment/segment-controller.js +291 -0
- package/dist/lib/features/segment/segment-controller.js.map +1 -0
- package/dist/lib/metrics.d.ts +1 -1
- package/dist/lib/metrics.js +30 -1
- package/dist/lib/metrics.js.map +1 -1
- package/dist/lib/metrics.test.js +3 -2
- package/dist/lib/metrics.test.js.map +1 -1
- package/dist/lib/middleware/rbac-middleware.d.ts +2 -0
- package/dist/lib/middleware/rbac-middleware.js +2 -0
- package/dist/lib/middleware/rbac-middleware.js.map +1 -1
- package/dist/lib/middleware/secure-headers.js +18 -0
- package/dist/lib/middleware/secure-headers.js.map +1 -1
- package/dist/lib/openapi/index.js +13 -0
- package/dist/lib/openapi/index.js.map +1 -1
- package/dist/lib/openapi/meta-schema-rules.test.js +14 -4
- package/dist/lib/openapi/meta-schema-rules.test.js.map +1 -1
- package/dist/lib/openapi/spec/addon-type-schema.d.ts +6 -1
- package/dist/lib/openapi/spec/addon-type-schema.js +6 -1
- package/dist/lib/openapi/spec/addon-type-schema.js.map +1 -1
- package/dist/lib/openapi/spec/addons-schema.d.ts +8 -3
- package/dist/lib/openapi/spec/addons-schema.js +8 -3
- package/dist/lib/openapi/spec/addons-schema.js.map +1 -1
- package/dist/lib/openapi/spec/admin-segment-schema.d.ts +115 -0
- package/dist/lib/openapi/spec/admin-segment-schema.js +75 -0
- package/dist/lib/openapi/spec/admin-segment-schema.js.map +1 -0
- package/dist/lib/openapi/spec/admin-segment-schema.test.d.ts +1 -0
- package/dist/lib/openapi/spec/admin-segment-schema.test.js +39 -0
- package/dist/lib/openapi/spec/admin-segment-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/admin-strategies-schema.d.ts +46 -0
- package/dist/lib/openapi/spec/admin-strategies-schema.js +54 -0
- package/dist/lib/openapi/spec/admin-strategies-schema.js.map +1 -0
- package/dist/lib/openapi/spec/admin-strategies-schema.test.d.ts +1 -0
- package/dist/lib/openapi/spec/admin-strategies-schema.test.js +40 -0
- package/dist/lib/openapi/spec/admin-strategies-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.d.ts +51 -6
- package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.js +3 -1
- package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/advanced-playground-feature-schema.d.ts +101 -11
- package/dist/lib/openapi/spec/advanced-playground-feature-schema.js +2 -0
- package/dist/lib/openapi/spec/advanced-playground-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/advanced-playground-request-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/advanced-playground-response-schema.d.ts +203 -22
- package/dist/lib/openapi/spec/advanced-playground-response-schema.js +2 -0
- package/dist/lib/openapi/spec/advanced-playground-response-schema.js.map +1 -1
- package/dist/lib/openapi/spec/client-feature-schema.d.ts +41 -6
- package/dist/lib/openapi/spec/client-feature-schema.js +9 -0
- package/dist/lib/openapi/spec/client-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/client-features-schema.d.ts +75 -12
- package/dist/lib/openapi/spec/client-features-schema.js +2 -0
- package/dist/lib/openapi/spec/client-features-schema.js.map +1 -1
- package/dist/lib/openapi/spec/context-field-strategies-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/context-field-strategies-schema.js +1 -1
- package/dist/lib/openapi/spec/context-field-strategies-schema.js.map +1 -1
- package/dist/lib/openapi/spec/create-api-token-schema.d.ts +1 -139
- package/dist/lib/openapi/spec/create-api-token-schema.js +16 -20
- package/dist/lib/openapi/spec/create-api-token-schema.js.map +1 -1
- package/dist/lib/openapi/spec/create-dependent-feature-schema.d.ts +29 -0
- package/dist/lib/openapi/spec/create-dependent-feature-schema.js +31 -0
- package/dist/lib/openapi/spec/create-dependent-feature-schema.js.map +1 -0
- package/dist/lib/openapi/spec/create-feature-naming-pattern-schema.d.ts +29 -0
- package/dist/lib/openapi/spec/create-feature-naming-pattern-schema.js +33 -0
- package/dist/lib/openapi/spec/create-feature-naming-pattern-schema.js.map +1 -0
- package/dist/lib/openapi/spec/create-feature-strategy-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/create-strategy-schema.d.ts +15 -0
- package/dist/lib/openapi/spec/create-strategy-schema.js +15 -0
- package/dist/lib/openapi/spec/create-strategy-schema.js.map +1 -1
- package/dist/lib/openapi/spec/create-strategy-variant-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/create-strategy-variant-schema.js +2 -2
- package/dist/lib/openapi/spec/create-strategy-variant-schema.js.map +1 -1
- package/dist/lib/openapi/spec/dependent-feature-schema.d.ts +30 -0
- package/dist/lib/openapi/spec/dependent-feature-schema.js +14 -0
- package/dist/lib/openapi/spec/dependent-feature-schema.js.map +1 -0
- package/dist/lib/openapi/spec/dora-features-schema.d.ts +20 -0
- package/dist/lib/openapi/spec/dora-features-schema.js +22 -0
- package/dist/lib/openapi/spec/dora-features-schema.js.map +1 -0
- package/dist/lib/openapi/spec/environment-project-schema.d.ts +4 -4
- package/dist/lib/openapi/spec/environments-project-schema.d.ts +4 -4
- package/dist/lib/openapi/spec/event-schema.d.ts +3 -3
- package/dist/lib/openapi/spec/events-schema.d.ts +3 -3
- package/dist/lib/openapi/spec/export-query-schema.d.ts +22 -15
- package/dist/lib/openapi/spec/export-query-schema.js +16 -15
- package/dist/lib/openapi/spec/export-query-schema.js.map +1 -1
- package/dist/lib/openapi/spec/export-result-schema.d.ts +26 -26
- package/dist/lib/openapi/spec/feature-environment-schema.d.ts +6 -6
- package/dist/lib/openapi/spec/feature-events-schema.d.ts +3 -3
- package/dist/lib/openapi/spec/feature-schema.d.ts +12 -12
- package/dist/lib/openapi/spec/feature-strategy-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/feature-variants-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/features-schema.d.ts +24 -24
- package/dist/lib/openapi/spec/health-overview-schema.d.ts +63 -33
- package/dist/lib/openapi/spec/health-overview-schema.js +6 -1
- package/dist/lib/openapi/spec/health-overview-schema.js.map +1 -1
- package/dist/lib/openapi/spec/health-report-schema.d.ts +63 -33
- package/dist/lib/openapi/spec/import-toggles-schema.d.ts +52 -52
- package/dist/lib/openapi/spec/index.d.ts +9 -0
- package/dist/lib/openapi/spec/index.js +9 -0
- package/dist/lib/openapi/spec/index.js.map +1 -1
- package/dist/lib/openapi/spec/instance-admin-stats-schema.d.ts +42 -0
- package/dist/lib/openapi/spec/instance-admin-stats-schema.js +42 -0
- package/dist/lib/openapi/spec/instance-admin-stats-schema.js.map +1 -1
- package/dist/lib/openapi/spec/parent-feature-options-schema.d.ts +11 -0
- package/dist/lib/openapi/spec/parent-feature-options-schema.js +13 -0
- package/dist/lib/openapi/spec/parent-feature-options-schema.js.map +1 -0
- package/dist/lib/openapi/spec/playground-feature-schema.d.ts +5 -5
- package/dist/lib/openapi/spec/playground-request-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/playground-response-schema.d.ts +12 -10
- package/dist/lib/openapi/spec/playground-strategy-schema.d.ts +4 -4
- package/dist/lib/openapi/spec/playground-strategy-schema.js +1 -1
- package/dist/lib/openapi/spec/playground-strategy-schema.js.map +1 -1
- package/dist/lib/openapi/spec/profile-schema.d.ts +12 -12
- package/dist/lib/openapi/spec/project-dora-metrics-schema.d.ts +44 -0
- package/dist/lib/openapi/spec/project-dora-metrics-schema.js +28 -0
- package/dist/lib/openapi/spec/project-dora-metrics-schema.js.map +1 -0
- package/dist/lib/openapi/spec/project-environment-schema.d.ts +4 -4
- package/dist/lib/openapi/spec/project-overview-schema.d.ts +63 -33
- package/dist/lib/openapi/spec/project-overview-schema.js +6 -1
- package/dist/lib/openapi/spec/project-overview-schema.js.map +1 -1
- package/dist/lib/openapi/spec/project-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/project-schema.js +1 -1
- package/dist/lib/openapi/spec/project-schema.js.map +1 -1
- package/dist/lib/openapi/spec/projects-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/push-variants-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/sdk-context-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/sdk-context-schema.js +1 -0
- package/dist/lib/openapi/spec/sdk-context-schema.js.map +1 -1
- package/dist/lib/openapi/spec/sdk-flat-context-schema.d.ts +46 -0
- package/dist/lib/openapi/spec/sdk-flat-context-schema.js +15 -0
- package/dist/lib/openapi/spec/sdk-flat-context-schema.js.map +1 -0
- package/dist/lib/openapi/spec/search-events-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/segments-schema.d.ts +177 -0
- package/dist/lib/openapi/spec/segments-schema.js +26 -0
- package/dist/lib/openapi/spec/segments-schema.js.map +1 -0
- package/dist/lib/openapi/spec/segments-schema.test.d.ts +1 -0
- package/dist/lib/openapi/spec/segments-schema.test.js +16 -0
- package/dist/lib/openapi/spec/segments-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/state-schema.d.ts +23 -23
- package/dist/lib/openapi/spec/strategy-variant-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/update-feature-strategy-segments-schema.d.ts +35 -0
- package/dist/lib/openapi/spec/update-feature-strategy-segments-schema.js +37 -0
- package/dist/lib/openapi/spec/update-feature-strategy-segments-schema.js.map +1 -0
- package/dist/lib/openapi/spec/update-feature-strategy-segments-schema.test.d.ts +1 -0
- package/dist/lib/openapi/spec/update-feature-strategy-segments-schema.test.js +19 -0
- package/dist/lib/openapi/spec/update-feature-strategy-segments-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/upsert-segment-schema.d.ts +8 -15
- package/dist/lib/openapi/spec/upsert-segment-schema.js +8 -17
- package/dist/lib/openapi/spec/upsert-segment-schema.js.map +1 -1
- package/dist/lib/openapi/spec/upsert-segment-schema.test.d.ts +1 -0
- package/dist/lib/openapi/spec/upsert-segment-schema.test.js +35 -0
- package/dist/lib/openapi/spec/upsert-segment-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/validate-feature-schema.d.ts +6 -0
- package/dist/lib/openapi/spec/validate-feature-schema.js +6 -0
- package/dist/lib/openapi/spec/validate-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/variant-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/variant-schema.js +2 -2
- package/dist/lib/openapi/spec/variant-schema.js.map +1 -1
- package/dist/lib/openapi/spec/variants-schema.d.ts +2 -2
- package/dist/lib/openapi/util/all-of.d.ts +3 -0
- package/dist/lib/openapi/util/all-of.js +34 -0
- package/dist/lib/openapi/util/all-of.js.map +1 -0
- package/dist/lib/openapi/util/openapi-tags.d.ts +46 -58
- package/dist/lib/openapi/util/openapi-tags.js +27 -34
- package/dist/lib/openapi/util/openapi-tags.js.map +1 -1
- package/dist/lib/openapi/util/openapi-tags.test.d.ts +1 -0
- package/dist/lib/openapi/util/openapi-tags.test.js +15 -0
- package/dist/lib/openapi/util/openapi-tags.test.js.map +1 -0
- package/dist/lib/openapi/validate.js +0 -1
- package/dist/lib/openapi/validate.js.map +1 -1
- package/dist/lib/routes/admin-api/archive.d.ts +1 -1
- package/dist/lib/routes/admin-api/archive.js +3 -2
- package/dist/lib/routes/admin-api/archive.js.map +1 -1
- package/dist/lib/routes/admin-api/context.js +2 -1
- package/dist/lib/routes/admin-api/context.js.map +1 -1
- package/dist/lib/routes/admin-api/feature.js +2 -1
- package/dist/lib/routes/admin-api/feature.js.map +1 -1
- package/dist/lib/routes/admin-api/index.js +2 -0
- package/dist/lib/routes/admin-api/index.js.map +1 -1
- package/dist/lib/routes/admin-api/instance-admin.d.ts +2 -2
- package/dist/lib/routes/admin-api/instance-admin.js +7 -1
- package/dist/lib/routes/admin-api/instance-admin.js.map +1 -1
- package/dist/lib/routes/admin-api/metrics.d.ts +2 -1
- package/dist/lib/routes/admin-api/metrics.js +2 -1
- package/dist/lib/routes/admin-api/metrics.js.map +1 -1
- package/dist/lib/routes/admin-api/project/api-token.d.ts +2 -1
- package/dist/lib/routes/admin-api/project/api-token.js +12 -3
- package/dist/lib/routes/admin-api/project/api-token.js.map +1 -1
- package/dist/lib/routes/admin-api/project/environments.d.ts +2 -1
- package/dist/lib/routes/admin-api/project/environments.js +3 -1
- package/dist/lib/routes/admin-api/project/environments.js.map +1 -1
- package/dist/lib/routes/admin-api/project/index.d.ts +2 -1
- package/dist/lib/routes/admin-api/project/index.js +31 -0
- package/dist/lib/routes/admin-api/project/index.js.map +1 -1
- package/dist/lib/routes/admin-api/strategy.d.ts +1 -1
- package/dist/lib/routes/admin-api/strategy.js.map +1 -1
- package/dist/lib/routes/client-api/metrics.js +14 -8
- package/dist/lib/routes/client-api/metrics.js.map +1 -1
- package/dist/lib/routes/client-api/metrics.test.js +27 -0
- package/dist/lib/routes/client-api/metrics.test.js.map +1 -1
- package/dist/lib/routes/controller.d.ts +1 -1
- package/dist/lib/routes/controller.js +17 -10
- package/dist/lib/routes/controller.js.map +1 -1
- package/dist/lib/routes/proxy-api/index.js +5 -0
- package/dist/lib/routes/proxy-api/index.js.map +1 -1
- package/dist/lib/schema/role-schema.js +3 -1
- package/dist/lib/schema/role-schema.js.map +1 -1
- package/dist/lib/schema/role-schema.test.js +1 -1
- package/dist/lib/schema/role-schema.test.js.map +1 -1
- package/dist/lib/segments/segment-service-interface.d.ts +1 -1
- package/dist/lib/services/access-service.d.ts +29 -11
- package/dist/lib/services/access-service.js +53 -10
- package/dist/lib/services/access-service.js.map +1 -1
- package/dist/lib/services/access-service.test.js +2 -1
- package/dist/lib/services/access-service.test.js.map +1 -1
- package/dist/lib/services/addon-service.js +4 -2
- package/dist/lib/services/addon-service.js.map +1 -1
- package/dist/lib/services/addon-service.test.js +65 -0
- package/dist/lib/services/addon-service.test.js.map +1 -1
- package/dist/lib/services/client-metrics/instance-service.d.ts +5 -2
- package/dist/lib/services/client-metrics/instance-service.js +22 -3
- package/dist/lib/services/client-metrics/instance-service.js.map +1 -1
- package/dist/lib/services/client-metrics/instance-service.test.js +5 -4
- package/dist/lib/services/client-metrics/instance-service.test.js.map +1 -1
- package/dist/lib/services/context-service.d.ts +6 -2
- package/dist/lib/services/context-service.js +16 -2
- package/dist/lib/services/context-service.js.map +1 -1
- package/dist/lib/services/feature-service-potentially-stale.test.js +1 -1
- package/dist/lib/services/feature-service-potentially-stale.test.js.map +1 -1
- package/dist/lib/services/feature-toggle-service.d.ts +20 -7
- package/dist/lib/services/feature-toggle-service.js +109 -41
- package/dist/lib/services/feature-toggle-service.js.map +1 -1
- package/dist/lib/services/group-service.d.ts +4 -4
- package/dist/lib/services/group-service.js +17 -16
- package/dist/lib/services/group-service.js.map +1 -1
- package/dist/lib/services/index.d.ts +3 -2
- package/dist/lib/services/index.js +31 -17
- package/dist/lib/services/index.js.map +1 -1
- package/dist/lib/services/project-schema.js +9 -1
- package/dist/lib/services/project-schema.js.map +1 -1
- package/dist/lib/services/project-service.d.ts +16 -12
- package/dist/lib/services/project-service.js +127 -17
- package/dist/lib/services/project-service.js.map +1 -1
- package/dist/lib/services/scheduler-service.d.ts +1 -1
- package/dist/lib/services/scheduler-service.js +3 -3
- package/dist/lib/services/scheduler-service.js.map +1 -1
- package/dist/lib/services/scheduler-service.test.js +15 -15
- package/dist/lib/services/scheduler-service.test.js.map +1 -1
- package/dist/lib/services/segment-service.d.ts +4 -2
- package/dist/lib/services/segment-service.js +17 -10
- package/dist/lib/services/segment-service.js.map +1 -1
- package/dist/lib/services/state-service.test.js +13 -3
- package/dist/lib/services/state-service.test.js.map +1 -1
- package/dist/lib/services/version-service.test.js +3 -0
- package/dist/lib/services/version-service.test.js.map +1 -1
- package/dist/lib/types/events.d.ts +61 -1
- package/dist/lib/types/events.js +66 -4
- package/dist/lib/types/events.js.map +1 -1
- package/dist/lib/types/experimental.d.ts +1 -1
- package/dist/lib/types/experimental.js +9 -5
- package/dist/lib/types/experimental.js.map +1 -1
- package/dist/lib/types/group.d.ts +2 -2
- package/dist/lib/types/model.d.ts +31 -2
- package/dist/lib/types/model.js.map +1 -1
- package/dist/lib/types/no-auth-user.d.ts +1 -0
- package/dist/lib/types/no-auth-user.js +3 -1
- package/dist/lib/types/no-auth-user.js.map +1 -1
- package/dist/lib/types/option.d.ts +7 -0
- package/dist/lib/types/services.d.ts +6 -1
- package/dist/lib/types/stores/access-store.d.ts +23 -4
- package/dist/lib/types/stores/feature-strategies-store.d.ts +2 -1
- package/dist/lib/types/stores/group-store.d.ts +4 -2
- package/dist/lib/types/stores/project-stats-store-type.d.ts +2 -0
- package/dist/lib/types/stores/project-store.d.ts +7 -14
- package/dist/lib/types/stores/strategy-store.d.ts +3 -17
- package/dist/lib/types/stores.d.ts +5 -1
- package/dist/lib/util/findDuplicates.d.ts +1 -0
- package/dist/lib/util/findDuplicates.js +18 -0
- package/dist/lib/util/findDuplicates.js.map +1 -0
- package/dist/lib/util/findDuplicates.test.d.ts +1 -0
- package/dist/lib/util/findDuplicates.test.js +23 -0
- package/dist/lib/util/findDuplicates.test.js.map +1 -0
- package/dist/migrations/20230830121352-update-client-applications-usage-table.d.ts +2 -0
- package/dist/migrations/20230830121352-update-client-applications-usage-table.js +16 -0
- package/dist/migrations/20230830121352-update-client-applications-usage-table.js.map +1 -0
- package/dist/migrations/20230905122605-add-feature-naming-description.d.ts +2 -0
- package/dist/migrations/20230905122605-add-feature-naming-description.js +13 -0
- package/dist/migrations/20230905122605-add-feature-naming-description.js.map +1 -0
- package/dist/migrations/20230919104006-dependent-features.d.ts +2 -0
- package/dist/migrations/20230919104006-dependent-features.js +21 -0
- package/dist/migrations/20230919104006-dependent-features.js.map +1 -0
- package/dist/migrations/20230927071830-reset-pnps-feedback.d.ts +2 -0
- package/dist/migrations/20230927071830-reset-pnps-feedback.js +10 -0
- package/dist/migrations/20230927071830-reset-pnps-feedback.js.map +1 -0
- package/dist/server-dev.js +7 -4
- package/dist/server-dev.js.map +1 -1
- package/dist/test/e2e/api/admin/addon.e2e.test.js +0 -1
- package/dist/test/e2e/api/admin/addon.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/api-token.auth.e2e.test.js +8 -12
- package/dist/test/e2e/api/admin/api-token.auth.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/event.e2e.test.js +9 -2
- package/dist/test/e2e/api/admin/event.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/metrics.e2e.test.js +2 -10
- package/dist/test/e2e/api/admin/metrics.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/project/environments.e2e.test.js +8 -0
- package/dist/test/e2e/api/admin/project/environments.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/project/features.e2e.test.js +41 -15
- package/dist/test/e2e/api/admin/project/features.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/project/project.api.tokens.e2e.test.js +30 -3
- package/dist/test/e2e/api/admin/project/project.api.tokens.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/segment.e2e.test.d.ts +1 -0
- package/dist/test/e2e/api/admin/segment.e2e.test.js +272 -0
- package/dist/test/e2e/api/admin/segment.e2e.test.js.map +1 -0
- package/dist/test/e2e/api/admin/state.e2e.test.js +0 -11
- package/dist/test/e2e/api/admin/state.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/strategy.e2e.test.js +1 -1
- package/dist/test/e2e/api/client/feature.e2e.test.js +27 -3
- package/dist/test/e2e/api/client/feature.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/client/feature.token.access.e2e.test.js +2 -2
- package/dist/test/e2e/api/client/feature.token.access.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/client/segment.e2e.test.js +1 -1
- package/dist/test/e2e/api/client/segment.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/proxy/proxy.e2e.test.js +34 -9
- package/dist/test/e2e/api/proxy/proxy.e2e.test.js.map +1 -1
- package/dist/test/e2e/helpers/app.utils.d.ts +6 -0
- package/dist/test/e2e/helpers/app.utils.js +16 -0
- package/dist/test/e2e/helpers/app.utils.js.map +1 -0
- package/dist/test/e2e/helpers/database.json +24 -0
- package/dist/test/e2e/services/access-service.e2e.test.js +549 -135
- package/dist/test/e2e/services/access-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/api-token-service.e2e.test.js +4 -2
- package/dist/test/e2e/services/api-token-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/client-metrics-service.e2e.test.js +2 -1
- package/dist/test/e2e/services/client-metrics-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/feature-toggle-service-v2.e2e.test.js +38 -5
- package/dist/test/e2e/services/feature-toggle-service-v2.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/group-service.e2e.test.js +16 -11
- package/dist/test/e2e/services/group-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/playground-service.test.js +5 -2
- package/dist/test/e2e/services/playground-service.test.js.map +1 -1
- package/dist/test/e2e/services/project-health-service.e2e.test.js +4 -2
- package/dist/test/e2e/services/project-health-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/project-service.e2e.test.js +242 -60
- package/dist/test/e2e/services/project-service.e2e.test.js.map +1 -1
- package/dist/test/fixtures/access-service-mock.d.ts +3 -4
- package/dist/test/fixtures/access-service-mock.js.map +1 -1
- package/dist/test/fixtures/fake-access-store.d.ts +15 -5
- package/dist/test/fixtures/fake-access-store.js +30 -3
- package/dist/test/fixtures/fake-access-store.js.map +1 -1
- package/dist/test/fixtures/fake-group-store.d.ts +4 -2
- package/dist/test/fixtures/fake-group-store.js +3 -0
- package/dist/test/fixtures/fake-group-store.js.map +1 -1
- package/dist/test/fixtures/fake-project-stats-store.d.ts +1 -0
- package/dist/test/fixtures/fake-project-stats-store.js +3 -0
- package/dist/test/fixtures/fake-project-stats-store.js.map +1 -1
- package/dist/test/fixtures/fake-project-store.d.ts +2 -1
- package/dist/test/fixtures/fake-project-store.js +3 -0
- package/dist/test/fixtures/fake-project-store.js.map +1 -1
- package/dist/test/fixtures/no-logger.d.ts +2 -1
- package/dist/test/fixtures/no-logger.js +8 -4
- package/dist/test/fixtures/no-logger.js.map +1 -1
- package/dist/test/fixtures/store.js +3 -0
- package/dist/test/fixtures/store.js.map +1 -1
- package/frontend/README.md +7 -1
- package/frontend/build/index.html +2 -2
- package/frontend/build/static/{AdvancedPlayground-1748fcdd.js → AdvancedPlayground-20059178.js} +11 -11
- package/frontend/build/static/CreateProject-6955728f.js +4 -0
- package/frontend/build/static/{Error-cbce6b64.js → Error-f56339ab.js} +1 -1
- package/frontend/build/static/FeatureArchiveDialog-33dc3a5b.js +10 -0
- package/frontend/build/static/{FeatureMetricsChart-8fd8a304.js → FeatureMetricsChart-5ad514bc.js} +2 -2
- package/frontend/build/static/FeatureViewLazyExport-85a68ed0.js +7 -0
- package/frontend/build/static/LazyAdminExport-e2677758.js +35 -0
- package/frontend/build/static/LazyProjectExport-969bb54e.js +24 -0
- package/frontend/build/static/Logo-android-218bddbb.svg +1 -0
- package/frontend/build/static/Logo-flutter-cc3c706f.svg +1 -0
- package/frontend/build/static/Logo-go-02475b3d.svg +1 -0
- package/frontend/build/static/Logo-java-6e556b26.svg +1 -0
- package/frontend/build/static/Logo-javascript-caebc06e.svg +1 -0
- package/frontend/build/static/Logo-net-0a33abee.svg +1 -0
- package/frontend/build/static/Logo-node-318ed025.svg +1 -0
- package/frontend/build/static/Logo-php-201f18c3.svg +1 -0
- package/frontend/build/static/Logo-python-4305760e.svg +1 -0
- package/frontend/build/static/Logo-react-18e98687.svg +1 -0
- package/frontend/build/static/Logo-ruby-58f46832.svg +1 -0
- package/frontend/build/static/Logo-rust-c83a80f9.svg +1 -0
- package/frontend/build/static/Logo-svelte-97dcb624.svg +1 -0
- package/frontend/build/static/Logo-swift-315f842b.svg +5 -0
- package/frontend/build/static/Logo-vue-0de73099.svg +1 -0
- package/frontend/build/static/{NetworkOverview-349a7bdd.js → NetworkOverview-894877e6.js} +2 -2
- package/frontend/build/static/{NetworkTraffic-60478e50.js → NetworkTraffic-81eff1ae.js} +1 -1
- package/frontend/build/static/ReactJSONEditor-59c8a094.js +129 -0
- package/frontend/build/static/RoleCell-35857d41.js +1 -0
- package/frontend/build/static/{StrategyItemContainer-a4caeace.js → StrategyItemContainer-b250f2d4.js} +1 -1
- package/frontend/build/static/{chartjs-adapter-date-fns.esm-03d2fbea.js → chartjs-adapter-date-fns.esm-c51fe022.js} +1 -1
- package/frontend/build/static/cr-db7653ac.png +0 -0
- package/frontend/build/static/datadog-543762b6.svg +5 -0
- package/frontend/build/static/edge-daisy-chaining-012bfdef.svg +48 -0
- package/frontend/build/static/edge-mode-5d25949b.svg +22 -0
- package/frontend/build/static/edge-offline-f6a0f761.svg +19 -0
- package/frontend/build/static/{flowchart-elk-definition-170a3958-fc100c77.js → flowchart-elk-definition-170a3958-a8c4a86a.js} +1 -1
- package/frontend/build/static/{index-866f9bf9.js → index-0515f416.js} +1 -1
- package/frontend/build/static/index-942e9eeb.js +463 -0
- package/frontend/build/static/{index-3c63138f.js → index-a59b2d65.js} +1 -1
- package/frontend/build/static/{is_dark-31c253e9.js → is_dark-464961a8.js} +1 -1
- package/frontend/build/static/jira-1abe7cbf.svg +17 -0
- package/frontend/build/static/{mindmap-definition-44684416-398682f9.js → mindmap-definition-44684416-3a71a9a5.js} +1 -1
- package/frontend/build/static/slack-36ce798a.svg +18 -0
- package/frontend/build/static/style-97d3ef98.css +1 -0
- package/frontend/build/static/teams-4e30b51f.svg +45 -0
- package/frontend/build/static/{timeline-definition-8e5a9bc6-04a0ae08.js → timeline-definition-8e5a9bc6-da4ebc88.js} +1 -1
- package/frontend/build/static/{unknownify-b8618d88.js → unknownify-3563456b.js} +1 -1
- package/frontend/build/static/unleash-integration-949d8966.svg +1 -0
- package/frontend/build/static/webhooks-b1b44207.svg +16 -0
- package/frontend/package.json +20 -18
- package/package.json +23 -23
- package/dist/lib/services/instance-stats-service.js.map +0 -1
- package/dist/lib/services/instance-stats-service.test.js.map +0 -1
- package/frontend/build/static/CreateProject-972fa820.js +0 -4
- package/frontend/build/static/FeatureArchiveDialog-8a281845.js +0 -10
- package/frontend/build/static/FeatureViewLazyExport-a215d53b.js +0 -7
- package/frontend/build/static/LazyAdminExport-ba7d55ca.js +0 -35
- package/frontend/build/static/LazyProjectExport-12bccd40.js +0 -17
- package/frontend/build/static/RoleCell-144e7eca.js +0 -1
- package/frontend/build/static/datadog-591b6a73.svg +0 -1
- package/frontend/build/static/index-17d74ac9.js +0 -454
- package/frontend/build/static/slack-c0af31c6.svg +0 -1
- package/frontend/build/static/style-770afaee.css +0 -1
- package/frontend/build/static/teams-62e72076.svg +0 -26
- package/frontend/build/static/webhooks-ffa904ac.svg +0 -1
- /package/dist/lib/{services/instance-stats-service.test.d.ts → db/access-store.test.d.ts} +0 -0
- /package/frontend/build/static/{jira-d9eb9af9.svg → jira-comment-d9eb9af9.svg} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{ge as ne,c as te,j as e,au as x,d as i,E as O,a9 as oe,ce as se,ac as re,y as S,C as g,B as k,an as ae,db as le,a3 as ie,a4 as ce,a5 as de,a6 as ue,am as K,bQ as $,av as he,dq as pe,bN as me,gf as ye,s as p,aK as z,dH as fe,a8 as I,dI as R,r as h,a7 as be,ab as w,d6 as ge,dy as Ce,a0 as P,a1 as Te,f as q,aI as Q,cu as Ae,gg as ke,di as Se,b7 as V,h as ve,ds as Ee,bH as Ie,i as xe,ao as Y,gh as A,cS as Ne,fx as W,cQ as De,cR as Re,T as B,e3 as we,F as Pe,e5 as Be,cZ as Oe,e6 as Le,ft as _e,aN as Fe,aO as je,aP as He,A as Me,l as Ue,dY as J,ba as Ke,bb as We,bc as Ge,bA as $e}from"./index-942e9eeb.js";const ze=ne(),kn=ze,qe=te(e("path",{d:"M21 10h-8.35C11.83 7.67 9.61 6 7 6c-3.31 0-6 2.69-6 6s2.69 6 6 6c2.61 0 4.83-1.67 5.65-4H13l2 2 2-2 2 2 4-4.04L21 10zM7 15c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"}),"Key"),Qe=()=>{const{uiConfig:n}=x();return i(O,{severity:"info",children:[i("p",{children:["Read the"," ",e("a",{href:"https://docs.getunleash.io/reference/sdks",target:"_blank",rel:"noreferrer",children:"SDK overview"})," ","to connect Unleash to your application. Please note it can take up to ",e("strong",{children:"1 minute"})," before a new API key is activated."]}),e("br",{}),e("strong",{children:"API URL: "})," ",i("pre",{style:{display:"inline"},children:[n.unleashUrl,"/api/"]})]})},Ve=["Icon","createdAt"],Ye=["Icon","project","seenAt"],Sn=({compact:n=!1,setHiddenColumns:t,columns:s,loading:o,rows:r,getTableProps:a,getTableBodyProps:l,headerGroups:u,globalFilter:m,prepareRow:b})=>{const C=oe(se.breakpoints.down("md"));return re([{condition:C,columns:Ve},{condition:n,columns:Ye}],t,s),i(S,{children:[e(g,{condition:r.length>0,show:e(k,{sx:{mb:4},children:e(Qe,{})})}),e(k,{sx:{overflowX:"auto"},children:e(ae,{value:m,children:i(le,{...a(),children:[e(ie,{headerGroups:u}),e(ce,{...l(),children:r.map(f=>(b(f),e(de,{hover:!0,...f.getRowProps(),children:f.cells.map(y=>e(ue,{...y.getCellProps(),children:y.render("Cell")}))})))})]})})}),e(g,{condition:r.length===0&&!o,show:e(g,{condition:(m==null?void 0:m.length)>0,show:i(K,{children:["No tokens found matching “",m,"”"]}),elseShow:e(K,{children:i("span",{children:["No tokens available. Read ",e($,{href:"https://docs.getunleash.io/how-to/api",target:"_blank",rel:"noreferrer",children:"API How-to guides"})," "," to learn more."]})})})})]})},vn=({path:n,permission:t,project:s})=>{const o=he();return e(pe,{Icon:me,onClick:()=>o(n),"data-testid":ye,permission:t,projectId:s,maxWidth:"700px",children:"New API token"})},Je=p(z)(({theme:n})=>({textDecoration:"none",color:n.palette.links,"&:hover, &:focus":{textDecoration:"underline"}})),Xe=({projects:n,project:t})=>{const{searchQuery:s}=fe();let o=n&&Array.isArray(n)?n:t?[t]:[];return o.length===0?e(I,{children:e(R,{search:s,children:"*"})}):e(I,{children:o.map((r,a)=>i(h.Fragment,{children:[a>0&&", ",!r||r==="*"?e(R,{search:s,children:"*"}):e(Je,{to:`/projects/${r}`,children:e(R,{search:s,children:r})})]},r))})},En=(n,t)=>{const s=h.useMemo(()=>({sortBy:[{id:"createdAt"}]}),[]),o=h.useMemo(()=>[{id:"Icon",width:"1%",Cell:()=>e(be,{icon:e(qe,{color:"disabled"})}),disableSortBy:!0,disableGlobalFilter:!0},{Header:"Username",accessor:"username",Cell:w},{Header:"Type",accessor:"type",Cell:({value:y})=>e(w,{value:G[y.toLowerCase()].label,subtitle:G[y.toLowerCase()].title}),minWidth:280},{Header:"Project",accessor:"project",Cell:y=>e(Xe,{project:y.row.original.project,projects:y.row.original.projects}),minWidth:120},{Header:"Environment",accessor:"environment",Cell:w,minWidth:120},{Header:"Created",accessor:"createdAt",Cell:ge,minWidth:150,disableGlobalFilter:!0},{Header:"Last seen",accessor:"seenAt",Cell:Ce,minWidth:150,disableGlobalFilter:!0},{Header:"Actions",id:"Actions",align:"center",width:"1%",disableSortBy:!0,disableGlobalFilter:!0,Cell:t}],[]),{getTableProps:r,getTableBodyProps:a,headerGroups:l,rows:u,prepareRow:m,state:b,setGlobalFilter:C,setHiddenColumns:f}=P.useTable({columns:o,data:n,initialState:s,sortTypes:Te,autoResetHiddenColumns:!1,disableSortRemove:!0},P.useGlobalFilter,P.useSortBy);return{getTableProps:r,getTableBodyProps:a,headerGroups:l,rows:u,prepareRow:m,state:b,setGlobalFilter:C,setHiddenColumns:f,columns:o}},G={client:{label:"CLIENT",title:"Connect server-side SDK or Unleash Proxy"},frontend:{label:"FRONTEND",title:"Connect web and mobile SDK"},admin:{label:"ADMIN",title:"Full access for managing Unleash"}},In=({token:n,project:t,permission:s,track:o})=>{const{setToastData:r}=q(),a=l=>{ke(l)&&(r({type:"success",title:"Token copied to clipboard"}),o&&typeof o=="function"&&o())};return e(Q,{permission:s,projectId:t,tooltipProps:{title:"Copy token",arrow:!0},onClick:()=>a(n.secret),size:"large",children:e(Ae,{})})},Ze=p("ul")({marginBottom:0}),xn=({token:n,permission:t,onRemove:s,project:o})=>{const[r,a]=h.useState(!1),{setToastData:l,setToastApiError:u}=q();return i(S,{children:[e(Q,{permission:t,projectId:o,tooltipProps:{title:"Delete token",arrow:!0},onClick:()=>a(!0),size:"large",children:e(Se,{})}),e(V,{open:r,onClick:async()=>{try{await s(),a(!1),l({type:"success",title:"API token removed"})}catch(b){u(ve(b))}},onClose:()=>a(!1),title:"Confirm deletion",children:i("div",{children:["Are you sure you want to delete the following API token?",e("br",{}),i(Ze,{children:[i("li",{children:[e("strong",{children:"username"}),":"," ",e("code",{children:n.username})]}),i("li",{children:[e("strong",{children:"type"}),": ",e("code",{children:n.type})]})]})]})})]})},en=p("div")(()=>({maxWidth:"400px"})),nn=p("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),tn=p(Ee)(({theme:n})=>({width:"100%",marginBottom:n.spacing(2)})),on=p(Ie)(({theme:n})=>({marginBottom:n.spacing(2),minWidth:"400px",[n.breakpoints.down("sm")]:{minWidth:"379px"}})),X=p("p")(({theme:n})=>({marginBottom:n.spacing(1)})),sn=p("label")(({theme:n})=>({marginBottom:n.spacing(1)})),rn=p(xe)(({theme:n})=>({marginLeft:n.spacing(3)})),an=p(k)({marginTop:"auto",display:"flex",justifyContent:"flex-end"}),Nn=({children:n,actions:t,handleSubmit:s,handleCancel:o})=>{var l;const{uiConfig:r}=x(),a=!!((l=r==null?void 0:r.flags)!=null&&l.UNLEASH_CLOUD);return i(nn,{onSubmit:s,children:[e(g,{condition:a,show:i(O,{severity:"info",sx:{mb:4},children:["Please be aware of our"," ",e($,{href:"https://www.getunleash.io/fair-use-policy",children:"fair use policy"}),"."]})}),n,i(an,{children:[t,e(rn,{onClick:o,children:"Cancel"})]})]})};var d=(n=>(n.ADMIN="ADMIN",n.CLIENT="CLIENT",n.FRONTEND="FRONTEND",n))(d||{});const Dn=n=>{var H,M;const{environments:t}=Y(),{uiConfig:s}=x(),o=(H=t==null?void 0:t.find(c=>c.enabled))==null?void 0:H.name,r=A(Ne),a=A(W,n),l=[{key:d.CLIENT,label:`Server-side SDK (${d.CLIENT})`,title:"Connect server-side SDK or Unleash Proxy",enabled:r||a}],u=A(De),m=A(Re),b=A(W,n);n||l.push({key:d.ADMIN,label:d.ADMIN,title:"Full access for managing Unleash",enabled:u}),s.flags.embedProxyFrontend&&l.splice(1,0,{key:d.FRONTEND,label:`Client-side SDK (${d.FRONTEND})`,title:"Connect web and mobile SDK directly to Unleash",enabled:m||b});const C=(M=l.find(c=>c.enabled))==null?void 0:M.key,[f,y]=h.useState(""),[v,_]=h.useState(C||d.CLIENT),[T,N]=h.useState([n||"*"]),[Z,ee]=h.useState(T),[F,E]=h.useState(),[j,D]=h.useState({});return h.useEffect(()=>{E(v==="ADMIN"?"*":o)},[v,o]),{username:f,type:v,apiTokenTypes:l,projects:T,environment:F,setUsername:y,setTokenType:c=>{c==="ADMIN"?(_(d.ADMIN),ee(T),N(["*"]),E("*")):(_(c),N(Z),E(o))},setProjects:N,setEnvironment:E,getApiTokenPayload:()=>({username:f,type:v,environment:F,projects:T}),isValid:()=>{const c={};return f||(c.username="Username is required"),T.length===0&&(c.projects="At least one project is required"),D(c),Object.keys(c).length===0},clearErrors:c=>{if(c){const U={...j};delete U[c],D(U)}else D({})},errors:j}},Rn=({open:n,setOpen:t,closeConfirm:s,token:o,type:r})=>i(V,{open:n,setOpen:t,onClick:s,primaryButtonText:"Close",title:"New token created",children:[e(B,{variant:"body1",children:"Your new token has been created successfully."}),e(we,{token:o}),e(g,{condition:r===d.FRONTEND,show:i(O,{sx:{mt:2},severity:"info",children:["By default, all ",d.FRONTEND," tokens may be used from any CORS origin. If you'd like to configure a strict set of origins, please use the"," ",e(z,{to:"/admin/cors",target:"_blank",rel:"noreferrer",children:"CORS origins configuration page"}),"."]})})]}),wn=({username:n,setUsername:t,errors:s,clearErrors:o})=>i(S,{children:[e(X,{children:"What would you like to call this token?"}),e(tn,{value:n,name:"username",onChange:r=>t(r.target.value),label:"Token name",error:s.username!==void 0,errorText:s.username,onFocus:()=>o("username"),autoFocus:!0})]}),Pn=({type:n,setType:t,apiTokenTypes:s})=>e(en,{children:i(Pe,{sx:{mb:2,width:"100%"},children:[e(sn,{id:"token-type",children:"What do you want to connect?"}),e(Be,{"aria-labelledby":"token-type",defaultValue:"CLIENT",name:"radio-buttons-group",value:n,onChange:(o,r)=>t(r),children:s.map(({key:o,label:r,title:a,enabled:l})=>e(Oe,{value:o,sx:{mb:1},disabled:!l,control:e(Le,{sx:{ml:.75,alignSelf:"flex-start"}}),label:e(k,{children:i(k,{children:[e(B,{children:r}),e(B,{variant:"body2",color:"text.secondary",children:a})]})})},o))})]})}),Bn=({type:n,environment:t,setEnvironment:s})=>{const{environments:o}=Y(),r=n===d.ADMIN?[{key:"*",label:"ALL"}]:o.map(a=>({key:a.name,label:`${a.name.concat(a.enabled?"":" - deprecated")}`,title:a.name,disabled:!1}));return i(S,{children:[e(X,{children:"Which environment should the token have access to?"}),e(on,{disabled:n===d.ADMIN,options:r,value:t,onChange:s,label:"Environment",id:"api_key_environment",name:"environment",IconComponent:_e,fullWidth:!0})]})},ln=n=>n.map(t=>({...t.user,joinedAt:new Date(t.joinedAt),createdBy:t.createdBy})),On=n=>{const{data:t,error:s,mutate:o}=Fe(je(`api/admin/groups/${n}`),cn);return h.useMemo(()=>({group:t&&{...t,users:ln((t==null?void 0:t.users)??[])},loading:!s&&!t,refetchGroup:()=>o(),error:s}),[t,s,o])},cn=n=>fetch(n).then(He("Group")).then(t=>t.json()),dn=p("div")(({theme:n})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{fontSize:n.fontSizes.smallerBody,color:n.palette.text.secondary}})),Ln=({roles:n,value:t,setValue:s,required:o,...r})=>i(S,{children:[e(Me,{openOnFocus:!0,size:"small",value:t,onChange:(l,u)=>s(u||null),options:n,renderOption:(l,u)=>e("li",{...l,children:i(dn,{children:[e("span",{children:u.name}),e("span",{children:u.description})]})}),getOptionLabel:l=>l.name,renderInput:l=>e(Ue,{...l,label:"Role",required:o}),...r}),e(g,{condition:!!t,show:()=>e(J,{sx:{marginTop:1},roleId:t.id})})]});var L={},un=We;Object.defineProperty(L,"__esModule",{value:!0});var hn=L.default=void 0,pn=un(Ke()),mn=Ge,yn=(0,pn.default)((0,mn.jsx)("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Clear");hn=L.default=yn;const fn=p("div")(({theme:n})=>({display:"flex",flexDirection:"column",gap:n.spacing(.5),"& > *:not(:last-child)":{borderBottom:`1px solid ${n.palette.divider}`,paddingBottom:n.spacing(1)}})),_n=({role:n,roles:t,value:s})=>{const{isEnterprise:o}=x();return o()?e(I,{children:e($e,{tooltip:e(fn,{children:(t||[n]).map(a=>e(J,{roleId:a,tooltip:!0},a))}),children:s})}):e(I,{children:s})};export{Sn as A,kn as B,vn as C,Bn as E,xn as R,X as S,d as T,In as a,Dn as b,Nn as c,wn as d,Pn as e,Rn as f,On as g,Ln as h,hn as i,_n as j,ln as m,En as u};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{s as e,t as S,B as
|
|
1
|
+
import{s as e,t as S,B as r,br as v,d as a,j as o,C as l,gd as y,N as k,aX as p,y as b,x as m,aK as B}from"./index-942e9eeb.js";const I=e(S)({padding:0,cursor:"inherit",transition:"color 0.2s ease-in-out"}),w=e("div")(({theme:i})=>({fontSize:i.typography.fontSize,color:i.palette.text.secondary,position:"absolute",display:"none",right:"calc(100% + 6px)",top:i.spacing(2.5),[i.breakpoints.up("md")]:{display:"block"}})),C=e("div")(({theme:i})=>({fontSize:i.typography.fontSize,fontWeight:"normal",color:i.palette.text.secondary,display:"none",top:i.spacing(2.5),[i.breakpoints.up("md")]:{display:"block"}})),L=e("div")(({theme:i})=>({fontWeight:"normal",display:"none",[i.breakpoints.up("md")]:{display:"block"}})),j=e("div")({flexDirection:"column",justifyContent:"center",verticalAlign:"middle"}),z=e(r,{shouldForwardProp:i=>i!=="disabled"})(({theme:i,disabled:n})=>({borderRadius:i.shape.borderRadiusMedium,border:`1px solid ${i.palette.divider}`,"& + &":{marginTop:i.spacing(2)},background:n?i.palette.envAccordion.disabled:i.palette.background.paper})),W=e("div",{shouldForwardProp:i=>i!=="draggable"&&i!=="disabled"})(({theme:i,draggable:n,disabled:s})=>({padding:i.spacing(.5,2),display:"flex",gap:i.spacing(1),alignItems:"center",borderBottom:`1px solid ${i.palette.divider}`,fontWeight:i.typography.fontWeightMedium,paddingLeft:n?i.spacing(1):i.spacing(2),color:s?i.palette.text.secondary:i.palette.text.primary})),F=({strategy:i,onDragStart:n,onDragEnd:s,actions:g,children:u,orderNumber:t,style:x={},description:c})=>{const f=v(i.name),h="links"in i?({children:d})=>o(B,{to:i.links.edit,children:d}):({children:d})=>a(b,{children:[" ",d," "]});return a(r,{sx:{position:"relative"},children:[o(l,{condition:t!==void 0,show:o(w,{children:t})}),a(z,{disabled:(i==null?void 0:i.disabled)||!1,style:x,children:[a(W,{draggable:!!n,disabled:!!(i!=null&&i.disabled),children:[o(l,{condition:!!n,show:()=>o(I,{draggable:!0,disableRipple:!0,size:"small",onDragStart:n,onDragEnd:s,sx:{cursor:"move"},children:o(y,{titleAccess:"Drag to reorder",cursor:"grab",sx:{color:"action.active"}})})}),o(f,{sx:{fill:d=>d.palette.action.disabled}}),a(j,{children:[a(h,{children:[o(k,{maxWidth:"400",maxLength:15,text:p(String(i.name))}),o(l,{condition:!!i.title,show:o(L,{children:p(String(i.title))})})]}),o(l,{condition:!!c,show:o(C,{children:c})})]}),o(l,{condition:!!(i!=null&&i.disabled),show:()=>o(b,{children:o(m,{color:"disabled",children:"Disabled"})})}),o(r,{sx:{marginLeft:"auto",display:"flex",minHeight:d=>d.spacing(6),alignItems:"center"},children:g})]}),o(r,{sx:{p:2,justifyItems:"center"},children:u})]})]})};export{F as S};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{cI as A,gt as li,cK as ht,cL as z,gu as ci,gv as zs,gw as Bs,gx as xe,eT as Hs,cJ as Pe,gy as Zr,gz as Jr,gA as Li,gB as Ns,gC as to,gD as eo,gE as io,gF as vn,gG as no,gH as wn,gI as so,gJ as ro,gK as oo,gL as ao,r as kt,cf as Ws,bL as lo,gM as co,gN as ho,gO as uo}from"./index-942e9eeb.js";import{a as $i}from"./index-a59b2d65.js";import{a as Vs}from"./index-0515f416.js";var fo=36e5;function go(i,t){A(2,arguments);var e=ht(t);return li(i,e*fo)}function Mn(i,t){var e,n,s,r,o,a,l,c;A(1,arguments);var h=ci(),u=ht((e=(n=(s=(r=t==null?void 0:t.weekStartsOn)!==null&&r!==void 0?r:t==null||(o=t.locale)===null||o===void 0||(a=o.options)===null||a===void 0?void 0:a.weekStartsOn)!==null&&s!==void 0?s:h.weekStartsOn)!==null&&n!==void 0?n:(l=h.locale)===null||l===void 0||(c=l.options)===null||c===void 0?void 0:c.weekStartsOn)!==null&&e!==void 0?e:0);if(!(u>=0&&u<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var d=z(i),f=d.getDay(),g=(f<u?7:0)+f-u;return d.setDate(d.getDate()-g),d.setHours(0,0,0,0),d}var po=6e4;function mo(i,t){A(2,arguments);var e=ht(t);return li(i,e*po)}function bo(i,t){A(2,arguments);var e=ht(t),n=e*3;return $i(i,n)}function yo(i,t){A(2,arguments);var e=ht(t);return li(i,e*1e3)}function xo(i,t){A(2,arguments);var e=ht(t),n=e*7;return Vs(i,n)}function _o(i,t){A(2,arguments);var e=ht(t);return $i(i,e*12)}function vo(i,t){A(2,arguments);var e=z(i),n=z(t),s=e.getFullYear()-n.getFullYear(),r=e.getMonth()-n.getMonth();return s*12+r}function wo(i,t){A(2,arguments);var e=z(i),n=z(t);return e.getFullYear()-n.getFullYear()}function hi(i,t){return A(2,arguments),z(i).getTime()-z(t).getTime()}var kn={ceil:Math.ceil,round:Math.round,floor:Math.floor,trunc:function(t){return t<0?Math.ceil(t):Math.floor(t)}},Mo="trunc";function Ae(i){return i?kn[i]:kn[Mo]}function ko(i,t,e){A(2,arguments);var n=hi(i,t)/zs;return Ae(e==null?void 0:e.roundingMethod)(n)}function Po(i,t,e){A(2,arguments);var n=hi(i,t)/Bs;return Ae(e==null?void 0:e.roundingMethod)(n)}function js(i){A(1,arguments);var t=z(i);return t.setHours(23,59,59,999),t}function Ys(i){A(1,arguments);var t=z(i),e=t.getMonth();return t.setFullYear(t.getFullYear(),e+1,0),t.setHours(23,59,59,999),t}function So(i){A(1,arguments);var t=z(i);return js(t).getTime()===Ys(t).getTime()}function Us(i,t){A(2,arguments);var e=z(i),n=z(t),s=xe(e,n),r=Math.abs(vo(e,n)),o;if(r<1)o=0;else{e.getMonth()===1&&e.getDate()>27&&e.setDate(30),e.setMonth(e.getMonth()-s*r);var a=xe(e,n)===-s;So(z(i))&&r===1&&xe(i,n)===1&&(a=!1),o=s*(r-Number(a))}return o===0?0:o}function To(i,t,e){A(2,arguments);var n=Us(i,t)/3;return Ae(e==null?void 0:e.roundingMethod)(n)}function Oo(i,t,e){A(2,arguments);var n=hi(i,t)/1e3;return Ae(e==null?void 0:e.roundingMethod)(n)}function Co(i,t,e){A(2,arguments);var n=Hs(i,t)/7;return Ae(e==null?void 0:e.roundingMethod)(n)}function Do(i,t){A(2,arguments);var e=z(i),n=z(t),s=xe(e,n),r=Math.abs(wo(e,n));e.setFullYear(1584),n.setFullYear(1584);var o=xe(e,n)===-s,a=s*(r-Number(o));return a===0?0:a}function Ao(i){A(1,arguments);var t=z(i);return t.setSeconds(0,0),t}function Lo(i){A(1,arguments);var t=z(i),e=t.getMonth(),n=e-e%3;return t.setMonth(n,1),t.setHours(0,0,0,0),t}function Ro(i){A(1,arguments);var t=z(i);return t.setDate(1),t.setHours(0,0,0,0),t}function Eo(i){A(1,arguments);var t=z(i),e=t.getFullYear();return t.setFullYear(e+1,0,0),t.setHours(23,59,59,999),t}function Io(i){A(1,arguments);var t=z(i),e=new Date(0);return e.setFullYear(t.getFullYear(),0,1),e.setHours(0,0,0,0),e}function Fo(i){A(1,arguments);var t=z(i);return t.setMinutes(59,59,999),t}function zo(i,t){var e,n,s,r,o,a,l,c;A(1,arguments);var h=ci(),u=ht((e=(n=(s=(r=t==null?void 0:t.weekStartsOn)!==null&&r!==void 0?r:t==null||(o=t.locale)===null||o===void 0||(a=o.options)===null||a===void 0?void 0:a.weekStartsOn)!==null&&s!==void 0?s:h.weekStartsOn)!==null&&n!==void 0?n:(l=h.locale)===null||l===void 0||(c=l.options)===null||c===void 0?void 0:c.weekStartsOn)!==null&&e!==void 0?e:0);if(!(u>=0&&u<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var d=z(i),f=d.getDay(),g=(f<u?-7:0)+6-(f-u);return d.setDate(d.getDate()+g),d.setHours(23,59,59,999),d}function Bo(i){A(1,arguments);var t=z(i);return t.setSeconds(59,999),t}function Ho(i){A(1,arguments);var t=z(i),e=t.getMonth(),n=e-e%3+3;return t.setMonth(n,0),t.setHours(23,59,59,999),t}function No(i){A(1,arguments);var t=z(i);return t.setMilliseconds(999),t}function Pn(i,t){(t==null||t>i.length)&&(t=i.length);for(var e=0,n=new Array(t);e<t;e++)n[e]=i[e];return n}function Wo(i,t){if(i){if(typeof i=="string")return Pn(i,t);var e=Object.prototype.toString.call(i).slice(8,-1);if(e==="Object"&&i.constructor&&(e=i.constructor.name),e==="Map"||e==="Set")return Array.from(i);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return Pn(i,t)}}function Sn(i,t){var e=typeof Symbol<"u"&&i[Symbol.iterator]||i["@@iterator"];if(!e){if(Array.isArray(i)||(e=Wo(i))||t&&i&&typeof i.length=="number"){e&&(i=e);var n=0,s=function(){};return{s,n:function(){return n>=i.length?{done:!0}:{done:!1,value:i[n++]}},e:function(c){throw c},f:s}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
2
2
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var r=!0,o=!1,a;return{s:function(){e=e.call(i)},n:function(){var c=e.next();return r=c.done,c},e:function(c){o=!0,a=c},f:function(){try{!r&&e.return!=null&&e.return()}finally{if(o)throw a}}}}function P(i){if(i===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return i}function Ri(i,t){return Ri=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,s){return n.__proto__=s,n},Ri(i,t)}function H(i,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");i.prototype=Object.create(t&&t.prototype,{constructor:{value:i,writable:!0,configurable:!0}}),Object.defineProperty(i,"prototype",{writable:!1}),t&&Ri(i,t)}function Qe(i){return Qe=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},Qe(i)}function Vo(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function jo(i,t){if(t&&(Pe(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return P(i)}function N(i){var t=Vo();return function(){var n=Qe(i),s;if(t){var r=Qe(this).constructor;s=Reflect.construct(n,arguments,r)}else s=n.apply(this,arguments);return jo(this,s)}}function I(i,t){if(!(i instanceof t))throw new TypeError("Cannot call a class as a function")}function Yo(i,t){if(Pe(i)!=="object"||i===null)return i;var e=i[Symbol.toPrimitive];if(e!==void 0){var n=e.call(i,t||"default");if(Pe(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(i)}function $s(i){var t=Yo(i,"string");return Pe(t)==="symbol"?t:String(t)}function Tn(i,t){for(var e=0;e<t.length;e++){var n=t[e];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(i,$s(n.key),n)}}function F(i,t,e){return t&&Tn(i.prototype,t),e&&Tn(i,e),Object.defineProperty(i,"prototype",{writable:!1}),i}function k(i,t,e){return t=$s(t),t in i?Object.defineProperty(i,t,{value:e,enumerable:!0,configurable:!0,writable:!0}):i[t]=e,i}var Uo=10,Xs=function(){function i(){I(this,i),k(this,"priority",void 0),k(this,"subPriority",0)}return F(i,[{key:"validate",value:function(e,n){return!0}}]),i}(),$o=function(i){H(e,i);var t=N(e);function e(n,s,r,o,a){var l;return I(this,e),l=t.call(this),l.value=n,l.validateValue=s,l.setValue=r,l.priority=o,a&&(l.subPriority=a),l}return F(e,[{key:"validate",value:function(s,r){return this.validateValue(s,this.value,r)}},{key:"set",value:function(s,r,o){return this.setValue(s,r,this.value,o)}}]),e}(Xs),Xo=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",Uo),k(P(n),"subPriority",-1),n}return F(e,[{key:"set",value:function(s,r){if(r.timestampIsSet)return s;var o=new Date(0);return o.setFullYear(s.getUTCFullYear(),s.getUTCMonth(),s.getUTCDate()),o.setHours(s.getUTCHours(),s.getUTCMinutes(),s.getUTCSeconds(),s.getUTCMilliseconds()),o}}]),e}(Xs),W=function(){function i(){I(this,i),k(this,"incompatibleTokens",void 0),k(this,"priority",void 0),k(this,"subPriority",void 0)}return F(i,[{key:"run",value:function(e,n,s,r){var o=this.parse(e,n,s,r);return o?{setter:new $o(o.value,this.validate,this.set,this.priority,this.subPriority),rest:o.rest}:null}},{key:"validate",value:function(e,n,s){return!0}}]),i}(),qo=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",140),k(P(n),"incompatibleTokens",["R","u","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"G":case"GG":case"GGG":return o.era(s,{width:"abbreviated"})||o.era(s,{width:"narrow"});case"GGGGG":return o.era(s,{width:"narrow"});case"GGGG":default:return o.era(s,{width:"wide"})||o.era(s,{width:"abbreviated"})||o.era(s,{width:"narrow"})}}},{key:"set",value:function(s,r,o){return r.era=o,s.setUTCFullYear(o,0,1),s.setUTCHours(0,0,0,0),s}}]),e}(W),et={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},Pt={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function it(i,t){return i&&{value:t(i.value),rest:i.rest}}function Z(i,t){var e=t.match(i);return e?{value:parseInt(e[0],10),rest:t.slice(e[0].length)}:null}function St(i,t){var e=t.match(i);if(!e)return null;if(e[0]==="Z")return{value:0,rest:t.slice(1)};var n=e[1]==="+"?1:-1,s=e[2]?parseInt(e[2],10):0,r=e[3]?parseInt(e[3],10):0,o=e[5]?parseInt(e[5],10):0;return{value:n*(s*zs+r*Bs+o*Zr),rest:t.slice(e[0].length)}}function qs(i){return Z(et.anyDigitsSigned,i)}function tt(i,t){switch(i){case 1:return Z(et.singleDigit,t);case 2:return Z(et.twoDigits,t);case 3:return Z(et.threeDigits,t);case 4:return Z(et.fourDigits,t);default:return Z(new RegExp("^\\d{1,"+i+"}"),t)}}function Ze(i,t){switch(i){case 1:return Z(et.singleDigitSigned,t);case 2:return Z(et.twoDigitsSigned,t);case 3:return Z(et.threeDigitsSigned,t);case 4:return Z(et.fourDigitsSigned,t);default:return Z(new RegExp("^-?\\d{1,"+i+"}"),t)}}function Xi(i){switch(i){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function Ks(i,t){var e=t>0,n=e?t:1-t,s;if(n<=50)s=i||100;else{var r=n+50,o=Math.floor(r/100)*100,a=i>=r%100;s=i+o-(a?100:0)}return e?s:1-s}function Gs(i){return i%400===0||i%4===0&&i%100!==0}var Ko=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",130),k(P(n),"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){var a=function(c){return{year:c,isTwoDigitYear:r==="yy"}};switch(r){case"y":return it(tt(4,s),a);case"yo":return it(o.ordinalNumber(s,{unit:"year"}),a);default:return it(tt(r.length,s),a)}}},{key:"validate",value:function(s,r){return r.isTwoDigitYear||r.year>0}},{key:"set",value:function(s,r,o){var a=s.getUTCFullYear();if(o.isTwoDigitYear){var l=Ks(o.year,a);return s.setUTCFullYear(l,0,1),s.setUTCHours(0,0,0,0),s}var c=!("era"in r)||r.era===1?o.year:1-o.year;return s.setUTCFullYear(c,0,1),s.setUTCHours(0,0,0,0),s}}]),e}(W),Go=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",130),k(P(n),"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){var a=function(c){return{year:c,isTwoDigitYear:r==="YY"}};switch(r){case"Y":return it(tt(4,s),a);case"Yo":return it(o.ordinalNumber(s,{unit:"year"}),a);default:return it(tt(r.length,s),a)}}},{key:"validate",value:function(s,r){return r.isTwoDigitYear||r.year>0}},{key:"set",value:function(s,r,o,a){var l=Jr(s,a);if(o.isTwoDigitYear){var c=Ks(o.year,l);return s.setUTCFullYear(c,0,a.firstWeekContainsDate),s.setUTCHours(0,0,0,0),Li(s,a)}var h=!("era"in r)||r.era===1?o.year:1-o.year;return s.setUTCFullYear(h,0,a.firstWeekContainsDate),s.setUTCHours(0,0,0,0),Li(s,a)}}]),e}(W),Qo=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",130),k(P(n),"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"]),n}return F(e,[{key:"parse",value:function(s,r){return Ze(r==="R"?4:r.length,s)}},{key:"set",value:function(s,r,o){var a=new Date(0);return a.setUTCFullYear(o,0,4),a.setUTCHours(0,0,0,0),Ns(a)}}]),e}(W),Zo=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",130),k(P(n),"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"]),n}return F(e,[{key:"parse",value:function(s,r){return Ze(r==="u"?4:r.length,s)}},{key:"set",value:function(s,r,o){return s.setUTCFullYear(o,0,1),s.setUTCHours(0,0,0,0),s}}]),e}(W),Jo=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",120),k(P(n),"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"Q":case"QQ":return tt(r.length,s);case"Qo":return o.ordinalNumber(s,{unit:"quarter"});case"QQQ":return o.quarter(s,{width:"abbreviated",context:"formatting"})||o.quarter(s,{width:"narrow",context:"formatting"});case"QQQQQ":return o.quarter(s,{width:"narrow",context:"formatting"});case"QQQQ":default:return o.quarter(s,{width:"wide",context:"formatting"})||o.quarter(s,{width:"abbreviated",context:"formatting"})||o.quarter(s,{width:"narrow",context:"formatting"})}}},{key:"validate",value:function(s,r){return r>=1&&r<=4}},{key:"set",value:function(s,r,o){return s.setUTCMonth((o-1)*3,1),s.setUTCHours(0,0,0,0),s}}]),e}(W),ta=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",120),k(P(n),"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"q":case"qq":return tt(r.length,s);case"qo":return o.ordinalNumber(s,{unit:"quarter"});case"qqq":return o.quarter(s,{width:"abbreviated",context:"standalone"})||o.quarter(s,{width:"narrow",context:"standalone"});case"qqqqq":return o.quarter(s,{width:"narrow",context:"standalone"});case"qqqq":default:return o.quarter(s,{width:"wide",context:"standalone"})||o.quarter(s,{width:"abbreviated",context:"standalone"})||o.quarter(s,{width:"narrow",context:"standalone"})}}},{key:"validate",value:function(s,r){return r>=1&&r<=4}},{key:"set",value:function(s,r,o){return s.setUTCMonth((o-1)*3,1),s.setUTCHours(0,0,0,0),s}}]),e}(W),ea=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]),k(P(n),"priority",110),n}return F(e,[{key:"parse",value:function(s,r,o){var a=function(c){return c-1};switch(r){case"M":return it(Z(et.month,s),a);case"MM":return it(tt(2,s),a);case"Mo":return it(o.ordinalNumber(s,{unit:"month"}),a);case"MMM":return o.month(s,{width:"abbreviated",context:"formatting"})||o.month(s,{width:"narrow",context:"formatting"});case"MMMMM":return o.month(s,{width:"narrow",context:"formatting"});case"MMMM":default:return o.month(s,{width:"wide",context:"formatting"})||o.month(s,{width:"abbreviated",context:"formatting"})||o.month(s,{width:"narrow",context:"formatting"})}}},{key:"validate",value:function(s,r){return r>=0&&r<=11}},{key:"set",value:function(s,r,o){return s.setUTCMonth(o,1),s.setUTCHours(0,0,0,0),s}}]),e}(W),ia=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",110),k(P(n),"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){var a=function(c){return c-1};switch(r){case"L":return it(Z(et.month,s),a);case"LL":return it(tt(2,s),a);case"Lo":return it(o.ordinalNumber(s,{unit:"month"}),a);case"LLL":return o.month(s,{width:"abbreviated",context:"standalone"})||o.month(s,{width:"narrow",context:"standalone"});case"LLLLL":return o.month(s,{width:"narrow",context:"standalone"});case"LLLL":default:return o.month(s,{width:"wide",context:"standalone"})||o.month(s,{width:"abbreviated",context:"standalone"})||o.month(s,{width:"narrow",context:"standalone"})}}},{key:"validate",value:function(s,r){return r>=0&&r<=11}},{key:"set",value:function(s,r,o){return s.setUTCMonth(o,1),s.setUTCHours(0,0,0,0),s}}]),e}(W);function na(i,t,e){A(2,arguments);var n=z(i),s=ht(t),r=to(n,e)-s;return n.setUTCDate(n.getUTCDate()-r*7),n}var sa=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",100),k(P(n),"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"w":return Z(et.week,s);case"wo":return o.ordinalNumber(s,{unit:"week"});default:return tt(r.length,s)}}},{key:"validate",value:function(s,r){return r>=1&&r<=53}},{key:"set",value:function(s,r,o,a){return Li(na(s,o,a),a)}}]),e}(W);function ra(i,t){A(2,arguments);var e=z(i),n=ht(t),s=eo(e)-n;return e.setUTCDate(e.getUTCDate()-s*7),e}var oa=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",100),k(P(n),"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"I":return Z(et.week,s);case"Io":return o.ordinalNumber(s,{unit:"week"});default:return tt(r.length,s)}}},{key:"validate",value:function(s,r){return r>=1&&r<=53}},{key:"set",value:function(s,r,o){return Ns(ra(s,o))}}]),e}(W),aa=[31,28,31,30,31,30,31,31,30,31,30,31],la=[31,29,31,30,31,30,31,31,30,31,30,31],ca=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",90),k(P(n),"subPriority",1),k(P(n),"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"d":return Z(et.date,s);case"do":return o.ordinalNumber(s,{unit:"date"});default:return tt(r.length,s)}}},{key:"validate",value:function(s,r){var o=s.getUTCFullYear(),a=Gs(o),l=s.getUTCMonth();return a?r>=1&&r<=la[l]:r>=1&&r<=aa[l]}},{key:"set",value:function(s,r,o){return s.setUTCDate(o),s.setUTCHours(0,0,0,0),s}}]),e}(W),ha=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",90),k(P(n),"subpriority",1),k(P(n),"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"D":case"DD":return Z(et.dayOfYear,s);case"Do":return o.ordinalNumber(s,{unit:"date"});default:return tt(r.length,s)}}},{key:"validate",value:function(s,r){var o=s.getUTCFullYear(),a=Gs(o);return a?r>=1&&r<=366:r>=1&&r<=365}},{key:"set",value:function(s,r,o){return s.setUTCMonth(0,o),s.setUTCHours(0,0,0,0),s}}]),e}(W);function qi(i,t,e){var n,s,r,o,a,l,c,h;A(2,arguments);var u=ci(),d=ht((n=(s=(r=(o=e==null?void 0:e.weekStartsOn)!==null&&o!==void 0?o:e==null||(a=e.locale)===null||a===void 0||(l=a.options)===null||l===void 0?void 0:l.weekStartsOn)!==null&&r!==void 0?r:u.weekStartsOn)!==null&&s!==void 0?s:(c=u.locale)===null||c===void 0||(h=c.options)===null||h===void 0?void 0:h.weekStartsOn)!==null&&n!==void 0?n:0);if(!(d>=0&&d<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var f=z(i),g=ht(t),p=f.getUTCDay(),m=g%7,b=(m+7)%7,y=(b<d?7:0)+g-p;return f.setUTCDate(f.getUTCDate()+y),f}var ua=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",90),k(P(n),"incompatibleTokens",["D","i","e","c","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"E":case"EE":case"EEE":return o.day(s,{width:"abbreviated",context:"formatting"})||o.day(s,{width:"short",context:"formatting"})||o.day(s,{width:"narrow",context:"formatting"});case"EEEEE":return o.day(s,{width:"narrow",context:"formatting"});case"EEEEEE":return o.day(s,{width:"short",context:"formatting"})||o.day(s,{width:"narrow",context:"formatting"});case"EEEE":default:return o.day(s,{width:"wide",context:"formatting"})||o.day(s,{width:"abbreviated",context:"formatting"})||o.day(s,{width:"short",context:"formatting"})||o.day(s,{width:"narrow",context:"formatting"})}}},{key:"validate",value:function(s,r){return r>=0&&r<=6}},{key:"set",value:function(s,r,o,a){return s=qi(s,o,a),s.setUTCHours(0,0,0,0),s}}]),e}(W),da=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",90),k(P(n),"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o,a){var l=function(h){var u=Math.floor((h-1)/7)*7;return(h+a.weekStartsOn+6)%7+u};switch(r){case"e":case"ee":return it(tt(r.length,s),l);case"eo":return it(o.ordinalNumber(s,{unit:"day"}),l);case"eee":return o.day(s,{width:"abbreviated",context:"formatting"})||o.day(s,{width:"short",context:"formatting"})||o.day(s,{width:"narrow",context:"formatting"});case"eeeee":return o.day(s,{width:"narrow",context:"formatting"});case"eeeeee":return o.day(s,{width:"short",context:"formatting"})||o.day(s,{width:"narrow",context:"formatting"});case"eeee":default:return o.day(s,{width:"wide",context:"formatting"})||o.day(s,{width:"abbreviated",context:"formatting"})||o.day(s,{width:"short",context:"formatting"})||o.day(s,{width:"narrow",context:"formatting"})}}},{key:"validate",value:function(s,r){return r>=0&&r<=6}},{key:"set",value:function(s,r,o,a){return s=qi(s,o,a),s.setUTCHours(0,0,0,0),s}}]),e}(W),fa=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",90),k(P(n),"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o,a){var l=function(h){var u=Math.floor((h-1)/7)*7;return(h+a.weekStartsOn+6)%7+u};switch(r){case"c":case"cc":return it(tt(r.length,s),l);case"co":return it(o.ordinalNumber(s,{unit:"day"}),l);case"ccc":return o.day(s,{width:"abbreviated",context:"standalone"})||o.day(s,{width:"short",context:"standalone"})||o.day(s,{width:"narrow",context:"standalone"});case"ccccc":return o.day(s,{width:"narrow",context:"standalone"});case"cccccc":return o.day(s,{width:"short",context:"standalone"})||o.day(s,{width:"narrow",context:"standalone"});case"cccc":default:return o.day(s,{width:"wide",context:"standalone"})||o.day(s,{width:"abbreviated",context:"standalone"})||o.day(s,{width:"short",context:"standalone"})||o.day(s,{width:"narrow",context:"standalone"})}}},{key:"validate",value:function(s,r){return r>=0&&r<=6}},{key:"set",value:function(s,r,o,a){return s=qi(s,o,a),s.setUTCHours(0,0,0,0),s}}]),e}(W);function ga(i,t){A(2,arguments);var e=ht(t);e%7===0&&(e=e-7);var n=1,s=z(i),r=s.getUTCDay(),o=e%7,a=(o+7)%7,l=(a<n?7:0)+e-r;return s.setUTCDate(s.getUTCDate()+l),s}var pa=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",90),k(P(n),"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){var a=function(c){return c===0?7:c};switch(r){case"i":case"ii":return tt(r.length,s);case"io":return o.ordinalNumber(s,{unit:"day"});case"iii":return it(o.day(s,{width:"abbreviated",context:"formatting"})||o.day(s,{width:"short",context:"formatting"})||o.day(s,{width:"narrow",context:"formatting"}),a);case"iiiii":return it(o.day(s,{width:"narrow",context:"formatting"}),a);case"iiiiii":return it(o.day(s,{width:"short",context:"formatting"})||o.day(s,{width:"narrow",context:"formatting"}),a);case"iiii":default:return it(o.day(s,{width:"wide",context:"formatting"})||o.day(s,{width:"abbreviated",context:"formatting"})||o.day(s,{width:"short",context:"formatting"})||o.day(s,{width:"narrow",context:"formatting"}),a)}}},{key:"validate",value:function(s,r){return r>=1&&r<=7}},{key:"set",value:function(s,r,o){return s=ga(s,o),s.setUTCHours(0,0,0,0),s}}]),e}(W),ma=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",80),k(P(n),"incompatibleTokens",["b","B","H","k","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"a":case"aa":case"aaa":return o.dayPeriod(s,{width:"abbreviated",context:"formatting"})||o.dayPeriod(s,{width:"narrow",context:"formatting"});case"aaaaa":return o.dayPeriod(s,{width:"narrow",context:"formatting"});case"aaaa":default:return o.dayPeriod(s,{width:"wide",context:"formatting"})||o.dayPeriod(s,{width:"abbreviated",context:"formatting"})||o.dayPeriod(s,{width:"narrow",context:"formatting"})}}},{key:"set",value:function(s,r,o){return s.setUTCHours(Xi(o),0,0,0),s}}]),e}(W),ba=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",80),k(P(n),"incompatibleTokens",["a","B","H","k","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"b":case"bb":case"bbb":return o.dayPeriod(s,{width:"abbreviated",context:"formatting"})||o.dayPeriod(s,{width:"narrow",context:"formatting"});case"bbbbb":return o.dayPeriod(s,{width:"narrow",context:"formatting"});case"bbbb":default:return o.dayPeriod(s,{width:"wide",context:"formatting"})||o.dayPeriod(s,{width:"abbreviated",context:"formatting"})||o.dayPeriod(s,{width:"narrow",context:"formatting"})}}},{key:"set",value:function(s,r,o){return s.setUTCHours(Xi(o),0,0,0),s}}]),e}(W),ya=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",80),k(P(n),"incompatibleTokens",["a","b","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"B":case"BB":case"BBB":return o.dayPeriod(s,{width:"abbreviated",context:"formatting"})||o.dayPeriod(s,{width:"narrow",context:"formatting"});case"BBBBB":return o.dayPeriod(s,{width:"narrow",context:"formatting"});case"BBBB":default:return o.dayPeriod(s,{width:"wide",context:"formatting"})||o.dayPeriod(s,{width:"abbreviated",context:"formatting"})||o.dayPeriod(s,{width:"narrow",context:"formatting"})}}},{key:"set",value:function(s,r,o){return s.setUTCHours(Xi(o),0,0,0),s}}]),e}(W),xa=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",70),k(P(n),"incompatibleTokens",["H","K","k","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"h":return Z(et.hour12h,s);case"ho":return o.ordinalNumber(s,{unit:"hour"});default:return tt(r.length,s)}}},{key:"validate",value:function(s,r){return r>=1&&r<=12}},{key:"set",value:function(s,r,o){var a=s.getUTCHours()>=12;return a&&o<12?s.setUTCHours(o+12,0,0,0):!a&&o===12?s.setUTCHours(0,0,0,0):s.setUTCHours(o,0,0,0),s}}]),e}(W),_a=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",70),k(P(n),"incompatibleTokens",["a","b","h","K","k","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"H":return Z(et.hour23h,s);case"Ho":return o.ordinalNumber(s,{unit:"hour"});default:return tt(r.length,s)}}},{key:"validate",value:function(s,r){return r>=0&&r<=23}},{key:"set",value:function(s,r,o){return s.setUTCHours(o,0,0,0),s}}]),e}(W),va=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",70),k(P(n),"incompatibleTokens",["h","H","k","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"K":return Z(et.hour11h,s);case"Ko":return o.ordinalNumber(s,{unit:"hour"});default:return tt(r.length,s)}}},{key:"validate",value:function(s,r){return r>=0&&r<=11}},{key:"set",value:function(s,r,o){var a=s.getUTCHours()>=12;return a&&o<12?s.setUTCHours(o+12,0,0,0):s.setUTCHours(o,0,0,0),s}}]),e}(W),wa=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",70),k(P(n),"incompatibleTokens",["a","b","h","H","K","t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"k":return Z(et.hour24h,s);case"ko":return o.ordinalNumber(s,{unit:"hour"});default:return tt(r.length,s)}}},{key:"validate",value:function(s,r){return r>=1&&r<=24}},{key:"set",value:function(s,r,o){var a=o<=24?o%24:o;return s.setUTCHours(a,0,0,0),s}}]),e}(W),Ma=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",60),k(P(n),"incompatibleTokens",["t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"m":return Z(et.minute,s);case"mo":return o.ordinalNumber(s,{unit:"minute"});default:return tt(r.length,s)}}},{key:"validate",value:function(s,r){return r>=0&&r<=59}},{key:"set",value:function(s,r,o){return s.setUTCMinutes(o,0,0),s}}]),e}(W),ka=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",50),k(P(n),"incompatibleTokens",["t","T"]),n}return F(e,[{key:"parse",value:function(s,r,o){switch(r){case"s":return Z(et.second,s);case"so":return o.ordinalNumber(s,{unit:"second"});default:return tt(r.length,s)}}},{key:"validate",value:function(s,r){return r>=0&&r<=59}},{key:"set",value:function(s,r,o){return s.setUTCSeconds(o,0),s}}]),e}(W),Pa=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",30),k(P(n),"incompatibleTokens",["t","T"]),n}return F(e,[{key:"parse",value:function(s,r){var o=function(l){return Math.floor(l*Math.pow(10,-r.length+3))};return it(tt(r.length,s),o)}},{key:"set",value:function(s,r,o){return s.setUTCMilliseconds(o),s}}]),e}(W),Sa=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",10),k(P(n),"incompatibleTokens",["t","T","x"]),n}return F(e,[{key:"parse",value:function(s,r){switch(r){case"X":return St(Pt.basicOptionalMinutes,s);case"XX":return St(Pt.basic,s);case"XXXX":return St(Pt.basicOptionalSeconds,s);case"XXXXX":return St(Pt.extendedOptionalSeconds,s);case"XXX":default:return St(Pt.extended,s)}}},{key:"set",value:function(s,r,o){return r.timestampIsSet?s:new Date(s.getTime()-o)}}]),e}(W),Ta=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",10),k(P(n),"incompatibleTokens",["t","T","X"]),n}return F(e,[{key:"parse",value:function(s,r){switch(r){case"x":return St(Pt.basicOptionalMinutes,s);case"xx":return St(Pt.basic,s);case"xxxx":return St(Pt.basicOptionalSeconds,s);case"xxxxx":return St(Pt.extendedOptionalSeconds,s);case"xxx":default:return St(Pt.extended,s)}}},{key:"set",value:function(s,r,o){return r.timestampIsSet?s:new Date(s.getTime()-o)}}]),e}(W),Oa=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",40),k(P(n),"incompatibleTokens","*"),n}return F(e,[{key:"parse",value:function(s){return qs(s)}},{key:"set",value:function(s,r,o){return[new Date(o*1e3),{timestampIsSet:!0}]}}]),e}(W),Ca=function(i){H(e,i);var t=N(e);function e(){var n;I(this,e);for(var s=arguments.length,r=new Array(s),o=0;o<s;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),k(P(n),"priority",20),k(P(n),"incompatibleTokens","*"),n}return F(e,[{key:"parse",value:function(s){return qs(s)}},{key:"set",value:function(s,r,o){return[new Date(o),{timestampIsSet:!0}]}}]),e}(W),Da={G:new qo,y:new Ko,Y:new Go,R:new Qo,u:new Zo,Q:new Jo,q:new ta,M:new ea,L:new ia,w:new sa,I:new oa,d:new ca,D:new ha,E:new ua,e:new da,c:new fa,i:new pa,a:new ma,b:new ba,B:new ya,h:new xa,H:new _a,K:new va,k:new wa,m:new Ma,s:new ka,S:new Pa,X:new Sa,x:new Ta,t:new Oa,T:new Ca},Aa=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,La=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Ra=/^'([^]*?)'?$/,Ea=/''/g,Ia=/\S/,Fa=/[a-zA-Z]/;function za(i,t,e,n){var s,r,o,a,l,c,h,u,d,f,g,p,m,b,y,_,v,x;A(3,arguments);var w=String(i),M=String(t),T=ci(),S=(s=(r=n==null?void 0:n.locale)!==null&&r!==void 0?r:T.locale)!==null&&s!==void 0?s:io;if(!S.match)throw new RangeError("locale must contain match property");var L=ht((o=(a=(l=(c=n==null?void 0:n.firstWeekContainsDate)!==null&&c!==void 0?c:n==null||(h=n.locale)===null||h===void 0||(u=h.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&l!==void 0?l:T.firstWeekContainsDate)!==null&&a!==void 0?a:(d=T.locale)===null||d===void 0||(f=d.options)===null||f===void 0?void 0:f.firstWeekContainsDate)!==null&&o!==void 0?o:1);if(!(L>=1&&L<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var R=ht((g=(p=(m=(b=n==null?void 0:n.weekStartsOn)!==null&&b!==void 0?b:n==null||(y=n.locale)===null||y===void 0||(_=y.options)===null||_===void 0?void 0:_.weekStartsOn)!==null&&m!==void 0?m:T.weekStartsOn)!==null&&p!==void 0?p:(v=T.locale)===null||v===void 0||(x=v.options)===null||x===void 0?void 0:x.weekStartsOn)!==null&&g!==void 0?g:0);if(!(R>=0&&R<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(M==="")return w===""?z(e):new Date(NaN);var D={firstWeekContainsDate:L,weekStartsOn:R,locale:S},K=[new Xo],rt=M.match(La).map(function(st){var U=st[0];if(U in vn){var ft=vn[U];return ft(st,S.formatLong)}return st}).join("").match(Aa),O=[],X=Sn(rt),G;try{var Ct=function(){var U=G.value;!(n!=null&&n.useAdditionalWeekYearTokens)&&no(U)&&wn(U,M,i),!(n!=null&&n.useAdditionalDayOfYearTokens)&&so(U)&&wn(U,M,i);var ft=U[0],ze=Da[ft];if(ze){var yn=ze.incompatibleTokens;if(Array.isArray(yn)){var xn=O.find(function(_n){return yn.includes(_n.token)||_n.token===ft});if(xn)throw new RangeError("The format string mustn't contain `".concat(xn.fullToken,"` and `").concat(U,"` at the same time"))}else if(ze.incompatibleTokens==="*"&&O.length>0)throw new RangeError("The format string mustn't contain `".concat(U,"` and any other token at the same time"));O.push({token:ft,fullToken:U});var xi=ze.run(w,U,S.match,D);if(!xi)return{v:new Date(NaN)};K.push(xi.setter),w=xi.rest}else{if(ft.match(Fa))throw new RangeError("Format string contains an unescaped latin alphabet character `"+ft+"`");if(U==="''"?U="'":ft==="'"&&(U=Ba(U)),w.indexOf(U)===0)w=w.slice(U.length);else return{v:new Date(NaN)}}};for(X.s();!(G=X.n()).done;){var ie=Ct();if(Pe(ie)==="object")return ie.v}}catch(st){X.e(st)}finally{X.f()}if(w.length>0&&Ia.test(w))return new Date(NaN);var Et=K.map(function(st){return st.priority}).sort(function(st,U){return U-st}).filter(function(st,U,ft){return ft.indexOf(st)===U}).map(function(st){return K.filter(function(U){return U.priority===st}).sort(function(U,ft){return ft.subPriority-U.subPriority})}).map(function(st){return st[0]}),It=z(e);if(isNaN(It.getTime()))return new Date(NaN);var dt=ro(It,oo(It)),Ft={},zt=Sn(Et),ne;try{for(zt.s();!(ne=zt.n()).done;){var se=ne.value;if(!se.validate(dt,D))return new Date(NaN);var Fe=se.set(dt,Ft,D);Array.isArray(Fe)?(dt=Fe[0],ao(Ft,Fe[1])):dt=Fe}}catch(st){zt.e(st)}finally{zt.f()}return dt}function Ba(i){return i.match(Ra)[1].replace(Ea,"'")}function Ha(i){A(1,arguments);var t=z(i);return t.setMinutes(0,0,0),t}function Na(i){A(1,arguments);var t=z(i);return t.setMilliseconds(0),t}/*!
|
|
3
3
|
* Chart.js v3.9.1
|
|
4
4
|
* https://www.chartjs.org
|
|
Binary file
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none">
|
|
2
|
+
<path fill="#F7F7FA" d="M0 0h32v32H0z" />
|
|
3
|
+
<path fill="#632CA6"
|
|
4
|
+
d="m23.428 21.04-1.96-1.316-1.634 2.782-1.9-.566-1.674 2.603.086.82 9.1-1.71-.53-5.794-1.488 3.182Zm-8.486-2.498 1.46-.204c.236.108.4.15.683.223.442.117.952.23 1.709-.16.175-.088.542-.43.69-.625l5.982-1.106.61 7.527-10.248 1.883-.886-7.538Zm11.111-2.712-.59.115L24.328 4 5 6.284 7.381 25.98l2.263-.335c-.181-.263-.462-.581-.943-.988-.666-.564-.43-1.523-.037-2.128.52-1.022 3.199-2.322 3.047-3.956-.054-.594-.147-1.368-.688-1.898-.02.22.016.432.016.432s-.222-.289-.333-.683c-.11-.15-.196-.199-.313-.4-.084.233-.073.503-.073.503s-.181-.437-.21-.807c-.109.166-.136.48-.136.48s-.236-.69-.182-1.062c-.108-.323-.428-.965-.337-2.424.59.421 1.888.321 2.394-.439.168-.252.283-.939-.084-2.293-.235-.868-.819-2.161-1.046-2.652l-.027.02c.12.395.367 1.224.462 1.626.287 1.218.364 1.642.229 2.204-.115.488-.39.807-1.087 1.165s-1.622-.514-1.68-.562c-.678-.55-1.202-1.447-1.26-1.883-.061-.477.27-.763.436-1.154-.238.07-.504.193-.504.193s.317-.334.708-.624c.162-.11.257-.179.428-.323-.247-.005-.448.003-.448.003s.413-.227.84-.393c-.313-.014-.612-.002-.612-.002s.92-.42 1.646-.727c.5-.209.988-.147 1.262.257.36.53.738.817 1.54.995.492-.222.641-.336 1.26-.508.544-.61.971-.689.971-.689s-.212.198-.269.51c.309-.248.647-.455.647-.455s-.13.165-.253.427l.029.043c.36-.22.783-.394.783-.394s-.121.156-.263.358c.271-.003.822.011 1.036.036 1.26.028 1.523-1.373 2.007-1.549.606-.22.877-.354 1.91.68.886.888 1.578 2.477 1.234 2.833-.288.295-.856-.115-1.487-.916a3.495 3.495 0 0 1-.703-1.562c-.1-.538-.487-.85-.487-.85s.225.51.225.96c0 .246.03 1.165.417 1.68-.038.076-.056.373-.098.43-.45-.554-1.416-.95-1.574-1.067.534.445 1.76 1.468 2.23 2.448.445.928.183 1.777.408 1.997.064.063.958 1.198 1.13 1.768.3.994.017 2.038-.375 2.685l-1.096.174c-.16-.045-.268-.068-.412-.153.08-.143.237-.499.238-.573l-.062-.11c-.34.492-.912.97-1.387 1.245-.62.359-1.337.304-1.803.157-1.323-.416-2.574-1.328-2.876-1.567 0 0-.01.191.048.234.333.383 1.098 1.077 1.836 1.56l-1.574.177.744 5.908c-.33.048-.381.072-.743.124-.318-1.147-.927-1.895-1.593-2.331-.587-.385-1.397-.471-2.172-.315l-.05.059a2.755 2.755 0 0 1 1.829.444c.642.413 1.159 1.481 1.349 2.124.244.822.412 1.701-.244 2.633-.466.662-1.829 1.028-2.93.236.295.482.692.876 1.227.95.794.11 1.548-.03 2.067-.573.443-.464.678-1.435.616-2.457l.7-.104.254 1.835L27 25.242l-.947-9.412Zm-7.06-4.982c-.032.075-.083.124-.007.37l.005.014.012.031.032.074c.138.287.289.558.542.696a1.73 1.73 0 0 1 .203-.023c.237-.01.387.028.482.08.009-.048.01-.119.005-.223-.018-.363.071-.982-.614-1.307-.26-.122-.622-.085-.743.068a.294.294 0 0 1 .057.013c.183.065.059.13.026.207Zm1.922 3.392c-.09-.05-.51-.03-.806.005-.563.068-1.17.267-1.303.372-.242.191-.132.523.047.66.501.382.94.638 1.404.575.285-.038.536-.498.714-.915.122-.287.122-.597-.056-.697Zm-4.982-2.942c.159-.154-.79-.356-1.527.156-.543.378-.56 1.187-.04 1.646.052.045.095.078.135.104a4.607 4.607 0 0 1 1.37-.412c.11-.125.238-.346.206-.745-.044-.542-.447-.456-.144-.75Z" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="704" height="282" fill="none" viewBox="0 0 704 282">
|
|
2
|
+
<rect width="704" height="282" fill="#F1F0FC" rx="8" />
|
|
3
|
+
<path stroke="#1A4049" stroke-width="2"
|
|
4
|
+
d="m581.937 127.131.787.208.364-.728.048-.096c2.597-5.211 8.074-16.195 22.467-16.506 7.997-.173 13.216 2.216 16.854 5.254 3.274 2.734 5.307 6.017 6.952 8.672.204.329.402.649.595.957l.457.725.787-.34c5.984-2.588 10.736-1.698 14.095.579 3.412 2.312 5.472 6.113 5.895 9.454l.095.755.753.109c9.643 1.402 14.52 11.445 10.504 19.953-.962 2.037-3.16 4.419-6.147 5.936-2.959 1.503-6.636 2.129-10.586.769l-.631-.218-.443.5c-3.091 3.493-6.586 5.762-10.451 6.61-3.86.847-8.198.303-13.026-2.023l-.471-.227-.455.257c-6.882 3.888-12.375 4.648-16.658 4.097-4.295-.553-7.484-2.44-9.739-4.041l-.55-.391-.568.363c-4.966 3.177-11.532 4.615-17.975 4.158-6.442-.456-12.648-2.798-16.944-7.045l-.021-.021-.022-.019c-5.209-4.578-10.025-14.935-4.334-26.186 4.655-9.206 15.165-15.007 28.368-11.515Z" />
|
|
5
|
+
<path fill="#1A4049"
|
|
6
|
+
d="M572.686 162.899c7.66 0 13.869-6.205 13.869-13.859s-6.209-13.858-13.869-13.858-13.87 6.204-13.87 13.858c0 7.654 6.21 13.859 13.87 13.859Z" />
|
|
7
|
+
<path fill="#fff" d="M570.605 142.804h-4.161v12.473h12.483v-12.473h-4.161v8.315h-4.161v-8.315Z" />
|
|
8
|
+
<path fill="#817AFE" d="M574.766 151.119h4.161v4.158h-4.161v-4.158Z" />
|
|
9
|
+
<path fill="#1A4049"
|
|
10
|
+
d="M592.933 151.351v-4.691h2.062v4.459c0 1.31.676 2.171 1.948 2.171 1.272 0 1.948-.861 1.948-2.171v-4.459h2.074v4.691c0 2.254-1.466 3.879-3.993 3.879-2.573 0-4.039-1.625-4.039-3.879Zm12.156 3.695h-2.044v-8.386h2.044v1.409c.273-.489.668-.895 1.143-1.177.475-.281 1.014-.427 1.563-.424 2.044 0 3.398 1.543 3.398 3.68v4.898h-2.074v-4.475c0-1.326-.758-2.205-1.981-2.205-1.224 0-2.045.89-2.045 2.205l-.004 4.475Zm8.213-12.199h2.06v12.199h-2.06v-12.199Zm12.414 8.124v.232h-6.474c.082 1.309 1.015 2.313 2.367 2.313 1.305 0 1.835-.68 1.981-.911h2.029c-.13.861-1.239 2.669-4.01 2.669-2.64 0-4.427-1.888-4.427-4.408 0-2.603 1.77-4.409 4.266-4.409s4.268 1.778 4.268 4.514Zm-6.41-1.227h4.252c-.305-1.068-1.063-1.657-2.11-1.657-1.111-.002-1.884.612-2.142 1.655v.002Zm10.997.048h2.674c0-1.011-.741-1.657-1.948-1.657-1.144 0-1.556.63-1.69.845h-2.075c.173-.879 1.191-2.535 3.769-2.535 2.527 0 3.928 1.359 3.928 3.347v2.834c0 .515.173.712.643.764v1.706h-.643c-1.047-.016-1.675-.414-1.901-1.16-.385.614-1.255 1.294-2.639 1.294-1.917 0-3.366-1.111-3.366-2.835s1.236-2.603 3.248-2.603Zm2.674 2.155v-.712h-2.335c-.966 0-1.556.356-1.556 1.126 0 .813.742 1.294 1.772 1.294 1.153 0 2.119-.58 2.119-1.708Zm6.892-.331c-1.788-.132-2.996-.995-2.996-2.62 0-1.574 1.4-2.569 3.59-2.569 2.939 0 3.768 1.559 3.993 2.37h-2.173c-.145-.178-.612-.762-1.835-.762-.982 0-1.497.331-1.497.846 0 .464.345.763 1.158.879l1.383.149c2.207.198 3.111 1.068 3.111 2.717 0 1.575-1.272 2.653-3.768 2.653-3.027 0-4.009-1.807-4.169-2.585h2.205c.082.197.579.945 1.964.945 1.144 0 1.675-.399 1.675-.929s-.289-.829-1.21-.945c-.579-.05-.868-.082-1.431-.149Zm8.371 3.43h-2.045v-12.199h2.045v5.222c.273-.489.667-.895 1.142-1.177.475-.281 1.015-.427 1.563-.424 2.045 0 3.398 1.543 3.398 3.68v4.898h-2.074v-4.475c0-1.326-.757-2.205-1.981-2.205-1.224 0-2.045.89-2.045 2.205l-.003 4.475Zm-160.396-33.921v1.953h-4.11V127h-2.172v-10.469h7.141v1.953h-4.969v2.641h4.11Zm6.75-2.219c.771 0 1.432.167 1.984.5.563.334.99.797 1.281 1.391.302.583.453 1.26.453 2.031v.844h-5.718c.104.531.364.958.781 1.281.417.323.927.485 1.531.485.573 0 1.094-.115 1.563-.344.469-.229.843-.464 1.125-.703l-.016 1.843c-.25.219-.625.443-1.125.672-.489.219-1.031.328-1.625.328-.781 0-1.495-.177-2.14-.531-.636-.354-1.146-.838-1.532-1.453-.375-.615-.562-1.318-.562-2.109 0-.771.172-1.474.515-2.11.344-.635.818-1.146 1.422-1.531.604-.396 1.292-.594 2.063-.594Zm-.047 1.735c-.49 0-.901.151-1.235.453-.333.302-.562.708-.687 1.218h3.781c-.041-.562-.25-.979-.625-1.25-.375-.281-.786-.421-1.234-.421Zm8.437-3.829v2.297h2.188v1.657h-2.188v3.406c0 .354.078.635.235.844.166.198.411.296.734.296.281 0 .521-.031.719-.093.208-.063.401-.151.578-.266v1.578c-.198.198-.448.365-.75.5-.292.136-.661.203-1.109.203-.709 0-1.287-.224-1.735-.672-.437-.458-.656-1.083-.656-1.874v-3.922h-1.422v-1.016c.5-.177.958-.51 1.375-1 .427-.49.766-1.135 1.016-1.938h1.015Zm7.813 2.094c.583 0 1.062.094 1.437.282.375.187.672.369.891.546v1.828c-.271-.197-.578-.364-.922-.5-.333-.135-.745-.203-1.234-.203-.396 0-.766.099-1.11.297-.333.198-.599.464-.797.797-.197.333-.296.714-.296 1.141 0 .646.208 1.177.625 1.594.416.416.942.624 1.578.624.489 0 .901-.062 1.234-.187.344-.135.651-.302.922-.5v1.813c-.219.187-.516.369-.891.546-.375.167-.854.25-1.437.25-.802 0-1.516-.187-2.141-.562-.614-.386-1.104-.891-1.468-1.516-.355-.635-.532-1.323-.532-2.062 0-.552.099-1.078.297-1.578.208-.5.5-.943.875-1.328.375-.396.813-.709 1.313-.938.51-.229 1.062-.344 1.656-.344Zm8.469 0c.802 0 1.474.271 2.015.813.542.541.813 1.354.813 2.437V127h-1.985l-.015-4.578c0-.531-.13-.927-.391-1.188-.25-.26-.599-.39-1.047-.39-.354 0-.687.114-1 .344-.302.229-.562.5-.781.812v5h-1.984v-11.25h1.984v4.484c.24-.323.563-.625.969-.906.416-.281.89-.422 1.422-.422Zm-35.188 13.906v2.297h2.188v1.657h-2.188v3.406c0 .354.078.635.234.844.167.198.412.296.735.296.281 0 .521-.031.719-.093.208-.063.401-.151.578-.266v1.578c-.198.198-.448.365-.75.5-.292.136-.662.203-1.11.203-.708 0-1.286-.224-1.734-.672-.438-.458-.656-1.083-.656-1.874v-3.922h-1.422v-1.016c.5-.177.958-.51 1.375-1 .427-.49.765-1.135 1.015-1.938h1.016Zm7.891 2.094c.771 0 1.474.188 2.109.563.636.364 1.146.864 1.531 1.5.396.625.594 1.328.594 2.109 0 .781-.198 1.484-.594 2.11-.385.624-.895 1.124-1.531 1.5-.635.364-1.338.546-2.109.546-.761 0-1.464-.182-2.11-.546-.635-.376-1.145-.876-1.531-1.5-.385-.626-.578-1.329-.578-2.11 0-.781.193-1.484.578-2.109.386-.636.896-1.136 1.531-1.5.646-.375 1.349-.563 2.11-.563Zm0 1.922c-.375 0-.724.089-1.047.266-.323.177-.583.432-.781.765-.188.334-.282.74-.282 1.219 0 .479.094.886.282 1.219.198.333.458.588.781.765.323.167.672.25 1.047.25.375 0 .724-.083 1.047-.25.323-.177.583-.432.781-.765.198-.333.297-.74.297-1.219 0-.479-.099-.885-.297-1.219-.198-.333-.458-.588-.781-.765-.323-.177-.672-.266-1.047-.266Zm9.234-1.922c.427 0 .859.099 1.297.297.438.198.802.464 1.094.797v-.891h1.984v7.688c0 .896-.198 1.651-.594 2.265-.395.626-.922 1.099-1.578 1.422-.656.334-1.375.5-2.156.5-.698 0-1.271-.104-1.719-.312-.448-.208-.864-.448-1.25-.719v-1.875c.24.146.49.302.75.469.271.167.573.307.907.422.343.114.739.172 1.187.172.469 0 .891-.089 1.266-.266.375-.177.666-.427.875-.75.218-.313.328-.672.328-1.078v-1.375c-.229.427-.563.797-1 1.109-.438.302-.948.453-1.532.453-.635 0-1.223-.161-1.765-.484-.531-.323-.958-.792-1.281-1.406-.323-.615-.485-1.36-.485-2.235 0-.875.162-1.625.485-2.25.333-.625.776-1.104 1.328-1.437.562-.344 1.182-.516 1.859-.516Zm.406 1.953c-.416 0-.776.11-1.078.329-.291.208-.521.484-.687.828-.167.333-.25.698-.25 1.093 0 .594.177 1.099.531 1.516.365.406.844.609 1.437.609.355 0 .683-.088.985-.265.312-.188.562-.448.75-.781.198-.344.297-.756.297-1.235v-1.125c-.282-.302-.589-.536-.922-.703-.323-.177-.677-.266-1.063-.266Zm9.532-1.953c.427 0 .859.099 1.297.297.437.198.802.464 1.093.797v-.891h1.985v7.688c0 .896-.198 1.651-.594 2.265-.396.626-.922 1.099-1.578 1.422-.656.334-1.375.5-2.156.5-.698 0-1.271-.104-1.719-.312-.448-.208-.865-.448-1.25-.719v-1.875c.239.146.489.302.75.469.271.167.573.307.906.422.344.114.74.172 1.187.172.469 0 .891-.089 1.266-.266.375-.177.667-.427.875-.75.219-.313.328-.672.328-1.078v-1.375c-.229.427-.562.797-1 1.109-.437.302-.948.453-1.531.453-.635 0-1.224-.161-1.766-.484-.531-.323-.958-.792-1.281-1.406-.323-.615-.484-1.36-.484-2.235 0-.875.161-1.625.484-2.25.333-.625.776-1.104 1.328-1.437.563-.344 1.183-.516 1.86-.516Zm.406 1.953c-.417 0-.776.11-1.078.329-.292.208-.521.484-.688.828-.166.333-.25.698-.25 1.093 0 .594.177 1.099.531 1.516.365.406.844.609 1.438.609.354 0 .682-.088.984-.265.313-.188.563-.448.75-.781.198-.344.297-.756.297-1.235v-1.125c-.281-.302-.588-.536-.922-.703-.323-.177-.677-.266-1.062-.266Zm8.391-5.109V143h-1.985v-11.25h1.985Zm5.874 3.156c.771 0 1.433.167 1.985.5.562.334.989.797 1.281 1.391.302.583.453 1.26.453 2.031v.844h-5.719c.105.531.365.958.782 1.281.416.323.927.485 1.531.485.573 0 1.094-.115 1.563-.344.468-.229.843-.464 1.124-.703l-.015 1.843c-.25.219-.625.443-1.125.672-.49.219-1.031.328-1.625.328-.781 0-1.495-.177-2.141-.531-.635-.354-1.146-.838-1.531-1.453-.375-.615-.563-1.318-.563-2.109 0-.771.172-1.474.516-2.11.344-.635.818-1.146 1.422-1.531.604-.396 1.292-.594 2.062-.594Zm-.046 1.735c-.49 0-.901.151-1.235.453-.333.302-.562.708-.687 1.218h3.781c-.042-.562-.25-.979-.625-1.25-.375-.281-.786-.421-1.234-.421Zm8.125-1.735c.489 0 .942.073 1.359.219.417.146.74.313.969.5v1.75c-.25-.167-.558-.328-.922-.484-.354-.157-.724-.235-1.109-.235-.376 0-.672.084-.891.25-.219.167-.328.365-.328.594 0 .167.062.323.187.469.125.135.365.255.719.359l.891.297c1.198.354 1.796 1.047 1.796 2.078 0 .49-.14.927-.421 1.313-.271.375-.641.672-1.11.89-.458.219-.969.328-1.531.328-.531 0-1.047-.083-1.547-.25-.5-.166-.88-.349-1.141-.546v-1.735c.198.136.438.266.719.391.281.125.573.229.875.312.302.073.578.11.828.11.396 0 .698-.068.907-.204.218-.145.328-.348.328-.609 0-.198-.089-.354-.266-.469-.177-.114-.437-.229-.781-.343l-.969-.344c-.604-.198-1.021-.479-1.25-.844-.229-.364-.344-.797-.344-1.297 0-.5.125-.932.375-1.297.261-.375.62-.666 1.078-.875.459-.218.985-.328 1.579-.328Zm-5.258 31.758 8.421-6.89c.489-.4.489-1.148 0-1.548l-8.421-6.89c-.653-.534-1.633-.069-1.633.774v13.78c0 .843.98 1.308 1.633.774Z" />
|
|
11
|
+
<path stroke="#1A4049" stroke-linecap="round" stroke-width="4" d="M482 159h48" />
|
|
12
|
+
<rect width="86" height="62" x="381" y="110" fill="#fff" rx="11" />
|
|
13
|
+
<path fill="#1A4049"
|
|
14
|
+
d="M405.984 139.781v1.766h-4.625v2.531h5.235V146h-7.406v-10.469h7.406v1.875h-5.235v2.375h4.625Zm10.578-5.031V146h-1.984v-1.328c-.229.427-.562.797-1 1.109-.437.302-.948.453-1.531.453-.636 0-1.224-.161-1.766-.484-.531-.323-.958-.792-1.281-1.406-.323-.615-.484-1.36-.484-2.235 0-.875.161-1.625.484-2.25.333-.625.776-1.104 1.328-1.437.563-.344 1.182-.516 1.86-.516.427 0 .859.099 1.296.297.438.198.802.464 1.094.797v-4.25h1.984Zm-3.968 5.109c-.417 0-.776.11-1.078.329-.292.208-.521.484-.688.828-.167.333-.25.698-.25 1.093 0 .594.177 1.099.531 1.516.365.417.844.625 1.438.625.354 0 .682-.094.984-.281.313-.188.563-.448.75-.781.198-.344.297-.756.297-1.235v-1.125c-.281-.302-.588-.536-.922-.703-.323-.177-.677-.266-1.062-.266Zm9.531-1.953c.427 0 .859.099 1.297.297.437.198.802.464 1.094.797v-.891h1.984v7.688c0 .896-.198 1.651-.594 2.265-.396.626-.922 1.099-1.578 1.422-.656.334-1.375.5-2.156.5-.698 0-1.271-.104-1.719-.312-.448-.208-.864-.448-1.25-.719v-1.875c.24.146.49.302.75.469.271.167.573.307.906.422.344.114.74.172 1.188.172.469 0 .891-.089 1.265-.266.376-.177.667-.427.876-.75.218-.313.328-.672.328-1.078v-1.375c-.23.427-.563.797-1 1.109-.438.302-.948.453-1.532.453-.635 0-1.224-.161-1.765-.484-.531-.323-.959-.792-1.281-1.406-.323-.615-.485-1.36-.485-2.235 0-.875.162-1.625.485-2.25.333-.625.776-1.104 1.328-1.437.562-.344 1.182-.516 1.859-.516Zm.406 1.953c-.416 0-.776.11-1.078.329-.292.208-.521.484-.687.828-.167.333-.25.698-.25 1.093 0 .594.177 1.099.531 1.516.364.406.844.609 1.437.609.355 0 .683-.088.985-.265.312-.188.562-.448.75-.781.198-.344.297-.756.297-1.235v-1.125c-.282-.302-.589-.536-.922-.703-.323-.177-.677-.266-1.063-.266Zm9.86-1.953c.77 0 1.432.167 1.984.5.563.334.99.797 1.281 1.391.302.583.453 1.26.453 2.031v.844h-5.718c.104.531.364.958.781 1.281.417.323.927.485 1.531.485.573 0 1.094-.115 1.563-.344.468-.229.843-.464 1.125-.703l-.016 1.843c-.25.219-.625.443-1.125.672-.49.219-1.031.328-1.625.328-.781 0-1.495-.177-2.141-.531-.635-.354-1.145-.838-1.531-1.453-.375-.615-.562-1.318-.562-2.109 0-.771.171-1.474.515-2.11.344-.635.818-1.146 1.422-1.531.604-.396 1.292-.594 2.063-.594Zm-.047 1.735c-.49 0-.901.151-1.235.453-.333.302-.562.708-.687 1.218h3.781c-.042-.562-.25-.979-.625-1.25-.375-.281-.786-.421-1.234-.421Zm13.015-4.344c.74 0 1.391.13 1.953.391.573.26 1.021.619 1.344 1.078.334.448.5.963.5 1.546 0 .469-.104.87-.312 1.204-.209.323-.469.583-.782.781-.312.198-.63.328-.953.391.323.072.641.213.953.421.313.198.573.464.782.797.208.323.312.719.312 1.188 0 .614-.172 1.156-.515 1.625-.334.469-.787.838-1.36 1.109-.573.271-1.219.406-1.937.406-.563 0-1.089-.083-1.578-.25-.48-.177-.86-.385-1.141-.625v-2.047c.354.24.724.469 1.109.688.386.208.844.312 1.375.312.532 0 .98-.124 1.344-.374.365-.25.547-.626.547-1.126 0-.291-.094-.531-.281-.718-.188-.198-.433-.344-.735-.438-.291-.104-.604-.156-.937-.156h-.859v-1.688h.859c.542 0 1-.078 1.375-.234.385-.156.578-.458.578-.906 0-.458-.198-.813-.594-1.063-.385-.26-.838-.39-1.359-.39-.448 0-.844.093-1.188.281-.343.177-.661.411-.953.703v-2.031c.271-.25.615-.458 1.032-.625.416-.167.89-.25 1.421-.25Z" />
|
|
15
|
+
<rect width="86" height="62" x="381" y="110" stroke="#1A4049" stroke-width="2" rx="11" />
|
|
16
|
+
<path fill="#1A4049"
|
|
17
|
+
d="M317.844 211.125v1.953h-4.11V217h-2.172v-10.469h7.141v1.953h-4.969v2.641h4.11Zm6.75-2.219c.771 0 1.432.167 1.984.5.563.334.99.797 1.281 1.391.302.583.453 1.26.453 2.031v.844h-5.718c.104.531.364.958.781 1.281.417.323.927.485 1.531.485.573 0 1.094-.115 1.563-.344.469-.229.843-.464 1.125-.703l-.016 1.843c-.25.219-.625.443-1.125.672-.489.219-1.031.328-1.625.328-.781 0-1.495-.177-2.14-.531-.636-.354-1.146-.838-1.532-1.453-.375-.615-.562-1.318-.562-2.109 0-.771.172-1.474.515-2.11.344-.635.818-1.146 1.422-1.531.604-.396 1.292-.594 2.063-.594Zm-.047 1.735c-.49 0-.901.151-1.235.453-.333.302-.562.708-.687 1.218h3.781c-.041-.562-.25-.979-.625-1.25-.375-.281-.786-.421-1.234-.421Zm8.437-3.829v2.297h2.188v1.657h-2.188v3.406c0 .354.078.635.235.844.166.198.411.296.734.296.281 0 .521-.031.719-.093.208-.063.401-.151.578-.266v1.578c-.198.198-.448.365-.75.5-.292.136-.661.203-1.109.203-.709 0-1.287-.224-1.735-.672-.437-.458-.656-1.083-.656-1.874v-3.922h-1.422v-1.016c.5-.177.958-.51 1.375-1 .427-.49.766-1.135 1.016-1.938h1.015Zm7.813 2.094c.583 0 1.062.094 1.437.282.375.187.672.369.891.546v1.828c-.271-.197-.578-.364-.922-.5-.333-.135-.745-.203-1.234-.203-.396 0-.766.099-1.11.297-.333.198-.599.464-.797.797-.197.333-.296.714-.296 1.141 0 .646.208 1.177.625 1.594.416.416.942.624 1.578.624.489 0 .901-.062 1.234-.187.344-.135.651-.302.922-.5v1.813c-.219.187-.516.369-.891.546-.375.167-.854.25-1.437.25-.802 0-1.516-.187-2.141-.562-.614-.386-1.104-.891-1.468-1.516-.355-.635-.532-1.323-.532-2.062 0-.552.099-1.078.297-1.578.208-.5.5-.943.875-1.328.375-.396.813-.709 1.313-.938.51-.229 1.062-.344 1.656-.344Zm8.469 0c.802 0 1.474.271 2.015.813.542.541.813 1.354.813 2.437V217h-1.985l-.015-4.578c0-.531-.13-.927-.391-1.188-.25-.26-.599-.39-1.047-.39-.354 0-.687.114-1 .344-.302.229-.562.5-.781.812v5h-1.984v-11.25h1.984v4.484c.24-.323.563-.625.969-.906.416-.281.89-.422 1.422-.422Zm-35.188 13.906v2.297h2.188v1.657h-2.188v3.406c0 .354.078.635.234.844.167.198.412.296.735.296.281 0 .521-.031.719-.093.208-.063.401-.151.578-.266v1.578c-.198.198-.448.365-.75.5-.292.136-.662.203-1.11.203-.708 0-1.286-.224-1.734-.672-.438-.458-.656-1.083-.656-1.874v-3.922h-1.422v-1.016c.5-.177.958-.51 1.375-1 .427-.49.765-1.135 1.015-1.938h1.016Zm7.891 2.094c.771 0 1.474.188 2.109.563.636.364 1.146.864 1.531 1.5.396.625.594 1.328.594 2.109 0 .781-.198 1.484-.594 2.11-.385.624-.895 1.124-1.531 1.5-.635.364-1.338.546-2.109.546-.761 0-1.464-.182-2.11-.546-.635-.376-1.145-.876-1.531-1.5-.385-.626-.578-1.329-.578-2.11 0-.781.193-1.484.578-2.109.386-.636.896-1.136 1.531-1.5.646-.375 1.349-.563 2.11-.563Zm0 1.922c-.375 0-.724.089-1.047.266-.323.177-.583.432-.781.765-.188.334-.282.74-.282 1.219 0 .479.094.886.282 1.219.198.333.458.588.781.765.323.167.672.25 1.047.25.375 0 .724-.083 1.047-.25.323-.177.583-.432.781-.765.198-.333.297-.74.297-1.219 0-.479-.099-.885-.297-1.219-.198-.333-.458-.588-.781-.765-.323-.177-.672-.266-1.047-.266Zm9.234-1.922c.427 0 .859.099 1.297.297.438.198.802.464 1.094.797v-.891h1.984v7.688c0 .896-.198 1.651-.594 2.265-.395.626-.922 1.099-1.578 1.422-.656.334-1.375.5-2.156.5-.698 0-1.271-.104-1.719-.312-.448-.208-.864-.448-1.25-.719v-1.875c.24.146.49.302.75.469.271.167.573.307.907.422.343.114.739.172 1.187.172.469 0 .891-.089 1.266-.266.375-.177.666-.427.875-.75.218-.313.328-.672.328-1.078v-1.375c-.229.427-.563.797-1 1.109-.438.302-.948.453-1.532.453-.635 0-1.223-.161-1.765-.484-.531-.323-.958-.792-1.281-1.406-.323-.615-.485-1.36-.485-2.235 0-.875.162-1.625.485-2.25.333-.625.776-1.104 1.328-1.437.562-.344 1.182-.516 1.859-.516Zm.406 1.953c-.416 0-.776.11-1.078.329-.291.208-.521.484-.687.828-.167.333-.25.698-.25 1.093 0 .594.177 1.099.531 1.516.365.406.844.609 1.437.609.355 0 .683-.088.985-.265.312-.188.562-.448.75-.781.198-.344.297-.756.297-1.235v-1.125c-.282-.302-.589-.536-.922-.703-.323-.177-.677-.266-1.063-.266Zm9.532-1.953c.427 0 .859.099 1.297.297.437.198.802.464 1.093.797v-.891h1.985v7.688c0 .896-.198 1.651-.594 2.265-.396.626-.922 1.099-1.578 1.422-.656.334-1.375.5-2.156.5-.698 0-1.271-.104-1.719-.312-.448-.208-.865-.448-1.25-.719v-1.875c.239.146.489.302.75.469.271.167.573.307.906.422.344.114.74.172 1.187.172.469 0 .891-.089 1.266-.266.375-.177.667-.427.875-.75.219-.313.328-.672.328-1.078v-1.375c-.229.427-.562.797-1 1.109-.437.302-.948.453-1.531.453-.635 0-1.224-.161-1.766-.484-.531-.323-.958-.792-1.281-1.406-.323-.615-.484-1.36-.484-2.235 0-.875.161-1.625.484-2.25.333-.625.776-1.104 1.328-1.437.563-.344 1.183-.516 1.86-.516Zm.406 1.953c-.417 0-.776.11-1.078.329-.292.208-.521.484-.688.828-.166.333-.25.698-.25 1.093 0 .594.177 1.099.531 1.516.365.406.844.609 1.438.609.354 0 .682-.088.984-.265.313-.188.563-.448.75-.781.198-.344.297-.756.297-1.235v-1.125c-.281-.302-.588-.536-.922-.703-.323-.177-.677-.266-1.062-.266Zm8.391-5.109V233h-1.985v-11.25h1.985Zm5.874 3.156c.771 0 1.433.167 1.985.5.562.334.989.797 1.281 1.391.302.583.453 1.26.453 2.031v.844h-5.719c.105.531.365.958.782 1.281.416.323.927.485 1.531.485.573 0 1.094-.115 1.563-.344.468-.229.843-.464 1.124-.703l-.015 1.843c-.25.219-.625.443-1.125.672-.49.219-1.031.328-1.625.328-.781 0-1.495-.177-2.141-.531-.635-.354-1.146-.838-1.531-1.453-.375-.615-.563-1.318-.563-2.109 0-.771.172-1.474.516-2.11.344-.635.818-1.146 1.422-1.531.604-.396 1.292-.594 2.062-.594Zm-.046 1.735c-.49 0-.901.151-1.235.453-.333.302-.562.708-.687 1.218h3.781c-.042-.562-.25-.979-.625-1.25-.375-.281-.786-.421-1.234-.421Zm8.125-1.735c.489 0 .942.073 1.359.219.417.146.74.313.969.5v1.75c-.25-.167-.558-.328-.922-.484-.354-.157-.724-.235-1.109-.235-.376 0-.672.084-.891.25-.219.167-.328.365-.328.594 0 .167.062.323.187.469.125.135.365.255.719.359l.891.297c1.198.354 1.796 1.047 1.796 2.078 0 .49-.14.927-.421 1.313-.271.375-.641.672-1.11.89-.458.219-.969.328-1.531.328-.531 0-1.047-.083-1.547-.25-.5-.166-.88-.349-1.141-.546v-1.735c.198.136.438.266.719.391.281.125.573.229.875.312.302.073.578.11.828.11.396 0 .698-.068.907-.204.218-.145.328-.348.328-.609 0-.198-.089-.354-.266-.469-.177-.114-.437-.229-.781-.343l-.969-.344c-.604-.198-1.021-.479-1.25-.844-.229-.364-.344-.797-.344-1.297 0-.5.125-.932.375-1.297.261-.375.62-.666 1.078-.875.459-.218.985-.328 1.579-.328Z" />
|
|
18
|
+
<path stroke="#1A4049" stroke-linecap="round" stroke-width="4"
|
|
19
|
+
d="M312 193.999s23.5 2.501 24-22c0-22.499 24-20 24-20" />
|
|
20
|
+
<path fill="#1A4049"
|
|
21
|
+
d="m358.633 144.336 8.421 6.89c.489.4.489 1.148 0 1.548l-8.421 6.89c-.653.534-1.633.069-1.633-.774v-13.78c0-.843.98-1.308 1.633-.774Z" />
|
|
22
|
+
<rect width="86" height="62" x="211" y="179" fill="#fff" rx="11" />
|
|
23
|
+
<path fill="#1A4049"
|
|
24
|
+
d="M235.984 208.781v1.766h-4.625v2.531h5.235V215h-7.406v-10.469h7.406v1.875h-5.235v2.375h4.625Zm10.578-5.031V215h-1.984v-1.328c-.229.427-.562.797-1 1.109-.437.302-.948.453-1.531.453-.636 0-1.224-.161-1.766-.484-.531-.323-.958-.792-1.281-1.406-.323-.615-.484-1.36-.484-2.235 0-.875.161-1.625.484-2.25.333-.625.776-1.104 1.328-1.437.563-.344 1.182-.516 1.86-.516.427 0 .859.099 1.296.297.438.198.802.464 1.094.797v-4.25h1.984Zm-3.968 5.109c-.417 0-.776.11-1.078.329-.292.208-.521.484-.688.828-.167.333-.25.698-.25 1.093 0 .594.177 1.099.531 1.516.365.417.844.625 1.438.625.354 0 .682-.094.984-.281.313-.188.563-.448.75-.781.198-.344.297-.756.297-1.235v-1.125c-.281-.302-.588-.536-.922-.703-.323-.177-.677-.266-1.062-.266Zm9.531-1.953c.427 0 .859.099 1.297.297.437.198.802.464 1.094.797v-.891h1.984v7.688c0 .896-.198 1.651-.594 2.265-.396.626-.922 1.099-1.578 1.422-.656.334-1.375.5-2.156.5-.698 0-1.271-.104-1.719-.312-.448-.208-.864-.448-1.25-.719v-1.875c.24.146.49.302.75.469.271.167.573.307.906.422.344.114.74.172 1.188.172.469 0 .891-.089 1.265-.266.376-.177.667-.427.876-.75.218-.313.328-.672.328-1.078v-1.375c-.23.427-.563.797-1 1.109-.438.302-.948.453-1.532.453-.635 0-1.224-.161-1.765-.484-.531-.323-.959-.792-1.281-1.406-.323-.615-.485-1.36-.485-2.235 0-.875.162-1.625.485-2.25.333-.625.776-1.104 1.328-1.437.562-.344 1.182-.516 1.859-.516Zm.406 1.953c-.416 0-.776.11-1.078.329-.292.208-.521.484-.687.828-.167.333-.25.698-.25 1.093 0 .594.177 1.099.531 1.516.364.406.844.609 1.437.609.355 0 .683-.088.985-.265.312-.188.562-.448.75-.781.198-.344.297-.756.297-1.235v-1.125c-.282-.302-.589-.536-.922-.703-.323-.177-.677-.266-1.063-.266Zm9.86-1.953c.77 0 1.432.167 1.984.5.563.334.99.797 1.281 1.391.302.583.453 1.26.453 2.031v.844h-5.718c.104.531.364.958.781 1.281.417.323.927.485 1.531.485.573 0 1.094-.115 1.563-.344.468-.229.843-.464 1.125-.703l-.016 1.843c-.25.219-.625.443-1.125.672-.49.219-1.031.328-1.625.328-.781 0-1.495-.177-2.141-.531-.635-.354-1.145-.838-1.531-1.453-.375-.615-.562-1.318-.562-2.109 0-.771.171-1.474.515-2.11.344-.635.818-1.146 1.422-1.531.604-.396 1.292-.594 2.063-.594Zm-.047 1.735c-.49 0-.901.151-1.235.453-.333.302-.562.708-.687 1.218h3.781c-.042-.562-.25-.979-.625-1.25-.375-.281-.786-.421-1.234-.421Zm13.328-4.344c.719 0 1.344.135 1.875.406.542.261.963.63 1.265 1.109.303.469.454 1.021.454 1.657 0 .521-.084 1-.25 1.437-.157.427-.386.854-.688 1.282-.302.416-.672.864-1.109 1.343-.427.479-.917 1.026-1.469 1.641h3.594V215h-6.828v-.875c1-1.083 1.838-1.995 2.515-2.734.688-.75 1.203-1.391 1.547-1.922.354-.542.531-1.021.531-1.438 0-.531-.177-.942-.531-1.234-.344-.302-.776-.453-1.297-.453-.479 0-.948.125-1.406.375-.458.25-.833.531-1.125.843v-2.218c.312-.271.729-.511 1.25-.719.521-.219 1.078-.328 1.672-.328Z" />
|
|
25
|
+
<rect width="86" height="62" x="211" y="179" stroke="#1A4049" stroke-width="2" rx="11" />
|
|
26
|
+
<path fill="#1A4049"
|
|
27
|
+
d="M147.844 211.125v1.953h-4.11V217h-2.172v-10.469h7.141v1.953h-4.969v2.641h4.11Zm6.75-2.219c.771 0 1.432.167 1.984.5.563.334.99.797 1.281 1.391.302.583.453 1.26.453 2.031v.844h-5.718c.104.531.364.958.781 1.281.417.323.927.485 1.531.485.573 0 1.094-.115 1.563-.344.469-.229.843-.464 1.125-.703l-.016 1.843c-.25.219-.625.443-1.125.672-.489.219-1.031.328-1.625.328-.781 0-1.495-.177-2.14-.531-.636-.354-1.146-.838-1.532-1.453-.375-.615-.562-1.318-.562-2.109 0-.771.172-1.474.515-2.11.344-.635.818-1.146 1.422-1.531.604-.396 1.292-.594 2.063-.594Zm-.047 1.735c-.49 0-.901.151-1.235.453-.333.302-.562.708-.687 1.218h3.781c-.041-.562-.25-.979-.625-1.25-.375-.281-.786-.421-1.234-.421Zm8.437-3.829v2.297h2.188v1.657h-2.188v3.406c0 .354.078.635.235.844.166.198.411.296.734.296.281 0 .521-.031.719-.093.208-.063.401-.151.578-.266v1.578c-.198.198-.448.365-.75.5-.292.136-.661.203-1.109.203-.709 0-1.287-.224-1.735-.672-.437-.458-.656-1.083-.656-1.874v-3.922h-1.422v-1.016c.5-.177.958-.51 1.375-1 .427-.49.766-1.135 1.016-1.938h1.015Zm7.813 2.094c.583 0 1.062.094 1.437.282.375.187.672.369.891.546v1.828c-.271-.197-.578-.364-.922-.5-.333-.135-.745-.203-1.234-.203-.396 0-.766.099-1.11.297-.333.198-.599.464-.797.797-.197.333-.296.714-.296 1.141 0 .646.208 1.177.625 1.594.416.416.942.624 1.578.624.489 0 .901-.062 1.234-.187.344-.135.651-.302.922-.5v1.813c-.219.187-.516.369-.891.546-.375.167-.854.25-1.437.25-.802 0-1.516-.187-2.141-.562-.614-.386-1.104-.891-1.468-1.516-.355-.635-.532-1.323-.532-2.062 0-.552.099-1.078.297-1.578.208-.5.5-.943.875-1.328.375-.396.813-.709 1.313-.938.51-.229 1.062-.344 1.656-.344Zm8.469 0c.802 0 1.474.271 2.015.813.542.541.813 1.354.813 2.437V217h-1.985l-.015-4.578c0-.531-.13-.927-.391-1.188-.25-.26-.599-.39-1.047-.39-.354 0-.687.114-1 .344-.302.229-.562.5-.781.812v5h-1.984v-11.25h1.984v4.484c.24-.323.563-.625.969-.906.416-.281.89-.422 1.422-.422Zm-35.188 13.906v2.297h2.188v1.657h-2.188v3.406c0 .354.078.635.234.844.167.198.412.296.735.296.281 0 .521-.031.719-.093.208-.063.401-.151.578-.266v1.578c-.198.198-.448.365-.75.5-.292.136-.662.203-1.11.203-.708 0-1.286-.224-1.734-.672-.438-.458-.656-1.083-.656-1.874v-3.922h-1.422v-1.016c.5-.177.958-.51 1.375-1 .427-.49.765-1.135 1.015-1.938h1.016Zm7.891 2.094c.771 0 1.474.188 2.109.563.636.364 1.146.864 1.531 1.5.396.625.594 1.328.594 2.109 0 .781-.198 1.484-.594 2.11-.385.624-.895 1.124-1.531 1.5-.635.364-1.338.546-2.109.546-.761 0-1.464-.182-2.11-.546-.635-.376-1.145-.876-1.531-1.5-.385-.626-.578-1.329-.578-2.11 0-.781.193-1.484.578-2.109.386-.636.896-1.136 1.531-1.5.646-.375 1.349-.563 2.11-.563Zm0 1.922c-.375 0-.724.089-1.047.266-.323.177-.583.432-.781.765-.188.334-.282.74-.282 1.219 0 .479.094.886.282 1.219.198.333.458.588.781.765.323.167.672.25 1.047.25.375 0 .724-.083 1.047-.25.323-.177.583-.432.781-.765.198-.333.297-.74.297-1.219 0-.479-.099-.885-.297-1.219-.198-.333-.458-.588-.781-.765-.323-.177-.672-.266-1.047-.266Zm9.234-1.922c.427 0 .859.099 1.297.297.438.198.802.464 1.094.797v-.891h1.984v7.688c0 .896-.198 1.651-.594 2.265-.395.626-.922 1.099-1.578 1.422-.656.334-1.375.5-2.156.5-.698 0-1.271-.104-1.719-.312-.448-.208-.864-.448-1.25-.719v-1.875c.24.146.49.302.75.469.271.167.573.307.907.422.343.114.739.172 1.187.172.469 0 .891-.089 1.266-.266.375-.177.666-.427.875-.75.218-.313.328-.672.328-1.078v-1.375c-.229.427-.563.797-1 1.109-.438.302-.948.453-1.532.453-.635 0-1.223-.161-1.765-.484-.531-.323-.958-.792-1.281-1.406-.323-.615-.485-1.36-.485-2.235 0-.875.162-1.625.485-2.25.333-.625.776-1.104 1.328-1.437.562-.344 1.182-.516 1.859-.516Zm.406 1.953c-.416 0-.776.11-1.078.329-.291.208-.521.484-.687.828-.167.333-.25.698-.25 1.093 0 .594.177 1.099.531 1.516.365.406.844.609 1.437.609.355 0 .683-.088.985-.265.312-.188.562-.448.75-.781.198-.344.297-.756.297-1.235v-1.125c-.282-.302-.589-.536-.922-.703-.323-.177-.677-.266-1.063-.266Zm9.532-1.953c.427 0 .859.099 1.297.297.437.198.802.464 1.093.797v-.891h1.985v7.688c0 .896-.198 1.651-.594 2.265-.396.626-.922 1.099-1.578 1.422-.656.334-1.375.5-2.156.5-.698 0-1.271-.104-1.719-.312-.448-.208-.865-.448-1.25-.719v-1.875c.239.146.489.302.75.469.271.167.573.307.906.422.344.114.74.172 1.187.172.469 0 .891-.089 1.266-.266.375-.177.667-.427.875-.75.219-.313.328-.672.328-1.078v-1.375c-.229.427-.562.797-1 1.109-.437.302-.948.453-1.531.453-.635 0-1.224-.161-1.766-.484-.531-.323-.958-.792-1.281-1.406-.323-.615-.484-1.36-.484-2.235 0-.875.161-1.625.484-2.25.333-.625.776-1.104 1.328-1.437.563-.344 1.183-.516 1.86-.516Zm.406 1.953c-.417 0-.776.11-1.078.329-.292.208-.521.484-.688.828-.166.333-.25.698-.25 1.093 0 .594.177 1.099.531 1.516.365.406.844.609 1.438.609.354 0 .682-.088.984-.265.313-.188.563-.448.75-.781.198-.344.297-.756.297-1.235v-1.125c-.281-.302-.588-.536-.922-.703-.323-.177-.677-.266-1.062-.266Zm8.391-5.109V233h-1.985v-11.25h1.985Zm5.874 3.156c.771 0 1.433.167 1.985.5.562.334.989.797 1.281 1.391.302.583.453 1.26.453 2.031v.844h-5.719c.105.531.365.958.782 1.281.416.323.927.485 1.531.485.573 0 1.094-.115 1.563-.344.468-.229.843-.464 1.124-.703l-.015 1.843c-.25.219-.625.443-1.125.672-.49.219-1.031.328-1.625.328-.781 0-1.495-.177-2.141-.531-.635-.354-1.146-.838-1.531-1.453-.375-.615-.563-1.318-.563-2.109 0-.771.172-1.474.516-2.11.344-.635.818-1.146 1.422-1.531.604-.396 1.292-.594 2.062-.594Zm-.046 1.735c-.49 0-.901.151-1.235.453-.333.302-.562.708-.687 1.218h3.781c-.042-.562-.25-.979-.625-1.25-.375-.281-.786-.421-1.234-.421Zm8.125-1.735c.489 0 .942.073 1.359.219.417.146.74.313.969.5v1.75c-.25-.167-.558-.328-.922-.484-.354-.157-.724-.235-1.109-.235-.376 0-.672.084-.891.25-.219.167-.328.365-.328.594 0 .167.062.323.187.469.125.135.365.255.719.359l.891.297c1.198.354 1.796 1.047 1.796 2.078 0 .49-.14.927-.421 1.313-.271.375-.641.672-1.11.89-.458.219-.969.328-1.531.328-.531 0-1.047-.083-1.547-.25-.5-.166-.88-.349-1.141-.546v-1.735c.198.136.438.266.719.391.281.125.573.229.875.312.302.073.578.11.828.11.396 0 .698-.068.907-.204.218-.145.328-.348.328-.609 0-.198-.089-.354-.266-.469-.177-.114-.437-.229-.781-.343l-.969-.344c-.604-.198-1.021-.479-1.25-.844-.229-.364-.344-.797-.344-1.297 0-.5.125-.932.375-1.297.261-.375.62-.666 1.078-.875.459-.218.985-.328 1.579-.328Zm-5.258-25.242 8.421-6.89c.489-.4.489-1.148 0-1.548l-8.421-6.89c-.653-.534-1.633-.069-1.633.774v13.78c0 .843.98 1.308 1.633.774Z" />
|
|
28
|
+
<path stroke="#1A4049" stroke-linecap="round" stroke-width="4" d="M142 192h48" />
|
|
29
|
+
<path fill="#1A4049"
|
|
30
|
+
d="M60.8203 204.297c.6563 0 1.224.094 1.7031.281.4792.177.8959.422 1.25.734v2.188c-.25-.188-.5104-.37-.7812-.547-.2708-.177-.5781-.323-.9219-.437-.3333-.115-.7292-.172-1.1875-.172-.625 0-1.1927.151-1.7031.453-.5104.302-.9167.708-1.2188 1.219-.302.51-.4531 1.093-.4531 1.75 0 .645.1511 1.229.4531 1.75.3021.51.7084.916 1.2188 1.218.5104.292 1.0781.438 1.7031.438.6979 0 1.2813-.104 1.75-.313.4792-.218.9115-.484 1.2969-.797v2.11c-.3542.323-.7969.583-1.3281.781-.5313.188-1.125.281-1.7813.281-.75 0-1.4583-.13-2.125-.39-.6667-.271-1.2552-.646-1.7656-1.125-.5104-.49-.9115-1.068-1.2031-1.735-.2917-.666-.4375-1.406-.4375-2.218 0-.813.1458-1.552.4375-2.219.2916-.667.6927-1.24 1.2031-1.719.5104-.489 1.0989-.864 1.7656-1.125.6667-.271 1.375-.406 2.125-.406Zm7.0156-.547V215h-1.9843v-11.25h1.9843Zm4.0782-.75c.375 0 .6979.135.9687.406.2708.261.4063.573.4063.938 0 .354-.1355.666-.4063.937s-.5937.407-.9687.407-.698-.136-.9688-.407c-.2604-.271-.3906-.583-.3906-.937 0-.365.1302-.677.3906-.938.2708-.271.5938-.406.9688-.406Zm1.1562 4.109V215h-1.9844v-6.203h-1.2656v-1.688h3.25Zm5.9531-.203c.7709 0 1.4323.167 1.9844.5.5625.334.9896.797 1.2813 1.391.302.583.4531 1.26.4531 2.031v.844h-5.7188c.1042.531.3646.958.7813 1.281.4167.323.9271.485 1.5312.485.573 0 1.0938-.115 1.5625-.344.4688-.229.8438-.464 1.125-.703l-.0156 1.843c-.25.219-.625.443-1.125.672-.4896.219-1.0312.328-1.625.328-.7812 0-1.4948-.177-2.1406-.531-.6354-.354-1.1458-.838-1.5313-1.453-.375-.615-.5625-1.318-.5625-2.109 0-.771.1719-1.474.5157-2.11.3437-.635.8177-1.146 1.4218-1.531.6042-.396 1.2917-.594 2.0625-.594Zm-.0468 1.735c-.4896 0-.9011.151-1.2344.453-.3333.302-.5625.708-.6875 1.218h3.7812c-.0416-.562-.25-.979-.625-1.25-.375-.281-.7864-.421-1.2343-.421Zm7.5625-1.532v1.125c.2395-.323.5625-.625.9687-.906.4167-.281.8906-.422 1.4219-.422.8021 0 1.4739.271 2.0156.813.5417.541.8125 1.354.8125 2.437V215h-1.9844l-.0156-4.578c0-.531-.1302-.927-.3906-1.188-.25-.26-.599-.39-1.0469-.39-.3542 0-.6875.114-1 .344-.3021.229-.5625.5-.7812.812v5h-1.9844v-7.891h1.9844Zm10.125-2.297v2.297h2.1875v1.657h-2.1875v3.406c0 .354.0781.635.2343.844.1667.198.4115.296.7344.296.2813 0 .5208-.031.7188-.093.2083-.063.401-.151.5781-.266v1.578c-.1979.198-.4479.365-.75.5-.2917.136-.6615.203-1.1094.203-.7083 0-1.2864-.224-1.7344-.672-.4375-.458-.6562-1.083-.6562-1.874v-3.922h-1.4219v-1.016c.5-.177.9583-.51 1.375-1 .4271-.49.7656-1.135 1.0156-1.938h1.0157Zm12.0469-.515c.719 0 1.344.135 1.875.406.542.261.963.63 1.266 1.109.302.469.453 1.021.453 1.657 0 .521-.084 1-.25 1.437-.157.427-.386.854-.688 1.282-.302.416-.672.864-1.109 1.343-.427.479-.917 1.026-1.469 1.641h3.594V215h-6.828v-.875c1-1.083 1.838-1.995 2.515-2.734.688-.75 1.203-1.391 1.547-1.922.354-.542.531-1.021.531-1.438 0-.531-.177-.942-.531-1.234-.344-.302-.776-.453-1.297-.453-.479 0-.948.125-1.406.375-.458.25-.833.531-1.125.843v-2.218c.313-.271.729-.511 1.25-.719.521-.219 1.078-.328 1.672-.328Z" />
|
|
31
|
+
<rect width="86" height="62" x="41" y="179" stroke="#1A4049" stroke-width="2" rx="7" />
|
|
32
|
+
<path fill="#1A4049"
|
|
33
|
+
d="M317.844 52.125v1.9531h-4.11V58h-2.172V47.5312h7.141v1.9532h-4.969v2.6406h4.11Zm6.75-2.2188c.771 0 1.432.1667 1.984.5.563.3334.99.7969 1.281 1.3907.302.5833.453 1.2604.453 2.0312v.8438h-5.718c.104.5312.364.9583.781 1.2812.417.3229.927.4844 1.531.4844.573 0 1.094-.1146 1.563-.3437.469-.2292.843-.4636 1.125-.7032l-.016 1.8438c-.25.2187-.625.4427-1.125.6718-.489.2188-1.031.3282-1.625.3282-.781 0-1.495-.1771-2.14-.5313-.636-.3541-1.146-.8385-1.532-1.4531-.375-.6146-.562-1.3177-.562-2.1094 0-.7708.172-1.4739.515-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.292-.5938 2.063-.5938Zm-.047 1.7344c-.49 0-.901.1511-1.235.4532-.333.302-.562.7083-.687 1.2187h3.781c-.041-.5625-.25-.9792-.625-1.25-.375-.2813-.786-.4219-1.234-.4219Zm8.437-3.8281v2.2969h2.188v1.6562h-2.188v3.4063c0 .3541.078.6354.235.8437.166.1979.411.2969.734.2969.281 0 .521-.0313.719-.0937.208-.0626.401-.1511.578-.2657v1.5781c-.198.198-.448.3646-.75.5-.292.1355-.661.2032-1.109.2032-.709 0-1.287-.224-1.735-.6719-.437-.4583-.656-1.0833-.656-1.875v-3.9219h-1.422V50.75c.5-.1771.958-.5104 1.375-1 .427-.4896.766-1.1354 1.016-1.9375h1.015Zm7.813 2.0937c.583 0 1.062.0938 1.437.2813s.672.3698.891.5469v1.8281c-.271-.1979-.578-.3646-.922-.5-.333-.1354-.745-.2031-1.234-.2031-.396 0-.766.0989-1.11.2968-.333.198-.599.4636-.797.7969-.197.3334-.296.7136-.296 1.1407 0 .6458.208 1.177.625 1.5937.416.4167.942.625 1.578.625.489 0 .901-.0625 1.234-.1875.344-.1354.651-.3021.922-.5v1.8125c-.219.1875-.516.3698-.891.5469-.375.1666-.854.25-1.437.25-.802 0-1.516-.1875-2.141-.5625-.614-.3854-1.104-.8907-1.468-1.5157-.355-.6354-.532-1.3229-.532-2.0624 0-.5521.099-1.0782.297-1.5782.208-.5.5-.9427.875-1.3281.375-.3958.813-.7083 1.313-.9375.51-.2292 1.062-.3438 1.656-.3438Zm8.469 0c.802 0 1.474.2709 2.015.8126.542.5416.813 1.3541.813 2.4374V58h-1.985l-.015-4.5781c0-.5313-.13-.9271-.391-1.1875-.25-.2604-.599-.3906-1.047-.3906-.354 0-.687.1145-1 .3437-.302.2292-.562.5-.781.8125v5h-1.984V46.75h1.984v4.4844c.24-.3229.563-.625.969-.9063.416-.2812.89-.4219 1.422-.4219Zm-35.188 13.9063v2.2969h2.188v1.6562h-2.188v3.4063c0 .3541.078.6354.234.8437.167.1979.412.2969.735.2969.281 0 .521-.0313.719-.0937.208-.0626.401-.1511.578-.2657v1.5781c-.198.198-.448.3646-.75.5-.292.1355-.662.2032-1.11.2032-.708 0-1.286-.224-1.734-.6719-.438-.4583-.656-1.0833-.656-1.875v-3.9219h-1.422V66.75c.5-.1771.958-.5104 1.375-1 .427-.4896.765-1.1354 1.015-1.9375h1.016Zm7.891 2.0937c.771 0 1.474.1876 2.109.5626.636.3645 1.146.8645 1.531 1.5.396.625.594 1.3281.594 2.1093 0 .7813-.198 1.4844-.594 2.1094-.385.625-.895 1.125-1.531 1.5-.635.3646-1.338.5469-2.109.5469-.761 0-1.464-.1823-2.11-.5469-.635-.375-1.145-.875-1.531-1.5-.385-.625-.578-1.3281-.578-2.1094 0-.7812.193-1.4843.578-2.1093.386-.6355.896-1.1355 1.531-1.5.646-.375 1.349-.5626 2.11-.5626Zm0 1.9219c-.375 0-.724.0886-1.047.2657-.323.177-.583.4322-.781.7656-.188.3333-.282.7396-.282 1.2187 0 .4792.094.8854.282 1.2188.198.3333.458.5885.781.7656.323.1667.672.25 1.047.25.375 0 .724-.0833 1.047-.25.323-.1771.583-.4323.781-.7656.198-.3334.297-.7396.297-1.2188 0-.4791-.099-.8854-.297-1.2187-.198-.3334-.458-.5886-.781-.7656-.323-.1771-.672-.2657-1.047-.2657Zm9.234-1.9219c.427 0 .859.099 1.297.2969.438.1979.802.4636 1.094.7969v-.8906h1.984v7.6875c0 .8958-.198 1.651-.594 2.2656-.395.625-.922 1.099-1.578 1.4219-.656.3333-1.375.5-2.156.5-.698 0-1.271-.1042-1.719-.3125-.448-.2084-.864-.4479-1.25-.7188v-1.875c.24.1459.49.3021.75.4688.271.1666.573.3073.907.4219.343.1145.739.1718 1.187.1718.469 0 .891-.0885 1.266-.2656s.666-.4271.875-.75c.218-.3125.328-.6719.328-1.0781v-1.375c-.229.4271-.563.7969-1 1.1093-.438.3021-.948.4532-1.532.4532-.635 0-1.223-.1615-1.765-.4844-.531-.3229-.958-.7917-1.281-1.4062-.323-.6146-.485-1.3594-.485-2.2344s.162-1.625.485-2.25c.333-.625.776-1.1042 1.328-1.4375.562-.3438 1.182-.5157 1.859-.5157Zm.406 1.9532c-.416 0-.776.1094-1.078.3281-.291.2083-.521.4844-.687.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.365.4062.844.6094 1.437.6094.355 0 .683-.0886.985-.2656.312-.1876.562-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.282-.3021-.589-.5364-.922-.7031-.323-.1771-.677-.2656-1.063-.2656Zm9.532-1.9532c.427 0 .859.099 1.297.2969.437.1979.802.4636 1.093.7969v-.8906h1.985v7.6875c0 .8958-.198 1.651-.594 2.2656-.396.625-.922 1.099-1.578 1.4219-.656.3333-1.375.5-2.156.5-.698 0-1.271-.1042-1.719-.3125-.448-.2084-.865-.4479-1.25-.7188v-1.875c.239.1459.489.3021.75.4688.271.1666.573.3073.906.4219.344.1145.74.1718 1.187.1718.469 0 .891-.0885 1.266-.2656s.667-.4271.875-.75c.219-.3125.328-.6719.328-1.0781v-1.375c-.229.4271-.562.7969-1 1.1093-.437.3021-.948.4532-1.531.4532-.635 0-1.224-.1615-1.766-.4844-.531-.3229-.958-.7917-1.281-1.4062-.323-.6146-.484-1.3594-.484-2.2344s.161-1.625.484-2.25c.333-.625.776-1.1042 1.328-1.4375.563-.3438 1.183-.5157 1.86-.5157Zm.406 1.9532c-.417 0-.776.1094-1.078.3281-.292.2083-.521.4844-.688.8281-.166.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.365.4062.844.6094 1.438.6094.354 0 .682-.0886.984-.2656.313-.1876.563-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.281-.3021-.588-.5364-.922-.7031-.323-.1771-.677-.2656-1.062-.2656Zm8.391-5.1094V74h-1.985V62.75h1.985Zm5.874 3.1562c.771 0 1.433.1667 1.985.5.562.3334.989.7969 1.281 1.3907.302.5833.453 1.2604.453 2.0312v.8438h-5.719c.105.5312.365.9583.782 1.2812.416.3229.927.4844 1.531.4844.573 0 1.094-.1146 1.563-.3437.468-.2292.843-.4636 1.124-.7032l-.015 1.8438c-.25.2187-.625.4427-1.125.6718-.49.2188-1.031.3282-1.625.3282-.781 0-1.495-.1771-2.141-.5313-.635-.3541-1.146-.8385-1.531-1.4531-.375-.6146-.563-1.3177-.563-2.1094 0-.7708.172-1.4739.516-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.292-.5938 2.062-.5938Zm-.046 1.7344c-.49 0-.901.1511-1.235.4532-.333.302-.562.7083-.687 1.2187h3.781c-.042-.5625-.25-.9792-.625-1.25-.375-.2813-.786-.4219-1.234-.4219Zm8.125-1.7344c.489 0 .942.073 1.359.2188.417.1458.74.3125.969.5v1.75c-.25-.1667-.558-.3281-.922-.4844-.354-.1562-.724-.2344-1.109-.2344-.376 0-.672.0834-.891.25-.219.1667-.328.3646-.328.5938 0 .1667.062.3229.187.4688.125.1354.365.2552.719.3593l.891.2969c1.198.3542 1.796 1.0469 1.796 2.0781 0 .4896-.14.9271-.421 1.3125-.271.375-.641.6719-1.11.8906-.458.2188-.969.3282-1.531.3282-.531 0-1.047-.0834-1.547-.25-.5-.1667-.88-.349-1.141-.5469v-1.7344c.198.1354.438.2657.719.3907.281.125.573.2291.875.3124.302.073.578.1094.828.1094.396 0 .698-.0677.907-.2031.218-.1458.328-.349.328-.6094 0-.1979-.089-.3541-.266-.4687-.177-.1146-.437-.2292-.781-.3438l-.969-.3437c-.604-.1979-1.021-.4792-1.25-.8438-.229-.3646-.344-.7969-.344-1.2969 0-.5.125-.9322.375-1.2968.261-.375.62-.6667 1.078-.875.459-.2188.985-.3282 1.579-.3282Z" />
|
|
34
|
+
<path stroke="#1A4049" stroke-linecap="round" stroke-width="4"
|
|
35
|
+
d="M312 87.0006s23.5-2.5006 24 22.0004C336 131.5 360 129 360 129" />
|
|
36
|
+
<path fill="#1A4049"
|
|
37
|
+
d="m358.633 136.664 8.421-6.89c.489-.4.489-1.148 0-1.548l-8.421-6.89c-.653-.534-1.633-.069-1.633.774v13.78c0 .843.98 1.308 1.633.774Z" />
|
|
38
|
+
<rect width="86" height="62" x="211" y="41" fill="#fff" rx="11" />
|
|
39
|
+
<path fill="#1A4049"
|
|
40
|
+
d="M235.984 70.7812v1.7657h-4.625v2.5312h5.235V77h-7.406V66.5312h7.406v1.875h-5.235v2.375h4.625Zm10.578-5.0312V77h-1.984v-1.3281c-.229.4271-.562.7969-1 1.1093-.437.3021-.948.4532-1.531.4532-.636 0-1.224-.1615-1.766-.4844-.531-.3229-.958-.7917-1.281-1.4062-.323-.6146-.484-1.3594-.484-2.2344s.161-1.625.484-2.25c.333-.625.776-1.1042 1.328-1.4375.563-.3438 1.182-.5157 1.86-.5157.427 0 .859.099 1.296.2969.438.1979.802.4636 1.094.7969v-4.25h1.984Zm-3.968 5.1094c-.417 0-.776.1094-1.078.3281-.292.2083-.521.4844-.688.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.365.4167.844.625 1.438.625.354 0 .682-.0938.984-.2812.313-.1876.563-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.281-.3021-.588-.5364-.922-.7031-.323-.1771-.677-.2656-1.062-.2656Zm9.531-1.9532c.427 0 .859.099 1.297.2969.437.1979.802.4636 1.094.7969v-.8906h1.984v7.6875c0 .8958-.198 1.651-.594 2.2656-.396.625-.922 1.099-1.578 1.4219-.656.3333-1.375.5-2.156.5-.698 0-1.271-.1042-1.719-.3125-.448-.2084-.864-.4479-1.25-.7188v-1.875c.24.1459.49.3021.75.4688.271.1666.573.3073.906.4219.344.1145.74.1718 1.188.1718.469 0 .891-.0885 1.265-.2656.376-.1771.667-.4271.876-.75.218-.3125.328-.6719.328-1.0781v-1.375c-.23.4271-.563.7969-1 1.1093-.438.3021-.948.4532-1.532.4532-.635 0-1.224-.1615-1.765-.4844-.531-.3229-.959-.7917-1.281-1.4062-.323-.6146-.485-1.3594-.485-2.2344s.162-1.625.485-2.25c.333-.625.776-1.1042 1.328-1.4375.562-.3438 1.182-.5157 1.859-.5157Zm.406 1.9532c-.416 0-.776.1094-1.078.3281-.292.2083-.521.4844-.687.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.364.4062.844.6094 1.437.6094.355 0 .683-.0886.985-.2656.312-.1876.562-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.282-.3021-.589-.5364-.922-.7031-.323-.1771-.677-.2656-1.063-.2656Zm9.86-1.9532c.77 0 1.432.1667 1.984.5.563.3334.99.7969 1.281 1.3907.302.5833.453 1.2604.453 2.0312v.8438h-5.718c.104.5312.364.9583.781 1.2812.417.3229.927.4844 1.531.4844.573 0 1.094-.1146 1.563-.3437.468-.2292.843-.4636 1.125-.7032l-.016 1.8438c-.25.2187-.625.4427-1.125.6718-.49.2188-1.031.3282-1.625.3282-.781 0-1.495-.1771-2.141-.5313-.635-.3541-1.145-.8385-1.531-1.4531-.375-.6146-.562-1.3177-.562-2.1094 0-.7708.171-1.4739.515-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.292-.5938 2.063-.5938Zm-.047 1.7344c-.49 0-.901.1511-1.235.4532-.333.302-.562.7083-.687 1.2187h3.781c-.042-.5625-.25-.9792-.625-1.25-.375-.2813-.786-.4219-1.234-.4219Zm16.937 4.4375V77h-6.453v-1.9219h2.141v-5.4687c-.313.2604-.651.4583-1.016.5937-.364.1354-.708.2396-1.031.3125v-2.1094c.521-.1562 1.026-.401 1.516-.7343.5-.3334.916-.7136 1.25-1.1407h1.437v8.5469h2.156Z" />
|
|
41
|
+
<rect width="86" height="62" x="211" y="41" stroke="#1A4049" stroke-width="2" rx="11" />
|
|
42
|
+
<path fill="#1A4049"
|
|
43
|
+
d="M147.844 52.125v1.9531h-4.11V58h-2.172V47.5312h7.141v1.9532h-4.969v2.6406h4.11Zm6.75-2.2188c.771 0 1.432.1667 1.984.5.563.3334.99.7969 1.281 1.3907.302.5833.453 1.2604.453 2.0312v.8438h-5.718c.104.5312.364.9583.781 1.2812.417.3229.927.4844 1.531.4844.573 0 1.094-.1146 1.563-.3437.469-.2292.843-.4636 1.125-.7032l-.016 1.8438c-.25.2187-.625.4427-1.125.6718-.489.2188-1.031.3282-1.625.3282-.781 0-1.495-.1771-2.14-.5313-.636-.3541-1.146-.8385-1.532-1.4531-.375-.6146-.562-1.3177-.562-2.1094 0-.7708.172-1.4739.515-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.292-.5938 2.063-.5938Zm-.047 1.7344c-.49 0-.901.1511-1.235.4532-.333.302-.562.7083-.687 1.2187h3.781c-.041-.5625-.25-.9792-.625-1.25-.375-.2813-.786-.4219-1.234-.4219Zm8.437-3.8281v2.2969h2.188v1.6562h-2.188v3.4063c0 .3541.078.6354.235.8437.166.1979.411.2969.734.2969.281 0 .521-.0313.719-.0937.208-.0626.401-.1511.578-.2657v1.5781c-.198.198-.448.3646-.75.5-.292.1355-.661.2032-1.109.2032-.709 0-1.287-.224-1.735-.6719-.437-.4583-.656-1.0833-.656-1.875v-3.9219h-1.422V50.75c.5-.1771.958-.5104 1.375-1 .427-.4896.766-1.1354 1.016-1.9375h1.015Zm7.813 2.0937c.583 0 1.062.0938 1.437.2813s.672.3698.891.5469v1.8281c-.271-.1979-.578-.3646-.922-.5-.333-.1354-.745-.2031-1.234-.2031-.396 0-.766.0989-1.11.2968-.333.198-.599.4636-.797.7969-.197.3334-.296.7136-.296 1.1407 0 .6458.208 1.177.625 1.5937.416.4167.942.625 1.578.625.489 0 .901-.0625 1.234-.1875.344-.1354.651-.3021.922-.5v1.8125c-.219.1875-.516.3698-.891.5469-.375.1666-.854.25-1.437.25-.802 0-1.516-.1875-2.141-.5625-.614-.3854-1.104-.8907-1.468-1.5157-.355-.6354-.532-1.3229-.532-2.0624 0-.5521.099-1.0782.297-1.5782.208-.5.5-.9427.875-1.3281.375-.3958.813-.7083 1.313-.9375.51-.2292 1.062-.3438 1.656-.3438Zm8.469 0c.802 0 1.474.2709 2.015.8126.542.5416.813 1.3541.813 2.4374V58h-1.985l-.015-4.5781c0-.5313-.13-.9271-.391-1.1875-.25-.2604-.599-.3906-1.047-.3906-.354 0-.687.1145-1 .3437-.302.2292-.562.5-.781.8125v5h-1.984V46.75h1.984v4.4844c.24-.3229.563-.625.969-.9063.416-.2812.89-.4219 1.422-.4219Zm-35.188 13.9063v2.2969h2.188v1.6562h-2.188v3.4063c0 .3541.078.6354.234.8437.167.1979.412.2969.735.2969.281 0 .521-.0313.719-.0937.208-.0626.401-.1511.578-.2657v1.5781c-.198.198-.448.3646-.75.5-.292.1355-.662.2032-1.11.2032-.708 0-1.286-.224-1.734-.6719-.438-.4583-.656-1.0833-.656-1.875v-3.9219h-1.422V66.75c.5-.1771.958-.5104 1.375-1 .427-.4896.765-1.1354 1.015-1.9375h1.016Zm7.891 2.0937c.771 0 1.474.1876 2.109.5626.636.3645 1.146.8645 1.531 1.5.396.625.594 1.3281.594 2.1093 0 .7813-.198 1.4844-.594 2.1094-.385.625-.895 1.125-1.531 1.5-.635.3646-1.338.5469-2.109.5469-.761 0-1.464-.1823-2.11-.5469-.635-.375-1.145-.875-1.531-1.5-.385-.625-.578-1.3281-.578-2.1094 0-.7812.193-1.4843.578-2.1093.386-.6355.896-1.1355 1.531-1.5.646-.375 1.349-.5626 2.11-.5626Zm0 1.9219c-.375 0-.724.0886-1.047.2657-.323.177-.583.4322-.781.7656-.188.3333-.282.7396-.282 1.2187 0 .4792.094.8854.282 1.2188.198.3333.458.5885.781.7656.323.1667.672.25 1.047.25.375 0 .724-.0833 1.047-.25.323-.1771.583-.4323.781-.7656.198-.3334.297-.7396.297-1.2188 0-.4791-.099-.8854-.297-1.2187-.198-.3334-.458-.5886-.781-.7656-.323-.1771-.672-.2657-1.047-.2657Zm9.234-1.9219c.427 0 .859.099 1.297.2969.438.1979.802.4636 1.094.7969v-.8906h1.984v7.6875c0 .8958-.198 1.651-.594 2.2656-.395.625-.922 1.099-1.578 1.4219-.656.3333-1.375.5-2.156.5-.698 0-1.271-.1042-1.719-.3125-.448-.2084-.864-.4479-1.25-.7188v-1.875c.24.1459.49.3021.75.4688.271.1666.573.3073.907.4219.343.1145.739.1718 1.187.1718.469 0 .891-.0885 1.266-.2656s.666-.4271.875-.75c.218-.3125.328-.6719.328-1.0781v-1.375c-.229.4271-.563.7969-1 1.1093-.438.3021-.948.4532-1.532.4532-.635 0-1.223-.1615-1.765-.4844-.531-.3229-.958-.7917-1.281-1.4062-.323-.6146-.485-1.3594-.485-2.2344s.162-1.625.485-2.25c.333-.625.776-1.1042 1.328-1.4375.562-.3438 1.182-.5157 1.859-.5157Zm.406 1.9532c-.416 0-.776.1094-1.078.3281-.291.2083-.521.4844-.687.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.365.4062.844.6094 1.437.6094.355 0 .683-.0886.985-.2656.312-.1876.562-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.282-.3021-.589-.5364-.922-.7031-.323-.1771-.677-.2656-1.063-.2656Zm9.532-1.9532c.427 0 .859.099 1.297.2969.437.1979.802.4636 1.093.7969v-.8906h1.985v7.6875c0 .8958-.198 1.651-.594 2.2656-.396.625-.922 1.099-1.578 1.4219-.656.3333-1.375.5-2.156.5-.698 0-1.271-.1042-1.719-.3125-.448-.2084-.865-.4479-1.25-.7188v-1.875c.239.1459.489.3021.75.4688.271.1666.573.3073.906.4219.344.1145.74.1718 1.187.1718.469 0 .891-.0885 1.266-.2656s.667-.4271.875-.75c.219-.3125.328-.6719.328-1.0781v-1.375c-.229.4271-.562.7969-1 1.1093-.437.3021-.948.4532-1.531.4532-.635 0-1.224-.1615-1.766-.4844-.531-.3229-.958-.7917-1.281-1.4062-.323-.6146-.484-1.3594-.484-2.2344s.161-1.625.484-2.25c.333-.625.776-1.1042 1.328-1.4375.563-.3438 1.183-.5157 1.86-.5157Zm.406 1.9532c-.417 0-.776.1094-1.078.3281-.292.2083-.521.4844-.688.8281-.166.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.365.4062.844.6094 1.438.6094.354 0 .682-.0886.984-.2656.313-.1876.563-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.281-.3021-.588-.5364-.922-.7031-.323-.1771-.677-.2656-1.062-.2656Zm8.391-5.1094V74h-1.985V62.75h1.985Zm5.874 3.1562c.771 0 1.433.1667 1.985.5.562.3334.989.7969 1.281 1.3907.302.5833.453 1.2604.453 2.0312v.8438h-5.719c.105.5312.365.9583.782 1.2812.416.3229.927.4844 1.531.4844.573 0 1.094-.1146 1.563-.3437.468-.2292.843-.4636 1.124-.7032l-.015 1.8438c-.25.2187-.625.4427-1.125.6718-.49.2188-1.031.3282-1.625.3282-.781 0-1.495-.1771-2.141-.5313-.635-.3541-1.146-.8385-1.531-1.4531-.375-.6146-.563-1.3177-.563-2.1094 0-.7708.172-1.4739.516-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.292-.5938 2.062-.5938Zm-.046 1.7344c-.49 0-.901.1511-1.235.4532-.333.302-.562.7083-.687 1.2187h3.781c-.042-.5625-.25-.9792-.625-1.25-.375-.2813-.786-.4219-1.234-.4219Zm8.125-1.7344c.489 0 .942.073 1.359.2188.417.1458.74.3125.969.5v1.75c-.25-.1667-.558-.3281-.922-.4844-.354-.1562-.724-.2344-1.109-.2344-.376 0-.672.0834-.891.25-.219.1667-.328.3646-.328.5938 0 .1667.062.3229.187.4688.125.1354.365.2552.719.3593l.891.2969c1.198.3542 1.796 1.0469 1.796 2.0781 0 .4896-.14.9271-.421 1.3125-.271.375-.641.6719-1.11.8906-.458.2188-.969.3282-1.531.3282-.531 0-1.047-.0834-1.547-.25-.5-.1667-.88-.349-1.141-.5469v-1.7344c.198.1354.438.2657.719.3907.281.125.573.2291.875.3124.302.073.578.1094.828.1094.396 0 .698-.0677.907-.2031.218-.1458.328-.349.328-.6094 0-.1979-.089-.3541-.266-.4687-.177-.1146-.437-.2292-.781-.3438l-.969-.3437c-.604-.1979-1.021-.4792-1.25-.8438-.229-.3646-.344-.7969-.344-1.2969 0-.5.125-.9322.375-1.2968.261-.375.62-.6667 1.078-.875.459-.2188.985-.3282 1.579-.3282Zm-5.258 31.7575 8.421-6.8897c.489-.4001.489-1.1479 0-1.548l-8.421-6.8897c-.653-.5342-1.633-.0697-1.633.7739v13.7796c0 .8436.98 1.3081 1.633.7739Z" />
|
|
44
|
+
<path stroke="#1A4049" stroke-linecap="round" stroke-width="4" d="M142 90h48" />
|
|
45
|
+
<path fill="#1A4049"
|
|
46
|
+
d="M60.8203 66.2969c.6563 0 1.224.0937 1.7031.2812.4792.1771.8959.4219 1.25.7344V69.5c-.25-.1875-.5104-.3698-.7812-.5469-.2708-.1771-.5781-.3229-.9219-.4375-.3333-.1146-.7292-.1718-1.1875-.1718-.625 0-1.1927.151-1.7031.4531-.5104.3021-.9167.7083-1.2188 1.2187-.302.5104-.4531 1.0938-.4531 1.75 0 .6459.1511 1.2292.4531 1.75.3021.5104.7084.9167 1.2188 1.2188.5104.2916 1.0781.4375 1.7031.4375.6979 0 1.2813-.1042 1.75-.3125.4792-.2188.9115-.4844 1.2969-.7969v2.1094c-.3542.3229-.7969.5833-1.3281.7812-.5313.1875-1.125.2813-1.7813.2813-.75 0-1.4583-.1302-2.125-.3906-.6667-.2709-1.2552-.6459-1.7656-1.125-.5104-.4896-.9115-1.0678-1.2031-1.7344-.2917-.6667-.4375-1.4063-.4375-2.2188 0-.8125.1458-1.5521.4375-2.2187.2916-.6667.6927-1.2396 1.2031-1.7188.5104-.4896 1.0989-.8646 1.7656-1.125.6667-.2708 1.375-.4062 2.125-.4062Zm7.0156-.5469V77h-1.9843V65.75h1.9843Zm4.0782-.75c.375 0 .6979.1354.9687.4062.2708.2605.4063.573.4063.9376 0 .3541-.1355.6666-.4063.9374-.2708.2709-.5937.4063-.9687.4063s-.698-.1354-.9688-.4063c-.2604-.2708-.3906-.5833-.3906-.9374 0-.3646.1302-.6771.3906-.9376.2708-.2708.5938-.4062.9688-.4062Zm1.1562 4.1094V77h-1.9844v-6.2031h-1.2656v-1.6875h3.25Zm5.9531-.2032c.7709 0 1.4323.1667 1.9844.5.5625.3334.9896.7969 1.2813 1.3907.302.5833.4531 1.2604.4531 2.0312v.8438h-5.7188c.1042.5312.3646.9583.7813 1.2812.4167.3229.9271.4844 1.5312.4844.573 0 1.0938-.1146 1.5625-.3437.4688-.2292.8438-.4636 1.125-.7032l-.0156 1.8438c-.25.2187-.625.4427-1.125.6718-.4896.2188-1.0312.3282-1.625.3282-.7812 0-1.4948-.1771-2.1406-.5313-.6354-.3541-1.1458-.8385-1.5313-1.4531-.375-.6146-.5625-1.3177-.5625-2.1094 0-.7708.1719-1.4739.5157-2.1094.3437-.6354.8177-1.1458 1.4218-1.5312.6042-.3958 1.2917-.5938 2.0625-.5938Zm-.0468 1.7344c-.4896 0-.9011.1511-1.2344.4532-.3333.302-.5625.7083-.6875 1.2187h3.7812c-.0416-.5625-.25-.9792-.625-1.25-.375-.2813-.7864-.4219-1.2343-.4219Zm7.5625-1.5312v1.125c.2395-.3229.5625-.625.9687-.9063.4167-.2812.8906-.4219 1.4219-.4219.8021 0 1.4739.2709 2.0156.8126.5417.5416.8125 1.3541.8125 2.4374V77h-1.9844l-.0156-4.5781c0-.5313-.1302-.9271-.3906-1.1875-.25-.2604-.599-.3906-1.0469-.3906-.3542 0-.6875.1145-1 .3437-.3021.2292-.5625.5-.7812.8125v5h-1.9844v-7.8906h1.9844Zm10.125-2.2969v2.2969h2.1875v1.6562h-2.1875v3.4063c0 .3541.0781.6354.2343.8437.1667.1979.4115.2969.7344.2969.2813 0 .5208-.0313.7188-.0937.2083-.0626.401-.1511.5781-.2657v1.5781c-.1979.198-.4479.3646-.75.5-.2917.1355-.6615.2032-1.1094.2032-.7083 0-1.2864-.224-1.7344-.6719-.4375-.4583-.6562-1.0833-.6562-1.875v-3.9219h-1.4219V69.75c.5-.1771.9583-.5104 1.375-1 .4271-.4896.7656-1.1354 1.0156-1.9375h1.0157Zm15.6559 8.2656V77h-6.453v-1.9219h2.141v-5.4687c-.313.2604-.651.4583-1.016.5937-.364.1354-.708.2396-1.031.3125v-2.1094c.521-.1562 1.026-.401 1.516-.7343.5-.3334.916-.7136 1.25-1.1407h1.437v8.5469h2.156Z" />
|
|
47
|
+
<rect width="86" height="62" x="41" y="41" stroke="#1A4049" stroke-width="2" rx="7" />
|
|
48
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="704" height="144" fill="none" viewBox="0 0 704 144">
|
|
2
|
+
<rect width="704" height="144" fill="#F1F0FC" rx="8" />
|
|
3
|
+
<path stroke="#1A4049" stroke-width="2"
|
|
4
|
+
d="m581.937 58.1312.787.2083.364-.7288.048-.0961c2.597-5.2104 8.074-16.1946 22.467-16.5058 7.997-.1729 13.216 2.2157 16.854 5.2544 3.274 2.7341 5.307 6.0169 6.952 8.6718.204.3293.402.6489.595.9567l.457.7255.787-.3403c5.984-2.5876 10.736-1.6976 14.095.5789 3.412 2.3125 5.472 6.1132 5.895 9.4544l.095.7547.753.1094c9.643 1.402 14.52 11.4451 10.504 19.9527-.962 2.0365-3.16 4.4189-6.147 5.9357-2.959 1.5034-6.636 2.1289-10.586.7691l-.631-.2175-.443.5002c-3.091 3.4927-6.586 5.7611-10.451 6.6095-3.86.847-8.198.303-13.026-2.0231l-.471-.2268-.455.257c-6.882 3.8879-12.375 4.6479-16.658 4.0969-4.295-.553-7.484-2.44-9.739-4.0414l-.55-.3906-.568.3634c-4.966 3.1766-11.532 4.6146-17.975 4.1576-6.442-.456-12.648-2.798-16.944-7.045l-.021-.0207-.022-.0194c-5.209-4.5779-10.025-14.9348-4.334-26.1861 4.655-9.2053 15.165-15.0069 28.368-11.5146Z" />
|
|
5
|
+
<path fill="#1A4049"
|
|
6
|
+
d="M572.686 93.899c7.66 0 13.869-6.2048 13.869-13.8587 0-7.6539-6.209-13.8587-13.869-13.8587s-13.87 6.2048-13.87 13.8587c0 7.6539 6.21 13.8587 13.87 13.8587Z" />
|
|
7
|
+
<path fill="#fff" d="M570.605 73.8037h-4.161v12.4728h12.483V73.8037h-4.161v8.3152h-4.161v-8.3152Z" />
|
|
8
|
+
<path fill="#817AFE" d="M574.766 82.1191h4.161v4.1576h-4.161v-4.1576Z" />
|
|
9
|
+
<path fill="#1A4049"
|
|
10
|
+
d="M592.933 82.3505V77.66h2.062v4.4592c0 1.3096.676 2.1709 1.948 2.1709 1.272 0 1.948-.8613 1.948-2.1709V77.66h2.074v4.6905c0 2.2545-1.466 3.8791-3.993 3.8791-2.573 0-4.039-1.6246-4.039-3.8791Zm12.156 3.6958h-2.044V77.66h2.044v1.4093c.273-.4894.668-.8955 1.143-1.1768.475-.2814 1.014-.4279 1.563-.4247 2.044 0 3.398 1.5427 3.398 3.6798v4.8987h-2.074v-4.4752c0-1.3256-.758-2.2047-1.981-2.2047-1.224 0-2.045.8897-2.045 2.2047l-.004 4.4752Zm8.213-12.1996h2.06v12.1996h-2.06V73.8467Zm12.414 8.1248v.2313h-6.474c.082 1.3097 1.015 2.3132 2.367 2.3132 1.305 0 1.835-.6797 1.981-.911h2.029c-.13.8612-1.239 2.6691-4.01 2.6691-2.64 0-4.427-1.888-4.427-4.4076 0-2.6033 1.77-4.4094 4.266-4.4094s4.268 1.7776 4.268 4.5144Zm-6.41-1.2278h4.252c-.305-1.0677-1.063-1.6566-2.11-1.6566-1.111-.0018-1.884.6121-2.142 1.6548v.0018Zm10.997.048h2.674c0-1.0107-.741-1.6566-1.948-1.6566-1.144 0-1.556.6299-1.69.8452h-2.075c.173-.879 1.191-2.5356 3.769-2.5356 2.527 0 3.928 1.3594 3.928 3.347v2.8346c0 .5143.173.7118.643.7634v1.7065h-.643c-1.047-.0161-1.675-.4146-1.901-1.1602-.385.6139-1.255 1.2936-2.639 1.2936-1.917 0-3.366-1.1103-3.366-2.8346 0-1.7242 1.236-2.6033 3.248-2.6033Zm2.674 2.1549v-.7118h-2.335c-.966 0-1.556.3559-1.556 1.1264 0 .8132.742 1.2936 1.772 1.2936 1.153 0 2.119-.5801 2.119-1.7082Zm6.892-.331c-1.788-.1316-2.996-.9947-2.996-2.6193 0-1.5747 1.4-2.5694 3.59-2.5694 2.939 0 3.768 1.5587 3.993 2.3701h-2.173c-.145-.1779-.612-.7615-1.835-.7615-.982 0-1.497.3309-1.497.8452 0 .4644.345.7633 1.158.879l1.383.1495c2.207.1975 3.111 1.0676 3.111 2.7171 0 1.5748-1.272 2.6531-3.768 2.6531-3.027 0-4.009-1.8078-4.169-2.5854h2.205c.082.1975.579.9448 1.964.9448 1.144 0 1.675-.3986 1.675-.9288 0-.5303-.289-.8292-1.21-.9449-.579-.0498-.868-.0819-1.431-.1495Zm8.371 3.4307h-2.045V73.8467h2.045v5.2226c.273-.4894.667-.8955 1.142-1.1768.475-.2814 1.015-.4279 1.563-.4247 2.045 0 3.398 1.5427 3.398 3.6798v4.8987h-2.074v-4.4752c0-1.3256-.757-2.2047-1.981-2.2047-1.224 0-2.045.8897-2.045 2.2047l-.003 4.4752ZM421.906 62.125v1.9531h-4.109V68h-2.172V57.5312h7.141v1.9532h-4.969v2.6406h4.109Zm6.75-2.2188c.771 0 1.433.1667 1.985.5.562.3334.989.7969 1.281 1.3907.302.5833.453 1.2604.453 2.0312v.8438h-5.719c.104.5312.365.9583.782 1.2812.416.3229.927.4844 1.531.4844.573 0 1.093-.1146 1.562-.3437.469-.2292.844-.4636 1.125-.7032l-.015 1.8438c-.25.2187-.625.4427-1.125.6718-.49.2188-1.032.3282-1.625.3282-.782 0-1.495-.1771-2.141-.5313-.635-.3541-1.146-.8385-1.531-1.4531-.375-.6146-.563-1.3177-.563-2.1094 0-.7708.172-1.4739.516-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.291-.5938 2.062-.5938Zm-.047 1.7344c-.489 0-.901.1511-1.234.4532-.333.302-.563.7083-.687 1.2187h3.781c-.042-.5625-.25-.9792-.625-1.25-.375-.2813-.787-.4219-1.235-.4219Zm8.438-3.8281v2.2969h2.187v1.6562h-2.187v3.4063c0 .3541.078.6354.234.8437.167.1979.412.2969.735.2969.281 0 .52-.0313.718-.0937.209-.0626.401-.1511.578-.2657v1.5781c-.197.198-.447.3646-.75.5-.291.1355-.661.2032-1.109.2032-.708 0-1.286-.224-1.734-.6719-.438-.4583-.657-1.0833-.657-1.875v-3.9219h-1.421V60.75c.5-.1771.958-.5104 1.375-1 .427-.4896.765-1.1354 1.015-1.9375h1.016Zm7.812 2.0937c.584 0 1.063.0938 1.438.2813s.672.3698.891.5469v1.8281c-.271-.1979-.579-.3646-.922-.5-.334-.1354-.745-.2031-1.235-.2031-.396 0-.765.0989-1.109.2968-.333.198-.599.4636-.797.7969-.198.3334-.297.7136-.297 1.1407 0 .6458.208 1.177.625 1.5937.417.4167.943.625 1.578.625.49 0 .901-.0625 1.235-.1875.343-.1354.651-.3021.922-.5v1.8125c-.219.1875-.516.3698-.891.5469-.375.1666-.854.25-1.438.25-.802 0-1.515-.1875-2.14-.5625-.615-.3854-1.104-.8907-1.469-1.5157-.354-.6354-.531-1.3229-.531-2.0624 0-.5521.099-1.0782.297-1.5782.208-.5.5-.9427.875-1.3281.375-.3958.812-.7083 1.312-.9375.511-.2292 1.063-.3438 1.656-.3438Zm8.469 0c.802 0 1.474.2709 2.016.8126.541.5416.812 1.3541.812 2.4374V68h-1.984l-.016-4.5781c0-.5313-.13-.9271-.39-1.1875-.25-.2604-.599-.3906-1.047-.3906-.354 0-.688.1145-1 .3437-.302.2292-.563.5-.781.8125v5h-1.985V56.75h1.985v4.4844c.239-.3229.562-.625.968-.9063.417-.2812.891-.4219 1.422-.4219Zm12.656-2.0937v2.2969h2.188v1.6562h-2.188v3.4063c0 .3541.078.6354.235.8437.166.1979.411.2969.734.2969.281 0 .521-.0313.719-.0937.208-.0626.401-.1511.578-.2657v1.5781c-.198.198-.448.3646-.75.5-.292.1355-.661.2032-1.109.2032-.709 0-1.287-.224-1.735-.6719-.437-.4583-.656-1.0833-.656-1.875v-3.9219h-1.422V60.75c.5-.1771.958-.5104 1.375-1 .427-.4896.766-1.1354 1.016-1.9375h1.015Zm7.891 2.0937c.771 0 1.474.1876 2.109.5626.636.3645 1.146.8645 1.532 1.5.395.625.593 1.3281.593 2.1093 0 .7813-.198 1.4844-.593 2.1094-.386.625-.896 1.125-1.532 1.5-.635.3646-1.338.5469-2.109.5469-.76 0-1.464-.1823-2.109-.5469-.636-.375-1.146-.875-1.532-1.5-.385-.625-.578-1.3281-.578-2.1094 0-.7812.193-1.4843.578-2.1093.386-.6355.896-1.1355 1.532-1.5.645-.375 1.349-.5626 2.109-.5626Zm0 1.9219c-.375 0-.724.0886-1.047.2657-.323.177-.583.4322-.781.7656-.188.3333-.281.7396-.281 1.2187 0 .4792.093.8854.281 1.2188.198.3333.458.5885.781.7656.323.1667.672.25 1.047.25.375 0 .724-.0833 1.047-.25.323-.1771.583-.4323.781-.7656.198-.3334.297-.7396.297-1.2188 0-.4791-.099-.8854-.297-1.2187-.198-.3334-.458-.5886-.781-.7656-.323-.1771-.672-.2657-1.047-.2657Zm9.234-1.9219c.427 0 .86.099 1.297.2969.438.1979.802.4636 1.094.7969v-.8906h1.984v7.6875c0 .8958-.198 1.651-.593 2.2656-.396.625-.922 1.099-1.579 1.4219-.656.3333-1.374.5-2.156.5-.698 0-1.271-.1042-1.718-.3125-.448-.2084-.865-.4479-1.25-.7188v-1.875c.239.1459.489.3021.75.4688.27.1666.572.3073.906.4219.344.1145.739.1718 1.187.1718.469 0 .891-.0885 1.266-.2656s.667-.4271.875-.75c.219-.3125.328-.6719.328-1.0781v-1.375c-.229.4271-.562.7969-1 1.1093-.438.3021-.948.4532-1.531.4532-.636 0-1.224-.1615-1.766-.4844-.531-.3229-.958-.7917-1.281-1.4062-.323-.6146-.484-1.3594-.484-2.2344s.161-1.625.484-2.25c.333-.625.776-1.1042 1.328-1.4375.562-.3438 1.182-.5157 1.859-.5157Zm.407 1.9532c-.417 0-.776.1094-1.078.3281-.292.2083-.521.4844-.688.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.365.4062.844.6094 1.438.6094.354 0 .682-.0886.984-.2656.313-.1876.563-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.281-.3021-.589-.5364-.922-.7031-.323-.1771-.677-.2656-1.062-.2656Zm9.531-1.9532c.427 0 .859.099 1.297.2969.437.1979.802.4636 1.094.7969v-.8906h1.984v7.6875c0 .8958-.198 1.651-.594 2.2656-.396.625-.922 1.099-1.578 1.4219-.656.3333-1.375.5-2.156.5-.698 0-1.271-.1042-1.719-.3125-.448-.2084-.865-.4479-1.25-.7188v-1.875c.24.1459.49.3021.75.4688.271.1666.573.3073.906.4219.344.1145.74.1718 1.188.1718.469 0 .89-.0885 1.265-.2656.375-.1771.667-.4271.875-.75.219-.3125.329-.6719.329-1.0781v-1.375c-.23.4271-.563.7969-1 1.1093-.438.3021-.948.4532-1.532.4532-.635 0-1.224-.1615-1.765-.4844-.532-.3229-.959-.7917-1.282-1.4062-.323-.6146-.484-1.3594-.484-2.2344s.161-1.625.484-2.25c.334-.625.776-1.1042 1.329-1.4375.562-.3438 1.182-.5157 1.859-.5157Zm.406 1.9532c-.417 0-.776.1094-1.078.3281-.292.2083-.521.4844-.687.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.364.4062.843.6094 1.437.6094.354 0 .683-.0886.985-.2656.312-.1876.562-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.282-.3021-.589-.5364-.922-.7031-.323-.1771-.677-.2656-1.063-.2656Zm8.391-5.1094V68h-1.985V56.75h1.985Zm5.875 3.1562c.771 0 1.432.1667 1.984.5.563.3334.99.7969 1.281 1.3907.302.5833.454 1.2604.454 2.0312v.8438h-5.719c.104.5312.364.9583.781 1.2812.417.3229.927.4844 1.531.4844.573 0 1.094-.1146 1.563-.3437.468-.2292.844-.4636 1.125-.7032l-.016 1.8438c-.25.2187-.625.4427-1.125.6718-.489.2188-1.031.3282-1.625.3282-.781 0-1.495-.1771-2.141-.5313-.635-.3541-1.145-.8385-1.531-1.4531-.375-.6146-.562-1.3177-.562-2.1094 0-.7708.172-1.4739.515-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.292-.5938 2.063-.5938Zm-.047 1.7344c-.49 0-.901.1511-1.234.4532-.334.302-.563.7083-.688 1.2187h3.781c-.041-.5625-.25-.9792-.625-1.25-.375-.2813-.786-.4219-1.234-.4219Zm8.125-1.7344c.489 0 .943.073 1.359.2188.417.1458.74.3125.969.5v1.75c-.25-.1667-.557-.3281-.922-.4844-.354-.1562-.724-.2344-1.109-.2344-.375 0-.672.0834-.891.25-.219.1667-.328.3646-.328.5938 0 .1667.063.3229.187.4688.126.1354.365.2552.719.3593l.891.2969c1.198.3542 1.797 1.0469 1.797 2.0781 0 .4896-.141.9271-.422 1.3125-.271.375-.641.6719-1.109.8906-.459.2188-.969.3282-1.532.3282-.531 0-1.047-.0834-1.547-.25-.5-.1667-.88-.349-1.14-.5469v-1.7344c.198.1354.437.2657.719.3907.281.125.572.2291.874.3124.303.073.579.1094.829.1094.395 0 .698-.0677.906-.2031.219-.1458.328-.349.328-.6094 0-.1979-.089-.3541-.266-.4687-.177-.1146-.437-.2292-.781-.3438l-.969-.3437c-.604-.1979-1.02-.4792-1.25-.8438-.229-.3646-.343-.7969-.343-1.2969 0-.5.125-.9322.375-1.2968.26-.375.619-.6667 1.078-.875.458-.2188.984-.3282 1.578-.3282Zm-6.164 33.2575 8.421-6.8897c.489-.4001.489-1.1479 0-1.548l-8.421-6.8897c-.653-.5342-1.633-.0697-1.633.7739v13.7796c0 .8436.98 1.3081 1.633.7739Z" />
|
|
11
|
+
<path stroke="#1A4049" stroke-linecap="round" stroke-width="4" d="M416.5 85.5h94" />
|
|
12
|
+
<rect width="86" height="62" x="296" y="41" fill="#fff" rx="11" />
|
|
13
|
+
<path fill="#1A4049"
|
|
14
|
+
d="M327.82 70.7812v1.7657h-4.625v2.5312h5.235V77h-7.407V66.5312h7.407v1.875h-5.235v2.375h4.625Zm10.578-5.0312V77h-1.984v-1.3281c-.229.4271-.562.7969-1 1.1093-.437.3021-.948.4532-1.531.4532-.636 0-1.224-.1615-1.766-.4844-.531-.3229-.958-.7917-1.281-1.4062-.323-.6146-.484-1.3594-.484-2.2344s.161-1.625.484-2.25c.333-.625.776-1.1042 1.328-1.4375.563-.3438 1.182-.5157 1.859-.5157.428 0 .86.099 1.297.2969.438.1979.802.4636 1.094.7969v-4.25h1.984Zm-3.968 5.1094c-.417 0-.776.1094-1.078.3281-.292.2083-.521.4844-.688.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.365.4167.844.625 1.438.625.354 0 .682-.0938.984-.2812.313-.1876.563-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.281-.3021-.588-.5364-.922-.7031-.323-.1771-.677-.2656-1.062-.2656Zm9.531-1.9532c.427 0 .859.099 1.297.2969.437.1979.802.4636 1.094.7969v-.8906h1.984v7.6875c0 .8958-.198 1.651-.594 2.2656-.396.625-.922 1.099-1.578 1.4219-.656.3333-1.375.5-2.156.5-.698 0-1.271-.1042-1.719-.3125-.448-.2084-.865-.4479-1.25-.7188v-1.875c.24.1459.49.3021.75.4688.271.1666.573.3073.906.4219.344.1145.74.1718 1.188.1718.469 0 .89-.0885 1.265-.2656.375-.1771.667-.4271.875-.75.219-.3125.329-.6719.329-1.0781v-1.375c-.23.4271-.563.7969-1 1.1093-.438.3021-.948.4532-1.532.4532-.635 0-1.224-.1615-1.765-.4844-.532-.3229-.959-.7917-1.282-1.4062-.322-.6146-.484-1.3594-.484-2.2344s.162-1.625.484-2.25c.334-.625.776-1.1042 1.329-1.4375.562-.3438 1.182-.5157 1.859-.5157Zm.406 1.9532c-.416 0-.776.1094-1.078.3281-.292.2083-.521.4844-.687.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.364.4062.844.6094 1.437.6094.354 0 .683-.0886.985-.2656.312-.1876.562-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.282-.3021-.589-.5364-.922-.7031-.323-.1771-.677-.2656-1.063-.2656Zm9.86-1.9532c.77 0 1.432.1667 1.984.5.562.3334.99.7969 1.281 1.3907.302.5833.453 1.2604.453 2.0312v.8438h-5.718c.104.5312.364.9583.781 1.2812.416.3229.927.4844 1.531.4844.573 0 1.094-.1146 1.563-.3437.468-.2292.843-.4636 1.125-.7032l-.016 1.8438c-.25.2187-.625.4427-1.125.6718-.49.2188-1.031.3282-1.625.3282-.781 0-1.495-.1771-2.141-.5313-.635-.3541-1.146-.8385-1.531-1.4531-.375-.6146-.562-1.3177-.562-2.1094 0-.7708.171-1.4739.515-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.292-.5938 2.063-.5938Zm-.047 1.7344c-.49 0-.901.1511-1.235.4532-.333.302-.562.7083-.687 1.2187h3.781c-.042-.5625-.25-.9792-.625-1.25-.375-.2813-.786-.4219-1.234-.4219Z" />
|
|
15
|
+
<rect width="86" height="62" x="296" y="41" stroke="#1A4049" stroke-width="2" rx="11" />
|
|
16
|
+
<path fill="#1A4049"
|
|
17
|
+
d="M166.906 62.125v1.9531h-4.109V68h-2.172V57.5312h7.141v1.9532h-4.969v2.6406h4.109Zm6.75-2.2188c.771 0 1.433.1667 1.985.5.562.3334.989.7969 1.281 1.3907.302.5833.453 1.2604.453 2.0312v.8438h-5.719c.104.5312.365.9583.782 1.2812.416.3229.927.4844 1.531.4844.573 0 1.093-.1146 1.562-.3437.469-.2292.844-.4636 1.125-.7032l-.015 1.8438c-.25.2187-.625.4427-1.125.6718-.49.2188-1.032.3282-1.625.3282-.782 0-1.495-.1771-2.141-.5313-.635-.3541-1.146-.8385-1.531-1.4531-.375-.6146-.563-1.3177-.563-2.1094 0-.7708.172-1.4739.516-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.291-.5938 2.062-.5938Zm-.047 1.7344c-.489 0-.901.1511-1.234.4532-.333.302-.563.7083-.687 1.2187h3.781c-.042-.5625-.25-.9792-.625-1.25-.375-.2813-.787-.4219-1.235-.4219Zm8.438-3.8281v2.2969h2.187v1.6562h-2.187v3.4063c0 .3541.078.6354.234.8437.167.1979.412.2969.735.2969.281 0 .52-.0313.718-.0937.209-.0626.401-.1511.578-.2657v1.5781c-.197.198-.447.3646-.75.5-.291.1355-.661.2032-1.109.2032-.708 0-1.286-.224-1.734-.6719-.438-.4583-.657-1.0833-.657-1.875v-3.9219h-1.421V60.75c.5-.1771.958-.5104 1.375-1 .427-.4896.765-1.1354 1.015-1.9375h1.016Zm7.812 2.0937c.584 0 1.063.0938 1.438.2813s.672.3698.891.5469v1.8281c-.271-.1979-.579-.3646-.922-.5-.334-.1354-.745-.2031-1.235-.2031-.396 0-.765.0989-1.109.2968-.333.198-.599.4636-.797.7969-.198.3334-.297.7136-.297 1.1407 0 .6458.208 1.177.625 1.5937.417.4167.943.625 1.578.625.49 0 .901-.0625 1.235-.1875.343-.1354.651-.3021.922-.5v1.8125c-.219.1875-.516.3698-.891.5469-.375.1666-.854.25-1.438.25-.802 0-1.515-.1875-2.14-.5625-.615-.3854-1.104-.8907-1.469-1.5157-.354-.6354-.531-1.3229-.531-2.0624 0-.5521.099-1.0782.297-1.5782.208-.5.5-.9427.875-1.3281.375-.3958.812-.7083 1.312-.9375.511-.2292 1.063-.3438 1.656-.3438Zm8.469 0c.802 0 1.474.2709 2.016.8126.541.5416.812 1.3541.812 2.4374V68h-1.984l-.016-4.5781c0-.5313-.13-.9271-.39-1.1875-.25-.2604-.599-.3906-1.047-.3906-.354 0-.688.1145-1 .3437-.302.2292-.563.5-.781.8125v5h-1.985V56.75h1.985v4.4844c.239-.3229.562-.625.968-.9063.417-.2812.891-.4219 1.422-.4219Zm12.656-2.0937v2.2969h2.188v1.6562h-2.188v3.4063c0 .3541.078.6354.235.8437.166.1979.411.2969.734.2969.281 0 .521-.0313.719-.0937.208-.0626.401-.1511.578-.2657v1.5781c-.198.198-.448.3646-.75.5-.292.1355-.661.2032-1.109.2032-.709 0-1.287-.224-1.735-.6719-.437-.4583-.656-1.0833-.656-1.875v-3.9219h-1.422V60.75c.5-.1771.958-.5104 1.375-1 .427-.4896.766-1.1354 1.016-1.9375h1.015Zm7.891 2.0937c.771 0 1.474.1876 2.109.5626.636.3645 1.146.8645 1.532 1.5.395.625.593 1.3281.593 2.1093 0 .7813-.198 1.4844-.593 2.1094-.386.625-.896 1.125-1.532 1.5-.635.3646-1.338.5469-2.109.5469-.76 0-1.464-.1823-2.109-.5469-.636-.375-1.146-.875-1.532-1.5-.385-.625-.578-1.3281-.578-2.1094 0-.7812.193-1.4843.578-2.1093.386-.6355.896-1.1355 1.532-1.5.645-.375 1.349-.5626 2.109-.5626Zm0 1.9219c-.375 0-.724.0886-1.047.2657-.323.177-.583.4322-.781.7656-.188.3333-.281.7396-.281 1.2187 0 .4792.093.8854.281 1.2188.198.3333.458.5885.781.7656.323.1667.672.25 1.047.25.375 0 .724-.0833 1.047-.25.323-.1771.583-.4323.781-.7656.198-.3334.297-.7396.297-1.2188 0-.4791-.099-.8854-.297-1.2187-.198-.3334-.458-.5886-.781-.7656-.323-.1771-.672-.2657-1.047-.2657Zm9.234-1.9219c.427 0 .86.099 1.297.2969.438.1979.802.4636 1.094.7969v-.8906h1.984v7.6875c0 .8958-.198 1.651-.593 2.2656-.396.625-.922 1.099-1.579 1.4219-.656.3333-1.374.5-2.156.5-.698 0-1.271-.1042-1.718-.3125-.448-.2084-.865-.4479-1.25-.7188v-1.875c.239.1459.489.3021.75.4688.27.1666.572.3073.906.4219.344.1145.739.1718 1.187.1718.469 0 .891-.0885 1.266-.2656s.667-.4271.875-.75c.219-.3125.328-.6719.328-1.0781v-1.375c-.229.4271-.562.7969-1 1.1093-.438.3021-.948.4532-1.531.4532-.636 0-1.224-.1615-1.766-.4844-.531-.3229-.958-.7917-1.281-1.4062-.323-.6146-.484-1.3594-.484-2.2344s.161-1.625.484-2.25c.333-.625.776-1.1042 1.328-1.4375.562-.3438 1.182-.5157 1.859-.5157Zm.407 1.9532c-.417 0-.776.1094-1.078.3281-.292.2083-.521.4844-.688.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.365.4062.844.6094 1.438.6094.354 0 .682-.0886.984-.2656.313-.1876.563-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.281-.3021-.589-.5364-.922-.7031-.323-.1771-.677-.2656-1.062-.2656Zm9.531-1.9532c.427 0 .859.099 1.297.2969.437.1979.802.4636 1.094.7969v-.8906h1.984v7.6875c0 .8958-.198 1.651-.594 2.2656-.396.625-.922 1.099-1.578 1.4219-.656.3333-1.375.5-2.156.5-.698 0-1.271-.1042-1.719-.3125-.448-.2084-.865-.4479-1.25-.7188v-1.875c.24.1459.49.3021.75.4688.271.1666.573.3073.906.4219.344.1145.74.1718 1.188.1718.469 0 .89-.0885 1.265-.2656.375-.1771.667-.4271.875-.75.219-.3125.329-.6719.329-1.0781v-1.375c-.23.4271-.563.7969-1 1.1093-.438.3021-.948.4532-1.532.4532-.635 0-1.224-.1615-1.765-.4844-.532-.3229-.959-.7917-1.282-1.4062-.323-.6146-.484-1.3594-.484-2.2344s.161-1.625.484-2.25c.334-.625.776-1.1042 1.329-1.4375.562-.3438 1.182-.5157 1.859-.5157Zm.406 1.9532c-.417 0-.776.1094-1.078.3281-.292.2083-.521.4844-.687.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.364.4062.843.6094 1.437.6094.354 0 .683-.0886.985-.2656.312-.1876.562-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.282-.3021-.589-.5364-.922-.7031-.323-.1771-.677-.2656-1.063-.2656Zm8.391-5.1094V68h-1.985V56.75h1.985Zm5.875 3.1562c.771 0 1.432.1667 1.984.5.563.3334.99.7969 1.281 1.3907.302.5833.454 1.2604.454 2.0312v.8438h-5.719c.104.5312.364.9583.781 1.2812.417.3229.927.4844 1.531.4844.573 0 1.094-.1146 1.563-.3437.468-.2292.844-.4636 1.125-.7032l-.016 1.8438c-.25.2187-.625.4427-1.125.6718-.489.2188-1.031.3282-1.625.3282-.781 0-1.495-.1771-2.141-.5313-.635-.3541-1.145-.8385-1.531-1.4531-.375-.6146-.562-1.3177-.562-2.1094 0-.7708.172-1.4739.515-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.292-.5938 2.063-.5938Zm-.047 1.7344c-.49 0-.901.1511-1.234.4532-.334.302-.563.7083-.688 1.2187h3.781c-.041-.5625-.25-.9792-.625-1.25-.375-.2813-.786-.4219-1.234-.4219Zm8.125-1.7344c.489 0 .943.073 1.359.2188.417.1458.74.3125.969.5v1.75c-.25-.1667-.557-.3281-.922-.4844-.354-.1562-.724-.2344-1.109-.2344-.375 0-.672.0834-.891.25-.219.1667-.328.3646-.328.5938 0 .1667.063.3229.187.4688.126.1354.365.2552.719.3593l.891.2969c1.198.3542 1.797 1.0469 1.797 2.0781 0 .4896-.141.9271-.422 1.3125-.271.375-.641.6719-1.109.8906-.459.2188-.969.3282-1.532.3282-.531 0-1.047-.0834-1.547-.25-.5-.1667-.88-.349-1.14-.5469v-1.7344c.198.1354.437.2657.719.3907.281.125.572.2291.874.3124.303.073.579.1094.829.1094.395 0 .698-.0677.906-.2031.219-.1458.328-.349.328-.6094 0-.1979-.089-.3541-.266-.4687-.177-.1146-.437-.2292-.781-.3438l-.969-.3437c-.604-.1979-1.02-.4792-1.25-.8438-.229-.3646-.343-.7969-.343-1.2969 0-.5.125-.9322.375-1.2968.26-.375.619-.6667 1.078-.875.458-.2188.984-.3282 1.578-.3282Zm-6.164 33.2575 8.421-6.8897c.489-.4001.489-1.1479 0-1.548l-8.421-6.8897c-.653-.5342-1.633-.0697-1.633.7739v13.7796c0 .8436.98 1.3081 1.633.7739Z" />
|
|
18
|
+
<path stroke="#1A4049" stroke-linecap="round" stroke-width="4" d="M161.5 85.5h94" />
|
|
19
|
+
<path fill="#1A4049"
|
|
20
|
+
d="M67.6562 66.2969c.6563 0 1.224.0937 1.7032.2812.4791.1771.8958.4219 1.25.7344V69.5c-.25-.1875-.5104-.3698-.7813-.5469-.2708-.1771-.5781-.3229-.9219-.4375-.3333-.1146-.7291-.1718-1.1874-.1718-.625 0-1.1928.151-1.7032.4531-.5104.3021-.9166.7083-1.2187 1.2187-.3021.5104-.4531 1.0938-.4531 1.75 0 .6459.151 1.2292.4531 1.75.3021.5104.7083.9167 1.2187 1.2188.5104.2916 1.0782.4375 1.7032.4375.6979 0 1.2812-.1042 1.75-.3125.4791-.2188.9114-.4844 1.2968-.7969v2.1094c-.3541.3229-.7968.5833-1.3281.7812-.5313.1875-1.125.2813-1.7813.2813-.75 0-1.4583-.1302-2.125-.3906-.6666-.2709-1.2552-.6459-1.7656-1.125-.5104-.4896-.9114-1.0678-1.2031-1.7344-.2917-.6667-.4375-1.4063-.4375-2.2188 0-.8125.1458-1.5521.4375-2.2187.2917-.6667.6927-1.2396 1.2031-1.7188.5104-.4896 1.099-.8646 1.7656-1.125.6667-.2708 1.375-.4062 2.125-.4062Zm7.0157-.5469V77h-1.9844V65.75h1.9844ZM78.75 65c.375 0 .6979.1354.9688.4062.2708.2605.4062.573.4062.9376 0 .3541-.1354.6666-.4062.9374-.2709.2709-.5938.4063-.9688.4063s-.6979-.1354-.9688-.4063c-.2604-.2708-.3906-.5833-.3906-.9374 0-.3646.1302-.6771.3906-.9376.2709-.2708.5938-.4062.9688-.4062Zm1.1562 4.1094V77h-1.9843v-6.2031h-1.2657v-1.6875h3.25Zm5.9532-.2032c.7708 0 1.4323.1667 1.9844.5.5624.3334.9895.7969 1.2812 1.3907.3021.5833.4531 1.2604.4531 2.0312v.8438h-5.7187c.1041.5312.3646.9583.7812 1.2812.4167.3229.9271.4844 1.5313.4844.5729 0 1.0937-.1146 1.5625-.3437.4687-.2292.8437-.4636 1.125-.7032l-.0156 1.8438c-.25.2187-.625.4427-1.125.6718-.4896.2188-1.0313.3282-1.625.3282-.7813 0-1.4948-.1771-2.1407-.5313-.6354-.3541-1.1458-.8385-1.5312-1.4531-.375-.6146-.5625-1.3177-.5625-2.1094 0-.7708.1718-1.4739.5156-2.1094.3438-.6354.8177-1.1458 1.4219-1.5312.6041-.3958 1.2916-.5938 2.0625-.5938Zm-.0469 1.7344c-.4896 0-.901.1511-1.2344.4532-.3333.302-.5625.7083-.6875 1.2187h3.7813c-.0417-.5625-.25-.9792-.625-1.25-.375-.2813-.7865-.4219-1.2344-.4219Zm7.5625-1.5312v1.125c.2396-.3229.5625-.625.9688-.9063.4166-.2812.8906-.4219 1.4218-.4219.8021 0 1.474.2709 2.0156.8126.5417.5416.8126 1.3541.8126 2.4374V77h-1.9844l-.0156-4.5781c0-.5313-.1303-.9271-.3907-1.1875-.25-.2604-.5989-.3906-1.0469-.3906-.3541 0-.6874.1145-1 .3437-.302.2292-.5624.5-.7812.8125v5h-1.9844v-7.8906h1.9844Zm10.125-2.2969v2.2969h2.188v1.6562H103.5v3.4063c0 .3541.078.6354.234.8437.167.1979.412.2969.735.2969.281 0 .521-.0313.719-.0937.208-.0626.401-.1511.578-.2657v1.5781c-.198.198-.448.3646-.75.5-.292.1355-.662.2032-1.11.2032-.708 0-1.286-.224-1.734-.6719-.438-.4583-.656-1.0833-.656-1.875v-3.9219h-1.422V69.75c.5-.1771.958-.5104 1.375-1 .427-.4896.765-1.1354 1.015-1.9375h1.016Z" />
|
|
21
|
+
<rect width="86" height="62" x="41" y="41" stroke="#1A4049" stroke-width="2" rx="7" />
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="704" height="144" fill="none" viewBox="0 0 704 144">
|
|
2
|
+
<rect width="704" height="144" fill="#F1F0FC" rx="8" />
|
|
3
|
+
<path fill="#1A4049"
|
|
4
|
+
d="M544.203 71.125v1.9531h-4.109V77h-2.172V66.5312h7.14v1.9532h-4.968v2.6406h4.109Zm6.75-2.2188c.771 0 1.432.1667 1.985.5.562.3334.989.7969 1.281 1.3907.302.5833.453 1.2604.453 2.0312v.8438h-5.719c.104.5312.365.9583.781 1.2812.417.3229.927.4844 1.532.4844.573 0 1.093-.1146 1.562-.3437.469-.2292.844-.4636 1.125-.7032l-.015 1.8438c-.25.2187-.626.4427-1.126.6718-.489.2188-1.031.3282-1.624.3282-.782 0-1.495-.1771-2.141-.5313-.636-.3541-1.146-.8385-1.531-1.4531-.375-.6146-.563-1.3177-.563-2.1094 0-.7708.172-1.4739.516-2.1094.343-.6354.817-1.1458 1.422-1.5312.604-.3958 1.291-.5938 2.062-.5938Zm-.047 1.7344c-.489 0-.901.1511-1.234.4532-.333.302-.563.7083-.688 1.2187h3.782c-.042-.5625-.25-.9792-.625-1.25-.375-.2813-.787-.4219-1.235-.4219Zm8.703-1.7344c.427 0 .86.099 1.297.2969.438.1979.802.4636 1.094.7969v-.8906h1.984V77H562v-1.3281c-.229.4271-.562.7969-1 1.1093-.438.3021-.948.4532-1.531.4532-.636 0-1.224-.1615-1.766-.4844-.531-.3229-.958-.7917-1.281-1.4062-.323-.6146-.484-1.3594-.484-2.2344s.161-1.625.484-2.25c.333-.625.776-1.1042 1.328-1.4375.562-.3438 1.182-.5157 1.859-.5157Zm.407 1.9376c-.417 0-.776.1093-1.078.3281-.292.2083-.521.4843-.688.8281-.167.3438-.25.7135-.25 1.1094 0 .5937.177 1.0989.531 1.5156.365.4167.844.625 1.438.625.354 0 .682-.0938.984-.2812.313-.1876.563-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.281-.3021-.589-.5416-.922-.7187-.323-.1771-.677-.2656-1.062-.2656Zm9.265-4.0313v2.2969h2.188v1.6562h-2.188v3.4063c0 .3541.078.6354.235.8437.166.1979.411.2969.734.2969.281 0 .521-.0313.719-.0937.208-.0626.401-.1511.578-.2657v1.5781c-.198.198-.448.3646-.75.5-.292.1355-.662.2032-1.109.2032-.709 0-1.287-.224-1.735-.6719-.437-.4583-.656-1.0833-.656-1.875v-3.9219h-1.422V69.75c.5-.1771.958-.5104 1.375-1 .427-.4896.766-1.1354 1.016-1.9375h1.015Zm11.266 2.2969v4.7031c0 .6979-.156 1.3021-.469 1.8125-.312.5-.739.8854-1.281 1.1562-.531.2709-1.136.4063-1.813.4063-.687 0-1.302-.1354-1.843-.4063-.532-.2708-.953-.6562-1.266-1.1562-.302-.5104-.453-1.1146-.453-1.8125v-4.7031h2l.016 4.3437c0 .6146.14 1.0729.421 1.375.282.3021.657.4531 1.125.4531.459 0 .828-.151 1.11-.4531.291-.3021.437-.7604.437-1.375v-4.3437h2.016Zm7.234 2.2187c-.333-.1875-.682-.2812-1.047-.2812-.458 0-.838.151-1.14.4531-.302.2917-.568.6562-.797 1.0938V77h-1.985v-7.8906h1.985v1.4844c.271-.4688.588-.8594.953-1.1719.375-.3125.797-.4688 1.266-.4688.281 0 .536.0469.765.1407v2.2343Zm4.985-2.4219c.77 0 1.432.1667 1.984.5.562.3334.99.7969 1.281 1.3907.302.5833.453 1.2604.453 2.0312v.8438h-5.718c.104.5312.364.9583.781 1.2812.417.3229.927.4844 1.531.4844.573 0 1.094-.1146 1.563-.3437.468-.2292.843-.4636 1.125-.7032l-.016 1.8438c-.25.2187-.625.4427-1.125.6718-.49.2188-1.031.3282-1.625.3282-.781 0-1.495-.1771-2.141-.5313-.635-.3541-1.145-.8385-1.531-1.4531-.375-.6146-.562-1.3177-.562-2.1094 0-.7708.172-1.4739.515-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.292-.5938 2.063-.5938Zm-.047 1.7344c-.49 0-.901.1511-1.235.4532-.333.302-.562.7083-.687 1.2187h3.781c-.042-.5625-.25-.9792-.625-1.25-.375-.2813-.786-.4219-1.234-.4219Zm8.125-1.7344c.489 0 .942.073 1.359.2188.417.1458.74.3125.969.5v1.75c-.25-.1667-.557-.3281-.922-.4844-.354-.1562-.724-.2344-1.109-.2344-.375 0-.672.0834-.891.25-.219.1667-.328.3646-.328.5938 0 .1667.062.3229.187.4688.125.1354.365.2552.719.3593l.891.2969c1.198.3542 1.797 1.0469 1.797 2.0781 0 .4896-.141.9271-.422 1.3125-.271.375-.641.6719-1.11.8906-.458.2188-.968.3282-1.531.3282-.531 0-1.047-.0834-1.547-.25-.5-.1667-.88-.349-1.14-.5469v-1.7344c.198.1354.437.2657.718.3907.282.125.573.2291.875.3124.302.073.579.1094.829.1094.395 0 .697-.0677.906-.2031.218-.1458.328-.349.328-.6094 0-.1979-.089-.3541-.266-.4687-.177-.1146-.437-.2292-.781-.3438l-.969-.3437c-.604-.1979-1.021-.4792-1.25-.8438-.229-.3646-.344-.7969-.344-1.2969 0-.5.126-.9322.376-1.2968.26-.375.619-.6667 1.078-.875.458-.2188.984-.3282 1.578-.3282Zm13.672.2032v1.6562h-2.047V77h-1.985v-6.2344h-1.203v-1.6562h1.203v-.7032c0-.6041.125-1.1197.375-1.5468.261-.4375.599-.7709 1.016-1 .417-.2292.875-.3438 1.375-.3438.333 0 .625.0365.875.1094.25.0729.469.1719.656.2969v1.6562c-.343-.2083-.739-.3073-1.187-.2969-.313.0105-.578.1146-.797.3126-.219.1874-.328.5-.328.9374v.5782h2.047ZM617.812 65c.376 0 .698.1354.969.4062.271.2605.407.573.407.9376 0 .3541-.136.6666-.407.9374-.271.2709-.593.4063-.969.4063-.374 0-.697-.1354-.968-.4063-.261-.2708-.391-.5833-.391-.9374 0-.3646.13-.6771.391-.9376.271-.2708.594-.4062.968-.4062Zm1.157 4.1094V77h-1.985v-6.2031h-1.265v-1.6875h3.25Zm4.484-3.3594V77h-1.984V65.75h1.984Zm5.875 3.1562c.771 0 1.432.1667 1.984.5.563.3334.99.7969 1.282 1.3907.302.5833.453 1.2604.453 2.0312v.8438h-5.719c.104.5312.365.9583.781 1.2812.417.3229.927.4844 1.532.4844.573 0 1.093-.1146 1.562-.3437.469-.2292.844-.4636 1.125-.7032l-.016 1.8438c-.25.2187-.624.4427-1.124.6718-.49.2188-1.032.3282-1.626.3282-.781 0-1.494-.1771-2.14-.5313-.636-.3541-1.146-.8385-1.531-1.4531-.375-.6146-.563-1.3177-.563-2.1094 0-.7708.172-1.4739.516-2.1094.344-.6354.817-1.1458 1.422-1.5312.604-.3958 1.291-.5938 2.062-.5938Zm-.047 1.7344c-.489 0-.901.1511-1.234.4532-.333.302-.563.7083-.688 1.2187h3.782c-.042-.5625-.25-.9792-.625-1.25-.375-.2813-.787-.4219-1.235-.4219Z" />
|
|
5
|
+
<rect width="158" height="62" x="506" y="41" stroke="#1A4049" stroke-width="2" rx="7" />
|
|
6
|
+
<path fill="#1A4049"
|
|
7
|
+
d="M387.906 62.125v1.9531h-4.109V68h-2.172V57.5312h7.141v1.9532h-4.969v2.6406h4.109Zm6.75-2.2188c.771 0 1.433.1667 1.985.5.562.3334.989.7969 1.281 1.3907.302.5833.453 1.2604.453 2.0312v.8438h-5.719c.104.5312.365.9583.782 1.2812.416.3229.927.4844 1.531.4844.573 0 1.093-.1146 1.562-.3437.469-.2292.844-.4636 1.125-.7032l-.015 1.8438c-.25.2187-.625.4427-1.125.6718-.49.2188-1.032.3282-1.625.3282-.782 0-1.495-.1771-2.141-.5313-.635-.3541-1.146-.8385-1.531-1.4531-.375-.6146-.563-1.3177-.563-2.1094 0-.7708.172-1.4739.516-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.291-.5938 2.062-.5938Zm-.047 1.7344c-.489 0-.901.1511-1.234.4532-.333.302-.563.7083-.687 1.2187h3.781c-.042-.5625-.25-.9792-.625-1.25-.375-.2813-.787-.4219-1.235-.4219Zm8.438-3.8281v2.2969h2.187v1.6562h-2.187v3.4063c0 .3541.078.6354.234.8437.167.1979.412.2969.735.2969.281 0 .52-.0313.718-.0937.209-.0626.401-.1511.578-.2657v1.5781c-.197.198-.447.3646-.75.5-.291.1355-.661.2032-1.109.2032-.708 0-1.286-.224-1.734-.6719-.438-.4583-.657-1.0833-.657-1.875v-3.9219h-1.421V60.75c.5-.1771.958-.5104 1.375-1 .427-.4896.765-1.1354 1.015-1.9375h1.016Zm7.812 2.0937c.584 0 1.063.0938 1.438.2813s.672.3698.891.5469v1.8281c-.271-.1979-.579-.3646-.922-.5-.334-.1354-.745-.2031-1.235-.2031-.396 0-.765.0989-1.109.2968-.333.198-.599.4636-.797.7969-.198.3334-.297.7136-.297 1.1407 0 .6458.208 1.177.625 1.5937.417.4167.943.625 1.578.625.49 0 .901-.0625 1.235-.1875.343-.1354.651-.3021.922-.5v1.8125c-.219.1875-.516.3698-.891.5469-.375.1666-.854.25-1.438.25-.802 0-1.515-.1875-2.14-.5625-.615-.3854-1.104-.8907-1.469-1.5157-.354-.6354-.531-1.3229-.531-2.0624 0-.5521.099-1.0782.297-1.5782.208-.5.5-.9427.875-1.3281.375-.3958.812-.7083 1.312-.9375.511-.2292 1.063-.3438 1.656-.3438Zm8.469 0c.802 0 1.474.2709 2.016.8126.541.5416.812 1.3541.812 2.4374V68h-1.984l-.016-4.5781c0-.5313-.13-.9271-.39-1.1875-.25-.2604-.599-.3906-1.047-.3906-.354 0-.688.1145-1 .3437-.302.2292-.563.5-.781.8125v5h-1.985V56.75h1.985v4.4844c.239-.3229.562-.625.968-.9063.417-.2812.891-.4219 1.422-.4219Zm12.656-2.0937v2.2969h2.188v1.6562h-2.188v3.4063c0 .3541.078.6354.235.8437.166.1979.411.2969.734.2969.281 0 .521-.0313.719-.0937.208-.0626.401-.1511.578-.2657v1.5781c-.198.198-.448.3646-.75.5-.292.1355-.661.2032-1.109.2032-.709 0-1.287-.224-1.735-.6719-.437-.4583-.656-1.0833-.656-1.875v-3.9219h-1.422V60.75c.5-.1771.958-.5104 1.375-1 .427-.4896.766-1.1354 1.016-1.9375h1.015Zm7.891 2.0937c.771 0 1.474.1876 2.109.5626.636.3645 1.146.8645 1.532 1.5.395.625.593 1.3281.593 2.1093 0 .7813-.198 1.4844-.593 2.1094-.386.625-.896 1.125-1.532 1.5-.635.3646-1.338.5469-2.109.5469-.76 0-1.464-.1823-2.109-.5469-.636-.375-1.146-.875-1.532-1.5-.385-.625-.578-1.3281-.578-2.1094 0-.7812.193-1.4843.578-2.1093.386-.6355.896-1.1355 1.532-1.5.645-.375 1.349-.5626 2.109-.5626Zm0 1.9219c-.375 0-.724.0886-1.047.2657-.323.177-.583.4322-.781.7656-.188.3333-.281.7396-.281 1.2187 0 .4792.093.8854.281 1.2188.198.3333.458.5885.781.7656.323.1667.672.25 1.047.25.375 0 .724-.0833 1.047-.25.323-.1771.583-.4323.781-.7656.198-.3334.297-.7396.297-1.2188 0-.4791-.099-.8854-.297-1.2187-.198-.3334-.458-.5886-.781-.7656-.323-.1771-.672-.2657-1.047-.2657Zm9.234-1.9219c.427 0 .86.099 1.297.2969.438.1979.802.4636 1.094.7969v-.8906h1.984v7.6875c0 .8958-.198 1.651-.593 2.2656-.396.625-.922 1.099-1.579 1.4219-.656.3333-1.374.5-2.156.5-.698 0-1.271-.1042-1.718-.3125-.448-.2084-.865-.4479-1.25-.7188v-1.875c.239.1459.489.3021.75.4688.27.1666.572.3073.906.4219.344.1145.739.1718 1.187.1718.469 0 .891-.0885 1.266-.2656s.667-.4271.875-.75c.219-.3125.328-.6719.328-1.0781v-1.375c-.229.4271-.562.7969-1 1.1093-.438.3021-.948.4532-1.531.4532-.636 0-1.224-.1615-1.766-.4844-.531-.3229-.958-.7917-1.281-1.4062-.323-.6146-.484-1.3594-.484-2.2344s.161-1.625.484-2.25c.333-.625.776-1.1042 1.328-1.4375.562-.3438 1.182-.5157 1.859-.5157Zm.407 1.9532c-.417 0-.776.1094-1.078.3281-.292.2083-.521.4844-.688.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.365.4062.844.6094 1.438.6094.354 0 .682-.0886.984-.2656.313-.1876.563-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.281-.3021-.589-.5364-.922-.7031-.323-.1771-.677-.2656-1.062-.2656Zm9.531-1.9532c.427 0 .859.099 1.297.2969.437.1979.802.4636 1.094.7969v-.8906h1.984v7.6875c0 .8958-.198 1.651-.594 2.2656-.396.625-.922 1.099-1.578 1.4219-.656.3333-1.375.5-2.156.5-.698 0-1.271-.1042-1.719-.3125-.448-.2084-.865-.4479-1.25-.7188v-1.875c.24.1459.49.3021.75.4688.271.1666.573.3073.906.4219.344.1145.74.1718 1.188.1718.469 0 .89-.0885 1.265-.2656.375-.1771.667-.4271.875-.75.219-.3125.329-.6719.329-1.0781v-1.375c-.23.4271-.563.7969-1 1.1093-.438.3021-.948.4532-1.532.4532-.635 0-1.224-.1615-1.765-.4844-.532-.3229-.959-.7917-1.282-1.4062-.323-.6146-.484-1.3594-.484-2.2344s.161-1.625.484-2.25c.334-.625.776-1.1042 1.329-1.4375.562-.3438 1.182-.5157 1.859-.5157Zm.406 1.9532c-.417 0-.776.1094-1.078.3281-.292.2083-.521.4844-.687.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.364.4062.843.6094 1.437.6094.354 0 .683-.0886.985-.2656.312-.1876.562-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.282-.3021-.589-.5364-.922-.7031-.323-.1771-.677-.2656-1.063-.2656Zm8.391-5.1094V68h-1.985V56.75h1.985Zm5.875 3.1562c.771 0 1.432.1667 1.984.5.563.3334.99.7969 1.281 1.3907.302.5833.454 1.2604.454 2.0312v.8438h-5.719c.104.5312.364.9583.781 1.2812.417.3229.927.4844 1.531.4844.573 0 1.094-.1146 1.563-.3437.468-.2292.844-.4636 1.125-.7032l-.016 1.8438c-.25.2187-.625.4427-1.125.6718-.489.2188-1.031.3282-1.625.3282-.781 0-1.495-.1771-2.141-.5313-.635-.3541-1.145-.8385-1.531-1.4531-.375-.6146-.562-1.3177-.562-2.1094 0-.7708.172-1.4739.515-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.292-.5938 2.063-.5938Zm-.047 1.7344c-.49 0-.901.1511-1.234.4532-.334.302-.563.7083-.688 1.2187h3.781c-.041-.5625-.25-.9792-.625-1.25-.375-.2813-.786-.4219-1.234-.4219Zm8.125-1.7344c.489 0 .943.073 1.359.2188.417.1458.74.3125.969.5v1.75c-.25-.1667-.557-.3281-.922-.4844-.354-.1562-.724-.2344-1.109-.2344-.375 0-.672.0834-.891.25-.219.1667-.328.3646-.328.5938 0 .1667.063.3229.187.4688.126.1354.365.2552.719.3593l.891.2969c1.198.3542 1.797 1.0469 1.797 2.0781 0 .4896-.141.9271-.422 1.3125-.271.375-.641.6719-1.109.8906-.459.2188-.969.3282-1.532.3282-.531 0-1.047-.0834-1.547-.25-.5-.1667-.88-.349-1.14-.5469v-1.7344c.198.1354.437.2657.719.3907.281.125.572.2291.874.3124.303.073.579.1094.829.1094.395 0 .698-.0677.906-.2031.219-.1458.328-.349.328-.6094 0-.1979-.089-.3541-.266-.4687-.177-.1146-.437-.2292-.781-.3438l-.969-.3437c-.604-.1979-1.02-.4792-1.25-.8438-.229-.3646-.343-.7969-.343-1.2969 0-.5.125-.9322.375-1.2968.26-.375.619-.6667 1.078-.875.458-.2188.984-.3282 1.578-.3282Zm-6.164 33.2575 8.421-6.8897c.489-.4001.489-1.1479 0-1.548l-8.421-6.8897c-.653-.5342-1.633-.0697-1.633.7739v13.7796c0 .8436.98 1.3081 1.633.7739Z" />
|
|
8
|
+
<path stroke="#1A4049" stroke-linecap="round" stroke-width="4" d="M382.5 85.5h94" />
|
|
9
|
+
<rect width="86" height="62" x="273" y="41" fill="#fff" rx="11" />
|
|
10
|
+
<path fill="#1A4049"
|
|
11
|
+
d="M304.82 70.7812v1.7657h-4.625v2.5312h5.235V77h-7.407V66.5312h7.407v1.875h-5.235v2.375h4.625Zm10.578-5.0312V77h-1.984v-1.3281c-.229.4271-.562.7969-1 1.1093-.437.3021-.948.4532-1.531.4532-.636 0-1.224-.1615-1.766-.4844-.531-.3229-.958-.7917-1.281-1.4062-.323-.6146-.484-1.3594-.484-2.2344s.161-1.625.484-2.25c.333-.625.776-1.1042 1.328-1.4375.563-.3438 1.182-.5157 1.859-.5157.428 0 .86.099 1.297.2969.438.1979.802.4636 1.094.7969v-4.25h1.984Zm-3.968 5.1094c-.417 0-.776.1094-1.078.3281-.292.2083-.521.4844-.688.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.365.4167.844.625 1.438.625.354 0 .682-.0938.984-.2812.313-.1876.563-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.281-.3021-.588-.5364-.922-.7031-.323-.1771-.677-.2656-1.062-.2656Zm9.531-1.9532c.427 0 .859.099 1.297.2969.437.1979.802.4636 1.094.7969v-.8906h1.984v7.6875c0 .8958-.198 1.651-.594 2.2656-.396.625-.922 1.099-1.578 1.4219-.656.3333-1.375.5-2.156.5-.698 0-1.271-.1042-1.719-.3125-.448-.2084-.865-.4479-1.25-.7188v-1.875c.24.1459.49.3021.75.4688.271.1666.573.3073.906.4219.344.1145.74.1718 1.188.1718.469 0 .89-.0885 1.265-.2656.375-.1771.667-.4271.875-.75.219-.3125.329-.6719.329-1.0781v-1.375c-.23.4271-.563.7969-1 1.1093-.438.3021-.948.4532-1.532.4532-.635 0-1.224-.1615-1.765-.4844-.532-.3229-.959-.7917-1.282-1.4062-.322-.6146-.484-1.3594-.484-2.2344s.162-1.625.484-2.25c.334-.625.776-1.1042 1.329-1.4375.562-.3438 1.182-.5157 1.859-.5157Zm.406 1.9532c-.416 0-.776.1094-1.078.3281-.292.2083-.521.4844-.687.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.364.4062.844.6094 1.437.6094.354 0 .683-.0886.985-.2656.312-.1876.562-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.282-.3021-.589-.5364-.922-.7031-.323-.1771-.677-.2656-1.063-.2656Zm9.86-1.9532c.77 0 1.432.1667 1.984.5.562.3334.99.7969 1.281 1.3907.302.5833.453 1.2604.453 2.0312v.8438h-5.718c.104.5312.364.9583.781 1.2812.416.3229.927.4844 1.531.4844.573 0 1.094-.1146 1.563-.3437.468-.2292.843-.4636 1.125-.7032l-.016 1.8438c-.25.2187-.625.4427-1.125.6718-.49.2188-1.031.3282-1.625.3282-.781 0-1.495-.1771-2.141-.5313-.635-.3541-1.146-.8385-1.531-1.4531-.375-.6146-.562-1.3177-.562-2.1094 0-.7708.171-1.4739.515-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.292-.5938 2.063-.5938Zm-.047 1.7344c-.49 0-.901.1511-1.235.4532-.333.302-.562.7083-.687 1.2187h3.781c-.042-.5625-.25-.9792-.625-1.25-.375-.2813-.786-.4219-1.234-.4219Z" />
|
|
12
|
+
<rect width="86" height="62" x="273" y="41" stroke="#1A4049" stroke-width="2" rx="11" />
|
|
13
|
+
<path fill="#1A4049"
|
|
14
|
+
d="M154.906 62.125v1.9531h-4.109V68h-2.172V57.5312h7.141v1.9532h-4.969v2.6406h4.109Zm6.75-2.2188c.771 0 1.433.1667 1.985.5.562.3334.989.7969 1.281 1.3907.302.5833.453 1.2604.453 2.0312v.8438h-5.719c.104.5312.365.9583.782 1.2812.416.3229.927.4844 1.531.4844.573 0 1.093-.1146 1.562-.3437.469-.2292.844-.4636 1.125-.7032l-.015 1.8438c-.25.2187-.625.4427-1.125.6718-.49.2188-1.032.3282-1.625.3282-.782 0-1.495-.1771-2.141-.5313-.635-.3541-1.146-.8385-1.531-1.4531-.375-.6146-.563-1.3177-.563-2.1094 0-.7708.172-1.4739.516-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.291-.5938 2.062-.5938Zm-.047 1.7344c-.489 0-.901.1511-1.234.4532-.333.302-.563.7083-.687 1.2187h3.781c-.042-.5625-.25-.9792-.625-1.25-.375-.2813-.787-.4219-1.235-.4219Zm8.438-3.8281v2.2969h2.187v1.6562h-2.187v3.4063c0 .3541.078.6354.234.8437.167.1979.412.2969.735.2969.281 0 .52-.0313.718-.0937.209-.0626.401-.1511.578-.2657v1.5781c-.197.198-.447.3646-.75.5-.291.1355-.661.2032-1.109.2032-.708 0-1.286-.224-1.734-.6719-.438-.4583-.657-1.0833-.657-1.875v-3.9219h-1.421V60.75c.5-.1771.958-.5104 1.375-1 .427-.4896.765-1.1354 1.015-1.9375h1.016Zm7.812 2.0937c.584 0 1.063.0938 1.438.2813s.672.3698.891.5469v1.8281c-.271-.1979-.579-.3646-.922-.5-.334-.1354-.745-.2031-1.235-.2031-.396 0-.765.0989-1.109.2968-.333.198-.599.4636-.797.7969-.198.3334-.297.7136-.297 1.1407 0 .6458.208 1.177.625 1.5937.417.4167.943.625 1.578.625.49 0 .901-.0625 1.235-.1875.343-.1354.651-.3021.922-.5v1.8125c-.219.1875-.516.3698-.891.5469-.375.1666-.854.25-1.438.25-.802 0-1.515-.1875-2.14-.5625-.615-.3854-1.104-.8907-1.469-1.5157-.354-.6354-.531-1.3229-.531-2.0624 0-.5521.099-1.0782.297-1.5782.208-.5.5-.9427.875-1.3281.375-.3958.812-.7083 1.312-.9375.511-.2292 1.063-.3438 1.656-.3438Zm8.469 0c.802 0 1.474.2709 2.016.8126.541.5416.812 1.3541.812 2.4374V68h-1.984l-.016-4.5781c0-.5313-.13-.9271-.39-1.1875-.25-.2604-.599-.3906-1.047-.3906-.354 0-.688.1145-1 .3437-.302.2292-.563.5-.781.8125v5h-1.985V56.75h1.985v4.4844c.239-.3229.562-.625.968-.9063.417-.2812.891-.4219 1.422-.4219Zm12.656-2.0937v2.2969h2.188v1.6562h-2.188v3.4063c0 .3541.078.6354.235.8437.166.1979.411.2969.734.2969.281 0 .521-.0313.719-.0937.208-.0626.401-.1511.578-.2657v1.5781c-.198.198-.448.3646-.75.5-.292.1355-.661.2032-1.109.2032-.709 0-1.287-.224-1.735-.6719-.437-.4583-.656-1.0833-.656-1.875v-3.9219h-1.422V60.75c.5-.1771.958-.5104 1.375-1 .427-.4896.766-1.1354 1.016-1.9375h1.015Zm7.891 2.0937c.771 0 1.474.1876 2.109.5626.636.3645 1.146.8645 1.532 1.5.395.625.593 1.3281.593 2.1093 0 .7813-.198 1.4844-.593 2.1094-.386.625-.896 1.125-1.532 1.5-.635.3646-1.338.5469-2.109.5469-.76 0-1.464-.1823-2.109-.5469-.636-.375-1.146-.875-1.532-1.5-.385-.625-.578-1.3281-.578-2.1094 0-.7812.193-1.4843.578-2.1093.386-.6355.896-1.1355 1.532-1.5.645-.375 1.349-.5626 2.109-.5626Zm0 1.9219c-.375 0-.724.0886-1.047.2657-.323.177-.583.4322-.781.7656-.188.3333-.281.7396-.281 1.2187 0 .4792.093.8854.281 1.2188.198.3333.458.5885.781.7656.323.1667.672.25 1.047.25.375 0 .724-.0833 1.047-.25.323-.1771.583-.4323.781-.7656.198-.3334.297-.7396.297-1.2188 0-.4791-.099-.8854-.297-1.2187-.198-.3334-.458-.5886-.781-.7656-.323-.1771-.672-.2657-1.047-.2657Zm9.234-1.9219c.427 0 .86.099 1.297.2969.438.1979.802.4636 1.094.7969v-.8906h1.984v7.6875c0 .8958-.198 1.651-.593 2.2656-.396.625-.922 1.099-1.579 1.4219-.656.3333-1.374.5-2.156.5-.698 0-1.271-.1042-1.718-.3125-.448-.2084-.865-.4479-1.25-.7188v-1.875c.239.1459.489.3021.75.4688.27.1666.572.3073.906.4219.344.1145.739.1718 1.187.1718.469 0 .891-.0885 1.266-.2656s.667-.4271.875-.75c.219-.3125.328-.6719.328-1.0781v-1.375c-.229.4271-.562.7969-1 1.1093-.438.3021-.948.4532-1.531.4532-.636 0-1.224-.1615-1.766-.4844-.531-.3229-.958-.7917-1.281-1.4062-.323-.6146-.484-1.3594-.484-2.2344s.161-1.625.484-2.25c.333-.625.776-1.1042 1.328-1.4375.562-.3438 1.182-.5157 1.859-.5157Zm.407 1.9532c-.417 0-.776.1094-1.078.3281-.292.2083-.521.4844-.688.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.365.4062.844.6094 1.438.6094.354 0 .682-.0886.984-.2656.313-.1876.563-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.281-.3021-.589-.5364-.922-.7031-.323-.1771-.677-.2656-1.062-.2656Zm9.531-1.9532c.427 0 .859.099 1.297.2969.437.1979.802.4636 1.094.7969v-.8906h1.984v7.6875c0 .8958-.198 1.651-.594 2.2656-.396.625-.922 1.099-1.578 1.4219-.656.3333-1.375.5-2.156.5-.698 0-1.271-.1042-1.719-.3125-.448-.2084-.865-.4479-1.25-.7188v-1.875c.24.1459.49.3021.75.4688.271.1666.573.3073.906.4219.344.1145.74.1718 1.188.1718.469 0 .89-.0885 1.265-.2656.375-.1771.667-.4271.875-.75.219-.3125.329-.6719.329-1.0781v-1.375c-.23.4271-.563.7969-1 1.1093-.438.3021-.948.4532-1.532.4532-.635 0-1.224-.1615-1.765-.4844-.532-.3229-.959-.7917-1.282-1.4062-.323-.6146-.484-1.3594-.484-2.2344s.161-1.625.484-2.25c.334-.625.776-1.1042 1.329-1.4375.562-.3438 1.182-.5157 1.859-.5157Zm.406 1.9532c-.417 0-.776.1094-1.078.3281-.292.2083-.521.4844-.687.8281-.167.3334-.25.6979-.25 1.0938 0 .5937.177 1.0989.531 1.5156.364.4062.843.6094 1.437.6094.354 0 .683-.0886.985-.2656.312-.1876.562-.448.75-.7813.198-.3437.297-.7552.297-1.2344v-1.125c-.282-.3021-.589-.5364-.922-.7031-.323-.1771-.677-.2656-1.063-.2656Zm8.391-5.1094V68h-1.985V56.75h1.985Zm5.875 3.1562c.771 0 1.432.1667 1.984.5.563.3334.99.7969 1.281 1.3907.302.5833.454 1.2604.454 2.0312v.8438h-5.719c.104.5312.364.9583.781 1.2812.417.3229.927.4844 1.531.4844.573 0 1.094-.1146 1.563-.3437.468-.2292.844-.4636 1.125-.7032l-.016 1.8438c-.25.2187-.625.4427-1.125.6718-.489.2188-1.031.3282-1.625.3282-.781 0-1.495-.1771-2.141-.5313-.635-.3541-1.145-.8385-1.531-1.4531-.375-.6146-.562-1.3177-.562-2.1094 0-.7708.172-1.4739.515-2.1094.344-.6354.818-1.1458 1.422-1.5312.604-.3958 1.292-.5938 2.063-.5938Zm-.047 1.7344c-.49 0-.901.1511-1.234.4532-.334.302-.563.7083-.688 1.2187h3.781c-.041-.5625-.25-.9792-.625-1.25-.375-.2813-.786-.4219-1.234-.4219Zm8.125-1.7344c.489 0 .943.073 1.359.2188.417.1458.74.3125.969.5v1.75c-.25-.1667-.557-.3281-.922-.4844-.354-.1562-.724-.2344-1.109-.2344-.375 0-.672.0834-.891.25-.219.1667-.328.3646-.328.5938 0 .1667.063.3229.187.4688.126.1354.365.2552.719.3593l.891.2969c1.198.3542 1.797 1.0469 1.797 2.0781 0 .4896-.141.9271-.422 1.3125-.271.375-.641.6719-1.109.8906-.459.2188-.969.3282-1.532.3282-.531 0-1.047-.0834-1.547-.25-.5-.1667-.88-.349-1.14-.5469v-1.7344c.198.1354.437.2657.719.3907.281.125.572.2291.874.3124.303.073.579.1094.829.1094.395 0 .698-.0677.906-.2031.219-.1458.328-.349.328-.6094 0-.1979-.089-.3541-.266-.4687-.177-.1146-.437-.2292-.781-.3438l-.969-.3437c-.604-.1979-1.02-.4792-1.25-.8438-.229-.3646-.343-.7969-.343-1.2969 0-.5.125-.9322.375-1.2968.26-.375.619-.6667 1.078-.875.458-.2188.984-.3282 1.578-.3282Zm-6.164 33.2575 8.421-6.8897c.489-.4001.489-1.1479 0-1.548l-8.421-6.8897c-.653-.5342-1.633-.0697-1.633.7739v13.7796c0 .8436.98 1.3081 1.633.7739Z" />
|
|
15
|
+
<path stroke="#1A4049" stroke-linecap="round" stroke-width="4" d="M149.5 85.5h94" />
|
|
16
|
+
<path fill="#1A4049"
|
|
17
|
+
d="M67.6562 66.2969c.6563 0 1.224.0937 1.7032.2812.4791.1771.8958.4219 1.25.7344V69.5c-.25-.1875-.5104-.3698-.7813-.5469-.2708-.1771-.5781-.3229-.9219-.4375-.3333-.1146-.7291-.1718-1.1874-.1718-.625 0-1.1928.151-1.7032.4531-.5104.3021-.9166.7083-1.2187 1.2187-.3021.5104-.4531 1.0938-.4531 1.75 0 .6459.151 1.2292.4531 1.75.3021.5104.7083.9167 1.2187 1.2188.5104.2916 1.0782.4375 1.7032.4375.6979 0 1.2812-.1042 1.75-.3125.4791-.2188.9114-.4844 1.2968-.7969v2.1094c-.3541.3229-.7968.5833-1.3281.7812-.5313.1875-1.125.2813-1.7813.2813-.75 0-1.4583-.1302-2.125-.3906-.6666-.2709-1.2552-.6459-1.7656-1.125-.5104-.4896-.9114-1.0678-1.2031-1.7344-.2917-.6667-.4375-1.4063-.4375-2.2188 0-.8125.1458-1.5521.4375-2.2187.2917-.6667.6927-1.2396 1.2031-1.7188.5104-.4896 1.099-.8646 1.7656-1.125.6667-.2708 1.375-.4062 2.125-.4062Zm7.0157-.5469V77h-1.9844V65.75h1.9844ZM78.75 65c.375 0 .6979.1354.9688.4062.2708.2605.4062.573.4062.9376 0 .3541-.1354.6666-.4062.9374-.2709.2709-.5938.4063-.9688.4063s-.6979-.1354-.9688-.4063c-.2604-.2708-.3906-.5833-.3906-.9374 0-.3646.1302-.6771.3906-.9376.2709-.2708.5938-.4062.9688-.4062Zm1.1562 4.1094V77h-1.9843v-6.2031h-1.2657v-1.6875h3.25Zm5.9532-.2032c.7708 0 1.4323.1667 1.9844.5.5624.3334.9895.7969 1.2812 1.3907.3021.5833.4531 1.2604.4531 2.0312v.8438h-5.7187c.1041.5312.3646.9583.7812 1.2812.4167.3229.9271.4844 1.5313.4844.5729 0 1.0937-.1146 1.5625-.3437.4687-.2292.8437-.4636 1.125-.7032l-.0156 1.8438c-.25.2187-.625.4427-1.125.6718-.4896.2188-1.0313.3282-1.625.3282-.7813 0-1.4948-.1771-2.1407-.5313-.6354-.3541-1.1458-.8385-1.5312-1.4531-.375-.6146-.5625-1.3177-.5625-2.1094 0-.7708.1718-1.4739.5156-2.1094.3438-.6354.8177-1.1458 1.4219-1.5312.6041-.3958 1.2916-.5938 2.0625-.5938Zm-.0469 1.7344c-.4896 0-.901.1511-1.2344.4532-.3333.302-.5625.7083-.6875 1.2187h3.7813c-.0417-.5625-.25-.9792-.625-1.25-.375-.2813-.7865-.4219-1.2344-.4219Zm7.5625-1.5312v1.125c.2396-.3229.5625-.625.9688-.9063.4166-.2812.8906-.4219 1.4218-.4219.8021 0 1.474.2709 2.0156.8126.5417.5416.8126 1.3541.8126 2.4374V77h-1.9844l-.0156-4.5781c0-.5313-.1303-.9271-.3907-1.1875-.25-.2604-.5989-.3906-1.0469-.3906-.3541 0-.6874.1145-1 .3437-.302.2292-.5624.5-.7812.8125v5h-1.9844v-7.8906h1.9844Zm10.125-2.2969v2.2969h2.188v1.6562H103.5v3.4063c0 .3541.078.6354.234.8437.167.1979.412.2969.735.2969.281 0 .521-.0313.719-.0937.208-.0626.401-.1511.578-.2657v1.5781c-.198.198-.448.3646-.75.5-.292.1355-.662.2032-1.11.2032-.708 0-1.286-.224-1.734-.6719-.438-.4583-.656-1.0833-.656-1.875v-3.9219h-1.422V69.75c.5-.1771.958-.5104 1.375-1 .427-.4896.765-1.1354 1.015-1.9375h1.016Z" />
|
|
18
|
+
<rect width="86" height="62" x="41" y="41" stroke="#1A4049" stroke-width="2" rx="7" />
|
|
19
|
+
</svg>
|